@charset "utf-8";


.modle_scrollbar::-webkit-scrollbar{ width: 4px; height: 4px; background: #FFF;}
.modle_scrollbar::-webkit-scrollbar-thumb{ background-color: #fee500; border-radius: 0;}


.modle_max{ padding-right: 50px !important; padding-left: 50px !important;}
.modle_min{ margin: 0 auto; max-width: 1400px; width: 100%;}
@media(max-width: 1500px){
    .modle_max{ padding-right: 30px !important; padding-left: 30px !important;}
}
@media(max-width: 767px){
    .modle_max{ padding-right: 1rem !important; padding-left: 1rem !important;}
}


.modle_mt0{ margin-top: 0 !important;}
.modle_mt20{ margin-top: 20px !important;}
.modle_mt30{ margin-top: 30px !important;}
.modle_mt50{ margin-top: 50px !important;}
@media(max-width: 767px){
}


.modle_br_m{ display: none;}
@media(max-width: 767px){
    .modle_br_m{ display: block;}
}


.modle_none_m{}
@media(max-width: 767px){
    .modle_none_m{ display: none;}
}


.modle_popup_best{ position: fixed; z-index: 400; top: 0; right: -100%; bottom: 0; left: 100%; transition: all .2s;}
.modle_popup_best > .wrap{ overflow: hidden; position: absolute; z-index: 1; top: 0; right: -100%; bottom: 0; left: 100%; background: #FFF; transition: all .3s;}
.modle_popup_best > .wrap > .head{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 9; top: 0; right: 0; left: 0; padding: 0 1rem; height: 5rem; background: rgba(255 255 255/80%); backdrop-filter: blur(20px);}
.modle_popup_best > .wrap > .head .logo{ display: none; align-items: center; grid-gap: 0.8rem; position: absolute; z-index: 10; top: 50%; left: 1.5rem; transform: translate(0,-50%);}
.modle_popup_best > .wrap > .head .logo img{ display: block; height: 2.4rem;}
.modle_popup_best > .wrap > .head .logo p{ line-height: 1.2; font-size: 1rem; font-weight: 600; color: #000;}
.modle_popup_best > .wrap > .head .tit{ display: block; position: absolute; z-index: 10; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 1.4rem; font-weight: 700; color: #000;}
.modle_popup_best > .wrap > .head .btn_close{ position: absolute; top: 50%; right: 1rem; transform: translate(0,-50%); cursor: pointer;}
.modle_popup_best > .wrap > .head .btn_close i{ font-size: 1.4rem; color: #666;}
.modle_popup_best > .wrap > .head_menu{ display: flex; justify-content: space-between; align-items: center; position: absolute; z-index: 7; top: 5rem; right: 0; left: 0; padding: 0 1rem; height: 3.5rem; border-top: 1px solid rgba(0 0 0/5%); border-bottom: 1px solid rgba(0 0 0/5%); background: rgba(246 248 251/80%); backdrop-filter: blur(20px);}
.modle_popup_best > .wrap > .head_menu p{ font-size: 1.1rem; color: #000;}
.modle_popup_best > .wrap > .head_menu a{ display: flex; align-items: center; grid-gap: 0.4rem; font-size: 1rem; color: #999; cursor: pointer;}
.modle_popup_best > .wrap > .head_menu a i{ font-size: 1rem; color: #999;}

.modle_popup_best > .wrap > .body{ overflow: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 8.5rem 1rem 3rem 1rem;}
.modle_popup_best > .wrap > .body .list{}
.modle_popup_best > .wrap > .body .list a{ overflow: hidden; display: flex; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid #e5e5e5; cursor: pointer; transition: all .2s;}
.modle_popup_best > .wrap > .body .list a p{ display: flex; align-items: center; flex: 1;}
.modle_popup_best > .wrap > .body .list a span{ flex: 0 0 2rem; font-size: 1rem; font-weight: 500; color: #F00;}
.modle_popup_best > .wrap > .body .list a font{ font-size: 1rem; color: #666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_popup_best > .wrap > .body .list a .fr{ display: flex; justify-content: flex-end; align-items: center; grid-gap: 0.4rem; flex: 0 0 5rem; font-size: 1.1rem; color: #666;}
.modle_popup_best > .wrap > .body .list a .fr.new{ color: #F00;}
.modle_popup_best > .wrap > .body .list a .fr i{ font-size: 0.9rem;}
.modle_popup_best > .wrap > .body .list a .fr.up i{ color: #F00;}
.modle_popup_best > .wrap > .body .list a .fr.down i{ color: #08a137;}

.modle_popup_best.on{ right: 0; left: 0; opacity: 1;}
.modle_popup_best.on > .wrap{ right: 0; left: 0; opacity: 1; box-shadow: 0 0 30px 0 rgba(0 0 0/50%);}


.modle_popup_search{ position: fixed; z-index: 400; top: 0; right: -100%; bottom: 0; left: 100%; transition: all .2s;}
.modle_popup_search > .wrap{ overflow: hidden; position: absolute; z-index: 1; top: 0; right: -100%; bottom: 0; left: 100%; background: #FFF; transition: all .3s;}
.modle_popup_search > .wrap > .head{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 9; top: 0; right: 0; left: 0; padding: 0 1rem; height: 5rem; background: rgba(255 255 255/80%); backdrop-filter: blur(20px);}
.modle_popup_search > .wrap > .head .logo{ display: none; align-items: center; grid-gap: 0.8rem; position: absolute; z-index: 10; top: 50%; left: 1.5rem; transform: translate(0,-50%);}
.modle_popup_search > .wrap > .head .logo img{ display: block; height: 2.4rem;}
.modle_popup_search > .wrap > .head .logo p{ line-height: 1.2; font-size: 1rem; font-weight: 600; color: #000;}
.modle_popup_search > .wrap > .head .tit{ display: block; position: absolute; z-index: 10; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 1.4rem; font-weight: 700; color: #000;}
.modle_popup_search > .wrap > .head .btn_close{ position: absolute; top: 50%; right: 1rem; transform: translate(0,-50%); cursor: pointer;}
.modle_popup_search > .wrap > .head .btn_close i{ font-size: 1.4rem; color: #666;}

.modle_popup_search > .wrap > .head_search{ display: flex; justify-content: space-between; align-items: center; position: absolute; z-index: 8; top: 5rem; right: 0; left: 0; padding: 0 1rem 1rem 1rem; height: 4.5rem; background: rgba(255 255 255/80%); backdrop-filter: blur(20px); box-shadow: 0 1px 0 0 rgba(0 0 0/5%);}
.modle_popup_search > .wrap > .head_search input{ display: flex; align-items: center; margin: 0; padding: 0 3.5rem 0 1.5rem; width: 100%; height: 3.5rem; border-radius: 3rem; border: 1px solid #e5e5e5; background: none; font-size: 1rem; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_popup_search > .wrap > .head_search input:focus{ border-color: #000;}
.modle_popup_search > .wrap > .head_search i{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 0; right: 1.5rem; width: 3.5rem; height: 3.5rem; font-size: 1.6rem; color: #000; cursor: pointer;}

.modle_popup_search > .wrap > .head_menu{ display: flex; justify-content: space-between; align-items: center; position: absolute; z-index: 7; top: 9.5rem; right: 0; left: 0; padding: 0 1rem; height: 3.5rem; background: rgba(246 248 251/80%); backdrop-filter: blur(20px); box-shadow: 0 1px 0 0 rgba(0 0 0/5%);}
.modle_popup_search > .wrap > .head_menu p{ font-size: 1rem; color: #000;}
.modle_popup_search > .wrap > .head_menu a{ display: flex; align-items: center; grid-gap: 0.4rem; font-size: 1rem; color: #999; cursor: pointer;}
.modle_popup_search > .wrap > .head_menu a i{ font-size: 1rem; color: #999;}

.modle_popup_search > .wrap > .body{ overflow: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 13rem 1rem 3rem 1rem;}
.modle_popup_search > .wrap > .body .list{}
.modle_popup_search > .wrap > .body .list .wrap{ display: flex; padding: 1.5rem 0; border-bottom: 1px solid #e5e5e5;}
.modle_popup_search > .wrap > .body .list .wrap a{ flex: 1; line-height: 1.4rem; font-size: 1rem; color: #333;}
.modle_popup_search > .wrap > .body .list .wrap p{ flex: 0 0 12rem; text-align: right; line-height: 1.4rem; font-size: 0.9rem; color: #999;}

.modle_popup_search.on{ right: 0; left: 0; opacity: 1;}
.modle_popup_search.on > .wrap{ right: 0; left: 0; opacity: 1; box-shadow: 0 0 30px 0 rgba(0 0 0/50%);}



.modle_item{ display: block;}
.modle_item .ft{ position: relative;}
.modle_item .ft .best{ display: none; justify-content: center; align-items: center; position: absolute; top: 0; left: 20px;}
.modle_item .ft .best p{ position: absolute; z-index: 10; padding-bottom: 5px; font-size: 20px; font-weight: 700; color: #FFF;}
.modle_item .ft .best img{ display: block;}
.modle_item .ft .like{ display: flex; justify-content: center; align-items: center; grid-gap: 5px; position: absolute; right: 10px; bottom: 10px; padding: 0 10px; height: 25px; border-radius: 20px; background: #000; opacity: 0; transition: all .2s; cursor: pointer;}
.modle_item .ft .like i{ font-size: 13px; color: #FFF;}
.modle_item .ft .like p{ font-size: 13px; color: #FFF;}
.modle_item .ft .like.on{ background: #F00;}
.modle_item .ft .img{ display: block; border-radius: 20px; border: 1px solid rgba(0 0 0/10%); transition: all .2s;}
.modle_item .ft .img:after{ content: ""; display: block; padding-top: 100%;}
.modle_item .fb{ padding-top: 15px;}
.modle_item .fb .tit{ line-height: 1.2; font-size: 18px; font-weight: 600; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_item .fb .price{ display: block; margin-top: 15px;}
.modle_item .fb .price p:nth-child(1){ font-size: 14px; color: #999; text-decoration: line-through;}
.modle_item .fb .price p:nth-child(2){ display: flex; align-items: flex-end; padding-top: 2px;}
.modle_item .fb .price p:nth-child(2) span:nth-child(1){ font-size: 20px; font-weight: 700; color: #F00;}
.modle_item .fb .price p:nth-child(2) span:nth-child(2){ font-size: 20px; font-weight: 700; color: #000;}
.modle_item .fb .price p:nth-child(2) span:nth-child(3){ font-size: 16px; color: #999;}
.modle_item .fb .star{ display: flex; align-items: center; margin-top: 10px;}
.modle_item .fb .star i{ display: block; margin-right: 5px; font-size: 15px; color: #ffc40f;}
.modle_item .fb .star p{ font-size: 13px; color: #666;}
.modle_item .fb .star span{ display: block; margin: 0 10px; width: 1px; height: 15px; background: #e5e5e5;}
.modle_item .fb .tip{ display: flex; grid-gap: 5px; margin-top: 10px;}
.modle_item .fb .tip span{ display: flex; align-items: center; padding: 0 10px; height: 20px; border-radius: 10px; font-size: 12px; font-weight: 500; color: #FFF;}
.modle_item:hover .ft .like{ right: 20px; bottom: 20px; opacity: 1;}
.modle_item:hover .ft .img{ border: 1px solid rgba(0 0 0/100%);}
@media(max-width: 767px){
    .modle_item .ft .best{ left: 1rem;}
    .modle_item .ft .best p{ padding-bottom: 0.5rem; font-size: 1rem;}
    .modle_item .ft .best img{ height: 2.5rem;}
    .modle_item .ft .like{ grid-gap: 0.4rem; right: 0.5rem; bottom: 0.5rem; padding: 0 0.6rem; height: 1.5rem; border-radius: 2rem; opacity: 1;}
    .modle_item .ft .like i{ font-size: 0.8rem;}
    .modle_item .ft .like p{ font-size: 0.8rem;}
    .modle_item .ft .img{ border-radius: 1rem;}
    .modle_item .fb{ padding-top: 1rem;}
    .modle_item .fb .tit{ font-size: 1.2rem;}
    .modle_item .fb .price{ margin-top: 0.5rem;}
    .modle_item .fb .price p:nth-child(1){ font-size: 0.8rem;}
    .modle_item .fb .price p:nth-child(2){ padding-top: 0.1rem;}
    .modle_item .fb .price p:nth-child(2) span:nth-child(1){ font-size: 1.2rem;}
    .modle_item .fb .price p:nth-child(2) span:nth-child(2){ font-size: 1.2rem;}
    .modle_item .fb .price p:nth-child(2) span:nth-child(3){ font-size: 1rem;}
    .modle_item .fb .star{ margin-top: 0.6rem;}
    .modle_item .fb .star i{ margin-right: 0.4rem; font-size: 1rem;}
    .modle_item .fb .star p{ font-size: 1rem;}
    .modle_item .fb .star span{ margin: 0 0.5rem; height: 1rem;}
    .modle_item .fb .tip{ grid-gap: 0.4rem; margin-top: 0.6rem;}
    .modle_item .fb .tip span{ padding: 0 0.6rem; height: 1.4rem; border-radius: 2rem; font-size: 0.8rem; letter-spacing: 0;}
    .modle_item:hover .ft .like{ right: 0.5rem; bottom: 0.5rem;}
    .modle_item:hover .ft .img{ border: 1px solid rgba(0 0 0/10%);}
}


.modle_guide{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}
.modle_guide .tit{ font-size: 36px; font-weight: 700; color: #000;}
.modle_guide .guide{ display: flex; align-items: center; grid-gap: 10px;}
.modle_guide .guide p{ display: flex; align-items: center; grid-gap: 5px; font-size: 14px; color: #666;}
.modle_guide .guide p i{ font-size: 15px; color: #000;}
.modle_guide .guide > i{ font-size: 12px; color: #DDD;}
@media(max-width: 767px){
    .modle_guide{ margin-bottom: 1.5rem;}
    .modle_guide .tit{ font-size: 1.8rem;}
    .modle_guide .guide{ grid-gap: 0.5rem;}
    .modle_guide .guide p{ grid-gap: 0.4rem; font-size: 1rem;}
    .modle_guide .guide p i{ font-size: 1.2rem;}
    .modle_guide .guide > i{ font-size: 1rem;}
}


.modle_shopping_sub_menu{ display: flex; flex-wrap: wrap; grid-gap: 10px; margin-top: 20px; padding: 30px; border-radius: 20px; border: 1px solid #e5e5e5;}
.modle_shopping_sub_menu .wrap{ position: relative;}
.modle_shopping_sub_menu .wrap > a{ display: flex; align-items: center; grid-gap: 10px; padding: 0 20px; height: 40px; border-radius: 20px; border: 1px solid rgba(0 0 0/5%); background: #fafafa; cursor: pointer;}
.modle_shopping_sub_menu .wrap > a p{ font-size: 15px; color: #666;}
.modle_shopping_sub_menu .wrap > a i{ font-size: 15px; color: #999; transition: all .2s;}
.modle_shopping_sub_menu .wrap ul{ overflow: hidden; position: absolute; z-index: 10; top: 30px; left: 0; padding: 0; min-width: 120px; height: 0; border-radius: 20px; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%); opacity: 0; transition: all .2s;}
.modle_shopping_sub_menu .wrap ul li{}
.modle_shopping_sub_menu .wrap ul li a{ display: flex; align-items: center; padding: 0 20px; height: 0; cursor: pointer; transition: all .2s;}
.modle_shopping_sub_menu .wrap ul li a p{ font-size: 14px; color: #666;}
.modle_shopping_sub_menu .wrap ul li a:hover{ background: #f5f5f5;}
.modle_shopping_sub_menu .wrap ul li a:hover p{ color: #000;}
.modle_shopping_sub_menu .wrap:hover > a p{ color: #000;}
.modle_shopping_sub_menu .wrap:hover > a i{ transform: rotate(180deg);}
.modle_shopping_sub_menu .wrap:hover ul{ top: 40px; padding: 10px 0; height: auto; opacity: 1;}
.modle_shopping_sub_menu .wrap:hover ul li a{ height: 30px;}
.modle_shopping_sub_menu .wrap.on > a{ background: #000;}
.modle_shopping_sub_menu .wrap.on > a p{ color: #FFF; font-weight: 600;}
@media(max-width: 767px){
    .modle_shopping_sub_menu{ grid-gap: 0.5rem; padding: 1rem; border-radius: 1rem;}
    .modle_shopping_sub_menu .wrap{ position: relative;}
    .modle_shopping_sub_menu .wrap > a{ display: flex; align-items: center; grid-gap: 0.5rem; padding: 0 1rem; height: 2.5rem; border-radius: 2rem; border: 1px solid rgba(0 0 0/5%); background: #fafafa; cursor: pointer;}
    .modle_shopping_sub_menu .wrap > a p{ font-size: 1rem; color: #666;}
    .modle_shopping_sub_menu .wrap > a i{ font-size: 0.9rem; color: #999; transition: all .2s;}
    .modle_shopping_sub_menu .wrap ul{ overflow: hidden; position: absolute; z-index: 50; top: 3rem; left: 0; padding: 0; min-width: 8rem; height: 0; border-radius: 1rem; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%); opacity: 0; transition: all .2s;}
    .modle_shopping_sub_menu .wrap ul li{}
    .modle_shopping_sub_menu .wrap ul li a{ display: flex; align-items: center; padding: 0 1rem; height: 0; cursor: pointer; transition: all .2s;}
    .modle_shopping_sub_menu .wrap ul li a p{ font-size: 0.9rem; color: #666;}
    .modle_shopping_sub_menu .wrap ul li a:hover{ background: #f5f5f5;}
    .modle_shopping_sub_menu .wrap ul li a:hover p{ color: #000;}
    .modle_shopping_sub_menu .wrap:hover > a p{ color: #000;}
    .modle_shopping_sub_menu .wrap:hover > a i{ transform: rotate(180deg);}
    .modle_shopping_sub_menu .wrap:hover ul{ top: 2.5rem; padding: 0.5rem 0; height: auto; opacity: 1;}
    .modle_shopping_sub_menu .wrap:hover ul li a{ height: 2rem;}
    .modle_shopping_sub_menu .wrap.on > a{ background: #000;}
    .modle_shopping_sub_menu .wrap.on > a p{ color: #FFF; font-weight: 600;}
}


.modle_shopping_option{ display: flex; justify-content: space-between; align-items: center; margin-top: 50px; padding-bottom: 10px; border-bottom: 1px solid #e5e5e5;}
.modle_shopping_option .full{ font-size: 18px; font-weight: 500; color: #666;}
.modle_shopping_option .full b{ font-weight: 700; color: #F00;}
.modle_shopping_option .fr{ display: flex; grid-gap: 20px;}
.modle_shopping_option .check{ display: flex; grid-gap: 20px;}
.modle_shopping_option .check label{ display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.modle_shopping_option .check label i{ display: flex; justify-content: center; align-items: center; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #e5e5e5; font-size: 12px; color: #999;}
.modle_shopping_option .check label p{ font-size: 15px; color: #333;}
.modle_shopping_option .check label.on i{ border-color: #000; background: #000; color: #FFF;}
.modle_shopping_option .check label.on p{ font-weight: 500; color: #000;}
.modle_shopping_option .btn{ position: relative; z-index: 20;}
.modle_shopping_option .btn .head{ display: flex; align-items: center; height: 30px; cursor: pointer;}
.modle_shopping_option .btn .head img{ display: block;}
.modle_shopping_option .btn .head p{ margin: 0 5px 0 0; font-size: 15px; color: #000;}
.modle_shopping_option .btn .head i{ font-size: 14px; color: #999; transition: all .2s;}
.modle_shopping_option .btn .body{ overflow: hidden; position: absolute; top: 20px; right: -30px; left: -20px; padding: 0; height: 0; border-radius: 20px; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%); opacity: 0; transition: all .2s;}
.modle_shopping_option .btn .body ul{}
.modle_shopping_option .btn .body ul li{}
.modle_shopping_option .btn .body ul li p{ display: block; padding: 0 20px; line-height: 30px; font-size: 14px; color: #333; cursor: pointer;}
.modle_shopping_option .btn .body ul li p:hover{ background: #fafafa; color: #000;}
.modle_shopping_option .btn .body ul li.on p{ font-weight: 600; color: #F00;}
.modle_shopping_option .btn:hover .head i{ transform: rotate(180deg);}
.modle_shopping_option .btn:hover .body{ top: 30px; padding: 10px 0; height: auto; opacity: 1;}
.modle_shopping_option .filter{ display: none;}
.modle_shopping_option .open{ display: none;}
@media(max-width: 767px){
    .modle_shopping_option{ display: flex; justify-content: space-between; align-items: center; margin-top: 2rem; padding-bottom: 1rem; border-bottom: 1px solid #e5e5e5;}
    .modle_shopping_option .full{ font-size: 1.4rem; font-weight: 600; color: #000;}
    .modle_shopping_option .full b{ font-weight: 700; color: #F00;}
    .modle_shopping_option .check{ display: none;}
    .modle_shopping_option .btn{ display: none;}
    .modle_shopping_option .filter{ display: flex; align-items: center; grid-gap: 0.4rem; cursor: pointer;}
    .modle_shopping_option .filter i{ font-size: 1.4rem; color: #000;}
    .modle_shopping_option .filter p{ font-size: 1rem; color: #000;}
    .modle_shopping_option .open{ overflow: hidden; display: flex; justify-content: center; align-items: center; position: fixed; z-index: 500; top: 100%; right: 0; bottom: -100%; left: 0;}
    .modle_shopping_option .open .box{ position: fixed; z-index: 10; right: 0; bottom: -100vh; left: 0; border-radius: 1.5rem 1.5rem 0 0; background: #FFF; box-shadow: 0 5px 30px 0 rgba(0 0 0/30%); opacity: 0; transition: all .3s;}
    .modle_shopping_option .open .box .wrap{ padding: 1.5rem 2rem; border-bottom: 1px solid #e5e5e5;}
    .modle_shopping_option .open .box .wrap:last-child{ border-bottom: 0;}
    .modle_shopping_option .open .box .wrap .tit{ padding-bottom: 1rem; font-size: 1rem; color: #000;}
    .modle_shopping_option .open .box .wrap .check{ display: flex; flex-wrap: wrap; grid-gap: 1rem 1.5rem;}
    .modle_shopping_option .open .box .wrap .check label{ display: flex; align-items: center; grid-gap: 0.4rem; cursor: pointer;}
    .modle_shopping_option .open .box .wrap .check label i{ display: flex; justify-content: center; align-items: center; width: 1.5rem; height: 1.5rem; border-radius: 50%; border: 1px solid #e5e5e5; font-size: 0.7rem; color: #999;}
    .modle_shopping_option .open .box .wrap .check label p{ font-size: 1rem; color: #333;}
    .modle_shopping_option .open .box .wrap .check label.on i{ border-color: #000; background: #000; color: #FFF;}
    .modle_shopping_option .open .box .wrap .check label.on p{ font-weight: 500; color: #000;}
    .modle_shopping_option .open .box .wrap .btn{ display: flex; flex-wrap: wrap; grid-gap: 0.4rem;}
    .modle_shopping_option .open .box .wrap .btn a{ display: flex; align-items: center; padding: 0 1rem; height: 2.5rem; border-radius: 2rem; border: 1px solid #e5e5e5;}
    .modle_shopping_option .open .box .wrap .btn a p{ font-size: 1rem; color: #666;}
    .modle_shopping_option .open .box .wrap .btn a.on{ border-color: #000; background: #000; color: #FFF;}
    .modle_shopping_option .open .box .wrap .btn a.on p{ color: #FFF;}
    .modle_shopping_option .open .close{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/0); transition: all .5s;}
    .modle_shopping_option.on .open{ top: 0; bottom: 0;}
    .modle_shopping_option.on .open .box{ bottom: 0; opacity: 1;}
    .modle_shopping_option.on .open .close{ background: rgba(0 0 0/70%);}
}


.modle_page{ display: flex; justify-content: center; align-items: center; margin: 50px 0 0 0;}
.modle_page .btn{ display: flex; align-items: center; padding: 0 12px; height: 40px; border-radius: 20px; cursor: pointer;}
.modle_page .btn i{ padding: 0 4px 2px 4px; font-size: 12px; color: #000;}
.modle_page .btn p{ padding: 0 4px; font-size: 14px; color: #000;}
.modle_page .btn:hover{ background: rgba(0 0 0/5%);}
.modle_page .page{ display: flex; align-items: center;}
.modle_page .page > * { margin: 0 2px;}
.modle_page .page span{ font-size: 14px; color: #999;}
.modle_page .page p{ display: flex; justify-content: center; align-items: center; padding: 0 12px; min-width: 40px; height: 40px; border-radius: 20px; font-size: 14px; color: #000; cursor: pointer;}
.modle_page .page p:hover{ background: rgba(0 0 0/5%);}
.modle_page .page p.on{ border: 1px solid #000; background: #000 !important; color: #FFF;}
@media(max-width: 767px){
    .modle_page{ display: flex; justify-content: center; align-items: center; margin: 2rem 0 0 0;}
    .modle_page .btn{ display: flex; align-items: center; padding: 0 0.8rem; height: 3rem; border-radius: 3rem; cursor: pointer;}
    .modle_page .btn i{ padding: 0 0.2rem 0.1rem 0.2rem; font-size: 0.9rem; color: #000;}
    .modle_page .btn p{ padding: 0 0.2rem; font-size: 0.9rem; color: #000;}
    .modle_page .page{ display: flex; align-items: center;}
    .modle_page .page > *{ margin: 0 2px;}
    .modle_page .page span{ font-size: 0.9rem; color: #999;}
    .modle_page .page p{ display: flex; justify-content: center; align-items: center; padding: 0 0.5rem; min-width: 2rem; height: 2rem; border-radius: 2rem; font-size: 0.9rem; color: #000; cursor: pointer;}
    .modle_page .page p.on{ border: 1px solid #000; background: #000 !important; color: #FFF;}
}

.modle_btn{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; margin: 50px 0 0 0;}
.modle_btn a{ display: flex; justify-content: center; align-items: center; padding: 0 50px; height: 50px; border-radius: 30px; border: 1px solid rgba(0 0 0/10%); background: #FFF; font-size: 16px; font-weight: 700; color: #000; cursor: pointer; transition: all .2s;}
.modle_btn a:hover{  border-color: #000; color: #000;}
.modle_btn a.on{ background: #000; color: #FFF;}
@media(max-width: 767px){
    .modle_btn{ grid-gap: 0.5rem; margin: 2rem 0 0 0;}
    .modle_btn a{ padding: 0 2rem; height: 3.2rem; border-radius: 3rem; font-size: 1.1rem;}
}


.modle_option{ display: flex; justify-content: center; grid-gap: 10px; margin: 0 0 50px 0; padding: 30px; border-radius: 20px; background: #f6f8fb;}
.modle_option select{ display: flex; align-items: center; margin: 0; padding: 0 45px 0 20px; width: auto; height: 45px; border-radius: 30px; border: 1px solid #e5e5e5; background:url(/images/icon_down.svg) no-repeat center right 15px #FFF; background-size: 15px auto; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_option select:focus{ border: 1px solid #000;}
.modle_option .search{ position: relative; flex: 1;}
.modle_option .search input{ display: flex; align-items: center; margin: 0; padding: 0 45px 0 20px; width: 100%; height: 45px; border-radius: 30px; border: 1px solid #e5e5e5; background: #FFF; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_option .search input:focus{ border: 1px solid #000;}
.modle_option .search i{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; width: 45px; font-size: 20px; color: #000; cursor: pointer;}
@media(max-width: 767px){
    .modle_option{ grid-gap: 0.4rem; margin: 0 0 2rem 0; padding: 1rem; border-radius: 1rem;}
    .modle_option select{ padding: 0 3rem 0 1.5rem; height: 3rem; border-radius: 3rem; background:url(/images/icon_down.svg) no-repeat center right 1rem #FFF; background-size: 1rem auto; font-size: 1rem;}
    .modle_option .search input{ padding: 0 3rem 0 1.5rem; height: 3rem; border-radius: 3rem; font-size: 1rem;}
    .modle_option .search i{ width: 3rem; font-size: 1.4rem;}
}


.modle_menu{ display: flex; flex-wrap: wrap; justify-content: center; grid-gap: 10px; margin: 0 0 50px 0;}
.modle_menu a{ display: flex; align-items: center; padding: 0 20px; height: 40px; border-radius: 20px; border: 1px solid rgba(0 0 0/10%); font-size: 15px; color: #666; cursor: pointer; transition: all .2s;}
.modle_menu a:hover{ background: #f6f8fb;}
.modle_menu a.on{ border-color: #000; background: #000; color: #FFF; font-weight: 500;}
@media(max-width: 767px){
    .modle_menu{ grid-gap: 0.4rem; margin: 0 0 2rem 0;}
    .modle_menu a{ padding: 0 1rem; height: 2.5rem; border-radius: 2rem; font-size: 1rem;}
}


.modle_view{}
.modle_view .head{ border-top: 1px solid #000;}
.modle_view .head .title{ padding: 25px 30px; line-height: 1.4; font-size: 18px; font-weight: 700; color: #000;}
.modle_view .head ul{ display: flex; flex-wrap: wrap; grid-gap: 20px 30px; padding: 20px 30px; border-radius: 20px; background: #f6f8fb;}
.modle_view .head ul li{ display: flex; align-items: center; grid-gap: 0 10px;}
.modle_view .head ul li .tit{ font-size: 14px; color: #666;}
.modle_view .head ul li .txt{ font-size: 14px; font-weight: 500; color: #000;}
.modle_view .head ul li .file{ display: flex; flex-wrap: wrap; grid-gap: 5px;}
.modle_view .head ul li .file a{ display: flex; align-items: center; grid-gap: 0 10px; padding: 0 20px; height: 35px; border-radius: 20px; border: 1px solid #e5e5e5; background: #FFF; cursor: pointer; transition: all .2s;}
.modle_view .head ul li .file a p{ font-size: 14px; color: #000;}
.modle_view .head ul li .file a:hover{ border-color: #000;}
.modle_view .head ul li .answer{ display: flex; align-items: center; padding: 0 20px; height: 35px; border-radius: 20px; border: 1px solid #e5e5e5; background: #FFF; font-size: 14px; color: #000;}
.modle_view .head ul li .answer.on{ border-color: #000; background: #000; color: #FFF; font-weight: 500;}

.modle_view .body{ padding: 50px 30px; border-bottom: 1px solid #e5e5e5;}
.modle_view .body *{ line-height: 1.8; font-size: 15px; font-weight: 400; color: #000;}
.modle_view .body iframe{ display: block; margin: 0 0 30px 0; width: 100% !important; height: 400px !important;}
.modle_view .body img{ display: block; margin: 0 0 30px 0; max-width: 100%;}

.modle_view .body .qna{ margin-top: 50px; padding: 30px 50px; border-radius: 20px; background: #f6f8fb;}
.modle_view .body .qna .ft{ font-size: 20px; font-weight: 700; color: #000;}
.modle_view .body .qna .fb{ padding-top: 20px;}

.modle_view .page{}
.modle_view .page ul{}
.modle_view .page ul li{ display: flex; align-items: center; padding: 15px 30px; border-bottom: 1px solid #e5e5e5; transition: all .2s;}
.modle_view .page ul li .txt{ flex: 0 0 100px; font-size: 14px; color: #666;}
.modle_view .page ul li .tit{ flex: 1; line-height: 25px; font-size: 15px; font-weight: 400; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_view .page ul li .tit span{ display: inline-block; margin-right: 5px; padding: 0 10px; height: 25px; border-radius: 20px; background: #F00; line-height: 25px; font-size: 13px; color: #FFF;}
.modle_view .page ul li:hover{ background: #f6f8fb;}
.modle_view .page ul li:hover .tit{ color: #000;}
@media(max-width: 767px){
    .modle_view .head .title{ padding: 1.5rem 0; font-size: 1.4rem;}
    .modle_view .head ul{ grid-gap: 1rem 1.5rem; padding: 1.5rem; border-radius: 1rem;}
    .modle_view .head ul li{ grid-gap: 0 0.6rem;}
    .modle_view .head ul li .tit{ font-size: 1rem;}
    .modle_view .head ul li .txt{ font-size: 1rem;}
    .modle_view .head ul li .file{ grid-gap: 0.4rem;}
    .modle_view .head ul li .file a{ grid-gap: 0 0.4rem; padding: 0 1rem; height: 2.2rem; border-radius: 2rem;}
    .modle_view .head ul li .file a p{ font-size: 1rem;}
    .modle_view .head ul li .answer{ padding: 0 1rem; height: 2.2rem; border-radius: 2rem; font-size: 1rem;}

    .modle_view .body{ padding: 3rem 0;}
    .modle_view .body *{ font-size: 1.1rem;}
    .modle_view .body iframe{ margin: 0 0 2rem 0; height: 10rem !important;}
    .modle_view .body img{ margin: 0 0 2rem 0;}

    .modle_view .body .qna{ margin-top: 3rem; padding: 2rem; border-radius: 1rem;}
    .modle_view .body .qna .ft{ font-size: 1.4rem;}
    .modle_view .body .qna .fb{ padding-top: 2rem;}
    .modle_view .body .qna .q_head p{ font-size: 1.4rem;}
    .modle_view .body .qna .q_body{ padding: 2rem 0;}

    .modle_view .page ul li{ padding: 1rem 0;}
    .modle_view .page ul li .txt{ flex: 0 0 4rem; font-size: 1rem;}
    .modle_view .page ul li .tit{ line-height: 1.4; font-size: 1.1rem;}
    .modle_view .page ul li .tit span{ margin-right: 0.4rem; padding: 0 0.6rem; height: 1.8rem; border-radius: 2rem; line-height: 1.8rem; font-size: 0.8rem;}
}


.modle_write{}
.modle_write .head{ display: flex; justify-content: space-between; align-items: center; margin-top: 50px; padding-bottom: 15px;}
.modle_write .head p{ font-size: 20px; font-weight: 700; color: #000;}
.modle_write .head font{ font-size: 14px; color: #F00;}
.modle_write .body{ border-top: 1px solid #000;}
.modle_write .wrap{ position: relative; padding: 20px 20px 20px 135px; border-bottom: 1px solid #e5e5e5;}
.modle_write .wrap .tit{ position: absolute; top: 20px; left: 20px; line-height: 45px; font-size: 15px; color: #000;}
.modle_write .wrap .tit b{ color: #F00;}
.modle_write .wrap .txt{ margin: 10px 0 0 0; line-height: 1.4; font-size: 14px; color: #666;}
.modle_write .wrap .text{ display: flex; align-items: center; padding: 10.5px 0; line-height: 1.6; font-size: 15px; font-weight: 400; color: #000;}

.modle_write input{ display: flex; align-items: center; margin: 0; padding: 0 20px; width: 100%; height: 45px; border-radius: 10px; border: 1px solid #e5e5e5; background: #f6f8fb; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_write input:focus{ border-color: #000;}
.modle_write select{ display: flex; align-items: center; margin: 0; padding: 0 50px 0 20px; width: 100%; height: 45px; border-radius: 10px; border: 1px solid #e5e5e5; background:url(/images/icon_down.svg) no-repeat center right 15px #f6f8fb; background-size: 20px auto; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_write select:focus{ border-color: #000;}
.modle_write textarea{ display: block; margin: 0; padding: 10px 20px; resize: none; width: 100%; height: 100px; border-radius: 10px; border: 1px solid #e5e5e5; background: #f6f8fb; line-height: 1.6; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_write textarea:focus{ border-color: #000;}

.modle_write .id_check{ display: flex; grid-gap: 10px;}
.modle_write .id_check .btn{ flex: 0 0 120px; display: flex; justify-content: center; align-items: center; height: 45px; border-radius: 10px; background: #000; font-size: 14px; color: #FFF; cursor: pointer;}

.modle_write .address{ flex: 1; display: grid; grid-gap: 10px;}
.modle_write .address .ft{ display: flex; grid-gap: 10px; max-width: 400px;}
.modle_write .address .ft .btn{ flex: 0 0 120px; display: flex; justify-content: center; align-items: center; height: 45px; border-radius: 10px; background: #000; font-size: 15px; color: #FFF; cursor: pointer;}

.modle_write .check{ display: flex; flex-wrap: wrap; grid-gap: 15px 30px; padding: 10px 0;}
.modle_write .check label{ display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.modle_write .check label i{ flex: 0 0 25px; display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #e5e5e5; background: #f6f8fb; font-size: 12px; color: #666;}
.modle_write .check label p{ font-size: 14px; color: #333; white-space: nowrap;}
.modle_write .check label.on i{ border-color: #000; background: #000; color: #FFF;}
.modle_write .check label.on p{ color: #000;}

.modle_write .contact{ display: flex; grid-gap: 10px;}
.modle_write .contact select{ flex: 0 0 140px;}
@media(max-width: 767px){
    .modle_write .head{ align-items: flex-end; margin-top: 2rem; padding-bottom: 1rem;}
    .modle_write .head p{ font-size: 1.4rem;}
    .modle_write .head font{ font-size: 1rem;}
    .modle_write .wrap{ padding: 1rem 0;}
    .modle_write .wrap .tit{ position: initial; padding-bottom: 0.6rem; line-height: 1; font-size: 1rem;}
    .modle_write .wrap .txt{ margin: 0.5rem 0 0 0; line-height: 1.4; font-size: 0.9rem; color: #666;}
    .modle_write .wrap .text{ display: flex; align-items: center; padding: 10.5px 0; line-height: 1.6; font-size: 15px; font-weight: 400; color: #000;}

    .modle_write input{ display: flex; align-items: center; margin: 0; padding: 0 1.2rem; width: 100%; height: 3.2rem; border-radius: 1rem; border: 1px solid #e5e5e5; background: #f6f8fb; font-size: 1rem; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
    .modle_write input:focus{ border-color: #000;}
    .modle_write select{ display: flex; align-items: center; margin: 0; padding: 0 3.2rem 0 1.2rem; width: 100%; height: 3.2rem; border-radius: 1rem; border: 1px solid #e5e5e5; background:url(/images/icon_down.svg) no-repeat center right 1.2rem #f6f8fb; background-size: 1rem auto; font-size: 1rem; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
    .modle_write select:focus{ border-color: #000;}
    .modle_write textarea{ display: block; margin: 0; padding: 0.8rem 1.2rem; resize: none; width: 100%; height: 6rem; border-radius: 1rem; border: 1px solid #e5e5e5; background: #f6f8fb; line-height: 1.6; font-size: 1rem; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
    .modle_write textarea:focus{ border-color: #000;}

    .modle_write .id_check{ display: flex; grid-gap: 0.5rem;}
    .modle_write .id_check .btn{ flex: 0 0 6rem; display: flex; justify-content: center; align-items: center; height: 3.5rem; border-radius: 1rem; background: #000; font-size: 1.1rem; color: #FFF; cursor: pointer;}

    .modle_write .address{ flex: 1; display: grid; grid-gap: 0.5rem;}
    .modle_write .address .ft{ display: flex; grid-gap: 0.5rem;}
    .modle_write .address .ft .btn{ flex: 0 0 8rem; display: flex; justify-content: center; align-items: center; height: 3.2rem; border-radius: 1rem; background: #000; font-size: 1.1rem; color: #FFF; cursor: pointer;}

    .modle_write .check{ display: flex; flex-wrap: wrap; grid-gap: 1rem 1.5rem; padding: 0.5rem 0;}
    .modle_write .check label{ display: flex; align-items: center; grid-gap: 0.4rem; cursor: pointer;}
    .modle_write .check label i{ flex: 0 0 1.6rem; display: flex; justify-content: center; align-items: center; width: 1.6rem; height: 1.6rem; border-radius: 50%; border: 1px solid #e5e5e5; background: #f6f8fb; font-size: 1rem; color: #666;}
    .modle_write .check label p{ font-size: 1rem; color: #333; white-space: nowrap;}
    .modle_write .check label.on i{ border-color: #000; background: #000; color: #FFF;}
    .modle_write .check label.on p{ color: #000;}

    .modle_write .contact{ display: flex; grid-gap: 10px;}
    .modle_write .contact select{ flex: 0 0 140px;}
}






.modle_table{ overflow: auto;}
.modle_table table{ border-collapse: collapse; border-spacing: 0; width: 100%;}
.modle_table table thead{}
.modle_table table thead tr{}
.modle_table table thead tr th{ padding: 20px 10px; border-top: 1px solid #000; border-bottom: 1px solid #e5e5e5; text-align: center;}
.modle_table table thead tr th p{ font-size: 15px; font-weight: 600; color: #000;}
.modle_table table tbody{}
.modle_table table tbody tr{ transition: all .2s;}
.modle_table table tbody tr td{ padding: 15px 10px; border-bottom: 1px solid #e5e5e5; text-align: center;}
.modle_table table tbody tr td .tit{ text-align: left; line-height: 25px; font-size: 15px; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_table table tbody tr td .tit span{ display: inline-block; margin-right: 5px; padding: 0 10px; height: 25px; border-radius: 20px; background: #F00; line-height: 25px; font-size: 13px; color: #FFF;}
.modle_table table tbody tr td p{ line-height: 1.6; font-size: 14px; color: #333;}
.modle_table table tbody tr td p b{ font-weight: 500; color: #F00;}
.modle_table table tbody tr td .btn{ display: flex; justify-content: center; align-items: center; grid-gap: 5px;}
.modle_table table tbody tr td .btn a{ display: flex; align-items: center; padding: 0 15px; height: 30px; border-radius: 20px; border: 1px solid #e5e5e5; background: #FFF; font-size: 13px; white-space: nowrap;}
.modle_table table tbody tr td .btn a.on{ border-color: #000; background: #000; color: #FFF;}
.modle_table table tbody tr:hover{ background: #f6f8fb;}
@media(max-width: 767px){
    .modle_table table thead tr th{ padding: 1rem 0.4rem;}
    .modle_table table thead tr th p{ font-size: 1.1rem;}
    .modle_table table tbody tr td{ padding: 1.5rem 0.4rem;}
    .modle_table table tbody tr td .tit{ line-height: 1; font-size: 1.1rem;}
    .modle_table table tbody tr td .tit span{ margin-right: 0.4rem; padding: 0 0.6rem; height: 1.6rem; border-radius: 2rem; line-height: 1.6rem; font-size: 0.8rem;}
    .modle_table table tbody tr td p{ line-height: 1.4; font-size: 1rem;}
    .modle_table table tbody tr td .btn{ grid-gap: 0.4rem;}
    .modle_table table tbody tr td .btn a{ padding: 0 0.8rem; height: 2.5rem; border-radius: 2rem; font-size: 0.9rem;}
    .modle_table table tbody tr:hover{ background: #FFF;}
}


.modle_faq{ border-top: 1px solid #000;}
.modle_faq ul{}
.modle_faq ul li{ border-bottom: 1px solid #e5e5e5;}
.modle_faq ul li .wrap{ display: block; position: relative; transition: all .2s;}
.modle_faq ul li .wrap .head{ position: relative; padding: 20px 80px 20px 90px; cursor: pointer;}
.modle_faq ul li .wrap .head .t1{ display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; transform: translate(0,-50%); left: 30px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #e5e5e5; background: #FFF; font-size: 20px; font-weight: 700; color: #000; transition: all .3s;}
.modle_faq ul li .wrap .head .t2{ font-size: 13px; color: #666;}
.modle_faq ul li .wrap .head .t3{ margin: 10px 0 0 0; line-height: 1.4; font-size: 15px; font-weight: 500; color: #000;}
.modle_faq ul li .wrap .head i{ display: block; position: absolute; top: 50%; right: 40px; transform: translate(0,-50%); font-size: 14px; color: #999; transition: all .3s;}
.modle_faq ul li .wrap .body{ display: none; position: relative; padding: 0 80px 40px 90px;}
.modle_faq ul li .wrap .body .t1{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 30px; width: 40px; height: 40px; border-radius: 50%; background: #000; font-size: 18px; font-weight: 600; color: #FFF; transition: all .3s;}
.modle_faq ul li .wrap .body .t2{ padding: 0; min-height: 50px; line-height: 1.8; font-size: 15px; font-weight: 400; color: #000;}
.modle_faq ul li .wrap .body .t2 p{ line-height: 1.8; font-size: 15px; font-weight: 400; color: #000;}
.modle_faq ul li .wrap:hover{ background: #f6f8fb;}
.modle_faq ul li.on .wrap .head .t1{ border-color: #000; background: #000; color: #FFF;}
.modle_faq ul li.on .wrap .head .t3{ font-weight: 600; color: #000;}
.modle_faq ul li.on .wrap .head i{ transform: rotate(180deg);}
.modle_faq ul li.on .wrap .body{}
@media(max-width: 767px){
    .modle_faq ul li .wrap .head{ padding: 1.5rem 3rem 1.5rem 3.5rem;}
    .modle_faq ul li .wrap .head .t1{ left: 0; width: 2.5rem; height: 2.5rem; font-size: 1.2rem;}
    .modle_faq ul li .wrap .head .t2{ font-size: 1rem;}
    .modle_faq ul li .wrap .head .t3{ margin: 0.4rem 0 0 0; font-size: 1.1rem;}
    .modle_faq ul li .wrap .head i{ right: 0; font-size: 1rem;}
    .modle_faq ul li .wrap .body{ padding: 0 3rem 1.5rem 3.5rem;}
    .modle_faq ul li .wrap .body .t1{ left: 0; width: 2.5rem; height: 2.5rem; font-size: 1.2rem;}
    .modle_faq ul li .wrap .body .t2{ padding: 0; min-height: 3rem; font-size: 1.1rem;}
    .modle_faq ul li .wrap .body .t2 p{ font-size: 1.1rem;}
    .modle_faq ul li .wrap:hover{ background: #FFF;}
}













.modle_popup_login{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 5000; top: 100%; right: 0; left: 0; bottom: -100%;}
.modle_popup_login .wrap{ display: flex; align-items: center; grid-gap: 100px; position: relative; z-index: 10; transform: translate(0,100px); opacity: 0; transition: all .5s;}
.modle_popup_login .wrap .fl{}
.modle_popup_login .wrap .fl img{ display: block;}
.modle_popup_login .wrap .fr{}
.modle_popup_login .wrap .fr .ft{ position: relative; padding: 30px; width: 400px; background: #FFF; border-radius: 30px; box-shadow: 0 10px 50px 0 rgba(0 0 0/30%);}
.modle_popup_login .wrap .fr .ft .xi-close{ display: block; position: absolute; top: -10px; right: -10px; width: 30px; height: 30px; border-radius: 50%; background: #F00; text-align: center; line-height: 30px; font-size: 12px; color: #FFF; cursor: pointer;}
.modle_popup_login .wrap .fr .ft .logo{ display: block; margin: 0 auto 20px auto; height: 35px;}
.modle_popup_login .wrap .fr .ft input{ display: flex; align-items: center; margin: 10px 0 0 0; padding: 0 20px; width: 100%; height: 50px; border-radius: 10px; border: 1px solid #e5e5e5; background: #fafafa; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_popup_login .wrap .fr .ft input:focus{ border-color: #000;}
.modle_popup_login .wrap .fr .ft .check{ display: flex; justify-content: space-between; align-items: center; margin-top: 15px;}
.modle_popup_login .wrap .fr .ft .check label{ display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.modle_popup_login .wrap .fr .ft .check label i{ font-size: 20px; color: #10a500;}
.modle_popup_login .wrap .fr .ft .check label p{ font-size: 13px; color: #333;}
.modle_popup_login .wrap .fr .ft .check .btn{ display: flex; grid-gap: 20px;}
.modle_popup_login .wrap .fr .ft .check .btn a{ font-size: 13px; color: #333;}
.modle_popup_login .wrap .fr .ft .btn_login{ display: flex; justify-content: center; align-items: center; margin: 20px 0 0 0; height: 50px; border-radius: 10px; background: #F00; box-shadow: 0 5px 15px 0 rgba(255 0 0/30%); font-size: 16px; font-weight: 700; color: #FFF; cursor: pointer;}
.modle_popup_login .wrap .fr .ft .btn_join{ display: flex; justify-content: center; align-items: center; margin: 10px 0 0 0; height: 40px; border-radius: 10px; border: 1px solid #e5e5e5; background: #fafafa; font-size: 16px; font-weight: 500; color: #333; cursor: pointer;}
.modle_popup_login .wrap .fr .ft .or{ display: flex; justify-content: center; position: relative; margin: 15px 0;}
.modle_popup_login .wrap .fr .ft .or:after{ content: ""; display: block; position: absolute; top: 50%; right: 20%; left: 20%; height: 1px; background: #e5e5e5;}
.modle_popup_login .wrap .fr .ft .or p{ position: relative; z-index: 10; padding: 0 20px; background: #FFF; font-size: 13px; color: #999;}
.modle_popup_login .wrap .fr .ft > .btn{ display: flex; grid-gap: 10px;}
.modle_popup_login .wrap .fr .ft > .btn a{ display: flex; justify-content: center; align-items: center; width: 50%; height: 45px; border-radius: 10px; background: #000; font-size: 14px; font-weight: 500; color: #FFF; cursor: pointer;}
.modle_popup_login .wrap .fr .fb{ margin-top: 20px;}
.modle_popup_login .wrap .fr .fb .text{ display: flex; align-items: center;}
.modle_popup_login .wrap .fr .fb .text img{ display: block; width: auto; height: 60px;}
.modle_popup_login .wrap .fr .fb .text p{ margin-left: 10px; line-height: 1.4; font-size: 13px; font-weight: 200; color: #FFF;}
.modle_popup_login .wrap .fr .fb .btn{ display: flex; justify-content: center; align-items: center; margin: 20px 0 0 0; height: 50px; border-radius: 30px; background: #F00; box-shadow: 0 5px 15px 0 rgba(255 0 0/80%); font-size: 16px; font-weight: 700; color: #FFF; cursor: pointer;}
.modle_popup_login .close{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/80%); backdrop-filter: blur(10px); opacity: 0; transition: all .3s;}
.modle_popup_login.on{ top: 0; bottom: 0;}
.modle_popup_login.on .wrap{ transform: translate(0,0); opacity: 1;}
.modle_popup_login.on .close{ opacity: 1;}
@media(max-width: 1700px){
    .modle_popup_login .wrap{ grid-gap: 30px;}
    .modle_popup_login .wrap .fl img{ width: 260px;}
    .modle_popup_login .wrap .fr .ft{ padding: 20px; width: 340px;}
    .modle_popup_login .wrap .fr .ft input{ padding: 0 15px; height: 40px; font-size: 14px;}
    .modle_popup_login .wrap .fr .fb .text img{ height: 40px;}
    .modle_popup_login .wrap .fr .fb .text p{ font-size: 12px;}
    .modle_popup_login .wrap .fr .fb .btn{ height: 40px; font-size: 14px;}
}
@media(max-width: 767px){
    .modle_popup_login .wrap .fl{ display: none;}
    .modle_popup_login .wrap .fr .ft{ padding: 2rem;  width: 24rem; border-radius: 1.5rem;}
    .modle_popup_login .wrap .fr .ft .xi-close{ top: -1rem; right: -1rem; width: 2.4rem; height: 2.4rem; line-height: 2.4rem; font-size: 1.2rem;}
    .modle_popup_login .wrap .fr .ft .logo{ margin: 0 auto 1.5rem auto; height: 2.5rem;}
    .modle_popup_login .wrap .fr .ft input{ margin: 0.5rem 0 0 0; padding: 0 1.2rem; width: 100%; height: 3.5rem; border-radius: 1rem; font-size: 1rem;}
    .modle_popup_login .wrap .fr .ft .check{ margin-top: 1rem;}
    .modle_popup_login .wrap .fr .ft .check label{ grid-gap: 0.2rem;}
    .modle_popup_login .wrap .fr .ft .check label i{ transform: translate(0,-0.1rem); font-size: 1.2rem;}
    .modle_popup_login .wrap .fr .ft .check label p{ font-size: 0.9rem; color: #333;}
    .modle_popup_login .wrap .fr .ft .check .btn{ grid-gap: 1rem;}
    .modle_popup_login .wrap .fr .ft .check .btn a{ font-size: 0.9rem;}
    .modle_popup_login .wrap .fr .ft .btn_login{ height: 3.5rem; border-radius: 1rem; font-size: 1.2rem;}
    .modle_popup_login .wrap .fr .ft .btn_join{ height: 3rem; border-radius: 1rem; font-size: 1.1rem;}
    .modle_popup_login .wrap .fr .ft .or{ margin: 1rem 0;}
    .modle_popup_login .wrap .fr .ft .or p{ font-size: 0.8rem;}
    .modle_popup_login .wrap .fr .ft > .btn{ grid-gap: 0.5rem;}
    .modle_popup_login .wrap .fr .ft > .btn a{ height: 2.8rem; border-radius: 1rem; font-size: 0.9rem;}
    .modle_popup_login .wrap .fr .fb{ margin-top: 1rem;}
    .modle_popup_login .wrap .fr .fb .text img{ height: 3rem;}
    .modle_popup_login .wrap .fr .fb .text p{ margin-left: 0.5rem; line-height: 1.4; font-size: 0.7rem;}
    .modle_popup_login .wrap .fr .fb .btn{ margin: 1rem 0 0 0; height: 2.6rem; border-radius: 2rem; font-size: 0.9rem;}
    .modle_popup_login .close{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/80%); backdrop-filter: blur(10px); opacity: 0; transition: all .3s;}
    .modle_popup_login.on{ top: 0; bottom: 0;}
    .modle_popup_login.on .wrap{ transform: translate(0,0); opacity: 1;}
    .modle_popup_login.on .close{ opacity: 1;}
}


.modle_popup_main{ display: none; position: fixed; z-index: 5000; top: 0; right: 0; left: 0; bottom: 0;}
.modle_popup_main .banner{ overflow: hidden; position: fixed; z-index: 10; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 500px; border-radius: 30px; box-shadow: 0 10px 50px 0 rgba(0 0 0/30%); opacity: 1; transition: all 1s;}
.modle_popup_main .img{}
.modle_popup_main .img img{ display: block; max-width: 100%; height: auto;}
.modle_popup_main .fb{ display: flex; justify-content: space-between; align-items: center; padding: 20px; background: #FFF;}
.modle_popup_main .fb .btn{ display: flex; align-items: center; grid-gap: 10px;}
.modle_popup_main .fb .btn i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #000; background: #000; font-size: 14px; color: #FFF; cursor: pointer;}
.modle_popup_main .fb .btn p{ font-size: 18px; font-weight: 700; color: #333; cursor: pointer;}
.modle_popup_main .fb .btn.on span{ border-color: #000; background: #000; color: #FFF;}
.modle_popup_main .fb .btn_close{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.modle_popup_main .fb .btn_close i{ font-size: 14px; color: #666;}
.modle_popup_main .fb .btn_close p{ font-size: 16px; color: #666;}
.modle_popup_main .bg{ position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/70%); transition: all 1s;}
.modle_popup_main.on{ display: block;}
@media(max-width: 767px){
    .modle_popup_main .banner{ width: 24rem; border-radius: 1.5rem;}
    .modle_popup_main .fb{ padding: 1rem;}
    .modle_popup_main .fb .btn{ grid-gap: 0.5rem;}
    .modle_popup_main .fb .btn i{ width: 1.6rem; height: 1.6rem; font-size: 1rem;}
    .modle_popup_main .fb .btn p{ font-size: 1.1rem;}
    .modle_popup_main .fb .btn_close{ grid-gap: 0.5rem;}
    .modle_popup_main .fb .btn_close i{ font-size: 1rem;}
    .modle_popup_main .fb .btn_close p{ font-size: 1rem;}
}


.modle_popup_terms{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 300; top: -100%; right: 0; bottom: 100%; left: 0; background: rgba(0 0 0/70%); transition: opacity .3s;}
.modle_popup_terms .wrap{ overflow: hidden; position: relative; z-index: 20; padding: 30px; width: 600px; border-radius: 20px; background: #FFF; opacity: 0; transform: scale(.5); transition: bottom .3s, opacity .3s, transform .3s;}
.modle_popup_terms .wrap .scroll{ overflow: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 50px; background: #FFF;}
.modle_popup_terms .wrap .scroll::-webkit-scrollbar{ width: 4px; background: #FFF;}
.modle_popup_terms .wrap .scroll::-webkit-scrollbar-thumb{ background-color: #000;}
.modle_popup_terms .wrap .title{ margin: 0 0 20px 0; line-height: 1; font-size: 24px; font-weight: 700; color: #000;}
.modle_popup_terms .wrap .box{ overflow: hidden; border-radius: 10px; border: 1px solid #e5e5e5;}
.modle_popup_terms .wrap .box textarea{ display: block; margin: 0; padding: 30px; resize: none; width: 100%; height: 300px; border-radius: 0; border: 0; background: #f6f8fb; line-height: 1.8; font-size: 14px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_popup_terms .wrap .box textarea::-webkit-scrollbar{ width: 4px; background: #FFF;}
.modle_popup_terms .wrap .box textarea::-webkit-scrollbar-thumb{ background-color: #000;}
.modle_popup_terms > .close_btn{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/0.00001%);}
.modle_popup_terms.on{ top: 0; bottom: 0;}
.modle_popup_terms.on .wrap{ opacity: 1; transform: scale(1);}
@media(max-width: 767px){
    .modle_popup_terms{ top: 100%; bottom: -100%;}
    .modle_popup_terms .wrap{ position: fixed; bottom: -100vh; padding: 2rem; width: 100vw; border-radius: 1.5rem 1.5rem 0 0; transform: scale(1);}
    .modle_popup_terms .wrap .scroll{ padding: 2rem;}
    .modle_popup_terms .wrap .title{ margin: 0 0 1rem 0; font-size: 1.6em;}
    .modle_popup_terms .wrap .box{ border-radius: 0;}
    .modle_popup_terms .wrap .box textarea{ padding: 2rem; height: 24rem; font-size: 1rem;}
    .modle_popup_terms.on .wrap{ bottom: 0;}
}


.modle_popup{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 5000; top: 100%; right: 0; left: 0; bottom: -100%;}
.modle_popup > .wrap{ position: relative; z-index: 10; transform: translate(0,100px); padding: 30px; width: 400px; background: #FFF; border-radius: 30px; box-shadow: 0 10px 50px 0 rgba(0 0 0/30%); opacity: 0; transition: all .5s;}
.modle_popup > .wrap > .xi-close{ display: block; position: absolute; top: -10px; right: -10px; width: 30px; height: 30px; border-radius: 50%; background: #F00; text-align: center; line-height: 30px; font-size: 12px; color: #FFF; cursor: pointer;}
.modle_popup > .wrap > .icon{ display: flex; justify-content: center; margin-bottom: 20px;}
.modle_popup > .wrap > .icon i{ display: flex; justify-content: center; align-items: center; width: 80px; height: 80px; border-radius: 50%; background: #27e283; font-size: 40px; color: #FFF; cursor: pointer;}
.modle_popup > .wrap > .tit{ text-align: center; line-height: 1.2; font-size: 20px; font-weight: 500; color: #000;}
.modle_popup > .wrap > .txt{ margin-top: 10px; text-align: center; line-height: 1.4; font-size: 15px; color: #666;}
.modle_popup > .wrap > .txt b{ color: #2768d6;}
.modle_popup > .wrap > .in_password{ display: flex; align-items: center; margin: 20px auto 0 auto; padding: 0 20px; width: 200px; height: 45px; border-radius: 30px; border: 1px solid #e5e5e5; background: #f6f8fb; text-align: center; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_popup > .wrap > .in_password:focus{ border-color: #000;}
.modle_popup > .close{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/70%); backdrop-filter: blur(10px); opacity: 0; transition: all .3s;}
.modle_popup.on{ top: 0; bottom: 0;}
.modle_popup.on .wrap{ transform: translate(0,0); opacity: 1;}
.modle_popup.on > .close{ opacity: 1;}
@media(max-width: 767px){
    .modle_popup{ overflow: hidden; display: flex; justify-content: center; align-items: center; position: fixed; z-index: 5000; top: 100%; right: 0; left: 0; bottom: -100%;}
    .modle_popup > .wrap{ position: fixed; z-index: 10; right: 0; bottom: -100vh; left: 0; padding: 2rem; background: #FFF; border-radius: 1.5rem 1.5rem 0 0; box-shadow: 0 10px 50px 0 rgba(0 0 0/30%); opacity: 0; transition: all .3s;}
    .modle_popup > .wrap > .xi-close{ display: block; position: absolute; top: -10px; right: -10px; width: 30px; height: 30px; border-radius: 50%; background: #F00; text-align: center; line-height: 30px; font-size: 12px; color: #FFF; cursor: pointer;}
    .modle_popup > .wrap > .icon{ display: flex; justify-content: center; margin-bottom: 20px;}
    .modle_popup > .wrap > .icon i{ display: flex; justify-content: center; align-items: center; width: 80px; height: 80px; border-radius: 50%; background: #27e283; font-size: 40px; color: #FFF; cursor: pointer;}
    .modle_popup > .wrap > .tit{ text-align: center; line-height: 1.2; font-size: 20px; font-weight: 500; color: #000;}
    .modle_popup > .wrap > .txt{ margin-top: 10px; text-align: center; line-height: 1.4; font-size: 15px; color: #666;}
    .modle_popup > .wrap > .txt b{ color: #2768d6;}
    .modle_popup > .wrap > .in_password{ display: flex; align-items: center; margin: 20px auto 0 auto; padding: 0 20px; width: 200px; height: 45px; border-radius: 30px; border: 1px solid #e5e5e5; background: #f6f8fb; text-align: center; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
    .modle_popup > .wrap > .in_password:focus{ border-color: #000;}
    .modle_popup > .close{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/70%); opacity: 0; transition: all .3s;}
    .modle_popup.on{ top: 0; bottom: 0;}
    .modle_popup.on > .wrap{ bottom: 0; opacity: 1;}
    .modle_popup.on > .close{ opacity: 1;}


}


.popup_shopping_cart_edit .wrap{ width: 600px;}
.popup_shopping_cart_edit .contents{ display: flex; grid-gap: 20px;}
.popup_shopping_cart_edit .contents .img{ flex: 0 0 180px; height: 180px; border-radius: 15px; border: 1px solid rgba(0 0 0/10%);}
.popup_shopping_cart_edit .contents .head{ padding-bottom: 15px; border-bottom: 1px solid #000;}
.popup_shopping_cart_edit .contents .head .tit{ display: block; margin-top: 10px; text-align: left; line-height: 1.4; font-size: 16px; font-weight: 600; color: #000;}
.popup_shopping_cart_edit .contents .head .price{ display: block; margin-top: 5px;}
.popup_shopping_cart_edit .contents .head .price p:nth-child(1){ font-size: 13px; color: #999; text-decoration: line-through;}
.popup_shopping_cart_edit .contents .head .price p:nth-child(2){ display: flex; align-items: flex-end; padding-top: 2px;}
.popup_shopping_cart_edit .contents .head .price p:nth-child(2) span:nth-child(1){ font-size: 20px; font-weight: 700; color: #F00;}
.popup_shopping_cart_edit .contents .head .price p:nth-child(2) span:nth-child(2){ font-size: 20px; font-weight: 700; color: #000;}
.popup_shopping_cart_edit .contents .head .price p:nth-child(2) span:nth-child(3){ padding: 0 0 2px 2px; font-size: 13px; color: #999;}
.popup_shopping_cart_edit .contents .body{ display: grid; grid-gap: 15px; margin-top: 15px;}
.popup_shopping_cart_edit .contents .body .line{ margin: 10px 0; height: 1px; background: #e5e5e5;}
.popup_shopping_cart_edit .contents .body .row{ display: flex;}
.popup_shopping_cart_edit .contents .body .row .tit{ flex: 0 0 80px; line-height: 25px; font-size: 13px; color: #999;}
.popup_shopping_cart_edit .contents .body .row .option{ display: flex; flex-wrap: wrap; grid-gap: 5px;}
.popup_shopping_cart_edit .contents .body .row .option a{ display: flex; align-items: center; padding: 0 10px; height: 25px; border-radius: 5px; border: 1px solid #e5e5e5; font-size: 12px; color: #666; cursor: pointer; transition: all .2s;}
.popup_shopping_cart_edit .contents .body .row .option a:hover{ background: #fafafa;}
.popup_shopping_cart_edit .contents .body .row .option a.on{ border-color: #000; font-weight: 500; color: #000;}


.shopping_detail_popup_qna > .wrap{ width: 600px;}
@media(max-width: 767px){
    .shopping_detail_popup_qna > .wrap{ width: 100%;}
}


.popup_shopping_detail_review{ padding: 50px;}
.popup_shopping_detail_review > .wrap{ position: relative; padding: 0; width: 600px; max-height: 70vh;}
.popup_shopping_detail_review > .wrap .wrap_box{ overflow: hidden; border-radius: 30px;}
.popup_shopping_detail_review > .wrap .scroll{ overflow: auto; padding: 30px; max-height: 70vh;}
.popup_shopping_detail_review > .wrap .box{ position: relative; margin-bottom: 30px; padding: 30px; border-radius: 20px; border: 1px solid #e5e5e5;}
.popup_shopping_detail_review > .wrap .best{ display: none; justify-content: center; align-items: center; position: absolute; z-index: 10; top: -1px; left: 20px; width: 40px;}
.popup_shopping_detail_review > .wrap .best p{ position: absolute; padding-bottom: 5px; font-size: 12px; font-weight: 500; color: #FFF;}
.popup_shopping_detail_review > .wrap .best img{ display: block; width: 100%;}
.popup_shopping_detail_review > .wrap .best.on{ display: flex;}
.popup_shopping_detail_review > .wrap .user{ display: flex; align-items: center; grid-gap: 20px;}
.popup_shopping_detail_review > .wrap .user .img{ flex: 0 0 50px; height: 50px; border-radius: 50%; border: 1px solid #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%);}
.popup_shopping_detail_review > .wrap .user .fr{ flex: 1; display: flex; align-items: center; grid-gap: 30px; position: relative;}
.popup_shopping_detail_review > .wrap .user .fr .star{ display: flex; align-items: center; grid-gap: 5px;}
.popup_shopping_detail_review > .wrap .user .fr .star i{ padding-bottom: 2px; font-size: 18px; color: #f8d100;}
.popup_shopping_detail_review > .wrap .user .fr .star p{ font-size: 18px; font-weight: 700; color: #000;}
.popup_shopping_detail_review > .wrap .user .fr .name{ font-size: 14px; color: #666;}
.popup_shopping_detail_review > .wrap .user .fr .date{ position: absolute; top: 0; right: 0; font-size: 14px; color: #999;}
.popup_shopping_detail_review > .wrap .text{ display: block; margin: 0 0 0 70px;}
.popup_shopping_detail_review > .wrap .text p{ line-height: 1.4; font-size: 15px; color: #000;}
.popup_shopping_detail_review > .wrap .img{ display: grid; grid-gap: 20px;}
.popup_shopping_detail_review > .wrap .img img{ display: block; max-width: 100%; border-radius: 20px; border: 1px solid rgba(0 0 0/10%);}
.popup_shopping_detail_review > .wrap .btn{ display: flex; align-items: center; grid-gap: 5px; margin: 20px 0 0 70px;}
.popup_shopping_detail_review > .wrap .btn a{ display: flex; align-items: center; grid-gap: 5px; padding: 0 10px; height: 25px; border-radius: 5px; border: 1px solid #e5e5e5; background: #FFF; cursor: pointer;}
.popup_shopping_detail_review > .wrap .btn a i{ font-size: 14px; color: #999;}
.popup_shopping_detail_review > .wrap .btn a p{ font-size: 12px; color: #666;}
.popup_shopping_detail_review > .wrap .btn a.on{ border-color: #F00;0}
.popup_shopping_detail_review > .wrap .btn a.on i{ color: #F00;}
.popup_shopping_detail_review > .wrap .btn a.on p{ color: #F00;}
.popup_shopping_detail_review > .wrap .page{ display: flex; justify-content: center; align-items: center; position: absolute; right: 0; left: 0; bottom: -30px; height: 20px; font-size: 15px; color: rgba(255 255 255/60%);}
.popup_shopping_detail_review > .wrap .page b{ padding-right: 5px; font-weight: 600; color: #FFF;}
.popup_shopping_detail_review > .btn_prev{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 20; top: calc(50% - 20px); left: calc(50% - 320px); width: 40px; height: 40px; border-radius: 20px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.popup_shopping_detail_review > .btn_prev i{ font-size: 12px; color: #666;}
.popup_shopping_detail_review > .btn_next{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 20; top: calc(50% - 20px); right: calc(50% - 320px); width: 40px; height: 40px; border-radius: 20px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/5%); cursor: pointer;}
.popup_shopping_detail_review > .btn_next i{ font-size: 12px; color: #666;}

.popup_shopping_detail_review .sub_shopping_detail_body_review_head{ margin-bottom: 30px; padding: 30px;}
.popup_shopping_detail_review .sub_shopping_detail_body_review_head .fr{ width: 100%;}
.popup_shopping_detail_review .sub_shopping_detail_body_review_head .fr .wrap .t2{ height: 60px;}
@media(max-width: 767px){
    .popup_shopping_detail_review{ padding: 0;}
    .popup_shopping_detail_review > .wrap{ position: fixed; width: 24rem; border-radius: 1.5rem; transition: all .3s;}
    .popup_shopping_detail_review > .wrap .wrap_box{ overflow: hidden; border-radius: 1.5rem;}
    .popup_shopping_detail_review > .wrap .scroll{ overflow: auto; padding: 2rem;}
    .popup_shopping_detail_review > .wrap .box{ position: relative; margin: 1rem 0; padding: 1.5rem; border-radius: 1rem; border: 1px solid #e5e5e5;}
    .popup_shopping_detail_review > .wrap .box .best{ display: none; justify-content: center; align-items: center; position: absolute; z-index: 10; top: -1px; left: 1rem; width: 2rem;}
    .popup_shopping_detail_review > .wrap .box .best p{ position: absolute; padding-bottom: 0.2rem; font-size: 0.65rem; font-weight: 500; color: #FFF;}
    .popup_shopping_detail_review > .wrap .box .best img{ display: block; width: 100%;}
    .popup_shopping_detail_review > .wrap .box .best.on{ display: flex;}
    .popup_shopping_detail_review > .wrap .box .user{ display: flex; align-items: center; grid-gap: 1rem; cursor: pointer;}
    .popup_shopping_detail_review > .wrap .box .user .img{ margin: 0 !important; flex: 0 0 3rem; height: 3rem; border-radius: 50%; border: 1px solid #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%);}
    .popup_shopping_detail_review > .wrap .box .user .fr{ display: flex; flex-wrap: wrap; align-items: center; grid-gap: 0.4rem 1rem; position: relative;}
    .popup_shopping_detail_review > .wrap .box .user .fr .star{ display: flex; align-items: center; grid-gap: 0.5rem;}
    .popup_shopping_detail_review > .wrap .box .user .fr .star i{ padding-bottom: 0.1rem; font-size: 1.2rem; color: #f8d100;}
    .popup_shopping_detail_review > .wrap .box .user .fr .star p{ font-size: 1.2rem; font-weight: 700; color: #000;}
    .popup_shopping_detail_review > .wrap .box .user .fr .name{ font-size: 1rem; color: #666;}
    .popup_shopping_detail_review > .wrap .box .user .fr .date{ flex: 0 0 100%; position: initial; line-height: 1; font-size: 0.9rem; color: #999;}
    .popup_shopping_detail_review > .wrap .box .text{ display: block; margin: 1rem 0 0 4rem; cursor: pointer;}
    .popup_shopping_detail_review > .wrap .box .text p{ line-height: 1.4; font-size: 1rem; color: #000;}
    .popup_shopping_detail_review > .wrap .box .btn{ display: flex; align-items: center; grid-gap: 0.5rem; margin: 1rem 0 0 4rem;}
    .popup_shopping_detail_review > .wrap .box .btn a{ display: flex; align-items: center; grid-gap: 0.5rem; padding: 0 1rem; height: 2rem; border-radius: 0.5rem; border: 1px solid #e5e5e5; background: #FFF; cursor: pointer;}
    .popup_shopping_detail_review > .wrap .box .btn a i{ font-size: 0.9rem; color: #999;}
    .popup_shopping_detail_review > .wrap .box .btn a p{ font-size: 0.9rem; color: #666;}
    .popup_shopping_detail_review > .wrap .box .btn a.on{ border-color: #F00;0}
    .popup_shopping_detail_review > .wrap .box .btn a.on i{ color: #F00;}
    .popup_shopping_detail_review > .wrap .box .btn a.on p{ color: #F00;}
    .popup_shopping_detail_review > .wrap .img{ display: grid; grid-gap: 1rem; margin-top: 1rem;}
    .popup_shopping_detail_review > .wrap .img img{ display: block; margin: 0 auto; max-width: 100%; border-radius: 1rem;}
    .popup_shopping_detail_review > .wrap .page{ bottom: -2rem; height: 1rem; font-size: 1rem;}
    .popup_shopping_detail_review > .wrap .page b{ padding-right: 0.4rem;}

    .popup_shopping_detail_review > .btn_prev{ top: calc(50% - 1.5rem); left: calc(50% - 13.5rem); width: 3rem; height: 3rem; border-radius: 2rem;}
    .popup_shopping_detail_review > .btn_prev i{ font-size: 1rem;}
    .popup_shopping_detail_review > .btn_next{ top: calc(50% - 1.5rem); right: calc(50% - 13.5rem); width: 3rem; height: 3rem; border-radius: 2rem;}
    .popup_shopping_detail_review > .btn_next i{ font-size: 1rem;}

    .popup_shopping_detail_review .sub_shopping_detail_body_review_head{ margin: 0; padding: 2rem 1rem;}
    .popup_shopping_detail_review .sub_shopping_detail_body_review_head .fr{ width: 100%;}
    .popup_shopping_detail_review .sub_shopping_detail_body_review_head .fr .wrap .t2{ height: 4rem;}

    .popup_shopping_detail_review.on .wrap{ right: initial; bottom: initial; left: initial;}
}




















