/* star.svg 醫뚯슦 �붾뱾由� �좊땲硫붿씠�� */
@keyframes star-shake {
    0%, 100% { transform: translateX(0) rotate(0deg); }
    25% { transform: translateX(-3px) rotate(-6deg); }
    75% { transform: translateX(3px) rotate(6deg); }
}


/* vs-area : 硫붿씤 鍮꾩＜�� */
.vs-area {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    padding: 60px 24px 80px;
    box-sizing: border-box;
}


/* 諛곌꼍 �щ씪�대뱶 */
.vs-area__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}


.vs-bg-swiper {
    width: 100%;
    height: 100%;
}


.vs-bg-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    transform: scale(1.08);
}


.vs-area__dim {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(80, 70, 60, 0.35);
    z-index: 1;
}


.vs-area__inner {
    position: relative;
    z-index: 2;
    width: min(1200px, 100%);
    margin: 0 auto;
}


/* �곷떒 �쒓렇 */
.vs-area__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1.5px solid transparent;
    background: linear-gradient(transparent, transparent) padding-box,
    linear-gradient(90deg, #dcedc8 0%, #a5d6a7 50%, #80cbc4 100%) border-box;
    box-sizing: border-box;
    box-shadow: 0 0 14px rgba(165, 214, 167, 0.2);
}


.vs-area__tag .vs-area__tag-star {
    font-style: normal;
    filter: drop-shadow(0 0 6px rgba(255, 235, 59, 0.6));
    line-height: 1;
    display: inline-block;
    animation: star-shake 1.8s ease-in-out infinite;
}


.vs-area__tag .vs-area__tag-star img {
    width: 15px;
    display: block;
}


.vs-area__tag-text {
    color: #fff;
}


/* 硫붿씤 ���댄� */
.vs-area__title {
    font-size: clamp(28px, 4vw, 60px);
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #FFFFC0 0%, #2BF0FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}


.vs-area__desc {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    margin: 0 0 36px;
    max-width: 560px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}


/* �μ떇 �붿냼 - �쒓납�� 紐⑥��ㅺ� ��깂泥섎읆 ��! �곗��� �좊땲硫붿씠�� */
@keyframes deco-explode {
    0% {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    20% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 1;
    }
    35% {
        transform: translate(-50%, -50%) scale(1.15);
    }
    50% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        left: var(--final-left);
        top: var(--final-top);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}


/* �곗쭊 �� �μ떎�μ떎 �꾩븘�� �뚮줈�� */
@keyframes deco-float {
    0%, 100% {
        transform: translate(-50%, -50%) translateY(0) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) translateY(-8px) scale(1);
    }
}


.vs-area__deco {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
}


.vs-deco-emoji,
.vs-deco-dot {
    animation: deco-explode 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    deco-float 2.5s ease-in-out 1s infinite;
    transform-origin: center;
    opacity: 0;
    left: 50%;
    top: 50%;
}


.vs-deco-emoji {
    position: absolute;
    font-size: 28px;
}


.vs-deco-emoji img {
    display: block;
    width: 28px;
    height: auto;
}


/* 理쒖쥌 �꾩튂 (left/top�쇰줈 �듭씪�� �좊땲硫붿씠�� �곕룞) | �μ떎�μ떎�� 1s �� �쒖옉 */
.vs-deco-1 { --final-left: 85%; --final-top: 12%; animation-delay: 0s, 1s; }
.vs-deco-2 { --final-left: 8%; --final-top: 48%; animation-delay: 0.08s, 1s; }
.vs-deco-3 { --final-left: 85%; --final-top: 42%; animation-delay: 0.16s, 1s; }


.vs-deco-dot {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}


.vs-dot-1 { background: #ff9800; --final-left: 22%; --final-top: 50%; animation-delay: 0.04s, 1s; }
.vs-dot-2 { background: #03a9f4; --final-left: 82%; --final-top: 35%; animation-delay: 0.12s, 1s; }
.vs-dot-3 { background: #ff9800; --final-left: 75%; --final-top: 55%; animation-delay: 0.2s, 1s; }


/* 移대뱶 洹몃９ */
.vs-area__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}


.vs-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}


.vs-card:hover {
    background-color: #FFFFC0;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transition: 0.2s ease-in-out;
}


.vs-card__label {
    font-size: 22px;
    font-weight: 600;
    color: var(--blue);
}






.vs-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 28px;
    padding: 0 12px;
    background: var(--blue);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
}


/* vs-card �μ떇 �대�吏� �λ뫁 �⑤뒗 �좊땲硫붿씠�� */
@keyframes dc-img-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}


.vs-card .dc-img {
    position: absolute;
    pointer-events: none;
    animation: dc-img-float 3s ease-in-out infinite;
    transform-origin: center bottom;
    width: auto;
    height: auto;
    max-width: 140px;
}


