@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-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

html {scroll-behavior: smooth;}
#container {min-height: auto !important;}
.contain {max-width:1360px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#header {position:absolute; top:0; left:0; width:100%; transition:.2s; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width:1740px; z-index:2;}
#header .sitelogo {padding: 15px 0; z-index: 1; max-height: 74px;}
#header .sitelogo a { height: 44px; display: inline-block;}
#header .sitelogo img {max-height: 70px;}


#gnb {flex:1 1 auto; min-width:0; width:1%;}
#gnb > ul {display:flex; justify-content:flex-end; margin: 0 -40px;}
#gnb > ul > li {position:relative;}
#gnb > ul > li > a {display:flex; align-items:center; justify-content:center; height:99px; padding:0 70px; color:#fff; font-size:20px; font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
#gnb .submenu {position:absolute; left:0; width:100%; overflow:hidden; text-align:center; display: none; background-color: #d40073;}
#gnb .submenu ul {padding-top: 22px; padding-bottom: 27px;}
#gnb .submenu ul li {padding:8px 0;}
#gnb .submenu ul li a {position: relative;display:block; line-height:1.5em; letter-spacing:-.03em; font-size: 17px; color: rgba(255,255,255,.5)}
#gnb .submenu ul li a:hover { color: #fff;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; background:#fafafa; border-top:1px solid #dfdfdf; border-bottom:1px solid #ddd;}

#header.header-fixed {border-bottom: 1px solid #ddd;}
#header.header-fixed #gnb > ul > li > a {color: #242424;}
#header.header-fixed .btn-menu span,
#header.header-fixed .btn-menu span:before,
#header.header-fixed .btn-menu span:after {background: #242424 !important;}
#header.header-fixed .sitelogo a {background: url('../images/common/active_logo.png') no-repeat center center; background-size: contain; width: 256px; height: 44px; display: inline-block;}
#header.header-fixed .sitelogo img {display: none;}

#header.header-white {background:none;}
#header.header-white #gnb > ul > li > a {color:#fff;}
#header.header-white .btn-m-menu span,
#header.header-white .btn-m-menu span:before,
#header.header-white .btn-m-menu span:after {background:#fff;}

#header.header-white.header-fixed {background:#fff; border-bottom:1px solid #ddd;}
#header.header-white.header-fixed #gnb > ul > li > a {color:#242424;}
#header.header-fixed .btn-m-menu span,
#header.header-fixed .btn-m-menu span:before,
#header.header-fixed .btn-m-menu span:after {background:#242424;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px; overflow:hidden; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; top:50%; left:0; width:100%; height:2px; margin-top:-1px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; width:100%; height:2px; background:#fff;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:320px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:150;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px;}
.mobile-navigation .home img {height:35px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:11px 48px 11px 20px; display:block; color:#2c2c2c; font-size:20px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-78%) rotate(45deg); width:13px; height:13px; border-right:1px solid #505050; border-bottom:1px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#d40073;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#fafafa; color:#454545; font-size:18px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li {padding:3px 0;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; padding:3px 0;}
.mobile-navigation .nav-menu .submenu > ul > li.active>a {color:#d40073;}
.mobile-navigation .close {position:absolute; top:25px; right:18px; 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:#454545; 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-visual {position:relative; overflow:hidden; text-align:center; color:#fff;}
.main-visual .item {position:relative; overflow:hidden; height:100vh; min-height: 829px;}
.main-visual .item img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; transition:5s; transform:scale(1.1);}
.main-visual .item .video-container {position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.main-visual .item .video-container video {width: 100%; height: 100%; object-fit: cover;}
.main-visual .caption {position:absolute;  bottom:50%; left:50%; width:100%; max-width: 1740px; padding: 0 30px; line-height:1.3em; letter-spacing:-.03em; transition:1.4s; transform:translate(-50%, 50%); font-size: 32px;text-align: left;}
.main-visual .caption h2 {margin-bottom: 43px;font-size: 66px; font-family: "pt-serif-pro", sans-serif; font-weight: 700; line-height: 1em;}
.main-visual .caption p {margin-bottom: 61px;font-size: 20px; line-height: 1em;}
.btn-more {position: relative; width: 220px; height: 60px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.4); font-size: 18px; z-index: 1;}
.btn-more:hover {border-color: #fff;}
.btn-more:before {position: absolute; content: ''; width: 14px; height: 1px; background-color: #fff; top: 50%; left: 30px; transform:translateY(-50%);}
.main-visual .slick-dots {position:absolute; bottom:170px; left:50%; transform: translateX(-50%); width:100%; max-width: 1760px; padding: 0 30px; text-align:left; line-height:0;}
.main-visual .slick-dots li {display:inline-block; margin:0 10px;}
.main-visual .slick-dots li button {display:flex; align-items:center; justify-content:center; width:12px; height:12px; opacity: 50%; color:#fff; font-size:14px; font-weight:700; background:transparent; transition:.2s; border: none; border-radius:15px; text-indent: -9999em; background-color: #fff;}
.main-visual .slick-dots li.slick-active button {position: relative; opacity: 100%; width: 60px;}
.main-visual .scroll {position:absolute; bottom: 7%; left:50%; transform: translateX(-50%); margin-top:25px; z-index:50; display: flex; flex-direction: column;}
.main-visual .scroll span {font-size: 15px; margin-bottom: 5px; font-weight: 200; letter-spacing: .1em;}
.main-visual .scroll .img {animation:1.5s scrollUpDown linear infinite;}
.main-visual .active .item img {transform:scale(1);}

.main-visual-m {display: none;}

.main-tit {font-size: 20px; font-weight: 700; color: #d40073; margin-bottom: 20px;}

.main-about .contain {display: flex; justify-content: flex-end; align-items: center; padding-top: 100px; width: 100%; max-width: 100%; height: 100%; padding-right: 0; margin-right: 0;}
.main-about .main-desc {width: 50%; max-width: 840px; text-align: center;}
.section .main-desc .txt {font-family: "pt-serif-pro", sans-serif; font-size: 36px; color: #242424; line-height: 1.556em; margin-bottom: 90px;}
.section .main-desc .txt strong {display: block;}
.main-about .main-img {width: 50%; height: 100%;}
.main-about .main-img img {width: 100%; height: 100%; object-fit: cover;}
.main-about .btn-more {margin: 0 auto; color: #878787; border-color: #ddd;}
.main-about .btn-more:hover {border: 2px solid #242424; color: #242424; transition: .01s;}
.main-about .btn-more:hover:before {background-color: #242424;}
.main-about .btn-more:before {background-color: #909090;}

.main-service {overflow: hidden; }
.main-service .contain {max-width: 1460px;}
.main-service .main-tit {margin-bottom: 3px;}
.main-service .main-cnt {position: relative;}
.main-service .main-desc .txt {font-size: 48px; margin-bottom: 143px;}
.main-service .service-tab {position: absolute; top: 100px; display: flex; align-items: center; justify-content: flex-start; gap: 8px;}
.main-service .service-tab li a {width: 240px; height: 56px; display: flex; align-items: center; justify-content: center; background-color: #f4f4f4; border-radius: 28px; font-size: 18px; color: #686868;}	
.main-service .service-tab li.active a {background-color: #333; color: #fff;}	
.main-service .sub-tab-content {position: relative;}
.main-service .sub-tab-content .img {width: 100%; overflow: hidden; border-radius: 30px;}
.main-service .sub-tab-content img {animation: .7s activeBg linear; width: 100%; height: 100%; object-fit: cover;}
.main-service .sub-tab-content .caption {position: absolute; top: 70px; left: 50%; transform: translateX(-50%); color: #fff; text-align: center; width: 100%; }
.main-service .sub-tab-content .caption h5 {font-family: "pt-serif-pro", sans-serif; font-size: 40px; line-height: 1em; margin-bottom: 25px;}
.main-service .sub-tab-content .caption p {line-height: 1.667em; font-size: 18px; max-width: 520px; margin: 0 auto;}
.main-service .sub-cnt {position: relative;}
.main-service .sub-tab {z-index: 1; position: absolute; bottom: 40px; display: flex; align-items: center; justify-content: center; gap: 20px; width: 100%;}
.main-service .sub-tab li {flex: 1; max-width: 300px;}
.main-service .sub-tab li a {width: 100%; height: 56px; display: flex; align-items: center; justify-content: center; background-color: #f4f4f4; border-radius: 28px; font-size: 18px; color: #686868;}	
.main-service .sub-tab li.active a {background-color: #333; color: #fff;}

.main-contact {background: url('../images/main/m_contact_bg.jpg') no-repeat center center; background-size: cover;}
.main-contact .main-desc {text-align: center; color: #fff; font-size: 70px;}
.main-contact .main-desc .txt {color: #fff; font-size: 64px; line-height: 1em; margin-bottom: 48px;}
.main-contact .main-desc p {font-size: 20px; line-height: 1.6em; margin-bottom: 144px;}
.main-contact .btn-more {margin: 0 auto;}

@keyframes scrollUpDown{
	0%,100% {transform:translateY(-5px);}
	50% {transform:translateY(10px);}
}

@keyframes activeBg{
	0% {opacity: .5;}
	100% {opacity: 1;}
}

.m-head h2 {font-size:44px; line-height:1.3em; letter-spacing:-.03em;}
.m-head .en {color:#d40073; font-weight:700; line-height:1.3em; letter-spacing:.1em; margin-bottom:5px;}
.m-head .txt {color:#686868; font-size:17px; line-height:1.765em; letter-spacing:-.03em; margin-top:15px;}


/* sub */
.sub-visual {position:relative; height:560px; color:#fff; text-align:center; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:58%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual h2 {font-family: "pt-serif-pro", sans-serif; font-size:54px; font-weight:700; line-height:1em; text-align: left; margin-bottom: 40px;}
.sub-visual p {text-align: left; font-weight: 300; font-size: 18px; line-height: 1em;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual .bg2-2 {background-image:url("../images/common/sv2_2.jpg");}
.sub-visual .bg2-3 {background-image:url("../images/common/sv2_3.jpg");}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("../images/common/sv5.jpg");}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:sticky; top: 0; border-bottom:1px solid #ddd; text-align:center; background-color: #f4f4f4; padding: 0 15px 1px; z-index: 1;}
.lnb {margin:0 auto; max-width:1300px;}
.lnb .swiper-container {margin-bottom:-2px;}
.lnb .swiper-wrapper, .sub-tab .swiper-wrapper {transform: translate3d(0px, 0px, 0px);}
.lnb .swiper-wrapper {margin-left: -15px;}
.lnb ul {justify-content:flex-start;}
.lnb ul li {text-align:center; width: max-content; min-width: 80px; flex: 1;}
.lnb ul li a {position: relative; display:flex; align-items:center; justify-content:center; width:100%; height:80px; padding:0 15px; color:#242424; font-size:20px; font-weight:300; line-height:1em;}
.lnb ul li.active a {color: #d40073; border-bottom: 1px solid #d40073;}

.sub-title {padding-top: 80px; padding-bottom: 100px; max-width: 1300px; margin: 0 auto; display: flex;}
#contArea.wide .sub-title {padding-left: 30px; padding-right: 30px;}
.sub-title > * {flex: 1;}
.sub-title h2 {font-size: 44px; line-height: 1.0em; color: #242424; text-align: center; font-weight: 600;}

#contArea {max-width:1360px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:120px;}

/* footer */
#footer {background-color: #262626; padding-top: 50px; padding-bottom: 60px; font-size: 14px; color: #fff;}
#footer .contain {max-width: 1460px;}
#footer h4 {font-size: 20px; font-weight: 600; margin-bottom: 20px;}
.f-cnt {display: flex; align-items: flex-start; justify-content: space-between;}
.f-cnt span {color: #9a9a9a;}
address {font-style: normal; line-height: 1em;}
#footer address > div, #footer .copyright > div {display: inline-block; line-height: 2em; margin-right: 20px;}
#footer .copyright {margin-top: 20px;}
/* ############################################### */

.foot-wrap {display:flex; justify-content:space-between; padding:70px 0;}
.foot-wrap .f-nav {width:58%; max-width:800px;}
.foot-wrap .f-nav > ul {display:flex;}
.foot-wrap .f-nav > ul > li {width:25%;}
.foot-wrap .f-nav > ul > li > a {display:block; font-size:18px; font-weight:600; line-height:1.3em; margin-bottom:19px;}
.foot-wrap .f-nav .submenu ul li {margin-bottom:18px;}
.foot-wrap .f-nav .submenu ul li:last-child {margin-bottom:0;}
.foot-wrap .f-nav .submenu ul li a {color:#909090;}
.foot-wrap .f-nav .submenu ul li a:hover {color:#fff;}
.foot-wrap .f-contact {width:38%; max-width:510px;}
.foot-wrap .f-contact .item {margin-bottom:30px;}
.foot-wrap .f-contact .item:last-child {margin-bottom:0;}
.foot-wrap .f-contact .item.flex {display:flex; align-items:center;}
.foot-wrap .f-contact dt {font-size:18px; font-weight:600; line-height:1.3em; margin-bottom:16px;}
.foot-wrap .f-contact dd {color:#909090;}
.foot-wrap .f-contact .tel {display:inline-flex; align-items:center; padding:0 33px; margin-left:40px; height:69px; font-size:28px; font-weight:600; line-height:1.3em; letter-spacing:-.03em; background:#ab8000; border-radius:70px;}
.foot-wrap .f-contact .tel:before {content:""; margin-right:20px; width:22px; height:22px; background:url("../images/common/tel.png") 50% 50% no-repeat; background-size:contain;}

.footer {display:flex; justify-content:space-between; align-items:center; padding:28px 0; border-top:1px solid rgba(255,255,255,.3);}
.footer .copyright {color:#909090;}
.footer .copyright > span:nth-child(1) {margin-right:48px;}
.footer .links {text-align:right;}
.footer .links a {margin-left:44px; display:inline-block;}
.footer a:hover {text-decoration:underline;}

.scroll-top {position:fixed; border-radius: 100px; bottom:50px; right:50px; width:65px; height:65px; color:#fff; font-size:15px; line-height:1em; text-align:center; display:flex; justify-content:center; align-items:center; background-color: #d40073; z-index:80;}
.scroll-top span:before {content:""; display:block; margin:0 auto 10px; width:0; height:0; border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:7px solid #fff;}