:root {
  --main-color: #020298;
  --bg-color: #F9FAFC;
  --black-color: #3A3A3A;
  --sub-txt-color-01: #555555;
  --sub-txt-color-02: #777777;
  --sub-txt-color-03: #999999;
  --border-color: #D9D9D9;
  --red-color: #F55A5C;
  --green-color: #4AC272;
}
@media screen and (max-width: 1520px) {
    .wrap {
        padding: 0 16px;
    }
    .header-wrap .container {
        padding: 0 16px;
    }
    .intro-banner .content {
        padding: 0 16px;
    }
}
@media screen and (max-width: 1280px) {
    /*modal*/
    .modal.terms .modal-box {
        max-width: calc(100vw - 16px);
    }
    /*메인*/
    .main-banner .content .txt .txt-hidden span {
        font-size: 32px;
    }
    .main-banner .content .txt > p {
        font-size: 16px;
    }
    .main-copy p:first-child {
        font-size: 28px;
    }
    .ac-01 .tp .item .circle p:last-child {
        font-size: 20px;
    }
    .warning-grid .item {
        padding: 24px 16px;
    }
    .warning-grid .item .txt p:first-child {
        font-size: 20px;
    }
    .ac-02 .lt .txt {
        padding-left: 16px;
    }
    .ac-02 .lt .txt span {
        font-size: 28px;
    }
    .ac-02 .rt {
        padding-right: 16px;
    }
    .ac-02 .rt .item .txt p:first-child {
        font-size: 20px;
    }
    .ac-04-grid {
        width: 100%;
    }
    .ac-04-grid .item {
        width: 100%;
    }
    .ac-06 .lt {
        display: none;
    }
    .ac-06 .rt .bg::after {
        background-color: rgba(0, 0, 0, 0.7);
    }
    .ac-07 {
        flex-direction: column;
        gap: 0;
    }
    .ac-07 .rt {
        max-width: 100%;
    }
    .ac-07-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .b2b-about .bt > p {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .b2b-03-grid .item {
        padding: 48px 16px;
    }
    .b2b-03-grid .item .txt p:first-child {
        font-size: 20px;
    }
    .b2b-04-grid .item > p {
        font-size: 20px;
    }
    .b2b-06-grid .item .grid-box .txt p:first-child {
        font-size: 16px;
    }
    .b2b-08-grid .item .txt p:nth-child(2) {
        font-size: 18px;
    }
    .b2b-09 .item .txt .tit {
        font-size: 28px;
    }

    /*pages*/
    .kiosk-01 .lt .txt p:first-child {
        font-size: 28px;
    }
    .kiosk-03 .hd .content > p {
        font-size: 28px;
    }
    .kiosk-03-grid .item {
        padding: 16px;
    }
    .kiosk-03-grid .item .tit {
        font-size: 20px;
    }
    .bd-grid .item .num {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .bd-grid .item .tit {
        font-size: 20px;
    }
    .bt-grid .item .num {
        font-size: 20px;
    }
    .kiosk-04-grid .item .txt p:first-child {
        font-size: 20px;
    }
    .sub-banner .txt .main-tit {
        font-size: 32px;
    }
    .main-post {
        gap: 24px;
    }
    .main-post .txt .tit {
        font-size: 20px;
        font-weight: 600;
    }
    .review-list .list .item {
        gap: 16px;
    }
    .view-area .tit-box {
        padding: 24px 0;
    }
    .view-area .tit-box .tit {
        font-size: 20px;
    }
    .notice-list > li .tit-box .tit {
        font-size: 20px;
    }
    .support .hd span:first-child {
        font-size: 20px;
        font-weight: 600;
    }
}
@media screen and (max-width: 1024px) {
    /*header*/
    .header-wrap {
        height: 60px;
    }
    .h-logo {
        width: 100px;
        height: 50px;
    }
    .ham {
        display: block;
    }
    .gnb {
        position: absolute;
        top: 80px;
        width: 100vw;
        height: calc(100vh);
        background-color: #fff;
        top: 60px;
        left: 0;
        display: block;
        gap: 36px;
        border-top: 1px solid var(--border-color);
        padding: 16px 16px 150px;
        overflow: hidden;
        overflow-y: auto;
        display: none;
    }
    .gnb > li > a {
    }
    .gnb > li > a {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: var(--black-color);
        padding: 24px 0;
        border-bottom: 1px solid var(--border-color);
    }
    /*footer*/
    .footer-wrap .hd .f-logo img {
        width: 130px;
        height: auto;
    }


    /*메인*/
    .main-banner .content .txt .txt-hidden span {
        font-size: 28px;
    }
    .ac-01 .tp {
        flex-direction: column;
    }
    .ac-01 .tp .item {
        width: 100%;
        height: 200px;
    }
    .ac-01 .tp .item .img-box img {
        object-fit: cover;
    }
    .ac-01 .tp .item .circle {
        width: 200px;
        min-width: 200px;
        height: 200px;
    }
    .warning-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 6px;
    }
    .warning-grid .item {
        flex-direction: row;
        align-items: center;
    }
    .warning-grid .item .txt p:nth-child(2) {
        margin-bottom: 0;
    }
    .ac-02 {
        flex-direction: column;
    }
    .ac-02 .lt {
        width: 100%;
        height: 300px;
    }
    .ac-02 .lt .txt {
        align-items: center;
    }
    .main-copy {
        gap: 16px;
    }
    .main-copy p:first-child {
        font-size: 24px;
    }
    .main-copy p:nth-child(2) {
        font-size: 14px;
    }
    .ac-02 .lt .txt span {
        font-size: 24px;
        text-align: center;
    }
    .ac-02 .lt .txt .made-logo img {
        height: 35px;
    }
    .ac-02 .rt {
        width: 100%;
    }
    .ac-04 .hd {
        padding: 36px 24px;
    }
    .ac-04-grid .item {
        padding: 24px 16px;
    }
    .ac-04-grid .item p {
        font-size: 16px;
    }
    .ac-04 .bt {
        padding: 36px 24px;
    }
    .step-grid .item .txt p:first-child {
        font-size: 16px;
    }
    .step-grid .item .txt p:last-child {
        font-size: 14px;
    }
    .ac-06 .rt .content {
        padding: 48px 24px;
        gap: 24px;
    }
    .ac-06 .rt .content > p {
        font-size: 24px;
    }
    .ac-06-grid .item > p {
        font-size: 14px;
    }
    .ac-07 .lt {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ac-08 {
        overflow: hidden;
    }
    .main-copy.left {
        align-items: center;
    }
    .main-copy.left p:first-child {
        text-align: center;
    }
    .main-copy.left p:nth-child(2) {
        text-align: center;
    }
    .intro-grid .item.logo-grid {
        padding: 24px;
    }
    .intro-banner .content .txt .main-tit {
        font-size: 20px;
    }
    .intro-banner .content .txt .sub-tit {
        font-size: 14px;
    }
    .intro-banner .content .txt .intro-link a {
        font-size: 14px;
    }
    .b2b-about .hd .lt .txt {
        font-size: 24px;
    }
    .b2b-about .hd .rt p:first-child {
        font-size: 20px;
    }
    .b2b-about .hd .rt p:last-child {
        font-size: 14px;
    }
    .b2b-about .hd .rt p:last-child br {
        display: none;
    }
    .b2b-02 {
        flex-direction: column;
    }
    .b2b-02 .b2b-02-grid {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }
    .b2b-02 .b2b-02-grid .item .txt {
        padding: 24px;
    }
    .b2b-02 .b2b-02-grid .item .txt p:first-child {
        font-size: 20px;
    }
    .b2b-02 .b2b-02-grid .item .txt p:nth-child(2) {
        font-size: 14px;
    }
    .b2b-03-point {
        font-size: 20px;
    }
    .b2b-04-grid {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 24px;
    }
    .b2b-06 {
        flex-direction: column;
    }
    .b2b-06-grid {
        width: 100%;
    }
    .b2b-08-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .b2b-08-grid .item .bg {
        aspect-ratio: 4 / 3;
    }
    .b2b-09 .item {
        height: 500px;
    }
    .b2b-09 .item .txt .tit {
        font-size: 20px;
    }
    .b2b-09 .item .txt .tit-sub {
        font-size: 14px;
    }
    .wc-link {
        margin-top: 48px;
    }
    .wc-link a {
        font-size: 14px;
    }

    /*pages*/
    .kiosk-01 .lt .txt p:first-child {
        font-size: 24px;
    }
    .kiosk-01 .lt .txt p:last-child {
        font-size: 14px;
        word-break: keep-all;
    }
    .kiosk-02 {
        flex-direction: column;
    }
    .kiosk-02 .lt {
        width: 100%;
    }
    .kiosk-02 .rt {
        width: 60%;
        margin: 0 auto;
    }
    .kiosk-02-grid .item .txt {
        padding: 36px 24px;
    }
    .kiosk-02-grid .item .txt p:first-child {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .kiosk-02-grid .item .txt p:last-child {
        font-size: 14px;
    }
    .kiosk-03 .hd {
        height: 300px;
    }
    .kiosk-03 .hd .content > p {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .kiosk-03-grid .item {
        gap: 16px;
    }
    .kiosk-03-grid .item .tit {
        font-size: 16px;
    }
    .kiosk-03-grid .item .tit {
        font-size: 14px;
    }
    .bd-grid {
        gap: 0 48px;
    }
    .bd-grid .item {
        padding: 48px 16px;
    }
    .bd-grid .item:nth-child(odd)::after {
        height: calc(100% - 48px);
        right: -24px;
    }
    .bd-grid .item .tit {
        font-size: 16px;
    }
    .bd-grid .item .list > div {
        font-size: 14px;
    }
    .bd-grid .item .list > div.last {
        padding-left: 8px;
    }
    .bt-grid .item .num {
        font-size: 16px;
    }
    .bt-grid .item .tit {
        font-size: 14px;
    }
    .kiosk-04-grid .item {
        border-radius: 16px;
        padding: 24px 16px;
    }
    .kiosk-04-grid .item .txt p:first-child {
        font-size: 16px;
    }
    .kiosk-04-grid .item .txt p:nth-child(2) {
        font-size: 14px;
    }
    .video-box {
        aspect-ratio: 16 / 9;
    }
    .sub-banner .txt .sub-tit {
        font-size: 14px;
    }
    .page-area {
        padding: 100px 0;
    }
    .category a {
        font-size: 16px;
        padding: 0 24px 16px;
    }
    .product-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 16px;
    }
    .product-grid .item .txt .tit {
        font-size: 16px;
    }
    .product-view .hd {
        gap: 24px;
    }
    .product-info .tit {
        font-size: 20px;
    }
    .main-post .img-box {
        aspect-ratio: 4 / 3;
    }
    .main-post .txt .content {
        font-size: 14px;
        -webkit-line-clamp: 4;
    }
    .review-list .list .item .txt .tit {
        font-size: 16px;
    }
    .review-list .list .item .img-box {
        aspect-ratio: 4 / 3;
    }
    .view-area .tit-box .tit {
        font-size: 16px;
    }
    .view-area .tit-box .info span {
        font-size: 14px;
    }
    .other-area a {
        padding: 24px 0;
        font-size: 14px;
    }
    .notice-list > li .tit-box .tit {
        font-size: 16px;
    }
    .notice-list > li .faq-arrow {
        width: 36px;
        height: 36px;
    }
    .notice-list > li .faq-arrow img {
        width: 16px;
    }
}
@media screen and (max-width: 840px) {
    .wrap {
        padding: 0 8px;
    }
    .header-wrap .container {
        padding: 0 8px;
    }
    /*footer*/
    .footer-wrap .hd {
        flex-direction: column;
        align-items: center;
    }
    .footer-wrap .hd .other-link {
        flex-direction: column;
    }
    .footer-wrap .hd .other-link .terms-link {
        gap: 16px;
    }
    .footer-wrap .hd .other-link .terms-link a {
        font-size: 16px;
    }
    .footer-wrap .bt {
        flex-direction: column;
    }
    .footer-wrap .bt .lt {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .footer-info {
        gap: 8px 12px;
    }
    .footer-info .item::after {
        display: none;
    }
    .warning {
        line-height: 1.3;
        word-break: keep-all;
    }
    .footer-info .item {
        justify-content: center;
    }
    .footer-info .item span:first-child {
        min-width: auto;
    }
    .footer-wrap .bt .rt {
        align-items: flex-start;
        justify-content: center;
    }
    .input-grid {
        gap: 24px 8px;
    }
    .input-grid .item input, .input-grid .item select {
        height: 50px;
    }

    /*메인*/
    
    .main-page {
        gap: 80px;
        padding: 80px 0;
    }
    .bg-wrap {
        padding: 80px 0;
    }
    .main-banner .content .txt .txt-hidden span {
        font-size: 24px;
    }
    .main-banner .content .txt > p {
        font-size: 14px;
    }
    .ac-01 .tp .item .circle p:first-child {
        font-size: 14px;
    }
    .ac-01 .tp .item .circle p:last-child {
        font-size: 16px;
    }
    .warning-grid .item .txt p:first-child {
        font-size: 16px;
    }
    .warning-grid .item .txt p:nth-child(2) {
        font-size: 14px;
    }
    .ac-02 .lt .txt .made-logo img {
        height: 30px;
    }
    .ac-02 .rt {
        padding-left: 24px;
    }
    .ac-02 .rt::before {
        left: 24px;
    }
    .ac-02 .rt .item::before {
        width: 20px;
        height: 20px;
        top: 0;
        left: -10px;
    }
    .ac-02 .rt .item .txt p:first-child {
        font-size: 16px;
    }
    .ac-02 .rt .item .txt p:last-child {
        font-size: 14px;
    }
    .ac-03 .item {
        flex-direction: column;
        gap: 16px;
    }
    .ac-03 .item .img-box {
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        border-radius: 16px;
    }
    .ac-03 .item .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ac-03 .item .txt {
        width: 100%;
    }
    .ac-03 .item.reverse {
        flex-direction: column;
    }
    .ac-03 .item .tag {
        justify-content: center;
    }
    .main-copy {
        margin-bottom: 24px;
    }
    .main-copy p:nth-child(2) br {
        display: none;
    }
    .main-copy .copy-list span {
        font-size: 14px;
    }
    .ac-04 .hd {
        justify-content: center;
    }
    .ac-04 .hd > span {
        font-size: 20px;
        text-align: center;
    }
    .ac-04-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    .ac-04-grid .item {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .ac-04 .bt .graph {
        flex-direction: column-reverse;
        gap: 24px;
    }
    .ac-04 .bt .graph .main-copy {
        width: 100%;
    }
    .step-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 48px;
    }
    .step-grid .item {
        flex-direction: row;
        align-items: center;
        padding: 24px 16px;
        border-radius: 16px;
    }
    .step-grid .item:not(:last-child)::after {
        content: "";
        width: 28px;
        height: 28px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: unset;
        right: unset;
        left: 50%;
        bottom: -38px;
        transform: translateX(-50%) rotate(90deg);
    }
    .ac-06 {
        position: relative;
        height: 400px;
        overflow: hidden;
    }
    .ac-06 .rt {
        height: auto;
    }
    .ac-06-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .ac-06-grid .item {
        padding: 24px 16px;
        align-items: center;
        gap: 8px;
    }
    .ac-06-grid .item .icon {
        margin-bottom: 0;
    }
    .ac-07-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .ac-07 .lt > img {
        width: 120px;
        margin-bottom: 16px;
    }

    .intro-banner .content {
        flex-direction: column;
        justify-content: center;
    }
    .intro-banner .content .txt {
        width: 100%;
    }
    .intro-banner .content .txt .main-tit {
        text-align: center;
    }
    .intro-banner .content .txt .sub-tit {
        text-align: center;
    }
    .intro-banner .content .txt .intro-link {
        justify-content: center;
    }
    .intro-grid {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }
    .intro-grid .item > span {
        padding: 8px;
        font-size: 14px;
    }
    .b2b-about .hd .lt .txt {
        font-size: 20px;
    }
    .b2b-about .bt > p {
        font-size: 24px;
    }
    .b2b-02 .b2b-02-grid .item .txt p:first-child {
        font-size: 18px;
    }
    .b2b-03-grid .item {
        padding: 24px 16px;
    }
    .b2b-03-grid .item .txt {
        gap: 12px;
    }
    .b2b-03-grid .item .txt p:first-child {
        font-size: 18px;
    }
    .b2b-03-grid .item .txt p:nth-child(2) {
        font-size: 14px;
    }
    .b2b-03-point {
        font-size: 18px;
        padding: 16px;
    }
    .b2b-09 .item {
        height: 400px;
    }

    /*pages*/
    .kiosk-01 {
        flex-direction: column;
    }
    .kiosk-01 .lt {
        width: 100%;
    }
    .kiosk-01 .rt {
        width: 100%;
    }
    .kiosk-02 .rt {
        width: 100%;
    }
    .kiosk-02 .rt > img {
        width: 80px;
    }
    .kiosk-03 .hd {
        height: 600px;
    }
    .kiosk-03-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .kiosk-03-grid .item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .sub-banner {
        height: 350px;
    }
    .bd-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .bd-grid .item {
        padding: 24px 0;
    }
    .bd-grid .item:not(:last-child) {
        border-bottom: 1px solid var(--border-color);
    }
    .bt-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .bt-grid .item {
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }
    .bt-grid .item .num {
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 600;
    }
    .bt-grid .item .tit {
        margin-top: 0;
    }
    .kiosk-04-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .kiosk-04-grid .item {
        flex-direction: row;
        align-items: center;
        padding: 24px 16px;
        border-radius: 16px;
    }
    .kiosk-04-grid .item:not(:last-child)::after {
        content: "";
        width: 28px;
        height: 28px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: unset;
        right: unset;
        left: 50%;
        bottom: -38px;
        transform: translateX(-50%) rotate(90deg);
    }
    .sub-banner .txt {
        width: 100%;
        padding: 24px 16px 0;
    }
    .sub-banner .txt {
        gap: 16px;
    }
    .sub-banner .txt .main-tit {
        font-size: 24px;
    }
    .category {
        margin-bottom: 60px;
    }
    .product-view .hd {
        flex-direction: column;
    }
    .product-view .hd .lt {
        width: 100%;
    }
    .product-view .hd .rt {
        width: 100%;
    }
    .main-post .txt .tit {
        margin-bottom: 12px;
    }
    .main-post .txt .content {
        -webkit-line-clamp: 3;
        margin-bottom: 24px;
    }
    .review-list .list {
        grid-template-columns: repeat(1, 1fr);
    }
    .review-list .list .item .img-box {
        max-width: 250px;
    }
    .editor-area {
        padding: 48px 0;
    }
    .notice-list > li .toggle-content {
        padding: 16px;
        font-size: 14px;
    }
    .category a {
        padding: 0 16px 8px;
    }
    .category a.on {
        padding: 0 16px 5px;
    }
}
@media screen and (max-width: 480px) {
    /*메인*/
    .main-mobile {
        display: block;
        width: 100%;
    }
    .main-mobile video {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .main-banner {
        display: none;
    }
    .scroll-downs {
        display: none;
    }
    .banner-slider .swiper-slide .img-box {
        overflow: visible;
        height: 100%;
    }
    .banner-slider .swiper-slide .img-box video {
        object-fit: cover;
    }
    .main-banner .content .txt {
        padding: 0 16px;
    }
    .main-banner .content .txt .txt-hidden span br {
        display: none;
    }
    .main-copy p:first-child {
        font-size: 20px;
    }
    .main-copy p:first-child br.uv {
        display: block;
    }
    .main-copy p:first-child br.none {
        display: none;
    }
    .ac-02 .lt .txt span {
        font-size: 20px;
    }
    .ac-04 .hd > span {
        font-size: 18px;
    }
    .ac-04-grid .item img {
        margin: 0;
        width: 32px;
    }
    .ac-04 .bt .graph .img-box {
        width: 100%;
    }
    .step-grid .item img {
        width: 32px;
    }
    .ac-06 {
        height: 370px;
    }
    .ac-06-grid .item .icon {
        width: 48px;
        height: 48px;
    }
    .ac-06-grid .item .icon img {
        min-width: 32px;
        width: 32px;
        height: 32px;
    }
    .ac-06 .rt .content > p {
        text-align: center;
    }
    .ac-07-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .intro-banner .content {
        gap: 24px;
    }
    .intro-banner .content .txt .main-tit {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .intro-banner .content .txt .sub-tit {
        margin-bottom: 24px;
    }
    .intro-banner .content .txt .intro-link a {
        height: 40px;
        line-height: 40px;
    }
    .intro-grid {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 12px;
    }
    .b2b-about .hd {
        flex-direction: column;
    }
    .b2b-about .hd .lt {
        width: 100%;
    }
    .b2b-about .hd .rt {
        width: 100%;
    }
    .b2b-about .hd .rt p:first-child {
        font-size: 18px;
    }
    .b2b-02 .b2b-02-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .b2b-02 .b2b-02-grid .item .txt {
        padding: 16px;
        gap: 12px;
    }
    .b2b-02 .b2b-02-grid .item .txt p:first-child {
        font-size: 16px;
        word-break: keep-all;
    }
    .b2b-03-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    .b2b-03-grid .item .icon {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }
    .b2b-03-grid .item .icon img {
        width: 24px;
        height: 24px;
    }
    .b2b-03-point {
        width: 100%;
        font-size: 16px;
    }
    .b2b-03-point br {
        display: none;
    }
    .b2b-04-grid .item {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }
    .b2b-04-grid .item > p {
        font-size: 16px;
    }
    .b2b-04-grid .item .icon img {
        width: 32px;
        height: 32px;
    }
    .b2b-link a {
        font-size: 14px;
        padding: 12px 24px;
    }
    .main-link a {
        font-size: 14px;
        padding: 12px 24px;
    }
    .b2b-06-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .b2b-06-grid .item:last-child {
        padding-top: 0;
    }
    .partner-slider .img-box {
        padding: 24px 16px;
    }
    .b2b-08-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .b2b-08-grid .item .bg {
        aspect-ratio: 16 / 9;
    }
    .b2b-09 .item .txt {
        padding: 0 16px;
    }
    .b2b-09 .item .txt .tit {
        font-size: 18px;
        text-align: center;
        word-break: keep-all;
    }
    .b2b-09 .item .txt .tit br {
        display: none;
    }
    .b2b-09 .item .txt .tit-sub {
        text-align: center;
        word-break: keep-all;
        margin-top: 16px;
    }
    .wc-link {
        width: 100%;
        margin-top: 24px;
    }
    .wc-link a {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }



    /*pages*/
    .kiosk-01 .rt {
        padding: 48px 8px;
    }
    .kiosk-02-grid {
        gap: 12px;
    }
    .kiosk-02-grid .item .txt {
        padding: 16px;
    }
    .kiosk-02 .rt > img {
        width: 48px;
    }
    .kiosk-03 .hd {
        height: 700px;
    }
    .kiosk-03-grid .item .icon {
        width: 38px;
        height: 38px;
    }
    .kiosk-03-grid .item .icon img {
        width: 24px;
    }
    .bt-grid .item .tit {
        text-align: left;
    }
    .bt-grid .item .icon img {
        width: 32px;
    }
    .kiosk-04-grid .item img {
        width: 32px;
    }
    .kiosk-06 > span {
        font-size: 14px;
        word-break: keep-all;
    }
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-grid .item .txt .cate {
        font-size: 12px;
    }
    .product-grid .item .txt .info {
        gap: 4px;
    }
    .product-grid .item .txt .info .box span {
        font-size: 12px;
    }
    .sp-info {
        grid-template-columns: repeat(1, 1fr);
    }
    .product-info .expl {
        font-size: 14px;
    }
    .pay-type > p {
        font-size: 18px;
    }
    .pay-type label span {
        font-size: 14px;
    }
    .sp-info .item span:first-child {
        font-size: 14px;
    }
    .sp-info .item span:nth-child(2) {
        font-size: 14px;
    }
    .price-info .item span:first-child {
        font-size: 14px;
    }
    .price-info .item span:nth-child(2) {
        font-size: 14px;
    }
    .product-btn {
        gap: 6px;
    }
    .product-btn a {
        font-size: 14px;
    }
    .main-post {
        flex-direction: column;
    }
    .main-post .img-box {
        width: 100%;
    }
    .main-post .txt {
        width: 100%;
    }
    .review-list .hd {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .review-list .list {
        gap: 24px;
    }
    .review-list .list .item .img-box {
        max-width: 150px;
        border-radius: 8px;
    }
    .review-list .list .item .txt .tit {
        margin-bottom: 12px;
    }
    .other-area a .other-front {
        white-space: nowrap;
    }
    .input-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .support .hd {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .support .hd span:first-child {
        text-align: center;
        line-height: 1.3;
    }
    .category a {
        flex: 1;
        font-size: 14px;
        padding: 0 4px 8px;
        text-align: center;
    }
    .category a.on {
        padding: 0 4px 5px;
    }
    .ac-07-grid {
        display: none;
    }
    .with-slider {
        display: block;
    }
    .terms-txt {
        padding: 16px 8px;
        border-radius: 12px;
    }
    .terms-txt p {
        font-size: 14px;
    }
}