@charset "utf-8";

/*=============== common ===============*/
header .nav {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
header .nav li {
    margin-left: 16px;
}
header .nav li .icon-search::before {
    width: 18px;
    height: 18px;
}

/*button*/

.prod_option.bottom .buttonArea,
.prod .buttonArea {
    padding: 3px 1.6% 13px;
}
.prod_option.bottom .buttonArea input[type="checkbox"],
.prod .buttonArea input[type="checkbox"] {
    margin-right: 4px;
}
.prod_option.bottom .buttonArea a.btn_basic {
    width: calc(50% - 1px);
}
.prod_option.bottom .buttonArea.col_3 a.btn_basic {
    width: calc(100% / 3 - 1px);
}
.prod .buttonArea .btn_basic {
    width: 41.33%;
    font-size: 1.125rem;
}
.prod_option.bottom.cart .buttonArea a.btn_basic {
    width: calc(50% - 3px);
    font-size: 1.125rem;
}
/*.prod_option.bottom .buttonArea a.btn_basic:first-of-type,*/
.prod .buttonArea .btn_basic:first-of-type {
    margin-right: -3px;
}

/*scroll*/

.prod.scroll h2 {
    text-align: left;
    text-indent: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    overflow: hidden;
    word-break: normal;
    display: inline-block;
}

/*=============== product detail ===============*/
/*goods slide*/
#goodsSlide .box_slide {
    min-height: 375px;
    display: flex;
    align-items: center;
}
#goodsSlide .box_slide img {
    display: block;
    width: 100%;
}
#goodsSlide .slick-dots {
    padding: 20px 0;
}
#goodsSlide .slick-dots li {
    background: #e7ebef;
}
#goodsSlide .slick-dots li.slick-active {
    background: #bfc4c9;
}

/*description wrap*/
.descWrap {
    border-top: 1px solid #e7ebef;
}
.descWrap.no_img {
    padding: 20px;
}
.descWrap .box_title {
    line-height: 1.75rem;
    border-bottom: 1px solid #e7ebef;
    padding: 20px 0 16px;
    margin: 0 4.26%;
}
.descWrap .box_title .txt_title {
    font-size: 1.125rem;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.descWrap .box_title > span {
    color: #666666;
    font-weight: 400;
}
.descWrap .box_title .made_txt::before {
    content: ",";
    margin-right: 2px;
}
.descWrap .box_price {
    color: #666666;
    line-height: 1.75rem;
    border-bottom: 1px solid #e7ebef;
    padding: 16px 4.26% 25px;
}
.descWrap .box_price .list_price .num_price {
    font-size: 1.25rem;
    font-weight: 400;
    padding-right: 5px;
}
.descWrap .box_price .list_price .num_disc {
    color: #8b8b8b;
    font-weight: 400;
    /*text-decoration: line-through; 20230131 취소선 영역 변경으로 인해 주석처리(숫자에만 취소선 표시)*/
}
.descWrap .box_price .list_price .num_price strong {
    font-size: 1.375rem;
    font-weight: bold;
}
.descWrap .box_price .list_price .num_disc strong {
    color: #8b8b8b;
    vertical-align: middle;
    text-decoration: line-through; /*20230131 취소선 영역 변경으로 인해 추가(숫자에만 취소선 표시)*/
}

/* 상품 이미지 없을 경우 - 240812 추가 */
.descWrap .shadow_box {
    /* width: calc(100% - 40px);
    margin: 20px auto; */
    border-radius: 20px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.descWrap .shadow_box .box_title {
    display: flex;
    min-height: 120px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 2.25rem;
    border-bottom: none;
}
.descWrap .shadow_box .box_title .txt_title {
    font-size: 1.725rem;
    font-weight: 700;
}
.descWrap .shadow_box .box_price {
    padding-top: 0;
    border-bottom: none;
}
.descWrap .shadow_box .box_price .list_price {
    justify-content: center;
}
.descWrap .shadow_box .box_price .list_price #salPrc {
    font-size: 18px;
}
.descWrap .shadow_box .box_price .list_price #discPnt {
    margin-top: 5px;
}
.descWrap .shadow_box .box_price .cart-box_badge {
    justify-content: center;
}
.descWrap .shadow_box + .susan_info {
    padding: 0 20px 20px;
}

