@charset "utf-8";


.main {
    background: #fff;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.main article {
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative;
}

.main article::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 0;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
}

.main article::after {
    content: '';
    width: 47px;
    height: 36px;
    /*background: url(../img/hr.png) no-repeat center center;*/
    display: block;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.main.type02 article {
    padding-bottom:0;
}
.main.type02 article::before,
.main.type02 article::after {
    display:none;
}
.main .main-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.main.type02 .main-title {
    justify-content: center;
}
.main.type02 .main-title b {
    font-weight:500;
    padding-bottom:20px;
    margin-bottom:10px;
    display:block;
    position:relative;
}
.main.type02 .main-title b::before {
    content:'';
    display:block;
    width:40px;
    height:2px;
    background:#30B372;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);

}
.main.type02 .main-title .btn-more {
    display:none;
}

/*.main .main-title b {
    padding-left:20px;
    background:url(../img/bullet.png) no-repeat left 7px;
    font-size:20px;
    font-weight:500;
    line-height:1.5;
}*/
.main .main-title b {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
}

.main .main-title .btn-more {}

.main .main-visual {
    overflow: hidden;
    position: relative;
}
.main.type02 .main-visual {
    margin-bottom: 80px;
}
.main .main-visual .main-swiper {
    position: relative;
}

.main .main-visual .main-swiper .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main .main-visual .main-swiper .swiper-slide img {
    width: fit-content;
    min-height: 420px;
}

.main .main-visual .main-swiper .swiper-slide img.pc {
    display: block;
}

.main .main-visual .main-swiper .swiper-slide img.mo {
    display: none;
}

.main .main-visual .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    bottom: 0;
    z-index: 1;
}

.main .main-visual .pagination {
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    margin-top: 10px;
    top: calc(100% - 30px);
    z-index: 11111;
    border-radius: 13px;
    overflow: hidden;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
}

.main .main-visual .control-prev {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    background: url(../img/slider-prev.png) no-repeat center center;
    width: 50px;
    z-index: 1;
}

.main .main-visual .control-next {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    bottom: 0;
    background: url(../img/slider-next.png) no-repeat center center;
    width: 50px;
}

.main .main-visual .control-next:hover,
.main .main-visual .control-prev:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.main .main-visual .swiper-pagination-progressbar-fill {
    background: #fff;
    /* 진행 색상 */
    height: 100%;
    transition: width 0.3s ease;
}

.main .main-visual .pagination-num {
    text-align: right;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    right: 15px;
    font-weight: bold;
}

.main .main-visual .pagination .swiper-pagination-bullet {}

.main .main-visual .pagination .swiper-pagination-bullet-active {}

.main .recomm-cate {
    padding-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.main.type02 .recomm-cate {
    padding-top:0;
    padding-bottom: 30px;
}
.main article.recomm-cate::before {
    display: none;
}

.main article.recomm-cate::after {
    display: none;
}

.main .recomm-cate .container {}

.main .recomm-cate .container .brands {}

.main .recomm-cate .container .brands ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main .recomm-cate .container .brands ul li {
    width: calc(14.28%);
}

.main .recomm-cate .container .brands ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main .recomm-cate .container .brands ul li a .img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border: solid 1px #eee;
    border-radius: 50%;
    background: #fff;
}

.main .recomm-cate .container .brands ul li a .img:hover {
    border: solid 1px #30B372;
    outline: solid 1px #30B372;
}

.main .recomm-cate .container .brands ul li a .img img {
    width: 100%;
    max-width: 123px;
}

.main .recomm-cate .container .brands ul li a b {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}



.main.type02 .recomm-cate .brands {
    background:#f99222;
    padding:50px 0px;
}
.main.type02 .recomm-cate .brands .container {}

.main.type02 .recomm-cate .brands ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main.type02 .recomm-cate .brands ul li {
    width: calc(14.28%);
}

.main.type02 .recomm-cate .brands ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main.type02 .recomm-cate .brands ul li a .img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius:50%;
    background: #fff;
    overflow: hidden;
}

.main.type02 .recomm-cate .brands ul li a .img {
    transition:all 0.3s;
}

.main.type02 .recomm-cate .brands ul li a .img img {
    width: 100%;
    max-width: 123px;
    transition:all 0.3s;
}
.main.type02 .recomm-cate .brands ul li a .img:hover img {

}
.main.type02 .recomm-cate .brands ul li a .img:hover {
    border-radius:50%;
}


