@media screen and (max-width: 859px) {
    .wrap {
        padding: 16px;
        overflow: hidden;
    }
    .wrap .cont {
        padding: 50px 0;
    }
    .header-wrap .wrap {
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .popup-wrap {
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 40px);
    }
    .popup-wrap .img-box {
        width: 100%;
    }
    .popup-wrap .close-box {
        height: 50px;
    }
    .header-naver {
        width: 300px;
    }
    .bg-img {
        padding: 150px 0 50px;
    }
    .floating {
        display: none !important;
    }
    .banner-main-tit {
        font-size: 60px;
    }
    .banner-main-tit::after {
        width: 80px;
        height: 130px;
        right: -100px;
    }
    .banner-call-tit span{
        font-size: 14px;
    }
    .banner-gray-tit {
        font-size: 16px;
    }
    .banner-link a {
        width: 50%;
    }
    .banner-link a .type-img {
        height: 20px;
    }
    .banner-link a.kakao .nb-id {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .banner-link a.call .nb-id {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .banner-link a .direct-box {
        flex-direction: column;
        row-gap: 10px;
    }
    .banner-link a .direct-box span {
        line-height: 1.3;
    }
    .cont .sub-tit {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .cont .main-tit {
        font-size: 38px;
    }
    .live .box span {
        line-height: 1.3;
    }
    .why-wrap {
        flex-wrap: wrap;
    }
    .why-wrap li {
        width: calc(50% - 10px);
    }
    .gift-wrap {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }
    .smishing-main-tit {
        font-size: 42px;
    }
    .smishing-sub-tit {
        font-size: 18px;
    }
    .smishing-list .box {
        row-gap: 10px;
    }
    .smishing-list .box .sm-tit {
        font-size: 18px;
    }
    .smishing-list .box .sm-content {
        min-height: 90px;
    }
    .footer-wrap .wrap {
        padding: 20px 0;
    }
    .footer-logo {
        width: 120px;
        margin-bottom: 20px;
    }
    .footer-info {
        column-gap: 15px;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .live .web-price {
        display: none !important;
    }
    .live .mobile-price {
        display: inline-block !important;
    }
}
@media screen and (max-width: 480px) {
    .footer-wrap {
        padding-bottom: 60px;
    }
    .mobile-footer {
        display: block;
    }
    .banner-main-tit::after {
        width: 70px;
        height: 120px;
        right: -85px;
    }
    .header-wrap .wrap a .header-logo {
        width: 80px;
    }
    .header-naver {
        width: 200px;
    }
    .banner-main-tit {
        font-size: 42px;
    }
    .banner-link {
        flex-direction: column;
        row-gap: 10px;
    }
    .banner-link a {
        width: 100%;
    }
    .banner-link a .type-img {
        margin-bottom: 5px;
    }
    .banner-link a .direct-box {
        flex-direction: row;
    }
    .cont .sub-tit img {
        width: 80px;
    }
    .cont .sub-tit {
        font-size: 16px;
    }
    .cont .main-tit {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .live-wrap .th {
        height: inherit;
        line-height: inherit;
        padding: 20px 0;
        background-color: #fff;
    }
    .live-wrap .th li {
        font-size: 14px;
    }
    .live .box span {
        font-size: 12px;
    }
    .work-name {
        white-space: nowrap;
        width: 140px;
        min-width: 140px;
    }
    .work-date {
        display: none !important;
    }
    .why-wrap li {
        width: 100%;
        flex-direction: row;
        align-items: center;
    }
    .why-wrap li img {
        width: 35px;
        height: 35px;
    }
    .gift-wrap {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 3fr;
    }
    .gift-wrap .box .img-box {
        height: 110px;
    }
    .gift-wrap .box .content {
        padding: 10px;
    }
    .smishing-wrap {
        flex-direction: column;
        row-gap: 20px;
    }
    .smishing-wrap .img-box {
        width: 100%;
        text-align: center;
    }
    .smishing-wrap .expl-box {
        width: 100%;
    }
    .smishing-main-tit {
        font-size: 24px;
        text-align: center;
    }
    .smishing-sub-tit {
        font-size: 16px;
        text-align: center;
    }
    .smishing-list {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .smishing-list .box .sm-tit {
        font-size: 16px;
        min-height: inherit;
    }
    .smishing-list .box .sm-content {
        font-size: 14px;
        min-height: inherit;
    }
    .smishing-list .box .img-box img {
        width: 35px;
        height: 35px;
    }
}