/*coupon Wrap*/
.couponWrap {
    padding: 16px 4.26%;
}
.prod .couponWrap {
    background: #f4f4f4;
}
.prod .couponWrap .box_coupon {
    padding: 0;
}
.couponWrap li {
    height: 148px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 8px;
}
.couponWrap li:last-child {
    margin-bottom: 0;
}
.couponWrap li .box_title {
    width: calc(100% - 26%);
    padding: 0 20px;
}
.couponWrap li .box_title .txt_title {
    width: 100%; /* 221014 쿠폰 말줄임관련 수정 (기존 180px) */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    max-height: 2.4em;
    padding: 0;
    color: #363636;
    font-weight: bold;
}
.couponWrap li .box_title .num_price {
    display: block;
    color: #ff1d1d;
    font-size: 0.938rem;
    font-weight: bold;
    padding: 4px 0 3px;
}
.couponWrap li .box_title .num_price > span {
    color: #ff1d1d;
    font-size: 1.688rem;
    font-weight: bold;
}
.couponWrap li .box_title .num_date {
    color: #8b8b8b;
    font-size: 0.625rem;
    font-weight: 400;
    position: absolute;
    left: 20px;
    bottom: 18px;
}
.couponWrap li .box_down {
    display: flex;
    align-items: center;
    width: 25.66%;
    height: 100%;
    min-height: 148px;
    text-align: center;
    border-left: 1px dashed #c6c6c6;
}
.couponWrap li .box_down button {
    font-size: 0.688rem;
    background: none;
    margin: auto;
}
.couponWrap li .box_down .icon {
    display: block;
    padding-bottom: 10px;
}
.couponWrap li .box_down .icon-download::before {
    width: 16px;
    height: 20px;
}
.couponWrap li .box_down .icon_down {
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid #ff6c6c;
    border-radius: 50%;
    margin: auto;
}
.couponWrap li .box_down .txt_down {
    display: block;
    color: #ff6c6c;
    font-weight: bold;
    margin-top: 7px;
}
.couponWrap li .box_down .txt_date {
    display: block;
    color: #8b8b8b;
    padding-top: 3px;
}
.couponWrap li .box_down .btn_down {
    display: block;
    color: #fd5050;
    font-weight: bold;
}
.couponWrap li .box_down .btn_end {
    display: none;
    color: #8b8b8b;
}
.couponWrap li.disabled .btn_down {
    display: none;
}
.couponWrap li.disabled .btn_end {
    display: block;
}

.couponWrap .box_coupon li {
    min-height: 148px;
    height: 100%;
    border-color: #c6c6c6;
    padding: 0;
    background: #fff;
    position: relative;
}
.couponWrap .box_coupon li.used {
    box-shadow: none;
}
.couponWrap .box_coupon li .box_tag {
    position: absolute;
    top: 22px;
    left: 20px;
}
.couponWrap .box_coupon li .box_tag > span {
    display: inline-block;
    height: 16px;
    line-height: 14px;
    font-size: 0.563rem;
    font-weight: bold;
    border-radius: 6px;
    vertical-align: top;
    padding: 0 5px;
}
.couponWrap .box_coupon li .box_tag .tag_fill {
    color: #fff;
    background: #fd5050;
}
.couponWrap .box_coupon li .box_tag .tag_fill.black {
    background: #000;
}
.couponWrap .box_coupon li .box_tag .tag_line {
    border: 1px solid #000;
}
.couponWrap .box_coupon li.used .box_tag .tag_fill {
    background: #a3a3a3;
}
.couponWrap .box_coupon li.used .box_tag .tag_line {
    color: #a3a3a3;
    border: 1px solid #a3a3a3;
}
.couponWrap .box_coupon .imgWrap {
    width: 74%;
}
.couponWrap .box_coupon .imgWrap img {
    width: 100%;
}

