@charset "UTF-8";


.cont{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.cont .obj, .cont .txt{
	position: relative;
	display: table-cell;
	vertical-align: top;
}
.tit{
    word-break: keep-all;
	font-size: 5.5rem;
	font-weight: 800;
	line-height: 1.3638;
    letter-spacing:-2px;
}
.tit > span{
    display: block;
    font-size: 4.8rem;
}
.tit strong{
	display: block;
	color: #3182F6;
	font-weight: 800;
}
.txt > p{
    word-break: keep-all;
	color: #777;
	font-size: 1.9rem;
	line-height: 1.79;
	letter-spacing: -.01em;
	padding-top: 2.8rem;
}


/* bg image */
.bg-mo{
    display: none;
}
.bg-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.1);
    transition: transform .5s ease;
}
.bg-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.bg-img.active{
    transform: scale(1);
}


/* pagination */
.pagination{
    font-size: 0;
    text-align: center;
    margin-top: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.pagination li{
    display: inline-block;
    vertical-align: middle;
}
.pagination a{
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 1rem;
}
.pagination a.active{
    color: #fff;
    text-align: center;
    font-weight: 800;
    border-radius: 50%;
    background: #3182F6;
}
.pagination a.arrow::after{
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/images/home/celeb/img_sprite.svg) no-repeat;
    background-position: -44px -160px;
}
.pagination a.arrow.next::after{
    background-position: -60px -160px;
}


/* header */
.drawer-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    height: 100%;
    padding: 1.5rem 0 1.7rem;
}
.drawer-navbar{
    z-index: 130;
    position: fixed;
    height: 70px;
    border-bottom: none;
    background: transparent;
    transition: background-color .3s;
}
.drawer-navbar .drawer-navbar-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: 0;
    border: none;
    background: none;
}
.drawer-navbar .drawer-brand{
    width: 137px;
    height: 24px;
    padding: 0;
    background: url(/images/home/celeb/logo.svg) no-repeat;
    background-size: 100% auto;
}
.drawer-navbar .drawer-nav{
    float: right;
    height: auto;
    margin-right:11rem;
    background: transparent;
}
/* drawer 안보이게 */
.drawer--right header.drawer-navbar .drawer-nav{
    right: -100%;
}
.drawer--right.drawer-open header.drawer-navbar .drawer-nav{
    right: 0;
}

/* drawer open background */
.drawer-overlay{
    z-index: 100;
}

/* header right */
.drawer-navbar .right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.drawer-navbar .drawer-menu-item{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8rem;
    padding: 1rem 3.3rem;
    text-decoration: none;
    transition: color .3s;
}
.drawer-navbar .self{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.drawer-navbar .login-mo{
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
}
.drawer-navbar .login-mo a{
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.134;
    padding: 1.6rem 1rem 1.7rem;
    border-radius: 4px;
}
.drawer-navbar .self, .drawer-navbar .login-mo{
    display: none;
}

/* header util */
.drawer-navbar .util{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.drawer-navbar .util .btn{
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.072;
    padding: 1.1rem 1.5rem 1rem;
}
.drawer-navbar .util > div{
    position: relative;
    margin-right: .8rem;
}
.drawer-navbar .util .btn-download{
    position: relative;
    color: #3182F6;
    padding: 1.1rem 3rem 1rem 1.8rem;
    border: 1px solid #3182F6;
}
.drawer-navbar .util .btn-download::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 5px;
    background: url(/images/home/celeb/img_sprite.svg) no-repeat;
    background-position: -25px -139px;
    transform: translateY(-50%);
}
.drawer-navbar .util .download-wrap{
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin-top: 6px;
    border-radius: 3px;
    border: 1px solid #E8E8E8;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(41,48,66,.05);
}
.drawer-navbar .util .download-wrap.show{
    display: block;
}
.drawer-navbar .util .download-wrap a{
    display: block;
    padding: 8px 10px;
}
.drawer-navbar .util .download-wrap a::before{
    content: '';
    display: inline-block;
    width: 101px;
    height: 21px;
    background: url(/images/home/celeb/img_sprite.svg);
    background-repeat: no-repeat;
    background-position: 0 -207px;
}
.drawer-navbar .util .download-wrap li:last-child a::before{
    height: 20px;
    background-position: -123px -207px;
}

/* header hover & active*/
.drawer-navbar:hover{
    background: #fff;
}
.drawer-navbar:hover .drawer-menu-item,
.drawer-navbar.active .drawer-menu-item{
    color: #333;
}
.drawer-navbar.active{
    background-color: #fff;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 4%);
}
.drawer-navbar:hover .btn-wrap .btn-download-mo::after,
.drawer-navbar.active .btn-wrap .btn-download-mo::after{
    background-position: -186px -110px;
}
.drawer-navbar:hover .btn-wrap .drawer-hamburger::after,
.drawer-navbar.active .btn-wrap .drawer-hamburger::after{
    background-position: -232px -110px;
}

/* header menu */
.drawer-navbar .btn-wrap{
    display: none;
    font-size: 0;
}
.drawer-navbar .btn-wrap button{
    display: inline-block;
    width: 42px;
    height: 42px;
}
.drawer-navbar .btn-wrap button::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(/images/home/celeb/img_sprite.svg) no-repeat;
}
.drawer-navbar .btn-wrap .drawer-hamburger{
    position: relative;
    padding: 0;
}
.drawer-navbar .btn-wrap .drawer-hamburger::after{
    height: 16px;
    vertical-align: middle;
    background-position: -209px -110px;
}


