@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; position: relative;}
.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;}

/* header */
#header {position:relative; width:100%; z-index:100; top: 0; height: 100px; transition: .2s; border-bottom: 1px solid rgba(255,255,255,0.3);}
#header.move { background: rgba(0,0,0,0.5);}
#header::after { content: ""; position: absolute; width: 100%; bottom: 0; height: 1px; background: #ddd; display: none; z-index: 11;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 100%; padding-left: 100px; padding-right: 100px;}
#header .contain::after { content: none;}
.hd-right { display: flex; align-items: center;}
.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%; }
#gnb>ul {display:flex; justify-content:center; align-items: center;} 
#gnb>ul>li { padding:0 41px; }
#gnb>ul>li>a {position:relative; align-items:center; flex-direction: column; justify-content:center; height:97px; color:#242424; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.3em; display: flex; }
#gnb>ul>li.active>a { color: #b59859;}

#gnb .submenu {display:none; max-width: 1460px; background: #fff; position: absolute; left: 0; right: 0; width: 100%; margin: auto; }
#gnb .submenu>div { display: flex; position: relative; padding: 0 30px;}
#gnb .submenu .submenu-left { width: 50%; display: flex; align-items: center; text-align: left; padding: 38px 0; }
.submenu-titbox { padding-left: 60px;}
#gnb .submenu .submenu-left img { border-radius: 30px 0 30px 0;}
#gnb .submenu .submenu-left strong { display: block; font-size: 24px; font-weight: 700; letter-spacing: -.03em; line-height: 1em; color: #242424;}
#gnb .submenu .submenu-left p { font-size: 16px; line-height: 1.666em; letter-spacing: -.03em; font-weight: 300; color: #454545; margin-top: 25px;}
#gnb .submenu .submenu-right { width: 100%; background: #fafafa; margin-right: -50%; padding-left: 100px; padding-top: 60px; text-align: left;}
#gnb .submenu .submenu-link li { margin-bottom: 10px;}
#gnb .submenu .submenu-link li a { font-size: 16px; font-weight: 300; letter-spacing: -.03em; line-height: 1em; color: #454545; position: relative; display: inline-block;}
#gnb .submenu .submenu-link li a::after { content: ""; position: absolute; right: -27px; width: 5px; height: 8px; background-size: contain; top: 3px; background: url(../images/common/hd-right.png) center no-repeat; transition: .2s; opacity: 0;}
#gnb .submenu .submenu-link li a:hover { color: #b59859; font-weight: 600;}
#gnb .submenu .submenu-link li a:hover::after { opacity: 1; }
#gnb .submenu .submenu-link li:last-child { margin-bottom: 0;}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-bottom:1px solid #dddddd;}

.hd-sns { display: flex; gap: 15px; align-items: center; margin-left: 60px; margin-right: 130px;}
.hd-sns a { display: inline-block; width: 25px; height: 25px; background-position: center; background-repeat: no-repeat; background-size: contain;}
.hd-sns a.kakao { background-image: url(../images/common/hd-kakao.png);}
.hd-sns a.insta { background-image: url(../images/common/hd-insta.png);}
.hd-sns a.blog { background-image: url(../images/common/hd-blog.png);}

#header.header-hover { background: #fff; border-bottom: 1px solid #ddd;} 
#header.header-hover::after { display: block;}
#header.header-hover .sitelogo { background-image: url(../images/common/logo.png);}
#header.header-hover #gnb>ul>li>a { color: #242424;}
#header.header-hover #gnb>ul>li.active>a { color: #b59859;}
#header.header-hover .hd-sns a.kakao { background-image: url(../images/common/hd-kakao.png);}
#header.header-hover .hd-sns a.insta { background-image: url(../images/common/hd-insta.png);}
#header.header-hover .hd-sns a.blog { background-image: url(../images/common/hd-blog.png);}
#header.header-hover .list-icon span { background: #242424;}
#header.header-hover .list-icon span:before { background: #242424;}
#header.header-hover .list-icon span:after { background: #242424;}

/* .btn-m-menu { display: none;} */

