.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%);
}

.main-hot {
    display: flex;
}

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

.comm-fraction__btn {
    width: 28px;
    height: 28px;
}

.comm-fraction__btn svg {
    width: 100%;
}

.comm-fraction__btn + .comm-fraction__btn {
    margin-left: 7px;
}

.comm-fraction {
    display: flex;
    align-items: center;
}

.comm-fraction__btn + .comm-fraction__btn {
    margin-left: 8px;
}

.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: #0080fb;
}

.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: #0080fb;
}

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

.grid-data {
    margin-top: 20px;
}

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

.grid-data dt {
    flex: 0 0 60px;
    min-width: 0;
    color: #555;
    font-size: var(--t15);
    font-weight: 600;
    line-height: 150%; /* 22.5px */
}

.grid-data dd {
    flex: 1;
    color: #666;
    font-size: var(--t15);
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}

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

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

.list-cont .cal-wrap {
    margin-top: 0;
}

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

.cal-header--center {
    justify-content: center;
}

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

.cal-header--center .cal-header__title {
    margin: 0 35px;
}

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

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

.cal-submenu {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
}

.cal-submenu__btn {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
    font-size: 0;
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cal-submenu__btn--my {
    background-image: url(../img/assets/ico-btn-my-cal.svg);
    background-color: #06f;
}

.cal-submenu__btn--list {
    background-image: url(../img/assets/ico-btn-cal-list.svg);
}

.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;
    border: 1px solid #e2e2e2;
    border-radius: 0 0 20px 20px;
}

.main-cal-col .cal-table {
    border: none;
    border-radius: 0;
}

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

.main-cal-list {
    flex: 510;
    min-width: 0;
    border-left: 1px solid #e2e2e2;
}

.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;
    padding-top: 36px;
    padding-bottom: 23px;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: top;
}

.main-cal-day.current::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: 1px solid #ec607f;
    background: rgba(251, 103, 105, 0.05);
    pointer-events: none;
    pointer-events: none;
}

.main-cal-day__select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.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%;
    z-index: 1;
}

.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;
    position: relative;
    z-index: 1;
}

.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;
    z-index: 1;
}

.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: #0080fb;
    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%;
}

.grid-list__list {
    display: grid;
    column-gap: 20px;
    -ms-column-gap: 20px;
    row-gap: 30px;
    -ms-row-gap: 30px;
}

.grid-list__list.grid-list__list--col3 {
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
}

.grid-list__list.grid-list__list--col4 {
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-template-columns: repeat(4, 1fr);
}

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

.grid-list__link {
    display: block;
    padding: 30px 35px;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    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;
    margin-bottom: 12px;
}

.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;
}

.cate-color--gray {
    border-color: #333 !important;
    color: #333 !important;
    background-color: #fff;
}

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

.grid-list__title {
    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;
}

.hot-grid-list__info {
    margin-top: -20px;
    padding: 28px 30px 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;
}

.hot-grid-list__rank {
    padding: 8px 20px;
    border-radius: 0 20px;
    background: #004ec3;
    color: #fff;
    font-size: var(--t15);
    font-weight: 700;
    line-height: 150%; /* 22.5px */
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.hot-grid-list__rank--1 {
    background: #004ec3;
}

.hot-grid-list__rank--2 {
    background: #0086de;
}

.hot-grid-list__rank--3 {
    background: #009dd2;
}

.hot-grid-list__rank--4 {
    background: #00c6af;
}

.hot-grid-list__thumb .grid-list__dday {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    z-index: 1;
    font-size: var(--t15);
    font-weight: 700;
    line-height: 150%; /* 22.5px */
}

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

.hot-grid-list__thumb::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 8.05%, rgba(0, 0, 0, 0) 53.41%);
}

.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;
}

.hot-grid-list__thumb--fixed {
    padding-top: 64.7590361446%;
}

.hot-grid-list__thumb--fixed img {
    transform: translateY(0);
}

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

.sec-page-title {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.sec-page-title__title {
    color: #000;
    font-family: Paperlogy;
    font-size: var(--t40);
    font-weight: 700;
    line-height: 120%; /* 48px */
}

.sec-page-title__desc {
    margin-top: 30px;
    color: #666;
    font-size: var(--t18);
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.36px;
}

.sec-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-title__left {
    display: flex;
    align-items: center;
}

.sec-title__right {
    margin-left: auto;
}

.sec-title__title {
    color: #000;
    font-family: Paperlogy;
    font-size: var(--t27);
    font-weight: 700;
    line-height: 120%; /* 32.4px */
}

.sec-title__sub {
    color: #06f;
    font-family: Paperlogy;
    font-size: var(--t15);
    font-weight: 700;
    line-height: 150%; /* 22.5px */
}

.sec-title__title + .sec-title__sub {
    margin-left: 16px;
}

.sec-title__cal {
    margin-left: 30px;
    color: #004ec3;
    font-size: var(--t22);
    font-weight: 700;
    line-height: 130%; /* 28.6px */
    letter-spacing: -0.44px;
    padding-left: 29px;
    background-image: url(../img/assets/ico-cal-blue.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.sec-title__count {
    margin-left: 10px;
    color: #000;
    font-size: var(--t16);
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.sec-title__count b {
    color: #004ec3;
    font-size: var(--t22);
    font-weight: 700;
    line-height: 130%; /* 28.6px */
}

.sec-title__more {
    color: #666;
    font-size: var(--t16);
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
    padding-right: 24px;
    position: relative;
}

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

.hot-announce-slider__item.swiper-slide {
    width: calc((100% - 72px) / 4);
}

.sec-title + .hot-announce-slider {
    margin-top: 40px;
}

.result-hot-announce .hot-announce-slider {
    margin-top: 40px;
}

.hot-announce-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%);
}

.hot-announce-slider .nav button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-radius: 60px;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    pointer-events: visible;
    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;
}

.hot-announce-slider .nav button svg {
    width: 100%;
    height: 100%;
}

.hot-announce-slider .nav button svg path {
    stroke: #000;
}

.hot-announce-slider .nav button:hover {
    border: 1px solid #000;
    background: #000;
}

.hot-announce-slider .nav button:hover svg path {
    stroke: #fff;
}

.hot-announce-slider .nav .nav__prev {
    transform: translateX(calc(-100% - 20px));
}

.hot-announce-slider .nav .nav__next {
    transform: translateX(calc(100% + 20px));
}

.hot-announce {
    margin-top: 25px;
}

.hot-announce {
    position: relative;
}

.sec-hot-announce__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.sec-hot-announce__bg img {
    display: block;
    width: 100%;
}

.hot-announce-copy {
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.hot-announce-copy__title {
    color: #fff;
    font-family: Paperlogy;
    font-size: var(--t22);
    font-weight: 700;
    line-height: 150%; /* 33px */
}

.hot-announce-copy__desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--t18);
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
}

