@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width: 100%; max-width: 1260px; padding-left: 30px; padding-right: 30px; margin: 0 auto;}
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3;}
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}

.ws-real-cont {max-width:1200px; margin:0 auto;}

/* popup */
.popup {position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-300px; width:600px; z-index:2000; }
.popup .swiper-container {border-radius:30px; overflow: hidden;}
.popup .swiper-pagination {position:relative; width:100%; margin-top:20px; font-size:0; line-height:0;}
.popup .swiper-pagination-bullet {position:relative; width:28px; height:28px; margin:0 5px; border:1px solid transparent; opacity:1; border-radius:100%; background:transparent; transition:0.3s; overflow:hidden; text-indent:-999em;}
.popup .swiper-pagination-bullet-active {border-color:#31c8c8;}
.popup img {width:100%; border-radius: 32px;}
.popup .pop_bottom {display:flex; /* background:#000; */}
.popup .pop_bottom button {display:flex; align-items:center; justify-content:center; position:relative; width:50%; height:43px; text-align:center; padding:0 10px 2px; font-size:14px; color:#aaaaaa; line-height:1.3em; font-weight:600; background-color:transparent; border:0;}
.popup .pop_bottom button+button:before {position:absolute; top:50%; left:0; width:1px; height:26px; margin-top:-13px; background:rgba(255,255,255,0.5); content:'';} 
.popup .btn_close_pop_top {display:none; position:absolute; top:-50px; right:0; width:35px; height:35px; background:url("../images/common/search_pop_close.png") 50% 50% no-repeat; border:0;}
.popup_bg {position:fixed; top:0; left:0; right:0; bottom:0; z-index:1999; background:rgba(0,0,0,0.7);}
.pop-swiper-button-prev::after, .pop-swiper-button-next::after { display: none; }
.pop-swiper-button-prev, .pop-swiper-button-next { width: 44px; height: 72px; background-color: rgba(0,0,0,0.5); background-size: 11px; background-repeat: no-repeat; background-position: center; margin-top: 0; top: 47%; transform: translateY(-50%);}
.pop-swiper-button-prev { left: 0; background-image: url(../images/main/sec1-leftbt.png);}
.pop-swiper-button-next { right: 0; background-image: url(../images/main/sec1-rightbt.png);}

/* header */
#header {position:relative; width:100%; z-index:100; top: 0; background: #fff; height: 230px;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; }
#header .contain::after { content: none;}
.hd-top { height: 160px;border-bottom: 1px solid #ddd;}
.hd-btm { height: 70px; background: #c49a6c;}
.hd-sch { width: 260px; position: relative; height: 38px;}
.hd-sch input { border: none; height: 38px; font-size: 14px; color: #686868; font-weight: 300; width: 100%; padding-right: 45px; border-bottom: 2px solid #878787; padding: 6px 10px;}
.hd-sch input::placeholder { font-size: 14px; color: #878787; font-weight: 300; letter-spacing: -.03em; }
.hd-sch input:focus { outline: none;}
.hd-sch .btn-sch { width: 38px; height: 38px; border: none; background: url(../images/common/hd-sch.png) center no-repeat; background-size: 20px; position: absolute; right: 0;}
.hd-link { display: flex; justify-content: flex-end; align-items: center; }
.hd-link a { font-size: 13px; font-weight: 400; letter-spacing: -.03em; line-height: 1em; color: #878787;padding: 0 10px; position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.hd-link a span { display: block; text-align: center; margin-top: 6px;}
.hd-link a:last-child { padding-right: 0;}
.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; position: relative;}
#gnb>ul {display:flex; justify-content:space-between;} 
#gnb>ul>li {position:relative; }
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:70px; color:#fff; font-size:18px; font-weight:400; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li>a::after { content: ""; position: absolute; left: 0; right: 0; margin: auto; bottom: 10px; width: 6px; height: 6px; border-radius: 100%; background: #fff; display: none;}
#gnb>ul>li.active>a::after {display: block;}

#gnb .submenu {display:none; position:absolute; left:50%; text-align:center; transform:translateX(-50%); }
#gnb .submenu>ul {display:flex;}
#gnb .submenu>ul>li>a {display:block; padding:18px 25px; color:#505050; font-size:16px; line-height:1.33em; white-space:nowrap; font-weight: 300; letter-spacing: -.03em ;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-position: under; color: #c49a6c;}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; box-shadow: 5px 5px 10px rgba(0,0,0,0.1);}

.btn-m-menu {display: none;}

.list-icon {position:absolute; width:25px; height:22px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; top: 50%; transform: translateY(-50%); right: 30px;}
.list-icon span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#454545;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.list-icon span:before {top:-8px; transition-property:top, transform; background:#454545; content: "only";}
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#454545; }

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:16px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#c49a6c}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#c49a6c;}
.mobile-navigation .nav-menu .submenu img { display: none;}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main 공통 */
.main-tit { font-size: 38px; font-weight: 200; letter-spacing: -.03em; line-height: 1em; color: #2c2c2c; margin-bottom: 50px;}
.main-tit span { color: #c49a6c;}
.main-view { display: inline-block; font-size: 16px; font-weight: 300; letter-spacing: -.03em; line-height: 1em; color: #2c2c2c; border: 1px solid #2c2c2c; padding: 15px 26px; margin-top: 30px;}

/* main */
.banner { padding: 30px 0 100px;}
.banner .contain { position: relative;}
.ban-box { position: relative; }
.ban-box .abbox { position: absolute; left: 0; top: 0; width: 50%; height: 100%; background: rgba(36, 36, 36,0.9); display: flex; align-items: center; padding-left: 80px; color: #fff; z-index: 2;}
.ban-box .abbox h2 { font-size: 52px; font-weight: 100; letter-spacing: -.03em; line-height: 1.2em; margin-bottom: 15px;}
.ban-box .abbox p { font-size: 24px; font-weight: 100; letter-spacing: -.03em; line-height: 1.3em; }
.ban-box .abbox p span { color: #c49a6c; font-size: 32px; display: inline-block; padding-right: 5px;}
.ban-swiper { position: relative; overflow: hidden; width: 100%;}
.ban-swiper-slide .thumb {position:relative; padding-bottom:42%; overflow:hidden; }
.ban-swiper-slide .thumb img {position:absolute; top:50%; left:50%; transition:.4s ease-in-out; transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:contain;}
.ban-swiper-button-next::after , .ban-swiper-button-prev::after { display: none; }
.ban-swiper-button-prev, .ban-swiper-button-next { width: 70px; height: 18px; background-repeat: no-repeat; background-position: center; background-size: contain; margin-top: 0; top: 50%; transform: translateY(-50%); }
.ban-swiper-button-prev { background-image: url(../images/main/main-leftbt.png); left: -40px;}
.ban-swiper-button-next { background-image: url(../images/main/main-rightbt.png); right: -40px;}
.swiper-pagination-bullet { width: 15px; height: 15px; background: #fff; opacity: 0.4; margin: 0 7px !important; z-index:10;}
.swiper-pagination-bullet-active { opacity: 1;}

.sec1 { padding-bottom: 100px; text-align: center;}
.sec1-swiper { width: 100%; position: relative; overflow: hidden;}
.sec1-swiper-slide>a { display: block; position: relative; width: 100%;}
.sec1-swiper-slide .thumb {position:relative; padding-bottom:100%; overflow:hidden; margin-bottom: 25px;}
.sec1-swiper-slide .thumb img {position:absolute; top:50%; left:50%; transition:.4s ease-in-out; transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); width:auto; height:auto !important; max-width:auto; min-height:auto; object-fit:contain;}
.sec1-swiper-slide .thumb .cart { position: absolute; right: 0; bottom: 0; width: 48px; height: 48px; background: rgba(196, 154, 108,0.5) url(../images/main/main-cart.png) center no-repeat; background-size: 23px;}
.sec1-swiper-slide .tit { font-size: 18px; font-weight: 300; letter-spacing: -.03em; line-height: 1.25em; color: #2c2c2c;}
.sec1-swiper-button-prev::after, .sec1-swiper-button-next::after { display: none; }
.sec1-swiper-button-prev, .sec1-swiper-button-next { width: 44px; height: 72px; background-color: rgba(0,0,0,0.5); background-size: 11px; background-repeat: no-repeat; background-position: center; top: 35%; margin-top: 0;}
.sec1-swiper-button-prev { left: 0; background-image: url(../images/main/sec1-leftbt.png);}
.sec1-swiper-button-next { right: 0; background-image: url(../images/main/sec1-rightbt.png);}
.sec2 { padding: 100px 0; background: #f9f5f0; text-align: center;}
.sec3 { padding: 100px 0;}
.sec3-swiper { position: relative; overflow: hidden; width: 100%;}
.sec3-swiper-slide .thumb {position:relative; padding-bottom:100%; overflow:hidden; }
.sec3-swiper-slide .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:contain;}

/* sub */
#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { padding: 100px 0 0;}
.sub-title h1 { font-size: 38px; font-weight: 300; letter-spacing: -.03em; line-height: 1em; color: #2c2c2c; position: relative; text-align: center; margin-bottom: 50px;}
.sub-title span { display: block; font-size: 14px; font-weight: 300; letter-spacing: -.03em; line-height: 1em; color: #878787; margin-bottom: 30px;}

.sub-tab { display: flex; gap: 7px 30px; justify-content: center; margin-bottom: 50px; flex-wrap: wrap;}
.sub-tab li { width: auto;}
.sub-tab li a { font-size: 18px; font-weight: 300; letter-spacing: -.03em; line-height: 1.2em; position: relative; color: #878787;}
.sub-tab li a::before { content: ""; position: absolute; left: 0; right: 0; margin: auto; top: -10px; width: 5px; height: 5px; border-radius: 100%; background: #c49a6c; display: none;}
.sub-tab li.active a { color: #c49a6c;}
.sub-tab li.active a::before { display: block;}

.real-cont {min-height:300px; padding-bottom: 150px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative;}
#footer .contain { position:relative; display: flex; justify-content: space-between; align-items: center;}
#footer .contain::after { content: none;} 
.ft-top { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 12px 0;}
.policy a { display: inline-block; font-size: 14px; font-weight: 400; letter-spacing: -.03em; line-height: 1.2em; color: #2c2c2c; position: relative; padding-left: 20px;}
.policy a::before { content: ""; position: absolute; left: 0; width: 15px; height: 15px; background-size: contain; background: url(../images/common/policy.png) center no-repeat; top: 1px;}
.policy a:last-child { margin-left: 30px;}
.sns { display: flex; gap: 10px;}
.ft-btm { padding: 50px 0;}
.ft-left { display: flex; align-items: center;}
.ft-textbox { padding-left: 50px;}
.ft-logo-text { line-height: 1em; font-size: 16px; font-weight: 500; letter-spacing: -.02em; color: #c49a6c; margin-bottom: 12px;}
.ft-text { line-height: 1.6em; }
.ft-text span { display: inline-block; font-size: 14px; font-weight: 300; letter-spacing: -.03em; line-height: 1.6em; color: #878787; padding-right: 30px;}
.ft-text span:last-child { padding-right: 0;}
.ft-text span strong { font-weight: 300; font-size: 11px; display: inline-block;}
.cpr { font-size: 12px; margin-top: 10px; line-height: 1.2em; letter-spacing: -.02em; font-weight: 300; color: #bcbcbc;}
.cpr a { display: inline-block;}
.ft-right { text-align: right;}
.ft-right .tit { font-size: 28px; font-weight: 300; letter-spacing: -.03em; line-height: 1.2em; color: #2c2c2c; margin-bottom: 5px;}
.ft-right .tit span { display: inline-block; font-size: 18px; padding-right: 12px; font-weight: 500;}
.ft-right p { font-size: 14px; letter-spacing: -.03em; line-height: 1.5em; font-weight: 300; color: #878787; margin-bottom: 15px;}
.ft-right a { padding: 10px 14px; line-height: 1em; color: #fff; display: inline-block; font-size: 14px; font-weight: 300; letter-spacing: -.03em; background: #c49a6c;}

/* quickmenu */
.quick { position: fixed; right: 60px; bottom: 136px; z-index: 999;}
.q-link { background-color: #fff; background-repeat: no-repeat; background-position: center; width: 76px; height: 76px; border-radius: 38px; border: 2px solid #000; background-size: 45px; background-image: url(../images/common/quick-icon.png); box-shadow: 2px 2px 5px rgba(0,0,0,0.2);display: block; transition: .2s; display: flex; align-items: center;}
.q-link span { display: none; font-size: 18px; font-weight: 400; letter-spacing: -.03em; line-height: 1.2em;  padding-left: 30px; position: relative;}
.q-link span::after { content: ""; position: absolute; top: 0; bottom: 0; margin: auto; right: -23px; width: 8px; height: 17px; background-size: contain; background: url(../images/common/quick-right.png) center no-repeat;}
.q-link:hover { width: 240px; background-image: none;}
.q-link:hover span { display: block;}
.scroll-top { width: 76px; height: 76px; border-radius: 100%; background: #ccc url(../images/common/top.png) center no-repeat; background-size: 18px; display:block; box-shadow: 2px 2px 5px rgba(0,0,0,0.2); margin-top: 20px; position: fixed; right: 60px; bottom: 40px; z-index: 999;}