/*m coupon*/
.couponWrap li.mCoupon {
    /*background:#fff url('../images/img/bg_coupon_color_m.svg') no-repeat;*/
}
.couponWrap li.mCoupon .box_title {
    position: relative;
}
.couponWrap li.mCoupon .box_down .btn_down {
    color: #0d4a8f;
}
.couponWrap li.mCoupon .box_down .txt_down {
    color: #0d4a8f;
}
.couponWrap li.mCoupon .box_down .icon_down {
    border-color: #0d4a8f;
}
.couponWrap li.mCoupon .box_title .imgWrap {
    width: 29.92%;
    position: absolute;
    right: 14px;
    top: 0;
}
.couponWrap li.mCoupon .box_title .imgWrap img {
    width: 100%;
}

/*info wrap*/
.infoWrap > li {
    background: #fff;
}
.infoWrap > li .txt_menu {
    display: block;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #e7ebef;
    padding: 0 4.26%;
    position: relative;
}
.infoWrap > li .txt_menu .btn_fold::before {
    width: 6px;
    height: 12px;
    transform: rotate(270deg);
    position: absolute;
    top: 22px;
    right: 4.26%;
}
.infoWrap > li.active .txt_menu .btn_fold::before {
    transform: rotate(90deg);
}
.infoWrap > li .box_detail {
    display: none;
    border-bottom: 8px solid #f4f4f4;
}
.infoWrap > li.active .box_detail {
    display: block;
}
.infoWrap > li.active .box_detail > .txt_title {
    font-size: 0.875rem;
}

.infoWrap > li.active .box_detail .list_prod ul {
    display: flex;
    overflow-x: auto;
    padding: 0 4.26% 0;
}
.infoWrap > li.active .box_detail .list_prod .box_order {
    padding: 0;
}

/*box goods*/
.box_goods .box_detail {
    font-size: 0.875rem;
    padding: 16px 5.33%;
}
.box_goods .box_detail .txt_comment,
.box_cancel .box_detail .txt_comment,
.box_delivery .box_detail .txt_comment {
    display: block;
    color: #8b8b8b;
    font-size: 0.875rem;
    padding: 12px 0 40px;
}
.box_goods .box_detail .list_img li {
    width: 50%;
}
.box_goods .box_detail .list_img li:first-child {
    width: 100%;
    min-height: 335px;
}
.box_goods .box_detail .list_img li img {
    width: 100%;
    min-height: 168px;
}

/*box notify*/
.box_notify .box_detail {
    padding: 12px 4.26%;
}
.box_notify .box_detail table {
    font-size: 0.688rem;
    line-height: 1.125rem;
    border-bottom: 1px solid #e7ebef;
}
.box_notify .box_detail tr {
    border-top: 1px solid #e7ebef;
}
.box_notify .box_detail th {
    width: 37.9%;
    color: #767676;
    background: #f7f8fa;
    padding: 8px 3.2%;
}
.box_notify .box_detail td {
    color: #8b8b8b;
    padding: 8px 3.2%;
    word-break: break-all;
}

/*box event*/
.box_event .box_detail {
    background: #f7f8fa;
    padding: 16px 0;
}
.box_event .box_detail .txt_title {
    line-height: 26px;
    padding: 0 20px 14px;
}
.box_event .box_detail .btn_show {
    width: 78px;
    height: 26px;
    line-height: 26px;
    font-size: 0.75rem;
    background: #333333;
    margin-right: 20px;
}
.box_event .box_detail .btn_show i::before {
    width: 6px;
    height: 12px;
    margin: 1px 0 0 5px;
}
.box_event .box_detail .list_prod .btn_cart {
    width: 32px;
    height: 32px;
}

/*box delivery*/

.infoWrap li.active.box_delivery .box_detail .txt_title,
.infoWrap li.active.box_cancel .box_detail .txt_title {
    font-size: 0.813rem;
}
.infoWrap li.active.box_delivery .box_detail .txt_comment li,
.infoWrap li.active.box_cancel .box_detail .txt_comment li {
    color: #222222;
    font-size: 0.813rem;
    font-weight: 400;
    line-height: 1.188rem;
    padding-bottom: 15px;
}
.infoWrap li.active.box_delivery .box_detail .txt_comment span,
.infoWrap li.active.box_cancel .box_detail .txt_comment span {
    display: block;
    color: #222222;
    font-weight: 400;
    padding-left: 5px;
}
.box_delivery .box_detail {
    padding: 16px 5.33%;
}
.box_delivery .box_detail p.txt_comment {
    font-size: 0.875rem;
    padding-bottom: 0;
}

