@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard.woff') format('woff');
    font-style: normal;
}
header{font-size:15px; color:#333;}
footer{font-size:15px; color:#333; font-family: 'Pretendard';}
:lang(zh-cn){font-family:'Noto Sans KR', sans-serif;;}


/* header Style */
header{width: 100%; border-top: 5px solid #a51013; position: relative; z-index: 200;}
.header_logo{margin: 30px auto; width: 313px; height: 70px;}
.header_logo a{display: block; width: 100%; height: 100%; background: center / 100% no-repeat url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/CBN/161765009113754.png);}

header .utilbox{border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding-right: 25px;}
header .util ul{display: flex; justify-content: flex-end; max-width: 1200px; margin: 0 auto;}
header .util > ul > li{padding: 14px 0 10px 0;}
header .util li{line-height: 1em;position: relative;}
header .util li a{font-size: 13px; color: #777; font-family: 'Pretendard'; font-weight: 300;}
header .util li.coMenu_li .Community{cursor: default;}
header .util li::after{content: ""; display: inline-block; width: 1px; height: 10px; background-color: #aaa; margin: 0 12px;}
header .util li:last-child::after{display: none;}
/* header 마이페이지 / 커뮤니티 드롭메뉴 */
header .util .util_m02{position: absolute; z-index: 99; flex-direction: column; background-color: #fff; border: 1px solid #e5e5e5; margin-top: 13px; padding: 15px 20px; left:50%; width: max-content;}
header .util .util_m02 li{margin-bottom: 8px;}                       
header .util .util_m02 li:last-child{margin-bottom: 0;}                       
header .util .util_m02 li::after{display: none;}
header .util .myMenu{display:none; left: -28px;}
header .util li.myPage_li{position: relative;}
header .util .coMenu{transform: translateX(-55%); display: none;}
/* hover */
header .util .util_m02 li:hover a{color: #a51013; font-weight: 500;}
header .util li.myPage_li:hover .myMenu{display:block}
header .util li.coMenu_li:hover .coMenu{display:block}

header .util li.cart_li a{display: flex;}
header span.cart_n{font-size:0.7rem;font-weight:400; background-color: #a51013;color:#fff;border-radius: 20px;width:17px;height:17px;display: flex;
                   justify-content: center; align-items: center;; transform: translateY(-2px);margin-right:3px; margin-top: 1px;}

header .navTab_box{width: 100%; padding: 10px 0; position: relative; border-bottom: 1px solid #e5e5e5;}
header .navInner{max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between;}
header .navLeft{display: flex; align-items: center;}

header .category_box{padding-left: 24px; margin-right: 38px; cursor: pointer; position: relative;}
header .menuBar p{width: 18px; height: 3px; background-color: #321301; position: absolute;}
header .menuBar p:nth-child(1){left: 0; top: 5px;}
header .menuBar p:nth-child(2){left: 0; top: 11px;}
header .menuBar p:nth-child(3){left: 0; bottom: 4px;}
header .menuBar p.on:nth-child(1){transform: rotate(45deg); top: 11px; width: 17px;}
header .menuBar p.on:nth-child(2){display: none;}
header .menuBar p.on:nth-child(3){transform: rotate(-45deg); bottom: 10px; width: 17px;}
header .cateTxt{font-size: 15px; color: #321301; font-family: 'Pretendard'; font-weight: 600;}
header .allCate_box{width: 100%; position: absolute; top: 50px; left: 0; background-color: #fff; border-top: 1px solid #e5e5e5; display: none; box-shadow: 5px 5px 8px rgb(0 0 0 / 12%); z-index: 98;}
header .allCategory{max-width: 1200px; margin: 0 auto; padding: 40px 20px; position: relative;}
header .allCategory ul{display: flex; flex-wrap: wrap;}
header .allCategory li{width: 20%; padding: 25px 0; border: 1px solid rgba(0,0,0,0.04);}
header .allCategory .closeBtn{display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; background-color: #a51013; position: absolute; top: 40px; right: -20px; text-align: center;}
header .allCategory .closeBtn .fa-times{font-size: 25px;}
header .cateTit{display: flex; align-items: center; justify-content: space-between; padding: 0 20px; margin-bottom: 8px;}
header .cateTit span{font-family: 'Pretendard'; font-size: 16px; color: #a51013; font-weight: 600;}
header .cateTit a{font-family: 'Pretendard'; font-size: 14px; font-weight: 500; color: #321301;}
header .cateList{padding: 13px 20px 0; line-height: 1.1em;}
header .cateList a{font-size: 14px; color: #858585; font-family: 'Pretendard'; font-weight: 400;}
header .cateList:hover a{color: #333; font-weight: 500;}

header .menuTab ul{display: flex;}
header .menuTab li{margin-right: 42px;}
header .menuTab li a{font-size: 15px; color: #555; font-family: 'Pretendard'; font-weight: 600;}

header .navRight{display: flex; align-items: center;}
header .search_box{width: 230px; height: 30px; margin-right: 20px;}
header .search{position: relative;}
header .search input[type="text"]{width: 230px; height: 30px; background-color: #f1f1f2; border-radius: 30px; border: 0; padding-left: 20px; padding-right: 37px;}
header .search span{position: absolute; top: 3px; right: 10px; cursor: pointer; display: block; width: 23px; height: 23px; background: center / 100% no-repeat url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/CBN/161766039080684.png);}

header .lang_box{margin-right: 10px; position: relative;}
header .lang_box .langIcon{cursor: pointer; width: 23px; height: 23px; background: center / 100% no-repeat url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/CBN/162109377928253.png);}
header .lang_box ul{display: none; padding: 8px 13px; background-color: #fff; border: 1px solid #e5e5e5; position: absolute; top: 35px; right: -25px; z-index: 200;}
header .lang_box ul li button:hover{color: #a51013; font-weight: 500;}


/* Footer Style */
footer{width: 100%; background-color: #fafafa;}
.footer_inner{max-width: 1200px; padding: 65px 30px; margin: 0 auto;}

.footTop_box{display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 55px;}
.serviceTit{display: flex; align-items: center;}
.serviceTit .serIcon{color: #242424; font-size: 40px; margin-right: 14px;}
.serviceTit .serTxt{color: #242424; font-size: 16px; font-family: 'Pretendard'; font-weight: 500;}
.serviceNum span{font-size: 25px; color: #242424; font-family: 'Pretendard'; font-weight: 700;}
.serviceInfo li{font-size: 12px; color: #555;}

.listBox{display: flex;}
.listBox .onlineComu{margin-right: 54px;}
.listBox .listTit{font-family: 'Pretendard'; font-size: 16px; font-weight: 600; margin-bottom: 12px;}
.listBox ul li a{font-size: 13px; color: #555;}
.listBox ul li a:hover{color: #333; font-weight: 500;}

.privacyBox{margin-bottom: 20px; line-height: 1em;}
.privacyBox ul{display: flex;}
.privacyBox li::after{content: ""; display: inline-block; width: 1px; height: 11px; background-color: #555; margin: 0 15px;}
.privacyBox li:last-child::after{display: none;}
.privacyBox li a{font-size: 13px; color: #555;}
.privacyBox li a:hover{color: #333; font-weight: 500;}

.footBottom_box{position: relative;}

.footerInfo ul li{line-height: 1.2em;}
.footerInfo ul li span{font-size: 12px; color: #555; margin-right: 7px;}
.footerInfo ul li .ceoinfo:hover{color: #333; font-weight: 500;}
.footerInfo ul li span strong{color: #333; font-size: 13px; font-weight: 500;}

.footBottom_box .gotopBtn{position: absolute; bottom: 0; right: 0;}
.footBottom_box .gotopBtn p{cursor: pointer; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 100%; background-color: #a51013; transition: 0.2s;}
.footBottom_box .gotopBtn p:hover{background-color: #93e73e;}
.footBottom_box .gotopBtn i{font-size: 35px; color: #fff;}




/* 서브헤드 */
.commu .content{padding-top: 100px;}
.brand_stroy.content{padding-top: 90px;}
.notice .content, .review .content, .qna .content, .brand_story, .location .content{padding-top: 60px;}
.loca h3{font-family: 'Pretendard'; font-size: 38px; font-weight: 700; color: #444; margin-bottom:30px;}
.sub_header{position:relative; padding-top:100px;}
.sub_header > p{display: inline-block;position: relative;padding-right:20px;font-size:15px}
.sub_header > p::after{content: '>';color:#888; font-size:13px;position:absolute;top:50%;right:5px; transform: translateY(-50%);}
.sub_header .scroll_sec{display: inline-block;position: relative;width: 100px;vertical-align: middle;}
/* .sub_header .scroll_sec{ transform: translateY(-44px);position:relative} */
.sub_header .sub_header_bg{width:100%; height:300px; background:url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/CBN/160296603336550.jpg) no-repeat; background-size:cover ;position:relative}
.sub_header .sub_header_bg p{font-size:2rem; color:#fff; text-align: center; width:80%;margin:0 auto; position:absolute; top:40%; left:50%; transform: translateX(-50%);}

/* .sub_header #commu_li{ background: #fff; padding:15px 80px 0 80px;display: table; margin:0 auto;} */
.sub_header #commu_li li{white-space: nowrap;display: table-cell; font-size:15px;/* text-align: center;padding:0 15px 10px 15px; color:#666;  */;position:absolute; top:0; left:0;display: none;}
.sub_header #commu_li{padding-right:10px;}
.sub_header #commu_li li.on{color:#be3434;position:relative;display: block;}
/* .sub_header ul li.on a::before{content:''; display: block; width:100%; height:2px; position:absolute; bottom:8px;background: #be3434;left:50%; transform: translateX(-50%); } */
.sub_header .list_com{position:absolute;background-color: #fff;box-shadow: 3px 3px 8px rgba(000,000,000,0.1);z-index: 99;font-size:14px; border-radius: 10px;top: 31px; left: -17px;width:130px;display: none; overflow: hidden;padding:15px;}
.sub_header .list_com li{ line-height:1.8;}
.top_tit{display:flex;justify-content: space-between;}
.top_tit .fa{margin-top:5px; font-size:14px; color:#666;transition-duration:0.3s;}
.fa_action{transform: rotate(180deg);margin-bottom:5px;transition-duration:0.3s;}
/* 4+1 이벤트 테그 */
.envet_tag{margin-right:5px; font-weight: 500;}
.envet_tag i{font-family: 'Rubik','Noto Sans KR', sans-serif; display: inline-block;margin:0 2px; }

.commu.mypage_review .content{padding-top:140px}

/*모바일 헤더 */
.mo_header.mo_hevent{position: fixed;top:0;left:0;}


.mo_header{z-index: 9999; display: none; width:100%;position:relative}
.mo_header .bg_color{background-color: hsla(0,0%,0%,0.4);width:100vw; height:110vh;display: block;  position: absolute;
    top: -50px;z-index:9; transition-duration: 0.5s;
   display: none;/* opacity: 0; */
}
/* .mo_header .bg_color.view{opacity: 1;display: block;} */

.mo_header .page_topheader{background-color: #fff; padding:18px 0 20px; width:100%; text-align: center;position:relative; border-bottom: 1px solid #ddd;}
.mo_header .page_topheader .logo a{width: 100%; height: 100%;}
.mo_header .page_topheader .logo img{width:200px;}
.mo_header .page_topheader .page_sear_cart ul {position:absolute; top:54%; right:30px;transform:translateY(-50%) ;}
.mo_header .page_topheader .page_sear_cart ul li{ display: inline-block; width:28px; margin-left:20px;}
.mo_header .page_topheader .page_sear_cart ul li a{width: 100%; height: 100%; display: block;}
.mo_header .page_topheader .page_sear_cart ul li:first-child{width: 26px;}
.mo_header .page_topheader .page_sear_cart .langbox_wrap{position: relative;}
.mo_header .page_topheader .page_sear_cart .langIcon{width: 26px; height: 26px; background: center / 100% no-repeat url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/CBN/162109642734144.png);}
.mo_header .page_topheader .page_sear_cart .langbox{display: none; position: absolute; padding: 8px 5px; background-color: #fff; border: 1px solid #e5e5e5; top: 42px; right: -12px;}
.mo_header .page_topheader .page_sear_cart .langbox button:hover{color: #a51013; font-weight: 500;}

.mo_header .close1{border:1px solid #bbb ;}
.mo_header .close1 img{width:12px; opacity: 0.6;}
.LeftWrap{width:300px; height:100%; background:#fff; position:fixed; top:0; left:-300px; z-index:100; }
.LeftWrap > div{padding:20px 20px 0 20px;width:100%;background: #fff; height: 100%;}
.LeftWrap > div > div{margin-top:20px;width:100%}

.LeftWrap .mo_center{margin-top:40px;}
.close1{display:block; width:24px; height:24px; line-height:24px; font-size:13px; font-weight:bold; background:#fff; color:#69F; border-radius:15px; text-align:center; text-decoration:none; position:absolute; top:15px; right:15px;}
.open1{display:block; width:30px; position:absolute;  top:50%; left:30px; transform:translateY(-50%) }
.open1 span{display:block; width:28px; height:3px; background:#321301; margin-bottom:6px;}
.open1 span:last-child{margin-bottom:0;}

.mo_header .mo_center ul{display: flex; border:1px solid #bbb}
.mo_header .mo_center li{width: 33.3%; text-align: center; border-right:1px solid #bbb; padding:14px 0 8px; }
.mo_header .mo_center li:last-child{border-right:none;}
.mo_header .mo_center li img{width:25px; opacity: 0.7;}
.mo_header .mo_center li p{font-size:12px; margin-top:3px; color:#555}

 /* #btn1{padding:50px} */
 #btn1 ul{display:none}
 .mo_header .logo img{width:160px}
 .mo_header .mo_top ul{display: flex;width: 100%;    justify-content: center;position: relative;}
 .mo_header .mo_top ul li{text-align: center;width: 50%;}
 .mo_header .mo_top ul li.log_li .p{position:absolute; bottom:-32px;left:0;color:#888;font-size:15px; font-weight: 300;width:100%; text-align: center; font-family: "Pretendard";}
 .mo_header .mo_top ul li:last-child{margin-left:10px;}
 .mo_header .mo_top ul li a{background-color:#a51013; padding:7px 0 4px; color:#fff; font-size: 15px; display: block; width:100%; font-family: "Pretendard";}
 .mo_header .mo_top ul li:last-child a{background-color: #777;}
 .mo_header .nav .nav_depth > li{font-size:16px; line-height: 2em;font-weight: 500;}

 .mo_header .shop_li > li{position: relative;
}
 .mo_header .shop_li > li.ro_v{width:100%; background:url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/CBN/160297087255320.png) no-repeat right top 5px;background-size: 10px;}
 /* .mo_header .shop_li > li.ro_v02{width:100%; background:url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/CBN/160297087255320.png) no-repeat right top 9px;background-size: 16px; transition: all 0.5s linear; transform: rotate( -180deg );} */
 .mo_header .shop_li > li.ro_v02{width:100%; background:url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/CBN/161055452465439.png) no-repeat right top 9px;background-size: 10px;}


 /* .mo_header .shop_li > li::before{content:'〉'; display: block; transform:rotate(90deg); position:absolute;top:3px;right:0;color:#bbb}
 .mo_header .shop_li > li::after{content:'〉'; display: none; transform:rotate(-90deg); position:absolute;top:-6px;right:-2px;color:#bbb} */



 .mo_header .nav .nav_depth02{margin-bottom:10px; margin-left:5px; color:#888}
 .mo_header .nav .nav_depth02 > li {font-size: 14px;}

    /*mo_tabSet */

    .mo_tabSet{
        margin-bottom:30px;
    }
    .mo_tabSet ul.mo_tabs {display: flex; border-bottom: 1px solid #888;
    }
    .mo_tabSet ul.mo_tabs  li{transform: translateY(1px);
            padding:0 2px 0 0;
            list-style-type:none; width:50%;
        }
    .mo_tabSet ul.mo_tabs li a{
                color:#fff;
                background:#777;
                text-align: center; padding:7px 0 5px;
                display:block;
                font-weight:400;
                font-size:14px;
                text-decoration:none;
            }
    .mo_tabSet ul.mo_tabs li a.on{
                background:#fff;
                cursor:default;
                color:#31374c;
                border-top:1px solid #888;
                border-left:1px solid #888;
                border-right:1px solid #888;
            }
    .mo_panels{
        background:#fff;
        min-height:180px;
    }
    .mo_header .panel02{
        overflow-y: scroll;
        overflow-x: hidden;
        height: 50vh;
        padding:20px 5px;
        font-size:14px;
        color:#4d4d4d;
        display:none;
    }

    .mo_header .sc_down{position:absolute;background-color: black;bottom: -40px;padding-bottom:5px;display: none;
        lefT: 0;color:#fff;
        width: 100%;}
    .mo_header .sc_down .nav li{display: inline-block;margin:0 20px;}

    /* sold out css */
    .top_shop_detail .previewImg{position: relative;}
    .sold_out{width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; font-size: 2rem; font-weight: 600; color: #fff; font-family: "Pretendard";}
    .sold_out a{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; color: #fff; font-family: "Pretendard"; font-size: 1.6rem; font-weight: 600;}
    .shop_sold_out{width: calc(100% - 32px); height: 100%; background: rgba(0,0,0,0.5); position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; align-items: center; color: #fff; font-family: "Pretendard"; font-size: 1.6rem; font-weight: 600;}
    .shop_sold_out a{width: 100%; height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; align-items: center; color: #fff; font-family: "Pretendard"; font-size: 1.6rem; font-weight: 600;}




 /* ********************************************* *
 *1800px max
 * ********************************************* */
 @media screen and (max-width:1800px){

    .hamburger .hamburger_but {right: 30px;}
    .hamburger .hamburger_but > div {right: -30px;}
    .header .header_bottom .nav_depth > li {vertical-align: top;padding: 0 2% 40px;}
     }
    
     /* ********************************************* *
     *1500px max
     * ********************************************* */
     @media screen and (max-width:1500px){
        /* .header .header_bottom .nav_depth > li {   padding-right: 55px;} */
    
        .header .header_bottom .nav_depth > li {    
            width: auto;}
            .header .header_bottom .nav_depth02{width: 125%; }
            .header .header_bottom .nav_depth02 li{font-size:0.85rem;}
    }
    
    /* ********************************************* *
    * 1400px max
    * ********************************************* */
    @media screen and (max-width: 1400px){
    
        .header .header_bottom .nav_depth02 li {padding: 0 15px;}
        .hamburger{display: none;}
        header{display: none;}
        
        .mo_header { display: block;}
        .header_inner{width:100%;}
        .sub_header{margin-top:0;}
    
    }
     /* ********************************************* *
     * 1200px max
     * ********************************************* */
     @media screen and (max-width: 1200px){

     }
     /* ********************************************* *
     * 1024px max
     * ********************************************* */
     @media screen and (max-width: 1024px){
     
    /* .sub_header .scroll_sec{ overflow-x: scroll; overflow-y: hidden;}
    .sub_header .scroll_sec::-webkit-scrollbar{height:10px;background-color: #fff;}
    .sub_header .scroll_sec::-webkit-scrollbar-thumb{background-color: #ddd;border-radius: 10px;background-clip: padding-box;
        border: 2px solid transparent;} */
    .mo_header .sc_down {overflow-x: scroll; width: 100%;overflow-y: hidden;}
    .mo_header .sc_down::-webkit-scrollbar{background-color: transparent;height:0;;}
    .mo_header .sc_down::-webkit-scrollbar-thumb{height:0;;background-color: transparent;}
    .mo_header .sc_down::-webkit-scrollbar-track{height:0;;background-color: transparent;}
    .mo_header .sc_down .nav {width: 980px;}
    .mo_header .sc_down .nav_depth{display: flex;}
     }
    
     /* ********************************************* *
     * 960px max
     * ********************************************* */
     @media screen and (max-width: 960px){
        .sec { padding: 80px 0;}
        .header02{display: none;}
        .mo_header{display: block;}
    
     }
     /* ********************************************* *
     * 840px max
     * ********************************************* */
     @media screen and (max-width: 840px){
     
    
        .privacyBox li::after{display: none;}
        .footBottom_box .privacyBox ul li{margin-right: 10px;}
        
    }
    
    
     /* ********************************************* *
     * 769px max
     * ********************************************* */
     @media screen and (max-width: 769px){
        .sec {padding: 100px 0;}

        .sub_header {padding-top: 50px;}
        .footTop_box{display: block; margin-bottom: 25px;}
        .footTop_box .serviceBox{margin-bottom: 25px;}
        .footerInfo ul li{margin-bottom: 7px;}
        
        
     }
    
     /* ********************************************* *
     * 576px max
     * ********************************************* */
     @media screen and (max-width: 576px){
     
    

     .sidebar .kakao, .sidebar .blog{right:20px; bottom:24px; width: 48px; height:48px;}
     .sidebar .blog{bottom:84px;}
    

     .sub_header .sub_header_bg { width: 100%;height:220px;}
     .sub_header .sub_header_bg p {top: 32%;}
    
    }
     
      /* ********************************************* *
      * 460px max
      * ********************************************* */
      @media screen and (max-width: 460px){
        .mo_header .page_topheader .logo img { width: 150px; }
        .mo_header .page_topheader .page_sear_cart ul { right: 22px;transform: translateY(-46%);}
        .mo_header .page_topheader .page_sear_cart ul li {width: 22px; margin-left: 15px;}
        .mo_header .page_topheader .page_sear_cart .langbox{top: 36px; right: -19px;}
        .open1 span {width: 22px;height: 2px;margin-bottom: 6px;}
        .open1 {left:15px;}

        .privacyBox li{margin-right: 5px;}
        .privacyBox li a{font-size: 12px;}
        .privacyBox li::after{display: none;}
        
    }
      /* ********************************************* *
      * 350 max
      * ********************************************* */
      @media screen and (max-width: 350px){
        .mo_header .page_topheader .logo img { width: 160px;}
        .mo_header .page_topheader .page_sear_cart ul li {width: 20px;}


    
    }