.vs-card .dc-img.n-1{
    top: -66px;
    left: -107px;
    animation-delay: 0.1s;
}


.vs-card .dc-img.n-2 {
    top: -97px;
    left: -16px;
    animation-delay: 0.4s;
}








/* �멸린 泥�뀈�뺤콉 �쒖쐞 諛� */
.vs-area__ranking {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 24px;
    background: #151515;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}


.vs-ranking__left {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}


.vs-ranking__icon {
    position: absolute;
    top: -68px;
    left: 0;
}


.vs-ranking__tit {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-left: 159px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}


.vs-ranking__slide-wrap {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    border-radius: 20px;
}


.vs-ranking-swiper {
    height: 52px;
    margin: 0 -10px;
}


.vs-ranking-swiper .swiper-slide {
    display: flex;
    align-items: center;
    height: 52px;
    margin-left: 40px;
    padding: 20px 0;
    min-width: 0;
    overflow: hidden;
    border-radius: 24px;
}


.vs-ranking__tag {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 24px;
    background: #00acc1;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    min-width: 0;
}


.vs-ranking__ctrl {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-shrink: 0;
}


.vs-ranking__btn {
    width: 38px;
    height: 30px;
    padding: 0;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
}


.vs-ranking__btn--prev {
    background: #fff;
    color: #9e9e9e;
}


.vs-ranking__btn--prev:hover {
    background: #f5f5f5;
    color: #616161;
}


.vs-ranking__btn--next {
    background: #00acc1;
    color: #fff;
}


.vs-ranking__btn--next:hover {
    background: #0097a7;
}


@media (max-width: 1024px) {
    .vs-area__cards {
        grid-template-columns: repeat(2, 1fr);
    }


    .vs-card .dc-img {
        max-width: 100px;
    }


    .vs-card .dc-img.n-1 {
        top: -50px;
        left: -70px;
    }


    .vs-card .dc-img.n-2 {
        top: -60px;
        left: -10px;
    }
}


@media (max-width: 768px) {
    .vs-area {
        min-height: 560px;
        padding: 40px 20px 60px;
        display: block;
    }


    .vs-area__inner {
        padding: 0 16px;
    }


    .vs-area__tag {
        padding: 8px 16px;
        font-size: 13px;
        margin-bottom: 14px;
    }


    .vs-area__title {
        font-size: 26px;
        margin-bottom: 12px;
    }


    .vs-area__desc {
        font-size: 14px;
        margin-bottom: 24px;
    }


    .vs-area__cards {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 24px;
    }


    .vs-card {
        padding: 18px 16px;
    }


    .vs-card__label {
        font-size: 18px;
    }


    .vs-card .dc-img {
        max-width: 70px;
    }


    .vs-card .dc-img.n-1 {
        top: -35px;
        right: 16px;
        left: auto;
    }


    .vs-card .dc-img.n-2 {
        top: -30px;
        right: 12px;
        left: auto;
    }


    .vs-area__ranking {
        flex-wrap: wrap;
        padding: 14px 18px;
        border-radius: 20px;
        gap: 12px;
    }


    .vs-ranking__left {
        width: 100%;
        min-width: 0;
        order: 0;
        margin-bottom: 8px;
        gap: 10px;
    }


    .vs-ranking__icon {
        position: relative;
        top: 0;
        left: 0;
    }


    .vs-ranking__icon img {
        width: 60px;
        height: auto;
    }


    .vs-ranking__tit {
        margin-left: 0;
        font-size: 16px;
        flex: 1;
        min-width: 0;
    }


    .vs-ranking__slide-wrap {
        order: 1;
        width: 100%;
        min-width: 0;
        border-radius: 20px;
    }


    .vs-ranking__ctrl {
        order: 2;
        flex-direction: row;
        margin-left: auto;
    }


    .vs-ranking-swiper {
        height: 44px;
        margin-left: 0;
    }


    .vs-ranking-swiper .swiper-slide {
        margin-left: 16px;
        padding: 16px 0;
        height: 44px;
        min-width: 0;
        overflow: hidden;
        border-radius: 24px;
    }


    .vs-ranking__tag {
        font-size: 14px;
        padding: 8px 20px;
        min-width: 0;
        border-radius: 24px;
    }


    .vs-ranking__btn {
        width: 32px;
        height: 26px;
    }


    .vs-deco-emoji,
    .vs-deco-dot {
        display: none;
    }
}


@media (max-width: 640px) {
    .vs-area {
        min-height: 480px;
        padding: 32px 16px 48px;
    }


    .vs-area__tag {
        padding: 6px 14px;
        font-size: 12px;
    }


    .vs-area__title {
        font-size: 22px;
    }


    .vs-area__desc {
        font-size: 13px;
    }


    .vs-card .dc-img {
        max-width: 55px;
    }


    .vs-card .dc-img.n-1 {
        top: -28px;
        right: 12px;
    }


    .vs-card .dc-img.n-2 {
        top: -24px;
        right: 10px;
    }


    .vs-card__label {
        font-size: 16px;
    }


    .vs-area__ranking {
        padding: 12px 14px;
        gap: 10px;
        border-radius: 16px;
    }


    .vs-ranking__left {
        margin-bottom: 6px;
        gap: 8px;
    }


    .vs-ranking__icon img {
        width: 48px;
    }


    .vs-ranking__tit {
        font-size: 14px;
    }


    .vs-ranking__slide-wrap {
        min-width: 0;
        border-radius: 16px;
    }


    .vs-ranking-swiper {
        height: 40px;
        margin: 0 -6px;
    }


    .vs-ranking-swiper .swiper-slide {
        margin-left: 12px;
        padding: 12px 0;
        height: 40px;
        border-radius: 20px;
    }


    .vs-ranking__tag {
        font-size: 13px;
        padding: 6px 14px;
        border-radius: 20px;
    }


    .vs-ranking__btn {
        width: 28px;
        height: 24px;
        font-size: 12px;
    }
}


@media (max-width: 480px) {
    .vs-area {
        min-height: 420px;
        padding: 24px 12px 40px;
    }


    .vs-area__tag .vs-area__tag-star img {
        width: 12px;
    }


    .vs-area__title {
        font-size: 20px;
    }


    .vs-area__desc {
        font-size: 12px;
        margin-bottom: 20px;
    }


    .vs-card {
        padding: 14px 12px;
    }


    .vs-card .dc-img {
        max-width: 45px;
    }


    .vs-card .dc-img.n-1 {
        top: -22px;
        right: 52px;
    }


    .vs-card .dc-img.n-2 {
        top: -20px;
        right: 70px;
    }


    .vs-card__label {
        font-size: 15px;
    }


    .vs-card__num {
        min-width: 36px;
        height: 24px;
        padding: 0 8px;
        font-size: 13px;
    }


    .vs-area__ranking {
        padding: 10px 12px;
        gap: 8px;
        border-radius: 14px;
    }


    .vs-ranking__slide-wrap {
        border-radius: 14px;
    }


    .vs-ranking__left {
        margin-bottom: 4px;
        gap: 6px;
    }


    .vs-ranking__icon img {
        width: 40px;
    }


    .vs-ranking__tit {
        font-size: 12px;
    }


    .vs-ranking-swiper {
        height: 36px;
    }


    .vs-ranking-swiper .swiper-slide {
        margin-left: 10px;
        padding: 10px 0;
        height: 36px;
        border-radius: 18px;
        width: 90%;
    }


    .vs-ranking__tag {
        font-size: 11px;
        padding: 5px 12px;
        border-radius: 18px;
    }


    .vs-ranking__btn {
        width: 26px;
        height: 22px;
        font-size: 11px;
        border-radius: 6px;
    }
}


/* ========== 寃��� 諛뺤뒪 (�ㅻ쾭�덉씠 �ㅽ���) ========== */
.policy-area {
    padding: 24px 0 40px;
}


.search-box {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
    height: 56px;
    padding: 0 20px 0 52px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    margin-bottom: 32px;
    box-sizing: border-box;
    position: absolute;
    left: max(24px, calc((100vw - 1400px) / 2 + 24px));
    transform: none;
    bottom: -60px;
    width: 450px;
    z-index: 5;
    transition: width 0.25s ease, padding 0.25s ease, box-shadow 0.25s ease;
}


.search-box.sub{
    position: fixed;
    bottom: 20px;
}


.search-box input {
    flex: 1;
    min-width: 0;
    height: 100%;
    padding: 0 16px 0 0 !important;
    border: none !important;
    outline: none !important;
    background: transparent;
    font-size: 16px;
    color: var(--blue);


}


.search-box input::placeholder {
    color: var(--blue);
}


.search-box input::-webkit-input-placeholder {
    color: var(--blue);
}


/* �뗫낫湲� �꾩씠肄� (諛곌꼍) */
.search-box::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300a8ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}


