@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

body{
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    margin: 0px;
    overflow-x: hidden;
}

ul, li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

a{
    text-decoration: none;
}

#m-header{
    display: none;
}

/* banner */
.sharepage-banner,.sharepage-banner-mobile{
    height: 1050px;
    overflow:hidden;
    background-image: url(../../../public_images/png/sharepage15-banner.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: none;
}

/* logo & webtitle */

.sharepage15-web-baisc{
    display: flex;
    margin-top: -80px;
    margin-left: 50px;
}

.sharepage15-logo{
    min-width: 300px;
    min-height: 300px;
    background-image: url(../../../public_images/png/applyment_rabbit.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: white;
    text-align: center;
    border: 5px solid #707070;
    border-radius: 50%;
}

.sharepage15-webtitle{
    display: flex;
    flex-direction: column;
    margin-top: 150px;
    margin-left: 45px;
}

.sharepage15-webname{
    font-size: 2rem;
    margin-bottom: 20px;
}

.sharepage15-subwebname{
    font-size: 1.5rem;
    color: #707070;
}

/* area */
.sharepage15-content{
    margin-left: 150px;
    margin-right: 150px;
}

/* tab */
.sharepage15-tab ul{
    display: flex;
    margin-top: 50px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    overflow-x: scroll;
    white-space: nowrap;
}

.sharepage15-tab ul::-webkit-scrollbar{
    height: 5px;
}

.sharepage15-tab ul::-webkit-scrollbar-thumb {
    background-color: gainsboro;
    border-radius: 50px;
}

.sharepage15-tab ul li{
    cursor: pointer;
    margin-right: 30px;
    font-size: 1.3rem;
    padding: 5px 10px;
}

.sharepage15-tab ul li a,
.sharepage15-tab ul li a:visited{
    color: #000;
}


.sharepage15-active{
    background-color: #005FA5;
    color: white;
    border-radius: 5px;
}

.sharepage15-inactive{
    background-color: transparent;
    color: black;
}

/* front page */
.sharepage15-front{
    height: 640px;
    margin-bottom: 50px;
}

/* info page */
.sharepage15-info{
    margin-bottom: 50px;
}

.sharepage15-info ul li {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color:#797979;
    margin-bottom: 20px;
}

.sharepage15-info a{
    color:#797979;
}

.sharepage15-info .slash{
    width: 1px;
    height: 16px;
    background-color: #005FA5;
    border-radius: 50px;
    display: inherit;
    transform: rotate(15deg);
    margin-right: 3px;
}

.sharepage15-info .slash-bold{
    width: 5px;
    height: 20px;
    background-color: #005FA5;
    border-radius: 50px;
    display: inherit;
    transform: rotate(15deg);
    margin-right: 10px;
}

/* google map & facebook page */
.map-wrap {
    width: 100%;
    height: 500px;
    border: none;
    display: flex;
    align-items: center;
}

#info-google-map {
    width: 100%;
    height: 500px;
}

#googlemap {
    height: 100%;
}

#fb-page-block {
    height: 500px;
    width: 340px;
}

/* about us */
.sharepage15-about-us{
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
}

.sharepage15-about-us p{
    font-size: 1.3rem;
    margin: 0px;
    margin-left: 30px;
    width: 100%;
}

