body.main .wrap {
    padding-top: 0
}

.wrap .container .main_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.wrap .container .main_content .section_title {
    font-size: 60px;
    font-weight: 800;
    color: #484848;
    display: flex;
    flex-direction: row;
    align-items: center
}

.wrap .container .main_content .main_tab_contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff6f2;
}

.wrap .container .main_content .main_tab_contents .main_tab {
    width: 100%;
    max-width: 1080px;
    display: flex;
    flex-direction: row;
    position: static
}

.wrap .container .main_content .main_tab_contents .main_tab>li {
    height: 69px;
    border-radius: 0;
    background-color: transparent;
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    position: relative
}

.wrap .container .main_content .main_tab_contents .main_tab>li::after {
    content: '';
    width: 0%;
    height: 5px;
    display: block;
    background-color: #ff9100;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .25s, width .25s
}

.wrap .container .main_content .main_tab_contents .main_tab>li.swiper-pagination-bullet-active::after {
    width: 100%;
    opacity: 1
}

.wrap .container .main_content .main_tab_contents .main_tab>li>button {
    width: 100%;
    height: 100%;
    font-size: 19px;
    font-weight: bold;
    color: #484848;
    text-align: center;
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper {
    width: 100%
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide {
    min-height: 900px;
    background-size: cover;
    padding-top: 70px
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr {
    width: 100%;
    height: 969px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(/images/main/tab_bg0.jpg);
    background-size: cover; 
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner {
    width: 100%;
    max-width: 1080px;
    height: 100%;
    position: relative
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc {
    margin-top: 150px;
    position: relative;
    display: inline-block
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc p.main_desc {
    position: relative;
    z-index: 1;
    font-size: 60px;
    font-weight: normal;
    color: #fff
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc p.main_desc b {
    font-weight: bold
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc p.sub_desc {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 40px
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area {
    max-width: 380px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area>span {
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area>span:nth-child(1) {
    flex: 1
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area>span:nth-child(1) button,
.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area>span:nth-child(1) a {
    box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(80deg, #ff9100, #ff540f);
    color: #fff
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area>span:nth-child(2) {
    flex: 1;
    margin-left: 15px
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area>span:nth-child(2) button,
.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area>span:nth-child(2) a {
    box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #ff540f
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area>span:nth-child(3) {
    width: 100%;
    margin-top: 15px
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area>span:nth-child(3) button,
.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area>span:nth-child(3) a {
    box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #ff540f
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area>span button,
.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area>span a {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 5px;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.4px
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .beta_box {
    width: 212px;
    height: 153px;
    font-size: 0;
    color: transparent;
    display: inline-block;
    background: url(/images/main/main_visual_box.png) no-repeat 50% 50%;
    position: absolute;
    top: -35px;
    right: -90px;
    z-index: 1
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_human {
    width: 425px;
    height: 354px;
    background: url(/images/main/main_visual_human.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 200px;
    right: 0;
    font-size: 0;
    color: transparent
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature {
    background: url(/images/main/tab_bg1.png) no-repeat 50% 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .main_subject {
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    color: #484848;
    text-align: center
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .box_wrap {
    width: 100%;
    max-width: 1080px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 40px -30px 0 -30px
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .box_wrap>li {
    padding: 0 30px;
    width: 50%;
    display: inline-flex;
    margin-top: 50px
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .box_wrap>li::before {
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    color: #ff540f
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .box_wrap>li:nth-child(1)::before {
    content: '01'
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .box_wrap>li:nth-child(2)::before {
    content: '02'
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .box_wrap>li:nth-child(3)::before {
    content: '03'
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .box_wrap>li:nth-child(4)::before {
    content: '04'
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .box_wrap>li>.box {
    display: inline-flex;
    flex-direction: column;
    flex: 1;
    min-height: 193px;
    margin-left: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 10%
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .box_wrap>li>.box .subject {
    font-size: 25px;
    font-weight: bold
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .box_wrap>li>.box .subscript {
    font-size: 14px;
    color: #707070;
    margin-top: 25px;
    line-height: 20px
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare,
.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(/images/main/tab_bg2.png) no-repeat 50% 50%
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare .table_wrap,
.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step .table_wrap {
    width: 100%;
    max-width: 1080px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare .table_wrap>.table_img.pc,
.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step .table_wrap>.table_img.pc {
    display: block
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare .table_wrap>.table_img.m,
.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step .table_wrap>.table_img.m {
    display: none
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare .table_wrap>.table_img.compare,
.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step .table_wrap>.table_img.compare {
    width: 75%;
    max-width: 725px
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare .table_wrap>.table_img.compare img,
.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step .table_wrap>.table_img.compare img {
    width: 100%;
    height: auto
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare .table_wrap>.table_img.step,
.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step .table_wrap>.table_img.step {
    width: 75%;
    max-width: 733px
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare .table_wrap>.table_img.step img,
.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step .table_wrap>.table_img.step img {
    width: 100%;
    height: auto
}

.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare .table_wrap>.desc,
.wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step .table_wrap>.desc {
    font-size: 40px;
    font-weight: 800;
    color: #484848;
    line-height: 50px;
    margin-left: 25px;
    letter-spacing: -2px
}

.wrap .container .main_content .main_review {
    width: 100%;
    min-height: 1080px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(/images/main/main_review_bg.png) no-repeat 50% 50% #fff
}

.wrap .container .main_content .main_review .section_title {
    text-align: center
}

.wrap .container .main_content .main_review .avg_score_box {
    display: inline-flex;
    flex-direction: row;
    margin-top: 66px
}

.wrap .container .main_content .main_review .avg_score_box .score_label {
    font-size: 40px;
    font-weight: 600;
    color: #808080
}

.wrap .container .main_content .main_review .avg_score_box .score_star_box {
    display: inline-flex;
    align-items: center;
    margin-left: 30px
}

.wrap .container .main_content .main_review .avg_score_box .score_str {
    font-size: 40px;
    font-weight: 600;
    color: #ff9100;
    margin-left: 20px
}

.wrap .container .main_content .main_review .avg_score_box .score_star {
    display: inline-block;
    font-size: 0;
    color: transparent;
    width: 42px;
    height: 42px;
    background: url(/images/icon/score_star_off.png) no-repeat 50% 50%
}

.wrap .container .main_content .main_review .avg_score_box .score_star.on {
    background: url(/images/icon/score_star_on.png) no-repeat 50% 50%
}

.wrap .container .main_content .main_review .picture_review_outer {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.05);
    border: solid 1px #f0f0f0;
    width: 100%;
    max-width: 1240px;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    position: relative
}

.wrap .container .main_content .main_review .picture_review_outer .btn_prev,
.wrap .container .main_content .main_review .picture_review_outer .btn_next {
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    font-size: 0;
    color: transparent;
    background: url(/images/icon/ico_review_arrow.png) no-repeat 50% 50%
}

.wrap .container .main_content .main_review .picture_review_outer .btn_prev::after,
.wrap .container .main_content .main_review .picture_review_outer .btn_next::after {
    display: none
}

.wrap .container .main_content .main_review .picture_review_outer .btn_prev {
    left: -130px
}
.wrap .container .main_content .main_week_seller .btn_prev,
.wrap .container .main_content .main_week_seller .btn_next {
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    top: 50%; 
    font-size: 0;
    color: transparent;
    background: url(/images/icon/ico_review_arrow.png) no-repeat 50% 50%
}

.wrap .container .main_content .main_week_seller .btn_prev::after,
.wrap .container .main_content .main_week_seller .btn_next::after {
    display: none
}

.wrap .container .main_content .main_week_seller .btn_prev {
    left: -130px
}
.wrap .container .main_content .main_week_product .btn_prev,
.wrap .container .main_content .main_week_product .btn_next {
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    top: 50%;
    font-size: 0;
    color: transparent;
    background: url(/images/icon/ico_review_arrow.png) no-repeat 50% 50%
}

.wrap .container .main_content .main_week_product .btn_prev::after,
.wrap .container .main_content .main_week_product .btn_next::after {
    display: none
}

.wrap .container .main_content .main_week_product .btn_prev {
    left: -130px
}

.wrap .container .main_content .main_week_product .btn_next,
.wrap .container .main_content .main_week_seller .btn_next,
.wrap .container .main_content .main_review .picture_review_outer .btn_next  {
    right: -130px;
    transform: rotate(180deg) 
}

.wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li {
    position: relative;
    width: calc((100% - 40px) / 3)
}

.wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .thumb img {
    width: 100%;
    height: auto
}

.wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 40px
}

.wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info>.title {
    font-size: 25px;
    font-weight: bold
}

.wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info>.nickname {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px
}

.wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info>.nickname .type_label {
    display: inline-flex;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    border-radius: 2px;
    margin-right: 10px;
}

.wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info>.nickname .type_label.provider {
    background-color: #8dceee
}

.wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info>.nickname .type_label.seller {
    background-color: #ff9100
}

.wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info>.review_star_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px
}

.wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info>.review_star_box .review_star {
    display: inline-block;
    font-size: 0;
    color: transparent;
    background-image: url("/images/sprite/icon.png?v=0d468051");
    width: 20px;
    height: 20px;
    background-position: -132px -112px;
    background-size: 184px 162px;
    margin-right: 2px
}

.wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info>.review_star_box .review_star.on {
    background-image: url("/images/sprite/icon.png?v=0d468051");
    width: 20px;
    height: 20px;
    background-position: -152px -112px;
    background-size: 184px 162px
}

.wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info>.review_star_box .score_str {
    margin-left: 10px
}

.wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    color: transparent;
    z-index: 1
}

.wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .link a {
    width: 100%;
    height: 100%;
    display: block
}

.wrap .container .main_content .main_week_product,
.wrap .container .main_content .main_week_seller {
    width: 100%;
    height: 920px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.wrap .container .main_content .main_week_product .inner,
.wrap .container .main_content .main_week_seller .inner {
    width: 100%;
    max-width: 1280px;
    position: relative;
}

.wrap .container .main_content .main_week_product .inner .section_title::before,
.wrap .container .main_content .main_week_seller .inner .section_title::before {
    content: '';
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(/images/main/ico_toprank.png) no-repeat 50% 50%;
    margin-right: 20px
}

.wrap .container .main_content .main_week_product .inner .match_list,
.wrap .container .main_content .main_week_seller .inner .match_list {
    margin-top: 50px
}

.wrap .container .main_content .main_week_product {
    background: url(/images/main/main_product_bg0.png) no-repeat 50% 50% #fff1ea
}

.wrap .container .main_content .main_week_seller {
    width: 100%;
    height: 920px;
    background: url(/images/main/main_product_bg1.png) no-repeat 50% 50% #fff3e3
}
.wrap .container .main_content .main_week_product .match_list.type2 {
	height: 480px;
	flex-direction: none;
	flex-wrap: unset;
	justify-content: unset;
	margin: 0;
}
.wrap .container .main_content .main_week_product .match_list.type2 > li {
	height: auto;
	margin: 0;
}
.wrap .container .main_content .main_week_product .match_list.type2 > li + li {
	margin: 0;
}
.wrap .container .main_content .main_week_seller .match_list.type3 {
	flex-direction: none;
	flex-wrap: unset;
	justify-content: unset;
	margin: 0;
}
.wrap .container .main_content .main_week_seller .match_list.type3 > li {
	height: auto;
	margin: 0;
}
.wrap .container .main_content .main_week_seller .match_list.type3 > li + li {
	margin: 10px;
}
.wrap .container .main_content .main_week_product .main_week_product_wrap,
.wrap .container .main_content .main_week_seller .main_week_seller_wrap {
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}

.wrap .container .main_faq {
    width: 100%;
    min-height: 1417px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(/images/main/main_review_bg.png) no-repeat 50% 50% #fff;
    padding-bottom: 100px;
}

.wrap .container .main_faq .faq_top_image {
    width: 500px;
    height: 155px;
    background: url(/images/main/main_faq_top_image.png) no-repeat 50% 50%;
    font-size: 0;
    color: transparent
}

.wrap .container .main_faq .section_title {
    text-align: center;
    margin-top: 30px
}

.wrap .container .main_open_list {
    width: 100%;
    max-width: 850px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 100px
}

.wrap .container .main_open_list>ul>li {
    /* padding: 3.54% */
}

.wrap .container .main_open_list>ul>li:not(:first-child) {
    border-top: 1px solid #d9d9d9
}

.wrap .container .main_open_list>ul>li dl>dt label{
	width: 100%;
	padding: 3.54%;
}

.wrap .container .main_open_list>ul>li dl>dt {
    font-size: 18px;
    line-height: 1.15;
    font-weight: bold;
    color: #484848;
    padding-left: 40px;
    position: relative;
}

.wrap .container .main_open_list>ul>li dl>dt::before {
    content: '';
    display: inline-block;
    background-image: url("/images/sprite/icon.png?v=0d468051");
    width: 20px;
    height: 20px;
    background-position: -162px -52px;
    background-size: 184px 162px;
    position: absolute;
    top: 30px;
    left: 25px;
}

.wrap .container .main_open_list>ul>li dl>dd {
    font-size: 15px;
    /* font-weight: bold; */
    color: #484848;
    line-height: 1.66;
    background-color: #fff6f2;
    padding: 20px;
    border-radius: 5px;
    margin-top: 0px;
    display: none;
    transition: margin-top .45s
}

.wrap .container .main_open_list>ul>li>input[type=checkbox] {
    display: none
}

.wrap .container .main_open_list>ul>li>input[type=checkbox]:checked+dl>dt::before {
    background-image: url("/images/sprite/icon.png?v=0d468051");
    width: 20px;
    height: 20px;
    background-position: -162px -82px;
    background-size: 184px 162px
}

.wrap .container .main_open_list>ul>li>input[type=checkbox]:checked+dl>dd {
    margin: 0 3.54% 3.54%;
    display: block
}

.wrap .container .main_experience {
    display: none
}


.how_use {
	display: none;
	z-index: 10;
	margin-top: 70px;
}

.how_use img{
	width: 100%;
	height: 900px;
}

.main_banner{
	display: block;
	cursor: pointer;
	width: 100%;
	background-color: #a53000;
	font-size: 22px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1.32px;
	text-align: center;
	color: #fff;	
	padding: 23px;
}

.main_banner_close {
	display: none;
	cursor: pointer;
	cursor: pointer;
	width: 100%;
	background-color: #a53000;
	font-size: 22px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1.32px;
	text-align: center;
	color: #fff;	
	padding: 23px;	
}

.main_banner img, .main_banner_close img{
	margin-left: 25px;
}

.main_banner:hover, .main_banner:focus, .main_banner:active, .main_banner_close:hover, .main_banner_close:focus, .main_banner_close:active {
	background-color: #d73e00;
	box-shadow: 0 0 8px rgb(0 0 0 / 60%);
	-webkit-transform: scale(1.1);
    transform: scale(1.1); 
}

.main_banner_btn_box{
	display: none;
	position: absolute;
    top: 250px;
    left: 80%;
    z-index: 100;
}

.main_banner_close_btn{
	display: none;
	position: absolute;
    top: 110px;
    left: 96%;
    z-index: 100;
    cursor: pointer;
}

.main_banner_btn_box2{
	display: none;
	position: absolute;
    top: 24%;
    left: 21.5%;
    z-index: 100;
}

.main_banner_btn_box button{
	display: block;
	width: 160px;
	height: 42px;
	margin: 0 0 10px;
	border-radius: 100px;
	background-color: #e8e8e8;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}

.main_banner_btn_box2 button{
	width: 132px;
	height: 42px;
	margin: 0 5px 0 5px;
	border-radius: 10px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	background-color: #e8e8e8;
	font-size: 20px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}

.main_banner_btn_box2 button.how_use_providor_btn.type_select {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05) !important;
  background-image: linear-gradient(to right, #80cdf8 0%, #80cdf8 100%) !important;
}
.main_banner_btn_box2 button.how_use_providor_btn:hover{
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05) !important;
	background-image: linear-gradient(to right, #80cdf8 0%, #80cdf8 100%) !important;
}
.main_banner_btn_box button.select, .main_banner_btn_box2 button.type_select{
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	background-image: linear-gradient(to right, #ff9100 0%, #ff540f 100%);
}
.main_banner_btn_box button:hover, .main_banner_btn_box2 button:hover{
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	background-image: linear-gradient(to right, #ff9100 0%, #ff540f 100%);
}
.how_use_select {
	display: block !important;
}
.mobile {
	display: none !important;
}
.wrap .container .main_content .main_tab_contents .mobile_how_use {
	display: none;
	margin-top: -55px;
}
.swiper-slide_img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main_banner_img{
	width: 100%;
}
.close_btn {
	width: 25px;
    height: 25px;
    position: absolute;
    left: 92%;
    top: 80px;
    z-index: 200;
}

.mobile_how_use_seller{
	position: absolute;
  	padding: 5px;
  	border-radius: 5px;
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	background-color: #dedede; 
  	font-size: 14px;
  	font-weight: bold;
  	color: #fff;
  	top: 25%;
  	left: 5%
}

.mobile_how_use_seller.active{
 	background-color: #ff9100;	
}

.mobile_how_use_producer{
	position: absolute;
  	padding: 5px;
  	border-radius: 5px;
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	background-color: #dedede;
 	font-size: 14px;
  	font-weight: bold;
  	color: #fff;
  	top: 25%;
  	left: calc(5% + 90px);
}

.mobile_how_use_producer.active{
	background-color: #80cdf8; 
}
.visual_btn_area{
	/* display: flex !important; */
	max-width: 400px !important;
}
.visual_btn_area > span.visual_btn_span{
	display:block !important; 
}

.visual_btn_area > span > a.link_main_add {
	font-family: NanumGothic !important;
    font-size: 20px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 2 !important;
    letter-spacing: -1.2px !important;
    text-align: center;
    color: #fff !important;
    background-color: #af3200 !important;
    display: inline-block !important;
    width: 200px !important;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%) !important;
    background-image: none !important;
}

.visual_btn_area > span > a.link_main_add:hover {
	background-color: #ff9100 !important;
}

.visual_btn_area span{
	display: block;
}

.visual_btn_area span.goods_reg_btn {
	font-size: 25px !important;
	font-weight: bold !important;
	letter-spacing: -1.5px !important;
}

.visual_btn_area > .visual_btn_span > .pc_visual_btn {
	height:52px;
}

.visual_btn_area > .visual_btn_span > .pc_visual_btn:last-child {
	margin-top: 15px;
	height:52px;
}

.visual_btn_area > .visual_btn_span > .pc_visual_btn:last-child:hover {
	background-color: #af3200 !important;
	color: #fff !important;
}

@media screen and (max-width: 1500px) {
	.wrap .container .main_content .main_review .picture_review_outer .btn_prev,
	.wrap .container .main_content .main_review .picture_review_outer .btn_next,
	.wrap .container .main_content .main_week_product .btn_prev,
	.wrap .container .main_content .main_week_product .btn_next,
	.wrap .container .main_content .main_week_seller .btn_prev,
	.wrap .container .main_content .main_week_seller .btn_next {
		display: none
	}
}


@media screen and (max-width: 1000px) {
	.wrap .container .main_content .section_title {
        font-size: 18px;
        font-weight: 900;
        line-height: 20px
    }
    
    .wrap .container .main_content .main_tab_contents {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff6f2
    }

    .wrap .container .main_content .main_tab_contents .main_tab {
        width: 100%;
        max-width: 1080px;
        display: flex;
        flex-direction: row;
        position: static
    }

    .wrap .container .main_content .main_tab_contents .main_tab>li {
        height: 40px
    }

    .wrap .container .main_content .main_tab_contents .main_tab>li>button {
        width: 100%;
        height: 100%;
        font-size: 13px;
        font-weight: bold;
        color: #484848
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper {
        width: 100%
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide {
        min-height: 458px;
        padding-top: 70px
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr {
        width: 100%;
        height: 470px;
        background: url(/images/main/tab_bg0.jpg) no-repeat 50% 50%;
        background-size: cover
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc {
        width: 100%;
        margin-top: 40px;
        padding: 15px
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc p.main_desc {
        font-size: 20px;
        text-align: left;
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc p.sub_desc {
        font-size: 12px;
        font-weight: bold;
        line-height: 17px;
        margin-top: 20px;
        letter-spacing: -0.68px;
        margin-bottom: 10px;
        text-align: left;
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area {
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
        /* padding: 0 18px */
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area>span:nth-child(2) {
        margin-left: 10px
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area>span:nth-child(3) {
        margin-top: 10px
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area>span button,
    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .visual_btn_area>span a {
        min-height: auto;
        padding: 9px 5px;
        font-size: 15px
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_desc .beta_box {
        width: 92px;
        height: 70px;
        background-size: contain;
        position: absolute;
        top: -10px;
        right: auto;
        left: 180px;
        z-index: 0
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.pr>.inner .main_visual_human {
        display: none
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-size: cover
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .main_subject {
        font-size: 15px;
        line-height: 20px;
        color: #484848;
        text-align: center
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .box_wrap {
        margin: 13px 0 0 0
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .box_wrap>li {
        padding: 0 30px;
        width: 100%;
        margin-top: 5px
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .box_wrap>li::before {
        display: none
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .box_wrap>li>.box {
        min-height: 78px;
        margin-left: 0px;
        border-radius: 5px;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
        padding: 9px
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .box_wrap>li>.box .subject {
        font-size: 13px;
        font-weight: bold;
        line-height: 14px
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.feature .box_wrap>li>.box .subscript {
        font-size: 13px;
        margin-top: 10px;
        line-height: 17px
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare,
    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step {
        background-size: cover
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare .table_wrap,
    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step .table_wrap {
        width: 100%;
        max-width: 1080px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare .table_wrap>.table_img.pc,
    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step .table_wrap>.table_img.pc {
        display: none
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare .table_wrap>.table_img.m,
    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step .table_wrap>.table_img.m {
        display: block
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare .table_wrap>.table_img.compare,
    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step .table_wrap>.table_img.compare {
        width: 290px;
        min-width: 300px
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare .table_wrap>.table_img.compare img,
    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step .table_wrap>.table_img.compare img {
        width: 100%;
        height: auto;
        min-width: 290px
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare .table_wrap>.table_img.step,
    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step .table_wrap>.table_img.step {
        width: 288px;
        max-width: 300px
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare .table_wrap>.table_img.step img,
    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step .table_wrap>.table_img.step img {
        width: 100%;
        height: auto;
        min-width: 288px
    }

    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.compare .table_wrap>.desc,
    .wrap .container .main_content .main_tab_contents .swiper-wrapper .swiper-slide.step .table_wrap>.desc {
        font-size: 15px;
        font-weight: 800;
        line-height: 20px;
        letter-spacing: 0px;
        margin-left: 0px;
        margin-bottom: 20px
    }

    .wrap .container .main_content .main_review {
        width: 100%;
        min-height: 484px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: url(/images/main/main_review_bg.png) no-repeat 50% 50%
    }

    .wrap .container .main_content .main_review .section_title {
        text-align: center
    }

    .wrap .container .main_content .main_review .avg_score_box {
        margin-top: 10px
    }

    .wrap .container .main_content .main_review .avg_score_box .score_label {
        font-size: 13px
    }

    .wrap .container .main_content .main_review .avg_score_box .score_star_box {
        margin-left: 5px
    }

    .wrap .container .main_content .main_review .avg_score_box .score_str {
        font-size: 13px;
        font-weight: 600;
        margin-left: 5px
    }

    .wrap .container .main_content .main_review .avg_score_box .score_star {
        display: inline-block;
        font-size: 0;
        color: transparent;
        width: 14px;
        height: 14px;
        background: url(/images/icon/score_star_off_m.png) no-repeat 50% 50%;
        background-size: cover
    }

    .wrap .container .main_content .main_review .avg_score_box .score_star.on {
        background: url(/images/icon/score_star_on_m.png) no-repeat 50% 50%;
        background-size: cover
    }

    .wrap .container .main_content .main_review .picture_review_outer {
        background-color: transparent;
        padding: 0;
        border-radius: 0px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        width: 100%;
        max-width: 1240px;
        align-items: center;
        justify-content: space-between;
        margin-top: 50px
    }

    

    .wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li {
        position: relative;
        width: 200px;
        border-radius: 10px;
        overflow: hidden;
        transition: transform .35s, filter .35s;
        border: 1px solid #d9d9d9;
    }

    .wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li:not(.swiper-slide-active) {
        transform: scale(0.9);
        filter: blur(2px)
    }

    .wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .thumb img {
        width: 100%;
        height: auto
    }

    .wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        color: #fff
    }

    .wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info>.title {
        font-size: 13px;
        font-weight: bold
    }

    .wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info>.nickname {
        font-size: 13px;
        margin-top: 15px
    }

    .wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info>.nickname>.type_label {
        display: none
    }

    .wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info>.review_star_box {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 15px
    }

    .wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info>.review_star_box .review_star {
        display: inline-block;
        font-size: 0;
        color: transparent;
        width: 14px;
        height: 14px;
        background: url(/images/icon/score_star_off_m.png) no-repeat 50% 50%;
        background-size: cover;
        margin-right: 0px
    }

    .wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info>.review_star_box .review_star.on {
        width: 14px;
        height: 14px;
        background: url(/images/icon/score_star_on_m.png) no-repeat 50% 50%;
        background-size: cover
    }

    .wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .info>.review_star_box .score_str {
        margin-left: 10px;
        font-size: 13px
    }

    .wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        color: transparent;
        z-index: 1
    }

    .wrap .container .main_content .main_review .picture_review_outer .picture_review_list>ul>li .link a {
        width: 100%;
        height: 100%;
        display: block
    }

    .wrap .container .main_content .main_week_product,
    .wrap .container .main_content .main_week_seller {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 50px 0
    }

    .wrap .container .main_content .main_week_product .inner,
    .wrap .container .main_content .main_week_seller .inner {
        width: 100%;
        max-width: 1240px
    }

    .wrap .container .main_content .main_week_product .inner .section_title,
    .wrap .container .main_content .main_week_seller .inner .section_title {
        display: flex;
        justify-content: center
    }

    .wrap .container .main_content .main_week_product .inner .section_title::before,
    .wrap .container .main_content .main_week_seller .inner .section_title::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(/images/main/ico_toprank.png) no-repeat 50% 50%;
        background-size: cover;
        margin-right: 10px
    }

    .wrap .container .main_content .main_week_product .inner .match_list,
    .wrap .container .main_content .main_week_seller .inner .match_list {
        margin-top: 20px
    }

    .wrap .container .main_content .main_week_product {
        background: url(/images/main/main_product_bg0.png) no-repeat 50% 50% #fff0e9
    }

    .wrap .container .main_content .main_week_seller {
        background: url(/images/main/main_product_bg1.png) no-repeat 50% 50% #fff3e3
    }

    .wrap .container .main_content .main_faq {
        width: 100%;
	    min-height: unset;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    background: url(/images/main/main_review_bg.png) no-repeat 50% 50% #fff;
	    padding: unset;
    }
    
    .wrap .container .main_faq .faq_top_image{
   	    width: calc(100% - 20px);
    }
    
    .wrap .container .main_open_list{
    	width:calc(100% - 10px);
        margin-top: 30px;
    }
    
    .wrap .container .main_open_list>ul>li dl>dt{
    	min-height: 52px;
    	font-size: 14px;
    }
    .wrap .container .main_open_list>ul>li dl>dd {
    	font-weight: unset;
    	font-size:14px;
    }
    
    .wrap .container .main_open_list>ul>li>input[type=checkbox]:checked+dl>dd{
    	margin-top: 15px;
    }
    
    .wrap .container .main_open_list>ul>li dl>dt::before{
    	top: 2.5vh;
    	left: 3vw;
    }

    .wrap .container .main_content .main_experience {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 316px;
        background-color: #fff
    }

    .wrap .container .main_content .main_experience .experience_img {
        width: 213px;
        height: 80px;
        background: url(/images/main/main_experience_img.png) no-repeat 50% 50%;
        font-size: 0;
        color: transparent
    }

    .wrap .container .main_content .main_experience .experience_desc {
        margin-top: 30px;
        font-size: 14px;
        font-weight: normal;
        line-height: 25px;
        text-align: center;
        color: #484848
    }

    .wrap .container .main_content .main_experience .experience_desc>strong {
        font-weight: bold
    }

    .wrap .container .main_content .main_experience .experience_link_area {
        margin-top: 20px
    }

    .wrap .container .main_content .main_experience .experience_link_area .link_go_direct {
        width: 122px;
        height: 36px;
        padding: 11px 20px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
        background-image: linear-gradient(to top, #ff9100, #ff540f);
        border-radius: 3px;
        font-size: 13px;
        font-weight: bold;
        color: #fff
    }

    .wrap .container .page_title {
        height: 72px;
        min-height: 72px;
        max-height: 72px;
        padding: 0 15px;
        background-color: #fff;
    }

    .wrap .container .page_title h2 .title {
        font-size: 16px;
    }
    .wrap .container .page_title button.link_top_back {
		width: 45px; height: 100%;
    	background: url('/images/filter/ico_back.png') no-repeat 50% 50%;
    	position: absolute;
    	top: 0; left: 0;
    	font-size: 0;
    	color: transparent;
    	display: none;
    }

    .wrap .container .page_title h2 .desc {
        font-size: 13px;
    }

    .wrap .container .content .sub_content .board_top {
        border-width: 15px;
        height: auto;
        padding: 60px 0
    }

    .wrap .container .content .sub_content .board_top .clip span:nth-child(1) {
        width: 30px;
        height: 30px;
        transform: translate(6px, 5px)
    }

    .wrap .container .content .sub_content .board_top .clip span:nth-child(2) {
        width: 38.5px;
        height: 12.5px;
        transform: rotate(45deg) translate(-42.5px, 18.5px)
    }

    .wrap .container .content .sub_content .board_top .left {
        position: absolute;
        opacity: 0.1;
        width: 80%
    }

    .wrap .container .content .sub_content .board_top .right {
        position: relative;
        font-size: calc(1.5vw + 14px);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0
    }

    .wrap .container .content .sub_content .sub_list_content>ul li h4 {
        font-size: calc(1.5vw + 10px)
    }

    .wrap .container .content .sub_content .sub_list_content>ul li span {
        font-size: 12.5px;
        padding-top: 5px;
        word-break: keep-all
    }

    .wrap .container .content .sub_content .sub_list_content>ul li span.user_lv {
        font-size: 12.5px !important;
        display: inline-flex;
        margin-bottom: 5px
    }

    .wrap .container .content .sub_content .board_detail_box {
        padding: 20px
    }

    .wrap .container .content .sub_content .board_detail_box .top_info h3 {
        font-size: calc(1.5vw + 14px)
    }

    .wrap .container .content .sub_content .board_detail_box .top_info span {
        word-break: keep-all;
        font-size: 14px;
        margin: 5px 0 5px 10px;
        line-height: 2
    }

    .wrap .container .content .sub_content .board_detail_box .top_info span.user_lv {
        margin-left: 0
    }

    .wrap .container .content .sub_content .board_detail_box .top_info.free_board .board_img_box {
        display: none
    }

    .wrap .container .content .sub_content .board_detail_box.comment_box .comment_ul li {
        padding: 10px;
        flex-direction: column;
        align-items: flex-start
    }

    .wrap .container .content .sub_content .board_detail_box.comment_box .comment_ul li .icon_box {
        display: none
    }

    .wrap .container .content .content_form {
        flex-direction: column;
        padding: 20px;
        margin: 0
    }

    .wrap .container .content .content_form .left {
        margin-right: 0;
        margin-bottom: 40px
    }

    .wrap .container .content .content_form .right {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .wrap .container .content .content_form .right::before {
        width: 100%;
        height: 1px
    }

    .wrap .container .content .content_form .right h3 {
        margin: 40px 0 20px;
        font-size: 1em
    }

    .wrap .container .content .content_form .right ul li {
        font-size: 12px
    }
    
    
    .wrap .container .main_content .main_week_product .match_list.type2 {
		height: 480px;
		flex-direction: none;
		flex-wrap: unset;
		justify-content: unset;
		margin: 0;
	}
	.wrap .container .main_content .main_week_product .match_list.type2 > li {
		width: 240px; height: auto;
		margin: 0;
	}
	.wrap .container .main_content .main_week_product .match_list.type2 > li + li {
		margin: 0;
	}
	.wrap .container .main_content .main_week_seller .match_list.type3 {
		flex-direction: none;
		flex-wrap: unset;
		justify-content: unset;
		margin: 0;
	}
	.wrap .container .main_content .main_week_seller .match_list.type3 > li {
		width:253px; height: auto;
		margin: 10px;
	}
	.wrap .container .main_content .main_week_seller .match_list.type3 > li + li {
		margin: 0;
	}
	.wrap .container .main_content .main_week_product .main_week_product_wrap,
	.wrap .container .main_content .main_week_seller .main_week_seller_wrap {
		width: 100%;
		overflow: hidden;
		margin-top: 20px;
	}
	.web, .main_banner_btn_box, .main_banner_btn_box2 {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
		content: url("/images/main/m/right_btn.png") !important;
	}
	.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
		content: url("/images/main/m/left_btn.png") !important;
	}
	.swiper-button-prev, .swiper-button-next {
		top: 95% !important;
	}
	.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
		opacity: 0 !important;
	}
	
	.visual_btn_area > span > span > .m_main_add{
		width: 290px !important;
		height: 46px !important;
		margin-top: 30px !important;
		line-height: 30px !important;
		background-color: #af3200 !important;
		background-image: none !important;
	}
	
	.visual_btn_area .visual_btn_span_m {
		margin-left:0px !important;
		margin-top: 15px !important;
	}
	
	.visual_btn_area .m_visual_btn {
		width: 137px !important;
		height: 36px !important;
		display: inline-block !important;
		text-align: center !important;
	}
	
	.visual_btn_area .m_visual_btn:last-child {
		margin-left: 10px !important;
	}
	
	.visual_btn_area > span > span > .m_main_add > .visual_btn_text{
		font-family: NanumGothic !important;
		font-size: 16px !important;
		font-weight: normal !important;
		font-stretch: normal !important;
		font-style: normal !important;
		line-height: normal !important;
		letter-spacing: -0.96px !important;
		text-align: left !important;
		color: #fff !important;
	}
	
	.visual_btn_area > span > span > .m_main_add > .visual_btn_text_bold{
		font-weight: bold !important;
	}
}