.search-box .search-btn {
    display: none;
}


.search-box .close-btn {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #424242;
    color: #fff;
    font-size: 0;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.search-box .close-btn::before {
    content: 'x';
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
}


.search-box .close-btn:hover {
    background: #616161;
}


/* 寃��됰컯�� 諛섏쓳�� */
@media (max-width: 768px) {
    .search-box {
        left: 24px;
        width: calc(100vw - 48px);
        max-width: 400px;
        bottom: 24px;
        height: 50px;
        padding: 0 16px 0 44px;
    }


    .search-box::before {
        left: 14px;
        width: 20px;
        height: 20px;
    }


    .search-box input {
        font-size: 15px;
    }


    .search-box .close-btn {
        width: 32px;
        height: 32px;
        top: -4px;
        right: -4px;
    }


    .search-box--collapsed {
        left: 24px;
        transform: none;
    }
}


@media (max-width: 480px) {
    .search-box {
        left: 12px;
        width: calc(100vw - 32px);
        bottom: -60px;
        height: 46px;
        padding: 0 12px 0 40px;
    }


    .search-box--collapsed {
        width: 46px;
        left: 12px;
        transform: none;
    }
}


/* �ロ엺 �곹깭: 寃��� �꾩씠肄섎쭔 �④린怨� �щ씪�대뱶泥섎읆 異뺤냼 */
.search-box--collapsed {
    width: 56px;
    padding: 0;
    justify-content: center;
    transform: none;
}


.search-box--collapsed input,
.search-box--collapsed .close-btn {
    opacity: 0;
    pointer-events: none;
}


.search-box--collapsed::before {
    left: 50%;
    transform: translate(-50%, -50%);
}


/* ========== �뺤콉 紐⑥븘蹂닿린 + 2二� 罹섎┛�� ========== */
.policy-collect-wrap {
    display: flex;
    align-items: stretch;
    gap: 24px;
    margin-top: 32px;
    flex-wrap: wrap;
}


.policy-collect {
    flex: 0 1 320px;
    min-width: 0;
}


.policy-collect__tit {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px;
    font-size: 40px;
    font-weight: 700;
    color: #2b2b2b;
}


.policy-collect__icon {
    font-size: 32px;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
    display: inline-block;
    animation: star-shake 1.8s ease-in-out infinite;
}


.policy-collect__desc {
    padding: 20px 24px;
    background: #f5f5f5;
    border-radius: 16px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}


.calendar-2w {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}


.calendar-2w__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    empty-cells: show;
    border-radius: 10px;
    border-top: 1px solid #eaeaea;
}


