@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#skipToContent a {z-index:100000;position:absolute;overflow:hidden;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;}
#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-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#header {position:relative; width:100%; background:#fff; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width: 1780px; height:var(--header-height); z-index:10;}
#gnb {display: none;}

#main #header {position: absolute; top: 0; background: none;}
#main #header .sitelogo img {filter: grayscale(1) brightness(50);}
#main #header .btn-m-menu span,
#main #header .btn-m-menu span:before,
#main #header .btn-m-menu span:after {background: #fff;}

/* for mobile */
.btn-m-menu {display:block; position:relative; width:32px; height:30px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.btn-m-menu span:before {top:-13px;}
.btn-m-menu span:after {bottom:-13px;}

.mobile-navigation {display:flex; flex-direction: column; justify-content: space-between; gap: 35px; position:fixed; top:0; right:0; width:700px; height:100%; padding: 0 100px 100px 60px; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; justify-content: space-between; align-items:center; height:var(--header-height); padding:25px 0; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; display:block; margin-bottom: 25px; color:#242424; font-size:32px; font-weight:800; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#e60013;}
.mobile-navigation .nav-menu {margin-top: 40px;}
.mobile-navigation .nav-menu>ul>li:not(:last-child) {margin-bottom: 55px;}

.mobile-navigation .submenu li {position: relative; padding-left: 14px; font-size: 20px; letter-spacing: 0; line-height: 1.6em;}
.mobile-navigation .submenu li:before {position: absolute; content: '';left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 100%; background: #454545;	}
.mobile-navigation .submenu li:hover {color: #e60013;}
.mobile-navigation .submenu li:hover:before {background-color: #e60013;}

.mobile-navigation .siteinfo span {display: block;font-size: 14px; line-height: 1.57em; text-align: right;}

.mobile-navigation .close {position: relative;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:2px; background:#242424; border-radius:1px;}
.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-visual {position:relative; background:#000; overflow:hidden;}
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .image {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:5s linear; transform:scale(1.15);}
.main-visual .image 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; bottom: 100px; left:0; padding:0 100px; color:#fff; z-index:10;}
.main-visual .caption img {margin:0 auto;}
.main-visual .caption p {transition:1.2s; transform:translate(50px,0); opacity:0; font-size: 40px; line-height: 1.25em; letter-spacing: .03em; margin-bottom: 30px;}
.main-visual .controls {position:absolute;bottom: 100px; left: 50%; transform: translateX(-50%); display:flex; align-items:center; justify-content: center; gap: 20px; padding:0 50px; color:#fff; z-index:1;}
.mv-more {position: relative; padding-right: 20px; color: rgba(255,255,255,.5);}
.mv-more:before {position: absolute; content: ''; top: 0px; right: 0; width: 7px; height: 100%; background: url('../images/main/mv-more.png') no-repeat center center; background-size: contain;}
.main-visual .pager {font-size: 20px; color: rgba(255,255,255,.6); font-weight: 700;font-family: "Roboto", sans-serif;}
.main-visual .pager span:not(.current) {margin: 0 12px; font-weight: 400;}
.main-visual .pager .current {display:inline-block; width:.6em;}
.main-visual .slide-btn {width:24px; height:24px; background-color:unset; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; opacity: .6;}
.main-visual .slide-prev {background-image:url("../images/main/mv-prev.png");}
.main-visual .slide-next {background-image:url("../images/main/mv-next.png");}
.main-visual .slide-stop {background-image:url("../images/main/mv-stop.png");}
.main-visual .slide-play {display:none; background-image:url("../images/main/mv-play.png");}
.main-visual .active .image {transform:scale(1);}
.main-visual .active .caption p {transform:translate(0,0); opacity:1;}

/* sub */
.lnb-wrap {position:relative; margin-bottom: 75px; padding: 0 30px;}
.lnb {margin:0 auto; max-width:1200px;}
.lnb ul {display:flex; justify-content: center;}
.lnb ul li {position: relative; text-align:center; width: auto;}
.lnb ul li:not(:last-child):before {position: absolute; content: ''; right: 0; top: 50%; margin-top: -5px; width: 1px; height: 10px; background: #ddd;}
.lnb ul li a {position: relative;width:100%; padding:0 25px; color:#9c9c9c; font-size:16px; line-height:1.2em; letter-spacing:0;}
.lnb ul li.active a {color:#e60013; font-weight: 700; text-decoration: underline; text-underline-offset: 4px;}

.sub-title {padding-top:50px; padding-bottom:55px; max-width:1260px; margin:0 auto;}
#contArea.wide .sub-title {padding-left:30px; padding-right:30px;}
.sub-title h1 {font-size:50px; font-weight: 800; line-height:1em; color:#242424; text-align: center;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom: var(--sub-bot);}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}

.font-r {font-family: "Roboto", sans-serif;}

.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.fw800 {font-weight: 800;}

.c1 {color: #242424;}
.c2 {color: #231916;}
.c3 {color: #e60013;}

.fz20 {font-size: var(--fz20);}
.fz25 {font-size: var(--fz25);}
.fz30 {font-size: var(--fz30);}
.fz32 {font-size: var(--fz32);}
.fz40 {font-size: var(--fz40);}
.fz50 {font-size: var(--fz50);}

/* footer */
#footer {padding: 36px 0; background:#191919; font-size: 15px; color: #686868; }
#footer .contain {display: flex; justify-content: space-between; gap: 40px; max-width: 1780px;}
.sitetit {margin-bottom: 8px; color: #fff; font-size: 18px;}
.f-cnt {letter-spacing: 0; flex: 1;}
.f-cnt address {display: flex; gap: 25px; font-style: normal;}
.copyright {margin-top: 15px;}
.f-link {display: flex; gap: 40px; height: fit-content;}
.f-link a {display: flex; align-items: center;}
.f-link .icon {margin-right: 5px;}

