@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:1560px; 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;}

/* header */
#header {position:fixed; width:100%; z-index:100; top: 0; height: 100px; transition: .3s; border-bottom: 1px solid rgba(255,255,255,0.3);}
#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.color { background: rgba(0,0,0,0.5);}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo-w.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;} 
#gnb>ul>li {position:relative; padding:0 39px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#fff; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li>a::after { content: ""; position: absolute; bottom: -4px; left: 0; width: 0; height: 4px; background: #bc6c25; transition:.2s;}
#gnb>ul>li.active>a:after {width:100%; left:0;}

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:25px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:6px 0; color:#fff; font-size:18px; line-height:1.33em; font-weight: 300;}
#gnb .submenu>ul>li>a:hover {color: #bc6c25;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:rgba(22, 12, 12,0.8); border-top: 1px solid rgba(255,255,255,0.3);}

.hd-contact { position: relative; color: #fff;}
.hd-contact a { position: relative; display: block; width: 100%;}
.hd-contact .circle { width: 50px; height: 50px; border-radius: 100%; position: absolute; left: 0; background: #fff url(../images/common/hd-call.png) center no-repeat; background-size: 25px; top: 7px; transition: .2s;}
.hd-contact-txt { padding-left: 63px;}
.hd-contact-txt .tit { font-size: 18px; font-weight: 500; letter-spacing: -.025em; line-height: 1.2em; margin-bottom: 3px;}
.hd-contact-txt .txt { line-height: 1.2em; font-size: 16px; font-weight: 700; letter-spacing: -.025em;}

#header.header-hover {background: rgba(22, 12, 12,0.8);}
#header.header-hover #gnb > ul > li.active > a { color: #bc6c25;}
#header.header-hover .hd-contact .circle { background: #bc6c25 url(../images/common/hd-call-w.png) center no-repeat;}

.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:#fff;}
.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:#fff; content: "only";}
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#fff; }

.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:#bc6c25;}
.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:#bc6c25;}
.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-visual {position:relative; background: #000; }
.main-visual .contain {position: relative; height: 100%; }
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transform: scale(1.25);}
.main-visual .img img {position:absolute; top:50%; left:0; 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;}

.main-visual .caption {position: absolute; top: 40%; width: 100%; left: 0; text-align: center;}
.main-visual .caption .txt {display: inline-block; text-align: center; color: #fff;}
.main-visual .caption h2 {font-size: 70px; font-weight: 700; line-height: 1.2em; letter-spacing: -.025em; margin-bottom: 5px; font-family: 'GmarketSans';}
.main-visual .caption h3 { font-size: 36px; font-weight: 500; line-height: 1em; font-family: 'GmarketSans'; margin-bottom: 8px;}
.main-visual .caption p { font-size: 30px; font-weight: 300; line-height: 1.4em; }

.main-visual .slick-dots {position:absolute; text-align:center; line-height:0; z-index:50; left: 0; right: 0; margin: auto; bottom: 110px;}
.main-visual .slick-dots li {display:inline-block; margin:0 19px; position: relative;}
.main-visual .slick-dots li::after { content: ""; position: absolute; left: -9px; width: 29px; height: 29px; border-radius: 100%; border: 1px solid #fff; top: -9px; display: none;}
.main-visual .slick-dots li button {position:relative; display:block; width:11px; height:11px; background:#fff; overflow:hidden; text-indent:-9999em; transition:.2s;  border: none; border-radius: 100%;}
.main-visual .slick-dots .slick-active button { background: #bc6c25;}
.main-visual .slick-dots li.slick-active::after { display: block;}

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;} 
@keyframes scale {
	0% {transform: scale(1.25);}
	100% {transform: scale(1);}
}

/* main공통 */
.main-subtit { font-size: 20px; font-weight: 300; font-family: 'GmarketSans'; line-height: 1.2em; margin-bottom: 4px; text-align: center;}
.main-tit { font-size: 46px; font-weight: 700; font-family: 'GmarketSans'; line-height: 1.2em; letter-spacing: -.025em; margin-bottom: 2px; text-align: center;}
.main-txt { font-size: 20px; font-weight: 400; line-height: 1.3em; color: #555; text-align: center;}

/* main */
.sec1 { height: 95vh; position: relative; padding: 100px 0 140px;}
.sec1 .contain { position: relative;}
.sec1-bg { height: 50vh; background: url(../images/main/sec1-bg.jpg) center no-repeat; background-size: cover; position: absolute; left: 0; bottom: 0; width: 100%; z-index: -1;}
.sec1 .main-subtit { color: #9e8e70;}
.sec1 .main-tit { color: #bc6c25;}
.sec1-box { margin-top: 80px;}
.sec1-btbox { position: absolute; right: 30px; top: 0; display: flex; gap: 17px;}
.sec1-swiper { width: 100%; position: relative; overflow: hidden; padding-top: 14px;}
.sec1-swiper-slide { transition: .2s; }
.sec1-swiper-slide a { display: block; width: 100%;}
.sec1-swiper-slide img { width: 100%; box-shadow: 10px 10px 20px rgba(0,0,0,0.15);}
.sec1-swiper-slide .txtbox { padding: 20px 15px; color: #fff; transition: .2s;}
.sec1-swiper-slide .txtbox .tit { font-size: 30px; line-height: 1em; font-weight: 700;}
.sec1-swiper-slide .txtbox .txt { font-size: 18px; line-height: 1.5em; font-weight: 200; margin-top: 10px;}
.sec1-swiper-button-prev::after, .sec1-swiper-button-next::after { display: none;}
.sec1-swiper-button-prev, .sec1-swiper-button-next { width: 70px; height: 70px; border-radius: 100%; border: 1px solid #ddd; background-color: #fff; background-size: 16px; background-repeat: no-repeat; background-position: center; position: relative; top: auto; margin-top: 0; transition: .2s;}
.sec1-swiper-button-prev { left: auto; background-image: url(../images/main/sec1-leftbt.png);}
.sec1-swiper-button-prev:hover { background-color: #372b24; border: 1px solid #372b24; background-image: url(../images/main/sec1-leftbt-w.png);}
.sec1-swiper-button-next { right: auto; background-image: url(../images/main/sec1-rightbt.png);}
.sec1-swiper-button-next:hover { background-color: #372b24; border: 1px solid #372b24; background-image: url(../images/main/sec1-rightbt-w.png);}
.sec1-swiper-slide:hover { transform: translateY(-14px);}
.sec1-swiper-slide:hover .txtbox { color: #bc6c25;}

.sec2 { padding: 120px 0;}
.sec2 .contain { display: flex; gap: 88px;}
.sec2 .contain::after { content: none;}
.sec2 .titbox {display: flex; align-items: center; gap: 13px; margin-bottom: 4px;}
.sec2 .main-txt { text-align: left;}
.sec2-left { width: 37%; position: relative;}
.sec2-left .main-tit { color: #283618;}
.sec2-left .main-subtit { color: #283618; margin-top: 8px;}
.sec2-right { width: 63%; position: relative;}
.sec2-right .main-tit { color: #606c38;}
.sec2-right .main-subtit { color: #606c38;}
.notice-list { margin-top: 40px;}
.notice-list li { position: relative; margin-bottom: 18px;}
.notice-list li:last-child { margin-bottom: 0;}
.notice-list li .date { position: absolute; font-size: 18px; font-weight: 600; line-height: 1.2em; color: #333; left: 0; padding-left: 16px; top: 2px;}
.notice-list li .date::before { content: ""; position: absolute; left: 0; top: 9px; width: 3px; height: 3px; border-radius: 100%; background: #333;}
.notice-list li .txt { padding-left: 130px; display: inline-block; font-size: 18px; font-weight: 400; line-height: 1.2em; color: #777; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.notice-list li .txt:hover { color: #bc6c25;}
.sec2-more { font-size: 56px; color: #ccc; font-weight: 100; position: absolute; display: block; right: 0; top: 2px; transition: .2s;}
.sec2-more:hover { color: #bc6c25;}
.sec2-gallery { margin-top: 35px; display: flex; gap: 27px;}
.sec2-gallery li { width: calc(100%/3 - 18px); }
.sec2-gallery li .thumb {position:relative; padding-bottom:65%; overflow:hidden; border-radius: 16px;}
.sec2-gallery li .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;}

.sec3 { padding: 0 100px;}
.sec3-box { padding: 140px 0; background: url(../images/main/sec2-bg.jpg) center no-repeat; background-size: cover;  border-radius: 60px; gap: 120px;}
.sec3-list { display: flex; justify-content: center;}
.sec3-list li { text-align: center; color: #fff; width: calc(100%/4 - 90px);}
.sec3-list li .tit { font-size: 24px; font-weight: 700; letter-spacing: -.025em; line-height: 1.2em; margin: 20px 0 10px;}
.sec3-list li .txt { line-height: 1.556em; font-size: 18px; font-weight: 200;}
.sec3-list li a:hover > .tit { color: #ffa351;}
.sec3-list li a:hover > .txt { color: #ffa351;}

.sec4 { padding: 120px 0;}
.sec4 .main-tit {color: #a0996b;}
.sec4 .main-subtit {color: #a0996b;}
.sec4-list { margin-top: 90px; display: flex; gap: 50px;}
.sec4-list li { width: calc(100%/5 - 40px); position: relative; border-radius: 30px; overflow: hidden; transition: .2s;}
.sec4-list li a  { width: 100%; position: relative; overflow: hidden; }
.sec4-list .tit { line-height: 1.2em; text-align: center; color: #fff;position: absolute; bottom: 0; left: 0; padding: 20px 5px; background: rgba(55, 15, 15,0.8); width: 100%; font-size: 24px; font-weight: 300; transition: .2s;}
.sec4-list li:hover { transform: translateY(-10px);}
.sec4-list li a:hover > .tit { background: rgba(188, 108, 37,0.8);}

/* 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:40px; line-height:1.2em; display: inline-block; font-weight: 700; letter-spacing: -.025em; font-family: 'GmarketSans'; margin-top: 80px;}
.sub-visual p { font-size: 20px; font-weight: 300;  line-height: 1.2em; margin-top: 7px; }

.sub-visual.bg1 {background-image:url("../images/sub/sub-visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub-visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg");}
.sub-visual.bg4 {background-image:url("../images/sub/sub-visual4.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/sub-visual5.jpg");}
.sub-visual.bg6 {background-image:url("../images/sub/sub-visual6.jpg");}

.lnb-wrap {position:relative; border-bottom: 1px solid #d7c6b3;}
.lnb {margin:0 auto; max-width:1200px; }
.lnb ul {display:flex; justify-content: center; gap: 45px;}
.lnb ul li { text-align:center; position: relative; width: auto;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:80px; padding:0 12px; color:#333; font-size:20px; font-weight:500; line-height:1.2em; position: relative;}
.lnb ul li a::after { content: ""; position: absolute; bottom: 0; width: 100%; height: 4px; background: #2c201d; left: 50%; display: none; transform: translateX(-50%);}
.lnb ul li.active a { font-weight: 700; }
.lnb ul li.active a::after { display: block;}

#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: 60px 0 80px; text-align: center;}
.sub-title h1 { font-size: 36px; font-weight: 700; line-height: 1em; color: #333; position: relative;}

.real-cont {min-height:300px; padding-bottom: 90px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 58px 0; background: #2c201d;}
#footer .contain { position:relative; display: flex; justify-content: space-between; align-items: center; max-width: 100%; padding-left: 100px; padding-right: 100px;}
#footer .contain::after { content: none;} 
.ft-logo-text a { color: #fff; font-size: 28px; font-weight: 700; letter-spacing: -.025em; font-family:'Noto Sans KR'; line-height: 1em;}
.ft-logo-text a p { line-height: 0.5em;}
.ft-logo-text a span { display: inline-block; font-size: 12px; font-weight: 300; letter-spacing: 0.3em; padding-left: 3px; line-height: 1em; }
.ft-left { display: flex; align-items: center;}
.ft-textbox { padding-left: 105px;}
.ft-textbox>a { display: inline-block; font-weight: 300; line-height: 1.5em; margin-bottom: 5px; color: #ccc;}
.ft-text { line-height: 1.5em; margin-bottom: 3px;}
.ft-text span { display: inline-block; font-weight: 300; line-height: 1.5em; color: #ccc; padding-right: 13px;}
.ft-text span:last-child { padding-right: 0;}
.cpr span { font-weight: 300; line-height: 1.2em; color: #ccc; display: inline-block; padding-right: 20px;}
.cpr a { color: #453633; font-size: 12px; font-weight: 300; line-height: 1.2em; display: inline-block;}
.scroll-top { width: 60px; height: 60px; border-radius: 100%; background: #e9f0eb; display: flex; align-items: center; justify-content: center; font-weight: 700; line-height: 1em; color: #2c201d;}
