@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}

#main .contain {max-width: 1460px;}
.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 */
#header {position: relative;top: 0;left: 0; width: 100%;z-index:100; background: #fff; border-bottom: 1px solid #ddd;}
#header .contain {position:relative; max-width: 1580px; z-index: 10;}

.sitelogo {position:absolute; top:50%; left:30px; margin-top:-27px; z-index:2;}
.sitelogo a {display: block;}

#gnb {text-align: center; margin-right: 210px;}
#gnb > ul {display:flex;justify-content: flex-end;}
#gnb > ul > li {position:relative; padding: 0 41px;}
#gnb > ul > li > a {display:block; color: #333; font-family: 'GmarketSansMedium'; font-weight: normal; font-size:20px; line-height:100px; letter-spacing: -.03em; text-align: center;}
#gnb .submenu {display:none; position:absolute; left:50%; transform:translateX(-50%); width:130%; background: #fff; border: 1px solid #ddd;}
#gnb .submenu ul {padding:15px 5px;}
#gnb .submenu ul li {padding: 5px 0;}
#gnb .submenu ul li a {display:inline-block; color: #454545; line-height: 26px; white-space:nowrap; padding: 0px 15px; border-radius:50px;}
#gnb .submenu ul li:hover a {position: relative; background: #006a4d; color: #fff;}

