@charset "UTF-8";

.main_section {
    max-width: none;
}

.common_contents_row {
    max-width: 1600px;
}

.education_content_whole {
    margin-top: 0;
    max-width: none;
}

/*타이틀*/
.common_title_whole {
    position: relative;
    width: 100%;
    min-height: 600px;
    padding: 0 20px;
    margin: 0 -20px;
    overflow: hidden;
}

.common_title_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.common_title_bg div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.common_title_bg img {
    position: absolute;
    width: auto;
    height: 100%;
    background-size: contain;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.common_title_txt {
    position: absolute;
    width: max-content;
    max-width: calc(100% - 40px);
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.common_title_txt p {
    font-size: 12px;
    line-height: 45px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
}

.text_box p:first-child {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 8px;
}

.open_content {
    margin-top: 100px;
}

.open_content.open_content_1 {
    margin-top: 50px;
}

.open_title_box {
    text-align: center;
}

.open_content_1 .open_title_box {
    text-align: left;
}

.notandum_box {
    width: calc(100% - 36px);
    padding: 16px 18px;
    border-radius: 10px;
    background-color: rgba(141, 146, 165, .1);
    /* margin-top: 15px; */
}

.notandum_box p {
    display: flex;
    align-items: center;
    color: #8D92A5;
    font-size: 12px;
}

.notandum_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.notandum_title span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-right: 5px;
    background: url('/img/icon/notandum_icon.svg') no-repeat center;
}

.notandum_text_box {
    padding-left: 8px;
}

.notandum_text_box p {
    
    position: relative;
}

.notandum_text_box p::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #8D92A5;
    position: absolute;
    top: 8px;
    left: -8px;
}


.notandum_text_box p + p {
    margin-top: 5px;
}

.open_procedure_box {
    margin-top: 50px;
}

.open_procedure_box>span {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin: 16px auto;
    border-radius: 20px;
    background-color: rgba(141, 146, 165, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.open_procedure_box>span img {
    transform: rotate(90deg);
}

.open_procedure {
    width: calc(100% - 72px);
    padding: 24px 36px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 3px 24px rgba(0, 0, 0, .16);
    transition: all 0.4s;
}

.open_procedure .top_text {
    width: 100%;
    border-bottom: 1px solid #243242;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.open_procedure .top_text p:nth-child(1) {
    font-size: 14px;
    color: #F77D0D;
}

.open_procedure .top_text p:nth-child(2) {
    font-size: 20px;
    margin-top: -2px;
}

.open_procedure .procedur_text p {
    font-size: 16px;
    color: #8D92A5;
}

.open_procedure .procedur_text p + p {
    margin-top: 6px;
}

.open_procedure:hover {
    box-shadow: none;
    background-color: #243242;
    color: #fff;
}

.open_procedure:hover  .top_text {
    border-bottom: 1px solid #fff;
}

.open_inner p.open_inner_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
    color: #333544;
}

.swiper_contents {
    margin-top: 100px !important;
}

.openSwiper {
    position: relative;
}

.openSwiper .swiper-slide {
    width: 100%;
    height: auto;
}

.openSwiper .swiper-slide>img {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
}

.open_swiper_text {
    width: calc(100% - 40px);
    height: 187px;
    background-color: rgba(36, 50, 67, .8);
    color: #fff;
    padding: 58px 20px 20px 20px;
}

.open_swiper_text .text_top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.open_swiper_text .text_top span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .4);
    margin-right: 8px;
}

.open_swiper_text .text_top span.long {
    width: 40px;
    background-color: rgba(255, 255, 255, 1);
    margin-right: 0;
}

.open_swiper_text p.swiper_title {
    font-size: 18px;
    font-weight: bold;
}

.open_swiper_text p.swiper_subText {
    font-size: 14px;
    margin: 6px 0;
}

.open_swiper_text p.swiper_place {
    width: 68px;
    height: 30px;
    background-color: rgba(255, 255, 255, .4);
    text-align: center;
    font-size: 12px;
    line-height: 30px;
}