.main.type02 .recomm-cate .brands ul li a b {
    font-size: 16px;
    font-weight: 500;
    color:#fff;
    text-align: center;
}

.main .recomm {}

.main .recomm .container {}

.main .recomm .container .main-product {
    display: flex;
    flex-wrap: wrap;
}

.main .recomm .container .main-product .box {
    width: calc(25% - 40px);
    margin: 0px 20px 50px;
}

.main .recomm .container .main-product .box .img-a {
    display: block;
    margin-bottom: 30px;
}

.main.type02 .recomm .container .main-product .box .img-a {
    border-radius:10px;
    overflow:hidden;
}
.main .recomm .container .main-product .box .img-a .img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.main .recomm .container .main-product .box .img-a .img img {
    transition: transform 0.4s;
    min-width: 100%;
    min-height: 100%;
}

.main .recomm .container .main-product .box .img-a:hover .img img {
    transform: scale(1.08);
}

.main .recomm .container .main-product .box .txt-a {}

.main .recomm .container .main-product .box .txt-a .title {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    -webkit-line-clamp: 2;
    /* 표시할 줄 수 */
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.main .recomm .container .main-product .box .txt-a .discount {
    display: flex;
    align-items: flex-end;
}

.main .recomm .container .main-product .box .txt-a .discount em {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

.main .recomm .container .main-product .box .txt-a .discount span {
    font-size: 0.8em;
    color: #999;
    text-decoration: line-through;
}

.main .recomm .container .main-product .box .txt-a .price {
    font-size: 20px;
    color: #30B372;
    margin-top: 30px;
}

.main .recomm .container .main-product.type04 .box {}

.main .recomm .container .main-product.type05 .box {
    width: calc(20% - 40px);
}

.main.type02 .recomm .container .main-product.type04 .box {
    margin-bottom:20px;
}
.main .recomm .container .main-product.type05 .box .img-a .img {
    margin: 0 auto;
}

.main .recomm .container .main-product.type02 {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 20px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

.main .recomm .container .main-product.type02 .box {
    width: calc((100% - 60px) / 4);
    flex: 0 0 calc((100% - 60px) / 4);
    margin: 0 0 50px 0;
    min-width: 0;
}

.main .recomm .container .main-product.type02 .plan-card {
    background: #fff;
    border: 1px solid #30B372;
    border-radius: 12px;
    padding: 18px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.main .recomm .container .main-product.type02 .plan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.main .recomm .container .main-product.type02 .plan-card-bottom {
    margin-top: auto;
}

.main .recomm .container .main-product.type02 .plan-card-header {
    margin-bottom: 16px;
}

.main .recomm .container .main-product.type02 .plan-card-header img {
    max-width: 100%;
    height: auto;
    display: block;
}

.main .recomm .container .main-product.type02 .plan-card-name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 4px 0;
}

.main .recomm .container .main-product.type02 .plan-card-subtitle {
    font-size: 14px;
    color: #666;
    margin: 0 0 16px 0;
}

/* 7GB+5GB 카드용: features + 바깥 +5GB 영역 (월 금액/버튼 위치 통일) */
.main .recomm .container .main-product.type02 .plan-card-features-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px;
    margin-bottom: 20px;
    min-height: 78px;
    flex-shrink: 0;
}

/* 아이콘 박스 영역 전체 너비 = 가입하기 버튼과 동일 (100%) */
.main .recomm .container .main-product.type02 .plan-card-features {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 3px;
    width: 100%;
    min-width: 0;
}

.main .recomm .container .main-product.type02 .plan-card-features-wrap .plan-card-features {
    margin-bottom: 0;
}

/* +5GB 없는 카드: features(54px) + 여백 = 98px → 월 금액/버튼이 wrap 카드와 동일 높이 */
.main .recomm .container .main-product.type02 .plan-card > .plan-card-features {
    margin-bottom: 44px;
    flex-shrink: 0;
}

/* +5GB 행: 첫 번째 아이콘 박스(7GB)와 같은 너비, 그 안에 가운데 정렬 */
.main .recomm .container .main-product.type02 .plan-card-extra-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
    align-items: center;
    width: 100%;
    min-width: 0;
}

.main .recomm .container .main-product.type02 .feature-extra {
    font-size: 11px;
    color: #30B372;
    text-align: center;
    line-height: 1.15;
    width: calc((100% - 9px - 8px) / 4);
    flex: 0 0 calc((100% - 9px - 8px) / 4);
    min-width: 0;
    display: block;
    margin-top: 1px;
    box-sizing: border-box;
}

/* 아이콘을 감싸는 도형: 가입하기 버튼과 동일한 전체 너비로 4등분, 높이 유연 */
.main .recomm .container .main-product.type02 .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    min-height: 48px;
    height: auto;
    flex: 1 1 0;
    min-width: 0;
    padding: 6px 3px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* 아이콘 공통 */
.main .recomm .container .main-product.type02 .feature-item img {
    object-fit: contain;
    margin-bottom: 4px;
    flex-shrink: 0;
}

/* 아이콘 크기: img 클래스로 직접 지정 (① 20×16 ② 16×16 ③ 18×13 ④ 20×16) */
.main .recomm .container .main-product.type02 .feature-item img.icon-1 {
    width: 20px !important;
    height: 16px !important;
    min-width: 20px !important;
    min-height: 16px !important;
}

.main .recomm .container .main-product.type02 .feature-item img.icon-2 {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
}

.main .recomm .container .main-product.type02 .feature-item img.icon-3 {
    width: 18px !important;
    height: 13px !important;
    min-width: 18px !important;
    min-height: 13px !important;
}

.main .recomm .container .main-product.type02 .feature-item img.icon-4 {
    width: 20px !important;
    height: 16px !important;
    min-width: 20px !important;
    min-height: 16px !important;
}

.main .recomm .container .main-product.type02 .feature-item .feature-item-txt {
    font-size: 12px;
    color: #444;
    text-align: center;
    line-height: 1.3;
    white-space: nowrap;
}

.main .recomm .container .main-product.type02 .plan-card-plus {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 1px;
}

.main .recomm .container .main-product.type02 .plan-card-plus img {
    width: 8px;
    height: 8px;
    display: block;
    opacity: 0.75;
}

.main .recomm .container .main-product.type02 .plan-card-price {
    font-size: 20px;
    font-weight: 700;
    color: #30B372;
    margin: 0 0 16px 0;
}

.main .recomm .container .main-product.type02 .plan-card-btn {
    display: block;
    width: 100%;
    padding: 14px;
    background: #30B372;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    box-sizing: border-box;
}

.main .recomm .container .main-product.type02 .plan-card-btn:hover {
    background: #2a9f65;
    color: #fff;
}

.main .rental {}

.main .rental .main-category {}

.main .rental .main-category ul {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
}

.main .rental .main-category ul li {
    width: 12.5%;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
}
.main.type02 .rental .main-category ul {
    border-top: solid 1px #fc9929;
    border-left: solid 1px #fc9929;
}
.main.type02 .rental .main-category ul li {
    border-bottom:solid 1px #fc9929;
    border-right:solid 1px #fc9929;
}

.main .rental .main-category ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 5px;
}

