@charset "utf-8";
/* layout.css는 전체적인 스타일 정의 */

#wrapper {position:relative; overflow:hidden;}

.contain {position:relative; padding-left:15px; padding-right:15px; margin:0 auto; height:inherit; letter-spacing:-.03em;}
#header .contain {max-width:1830px !important;}
#footer .contain {max-width:1630px !important;}
#main .contain {max-width:1630px;}
#sub .contain {max-width:1430px; z-index:1;}


/* header */
#header {position:fixed; top:0; left:0; width:100%; height:130px; z-index:90; letter-spacing:-.03em; transition:all 0.6s;}
#header:hover {background:#fff;}
#header.hactive {background:#fff; height:110px; }
#header.hactive:after {content:''; width:100%; height:1px; background:#ddd; position:absolute; bottom:0; left:0;}

#header .sitelogo a {display:block; width:252px; height:74px; background-repeat:no-repeat; background-size:cover; position:absolute; top:50%; left:15px; margin-top:-37px; background-image:url('../img/layout/logo-w.png'); transition:all 0.6s;}
#header.hactive .sitelogo a {background-image:url('../img/layout/logo-b.png');}
#header:hover .sitelogo a {background-image:url('../img/layout/logo-b.png');}

#header.active {transform:translateY(0);}
#header.hide {transform:translateY(-100%);}

#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; text-align:center; padding:0 40px;}
#gnb>ul>li>a {position:relative; display:inline-block; color:#fff; font-size:22px; line-height:130px; font-weight:600; transition:all 0.6s;}
#header.hactive #gnb>ul>li>a {line-height:110px; color:#333;}
#header.hactive #gnb>ul>li>a:hover {color:#ac9547;}
#header:hover #gnb>ul>li>a {color:#333;}
#header:hover #gnb>ul>li>a:hover {color:#ac9547;}

#gnb .submenu {top:110px; width:200px; height:100%; left:50%; margin-left:-100px; display:none; z-index:11; position:absolute;}
#gnb>ul>li.one-li .submenu {display:none !important;}

#gnb .submenu ul {display:block; padding:30px 0; background:#ac9547;}
#gnb .submenu ul li {padding:5px 0; text-align:center;}
#gnb .submenu ul li a {display:inline-block; color:#f2e8c8; font-size:20px; line-height:2em; position:relative; transition:all 0.6s; font-weight:600;}

.search-icon {position:absolute; top:50%; margin-top:-15px; right:65px; width:30px; height:30px; background-image:url('../img/layout/search-icon-w.png'); background-repeat:no-repeat; background-size:cover; transition:all 0.6s;}
#header:hover .search-icon {background-image:url('../img/layout/search-icon-b.png');}
#header.hactive .search-icon {background-image:url('../img/layout/search-icon-b.png');}

