@charset "utf-8";

@font-face {
    font-family: 'ChangwonDanggamAsak';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/CWDangamAsac-Bold.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mbc1961GLM';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-01@1.0/MBC1961GulimM.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

:root {
    --color-key: #1a8d70;
    --color-sub: #003742;
    --color-bk : #222;
    --color-bc: #edeae2;

    --color-bgg: #f6f4ec;

    --font-point: 'ChangwonDanggamAsak';
    --font-point2: 'Mbc1961GLM';
}

/* common */
body {
    background-color: var(--color-bgg);
}
.no-scroll {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6.481vw;
}
.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 0;
    height: 0;
    font-size: 10px;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.blind {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.clearfix:after {
    display: block;
    clear: both;
    content: '';
}
.block {
    display: block;
}

/* flex */
.flex {
    display: flex;
}
.flex.align-start {
    align-items: flex-start;
}
.flex.align-center {
    align-items: center;
}
.flex.align-end {
    align-items: flex-end;
}
.flex.justify-around {
    justify-content: space-around;
}
.flex.justify-between {
    justify-content: space-between;
}
.flex.justify-center {
    justify-content: center;
}
.flex.justify-end {
    justify-content: flex-end;
}

/* margin */
.mt6 {
    margin-top: 0.556vw;
}
.mt15 {
    margin-top: 1.389vw;
}
.mt20 {
    margin-top: 1.852vw;
}
.mt27 {
    margin-top: 2.500vw;
}
.mt30 {
    margin-top: 2.778vw;
}
.mt40 {
    margin-top: 3.704vw;
}
.mt50 {
    margin-top: 4.630vw;
}
.mt70 {
    margin-top: 6.481vw;
}
.mt80 {
    margin-top: 7.407vw;
}
.mt100 {
    margin-top: 9.259vw;
}
.mt200 {
    margin-top: 18.519vw;
}
.mt250 {
    margin-top: 23.148vw;
}
.ml30 {
    margin-left: 2.778vw;
}
.ml99 {
    margin-left: 9.167vw;
}
.mr15 {
    margin-right: 1.389vw;
}
.mr20 {
    margin-right: 1.852vw;
}
.mb30 {
    margin-bottom: 2.778vw;
}
.mb40 {
    margin-bottom: 3.704vw;
}
.mb50 {
    margin-bottom: 4.630vw;
}
.mb70 {
    margin-bottom: 6.481vw;
}
.mb80 {
    margin-bottom: 7.407vw;
}
.mb100 {
    margin-bottom: 9.259vw;
}

/* padding */
.pt20 {
    padding-top: 1.852vw;
}
.pt27 {
    padding-top: 2.500vw;
}
.pt30 {
    padding-top: 2.778vw;
}
.pt36 {
    padding-top: 3.333vw;
}
.pt50 {
    padding-top: 4.630vw;
}
.pt70 {
    padding-top: 6.481vw;
}
.pt80 {
    padding-top: 7.407vw;
}
.pt89 {
    padding-top: 8.241vw;
}
.pt100 {
    padding-top: 9.259vw;
}
.pt108 {
    padding-top: 10vw;
}
.pt136 {
    padding-top: 12.593vw;
}
.pt146 {
    padding-top: 13.519vw;
}
.pt150 {
    padding-top: 13.889vw;
}
.pt186 {
    padding-top: 17.222vw;
}
.pt213 {
    padding-top: 19.722vw;
}
.pt240 {
    padding-top: 22.222vw;
}
.pt340 {
    padding-top: 31.481vw;
}
.pt475 {
    padding-top: 43.981vw;
}
.pb30 {
    padding-bottom: 2.778vw;
}
.pb35 {
    padding-bottom: 3.241vw;
}
.pb45 {
    padding-bottom: 4.167vw;
}
.pb50 {
    padding-bottom: 4.630vw;
}
.pb60 {
    padding-bottom: 5.556vw;
}
.pb70 {
    padding-bottom: 6.481vw;
}
.pb80 {
    padding-bottom: 7.407vw;
}
.pb100 {
    padding-bottom: 9.259vw;
}
.pb150 {
    padding-bottom: 13.889vw;
}
.pb170 {
    padding-bottom: 15.741vw;
}
.pb213 {
    padding-bottom: 19.722vw;
}
.pb240 {
    padding-bottom: 22.222vw;
}
.pb340 {
    padding-bottom: 31.481vw;
}

/* color */
.black {
    color: var(--color-bk);
}
.white {
    color: #fff;
}
.gray {
    color: #808080;
}
.gray2 {
    color: #a9a69c;
}
.gray3 {
    color: #9e9e9e;
}
.green {
    color: var(--color-key);
}
.green2 {
    color: var(--color-sub);
}
.red {
    color: #f00;
}

.yellow {
    color: #fae100;
}

/* font-size */
.fs20 {
    font-size: 1.852vw;
}
.fs24 {
    font-size: 2.222vw;
}
.fs27 {
    font-size: 2.500vw;
}
.fs28 {
    font-size: 2.593vw;
}
.fs30 {
    font-size: 2.778vw;
}
.fs33 {
    font-size: 3.056vw;
}
.fs35 {
    font-size: 3.241vw;
}
.fs36 {
    font-size: 3.333vw;
}
.fs38 {
    font-size: 3.519vw;
}
.fs39 {
    font-size: 3.611vw;
}
.fs40 {
    font-size: 3.704vw;
}
.fs42 {
    font-size: 3.889vw;
}
.fs45 {
    font-size: 4.167vw;
}
.fs48 {
    font-size: 4.444vw;
}
.fs50 {
    font-size: 4.630vw;
}
.fs54 {
    font-size: 5vw;
}
.fs55 {
    font-size: 5.093vw;
}
.fs57 {
    font-size: 5.278vw;
}
.fs64 {
    font-size: 5.926vw;
}
.fs65 {
    font-size: 6.019vw;
}
.fs70 {
    font-size: 6.481vw;
}

/* font-weight */
.fw300 {
    font-weight: 300;
}
.fw400 {
    font-weight: 400;
}
.fw500 {
    font-weight: 500;
}
.fw700 {
    font-weight: 700;
}

.ff_p {font-family: var(--font-point);}
.ff_p2 {font-family: var(--font-point2);}

/* background-color */
.bg-white {
    background-color: #fff;
}
.bg-lightGray {
    background-color: var(--color-bc);
}
.bg-gray2 {
    background-color: #a9a69c;
}
.bg-gray3 {
    background-color: #9e9e9e;
}
.bg-gray4 {
    background-color: #b4b3af;
}
.bg-green {
    background-color: #428c75;
}
.bg-green1 {
    background-color: var(--color-sub);
}
.bg-yellow {
    background-color: #fae100;
}
.bg-softRed {
    background-color: #e6766a;
}
.bg-yellowish {
    background-color: #a9e09d;
}


/* border */
.bt2-edeae2 {
    border-top: 0.185vw solid var(--color-bc);
}
.bt10-edeae2 {
    border-top: 0.926vw solid var(--color-bc);
}
.bb10-edeae2 {
    border-bottom: 0.926vw solid var(--color-bc);
}

/* text-align */
.txt-center {
    text-align: center;
}
.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}

/* text-decoration */
.line-through {
    text-decoration: line-through;
}

/* btn */
.btn {
    display: block;
}
.btn-wide {
    width: 100%;
    height: 12.037vw;
    border-radius: 3.333vw;
    line-height: 12.037vw;
}
.btn-normal {
    width: 100%;
    height: 11.111vw;
    border-radius: 3.333vw;
    letter-spacing: -0.06em;
    line-height: 11.111vw;
}
.btn-home,
.btn-menu,
.btn-basket,
.btn-customer,
.btn-location,
.btn-search,
.btn-like,
.btn-gnb-close,
.btn-popup-close,
.btn-option-close,
.btn-purchase-option-close,
.btn-back,
.btn-photo {
    font-size: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.home-w {
    background-image: url("../img/common/ico_home_w.png");
}
.menu-b {
    background-image: url("../img/common/ico_menu.png");
}
.menu-w {
    background-image: url("../img/common/ico_menu_w.png");
}
.basket-b {
    background-image: url("../img/common/ico_basket.png");
}
.basket-w {
    background-image: url("../img/common/ico_basket_w.png");
}
.customer-w {
    background-image: url("../img/common/ico_customer_w.png");
}
.location-f {
    background-image: url("../img/common/ico_location_f.png");
}
.heart-b {
    background-image: url("../img/common/ico_heart.png");
}
.heart-w {
    background-image: url("../img/common/ico_heart_w.png");
}
.btn-like.active {
    background-image: url("../img/common/ico_heart_active.png");
}
.btn-gnb-close,
.btn-popup-close {
    background-image: url("../img/common/ico_close.png");
}
.btn-back {
    background-image: url("../img/common/ico_back.png");
}
.btn-photo {
    background-image: url("../img/common/ico_camera.png");
}

/* select */
select {
    height: 11.111vw;
    padding: 0 4.167vw;
    background: var(--color-bc) url("../img/common/ico_arrow_gy.png") no-repeat center right 2.778vw;
    background-size: 2.222vw;
    border: 0;
    border-radius: 3.333vw;
}
/* select custom */
.select-custom {
    height: 11.111vw;
    padding: 0 10.556vw 0 4.167vw;
    border-radius: 3.333vw;
    outline: initial;
}
.select-custom.bg-lightGray {
    background-color: var(--color-bc);
}
.select-custom .current {
    display: inline-block;
    width: 100%;
    color: var(--color-bk);
    box-sizing: border-box;
    letter-spacing: -0.06em;
    line-height: 11.111vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select-custom:after {
    top: 50%;
    right: 0;
    width: 10.556vw;
    height: 100%;
    background: url("../img/common/ico_arrow.png") no-repeat center center;
    background-size: 2.222vw;
    transform: translate(0, -50%);
    border: 0;
}
.select-custom .list {
    width: 100%;
    max-height: 43.333vw;
    background: #428c75;
    border-radius: 2.963vw;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.select-custom .list .option {
    min-height: auto;
    padding: 2.222vw 4.167vw;
    color: #fff;
    letter-spacing: -0.06em;
    line-height: 1.190em;
    white-space: inherit;
}
.select-custom .list .option:not(:first-child) {
    border-top: 1px solid var(--color-bgg);
}

/* input */
.input-label {
    display: block;
    letter-spacing: -0.06em;
}
.input-row {
    height: 11.111vw;
    background-color: var(--color-bc);
    border-radius: 3.333vw;
    overflow: hidden;
}
.input-row.bg-white {
    background-color: #fff;
}
.input-row .inp {
    width: 100%;
    height: 100%;
    padding: 0 4.167vw;
    color: var(--color-bk);
    background-color: transparent;
    box-sizing: border-box;
    letter-spacing: -0.06em;
    outline: 0;
}
select:disabled,
.input-row .inp:disabled {
    color: #808080;
    background-color: #b4b3af;
}
.input-row .inp::placeholder {
    color: #808080;
}
.input-row .inp::-webkit-input-placeholder {
    color: #808080;
}
.input-row .inp:-ms-input-placeholder {
    color: #808080;
}
.input-row .inp.match {
    background-image: url("../img/common/ico_match.png");
    background-position: center right 4.167vw;
    background-size: 5vw 3.519vw;
    background-repeat: no-repeat;
}
/* radio, checkbox */
.radio-row,
.checkbox-row {
    display: flex;
    align-items: center;
    position: relative;
}
.design-inp,
.select-inp {
    background-color: transparent;
    box-sizing: border-box;
    -webkit-appearance: none;
    overflow: hidden;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
    cursor: pointer;
}
.design-inp:checked,
.select-inp:checked {
    background-color: #428c75;
    background-size: cover;
    background-repeat: no-repeat;
}
/* design-inp */
.design-inp[type="radio"] {
    width: 4.167vw;
    height: 4.167vw;
    border: 0.278vw solid #428c75;
    border-radius: 1.111vw;
}
.design-inp[type="checkbox"] {
    width: 3.889vw;
    height: 3.889vw;
    border: 0.185vw solid #428c75;
    border-radius: 0.741vw;
}
.design-inp:checked {
    background-image: url("../img/common/ico_check.png");
}
.design-inp + label {
    letter-spacing: -0.06em;
}
.design-inp[type="radio"] + label {
    margin-left: 1.111vw;
}
.design-inp[type="checkbox"] + label {
    margin-left: 1.574vw;
}
/* disabled */
.design-inp[type="radio"]:disabled,
.design-inp[type="checkbox"]:disabled {
    border: 0;
    background: #b4b3af;
}
.design-inp:disabled + label {
    cursor: inherit;
}
/* select-inp */
.select-inp {
    width: 6.111vw;
    height: 6.111vw;
    border: 0.556vw solid var(--color-key);
    border-radius: 50%;
}
.select-inp:checked {
    background-image: url("../img/common/ico_select.png");
}
/* input-area */
.input-area .input-row {
    width: calc(100% - 21.296vw);
}
.input-area .btn {
    width: 19.444vw;
    height: 11.111vw;
    background-color: var(--color-key);
    border-radius: 3.333vw;
    letter-spacing: -0.06em;
    line-height: 11.111vw;
}
.input-area select {
    width: 19.444vw;
}
.input-area .bar {
    display: block;
    align-self: center;
    width: 1.481vw;
    height: 0.185vw;
    background-color: #808080;
}
.input-area .bar + .input-row {
    width: calc(100% - 22.778vw);
}
.input-area.zip-code-area {
    width: 70.851%;
    max-width: 666px;
}
.input-area + .input-area,
.input-area + .input-row,
.input-row + .input-area,
.input-row + .input-row {
    margin-top: 1.852vw;
}
/* textarea */
.input-row.textarea-normal {
    padding: 4.167vw;
    box-sizing: border-box;
}
.input-row.textarea-normal.h200 {
    height: 18.519vw;
}
.input-row.textarea-normal.h410 {
    height: 37.963vw;
}
.input-row.textarea-normal.h500 {
    height: 46.296vw;
}
.input-row.textarea-normal .inp {
    padding: 0;
}

/* 파일 첨부 */
.file-box {
    position: relative;
}
.file-box .input-row {
    width: calc(100% - 18.241vw);
}
.file-box label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.389vw;
    height: 11.111vw;
    border-radius: 3.333vw;
    cursor: pointer;
}
.file-box input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

/* date-input-area */
.date-input-area .input-row {
    height: 6.667vw;
}
.date-input-area .bar {
    padding: 0 2.222vw;
}
.date-input-area .btn {
    width: 15.000vw;
    height: 6.667vw;
    margin-left: 1.852vw;
    border-radius: 3.333vw;
}

/* datepicker */
.ui-datepicker {
    padding: 0;
    border-radius: 3.333vw;
    overflow: hidden;
}
.ui-widget.ui-widget-content {
    border-color: var(--color-bc);
}
.ui-widget-header {
    color: #fff;
    background: #428c75;
    border: 0;
    border-radius: 0;
}
.ui-datepicker .ui-icon {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.ui-datepicker .ui-datepicker-prev span {
    background-image: url("../img/common/ico_prev.png");
}
.ui-datepicker .ui-datepicker-next span {
    background-image: url("../img/common/ico_next.png");
}
.ui-widget-content {
    color: var(--color-bk);
}
.ui-datepicker table th {
    color: #fff;
    background-color: #428c75;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
    padding: .78em 0;
    background-color: transparent;
    border: 0;
    text-align: center;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
    color: #fff;
    background: #428c75;
    border-radius: 50%;
}

/* input switch */
.switch {
    display: inline-block;
    position: relative;
}
.switch input { 
    width: 0;
    height: 0;
    opacity: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
    content: "";
}

/* table */
.normal-table {
    border-radius: 5.926vw 5.926vw 0 0;
    overflow: hidden;
}
.normal-table th,
.normal-table td {
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 1.278em;
    vertical-align: middle;
    word-break: keep-all;
}
.normal-table thead th {
    padding: 4.259vw 0 3.889vw;
}
.normal-table tbody th,
.normal-table tbody td {
    padding: 2.407vw 0 2.037vw;
    border-bottom: 1px solid #428c75;
}
.normal-table td {
    border-left: 1px solid #428c75;
}

/* bar-list */
.bar-list li {
    position: relative;
    word-break: keep-all;
}
.bar-list li:before {
    display: block;
    position: absolute;
    left: 0;
    content: '-';
}
.bar-list .red-txt {
    color: #f00;
}
.normal-bar-list li {
    padding-left: 1.667vw;
    letter-spacing: -0.06em;
    line-height: 1.194em;
}
.normal-bar-list li:not(:first-child) {
    margin-top: 2.778vw;
}

/* swiper */
.swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .7;
}
.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #428c75;
    opacity: .8;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    width: 2.222vw;
    height: 3.796vw;
    margin-top: auto;
    font-size: 0;
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -9999px;
    transform: translate(0, -50%);
}
.swiper .swiper-button-next {
    right: 1.852vw;
    background-image: url("../img/common/ico_next.png");
}
.swiper .swiper-button-prev {
    left: 1.852vw;
    background-image: url("../img/common/ico_prev.png");
}
.swiper .swiper-button-next.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

/* progress */
.progress {
    width: 100%;
    height: 1.667vw;
    border-radius: 0.833vw;
    overflow: hidden;
}
.progress .progress-bar {
    width: 69%;
    height: 100%;
    border-radius: 0.833vw;
}

/* popup */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1020;
}
.popup-body {
    position: relative;
    width: 87.037%;
    max-width: 940px;
    border-radius: 5.926vw;
    box-sizing: border-box;
    overflow: hidden;
}
.popup-normal .popup-body,
.popup-normal2 .popup-body {
    top: 50%;
    margin: 0 auto;
    transform: translate(0, -50%);
}
.popup-qna .popup-body {
    top: 50%;
    margin: 0 auto;
    padding: 5.556vw 4.630vw;
    transform: translate(0, -50%);
}
.popup-qna .popup-body .tit {
    padding-bottom: 4.630vw;
    border-bottom: 0.185vw solid #edeae2;
}
.popup-qna .popup-body .form-wrap {
    padding: 4.630vw 0;
}
.popup-qna .popup-body .form-group {
    margin-bottom: 3.704vw;
}
.popup-qna .popup-body .form-group label {
    display: block;
    margin-bottom: 1.852vw;
}
.popup-qna .popup-body .form-group .inp {
    width: 100%;
    padding: 2.778vw;
    border: 0.185vw solid #ddd;
    border-radius: 1.389vw;
    box-sizing: border-box;
}
.popup-qna .popup-body .form-group textarea.inp {
    min-height: 27.778vw;
    resize: none;
}
.popup-qna .popup-body .form-group select.inp {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/common/ico_arrow_bottom.svg) no-repeat right 2.778vw center;
    background-size: 2.778vw;
}
.popup-qna .popup-body .btn-wrap {
    display: flex;
    gap: 2.778vw;
}
.popup-qna .popup-body .btn-wrap .btn {
    flex: 1;
    height: 11.111vw;
    border-radius: 1.389vw;
}
.popup-review .popup-body {
    margin: 14.352vw auto;
    padding: 7.407vw 4.630vw;
}
.btn-popup-close {
    position: absolute;
    top: 2.778vw;
    right: 2.778vw;
    width: 2.963vw;
    height: 2.963vw;
}
.btn-popup-close.bg-none {
    width: auto;
    height: auto;
    padding-bottom: 0.278vw;
    font-size: 3.889vw;
    background: none;
    text-indent: 0;
    line-height: 0.905em;
    z-index: 1;
}
.popup-normal .popup-body .txt-wrap {
    padding: 15.833vw 0 10.556vw;
}
.popup-normal2 .popup-body .txt-wrap {
    padding: 11.944vw 0;
}
.popup-normal .popup-body .btn-wrap,
.popup-normal2 .popup-body .btn-wrap {
    height: 11.667vw;
    border-top: 0.185vw solid #fff;
}
.popup-normal .popup-body .btn-wrap .btn,
.popup-normal2 .popup-body .btn-wrap .btn {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.popup-normal .popup-body .btn-wrap .btn + .btn,
.popup-normal2 .popup-body .btn-wrap .btn + .btn {
    border-left: 0.185vw solid #fff;
}
.popup-review-thumbnail {
    margin-top: 4.167vw;
    margin-right: -4.630vw;
    padding-right: 4.630vw;
}
.popup-review-thumbnail .swiper-slide div {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 3.333vw;
    background-color: #fff;
    overflow: hidden;
}
.popup-review-thumbnail .swiper-slide img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.popup-body .txt {
    letter-spacing: -0.06em;
}
.popup-body .txt strong,
.popup-body .txt span {
    letter-spacing: 0;
}
.popup-body .ico-membership {
    width: 2.778vw;
}
.popup-body .progress {
    width: 74.681%;
    max-width: 702px;
    margin-left: auto;
    margin-right: auto;
}

/* counter-box */
.counter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 14.815vw;
    height: 6.481vw;
    color: #fff;
    border-radius: 3.241vw;
}
.counter-box .minus,
.counter-box .plus {
    display: block;
    width: 6.481vw;
    height: 6.481vw;
    background-position: center center;
    background-size: 1.667vw;
    background-repeat: no-repeat;
}


.counter-box .minus.bg-white,
.counter-box .plus.bg-white {background-size: 70%; border-radius: 0.5em; width: 2vw; height: 2vw; min-width: 1em; min-height: 1em;}
.counter-box .minus {
    background-image: url("../img/common/ico_minus.png");
}
.counter-box .plus {
    background-image: url("../img/common/ico_plus.png");
}
.counter-box .minus.bg-white{
    background-image: url("../img/common/ico_minus_green.png");
}
.counter-box .plus.bg-white {
    background-image: url("../img/common/ico_plus_green.png");
}
.counter-box .num {
    font-size: 3.519vw;
    text-align: center;
}
.counter-box + .btn-basket {
    width: 6.481vw;
    height: 6.481vw;
    margin-left: 1.204vw;
    background-size: 4.444vw;
    border-radius: 50%;
}

/* 주변 매장 - 공통 */
.around-list-slide .box {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 1.852vw;
    padding-bottom: 100%;
    color: #fff;
    border-radius: 4.630vw;
    text-align: center;
}
.around-list-slide .box.sale {
    background-color: #e6766a;
}
.around-list-slide .box.sale:after {
    display: block;
    position: absolute;
    width: 46.078%;
    height: 28.431%;
    font-size: 0;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    content: 'sale';
}
.around-list-slide .box p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-top: 0.648vw;
    font-family: 'GmarketSansBold';
    font-weight: 700;
    transform: translate(-50%, -50%);
    letter-spacing: -0.06em;
    line-height: 1.109em;
}
.around-list-slide .location:before {
    display: block;
    width: 2.963vw;
    height: 3.241vw;
    margin-right: 1.111vw;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    content: '';
}
.around-list-slide .location {
    display: flex;
    align-items: center;
}
.around-list-slide .btn-like {
    width: 3.056vw;
    height: 2.778vw;
}

/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 4.259vw 0;
    background-color: var(--color-bgg);
    z-index: 1010;
}
header.scroll {
    -webkit-box-shadow: 0.926vw 0.926vw 1.481vw 0 rgba(162,162,162,.05);
    box-shadow: 0.926vw 0.926vw 1.481vw 0 rgba(162,162,162,.05);
}
header .btn {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    -webkit-box-shadow: 0.926vw 0.926vw 1.481vw 0 rgba(162,162,162,.05);
    box-shadow: 0.926vw 0.926vw 1.481vw 0 rgba(162,162,162,.05);
}
header .btn-basket {
    position: relative;
}
header .btn-basket span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 3.333vw;
    height: 3.333vw;
    padding: 0 0.556vw;
    color: var(--color-bk);
    font-size: 1.852vw;
    font-weight: 700;
    background-color: #a9e09d;
    border-radius: 1.667vw;
    box-sizing: border-box;
    text-indent: 0;
}
header .location:before {
    display: block;
    width: 4.722vw;
    height: 5.278vw;
    margin-right: 2.500vw;
    background: url("../img/common/ico_location_g.png") no-repeat center center;
    background-size: 100%;
    content: '';
}
header .location {
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
}
header p {
    position: absolute;
    top: 50%;
    left: 50%;
    letter-spacing: -0.06em;
    transform: translate(-50%, -50%);
}

/* footer */
footer {
    padding: 9.259vw 0 32.963vw;
    background-color: var(--color-key);
    border-radius: 2em 2em 0 0;
}
footer .cs-info h2 {
    letter-spacing: -0.06em;
    font-weight: 400;
    color:#fff;
}
footer .cs-info p {
    margin: 3.519vw 0;
    letter-spacing: -0.06em;
    word-break: keep-all;
}


footer .cs-info p span {
    color: #fff;
}

footer .cs-info .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25.278vw;
    height: 9.259vw;
    border-radius: 4.630vw;
    -webkit-box-shadow: 0.926vw 0.926vw 1.481vw 0 rgba(84,85,85,.05);
    box-shadow: 0.926vw 0.926vw 1.481vw 0 rgba(84,84,85,.05);
    color: var(--color-black)
}
footer .cs-info .btn-tel {
    margin-right: 3.704vw;
}
.footer-menu {
    position: fixed;
    left: 6.481vw;
    right: 6.481vw;
    bottom: 6.111vw;
    width: calc(100% - 12.962vw);
    height: 17.593vw;
    padding: 0 7.407vw;
    border-radius: 4.630vw;
    box-sizing: border-box;
    z-index: 1020;
    background-color: #073745;
}
.footer-menu .btn {
    width: 4.630vw;
    height: 4.815vw;
}
.footer-menu .switch {
    width: 14.352vw;
    height: 4.630vw;
    border: 0.463vw solid #fff;
    border-radius: 2.778vw;
}
.footer-menu .slider {
    border-radius: 2.315vw;
}
.footer-menu .slider:before {
    top: 50%;
    left: 0.648vw;
    width: 3.519vw;
    height: 3.519vw;
    margin-top: -1.7595vw;
    background-color: #a9e09d;
}
.footer-menu input:checked + .slider:before {
    -webkit-transform: translateX(9.537vw);
    -ms-transform: translateX(9.537vw);
    transform: translateX(9.537vw);
}
.footer-menu .slider:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 2.500vw;
    color: #fff;
    font-size: 3.056vw;
    font-weight: 500;
    letter-spacing: -0.06em;
    transform: translate(0, -50%);
    content: '픽업';
}
.footer-menu input:checked + .slider:after {
    left: 2.500vw;
    right: auto;
    content: '배송';
}

/* gnb-menu */
.gnb-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: background-color .3s,height 0s .3s;
    transition: background-color .3s,height 0s .3s;
    overflow: hidden;
    z-index: 1050;
}
.gnb-menu.active {
    height: 100%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.gnb-menu .menu-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 76.852%;
    max-width: 830px;
    height: 100%;
    padding: 10.370vw 6.481vw 4.167vw;
    background: #428c75;
    -webkit-box-shadow: 0.278vw 0.278vw 4.259vw 0 rgba(0,0,0,.35);
    box-shadow: 0.278vw 0.278vw 4.259vw 0 rgba(0,0,0,.35);
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translate3d(-100%,0,0) scale(1);
    transform: translate3d(-100%,0,0) scale(1);
}
.gnb-menu.active .menu-body {
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translateZ(0) scale(1);
}
.gnb-menu .btn-gnb-close {
    position: absolute;
    top: 4.167vw;
    right: 4.167vw;
    width: 3.333vw;
    height: 3.333vw;
}
.gnb-menu .gnb > li:not(:first-child) {
    margin-top: 6.481vw;
}
.gnb-menu .gnb > li.margin {
    margin-top: 18.519vw;
}
.gnb-menu .gnb-tit {
    letter-spacing: -0.06em;
}
.gnb-menu .gnb-tit.after:after {
    display: inline-block;
    width: 3.519vw;
    height: 3.519vw;
    margin-left: 1.667vw;
    background: url("../img/common/ico_arrow_w.png") no-repeat center center;
    background-size: 100%;
    transform: rotate(0);
    transition: .3s transform;
    content: '';
}
.gnb-menu .gnb-tit.after.active:after {
    transform: rotate(-180deg);
}
.gnb-menu .sub-menu {
    display: none;
    padding-top: 3.704vw;
}
.gnb-menu .sub-menu li:not(:first-child) {
    margin-top: 3.704vw;
}
.gnb-menu .sub-menu li a {
    letter-spacing: -0.06em;
}
.gnb-around-list-slide {
    padding-top: 5.370vw;
}
.gnb-around-list-slide .box {
    background-color: #a9e09d;
}
.gnb-around-list-slide .box.sale:after {
    top: -12.745%;
    right: -4.412%;
    background-image: url("../img/common/sale_label_g.png");
}
.gnb-around-list-slide .location:before {
    background-image: url("../img/common/ico_location_w.png");
}
.gnb-menu .cs-info,
.gnb-menu .gnb-banner-slide {
    padding-top: 3.704vw;
}
.gnb-menu .cs-info .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23.148vw;
    height: 7.407vw;
    border-radius: 3.704vw;
}
.gnb-menu .cs-info .btn-tel {
    margin-right: 2.778vw;
}
.gnb-menu .gnb-banner-wrap {
    margin-top: 6.481vw;
}
.gnb-menu .gnb-banner-slide .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2.963vw;
    overflow: hidden;
}
.gnb-menu .gnb-banner-slide .swiper-slide img {
    width: 100%;
}
.gnb-menu .gnb-foot-menu {
    margin-top: 18.519vw;
}
.gnb-menu .gnb-foot-menu li:not(:last-child) {
    position: relative;
    margin-right: 4.722vw;
}
.gnb-menu .gnb-foot-menu li:not(:last-child):after {
    display: block;
    position: absolute;
    top: 50%;
    right: -2.407vw;
    width: 1px;
    height: 50%;
    background-color: #fff;
    transform: translate(0, -50%);
    content: '';
}
.gnb-menu .gnb-foot-menu li a {
    display: block;
    letter-spacing: -0.06em;
}

