.wrap.product .page_back {background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/171008585840208.jpg) no-repeat center/cover;}

.sub_space {padding: 120px 0;}
.sub_space_bottom {padding-bottom: 120px;}
.sub_space_top {padding-top: 120px;}


.sub_title {padding-bottom: 50px;}
.sub_title p {font-size: clamp(24px, 3vw, 44px); font-weight: 600; text-align: center; line-height: 1.3;}
.sub_title p span {color: #BC5861; font-weight: inherit; font-size: inherit; font-family: inherit;}
.sub_title.left p {text-align: left;}



/* ======== 베스트셀러 ======== */
.prod_con .thumb .rank {position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; aspect-ratio: 1; width: 50px; font-size: clamp(20px, 1.8vw, 25px); font-weight: 600; color: #fff; background-color: #222; border-bottom-right-radius: 20px; line-height: 1;}
.prod_con.top .thumb .rank {background-color: #FF606E;}
.best_seller .swiper_box {width: 100%; position: relative;}
.best_seller .swiper_box div[class*="swiper-button-"] {top: 35%; bottom: initial; width: 60px; height: auto; aspect-ratio: 1; margin: 0; transform: translateY(-50%);}
.best_seller .swiper_box div[class*="swiper-button-"]::after {display: none;}
.best_seller .swiper_box .swiper-button-next {right: -30px; background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/170881085729727.png) no-repeat center/contain;}
.best_seller .swiper_box .swiper-button-prev {left: -30px; background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/170881086460478.png) no-repeat center/contain;}
.best_seller .swiper_box .swiper-button-disabled {opacity: 0;}
.bestSwiper {padding-bottom: 80px !important;}
.bestSwiper .swiper-pagination {bottom: 0 !important;}
.bestSwiper .swiper-pagination-bullet {width: 15px; border-radius: 10px; height: 8px; background-color: #f3f3f3; opacity: 1;}
.bestSwiper .swiper-pagination-bullet-active {width: 30px; background-color: #aaa !important;}


/* ======== 추천상품 ======== */
.recommend {width: 100%; background-color: #FCF6F0;}
.recommend_wrap {width: 100%; display: flex;}
.recommend_wrap .sub_title {width: 30%; padding-right: 8%;}
.recommend_tag {display: flex; flex-wrap: wrap; gap: 10px; padding-top: 50px;}
.recommend_tag span {line-height: 1; padding: 6px 12px; border-radius: 10px; background-color: #E9E4DF; color: #a59d95; font-weight: 600; font-size: clamp(15px, 1.6vw, 20px); cursor: pointer; transition: all .1s;}
.recommend_tag span:hover {background-color: #ded9d4;}
.recommend_tag span.on {background-color: #111; color: #fff;}
.recommendSwiper .prod_con .prod_name {font-size: clamp(16px, 1.4vw, 20px);}
.recommend .swiper_box {width: 70%; padding-bottom: 50px; position: relative;}
.recommend .swiper_box div[class*="swiper-button-"] {top: 35%; bottom: initial; width: 60px; height: auto; aspect-ratio: 1; margin: 0; transform: translateY(-50%);}
.recommend .swiper_box div[class*="swiper-button-"]::after {display: none;}
.recommend .swiper_box .swiper-button-next {right: -30px; background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/170881085729727.png) no-repeat center/contain;}
.recommend .swiper_box .swiper-button-prev {left: -30px; background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/170881086460478.png) no-repeat center/contain;}
.recommend .swiper_box .swiper-button-disabled {opacity: 0;}
.recommend .swiper_box .swiper-pagination {bottom: -5% !important; top: initial !important; background-color: #ECE7E2 !important; opacity: initial !important; height: 6px !important; border-radius: 10px; overflow: hidden;}
.recommend .swiper_box .swiper-pagination-progressbar-fill {background-color: #c4beb7; border-radius: 10px;}


/* ======== 상품목록 ======== */
.prod_list {width: 100%;}
.prod_menu {display: flex; gap: 30px; padding-bottom: 40px;}
.prod_menu dl {display: flex; align-items: center; gap: 8px; cursor: pointer;}
.prod_menu dt {font-size: clamp(16px, 1.6vw, 30px); color: #bbb; line-height: 1; text-transform: capitalize; font-weight: 600; transition: all .1s;}
.prod_menu dd {line-height: 1; font-size: clamp(16px, 1.4vw, 24px); color: #aaa; padding: 6px 14px; border-radius: 50px; background-color: #eee; font-weight: 600; transition: all .1s;}
.prod_menu dl:hover dt, .prod_menu dl.on dt {color: #111;}
.prod_menu dl:hover dd, .prod_menu dl.on dd {color: #fff; background-color: #BC5861;}

.list_opt {width: 100%; display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px;}
p.amount {font-size: clamp(13px, 1.4vw, 18px); color: #999; font-weight: 600;}
p.amount span {color: #555; font-size: inherit; font-family: inherit; font-weight: 600; padding-left: 5%;}

.prod_box {display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap: 30px; row-gap: 50px;}
.prod_con {cursor: pointer;}
.prod_con .thumb {width: 100%; aspect-ratio: 1; border-radius: 30px; overflow: hidden; position: relative; background-color: #fff;}
.prod_con .thumb img {width: 100%; height: 100%; object-fit: contain; background-color: #fff;}
.prod_con .thumb .hover {position: absolute; top: 0; left: 0; background-color: #00000050; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; width: 100%; height: 100%; opacity: 0; transition: all .1s; z-index: 5;}
.prod_con:hover .thumb .hover {opacity: 1;}
.prod_con .thumb .hover i {display: block; background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/170879072383705.png) no-repeat center/contain; aspect-ratio: 1; width: 28px;}
.prod_con .thumb .hover span {color: #fff; font-size: clamp(14px, 1vw, 18px); font-weight: 600;}
.prod_con .thumb .prod_tag {position: absolute; top: 25px; left: 25px; display: flex; align-items: center; gap: 8px; width: calc(100% - 50px);}
.prod_con .thumb .prod_tag span {font-size: clamp(14px, 1.5vw, 20px); font-weight: 600; line-height: 1; padding: 8px 16px; border-radius: 100px; text-transform: uppercase; line-height: 1.3;}
.prod_con .thumb .prod_tag span.best {color: #fff; background-color: #BC5861;}

.prod_name {margin-top: 20px; padding: 0 10px; font-size: clamp(16px, 1.4vw, 20px); text-align: center;}
.tag_category {font-size: clamp(14px, 1vw, 16px); display: inline-block; color: #999; text-align: center; width: 100%; padding-top: 5px;}






/* ======== 상품상세보기 ======== */
.wrap.product_view .page_tit {height: auto; padding-top: 150px; margin-bottom: -80px;}
.wrap.product_view .page_tit .page_back {display: none;}
.wrap.product_view .page_tit .pg_title {display: none;}
.wrap.product_view .bread {width: 100%; max-width: 1200px;}
.wrap.product_view .bread .deco {background-color: #aaa;}
.wrap.product_view .dep_tit span {color: #999;}
.wrap.product_view .bread .home {background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/170959599463268.png) no-repeat center/contain;}
.wrap.product_view .dep_tit i {background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/170959599098589.png) no-repeat center/contain;}
.wrap.product_view .bread .depth_box::after {background-color: #aaa;}
.wrap.product_view .dep_list {background-color: #f5f5f5;}
.wrap.product_view header {border-bottom: 1px solid #eee; background-color: #fff;}
.wrap.product_view header h1 img.white {display: none;}
.wrap.product_view header h1 img.col {display: block;}
.wrap.product_view header nav .depth1 > a {color: #111;}
.wrap.product_view .hd_right .lang_btn dd {color: #111;}
.wrap.product_view .hd_right .lang_btn dt {background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/170837877017150.png) no-repeat center/cover;}
/* .wrap.product_view .hd_util div.search_btn {background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/170837910835929.png) no-repeat center/cover;} */
/* .wrap.product_view .hd_util div.open_bg {background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/170837911237446.png) no-repeat center/cover;} */


.prd_wrap {display: flex; align-items: flex-start;}
.prd_img {width: 55%; padding-right: 5%; display: flex; gap: 20px; position: sticky; top: 120px; padding-bottom: 10%;}
.prdSwiper {width: calc(100% - 100px); aspect-ratio: 1; border-radius: 20px;}
.prdSwiper .swiper-slide {width: 100%; height: 100%; overflow: hidden; background-color: #fff;}
.prdSwiper .swiper-slide img {width: 100%; height: 100%; object-fit: cover; background-color: #fff;}

.prdthumbSwiper {width: 90px; overflow: hidden;}
.prdthumbSwiper .swiper-wrapper {flex-direction: column; gap: 12px; width: 100%;}
.prdthumbSwiper .swiper-slide {width: 100% !important; height: auto !important; overflow: hidden; border-radius: 15px; position: relative; cursor: pointer; aspect-ratio: 1; background-color: #fff;}
.prdthumbSwiper .swiper-slide::after {content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #ffffff80;}
.prdthumbSwiper .swiper-slide-thumb-active::after {display: none;}
.prdthumbSwiper .swiper-slide img {width: 100%; height: 100%; object-fit: cover; background-color: #fff;}

.prd_info {width: 45%;}
.prd_category {display: flex; align-items: center; gap: 10px;}
.prd_category span {line-height: 1; font-size: clamp(13px, 1.2vw, 16px); color: #7C746B; font-weight: 600; background-color: #e9e4de; padding: 9px 15px; border-radius: 10px; text-transform: uppercase;}
.prd_category span.best {background-color: #EC515F; color: #fff;}
.prd_name {font-size: clamp(18px, 1.6vw, 28px); font-weight: 600; text-transform: capitalize; padding: 40px 0 30px;}
.prd_detail {width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 10px;}
.prd_detail dl {display: flex; align-items: center; justify-content: space-between; padding: 16px; border-radius: 10px; background-color: #FCF4F5;}
.prd_detail dt {display: flex; align-items: center; gap: 12px;}
.prd_detail dt i {display: block; width: 25px; aspect-ratio: 1; border-radius: 8px; overflow: hidden;}
.prd_detail dl.weight dt i {background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/170965745073206.png) no-repeat center/cover;}
.prd_detail dl.pieces dt i {background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/170965745529429.png) no-repeat center/cover;}
.prd_detail dl.calorie dt i {background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/170965746118767.png) no-repeat center/cover;}
.prd_detail dl.release dt i {background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/170965746658461.png) no-repeat center/cover;}
.prd_detail dt span {font-size: clamp(14px, 1.2vw, 16px); font-weight: 600; color: #a18f91; text-transform: capitalize;}
.prd_detail dd {font-size: clamp(14px, 1.3vw, 16px); font-weight: 600; color: #333;}
.prd_table {width: 100%; border-top: 1px solid #e5e5e5; margin: 20px 0 40px; display: flex;}
.prd_table ul {display: flex; width: 100%; flex-direction: column; width: 70%;}
.prd_table ul li {text-align: center; padding: 14px 5px; border-bottom: 1px solid #e5e5e5;}
.prd_table ul.tit {background-color: #f9f9f9; width: 30%;}
.prd_table ul span {color: #555; font-size: clamp(13px, 1.3vw, 15px); font-weight: 400;}
.prd_table ul.tit span {color: #888; font-weight: 500; text-transform: capitalize;}

.prd_etc {margin-top: 40px;}
.etc_con {width: 100%; background-color: #f5f5f5; border-radius: 20px; padding: 20px 25px;}
.etc_con + .etc_con {margin-top: 15px;}
.etc_con .etc_tit {width: 100%; display: flex; align-items: center; justify-content: space-between; cursor: pointer;}
.etc_con .etc_tit span {font-size: clamp(14px, 1.3vw, 17px); font-weight: 600; color: #666; text-transform: capitalize;}
.etc_con .etc_tit i {display: block; width: 15px; aspect-ratio: 1; background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/170965523995902.png) no-repeat center/cover;}
.etc_con.on .etc_tit i {transform: rotate(180deg);}
.etc_con .etc_text {margin-top: 12px; background-color: #fff; padding: 18px; border-radius: 12px; line-height: 1.5; font-size: clamp(14px, 1.4vw, 16px); display: none; font-weight: 400;}
.etc_con.on .etc_text {display: block;}
.etc_con .etc_text > * {width: 100% !important; word-break: keep-all !important;}
.etc_con .etc_text .pre_text {position: relative; padding-left: 14px;}
.etc_con .etc_text .pre_text::after {content: ""; display: block; width: 7px; height: 1px; background-color: #888; position: absolute; top: 10px; left: 0;}


/* ======== 1600px ======== */
@media screen and (max-width: 1600px) {
    /* 제품목록 */
    .best_seller .swiper_box .swiper-button-prev {left: 0;}
    .best_seller .swiper_box .swiper-button-next {right: 0;}
}



/* ======== 1440px ======== */
@media screen and (max-width: 1440px) {
    .sub_space {padding: 100px 0;}

    /* 제품상세보기 */
    .wrap.product_view .bread {padding: 0 16px; gap: 20px;}
    .prd_img {padding-right: 3%; gap: 15px;}
    .prd_name {padding: 30px 0 25px;}
}



/* ======== 1280px ======== */
@media screen and (max-width: 1280px) {
    /* 제품목록 */
    .bestSwiper {padding-bottom: 60px !important;}
    .prod_con .thumb {border-radius: 20px;}
    .prod_con .thumb .rank {border-bottom-right-radius: 15px;}
    .prod_menu {gap: 20px; flex-wrap: wrap; row-gap: 12px; padding-bottom: 20px;}
    .prod_menu dl {gap: 5px;}
    .prod_menu dd {padding: 5px 12px;}
    .recommend .swiper_box div[class*="swiper-button-"] {top: 40%; width: 40px;}
    .best_seller .swiper_box div[class*="swiper-button-"] {top: 40%; width: 40px;}
    .best_seller .swiper_box .swiper-button-prev {left: 5px;}
    .best_seller .swiper_box .swiper-button-next {right: 5px;}
    .recommend .swiper_box .swiper-button-prev {left: 5px;}
    .recommend .swiper_box .swiper-button-next {right: 5px;}
    .recommend_tag {padding-top: 40px; gap: 8px;}
    .prod_box {grid-template-columns: 1fr 1fr 1fr 1fr;}
    .prod_con .thumb .prod_tag {top: 20px; left: 20px; width: calc(100% - 40px);}


    /* 제품상세보기 */
    .prd_img {width: 50%;}
    .prd_info {width: 50%;}
    .prdSwiper {border-radius: 15px;}
    .prdthumbSwiper .swiper-wrapper {gap: 10px;}
    .prdthumbSwiper .swiper-slide {border-radius: 10px;}
    .prd_img {gap: 12px;}
    .prd_detail dt i {width: 20px;}
    .prd_detail dt {gap: 8px;}
    .prd_detail dl {padding: 12px; border-radius: 8px;}
}


/* ======== 1080px ======== */
@media screen and (max-width: 1080px) {
    .sub_space {padding: 80px 0;}

    /* 제품목록 */
    .prod_name {margin-top: 15px; padding: 0 5px;}
    .list_opt {flex-direction: column-reverse; align-items: flex-start; justify-content: initial; gap: 20px;}
    .prod_menu dd {padding: 5px 8px;}
    .prod_con .thumb .hover {display: none;}
    .prod_con .thumb .rank {width: 40px;}
    .recommend_wrap {flex-direction: column;}
    .recommend .swiper_box {width: 100%; padding-bottom: 20px;}
    .recommend_wrap .sub_title {width: 100%; padding-right: 0; display: flex; flex-direction: column; padding-bottom: 30px;}
    .recommend .sub_title p br {display: none;}
    .recommend_tag {width: 100%; padding-top: 0; margin-top: 20px; overflow-x: auto; flex-wrap: nowrap;}
    .recommend_tag::-webkit-scrollbar {width: 0; height: 0;}
    .prod_box {grid-template-columns: 1fr 1fr 1fr; gap: 20px; row-gap: 40px;}
    .prod_con .thumb .prod_tag span {padding: 6px 14px 7px;}
    .recommend_tag span {padding: 8px 14px;}
    p.amount span {color: #888;}

    /* 제품상세보기 */
    .wrap.product_view .page_tit {padding-top: 90px; min-height: initial;}
    .wrap.product_view .bread {gap: 15px;}
    .prd_wrap {padding-top: 20px;}
    .prd_img {top: 30px;}
    .prd_table {margin: 15px 0;}
    .prd_etc {margin-top: 20px;}
    .etc_con {padding: 15px; border-radius: 10px;}
    .etc_con .etc_text {margin-top: 8px; border-radius: 5px; padding: 14px;}
    .etc_con .etc_tit i {width: 10px;}
    .prd_detail dl {flex-direction: column; align-items: flex-start; gap: 4px;}
    .prd_detail dd {width: 100%; text-align: right;}
    .prd_detail dt i {width: 18px;}
    .prd_table ul.tit {width: 40%;}
    .prd_table ul {width: 60%;}
}


/* ======== 700px ======== */
@media screen and (max-width: 700px) {
    .sub_space {padding: 70px 0;}


    /* 제품목록 */
    .list_opt {gap: 15px;}
    .prod_menu {gap: 12px;}
    .prod_con .thumb {border-radius: 10px;}
    .bestSwiper {padding-bottom: 40px !important;}
    .bestSwiper .swiper-pagination-bullet {width: 8px; height: 8px; border-radius: 100%;}
    .bestSwiper .swiper-pagination-bullet {background-color: #eee;}
    .recommend_wrap .sub_title {padding-bottom: 20px;}
    .prod_box {grid-template-columns: 1fr 1fr; gap: 15px; row-gap: 40px; padding-top: 10px;}
    .prod_menu dl:hover dd, .prod_menu dl.on dd {background-color: transparent; padding: 0; color: #BC5861;}
    /* .prod_menu dl.on {background-color: #BC5861;} */
    .prod_menu dl {border-bottom: 3px solid transparent; padding: 0 2px 2px; gap: 4px;}
    .prod_menu dl.on {border-color: #BC5861; gap: 4px;}
    .prod_menu dl dd {background-color: transparent; padding: 0; color: #ddd; font-weight: 700;}
    .prod_con .thumb .prod_tag {top: 15px; left: 15px; width: calc(100% - 30px);}
    .prod_con .thumb .prod_tag span {padding: 5px 10px;}



    .wrap.product_view .hd_right .lang_btn dt {background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/HANMANDOO/publishing/171078793796211.png) no-repeat center/contain;}
    /* 제품상세보기 */
    .prd_wrap {flex-direction: column; gap: 20px;}
    .prd_img {width: 100%; padding: 0; top: initial; position: relative; flex-direction: column;}
    .prd_info {width: 100%;}
    .prdSwiper {width: 100%; border-radius: 5px;}
    .prdthumbSwiper {width: 100%;}
    .prdthumbSwiper .swiper-wrapper {flex-direction: initial; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap: 8px;}
    .prdthumbSwiper .swiper-slide {border-radius: 5px;}
    .prdthumbSwiper .swiper-slide::after {background-color: #00000070;}
    .prd_category {gap: 6px;}
    .prd_category span {padding: 5px 12px; border-radius: 5px;}
    .prd_name {width: 100%; padding: 10px 0 20px;}
    .prd_detail {gap: 8px;}
    .prd_etc {margin-top: 15px;}
    .etc_con + .etc_con {margin-top: 10px;}
}