.openSwiper .btn_whole {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 96px;
    height: 40px;
}

.openSwiper .swiper-button-next,
.openSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
    display: none;
}


.openSwiper .swiper-button-next img,
.openSwiper .swiper-button-prev img {
    display: block;
    width: 24px;
    height: 24px;
    /* margin-left: 6px; */
}

.openSwiper .swiper-button-next {
    right: 0;
    transform: rotate(180deg);
}
.openSwiper .swiper-button-prev {
    left: 0;
}

/*스와이퍼 페이지네이션*/
.openSwiper .swiper-container-horizontal>.swiper-pagination-bullets,
.openSwiper .swiper-pagination-custom,
.openSwiper .swiper-pagination-fraction,
.openSwiper .index_edu_pagination {
     position: absolute;
     width: max-content;
     height: auto;
     bottom: 226px;
     left: 20px;
     z-index: 1;
}

.index_edu_pagination .swiper-pagination-bullet {
     display: block;
     min-width: 8px;
     width: 8px;
     max-width: 8px;
     height: 8px;
     background-color: rgba(255, 255, 255, 0.4);
     border-radius: 4px;
     margin: 0;
}

.openSwiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
     margin: 0;
}

.index_edu_pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
     margin: 0 0 0 8px;
}

.index_edu_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
     min-width: 40px;
     width: 40px;
     max-width: 40px;
     background-color: #FFFFFF;
}



.open_content_2 .open_inner {
    width: 100%;
    padding: 30px 20px 100px;
    margin-left: -20px;
}

.open_content_2 .open_inner_1 {
    box-shadow: 0 3px 24px rgba(0, 0, 0, .16);
    z-index: 1;
    position: relative;
}

.open_content_2 .open_inner_2 {
    background-color: #F3F4F6;
}

.open_tabel {
    border-collapse: collapse;
    text-align: center;
    font-size: 12px;
    word-break: keep-all;
    margin-top: 40px;
    width: 100%;
}

.setup_tabel_web,
.textbook_tabel_web {
    display: none;
}

.open_tabel th,
.open_tabel td {
    border: 1px solid #F77D0D;
    padding: 8px 4px 7px 4px;
    background-color: #fff;
    word-break: keep-all;
}

.setup_tabel_web tr:nth-child(2) td:nth-child(2) {
    font-weight: 500;
}

.textbook_tabel th,
.textbook_tabel td {
    border: 1px solid #F05612;
}

.open_tabel th {
    min-width: 34px;
    color: #F77D0D;
}

.textbook_tabel th {
    color: #F05612;
}

.open_tabel tr:first-child th:first-child {
    background-color: #F77D0D;
    color: #fff;
}

.textbook_tabel tr:first-child th:first-child  {
    background-color: #F05612;
}

.education_guide_box p.open_title {
    font-size: 24px;
    font-weight: bold;
    color: #333544;
}

.education_guide_box p.open_subText {
    font-size: 14px;
    color: #8D92A5;
    margin-top: 15px;
}

.education_guide_inner {
    width: 100%;
    padding: 62px 20px 100px;
    margin-left: -20px;
    background-color: #FAFAFA;
    position: relative;
}

.content_2_icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #FFF6ED;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.content_2_icon img {
    display: block;
    width: 24px;
    height: 24px;
}


.education_guide_table {
    width: 100%;
    max-width: 720px;
    margin: 40px auto 0;
    border-collapse: collapse;
    word-break: keep-all;
    width: 100%;
    font-size: 12px;
}

.education_guide_table th {
    border: 1px solid #333544;
}

.education_guide_table td {
    padding: 8px 0 8px 10px;
    border-bottom: 1px dotted #333544;
    border-left: 1px solid #333544;
    border-right: 1px solid #333544;
    color: #243242;
}

.education_guide_table td.table_color {
    text-align: center;
    background-color: rgba(254, 168, 0, .1);
    color: #F05612;
    font-weight: 500;
    border-bottom: 1px solid #333544;
}

