@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;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

#wrapper {position:relative; overflow:hidden;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s;}
#header .contain {max-width:1780px; position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); z-index:10;}

.sitelogo a {display:block; background-repeat:no-repeat; background-size:contain; background-image:url('/images/common/logo.png'); width:57px; height:70px;}

#gnb>ul {display:flex;} 
#gnb>ul>li {position:relative; padding:0 80px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; font-size:var(--font-size-20); font-weight:600; letter-spacing:-.03em; line-height:1.4em; color:#fff; height:var(--header-height);}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center; }
#gnb .submenu>ul {padding:20px 5px 55px;}
#gnb .submenu>ul>li>a {display:block; padding:9px 0; color:#fff; line-height:1.33em; letter-spacing:-.03em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:linear-gradient( 90deg, rgb(0,76,151) 0%, rgb(57,157,38) 100%); border-top:1px solid #0e76bc;}
.submenu-bg::before {content: ''; position: absolute; right: 5%; top: 50%; transform: translateY(-50%);background-image: url(/images/common/submenu-bg-logo.png); width: 270px; height: 247px; background-size: contain; background-repeat: no-repeat;}


#header.header-fixed {background:#fff; box-shadow:0px 3px 10px rgba(0,0,0,0.1); color:#242424;}
#header.header-fixed .sitelogo a {background-image:url('/images/common/logo-on.png');}
#header.header-fixed #gnb>ul>li>a {color:#242424;}

#header:hover {background-color:#fff;}
#header:hover .sitelogo a {background-image:url('/images/common/logo-on.png');}
#header:hover #gnb>ul>li>a {color:#242424;}
#header:hover #gnb>ul>li>a:hover {color:#0055a4;}