.hot-announce-copy svg {
    margin-top: 8px;
}

.hot-announce-copy::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(125px);
    z-index: 1;
    width: 170px;
    height: 108px;
    background-image: url(../img/assets/img-hot-announce-person.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec-hot-announce + .sec-list-cont {
    padding-top: 80px;
}

section.sec-list-cont {
    overflow: visible;
}

.list-cont {
    position: relative;
}

.filter-hidden-btn {
    display: flex;
    align-items: center;
    padding-right: 16px;
    position: relative;
    position: absolute;
    bottom: calc(100% + 20px);
    right: 0;
}

.filter-hidden-btn span {
    color: #004ec3;
    font-size: var(--t16);
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}

.filter-hidden-btn::after {
    content: '';
    display: block;
    width: 8px;
    height: 5px;
    background-image: url(../img/assets/ico-angle-filter-toggle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.filter-hidden-btn svg {
    margin-right: 5px;
}

.sec-title + .list-cont {
    margin-top: 20px;
}

.list-filter {
    border-radius: 15px;
    border: 1px solid #89b3f2;
    background: #f7faff;
    margin-bottom: 50px;
    position: relative;
}

.list-filter-hidden {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.list-filter-hidden.open {
    height: auto;
}

.list-filter__row {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 40px;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    gap: 25px 30px;
}

.list-filter__col {
    display: flex;
    gap: 15px;
}

.list-filter > .list-filter__row:last-child {
    border-bottom: none;
}

.list-filter > .list-filter-hidden:last-child .list-filter__row:last-child {
    border-bottom: none;
}

.list-filter-label {
    flex: 0 0 118px;
}

.list-filter__col .list-filter-label {
    flex: none;
}

.list-filter-label--center {
    display: flex;
    align-items: center;
}

.list-filter__text {
    color: #000;
    font-size: var(--t16);
    font-weight: 600;
    line-height: 150%; /* 24px */
    padding: 8px 0;
}

.list-filter-checkbox {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.list-filter__col .list-filter-checkbox {
    gap: 3px;
}

.list-filter-checkbox__input {
    display: none;
}

.list-filter-checkbox__label {
    display: flex;
    align-items: center;
    border-radius: 45px;
    border: 1px solid #d4d4d4;
    background: #fff;
    padding: 8px 20px 8px 10px;
    color: #333;
    font-size: var(--t15);
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    cursor: pointer;
}

.list-filter-checkbox__label::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../img/assets/ico-checkbox-round-o.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 7px;
}

.list-filter-checkbox__input:checked + .list-filter-checkbox__label::before {
    background-image: url(../img/assets/ico-checkbox-round.svg);
}

.list-filter-radio {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.list-filter__col .list-filter-radio {
    gap: 3px;
}

.list-filter-radio__input {
    display: none;
}

.list-filter-radio__label {
    display: flex;
    align-items: center;
    border-radius: 45px;
    border: 1px solid #d4d4d4;
    background: #fff;
    padding: 8px 20px 8px 10px;
    color: #333;
    font-size: var(--t15);
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    cursor: pointer;
}

.list-filter-radio__label::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../img/assets/ico-radio-round-o.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 7px;
}

.list-filter-radio__input:checked + .list-filter-radio__label::before {
    background-image: url(../img/assets/ico-radio-round.svg);
}

.list-filter-field {
    flex: 1;
    min-width: 0;
}

.list-filter-search {
    display: flex;
    align-items: center;
    gap: 20px;
}

.list-filter-search__input {
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    background: #fff;
    height: 46px;
    flex: 1;
}
.list-filter-search__input + label {
    display: none;
}

.list-filter-search__btns {
    flex: 0 0 308px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.list-filter-search__btn-search {
    flex: 1;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #004ec3;
    background: #004ec3;
    color: #fff;
    font-size: var(--t16);
    font-weight: 600;
    letter-spacing: -0.16px;
}

.list-filter-search__btn-clear {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #333;
    font-size: var(--t15);
    font-weight: 400;
}

.search-all-btn {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 20px;
    border-radius: 40px;
    border: 1px solid #004ec3;
    background: #004ec3;
    color: #fff;
    font-size: var(--t16);
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}

.search-all-btn::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../img/assets/ico-search-btn-all.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.filter-search-all {
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #d1e1ff;
}

.filter-search-all__field {
    position: relative;
    width: 100%;
    padding-right: 65px;
}

.filter-search-all__input {
    width: 100%;
    border-radius: 10px 0 0 10px;
    border: 2px solid #000;
    background: #fff;
    height: 65px;
    padding: 0 60px 0 24px;
    color: #000;
    font-size: var(--t20);
    font-weight: 500;
    line-height: 140%; /* 28px */
    letter-spacing: -0.4px;
}

.filter-search-all__input + label {
    display: none;
}

.filter-search-all__btn-clear {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 84px;
    background-image: url(../img/assets/ico-search-btn-clear.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    color: transparent;
    font-size: 0;
}

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

.filter-search-all__option {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.filter-search-recent {
    display: flex;
    align-items: center;
    gap: 26px;
}

.filter-search-recent__label {
    color: #333;
    font-size: var(--t16);
    font-weight: 600;
    letter-spacing: -0.16px;
}

.filter-search-recent__list {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
}

.filter-search-recent__item {
    display: flex;
    gap: 5px;
    align-items: center;
}

.filter-search-recent__keyword {
    color: #778daf;
    font-size: var(--t15);
    font-weight: 400;
}

.filter-search-recent__keyword::before {
    content: '#';
    color: #778daf;
    font-size: var(--t15);
    font-weight: 400;
}

.filter-search-recent__remove {
    width: 17px;
    height: 17px;
    font-size: 0;
    color: transparent;
    background-image: url(../img/assets/ico-search-recent-btn-clear.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.list-result {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.list-sort {
    display: flex;
    align-items: center;
    gap: 13px;
}

.list-result__total {
    color: #000;
    font-size: var(--t16);
    font-weight: 500;
    line-height: 150%; /* 24px */
    padding-left: 10px;
}

.list-result__total b {
    color: #004ec3;
    font-size: var(--t22);
    font-weight: 700;
    line-height: 130%; /* 28.6px */
}

.cal-wrap + .wide-list {
    margin-top: 64px;
}

.sec-title + .wide-list__list {
    margin-top: 25px;
}

.wide-list__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
    -ms-row-gap: 15px;
}

.wide-list__item {
    padding: 30px 35px;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    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;
}

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

.wide-list__cate {
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid #333;
    background: #fff;
    color: #333;
    font-size: var(--t14);
    font-weight: 600;
    line-height: 150%; /* 21px */
}

.wide-list__title {
    display: block;
    margin-top: 13px;
    color: #111;
    font-size: var(--t18);
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
}

.wide-list__data {
    margin-top: 10px;
    display: flex;
}

.wide-list__data dl {
    display: flex;
    align-items: center;
}

.wide-list__data dl + dl {
    margin-left: 30px;
    position: relative;
}

.wide-list__data dl + dl::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background: #e2e2e2;
}

.wide-list__data dl dt {
    margin-right: 8px;
    color: #555;
    font-size: var(--t15);
    font-weight: 600;
    line-height: 150%; /* 22.5px */
}

.wide-list__data dl dd {
    color: #666;
    font-size: var(--t15);
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}

.list-func {
    display: flex;
    align-items: center;
    gap: 7px;
}

.list-func__btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 0;
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.list-func__btn--share {
    background-image: url(../img/assets/ico-func-share.svg);
    background-color: #004ec3;
}

.list-func__btn--favorite {
    background-image: url(../img/assets/ico-func-favorite.svg);
    background-color: #d4d4d4;
}

.list-func__btn--favorite.active {
    background-color: #0086de;
}

.list-func__btn--alarm {
    background-image: url(../img/assets/ico-func-alarm.svg);
    background-color: #d4d4d4;
}

.list-func__btn--alarm.active {
    background-color: #00b8cb;
}

.list-func__btn--email {
    background-image: url(../img/assets/ico-func-mail.svg);
    background-color: #00c6af;
}

.list-func__btn--call {
    background-image: url(../img/assets/ico-func-call.svg);
    background-color: #009dd2;
}

.article-title {
    border-top: 2px solid #000;
    padding: 34px 30px 40px 30px;
}

.article-title__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.article-title__title {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    color: #000;
    font-size: var(--t27);
    font-weight: 600;
    line-height: 140%; /* 37.8px */
    letter-spacing: -0.54px;
    gap: 10px;
    padding: 6px 0;
}

.article-title__cate {
    border-radius: 20px;
    border: 1px solid #004ec3;
    background: #fff;
    padding: 5px 15px;
    color: #004ec3;
    font-size: var(--t16);
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
    align-self: flex-start;
    margin-top: 2px;
}

.article-title-data {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.article-title-data dl {
    display: flex;
    align-items: center;
    gap: 8px;
}

.article-title-data dl + dl {
    position: relative;
}

.article-title-data dl + dl::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background: #e2e2e2;
}

.article-title-data dl dt {
    display: flex;
    gap: 3px;
    color: #555;
    font-size: var(--t16);
    font-weight: 600;
    line-height: 150%; /* 24px */
}

.article-title-data dl dt.article-title-data__hidden {
    display: none;
}

.article-title-data dl dd {
    color: #999;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.16px;
}

.article-title-data dl dd b {
    color: #004ec3;
    font-weight: 700;
}

.article-title-data__date::before {
    content: '';
    width: 23px;
    height: 23px;
    display: block;
    background-image: url(../img/assets/ico-data-date.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.article-title-data__corp::before {
    content: '';
    width: 23px;
    height: 23px;
    display: block;
    background-image: url(../img/assets/ico-data-corp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.announce-info__col {
    border-radius: 10px;
    border: 1px solid #89b3f2;
    background: #f7faff;
    padding: 0 40px;
}

.announce-info__list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-template-columns: repeat(1, 1fr);
    column-gap: 80px;
    -ms-column-gap: 80px;
    row-gap: 20px;
    -ms-row-gap: 20px;
}

.announce-info__col .announce-info__list {
    padding: 40px 0;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
}

.announce-info__col .announce-info__list::before,
.announce-info__col .announce-info__list::after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e4ecfa;
}

.announce-info__col .announce-info__list::before {
    left: calc((100% - 160px) / 3 + 40px);
}

.announce-info__col .announce-info__list::after {
    right: calc((100% - 160px) / 3 + 40px);
}

.announce-info dl {
    width: 100%;
    display: flex;
    align-items: center;
}

.announce-info__col .announce-info__list dl {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
}

.announce-info__btn-apply {
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #004ec3;
    background: #f5f7fa;
    color: #004ec3;
    font-size: var(--t16);
    font-weight: 700;
    letter-spacing: -0.16px;
    margin-left: 20px;
}

.announce-info dl dt,
.announce-info p {
    min-width: 0;
    flex: 0 0 120px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    position: relative;
    color: #000;
    font-size: var(--t16);
    font-weight: 600;
    line-height: 150%; /* 24px */
}

.announce-info dl dt::before,
.announce-info p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
}

.announce-info span {
    margin-top: 6px;
    display: block;
    padding-left: 25px;
    color: #666;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 150%; /* 24px */
}

p.announce-info__text-noti {
    color: #ec607f;
}

p.announce-info__text-noti::before {
    background-color: #ec607f;
}

.announce-info dl dd {
    color: #666;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.accounce-title {
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #bbc4d8;
    background: #fff;
    overflow: hidden;
    margin-bottom: 50px;
}

.accounce-title__top {
    padding: 40px;
}

.accounce-title__sub {
    color: #000;
    font-size: var(--t16);
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}

.accounce-title__title {
    margin-top: 5px;
    color: #004ec3;
    font-size: var(--t27);
    font-weight: 600;
    line-height: 130%; /* 35.1px */
    letter-spacing: -0.54px;
}

.accounce-title__desc {
    margin-top: 20px;
    color: #666;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.accounce-title__btm {
    padding: 20px 40px;
    text-align: right;
    background: #f5f7fa;
}

.accounce-title__date {
    color: #555;
    font-size: var(--t18);
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.36px;
}

.accounce-title__sign {
    margin-top: 2px;
    color: #252525;
    font-family: Paperlogy;
    font-size: var(--t20);
    font-weight: 700;
    line-height: 130%; /* 26px */
}

.article-block + .article-block {
    margin-top: 50px;
}

.article-block__cont {
    margin-top: 20px;
    padding: 40px 40px 50px;
    border-radius: 10px;
    border: 1px solid #bbc4d8;
    background: #fff;
}

.announce-detail img {
    border-radius: 10px;
}

.article-foot {
    margin-top: 50px;
}

.article-attach {
    padding: 24px 40px;
    display: flex;
    border-radius: 10px;
    background: #f5f5f5;
    gap: 20px;
    margin-bottom: 30px;
}

.article-attach__label {
    color: #000;
    font-size: var(--t18);
    font-weight: 600;
    line-height: 180%; /* 32.4px */
    letter-spacing: -0.18px;
    padding: 5px 0;
}

.article-attach__list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.article-attach__item {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    background: #fff;
}

.article-attach__item::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/assets/ico-article-attach.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.article-attach__item::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/assets/ico-article-download.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.article-attach__name {
    display: block;
    color: #555;
    font-size: var(--t15);
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}

.article-attach__size {
    display: block;
    color: #999;
    font-size: var(--t14);
    font-weight: 400;
    line-height: 150%; /* 21px */
    white-space: nowrap;
}

.article-nav {
    border-top: 1px solid #333;
    padding: 30px 10px 20px;
    display: flex;
    position: relative;
    align-items: center;
}

.article-nav__left {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-start;
}

.article-nav__right {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}

.article-nav__list {
    display: flex;
    align-items: center;
    padding: 18px 40px;
    border-radius: 30px;
    background: #06f;
    color: #fff;
    font-size: var(--t16);
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}

.article-nav__list::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/assets/ico-article-list.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 7px;
}

.article-nav__prev {
    color: #666;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
    padding-left: 97px;
    background-image: url(../img/assets/ico-article-nav-prev.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    position: relative;
}

.article-nav__prev::before {
    content: '이전글';
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #5390da;
    font-size: var(--t16);
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}

.article-nav__next {
    color: #666;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
    padding-right: 97px;
    background-image: url(../img/assets/ico-article-nav-next.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px;
    position: relative;
}

.article-nav__next::before {
    content: '다음글';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #5390da;
    font-size: var(--t16);
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}

.article-body {
    border-top: 1px solid #d4d4d4;
    padding: 60px 30px 10px;
}

.article-body img {
    border-radius: 20px;
    max-width: 100%;
}

.article-body p,
.article-body ul,
.article-body ol,
.article-body pre,
.article-body blockquote,
.article-body span,
.article-body a,
.article-body b,
.article-body strong,
.article-body em,
.article-body li {
    line-height: 180%;
}

.sec-search {
    margin-bottom: calc(var(--sub-bottom-padding) * -1);
    padding-bottom: var(--sub-bottom-padding);
}

.search-tab {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #d4d4d4;
    margin-left: 1px;
}

.search-tab__item {
    min-width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 40px;
    border: 1px solid #d4d4d4;
    height: 70px;
    margin-bottom: -1px;
    margin-left: -1px;
}

.search-tab__item span {
    color: #666;
    font-size: var(--t18);
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.36px;
}

.search-tab__item i {
    padding: 2px 7px;
    color: #666;
    font-size: var(--t14);
    font-weight: 500;
    line-height: 150%; /* 21px */
    border-radius: 18px;
    background: #e2e2e2;
}

.search-tab__item.current {
    background-color: #000;
    border-color: #000;
}

.search-tab__item.current span {
    color: #fff;
    font-weight: 700;
}

.search-tab__item.current i {
    color: #fff;
    font-weight: 700;
    background: #06f;
}

.search-result-top {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    border-bottom: 2px solid #000;
}

.search-result-top__title {
    color: #000;
    font-size: var(--t24);
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.48px;
}

.search-result-top__title span {
    color: #004ec3;
}

.search-result-top__desc {
    margin-top: 10px;
    color: #666;
    font-size: var(--t18);
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
}

.search-result-top__desc span {
    color: #004ec3;
    font-weight: 700;
}

.search-result-top__desc b {
    font-weight: 700;
    color: #000;
}

.search-result-block {
    margin-top: 80px;
}

.result-hot-announce {
    width: var(--base-width);
    margin-left: calc(var(--base-width) / 2 * -1 + 50%);
    padding-top: 80px;
    padding-bottom: 90px;
    position: relative;
    background: #eff5ff;
    padding-left: var(--base-padding);
    padding-right: var(--base-padding);
}

.result-hot-announce:last-child {
    margin-bottom: calc(var(--sub-bottom-padding) * -1);
}

.search-result-block + .result-hot-announce {
    margin-top: 87px;
}

.result-hot-announce__bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.result-hot-announce__bg img {
    width: 100%;
}

.result-hot-announce__col {
    display: flex;
    align-items: flex-end;
}

.result-hot-announce__tabs {
    margin-left: 43px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.result-hot-announce__tab {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 20px;
    border: 1px solid #c0c0c0;
    background: #fff;
    padding: 7px 20px;
    color: #666;
    font-size: var(--t17);
    font-weight: 500;
    line-height: 150%; /* 25.5px */
    letter-spacing: -0.51px;
}

.result-hot-announce__tab.current {
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-weight: 800;
}

.result-hot-announce__new {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #06f;
    font-family: Paperlogy;
    font-size: var(--t15);
    font-weight: 800;
    line-height: 150%; /* 22.5px */
}

.result-hot-announce__new::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/assets/ico-hot-announce-new.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.post-thumb-list__list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    -ms-row-gap: 20px;
}

.post-thumb-list__item {
    width: 100%;
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    padding: 30px 35px;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 30px;
}

.post-thumb-list__thumb img {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    object-fit: cover;
}

.post-thumb-list__info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.post-thumb-list__title {
    color: #111;
    font-size: var(--t18);
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
}

.post-thumb-list__desc {
    margin-top: 13px;
    color: #666;
    font-size: var(--t15);
    font-weight: 500;
    line-height: 160%; /* 24px */
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-thumb-list__info .icon-data {
    margin-top: 13px;
}

.icon-data {
    display: flex;
    gap: 30px;
}

.icon-data dl {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon-data dl + dl {
    position: relative;
}

.icon-data dl + dl::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background: #e2e2e2;
}

.icon-data dl dt {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #555;
    font-size: var(--t15);
    font-weight: 600;
    line-height: 150%; /* 22.5px */
}

.icon-data dl dt.icon-data__t-hidden {
    font-size: 0;
    gap: 0;
}

.icon-data dl dd {
    color: #666;
    font-size: var(--t15);
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}

.icon-data__ico::before {
    content: '';
    width: 23px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-data__ico--date::before {
    background-image: url(../img/assets/ico-data-date.svg);
}

.icon-data__ico--corp::before {
    background-image: url(../img/assets/ico-data-corp.svg);
}

.icon-data__ico--view::before {
    background-image: url(../img/assets/ico-data-view.svg);
}

.thumb-grid__list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    -ms-column-gap: 20px;
    row-gap: 25px;
    -ms-row-gap: 25px;
}

.thumb-grid__item {
    width: 100%;
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
}

.thumb-grid__thumb {
    width: 100%;
    padding-top: 63.8805970149%;
    position: relative;
    display: block;
}

.thumb-grid__thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.thumb-grid__info {
    padding: 25px 30px 35px;
    border-radius: 0 0 10px 10px;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
}

.thumb-grid__title {
    color: #111;
    font-size: var(--t18);
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-result-empty {
    padding: 10px 0 30px;
    border-bottom: 1px solid #d4d4d4;
}

.search-result-empty__text {
    color: #999;
    font-size: var(--t18);
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
}

.board-table-list {
    margin-top: 20px;
}

.board-table-list__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-template-columns: repeat(1, 1fr);
    border-top: 2px solid #000;
}

.board-table-list__item {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    border: 1px solid transparent;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    height: 90px;
    gap: 10px;
    min-width: 0;
    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;
}

.board-table-list__item--notice {
    background: #f7f7f7;
}

.board-table-list__item:hover {
    border: 1px solid #89b3f2;
    background: #f7faff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.board-table-list__no {
    flex: 0 0 120px;
    text-align: center;
    color: #999;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
    min-width: 0;
}

.board-table-list__cate {
    border-radius: 20px;
    border: 1px solid #004ec3;
    background: #fff;
    padding: 5px 15px;
    color: #004ec3;
    font-size: var(--t16);
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}

.board-table-list__title {
    flex: 1;
    min-width: 0;
    display: flex;
}

.board-table-list__date {
    flex: 0 0 180px;
    text-align: center;
    color: #999;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.16px;
    min-width: 0;
}

.board-table-list__link {
    overflow: hidden;
    color: #252525;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--t18);
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    display: block;
}

.board-table-list__item--new .board-table-list__link {
    padding-right: 30px;
    position: relative;
}

.board-table-list__item--new .board-table-list__link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url(../img/board/ico-board-new.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sort-input {
    position: relative;
    width: 336px;
}

.sort-input__input {
    width: 100%;
    padding: 14px 60px 14px 15px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    background: #fff;
    color: #555;
    font-size: var(--t15);
    font-weight: 500;
    min-width: 148px;
}

.sort-input__input + label {
    display: none;
}

.sort-input__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 100%;
    background-image: url(../img/assets/ico-search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    color: transparent;
}

.board-thumb-grid__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    -ms-column-gap: 30px;
    row-gap: 50px;
    -ms-row-gap: 50px;
    border-top: 2px solid #000;
    padding-top: 50px;
}

.board-thumb-grid__item {
    width: 100%;
    min-width: 0;
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
}

.board-thumb-grid__thumb {
    display: block;
    width: 100%;
    padding-top: 102.2900763359%;
    position: relative;
}

.board-thumb-grid__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.board-thumb-grid__info {
    padding: 25px 30px;
    border-radius: 0 0 10px 10px;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
}

.board-thumb-grid__cate {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    border: 1px solid transparent;
    background: #fff;
    backdrop-filter: blur(5px);
    padding: 5px 10px;
    font-size: var(--t14);
    font-weight: 600;
    margin-bottom: 10px;
}

.board-thumb-grid__title {
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #111;
    font-size: var(--t18);
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
}

.board-thumb-grid__date {
    margin-top: 10px;
    color: #666;
    font-size: var(--t15);
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}

.board-thumb-list {
    border-top: 2px solid #000;
}

.board-thumb-list__item {
    padding: 40px 0;
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    gap: 50px;
}

.board-thumb-list__thumb img {
    width: 400px;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
}

.board-thumb-list__info {
    padding-top: 20px;
    padding-bottom: 20px;
}

.board-thumb-list__cate {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    border: 1px solid transparent;
    background: #fff;
    backdrop-filter: blur(5px);
    padding: 5px 10px;
    font-size: var(--t14);
    font-weight: 600;
    margin-bottom: 10px;
}

.board-thumb-list__title {
    display: block;
    color: #111;
    font-size: var(--t20);
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: -0.4px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.board-thumb-list__desc {
    margin-top: 10px;
    color: #777;
    font-size: var(--t15);
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.board-thumb-list__date {
    margin-top: 15px;
    color: #666;
    font-size: var(--t15);
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}

.sec-corp-title {
    padding-top: 182px;
    padding-bottom: 182px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.corp-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.corp-title__bredcrumbs {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 10px;
}

.corp-title__bredcrumbs span {
    color: #fff;
    font-size: var(--t15);
    font-weight: 500;
}

.corp-title__bredcrumbs span + span {
    position: relative;
}

.corp-title__bredcrumbs span::before {
    content: '';
    width: 5px;
    height: 9px;
    background-image: url(../img/assets/ico-title-breadcrumbs.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
}

.corp-title__title {
    color: #fff;
    font-family: Paperlogy;
    font-size: var(--t60);
    font-weight: 700;
    line-height: 120%; /* 72px */
}

.corp-title__title-sub {
    margin-top: 15px;
    color: #fff;
    text-align: center;
    font-family: Paperlogy;
    font-size: var(--t27);
    font-weight: 600;
    line-height: 120%; /* 32.4px */
}

.corp-title__sub {
    margin-top: 13px;
    color: #fff;
    font-size: var(--t20);
    font-weight: 700;
    line-height: 120%; /* 24px */
    text-transform: capitalize;
}

.corp-title__desc {
    margin-top: 23px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: var(--t18);
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    text-transform: capitalize;
}

.lnb-tab {
    width: var(--base-width);
    margin-left: calc(var(--base-padding) * -1);
    padding-left: var(--base-padding);
    padding-right: var(--base-padding);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e2e2e2;
    gap: 40px;
    margin-bottom: 60px;
}

.lnb-tab__item {
    color: #666;
    font-size: var(--t18);
    font-weight: 400;
    letter-spacing: -0.54px;
    height: 77px;
    min-width: 81px;
    padding: 0 10px;
    position: relative;
}

.lnb-tab__item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #06f;
    opacity: 0;
}

.lnb-tab__item.current {
    color: #06f;
    font-weight: 700;
}

.lnb-tab__item.current::after {
    opacity: 1;
}

.corp-intro {
    padding-top: 40px;
    text-align: center;
}

.corp-intro__sub {
    color: #004ec3;
    font-family: Paperlogy;
    font-size: var(--t20);
    font-weight: 700;
    line-height: 150%; /* 30px */
}

.corp-intro__title {
    margin-top: 5px;
    color: #000;
    font-family: Paperlogy;
    font-size: var(--t40);
    font-weight: 700;
    line-height: 120%; /* 48px */
}

.corp-intro__desc {
    margin-top: 19px;
    color: #999;
    font-size: var(--t20);
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: -0.4px;
}

.corp-gallary {
    margin-top: 80px;
}

.corp-gallary-slider {
    width: 100%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.corp-gallary-slider__item.swiper-slide {
    width: 100%;
}

.corp-gallary-slider__item img {
    width: 100%;
}

.corp-gallary-slider .nav {
    position: absolute;
    bottom: 38px;
    right: 70px;
    z-index: 1;
}

.corp-gallary-slider .nav .comm-fraction__current {
    color: #fff;
}

.corp-gallary-slider .nav .comm-fraction__total {
    color: rgba(255, 255, 255, 0.4);
}

.corp-gallary-slider .nav .comm-fraction__track {
    background-color: rgba(255, 255, 255, 0.4);
}

.corp-gallery-grid {
    margin-top: 80px;
    width: var(--base-width);
    margin-left: calc(var(--base-width) / 2 * -1 + 50%);
    margin-bottom: 95px;
}

.corp-gallery-grid--box {
    padding-left: var(--base-padding);
    padding-right: var(--base-padding);
}

.corp-gallery-grid__list {
    display: flex;
    gap: 10px;
}

.corp-gallery-grid__item {
    flex: 1;
    height: 36.4583333333vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(1);
    position: relative;
    overflow: hidden;
    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;
    will-change: transform, filter;
}

.corp-gallery-grid--box .corp-gallery-grid__item {
    border-radius: 15px;
}

.corp-gallery-grid__item.current {
    flex: 0 0 67.7083333333vw;
    filter: grayscale(0);
}

.corp-gallery-grid--box .corp-gallery-grid__item.current {
    flex: 0 0 62.5vw;
}

.corp-gallery-grid__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(2);
    transition: All 1s ease-out;
    -webkit-transition: All 1s ease-out;
    -moz-transition: All 1s ease-out;
    -o-transition: All 1s ease-out;
    will-change: transform;
    pointer-events: none;
}

.corp-gallery-grid__item.current img {
    transform: scale(1);
}

.corp-info {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    -ms-column-gap: 50px;
}

.corp-info__item {
    width: 100%;
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    padding: 35px 40px;
    border-radius: 20px;
    background: #f5f5f5;
    position: relative;
}

.corp-info__item::before {
    content: '';
    width: 80px;
    height: 80px;
    background-image: url(../img/corp/img-corp-round-info.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
}

.corp-info__symbol {
    position: absolute;
    top: 0;
    right: 0;
}

.corp-info__title {
    color: #000;
    font-family: Paperlogy;
    font-size: var(--t24);
    font-weight: 700;
    padding-right: 30px;
}

.corp-info__desc {
    margin-top: 17px;
    color: #666;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.sec-corp-map {
    padding-top: 100px;
    margin-bottom: calc(var(--sub-bottom-padding) * -1);
}

.corp-intro + .corp-map {
    margin-top: 30px;
}

.corp-map {
    width: var(--base-width);
    margin-left: calc(var(--base-width) / 2 * -1 + 50%);
    height: 500px;
    overflow: hidden;
    position: relative;
}

.corp-map--box {
    margin-left: 0;
    width: 100%;
    border-radius: 15px;
}

.corp-map > div {
    position: absolute;
    top: -1px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.corp-board {
    margin-top: 95px;
}

.corp-board img {
    width: 100%;
}

.login-wrapper {
    max-width: 520px;
    margin: 0 auto;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.login-form_row {
    width: 100%;
}

.login-form__input {
    border-radius: 10px;
    background: #f5f5f5;
    padding: 0 20px;
    height: 64px;
    border: none;
    width: 100%;
    color: #000;
    font-size: var(--t16);
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}

.login-form__input + label {
    display: none;
}

.login-form__input:focus {
    border: 1px solid #5390da;
    background: #f7faff;
}

.login-form__input:not(:placeholder-shown) {
    border: 1px solid #5390da;
    background: #f7faff;
}

.login-option {
    margin-top: 10px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-option__find {
    display: flex;
    align-items: center;
    gap: 30px;
}

.login-option__link {
    color: #333;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}

.login-option__link + .login-option__link {
    position: relative;
}

.login-option__link + .login-option__link::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background: #e2e2e2;
}

.login-btns {
    margin-top: 10px;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
}

.login-sns {
    margin-top: 50px;
    text-align: center;
    position: relative;
}

.login-sns__label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #333;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
    padding: 0 20px;
    background-color: #fff;
    z-index: 1;
}

.login-sns::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
}

.login-sns__list {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
}

.login-sns__btn {
    display: block;
    position: relative;
}

.login-sns__btn span {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    color: #666;
    font-size: var(--t15);
    font-weight: 500;
    line-height: 150%; /* 22.5px */
    white-space: nowrap;
}

.join-box {
    border-radius: 20px;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 70px 100px;
}

.join-nav {
    display: flex;
    padding-bottom: 50px;
    border-bottom: 2px solid #333;
    gap: 30px;
}

.join-nav__item {
    flex: 1;
    min-width: 0;
    padding: 21px;
    padding-left: 30px;
    border-radius: 35px;
    border: 1px solid #e2e2e2;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-nav__item span {
    color: #666;
    font-size: var(--t18);
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
}

.join-nav__item span b {
    color: #999;
    font-size: var(--t18);
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    margin-right: 9px;
}

.join-nav__item svg {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.join-nav__item + .join-nav__item::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    width: 60px;
    height: 1px;
    background-color: #666;
}

.join-nav__item.current span {
    color: #252525;
    font-weight: 700;
}

.join-nav__item.current span b {
    color: #004ec3;
}

.join-nav__item.current path {
    stroke: #fff;
}

.join-nav__item.current rect {
    fill: #004ec3;
}

.join-cont {
    margin-top: 50px;
}

.member-title--center {
    text-align: center;
}

.member-title__top {
    display: flex;
    align-items: center;
    gap: 15px;
}

.member-title--center .member-title__top {
    justify-content: center;
    align-items: center;
}

.member-title__title {
    color: #000;
    font-family: Paperlogy;
    font-size: var(--t32);
    font-weight: 700;
    line-height: 120%; /* 38.4px */
}

.member-title__desc {
    color: #666;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 180%; /* 19.2px */
    letter-spacing: -0.16px;
    word-break: break-all;
}

.member-title__desc img {
    margin-top: 10px;
}

.member-title__list {
    margin-top: 15px;
}

.member-title--center .member-title__list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.member-title__list li {
    position: relative;
    padding-left: 14px;
}

.member-title__list li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 1px;
    color: #666;
    font-size: var(--t16);
    font-weight: 400;
    letter-spacing: -0.16px;
    margin-top: -2px;
}

.join-agree {
    margin-top: 30px;
}

.join-agree__all {
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    background: #f7f7f7;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 25px 30px;
}

.join-agree-block {
    margin-top: 50px;
}

.join-agree-block__title {
    color: #000;
    font-size: var(--t20);
    font-weight: 700;
    line-height: 140%; /* 28px */
    letter-spacing: -0.4px;
}

.join-agree-block__cont {
    margin-top: 20px;
    padding: 30px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    height: 260px;
    overflow-y: auto;
}

.join-agree-block__cont p {
    color: #666;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.16px;
}

.join-agree-block__cont p b {
    color: #252525;
    font-weight: 700;
}

.join-agree-block__cont p em {
    color: #252525;
    font-size: var(--t18);
    font-weight: 700;
}

.join-agree-block__foot {
    padding: 25px 30px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #d4d4d4;
}

.btn-ui-wrap {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.verif-box {
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    background: #f5f5f5;
    padding: 50px var(--base-padding) 70px;
}

.verif-box svg {
    margin-bottom: 10px;
}

.verif-box__title {
    color: #000;
    font-size: var(--t24);
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
}

.verif-box__desc {
    margin-top: 10px;
    color: #666;
    text-align: center;
    font-size: var(--t16);
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    letter-spacing: -0.16px;
}

.verif-box__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.member-msg {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.member-msg svg {
    margin-bottom: 15px;
}

.member-result {
    width: 100%;
    max-width: 650px;
    margin: 40px auto 0;
}

.member-result__btns {
    margin-top: 20px;
    width: 100%;
    display: flex;
}

.member-result__btns .btn-ui {
    flex: 1;
}

.member-result__box {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #89b3f2;
    background: #f7faff;
    text-align: center;
}

.member-result__text {
    color: #666;
    font-size: var(--t18);
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.36px;
}

.member-result__text b {
    color: #000;
    font-weight: 700;
}

.member-result__text span {
    color: #004ec3;
    font-weight: 700;
}

.sec-mypage-new {
    margin-top: 110px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: calc(var(--sub-bottom-padding) * -1);
    background: #f5f7fa;
}

.border-box {
    border-radius: 20px;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 70px;
}

.terms-cont__box {
    padding: 50px;
    border-radius: 15px;
    background: #f5f5f5;
}

.terms-cont__box p {
    color: #333;
    font-size: var(--t18);
    font-weight: 400;
    line-height: 180%; /* 32.4px */
    letter-spacing: -0.36px;
}

.terms-block {
    margin-top: 48px;
}

.terms-block + .terms-block {
    margin-top: 60px;
}

.terms-block h3 {
    color: #000;
    font-family: Paperlogy;
    font-size: var(--t27);
    font-weight: 700;
    line-height: 120%; /* 32.4px */
    margin-bottom: 25px;
}

.terms-block p {
    color: #333;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    letter-spacing: -0.16px;
}

.terms-block h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #004ec3;
    font-size: var(--t18);
    font-weight: 700;
    line-height: 180%; /* 32.4px */
    letter-spacing: 0.36px;
}

.terms-block p + ul,
.terms-block p + li,
.terms-block p + ol {
    margin-top: 5px;
}

.terms-block p + p,
.terms-block ul + p,
.terms-block li + p,
.terms-block ol + p {
    margin-top: 15px;
}

.terms-block li {
    color: #333;
    font-size: var(--t16);
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    letter-spacing: -0.16px;
}

.terms-block ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.terms-block ol li {
    list-style-type: decimal;
    margin-left: 20px;
}

.terms-block__table {
    margin-top: 25px;
    overflow-x: auto;
}

.terms-block table {
    border-top: 2px solid #252525;
    border-bottom: 1px solid #d4d4d4;
}

.terms-block table thead tr th {
    background: #f5f7fa;
    padding: 20px 30px;
    color: #000;
    font-size: var(--t18);
    font-weight: 700;
    line-height: 180%; /* 32.4px */
    letter-spacing: 0.36px;
}

.terms-block table tbody tr td {
    padding: 20px 30px;
}

.terms-block table thead tr th + th,
.terms-block table tbody tr td + td {
    border-left: 1px solid #e2e2e2;
}

section.sec-partners {
    padding-top: 90px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.sec-partners__scroll {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec-partners__scroll svg {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 0 0 7.377px 0 rgba(23, 94, 236, 0.3);
}

.sec-partners__scroll h2 {
    position: absolute;
    bottom: calc(100% + 22px);
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    font-family: Paperlogy;
    font-size: var(--t16);
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    white-space: nowrap;
}

.partners-list__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-template-columns: repeat(5, 1fr);
    column-gap: 30px;
    -ms-column-gap: 30px;
    row-gap: 25px;
    -ms-row-gap: 25px;
}

.partners-list__item {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    min-width: 0;
    border-radius: 15px;
    border: 1px solid #d4d4d4;
    background: #fff;
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    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;
}

.partners-list__item:hover {
    border-color: #06f;
    background: #eff5ff;
}

.partners-list__name {
    padding: 20px 0;
    color: #111;
    text-align: center;
    font-size: var(--t18);
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    word-break: break-all;
    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;
}

.partners-list__item:hover .partners-list__name {
    color: #004ec3;
    font-weight: 700;
}

.partners-list__thumb {
    position: relative;
    width: 100%;
    padding-top: 58.59375%;
    overflow: hidden;
}

.partners-list__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    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;
}

.partners-list__item:hover .partners-list__thumb img {
    transform: scale(1.05);
}

.partners-list__thumb::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 48px;
    height: 48px;
    background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5 2.5H17.5V7.5" stroke="white" stroke-opacity="0.8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.33398 11.6667L17.5007 2.5" stroke="white" stroke-opacity="0.8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 10.8333V15.8333C15 16.2754 14.8244 16.6993 14.5118 17.0118C14.1993 17.3244 13.7754 17.5 13.3333 17.5H4.16667C3.72464 17.5 3.30072 17.3244 2.98816 17.0118C2.67559 16.6993 2.5 16.2754 2.5 15.8333V6.66667C2.5 6.22464 2.67559 5.80072 2.98816 5.48816C3.30072 5.17559 3.72464 5 4.16667 5H9.16667" stroke="white" stroke-opacity="0.8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 15px 0 0 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    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;
}

.partners-list__item:hover .partners-list__thumb::after {
    background-color: #06f;
}

.sec-vision {
    padding-top: 120px;
    padding-bottom: 270px;
    background-color: #eff5ff;
    margin-bottom: calc(var(--sub-bottom-padding) * -1);
}

.vision-cont {
    margin-top: 70px;
}

.vision-top-grid {
    max-width: 1108px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    -ms-column-gap: 50px;
    row-gap: 40px;
    -ms-row-gap: 40px;
    padding-bottom: 345px;
}

.vision-top-grid__item {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    min-width: 0;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    padding: 69px 50px;
    min-height: 282px;
    position: relative;
}

.vision-top-grid__title {
    color: #333;
    text-align: center;
    font-size: var(--t18);
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    text-transform: capitalize;
}

.vision-top-grid__sub {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e2e2e2;

    text-align: center;
    font-size: var(--t22);
    font-weight: 700;
    line-height: 180%; /* 39.6px */
    text-transform: capitalize;
}

.vision-top-grid__sub.color--green {
    color: #00b8cb;
}

.vision-top-grid__sub.color--sky {
    color: #0086de;
}

.vision-top-grid__sub.color--blue {
    color: #004ec3;
}

.vision-top-grid__btm {
    position: absolute;
    top: calc(100% + 49px);
    left: 0;
    width: 100%;
}

.vision-top-grid__item + .vision-top-grid__item .vision-top-grid__btm::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/assets/img-symbol-plus-circle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.vision-top-grid__arrow {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.vision-top-grid__arrow svg {
    width: 0.3125vw;
    min-width: 4px;
    height: fit-content;
}

.vision-top-grid__symbol {
    display: block;
    margin: 0 auto;
}

.vision-top-grid__desc {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: var(--t18);
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    text-transform: capitalize;
}

.vision-btm-arrow {
    max-width: 799px;
    margin: 0 auto;
    position: relative;
    height: 136px;
    width: calc(100% - 206px);
}

.vision-btm-arrow__center {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.3125vw;
    min-width: 4px;
    height: fit-content;
}

.vision-btm-arrow__side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
}

.vision-btm-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-template-columns: repeat(5, 1fr);
    column-gap: 40px;
    -ms-column-gap: 40px;
    row-gap: 40px;
    -ms-row-gap: 40px;
}

.vision-btm-grid__item {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    border-radius: 30px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    padding: 70px 10px;
}

.vision-btm-grid__item:nth-child(1) {
    background-color: #3675d4;
}
.vision-btm-grid__item:nth-child(2) {
    background-color: #009dd2;
}
.vision-btm-grid__item:nth-child(3) {
    background-color: #67a4ff;
}
.vision-btm-grid__item:nth-child(4) {
    background-color: #00b8cb;
}
.vision-btm-grid__item:nth-child(5) {
    background-color: #00c6af;
}

.vision-btm-grid__text {
    color: var(--Color-white, #fff);
    text-align: center;
    font-size: var(--t18);
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    text-transform: capitalize;
}

.vision-info {
    padding-bottom: 110px;
    margin-bottom: 80px;
    border-bottom: 1px solid #d1e1ff;
}

.vision-info-block + .vision-info-block {
    margin-top: 90px;
}

.vision-info-block__title {
    color: var(--Color-black, #000);
    font-family: Paperlogy;
    font-size: var(--t27);
    font-weight: 700;
    line-height: 120%; /* 32.4px */
}

.vision-info-block__grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    -ms-column-gap: 25px;
    row-gap: 30px;
    -ms-row-gap: 30px;
}

.vision-info-block__item {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    min-width: 0;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    padding: 50px 40px;
    position: relative;
}

.vision-info-block__item.vision-info-block__item--col2 {
    grid-column: auto / span 2;
    -ms-grid-column: auto / span 2;
    min-width: 0;
}

.vision-edu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.vision-edu svg {
    width: 90px;
    height: 90px;
}

.vision-edu p {
    color: #000;
    text-align: center;
    font-size: var(--t22);
    font-weight: 500;
    line-height: 150%; /* 33px */
    letter-spacing: -0.44px;
    text-transform: capitalize;
}

.vision-text h4 {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    font-size: var(--t22);
    font-weight: 700;
    line-height: 150%; /* 33px */
    letter-spacing: -0.44px;
    text-transform: capitalize;
    margin-bottom: 26px;
}

.vision-text h4 span {
    padding: 6px 8px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #3675d4;
    color: #fff;
    text-align: center;
    font-size: var(--t18);
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    text-transform: capitalize;
}

.vision-text ul li {
    padding-left: 32px;
    color: #666;
    font-size: var(--t18);
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.36px;
    text-transform: capitalize;
    position: relative;
}

.vision-text ul li b {
    font-weight: 400;
    color: #252525;
}

.vision-text ul li:before {
    content: '•';
    position: absolute;
    left: 12px;
    top: 0;
    color: #666;
    font-size: var(--t18);
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.36px;
}

.vision-text strong {
    color: #000;
    text-align: center;
    font-size: var(--t18);
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.18px;
    text-transform: capitalize;
}

.vision-text p {
    color: #666;
    font-size: var(--t18);
    font-weight: 400;
    line-height: 180%; /* 32.4px */
    letter-spacing: -0.36px;
    text-transform: capitalize;
}

.vision-fixed-title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    border-radius: 15px 0;
    background: #32c1d0;
}

.vision-fixed-title h5 {
    color: #fff;
    font-size: var(--t18);
    font-weight: 700;
    line-height: 150%; /* 27px */
}

.vision-fixed-title + .vision-text {
    padding-top: 30px;
}
