@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

:root {
    /* color */
    --color-primary: #2a903a;
    --color-secondary: #222;
}

.c1 {color:var(--color-primary) !important;}

#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;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

#wrapper {position:relative; overflow:hidden;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s; border-bottom:1px solid rgba(255,255,255,0.2); z-index:90;}
#header .contain {max-width:1460px; position:relative; display:flex; align-items:center; justify-content:space-between; height:100px; z-index:10;}

.sitelogo a {display:block; background:url("../images/common/logo-w.png") no-repeat 0 center / contain; width:183px; height:61px; font-size:0; line-height:0;}

#gnb {margin-right:-41px; text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; padding:0 41px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; height:100px; color:#fff; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li:hover a {text-decoration:underline;}

#sub .sitelogo a {background-image: url('../images/common/logo.png');}
#sub #gnb>ul>li>a {color:#242424;}

#header.header-fixed {background:#fff; box-shadow:0 3px 3px rgba(0,0,0,0.1);}
#header.header-fixed .sitelogo a {background-image: url('../images/common/logo.png');}
#header.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;}
.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:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .home img {height:48px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .close {position:absolute; top:25px; right:15px; 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:#242424; 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; color:#fff;}
.main-visual .item {height:100vh;}
.main-visual .img {transition:5s; transform:scale(1); position:absolute; top:0; right:0; width:100%; height:100%;}
.main-visual .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;}
.main-visual .slick-slide.active .img {transform:scale(1.06);}
.main-visual .inner {text-shadow:3px 3px 5px rgba(0,0,0,0.3); padding:0 80px; position:absolute; top:22%; left:0; width:100%; z-index:2; text-align:center;}
.main-visual .head {margin-bottom:60px;}
.main-visual .head:after {margin:55px auto 0;display:block; content:''; width:60px; height:3px; background:rgba(255,255,255,0.8); box-shadow:3px 3px 5px rgba(0,0,0,0.3);}
.main-visual .head h2 {margin-bottom:5px;font-size:80px; font-weight:800; letter-spacing:-.03em; line-height:1.4em;}
.main-visual .head p {font-size:24px; font-weight:600; letter-spacing:-.03em; line-height:1.4em;}
.main-visual .links {display:flex; justify-content:space-between; max-width:934px; margin:0 auto;}
.main-visual .links .col {transition:.3s; width:calc(25% - 52.5px); position:relative;}
.main-visual .links a {padding-bottom:100%; display:block;background:rgba(0,0,0,0.3); border-radius:100%;}
.main-visual .links .con {display:flex; flex-direction:column; align-items:center; justify-content:center; position:absolute; left:0; top:0; width:100%; height:100%;}
.main-visual .links .con .tit {margin-top:26px;font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.4em;}
.main-visual .links a:hover {background:var(--color-primary);}
.main-visual .slick-arrow {position:absolute; top:50%; transform:translateY(-50%); border:0; background-size:contain; background-repeat:no-repeat; background-position:50% 50%; background-color:transparent; z-index:50; overflow:hidden; width:18px; height:17px;}
.main-visual .slick-prev {background-image:url('../images/main/mv-prev.png');}
.main-visual .slick-next {background-image:url('../images/main/mv-next.png');}
.main-visual .controls {position:absolute; bottom:60px; width:100%; left:0;display:flex; justify-content:center; align-items:center; padding:0 50px;z-index:40;}
.main-visual .pager {margin-right:16px;font-size:18px; font-weight:600; letter-spacing:0; line-height:1.33em; color:rgba(255,255,255,0.3);}
.main-visual .pager .current {display:inline-block; width:.6em; color:#fff;}
.main-visual .progress {margin:0 25px;position:relative; margin:0 10px; width:230px; height:1px; background:rgba(255,255,255,0.4);}
.main-visual .progress-bar {position:absolute; top:0; left:0; height:100%; background:#fff;}
.main-visual .slide-btn {width:10px; height:12px; background-position:50% 50%; background-color:transparent;background-repeat:no-repeat; background-size:contain; border:0; overflow:hidden;}
.main-visual .slide-prev {background-image:url("../images/main/mv-prev.png");}
.main-visual .slide-next {margin-right:20px;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;}
.main-visual .active .caption .txt1 {transition-delay:.2s;}
.main-visual .active .caption .txt2 {transition-delay:.5s;}
.main-visual .scroll {position:absolute; bottom:80px; left:50%; width:20px; margin-left:-10px; animation:scrollDown .9s linear infinite alternate; z-index:40;}

.progress-bar.animated {animation:progressBar 1 linear;}
.progress-bar.paused {animation-play-state:paused !important;}
.progress-bar.play {animation-play-state:running !important;}

@keyframes progressBar {
	0%{width:0;}
	100%{width:100%;}
}
@keyframes scrollDown{
	0%{transform:translateY(0);}
	100%{transform:translateY(15px);}
}

/* sub */
.sub-visual {border-bottom:1px solid #f2f2f2; display:flex; align-items:center; height:220px; margin-top:100px;}
.sub-visual .inner {width:100%; padding:0 60px;}
.sub-visual .inner .contain {display:flex; justify-content:space-between; align-items:flex-end;}
.sub-visual .t1 {margin-bottom:15px;font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#454545;}
.sub-visual .t1 strong {color:#000;}
.sub-visual .t2 {font-size:50px; font-weight:700; letter-spacing:-.03em; line-height:1.33em; color:#242424;}
.sub-visual .t2 .dot {color:var(--color-primary);}

.next-btn {height:60px; padding:0 25px; position:relative;display:inline-flex; align-items:center; font-weight:600; letter-spacing:-.03em; line-height:1.4em; color:#000;}
.next-btn:before {content:''; transition:.2s; position:absolute; transition:.2s; right:0; margin-right:60%; top:0; width:60px; height:60px; background:#f2f2f2; border-radius:100%; z-index:-1;}
.next-btn:after {content:'→'; margin-left:10px;}
.next-btn:hover:before {background:var(--color-primary); margin-right:0;}
.next-btn:hover:after {color:#fff;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:10px; padding-right:10px;}
.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {padding:94px 0 50px; text-align:center;}

.real-cont {min-height:300px; padding:70px 0 130px;}
.real-cont.ty2 {padding-top:30px;}

.quick {position: fixed; right:60px; bottom:70px; z-index:100;}
.quick a {box-shadow:3px 3px 10px rgba(0,0,0,0.15); border-radius:50px; display:flex; flex-direction:column; align-items:center;padding:27px;font-weight:700; letter-spacing:-.03em; line-height:1.4em; color:#fff;text-align:center; background:#32b44a;}
.quick i {margin-bottom:14px;display:block;width:44px; height:37px; background:url('../images/common/blog-ico.png') no-repeat 50% 50% / contain;}
.quick .go { margin-top:14px;width:24px; height:24px; background:#fff; border-radius:100%; font-size:12px; font-weight:700; letter-spacing:-.03em; color:#1f1f1f;}

/* footer */
#footer {padding:48px 0; background:#000; color:#c3c3c3; font-size:15px; font-weight:400; line-height:1.5em; letter-spacing:0;}
#footer .contain {display:flex; justify-content:space-between;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}
#footer .bar {height:10px; width:1px; background:#333; margin:0 20px;}

.foot-info .comp-name {margin-bottom:30px;font-weight:600; font-size:17px;}
.foot-info address {margin-bottom:33px;font-style:normal;}
.foot-info address .con {margin-bottom:20px;}
.foot-info address .con:last-child {margin-bottom:0;}
.designed {color:#5d5d5d;}

.foot-etc {display: flex; flex-direction:column; justify-content:space-between; align-items:flex-end;}
.foot-etc .f-links {display:flex; align-items:center;}
.foot-etc .f-links li {letter-spacing:0;}
