* {
    -webkit-tap-highlight-color: transparent;
    touch-action: pan-y;
}

html, body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
}

.recommendSearchKeyword {
    border-radius: 20px;
    background-color: rgba(235, 0, 139, 0.1);
    color: #EB008B;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    display: inline-block;
    float: left;
    margin: 5px 5px 0px 0px;
    font-weight: 300;

}

.do-serch-keyowrd-list-wrap {
    height: 30px;
    overflow: hidden;
    width: 100%;
}

.do-serch-keyowrd-list {
    transition: .3s;
}

.do-serch-keyowrd-list li {
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 180px);
}

.do-serch-keyowrd-list img {
    line-height: 1;
}


.img_wrap {
    width: 600px;
    height: 600px;
    position: absolute;
    overflow: hidden;
}

.bestsearch__ul {
    margin-bottom: 20px;
    display: flex;
    height: 160px;
    flex-wrap: wrap;
    flex-direction: column;
}

.bestsearch__ul > li {
    margin: 0;
    padding: 16px 12px;
    border-right: 5px solid #F6F6F6;
}

.bestsearch__ul > li:nth-child(n+6) {
    border: 0;
}

.bestsearch__li {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #444444;
    justify-content: space-between;
    flex-direction: column;
}
.makeKeyWord {
    font-size: 1.05em;
    border-bottom: solid 1px #D9D9D9;
    padding: 12px 0 15px;
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -0.5em;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.layer {
    padding: 20px;
    position: relative;
}

span.inherit {
    font-size: inherit !important;
    color: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    text-decoration: inherit !important;
}

span.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.layer--top--small {
    padding: 12px 20px 0 20px;
}

.swiper-slide {
    height: auto !important;
}

.layer--dim::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.layer--small {
    padding: 12px 20px 12px 20px;
}

.layer--x {
    padding: 0 20px;
}

.layer--top {
    padding: 20px 20px 0 20px;
}

.layer--bottom {
    padding: 0 20px 20px 20px;
}

.layer--y {
    padding: 20px 0;
}

.layer--left {
    padding: 20px 0 20px 20px;
}

.layer--underline {
    border-bottom: 1px solid #ededed;
}

.layer--big {
    padding: 40px;
}

.layer__text {
    color: #444;
    width: 100%;
    text-align: center;
    min-height: 200px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text--center {
    text-align: center;
}

.text--left {
    text-align: left;
}

.text--bold {
    font-weight: 700 !important;
}

.text--semi--bold {
    font-weight: 600 !important;
}

.text--nomal {
    font-weight: 400 !important;
}

.font--16 {
    font-size: 16px !important;
}

.text--red {
    color: red;
}

.text--main--color {
    color: #fa5f8c !important;
}

.radius--top--none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.radius--bottom--none {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.overflow--hidden {
    overflow: hidden !important;
}

.overflow--scroll {
    overflow: scroll !important;
}

.input__box {
    position: relative;
}

.input__box textarea {
    width: 100%;
    background: 0 0;
    border: 1px solid #d2d0d0;
    border-radius: 3px;
    padding: 15px;
    font-size: 15px;
    box-sizing: border-box;
    font-size: 15px;
    height: 130px;
}

.input__box textarea:focus {
    outline: 0;
}

.input__box textarea::placeholder {
    color: #d2d0d0;
}

.input__box input[type="text"] {
    width: 100%;
    height: 46px;
    background: 0 0;
    border: 1px solid #d2d0d0;
    border-radius: 3px;
    padding: 12px 12px 11px 12px;
    font-size: 15px;
    box-sizing: border-box;
}

.input__box input[type="number"] {
    width: 100%;
    height: 46px;
    background: 0 0;
    border: 1px solid #d2d0d0;
    border-radius: 3px;
    padding: 13px 12px 12px 12px;
    font-size: 15px;
    box-sizing: border-box;
}

.input__box input[type="tel"] {
    width: 100%;
    height: 46px;
    background: 0 0;
    border: 1px solid #d2d0d0;
    border-radius: 3px;
    padding: 12px 12px 11px 12px;
    font-size: 15px;
    box-sizing: border-box;
}

.input__box input[type="text"]:focus {
    outline: 0;
}

.input__box input[type="number"]:focus {
    outline: 0;
}

.input__box input[type="tel"]:focus {
    outline: 0;
}

.input__box input::placeholder {
    color: #d2d0d0;
}

.input__box select {
    width: 100%;
    background: 0 0;
    border: 1px solid #d2d0d0;
    border-radius: 3px;
    padding: 12px 12px;
    color: #000;
    font-size: 15px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
    padding-right: 35px;
    overflow: hidden;
}

.input__box select::-ms-expand {
    display: none;
}

.input__box--select {
    position: relative;
}

.input__box--select::after {
    content: "";
    pointer-events: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #555;
    border-left: 1px solid #555;
    vertical-align: middle;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: rotate(-45deg);
    margin-top: -10px;
    margin-left: -10px;
}

.input__box--select--small select {
    display: block;
    background-color: #fff;
    padding: 3px 12px 4px 12px;
    padding-right: 20px;
    font-size: 13px;
    border: 0;
    border-radius: 4px;
    line-height: 18px;
    color: #000 !important;
    text-align: center;
}

.input__box--select--small::after {
    width: 6px;
    height: 6px;
    right: 8px;
    margin-top: -5px;
}

.input__box input[type="checkbox"] + label {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1.2;
    padding-left: 35px;
    padding-right: 50px;
    background: url("/resources/images/uplus/common/check_off.png") no-repeat 0 50% / contain;
    background-size: 24px;
}


.input__box.input__box--check--line input[type="checkbox"] + label {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1.2;
    padding-left: 30px;
    padding-right: 50px;
    background: url("/resources/images/uplus/common/check_on_line.png") no-repeat 0 50% / contain;
    background-size: 24px;
}

.input__box input[type="checkbox"] + .reverse {
    display: block;
    cursor: pointer;
    height: 32px;
    line-height: 1.2;
    padding-right: 35px;
    padding-left: 0;
    background: url("/resources/images/uplus/common/check_off.png") no-repeat 0 50% / contain;
    background-position: right 0;
}

.input__box input[type="checkbox"]:checked + label {
    background: url("/resources/images/uplus/common/check_on.png") no-repeat 0 50% /
    contain;
    background-size: 24px;
}

.input__box input[type="checkbox"]:checked + .reverse {
    background: url("/resources/images/uplus/common/check_on.png") no-repeat 0 0 /
    contain;
    background-position: right 0;
}

input[type="checkbox"] {
    display: none;
}

.input__box--slide {
    position: relative;
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 30px;
}

.input__box--slide input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.headline--unable .input__box--slide .slide {
    background-color: #efefef;
}

.input__box--slide .slide {
    width: 46px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 34px;
}

.input__box--slide .slide:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.input__box--slide input[type="checkbox"]:checked + .slide {
    background-color: #eb008b;
}

.input__box--slide input[type="checkbox"]:checked + .slide:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.input__box input[type="radio"] + label {
    display: flex;
    justify-content: space-between;
    height: 13px;
    line-height: 13px;
    padding-left: 20px;
    background: url("/resources/images/uplus/productdetail/radio_off.png") no-repeat 0 0 / contain;
}

.input__box input[type="radio"]:checked + label {
    background: url("/resources/images/uplus/productdetail/radio_color.png") no-repeat 0 0 / contain;
}

.input__box input[type="radio"] + label span {
    color: #a2a2a2;
    text-decoration: underline;
}

.input__box input[type="radio"] + .reverse {
    display: flex;
    justify-content: space-between;
    height: auto;
    font-size: 16px;
    line-height: 18px;
    padding-left: 0;
    padding-right: 20px;
    background: url("/resources/images/uplus/productdetail/radio_off.png") no-repeat 0 0 / contain;
    background-position: right;
    background-size: 12px 12px;
}

.input__box input[type="radio"]:checked + .reverse {
    color: #f60097 !important;
    font-weight: 400 !important;
    background: url("/resources/images/uplus/productdetail/radio_color.png") no-repeat 0 0 / contain;
    background-position: right;
    background-size: 12px 12px;
}

input[type="radio"] {
    display: none;
}

.text--end--arrow {
    position: relative;
    padding-right: 22px;
}

.text--end--arrow::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    vertical-align: middle;
    position: absolute;
    right: 5px;
    transform: rotate(135deg);
    top: 50%;
    margin-top: 0;
}

.text--end--arrow.on::after {
    margin-top: -7px;
    top: 50%;
    transform: rotate(-45deg);
}

.text--end--arrow--right {
    position: relative;
    font-weight: 600;
    padding-right: 15px;
}

.text--end--arrow--right::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    vertical-align: middle;
    position: absolute;
    right: 5px;
    transform: rotate(225deg);
    top: 50%;
    margin-top: -2.5px;
}

.text--end--arrow--right--big::after {
    content: "";
    border-bottom: 2px solid #6a6a6a;
    border-left: 2px solid #6a6a6a;
    width: 8px;
    height: 8px;
    right: 3px;
    margin-top: -5px;
}

.text--end--close {
    position: relative;
    padding-right: 22px;
}

.btn--kok--line {
    border: 1px solid #f60097;
    background: #f60097;
    color: #fff;
}

.btn--gray--line {
    border: 1px solid #d5d5d5;
    color: #444;
    background: #fff;
}

.btn--graydark--line {
    border: 1px solid #6a6a6a;
    color: #444;
    background: #fff;
}

.btn--gray--fill {
    border: 1px solid gray;
    background: gray;
    color: #fff;
}

.btn--kok--fill {
    background: #f60097;
    color: #fff;
}

.btn--black--fill {
    background: #2f2f2f;
    color: #fff;
}

.btn--white--fill {
    background-color: #fff;
    color: #000;
}

.badge {
    display: inline-block;
    padding: 5px;
    margin-right: 2px;
    background-color: #fff;
    color: rgba(68, 68, 68, 0.8);
    border: 1px solid rgba(68, 68, 68, 0.2);
    text-align: center;
    font-size: 11px;
    line-height: 11px;
}

.badge__alarm {
    background-color: #E1545A;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    position: absolute;
    top: -4px;
    right: -5px;
    text-indent: 0;
    text-align: center;
    color: white;
    font-size: 0.5em;
}

.badge--small {
    display: inline-block;
    padding: 3px;
    background-color: #fff;
    color: rgba(68, 68, 68, 0.8);
    /*color: #444444;*/
    border: 1px solid rgba(68, 68, 68, 0.2);
    text-align: center;
    font-size: 9px;
    letter-spacing: -0.005em;
}

.badge:last-child {
    margin-right: 0;
}

.badge--kok {
    background-color: #ffdef2;
}

.badge--yellow {
    background-color: rgba(255, 250, 116, 0.73);
    border: 1px solid rgba(255, 250, 116, 0.73);
    text-align: center;
    font-size: 12px;
}

.badge--blue {
    background-color: rgba(15, 153, 255, 0.26);
}

.badge--coupon {
    color: rgba(235, 0, 139, 0.8);
    border: 1px solid rgba(235, 0, 139, 0.2);
    text-align: center;
}

.badge--timedeal {
    color: rgba(255, 139, 0, 0.8);
    border: 1px solid rgba(255, 139, 0, 0.3);
    text-align: center;
}

.badge--regularDelivery {
    color: rgba(117, 117, 217, 0.8);
    border: 1px solid rgba(117, 117, 217, 0.3);
    text-align: center;
}

.icon {
    background-size: contain;
    background-repeat: no-repeat;
    color: pointer;
}

.heart {
    width: 28px;
    height: 28px;
    background-image: url("/resources/images/uplus/header/heart_off.png");
}

.heart.on {
    background-image: url("/resources/images/uplus/header/heart_on.png");
}

.heart--gray {
    width: 30px;
    height: 27px;
    background-image: url("/resources/images/uplus/productdetail/heart_off.png");
}

.heart--gray.on {
    background-image: url("/resources/images/uplus/productdetail/heart_on.png");
}

.search {
    width: 18px;
    height: 18px;
    background-image: url("/resources/images/uplus/search/search.png");
    background-size: cover;
    background-position: top;
}
.search-close {
    width: 18px;
    height: 18px;
    background-image: url("/resources/images/uplus/search/search_close.png");
}
.search-delete {
    width: 12px;
    height: 18px;
    background-image: url("/resources/images/uplus/search/search-delete.png");
}

.close {
    width: 18px;
    height: 18px;
    background-image: url("/resources/images/uplus/header/close.png");
    background-size: cover;
}
.delete {
    width: 18px;
    height: 18px;
    background-image: url("/resources/images/uplus/header/delete.png");
    background-size: 90%;
}
.d--flex {
    display: flex !important;
}

.border--gray {
    border: 1px solid rgba(106, 106, 106) !important;
}

.mt--0 {
    margin-top: 0 !important;
}

.mb--0 {
    margin-bottom: 0 !important;
}

.mb--15 {
    margin-bottom: 15px !important;
}
.mb--10 {
    margin-bottom: 10px !important;
}
.mb--20 {
    margin-bottom: 20px !important;
}

.mb--24 {
    margin-bottom: 24px !important;
}

.mb--28 {
    margin-bottom: 28px !important;
}

.mb--32 {
    margin-bottom: 32px !important;
}

.mt--2 {
    margin-top: 2px !important;
}

.mt--4 {
    margin-top: 4px !important;
}

.mt--6 {
    margin-top: 6px;
}

.mt--8 {
    margin-top: 8px !important;
}

.mt--10 {
    margin-top: 10px !important;
}

.mt--12 {
    margin-top: 12px !important;
}

.mt--14 {
    margin-top: 14px !important;
}

.mt--15 {
    margin-top: 15px !important;
}

.mt--18 {
    margin-top: 18px !important;
}

.mt--20 {
    margin-top: 20px !important;
}

.mt--24 {
    margin-top: 24px !important;
}

.mt--28 {
    margin-top: 29px !important;
}

.mt--30 {
    margin-top: 30px !important;
}

.mt--32 {
    margin-top: 32px !important;
}

.mt--38 {
    margin-top: 38px !important;
}

.mt--42 {
    margin-top: 42px !important;
}

.mt--100 {
    margin-top: 100px !important;
}

.mt--0 {
    margin-top: 0 !important;
}

.ml--auto {
    margin-left: auto !important;
}

.ml--0 {
    margin-left: 0 !important;
}

.ml--2 {
    margin-left: 2px !important;
}

.ml--4 {
    margin-left: 4px !important;
}

.ml--8 {
    margin-left: 8px !important;
}

.ml--12 {
    margin-left: 12px !important;
}

.mr--0 {
    margin-right: 0 !important;
}

.mr--4 {
    margin-right: 4px !important;
}

.mr--6 {
    margin-right: 6px !important;
}

.pd--0 {
    padding: 0 !important;
}

.pd--8 {
    padding: 8px !important;
}

.pd--10 {
    padding: 10px !important;
}

.pd--20 {
    padding: 20px !important;
}

.pt--0 {
    padding-top: 0 !important;
}

.pt--4 {
    padding-top: 4px !important;
}

.pt--8 {
    padding-top: 8px !important;
}

.pt--10 {
    padding-top: 10px !important;
}

.pt--12 {
    padding-top: 12px !important;
}

.pt--16 {
    padding-top: 16px !important;
}

.pt--25 {
    padding-top: 25px !important;
}

.pt--28 {
    padding-top: 28px !important;
}

.pt--32 {
    padding-top: 32px !important;
}

.pb--0 {
    padding-bottom: 0 !important;
}

.pb--8 {
    padding-bottom: 8px !important;
}

.pb--12 {
    padding-bottom: 12px !important;
}

.pb--16 {
    padding-bottom: 16px !important;
}

.pb--44 {
    padding-bottom: 44px !important;
}

.background--white {
    background: #fff;
}

.pt--4 {
    padding-top: 4px !important;
}

.pt--8 {
    padding-top: 8px !important;
}

.py--10 {
    padding: 10px 0 !important;
}

.py--12 {
    padding: 12px 0 !important;
}

.py--16 {
    padding: 16px 0 !important;
}

.py--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.pos--r {
    position:relative;
}

.bottom__button {
    line-height: 44px;
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
}

.bottom__button--big {
    line-height: 57px;
    font-size: 19px;
    font-weight: 500;
}

.bottom__button:disabled {
    background-color: #ededed;
    color: #a2a2a2;
}

.order_pay_button {
    line-height: 50px !important;
    margin-top: 12px;
}

.bottom__button--small {
    margin: 34px auto 38px auto;
    width: 130px;
    text-align: center;
    font-size: 15px;
    line-height: 38px;
    display: table;
}

.bottom__button--kok {
    background-color: #f60097;
    color: #f4f4f4;
}

.popup__wrapper {
    position: fixed;
    width: 100%;
    max-width: 480px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1100;
    top: 0;
}

.popup__wrapper--on {
    z-index: 1060;
}

.popup__wrapper--footer {
    height: calc(100% - 63px);
}

.popup__wrapper--center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup__wrapper--bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.popup__wrapper--category {
    justify-content: flex-end;
    padding-bottom: 60px;
    z-index: 1000;
}

.popup__wrapper--dialog {
    display: flex;
    align-items: flex-end;
    padding: 0;
    height: 100%;
}

.popup__wrapper .popup__box--headBig {
    padding-top: 50px;
}

.popup__box .popup__box__title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.8px;
    text-align: center;
}

