@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 */
#main #header {position: fixed;}
#header {position: relative; top:0; left:0; width:100%; z-index:90; background: #fff;}
#header .contain {position:relative; max-width: 1780px;}

.sitelogo {position:absolute; top:50%; left:30px; margin-top:-24px; z-index:2;}
.sitelogo a {display: block;}

#gnb {text-align:center; margin-right: 200px;}
/* margin-right: 300px; */
#gnb > ul {display:flex;justify-content: flex-start;padding-left:170px;}
#gnb > ul > li {position:relative; padding: 0 35px; text-align:center;}
#gnb > ul > li:after {content:""; z-index: 11; position: absolute; bottom: -1px; left: 50%; margin-left: -65px; width: 130px; height: 2px; background: #104233; transform:scale(0); transition:all .2s;}
#gnb > ul > li > a {display:block; font-size:20px; font-weight: 500; line-height:100px; letter-spacing: -.03em;}
#gnb > ul > li.active:after {transform:scale(1);}
#gnb > ul > li.active a {color: #104233;}

#gnb .submenu {height:0; overflow:hidden; position:absolute; left:0; width:100%; text-align:center; z-index:50;}
#gnb .submenu > ul {position:relative; padding: 22px 0 40px;}
#gnb .submenu > ul > li {margin-bottom: 5px;}
#gnb .submenu > ul > li:last-child {margin-bottom: 0;}
#gnb .submenu > ul > li > a {display:block; color: #454545; padding: 5px;}
#gnb .submenu > ul > li > a:hover {color: #104233; text-decoration:underline; text-underline-position:under;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; background:rgba(255,255,255,.8); border-top:1px solid #ddd; z-index:10;}

