@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; font-size: calc(100vw / 30);}
html.no_scroll{ overflow: hidden;}
body{ overflow: hidden; padding: 11rem 0 10rem 0; background: #FFF; -webkit-text-size-adjust: none;}
body.on_banner{ padding-top: 14rem;}
body.on_banner .header_banner{ top: 0;}
body.on_banner .header{ top: 3rem;}
body.on_banner .header_sub{ top: 3rem;}
body.on_banner .header_sub_menu{ top: 8rem;}

body.on_banner.sub{ padding: 10rem 0 10rem 0;}
body.sub{ padding: 7rem 0 5rem 0;}
body.sub .header{ display: none;}
body.sub .header_sub{ display: flex;}
body.sub .full_menu_btn{ display: none;}
body.sub .gnb{ display: none;}
body.sub .footer{ display: none;}

body.mysub{}
body.mysub .header{ display: none;}
body.mysub .header_sub{ display: flex;}
body.mysub .footer{ display: none;}
body.mysub .full_menu_btn{ display: none;}
body.mysub .gnb{ display: none;}

body.mypage{ padding-top: 0;}
body.mypage .header_banner{ display: none;}
body.mypage .header{ display: none;}
body.mypage .footer{ display: none;}


.header_banner{ position: fixed; z-index: 100; top: -50px; right: 0; left: 0; transition: all .2s;}
.header_banner .modle_min{}
.header_banner .modle_min a{ overflow: hidden; display: flex; justify-content: flex-start;}
.header_banner .modle_min a img{ display: block; height: 3rem;}
.header_banner .close{ display: flex; align-items: center; grid-gap: 0.4rem; position: absolute; top: calc(50% - 0.5rem); right: 1.2rem; cursor: pointer;}
.header_banner .close p{ font-size: 0.9rem; color: #FFF;}
.header_banner .close i{ font-size: 1rem; color: #FFF;}


.header_sub{ display: none; justify-content: center; align-items: center; position: fixed; z-index: 100; top: 0; right: 0; left: 0; height: 5rem; background: rgba(255 255 255/100%); backdrop-filter: blur(20px); box-shadow: 0 1px 0 0 rgba(0 0 0/8%); transition: all .2s;}
.header_sub .back{ display: flex; align-items: center; position: absolute; top: calc(50% - 0.7rem); left: 1rem;}
.header_sub .back i{ font-size: 1.4rem; color: #000;}
.header_sub .tit{ font-size: 1.4rem; font-weight: 700; color: #000;}

.header_sub_menu{ overflow: hidden; position: fixed; z-index: 90; top: 5rem; right: 0; left: 0; height: 4rem; background: #FFF; box-shadow: 0 1px 0 0 rgba(0 0 0/8%); transition: all .2s;}
.header_sub_menu .scroll{ overflow-x: scroll; display: flex; grid-gap: 1.5rem; padding: 0 1rem; height: 5rem;}
.header_sub_menu a{ display: flex; justify-content: center; align-items: center; grid-gap: 0.2rem; height: 4rem;}
.header_sub_menu a p{ font-size: 1.2rem; font-weight: 500; color: #999; white-space: nowrap;}
.header_sub_menu a span{ display: flex; justify-content: center; align-items: center; padding: 0 0.5rem; min-width: 1.2rem; height: 1.2rem; border-radius: 1rem; background: #F00; font-size: 0.8rem; color: #FFF;}
.header_sub_menu a.on p{ font-weight: 600; color: #000;}


.header{ position: fixed; z-index: 100; top: 0; right: 0; left: 0; background: rgba(255 255 255/100%); backdrop-filter: blur(20px); box-shadow: 0 1px 0 0 rgba(0 0 0/8%); transition: all .2s;}
.header .top{ border-bottom: 1px solid #e5e5e5;}
.header .top .modle_min{ display: flex; justify-content: space-between; align-items: center; position: relative; height: 5rem;}
.header .top .logo{ display: block; height: 2.6rem;}
.header .top .logo img{ display: block; height: 100%;}
.header .top .menu_login{ display: none; 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: 1.8rem;}
.header .top .menu a{ display: flex; justify-content: center; align-items: center; position: relative; width: 1.6rem; height: 1.6rem;}
.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: -1rem; left: 1.4rem; 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;}

.header .bottom{}
.header .bottom .modle_min{ position: relative;}
.header .bottom .full_menu{ display: none; position: absolute; z-index: 10; top: calc(50% - 25px); left: 0;}
.header .bottom .full_menu .btn{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.header .bottom .full_menu .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 .btn .fl .icon{ position: relative; width: 20px; height: 20px;}
.header .bottom .full_menu .btn .fl .icon span{ display: block; position: absolute; height: 2px; border-radius: 5px; background: #FFF; transition: all .2s;}
.header .bottom .full_menu .btn .fl .icon span:nth-child(1){ top: 2px; width: 16px;}
.header .bottom .full_menu .btn .fl .icon span:nth-child(2){ top: calc(50% - 1px); width: 20px;}
.header .bottom .full_menu .btn .fl .icon span:nth-child(3){ bottom: 2px; width: 12px;}
.header .bottom .full_menu .btn p{ font-size: 16px; color: #666;}
.header .bottom .full_menu:hover .btn .fl{ background: #F00;}
.header .bottom .full_menu:hover .btn .fl .icon span:nth-child(1){ top: 50%; width: 24px; transform: rotate(45deg) translate(-2px,1px);}
.header .bottom .full_menu:hover .btn .fl .icon span:nth-child(2){ opacity: 0;}
.header .bottom .full_menu:hover .btn .fl .icon span:nth-child(3){ bottom: 50%; width: 24px; transform: rotate(-45deg) translate(-2px,-1px);}

.header .bottom .full_menu .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 .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 .list .menu{ flex: 1; position: relative; padding: 0 30px; transition: all .2s;}
.header .bottom .full_menu .list .menu:hover{ margin-right: 280px;}
.header .bottom .full_menu .list .menu > ul{}
.header .bottom .full_menu .list .menu > ul > li{}
.header .bottom .full_menu .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 .list .menu > ul > li > a p{ flex: 1; font-size: 16px; font-weight: 600; color: #000; transition: all .2s;}
.header .bottom .full_menu .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 .list .menu > ul > li:hover > a{ background: #F00;}
.header .bottom .full_menu .list .menu > ul > li:hover > a p{ color: #FFF;}
.header .bottom .full_menu .list .menu > ul > li:hover > a i{ color: #FFF;}
.header .bottom .full_menu .list .menu > ul > li > ul{ display: none; position: absolute; top: 0; left: 270px; bottom: 0;}
.header .bottom .full_menu .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 .list .menu > ul > li > ul > li{ padding-left: 40px;}
.header .bottom .full_menu .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 .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 .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 .list .menu > ul > li > ul > li:hover > a{ background: #000;}
.header .bottom .full_menu .list .menu > ul > li > ul > li:hover > a p{ color: #FFF;}
.header .bottom .full_menu .list .menu > ul > li > ul > li:hover > a i{ color: #FFF;}
.header .bottom .full_menu .list .menu > ul > li:hover > ul{ display: block;}
.header .bottom .full_menu .list .banner{}
.header .bottom .full_menu .list .banner img{}
.header .bottom .full_menu:hover .list{ padding-top: 10px; height: auto; opacity: 1;}
.header .bottom .full_menu:hover .list .box{ padding: 30px 30px 30px 0; height: auto; opacity: 1;}

.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; padding: 0 1.2rem; height: 5rem;}
.header .bottom .center_menu a{ position: relative; 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;}

.header.on{ box-shadow: 0 1px 0 0 rgba(0 0 0/5%);}
@keyframes header_tip{
    0%   { transform: translate(0,0) rotate(0); opacity: 1;}
    30%  { transform: translate(0,0.2rem) rotate(0); opacity: 1;}
    100% { transform: translate(0,0) rotate(0); opacity: 1;}
}




.full_menu{ position: fixed; z-index: 130; 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: flex; flex-direction: column; justify-content: center; align-items: center; grid-gap: 0.6rem; position: fixed; z-index: 200; 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);}




.gnb{ display: grid; 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;}




.footer{ margin-top: 3rem;}
.footer.home{ margin-top: 0;}
.footer .top{ padding: 2rem 0; border-top: 1px solid #e5e5e5;}
.footer .top .modle_min{}
.footer .top .f_icon{ margin: 0 -0.5rem;}
.footer .top .f_icon .swiper-slide{ padding: 0 0.5rem; width: auto;}
.footer .top .f_icon .wrap{ display: flex; align-items: center; padding: 1.5rem; border-radius: 1rem; border: 1px solid #f6f8fb; background: #f6f8fb;}
.footer .top .f_icon .wrap .icon{ flex: 0 0 5rem; display: flex; justify-content: center; align-items: center; margin-right: 1rem; width: 5rem; height: 5rem; border-radius: 50%; border: 1px solid #e5e5e5; background: #FFF;}
.footer .top .f_icon .wrap .icon img{ display: block; max-width: 2.2rem; max-height: 2rem;}
.footer .top .f_icon .wrap .tit{ font-size: 1.1rem; font-weight: 600; color: #000;}
.footer .top .f_icon .wrap .txt{ margin-top: 0.5rem; line-height: 1.4; font-size: 0.9rem; white-space: nowrap; color: #999;}
.footer .top .f_icon .wrap .txt br{}
.footer .top .f_quick{ display: grid; grid-gap: 0.6rem; margin-top: 2rem;}
.footer .top .f_quick .wrap{ display: flex; flex-direction: column; justify-content: center; position: relative; padding: 1.5rem; border-radius: 1rem; border: 1px solid #e5e5e5;}
.footer .top .f_quick .wrap .tit{ font-size: 1rem; font-weight: 600; color: #000;}
.footer .top .f_quick .wrap .number{ margin-top: 0.6rem; font-size: 1.2rem; font-weight: 600; color: #000;}
.footer .top .f_quick .wrap .txt{ position: absolute; top: 30%; left: 50%; line-height: 1.4; font-size: 0.9rem; color: #999;}
.footer .top .f_quick .wrap:last-child{ display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 0.6rem; padding: 0; border: 0; height: auto;}
.footer .top .f_quick .wrap:last-child a{ display: flex; justify-content: space-between; align-items: center; padding: 0 1.5rem; height: 3.5rem; border-radius: 1rem; border: 1px solid #e5e5e5; transition: all .2s;}
.footer .top .f_quick .wrap:last-child a p{ display: flex; align-items: center; font-size: 1rem; font-weight: 500; color: #000;}
.footer .top .f_quick .wrap:last-child a p img{ margin-left: -1rem; height: 2.2rem;}
.footer .top .f_quick .wrap:last-child a i{ font-size: 0.8rem; 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; flex-direction: column; align-items: center; padding: 1.5rem 0;}
.footer .middle .menu{ display: flex; grid-gap: 1.5rem}
.footer .middle .menu a{ font-size: 1rem; font-weight: 500; color: #999;}
.footer .middle .menu a:hover{ color: #000;}
.footer .middle .sns{ display: flex; grid-gap: 1rem; margin-top: 1.5rem;}
.footer .middle .sns a{ display: flex; justify-content: center; align-items: center; width: 3rem; height: 3rem; border-radius: 50%; border: 1px solid #e5e5e5;}
.footer .middle .sns a img{ display: block; height: 1.5rem;}
.footer .bottom{ padding: 2rem 0;}
.footer .bottom .modle_min{ display: flex; flex-direction: column; align-items: center; position: relative;}
.footer .bottom .logo{ display: block;}
.footer .bottom .logo img{ display: block; height: 2.5rem;}
.footer .bottom .text{ display: flex; flex-wrap: wrap; justify-content: center; grid-gap: 1rem 1.2rem; margin-top: 2rem;}
.footer .bottom .text p{ font-size: 0.9rem; color: #999;}
.footer .bottom select{ display: flex; align-items: center; margin: 2rem 0 0 0; padding: 0 3.5rem 0 1.5rem; width: 100%; height: 3.5rem; border-radius: 1rem; border: 1px solid #e5e5e5; background:url(/images/icon_down.svg) no-repeat center right 1rem #FFF; background-size: 1.2rem auto; font-size: 0.9rem; letter-spacing: 0; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.footer .copy{ padding: 2rem 0; border-top: 1px solid #e5e5e5;}
.footer .copy .modle_min{ display: flex; flex-direction: column-reverse; align-items: center;}
.footer .copy .modle_min img{ display: block; width: 100%;}
.footer .copy .modle_min p{ margin-top: 1.5rem; font-size: 0.8rem; color: #999; text-transform: uppercase; letter-spacing: 0;}




.scroll_top{ display: none; grid-gap: 0.5rem; position: fixed; z-index: 80; right: -4rem; bottom: 12rem; opacity: 0; transition: all .2s;}
.scroll_top .kakao{ display: flex; justify-content: center; align-items: center; width: 3rem; height: 3rem; border-radius: 50%; background: #fee500; cursor: pointer; transition: all .5s;}
.scroll_top .kakao img{ display: block; height: 2.6rem;}
.scroll_top .top{ display: flex; justify-content: center; align-items: center; width: 3rem; height: 3rem; 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: 1.4rem; color: #000;}
.scroll_top.on{ right: 1rem; opacity: 1;}




.home_visual{ overflow: hidden; position: relative;}
.home_visual .rolling{ overflow: hidden; position: absolute; top: 0; left: calc(50% - 40rem); width: 80rem;}
.home_visual .swiper-wrapper{}
.home_visual .swiper-wrapper .swiper-slide{ width: auto;}
.home_visual .swiper-wrapper .swiper-slide a{ overflow: hidden; display: block;}
.home_visual .swiper-wrapper .swiper-slide a img{ display: block; width: 100%; border-radius: 1.2rem;}
.home_visual_prev{ display: none; 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: none; 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: 0.4rem; margin-top: 14rem; height: 0.4rem;}
.home_visual_page span{ margin: 0 !important; width: 0.4rem; height: 0.4rem; border-radius: 4rem; background: rgba(0 0 0/50%); transition: all .2s;}
.home_visual_page span.swiper-pagination-bullet-active{ width: 1rem; background: #F00;}




.home_quick{}
.home_quick .modle_min{ position: relative;}
.home_quick .rolling{ overflow: hidden; margin: 0 -1.2rem; padding-top: 2rem;}
.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: 0.6rem;}
.home_quick .swiper-wrapper .swiper-slide a img{ display: block; height: 4rem;}
.home_quick .swiper-wrapper .swiper-slide a p{ font-size: 0.8rem; color: #333;}
.home_quick .swiper-wrapper .swiper-slide a .hot{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: -1rem; left: calc(50% - 1rem); width: 2rem; height: 1rem; border-radius: 2rem; background: #F00; animation: header_tip 1s infinite;}
.home_quick .swiper-wrapper .swiper-slide a .hot span{ overflow: hidden; position: absolute; bottom: -0.5rem; left: calc(50% - 0.3rem); width: 1rem; height: 1rem;}
.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{ position: relative; z-index: 1; font-size: 0.65rem; font-weight: 500; color: #FFF;}
.home_quick .swiper-wrapper .swiper-slide a .best{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: -1rem; left: calc(50% - 1rem); width: 2rem; height: 1rem; border-radius: 2rem; background: #000; animation: header_tip 1s infinite;}
.home_quick .swiper-wrapper .swiper-slide a .best span{ overflow: hidden; position: absolute; bottom: -0.5rem; left: calc(50% - 0.3rem); width: 1rem; height: 1rem;}
.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{ position: relative; z-index: 1; font-size: 0.65rem; font-weight: 500; color: #FFF;}
.home_quick_prev{ display: none; 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: none; 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;}




.home_banner{ padding-top: 2rem;}
.home_banner .modle_min{ position: relative;}
.home_banner .rolling{ overflow: hidden; border-radius: 1.2rem;}
.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: 1rem; bottom: 1rem;}
.home_banner_prev{ display: none; 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: none; 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: 0.2rem; width: 3rem; height: 1.5rem; border-radius: 2rem; background: rgba(0 0 0/100%); font-size: 0.9rem; color: rgba(255 255 255/50%); transition: all .2s;}
.home_banner_page span{ font-size: 0.9rem; color: rgba(255 255 255/80%);}
.home_banner_page span.swiper-pagination-current{ font-weight: 500; color: #FFF;}




.home_best{ padding: 3rem 0;}
.home_best .head{}
.home_best .head .tit{ text-align: center; font-size: 1.6rem; font-weight: 700; color: #000;}
.home_best .head .tit b{ font-weight: 700; color: #F00;}
.home_best .head .menu{ overflow: hidden; margin: 1rem -1rem 0 -1rem; height: 2.5rem;}
.home_best .head .menu .scroll{ overflow-x: scroll; display: flex; grid-gap: 0.4rem; padding: 0 1rem; height: 3rem;}
.home_best .head .menu a{ display: flex; align-items: center; padding: 0 1rem; height: 2.5rem; border-radius: 2rem; border: 1px solid #e5e5e5; font-size: 0.9rem; white-space: nowrap; color: #666; cursor: pointer;}
.home_best .head .menu a.on{ border-color: #000; background: #000; color: #FFF; font-weight: 600;}
.home_best .rolling{ margin: 2rem -0.5rem 0 -0.5rem;}
.home_best .swiper-wrapper{}
.home_best .swiper-wrapper .swiper-slide{ padding: 0 0.5rem;}
.home_best .swiper-wrapper .swiper-slide .modle_item .ft .best{ display: flex;}




.home_event{ padding: 3rem 0; background: #fbf9f2;}
.home_event .head{ text-align: center;}
.home_event .head .txt{ font-size: 1rem; font-weight: 500; color: #000;}
.home_event .head .tit{ margin-top: 0.2rem; font-size: 1.6rem; font-weight: 700; color: #F00;}
.home_event .list{ flex: 1; display: flex; grid-gap: 10px; margin-top: 1.5rem;}
.home_event .list a{ display: block; cursor: pointer;}
.home_event .list a img{ display: block; width: 100%; border-radius: 1.2rem;}
.home_event .more{ display: flex; justify-content: center; align-items: center; margin: 1.5rem auto 0 auto; width: 6rem; height: 2rem; border-radius: 2rem; background: #000; font-size: 0.9rem; color: #FFF;}




.home_sale{ padding: 3rem 0;}
.home_sale .head{ display: flex; flex-direction: column; align-items: center;}
.home_sale .head .tit{ font-size: 1.6rem; 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: 1rem; color: #666;}
.home_sale .rolling{ margin: 2rem -1rem 0 -1rem;}
.home_sale .swiper-wrapper{}
.home_sale .swiper-wrapper .swiper-slide{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 10px; 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: 1rem; left: 1rem;}
.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: 1rem; bottom: 1rem; padding: 0 0.6rem; height: 1.5rem; border-radius: 2rem; background: #000; 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: 1.2rem; 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: 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 .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; border: 1px solid #e5e5e5; background: rgba(255 255 255/100%); cursor: pointer;}
.home_sale_prev i{ font-size: 0.8rem; color: #999;}
.home_sale_next{ display: flex; justify-content: center; align-items: center; width: 2.5rem; height: 2.5rem; border-radius: 2rem; border: 1px solid #e5e5e5; background: rgba(255 255 255/100%); cursor: pointer;}
.home_sale_next i{ font-size: 0.8rem; color: #999;}




.home_list{ padding: 3rem 0; background: linear-gradient(180deg, #f2fafb, #FFF, #FFF);}
.home_list .head{}
.home_list .head .tit{ text-align: center; font-size: 1.6rem; font-weight: 700; color: #000;}
.home_list .head .tit b{ font-weight: 700; color: #F00;}
.home_list .head .txt{ margin-top: 0.8rem; text-align: center; font-size: 1rem; color: #666;}
.home_list .head .menu{ overflow: hidden; margin: 1rem -1rem 0 -1rem; height: 2.5rem;}
.home_list .head .menu .scroll{ overflow-x: scroll; display: flex; grid-gap: 0.4rem; padding: 0 1rem; height: 3rem;}
.home_list .head .menu a{ display: flex; align-items: center; padding: 0 1rem; height: 2.5rem; border-radius: 2rem; border: 1px solid #e5e5e5; background: #FFF; font-size: 0.9rem; white-space: nowrap; color: #666; cursor: pointer;}
.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(2,1fr); grid-gap: 2rem 1rem; margin-top: 2rem;}
.home_list .more{ display: flex; justify-content: center; align-items: center; margin: 2rem auto 0 auto; width: 8rem; height: 2.5rem; border-radius: 2rem; border: 1px solid #e5e5e5; font-size: 0.9rem; color: #666; cursor: pointer; transition: all .2s;}





.home_review{ padding: 3rem 0; background: #f5f5f5;}
.home_review .head{}
.home_review .head .tit{ text-align: center; font-size: 1.6rem; font-weight: 700; color: #000;}
.home_review .head .tit b{ font-weight: 700; color: #F00;}
.home_review .head .txt{ margin-top: 0.8rem; text-align: center; line-height: 1.4; font-size: 1rem; color: #666;}
.home_review .head .txt span{ font-weight: 600; color: #000;}
.home_review .head .txt b{ font-weight: 600; color: #F00;}
.home_review .rolling{ margin: 2rem 0 0 0;}
.home_review .rolling .swiper-wrapper{}
.home_review .rolling .swiper-wrapper .swiper-slide{ padding: 0;}
.home_review .rolling .swiper-wrapper .swiper-slide a{ overflow: hidden; display: flex; align-items: center; padding: 1rem; 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{ margin-right: 1rem; width: 40%; 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{ display: flex; justify-content: center; align-items: center; grid-gap: 0.4rem; margin-top: 1rem; height: 0.4rem;}
.home_review_page span{ margin: 0 !important; width: 0.4rem; height: 0.4rem; border-radius: 4rem; background: rgba(0 0 0/50%); transition: all .2s;}
.home_review_page span.swiper-pagination-bullet-active{ width: 1rem; background: #F00;}
.home_review .mode{ display: flex; justify-content: center; align-items: center; margin: 1rem auto 0 auto; width: 8rem; height: 2.5rem; border-radius: 2rem; border: 1px solid #e5e5e5; background: #FFF; font-size: 0.9rem; color: #666; cursor: pointer; transition: all .2s;}




.home_community{ padding: 3rem 0;}
.home_community .head{}
.home_community .head .tit{ text-align: center; font-size: 1.6rem; font-weight: 700; color: #000; white-space: nowrap;}
.home_community .head .menu{ overflow: hidden; margin: 1rem -1rem 0 -1rem; height: 2.5rem;}
.home_community .head .menu .scroll{ overflow-x: scroll; display: flex; grid-gap: 0.4rem; padding: 0 1rem; height: 3rem;}
.home_community .head .menu a{ display: flex; align-items: center; padding: 0 1rem; height: 2.5rem; border-radius: 2rem; border: 1px solid #e5e5e5; background: #FFF; font-size: 0.9rem; white-space: nowrap; color: #666; cursor: pointer;}
.home_community .head .menu a.on{ border-color: #000; background: #000; color: #FFF; font-weight: 600;}
.home_community .rolling{ margin: 2rem -0.5rem 0 -0.5rem;}
.home_community .rolling .swiper-wrapper{}
.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;}
.home_community_page{ display: flex; justify-content: center; align-items: center; grid-gap: 0.4rem; margin-top: 1rem; height: 0.4rem;}
.home_community_page span{ margin: 0 !important; width: 0.4rem; height: 0.4rem; border-radius: 4rem; background: rgba(0 0 0/50%); transition: all .2s;}
.home_community_page span.swiper-pagination-bullet-active{ width: 1rem; background: #F00;}















.sub_shopping_list{ display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 2rem 1rem; margin-top: 2rem;}




.sub_shopping_detail{ position: relative; z-index: 1;}
.sub_shopping_detail > .fl{}
.sub_shopping_detail > .fr{ position: relative; margin: 3rem -1rem 0 -1rem; padding: 3rem 1rem 1rem 1rem; border-top: 10px solid #f6f8fb; border-bottom: 10px solid #f6f8fb;}
.sub_shopping_detail > .cb{ clear: both;}

.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: 0.5rem -1rem 0 -1rem; padding: 0 0.75rem;}
.sub_shopping_detail_img .min .swiper-wrapper{}
.sub_shopping_detail_img .min .swiper-wrapper .swiper-slide{ padding: 0 0.25rem; 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; 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: none; 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;}

.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;}
.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: 0.5rem;}
.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: 1.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_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 -1rem 0 -1rem; padding: 0 0.5rem;}
.sub_shopping_detail_item .rolling .swiper-wrapper{}
.sub_shopping_detail_item .rolling .swiper-wrapper .swiper-slide{ padding: 0 0.5rem;}
.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: 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; 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; font-weight: 500; 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-weight: 600; color: #FFF;}
.sub_shopping_detail_body .scroll_body{ margin: 1rem 0 0 0; padding: 0 1rem;}

.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: 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: 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{ margin: 0 1rem;  border-radius: 1rem; background: #f5f7fa;}
.sub_shopping_detail_body_review_head .fl{ display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2rem;}
.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 .fr{ display: flex; justify-content: center; align-items: center; grid-gap: 3rem;}
.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_head .btn{ display: flex; grid-gap: 0.5rem; padding: 2rem;}
.sub_shopping_detail_body_review_head .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_option{ display: flex; justify-content: space-between; align-items: center; margin: 2rem 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 .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{ 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{ 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 .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_detail_foot{ position: fixed; z-index: 100; right: 0; bottom: 0; left: 0; padding: 1rem; border-radius: 0; background: rgba(255 255 255/100%); backdrop-filter: blur(20px); box-shadow: 0 0 0 1px rgba(0 0 0/8%);}
.sub_shopping_detail_foot .button{ display: flex; grid-gap: 0.5rem;}
.sub_shopping_detail_foot .button a{ display: flex; justify-content: center; align-items: center; width: 50%; height: 3.5rem; border-radius: 1rem; border: 1px solid rgba(0 0 0/10%); font-size: 1.2rem; font-weight: 600; color: #F00; cursor: pointer;}
.sub_shopping_detail_foot .button a:nth-child(1){ flex: 0 0 3.5rem; transition: all .2s;}
.sub_shopping_detail_foot .button a:nth-child(1) i{ font-size: 1.4rem; color: rgba(0 0 0/50%); transition: all .2s;}
.sub_shopping_detail_foot .button a:nth-child(1):hover i{ color: #F00;}
.sub_shopping_detail_foot .button a:nth-child(1).on{ border-color: #F00; background: #F00;}
.sub_shopping_detail_foot .button a:nth-child(1).on i{ color: #FFF;}
.sub_shopping_detail_foot .button a:nth-child(2){ border: 1px solid #F00;}
.sub_shopping_detail_foot .button a:nth-child(3){ border: 1px solid #F00; background: #F00; color: #FFF;}


.sub_shopping_detail_popup_cart{ overflow: hidden; position: fixed; z-index: 200; top: 100%; right: 0; bottom: -100%; left: 0;}
.sub_shopping_detail_popup_cart .contents{ overflow: hidden; position: fixed; z-index: 200; top: 100%; right: 0; bottom: -100%; left: 0; border-radius: 1.5rem 1.5rem 0 0; background: rgba(255 255 255/100%); backdrop-filter: blur(20px); box-shadow: 0 0 0 1px rgba(0 0 0/8%); opacity: 0; transition: all .3s;}
.sub_shopping_detail_popup_cart .contents .modle_item{ display: flex; align-items: center; grid-gap: 1rem;}
.sub_shopping_detail_popup_cart .contents .modle_item .ft{}
.sub_shopping_detail_popup_cart .contents .modle_item .ft .img{ width: 6rem;}
.sub_shopping_detail_popup_cart .contents .modle_item .fb{ padding: 0;}
.sub_shopping_detail_popup_cart .contents .modle_item .fb .tit{ margin: 0; font-size: 1.2rem;}
.sub_shopping_detail_popup_cart .contents .modle_item .fb .price{ margin-top: 0.5rem;}
.sub_shopping_detail_popup_cart .contents .head{ overflow: hidden; position: absolute; top: 0; right: 0; left: 0; padding: 1rem; background: #FFF; box-shadow: 0 1px 0 0 rgba(0 0 0/8%);}
.sub_shopping_detail_popup_cart .contents .body{ overflow: hidden; position: absolute; top: 8rem; right: 0; bottom: 5.5rem; left: 0;}
.sub_shopping_detail_popup_cart .contents .body .scroll{ overflow: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 0 1rem 1rem 1rem;}
.sub_shopping_detail_popup_cart .contents .body .scroll .info{}
.sub_shopping_detail_popup_cart .contents .body .scroll .info .wrap{ display: flex; padding: 1.5rem 0; border-bottom: 1px solid #e5e5e5;}
.sub_shopping_detail_popup_cart .contents .body .scroll .info .wrap:last-child{ border-bottom: 0;}
.sub_shopping_detail_popup_cart .contents .body .scroll .info .wrap .tit{ flex: 0 0 7rem; line-height: 2.5rem; font-size: 1rem; color: #333;}
.sub_shopping_detail_popup_cart .contents .body .scroll .info .wrap .txt{ font-size: 1rem; font-weight: 500; color: #666;}
.sub_shopping_detail_popup_cart .contents .body .scroll .info .wrap .option{ display: flex; flex-wrap: wrap; grid-gap: 0.5rem;}
.sub_shopping_detail_popup_cart .contents .body .scroll .info .wrap .option a{ display: flex; align-items: center; padding: 0 1rem; height: 2.5rem; border-radius: 0.5rem; border: 1px solid #e5e5e5; font-size: 1rem; color: #666; cursor: pointer; transition: all .2s;}
.sub_shopping_detail_popup_cart .contents .body .scroll .info .wrap .option a.on{ border-color: #000; font-weight: 500; color: #000;}

.sub_shopping_detail_popup_cart .contents .body .scroll .full{ padding: 1.5rem; border-radius: 1rem; background: #f5f7fa;}
.sub_shopping_detail_popup_cart .contents .body .scroll .full .tit{ font-size: 1rem; color: #333;}
.sub_shopping_detail_popup_cart .contents .body .scroll .full .fb{ display: flex; justify-content: space-between; align-items: flex-end; margin-top: 1rem;}
.sub_shopping_detail_popup_cart .contents .body .scroll .full .quantity{ display: flex;}
.sub_shopping_detail_popup_cart .contents .body .scroll .full .quantity i{ display: flex; justify-content: center; align-items: center; width: 2.5rem; height: 2.5rem; border: 1px solid #e5e5e5; background: #FFF; font-size: 1rem; color: #000; cursor: pointer;}
.sub_shopping_detail_popup_cart .contents .body .scroll .full .quantity i:nth-child(1){ border-radius: 0.5rem 0 0 0.5rem;}
.sub_shopping_detail_popup_cart .contents .body .scroll .full .quantity i:nth-child(3){ border-radius: 0 0.5rem 0.5rem 0;}
.sub_shopping_detail_popup_cart .contents .body .scroll .full .quantity i:hover{ background: #f0f0f0;}
.sub_shopping_detail_popup_cart .contents .body .scroll .full .quantity input{ display: flex; align-items: center; margin: 0; padding: 0; width: 5rem; height: 2.5rem; border-radius: 0; border: 1px solid rgba(0 0 0/10%); border-right: 0; border-left: 0; background: #FFF; text-align: center; font-size: 1rem; color: #000; outline: none; -webkit-appearance: none;}
.sub_shopping_detail_popup_cart .contents .body .scroll .full .price{ display: flex; align-items: flex-end; grid-gap: 0.2rem;}
.sub_shopping_detail_popup_cart .contents .body .scroll .full .price p:nth-child(1){ font-size: 1.8rem; font-weight: 700; color: #F00;}
.sub_shopping_detail_popup_cart .contents .body .scroll .full .price p:nth-child(2){ padding-bottom: 0.3rem; font-size: 1rem; color: #999;}

.sub_shopping_detail_popup_cart .contents .foot{ position: absolute; z-index: 10; right: 0; bottom: 0; left: 0; padding: 1rem; height: 5.5rem; background: #FFF; box-shadow: 0 -1px 0 0 rgba(0 0 0/8%);}
.sub_shopping_detail_popup_cart .contents .foot .button{}
.sub_shopping_detail_popup_cart .contents .foot .button a{ display: flex; justify-content: center; align-items: center; height: 3.5rem; border-radius: 1rem; border: 1px solid #F00; background: #FFF; box-shadow: 0 3px 10px 0 rgba(255 0 0/20%); font-size: 1.2rem; font-weight: 600; color: #F00;}
.sub_shopping_detail_popup_cart .contents .foot .button a.on{ background: #F00; color: #FFF;}
.sub_shopping_detail_popup_cart .close{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/0); opacity: 1; transition: all 0.5s;}
.sub_shopping_detail_popup_cart.on{ top: 0; bottom: 0;}
.sub_shopping_detail_popup_cart.on .contents{ top: 25vh; bottom: 0; opacity: 1;}
.sub_shopping_detail_popup_cart.on .close{ background: rgba(0 0 0/70%);}




.sub_shopping_step{ display: flex; justify-content: center; position: relative; margin-bottom: 2rem; padding: 1rem 2rem; border-radius: 1rem; border: 1px solid #e5e5e5; background: linear-gradient(90deg, rgba(0 0 0/5%), rgba(0 0 0/2%));}
.sub_shopping_step .wrap{ display: flex; flex-direction: column; justify-content: center; align-items: center; grid-gap: 0.6rem; position: relative; width: 33.333%;}
.sub_shopping_step .wrap .t1{ display: flex; align-items: center; padding: 0 0.5rem; height: 1.4rem; border-radius: 1rem; border: 1px solid #e5e5e5; background: #FFF; font-size: 0.6rem; color: #999;}
.sub_shopping_step .wrap .t2{ font-size: 1.2rem; font-weight: 500; color: #999;}
.sub_shopping_step .wrap i{ display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; right: -1rem; margin: -1rem 0 0 0; width: 2rem; height: 2rem; font-size: 1.4rem; 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;}




.sub_shopping_cart_option{ display: flex; justify-content: space-between; align-items: center; padding-bottom: 1rem; border-bottom: 1px solid #000;}
.sub_shopping_cart_option .check{ display: flex; align-items: center; grid-gap: 0.5rem; cursor: pointer;}
.sub_shopping_cart_option .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_cart_option .check p{ font-size: 1.2rem; color: #333;}
.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: 0.4rem;}
.sub_shopping_cart_option .btn a{ display: flex; align-items: center; padding: 0 1rem; height: 2.5rem; border-radius: 2rem; border: 1px solid #e5e5e5; background: #FFF; cursor: pointer; transition: all .2s;}
.sub_shopping_cart_option .btn a p{ font-size: 1rem; color: #000;}


.sub_shopping_pay{ 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 .check{ display: flex; align-items: center; grid-gap: 0.5rem; cursor: pointer;}
.sub_shopping_pay .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 .check p{ font-size: 1.2rem; color: #333;}
.sub_shopping_pay .check.on i{ border-color: #000; background: #000; color: #FFF;}
.sub_shopping_pay .check.on p{ color: #000;}
.sub_shopping_pay .fr{ display: flex; align-items: center; grid-gap: 1rem;}
.sub_shopping_pay .fr .price{ display: flex; align-items: flex-end;}
.sub_shopping_pay .fr .price p{ margin-bottom: -0.1rem; font-size: 1.4rem; font-weight: 700; color: #F00; letter-spacing: 0;}
.sub_shopping_pay .fr .price span{ font-size: 0.9rem; color: #666;}
.sub_shopping_pay .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_cart_list{ display: grid;}
.sub_shopping_cart_list .wrap{ display: flex; padding: 1.5rem 0; border-bottom: 1px solid #e5e5e5;}
.sub_shopping_cart_list .wrap .check{ flex: 0 0 2.3rem; display: flex; align-items: center; cursor: pointer;}
.sub_shopping_cart_list .wrap .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_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; grid-gap: 1rem;}
.sub_shopping_cart_list .wrap .row .img{ flex: 0 0 9rem; width: 9rem; height: 9rem; border-radius: 1rem; border: 1px solid rgba(0 0 0/10%);}
.sub_shopping_cart_list .wrap .row .fr{ flex: 1; display: flex; flex-direction: column; justify-content: space-between;}
.sub_shopping_cart_list .wrap .row .tit{ display: block; padding-top: 0.5rem; font-size: 1.1rem; font-weight: 600; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.sub_shopping_cart_list .wrap .row .price{ display: flex; align-items: flex-end;}
.sub_shopping_cart_list .wrap .row .price p:nth-child(1){ margin-right: 0.5rem; font-size: 0.9rem; 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: 0.1rem;}
.sub_shopping_cart_list .wrap .row .price p:nth-child(2) span:nth-child(1){ font-size: 1.1rem; font-weight: 700; color: #F00;}
.sub_shopping_cart_list .wrap .row .price p:nth-child(2) span:nth-child(2){ font-size: 1.1rem; font-weight: 700; color: #000;}
.sub_shopping_cart_list .wrap .row .price p:nth-child(2) span:nth-child(3){ padding: 0 0 0 0.1rem; font-size: 0.9rem; color: #999;}
.sub_shopping_cart_list .wrap .row .op{ display: flex; align-items: center; padding: 0 1rem; width: 100%; height: 2rem; border-radius: 0.5rem; background: #f6f8fb;}
.sub_shopping_cart_list .wrap .row .op p{ flex: 1; font-size: 0.9rem; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.sub_shopping_cart_list .wrap .row .fb{ display: flex; justify-content: space-between; width: 100%;}
.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: 2rem; height: 2rem; border: 1px solid #e5e5e5; background: #FFF; font-size: 0.8rem; color: #000; cursor: pointer;}
.sub_shopping_cart_list .wrap .row .quantity i:nth-child(1){ border-radius: 0.5rem 0 0 0.5rem;}
.sub_shopping_cart_list .wrap .row .quantity i:nth-child(3){ border-radius: 0 0.5rem 0.5rem 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: 3rem; height: 2rem; border-radius: 0; border: 1px solid rgba(0 0 0/10%); border-right: 0; border-left: 0; background: #FFF; text-align: center; font-size: 0.9rem; color: #000; outline: none; -webkit-appearance: none;}
.sub_shopping_cart_list .wrap .row .btn{ display: flex; grid-gap: 0.4rem;}
.sub_shopping_cart_list .wrap .row .btn a{ display: flex; justify-content: center; align-items: center; width: 2rem; height: 2rem; border-radius: 0.5rem; border: 1px solid #e5e5e5; cursor: pointer; transition: all .2s;}
.sub_shopping_cart_list .wrap .row .btn a i{ font-size: 0.9rem; color: #666;}
.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;}
.sub_shopping_cart_list.min .wrap .row .img{ flex: 0 0 6.5rem; width: 6.5rem; height: 6.5rem;}
.sub_shopping_cart_list.min .wrap .row .fr{}





.sub_shopping_payment_tit{ display: flex; justify-content: space-between; align-items: center; margin: 3rem 0 0 0; padding-bottom: 1rem; border-bottom: 1px solid #000;}
.sub_shopping_payment_tit .tit{ font-size: 1.4rem; font-weight: 700; color: #000;}


.sub_shopping_payment_write{}
.sub_shopping_payment_write .wrap{ position: relative; padding: 1rem 0 1rem 6.5rem; border-bottom: 1px solid #e5e5e5;}
.sub_shopping_payment_write .wrap .tit{ position: absolute; top: 1rem; left: 0; line-height: 3rem; font-size: 1rem; color: #000;}
.sub_shopping_payment_write .wrap .tit b{ color: #F00;}
.sub_shopping_payment_write .wrap .txt{ margin: 0.5rem 0 0 0; line-height: 1.4; font-size: 0.9rem; color: #666;}
.sub_shopping_payment_write .wrap .text{ display: flex; align-items: center; padding: 0.75rem 0; line-height: 1.6; font-size: 1rem; font-weight: 400; color: #000;}

.sub_shopping_payment_write input{ display: flex; align-items: center; margin: 0; padding: 0 1.2rem; width: 100%; height: 3rem; border-radius: 0.5rem; border: 1px solid #e5e5e5; background: #f6f8fb; font-size: 1rem; 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 3rem 0 1.2rem; width: 100%; height: 3rem; border-radius: 0.5rem; border: 1px solid #e5e5e5; background:url(/images/icon_down.svg) no-repeat center right 1rem #f6f8fb; background-size: 1rem auto; font-size: 1rem; 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: 1rem 1.2rem; resize: none; width: 100%; height: 6rem; border-radius: 0.5rem; border: 1px solid #e5e5e5; background: #f6f8fb; line-height: 1.6; font-size: 1rem; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.sub_shopping_payment_write textarea:focus{ border-color: #000;}

.sub_shopping_payment_write .address{ flex: 1; display: grid; grid-gap: 0.5rem;}
.sub_shopping_payment_write .address .ft{ display: flex; grid-gap: 0.5rem;}
.sub_shopping_payment_write .address .ft .btn{ flex: 0 0 8rem; display: flex; justify-content: center; align-items: center; height: 3rem; border-radius: 0.5rem; background: #000; font-size: 1rem; color: #FFF; cursor: pointer;}

.sub_shopping_payment_write .check{ display: flex; flex-wrap: wrap; grid-gap: 0.5rem 1rem; padding: 0.7rem 0;}
.sub_shopping_payment_write .check label{ display: flex; align-items: center; grid-gap: 0.5rem; cursor: pointer;}
.sub_shopping_payment_write .check label i{ flex: 0 0 1.8rem; display: flex; justify-content: center; align-items: center; width: 1.8rem; height: 1.8rem; border-radius: 50%; border: 1px solid #e5e5e5; background: #f6f8fb; font-size: 0.8rem; color: #666;}
.sub_shopping_payment_write .check label p{ font-size: 1rem; 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%;}


.sub_shopping_payment_delivery{ display: grid; grid-gap: 0.5rem;}
.sub_shopping_payment_delivery .wrap{ position: relative; padding: 1.5rem; min-height: 5rem; height: 100%; border-radius: 0.5rem; 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: 1.8rem; color: #000;}
.sub_shopping_payment_delivery .wrap .new p{ margin: 0.5rem 0 0 0; font-size: 1rem; color: #000;}
.sub_shopping_payment_delivery .wrap .t1{ display: flex; align-items: center;}
.sub_shopping_payment_delivery .wrap .t1 p{ font-size: 1rem; color: #000;}
.sub_shopping_payment_delivery .wrap .t1 span{ display: block; margin: 0 1rem; width: 1px; height: 1rem; background: #e5e5e5;}
.sub_shopping_payment_delivery .wrap .t2{ padding: 1rem 0 0.5rem 0; font-size: 1rem; color: #666;}
.sub_shopping_payment_delivery .wrap .t3{ line-height: 1.2; font-size: 1rem; 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(1,1fr); grid-gap: 1rem;}
.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;}


.sub_shopping_payment_pay{ display: grid; grid-gap: 1rem; padding: 1.5rem 0; 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: 1rem; color: #666;}
.sub_shopping_payment_pay .wrap .txt{ display: flex; align-items: flex-end; grid-gap: 0.2rem;}
.sub_shopping_payment_pay .wrap .txt p{ margin-bottom: -0.15rem; font-size: 1.4rem; font-weight: 600; color: #000;}
.sub_shopping_payment_pay .wrap .txt span{ font-size: 1rem; color: #666;}
.sub_shopping_payment_pay .wrap.full .tit{ font-size: 1.2rem; font-weight: 600; color: #000;}
.sub_shopping_payment_pay .wrap .full{ display: flex; justify-content: space-between; align-items: flex-end;}
.sub_shopping_payment_pay .wrap .full p{ margin-bottom: -0.3rem; font-size: 2rem; font-weight: 700; color: #F00;}
.sub_shopping_payment_pay .wrap .full span{ font-size: 1rem; color: #666;}


.sub_shopping_success{ display: flex; flex-direction: column; align-items: center; padding: 2rem; border-radius: 1rem; background: #f6f8fb; text-align: center;}
.sub_shopping_success i{ display: flex; justify-content: center; align-items: center; width: 4rem; height: 4rem; border-radius: 50%; background: #F00; font-size: 2rem; color: #FFF;}
.sub_shopping_success .tit{ margin-top: 1rem; font-size: 1.6rem; font-weight: 700; color: #000;}
.sub_shopping_success .txt{ margin-top: 1rem; line-height: 1.4; font-size: 1rem; color: #666;}
.sub_shopping_success .txt b{ font-weight: 600; color: #F00;}




.mypage_head{ overflow: hidden; position: relative; padding: 3rem 1rem 0 1rem; margin: 0 -1rem;}
.mypage_head .fl{ position: relative; z-index: 10;}
.mypage_head .fl .user{ display: flex; align-items: center;}
.mypage_head .fl .user .img{ display: flex; justify-content: center; align-items: center; width: 5rem; height: 5rem;}
.mypage_head .fl .user .fr{ margin: 0 0 0 0.5rem;}
.mypage_head .fl .user .fr .txt{ font-size: 0.9rem; color: #666;}
.mypage_head .fl .user .fr .name{ margin-top: 0.4rem; font-size: 1.1rem; 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: 0.5rem; font-size: 0.9rem; color: #007aff; cursor: pointer;}
.mypage_head .fl .user .fr a i{ margin-left: 0.4rem; font-size: 1.2rem; color: #007aff;}

.mypage_head .fl .btn{ display: flex; grid-gap: 1.5rem; position: absolute; z-index: 10; top: -1rem; right: 0;}
.mypage_head .fl .btn a{ display: block;}
.mypage_head .fl .btn a img{ display: block; height: 1.4rem; opacity: 0.8;}

.mypage_head .fl .fb{ display: flex; grid-gap: 0.5rem; margin-top: 1.5rem;}
.mypage_head .fl .fb .level{ padding: 1rem 0; width: 50%; border-radius: 1rem; background: linear-gradient(90deg, rgba(40 75 120/100%), rgba(40 75 120/100%), rgba(15 35 60/100%));}
.mypage_head .fl .fb .level p{ display: flex; justify-content: center; align-items: center; line-height: 1.5rem; font-size: 0.9rem; color: rgba(255 255 255/80%); letter-spacing: 0;}
.mypage_head .fl .fb .level p b{ font-weight: 700; color: #FFF;}
.mypage_head .fl .fb .level img{ display: block; margin: -0.2rem 0.2rem 0 0; height: 1.2rem;}
.mypage_head .fl .fb .info{ padding: 1rem; width: 50%; border-radius: 1rem; background: linear-gradient(90deg, #444, #000);}
.mypage_head .fl .fb .info .wrap{ display: flex; justify-content: space-between; align-items: center; height: 1.5rem;}
.mypage_head .fl .fb .info .wrap p{ font-size: 0.8rem; color: rgba(255 255 255/80%);}
.mypage_head .fl .fb .info .wrap span{ display: flex; justify-content: center; align-items: flex-end; font-size: 0.9rem; color: rgba(255 255 255/60%);}
.mypage_head .fl .fb .info .wrap span b{ transform: translate(0,-0.1rem); font-size: 1.1rem; font-weight: 600; color: #FFF;}

.mypage_head .menu{ display: flex; align-items: center; position: relative; z-index: 10; padding: 1.5rem 0;}
.mypage_head .menu a{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 33.333%;}
.mypage_head .menu a .tit{ display: flex; justify-content: center; align-items: center; grid-gap: 0.2rem; font-size: 1rem; color: #000;}
.mypage_head .menu a .tit img{ display: block; height: 1.2rem;}
.mypage_head .menu a .txt{ display: flex; align-items: flex-end; margin: 0.5rem 0 0 0;}
.mypage_head .menu a .txt b{ font-size: 1.4rem; font-weight: 700; color: #000;}
.mypage_head .menu a .txt span{ padding: 0 0 0.1rem 0.1rem; font-size: 1rem; color: #666;}
.mypage_head:after{ content: ""; display: block; position: absolute; bottom: 8rem; left: calc(50% - 50rem); width: 100rem; height: 100rem; border-radius: 50%; background: linear-gradient(90deg, #f6f8fb, #f6f8fb);}


.mypage_order_guide{ padding: 1.5rem; border-radius: 1rem; border: 1px solid #e5e5e5;}
.mypage_order_guide .ft{ display: flex; justify-content: space-between; align-items: center;}
.mypage_order_guide .ft .tit{ font-size: 1.2rem; font-weight: 600; color: #000;}
.mypage_order_guide .ft a{ display: flex; align-items: center; grid-gap: 0.5rem;}
.mypage_order_guide .ft a p{ font-size: 1rem; color: #333;}
.mypage_order_guide .ft a i{ font-size: 0.8rem; color: #666;}
.mypage_order_guide .fb{ display: flex; justify-content: space-evenly; margin-top: 1rem;}
.mypage_order_guide .fb a{ display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; padding: 1rem 0 0 0; width: 25%; cursor: pointer;}
.mypage_order_guide .fb a img{ display: block; height: 2rem;}
.mypage_order_guide .fb a p{ margin-top: 0.5rem; font-size: 1rem; color: #333;}
.mypage_order_guide .fb a span{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0.5rem; right: 0.5rem; padding: 0 0.4rem; min-width: 1.2rem; height: 1.2rem; border-radius: 1rem; background: #F00; font-size: 0.8rem; font-weight: 500; color: #FFF;}
.mypage_order_guide .fb a.on{ background: #f6f8fb;}


.mypage_menu{ margin-top: 1.5rem; border-radius: 1rem; 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: 1.5rem;}
.mypage_menu > ul > li .head p{ font-size: 1.2rem; font-weight: 600; color: #000;}
.mypage_menu > ul > li .head i{ font-size: 0.8rem; color: #666;}
.mypage_menu > ul > li ul{ display: flex; flex-wrap: wrap; grid-gap: 1rem 0; padding: 0 1.5rem 1.5rem 1.5rem;}
.mypage_menu > ul > li ul li{ width: 33.333%;}
.mypage_menu > ul > li ul li a{ display: flex; align-items: center; grid-gap: 0.4rem; font-size: 1.1rem; color: #333;}
.mypage_menu > ul > li ul li a p{ font-size: 1.1rem; color: #333;}
.mypage_menu > ul > li ul li a span{ display: flex; justify-content: center; align-items: center; padding: 0 0.5rem; min-width: 1.2rem; height: 1.2rem; border-radius: 1rem; background: #000; font-size: 0.8rem; color: #FFF;}




.mypage_tit{ display: flex; justify-content: space-between; align-items: center; margin: 2rem 0 1rem 0;}
.mypage_tit .tit{ line-height: 2.5rem; font-size: 1.4rem; 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 1rem; height: 2.5rem; border-radius: 2rem; border: 1px solid #e5e5e5; font-size: 1rem; 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;}


.mypage_order_list{ display: grid; margin: -2rem -1rem 0 -1rem;}
.mypage_order_list .wrap{ padding: 2rem 1rem; border-top: 10px solid #f6f8fb;}
.mypage_order_list .wrap:first-child{ border-top: 0;}
.mypage_order_list .wrap .head{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #000;}
.mypage_order_list .wrap .head .date{ display: flex; align-items: center; font-size: 1rem; color: #999;}
.mypage_order_list .wrap .head .date b{ font-size: 1.4rem; font-weight: 600; color: #000;}
.mypage_order_list .wrap .head .end{ font-size: 1.1rem; font-weight: 600; color: #F00;}
.mypage_order_list .wrap .list{ display: grid; grid-gap: 1rem;}
.mypage_order_list .wrap .list .row{}
.mypage_order_list .wrap .list .row .ft{ display: flex; grid-gap: 1rem; position: relative;}
.mypage_order_list .wrap .list .row .ft .img{ flex: 0 0 8rem; height: 8rem; border-radius: 1rem; border: 1px solid rgba(0 0 0/10%);}
.mypage_order_list .wrap .list .row .ft .fr{ display: flex; flex-direction: column;}
.mypage_order_list .wrap .list .row .ft .fr .tit{ display: block; padding-top: 0.4rem; font-size: 1.1rem; font-weight: 600; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.mypage_order_list .wrap .list .row .ft .fr .price{ display: flex; align-items: flex-end; margin-top: 0.4rem;}
.mypage_order_list .wrap .list .row .ft .fr .price p:nth-child(1){ margin-right: 0.5rem; font-size: 0.9rem; color: #999; text-decoration: line-through;}
.mypage_order_list .wrap .list .row .ft .fr .price p:nth-child(2){ display: flex; align-items: flex-end; padding-top: 0.1rem;}
.mypage_order_list .wrap .list .row .ft .fr .price p:nth-child(2) span:nth-child(1){ font-size: 1.1rem; font-weight: 700; color: #F00;}
.mypage_order_list .wrap .list .row .ft .fr .price p:nth-child(2) span:nth-child(2){ font-size: 1.1rem; font-weight: 700; color: #000;}
.mypage_order_list .wrap .list .row .ft .fr .price p:nth-child(2) span:nth-child(3){ padding: 0 0 0 0.1rem; font-size: 0.9rem; color: #999;}
.mypage_order_list .wrap .list .row .ft .fr .op{ display: flex; align-items: center; margin-top: 0.5rem; padding: 0 1rem; width: 100%; height: 2rem; border-radius: 0.5rem; background: #f6f8fb;}
.mypage_order_list .wrap .list .row .ft .fr .op p{ flex: 1; font-size: 0.9rem; color: #999; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.mypage_order_list .wrap .list .row .ft .fr .btn{ display: flex; grid-gap: 0.4rem; margin-top: 0.4rem;}
.mypage_order_list .wrap .list .row .ft .fr .btn a{ display: flex; justify-content: center; align-items: center; padding: 0 0.6rem; height: 2rem; border-radius: 0.5rem; border: 1px solid #e5e5e5; font-size: 0.8rem; color: #000; cursor: pointer; transition: all .2s;}
.mypage_order_list .wrap .foot{ display: flex; grid-gap: 0.5rem; margin-top: 1rem;}
.mypage_order_list .wrap .foot a{ display: flex; justify-content: center; align-items: center; width: 50%; height: 3rem; border-radius: 0.5rem; border: 1px solid #e5e5e5; font-size: 1rem; color: #000; cursor: pointer; transition: all .2s;}


.mypage_none_data{ display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 3rem; border-radius: 1rem; background: #f6f8fb}
.mypage_none_data img{ display: block; margin: 0 0 1rem 0; height: 3rem;}
.mypage_none_data p{ font-size: 1rem; color: #333;}
.mypage_none_data a{ display: flex; align-items: center; margin: 1rem 0 0 0; padding: 0 2rem; height: 3rem; background: #0d666c; font-size: 1rem; font-weight: 500; color: #FFF;}


.mypage_today{ display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 2rem 1rem;}


.mypage_like{ display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 2rem 1rem;}


.mypage_inquiry{}
.mypage_inquiry .sub_shopping_detail_body_qna_list{ display: grid; grid-gap: 1rem;}
.mypage_inquiry .sub_shopping_detail_body_qna_list .wrap{ margin: 0; padding: 1.5rem; border-radius: 1rem; border: 1px solid #e5e5e5;}



.mypage_coupon_check{ padding: 2rem; border-radius: 1rem; background: #f6f8fb;}
.mypage_coupon_check .text{}
.mypage_coupon_check .text .t1{ line-height: 1.4; font-size: 1.2rem; font-weight: 600; color: #F00;}
.mypage_coupon_check .text .t2{ margin-top: 1rem; line-height: 1.8; font-size: 1rem; color: #333;}
.mypage_coupon_check .text .in{ display: flex; align-items: center; grid-gap: 5px; margin-top: 2rem;}
.mypage_coupon_check .text .in input{ display: flex; align-items: center; margin: 0; padding: 0 1rem; width: 100%; height: 3.5rem; border-radius: 3.5rem; border: 1px solid #e5e5e5; background: #FFF; text-align: center; font-size: 1rem; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}



.mypage_level{}
.mypage_level .my{ display: flex; flex-direction: column; align-items: center;}
.mypage_level .my img{ display: block; height: 6rem;}
.mypage_level .my .name{ margin-top: 1rem; font-size: 1.4rem; 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: 0.6rem; font-size: 1rem; 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: 2rem; padding: 2rem 1.5rem; border-radius: 1rem; background: #000;}
.mypage_level .card .t1{ font-size: 1.2rem; color: rgba(255 255 255/80%);}
.mypage_level .card .t2{ margin-top: 0.5rem; text-align: center; font-size: 1.8rem; font-weight: 900; color: rgba(255 255 255/100%);}
.mypage_level .card .t3{ margin-top: 1rem; text-align: center; line-height: 1.6; font-size: 1rem; color: rgba(255 255 255/60%);}
.mypage_level .level{ overflow: auto; margin: 2rem -1rem 0 -1rem; padding: 0 1rem;}
.mypage_level .level .title{ width: 600px; font-size: 1.2rem; font-weight: 700; color: #000;}
.mypage_level .level .head{ display: flex; align-items: center; width: 600px; 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: 3rem;}
.mypage_level .level .head .wrap p{ margin-top: 0.5rem; font-size: 1rem; font-weight: 700; color: #000;}
.mypage_level .level .body{ display: grid; grid-gap: 2rem; padding: 2rem 0; width: 600px;}
.mypage_level .level .body .wrap{ display: flex;}
.mypage_level .level .body .wrap .tit{ width: 20%; line-height: 1.4; font-size: 1.2rem; font-weight: 600; color: #000;}
.mypage_level .level .body .wrap .txt{ width: 20%; line-height: 1.4; font-size: 1rem; color: #333;}
.mypage_level .info{ padding-top: 3rem; border-top: 1px solid #e5e5e5;}
.mypage_level .info .head{ font-size: 1.2rem; font-weight: 700; color: #000;}
.mypage_level .info .ft{ display: grid; grid-gap: 1rem; margin-top: 2rem;}
.mypage_level .info .ft .wrap{ display: flex; align-items: center;}
.mypage_level .info .ft .wrap .tit{ flex: 0 0 10rem; line-height: 1.4; font-size: 1rem; font-weight: 500; color: #000;}
.mypage_level .info .ft .wrap .txt{ flex: 1; line-height: 1.4; font-size: 1rem; color: #333;}
.mypage_level .info .fb{ margin-top: 3rem;}
.mypage_level .info .fb .tit{ font-size: 1.2rem; font-weight: 700; color: #000;}
.mypage_level .info .fb .txt{ display: grid; grid-gap: 1rem; margin-top: 1rem;}
.mypage_level .info .fb .txt p{ position: relative; padding-left: 1rem; line-height: 1.4; font-size: 1rem; color: #333;}
.mypage_level .info .fb .txt p:before{ content: ""; display: block; position: absolute; top: 0.5rem; left: 0; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: #666;}


.mypage_review_write{ margin: 0 auto;}
.mypage_review_write .mypage_order_list{}
.mypage_review_write .mypage_order_list .wrap .list{ padding: 0;}
.mypage_review_write .mypage_order_list .wrap .list .row{}
.mypage_review_write .mypage_order_list .wrap .list .row .ft{ align-items: center;}
.mypage_review_write .write{}
.mypage_review_write .write .tit{ padding-bottom: 1rem; font-size: 1rem; 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: 1rem; margin-bottom: 2rem; padding: 2rem; border-radius: 1rem; border: 1px solid #e5e5e5;}
.mypage_review_write .write .ft .full .box{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 8rem; height: 8rem; border-radius: 50%; background: #000;}
.mypage_review_write .write .ft .full .box span{ font-size: 1rem; color: #FFF;}
.mypage_review_write .write .ft .full .box font{ display: flex; align-items: center; grid-gap: 0.5rem; padding: 0.5rem 0 0 0;}
.mypage_review_write .write .ft .full .box i{ padding-bottom: 0.4rem; font-size: 1.8rem; color: #f8d100;}
.mypage_review_write .write .ft .full .box p{ font-size: 1.6rem; font-weight: 700; color: #FFF;}
.mypage_review_write .write .ft .star{ display: grid; grid-gap: 1rem;}
.mypage_review_write .write .ft .star .wrap{ display: flex; align-items: center;}
.mypage_review_write .write .ft .star .wrap .fl{ width: 3.5rem; font-size: 1rem; color: #333;}
.mypage_review_write .write .ft .star .wrap .fr{ display: flex; align-items: center; grid-gap: 0.5rem;}
.mypage_review_write .write .ft .star .wrap .fr i{ font-size: 1.4rem; 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: 0.5rem; font-size: 1.2rem; font-weight: 700; color: #000;}

.mypage_review_write .write .in .wrap{ position: relative; margin-top: 2rem;}
.mypage_review_write .write .in .wrap:first-child{ margin-top: 0;}
.mypage_review_write .write .in .wrap .tit{ padding-bottom: 1rem; font-size: 1rem; 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 1.5rem; width: 100%; height: 3.5rem; border-radius: 10px; border: 1px solid #e5e5e5; background: #f6f8fb; font-size: 1rem; 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 3rem 0 1.5rem; width: 100%; height: 3.5rem; border-radius: 10px; border: 1px solid #e5e5e5; background:url(/images/icon_down.svg) no-repeat center right 1rem #f6f8fb; background-size: 1.2rem auto; font-size: 1rem; 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: 1rem 1.5rem; width: 100%; max-width: 100%; height: 8rem; resize: none; border-radius: 1rem; border: 1px solid #e5e5e5; background: #f6f8fb; line-height: 1.4; font-size: 1rem; 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: 0.9rem; color: #999;}

.mypage_review_write .write .in .wrap .contact{ display: flex; grid-gap: 0.5rem;}
.mypage_review_write .write .in .wrap .contact select{ flex: 0 0 10rem;}

.mypage_review_write .write .in .wrap .img_list{}
.mypage_review_write .write .in .wrap .img_list .scroll{ display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 0.5rem;}
.mypage_review_write .write .in .wrap .img_list .add{ display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 1rem; 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: 1.8rem; height: 1.8rem; border-radius: 50%; background: #757575; font-size: 0.8rem; 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: 1rem; 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%;}







.community_wrap{ display: flex; align-items: flex-start; grid-gap: 50px;}
.community_wrap_fr{ flex: 1;}


.community_event_banner{ margin-bottom: 2rem; height: 10rem; border-radius: 1rem; background: #f0f0f0;}


.community_event{ display: grid; grid-template-columns: repeat(1,1fr); grid-gap: 1rem;}
.community_event a{ display: block;}
.community_event a .img{ height: 10rem; border-radius: 1rem 1rem 0 0; border: 1px solid rgba(0 0 0/5%); background: #f0f0f0;}
.community_event a .info{ padding: 2rem 1.5rem; border-radius: 0 0 1rem 1rem; border: 1px solid #e5e5e5; border-top: 0;}
.community_event a .info .tit{ font-size: 1.2rem; 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: 0.5rem; margin-top: 1rem;}
.community_event a .info .fb .tip{ display: flex; align-items: center; padding: 0 1rem; height: 2rem; border-radius: 2rem; background: #e5e5e5; font-size: 0.9rem; color: #999;}
.community_event a .info .fb .tip.on{ background: #F00; color: #FFF; font-weight: 600;}
.community_event a .info .fb .date{ font-size: 1rem; color: #666;}


.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: 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;}
.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;}
.community_review_detail .item .modle_item{ display: flex; align-items: center;}
.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; flex-wrap: wrap; align-items: flex-end; position: relative; margin-bottom: 2rem; border-radius: 1rem; background: #f6f8fb;}
.bbong_menu a{ display: flex; justify-content: center; align-items: center; width: 50%; height: 3.5rem; border-radius: 1rem; font-size: 1.1rem; font-weight: 500; color: #666; cursor: pointer;}
.bbong_menu a.on{ border: 1px solid #000; background: #FFF; font-weight: 600; color: #000;}

.bbong_terms{ overflow: hidden; border-radius: 1rem; border: 1px solid #e5e5e5;}
.bbong_terms textarea{ display: block; margin: 0; padding: 2rem; resize: none; width: 100%; height: 100%; border-radius: 0; border: 0; background: #FFF; line-height: 1.8; font-size: 1rem; 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;}


















.member_login{ margin: 0 auto;}
.member_login .menu{ display: flex; align-items: flex-end; position: relative; border-radius: 1rem; background: #f6f8fb;}
.member_login .menu a{ display: flex; justify-content: center; align-items: center; width: 50%; height: 3.5rem; border-radius: 1rem; font-size: 1rem; font-weight: 500; color: #666; cursor: pointer;}
.member_login .menu a.on{ border: 1px solid #000; background: #FFF; font-size: 1rem; font-weight: 600; color: #000;}

.member_login .body{}
.member_login .body .box{ margin-top: 2rem; padding: 2rem; border-radius: 1rem; border: 1px solid #e5e5e5;}
.member_login .body .box .form{ margin: 0 0 1rem 0;}
.member_login .body .form_tit{ font-size: 1rem;}
.member_login .body .form_in{ position: relative; margin: 0.5rem 0 0 0;}
.member_login .body .form_in input{ display: flex; align-items: center; margin: 0; padding: 0 1.2rem; width: 100%; height: 3.5rem; border-radius: 0.5rem; border: 1px solid #e5e5e5; background: none; font-size: 1rem; 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 3.5rem 0 1.2rem; width: 100%; height: 45px; border-radius: 0.5rem; border: 1px solid #e5e5e5; background:url(/images/basic_select_icon.png) no-repeat center right 1.2rem #FFF; background-size: 1rem auto; font-size: 1rem; 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: 4rem; border-radius: 1rem; background: #000; font-size: 1.2rem; font-weight: 700; color: #FFF; cursor: pointer;}

.member_login .body .sub_tit{ margin: 2rem 0 0.5rem 0; font-size: 1rem; 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: 4rem; border-radius: 1rem; border: 1px solid #000; cursor: pointer;}
.member_login .body .btn_join .t1{ text-align: center; font-size: 1.2rem; font-weight: 500; color: #000;}
.member_login .body .btn_join .t2{ display: flex; justify-content: center; align-items: center; font-size: 1rem; 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 0.5rem; width: 1.5rem; height: 1.5rem; border-radius: 50%; background: #000; font-size: 0.8rem; color: #FFF; transition: all .3s;}

.member_login .foot{ margin: 2rem 0 0 0; padding: 2rem; border-radius: 1rem; background: #f6f8fb;}
.member_login .foot .t1{ display: flex; align-items: center; margin: 0 0 0.5rem 0; font-size: 1.2rem; font-weight: 700; color: #000;}
.member_login .foot .t1 i{ margin: 0 0.5rem 0 0; font-size: 1.2rem; color: #000;}
.member_login .foot .t2{ position: relative; padding: 0.2rem 0 0.2rem 1.7rem; line-height: 1.4; font-size: 1rem; color: #333;}
.member_login .foot .t2:before{ content: ""; display: block; position: absolute; top: 0.75rem; left: 0.4rem; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: rgba(0 0 0/50%);}


.member_join{}
.member_join .step{ display: flex; justify-content: center; position: relative; margin-bottom: 2rem; padding: 1rem 2rem; border-radius: 1rem; background: linear-gradient(90deg, rgba(0 0 0/100%), rgba(0 0 0/70%));}
.member_join .step .wrap{ display: flex; flex-direction: column; justify-content: center; align-items: center; grid-gap: 0.6rem; position: relative; width: 33.333%;}
.member_join .step .wrap .t1{ display: flex; align-items: center; padding: 0 0.5rem; height: 1.4rem; border-radius: 1rem; border: 1px solid rgba(255 255 255/50%); font-size: 0.6rem; color: #FFF;}
.member_join .step .wrap .t2{ font-size: 1.2rem; 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: -1rem; margin: -1rem 0 0 0; width: 2rem; height: 2rem; font-size: 1.4rem; color: rgba(255 255 255/20%);}
.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: 2rem 0 0 0; font-size: 1.2rem; font-weight: 700; color: #000;}
.member_join .text{ padding: 0.8rem 0 0 0;}
.member_join .text p{ position: relative; padding: 0.2rem 0 0.2rem 1rem; line-height: 1.4; font-size: 0.9rem; color: #333;}
.member_join .text p:before{ content: ""; display: block; position: absolute; top: 0.6rem; left: 0; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: rgba(0 0 0/50%);}

.member_join .foot{ margin: 2rem 0 0 0; padding: 2rem; border-radius: 1rem; background: #f6f8fb;}
.member_join .foot .t1{ display: flex; align-items: center; margin: 0 0 0.5rem 0; font-size: 1.2rem; font-weight: 700; color: #000;}
.member_join .foot .t1 i{ margin: 0 0.5rem 0 0; font-size: 1.2rem; color: #000;}
.member_join .foot .t2{ position: relative; padding: 0.2rem 0 0.2rem 1.7rem; line-height: 1.4; font-size: 1rem; color: #333;}
.member_join .foot .t2:before{ content: ""; display: block; position: absolute; top: 0.75rem; left: 0.4rem; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: rgba(0 0 0/50%);}

.member_join .join_terms{ display: flex; flex-direction: column; align-items: flex-start; margin: 2rem 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 0.5rem 0 0; width: 1.5rem; height: 1.5rem; border-radius: 50%; border: 1px solid #e5e5e5; font-size: 0.8rem; color: #999;}
.member_join .join_terms .all_btn p{ font-size: 1.4rem; 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: 1rem 0 0 0; padding: 1rem 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: 0.5rem 0; 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 0.5rem 0 0; width: 1.5rem; height: 1.5rem; border-radius: 50%; border: 1px solid #e5e5e5; font-size: 0.8rem; color: #999;}
.member_join .join_terms .list ul li .check p{ font-size: 1rem; 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 1rem; height: 2rem; border-radius: 1rem; border: 1px solid #e5e5e5; background: #FFF; font-size: 0.9rem; color: #000; cursor: pointer;}
.member_join .join_terms .list ul li .btn:hover{ border-color: #000; color: #000;}

.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: 5rem; color: #000;}
.member_join .join_ok .title{ margin-top: 1rem; font-size: 1.4rem;}
.member_join .join_ok .ok_id{ margin: 1rem 0 0 0; font-size: 1rem; color: #000;}
.member_join .join_ok .ok_id b{ font-weight: 700; color: #000;}
.member_join .join_ok .text{ margin: 2rem 0 0 0; padding: 2rem; border-radius: 1rem; background: #f6f8fb;}
