.calendar-2w thead .calendar-2w__th {
    padding: 12px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
    background: #fafafa;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}


.calendar-2w thead .calendar-2w__th:last-child {
    border-right: none;
}


.calendar-2w__th--spacer {
    width: 80px;
    min-width: 80px;
    border-bottom: none !important;
}


.calendar-2w__td {
    padding: 14px 8px;
    font-size: 14px;
    color: #666;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}


.calendar-2w__td:last-child {
    border-right: none;
}


.calendar-2w__td--label {
    width: 80px;
    min-width: 80px;
    background: #fafafa;
    vertical-align: middle;
    text-align: center;
    padding: 16px 8px;
}


/* 罹섎┛�� �꾩씠肄�: �뚮몢由� + 6�� 洹몃━�� */
.calendar-2w__td--label .calendar-2w__label-icon {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3Ccircle cx='7.5' cy='14' r='1' fill='%23222'/%3E%3Ccircle cx='12' cy='14' r='1' fill='%23222'/%3E%3Ccircle cx='16.5' cy='14' r='1' fill='%23222'/%3E%3Ccircle cx='7.5' cy='18' r='1' fill='%23222'/%3E%3Ccircle cx='12' cy='18' r='1' fill='%23222'/%3E%3Ccircle cx='16.5' cy='18' r='1' fill='%23222'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.calendar-2w__td--label .calendar-2w__label-text {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
}


.calendar-2w__td--label .calendar-2w__label-text--1 {
    margin-bottom: 2px;
}


.calendar-2w__td--label .calendar-2w__label-text--2 {
    margin-bottom: 0;
}


.calendar-2w__date {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}


.calendar-2w__stars {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #00acc1;
}


/* �ㅻ뒛 �좎쭨 �쒖떆 */
.calendar-2w__td b.today {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #00acc1;
    color: #ffffff !important;
    border-radius: 50%;
    margin: 0 auto;
}


@media (max-width: 900px) {
    .policy-collect-wrap {
        flex-direction: column;
        margin-top: 24px;
        gap: 20px;
    }


    .policy-collect {
        flex: none;
        width: 100%;
    }


    .policy-collect__tit {
        font-size: 32px;
    }


    .policy-collect__desc {
        padding: 16px 20px;
        font-size: 14px;
    }


    .calendar-2w {
        max-width: 100%;
    }


    .calendar-2w__th--spacer,
    .calendar-2w__td--label {
        width: 60px;
    }


    .calendar-2w__td--label {
        font-size: 11px;
    }
}


@media (max-width: 768px) {
    .policy-area {
        padding: 20px 0 32px;
    }


    .policy-collect__tit {
        font-size: 26px;
        gap: 10px;
    }


    .policy-collect__icon img {
        width: 24px;
        height: auto;
    }


    .policy-collect__desc {
        padding: 14px 16px;
        font-size: 13px;
    }


    .calendar-2w {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }


    .calendar-2w__table {
        min-width: 400px;
    }


    .calendar-2w thead .calendar-2w__th,
    .calendar-2w__td {
        padding: 10px 6px;
        font-size: 12px;
    }


    .calendar-2w__th--spacer,
    .calendar-2w__td--label {
        width: 80px;
        min-width: 50px;
    }


    .calendar-2w__stars img {
        width: 10px;
        height: auto;
    }
}


@media (max-width: 480px) {
    .policy-collect__tit {
        font-size: 22px;
    }


    .calendar-2w__table {
        min-width: 320px;
    }
}


/* ========== �뺤콉 移대뱶 Swiper (2026 泥�뀈 硫댁젒�뺤옣 ���ъ궗�� 移대뱶) ========== */
.policy-swiper-section {
    position: relative;
    margin-top: 48px;
    width: 100%;
    overflow: visible;
}


.policy-swiper {
    position: relative;
    margin-left: calc(max(0px, (100% - var(--layoutwidth, 1520px)) / 2) + 3.750rem);
    width: calc(100vw - (max(0px, (100% - var(--layoutwidth, 1520px)) / 2) + 3.750rem));
    max-width: none;
    overflow: hidden;
    padding: 8px 0 24px;
    box-sizing: border-box;
}


.policy-swiper .swiper-wrapper {
    align-items: stretch;
}


.policy-swiper .swiper-slide {
    width: 300px;
    flex-shrink: 0;
    height: auto;
}


.policy-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}


.policy-slide__header {
    position: relative;
    min-height: 320px;
    padding: 24px 20px 32px;

    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: flex-end;
}


.policy-slide__title-line1,
.policy-slide__title-line2,
.policy-slide__title-line3 {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    letter-spacing: -0.02em;
}


.policy-slide__title-line1 { font-size: 20px; }
.policy-slide__title-line2 { font-size: 24px; }
.policy-slide__title-line3 { font-size: 24px; }


.policy-slide__slogan {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    font-style: italic;
}


.policy-slide__badge {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #26c6da;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.policy-slide__badge.badge-end {
    background: #a9a9a9;
}


/* �섎떒: �곗깋 肄섑뀗痢� */
.policy-slide__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}


.policy-slide__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


.policy-slide__tag {
    display: inline-block;
    padding: 6px 12px;
    background: #424242;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
}


.policy-slide__tag--orange {
    background: #ff9800;
    color: #fff;
}


.policy-slide__tit {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: #222;
}


.policy-slide__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
}