/*box cancel*/
.box_cancel .box_detail {
    padding: 16px 5.33%;
}
.box_cancel .box_detail p.txt_comment {
    font-size: 0.875rem;
    padding-bottom: 0;
}

/*=============== option ===============*/
.modalArea.event.prod_option .popWrap,
.modalArea.cart.prod_option .popWrap {
    width: 100%;
    border-radius: 0;
}
.prod_option .popWrap > .txt_title {
    font-size: 1.125rem;
    padding: 16px 5.33%;
}
.prod_option .popWrap .closeArea {
    width: 100%;
    height: 6px;
    background: #f7f8fa;
    border-top: 1px solid #e7ebef;
    position: absolute;
    top: -6px;
    left: 0;
}
.prod_option .closeArea .btn_close {
    width: 16%;
    height: 15px;
    border-top: 1px solid #e7ebef;
    border-left: 1px solid #e7ebef;
    border-right: 1px solid #e7ebef;
    border-radius: 14px 14px 0 0;
    background: #f7f8fa;
    position: absolute;
    top: -15px;
    left: 42%;
}
.prod_option .closeArea .btn_close::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #8b8b8b;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -6px;
}
.modalArea.event.prod_option .popWrap .contArea,
.modalArea.cart.prod_option .popWrap .contArea {
    max-height: 344px;
    overflow-y: auto;
    padding: 0 5.33% 7px;
}
.prod_option .contArea .txt_title {
    font-size: 1.125rem;
    padding: 0 0 16px 0;
}
.prod_option .popWrap .contArea {
    max-height: 344px;
    overflow-y: auto;
    padding: 0 5.33% 7px;
}
.prod_option .popWrap .prodInfoWrap {
    display: none;
    color: #1c1c1c;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    background: #f4f4f4;
    padding: 12px 3.2%;
    margin-top: 12px;
    position: relative;
}
.prod_option .popWrap .prodInfoWrap.active {
    display: block;
}
.prod_option .popWrap .prodInfoWrap .icon-close-modal {
    position: absolute;
    top: 16px;
    right: 15px;
}
.prod_option .popWrap .prodInfoWrap .icon-close-modal::before {
    width: 14px;
    height: 14px;
}
.prod_option .prodInfoWrap .txt_title {
    width: 90%;
    font-size: 0.876rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    padding: 0 0 15px;
}
.prod_option .prodInfoWrap .num_order input {
    float: left;
    width: 30px;
    height: 26px;
    line-height: 26px;
    color: #121212;
    font-size: 0.75rem;
    text-align: center;
    border-top: 1px solid #e8ecf0;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e8ecf0;
    border-radius: 0;
    vertical-align: top;
    background: #fff;
    padding: 0;
}
.prod_option .prodInfoWrap .num_order button {
    float: left;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #8b8b8b;
    border: 1px solid #e8ecf0;
    border-radius: 4px 0 0 4px;
    background: #fff;
    position: relative;
}
.prod_option .prodInfoWrap .num_order button:last-child {
    border-radius: 0 4px 4px 0;
}
.prod_option .prodInfoWrap .num_order button > .icon {
    transform: scale(0.7);
}
.prod_option .prodInfoWrap .num_prise {
    clear: both;
}
.prod_option .popWrap .orderWrap {
    border-top: 1px solid #e7ebef;
    border-bottom: 1px solid #e7ebef;
    margin-top: 20px;
    padding: 18px 0;
    clear: both;
}
.prod_option .popWrap .orderWrap .num_order {
    border: none;
}
.prod_option .popWrap .orderWrap span {
    color: #8b8b8b;
    font-size: 0.875rem;
    padding: 0 4px;
}
.prod_option .popWrap .orderWrap .color {
    color: #fd5050;
    padding: 0 5px;
}
.prod_option.bottom .buttonArea {
    position: relative;
    bottom: auto;
    padding-bottom: 4.26%;
}
.prod_option.bottom .buttonArea .btn {
    width: calc(50% - 1.5px);
}
.prod_option .popWrap .option_order .box_select {
    position: relative;
}
.prod_option .popWrap .option_order .box_select::after {
    position: absolute;
    left: auto;
    top: 18px;
    right: 16px;
}

