/* 메인 카드 s */
/* main .section-info .left-content .left-content-item .card-list ul li.card-li {
    align-items: normal;
} */

/* 여기서부터 확인 */
/* main .section-info .left-content .left-content-item .card-list ul li .card-group {
    display: flex;
} */
/* 메인 카드 e */

/* 메인페이지 s */
body header .navigation .top-nav .mb-btn-login {
    font-size: 2.4rem;
}

/* header .navigation nav ul .two-depth-wrap {
    border-top: none;
} */

main .section-visual .vlsual-slider .swiper-pagination span,
main .section-visual .vlsual-slider .gsap-up,
main .section-visual .vlsual-slider .swiper-pagination .swiper-pagination-total {
    font-weight: bold;
}

main .section-info .right-content h2 {
    font-weight: bold;
}

main .section-info .right-content .popular ul li a .popular-img {
    margin-bottom: 6px;
}

main .section-theme {
    padding: 8rem 2rem 10rem;
}

main .section-theme .theme-list ul {
    gap: var(--spacing-28);
}
/* 메인페이지 e */

/* 마이페이지 > 대용량 다운로드 s */
.mypage section .my-notice .notice-list {
    width: 85%;
}
.mypage section .my-notice .notice-list ul li p span {
    font-size: var(--typography-Body1-R-18-font-size);
}
.mypage section .mypage-header button.guide-button {
    gap: 10px;
    flex: 0 0 25rem;
}
.mypage section .mypage-header button.guide-button img {
    padding-top: 3px;
}
.mypage section .a-more-popup .a-more-popup-wrap.w-mini .a-m-container dl div dt {
    font-size: var(--typography-Body1-B-18-font-size);
    font-weight: var(--typography-Body1-B-18-font-weight);
    line-height: var(--typography-Body1-B-18-line-height);
    letter-spacing: var(--typography-Body1-B-18-letter-spacing);
    color: var(--gray-900);
}
.mypage section .a-more-popup .a-more-popup-wrap.w-mini .a-m-container dl div dd {
    font-size: var(--typography-Body1-R-18-font-size);
    font-weight: var(--typography-Body1-R-18-font-weight);
    line-height: var(--typography-Body1-R-18-line-height);
    letter-spacing: var(--typography-Body1-R-18-letter-spacing);
    color: var(--gray-700);
}
.mypage section .a-more-popup .a-more-popup-wrap.w-mini .a-m-container dl div.line-div {
    padding: 1px;
    background: var(--gray-200);
    overflow: auto;
}
/* 마이페이지 > 대용량 다운로드 e */