.policy-slide__info-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 13px;
    line-height: 1.4;
}


.policy-slide__info-row strong {
    flex: 0 0 60px;
    font-weight: 700;
    color: #333;
}


.policy-slide__info-row span {
    flex: 1;
    color: #666;
}


/* Swiper 醫뚯슦 踰꾪듉 */
.policy-swiper__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    color: #616161;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.2s, color 0.2s;
}


.policy-swiper__btn:hover {
    background: var(--blue);
    color: #fff;
}


.policy-swiper__btn--prev {
    left: calc(max(0px, (100% - var(--layoutwidth, 1520px)) / 2) + 1.750rem);
}


.policy-swiper__btn--next {
    right: calc(max(0px, (100% - var(--layoutwidth, 1520px)) / 2) + 1.750rem);
}


.policy-swiper__more-wrap {
    text-align: center;
    margin: 0;
    padding: 16px 0 0;
}


.policy-swiper__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 250px;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 999px;
    transition: border-color 0.25s ease, color 0.25s ease;
}


.policy-swiper__more:hover {
    border-color: #ccc;
    color: #111;
}


.policy-swiper__more-arrow {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}


.policy-swiper__more-arrow-line {
    display: block;
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width 0.3s ease;
}


.policy-swiper__more:hover .policy-swiper__more-arrow-line {
    width: 12px;
}


@media (max-width: 1220px) {
    .policy-swiper {
        margin-left: calc(max(0px, (100% - var(--layoutwidth, 1520px)) / 2) + 30px);
        width: calc(100vw - (max(0px, (100% - var(--layoutwidth, 1520px)) / 2) + 30px));
    }
    .policy-swiper__btn--prev {
        left: calc(max(0px, (100% - var(--layoutwidth, 1520px)) / 2) + 30px);
    }
    .policy-swiper__btn--next {
        right: calc(max(0px, (100% - var(--layoutwidth, 1520px)) / 2) + 30px);
    }
}