.top-catalog {position: absolute; top: 50%; margin-top: -22px; right: 18.5%; min-width: 180px; line-height: 45px; color: #fff; background: #148f6a; border-radius:50px; text-align: center;}
.top-catalog.type2 { right: 29%;}
/* right: 225px; 155px*/
.top-catalog a {display: block; padding: 0 15px; font-size:15px;}
.top-catalog a:before {content:""; display: inline-block; width: 19px; height: 19px; margin-right: 8px; position: relative; top: 2px; background: url("../images/common/top_catalog_icon.png") center center no-repeat; background-size:contain;}
.top-catalog a + a {margin-left:5px;}
.top-sns {display:flex;align-items:center;justify-content:center; position: absolute; top: 50%; transform:translatey(-50%); right: 160px; }
.top-sns .sns-list + .sns-list {padding-left:10px;}
.top-sns img {height:45px;}
/* right: 165px; 90px*/

.lang {position: absolute; top: 50%; margin-top: -12px; right:40%; padding-left: 31px; background: no-repeat url("../images/common/icon_lang.png") left center;}
/* right: 430px;  375px*/
.lang ul {display: flex; margin: 0 -10px;}
.lang ul li {position: relative; padding: 0 10px;}
.lang ul li:after {content:''; position: absolute; top: 50%; right: -1px; margin-top: -4px; width: 1px; height: 10px; background: #ddd;}
.lang ul li:last-child:after {display: none;}
.lang ul li a {color: #828282; font-weight: 500; line-height: 22px;}
.lang ul li.active a {color: #148f6a; text-decoration:underline; text-underline-position:under;}

.top-login {position: absolute; top: 50%; margin-top: -22px; right: 50px; display: flex; display: block; min-width: 100px; line-height: 45px; text-align: center;}
.top-login a {display: block; border-radius:50px; color: #126d5a; border: 1px solid #126d5a; padding: 0 15px;}
.top-login .login {background-color: #fff;}
.top-login .logout {background-color: rgba(18,109,90,.08);}

/* for mobile */
.list-icon {position:absolute; top:0; right:0; width:100px; height:100px; background: #126d5a; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.list-icon span {position:absolute; left:40%; right:40%; top:50%; margin-top:0px; height:2px; background:#fff;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0px; right:-10px; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.list-icon span:before {top:-10px; transition-property:top, transform;}
.list-icon span:after {bottom:-10px; transition-property:bottom, transform;}

.btn-m-menu {display: none;}

.mobile-navigation {position:fixed; top:0; right:0; width:250px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {max-height:60px; padding: 19px 20px;}
.mobile-navigation .home a {display: block;  color: #000; font-size: 18px; font-weight: 700; line-height: 1.3em;}
.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:13px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:700; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#06715b;}
.mobile-navigation .nav-menu .submenu {display:none; background:#06715b; padding: 10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:8px 20px; color:#fff; font-size:16px; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu ul li a br {display: none;}
.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:#333;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:none;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background:#1191d0; 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);}

.mobile-navigation .util {border-top: 1px solid #ddd; padding: 15px 20px;}
.m-top-catalog {line-height: 36px; color: #fff; background: #148f6a; border-radius:50px; text-align: center;}
.m-top-catalog a {display: block; padding: 0 15px;}
.m-top-catalog a:before {content:""; display: inline-block; width: 13px; height: 13px; margin-right: 8px; position: relative; top: 2px; background: url("../images/common/top_catalog_icon.png") center center no-repeat; background-size:contain;}




/* main */
#fullpage .section {background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.sec1 {}
.sec2 {/* background-image:url("../images/main/bg_sec2.jpg"); */}
.sec2 .bgVideo {z-index: -1;}
.sec3 {background-image:url("../images/main/bg_sec3.jpg");}
.sec4 {background-image:url("../images/main/bg_sec4.jpg");}
.sec5 .bgVideo { z-index: -1;}

.sec1 .fp-tableCell {position: relative;padding-top: 100px;}
.sec2 .fp-tableCell {padding-top: 100px; vertical-align: bottom; padding-bottom: 70px;}
.sec3 .fp-tableCell {padding-top: 100px;}
.sec4 .fp-tableCell {padding-top: 100px;}

.bgVideo {position: absolute; left: 0; bottom: 0; top: 0; right: 0; width: 100%; height: 100%; background-size: 100% 100%; background-color: black;  background-position: center center; background-size: contain; object-fit: cover;}

.sec1 .caption {color: #fff; text-align: center; position: relative; z-index: 10;}
.sec1 .caption h2 {font-size: 50px; line-height: 1.3; letter-spacing: -.03em; margin-bottom: 20px; text-shadow:rgba(0,0,0,.5) 4px 4px 5px;}
.sec1 .caption p {font-size: 40px; font-weight: 500; line-height: 1.5; letter-spacing: -.03em; text-shadow:rgba(0,0,0,.5) 4px 4px 5px;}

.sec1 .scrollDown {position: absolute; bottom: 55px; left:0; width: 100%; height: 82px; 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:65px;}to{bottom:55px;}}
@-webkit-keyframes bounce2{from{bottom:65px;}to{bottom:55px;}}
@-o-keyframes bounce2{from{bottom:65px;}to{bottom:55px;}}
@keyframes bounce2{from{bottom:65px;}to{bottom:55px;}}

.flex-center {display: flex; justify-content: center; align-items: center;}

#main .head {color: #148f6a; text-align: center; margin-bottom: 95px;}
#main .head h2 {font-size:35px; line-height: 1.5; letter-spacing: -.03em; margin-bottom: 18px;}
#main .head p {font-size: 18px; line-height: 1.5; letter-spacing: -.03em;}

#main .sec2 .head {margin-bottom: 120px;}
.sec2 ul {display: flex; flex-wrap:wrap; margin: 0 -5px; text-align: center;}
.sec2 ul li {flex: 1 0 auto; width: auto; padding: 0 5px;}
.sec2 ul li a {display: block;}
.sec2 ul li a .thumb img {transition:all .2s;}
.sec2 ul li a:hover .thumb img {transform:scale(1.075);} 
.sec2 ul li .tit {color: #fff; font-size: 22px; font-weight: 500; line-height: 1.5; letter-spacing: -.03em; text-shadow:rgba(0,0,0,.35) 7px 7px 7px;}

.sec3 ul {display: flex;justify-content: space-between; max-width: 860px; margin: 0 auto; text-align: center;}
.sec3 ul li {padding: 0 10px;}
.sec3 ul li a {display: block;}
.sec3 ul li .icon {width: 200px; height: 200px; border-radius:100%; margin: 0 auto; background: rgba(255,255,255,.4); box-shadow:rgba(0,0,0,.2) 17px 20px 20px;}
.sec3 ul li .tit {margin-top: 35px; color: #fff; font-size: 24px; font-weight: 700; line-height: 1.5; letter-spacing: -.03em;}
.sec3 ul li a:hover {transform:translateY(-40px);}
.sec3 ul li a:hover .icon {background: linear-gradient(180deg, #148f6a 0%, #06725b 100%); box-shadow:rgba(0,0,0,.4) 17px 20px 20px;}

.sec4 {color: #fff;}
.sec4 ul {display: flex;justify-content: space-between; max-width: 1110px; text-align: center;}
.sec4 ul li {width: 33.3333333%; padding: 0 25px;}
.sec4 ul li a {display: block; padding: 138px 10px; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.sec4 ul li.bg1 a {background-image:url("../images/main/main_cs1.jpg");}
.sec4 ul li.bg2 a {background-image:url("../images/main/main_cs2.jpg");}
.sec4 ul li.bg3 a {background-image:url("../images/main/main_cs3.jpg");}
.sec4 ul li .tit {font-size: 30px; font-weight: 500; line-height: 1.4; letter-spacing: -.03em; text-shadow:rgba(0,0,0,.4) 4px 4px 4px; margin-bottom: 25px;}
.sec4 ul li .tit .en {display: block; font-size: 14px; font-weight: 200; line-height: 1.6; letter-spacing: -.03em;}
.sec4 ul li .view {display: inline-block; padding: 0 17px; font-size: 14px; font-weight: 200; line-height: 43px; min-width: 130px; border: 1px solid rgba(255,255,255,.4); border-radius:50px;}
.sec4 ul li .view img {vertical-align:middle; margin: -.2em 0 0 8px;}

.sec4 ul li a:hover {transform:translateY(-40px); box-shadow:rgba(0,0,0,.4) 7px 10px 10px;}
.sec4 ul li a:hover .view {background: linear-gradient(-90deg, #148f6a 0%, #06725b 100%); border: 0; line-height: 45px;}

.sec5 .contain {position: absolute; right: 0;  max-width: fit-content; bottom: 30px;}
.sec5 .head {margin-bottom: 60px !important; }
.sec5 .head h2 {text-shadow:rgba(0,0,0,.3) 1px 2px 7px;}
.sec5 .head p {text-shadow:rgba(0,0,0,0.4) 0px 1px 10px;}
.sec5 .btn {text-align: center;}
.sec5 a {height: 52px; display: inline-flex; align-items: center; padding: 0 20px; border-radius: 30px; color: #fff; font-size: 14px; letter-spacing: -.03em; background-image: -moz-linear-gradient( 0deg, rgb(6,113,91) 0%, rgb(20,143,106) 100%); background-image: -webkit-linear-gradient( 0deg, rgb(6,113,91) 0%, rgb(20,143,106) 100%); background-image: -ms-linear-gradient( 0deg, rgb(6,113,91) 0%, rgb(20,143,106) 100%);}
.sec5 a img {margin-left: 10px;}
  
/* sub */
.sub-visual {display:table; table-layout:fixed; width:100%; height:300px; 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:30px;}
.sub-visual .contain {max-width: 1200px;}
.sub-visual h2 {font-size:40px; font-weight: 700; line-height:1.5em; letter-spacing: -.03em; text-shadow:rgba(0,0,0,.3) 4px 5px 5px;}

.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")}

.lnb {text-align:center; border-bottom: 1px solid #ddd;}
.lnb .contain {max-width:1200px; padding: 0;}
.lnb ul {display:flex; border-left: 1px solid #ddd; box-sizing: border-box;}
.lnb ul li {position: relative; flex:1; width:auto; background: rgba(255,255,255,.6); border-right: 1px solid #ddd;}
.lnb ul li a {display:inline-flex; align-items: center; justify-content: center; flex-direction: column; padding:0 10px; font-size: 20px; font-weight: 500; line-height:1.2em; letter-spacing: -.03em; white-space:nowrap; transition:none; height: 60px;}
.lnb ul li.active:after {content:""; position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px;background: #126d5a;}
.lnb ul li.active a {color: #126d5a;}
.lnb ul li a span {font-size: 14px; letter-spacing: -.03em;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width: 100%; padding-left: 0; padding-right: 0;}

.sub-title {padding:55px 0 60px; text-align:center;}
.sub-title h2 {font-size:30px; font-weight: 500; line-height:1.4em; letter-spacing: -.03em;}
.sub-title h2:after {content:""; display: block; width: 50px; height: 3px; background: #126d5a; margin: 25px auto 0;}
.sub-title h2 .cl-t {color: #126d5a;}
.sub-title h2 .sm-t { font-size: 20px;line-height: 1.2em; letter-spacing: -.03em;}

.sub-title.ty2 h2:after {display: none;}

.real-cont {min-height:300px; padding-bottom:100px;}


/* footer */
.footer {background: #333; color: rgba(236,236,236,.8); font-size: 14px; font-weight: 200; line-height: 1.75; letter-spacing: -.03em;}

.foot-links {border-bottom: 1px solid rgba(255,255,255,.4); padding: 15px 0;}
.foot-links ul {display: flex; margin: 0 -11px;}
.foot-links ul li {position: relative; padding: 0 11px;}
.foot-links ul li a {display: block;}

.foot-info {padding: 25px 0 25px;}
.foot-info .comp-name {font-weight: 500; margin-bottom: 3px;}
.foot-info address {font-style: normal; margin: 0 -10px;}
.foot-info address span {display: inline-block; padding: 0 10px;}

.scroll-top {position:fixed; right:25px; bottom: 60px; width:50px; height:50px; z-index:101; background: url("../images/common/scroll_top.jpg") center center no-repeat; background-size:contain; text-indent:-9999em; overflow:hidden;}

