@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-mobile {display: none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

#container {min-height: auto !important;}
#container.sub-layout {max-width: 1400px; width: 100%; margin: 0 auto; display: flex;}
.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
.wrap {max-width:1720px; margin: 0 auto;}

/* header */
#header {position:absolute; top:0; left:0; width:100%; transition:.2s; z-index:100; background: none;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width:1720px; z-index:2;}
#header .sitelogo {padding: 15px;}
#header .sitelogo img {max-height: 70px;}
#header .sitelogo a {width: 100%; height: 100%; display: inline-block;}



#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 40px; color:#fff; font-size:18px; line-height:1.2em; letter-spacing:0;}
/* 
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center; z-index: 50;}
#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: 15px; color: #242424;}
#gnb .submenu ul li a:hover {color:#911b5a; text-decoration: underline; text-underline-offset: 3px;} 
*/
#header.active #gnb > ul > li.active > a {color: #911b5a;}

#gnb .submenu {display:none; position:absolute; top: 80px; left:50%; width:310px;  transform: translateX(-50%); background:#fff; z-index:50; border-radius: 20px;}
#gnb .submenu ul {padding:30px 0;}
#gnb .submenu ul li {padding:8px 0;}
#gnb .submenu ul li a {position:relative; text-decoration:none; display:block; font-size:15px; line-height:1em; color:#242424; padding:0 5px; text-align: center; letter-spacing:0;}
#gnb .submenu ul li.active a,
#gnb .submenu ul li:hover a {color:#911b5a; text-decoration: underline; text-underline-offset: 3px;}
#gnb > ul > li.active .submenu {display: block;}

#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;}
#header.header-fixed .sitelogo {background: url('../images/common/b_logo.png') no-repeat center center; background-size: contain; width: 86px; height: 67px;margin-left: 15px; margin-right: 15px;}
#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:hover .btn-m-menu span,
#header.header-white:hover .btn-m-menu span:before,
#header.header-white:hover .btn-m-menu span:after {background:#242424;}

#header.header-white:hover .btn-m-menu span,
#header.header-white:hover .btn-m-menu span:before,
#header.header-white:hover .btn-m-menu span:after {background:#911b5a;}

#header.header-white.header-fixed .btn-m-menu span,
#header.header-white.header-fixed .btn-m-menu span:before,
#header.header-white.header-fixed .btn-m-menu span:after {background:#242424;}

#header .btn-menu {position:relative; width:30px; height:25px; font-size: 0; overflow:hidden; text-indent:-9999em; z-index:50;}
#header .btn-menu span {position:absolute; width:22px; height:2px; background:#fff; top: 50%; right: 0;}
#header .btn-menu span:before,
#header .btn-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#fff;}
#header .btn-menu span:before {top:-10px;}
#header .btn-menu span:after {bottom: -10px;}

#header .btn-menu:hover span,
#header .btn-menu:hover span:before,
#header .btn-menu:hover span:after {background: #911b5a;}


/* for mobile */

.mobile-navigation { 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:45px;}
.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:#911b5a;}
.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:#911b5a;}
.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;}
.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 .caption {position:absolute;  bottom:50%; left:0; width:100%; line-height:1.368em; letter-spacing:0; transition:1.4s; transform:translateY(50%); font-size: 38px;}
.main-visual .caption.left, .main-visual .caption.right {bottom: 54%;}
.main-visual .caption.right p {position: absolute; right: 10%; top: 0;}
.main-visual .caption.left p {position: absolute; left: 10%; top: 0;}
.main-visual .caption.txt-small {font-size: 28px; line-height: 1.429em;}
.main-visual .slick-arrow {position:absolute; display:flex; align-items:center; top:50%; color:#fff; font-size:18px; font-weight:700; border:0; z-index:50; text-indent: -9999em; overflow: hidden;  width:19px; height:34px;}
.main-visual .slick-prev {left:100px; background:url("../images/main/slide_prev.png") 50% 50% no-repeat; background-size: contain;}
.main-visual .slick-next {right:100px; background:url("../images/main/slide_next.png") 50% 50% no-repeat; background-size: contain;}
.main-visual .slick-dots {position:absolute; bottom:55px; left:0; width:100%; text-align:center; line-height:0;}
.main-visual .slick-dots li {display:inline-block; margin:0 9px;}
.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:100%; text-indent: -9999em; background-color: #fff;}
.main-visual .slick-dots li.slick-active button {opacity: 100%;}
.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 .item .mv-bg, .main-visual .item .video-container, .main-visual .item video {width: 100%; height: 100%;}
.main-visual .item video {object-fit: contain;}

.main-visual-m {display: none;}
.hover-eff {display: none;}

.section .wrapper {display: flex; align-items: center; justify-content: center; height: 100%; flex-direction: column;}
.section .main-tit {font-size: 38px; font-weight: 800; color: #242424; text-align: center; margin-bottom: 67px;}
.main-product {background: url('../images/main/bg_m_product.jpg') no-repeat center center; background-size: cover; overflow: hidden;}
.main-product .swiper-container {margin-left: 30px; margin-right: 30px; overflow: visible;}
.main-product .items {display: inline-flex; width: 100%; align-items: center; justify-content: flex-start;}
.main-product .item {position: relative; min-width: 308px; flex: auto; width: auto;}
.main-product .item:hover:before {position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(48,3,41,.2)}
.main-product .item .caption {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center;}
.main-product .item .caption .item-tit {font-size: 20px; color: #fff; font-weight: 600; letter-spacing: 0;}
.main-product .item a {display: block;}
.main-product .item:hover .btn-more {display: inline-block; padding: 4px 22px 4px; border: 1px solid rgba(255,255,255,.3); border-radius: 22px; margin-top: 34px; transition: 2s;}
.section .btn-more span {position: relative; font-size: 14px; color: #fff; letter-spacing: -0.01em; padding-right: 30px; line-height: 1em;}
.section .btn-more span:after {position: absolute; content: ''; top: 50%; transform: translateY(-50%); right: 0; width: 8px; height: 15px; background: url('../images/main/arrow_view_more.png') no-repeat center center; background-size: contain;}

.main-contact {background: url('../images/main/bg_m_contact.jpg') no-repeat center center; background-size: cover;}
.main-contact .main-tit {color: #fff;}
.main-contact .items {display: flex; align-items: center; justify-content: center; width: 100%;}
.main-contact .item {width: 50%; position: relative;}
.main-contact .item .caption {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center;}
.main-contact .item .caption .item-tit {font-size: 22px; color: #fff; font-weight: 600; letter-spacing: 0;}
.main-contact .item a {display: block;}
.main-contact .item .btn-more {display: inline-block; padding: 4px 22px 4px; border: 1px solid rgba(255,255,255,.3); border-radius: 22px; margin-top: 34px; transition: 2s;}

.main-about {background: url('../images/main/bg_m_about.jpg') no-repeat center center; background-size: cover; overflow: hidden;}
.main-about .main-tit {color: #fff;}
.main-about .swiper-container {margin-left: 30px; margin-right: 30px; overflow: visible;}
.main-about .items {display: inline-flex; align-items: center; justify-content: flex-start;}
.main-about .item {text-align: center; min-width: 390px; flex: auto; width: auto;}
.main-about .item .caption .item-tit {font-size: 18px; color: #fff; font-weight: 600; letter-spacing: 0; margin-top: 17px;}
.main-about .item .btn-more {display: inline-block; padding: 4px 22px 4px; border: 1px solid rgba(255,255,255,.3); border-radius: 22px; margin-top: 27px; transition: 2s;}

@keyframes scrollUpDown{
	0%,100% {transform:translateY(-5px);}
	50% {transform:translateY(10px);}
}

.m-head h2 {font-size:44px; line-height:1.3em; letter-spacing:-.03em;}
.m-head .en {color:#911b5a; 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:500px; 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-size:38px; font-weight:600; line-height:1.3em; letter-spacing:-.03em; text-align: center; margin-bottom: 10px; }
.sub-visual p {font-size: 20px; }
.sub-visual .bg1_1 {background-image:url("../images/common/sv1_1.jpg");}
.sub-visual .bg1_2 {background-image:url("../images/common/sv1_2.jpg");}
.sub-visual .bg1_3 {background-image:url("../images/common/sv1_3.jpg");}
.sub-visual .bg2_1 {background-image:url("../images/common/sv2_1.jpg");}
.sub-visual .bg2_1_1 {background-image:url("../images/common/sv2_1_1.jpg");}
.sub-visual .bg2_1_2 {background-image:url("../images/common/sv2_1_2.jpg");}
.sub-visual .bg2_1_3 {background-image:url("../images/common/sv2_1_3.jpg");}
.sub-visual .bg2_1_4 {background-image:url("../images/common/sv2_1_4.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 .bg2_4 {background-image:url("../images/common/sv2_4.jpg");}
.sub-visual .bg2_5 {background-image:url("../images/common/sv2_5.jpg");}
.sub-visual .bg2_6 {background-image:url("../images/common/sv2_6.jpg");}
.sub-visual .bg2_7 {background-image:url("../images/common/sv2_7.jpg");}
.sub-visual .bg2_8 {background-image:url("../images/common/sv2_8.jpg");}
.sub-visual .bg2_9 {background-image:url("../images/common/sv2_9.jpg");}
.sub-visual .bg2_10 {background-image:url("../images/common/sv2_10.jpg");}
.sub-visual .bg2_11 {background-image:url("../images/common/sv2_11.jpg");}
.sub-visual .bg2_12 {background-image:url("../images/common/sv2_12.jpg");}
.sub-visual .bg3_1 {background-image:url("../images/common/sv3_1.jpg");}
.sub-visual .bg3_2 {background-image:url("../images/common/sv3_2.jpg");}
.sub-visual .bg3_3 {background-image:url("../images/common/sv3_3.jpg");}
.sub-visual .bg3_4 {background-image:url("../images/common/sv3_4.jpg");}
.sub-visual .bg4_1 {background-image:url("../images/common/sv4_1.jpg");}
.sub-visual .bg4_2 {background-image:url("../images/common/sv4_2.jpg");}
.sub-visual .bg6 {background-image:url("../images/common/sv6.jpg");}
.sub-visual .bg7 {background-image:url("../images/common/sv7.jpg");}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

#lnb {float:left; display:inline; min-width:250px; margin-right: 50px;}
.lnb {padding-bottom:30px;}
.lnb .lnb-tit {display: flex; align-items: center; justify-content: center; margin-bottom:50px; height: 150px; background-color: #911b5a;}
.lnb h2 {font-size: 25px; color: #fff; letter-spacing: 0;}
.lnb li {position: relative; margin-bottom:17px; line-height: 1.875em; font-size: 16px; padding-left: 10px; font-weight: 600;}
.lnb li.active > a,
.lnb li.active:before,
.lnb-sub li.active > a,
.lnb-sub li.active:before {color: #911b5a;}
.lnb li:before {position: absolute; content: '•'; left: 0;}
.lnb-sub li {font-size: 16px; margin-bottom: 0; font-weight: 400;}
.lnb-sub li:before {position: absolute; content: '-'; left: 0;}

.sub-tab-warp {position:relative; text-align:center; height: 110px;}
.sub-tab {max-width:1006px; position: absolute; width: 100%; left: 50%; top: 0; transform: translateX(-50%); border-radius: 15px; overflow: hidden; padding: 2px 0;}
.sub-tab .swiper-container {margin-bottom:-2px;}
.sub-tab .swiper-wrapper, .sub-tab .swiper-wrapper {transform: translate3d(0px, 0px, 0px);}
.sub-tab ul {justify-content:center;}
.sub-tab ul li {text-align:center; min-width: 135px; flex: 1; border: 1px solid #ddd; border-radius: 25px; margin: 0 10px;}
.sub-tab ul li a {position: relative; display:flex; align-items:center; justify-content:center; width:100%; height:50px; padding:0 15px; color:#454545; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.sub-tab ul li.active {background-color: #2b5496;}
.sub-tab ul li.active a {color: #fff;}

.sub-title {height: 150px; margin: 0 auto; margin-bottom: 50px; display: flex; align-items: center; border-bottom: 1px solid #ddd;}
#contArea.wide .sub-title {padding-left: 30px; padding-right: 30px;}
.sub-title > * {flex: 1;}
.sub-title h2 {font-size: 25px; font-weight: 600; line-height: 1.3em; color: #242424; display: inline-block;}
.sub-title .doc-tit {margin-bottom: 22px;}

#contArea {max-width:1160px; margin:0 auto; width: 100%;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:30px;}

/* footer */
.foot-top {border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
#footer .contain {max-width: 1720px;}
.foot-top .contain {display: flex; justify-content: space-between; align-items: center; padding: 18px 30px; }
.f-policy {font-size: 14px;}

.scroll-top {font-size:15px; line-height:1em; font-weight: 600; text-align:center; display:flex; justify-content:center; align-items:center; z-index:80; font-family: 'Pretendard';}
.scroll-top .img {display: flex; align-items: center; justify-content: center; margin-left: 10px;}

.foot-bot .contain {padding: 30px; display: flex; align-items: center; justify-content: space-between;}
#footer address span {margin-right: 30px; color: #686868; font-size: 14px; line-height: 1.786em;}
#footer .copyright {color: #686868; font-size: 14px; margin-top: 25px;}
#footer .copyright span {font-size: 12px; color: #9c9c9c; padding-left: 10px;}

.f-link .items {display: flex; align-items: center; justify-content: center;}
.f-link .item {margin-left: 10px;}
/* ############################################### */

.f-info h5 {font-size: 18px; color: #fff; margin-bottom: 4px;}
#footer address {font-style: normal; margin-bottom: -2px; line-height: 1em;}


#footer .copyright a {font-weight: 500;}
#footer .copyright a:hover {text-decoration: underline; transition: 0.2s;}

/* ############################################### */

.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;}

