@charset "utf-8";


.text_over_01 {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient:
        vertical;
}

.text_over_02 {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:
        vertical;
}

.text_over_03 {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient:
        vertical;
}

.text_over_04 {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient:
        vertical;
}

.text_over_05 {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient:
        vertical;
}


.mv_box {
    aspect-ratio: 1 / 0.453125;
    position: relative;
}

.mv_txt_box {
    position: absolute;
    left: 50%;
    top: calc(50% - 70px);
    transform: translate(-50%, -50%);
    /* width: 100%; */
}

.mv_txt_box>div {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    justify-content: center;
}

.mv_txt_box h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.mv_txt_box h1 {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.mv_txt_box p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.dot_txt_box {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    display: flex;
    gap: 36px;
    align-items: center;
}

/* con01 */

.section {
    padding: 144px 0;
    position: relative;
}

.con01.section {
    padding: 166px 0;
    position: relative;
}

.con_tit.center {
    text-align: center;
}

.con_tit_line {
    border-radius: 2.5px;
    background: #0C0E10;
    width: 60px;
    height: 4px;
    margin: 36px 0 36px 0;
}

.con_tit_line.center {
    margin: 36px auto 36px auto;
}

.con_tit h2 {
    color: #0C0E10;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.con_tit_eng {
    color: #0C0E10;
    text-align: center;
    font-family: Pretendard;
    font-size: 1.25REM;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 36px */
}

.con_txt {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    justify-content: center;

    margin-top: 70px;
}

.con_txt b {
    color: #888;
    text-align: center;
    font-family: Pretendard;
    font-size: 1.25REM;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
}

.con_txt.center .con_tit_eng,
.con_txt.center p {
    text-align: center;
}

.con01_bg_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.con01_logo_box {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 99;
}


/* con02 */
.con02 {
    border-radius: 150px 150px 0px 0px;
    background: #ECEFF2;
}

.con_half_box {
    display: flex;
    gap: 4.5rem;
    flex-wrap: wrap;
    width: 100%;
    z-index: 10;
    position: relative;
}

.con_half {
    flex: 1;
}

.con_tit_kor {
    color: #0C0E10;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.con_tit_flex_box {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.con_half_img_box {
    aspect-ratio: 1 / 1.3341067;
    z-index: 10;
    position: relative;
}

.con_half_img_box img {
    width: 100%;
    height: 100%;
}

.counter_box {
    display: flex;
    align-items: stretch;
    gap: 36px;
    flex-wrap: wrap;

}

.counter_box.two .count_box {
    width: calc(50% - 18px);
}

.counter_box .count_box {
    border-radius: 30px;
    background: #E5E9ED;
    box-shadow: -4px -4px 18px 0px rgba(255, 255, 255, 0.85) inset, 4px 4px 18px 0px rgba(0, 0, 0, 0.10) inset;
    padding: 58px 36px;
}

.con05 .counter_box .count_box {
    border-radius: 60px;
    background: #E5E9ED;
    box-shadow: -4px -4px 18px 0px rgba(255, 255, 255, 0.85) inset, 4px 4px 18px 0px rgba(0, 0, 0, 0.10) inset;
    padding: 4.5rem;
}

.counter_box .count_box p {
    color: #0C0E10;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
}

.counter_box .count_box>div,
.counter_box .count_box h5 {
    color: #004896;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    display: flex;
    align-items: center;
}

.btn_black {
    margin-top: 140px;
}

.con02_bg_txt {
    position: absolute;
    bottom: 40px;
    left: 20px;

    color: #E5E9ED;
    font-size: 220px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    /* 176px */
}

/* con03 */
.tab_wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #E8EBEE;
    border-radius: 100px;
    width: 100%;
}

.tab_wrapper .tab_one {
    width: 20%;
    padding: 18px 68px;
    cursor: pointer;
}

.tab_wrapper .tab_one.active {
    border-radius: 100px;
    background: #0C0E10;
}