/*event*/
.prod_option.bottom.event .buttonArea {
    padding: 3px 4.26% 4.26%;
}
.prod_option.bottom.event .buttonArea .btn {
    width: 100%;
}

/*modal*/
.modalArea.alert.row2 .popWrap {
    border-radius: 12px;
}
.modalArea.alert.row2 .popWrap .txt_title {
    line-height: 1.688rem;
    padding: 43px 12.5%;
}
.row2.alert .buttonArea {
    width: 89.2%;
    padding: 0 0 16px 0;
    position: relative;
    left: 5.4%;
}
.row2.alert .buttonArea .btn {
    border-radius: 12px;
}

/*=============== request ===============*/
.request .popWrap .topArea {
    padding: 0 18px;
    position: relative;
}
.request .popWrap .topArea .txt_title {
    color: #1c1c1c;
}
.request .popWrap .topArea .btn_close {
    position: absolute;
    top: 25px;
    right: 22px;
}
.request .popWrap .contArea {
    padding: 0 18px 18px;
}
.request .popWrap .contArea .txt_title {
    color: #242426;
    font-size: 0.875rem;
    padding: 23px 0 10px;
}
.request .popWrap .contArea .txt_title::after {
    content: "*";
}
.request .popWrap .requestWrap textarea {
    height: 290px;
}
.request .requestWrap .num_text {
    text-align: right;
    padding-top: 7px;
}
.request .requestWrap .box_txt span {
    color: rgba(36, 36, 38, 0.4);
    font-size: 0.875rem;
}
.request .popWrap .buttonArea {
    /*margin-top:157px;*/
}

/*=============== list ===============*/
.prod_list .content {
    /*background:#F4F4F4;*/
}
.prod_list .list_prod > ul > li {
    width: calc(50% - 5px);
}
.list_prod.list > ul > li:nth-child(2n) {
    margin-right: 0;
}
.list_prod > ul > li.soldOut::after,
.prod_list .list_prod > ul > li.soldOut::after {
    content: "";
    width: 100%;
    height: 163px;
    border-radius: 12px 12px 0 0;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.list_prod > ul > li.soldOut::before,
.prod_list .list_prod > ul > li.soldOut::before {
    content: "품절";
    color: #fff;
    position: absolute;
    right: 14px;
    top: 10px !important;
    z-index: 5;
}
@media (min-width: 414px) {
    .list_prod > ul > li.soldOut::after,
    .prod_list .list_prod > ul > li.soldOut::after {
        height: 166px;
    }
}

/*=============== discount ===============*/
.modalArea.discount .popWrap .txt_title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0 4.26%;
}

/*=============== event prod ===============*/

.event .topArea .imgWrap {
    width: 100%;
}
.event .topArea .imgWrap img {
    width: 100%;
}
.event .list_prod > ul {
    padding: 0 12px 16px;
}

/*=============== recent ===============*/
header.recent .btn_delete {
    color: #fd5050;
    font-size: 0.813rem;
    right: 19px;
}
.sel_prod.recent .topArea {
    padding: 0;
    background: #fff;
}
/* .sel_prod.recent .topArea .box_tab li {
    width:50%;
} */
.sel_prod.recent .topArea .box_tab {
    padding: 0 4.26%;
}
.sel_prod.recent .topArea .box_tab li.active::after {
    bottom: 0;
}
.sel_prod.recent .topArea .box_tab > li > a {
    width: 100%;
    padding: 20px 0;
}
.set_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 4.26% 0;
}
.set_box span {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3125rem;
    color: #9a9a9a;
}