.btn-all-menu {position:relative; width:30px; height:25px;}
.btn-all-menu span {position:absolute; right:0; top:50%; width:20px; height:3px; margin-top:-1px; background:#fff;}
.btn-all-menu span:before,
.btn-all-menu span:after {content:" "; position:absolute; right:0; height:3px;}
.btn-all-menu span:before {top:-10px; background:#fff; left:-10px;}
.btn-all-menu span:after {bottom:-10px; background:#fff; left:-10px;}

#header.header-fixed .btn-all-menu span {background:#242424;}
#header.header-fixed .btn-all-menu span:before {background:#242424;}
#header.header-fixed .btn-all-menu span:after {background:#242424;}

#header:hover .btn-all-menu span {background:#242424;}
#header:hover .btn-all-menu span:before {background:#242424;}
#header:hover .btn-all-menu span:after {background:#242424;}


/* for mobile */
.btn-m-menu {display:none;position:relative; width:30px; height:20px;}
.btn-m-menu span {position:absolute;  right:0; top:50% ; width:22px; height:2px; margin-top:-1px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; height:2px;}
.btn-m-menu span:before {top:-9px; background:#fff; left:-8px;}
.btn-m-menu span:after {bottom:-9px; background:#fff; left:-8px;}

#header:hover .btn-m-menu span {background:#242424;}
#header:hover .btn-m-menu span:before {background:#242424;}
#header:hover .btn-m-menu span:after {background:#242424;}

#header.header-fixed .btn-m-menu span {background:#242424;}
#header.header-fixed .btn-m-menu span:before {background:#242424;}
#header.header-fixed .btn-m-menu span:after {background:#242424;}

.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 .home img {height:48px;}
.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:19px; 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:var(--color-primary);}
.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:var(--color-primary);}
.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 #container .contain {max-width:1460px;}
#main #container .contain.ty2 {display:flex; align-items:center;}

.main-visual {position:relative; overflow:hidden; background-image: url(/images/main/mv.jpg); width: 100%; height: 100%; background-position: 50%; background-repeat: no-repeat; background-size: cover;}
.main-visual .prod {height: 100vh;}

.main-visual .inner {position:absolute; top:50%; transform:translateY(-50%); left:0; width:100%; z-index:2;}

.place-wrap {position:relative; max-width:986px; margin:0 auto;}
.place-image {display:block; width:100%;}
.place-tag {position:absolute; }
.place-tag.active {z-index:10;}
.place-tag.active .place-button {background-color:#004c97;}
.place-tag.active .place-box {pointer-events:auto; opacity:1;}
.place-button {position:absolute; top:0; left:0; margin:-20px 0 0 -20px; z-index:2; display:flex; justify-content:center; align-items:center; width:40px; height:40px; background:rgba(255, 255, 255, .4) url('/images/main/icon-plus.svg') 50% 50%/16px 16px no-repeat; border:0; border-radius:100%; transition:background .2s; color:#fff;}
.place-box {position:absolute; left:0; pointer-events:none; opacity:0; transition:opacity .2s;}
.place-box:before {content:''; position:absolute; top:-2px; left:0; width:100%; height:100%;}
.place-box-in {position:relative;}
.place-arrow {position:absolute; z-index:2; width:20px; height:20px;}
.place-arrow:before {content:''; position:absolute; inset:0; background:url('/images/main/place-arrow.svg') 50% 0/100% 100% no-repeat;}
.place-item {position:relative; display:flex; align-items:center; width:344px; padding:20px; background:#fff; box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.2); transition:none;}
.place-thumb {position:relative; width:120px; height:120px; margin-right:20px; overflow:hidden;}
.place-thumb img {position:absolute; inset:0; width:100%; height:100%; background-size:contain;}
.place-cnt {flex:1 1 auto; min-width:0; width:1%; margin-right:10px;}
.place-text {width:100%; margin-bottom:5px; font-size: var(--font-size-20); font-weight: 700; color: #242424; line-height: 1.2em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.place-text2 {font-size:var(--font-size-16); line-height:1.63em; letter-spacing:-.03em; color: #454545;}
.place-more {color:#004c97; font-weight:500;}
.place-tag.bottom .place-box {top:16px; padding-top:26px;}
.place-tag.bottom .place-arrow {top:-15px;}
.place-tag.top .place-box {bottom:16px; padding-bottom:26px;}
.place-tag.top .place-arrow {bottom:-15px;}
.place-tag.top .place-arrow:before {background-position:50% 100%; -webkit-transform:scaleY(-1); transform:scaleY(-1);}

@media (max-width: 640px) {

	.place-button {width:26px; height:26px; margin:-13px 0 0 -13px; background-size:8px;}
	.place-arrow {width:16px; height:14px;}
	.place-tag.bottom .place-box {top:11px; padding-top:18px;}
	.place-tag.bottom .place-arrow {top:-10px;}
	.place-tag.top .place-box {bottom:11px; padding-bottom:18px;}
	.place-tag.top .place-arrow {bottom:-10px;}
}

.main-video {position: absolute; top: calc(var(--header-height) + 40px); right: 5%; z-index: 2; width: clamp(250px, calc( 400 / var(--inner) * 100vw ), 400px); height: 250px;}
.main-video video {width: 100%; height: 100%; object-fit: contain;}
.main-video2 {position: absolute; bottom: calc(var(--header-height) + 40px); left: 5%; z-index: 2; width: clamp(250px, calc( 400 / var(--inner) * 100vw ), 400px); height: 250px;}
.main-video2 video {width: 100%; height: 100%; object-fit: contain;}

/* sub */
.sub-visual {position:relative; height:440px; text-align:center; color:#fff; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:1; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; padding:40px 20px 0; transform:translateY(-50%);}
.sub-visual .tt {font-size:var(--font-size-60); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.sub-visual .tt2 {font-size:var(--font-size-18); letter-spacing:-.03em; line-height:1.4em;}
.sub-visual .bg1 {background-image:url("/images/sub/sv1.jpg");}
.sub-visual .bg2 {background-image:url("/images/sub/sv2.jpg");}
.sub-visual .bg3 {background-image:url("/images/sub/sv3.jpg");}
.sub-visual .bg4 {background-image:url("/images/sub/sv4.jpg");}
.sub-visual .bg5 {background-image:url("/images/sub/sv5.jpg");}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; text-align:center;}
.lnb-wrap:after {content:''; position:absolute; left:0; bottom:0; width:100%; height:1px; background:#ddd;}
.lnb {max-width:1200px; margin:0 auto;}
.lnb ul li {flex:1;}
.lnb ul li a {position:relative; display:flex; align-items:center; justify-content:center; width:100%; height:60px; padding:0 13px; color:#242424; line-height:1.2em; letter-spacing:-.03em; font-size:var(--font-size-18); font-weight:500;}
.lnb ul li a:after {display:none; content:""; position:absolute; left:0; width:100%; height:2px; bottom:0; background:var(--color-primary);}
.lnb ul li.active a {color:var(--color-primary)}
.lnb ul li.active a:after {display:block;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:10px; padding-right:10px;}
.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {padding:100px 0 55px; text-align:center;}
.sub-title h1 {font-size:var(--font-size-40); font-weight:700; letter-spacing:-.03em; line-height:1.4em; color:#242424;}

.real-cont {min-height:300px; padding-bottom:200px;}
.real-cont.ty2 {padding-bottom:0px;}

/* footer */
#footer {background:#242424;}
#footer .contain {max-width:1460px; position:relative;}
#footer address {font-style:normal;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}
 
#footer .top {padding: 25px 0;}
#footer .top ul {display: flex;}
#footer .top ul li {margin-right: 30px;}
#footer .top ul li + li {margin-right: 0;}
#footer .top ul li a {font-size: var(--font-size-14); font-weight: 500; letter-spacing: -.04em; line-height: 1.2em; color: #ababab;}

#footer .btm {padding: 70px 0; border-top: 1px solid rgba(255,255,255,.3);}
#footer .btm .contain {display: flex; }
#footer .btm .f-logo {margin-right: 80px;}
#footer .btm address span {margin-right: 25px; font-size: var(--font-size-15); font-weight: 500; letter-spacing: -.04em; line-height: 1.2em; color: #878787;}
#footer .btm .copyright {margin-top: 10px; font-size: var(--font-size-13); font-weight: 500; letter-spacing: -.03em; line-height: 1.2em; color: #666;}

.quick {position:absolute; top: 0; right: -6.9%; z-index:90;}
.quick a {display:flex; align-items:center; justify-content:center; width: 70px; height: 70px; border-radius: 100%; background:linear-gradient( 45deg, rgb(0,76,151) 0%, rgb(57,157,38) 100%);}
