@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}

/* html {overflow-x:hidden;} */

.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain:after {content:""; display:block; clear:both;}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

/* header */
#sub #header {position:relative; border-bottom: 0;}
#header {position: absolute; top:0; left:0; width:100%; z-index:90; background: #fff; border-bottom: 1px solid #ddd;}
#header .contain {position:relative;}

.sitelogo {position:absolute; top:50%; left:30px; margin-top:-30px; z-index:11; background-image:url("../images/common/logo_on.png");background-size: contain;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center; position: relative; margin-right: 72px; z-index: 10;}
#gnb > ul {display:flex;justify-content: flex-end;}
#gnb > ul > li {margin:0 38px; position:relative; text-align:center;}
#gnb > ul > li > a {display:block; position:relative; font-family: 'Roboto', sans-serif; color:#242424; font-size:20px; font-weight:700; line-height:100px; letter-spacing:0;}
#gnb > ul > li.active > a {color: #402e21;}
#gnb .submenu {display:none; position:absolute; left:50%; transform:translateX(-50%);}
#gnb .submenu ul {display:flex; padding:15px 0;}
#gnb .submenu ul li {margin-left:38px;}
#gnb .submenu ul li:first-child {margin-left:0;}
#gnb .submenu ul li a {display:block; position:relative; white-space:nowrap; color:#fff; line-height:1.4em; letter-spacing:0;}
#gnb .submenu ul li:hover a {text-decoration:underline; text-underline-position:under;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; height:0; background:#27313e; opacity: .8;}

#header.head-transparent {background: transparent; border-bottom: 0;}
#header.head-transparent .sitelogo {background-image:url("../images/common/logo.png");}
#header.head-transparent #gnb > ul > li > a {color: #fff;}
#header.head-transparent .btn-m-menu span {background: #fff;}
#header.head-transparent .btn-m-menu span:before,
#header.head-transparent .btn-m-menu span:after {background: #fff;}

#header.header-hover {background:#fff;}
#header.header-hover .sitelogo {background-image:url("../images/common/logo_on.png");}
#header.header-hover #gnb > ul > li > a {color: #242424;}
#header.header-hover #gnb > ul > li.active > a {color: #402e21;}
#header.header-hover .btn-m-menu span {background: #242424;}
#header.header-hover .btn-m-menu span:before,
#header.header-hover .btn-m-menu span:after {background: #242424;}