.popup__box .popup__box__table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 4px;
    border-style: hidden;
    box-shadow: 0 0 0 1px silver;
}

.popup__box .popup__box__table th {
    border: 1px solid #e3e3e3;
    padding: 20px 0;
}

.popup__box .popup__box__table th:nth-child(2n) {
    color: #999;
}

.popup__box .popup__box__table th:nth-child(2) {
    border-right: 1px solid #bebebe;
}

.popup__box .popup__box__qna {
    margin-top: 50px;
}

.popup__box .popup__box__info {
    padding: 23px 0 58px;
    text-align: center;
    line-height: 23px;
}

.popup__box .popup__box__button__wrapper {
    display: flex;
    justify-content: space-between;
}

.popup__box .popup__box__button__wrapper button {
    padding: 12px 10px;
    border-radius: 4px;
    background-color: #a6a8ab;
    color: #fff;
    letter-spacing: -0.7px;
    border: 0;
}

.popup__box .popup__box__button__wrapper .close__button {
    padding: 13px 15px;
    border: 1px solid #b7b7b7;
    background-color: #fff;
    color: #000;
}

.popup__wrapper .popup__box {
    position: relative;
    width: calc(100% - 40px);
    padding: 23px 18px 34px 18px;
    background-color: #fff;
    border-radius: 8px;
    max-width: 310px;
    overflow-y: scroll;
}

.popup__wrapper .popup__box--big {
    max-width: 400px;
}

.popup__wrapper .popup__box--mid {
    max-width: 340px;
}

.popup__wrapper .popup__box--headBig {
    padding-top: 50px;
}

.popup__box .popup__box__title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.8px;
    text-align: center;
}

.popup__box .close {
    position: absolute;
    top: 18px;
    right: 21px;
}

.popup__box .popup__box--swiper {
    margin: -23px -18px -34px -18px;
}

.popup__box .popup__box--swiper img {
    width: 100%;
}

.popup__box--swiper .swiper-pagination-bullets {
    bottom: 15px;
}

.popup__box--swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.popup__box--swiper .swiper-pagination-bullet-active {
    background: #f60097;
}

.popup__box .popup__box__qna {
    margin-top: 50px;
}

.popup__box .popup__box__warn {
    padding: 19px 0;
    word-break: break-all;
    line-height: 23px;
    text-align: center;
}

.popup__box .popup__box__info {
    padding: 23px 0 58px;
    text-align: center;
    line-height: 23px;
}

.popup__box .popup__box__button__wrapper {
    display: flex;
    justify-content: space-between;
}

.popup__box .popup__box__button__wrapper button {
    padding: 12px 10px;
    border-radius: 4px;
    background-color: #a6a8ab;
    color: #fff;
    letter-spacing: -0.7px;
    border: 0;
}

.popup__box .popup__box__button__wrapper .close__button {
    padding: 13px 15px;
    border: 1px solid #b7b7b7;
    background-color: #fff;
    color: #000;
}

.popup__box .popup__box__sub__title {
    font-size: 15px;
    font-weight: 500;
}

.popup__box .popup__box__sub__title img {
    width: 15px;
    height: 15px;
    margin-left: 8px;
    vertical-align: middle;
}

.popup__box .coupon__wrapper {
    height: 230px;
    overflow-y: scroll;
    padding: 25px 10px;
    background: #f7f7f7;
    box-shadow: inset 0 -20px 20px -10px #d3d3d3;
    box-sizing: border-box;
}

.popup__box .coupon__wrapper::-webkit-scrollbar {
    width: 3px;
}

.popup__box .coupon__wrapper::-webkit-scrollbar-thumb {
    background: #444;
}

.popup__box .coupon__wrapper .coupon__body {
    background-color: #fff;
    padding-left: 15px;
}

.popup__box .coupon__body::after,
.popup__box .coupon__body::before {
    background: #f7f7f7 !important;
}

.popup__box .input__box--check label {
    text-align: left;
}

.popup__wrapper--dialog > div {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 26px 20px 29px;
}

.popup__wrapper--dialog .headline {
    padding: 0;
    border-bottom: 1px solid #ededed;
}

.popup__wrapper--dialog .headline__text {
    font-weight: 700;
    color: #2f2f2f;
    font-size: 18px;
    padding-left: 20px;
}

.popup--dialog {
    width: 100%;
    padding: 23px 15px 34px 15px;
    background-color: #fff;
}

.popup--dialog .headline {
    padding-bottom: 15px;
}

.popup--dialog .headline--small .headline__text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.8px;
}

.popup--dialog .button--big {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.popup--dialog .button--big .btn--kok--fill {
    font-size: 15px;
    padding: 14px 18px;
    width: fit-content;
    border-radius: 4px;
}

.popup--category {
    width: 100%;
    padding: 23px 15px 34px 15px;
    background-color: #fff;
}

.popup--category .headline {
    padding-bottom: 8px;
}

.popup--category .headline--small .headline__text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.8px;
}

.popup--return {
    padding: 20px;
}

.popup--return .layer {
    border-radius: 4px;
    background-color: #fff;
}

.popup--return .headline {
    padding-top: 30px;
    padding-bottom: 18px;
}

.popup--return .headline--close {
    position: absolute;
    right: 20px;
    top: 18px;
    background-image: none;
}

.popup--return .headline .headline__text {
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.9px;
}

.popup--return .headline--small .headline--close img {
    width: 18px;
    height: 18px;
}

.category__button__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.category__button__wrapper div {
    width: calc(33% - 6px);
    margin-right: 10px;
    text-align: center;
    padding: 11px;
    border-radius: 4px;
    border: 1px solid #a6a8ab;
    box-sizing: border-box;
}

.category__button__wrapper div:nth-child(3n) {
    margin-right: 0;
}

.category__button__wrapper div:nth-child(n + 4) {
    margin-top: 20px;
}

.card {
    position: relative;
}

.card__main {
    display: table;
    position: relative;
}

.card__main--background {
    background-size: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    border-radius: 7px;
    border: 1px solid #efefef;
}

.card__main--background::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.card__main img {
    width: 100%;
    float: left;
}

.card__main__badge {
    position: absolute;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    top: 10px;
    left: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.card__info {
    padding: 12px 0;
    background: #fff;
}

.card__title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: 1.2;
}