.sitemap-btn {position:absolute; top:50%; right:15px; width:18px; height:22px; margin-top:-11px;}
.sitemap-btn span {background:#fff; transition:all 0.6s; display:block; width:2px; position:absolute;}
#header:hover .sitemap-btn span {background:#000;}
#header.hactive .sitemap-btn span {background:#000;}
.sitemap-btn span.mid {height:100%; top:0; left:50%; margin-left:-1px;}
.sitemap-btn span.low {height:14px; top:50%; margin-top:-7px;}
.sitemap-btn span.left {left:0;}
.sitemap-btn span.right {right:0;}
.sitemap-btn:hover span.left {margin-top:-11px;}
.sitemap-btn:hover span.right {margin-top:-3px;}

/* footer */
#footer {background:#191919;}
.foot-btn {padding:33px 0; border-bottom:1px solid rgba(255,255,255,0.2);}
.foot-btn ul {display:flex; justify-content:flex-end;}
.foot-btn ul li {padding-right:42px; position:relative;}
.foot-btn ul li:last-child {padding-right:0;} 
.foot-btn ul li:after {content:''; width:4px; height:4px; background:#fff; position:absolute; top:50%; margin-top:-2px; right:20px; border-radius:50%;} 
.foot-btn ul li:last-child:after {display:none;} 
.foot-btn ul li a {font-size:20px; line-height:1.4em; color:#fff; font-weight:500; transition:all 0.6s;}
.foot-btn ul li a:hover {color:#ad9547;}

.foot-cnt {padding:100px 0 130px; /* padding:60px 0 100px; */ display:flex; justify-content:space-between; flex-wrap:wrap; /* align-items:center; */}
.foot-box {width:100%; max-width:740px; display:flex; align-items:center;}
.foot-box .foot-logo {width:100%; max-width:210px;}
.foot-box .foot-info {width:1%; flex:1 1 auto;}
.foot-box .foot-info p {font-size:18px; line-height:1.9em; color:#999;}
.foot-box .foot-info p.copyright {margin-bottom: 20px;}
.foot-box .foot-info p strong {color:#fff; display:inline-block; max-width: 110px; width: 100%; margin-right:12px;}
.foot-box .foot-info p b {color:#fff; display: inline-block; margin-right: 15px;}
.foot-box .foot-info p span {display:inline-block; margin:0 4px;}
.foot-box .foot-info p br {display:none;}

.foot-link {width:100%; max-width:350px; margin:0; /* margin:20px 0 45px; */}
.foot-link .family {position:relative; margin-bottom: 10px;}
.foot-link .family .open {width:100%; line-height:70px; padding:0 30px; font-size:20px; font-weight:500; background:#2d2d2d; position:relative; color:#fff; transition:all 0.6s;}
.foot-link .family.family-open .open {color:#ad9547;}
.foot-link .family .open:after {content:''; width:14px; height:10px; background:url('../img/layout/family-open.png') no-repeat; position:absolute; top:50%; margin-top:-5px; right:30px; transition:all 0.6s;}
.foot-link .family.family-open .open:after {transform:rotate(-180deg); background:url('../img/layout/family-open-on.png') no-repeat;}

.foot-link .family ul {position:absolute; top:70px; left:0; width:100%; height:0; overflow:hidden; transition:all 0.6s; z-index: 130;}
.foot-link .family.family-open ul {height:136px;}
.foot-link .family ul li a {line-height:44px; border:1px solid rgba(255,255,255,0.2); font-size:16px; color:#fff; background:#2d2d2d; width:100%; padding:0 30px; margin-bottom:-1px; transition:all 0.6s;}
.foot-link .family ul li a:hover {color:#ad9547;}

.foot-link .location {width:100%; line-height:70px; padding:0 30px; font-size:30px; font-weight:500; background:#2d2d2d; position:relative; color:#fff; text-align: center; margin-bottom: 10px;}
.foot-link .tel {line-height: 70px; font-size:30px; font-weight:500; color: #fff; padding: 0 30px;}
.foot-link .tel a {display: inline-block;}

.scrolltop {opacity:0; transition:all 0.6s; position:fixed; right:50px; bottom:150px; display:block; width:60px; height:60px; border-radius:50%; border:1px solid #6f6f6f; z-index:-111; overflow:hidden;}
.scrolltop:before,
.scrolltop:after {content:''; width:30px; height:30px; background:url('../img/layout/scrolltop.png') no-repeat; position:absolute; top:50%; left:50%; margin-top:-15px; margin-left:-15px; transition:all 0.6s;}
.scrolltop:hover:before {transform:translateY(-90px);}
.scrolltop:after {transform:translateY(90px);}
.scrolltop:hover:after {transform:translateY(0);}
.scroll-fade .scrolltop {opacity:1; z-index:121;}

/* quick-menu */
.quick-menu {position: fixed; top: 50%; right: 33px; transform: translateY(-50%); /* transition: all 0.4s; */ z-index: 80;}
.quick-menu .wrap {width: 95px; box-shadow: 0px 0px 20px 0px rgba(178, 178, 178, 0.3); z-index: 100;}
.quick-menu .title p {line-height: 40px; font-family: 'montserrat'; font-size: 14px; font-weight: 700; color: #fff; text-align: center; background: rgb(213,181,124);
background: linear-gradient(90deg, rgba(213,181,124,1) 10%, rgba(191,157,93,1) 34%, rgba(195,171,138,1) 64%, rgba(209,177,116,1) 90%);}
.quick-menu ul {background: #fff; text-align: center; padding: 5px 0;}
.quick-menu ul li {border-bottom: 1px solid #ddd; padding: 15px 5px 11px;}
.quick-menu ul li:last-child {border-bottom: none;}
.quick-menu ul li .icon {width: 55px; height: 55px; background-repeat: no-repeat; background-position: center center; background-size: contain; margin: 0 auto 10px; transition: all 0.4s;}
.quick-menu ul li:nth-child(1) .icon {background-image: url('../img/layout/quick-tel.png');}
.quick-menu ul li:nth-child(2) .icon {background-image: url('../img/layout/quick-kakao.png');}
.quick-menu ul li:nth-child(3) .icon {background-image: url('../img/layout/quick-naver.png');}
.quick-menu ul li p {font-size: 15px; font-weight: 600; line-height: 1.3em; color: #000;}

.quick-menu .quick-btn {position: absolute; bottom: 20px; left: -50px; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; background: #ad9547; cursor: pointer; display: none;}
.quick-menu .quick-btn img {transform: rotate(0); filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(294deg) brightness(109%) contrast(102%); transition: all 0.4s;}
.quick-menu.closed {right: 15px;}
.quick-menu.closed .quick-btn img {transform: rotate(315deg);}

.quick-menu ul li:hover .icon {animation: icon-up 0.8s both;}
@keyframes icon-up {
	0% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(0px);
    }
}


/* siteMap : S */
.sitemap {position:fixed; max-width:100vw; max-height:100vh; width:0; height:0; z-index:1111;  display:block; top:0; right:0; overflow:hidden; letter-spacing:0;}
html.sitemap-opened .sitemap {width:100%; height:100%; visibility:visible; }
.sitemap:before {content:''; position:fixed; z-index:-1; top:0; left:0; width:100vw; height:100vh; background:url('../img/layout/sitemap-black.jpg') center center no-repeat; background-size:cover; transition:all 0.6s ease 0.2s; display:none;}
html.sitemap-opened .sitemap:before {display:block;}

.sitemap .sitemap-close {position:absolute; top:50%; right:15px; margin-top:-18px; width:36px; height:36px; z-index:12; transition:all 0.6s;}
.sitemap .sitemap-close:hover {opacity:0.6;}
.sitemap .sitemap-close:before,
.sitemap .sitemap-close:after {content:''; width:36px; height:2px; background:#fff; position:absolute; left:0; transition:all 0.6s;}
.sitemap .sitemap-close:before {top:10px;}
.sitemap .sitemap-close:after {bottom:10px;}
html.sitemap-opened .sitemap .sitemap-close:before {transform:rotate(45deg); top:50%; margin-top:-1px;}
html.sitemap-opened .sitemap .sitemap-close:after {transform:rotate(-45deg); bottom:50%; margin-bottom:-1px;}

.site-wrap {max-width:1830px; width:100%; padding:0 15px; margin:0 auto; height:100vh; position:relative;}
.site-wrap .head {position:absolute; top:0; left:0; padding:0 15px; width:100%; height:130px; display:flex; align-items:center; z-index:11;}
.site-wrap .head ul {margin-left:50px; margin-top:10px; display:flex;}
.site-wrap .head ul li {padding-right:15px; margin-right:15px; position:relative;}
.site-wrap .head ul li:after {content:''; width:1px; height:12px; background:#fff; position:absolute; top:50%; margin-top:-6px; right:0;}
.site-wrap .head ul li:last-child:after {display:none;}
.site-wrap .head ul li a {font-size:14px; color:#888; letter-spacing:0; line-height:1.6em; transition:all 0.6s; font-weight:700; font-family:'Montserrat';}
.site-wrap .head ul li.active a {color:#fff;}

.site-wrap .wrap {padding:160px 0 100px;  height:100vh;display:flex; position:relative;}
.site-wrap .wrap:after {content:''; width:1px; height:100vh; background:rgba(255,255,255,0.2); position:absolute; top:0; left:600px;}
.site-wrap .wrap .info-wrap {width:100%; max-width:600px; display:flex; flex-direction:column; justify-content:space-between; padding-left:0;}
.site-wrap .info .box {margin-bottom:50px; position:relative; left:100px; opacity:0; transition:all 0.6s;}
html.sitemap-opened .site-wrap .info .box {transition-delay:0.1s; left:0; opacity:1;}
html.sitemap-opened .site-wrap .info .box:nth-child(2) {transition-delay:0.2s;}

.site-wrap .info .box:last-child {margin-bottom:0;}
.site-wrap .info .box h4 {font-size:18px; font-weight:700; color:#fff; line-height:1.6em; font-family:'Montserrat'; margin-bottom:16px;}
.site-wrap .info .box dl {display:flex; font-size:18px; line-height:1.6em; margin-bottom:8px;}
.site-wrap .info .box dt {width:130px; font-weight:500; color:#bbb;}
.site-wrap .info .box dd {width:1%; flex:1 1 auto; color:#888;}
.site-wrap .info .box dd a.mail {text-decoration:underline;}
.site-wrap .btn-wrap .more {display:inline-block; width:230px; line-height:62px; border:1px solid #fff; color:#fff; font-size:18px; padding:0 30px; position:relative; margin-bottom:50px;}
.site-wrap .btn-wrap .more:after {content:''; width:12px; height:12px; background:url('../img/layout/sitemap-btn-w.png') no-repeat; position:absolute; top:50%; margin-top:-6px; right:30px;}
.site-wrap .btn-wrap .more:hover:after {animation: btn-move 1s both .1s;}
@keyframes btn-move {
    0% {right:30px;}
    25% {right:20px;}
    50% {right:30px;}
    75% {right:25px;}
    100 {right:30px;}
}
.site-wrap .btn-wrap ul {display:flex;}
.site-wrap .btn-wrap ul li {margin-right:12px;}
.site-wrap .btn-wrap ul li a {display:block; transition:all 0.3s;}
.site-wrap .btn-wrap ul li a:hover {opacity:0.6;}
.site-wrap .wrap .nav-menu {width:1%; flex:1 1 auto; padding-left:100px;}
.nav-menu > ul > li {margin-bottom:30px;}
.nav-menu > ul > li > span {display:block; position:relative; transition:all 0.6s; overflow:hidden;}
.nav-menu > ul > li > span a {display:inline-block; font-size:46px; line-height:1.2em; transition:all 0.6s ease 0s; position:relative; transform:translateY(110%); font-weight:500; padding:0 5px; color:#fff;}
html.sitemap-opened .nav-menu > ul > li > span a {transform:translateY(0); transition-delay:0.5s; transition-property:transform;}
.nav-menu > ul > li > span a:after {content:''; background:#fff; width:0; height:20px; position:absolute; bottom:5px; left:0; z-index:-1; opacity:0.2; transition:all 0.6s;}
.nav-menu > ul > li.active > span a:after {width:100%;}
.nav-menu > ul > li > span a:hover:after {width:100%;}

.nav-menu .submenu {display:none;}
.nav-menu .submenu ul {display:flex; flex-wrap:wrap; padding-top:20px; padding-left:15px;}
.nav-menu .submenu ul li {padding-right:40px; margin-bottom:20px;}
.nav-menu .submenu ul li a {display:inline-block; font-size:24px; line-height:1.5em; position:relative; color:#888;}
.nav-menu .submenu ul li a:hover {color:#fff; font-weight:700;}

/* sitemap-white */
.sitemap-white:before {background:url('../img/layout/sitemap-white.jpg') center center no-repeat;}
.sitemap-white .sitemap-close:before,
.sitemap-white .sitemap-close:after {background:#000;}
.sitemap-white {color:#000;}
.sitemap-white .head ul li:after {background:#ddd;}
.sitemap-white .head ul li a {font-size:14px; color:#666;}
.sitemap-white .head ul li.active a {color:#000;}
.sitemap-white .wrap:after {background:#ddd;}
.sitemap-white .info .box h4 {color:#000;}
.sitemap-white .info .box dt {color:#000;}
.sitemap-white .info .box dd {color:#666;}
.sitemap-white .btn-wrap .more {border:1px solid #000; color:#fff; background:#000;}
.sitemap-white .nav-menu > ul > li > span a {color:#000;}
.sitemap-white .nav-menu > ul > li > span a:after {background:#000; opacity:0.1;}
.sitemap-white .nav-menu .submenu ul li a {color:#666;}
.sitemap-white .nav-menu .submenu ul li a:hover {color:#000;}

.sitemap-white .btn-wrap ul li a img {filter:invert(1);}

.sm-bt {position:absolute; bottom:60px; right:60px; background:#fff; width:30px; height:30px; border-radius:50%; cursor:pointer; transition:all 0.6s; z-index:111;}
.sitemap-white .sm-bt {background:#000;}



/* siteMap : E */
/* siteMap : responsive */
@media (max-width:1400px){
	.site-wrap .wrap:after {left:500px;}
	.site-wrap .wrap .info-wrap {max-width:500px; padding-left:0;}
	.site-wrap .info .box dl {font-size:16px;}	
	.site-wrap .wrap .nav-menu {padding-left:60px;}
	.nav-menu > ul > li > span a {font-size:40px;}
	.nav-menu .submenu ul {padding-top:20px; padding-left:0;}
	.nav-menu .submenu ul li {padding-right:20px;}
	.nav-menu .submenu ul li a {font-size:20px;}
}
@media (max-width:1024px){
	.site-wrap .wrap:after {display:none;}
	.site-wrap .head {position:relative; left:0; height:80px; padding:0;}
	.site-wrap .head .logo img {height:60px;}
	.sitemap .sitemap-close {right:0;}
	.site-wrap .wrap {padding:40px 0; height:calc(100vh - 80px); flex-direction:column-reverse;}
	.site-wrap .wrap .nav-menu {width:100%; padding-left:0;}
	.site-wrap .info .box dt {width: 110px;}
	.nav-menu > ul > li {margin-bottom:20px;}
	.nav-menu > ul > li > span a {font-size:24px; padding:0 5px;}
	.nav-menu .submenu ul {padding-top:10px;}
	.nav-menu .submenu ul li {padding-right:15px; margin-bottom:10px;}
	.nav-menu .submenu ul li a {font-size:16px;}
	.site-wrap .info .box {margin-bottom:20px;}
	.site-wrap .info .box h4 {font-size:16px; margin-bottom:10px;}
	.site-wrap .info .box:last-child {margin-bottom:20px;}
	.site-wrap .btn-wrap .more {width:200px; line-height:50px; font-size:16px; padding:0 20px; margin-bottom:20px;}
	.site-wrap .btn-wrap .more:after {right:20px;}
	
	.nav-menu > ul > li > span a:after {height:40%;}
}
@media (max-width:640px){
	.site-wrap .head .logo img {height:50px;}
	.nav-menu > ul > li > span a {font-size:24px;}
	.nav-menu > ul > li > span a:after {height:10px; bottom:0;}
	.nav-menu .submenu ul li {padding-right:15px; margin-bottom:8px;}
	.nav-menu .submenu ul li a {font-size:16px;}
	.site-wrap .wrap .info-wrap {display:none;}
	
}
