@media screen and (max-width: 768px) {
    html {
        font-size: 62.5%
    }
}

@media(max-width: 280px) {
    html {
        font-size:52.5%
    }
}

@media screen and (min-width: 767px) {
    .status-title {
        font-size: 3rem;
    }

    .status-grid.product-list {
        width: 100%;
        display: flex;
    }

    .status-grid.product-list .swiper-wrapper {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
        .swiper-slide {
            width: calc(16.66% - 9px);
        }
    }
}

@media screen and (max-width: 768px) {
    #main .sec-1 .top {
        align-items: flex-start;
    }
    #main .sec-1 .top .img {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }

    #main .sec-1 .top h1 {
        text-align: left;
    }

    #main .sec-1 .top {
        padding-top: 200px;
    }

    #main .sec-1 .bottom {
        display: flex;
        flex-direction: row;
    }

    #main .sec-1 .bottom .box {
        position: relative;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        width: 20rem;
        height: 10.4rem;
        padding: 1.6rem;
        box-sizing: border-box;
        border-radius: .8rem;
        box-shadow: 0rem 1.2rem 2.4rem 0rem rgba(0, 0, 0, .1);
    }

    #main .sec-1 .bottom {
        gap: 1.2rem;
    }

    #main .sec-1 .bottom a {
        min-width: 3.8rem;
        width: auto;
        padding: 0 .8rem;
        border: 1px solid #fff;
        background: rgba(0, 0, 0, 0);
        color: #fff;
        font-size: 1rem;
    }

    #main .sec-1 .bottom .box.n-2 .tit {
        width: 100%;
    }

    #main .sec-1 .bottom .box.n-1 .img {
        width: 1.5rem;
        right: 0.5rem;
        top: 0.5rem;
    }

    .status-area {
        padding: 0;
    }

    .status-grid {
        background: transparent;
        padding: 0;
        margin: 0;
        border-radius: 0;
    }

    #main .sec-2 .list .box .top {
        font-size: 0.75rem;
    }

    #main .sec-2 .list .box .top p {
        font-size: 0.9rem;
    }

    #main .sec-2 .list .box .txt {
        font-size: 0.8rem;
    }

    #main .sec-2 .list {
        gap: 10px;
    }

    #main .sec-2 .list .box.on {
        .top { font-size: 1.25rem; }
        .top p { font-size: 1.15rem; }
        .txt { font-size: 1rem; }
    }

    #main .sec-1 .bottom .box h2 {
        font-size: 1.5rem;
    }

    #main .sec-1 .bottom a {
        font-size: 0.95em;
    }

    .status-grid {
        box-shadow: none;
    }

    .product-list {
        overflow-x: auto;
        padding-bottom: 3.2rem;
    }

    .product-list  .swiper-slide {
        overflow: visible;
        width: auto;
        margin-right: 1.2rem;
        background-color: #fff;
        box-shadow: none;

        .status-card {
            width: 20rem;
            height: 10.4rem;
            padding: 1.6rem;
            border-radius: .8rem;
            overflow: hidden;
            justify-content: space-between;
            box-shadow: 0 1.2rem 2.4rem 0 rgba(0, 0, 0, .1);
            .status-card-title {
                margin-bottom: 0;
                font-size: 1.6rem;
                line-height: 2.2rem;
                letter-spacing: -0.05rem;
                font-weight: 700;
                color: #222;
                width: 100%;
                max-height: 4.4rem;
                padding-right: 1.6rem;
                word-break: keep-all;
                display: block;
                border: 0;
                text-align: left;
            }
            .status-bank-list {
                gap: 0;
            }



        }
    }

    .status-bank-item {
        display: flex;
        flex-direction: row;
        .bank-status {
            display: inline-flex;
            width: 3.8rem;
            height: 2rem;
            border-radius: .4rem;
            box-sizing: border-box;
            vertical-align: top;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            letter-spacing: -0.03rem;
            font-weight: 500;

            min-width: 3.8rem;
            width: auto;
            padding: 0 .8rem;

            border: 1px solid #fff;
            background: #e9f9ef;
            color: #1f9e49;
            /*background: #fff6ee;*/
            /*color: #ff455b;*/
            /*background: rgba(0, 0, 0, 0);*/
            /*color: #fff;*/
        }

        .bank-name {
            font-size: 1.2rem;
            line-height: 1.7rem;
            letter-spacing: -0.03rem;
            color: #5a6375;
        }
    }

    .status-bank-item:nth-child(1) .bank-status {
        background: #f0f6ff;
        color: #5076ff;
    }

    #main .inner {
        padding: 0 !important;
    }

    .product-list  .swiper-slide {
        margin-right: 1.2rem;
    }

    .product-list .swiper-slide:last-of-type:before {
        content: "";
        position: absolute;
        right: -2rem;
        display: inline-block;
        width: 2rem;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
    }

    .product-list  .swiper-slide:first-of-type {
        margin-left: 2rem;
    }

    .sec-1, .sec-2 {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    footer {
        background: #F6F7FB;
    }

    footer .logo {
        display: none;
    }

    footer .copy {
        display: block;
        font-size: 1.2rem;
        line-height: 1.7rem;
        letter-spacing: -0.03rem;
        font-weight: 500;
        color: #5A6375;
        text-align: center;
    }

    footer .footer-title {
        justify-content: center;
        margin: 0;
    }

    footer .contact-grid {
        width: 100%;
        display: flex;
        align-items: flex-start;
    }

    footer .contact-row {
        display: flex;
        flex-direction: column;
        gap: 1.0rem;
    }

    footer .contact-row .contact-btn {
        width: 100%;
    }

    footer .contact-btn {
        width: 33.33%;
        font-size: 1.2rem;
        line-height: 1.7rem;
        letter-spacing: -0.03rem;
        font-weight: 500;
        color: #5A6375;
        padding: 1.2rem;
        border: 1px solid #ECEEF3;
        border-radius: .8rem;
        background: #fff;
        text-align: center;
    }

    footer .contact-btn:hover {
        background: #fff;
    }

    footer .contact-btn .btn-label, footer .contact-btn .btn-phone {
        color: #5A6375;
        font-size: 1.2rem;
        letter-spacing: -0.03rem;
    }

    footer .btn-phone-group {
        justify-content: space-between;
        align-items: flex-start;
    }

    footer .infoBox,
    .contact-section {
        width: 100%;
    }

    footer .title-label,
    footer .title-text {
        font-size: 1.2rem;
        line-height: 2rem;
        letter-spacing: -0.03rem;
    }

    .status-title,
    #main .sec-3 .notice-header {
        margin: 0 2rem 1.8rem;
    }

    #main .sec-3 .notice-header {
        display: flex;
        align-items: center !important;
    }

    #main .sec-3 .notice-card {
        margin: 0 2rem 1.8rem;
    }

    #main .sec-3 {
        padding-bottom: 0;
    }

    #sub.intro-page .top .tbox p {
        margin-bottom: 2.0rem;
        font-size: 1.6rem;
    }

}
