/* media-queries */
@media (max-width: 768px) {
    .gmc_popup {
        border: none;
        top: 10px;
    }

    .popup1 {
        width: 97%;
        box-sizing: border-box;
    }

    .popup1 .popup-con {
        width: 97%;
        height: auto;
        
    }

    .popup1 .popup-buttons {
        width: 97%;
    }

    .popup2 {
        width: 90%;
    }

    .popup2 .popup-con {
        width: 90%;
        height: auto;
    }

    .popup2 .popup-buttons {
        width: 90%;
    }

    .popup3 {
        width: 95%;
    }

    .popup3 .popup-con {
        width: 95%;
        height: auto;
    }

    .popup3 .popup-buttons {
        width: 95%;
    }

    .popup4 {
        width: 97%;
    }

    .popup4 .popup-con {
        width: 97%;
        height: auto;
    }

    .popup4 .popup-buttons {
        width: 97%;
    }

    .popup-con img {
        width: 100%;
        height: auto;
        display: block;
    }

    .popup-buttons {
        /* flex-direction: column; */
        width: 100%;
        padding: 0;
    }

    .popup-buttons button {
        width: 100%;
        font-size: 16px;
    }

    .popup-buttons .hour {
        font-weight: 500;
        color: #222;
    }
}

@media screen and (max-width: 480px) {
    /* header */
    #header-wrap {
        display: none;
    }

    .mobile-header-wrap {
        width: 100%;
        display: block;
        height: 80px;
        background-color: #000;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 998;
    }

    .mobile-header-inner {
        padding: 20px 20px;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .mobile-header-inner .logo-box img {
        width: 30vw;
        object-fit: contain;
    }

    .mobile-header-inner .more-btn {
        background-color: transparent;
        border: none;
    }

    .mobile-menu {
        display: block;
        width: 100%;
        background-color: rgba(22, 5, 5, 0.9);
        position: fixed;
        /* position: absolute; */
        right: 0;
        top: 80px;
        z-index: 998;
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
    }

    .mobile-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        transition: 0.3s;
    }

    .mobile-menu-inner {
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }

    .mobile-menu-inner ul li {
        font-size: 6vw;
        color: #fff;
        margin-bottom: 1vw;
    }

    .mobile-menu-inner ul li a {
        display: block;
        padding: 2vw 0;
    }


    /* MainSlide(메인슬라이드) */
    .my-slider-box-1 {
        padding-top: 60px;
    }

    .my-slider-box-1 .swiper {
        /* height: 70vh; */
    }

    .my-slider-box-1 .swiper-slide-1 {
        background-image: url("/images/slide_1.png");
        object-fit: cover;
        background-size: cover;
    }

    .my-slider-box-1 .swiper-slide-1 .text-box {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: -50vw;
    }

    .my-slider-box-1 .swiper-slide-1 .text-box p {
        font-size: 12vw;
        color: #DB3939;
        text-align: center;
    }

    .my-slider-box-1 .swiper-slide-1 .text-box span {
        font-size: 4vw;
        display: inline-block;
        text-align: center;
    }

    /* 유튜브 */
.video-section-1 {
    height: 30vh;     
    padding: 20px 0px;
}

