@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;}

#container {overflow: hidden;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#main .contain {max-width: 1460px;}

/* header */
#header {position:relative; top:0; left:0; width:100%; transition:.2s; z-index:100; background: #fff;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width:1460px; z-index:2;}
#header .sitelogo {padding: 15px 0;}
#header .sitelogo a {display: 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-right: -80px;}
#gnb > ul > li {position:relative;}
#gnb > ul > li > a {display:flex; align-items:center; justify-content:center; height:99px; padding:0 80px; color:#242424; font-size:20px; font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu ul {padding-top: 30px; padding-bottom: 27px;}
#gnb .submenu ul li {padding:5px 0;}
#gnb .submenu ul li a {position: relative;display:block; line-height:1.5em; letter-spacing:-.03em; font-size: 16px; color: #454545;}
#gnb .submenu ul li a:hover {color: #ee8000;}
#gnb > ul > li > a:after {content:""; position:absolute; bottom:-1px; left:50%; width:0; height:2px; transform: translateX(-50%); border-radius: 100%; background:#ee8000; transition:.2s;}
#gnb > ul > li.active > a:after {width:150px;}
#header.active #gnb > ul > li.active > a {color: #ee8000;}
.submenu-bg {display:none; position:absolute; left:0; width:100%; background:#fff; border-top: 1px solid #ddd;}

/* 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:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; width:100%; height:2px; background:#242424;}
.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:30px;}
.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:#142465;}
.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:#142465;}
.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; max-height: 500px;}
.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; top:50%; left:0; width:100%; line-height:1.3em; letter-spacing:-.03em; transition:1.4s; transform:translateY(-50%); font-size: 26px; text-shadow: 0 3px 7px rgba(0,0,0,.5); padding: 0 100px;}
.main-visual .caption h2 {font-size: 70px; line-height: 1em; margin-bottom: 25px;}
.main-visual .slick-arrow {position:absolute; display:flex; align-items:center; top:50%; transform: translateY(-50%); color:#fff; font-size:18px; font-weight:700; border:0; z-index:50; text-indent: -9999em; overflow: hidden;  width:70px; height:70px; transition: .3s;}
.main-visual .slick-prev {left:100px; background:url("../images/main/slide_prev.png") 50% 50% no-repeat; background-size: contain;}
.main-visual .slick-prev:hover {background:url("../images/main/slide_prev_on.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-next:hover {background:url("../images/main/slide_next_on.png") 50% 50% no-repeat; background-size: contain; }
.main-visual .slick-dots {position: absolute; bottom:40px; left:0; width:100%; text-align:center; line-height:0;}
.main-visual .slick-dots li {display:inline-block; margin:0 7px;}
.main-visual .slick-dots li button {display:flex; align-items:center; justify-content:center; width:15px; height:15px; opacity: 40%; 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 {position: relative; opacity: 100%;}
.main-visual .slick-active .item img {transform:scale(1);}
.main-visual .slick-active .caption h2 {animation: BtoT 1s;}
.main-visual .slick-active .caption p {animation: BtoT 1s;}

@keyframes BtoT {
	0% {transform: translateY(100px); opacity:0;}
	100% {transform: translateY(0); opacity: 1;}
}

.main-section {padding: 80px 0; position: relative;}

.main-business {padding-bottom: 160px;}
.main-business:before, .main-business:after {position: absolute; content: 'G-VALLEY'; letter-spacing: 0; font-size: 160px; font-weight: 700; color: rgba(0,0,0,0.02); line-height: 0.75em;}
.main-business:before {top: -3px; left: 100px;}
.main-business:after {bottom: -3px; right: 100px;}
.main-business .main-tit {font-weight: 700; font-size: 45px; color: #242424; line-height: 1em; margin-bottom: 60px; text-align: center;}
.main-business .main-cnt {display: flex; flex-wrap: wrap; gap: 40px 65px;}
.m-busi-item {text-align: center; width: calc(33.33% - 43.33px);}
.m-busi-item:hover .photo {box-shadow: 0 0 20px rgba(0,0,0,.15)}
.m-busi-item .photo {position: relative; border-radius: 20px; overflow: hidden; margin-bottom: 35px;}
.m-busi-item .view {position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex; align-items: center; justify-content: center; background: rgba(20,36,101,.85); opacity: 0; transition: .3s;}
.m-busi-item:hover .view {opacity: 1;}
.m-busi-item .view .inner {width: 80px; height: 80px; border-radius: 100%; color: #fff; background: #ee8000; display: flex; flex-direction: column; align-items :center; justify-content: center;}
.m-busi-item .view span {line-height: 1em;}
.m-busi-item .tit {font-size: 26px; font-weight: 700; color :#242424; margin-bottom: 20px;}

.main-consult {background: url('../images/main/bg_consult.jpg') no-repeat center right; background-size: cover; padding: 100px 0; text-align: center; color: #fff;}
.main-consult .main-tit p {letter-spacing: 0; opacity: .6;}
.main-consult .main-tit h2 {font-size: 50px; margin: 20px 0 60px;}
.main-consult .btn-more {border: 1px solid rgba(255,255,255,.5); border-radius: 25px; display: flex; width: 180px; height: 50px; align-items: center; justify-content: center; gap: 23px; margin: 0 auto}
.main-consult .btn-more:hover {background: #ee8000; border-color: #ee8000;}

.main-board {background: #f8f8f8;}
.main-board:before {position: absolute; content: ''; width: 544px; height: 544px; right: 0; bottom: 0; background: url('../images/main/bg_m_board.png') no-repeat center right; background-size: cover;}
.main-board .contain {display: flex; gap: 30px;}
.m-board .large-item {display: block; padding-bottom: 20px; border-bottom: 1px solid #ddd;}
.m-board .large-item .item-tit {display: flex; gap: 25px; align-items: center; margin-bottom: 20px;}
.m-board .large-item .date {width: 84px; height: 84px;border-radius: 10px; background: #142465; color: #fff; display: flex; flex-direction: column; align-items :center; justify-content: center; text-align: center; font-size: 14px; font-weight: 500; letter-spacing: 0; line-height: 1em;}
.m-board .large-item .day {letter-spacing: -.02em; font-size: 34px; line-height: 1em; margin-top: 3px;}
.m-board .large-item .tit {overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all; font-size: 20px; line-height: 1.6em; font-weight: 500; color: #242424; flex: 1;}
.m-board .large-item .item-cnt {color: #686868;}
.m-board .small-items {padding-top: 12px;}
.m-board .small-item {font-size: 17px; padding: 12px 0; display: flex; gap: 30px;}
.m-board .small-item .tit {letter-spacing: -.02em; flex: 1; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: keep-all;}
.m-board .small-item .date {color :#a8a8a8;}
.m-board {background: #fff; padding: 60px 50px; border-radius: 20px;  flex: 1;}
.m-board .top {display: flex; justify-content: space-between; font-size: 45px; font-weight: 600; letter-spacing: -0.03em; line-height: 1em; color: #242424; margin-bottom: 40px;}
.m-board .img-cnt {position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:#000;}
.m-board .img-cnt img {position: absolute; width: 100%; height: auto; top: 50%; left: 0; transform: translateY(-50%); object-fit: contain;}

/* sub */
.sub-visual {position:relative; height:300px; 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:50%; left:0; width:100%; transform:translateY(-50%); text-shadow: 3px 3px 3px rgba(0,0,0,.15)}
.sub-visual p {letter-spacing: 0; margin-bottom: 10px;}
.sub-visual h2 {font-size:50px; font-weight:700; line-height:1em; 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.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative;text-align:center; margin-top: -30px;}
.lnb {margin:0 auto; max-width:1200px; }
.lnb ul {justify-content:flex-start;background: #142465; border-radius: 30px;}
.lnb ul li {flex: 1; position: relative;}
.sub02 .lnb ul li {flex: auto; width: auto;}
.lnb ul li.active:before {position: absolute; content: ''; width: calc(100% + 3px);height: 100%; top: 0; left: -2px; background: #ee8000; border-radius: 30px;}
.lnb ul li a {position: relative; display:flex; align-items:center; justify-content:center; width:100%; height:60px; padding:0 15px; color:#fff; font-size:18px; font-weight:600; line-height:1.2em; letter-spacing:0;}
.lnb ul li:not(:last-child) a:before {position: absolute; content: ''; width: 1px; height: 15px; top: 50%; right: 0; margin-top: -7px; background: rgba(255,255,255,.4); z-index: -1;}

.sub-title {padding-top: 100px; padding-bottom: 60px; max-width: 1260px; margin: 0 auto; display: flex;}
#contArea.wide .sub-title {padding-left: 30px; padding-right: 30px;}
.sub-title > * {flex: 1;}
.sub-title h2 {font-size: 35px; line-height: 1.3em; color: #242424; text-align: center;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:100px;}
.ico img {vertical-align: middle; margin-top: -.2em;}

.root_daum_roughmap, .root_daum_roughmap .wrap_map {width: 100% !important;}
.root_daum_roughmap .wrap_controllers {display: none;}

/* footer */
#footer {background: #fff; padding: 50px 0; font-weight: 300; font-size: 14px; color: #242424; letter-spacing: 0; border-top: 1px solid #ddd;}
#footer .contain {max-width: 1460px;}
#footer .contain > div {display: flex; justify-content: space-between; align-items: flex-end;}
.f-top {margin-bottom: 25px;}
.f-link {display: flex; gap: 28px;}
.f-link a {display:flex; gap: 8px; color: #242424; font-size: 15px;}
.f-relate {position: relative; height: 100%; display: flex; align-items: center;}
.f-relate .btn-relate {border: 1px solid #ddd; color: #454545; padding: 10px 24px; height: 100%; font-size: 16px; font-weight: 400; display: flex; gap: 70px; align-items: center; position:relative; }
.f-relate ul {display:none; position:absolute; left:-1px; right:-1px; top: 0; transform: translateY(-100%); background:#fff; border:1px solid #ddd; z-index:50;}
.f-relate ul li:not(:last-child) {border-bottom: 1px solid #ddd;}
.f-relate ul li a {display: flex; align-items: center; padding: 3px 20px; height: 45px;}

address span {position: relative; font-style: normal;}
address span:not(:first-child) {padding-left: 15px; margin-left: 15px;}
address span:not(:first-child):before {position: absolute; content: ''; width: 1px; height: 10px; top: 50%; margin-top: -5px; left: 0; background: rgba(69,69,69,.5);}
.copyright span {color: #999; font-size: 12px;}

.scroll-top {position:fixed; bottom:50px; right:50px; width:60px; height:60px; font-size:0; line-height:1em; text-align:center; display:flex; justify-content:center; align-items:center; z-index:80;}