@media (max-width: 768px) {
    .policy-swiper-section {
        margin-top: 32px;
    }
    .policy-swiper {
        margin-left: 24px;
        width: calc(100vw - 24px);
        padding: 8px 0 20px;
    }
    .policy-swiper .swiper-slide {
        width: 280px;
    }
    .policy-slide__header {
        min-height: 160px;
        padding: 20px 16px 28px;
    }
    .policy-slide__title-line1 { font-size: 18px; }
    .policy-slide__title-line2,
    .policy-slide__title-line3 { font-size: 20px; }
    .policy-slide__slogan { font-size: 13px; }
    .policy-slide__badge {
        width: 48px;
        height: 48px;
        font-size: 11px;
    }
    .policy-slide__body { padding: 16px; }
    .policy-slide__tit { font-size: 16px; }
    .policy-swiper__btn {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
    .policy-swiper__btn--prev { left: 8px; }
    .policy-swiper__btn--next { right: 8px; }
    .policy-swiper__more-wrap { padding: 12px 0 0; }
    .policy-swiper__more {
        width: 100%;
        max-width: 200px;
        padding: 8px 16px;
        font-size: 14px;
    }
}


@media (max-width: 640px) {
    .policy-swiper {
        margin-left: 16px;
        width: calc(100vw - 16px);
    }
    .policy-swiper .swiper-slide {
        width: 260px;
    }
    .policy-swiper__btn {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
    .policy-swiper__btn--prev { left: 4px; }
    .policy-swiper__btn--next { right: 4px; }
}


@media (max-width: 480px) {
    .policy-swiper .swiper-slide {
        width: 240px;
    }
    .policy-slide__tit { font-size: 15px; }
}


/* ========== �뚮옯�� �뚯떇 ========== */
.platform-news-area {
    padding: 48px 0 56px;
    background-color: #F6F6F6;
}


.platform-news-area .inner {
    width: min(1200px, 100%);
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}


.platform-news-area__head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 24px;
}


.platform-news-area__tit {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: #2b2b2b;
}


.platform-news-area__icon {
    font-size: 28px;
    line-height: 1;
    display: inline-block;
    animation: star-shake 1.8s ease-in-out infinite;
}


.platform-news-area__tabs {
    display: flex;
    gap: 8px;
}


.platform-news-area__tab {
    padding: 5px 13px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}


.platform-news-area__lbox__tit,
.platform-news-area__rbox-tit{
    margin-bottom: 20px !important;
}


.platform-news-area__tab:hover {
    background: #ddd;
    color: #333;
}


.platform-news-area__tab.is-active {
    background: #2b2b2b;
    color: #fff;
}


/* lbox + rbox 媛먯떥�� �곸뿭 */
.platform-news-area__wrap {
    display: flex;
    gap: 24px;
    align-items: stretch;
    min-width: 0;
    max-width: 100%;
}


.platform-news-area__lbox {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
    min-width: 0;
}


.platform-news-area__lbox-tit {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}


/* rbox: �앹뾽議� �щ씪�대뱶 */
.platform-news-area__rbox {
    position: relative;
    width: 320px;
    min-width: 280px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
}


.platform-news-area__rbox-tit {
    margin: 0 0 12px;
    font-weight: 600;
    color: #222;
}


/* �앹뾽 諛곕꼫 醫뚯슦 �붿궡�� */
.platform-news-popup-swiper__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    color: #333;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.2s, color 0.2s;
}


.platform-news-popup-swiper__btn img {
    display: block;
    width: 20px;
    height: 12px;
    object-fit: contain;
}


.platform-news-popup-swiper__btn--next img {
    transform: rotate(180deg);
}


.platform-news-popup-swiper__btn:hover {
    background: #fff;
    color: var(--blue, #00a6b2);
}


.platform-news-popup-swiper__btn--prev {
    left: 8px;
}


.platform-news-popup-swiper__btn--next {
    right: 8px;
}


.platform-news-popup-swiper {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border-radius: 10px;
}


.platform-news-popup-slide {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    position: relative;
}


.platform-news-popup-slide__txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}


.platform-news-popup-swiper-pagination {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    z-index: 2;
}


.platform-news-popup-swiper-pagination .swiper-pagination-bullet {
    background: rgba(255,255,255,0.6);
    opacity: 1;
}


.platform-news-popup-swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 24px;
    border-radius: 4px;
}




/* platform-news-item: �쇱쿂��(�곷떒 1媛�) + 由ъ뒪�명삎 */
.platform-news-item {
    display: flex;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
    min-width: 0;
    transition: opacity 0.2s;
}


.platform-news-item:hover {
    opacity: 0.85;
}




.platform-news-item--featured {
    align-items: stretch;
    padding: 20px;
    /* border-top: 1px solid #f5d0d4; */
    /* border-bottom: 1px solid #f5d0d4; */
    background: #fff;
    border-radius: 10px;
}


