@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Caveat:wght@500;700&family=Noto+Sans+KR:wght@400;500;700&display=swap');
html{font-size: 10px;}
body{font-family: 'Noto Sans KR', sans-serif;
    /* background: #ddd; */}

a{text-decoration: none;}
/* 공통속성 */
#header{width: 100%;position: fixed;top: 0;left: 0;height: 13rem;background: #fff; padding-top: 1.8rem; border-bottom: 1px solid #f8f8f8; z-index: 9999;}
.container{padding: 0 8rem;}
#contentWrap{overflow: hidden; padding-top: 15rem;}
.clear::after{
    content: "";
    display: block;
    clear: both;
}

/* header */
#header .menu-top{display: flex;justify-content: space-between; height: 4rem; align-items: center;}
#header .menu-bottom{display: flex; justify-content: space-between;padding-top: 2rem;}
/* header-top-left */
#header .menu-top .top-left{/* flex-basis: 50%; */}

#header .menu-top .top-left ul{display: flex;height: 4rem; align-items: center;justify-content:start;}
#header .menu-top .top-left ul .logo {margin-right: 3rem;/*  width: 40%; */}
#header .menu-top .top-left ul li{position: relative;}
#header .menu-top .top-left ul .logo img{height: 2.8rem;vertical-align: middle; width: 100%;}

#header .menu-top .top-mid{width: 50%;}
#header .menu-top .top-mid ul li{position: relative;}
#header .menu-top .top-mid ul .search-wrap {width: 100%;}
#header #searchForm .searchBox .btnSearch{position: absolute; top: 54%;left: .8rem; width: 2.2rem ;height: 2.2rem;transform: translateY(-50%);}
#header #searchForm .searchBox #search{height: 4rem;width: 100%; box-sizing: border-box;padding: 1rem 1.6rem 1rem 4rem; border: none; background: #f8f8f8;outline: none; font-size: 1.4rem; text-align: center;}

/* header-top-right */
#header .top-right>ul{display: flex; align-items: center; justify-content: end}
#header .top-right>ul>li{width: 7rem; height: 2rem;position: relative;}
#header .top-right>ul>li:first-child{border-right: 1px solid #e4e4e4;}
#header .top-right>ul>.wish{display: inline-block; padding-left: 2rem; width: 2rem;}
#header .top-right>ul>.wish img{vertical-align: middle;}
#header .top-right>ul>.cart{display: inline-block;  padding-left: 2rem; width: 2rem;padding-right: 2rem;}
#header .top-right>ul>.lang{height: 3.2rem; width: 10rem;text-align: right;}
#header .top-right>ul>.lang::before{
    content: '\e9d1';
    display: block;
    font-size: 1.5rem;
    font-family : 'xeicon';
    position: absolute;
    top: .5rem;left: 1.2rem;
}

#header .top-right>ul>.lang >.lang-seclect{height: 3.2rem;padding-left: 2.8rem;padding-right: 1.2rem; border-radius: .4rem;border: 1px solid #e4e4e4; background: #fff;font-weight: normal;font-size: 1.5rem; outline: none;}
#header .top-right>ul>li a{display: block;box-sizing: border-box; padding: 0 0.5rem; height: 1.6rem;line-height: 1.6rem;text-align: center;font-size: 1.4rem;}
#header .top-right>ul>li img{ height: 100%;vertical-align: middle;}
#header .top-right>ul>li div{text-align: right;}
#header .top-right>ul>li span{position: absolute; background: #000;color: #fff;right: 1.5rem;top: -.5rem; display: flex; width: 1.5rem;height: 1.5rem; border-radius: 50%;font-size: 1rem;align-items: center;justify-content: center;}

#header .top-right>.desk-n{display: none;}
#header .top-right>.desk-n .menu{width: 2.8rem; height: 2.8rem; display: inline-block; cursor: pointer;}


/* header-bottom-left */
#header .bottom-left .main-menu{display: flex;font-size: 1.8rem;font-weight: bold;color: #000;}
#header .bottom-left .main-menu li{padding-right: 2.4rem;}
#header .bottom-left .main-menu li:nth-child(5){border-right: 1px solid #e4e4e4;}
#header .bottom-left .main-menu li:last-child{padding-left: 2.4rem;}
/* header-bottom-right */
#header .bottom-right a{position: relative; padding: .6rem 1.4rem .6rem 3.5rem;font-size: 1.1rem; color: #444; background: #f8f8f8;border-radius: 4px;}
#header .bottom-right a::before{
    content: "";
    background: url(../img/icon_info.svg) no-repeat center;
    display: block;
    position: absolute;
    top: 0;left: .5rem;
    width: 2.8rem;
    height: 2.8rem;
    
}

/* mobile */
.mobile-bg{width: 100%;height: 100%; background: rgba(0, 0, 0, .6); position: fixed; top: 0; left: 0; z-index: 20; display: none;}