/* for mobile */
.btn-m-menu {position:absolute; top:50%; right:30px; width:30px; height:32px; margin-top:-16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:-9px; right:0; height:2px; background:#242424; 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 {position:fixed; top:0; right:0; width:400px; height:100%; color: #fff; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:rgba(39,49,62,.9); z-index:102;}
.mobile-navigation .home {max-height:140px; padding: 39px 40px;}
.mobile-navigation .home a {display: block; font-size: 18px; font-weight: 700; line-height: 1.3em;}
.mobile-navigation .nav-menu>ul {}
.mobile-navigation .nav-menu>ul>li {margin-bottom: 28px;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; display:block; padding: 0 40px; font-family: 'Roboto', sans-serif; font-size:21px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li.active>a {color: #e72545;}
.mobile-navigation .nav-menu>ul>li>a:hover {color: #e72545;}
.mobile-navigation .nav-menu .submenu {padding: 10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; color:#fff; padding: 0 40px; font-size:16px; font-weight: 300; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li a:hover {text-decoration:underline; text-underline-position:under;}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

.mobile-navigation .close {position:absolute; right:15px; top:18px; width:22px; height:22px;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; left:11px; content:""; height:25px; width:2px; background-color:#fff;transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.mobile-navigation .close:before {transform:rotate(90deg); transition-property:transform;}
.mobile-navigation .close:after {transform:rotate(-90deg); transition-property:transform;}


html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}
html.menu-opened .btn-m-menu span {background:#e72545;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background:#e72545; height:2px;}
/* html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:2px; transform:rotate(-45deg);} */
html.menu-opened .close:before {transform:rotate(45deg);}
html.menu-opened .close:after {transform:rotate(-45deg);}


/* main */
#fullpage .section {background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}

.sec2 {background-image:url("../images/main/bg_sec2.jpg"); background-position:50% -28% !important;}
.sec3 {background-image:url("../images/main/bg_sec3.jpg");}
.sec4 {background-image:url("../images/main/bg_sec4.jpg");}

.sec2 .fp-tableCell {padding-top: 100px;}
.sec3 .fp-tableCell {padding-top: 100px;}
.sec4 .fp-tableCell {padding-top: 100px;}
.sec5 .fp-tableCell {padding-top: 100px;}

.sec1 .item {position: relative; height:100vh;}
.sec1 .video-area video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; background:#000;}
.sec1 .video-js {position:absolute; top:0; left:0; width:100%; height:100%;}
.sec1 .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.sec1 .img 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;}

.sec1 .scrollDown {position: absolute; bottom: 40px; left:0; width: 100%; height: 76px; font-size:0; text-align: center; background:url('/images/main/scroll_down.png') 50% 50% no-repeat; background-size: contain;
-webkit-animation: bounce2 .9s linear infinite alternate;-moz-animation: bounce2 .9s linear infinite alternate;-o-animation: bounce2 .9s linear infinite alternate;-ms-animation: bounce2 .9s linear infinite alternate;animation: bounce2 .9s linear infinite alternate;cursor: pointer;}
@-moz-keyframes bounce2{from{bottom:40px;}to{bottom:30px;}}
@-webkit-keyframes bounce2{from{bottom:40px;}to{bottom:30px;}}
@-o-keyframes bounce2{from{bottom:40px;}to{bottom:30px;}}
@keyframes bounce2{from{bottom:40px;}to{bottom:30px;}}

.sec1 .slick-arrow {position:absolute; top:50%; width:80px; height:80px; margin-top:-40px; z-index:50; background-size: 34px; background-color:rgba(0,0,0,.5); background-position:50% 50%; background-repeat:no-repeat; border:0; border-radius:100%; overflow:hidden; text-indent:-9999em;}
.sec1 .slick-prev {background-image:url("../images/main/slide_prev.png"); left:5.2%}
.sec1 .slick-next {background-image:url("../images/main/slide_next.png"); right:5.2%}

.sec1 .slick-dots {position:absolute; bottom:60px; left:50%; transform:translateX(-50%);}
.sec1 .slick-dots li {display:inline-block; margin: 0 5px;}
.sec1 .slick-dots button{width:50px; height:3px; background:#fff; opacity: .5; border:0; text-indent:-999em; font-size:0; line-height:0;}
.sec1 .slick-dots li.slick-active button {height:5px; opacity:1;}

.m-head {font-size: 32px; font-weight: 500; line-height: 1.5; letter-spacing: -.03em; text-align: center; margin-bottom: 45px;}
.m-head span {font-family: 'Roboto', sans-serif;}
.m-head .c1 {color: #e72545;}
.m-head .big {font-size: 1.094em;}

.sec2 {}
.sec2 .contain {max-width: 1920px; display: flex; align-items: flex-end;}
.sec2 .img {width: 56.25%;}
.sec2 .txt {max-width: 520px; width: 100%; margin-left: -40px; margin-bottom: -40px; background: #e72545; padding: 85px 65px 45px; color: #fff;}
.sec2 .txt h2 {font-size: 30px; font-weight: 600; line-height: 1.3; letter-spacing: -.03em;}
.sec2 .txt h2:after {content:""; display: block; width: 50px; height: 2px; background: #fff; margin: 30px 0;}
.sec2 .txt p {margin-bottom: 20px;}
.sec2 .txt p:last-child {margin-bottom: 0;}
.sec2 .txt .btn-view {margin-top: 40px; margin-right: -105px; text-align: right;}
.sec2 .txt .btn-view .btn-pack {background: #27313e; border-color:#27313e;}

.sec3 .m-head {margin-bottom: 100px;}
.sec3 ul {display: flex;flex-wrap:wrap; margin: 0 -10px; text-align: center;}
.sec3 ul li {width: 25%; padding: 0 10px;}
.sec3 ul li a {display: block; transform: translateY(0); transition:all .2s;}
.sec3 ul li .img {position: relative; border-radius:13px; overflow:hidden;}
.sec3 ul li .tit {font-size: 22px; font-weight: 500; line-height: 1.3; letter-spacing: -.03em; margin-top: 20px;}
.sec3 ul li .view {position: relative; display: inline-block; line-height: 1.5; font-weight: 300; margin-top: 15px;}
.sec3 ul li .view:after {content:""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #fff;}
.sec3 ul li .hover {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius:inherit; display: none; width: 100%; background: rgba(0,0,0,.65); color: #fff;}
.sec3 ul li .hover .cell {display: table-cell; vertical-align:middle;}
.sec3 ul li .hover .tit {font-weight: 400;}

.sec3 ul li a:hover {transform: translateY(-45px);}
.sec3 ul li a:hover .hover {display: table;}

.sec4 .m-head {color: #fff;}

.root_daum_roughmap {width:100% !important;}
.root_daum_roughmap .map_border {display:none;}
.root_daum_roughmap .wrap_controllers {display:none;}
.sec5 .loc-info {display: flex; background: #27313e; padding: 20px 40px;}
.sec5 .loc-info dl {position: relative; padding-left: 68px; color: #fff; margin: 8px 15px;}
.sec5 .loc-info dl.icon1 {flex: 1 1 auto; min-width: 0; width: 1%;}
.sec5 .loc-info dl:before {content:""; position: absolute; top: -1px; left: 0; width: 50px; height: 50px; background-position:50% 50%; background-repeat:no-repeat; background-size:contain;}
.sec5 .loc-info dl.icon1:before {background-image:url("../images/main/icon_location1.png");}
.sec5 .loc-info dl.icon2:before {background-image:url("../images/main/icon_location2.png");}
.sec5 .loc-info dl dt {font-size: 1.125em; font-weight: 500; line-height: 1.3; letter-spacing: -.03em;}
.sec5 .loc-info dl dd {line-height: 1.5; letter-spacing: -.03em;}

/* sub */
.sub-visual {display:table; table-layout:fixed; width:100%; height:460px; overflow:hidden; text-align: center; color: #fff; background-color:#eee; background-position:82% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover;}
.sub-visual .cell {display:table-cell; vertical-align:middle; padding:20px; padding-top: 40px;}
.sub-visual h2 {font-family: 'SCoreDream'; font-size:30px; font-weight: 500; line-height:1.5em; letter-spacing: -.03em;}

.sub-visual.bg1 {background-image:url("../images/common/sv1.jpg")}
.sub-visual.bg2 {background-image:url("../images/common/sv2.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")}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; padding-top: 95px; margin:0 auto;}
#contArea.wide {max-width: 100%; padding-left: 0; padding-right: 0;}

.sub-title {padding-bottom: 60px; text-align:center;}
.sub-title h2 {font-size:30px; font-weight: 500; line-height:1.4em; letter-spacing: -.03em;}
.sub-title .path {float: left; margin-top: -1.4em; color:#7b7b7b; font-size:15px; line-height:1.3em;}
.sub-title .path .home {display:inline-block; padding-left:21px; letter-spacing:0; background:url("../images/common/home.png") 0 50% no-repeat;}
.sub-title .path .arrow {display:inline-block; vertical-align:middle; margin-top: -.2em; text-align:left; width:15px; height:15px; overflow:hidden; text-indent:-999em; background:url("../images/common/path_arrow.png") 50% 50% no-repeat;}
.sub-title .path .current {color: #454545;}

.real-cont {min-height:300px; padding-bottom:100px;}

/* qmenu */
.qmenu {position: fixed; right: 0; top: 152px; transform: translateX(0); transition: .2s linear; width: 260px; padding: 30px; background: #ff4262; z-index: 90;}
.qmenu.closed {transform: translateX(100%);}
.qmenu .tt {color: #fff; font-size: 1.125em; line-height: 1.556em; margin-bottom: 25px;}
.qmenu .box {display: block; padding: 20px; background-color: #fff; border-radius:10px; margin-bottom: 12px;}
.qmenu .box:last-child {margin-bottom: 0;}
.qmenu .box h2 {color: #454545; font-size: 1.125em; font-weight: 400; line-height: 1.4; text-align: center; margin-bottom: 15px;}
.qmenu .box h2 span {color: #242424; font-weight: 500;}
.qmenu .box.bg {display: table; width: 100%; min-height: 70px; padding: 10px; padding-left: 76px; background-position:20px 50%; background-repeat:no-repeat;}
.qmenu .box.ty1 {color: #e72545; background-image:url("../images/common/icon_qmenu1.png");}
.qmenu .box.ty2 {background-color: #8c081e; color: #fff; background-image:url("../images/common/icon_qmenu2.png");}
.qmenu .box p {display: table-cell; vertical-align:middle; font-size: 20px; line-height: 1.4; letter-spacing: -.03em;}

.qmenu .inputWrap {margin: 0 -7px;}
.qmenu .inputWrap dl {margin: 7px;}
.qmenu .inputWrap dl dt {}
.qmenu .inputWrap dl dd {}
.qmenu .inputWrap dl dd .input {height: 35px; border-radius:5px;}
.qmenu .check {color: #454545; font-size: 14px; margin: 10px 0; line-height: 1.3;}
.qmenu .check a {display: block; padding-left: 26px;}
.qmenu .submitWrap .btn-pack {width: 100%; background: #27313e; border: 0; color: #fff; line-height: 45px; border-radius:8px;}

.qmenu .toggle {position: absolute; right: 100%; top: 0; background: #ff4262; color: #fff; line-height: 1.125em; letter-spacing: 0; border: 0; border-radius:10px 0 0 10px; padding: 15px 18px;}

/* footer */
.footer {position: relative; background: #2b2b2b; color: #ececec; font-size: 15px; font-weight: 300; line-height: 1.75; letter-spacing: -.03em;}

.foot-info {padding: 18px 0;}
.foot-info .comp-name {font-size: 1.2em;}
.foot-info address {font-style: normal; }
.foot-info address span {display: inline-block; font-size: 0.933em; margin-right: 24px;}

.foot-links {padding: 18px 0; font-weight: 400; border-bottom: 1px solid rgba(255,255,255,.3);}
.foot-links .contain {display: flex;}
.foot-links ul {display: flex; margin: 0 -15px;}
.foot-links ul li {position: relative; padding: 0 15px;}
.foot-links ul li:after {content:""; position: absolute; top: 50%; right: -1px; width: 1px; height: 10px; margin-top: -5px; background: #ececec;}
.foot-links ul li:last-child:after {display: none;}
.foot-links ul li a {display: block;}

.foot-links .sitemap {flex: 1 1 auto; min-width: 0; width: 1%;}
.foot-links .sitemap ul {margin: 0 -8px;}
.foot-links .sitemap ul li {padding: 0 8px;}

.scroll-top {position:absolute; right:7.8%; bottom: 30px; width:55px; height:55px; z-index:101; background: url("../images/common/scroll_top.png") center center no-repeat; background-size:contain; text-indent:-9999em; overflow:hidden;}

