@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;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

#wrapper {position:relative; overflow:hidden; padding-top:var(--header-height);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s; background:#fff;}
#header .contain {max-width:1780px; position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); z-index:10;}

.sitelogo a {display:block;}
.sitelogo a img {vertical-align:middle;}

#gnb>ul {display:flex; text-align:center;} 
#gnb>ul>li {position:relative; padding:0 32px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction:column; justify-content:center; height:var(--header-height); color:#242424; font-size:var(--fz19); font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb .submenu {top:90%; display:none; position:absolute; left:50%; width:170px; border-radius:16px; transform:translateX(-50%); background:var(--color-primary); text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:8px 0; color:#fff; font-size:var(--fz17); font-weight:500; line-height:1.33em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}

.pull-right {display:flex; align-items:center;}

.util ul {display:flex;}
.util ul li:not(:last-child) {margin-right:30px;}
.util ul li a {display:flex; align-items:center; font-weight:400; line-height:1.3em; color:#454545;}
.util ul li a:before {margin-right:10px; content:''; width:24px; height:24px; background-repeat:no-repeat; background-position:50% 50%; background-size:contain;}
.util ul li a.ico1:before {background-image:url('/images/common/ico-member1.png');}
.util ul li a.ico2:before {background-image:url('/images/common/ico-member2.png');}
.util ul li a.ico3:before {background-image:url('/images/common/ico-member3.png');}
.util ul li a.ico4:before {background-image:url('/images/common/ico-member4.png');}

#header.header-fixed {background:#fff; box-shadow:0px 3px 5px rgba(0,0,0,0.1);}

/* for mobile */
.btn-m-menu {margin-left:30px; 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;}

.m-util {border-top:1px solid #ddd;}
.m-util ul {display:flex; text-align:center;}
.m-util ul li {flex:1;}
.m-util ul li a {display:flex; align-items:center; justify-content:center; height:40px; font-weight:500;}
.m-util ul li:nth-child(1) {background:var(--color-primary); color:#fff;}

.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:22px; vertical-align:middle;}
.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>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.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 #container .contain {max-width:1460px;}

.arrow-btn {padding:0 30px; height:46px; border-radius:8px; font-size:var(--fz15); font-weight:400; line-height:1.33em; display:inline-flex; align-items:center; border:1px solid #fff;}
.arrow-btn:after {margin-left:40px; content:'↑'; transform:rotate(45deg);}
.arrow-btn:hover {background:var(--color-primary); border-color:var(--color-primary);}

.main-visual {position:relative; overflow:hidden; color:#fff;}
.main-visual .item {height:calc(100vh - var(--header-height));}
.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 .caption {text-shadow:3px 3px 10px rgba(0,0,0,.3); padding:0 80px; position:absolute; top:33%; left:0; width:100%; z-index:2;}
.main-visual .caption .txt {font-family:var(--font-mont); font-weight:500; line-height:1.4em; font-size:var(--fz20);}
.main-visual .caption .tit {margin:17px 0 50px; font-size:var(--fz54); font-weight:500; letter-spacing:0; line-height:1.3em;}
.main-visual .controls {padding:0 80px; position:absolute; bottom:50px; left:0; width:100%; z-index:30;}
.main-visual .controls .contain {display:flex; align-items:center;}
.main-visual .slick-dots li {display:inline-block; margin:0 6px; line-height:1.2em;}
.main-visual .slick-dots li button {border:0; font-size:0; border-radius:100%; background:#fff; width:10px; height:10px; opacity:.5;}
.main-visual .slick-dots .slick-active button {opacity:1;}
.main-visual .arrows {display:flex; align-items:center; margin-left:20px;}
.main-visual .arrows .bar {content:''; width:1px; height:17px; margin:0 14px; background:rgba(255,255,255,.3);}
.main-visual .slick-arrow {background-color:transparent; background-repeat:no-repeat; background-position:50% 50%; width:11px; height:17px; border:0; font-size:0; display:inline-flex; align-items:center;}
.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 .scroll {animation:scrollDown .9s linear infinite alternate; position:absolute; left:0; bottom:50px; width:100%; text-align:center; pointer-events:none;}

@keyframes scrollDown{
	0%{transform:translateY(0);}
	100%{transform:translateY(15px);}
}

.main-boards {padding:var(--main-padding);}
.main-boards .contain {display:flex; justify-content:space-between;}

.main-notice {display:flex; flex-direction:column; justify-content:center; width:calc(50% - 20px); position:relative; padding:45px 49px; border:1px solid #ddd; border-radius:24px;}
.main-notice h2 {margin-bottom:25px; font-size:var(--fz26); font-weight:600; letter-spacing:-.03em; line-height:1.4em;}
.main-notice .newly {display:block; padding-bottom:25px; margin-bottom:25px; border-bottom:1px solid #e1e1e1;}
.main-notice .newly .title {margin-bottom:18px; display:flex; align-items:center;}
.main-notice .newly .title .date {margin-right:24px; width:85px; height:85px; background:var(--color-primary); display:flex; flex-direction:column; align-items:center; justify-content:center; font-weight:500; line-height:1.4em; font-size:var(--fz14); color:#fff;}
.main-notice .newly .title .date strong {font-size:2.43em; line-height:1em; font-weight:500;}
.main-notice .newly .title .tit {flex:1 1 auto; min-width:0; width:1%; font-size:var(--fz20); font-weight:500; line-height:1.4em; line-height:1.6em; max-height:3.2em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.main-notice .newly .txt {color:#686868; line-height:1.63em; max-height:3.26em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.main-notice .list ul li {margin-bottom:18px;}
.main-notice .list ul li:last-child {margin-bottom:0;}
.main-notice .list ul li a {font-size:var(--fz17); position:relative; display:block; font-weight:400; color:#454545; line-height:1.75em; max-height:1.75em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap; padding-right:100px;}
.main-notice .list ul li a span {position:absolute; right:0; color:#a8a8a8;}
.main-notice .list ul li a:hover {text-decoration:underline;}
.main-notice .plus {transition:.3s; position:absolute; right:48px; top:48px; font-size:0; display:block; width:24px; height:24px; background:url('/images/main/plus.png') no-repeat 50% 50% / contain;}
.main-notice .plus:hover {transform:rotate(180deg);}

.main-links {width:calc(50% - 20px);}
.main-links .row {display:flex; flex-wrap:wrap; margin:-15px;}
.main-links .row .col {width:50%; padding:15px;}
.main-links .box {position:relative; padding:45px 40px; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; border-radius:24px; height:225px; display:flex; flex-direction:column; justify-content:space-between; color:#fff;}
.main-links .box:after {right:40px; bottom:58px; position:absolute; content:''; width:70px; height:66px; background-repeat:no-repeat; background-position:50% 50%; background-size:contain;}
.main-links .box .tit {font-size:var(--fz26); font-weight:700; letter-spacing:-.02em; line-height:1.4em;}
.main-links .box .more {font-size:var(--fz14); font-weight:400; letter-spacing:-.03em; line-height:1.4em;}
.main-links .box .more span {display:inline-block; transition:.3s;}
.main-links .box1 {background-image:url('/images/main/link-bg1.jpg');}
.main-links .box2 {background-image:url('/images/main/link-bg2.jpg');}
.main-links .box3 {background-image:url('/images/main/link-bg3.jpg');}
.main-links .box4 {background-image:url('/images/main/link-bg4.jpg');}
.main-links .box1:after {background-image:url('/images/main/link-ico1.png');}
.main-links .box2:after {background-image:url('/images/main/link-ico2.png');}
.main-links .box3:after {background-image:url('/images/main/link-ico3.png');}
.main-links .box4:after {background-image:url('/images/main/link-ico4.png');}
.main-links .box:hover .more span {transform:translateX(5px);}

.main-news {background:#fbfbfb; padding:var(--main-padding);}
.main-news .contain {display:flex;}
.main-news .head {width:340px;}
.main-news .head h2 {font-size:var(--fz40); font-weight:700; line-height:1.3em;}
.main-news .head p {margin:26px 0 54px; font-size:var(--fz18); font-weight:400; line-height:1.56em; color:#454545;}
.main-news .arrow-btn {border-color:#ddd;}
.main-news .arrow-btn:after {color:#242424;}
.main-news .arrow-btn:hover {color:#fff;}
.main-news .arrow-btn:hover:after {color:#fff;}
.main-news .list {flex:1 1 auto; min-width:0; width:1%;}
.main-news .list ul li {padding-bottom:50px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.main-news .list ul li:last-child {border-bottom:0; padding-bottom:0; margin-bottom:0;}
.main-news .list ul li .box {display:flex; align-items:center;}
.main-news .list .img-wrap {width:232px; margin-right:38px; border-radius:16px; overflow:hidden;}
.main-news .list .img-wrap .img {position:relative; padding-bottom:59%; overflow:hidden;}
.main-news .list .img-wrap .img img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; 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-news .list .info {flex:1 1 auto; min-width:0; width:1%;}
.main-news .list .tit {font-size:var(--fz20); font-weight:600; line-height:1.4em; max-height:1.4em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap;}
.main-news .list .tit span {font-size:var(--fz15); color:var(--color-primary);}
.main-news .list .txt {margin-top:20px; color:#454545; line-height:1.5em; max-height:3em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

/* sub */
.sub-visual {position:relative; height:460px; color:#fff; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:1; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:32%; left:0; width:100%; padding:0 20px;}
.sub-visual .inner p {margin-bottom:17px; font-weight:400; letter-spacing:-.04em; line-height:1.4em;}
.sub-visual .inner h2 {font-size:var(--fz58); font-weight:700; letter-spacing:-.04em; line-height:1.3em;}
.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");}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; text-align:center; margin-top:-64px; background:rgba(0,0,0,.5);}
.lnb {max-width:1200px; margin:0 auto;}
.lnb ul li {width:auto; flex:1;}
.lnb ul li a {position:relative; display:flex; align-items:center; justify-content:center; width:100%; font-size:var(--fz18); font-weight:500; height:64px; padding:0 13px; color:#fff; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active a {background:var(--color-primary);}

#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:92px 0 77px; text-align:center;}
.sub-title h1 {font-size:var(--fz40); line-height:1.3em; letter-spacing:-.04em; color:#2c2c2c;}

.real-cont {min-height:300px; padding-bottom:150px;}

/* footer */
#footer {background:#0b0b0b; color:#b8b8b8; font-size:var(--fz15); line-height:1.5em; letter-spacing:-.02em;}
#footer .contain {position:relative;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

.foot-top {border-bottom:1px solid #484848; padding:39px 0; display:flex; justify-content:space-between; font-size:var(--fz16);}
.foot-menu ul {display:flex;}
.foot-menu ul li {margin-right:45px;}
.foot-menu .submenu {display:none;}

.foot-links ul {display:flex;}
.foot-links ul li {margin-right:45px;}
.foot-links ul li:last-child {margin-right:0;}
 
.foot-info {position:relative; padding:42px 0;}
.foot-info .comp-name {margin-bottom:9px; font-size:var(--fz18); font-weight:600; letter-spacing:-.02em; line-height:1.4em;}
.foot-info address {font-style:normal; margin-bottom:13px;}
.foot-info address span {margin:0 35px 6px 0;}
.designed {color:#686868;}

.scroll-top {letter-spacing:-.06em; position:absolute; right:0; bottom:50px; display:flex; flex-direction:column; justify-content:center; width:60px; height:60px; text-align:center; font-size:var(--fz12); font-weight:700; line-height:1.3em; letter-spacing:0; background:#fff; border-radius:100%; color:#242424;}
.scroll-top:before {content:""; display:block; margin:0 auto 8px; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:8px solid #242424;}