/* drawer aside */
.aside-header{
    display: none;
}
.aside-header .btn-close{
    width: 42px;
    height: 42px;
    padding: 0;
}
.aside-header .btn-close::after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/home/celeb/img_sprite.svg) no-repeat;
    background-position: -189px -139px;
}
.drawer-open .aside-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 56px;
    margin-right: 13px;
}


/* footer */
footer{
    color: #565656;
    font-size: 1.3rem;
    background: #EFF1F2;
}
footer .inner{
    padding: 4.2rem 0 6.1rem;
}
footer .ft-link a{
    display: inline-block;
    padding: 1rem 0;
}
footer .ft-link a + a{
    margin-left: 1.2rem;
}
footer .ft-link strong{
    font-weight: 800;
}
footer .ft-link a + a::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    vertical-align: middle;
    margin-right: 1.5rem;
    background: rgba(86, 86, 86, .2);
}
footer .ft-info{
    padding-top: 2.8rem;
}
footer .ft-info .outlink{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 .6rem;
    background: url(/images/home/celeb/img_sprite.svg) no-repeat;
    background-position: -100px -139px;
}
footer .ft-info span{
    word-break: keep-all;
    display: inline-block;
    line-height: 1.078;
    margin: 0 1.5rem 1.2rem 0;
}
footer .ft-info span em{
    display: inline-block;
    padding-left: .8rem;
}
footer .ft-info small{
    display: block;
    color: #969696;
    font-size: 1.1rem;
    line-height: 1.092;
    margin-top: 2rem;
}
footer .ft-family-site{
    position: absolute;
    top: 4.2rem;
    right: 0;
    background: #E8EAEB;
}
footer .ft-family-site .btn-family-list{
    position: relative;
    color: #969696;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.084;
    padding: 1.4rem 8.4rem 1.4rem 2rem;
}
footer .ft-family-site .btn-family-list::after{
    content: '';
    position: absolute;
    right: 20px;
    width: 11px;
    height: 11px;
    background: url(/images/home/celeb/img_sprite.svg) no-repeat;
    background-position: -162px -139px;
}
footer .ft-family-site .family-item{
    display: none;
    position: absolute;
    bottom: 4rem;
    width: 100%;
    padding: 1rem 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #E2E3E4;
    background: #E8EAEB;
}
footer .ft-family-site .family-item a{
    display: block;
    color: #969696;
    font-size: 1.2rem;
    font-weight: 600;
    padding: .8rem 2rem;
    transition: color .2s;
}
footer .ft-family-site .family-item a:hover{
    color: #333;
}
footer .ft-family-site.on .btn-family-list::after{
    background-position: -210px -139px;
}
footer .ft-family-site.on .family-item{
    display: block;
}

/* floating menu */
.floating-menu{
    z-index: 2;
    position: fixed;
    right: 17px;
    bottom:80px;
}
.floating-menu .btn{
    padding: 0;
    margin: 0 auto;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}
