.fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.fixed-bg__clip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec-top-search {
    padding-top: 184px;
    padding-bottom: 139px;
}

.top-search {
    text-align: center;
}

.top-search__title {
    color: #000;
    font-family: 'Wavve PADO TTF';
    font-size: var(--t60);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.8px;
}

.top-search__desc {
    margin-top: 20px;
    color: #333;
    font-size: var(--t22);
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.44px;
}

.top-search-wrap {
    margin-top: 50px;
    display: inline-block;
    vertical-align: top;
    padding-right: 67px;
    position: relative;
}

.top-search-wrap__input {
    width: 543px;
    border-radius: 10px 0 0 10px;
    border: 2px solid #000;
    background: #fff;
    height: 65px;
    padding: 0 26px;
    color: #000;
    font-size: var(--t18);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.36px;
}

.top-search-wrap__input + label {
    display: none;
}

.top-search-wrap__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 67px;
    height: 65px;
    background-image: url(../img/assets/ico-btn-search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 0 10px 10px 0;
    background-color: #000;
    color: transparent;
    font-size: 0;
}

.search-tag {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.search-tag__item {
    color: #fff;
    font-size: var(--t16);
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.16px;
    padding: 8px 20px;
    border-radius: 20px;
    background-color: #4ad0c1;
}

.search-tag__item::before {
    content: '#';
}

.search-tag__item:nth-child(1) {
    background-color: #4c8ff4;
}

.search-tag__item:nth-child(2) {
    background-color: #67a4ff;
}

.search-tag__item:nth-child(3) {
    background-color: #4ab5eb;
}

.search-tag__item:nth-child(4) {
    background-color: #32c1d0;
}

section.sec-hero {
    overflow: visible;
}

.hero-banner {
    padding: 233px var(--base-padding) 237px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: calc(100% - var(--base-padding) * 2);
    min-width: calc(100% - var(--base-padding) * 2);
    max-width: 100%;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    will-change: width;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.hero-banner.end {
    border-radius: 0;
}

.hero-banner__title {
    color: #fff;
    font-family: 'Wavve PADO TTF';
    font-size: var(--t50);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.5px;
}

.hero-banner__desc {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Wavve PADO TTF';
    font-size: var(--t36);
    font-weight: 400;
    line-height: 120%;
}

.hero-banner__guide {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
    will-change: opacity, transform;
}

.hero-banner.active .hero-banner__guide {
    opacity: 0;
    transform: translate(-50%, -70%);
}

.hero-banner__guide span {
    position: absolute;
    top: calc(100% + 31px);
    left: 50%;
    transform: translateX(-50%);
    display: block;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.6);
    font-family: Paperlogy;
    font-size: var(--t15);
    font-weight: 700;
    line-height: 150%;
}

.hero-banner__wrap {
    opacity: 0;
    transition: All 0.6s ease-out;
    -webkit-transition: All 0.6s ease-out;
    -moz-transition: All 0.6s ease-out;
    -o-transition: All 0.6s ease-out;
}

.hero-banner.action .hero-banner__wrap {
    opacity: 1;
}

.hero-noti {
    background-color: #004ec3;
    padding-left: var(--base-padding);
    padding-right: var(--base-padding);
}

.hero-noti__align {
    display: flex;
    height: 75px;
    align-items: center;
}

.hero-noti__label {
    flex: 0 0 110px;
}

.hero-noti-label {
    color: #fff;
    font-family: Paperlogy;
    font-size: var(--t18);
    font-weight: 700;
    line-height: 150%;
}

.hero-noti__slider {
    position: relative;
    flex: 1;
    min-width: 0;
}

.hero-noti__slider::before {
    content: '';
    width: 1px;
    height: 17px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.hero-noti-slider__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 0;
    padding-left: 39px;
    padding-right: 50px;
}

.hero-noti__link {
    color: #fff;
    font-size: var(--t18);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.36px;
}

.hero-noti__date {
    color: #fff;
    font-size: var(--t18);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.36px;
}

.hero-noti__nav {
    flex: 0 0 225px;
    display: flex;
    height: 100%;
}

.hero-noti-nav {
    display: flex;
    height: 100%;
    width: 100%;
}

.hero-noti-nav__btn {
    display: block;
    flex: 1;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-noti-nav__btn:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-noti-nav__btn span {
    display: none;
}

.hero-noti-nav__btn--prev {
    background-image: url(../img/main/ico-noti-nav-prev.svg);
}

.hero-noti-nav__btn--next {
    background-image: url(../img/main/ico-noti-nav-next.svg);
}

.hero-noti-nav__btn--more {
    background-image: url(../img/main/ico-noti-nav-more.svg);
}

.sec-main-grid {
    padding-top: 120px;
    padding-bottom: 150px;
}

.main-title {
    display: flex;
    align-items: center;
}

.main-title--col {
    flex-direction: column;
}

.main-title--left {
    align-items: flex-start;
}

.main-title__title {
    padding-left: 5px;
    color: #000;
    font-family: Paperlogy;
    font-size: var(--t40);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.8px;
}

.main-title--col .main-title__title {
    padding-left: 0;
}

.main-title__cate {
    color: #06f;
    font-family: Paperlogy;
    font-size: var(--t18);
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 3px;
}

.main-title__desc-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    width: 100%;
}

.main-title__desc {
    color: #666;
    font-size: var(--t18);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.36px;
    margin-left: 20px;
}

.main-title--col .main-title__desc {
    margin-left: 0;
}

.main-title__nav {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.main-title-cate {
    margin-left: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-title-cate__btn {
    padding: 7px 14px;
    color: #666;
    font-size: var(--t17);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.51px;
    border-radius: 5px;
    background: #efefef;
}

.main-title-cate__btn.current {
    color: #fff;
    background: #06f;
    font-weight: 600;
}

.main-title__more {
    color: #666;
    font-size: var(--t16);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.16px;
    padding-right: 39px;
    position: relative;
    margin-left: auto;
}

.main-title__sub {
    color: #06f;
    font-size: var(--t33);
    font-weight: 700;
    margin-bottom: 5px;
}

.main-title__more::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(../img/assets/ico-more.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-grid {
    display: flex;
}

.main-grid__grid {
    flex: 1185;
}

.main-grid__banner {
    flex: 0 0 325px;
    margin-left: 50px;
    min-width: 0;
}

.grid-list {
    display: grid;
}

.grid-list.grid-list--col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    -ms-column-gap: 20px;
    row-gap: 30px;
    -ms-row-gap: 30px;
}

.grid-list__item {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    flex: 1 1 0;
    min-width: 0;
}

.main-grid__tab-cont {
    display: none;
    margin-top: 30px;
    animation: showUp 0.3s forwards;
}

.main-grid__tab-cont.current {
    display: block;
}

.grid-list__item:nth-child(n + 7) {
    display: none;
}

.grid-list__link {
    display: block;
    padding: 30px 35px;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
}

.grid-list__link:hover {
    border-color: #89b3f2;
    background: #f7faff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.grid-list__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grid-list__cate {
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid #1b75fd;
    color: #1b75fd;
    font-size: var(--t14);
    font-weight: 600;
    line-height: 150%;
}

.cate-color--blue {
    border-color: #1b75fd !important;
    color: #1b75fd !important;
    background-color: #fff;
}

.cate-color--sky {
    border-color: #0092ec !important;
    color: #0092ec !important;
    background-color: #fff;
}

.cate-color--green {
    border-color: #18ae88 !important;
    color: #18ae88 !important;
    background-color: #fff;
}

.cate-color--indigo {
    border-color: #747dde !important;
    color: #747dde !important;
    background-color: #fff;
}

.cate-color--cyan {
    border-color: #009fc3 !important;
    color: #009fc3 !important;
    background-color: #fff;
}

.cate-color--purple {
    border-color: #a386e8 !important;
    color: #a386e8 !important;
    background-color: #fff;
}

.grid-list__dday {
    color: #000;
    font-size: var(--t14);
    font-weight: 500;
    line-height: 150%;
}

.grid-list__title {
    margin-top: 12px;
    color: #252525;
    font-size: var(--t18);
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.36px;
    min-height: 54px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.grid-list__info {
    margin-top: 17px;
}

.grid-list__info dl {
    display: flex;
    align-items: center;
}

.grid-list__info dl dt {
    flex: 0 0 60px;
    color: #555;
    font-size: var(--t15);
    font-weight: 600;
    line-height: 150%;
}

.grid-list__info dl dd {
    flex: 1;
    color: #666;
    font-size: var(--t15);
    font-weight: 400;
    line-height: 150%;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-grid__banner {
    padding-top: 78px;
}

.grid-banner-slider {
    border-radius: 10px;
    overflow: hidden;
}

.grid-banner-slider__item img {
    width: 100%;
}

.grid-banner-slider__foot {
    display: flex;
    padding: 0 30px;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    background-color: #252525;
}

.grid-banner-slider__foot .fraction {
    display: flex;
    align-items: center;
}

.grid-banner-slider__foot .fraction span {
    color: #fff;
    font-size: var(--t17);
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.51px;
    min-width: 10px;
    text-align: center;
}

.grid-banner-slider__foot .fraction .fraction__total {
    color: #999;
    font-weight: 500;
}

.fraction__track {
    margin: 0 9px;
    height: 1px;
    width: 50px;
}

.fraction__bar {
    background-color: #06f;
    height: 1px;
}

.grid-banner-slider__foot .dots {
    display: flex;
    gap: 8px;
}

.grid-banner-slider__foot .dots span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 1;
    background-color: #999;
    cursor: pointer;
}

.grid-banner-slider__foot .dots span.current {
    background-color: #06f;
}

.main-hot {
    display: flex;
}

.main-hot-detail {
    flex: 0 0 475px;
    min-width: 0;
    display: flex;
    align-items: center;
}

.main-hot-slider {
    flex: 1;
    min-width: 0;
    margin-left: 69px;
    padding-top: 130px;
    padding-bottom: 140px;
}

.main-hot-slider__wrap {
    position: relative;
}

.main-hot-slider__nav {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: calc(100% + 56px);
    right: 0;
}

.main-hot-slider__btn {
    width: 28px;
    height: 28px;
}

.main-hot-slider__btn svg {
    width: 100%;
}

.main-hot-slider__btn + .main-hot-slider__btn {
    margin-left: 7px;
}

.comm-fraction__track {
    margin-left: 15px;
    height: 1px;
    width: 125px;
    height: 2px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
}

.comm-fraction__bar {
    height: 100%;
    background-color: #0066ff;
}

.comm-fraction__fraction {
    margin-left: 25px;
}

.comm-fraction__fraction span {
    color: rgba(0, 0, 0, 0.2);
    font-family: Paperlogy;
    font-size: var(--t15);
    font-weight: 700;
    min-width: 10px;
}

.comm-fraction__fraction span.comm-fraction__current {
    color: #000;
}

.comm-fraction__fraction span + span {
    margin-left: 4px;
}

.main-hot-detail {
    position: relative;
}

.main-hot-detail::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 81, 202, 0.07);
    backdrop-filter: blur(5px);
}

.main-hot-detail-slider {
    width: 100%;
    padding-right: 70px;
}

.main-hot-detail-slider__thumb {
    display: block;
    width: 100%;
    padding-top: 65.9259259259%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.main-hot-detail-slider__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-hot-detail-slider__wrap {
    display: block;
    margin-top: 30px;
}

.main-hot-detail-slider__cate {
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid #1b75fd;
    color: #1b75fd;
    font-size: var(--t14);
    font-weight: 600;
    line-height: 150%;
}

.main-hot-detail-slider__title {
    margin-top: 12px;
    color: #252525;
    font-family: Paperlogy;
    font-size: var(--t30);
    font-weight: 700;
    letter-spacing: -0.9px;
    min-height: 70px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main-hot-detail-slider__desc {
    margin-top: 12px;
    color: #333;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.16px;
}

.main-hot-detail-slider__info {
    margin-top: 23px;
}

.main-hot-detail-slider__info dl {
    display: flex;
}

.main-hot-detail-slider__info dt {
    flex: 0 0 60px;
    color: #004ec3;
    font-size: var(--t15);
    font-weight: 700;
    line-height: 150%;
}

.main-hot-detail-slider__info dd {
    color: #333;
    font-size: var(--t15);
    font-weight: 400;
    line-height: 150%;
}

.main-hot-slider__slider {
    margin-top: 56px;
    width: 100%;
    position: relative;
}

.main-hot-slider__item.swiper-slide {
    width: calc((100% - 60px) / 3);
    margin-top: auto;
}

.hot-grid-list__thumb {
    width: 100%;
    padding-top: 76.1194029851%;
    overflow: hidden;
    position: relative;
}

.hot-grid-list__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(50px);
    border-radius: 20px 20px 0 0;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.main-hot-slider__item.swiper-slide.active .hot-grid-list__thumb img {
    transform: translateY(0);
}

.hot-grid-list__info {
    margin-top: -20px;
    padding: 28px 35px 35px;
    background-color: #fff;
    border-radius: 20px 0 20px 20px;
    position: relative;
    z-index: 1;
}

.hot-grid-list__info::before {
    content: '';
    width: 41px;
    height: 36px;
    background-image: url('data:image/svg+xml;utf8,<svg width="41" height="36" viewBox="0 0 41 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M41 36H0C21.2089 36 38.6777 20.257 41 0V36Z" fill="white"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 100%;
    right: 0;
}

.sec-main-cal {
    padding-top: 120px;
}

.cal-wrap {
    margin-top: 30px;
}

.cal-nav {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.cal-nav__btn + .cal-nav__btn {
    margin-left: 5px;
}

.cal-header {
    display: flex;
    height: 80px;
    padding: 0 30px;
    border-radius: 20px 20px 0 0;
    background: #252525;
    align-items: center;
}

.cal-header__title {
    color: #fff;
    font-size: var(--t24);
    font-weight: 700;
}

.main-cal-col {
    display: flex;
    border-radius: 0 0 20px 20px;
    border: 1px solid #e2e2e2;
    border-top: none;
    overflow: hidden;
}

.cal-table {
    flex: 1050;
    min-width: 0;
    position: relative;
}

.main-cal-col .cal-table {
    border-right: 1px solid #e2e2e2;
}

.main-cal-list {
    flex: 510;
    min-width: 0;
}

.cal-table thead th {
    height: 60px;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: #f5f5f5;
    color: #111;
    text-align: center;
    font-size: var(--t17);
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.51px;
}

.cal-table thead th:last-child {
    border-right: none;
}

.cal-table thead th.cal-table__sun {
    color: #fb6769;
}

.cal-table thead th.cal-table__sat {
    color: #5390da;
}

.main-cal-day {
    height: 120px;
    position: relative;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    padding-top: 36px;
    padding-bottom: 23px;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: top;
}

.main-cal-day:last-child {
    border-right: none;
}

.cal-table tbody tr:last-child .main-cal-day {
    border-bottom: none;
}

.main-cal-day__day {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 8px;
    color: #555;
    font-size: var(--t15);
    font-weight: 500;
    line-height: 150%;
}

.main-cal-day--prev .main-cal-day__day,
.main-cal-day--next .main-cal-day__day {
    color: #c0c0c0;
}

.main-cal-day__item {
    width: 100%;
    padding: 1px 6px;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--t13);
    font-weight: 600;
    line-height: 150%;
    border-radius: 3px;
    background: #4ad0c1;
}

.main-cal-day__item + .main-cal-day__item {
    margin-top: 2px;
}

.main-cal-day__item:nth-of-type(n + 3) {
    display: none;
}

.cal-item-color--blue-light {
    background-color: rgba(76, 143, 244, 1);
}

.cal-item-color--sky-light {
    background-color: rgba(74, 181, 235, 1);
}

.cal-item-color--cyan-light {
    background-color: rgba(74, 208, 193, 1);
}

.cal-item-color--indigo-light {
    background-color: rgba(123, 125, 213, 1);
}

.cal-item-color--teal-light {
    background-color: rgba(50, 193, 208, 1);
}

.main-cal-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    background: #eff5ff;
    height: 23px;
    line-height: 23px;
}

.main-cal-more span {
    pointer-events: none;
}

.cal-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    z-index: 1;
    border: 1px solid #89b3f2;
    background: #fff;
    box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.1);
    display: none;
    animation: showOpacity 0.3s forwards;
}

.cal-modal.open {
    display: block;
}

.cal-modal__header {
    padding: 15px 20px;
    border-bottom: 1px solid #89b3f2;
    background: #eff5ff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cal-modal__btn-close {
    width: 18px;
    height: 18px;
    background-image: url(../img/assets/ico-btn-close-small.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    color: transparent;
}

.cal-modal__cont {
    padding: 10px 25px;
}

.cal-modal__item {
    padding: 10px 0;
    border-radius: 3px;
    border-bottom: 1px dashed #e2e2e2;
}

.cal-modal__link {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #555;
    font-size: var(--t14);
    font-weight: 400;
    line-height: 150%;
}

.cal-modal__link span {
    color: #111;
    font-size: var(--t14);
    font-weight: 600;
    line-height: 150%;
    margin-right: 5px;
}

.main-cal-list {
    padding-bottom: 95px;
    min-height: 0;
    position: relative;
}

.main-cal-list__list {
    padding: 20px 40px;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 95px;
    width: 100%;
}

.main-cal-list__more {
    position: absolute;
    bottom: 28px;
    left: 28px;
    right: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: var(--t17);
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.51px;
    border-radius: 10px;
    background: #004ec3;
    padding: 20px;
    height: 67px;
}

.main-cal-list__more::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15 2H9C8.44772 2 8 2.44772 8 3V5C8 5.55228 8.44772 6 9 6H15C15.5523 6 16 5.55228 16 5V3C16 2.44772 15.5523 2 15 2Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 4H18C18.5304 4 19.0391 4.21071 19.4142 4.58579C19.7893 4.96086 20 5.46957 20 6V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22H6C5.46957 22 4.96086 21.7893 4.58579 21.4142C4.21071 21.0391 4 20.5304 4 20V6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 11H16" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 16H16" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 11H8.01" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 16H8.01" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 9px;
}

.main-cal-list__item {
    padding: 25px 0;
    border-bottom: 1px solid #e2e2e2;
}

.main-cal-list__title {
    color: #252525;
    font-size: var(--t17);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.51px;
}

.main-cal-list__info {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.main-cal-list__info dl {
    display: flex;
    align-items: center;
}

.main-cal-list__info dl + dl {
    margin-left: 20px;
    position: relative;
}

.main-cal-list__info dl + dl::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background: #d4d4d4;
}

.main-cal-list__info dl dt {
    color: #004ec3;
    font-size: var(--t14);
    font-weight: 600;
    line-height: 150%;
}

.main-cal-list__info dl dd {
    margin-left: 5px;
    color: #666;
    font-size: var(--t14);
    font-weight: 500;
    line-height: 150%;
}

.sec-main-news {
    padding-top: 110px;
    padding-bottom: 173px;
}

.main-news-slider {
    margin-top: 50px;
}

.main-news-slider__item.swiper-slide {
    width: calc((100% - 100px) / 5);
    position: relative;
}

.main-news-slider__thumb {
    width: 100%;
    padding-top: 136.9863013699%;
    position: relative;
}

.main-news-slider__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.main-news-slider__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}

.main-news-slider__cate {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: var(--t14);
    font-weight: 600;
    line-height: 150%;
    border: 1px solid #999;
}

.main-news-slider__title {
    margin-top: 9px;
    color: #fff;
    font-size: var(--t18);
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.36px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main-news-slider .swiper-container {
    overflow: visible;
}

.main-news-slider {
    position: relative;
}

.main-news-slider::before {
    content: '';
    width: calc((100vw - var(--content-wrapper)) / 2);
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 62.1%);
    z-index: 2;
    backdrop-filter: grayscale(100%);
    pointer-events: none;
}

.main-news-slider::after {
    content: '';
    width: calc((100vw - var(--content-wrapper)) / 2);
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 62.1%);
    z-index: 2;
    backdrop-filter: grayscale(100%);
    pointer-events: none;
}

