@charset "UTF-8";



/* #main {} */
.sc-main {
	height: 684px;
}
.sc-main .banner-wrap{
	width: 100%;
	height: 100%;
}
.sc-main .banner-wrap .main-slide {
	width: 100%;
	height: 100%;
}
.sc-main .main-slide .swiper-wrapper {
	width: 100%;
	height: 684px;
}
.sc-main .main-slide .swiper-wrapper .swiper-slide {
	height: 100%;
	background:center no-repeat;
	background-size:cover;
}
.sc-main .swiper-wrapper .swiper-slide.slide1 {
	background-image:url(../images/main_bg2.jpg);
}
.sc-main .swiper-wrapper .swiper-slide.slide2 {
	background-image:url(../images/main_banner_03.jpg);
}
.sc-main .swiper-wrapper .swiper-slide.slide3 {
	background-image:url(../images/main_bg.jpg);
}
/* 슬라이드 타이틀 */
.sc-main .banner-wrap .txt-box{
	position: relative;
    left: 0;
    bottom: 546px;
	font-family: 'Pretendard';
	font-weight: 800;
	font-size: 50px;
	z-index: 30;
}
.sc-main .banner-wrap .main-title {
	font-size:45px;
	color: #fff;
	font-weight:800;
	letter-spacing:-0.2px;
	text-shadow: 2px 2px 2px #080808;
}
.banner-wrap .txt-box .movetxt{
	display: block;
	opacity: 0;
	margin-top: 0;
}
/* 메인 위 주요 서비스같은 영역 */
.service-wrap {
	position: relative;
    left: 0;
    bottom: 172px;
	z-index: 30;
}
.service-wrap .service-list {
	display: flex;
}
.service-wrap .service-list .service-item {
	flex: 1;
	height: 140px;
	color: #fff;
	background-color: #0072A8;
    border-right: 1px solid #62a2c2;
    opacity: .9;
}
.service-wrap .service-list .service-item:last-child {
	border-right: 0;
}
.service-wrap .service-list .service-item.edu {
	background-color: #f06b23;
	border-right: 0;
}
.service-wrap .service-list .service-item a {
	display: block;
	width: 100%;
	height: 100%;
    padding: 30px;
}
.service-wrap .service-list .service-item a.plus-link {
	position: relative;
}
.service-wrap .service-list .service-item a.plus-link::after {
	content: "";
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 24px;
    height: 22px;
    background: url(../images/icon-plus_w.png) no-repeat center / 18px;
}
.service-wrap .service-item .service-title {
    font-size: 18px;
    font-weight: 800;
	word-break: keep-all;
}
.service-wrap .service-item .eng-des {
	font-size: 12px;
	margin: 4px 0 0;
}




/* 공지사항 */
.sc-notice {
	margin-top: 70px;
}
.sc-notice .notice-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px;
}
.sc-notice .notice-top .sc-title {
	color: #222;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
}
.sc-notice .notice-top .btn-link {
	padding-right: 20px;
	font-size: 16px;
	line-height: 16px;
}
.sc-notice .notice-top .btn-link::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 0;
    width: 15px;
    height: 15px;
    background: url(../images/plus.png) no-repeat center;
	transition: .3s;
}
.sc-notice .notice-top .btn-link:hover {
    color: #0072A8;
    font-weight: 600;
    background-color: transparent;
}
.sc-notice .notice-top .btn-link:hover::after {
    background-image: url(../images/plus_b.png);
	transform: rotate(90deg);
}

.sc-notice .notice-wrap .swiper-slide {
	border-top: 1px solid #D9D9D9;
    padding: 20px;
}
.sc-notice .notice-slide .date {
	font-size: 14px;
    font-weight: 700;
    color: #0072A8;
}
.sc-notice .notice-slide .notice-box {
	display: block;
    margin-top: 20px;
}
.sc-notice .notice-slide .notice-box .notice-title {
	font-size: 18px;
	font-weight: 800;
	color: #333;
	display: -webkit-box;
	max-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.sc-notice .notice-slide .notice-box .btn-txt {
	display: block;
	font-size: 14px;
    font-weight: 800;
    color: #999;
	text-decoration: underline;
    margin-top: 40px;
}




/* 슬라이드 공통 */
.sc-slide .swiper a.img-box {
	display: block;
	width: 200px;
	height: 100%;
	margin: 0 auto;
}
.sc-slide .swiper a.img-box.width100 {
	width: 100px;
}

/* 회원사 영역 */
.sc-slide.sc-member {
	background-color: #e8f1f5;
    padding: 30px 0 50px;
	margin: 70px 0 80px;
}
.sc-slide.sc-member .sc-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.sc-slide.sc-member .btn-box {
	gap: 0;
	margin-top: 0;
}
.sc-slide.sc-member .btn-box .btn {
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	border-radius: 0;
	background-color: #fff;
}
.sc-slide.sc-member .btn-box .btn.playback {
	display: none;
}
.sc-slide.sc-member .btn-box .btn.playback.on {
	display: block;
}
.sc-slide.sc-member .swiper .swiper-slide .slide-box {
	display: block;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 4px;
}
.sc-slide.sc-member .swiper .swiper-slide img {
	height: 42px;
}
.sc-slide.sc-member .swiper .swiper-slide .txt {
	font-size: 12px;
	text-align: center;
	color: #333;
	margin-top: 6px;
}

/* 하단 슬라이드 */
.sc-bottom {
	margin-bottom: 70px;
}
.sc-bottom ul{
	display: flex;
    justify-content: space-around;
}
.sc-bottom .img-box{
	height: 44px;
	display: block;
}
.sc-bottom .img-box img{
	width: auto;
	display: block;
}