/* content */
.content {
    min-height: calc(100% - 84.259vw);
    padding-top: 18.704vw;
}
.content section {
    position: relative;
}

/* 상품 검색 */
.searchbar-box {
    padding-bottom: 7.407vw;
}
.searchbar-box .input-row {
    display: flex;
    align-items: center;
    height: 12.037vw;
    padding: 0 5vw;
    background-color: #fff;
    border-radius: 4.630vw;
    -webkit-box-shadow: 0.926vw 0.926vw 1.481vw 0 rgba(162,162,162,.05);
    box-shadow: 0.926vw 0.926vw 1.481vw 0 rgba(162,162,162,.05);
}
.searchbar-box .btn-search {
    width: 3.148vw;
    height: 3.148vw;
    margin-right: 3.981vw;
    background-image: url("../img/common/ico_search@2x.png");
}
.searchbar-box .input-row .inp {
    width: calc(100% - 7.407vw);
    padding: 0;
}

/* 검색 */
.search-wrap .tab li {
    position: relative;
    padding: 0 2.778vw;
}
.search-wrap .tab li:not(:first-child) {
    margin-left: 0.185vw;
}
.search-wrap .tab li:not(:first-child):before {
    display: block;
    position: absolute;
    top: 50%;
    left: -0.185vw;
    width: 0.185vw;
    height: 2.778vw;
    background-color: #9e9e9e;
    transform: translate(0, -50%);
    content: '';
}
.search-wrap .tab li a {
    color: #9e9e9e;
}
.search-wrap .btn-wrap {
    display: none;
    padding-right: 2.778vw;
}
.search-wrap .btn-wrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.444vw;
    padding: 0 2.222vw;
    border-radius: 2.222vw;
    letter-spacing: -0.06em;
}
.search-wrap .btn-wrap .btn + .btn {
    margin-left: 0.926vw;
}
.search-wrap .word-list li {
    position: relative;
    border-bottom: 0.185vw solid var(--color-bc);
}
.search-wrap .word-list li a {
    display: block;
    width: 100%;
    padding: 0 7.778vw 0 2.778vw;
    color: var(--color-bk);
    box-sizing: border-box;
    line-height: 2.500em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search-wrap .word-list .btn-delete {
    position: absolute;
    top: 50%;
    right: 2.778vw;
    width: 2.222vw;
    height: 2.222vw;
    background: url("../img/common/ico_delete_gy.png") no-repeat center center;
    background-size: cover;
    font-size: 0;
    text-indent: -9999px;
    transform: translate(0, -50%);
}

/* 검색 결과 */
.filter-box {
    border-radius: 5.926vw;
}
.filter-box .more-tit {
    width: 100%;
    padding: 4.630vw;
    box-sizing: border-box;
    letter-spacing: -0.06em;
}
.filter-box .more-tit:not(.bt0) {
    border-top: 1px solid var(--color-bgg);
}
.filter-box .more-tit:after {
    display: block;
    width: 2.222vw;
    height: 2.222vw;
    margin-top: -1.111vw;
    background: url("../img/common/ico_arrow.png") no-repeat center center;
    background-size: cover;
    transform: rotate(0);
    transition: .3s transform;
    content: '';
}
.filter-box .more-tit.active:after {
    transform: rotate(-180deg);
}
.filter-box .more-content > div {
    padding: 0 4.630vw 1.852vw;
}
.filter-box .checkbox-area {
    flex-wrap: wrap;
}
.filter-box .checkbox-row {
    margin-bottom: 2.778vw;
}
.filter-box .checkbox-row:not(:last-child) {
    margin-right: 2.778vw;
}
.multi-range-slider {
    position: relative;
    padding: 1.389vw 0;
}
.multi-slider {
    position: relative;
    height: 1.852vw;
    z-index: 1;
}
.multi-slider > .track {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0.926vw;
    background-color: #fff;
    z-index: 1;
}
.multi-slider > .range {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0.926vw;
    background-color: #428c75;
    z-index: 2;
}
.multi-slider > .thumb {
    position: absolute;
    width: 4.444vw;
    height: 4.444vw;
    background-color: #428c75;
    border-radius: 50%;
    z-index: 3;
}
.multi-slider > .thumb.left {
    left: 0;
    transform: translate(0, -1.389vw);
}
.multi-slider > .thumb.right {
    right: 0;
    transform: translate(0, -1.389vw);
}
input[type="range"] {
    position: absolute;
    width: 100%;
    height: 1.852vw;
    pointer-events: none;
    -webkit-appearance: none;
    opacity: 0;
    z-index: 2;
}
input[type="range"]::-webkit-slider-thumb {
    width: 4.444vw;
    height: 4.444vw;
    background-color: #428c75;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    pointer-events: all;
}
.filter-box .price-range-value p {
    min-width: 16.667vw;
    padding: 0 2.222vw;
    border-radius: 2.222vw;
    box-sizing: border-box;
    line-height: 6.481vw;
    text-align: right;
}
/* 정렬 */
.sort-tit {
    letter-spacing: -0.06em;
}
.sort-select.select-custom {
    min-width: 21.111vw;
    height: auto;
    padding: 0 3.611vw 0 0;
    background: none;
    border-radius: 0;
}
.sort-select.select-custom .current {
    color: #428c75;
    line-height: inherit;
    text-align: right;
}
.sort-select.select-custom:after {
    width: 2.037vw;
    background-image: url("../img/common/ico_arrow_g.png");
    background-size: 2.037vw;
}
.sort-select.select-custom .list {
    margin-top: 1.852vw;
}
.sort-select.select-custom .list .option {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

/* sub-header */
.sub-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-bgg);
    border-bottom: 0.926vw solid var(--color-bc);
    box-sizing: border-box;
}
.sub-header.fixed {
    position: fixed;
    top: 18.519vw;
    z-index: 1015;
}
.sub-header h3,
.sub-header a,
.market-review-head h3,
.market-review-head a {
    letter-spacing: -0.06em;
}
.sub-header h3 span,
.market-review-head h3 span {
    letter-spacing: 0;
}
.sub-header a.after:after,
.market-review-head a.after:after,
.btn-after:after {
    display: inline-block;
    width: 1.667vw;
    height: 2.778vw;
    margin-left: 1.389vw;
    background: url("../img/common/ico_more_g.png") no-repeat center center;
    background-size: contain;
    content: '';
}
.sub-header .tab li {
    padding-bottom: 3.426vw;
}
.tab2 li {
    width: 50%;
}
.tab4 li {
    width: 25%;
}
.tab li a {
    color: var(--color-bk);
    letter-spacing: -0.06em;
}
.tab li a.active {
    color: #428c75;
    font-weight: 700;
}

/* no-list */
.no-list {
    color: #9e9e9e;
    text-align: center;
}

/* more-content */
.more-content {
    max-height: 0;
    overflow: hidden;
}
.more-content[aria-hidden="false"] {
    overflow: visible;
}
.more-content.normal > div {
    padding: 4.630vw;
    background-color: var(--color-bc);
    border-radius: 4.444vw;
}

/* 로그인 */
.login-box {
    width: 64.815%;
    max-width: 700px;
    margin: 0 auto;
    padding: 9.444vw 0;
}
.login-box .logo img {
    width: 76.333%;
    max-width: 458px;
}
.login-box .input-row + .input-row,
.login-box .social-login .btn + .btn {
    margin-top: 2.778vw;
}
.login-box .btn-login {
    margin: 4.630vw 0;
}
.login-box .info-user-menu li {
    position: relative;
    padding: 0 1.852vw;
}
.login-box .info-user-menu li:not(:first-child) {
    margin-left: 1px;
}
.login-box .info-user-menu li:not(:first-child):after {
    display: block;
    position: absolute;
    top: 50%;
    left: -1px;
    width: 1px;
    height: 2.222vw;
    background-color: var(--color-bk);
    transform: translate(0, -50%);
    content: '';
}
.login-box .social-login .btn {
    width: 100%;
    height: 11.111vw;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 2.222vw;
    text-align: left;
    text-indent: 41.429%;
}
.login-box .btn-kakao {
    color: #191919;
    background-color: #fee500;
    background-image: url("../img/common/logo_kakao.png");
    letter-spacing: -0.01em;
}
.login-box .btn-naver {
    color: #fff;
    background-color: #03c75a;
    background-image: url("../img/common/logo_naver.png");
}
.login-box .btn-google {
    color: #000;
    background-color: #fff;
    background-image: url("../img/common/logo_google.png");
}
.login-box .btn-apple {
    color: #fff;
    background-color: #000;
    background-image: url("../img/common/logo_apple.png");
}

/* 회원가입, 아이디 찾기, 비밀번호 찾기, 비밀번호 변경 */
.member-join .member-info-box,
.agree-wrap .more-content > div {
    width: 100%;
    height: 18.519vw;
    padding: 4.167vw;
    border-radius: 3.333vw;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.member-join .member-info-box dt,
.agree-wrap .more-content dt {
    margin-bottom: 0.926vw;
}
.member-join .member-info-box dt,
.member-join .member-info-box dd,
.agree-wrap .more-content dt,
.agree-wrap .more-content dd,
.agree-wrap .more-content .bar-list li,
.agree-wrap .more-content p {
    letter-spacing: -0.06em;
    line-height: 1.121em;
}
.agree-wrap .more-content .bar-list li {
    padding-left: 1.667vw;
}
.agree-wrap .btn-more {
    display: block;
    width: 2.222vw;
    height: 2.222vw;
    margin-left: 1.389vw;
    font-size: 0;
    background: url("../img/common/ico_arrow.png") no-repeat center center;
    background-size: cover;
    transform: rotate(0);
    transition: .3s transform;
}
.agree-wrap .active .btn-more {
    transform: rotate(-180deg);
}
.agree-wrap .more-content dd + dt {
    margin-top: 1.852vw;
}
.member-find .ml68 {
    margin-left: 6.296vw;
}
.member-find .info-txt {
    margin-top: 2.778vw;
    line-height: 1.2em;
}

/* main */
.main-tit-wrap,
.more-product-box .tit-wrap {
    margin-bottom: 2.963vw;
}
.main-tit-wrap h3,
.main-tit-wrap a,
.more-product-box .tit-wrap h4,
.more-product-box .tit-wrap a {
    letter-spacing: -0.06em;
}
.main-tit-wrap .btn-more,
.more-product-box .tit-wrap .btn-more {
    display: flex;
    align-items: center;
}
.main-tit-wrap .btn-more:after,
.more-product-box .tit-wrap .btn-more:after {
    display: block;
    width: 1.296vw;
    height: 2.222vw;
    margin-left: 1.667vw;
    background: url("../img/common/ico_more.png") no-repeat center center;
    background-size: 100%;
    content: '';
}
.main .content .swiper,
.more-product-box .swiper {
    margin-right: -6.481vw;
    padding-right: 6.481vw;
}
.more-product-box .swiper  .product-img {padding: 0 0 0;}
/* 이벤트 배너 */
.main .main-banner-slide {
    overflow: inherit;
    overflow-x: clip;
}
.main-banner-slide .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4.444vw;
    -webkit-box-shadow: 0.926vw 0.926vw 1.481vw 0 rgba(162,162,162,.05);
    box-shadow: 0.926vw 0.926vw 1.481vw 0 rgba(162,162,162,.05);
    overflow: hidden;
}
.main-banner-slide .swiper-slide img {
    width: 100%;
}
/* 주변 매장 */
.main-around-list-slide {
    margin-top: -0.741vw;
}
.main-around-list-slide .box {
    margin-top: 2.407vw;
    background-color: #428c75;
}
.main-around-list-slide .box.sale:after {
    top: -12.745%;
    right: -4.412%;
    background-image: url("../img/common/sale_label.png");
}
.main-around-list-slide .location:before {
    background-image: url("../img/common/ico_location.png");
}
/* 보드미 공구 */
.together-slide .swiper-slide a {
    display: block;
    width: 100%;
    height: 37.037vw;
    background-color: #fff;
    border-radius: 5.185vw;
    overflow: hidden;
}
.together-slide .swiper-slide a > div {
    height: 100%;
}
.together-slide .info-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: space-between;
    width: 54.014%;
    padding: 5.741vw 4.630vw 5.370vw 6.296vw;
    box-sizing: border-box;
}
.together-slide .info-wrap > div {
    width: 100%;
}
.together-slide .info-wrap .sub-tit,
.together-slide .info-wrap .tit {
    letter-spacing: -0.06em;
    line-height: 1.184em;
    word-break: keep-all;
}
.together-slide .info-wrap .tit {
    display: -webkit-box;
    height: 8.704vw;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.together-slide .info-wrap .sale {
    display: inline-flex;
    align-items: center;
    height: 3.519vw;
    margin-bottom: 1.481vw;
    padding: 0 1.296vw;
    border-radius: 1.759vw;
}
.together-slide .img-wrap {
    position: relative;
    width: 45.986%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.together-slide .img-wrap img {
    width: 100%;
}
.together-slide .img-wrap .box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 4.630vw;
    bottom: 5.370vw;
    width: 19.907vw;
    height: 5.556vw;
    border-radius: 2.778vw;
}
.together-slide .img-wrap .box span {
    padding: 0 0.648vw;
}
/* 추천 상품 */
.type-slide .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.type-slide .swiper-slide img {
    width: 100%;
}
.type-slide p {
    margin-top: 1.852vw;
    line-height: 1.2em;
}
/* product-slide */
.product-slide .product-img {
    position: relative;
    border-radius: 5.556vw;
    overflow: hidden;
}
.product-slide .product-img > a,
.product-slide .product-txt > a {
    display: block;
    width: 100%;
    height: 100%;
}
.product-slide .product-img img {
    width: 100%;
}
.product-slide .basket-box {
    position: absolute;
    right: 2.778vw;
    bottom: 2.778vw;
}
.product-slide .product-txt {
    position: relative;
    margin-top: 1.852vw;
}
.product-slide .product-txt p {
    line-height: 1.4em;
}
.product-slide .product-txt .name {
    letter-spacing: -0.06em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-slide .product-txt .price {
    margin-top: 0.278vw;
}

/* 이벤트 */
.event-list li {
    border-radius: 4.444vw;
    overflow: hidden;
}
.event-list li:not(:first-child) {
    margin-top: 1.852vw;
}
.event-list li a {
    display: block;
    width: 100%;
    height: 100%;
}
.event-list li img {
    width: 100%;
}

/* banner */
.banner {
    width: 100%;
    border-radius: 4.444vw;
    overflow: hidden;
}
.banner img {
    width: 100%;
}

/* category-list */
.category-list {
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 1.852vw;
    background-color: var(--color-bgg);
    box-sizing: border-box;
}
.category-list.fixed {
    position: fixed;
    top: 18.519vw;
    left: 0;
    padding: 0 6.481vw 1.852vw;
    -webkit-box-shadow: 0.926vw 0.926vw 1.481vw 0 rgba(162,162,162,.05);
    box-shadow: 0.926vw 0.926vw 1.481vw 0 rgba(162,162,162,.05);
    z-index: 1015;
}
.category-list li {
    margin-bottom: 0.926vw;
}
.category-list li:not(:last-child) {
    margin-right: 0.926vw;
}
.category-list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 6.481vw;
    padding: 0 2.778vw;
    color: #428c75;
    border: 0.185vw solid #428c75;
    border-radius: 3.241vw;
    letter-spacing: -0.06em;
    box-sizing: border-box;
}
.category-list li a.active {
    color: #fff;
    background-color: #428c75;
    border: 0;
}
.category-list li a.sale {
    color: #fff;
    background-color: #e6766a;
    border: 0;
}

/* 상품 list */
.product-list {
    flex-wrap: wrap;
}
.product-list li {
    width: calc(50% - 1.852vw);
    margin-bottom: 6.481vw;
}
.product-list .product-img {
    position: relative;
    border-radius: 5.926vw;
    overflow: hidden;
}
.product-img .select-inp {
    position: absolute;
    top: 2.778vw;
    left: 2.778vw;
    z-index: 1;
}
.product-img .select-inp + label {
    position: absolute;
    font-size: 0;
    text-indent: -9999px;
}
.product-list .product-img > a,
.product-list .product-txt > a {
    display: block;
    width: 100%;
    height: 100%;
}
.product-list .product-img img {
    width: 100%;
}
.product-list .basket-box {
    position: absolute;
    right: 2.778vw;
    bottom: 2.778vw;
    z-index: 0;
}
.product-list .product-txt {
    position: relative;
    margin-top: 1.852vw;
}
.product-list .product-txt p {
    line-height: 1.4em;
}
.product-list .product-txt .name {
    letter-spacing: -0.06em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-list .product-txt .price {
    margin-top: 0.278vw;
}
.product-slide .product-txt .label,
.product-list .product-txt .label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3.889vw;
    padding: 0 1.944vw;
    border-radius: 1.944vw;
    z-index: -1;
}

/* fixed-btn-wrap */
.fixed-btn-wrap {
    position: fixed;
    left: 0;
    bottom: 25.556vw;
    width: 100%;
    z-index: 1019;
}
.fixed-btn-wrap .inner {
    height: 100%;
}
.btn.w460 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 0.926vw);
    height: 13.889vw;
    border-radius: 4.444vw;
    letter-spacing: -0.06em;
}
/* 재입고 알림 */
.btn-alert:before {
    display: block;
    width: 4.259vw;
    height: 4.259vw;
    margin-right: 1.852vw;
    background: url("../img/common/ico_clock_g.png") no-repeat center center;
    background-size: contain;
    content: '';
}

/* recommend-list */
.recommend-list {
    flex-wrap: wrap;
}
.recommend-list li {
    width: calc(50% - 1.852vw);
    margin-bottom: 4.630vw;
}
.recommend-list a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 4.444vw;
    overflow: hidden;
}
.recommend-list a .num {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 2.778vw;
    right: 2.778vw;
    width: 6.111vw;
    height: 6.111vw;
    border-radius: 3.056vw;
}
.recommend-list p {
    position: absolute;
    left: 0;
    bottom: 2.778vw;
    width: 100%;
    letter-spacing: -0.06em;
    text-align: center;
}

/* Mr.공구 */
.product-list.together-list .basket-box,
.together-detail-wrap .product-slide .basket-box {
    bottom: 8.889vw;
}
.together-list .product-img .txt-box,
.together-detail-wrap .product-slide .txt-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7.037vw;
    box-sizing: border-box;
    z-index: 1;
}
.together-list .product-img .txt-box {
    padding: 0 5.556vw;
}
.together-detail-wrap .product-slide .txt-box {
    padding: 0 3.704vw;
}
.together-list .product-img .txt-box.bg-green1,
.together-detail-wrap .product-slide .txt-box.bg-green1 {
    color: #fff;
}
.together-list .product-img .txt-box .txt,
.together-detail-wrap .product-slide .txt-box .txt {
    letter-spacing: -0.06em;
    word-break: keep-all;
}
/* 공구 종료 */
.together-list .end .product-img:before,
.together-detail-wrap .product-slide .end .product-img:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    content: '';
}
.product-slide .soldout .counter-box,
.product-slide .soldout .btn-basket,
.product-list .soldout .counter-box,
.product-list .soldout .btn-basket,
.product-list.together-list .end .counter-box,
.product-list.together-list .end .btn-basket,
.together-detail-wrap .product-slide .end .counter-box,
.together-detail-wrap .product-slide .end .btn-basket,
.together-detail-wrap .product-slide .end .txt-box {
    background-color: var(--color-key);}
.together-list .end .product-img .txt-box,
.together-detail-wrap .product-slide .end .txt-box.bg-green1 {
    background-color: #fff; color: var(--color-bk);}
.together-list .end .product-img .txt-box .yellow,
.together-detail-wrap .product-slide .end .txt-box.bg-green1 .yellow {color: var(--color-bk);}
.together-list .product-img .txt-box.bg-green1,
.together-detail-wrap .product-slide .txt-box.bg-green1 {display: flex; gap: 0.5em; justify-content: center;}

/* 공구 참여 인원 */
.together-person {
    position: absolute;
    right: calc(4.630vw + 6.481vw);
    bottom: 8.704vw;
    z-index: 2;
}
.together-person .person-list {
    width: 26.852vw;
    margin: 0 auto 1.667vw;
}
.together-person .person-list .swiper-slide {
    background-color: var(--color-bc);
    border-radius: 50%;
    transition: opacity .15s linear;
    overflow: hidden;
}
.together-person .person-list .swiper-slide-prev,
.together-person .person-list .swiper-slide-duplicate-active {
    opacity: 0;
}
.together-person .person-list img {
    border-radius: 50%;
}
.together-person .txt:before {
    display: block;
    width: 3.704vw;
    height: 2.500vw;
    margin-right: 0.741vw;
    background: url("../img/common/ico_person.png") no-repeat center center;
    background-size: contain;
    content: '';
}
.together-person .txt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 6.111vw;
    padding: 0 1.944vw;
    border-radius: 2.315vw;
    letter-spacing: -0.06em;
}

/* 주변 매장 */
.market-list {
    flex-wrap: wrap;
}
.market-list li,
.market-card {
    position: relative;
    width: 100%;
    padding: 4.630vw;
    background-color: #fff;
    border-radius: 5.926vw;
    box-sizing: border-box;
    overflow: hidden;
}
.market-list li {
    margin-bottom: 4.630vw;
}
.market-list li > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.market-list .img-box,
.market-card .img-box {
    width: 48.810%;
    max-width: 410px;
    height: 37.037vw;
    border-radius: 4.444vw;
    overflow: hidden;
}
.market-list .img-box img,
.market-card .img-box img {
    width: 100%;
}
.market-list .txt-box,
.market-card .txt-box {
    flex-wrap: wrap;
    align-content: space-between;
    width: 47.619%;
    max-width: 400px;
}
.market-list .txt-box > div,
.market-card .txt-box > div {
    width: 100%;
}
.market-list .name,
.market-list .address,
.market-card .name,
.market-card .address,
.market-card .active .category {
    letter-spacing: -0.06em;
    word-break: keep-all;
}
.market-list .name,
.market-card .name {
    width: calc(100% - 8.611vw);
}
.market-list .name,
.market-list .location,
.market-card .location {
    display: flex;
    align-items: center;
}
.market-list .name:after {
    display: block;
    width: 1.481vw;
    height: 2.593vw;
    margin-left: 2.222vw;
    background: url("../img/common/ico_more.png") no-repeat center center;
    background-size: cover;
    content: '';
}
.market-list .name .market-name,
.market-card .name .market-name {
    display: block;
    line-height: 1.190em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.market-list .name .market-name {
    max-width: calc(100% - 3.704vw);
}
.market-list .location:before,
.market-card .location:before {
    display: block;
    width: 2.963vw;
    height: 3.241vw;
    margin-right: 1.111vw;
    background: url("../img/common/ico_location.png") no-repeat center center;
    background-size: contain;
    content: '';
}
.market-list .score-area + span,
.market-card .score-area + span {
    margin-left: 1.111vw;
}
.market-list .address,
.market-list .category,
.market-card .address,
.market-card .category {
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.market-list .btn-like {
    position: relative;
    width: 4.444vw;
    height: 3.981vw;
    z-index: 2;
}
.market-card .active .txt-body,
.market-card .active .txt-foot {
    margin-top: 4.259vw;
}
.market-card .more-tit {
    flex-wrap: wrap;
}
.market-card .address {
    width: 100%;
}
.market-card .active .name {
    word-break: break-all;
}
.market-card .active .name .market-name,
.market-card .active .address,
.market-card .active .category {
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
}
.market-card .btn-more {
    display: flex;
    align-items: center;
}
.market-card .btn-more:after {
    display: block;
    width: 2.222vw;
    height: 3.704vw;
    margin-left: 0.926vw;
    background: url("../img/common/ico_arrow.png") no-repeat center center;
    background-size: 2.222vw;
    transform: rotate(0);
    transition: .3s transform;
    content: '';
}
.market-card .active .btn-more:after {
    transform: rotate(-180deg);
}
.market-card ul li:not(:first-child) {
    margin-top: 1.852vw;
}
.market-card ul li {
    position: relative;
    padding-left: 4.074vw;
}
.market-card ul li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.963vw;
    height: 3.241vw;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}
.market-card .tel:before {
    background-image: url("../img/common/ico_tel.png");
}
.market-card .time:before {
    background-image: url("../img/common/ico_clock.png");
}
.market-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10.278vw;
    height: 4.074vw;
    border-radius: 2.037vw;
}
.market-label + .market-label {
    margin-left: 0.926vw;
}
/* 마켓 상세 */
.market-desc-detail {
    position: relative;
}
.market-desc-detail .tab li a {
    color: #9e9e9e;
}
.market-desc-detail .tab li a.active {
    color: var(--color-bk);
}
/* 마켓 상품 */
.market-desc-detail .category-list {
    padding-top: 1.852vw;
}
.market-desc-detail .category-list.fixed {
    top: 26.759vw;
    padding-top: 1.852vw;
}
/* 마켓 이벤트 */
.market-desc-detail .event-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 22.222vw;
    padding: 2.778vw 4.630vw;
    background-color: var(--color-bc);
    box-sizing: border-box;
}
.market-desc-detail .event-list li p {
    max-width: 64.881%;
    letter-spacing: -0.06em;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.market-desc-detail .event-list .no-thumbnail p {
    max-width: 100%;
}
.market-desc-detail .event-list li .thumbnail {
    width: 29.167%;
    height: 100%;
    border-radius: 3.333vw;
    overflow: hidden;
}
.market-desc-detail .event-list li .thumbnail img {
    width: 100%;
}
.market-desc-detail .market-event-content {
    display: none;
}
.market-desc-detail .market-event-content .content-box {
    padding: 4.630vw 4.630vw 2.778vw;
    border-radius: 4.444vw;
}
.market-desc-detail .market-event-content .content-box p {
    display: -webkit-box;
    line-height: 1.194em;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.market-desc-detail .market-event-content .content-box.active p {
    display: block;
    word-wrap: initial;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    overflow: initial;
}
.market-desc-detail .market-event-content .content-box .img {
    display: none;
}
.market-desc-detail .market-event-content .content-box.active .img {
    display: block;
}
.market-desc-detail .market-event-content .content-box .img img {
    width: 100%;
}
.market-desc-detail .market-event-content .content-box .btn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.market-desc-detail .market-event-content .content-box .btn-more:after {
    display: block;
    width: 2.222vw;
    height: 2.222vw;
    margin-left: 1.389vw;
    background: url("../img/common/ico_arrow.png") no-repeat center center;
    background-size: cover;
    transition: .3s transform;
    transform: rotate(0);
    content: '';
}
.market-desc-detail .market-event-content .content-box .btn-more.active:after {
    transform: rotate(-180deg);
}
/* 마켓 지도 */
.market-desc-detail .map {
    position: relative;
    width: 100%;
    height: 111.111vw;
}
.market-desc-detail .map .button-wrap {
    flex-wrap: wrap;
    position: absolute;
    top: 4.630vw;
    left: 6.481vw;
    z-index: 1;
}
.market-desc-detail .map .button-wrap .btn {
    padding: 0 2.778vw;
    border-radius: 3.519vw;
    -webkit-box-shadow: 0 0 1.667vw 0.185vw rgba(162,162,162,.2);
    box-shadow: 0 0 1.667vw 0.185vw rgba(162,162,162,.2);
    letter-spacing: -0.06em;
    line-height: 7.037vw;
}
.market-desc-detail .map .button-wrap .btn:not(:first-child) {
    margin-left: 1.852vw;
}
.market-desc-detail .map .market-info-box {
    position: absolute;
    left: 6.481vw;
    bottom: 25px;
    width: calc(100% - 12.963vw);
    padding: 4.630vw;
    border-radius: 5.556vw;
    box-sizing: border-box;
    z-index: 1;
}
.market-desc-detail .map .market-info-box p {
    letter-spacing: -0.06em;
    line-height: 1.109em;
}
.market-desc-detail .map .market-info-box .btn-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.389vw;
    height: 4.444vw;
    border-radius: 2.222vw;
    letter-spacing: -0.06em;
}
.map .marker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 44px;
    padding: 0 9px;
    border-radius: 12px;
    box-sizing: border-box;
}
.map .marker.all {
    color: #fff;
    background-color: #428c75;
}
.map .marker.pickup {
    color: var(--color-bk);
    background-color: #a9e09d;
}
.map .marker.deilvery {
    color: var(--color-bk);
    background-color: #ffdf5f;
}
.map .marker.closed {
    color: #fff;
    background-color: #9e9e9e;
}
.map .marker.active {
    padding: 0 7px;
    color: var(--color-bk);
    background-color: #fff;
    border: 2px solid var(--color-bk);
}
.map .marker:after {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    transform: translate(-50%, 0) rotate(55deg) skew(17deg);
    content: '';
}
.map .marker.all:after {
    background-color: #428c75;
}
.map .marker.pickup:after {
    background-color: #a9e09d;
}
.map .marker.deilvery:after {
    background-color: #ffdf5f;
}
.map .marker.closed:after {
    background-color: #9e9e9e;
}
.map .marker.active:after {
    background-color: #fff;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: transparent var(--color-bk) var(--color-bk) transparent;
}
.map .marker p {
    width: 100%;
    text-align: center;
}
.map .marker .market-name {
    display: block;
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -0.06em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.map .marker .location:before {
    display: block;
    width: 9px;
    height: 10px;
    margin-right: 3px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}
.map .marker.all .location:before,
.map .marker.closed .location:before {
    background-image: url("../img/common/ico_location_w.png");
}
.map .marker.pickup .location:before,
.map .marker.deilvery .location:before,
.map .marker.active .location:before {
    background-image: url("../img/common/ico_location.png");
}
.map .marker .location {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-size: 10px;
}

/* 상품 상세 */
.product-detail-wrap .product-img {
    position: relative;
    padding: 0 6.481vw 6.481vw;
}
.product-detail-wrap .product-img .product-label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 4.630vw;
    left: calc(6.481vw + 4.630vw);
    width: 18.889vw;
    height: 18.889vw;
    font-family: 'GmarketSansBold';
    font-weight: 700;
    border-radius: 4.630vw;
    letter-spacing: -0.06em;
    line-height: 1.109em;
    text-align: center;
    z-index: 2;
}
.product-detail-wrap .product-img .swiper-pagination-bullets {
    bottom: -1vw;
}
.product-detail-wrap .product-img .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 2.222vw;
    height: 2.222vw;
    margin: 0 0.926vw;
        background-color: #dddad1;
        opacity: 1;
}
.product-detail-wrap .product-img .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-key);
}