.education_guide_table tr:nth-child(8) td,
.education_guide_table tr:nth-child(11) td {
    border-bottom: 1px solid #333544;
}

.education_guide_table th {
    background-color: #333544;
    color: #fff;
    height: 36px;
}

.education_guide_table tr th:nth-child(2) {
    position: relative;
}

.education_guide_table tr th:nth-child(2)::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.open_content_3 p.open_title {
    text-align: left;
    margin-bottom: 40px;
} 

.open_explain_box div {
    width: 100%;
    height: 55.5556vw;
    overflow: hidden;
}

.open_explain_box div,
.open_explain_box div * {
    cursor: pointer;
}

.open_explain_box div img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.open_explain_box div + div {
    margin-top: 16px;
}

.open_apply_box {
    width: 100%;
    height: 536px;
    background-color: rgba(70, 0, 255, 0.1);
    position: relative;
    margin-top: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.open_apply_box .back_image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}

.open_apply_box .back_image img {
    display: block;
    margin: 0 auto;
}

.open_apply_box .back_image img:nth-child(1) {
    width: calc(100% - 32px);
    height: 204px;
}

.open_apply_box .back_image img:nth-child(2) {
    width: 256px;
    height: 102px;
    margin: 72px auto 0;
}

.open_shadow_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 2;
}

.open_shadow_box div {
    width: 144px;
    height: 224px;
}

.open_shadow_box .left {
    background: linear-gradient(270deg, rgba(236,229,255,0) 0%, rgba(236,229,255,1) 100%);
}
.open_shadow_box .right {
    background: linear-gradient(90deg, rgba(236,229,255,0) 0%, rgba(236,229,255,1) 100%);
}

.open_apply_box .open_text {
    position: relative;
    z-index: 3;
    padding-top: 170px;
    text-align: center;
}

.open_apply_box .open_text p {
    font-size: 12px;
    color: #4600FF;
    margin-bottom: 10px;
}

.open_apply_box .open_text img {
    display: block;
    margin: 0 auto;
}

.open_apply_box .open_text button {
    margin: 200px auto 0;
    width: 186px;
    height: 60px;
    border-radius: 30px;
    background-color: #fff;
    color: #4600FF;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    transition: .4s;
}

.open_apply_box .open_text button:hover {
    background-color: #F9F9F9;
    color: #412390;
}