.card--time .card__title {
    font-weight: 700;
}

.card--default .card__title {
    display: table;
    font-weight: 700;
}

.card--inline .card__title {
    font-weight: 700;
}

.card--inline .card__main .card--small .card__title {
    margin-bottom: 6px;
}

.card__rate {
    display: inline-block;
    color: #fd0005;
    font-size: 24px;
    letter-spacing: -0.7px;
    font-weight: 700;
}

.card__price {
    display: inline-block;
    font-size: 17px;
}

.card__price strong {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.7px;
}

.card__price del {
    color: #b5b5b5;
}

.card__price--del del {
    color: #b5b5b5;
}

.card__bottom {
    display: flex;
    padding-top: 4px;
    font-size: 13px;
    justify-content: space-between;
    align-items: flex-end;
}

.card__bottom--right .card__badge__box {
    margin-left: auto;
    margin-right: 2px;
}

.card__buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6a6a6a;
    font-size: 12px;
    letter-spacing: -0.6px;
    margin-top: 15px;
}
.card__buy__badge {
    display: flex;
    align-items: center;
    color: #6a6a6a;
    font-size: 12px;
    letter-spacing: -0.6px;
    margin-top: 15px;
}

.card.card--small .card__buy {
    margin-top: 6px;
}

.card__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card__reviewScore{
    margin: 10px 0 6px;
}

.reviewScore {
    color: #9C9C9C;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.005em;
    position: relative;
    padding-left: 15px;
}