.product-detail-wrap .product-img .swiper {
    border-radius: 4.44vw;}
.product-detail-wrap .product-img img {
    width: 100%;
    border-radius: 4.44vw;
}
/* product-info-box */
.product-info-box .link {
    display: flex;
    align-items: center;
    margin-bottom: 1.852vw;
    letter-spacing: -0.06em;
}
.product-info-box .link:after {
    display: block;
    width: 1.296vw;
    height: 2.222vw;
    margin-left: 1.389vw;
    background: url("../img/common/ico_more_g.png") no-repeat center center;
    background-size: 100%;
    content: '';
}
.product-info-box .label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4.444vw;
    margin-bottom: 1.852vw;
    padding: 0 1.944vw;
    border-radius: 2.222vw;
}
.product-info-box .sub-tit {
    margin-bottom: 1.852vw;
    letter-spacing: -0.06em;
}
.product-info-box .name {
    margin-bottom: 5.556vw;
    letter-spacing: -0.06em;
}
.product-info-box .cost {
    margin-bottom: 1.852vw;
}
/* shop-info-box, together-info-box */
.shop-info-box .shop-info-list > li:not(:last-child) {
    padding-bottom: 4.630vw;
    border-bottom: 1px solid #428c75;
}
.shop-info-box .shop-info-list > li:not(:first-child) {
    padding-top: 4.630vw;
}
.shop-info-box .tit:before,
.together-info-box dt:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.963vw;
    height: 3.611vw;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}
.shop-info-box .tit.ico-benefit:before {
    background-image: url("../img/common/ico_benefit.png");
}
.shop-info-box .tit.ico-delivery:before {
    background-image: url("../img/common/ico_delivery.png");
}
.shop-info-box .tit.ico-receipt:before {
    background-image: url("../img/common/ico_receipt.png");
}
.together-info-box dt.ico-box:before {
    background-image: url("../img/common/ico_box.png");
}
.together-info-box dt.ico-flag:before {
    background-image: url("../img/common/ico_flag.png");
}
.shop-info-box .tit,
.together-info-box dt {
    position: relative;
    padding-left: 4.630vw;
    letter-spacing: -0.06em;
}
.shop-info-box .txt {
    letter-spacing: -0.06em;
    text-indent: 4.630vw;
}
.shop-info-box .btn-more {
    display: flex;
    align-items: center;
}
.shop-info-box .btn-more:after {
    display: block;
    width: 2.222vw;
    height: 3.704vw;
    margin-left: 1.389vw;
    background: url("../img/common/ico_arrow.png") no-repeat center center;
    background-size: 2.222vw;
    transform: rotate(0);
    transition: .3s transform;
    content: '';
}
.shop-info-box .active .btn-more:after {
    transform: rotate(-180deg);
}
.shop-info-box .more-content dt,
.shop-info-box .more-content dd {
    letter-spacing: -0.06em;
    line-height: 1.212em;
    word-break: keep-all;
}
.shop-info-box .more-content dd + dt {
    margin-top: 4.630vw;
}
.shop-info-box .more-content dd {
    margin-top: 0.926vw;
}
.shop-info-box .bar-list {
    margin-top: 1.852vw;
}
.shop-info-box .bar-list li {
    padding-left: 1.204vw;
}
.shop-info-box .img-list {
    margin-top: 2.778vw;
}
.shop-info-box .img-list li {
    width: 23.452%;
}
.shop-info-box .img-list li:not(:last-child) {
    margin-right: 2.778vw;
}
.shop-info-box .img-list img {
    width: 100%;
}
.together-info-box dd {
    letter-spacing: -0.06em;
}
.together-info-box .box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.815vw;
    padding: 0 1.667vw;
    border-radius: 2.407vw;
    box-sizing: border-box;
}
.shop-info-box .coupon-list li:not(:first-child) {
    margin-top: 3.889vw;
}
.coupon-list p {
    letter-spacing: -0.06em;
    line-height: 1.2em;
    word-break: keep-all;
}
.shop-info-box .coupon-list .coupon-name {
    width: 33.571%;
}
.shop-info-box .coupon-list .coupon-txt {
    width: 30.357%;
}
.coupon-list .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.778vw;
    height: 4.259vw;
    border-radius: 2.130vw;
    letter-spacing: -0.06em;
}
/* product-detail-box */
.product-detail-box dl {
    letter-spacing: -0.06em;
    line-height: 1.606em;
}
.product-detail-box dl dt {
    width: 15.532%;
}
/* desc-detail */
.desc-detail {
    position: relative;
}
.desc-detail .detail-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12.593vw;
    background-color: var(--color-bgg);
}
.desc-detail .detail-tab.fixed {
    position: fixed;
    top: 18.519vw;
    -webkit-box-shadow: 0.926vw 0.926vw 1.481vw 0 rgba(162,162,162,.05);
    box-shadow: 0.926vw 0.926vw 1.481vw 0 rgba(162,162,162,.05);
	z-index: 1015;
}
.desc-detail .detail-tab li {
    height: 100%;
}
.desc-detail .detail-tab li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 3.519vw;
    color: var(--color-bk);
    box-sizing: border-box;
    letter-spacing: -0.06em;
}
.desc-detail .detail-tab li a.active {
    color: #428c75;
    font-weight: 700;
}
.desc-detail .detail-tab li span {
    color: #808080;
    font-size: 2.778vw;
    letter-spacing: 0;
}
.desc-detail .tab-content .holder {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.desc-detail .tab-content .holder img {
    display: block;
    width: 100%;
    height: auto;
}
.desc-detail .tab-content .btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 11.852vw;
    border-radius: 2.963vw;
}
.desc-detail .tab-content .btn-more:after {
    display: block;
    width: 3.519vw;
    height: 3.519vw;
    margin-left: 1.667vw;
    background: url("../img/common/ico_arrow_w.png") no-repeat center center;
    background-size: 100%;
    transform: rotate(0);
    content: '';
}
.desc-detail .tab-content .btn-more.active:after {
    transform: rotate(-180deg);
}
.product-detail-wrap .tab-btn-box li:not(:first-child) {
    border-top: 0.926vw solid var(--color-bc);
}
.product-detail-wrap .tab-btn-box a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 7.407vw 6.481vw;
    color: var(--color-bk);
    background: url("../img/common/ico_more.png") no-repeat center right 6.481vw;
    background-size: 2.222vw 3.796vw;
    box-sizing: border-box;
}
.product-detail-wrap .tab-btn-box a span {
    color: #808080;
    font-size: 3.333vw;
}
/* 상품 옵션 */
.product-option:before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.5);
    z-index: -1;
    content: '';
}
.product-option {
    position: relative;
    width: 87.037%;
    max-width: 940px;
    margin: 0 auto 1.852vw;
    border-radius: 5.926vw;
    box-sizing: border-box;    
}
.product-detail-wrap .product-option {
    display: none;
}
.option-body {
    position: relative;
    padding: 10vw 0 7.407vw;
}
.option-body > div {
    max-height: 68.611vw;
    padding: 0 2.778vw;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.btn-option-close {
    position: absolute;
    top: 2.778vw;
    right: 2.778vw;
    width: 2.500vw;
    height: 2.500vw;
    background-image: url("../img/common/ico_close_g.png");
    z-index: 1;
}
.product-option .box {
    position: relative;
    padding: 5.833vw 2.778vw 2.778vw;
    border-radius: 3.333vw;
}
.product-option .no-option .box {
    padding: 2.778vw;
}
.product-option .select-custom + .box,
.product-option .box + .box {
    margin-top: 2.778vw;
}
.btn-purchase-option-close {
    position: absolute;
    top: 2.778vw;
    right: 2.778vw;
    width: 2.222vw;
    height: 2.222vw;
    background-image: url("../img/common/ico_delete.png");
}
.product-option .box .option-name {
    letter-spacing: -0.06em;
}
.product-option .counter-box {
    min-width: 12.963vw;
    height: auto;
    border-radius: 0;
}
.product-option .counter-box .minus,
.product-option .counter-box .plus {
    width: 3.333vw;
    height: 3.333vw;
    background-size: 2.222vw;
    border-radius: 50%;
}
.product-option .counter-box .num {
    color: var(--color-bk);
    font-size: 4.444vw;
}
.product-option .day-week-box .btn {
    color: var(--color-bk);
    background-color: #fff;
}
.product-option .time-box {
    flex-wrap: wrap;
}
.product-option .time-box .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 0.926vw);
    height: 11.111vw;
    color: var(--color-bk);
    background-color: #fff;
    border-radius: 3.333vw;
    line-height: 11.111vw;
}
.product-option .time-box .btn:nth-child(2) ~ .btn {
    margin-top: 1.852vw;
}
.product-option .time-box .btn span {
    padding: 0 2.778vw;
}
.option-foot {
    height: 13.889vw;
    padding: 0 2.778vw;
    border-top: 0.185vw solid #d0d0d0;
}

/* 장바구니 */
.cart-wrap .sub-header .select-inp + label {
    margin-left: 1.667vw;
}
.cart-wrap h5,
.cart-wrap h6,
.cart-wrap .txt,
.cart-wrap dt,
.cart-wrap .product-txt p {
    letter-spacing: -0.06em;
}
.cart-product {
    padding: 4.630vw 6.481vw;
}
.cart-product + .cart-product {
    border-top: 0.185vw solid var(--color-bc);
}
.cart-product .product-info {
    position: relative;
}
.cart-product .product-img {
    position: relative;
    width: 32.407vw;
    height: 32.407vw;
    border-radius: 5.926vw;
    overflow: hidden;
}
.cart-product.soldout .product-img:after,
.cart-product.end .product-img:after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 5.556vw;
    font-weight: 500;
    background-color: rgba(128,128,128,.5);
    letter-spacing: -0.06em;
}
.cart-product.soldout .product-img:after {
    content: '품절';
}
.cart-product.end .product-img:after {
    content: '공구 종료';
}
.cart-product .product-txt {
    width: calc(100% - 51.667vw);
}
.cart-product .product-txt .name {
    padding-bottom: 0.278vw;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cart-product .btn-wrap {
    width: 10vw;
}
.cart-product .btn-wrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 4.444vw;
    border-radius: 2.222vw;
    letter-spacing: -0.06em;
}
.cart-product .btn-wrap .btn + .btn {
    margin-top: 5.278vw;
}
.cart-product .product-info .price {
    position: absolute;
    right: 0;
    bottom: 0;
}
.order-wrap .sm-more-tit,
.cart-wrap .more-tit,
.reception-wrap .more-tit {
    position: relative;
    padding-right: 4.444vw;
}
.cart-product .more-tit {
    padding-right: 3.704vw;
}
.order-wrap .sm-more-tit:after,
.cart-wrap .more-tit:after,
.reception-wrap .more-tit:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 2.963vw;
    height: 2.963vw;
    margin-top: -1.481vw;
    background: url("../img/common/ico_arrow.png") no-repeat center center;
    background-size: cover;
    transform: rotate(0);
    transition: .3s transform;
    content: '';
}
.cart-wrap .more-tit.active:after,
.reception-wrap .more-tit.active:after {
    transform: rotate(-180deg);
}
.cart-wrap .more-tit.active .txt {
    font-weight: 700;
}
.cart-product .more-tit:after,
.reception-wrap .sm-more-tit:after {
    width: 2.222vw;
    height: 2.222vw;
    margin-top: -1.111vw;
}
.cart-wrap .btn-coupon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.296vw;
    height: 5.370vw;
    border-radius: 2.685vw;
    letter-spacing: -0.06em;
}
.noti-txt:before {
    display: block;
    position: absolute;
    top: 0.370vw;
    left: 0;
    width: 2.963vw;
    height: 2.963vw;
    background: url("../img/common/ico_notice.png") no-repeat center center;
    background-size: cover;
    content: '';
}
.noti-txt {
    position: relative;
    padding-left: 4.630vw;
    letter-spacing: -0.06em;
    line-height: 1.2em;
    word-break: keep-all;
}

/* 쿠폰 */
.coupon-wrap h4,
.coupon-wrap .txt {
    letter-spacing: -0.06em;
}
.coupon-wrap h5 {
    position: relative;
    letter-spacing: -0.06em;
}
.coupon-wrap .coupon-box + h5:before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 12.963vw);
    height: 0.185vw;
    background-color: var(--color-bc);
    transform: translate(-50%, 0);
    content: '';
}
.coupon-wrap .coupon-box + h5 {
    padding-top: 5.741vw;
}
.coupon-wrap .coupon-box .coupon {
    width: calc(50% - 1.944vw);
}
.coupon-wrap .coupon-box .coupon:nth-child(2) ~ .coupon {
    margin-top: 3.889vw;
}
.coupon-wrap .coupon-box .coupon a {
    height: 22.222vw;
}
.coupon-wrap .coupon-box .coupon p {
    height: 75%;
    padding-bottom: 1.852vw;
}
.coupon-wrap .coupon-box .coupon .date {
    margin-top: 0.833vw;
}
.coupon-box .coupon .design-inp {
    position: absolute;
    top: 1.389vw;
    left: 1.389vw;
}
.coupon-box .coupon .coupon-label {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 0;
    text-indent: -9999px;
}
.coupon-wrap .coupon-box .coupon .txt-use {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 4.630vw;
    margin-top: 1.389vw;
    border-radius: 1.481vw;
}
.coupon-wrap .coupon-box .coupon.not .txt-use {
    color: #a9a69c;
    background-color: var(--color-bc);
}

/* 결제 */
.order-wrap h5,
.order-wrap h5 + a,
.order-wrap h6,
.refund-box .txt {
    letter-spacing: -0.06em;
}
.address-box {
    position: relative;
}
.address-box > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.address-box .label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4.444vw;
    margin-left: 1.944vw;
    padding: 0 2.222vw;
    border-radius: 2.222vw;
}
.address-box .btn-change,
.payment-information .btn-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.833vw;
    height: 4.444vw;
    border-radius: 2.222vw;
}
.payment-information .passbook-area {
    width: 72%;
}
.payment-information .passbook-area p {
    width: calc(100% - 12.685vw);
}
.payment-information .passbook-area .bank-name {
    letter-spacing: -0.06em;
}
.address-box .address {
    letter-spacing: -0.06em;
    line-height: 1.214em;
    word-break: keep-all;
}
.address-box .btn-wrap {
    position: relative;
    width: 24.894%;
    z-index: 2;
}
.address-box .btn-wrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46.154%;
    height: 4.444vw;
    border-radius: 2.222vw;
    letter-spacing: -0.06em;
}
.order-wrap .big-more-tit {
    position: relative;
    padding-right: 5.093vw;
}
.order-wrap .big-more-tit:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.852vw;
}
.order-wrap .big-more-tit p {
    max-width: 57.128%;
    line-height: 1.2em;
}
.order-wrap .big-more-tit.active p {
    display: none;
}
.order-wrap .big-more-tit p span {
    display: block;
    padding-bottom: 0.278vw;
    letter-spacing: -0.06em;
    word-break: keep-all;
    white-space: nowrap;
}
.order-wrap .big-more-tit p .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}
.way-getting-box .input-row {
    display: none;
}
.order-wrap .order-box .box-body {
    position: relative;
}
.order-wrap .order-box .box-body + .box-body {
    margin-top: 0.185vw;
}
.order-wrap .order-box .box-body + .box-body:before {
    display: block;
    position: absolute;
    top: -0.185vw;
    left: 50%;
    width: calc(100% + 12.963vw);
    height: 0.185vw;
    background-color: var(--color-bc);
    transform: translate(-50%, 0);
    content: '';
}
.order-wrap .order-box .box-body:last-child {
    padding-bottom: 0;
}
.discount-box .input-row,
.discount-box .btn-discount {
    height: 5.370vw;
    padding: 0 2.222vw;
    border-radius: 2.685vw;
    box-sizing: border-box;
}
.discount-box .input-row {
    width: 31.389vw;
}
.discount-box .input-row .inp {
    padding: 0;
    color: #428c75;
    letter-spacing: 0;
}
.discount-box .input-row span {
    margin-left: 0.833vw;
}
.discount-box .btn-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1.667vw;
}
.discount-box .input-row + .btn-discount {
    margin-left: 1.111vw;
}
.method-type {
    flex-wrap: wrap;
}
.method-type li {
    width: 31.915%;
    margin-bottom: 2.128%;
}
.method-type li:not(:nth-child(3n)) {
    margin-right: 2.128%;
}
.method-type .btn {
    width: 100%;
    height: 11.111vw;
    border-radius: 2.963vw;
    line-height: 11.111vw;
}
.method-type .btn.active {
    color: #fff;
    background-color: #428c75;
}
.method-content {
    display: none;
}
.btn-benefit-info {
    display: flex;
    align-items: center;
    padding: 4.630vw 6.481vw;
}
.btn-benefit-info:after {
    display: block;
    width: 1.481vw;
    height: 2.593vw;
    margin-left: 1.389vw;
    background: url("../img/common/ico_more.png") no-repeat center center;
    background-size: contain;
    content: '';
}
.account-area {
    display: none;
    padding-right: 4.167vw;
}
.account-area.active {
    display: flex;
}
.account-area .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.778vw;
    height: 5.370vw;
    border-radius: 2.685vw;
}
/* 주문 완료 */
.order-wrap .txt-box .txt {
    letter-spacing: -0.06em;
    line-height: 1.190em;
}

/* 상세 주문 내역 */
.order-detail-list .order-box .box-body + .box-body,
.reception-wrap .order-box .box-body + .box-body {
    border-top: 0.185vw solid var(--color-bc);
}
.order-wrap .order-box .box .product-info,
.order-detail-list .order-box .product-info,
.reception-wrap .order-box .box .product-info {
    width: 100%;
}
.order-wrap .order-box .box .product-txt .txt,
.order-detail-list .order-box .box .product-txt .option,
.order-detail-list .order-box .box .product-txt .txt,
.reception-wrap .order-box .box .product-txt .option,
.reception-wrap .order-box .box .product-txt .txt {
    line-height: 1.2em;
}
.order-wrap .order-box .box .price,
.order-detail-list .order-box .box .price,
.reception-wrap .order-box .box .price {
    position: relative;
    right: 0;
}
.order-wrap .order-box .box .price,
.reception-wrap .order-box .box .price {
    bottom: 0;
}
.order-detail-list .order-box .box .price {
    bottom: 3.704vw;
}
.order-detail-list .order-box .btn-wrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(25% - 1.389vw);
    height: 8.333vw;
    border-radius: 2.963vw;
}
.order-wrap .big-more-tit:after,
.order-detail-list .more-tit:after {
    display: block;
    width: 3.704vw;
    height: 3.704vw;
    background: url("../img/common/ico_arrow.png") no-repeat center center;
    background-size: cover;
    transform: rotate(0);
    transition: .3s transform;
    content: '';
}
.order-wrap .more-tit.active:after,
.order-detail-list .more-tit.active:after {
    transform: rotate(-180deg);
}
.order-detail-list .delivery-info dt {
    width: 24.468%;
    line-height: 1.222em;
}
.order-detail-list .delivery-info dd {
    width: 75.532%;
    line-height: 1.222em;
    word-break: keep-all;
}

/* 배송 조회 */
.order-box .box .state {
    letter-spacing: -0.06em;
}
.order-box .box .product-txt .btn-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.833vw;
    height: 4.444vw;
    border-radius: 2.222vw;
}
.deilvery-current .current-list {
    padding-left: 1.759vw;
}
.deilvery-current .current-list li {
    position: relative;
    padding-left: 3.611vw;
}
.deilvery-current .current-list li + li {
    margin-top: 9.444vw;
}
.deilvery-current .current-list li:not(:last-child):after {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 0.926vw;
    height: calc(100% + 9.444vw);
    background-color: #b4b3af;
    content: '';
}
.deilvery-current .current-list .info-current:before {
    display: block;
    position: absolute;
    top: 0;
    left: -1.759vw;
    width: 4.444vw;
    height: 4.444vw;
    background-color: var(--color-bgg);
    border: 0.926vw solid #b4b3af;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
    content: '';
}
.deilvery-current .current-list .on .info-current:before {
    border-color: #428c75;
}
.deilvery-current .current-list .info-current {
    color: #b4b3af;
}
.deilvery-current .current-list .on .info-current {
    color: var(--color-bk);
}
.deilvery-current .current-list .txt-location,
.deilvery-current .current-list .info-state {
    letter-spacing: -0.06em;
}
.deilvery-current .current-list .txt-location {
    position: relative;
    margin-right: 3.056vw;
}
.deilvery-current .current-list .txt-location:after {
    display: block;
    position: absolute;
    top: 50%;
    right: -1.574vw;
    width: 0.185vw;
    height: 2.315vw;
    background-color: #b4b3af;
    transform: translate(0, -50%);
    content: '';
}
.deilvery-current .current-list .on .txt-location:after {
    background-color: var(--color-bk);
}
.deilvery-current .current-list .on .info-state {
    color: #428c75;
    font-weight: 700;
}

/* 최근 주문 내역 */
.order-detail-list .order-box {
    position: relative;
}
.order-detail-list .order-box > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.state-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 4.630vw 0;
    color: #9e9e9e;
    box-sizing: border-box;
    letter-spacing: -0.06em;
    line-height: 1.179em;
}
.state-list a.active {
    color: #428c75;
    font-weight: 700;
}

/* 마이페이지 */
.profile-info .profile-img {
    display: block;
    position: relative;
    width: 21.277%;
    height: 0;
    padding-bottom: 21.277%;
    background-color: var(--color-bc);
    border-radius: 50%;
}
.profile-info .profile-img img {
    width: 100%;
    border-radius: 50%;
}
.profile-info .btn-photo {
    position: absolute;
    right: -0.741vw;
    bottom: 0.278vw;
    width: 6.481vw;
    height: 6.481vw;
    background-color: #fff;
    border-radius: 50%;
}
.profile-info .profile-txt {
    width: 74.468%;
}
.profile-info .profile-txt .name {
    margin-right: 1.204vw;
    letter-spacing: -0.06em;
}
.profile-info .grade {
    display: block;
    margin-right: 0.833vw;
    padding: 0.370vw 1.944vw 0.463vw;
    background-color: var(--color-sub);
    border-radius: 1.944vw;
    letter-spacing: -0.06em;
}
.profile-info .grade.active {
    background-color: #428c75;
}
.profile-info .level-txt {
    margin-top: 2.778vw;
    letter-spacing: -0.06em;
}
.profile-info .progress {
    margin-top: 2.778vw;
}
.mypage-wrap .box-list li {
    position: relative;
    width: 31.915%;
    height: 0;
    padding-bottom: 31.915%;
    border-radius: 5.926vw;
    overflow: hidden;
}
.mypage-wrap .box-list li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.mypage-wrap .box-list .tit {
    margin-bottom: 5.093vw;
    letter-spacing: -0.06em;
}
.mypage-menu li {
    width: 100%;
    height: 11.852vw;
    background-color: #fff;
    border-radius: 2.963vw;
    box-sizing: border-box;
    overflow: hidden;
}
.mypage-menu li:not(:first-child) {
    margin-top: 1.852vw;
}
.mypage-menu li.member-code-box {
    padding: 0 5.556vw;
}
.mypage-menu li > a {
    width: 100%;
    height: 100%;
    padding: 0 5.556vw;
    box-sizing: border-box;
}
.mypage-menu li .tit,
.mypage-menu .txt-box .txt {
    letter-spacing: -0.06em;
}
.mypage-menu li .ico-more {
    display: block;
    width: 1.296vw;
    height: 2.222vw;
    background: url("../img/common/ico_more.png") no-repeat center center;
    background-size: cover;
}
.mypage-menu .btn-copy {
    display: block;
    margin-left: 1.111vw;
    padding: 0 1.481vw;
    background-color: var(--color-key);
    border-radius: 1.944vw;
    letter-spacing: -0.06em;
    line-height: 3.889vw;
    color: #fff;
}
/* switch */
.mypage-wrap .switch {
    width: 9.722vw;
    height: 4.630vw;
}
.mypage-wrap .slider {
    background-color: var(--color-bc);
    border-radius: 2.315vw;
}
.mypage-wrap .slider:before {
    left: 0.463vw;
    bottom: 0.463vw;
    width: 3.704vw;
    height: 3.704vw;
    background-color: #fff;
}
.mypage-wrap input:checked + .slider {
    background-color: #428c75;
}
.mypage-wrap input:checked + .slider:before {
    background-color: #f3f6f8;
    -webkit-transform: translateX(5.093vw);
    -ms-transform: translateX(5.093vw);
    transform: translateX(5.093vw);
}
/* 내 정보 수정 */
.mypage-menu.setting-menu {
    margin-top: 0;
}
.mypage-menu.setting-menu li {
    height: 12.778vw;
    background-color: transparent;
    border-radius: 0;
}
.mypage-menu.setting-menu li:not(:first-child) {
    margin-top: 0;
}
.mypage-menu.setting-menu li:not(.bb10-edeae2, .bb0) {
    border-bottom: 0.185vw solid var(--color-bc);
}
.mypage-menu.setting-menu li > a {
    padding: 0 12.037vw;
}
/* 알림설정 */
.mypage-menu.notification-menu li {
    height: 15.556vw;
}

