@charset "utf-8";
#index {
    position: relative;
}
.lt_service {
    width: 100%;
    margin: 0 auto;
    box-shadow: 15px 15px 100px rgba(0, 0, 0, 0.2);
    z-index: 100;
    background: #de1f26;
}
.lt_service ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lt_service ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.lt_service li {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 200px;
    border-left: 1px solid #f39b9b;
}
.lt_service li:first-child {
    border-left: 0;
}

.lt_service li a {
    display: block;
    padding: 30px 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 0;
}
.lt_service li a:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 10;
}

.lt_service li div {
    display: block;
    position: relative;
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 20;
    width: 100%;
    height: 85px;
}
.lt_service li div span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.lt_service li h2 {
    padding-top: 23px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    text-align: center;
    z-index: 20;
    position: relative;
}
.lt_service li a:hover h2 {
}
.lt_service li a:hover {
    transform: translateY(-4px);
}
.lt_service li .lt_img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 50px;
}
.lt_service li .lt_tit {
    display: block;
    margin: 40px 0 20px;
    font-size: 1.538em;
    font-weight: 600;
}
.lt_service li .lt_detail {
    font-weight: 400;
    color: #999;
    line-height: 1.8em;
}

.sgteacher span {
    background-image: url("/theme/cookie/mobile/skin/latest/service/img/education.svg");
}
.engl span {
    background-image: url("/theme/cookie/mobile/skin/latest/service/img/blogging.svg");
}
.library span {
    background-image: url("/theme/cookie/mobile/skin/latest/service/img/books.svg");
}
.customer span {
    background-image: url("/theme/cookie/mobile/skin/latest/service/img/customer-service.svg");
}
.area span {
    background-image: url("/theme/cookie/mobile/skin/latest/service/img/placeholder.svg");
}
.contact span {
    background-image: url("/theme/cookie/mobile/skin/latest/service/img/contact.svg");
}

.sgteacher:hover span {
    background-image: url("/theme/cookie/mobile/skin/latest/service/img/education_ov.svg");
}
.engl:hover span {
    background-image: url("/theme/cookie/mobile/skin/latest/service/img/blogging_ov.svg");
}
.library:hover span {
    background-image: url("/theme/cookie/mobile/skin/latest/service/img/books_ov.svg");
}
.customer:hover span {
    background-image: url("/theme/cookie/mobile/skin/latest/service/img/customer-service_ov.svg");
}
.area:hover span {
    background-image: url("/theme/cookie/mobile/skin/latest/service/img/placeholder_ov.svg");
}
.contact:hover span {
    background-image: url("/theme/cookie/mobile/skin/latest/service/img/contact_ov.svg");
}

.lt_bn .bx-pager {
    position: absolute;
    bottom: 5%;
    right: 0;
}

/* 최근게시물 스킨 (latest) */
.lt_notice {
    position: relative;
    padding: 140px 0px 100px;
    background: url(img/notice_bg.png) center no-repeat;
    height: 880px;
}
.lt_notice ul {
    margin: 60px auto 90px;
    padding: 0;
    list-style: none;
    max-width: 1200px;
}
.lt_notice h2 {
    font-size: 1.154em;
    max-width: 1200px;
    margin: 0 auto;
}
.lt_notice h2 a {
    color: #fff !important;
    background: #e75739;
}
.main_title a::before {
    position: absolute;
    right: 22px;
    content: url(../img/mobile/arrow.png);
    filter: invert(1);
}

.lt_notice li {
    position: relative;
    padding: 20px;
    background: #272727;
    margin-bottom: 10px;
    line-height: 23px;
}
.lt_notice li a {
    color: #fff;
    display: block;
}
.lt_notice li .lt_date {
    color: #888;
    font-size: 0.92em;
}

.lt .fa-download {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #e89f31;
    color: #fff;
    text-align: center;
    font-size: 10px;
    border-radius: 4px;
    vertical-align: middle;
}
.lt .fa-link {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #ad68d8;
    color: #fff;
    text-align: center;
    font-size: 10px;
    border-radius: 4px;
    vertical-align: middle;
    font-weight: normal;
}
.lt .fa-heart {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #ff66b0;
    color: #fff;
    text-align: center;
    font-size: 10px;
    border-radius: 4px;
    vertical-align: middle;
    font-weight: normal;
}
.lt .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #ffff00;
    background: #6db142;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
}
.lt .hot_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #fff;
    background: #e52955;
    border-radius: 4;
    pxtext-align: center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 11px;
}
.lt .fa-lock {
    display: inline-block;
    line-height: 14px;
    width: 16px;
    font-size: 0.833em;
    color: #fff;
    background: #262b88;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #262b88;
}

