:root {
    --main-color: #DB7EA2;
    --sub-color: #F54E26;
    --bg-color: #F9F9F9;
    --black-color: #3A3A3A;
    --sub-txt-color-01: #555555;
    --sub-txt-color-02: #777777;
    --sub-txt-color-03: #999999;
    --border-color: #EEEEEE;
}
@media screen and (max-width: 1519px) {
    .wrap {
        padding: 0 36px;
    }
    .sm-wrap {
        padding: 0 36px;
    }
    .md-wrap {
        padding: 0 36px;
    }
    .xs-wrap {
        padding: 0 36px;
    }
    /*header*/
    .header-area {
        padding: 0 36px;
    }
    /*footer*/
    .footer-wrap .bt .lt {
        width: 100%;
    }
    /*메인*/
    .main-banner {
        width: 100vw;
        height: auto;
        position: relative;
        margin-bottom: 130px;
    }

    .banner-slider {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .banner-slider .swiper-wrapper {
        height: auto !important;
    }
    .banner-slider .swiper-slide {
        height: 100%;
    }
    .banner-slider .img-box {
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }
    .banner-slider .img-box img {
        width: 100%;
        object-fit: contain;
    }
}
@media screen and (max-width: 1280px) {
    /*header*/
    .container ul {
        gap: 36px;
    }
    .header-wrap.main .container ul li a {
        font-size: 15px;
    }
    /*메인*/
    .pager {
        font-size: 14px;
        text-align: center;
        bottom: 65px;
    }
}
@media screen and (max-width: 1024px) {
    .wrap {
        padding: 0 24px;
    }
    .sm-wrap {
        padding: 0 24px;
    }
    .md-wrap {
        padding: 0 24px;
    }
    .xs-wrap {
        padding: 0 24px;
    }
    /*header*/
    .header-area {
        padding: 0 36px;
    }
    .ham {
        display: block;
    }
    .header-wrap:hover {
        background-color: #fff;
    }
    .header-wrap:hover .header-area .h-logo {
        background-image: url('../images/logo/logo_bc_nt.png');
    }
    .header-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-area .h-logo {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 150px;
        height: 28px;
    }
    .container {
        display: none;
        position: absolute;
        top: 85px;
        left: 0;
        width: 100%;
        height: 100dvh;
        flex-direction: column-reverse;
        background-color: #fff;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 24px 16px 150px;
        border-top: 1px solid var(--border-color);
        overflow: hidden;
        overflow-y: auto;
    }
    .container ul {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .container ul li {
        width: 100%;
        border-bottom: 1px solid var(--border-color);
        padding: 16px 0;
    }
    .container ul li::after {
        display: none;
    }
    .container ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: var(--sub-txt-color-02) !important;
    }
    .container ul li a::after {
        content: "";
        background-image: url('../images/icons/gnb_arrow.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        transition: .2s ease-in-out;
    }
    /*footer*/
    .footer-wrap {
        padding: 80px 8px;
    }
    .footer-wrap .tp {
        flex-direction: column-reverse;
        gap: 24px;
    }
    .f-logo img {
        width: 150px;
    }
    .footer-wrap .bt {
        flex-direction: column;
        align-items: center;
        gap: 36px;
    }
    .footer-wrap .bt .lt {
        width: 100%;
        align-items: center;
    }
    .footer-wrap .bt .lt .info {
        justify-content: center;
    }
    .footer-wrap .bt .rt {
        width: 100%;
        align-items: center;
        gap: 16px;
    }
    .footer-wrap .bt .rt .cs-info {
        align-items: center;
        gap: 16px;
    }
    .footer-wrap .bt .rt .cs-circle {
        font-size: 12px;
        padding: 8px 16px;
    }
    .footer-wrap .bt .rt .cs-info a {
        font-size: 28px;
    }
    /*메인*/
    .main-tit {
        font-size: 24px;
    }
    .product-slider {
        overflow: hidden;
    }

    /*페이지*/
    .page-tit {
        font-size: 28px;
        margin: 150px 0 48px;
    }
    .brand .intro-banner .txt p:first-child {
        font-size: 16px;
    }
    .brand .intro-banner .txt p:nth-child(2) {
        font-size: 32px;
    }
    .brand .intro-txt .img-box {
        max-width: 200px;
    }
    .brand .intro-txt .txt {
        font-size: 16px;
    }
    .brand-product .item {
        gap: 48px;
    }
    .brand-product .item .txt .tit {
        font-size: 28px;
        word-break: keep-all;
    }
    .product-tp {
        gap: 24px;
    }
    .product-tp .lt {
        flex: 1;
        width: 50%;
    }
    .product-tp .rt {
        flex: 1;
        gap: 24px;
    }
    .product-tp .rt .rt-tit p:first-child {
        font-size: 24px;
    }
    .product-tp .rt .rt-tit p:nth-child(2) {
        font-size: 14px;
        font-weight: 400;
    }
    .rt-price {
        gap: 12px;
    }
    .rt-option {
        gap: 12px;
    }

    .order-dashboard {
        gap: 24px;
    }
}
@media screen and (max-width: 768px) {
    .wrap {
        padding: 0 16px;
    }
    .sm-wrap {
        padding: 0 16px;
    }
    .md-wrap {
        padding: 0 16px;
    }
    .xs-wrap {
        padding: 0 16px;
    }
    /*header*/
    .header-area {
        padding: 0 16px;
    }
    .modal .modal-box {
        max-width: calc(100vw - 16px);
    }
    .bg-wrap {
        padding: 100px 0;
    }
    .md-wrap {
        max-width: 100%;
    }
    /*footer*/
    .fnb {
        justify-content: center;
        flex-wrap: wrap;
        gap: 24px 16px;
    }
    .fnb li a {
        font-size: 15px;
    }
    /*메인*/
    .main-banner {
        margin-bottom: 100px;
        aspect-ratio: 3 / 4;
    }
    .banner-slider .img-box img.pc {
        display: none;
    }
    .banner-slider .img-box img.mobile {
        display: block;
    }
    .main-product {
        padding-bottom: 100px;
    }
    .product-slider {
        margin-bottom: 24px;
    }
    .review-slider {
        margin-bottom: 24px;
    }
    /*페이지*/
    .view-area {
        margin: 100px 0 100px;
    }
    .brand .intro-txt {
        padding: 100px 0 0;
    }
    .brand .intro-txt .txt {
        text-align: left;
    }
    
    .brand .intro-banner .txt p:nth-child(2) {
        font-size: 28px;
    }
    .brand-product .item {
        flex-direction: column;
    }
    .brand-product .item.reverse {
        flex-direction: column;
    }
    .brand-product .item .img-box {
        width: 100%;
        overflow: hidden;
    }
    .brand-product .item .txt {
        width: 100%;
    }
    .brand-product .item .txt .tit {
        font-size: 24px;
    }
    .brand-product .item .txt .txt-item {
        align-items: flex-start;
        margin-bottom: 24px;
    }
    .brand-product .item .txt .txt-item p {
        font-size: 14px;
    }
    .brand-product .item .txt .txt-item p br {
        display: none;
    }
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .pagination.gap {
        margin: 36px 0 100px;
    }
    .product-tp {
        flex-direction: column;
        gap: 48px;
    }
    .product-tp .lt {
        width: 100%;
    }
    .product-tp .rt .rt-tit {
        gap: 12px;
    }
    .product-bt .tab-menu button, .product-bt .tab-menu a {
        height: 50px;
        line-height: 50px;
    }
    .studio-list {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }
    .auth-table {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }
    .auth-table table {
        table-layout: auto;
        white-space: nowrap;
    }
    .studio-list table {
        white-space: nowrap;
    }
    .studio-list table td {
        padding: 24px 8px;
        white-space: nowrap;
    }
    .studio-list table td .box {
        white-space: nowrap;
        padding: 0 8px;
    }
    .order-table {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }
    .order-table table {
        white-space: nowrap;
    }
    .ballon {
        top: calc(100% - 16px);
        height: auto;
        bottom: unset;
    }
    .ballon .ballon-item:not(:last-child) {
        margin-bottom: 4px;
    }
    .ballon::after {
        display: none !important;
    }
    .simple-info .item {
        padding: 16px;
    }
    .simple-info .item span {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .wrap {
        padding: 0 8px;
    }
    .sm-wrap {
        padding: 0 8px;
    }
    .md-wrap {
        padding: 0 8px;
    }
    .xs-wrap {
        padding: 0 8px;
    }
    /*header*/
    .header-area {
        padding: 0 8px;
    }
    /*메인*/
        .pager {
        font-size: 12px;
    }
    .mousey {
        padding: 1px 4px;
        height: 13px;
    }
    .scroll-downs p {
        font-size: 11px;
    }
    .main-tit {
        font-size: 20px;
        text-align: center;
        line-height: 1.3;
        word-break: keep-all;
        margin-bottom: 24px;
    }
    /*페이지*/
    .brand .intro-banner {
        height: auto;
        aspect-ratio: unset;
    }
    .brand .intro-banner .txt p:first-child {
        font-size: 14px;
    }
    .brand .intro-banner .txt p:nth-child(2) {
        font-size: 20px;
    }
    .brand .intro-txt {
        padding: 60px 0 0;
        gap: 60px;
    }
    .brand .intro-txt .img-box::after {
        bottom: -30px;
    }
    .brand .intro-txt .txt {
        font-size: 14px;
    }
    .brand-product .item .txt .tit {
        font-size: 20px;
    }
    .brand-product .item .solid-btn {
        width: 100%;
    }
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .mypage-tab button, .mypage-tab a {
        height: 50px;
        line-height: 50px;
        font-size: 12px;
    }
    .star-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .auth-area .auth-tab a {
        font-size: 14px;
    }
    .studio-map {
        height: 400px;
    }
    .studio-list table td .box img {
        width: 16px;
    }
    .search select {
        background-color: #fff;
        width: 130px;
        min-width: 130px;
    }
    .terms-item .content {
        padding: 16px;
    }
    .all-agree {
        padding: 16px;
    }
    .order-dashboard {
        flex-direction: column;
    }
    .order-dashboard .lt {
        width: 100%;
    }
    .order-dashboard .rt {
        width: 100%;
    }
    .order-dashboard .item .cont .box.center {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .simple-info .item {
        flex-direction: column;
        gap: 12px;
    }
    .product-bt .tab-menu button, .product-bt .tab-menu a {
        font-size: 12px;
    }
    .product-bt .product-content .product-expl-table {
        width: 100%;
    }
    .product-expl-table table th {
        width: 100%;
        display: block;
    }
    .product-expl-table table th::before {
        content: "• ";
        color: var(--main-color);
        font-weight: bold;
    }
    .product-expl-table table td {
        display: block;
    }
    .review-list li {
        flex-direction: column;
    }
    .review-list li .content .info span:not(:last-child)::after {
        margin: 0 8px 0 4px;
    }
    .support-list > li .tit-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .support-list > li .tit-box .box {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .support-list > li .toggle-content {
        padding: 16px;
    }
    .review-list li .content {
        gap: 6px;
    }
    .coupon-list {
        width: calc(100vw - 60px);
        min-width: 100%;
    }
    .coupon-list table td {
        word-break: keep-all;
        vertical-align: middle;
    }
    .terms-expl {
        padding: 16px;
        padding-left: 24px;
    }
    .rt-cnt {
        padding: 16px;
    }

    .review-grid ol {
        grid-template-columns: repeat(1, 1fr);
    }
    #sit_use_write_star {
        width: 100% !important;
        padding: 16px 0 !important;
    }
    #sit_use_write_star li {
        width: 49% !important;
    }
    .mypage-grid {
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }
    .input-box > span {
        padding: 8px;
        font-size: 14px;
    }
    .order-dashboard .item .cont {
        padding: 8px;
    }
    .tbl_head03.tbl_wrap {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }
    .tbl_head03.tbl_wrap table {
        margin-bottom: 24px;
    }
    .tbl_head03 td.td_sbj input[type="text"] {
        width: 80px;
    }
    .tbl_head03 table .sel_address {
        width: 60px;
        display: block;
    }
    .tbl_head03 table .td_mng .del_address {
        width: 60px;
        display: block;
    }
    .tbl_head03 table .default_lb {
        width: 60px;
        display: block;
    }
    .review_detail_in {
        width: 100% !important;
        max-width: calc(100% - 16px);
        margin-left: 0 !important;
        margin-top: 0 !important;
        transform: translate(-50%, -50%);
    }
    .review_cnt {
        padding: 16px 8px !important;
    }
    .review_tp_cnt > span {
        font-size: 14px !important;
    }
    #sps dt {
        font-size: 12px !important;
    }
    #sps dd {
        font-size: 12px !important;
    }
    #sps_sch select {
        width: 120px;
        padding: 0 8px;
    }
    #sps_sch a {
        max-width: 70px;
    }
    #sps_sch .sch_wr {
        gap: 0;
    }
    #sps_sch .sch_input {
        padding: 0 8px !important;
    }
    #sps_sch .sch_wr button img {
        width: 16px;
    }
}