/* 마켓 정보 수정 */
.market-edit .photo-upload li {
    width: 29.362%;
    padding-bottom: 29.362%;
}
.market-edit .photo-upload li:not(:nth-child(4n)) {
    margin-right: inherit;
}
.market-edit .photo-upload li:not(:nth-child(3n)) {
    margin-right: 5.957%;
}
.market-edit .photo-upload li:nth-child(3) ~ li {
    margin-top: 5.957%;
}
.market-edit .photo-upload .label-btn {
    background-size: 5.926vw;
}
.market-edit .photo-upload .label {
    position: absolute;
    left: 2.037vw;
    bottom: 2.315vw;
    padding: 0 1.667vw;
    border-radius: 3.241vw;
    line-height: 6.481vw;
    z-index: 3;
}
.market-edit .open-hour-area + .open-hour-area {
    position: relative;
    margin-top: 9.259vw;
    padding-top: 9.444vw;
}
.market-edit .open-hour-area + .open-hour-area:before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    max-width: 1080px;
    height: 0.185vw;
    background-color: var(--color-bc);
    transform: translate(-50%, 0);
    content: '';
}
.day-week-box .btn {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 9.815vw;
    height: 13.889vw;
    font-weight: 400;
    border-radius: 4.907vw;
}
.day-week-box .btn span {
    display: block;
    width: 100%;
    line-height: 1;
}
.day-week-box .btn span + span {
    margin-top: 1.389vw;
}
.market-edit .day-week-box .btn {
    color: #808080;
    background-color: var(--color-bc);
}
.day-week-box .btn.active,
.product-option .time-box .btn.active {
    color: #fff;
    font-weight: 500;
    background-color: #428c75;
}
.day-week-box .btn.disabled,
.product-option .time-box .btn.disabled {
    color: #fff;
    font-weight: 400;
    background-color: #b4b3af;
}
.market-edit .btn-add:before {
    display: inline-block;
    width: 2.407vw;
    height: 2.407vw;
    margin-right: 0.556vw;
    background: url("../img/common/ico_plus.png") no-repeat center center;
    background-size: contain;
    content: '';
}
/* timepicker */
.ui-timepicker {
    height: auto;
    max-height: 43.333vw;
}
.ui-timepicker-standard {
    padding: 0;
    font-size: 3.333vw;
    background-color: #428c75;
    border: 0;
    border-radius: 3.333vw;
}
.ui-timepicker-standard li:not(:first-child) {
    border-top: 1px solid var(--color-bgg);
}
.ui-timepicker-standard a {
    padding: 0;
    color: #fff;
    border: 0;
    line-height: 2.500em;
}
.ui-timepicker-standard .ui-state-hover {
    color: var(--color-bk);
    background-color: #fff;
    border: 0;
}

/* 적립금 */
.point-wrap h4,
.point-wrap h5,
.point-wrap .tit,
.point-wrap .txt {
    letter-spacing: -0.06em;
}
.point-wrap .point + .txt strong {
    letter-spacing: 0;
}
.point-wrap .point-list li:last-child {
    border-bottom: 0;
}

/* 회원 등급 안내 */
.membership-wrap .tab li a {
    display: block;
    padding: 2.778vw 0;
}
.membership-wrap .tab li a.active {
    border-bottom: 0.278vw solid #428c75;
}
.membership-wrap .intro-txt {
    letter-spacing: -0.06em;
    line-height: 1.2em;
    word-break: keep-all;
}
.membership-wrap .intro-txt b {
    letter-spacing: 0;
}
.membership-wrap .info-box {
    padding: 5.556vw;
    border-radius: 5.926vw;
}
.membership-wrap .info-box .tit:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.963vw;
    height: 3.611vw;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}
.membership-wrap .info-box .tit.ico-benefit:before {
    background-image: url("../img/common/ico_benefit.png");
}
.membership-wrap .info-box .tit.ico-point:before {
    background-image: url("../img/common/ico_point.png");
}
.membership-wrap .info-box .tit.ico-coupon:before {
    background-image: url("../img/common/ico_coupon.png");
}
.membership-wrap .info-box .tit {
    position: relative;
    padding-left: 4.63vw;
    letter-spacing: -0.06em;
}
.membership-wrap .info-box .txt {
    letter-spacing: -0.06em;
    line-height: 1.2em;
    word-break: keep-all;
}
.membership-wrap .info-box .txt b {
    letter-spacing: 0;
}
.membership-wrap .coupon-list {
    margin-top: 3.241vw;
}
.membership-wrap .coupon-list li {
    padding: 1.389vw 0;
}
.membership-wrap .coupon-list li:not(:last-child) {
    border-bottom: 1px solid var(--color-bgg);
}
.membership-wrap .coupon-list .coupon-name {
    width: 35%;
}
.membership-wrap .coupon-list .coupon-txt {
    width: 32%;
}
.level-info li {
    padding: 3.704vw 0;
    border-bottom: 1px solid var(--color-bc);
}
.level-info li img {
    width: 13.889vw;
    border-radius: 50%;
}
.level-info li .txt-box {
    width: calc(100% - 17.778vw);
    margin-left: 3.889vw;
}
.level-info li .txt-box .txt {
    letter-spacing: -0.06em;
}
.coupon-box {
    flex-wrap: wrap;
}
.level-info .coupon-box .coupon {
    width: 33.519vw;
}
.level-info .coupon-box .coupon:nth-child(2) ~ .coupon {
    margin-top: 1.852vw;
}
.coupon-box .coupon a {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    background: url("../img/common/coupon.png") no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}
.coupon-box .coupon.completed a {
    background-image: url("../img/common/coupon_completed.png");
}
.coupon-box .coupon.not a {
    background-image: url("../img/common/coupon_not.png");
}
.level-info .coupon-box .coupon a {
    height: 17.870vw;
}
.coupon-box .coupon p {
    display: flex;
    align-items: flex-end;
    align-content: end;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}
.level-info .coupon-box .coupon p {
    height: 74.611%;
    padding-bottom: 0.926vw;
}
.coupon-box .coupon span {
    display: block;
    width: 100%;
    letter-spacing: -0.06em;
}
.coupon-box .coupon .tit {
    margin-bottom: 1.852vw;
}
.coupon-box .coupon .state {
    color: #fff;
}
.coupon-box .coupon.completed .state {
    color: #428c75;
}
.coupon-box .coupon.not .state {
    color: #a9a69c;
}
.coupon-wrap .more-tit,
.membership-wrap .more-tit {
    display: flex;
    align-items: center;
    letter-spacing: -0.06em;
}
.coupon-wrap .more-tit:after,
.membership-wrap .more-tit:after {
    display: block;
    width: 2.222vw;
    height: 2.222vw;
    margin-left: 1.389vw;
    background: url("../img/common/ico_arrow.png") no-repeat center center;
    background-size: cover;
    transform: rotate(0);
    transition: .3s transform;
    content: '';
}
.coupon-wrap .more-tit.active:after,
.membership-wrap .more-tit.active:after {
    transform: rotate(-180deg);
}
.coupon-wrap .more-content .bar-list li,
.membership-wrap .more-content .bar-list li {
    padding-left: 1.389vw;
    letter-spacing: -0.06em;
    line-height: 1.212em;
}

/* 후기, 문의, 공지사항 */
.review-photo-list {
    position: absolute;
    top: 10vw;
    left: 0;
    width: 100%;
    padding: 7.407vw 0;
    background-color: var(--color-bgg);
    border-bottom: 0.185vw solid var(--color-bc);
}
.review-photo-list.fixed {
    position: fixed;
    top: 28.519vw;
    z-index: 1015;
}
.review-photo-list .review-photo-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: var(--color-bc);
    border-radius: 4.444vw;
    overflow: hidden;
}
.review-photo-list .review-photo-slide img,
.review-body .review-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.normal-list li {
    position: relative;
    padding: 4.630vw 6.481vw;
    border-bottom: 0.185vw solid var(--color-bc);
}
.review-head .id {
    margin-right: 1.852vw;
}
.market-list .score-area,
.market-card .score-area,
.review-head .score-area {
    display: block;
    width: 16.667vw;
    height: 2.778vw;
    font-size: 0;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.star-score0 {
    background-image: url("../img/common/star_score0.png");
}
.star-score1 {
    background-image: url("../img/common/star_score1.png");
}
.star-score2 {
    background-image: url("../img/common/star_score2.png");
}
.star-score3 {
    background-image: url("../img/common/star_score3.png");
}
.star-score4 {
    background-image: url("../img/common/star_score4.png");
}
.star-score5 {
    background-image: url("../img/common/star_score5.png");
}
.review-body {
    flex-wrap: wrap;
}
.review-list .review-body {
    padding-top: 4.630vw;
}
.review-body .review-txt {
    width: 71.277%;
}
.review-body.no-review-img .review-txt,
.review-body.active .review-txt {
    width: 100%;
}
.normal-body .normal-txt p {
    line-height: 1.194em;
}
.review-body .review-txt p {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.review-body.active .review-txt p {
    display: block;
    word-wrap: initial;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    overflow: initial;
}
.normal-body .btn-more {
    display: flex;
    align-items: center;
    margin-top: 4.630vw;
}
.normal-body .btn-more:after {
    display: block;
    width: 2.222vw;
    height: 2.222vw;
    margin-left: 1.389vw;
    background: url("../img/common/ico_arrow_gy.png") no-repeat center center;
    background-size: cover;
    transform: rotate(0);
    content: '';
}
.review-body .review-img {
    display: block;
    position: relative;
    width: 23.404%;
    height: 0;
    padding-bottom: 23.404%;
    background-color: var(--color-bc);
    border-radius: 4.444vw;
    overflow: hidden;
}
.review-body .review-img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.review-body .review-img-view,
.qna-body .qna-img-view {
    display: none;
    width: 100%;
    box-sizing: border-box;
}
.review-body .review-img-view {
    margin-top: 4.630vw;
}
.qna-body .qna-img-view {
    margin-top: 1.852vw;
    padding-left: 4.167vw;
}
.normal-slide {
    border-radius: 5.926vw;
}
.normal-slide .swiper-pagination-bullets {
    bottom: 2.778vw;
}
.normal-slide .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.481vw;
    height: 1.481vw;
    margin: 0 0.463vw;
}
.normal-slide img {
    width: 100%; 
    border-radius: 5.926vw;
}
.qna-list .qna-head .fs36 {
    letter-spacing: -0.06em;
}
.qna-list .qna-head .slash {
    padding: 0 0.463vw;
}
.qna-list .qna-head .date {
    display: flex;
    align-items: center;
    margin-left: 1.852vw;
}
.qna-list .qna-head .date:before {
    display: block;
    width: 1px;
    height: 1.481vw;
    margin-right: 1.852vw;
    background-color: #808080;
    content: '';
}
.qna-list .qna-txt p:before {
    display: block;
    position: absolute;
    left: 0;
}
.qna-list .qna-txt p {
    position: relative;
    padding-left: 4.167vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qna-list .active .qna-txt p {
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
}
.qna-list .qna-txt .lock:before {
    width: 2.963vw;
    height: 3.796vw;
    background: url("../img/common/ico_lock.png") no-repeat center center;
    background-size: cover;
    content: '';
}
.question:before {
    display: block;
    position: absolute;
    left: 0;
    font-weight: 700;
    letter-spacing: 0;
    content: 'Q.';
}
.answer:before {
    display: block;
    font-weight: 700;
    letter-spacing: 0;
    content: 'A.';
}
.qna-list .qna-txt .answer {
    margin-top: 1.852vw;
    padding-bottom: 0.278vw;
}
.qna-list .active .qna-txt .answer {
    padding-bottom: 0;
}
.notice-list {
    border-top: 0.185vw solid var(--color-bc);
}
.notice-list li a.link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 공지사항, 이벤트 상세 */
.normal-view .view-head {
    border-bottom: 0.185vw solid var(--color-bc);
}
.normal-view .view-body p {
    line-height: 1.208em;
    word-break: keep-all;
}

/* 자주 묻는 질문 */
.faq-list li {
    padding: 4.630vw 6.481vw;
    border-bottom: 0.185vw solid var(--color-bc);
}
.faq-list .tit {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.faq-list .tit:after {
    display: block;
    position: absolute;
    top: 0.926vw;
    right: 0;
    width: 2.222vw;
    height: 2.222vw;
    background: url("../img/common/ico_arrow.png") no-repeat center center;
    background-size: cover;
    transform: rotate(0);
    transition: .3s transform;
    content: '';
}
.faq-list .active .tit:after {
    transform: rotate(-180deg);
}
.faq-list .question {
    position: relative;
    width: 93.191%;
    padding-left: 4.167vw;
    box-sizing: border-box;
    letter-spacing: -0.06em;
    line-height: 1.208em;
}
.faq-list .more-content > div {
    margin-top: 2.778vw;
}
.faq-list .answer {
    letter-spacing: -0.06em;
    line-height: 1.208em;
}

/* 내 문의 내역 */
.my-qna-list .box-body + .box-body {
    border-top: 0.185vw solid var(--color-bc);
}
.my-qna-list li:last-child {
    border-bottom: 0.185vw solid var(--color-bc);
}
.my-qna-list .product-info {
    flex-wrap: wrap;
    width: 71.277%;
}
.my-qna-list .box .product-txt {
    width: calc(100% - 21.667vw);
}
.my-qna-list .box .product-info + div {
    flex-wrap: wrap;
    align-self: flex-start;
    width: 24.894%;
    height: 18.889vw;
}
.my-qna-list .box .btn-wrap {
    position: relative;
    width: 100%;
    z-index: 2;
}
.my-qna-list .box .btn-wrap .btn {
    width: 46.154%;
    height: 4.444vw;
    border-radius: 2.222vw;
}
.my-qna-list .box .state {
    display: flex;
    align-items: center;
    align-self: flex-end;
    justify-content: center;
    width: 85.897%;
    height: 7.037vw;
    margin-left: auto;
    border-radius: 3.519vw;
    letter-spacing: -0.06em;
}
.qna-view .question {
    position: relative;
    padding: 0 0 1.852vw 4.167vw;
    box-sizing: border-box;
    letter-spacing: -0.06em;
    line-height: 1.208em;
}
.qna-img-slide {
    margin-top: 0.926vw;
}
.qna-view .answer-box {
    padding: 4.63vw;
    border-radius: 4.444vw;
}
.qna-view .answer {
    letter-spacing: -0.06em;
    line-height: 1.208em;
}

/* 나의 후기 */
.review-to-write-list li:not(:first-child),
.review-written-list li:not(:first-child) {
    border-top: 0.926vw solid var(--color-bc);
}
.order-box .box-head {
    height: 12.037vw;
    padding: 0 6.481vw;
    border-bottom: 0.185vw solid var(--color-bc);
}
.order-box .box-head dt {
    margin-right: 2.500vw;
    letter-spacing: -0.06em;
}
.order-box .box-head .date {
    margin-left: auto;
}
.order-box .box-body {
    position: relative;
    padding-left: 6.481vw;
    padding-right: 6.481vw;
}
.order-box .box-body.px0 {
    padding-left: 0;
    padding-right: 0;
}
.order-box .box-body > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.order-box .box {
    position: relative;
    padding: 3.704vw 0;
}
.order-box .box.pt0 {
    padding-top: 0;
}
.order-box .box.pb0 {
    padding-bottom: 0;
}
.order-box .box + .box {
    border-top: 0.185vw solid var(--color-bc);
}
.review-to-write-list .product-info {
    flex-wrap: wrap;
    width: 74.255%;
}
.order-box .box .product-img {
    width: 18.889vw;
    height: 18.889vw;
    margin-right: 2.778vw;
    border-radius: 4.630vw;
    overflow: hidden;
    flex-shrink: 0;
}
.order-box .box .product-img img {
    width: 100%;
}
.order-wrap .box .product-txt,
.order-detail-list .box .product-txt,
.review-to-write-list .box .product-txt,
.reception-wrap .box .product-txt {
    width: calc(100% - 21.667vw);
}
.order-box .box .product-txt p {
    letter-spacing: -0.06em;
    word-break: keep-all;
}
.order-box .box .product-txt .sub {
    margin-bottom: 1.389vw;
}
.order-box .box .product-txt .name {
    padding-bottom: 0.278vw;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.order-box .box .product-txt .option {
    margin-top: 1.852vw;
    color: #9e9e9e;
}
.order-box .box .product-txt .option .slash {
    margin: 0 1.111vw;
}
.order-box .box .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.06em;
}
.review-to-write-list .box .btn {
    align-self: flex-end;
    width: 21.489%;
    height: 7.037vw;
    border-radius: 3.519vw;
}
.review-written-list .order-box .box {
    padding: 4.630vw 0;
}
.review-written-list .box .product-info {
    width: 71.277%;
}
.review-written-list .box .btn-wrap {
    align-self: flex-start;
    width: 24.894%;
}
.review-written-list .box .btn-wrap .btn {
    width: 46.154%;
    height: 4.444vw;
    border-radius: 2.222vw;
}
.review-area {
    position: relative;
    padding: 3.704vw 6.481vw 4.630vw;
    border-top: 0.185vw solid var(--color-bc);
}
.review-area .review-body {
    padding-top: 3.704vw;
}

/* 문의하기, 후기 작성 */
.write-form .score-area {
    margin: 4.630vw auto 6.481vw;
}
.score-area .btn-star {
    width: 8.333vw;
    height: 7.870vw;
    margin: 0 0.648vw;
    font-size: 0;
    background: url("../img/common/ico_star.png") no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
}
.score-area .btn-star.active {
    background-image: url("../img/common/ico_star_active.png");
}
.write-form .write-box {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 5.926vw;
    box-sizing: border-box;
    overflow: hidden;
}
.qna-write .write-box {
    height: 37.963vw;
    padding: 4.630vw 4.167vw;
}
.review-write .write-box {
    height: 67.500vw;
    padding: 4.630vw 4.167vw 8.056vw;
}
.write-form .write-box textarea {
    padding: 0;
}
.write-form .write-box .txt-total {
    position: absolute;
    right: 4.444vw;
    bottom: 5vw;
    color: #9e9e9e;
}
.write-form .write-box .txt-total em {
    font-style: normal;
}
.photo-upload {
    flex-wrap: wrap;
}
.photo-upload li {
    position: relative;
    width: 21.489%;
    height: 0;
    padding-bottom: 21.489%;
}
.photo-upload li:not(:nth-child(4n)) {
    margin-right: 4.681%;
}
.photo-upload li:nth-child(4) ~ li {
    margin-top: 4.681%;
}
.photo-upload li > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4.444vw;
    overflow: hidden;
}
.photo-upload .inp-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: -9999px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.photo-upload .label-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-bc) url("../img/common/ico_plus.png") no-repeat center center;
    background-size: 3.704vw;
}
.photo-upload .btn-delete {
    position: absolute;
    top: -1.389vw;
    right: -1.667vw;
    width: 6.111vw;
    height: 6.111vw;
    font-size: 0;
    background: #fff url("../img/common/ico_delete_gy.png") no-repeat center center;
    background-size: 50%;
    border-radius: 50%;
    text-indent: -9999px;
    z-index: 2;
}
.photo-upload img {
    position: relative;
    width: 100%;
    z-index: 1;
}
.write-form .bar-list li {
    padding-left: 1.852vw;
    letter-spacing: -0.06em;
    line-height: 1.212em;
}

/* 취소/반품/교환 */
.reception-step {
    position: relative;
}
.reception-step:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.185vw;
    background-color: var(--color-bc);
    transform: translate(0, -50%);
    z-index: -1;
    content: '';
}
.reception-step li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20.370vw;
    height: 6.667vw;
    color: #808080;
    font-weight: 400;
    background-color: var(--color-bc);
    border-radius: 2.778vw;
    letter-spacing: -0.06em;
}
.reception-wrap h5,
.reception-wrap h6,
.reception-wrap .txt,
.reception-wrap .more-content dt {
    letter-spacing: -0.06em;
}
.reception-step li.active {
    color: #fff;
    font-weight: 500;
    background-color: #428c75;
}
.reception-wrap .order-box .box-head {
    position: relative;
}
.reception-wrap .order-box .design-inp {
    align-self: center;
    margin-right: 2.778vw;
    flex-shrink: 0;
}
.reception-wrap .order-box .box-head .design-inp + label,
.reception-wrap .order-box .box .design-inp + label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    font-size: 0;
    text-indent: -9999px;
    z-index: 1;
}
.reception-wrap .order-box .box .design-inp + label + .product-info {
    width: 100%;
}
.reception-wrap .radio-area .radio-row {
    width: 50%;
}
.account-copy-area {
    width: 100%;
    padding: 2.778vw;
    border-radius: 3.333vw;
    box-sizing: border-box;
}
.account-copy-area p {
    width: calc(100% - 22.315vw);
    line-height: 1.429em;
}
.reception-wrap .btn-copy {
    display: flex;
    align-items: center;
    justify-content: center;
}
.account-copy-area .btn-copy {
    width: 18.148vw;
    height: 5.370vw;
    border-radius: 2.685vw;
}
.reception-wrap .confirm-box .btn-copy {
    width: 16.389vw;
    height: 4.815vw;
    border-radius: 2.407vw;
}

/* 회원탈퇴 */
.member-leave h4 {
    letter-spacing: -0.06em;
    line-height: 1.440em;
}
.member-leave .logo {
    height: 8vw;
    vertical-align: baseline;
}
.member-leave h5:before {
    display: block;
    width: 6.296vw;
    height: 6.296vw;
    margin: 0 auto 2.315vw;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: '';
}
.member-leave .ico-list:before {
    background-image: url("../img/leave/ico_list.png");
}
.member-leave .ico-group:before {
    background-image: url("../img/leave/ico_group.png");
}
.member-leave .ico-point:before {
    background-image: url("../img/leave/ico_point.png");
}
.member-leave .ico-coupon:before {
    background-image: url("../img/leave/ico_coupon.png");
}
.member-leave h5 {
    letter-spacing: -0.06em;
}
.member-leave .img {
    width: 100%;
}
.member-leave .txt {
    letter-spacing: -0.06em;
    line-height: 1.528em;
    word-break: keep-all;
}
.member-leave .btn-wrap .btn {
    width: 19.444vw;
    height: 11.111vw;
    border-radius: 3.333vw;
    line-height: 11.111vw;
}
.member-leave .btn-wrap .btn + .btn {
    margin-left: 1.852vw;
}

/* 파파마켓 소개 */
.company-wrap img {
    width: 100%;
}
.company-wrap h4 {
    line-height: 1.286em;
}
.company-wrap .txt {
    letter-spacing: -0.06em;
    line-height: 1.515em;
    word-break: keep-all;
}
.company-wrap .bar-list li {
    padding-left: 1.389vw;
}

