@charset "utf-8";

section .inner { width: 100%; max-width: 72rem; margin: 0 auto; }
.section01 { margin: 2rem 0; }
.section01 .inner { display: flex; justify-content: space-between; }
.section02 { background: #f5f7ff; }
.section03 { margin: 3rem 0 4rem; }
.section03 .inner { display: flex; justify-content: space-between; }

section .heading { font-size: 1.6rem; color: #1D1D1D; font-weight: 700; margin-bottom: 0.9rem; }
section .heading span { color: #246BEB; }

section [class^=swiper-button-] { display: flex; align-items: center; justify-content: center; flex-direction: row; width: 2rem; height: 2rem; border-radius: 50%; background: #fff; border: 1px solid #e4e4e4; }
section [class^=swiper-button-]::after { content: ""; font-size: 0 !important; width: 2.4rem; height: 2.4rem; background-repeat: no-repeat; background-position: center; }
section .swiper-button-stop::after { background-image: url('../images/main/ico_swiper_stop.svg'); }
section .swiper-button-play::after { background-image: url('../images/main/ico_swiper_play.svg'); }
section .swiper-button-next::after { background-image: url('../images/main/ico_swiper_next.svg'); }
section .swiper-button-prev::after { background-image: url('../images/main/ico_swiper_prev.svg'); }
section .swiper-button-more::after { background-image: url('../images/main/ico_swiper_more.svg'); }

/* 메인비주얼 */
.visual { position: relative; width: 67%; height: 24rem; border-radius: 0.6rem; overflow: hidden; margin-right: 2rem; }
.visual .swiper { height: 100%; }
.visual .swiper-slide { position: relative; width: 100%; height: 100%; background: #4C95F7; padding: 3rem; }
.visual .swiper-slide .v_tit { color: #fff; font-size: 2rem; font-weight: 800; line-height: 3rem; }
.visual .swiper-slide .v_txt { color: #fff; font-size: 1.2rem; font-weight: 200; line-height: 1.8rem; margin-top: 2rem; }
.visual .swiper-slide img { position: absolute; bottom: 4.85rem; right: 3rem; }
.visual .swiper-slide .banner_img { width: 100%; height: 100%; padding: 0rem;}
.visual .swiper-slide .banner_img img{ position:absolute; bottom:0rem;right:0rem; width: 100%; height: 100%; padding: 0rem;}
.visual .controls { position: absolute; bottom: 1.6rem; left: 50%; transform: translateX(-50%); z-index: 1; display: flex; align-items: center; }
.visual .controls .swiper-pagination { position: relative; bottom: auto; top: auto; left: auto; background: #fff; display: flex; align-items: center; height: 2rem; border-radius: 2rem; padding: 0 0.8rem; margin-right: 0.4rem; }
.visual .controls .swiper-pagination span { width: 0.4rem; height: 0.4rem; background: #8e8e8e; opacity: 1; }
.visual .controls .swiper-pagination span.swiper-pagination-bullet-active { width: 1rem; background: #246BEB; border-radius: 0.4rem; }

/* 수강신청 */
.course { position: relative; width: 33%; background: #E4F2FF; border-radius: 0.6rem 1.5rem 0.6rem 0.6rem; overflow: hidden; padding: 2rem 2rem 1.2rem 2rem; }
.course .heading { font-size: 1.25rem; margin-bottom: 0.45rem; }
.course .heading span { display: block; font-size: 0.75rem; margin-bottom: 0.3rem; }
.course .swiper { padding-bottom: 3.25rem; margin: -10px; }
.course .swiper-slide { padding: 10px; }
.course .swiper-slide ul li + li { margin-top: 1rem; }
.course .swiper-slide ul li a { position: relative; display: block; background: #fff; border-radius: 0.4rem; padding: 1rem 1.2rem; overflow: hidden; }
.course .swiper-slide ul li a .bedge { position: absolute; bottom: 0; right: 0; color: #fff; padding: 0.4rem 0.8rem; font-size: 0.75rem; line-height: 1.1rem; font-weight: 700; border-radius: 0.9rem 0 0 0; }
.course .swiper-slide ul li a .bedge.col_bl { background: #1F53CC; }
.course .swiper-slide ul li a .bedge.col_green { background: #01A251; }
.course .swiper-slide ul li a .pop_tit { font-size: 0.9rem; font-weight: 700; line-height: 1.3rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.course .swiper-slide ul li a .pop_date { position: relative; font-size: 0.8rem; font-weight: 500; color: #666; margin: 0.3rem 0; padding-left: 1.1rem; }
.course .swiper-slide ul li a .pop_date i { position: absolute; top: 0; left: 0; }
.course .swiper-slide ul li a .pop_use { position: relative; max-width: calc(100% - 3.5rem); font-size: 0.8rem; font-weight: 500; color: #666; padding-left: 1.1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.course .swiper-slide ul li a .pop_use i { position: absolute; top: 0; left: 0; }
.course .controls { position: absolute; bottom: 0; right: 0; z-index: 1; display: flex; align-items: center; gap: 0.4rem; }
.course .controls .swiper-button-next,
.course .controls .swiper-button-prev { position: relative; top: auto; left: auto; right: auto; margin: auto; opacity: 1; }
.course .controls .swiper-pagination { position: relative; bottom: auto; top: auto; left: auto; display: flex; align-items: center; height: 2rem; background: #fff; border-radius: 2rem; font-size: 0.85rem; font-weight: 700; padding: 0 0.4rem; }
.course .controls .swiper-pagination span { margin: 0 0.2rem; }
.course .controls .swiper-pagination .swiper-pagination-current { color: #003675; }
/* 수강신청 : active */
.course .swiper-slide ul li a { transition: 0.3s; }
.course .swiper-slide ul li a:hover,
.course .swiper-slide ul li a:focus { box-shadow: 0 0 10px rgba(36, 107, 235, 0.2); }

.course .bedge_lst { display: none; }

.course.eng .tit_wrap { display: flex; align-items: end; margin-bottom: 0.45rem; }
.course.eng .heading { width: 50%; margin-bottom: 0; }
.course.eng .bedge_lst { text-align: left; display: block; width: 50%;  }
.course.eng .bedge_lst .bedge { display: inline-block; position: relative; font-size: 0.75rem; font-weight: 700; padding-left: 0.6rem; }
.course.eng .bedge_lst .bedge.col_bl { color: #1F53CC; }
.course.eng .bedge_lst .bedge.col_green { color: #01A251; }
.course.eng .bedge_lst .bedge::before { position: absolute; top: calc(50% - 0.2rem); left: 0; width: 0.4rem; height: 0.4rem; border-radius: 50%; content: ""; }
.course.eng .bedge_lst .bedge.col_bl::before { background: #1F53CC; }
.course.eng .bedge_lst .bedge.col_green::before { background: #01A251; }
.course.eng .swiper-slide ul li a .pop_tit.col_bl { color: #1F53CC; }
.course.eng .swiper-slide ul li a .pop_tit.col_green { color: #01A251; }
.course.eng .swiper-slide ul li a .bedge { display: none; }
.course.eng .swiper-slide ul li a .pop_use { max-width: 100%; }

/* 추천콘텐츠 */
.recomm { position: relative; padding: 4rem 0 5rem; }
.recomm .heading { text-align: center; margin-bottom: 1.5rem; }
.recomm .recomm_inner { position: relative; padding: 0 3.6rem; }
.recomm .swiper-slide a { display: block; }
.recomm .swiper-slide a .img {width: 100%;height: 10.3rem;font-size: 0;border-radius: 0.6rem;overflow: hidden;background-color:rgba(0,0,0,0);border: 2px solid #E1E6ED;}
.recomm .swiper-slide a .img img {position: relative;max-width: 100%;height: 100%;left: 50%;transform: translateX(-50%) scale(1.02);/* border-radius: 16.6em; *//* overflow: hidden; */}

.recomm .swiper-slide a .txt { font-size: 1rem; font-weight: 700; color: #1D1D1D; line-height: 1.5rem; margin-top: 1.3rem; text-align: center;}
.recomm .swiper-button-prev { left: 0; z-index: 1; }
.recomm .swiper-button-next { right: 0; z-index: 1; }

/* 추천콘텐츠 : active */
.recomm .swiper-slide a .img{ transition: 0.3s; }
.recomm .swiper-slide a:hover .img,
.recomm .swiper-slide a:focus .img{background-color:rgba(0,0,0,1);}
.recomm .swiper-slide a .img img { transition: 0.3s; }
.recomm .swiper-slide a:hover .img img,
.recomm .swiper-slide a:focus .img img { opacity: 0.4; }

/* 소식 */
.news { position: relative; width: 49%; }
.news .lst { border: 1px solid #e6e6e6; border-radius: 0.6rem; padding: 0.9rem 1.5rem; }
.news .lst li { padding: 1rem 0; }
.news .lst li + li { border-top: 1px dashed #eaebef; }
.news .lst li a { position: relative; display: flex; align-items: center; justify-content: space-between; padding-left: 0.8rem; font-size: 0.8rem; }
.news .lst li a::before { position: absolute; top: 0.5rem; left: 0; width: 0.2rem; height: 0.2rem; border-radius: 50%; background: #222; content: ""; }
.news .lst li a .txt { display: inline-block; max-width: calc(100% - 4.8rem); color: #555; padding-right: 1rem; }
.news .lst li a .txt span { display: block; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.news .lst li a .date { width: 4.8rem; color: #888; }
.news .btn_more { position: absolute; top: 0.55rem; right: 0; display: flex; align-items: center; }
.news .btn_more::after { display: inline-block; content: ""; font-size: 0 !important; width: 1rem; height: 1rem; background: url('../images/main/ico_swiper_more.svg') no-repeat center; margin-left: 0.2rem; }
/* 소식 :  new */
.news .lst li a.new .txt span { padding-right: 1.2rem; }
.news .lst li a.new .txt span::before { position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 0.8rem; height: 0.8rem; line-height: 0.8rem; text-align: center; border-radius: 50%; background: #246BEB; color: #fff; font-weight: 700; font-size: 0.5rem; content: "N"; }
/* 소식 : active */
.news .lst li a:hover .txt,
.news .lst li a:focus .txt { text-decoration: underline; }

/* quickLink */
.quickLink { position: relative; width: 46%; }
.quickLink .inbox { border-radius: 0.6rem; background: #f3f6fb; padding: 1.5rem; }
.quickLink .inbox ul { display: flex; gap: 0.4rem; }
.quickLink .inbox ul li { flex: 1; }
.quickLink .inbox ul li a { display: flex; flex-direction: column; justify-content: space-between; height: 8.62rem; padding: 1rem; background: #fff; border-radius: 0.4rem; box-shadow: 0 0 50px rgba(129, 138, 157, 0.102); border: 3px solid #fff; }
.quickLink .inbox ul li a .tit { font-size: 0.8rem; font-weight: 700; color: #1D1D1D; word-break: break-all; }
.quickLink .inbox ul li a .img { text-align: right; }
/* quickLink : active */
.quickLink .inbox ul li a,
.quickLink .inbox ul li a .tit { transition: 0.3s; }
.quickLink .inbox ul li a:hover,
.quickLink .inbox ul li a:focus { border-color: #246BEB; }
.quickLink .inbox ul li a:hover .tit,
.quickLink .inbox ul li a:focus .tit { color: #246BEB; }


@media screen and (max-width:1480px) {
    section .inner { padding: 0 1rem; }

    /* quickLink */
    .quickLink { width: 49%; }
}

@media screen and (max-width:1024px) {
    .visual { height: 21rem; }
    .visual .swiper-slide { padding: 2rem; }
    .visual .swiper-slide .v_tit { font-size: 1.8rem; line-height: 2.5rem; }
    .visual .swiper-slide .v_txt { font-size: 1rem; margin-top: 1rem; }
    .visual .swiper-slide img { height: 12rem; }
}

@media screen and (max-width:1440px) {
    .section01 .inner { flex-wrap: wrap; }
    .section03 .inner { flex-wrap: wrap; }

    /* 메인비주얼 */
    .visual { width: 100%; margin-right: 0; }

    /* 수강신청 */
    .course { width: 100%; margin-top: 1.5rem; }
    .course .swiper-slide ul { display: flex; gap: 1.5rem; }
    .course .swiper-slide ul li { flex: 1; width: 50%; }
    .course .swiper-slide ul li + li { margin-top: 0; }
    .course .swiper-slide ul li a { height: 100%; }

    .course.eng .heading { flex: 1; width: calc(100% - 9rem); }
    .course.eng .bedge_lst { width: 9rem; }

    /* 소식 */
    .news { width: 100%; }

    /* quickLink */
    .quickLink { width: 100%; margin-top: 1.5rem; }
    .quickLink .inbox ul li a { height: 7.5rem; }
}

@media screen and (max-width:840px){
    .visual { height: 19rem; }
    .visual .swiper-slide { padding: 1.5rem; }
    .visual .swiper-slide .v_tit { font-size: 1.5rem; line-height: 2rem; }
    .visual .swiper-slide .v_txt { font-size: 0.9rem; line-height: 1.3rem; }
    .visual .swiper-slide img { height: 9rem; bottom: 3rem; right: 1.5rem; }

    /* 수강신청 */
    .course .swiper-slide ul { display: block; gap: 0; }
    .course .swiper-slide ul li { width: 100%; }
    .course .swiper-slide ul li + li { margin-top: 1rem; }
}

@media screen and (max-width:640px){
    .visual { height: auto; }
    .visual .swiper-slide .img { text-align: right; margin: 1rem 0 2rem; display: none; }
    .visual .swiper-slide img { position: relative; bottom: auto; right: auto; height: 7rem; }
}

@media screen and (max-width:768px){
    .section03 { margin: 3rem 0; }

    section .heading { font-size: 1.4rem; }

    /* 수강신청 */
    .course { padding: 1rem; }

    /* 수강신청 */
    .recomm { padding: 3rem 0; }
    .recomm .recomm_inner { width: calc(100% + 1rem); padding: 0 0 0 1.5rem; }
    .recomm .swiper-slide { width: 13.95rem; }
    .recomm [class^=swiper-button-] { display: none; }
    .course .controls .swiper-pagination { display: none; }

    .quickLink .inbox ul { flex-wrap: wrap; gap: 0; margin: -0.4rem; }
    .quickLink .inbox ul li { flex: 50%; padding: 0.4rem; }
    .quickLink .inbox ul li a .tit { margin-bottom: 1.2rem; }
}

@media screen and (max-width:580px){
    .section03 { margin: 1.5rem 0; }

    section .heading { font-size: 1rem !important; }

    /* 수강신청 */
    .recomm { padding: 1.5rem 0; }

    .news .lst { padding: 1rem; }
    .news .lst li { padding: 0; }
    .news .lst li + li { margin-top: 0.5rem; padding-top: 0.5rem; }
    .news .lst li a { flex-wrap: wrap; }
    .news .lst li a .txt { max-width: 100%; padding-right: 0; }
    .news .lst li a .date { width: 100%; }
    .news .btn_more { top: 3px; }

    .quickLink .inbox { padding: 0.8rem; }
    .quickLink .inbox ul li a { padding: 0.7rem; }
}

@media screen and (max-width:480px){
    .course.eng .tit_wrap { display: block; }
    .course.eng .heading { width: 100%; }
    .course.eng .bedge_lst { width: 100%; }
    .course.eng .bedge_lst p + p { margin-left: 0.5rem; }
}

/* 메인배너 모바일구분처리 */
@media screen and (max-width: 768px) {
    .desktop-layout { display: none; }
    .mobile-layout { display: block; }
}

@media screen and (min-width: 769px) {
    .desktop-layout { display: block; }
    .mobile-layout { display: none; }
}