.sel_prod.recent .contArea {
    text-align: right;
    margin-bottom: 40px;
}
.sel_prod.recent .contArea .btn_delete {
    width: 62px;
    height: 28px;
    color: #9a9a9a;
    font-size: 0.813rem;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    background: #fff;
    /* margin:16px 4.26% 0; */
}
#container.sel_prod.recent {
    background: #f4f4f4;
}
.sel_prod.recent .box_product {
    text-align: left;
    padding: 27px 4.26% 0;
}
.sel_prod.recent .box_product:first-of-type {
    padding-top: 16px;
}
.sel_prod.recent .box_product .num_date {
    display: block;
    color: #1c1c1c;
    font-weight: 400;
    font-size: 0.9375rem;
    padding-bottom: 18px;
    position: relative;
}
.sel_prod.recent .box_product:first-of-type .num_date {
    color: #1c1c1c;
}
.sel_prod.recent .box_product .num_date::after {
    content: "";
    width: 66%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    right: -4.26%;
    top: 10px;
}
.sel_prod.recent .box_product .sub {
    display: block;
    border-radius: 10px;
    background: #fff;
    padding: 0;
}
.sel_prod.recent .sub li {
    padding: 16px 4.26%;
    border-bottom: 1px solid #e9ecf0;
}
.sel_prod.recent .sub .list_option .num_prise {
    color: #1c1c1c;
}
.sel_prod.recent .box_product .sub .list_option {
    margin-top: 0;
}
.sel_prod.recent .sub .list_option .num_prise {
    line-height: 37px;
}
.sel_prod.recent .box_product .sub > li {
    justify-content: space-between;
    padding: 18px 15px 18px 9px;
    position: relative;
}
.sel_prod.recent .box_product .sub .txt_name {
    margin-right: 20px;
}
.sel_prod.recent .sub .list_option .box_order {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.sel_prod.recent .sub .list_option .box_order li {
    display: flex;
    align-items: center;
    justify-items: center;
    width: 37px;
    height: 37px;
    border: none;
    padding: 0;
    position: relative;
    left: 5px;
}
.sel_prod.recent .sub .list_option .box_order li button {
    margin: auto;
}
.sel_prod.recent .box_product .sub > li .btn_close {
    position: absolute;
    top: 0px;
    right: 3px;
}
/* .sel_prod.recent .box_product .sub > li .btn_checkbox{
    position:absolute;
    top:19px;
    left:10px;
} */
.sel_prod.recent .box_product .sub > li .btn_close .icon::before {
    width: 12px;
    height: 12px;
}

/*none*/
.sel_prod.recent.none .contArea {
    /*height:100%;*/
    text-align: center;
}
.sel_prod.recent.none .contArea .txt_notice {
    color: #767676;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-top: 222px;
}

/*=============== snb ===============*/

.snb.full.modalArea {
    width: calc(100% - 64px);
    left: auto;
    right: 0;
}
header.snb {
    z-index: 15;
}
.snb.full .popWrap {
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: hidden;
    background: transparent;
    left: auto;
    right: 0;
}
.snb .selectArea {
    text-align: right;
    position: absolute;
    bottom: -1px;
    right: 0;
    padding: 0 4.26%;
}
.snb .selectArea > .txt_name {
    display: inline-block;
    font-size: 1.125rem;
    border-bottom: 3px solid #fd5050;
    padding-bottom: 11px;
    background: #fff;
    position: relative;
    z-index: 14;
}
.snb .selectArea > .txt_name > .icon {
    transform: scale(1.5);
    margin: 0 5px 0 18px;
}

.snb .content {
    overflow-y: hidden;
}
.snb .contArea {
    height: calc(100vh - 60px);
    overflow: hidden;
    position: relative;
    padding-bottom: 79px;
}
.snb .categoryWrap {
    height: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 10;
}
.snb .categoryWrap .list_category > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    text-align: center;
}
.snb .list_category > li.select {
    background: #fd5050;
}
.snb .list_category > li img {
    display: block;
    margin: auto;
    transform: scale(0.9);
}
.snb .list_category .txt_name {
    display: block;
    color: #4e4e4e;
    font-size: 0.688rem;
    margin-top: 5px;
}
.snb .list_category li.select .txt_name {
    color: #fff;
}
.snb .prodWrap {
    width: calc(100% - 64px);
    height: 100%;
    overflow-y: auto;
    background: rgba(240, 242, 245, 0.5);
}
.snb .box_subFilter .num_goods {
    font-size: 0.875rem;
    font-weight: 400;
}
.snb .box_subFilter .num_goods strong {
    font-size: 0.875rem;
    font-weight: bold;
}
.snb .list_prod > ul > li {
}
.list_prod > ul > li a {
    padding: 13px 0px;
    /*margin-right: 7px;*/
}
.snb .list_prod > ul > li a {
    width: 100%;
    padding: 13px 0px 0;
}
.snb .list_prod > ul > li:nth-child(2n) {
    margin-right: 0;
}
.snb .list_prod > ul > li.soldOut {
    border: none;
    background: #fff;
}
.snb .list_prod > ul > li.soldOut::after {
    content: "";
    width: 100%;
    height: 148px;
    border-radius: 12px 12px 0 0;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.snb .list_prod > ul > li.soldOut::before {
    font-size: 0.813rem;
    top: 120px;
}
.snb .list_prod .txt_name {
    width: 100%;
    height: 42px;
    min-height: 42px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-top: 1px solid #eee;
    margin-top: 16px;
    padding: 5px 5px 0;
    font-size: 0.813rem;
    line-height: 1.063rem;
}
.snb .list_prod .img_prod {
    display: flex;
    height: 115px;
    align-items: center;
    justify-content: center;
}
.snb .list_prod .img_prod img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}
.snb .list_prod .box_badge {
    margin: 0;
    position: absolute;
    top: 120px;
}
.snb .list_prod .list_price {
    padding: 0 5px;
}
.snb .list_prod .list_price .num_price {
    font-size: 0.813rem;
}
.snb .list_prod .list_price .num_price strong {
    font-size: 0.813rem;
}
.snb .list_prod .list_price .num_disc {
    font-size: 0.563rem;
}
.snb .list_prod .box_order {
    bottom: 8px;
    right: 8px;
    padding: 0 5px 5px;
}
.snb .list_prod:not(.txt) .box_order{
    bottom: -8px;
    right: 0;
    padding: 0 5px;
}
.snb .list_prod li.soldOut .box_order li {
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.813rem;
}