.util {position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}
.util ul {display:flex; margin: 0 -15px;}
.util ul li {position: relative; padding: 0 15px;}
.util ul li:after {content:""; position: absolute; width: 1px; height: 13px; top: 50%; margin-top: -6px; right: 0; background: #dededd;}
.util ul li:last-child:after {display: none;}
.util ul li a {display:block; color:#686868; font-size:14px; font-weight:300; line-height:1.5; letter-spacing:-.03em;}


/* for mobile */
.btn-m-menu {display: none; position:absolute; top:50%; right:30px; width:24px; height:24px; margin-top:-11px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:3px; background:#333;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:-10px; right:0; height:3px; background:#333; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-11px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-11px; transition-property:bottom, transform;}

.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:#006a4d;}
.mobile-navigation .nav-menu .submenu {display:none; background:#006a4d; 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 {position: static; transform: translateY(0); border-top: 1px solid #dfdfdf; padding: 10px 0;}
.mobile-navigation .util ul {justify-content: center;}

/* main */
.main-visual {position:relative; overflow:hidden;}
.main-visual .contain {height: 100%;position: relative;}
.main-visual .item {height:430px; background-position:55% 50%; background-repeat:no-repeat; background-size:cover;}
.main-visual .bg1 {background-image:url("../images/main/mv1.jpg");}
.main-visual .caption {position: absolute; top:50%; left: 0; transform:translateY(-50%); z-index:50; width:100%; padding-left: 30px;}
.main-visual .caption p {color: #686868; font-family: 'GmarketSansMedium'; font-weight: normal; font-size:26px; line-height:1.5em; letter-spacing: -.03em;}
.main-visual .caption h2 {font-family: 'SangSangFlowerRoad'; font-weight: normal; font-size:70px; line-height:1.4em; letter-spacing: -.03em;}
.main-visual .caption h2 .c1 {color: #006a4d;}
.main-visual .caption h2 .c2 {color: #b83030;}

.main-visual .slick-dots {position:absolute; bottom:68px; left:0; width:100%; text-align:center; line-height:0; z-index:50;}
.main-visual .slick-dots li {position:relative; display:inline-block; padding:2px 20px;}
.main-visual .slick-dots li:before {position:absolute; top:50%; left: 50%; margin-top: -16px; margin-left: -16px; width:31px; height:31px; background:transparent; border: 2px solid rgba(255,255,255,.6); border-radius:100%;}
.main-visual .slick-dots li button {position:relative; z-index:2; display:block; width:12px; height:12px; font-size:0; line-height:0; text-indent:-999em; background:rgba(255,255,255,.52); border: 0; border-radius:100%;}
.main-visual .slick-dots li.slick-active {}
.main-visual .slick-dots li.slick-active:before {content:"";}
.main-visual .slick-dots li.slick-active button {background: #fff;}

.bg-zone {background: url("../images/main/main_bgzone.jpg") center center no-repeat; background-size:cover;}

.main-link {padding-top: 60px;}
.main-link .in {border: 1px solid #ddd; border-radius:28px; overflow:hidden; display: flex;}
.main-link ul {flex: 1 1 auto; min-width: 0; width: 1%; display: flex;flex-wrap: wrap; text-align: center; background: #019f74; padding: 25px 10px;}
.main-link ul li {width: 20%;}
.main-link ul li a {display: block;}
.main-link ul li .icon {}
.main-link ul li .tit {margin-top: 25px; font-family: 'GmarketSansBold'; font-weight: normal; font-size: 1.125em; line-height: 1.5; letter-spacing: -.03em; color: #fff;}

.main-link .welfare119 {position: relative; width: 500px;  padding: 25px 30px; background: #e5f3ee url("../images/main/welfare119.png") right 20px bottom 18px no-repeat; background-size:221px auto;}
.main-link .welfare119 h2 {font-family: 'GmarketSansBold'; font-weight: normal; font-size: 28px; line-height: 1.4; letter-spacing: -.03em;}
.main-link .welfare119 h2 span {color: #cb0909;}
.main-link .welfare119 .btn-go {margin-top: 45px; display: block; font-family: 'GmarketSansMedium';font-weight: normal; color: #454545; background: url("../images/main/btn_go.png") left bottom no-repeat;}


.main-shortcut {padding: 60px 0; display: flex;justify-content: space-between;flex-wrap:wrap;}
.main-shortcut .group {width: calc(20% - 10px); border: 2px solid #ddd; border-radius:28px;}
.main-shortcut .group.x3 {width: calc(60% - 10px); padding: 40px;}
.main-shortcut .group.bc {border-color:#006a4d;}

.noticeArea {position: relative; width:50%; position:relative; background:#fff;}
.noticeArea .head {margin-bottom: 15px;}
.noticeArea .head ul {display: flex; margin: 0 -14px;}
.noticeArea .head ul li {position: relative; padding: 0 14px;}
.noticeArea .head ul li:after {content:""; position: absolute; top: 50%; margin-top: -14px; right: -1px; width: 1px; height: 27px; background: #ddd;}
.noticeArea .head ul li:last-child:after {display: none;}
.noticeArea .head h2 {color: #ccc; font-family: 'GmarketSansMedium'; font-weight: normal; font-size: 26px; line-height: 1.4; letter-spacing: -.03em;}
.noticeArea .head .active h2 {color: #006a4d; font-family: 'GmarketSansBold';}

.noticeArea .list ul li {position:relative; padding:0 94px 0 0; color:#686868; font-size:18px; letter-spacing:-.03em;}
.noticeArea .list ul li a {display:inline-block; vertical-align:top; max-width:calc(100% - 21px); height:36px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap;}
.noticeArea .list ul li a:hover {color:#006a4d;}
.noticeArea .list ul li span {position:absolute; top:0; right:0; color: #a1a1a1;}
.noticeArea .list ul li img {vertical-align:middle;}
.noticeArea .more {display:inline-block; position:absolute; top:40px; right: 40px; width: 27px; height: 27px; background: url("../images/main/btn_more.png") center center no-repeat; background-size:contain; text-indent:-9999em; overflow:hidden;}

.noticeArea .tab-cnt .cnt {display: none;}
.noticeArea .tab-cnt .cnt.active {display: block;}

.main-shortcut .sc {text-align: center; display: flex;justify-content: center;align-items: center;}
.main-shortcut .sc a {display: block; width: 100%; padding: 20px 20px;}
.main-shortcut .sc .icon {}
.main-shortcut .sc .tit {margin: 20px 0 25px; font-family: 'GmarketSansMedium'; font-weight: normal; font-size: 22px; line-height: 1.4; letter-spacing: -.03em;}
.main-shortcut .sc .view {margin: 0 auto; width: 45px; height: 45px; background-image:url("../images/main/btn_view.png"); background-position:50% 50%; background-repeat:no-repeat; background-size:contain; text-indent:-9999em; overflow:hidden;}
.main-shortcut .sc a:hover .view {background-image:url("../images/main/btn_view_on.png");}

.main-gallery {background: #f6f6f6; padding: 40px 0; margin-bottom: 80px;}
.main-gallery h2 {font-family: 'GmarketSansMedium'; font-weight: normal; font-size: 26px; color: #242424; line-height: 1.3; letter-spacing: -.03em; margin-bottom: 10px;}
.main-gallery .slider {}
.main-gallery .items {}
.main-gallery .items .item {}
.main-gallery .items .item a {display: block;}
.main-gallery .items .item .thumb {position:relative; padding-bottom:65%; overflow:hidden;}
.main-gallery .items .item .thumb 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-gallery .items .item .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}

.main-gallery .slick-arrow {position:absolute; top:50%; width:21px; height:39px; margin-top:-19px; z-index:50; background-size: contain; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; text-indent:-9999em;}
.main-gallery .slick-prev {background-image:url("../images/main/gal_slide_prev.png"); left:-60px}
.main-gallery .slick-next {background-image:url("../images/main/gal_slide_next.png"); right:-60px}

.main-gallery .slider .slick-list {margin:0 -10px;}
.main-gallery .slider .slick-list .slick-slide {margin:0 10px;}

.main-partner {padding: 10px 0; border-top: 1px solid #ddd;}
.main-partner .contain {max-width: 1460px;}
.main-partner .slider {}
.main-partner .items {}
.main-partner .items .item {}
.main-partner .items .item a {display: block;}
.main-partner .items .item .thumb {position:relative; padding-bottom:32.27%; overflow:hidden;}
.main-partner .items .item .thumb img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}

.main-partner .slick-arrow {position:absolute; top:50%; width:9px; height:15px; margin-top:-7px; z-index:50; background-size: contain; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; text-indent:-9999em;}
.main-partner .slick-prev {background-image:url("../images/main/pt_slide_prev.png"); left:-30px}
.main-partner .slick-next {background-image:url("../images/main/pt_slide_next.png"); right:-30px}

.main-partner .slider .slick-list {margin:0 -10px;}
.main-partner .slider .slick-list .slick-slide {margin:0 10px;}


/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; width:100%; height:300px; overflow:hidden; background-color:#eee; background-position:25% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover;}
.sub-visual .cell {display:table-cell; vertical-align:middle;}
.sub-visual h2 {color: #333; font-family: 'GmarketSansBold'; font-weight: normal; font-size:40px; line-height:1.3em; letter-spacing: -.03em; margin-bottom: 5px;}
.sub-visual p {color: #878787; font-family: 'GmarketSansMedium'; font-weight: normal; font-size:18px; line-height:1.5em; 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.bg5 {background-image:url("../images/common/sv5.jpg");}

.lnb {position:relative; background: #019f74;}
.lnb .contain {max-width:1200px; padding:0;}
.lnb ul {display:flex;text-align:center; margin:0 auto; border-left: 1px solid rgba(255,255,255,.3); border-right: 1px solid rgba(255,255,255,.3); box-sizing: border-box;}
.lnb ul li {position: relative; flex:1;width: auto; border-left: 1px solid rgba(255,255,255,.3);}
.lnb ul li a {display: block; padding:4px 10px 0; white-space: nowrap; font-family: 'GmarketSansMedium'; font-weight: normal; font-size:18px; letter-spacing: -.03em; line-height:56px; color: #fff; transition:none;}
.lnb ul li.active {background: #fff;}
.lnb ul li.active a {color: #019f74;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; padding-top: 65px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title {padding-bottom: 45px; text-align:center;}
.sub-title h2{font-family: 'GmarketSansBold'; font-weight: normal; font-size:32px; line-height: 1.3; letter-spacing: -.03em;}

.real-cont {min-height:300px; padding-bottom:100px;}

/* footer */
#footer {line-height:1.75; letter-spacing: -.03em; color: #eee; font-size: 15px; font-weight: 300; border-top: 1px solid #ddd; background: #444;}
#footer .contain {max-width: 1460px;}
#footer address {font-style:normal;}

.foot-links {padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.3);}
.foot-links ul {display:flex; margin: 0 -14px;}
.foot-links ul li {position: relative; padding: 0 14px;}
.foot-links ul li a {display:block; font-weight: 400;}

.foot-info {padding: 15px 0 25px;}
.foot-info address {margin: 0 -16px;}
.foot-info address span {position: relative; display:inline-block; padding: 0 16px;}
.foot-info address span:after {content:""; position: absolute; top: 50%; margin-top: -7px; right: -1px; width: 1px; height: 15px; background: rgba(255,255,255,.3);}
.foot-info address span:last-child:after {display: none;}

.scroll-top {position:absolute; right:0%; top:50%; margin-top: -33px; width:74px; height:66px; z-index:101; color:#083f88; font-size:12px; font-weight:600; line-height:1em; text-align:center; padding:20px 0; background:#fff; border:1px solid #eee;}
.scroll-top:before {content:""; display:block; width:0; height:0; margin:0 auto 7px; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:6px solid #083f88;}