.video-section-1 iframe {
    width: 100%;
    height: 100%;
    border: none;
}

    /* BestReview(리뷰슬라이드) */
    .my-slider-box-3 {
        background-image: url(/images/review/mobile.bg.png);
        background-size: 100% 100%;
        background-position: left;
        padding: 48vw 0 35vw 0;
    }

    .review-text-box {
        padding-top: 10vw;
        margin-bottom: 10vw;
    }

    .review_main-title {
        display: none;
    }

    .review_sub-title {
        font-size: 5.4vw;
        line-height: 1.3;
        padding: 0 20px;
        color: #fff;
        font-family: 'GmarketSansBold';
        letter-spacing: 0.02em;
    }

    .my-slider-box-3 .swiper-pagination .swiper-pagination-bullet {
        background-color: #797979;
    }

    .my-slider-box-3 .swiper-pagination .swiper-pagination-bullet-active {
        background: #fff;
    }


    /* supoint(성공포인트) */
    .supoint_wrap h2 {
        margin-bottom: 1.7rem;
    }

    .supoint_wrap h2 img {
        width: 100%;
        height: auto;
    }

    .supoint_wrap .content-list-box_1 h3 {
        justify-content: flex-start;
    }

    .supoint_wrap .content-list-box_1 h3 img {
        width: 50vw;
        height: auto;
    }

    .supoint_wrap .content-list-box_1 .sub-title-text-1_web {
        display: none;
    }

    .supoint_wrap .content-list-box_1 .sub-title-text-1_mobile {
        font-size: 1.45rem;
        display: block;
        margin-bottom: 1.7rem;
    }

    .supoint_wrap .content-list-box_1 .RateOfReturn_list-box {
        display: block;
    }

    .supoint_wrap .content-list-box_1 .RateOfReturn_list-box .table-box {
        width: 100%;
    }

    .supoint_wrap .content-list-box_1 .RateOfReturn_list-box .table-box_1 {
        margin: auto;
    }

    .supoint_wrap .content-list-box_1 .RateOfReturn_list-box .table-box_2 {
        margin: 15vw 0;
    }

    .content-list-box_1 .table-title-txt-box {
        margin-bottom: 2vw;
    }

    .table-title-txt-box p {
        font-size: 1rem;
    }

    #t1 {
        font-size: 4.5vw;
        width: 100%;
    }

    #t1 td,
    #t1 th {
        padding: 2vw;
    }

    .supoint_wrap .content-list-box_2 h3 img {
        width: 50vw;
        height: auto;
    }

    .supoint_wrap .content-list-box_2 {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .OpenSystem-list-box {
        display: block;
    }

    .supoint_wrap .content-list-box_2 .OpenSystem-img-box {
        margin-bottom: 4vw;
    }

    /* .OpenSystem-box {
        width: 100%;
        height: 50vw;
    } */

    .OpenSystem-img-box {
        width: 100%;
        height: 50vw;
    }

    .OpenSystem-text-box {
        width: 100%;
        height: 30vw;
    }

    .supoint_wrap .content-list-box_2 .OpenSystem-text-box {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .content-list-box_2 .OpenSystem-text-box .title-text {
        font-size: 6vw;
        text-align: left;
        margin-bottom: 2vw;
    }

    .content-list-box_2 .OpenSystem-text-box .content-text {
        font-size: 4vw;
        text-align: left;
    }

    .supoint_wrap .content-list-box_3 h3 img {
        width: 65vw;
        height: auto;
        margin: 0;
    }

    .supoint_wrap .content-list-box_3 {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .StartUpCosts-list-box {
        flex-direction: column-reverse;
    }

    .supoint_wrap .content-list-box_3 .StartUpCosts-img-box {
        margin-bottom: 4vw;
    }

    /* .OpenSystem-box {
        width: 100%;
        height: 50vw;
    } */

    .StartUpCosts-img-box {
        width: 100%;
        height: 50vw;
    }

    .StartUpCosts-text-box {
        width: 100%;
        height: 30vw;
    }

    .supoint_wrap .content-list-box_3 .StartUpCosts-text-box {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .content-list-box_3 .StartUpCosts-text-box .title-text {
        font-size: 6vw;
        text-align: left;
        margin-bottom: 2vw;
    }

    .content-list-box_3 .StartUpCosts-text-box .content-text {
        font-size: 4vw;
        text-align: left;
    }

    .supoint_wrap .content-list-box_4 h3 img {
        width: 50vw;
        height: auto;
    }

    .supoint_wrap .content-list-box_4 {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .RegionalAnalysis-list-box {
        display: block;
    }

    .supoint_wrap .content-list-box_4 .RegionalAnalysis-img-box {
        margin-bottom: 4vw;
    }

    /* .OpenSystem-box {
        width: 100%;
        height: 50vw;
    } */

    .RegionalAnalysis-img-box {
        width: 100%;
        height: 50vw;
    }

    .RegionalAnalysis-text-box {
        width: 100%;
        height: 30vw;
    }

    .supoint_wrap .content-list-box_4 .RegionalAnalysis-text-box {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .content-list-box_4 .RegionalAnalysis-text-box .title-text {
        font-size: 6vw;
        text-align: left;
        margin-bottom: 2vw;
    }

    .content-list-box_4 .RegionalAnalysis-text-box .content-text {
        font-size: 4vw;
        text-align: left;
    }


    /* benefits (창업혜택) */
    .benefits_wrap {
        padding: 20vw 0;
    }

    .benefits_inner {
        width: 100%;
    }

    .benefits-main-title {
        font-size: 7vw;
        text-align: left;
        margin-bottom: 8vw;
    }

    .benefits-list {
        flex-direction: column;
        align-items: center;
    }

    .benefits-list-box .img-box {
        width: 100%;
        height: auto;
    }

    .benefits-list-box .img-box_1,
    .benefits-list-box .img-box_3,
    .benefits-list-box .img-box_5,
    .benefits-list-box .img-box_7 {
        margin-right: 0;
    }

    /* StoreOwner (점주님들창업하세요) */
    .StoreOwner_wrap {
        padding: 20vw 0;
    }

    .StoreOwner_inner {
        width: 100%;
    }

    .StoreOwner_web-title-box {
        display: none;
    }

    .StoreOwner_mobile-title-box {
        display: block;
        text-align: right;
        margin-bottom: 15vw;
        position: relative;
    }

    .StoreOwner_mobile-title {
        font-size: 8.2vw;
        display: flex;
        flex-direction: column;
    }

    .mobile-title_top {
        margin-bottom: 3vw;
        /* padding: 0.5vw; */
        padding-right: 3vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
        background-color: #fbd084;
        display: inline-block;
        display: inline-block;
    }

    .mobile-title_bottom {
        /* padding: 0.5vw; */
        padding-right: 3vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
        background-color: #fbd084;
        z-index: 1;
    }

    .StoreOwner_mobile-title-box img {
        position: absolute;
        left: 3%;
        top: -40%;
        width: 35%;
        z-index: -1.5;
    }



    .TakeOut-list-box {
        margin-bottom: 20vw;
    }

    .TakeOut-title-text {
        font-size: 6vw;
        text-align: left;
        margin-bottom: 5vw;
    }

    .TakeOut-img-box {
        height: auto;
    }

    .TakeOut-img-box img {
        width: 100%;
        height: auto;
    }

    .TakeOut-sub-text-box {
        font-size: 4.7vw;
        padding: 3vw;
        line-height: 7vw;
    }

    .Interior-list-box {
        margin-bottom: 20vw;
    }

    .Interior-title-text {
        font-size: 6vw;
        margin-bottom: 5vw;
        text-align: left;
    }

    .Interior-content-box {
        display: block;
        margin-bottom: 6vw;
    }

    .Interior-content {
        width: 100%;
        font-size: 3.8vw;
    }

    .Interior-content_1 {
        margin-bottom: 6vw;
    }

    .Interior-text-box-1 {
        display: flex;
    }

    .Interior-text-box-1_top {
        margin-right: 2vw;
    }

    .Interior_sub-text-box {
        font-size: 4vw;
        padding: 5vw 0;
    }

    .EfficientSystem-list-box {
        display: block;
        max-width: 100%;
    }

    .EfficientSystem-text-box {
        text-align: left;
    }

    .EfficientSystem-title-text {
        font-size: 6vw;
        margin-bottom: 5vw;
    }

    .EfficientSystem-sub-text {
        font-size: 4vw;
        margin-bottom: 10vw;
    }


    /* Guide (창업절차안내) */
    #Guide {
        display: none;
    }
    #M_Guide {
        display: block
    }
    .guide_wrap {
        padding: 15vw 0;
    }

    .guide-main-title {
        font-size: 7vw;
        margin-bottom: 5vw;
    }

    .guide-list-box {
        flex-direction: row;
        gap: 10px;
    }

    .guide-list-box .guide-list {
        flex-direction: column;
    }

    .guide-list-box .guide-list-1 {
        margin-bottom: 0;
    }

    .guide-list-box .guide-normal {
        width: 100%;
        height: auto;
        margin-bottom: 16px;
        margin-right: 10px;
        padding-bottom: 2.5vw;
    }

    .guide-list-box .guide-normal .num-box {
        width: 10vw;
        height: 10vw;
        font-size: 1.2rem;
        line-height: 10vw;
        border-radius: 0 0 4vw 0;
    }

    .guide-list-box .guide-normal .guide-content-box {
        padding: 1vw;
    }

    .guide-list-box .guide-normal .icon-box {
        width: 20vw;
        height: 20vw;
        margin-bottom: 3.5vw;
    }

    .guide-list-box .guide-normal .icon-box img {
        width: 12vw;
        height: auto;
    }

    .guide-list-box .guide-normal .txt-box .main-txt {
        font-size: 4.5vw;
        margin-bottom: 0.3vw;
    }

    .guide-list-box .guide-normal .txt-box .sub-txt {
        font-size: 3vw;
    }

    /* vdc-costs-slide (창업비용) */
    .vdc-costs_wrap {
        padding: 15vw 0;
    }

    .vdc-costs_inner {
        width: 100%;
    }

    .vdc-costs_main-title {
        font-size: 6vw;
        margin-bottom: 8vw;
    }

    .vat-txt-box {
        font-size: 0.8rem;
    }

    #t2 {
        font-size: 3.5vw;
        width: 100%;
    }

    #t2 td,
    #t2 th {
        padding: 2vw;
    }

    .table-info-txt-box {
    text-align: center;
    font-size: 3.2vw;
}

    .my-slider-box-2 {
        padding: 5vw 0;
        margin-bottom: 0.2vw;
    }

    /* .my-slider-box-2 .swiper-pagination {
        display: block;
    } */

    .my-slider-box-2 .swiper-slide-5 {
        display: block;
    }

    .vdc-costs-slide_main-title {
        font-size: 6vw;
        margin-bottom: 8vw;
    }


    /* inquiry (창업문의) */
    .inquiry_wrap {
        padding: 20vw 0;
    }

    .inquiry_inner {
        flex-direction: column;
        align-items: center;
    }

    .inquiry-text-box {
        margin: 0;
        margin-bottom: 6vw;
    }

    .inquiry_title-text {
        font-size: 8vw;
    }

    .custom-checkbox+span {
        font-size: 4vw;
    }

    .inquiry-input-list-box {
        width: 100%;
        font-size: 4vw;
    }

    .custom-input {
        max-width: 100%;
        width: 90vw;
        height: 15vw;
    }



    /* footer(푸터) */
    .footer_inner {
        padding: 0 7vw;
    }

    /*  24.06.14 수정 */
    .mobile_bottom-fix {
        width: 100%;
        height: 15vw;
        display: block;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        z-index: 999;
    }

    .fix-call-text {
        width: 50%;
        color: #fff;
        font-size: 5vw;
        text-align: center;
        line-height: 15vw;
        letter-spacing: 0.05em;
    }

    .fix-call-text-box-1 {
        background-color: #2e2e2e;
    }

    .fix-call-text-box-2 {
        background-color: #DB3939;
    }

    .fix-call-text a {
        display: block;
    }
}