/* 이용 안내 */
.information-txt-box {
    width: 100%;
    height: 27.778vw;
    padding: 4.630vw;
    border-radius: 4.444vw;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.information-txt-box .txt {
    line-height: 1.194em;
}

/* 입점 문의 */
.partner-wrap h5,
.partner-wrap .txt {
    letter-spacing: -0.06em;
}
.partner-wrap .intro-txt {
    line-height: 1.548em;
}
.partner-wrap .txt-box {
    width: 85.106%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3.333vw;
}
.partner-wrap .txt-box .txt {
    line-height: 1.515em;
}
.partner-wrap .btn-wrap .btn {
    width: 47.407vw;
    margin: 0 auto;
    border-radius: 6.019vw;
}
.partner-wrap .list li:not(:first-child) {
    border-top: 0.185vw solid var(--color-bc);
}
.partner-wrap .list a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6.481vw;
    box-sizing: border-box;
}
.partner-wrap .list .tit {
    padding-bottom: 0.278vw;
    letter-spacing: -0.06em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 320px) {
    /* common */
    .inner {
        padding: 0 20px;
    }

    /* margin */
    .mt6 {
        margin-top: 2px;
    }
    .mt15 {
        margin-top: 4px;
    }
    .mt20 {
        margin-top: 6px;
    }
    .mt27 {
        margin-top: 8px;
    }
    .mt30 {
        margin-top: 9px;
    }
    .mt40 {
        margin-top: 12px;
    }
    .mt50 {
        margin-top: 15px;
    }
    .mt70 {
        margin-top: 20px;
    }
    .mt80 {
        margin-top: 24px;
    }
    .mt100 {
        margin-top: 30px;
    }
    .mt200 {
        margin-top: 59px;
    }
    .mt250 {
        margin-top: 74px;
    }
    .ml30 {
        margin-left: 9px;
    }
    .ml99 {
        margin-left: 29px;
    }
    .mr15 {
        margin-right: 4px;
    }
    .mr20 {
        margin-right: 6px;
    }
    .mb30 {
        margin-bottom: 9px;
    }
    .mb40 {
        margin-bottom: 12px;
    }
    .mb50 {
        margin-bottom: 15px;
    }
    .mb70 {
        margin-bottom: 20px;
    }
    .mb80 {
        margin-bottom: 24px;
    }
    .mb100 {
        margin-bottom: 30px;
    }

    /* padding */
    .pt20 {
        padding-top: 6px;
    }
    .pt27 {
        padding-top: 8px;
    }
    .pt30 {
        padding-top: 9px;
    }
    .pt36 {
        padding-top: 11px;
    }
    .pt50 {
        padding-top: 15px;
    }
    .pt70 {
        padding-top: 20px;
    }
    .pt80 {
        padding-top: 24px;
    }
    .pt89 {
        padding-top: 26px;
    }
    .pt100 {
        padding-top: 30px;
    }
    .pt108 {
        padding-top: 32px;
    }
    .pt136 {
        padding-top: 40px;
    }
    .pt146 {
        padding-top: 43px;
    }
    .pt150 {
        padding-top: 44px;
    }
    .pt186 {
        padding-top: 55px;
    }
    .pt213 {
        padding-top: 63px;
    }
    .pt240 {
        padding-top: 72px;
    }
    .pt340 {
        padding-top: 100px;
    }
    .pt475 {
        padding-top: 140px;
    }
    .pb30 {
        padding-bottom: 9px;
    }
    .pb35 {
        padding-bottom: 10px;
    }
    .pb45 {
        padding-bottom: 13px;
    }
    .pb50 {
        padding-bottom: 15px;
    }
    .pb60 {
        padding-bottom: 18px;
    }
    .pb70 {
        padding-bottom: 20px;
    }
    .pb80 {
        padding-bottom: 24px;
    }
    .pb100 {
        padding-bottom: 30px;
    }
    .pb150 {
        padding-bottom: 44px;
    }
    .pb170 {
        padding-bottom: 50px;
    }
    .pb240 {
        padding-bottom: 72px;
    }
    .pb340 {
        padding-bottom: 100px;
    }

    /* font-size */
    .fs20 {
        font-size: 10px;
    }
    .fs24 {
        font-size: 10px;
    }
    .fs27 {
        font-size: 10px;
    }
    .fs28 {
        font-size: 10px;
    }
    .fs30 {
        font-size: 10px;
    }
    .fs33 {
        font-size: 10px;
    }
    .fs35 {
        font-size: 10px;
    }
    .fs36 {
        font-size: 11px;
    }
    .fs38 {
        font-size: 11px;
    }
    .fs39 {
        font-size: 12px;
    }
    .fs40 {
        font-size: 12px;
    }
    .fs42 {
        font-size: 12px;
    }
    .fs45 {
        font-size: 13px;
    }
    .fs48 {
        font-size: 14px;
    }
    .fs50 {
        font-size: 14px;
    }
    .fs54 {
        font-size: 16px;
    }
    .fs55 {
        font-size: 16px;
    }
    .fs57 {
        font-size: 17px;
    }
    .fs64 {
        font-size: 19px;
    }
    .fs65 {
        font-size: 19px;
    }
    .fs70 {
        font-size: 21px;
    }

    /* btn */
    .btn-wide {
        height: 38px;
        border-radius: 10px;
        line-height: 38px;
    }
    .btn-normal {
        height: 36px;
        border-radius: 10px;
        line-height: 36px;
    }

    /* border */
    .bt2-edeae2 {
        border-top: 1px solid var(--color-bc);
    }
    .bt10-edeae2 {
        border-top: 3px solid var(--color-bc);
    }
    .bb10-edeae2 {
        border-bottom: 3px solid var(--color-bc);
    }

    /* select */
    select {
        height: 36px;
        padding: 0 13px;
        background-position: center right 9px;
        background-size: 6px;
        border-radius: 10px;
    }
    /* select custom */
    .select-custom {
        height: 36px;
        padding: 0 34px 0 13px;
        border-radius: 10px;
    }
    .select-custom .current {
        line-height: 36px;
    }
    .select-custom:after {
        width: 34px;
        background-size: 6px;
    }
    .select-custom .list {
        max-height: 139px;
        border-radius: 10px;
    }
    .select-custom .list .option {
        padding: 7px 13px;
    }

    /* input */
    .input-row {
        height: 36px;
        border-radius: 10px;
    }
    .input-row .inp {
        padding: 0 13px;
    }
    .input-row .inp.match {
        background-position: center right 13px;
        background-size: 16px 11px;
    }
    /* radio, checkbox */
    /* design-inp */
    .design-inp[type="radio"] {
        width: 13px;
        height: 13px;
        border: 1px solid #428c75;
        border-radius: 4px;
    }
    .design-inp[type="checkbox"] {
        width: 12px;
        height: 12px;
        border-radius: 2px;
        border: 1px solid #428c75;
    }
    .design-inp[type="radio"] + label {
        margin-left: 4px;
    }
    .design-inp[type="checkbox"] + label {
        margin-left: 5px;
    }
    /* select-inp */
    .select-inp {
        width: 20px;
        height: 20px;
        border: 2px solid #428c75;
    }
    /* input-area */
    .input-area .input-row {
        width: calc(100% - 68px);
    }
    .input-area .btn {
        width: 62px;
        height: 36px;
        border-radius: 10px;
        line-height: 36px;
    }
    .input-area select {
        width: 62px;
    }
    .input-area .bar {
        width: 5px;
        height: 1px;
    }
    .input-area .bar + .input-row {
        width: calc(100% - 73px);
    }
    .input-area + .input-area,
    .input-area + .input-row,
    .input-row + .input-area,
    .input-row + .input-row {
        margin-top: 6px;
    }
    /* textarea */
    .input-row.textarea-normal {
        padding: 13px;
    }
    .input-row.textarea-normal.h200 {
        height: 59px;
    }
    .input-row.textarea-normal.h410 {
        height: 120px;
    }
    .input-row.textarea-normal.h500 {
        height: 148px;
    }

    /* 파일 첨부 */
    .file-box .input-row {
        width: calc(100% - 58px);
    }
    .file-box label {
        width: 52px;
        height: 36px;
        border-radius: 10px;
    }

    /* date-input-area */
    .date-input-area .input-row {
        height: 20px;
    }
    .date-input-area .bar {
        padding: 0 7px;
    }
    .date-input-area .btn {
        width: 48px;
        height: 20px;
        margin-left: 6px;
        border-radius: 10px;
    }

    /* datepicker */
    .ui-datepicker {
        border-radius: 10px;
    }
    .ui-widget {
        font-size: .88em;
    }
    .ui-datepicker .ui-icon {
        background-size: 7px 12px;
    }
    .ui-state-default,
    .ui-widget-content .ui-state-default {
        padding: .771em 0;
    }

    /* table */
    .normal-table {
        border-radius: 18px 18px 0 0;
    }
    .normal-table thead th {
        padding: 14px 0 12px;
    }
    .normal-table tbody th,
    .normal-table tbody td {
        padding: 8px 0 7px;
    }

    /* bar-list */
    .normal-bar-list li {
        padding-left: 5px;
    }
    .normal-bar-list li:not(:first-child) {
        margin-top: 9px;
    }

    /* swiper */
    .swiper .swiper-button-next,
    .swiper .swiper-button-prev {
        width: 7px;
        height: 12px;
    }
    .swiper .swiper-button-next {
        right: 6px;
    }
    .swiper .swiper-button-prev {
        left: 6px;
    }

    /* progress */
    .progress {
        height: 5px;
        border-radius: 3px;
    }
    .progress .progress-bar {
        border-radius: 3px;
    }

    /* popup */
    .popup-body {
        border-radius: 18px;
    }
    .popup-qna .popup-body {
        padding: 18px 15px;
    }
    .popup-qna .popup-body .tit {
        padding-bottom: 15px;
        border-bottom: 1px solid #edeae2;
    }
    .popup-qna .popup-body .form-wrap {
        padding: 15px 0;
    }
    .popup-qna .popup-body .form-group {
        margin-bottom: 12px;
    }
    .popup-qna .popup-body .form-group label {
        margin-bottom: 6px;
    }
    .popup-qna .popup-body .form-group .inp {
        padding: 9px;
        border: 1px solid #ddd;
        border-radius: 4px;
    }
    .popup-qna .popup-body .form-group textarea.inp {
        min-height: 90px;
    }
    .popup-qna .popup-body .form-group select.inp {
        background-size: 9px;
    }
    .popup-qna .popup-body .btn-wrap {
        gap: 9px;
    }
    .popup-qna .popup-body .btn-wrap .btn {
        height: 36px;
        border-radius: 4px;
    }
    .popup-review .popup-body {
        margin: 46px auto;
        padding: 24px 15px;
    }
    .btn-popup-close {
        top: 9px;
        right: 9px;
        width: 9px;
        height: 9px;
    }
    .btn-popup-close.bg-none {
        padding-bottom: 1px;
        font-size: 12px;
    }
    .popup-normal .popup-body .txt-wrap {
        padding: 50px 0 34px;
    }
    .popup-normal2 .popup-body .txt-wrap {
        padding: 38px 0;
    }
    .popup-normal .popup-body .btn-wrap,
    .popup-normal2 .popup-body .btn-wrap {
        height: 38px;
        border-top: 1px solid #fff;
    }
    .popup-normal .popup-body .btn-wrap .btn + .btn,
    .popup-normal2 .popup-body .btn-wrap .btn + .btn {
        border-left: 1px solid #fff;
    }
    .popup-review-slide {
        border-radius: 18px;
    }
    .popup-review-thumbnail {
        margin-top: 13px;
        margin-right: -15px;
        padding-right: 15px;
    }
    .popup-review-thumbnail .swiper-slide div {
        border-radius: 10px;
    }
    .popup-body .ico-membership {
        width: 9px;
    }

    /* counter-box */
    .counter-box {
        min-width: 47px;
        height: 20px;
        border-radius: 10px;
    }
    .counter-box .minus,
    .counter-box .plus {
        width: 20px;
        height: 20px;
        background-size: 5px;
    }
    .counter-box .num {
        font-size: 11px;
    }
    .counter-box + .btn-basket {
        width: 20px;
        height: 20px;
        margin-left: 4px;
        background-size: 14px;
    }
    
    /* 주변 매장 - 공통 */
    .around-list-slide .box p {
        padding-top: 2px;
    }
    .around-list-slide .box {
        margin-bottom: 6px;
        border-radius: 14px;
    }
    .around-list-slide .location:before {
        width: 9px;
        height: 10px;
        margin-right: 3px;
    }
    .around-list-slide .btn-like {
        width: 10px;
        height: 9px;
    }

    /* header */
    header {
        padding: 14px 0;
    }
    header.scroll {
        -webkit-box-shadow: 3px 3px 5px 0 rgba(162,162,162,.05);
        box-shadow: 3px 3px 5px 0 rgba(162,162,162,.05);
    }
    header .btn {
        width: 32px;
        height: 32px;
        -webkit-box-shadow: 3px 3px 5px 0 rgba(162,162,162,.05);
        box-shadow: 3px 3px 5px 0 rgba(162,162,162,.05);
    }
    header .btn-basket span {
        top: -2px;
        right: -6px;
        min-width: 16px;
        height: 16px;
        padding: 0 1px;
        font-size: 10px;
        border-radius: 8px;
    }
    header .location:before {
        width: 15px;
        height: 17px;
        margin-right: 8px;
    }

    /* footer */
    footer {
        padding: 30px 0 105px;
    }
    footer .cs-info p {
        margin: 11px 0;
    }
    footer .cs-info .btn {
        width: 80px;
        height: 30px;
        border-radius: 15px;
        -webkit-box-shadow: 3px 3px 5px 0 rgba(84,84,85,.05);
        box-shadow: 3px 3px 5px 0 rgba(84,84,85,.05);
    }
    footer .cs-info .btn-tel {
        margin-right: 12px;
    }
    .footer-menu {
        left: 20px;
        right: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
        height: 56px;
        padding: 0 24px;
        border-radius: 15px;
    }
    .footer-menu .btn {
        width: 15px;
        height: 16px;
    }
    .footer-menu .switch {
        width: 46px;
        height: 16px;
        border: 1px solid #fff;
        border-radius: 10px;
    }
    .footer-menu .slider {
        border-radius: 7px;
    }
    .footer-menu .slider:before {
        left: 3px;
        width: 10px;
        height: 10px;
        margin-top: -5px;
    }
    .footer-menu input:checked + .slider:before {
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    .footer-menu .slider:after {
        right: 8px;
        font-size: 10px;
    }
    .footer-menu input:checked + .slider:after {
        left: 8px;
    }

    /* gnb-menu */
    .gnb-menu .menu-body {
        padding: 33px 20px 13px;
        -webkit-box-shadow: 1px 1px 14px 0 rgba(0,0,0,.35);
        box-shadow: 1px 1px 14px 0 rgba(0,0,0,.35);
    }
    .gnb-menu .btn-gnb-close {
        top: 13px;
        right: 13px;
        width: 11px;
        height: 11px;
    }
    .gnb-menu .gnb > li:not(:first-child) {
        margin-top: 20px;
    }
    .gnb-menu .gnb > li.margin {
        margin-top: 60px;
    }
    .gnb-menu .gnb-tit.after:after {
        width: 12px;
        height: 12px;
        margin-left: 5px;
    }
    .gnb-menu .sub-menu {
        padding: 9px 0 6px;
    }
    .gnb-around-list-slide {
        padding-top: 9px;
    }
    .gnb-menu .cs-info,
    .gnb-menu .gnb-banner-slide {
        padding-top: 12px;
    }
    .gnb-menu .cs-info .btn {
        width: 74px;
        height: 24px;
        border-radius: 12px;
    }
    .gnb-menu .cs-info .btn-tel {
        margin-right: 9px;
    }
    .gnb-menu .gnb-banner-wrap {
        margin-top: 20px;
    }
    .gnb-menu .gnb-banner-slide .swiper-slide a {
        border-radius: 10px;
    }
    .gnb-menu .gnb-foot-menu {
        margin-top: 60px;
    }
    .gnb-menu .gnb-foot-menu li:not(:last-child) {
        margin-right: 15px;
    }
    .gnb-menu .gnb-foot-menu li:not(:last-child):after {
        right: -7px;
    }

    /* content */
    .content {
        min-height: calc(100% - 290px);
        padding-top: 60px;
    }

    /* 상품 검색 */
    .searchbar-box {
        padding-bottom: 24px;
    }
    .searchbar-box .input-row {
        height: 38px;
        padding: 0 16px;
        border-radius: 15px;
        -webkit-box-shadow: 3px 3px 5px 0 rgba(162,162,162,.05);
        box-shadow: 3px 3px 5px 0 rgba(162,162,162,.05);
    }
    .searchbar-box .btn-search {
        width: 10px;
        height: 10px;
        margin-right: 13px;
    }
    .searchbar-box .input-row .inp {
        width: calc(100% - 24px);
    }

    /* 검색 */
    .search-wrap .tab li {
        padding: 0 9px;
    }
    .search-wrap .tab li:not(:first-child) {
        margin-left: 1px;
    }
    .search-wrap .tab li:not(:first-child):before {
        left: -1px;
        width: 1px;
        height: 9px;
    }
    .search-wrap .btn-wrap {
        padding-right: 9px;
    }
    .search-wrap .btn-wrap .btn {
        height: 14px;
        padding: 0 7px;
        border-radius: 7px;
    }
    .search-wrap .btn-wrap .btn + .btn {
        margin-left: 3px;
    }
    .search-wrap .word-list li {
        border-bottom: 1px solid var(--color-bc);
    }
    .search-wrap .word-list li a {
        padding: 0 25px 0 9px;
    }
    .search-wrap .word-list .btn-delete {
        right: 9px;
        width: 7px;
        height: 7px;
    }

    /* 검색 결과 */
    .filter-box {
        border-radius: 18px;
    }
    .filter-box .more-tit {
        padding: 15px;
    }
    .filter-box .more-tit:after {
        width: 7px;
        height: 7px;
        margin-top: -3.5px;
    }
    .filter-box .more-content > div {
        padding: 0 15px 6px;
    }
    .filter-box .checkbox-row {
        margin-bottom: 9px;
    }
    .filter-box .checkbox-row:not(:last-child) {
        margin-right: 9px;
    }
    .multi-range-slider {
        padding: 4px 0;
    }
    .multi-slider {
        height: 6px;
    }
    .multi-slider > .track,
    .multi-slider > .range {
        border-radius: 3px;
    }
    .multi-slider > .thumb {
        width: 14px;
        height: 14px;
    }
    .multi-slider > .thumb.left {
        transform: translate(0, -4px);
    }
    .multi-slider > .thumb.right {
        transform: translate(0, -4px);
    }
    input[type="range"] {
        height: 6px;
    }
    input[type="range"]::-webkit-slider-thumb {
        width: 14px;
        height: 14px;
    }
    .filter-box .price-range-value p {
        min-width: 53px;
        padding: 0 7px;
        border-radius: 10px;
        line-height: 20px;
    }
    /* 정렬 */
    .sort-select.select-custom {
        min-width: 68px;
        padding-right: 12px;
    }
    .sort-select.select-custom:after {
        width: 7px;
        background-size: 7px;
    }
    .sort-select.select-custom .list {
        margin-top: 6px;
    }

    /* sub-header */
    .sub-header {
        border-bottom: 3px solid var(--color-bc);
    }
    .sub-header.fixed {
        top: 60px;
    }
    .sub-header a.after:after,
    .market-review-head a.after:after,
    .btn-after:after {
        width: 5px;
        height: 9px;
        margin-left: 4px;
    }
    .sub-header .tab li {
        padding-bottom: 10px;
    }
    
    /* more-content */
    .more-content.normal > div {
        padding: 15px;
        border-radius: 14px;
    }


    /* 로그인 */
    .login-box {
        min-width: 208px;
        padding: 30px 0;
    }
    .login-box .input-row + .input-row,
    .login-box .social-login .btn + .btn {
        margin-top: 9px;
    }
    .login-box .btn-login {
        margin: 15px 0;
    }
    .login-box .info-user-menu li {
        padding: 0 6px;
    }
    .login-box .info-user-menu li:not(:first-child):after {
        height: 7px;
    }
    .login-box .social-login .btn {
        height: 36px;
        border-radius: 8px;
        text-indent: 38%;
    }

    /* 회원가입, 아이디 찾기, 비밀번호 찾기, 비밀번호 변경 */
    .member-join .member-info-box,
    .agree-wrap .more-content > div {
        height: 60px;
        padding: 13px;
        border-radius: 6px;
    }
    .member-join .member-info-box dt,
    .agree-wrap .more-content dt {
        margin-bottom: 3px;
    }
    .agree-wrap .more-content .bar-list li {
        padding-left: 5px;
    }
    .agree-wrap .btn-more {
        width: 7px;
        height: 7px;
        margin-left: 4px;
    }
    .agree-wrap .more-content dd + dt {
        margin-top: 6px;
    }
    .member-find .ml68 {
        margin-left: 24px;
    }
    .member-find .info-txt {
        margin-top: 9px;
    }

    /* main */
    .main-tit-wrap,
    .more-product-box .tit-wrap {
        margin-bottom: 9px;
    }
    .main-tit-wrap .btn-more:after,
    .more-product-box .tit-wrap .btn-more:after {
        width: 4px;
        height: 7px;
        margin-left: 5px;
    }
    .main .content .swiper,
    .more-product-box .swiper {
        margin-right: -20px;
        padding-right: 20px;
    }
    
    /* 이벤트 배너 */
    .main-banner-slide .swiper-slide a {
        border-radius: 14px;
        -webkit-box-shadow: 3px 3px 5px 0 rgba(162,162,162,.05);
        box-shadow: 3px 3px 5px 0 rgba(162,162,162,.05);
    }
    /* 주변 매장 */
    .main-around-list-slide {
        margin-top: -2px;
    }
    .main-around-list-slide .box {
        margin-top: 9px;
    }
    /* Mr.공구 */
    .together-slide .swiper-slide a {
        height: 118px;
        border-radius: 16px;
    }
    .together-slide .info-wrap {
        padding: 18px 15px 17px 20px;
    }
    .together-slide .info-wrap .tit {
        height: 27px;
    }
    .together-slide .info-wrap .sale {
        height: 15px;
        margin-bottom: 5px;
        padding: 0 6px;
        border-radius: 7px;
    }
    .together-slide .img-wrap .box {
        right: 15px;
        bottom: 17px;
        width: 64px;
        height: 18px;
        border-radius: 9px;
    }
    .together-slide .img-wrap .box span {
        padding: 0 3px;
    }
    /* 추천 상품 */
    .type-slide p {
        margin-top: 6px;
    }
    /* product-slide */
    .product-slide .product-img {
        border-radius: 18px;
    }
    .product-slide .basket-box {
        right: 9px;
        bottom: 9px;
    }
    .product-slide .product-txt {
        margin-top: 6px;
    }
    .product-slide .product-txt .price {
        margin-top: 1px;
    }

    /* 이벤트 */
    .event-list li {
        border-radius: 14px;
    }
    .event-list li:not(:first-child) {
        margin-top: 6px;
    }

    /* banner */
    .banner {
        border-radius: 14px;
    }

    /* category-list */
    .category-list {
        padding-bottom: 6px;
    }
    .category-list.fixed {
        top: 60px;
        padding: 0 20px 6px;
        -webkit-box-shadow: 3px 3px 5px 0 rgba(162,162,162,.05);
        box-shadow: 3px 3px 5px 0 rgba(162,162,162,.05);
    }
    .category-list li {
        margin-bottom: 3px;
    }
    .category-list li:not(:last-child) {
        margin-right: 3px;
    }
    .category-list li a {
        height: 20px;
        padding: 0 9px;
        border: 1px solid #428c75;
        border-radius: 10px;
    }

    /* 상품 list */
    .product-list li {
        width: calc(50% - 6px);
        margin-bottom: 20px;
    }
    .product-list .product-img {
        border-radius: 18px;
    }
    .product-img .select-inp {
        top: 9px;
        left: 9px;
    }
    .product-list .basket-box {
        right: 9px;
        bottom: 9px;
    }
    .product-list .product-txt {
        margin-top: 6px;
    }
    .product-list .product-txt .price {
        margin-top: 1px;
    }
    .product-slide .product-txt .label,
    .product-list .product-txt .label {
        height: 12px;
        padding: 0 6px;
        border-radius: 6px;
    }

    /* fixed-btn-wrap */
    .fixed-btn-wrap {
        bottom: 82px;
    }
    .btn.w460 {
        width: calc(50% - 3px);
        height: 44px;
        border-radius: 14px;
    }
    /* 재입고 알림 */
    .btn-alert:before {
        width: 14px;
        height: 14px;
        margin-right: 6px;
    }

    /* recommend-list */
    .recommend-list li {
        width: calc(50% - 6px);
        margin-bottom: 15px;
    }
    .recommend-list a {
        border-radius: 14px;
    }
    .recommend-list a .num {
        top: 9px;
        right: 9px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
    }
    .recommend-list p {
        bottom: 9px;
    }

    /* Mr.공구 */
    .product-list.together-list .basket-box,
    .together-detail-wrap .product-slide .basket-box {
        bottom: 36px;
    }
    .together-list .product-img .txt-box,
    .together-detail-wrap .product-slide .txt-box {
        flex-wrap: wrap;
        height: 30px;
    }
    .together-list .product-img .txt-box {
        padding: 0 14px;
    }
    .together-detail-wrap .product-slide .txt-box {
        padding: 0 12px;
    }
    .together-list .product-img .txt-box .participation,
    .together-detail-wrap .product-slide .txt-box .participation {
        width: 60%;
    }
    .together-list .product-img .txt-box .txt,
    .together-detail-wrap .product-slide .txt-box .txt {
        width: 40%;
        text-align: center;
        line-height: 1.2em;
    }
    /* 공구 참여 인원 */
    .together-person {
        right: 15px;
        bottom: 28px;
    }
    .together-person .person-list {
        width: 86px;
        margin-bottom: 5px;
    }
    .together-person .txt:before {
        width: 12px;
        height: 8px;
        margin-right: 2px;
    }
    .together-person .txt {
        height: 20px;
        padding: 0 6px;
        border-radius: 6px;
    }

    /* 주변 매장 */
    .market-list li {
        margin-bottom: 15px;
        padding: 15px;
        border-radius: 18px;
    }
    .market-list .img-box,
    .market-card .img-box {
        border-radius: 14px;
    }
    .market-list .name,
    .market-card .name {
        width: calc(100% - 28px);
    }
    .market-list .name:after {
        width: 5px;
        height: 9px;
        margin-left: 7px;
    }
    .market-list .name .market-name {
        max-width: calc(100% - 12px);
    }
    .market-list .location:before,
    .market-card .location:before {
        width: 9px;
        height: 10px;
        margin-right: 3px;
    }
    .market-list .score-area + span,
    .market-card .score-area + span {
        margin-left: 4px;
    }
    .market-list .btn-like,
    .market-card .btn-like {
        width: 14px;
        height: 13px;
    }
    .market-card .active .txt-body,
    .market-card .active .txt-foot {
        margin-top: 13px;
    }
    .market-card .btn-more:after {
        width: 7px;
        height: 12px;
        margin-left: 3px;
        background-size: 7px;
    }
    .market-card ul li:not(:first-child) {
        margin-top: 6px;
    }
    .market-card ul li {
        padding-left: 13px;
    }
    .market-card ul li:before {
        width: 9px;
        height: 10px;
    }
    .market-label {
        width: 33px;
        height: 14px;
        border-radius: 7px;
    }
    .market-label + .market-label {
        margin-left: 3px;
    }
    /* 마켓 상세 */
    /* 마켓 상품 */
    .market-desc-detail .category-list {
        padding-top: 6px;
    }
    .market-desc-detail .category-list.fixed {
        top: 85px;
        padding-top: 6px;
    }
    /* 마켓 이벤트 */
    .market-desc-detail .event-list li a {
        height: 72px;
        padding: 9px 15px;
    }
    .market-desc-detail .event-list li .thumbnail {
        border-radius: 11px;
    }
    .market-desc-detail .market-event-content .content-box {
        padding: 15px 15px 9px;
        border-radius: 14px;
    }
    .market-desc-detail .market-event-content .content-box .btn-more:after {
        width: 7px;
        height: 7px;
        margin-left: 4px;
    }
    /* 마켓 지도 */
    .market-desc-detail .map {
        height: 356px;
    }
    .market-desc-detail .map .button-wrap {
        top: 15px;
        left: 20px;
    }
    .market-desc-detail .map .button-wrap .btn {
        padding: 0 9px;
        border-radius: 11px;
        -webkit-box-shadow: 0 0 5px 1px rgba(162,162,162,.2);
        box-shadow: 0 0 5px 1px rgba(162,162,162,.2);
        line-height: 22px;
    }
    .market-desc-detail .map .button-wrap .btn:not(:first-child) {
        margin-left: 6px;
    }
    .market-desc-detail .map .market-info-box {
        left: 20px;
        /* bottom: 15px; */
        width: calc(100% - 40px);
        padding: 15px;
        border-radius: 18px;
    }
    .market-desc-detail .map .market-info-box .btn-copy {
        width: 36px;
        height: 14px;
        border-radius: 7px;
    }

    /* 상품 상세 */
    .product-detail-wrap .product-img .product-label {
        top: 15px;
        left: 15px;
        width: 60px;
        height: 60px;
        border-radius: 15px;
    }
    .product-detail-wrap .product-img .swiper-pagination-bullets {
        bottom: 9px;
    }
    .product-detail-wrap .product-img .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
    /* product-info-box */
    .product-info-box .link,
    .product-info-box .sub-tit,
    .product-info-box .cost {
        margin-bottom: 6px;
    }
    .product-info-box .link:after {
        width: 4px;
        height: 7px;
        margin-left: 4px;
    }
    .product-info-box .label {
        height: 14px;
        margin-bottom: 6px;
        padding: 0 6px;
        border-radius: 8px;
    }
    .product-info-box .name {
        margin-bottom: 18px;
    }
    /* shop-info-box, together-info-box */
    .shop-info-box .shop-info-list > li:not(:last-child) {
        padding-bottom: 15px;
    }
    .shop-info-box .shop-info-list > li:not(:first-child) {
        padding-top: 15px;
    }
    .shop-info-box .tit:before,
    .together-info-box dt:before {
        width: 9px;
        height: 11px;
    }
    .shop-info-box .tit,
    .together-info-box dt {
        padding-left: 15px;
    }
    .shop-info-box .txt {
        text-indent: 15px;
    }
    .shop-info-box .btn-more:after {
        width: 7px;
        height: 12px;
        margin-left: 4px;
        background-size: 7px;
    }
    .shop-info-box .more-content dd + dt {
        margin-top: 15px;
    }
    .shop-info-box .more-content dd {
        margin-top: 0.926vw;
    }
    .shop-info-box .bar-list {
        margin-top: 6px;
    }
    .shop-info-box .bar-list li {
        padding-left: 4px;
    }
    .shop-info-box .img-list {
        margin-top: 9px;
    }
    .shop-info-box .img-list li:not(:last-child) {
        margin-right: 9px;
    }
    .together-info-box .box {
        height: 16px;
        padding: 0 5px;
        border-radius: 8px;
    }
    .shop-info-box .coupon-list li:not(:first-child) {
        margin-top: 12px;
    }
    .coupon-list .btn {
        width: 40px;
        height: 14px;
        padding: 0 5px;
        border-radius: 7px;
    }
    /* desc-detail */
    .desc-detail .detail-tab {
        height: 40px;
    }
    .desc-detail .detail-tab.fixed {
        top: 60px;
        -webkit-box-shadow: 3px 3px 5px 0 rgba(162,162,162,.05);
        box-shadow: 3px 3px 5px 0 rgba(162,162,162,.05);
    }
    .desc-detail .detail-tab li a {
        padding: 0 11px;
    }
    .desc-detail .detail-tab li span {
        font-size: 10px;
    }
    .desc-detail .tab-content .btn-more {
        height: 38px;
        border-radius: 8px;
    }
    .desc-detail .tab-content .btn-more:after {
        width: 11px;
        height: 11px;
        margin-left: 5px;
    }
    .product-detail-wrap .tab-btn-box,
    .product-detail-wrap .tab-btn-box li:not(:first-child) {
        border-top: 3px solid var(--color-bc);
    }
    .product-detail-wrap .tab-btn-box a {
        padding: 24px 20px;
        background-position: center right 20px;
        background-size: 7px 12px;
    }
    .product-detail-wrap .tab-btn-box a span {
        font-size: 11px;
    }
    /* 상품 옵션 */
    .product-option {
        margin-bottom: 6px;
        border-radius: 18px;
        
    }
    .option-body {
        padding: 32px 0 24px;
    }
    .option-body > div {
        max-height: 220px;
        padding: 0 9px;
    }
    .btn-option-close {
        top: 9px;
        right: 9px;
        width: 8px;
        height: 8px;
    }
    .product-option .box {
        padding: 19px 9px 9px;
        border-radius: 10px;
    }
    .product-option .no-option .box {
        padding: 9px;
    }
    .product-option .select-custom + .box,
    .product-option .box + .box {
        margin-top: 9px;
    }
    .btn-purchase-option-close {
        top: 9px;
        right: 9px;
        width: 6px;
        height: 6px;
    }
    .product-option .counter-box {
        min-width: 12.963vw;
    }
    .product-option .counter-box .minus,
    .product-option .counter-box .plus {
        width: 10px;
        height: 10px;
        background-size: 6px;
    }
    .product-option .counter-box .num {
        font-size: 14px;
    }
    .product-option .time-box .btn {
        width: calc(50% - 3px);
        height: 36px;
        border-radius: 10px;
        line-height: 36px;
    }
    .product-option .time-box .btn:nth-child(2) ~ .btn {
        margin-top: 6px;
    }
    .product-option .time-box .btn span {
        padding: 0 9px;
    }
    .option-foot {
        height: 44px;
        padding: 0 9px;
        border-top: 1px solid #d0d0d0;
    }

    /* 장바구니 */
    .cart-wrap .sub-header .select-inp + label {
        margin-left: 5px;
    }
    .cart-product {
        padding: 15px 20px;
    }
    .cart-product + .cart-product {
        border-top: 1px solid var(--color-bc);
    }
    .cart-product .product-img {
        width: 104px;
        height: 104px;
        border-radius: 18px;
    }
    .cart-product.end .product-img:after {
        font-size: 18px;
    }
    .cart-product .product-txt {
        width: calc(100% - 166px);
    }
    .cart-product .product-txt .name {
        padding-bottom: 1px;
    }
    .cart-product .btn-wrap {
        width: 32px;
    }
    .cart-product .btn-wrap .btn {
        height: 14px;
        border-radius: 7px;
    }
    .cart-product .btn-wrap .btn + .btn {
        margin-top: 17px;
    }
    .order-wrap .sm-more-tit,
    .cart-wrap .more-tit,
    .reception-wrap .more-tit {
        padding-right: 14px;
    }
    .cart-product .more-tit {
        padding-right: 12px;
    }
    .order-wrap .sm-more-tit:after,
    .cart-wrap .more-tit:after,
    .reception-wrap .big-more-tit:after {
        width: 8px;
        height: 8px;
        margin-top: -4px;
    }
    .cart-product .more-tit:after,
    .reception-wrap .sm-more-tit:after {
        width: 7px;
        height: 7px;
        margin-top: -3.5px;
    }
    .cart-wrap .btn-coupon {
        width: 36px;
        height: 18px;
        border-radius: 9px;
    }
    .noti-txt:before {
        top: 2px;
        width: 8px;
        height: 8px;
    }
    .noti-txt {
        padding-left: 15px;
    }

    /* 쿠폰 */
    .coupon-wrap .coupon-box + h5:before {
        width: calc(100% + 40px);
        height: 1px;
    }
    .coupon-wrap .coupon-box + h5 {
        padding-top: 19px;
    }
    .coupon-wrap .coupon-box .coupon {
        width: 134px;
    }
    .coupon-wrap .coupon-box .coupon:nth-child(2) ~ .coupon {
        margin-top: 12px;
    }
    .coupon-wrap .coupon-box .coupon a {
        height: 72px;
    }
    .coupon-wrap .coupon-box .coupon p {
        padding-bottom: 6px;
    }
    .coupon-wrap .coupon-box .coupon .date {
        margin-top: 3px;
    }
    .coupon-box .coupon .design-inp {
        top: 4px;
        left: 4px;
    }
    .coupon-wrap .coupon-box .coupon .txt-use {
        height: 16px;
        margin-top: 4px;
        border-radius: 4px;
    }

    /* 결제 */
    .address-box .label {
        height: 14px;
        margin-left: 6px;
        padding: 0 7px;
        border-radius: 7px;
    }
    .address-box .btn-change,
    .payment-information .btn-copy {
        width: 35px;
        height: 14px;
        border-radius: 7px;
    }
    .payment-information .passbook-area p {
        width: calc(100% - 41px);
    }
    .address-box .btn-wrap .btn {
        height: 14px;
        border-radius: 7px;
    }
    .order-wrap .big-more-tit {
        padding-right: 16px;
    }
    .order-wrap .big-more-tit:after {
        margin-top: -6px;
    }
    .order-wrap .big-more-tit p span {
        padding-bottom: 1px;
    }
    .order-wrap .order-box .box-body + .box-body {
        margin-top: 1px;
    }
    .order-wrap .order-box .box-body + .box-body:before {
        top: -1px;
        width: calc(100% + 40px);
        height: 1px;
    }
    .discount-box .input-row,
    .discount-box .btn-discount {
        height: 18px;
        padding: 0 7px;
        border-radius: 9px;
    }
    .discount-box .input-row {
        width: 100px;
    }
    .discount-box .input-row span {
        margin-left: 3px;
    }
    .discount-box .btn-discount {
        margin-left: 5px;
    }
    .discount-box .input-row + .btn-discount {
        margin-left: 4px;
    }
    .method-type .btn {
        height: 36px;
        border-radius: 8px;
        line-height: 36px;
    }
    .btn-benefit-info {
        padding: 15px 20px;
    }
    .btn-benefit-info:after {
        width: 5px;
        height: 9px;
        margin-left: 4px;
    }
    .account-area {
        padding-right: 13px;
    }
    .account-area .btn {
        width: 40px;
        height: 18px;
        border-radius: 9px;
    }

    /* 상세 주문 내역 */
    .order-detail-list .order-box .box-body + .box-body,
    .reception-wrap .order-box .box-body + .box-body {
        border-top: 1px solid var(--color-bc);
    }
    .order-detail-list .order-box .box .price {
        bottom: 12px;
    }
    .order-detail-list .order-box .btn-wrap .btn {
        width: calc(25% - 4px);
        height: 26px;
        border-radius: 8px;
    }
    .order-wrap .big-more-tit:after,
    .order-detail-list .more-tit:after {
        width: 12px;
        height: 12px;
    }

    /* 배송 조회 */
    .order-box .box .product-txt .btn-copy {
        width: 35px;
        height: 14px;
        border-radius: 7px;
    }
    .deilvery-current .current-list {
        padding-left: 6px;
    }
    .deilvery-current .current-list li {
        padding-left: 12px;
    }
    .deilvery-current .current-list li + li {
        margin-top: 30px;
    }
    .deilvery-current .current-list li:not(:last-child):after {
        width: 3px;
        height: calc(100% + 30px);
    }
    .deilvery-current .current-list .info-current:before {
        left: -6px;
        width: 14px;
        height: 14px;
        border: 3px solid #b4b3af;
    }
    .deilvery-current .current-list .txt-location {
        margin-right: 11px;
    }
    .deilvery-current .current-list .txt-location:after {
        right: -6px;
        width: 1px;
        height: 7px;
    }
    /* 최근 주문 내역 */
    .state-list a {
        padding: 15px 0;
    }

    /* 마이페이지 */
    .profile-info .btn-photo {
        right: -2px;
        bottom: 1px;
        width: 20px;
        height: 20px;
    }
    .profile-info .profile-txt .name {
        margin-right: 4px;
    }
    .profile-info .grade {
        margin-right: 3px;
        padding: 2px 6px;
        border-radius: 7px;
    }
    .profile-info .level-txt {
        margin-top: 9px;
    }
    .profile-info .progress {
        margin-top: 9px;
    }
    .mypage-wrap .box-list li {
        border-radius: 18px;
    }
    .mypage-wrap .box-list .tit {
        margin-bottom: 16px;
    }
    .mypage-menu li {
        height: 38px;
        border-radius: 8px;
    }
    .mypage-menu li:not(:first-child) {
        margin-top: 6px;
    }
    .mypage-menu li.member-code-box,
    .mypage-menu li > a {
        padding: 0 18px;
    }
    .mypage-menu li .ico-more {
        width: 4px;
        height: 7px;
    }
    .mypage-menu .btn-copy {
        margin-left: 4px;
        padding: 0 5px;
        border-radius: 6px;
        line-height: 12px;
    }
    /* switch */
    .mypage-wrap .switch {
        width: 32px;
        height: 16px;
    }
    .mypage-wrap .slider {
        border-radius: 8px;
    }
    .mypage-wrap .slider:before {
        left: 2px;
        bottom: 2px;
        width: 12px;
        height: 12px;
    }
    .mypage-wrap input:checked + .slider:before {
        -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
        transform: translateX(16px);
    }
    /* 내 정보 수정 */
    .mypage-menu.setting-menu li {
        height: 40px;
    }
    .mypage-menu.setting-menu li:not(.bb10-edeae2, .bb0) {
        border-bottom: 1px solid var(--color-bc);
    }
    .mypage-menu.setting-menu li > a {
        padding: 0 38px;
    }
    /* 알림설정 */
    .mypage-menu.notification-menu li {
        height: 50px;
    }

    /* 마켓 정보 수정 */
    .market-edit .photo-upload .label-btn {
        background-size: 18px;
    }
    .market-edit .photo-upload .label {
        left: 7px;
        bottom: 7px;
        padding: 0 5px;
        border-radius: 10px;
        line-height: 20px;
    }
    .market-edit .open-hour-area + .open-hour-area {
        margin-top: 30px;
        padding-top: 31px;
    }
    .market-edit .open-hour-area + .open-hour-area:before {
        height: 1px;
    }
    .day-week-box .btn {
        width: 30px;
        height: 44px;
        border-radius: 15px;
    }
    .day-week-box .btn span + span {
        margin-top: 4px;
    }
    .market-edit .btn-add:before {
        width: 8px;
        height: 8px;
        margin-right: 2px;
    }
    /* timepicker */
    .ui-timepicker {
        max-height: 139px;
    }
    .ui-timepicker-standard {
        font-size: 11px;
        border-radius: 10px;
    }

    /* 회원 등급 안내 */
    .membership-wrap .tab li a {
        padding: 9px 0;
    }
    .membership-wrap .tab li a.active {
        border-bottom: 1px solid #428c75;
    }
    .membership-wrap .info-box {
        padding: 18px;
        border-radius: 18px;
    }
    .membership-wrap .info-box .tit:before {
        width: 9px;
        height: 11px;
    }
    .membership-wrap .info-box .tit {
        padding-left: 15px;
    }
    .membership-wrap .coupon-list {
        margin-top: 10px;
    }
    .membership-wrap .coupon-list li {
        padding: 4px 0;
    }
    .level-info li {
        padding: 12px 0;
    }
    .level-info li img {
        width: 44px;
    }
    .level-info li .txt-box {
        width: calc(100% - 56px);
        margin-left: 12px;
    }
    .level-info .coupon-box .coupon {
        width: 107px;
    }
    .level-info .coupon-box .coupon:nth-child(2) ~ .coupon {
        margin-top: 6px;
    }
    .level-info .coupon-box .coupon a {
        height: 57px;
    }
    .level-info .coupon-box .coupon p {
        padding-bottom: 3px;
    }
    .coupon-box .coupon .tit {
        margin-bottom: 6px;
    }
    .coupon-wrap .more-tit:after
    .membership-wrap .more-tit:after {
        width: 7px;
        height: 7px;
        margin-left: 4px;
    }
    .coupon-wrap .more-content .bar-list li,
    .membership-wrap .more-content .bar-list li {
        padding-left: 4px;
    }

    /* 후기, 문의, 공지사항 */
    .review-photo-list {
        top: 32px;
        padding: 24px 0;
        border-bottom: 1px solid var(--color-bc);
    }
    .review-photo-list.fixed {
        top: 92px;
    }
    .review-photo-list .review-photo-slide a {
        border-radius: 14px;
    }
    .normal-list li {
        padding: 15px 20px;
        border-bottom: 1px solid var(--color-bc);
    }
    .review-head .id {
        margin-right: 6px;
    }
    .market-list .score-area,
    .market-card .score-area,
    .review-head .score-area {
        width: 53px;
        height: 9px;
    }
    .review-list .review-body {
        padding-top: 15px;
    }
    .normal-body .btn-more {
        margin-top: 15px;
    }
    .normal-body .btn-more:after {
        width: 7px;
        height: 7px;
        margin-left: 4px;
    }
    .review-body .review-img {
        border-radius: 14px;
    }
    .review-body .review-img-view {
        margin-top: 15px;
    }
    .qna-body .qna-img-view {
        margin-top: 6px;
        padding-left: 13px;
    }
    .normal-slide,
    .normal-slide img {
        border-radius: 18px;
    }
    .normal-slide .swiper-pagination-bullets {
        bottom: 9px;
    }
    .normal-slide .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0 2px;
    }
    .qna-list .qna-head .slash {
        padding: 0 1px;
    }
    .qna-list .qna-head .date {
        margin-left: 6px;
    }
    .qna-list .qna-head .date:before {
        height: 5px;
        margin-right: 6px;
    }
    .qna-list .qna-txt p {
        padding-left: 13px;
    }
    .qna-list .qna-txt .lock:before {
        width: 9px;
        height: 12px;
    }
    .qna-list .qna-txt .answer {
        margin-top: 6px;
        padding-bottom: 1px;
    }
    .notice-list {
        border-top: 1px solid var(--color-bc);
    }
    /* 공지사항, 이벤트 상세 */
    .normal-view .view-head {
        border-bottom: 1px solid var(--color-bc);
    }

    /* 자주 묻는 질문 */
    .faq-list li {
        padding: 15px 20px;
        border-bottom: 1px solid var(--color-bc);
    }
    .faq-list .tit:after {
        top: 3px;
        right: 0;
        width: 7px;
        height: 7px;
    }
    .faq-list .question {
        padding-left: 13px;
    }
    .faq-list .more-content > div {
        margin-top: 9px;
    }

    /* 내 문의 내역 */
    .my-qna-list .box-body + .box-body {
        border-top: 1px solid var(--color-bc);
    }
    .my-qna-list li:last-child {
        border-bottom: 1px solid var(--color-bc);
    }
    .my-qna-list .box .product-txt {
        width: calc(100% - 69px);
    }
    .my-qna-list .box .product-info + div {
        height: 60px;
    }
    .my-qna-list .box .btn-wrap .btn {
        height: 14px;
        border-radius: 7px;
    }
    .my-qna-list .box .state {
        height: 22px;
        border-radius: 11px;
    }
    .qna-view .question {
        padding: 0 0 6px 13px;
    }
    .qna-img-slide {
        margin-top: 3px;
    }
    .qna-view .answer-box {
        padding: 15px;
        border-radius: 14px;
    }

    /* 나의 후기 */
    .review-to-write-list li:not(:first-child),
    .review-written-list li:not(:first-child) {
        border-top: 3px solid var(--color-bc);
    }
    .order-box .box-head {
        height: 38px;
        padding: 0 20px;
        border-bottom: 1px solid var(--color-bc);
    }
    .order-box .box-head dt {
        margin-right: 8px;
    }
    .order-box .box-body {
        padding-left: 20px;
        padding-right: 20px;
    }
    .order-box .box {
        padding: 12px 0;
    }
    .order-box .box + .box {
        border-top: 1px solid var(--color-bc);
    }
    .order-box .box .product-img {
        width: 60px;
        height: 60px;
        margin-right: 9px;
        border-radius: 14px;
    }
    .order-wrap .box .product-txt,
    .order-detail-list .box .product-txt,
    .review-to-write-list .box .product-txt,
    .reception-wrap .box .product-txt {
        width: calc(100% - 69px);
    }
    .order-box .box .product-txt .sub {
        margin-bottom: 4px;
    }
    .order-box .box .product-txt .name {
        padding-bottom: 1px;
    }
    .order-box .box .product-txt .option {
        margin-top: 6px;
    }
    .order-box .box .product-txt .option .slash {
        margin: 0 4px;
    }
    .review-to-write-list .box .btn {
        height: 22px;
        border-radius: 11px;
    }
    .review-written-list .order-box .box {
        padding: 15px 0;
    }
    .review-written-list .box .btn-wrap .btn {
        height: 14px;
        border-radius: 7px;
    }
    .review-area {
        padding: 12px 20px 15px;
        border-top: 1px solid var(--color-bc);
    }
    .review-area .review-body {
        padding-top: 12px;
    }

    /* 문의하기, 후기 작성 */
    .write-form .score-area {
        margin: 15px auto 20px;
    }
    .score-area .btn-star {
        width: 26px;
        height: 25px;
        margin: 0 2px;
    }
    .write-form .write-box {
        border-radius: 18px;
    }
    .qna-write .write-box {
        height: 122px;
        padding: 15px 13px;
    }
    .review-write .write-box {
        height: 216px;
        padding: 15px 13px 25px;
    }
    .write-form .write-box .txt-total {
        right: 14px;
        bottom: 16px;
    }
    .photo-upload li > div {
        border-radius: 14px;
    }
    .photo-upload .label-btn {
        background-size: 12px;
    }
    .photo-upload .btn-delete {
        top: -4px;
        right: -5px;
        width: 20px;
        height: 20px;
    }
    .write-form .bar-list li {
        padding-left: 6px;
    }

    /* 취소/반품/교환 */
    .reception-step:after {
        height: 1px;
    }
    .reception-step li {
        width: 64px;
        height: 20px;
        border-radius: 8px;
    }
    .reception-wrap .order-box .design-inp {
        margin-right: 9px;
    }
    .account-copy-area {
        padding: 9px;
        border-radius: 10px;
    }
    .account-copy-area p {
        width: calc(100% - 67px);
    }
    .account-copy-area .btn-copy {
        width: 58px;
        height: 18px;
        border-radius: 9px;
    }
    .reception-wrap .confirm-box .btn-copy {
        width: 52px;
        height: 16px;
        border-radius: 8px;
    }

    /* 회원탈퇴 */
    .member-leave .logo {
        height: 16px;
    }
    .member-leave h5:before {
        width: 20px;
        height: 20px;
        margin-bottom: 7px;
    }
    .member-leave .btn-wrap .btn {
        width: 62px;
        height: 36px;
        border-radius: 10px;
        line-height: 36px;
    }
    .member-leave .btn-wrap .btn + .btn {
        margin-left: 6px;
    }

    /* 파파마켓 소개 */
    .company-wrap .bar-list li {
        padding-left: 4px;
    }

    /* 이용 안내 */
    .information-txt-box {
        height: 88px;
        padding: 15px;
        border-radius: 14px;
    }

    /* 입점 문의 */
    .partner-wrap .txt-box {
        width: 238px;
        border-radius: 10px;
    }
    .partner-wrap .btn-wrap .btn {
        width: 152px;
        border-radius: 19px;
    }
    .partner-wrap .list li:not(:first-child) {
        border-top: 1px solid var(--color-bc);
    }
    .partner-wrap .list a {
        padding: 20px;
    }
    .partner-wrap .list .tit {
        padding-bottom: 1px;
    }
}