.floating-menu .btn-enter{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    margin-bottom: 12px;
    background: linear-gradient(180deg, #1964AF 27.08%, #001E44 88.54%);
    box-shadow: 0 0 8px rgba(0, 0, 0, .08);
}
.floating-menu .btn-enter::before{
    content: '';
    position: absolute;
    top: -20px;
    left: -8px;
    width: 99px;
    height: 89px;
    background: url(/images/home/celeb/img_bag.png) no-repeat center;
    background-size: 100%;
}
.floating-menu .btn-enter strong{
    z-index: 1;
    position: absolute;
    color: #00FADB;
    bottom: 6px;
    left: 50%;
    width: 100%;
    font-size: 14px;
    font-weight: 900;
    text-shadow: rgb(2, 29, 66) 2px 0px 0px, rgb(2, 29, 66) 1.75517px 0.958851px 0px, rgb(2, 29, 66) 1.0806px 1.68294px 0px, rgb(2, 29, 66) 0.141474px 1.99499px 0px, rgb(2, 29, 66) -0.832294px 1.81859px 0px, rgb(2, 29, 66) -1.60229px 1.19694px 0px, rgb(2, 29, 66) -1.97998px 0.28224px 0px, rgb(2, 29, 66) -1.87291px -0.701566px 0px, rgb(2, 29, 66) -1.30729px -1.5136px 0px, rgb(2, 29, 66) -0.421592px -1.95506px 0px, rgb(2, 29, 66) 0.567324px -1.91785px 0px, rgb(2, 29, 66) 1.41734px -1.41108px 0px, rgb(2, 29, 66) 1.92034px -0.558831px 0px;
    transform: translateX(-50%);
}
.floating-menu .btn-enter strong::after{
    content: '상품입점';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    width: 100%;
    text-shadow: 0 1px 6px rgba(0,0,0,.6);
}
.floating-menu .btn-top{
    display: none;
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
}
.floating-menu .btn-top::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 18px;
    vertical-align: middle;
    background: url(/images/home/celeb/img_sprite.svg) no-repeat;
    background-position: -255px -110px;
}
.floating-menu.active .btn-top{
    display: block;
}
.floating-menu .btn-download{
    display: none;
    z-index: 1;
    position: fixed;
    right:15px;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    line-height: 1;
    padding: 1px;
    border-radius: 4px;
    background-image: linear-gradient(180deg, #3E93F2 6.59%, #3856Ed 60.38%, #4D38ED 129.54%, #7C38ED 219.57%), linear-gradient(to bottom, #3C76F0 0%, #4D39ED 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.08);
}
.floating-menu .btn-download span{
    position: relative;
    display: inline-block;
    padding: 14px 10px;
}
.floating-menu .btn-download span::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    vertical-align: middle;
    background: url(/images/home/celeb/img_sprite.svg) no-repeat;
    background-position: -206px -160px;
}

/*.floating-menu .btn-kakao::after,*/ /*  btm-kakao 지만 kakao 아님 채널톡으로 사용  */
.floating-menu .btn-kakao{
    background-color: #cc99ff; /*  btm-kakao 지만 kakao 아님 채널톡으로 사용  */
}
.floating-menu .btn-kakao::after{
    width: 31px;
    height: 29px;
    margin: 15px auto 0;
    background-position: -245px 0;
}

/* tab */
.sub-page-tab{
    position: sticky;
    top:70px;
    left: 0;
    right: 0;
    background:#fff;
    border-bottom: 1px solid #E8E8E8;
    z-index:1;
}
.sub-page-tab .tab{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width:100%;
    margin: 0 auto;
}
.sub-page-tab .tab li{
    position: relative;
    flex: 1 1 auto;
    text-align: center;
}
.sub-page-tab .tab li a{
    display:block;
    font-size:1.7rem;
    font-weight: 700;
    padding:1.85rem 0;
}
.sub-page-tab .tab li a:hover,
.sub-page-tab .tab li a.active{
    color: #3182F6;
    font-weight: 800;
}
.sub-page-tab .tab li a.active::after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #3182F6;
}
@media only screen and (max-width: 1024px){
    .sub-page-tab{
        top:56px;
    }
    .sub-page-tab .inner{
        margin: 0 auto;
    }
    .sub-page-tab .tab{
        width: 100%;
    }
}
@media only screen and (max-width: 768px){
    .sub-page-tab .tab li a{
        padding:1.75rem 0;
        font-size:1.75rem;
    }
}
#community .sub-cont-wrap .inner{
    max-width: 96rem;
}



/* sub page header */
.subpage .drawer-navbar .drawer-menu-item{
    color: #333;
}
.subpage .drawer-navbar .btn-wrap .btn-download-mo::after{
    background-position: -186px -110px;
}
.subpage .drawer-navbar .btn-wrap .drawer-hamburger::after{
    background-position: -232px -110px;
}