.reviewScore:before {
    content: ' ';
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("/resources/images/uplus/main/icon_star.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    left: 0;
}

.card__buy .card__badge__box {
    margin-right: 0px;
}

.card--time .card__main__badge {
    background: red;
}

.card--time {
    padding: 10px;
    box-sizing: border-box;
}

.card--time .card__title {
    font-weight: 700;
}

.card--time .card__main__badge {
    background-color: #fead07;
}

.card--time .card__main__time {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 33px;
    line-height: 33px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    background-color: #fead07;
}

.card--time .card__main__time::before {
    content: "";
    background-image: url("/resources/images/uplus/main/icon_timer.png");
    background-size: cover;
    width: 21px;
    height: 21px;
}

.card--time .card__main__time span {
    font-size: 18px;
    font-weight: 700;
    font-size: inherit;
    vertical-align: middle;
    color: #fff;
    position: relative;
    top: -1px;
}

.card__icon {
    display: flex;
    justify-content: flex-end;
}

.card__icon--underline {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 8px;
    margin-bottom: -2px;
}

.card__icon--underline--pos {
    position: absolute;
    bottom: 10px;
    left:0px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 8px;
    margin-bottom: -2px;
    width:calc(100% - 10px);
}

.card__icon img {
    width: 30px;
    margin-right: 10px;
}

.card--kok .card__main__badge {
    background-color: #f60097;
}

.badge__wrapper {
    position: relative;
}

.badge__wrapper .card__main__badge {
    position: absolute;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    top: 65px;
    left: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #fead07;
    z-index: 5;
}

.badge__wrapper .card__main__badge:first-child {
    top: 10px;
}

.badge__wrapper .card__main__badge--kok {
    top: 65px;
    background-color: #f60097;
}

.card--default .card__title {
    font-weight: 700;
}

.card--default + .card--background {
    margin: 0;
    border-top: 7px solid #f7f7f7;
}

.card--default .product-time-sale {
    left: 0;
    bottom: 0 !important;
    width: 100%;
    border-radius: 0;
    padding: 8px 10px 8px 10px;
}

.card--default .product-time-sale .time img {
    width: 17px;
    margin-right: 7px;
}

.card--default .product-time-sale * {
    font-size: 17px;
    font-weight: 700;
}

.card--default {
    background: #e8e8e8;
}

.card--default .card__info {
    padding: 18px 20px;
}

.card--default .card__buy {
    margin-left: auto;
}

.card--default .card__buy .card__badge__box {
    margin-left: auto;
    margin-right: 0;
}

.card--default .card__bottom {
    border-top: 1px solid #e3e3e3;
    margin-top: 10px;
    text-align: right;
}
.icon_dot {
    position: relative;
    margin: 0 6px;
}
.icon_dot:after {
    content: ' ';
    position: absolute;
    width: 2px;
    height: 2px;
    background: url("/resources/images/uplus/main/icon_dot.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    left: 0;
}

.card__badge__box {
    margin-right: auto;
    min-height: 25px;
}

.card--inline {
    display: flex;
}

.card--inline .card__main {
    width: 107px;
    flex-basis: 107px;
    flex-grow: 0;
    flex-shrink: 0;
    height: 107px;
    border-radius: 7px;
    border: 1px solid #efefef;
    overflow: hidden;
}

.card--inline .card__info {
    padding: 0 10px;
}

.card--shadow {
    border-radius: 12px;
    box-shadow: 0 5px 12px 0 rgba(106, 106, 106, 0.16);
    background-color: #fff;
}

.card__title--line2 {
    display: -webkit-box;
    padding-top: 2px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
    line-height: 1.2;
}

.crad--banner {
    display: table;
    padding: 16px;
}

.layer--left + .middle-banner .crad--banner {
    padding-top: 0 !important;
}

.layer--left + .middle-banner {
    margin-top: -10px;
}

.crad--banner img {
    width: 100%;
    float: left;
}

.card--background img {
    width: 100%;
}

.card--background + .headline {
    border-top: 7px solid #f7f7f7;
}

.card--background .slide__swiper {
    margin-top: -49%;
    padding-bottom: 20px;
}

.card--background .swiper-slide {
    width: 120px;
}

.headline {
    padding: 24px 16px 21px 16px;
}

.headline--small {
    padding: 0 0 20px 0;
}

.headline--small .headline__text {
    font-size: 18px;
    font-weight: 700;
}

.headline--small--more .headline__text {
    font-size: 16px;
    font-weight: 700;
}

.headline--esmall {
    padding: 0 0 20px 0;
}

.headline--esmall .headline__text {
    font-size: 16px;
    font-weight: 700;
}

.headline--underline {
    border-bottom: 1px solid #ededed;
    padding: 0 0 12px 0;
}

.headline--underline .headline__text {
    font-size: 16px;
    font-weight: 700;
}

.headline--info .headline__text {
    font-size: 14px;
    line-height: 1.2;
}

.headline--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 12px 0;
}
.headline--flex .headline__text{
    line-height: 1.2;
}

.headline--flex .headline__contents {
    display: flex;
    align-items: center;
}

.headline--popup {
    height: 50px;
    padding: 20px;
    background: #fff;
}

.headline--popup .headline__text {
    font-size: 17px;
    font-weight: 700;
}

.headline__contents .headline__contents__text {
    font-size: 16px;
}

.headline__contents button {
    padding: 5px 12px 6px 12px;
    margin-left: 11px;
    border-radius: 4px;
    white-space: nowrap;
    line-height: 1.5;
}

.headline__text {
    font-size: 22px;
    font-weight: 800;
}

.headline__subtext {
    font-size: 18px;
    margin-bottom: 3px;
}

.headline__text h3 {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.headline__text p {
    font-weight: 500;
    font-size: 15px;
    margin-top: 3px;
    margin-bottom: 0;
    min-height: 20px;
}

.headline__text span {
    color: #2f2f2f;
    font-size: inherit;
    font-weight: 400;
}

.headline__text h1 {
    color: #b4b4b4;
    font-size: 16px;
}

.headline__text h4 {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.headline__text--kok span {
    color: #f60097;
    font-size: inherit;
    font-weight: inherit;
}

.headline--inline span {
    font-size: 15px;
    font-weight: 500;
    margin-left: -3px;
}

.headline--inline .headline__text {
    display: inline-block;
}

.headline--inline .headline__text--right {
    margin-right: 4px;
}

.headline--time {
    padding-bottom: 5px;
    padding-top: 33px;
}

.headline--flex .headline--close img {
    width: 16px;
    height: 16px;
}

.headline--unable {
    color: #adadad;
}

.headline--sub--text .headline__text {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.headline--sub--text span {
    font-size: 13px;
    color: #919191;
    text-decoration: underline;
    margin-left: 4px;
    font-weight: 300;
}

.headline--acco {
    line-height: 30px !important;
    padding: 12px 20px !important;
    position: relative;
}

#kok__header {
    position: fixed;
    z-index: 99;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: #fff;
}

.product__slide {
    position: relative;
}

#kok__header .nav {
    padding: 0 6px;
}

.header__padding {
    padding-top: 50px;
}

.gnb {
    position: relative;
    width: 100%;
    height: 50px;
}

.gnb__logo {
    position: absolute;
    top: 13px;
    left: 15px;
    z-index: 10;
}

.gnb__logo__link {
    display: block;
}

.gnb__logo img {
    width: 50px;
}

.gnb__logo--app {
    position: absolute;
    top: 13px;
    left: 45px;
    z-index: 10;
}

.gnb__menu {
    display: flex;
    position: absolute;
    top: 13px;
    right: 15px;
}

.gnb__menu a {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -999em;
    margin-right: 10px;
}

.gnb__menu a:last-child {
    margin-right: 0;
}

.gnb__home {
    background: url(/resources/images/uplus/header/icon_home.png) no-repeat;
    background-size: auto 100%;
}

.gnb__cart {
    background: url(/resources/images/uplus/header/icon_cart_v3.png) no-repeat;
    background-size: auto 100%;
}

.gnb__mypage {
    background: url(/resources/images/uplus/header/icon_mypage_v4.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.header__logo__wrapper {
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: auto;
}

.header__logo__wrapper img {
    width: 24px;
    height: 24px;
    margin-right: 17px;
}

.header__logo__wrapper img:last-child {
    margin-right: 0;
}

.header__logo--back {
    position: absolute;
    width: 40px;
    height: 50px;
    display: flex;
    left: 2px;
    top: 0;
    z-index: 100;
    justify-content: center;
    align-items: center;
}

.header__logo--back img {
    width: 18px;
}

.header__logo--backApp {
    position: absolute;
    width: 38px;
    height: 50px;
    display: flex;
    left: 2px;
    top: 0;
    z-index: 100;
    justify-content: center;
    align-items: center;
}

.header__logo--backApp img {
    margin-top: 3px;
    width: 13px;
}

.header__logo--app--close {
    position: absolute;
    width: 40px;
    height: 50px;
    display: flex;
    right: 2px;
    top: 0;
    z-index: 100;
    justify-content: center;
    align-items: center;
}

.header__logo--app--close img {
    width: 18px;
}

.header__logo--close {
    position: absolute;
    width: 16px;
    right: 20px;
    top: 16px;
}

.header__logo--close img {
    width: 100%;
}

.header__title {
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    color: #2f2f2f;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    border-bottom: 1px solid #eee;
    position: absolute;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.header__title span {
    width: calc(100% - 150px);
    overflow: hidden;
    display: block;
    margin-left: 75px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header__title--left {
    text-align: left;
    padding: 0 20px;
}

.view {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    min-height: 350px;
    background: #fff;
}

.view--empty {
    display: flex;
    align-items: center;
    justify-content: center;
}

.view--popup {
    height: calc(100% - 51px);
    overflow-y: auto;
}

.nav__wrap {
    position: -webkit-sticky;
    position: sticky;
    max-width: 480px;
    margin: 0 auto;
    top: 0;
    z-index: 800;
    background: #fff;
}

.nav {
    width: 100%;
    max-width: 480px;
    background: #fff;
    z-index: 10;
    visibility: hidden;
}

.nav ul {
    display: flex;
    height: auto;
    position: relative;
    /*border-bottom: 3px solid #f0f0f0;*/
}

.nav ul li {
    width: auto;
    float: left;
}

.nav ul li a {
    display: block;
    position: relative;
    box-sizing: border-box;
    height: 41px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    font-weight: 700;
    color: #444;
}

.nav ul li.active a {
    color: #f60097;
}

.nav ul li.active a::after {
    content: " ";
    display: block;
    width: 100%;
    height: 3px;
    background: #f60097;
    position: absolute;
    bottom: -3px;
    left: 0;
}

/*.nav ul li a.on {*/
/*    color: #f60097 !important;*/
/*}*/

.nav ul li a.on::after {
    content: " ";
    display: block;
    width: 100%;
    height: 3px;
    background: #f60097;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.nav--flex ul li {
    flex: 1;
}

.nav--tab ul li a {
    height: 48px;
    line-height: 49px;
    color: #8e8e8e;
}

.swiper-wrapper {
    height: auto !important;
}

.main__slide img {
    width: 100%;
}

.main__slide .swiper-slide {
    padding-bottom: 0;
}
.bestsearch__li img{
    margin-left: 10px;
}
.main__slide .swiper-pagination {
    width: auto;
    left: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 4px 14px;
    font-size: 11px;
    color: #dedede;
    right: 16px;
}

.main__slide .swiper-pagination span {
    color: #d5d5d5;
}

.main__slide .swiper-pagination span:first-child {
    color: #fff;
}

.main__slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.main__slide .swiper-pagination-bullet-active {
    background-color: #f60097;
}

.main__category__wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 15px 25px 15px;
}

.main__best__search__wrapper {
    display: flex;
    align-items: flex-end;
    padding: 20px 15px 25px 15px;
}

.main__bestsearch__title__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main__bestsearch__title {
    display: flex;
    font-weight: 700;
    font-size: 14px;
    align-items: center;
    overflow: hidden;
}

.main__bestsearch__title span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main__bestsearch__title__data {
    margin-left: 20px;
    color: #A6A6A6
}

.main__category {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 15px;
    font-weight: 700;
    flex: 1;
}

.main__category img {
    width: 60px;
}

.main__brand__box {
    display: flex;
    flex-wrap: wrap;
}

.main__brand__text {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
}

/*.main__brand {*/
/*    width: calc(25% - 12px);*/
/*    margin-right: 16px;*/
/*}*/

/*.main__brand:nth-child(4n) {*/
/*    margin-right: 0;*/
/*}*/

/*.main__brand:nth-child(n + 5) {*/
/*    margin-top: 0px;*/
/*}*/

.main__brand img {
    width: 100%;
}

.main__bestsearch__wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 15px 25px 15px;
}

.best__search__count__pk {
    color: #f60097;
    font-weight: 800;
    width: 24px !important;
}

.middle-search li > div:nth-child(2) > div:first-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
}

.best__search__count {
    color: #A6A6A6;
    font-weight: 800;
    width: 24px !important;
}
.main__bestsearch__title__span span {
    width: calc(5.5rem + 3vw);
}
.best__search__text {
    color: #A6A6A6;
    margin-right: 15px;
    font-weight: 700;
}

.foot__bar {
    position: fixed;
    width: 100%;
    max-width: 480px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    background: #f7f7f7;
    color: #444;
}

.foot__bar__nav {
    display: flex;
    text-align: center;
    height: 63px;
    box-shadow: 0 2px 18px 0 rgba(106 106 106 / 30%);
}

.foot__bar__nav img {
    width: 32px;
    margin-bottom: 4px;
}

.foot__bar__nav a {
    position: relative;
    flex: 1 1 20%;
    display: flex;
    justify-content: center;
}

.foot__bar__nav .foot__bar__nav__item {
    display: flex;
    align-items: center;
    font-size: 13px;
    flex-direction: column;
    justify-content: center;
}

.foot__bar__nav a:nth-child(3) .foot__bar__nav__item {
    position: relative;
    bottom: 11px;
}

.foot__bar__nav a:nth-child(3) .foot__bar__nav__item img {
    width: 54px;
}

.foot__bar__nav .foot__bar__nav__item.on {
    color: #f91c97;
}

.foot__bar__nav--kok {
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    background-color: #f60097;
    color: #fff;
}

#kok__footer {
    background-color: #1f1f1f;
    box-sizing: border-box;
    color: #b2b2b2;
    line-height: 1.7;
    font-size: 12px;
    padding: 30px 18px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.footer__hr {
    display: block;
    margin: 18px 0;
    border-bottom: 1px solid #373737;
}

.footer__padding {
    padding-bottom: 50px;
}

.foot__bar__padding {
    padding-bottom: 60px;
}

.foot__bar__nav__category {
    position: fixed;
    width: 100%;
    max-width: 480px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    z-index: 50;
    background: #f7f7f7;
    color: #444;
}

.slide__swiper {
    padding: 0 20px 0 0;
}

.slide__swiper .swiper-slide {
    width: 42%;
}

.slide__swiper .card__title {
    font-size: 16px;
    margin-bottom: 6px;
}

.slide__swiper .card__rate {
    font-size: 17px;
}

.slide__swiper .card__info {
    padding: 6px 0;
}

.slide__swiper .card__rate span {
    font-weight: 700;
    font-size: 12px;
}

.slide__swiper .card__price {
    font-size: 14px;
}

.slide__swiper .card__price strong {
    font-size: 17px;
}

.slide__swiper .card__price--del {
    min-height: 16px;
}

.slide__swiper .card__price--del del {
    font-size: 13px;
}

.slide__swiper .card__buy {
    font-size: 13px;
}

.box--shadow {
    box-shadow: 0 2px 10px 0 rgba(106, 106, 106, 0.16);
    border-radius: 12px;
    overflow: hidden;
}

.box--shadow .box--shadow__title {
    display: table;
    padding-left: 3px;
    padding-bottom: 8px;
    font-size: 17px;
    font-weight: 700;
}

.box--shadow .card__info {
    padding: 6px 7px;
    height: 114px;
}

.box--shadow.box--shadow--big .card__info {
    height: 114px;
}

.box--shadow.box--shadow--big {
    padding: 9px 12px 12px 12px;
}

.box--shadow.box--shadow--big .card__title {
    margin-bottom: 5px;
}

.box--shadow.box--shadow--big .card__price--del del {
    min-height: 17px;
    display: block;
}

.box--shadow.box--shadow--big .card__info {
    padding: 0;
    padding-left: 13px;
    font-size: 17px;
}

.box--text {
    background: #f4f4f4;
    border-radius: 4px;
    padding: 18px 13px 16px 13px;
}

.box__wrap--underline {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.box--text .box__title {
    font-weight: 700;
    font-size: 15px;
    color: #2f2f2f;
}
.box--text .box__subtitle {
    font-weight: 500;
    font-size: 15px;
    color: #2f2f2f;
    padding-left: 8px;
}

.box--text .box__text {
    line-height: 1.5;
    color: #000;
    opacity: 0.8;
}

.box--text .box__title--right {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.box--text .box__title--right div {
    font-size: 15px;
    color: inherit;
    font-weight: inherit;
}

.box--text .box__text {
    line-height: 1.5;
    color: #000;
    opacity: 0.8;
}

.box--text .box__wrap--kok {
    font-weight: 700;
}

.box--text .box__wrap--kok .box__title {
    font-size: 19px;
    color: #f60097;
}

.box--text .box__wrap--kok .box__text {
    font-size: 19px;
    opacity: 1;
}

.box--text--horizontal .box__wrap {
    display: flex;
    align-items: center;
    margin-top: 12px;
    justify-content: space-between;
}

.box--text--horizontal .box__wrap:first-child {
    margin-top: 0;
}

.box--text--horizontal .box__text {
    margin-top: 0;
}

.box--text--payment .box__title {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 600;
}

.box--text--payment .box__text {
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}

.box--text--payment .box__text span {
    display: block;
    margin-left: 7px;
    text-indent: -10px;
    margin-top: 8px;
}

.box--text--nowrap {
    background: 0 0;
}

.box--text--nowrap .box__title {
    background-color: #d5d5d5;
    padding: 8px;
    font-weight: 500;
    font-size: 15px;
}

.box--text--nowrap .box__text {
    line-height: 1.5;
    color: #000;
    opacity: 0.8;
    padding-left: 5px;
}

.box--text--nowrap .box__text span {
    display: block;
    margin-left: 7px;
    text-indent: -10px;
    letter-spacing: -0.4px;
    font-size: 14px;
    margin-top: 4px;
    color: #959595;
}

.coupon-warning-data-information.box--text {
    padding: 16px;
}

.box--text--nowrap .box__title {
    background-color: #d5d5d5;
    padding: 8px;
    font-weight: 500;
    font-size: 15px;
}

.box--text--nowrap .box__text {
    line-height: 1.5;
    color: #000;
    opacity: 0.8;
    padding-left: 5px;
}

.box--text--nowrap .box__text span {
    display: block;
    margin-left: 7px;
    text-indent: -10px;
    letter-spacing: -0.4px;
    font-size: 14px;
    margin-top: 4px;
    color: #959595;
}

.coupon-warning-data-information.box--text {
    padding: 16px;
}

.coupon-warning-data-information.box--text--payment .box__text span {
    text-indent: -16px;
}

.box--line {
    width: 100%;
    height: 7px;
    background-color: #f7f7f7;
}

.box--title {
    margin: 20px 0;
    position: relative;
}

.box--title--gray {
    background: #efefef;
}

.box--title--header {
    padding-top: 28px;
}

.box--title .box--title__button {
    padding: 6px 6px 7px 6px;
    margin-right: 10px;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    box-sizing: border-box;
}

.box--title .box--title__button--big {
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
}

.box--title .box--title__button:last-child {
    margin-right: 0;
}

.box--title .box__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    padding: 5px;
    right: 0;
    top: 0;
}

.box--title .box__header--right {
    justify-content: flex-end;
}

.box__header__line {
    width: 1px;
    height: 18px;
    background: #000;
    margin: 0 10px;
}

.box--title .box__headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: #f2f2f2;
}

.box--title .box__headline--badge {
    padding: 8px 12px;
}

.box--title .box--title .box__headline--kok {
    background: #f7f7f7;
}

.box--title .box__headline--kok {
    background: 0 0;
}

.box--title .box__headline--kok .box__headline__badge {
    color: #fff;
    background-color: #f60097;
}

.box--title .box__headline__badge {
    background: #9f9f9f;
    color: #fff;
    padding: 6px 20px 5px 20px;
    border-radius: 20px;
}

.box__top__title strong {
    font-weight: 700;
}

.box--title .box__headline__title {
    font-size: 14px;
    font-weight: 700;
}

.box--title .box__headline__title--overflow {
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box--title .box__headline__title--sub {
    color: #444;
    font-weight: 400;
    margin-left: 3px;
}

.box--title .box__headline__text {
    color: #444;
}

.box--title .box__headline__text--underline {
    text-decoration: underline;
}

.box__top__button {
    display: flex;
}

.box__contents {
    border: 1px solid #ededed;
    overflow: hidden;
}

.box__contents .box__layer {
    padding: 20px 12px 16px 12px;
    position: relative;
}

.box__contents .box__layer--underline::after {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    bottom: 0;
    left: 10px;
    height: 1px;
    background: #ededed;
}

.box__contents--overflow {
    overflow: visible;
}

.box--title .box__top__image {
    width: 80px;
    height: 80px;
    background-size: cover;
}

.box--title .box__top__image__text {
    margin-bottom: 15px;
}

.box--title .box__top--horizontal {
    display: flex;
    justify-content: space-between;
}

.box--title .box__layer__text {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
}

.box--title .box__top__info {
    width: calc(100% - 94px);
    min-height: 70px;
}

.box__top__info__option {
    color: #444;
    font-size: 13px;
}

.box__top__info__counter {
    display: inline-flex;
    border-radius: 3px;
    align-items: center;
    overflow: hidden;
}

.box__top__info__counter__icon {
    width: 27px;
    line-height: 26px;
    height: 27px;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.box__top__info__counter__num {
    padding: 0 20px;
    line-height: 26px;
    height: 27px;
    background: #fff;
    color: #000;
    font-size: 16px;
}

.box--title:first-child {
    margin-top: 0;
}

.box--title:last-child {
    margin-bottom: 0;
}

.box--title .box__top__info__title {
    line-height: 15px;
    font-weight: 600;
    color: #2f2f2f;
    font-size: 14px;
}

.box--title .box__top__info__title--line2 {
    display: -webkit-box;
    padding-top: 2px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 38px;
    line-height: 1.2;
}

.box--title .box__top__info__option {
    color: #848484;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
}


.box--title .box__top__info__price--inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #444;
    font-size: 13px;
}

.box--title .box__top__info__price {
    display: inline-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    color: #444;
    font-size: 14px;
}

.box--title .box__top__info__price--all {
    align-items: center;
}

.box--title .box__top__info__price span {
    font-size: inherit;
    position: relative;
    font-weight: 300;
}

.box--title .box__top__info__price .box__top__info__price__num {
    font-size: 18px;
    margin-right: 0;
}

.box--title .box__top__info__price .box__top__info__price__num--big {
    font-size: 22px;
}

.box--title .box__top__info__price strong {
    font-size: 17px;
    font-weight: 700;
    color: #000;
}

.box--title .box__top__info__line {
    width: 1px;
    height: 14px;
    margin: 0 6px;
    background: #444;
}

.box--title .box__top__info__price__info {
    display: flex;
    justify-content: space-between;
}

.box--title .box__top__info__price__info span {
    font-size: inherit;
    font-weight: inherit;
}

.box--title .box__top__info__del del {
    font-size: 13px;
    color: #b5b5b5;
    font-weight: 700;
}

.box--title .box__top__info__rate {
    display: inline-block;
    font-size: 20px;
    color: #fd0005;
    letter-spacing: -0.6px;
    font-weight: 700;
}

.box--title .box__top__info__price--inline strong {
    font-size: 18px;
    font-weight: 700;
}

.box--title .box__top__info__sub__text {
    font-size: 11px;
    letter-spacing: -0.5px;
    color: #7d7d7d;
}

.box--title .box__top__info__icon__layer {
    position: absolute;
    top: 12px;
    right: 0px;
}

.box--title .box__top__info__icon__layer .icon {
    position: absolute;
}

.box--title .box__top__info__icon__layer .heart {
    right: 28px;
    bottom: -25px;
    width: 22px;
    height: 22px;
}
.box--title .box__top__info__icon__layer .delete {
    right: 0px;
    bottom: -23px;
    width: 18px;
    height: 18px;
}

.box--title .box__top__info__icon__layer .close {
    right: 8px;
    bottom: 0;
}

.box--title .box__top__info__result__title {
    font-size: 17px;
    font-weight: 700;
}

.box--title .box__top__info__result__title span {
    font-size: 19px;
    font-weight: 700;
    margin-left: 17px;
}

.box--title .box__bottom {
    position: relative;
}

.box--title .box__bottom--line {
    border-top: 1px solid #ededed;
    padding-top: 15px;
    margin-top: 15px;
}

.box--title .box__bottom--button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box--title .box__bottom__height__text {
    line-height: 1.2;
}

.box__bottom__height__text span {
    font-size: 13px;
}

.box__bottom__height__text .text--kok {
    color: #b9006f;
}

.box--title .box__bottom__button {
    width: 75px;
}

.box--title .box__bottom__under {
    padding: 15px;
    background: #fdf0f8;
}

.box--title .box__bottom__under > div:first-child {
    margin-top: 0;
}

.box--title .box__bottom__under .box__bottom__title--kok {
    display: table;
    background: #ff009d;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
}

.box--title .box__bottom__text--sub {
    font-weight: 400;
}

.box--title .box__bottom__button__layer {
    display: flex;
    justify-content: flex-end;
}

.box--title .box__bottom__button__layer.order__btns__layout {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 5px;
}

.box--title .box__bottom__button__layer.order__btns__layout:last-child {

    margin: 0px;
}

.box--title .box__bottom__button__layer.order__btns__layout > div {
    flex: 1;
}

.box--title .box__bottom__button__layer.order__btns__layout .order-product-purchase {
    background-color: rgba(235, 0, 139, 0.14);
    color: #EB008B;

}

.box--title .box__bottom__button__layer.order__btns__layout .order-product-reorder {
    background-color: rgba(68, 68, 68, 0.14);
    color: #444444;
}


.box__bottom__button__layer .box--title__button:last-child {
    margin: 0;
}

.box__bottom__return {
    background: #ededed;
    padding: 15px;
}

.box__bottom__return__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    border-top: 1px solid #cbcbcb;
    padding-top: 15px;
}

.box__bottom__return__title span {
    color: gray;
    text-decoration: underline;
}

.box__bottom__return__info {
    line-height: 22px;
}

.box__bottom__return__title:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

.box--title .box__bottom__button__layer--width {
    display: flex;
}

.box__bottom__button__layer--right {
    justify-content: flex-end;
}

.box__bottom__button__layer--width .box--title__button {
    width: calc(25% - 12px);
    flex-basis: calc(25% - 12px);
}

.box__bottom__button__layer--width .box--title__button:last-child {
    margin: 0;
}

.button__box {
    display: flex;
    justify-content: space-between;
}

.button__box--center {
    justify-content: center;
}

.button__box button {
    width: 100%;
    border-radius: 5px;
    height: 44px;
    font-size: 15px;
}

.button__box--1-2 button:nth-child(1) {
    width: calc(30% - 6px);
    border-radius: 5px;
    height: 48px;
    font-size: 14px;
    line-height: 1.1;
}

.button__box--1-2 button:nth-child(2) {
    width: calc(70% - 6px);
    border-radius: 5px;
    height: 48px;
    font-size: 15px;
    margin-left: 12px;
    font-weight: 700;
}

.button__box--half button {
    width: calc(50% - 8px);
    border-radius: 5px;
    height: 42px;
    font-size: 15px;
}

.button__box--2 button {
    width: calc(50%);
    border-radius: 5px;
    height: 42px;
    font-size: 15px;
}

.button__box--center {
    justify-content: center;
}

.button__box--absolute {
    margin: -34px -18px;
}

.button__box--absolute button {
    border-radius: 0;
    height: 52px;
    font-size: 16px;
}

.payment__list__text {
    padding: 16px 20px 15px 20px;
    font-size: 16px;
}

.payment__list__text::after {
    width: 9px;
    height: 9px;
    right: 25px;
}

.payment__del .payment__del__text {
    padding-top: 20px;
}

.payment__del .payment__del__text span {
    display: inline-block;
    margin-top: 11px;
}

.payment__del--off .payment__del__text {
    text-align: center;
    padding-top: 50px;
    height: 34px;
}

.payment__pay__button {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.coupon_section_select .order_input label {
    font-size: 14px;
}

.pay_section {
    padding-bottom: 24px;
}

.payment__pay__button label {
    margin-right: 13px;
    width: calc(33% - 8px);
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    box-sizing: border-box;
    margin-top: 7px;
}

.payment__pay__button label:after {
    content: "";
    padding-top: 50%;
    width: 100%;
    background-color: #fff;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.payment__pay__button label img {
    width: 100%;
}

.payment__pay__button.active label {
    background-color: #2f2f2f;
    color: #fff !important;
}

.payment__pay__button label:nth-child(3n) {
    margin-right: 0;
}

.payment__pay__detail {
    background-color: #ededed;
    padding: 20px 10px;
}

.payment__pay__detail .input__box select {
    background-color: #fff;
}

.payment__del__input {
    padding: 20px;
}

.payment__pay__detail .input__box:first-child {
    margin-bottom: 10px;
}

.payment__popup__box {
    border: 1px solid #dddbdb;
    border-radius: 4px;
    padding: 20px 15px;
    padding-top: 16px;
    padding-right: 9px;
    position: relative;
}

.payment__popup__box .close {
    width: 40px;
    right: -2px;
    top: 0;
    height: 40px;
    margin-top: -2px;
    background-size: 12px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}

.payment__popup__box .headline--underline {
    padding-bottom: 18px;
}

.payment__popup__text {
    margin-top: 15px;
    margin-bottom: 13px;
}

.payment__del__search {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.payment__del__search .btn--gray--line {
    padding: 7px 0;
    border-radius: 4px;
    margin-right: 15px;
    flex-basis: 72px;
    width: 72px;
    text-align: center;
}

.input__box--underline {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dddbdb;
}

.input__box--scroll {
    overflow-y: scroll;
    height: 220px;
    padding-right: 12px;
    margin-right: -12px;
}

.input__box--text {
    color: #959595;
    line-height: 1.3;
    letter-spacing: -1px;
}

.card__number {
    display: flex;
}

.payment__discount .input__info {
    color: #444;
    font-size: 13px;
}

.payment__discount .payment__result {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

.payment__result button {
    padding: 7px 12px;
    border-radius: 4px;
}

.payment__result .payment__result__text {
    text-align: right;
    color: #000;
    font-size: 16px;
    font-weight: 800;
}

.payment__result .payment__result__text span {
    color: #fa5f8c;
    font-size: 16px;
    font-weight: 800;
}

.payment__result .payment__result__info {
    text-align: right;
    font-size: 12px;
    color: #444;
    margin-top: 4px;
}

.payment__end__title {
    padding: 18px 20px 34px 20px;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment__end__title__text {
    font-size: 18px;
    font-weight: 700;
    margin-top: 13px;
}

.payment__end__sub__text {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #6a6a6a;
    margin-top: 7px;
}

.payment__end__sub__text:last-child {
    margin-top: 0;
}

.payment__end__sub__text--underline {
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.payment__end__sub__text--kakao {
    font-size: 15px;
    font-weight: 500;
    color: #6a6a6a;
    padding-top: 21px;
    text-align: center;
    line-height: 20px;
}

.payment__end__sub__text--kakao span {
    font-weight: 700;
    text-decoration: underline;
}

.payment__end__button--kakao img {
    margin-top: 12px;
    margin-bottom: 16px;
    padding: 0 80px;
    width: 100%;
    box-sizing: border-box;
}

.payment__end__sub__text__info {
    background-color: #fff;
    color: #a2a2a2;
    padding: 17px 13px;
    font-weight: 500;
}

.payment__end__sub__text__info__text {
    text-align: left;
}

.payment__end__sub__text__info__text:last-child {
    margin-top: 25px;
}

.payment__end__title__image img {
    width: 50px;
    height: 50px;
}

.payment__end {
    padding: 40px 0;
}

.payment__end .layer {
    padding: 27px 20px;
}

.payment__end .box--title {
    margin: 30px 0;
    border: 1px solid #ededed;
}

.payment__end .box__contents {
    border: 0;
}

.payment__end .box__contents .box__layer {
    margin: 17px 10px 0 10px;
    padding: 0;
    padding-bottom: 17px;
    border-bottom: 1px solid #ededed;
}

.payment__end .box__contents:last-child .box__layer {
    border-bottom: 0;
}

.payment__end .box__top__info__title {
    font-size: 13px;
}

.payment__end .box__top__info__price {
    font-size: 13px;
    align-items: center;
}

.payment__end .box__top__info__price strong {
    font-size: 19px;
    font-weight: 700;
}

.payment__end .box__top__info__price span {
    font-size: 14px;
}

.box--text--horizontal--flex .box__wrap--kok {
    display: flex;
    justify-content: space-between;
}

.box__wrap--kok .box__text--multi {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.box--text--horizontal--bold {
    background-color: #ededed;
}

.payment__end .box--text--horizontal--bold .box__wrap__sub {
    margin-top: 15px;
}

.payment__end .box--text--horizontal--bold .box__wrap__sub:last-child {
    margin-top: 0;
}

.input__box--calc3 {
    display: flex;
    width: 100%;
    align-items: center;
}

.input__box--calc3 .input__box {
    flex: 0 0 calc(33.333333%);
    padding-right: 5px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
}

.input__box--calc3 .input__box:last-child {
    padding-right: 0;
}

.input__box--calc4 {
    display: flex;
    width: 100%;
    align-items: center;
}

.input__box--calc4 > div {
    flex: 0 0 calc(25%);
    padding-right: 5px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
}

.input__box--calc4 .input__box:last-child {
    padding-right: 0;
}


.input__box--calc4--last > div {
    flex: 0 0 calc(22.5%);
}

.input__box--calc4--last > div:last-child {
    flex: 0 0 calc(32%);
}

.input__box--phone {
    display: flex;
}

.input__box--phone .input__box {
    flex: 0 0 calc(22.5%);
    padding-right: 5px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
}

.input__box--phone .input__box input {
    text-align: center;
    height: 45px;
}

.input__box--phone .input__box:first-child {
    flex: 0 0 32%;
}

.input__box--phone .input__box:last-child {
    padding-right: 0;
}

.input__box--auth {
    display: flex;
}

.input__box--auth .input__box {
    flex: 0 0 calc(60%);
    padding-right: 5px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
}

.input__box--auth .input__box input {
    height: 44px;
}

.input__box--auth button {
    flex: 0 0 calc(40%);
    height: 44px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
}

.input__box--auth .input__box input {
    text-align: center;
}

.input__box--auth .input__box:last-child {
    padding-right: 0;
}

.card__number .input__box {
    flex: 0 0 calc(25%);
    padding-right: 5px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
}

.card__number .input__box input {
    padding: 5px 10px;
    text-align: center;
}

.card__number .input__box:last-child {
    padding-right: 0;
}

.order {
    padding: 15px 10px;
}

.order__all {
    display: table;
    margin-top: 20px;
    margin-left: auto;
    color: #444;
}

.order__all * {
    font-size: 13px;
    font-weight: 400;
}

.order__all .text--end--arrow--right::after {
    border-bottom: 1px solid #2f2f2f;
    border-left: 1px solid #2f2f2f;
}

.order__list {
    display: flex;
    padding: 15px 0;
    background: #f7f7f7;
    margin-top: 6px;
}

.order__list li {
    text-align: center;
    flex: 1;
}

.order__list li div {
    color: #ababab;
}

.order__list li.on div {
    color: #000;
}

.order__list__num {
    font-size: 30px;
    font-weight: 700;
}

.order__list__text {
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
}

.order__all {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order__search {
    display: flex;
    flex: 0 0 calc(100% - 75px);
}

.order__search li {
    padding: 10px 0;
    margin: 0 8px;
    background-color: #ededed;
    color: #2f2f2f;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    flex: 1;
}

.order__search li.on {
    background-color: #000;
    color: #fff;
}

.order__search li:first-child {
    margin-left: 0;
}

.order__search li:last-child {
    margin-right: 0;
}

.mypage__info__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mypage__info__header .mypage__info__header__user {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mypage__info__header .mypage__info__header__user > img {
    width: 54px;
    height: 54px;
    margin-right: 15px;
}

.mypage__info__header__user .mypage__info__header__text {
    font-size: 15px;
}

.mypage__info__header__user .mypage__info__header__text span {
    line-height: 18px;
    position: relative;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
}

.mypage__info__header__user .mypage__info__header__text img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 6px;
}

.mypage__info__header .mypage__info__header__text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.mypage__info__header button {
    padding: 6px 22px;
    border-radius: 4px;
}

.mypage__info__header .option_button {
    vertical-align: middle;
}

.mypage__info__header .option_button img {
    width: 23px;
    height: 23px;
    margin-left: 0;
}

.mypage__info__box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.mypage__info__box::before {
    content: " ";
    position: absolute;
    width: 1px;
    height: calc(100% - 18px);
    top: 9px;
    left: 50%;
    background: #fff;
}

.mypage__info__box div {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    font-size: 15px;
    background-color: #f4f4f4;
}

.mypage__info__box div span {
    font-weight: 600;
    font-size: 16px;
    padding-right: 20px;
}

.mypage__info__box div span:after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
}

.mypage__review__box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.mypage__review__box > div {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}

.mypage__review__con {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

#mypage-review-list {
    font-size: 15px;
    display: flex;
}

#mypage-review-list img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.mypage-review-state div {
    display: flex;
    text-align: end;
    justify-content: end;
}

.mypage-review-state span {
    display: block;
    width: 24px;
    margin-left: 5px;
}

.mypage-review-state div, .mypage-review-state span {
    font-size: 14px;
    margin-bottom: 5px;
}

.mypage-review-state div:first-child span {
    font-weight: 700;
}

.mypage__review__box .box--line {
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 15px 0;
    background-color: #E4E4E4;
}

.mypage-review-state-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#review_desc {
    width: 82%;
    line-height: 14px;
    font-size: 12px;
    color: #444444;
}

#review_desc strong, span {
    font-weight: 700;
    font-size: inherit;
}

#review_desc span {
    color: #F60097;
}

#review_desc_img {
    width: 54px;
}

#review_desc_img img {
    width: 100%;
}

.ordered__product {
    padding-bottom: 50px;
}

.ordered__product .box--title {
    margin: 0;
}

.ordered__product .swiper-pagination-fraction {
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 5px 20px 4px 20px;
    bottom: 5px;
    font-size: 11px;
    color: #fff;
}

.ordered__product .swiper-pagination-total {
    color: #d5d5d5;
}

.mypage__qna {
    background-color: #f7f7f7;
    padding: 18px 23px;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mypage__qna button {
    width: calc(50% - 4px);
    padding: 12px 12px 11px 12px;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 12px;
    background-color: #fff;
    color: #000;
}

.ordered__swiper .swiper-slide {
    width: 170px;
}

.event__filter {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #ededed;
}

.event__filter input:checked + label {
    background-color: #000;
    color: #fff !important;
}

.event__filter__label {
    background: #ededed;
}

.event__filter label {
    display: inline-block;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    margin-right: 2px;
}

.event__filter__more {
    width: 100%;
    padding: 28px 15px 19px;
    background-color: #f7f7f7;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}

.event__filter__more__check {
    display: flex;
    flex-wrap: wrap;
}

.event__filter__more__check label {
    width: calc(100% / 4 - 6px);
    margin-right: 8px;
    background-color: #fff;
    color: #2f2f2f;
    border: 1px solid #a6a8ab;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 8px 0;
    text-align: center;
}

.event__filter__more__check input:checked + label {
    background-color: #000;
    color: #fff !important;
}

.event__filter__more__check label:nth-child(8n) {
    margin-right: 0;
}

.event__filter__more__check label:nth-child(n + 9) {
    margin-top: 8px;
}

.event__filter__more .button__box {
    padding: 28px 55px 0;
}

.event__filter__more .button__box button {
    border: 1px solid #b7b7b7;
    width: calc(50% - 4px);
    height: 35px;
}

.event__filter__select {
    background-color: #f7f7f7;
    padding: 10px 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.event__filter__select .event__filter__select__tag {
    padding: 7px 24px 6px 7px;
    position: relative;
    width: calc(33.33333% - 6px);
    border: 1px solid #a6a8ab;
    background-color: #fff;
    font-size: 13px;
    letter-spacing: -0.6px;
    margin-right: 9px;
    color: #000;
    text-align: center;
}

.event__filter__select .event__filter__select__tag:nth-child(3n) {
    margin-right: 0;
}

.event__filter__select .event__filter__select__tag:nth-child(n + 4) {
    margin-top: 9px;
}

.event__filter__select .event__filter__select__tag .remove {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url("/resources/images/uplus/header/close.png");
    position: absolute;
    background-size: 10px;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    background-position: center center;
    display: block;
}

.cart-product-delete {
    background-size: 18px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}

.event__product {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.event__product .headline {
    padding: 0;
    padding-bottom: 8px;
}

.event__product .card {
    display: flex;
    flex-direction: column;
    flex: none;
    width: 50%;
    margin-top: 8px;
    box-sizing: border-box;
    position: relative;
}

.event__product .card__title {
    font-size: 16px;
}

.event__product .card__rate {
    font-size: 19px;
}

.event__product .card__price {
    font-size: 15px;
}

.event__product .card__price strong {
    font-size: 19px;
}

.event__product .card:nth-child(odd) {
    padding-right: 10px;
}

.event__product .card:nth-child(even) {
    padding-left: 10px;
}

.time .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.time .swiper-pagination-bullet-active {
    background: #fead07;
}

.time .main-product-time-sale span:first-child {
    margin-left: 7px;
}

.time .main-product-time-sale span {
    margin-left: -4px;
}

.time .main-product-time-sale .main-time-sale-dday {
    margin-left: 4px;
}

.time .main-product-time-sale .main-time-sale-hours {
    margin-left: 2px;
}

.product__detail img {
    width: 100%;
}

.product__detail__image {
    background-size: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
}

.product__detail__image::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.product__detail .button__box button {
    width: 50%;
    box-sizing: border-box;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    letter-spacing: -0.9px;
    background-color: #f60097;
    color: #fff;
}

.product__detail .button__box button:first-child {
    background-color: #fff;
    border: 1px solid #d7d8d7;
    color: #0e0e0e;
}

.product__detail .headline {
    padding-bottom: 6px;
}

.product__detail .badge {
    margin-right: 5px;
    letter-spacing: -0.6px;
}

.product__detail .badge:last-child {
    margin-right: 0;
}

.product__detail .headline__contents img {
    width: 30px;
    margin-left: 5px;
}

.product__detail .headline__contents img:last-child {
    margin-right: 0;
}

.product__detail .headline__contents__icon {
    padding-top: 3px;
}

.product__detail .product__title {
    font-size: 18px;
    width: calc(100% - 30px);
    padding-top: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.product__slide .swiper-pagination-bullet-active {
    background: #fd1494;
}

.product__detail .product__info__price__del del {
    color: #b5b5b5;
    font-size: 15px;
}

.product__detail .product__info__price__rate {
    display: inline-block;
    color: #fd0005;
    font-size: 24px;
    letter-spacing: -0.7px;
    margin-right: 3px;
    font-weight: 700;
}

.product__detail .product__info__price__price {
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
}

.product__detail .product__info__price__price span {
    font-size: 25px;
    font-weight: 700;
}

.product__detail .product__review__wrapper {
    display: flex;
    margin-top: 18px;
}

.product__detail .product__review img {
    width: 12px;
    height: 12px;
}

.product__review {
    display: flex;
    align-items: center;
}

.product__review__star {
    display: inline-block;
    position: relative;
    width: 68px;
    height: 12px;
    background: url("/resources/images/uplus/productdetail/star_empty.png") no-repeat;
    background-size: 100%;
}

.product__review__star span {
    height: 12px;
    overflow: hidden;
    position: absolute;
    top: 0;
    background: url("/resources/images/uplus/productdetail/star_pull.png") no-repeat;
    background-size: cover;
}

.product__detail .product__review .product__review__count {
    display: inline-block;
    margin-left: 7px;
    text-decoration: underline;
    font-size: 15px;
    line-height: 22px;
    color: #3c3c3c;
    font-weight: 500;
}

.product__detail .product__review__amount {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.7px;
    font-weight: 500;
    color: #3c3c3c;
}

.product__sub__info {
    display: flex;
    align-items: center;
}

.product__sub__info--underline {
    padding-bottom: 12px;
    border-bottom: 1px solid #e3e3e3;
    align-items: self-start;
}

.product__sub__info .product__sub__info__title {
    font-size: 14px;
    flex-basis: 71px;
    letter-spacing: -0.7px;
    color: #a3a3a3;
    font-weight: 500;
    position: relative;
    line-height: 14px;
}

.product__sub__info .product__sub__info__text__wrapper {
    flex: 1;
}

.product__sub__info .product__sub__info__text {
    letter-spacing: -0.7px;
    color: #3c3c3c;
    margin-top: 8px;
}

.product__sub__info__coupon {
    border: 1px solid #f60097;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.product__sub__info__coupon p {
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 15px;
    background: url('/resources/images/product/coupon_icon.png');
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: left 2px;
    position: relative;
    line-height: 1.2;
}

.product__sub__info__coupon p::after {
    content: ' ';
    position: absolute;
    width: 6px;
    height: 100%;
    background: url('/resources/images/product/coupon_arrow.png');
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: center 4px;
    right: 0;
}

.product__sub__info__coupon span {
    font-size: inherit;
    font-weight: bold;
    color: #f60097;
}

.product__sub__info__coupon img {
    width: auto;
    margin-right: 7px;
    height: 15px;
}

.product__sub__info .product__sub__info__text:first-child {
    margin-top: 0;
}

.product__sub__info .product__sub__info__text span {
    letter-spacing: -0.7px;
    color: #3c3c3c;
    font-weight: 700;

}
.product__sub__info .product__sub__info__text #extraDelivery-info {
    color: #A3A3A3;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    position: relative;
    margin-top: 5px;
    display:inline-block;
}
.product__sub__info .product__sub__info__text #extraDelivery-info::after {
    content: "";
    background: url(/resources/images/uplus/main/icon_question_gray.svg) no-repeat 0 0;
    display: inline-block;
    height: 16px;
    width: 16px;
    position: absolute;
    margin-left: 2px;
}
#extraDelivery-modal {
    width: 150px;
    height: 106px;
    border-radius: 5px;
    border: 1px solid #F60097;
    background: #FDF0F8;
    position: absolute;
    padding: 22px 27px;
    display: none;
    right:-16px;
    transform: translateX(50%);
    bottom: 150%;
    color: #3c3c3c;
    text-align: center;
}
#extraDelivery-modal::after {
    content: "";
    position: absolute;
    display: inline-block;
    border: 7px solid transparent;
    border-top-color: #F60097;
    bottom: -14px;
    right: 50%;
}
#extraDelivery-modal h1 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 6px;
}
#extraDelivery-modal div {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px}
#extraDelivery-modal .close{
    width: 9.5px;
    height: 9.5px;
    position: absolute;
    right: 8px;
    top: 8px;
}

.input__box--coupon button {
    position: absolute;
    right: 0;
    border: 1px solid #f91c97;
    height: 100%;
    padding: 0 13px;
    background: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #f91c97;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.8px;
}

.input__box--certified input[type="text"]:focus {
    outline: 0;
}

.input__box--check {
    position: relative;
    width: 100%;
    height: 24px;
    display: table;
}

.input__box--check > span {
    position: absolute;
    line-height: 24px;
    top: 0;
    right: 0;
    color: #a2a2a2;
    text-decoration: underline;
}

.input__box--check--noCheck span {
    line-height: 14px;
}

.input__box--check--non--detail label {
    padding-right: 0 !important;
}

.input__box--certified button {
    position: absolute;
    right: 0;
    border: 1px solid #d2d0d0;
    height: 100%;
    padding: 0 13px;
    background: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #f50506;
    width: 90px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.8px;
}

.coupon__box__title {
    display: flex;
}

.coupon__box__title .coupon__box__title__text {
    width: 50%;
    display: inline-block;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    border-bottom: 3px solid #ededed;
}

.coupon__box__title .coupon__box__title__text.active {
    color: #f60097;
    border-bottom: 3px solid #f60097;
}

.coupon__box__title .coupon__box__title__text:first-child::after {
    content: "";
    border: 1px solid #ededed;
    position: absolute;
    right: 0;
    height: 18px;
    top: 50%;
    transform: translate(0, -50%);
}

.coupon__box__title .coupon__box__title__text span {
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
}

.coupon__banner {
    display: table;
    padding: 10px 20px 0px;
}

.coupon__banner img {
    width: 100%;
    float: left;
}

.coupon__wrapper {
    padding: 24px 20px;
    background-color: #fff;
}

.coupon__wrapper .coupon {
    display: flex;
    margin-top: 15px;
    text-align: left;
    align-items: normal;
}

.coupon__wrapper .coupon {
    display: flex;
    margin-top: 15px;
    text-align: left;
}

.coupon__wrapper .coupon:first-child {
    margin-top: 0;
}

.coupon__wrapper .coupon__body {
    position: relative;
    width: calc(100% - 60px);
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    padding: 13px 13px 13px 24px;
    box-sizing: border-box;
}

.coupon__wrapper .coupon__body::before {
    content: "";
    right: -8px;
    top: -1px;
    width: 12px;
    border-radius: 0 0 10px 10px;
    height: 6px;
    background: #fff;
    position: absolute;
    border: 1px solid #c1c1c1;
    border-top: 0;
}

.coupon__wrapper .coupon__body::after {
    content: "";
    right: -8px;
    bottom: -1px;
    width: 12px;
    border-radius: 10px 10px 0 0;
    height: 6px;
    background: #fff;
    position: absolute;
    border: 1px solid #c1c1c1;
    border-bottom: 0;
}

.coupon.on .coupon__body,
.coupon.on .coupon__body::after,
.coupon.on .coupon__body::before {
    border: 1px solid #f91c97;
}

.coupon.on .coupon__body::before {
    border-top: 0;
}

.coupon.on .coupon__body::after {
    border-bottom: 0;
}

.coupon .coupon__head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    background-color: #acacac;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: -0.3px;
    font-weight: 500;
    color: #fff;
}

.coupon.on .coupon__head {
    background-color: #f91c97;
}

.coupon.on .coupon__rate {
    color: #000;
}

.coupon .coupon__body__title {
    max-width: calc(100% - 45px);
    line-height: 1.2;
    margin-top: 4px;
    font-weight: 500;
    font-size: 15px;
    color: #a5a5a5;
}

.coupon .coupon__badge {
    display: inline-block;
    width: 58px;
    border-radius: 10px;
    text-align: center;
    padding: 4px 0px;
    font-size: 11px;
    font-weight: bold;
    background-color: #acacac;
    color: #fff;
}

.coupon .coupon__notice {
    font-size: 10px;
    position: absolute;
    top: 16px;
    right: 10px;
    opacity: .8
}

.coupon .coupon__rate {
    font-size: 18px;
    letter-spacing: -0.4px;
    color: #a5a5a5;
    font-weight: 700;
}

.coupon .coupon__rate span {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #a5a5a5;
}

.coupon .coupon__body__info {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -0.3px;
    line-height: 1.1;
    color: grey;
}

.coupon .coupon__body__info span {
    font-size: 11px;
    font-weight: 400;
    color: #f91c97;
}

.coupon .coupon__body__badge {
    position: absolute;
    right: 13px;
    top: 20px;
    padding: 5px 10px;
    border-radius: 13px;
    background-color: #acacac;
    color: #fff;
    font-size: 12px;
}

.coupon.on .coupon__badge {
    background-color: #f91c97;
}

.coupon.on .coupon__body__title {
    max-width: calc(100% - 45px);
    line-height: 1.2;
    margin-top: 4px;
    font-weight: 500;
    font-size: 15px;
    color: #333;
}

.coupon.on .coupon__rate span {
    color: #f91c97;
}

.coupon.on .coupon__body__badge {
    background-color: #f91c97;
}

.qna__title {
    padding: 25px 20px 15px 20px;
    font-size: 17px;
    font-weight: 700;
}

.qna__list li:first-child .qna__list__title {
    border-top: 1px solid #ededed;
}

.qna-li-box .box__header {
    width: calc(100% - 20px);
}
.qna-li-box .box__header .btn-box .delete{
    width: auto;
    height: auto;
    background-image: none;
    background-size: 0%;
}

.qna-li-box .box__header--right {
    margin-right: 20px;
}

.qna-li-box .badge--kok {
    color: #fff;
    background-color: #f60097;
    padding: 6px 20px 5px 20px;
    border-radius: 20px;
}

.qna__list__title {
    padding: 20px;
    border-bottom: 1px solid #ededed;
}

.qna__list__title.on {
    background: #fff;
}

.qna__list__title span {
    display: table;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
}

.qna__list__li {
    padding-left: 25px;
    display: block;
    box-sizing: border-box;
    position: relative;
}

.qna__list__content span {
    padding-right: 22px;
}

.qna__list__li strong {
    font-size: 20px;
    position: absolute;
    left: 0;
}

.qna__list__content p {
    display: table;
    width: 100%;
}

.qna__list__content {
    display: table;
    width: 100%;
    padding: 20px;
    line-height: 1.3;
    background: #ededed;
}

.qna__tab {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.qna__tab button {
    margin-right: 13px;
    width: calc(33% - 8px);
    border-radius: 4px;
    background-color: #f7f7f7;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #000;
    box-sizing: border-box;
}

.qna__tab button.active {
    background: #f60097;
    color: #fff;
}

.qna__tab button:nth-child(3n) {
    margin-right: 0;
}

.qna__tab button:nth-child(n + 4) {
    margin-top: 7px;
}

.favorite__product {
    margin: 17px 10px 20px 10px;
    padding: 20px 10px;
    background-color: #f7f7f7;
}

.favorite__product .headline--flex {
    padding-bottom: 0;
}

.favorite__product .box--title {
    margin: 0;
}

.favorite__product .box__contents {
    margin-top: 20px;
    background-color: #fff;
}

.favorite__product .box__top__info__title {
    font-size: 15px;
    font-weight: 500;
    width: calc(100% - 32px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 31px;
}

.favorite__product .box__top__info__icon .icon {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 12px;
    right: 12px;
}

.product__qna {
    width: 100%;
    padding: 35px 20px;
    background-color: #ededed;
}

.product__qna .box__layer {
    padding: 18px;
}

.product__qna .box__layer .box__top__title {
    line-height: 1.3;
}

.product__qna .box__layer {
    padding: 18px;
}

.product__qna__title {
    display: table;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    letter-spacing: -0.4px;
    text-align: center;
    line-height: 1.5;
}

.product__qna__button {
    width: 100%;
    background-color: #fff;
    padding: 14px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 25px;
}

.product__qna .box--title {
    margin: 0;
    margin-top: 23px;
}

.product__qna .box__contents {
    background-color: #fff;
}

.product__qna .box__contents__badge {
    background: #9f9f9f;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
}

.product__qna .box--title .box--title__button--big {
    margin-right: 5px;
    margin-top: 24px;
}

.product__qna .box--title .box--title__button--big.text--end--arrow {
    padding-right: 35px;
}

.product__qna .box--title .box--title__button--big.text--end--arrow:after {
    right: 12px;
}

.basket .headline {
    padding: 10px 20px;
    background-color: #ededed;
}

.basket .box__header {
    width: 100%;
    box-sizing: border-box;
}

.basket .contents__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basket .contents__icon {
    position: relative;
    display: flex;
    align-items: center;
}

.input__box--overLabel label a {
    position: absolute;
    top: 0;
    left: 35px;
    width: calc(100% - 35px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.basket .contents__icon img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.basket .contents__icon img:last-child {
    margin-right: 0;
}

.basket .box__top__info__option {
    line-height: 1.3;
    color: #444;
}

.basket .contents__flex .input__box {
    flex: 1;
}

.basket .contents__flex .input__box--select {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin-right: 10px;
}

.basket .contents__flex .btn--black--fill {
    padding: 4px 12px;
    line-height: 18px;
    border-radius: 4px;
}

.basket .contents__icon .icon {
    display: inline-block;
}

.basket .box--title .box__contents:nth-child(2) {
    margin-top: 0;
}

.basket .box--title .box__contents {
    margin-top: 8px;
}

.basket .icon.heart {
    width: 35px;
    height: 35px;
    background-image: url(/resources/images/uplus/basket/heart_off.png);
}

.basket .icon.heart.on {
    /*background-image: url(/resources/images/uplus/basket/heart_on.png);*/
}

.basket .icon.gift {
    width: 35px;
    height: 35px;
    background-image: url(/resources/images/uplus/basket/gift.png);
}

.basket .foot__bar {
    background-color: #fff;
    box-shadow: 0 2px 18px 0 rgb(106 106 106 / 16%);
}

.basket .foot__bar .foot__price {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 700;
    color: #2f2f2f;
}

.basket .foot__price__info {
    font-size: 17px;
    font-weight: 700;
    color: #2f2f2f;
}

.basket .foot__price__info span {
    font-weight: 700;
}

.basket .foot__bar .foot__button--kok {
    padding: 12px 0;
    text-align: center;
    background-color: #f91b97;
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.7px;
}

.search__box {
    padding: 18px 10px;
    background: #fff;
}

.search__box__input {
    position: relative;
    border-bottom: 1px solid #f60097;
    padding-right: 30px;
}

.search__box__input input {
    margin-left: 3px;
    margin-top: 2px;
    width: 90%;
    font-size: 16px;
    padding: 7px 0;
    letter-spacing: -0.8px;
    border: 0;
}

.search__box--gray .search__box__info {
    color: #bebebe;
    letter-spacing: -0.7px;
    margin-top: 10px;
}

.search__box--gray .search__box__input {
    border-bottom: 1px solid #6e6e6e;
}

.search__box__input input:focus {
    outline: 0 !important;
}

.search__box__input .icon {
    position: absolute;
    right: 10px;
    bottom: 7px;
}

.search__placeholder {
    position: absolute;
    top: 12px;
    left: 4px;
    font-size: 16px;
    letter-spacing: -0.8px;
    color: #bbb;
}

.product__order {
    padding: 22px 20px 16px 20px;
}

.product__order .box--title {
    margin-top: 0;
    margin-bottom: 12px;
}

.product__order .box__layer__text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 16px;
}

.product__order .box__bottom--button .input__box {
    width: calc(100% - 65px);
}

.product__order .box__bottom--button .input__box input {
    padding: 0;
    font-size: 15px;
}

.product__order .box__bottom--button .box--title__button {
    font-size: 13px;
    padding: 7px 13px;
}

.product__order .box__layer {
    padding: 12px;
}

.product__order .box__bottom--button button:disabled,
.product__order .box__bottom--button input:disabled {
    border: 1px solid #d5d5d5;
    background-color: #ededed;
    color: #a2a2a2;
}

.product__order .box--title:last-child {
    margin-bottom: 0;
}

.product__order .headline__text {
    font-size: 15px;
    font-weight: 400;
}

.product__order .box__contents {
    padding: 12px;
}

.product__order .headline__text:first-child {
    font-weight: 600;
}

.select__list li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    color: #444;
    font-size: 15px;
}

.shipping__order {
    padding: 0 10px;
}

.shipping__order .headline {
    padding: 0;
}

.shipping__order .headline__text {
    font-size: 13px;
    color: #000;
}

.shipping__order .shipping__order__status {
    display: flex;
    padding: 10px;
    background-color: #f7f7f7;
    justify-content: space-between;
}

.shipping__order__status .shipping__order__status__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    letter-spacing: -0.3px;
    color: #ababab;
}

.shipping__order__status .shipping__order__status__row.on {
    color: #000;
}

.shipping__order__status .shipping__order__status__row span {
    font-size: 29px;
    margin-bottom: 8px;
    font-weight: 700;
}

.shipping__order__status .shipping__order__status__arrow {
    display: flex;
    align-items: center;
}

.shipping__order__status .shipping__order__status__arrow::after {
    content: ">";
}

.order-product-box .box__top__info__price {
    width: 100%;
}

.rate > label:before {
    font-size: 20px;
}

.regular--shipping {
    border: 1px solid #ff53bd;
    padding: 15px 12px;
    border-radius: 4px;
}

.regular--shipping .regular__title {
    color: #444;
    display: flex;
    align-items: center;
}

.shipping__order__status .shipping__order__status__arrow::after {
    content: "";
    background: url(/resources/images/rewardmall/uplus/arrow.png) no-repeat 0 0;
    background-size: 100%;
    display: inline-block;
    height: 9px;
    width: 6px;
    margin-bottom: 20px;
}

.regular--shipping .regular__title img {
    width: 15px;
    margin-right: 3px;
    vertical-align: middle;
}

.regular--shipping .regular__title__text {
    font-weight: 500;
}

.regular--shipping .regular__title__sub {
    font-size: 13px;
    color: inherit;
    position: relative;
    top: -1px;
    margin-left: 15px;
}

.regular--shipping .regular__title span img {
    width: 14px;
    height: 17px;
}

.regular__info__price__rate {
    display: inline-block;
    color: #fd0005;
    font-size: 24px;
    letter-spacing: -0.7px;
    margin-right: 2px;
    font-weight: 700;
}

.regular__info__price__price {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
}

.regular__info__price__price span {
    font-size: 25px;
    font-weight: 700;
}

.regular__info__price__del {
    color: #b5b5b5;
    font-size: 15px;
    display: inline-block;
    margin-left: 4px;
}

.regualr--situation {
    padding: 23px 20px 37px;
}

.regualr--situation .empty-regular-delivery > .btn--kok--fill {
    padding: 17px;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.7px;
    font-weight: 500;
    border-radius: 4px;
}

.regular--detail .headline__contents {
    font-size: 17px;
}

.regular--detail .box--text--info {
    color: #f186b5;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.regular--detail .headline__text {
    font-size: 16px;
}

.headline__text__line {
    width: 2px;
    height: 14px;
    margin: 0 6px;
    background: #444;
}
.headline__text__flex{
    display:flex !important;
    align-items: flex-end;
}
.regular--detail .headline--badge {
    padding: 5px 13px;
    background-color: #f60097;
    color: #fff;
    border-radius: 35px;
}

.regular--detail .headline span {
    color: #444;
}

.regular--detail h3 {
    display: inline-block;
    margin-left: 4px;
}

.regular--detail .box--text {
    padding: 27px 13px 21px 13px;
}

.regular--detail .box--text--horizontal--bold {
    padding-bottom: 23px;
    line-height: 1.5;
}

.regular--detail .button__box--half button {
    font-size: 16px;
    font-weight: 500;
}

.regular--detail .regular--change {
    padding: 24px 0 0;
}

.regular--change .regular--change--data {
    display: flex;
}

.regular--change .regular--change--data .regular--change--data--title {
    width: 25%;
    font-weight: 500;
    margin-top: 14px;
}

.regular--change .regular--change--data--info {
    color: #959595;
}

.regular--change .regular--change--data .regular--change--data--info {
    width: 75%;
}

.regular--change .regular--change--data .regular--change--data--info select {
    width: 100%;
}

.regular--change
.regular--change--data
.regular--change--data--info
.input__box--select--count
select {
    width: auto;
}

.payment--info .card {
    padding: 24px;
    border: 1px solid #a6a8ab;
    border-radius: 12px;
    background-color: #f7f7f7;
}

.payment--info .card .card__title {
    font-size: 19px;
    font-weight: 700;
}

.payment--info .card .card__number {
    font-size: 20px;
}

.payment--info .card .card__button {
    padding: 12px;
    text-align: center;
    background-color: #f60097;
    border-radius: 4px;
    font-size: 15px;
    color: #f4f4f4;
}

.payment--info .button__box {
    margin-top: 110px;
    padding: 0 20px;
}

.border--none {
    border: 0 !important;
}

.text--oneline {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 15px;
}

.box--title .box__top--image--big .box__top__image {
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 12px;
    margin-top: 0;
}

.box--title .box__top--image--big .box__top__info {
    width: calc(100% - 115px);
    min-height: 80px;
}

.phone--title {
    background: #f7f7f7;
    padding: 36px 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.phone--title__image img {
    width: 60px;
    height: 60px;
}

.phone--title__text {
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    line-height: 1.2;
}

.phone--title__text--sub {
    padding-left: 35px;
    margin-top: 12px;
}

.phone--title__text--sub p {
    font-size: 13px;
    line-height: 1.2;
    color: #8e8e8e;
}

.phone--title__button {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 480px;
}

.phone--title__button button {
    height: 50px;
    float: left;
}

.phone--title__button .pull-left {
    width: 25%;
    line-height: 1.1;
}

.phone--title__button .pull-right {
    width: 75%;
    font-weight: 700;
    font-size: 15px;
}

.server--check {
    background: #f7f7f7;
    padding: 82px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.server--check__image img {
    width: 64px;
    height: 64px;
}

.server--check__text {
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    line-height: 1.2;
}

.server--check .server--check__image {
    width: 64px;
    height: 64px;
}

.server--check .server--check__text {
    font-size: 19px;
    font-weight: 700;
}

.small--information {
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 20px;
    color: #a2a2a2;
}

.box--text--remove {
    padding: 29px 15px 23px 15px;
}

.box--text--remove .box__title {
    font-size: 16px;
    text-align: center;
}

.app--alarm {
    padding: 33px 20px;
    background-color: #f7f7f7;
}

.alarm--box {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 22px 13px 11px;
}

.alarm--box__date {
    position: absolute;
    top: 11px;
    right: 13px;
}

.alarm--box .alarm--box__image img {
    float: left;
    width: 53px;
    height: 53px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-right: 8px;
    margin-bottom: 4px;
}

.alarm--box .alarm--box__title {
    font-weight: 600;
    margin-top: 3px;
}

.alarm--box .alarm--box__text {
    font-weight: 400;
    margin-top: 8px;
    line-height: 1.3;
    display: -webkit-box;
    height: 72px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.alarm--box .alarm--box__text--multi {
    height: 36px;
    -webkit-line-clamp: 2;
}

.top_btn_fixed {
    margin-left: 175px !important;
    padding: 10px;
    padding-bottom: 0;
}

@media (max-width: 800px) {
    #kok__header {
        max-width: 100%;
    }

    .nav {
        max-width: 100%;
    }

    .nav__wrap {
        max-width: 100%;
    }

    .view {
        max-width: 100%;
    }

    .foot__bar {
        max-width: 100%;
    }

    .popup__wrapper {
        max-width: 100%;
    }

    .basket .headline {
        max-width: 100%;
    }
    #kok__footer {
        max-width: 100%;
    }

    .foot__bar__nav__category {
        width: 100%;
    }

    .popup__wrapper .popup__box {
        max-width: 360px;
    }
}

@media (max-width: 420px) {
    .event__filter__more__check label {
        width: calc(100% / 3 - 8px);
    }

    .event__filter__more__check label:nth-child(8n) {
        margin-right: 8px;
    }

    .event__filter__more__check label:nth-child(n + 9) {
        margin-top: 0;
    }

    .event__filter__more__check label:nth-child(6n) {
        margin-right: 0;
    }

    .event__filter__more__check label:nth-child(n + 7) {
        margin-top: 8px;
    }
}
@media (max-width: 340px) {
    .box--title .box__top__info__icon__layer .heart {
        bottom: -4px;
    }
    .box__top__info__sub__text .card__badge__box  {
        min-height: 0;
    }
    .box__top__info__sub__text .card__badge__box .badge {
        margin-right: 0px;
        padding: 3px;
        font-size: 9px;
        letter-spacing: -0.005em;
    }

}

.overflow--hidden {
    overflow: hidden !important;
}

.view .vreview-summary-widget-iframe {
    margin: 0px auto !important;
}

.pro_detail_navi_cont .vreview-review-board-widget-iframe {
    margin: 0px auto !important;
}

.middle-search {
    height: 30px;
    flex: 1;
    width: calc(100% - 200px);
}

.do-search-keyword {
    height: 30px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#shortForm .shortFormTitle {
    padding: 24px 16px 21px 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.005em;
}

#embed-widget-container {
    margin-top: 30px;
}