.special_box {
    width: calc(100% - 32px);
    max-width: 288px;
    height: 324px;
    padding: 30px 16px;
    border-radius: 20px;
    background-color: #FFDE58;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}

.special_box .special_text1 {
    font-size: 16px;
    color: #F77D0D;
}

.special_box + .special_box {
    margin-top: 20px;
}

.special_box .special_text2 {
    font-size: 24px;
    color: #333544;
}

.special_box .special_text_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.special_box .special_text_box span {
    display: block;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
    background-color: rgba(254, 168, 0, .4);
    border-radius: 10px;
    margin-top: 16px;
    font-size: 12px;
}

.special_box .special_text_box span.margin_right {
    margin-right: 0;
}

.special_box1 .width_span1 {
    width: 10px;
}

.special_box1 .width_span2 {
    width: 14px;
}

.special_box2 {
    background-color: #FBC2FF;
}

.special_box2 .special_text1 {
    color: #E141A1;
}

.special_box2 .special_text_box span {
    background-color: rgba(247, 126, 255, .4);
}

.special_box2 .width_span3 {
    min-width: 6px;
}

.special_box2 .width_span4 {
    min-width: 22px;
}

.special_box2 img,
.special_box4 img,
.special_box5 img {
    margin-top: 41px;
}

.special_box3 {
    background-color: #66C29E;
}

.special_box3 .special_text1 {
    color: #1A765D;
}

.special_box3 .special_text_box span {
    background-color: rgba(51, 166, 135, .4);
}

.special_box3 .width_span5 {
    width: 2px;
}

.special_box4 {
    background-color: #B9DCFF;
}

.special_box4 .special_text1 {
    color: #338CF0;
}

.special_box4 .special_text_box span {
    background-color: rgba(103, 179, 255, .4);
}

.special_box5 {
    background-color: #D2C1FF;
}

.special_box5 .special_text1 {
    color: #703BFF;
}

.special_box5 .special_text_box span {
    background-color: rgba(136, 92, 255, .4);
}

.special_box5 .width_span6 {
    width: 22px;
}

.special_box5 .width_span7 {
    width: 50px;
}


.content_bottom_title {
    font-size: 24px;
    font-weight: bold;
    margin: 40px auto 0;
    color: #F0F0F0;
    text-align: center;
}



@media (min-width: 766px) {
    .special_content_box {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        margin-top: -20px;
    }

    .special_box {
        margin-top: 20px;
    }

}


@media (min-width: 1024px) {

    .common_contents_whole {
        padding-top: 81px;
    }
    
    /*타이틀*/
    .common_title_whole {
        padding: 0 50px;
        margin: 0 -50px;
    }

    .notandum_box {
        width: calc(100% - 80px);
        padding: 32px 40px;
        display: flex;
        align-items: flex-start;
    }

    .notandum_title span {
        width: 16px;
        height: 16px;
        border-radius: 8px;
        margin-right: 6px;
    }

    .notandum_box p {
        font-size: 16px;
    }

    .notandum_text_box {
        padding-left: 10px;
        margin-left: 40px;
    }

    .notandum_text_box p::after {
        top: 12px;
    }

    .open_procedure_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 40px;
    }

    .open_procedure {
        width: calc(25% - 70px);
        max-width: 325px;
    }

    .open_procedure_box>span {
        margin: 0 30px;
        transform: rotate(-90deg);
    }

    .openSwiper .swiper-slide>img {
        height: 518px;
    }

    .openSwiper .open_swiper_text {
        position: absolute;
        top: 0;
        right: 0;
        width: 480px;
        height: 100%;
        padding: 120px 50px 80px;
        z-index: 1;
        box-sizing: border-box;
    }

    .open_swiper_text .text_top {
        margin-bottom: 40px;
    }

    .open_swiper_text .text_top span {
        width: 12px;
        height: 12px;
        border-radius: 6px;
        margin-right: 16px;
    }

    .open_swiper_text .text_top span.long {
        width: 68px;
    }

    .open_swiper_text p.swiper_title {
        font-size: 32px;
    }

    .open_swiper_text p.swiper_subText {
        font-size: 18px;
        margin: 16px 0;
    }

    .open_swiper_text p.swiper_place {
        font-size: 18px;
        width: 84px;
        height: 38px;
        line-height: 38px;
    }

    .openSwiper .btn_whole {
        right: 200px;
        left: auto;
        bottom: 80px;
        width: 150px;
        height: 60px;
    }

    .openSwiper .swiper-button-next, 
    .openSwiper .swiper-button-prev {
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }

    .openSwiper .swiper-button-next img, 
    .openSwiper .swiper-button-prev img {
        margin-left: 0;
    }

    .openSwiper .swiper-container-horizontal>.swiper-pagination-bullets,
    .openSwiper .swiper-pagination-custom,
    .openSwiper .swiper-pagination-fraction,
    .openSwiper .index_edu_pagination {
        top: 80px;
        right: 130px;
        left: auto;
        bottom: auto;
    }

    .index_edu_pagination .swiper-pagination-bullet {
        min-width: 12px;
        width: 12px;
        max-width: 12px;
        height: 12px;
        border-radius: 6px;
    }

    .index_edu_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        min-width: 68px;
        width: 68px;
        max-width: 68px;
    }    

    .index_edu_pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin: 0 0 0 16px;
    }

    .open_inner_tabel {
        display: flex;
        align-items: stretch;
    }

    .open_content_2 .open_inner {
        /* width: calc(50% - 80px); */
        padding: 30px 40px 40px;
        margin: 0;
    }

    .open_inner p.open_inner_title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .education_content_whole {
        margin-top: 100px;
    }

    .education_guide_box p.open_title {
        font-size: 32px;
    }

    .education_guide_box p.open_subText {
        font-size: 16px;
        margin-top: 20px;
    }

    .open_tabel_box {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .open_tabel_box>div {
        width: calc(50% - 20px);
    }

    .setup_tabel_app,
    .textbook_tabel_app {
        display: none;
    }

    .setup_tabel_web,
    .textbook_tabel_web {
        display: block;
        /* display: flex;
        align-items: center;
        justify-content: center; */
    }

    .open_tabel th, 
    .open_tabel td,
    .education_guide_table td {
        padding: 12px 10px;
        font-size: 18px;
    }

    .education_guide_table td {
        padding: 12px 30px;
    }

    .setup_tabel_web th:first-child,
    .textbook_tabel_web th:first-child {
        width: 132px;
    }

    .setup_tabel_web tr:nth-child(2) td:nth-child(2) {
        width: 260px;
    }

    .textbook_tabel_web td {
        padding: 11px 19px;
    }

    .open_tabel td,
    .education_guide_table td {
        font-size: 16px;
    }

    .education_guide_table th {
        height: 48px;
        font-size: 18px;
    }

    .open_explain_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 40px;
    }
    
    .open_explain_box div {
        width: calc(25% - 20px);
        height: auto;
    }

    .open_explain_box div + div {
        margin: 0;
    }

    .open_apply_box {
        height: 296px;
    }

    .open_apply_box .open_text {
        padding-top: 60px;
    }

    .open_apply_box .open_text p {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .open_shadow_box div {
        height: 100%;
    }

    .open_apply_box .open_text button {
        margin-top: 40px;
    }

    .open_apply_box .back_image {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }

    .open_apply_box .back_image img:nth-child(1) {
        width: 340px;
        height: 240px;
        margin: 0;
        padding-top: -28px;
    }

    .open_apply_box .back_image img:nth-child(2) {
        margin: 0;
        width: 300px;
        height: auto;
        position: absolute;
        bottom: 0;
        right: 50px;
    }

    .education_guide_inner {
        padding: 60px 50px;
        margin: 0 -50px;
    }

    .common_title_txt p {
        font-size: 24px;
    }

    .text_box p:first-child {
        font-size: 42px;
    }

    .content_bottom_title {
        margin-top: 94px;
        font-size: 60px;
    }

    .special_content_box {
        margin-top: 100px;
    }

}