.main .rental .main-category ul li a img {
    width: 100%;
    max-width: 70px;
}

.main .rental .main-category ul li a span {
    display: block;
    padding-top: 5px;
}

.main .review {}

.main .review .container {}

.main .review .container .review-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main .review .container .review-box-wrap .review-box {
    width: 22%;
    margin-bottom: 30px;
}

.main .review .container .review-box-wrap a {}

.main .review .container .review-box-wrap a .img {
    width: 100%;
    overflow: hidden;

    display: flex;
    height: 200px;
    justify-content: center;
    align-items: center;
}

.main .review .container .review-box-wrap a .img img {
    min-width: 100%;
    min-height: 100%;
}

.main .review .container .review-box-wrap a .txt {
    margin-top: 20px;
}

.main .review .container .review-box-wrap a .txt .review-cate {
    font-size: 14px;
    color: #30B372;
    font-weight: bold;
}

.main .review .container .review-box-wrap a .txt .review-tit {
    margin-top: 4px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 표시할 줄 수 */
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.main .review .container .review-box-wrap a .txt .review-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main .review .container .review-box-wrap a .txt .review-info .user-name {
    color: #000;
    font-size: 14px;
}

.main .review .container .review-box-wrap a .txt .review-info .date {
    padding-left: 18px;
    background: url(../img/ico-main-calendar.png) no-repeat left center;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    color: #999;
}

.main .faq {}

.main .faq .container {}

.main .faq .container .faq-ul {
    display: flex;
    border-left: solid 1px #ddd;
    border-top: solid 1px #ddd;
    flex-wrap: wrap;
}

.main .faq .container .faq-ul li {
    width: 50%;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
}

.main .faq .container .faq-ul li a {
    padding: 1rem 40px 1rem 60px;
    display: block;
    background: url(../img/main-review-right.png) no-repeat right 20px center;
    position: relative;
}

.main .faq .container .faq-ul li a em {
    position: absolute;
    color: #30B372;
    left: 35px;
    font-size: 16px;
}

.main .faq .container .faq-ul li a p {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
}

.bar-banner {
    margin-bottom: 0;
}

.main article.bar-banner::before {
    display: none;
}

.main article.bar-banner::after {
    display: none;
}

.banner_img2 {
    border-radius: 20px;
}

/*.bar-banner .container {*/
/*    background: #30B372;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    border-radius:20px;*/
/*}*/

/*.bar-banner .container .bar-banner-inner {*/
/*    width: 100%;*/
/*    padding: 3rem 20px 3rem 4rem;*/
/*}*/

/*.bar-banner .container .bar-banner-inner span {*/
/*    color: #fff;*/
/*    font-size: 16px;*/
/*    font-family: 'gmarket';*/
/*}*/

/*.bar-banner .container .bar-banner-inner p {*/
/*    font-family: 'gmarket';*/
/*    font-size: 30px;*/
/*    margin-bottom: 10px;*/
/*    font-weight: 400;*/
/*    color: #fff*/
/*}*/

/*.bar-banner .container .bar-banner-inner p em {*/
/*    position: relative;*/
/*    font-weight: 400;*/
/*    font-size: 30px;*/
/*    font-style: normal;*/
/*}*/

/*.bar-banner .container .bar-banner-inner p em::after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: calc(100% + 3px);*/
/*    height: 20px;*/
/*    background: #e87800;*/
/*    z-index: -1;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/

/*}*/

/*.bar-banner .container .bar-banner-inner a {*/
/*    display: inline-block;*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*    border: solid 1px #fff;*/
/*    padding: 7px 25px;*/
/*    border-radius: 50px;*/
/*    line-height: 1;*/
/*}*/

/*.bar-banner .container .bar-banner-inner::before {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 388px;*/
/*    bottom: -16px;*/
/*    background: url(../img/main_banner_img.png) no-repeat center center;*/
/*    height: 196px;*/
/*    right: 2rem;*/
/*}*/

.introduce {}
.introduce .container {
    background: #fffbf6;
    border-radius: 30px;
}
.introduce .container .box {
    padding: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.introduce .container .box .left {
    width: 60%;
}
.introduce .container .box .left h2 {
    margin-bottom: 30px;
}
.introduce .container .box .left h2 img {
    max-width: 60px;
}
.introduce .container .box .left .big {
    font-size: 38px;
    line-height: 1.5;
    font-weight: 600;
}
.introduce .container .box .left .small {
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.5;
    margin-bottom: 50px;
}

p.small {}
.introduce .container .box .left ul {
    display: flex;
    gap: 10px;
}
.introduce .container .box .left ul li {
    width: 33.3333%;
    max-width: 110px;
}
.introduce .container .box .left ul li img {
    max-width: 100%;
}
.introduce .container .box .right {
    width: 40%;
    text-align: right;
}
.introduce .container .box .right img {
    max-width: 100%;
}






@media all and (max-width:1400px) {
    .main .main-visual {
        margin-bottom: 40px;
    }
}

@media all and (max-width:1024px) {
    .main .recomm-cate .container .brands ul li a .img img {
        max-width: 90px;
    }

    .main .recomm-cate .container .brands ul li a b {
        font-size: 15px;
    }
    .main.type02 .recomm-cate .brands ul li a .img img {
        max-width: 90px;
    }

    .main.type02 .recomm-cate .brands ul li a b {
        font-size: 15px;
    }
}

@media all and (max-width:992px) {
    .main .recomm-cate .container .brands ul li {
        width: calc(25%);
        margin-bottom: 30px;
    }
    .main.type02 .recomm-cate .brands ul li {
        width: calc(14%);
        margin-bottom: 30px;
    }

    .main .recomm-cate {
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .main .recomm .container .main-product.type04 .box {
        width: calc(33.333% - 40px);
    }

    .main .recomm .container .main-product.type05 .box {
        width: calc(33.333% - 40px);
    }

    .main .recomm .container .main-product.type02 {
        flex-wrap: wrap;
    }

    .main .recomm .container .main-product.type02 .box {
        width: calc((100% - 40px) / 3);
        flex: 0 0 auto;
    }

    .main .review .container .review-box-wrap .review-box {
        width: 48%;
    }

    .main .review .container .review-box-wrap a .img {
        height: 250px;
    }

    .main .main-title b {
        font-size: 20px;
        font-weight: 700;
    }

    .bar-banner .container .bar-banner-inner::before {
        width: 30%;
        height: 0px;
        padding-bottom: 15%;
        background-size: cover;
    }

    .main .main-visual .main-swiper .swiper-slide img.pc {
        display: none;
    }

    .main .main-visual .main-swiper .swiper-slide img.mo {
        display: block;
        max-width: 100%;
        min-height: auto;
    }
    .introduce .container .box .left .big {
        font-size:30px;
        line-height:1.5;
    }
    .introduce .container .box .left .small {
        font-size:18px;
        margin-bottom:20px;
    }
    .introduce .container .box {
        padding:2rem 1rem;
    }
}

@media all and (max-width:768px) {
    .main .recomm .container .main-product.type04 .box {
        width: calc(50% - 40px);
    }

    .main .recomm .container .main-product.type05 .box {
        width: calc(50% - 40px);
    }

    .main .recomm .container .main-product .box {
        width: calc(50% - 40px);
    }

    .main .recomm .container .main-product .box .txt-a .title {
        font-size: 16px;
    }

    .main .recomm .container .main-product .box .txt-a .price {
        font-size: 17px;
    }

    .main .recomm .container .main-product.type02 {
        width: 100%;
        flex-wrap: wrap;
    }

    .main .recomm .container .main-product.type02 .box {
        width: calc((100% - 20px) / 2);
        flex: 0 0 auto;
    }

    .main .recomm .container .main-product.type02 .plan-card {
        padding: 14px 12px;
    }

    .main .recomm .container .main-product.type02 .plan-card-features-wrap {
        min-height: 72px;
    }

    .main .recomm .container .main-product.type02 .feature-item {
        min-height: 44px;
        padding: 5px 2px;
    }

    .main .recomm .container .main-product.type02 .feature-item .feature-item-txt {
        font-size: 11px;
    }

    .main .recomm .container .main-product.type02 .plan-card > .plan-card-features {
        margin-bottom: 48px;
    }

    .main .recomm .container .main-product.type02 .plan-card-name {
        font-size: 16px;
    }

    .main .recomm .container .main-product.type02 .plan-card-price {
        font-size: 18px;
    }

    .main .recomm .container .main-product.type02 .plan-card-btn {
        padding: 12px;
        font-size: 15px;
    }

    .main .rental .main-category ul li {
        width: 16.666666666%;
    }

    .main .faq .container .faq-ul li {
        width: 100%;
    }

    .main .faq .container .faq-ul li a {
        padding: 1rem 40px 1rem 40px;
    }

    .main .faq .container .faq-ul li a em {
        left: 16px;
        font-size: 15px;
    }

    .main .faq .container .faq-ul li a p {
        font-size: 15px;
    }

    .bar-banner .container .bar-banner-inner {
        padding: 2rem;
    }

    .bar-banner .container .bar-banner-inner p {
        line-height: 1.5;
    }
    .main.type02 .recomm-cate .brands ul li {
        width:calc(25% - 20px);
        margin: 10px 0px;
    }
    .introduce .container .box .left h2 img {
        max-width:40px;
    }
    .introduce .container .box .left .big {
        font-size:20px;
    }
    .introduce .container .box .left .small {
        font-size:14px;
        margin-top:10px;
    }
    .introduce .container .box .left h2 {
        margin-bottom:20px;
    }

}

@media all and (max-width:640px) {
    .main .recomm .container .main-product.type02 {
        width: 100%;
        flex-wrap: wrap;
    }

    .main .recomm .container .main-product.type02 .box {
        width: 100%;
        flex: 0 0 auto;
        margin-left: 0;
        margin-right: 0;
    }

    .main .recomm .container .main-product.type02 .plan-card {
        padding: 12px 10px;
    }

    .main .recomm .container .main-product.type02 .plan-card-features-wrap {
        min-height: 68px;
    }

    .main .recomm .container .main-product.type02 .feature-item {
        min-height: 42px;
        padding: 4px 2px;
    }

    .main .recomm .container .main-product.type02 .feature-item img.icon-1,
    .main .recomm .container .main-product.type02 .feature-item img.icon-4 {
        width: 16px !important;
        height: 13px !important;
        min-width: 16px !important;
        min-height: 13px !important;
    }

    .main .recomm .container .main-product.type02 .feature-item img.icon-2 {
        width: 14px !important;
        height: 14px !important;
        min-width: 14px !important;
        min-height: 14px !important;
    }

    .main .recomm .container .main-product.type02 .feature-item img.icon-3 {
        width: 15px !important;
        height: 11px !important;
        min-width: 15px !important;
        min-height: 11px !important;
    }

    .main .recomm .container .main-product.type02 .feature-item .feature-item-txt {
        font-size: 10px;
    }

    .main .recomm .container .main-product.type02 .feature-extra {
        font-size: 10px;
        width: calc((100% - 9px - 6px) / 4);
        flex: 0 0 calc((100% - 9px - 6px) / 4);
    }

    .main .recomm .container .main-product.type02 .plan-card-plus img {
        width: 6px;
        height: 6px;
    }

    .main .recomm .container .main-product.type02 .plan-card > .plan-card-features {
        margin-bottom: 46px;
    }

    .main .recomm .container .main-product.type02 .plan-card-name {
        font-size: 15px;
    }

    .main .recomm .container .main-product.type02 .plan-card-subtitle {
        font-size: 13px;
    }

    .main .recomm .container .main-product.type02 .plan-card-price {
        font-size: 17px;
    }

    .main .recomm .container .main-product.type02 .plan-card-btn {
        padding: 12px;
        font-size: 14px;
    }

    .main .recomm-cate .container .brands ul li {
        width: 25%;
    }

    .main.type02 .recomm-cate .brands ul li {
        width: 25%;
    }

    .main .rental .main-category ul li {
        width: 25%;
    }

    .main .review .container .review-box-wrap .review-box {
        width: 100%;
    }

    .main .review .container .review-box-wrap a .img {
        height: 300px;
    }

    .bar-banner .container .bar-banner-inner {
        padding: 2rem 1rem;
    }

    .bar-banner .container .bar-banner-inner::before {
        width: 40%;
        padding-bottom: 25%;
        background-size: contain;
    }

    .bar-banner .container .bar-banner-inner p {
        font-size: 22px;
        word-break: keep-all;
        line-height: 1.3;
        margin-bottom: 40px;
    }
    .introduce .container .box {
        flex-direction:column;
    }
    .introduce .container .box .right {
        order:2;
        margin-top:30px;
        text-align:center;
        width:100%;

    }
    .introduce .container .box .right img {
        max-width:150px;
    }
    .introduce .container .box .left {
        order:2;
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
        width:100%;
    }
}

@media all and (max-width:460px) {
    .main .recomm-cate .container .brands ul li a .img img {
        max-width: 60px;
    }
    .main.type02 .recomm-cate .brands ul li a .img img {
        max-width: 70px;
    }

    .main .recomm-cate .container .brands ul li a b {
        font-size: 14px;
    }

    .main .rental .main-category ul li {
        width: 50%;
    }

    .main .rental .main-category ul li {
        width: 50%;
    }

    .main .rental .main-category ul li a {
        padding: 5px;
    }

    .main .rental .main-category ul li a img {
        max-width: 60px;
    }

    .main .recomm .container .main-product .box .txt-a .title {
        font-size: 14px;
    }

    .main .recomm .container .main-product.type02 .plan-card {
        padding: 10px 8px;
    }

    .main .recomm .container .main-product.type02 .plan-card-features {
        gap: 2px;
    }

    .main .recomm .container .main-product.type02 .feature-item {
        min-height: 38px;
        padding: 3px 2px;
    }

    .main .recomm .container .main-product.type02 .feature-item .feature-item-txt {
        font-size: 9px;
    }

    .main .recomm .container .main-product.type02 .feature-extra {
        font-size: 9px;
    }

    .main .recomm .container .main-product.type02 .plan-card-name {
        font-size: 14px;
    }

    .main .recomm .container .main-product.type02 .plan-card-subtitle {
        font-size: 12px;
    }

    .main .recomm .container .main-product.type02 .plan-card-price {
        font-size: 16px;
    }

    .main .recomm .container .main-product.type02 .plan-card-btn {
        padding: 10px;
        font-size: 13px;
    }

    .main .review .container .review-box-wrap a .img {
        height: 220px;
    }
}

@media all and (max-width:360px) {}