.mobile{position: fixed; top: 0; right: -270px; width: 27rem; background: #fff; height: 100%; padding: 60px 25px;font-size: 22px; font-weight: bold; box-sizing: border-box; z-index: 25; transition: .5s;}

.mobile .m-close{position: absolute; top: 2.2rem; right: 2.5rem; background: none; }
.mobile .x-icon{font-size: 15px; color: #000; font-weight: bold;}
.mobile ul{margin-bottom: 3rem;}
.mobile ul li {margin-bottom: 10px}
.mobile .mobile-sub{font-size: 18px;font-weight: 600; color: #222;}

.mobile .mobile-member{font-size: 16px; display: flex; margin-bottom: 10px;}
.mobile .mobile-member li:nth-child(1){padding-right: 10px; border-right: 1px solid #ddd;}
.mobile .mobile-member li:nth-child(2){padding-left: 10px;}
.mobile .lang{height: 3.2rem; width: 10rem;text-align: right; position: relative;font-weight: normal; }
.mobile .lang::before{
    content: '\e9d1';
    display: block;
    font-size: 1.5rem;
    font-family : 'xeicon';
    position: absolute;
    top: 1rem;left: 1.2rem;
    
}

.mobile .lang >.lang-seclect{height: 3.3rem;padding-left: 2.8rem;padding-right: 1.2rem; border-radius: .4rem;border: 1px solid #e4e4e4; background: #fff;font-weight: normal;font-size: 1.5rem; outline: none;}


/* loginPage */
.login-bg.active{display: block;}
.loginPage.active{display: block;}

.login-bg{display: none; width: 100%;height: 100%; background: rgba(0, 0, 0, .6); position: fixed; top: 0; left: 0; z-index: 20;/*  display: none; */}
.loginPage{display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 500px; /* height: 80%; */ padding: 10px; background:#fff; box-sizing: border-box; transition: .3s; opacity: 1; z-index: 25;border-radius: 20px; }
.loginPage .loginPage-close{background: #fff; position: absolute; top: 2rem; right: 2rem; font-size: 20px; border-radius: 5px; border: 1px solid #ddd; width: 30px; height: 30px; cursor: pointer;}
.loginPage .loginWrap{width: 480px;height: 80%; margin: 100px auto; background: #fff;}
.loginPage .loginWrap .login-logo{text-align: center;padding: 0 30px; margin-bottom: 20px;}
.loginPage .loginWrap .login-logo img{width: 80%;}
.loginWrap #loginForm{padding: 20px; position: relative;}
#loginForm label{display: block; margin-bottom: 10px; margin-left: 5px;}
#loginForm input{display: block; margin-bottom: 20px; height: 45px; padding: 7px 10px;font-size: 20px; border: 1px solid #ddd;width: 100%; box-sizing: border-box;border-radius: 10px;}

#loginForm input::placeholder{font-weight: normal; font-size: 15px;}
#loginForm hr{margin-top: 80px; margin-bottom: 30px;}
#loginForm button {width: 100%; height: 50px; margin-bottom: 20px; border-radius: 10px;background: #fff; border: 2px solid #00000042;font-size: 16px;}
#loginForm .login-p{background: #222; color: #fff; font-size: 17px;}
#loginForm .membershipList{display: flex;justify-content: center; align-items: center;}
#loginForm .membershipList li{font-size: 14px;margin-top: 10px;transition: .3s;}
#loginForm .membershipList li:not(:last-child){margin-right: 10px;}
#loginForm .membershipList li a{display: block;position: relative;}
#loginForm .membershipList li:hover a::after{transform:scaleX(100%);display: block;}
#loginForm .membershipList li a::after{
    content: "";
    position: absolute;
    
    width: 100%;
    bottom: -3px;left: 0;
    height: 1px;
    background: #000000;
    border-radius: 2px;
    transform: scaleX(0%);
    transition: .3s;
}


/* header - menu-category  */
.menu-category{width: 100%;background: #fff; position: absolute;top: calc(12.8rem - 1px);padding: 4rem 0 2rem; transition: .3s;display: none; overflow: hidden;}
.menu-category .container .category-list{display: none; justify-content: start;}
.menu-category .container .category-item{width: 16rem; text-align: center;margin-right: 4rem;padding-bottom: 2.4rem;}
.menu-category .container img{width: 100%; height: auto; border-radius: 4px;}
.menu-category .container p{color: #000; font-size: 1.6rem; font-weight: bold;}

.menu-category .container .category-list.active{display: flex; flex-wrap: wrap; justify-content: center;}
.menu-category.active{display: block;}


/* membershipWrap */

/* membership-title-box */
.membershipWrap{width: 100%; padding-top: 20rem;}
.membershipWrap .membership-content{width: 70rem ; margin: 0 auto;}
.membershipWrap .membership-title-box h2{font-family: 'Noto Sans KR', sans-serif; font-size: 30px;font-weight: bold; letter-spacing: -1px; text-align: right; padding-right: 50px;}
.membershipWrap .membership-title-box h2 strong{text-align: right;display: block;margin-top: 10px}
.membershipWrap .membership-title-box h2 span{display: block; font-size: 32px; font-weight: 500;font-family: 'Noto Sans KR', sans-serif;;}

/* signUpArea */
.signUpArea li{margin-bottom: 30px;}
.signUpArea .mb10{margin-bottom: 10px;}
.signUpArea{padding:1rem 5rem 5rem 5rem;}

#signUp{margin: 0 auto; width: 500px;/*  background: yellow; */padding: 20px;} 
.signUpArea .label-style{display: block; margin-bottom: 5px;font-size: 15px;}
.signUpArea .input-style{width: 350px; height: 36px;border: 1px solid #ddd;margin-right: 5px; padding: 3px 10px;font-size:13px;box-sizing: border-box;}
.signUpArea .input-style2{height: 36px;border: 1px solid #ddd; width:113px; padding: 3px 10px;font-size:13px;box-sizing: border-box;}
.signUpArea .btn-style{width: 20%; height: 36px; background: #fff; border: 1px solid #ddd; color: #959595;box-sizing: border-box;}
.signUpArea .submit-style{width: 100%; height: 50px; background: #000; color: #fff;font-size: 15px;}
.signUpArea .select-style{width: 100px; height: 40px; border: 1px solid #ddd;}
.signUpArea .help-style{margin-top: 5px; display: block;font-size: 12px; color: #959595; letter-spacing: 1px;}
.signUpArea .area-style{padding-left: 20px;}
.signUpArea .Mes-style{display: block;}

.signUpArea .btn-style:hover{color: #000;}


.signUpArea .termsBox{height: 150px; overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none; padding: 20px; border: 1px solid #959595; margin: 10px 0 20px; }
.signUpArea .termsBox::-webkit-scrollbar{display: none;}
.signUpArea #terms-section h2{margin-top: 30px;}
.signUpArea #submit-section{display: flex; justify-content: center;}



@media screen and (max-width:1200px){
    
    .container{padding: 0 3rem;}
    .menu-category .container .category-item{width: 140px;}
    .loginPage{height: 80vh; overflow: scroll;}
    .membershipWrap .membership-content{width: 100%;}
    

   
}
@media screen and (max-width:920px){
    #header .top-right>.desk-b{display: none;}
    #header .top-right>.desk-n{display: flex;}
    #header .mobile.active{right: 0;} 
    #header .mobile-bg.active{display: block;}
    .menu-category .container .category-item{width: 120px;}
    
}
@media screen and (max-width:768px){
    .swiper-pagination{display: none;}
    .swiperBtBox{display: none;}
    #header{height: 9.5rem}
    #header .menu-top .top-mid{display: none;}
    #header .bottom-right{display: none;}
    #header .bottom-left{flex-basis: 100%;}
    #header .bottom-left .main-menu{justify-content: space-between; font-size: 1.5rem;}
    #header .bottom-left .main-menu li:nth-child(5){border: none;}
    #header .bottom-left .main-menu li:last-child{display: none;}
    #header .menu-top .top-left ul .logo{width: 123px;}
    .menu-category{display: none;}
    .menu-category.active{display: none;}
    #signUp{width: 100%;}
    .signUpArea{width: 100%; box-sizing: border-box;}
    .signUpArea .input-style{width: 70%;}
    .signUpArea .input-style2{width: 30%;}
    .signUpArea .select-style{width: 30%;}
    #terms-section{width: 100%; box-sizing: border-box;}
    
    
}   

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

    #header .bottom-left .main-menu{font-size: 1.4rem;}
    .loginPage{width: 100%; overflow: scroll; height: 100vh;}
    .loginPage {border-radius: 0;}
    .loginPage .loginWrap{width: 100%; margin-top: 30px;}
    #loginForm .membershipList li{font-size: 12px;}
    #loginForm hr{margin-top: 40px;}
    .signUpArea .btn-style{font-size:9px}
}   
@media screen and (max-width:400px){

    #header .bottom-left .main-menu{font-size: 1.2rem;}
    .membershipWrap .membership-title-box h2{padding-right: 0; font-size: 18px;}
    .membershipWrap .membership-title-box h2 span{font-size: 20px;}
    .signUpArea .area-style{padding: 0;}
    .signUpArea{padding: 10px 20px 10px 0px}
    #signUp{padding-left: 0;}
    .signUpArea .input-style{font-size:12px; width: 100%;}
    .signUpArea .input-style2{font-size:12px; width: 95%; margin-bottom: 10px;}
    .signUpArea .select-style{font-size:12px; width: 95%; margin-bottom: 10px;}
    .signUpArea .label-style{font-size:10px}
    .signUpArea .label-style2{font-size:10px}
    .signUpArea .btn-style{font-size:9px ;margin-top: 10px; width: 100%; margin-bottom: 10px;}
    .signUpArea .check-style{}
    .signUpArea .mb10{margin-bottom: 0;}
    .membershipWrap{padding-top: 15rem;}

}   


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

    #header .menu-top .top-left ul .logo{width: 90px;}
    #header .bottom-left .main-menu li {padding-right: 1rem;}
    #header .top-right>ul>.cart{padding: 0 1rem;}
    #header .top-right>ul>.wish{padding-left: 0rem; padding-right: 1rem;}
    #header .top-right>ul>li:first-child{border: none;}
    #footer .footer-row-right .f-snsBox li{margin-left: 10px;}
    
}