@media (min-width: 1300px) {
    /*타이틀*/
    .common_title_whole {
        padding: 0 100px;
        margin: 0 -100px;
    }

    .education_guide_inner {
        padding: 60px 100px;
        margin: 0 -100px;
    }
}

@media (min-width: 1400px) { 

    .openSwiper .open_swiper_text {
        width: 380px;
        height: calc(100% - 160px);
        padding: 80px;
    }

    .openSwiper .btn_whole {
        right: 310px;
        bottom: 90px;
    }

    .open_apply_box .back_image img:nth-child(2) {
        margin: 0;
        width: 494px;
        height: 198px;
        margin-right: 100px;
    }

    .openSwiper .open_swiper_text {
        width: 540px;
        height: 100%;
        padding: 132px 80px 80px;
    }

    .openSwiper .swiper-container-horizontal>.swiper-pagination-bullets,
    .openSwiper .swiper-pagination-custom,
    .openSwiper .swiper-pagination-fraction,
    .openSwiper .index_edu_pagination {
        right: 164px;
    }



}


@media (min-width: 1500px) {

    .special_content_box {
        flex-wrap: nowrap;
    }

    .special_box {
        position: relative;
        width: calc(20% - 52px);
    }

    .special_box .special_text_box span {
        font-size: 10px;
    }

    .special_box1 img {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .special_box5 .width_span7 {
        width: 40px;
    }

}


@media (min-width: 1600px)  {
    .special_box .special_text_box span {
        font-size: 12px;
    }
}


@media (min-width: 1800px)  {
    .special_box .special_text_box span {
        font-size: 14px;
    }

    .special_box5 .width_span7 {
        width: 50px;
    }
}