@media screen and (max-width: 280px) {
    /* common */
    .block {
        display: none;
    }
    .ms-block {
        display: block;
    }

    /* footer */
    footer .cs-info p span {
        display: block;
        line-height: 1.5em;
    }

    /* 검색 */
    .search-wrap .tab li {
        padding: 0 6px;
    }
    .search-wrap .btn-wrap {
        padding-right: 6px;
    }
    .search-wrap .btn-wrap .btn {
        padding: 0 4px;
    }
    .search-wrap .btn-wrap .btn + .btn {
        margin-left: 2px;
    }
    .search-wrap .word-list li a {
        padding: 0 22px 0 6px;
    }
    .search-wrap .word-list .btn-delete {
        right: 6px;
    }

    /* 로그인 */
    .login-box .info-user-menu a {
        letter-spacing: -0.06em;
    }

    /* Mr.공구 */
    .together-detail-wrap .product-slide .txt-box {
        padding: 0 9px;
    }

    /* 장바구니 */
    .cart-product .product-img {
        width: 90px;
        height: 90px;
        border-radius: 16px;
    }
    .cart-product.end .product-img:after {
        font-size: 16px;
    }
    .cart-product .product-txt {
        width: calc(100% - 148px);
    }
    .cart-product .product-txt .txt {
        line-height: 1.2em;
    }

    /* 쿠폰 */
    .coupon-wrap .coupon-box .coupon {
        width: 118px;
    }
    .coupon-wrap .coupon-box .coupon a {
        height: 63px;
    }
    .coupon-wrap .coupon-box .coupon .tit {
        margin-bottom: 4px;
    }
    .coupon-wrap .coupon-box .coupon p {
        padding-bottom: 2px;
    }
    .coupon-wrap .coupon-box .coupon .date {
        margin-top: 2px;
    }
    .coupon-box .coupon .design-inp {
        top: 3px;
        left: 3px;
    }

    /* 결제 */
    .payment-information .passbook-area .bank-name {
        display: block;
    }
    .discount-box .input-row {
        width: 88px;
    }

    /* 상세 주문 내역 */
    .order-wrap .order-box .box .product-info,
    .order-detail-list .order-box .product-info,
    .reception-wrap .order-box .box .product-info {
        width: 73%;
    }

    /* 최근 주문 내역 */
    .state-list {
        font-size: 11px;
    }

    /* 마켓 정보 수정 */
    .day-week-box .btn span + span {
        letter-spacing: -0.06em;
    }

    /* 회원 등급 안내 */
    .level-info .coupon-box .coupon {
        width: 120px;
    }
    .level-info .coupon-box .coupon:nth-child(2) {
        margin-top: 6px;
    }
    .level-info .coupon-box .coupon a {
        height: 64px;
    }

    /* 취소/반품/교환 */
    .reception-step li {
        width: 56px;
    }

    /* 입점 문의 */
    .partner-wrap .txt-box {
        width: 100%;
    }
}

