@charset "utf-8";
*{ list-style: none; margin: 0; padding: 0; border: 0; box-sizing: border-box; text-decoration: none; font-family: "Pretendard", sans-serif; font-weight: 400; line-height: 1; letter-spacing: -0.5px; color: #000;}
select::-ms-expand{ display: none;}
html{ overflow-y: scroll; width: 100%; height: 100%; background: #FFF;}
html.no_scroll{ overflow: hidden;}
body{ overflow: hidden; padding-top: 250px; background: #FFF; -webkit-text-size-adjust: none; transition: all .2s;}
body.on_banner{ padding-top: 300px;}
body.on_banner .header_banner{ top: 0;}
body.on_banner .header{ top: 50px;}
@media(max-width: 767px){
    html{ font-size: calc(100vw / 30);}
    body{ padding-top: 11rem; padding-bottom: 12rem;}
    body.on_banner{ padding-top: 14rem;}
}



.header_banner{ position: fixed; z-index: 100; top: -50px; right: 0; left: 0; height: 50px; transition: all .2s;}
.header_banner .modle_min{ display: flex; justify-content: center; align-items: center;}
.header_banner .modle_min a{ display: block;}
.header_banner .modle_min a img{ display: block; height: 50px;}
.header_banner .close{ display: flex; align-items: center; grid-gap: 10px; position: absolute; top: calc(50% - 12px); right: 20px; cursor: pointer;}
.header_banner .close p{ font-size: 13px; color: #FFF;}
.header_banner .close i{ font-size: 18px; color: #FFF;}
@media(max-width: 1000px){
    .header_banner .modle_min{ justify-content: flex-start;}
}
@media(max-width: 767px){
    .header_banner{ height: 3rem;}
    .header_banner .modle_min a img{ height: 3rem;}
    .header_banner .close{ grid-gap: 0.4rem; top: calc(50% - 0.5rem); right: 1.2rem;}
    .header_banner .close p{ font-size: 0.9rem;}
    .header_banner .close i{ font-size: 1rem;}
}




.header{ position: fixed; z-index: 100; top: 0; right: 0; left: 0; background: rgba(255 255 255/80%); box-shadow: 0 1px 0 0 rgba(0 0 0/8%); backdrop-filter: blur(20px); transition: all .2s;}
.header .top{ height: 130px; border-bottom: 1px solid #e5e5e5;}
.header .top .modle_min{ position: relative; height: 130px;}
.header .top .logo{ display: block; position: absolute; left: 0; bottom: 30px; height: 50px;}
.header .top .logo img{ display: block; height: 100%;}
.header .top .search{ position: absolute; left: calc(50% - 200px); bottom: 30px; width: 400px; height: 50px; border-bottom: 2px solid #F00;}
.header .top .search input{ display: flex; align-items: center; margin: 0; padding: 0 50px 0 0; width: 100%; height: 50px; border-radius: 0; border: 0; background: none; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.header .top .search i{ display: flex; align-items: center; position: absolute; z-index: 10; top: 0; right: 0; height: 50px; font-size: 24px; color: #000; cursor: pointer;}
.header .top .menu_login{ display: flex; grid-gap: 15px; position: absolute; top: 25px; right: 0;}
.header .top .menu_login a{ display: block; cursor: pointer;}
.header .top .menu_login a p{ font-size: 13px; color: #666;}
.header .top .menu_login span{ display: block; width: 1px; height: 15px; background: #e5e5e5;}
.header .top .menu{ display: flex; align-items: center; grid-gap: 30px; position: absolute; right: 0; bottom: 25px; height: 50px;}
.header .top .menu a{ display: flex; justify-content: center; align-items: center; position: relative; width: 24px; height: 24px;}
.header .top .menu a img{ display: block; height: 100%;}
.header .top .menu a span{ display: flex; justify-content: center; align-items: center; position: absolute; top: -14px; left: 20px; padding: 0 5px; min-width: 18px; height: 18px; border-radius: 20px; background: #F00; font-size: 12px; font-weight: 500; color: #FFF;}
.header .top .menu a.modle_popup_best_btn{ display: none;}
.header .top .menu a.modle_popup_search_btn{ display: none;}

.header .bottom{}
.header .bottom .modle_min{ position: relative;}
.header .bottom .full_menu_pc{ position: absolute; z-index: 10; top: calc(50% - 25px); left: 0;}
.header .bottom .full_menu_pc .btn{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.header .bottom .full_menu_pc .btn .fl{ display: flex; justify-content: center; align-items: center; position: relative; width: 50px; height: 50px; border-radius: 15px; background: #000;}
.header .bottom .full_menu_pc .btn .fl .icon{ position: relative; width: 20px; height: 20px;}
.header .bottom .full_menu_pc .btn .fl .icon span{ display: block; position: absolute; height: 2px; border-radius: 5px; background: #FFF; transition: all .2s;}
.header .bottom .full_menu_pc .btn .fl .icon span:nth-child(1){ top: 2px; width: 16px;}
.header .bottom .full_menu_pc .btn .fl .icon span:nth-child(2){ top: calc(50% - 1px); width: 20px;}
.header .bottom .full_menu_pc .btn .fl .icon span:nth-child(3){ bottom: 2px; width: 12px;}
.header .bottom .full_menu_pc .btn p{ font-size: 16px; color: #666;}
.header .bottom .full_menu_pc:hover .btn .fl{ background: #F00;}
.header .bottom .full_menu_pc:hover .btn .fl .icon span:nth-child(1){ top: 50%; width: 24px; transform: rotate(45deg) translate(-2px,1px);}
.header .bottom .full_menu_pc:hover .btn .fl .icon span:nth-child(2){ opacity: 0;}
.header .bottom .full_menu_pc:hover .btn .fl .icon span:nth-child(3){ bottom: 50%; width: 24px; transform: rotate(-45deg) translate(-2px,-1px);}

.header .bottom .full_menu_pc .list{ overflow: hidden; position: absolute; top: 50px; left: 0; padding-top: 0; height: 0; background: rgba(0 0 0/0.0000000001%); opacity: 0; transition: all .2s;}
.header .bottom .full_menu_pc .list .box{ display: flex; padding: 0; height: 0; border-radius: 40px; border: 2px solid #F00; background: #FFF; opacity: 0; transition: all .2s;}
.header .bottom .full_menu_pc .list .menu{ flex: 1; position: relative; padding: 0 30px; transition: all .2s;}
.header .bottom .full_menu_pc .list .menu:hover{ margin-right: 280px;}
.header .bottom .full_menu_pc .list .menu > ul{}
.header .bottom .full_menu_pc .list .menu > ul > li{}
.header .bottom .full_menu_pc .list .menu > ul > li > a{ display: flex; justify-content: space-between; align-items: center; padding: 0 30px; width: 240px; height: 50px; border-radius: 30px; cursor: pointer; transition: all .2s;}
.header .bottom .full_menu_pc .list .menu > ul > li > a p{ flex: 1; font-size: 16px; font-weight: 600; color: #000; transition: all .2s;}
.header .bottom .full_menu_pc .list .menu > ul > li > a i{ flex: 0 0 40px; text-align: right; font-size: 14px; color: #000; transition: all .2s;}
.header .bottom .full_menu_pc .list .menu > ul > li:hover > a{ background: #F00;}
.header .bottom .full_menu_pc .list .menu > ul > li:hover > a p{ color: #FFF;}
.header .bottom .full_menu_pc .list .menu > ul > li:hover > a i{ color: #FFF;}
.header .bottom .full_menu_pc .list .menu > ul > li > ul{ display: none; position: absolute; top: 0; left: 270px; bottom: 0;}
.header .bottom .full_menu_pc .list .menu > ul > li > ul:before{ content: ""; display: block; position: absolute; top: 0; left: 20px; bottom: 0; width: 1px; background: #e5e5e5;}
.header .bottom .full_menu_pc .list .menu > ul > li > ul > li{ padding-left: 40px;}
.header .bottom .full_menu_pc .list .menu > ul > li > ul > li > a{ display: flex; justify-content: space-between; align-items: center; padding: 0 30px; width: 240px; height: 50px; border-radius: 30px; cursor: pointer; transition: all .2s;}
.header .bottom .full_menu_pc .list .menu > ul > li > ul > li > a p{ flex: 1; font-size: 16px; font-weight: 600; color: #000; transition: all .2s;}
.header .bottom .full_menu_pc .list .menu > ul > li > ul > li > a i{ flex: 0 0 40px; text-align: right; font-size: 14px; color: #000; transition: all .2s;}
.header .bottom .full_menu_pc .list .menu > ul > li > ul > li:hover > a{ background: #000;}
.header .bottom .full_menu_pc .list .menu > ul > li > ul > li:hover > a p{ color: #FFF;}
.header .bottom .full_menu_pc .list .menu > ul > li > ul > li:hover > a i{ color: #FFF;}
.header .bottom .full_menu_pc .list .menu > ul > li:hover > ul{ display: block;}
.header .bottom .full_menu_pc .list .banner{}
.header .bottom .full_menu_pc .list .banner img{}
.header .bottom .full_menu_pc:hover .list{ padding-top: 10px; height: auto; opacity: 1;}
.header .bottom .full_menu_pc:hover .list .box{ padding: 30px 30px 30px 0; height: auto; opacity: 1;}

.header .bottom .center_menu{}
.header .bottom .center_menu .scroll{ display: flex; justify-content: center; grid-gap: 40px;}
.header .bottom .center_menu a{ display: flex; align-items: center; position: relative; height: 80px; font-size: 18px; font-weight: 500; color: #000; cursor: pointer;}
.header .bottom .center_menu a .tip{}
.header .bottom .center_menu a .tip{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: -15px; width: 45px; height: 22px; border-radius: 20px; background: #F00; animation: header_tip 1s infinite;}
.header .bottom .center_menu a .tip span{ overflow: hidden; position: absolute; bottom: -6px; left: clac(50% - 7.5px); width: 15px; height: 10px;}
.header .bottom .center_menu a .tip span:before{ content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #F00; transform-origin: right top; transform: rotate(45deg);}
.header .bottom .center_menu a .tip p{ font-size: 12px; font-weight: 500; color: #FFF;}

.header .bottom .best{ position: absolute; z-index: 10; top: 20px; right: 0; width: 260px; border-radius: 20px; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%);}
.header .bottom .best .head{ position: relative; padding: 5px 50px 5px 105px; height: 40px;}
.header .bottom .best .head .tit{ display: flex; justify-content: center; align-items: center; position: absolute; top: 5px; left: 5px; width: 90px; height: 30px; border-radius: 15px; background: #000; font-size: 12px; font-weight: 600; color: #FFF;}
.header .bottom .best .head .tit b{ padding-left: 2px; font-weight: 700; color: #ffe400;}
.header .bottom .best .head .rolling{ overflow: hidden; margin-top: -5px; height: 40px;}
.header .bottom .best .head .rolling .swiper-wrapper{}
.header .bottom .best .head .rolling .swiper-wrapper .swiper-slide{}
.header .bottom .best .head .rolling .swiper-wrapper .swiper-slide a{ display: flex; align-items: center; height: 40px;}
.header .bottom .best .head .rolling .swiper-wrapper .swiper-slide a span{ flex: 0 0 25px; font-size: 14px; font-weight: 700; color: #F00;}
.header .bottom .best .head .rolling .swiper-wrapper .swiper-slide a p{ flex: 1; font-size: 14px; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.header .bottom .best .head i{ display: flex; align-items: center; position: absolute; z-index: 10; top: 0; right: 15px; height: 40px; font-size: 12px; color: #999;}
.header .bottom .best .body{ overflow: hidden; height: 0; transition: all .2s;}
.header .bottom .best .body .list{ padding: 10px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
.header .bottom .best .body .list a{ overflow: hidden; display: flex; align-items: center; padding: 5px 20px; height: 0; opacity: 0; cursor: pointer; transition: all .2s;}
.header .bottom .best .body .list a p{ display: flex; align-items: center; flex: 1;}
.header .bottom .best .body .list a span{ flex: 0 0 25px; font-size: 14px; font-weight: 500; color: #F00;}
.header .bottom .best .body .list a font{ font-size: 14px; color: #666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.header .bottom .best .body .list a .fr{ display: flex; justify-content: flex-end; align-items: center; grid-gap: 5px; flex: 0 0 60px; font-size: 14px; color: #666;}
.header .bottom .best .body .list a .fr.new{ color: #F00;}
.header .bottom .best .body .list a .fr i{ font-size: 12px;}
.header .bottom .best .body .list a .fr.up i{ color: #F00;}
.header .bottom .best .body .list a .fr.down i{ color: #08a137;}
.header .bottom .best .body .list a:hover{ background: #f5f7fc;}
.header .bottom .best .body .foot{ padding: 15px 20px; text-align: right; font-size: 12px; color: #666;}
.header .bottom .best:hover .body{ height: 365px;}
.header .bottom .best:hover .body .list a{ height: 30px; opacity: 1;}
.header.on{}
@keyframes header_tip{
    0%   { transform: translate(0,0) rotate(0); opacity: 1;}
    30%  { transform: translate(0,5px) rotate(0); opacity: 1;}
    100% { transform: translate(0,0) rotate(0); opacity: 1;}
}
@media(max-width: 1500px){
    .header .top .search{ left: calc(50% - 160px); width: 320px;}
    .header .bottom .center_menu .scroll{ justify-content: flex-start; margin-left: 180px;}
}
@media(max-width: 1024px){
    .header .bottom .center_menu .scroll{ grid-gap: 30px; margin-left: 150px;}
    .header .bottom .best{ width: 240px;}
    .header .bottom .best .head{ padding: 5px 50px 5px 95px;}
    .header .bottom .best .head .tit{ width: 80px;}
}
@media(max-width: 1000px){
    .header .top .search{ display: none;}
    .header .top .menu a.modle_popup_best_btn{ display: block;}
    .header .top .menu a.modle_popup_search_btn{ display: block;}
    .header .bottom .best{ display: none;}
}
@media(max-width: 767px){
    .header .top{ height: 5rem;}
    .header .top .modle_min{ display: flex; justify-content: space-between; align-items: center; height: 5rem;}
    .header .top .logo{ position: initial; height: 2.5rem;}
    .header .top .menu_login{ display: none;}
    .header .top .menu{ position: initial; grid-gap: 1.8rem;}
    .header .top .menu a{ width: 1.6rem; height: 1.6rem;}
    .header .top .menu a span{ top: -1rem; left: 1.4rem; padding: 0 0.4rem; min-width: 1.2rem; height: 1.2rem; border-radius: 2rem; font-size: 0.8rem; font-weight: 500;}
    .header .top .menu a:nth-child(4){ display: none;}
    .header .top .menu a:nth-child(5){ display: none;}
    .header .top .menu a:nth-child(6){ display: none;}
    .header .top .menu a:nth-child(7){ display: none;}

    .header .bottom .full_menu_pc{ display: none;}
    .header .bottom .center_menu{ overflow: hidden; margin: 0 -1.2rem; height: 4rem;}
    .header .bottom .center_menu .scroll{ overflow-x: scroll; display: flex; grid-gap: 1.5rem; margin: 0; padding: 0 1.2rem; height: 5rem;}
    .header .bottom .center_menu a{ align-items: flex-start; position: relative; height: auto; line-height: 4rem; font-size: 1.2rem; font-weight: 500; color: #000; white-space: nowrap; cursor: pointer;}
    .header .bottom .center_menu a .tip{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 0; left: calc(50% - 1rem); width: 2rem; height: 1rem; border-radius: 2rem; background: #F00; animation: header_tip 1s infinite;}
    .header .bottom .center_menu a .tip span{ overflow: hidden; position: absolute; bottom: -0.5rem; left: calc(50% - 0.3rem); width: 1rem; height: 1rem;}
    .header .bottom .center_menu a .tip span:before{ content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #F00; transform-origin: right top; transform: rotate(45deg);}
    .header .bottom .center_menu a .tip p{ position: relative; z-index: 1; font-size: 0.55rem; font-weight: 500; color: #FFF;}

    body.on_banner .header{ top: 3rem;}
}




.full_menu{ position: fixed; z-index: 290; top: 100%; right: 0; bottom: -100%; left: 0; background: #FFF; opacity: 0; transition: all .3s;}
.full_menu > .wrap{ position: fixed; z-index: 10; top: 100%; right: 0; bottom: -100%; left: 000; background: #FFF; opacity: 0; transition: all .3s;}
.full_menu > .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; border-bottom: 1px solid rgba(0 0 0/5%); background: rgba(255 255 255/80%); backdrop-filter: blur(20px);}
.full_menu > .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%);}
.full_menu > .wrap > .head .logo img{ display: block; height: 2.4rem;}
.full_menu > .wrap > .head .logo p{ line-height: 1.2; font-size: 1rem; font-weight: 600; color: #000;}
.full_menu > .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;}
.full_menu > .wrap > .head .btn_close{ position: absolute; top: 50%; right: 1rem; transform: translate(0,-50%); cursor: pointer;}
.full_menu > .wrap > .head .btn_close i{ font-size: 1.4rem; color: #666;}
.full_menu > .wrap > .body{ overflow: auto; position: absolute; top: 5rem; right: 0; bottom: 0; left: 0; padding: 1rem 1rem 8rem 1rem;}
.full_menu > .wrap .top_menu{ display: flex; border-radius: 1rem; background: #f6f8fb;}
.full_menu > .wrap .top_menu a{ display: block; padding: 2rem 0; width: 33.333%;}
.full_menu > .wrap .top_menu a img{ display: block; margin: 0 auto; width: auto; height: 30px;}
.full_menu > .wrap .top_menu a p{ margin: 1rem 0 0 0; text-align: center; font-size: 1rem; color: #000;}
.full_menu > .wrap .title{ padding: 40px 0 25px 0; font-size: 18px; font-weight: 400; color: #000;}
.full_menu > .wrap .tag{ display: flex; flex-wrap: wrap; margin: -5px 0 0 -5px;}
.full_menu > .wrap .tag a{ display: flex; align-items: center; margin: 5px 0 0 5px; padding: 0 15px; height: 35px; border-radius: 5px; font-size: 12px; color: rgba(0 0 0/70%); cursor: pointer;}

.full_menu > .wrap .menu_top{ display: flex; grid-gap: 0.4rem; margin-top: 1rem;}
.full_menu > .wrap .menu_top a{ display: flex; justify-content: center; align-items: center; width: 50%; height: 3.5rem; border-radius: 2rem; border: 1px solid #e5e5e5; background: #FFF; font-size: 1.1rem; color: #666;}
.full_menu > .wrap .menu_top a.on{ border-color: #000; background: #000; color: #FFF;}

.full_menu > .wrap .menu{ display: none; margin: 1rem 0 0 0; width: 100%;}
.full_menu > .wrap .menu > ul{ display: grid; grid-gap: 1rem;}
.full_menu > .wrap .menu > ul > li{ cursor: pointer;}
.full_menu > .wrap .menu > ul > li > .top{ display: flex; justify-content: space-between; align-items: center; position: relative;}
.full_menu > .wrap .menu > ul > li > .top a{ flex: 1; display: flex; align-items: center; font-size: 1.3rem; font-weight: 600; color: #000;}
.full_menu > .wrap .menu > ul > li > .top i{ flex: 0 0 2.5rem; display: flex; justify-content: center; align-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 1px solid #e5e5e5; font-size: 0.8rem; color: #000; transition: all .2s;}
.full_menu > .wrap .menu > ul > li.hover > .top i{ transform: rotate(180deg);}
.full_menu > .wrap .menu > ul > li > ul{ display: none; margin: 1rem 0 0 0; padding: 1rem 2rem; border-radius: 1rem; border: 1px solid #e5e5e5;}
.full_menu > .wrap .menu > ul > li > ul li{}
.full_menu > .wrap .menu > ul > li > ul li a{ display: flex; justify-content: space-between; align-items: center; position: relative; padding: 1rem 0; cursor: pointer;}
.full_menu > .wrap .menu > ul > li > ul li a p{ font-size: 1.1rem; color: #333;}
.full_menu > .wrap .menu > ul > li > ul li a i{ font-size: 0.8rem; color: #999;}
.full_menu > .wrap .menu > ul > li.on > a:before{ content: ""; display: block; position: absolute; left: -60px; top: 50%; margin: -10px 0 0 0; width: 4px; height: 20px; background: #FFF; opacity: 1;}
.full_menu > .wrap .menu > ul > li.on > a p{ font-weight: 700; color: #FFF;}
.full_menu > .wrap .menu > ul > li.on > a i{ color: #FFF; transform: rotate(180deg);}
.full_menu > .wrap .menu > ul > li > ul li.on a{ font-weight: 700; color: #FFF;}
.full_menu > .wrap .menu > ul > li > ul li.on a i{ color: #FFF;}
.full_menu > .wrap .menu.on{ display: block;}

.full_menu > .wrap .banner{ display: none; margin-top: 1rem;}
.full_menu > .wrap .banner img{ display: block; width: 100%; border-radius: 1rem;}
.full_menu.on{ top: 0; bottom: 0; opacity: 1;}
.full_menu.on > .close{ display: block;}
.full_menu.on > .wrap{ top: 0; bottom: 0; opacity: 1;}


.full_menu_btn{ overflow: hidden; display: none; flex-direction: column; justify-content: center; align-items: center; grid-gap: 0.6rem; position: fixed; z-index: 300; bottom: 1rem; left: calc(50% - 2.5rem); width: 5rem; height: 5rem; border-radius: 5rem; box-shadow: 0 0.4rem 0.8rem rgba(255 0 000/30%);}
.full_menu_btn:after{ content: ""; position: absolute; top: -5rem; left: -5rem; width: 10rem; height: 10rem; background: radial-gradient(#F00, #F00); transition: all .2s;}
.full_menu_btn .icon{ position: relative; z-index: 10; width: 1.6rem; height: 1.6rem;}
.full_menu_btn .icon span{ display: block; position: absolute; height: 0.18rem; border-radius: 0.2rem; background: #FFF; transition: all .2s;}
.full_menu_btn .icon span:nth-child(1){ top: 0.1rem; width: 1.2rem;}
.full_menu_btn .icon span:nth-child(2){ top: calc(50% - 0.08rem); width: 1.6rem;}
.full_menu_btn .icon span:nth-child(3){ bottom: 0.1rem; width: 1rem;}
.full_menu_btn p{ position: relative; z-index: 10; font-size: 0.8rem; color: #FFF; letter-spacing: 0;}
.full_menu_btn.on:after{ background: radial-gradient(#F00, #000);}
.full_menu_btn.on .icon span:nth-child(1){ top: 50%; width: 1.6rem; transform: rotate(45deg) translate(-0.04rem,-0.05rem);}
.full_menu_btn.on .icon span:nth-child(2){ opacity: 0;}
.full_menu_btn.on .icon span:nth-child(3){ bottom: 50%; width:  1.6rem; transform: rotate(-45deg) translate(-0.08rem,0.08rem);}
@media(max-width: 767px){
    .full_menu_btn{ display: flex;}
}



.gnb{ display: none; grid-template-columns: repeat(5,1fr); position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; height: 5.5rem; border-radius: 0; background: rgba(255 255 255/100%); backdrop-filter: blur(20px); box-shadow: 0 0 0 1px rgba(0 0 0/8%);}
.gnb a{ display: flex; flex-direction: column; align-items: center; position: relative; grid-gap: 0.6rem; padding-top: 1rem; height: 5rem;}
.gnb a .icon{ position: relative;}
.gnb a .icon img{ display: block; position: relative; z-index: 10; height: 1.8rem; opacity: 1;}
.gnb a .icon img.on{ position: absolute; z-index: 10; opacity: 0;}
.gnb a p{ position: relative; z-index: 10; font-size: 0.8rem; color: #999; letter-spacing: 0;}
.gnb a span{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0.4rem; left: 3.6rem; padding: 0 0.4rem; min-width: 1.2rem; height: 1.2rem; border-radius: 2rem; background: #F00; font-size: 0.8rem; font-weight: 500; color: #FFF;}
.gnb a.on .icon img{ opacity: 0;}
.gnb a.on .icon img.on{ opacity: 1;}
.gnb a.on p{ overflow: hidden; margin-top: 0.3rem; width: 1rem; height: 0.3rem; border-radius: 2rem; background: #F00; line-height: 10rem;}
@media(max-width: 767px){
    .gnb{ display: grid;}
}




.footer{ margin-top: 100px;}
.footer.home{ margin-top: 0;}
.footer .top{ padding: 50px; border-top: 1px solid #e5e5e5;}
.footer .top .modle_min{}
.footer .top .f_icon{ display: flex;}
.footer .top .f_icon .wrap{ display: flex; flex-direction: column; align-items: center; width: 25%;}
.footer .top .f_icon .wrap .icon{ display: flex; justify-content: center; align-items: center; width: 100px; height: 100px; border-radius: 50%; border: 1px solid #e5e5e5;}
.footer .top .f_icon .wrap .icon img{ display: block;}
.footer .top .f_icon .wrap .tit{ margin-top: 15px; font-size: 18px; font-weight: 600; color: #333;}
.footer .top .f_icon .wrap .txt{ margin-top: 10px; text-align: center; line-height: 1.4; font-size: 14px; color: #999;}
.footer .top .f_icon .wrap .txt br{}
.footer .top .f_quick{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 20px; margin-top: 50px;}
.footer .top .f_quick .wrap{ display: flex; flex-direction: column; justify-content: center; position: relative; padding-left: 30px; height: 120px; border-radius: 20px; border: 1px solid #e5e5e5;}
.footer .top .f_quick .wrap .tit{ font-size: 18px; font-weight: 600; color: #000;}
.footer .top .f_quick .wrap .number{ margin-top: 15px; font-size: 18px; font-weight: 600; color: #000;}
.footer .top .f_quick .wrap .txt{ position: absolute; top: 35%; left: 50%; line-height: 1.4; font-size: 14px; color: #999;}
.footer .top .f_quick .wrap:last-child{ display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 10px; padding: 0; border: 0;}
.footer .top .f_quick .wrap:last-child a{ display: flex; justify-content: space-between; align-items: center; padding: 0 30px; height: 55px; border-radius: 20px; border: 1px solid #e5e5e5; transition: all .2s;}
.footer .top .f_quick .wrap:last-child a p{ display: flex; align-items: center; font-size: 15px; font-weight: 500; color: #333;}
.footer .top .f_quick .wrap:last-child a p img{ margin-left: -10px; height: 40px;}
.footer .top .f_quick .wrap:last-child a i{ font-size: 12px; color: #999;}
.footer .top .f_quick .wrap:last-child a.kakao{ border-color: #fee500; background: #fee500;}
.footer .top .f_quick .wrap:last-child a.kakao p{ color: #000;}
.footer .top .f_quick .wrap:last-child a.kakao i{ color: #000;}
.footer .top .f_quick .wrap:last-child a:hover{ border-color: #000;}
.footer .middle{ border-top: 1px solid #e5e5e5; border-bottom: 2px solid #000;}
.footer .middle .modle_min{ display: flex; justify-content: space-between; align-items: center; height: 80px;}
.footer .middle .menu{ display: flex; grid-gap: 30px;}
.footer .middle .menu a{ font-size: 15px; font-weight: 500; color: #999;}
.footer .middle .menu a:hover{ color: #000;}
.footer .middle .sns{ display: flex; grid-gap: 10px;}
.footer .middle .sns a{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #e5e5e5;}
.footer .middle .sns a img{ display: block; height: 20px;}
.footer .bottom{ padding: 60px 0;}
.footer .bottom .modle_min{ display: flex; position: relative;}
.footer .bottom .logo{ display: block; margin-right: 100px;}
.footer .bottom .logo img{ display: block;}
.footer .bottom .text{ display: flex; flex-wrap: wrap; grid-gap: 10px 30px; margin-right: 400px;}
.footer .bottom .text p{ font-size: 14px; color: #999;}
.footer .bottom select{ display: flex; align-items: center; position: absolute; top: 0; right: 0; margin: 0; padding: 0 50px 0 20px; width: 300px; height: 50px; border-radius: 20px; border: 1px solid #e5e5e5; background:url(/images/icon_down.svg) no-repeat center right 15px #FFF; background-size: 20px auto; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.footer .copy{ padding: 20px 0 50px 0; border-top: 1px solid #e5e5e5;}
.footer .copy .modle_min{ display: flex; justify-content: space-between; align-items: center;}
.footer .copy .modle_min p{ font-size: 12px; color: #999; text-transform: uppercase;}
.footer .copy .modle_min img{ display: block; height: 60px;}
@media(max-width: 1000px){
    .footer .top .f_icon .wrap .txt{ display: none;}
    .footer .top .f_quick{ grid-template-columns: repeat(2,1fr); grid-gap: 10px;}
    .footer .top .f_quick .wrap:nth-child(1){ grid-column: 1/2;}
    .footer .top .f_quick .wrap:nth-child(2){ grid-column: 2/3;}
    .footer .top .f_quick .wrap:nth-child(3){ grid-column: 1/3;}

    .footer .bottom{ padding: 60px 0;}
    .footer .bottom .modle_min{ flex-direction: column; align-items: center;}
    .footer .bottom .logo{ margin-right: 0;}
    .footer .bottom .text{ justify-content: center; grid-gap: 15px 30px; margin: 30px 0 0 0;}
    .footer .bottom .text p{ font-size: 14px; color: #999;}
    .footer .bottom select{ position: initial; margin: 50px 0 0 0;}

    .footer .copy .modle_min{ flex-direction: column-reverse;}
    .footer .copy .modle_min p{ margin-top: 20px;}
}
@media(max-width: 767px){
    .footer{ margin-top: 3rem;}
    .footer .top{ padding: 2rem 1rem;}
    .footer .top .f_icon .wrap .icon{ width: 4rem; height: 4rem;}
    .footer .top .f_icon .wrap .icon img{ max-width: 2rem; max-height: 2rem;}
    .footer .top .f_icon .wrap .tit{ margin-top: 0.8rem; font-size: 1rem;}
    .footer .top .f_icon .wrap .txt{ margin-top: 0.5rem; font-size: 0.8rem;}

    .footer .top .f_quick{ grid-template-columns: repeat(1,1fr); grid-gap: 0.6rem; margin-top: 2rem;}
    .footer .top .f_quick .wrap{ padding-left: 2rem; height: 8rem; border-radius: 1rem;}
    .footer .top .f_quick .wrap:nth-child(1){ grid-column: 1/2;}
    .footer .top .f_quick .wrap:nth-child(2){ grid-column: 1/2;}
    .footer .top .f_quick .wrap:nth-child(3){ grid-column: 1/2;}
    .footer .top .f_quick .wrap .tit{ font-size: 1rem;}
    .footer .top .f_quick .wrap .number{ margin-top: 1rem; font-size: 1.4rem;}
    .footer .top .f_quick .wrap .txt{ top: 35%; left: 55%; font-size: 1rem;}
    .footer .top .f_quick .wrap:last-child{ grid-gap: 0.5rem;}
    .footer .top .f_quick .wrap:last-child a{ padding: 0 2rem; height: 3.5rem; border-radius: 1rem;}
    .footer .top .f_quick .wrap:last-child a p{ font-size: 1.1rem;}
    .footer .top .f_quick .wrap:last-child a p img{ margin-left: -0.5rem; height: 2.5rem;}
    .footer .top .f_quick .wrap:last-child a i{ font-size: 1rem;}

    .footer .middle .modle_min{ flex-direction: column; justify-content: center; padding: 2rem 0; height: auto;}
    .footer .middle .menu{ flex-wrap: wrap; justify-content: center; align-items: center; grid-gap: 1rem;}
    .footer .middle .menu a{ font-size: 1.1rem;}
    .footer .middle .sns{ grid-gap: 1rem; margin-top: 1.2rem;}
    .footer .middle .sns a{ width: 3rem; height: 3rem;}
    .footer .middle .sns a img{ height: 1.2rem;}

    .footer .bottom{ padding: 3rem 0;}
    .footer .bottom .logo img{ height: 2.5rem;}
    .footer .bottom .text{ grid-gap: 1rem; margin: 2rem 0 0 0;}
    .footer .bottom .text p{ font-size: 1rem;}
    .footer .bottom select{ margin: 2rem 0 0 0; padding: 0 3.5rem 0 1rem; width: 20rem; height: 3.5rem; border-radius: 1rem; background:url(/images/icon_down.svg) no-repeat center right 1rem #FFF; background-size: 1rem auto; font-size: 1.2rem;}

    .footer .copy{ padding: 2rem 0 0 0;}
    .footer .copy .modle_min img{ width: 100%; height: auto;}
    .footer .copy .modle_min p{ margin-top: 1rem; font-size: 0.9rem; letter-spacing: 0;}
}




.scroll_top{ display: grid; grid-gap: 10px; position: fixed; z-index: 200; right: 30px; bottom: 120px;}
.scroll_top .kakao{ display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; background: #fee500; cursor: pointer; transition: all .5s;}
.scroll_top .kakao img{ display: block; height: 45px;}
.scroll_top .top{ display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer; transition: all .5s;}
.scroll_top .top i{ font-size: 20px; color: #000;}
@media(max-width: 1500px){
    .scroll_top{ bottom: 60px;}
}
@media(max-width: 767px){
    .scroll_top{ grid-gap: 0.4rem; right: 1rem; bottom: 11.5rem;}
    .scroll_top .kakao{ width: 3rem; height: 3rem;}
    .scroll_top .kakao img{ height: 3rem;}
    .scroll_top .top{ width: 3rem; height: 3rem;}
    .scroll_top .top i{ font-size: 1.2rem;}
}




.home_visual{ overflow: hidden; position: relative; height: 430px;}
.home_visual .rolling{ overflow: hidden; position: absolute; top: 0; left: calc(50% - 1240px); width: 2480px;}
.home_visual .swiper-wrapper{}
.home_visual .swiper-wrapper .swiper-slide{ width: auto;}
.home_visual .swiper-wrapper .swiper-slide a{ display: block;}
.home_visual .swiper-wrapper .swiper-slide a img{ display: block;}
.home_visual_prev{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 175px; left: calc(50% - 425px); width: 50px; height: 50px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.home_visual_prev i{ font-size: 14px; color: #999;}
.home_visual_next{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 175px; right: calc(50% - 425px); width: 50px; height: 50px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.home_visual_next i{ font-size: 14px; color: #999;}
.home_visual_page{ display: flex; justify-content: center; align-items: center; grid-gap: 8px; position: absolute; top: 422px !important; right: 0; left: 0; height: 8px;}
.home_visual_page span{ margin: 0 !important; width: 8px; height: 8px; border-radius: 4px; background: rgba(0 0 0/50%); transition: all .2s;}
.home_visual_page span.swiper-pagination-bullet-active{ width: 20px; background: #F00;}
@media(max-width: 1000px){
    .home_visual{ height: auto;}
    .home_visual .rolling{ position: initial; width: auto;}
    .home_visual .swiper-wrapper .swiper-slide a img{ width: auto; height: 300px;}
    .home_visual_prev{ top: calc(50% - 25px); left: calc(50% - 320px); width: 40px; height: 40px;}
    .home_visual_next{ top: calc(50% - 25px); right: calc(50% - 320px); width: 40px; height: 40px;}
}
@media(max-width: 767px){
    .home_visual .swiper-wrapper .swiper-slide{ width: 26rem;}
    .home_visual .swiper-wrapper .swiper-slide a img{ width: 100%; height: auto;}
    .home_visual_prev{ display: none;}
    .home_visual_next{ display: none;}
}




.home_quick{}
.home_quick .modle_min{ position: relative; padding: 0 50px;}
.home_quick .rolling{ overflow: hidden; padding-top: 60px;}
.home_quick .swiper-wrapper{}
.home_quick .swiper-wrapper .swiper-slide{ width: auto;}
.home_quick .swiper-wrapper .swiper-slide a{ display: flex; flex-direction: column; align-items: center; position: relative; grid-gap: 15px;}
.home_quick .swiper-wrapper .swiper-slide a img{ display: block;}
.home_quick .swiper-wrapper .swiper-slide a p{ font-size: 15px; color: #333;}
.home_quick .swiper-wrapper .swiper-slide a .hot{}
.home_quick .swiper-wrapper .swiper-slide a .hot{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: -15px; width: 45px; height: 22px; border-radius: 20px; background: #F00; animation: header_tip 1s infinite;}
.home_quick .swiper-wrapper .swiper-slide a .hot span{ overflow: hidden; position: absolute; bottom: -6px; left: clac(50% - 7.5px); width: 15px; height: 10px;}
.home_quick .swiper-wrapper .swiper-slide a .hot span:before{ content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #F00; transform-origin: right top; transform: rotate(45deg);}
.home_quick .swiper-wrapper .swiper-slide a .hot p{ font-size: 12px; font-weight: 500; color: #FFF;}
.home_quick .swiper-wrapper .swiper-slide a .best{}
.home_quick .swiper-wrapper .swiper-slide a .best{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: -15px; width: 45px; height: 22px; border-radius: 20px; background: #000; animation: header_tip 1s infinite;}
.home_quick .swiper-wrapper .swiper-slide a .best span{ overflow: hidden; position: absolute; bottom: -6px; left: clac(50% - 7.5px); width: 15px; height: 10px;}
.home_quick .swiper-wrapper .swiper-slide a .best span:before{ content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000; transform-origin: right top; transform: rotate(45deg);}
.home_quick .swiper-wrapper .swiper-slide a .best p{ font-size: 12px; font-weight: 500; color: #FFF;}
.home_quick_prev{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 85px; left: 0; width: 50px; height: 50px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.home_quick_prev i{ font-size: 15px; color: #999;}
.home_quick_next{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 85px; right: 0; width: 50px; height: 50px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.home_quick_next i{ font-size: 15px; color: #999;}
@media(max-width: 767px){
    .home_quick .modle_min{ padding: 0;}
    .home_quick .rolling{ margin: 0 -1rem; padding-top: 3rem;}
    .home_quick .swiper-wrapper .swiper-slide a img{ height: 4rem;}
    .home_quick .swiper-wrapper .swiper-slide a p{ font-size: 0.8rem;}
    .home_quick .swiper-wrapper .swiper-slide a .hot{ top: -1rem; width: 2.2rem; height: 1.4rem; border-radius: 6rem;}
    .home_quick .swiper-wrapper .swiper-slide a .hot p{ font-size: 0.8rem; letter-spacing: 0;}
    .home_quick .swiper-wrapper .swiper-slide a .best{ top: -1rem; width: 2.6rem; height: 1.4rem; border-radius: 6rem;}
    .home_quick .swiper-wrapper .swiper-slide a .best p{ font-size: 0.8rem; letter-spacing: 0;}
    .home_quick_prev{ display: none;}
    .home_quick_next{ display: none;}
}



.home_banner{ padding-top: 60px;}
.home_banner .modle_min{ position: relative;}
.home_banner .rolling{ overflow: hidden; border-radius: 30px;}
.home_banner .swiper-wrapper{}
.home_banner .swiper-wrapper .swiper-slide{}
.home_banner .swiper-wrapper .swiper-slide a{ display: block;}
.home_banner .swiper-wrapper .swiper-slide a img{ display: block; width: 100%;}
.home_banner .rolling_control{ display: flex; grid-gap: 5px; position: absolute; z-index: 10; right: 20px; bottom: 20px;}
.home_banner_prev{ display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; border-radius: 20px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/5%); cursor: pointer;}
.home_banner_prev i{ font-size: 12px; color: #666;}
.home_banner_next{ display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; border-radius: 20px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/5%); cursor: pointer;}
.home_banner_next i{ font-size: 12px; color: #666;}
.home_banner_page{ display: flex; justify-content: center; align-items: center; grid-gap: 5px; width: 70px; height: 35px; border-radius: 20px; background: rgba(0 0 0/100%); font-size: 16px; color: rgba(255 255 255/50%); transition: all .2s;}
.home_banner_page span{ font-size: 16px; color: rgba(255 255 255/80%);}
.home_banner_page span.swiper-pagination-current{ font-weight: 500; color: #FFF;}
@media(max-width: 767px){
    .home_banner{ padding-top: 3rem;}
    .home_banner .rolling{ border-radius: 1rem;}
    .home_banner .rolling_control{ grid-gap: 0.4rem; right: 0.5rem; bottom: 0.5rem;}
    .home_banner_prev{ display: none;}
    .home_banner_next{ display: none;}
    .home_banner_page{ grid-gap: 0.2rem; width: 2.5rem; height: 1.5rem; border-radius: 2rem; font-size: 0.8rem;}
    .home_banner_page span{ font-size: 0.8rem;}
}



.home_best{ padding: 100px 0;}
.home_best .head{ display: flex; flex-direction: column; align-items: center;}
.home_best .head .tit{ font-size: 36px; font-weight: 700; color: #000;}
.home_best .head .tit b{ font-weight: 700; color: #F00;}
.home_best .head .menu{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center; grid-gap: 10px; margin-top: 30px;}
.home_best .head .menu a{ display: flex; align-items: center; padding: 0 20px; height: 35px; border-radius: 20px; border: 1px solid #e5e5e5; font-size: 14px; color: #666; cursor: pointer;}
.home_best .head .menu a:hover{ background: #f5f7fc;}
.home_best .head .menu a.on{ border-color: #000; background: #000; color: #FFF; font-weight: 600;}
.home_best .rolling{ overflow: hidden; margin-top: 50px;}
.home_best .swiper-wrapper{}
.home_best .swiper-wrapper .swiper-slide{}
.home_best .swiper-wrapper .swiper-slide .modle_item .ft .best{ display: flex;}
.home_best .rolling_control{ position: relative;}
.home_best_prev{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 106px; left: calc(50% - 725px); width: 50px; height: 50px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.home_best_prev i{ font-size: 14px; color: #999;}
.home_best_next{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 106px; right: calc(50% - 725px); width: 50px; height: 50px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.home_best_next i{ font-size: 14px; color: #999;}
@media(max-width: 1500px){
    .home_best_prev{ left: -20px; width: 40px; height: 40px;}
    .home_best_next{ right: -20px; width: 40px; height: 40px;}
}
@media(max-width: 767px){
    .home_best{ padding: 3rem 0;}
    .home_best .head .tit{ font-size: 2rem;}
    .home_best .head .menu{ flex-wrap: wrap; grid-gap: 0.5rem; margin-top: 2rem;}
    .home_best .head .menu a{ padding: 0 1rem; height: 2.5rem; border-radius: 2rem; font-size: 1rem;}
    .home_best .rolling{ margin: 3rem -1rem 0 -1rem; padding: 0 1rem;}
    .home_best_prev{ display: none;}
    .home_best_next{ display: none;}
}


.home_event{ padding: 80px 0; background: #fbf9f2;}
.home_event .modle_min{ display: flex; align-items: center;}
.home_event .head{ flex: 0 0 400px;}
.home_event .head .txt{ font-size: 24px; font-weight: 500; color: #000;}
.home_event .head .tit{ font-size: 36px; font-weight: 700; color: #F00;}
.home_event .head .btn{ display: flex; justify-content: center; align-items: center; margin-top: 50px; width: 120px; height: 40px; border-radius: 20px; background: #000; font-size: 16px; color: #FFF;}
.home_event .list{ flex: 1; display: flex; grid-gap: 20px;}
.home_event .list a{ display: block; cursor: pointer;}
.home_event .list a img{ display: block; width: 100%;}
@media(max-width: 1500px){
    .home_event .head{ flex: 0 0 320px;}
}
@media(max-width: 1000px){
    .home_event .modle_min{ display: block;}
    .home_event .head{ position: relative;}
    .home_event .head .btn{ position: absolute; right: 0; bottom: 0;}
    .home_event .list{ grid-gap: 10px; margin-top: 50px;}
}
@media(max-width: 767px){
    .home_event{ padding: 3rem 0;}
    .home_event .head .txt{ font-size: 1.2rem;}
    .home_event .head .tit{ font-size: 2rem;}
    .home_event .head .btn{ margin-top: 0; padding: 0 1.2rem; width: auto; height: 2.5rem; border-radius: 2rem; font-size: 1rem;}
    .home_event .list{ grid-gap: 0.5rem; margin-top: 2rem;}
}


.home_sale{ padding: 100px 0;}
.home_sale .head{ display: flex; flex-direction: column; align-items: center;}
.home_sale .head .tit{ font-size: 36px; font-weight: 700; color: #000;}
.home_sale .head .tit b{ font-weight: 700; color: #F00;}
.home_sale .head .txt{ margin-top: 15px; font-size: 18px; color: #666;}
.home_sale .rolling{ overflow: hidden; margin-top: 50px; padding: 1px;}
.home_sale .swiper-wrapper{}
.home_sale .swiper-wrapper .swiper-slide{ display: flex; grid-gap: 20px;}
.home_sale .swiper-wrapper .swiper-slide.swiper-slide-active{ position: relative; z-index: 10;}
.home_sale .swiper-wrapper .swiper-slide .wrap{ display: block; border-radius: 20px; border: 1px solid #e5e5e5;}
.home_sale .swiper-wrapper .swiper-slide .wrap .ft{ position: relative;}
.home_sale .swiper-wrapper .swiper-slide .wrap .ft .sale{ display: flex; grid-gap: 5px; position: absolute; top: 10px; left: 10px;}
.home_sale .swiper-wrapper .swiper-slide .wrap .ft .sale p{ display: flex; justify-content: center; align-items: center; padding: 0 10px; height: 30px; border-radius: 20px; background: #F00; font-size: 13px; font-weight: 500; color: #FFF;}
.home_sale .swiper-wrapper .swiper-slide .wrap .ft .sale p b{ font-weight: 700; color: #fcff00;}
.home_sale .swiper-wrapper .swiper-slide .wrap .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;}
.home_sale .swiper-wrapper .swiper-slide .wrap .ft .like i{ font-size: 13px; color: #FFF;}
.home_sale .swiper-wrapper .swiper-slide .wrap .ft .like p{ font-size: 13px; color: #FFF;}
.home_sale .swiper-wrapper .swiper-slide .wrap .ft .like.on{ background: #F00;}
.home_sale .swiper-wrapper .swiper-slide .wrap .ft .img{ display: block; margin: -1px -1px 0 -1px; border-radius: 20px; border: 1px solid rgba(0 0 0/10%); transition: all .2s;}
.home_sale .swiper-wrapper .swiper-slide .wrap .ft .img:after{ content: ""; display: block; padding-top: 100%;}
.home_sale .swiper-wrapper .swiper-slide .wrap .fb{ padding: 25px 20px;}
.home_sale .swiper-wrapper .swiper-slide .wrap .fb .tit{ line-height: 1.2; font-size: 16px; font-weight: 600; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.home_sale .swiper-wrapper .swiper-slide .wrap .fb .price{ display: block; margin-top: 10px;}
.home_sale .swiper-wrapper .swiper-slide .wrap .fb .price p:nth-child(1){ display: none; font-size: 14px; color: #999; text-decoration: line-through;}
.home_sale .swiper-wrapper .swiper-slide .wrap .fb .price p:nth-child(2){ display: flex; align-items: flex-end;}
.home_sale .swiper-wrapper .swiper-slide .wrap .fb .price p:nth-child(2) span:nth-child(1){ font-size: 16px; font-weight: 700; color: #F00;}
.home_sale .swiper-wrapper .swiper-slide .wrap .fb .price p:nth-child(2) span:nth-child(2){ font-size: 16px; font-weight: 700; color: #000;}
.home_sale .swiper-wrapper .swiper-slide .wrap .fb .price p:nth-child(2) span:nth-child(3){ font-size: 13px; color: #999;}
.home_sale .swiper-wrapper .swiper-slide .wrap .fb .star{ display: flex; align-items: center; margin-top: 10px;}
.home_sale .swiper-wrapper .swiper-slide .wrap .fb .star i{ display: block; margin-right: 5px; font-size: 15px; color: #ffc40f;}
.home_sale .swiper-wrapper .swiper-slide .wrap .fb .star p{ font-size: 13px; color: #666;}
.home_sale .swiper-wrapper .swiper-slide .wrap .fb .star span{ display: block; margin: 0 10px; width: 1px; height: 15px; background: #e5e5e5;}
.home_sale .swiper-wrapper .swiper-slide .wrap:hover .ft .like{ right: 20px; bottom: 20px; opacity: 1;}
.home_sale .swiper-wrapper .swiper-slide .wrap:hover .ft .img{ border: 1px solid #F00;}
.home_sale .swiper-wrapper .swiper-slide .wrap.min{ width: 16.666%;}
.home_sale .swiper-wrapper .swiper-slide .wrap.max{ display: flex; align-items: center; width: 50%;}
.home_sale .swiper-wrapper .swiper-slide .wrap.max .ft{ flex: 0 0 320px; margin: -1px 0 -1px -1px;}
.home_sale .swiper-wrapper .swiper-slide .wrap.max .ft .img{ height: 320px;}
.home_sale .swiper-wrapper .swiper-slide .wrap.max .fb{ flex: 1; padding: 30px;}
.home_sale .swiper-wrapper .swiper-slide .wrap.max .fb .tit{ line-height: 1.4; font-size: 24px; -webkit-line-clamp: 2;}
.home_sale .swiper-wrapper .swiper-slide .wrap.max .fb .price{ margin-top: 60px;}
.home_sale .swiper-wrapper .swiper-slide .wrap.max .fb .price p:nth-child(1){ display: block; font-size: 16px; color: #999; text-decoration: line-through;}
.home_sale .swiper-wrapper .swiper-slide .wrap.max .fb .price p:nth-child(2){ padding-top: 2px;}
.home_sale .swiper-wrapper .swiper-slide .wrap.max .fb .price p:nth-child(2) span:nth-child(1){ font-size: 24px;}
.home_sale .swiper-wrapper .swiper-slide .wrap.max .fb .price p:nth-child(2) span:nth-child(2){ font-size: 24px;}
.home_sale .swiper-wrapper .swiper-slide .wrap.max .fb .price p:nth-child(2) span:nth-child(3){ font-size: 18px;}
.home_sale .rolling_control{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; position: relative; margin-top: 50px;}
.home_sale .rolling_control .more{ display: flex; justify-content: center; align-items: center; padding: 0 40px; height: 50px; border-radius: 30px; border: 1px solid #e5e5e5; font-size: 15px; color: #666; cursor: pointer; transition: all .2s;}
.home_sale .rolling_control .more:hover{ border-color: #000; color: #000;}
.home_sale_prev{ display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.home_sale_prev i{ font-size: 14px; color: #999;}
.home_sale_next{ display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.home_sale_next i{ font-size: 14px; color: #999;}
@media(max-width: 1000px){
    .home_sale .rolling{ margin: 50px -30px 0 -30px;}
    .home_sale .swiper-wrapper .swiper-slide{ display: grid; grid-template-columns: repeat(3,1fr); padding: 0 30px;}
    .home_sale .swiper-wrapper .swiper-slide .wrap{ width: 100% !important;}
    .home_sale .swiper-wrapper .swiper-slide .wrap.max{ grid-column: 1/4;}
}
@media(max-width: 767px){
    .home_sale{ padding: 3rem 0;}
    .home_sale .head{ display: flex; flex-direction: column; align-items: center;}
    .home_sale .head .tit{ font-size: 2rem; font-weight: 700; color: #000;}
    .home_sale .head .tit b{ font-weight: 700; color: #F00;}
    .home_sale .head .txt{ margin-top: 0.8rem; font-size: 1.2rem; color: #666;}
    .home_sale .rolling{ margin: 2rem -1rem 0 -1rem;}
    .home_sale .swiper-wrapper{}
    .home_sale .swiper-wrapper .swiper-slide{ grid-gap: 0.6rem; padding: 0 1rem;}
    .home_sale .swiper-wrapper .swiper-slide.swiper-slide-active{ position: relative; z-index: 10;}
    .home_sale .swiper-wrapper .swiper-slide .wrap{ display: block; border-radius: 1.2rem; border: 1px solid #e5e5e5;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .ft{ position: relative;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .ft .sale{ display: flex; grid-gap: 0.4rem; position: absolute; top: 0.5rem; left: 0.5rem;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .ft .sale p{ display: flex; justify-content: center; align-items: center; padding: 0 0.6rem; height: 1.5rem; border-radius: 2rem; background: #F00; font-size: 0.8rem; font-weight: 500; color: #FFF;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .ft .sale p b{ font-weight: 700; color: #fcff00;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .ft .like{ display: flex; justify-content: center; align-items: center; grid-gap: 5px; position: absolute; right: 0.5rem !important; bottom: 0.5rem !important; padding: 0 0.6rem; height: 1.5rem; border-radius: 2rem; background: #000; opacity: 1; transition: all .2s; cursor: pointer;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .ft .like i{ font-size: 0.8rem; color: #FFF;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .ft .like p{ font-size: 0.8rem; color: #FFF;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .ft .like.on{ background: #F00;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .ft .img{ display: block; margin: -1px -1px 0 -1px; border-radius: 1rem; border: 1px solid rgba(0 0 0/10%); transition: all .2s;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .ft .img:after{ content: ""; display: block; padding-top: 100%;}
    .home_sale .swiper-wrapper .swiper-slide .wrap:hover .ft .like{ opacity: 1;}
    .home_sale .swiper-wrapper .swiper-slide .wrap:hover .ft .img{ border: 1px solid rgba(0 0 0/10%);}
    .home_sale .swiper-wrapper .swiper-slide .wrap .fb{ padding: 1rem 1rem;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .fb .tit{ line-height: 1.2; font-size: 0.9rem; font-weight: 500; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .fb .price{ display: block; margin-top: 0.6rem;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .fb .price p:nth-child(1){ display: none; font-size: 0.8rem; color: #999; text-decoration: line-through;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .fb .price p:nth-child(2){ display: flex; align-items: flex-end;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .fb .price p:nth-child(2) span:nth-child(1){ font-size: 0.8rem; font-weight: 700; color: #F00;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .fb .price p:nth-child(2) span:nth-child(2){ font-size: 0.8rem; font-weight: 700; color: #000;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .fb .price p:nth-child(2) span:nth-child(3){ padding-bottom: 0.05rem; font-size: 0.6rem; color: #999;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .fb .star{ display: flex; align-items: center; margin-top: 10px;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .fb .star i{ display: block; margin-right: 5px; font-size: 15px; color: #ffc40f;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .fb .star p{ font-size: 13px; color: #666;}
    .home_sale .swiper-wrapper .swiper-slide .wrap .fb .star span{ display: block; margin: 0 10px; width: 1px; height: 15px; background: #e5e5e5;}
    .home_sale .swiper-wrapper .swiper-slide .wrap.min{}
    .home_sale .swiper-wrapper .swiper-slide .wrap.max{ grid-column: 1/4; display: flex; align-items: center;}
    .home_sale .swiper-wrapper .swiper-slide .wrap.max .ft{ flex: 0 0 50%; margin: -1px 0 -1px -1px;}
    .home_sale .swiper-wrapper .swiper-slide .wrap.max .ft .img{ height: auto;}
    .home_sale .swiper-wrapper .swiper-slide .wrap.max .fb{ padding: 2rem 2rem 2rem 1.2rem;}
    .home_sale .swiper-wrapper .swiper-slide .wrap.max .fb .tit{ line-height: 1.4; font-size: 1.2rem; font-weight: 600; -webkit-line-clamp: 2;}
    .home_sale .swiper-wrapper .swiper-slide .wrap.max .fb .price{ margin-top: 2rem;}
    .home_sale .swiper-wrapper .swiper-slide .wrap.max .fb .price p:nth-child(1){ display: block; font-size: 0.8rem; color: #999; text-decoration: line-through;}
    .home_sale .swiper-wrapper .swiper-slide .wrap.max .fb .price p:nth-child(2){ padding-top: 0.1rem;}
    .home_sale .swiper-wrapper .swiper-slide .wrap.max .fb .price p:nth-child(2) span:nth-child(1){ font-size: 1.2rem;}
    .home_sale .swiper-wrapper .swiper-slide .wrap.max .fb .price p:nth-child(2) span:nth-child(2){ font-size: 1.2rem;}
    .home_sale .swiper-wrapper .swiper-slide .wrap.max .fb .price p:nth-child(2) span:nth-child(3){ font-size: 0.9rem;}
    .home_sale .rolling_control{ display: flex; justify-content: center; align-items: center; grid-gap: 0.5rem; position: relative; margin-top: 1.5rem;}
    .home_sale .rolling_control .more{ display: flex; justify-content: center; align-items: center; padding: 0 1.5rem; height: 2.5rem; border-radius: 2rem; border: 1px solid #e5e5e5; font-size: 0.9rem; color: #666; cursor: pointer; transition: all .2s;}
    .home_sale_prev{ display: flex; justify-content: center; align-items: center; width: 2.5rem; height: 2.5rem; border-radius: 2rem;}
    .home_sale_prev i{ font-size: 0.8rem;}
    .home_sale_next{ display: flex; justify-content: center; align-items: center; width: 2.5rem; height: 2.5rem; border-radius: 2rem;}
    .home_sale_next i{ font-size: 0.8rem;}
}


.home_list{ padding: 100px 0; background: linear-gradient(180deg, #f2fafb, #FFF, #FFF);}
.home_list .head{ display: flex; flex-direction: column; align-items: center;}
.home_list .head .tit{ font-size: 36px; font-weight: 700; color: #000;}
.home_list .head .tit b{ font-weight: 700; color: #F00;}
.home_list .head .txt{ margin-top: 15px; font-size: 18px; color: #666;}
.home_list .head .menu{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center; grid-gap: 10px; margin-top: 30px;}
.home_list .head .menu a{ display: flex; align-items: center; padding: 0 20px; height: 35px; border-radius: 20px; border: 1px solid #e5e5e5; background: #FFF; font-size: 14px; color: #666; cursor: pointer;}
.home_list .head .menu a:hover{ background: #f5f7fc;}
.home_list .head .menu a.on{ border-color: #000; background: #000; color: #FFF; font-weight: 600;}
.home_list .list{ display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 50px 20px; margin-top: 50px;}
.home_list .more{ display: flex; justify-content: center; align-items: center; margin: 50px auto 0 auto; width: 200px; height: 50px; border-radius: 30px; border: 1px solid #e5e5e5; font-size: 15px; color: #666; cursor: pointer; transition: all .2s;}
.home_list .more:hover{ border-color: #000; color: #000;}
@media(max-width: 1500px){
}
@media(max-width: 1000px){
    .home_list .list{ grid-template-columns: repeat(3,1fr);}
}
@media(max-width: 767px){
    .home_list{ padding: 3rem 0;}
    .home_list .head .tit{ font-size: 2rem;}
    .home_list .head .txt{ margin-top: 0.8rem; text-align: center; line-height: 1.2; font-size: 1.2rem;}
    .home_list .head .menu{ flex-wrap: wrap; grid-gap: 0.5rem; margin-top: 2rem;}
    .home_list .head .menu a{ padding: 0 1rem; height: 2.5rem; border-radius: 2rem; font-size: 1rem;}
    .home_list .rolling{ margin: 3rem -1rem 0 -1rem; padding: 0 1rem;}
    .home_list .list{ grid-template-columns: repeat(2,1fr); grid-gap: 2rem 1rem; margin-top: 2rem;}
    .home_list .more{ margin: 2rem auto 0 auto; width: 10rem; height: 3rem; border-radius: 3rem; font-size: 1rem;}
    .home_list .more:hover{ border-color: #e5e5e5; color: #666;}
}



.home_foot{ padding: 80px 0; background: #f9f9f9;}
.home_foot .modle_min{ display: flex;}
@media(max-width: 1500px){
    .home_foot{ padding: 0; background: 0;}
    .home_foot .modle_min{ display: block;}
}
@media(max-width: 1000px){
}
@media(max-width: 767px){
}



.home_review{ position: relative; padding-left: 300px; padding-right: 40px; width: 50%;}
.home_review .head{ position: absolute; top: 0; left: 0;}
.home_review .head .tit{ font-size: 36px; font-weight: 700; color: #000;}
.home_review .head .tit b{ font-weight: 700; color: #F00;}
.home_review .head .txt{ margin-top: 20px; line-height: 1.4; font-size: 18px; color: #666;}
.home_review .head .txt span{ font-weight: 600; color: #000;}
.home_review .head .txt b{ font-weight: 600; color: #F00;}
.home_review .head .rolling_control{ display: flex; align-items: center; grid-gap: 5px; margin-top: 30px;}
.home_review .head .mode{ display: flex; justify-content: center; align-items: center; margin-top: 50px; width: 120px; height: 40px; border-radius: 20px; background: #000; font-size: 16px; font-weight: 500; color: #FFF; cursor: pointer;}
.home_review .rolling{ overflow: hidden; height: 300px;}
.home_review .rolling .swiper-wrapper{}
.home_review .rolling .swiper-wrapper .swiper-slide{ display: flex; align-items: center; height: 140px;}
.home_review .rolling .swiper-wrapper .swiper-slide a{ display: flex; align-items: center; width: 100%; height: 140px; padding: 20px; border-radius: 20px; border: 1px solid rgba(0 0 0/10%); background: #FFF; opacity: 0.6; filter: grayscale(50%); transform: scale(0.7); transition: all .2s;}
.home_review .rolling .swiper-wrapper .swiper-slide a .best{ display: none; justify-content: center; align-items: center; position: absolute; z-index: 10; top: -1px; left: 25px; width: 40px;}
.home_review .rolling .swiper-wrapper .swiper-slide a .best p{ position: absolute; padding-bottom: 5px; font-size: 12px; font-weight: 500; color: #FFF;}
.home_review .rolling .swiper-wrapper .swiper-slide a .best img{ display: block; width: 100%;}
.home_review .rolling .swiper-wrapper .swiper-slide a .best.on{ display: flex;}
.home_review .rolling .swiper-wrapper .swiper-slide a .img{ flex: 0 0 100px; margin-right: 20px; height: 100px; border-radius: 10px;}
.home_review .rolling .swiper-wrapper .swiper-slide a .fr{}
.home_review .rolling .swiper-wrapper .swiper-slide a .fr .name{ font-size: 18px; font-weight: 500; color: #000;}
.home_review .rolling .swiper-wrapper .swiper-slide a .fr .star{ display: flex; align-items: center; margin-top: 5px;}
.home_review .rolling .swiper-wrapper .swiper-slide a .fr .star i{ display: block; margin-right: 5px; font-size: 15px; color: #ffc40f;}
.home_review .rolling .swiper-wrapper .swiper-slide a .fr .star p{ font-size: 13px; color: #666;}
.home_review .rolling .swiper-wrapper .swiper-slide a .fr .star span{ display: block; margin: 0 10px; width: 1px; height: 15px; background: #e5e5e5;}
.home_review .rolling .swiper-wrapper .swiper-slide a .fr .tit{ margin-top: 20px; font-size: 16px; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.home_review .rolling .swiper-wrapper .swiper-slide.swiper-slide-active{ position: relative; z-index: 10;}
.home_review .rolling .swiper-wrapper .swiper-slide.swiper-slide-active a{ opacity: 1; transform: scale(1); filter: grayscale(0%);}
.home_review_prev{ display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.home_review_prev i{ font-size: 12px; color: #999;}
.home_review_next{ display: flex; justify-content: center; align-items: center; margin-right: 10px; width: 30px; height: 30px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.home_review_next i{ font-size: 12px; color: #999;}
.home_review_page{ display: flex; justify-content: center; align-items: center; grid-gap: 8px; width: auto !important; height: 8px; transform: translate(0,0) !important;}
.home_review_page span{ margin: 0 !important; width: 8px; height: 8px; border-radius: 4px; background: rgba(0 0 0/50%); transition: all .2s;}
.home_review_page span.swiper-pagination-bullet-active{ width: 20px; background: #F00;}
@media(max-width: 1500px){
    .home_review{ margin: 0 -30px; padding: 80px 30px 170px 30px !important; width: initial; background: #f9f9f9;}
    .home_review .head{ position: initial;}
    .home_review .head .tit{ text-align: center;}
    .home_review .head .tit br{ display: none;}
    .home_review .head .txt{ text-align: center;}
    .home_review .head .txt br{ display: none;}
    .home_review .head .rolling_control{ justify-content: center; margin: 0;}
    .home_review .head .mode{ position: absolute; left: calc(50% - 60px); bottom: 80px;}
    .home_review .rolling{ margin: 50px -30px 0 -30px; height: initial;}
    .home_review .rolling .swiper-wrapper .swiper-slide{ width: 450px;}
    .home_review .rolling .swiper-wrapper .swiper-slide a{ opacity: 1; filter: grayscale(0%); transform: scale(0.9);}
    .home_review_page{ position: absolute; top: initial; bottom: 140px !important; right: 0; left: 0;}
    .home_review_prev{ display: none;}
    .home_review_next{ display: none;}
}
@media(max-width: 1000px){
    .home_review .rolling .swiper-wrapper .swiper-slide{ width: 400px;}
}
@media(max-width: 767px){
    .home_review{ margin: 0 -1rem; padding: 3rem 1rem calc(3rem + 2.5rem + 1rem + 8px + 1rem) 1rem !important;}
    .home_review .head{}
    .home_review .head .tit{ font-size: 2rem;}
    .home_review .head .txt{ margin-top: 0.8rem; font-size: 1.2rem;}
    .home_review .head .mode{ margin-top: 0; bottom: 3rem; width: 8rem; height: 2.5rem; border-radius: 2rem; font-size: 1rem;}
    .home_review .rolling{ margin: 2rem -1rem 0 -1rem;}
    .home_review .rolling .swiper-wrapper .swiper-slide{ padding: 0; width: 18rem; height: auto;}
    .home_review .rolling .swiper-wrapper .swiper-slide a{ overflow: hidden; display: flex; align-items: center; padding: 1rem; height: auto; border-radius: 1.2rem; border: 1px solid rgba(0 0 0/10%); background: #FFF; transform: scale(0.9); transition: all .2s;}
    .home_review .rolling .swiper-wrapper .swiper-slide a .best{ display: none; justify-content: center; align-items: center; position: absolute; z-index: 10; top: -1px; left: 1.5rem; width: 2rem;}
    .home_review .rolling .swiper-wrapper .swiper-slide a .best p{ position: absolute; padding-bottom: 0.3rem; font-size: 0.6rem; font-weight: 500; color: #FFF;}
    .home_review .rolling .swiper-wrapper .swiper-slide a .best img{ display: block; width: 100%;}
    .home_review .rolling .swiper-wrapper .swiper-slide a .best.on{ display: flex;}
    .home_review .rolling .swiper-wrapper .swiper-slide a .img{ flex: 0 0 40%; margin-right: 1rem; height: auto; border-radius: 0.5rem;}
    .home_review .rolling .swiper-wrapper .swiper-slide a .img:before{ content: ""; display: block; padding-top: 100%;}
    .home_review .rolling .swiper-wrapper .swiper-slide a .fr{ flex: 1;}
    .home_review .rolling .swiper-wrapper .swiper-slide a .fr .name{ margin-right: 0.4rem; font-size: 0.9rem; font-weight: 500; color: #000;}
    .home_review .rolling .swiper-wrapper .swiper-slide a .fr .star{ display: flex; align-items: center;}
    .home_review .rolling .swiper-wrapper .swiper-slide a .fr .star i{ display: block; margin: -0.2rem 0.2rem 0 0; font-size: 0.8rem; color: #ffc40f;}
    .home_review .rolling .swiper-wrapper .swiper-slide a .fr .star p{ font-size: 0.8rem; color: #666;}
    .home_review .rolling .swiper-wrapper .swiper-slide a .fr .tit{ margin-top: 0.6rem; font-size: 1rem; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
    .home_review .rolling .swiper-wrapper .swiper-slide a .fr .date{ margin-top: 0.6rem; font-size: 0.8rem; color: #999;}
    .home_review .rolling .swiper-wrapper .swiper-slide.swiper-slide-active{ position: relative; z-index: 10;}
    .home_review .rolling .swiper-wrapper .swiper-slide.swiper-slide-active a{ opacity: 1; transform: scale(1); filter: grayscale(0%);}
    .home_review_page{ bottom: calc(3rem + 2.5rem + 1rem) !important;}
}


.home_community{ position: relative; padding-left: 40px; width: 50%;}
.home_community .head{}
.home_community .head .ft{ display: flex; align-items: center; grid-gap: 30px;}
.home_community .head .ft .tit{ font-size: 36px; font-weight: 700; color: #000; white-space: nowrap;}
.home_community .head .ft .rolling_control{ display: flex; align-items: center;}
.home_community .head .menu{ display: flex; align-items: center; grid-gap: 10px; margin-top: 30px;}
.home_community .head .menu a{ display: flex; align-items: center; padding: 0 20px; height: 35px; border-radius: 20px; border: 1px solid #e5e5e5; background: #FFF; font-size: 14px; color: #666; cursor: pointer;}
.home_community .head .menu a:hover{ background: #f5f7fc;}
.home_community .head .menu a.on{ border-color: #000; background: #000; color: #FFF; font-weight: 600;}
.home_community .rolling{ overflow: hidden; margin-top: 50px;}
.home_community .rolling .swiper-wrapper{}
.home_community .rolling .swiper-wrapper .swiper-slide{}
.home_community .rolling .swiper-wrapper .swiper-slide a{ display: block; padding: 30px 30px; border-radius: 20px; border: 1px solid rgba(0 0 0/10%); background: #FFF;}
.home_community .rolling .swiper-wrapper .swiper-slide a .tit{ line-height: 24px; font-size: 16px; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.home_community .rolling .swiper-wrapper .swiper-slide a .tit span{ display: inline-block; margin-right: 5px; padding: 0 10px; height: 20px; border-radius: 20px; background: #F00; line-height: 18px; font-size: 14px; color: #FFF;}
.home_community .rolling .swiper-wrapper .swiper-slide a .date{ margin-top: 20px; font-size: 13px; color: #999;}
.home_community_prev{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; bottom: 55px; left: 25px; width: 30px; height: 30px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.home_community_prev i{ font-size: 12px; color: #999;}
.home_community_next{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; bottom: 55px; right: -15px; width: 30px; height: 30px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.home_community_next i{ font-size: 12px; color: #999;}
.home_community_page{ display: flex; justify-content: center; align-items: center; grid-gap: 8px; width: auto !important; height: 8px;}
.home_community_page span{ margin: 0 !important; width: 8px; height: 8px; border-radius: 4px; background: rgba(0 0 0/50%); transition: all .2s;}
.home_community_page span.swiper-pagination-bullet-active{ width: 20px; background: #F00;}
@media(max-width: 1500px){
    .home_community{ padding: 80px 30px; width: initial;}
    .home_community .head .ft{ justify-content: center;}
    .home_community .head .menu{ flex-wrap: wrap; justify-content: center; align-items: center;}
    .home_community_prev{ display: none;}
    .home_community_next{ display: none;}
    .home_community_page{ display: none;}
}
@media(max-width: 1000px){
}
@media(max-width: 767px){
    .home_community{ margin: 0 -1rem; padding: 3rem 1rem;}
    .home_community .head .ft .tit{ font-size: 2rem;}
    .home_community .head .menu{ grid: 1rem; margin-top: 2rem;}
    .home_community .head .menu a{ padding: 0 1rem; height: 2.5rem; border-radius: 2rem; font-size: 1rem;}
    .home_community .rolling{ margin: 2rem -1rem 0 -1rem; padding: 0 0.5rem;}
    .home_community .rolling .swiper-wrapper .swiper-slide{ padding: 0 0.5rem;}
    .home_community .rolling .swiper-wrapper .swiper-slide a{ display: block; padding: 1.5rem; border-radius: 1.2rem; border: 1px solid rgba(0 0 0/10%); background: #FFF;}
    .home_community .rolling .swiper-wrapper .swiper-slide a .tit{ line-height: 1.4rem; font-size: 1rem; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
    .home_community .rolling .swiper-wrapper .swiper-slide a .tit span{ display: inline-block; margin-right: 5px; padding: 0 0.6rem; height: 1.2rem; border-radius: 2rem; background: #F00; line-height: 1.2rem; font-size: 0.8rem; color: #FFF;}
    .home_community .rolling .swiper-wrapper .swiper-slide a .date{ margin-top: 1rem; font-size: 0.9rem; color: #999;}
}












.sub_shopping_list{ display: grid; grid-template-columns: repeat(5,1fr); grid-gap: 50px 20px; margin-top: 50px;}
@media(max-width: 1700px){
    .sub_shopping_list{ grid-template-columns: repeat(4,1fr);}
}
@media(max-width: 1000px){
    .sub_shopping_list{ grid-template-columns: repeat(3,1fr);}
}
@media(max-width: 767px){
    .sub_shopping_list{ grid-template-columns: repeat(2,1fr); grid-gap: 2rem 1rem; margin-top: 2rem;}
}



.sub_shopping_detail{ position: relative; z-index: 1; padding: 0 0 0 600px;}
.sub_shopping_detail > .fl{ float: left; margin: 0 0 0 -600px; width: 600px;}
.sub_shopping_detail > .fr{ position: relative; margin-left: 100px;}
.sub_shopping_detail > .cb{ clear: both;}
@media(max-width: 1500px){
    .sub_shopping_detail{ padding: 0 0 0 500px;}
    .sub_shopping_detail > .fl{ margin: 0 0 0 -500px; width: 500px;}
    .sub_shopping_detail > .fr{ margin-left: 50px;}
}
@media(max-width: 1000px){
    .sub_shopping_detail{ padding: 0;}
    .sub_shopping_detail > .fl{ float: initial; margin: 0; width: auto;}
    .sub_shopping_detail > .fr{ margin: 50px -30px 0 -30px; padding: 50px 30px; border-top: 8px solid #f6f8fb; border-bottom: 8px solid #f6f8fb;}
}
@media(max-width: 767px){
    .sub_shopping_detail > .fr{ margin: 3rem -1rem 0 -1rem; padding: 3rem 1rem;}
}


.sub_shopping_detail_img{ position: relative;}
.sub_shopping_detail_img .rolling_control{ position: relative;}
.sub_shopping_detail_img .max{ overflow: hidden; border-radius: 30px; border: 1px solid rgba(0 0 0/10%);}
.sub_shopping_detail_img .max .swiper-wrapper{}
.sub_shopping_detail_img .max .swiper-wrapper .swiper-slide{}
.sub_shopping_detail_img .max .swiper-wrapper .swiper-slide .img{}
.sub_shopping_detail_img .max .swiper-wrapper .swiper-slide .img:after{ content: ""; display: block; padding-top: 100%;}
.sub_shopping_detail_img .min{ overflow: hidden; margin-top: 10px;}
.sub_shopping_detail_img .min .swiper-wrapper{}
.sub_shopping_detail_img .min .swiper-wrapper .swiper-slide{ width: auto;}
.sub_shopping_detail_img .min .swiper-wrapper .swiper-slide .img{ width: 100px; border-radius: 20px; border: 1px solid rgba(0 0 0/10%); opacity: 0.4; transition: all .2s;}
.sub_shopping_detail_img .min .swiper-wrapper .swiper-slide .img:after{ content: ""; display: block; padding-top: 100%;}
.sub_shopping_detail_img .min .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .img{ border: 1px solid rgba(0 0 0/100%); opacity: 1;}
.sub_shopping_detail_img_prev{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: calc(50% - 25px); left: -25px; width: 50px; height: 50px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.sub_shopping_detail_img_prev i{ font-size: 14px; color: #999;}
.sub_shopping_detail_img_next{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: calc(50% - 25px); right: -25px; width: 50px; height: 50px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.sub_shopping_detail_img_next i{ font-size: 14px; color: #999;}
@media(max-width: 1500px){
    .sub_shopping_detail_img_prev{ top: calc(50% - 20px); left: -20px; width: 40px; height: 40px;}
    .sub_shopping_detail_img_next{ top: calc(50% - 20px); right: -20px; width: 40px; height: 40px;}
}
@media(max-width: 767px){
    .sub_shopping_detail_img{ position: relative;}
    .sub_shopping_detail_img .rolling_control{ position: relative;}
    .sub_shopping_detail_img .max{ overflow: hidden; border-radius: 1rem; border: 1px solid rgba(0 0 0/10%);}
    .sub_shopping_detail_img .max .swiper-wrapper{}
    .sub_shopping_detail_img .max .swiper-wrapper .swiper-slide{}
    .sub_shopping_detail_img .max .swiper-wrapper .swiper-slide .img{}
    .sub_shopping_detail_img .max .swiper-wrapper .swiper-slide .img:after{ content: ""; display: block; padding-top: 100%;}
    .sub_shopping_detail_img .min{ overflow: hidden; margin: 10px -1rem 0 -1rem; padding: 0 0.75rem;}
    .sub_shopping_detail_img .min .swiper-wrapper{}
    .sub_shopping_detail_img .min .swiper-wrapper .swiper-slide{ width: auto;}
    .sub_shopping_detail_img .min .swiper-wrapper .swiper-slide .img{ width: 5rem; border-radius: 1rem; border: 1px solid rgba(0 0 0/10%); opacity: 0.4; transition: all .2s;}
    .sub_shopping_detail_img .min .swiper-wrapper .swiper-slide .img:after{ content: ""; display: block; padding-top: 100%;}
    .sub_shopping_detail_img .min .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .img{ opacity: 1;}
    .sub_shopping_detail_img_prev{ display: none;}
    .sub_shopping_detail_img_next{ display: none;}
}


.sub_shopping_detail .fl .info{ display: flex; flex-direction: column; align-items: center; margin-top: 30px;}
.sub_shopping_detail .fl .info .star{ display: flex; align-items: center; margin-top: 10px;}
.sub_shopping_detail .fl .info .star i{ display: block; margin-right: 5px; font-size: 15px; color: #ffc40f;}
.sub_shopping_detail .fl .info .star p{ font-size: 13px; color: #666;}
.sub_shopping_detail .fl .info .star span{ display: block; margin: 0 10px; width: 1px; height: 15px; background: #e5e5e5;}
.sub_shopping_detail .fl .info .data{ display: flex; justify-content: center; align-items: center; grid-gap: 30px; margin-top: 10px; padding: 15px 10px; width: 100%; border-radius: 20px; border: 1px solid #e5e5e5;}
.sub_shopping_detail .fl .info .data a{ display: flex; align-items: center; grid-gap: 5px;}
.sub_shopping_detail .fl .info .data a p{ font-size: 13px; color: #666;}
.sub_shopping_detail .fl .info .data a span{ display: flex; align-items: center; padding: 0 8px; height: 20px; border-radius: 20px; background: #000; font-size: 12px; color: #FFF;}
.sub_shopping_detail .fl .info .data a:hover p{ font-weight: 500; color: #000;}
.sub_shopping_detail .fl .info .ok{ margin-top: 10px; font-size: 13px; color: #666;}
.sub_shopping_detail .fl .info .ok b{ font-weight: 600; color: #045bff;}
@media(max-width: 767px){
    .sub_shopping_detail .fl .info{ display: flex; flex-direction: column; align-items: center; margin-top: 2rem;}
    .sub_shopping_detail .fl .info .star{ display: flex; align-items: center; margin: 0;}
    .sub_shopping_detail .fl .info .star i{ display: block; margin-right: 0.4rem; font-size: 1rem; color: #ffc40f;}
    .sub_shopping_detail .fl .info .star p{ font-size: 1rem; color: #666;}
    .sub_shopping_detail .fl .info .star span{ display: block; margin: 0 1rem; width: 1px; height: 1rem; background: #e5e5e5;}
    .sub_shopping_detail .fl .info .data{ display: flex; justify-content: center; align-items: center; grid-gap: 2rem; margin-top: 1rem; padding: 1rem; width: 100%; border-radius: 1rem; border: 1px solid #e5e5e5;}
    .sub_shopping_detail .fl .info .data a{ display: flex; align-items: center; grid-gap: 0.4rem;}
    .sub_shopping_detail .fl .info .data a p{ font-size: 0.9rem; color: #666;}
    .sub_shopping_detail .fl .info .data a span{ display: flex; align-items: center; padding: 0 0.4rem; height: 1.5rem; border-radius: 1rem; background: #000; font-size: 0.9rem; color: #FFF;}
    .sub_shopping_detail .fl .info .ok{ margin-top: 1rem; font-size: 1rem; color: #666;}
    .sub_shopping_detail .fl .info .ok b{ font-weight: 600; color: #045bff;}
}


.sub_shopping_detail .tip{ display: flex; grid-gap: 5px; margin-top: 10px;}
.sub_shopping_detail .tip span{ display: flex; align-items: center; padding: 0 10px; height: 25px; border-radius: 20px; font-size: 13px; font-weight: 500; color: #FFF;}
.sub_shopping_detail .head{ display: flex; justify-content: space-between; align-items: flex-start; grid-gap: 40px; padding: 20px 0 30px 0; border-bottom: 1px solid #000;}
.sub_shopping_detail .head .fl{ flex: 1;}
.sub_shopping_detail .head .fl .tit{ line-height: 1.2; font-size: 36px; font-weight: 700; color: #000;}
.sub_shopping_detail .head .fl .txt{ margin-top: 10px; line-height: 1.2; font-size: 16px; font-weight: 400; color: #666;}
.sub_shopping_detail .head .fr{ flex: 0 0 150px; display: flex; justify-content: flex-end; align-items: center; grid-gap: 20px;}
.sub_shopping_detail .head .fr p{ display: flex; align-items: center; grid-gap: 2px; font-size: 15px; color: #666;}
.sub_shopping_detail .head .fr p i{ font-size: 18px; color: #000;}
.sub_shopping_detail .head .fr > i{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #e5e5e5; font-size: 18px; color: #666; cursor: pointer; transition: all .2s;}
.sub_shopping_detail .head .fr > i:hover{ border-color: #000; color: #000;}

.sub_shopping_detail .body{ display: grid; grid-gap: 20px; padding: 30px 0; border-bottom: 1px solid #e5e5e5;}
.sub_shopping_detail .body .line{ margin: 10px 0; height: 1px; background: #e5e5e5;}
.sub_shopping_detail .body .wrap{ display: flex; align-items: center;}
.sub_shopping_detail .body .wrap .tit{ flex: 0 0 120px; font-size: 15px; font-weight: 400; color: #999;}
.sub_shopping_detail .body .wrap .txt{ flex: 1; font-size: 15px; font-weight: 500; color: #000; letter-spacing: 0;}
.sub_shopping_detail .body .wrap .price{ display: flex; align-items: flex-end; grid-gap: 2px;}
.sub_shopping_detail .body .wrap .price p:nth-child(1){ font-size: 24px; font-weight: 700; color: #F00;}
.sub_shopping_detail .body .wrap .price p:nth-child(2){ font-size: 24px; font-weight: 700; color: #000;}
.sub_shopping_detail .body .wrap .price p:nth-child(3){ padding-bottom: 2px; font-size: 16px; color: #999;}
.sub_shopping_detail .body .wrap .option{ display: flex; flex-wrap: wrap; grid-gap: 5px;}
.sub_shopping_detail .body .wrap .option a{ display: flex; align-items: center; padding: 0 15px; height: 35px; border-radius: 10px; border: 1px solid #e5e5e5; font-size: 14px; color: #666; cursor: pointer; transition: all .2s;}
.sub_shopping_detail .body .wrap .option a:hover{ background: #fafafa;}
.sub_shopping_detail .body .wrap .option a.on{ border-color: #000; font-weight: 500; color: #000;}
@media(max-width: 767px){
    .sub_shopping_detail .tip{ display: flex; grid-gap: 0.5rem; margin: 0;}
    .sub_shopping_detail .tip span{ display: flex; align-items: center; padding: 0 0.8rem; height: 2rem; border-radius: 1rem; font-size: 0.9rem; font-weight: 500; color: #FFF;}
    .sub_shopping_detail .head{ padding: 1rem 0 2rem 0; border-bottom: 1px solid #000;}
    .sub_shopping_detail .head .fl{ flex: 1;}
    .sub_shopping_detail .head .fl .tit{ line-height: 1.2; font-size: 1.6rem; font-weight: 700; color: #000;}
    .sub_shopping_detail .head .fl .txt{ margin-top: 0.5rem; line-height: 1.2; font-size: 1rem; font-weight: 400; color: #666;}
    .sub_shopping_detail .head .fr{ position: absolute; top: 2.5rem; right: 1rem; display: flex; justify-content: flex-end; align-items: center; grid-gap: 1rem;}
    .sub_shopping_detail .head .fr p{ display: flex; align-items: center; grid-gap: 0.2rem; font-size: 1rem; color: #666;}
    .sub_shopping_detail .head .fr p i{ font-size: 1.2rem; color: #000;}
    .sub_shopping_detail .head .fr > i{ display: flex; justify-content: center; align-items: center; width: 3rem; height: 3rem; border-radius: 50%; border: 1px solid #e5e5e5; font-size: 1.2rem; color: #666; cursor: pointer; transition: all .2s;}

    .sub_shopping_detail .body{ display: grid; grid-gap: 1.5rem; padding: 2rem 0;}
    .sub_shopping_detail .body .line{ margin: 0.5rem 0; height: 1px; background: #e5e5e5;}
    .sub_shopping_detail .body .wrap{ display: flex; align-items: center;}
    .sub_shopping_detail .body .wrap .tit{ flex: 0 0 7rem; font-size: 1rem; font-weight: 400; color: #999;}
    .sub_shopping_detail .body .wrap .txt{ flex: 1; font-size: 1rem; font-weight: 500; color: #000; letter-spacing: 0;}
    .sub_shopping_detail .body .wrap .price{ display: flex; align-items: flex-end; grid-gap: 0.2rem;}
    .sub_shopping_detail .body .wrap .price p:nth-child(1){ font-size: 1.6rem; font-weight: 700; color: #F00;}
    .sub_shopping_detail .body .wrap .price p:nth-child(2){ font-size: 1.6rem; font-weight: 700; color: #000;}
    .sub_shopping_detail .body .wrap .price p:nth-child(3){ padding-bottom: 0.2rem; font-size: 1rem; color: #999;}

    .sub_shopping_detail .body .wrap .option{ grid-gap: 0.4rem;}
    .sub_shopping_detail .body .wrap .option a{ padding: 0 1rem; height: 2.5rem; border-radius: 1rem; font-size: 1rem;}
}



.sub_shopping_detail .full{ margin-top: 30px; padding: 30px; border-radius: 20px; background: #f5f7fa;}
.sub_shopping_detail .full .tit{ flex: 0 0 120px; font-size: 15px; font-weight: 400; color: #000;}
.sub_shopping_detail .full .fb{ display: flex; justify-content: space-between; align-items: flex-end; margin-top: 15px;}
.sub_shopping_detail .full .quantity{ display: flex;}
.sub_shopping_detail .full .quantity i{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border: 1px solid #e5e5e5; background: #FFF; font-size: 14px; color: #000; cursor: pointer;}
.sub_shopping_detail .full .quantity i:nth-child(1){ border-radius: 10px 0 0 10px;}
.sub_shopping_detail .full .quantity i:nth-child(3){ border-radius: 0 10px 10px 0;}
.sub_shopping_detail .full .quantity i:hover{ background: #f0f0f0;}
.sub_shopping_detail .full .quantity input{ display: flex; align-items: center; margin: 0; padding: 0; width: 80px; height: 40px; border-radius: 0; border: 1px solid rgba(0 0 0/10%); border-right: 0; border-left: 0; background: #FFF; text-align: center; font-size: 14px; color: #000; outline: none; -webkit-appearance: none;}
.sub_shopping_detail .full .price{ display: flex; align-items: flex-end; grid-gap: 2px;}
.sub_shopping_detail .full .price p:nth-child(1){ font-size: 30px; font-weight: 700; color: #F00;}
.sub_shopping_detail .full .price p:nth-child(2){ padding-bottom: 4px; font-size: 20px; color: #999;}
@media(max-width: 767px){
    .sub_shopping_detail .full{ margin-top: 2rem; padding: 1.5rem; border-radius: 1.5rem;}
    .sub_shopping_detail .full .tit{ font-size: 1rem;}
    .sub_shopping_detail .full .fb{ margin-top: 1rem;}
    .sub_shopping_detail .full .quantity i{ width: 2.5rem; height: 2.5rem; font-size: 1rem;}
    .sub_shopping_detail .full .quantity i:nth-child(1){ border-radius: 0.6rem 0 0 0.6rem;}
    .sub_shopping_detail .full .quantity i:nth-child(3){ border-radius: 0 0.6rem 0.6rem 0;}
    .sub_shopping_detail .full .quantity input{ width: 4rem; height: 2.5rem; font-size: 1rem;}
    .sub_shopping_detail .full .price{ grid-gap: 0.1rem;}
    .sub_shopping_detail .full .price p:nth-child(1){ font-size: 2rem;}
    .sub_shopping_detail .full .price p:nth-child(2){ padding-bottom: 0.2rem; font-size: 1rem;}
}


.sub_shopping_detail .button{ display: flex; grid-gap: 10px; margin: 30px 0 0 0;}
.sub_shopping_detail .button a{ display: flex; justify-content: center; align-items: center; width: 50%; height: 70px; border-radius: 20px; border: 1px solid #e5e5e5; font-size: 20px; font-weight: 600; color: #F00; cursor: pointer;}
.sub_shopping_detail .button a:nth-child(1){ flex: 0 0 70px; transition: all .2s;}
.sub_shopping_detail .button a:nth-child(1) i{ font-size: 24px; color: #999; transition: all .2s;}
.sub_shopping_detail .button a:nth-child(1):hover i{ color: #F00;}
.sub_shopping_detail .button a:nth-child(1).on{ border-color: #F00; background: #F00;}
.sub_shopping_detail .button a:nth-child(1).on i{ color: #FFF;}
.sub_shopping_detail .button a:nth-child(2){ border: 1px solid #F00;}
.sub_shopping_detail .button a:nth-child(3){ border: 1px solid #F00; background: #F00; color: #FFF;}
@media(max-width: 767px){
    .sub_shopping_detail .button{ grid-gap: 0.5rem; margin: 2rem 0 0 0;}
    .sub_shopping_detail .button a{ height: 4rem; border-radius: 1rem; font-size: 1.2rem;}
    .sub_shopping_detail .button a:nth-child(1){ flex: 0 0 4rem;}
    .sub_shopping_detail .button a:nth-child(1) i{ font-size: 1.8rem;}
}



.sub_shopping_detail_item{ margin-top: 100px;}
.sub_shopping_detail_item .head{}
.sub_shopping_detail_item .head .tit{ font-size: 24px; font-weight: 700; color: #000;}
.sub_shopping_detail_item .rolling_control{ position: relative;}
.sub_shopping_detail_item .rolling{ overflow: hidden; margin-top: 20px;}
.sub_shopping_detail_item .rolling .swiper-wrapper{}
.sub_shopping_detail_item .rolling .swiper-wrapper .swiper-slide{}
.sub_shopping_detail_item .rolling .swiper-wrapper .swiper-slide .modle_item .fb .tit{ font-size: 16px; font-weight: 500;}
.sub_shopping_detail_item .rolling .swiper-wrapper .swiper-slide .modle_item .fb .tip{ display: none;}
.sub_shopping_detail_item .rolling .swiper-wrapper .swiper-slide .modle_item .fb .star{ display: none;}
.sub_shopping_detail_item_prev{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 75px; left: -20px; width: 40px; height: 40px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.sub_shopping_detail_item_prev i{ font-size: 14px; color: #999;}
.sub_shopping_detail_item_next{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 75px; right: -20px; width: 40px; height: 40px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.sub_shopping_detail_item_next i{ font-size: 14px; color: #999;}
@media(max-width: 767px){
    .sub_shopping_detail_item{ margin-top: 3rem;}
    .sub_shopping_detail_item .head{}
    .sub_shopping_detail_item .head .tit{ text-align: center; font-size: 1.6rem; font-weight: 700; color: #000;}
    .sub_shopping_detail_item .rolling_control{ position: relative;}
    .sub_shopping_detail_item .rolling{ overflow: hidden; margin: 2rem 0 0 0; padding: 0;}
    .sub_shopping_detail_item .rolling .swiper-wrapper{}
    .sub_shopping_detail_item .rolling .swiper-wrapper .swiper-slide{ padding: 0;}
    .sub_shopping_detail_item .rolling .swiper-wrapper .swiper-slide .modle_item .ft .like{ right: 0.5rem; bottom: 0.5rem;}
    .sub_shopping_detail_item .rolling .swiper-wrapper .swiper-slide .modle_item .fb .tit{ font-size: 1rem; font-weight: 500;}
    .sub_shopping_detail_item .rolling .swiper-wrapper .swiper-slide .modle_item .fb .price{ margin-top: 0.5rem;}
    .sub_shopping_detail_item .rolling .swiper-wrapper .swiper-slide .modle_item .fb .price p:nth-child(2) span:nth-child(1){ font-size: 1rem;}
    .sub_shopping_detail_item .rolling .swiper-wrapper .swiper-slide .modle_item .fb .price p:nth-child(2) span:nth-child(2){ font-size: 1rem;}
    .sub_shopping_detail_item .rolling .swiper-wrapper .swiper-slide .modle_item .fb .price p:nth-child(2) span:nth-child(3){ font-size: 0.8rem;}
    .sub_shopping_detail_item .rolling .swiper-wrapper .swiper-slide .modle_item .fb .tip{ display: none;}
    .sub_shopping_detail_item .rolling .swiper-wrapper .swiper-slide .modle_item .fb .star{ display: none;}
    .sub_shopping_detail_item_prev{ display: none; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 75px; left: -20px; width: 40px; height: 40px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
    .sub_shopping_detail_item_prev i{ font-size: 14px; color: #999;}
    .sub_shopping_detail_item_next{ display: none; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 75px; right: -20px; width: 40px; height: 40px; border-radius: 25px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
    .sub_shopping_detail_item_next i{ font-size: 14px; color: #999;}
}



.sub_shopping_detail_body{ margin: 100px 0 0 0;}
.sub_shopping_detail_body .scroll_menu{ margin: 100px 0 30px 0;}
.sub_shopping_detail_body .scroll_menu ul{ display: flex; align-items: flex-end; position: relative; border-radius: 20px; background: #f6f8fb;}
.sub_shopping_detail_body .scroll_menu ul li{ width: 25%; height: 100%;}
.sub_shopping_detail_body .scroll_menu ul li a{ display: flex; justify-content: center; align-items: center; height: 70px; border-radius: 20px; cursor: pointer;}
.sub_shopping_detail_body .scroll_menu ul li a p{ font-size: 16px; font-weight: 500; color: #666;}
.sub_shopping_detail_body .scroll_menu ul li.on a{ border: 1px solid #000; background: #FFF;}
.sub_shopping_detail_body .scroll_menu ul li.on a p{ font-size: 16px; font-weight: 600; color: #000;}
.sub_shopping_detail_body .scroll_body{ margin: 30px 0 0 0; padding: 50px; border-radius: 20px; border: 1px solid #e5e5e5;}
@media(max-width: 767px){
    .sub_shopping_detail_body{ margin: 0 -1rem;}
    .sub_shopping_detail_body .scroll_menu{ margin: 3rem 0 2rem 0;}
    .sub_shopping_detail_body .scroll_menu ul{ display: flex; align-items: flex-end; position: relative; padding: 1rem; border-radius: 0; background: #f6f8fb;}
    .sub_shopping_detail_body .scroll_menu ul li{ width: 25%; height: 100%;}
    .sub_shopping_detail_body .scroll_menu ul li a{ display: flex; justify-content: center; align-items: center; height: 3rem; border-radius: 5rem; cursor: pointer;}
    .sub_shopping_detail_body .scroll_menu ul li a p{ font-size: 1.1rem; color: #666;}
    .sub_shopping_detail_body .scroll_menu ul li.on a{ background: #000;}
    .sub_shopping_detail_body .scroll_menu ul li.on a p{ font-size: 1.2rem; color: #FFF;}
    .sub_shopping_detail_body .scroll_body{ margin: 1rem 0 0 0; padding: 0 1rem; border-radius: 0; border: 0;}

}


.sub_shopping_detail_body_img{}
.sub_shopping_detail_body_img .wrap{ overflow: hidden; position: relative; height: 400px;}
.sub_shopping_detail_body_img .wrap:before{ content: ""; display: block; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(0deg, rgba(255 255 255/100%), rgba(255 255 255/0%), rgba(255 255 255/0));}
.sub_shopping_detail_body_img .wrap img{ display: block; margin: 0 auto; max-width: 100%;}
.sub_shopping_detail_body_img .btn{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; margin: 30px auto 0 auto; height: 50px; border-radius: 10px; border: 1px solid #DDD; cursor: pointer; transition: all .2s;}
.sub_shopping_detail_body_img .btn p{ font-size: 15px; font-weight: 400; color: #666;}
.sub_shopping_detail_body_img .btn i{ font-size: 12px; color: #666; transition: all .2s;}
.sub_shopping_detail_body_img .btn:hover{ border-color: #000;}
.sub_shopping_detail_body_img.on .wrap{ height: auto;}
.sub_shopping_detail_body_img.on .wrap:before{ display: none;}
.sub_shopping_detail_body_img.on .btn i{ transform: rotate(180deg);}
@media(max-width: 767px){
    .sub_shopping_detail_body_img .wrap{ overflow: hidden; position: relative; height: 400px;}
    .sub_shopping_detail_body_img .wrap:before{ content: ""; display: block; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(0deg, rgba(255 255 255/100%), rgba(255 255 255/0%), rgba(255 255 255/0));}
    .sub_shopping_detail_body_img .wrap img{ display: block; margin: 0 auto; max-width: 100%;}
    .sub_shopping_detail_body_img .btn{ display: flex; justify-content: center; align-items: center; grid-gap: 1rem; margin: 2rem 0 0 0; height: 3.5rem; border-radius: 1rem; border: 1px solid #DDD; cursor: pointer; transition: all .2s;}
    .sub_shopping_detail_body_img .btn p{ font-size: 1rem; font-weight: 400; color: #000;}
    .sub_shopping_detail_body_img .btn i{ font-size: 1rem; color: #000; transition: all .2s;}
    .sub_shopping_detail_body_img.on .wrap{ height: auto;}
    .sub_shopping_detail_body_img.on .wrap:before{ display: none;}
    .sub_shopping_detail_body_img.on .btn p{ color: #000;}
    .sub_shopping_detail_body_img.on .btn i{ transform: rotate(180deg);}
}


.sub_shopping_detail_body_guide{ display: grid; grid-gap: 40px;}
.sub_shopping_detail_body_guide .title{ padding-bottom: 15px; font-size: 24px; font-weight: 700; color: #000;}
.sub_shopping_detail_body_guide .text{ padding: 30px; border-radius: 10px; background: #fbfbfb; line-height: 1.8; font-size: 14px; color: #666;}
.sub_shopping_detail_body_guide .tit{ margin-top: 30px; padding-bottom: 15px; font-size: 16px; font-weight: 600; color: #000;}
.sub_shopping_detail_body_guide .txt{ display: grid; grid-gap: 5px; padding: 0 0 0 25px;}
.sub_shopping_detail_body_guide .txt li{ list-style: decimal-leading-zero; line-height: 1.8; font-size: 14px; color: #666;}
.sub_shopping_detail_body_guide .txt li b{ font-weight:800; color:#333;}
@media(max-width: 767px){
    .sub_shopping_detail_body_guide{ display: grid; grid-gap: 2rem;}
    .sub_shopping_detail_body_guide .title{ padding-bottom: 1rem; font-size: 1.4rem; font-weight: 700; color: #000;}
    .sub_shopping_detail_body_guide .text{ padding: 2rem; border-radius: 1rem; background: #fbfbfb; line-height: 1.8; font-size: 1rem; color: #666;}
    .sub_shopping_detail_body_guide .tit{ margin-top: 2rem; padding-bottom: 1rem; font-size: 1.2rem; font-weight: 600; color: #000;}
    .sub_shopping_detail_body_guide .txt{ display: grid; grid-gap: 0.5rem; padding: 0 0 0 2rem;}
    .sub_shopping_detail_body_guide .txt li{ list-style: decimal-leading-zero; line-height: 1.8; font-size: 1rem; color: #666;}
    .sub_shopping_detail_body_guide .txt li b{ font-weight: 700; color:#333;}
}


.sub_shopping_detail_body_review_head{ display: flex; align-items: center; padding: 50px; border-radius: 20px; background: #f5f7fa;}
.sub_shopping_detail_body_review_head .fl{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 50%;}
.sub_shopping_detail_body_review_head .fl .star{ display: flex; align-items: center; grid-gap: 5px;}
.sub_shopping_detail_body_review_head .fl .star i{ padding-bottom: 5px; font-size: 40px; color: #f8d100;}
.sub_shopping_detail_body_review_head .fl .star p{ font-size: 36px; font-weight: 700; color: #000;}
.sub_shopping_detail_body_review_head .fl .ok{ margin-top: 20px; text-align: center; line-height: 1.4; font-size: 15px; color: rgba(0 0 0/70%);}
.sub_shopping_detail_body_review_head .fl .ok b{ font-weight: 600; color: #045bff;}
.sub_shopping_detail_body_review_head .fl .btn{ display: flex; grid-gap: 5px; margin-top: 20px;}
.sub_shopping_detail_body_review_head .fl .btn a{ display: flex; justify-content: center; align-items: center; width: 140px; height: 40px; border-radius: 10px; border: 1px solid rgba(0 0 0/10%); background: #FFF; font-size: 14px; color: #333; cursor: pointer; transition: all .2s;}
.sub_shopping_detail_body_review_head .fl .btn a:hover{ border-color: #000; color: #000;}
.sub_shopping_detail_body_review_head .fr{ display: flex; justify-content: center; align-items: center; grid-gap: 80px; width: 50%;}
.sub_shopping_detail_body_review_head .fr .wrap{ display: flex; flex-direction: column; align-items: center;}
.sub_shopping_detail_body_review_head .fr .wrap .t1{ font-size: 16px; font-weight: 600; color: #000;}
.sub_shopping_detail_body_review_head .fr .wrap .t1 i{ margin-right: 5px; color: #f8d100;}
.sub_shopping_detail_body_review_head .fr .wrap .t2{ display: flex; align-items: flex-end; margin-top: 10px; width: 10px; height: 100px; border-radius: 10px; background: rgba(0 0 0/10%);}
.sub_shopping_detail_body_review_head .fr .wrap .t2 span{ display: block; width: 10px; border-radius: 10px;}
.sub_shopping_detail_body_review_head .fr .wrap .t3{ margin-top: 10px; font-size: 16px; font-weight: 600; color: #000;}
.sub_shopping_detail_body_review_head .fr .wrap .t4{ margin-top: 5px; font-size: 14px; color: #666;}
@media(max-width: 1000px){
    .sub_shopping_detail_body_review_head{ padding: 50px 30px 50px 0;}
    .sub_shopping_detail_body_review_head .fl{ width: 60%;}
    .sub_shopping_detail_body_review_head .fr{ grid-gap: 40px; width: 40%;}
}
@media(max-width: 767px){
    .sub_shopping_detail_body_review_head{ display: block; margin: 0 1rem; padding: 2rem;  border-radius: 1rem; background: #f5f7fa;}
    .sub_shopping_detail_body_review_head .fl{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: auto;}
    .sub_shopping_detail_body_review_head .fl .star{ display: flex; align-items: center; grid-gap: 0.5rem;}
    .sub_shopping_detail_body_review_head .fl .star i{ padding-bottom: 0.1rem; font-size: 1.6rem; color: #f8d100;}
    .sub_shopping_detail_body_review_head .fl .star p{ font-size: 1.6rem; font-weight: 700; color: #000;}
    .sub_shopping_detail_body_review_head .fl .ok{ margin-top: 1rem; text-align: center; line-height: 1.4; font-size: 1rem; color: rgba(0 0 0/70%);}
    .sub_shopping_detail_body_review_head .fl .ok b{ font-weight: 600; color: #045bff;}
    .sub_shopping_detail_body_review_head .fl .btn{ display: flex; grid-gap: 0.5rem; margin: 2rem 0; width: 100%;}
    .sub_shopping_detail_body_review_head .fl .btn a{ display: flex; justify-content: center; align-items: center; width: 50%; height: 3rem; border-radius: 0.5rem; border: 1px solid rgba(0 0 0/10%); background: #FFF; font-size: 1rem; color: #333; cursor: pointer; transition: all .2s;}
    .sub_shopping_detail_body_review_head .fr{ display: flex; justify-content: center; align-items: center; grid-gap: 2rem; width: auto;}
    .sub_shopping_detail_body_review_head .fr .wrap{ display: flex; flex-direction: column; align-items: center;}
    .sub_shopping_detail_body_review_head .fr .wrap .t1{ font-size: 1.2rem; font-weight: 600; color: #000;}
    .sub_shopping_detail_body_review_head .fr .wrap .t1 i{ margin-right: 0.5rem; transform: translate(0,0.05rem); color: #f8d100;}
    .sub_shopping_detail_body_review_head .fr .wrap .t2{ display: flex; align-items: flex-end; margin-top: 1rem; width: 0.6rem; height: 5rem; border-radius: 2rem; background: #FFF;}
    .sub_shopping_detail_body_review_head .fr .wrap .t2 span{ display: block; width: 0.6rem; border-radius: 2rem;}
    .sub_shopping_detail_body_review_head .fr .wrap .t3{ margin-top: 1rem; font-size: 1rem; font-weight: 600; color: #000;}
    .sub_shopping_detail_body_review_head .fr .wrap .t4{ margin-top: 0.5rem; font-size: 0.9rem; color: #666;}
}


.sub_shopping_detail_body_review_option{ display: flex; justify-content: space-between; align-items: center; margin-top: 50px; padding-bottom: 10px; border-bottom: 1px solid #e5e5e5;}
.sub_shopping_detail_body_review_option .title{ line-height: 35px; font-size: 20px; font-weight: 600; color: #000;}
.sub_shopping_detail_body_review_option .full{ font-size: 18px; font-weight: 500; color: #666;}
.sub_shopping_detail_body_review_option .full b{ font-weight: 700; color: #F00;}
.sub_shopping_detail_body_review_option .fr{ display: flex; align-items: center; grid-gap: 20px;}
.sub_shopping_detail_body_review_option .check{ display: flex; grid-gap: 20px;}
.sub_shopping_detail_body_review_option .check label{ display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.sub_shopping_detail_body_review_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;}
.sub_shopping_detail_body_review_option .check label p{ font-size: 15px; color: #333;}
.sub_shopping_detail_body_review_option .check label.on i{ border-color: #000; background: #000; color: #FFF;}
.sub_shopping_detail_body_review_option .check label.on p{ font-weight: 500; color: #000;}
.sub_shopping_detail_body_review_option .btn{ position: relative; z-index: 20;}
.sub_shopping_detail_body_review_option .btn .head{ display: flex; align-items: center; height: 30px; cursor: pointer;}
.sub_shopping_detail_body_review_option .btn .head img{ display: block;}
.sub_shopping_detail_body_review_option .btn .head p{ margin: 0 5px 0 0; font-size: 15px; color: #000;}
.sub_shopping_detail_body_review_option .btn .head i{ font-size: 14px; color: #999; transition: all .2s;}
.sub_shopping_detail_body_review_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;}
.sub_shopping_detail_body_review_option .btn .body ul{}
.sub_shopping_detail_body_review_option .btn .body ul li{}
.sub_shopping_detail_body_review_option .btn .body ul li p{ display: block; padding: 0 20px; line-height: 30px; font-size: 14px; color: #333; cursor: pointer;}
.sub_shopping_detail_body_review_option .btn .body ul li p:hover{ background: #fafafa; color: #000;}
.sub_shopping_detail_body_review_option .btn .body ul li.on p{ font-weight: 600; color: #F00;}
.sub_shopping_detail_body_review_option .btn:hover .head i{ transform: rotate(180deg);}
.sub_shopping_detail_body_review_option .btn:hover .body{ top: 30px; padding: 10px 0; height: auto; opacity: 1;}
.sub_shopping_detail_body_review_option .btn_qna{ display: flex; grid-gap: 10px;}
.sub_shopping_detail_body_review_option .btn_qna a{ display: flex; align-items: center; padding: 0 15px; height: 40px; border-radius: 10px; border: 1px solid #e5e5e5; cursor: pointer; transition: all .2s;}
.sub_shopping_detail_body_review_option .btn_qna a p{ font-size: 14px; color: #000;}
.sub_shopping_detail_body_review_option .btn_qna a:hover{ border-color: #000;}
.sub_shopping_detail_body_review_option .btn_qna a.kakao{ border-color: #fee500; background: #fee500;}
.sub_shopping_detail_body_review_option .btn_qna a.kakao img{ display: block; height: 30px;}
.sub_shopping_detail_body_review_option .btn_qna a.kakao p{ font-weight: 500;}
.sub_shopping_detail_body_review_option .filter{ display: none;}
.sub_shopping_detail_body_review_option .open{ display: none;}
@media(max-width: 767px){
    .sub_shopping_detail_body_review_option{ display: flex; justify-content: space-between; align-items: center; margin: 3rem 1rem 0 1rem; padding-bottom: 1rem; border-bottom: 1px solid #e5e5e5;}
    .sub_shopping_detail_body_review_option .full{ font-size: 1.4rem; font-weight: 600; color: #000;}
    .sub_shopping_detail_body_review_option .full b{ font-weight: 700; color: #F00;}
    .sub_shopping_detail_body_review_option .fr{ display: flex; align-items: center; grid-gap: 1rem;}

    .sub_shopping_detail_body_review_option .check{ display: none; grid-gap: 1rem;}
    .sub_shopping_detail_body_review_option .check label{ grid-gap: 0.4rem;}
    .sub_shopping_detail_body_review_option .check label i{ width: 1.4rem; height: 1.4rem; font-size: 0.8rem;}
    .sub_shopping_detail_body_review_option .check label p{ font-size: 1rem;}

    .sub_shopping_detail_body_review_option .btn .head{ height: 2rem;}
    .sub_shopping_detail_body_review_option .btn .head img{ display: block;}
    .sub_shopping_detail_body_review_option .btn .head p{ margin: 0 0.4rem 0 0; font-size: 1rem;}
    .sub_shopping_detail_body_review_option .btn .head i{ font-size: 1rem;}
    .sub_shopping_detail_body_review_option .btn .body{ top: 2rem; right: 0; left: initial; border-radius: 1rem;}
    .sub_shopping_detail_body_review_option .btn .body ul li p{ padding: 0 1rem; line-height: 2rem; font-size: 1rem; white-space: nowrap;}

    .sub_shopping_detail_body_review_option .filter{ display: flex; align-items: center; grid-gap: 0.4rem; cursor: pointer;}
    .sub_shopping_detail_body_review_option .filter i{ font-size: 1.4rem; color: #000;}
    .sub_shopping_detail_body_review_option .filter p{ font-size: 1rem; color: #000;}
    .sub_shopping_detail_body_review_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;}
    .sub_shopping_detail_body_review_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 .2s;}
    .sub_shopping_detail_body_review_option .open .box .wrap{ padding: 1.5rem 2rem; border-bottom: 1px solid #e5e5e5;}
    .sub_shopping_detail_body_review_option .open .box .wrap:last-child{ border-bottom: 0;}
    .sub_shopping_detail_body_review_option .open .box .wrap .tit{ padding-bottom: 1rem; font-size: 0.9rem; color: #000;}
    .sub_shopping_detail_body_review_option .open .box .wrap .check{ display: flex; flex-wrap: wrap; grid-gap: 1rem 1.5rem;}
    .sub_shopping_detail_body_review_option .open .box .wrap .check label{ display: flex; align-items: center; grid-gap: 0.4rem; cursor: pointer;}
    .sub_shopping_detail_body_review_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;}
    .sub_shopping_detail_body_review_option .open .box .wrap .check label p{ font-size: 1rem; color: #333;}
    .sub_shopping_detail_body_review_option .open .box .wrap .check label.on i{ border-color: #000; background: #000; color: #FFF;}
    .sub_shopping_detail_body_review_option .open .box .wrap .check label.on p{ font-weight: 500; color: #000;}
    .sub_shopping_detail_body_review_option .open .box .wrap .btn{ display: flex; flex-wrap: wrap; grid-gap: 0.4rem;}
    .sub_shopping_detail_body_review_option .open .box .wrap .btn a{ display: flex; align-items: center; padding: 0 1rem; height: 2.5rem; border-radius: 2rem; border: 1px solid #e5e5e5;}
    .sub_shopping_detail_body_review_option .open .box .wrap .btn a p{ font-size: 1rem; color: #666;}
    .sub_shopping_detail_body_review_option .open .box .wrap .btn a.on{ border-color: #000; background: #000; color: #FFF;}
    .sub_shopping_detail_body_review_option .open .box .wrap .btn a.on p{ color: #FFF;}
    .sub_shopping_detail_body_review_option .open .close{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/0); transition: all .5s;}
    .sub_shopping_detail_body_review_option.on .open{ top: 0; bottom: 0;}
    .sub_shopping_detail_body_review_option.on .open .box{ bottom: -1px; opacity: 1;}
    .sub_shopping_detail_body_review_option.on .open .close{ background: rgba(0 0 0/70%);}

    .sub_shopping_detail_body_review_option .btn_qna{ display: flex; grid-gap: 0.5rem;}
    .sub_shopping_detail_body_review_option .btn_qna a{ display: flex; align-items: center; padding: 0 0.6rem; height: 2.2rem; border-radius: 0.5rem; border: 1px solid #e5e5e5; cursor: pointer; transition: all .2s;}
    .sub_shopping_detail_body_review_option .btn_qna a p{ font-size: 0.9rem; color: #000;}
    .sub_shopping_detail_body_review_option .btn_qna a:hover{ border-color: #000;}
    .sub_shopping_detail_body_review_option .btn_qna a.kakao{ border-color: #fee500; background: #fee500;}
    .sub_shopping_detail_body_review_option .btn_qna a.kakao img{ display: block; margin: 0 0 0 -0.5rem; height: 2.2rem;}
    .sub_shopping_detail_body_review_option .btn_qna a.kakao p{ font-weight: 500;}
}


.sub_shopping_detail_body_review_list{}
.sub_shopping_detail_body_review_list .wrap{ position: relative; padding: 20px 30px; border-bottom: 1px solid #e9e9e9; transition: all .2s;}
.sub_shopping_detail_body_review_list .wrap .best{ display: none; justify-content: center; align-items: center; position: absolute; z-index: 10; top: -1px; left: 10px; width: 40px;}
.sub_shopping_detail_body_review_list .wrap .best p{ position: absolute; padding-bottom: 5px; font-size: 12px; font-weight: 500; color: #FFF;}
.sub_shopping_detail_body_review_list .wrap .best img{ display: block; width: 100%;}
.sub_shopping_detail_body_review_list .wrap .best.on{ display: flex;}
.sub_shopping_detail_body_review_list .wrap .user{ display: flex; align-items: center; grid-gap: 20px; cursor: pointer;}
.sub_shopping_detail_body_review_list .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%);}
.sub_shopping_detail_body_review_list .wrap .user .fr{ flex: 1; display: flex; align-items: center; grid-gap: 30px; position: relative;}
.sub_shopping_detail_body_review_list .wrap .user .fr .star{ display: flex; align-items: center; grid-gap: 5px;}
.sub_shopping_detail_body_review_list .wrap .user .fr .star i{ padding-bottom: 2px; font-size: 18px; color: #f8d100;}
.sub_shopping_detail_body_review_list .wrap .user .fr .star p{ font-size: 18px; font-weight: 700; color: #000;}
.sub_shopping_detail_body_review_list .wrap .user .fr .name{ font-size: 14px; color: #666;}
.sub_shopping_detail_body_review_list .wrap .user .fr .date{ position: absolute; top: 0; right: 0; font-size: 14px; color: #999;}
.sub_shopping_detail_body_review_list .wrap .text{ display: block; margin: 0 0 0 70px; cursor: pointer;}
.sub_shopping_detail_body_review_list .wrap .text p{ line-height: 1.4; font-size: 15px; color: #000;}
.sub_shopping_detail_body_review_list .wrap > .img{ display: flex; grid-gap: 5px; margin: 20px 0 0 70px; cursor: pointer;}
.sub_shopping_detail_body_review_list .wrap > .img .row{ display: block; width: 60px; height: 60px; border-radius: 5px; border: 1px solid rgba(0 0 0/10%); cursor: pointer;}
.sub_shopping_detail_body_review_list .wrap .btn{ display: flex; align-items: center; grid-gap: 5px; margin: 20px 0 0 70px;}
.sub_shopping_detail_body_review_list .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;}
.sub_shopping_detail_body_review_list .wrap .btn a i{ font-size: 14px; color: #999;}
.sub_shopping_detail_body_review_list .wrap .btn a p{ font-size: 12px; color: #666;}
.sub_shopping_detail_body_review_list .wrap .btn a.on{ border-color: #F00;0}
.sub_shopping_detail_body_review_list .wrap .btn a.on i{ color: #F00;}
.sub_shopping_detail_body_review_list .wrap .btn a.on p{ color: #F00;}
.sub_shopping_detail_body_review_list .wrap:hover{ background: #fafafa;}
@media(max-width: 767px){
    .sub_shopping_detail_body_review_list{ margin: 0 1rem;}
    .sub_shopping_detail_body_review_list .wrap{ position: relative; padding: 1.5rem 0; border-bottom: 1px solid #e9e9e9; transition: all .2s;}
    .sub_shopping_detail_body_review_list .wrap .best{ display: none; justify-content: center; align-items: center; position: absolute; z-index: 10; top: -1px; left: 0; width: 2rem;}
    .sub_shopping_detail_body_review_list .wrap .best p{ position: absolute; padding-bottom: 0.2rem; font-size: 0.65rem; font-weight: 500; color: #FFF;}
    .sub_shopping_detail_body_review_list .wrap .best img{ display: block; width: 100%;}
    .sub_shopping_detail_body_review_list .wrap .best.on{ display: flex;}
    .sub_shopping_detail_body_review_list .wrap .user{ display: flex; align-items: center; grid-gap: 1rem; cursor: pointer;}
    .sub_shopping_detail_body_review_list .wrap .user .img{ flex: 0 0 3rem; height: 3rem; border-radius: 50%; border: 1px solid #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%);}
    .sub_shopping_detail_body_review_list .wrap .user .fr{ flex: 1; display: flex; align-items: center; grid-gap: 1rem; position: relative;}
    .sub_shopping_detail_body_review_list .wrap .user .fr .star{ display: flex; align-items: center; grid-gap: 0.5rem;}
    .sub_shopping_detail_body_review_list .wrap .user .fr .star i{ padding-bottom: 0.1rem; font-size: 1.2rem; color: #f8d100;}
    .sub_shopping_detail_body_review_list .wrap .user .fr .star p{ font-size: 1.2rem; font-weight: 700; color: #000;}
    .sub_shopping_detail_body_review_list .wrap .user .fr .name{ font-size: 1rem; color: #666;}
    .sub_shopping_detail_body_review_list .wrap .user .fr .date{ position: absolute; top: 0; right: 0; line-height: 1.4rem; font-size: 0.9rem; color: #999;}
    .sub_shopping_detail_body_review_list .wrap .text{ display: block; margin: 0 0 0 4rem; cursor: pointer;}
    .sub_shopping_detail_body_review_list .wrap .text p{ line-height: 1.4; font-size: 1rem; color: #000;}
    .sub_shopping_detail_body_review_list .wrap > .img{ display: flex; grid-gap: 0.5rem; margin: 1rem 0 0 4rem; cursor: pointer;}
    .sub_shopping_detail_body_review_list .wrap > .img .row{ display: block; width: 4rem; height: 4rem; border-radius: 0.5rem; border: 1px solid rgba(0 0 0/10%); cursor: pointer;}
    .sub_shopping_detail_body_review_list .wrap .btn{ display: flex; align-items: center; grid-gap: 0.5rem; margin: 1rem 0 0 4rem;}
    .sub_shopping_detail_body_review_list .wrap .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;}
    .sub_shopping_detail_body_review_list .wrap .btn a i{ font-size: 0.9rem; color: #999;}
    .sub_shopping_detail_body_review_list .wrap .btn a p{ font-size: 0.9rem; color: #666;}
    .sub_shopping_detail_body_review_list .wrap .btn a.on{ border-color: #F00;0}
    .sub_shopping_detail_body_review_list .wrap .btn a.on i{ color: #F00;}
    .sub_shopping_detail_body_review_list .wrap .btn a.on p{ color: #F00;}
}


.sub_shopping_detail_body_qna_list{}
.sub_shopping_detail_body_qna_list .wrap{ padding: 20px 30px; border-bottom: 1px solid #e9e9e9; transition: all .2s; cursor: pointer;}
.sub_shopping_detail_body_qna_list .wrap .head{ position: relative;}
.sub_shopping_detail_body_qna_list .wrap .head .user{ display: flex; align-items: center; grid-gap: 20px;}
.sub_shopping_detail_body_qna_list .wrap .head .user .result{ display: flex; justify-content: center; align-items: center; flex: 0 0 80px; height: 35px; border-radius: 10px; border: 1px solid #e5e5e5; background: #FFF; font-size: 14px; color: #333;}
.sub_shopping_detail_body_qna_list .wrap .head .user .result.on{ border-color: #000; background: #000; color: #FFF;}
.sub_shopping_detail_body_qna_list .wrap .head .user .result br{ display: none;}
.sub_shopping_detail_body_qna_list .wrap .head .user .fr{ flex: 1; display: flex; align-items: center; grid-gap: 30px;}
.sub_shopping_detail_body_qna_list .wrap .head .user .fr .name{ font-size: 14px; color: #666;}
.sub_shopping_detail_body_qna_list .wrap .head .user .fr .class{ display: flex; align-items: center; font-size: 14px; color: #045bff; text-decoration: underline;}
.sub_shopping_detail_body_qna_list .wrap .head .user .fr .date{ font-size: 14px; color: #999;}
.sub_shopping_detail_body_qna_list .wrap .head .user .fr i{ position: absolute; top: calc(50% - 15px); right: 0; line-height: 30px; font-size: 18px; color: #000; transition: all .2s;}
.sub_shopping_detail_body_qna_list .wrap .head .text{ display: flex; flex-direction: column; align-items: flex-start; margin: 10px 0 0 100px;}
.sub_shopping_detail_body_qna_list .wrap .head .text p{ line-height: 1.4; font-size: 15px; color: #000;}
.sub_shopping_detail_body_qna_list .wrap .head .img{ display: flex; grid-gap: 5px; margin: 20px 0 0 100px;}
.sub_shopping_detail_body_qna_list .wrap .head .img .row{ display: block; width: 60px; height: 60px; border-radius: 10px; border: 1px solid rgba(0 0 0/10%); cursor: pointer;}
.sub_shopping_detail_body_qna_list .wrap .body{ display: none; position: relative; margin-top: 20px; padding: 30px 0 30px 100px; border-radius: 20px; background: #f5f7fa;}
.sub_shopping_detail_body_qna_list .wrap .body i{ display: flex; justify-content: center; position: absolute; top: 30px; left: 0; width: 80px; font-size: 30px; color: #000;}

.sub_shopping_detail_body_qna_list .wrap .body .item{ display: flex; align-items: center; grid-gap: 10px; margin-bottom: 20px; padding: 10px 20px 10px 10px; width: 400px; border-radius: 20px; border: 1px solid #e5e5e5; background: #FFF;}
.sub_shopping_detail_body_qna_list .wrap .body .item .img{ flex: 0 0 100px; width: 100px; height: 100px; border-radius: 10px; border: 1px solid rgba(0 0 0/10%);}
.sub_shopping_detail_body_qna_list .wrap .body .item .fr{ display: flex; flex-direction: column; align-items: flex-start;}
.sub_shopping_detail_body_qna_list .wrap .body .item .fr .tit{ font-size: 16px; font-weight: 600; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.sub_shopping_detail_body_qna_list .wrap .body .item .fr .price{ display: block; margin-top: 10px;}
.sub_shopping_detail_body_qna_list .wrap .body .item .fr .price p:nth-child(1){ font-size: 14px; color: #999; text-decoration: line-through;}
.sub_shopping_detail_body_qna_list .wrap .body .item .fr .price p:nth-child(2){ display: flex; align-items: flex-end; padding-top: 2px;}
.sub_shopping_detail_body_qna_list .wrap .body .item .fr .price p:nth-child(2) span:nth-child(1){ font-size: 20px; font-weight: 700; color: #F00;}
.sub_shopping_detail_body_qna_list .wrap .body .item .fr .price p:nth-child(2) span:nth-child(2){ font-size: 20px; font-weight: 700; color: #000;}
.sub_shopping_detail_body_qna_list .wrap .body .item .fr .price p:nth-child(2) span:nth-child(3){ font-size: 16px; color: #999;}

.sub_shopping_detail_body_qna_list .wrap .body .text{ font-size: 14px; color: #999;}
.sub_shopping_detail_body_qna_list .wrap .body .text p{ line-height: 1.8; font-size: 15px; color: #000;}
.sub_shopping_detail_body_qna_list .wrap .body .text img{ display: block; margin-top: 20px; max-width: 100%; border-radius: 20px;}
.sub_shopping_detail_body_qna_list .wrap .body .date{ display: flex; align-items: center; grid-gap: 20px; margin-top: 20px;}
.sub_shopping_detail_body_qna_list .wrap .body .date p{ font-size: 14px; color: rgba(0 0 0/70%);}
.sub_shopping_detail_body_qna_list .wrap .body .date span{ display: block; width: 1px; height: 15px; background: rgba(0 0 0/10%);}
.sub_shopping_detail_body_qna_list .wrap.on .head .user .fr i{ transform: rotate(180deg);}
@media(max-width: 767px){
    .sub_shopping_detail_body_qna_list{}
    .sub_shopping_detail_body_qna_list .wrap{ margin: 0 1rem; padding: 1.5rem 0; border-bottom: 1px solid #e9e9e9; transition: all .2s; cursor: pointer;}
    .sub_shopping_detail_body_qna_list .wrap .head{ position: relative;}
    .sub_shopping_detail_body_qna_list .wrap .head .user{ display: flex; align-items: center; grid-gap: 1rem;}
    .sub_shopping_detail_body_qna_list .wrap .head .user .result{ display: flex; justify-content: center; align-items: center; flex: 0 0 3rem; height: 3rem; border-radius: 50%; border: 1px solid #e5e5e5; background: #FFF; font-size: 0.85rem; color: #333;}
    .sub_shopping_detail_body_qna_list .wrap .head .user .result.on{ border-color: #000; background: #000; color: #FFF;}
    .sub_shopping_detail_body_qna_list .wrap .head .user .result br{ display: block;}
    .sub_shopping_detail_body_qna_list .wrap .head .user .fr{ flex: 1; display: flex; align-items: center; grid-gap: 1rem;}
    .sub_shopping_detail_body_qna_list .wrap .head .user .fr .name{ font-size: 1rem; color: #666;}
    .sub_shopping_detail_body_qna_list .wrap .head .user .fr .class{ display: flex; align-items: center; font-size: 1rem; color: #045bff; text-decoration: underline;}
    .sub_shopping_detail_body_qna_list .wrap .head .user .fr .date{ font-size: 0.9rem; color: #999;}
    .sub_shopping_detail_body_qna_list .wrap .head .user .fr i{ position: absolute; top: calc(50% - 0.5rem); right: 0; font-size: 1rem; color: #000; transition: all .2s;}
    .sub_shopping_detail_body_qna_list .wrap .head .text{ display: flex; flex-direction: column; align-items: flex-start; margin: 0 2rem 0 4rem;}
    .sub_shopping_detail_body_qna_list .wrap .head .text p{ line-height: 1.4; font-size: 1rem; color: #000;}
    .sub_shopping_detail_body_qna_list .wrap .head .img{ display: flex; grid-gap: 0.5rem; margin: 1rem 0 0 4rem;}
    .sub_shopping_detail_body_qna_list .wrap .head .img .row{ display: block; width: 4rem; height: 4rem; border-radius: 0.5rem; border: 1px solid rgba(0 0 0/10%); cursor: pointer;}
    .sub_shopping_detail_body_qna_list .wrap .body{ display: none; position: relative; margin-top: 1rem; padding: 1.5rem 1.5rem 1.5rem 4rem; border-radius: 1rem; background: #f5f7fa;}
    .sub_shopping_detail_body_qna_list .wrap .body i{ display: flex; justify-content: center; position: absolute; top: 1.5rem; left: 0; width: 4rem; font-size: 2rem; color: #000;}

    .sub_shopping_detail_body_qna_list .wrap .body .item{ display: flex; align-items: center; grid-gap: 1rem; margin-bottom: 1rem; padding: 1rem; width: auto; border-radius: 1rem; border: 1px solid #e5e5e5; background: #FFF;}
    .sub_shopping_detail_body_qna_list .wrap .body .item .img{ flex: 0 0 6rem; width: 6rem; height: 6rem; border-radius: 0.5rem; border: 1px solid rgba(0 0 0/10%);}
    .sub_shopping_detail_body_qna_list .wrap .body .item .fr{ display: flex; flex-direction: column; align-items: flex-start;}
    .sub_shopping_detail_body_qna_list .wrap .body .item .fr .tit{ font-size: 1.1rem; font-weight: 600; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
    .sub_shopping_detail_body_qna_list .wrap .body .item .fr .price{ display: block; margin-top: 1rem;}
    .sub_shopping_detail_body_qna_list .wrap .body .item .fr .price p:nth-child(1){ font-size: 0.9rem; color: #999; text-decoration: line-through;}
    .sub_shopping_detail_body_qna_list .wrap .body .item .fr .price p:nth-child(2){ display: flex; align-items: flex-end; padding-top: 0.1rem;}
    .sub_shopping_detail_body_qna_list .wrap .body .item .fr .price p:nth-child(2) span:nth-child(1){ font-size: 1.2rem; font-weight: 700; color: #F00;}
    .sub_shopping_detail_body_qna_list .wrap .body .item .fr .price p:nth-child(2) span:nth-child(2){ font-size: 1.2rem; font-weight: 700; color: #000;}
    .sub_shopping_detail_body_qna_list .wrap .body .item .fr .price p:nth-child(2) span:nth-child(3){ font-size: 0.9rem; color: #999;}

    .sub_shopping_detail_body_qna_list .wrap .body .text{ font-size: 1rem; color: #999;}
    .sub_shopping_detail_body_qna_list .wrap .body .text p{ line-height: 1.8; font-size: 1rem; color: #000;}
    .sub_shopping_detail_body_qna_list .wrap .body .text img{ display: block; margin-top: 1rem; max-width: 100%; border-radius: 1rem;}
    .sub_shopping_detail_body_qna_list .wrap .body .date{ display: flex; align-items: center; grid-gap: 1rem; margin-top: 1.5rem;}
    .sub_shopping_detail_body_qna_list .wrap .body .date p{ font-size: 0.9rem; color: rgba(0 0 0/70%);}
    .sub_shopping_detail_body_qna_list .wrap .body .date span{ display: block; width: 1px; height: 1rem; background: rgba(0 0 0/10%);}
    .sub_shopping_detail_body_qna_list .wrap.on .head .user .fr i{ transform: rotate(180deg);}
}



.sub_shopping_step{ display: flex; justify-content: center; position: relative; margin-bottom: 50px; padding: 20px 30px; border-radius: 20px; border: 1px solid #e5e5e5; background: linear-gradient(90deg, rgba(0 0 0/5%), rgba(0 0 0/0)); box-shadow: 0 3px 5px 0 rgba(0 0 0/2%);}
.sub_shopping_step .wrap{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; position: relative; width: 33.333%;}
.sub_shopping_step .wrap .t1{ display: flex; align-items: center; grid-gap: 0 10px; padding: 0 10px; height: 25px; border-radius: 20px; border: 1px solid #e5e5e5; background: #FFF; font-size: 12px; color: #999;}
.sub_shopping_step .wrap .t2{ font-size: 18px; font-weight: 500; color: #999;}
.sub_shopping_step .wrap i{ display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; right: -20px; margin: -20px 0 0 0; width: 40px; height: 40px; font-size: 20px; color: #999;}
.sub_shopping_step .wrap.on .t1{ border-color: #000; background: #000; color: #FFF; font-weight: 600;}
.sub_shopping_step .wrap.on .t2{ font-weight: 700; color: #000;}
@media(max-width: 767px){
    .sub_shopping_step{ margin-bottom: 2rem; padding: 1.5rem 0; border-radius: 1.5rem;}
    .sub_shopping_step .wrap{ flex-direction: column; justify-content: center; align-items: center; grid-gap: 0.5rem;}
    .sub_shopping_step .wrap .t1{ padding: 0 0.6rem; height: 1.4rem; border-radius: 2rem; font-size: 0.8rem;}
    .sub_shopping_step .wrap .t2{ font-size: 1.2rem;}
    .sub_shopping_step .wrap i{ right: -1rem; margin: -1rem 0 0 0; width: 2rem; height: 2rem; font-size: 1rem; color: #FFF;}

}


.sub_shopping_cart{ display: flex; align-items: flex-start; grid-gap: 50px;}
.sub_shopping_cart_fl{ flex: 1;}
@media(max-width: 1500px){
    .sub_shopping_cart{ display: block;}
}


.sub_shopping_cart_option{ display: flex; justify-content: space-between; align-items: center; padding: 0 0 20px 0; border-bottom: 1px solid #000;}
.sub_shopping_cart_option .check{ display: flex; align-items: center; grid-gap: 15px; cursor: pointer;}
.sub_shopping_cart_option .check i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #e5e5e5; background: #FFF; font-size: 12px; color: #666;}
.sub_shopping_cart_option .check p{ font-size: 15px; font-weight: 500; color: #666;}
.sub_shopping_cart_option .check.on i{ border-color: #000; background: #000; color: #FFF;}
.sub_shopping_cart_option .check.on p{ color: #000;}
.sub_shopping_cart_option .btn{ display: flex; grid-gap: 10px; }
.sub_shopping_cart_option .btn a{ display: flex; align-items: center; padding: 0 15px; height: 40px; border-radius: 20px; border: 1px solid #e5e5e5; background: #FFF; cursor: pointer; transition: all .2s;}
.sub_shopping_cart_option .btn a p{ font-size: 14px; color: #000;}
.sub_shopping_cart_option .btn a:hover{ border-color: #000;}
.sub_shopping_cart_option .btn a.full{ border-color: #000; background: #000;}
.sub_shopping_cart_option .btn a.full p{ font-weight: 600; color: #FFF;}
@media(max-width: 767px){
    .sub_shopping_cart_option{ grid-gap: 1rem; padding: 0 0 1rem 0;}
    .sub_shopping_cart_option .check{ grid-gap: 0.4rem;}
    .sub_shopping_cart_option .check i{ width: 1.8rem; height: 1.8rem; font-size: 0.8rem;}
    .sub_shopping_cart_option .check p{ font-size: 1.2rem;}
    .sub_shopping_cart_option .btn{ grid-gap: 0.4rem;}
    .sub_shopping_cart_option .btn a{ padding: 0 0.8rem; height: 2.5rem; border-radius: 2rem;}
    .sub_shopping_cart_option .btn a p{ font-size: 0.9rem;}
}


.sub_shopping_cart_list{ display: grid;}
.sub_shopping_cart_list .wrap{ display: flex; grid-gap: 15px; padding: 20px; border-bottom: 1px solid #e5e5e5;}
.sub_shopping_cart_list .wrap .check{ flex: 0 0 25px; display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.sub_shopping_cart_list .wrap .check i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #e5e5e5; background: #FFF; font-size: 12px; color: #666;}
.sub_shopping_cart_list .wrap .check.on i{ border-color: #000; background: #000; color: #FFF;}
.sub_shopping_cart_list .wrap .row{ flex: 1; display: flex; justify-content: space-between; align-items: center; grid-gap: 40px;}
.sub_shopping_cart_list .wrap .row .item{ flex: 1; display: flex; align-items: center; grid-gap: 15px;}
.sub_shopping_cart_list .wrap .row .item .img{ flex: 0 0 100px; width: 100px; height: 100px; border-radius: 10px; border: 1px solid rgba(0 0 0/10%);}
.sub_shopping_cart_list .wrap .row .item .fr{ display: flex; flex-direction: column; align-items: flex-start;}
.sub_shopping_cart_list .wrap .row .item .fr .code{ display: block; font-size: 13px; color: #666;}
.sub_shopping_cart_list .wrap .row .item .fr .tit{ display: block; margin-top: 10px; font-size: 16px; font-weight: 600; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.sub_shopping_cart_list .wrap .row .item .fr .op{ display: flex; align-items: center; margin-top: 10px; padding: 5px 5px 5px 15px; min-height: 40px; border-radius: 10px; background: #f6f8fb;}
.sub_shopping_cart_list .wrap .row .item .fr .op p{ max-width: 200px; min-width: 200px; padding-right: 10px; font-size: 12px; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.sub_shopping_cart_list .wrap .row .item .fr .op .btn{ display: flex; justify-content: center; align-items: center; margin-left: 10px; padding: 0 10px; height: 30px; border-radius: 10px; border: 1px solid #e5e5e5; background: #FFF; font-size: 12px; color: #000; cursor: pointer; transition: all .2s;}
.sub_shopping_cart_list .wrap .row .item .fr .op .btn:hover{ border-color: #000; color: #000;}
.sub_shopping_cart_list .wrap .row .price{ flex: 0 0 200px; display: block;}
.sub_shopping_cart_list .wrap .row .price p:nth-child(1){ font-size: 13px; color: #999; text-decoration: line-through;}
.sub_shopping_cart_list .wrap .row .price p:nth-child(2){ display: flex; align-items: flex-end; padding-top: 2px;}
.sub_shopping_cart_list .wrap .row .price p:nth-child(2) span:nth-child(1){ font-size: 20px; font-weight: 700; color: #F00;}
.sub_shopping_cart_list .wrap .row .price p:nth-child(2) span:nth-child(2){ font-size: 20px; font-weight: 700; color: #000;}
.sub_shopping_cart_list .wrap .row .price p:nth-child(2) span:nth-child(3){ padding: 0 0 2px 2px; font-size: 13px; color: #999;}
.sub_shopping_cart_list .wrap .row .quantity{ display: flex;}
.sub_shopping_cart_list .wrap .row .quantity i{ display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; border: 1px solid #e5e5e5; background: #FFF; font-size: 14px; color: #000; cursor: pointer;}
.sub_shopping_cart_list .wrap .row .quantity i:nth-child(1){ border-radius: 10px 0 0 10px;}
.sub_shopping_cart_list .wrap .row .quantity i:nth-child(3){ border-radius: 0 10px 10px 0;}
.sub_shopping_cart_list .wrap .row .quantity i:hover{ background: #fafafa;}
.sub_shopping_cart_list .wrap .row .quantity input{ display: flex; align-items: center; margin: 0; padding: 0; width: 50px; height: 35px; border-radius: 0; border: 1px solid rgba(0 0 0/10%); border-right: 0; border-left: 0; background: #FFF; text-align: center; font-size: 14px; color: #000; outline: none; -webkit-appearance: none;}
.sub_shopping_cart_list .wrap .row > .btn{ display: flex; grid-gap: 5px;}
.sub_shopping_cart_list .wrap .row > .btn a{ display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; border-radius: 10px; border: 1px solid #e5e5e5; cursor: pointer; transition: all .2s;}
.sub_shopping_cart_list .wrap .row > .btn a i{ font-size: 13px; color: #666;}
.sub_shopping_cart_list .wrap .row > .btn a:hover{ border-color: #000;}
.sub_shopping_cart_list .wrap .row > .btn a.on{ border-color: #F00; background: #F00;}
.sub_shopping_cart_list .wrap .row > .btn a.on i{ color: #FFF;}
@media(max-width: 1500px){
    .sub_shopping_cart_list .wrap .row{ grid-gap: 20px;}
    .sub_shopping_cart_list .wrap .row .item .fr .op p{ max-width: 140px; min-width: 140px;}
}
@media(max-width: 1000px){
    .sub_shopping_cart_list .wrap .row{ flex-wrap: wrap; grid-gap: 10px;}
    .sub_shopping_cart_list .wrap .row .item{ flex: 0 0 100%;}
}
@media(max-width: 767px){
    .sub_shopping_cart_list{}
    .sub_shopping_cart_list .wrap{ grid-gap: 1rem; padding: 1rem 0;}
    .sub_shopping_cart_list .wrap .check{ flex: 0 0 1.8rem; grid-gap: 0;}
    .sub_shopping_cart_list .wrap .check i{ width: 1.8rem; height: 1.8rem; font-size: 0.8rem;}
    .sub_shopping_cart_list .wrap .row{ grid-gap: 0.6rem 0.4rem; position: relative;}
    .sub_shopping_cart_list .wrap .row .item{ grid-gap: 0.8rem;}
    .sub_shopping_cart_list .wrap .row .item .img{ flex: 0 0 8rem; width: 8rem; height: 8rem; border-radius: 1rem;}
    .sub_shopping_cart_list .wrap .row .item .fr{ display: flex; flex-direction: column; align-items: flex-start;}
    .sub_shopping_cart_list .wrap .row .item .fr .code{ font-size: 0.8rem;}
    .sub_shopping_cart_list .wrap .row .item .fr .tit{ margin-top: 0.6rem; font-size: 1.1rem;}
    .sub_shopping_cart_list .wrap .row .item .fr .op{ margin-top: 0.8rem; padding: 0.5rem 0.5rem 0.5rem 1rem; min-height: auto; border-radius: 1rem;}
    .sub_shopping_cart_list .wrap .row .item .fr .op p{ flex: 1; max-width: auto; min-width: auto; padding-right: 0; font-size: 0.9rem;}
    .sub_shopping_cart_list .wrap .row .item .fr .op .btn{ margin-left: 0.8rem; padding: 0 0.8rem; height: 2.5rem; border-radius: 1rem; font-size: 0.9rem;}

    .sub_shopping_cart_list .wrap .row .price{ flex: initial;}
    .sub_shopping_cart_list .wrap .row .price p:nth-child(1){ font-size: 0.8rem;}
    .sub_shopping_cart_list .wrap .row .price p:nth-child(2){ padding-top: 0.1rem;}
    .sub_shopping_cart_list .wrap .row .price p:nth-child(2) span:nth-child(1){ font-size: 1.2rem;}
    .sub_shopping_cart_list .wrap .row .price p:nth-child(2) span:nth-child(2){ font-size: 1.2rem;}
    .sub_shopping_cart_list .wrap .row .price p:nth-child(2) span:nth-child(3){ padding: 0 0 0.1rem 0.1rem; font-size: 0.9rem;}

    .sub_shopping_cart_list .wrap .row .quantity{ position: absolute; right: 5.2rem; bottom: 0;}
    .sub_shopping_cart_list .wrap .row .quantity i{ width: 2.2rem; height: 2.2rem; font-size: 0.9rem;}
    .sub_shopping_cart_list .wrap .row .quantity i:nth-child(1){ border-radius: 0.6rem 0 0 0.6rem;}
    .sub_shopping_cart_list .wrap .row .quantity i:nth-child(3){ border-radius: 0 0.6rem 0.6rem 0;}
    .sub_shopping_cart_list .wrap .row .quantity input{ width: 3rem; height: 2.2rem; font-size: 1rem;}

    .sub_shopping_cart_list .wrap .row > .btn{ grid-gap: 0.4rem; position: absolute; right: 0; bottom: 0;}
    .sub_shopping_cart_list .wrap .row > .btn a{ width: 2.2rem; height: 2.2rem; border-radius: 0.6rem;}
    .sub_shopping_cart_list .wrap .row > .btn a i{ font-size: 0.9rem;}
}


.sub_shopping_pay{ padding: 30px; width: 250px; border-radius: 20px; border: 1px solid #e5e5e5; box-shadow: 0 10px 20px 0 rgba(0 0 0/5%);}
.sub_shopping_pay .head{ font-size: 20px; font-weight: 600; color: #000;}
.sub_shopping_pay .list{ display: grid; grid-gap: 20px; margin-top: 30px;}
.sub_shopping_pay .list .wrap{ display: flex; justify-content: space-between; align-items: flex-end;}
.sub_shopping_pay .list .wrap .tit{ font-size: 13px; color: #666;}
.sub_shopping_pay .list .wrap .txt{ display: flex; align-items: flex-end; grid-gap: 2px;}
.sub_shopping_pay .list .wrap .txt p{ margin-bottom: -2px; font-size: 16px; font-weight: 500; color: #000;}
.sub_shopping_pay .list .wrap .txt span{ font-size: 13px; color: #666;}
.sub_shopping_pay .list .wrap.full{ flex-direction: column; border-top: 1px solid #e5e5e5; padding-top: 20px;}
.sub_shopping_pay .list .wrap.full .tit{ font-size: 15px; font-weight: 500; color: #000;}
.sub_shopping_pay .list .wrap .full{ display: flex; justify-content: space-between; align-items: flex-end; margin-top: 3px;}
.sub_shopping_pay .list .wrap .full p{ margin-bottom: -3px; font-size: 24px; font-weight: 700; color: #F00;}
.sub_shopping_pay .list .wrap .full span{ font-size: 13px; color: #666;}
.sub_shopping_pay .btn{ display: flex; justify-content: center; align-items: center; margin-top: 20px; height: 45px; border-radius: 50px; background: #F00; font-size: 16px; font-weight: 700; color: #FFF; cursor: pointer;}
@media(max-width: 1500px){
    .sub_shopping_pay{ margin-top: 50px; width: auto;}
}
@media(max-width: 767px){
    .sub_shopping_pay{ margin-top: 2rem; padding: 2rem; border-radius: 1.5rem;}
    .sub_shopping_pay .head{ font-size: 1.6rem;}
    .sub_shopping_pay .list{ grid-gap: 1.2rem; margin-top: 2rem;}
    .sub_shopping_pay .list .wrap .tit{ font-size: 1rem;}
    .sub_shopping_pay .list .wrap .txt{ grid-gap: 0.2rem;}
    .sub_shopping_pay .list .wrap .txt p{ margin-bottom: -0.15em; font-size: 1.2rem;}
    .sub_shopping_pay .list .wrap .txt span{ font-size: 1rem;}
    .sub_shopping_pay .list .wrap.full{ padding-top: 1.2rem;}
    .sub_shopping_pay .list .wrap.full .tit{ font-size: 1.2rem;}
    .sub_shopping_pay .list .wrap .full{ margin-top: 0.5rem;}
    .sub_shopping_pay .list .wrap .full p{ margin-bottom: -0.2rem; font-size: 2rem;}
    .sub_shopping_pay .list .wrap .full span{ font-size: 1.2rem;}
    .sub_shopping_pay .btn{ margin-top: 1.5rem; height: 3.5rem; border-radius: 3rem; font-size: 1.2rem;}
}

.sub_shopping_pay_m{ display: none;}
@media(max-width: 767px){
    .sub_shopping_pay_m{ display: flex; justify-content: space-between; align-items: center; position: fixed; z-index: 90; right: 0; bottom: 5.5rem; left: 0; padding: 1rem; background: #FFF; box-shadow: 0 -1px 0 0 rgba(0 0 0/8%);}
    .sub_shopping_pay_m .check{ display: flex; align-items: center; grid-gap: 0.5rem; cursor: pointer;}
    .sub_shopping_pay_m .check i{ display: flex; justify-content: center; align-items: center; width: 1.8rem; height: 1.8rem; border-radius: 50%; border: 1px solid #e5e5e5; background: #FFF; font-size: 0.8rem; color: #666;}
    .sub_shopping_pay_m .check p{ font-size: 1.2rem; color: #333;}
    .sub_shopping_pay_m .check.on i{ border-color: #000; background: #000; color: #FFF;}
    .sub_shopping_pay_m .check.on p{ color: #000;}
    .sub_shopping_pay_m .fr{ display: flex; align-items: center; grid-gap: 1rem;}
    .sub_shopping_pay_m .fr .price{ display: flex; align-items: flex-end;}
    .sub_shopping_pay_m .fr .price p{ margin-bottom: -0.1rem; font-size: 1.4rem; font-weight: 700; color: #F00; letter-spacing: 0;}
    .sub_shopping_pay_m .fr .price span{ font-size: 0.9rem; color: #666;}
    .sub_shopping_pay_m .fr .btn{ display: flex; justify-content: center; align-items: center; padding: 0 1.5rem; height: 3rem; border-radius: 2rem; background: #F00; font-size: 1.2rem; font-weight: 600; color: #FFF; cursor: pointer;}
}



.sub_shopping_payment_tit{ display: flex; justify-content: space-between; align-items: center; margin: 50px 0 0 0; padding-bottom: 15px; border-bottom: 1px solid #000;}
.sub_shopping_payment_tit .tit{ font-size: 24px; font-weight: 700; color: #000;}
@media(max-width: 767px){
    .sub_shopping_payment_tit{ margin: 3rem 0 0 0; padding-bottom: 1rem;}
    .sub_shopping_payment_tit .tit{ font-size: 1.8rem;}
}


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

.sub_shopping_payment_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;}
.sub_shopping_payment_write input:focus{ border-color: #000;}
.sub_shopping_payment_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;}
.sub_shopping_payment_write select:focus{ border-color: #000;}
.sub_shopping_payment_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;}
.sub_shopping_payment_write textarea:focus{ border-color: #000;}

.sub_shopping_payment_write .address{ flex: 1; display: grid; grid-gap: 10px;}
.sub_shopping_payment_write .address .ft{ display: flex; grid-gap: 10px; max-width: 400px;}
.sub_shopping_payment_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;}

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

.sub_shopping_payment_write .id_check{ display: flex; grid-gap: 5px;}
.sub_shopping_payment_write .id_check .btn{ flex: 0 0 120px; display: flex; justify-content: center; align-items: center; height: 50px; border-radius: 30px; background: #2768d6; font-size: 16px; font-weight: 500; color: #FFF; cursor: pointer;}

.sub_shopping_payment_write .tel{ display: flex; grid-gap: 10px;}
.sub_shopping_payment_write .tel input{ width: 50%; text-align: center;}
.sub_shopping_payment_write .tel input:nth-child(1){ flex: 0 0 100px;}

.sub_shopping_payment_write .maile{ display: flex; grid-gap: 10px;}
.sub_shopping_payment_write .maile .fl{ display: flex; align-items: center; grid-gap: 5px; width: 66%;}
.sub_shopping_payment_write .maile .fl p{ font-size: 16px; color: #999;}
.sub_shopping_payment_write .maile select{ width: 34%;}
@media(max-width: 767px){
    .sub_shopping_payment_write .wrap{ padding: 1rem 0;}
    .sub_shopping_payment_write .wrap .tit{ position: initial; padding-bottom: 0.6rem; line-height: 1; font-size: 1rem;}
    .sub_shopping_payment_write .wrap .txt{ margin: 0.6rem 0 0 0; font-size: 0.9rem;}
    .sub_shopping_payment_write .wrap .text{ padding: 0.2rem 0; font-size: 1.2rem;}

    .sub_shopping_payment_write input{ padding: 0 1.2rem; height: 3.2rem; border-radius: 1rem; font-size: 1.1rem;}
    .sub_shopping_payment_write select{ padding: 0 3.2rem 0 1.2rem; height: 3.5rem; border-radius: 1rem; background:url(/images/icon_down.svg) no-repeat center right 1rem #f6f8fb; background-size: 1.2rem auto; font-size: 1.1rem;}
    .sub_shopping_payment_write textarea{ padding: 0.8rem 1.2rem; height: 6rem; border-radius: 1rem; font-size: 1.1rem;}

    .sub_shopping_payment_write .address{ grid-gap: 0.6rem;}
    .sub_shopping_payment_write .address .ft{ grid-gap: 0.6rem;}
    .sub_shopping_payment_write .address .ft .btn{ flex: 0 0 8rem; height: 3.2rem; border-radius: 1rem; font-size: 1.1rem;}

    .sub_shopping_payment_write .check{ grid-gap: 1rem 1.4rem; padding: 0.6rem 0;}
    .sub_shopping_payment_write .check label{ grid-gap: 0.4rem;}
    .sub_shopping_payment_write .check label i{ flex: 0 0 1.6rem; width: 1.6rem; height: 1.6rem; font-size: 0.8rem;}
    .sub_shopping_payment_write .check label p{ font-size: 1.1rem;}

    .sub_shopping_payment_write .id_check{ display: flex; grid-gap: 5px;}
    .sub_shopping_payment_write .id_check .btn{ flex: 0 0 120px; display: flex; justify-content: center; align-items: center; height: 50px; border-radius: 30px; background: #2768d6; font-size: 16px; font-weight: 500; color: #FFF; cursor: pointer;}

    .sub_shopping_payment_write .tel{ display: flex; grid-gap: 10px;}
    .sub_shopping_payment_write .tel input{ width: 50%; text-align: center;}
    .sub_shopping_payment_write .tel input:nth-child(1){ flex: 0 0 100px;}

    .sub_shopping_payment_write .maile{ display: flex; grid-gap: 10px;}
    .sub_shopping_payment_write .maile .fl{ display: flex; align-items: center; grid-gap: 5px; width: 66%;}
    .sub_shopping_payment_write .maile .fl p{ font-size: 16px; color: #999;}
    .sub_shopping_payment_write .maile select{ width: 34%;}
}


.sub_shopping_payment_delivery{ display: grid; grid-template-columns: repeat(5,1fr); grid-gap: 10px;}
.sub_shopping_payment_delivery .wrap{ position: relative; padding: 30px; height: 100%; border-radius: 20px; border: 1px solid #e5e5e5; cursor: pointer;}
.sub_shopping_payment_delivery .wrap .new{ display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.sub_shopping_payment_delivery .wrap .new i{ font-size: 40px; color: #000;}
.sub_shopping_payment_delivery .wrap .new p{ margin: 10px 0 0 0; font-size: 16px; color: #000;}
.sub_shopping_payment_delivery .wrap .t1{ display: flex; align-items: center;}
.sub_shopping_payment_delivery .wrap .t1 p{ font-size: 15px; color: #000;}
.sub_shopping_payment_delivery .wrap .t1 span{ display: block; margin: 0 10px; width: 1px; height: 10px; background: #e5e5e5;}
.sub_shopping_payment_delivery .wrap .t2{ padding: 20px 0 10px 0; font-size: 14px; color: #666;}
.sub_shopping_payment_delivery .wrap .t3{ line-height: 1.2; font-size: 14px; color: #666;}
.sub_shopping_payment_delivery .wrap .btn{ display: flex; justify-content: flex-start; grid-gap: 5px; margin-top: 20px;}
.sub_shopping_payment_delivery .wrap .btn a{ display: flex; align-items: center; padding: 0 15px; height: 30px; border-radius: 20px; border: 1px solid #e5e5e5; font-size: 12px; color: #333; cursor: pointer; transition: all .2s;}
.sub_shopping_payment_delivery .wrap .btn a:hover{ border-color: #000; color: #000;}
.sub_shopping_payment_delivery .wrap .btn a.delete:hover{ border-color: #F00; color: #F00;}
.sub_shopping_payment_delivery .wrap.on{ border: 1px solid #000;}
.sub_shopping_payment_delivery.min{ grid-template-columns: repeat(3,1fr);}
.sub_shopping_payment_delivery.min .wrap{ cursor: initial;}
.sub_shopping_payment_delivery.min .wrap.on{ border-color: #e5e5e5;}
.sub_shopping_payment_delivery_new{ display: none;}
.sub_shopping_payment_delivery_new.on{ display: block;}
@media(max-width: 1500px){
    .sub_shopping_payment_delivery{ grid-template-columns: repeat(3,1fr);}
}
@media(max-width: 1000px){
    .sub_shopping_payment_delivery{ grid-template-columns: repeat(2,1fr);}
    .sub_shopping_payment_delivery{ grid-gap: 0.4rem;}
    .sub_shopping_payment_delivery .wrap{ padding: 1.5rem; border-radius: 1rem;}
    .sub_shopping_payment_delivery .wrap .new i{ font-size: 2rem;}
    .sub_shopping_payment_delivery .wrap .new p{ margin: 0.6rem 0 0 0; font-size: 1.2rem;}
    .sub_shopping_payment_delivery .wrap .t1 p{ font-size: 1rem;}
    .sub_shopping_payment_delivery .wrap .t1 span{ margin: 0 0.6rem;}
    .sub_shopping_payment_delivery .wrap .t2{ padding: 1rem 0 0.6rem 0; font-size: 1rem;}
    .sub_shopping_payment_delivery .wrap .t3{ font-size: 1rem;}

    .sub_shopping_payment_delivery .wrap .btn{ display: flex; justify-content: flex-start; grid-gap: 5px; margin-top: 20px;}
    .sub_shopping_payment_delivery .wrap .btn a{ display: flex; align-items: center; padding: 0 15px; height: 30px; border-radius: 20px; border: 1px solid #e5e5e5; font-size: 12px; color: #333; cursor: pointer; transition: all .2s;}
    .sub_shopping_payment_delivery .wrap .btn a:hover{ border-color: #000; color: #000;}
    .sub_shopping_payment_delivery .wrap .btn a.delete:hover{ border-color: #F00; color: #F00;}

    .sub_shopping_payment_delivery.min{ grid-template-columns: repeat(3,1fr);}
}
@media(max-width: 767px){
    .sub_shopping_payment_delivery.min{ grid-template-columns: repeat(2,1fr);}
}


.sub_shopping_payment_pay{ display: flex; justify-content: center; align-items: flex-end; grid-gap: 40px; padding: 50px 30px; border-bottom: 1px solid #e5e5e5;}
.sub_shopping_payment_pay .wrap{ display: flex; justify-content: space-between; align-items: flex-end; grid-gap: 10px;}
.sub_shopping_payment_pay .wrap .tit{ font-size: 14px; color: #666;}
.sub_shopping_payment_pay .wrap .txt{ display: flex; align-items: flex-end; grid-gap: 2px;}
.sub_shopping_payment_pay .wrap .txt p{ margin-bottom: -2px; font-size: 22px; font-weight: 600; color: #000;}
.sub_shopping_payment_pay .wrap .txt span{ font-size: 14px; color: #666;}
.sub_shopping_payment_pay .wrap.full .tit{ font-size: 15px; font-weight: 600; color: #000;}
.sub_shopping_payment_pay .wrap .full{ display: flex; justify-content: space-between; align-items: flex-end; margin-top: 3px;}
.sub_shopping_payment_pay .wrap .full p{ margin-bottom: -3px; font-size: 30px; font-weight: 700; color: #F00;}
.sub_shopping_payment_pay .wrap .full span{ font-size: 13px; color: #666;}
@media(max-width: 1000px){
    .sub_shopping_payment_pay{ display: grid; justify-content: initial; grid-gap: 15px; padding: 30px 0;}
    .sub_shopping_payment_pay .wrap{ width: 100%;}
}
@media(max-width: 767px){
    .sub_shopping_payment_pay{ grid-gap: 1rem; padding: 1rem 0;}
    .sub_shopping_payment_pay .wrap{ grid-gap: 0;}
    .sub_shopping_payment_pay .wrap .tit{ font-size: 1rem;}
    .sub_shopping_payment_pay .wrap .txt{ grid-gap: 0.2rem;}
    .sub_shopping_payment_pay .wrap .txt p{ margin-bottom: -0.1rem; font-size: 1.4rem;}
    .sub_shopping_payment_pay .wrap .txt span{ font-size: 1rem;}
    .sub_shopping_payment_pay .wrap.full .tit{ font-size: 1.2rem;}
    .sub_shopping_payment_pay .wrap .full{ margin-top: 0;}
    .sub_shopping_payment_pay .wrap .full p{ margin-bottom: -0.1rem; font-size: 2rem;}
    .sub_shopping_payment_pay .wrap .full span{ font-size: 1rem;}
}


.sub_shopping_success{ display: flex; flex-direction: column; align-items: center; padding: 50px; border-radius: 20px; background: #f6f8fb; text-align: center;}
.sub_shopping_success i{ display: flex; justify-content: center; align-items: center; width: 80px; height: 80px; border-radius: 50%; background: #F00; font-size: 40px; color: #FFF;}
.sub_shopping_success .tit{ margin-top: 20px; font-size: 36px; font-weight: 700; color: #000;}
.sub_shopping_success .txt{ margin-top: 20px; line-height: 1.4; font-size: 16px; color: #666;}
.sub_shopping_success .txt b{ font-weight: 600; color: #F00;}
@media(max-width: 767px){
    .sub_shopping_success{ padding: 3rem; border-radius: 1.5rem;}
    .sub_shopping_success i{ width: 4rem; height: 4rem; font-size: 2rem;}
    .sub_shopping_success .tit{ margin-top: 1rem; font-size: 2rem;}
    .sub_shopping_success .txt{ margin-top: 1rem; font-size: 1.1rem;}
}


.mypage_head{ display: flex; justify-content: space-between; align-items: center; padding: 50px; border-radius: 30px; background: #f6f8fb;}
.mypage_head .fl{ padding-right: 50px; width: 50%;}
.mypage_head .fl .user{ display: flex; align-items: center;}
.mypage_head .fl .user .img{ display: flex; justify-content: center; align-items: center; width: 80px; height: 80px;}
.mypage_head .fl .user .fr{ margin: 0 0 0 15px;}
.mypage_head .fl .user .fr .txt{ font-size: 16px; color: #666;}
.mypage_head .fl .user .fr .name{ margin-top: 5px; font-size: 20px; color: #000;}
.mypage_head .fl .user .fr .name b{ font-weight: 700; color: #000;}
.mypage_head .fl .user .fr .name span{ font-weight: 700; color: #d2ab5c;}
.mypage_head .fl .user .fr a{ display: flex; align-items: center; margin-top: 10px; font-size: 14px; color: #007aff; cursor: pointer;}
.mypage_head .fl .user .fr a i{ margin-left: 5px; font-size: 20px; color: #007aff;}
.mypage_head .fl .fb{ display: flex; justify-content: space-between; align-items: center; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(0 0 0/10%);}
.mypage_head .fl .fb .level{ line-height: 1.4; font-size: 15px; color: #333;}
.mypage_head .fl .fb .level b{ font-weight: 700; color: #000;}
.mypage_head .fl .fb .info{ display: flex; grid-gap: 30px;}
.mypage_head .fl .fb .info .wrap{}
.mypage_head .fl .fb .info .wrap p{ font-size: 13px; color: #666;}
.mypage_head .fl .fb .info .wrap span{ display: flex; align-items: flex-end; margin-top: 5px; font-size: 16px; color: #666;}
.mypage_head .fl .fb .info .wrap span b{ margin: 0 2px -2px 0; font-size: 20px; font-weight: 600; color: #000;}
.mypage_head .menu{ display: flex; align-items: center; padding: 40px 0; width: 50%; border-radius: 20px; background: #FFF; box-shadow: 0 5px 15px 0 rgba(0 0 0/5%);}
.mypage_head .menu a{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 33.333%;}
.mypage_head .menu a img{ display: block; height: 30px;}
.mypage_head .menu a .tit{ margin: 10px 0 0 0; font-size: 15px; color: #000;}
.mypage_head .menu a .txt{ display: flex; align-items: flex-end; margin: 10px 0 0 0;}
.mypage_head .menu a .txt b{ font-size: 26px; font-weight: 700; color: #000;}
.mypage_head .menu a .txt span{ padding: 0 0 2px 2px; font-size: 18px; color: #666;}
@media(max-width: 1500px){
    .mypage_head{ display: block;}
    .mypage_head .fl{ padding: 0; width: auto;}
    .mypage_head .menu{ margin-top: 30px; width: auto;}

}
@media(max-width: 1000px){
}
@media(max-width: 767px){
    .mypage_head{ padding: 1.5rem; border-radius: 1rem;}
    .mypage_head .fl .user .img{ width: 4rem; height: 4rem;}
    .mypage_head .fl .user .fr{ margin: 0 0 0 0.6rem;}
    .mypage_head .fl .user .fr .txt{ font-size: 1rem;}
    .mypage_head .fl .user .fr .name{ margin-top: 0.4rem; font-size: 1.2rem;}
    .mypage_head .fl .user .fr a{ margin-top: 0.6rem; font-size: 1rem;}
    .mypage_head .fl .user .fr a i{ margin-left: 0.2rem; font-size: 1.2rem;}
    .mypage_head .fl .fb{ display: block; margin-top: 1.5rem; padding-top: 1.5rem;}
    .mypage_head .fl .fb .level{ font-size: 1.1rem;}
    .mypage_head .fl .fb .info{ grid-gap: 0.4rem; margin-top: 1.5rem;}
    .mypage_head .fl .fb .info .wrap{ padding: 1.5rem; width: 50%; border-radius: 1rem; background: #FFF; box-shadow: 0 1px 5px 0 rgba(0 0 0/10%);}
    .mypage_head .fl .fb .info .wrap p{ font-size: 1rem;}
    .mypage_head .fl .fb .info .wrap span{ margin-top: 0.6rem; font-size: 1.2rem;}
    .mypage_head .fl .fb .info .wrap span b{ margin: 0 0.1rem -0.05rem 0; font-size: 1.4rem;}
    .mypage_head .menu{ margin-top: 0.4rem; padding: 1.5rem 0; border-radius: 1rem; box-shadow: 0 1px 5px 0 rgba(0 0 0/10%);}
    .mypage_head .menu a img{ height: 1.8rem;}
    .mypage_head .menu a .tit{ margin: 0.8rem 0 0 0; font-size: 1rem;}
    .mypage_head .menu a .txt{ margin: 0.4rem 0 0 0;}
    .mypage_head .menu a .txt b{ font-size: 1.4rem;}
    .mypage_head .menu a .txt span{ padding: 0 0 0.1rem 0.1rem; font-size: 1rem;}
}


.mypage_wrap{ display: flex; align-items: flex-start; grid-gap: 50px; margin-top: 50px;}
.mypage_wrap_fr{ flex: 1;}
@media(max-width: 1000px){
    .mypage_wrap{ flex-direction: column-reverse; grid-gap: 50px; margin-top: 0; width: 100%;}
    .mypage_wrap .mypage_menu{ display: none;}
    .mypage_wrap_fr{ margin-top: 50px; width: 100%;}
    .mypage_wrap_fr.mypage_main > div{ display: none;}
    .mypage_wrap_fr.mypage_main > .mypage_order_guide{ display: flex;}
}
@media(max-width: 767px){
    .mypage_wrap{ grid-gap: 2rem; margin-top: 0;}
    .mypage_wrap_fr{ margin-top: 2rem;}
}


.mypage_out_btn{ display: none; margin-top: 0; width: 100%;}
@media(max-width: 1000px){
    .mypage_out_btn{ display: block;}
}


.mypage_menu{ flex: 0 0 250px; border-radius: 20px; border: 1px solid #e5e5e5;}
.mypage_menu > ul{}
.mypage_menu > ul > li{ border-bottom: 1px solid #e5e5e5;}
.mypage_menu > ul > li:last-child{ border: 0;}
.mypage_menu > ul > li .head{ display: flex; justify-content: space-between; align-items: center; padding: 30px 20px 10px 20px;}
.mypage_menu > ul > li .head p{ font-size: 18px; font-weight: 600; color: #000;}
.mypage_menu > ul > li .head i{ font-size: 14px; color: #666; transition: all .2s;}
.mypage_menu > ul > li ul{ padding: 0 0 15px 0;}
.mypage_menu > ul > li ul li{}
.mypage_menu > ul > li ul li a{ display: flex; align-items: center; padding: 10px 30px; font-size: 15px; color: #333; transition: all .2s;}
.mypage_menu > ul > li ul li a span{ display: flex; align-items: center; margin-left: 10px; padding: 0 8px; height: 20px; border-radius: 10px; background: #000; font-size: 12px; color: #FFF;}
.mypage_menu > ul > li ul li a:hover{ background: #fafafa;}
.mypage_menu > ul > li ul li.on a{ font-weight: 600; color: #F00;}
.mypage_menu > ul > li.on .head i{ transform: rotate(180deg);}
@media(max-width: 1000px){
    .mypage_menu{ width: 100%;}
    .mypage_menu > ul > li .head{ padding: 20px;}
    .mypage_menu > ul > li ul{ display: flex; flex-wrap: wrap; grid-gap: 15px 30px; padding: 0 20px 20px 20px;}
    .mypage_menu > ul > li ul li a{ padding: 0;}
    .mypage_menu.my > ul > li ul{ display: flex !important;}
    .mypage_menu.main{ display: block;}
}
@media(max-width: 767px){
    .mypage_menu{ border-radius: 1rem;}
    .mypage_menu > ul > li{}
    .mypage_menu > ul > li .head{ padding: 1.5rem;}
    .mypage_menu > ul > li .head p{ font-size: 1.2rem;}
    .mypage_menu > ul > li .head i{ font-size: 1rem; transition: all .2s;}
    .mypage_menu > ul > li ul{ grid-gap: 1rem 1.5rem; padding: 0 1.5rem 1.5rem 1.5rem;}
    .mypage_menu > ul > li ul li a{ padding: 0; font-size: 1.1rem;}
    .mypage_menu > ul > li ul li a span{ margin-left: 0.4rem; padding: 0 0.6rem; height: 1.5rem; border-radius: 1rem; font-size: 0.8rem;}
}


.mypage_order_guide{ display: flex; justify-content: space-evenly; padding: 20px 0; border-radius: 20px; border: 1px solid #e5e5e5;}
.mypage_order_guide a{ display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; padding: 25px 0; width: 100px; height: 100px; border-radius: 20px; background: #FFF; cursor: pointer;}
.mypage_order_guide a img{ display: block; height: 36px;}
.mypage_order_guide a p{ margin-top: 15px; font-size: 15px; font-weight: 500; color: #333;}
.mypage_order_guide a span{ display: flex; justify-content: center; align-items: center; position: absolute; top: 5px; left: 70px; padding: 0 5px; min-width: 20px; height: 20px; border-radius: 20px; background: #F00; font-size: 12px; font-weight: 500; color: #FFF;}
.mypage_order_guide a.on{ background: #f6f8fb;}
@media(max-width: 1000px){
    .mypage_order_guide{ display: none;}
    .mypage_order_guide.main{ display: flex;}
}
@media(max-width: 767px){
    .mypage_order_guide{ padding: 2rem 0; border-radius: 1rem;}
    .mypage_order_guide a{ padding: 0; width: 6rem; height: auto; border-radius: 0;}
    .mypage_order_guide a img{ height: 2rem;}
    .mypage_order_guide a p{ margin-top: 1rem; font-size: 1.1rem;}
    .mypage_order_guide a span{ z-index: 10; top: -0.6rem; left: initial; right: 0; padding: 0 0.4rem; min-width: 1.4rem; height: 1.4rem; border-radius: 2rem; font-size: 0.8rem;}
}


.mypage_tit{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; margin: 50px 0 15px 0;}
.mypage_tit .tit{ line-height: 25px; font-size: 20px; font-weight: 600; color: #000;}
.mypage_tit .more{ display: flex; align-items: center; grid-gap: 10px;}
.mypage_tit .more p{ font-size: 14px; color: #666; transition: all .2s;}
.mypage_tit .more i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #e5e5e5; font-size: 12px; color: #666; transition: all .2s;}
.mypage_tit .more:hover p{ font-weight: 500; color: #000;}
.mypage_tit .more:hover i{ border-color: #000; color: #000;}
.mypage_tit .btn{ display: flex; grid-gap: 5px;}
.mypage_tit .btn a{ display: flex; align-items: center; padding: 0 20px; height: 35px; border-radius: 20px; border: 1px solid #e5e5e5; font-size: 14px; color: #333; cursor: pointer; transition: all .2s;}
.mypage_tit .btn a:hover{ border-color: #000; color: #000;}
.mypage_tit .btn a.on{ border-color: #000; background: #000; color: #FFF; font-weight: 500;}
@media(max-width: 767px){
    .mypage_tit{ margin: 2rem 0 1rem 0;}

    .mypage_tit .btn{ grid-gap: 0.4rem; margin-top: 1rem;}
    .mypage_tit .btn a{ padding: 0 1rem; height: 2.5rem; border-radius: 2rem; font-size: 1rem;}
}


.mypage_order_list{ display: grid; grid-gap: 20px;}
.mypage_order_list .wrap{}
.mypage_order_list .wrap .head{ display: flex; justify-content: space-between; align-items: center; padding: 20px 20px; border-radius: 10px; background: #f6f8fb;}
.mypage_order_list .wrap .head .date{ font-size: 15px; color: rgba(0 0 0/70%);}
.mypage_order_list .wrap .head .end{ font-size: 14px; color: #F00;}
.mypage_order_list .wrap .list{ display: grid; grid-gap: 10px; position: relative; padding-top: 10px;}
.mypage_order_list .wrap .list .row{ display: flex; justify-content: space-between; align-items: flex-start; position: relative; padding-right: 140px;}
.mypage_order_list .wrap .list .row .fl{ flex: 1; display: flex; justify-content: space-between; align-items: center; grid-gap: 80px;}
.mypage_order_list .wrap .list .row .fl .item{ display: flex; align-items: center; grid-gap: 10px;}
.mypage_order_list .wrap .list .row .fl .item .img{ flex: 0 0 100px; width: 100px; height: 100px; border-radius: 10px; border: 1px solid rgba(0 0 0/10%);}
.mypage_order_list .wrap .list .row .fl .item .fr{ display: flex; flex-direction: column; align-items: flex-start;}
.mypage_order_list .wrap .list .row .fl .item .fr .code{ font-size: 13px; color: #666;}
.mypage_order_list .wrap .list .row .fl .item .fr .tit{ margin-top: 10px; font-size: 16px; font-weight: 600; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.mypage_order_list .wrap .list .row .fl .item .fr .op{ display: flex; align-items: center; margin-top: 10px; padding: 5px 15px; height: 30px; border-radius: 10px; background: #f6f8fb;}
.mypage_order_list .wrap .list .row .fl .item .fr .op p{ max-width: 200px; font-size: 12px; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.mypage_order_list .wrap .list .row .fl .price{ flex: 0 0 200px; display: block;}
.mypage_order_list .wrap .list .row .fl .price p:nth-child(1){ font-size: 13px; color: #999; text-decoration: line-through;}
.mypage_order_list .wrap .list .row .fl .price p:nth-child(2){ display: flex; align-items: flex-end; padding-top: 2px;}
.mypage_order_list .wrap .list .row .fl .price p:nth-child(2) span:nth-child(1){ font-size: 18px; font-weight: 700; color: #F00;}
.mypage_order_list .wrap .list .row .fl .price p:nth-child(2) span:nth-child(2){ font-size: 18px; font-weight: 700; color: #000;}
.mypage_order_list .wrap .list .row .fl .price p:nth-child(2) span:nth-child(3){ padding: 0 0 2px 2px; font-size: 13px; color: #999;}
.mypage_order_list .wrap .list .btn{ display: grid; grid-gap: 5px; position: absolute; z-index: 10; top: 10px; right: 0;}
.mypage_order_list .wrap .list .btn a{ display: flex; justify-content: center; align-items: center; width: 80px; height: 30px; border-radius: 5px; border: 1px solid #e5e5e5; font-size: 13px; color: #000; cursor: pointer; transition: all .2s;}
.mypage_order_list .wrap .list .btn a:hover{ border-color: #000;}
@media(max-width: 767px){
    .mypage_order_list{ grid-gap: 2rem;}
    .mypage_order_list .wrap .head{ padding: 1.5rem; border-radius: 1rem;}
    .mypage_order_list .wrap .head .date{ font-size: 1rem;}
    .mypage_order_list .wrap .head .end{ font-size: 1rem;}
    .mypage_order_list .wrap .list{ grid-gap: 1rem; padding-top: 1rem;}
    .mypage_order_list .wrap .list .row{ padding-right: 0;}
    .mypage_order_list .wrap .list .row .fl{ flex-wrap: wrap; grid-gap: 0.6rem; position: relative;}
    .mypage_order_list .wrap .list .row .fl .item{ grid-gap: 0.6rem; align-items: flex-end;}
    .mypage_order_list .wrap .list .row .fl .item .img{ flex: 0 0 7rem; width: 7rem; height: 7rem; border-radius: 1rem;}
    .mypage_order_list .wrap .list .row .fl .item .fr{ padding-bottom: 0.2rem;}
    .mypage_order_list .wrap .list .row .fl .item .fr .code{ display: none;}
    .mypage_order_list .wrap .list .row .fl .item .fr .tit{ margin-top: 0.4rem; font-size: 1.2rem;}
    .mypage_order_list .wrap .list .row .fl .item .fr .op{ margin-top: 0.6rem; padding: 0.2rem 0.8rem; height: 2rem; border-radius: 1rem;}
    .mypage_order_list .wrap .list .row .fl .item .fr .op p{ max-width: 10rem; font-size: 0.9rem;}
    .mypage_order_list .wrap .list .row .fl .price{ flex: initial; position: absolute; top: 0.4rem; left: 7.6rem;}
    .mypage_order_list .wrap .list .row .fl .price p:nth-child(1){ font-size: 0.8rem;}
    .mypage_order_list .wrap .list .row .fl .price p:nth-child(2){ padding-top: 0.1rem;}
    .mypage_order_list .wrap .list .row .fl .price p:nth-child(2) span:nth-child(1){ font-size: 1.2rem;}
    .mypage_order_list .wrap .list .row .fl .price p:nth-child(2) span:nth-child(2){ font-size: 1.2rem;}
    .mypage_order_list .wrap .list .row .fl .price p:nth-child(2) span:nth-child(3){ padding: 0 0 0.1rem 0.1rem; font-size: 0.9rem;}
    .mypage_order_list .wrap .list .btn{ grid-template-columns: repeat(3,1fr); grid-gap: 0.4rem; position: initial;}
    .mypage_order_list .wrap .list .btn a{ width: 100%; height: 2.5rem; border-radius: 1rem; font-size: 1rem;}
}


.mypage_none_data{ display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 60px; border-radius: 20px; background: #f6f8fb}
.mypage_none_data img{ display: block; margin: 0 0 20px 0; height: 50px;}
.mypage_none_data p{ font-size: 16px; color: #333;}
.mypage_none_data a{ display: flex; align-items: center; margin: 20px 0 0 0; padding: 0 40px; height: 60px; background: #0d666c; font-size: 18px; font-weight: 500; color: #FFF;}


.mypage_today{ display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 50px 20px;}
@media(max-width: 1500px){
    .mypage_today{ grid-template-columns: repeat(3,1fr);}
}
@media(max-width: 767px){
    .mypage_today{ grid-template-columns: repeat(2,1fr); grid-gap: 2rem 1rem;}
}


.mypage_like{ display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 50px 20px;}
.mypage_like .modle_item .ft .like{ right: 20px; bottom: 20px; opacity: 1;}
@media(max-width: 1500px){
    .mypage_like{ grid-template-columns: repeat(3,1fr);}
}
@media(max-width: 767px){
    .mypage_like{ grid-template-columns: repeat(2,1fr); grid-gap: 2rem 1rem;}
}


.mypage_inquiry{ border-top: 1px solid #000;}
@media(max-width: 767px){
    .mypage_inquiry .sub_shopping_detail_body_qna_list .wrap{ margin: 0;}
}


.mypage_coupon_check{ display: flex; flex-direction: column; align-items: center; padding: 50px 30px; border-radius: 20px; background: #f6f8fb;}
.mypage_coupon_check .text{ display: flex; flex-direction: column; align-items: center;}
.mypage_coupon_check .text .t1{ line-height: 1.4; font-size: 18px; font-weight: 600; color: #F00;}
.mypage_coupon_check .text .t2{ margin-top: 10px; line-height: 1.4; font-size: 14px; color: #333;}
.mypage_coupon_check .text .in{ display: flex; align-items: center; grid-gap: 5px; margin-top: 30px; width: 600px;}
.mypage_coupon_check .text .in input{ display: flex; align-items: center; margin: 0; padding: 0 15px; width: 100%; height: 40px; border-radius: 20px; border: 1px solid #e5e5e5; background: #FFF; text-align: center; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.mypage_coupon_check .text .in .btn{ display: flex; align-items: center; padding: 0 20px; height: 40px; border-radius: 20px; background: #000; font-size: 15px; font-weight: 600; color: #FFF; white-space: nowrap; cursor: pointer;}
@media(max-width: 767px){
    .mypage_coupon_check{ padding: 2rem; border-radius: 1rem;}
    .mypage_coupon_check .text .t1{ font-size: 1.2rem;}
    .mypage_coupon_check .text .t2{ margin-top: 1rem; font-size: 1rem;}
    .mypage_coupon_check .text .in{ grid-gap: 0.4rem; margin-top: 1.5rem; width: 100%;}
    .mypage_coupon_check .text .in input{ padding: 0; height: 3rem; border-radius: 2rem; font-size: 1rem;}
    .mypage_coupon_check .text .in .btn{ padding: 0 1rem; height: 3rem; border-radius: 2rem; font-size: 1rem;}
}


.mypage_level{}
.mypage_level .my{ display: flex; flex-direction: column; align-items: center;}
.mypage_level .my img{ display: block; height: 100px;}
.mypage_level .my .name{ margin-top: 30px; font-size: 24px; color: #000;}
.mypage_level .my .name b{ font-weight: 700; color: #000;}
.mypage_level .my .name span{ font-weight: 700; color: #d2ab5c;}
.mypage_level .my .date{ margin-top: 15px; font-size: 16px; color: #666;}
.mypage_level .my .date b{ font-weight: 600; color: #000;}
.mypage_level .card{ display: flex; flex-direction: column; align-items: center; margin-top: 50px; padding: 80px 50px; border-radius: 30px; background: #000;}
.mypage_level .card .t1{ font-size: 20px; color: rgba(255 255 255/80%);}
.mypage_level .card .t2{ margin-top: 10px; text-align: center; font-size: 60px; font-weight: 900; color: rgba(255 255 255/100%);}
.mypage_level .card .t3{ margin-top: 20px; text-align: center; line-height: 1.6; font-size: 16px; color: rgba(255 255 255/60%);}
.mypage_level .level{ margin-top: 50px;}
.mypage_level .level .title{ font-size: 24px; font-weight: 700; color: #000;}
.mypage_level .level .head{ display: flex; align-items: center; border-bottom: 1px solid #e5e5e5;}
.mypage_level .level .head .wrap{ display: flex; flex-direction: column; align-items: flex-start; padding-bottom: 15px; width: 20%;}
.mypage_level .level .head .wrap img{ display: block; height: 50px;}
.mypage_level .level .head .wrap p{ margin-top: 10px; font-size: 16px; font-weight: 700; color: #000;}
.mypage_level .level .body{ display: grid; grid-gap: 30px; padding-top: 30px;}
.mypage_level .level .body .wrap{ display: flex;}
.mypage_level .level .body .wrap .tit{ width: 20%; line-height: 1.4; font-size: 18px; font-weight: 600; color: #000;}
.mypage_level .level .body .wrap .txt{ width: 20%; line-height: 1.4; font-size: 15px; color: #333;}
.mypage_level .info{ margin-top: 50px; padding-top: 50px; border-top: 1px solid #e5e5e5;}
.mypage_level .info .head{ font-size: 24px; font-weight: 700; color: #000;}
.mypage_level .info .ft{ display: grid; grid-gap: 20px; margin-top: 30px;}
.mypage_level .info .ft .wrap{ display: flex; align-items: center;}
.mypage_level .info .ft .wrap .tit{ flex: 0 0 200px; line-height: 1.4; font-size: 15px; font-weight: 500; color: #000;}
.mypage_level .info .ft .wrap .txt{ flex: 1; line-height: 1.4; font-size: 15px; color: #333;}
.mypage_level .info .fb{ margin-top: 50px;}
.mypage_level .info .fb .tit{ font-size: 24px; font-weight: 700; color: #000;}
.mypage_level .info .fb .txt{ display: grid; grid-gap: 15px; margin-top: 30px;}
.mypage_level .info .fb .txt p{ position: relative; padding-left: 15px; line-height: 1.4; font-size: 14px; color: #333;}
.mypage_level .info .fb .txt p:before{ content: ""; display: block; position: absolute; top: 8px; left: 0; width: 4px; height: 4px; border-radius: 50%; background: #666;}
@media(max-width: 1000px){
    .mypage_level .card .t3 br{ display: none;}
}
@media(max-width: 767px){
    .mypage_level{ margin-top: 3rem;}
    .mypage_level .my img{ height: 5rem;}
    .mypage_level .my .name{ margin-top: 1.2rem; font-size: 1.4rem;}
    .mypage_level .my .date{ margin-top: 1rem; font-size: 1rem;}
    .mypage_level .card{ margin-top: 2rem; padding: 2rem 2rem; border-radius: 2rem;}
    .mypage_level .card .t1{ font-size: 1.2rem;}
    .mypage_level .card .t2{ margin-top: 0.8rem; font-size: 1.8rem;}
    .mypage_level .card .t3{ margin-top: 1.2rem; font-size: 1rem;}
    .mypage_level .level{ margin-top: 3rem;}
    .mypage_level .level .title{ font-size: 1.2rem;}
    .mypage_level .level .head .wrap{ padding-bottom: 1rem;}
    .mypage_level .level .head .wrap img{ height: 3rem;}
    .mypage_level .level .head .wrap p{ margin-top: 0.5rem; font-size: 1rem;}
    .mypage_level .level .body{ grid-gap: 2rem; padding-top: 2rem;}
    .mypage_level .level .body .wrap .tit{ flex: 0 0 20%; padding-right: 2rem; font-size: 1rem;}
    .mypage_level .level .body .wrap .txt{ padding-right: 1.5rem; font-size: 0.9rem;}
    .mypage_level .info{ margin-top: 2rem; padding-top: 2rem;}
    .mypage_level .info .head{ font-size: 1.4rem;}
    .mypage_level .info .ft{ grid-gap: 1rem; margin-top: 1rem;}
    .mypage_level .info .ft .wrap .tit{ flex: 0 0 10rem; font-size: 1rem;}
    .mypage_level .info .ft .wrap .txt{ font-size: 0.9rem;}
    .mypage_level .info .fb{ margin-top: 3rem;}
    .mypage_level .info .fb .tit{ font-size: 1.4rem;}
    .mypage_level .info .fb .txt{ grid-gap: 1rem; margin-top: 1rem;}
    .mypage_level .info .fb .txt p{ padding-left: 1rem; font-size: 1rem;}
    .mypage_level .info .fb .txt p:before{ top: 0.5rem; width: 0.3rem; height: 0.3rem;}
}


.mypage_review_write{ margin: 0 auto;}
.mypage_review_write .mypage_order_list{}
.mypage_review_write .mypage_order_list .wrap .list .row{ padding: 0;}
.mypage_review_write .write{ margin-top: 30px;}
.mypage_review_write .write .tit{ padding-bottom: 10px; font-size: 14px; font-weight: 500; color: #333;}
.mypage_review_write .write .tit b{ font-weight: 700; color: #F00;}
.mypage_review_write .write .ft{ display: flex; justify-content: center; align-items: center; grid-gap: 50px; padding: 30px; border-radius: 10px; border: 1px solid #e5e5e5;}
.mypage_review_write .write .ft .full .box{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100px; height: 100px; border-radius: 50%; background: #000;}
.mypage_review_write .write .ft .full .box span{ font-size: 12px; color: #FFF;}
.mypage_review_write .write .ft .full .box font{ display: flex; align-items: center; grid-gap: 5px; padding: 5px 0 10px 0;}
.mypage_review_write .write .ft .full .box i{ padding-bottom: 4px; font-size: 24px; color: #f8d100;}
.mypage_review_write .write .ft .full .box p{ font-size: 20px; font-weight: 700; color: #FFF;}
.mypage_review_write .write .ft .star{ display: grid; grid-gap: 10px;}
.mypage_review_write .write .ft .star .wrap{ display: flex; align-items: center;}
.mypage_review_write .write .ft .star .wrap .fl{ width: 70px; font-size: 15px; color: #333;}
.mypage_review_write .write .ft .star .wrap .fr{ display: flex; align-items: center; grid-gap: 5px;}
.mypage_review_write .write .ft .star .wrap .fr i{ font-size: 24px; color: #DDD; cursor: pointer;}
.mypage_review_write .write .ft .star .wrap .fr i.on{ color: #f8d100;}
.mypage_review_write .write .ft .star .wrap .fr p{ margin-left: 10px; font-size: 18px; font-weight: 700; color: #000;}

.mypage_review_write .write .in .wrap{ position: relative; margin-top: 30px;}
.mypage_review_write .write .in .wrap .tit{ padding-bottom: 10px; font-size: 14px; font-weight: 500; color: #333;}
.mypage_review_write .write .in .wrap .tit b{ font-weight: 700; color: #F00;}
.mypage_review_write .write .in .wrap 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;}
.mypage_review_write .write .in .wrap input:focus{ border-color: #000;}
.mypage_review_write .write .in .wrap 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;}
.mypage_review_write .write .in .wrap select:focus{ border-color: #000;}
.mypage_review_write .write .in .wrap textarea{ margin: 0; padding: 15px 20px; width: 100%; max-width: 100%; height: 150px; resize: none; border-radius: 10px; border: 1px solid #e5e5e5; background: #f6f8fb; line-height: 1.4; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.mypage_review_write .write .in .wrap textarea:focus{ border: 1px solid #000;}
.mypage_review_write .write .in .wrap .txt_data{ position: absolute; z-index: 10; right: 1rem; bottom: 1rem; font-size: 12px; color: #999;}

.mypage_review_write .write .in .wrap .contact{ display: flex; grid-gap: 10px;}
.mypage_review_write .write .in .wrap .contact select{ flex: 0 0 140px;}

.mypage_review_write .write .in .wrap .img_list{}
.mypage_review_write .write .in .wrap .img_list .scroll{ display: grid; grid-template-columns: repeat(7,1fr); grid-gap: 10px;}
.mypage_review_write .write .in .wrap .img_list .add{ display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 10px; box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.mypage_review_write .write .in .wrap .img_list .add span{ display: flex; flex-direction: column; align-items: center; position: absolute; z-index: 10;}
.mypage_review_write .write .in .wrap .img_list .add i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; background: #757575; font-size: 14px; color: #FFF;}
.mypage_review_write .write .in .wrap .img_list .add p{ margin: 0.4rem 0 0; text-align: center; font-size: 0.9rem; color: #999;}
.mypage_review_write .write .in .wrap .img_list .add:before{ content: ""; display: block; padding-top: 100%;}
.mypage_review_write .write .in .wrap .img_list .img_wrap{ overflow: hidden; position: relative; border-radius: 10px; background: rgba(0 0 0/20%);}
.mypage_review_write .write .in .wrap .img_list .img_wrap i{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0.4rem; right: 0.4rem; width: 1.6rem; height: 1.6rem; border-radius: 50%; background: #757575; font-size: 0.8rem; color: #FFF; cursor: pointer;}
.mypage_review_write .write .in .wrap .img_list .img_wrap .img{}
.mypage_review_write .write .in .wrap .img_list .img_wrap .img:before{ content: ""; display: block; padding-top: 100%;}
@media(max-width: 1000px){
    .mypage_review_write .write .in .wrap .img_list .scroll{ grid-template-columns: repeat(5,1fr);}
}
@media(max-width: 767px){
    .mypage_review_write .write{ margin-top: 2rem;}
    .mypage_review_write .write .tit{ padding-bottom: 1rem; font-size: 1.2rem;}
    .mypage_review_write .write .ft{ grid-gap: 1.5rem; padding: 2rem; border-radius: 1rem;}
    .mypage_review_write .write .ft .full .box{ width: 6rem; height: 6rem;}
    .mypage_review_write .write .ft .full .box span{ font-size: 1rem;}
    .mypage_review_write .write .ft .full .box font{ grid-gap: 0.2rem; padding: 0.2rem 0 0 0;}
    .mypage_review_write .write .ft .full .box i{ padding-bottom: 0.1rem; font-size: 1.6rem;}
    .mypage_review_write .write .ft .full .box p{ font-size: 1.4rem;}
    .mypage_review_write .write .ft .star{ grid-gap: 1rem;}
    .mypage_review_write .write .ft .star .wrap .fl{ width: 3.5rem; font-size: 1.1rem;}
    .mypage_review_write .write .ft .star .wrap .fr{ grid-gap: 0.4rem;}
    .mypage_review_write .write .ft .star .wrap .fr i{ font-size: 1.6rem;}
    .mypage_review_write .write .ft .star .wrap .fr p{ margin-left: 0.6rem; font-size: 1.2rem;}

    .mypage_review_write .write .in .wrap{ margin-top: 2rem;}
    .mypage_review_write .write .in .wrap .tit{ padding-bottom: 1rem; font-size: 1.2rem;}
    .mypage_review_write .write .in .wrap .tit b{ font-weight: 700; color: #F00;}
    .mypage_review_write .write .in .wrap input{ padding: 0 1.5rem; height: 3.2rem; border-radius: 1rem; font-size: 1.1rem;}
    .mypage_review_write .write .in .wrap select{ padding: 0 3.2rem 0 1.6rem; height: 3.2rem; border-radius: 1rem; background:url(/images/icon_down.svg) no-repeat center right 1rem #f6f8fb; background-size: 1.2rem auto; font-size: 1.1rem;}
    .mypage_review_write .write .in .wrap textarea{ padding: 1rem 1.6rem; height: 8rem; border-radius: 1rem; font-size: 1.1rem;}
    .mypage_review_write .write .in .wrap .txt_data{ right: 1rem; bottom: 1rem; font-size: 1rem;}

    .mypage_review_write .write .in .wrap .contact{ grid-gap: 0.4rem;}
    .mypage_review_write .write .in .wrap .contact select{ flex: 0 0 10rem;}

    .mypage_review_write .write .in .wrap .img_list .scroll{ grid-template-columns: repeat(4,1fr); grid-gap: 0.5rem;}
    .mypage_review_write .write .in .wrap .img_list .add{ border-radius: 1rem;}
    .mypage_review_write .write .in .wrap .img_list .add i{ width: 1.6rem; height: 1.6rem; font-size: 0.8rem;}
    .mypage_review_write .write .in .wrap .img_list .add p{ margin: 0.4rem 0 0; font-size: 0.9rem;}
    .mypage_review_write .write .in .wrap .img_list .img_wrap{ border-radius: 1rem;}
}





.community_wrap{ display: flex; align-items: flex-start; grid-gap: 50px;}
.community_wrap_fr{ flex: 1;}
@media(max-width: 1000px){
    .community_wrap{ display: block;}
    .community_wrap_fr{ margin-top: 50px;}
}
@media(max-width: 767px){
    .community_wrap_fr{ margin-top: 3rem;}
}


.community_event_banner{ margin-bottom: 50px; height: 200px; border-radius: 20px; background: #f0f0f0;}
@media(max-width: 767px){
    .community_event_banner{ margin-bottom: 2rem; height: 8rem; border-radius: 1rem;}
}


.community_event{ display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 20px;}
.community_event a{ display: block;}
.community_event a .img{ border-radius: 20px 20px 0 0; border: 1px solid rgba(0 0 0/5%); background: #f0f0f0;}
.community_event a .img:after{ content: ""; display: block; padding-top: 50%;}
.community_event a .info{ padding: 30px; border-radius: 0 0 20px 20px; border: 1px solid #e5e5e5; border-top: 0;}
.community_event a .info .tit{ font-size: 18px; font-weight: 600; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.community_event a .info .fb{ display: flex; align-items: center; grid-gap: 10px; margin-top: 20px;}
.community_event a .info .fb .tip{ display: flex; align-items: center; padding: 0 15px; height: 30px; border-radius: 20px; background: #e5e5e5; font-size: 14px; color: #999;}
.community_event a .info .fb .tip.on{ background: #F00; color: #FFF; font-weight: 600;}
.community_event a .info .fb .date{ font-size: 14px; color: #666;}
@media(max-width: 767px){
    .community_event{ grid-template-columns: repeat(1,1fr); grid-gap: 1rem;}
    .community_event a .img{ border-radius: 1rem 1rem 0 0;}
    .community_event a .info{ padding: 2rem; border-radius: 0 0 1rem 1rem;}
    .community_event a .info .tit{ font-size: 1.2rem;}
    .community_event a .info .fb{ grid-gap: 0.6rem; margin-top: 1rem;}
    .community_event a .info .fb .tip{ padding: 0 1rem; height: 2rem; border-radius: 2rem; font-size: 0.9rem;}
    .community_event a .info .fb .date{ font-size: 1rem;}
}


.community_review{ display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 20px;}
.community_review .wrap{ position: relative; padding: 30px; border-radius: 20px; border: 1px solid #e5e5e5; transition: all .2s;}
.community_review .wrap .best{ display: none; justify-content: center; align-items: center; position: absolute; z-index: 10; top: -1px; left: 20px; width: 40px;}
.community_review .wrap .best p{ position: absolute; padding-bottom: 5px; font-size: 12px; font-weight: 500; color: #FFF;}
.community_review .wrap .best img{ display: block; width: 100%;}
.community_review .wrap .best.on{ display: flex;}
.community_review .wrap > .img{ display: grid; grid-template-columns: repeat(5,1fr); grid-gap: 10px; margin-bottom: 20px;}
.community_review .wrap > .img span{ display: block; border-radius: 10px;}
.community_review .wrap > .img span:before{ content: ""; display: block; padding-top: 100%;}
.community_review .wrap .fb{}
.community_review .wrap .user{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.community_review .wrap .user .img{ flex: 0 0 30px; height: 30px; border-radius: 50%; border: 1px solid #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%);}
.community_review .wrap .user .fr{ flex: 1; display: flex; align-items: center; grid-gap: 10px; position: relative;}
.community_review .wrap .user .fr .star{ display: flex; align-items: flex-end; grid-gap: 5px;}
.community_review .wrap .user .fr .star i{ font-size: 16px; color: #f8d100;}
.community_review .wrap .user .fr .star p{ transform: translate(0,1px); font-size: 15px; font-weight: 700; color: #000;}
.community_review .wrap .user .fr .name{ font-size: 14px; color: #666;}
.community_review .wrap .txt{ margin: 15px 0 0 0; line-height: 20px; font-size: 18px; font-weight: 500; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.community_review .wrap .date{ margin-top: 15px; font-size: 13px; color: #999;}
.community_review .wrap .btn{ display: flex; justify-content: flex-start; grid-gap: 5px; margin-top: 20px;}
.community_review .wrap .btn a{ display: flex; align-items: center; padding: 0 15px; height: 30px; border-radius: 20px; border: 1px solid #e5e5e5; background: #FFF; font-size: 12px; color: #333; cursor: pointer; transition: all .2s;}
.community_review .wrap .btn a:hover{ border-color: #000; color: #000;}
.community_review .wrap .btn a.delete:hover{ border-color: #F00; color: #F00;}
.community_review .wrap:hover{ background: #f6f8fb;}
@media(max-width: 767px){
    .community_review{ display: grid; grid-template-columns: repeat(1,1fr); grid-gap: 1rem;}
    .community_review .wrap{ position: relative; padding: 1.5rem; border-radius: 1rem; border: 1px solid #e5e5e5; transition: all .2s;}
    .community_review .wrap .best{ display: none; justify-content: center; align-items: center; position: absolute; z-index: 10; top: -1px; left: 1rem; width: 2rem;}
    .community_review .wrap .best p{ position: absolute; padding-bottom: 0.2rem; font-size: 0.65rem; font-weight: 500; color: #FFF;}
    .community_review .wrap .best img{ display: block; width: 100%;}
    .community_review .wrap .best.on{ display: flex;}
    .community_review .wrap > .img{ display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 0.5rem; margin-bottom: 1.5rem;}
    .community_review .wrap > .img span{ display: block; border-radius: 0.5rem;}
    .community_review .wrap > .img span:before{ content: ""; display: block; padding-top: 100%;}
    .community_review .wrap .fb{}
    .community_review .wrap .user{ display: flex; align-items: center; grid-gap: 0.5rem; cursor: pointer;}
    .community_review .wrap .user .img{ flex: 0 0 2.5rem; height: 2.5rem; border-radius: 50%; border: 1px solid #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%);}
    .community_review .wrap .user .fr{ flex: 1; display: flex; align-items: center; grid-gap: 1rem; position: relative;}
    .community_review .wrap .user .fr .star{ display: flex; align-items: flex-end; grid-gap: 0.4rem;}
    .community_review .wrap .user .fr .star i{ font-size: 1.2rem; color: #f8d100;}
    .community_review .wrap .user .fr .star p{ font-size: 1.2rem; font-weight: 700; color: #000;}
    .community_review .wrap .user .fr .name{ font-size: 1rem; color: #666;}
    .community_review .wrap .txt{ margin: 1rem 0 0 0; line-height: 1.4; font-size: 1.1rem; font-weight: 500; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
    .community_review .wrap .date{ margin-top: 0.6rem; font-size: 0.9rem; color: #999;}
    .community_review .wrap .btn{ display: flex; justify-content: flex-start; grid-gap: 0.5rem; margin-top: 1.5rem;}
    .community_review .wrap .btn a{ display: flex; align-items: center; padding: 0 1rem; height: 2rem; border-radius: 2rem; border: 1px solid #e5e5e5; background: #FFF; font-size: 0.9rem; color: #666; cursor: pointer; transition: all .2s;}
}


.community_review_detail{}
.community_review_detail .sub_shopping_detail_body_review_head{ margin-bottom: 30px; padding: 30px;}
.community_review_detail .sub_shopping_detail_body_review_head .fr{ width: 100%;}
.community_review_detail .sub_shopping_detail_body_review_head .fr .wrap .t2{ height: 60px;}
.community_review_detail .box{ position: relative; margin-bottom: 30px; padding: 30px; border-radius: 20px; border: 1px solid #e5e5e5;}
.community_review_detail .best{ display: none; justify-content: center; align-items: center; position: absolute; z-index: 10; top: -1px; left: 20px; width: 40px;}
.community_review_detail .best p{ position: absolute; padding-bottom: 5px; font-size: 12px; font-weight: 500; color: #FFF;}
.community_review_detail .best img{ display: block; width: 100%;}
.community_review_detail .best.on{ display: flex;}
.community_review_detail .user{ display: flex; align-items: center; grid-gap: 20px;}
.community_review_detail .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%);}
.community_review_detail .user .fr{ flex: 1; display: flex; align-items: center; grid-gap: 30px; position: relative;}
.community_review_detail .user .fr .star{ display: flex; align-items: center; grid-gap: 5px;}
.community_review_detail .user .fr .star i{ padding-bottom: 2px; font-size: 18px; color: #f8d100;}
.community_review_detail .user .fr .star p{ font-size: 18px; font-weight: 700; color: #000;}
.community_review_detail .user .fr .name{ font-size: 14px; color: #666;}
.community_review_detail .user .fr .date{ position: absolute; top: 0; right: 0; font-size: 14px; color: #999;}
.community_review_detail .text{ display: block; margin: 0 0 0 70px;}
.community_review_detail .text p{ line-height: 1.4; font-size: 15px; color: #000;}
.community_review_detail .btn{ display: flex; align-items: center; grid-gap: 5px; margin: 30px 0 0 70px;}
.community_review_detail .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;}
.community_review_detail .btn a i{ font-size: 14px; color: #999;}
.community_review_detail .btn a p{ font-size: 12px; color: #666;}
.community_review_detail .btn a.on{ border-color: #F00;0}
.community_review_detail .btn a.on i{ color: #F00;}
.community_review_detail .btn a.on p{ color: #F00;}
.community_review_detail .img{ display: grid; grid-gap: 20px;}
.community_review_detail .img img{ display: block; max-width: 100%; border-radius: 20px; border: 1px solid rgba(0 0 0/10%);}
.community_review_detail .item{ margin-top: 30px; border-radius: 20px; border: 1px solid #e5e5e5;}
.community_review_detail .item .modle_item{ display: flex; align-items: center; padding: 30px;}
.community_review_detail .item .modle_item .ft{ width: 200px; height: 200px;}
.community_review_detail .item .modle_item .ft .img{ border-radius: 10px;}
.community_review_detail .item .modle_item .fb{ padding: 0 0 0 30px;}
@media(max-width: 767px){
    .community_review_detail{}
    .community_review_detail .sub_shopping_detail_body_review_head{ margin: 0; padding: 1.5rem;}
    .community_review_detail .sub_shopping_detail_body_review_head .fr{ width: 100%;}
    .community_review_detail .sub_shopping_detail_body_review_head .fr .wrap .t2{ height: 60px;}
    .community_review_detail .box{ position: relative; margin: 2rem 0; padding: 1.5rem; border-radius: 1rem; border: 1px solid #e5e5e5;}
    .community_review_detail .best{ display: none; justify-content: center; align-items: center; position: absolute; z-index: 10; top: -1px; left: 1rem; width: 2rem}
    .community_review_detail .best p{ position: absolute; padding-bottom: 0.2rem; font-size: 0.65rem; font-weight: 500; color: #FFF;}
    .community_review_detail .best img{ display: block; width: 100%;}
    .community_review_detail .best.on{ display: flex;}
    .community_review_detail .user{ display: flex; align-items: center; grid-gap: 0.5rem;}
    .community_review_detail .user .img{ flex: 0 0 2.5rem; height: 2.5rem; border-radius: 50%; border: 1px solid #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%);}
    .community_review_detail .user .fr{ flex: 1; display: flex; align-items: center; grid-gap: 1rem; position: relative;}
    .community_review_detail .user .fr .star{ display: flex; align-items: center; grid-gap: 0.4rem;}
    .community_review_detail .user .fr .star i{ font-size: 1.2rem; color: #f8d100;}
    .community_review_detail .user .fr .star p{ font-size: 1.2rem; font-weight: 700; color: #000;}
    .community_review_detail .user .fr .name{ font-size: 1rem; color: #666;}
    .community_review_detail .text{ display: block; margin-top: 1rem; margin-left: 3rem;}
    .community_review_detail .text p{ line-height: 1.4; font-size: 1.1rem; color: #000;}
    .community_review_detail .date{ margin-top: 0.6rem; font-size: 0.9rem; color: #999;}
    .community_review_detail .btn{ display: flex; justify-content: flex-end; align-items: center; grid-gap: 0.4rem; margin: 1rem 0 0 0;}
    .community_review_detail .btn a{ display: flex; align-items: center; grid-gap: 0.4rem; padding: 0 0.8rem; height: 2rem; border-radius: 0.5rem; border: 1px solid #e5e5e5; background: #FFF; cursor: pointer;}
    .community_review_detail .btn a i{ font-size: 0.9rem; color: #999;}
    .community_review_detail .btn a p{ font-size: 0.9rem; color: #666;}
    .community_review_detail .btn a.on{ border-color: #F00;}
    .community_review_detail .btn a.on i{ color: #F00;}
    .community_review_detail .btn a.on p{ color: #F00;}
    .community_review_detail .img{ display: grid; grid-gap: 2rem;}
    .community_review_detail .img img{ display: block; max-width: 100%; width: 100%; border-radius: 1rem; border: 1px solid rgba(0 0 0/10%);}
    .community_review_detail .item{ margin-top: 2rem; border: 0;}
    .community_review_detail .item .modle_item{ display: flex; align-items: center; padding: 0;}
    .community_review_detail .item .modle_item .ft{ width: 12rem; height: 12rem;}
    .community_review_detail .item .modle_item .ft .img{ border-radius: 1rem;}
    .community_review_detail .item .modle_item .fb{ flex: 1; padding: 0 0 0 1rem;}
}


.bbong_menu{ display: flex; align-items: flex-end; position: relative; margin-bottom: 50px; border-radius: 20px; background: #f6f8fb;}
.bbong_menu a{ display: flex; justify-content: center; align-items: center; width: 25%; height: 60px; border-radius: 20px; font-size: 16px; font-weight: 500; color: #666; cursor: pointer;}
.bbong_menu a.on{ border: 1px solid #000; background: #FFF; font-size: 16px; font-weight: 600; color: #000;}
@media(max-width: 767px){
    .bbong_menu{ flex-wrap: wrap; margin-bottom: 2rem; padding: 1rem; border-radius: 2rem;}
    .bbong_menu a{ width: 50%; height: 3.2rem; border-radius: 2rem; font-size: 1.2rem;}
    .bbong_menu a.on{ background: #000; color: #FFF;}
}


.bbong_terms{ overflow: hidden; border-radius: 20px; border: 1px solid #e5e5e5;}
.bbong_terms textarea{ display: block; margin: 0; padding: 50px; resize: none; width: 100%; height: 500px; border-radius: 0; border: 0; background: #FFF; line-height: 1.8; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.bbong_terms textarea::-webkit-scrollbar{ width: 4px; background: #FFF;}
.bbong_terms textarea::-webkit-scrollbar-thumb{ background-color: #000;}
@media(max-width: 767px){
    .bbong_terms textarea{ padding: 2rem; height: 40vh; border-radius: 1rem; line-height: 1.6; font-size: 1rem;}
}

















.member_login{ margin: 0 auto; max-width: 500px;}
.member_login .menu{ display: flex; align-items: flex-end; position: relative; border-radius: 20px; background: #f6f8fb;}
.member_login .menu a{ display: flex; justify-content: center; align-items: center; width: 50%; height: 60px; border-radius: 20px; font-size: 16px; font-weight: 500; color: #666; cursor: pointer;}
.member_login .menu a.on{ border: 1px solid #000; background: #FFF; font-size: 16px; font-weight: 600; color: #000;}

.member_login .body{}
.member_login .body .box{ margin-top: 20px; padding: 50px; border-radius: 20px; border: 1px solid #e5e5e5;}
.member_login .body .box .form{ margin: 0 0 24px 0;}
.member_login .body .form_tit{ font-size: 14px;}
.member_login .body .form_in{ position: relative; margin: 10px 0 0 0;}
.member_login .body .form_in input{ display: flex; align-items: center; margin: 0; padding: 0 20px; width: 100%; height: 45px; border-radius: 10px; border: 1px solid #e5e5e5; background: none; font-size: 15px; font-weight: 400; color: #000; outline:none; -webkit-appearance:none;}
.member_login .body .form_in input:focus{ border: 1px solid #000;}
.member_login .body .form_in select{ display: flex; align-items: center; margin: 0; padding: 0 45px 0 20px; width: 100%; height: 45px; border-radius: 10px; border: 1px solid #e5e5e5; background:url(/images/basic_select_icon.png) no-repeat center right 20px #FFF; background-size: 14px auto; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.member_login .body .form_in select:focus{ border: 1px solid #000;}
.member_login .body .form.check{ display: flex; justify-content: flex-start;}
.member_login .body .form label{ display: flex; align-items: center; cursor: pointer;}
.member_login .body .form label i{ display: flex; justify-content: center; align-items: center; width: 20px; height: 20px; border-radius: 20px; border: 1px solid #CCC; font-size: 12px; color: #FFF;}
.member_login .body .form label p{ margin: 0 0 0 5px; font-size: 16px; color: #333;}
.member_login .body .form label.on i{ border-color: #5e2bb8; background: #5e2bb8;}
.member_login .body .btn{ display: flex; justify-content: center; align-items: center; height: 50px; border-radius: 10px; background: #000; font-size: 16px; font-weight: 700; color: #FFF; cursor: pointer;}

.member_login .body .sub_tit{ margin: 30px 0 10px 0; font-size: 14px; font-weight: 500; color: #000;}
.member_login .body .btn_id{ margin: 15px 0 0 0;}
.member_login .body .btn_id a{ display: flex; justify-content: center; align-items: center; margin: 10px 0 0 0; height: 50px; border-radius: 10px; border: 1px solid #e5e5e5; background: none; font-size: 18px; font-weight: 400; color: #000; cursor: pointer;}
.member_login .body .btn_id a:first-child{ margin: 0;}
.member_login .body .btn_id a:hover{ background: #f6f8fb;}
.member_login .body .btn_join{ display: flex; justify-content: center; align-items: center; height: 50px; border-radius: 10px; border: 1px solid #000; cursor: pointer;}
.member_login .body .btn_join .t1{ text-align: center; font-size: 15px; font-weight: 500; color: #000;}
.member_login .body .btn_join .t2{ display: flex; justify-content: center; align-items: center; font-size: 15px; font-weight: 500; color: #000; transition: all .3s;}
.member_login .body .btn_join .t2 i{ display: flex; justify-content: center; align-items: center; margin: 0 0 0 10px; width: 20px; height: 20px; border-radius: 50%; background: #000; font-size: 12px; color: #FFF; transition: all .3s;}

.member_login .foot{ margin: 50px 0 0 0; padding: 30px 50px; border-radius: 20px; background: #f6f8fb;}
.member_login .foot .t1{ display: flex; align-items: center; margin: 0 0 10px 0; font-size: 20px; font-weight: 700; color: #000;}
.member_login .foot .t1 i{ margin: 0 5px 0 0; font-size: 24px; color: #000;}
.member_login .foot .t2{ position: relative; padding: 4px 0 4px 28px; line-height: 1.4; font-size: 14px; color: #333;}
.member_login .foot .t2:before{ content: ""; display: block; position: absolute; top: 12px; left: 10px; width: 4px; height: 4px; border-radius: 50%; background: rgba(0 0 0/50%);}


.member_join{}
.member_join .step{ display: flex; justify-content: center; position: relative; margin-bottom: 50px; padding: 20px 30px; border-radius: 20px; background: linear-gradient(90deg, rgba(0 0 0/100%), rgba(0 0 0/70%));}
.member_join .step .wrap{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; position: relative; width: 33.333%;}
.member_join .step .wrap .t1{ display: flex; align-items: center; grid-gap: 0 10px; padding: 0 10px; height: 25px; border-radius: 20px; border: 1px solid rgba(255 255 255/50%); font-size: 12px; color: #FFF;}
.member_join .step .wrap .t2{ font-size: 18px; font-weight: 500; color: rgba(255 255 255/70%);}
.member_join .step .wrap i{ display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; right: -20px; margin: -20px 0 0 0; width: 40px; height: 40px; font-size: 20px; color: rgba(255 255 255/80%);}
.member_join .step .wrap.on .t1{ border-color: #FFF; background: #FFF; color: #000; font-weight: 600;}
.member_join .step .wrap.on .t2{ font-weight: 700; color: #FFF;}

.member_join .title{ margin: 50px 0 0 0; font-size: 20px; font-weight: 700; color: #000;}
.member_join .text{ padding: 10px 0 0 0;}
.member_join .text p{ position: relative; padding: 5px 0 5px 15px; font-size: 14px; color: #333;}
.member_join .text p:before{ content: ""; display: block; position: absolute; top: 10px; left: 0; width: 4px; height: 4px; border-radius: 50%; background: rgba(0 0 0/50%);}

.member_join .foot{ margin: 50px 0 0 0; padding: 30px 50px; border-radius: 20px; background: #f6f8fb;}
.member_join .foot .t1{ display: flex; align-items: center; margin: 0 0 10px 0; font-size: 20px; font-weight: 700; color: #000;}
.member_join .foot .t1 i{ margin: 0 5px 0 0; font-size: 24px; color: #000;}
.member_join .foot .t2{ position: relative; padding: 4px 0 4px 28px; font-size: 14px; color: #333;}
.member_join .foot .t2:before{ content: ""; display: block; position: absolute; top: 8px; left: 10px; width: 4px; height: 4px; border-radius: 50%; background: rgba(0 0 0/50%);}

.member_join .join_terms{ display: flex; flex-direction: column; align-items: flex-start; margin: 50px 0 0 0;}
.member_join .join_terms .all_btn{ display: flex; align-items: center; cursor: pointer;}
.member_join .join_terms .all_btn i{ display: flex; justify-content: center; align-items: center; margin: 0 10px 0 0; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #e5e5e5; font-size: 14px; color: #999;}
.member_join .join_terms .all_btn p{ font-size: 20px; font-weight: 700; color: #000;}
.member_join .join_terms .all_btn.on i{ border-color: #000; background: #000; color: #FFF;}
.member_join .join_terms .list{ margin: 15px 0 0 0; padding: 20px 0; width: 100%; border-top: 1px solid #000; border-bottom: 1px solid #e5e5e5;}
.member_join .join_terms .list ul{}
.member_join .join_terms .list ul li{ display: flex; justify-content: space-between; align-items: center; padding: 10px 30px; border-radius: 20px; transition: all .2s;}
.member_join .join_terms .list ul li .check{ display: flex; align-items: center; cursor: pointer;}
.member_join .join_terms .list ul li .check i{ display: flex; justify-content: center; align-items: center; margin: 0 10px 0 0; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #CCC; background: #FFF; font-size: 12px; color: #CCC;}
.member_join .join_terms .list ul li .check p{ font-size: 15px; color: #000;}
.member_join .join_terms .list ul li .check.on i{ border-color: #000; background: #000; color: #FFF;}
.member_join .join_terms .list ul li .btn{ display: flex; justify-content: center; align-items: center; padding: 0 15px; height: 30px; border-radius: 20px; border: 1px solid #e5e5e5; background: #FFF; font-size: 13px; color: #000; cursor: pointer;}
.member_join .join_terms .list ul li .btn:hover{ border-color: #000; color: #000;}
.member_join .join_terms .list ul li:hover{ background: #f6f8fb;}

.member_join .join_ok{ display: flex; flex-direction: column; justify-content: center; align-items: center;}
.member_join .join_ok i{ display: flex; justify-content: center; align-items: center; font-size: 100px; color: #000;}
.member_join .join_ok .title{ margin-top: 20px; font-size: 24px;}
.member_join .join_ok .ok_id{ margin: 20px 0 0 0; font-size: 20px; color: #000;}
.member_join .join_ok .ok_id b{ font-weight: 700; color: #000;}
.member_join .join_ok .text{ margin: 30px 0 0 0; padding: 30px 50px; border-radius: 20px; background: #f6f8fb;}
@media(max-width: 767px){
    .member_join .step{ margin-bottom: 2rem; padding: 1.5rem 0; border-radius: 1.5rem;}
    .member_join .step .wrap{ flex-direction: column; justify-content: center; align-items: center; grid-gap: 0.5rem;}
    .member_join .step .wrap .t1{ padding: 0 0.6rem; height: 1.4rem; border-radius: 2rem; font-size: 0.8rem;}
    .member_join .step .wrap .t2{ font-size: 1.2rem;}
    .member_join .step .wrap i{ right: -1rem; margin: -1rem 0 0 0; width: 2rem; height: 2rem; font-size: 1rem; color: #FFF;}

    .member_join .title{ margin: 2rem 0 0 0; font-size: 1.4rem;}
    .member_join .text{ padding: 0.6rem 0 0 0;}
    .member_join .text p{ padding: 0.4rem 0 0.4rem 1rem; line-height: 1.2; font-size: 1rem;}
    .member_join .text p:before{ top: 0.7rem; width: 0.3rem; height: 0.3rem;}

    .member_join .foot{ margin: 2rem 0 0 0; padding: 2rem 1.5rem; border-radius: 1rem;}
    .member_join .foot .t1{ margin: 0 0 0.5rem 0; font-size: 1.4rem;}
    .member_join .foot .t1 i{ margin: 0 0.4rem 0 0; font-size: 1.6rem;}
    .member_join .foot .t2{ padding: 0.4rem 0 0.4rem 2rem; line-height: 1.2; font-size: 1rem;}
    .member_join .foot .t2:before{ top: 0.7rem; left: 0.6rem; width: 0.3rem; height: 0.3rem;}

    .member_join .join_terms{ margin: 2rem 0 0 0;}
    .member_join .join_terms .all_btn i{ margin: 0 0.4rem 0 0; width: 1.6rem; height: 1.6rem; font-size: 1rem;}
    .member_join .join_terms .all_btn p{ font-size: 1.4rem;}
    .member_join .join_terms .list{ margin: 1rem 0 0 0; padding: 1rem 0;}
    .member_join .join_terms .list ul li{ padding: 0.4rem 1rem; border-radius: 0;}
    .member_join .join_terms .list ul li .check i{ margin: 0 0.4rem 0 0; width: 1.4rem; height: 1.4rem; font-size: 0.8rem;}
    .member_join .join_terms .list ul li .check p{ font-size: 1rem;}
    .member_join .join_terms .list ul li .btn{ padding: 0 0.8rem; height: 2rem; border-radius: 2rem; font-size: 0.9rem;}

    .member_join .join_ok i{ font-size: 8rem;}
    .member_join .join_ok .title{ margin-top: 1rem; font-size: 1.6rem;}
    .member_join .join_ok .ok_id{ margin: 1rem 0 0 0; font-size: 1.2rem;}
    .member_join .join_ok .text{ margin: 2rem 0 0 0; padding: 2rem 1.5rem; border-radius: 1rem;}
}