.platform-news-item--featured .platform-news-item__date-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 88px;
    min-height: 88px;
    padding: 12px;
    margin-right: 20px;
    background: #f0f0f0;
    border-radius: 10px;
}


.platform-news-item--featured .platform-news-item__ym {
    font-size: 14px;
    color: #333;
    line-height: 1.2;
}


.platform-news-item--featured .platform-news-item__day {
    font-size: 28px;
    font-weight: 700;
    color: var(--blue);
    line-height: 1.2;
}


.platform-news-item--featured .platform-news-item__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}


.platform-news-item--featured .platform-news-item__title {
    display: block;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
}


.platform-news-item--featured .platform-news-item__desc {
    font-size: 14px;
    line-height: 1.55;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* 由ъ뒪�명삎: 鍮④컙 遺덈┸ + �쒕ぉ + �좎쭨, 援щ텇�� */
.platform-news-item--list {
    align-items: center;
    gap: 10px;
    padding: 14px 0;
    border-bottom: 1px solid #e8e8e8;
}


.platform-news-item--list .platform-news-item__bullet {
    flex-shrink: 0;
    font-size: 10px;
    color: var(--blue);
    line-height: 1;
}


.platform-news-item--list .platform-news-item__title {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.platform-news-item--list .platform-news-item__date {
    flex-shrink: 0;
    font-size: 13px;
    color: #999;
}


.faq-area{
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/main/faq-bg-2026.png") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}


.faq-area .txt-box{
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px 48px;
    text-align: left;
    justify-content: center;
}


.faq-area__head {
    flex: 0 0 280px;
    min-width: 0;
}


.faq-area__head h1 {
    margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.2;
}


.faq-area__head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}


.faq-area .txt-box .policy-swiper__more{
    background-color: var(--blue);
    border-color: var(--blue);
    color: #fff;
    margin-top: 8px;
    flex: 0 0 100%;
    width: 100%;
}


/* faq-area �� FAQ 由ъ뒪�� (faq-detail 援ъ“) */
.faq-area__list.normal-faq {
    padding: 0;
    margin: 0;
    flex: 1;
    min-width: 300px;
    max-width: 560px;
    text-align: left;
}


.faq-area__list .faq-detail {
    border: 1px solid rgba(255, 255, 255, 0.35);
    margin-bottom: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    overflow: hidden;
}


.faq-area__list .faq-detail:last-child {
    margin-bottom: 0;
}


.faq-area__list .faq-detail h5 {
    font-size: 17px;
    line-height: 1.4;
    background: rgba(255, 255, 255, 0.08);
    padding: 18px 20px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    user-select: none;
    transition: background 0.2s;
}


.faq-area__list .faq-detail h5:hover {
    background: rgba(255, 255, 255, 0.15);
}


.faq-area__list .faq-detail h5 span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: var(--blue);
    border-radius: 8px;
    margin-right: 12px;
    font-size: 15px;
    font-weight: 700;
    vertical-align: middle;
}


.faq-area__list .faq-aa {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px 0 52px;
    transition: max-height 0.3s ease;
}


.faq-area__list .faq-detail.is-open .faq-aa {
    max-height: 300px;
}


.faq-area__list .faq-aa p {
    padding: 0 0 18px;
}


.faq-area__list .faq-detail.is-open .faq-aa {
    padding: 0 20px 20px 52px;
}


.faq-area__list .faq-aa p {
    margin: 20px 0 0 0;
    padding-top: 4px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
    word-break: keep-all;
}


/* �뚮옯�� �뚯떇 諛섏쓳�� */
@media (max-width: 1024px) {
    .platform-news-area {
        padding: 36px 0 44px;
    }


    .platform-news-area__tit {
        font-size: 32px;
    }


    .platform-news-area__wrap {
        flex-direction: column;
    }


    .platform-news-area__rbox {
        width: 100%;
        min-height: 240px;
    }


    .platform-news-popup-swiper,
    .platform-news-popup-slide {
        min-height: 240px;
    }


    .platform-news-popup-swiper__btn {
        width: 36px;
        height: 36px;
    }


    .platform-news-popup-swiper__btn img {
        width: 18px;
        height: 18px;
    }


    .platform-news-popup-swiper__btn--prev {
        left: 6px;
    }


    .platform-news-popup-swiper__btn--next {
        right: 6px;
    }


    .platform-news-item--featured {
        padding: 16px;
    }


    .platform-news-item--featured .platform-news-item__date-box {
        width: 76px;
        min-height: 76px;
        margin-right: 16px;
    }


    .platform-news-item--featured .platform-news-item__day {
        font-size: 24px;
    }


    .platform-news-item--featured .platform-news-item__title {
        font-size: 17px;
    }


    .platform-news-item--list {
        padding: 12px 0;
    }


    .platform-news-item--list .platform-news-item__title {
        font-size: 14px;
    }
}


@media (max-width: 768px) {
    .platform-news-area {
        padding: 28px 0 36px;
    }


    .platform-news-area__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }


    .platform-news-area__tit {
        font-size: 26px;
        gap: 8px;
    }


    .platform-news-area__icon img {
        width: 22px;
        height: auto;
    }


    .platform-news-area__tabs {
        flex-wrap: wrap;
    }


    .platform-news-area__tab {
        padding: 4px 10px;
        font-size: 13px;
    }


    .platform-news-area__lbox-tit {
        margin-bottom: 12px;
        font-size: 17px;
    }


    .platform-news-area__rbox {
        min-height: 200px;
    }


    .platform-news-popup-swiper,
    .platform-news-popup-slide {
        min-height: 200px;
    }


    .platform-news-popup-swiper__btn {
        width: 32px;
        height: 32px;
    }


    .platform-news-popup-swiper__btn img {
        width: 16px;
        height: 16px;
    }


    .platform-news-popup-swiper__btn--prev {
        left: 4px;
    }


    .platform-news-popup-swiper__btn--next {
        right: 4px;
    }


    .platform-news-item--featured {
        gap: 10px;
    }


    .platform-news-item--featured .platform-news-item__date-box {
        width: 72px;
        min-height: 72px;
        margin-right: 0;
        margin-bottom: 12px;
        padding: 10px;
    }


    .platform-news-item--featured .platform-news-item__ym {
        font-size: 12px;
    }


    .platform-news-item--featured .platform-news-item__day {
        font-size: 22px;
    }


    .platform-news-item--featured .platform-news-item__title {
        font-size: 16px;
    }


    .platform-news-item--featured .platform-news-item__desc {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }


    .platform-news-item--list {
        padding: 12px 0;
        gap: 8px;
    }


    .platform-news-item--list .platform-news-item__title {
        font-size: 14px;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    .platform-news-item--list .platform-news-item__date {
        font-size: 12px;
    }
}


@media (max-width: 480px) {
    .platform-news-area__tit {
        font-size: 22px;
    }


    .platform-news-area__lbox-tit {
        font-size: 16px;
    }


    .platform-news-item--featured .platform-news-item__date-box {
        padding: 8px 12px;
    }


    .platform-news-item--featured .platform-news-item__title {
        font-size: 15px;
    }


    .platform-news-item--featured .platform-news-item__desc {
        font-size: 12px;
    }


    .platform-news-item--list .platform-news-item__title {
        font-size: 13px;
    }


    .platform-news-item--list .platform-news-item__date {
        font-size: 11px;
    }
}


/* FAQ �곸뿭 諛섏쓳�� */
@media (max-width: 768px) {
    .faq-area {
        padding: 60px 20px;
        background-attachment: scroll;
    }


    .faq-area .txt-box {
        flex-direction: column;
        gap: 20px;
    }


    .faq-area__head {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
    }


    .faq-area__list.normal-faq {
        min-width: 0;
        max-width: none;
        width: 100%;
    }


    .faq-area .txt-box h1 {
        font-size: clamp(24px, 6vw, 36px);
    }


    .faq-area .txt-box p {
        font-size: 14px;
    }


    .faq-area__list .faq-detail h5 {
        font-size: 15px;
        padding: 14px 16px;
    }


    .faq-area__list .faq-detail h5 span {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        margin-right: 10px;
    }


    .faq-area__list .faq-aa {
        padding: 0 16px 0 46px;
    }


    .faq-area__list .faq-detail.is-open .faq-aa {
        padding: 0 16px 16px 46px;
    }


    .faq-area__list .faq-aa p {
        font-size: 14px;
    }


    .faq-area .txt-box .policy-swiper__more {
        margin-top: 20px;
        width: 100%;
        max-width: none;
        justify-content: center;
    }
}


@media (max-width: 480px) {
    .faq-area {
        padding: 40px 16px;
    }


    .faq-area .txt-box h1 {
        font-size: 22px;
    }


    .faq-area .txt-box p {
        font-size: 13px;
    }


    .faq-area__list .faq-detail h5 {
        font-size: 14px;
        padding: 12px 14px;
    }


    .faq-area__list .faq-detail h5 span {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 13px;
        margin-right: 8px;
    }


    .faq-area__list .faq-aa {
        padding: 0 14px 0 42px;
    }


    .faq-area__list .faq-detail.is-open .faq-aa {
        padding: 0 14px 14px 42px;
    }


    .faq-area__list .faq-aa p {
        font-size: 13px;
    }
}