@media screen and (min-width: 1080px) {
    /* common */
    .inner {
        padding: 0 70px;
    }

    /* margin */
    .mt6 {
        margin-top: 6px;
    }
    .mt15 {
        margin-top: 15px;
    }
    .mt20 {
        margin-top: 20px;
    }
    .mt27 {
        margin-top: 27px;
    }
    .mt30 {
        margin-top: 30px;
    }
    .mt40 {
        margin-top: 40px;
    }
    .mt50 {
        margin-top: 50px;
    }
    .mt70 {
        margin-top: 70px;
    }
    .mt80 {
        margin-top: 80px;
    }
    .mt100 {
        margin-top: 100px;
    }
    .mt200 {
        margin-top: 200px;
    }
    .mt250 {
        margin-top: 250px;
    }
    .ml30 {
        margin-left: 30px;
    }
    .ml99 {
        margin-left: 99px;
    }
    .mr15 {
        margin-right: 15px;
    }
    .mr20 {
        margin-right: 20px;
    }
    .mb30 {
        margin-bottom: 30px;
    }
    .mb40 {
        margin-bottom: 40px;
    }
    .mb50 {
        margin-bottom: 50px;
    }
    .mb70 {
        margin-bottom: 70px;
    }
    .mb80 {
        margin-bottom: 80px;
    }
    .mb100 {
        margin-bottom: 100px;
    }

    /* padding */
    .pt20 {
        padding-top: 20px;
    }
    .pt27 {
        padding-top: 27px;
    }
    .pt30 {
        padding-top: 30px;
    }
    .pt36 {
        padding-top: 36px;
    }
    .pt50 {
        padding-top: 50px;
    }
    .pt70 {
        padding-top: 70px;
    }
    .pt80 {
        padding-top: 80px;
    }
    .pt89 {
        padding-top: 89px;
    }
    .pt100 {
        padding-top: 100px;
    }
    .pt108 {
        padding-top: 108px;
    }
    .pt136 {
        padding-top: 136px;
    }
    .pt146 {
        padding-top: 146px;
    }
    .pt150 {
        padding-top: 150px;
    }
    .pt186 {
        padding-top: 186px;
    }
    .pt213 {
        padding-top: 213px;
    }
    .pt240 {
        padding-top: 240px;
    }
    .pt340 {
        padding-top: 340px;
    }
    .pt475 {
        padding-top: 475px;
    }
    .pb30 {
        padding-bottom: 30px;
    }
    .pb35 {
        padding-bottom: 35px;
    }
    .pb45 {
        padding-bottom: 45px;
    }
    .pb50 {
        padding-bottom: 50px;
    }
    .pb60 {
        padding-bottom: 60px;
    }
    .pb70 {
        padding-bottom: 70px;
    }
    .pb80 {
        padding-bottom: 80px;
    }
    .pb100 {
        padding-bottom: 100px;
    }
    .pb150 {
        padding-bottom: 150px;
    }
    .pb170 {
        padding-bottom: 170px;
    }
    .pb240 {
        padding-bottom: 240px;
    }
    .pb340 {
        padding-bottom: 340px;
    }
    
    /* font-size */
    .fs20 {
        font-size: 20px;
    }
    .fs24 {
        font-size: 24px;
    }
    .fs27 {
        font-size: 27px;
    }
    .fs28 {
        font-size: 28px;
    }
    .fs30 {
        font-size: 30px;
    }
    .fs33 {
        font-size: 33px;
    }
    .fs35 {
        font-size: 35px;
    }
    .fs36 {
        font-size: 36px;
    }
    .fs38 {
        font-size: 38px;
    }
    .fs39 {
        font-size: 39px;
    }
    .fs40 {
        font-size: 40px;
    }
    .fs42 {
        font-size: 42px;
    }
    .fs45 {
        font-size: 45px;
    }
    .fs48 {
        font-size: 48px;
    }
    .fs50 {
        font-size: 50px;
    }
    .fs54 {
        font-size: 54px;
    }
    .fs55 {
        font-size: 55px;
    }
    .fs57 {
        font-size: 57px;
    }
    .fs64 {
        font-size: 64px;
    }
    .fs65 {
        font-size: 65px;
    }
    .fs70 {
        font-size: 70px;
    }

    /* border */
    .bt2-edeae2 {
        border-top: 2px solid var(--color-bc);
    }
    .bt10-edeae2 {
        border-top: 10px solid var(--color-bc);
    }
    .bb10-edeae2 {
        border-bottom: 10px solid var(--color-bc);
    }

    /* btn */
    .btn-wide {
        height: 130px;
        border-radius: 36px;
        line-height: 130px;
    }
    .btn-normal {
        height: 120px;
        border-radius: 36px;
        line-height: 120px;
    }
    .home-w {
        background-image: url("../img/common/ico_home_w@2x.png");
    }
    .menu-b {
        background-image: url("../img/common/ico_menu@2x.png");
    }
    .menu-w {
        background-image: url("../img/common/ico_menu_w@2x.png");
    }
    .basket-b {
        background-image: url("../img/common/ico_basket@2x.png");
    }
    .basket-w {
        background-image: url("../img/common/ico_basket_w@2x.png");
    }
    .customer-w {
        background-image: url("../img/common/ico_customer_w@2x.png");
    }
    .location-f {
        background-image: url("../img/common/ico_location_f@2x.png");
    }
    .heart-b {
        background-image: url("../img/common/ico_heart@2x.png");
    }
    .heart-w {
        background-image: url("../img/common/ico_heart_w@2x.png");
    }
    .btn-like.active {
        background-image: url("../img/common/ico_heart_active@2x.png");
    }
    .btn-gnb-close,
    .btn-popup-close {
        background-image: url("../img/common/ico_close@2x.png");
    }
    .btn-back {
        background-image: url("../img/common/ico_back@2x.png");
    }
    .btn-photo {
        background-image: url("../img/common/ico_camera@2x.png");
    }

    /* select */
    select {
        height: 120px;
        padding: 0 45px;
        background-image: url("../img/common/ico_arrow_gy@2x.png");
        background-position:  center right 45px;
        background-size: 24px;
        border-radius: 36px;
    }
    /* select custom */
    .select-custom {
        height: 120px;
        padding: 0 114px 0 45px;
        border-radius: 36px;
    }
    .select-custom .current {
        line-height: 120px;
    }
    .select-custom:after {
        width: 114px;
        background-image: url("../img/common/ico_arrow@2x.png");
        background-size: 24px;
    }
    .select-custom .list {
        max-height: 468px;
        border-radius: 32px;
    }
    .select-custom .list .option {
        padding: 24px 45px;
        font-size: 36px;
    }

    /* input */
    .input-row {
        height: 120px;
        border-radius: 36px;
    }
    .input-row .inp {
        padding: 0 45px;
    }
    .input-row .inp.match {
        background-image: url("../img/common/ico_match@2x.png");
        background-position: center right 45px;
        background-size: 54px 38px;
    }
    /* radio, checkbox */
    /* design-inp */
    .design-inp[type="radio"] {
        width: 45px;
        height: 45px;
        border: 3px solid #428c75;
        border-radius: 12px;
    }
    .design-inp[type="checkbox"] {
        width: 42px;
        height: 42px;
        border-radius: 8px;
        border: 3px solid #428c75;
    }
    .design-inp:checked {
        background-image: url("../img/common/ico_check@2x.png");
    }
    .design-inp[type="radio"] + label {
        margin-left: 12px;
    }
    .design-inp[type="checkbox"] + label {
        margin-left: 17px;
    }
    /* select-inp */
    .select-inp {
        width: 66px;
        height: 66px;
        border: 6px solid #428c75;
    }
    .select-inp:checked {
        background-image: url("../img/common/ico_select@2x.png");
    }
    /* input-area */
    .input-area .input-row {
        width: calc(100% - 230px);
    }
    .input-area .btn {
        width: 210px;
        height: 120px;
        border-radius: 36px;
        line-height: 120px;
    }
    .input-area select {
        width: 210px;
    }
    .input-area .bar {
        width: 16px;
        height: 2px;
    }
    .input-area .bar + .input-row {
        width: calc(100% - 246px);
    }
    .input-area + .input-area,
    .input-area + .input-row,
    .input-row + .input-area,
    .input-row + .input-row {
        margin-top: 20px;
    }
    /* textarea */
    .input-row.textarea-normal {
        padding: 45px;
    }
    .input-row.textarea-normal.h200 {
        height: 200px;
    }
    .input-row.textarea-normal.h410 {
        height: 410px;
    }
    .input-row.textarea-normal.h500 {
        height: 500px;
    }

    /* 파일 첨부 */
    .file-box .input-row {
        width: calc(100% - 197px);
    }
    .file-box label {
        width: 177px;
        height: 120px;
        border-radius: 36px;
    }

    /* date-input-area */
    .date-input-area .input-row {
        height: 72px;
    }
    .date-input-area .bar {
        padding: 0 24px;
    }
    .date-input-area .btn {
        width: 162px;
        height: 72px;
        margin-left: 20px;
        border-radius: 36px;
    }

    /* datepicker */
    .ui-datepicker {
        border-radius: 18px;
    }

    /* table */
    .normal-table {
        border-radius: 64px 64px 0 0;
    }
    .normal-table thead th {
        padding: 46px 0 42px;
    }
    .normal-table tbody th,
    .normal-table tbody td {
        padding: 26px 0 22px;
    }

    /* bar-list */
    .normal-bar-list li {
        padding-left: 18px;
    }
    .normal-bar-list li:not(:first-child) {
        margin-top: 30px;
    }

    /* swiper */
    .swiper .swiper-button-next,
    .swiper .swiper-button-prev {
        width: 24px;
        height: 41px;
    }
    .swiper .swiper-button-next {
        right: 20px;
        background-image: url("../img/common/ico_next@2x.png");
    }
    .swiper .swiper-button-prev {
        left: 20px;
        background-image: url("../img/common/ico_prev@2x.png");
    }

    /* progress */
    .progress {
        height: 18px;
        border-radius: 9px;
    }
    .progress .progress-bar {
        border-radius: 9px;
    }

    /* popup */
    .popup-body {
        border-radius: 64px;
    }
    .popup-qna .popup-body {
        padding: 60px 50px;
    }
    .popup-qna .popup-body .tit {
        padding-bottom: 50px;
        border-bottom: 2px solid #edeae2;
    }
    .popup-qna .popup-body .form-wrap {
        padding: 50px 0;
    }
    .popup-qna .popup-body .form-group {
        margin-bottom: 40px;
    }
    .popup-qna .popup-body .form-group label {
        margin-bottom: 20px;
    }
    .popup-qna .popup-body .form-group .inp {
        padding: 30px;
        border: 2px solid #ddd;
        border-radius: 15px;
    }
    .popup-qna .popup-body .form-group textarea.inp {
        min-height: 300px;
    }
    .popup-qna .popup-body .form-group select.inp {
        background-size: 30px;
    }
    .popup-qna .popup-body .btn-wrap {
        gap: 30px;
    }
    .popup-qna .popup-body .btn-wrap .btn {
        height: 120px;
        border-radius: 15px;
    }
    .popup-review .popup-body {
        margin: 155px auto;
        padding: 80px 50px;
    }
    .btn-popup-close {
        top: 30px;
        right: 30px;
        width: 32px;
        height: 32px;
    }
    .btn-popup-close.bg-none {
        padding-bottom: 3px;
        font-size: 42px;
    }
    .popup-normal .popup-body .txt-wrap {
        padding: 171px 0 114px;
    }
    .popup-normal2 .popup-body .txt-wrap {
        padding: 129px 0;
    }
    .popup-normal .popup-body .btn-wrap,
    .popup-normal2 .popup-body .btn-wrap {
        height: 126px;
        border-top: 2px solid #fff;
    }
    .popup-normal .popup-body .btn-wrap .btn + .btn,
    .popup-normal2 .popup-body .btn-wrap .btn + .btn {
        border-left: 2px solid #fff;
    }
    .popup-review-slide {
        border-radius: 64px;
    }
    .popup-review-thumbnail {
        margin-top: 45px;
        margin-right: -50px;
        padding-right: 50px;
    }
    .popup-review-thumbnail .swiper-slide div {
        border-radius: 36px;
    }
    .popup-body .ico-membership {
        width: 30px;
    }
    
    /* counter-box */
    .counter-box {
        min-width: 160px;
        height: 70px;
        border-radius: 35px;
    }
    .counter-box .minus,
    .counter-box .plus {
        width: 70px;
        height: 70px;
        background-size: 18px;
    }
    .counter-box .minus {
        background-image: url("../img/common/ico_minus@2x.png");
    }
    .counter-box .plus {
        background-image: url("../img/common/ico_plus@2x.png");
    }
    .counter-box .num {
        font-size: 38px;
    }
    .counter-box + .btn-basket {
        width: 70px;
        height: 70px;
        margin-left: 13px;
        background-size: 48px;
    }

    /* 주변 매장 - 공통 */
    .around-list-slide .box {
        margin-bottom: 20px;
        border-radius: 50px;
    }
    .around-list-slide .box p {
        padding-top: 7px;
    }
    .around-list-slide .location:before {
        width: 32px;
        height: 35px;
        margin-right: 12px;
    }
    .around-list-slide .btn-like {
        width: 33px;
        height: 30px;
    }
    
    /* header */
    header {
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
        padding: 46px 0;
    }
    header.scroll {
        -webkit-box-shadow: 10px 10px 16px 0 rgba(162,162,162,.05);
        box-shadow: 10px 10px 16px 0 rgba(162,162,162,.05);
    }
    header .btn {
        width: 108px;
        height: 108px;
        -webkit-box-shadow: 10px 10px 16px 0 rgba(162,162,162,.05);
        box-shadow: 10px 10px 16px 0 rgba(162,162,162,.05);
    }
    header .btn-basket span {
        min-width: 36px;
        height: 36px;
        padding: 0 6px;
        font-size: 20px;
        border-radius: 18px;
    }
    header .location:before {
        width: 51px;
        height: 57px;
        margin-right: 27px;
        background-image: url("../img/common/ico_location_g@2x.png");
    }
    
    /* footer */
    footer {
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
        padding: 100px 0 356px;
    }
    footer .cs-info p {
        margin: 38px 0;
    }
    footer .cs-info .btn {
        width: 273px;
        height: 100px;
        border-radius: 50px;
        -webkit-box-shadow: 10px 10px 16px 0 rgba(84,84,85,.05);
        box-shadow: 10px 10px 16px 0 rgba(84,84,85,.05);
    }
    footer .cs-info .btn-tel {
        margin-right: 40px;
    }
    .footer-menu {
        left: 70px;
        right: 70px;
        bottom: 66px;
        width: calc(100% - 140px);
        max-width: 940px;
        height: 190px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 80px;
        border-radius: 50px;
    }
    .footer-menu .btn {
        width: 50px;
        height: 52px;
    }
    .footer-menu .switch {
        width: 155px;
        height: 50px;
        border: 5px solid #fff;
        border-radius: 30px;
    }
    .footer-menu .slider {
        border-radius: 25px;
    }
    .footer-menu .slider:before {
        left: 7px;
        width: 38px;
        height: 38px;
        margin-top: -19px;
    }
    .footer-menu input:checked + .slider:before {
        -webkit-transform: translateX(103px);
        -ms-transform: translateX(103px);
        transform: translateX(103px);
    }
    .footer-menu .slider:after {
        right: 27px;
        font-size: 33px;
    }
    .footer-menu input:checked + .slider:after {
        left: 27px;
    }

    /* gnb-menu */
    .gnb-menu .menu-body {
        padding: 112px 70px 45px;
        -webkit-box-shadow: 3px 3px 46px 0 rgba(0,0,0,.35);
        box-shadow: 3px 3px 46px 0 rgba(0,0,0,.35);
    }
    .gnb-menu .btn-gnb-close {
        top: 45px;
        right: 45px;
        width: 36px;
        height: 36px;
    }
    .gnb-menu .gnb > li:not(:first-child) {
        margin-top: 70px;
    }
    .gnb-menu .gnb > li.margin {
        margin-top: 200px;
    }
    .gnb-menu .gnb-tit.after:after {
        width: 38px;
        height: 38px;
        margin-left: 20px;
        background-image: url("../img/common/ico_arrow_w@2x.png");
    }
    .gnb-menu .sub-menu {
        padding-top: 40px;
    }
    .gnb-menu .sub-menu li:not(:first-child) {
        margin-top: 40px;
    }
    .gnb-around-list-slide {
        padding-top: 58px;
    }
    .gnb-around-list-slide .box.sale:after {
        background-image: url("../img/common/sale_label_g@2x.png");
    }
    .gnb-around-list-slide .location:before {
        background-image: url("../img/common/ico_location_w@2x.png");
    }
    .gnb-menu .cs-info,
    .gnb-menu .gnb-banner-slide {
        padding-top: 40px;
    }
    .gnb-menu .cs-info .btn {
        width: 250px;
        height: 80px;
        border-radius: 40px;
    }
    .gnb-menu .cs-info .btn-tel {
        margin-right: 30px;
    }
    .gnb-menu .gnb-banner-wrap {
        margin-top: 70px;
    }
    .gnb-menu .gnb-banner-slide .swiper-slide a {
        border-radius: 32px;
    }
    .gnb-menu .gnb-foot-menu {
        margin-top: 200px;
    }
    .gnb-menu .gnb-foot-menu li:not(:last-child) {
        margin-right: 51px;
    }
    .gnb-menu .gnb-foot-menu li:not(:last-child):after {
        right: -26px;
    }

    /* content */
    .content {
        max-width: 1080px;
        min-height: calc(100% - 910px);
        margin-left: auto;
        margin-right: auto;
        padding-top: 202px;
    }

    /* 상품 검색 */
    .searchbar-box {
        padding-bottom: 80px;
    }
    .searchbar-box .input-row {
        height: 130px;
        padding: 0 54px;
        border-radius: 50px;
        -webkit-box-shadow: 10px 10px 16px 0 rgba(162,162,162,.05);
        box-shadow: 10px 10px 16px 0 rgba(162,162,162,.05);
    }
    .searchbar-box .btn-search {
        width: 34px;
        height: 34px;
        margin-right: 43px;
    }
    .searchbar-box .input-row .inp {
        width: calc(100% - 80px);
    }

    /* 검색 */
    .search-wrap .tab li {
        padding: 0 30px;
    }
    .search-wrap .tab li:not(:first-child) {
        margin-left: 2px;
    }
    .search-wrap .tab li:not(:first-child):before {
        left: -2px;
        width: 2px;
        height: 30px;
    }
    .search-wrap .btn-wrap {
        padding-right: 30px;
    }
    .search-wrap .btn-wrap .btn {
        height: 48px;
        padding: 0 24px;
        border-radius: 24px;
    }
    .search-wrap .btn-wrap .btn + .btn {
        margin-left: 10px;
    }
    .search-wrap .word-list li {
        border-bottom: 2px solid var(--color-bc);
    }
    .search-wrap .word-list li a {
        padding: 0 84px 0 30px;
    }
    .search-wrap .word-list .btn-delete {
        right: 30px;
        width: 24px;
        height: 24px;
        background-image: url("../img/common/ico_delete_gy@2x.png");
    }

    /* 검색 결과 */
    .filter-box {
        border-radius: 64px;
    }
    .filter-box .more-tit {
        padding: 50px;
    }
    .filter-box .more-tit:after {
        width: 24px;
        height: 24px;
        margin-top: -12px;
        background-image: url("../img/common/ico_arrow@2x.png");
    }
    .filter-box .more-content > div {
        padding: 0 50px 20px;
    }
    .filter-box .checkbox-row {
        margin-bottom: 30px;
    }
    .filter-box .checkbox-row:not(:last-child) {
        margin-right: 30px;
    }
    .multi-range-slider {
        padding: 15px 0;
    }
    .multi-slider {
        height: 20px;
    }
    .multi-slider > .track,
    .multi-slider > .range {
        border-radius: 10px;
    }
    .multi-slider > .thumb {
        width: 48px;
        height: 48px;
    }
    .multi-slider > .thumb.left {
        transform: translate(0, -15px);
    }
    .multi-slider > .thumb.right {
        transform: translate(0, -15px);
    }
    input[type="range"] {
        height: 20px;
    }
    input[type="range"]::-webkit-slider-thumb {
        width: 48px;
        height: 48px;
    }
    .filter-box .price-range-value p {
        min-width: 180px;
        padding: 0 24px;
        border-radius: 24px;
        line-height: 70px;
    }
    /* 정렬 */
    .sort-select.select-custom {
        min-width: 228px;
        padding-right: 39px;
    }
    .sort-select.select-custom:after {
        width: 22px;
        background-image: url("../img/common/ico_arrow_g@2x.png");
        background-size: 22px;
    }
    .sort-select.select-custom .list {
        margin-top: 20px;
    }

    /* sub-header */
    .sub-header {
        border-bottom: 10px solid var(--color-bc);
    }
    .sub-header.fixed {
        top: 200px;
        right: 0;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
    }
    .sub-header a.after:after,
    .market-review-head a.after:after,
    .btn-after:after {
        width: 18px;
        height: 30px;
        margin-left: 15px;
        background-image: url("../img/common/ico_more_g@2x.png");
    }
    .sub-header .tab li {
        padding-bottom: 37px;
    }

    /* more-content */
    .more-content.normal > div {
        padding: 50px;
        border-radius: 48px;
    }

    /* 로그인 */
    .login-box {
        padding: 102px 0;
    }
    .login-box .input-row + .input-row,
    .login-box .social-login .btn + .btn {
        margin-top: 30px;
    }
    .login-box .btn-login {
        margin: 50px 0;
    }
    .login-box .info-user-menu li {
        padding: 0 20px;
    }
    .login-box .info-user-menu li:not(:first-child):after {
        height: 24px;
    }
    .login-box .social-login .btn {
        height: 120px;
        border-radius: 24px;
    }
    .login-box .btn-kakao {
        background-image: url("../img/common/logo_kakao@2x.png");
    }
    .login-box .btn-naver {
        background-image: url("../img/common/logo_naver@2x.png");
    }
    .login-box .btn-google {
        background-image: url("../img/common/logo_google@2x.png");
    }
    .login-box .btn-apple {
        background-image: url("../img/common/logo_apple@2x.png");
    }

    /* 회원가입, 아이디 찾기, 비밀번호 찾기, 비밀번호 변경 */
    .member-join .member-info-box,
    .agree-wrap .more-content > div {
        height: 200px;
        padding: 45px;
        border-radius: 36px;
    }
    .member-join .member-info-box dt,
    .agree-wrap .more-content dt {
        margin-bottom: 10px;
    }
    .agree-wrap .more-content .bar-list li {
        padding-left: 18px;
    }
    .agree-wrap .btn-more {
        width: 24px;
        height: 24px;
        margin-left: 15px;
        background-image: url("../img/common/ico_arrow@2x.png");
    }
    .agree-wrap .more-content dd + dt {
        margin-top: 20px;
    }
    .member-find .ml68 {
        margin-left: 68px;
    }
    .member-find .info-txt {
        margin-top: 30px;
    }
    
    /* main */
    .main-tit-wrap,
    .more-product-box .tit-wrap {
        margin-bottom: 32px;
    }
    .main-tit-wrap .btn-more:after,
    .more-product-box .tit-wrap .btn-more:after {
        width: 14px;
        height: 24px;
        margin-left: 18px;
        background-image: url("../img/common/ico_more@2x.png");
    }
    .main .content .swiper,
    .more-product-box .swiper {
        margin-right: -70px;
        padding-right: 70px;
    }
    /* 이벤트 배너 */
    .main-banner-slide .swiper-slide a {
        border-radius: 48px;
        -webkit-box-shadow: 10px 10px 16px 0 rgba(162,162,162,.05);
        box-shadow: 10px 10px 16px 0 rgba(162,162,162,.05);
    }
    /* 주변 매장 */
    .main-around-list-slide {
        margin-top: -8px;
    }
    .main-around-list-slide .box {
        margin-top: 26px;
    }
    .main-around-list-slide .box.sale:after {
        background-image: url("../img/common/sale_label@2x.png");
    }
    .main-around-list-slide .location:before {
        background-image: url("../img/common/ico_location@2x.png");
    }
    /* Mr.공구 */
    .together-slide .swiper-slide a {
        height: 400px;
        border-radius: 56px;
    }
    .together-slide .info-wrap {
        padding: 62px 50px 58px 68px;
    }
    .together-slide .info-wrap .tit {
        height: 94px;
    }
    .together-slide .info-wrap .sale {
        height: 38px;
        margin-bottom: 16px;
        padding: 0 14px;
        border-radius: 19px;
    }
    .together-slide .img-wrap .box {
        right: 50px;
        bottom: 58px;
        width: 215px;
        height: 60px;
        border-radius: 30px;
    }
    .together-slide .img-wrap .box span {
        padding: 0 7px;
    }
    /* 추천 상품 */
    .type-slide p {
        margin-top: 20px;
    }
    /* product-slide */
    .product-slide .product-img {
        border-radius: 60px;
    }
    .product-slide .basket-box {
        right: 30px;
        bottom: 30px;
    }
    .product-slide .product-txt {
        margin-top: 20px;
    }
    .product-slide .product-txt .price {
        margin-top: 3px;
    }

    /* 이벤트 */
    .event-list li {
        border-radius: 48px;
    }
    .event-list li:not(:first-child) {
        margin-top: 20px;
    }

    /* banner */
    .banner {
        border-radius: 48px;
    }

    /* category-list */
    .category-list {
        padding-bottom: 20px;
    }
    .category-list.fixed {
        top: 200px;
        right: 0;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 70px 20px;
        -webkit-box-shadow: 10px 10px 16px 0 rgba(162,162,162,.05);
        box-shadow: 10px 10px 16px 0 rgba(162,162,162,.05);
    }
    .category-list li {
        margin-bottom: 10px;
    }
    .category-list li:not(:last-child) {
        margin-right: 10px;
    }
    .category-list li a {
        height: 70px;
        padding: 0 30px;
        border: 2px solid #428c75;
        border-radius: 35px;
    }

    /* 상품 list */
    .product-list li {
        width: calc(50% - 20px);
        margin-bottom: 70px;
    }
    .product-list .product-img {
        border-radius: 64px;
    }
    .product-img .select-inp {
        top: 30px;
        left: 30px;
    }
    .product-list .basket-box {
        right: 30px;
        bottom: 30px;
    }
    .product-list .product-txt {
        margin-top: 20px;
    }
    .product-list .product-txt .price {
        margin-top: 3px;
    }
    .product-slide .product-txt .label,
    .product-list .product-txt .label {
        height: 42px;
        padding: 0 21px;
        border-radius: 21px;
    }

    /* fixed-btn-wrap */
    .fixed-btn-wrap {
        right: 0;
        bottom: 276px;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
    }
    .btn.w460 {
        width: calc(50% - 10px);
        height: 150px;
        border-radius: 48px;
    }
    /* 재입고 알림 */
    .btn-alert:before {
        width: 46px;
        height: 46px;
        margin-right: 20px;
        background-image: url("../img/common/ico_clock_g.png");
    }

    /* recommend-list */
    .recommend-list li {
        width: calc(50% - 20px);
        margin-bottom: 50px;
    }
    .recommend-list a {
        border-radius: 48px;
    }
    .recommend-list a .num {
        top: 30px;
        right: 30px;
        width: 66px;
        height: 66px;
        border-radius: 33px;
    }
    .recommend-list p {
        bottom: 30px;
    }

    /* Mr.공구 */
    .product-list.together-list .basket-box,
    .together-detail-wrap .product-slide .basket-box {
        bottom: 96px;
    }
    .together-list .product-img .txt-box,
    .together-detail-wrap .product-slide .txt-box {
        height: 76px;
    }
    .together-list .product-img .txt-box {
        padding: 0 60px;
    }
    .together-detail-wrap .product-slide .txt-box {
        padding: 0 40px;
    }
    /* 공구 참여 인원 */
    .together-person {
        right: 50px;
        bottom: 94px;
    }
    .together-person .person-list {
        width: 290px;
        margin-bottom: 18px;
    }
    .together-person .txt:before {
        width: 40px;
        height: 27px;
        margin-right: 8px;
        background-image: url("../img/common/ico_person@2x.png");
    }
    .together-person .txt {
        height: 66px;
        padding: 0 21px;
        border-radius: 25px;
    }

    /* 주변 매장 */
    .market-list li,
    .market-card {
        padding: 50px;
        border-radius: 64px;
    }
    .market-list li {
        margin-bottom: 50px;
    }
    .market-list .img-box,
    .market-card .img-box {
        height: 400px;
        border-radius: 48px;
    }
    .market-list .name,
    .market-card .name {
        width: calc(100% - 93px);
    }
    .market-list .name:after {
        width: 16px;
        height: 28px;
        margin-left: 24px;
        background-image: url("../img/common/ico_more@2x.png");
    }
    .market-list .name .market-name {
        max-width: calc(100% - 40px);
    }
    .market-list .location:before,
    .market-card .location:before {
        width: 32px;
        height: 35px;
        margin-right: 12px;
        background-image: url("../img/common/ico_location@2x.png");
    }
    .market-list .score-area + span,
    .market-card .score-area + span {
        margin-left: 12px;
    }
    .market-list .btn-like,
    .market-card .btn-like {
        width: 48px;
        height: 43px;
    }
    .market-card .active .txt-body,
    .market-card .active .txt-foot {
        margin-top: 46px;
    }
    .market-card .btn-more:after {
        width: 24px;
        height: 40px;
        margin-left: 10px;
        background-image: url("../img/common/ico_arrow@2x.png");
        background-size: 24px;
    }
    .market-card ul li:not(:first-child) {
        margin-top: 20px;
    }
    .market-card ul li {
        padding-left: 44px;
    }
    .market-card ul li:before {
        width: 32px;
        height: 35px;
    }
    .market-card .tel:before {
        background-image: url("../img/common/ico_tel@2x.png");
    }
    .market-card .time:before {
        background-image: url("../img/common/ico_clock@2x.png");
    }
    .market-label {
        width: 111px;
        height: 44px;
        border-radius: 22px;
    }
    .market-label + .market-label {
        margin-left: 10px;
    }
    /* 마켓 상세 */
    /* 마켓 상품 */
    .market-desc-detail .category-list {
        padding-top: 20px;
    }
    .market-desc-detail .category-list.fixed {
        top: 289px;
        padding-top: 20px;
    }
    /* 마켓 이벤트 */
    .market-desc-detail .event-list li a {
        height: 240px;
        padding: 30px 50px;
    }
    .market-desc-detail .event-list li .thumbnail {
        border-radius: 36px;
    }
    .market-desc-detail .market-event-content .content-box {
        padding: 50px 50px 30px;
        border-radius: 48px;
    }
    .market-desc-detail .market-event-content .content-box .btn-more:after {
        width: 24px;
        height: 24px;
        margin-left: 15px;
        background-image: url("../img/common/ico_arrow@2x.png");
    }
    /* 마켓 지도 */
    .market-desc-detail .map {
        height: 1200px;
    }
    .market-desc-detail .map .button-wrap {
        top: 50px;
        left: 70px;
    }
    .market-desc-detail .map .button-wrap .btn {
        padding: 0 30px;
        border-radius: 38px;
        -webkit-box-shadow: 0 0 18px 2px rgba(162,162,162,.2);
        box-shadow: 0 0 18px 2px rgba(162,162,162,.2);
        line-height: 76px;
    }
    .market-desc-detail .map .button-wrap .btn:not(:first-child) {
        margin-left: 20px;
    }
    .market-desc-detail .map .market-info-box {
        left: 70px;
        bottom: 50px;
        width: calc(100% - 140px);
        padding: 50px;
        border-radius: 60px;
    }
    .market-desc-detail .map .market-info-box .btn-copy {
        width: 123px;
        height: 48px;
        border-radius: 24px;
    }

    /* 상품 상세 */
    .product-detail-wrap .product-img .product-label {
        top: 50px;
        left: 50px;
        width: 204px;
        height: 204px;
        border-radius: 50px;
    }
    .product-detail-wrap .product-img .swiper-pagination-bullets {
        bottom: 30px;
    }
    .product-detail-wrap .product-img .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 24px;
        height: 24px;
        margin: 0 10px;
    }
    /* product-info-box */
    .product-info-box .link,
    .product-info-box .sub-tit,
    .product-info-box .cost {
        margin-bottom: 20px;
    }
    .product-info-box .link:after {
        width: 14px;
        height: 24px;
        margin-left: 15px;
        background-image: url("../img/common/ico_more_g@2x.png");
    }
    .product-info-box .label {
        height: 48px;
        margin-bottom: 20px;
        padding: 0 21px;
        border-radius: 24px;
    }
    .product-info-box .name {
        margin-bottom: 60px;
    }
    /* shop-info-box, together-info-box */
    .shop-info-box .shop-info-list > li:not(:last-child) {
        padding-bottom: 50px;
    }
    .shop-info-box .shop-info-list > li:not(:first-child) {
        padding-top: 50px;
    }
    .shop-info-box .tit:before,
    .together-info-box dt:before {
        width: 32px;
        height: 39px;
    }
    .shop-info-box .tit.ico-benefit:before {
        background-image: url("../img/common/ico_benefit@2x.png");
    }
    .shop-info-box .tit.ico-delivery:before {
        background-image: url("../img/common/ico_delivery@2x.png");
    }
    .shop-info-box .tit.ico-receipt:before {
        background-image: url("../img/common/ico_receipt@2x.png");
    }
    .together-info-box dt.ico-box:before {
        background-image: url("../img/common/ico_box@2x.png");
    }
    .together-info-box dt.ico-flag:before {
        background-image: url("../img/common/ico_flag@2x.png");
    }
    .shop-info-box .tit,
    .together-info-box dt {
        padding-left: 50px;
    }
    .shop-info-box .txt {
        text-indent: 50px;
    }
    .shop-info-box .btn-more:after {
        width: 24px;
        height: 40px;
        margin-left: 15px;
        background-image: url("../img/common/ico_arrow@2x.png");
        background-size: 24px;
    }
    .shop-info-box .more-content dd + dt {
        margin-top: 50px;
    }
    .shop-info-box .more-content dd {
        margin-top: 10px;
    }
    .shop-info-box .bar-list {
        margin-top: 20px;
    }
    .shop-info-box .bar-list li {
        padding-left: 13px;
    }
    .shop-info-box .img-list {
        margin-top: 30px;
    }
    .shop-info-box .img-list li {
        width: 23.452%;
    }
    .shop-info-box .img-list li:not(:last-child) {
        margin-right: 30px;
    }
    .together-info-box .box {
        height: 52px;
        padding: 0 18px;
        border-radius: 26px;
    }
    .shop-info-box .coupon-list li:not(:first-child) {
        margin-top: 42px;
    }
    .coupon-list .btn {
        width: 138px;
        height: 46px;
        padding: 0 18px;
        border-radius: 23px;
    }
    /* desc-detail */
    .desc-detail .detail-tab {
        max-width: 1080px;
        height: 136px;
    }
    .desc-detail .detail-tab.fixed {
        top: 200px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-shadow: 10px 10px 16px 0 rgba(162,162,162,.05);
        box-shadow: 10px 10px 16px 0 rgba(162,162,162,.05);
    }
    .desc-detail .detail-tab li a {
        padding: 0 38px;
    }
    .desc-detail .detail-tab li span {
        font-size: 30px;
    }
    .desc-detail .tab-content .btn-more {
        height: 128px;
        border-radius: 32px;
    }
    .desc-detail .tab-content .btn-more:after {
        width: 38px;
        height: 38px;
        margin-left: 20px;
        background-image: url("../img/common/ico_arrow_w@2x.png");
    }
    .product-detail-wrap .tab-btn-box,
    .product-detail-wrap .tab-btn-box li:not(:first-child) {
        border-top: 10px solid var(--color-bc);
    }
    .product-detail-wrap .tab-btn-box a {
        padding: 80px 70px;
        background-image: url("../img/common/ico_more@2x.png");
        background-position: center right 70px;
        background-size: 24px 41px;
    }
    .product-detail-wrap .tab-btn-box a span {
        font-size: 36px;
    }
    /* 상품 옵션 */
    .product-option {
        margin-bottom: 20px;
        border-radius: 64px;
    }
    .option-body {
        padding: 108px 0 80px;
    }
    .option-body > div {
        max-height: 741px;
        padding: 0 30px;
    }
    .btn-option-close {
        top: 30px;
        right: 30px;
        width: 27px;
        height: 27px;
        background-image: url("../img/common/ico_close_g@2x.png");
    }
    .product-option .box {
        padding: 63px 30px 30px;
        border-radius: 36px;
    }
    .product-option .no-option .box {
        padding: 30px;
    }
    .product-option .select-custom + .box,
    .product-option .box + .box {
        margin-top: 30px;
    }
    .btn-purchase-option-close {
        top: 30px;
        right: 30px;
        width: 24px;
        height: 24px;
        background-image: url("../img/common/ico_delete@2x.png");
    }
    .product-option .counter-box {
        min-width: 140px;
    }
    .product-option .counter-box .minus,
    .product-option .counter-box .plus {
        width: 36px;
        height: 36px;
        background-size: 24px;
    }
    .product-option .counter-box .num {
        font-size: 48px;
    }
    .product-option .time-box .btn {
        width: calc(50% - 10px);
        height: 120px;
        border-radius: 36px;
        line-height: 120px;
    }
    .product-option .time-box .btn:nth-child(2) ~ .btn {
        margin-top: 20px;
    }
    .product-option .time-box .btn span {
        padding: 0 30px;
    }
    .option-foot {
        height: 150px;
        padding: 0 50px;
        border-top: 2px solid #d0d0d0;
    }

    /* 장바구니 */
    .cart-wrap .sub-header .select-inp + label {
        margin-left: 18px;
    }
    .cart-product {
        padding: 50px 70px;
    }
    .cart-product + .cart-product {
        border-top: 2px solid var(--color-bc);
    }
    .cart-product .product-img {
        width: 350px;
        height: 350px;
        border-radius: 64px;
    }
    .cart-product.end .product-img:after {
        font-size: 60px;
    }
    .cart-product .product-txt {
        width: calc(100% - 558px);
    }
    .cart-product .product-txt .name {
        padding-bottom: 3px;
    }
    .cart-product .btn-wrap {
        width: 108px;
    }
    .cart-product .btn-wrap .btn {
        height: 48px;
        border-radius: 24px;
    }
    .cart-product .btn-wrap .btn + .btn {
        margin-top: 57px;
    }
    .order-wrap .sm-more-tit,
    .cart-wrap .more-tit,
    .reception-wrap .big-more-tit {
        padding-right: 48px;
    }
    .cart-product .more-tit,
    .reception-wrap .sm-more-tit {
        padding-right: 40px;
    }
    .order-wrap .sm-more-tit:after,
    .cart-wrap .more-tit:after,
    .reception-wrap .big-more-tit:after {
        width: 32px;
        height: 32px;
        margin-top: -16px;
        background-image: url("../img/common/ico_arrow@2x.png");
    }
    .cart-product .more-tit:after,
    .reception-wrap .sm-more-tit:after {
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }
    .cart-wrap .btn-coupon {
        width: 122px;
        height: 58px;
        border-radius: 29px;
    }
    .noti-txt:before {
        top: 4px;
        width: 32px;
        height: 32px;
        background-image: url("../img/common/ico_notice@2x.png");
    }
    .noti-txt {
        padding-left: 50px;
    }

    /* 쿠폰 */
    .coupon-wrap .coupon-box + h5:before {
        width: calc(100% + 140px);
        height: 2px;
    }
    .coupon-wrap .coupon-box + h5 {
        padding-top: 62px;
    }
    .coupon-wrap .coupon-box .coupon {
        width: calc(50% - 21px);
    }
    .coupon-wrap .coupon-box .coupon:nth-child(2) ~ .coupon {
        margin-top: 42px;
    }
    .coupon-wrap .coupon-box .coupon a {
        height: 240px;
    }
    .coupon-wrap .coupon-box .coupon p {
        padding-bottom: 20px;
    }
    .coupon-wrap .coupon-box .coupon .date {
        margin-top: 9px;
    }
    .coupon-box .coupon .design-inp {
        top: 15px;
        left: 15px;
    }
    .coupon-wrap .coupon-box .coupon .txt-use {
        height: 50px;
        margin-top: 15px;
        border-radius: 16px;
    }

    /* 결제 */
    .address-box .label {
        height: 48px;
        margin-left: 21px;
        padding: 0 24px;
        border-radius: 24px;
    }
    .address-box .btn-change,
    .payment-information .btn-copy {
        width: 117px;
        height: 48px;
        border-radius: 24px;
    }
    .payment-information .passbook-area p {
        width: calc(100% - 137px);
    }
    .address-box .btn-wrap .btn {
        height: 48px;
        border-radius: 24px;
    }
    .order-wrap .big-more-tit {
        padding-right: 55px;
    }
    .order-wrap .big-more-tit:after {
        margin-top: -20px;
    }
    .order-wrap .big-more-tit p span {
        padding-bottom: 3px;
    }
    .order-wrap .order-box .box-body + .box-body {
        margin-top: 2px;
    }
    .order-wrap .order-box .box-body + .box-body:before {
        top: -2px;
        width: calc(100% + 140px);
        height: 2px;
    }
    .discount-box .input-row,
    .discount-box .btn-discount {
        height: 58px;
        padding: 0 24px;
        border-radius: 29px;
    }
    .discount-box .input-row {
        width: 339px;
    }
    .discount-box .input-row span {
        margin-left: 9px;
        padding-bottom: 3px;
    }
    .discount-box .btn-discount {
        margin-left: 18px;
        padding-bottom: 3px;
    }
    .discount-box .input-row + .btn-discount {
        margin-left: 12px;
    }
    .method-type .btn {
        height: 120px;
        border-radius: 32px;
        line-height: 120px;
    }
    .btn-benefit-info {
        padding: 50px 70px;
    }
    .btn-benefit-info:after {
        width: 16px;
        height: 28px;
        margin-left: 15px;
        background-image: url("../img/common/ico_more@2x.png");
    }
    .account-area {
        padding-right: 45px;
    }
    .account-area .btn {
        width: 138px;
        height: 58px;
        border-radius: 29px;
    }

    /* 상세 주문 내역 */
    .order-detail-list .order-box .box-body + .box-body,
    .reception-wrap .order-box .box-body + .box-body {
        border-top: 2px solid var(--color-bc);
    }
    .order-detail-list .order-box .box .price {
        bottom: 40px;
    }
    .order-detail-list .order-box .btn-wrap .btn {
        width: calc(25% - 15px);
        height: 90px;
        border-radius: 32px;
    }
    .order-wrap .big-more-tit:after,
    .order-detail-list .more-tit:after {
        width: 40px;
        height: 40px;
        background-image: url("../img/common/ico_arrow@2x.png");
    }

    /* 배송 조회 */
    .order-box .box .product-txt .btn-copy {
        width: 117px;
        height: 48px;
        border-radius: 24px;
    }
    .deilvery-current .current-list {
        padding-left: 19px;
    }
    .deilvery-current .current-list li {
        padding-left: 39px;
    }
    .deilvery-current .current-list li + li {
        margin-top: 102px;
    }
    .deilvery-current .current-list li:not(:last-child):after {
        width: 10px;
        height: calc(100% + 102px);
    }
    .deilvery-current .current-list .info-current:before {
        left: -19px;
        width: 48px;
        height: 48px;
        border: 10px solid #b4b3af;
    }
    .deilvery-current .current-list .txt-location {
        margin-right: 33px;
    }
    .deilvery-current .current-list .txt-location:after {
        right: -17px;
        width: 2px;
        height: 25px;
    }

    /* 최근 주문 내역 */
    .state-list a {
        padding: 50px 0;
    }

    /* 마이페이지 */
    .profile-info .btn-photo {
        right: -8px;
        bottom: 3px;
        width: 70px;
        height: 70px;
    }
    .profile-info .profile-txt .name {
        margin-right: 13px;
    }
    .profile-info .grade {
        margin-right: 9px;
        padding: 4px 21px 5px;
        border-radius: 21px;
    }
    .profile-info .level-txt {
        margin-top: 30px;
    }
    .profile-info .progress {
        margin-top: 30px;
    }
    .mypage-wrap .box-list li {
        border-radius: 64px;
    }
    .mypage-wrap .box-list .tit {
        margin-bottom: 55px;
    }
    .mypage-menu li {
        height: 128px;
        border-radius: 32px;
    }
    .mypage-menu li:not(:first-child) {
        margin-top: 20px;
    }
    .mypage-menu li.member-code-box,
    .mypage-menu li > a {
        padding: 0 60px;
    }
    .mypage-menu li .ico-more {
        width: 14px;
        height: 24px;
        background-image: url("../img/common/ico_more@2x.png");
    }
    .mypage-menu .btn-copy {
        margin-left: 12px;
        padding: 0 16px;
        border-radius: 21px;
        line-height: 42px;
    }
    /* switch */
    .mypage-wrap .switch {
        width: 105px;
        height: 50px;
    }
    .mypage-wrap .slider {
        border-radius: 25px;
    }
    .mypage-wrap .slider:before {
        left: 5px;
        bottom: 5px;
        width: 40px;
        height: 40px;
    }
    .mypage-wrap input:checked + .slider:before {
        -webkit-transform: translateX(55px);
        -ms-transform: translateX(55px);
        transform: translateX(55px);
    }
    /* 내 정보 수정 */
    .mypage-menu.setting-menu li {
        height: 138px;
    }
    .mypage-menu.setting-menu li:not(.bb10-edeae2, .bb0) {
        border-bottom: 2px solid var(--color-bc);
    }
    .mypage-menu.setting-menu li > a {
        padding: 0 130px;
    }
    /* 알림설정 */
    .mypage-menu.notification-menu li {
        height: 168px;
    }

    /* 마켓 정보 수정 */
    .market-edit .photo-upload .label-btn {
        background-size: 64px;
    }
    .market-edit .photo-upload .label {
        left: 22px;
        bottom: 25px;
        padding: 0 18px;
        border-radius: 35px;
        line-height: 70px;
    }
    .market-edit .open-hour-area + .open-hour-area {
        margin-top: 100px;
        padding-top: 102px;
    }
    .market-edit .open-hour-area + .open-hour-area:before {
        height: 2px;
    }
    .day-week-box .btn {
        width: 106px;
        height: 150px;
        border-radius: 53px;
    }
    .day-week-box .btn span + span {
        margin-top: 15px;
    }
    .market-edit .btn-add:before {
        width: 26px;
        height: 26px;
        margin-right: 6px;
        background-image: url("../img/common/ico_plus@2x.png");
    }
    /* timepicker */
    .ui-timepicker {
        max-height: 468px;
    }
    .ui-timepicker-standard {
        font-size: 36px;
        border-radius: 36px;
    }

    /* 회원 등급 안내 */
    .membership-wrap .tab li a {
        padding: 30px 0;
    }
    .membership-wrap .tab li a.active {
        border-bottom: 3px solid #428c75;
    }
    .membership-wrap .info-box {
        padding: 60px;
        border-radius: 64px;
    }
    .membership-wrap .info-box .tit:before {
        width: 32px;
        height: 39px;
    }
    .membership-wrap .info-box .tit.ico-benefit:before {
        background-image: url("../img/common/ico_benefit@2x.png");
    }
    .membership-wrap .info-box .tit.ico-point:before {
        background-image: url("../img/common/ico_point@2x.png");
    }
    .membership-wrap .info-box .tit.ico-coupon:before {
        background-image: url("../img/common/ico_coupon@2x.png");
    }
    .membership-wrap .info-box .tit {
        padding-left: 50px;
    }
    .membership-wrap .coupon-list {
        margin-top: 35px;
    }
    .membership-wrap .coupon-list li {
        padding: 15px 0;
    }
    .level-info li {
        padding: 40px 0;
    }
    .level-info li img {
        width: 150px;
    }
    .level-info li .txt-box {
        width: calc(100% - 192px);
        margin-left: 42px;
    }
    .level-info .coupon-box .coupon {
        width: 362px;
    }
    .level-info .coupon-box .coupon:nth-child(2) ~ .coupon {
        margin-top: 20px;
    }
    .coupon-box .coupon a {
        background-image: url("../img/common/coupon@2x.png");
    }
    .level-info .coupon-box .coupon.completed a {
        background-image: url("../img/common/coupon_completed@2x.png");
    }
    .level-info .coupon-box .coupon.not a {
        background-image: url("../img/common/coupon_not@2x.png");
    }
    .level-info .coupon-box .coupon a {
        height: 193px;
    }
    .level-info .coupon-box .coupon p {
        padding-bottom: 10px;
    }
    .coupon-box .coupon .tit {
        margin-bottom: 20px;
    }
    .coupon-wrap .more-tit:after
    .membership-wrap .more-tit:after {
        width: 24px;
        height: 24px;
        margin-left: 15px;
        background-image: url("../img/common/ico_arrow@2x.png");
    }
    .coupon-wrap .more-content .bar-list li,
    .membership-wrap .more-content .bar-list li {
        padding-left: 15px;
    }

    /* 후기, 문의, 공지사항 */
    .review-photo-list {
        top: 108px;
        padding: 80px 0;
        border-bottom: 2px solid var(--color-bc);
    }
    .review-photo-list.fixed {
        top: 308px;
        right: 0;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
    }
    .review-photo-list .review-photo-slide a {
        border-radius: 48px;
    }
    .normal-list li {
        padding: 50px 70px;
        border-bottom: 2px solid var(--color-bc);
    }
    .review-head .id {
        margin-right: 20px;
    }
    .market-list .score-area,
    .market-card .score-area,
    .review-head .score-area {
        width: 180px;
        height: 30px;
    }
    .star-score0 {
        background-image: url("../img/common/star_score0@2x.png");
    }
    .star-score1 {
        background-image: url("../img/common/star_score1@2x.png");
    }
    .star-score2 {
        background-image: url("../img/common/star_score2@2x.png");
    }
    .star-score3 {
        background-image: url("../img/common/star_score3@2x.png");
    }
    .star-score4 {
        background-image: url("../img/common/star_score4@2x.png");
    }
    .star-score5 {
        background-image: url("../img/common/star_score5@2x.png");
    }
    .review-list .review-body {
        padding-top: 50px;
    }
    .normal-body .btn-more {
        margin-top: 50px;
    }
    .normal-body .btn-more:after {
        width: 24px;
        height: 24px;
        margin-left: 15px;
        background-image: url("../img/common/ico_arrow_gy@2x.png");
    }
    .review-body .review-img {
        border-radius: 48px;
    }
    .review-body .review-img-view {
        margin-top: 50px;
    }
    .qna-body .qna-img-view {
        margin-top: 20px;
        padding-left: 45px;
    }
    .normal-slide,
    .normal-slide img {
        border-radius: 64px;
    }
    .normal-slide .swiper-pagination-bullets {
        bottom: 30px;
    }
    .normal-slide .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        margin: 0 5px;
    }
    .qna-list .qna-head .slash {
        padding: 0 5px;
    }
    .qna-list .qna-head .date {
        margin-left: 20px;
    }
    .qna-list .qna-head .date:before {
        height: 16px;
        margin-right: 20px;
    }
    .qna-list .qna-txt p {
        padding-left: 45px;
    }
    .qna-list .qna-txt .lock:before {
        width: 32px;
        height: 41px;
        background-image: url("../img/common/ico_lock@2x.png");
    }
    .qna-list .qna-txt .answer {
        margin-top: 20px;
        padding-bottom: 3px;
    }
    .notice-list {
        border-top: 2px solid var(--color-bc);
    }
    /* 공지사항, 이벤트 상세 */
    .normal-view .view-head {
        border-bottom: 2px solid var(--color-bc);
    }

    /* 자주 묻는 질문 */
    .faq-list li {
        padding: 50px 70px;
        border-bottom: 2px solid var(--color-bc);
    }
    .faq-list .tit:after {
        top: 10px;
        width: 24px;
        height: 24px;
        background-image: url("../img/common/ico_arrow@2x.png");
    }
    .faq-list .question {
        padding-left: 45px;
    }
    .faq-list .more-content > div {
        margin-top: 30px;
    }

    /* 내 문의 내역 */
    .my-qna-list .box-body + .box-body {
        border-top: 2px solid var(--color-bc);
    }
    .my-qna-list li:last-child {
        border-bottom: 2px solid var(--color-bc);
    }
    .my-qna-list .box .product-txt {
        width: calc(100% - 234px);
    }
    .my-qna-list .box .product-info + div {
        height: 204px;
    }
    .my-qna-list .box .btn-wrap .btn {
        height: 48px;
        border-radius: 24px;
    }
    .my-qna-list .box .state {
        height: 76px;
        border-radius: 38px;
    }
    .qna-view .question {
        padding: 0 0 20px 45px;
    }
    .qna-img-slide {
        margin-top: 10px;
    }
    .qna-view .answer-box {
        padding: 50px;
        border-radius: 48px;
    }

    /* 나의 후기 */
    .review-to-write-list li:not(:first-child),
    .review-written-list li:not(:first-child) {
        border-top: 10px solid var(--color-bc);
    }
    .order-box .box-head {
        height: 130px;
        padding: 0 70px;
        border-bottom: 2px solid var(--color-bc);
    }
    .order-box .box-head dt {
        margin-right: 27px;
    }
    .order-box .box-body {
        padding-left: 70px;
        padding-right: 70px;
    }
    .order-box .box {
        padding: 40px 0;
    }
    .order-box .box + .box {
        border-top: 2px solid var(--color-bc);
    }
    .order-box .box .product-img {
        width: 204px;
        height: 204px;
        margin-right: 30px;
        border-radius: 50px;
    }
    .order-wrap .box .product-txt,
    .order-detail-list .box .product-txt,
    .review-to-write-list .box .product-txt,
    .reception-wrap .box .product-txt {
        width: calc(100% - 234px);
    }
    .order-box .box .product-txt .sub {
        margin-bottom: 15px;
    }
    .order-box .box .product-txt .name {
        padding-bottom: 3px;
    }
    .order-box .box .product-txt .option {
        margin-top: 20px;
    }
    .order-box .box .product-txt .option .slash {
        margin: 0 12px;
    }
    .review-to-write-list .box .btn {
        height: 76px;
        border-radius: 38px;
    }
    .review-written-list .order-box .box {
        padding: 50px 0;
    }
    .review-written-list .box .btn-wrap .btn {
        height: 48px;
        border-radius: 24px;
    }
    .review-area {
        padding: 40px 70px 50px;
        border-top: 2px solid var(--color-bc);
    }
    .review-area .review-body {
        padding-top: 40px;
    }

    /* 문의하기, 후기 작성 */
    .write-form .score-area {
        margin: 50px auto 70px;
    }
    .score-area .btn-star {
        width: 90px;
        height: 85px;
        margin: 0 7px;
        background-image: url("../img/common/ico_star@2x.png");
    }
    .score-area .btn-star.active {
        background-image: url("../img/common/ico_star_active@2x.png");
    }
    .write-form .write-box {
        border-radius: 64px;
    }
    .qna-write .write-box {
        height: 410px;
        padding: 50px 45px;
    }
    .review-write .write-box {
        height: 729px;
        padding: 50px 45px 87px;
    }
    .write-form .write-box .txt-total {
        right: 48px;
        bottom: 54px;
    }
    .photo-upload li > div {
        border-radius: 48px;
    }
    .photo-upload .label-btn {
        background-image: url("../img/common/ico_plus@2x.png");
        background-size: 40px;
    }
    .photo-upload .btn-delete {
        top: -15px;
        right: -18px;
        width: 66px;
        height: 66px;
        background-image: url("../img/common/ico_delete_gy.png");
    }
    .write-form .bar-list li {
        padding-left: 20px;
    }

    /* 취소/반품/교환 */
    .reception-step:after {
        height: 2px;
    }
    .reception-step li {
        width: 220px;
        height: 72px;
        border-radius: 30px;
    }
    .reception-wrap .order-box .design-inp {
        margin-right: 30px;
    }
    .account-copy-area {
        padding: 45px;
        border-radius: 36px;
    }
    .account-copy-area p {
        width: calc(100% - 241px);
    }
    .account-copy-area .btn-copy {
        width: 196px;
        height: 58px;
        border-radius: 29px;
    }
    .reception-wrap .confirm-box .btn-copy {
        width: 177px;
        height: 52px;
        border-radius: 26px;
    }

    /* 회원탈퇴 */
    .member-leave .logo {
        height: 53px;
    }
    .member-leave h5:before {
        width: 68px;
        height: 68px;
        margin-bottom: 25px;
    }
    .member-leave .ico-list:before {
        background-image: url("../img/leave/ico_list@2x.png");
    }
    .member-leave .ico-group:before {
        background-image: url("../img/leave/ico_group@2x.png");
    }
    .member-leave .ico-point:before {
        background-image: url("../img/leave/ico_point@2x.png");
    }
    .member-leave .ico-coupon:before {
        background-image: url("../img/leave/ico_coupon@2x.png");
    }
    .member-leave .btn-wrap .btn {
        width: 210px;
        height: 120px;
        border-radius: 36px;
        line-height: 120px;
    }
    .member-leave .btn-wrap .btn + .btn {
        margin-left: 20px;
    }

    /* 파파마켓 소개 */
    .company-wrap .bar-list li {
        padding-left: 15px;
    }

    /* 이용 안내 */
    .information-txt-box {
        height: 300px;
        padding: 50px;
        border-radius: 48px;
    }

    /* 입점 문의 */
    .partner-wrap .txt-box {
        width: 800px;
        border-radius: 36px;
    }
    .partner-wrap .btn-wrap .btn {
        width: 512px;
        border-radius: 65px;
    }
    .partner-wrap .list li:not(:first-child) {
        border-top: 2px solid var(--color-bc);
    }
    .partner-wrap .list a {
        padding: 70px;
    }
    .partner-wrap .list .tit {
        padding-bottom: 3px;
    }
}


