@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;}

#wrapper {position:relative;}

.contain {position:relative; width:100%; max-width:1330px; padding-left:15px;padding-right:15px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}



/* header */
#header {position:absolute; top:0; left:0; width:100%; z-index:10}
#header .header {position:relative; max-width:1920px; margin:0 auto; width:100%;}
#header .header:after {content:"";position:absolute; bottom:24px; left:0; width:50px; height:1px; background:#fff;}
#header .contain {position:relative; max-width:1750px; height:105px;}
.sitelogo {position:absolute; top:40px; left:15px; z-index:10}
.sitelogo a {display:block;}

#gnb {margin-left:523px; position:relative; padding-left:60px;}
#gnb:after {content:"";position:absolute; top:70px; left:0; width:1px; height:25px;  background:#fff;}
#gnb > ul {display:flex; padding-top:55px;}
#gnb > ul > li {position:relative; margin-right:136px;}
#gnb > ul > li:last-child {margin-right:0;}
#gnb > ul > li > a {display:block; position:relative; color:#fff; font-size:23px; line-height:50px; font-weight:500; letter-spacing:-.25px;}
#gnb > ul > li > a:after {content:"";position:absolute; bottom:-1px; left:50%; width:0; height:2px; background:#fff; transition:.2s ease-in-out;}
#gnb > ul > li.active > a:after {left:0; width:100%;}
#gnb .submenu {display:none; position:absolute; left:0;}
#gnb .submenu ul {display:flex;}
#gnb .submenu ul li {padding:10px 27px 10px 0;}
#gnb .submenu ul li a {position:relative; display:block; color:#fff; font-size:20px; line-height:1.5em; white-space:nowrap;}
#gnb .submenu ul li a:after {content:"";position:absolute; bottom:0; left:50%; width:0; height:1px; background:#fff; transition:.2s ease-in-out;}
#gnb .submenu ul li a:hover:after {left:0; width:100%;}