/*float snb*/
.floatArea.option.snb {
    /*display:none;*/
    width: calc(100vw - 64px);
    top: 60px;
    right: 0;
    z-index: 12;
}
.floatArea.option.snb.active {
    /*display:block;*/
}
.floatArea.option.snb .bg_shadow {
    width: 100%;
    height: calc(100vh - 60px);
    left: auto;
    right: 0;
}
.floatArea.option.snb .contArea {
    height: auto;
    top: -100%;
    left: 0;
}
.floatArea.option.snb .list_menu li {
    height: 60px;
    color: #1c1c1c;
    font-size: 0.938rem;
    border-bottom: none;
    padding-right: 4.26%;
}
.floatArea.option.snb .list_menu li a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-right: 8.32%;
}
.floatArea.option.snb .list_menu li:first-child {
    border-top: 0;
}
.floatArea.option.snb .list_menu li.select strong {
    font-weight: bold;
}
.floatArea.option.snb .list_menu li.select::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fd5050;
    padding: 0;
    margin: 0 5px 0 -5px;
}

/* 특가상품 리스트 */
.discount_list {
    padding-bottom: 60px;
}

/*내상품 페이지 셀렉트 박스 공통*/
.sel_prod.recent .box_product .sub > li .pd_sec {
    display: flex;
    width: 80%;
}
.sel_prod.recent
    .box_product
    .sub
    > li
    .check_sec
    .box_checkbox
    input[type="checkbox"] {
    margin: 0;
}
.sel_prod.recent .box_product .sub > li .btn_sec {
    width: 24px;
    position: relative;
}
.sel_prod.recent .box_product .sub > li .btn_sec button.btn_buy {
    position: absolute;
    left: 0;
    top: 55px;
}
#container.sel_prod.recent select {
    width: 100%;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #dfe1e3;
    color: #bbb;
    font-size: 0.625rem;
    font-weight: 400;
    /* 셀렉트 화살표 변경 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icon/icon_select-arrowdown.png) no-repeat 93% 50%;
}

#container.sel_prod.recent .btn_buy.active::before {
    top: 50%;
    left: 50%;
    transform: scale(0);
    animation: fadeIn2 2s ease-in-out;
    margin: -16px;
}

#container.sel_prod.recent .btn_buy .icon-list-cart::after {
    top: 1px;
    left: 7px;
    animation: shows2 0.2s ease-in-out;
}
/* 내상품 페이지 장바구니 담기 띄우기 */
#container.sel_prod.recent .buttonArea {
    position: fixed;
    top: auto;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