/* === 오늘보듬 수정 === */

.bb_b {border-bottom: 1px solid var(--color-bk); padding-bottom: 0.5em; width: fit-content}
.td-t {text-decoration: line-through;}

/* intro */
.intro {background-color: var(--color-key);}
.intro .content {display: flex; align-items: center; max-width: 1000px; margin: 0 auto; height: 100dvh; padding-top: 0; justify-content: center;}
.intro .content .img_wrap {max-width: 15em; width: 50vw;}
.intro .content .img_wrap img {width: 100%;}

/* main */
.main .mbnr-slide .info-wrap {width: 100%; background-size: cover; background-position: right top;}


/* category */
.gnb-around-list-slide a p {text-align: center; padding-top: 0.5em;}
.gnb-menu .cs-info .btn img {height: 7vw;}

.gnb-menu .gnb-foot-menu,
.gnb-menu .copy {margin-top: 6.481vw;}
.gnb-menu .bodeumi_info {margin-top: 6.481vw; display: flex; flex-direction: column; gap: 0.25em;}


.desc-detail .inner {padding: 0 0;}
.desc-detail .inner .btn-more {margin: 0 6.481vw; width: calc(100% - (6.481vw * 2));}


/* footer */
footer .footer-menu .btn-logo {color: #fff; font-size: 0; width: 22vw; height: 100%; display: block; background: url(../img/common/logo_wh.png) no-repeat left center; background-size: 100%;}
footer .cs-info .btn-talk img {height: 8vw;}

.price_info {display: flex; flex-direction: row; justify-content: space-between; gap: 0.25em; align-items: flex-end;}
.price_area {display: flex; align-items: center; gap: 0.25em;}
.rate_sale {padding-bottom: 0.125em; display: flex;}




.fixed-btn-wrap {bottom: 0; padding: 4.444vw 0 1em; background-color: #fff; border-radius: 4.444vw 4.444vw 0 0;}
.option-foot {height: auto; border-top: 0; padding: 0 6.481vw 1em;}
.counter-box {padding: 0 2vw; border-radius: 2vw; border: 1px solid var(--color-key)}

#cart .floating_btn {position: fixed; width: calc(100% - 12.962vw); right: 6.481vw; left: 6.481vw; z-index: 1000; bottom: 27vw;}
#cart footer {padding-bottom: 46vw;}

#cart .price_info {display: block; position: relative;}
#cart .cart-product .product-info {gap: 5vw}
#cart .cart-product .product-info .counter-box {position: absolute; bottom: 3vw; right: 3vw; z-index: 10; background-color: #fff; padding-right: 2vw; padding-left: 2vw; height: 6vw; width: 13vw; border-radius: 2.5vw;}
#cart .cart-product .product-info .price_info {display: block; width: 100%;}
#cart .cart-product .product-info .product-txt {width: auto; flex-grow: 1;}
#cart .cart-product .product-info .product-txt .name,
#cart .cart-product .product-info .product-txt .txt {width: calc(100% - 10vw);}
#cart .cart-product .product-info .price_area {display: inline-block}
#cart .cart-product .product-info .price {position: relative; display: inline-block}
#cart .cart-product .product-info .rate_sale {display: inline-block}
#cart .cart-product .btn-wrap {position: absolute; top: 0; right: 0;}


.coupon-box .coupon.expiration a {background: url(../img/common/coupon_not.png); background-size: 100% 100%;}
.coupon-box .coupon.expiration .tit,
.coupon-box .coupon.expiration .state {color: #a9a69c;}

.coupon-box .coupon {position: relative;}
.coupon-box .coupon .checkbox-row {position: absolute; top: 0; display: none; margin-top: 1.389vw;}
.coupon-box .coupon .design-inp {position: absolute; top: 0;}
.coupon-box .coupon.expiration .checkbox-row,
.coupon-box .coupon.completed .checkbox-row {display: block;}

.coupon-box .coupon.expiration .design-inp[type="checkbox"] {border-color: #b4b3af; background-color: #b4b3af;}
.coupon-wrap .coupon-box .coupon.expiration .txt-use {background-color: var(--color-bc);}

#find .content {min-height: calc(100dvh - 84.5vw);}
#find .input-area .btn {background-color: var(--color-key);}


.footer-menu.hidden {display: none;}


#pay .price_info {justify-content: flex-end;}

.input_txt-box .input-row {background-color: transparent; border: 1px solid #e6e6e6;}
#product_detail footer,
#together footer {padding: 9.259vw 0 40vw;}
#product_detail .inner .pd,
#together .inner .pd {padding: 7.407vw 6.481vw;}
#product_detail .inner .review-photo-list,
#together .inner .review-photo-list {position: relative; padding: 0 6.481vw 7.407vw ; top: unset;}
#product_detail .review-body .review-txt p,
#product_detail .qna-list .qna-txt p,
#together .review-body .review-txt p,
#together .qna-list .qna-txt p {text-align: left;}
#product_detail .desc-detail .inner .review-list .btn-more,
#product_detail .desc-detail .inner .qna-list .btn-more,
#together .desc-detail .inner .review-list .btn-more,
#together .desc-detail .inner .qna-list .btn-more {justify-content: flex-start; margin: 0 0;}

.fg {flex-grow: 1;}
.fd_c {flex-direction: column;}

#order .order-detail-list .box .product-txt {width: auto;}
#order .order-detail-list .order-box .box .price {bottom : unset;}
#order .price_info {display: block; text-align: right;}
#order .price_area,
#order .price,
#order .rate_sale {display: inline-block; text-align: right;}
#order .order-box .box-head {gap: 0.5em;}
#order .order-list-area {min-height: 30dvh;}
#order .order-detail-list {min-height: 41.5dvh;}
#mypage .content .inner {min-height: auto;}

#mypage .product-slide .product-img > a,
#mypage .product-slide .product-txt > a,
#mypage .swiper-wrapper {height: auto;}

#event .detail-img img {border-radius: 5vw; -webkit-box-shadow: 0.926vw 0.926vw 1.481vw 0 rgba(162,162,162,.05); box-shadow: 0.926vw 0.926vw 1.481vw 0 rgba(162,162,162,.05);}

#order .reception-wrap .box .product-txt  {width: auto; max-width: 60vw;}
#order .reception-wrap .box .price_info {text-align: right;}