.main-news-slider .nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    z-index: 3;
    transform: translateY(-50%);
}

.main-news-slider .nav button {
    pointer-events: visible;
}

.main-news-slider .nav .nav-prev {
    transform: translateX(calc((100% + 7px) * -1));
}

.main-news-slider .nav .nav-next {
    transform: translateX(calc((100% + 7px)));
}

.sec-main-bottom {
    padding-top: 145px;
    padding-bottom: 127px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-bottom {
    margin-top: 14px;
}

.main-bottom__desc {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: var(--t20);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.4px;
}

.main-bottom__sub {
    color: #06f;
    text-align: center;
    font-size: var(--t33);
    font-weight: 700;
}

.main-bottom__title {
    margin-top: 5px;
    color: #fff;
    text-align: center;
    font-family: 'Wavve PADO TTF';
    font-size: var(--t60);
    font-weight: 400;
    letter-spacing: -1.8px;
}

.main-bottom__desc {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: var(--t20);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.4px;
}

.partner-marquee {
    margin-top: 54px;
    width: 100vw;
    margin-left: calc(var(--base-padding) * -1);
}

.partner-marquee__list {
    display: flex;
    width: max-content;
    animation: marquee-slide 40s linear infinite;
}

.partner-marquee__row + .partner-marquee__row {
    margin-top: 20px;
}

.partner-marquee__item {
    padding-right: 30px;
}

.partner-marquee__item img {
    max-width: 100%;
    display: block;
    border-radius: 16px;
}

@-webkit-keyframes marquee-slide {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-moz-keyframes marquee-slide {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-o-keyframes marquee-slide {
    0% {
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes marquee-slide {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.partner-marquee__list--reverse {
    animation-direction: reverse;
}

/* .partner-marquee:hover .partner-marquee__list {
    animation-play-state: paused;
} */