@media screen and (min-width: 760px) and (max-width: 1024px) {
    #container.sel_prod.recent .buttonArea {
        bottom: 7%;
    }
}

/*220812 리뉴얼*/
.prod .buttonArea .btn_basic.full_btn {
    width: calc(100% - 54px);
}
.prod .nav .icon_cart_num {
    opacity: 1;
    width: 14px;
    height: 14px;
    color: #fff;
    font-size: 0.5rem;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    background: #f42d1f;
    position: absolute;
    top: -4px;
    right: -2px;
}

.prod_option.bottom .buttonArea.col_2 .btn:first-child {
    width: 35%;
}
.prod_option.bottom .buttonArea.col_2 .btn:last-child {
    width: 63%;
}

/* 230721 중메뉴 bottom slide */

/*.modalArea.point.coupon.category .popWrap {
	height: auto;
	max-height: 85%;
}*/

.category .content {
    margin-top: 64px;
}
.bs-header {
    width: 100%;
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 0;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    border-bottom: 1px solid #e7ebef;
}
.bs-header .btn_close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: block;
    width: 32px;
}
.line-up-list.category .line-up {
    margin-bottom: 1rem;
}
.line-up-list.category .line-up .title {
    font-weight: 400;
}
.line-up-list.category .line-up input[type="radio"] + label {
    padding: 0;
    padding-left: 32px;
    width: 100%;
    height: auto;
    border: none;
}
.line-up-list .line-up input[type="radio"] + label:before,
.line-up-list .line-up input[type="radio"]:checked + label:after {
}
.line-up-list .line-up input[type="radio"]:checked + label .title {
    font-weight: 700;
}

.category-btn {
    position: relative;
}
.category-btn > .tagProdBox-red {
    position: relative;
}
.category-btn .category-down {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 9px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff,
        0px 0px 16px 0px #fff, 0px 0px 16px 0px #fff, 0px 0px 16px 0px #fff,
        0px 2px 8px 1px rgba(0, 0, 0, 0.46);
    display: flex;
    justify-content: center;
    align-items: center;
}
.category-btn-full .category-up {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category-btn-full {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.category-btn-full .black-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.6);
}
.category-btn-full .inner {
    width: 100%;
    background-color: #fff;
    padding: 12px 16px 24px 16px;
    border-radius: 0px 0px 16px 16px;
    position: absolute;
    z-index: 5;
}
.category-btn-full .inner .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.category-btn-full .inner .menu {
    font-weight: 700;
    margin-right: 0.25rem;
}
.category-btn-full .tagProdBox-red {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 0.25rem;
}
.category-btn-full .tagProdBox-red a {
    margin-bottom: 0.5rem;
}
.category-btn .tagProdBox-red a:last-child {
    margin-right: 48px;
}
.category-btn-full .tagProdBox-red .tag + .tag {
    margin: 0;
}

/* 230721 전체메뉴 카테고리 */
.ctg .content {
    overflow-y: hidden;
}
.ctg .contArea {
    height: calc(100vh - 60px);
    overflow: hidden;
    position: relative;
    padding-bottom: 79px;
}
.ctg .categoryWrap02 {
    width: 40%;
    height: 100%;
    overflow-y: auto;
}
.categoryWrap02 .all-category {
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
}
.categoryWrap02 li,
.middle-category li {
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: #f4f4f4;
    font-size: 0.875rem;
    font-weight: 500;
    color: #111;
    line-height: 32px;
}
.categoryWrap02 li.active {
    background-color: #fff;
}
.ctg .middle-category-wrap {
    width: 60%;
    height: 100%;
    overflow-y: auto;
}
.middle-category ul {
    display: none;
}
.middle-category ul.active {
    display: block;
}
.middle-category li {
    background-color: #fff;
    background: url("../images/icon/icon_btn_next_gray.svg") no-repeat;
    background-position: right 10px center;
}