.sharepage15-about-us-img{
    background-image: url(../../../public_images/png/bag.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-position-y: top;
    width: 100%;
    height: 100vh;
}

/* shop note */
.sharepage15-shop-note{
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
}

.sharepage15-shop-note p{
    font-size: 1.3rem;
    margin: 0px;
    margin-left: 30px;
    width: 100%;
}

.sharepage15-shop-note-img{
    background-image: url(../../../public_images/png/bag.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-position-y: top;
    width: 100%;
    height: 100vh;
}

/* description page */
.sharepage15-description{
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
}

.sharepage15-description p{
    font-size: 1.3rem;
    margin: 0px;
    margin-left: 30px;
    width: 100%;
}

.sharepage15-description-img{
    background-image: url(../../../public_images/png/bag.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-position-y: top;
    width: 100%;
    height: 100vh;
}

/* top button */
#scroll-top-button-mobile{
    position: absolute;
    bottom: 0;
    right: 0;
}

/* footer */
footer {
    background: #2e2e2e url(../../../public_images/index/png/footer-bg.png) center / cover no-repeat;
    color: #fff;
    height: 310px;
    position: relative;
    padding: 0 20px;
}

footer .contents {
    height: 100%
}

footer .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 50%;
    height: 100%;
    float: left;
    font-size: 18px;
    line-height: 30px
}

footer .item:last-of-type {
    justify-content: flex-end
}

footer .item .btn {
    padding: 30px;
    font-size: 32px;
    line-height: 38px;
    background-color: #4D4D4D;
    color: #fff;
    text-decoration: none;
    border-radius: 5px
}

footer .item .btn:hover {
    background-color: #000;
    color: #fff
}

@media (max-width:1400px) {
    #rabbitdensiframe{
		margin-left: 0px;
	}    
}


@media (max-width:768px) {
    .sharepage15-web-baisc{
        flex-direction: column;
        align-items: center;
        margin-top: -150px;
        margin-left: 0px;
        padding: 0px;
    }
    .sharepage15-webtitle {
        margin-top: 25px;
        margin-left: 0px;
        text-align: center;
    }

    .sharepage15-content{
        margin-left: 50px;
        margin-right: 50px;
    }

    .sharepage15-about-us,.sharepage15-shop-note,.sharepage15-description{
        flex-direction: column;
        align-items: center;
    }

    .sharepage15-about-us-img,.sharepage15-shop-note-img,.sharepage15-description-img{
        background-size: cover;
        width: 80%;
        height: 300px;
    }

    .sharepage15-about-us p,.sharepage15-shop-note p,.sharepage15-description p{
        margin-top: 50px;
        width: 80%;
        margin-left: 0px;
    }

}

@media (max-width:540px) {
    .sharepage15-info ul li .mobile-wrep{
        display: flex;
        flex-direction: column;
        margin-top: 25px;
    }

}

@media (max-width:480px) {
    .sharepage15-web-baisc{
        margin-top: -130px;
    }

    .sharepage15-logo {
        width: 200px;
        height: 200px;
    }

    .sharepage15-content {
        margin-left: 30px;
        margin-right: 30px;
    }

    .sharepage15-info ul li{
        margin: 0 10%;
    }

    /* google map & facebook page */
    .map-wrap {
        height: auto;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    /* footer */
    footer {
        background: #2e2e2e url(../../../public_images/png/rabbit.png) right 50px / auto 90% no-repeat;
        color: #fff;
        height: 310px;
        position: relative;
        bottom: 0;
    }
    footer .item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        width: 100%;
        height: 50%;
        float: left;
        font-size: 14px;
        line-height: 1.5;
    }
    footer .item:last-of-type {
        justify-content: center;
    }
    footer .item .btn {
        padding: 25px 50px;
        width: 100%;
        font-size: 26px;
        line-height: 30px;
        background-color: #4D4D4D;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
    }
}

@media (max-width:339px){
    #fb-page-block{
        width: 100%;
    }
}

#rabbitdensiframe{
	height: 1000px;
	width: 100%;
}

@media (max-width:414px) {
    .sharepage15-content {
        margin-left: 0px;
        margin-right: 0px;
    }

	#rabbitdensiframe{
		width: 414px;
	}
}

@media (max-width:375px) {
    .sharepage15-content {
        margin-left: 0px;
        margin-right: 0px;
    }

	#rabbitdensiframe{
		width: 375px;
	}
}

@media (max-width:360px) {
    .sharepage15-content {
        margin-left: 0px;
        margin-right: 0px;
    }

    #rabbitdensiframe{
		width: 360px;
	}
}

@media (max-width:320px) {
    .sharepage15-content {
        margin-left: 0px;
        margin-right: 0px;
    }
    
	#rabbitdensiframe{
		width: 320px;
	}
}
