@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;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; padding:0 100px; transition:.2s; background:rgba(0,0,0,.3); z-index:100;}
.header {position:relative; display:flex; justify-content:space-between; z-index:2;}

.sitelogo a {display:block; width:180px; height:90px; overflow:hidden; background:url("../images/common/logo_w.png") 0 50% no-repeat; text-indent:-99999em;}

#gnb > ul {margin-right: 250px; display:flex;}
#gnb > ul > li {position:relative; margin-left:100px;}
#gnb > ul > li > a {position:relative; display:block; color:#fff; font-size:19px; font-weight:500; line-height:90px; letter-spacing:-.02em;}
#gnb > ul > li > a:after {content:""; position:absolute; bottom:5px; left:50%; margin-left:-3px; width:6px; height:6px; background:#6ac7db; border-radius:100%; transition:.2s; opacity:0;}
#gnb > ul > li.active > a:after {bottom:15px; opacity:1;}
#gnb .submenu {display:none; position:absolute; left:50%; transform:translateX(-50%);}
#gnb .submenu > ul {display:flex; padding:22px 0;}
#gnb .submenu > ul > li {padding:0 25px;}
#gnb .submenu > ul > li > a {display:block; color:#505050; font-size:16px; font-weight:400; line-height:1.5em; letter-spacing:-.02em; white-space:nowrap;}
#gnb .submenu > ul > li > a:hover {color:#6ac7db; text-decoration:underline;}
#gnb > ul > li:first-child .submenu {left:-13px; transform:none;}
#gnb > ul > li:last-child .submenu {left:auto; right:-5px; transform:none;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; height:0; background:#fafafa; box-shadow:2px 3px 3px rgba(0,0,0,.2); border-top:1px solid #dfdfdf;}

#header:hover {background:#fff; border-bottom:1px solid #dfdfdf;}
#header:hover .sitelogo a {background-image:url("../images/common/logo.png");}
#header:hover #gnb > ul > li > a {color:#2c2c2c;}
#header:hover .btn-m-menu span,
#header:hover .btn-m-menu span:before,
#header:hover .btn-m-menu span:after {background:#2c2c2c;}

#header.header-fixed {background:#fff; border-bottom:1px solid #dfdfdf;}
#header.header-fixed .sitelogo a {background-image:url("../images/common/logo.png");}
#header.header-fixed #gnb > ul > li > a {color:#2c2c2c;}
#header.header-fixed .btn-m-menu span,
#header.header-fixed .btn-m-menu span:before,
#header.header-fixed .btn-m-menu span:after {background:#2c2c2c;}