.list-icon {position:relative; width:30px; height:24px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.list-icon span {position:absolute; left:10px; right:0; top:50%; margin-top:0px; height:2px; background:#242424;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:-10px; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.list-icon span:before {top:-10px; transition-property:top, transform; background:#242424; content: "only";}
.list-icon span:after {bottom:-10px; transition-property:bottom, transform; background:#242424;}

.mobile-navigation {display:block; 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:16px; 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:#b59859}
.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 .submenu-left{ display: none;}
.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:#b59859;}
.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-subtit { font-size: 18px; font-weight: 700; letter-spacing: -.03em; color: #b59859; font-family: 'Play', sans-serif; margin-bottom: 20px; line-height: 1.2em;}
.main-tit { font-size: 40px; font-weight: 700; letter-spacing: -.03em; line-height: 1.2em; color: #242424;}
.main-link { position: relative; font-size: 16px; display: inline-block; font-weight: 300; letter-spacing: -.03em; line-height: 1em; padding-right: 24px; transition: .3s; margin-top: 40px;}
.main-link::after { content: ""; position: absolute; right: 0; top: 3px; width: 12px; height: 11px; background-size: contain; background: url(../images/main/view-right.png) center no-repeat;}
.main-link::before { content: ""; position: absolute; left: -30px; width: 60px; height: 60px; border-radius: 100%;z-index: -1; top: -23px; transition: .3s; border: 1px solid #ddd; }
.main-link:hover::after { background: url(../images/main/view-right-w.png) center no-repeat;}
.main-link:hover::before { background: #b59859; left:62px; border: 1px solid #b59859;}

/* main */
.visual { position: relative; height: 100vh; }
/* #myVideo {position:absolute;top:50%;left:50%; object-fit:contain; transform:translate(-50%,-50%);  -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width: auto;height: auto; min-width:100%; min-height:100%; z-index:-10;} */
.visual .page-down { position: absolute;}
.sec1 { padding: 130px 0; position: relative;}
.sec1-titbox { display: flex; align-items: center; justify-content: space-between; margin-bottom: 55px;}
.sec1-swiper { width: 100%; position: relative; overflow: hidden; height: 100%; padding-top: 10px;}
.sec1-swiper-slide a { display: block; position: relative; width: 100%;}
.sec1-swiper-slide .thumb {position:relative; padding-bottom:65%; margin-bottom:25px; overflow:hidden; border-radius: 30px 0 30px 0; }
.sec1-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:cover;}
.sec1-swiper-slide .com-icon { position: absolute; right: 20px; top: 10px; width: 60px; height: 80px; background: url(../images/main/sec1-icon.png) center no-repeat; background-size: contain;}
.sec1-swiper-slide .com-icon2 {position: absolute; right: 0; top: 0; width: 110px; height: 45px; background: #b59859; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 800; letter-spacing: -.03em; line-height: 1em; border-radius: 0 0 0 8px; z-index: 11;}
.sec1-swiper-slide .tit { font-size: 20px; font-weight: 600; letter-spacing: -.03em; line-height: 1.2em; color: #242424; margin-bottom: 15px;}
.sec1-swiper-slide .txt { font-size: 16px; font-weight: 300; letter-spacing: -.03em; line-height: 1.2em; color: #454545;}
.sec1-btbox { position: relative; margin-top: 60px; display: flex; gap: 90px; align-items: center;}
.sec1-bt { display: flex; align-items: center; gap: 30px; position: relative;}
.sec1-swiper-button-next::after, .sec1-swiper-button-prev::after { display: none;}
.sec1-swiper-button-next, .sec1-swiper-button-prev { width: 50px; height: 22px; background-size: contain; position: relative; top: auto; margin-top: 0; background-repeat: no-repeat; background-position: center; transition: .2s;}
.sec1-swiper-button-next { right: auto; background-image: url(../images/main/sec1-right.png);}
.sec1-swiper-button-next:hover { background-image: url(../images/main/sec1-right-b.png);}
.sec1-swiper-button-prev { left: auto; background-image: url(../images/main/sec1-left.png);}
.sec1-swiper-button-prev:hover { background-image: url(../images/main/sec1-left-b.png);}
.swiper-pagination-progressbar { position: relative; background: #eee; border-radius: 5px !important; overflow: hidden;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #b59859; border-radius: 5px !important;}
.sec1-sb { position: absolute; right: -130px;top: -80px; z-index: -1;}
.sec1-sb2 { position: absolute; left: -60px; bottom: 0px; z-index: -1;}

.sec2 { padding: 130px 0; background: url(../images/main/sec2-bg.jpg) center no-repeat; background-size: cover;}
.sec2 .main-tit { margin-bottom: 55px; color: #fff;}
.sec2-list { margin-top: 60px; display: flex; gap: 30px;}
.sec2-list li { width: 25%; position: relative; height: 480px; background-size: cover;  transition: width 0.5s ease-in-out; border-radius: 30px 0 30px 0;}
.sec2-list li.bg1 { background: url(../images/main/sec2-img1.jpg) center no-repeat; background-size: cover;}
.sec2-list li.bg2 { background: url(../images/main/sec2-img2.jpg) center no-repeat; background-size: cover;}
.sec2-list li.bg3 { background: url(../images/main/sec2-img3.jpg) center no-repeat; background-size: cover;}
.sec2-list li.bg4 { background: url(../images/main/sec2-img4.jpg) center no-repeat; background-size: cover;}
.sec2-list li a { display: block; width: 100%; height: 100%;}
.sec2-txt { background: rgba(0,0,0,0.3); position: absolute; bottom: 0; width: 100%; display: flex; justify-content: center; height: 100%; text-align: center; border-radius: 30px 0 30px 0; align-items: center; transition: .2s;}
.sec2-txt .tit { font-size: 28px; font-weight: 700; letter-spacing: -.03em; color: #fff; line-height: 1.2em; text-shadow: 3px 3px 7px rgba(0,0,0,0.3);}
.sec2-txt .txt { font-size: 16px; font-weight: 300; letter-spacing: -.03em; line-height: 1.7em; color: #fff; margin-top: 30px; display: block; text-shadow: 3px 3px 7px rgba(0,0,0,0.3); display: none;}
.sec2-txt .circle { width: 60px; height: 60px; border-radius: 100%; margin: 65px auto 0; display: none; align-items: center; justify-content: center; border: 1px solid #ddd; background: url(../images/main/sec2-plus.png) center no-repeat; background-size: 25px;}
.sec2-list li:hover { width: 43%;}
.sec2-list li:hover .sec2-txt { background: rgba(181, 152, 89,0.9);}
.sec2-list li:hover .sec2-txt .txt { display: block;}
.sec2-list li:hover .sec2-txt .circle { display: flex;}

.sec3 { padding: 130px 0;}
.sec3 .contain { display: flex; gap: 30px;}
.sec3 .contain>div { width: calc(100%/2 - 15px); border-radius: 30px 0 30px 0; overflow: hidden;}
.sec3 .contain>div a { padding: 40px; text-align: right; display: block; width: 100%; position: relative; color: #fff;}
.sec3 .contain>div.bg1 { background: #b59859;}
.sec3 .contain>div.bg2 { background: #7b6741;}
.sec3 .contain>div h3 { font-size: 28px; font-weight: 700; letter-spacing: -.03em; line-height: 1.5em; margin: 45px 0 25px;}
.sec3 .contain>div p { font-size: 16px; font-weight: 300; letter-spacing: -.03em; line-height: 1.2em;}
.sec3-icon { position: absolute; left: -40px; top: -10px;}

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:400px; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%;}
.sub-visual .cell {display:table-cell; vertical-align:middle; text-align:center; padding: 20px; }
.sub-visual h2 {font-size:50px; line-height:1.2em; display: inline-block; font-weight: 700; letter-spacing: -.03em; }
.sub-visual p { font-size: 24px; font-weight: 700; letter-spacing: -.03em; line-height: 1.2em; font-family: 'Play', sans-serif; margin-top: 20px;}

.sub-visual.bg1 {background-image:url("../images/sub/sub-visual1.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg");}
.sub-visual.bg4 {background-image:url("../images/sub/sub-visual4.jpg");}

.path-wrap {position:relative; z-index:50; margin-top: -60px; border-top: 1px solid rgba(255,255,255,0.7);}
.path-wrap .wrap {max-width:1200px; margin:0 auto; }
.path-wrap .inner {display:flex; position: relative;}
.path-wrap .home { position: relative; }
.path-wrap .home a {display:block; width:80px; height:60px; background: url("../images/sub/home.png") 50% 50% no-repeat; background-size:19px; text-indent:-999em; overflow:hidden; transition: 0; border-left: 1px solid rgba(255,255,255,0.7); border-right: 1px solid rgba(255,255,255,0.7);}
.path-wrap .part {position:relative; min-width:200px; z-index:50; border-right: 1px solid rgba(255,255,255,0.7);}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:60px; color:#fff; font-size:16px; font-weight:400; line-height:1.3em; padding:0 60px 0 20px; letter-spacing: -.03em;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:20px; margin-top:-4px; width:12px; height:7px; background:url("../images/sub/path-down-w.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#f4f4f4; z-index:50;}
.path-wrap .part ul li { line-height:1.3em; ;}
.path-wrap .part ul li a {display:block; padding:10px 20px; font-size: 16px; font-weight: 400; letter-spacing: -.03em;  color: #242424;}
.path-wrap .part.active { background: #f4f4f4;}
.path-wrap .part.active a { color: #242424;}
.path-wrap .part.active a::after { background:url("../images/sub/path-down.png") 50% 50% no-repeat;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#b59859;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title {padding: 50px 0;}

.real-cont {min-height:300px; padding-bottom: 130px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 65px 0 60px; background: #000000; color: #fff;}
#footer .contain { position:relative; display: flex; justify-content: space-between;}
#footer .contain::after { content: none;}
.ft-left { display: flex; gap: 100px;}
.ft-list li { position: relative; margin-bottom: 10px;}
.ft-list li:last-child { margin-bottom: 0; }
.ft-list li .tit { font-size: 16px; font-weight: 400; letter-spacing: -.02em; line-height: 1.2em; position: absolute; left: 0; }
.ft-right { text-align: right; }
.ft-list li .txt { font-size: 15px; font-weight: 300; letter-spacing: -.02em; line-height: 1.2em; padding-left: 140px;}
.ft-list li .txt span { padding-left: 35px;}
.policy { text-align: right; margin-bottom: 5px;}
.policy a{ display: inline-block; font-size: 16px; font-weight: 400; letter-spacing: -.02em; line-height: 1em;}
.policy a:last-child { margin-left: 20px;}
.cpr { font-size: 14px; font-weight: 300; letter-spacing: -.02em; line-height: 1.2em; color: #686868;}
.sc-wrap { display: flex; justify-content: flex-end;}
.scroll-top { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 100%; background: #fff url(../images/common/top.png) center no-repeat; background-size: 12px; margin-top: 40px;} 
