@charset "UTF-8";
/* modal pop */
.modal-pop-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 999;
}
.modal-pop-wrap.on {
    display: flex;
}
.modal-pop-wrap.on .blind {
    display: block;
}
.modal-pop-wrap .modal-pop-container {
    background: #fff;
    padding: 2.1rem 3.2rem;
    position: relative;
    max-width: 44rem;
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.modal-pop-wrap .modal-pop-container > strong {
    display: block;
    color: #282828;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem; /* 150% */
    margin-bottom: 1.2rem;
}
.modal-pop-wrap .modal-pop-container > p {
    color: #555;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
    /* 146.667% */
}
.modal-pop-wrap .modal-pop-container .btn-wrap {
    margin-top: 2.8rem;
    align-self: normal;
}
.modal-pop-wrap:has(.modal-pop-header) .modal-pop-container {
    padding: 0;
    max-width: 60rem;
    width: 100%;
}
.modal-pop-header {
    height: 6.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-pop-header {
    background: #FBF6EE;
    width: 100%;
    position: relative;
}
.modal-pop-header strong {
    margin: 0;
    color: #282828;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
    /* 150% */
}
.modal-pop-header .modal-close {
    position: absolute;
    top: 50%;
    right: 3.2rem;
    transform: translateY(-50%);
}
.modal-pop-header .modal-close i {
    font-size: 3rem;
}
.modal-pop-body {
    padding: 2.4rem 3.2rem;
    height: 36rem;
    width: 100%;
}
.modal-pop-body .inner {
    width: 100%;
    height: 100%;
    padding: 2.4rem;
    border-radius: 1.2rem;
    border: 1px solid #D4D4D8;
    background: #FFF;
    overflow-y: auto;
}
.modal-pop-wrap:has(.modal-pop-header) .btn-wrap {
    padding: 2rem 0;
    border-top: 1px solid #EEE;
}

/* common section */
.section {
    position: relative;
}

/* common title */
.section-title .layout {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    align-items: center;
    justify-content: center;
}
.section-title strong {
    color: #111;
    text-align: center;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
    display: block;
}
.section-title strong br {
    display: none;
}
.section-title strong span {
    color: #3C6FF6;
}
.section-title p {
    color: #111;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
}
@media (max-width:640px) {
    .section-title .layout {
        gap: 1rem;
    }
    .section-title strong {
        font-size: 4rem;
    }
    .section-title strong br {
        display: block;
    }
}

/* section1 */
.section1 {
    height: 79.2rem;
    padding-top: 10rem;
    position: relative;
}
.section1:before {
    content: "";
    width: 100%;
    height: calc(100% + 20rem);
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(344deg, #FBF2E6 26.36%, #FDF9EC 89.81%);
}
.section1 .visual {
    height: 100%;
    position: relative;
}
.section1 .visual .visual-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.section1 .visual .visual-img .visual-img1 {
    flex-shrink: 0;
    max-width: min-content;
}
.section1 .visual .visual-img .visual-img1 ~ img {
    position: absolute;
}
.section1 .visual .visual-img .visual-img2 {
    bottom: 8%;
    left: -2%;
    z-index: 1;
}
.section1 .visual .visual-img .visual-img3 {
    top: 8%;
    left: 12%;
    z-index: 1;
}
.section1 .visual .visual-img .visual-img4 {
    top: 8%;
    right: 12%;
    z-index: 1;
}
.section1 .visual .visual-img .visual-img5 {
    bottom: 8%;
    right: 2%;
    z-index: 1;
}
.section1 .visual .visual-img .visual-img6 {
    bottom: 3%;
    left: 7%;
}
.section1 .visual .visual-img .visual-img7 {
    top: 27%;
    left: 7%;
}
.section1 .visual .visual-img .visual-img8 {
    top: 8%;
    right: 3%;
}
.section1 .visual .visaul-title {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 3.2rem;
    flex-direction: column;
    width: 100%;
    align-items: center;
    z-index: 2;
}
.section1 .visual .visaul-title p {
    color: #111;
    text-align: center;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
}
.section1 .visual .visual-img.mobile {
    display: none;
    width: calc(100% + 8rem);
    left: -4rem;
    position: relative;
}
.section1 .quick {
    width: 100%;
    max-width: 112rem;
    position: absolute;
    left: 50%;
    bottom: -7.5rem;
    transform: translateX(-50%);
    z-index: 1;
}
.section1 .quick .quick-list {
    position: relative;
}
.section1 .quick .quick-list:before {
    background: url("/project/images/main/quick-bg.png") no-repeat center center/113rem;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.section1 .quick .quick-list ul {
    display: flex;
    justify-content: center;
    gap: 6rem;
    align-items: flex-end;
    max-width: 94.4rem;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 1.1rem;
}
.section1 .quick .quick-list ul li {
    width: 20%;
}
.section1 .quick .quick-list ul li a {
    display: flex;
    padding: 2rem 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    position: relative;
}
.section1 .quick .quick-list ul li a .img {
    width: 8.8rem;
    height: 8.8rem;
    border-radius: 50%;
    border: 1px solid rgba(154, 201, 112, 0.50);
    background: rgba(154, 201, 112, 0.50);
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}
.section1 .quick .quick-list ul li a p {
    color: #333;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
}
@media (max-width:1600px) {
    .section1 .visual .visual-img .visual-img3 {
        top: 5%;
        left: 10%;
    }
    .section1 .visual .visual-img .visual-img4 {
        top: 2%;
        right: 8%;
    }
    .section1 .visual .visual-img .visual-img7 {
        left: 2%;
    }
    .section1 .visual .visual-img .visual-img8 {
        right: 0;
    }
}
@media (max-width:1024px) {
    .section1 .visual .visaul-title {
        top: 58%;
        gap: 2rem;
    }
    .section1 .visual .visaul-title p {
        font-size: 4.2rem;
    }
    .section1 .visual .visual-img .visual-img6 {
        left: 14%;
    }
}
@media (max-width:767px) {
    .section1 {
        padding-top: 56px;
        height: auto;
    }
    .section1:before {
        height: 100%;
    }
    .section1 .visual .visual-img.pc {
        display: none;
    }
    .section1 .visual .visual-img.mobile {
        display: block;
    }
    .section1 .visual .visaul-title {
        display: none;
    }
    .section1 .quick {
        position: relative;
        bottom: auto;
    }
    .section1 .quick .quick-list:before {
        bottom: -1rem;
    }
    .section1 .quick .quick-list ul {
        gap: 4rem;
        padding-bottom: 0;
    }
}
@media (max-width:640px) {
    .section1 .quick .quick-list ul {
        gap: 0;
        padding: 0 1rem;
    }
}
@media (max-width:480px) {
    .section1 .quick .quick-list ul li a p {
        font-size: 1.8rem;
    }
}
@media (max-width:420px) {
    .section1 .quick .quick-list ul li a p {
        font-size: 1.6rem;
    }
}

/* section2 */
.section2 {
    position: relative;
    padding: 23.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 9rem;
    background: #fff;
    border-top-right-radius: 20rem;
    overflow: hidden;
}
.section2 .section-content .program .item {
    display: flex;
    flex-direction: column;
    border-radius: 2.4rem;
    border: 1px solid #E5E5EC;
    background: #FFF;
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
    padding: 2.4rem 2.4rem 3.2rem;
    gap: 2.4rem;
}
.section2 .section-content .program {
    max-width: 134.4rem;
    width: 100%;
    margin: 0 auto;
}
.section2 .section-content .program .swiper {
    overflow: inherit;
}
.section2 .section-content .program .swiper .swiper-slide {
    height: auto;
    transition: all 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.section2 .section-content .program .swiper-slide.wave-up {
    transform: translateY(-3rem);
}
.section2 .section-content .program .swiper-slide.wave-down {
    transform: translateY(3rem);
}
.section2 .section-content .program .item {
    position: relative;
}
.section2 .section-content .program .item .value {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    font-weight: 600;
    font-size: 1.5rem;
}
.section2 .section-content .program .item .value.value1 {
    background: #3C6FF6;
    color: #fff;
}
.section2 .section-content .program .item .value.value2 {
    background: #FFE066;
    color: #505050;
}
.section2 .section-content .program .item .value.value3 {
    background: #D9D9D9;
    color: #777;
}
.section2 .section-content .program .item .img {
    aspect-ratio: 4 / 5;
    border-radius: 2.4rem;
    overflow: hidden;
}
.section2 .section-content .program .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section2 .section-content .program .item .desc {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.section2 .section-content .program .item .desc strong {
    color: #111;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.section2 .section-content .program .item .desc p {
    display: flex;
    gap: 2rem;
}
.section2 .section-content .program .item .desc p span:first-child {
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.8rem;
    /* 150% */
}
.section2 .section-content .program .item .desc p span:nth-child(2) {
    color: #505050;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
    /* 150% */
}
@keyframes waveMotion {
    0% {
        transform: translateY(30px);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(30px);
    }
}
@media (max-width:1280px) {
    .section2 {
        border-radius: 0;
        padding: 16rem 0;
    }
}
@media (max-width:1024px) {
    .section2 {
        gap: 6rem;
        padding: 16rem 0;
    }
    .section2 .section-content .program .swiper-slide.wave-up {
        transform: translateY(-3rem);
    }
    .section2 .section-content .program .swiper-slide.wave-down {
        transform: translateY(3rem);
    }
}
@media (max-width:640px) {
    .section2 {
        padding: 10rem 0;
    }
    .section2 .section-content .program .item .img {
        height: 40rem;
    }
    .section2 .section-content .program .swiper-slide.wave-up {
        transform: translateY(-2rem);
    }
}

/* section03 */
.section3 {
    padding: 16rem 0 0;
    display: flex;
    gap: 6rem;
    flex-direction: column;
    position: relative;
}
.section3:before {
    height: 26.4rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #F9F8F5;
    z-index: -1;
}
.section3:after {
    content: "";
    display: block;
    width: 69.9rem;
    height: 39.8rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/project/images/main/section3-before.png") no-repeat center center/cover;
    z-index: -1;
}
.section3 .section-content {
    max-width: 174.8rem;
    width: 100%;
    margin: 0 auto;
}
.section3 .section-content .space {
    padding: 0 8.4rem;
    position: relative;
}
.section3 .section-content .space > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}
.section3 .section-content .space > button i {
    color: #111;
    font-size: 3.2rem;
}
.section3 .section-content .space > button.prev {
    left: 0;
}
.section3 .section-content .space > button.next {
    right: 0;
}
.section3 .section-content .space .swiper {
    padding: 0 1rem 1rem;
}
.section3 .section-content .space .item {
    height: 100%;
    border-radius: 2.4rem 12rem 2.4rem 2.4rem;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(10px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.section3 .section-content .space .item .img {
    height: 33.3rem;
}
.section3 .section-content .space .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section3 .section-content .space .item .desc {
    display: flex;
    flex-direction: column;
    height: calc(100% - 40rem);
    padding: 3.2rem 3.2rem 3.6rem;
}
.section3 .section-content .space .item .desc strong {
    color: #111;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem;
}
.section3 .section-content .space .item .desc p {
    color: #111;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    margin: 0.8rem 0 2.4rem;
}
.section3 .section-content .space .item .desc div {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section3 .section-content .space .item .desc div span {
    color: #111;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
}
.section3 .section-content .space .item .desc div a {
    color: #3C6FF6;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
}
.section3 .section-content .space .swiper-slide {
    height: auto;
}
@media (max-width:1760px) {
    .section3 .section-content .space > button.prev {
        left: 2rem;
    }
    .section3 .section-content .space > button.next {
        right: 2rem;
    }
}
@media (max-width:1280px) {
    .section3 {
        padding: 12rem 0 0;
    }
    .section3:after {
        width: 45.9rem;
        height: 25.8rem;
        background-size: 45.9rem;
        top: 7rem;
    }
}
@media (max-width:640px) {
    .section3 {
        padding: 8rem 0 0;
    }
    .section3:after {
        width: 35rem;
        height: 20.8rem;
        background-size: 35rem;
    }
}
@media (max-width:480px) {
    .section3 .section-content .space {
        padding: 0 2rem;
    }
    .section3 .section-content .space > button {
        display: none;
    }
    .section3:after {
        width: 28rem;
        height: 15.8rem;
        background-size: 28rem;
    }
}

/* section4 */
.section4 {
    position: relative;
    padding: 18rem 0 0;
    background: #F9F8F5;
}
.section4:before {
    content: "";
    position: absolute;
    top: 18rem;
    right: 0;
    width: 74%;
    background: #fff;
    height: calc(100% - 18rem);
    border-top-left-radius: 16rem;
    z-index: 0;
}
.section4:after {
    content: "";
    display: block;
    width: 25rem;
    height: 37.2rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/project/images/main/section4-before.png") no-repeat center center/cover;
}
.section4 .layout {
    max-width: 1460px;
    width: 100%;
}
.section4 .schedule {
    width: calc(63.6% - 4.35rem);
}
.section4 .board {
    padding: 12rem 0 28.9rem;
    display: flex;
    gap: 8.7rem;
    position: relative;
}
.section4 .schedule .schedule-title {
    color: #111;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    display: block;
    margin-bottom: 3.2rem;
}
.section4 .schedule .schedule-list {
    padding: 4rem 0 0 4rem;
    position: relative;
    min-height: 49rem;
}
.section4 .schedule .schedule-list .calendar-container {
    border-radius: 2.4rem;
    border: 1px solid #E5E5EC;
    background: #FFF;
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
    padding: 3.2rem 2rem;
    width: 41.2rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.section4 .schedule .schedule-list .calendar-container .calendar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
    margin-bottom: 1.6rem;
}
.section4 .schedule .schedule-list .calendar-container .calendar-header .nav-button {
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 0.8rem;
    color: #666;
    transition: background-color 0.2s;
}
.section4 .schedule .schedule-list .calendar-container .calendar-header .nav-button i {
    color: #111;
    font-size: 2.4rem;
}
.section4 .schedule .schedule-list .calendar-container .calendar-header .month-year {
    font-size: 2rem;
    font-weight: 400;
    color: #111;
}
.section4 .schedule .schedule-list .calendar-container .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 0fr);
    justify-content: space-between;
}
.section4 .schedule .schedule-list .calendar-container .calendar-grid .day-header {
    text-align: center;
    padding: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #111;
    width: 5.2rem;
    height: 5.2rem;
}
.section4 .schedule .schedule-list .calendar-container .calendar-grid .day-cell {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0.4rem;
    font-size: 1.6rem;
    font-weight: 400;
    transition: all 0.2s;
    position: relative;
    color: #111;
    width: 5.2rem;
    height: 5.2rem;
}
.section4 .schedule .schedule-list .calendar-container .calendar-grid .day-cell.current-month:hover {
    background: #4477ff;
    color: #fff;
}
.section4 .schedule .schedule-list .calendar-container .calendar-grid .day-cell.current-month {
    color: #333;
}
.section4 .schedule .schedule-list .calendar-container .calendar-grid .day-cell.other-month {
    color: #ccc;
}
.section4 .schedule .schedule-list .calendar-container .calendar-grid .day-cell.sunday {
    color: #ff4444;
}
.section4 .schedule .schedule-list .calendar-container .calendar-grid .day-cell.saturday {
    color: #4477ff;
}
.section4 .schedule .schedule-list .calendar-container .calendar-grid .day-cell.selected {
    background-color: #4477ff;
    color: white;
    font-weight: 600;
}
.section4 .schedule .schedule-list .calendar-container .calendar-grid .day-cell.selected:hover {
    background-color: #3366ee;
}
.section4 .schedule .schedule-list .calendar-container .calendar-grid .day-cell.today {
    background-color: #fff;
    font-weight: 600;
    border: 1px solid #3C6FF6;
}
.section4 .schedule .schedule-list .calendar-container .calendar-grid .day-cell.today.selected {
    background-color: #4477ff;
    color: white;
}
.section4 .schedule .schedule-list .calendar-container .calendar-grid .day-cell.disabled {
    background: #EDEDED;
}
.section4 .schedule .schedule-list .calendar-container .calendar-grid .day-cell.disabled:hover {
    background: #EDEDED;
    color: #333;
}
.section4 .schedule .schedule-list .calendar-container .calendar-grid .day-cell.disabled.saturday:hover {
    color: #4477ff;
}
.section4 .schedule .schedule-list .calendar-container .calendar-grid .day-cell.disabled.sunday:hover {
    color: #ff4444;
}
.section4 .schedule .schedule-list {
    position: relative;
}
.section4 .schedule .schedule-list .time-list {
    padding: 3rem 2.3rem 3rem 41.2rem;
    border-radius: 2.4rem;
    border: 1px solid #E5E5EC;
    background: #EFF3FD;
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.06);
    height: 44.8rem;
    display: flex;
    gap: 2.9rem;
    flex-direction: column;
    position: relative;
}
.section4 .schedule .schedule-list .time-list strong {
    color: #3C6FF6;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem;
}
.section4 .schedule .schedule-list .time-list ul {
    overflow-y: auto;
}
.section4 .schedule .schedule-list .time-list ul li {
    padding: 1.1rem 0;
    border-top: 1px solid #E5E5EC;
}
.section4 .schedule .schedule-list .time-list ul li:first-child {
    border-top: 0;
}
.section4 .schedule .schedule-list .time-list ul li p {
    display: flex;
    gap: 1rem;
}
.section4 .schedule .schedule-list .time-list ul li p span:first-child {
    color: #111;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section4 .schedule .schedule-list .time-list ul li p span:nth-child(2) {
    color: #505050;
    text-align: right;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    margin-left: auto;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section4 .schedule .schedule-list .time-list ul li p span:nth-child(3) {
    color: #505050;
    text-align: right;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    margin-left: 3.2rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section4 .schedule .schedule-list .time-list .time-list-arr {
    position: absolute;
    top: 3rem;
    right: 2.3rem;
    display: flex;
    gap: 0.8rem;
}
.section4 .schedule .schedule-list .time-list .time-list-arr button {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background: #fff;
}
.section4 .schedule .schedule-list .time-list .time-list-arr button i {
    color: #505050;
}
.section4 .schedule .more {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}
.section4 .schedule .more span {
    color: #505050;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
}
.section4 .notice {
    width: calc(36.4% - 4.35rem);
}
.section4 .notice .notice-list {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    position: relative;
}
.section4 .notice .notice-list .notice-title {
    color: #111;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.4rem;
}
.section4 .notice .notice-list ul {
    border-top: 1px solid #3C6FF6;
    border-bottom: 1px solid #E5E5EC;
}
.section4 .notice .notice-list ul li {
    display: flex;
    padding: 3rem 2.4rem;
    gap: 4rem;
    align-items: center;
    border-top: 1px solid #E5E5EC;
}
.section4 .notice .notice-list ul li div:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
}
.section4 .notice .notice-list ul li div:first-of-type span:first-child {
    color: #111;
    text-align: center;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    display: block;
}
.section4 .notice .notice-list ul li div:first-of-type span:nth-child(2) {
    color: #111;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    display: block;
}
.section4 .notice .notice-list ul li div:nth-child(2) {
    overflow: hidden;
}
.section4 .notice .notice-list ul li div:nth-child(2) a {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    overflow: hidden;
}
.section4 .notice .notice-list ul li div:nth-child(2) a.new:after {
    content: "N";
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #E4EBFF;
    color: #3C6FF6;
    text-align: center;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.9rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.section4 .notice .notice-list ul li div:nth-child(2) a span {
    color: #111;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6rem;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.section4 .notice .notice-list ul li div:nth-child(2) a:hover span {
    text-decoration: underline;
}
.section4 .notice .notice-list .more {
    position: absolute;
    top: 1rem;
    right: 0;
}
@media (max-width:1280px) {
    .section4 {
        padding: 12rem 0 0;
    }
    .section4 .board {
        gap: 6rem;
        padding: 10rem 0 20rem;
    }
    .section4 .schedule {
        width: calc(63.6% - 2rem);
    }
    .section4 .notice {
        width: calc(36.4% - 2rem);
    }
    .section4 .schedule .schedule-list .time-list {
        padding: 3rem 2.3rem 3rem 40rem;
    }
}
@media (max-width:1024px) {
    .section4:before {
        display: none;
    }
    .section4 {
        padding: 8rem 0;
    }
    .section4 .board {
        flex-direction: column;
        padding: 0;
    }
    .section4 .schedule {
        width: 100%;
    }
    .section4 .notice {
        width: 100%;
    }
    .section4 .schedule .more {
        top: -7rem;
    }
}
@media (max-width:640px) {
    .section4 .schedule .schedule-list {
        padding: 0;
    }
    .section4 .schedule .schedule-list .calendar-container {
        position: relative;
        width: 100%;
    }
    .section4 .schedule .schedule-list .time-list {
        padding: 3rem;
    }
}

/* section5 */
.section5 {
    position: relative;
    padding: 10rem 0 4rem;
    background: #F9F8F5;
}
.section5:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8rem 8rem 0 0;
    background: #EDEFF4;
    top: 0;
}
.section5 .directions {
    display: flex;
    gap: 7rem;
}
.section5 .directions .img {
    width: 86rem;
}
.section5 .directions .desc {
    padding-top: 2rem;
    flex-shrink: 0;
}
.section5 .directions .desc > strong {
    color: #111;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
}
.section5 .directions .desc > p {
    color: #111;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    margin-top: 2.2rem;
}
.section5 .directions .desc > ul {
    margin-top: 4.8rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.section5 .directions .desc > ul > li {
    display: flex;
    gap: 2.4rem;
}
.section5 .directions .desc > ul > li > span:first-child {
    color: #111;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
}
.section5 .directions .desc > ul > li.tel {
    align-items: center;
}
.section5 .directions .desc > ul > li.tel > span:nth-child(2) {
    color: #3C6FF6;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
}
.section5 .directions .desc > ul > li.time > div > ul {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.section5 .directions .desc > ul > li.time > div > ul > li {
    display: flex;
    gap: 3.4rem;
}
.section5 .directions .desc > ul > li.time > div > ul > li > span:first-child {
    color: #111;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    width: 6.7rem;
    display: block;
}
.section5 .directions .desc > ul > li.time > div > ul > li > span:nth-child(2) {
    color: #111;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6rem;
}
.section5 .directions .desc ul li.time p {
    color: #505050;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    margin-top: 1rem;
}
.section5 .directions .desc ul li.time p:last-child {
    margin-top: 0;
}
@media (max-width:1280px) {
    .section5 .directions {
        gap: 5rem;
    }
    .section5 .directions .img {
        width: 100%;
    }
}
@media (max-width:1024px) {
    .section5 .directions {
        flex-direction: column;
        gap: 2rem;
    }
    .section5 .directions .desc {
        display: flex;
        flex-wrap: wrap;
        gap: 0 4rem;
    }
    .section5 .directions .desc > p {
        margin-top: 0;
        display: flex;
        align-items: center;
    }
    .section5 .directions .desc > ul {
        margin-top: 2rem;
        gap: 2rem;
        width: 100%;
    }
    .section5 .directions .desc > strong {
        width: 14rem;
    }
    .section5 .directions .desc > ul > li {
        gap: 4rem;
    }
    .section5 .directions .desc > ul > li > span:first-child {
        width: 14rem;
    }
}
@media (max-width:640px) {
    .section5 {
        padding: 4rem 0;
    }
    .section5:before {
        border-radius: 4rem 4rem 0 0;
    }
}