.util {position: absolute; top:50%; transform:translateY(-50%); right:0;}
.util ul {display:flex;}
.util ul li {padding: 0 20px; position: relative;}
.util ul li:after {position: absolute; content: ''; top:5px; right: 0; background-color: #ddd; width: 1px; height: 16px;}
.util ul li a {padding-left: 26px; display: inline-block; color: #fff; position: relative;}
.util ul li:first-child {padding-left: 0;}
.util ul li:last-child {padding-right: 0;}
.util ul li:last-child:after {display: none;}
.util ul li a:before {width:22px; height:22px; left:0; top:2px; background-size:contain; background-repeat:no-repeat; position:absolute; content:'';}
.util ul li.login a:before {background-image:url('../images/common/login_icon.png');}
.util ul li.join a:before {background-image:url('../images/common/join_icon.png');}
.util ul li.logout a:before {background-image:url('../images/common/logout_icon.png');}
.util ul li.mypage a:before {background-image:url('../images/common/mypage_icon.png');}

#header:hover .util ul li a {color: #454545;}
#header:hover .util ul li.login a:before {background-image:url('../images/common/login_icon_on.png');}
#header:hover .util ul li.join a:before {background-image:url('../images/common/join_icon_on.png');}
#header:hover .util ul li.logout a:before {background-image:url('../images/common/logout_icon_on.png');}
#header:hover .util ul li.mypage a:before {background-image:url('../images/common/mypage_icon_on.png');}

#header.header-fixed .util ul li a {color: #454545;}
#header.header-fixed .util ul li.login a:before {background-image:url('../images/common/login_icon_on.png');}
#header.header-fixed .util ul li.join a:before {background-image:url('../images/common/join_icon_on.png');}
#header.header-fixed .util ul li.logout a:before {background-image:url('../images/common/logout_icon_on.png');}
#header.header-fixed .util ul li.mypage a:before {background-image:url('../images/common/mypage_icon_on.png');}

/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; right:0; margin-top:-13px; 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:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; width:100%; height:2px; background:#fff;}
.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 .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:12px 48px 12px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:500; 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:13px; height:13px; border-right:1px solid #505050; border-bottom:1px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#6ac7db;}
.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:16px; 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:#6ac7db;}
.mobile-navigation .close {position:absolute; top:20px; 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;}
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .item 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 .item .video-js {position:absolute; top:0; left:0; width:100%; height:100%;}
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-36px; width:72px; height:72px; opacity:.5; transition:.2s; background-position:50% 50%; background-color:transparent; background-repeat:no-repeat; overflow:hidden; text-indent:-99999em; border:0; z-index:50;}
.main-visual .slick-arrow:hover {opacity:1;}
.main-visual .slick-prev {left:3%; background-image:url("../images/main/slide_prev.png");}
.main-visual .slick-next {right:3%; background-image:url("../images/main/slide_next.png");}

.main-visual-wrap {position:relative;}
.main-visual-wrap .scroll {position:absolute; bottom:60px; left:50%; margin-left:-50px; padding-bottom:60px; background:url("../images/main/scroll.png") 50% 100% no-repeat; width:100px; color:#fff; font-size:14px; font-weight:500; line-height:1em; text-align:center; animation:2s scrollUpDown linear infinite; z-index:50;}

@keyframes scrollUpDown{
	0%,100% {transform:translateY(0);}
	50% {transform:translateY(20px);}
}

.m-head {margin-bottom:45px;}
.m-head h2 {display:flex; align-items:center; color:#2c2c2c; font-size:38px; font-weight:600; line-height:1.3em; letter-spacing:-.02em;}
.m-head .dot {display:flex; justify-content:space-between; width:23px; margin-left:20px;}
.m-head .dot:before,
.m-head .dot:after {content:""; width:8px; height:8px; border-radius:100%;}
.m-head .dot:before {background:#f1a0b3}
.m-head .dot:after {background:#6ac7db}

.m-more {position:absolute; top:12px; right:30px; display:flex; align-items:center; color:#2c2c2c; font-size:15px; font-weight:500; line-height:1.5em;}
.m-more:after {content:""; width:26px; height:26px; margin-left:9px; background:#62d1eb url("../images/main/more.png") 50% 50% no-repeat; border-radius:100%; transition:.2s;}
.m-more:hover::after {background-color:#ffaec1;}

.main-current {padding:100px 0; background:url("../images/main/current_bg.jpg") 50% 50% no-repeat; background-size:cover;}
.main-current .content {display:flex;}
.main-current .left {flex:1 1 auto; min-width:0; width:1%; margin-right:20px;}
.main-current .right {width:380px;}
.main-current .right .item {margin-bottom:22px;}
.main-current .right .item:last-child {margin-bottom:0;}
.main-current .link {display:block; position:relative; border:1px solid #dfdfdf; overflow:hidden;}
.main-current .link .thumb {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:.4s;}
.main-current .link .thumb 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-current .link .tit {position:absolute; bottom:0; left:0; width:100%; padding:0 19px; background:rgba(0,0,0,.65);}
.main-current .link .tit-in {overflow:hidden; height:45px; font-size:15px; line-height:45px; letter-spacing:-.02em; color:#fff; white-space:nowrap; word-break:break-all; text-overflow:ellipsis;}
.main-current .link:hover .thumb {transform:scale(1.05);}
.main-current .link.type1 {height:450px;}
.main-current .link.type2 {height:214px;}
.main-current .slider {position:relative;}
.main-current .slider .tit {padding-right:100px;}
.main-current .arrows {display:flex; position:absolute; bottom:1px; right:10px; z-index:50;}
.main-current .arrows .slick-arrow {width:30px; height:45px; background-position:50% 50%; background-color:transparent; background-repeat:no-repeat; overflow:hidden; text-indent:-99999em; border:0;}
.main-current .arrows .slick-prev {background-image:url("../images/main/slide2_prev.png");}
.main-current .arrows .slick-next {background-image:url("../images/main/slide2_next.png");}

.main-links {padding:100px 0; text-align:center;}
.main-links .row {display:flex; flex-wrap:wrap; margin:-3px;}
.main-links .col {width:25%; padding:3px;}
.main-links a {display:block;}
.main-links a:hover .img img {transform:scale(1.05);}
.main-links a:hover .bar {background:#ffaec1}
.main-links a:hover .more {background:#ffaec1; color:#fff; border-color:#ffaec1;}
.main-links .img {position:relative; overflow:hidden;}
.main-links .img img {display:block; transition:.4s;}
.main-links .bar {width:4px; height:40px; background:#6ac7db; position:relative; margin:-20px auto 15px;}
.main-links .tit {color:#2c2c2c; font-size:24px; font-weight:700; line-height:1.3em; margin-bottom:6px;}
.main-links .txt {color:#878787; line-height:1.5em; min-height:83px;}
.main-links .more {display:inline-flex; align-items:center; justify-content:center; width:140px; height:44px; color:#6ac7db; font-size:15px; font-weight:500; transition:.2s; border:1px solid #6ac7db;}

.main-news {padding:100px 0; background:url("../images/main/news_bg.jpg") 50% 50% no-repeat; background-size:cover;}
.main-news .contain {position:relative;}
.main-news .list ul {display:flex; margin:0 -30px;}
.main-news .list ul li {width:33.33333333%; padding:0 30px;}
.main-news .list ul li a {display:block; background:#fff; box-shadow:2px 2px 15px rgba(5,67,84,.2);}
.main-news .list ul li a:hover .thumb img {transform:scale(1.05) translateY(-50%);}
.main-news .list ul li .thumb {position:relative; width:100%; padding-bottom:75%; overflow:hidden;}
.main-news .list ul li .thumb img {position:absolute; top:50%; left:0; transition:.4s; transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-news .list ul li .cnt {padding:30px;}
.main-news .list ul li .source {display:inline-block; color:#fff; font-size:14px; line-height:22px; background:#f4b3c2; padding:0 11px; border-radius:30px; margin-bottom:9px;}
.main-news .list ul li .tit {color:#2c2c2c; font-size:18px; font-weight:600; line-height:1.4em; letter-spacing:-.02em; height:2.8em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.main-news .list ul li .date {margin-top:12px; color:#878787; font-size:14px; line-height:1em; letter-spacing:-.02em;}

.main-notice {padding:100px 0;}
.main-notice .contain {position:relative;}
.main-notice .list ul {display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:-60px;}
.main-notice .list ul li {width:calc(50% - 30px); padding:0 0 20px 0; margin-bottom:60px; border-bottom:2px solid #dfdfdf;}
.main-notice .list ul li a {display:flex;}
.main-notice .list ul li a:hover .thumb img {transform:scale(1.05) translateY(-50%);}
.main-notice .list ul li .thumb {position:relative; width:200px; height:150px; margin-right:30px; border:1px solid #dfdfdf; overflow:hidden;}
.main-notice .list ul li .thumb img {position:absolute; top:50%; left:0; transition:.4s; transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-notice .list ul li .cnt {flex:1 1 auto; min-width:0; width:1%; padding:25px 0; position:relative;}
.main-notice .list ul li .tit {margin-bottom:8px; color:#2c2c2c; font-size:18px; font-weight:600; line-height:1.4em; letter-spacing:-.02em; height:1.4em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.main-notice .list ul li .txt {color:#505050; font-size:14px; line-height:1.4em; letter-spacing:-.02em; height:2.8em; 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 .date {position:absolute; bottom:0; right:0; color:#878787; font-size:12px; line-height:1em; letter-spacing:-.02em;}

/* sub */
.sub-visual {display:flex; align-items:center; padding-top:90px; height:500px; text-align:center; color:#fff; text-shadow:2px 2px 3px rgba(0,0,0,.2); background-repeat:no-repeat; background-position:50% 50%; background-size:cover; overflow:hidden;}
.sub-visual .inner {width:100%; padding:20px;}
.sub-visual h2 {font-size:54px; font-weight:800; line-height:1.3em; letter-spacing:-.02em;}
.sub-visual h3 {font-size:54px; font-weight:800; line-height:1.3em; letter-spacing:-.02em;}
.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");}
.sub-visual.bg6 {margin-bottom: 100px; background-image:url("../images/common/sv6.jpg");}

.path-wrap {position:relative; margin-bottom:100px; border-bottom:1px solid #eee; border-top:1px solid #eee; background:#fafafa; z-index:50;}
.path-wrap .inner {display:flex; max-width:1200px; margin:0 auto;}
.path-wrap .home a {display:block; width:70px; height:57px; background:#fff url("../images/common/home.png") 50% 50% no-repeat; text-indent:-999em; overflow:hidden; border-left:1px solid #eee; border-right:1px solid #eee;}
.path-wrap .part {position:relative; width:calc(33.33333333% - 24px); max-width:280px; background:#fff; border-right:1px solid #eee; z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:57px; color:#2c2c2c; font-size:16px; font-weight:500; line-height:1.4em; letter-spacing:-.02em; padding:0 60px 0 25px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:25px; margin-top:-5px; width:15px; height:10px; background:url("../images/common/path_down.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #eee; z-index:50;}
.path-wrap .part ul li {color:#505050; font-size:16px; font-weight:500; line-height:1.3em; letter-spacing:-.03em; border-bottom:1px solid #eee;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:18px 25px;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#2c2c2c; background:#f8f8f8;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {min-height:300px; padding-bottom:100px;}

/* quick */
.quick {position:fixed; top:40%; right:20px; width:80px; text-align:center; box-shadow:2px 2px 15px rgba(75,75,75,.2); transition:.2s; z-index:90;}
.quick ul {background:rgba(255,255,255,.84);}
.quick ul li {border-bottom:1px solid #dfdfdf;}
.quick ul li:last-child {border-bottom:0;}
.quick ul li a {display:block; padding:20px 5px 16px; color:#505050; font-size:15px; font-weight:500; line-height:1.3em;}
.quick ul li img {display:block; margin:0 auto 11px;}
.quick ul li i {display:block; width:42px; height:42px; margin:0 auto 11px; background-position:50% 50%; background-repeat:no-repeat; transition:.2s;}
.quick ul li .ico-1 {background-image:url("../images/common/quick_icon1.png");}
.quick ul li .ico-2 {background-image:url("../images/common/quick_icon2.png");}
.quick ul li a:hover {background:#ffaec1; color:#fff;}
.quick ul li a:hover .ico-1 {background-image:url("../images/common/quick_icon1_on.png");}
.quick ul li a:hover .ico-2 {background-image:url("../images/common/quick_icon2_on.png");}
.quick .scroll-top {display:block; color:#fff; font-size:14px; font-weight:700; line-height:30px; background:#7bccdf;}
.quick .scroll-top:hover {background:#ffaec1;}
#main .quick {top:60%;}
#main .quick.scroll {top:40%;}

/* footer */
.bottom-mark {text-align:center; margin-top:6%; margin-bottom:6%;}

#footer {padding:50px 0; background:#2c2c2c; color:#ccc; font-size:14px;line-height:1.5em; letter-spacing:-.01em;}
#footer .contain {display:flex; justify-content:space-between;}
#footer address {font-style:normal;}

.foot-info .comp-name {color:#fff; font-size:16px; margin-bottom:12px;}
.foot-info address {font-weight:500;}
.foot-info address span {display:inline-block; margin-right:30px;}
.foot-info .copyright {margin-top:12px; font-size:12px;}

.foot-links {text-align:right;}
.foot-links .links {margin-bottom:23px;}
.foot-links .links a {display:inline-flex; align-items:center; margin-left:28px; color:#fff;}
.foot-links .links a img {margin-right:5px;}
