@charset "UTF-8";

/* 4K 대응 */
@media screen and (min-width: 2000px) {
	html, body {font-size: .5vw !important;}
}

.wrap-intro {width: 100%; background: url('../../images/intro/bg-intro.jpg') no-repeat center top / cover;}
.wrap-intro::before {content: ''; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0,.2);}
.wrap-intro .area {position: static; max-width: 160rem; margin: 0 auto;}
.wrap-intro .row {width: 100%}

@media screen and (max-width: 1620px) {
	.wrap-intro .area {padding: 0 2rem;}
}

.wrap-header {position: relative; z-index: 100;}
.wrap-header .top {display: flex; justify-content: center; align-items: flex-start;}
.wrap-header .logo {width: 20.7rem; margin-top: 5rem;}
.wrap-header .logo img {width: 100%;}
.wrap-header .anni {position: relative; left: -1.8rem; width: 25.8rem;}
.wrap-header .anni img {width: 100%;}
.wrap-header .lang {position: absolute; right: 0; top: 6.5rem; margin-left: 3rem; padding: 1rem 0 1rem 3rem; background: url('../../images/common/ic-lang-google.png') no-repeat left center;}
.wrap-header .lang button {position: relative; top: .2rem; display: flex; align-items: center; font-family: pb; font-size: 1.2rem; color: #fff;}
.wrap-header .lang button::after {content: ''; width: 1.4rem; height: 1.4rem; margin-left: 1rem; background: url('../../images/common/btn-lang.png') no-repeat center;}
.wrap-header .lang button.on::after {transform: rotate(180deg);}
.wrap-header .lang .list {position: absolute; right: 0; top: calc(100% + 1rem); display: none; width: calc(100% - 3rem); background: #fff; border-radius: .4rem;}
.wrap-header .lang .list.on {display: block; box-shadow: 0 0 4px rgba(0,0,0,.5);}
.wrap-header .lang .list a {display: block; padding: .2rem 0; font-family: psb; font-size: 1.4rem; text-align: center;}
.wrap-header .lang .list a:hover {background: #bfeaf8;}
.wrap-header .lang .list ul {padding: .9rem 0;}
.wrap-header .lang .tip {position: absolute; left: -99999px; top: calc(100% + 1rem); width: 34rem; padding: 2rem; background: rgba(255,255,255,1); border-radius: .5rem; font-family: pr; font-size: 1.5rem; line-height: 1.3; color: #000000; opacity: 0; box-shadow: 0 0 4px rgba(0, 0, 0, .5); transition: opacity .75s; transform: translate(-50%, 0);}
.wrap-header .lang .tip.on {left: 6rem; opacity: 1;}
.wrap-header .lang .tip button {display: inline-flex; justify-content: center; align-items: center; height: 3rem; margin-top: 1rem; padding: 0 1.5rem; background: #302a6c; border-radius: .5rem; font-family: pr; font-size: 1.5rem; color: #fff !important;}
.wrap-header .lang .tip button::after {display: none;}
.wrap-header .lang #google_translate_element {display: none;}

@media screen and (max-width: 1900px) {
	.wrap-header .lang .tip.on {left: auto; right: 0; transform: translate(0);}
}

@media screen and (max-width: 1230px) {
	.wrap-header .logo {width: 18rem; margin-top: 3rem;}
	.wrap-header .anni {width: 21.8rem;}
	.wrap-header .lang {top: 4.5rem;}
}

@media screen and (max-width: 650px) {
	.wrap-header .top {justify-content: flex-start;}
	.wrap-header .logo {width: 15rem;}
	.wrap-header .anni {width: 18.8rem;}
	.wrap-header .lang {top: 3.5rem;}
}

.wrap-con {display: flex; position: relative; z-index: 50; width: 100%; margin-top: 8rem;}
.wrap-con .info {position: relative; width: calc(100% - 40rem); padding: 0 5rem;}
.wrap-con .info .slider {overflow: hidden; position: relative;}
.wrap-con .info .slider > ul {width: calc(100% + 3rem);}
.wrap-con .info .slider > ul > li {padding-right: 1.5rem; padding-left: 1.5rem; padding-bottom: 3rem;}
.wrap-con .info .slider a {position: relative; display: flex; align-items: flex-start; height: 22rem; padding: 3.5rem; background: #f1f6fa url('../../images/intro/bg-slider1.png') no-repeat right bottom; border-radius: 1rem; transition: .35s;}
.wrap-con .info .slider a:hover {background: #00aee6 url('../../images/intro/bg-slider2.png') no-repeat right bottom; }
.wrap-con .info .no-data {overflow: hidden; display: flex; justify-content: center; align-items: center; width: 100%; height: 22rem; background: rgba(32,41,50,.85); border-radius: 1rem;}
.wrap-con .info .box { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; width: 100%;}
.wrap-con .info .cate {display: inline-flex; justify-content: center; align-items: center; height: 3.5rem; margin-bottom: 1rem; padding: 0 1.7rem; border-radius: 10rem; font-family: sl; font-size: 1.6rem; color: #fff;}
.wrap-con .info .cate.color1 {background: #00aee6; border: 1px solid #00aee6;}
.wrap-con .info .cate.color2 {background: #042e6f; border: 1px solid #042e6f;}
.wrap-con .info .cate.color3 {background: #0faa8f; border: 1px solid #0faa8f;}
.wrap-con .info .cate.color4 {background: #155fbb; border: 1px solid #155fbb;}
.wrap-con .info a:hover .cate {background: transparent !important; border: 1px solid #fff; color: #fff;}
.wrap-con .info .sub-title {display: block;width: 100%;;font-family: sl; font-size: 2rem; color: #1d1d1d;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.wrap-con .info a:hover .sub-title {color: #fff;}
.wrap-con .info .title {display: block;width: 100%;;font-family: sm; font-size: 2.8rem; color: #1d1d1d;  white-space: nowrap;overflow: hidden;text-overflow: ellipsis; }
.wrap-con .info a:hover .title {color: #fff;} 
.wrap-con .info .more {position: absolute; left: 3.5rem; bottom: 3.5rem; display: inline-flex; width: 2.4rem; height: 2.4rem; background: url('../../images/intro/btn-banner2.png') no-repeat center / cover; text-indent: -9999rem;}
.wrap-con .info a:hover .more {background: url('../../images/intro/btn-banner1.png') no-repeat center / cover;}
.wrap-con .info .control {position: absolute; left: 0; top: 21rem; display: flex; justify-content: space-between; width: 100%; height: 0;}
.wrap-con .info .control button {display: flex; width: 2.4rem; height: 4.4rem; text-indent: -9999rem ;}
.wrap-con .info .control button.btn-prev {background: url('../../images/intro/btn-slider-prev.png') no-repeat center / cover;}
.wrap-con .info .control button.btn-next {background: url('../../images/intro/btn-slider-next.png') no-repeat center / cover;}
.wrap-con .info .control button.swiper-button-disabled {opacity: 0 !important;pointer-events: none !important;}


.wrap-con .info .paging {display: flex; justify-content: center; margin-top: 2rem;}
.wrap-con .info .paging ul {display: inline-flex; justify-content: center; align-items: center; height: 3.5rem; padding: 0 1.5rem; background: rgba(0,0,0,.45); border-radius: 1.5rem;}
.wrap-con .info .paging li {width: auto; height: auto; padding: 0 .5rem; background: none; opacity: 1;}
.wrap-con .info .paging span {display: block; width: 1rem; height: 1rem; background: #fff; border-radius: 100%; text-indent: -99999px;}
.wrap-con .info .paging .swiper-pagination-bullet-active span {width: 1.8rem; height: 1.9rem; background: url('../../images/intro/btn-online-paging.png') no-repeat center;}

@media screen and (max-width: 1620px) {
	.wrap-con .info .cate {font-size: 1.5rem;}
	.wrap-con .info .sub-title {font-size: 1.8rem;}
	.wrap-con .info .title {font-size: 2.2rem;}
}

@media screen and (max-width: 1230px) {
	.wrap-con {margin-top: 5rem;}
	.wrap-con {flex-wrap: wrap; flex-direction: column;}
	.wrap-con .info {width: 100%;}
	.wrap-con .info .slider a {height: 18rem; padding: 2rem;}
	.wrap-con .info .no-data {height: 18rem;}
	.wrap-con .info .more {left: 2rem; bottom: 2rem;}
}

@media screen and (max-width: 790px) {
	.wrap-con .info {padding: 0 4rem;}
	.wrap-con .info .slider > ul {width: 100%; }
	.wrap-con .info .slider > ul > li {padding-right: .7rem; padding-left: .7rem; padding-bottom: 1.5rem;}
	.wrap-con .info .cate {height: 3rem; font-size: 1.4rem;}
	.wrap-con .info .sub-title {font-size: 1.6rem;}
	.wrap-con .info .title {font-size: 2rem;}
	.wrap-con .info .slider a {height: 14rem;}
	.wrap-con .info .no-data {height: 14rem;}
	.wrap-con .info .more {left: auto; right: 2rem;}
}

.wrap-con .banner {width: 40rem; padding-left: 4rem;}
.wrap-con .banner li {margin-bottom: 2.5rem;}
.wrap-con .banner li:last-child {margin-bottom: 0;}
.wrap-con .banner a {display: flex; justify-content: space-between; align-items: center; height: 14rem; padding: 0 4.5rem; border-radius: 1rem;}
.wrap-con .banner .color1 a {background: rgba(4,46,111,.95); border-radius: 1rem;}
.wrap-con .banner .color2 a {background: rgba(0,174,230,.95); border-radius: 1rem;}
.wrap-con .banner .color3 a {background: rgba(255,217,0,.95); border-radius: 1rem;}
.wrap-con .banner .text strong {position: relative; top: .5rem; display: block; font-family: sm; font-size: 2.4rem; color: #fff;}
.wrap-con .banner .text strong span {background: linear-gradient(to bottom, transparent 96%, rgba(255,255,255,0.5) 0) left center no-repeat; background-size: 0; transition: .4s;}
.wrap-con .banner a:hover .text strong span {background-size: 100% auto; transition: .4s;}
.wrap-con .banner .color3 .text strong span {background: linear-gradient(to bottom, transparent 96%, rgba(0,0,0,0.5) 0) left center no-repeat; background-size: 0; transition: .4s;}
.wrap-con .banner .color3 .text strong {top: .2rem; padding-left: 6rem; background: url('../../images/intro/ic-kakao.png') no-repeat left center; font-family: sl; font-size: 2rem; color: #1d1d1d;}
.wrap-con .banner .color3 .text em {font-family: sm;}
.wrap-con .banner .more {display: flex; width: 2.4rem; height: 2.4rem; text-indent: -9999rem;}
.wrap-con .banner .color1 .more {background: url('../../images/intro/btn-banner1.png') no-repeat center center / cover;}
.wrap-con .banner .color2 .more {background: url('../../images/intro/btn-banner1.png') no-repeat center center / cover;}
.wrap-con .banner .color3 .more {background: url('../../images/intro/btn-banner2.png') no-repeat center center / cover;}
.wrap-con .banner .color1 a:hover .more {background: url('../../images/intro/btn-banner1-on.png') no-repeat center center / cover;}
.wrap-con .banner .color2 a:hover .more {background: url('../../images/intro/btn-banner1-on.png') no-repeat center center / cover;}
.wrap-con .banner .color3 a:hover .more {background: url('../../images/intro/btn-banner2-on.png') no-repeat center center / cover;}

@media screen and (max-width: 1620px) {
	.wrap-con .banner {padding-left: 6rem;}
	.wrap-con .banner a {padding: 0 2rem;}
	.wrap-con .banner .text strong {font-size: 2rem;}
}

@media screen and (max-width: 1230px) {
	.wrap-con .banner {width: 100%; margin-top: 3rem; padding: 0 6rem;}
	.wrap-con .banner ul {display: flex; width: calc(100% + 3rem);}
	.wrap-con .banner li {width: 33.333%; margin-bottom: 0; padding-right: 3rem;}
}

@media screen and (max-width: 1070px) {
	.wrap-con .banner ul {flex-wrap: wrap;}
	.wrap-con .banner a {height: 11rem;}
	.wrap-con .banner li.color1,
	.wrap-con .banner li.color2 {width: 50%;}
	.wrap-con .banner li.color3 {width: 100%; margin-top: 2rem;}
}

@media screen and (max-width: 790px) {
	.wrap-con .banner {padding: 0 4rem;}
	.wrap-con .banner .text strong {font-size: 1.6rem;}
	.wrap-con .banner .color3 .text strong {font-size: 1.6rem;}
}

.wrap-footer {position: relative; z-index: 50; width: 100%; padding-top: 7.1rem; padding-bottom: 4rem;}
.wrap-footer .area {display: flex; justify-content: space-between; align-items: flex-start; background: none !important;}
.wrap-footer .info .add strong {font-family: sl; font-size: 1.5rem; color: #fff;}
.wrap-footer .info .copy {font-family: sl; font-size: 1.1rem; color: #ffffff;}
.wrap-footer .sns ul {display: flex;}
.wrap-footer .sns li {margin-left: 2rem;}
.wrap-footer .sns li a {display: flex; width: 4rem; height: 4rem; text-indent: -9999rem;}
.wrap-footer .sns li.sns1 a {background: url('../../images/intro/btn-sns1.png') no-repeat center center / cover;}
.wrap-footer .sns li.sns2 a {background: url('../../images/intro/btn-sns2.png') no-repeat center center / cover;}
.wrap-footer .sns li.sns3 a {background: url('../../images/intro/btn-sns3.png') no-repeat center center / cover;}
.wrap-footer .sns li.sns4 a {background: url('../../images/intro/btn-sns4.png') no-repeat center center / cover;}
.wrap-footer .sns li a:hover {transition: background .25s;}
.wrap-footer .sns li.sns1 a:hover {background: url('../../images/intro/btn-sns1-color.png') no-repeat center center / cover;}
.wrap-footer .sns li.sns2 a:hover {background: url('../../images/intro/btn-sns2-color.png') no-repeat center center / cover;}
.wrap-footer .sns li.sns3 a:hover {background: url('../../images/intro/btn-sns3-color.png') no-repeat center center / cover;}
.wrap-footer .sns li.sns4 a:hover {background: url('../../images/intro/btn-sns4-color.png') no-repeat center center / cover;}

@media screen and (max-width: 1230px) {
	.wrap-footer {padding-top: 4rem; padding-bottom: 4rem;}
}

@media screen and (max-width: 870px) {
	.wrap-footer .area {flex-wrap: wrap; flex-direction: column; align-items: center; padding: 0;}
	.wrap-footer .info .add strong {text-align: center;}
	.wrap-footer .info .add strong span {display: block;}
	.wrap-footer .sns {margin-top: 2em;}
}