.lt_notice .swiper-wrapper {
    padding-top: 60px;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.lt_notice .swiper-container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
}
.lt_notice .swiper-container .swiper-slide {
    position: relative;
    width: 285px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.main_title {
    position: relative;
    z-index: 1;
    margin: 0;
    overflow: hidden;
    padding: 0;
    padding-top: 1rem;
    border: 0;
}
.main_title strong {
    display: block;
    position: relative;
    margin-bottom: 0;
    line-height: initial;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e75739;
}

.pamus_movie_wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 8rem;
}
.pamus_movie_wrapper .common_title_wrapper {
}
.pamus_movie_wrapper .common_title_wrapper h1 {
    display: block;
    position: relative;
    margin-bottom: 0;
    line-height: initial;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e75739;
}
.pamus_movie_wrapper .common_title_wrapper span {
    display: flex;
    line-height: 24px;
    font-size: 24px;
    font-weight: 300;
}
.pamus_movie_wrapper .common_title_wrapper span .bold {
    font-weight: bold;
}
.pamus_movie_wrapper .pamus_movie_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    margin-top: 3rem;
}
.pamus_movie_wrapper .pamus_movie_list li {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.pamus_movie_wrapper .pamus_movie_list li h1 {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 1rem;
}
.pamus_movie_wrapper .pamus_movie_list li video {
    background: #000;
    max-width: 380px;
}
.banner_wrapper_1 {
    background: url(/img/main_banner1.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.banner_wrapper_2 {
    background: url(/img/main_banner2.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.banner_wrapper {
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}
.banner_wrapper .banner_text_area {
    width: 1200px;
}
.banner_wrapper .banner_text_area h1 {
    font-size: 18px;
    font-weight: lighter;
}
.banner_wrapper .banner_text_area h2 {
    font-weight: 500;
    font-size: 31px;
}
.banner_wrapper .banner_text_area h3 {
    font-size: 66px;
    font-weight: bold;
    line-height: 1;
}
.banner_wrapper .banner_text_area button {
    margin-top: 90px;
    background: #fff;
    border-radius: 100px;
    border: 0;
    padding: 12px 26px;
    font-size: 18px;
    cursor: pointer;
}
.banner_wrapper .banner_text_area button:hover {
}
.banner_wrapper .banner_text_area button:active {
}
.banner_wrapper .banner_text_area button:focus {
}

.pamus_review_wrap {
    position: absolute;
    top: 0;
    left: 25%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 100px;
    height: 100%;
    z-index: 5;
    padding-top: 150px;
}

.pamus_review_wrap .controller {
    width: 200px;
}

.pamus_review_wrap .controller .review_line {
    height: 5px;
    width: 50px;
    background: #e75739;
}

.pamus_review_wrap .controller .review_title {
    color: #e75739;
}

.pamus_review_wrap .controller h1 {
    font-size: 28px;
    line-height: 33px;
}

.review_slide_bth_box {
    margin-top: 22px;
}

.review_next img,
.review_prev img {
    width: 42.5px;
    margin-right: 12px;
    cursor: pointer;
}

.review_more {
    font-size: 12px;
    color: #e75739;
    cursor: pointer;
}

.review_slide_wrap {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f7f8f8;
}

.review_list_wrap {
    position: absolute;
    width: 300vw;
    height: 100%;
    top: 0;
    display: flex;
    background-color: #f7f8f8;
}

.review_list_wrap .slide_page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review_list_wrap .slide_page .slide_inner {
    width: 1200px;
    height: 100%;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.review_list_wrap .slide_page .slide_inner .review_box {
    width: 820px;
    height: 145px;
    padding: 0 150px 0 60px;
    box-shadow: 3px 3px 5px #d5d6d6;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    background: #ffffff;
}

.review_list_wrap .slide_page .slide_inner .review_box:nth-child(2),
.review_list_wrap .slide_page .slide_inner .review_box:nth-child(4) {
    width: 734px;
    height: 145px;
    padding: 0 100px 0 60px;
    box-shadow: 3px 3px 5px #d5d6d6;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    background: #ffffff;
}

.review_list_wrap .slide_page .slide_inner p {
    font-size: 16px;
    margin-bottom: 9px;
}

.review_list_wrap .slide_page .slide_inner .student_name {
    font-size: 14px;
    color: #e75739;
}

.review_popup_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 500;
    display: none;
}

.review_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    width: 650px;
    height: 600px;
    overflow-y: scroll;
    border-radius: 22px;
    background-color: #fff;
}

.review_popup::-webkit-scrollbar {
    display: none;
}

.review_popup .review_popup_head {
    width: 100%;
    height: 60px;
    display: flex;
    border-radius: 20px 20px 0 0;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;
    background-color: #2e348d;
    padding: 15px;
}

.review_popup .review_popup_head h2 {
}

.review_popup .review_popup_head .close_btn {
    font-size: 20px;
    cursor: pointer;
}

.review_popup .review_popup_inner {
    padding: 30px 20px;
}

.review_popup .review_popup_inner .review_popup_writer {
    width: 100%;
    height: 80px;
    display: flex;
    align-self: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.review_popup .review_popup_inner .review_popup_writer p {
    line-height: 80px;
    font-size: 14px;
    color: #e75739;
}

.review_popup .review_popup_inner .review_popup_writer span {
    line-height: 80px;
    font-size: 14px;
    color: #9b9b9b;
}

.review_popup .review_popup_inner .review_popup_contents {
    height: 80px;
}

.review_popup .review_popup_inner .review_popup_contents p {
    font-size: 14px;
    line-height: 27.5px;
}

.review_popup .review_popup_inner img {
    width: 100%;
}

.review_popup_bg {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}

.review_list_wrap .slide_page .slide_inner p {
}

.review_list_wrap .slide_page .slide_inner .student_name {
}

.review_list_wrap li {
}

.review_list_wrap li ul {
}

.review_list_wrap li ul .review_box {
}

.review_list_wrap li ul .review_box_type2 {
}

.review_list_wrap li ul p {
}

.review_list_wrap li ul .student_name {
}

.review_list_wrap li ul p {
}

.review_list_wrap li ul .student_name {
}

@media (max-width: 1366px) {
    .lt_notice {
        padding: 60px 0px;
        height: 835px;
    }
}

@media (max-width: 1200px) {
    .lt_notice h2 {
        margin: 0 2%;
    }
    .lt_notice .swiper-btn-wrap {
        margin: 0 2%;
        width: 96%;
    }
}

@media (max-width: 969px) {
    .lt_notice {
        height: 760px;
    }
    .lt_notice .swiper-wrapper {
        padding-top: 40px;
    }
}

@media (max-width: 1366px) {
    .lt_service {
        top: -111px;
    }
    .lt_service li a {
        padding: 20px 0;
    }
    .lt_service li div {
        width: 20%;
        padding-bottom: 20%;
    }
}
@media (max-width: 1223px) {
    .lt_service li div {
        width: 40%;
        padding-bottom: 40%;
    }
}
@media (max-width: 1200px) {
    .lt_service {
        width: 100%;
    }
}

@media (max-width: 639px) {
    .lt_service {
        position: relative;
        top: 0;
    }
    .lt_service li {
        border-left: 0;
    }
    .lt_service li div {
        width: 30%;
        padding-bottom: 30%;
    }
    .lt_service li:nth-child(2),
    .lt_service li:nth-child(5) {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
    .lt_service li {
        width: 33.33333333333333%;
        padding: 10px;
        text-align: left;
    }
    .lt_service li:hover {
        transform: translateY(0);
    }
    .lt_service li .lt_img {
        float: left;
        width: 50%;
    }
    .lt_service .lt_txt_wr {
        float: left;
        width: 50%;
        padding: 20px;
    }
    .lt_service li .lt_tit {
        margin: 0 0 20px;
        font-size: 1.25em;
    }
    .lt_service li h2 {
        font-size: 16px;
    }
}