.header-search {position:absolute; bottom:0; right:15px; max-width:360px; width:100%; z-index:2;}
.header-search form {position:relative;}
.header-search .input {width:100%; display:block; background:#000; border:0; height:54px; border-radius:10px; color:#888; font-size:18px; line-height:1.4em;}
.header-search .submit {position:absolute; top:50%; right:20px; width:24px; height:24px; cursor:pointer; margin-top:-12px; background:url('../images/common/bt_search.png') 50% 50% no-repeat; background-size:contain; border:0; text-indent:-9999em}

.btn-search-m {display:none; position:absolute; top:50px; right:15px; text-indent:-9999em; width:24px; height:24px; background:url('../images/common/bt_search.png') 50% 50% no-repeat; background-size:contain; z-index:2}

.header-search-m {display:none; position:absolute; top:0; right:0; text-align:center; padding:60px 30px 30px; background:rgba(0,0,0,.90); width:100%; z-index:100;}
.header-search-m .title {text-align:center;font-size:40px; line-height:1.4em; font-weight:700; margin-bottom:50px;color:#fff;}
.header-search-m form {position:relative;}
.header-search-m .input {width:100%; display:block; background:#000; border:0; height:54px; border-radius:10px; color:#888; font-size:18px; line-height:1.4em;}
.header-search-m .submit {position:absolute; top:50%; right:20px; width:24px; height:24px; cursor:pointer; margin-top:-12px; background:url('../images/common/bt_search.png') 50% 50% no-repeat; background-size:contain; border:0; text-indent:-9999em}
.header-search-m .close {position:absolute; top:30px; right:40px; width:30px; height:30px; text-indent:-9999em;}
.header-search-m .close:before, 
.header-search-m .close:after {position:absolute; left:9px; top:4px;content: ' ';height:100%; width:2px;background-color:#fff;}
.header-search-m .close:before {transform: rotate(45deg);}
.header-search-m .close:after {transform: rotate(-45deg);}

html.search-opened .header-search-m {display:block}

/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; margin-top:-12px; right:15px; width:30px; height:24px; text-align:center; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; right:0; top:50%; margin-top:-1px; width:18px; height:2px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-11px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-11px; transition-property:bottom, transform;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; padding:20px 0; width:500px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#000; z-index:101;}
.mobile-navigation .home {margin-bottom:20px; padding-left:15px;font-size:18px; line-height:1.6em; color:#fff;font-weight:500;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #333; text-align:center;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:20px 15px; display:block; color:#fff; font-size:20px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-50%) rotate(-45deg); width:10px; height:10px; border-right:2px solid #fff; border-bottom:2px solid #fff;}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 0; border-top:1px solid #333;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:8px; color:#fff; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .close {position:absolute; top:20px; right:15px; width:24px; height:24px; 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:#fff; 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:.76; z-index:98;}

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-visual {position:relative; max-width:1920px; margin:0 auto;}
.main-visual .item {height:0; padding-bottom:51%; position: relative; z-index:1; overflow:hidden;}
.main-visual .item .visual-img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; background-repeat:no-repeat; background-position:50% 50%; background-size:cover;  opacity: 1 !important; animation-duration: 3s; transition: all 1s ease;}
.main-visual .content {position:absolute; bottom:100px; left:0; color:#fff; width:100%; text-align:right; z-index:50;}
.main-visual .content .contain {max-width:1750px;}
.main-visual .content .txt {margin-bottom:15px;}
.main-visual .content .name {}
.main-visual .content img {display:inline-block;}
.main-visual .slick-counter {position:absolute; bottom:100px; left:100px; font-size:18px; line-height:1.4em; padding-right:30px;color:#fff;font-weight:500;z-index:2}
.main-visual .slick-counter:after {content:"";position:absolute; top:50%; margin-top:-9px; right:0; width:1px; height:18px;  background:#fff;}
.main-visual .slick-counter .current {font-size:30px; padding-right:10px;}
.main-visual .slick-counter .total {padding-left:10px;}
.main-visual .btns {position:absolute; bottom:107px; display:flex; left:210px; font-size:0; z-index:2}
.main-visual .btns .bt {background-position:50% 50%; background-repeat:no-repeat; background-color:transparent; margin:0 3px; width:14px; height:18px; border:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden;}
.main-visual .btns .bt.bt-prev {background-image:url("../images/main/bt_prev.png");}
.main-visual .btns .bt.bt-pause {background-image:url("../images/main/bt_stop.png");}
.main-visual .btns .bt.bt-play {background-image:url("../images/main/bt_play.png");}
.main-visual .btns .bt.bt-next {background-image:url("../images/main/bt_next.png");}
.main-visual .btns .bt.bt-play {display:none;}


.animated {transition: all .5s ease;}

.main-visual [data-animation-in] {opacity: 0; animation-duration: 1.5s;transition: opacity 0.5s ease 0.3s;transition:1s;}

@keyframes zoomInImage {
  from {transform: scale3d(1.1, 1.1, 1.1);transition:1s;}
  to {transform: scale3d(1, 1, 1);transition:1s;}
}
.zoomInImage {animation-name: zoomInImage;}

@keyframes zoomOutImage {
  from {transform: scale3d(1, 1, 1);transition:1s;}
  to {transform: scale3d(1.1, 1.1, 1.1);transition:1s;}
}
.zoomOutImage {animation-name: zoomOutImage;transition:1s;}

 
/* sub page */
#contArea {max-width:1330px; margin:0 auto; width:100%; padding-left:15px; padding-right:15px;}
#contArea.w1610 {max-width:1630px;}
#contArea.w1720 {max-width:1750px;}
.sub-visual {position:relative; width:100%; height:280px; overflow:hidden;}
.sub-visual .background {
	position:absolute; 
	top:0; 
	left:0;
	width:100%; height:100%;	
	background-position:0 50%;
	background-repeat:no-repeat;
	background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	transition: all 2s ease-out 0s;
	transition-delay: 0.1s;
	z-index:0;
}
.sub-visual.load .background {
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
}


.sub-title {margin:80px 0 100px; text-align:center;}
.sub-title h2 {color:#000; font-size:36px; line-height:1.4em; font-family: 'GyeonggiBatang'; letter-spacing:-.025em; margin-bottom:4px;}
.sub-title .tit {color:#000; font-size:24px; line-height:1.4em; font-weight:700;font-family: 'GmarketSans'; margin-bottom:4px;}
.sub-title .tit.st2 {font-size:36px;}
.sub-title .tit.st2 small {display:inline-block; font-size:.7em}
.sub-title p {font-size:16px; line-height:1.4em; color:#999;font-weight:500;}

.path-menu {position:relative;  background:#000;}
.path-menu .contain {display:flex; padding-left:0; padding-right:0;}
.path-menu .home {position:relative; width:70px; height:70px; font-size:0; background:url('../images/common/home.png') 50% 50% no-repeat; border-left:1px solid #333; border-right:1px solid #333;}
.path-menu .home a {display:block; width:100%; height:100%;}
.path-menu .submenu {width:400px; position:relative; z-index:50}
.path-menu .submenu:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #fff; border-bottom:2px solid #fff;}
.path-menu .submenu:before {content:"";position:absolute; top:0; right:0; width:1px;height:100%;  background:#333}
.path-menu .submenu > a {display:block; position:relative; color:#fff; font-size:18px; line-height:70px; font-weight:500; transition:none; padding-left:20px;}
.path-menu .submenu.active:after {transform:translateY(-35%) rotate(-135deg);}
.path-menu .submenu ul {display:none; position:absolute; top:70px; left:0; width:100%; border:1px solid #ddd; border-bottom:0; border-top:0;z-index:20;}
.path-menu .submenu ul li {border-bottom:1px solid #ddd;}
.path-menu .submenu ul li a {display:block; padding-left:15px; color:#2c2c2c; background:#f4f4f4; font-size:16px; line-height:60px; text-decoration:none;}
.path-menu .submenu ul li a:hover {color:#000; text-decoration:underline;} 

#lnb {border-top:1px solid #d8d8d8; border-bottom:1px solid #d8d8d8; margin-bottom:70px;}
.lnb {max-width:1300px; margin:0 auto; position:relative; text-align:center; z-index:1; margin-bottom:-1px;}
.lnb ul {display:inline-flex; width:auto; max-width:100%;}
.lnb ul li {width:auto; text-align:center; padding:0 50px;}
.lnb ul li a {display:flex; justify-content:center; position:relative; align-items:center; height:103px; font-size:22px; line-height:1.4em; font-weight:700; color:#000;}
.lnb ul li a:after {content:"";position:absolute; bottom:-1px; left:0; width:100%; height:3px; background:#000; opacity:0;}
.lnb ul li.active a:after {opacity:1;}

.real-cont {padding-bottom:100px;}


/* footer */
#sub #footer {border-top:1px solid #ddd;}
#footer {font-size:16px;font-weight:300;line-height:1.5em; padding:40px 0;}
#footer address {font-style:normal;}
#footer address span {display:inline-block; margin-right:18px;}
#footer .contain {max-width:1750px;}
.footer {display:flex; align-items:center;}
.foot-info {flex:1 1 auto; min-width:0; width:1%; display:flex;}
.foot-info .col {margin-right:80px;}
.foot-info .copyright {margin-top:10px;}

.foot-links {display:flex; align-items:center;}

.f-site-link {position:relative; width:280px; margin-right:15px; padding:0 20px; text-align:left; font-size:18px; font-weight:400; color:#333; letter-spacing:-.03em; line-height:48px; border:1px solid #ccc;}
.f-site-link:after {content:""; position:absolute; top:50%; right:18px; margin-top:-5px; width:10px; height:10px; border-right:1px solid #5a5a5a; border-top:1px solid #5a5a5a; transform:rotate(45deg);}

.familysite {position:relative; width:280px; text-align:left; font-size:18px; font-weight:400; color:#333; letter-spacing:-.03em;}
.familysite .tt {display:block; position:relative; padding:0 20px; line-height:48px; border:1px solid #ccc;}
.familysite .tt:after {content:""; position:absolute; top:50%; right:15px; margin-top:-9px; width:10px; height:10px; border-right:1px solid #5a5a5a; border-bottom:1px solid #5a5a5a; transform:rotate(45deg);}
.familysite ul {display:none; position:absolute; bottom:49px; left:0; width:100%; background:#fff; border:1px solid #ccc;}
.familysite ul li {border-top:1px dashed #ddd;}
.familysite ul li:first-child {border-top:0;}
.familysite ul li a {display:block; padding:12px 22px; line-height:1.4em;}
.familysite ul li a:hover {background:#fafafa; color:#333;}


.scroll-top {position:fixed; bottom:30px; right:15px; border:1px solid #949494; width:58px; height:58px; text-indent:-99999em; background:#fff url('/images/common/top.png') 50% 50% no-repeat; z-index:20}