@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: 1rem !important; padding-left: 1rem !important;}
.modle_min{ margin: 0 auto; width: 100%;}


.modle_mt0{ margin-top: 0 !important;}
.modle_mt1{ margin-top: 1rem !important;}
.modle_mt2{ margin-top: 2rem !important;}
.modle_mt3{ margin-top: 3rem !important;}


.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: 1.5rem;}
.modle_item .ft .best p{ position: absolute; z-index: 10; padding-bottom: 0.4rem; font-size: 1rem; font-weight: 700; color: #FFF;}
.modle_item .ft .best img{ display: block; height: 2.5rem;}
.modle_item .ft .like{ display: flex; justify-content: center; align-items: center; grid-gap: 5px; position: absolute; right: 1rem; bottom: 1rem; padding: 0 0.5rem; height: 1.5rem; border-radius: 2rem; background: #000; transition: all .2s; cursor: pointer;}
.modle_item .ft .like i{ font-size: 0.9rem; color: #FFF;}
.modle_item .ft .like p{ font-size: 0.9rem; color: #FFF;}
.modle_item .ft .like.on{ background: #F00;}
.modle_item .ft .img{ display: block; border-radius: 1.2rem; 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: 1rem;}
.modle_item .fb .tit{ margin-right: 1rem; line-height: 1.2; font-size: 1.1rem; 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: 1rem;}
.modle_item .fb .price p:nth-child(1){ font-size: 0.8rem; color: #999; text-decoration: line-through;}
.modle_item .fb .price p:nth-child(2){ display: flex; align-items: flex-end; padding-top: 0.1rem;}
.modle_item .fb .price p:nth-child(2) span:nth-child(1){ font-size: 1.2rem; font-weight: 700; color: #F00;}
.modle_item .fb .price p:nth-child(2) span:nth-child(2){ font-size: 1.2rem; font-weight: 700; color: #000;}
.modle_item .fb .price p:nth-child(2) span:nth-child(3){ font-size: 0.9rem; color: #999;}
.modle_item .fb .star{ display: flex; align-items: center; margin-top: 0.8rem;}
.modle_item .fb .star i{ display: block; margin: -0.1rem 0.2rem 0 0; font-size: 1rem; color: #ffc40f;}
.modle_item .fb .star p{ font-size: 0.8rem; color: #666;}
.modle_item .fb .star span{ display: block; margin: 0 0.6rem; width: 1px; height: 1rem; background: #e5e5e5;}
.modle_item .fb .tip{ display: flex; grid-gap: 0.2rem; margin-top: 0.6rem;}
.modle_item .fb .tip span{ display: flex; align-items: center; padding: 0 0.5rem; height: 1.2rem; border-radius: 1rem; font-size: 0.6rem; font-weight: 500; color: #FFF;}


.modle_guide{ display: none; 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;}


.modle_shopping_sub_menu{ display: flex; flex-wrap: wrap; grid-gap: 0.5rem; padding: 1.5rem; border-radius: 1rem; border: 1px solid #e5e5e5;}
.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: 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 .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: 0.9rem; 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: 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: 0.5rem; margin: 2rem 0 0 0;}
.modle_btn a{ display: flex; justify-content: center; align-items: center; padding: 0 3rem; height: 3.5rem; border-radius: 1rem; border: 1px solid rgba(0 0 0/10%); background: #FFF; font-size: 1.1rem; font-weight: 700; color: #000; cursor: pointer; transition: all .2s;}
.modle_btn a.on{ background: #000; color: #FFF;}


.modle_btn_more{ display: flex; justify-content: center; align-items: center; padding: 0 3rem; height: 3.5rem; border-radius: 1rem; background: #f6f8fb; font-size: 1.1rem; font-weight: 500; color: rgba(0 0 0/60%); cursor: pointer; transition: all .2s;}


.modle_option{ display: flex; justify-content: center; grid-gap: 0.5rem; margin: 0 0 2rem 0; padding: 1rem; border-radius: 1rem; background: #f6f8fb;}
.modle_option select{ display: flex; align-items: center; margin: 0; padding: 0 3rem 0 1.2rem; width: auto; height: 3.5rem; border-radius: 2rem; border: 1px solid #e5e5e5; background:url(/images/icon_down.svg) no-repeat center right 1rem #FFF; background-size: 1rem auto; font-size: 1rem; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_option select:focus{ border: 1px solid #000;}
.modle_option .search{ position: relative;}
.modle_option .search input{ display: flex; align-items: center; margin: 0; padding: 0 3.5rem 0 1.2rem; width: 100%; height: 3.5rem; border-radius: 2rem; border: 1px solid #e5e5e5; background: #FFF; font-size: 1rem; 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: 3.5rem; font-size: 1.2rem; color: #000; cursor: pointer;}


.modle_menu{ display: flex; flex-wrap: wrap; justify-content: center; grid-gap: 0.5rem; margin: 0 0 2rem 0;}
.modle_menu a{ display: flex; align-items: center; padding: 0 1rem; height: 2.5rem; border-radius: 2rem; border: 1px solid rgba(0 0 0/10%); font-size: 1rem; color: #666; cursor: pointer; transition: all .2s;}
.modle_menu a.on{ border-color: #000; background: #000; color: #FFF; font-weight: 500;}


.modle_view{}
.modle_view .head{ border-top: 1px solid #000;}
.modle_view .head .title{ padding: 1.5rem 0; line-height: 1.4; font-size: 1.2rem; font-weight: 700; color: #000;}
.modle_view .head ul{ display: flex; flex-wrap: wrap; grid-gap: 1rem 2rem; padding: 1.5rem; border-radius: 1rem; background: #f6f8fb;}
.modle_view .head ul li{ display: flex; align-items: center; grid-gap: 0 0.5rem;}
.modle_view .head ul li .tit{ font-size: 1rem; color: #666;}
.modle_view .head ul li .txt{ font-size: 1rem; font-weight: 500; color: #000;}
.modle_view .head ul li .file{ display: flex; flex-wrap: wrap; grid-gap: 0.2rem;}
.modle_view .head ul li .file a{ display: flex; align-items: center; grid-gap: 0 0.5rem; padding: 0 1rem; height: 2.5rem; border-radius: 2rem; border: 1px solid #e5e5e5; background: #FFF; cursor: pointer; transition: all .2s;}
.modle_view .head ul li .file a p{ font-size: 0.9rem; color: #000;}
.modle_view .head ul li .answer{ display: flex; align-items: center; padding: 0 1rem; height: 2.5rem; border-radius: 2rem; border: 1px solid #e5e5e5; background: #FFF; font-size: 1rem; color: #000;}
.modle_view .head ul li .answer.on{ border-color: #000; background: #000; color: #FFF; font-weight: 500;}

.modle_view .body{ padding: 2rem 0; border-bottom: 1px solid #e5e5e5;}
.modle_view .body *{ line-height: 1.8; font-size: 1rem; font-weight: 400; color: #000;}
.modle_view .body iframe{ display: block; margin: 0 0 2rem 0; width: 100% !important; height: 200px !important;}
.modle_view .body img{ display: block; margin: 0 0 1.5rem 0; max-width: 100%;}

.modle_view .body .qna{ margin-top: 2rem; padding: 2rem; border-radius: 1rem; background: #f6f8fb;}
.modle_view .body .qna .ft{ padding-bottom: 1rem; border-bottom: 1px solid #e5e5e5; font-size: 1.2rem; font-weight: 700; color: #000;}
.modle_view .body .qna .fb{ padding-top: 2rem;}
.modle_view .body .qna .q_head p{ line-height: 1; font-size: 1rem; font-weight: 700; color: #000;}
.modle_view .body .qna .q_body{ padding: 2rem 1.5rem;}
.modle_view .body .qna .wrap:last-child .q_head span{ background: #0d666c;}
.modle_view .body .qna .wrap:last-child .q_body{ padding-bottom: 0;}

.modle_view .page{}
.modle_view .page ul{}
.modle_view .page ul li{ display: flex; align-items: center; padding: 1rem 0; border-bottom: 1px solid #e5e5e5; transition: all .2s;}
.modle_view .page ul li .txt{ flex: 0 0 5rem; font-size: 1rem; color: #666;}
.modle_view .page ul li .tit{ flex: 1; line-height: 2rem; font-size: 1rem; 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: 0.3rem; padding: 0 0.6rem; height: 1.8rem; border-radius: 2rem; background: #F00; line-height: 1.8rem; font-size: 0.9rem; color: #FFF;}




.modle_write{}
.modle_write .head{ display: flex; justify-content: space-between; align-items: center; margin-top: 2rem; padding-bottom: 1rem;}
.modle_write .head p{ font-size: 1.4rem; font-weight: 700; color: #000;}
.modle_write .head font{ font-size: 0.9rem; color: #F00;}
.modle_write .body{ border-top: 1px solid #000;}
.modle_write .wrap{ position: relative; padding: 1.5rem 0; border-bottom: 1px solid #e5e5e5;}
.modle_write .wrap .tit{ padding-bottom: 0.5rem; font-size: 0.9rem; color: #000;}
.modle_write .wrap .tit b{ color: #F00;}
.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.5rem; border-radius: 0.5rem; 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.5rem 0 1.2rem; width: 100%; height: 3.5rem; border-radius: 0.5rem; 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: 0.5rem; 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: 0.5rem; background: #000; font-size: 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.5rem; border-radius: 0.5rem; background: #000; font-size: 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.2rem; display: flex; justify-content: center; align-items: center; width: 1.2rem; height: 1.2rem; border-radius: 50%; border: 1px solid #e5e5e5; background: #f6f8fb; font-size: 0.7rem; 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{}
.modle_table .scroll{ 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: 1.5rem 0.3rem; border-top: 1px solid #000; border-bottom: 1px solid #e5e5e5; text-align: center;}
.modle_table table thead tr th p{ font-size: 1rem; font-weight: 600; color: #000;}
.modle_table table tbody{}
.modle_table table tbody tr{ transition: all .2s;}
.modle_table table tbody tr td{ padding: 1.5rem 0.3rem; border-bottom: 1px solid #e5e5e5; text-align: center;}
.modle_table table tbody tr td .tit{ text-align: left; line-height: 2rem; font-size: 1.1rem; 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: 0.4rem; padding: 0 0.6rem; height: 1.8rem; border-radius: 2rem; background: #F00; line-height: 1.8rem; font-size: 0.9rem; color: #FFF;}
.modle_table table tbody tr td p{ line-height: 1.6; font-size: 0.9rem; 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: 0.4rem;}
.modle_table table tbody tr td .btn a{ display: flex; align-items: center; padding: 0 0.6rem; height: 2rem; border-radius: 2rem; border: 1px solid #e5e5e5; background: #FFF; font-size: 0.9rem;}
.modle_table table tbody tr td .btn a.on{ border-color: #000; background: #000; color: #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: 1.5rem 4rem 1.5rem 3rem; 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: 0; width: 2rem; height: 2rem; border-radius: 50%; border: 1px solid #e5e5e5; background: #FFF; font-size: 1rem; font-weight: 700; color: #000; transition: all .3s;}
.modle_faq ul li .wrap .head .t2{ font-size: 1rem; color: #666;}
.modle_faq ul li .wrap .head .t3{ margin: 0.5rem 0 0 0; line-height: 1.4; font-size: 1.1rem; font-weight: 500; color: #000;}
.modle_faq ul li .wrap .head i{ display: block; position: absolute; top: 50%; right: 0; transform: translate(0,-50%); font-size: 1rem; color: #999; transition: all .3s;}
.modle_faq ul li .wrap .body{ display: none; position: relative; padding: 0 4rem 1.5rem 3rem;}
.modle_faq ul li .wrap .body .t1{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; width: 2rem; height: 2rem; border-radius: 50%; background: #000; font-size: 1rem; font-weight: 600; color: #FFF; transition: all .3s;}
.modle_faq ul li .wrap .body .t2{ padding: 0.2rem 0 0 0; min-height: 50px; line-height: 1.8; font-size: 1rem; font-weight: 400; color: #000;}
.modle_faq ul li .wrap .body .t2 p{ line-height: 1.8; font-size: 1rem; font-weight: 400; color: #000;}
.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{}





.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_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; flex-direction: column; align-items: center; grid-gap: 1rem; position: relative; z-index: 10; transform: translate(0,100px); opacity: 0; transition: all .5s;}
.modle_popup_login .wrap .fl{ display: flex; flex-direction: column; align-items: center;}
.modle_popup_login .wrap .fl img{ display: block; height: 5rem;}
.modle_popup_login .wrap .fr{ width: 24rem;}
.modle_popup_login .wrap .fr .ft{ position: relative; padding: 2rem; background: #FFF; border-radius: 1rem; box-shadow: 0 10px 50px 0 rgba(0 0 0/30%);}
.modle_popup_login .wrap .fr .ft .xi-close{ display: block; position: absolute; top: -1em; right: -1rem; width: 2rem; height: 2rem; border-radius: 50%; background: #F00; text-align: center; line-height: 2rem; font-size: 1rem; color: #FFF; cursor: pointer;}
.modle_popup_login .wrap .fr .ft .logo{ display: block; margin: 0 auto 2rem auto; height: 3rem;}
.modle_popup_login .wrap .fr .ft input{ display: flex; align-items: center; margin: 0.5rem 0 0 0; padding: 0 1.2rem; width: 100%; height: 3.5rem; border-radius: 0.5rem; border: 1px solid #e5e5e5; background: #fafafa; font-size: 1rem; 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: 0.8rem;}
.modle_popup_login .wrap .fr .ft .check label{ display: flex; align-items: center; grid-gap: 0.2rem; cursor: pointer;}
.modle_popup_login .wrap .fr .ft .check label i{ transform: translate(0,-0.1rem); font-size: 1rem; color: #10a500;}
.modle_popup_login .wrap .fr .ft .check label p{ font-size: 0.9rem; color: #333;}
.modle_popup_login .wrap .fr .ft .check .btn{ display: flex; grid-gap: 1rem;}
.modle_popup_login .wrap .fr .ft .check .btn a{ font-size: 0.9rem; color: #333;}
.modle_popup_login .wrap .fr .ft .btn_wrap{ display: flex; grid-gap: 0.5rem; margin-top: 1rem;}
.modle_popup_login .wrap .fr .ft .btn_login{ display: flex; justify-content: center; align-items: center; width: 50%; height: 3.5rem; border-radius: 0.5rem; background: #F00; box-shadow: 0 5px 15px 0 rgba(255 0 0/30%); font-size: 1.2rem; font-weight: 700; color: #FFF; cursor: pointer;}
.modle_popup_login .wrap .fr .ft .btn_join{ display: flex; justify-content: center; align-items: center; width: 50%; height: 3.5rem; border-radius: 0.5rem; border: 1px solid #e5e5e5; background: #fafafa; font-size: 1.2rem; font-weight: 500; color: #333; cursor: pointer;}
.modle_popup_login .wrap .fr .ft .or{ display: flex; justify-content: center; position: relative; margin: 1rem 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 1rem; background: #FFF; font-size: 0.8rem; color: #999;}
.modle_popup_login .wrap .fr .ft > .btn{ display: flex; grid-gap: 0.5rem;}
.modle_popup_login .wrap .fr .ft > .btn a{ display: flex; justify-content: center; align-items: center; width: 50%; height: 3rem; border-radius: 2rem; background: #000; font-size: 0.9rem; font-weight: 500; color: #FFF; cursor: pointer;}
.modle_popup_login .wrap .fr .fb{ margin-top: 1rem;}
.modle_popup_login .wrap .fr .fb .text{ display: flex; align-items: center;}
.modle_popup_login .wrap .fr .fb .text img{ display: block; height: 3rem;}
.modle_popup_login .wrap .fr .fb .text p{ margin-left: 0.5rem; line-height: 1.4; font-size: 0.75rem; font-weight: 200; color: #FFF;}
.modle_popup_login .wrap .fr .fb .btn{ display: flex; justify-content: center; align-items: center; margin: 1rem 0 0 0; height: 3rem; border-radius: 2rem; background: #F00; box-shadow: 0 5px 15px 0 rgba(255 0 0/80%); font-size: 0.9rem; 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;}


.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;}


.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/0); transition: background-color .3s;}
.modle_popup_terms .wrap{ overflow: hidden; position: fixed; z-index: 20; right: 0; bottom: -100vh; left: 0; padding: 2rem; border-radius: 1.5rem 1.5rem 0 0; background: #FFF; opacity: 0; transition: all .3s;}
.modle_popup_terms .wrap .scroll{ overflow: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 2rem; 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 1rem 0; line-height: 1; font-size: 1.4rem; font-weight: 700; color: #000;}
.modle_popup_terms .wrap .box{ overflow: hidden; border-radius: 1rem; border: 1px solid #e5e5e5;}
.modle_popup_terms .wrap .box textarea{ display: block; margin: 0; padding: 2rem; resize: none; width: 100%; height: 22rem; border-radius: 0; border: 0; background: #f6f8fb; line-height: 1.8; font-size: 1rem; 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; background: rgba(0 0 0/70%);}
.modle_popup_terms.on .wrap{ bottom: 0; opacity: 1;}


.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{}
.popup_shopping_cart_edit .contents{}
.popup_shopping_cart_edit .contents .head{ display: flex; align-items: center; grid-gap: 1rem; padding-bottom: 1.5rem; border-bottom: 1px solid #000;}
.popup_shopping_cart_edit .contents .head .img{ flex: 0 0 8rem; height: 8rem; border-radius: 1rem; border: 1px solid rgba(0 0 0/10%);}
.popup_shopping_cart_edit .contents .head .tit{ line-height: 1.4; font-size: 1.1rem; font-weight: 600; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.popup_shopping_cart_edit .contents .head .price{ display: block; margin-top: 0.5rem;}
.popup_shopping_cart_edit .contents .head .price p:nth-child(1){ font-size: 0.9rem; 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: 0.2rem;}
.popup_shopping_cart_edit .contents .head .price p:nth-child(2) span:nth-child(1){ font-size: 1.2rem; font-weight: 700; color: #F00;}
.popup_shopping_cart_edit .contents .head .price p:nth-child(2) span:nth-child(2){ font-size: 1.2rem; font-weight: 700; color: #000;}
.popup_shopping_cart_edit .contents .head .price p:nth-child(2) span:nth-child(3){ padding: 0 0 0.1rem 0.1rem; font-size: 0.9rem; color: #999;}
.popup_shopping_cart_edit .contents .body{ display: grid; grid-gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid #e5e5e5;}
.popup_shopping_cart_edit .contents .body .row{ display: flex;}
.popup_shopping_cart_edit .contents .body .row .tit{ flex: 0 0 6rem; line-height: 25px; font-size: 1rem; color: #999;}
.popup_shopping_cart_edit .contents .body .row .option{ display: flex; flex-wrap: wrap; grid-gap: 0.4rem;}
.popup_shopping_cart_edit .contents .body .row .option a{ display: flex; align-items: center; padding: 0 1rem; height: 2.5rem; border-radius: 2rem; border: 1px solid #e5e5e5; font-size: 0.9rem; 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;}


.popup_shopping_detail_review{}
.popup_shopping_detail_review > .wrap{ position: fixed; right: 0; bottom: -100vh; left: 0; padding: 0; width: 100% !important; height: 75vh; border-radius: 1.5rem 1.5rem 0 0; transition: all .3s;}
.popup_shopping_detail_review > .wrap .wrap_box{ overflow: hidden; border-radius: 1.5rem 1.5rem 0 0;}
.popup_shopping_detail_review > .wrap .scroll{ overflow: auto; padding: 2rem 2rem 7.5rem 2rem; max-height: 75vh;}
.popup_shopping_detail_review > .wrap .box{ position: relative; margin-top: 1rem; 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{ flex: 1; display: flex; align-items: center; grid-gap: 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{ position: absolute; top: 0; right: 0; line-height: 1.4rem; font-size: 0.9rem; color: #999;}
.popup_shopping_detail_review > .wrap .box .text{ display: block; margin: 0 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 .control{ display: flex; justify-content: center; align-items: center; grid-gap: 0.5rem; position: absolute; z-index: 20; right: 0; bottom: 0; left: 0; padding: 1rem; height: 5.5rem; background: #FFF; box-shadow: 0 -1px 0 0 rgba(0 0 0/8%);}
.popup_shopping_detail_review > .wrap .control .page{ flex: 1; display: flex; justify-content: center; align-items: center; height: 3.5rem; border-radius: 2rem; border: 1px solid #e5e5e5; font-size: 1rem; color: rgba(0 0 0/60%);}
.popup_shopping_detail_review > .wrap .control .page b{ padding-right: 0.2rem; font-weight: 600; color: #000;}
.popup_shopping_detail_review > .wrap .control .btn_prev{ display: flex; justify-content: center; align-items: center; flex: 0 0 3.5rem; height: 3.5rem; border-radius: 50%; border: 1px solid #e5e5e5; cursor: pointer;}
.popup_shopping_detail_review > .wrap .control .btn_prev i{ font-size: 1.2rem; color: #333;}
.popup_shopping_detail_review > .wrap .control .btn_next{ display: flex; justify-content: center; align-items: center; flex: 0 0 3.5rem; height: 3.5rem; border-radius: 50%; border: 1px solid #e5e5e5; cursor: pointer;}
.popup_shopping_detail_review > .wrap .control .btn_next i{ font-size: 1.2rem; color: #333;}
.popup_shopping_detail_review.on > .wrap{ bottom: 0;}


.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;}





