.tab_wrapper .tab_one p {
    color: #0C0E10;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 33.6px */
}

.tab_wrapper .tab_one.active p {
    font-weight: 700;
    color: #fff;
}

.sch_con_wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
}

.sch_one {
    border-radius: 30px;
    background: #ECEFF1;
    /* box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.15); */
    padding: 36px 72px;
    display: flex;
    align-items: baseline;
    gap: 36px;
    /* cursor: pointer; */
}

.sch_time {
    border-radius: 94px;
    background: #0C0E10;
    padding: 10px;
    width: 180px;
    min-width: 180px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sch_txt {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.sch_tit {
    color: #0C0E10;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sch_location {
    color: #0C0E10;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sch_con_box {
    overflow: hidden;
    position: relative;
}

.sch_slider_wrapper {
    display: flex;
    transition: transform 0.7s ease-in-out;
}

.sch_con_wrapper {
    flex: 0 0 100%;
}

/* con04 */

.per_box {
    margin-top: 70px;
}

.per_box ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.per_box ul li {
    flex: 1;
}

.per_img_box {
    border-radius: 30px 30px 0 0;
}

.per_img_box img {
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 0 0;
}

.per_txt_box {
    border-radius: 0px 0px 30px 30px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(5px);
    padding: 36px;
    min-height: 54%;

}

.per_txt_box h4 {
    color: #0C0E10;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.per_txt_box p {
    color: #0C0E10;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* con05 */
.con05 .counter_box .count_box {
    width: 100%;
}

.counter_flex_box ul {
    display: flex;
    max-width: 1300px;
    width: 100%;
    flex-wrap: wrap;
    gap: 72px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 70px;
}

.counter_flex_box ul li {
    flex: 1;
    flex-direction: column;
    display: flex;
    gap: 36px;
    align-items: center;
    justify-content: center;
}

.counter_flex_box ul li>div {
    display: flex;
    align-items: center;
}

.counter_flex_box ul li p {
    color: #8C8C8C !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media all and (max-width:1360px) {
    .mv_box {
        aspect-ratio: unset;
        height: 800px;
    }

    .mv_txt_box {
        top: 50%;
    }
}

@media all and (max-width:1500px) {
    .tab_wrapper .tab_one {
        width: 25%;
    }
}

@media all and (max-width:1400px) {
    .per_box ul li {
        width: calc(50% - 37px);
    }
}

@media all and (max-width:1300px) {
    .con_half {
        width: 100%;
    }

    .con_half_box {
        flex-direction: column-reverse !important;
    }

    .con02_bg_txt {
        font-size: 130px;
    }
}

@media all and (max-width:1200px) {
    .tab_wrapper .tab_one {
        width: 33.333%;
    }
}

@media all and (max-width:1000px) {
    
      .con01_logo_box {
        display: none;
    }

    .con02_bg_txt {
        font-size: 60px;
        left: 20px;
        bottom: 20px;
    }

    .btn_black {
        margin-top: 80px;
    }

    .section:not(.con02.section):not(.con01.section) {
        padding: 72px 0;
    }

    .tab_wrapper .tab_one {
        width: 50%;
        padding: 10px;
        /* border: 1px solid #0C0E10;
        border-radius: 100px; */
    }

    .tab_wrapper .tab_one p {
        font-size: 18px;
    }

    .tab_wrapper {
        border-radius: unset;
        background-color: unset;
    }

    .sch_one {
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }

    /* .sch_time {
        min-width: 140px;
        width: 140px;
    } */

    .sch_tit {
        font-size: 19px;
    }

    .sch_location {
        font-size: 18px;
    }



}

@media all and (max-width:900px) {
    .per_box ul li {
        width: 100%;
    }

    .counter_flex_box ul {
        gap: 30px;
    }
}

@media all and (max-width:768px) {
    .main_visual {
        margin-bottom: 125px;
    }

  
}