/* sub page */
.sub-page-wrap{
    margin: 7rem auto 12rem;
}
.sub-tit-wrap{
    overflow: hidden;
    position: relative;
    width: 100%;
    height:28rem;
    text-align: center;
}
.sub-tit-wrap .inner{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
	display: -ms-flexbox;
	display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}
.sub-tit-wrap{
    color: #fff;
}
.sub-tit-wrap h2{
    font-size: 4.4rem;
    font-weight: 800;
    padding-top: .3rem;
    text-shadow: 0 0 2rem rgba(0, 0, 0, .28);
}
.sub-tit-wrap p{
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-top: 1.6rem;
    text-shadow: 0 0 2rem rgba(0, 0, 0, .28);
}

/* responsive */
@media only screen and (max-width: 1200px){
    .drawer-navbar .drawer-nav{
        margin-right: 4vw;
    }
    .drawer-navbar .drawer-menu-item{
        padding: 1rem 2.5vw;
    }
}
@media only screen and (max-width: 1024px){

    .enter{
        display: block !important;
    }
    .enter-pc{
        display: none !important;
    }

    .obj_pc{
        display: none !important;
    }
    .obj_m{
        display: block !important;
    }

    .cont{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .tit, .txt > p{
        text-align: center;
    }
    .tit > span{
        font-size: 2.8rem;
        font-weight: 700;
    }

    /* header */
    .drawer-container{
        padding: 7px 9px 7px 20px;
        margin: 0 auto;
    }
    .drawer-navbar{
        height: 56px;
    }
    .drawer-navbar .drawer-navbar-header{
        width: 100%;
    }
    .drawer-navbar .drawer-brand{
        width: 121px;
        height: 21px;
        margin-top: 0;
    }

    /* header right */
    .drawer-navbar .btn-wrap,
    .drawer-navbar .self,
    .drawer-navbar .login-mo{
        display: block;
    }
    .drawer-navbar .util{
        display: none;
    }
    .drawer-navbar .drawer-nav{
        z-index: 9996;
        position: fixed;
        top: 0;
        left: unset;
        width: 100%;
        height: 100%;
        padding: 0 0 24px 0;
        margin-right: 0;
        background: #02122C;
    }
    .drawer-navbar .drawer-menu{
        margin: 0 24px;
        padding: 2.5rem 0 0;
    }
    .drawer-navbar .drawer-menu li{
        float: none;
    }
    .drawer-navbar .drawer-menu-item{
        display: inline-block;
        color: #fff;
        font-size: 1.9rem;
        line-height: 1.106;
        padding: 1.5rem 0;
    }
    .drawer-navbar:hover .drawer-menu-item,
    .drawer-navbar.active .drawer-menu-item{
        color: #fff;
    }
    .drawer-navbar .self{
        padding-top: 2.7rem;
        margin: 2.7rem 24px 0;
        border-top: 1px solid rgba(255, 255, 255, .08);
    }
    .drawer-navbar .self a{
        display: inline-block;
        color: #fff;
        font-size: 1.9rem;
        font-weight: 700;
        line-height: 1.106;
        padding: 1.5rem 0;
    }

    /* main footer */
    .main ~ footer .inner{
        padding-bottom: 10rem;
    }

    /* floating menu */
    .floating-menu > div{
        z-index: 5;
        position: fixed;
        bottom: 85px;
        right: 15px;
    }
    /* main floating menu */
    .main ~ .floating-menu .btn-download{
        display: block;
    }

    /* sub page */
    .sub-page-wrap{
        margin: 56px 0 10rem;
    }
}

@media only screen and (max-width: 768px){

    html{
        font-size: 50%;
    }

    .bg-pc{
        display: none;
    }
    .bg-mo{
        display: block;
    }

    .txt > p{
        font-size: 2.25rem;
        padding-top: 2rem;
    }
    .tit{
        font-size: 6.5rem;
    }
    .tit > span{
        font-size: 2.5rem;
        margin-bottom: .5rem;
    }

    /* header right */
    .drawer-navbar .drawer-menu{
        padding-top: 1rem;
    }
    .drawer-navbar .drawer-menu-item,
    .drawer-navbar .self a{
        font-size: 2.375rem;
        padding: 1.875rem 0;
    }
    .drawer-navbar .self{
        padding-top: 3.375rem;
        margin-top: 3.375rem;
    }
    .drawer-navbar .login-mo a{
        font-size: 1.875rem;
        line-height: 1.134;
        padding: 2.125rem 1rem 2.25rem;
        border: none;
    }

    /* pagination */
    .pagination a{
        width: 3.75rem;
        height: 3.75rem;
        font-size: 1.5rem;
    }

    /* main floating menu */
    .floating-menu > div{
        bottom:116px;
    }
    .floating-menu .btn-enter{
        width: 56px;
        height: 56px;
        margin-bottom: 8px;
    }
    .floating-menu .btn-enter::before{
        top: -13px;
        left: -7px;
        width: 60px;
        height: 54px;
    }
    .floating-menu .btn-enter strong{
        bottom: 4px;
        font-size: 10px;
    }
    .floating-menu .btn-top{
        width: 36px;
        height: 36px;
        margin-bottom: 8px;
    }
    .floating-menu .btn-top::after{
        width: 12px;
        height: 14px;
        background-position: -274px -110px;
    }
    .floating-menu .btn-kakao::after{
        width: 21px;
        height: 20px;
        margin: 9px auto 0;
        background-position: -279px 0;
    }

    /* footer */
    footer{
        font-size: 1.5rem;
    }
    footer .inner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 3rem 0 5.5rem;
    }
    footer .ft-link{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    footer .ft-link a + a{
        margin-left: 1.5rem;
    }
    footer .ft-link a + a::before{
        margin-right: 1.5rem;
    }
    footer .ft-info{
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        padding: 0;
        font-size: 0;
    }
    footer .ft-info span{
        font-size: 1.5rem;
        line-height: 1.084;
        margin: 0 1.375rem 1.625rem 0;
    }
    footer .ft-info span em{
        padding-left: .625rem;
    }
    footer .ft-info small{
        font-size: 1.375rem;
        margin-top: 1.875rem;
    }
    footer .ft-family-site{
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        position: relative;
        top: 0;
        margin: 2.5rem 0 3.5rem;
    }
    footer .ft-family-site .btn-family-list{
        font-size: 1.375rem;
        line-height: 1.092;
        padding: 1.75rem 1.875rem;
    }
    footer .ft-family-site .btn-family-list::after{
        right: 15px;
        background-position: -176px -139px;
    }
    footer .ft-family-site .family-item{
        bottom: 5rem;
    }
    footer .ft-family-site .family-item a{
        font-size: 1.375rem;
        padding: 1.25rem 2rem;
    }

    /* sub page */
    .sub-tit-wrap{
        height: 30rem;
    }
    .sub-tit-wrap h2{
        font-size:4.2rem;
        padding-top: .375rem;
    }
    .sub-tit-wrap p{
        font-size: 2rem;
    }
    .sub-page-tab .tab li{
        font-size: 1.875rem;
    }
}

@media only screen and (max-width: 540px){

    .enter-mo{
        display: block !important;
    }

    .tit{
        font-size: 6rem;
    }
    .tit > span{
        font-size: 2.5rem;
    }
    .txt > p{
        font-size: 2rem;
    }

    /* section7 */
    .section7 .txt-wrap{
        padding-right: 10rem;
    }

    footer .ft-info small{
        line-height: 1.91;
        margin-top: .875rem;
    }
}

@media only screen and (max-width: 425px){

    .txt > p{
        font-size: 1.75rem;
        padding-top: 1.5rem;
    }
    .tit{
        font-size: 4.5rem;
        line-height: 1.3615;
    }
    .tit > span{
        font-size: 2.125rem;
        line-height: 1.118;
    }

    /* sub page */
    .sub-tit-wrap{
        height: 25rem;
    }
    .sub-tit-wrap p{
        font-size: 1.75rem;
    }
    .sub-page-tab .tab li{
        font-size: 1.75rem;
    }

    /* pagination */
    .pagination a{
        width: 3.5rem;
        height: 3.5rem;
        font-size: 1.375rem;
    }
    .pagination a.arrow{
        vertical-align: top;
    }
    .pagination a.arrow::after{
        width: 9px;
        height: 9px;
        margin-bottom: -1px;
        background-position: -134px -160px;
    }
    .pagination a.arrow.next::after{
        margin-bottom: -1px;
        background-position: -146px -160px;
    }

    .floating-menu > div{
        right: 5px;
    }

    footer .ft-family-site{
        margin-top: 1.5rem;
    }
    footer .ft-info p:last-of-type{
        margin-top: -.625rem;
    }
    footer .ft-info p:last-of-type span{
        line-height: 2;
    }
    footer .ft-info p:last-of-type span em{
        display: inline;
    }
}
