@charset "UTF-8";
/************** FONT ************/
/* Noto Sans KR */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import "common.css";
@import "nice-select.css";
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url("/assets/fonts/NotoSansKR/NotoSansKR-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("/assets/fonts/NotoSansKR/NotoSansKR-Light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/fonts/NotoSansKR/NotoSansKR-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/assets/fonts/NotoSansKR/NotoSansKR-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/assets/fonts/NotoSansKR/NotoSansKR-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url("/assets/fonts/NotoSansKR/NotoSansKR-Black.otf") format("opentype");
}
/* Roboto */
@font-face {
  font-family: "Roboto"; /* Regular */
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/Roboto/Roboto-Regular.eot");
  src: local("☺"), url("/assets/fonts/Roboto/Roboto-Regular.eot#iefix") format("embedded-opentype"), url("/assets/fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("/assets/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("/assets/fonts/Roboto/Roboto-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Roboto"; /* Medium */
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/Roboto/Roboto-Medium.eot");
  src: local("☺"), url("/assets/fonts/Roboto/Roboto-Medium.eot#iefix") format("embedded-opentype"), url("/assets/fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("/assets/fonts/Roboto/Roboto-Medium.woff") format("woff"), url("/assets/fonts/Roboto/Roboto-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "Roboto"; /* Bold */
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/Roboto/Roboto-Bold.eot");
  src: local("☺"), url("/assets/fonts/Roboto/Roboto-Bold.eot#iefix") format("embedded-opentype"), url("/assets/fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("/assets/fonts/Roboto/Roboto-Bold.woff") format("woff"), url("/assets/fonts/Roboto/Roboto-Bold.ttf") format("ttf");
  font-style: normal;
}
/************** RESET ************/
@media (prefers-color-scheme: dark) {
  html,
  body {
    background: #fff !important;
    background-color: #fff !important;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
time,
figure,
article,
nav,
header,
footer,
hgroup,
video,
audio,
aside,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  vertical-align: baseline;
  font-family: "Roboto", "Noto Sans KR", "Noto Sans", sans-serif;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #2e2e2e;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  height: 100%;
}

:focus {
  outline: none;
}

ol,
ul {
  list-style: none;
  font-size: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: inherit;
  word-break: keep-all;
}

figure,
article,
header,
main,
footer,
nav,
hgroup,
video,
audio,
aside,
form {
  display: block;
}

a,
input,
textarea,
select,
label {
  display: inline-block;
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: top;
  -o-object-fit: contain;
  object-fit: contain;
}

caption,
.blind {
  overflow: hidden !important;
  visibility: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

sup {
  vertical-align: super;
}

button {
  border: 0;
  cursor: pointer;
}

strong {
  font-weight: 700;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; /*webkit-appearance: none; -webkit-border-radius: 0;*/
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: top;
}

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

input[type=number]::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

code,
kbd,
samp {
  font-family: monospacer, monospacer; /* 1 */
  font-size: 1em; /* 2 */
}

button {
  cursor: pointer;
  background: transparent;
}

/* fonts */
/* font-size */
/* colors */
/************** main content ************/
.main-container {
  position: relative;
  min-height: 200px;
  padding-bottom: 80px;
}

.main-content {
  position: relative;
}

.main-content .product-detail-select {
  width: 1200px;
}

.main-content .product-detail-select.swiper-container .select-list {
  padding-bottom: 0;
}

.main-content .big-title {
  text-align: center;
  padding-bottom: 30px;
}

.main-content .ui-tab.main-tab {
  width: 1200px;
  margin: 40px auto;
}

.main-content .ui-tab.main-tab .tabs {
  display: flex;
  justify-content: normal;
  align-items: normal;
  height: 48px;
  border-bottom: 1px solid #517c09;
  position: relative;
}

.main-content .ui-tab.main-tab .tabs li {
  flex: 1;
  position: relative;
  margin: 0 0 0 -1px;
  border: 1px solid #eaeaea;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

.main-content .ui-tab.main-tab .tabs li a {
  width: 100%;
  height: 48px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #989898;
  line-height: 48px;
  text-align: center;
  display: block;
  border: none;
  border-radius: inherit;
}

.main-content .ui-tab.main-tab .tabs li.on {
  position: relative;
  z-index: 2;
  height: 48px;
  border-color: #517c09;
  border-bottom: 1px solid #fff;
}

.main-content .ui-tab.main-tab .tabs li.on a {
  color: #517c09;
}

.main-product.onemenu .barcode {
  display: flex;
  align-items: center;
}

.main-product.onemenu .card-tab {
  position: relative;
  padding: 0;
  background-color: #fff;
  padding-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-radius: 0;
  margin-top: 40px;
}

.main-product.onemenu .card-tab .tabs li a {
  background-color: transparent;
  border: none;
}

.main-product.onemenu .card-tab > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.main-product.onemenu .card-tab > ul > li:not(.card, .barcode) {
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  right: calc(50% - 38px);
  width: 76px;
}

.main-product.onemenu .card-tab > ul .card {
  margin-right: 0;
}

.card-tab {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 12px;
}

.card-tab .mo {
  display: none;
}

.card-tab .form-box {
  background-color: #fff;
}

.card-tab > div ul,
.card-tab > div li {
  display: flex;
  align-items: center;
}

.card-tab .tit {
  font-size: 16px;
  font-weight: 700;
  padding-right: 10px;
}

.card-tab .deliver,
.card-tab .date {
  margin-right: 20px;
}

.card-tab .btn {
  margin-left: 25px;
}

.card-tab .btn button {
  width: 120px;
  height: 40px;
  border-radius: 6px;
  border: solid 1px #517c09;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #517c09;
}

.card-tab .btn button.btn-main {
  background-color: #517c09;
  color: #fff;
}

.card-tab .btn button:hover {
  background-color: #f4faeb;
  color: #517c09;
}

.card-tab .btn button + button {
  margin-left: 10px;
}

.card-tab .radiobox.mr10 {
  margin-right: 10px;
}

.card-tab .radiobox input[type=radio]:checked + label {
  background-color: #989898;
  border: 1px solid #989898;
  color: #fff;
  line-height: 40px;
}

.card-tab .radiobox input[type=radio] + label {
  width: 70px;
  height: 40px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 40px;
  background: #fff;
  color: #838383;
}

.card-tab .checkbox input[type=checkbox]:checked + label {
  background-color: #99cc41;
  color: #fff;
  line-height: 40px;
}

.card-tab .checkbox input[type=checkbox]:checked + label::before {
  content: "ON";
}

.card-tab .checkbox input[type=checkbox] + label {
  cursor: pointer;
  width: 60px;
  height: 40px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 40px;
  background: #d5d5d5;
}

.card-tab .checkbox input[type=checkbox] + label::before {
  content: "OFF";
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", "Noto Sans KR", "Noto Sans", sans-serif;
  background: none;
  color: #fff;
}

.card-tab .datepicker-box .form-box .input {
  width: 140px;
  font-size: 16px;
  font-weight: 700;
  background: url(/assets/images/icon_calendar_b.png) no-repeat calc(100% - 12px) center;
  background-size: 18px auto;
}

.card-tab .tabs .list.on a::before {
  background: url(/assets/images/icon_list_on.png) no-repeat center;
  background-size: contain;
}

.card-tab .tabs .list a::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 18px;
  height: 18px;
  background: url(/assets/images/icon_list.png) no-repeat center;
  background-size: contain;
}

.card-tab .tabs .img a::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 18px;
  height: 18px;
  background: url(/assets/images/icon_img.png) no-repeat center;
  background-size: contain;
}

.card-tab .tabs .img.on a::before {
  background: url(/assets/images/icon_img_on.png) no-repeat center;
  background-size: contain;
}

.card-tab .tabs li + li {
  margin-left: 10px;
}

.card-tab .tabs li a {
  width: 105px;
  height: 40px;
  border-radius: 6px;
  border: transparent;
  font-size: 16px;
  color: #989898;
}

.card-tab .tabs li.on a {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #99cc41;
}

.main-visual {
  width: 100%;
  height: 384px;
  overflow: hidden;
  display: none;
}

.main-visual + .banner-control {
  position: relative;
  z-index: 10;
}

.main-visual + .banner-control span {
  cursor: pointer;
  position: absolute;
  width: 112px;
  height: 27px;
  border: solid 1px #517c09;
  border-top: 1px solid #fff;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  bottom: unset;
  top: -1px;
  z-index: 999;
  left: calc(50% - 56px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #517c09;
  font-weight: 500;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.16);
}

.main-visual + .banner-control span.on {
  display: none;
}

.main-visual + .banner-control span::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 10px;
  height: 6px;
  background: url(/assets/images/icon_arr_down_g.png) no-repeat center;
  background-size: contain;
}

.main-visual.on {
  display: block;
}

.main-visual.on + .banner-control {
  position: relative;
}

.main-visual.on + .banner-control span {
  position: absolute;
  width: 96px;
  height: 26px;
  border: solid 1px #517c09;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  bottom: 0px;
  top: unset;
  z-index: 999;
  left: calc(50% - 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.16);
}

.main-visual.on + .banner-control span.off {
  display: none;
}

.main-visual.on + .banner-control span::after {
  background: url(/assets/images/icon_arr_up_b.png) no-repeat center;
  background-size: contain;
}

.main-visual-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.main-visual-box .swiper-wrapper {
  height: 100%;
}

.main-visual-box .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.main-visual-box .swiper-container a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.main-visual-box .swiper-container a img {
  width: auto;
}

.main-visual-box .desc-box {
  margin-top: 20px;
}

.main-visual-box .desc-box .title {
  font-size: 20px;
  font-weight: 700;
}

.main-visual-box .desc-box .txt-desc {
  font-size: 14px;
  font-weight: 700;
  color: #9d9d9d;
}

.controller-box .controller {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 1310px;
  margin: 0 auto;
  left: calc(50% - 655px);
  top: 165px;
  z-index: 10;
}

.controller-box .controller > a {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  font-size: 0;
  background-size: contain;
}

.controller-box .controller > a.btn-prev {
  background: url(/assets/images/btn_ban_prev.png) no-repeat center top;
  background-size: contain;
}

.controller-box .controller > a.btn-prev:hover {
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
}

.controller-box .controller > a.btn-next {
  background: url(/assets/images/btn_ban_next.png) no-repeat center top;
  background-size: contain;
}

.controller-box .controller > a.btn-next:hover {
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
}

.controller-box .count-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.controller-box .count-box .first {
  margin-right: 10px;
}

.controller-box .count-box .first .number {
  color: #99cc41;
  font-weight: 500;
}

.controller-box .count-box .last {
  margin-left: 10px;
}

.controller-box .count-box .last .total {
  color: #ccc;
  font-weight: 500;
}

.controller-box .count-box .progress-bar {
  position: static;
  width: 120px;
  height: 2px;
  background: #f2f2f2;
}

.controller-box .count-box .progress-bar span {
  --swiper-theme-color: $color-green;
}

.controller-box .count-box .progress-bar .swiper-pagination-progressbar-fill {
  background: #99cc41;
}

.category-pagination {
  display: none;
}

@media (max-width: 768px) {
  .category-pagination {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
  .category-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 6px;
    border-radius: 3px;
    background-color: #517c09;
  }
  .category-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #f2f2f2;
    opacity: 1;
    margin: 0 3px;
  }
  .main-visual-box .desc-box {
    display: none;
  }
  .controller-box {
    padding: 10px 0 20px 0;
  }
  .controller-box .controller {
    width: 100%;
  }
  .controller-box .controller .btn-prev,
  .controller-box .controller .btn-next,
  .controller-box .controller p.first,
  .controller-box .controller p.last {
    display: none;
  }
  .controller-box .count-box {
    width: 100%;
  }
  .controller-box .count-box .progress-bar {
    width: 100%;
  }
}
.main-notice-box {
  position: relative;
  display: flex;
  left: 221px;
  justify-content: flex-start;
  align-items: center;
  width: 474px;
  height: 91px;
}

.main-notice-box.mo {
  display: none;
}

.main-notice-box.web {
  display: flex;
}

.main-notice-box .title {
  padding-right: 10px;
  color: #99cc41;
  font-weight: 700;
}

.notice-list-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  line-height: 91px;
  width: 408px;
}

.notice-list-box .notice-list {
  width: 100%;
  height: 100%;
}

.notice-list-box .notice-list .swiper-pagination {
  width: auto;
  bottom: 0;
  left: auto;
  right: 52px;
  color: #cccccc;
}

.notice-list-box .notice-list .swiper-pagination span {
  font-size: 12px;
  font-weight: 700;
}

.notice-list-box .notice-list .swiper-pagination .swiper-pagination-current {
  color: #9d9d9d;
}

.notice-list-box .notice-list .swiper-pagination .swiper-pagination-total {
  color: #cccccc;
}

.notice-list-box .notice-list .swiper-button-next {
  right: 26px;
  background-image: url(/assets/images/btn_noti_next.png);
}

.notice-list-box .notice-list .swiper-button-prev {
  right: 102px;
  left: auto;
  background-image: url(/assets/images/btn_noti_prev.png);
}

.notice-list-box .notice-list .swiper-button-next,
.notice-list-box .notice-list .swiper-button-prev {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-size: contain;
}

.notice-list-box .notice-list .btn-pause-play {
  position: absolute;
  top: 32px;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 1;
  background: url(/assets/images/btn_pause.png) no-repeat center top;
  background-size: contain;
  font-size: 0;
}

.notice-list-box .notice-list .btn-pause-play.play {
  background: url(/assets/images/btn_play.png) no-repeat center top;
  background-size: contain;
}

.notice-list-box .notice-list .btn-pause-play.play:hover {
  background: url(/assets/images/btn_play_over.png) no-repeat center top;
}

.notice-list-box .notice-list .btn-pause-play:hover {
  background: url(/assets/images/btn_pause_over.png) no-repeat center top;
}

.notice-list-box .notice-list .date {
  padding-right: 10px;
  font-size: 15px;
  color: #9d9d9d;
}

.notice-list-box .notice-list .text {
  font-size: 14px;
  width: 405px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.notice-list-box .notice-list .text::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 6px;
  height: 11px;
  background: url(/assets/images/icon_arr.png) no-repeat center;
  background-size: contain;
  right: 0;
  top: calc(50% - 6px);
  position: absolute;
}

@media (max-width: 768px) {
  .main-content .product-detail-select {
    width: 100%;
  }
  .main-content .product-detail-select.swiper-container {
    padding-bottom: 20px;
  }
  .main-content .product-detail-select.swiper-container .select-list {
    padding-bottom: 10px;
  }
  .main-content .no-result-box {
    margin: 40px 20px 0;
  }
  .main-content.mo {
    border-top: none;
  }
  .main-notice-box {
    left: 0;
    align-items: start;
    width: 100%;
    height: 48px;
  }
  .main-notice-box.mo {
    display: flex;
  }
  .main-notice-box.mo .notice-list-box .notice-list .text {
    width: calc(100% - 56px);
  }
  .main-notice-box.web {
    display: none;
  }
  .main-notice-box .title {
    display: none;
  }
}
.main-category-box.swiper-container {
  width: 1203px;
  margin: 0 auto;
  padding: 40px 0 34px;
}

.category.swiper-container {
  margin-left: -11px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.category.swiper-container + .product-detail-list.swiper-container {
  margin-top: 30px;
}

.category.swiper-container + .product-detail-select.swiper-container {
  margin-top: 30px;
}

.category.swiper-container .category-list.swiper-wrapper {
  flex-wrap: wrap;
}

.category.swiper-container .category-list.swiper-wrapper li {
  width: 132px;
  height: 130px;
}

.category.swiper-container .category-list.swiper-wrapper li:nth-child(n+5) {
  margin-top: 0;
}

.category-list.swiper-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1202px;
  height: 55px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
}

.category-list.swiper-wrapper > li {
  width: 168px;
  height: 100%;
}

.category-list.swiper-wrapper > li + li {
  margin-left: 0px;
}

.category-list.swiper-wrapper > li.on {
  position: relative;
}

.category-list.swiper-wrapper > li.on ::after {
  content: "";
  bottom: -12px;
  left: calc(50% - 7px);
  border-top: 13px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 0px solid transparent;
  position: absolute;
}

.category-list.swiper-wrapper > li.on a {
  outline: solid 1px #99cc41;
  border: 1px solid #99cc41;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.category-list.swiper-wrapper > li.on a span {
  color: #99cc41;
}

.category-list.swiper-wrapper > li.on a ::after {
  content: "";
  bottom: -16px;
  left: calc(50% - 10px);
  border-top: 17px solid #99cc41;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0px solid transparent;
  position: absolute;
}

.category-list.swiper-wrapper + .ui-tab {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #f2f2f2;
}

.category-list.swiper-wrapper a {
  width: 100%;
  height: 100%;
  /* background: #fff; */
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-list.swiper-wrapper a:hover span {
  color: #99cc41;
}

.category-list.swiper-wrapper li {
  margin-left: 44px;
}

.category-list.swiper-wrapper li:first-child {
  margin-left: 0;
}

.category-list.swiper-wrapper li span {
  font-weight: 700;
  font-size: 18px;
}

.sub-category-box.swiper-container {
  width: 1249px;
  margin: 0 auto;
  padding: 2px 25px 0;
}

.sub-category-box.swiper-container .controller-box {
  z-index: 1;
}

.sub-category-box.swiper-container .controller-box .controller {
  display: block;
  position: unset;
  width: unset;
}

.sub-category-box.swiper-container .controller-box .controller > a {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 46px;
  z-index: 10;
}

.sub-category-box.swiper-container .controller-box .controller > a.btn-prev {
  background: url(/assets/images/btn_category_prev.png) no-repeat center top;
  background-size: contain;
  left: 2px;
}

.sub-category-box.swiper-container .controller-box .controller > a.btn-prev:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.sub-category-box.swiper-container .controller-box .controller > a.btn-next {
  background: url(/assets/images/btn_category_next.png) no-repeat center top;
  background-size: contain;
  right: 2px;
}

.sub-category-box.swiper-container .controller-box .controller > a.btn-next:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.sub-category-list.swiper-wrapper {
  display: flex;
  width: 100%;
  height: 159px;
  box-sizing: border-box;
}

.sub-category-list.swiper-wrapper > li {
  width: 128px;
  height: 128px;
}

.sub-category-list.swiper-wrapper > li.all a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/images/icon_all.png) no-repeat center center;
  background-size: 32px;
}

.sub-category-list.swiper-wrapper > li.all.on a::before,
.sub-category-list.swiper-wrapper > li.all:hover a::before {
  background: url(/assets/images/icon_all_on.png) no-repeat center center;
  background-size: 32px;
}

.sub-category-list.swiper-wrapper > li.on a {
  outline: solid 2px #99cc41;
}

.sub-category-list.swiper-wrapper > li a {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #f5f5f5;
  position: relative;
  padding: 3px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sub-category-list.swiper-wrapper > li a:hover {
  outline: solid 2px #99cc41;
}

.sub-category-list.swiper-wrapper > li a span {
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  top: 133px;
  width: 128px;
  text-align: center;
}

.product-detail-select.swiper-container {
  overflow: unset;
  z-index: 3;
}

.product-detail-select.swiper-container .nice-select span.current {
  font-size: 18px;
}

.product-detail-select.swiper-container .nice-select .option {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 14px !important;
  white-space: break-spaces;
  line-height: normal;
}

.product-detail-select.swiper-container .nice-select .option:hover,
.product-detail-select.swiper-container .nice-select .option.selected {
  font-weight: 700;
  border-radius: 0;
  overflow: hidden;
  background-color: #fff;
  color: #517c09;
}

.product-detail-select.swiper-container .nice-select .list {
  width: 101%;
  padding: 7px 0;
  border-radius: 8px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #517c09;
  background-color: #fff;
  max-height: 374px;
  left: 0;
  overflow-y: auto;
  touch-action: auto;
}

.product-detail-select.swiper-container .nice-select .list li:first-child {
  display: none;
}

.product-detail-select.swiper-container .nice-select .list::-webkit-scrollbar {
  width: 6px;
}

.product-detail-select.swiper-container .nice-select .list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.product-detail-select.swiper-container .select {
  padding: 0 30px 0 15px;
  background: url(/assets/images/icon_arr_down_b.png) calc(100% - 15px) center no-repeat;
  background-size: 13px auto;
  display: block;
  position: relative;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 56px;
  border-radius: 14px;
  border: solid 1px #ccc;
  background-color: #fff;
}

.product-detail-select.swiper-container .select.open {
  background: #f4faeb url(/assets/images/icon_arr_up_b.png) calc(100% - 15px) center no-repeat;
  background-size: 13px auto;
}

.product-detail-select.swiper-container .select.open,
.product-detail-select.swiper-container .select:focus {
  border: solid 1px #517c09;
  background-color: #f4faeb;
}

.product-detail-select.swiper-container .select.open span.current,
.product-detail-select.swiper-container .select:focus span.current {
  color: #517c09;
}

.product-detail-select.swiper-container .select-list {
  width: calc((100% - 6px) / 7);
  padding-bottom: 10px;
  padding-right: 12px;
}

.product-detail-select.swiper-container .select-list.all a {
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 56px;
  border-radius: 14px;
  border: solid 1px #ccc;
  background-color: #fff;
}

.product-detail-select.swiper-container .select-list.all:hover a,
.product-detail-select.swiper-container .select-list.all.on a {
  color: #517c09;
  border: solid 1px #517c09;
  background-color: #f4faeb;
}

.product-detail-select.swiper-container .select-list:last-child {
  padding-right: 0;
}

.product-detail-select.swiper-container .swiper-wrapper {
  flex-wrap: wrap;
  margin-right: -12px;
}

.point-mall-box {
  width: 1200px;
  margin: 0 auto;
}

.point-mall-box > ul {
  display: flex;
  justify-content: center;
}

.point-mall-box > ul > li {
  width: 125px;
  height: 125px;
  position: relative;
  margin-left: 2px;
  margin-top: 2px;
}

.point-mall-box > ul > li + li {
  margin-left: 28px;
}

.point-mall-box > ul > li.on a {
  outline: solid 2px #99cc41;
}

.point-mall-box > ul > li a {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.point-mall-box > ul > li a:hover {
  outline: solid 2px #99cc41;
}

.point-mall-box > ul > li a:hover span {
  color: #517c09;
}

.point-mall-box > ul > li a span {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .point-mall-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .point-mall-box > ul > li {
    width: 75px;
    height: 75px;
  }
  .point-mall-box > ul > li + li {
    margin-left: 11px;
  }
  .point-mall-box > ul > li a {
    border-radius: 14px;
  }
  .point-mall-box > ul > li a:hover span {
    color: #2e2e2e;
  }
  .point-mall-box > ul > li a span {
    font-size: 14px;
  }
  .sub-category-box.swiper-container {
    width: 100%;
    padding: 2px 20px;
  }
  .sub-category-box.swiper-container .controller-box {
    padding: 0;
  }
  .sub-category-list.swiper-wrapper {
    height: auto;
    flex-wrap: wrap;
  }
  .sub-category-list.swiper-wrapper > li {
    width: calc(25% - 10px);
    height: 75px;
    margin-left: 0;
  }
  .sub-category-list.swiper-wrapper > li.all a::before {
    background: url(/assets/images/icon_all.png) no-repeat center center;
    background-size: 28px;
  }
  .sub-category-list.swiper-wrapper > li.all.on a::before,
  .sub-category-list.swiper-wrapper > li.all:hover a::before {
    background: url(/assets/images/icon_all_on.png) no-repeat center center;
    background-size: 28px;
  }
  .sub-category-list.swiper-wrapper > li + li {
    margin-left: 0;
    margin-bottom: 54px;
    margin-top: 0 !important;
  }
  .sub-category-list.swiper-wrapper > li a {
    border-radius: 14px;
  }
  .sub-category-list.swiper-wrapper > li a span {
    width: auto;
    font-size: 14px;
    bottom: unset;
    top: calc(100% + 10px);
    text-align: center;
  }
  .card-tab {
    width: 100%;
    flex-direction: column;
  }
  .card-tab.master {
    padding: 0 0 20px 0;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
  }
  .card-tab.master > div > ul {
    justify-content: space-between;
  }
  .card-tab.master .checkbox input[type=checkbox] + label {
    width: 60px;
  }
  .card-tab.master .barcode {
    margin-bottom: 0;
  }
  .card-tab .mo {
    display: block;
    font-size: 20px;
    color: #2e2e2e;
    font-weight: bold;
  }
  .card-tab .card {
    display: none;
  }
  .card-tab > div {
    width: 100%;
  }
  .card-tab .btn {
    width: 100%;
    margin-left: 0;
  }
  .card-tab .btn button {
    width: 50%;
  }
  .card-tab .tit {
    padding-right: 0;
    width: 81px;
    font-size: 14px;
  }
  .card-tab .date {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .card-tab .barcode {
    margin-bottom: 20px;
  }
  .card-tab .barcode .checkbox input[type=checkbox] + label {
    width: 102px;
  }
  .card-tab .datepicker-box {
    width: calc(100% - 81px);
  }
  .card-tab .datepicker-box .form-box .input {
    width: 100%;
  }
  .card-tab .radiobox {
    width: calc(50% - 46px);
  }
  .card-tab .radiobox input[type=radio] + label {
    width: 100%;
    font-size: 15px;
  }
  .card-tab .deliver {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .card-tab > div ul {
    flex-wrap: wrap;
  }
  .card-tab-area {
    padding: 0 20px;
  }
  .main-content .tabs {
    display: none;
  }
  .main-content .big-title {
    padding-bottom: 20px;
  }
  .main-content .ui-tab.main-tab {
    width: 100%;
    padding: 0 20px 30px;
    margin: 0;
  }
  .main-content .ui-tab.main-tab .tabs {
    padding: 0;
    height: 40px;
  }
  .main-content .ui-tab.main-tab .tabs li.on {
    height: 40px;
  }
  .main-content .ui-tab.main-tab .tabs li a {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
  .main-category-box.swiper-container {
    width: 100%;
    padding: 30px 20px 20px;
    border-top: 1px solid #e8e8e8;
  }
  .category-list.swiper-wrapper {
    justify-content: flex-start;
    border: none;
    height: 39px;
  }
  .category-list.swiper-wrapper > li {
    width: 106px !important;
    margin-left: 0;
  }
  .category-list.swiper-wrapper > li.on {
    height: inherit;
  }
  .category-list.swiper-wrapper > li.on ::after {
    bottom: -9px;
    left: calc(50% - 6px);
    border-top: 10px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 0px solid transparent;
  }
  .category-list.swiper-wrapper > li.on a {
    height: 39px;
  }
  .category-list.swiper-wrapper > li.on a ::after {
    bottom: -13px;
    left: calc(50% - 9px);
    border-top: 14px solid #99cc41;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 0px solid transparent;
  }
  .category-list.swiper-wrapper > li:nth-child(1) a:before {
    width: 50%;
    height: 22px;
    background-size: contain;
  }
  .category-list.swiper-wrapper > li:nth-child(2) a:before {
    width: 50%;
    height: 22px;
    background-size: contain;
  }
  .category-list.swiper-wrapper > li:nth-child(3) a:before {
    width: 50%;
    height: 22px;
    background-size: contain;
  }
  .category-list.swiper-wrapper > li:nth-child(4) a:before {
    width: 50%;
    height: 22px;
    background-size: contain;
  }
  .category-list.swiper-wrapper > li:nth-child(5) a:before {
    width: 50%;
    height: 22px;
    background-size: contain;
  }
  .category-list.swiper-wrapper > li:nth-child(6) a:before {
    width: 50%;
    height: 22px;
    background-size: contain;
  }
  .category-list.swiper-wrapper > li:nth-child(7) a:before {
    width: 50%;
    height: 22px;
    background-size: contain;
  }
  .category-list.swiper-wrapper > li span {
    font-size: 15px;
  }
  .category-list.swiper-wrapper a {
    width: 100%;
    border-radius: 12px;
    border: solid 1px #d5d5d5;
    padding: 0 10px;
  }
  .category.swiper-container {
    margin-top: 20px;
    margin-left: 0;
    padding-bottom: 18px;
    padding-top: 0;
  }
  .category.swiper-container + .product-detail-select.swiper-container {
    margin-top: 5px;
  }
  .category.swiper-container + .product-detail-list.swiper-container {
    margin-top: 2px;
  }
  .category.swiper-container .category-list.swiper-wrapper {
    flex-wrap: nowrap;
  }
  .category.swiper-container .category-list.swiper-wrapper li {
    width: 76px !important;
    height: auto;
    padding: 0;
  }
  .category.swiper-container .category-list.swiper-wrapper li:nth-child(n+5) {
    margin-top: 0;
  }
  .product-detail-select.swiper-container {
    z-index: 11;
    padding: 0 20px 10px;
    border-bottom: 1px solid #f2f2f2;
  }
  .product-detail-select.swiper-container .swiper-wrapper {
    margin-right: -11px;
    width: auto;
  }
  .product-detail-select.swiper-container .select {
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    background: url(/assets/images/icon_arr_down_b.png) calc(100% - 15px) center no-repeat;
    background-size: 11px auto;
  }
  .product-detail-select.swiper-container .select.open {
    background: #f4faeb url(/assets/images/icon_arr_up_b.png) calc(100% - 15px) center no-repeat;
    background-size: 11px auto;
  }
  .product-detail-select.swiper-container .nice-select .option {
    font-size: 14px;
    padding: 10px 10px 10px 14px !important;
  }
  .product-detail-select.swiper-container .nice-select span.current {
    font-size: 14px;
    text-align: left;
  }
  .product-detail-select.swiper-container .select-list {
    width: calc(50% - 11px);
    padding: 0 0 10px 0;
    margin-right: 11px;
  }
  .product-detail-select.swiper-container .select-list.all a {
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.main-product {
  width: 1200px;
  margin: 0 auto;
}

.tab-cont .product-list-box {
  display: none;
}

.product-tag {
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  position: relative;
  bottom: 55px;
  left: 205px;
}

.product-tag.green {
  border-bottom: 55px solid #99cc41;
}

.product-tag.red {
  border-bottom: 55px solid #b90000;
}

.product-tag span {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(-45deg);
  left: -29px;
  top: 28px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
}

.product-list-box {
  margin-top: 20px;
}

.product-list-box.active {
  display: block;
}

.product-list-box.list {
  flex-direction: column;
}

.product-list-box.list.barcode-on .list > li {
  min-height: 104px;
}

.product-list-box.list .product-barcode {
  display: flex;
  margin-top: 5px;
}

.product-list-box.list .product-barcode li:last-child::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background-color: #e8e8e8;
}

.product-list-box.list .btn-add-cart,
.product-list-box.list .btn-direct {
  top: calc(50% - 24px);
}

.product-list-box.list .quantity {
  width: 119px;
}

.product-list-box.list .soldout-box {
  top: calc(50% - 17px);
}

.product-list-box.list .product-tag {
  bottom: 37px;
  left: 83px;
  border-left: 37px solid transparent;
}

.product-list-box.list .product-tag span {
  left: -23px;
  top: 17px;
  font-size: 11px;
}

.product-list-box.list .product-tag.green {
  border-bottom: 37px solid #99cc41;
}

.product-list-box.list .product-tag.red {
  border-bottom: 37px solid #b90000;
}

.product-list-box.list .checkbox {
  order: 1;
  position: unset;
}

.product-list-box.list .btn-bookmark {
  order: 3;
  position: unset;
  margin-right: 20px;
}

.product-list-box.list .product-name {
  order: 4;
  width: 378px;
  margin-bottom: 0;
  margin-right: 15px;
}

.product-list-box.list .product-name > span {
  height: auto;
}

.product-list-box.list .product-stock {
  order: 5;
  padding-bottom: 0;
  width: 96px;
}

.product-list-box.list .box {
  order: 6;
  margin-bottom: 0;
}

.product-list-box.list .total-box {
  order: 7;
  margin: 0 0 0 20px;
}

.product-list-box.list .total-box .price {
  font-size: 20px;
}

.product-list-box.list .product-img {
  width: 120px;
  height: 60px;
  order: 2;
  margin: 0 20px 0 10px;
}

.product-list-box.list .list > li {
  width: 100%;
  display: flex;
  min-height: auto;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
}

.product-list-box.list .list > li.bg-soldout:before {
  border-radius: 0;
}

.product-list-box.list .list > li:first-child {
  border-top: 1px solid #e8e8e8;
}

.product-list-box.bundle .total-box .price {
  font-size: 18px;
}
.product-list-box.bundle .total-box .price span {
  font-size: 13px;
}

.product-list-box.img .list > li {
  display: flex;
  flex-direction: column;
}
.product-list-box.img.bundle .list > li {
  padding: 0;
  overflow: hidden;
  justify-content: space-between;
}
.product-list-box.img.bundle .product-img {
  margin: 20px;
}
.product-list-box.img.bundle .product-name {
  margin: 0 20px 25px;
}
.product-list-box.img.bundle .box {
  margin: 0 20px 20px;
}
.product-list-box.img.bundle .total-box {
  background-color: #f8f8f8;
  margin: 0;
  height: 88px;
  max-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 0 18px 20px;
  flex-grow: 1;
}

.product-list-box.list.bundle .product-name {
  width: 395px;
}
.product-list-box.list.bundle .total-box {
  margin-left: 30px;
}

.product-list-box .nice-select {
  width: 96px;
}

.product-list-box .nice-select .list li {
  min-height: auto;
}

.product-list-box .checkbox {
  position: absolute;
  top: 20px;
  left: 20px;
}

.product-list-box .checkbox label {
  padding-left: 0;
}

.product-list-box .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
}

.product-list-box .list > li {
  position: relative;
  width: calc(25% - 24px);
  margin-left: 24px;
  margin-bottom: 24px;
  padding: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-sizing: border-box;
}

.product-list-box .list > li.bg-soldout:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #707070;
  border-radius: 14px;
  opacity: 0.09;
  z-index: 9;
}

.product-list-box .list > li.bg-soldout .btn-bookmark {
  background: url(/assets/images/icon_like_w_off.png) no-repeat center top;
  background-size: contain;
  z-index: 9;
}

.product-list-box .list > li.bg-soldout .btn-bookmark.on {
  background: url(/assets/images/icon_like_on.png) no-repeat center top;
  background-size: contain;
}

.product-list-box .list > li.bg-soldout .btn-bookmark:hover {
  background: url(/assets/images/icon_like_on.png) no-repeat center top;
  background-size: contain;
}

.product-list-box .product-stock {
  font-weight: 500;
  font-size: 15px;
  color: #517c09;
  padding-bottom: 18px;
}

.product-list-box .product-stock.blue {
  color: #2dabdf;
}

.product-list-box .product-stock.yellow {
  color: #ffad00;
}

.product-list-box .product-stock.red {
  color: #db0000;
}

.product-list-box .product-stock.num {
  color: #2e2e2e;
}

.product-list-box .product-stock.num span {
  width: -moz-fit-content;
  width: fit-content;
  height: unset;
  font-size: 15px;
  font-weight: bold;
  color: #517c09;
}

.product-list-box .product-stock span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 7px;
  padding-bottom: 5px;
  border-radius: 50%;
}

.product-list-box .product-stock span.blue {
  background: #2dabdf;
}

.product-list-box .product-stock span.yellow {
  background: #ffad00;
}

.product-list-box .product-stock span.red {
  background: #db0000;
}

.product-list-box .product-img {
  width: 240px;
  height: 188px;
  margin: 0 auto 20px;
}

.product-list-box .product-barcode {
  width: 100%;
  margin-top: 15px;
}

.product-list-box .product-barcode li,
.product-list-box .product-barcode li span {
  color: #989898;
  font-size: 14px;
}

.product-list-box .product-name {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.product-list-box .product-name > span {
  height: 53px;
  font-weight: 700;
  font-size: 18px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-list-box .product-name > span strong {
  font-size: 18px;
}

.product-list-box .box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.product-list-box .box .qu-txt {
  margin-left: 4px;
  font-size: 15px;
  font-weight: 700;
}

.product-list-box select,
.product-list-box .nice-select {
  display: inline-block;
  padding: 0 25px 0 15px;
  width: 100px;
  height: 36px;
  margin-right: 7px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #ccc;
  background: #fff url("/assets/images/select_arrow.png") calc(100% - 12px) center no-repeat;
  background-size: 16px auto;
  font-size: 15px;
  color: #2e2e2e;
  font-weight: 700;
  vertical-align: top;
  text-align: center;
}

.product-list-box .unit-box {
  padding-bottom: 18px;
}

.product-list-box .unit-box ul {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.product-list-box .unit-box ul li {
  position: relative;
  padding: 0 8px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.11px;
}

.product-list-box .unit-box ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #e8e8e8;
}

.product-list-box .unit-box ul li:first-child {
  padding-left: 0;
}

.product-list-box .unit-box ul li:first-child::before {
  display: none;
}

.product-list-box .unit-box ul li strong {
  color: #517c09;
}

.product-list-box .unit-box ul li strong span {
  color: #517c09;
  font-weight: 700;
}

.product-list-box .total-box {
  margin-top: 34px;
  margin-bottom: 10px;
}

.product-list-box .total-box .text {
  font-size: 12px;
  padding-bottom: 2px;
}

.product-list-box .total-box .price {
  font-size: 24px;
  font-weight: 700;
  color: #517c09;
}

.product-list-box .total-box .price span {
  color: #517c09;
  padding-left: 3px;
  font-size: 15px;
  font-weight: 700;
}

.product-list-box .total-box .txt-except {
  font-size: 15px;
  font-weight: 500;
  color: #db0000;
  padding-top: 4px;
}

.product-list-box .btn-bookmark {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 22px;
  background: url(/assets/images/icon_like_off.png) no-repeat center top;
  background-size: contain;
}

.product-list-box .btn-bookmark.on {
  background: url(/assets/images/icon_like_on.png) no-repeat center top;
  background-size: contain;
}

.product-list-box .btn-bookmark:hover {
  background: url(/assets/images/icon_like_on.png) no-repeat center top;
  background-size: contain;
}

.product-list-box .btn-add-cart {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background-color: #d5d5d5;
  border-radius: 100%;
}

.product-list-box .btn-add-cart:before {
  content: "";
  display: block;
  position: absolute;
  top: 52%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url(/assets/images/icon_cart_on_w.png) no-repeat center top;
  background-size: contain;
}

.product-list-box .btn-add-cart:hover {
  background: #99cc41;
}

.product-list-box .btn-direct {
  position: absolute;
  bottom: 20px;
  right: 78px;
  width: 48px;
  height: 48px;
  background-color: #d5d5d5;
  border-radius: 100%;
}
.product-list-box .btn-direct span {
  color: #fff;
}

.product-list-box .btn-direct:hover {
  background: #517c09;
}

.product-list-box .btn-direct span {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 15px;
  font-weight: 700;
}

.product-list-box .soldout-box {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 88px;
  height: 34px;
  background: #143e8d;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  line-height: 34px;
  z-index: 9;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.product-list-box .text-label {
  position: absolute;
  top: 25px;
  left: 20px;
  min-width: 30px;
  padding: 4px 8px;
  height: 25px;
  border-radius: 6px;
  background: #f5f5f5;
  color: #204792;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.24px;
}

.btn-more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 30px;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  box-sizing: border-box;
  text-align: center;
  line-height: 48px;
  font-weight: 700;
  font-size: 16px;
}

.btn-more::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/btn_more.png) no-repeat center top;
}

.btn-more:hover {
  border: 1px solid #99cc41;
  color: #99cc41;
}

.btn-more:hover::before {
  background: url(/assets/images/btn_more_over.png) no-repeat center top;
}

.quantity {
  position: relative;
  width: 119px;
  padding: 0 18px;
}

.quantity::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  background-color: #d0d0d0;
  position: absolute;
  bottom: 0;
  left: calc(50% - 22.5px);
}

.quantity a {
  position: absolute;
  top: 0;
  display: block;
  width: 36px;
  height: 36px;
}

.quantity a.btn-minus {
  left: 0;
  background: url(/assets/images/btn_minus.png) no-repeat 0 0;
  background-size: contain;
}

.quantity a.btn-minus:hover {
  background: url(/assets/images/btn_minus_over.png) no-repeat 0 0;
  background-size: contain;
}

.quantity a.btn-plus {
  right: 0;
  background: url(/assets/images/btn_plus.png) no-repeat 0 0;
  background-size: contain;
}

.quantity a.btn-plus:hover {
  background: url(/assets/images/btn_plus_over.png) no-repeat 0 0;
  background-size: contain;
}

.quantity .inp {
  display: inline-block;
  width: 100%;
  height: 36px;
  padding: 0 18px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

@media (max-width: 768px) {
  .main-visual {
    height: 175px;
    overflow: unset;
  }
  .main-visual.on + .banner-control span {
    width: 42px;
    height: 20px;
    left: calc(50% - 21px);
  }
  .main-visual.on + .banner-control span::after {
    margin: 0 auto;
    display: block;
    position: absolute;
  }
  .main-visual + .banner-control span {
    font-size: 0;
    width: 42px;
    height: 20px;
    left: calc(50% - 21px);
  }
  .main-visual + .banner-control span::after {
    margin: 0 auto;
    display: block;
    position: absolute;
  }
  .main-product {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
  }
  .main-product.onemenu {
    padding-top: 0;
    border-top: none;
  }
  .main-product.onemenu .barcode {
    order: 2;
    margin-bottom: 0;
  }
  .main-product.onemenu .card-tab {
    padding: 20px 20px 0;
  }
  .main-product.onemenu .card-tab .barcode .checkbox input[type=checkbox] + label {
    width: 60px;
    height: 36px;
    line-height: 36px;
  }
  .main-product.onemenu .card-tab > ul > li:not(.card, .barcode) {
    position: unset;
    order: 1;
  }
  .main-product.onemenu .card-tab-area {
    padding: 0;
  }
  .main-product.onemenu .card-tab-area .card-tab {
    margin-top: 0;
  }
  .product-tag {
    bottom: 40px;
    left: 100px;
    border-left: 40px solid transparent;
  }
  .product-tag.green {
    border-bottom: 40px solid #99cc41;
  }
  .product-tag.red {
    border-bottom: 40px solid #b90000;
  }
  .product-tag span {
    left: -25px;
    top: 18px;
    font-size: 12px;
    width: 23px;
  }
  .product-list-box.img.bundle .product-barcode li {
    font-size: 14px;
  }
  .product-list-box.img.bundle .product-barcode li span {
    font-size: 14px;
  }
  .product-list-box.img.bundle .list > li {
    padding: 30px 20px 95px 180px;
    overflow: unset;
  }
  .product-list-box.img.bundle .total-box {
    background-color: unset;
    padding: 0;
    margin-top: 15px;
    height: auto;
    max-height: unset;
  }
  .product-list-box.img.bundle .product-img {
    margin: 0;
  }
  .product-list-box.img.bundle .product-name {
    margin: 0;
    margin-top: 35px;
  }
  .product-list-box.img.bundle .box {
    margin: 0;
  }
  .product-list-box.img .list > li {
    display: block;
  }
  .product-list-box.list {
    display: none;
  }
  .product-list-box .product-barcode li + li {
    margin-top: 2px;
  }
  .product-list-box .product-barcode li,
  .product-list-box .product-barcode li span {
    font-size: 12px;
  }
  .product-list-box .btn-direct {
    right: 73px;
  }
  .product-list-box .nice-select {
    width: 85px;
  }
  .product-list-box .total-box {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .product-list-box .checkbox {
    top: 30px;
  }
  .product-list-box .btn-direct {
    bottom: 30px;
  }
  .product-list-box .list > li {
    min-height: 248px;
    width: 100%;
    padding: 30px 20px 95px 180px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .product-list-box .list > li:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .product-list-box .list > li.bg-soldout::before {
    border-radius: 0;
  }
  .product-list-box .product-img {
    position: absolute;
    top: 50px;
    left: 20px;
    width: 140px;
    height: 110px;
    margin: 0;
  }
  .product-list-box .btn-bookmark {
    top: 30px;
  }
  .product-list-box .product-stock {
    padding-bottom: 20px;
  }
  .product-list-box .product-name {
    margin-bottom: 0;
    font-size: 17px;
    height: auto;
  }
  .product-list-box .product-name span {
    height: auto;
    -webkit-line-clamp: 3;
  }
  .product-list-box .unit-box ul {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .product-list-box .unit-box ul li {
    padding: 0;
  }
  .product-list-box .unit-box ul li:first-child {
    padding-bottom: 2px;
  }
  .product-list-box .unit-box ul li:before {
    display: none;
  }
  .product-list-box .box {
    position: absolute;
    bottom: 36px;
    left: 20px;
    width: calc(100% - 20px);
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .product-list-box select {
    width: 29%;
  }
  .product-list-box .quantity {
    width: 32%;
  }
  .product-list-box .btn-add-cart {
    bottom: 30px;
  }
  .product-list-box .text-label {
    top: 0;
  }
  .btn-more {
    width: calc(100% - 40px);
    margin: 30px 20px 0;
  }
}
/************** login ************/
.login-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/bg_login.png) no-repeat center center;
  background-size: cover;
}

.login-wrap.no-bg {
  position: static;
  background-image: none;
}

.login-wrap .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 430px;
  height: 420px;
  padding: 45px 50px 50px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}

.login-box h1 {
  width: 153px;
  height: 33px;
  margin: 0 auto;
}

.login-box .login-inp {
  margin-top: 40px;
}

.login-box .login-inp p + p {
  margin-top: 20px;
}

.login-box .find-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.login-box .find-box .checkbox label span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.22px;
  padding-left: 0;
}

.login-box .find-list {
  display: flex;
  align-items: center;
}

.login-box .find-list li {
  position: relative;
}

.login-box .find-list li a {
  padding: 0 9px 0 8px;
  font-weight: 700;
  font-size: 14px;
  color: #517c09;
  letter-spacing: -0.22px;
}

.login-box .find-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background: #ccc;
}

.login-box .find-list li:first-child {
  padding-left: 0;
}

.login-box .find-list li:first-child::before {
  display: none;
}

.login-box .btn-login {
  margin-top: 30px;
}

.login-box .btn-login .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  border-radius: 6px;
  background: #517c09;
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 700;
}

.login-box .btn-login .btn:hover {
  background: #6faa0b;
}

@media (max-width: 768px) {
  .login-wrap .top-header {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 1;
    height: 80px;
  }
  .login-wrap .top-header .btn-back {
    top: 30px;
  }
  .login-wrap .form-inner {
    padding: 40px 30px 30px;
    margin-top: 50px;
  }
  .login-box {
    width: 335px;
    padding: 45px 20px 50px;
  }
}
/* 사용자정보등록 */
.top-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 113px;
  border-bottom: 1px solid #e8e8e8;
}

.top-header .logo {
  width: 162px;
  height: 42px;
}

.top-header .title-top,
.top-header .btn-back {
  display: none;
}

.form-inner {
  width: 500px;
  margin: 0 auto;
  padding: 30px 0 70px 0;
}

.form-inner .middle-title {
  margin-bottom: 30px;
  color: #517c09;
}

.form-inner .text-desc {
  margin-bottom: 30px;
  font-size: 13.7px;
}

.form-inner .btn-area {
  padding-top: 30px;
}

.form-row .tit {
  position: relative;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #989898;
}

.form-row .tit:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -5px;
  width: 4px;
  height: 4px;
  background: #99cc41;
  border-radius: 50%;
}

.form-row .txt {
  margin-top: 3px;
  font-size: 11px;
  color: #989898;
  letter-spacing: -0.08px;
}

.form-row + .form-row {
  margin-top: 20px;
}

.form-row.phone .form-box + .form-box {
  margin-top: 12px;
}

.form-row.phone .input {
  width: calc(100% - 96px);
}

.form-row.phone .btn {
  width: 96px;
}

.form-row.phone .type2 .input {
  width: calc(100% - 143px);
}

.form-row.phone .type2 .time {
  color: #99cc41;
  font-size: 14px;
  letter-spacing: -0.21px;
}

.form-row.alram-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}

.form-row.alram-box .form-box {
  justify-content: flex-start;
  border: none;
  padding-top: 8px;
}

.form-row.alram-box .radio + .radio {
  margin-left: 77px;
}

.form-row.agree-box label {
  font-size: 14px;
  font-weight: 700;
  color: #989898;
}

.form-row.agree-box .agree-cont {
  height: 165px;
  margin-top: 6px;
  padding: 15px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 6px;
  overflow-y: auto;
  touch-action: auto;
}

.form-row.agree-box .agree-cont::-webkit-scrollbar {
  width: 16px;
}

.form-row.agree-box .agree-cont::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 10px;
  border: 5px solid #fff;
}

.form-row.agree-box .agree-cont .cont-tit {
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-row.agree-box .agree-cont ul li + li {
  margin-top: 5px;
}

.form-row.agree-box .agree-cont table {
  width: 100%;
  border: 1px solid #989898;
}

.form-row.agree-box .agree-cont table tr {
  border-bottom: 1px solid #989898;
}

.form-row.agree-box .agree-cont table th,
.form-row.agree-box .agree-cont table td {
  padding: 0 10px;
  border-right: 1px solid #989898;
}

.form-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
}

.form-box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 81px;
  height: 34px;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #517c09;
  background: #f4faeb;
  border: 1px solid #99cc41;
  border-radius: 4px;
  white-space: nowrap;
}

.form-box .input {
  width: 100%;
  height: 32px;
  border: none;
  font-size: 14px;
  letter-spacing: -0.21px;
  background: #fff;
}

.form-box .input::-webkit-input-placeholder {
  color: #ccc;
}

.form-box .input:disabled {
  background: #f2f2f2;
  color: #989898;
  font-size: 16px;
  font-weight: 500;
}

.form-box.btn-box .input {
  width: calc(100% - 81px);
}

@media (max-width: 768px) {
  .top-header {
    height: 50px;
    border-bottom: none;
  }
  .top-header .logo {
    display: none;
  }
  .top-header .title-top {
    display: block;
    font-size: 20px;
    color: #517c09;
    font-weight: 700;
    letter-spacing: -0.4px;
  }
  .top-header .btn-back {
    display: block;
    position: fixed;
    top: 13px;
    left: 27px;
    width: 24px;
    height: 24px;
    background: url(/assets/images/btn_back.png) no-repeat center top;
    background-size: contain;
  }
  .form-inner {
    width: 100%;
    padding: 30px 30px 0;
  }
  .form-inner .middle-title {
    display: none;
  }
  .form-inner .btn-area {
    margin-top: 0;
    border-top: none;
  }
}
/* 아이디 찾기 결과 */
.id-find-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  margin-bottom: 30px;
  background: #f8f8f8;
  border-radius: 6px;
}

.id-find-box .result {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.27px;
}

.id-find-box .result span {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.27px;
}

.send-box .form-box {
  border: none;
}

.send-box .input {
  padding: 0;
  font-weight: 700;
}

.send-box .btn {
  height: 40px;
  border: 1px solid #99cc41;
  color: #99cc41;
  border-radius: 20px;
  background: #fff;
}

/* 주문확인 알림 */
.pop-order-confirm {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 999;
}

.pop-order-confirm.print .pop-content {
  max-height: calc(100vh - 236px);
  height: auto;
}

.pop-order-confirm.print .my-order-list .items {
  padding: 20px 0;
  border: none;
  border-radius: 0;
  border-top: 1px solid #e8e8e8;
}

.pop-order-confirm.print .my-order-list .items:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.pop-order-confirm.print .cart-item-list .items + .items {
  margin-top: 0;
}

.pop-order-confirm .pop-order-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.pop-order-confirm .pop-order-box.radio {
  width: 400px;
}

.pop-order-confirm .pop-order-box.radio .pop-content {
  padding: 15px 30px 30px;
}

.pop-order-confirm .pop-order-box.radio .pop-head {
  padding: 14px 30px 16px;
  display: flex;
  align-items: center;
}

.pop-order-confirm .pop-order-box.radio .pop-head .tit {
  font-size: 18px;
}

.pop-order-confirm .pop-order-box.radio .btn-area {
  justify-content: center;
}

.pop-order-confirm .pop-order-box.radio .btn-area .btn {
  width: 120px;
  height: 44px;
  line-height: 44px;
}

.pop-order-confirm .pop-order-box.radio .btn-radio-area {
  display: flex;
  flex-wrap: wrap;
}

.pop-order-confirm .pop-order-box.radio .btn-radio-area .radio {
  width: 50%;
  margin-top: 15px;
}

.pop-order-confirm .pop-order-box.radio .radio + .radio {
  margin-left: 0;
}

.pop-order-confirm .pop-order-box.radio .radio label span {
  font-size: 16px;
  font-weight: 500;
}

.pop-order-confirm .pop-order-box.radio .radio label::before {
  top: 4px;
}

.pop-order-confirm .pop-order-box.radio .radio > input:checked + label span {
  color: #517c09;
  font-weight: 700;
}

.pop-order-confirm .pop-order-box.privacy-policy table {
  width: 100%;
  border: 1px solid #989898;
}

.pop-order-confirm .pop-order-box.privacy-policy table tr {
  border-bottom: 1px solid #989898;
}

.pop-order-confirm .pop-order-box.privacy-policy table th,
.pop-order-confirm .pop-order-box.privacy-policy table td {
  padding: 0 10px;
  border-right: 1px solid #989898;
}

.pop-order-confirm .pop-order-box.privacy-policy .accordion-list li ul.cont,
.pop-order-confirm .pop-order-box.privacy-policy .accordion-list li .cont ul {
  text-indent: -20px;
  padding: 20px 30px 20px 50px;
}

.pop-order-confirm .pop-order-box.privacy-policy .desc {
  font-weight: 500;
  margin-bottom: 20px;
}

.pop-order-confirm .pop-order-box.privacy-policy .cont-tit {
  font-weight: 700;
  margin-bottom: 10px;
}

.pop-order-confirm .pop-order-box.price-change {
  width: 710px;
}

.pop-order-confirm .pop-order-box.price-change .pop-head {
  padding: 0px 30px;
}

.pop-order-confirm .pop-order-box.price-change .pop-head .tit {
  font-size: 18px;
  line-height: 55px;
}

.pop-order-confirm .pop-order-box.price-change .cont {
  border-top: 1px solid #517c09;
}

.pop-order-confirm .pop-order-box.price-change .cont > div {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 20px;
}

.pop-order-confirm .pop-order-box.price-change .cont p {
  font-size: 16px;
  width: calc(100% - 73px);
}

.pop-order-confirm .pop-order-box.price-change .cont span {
  font-weight: 700;
  font-size: 16px;
  display: block;
  width: 73px;
}

.pop-order-confirm .pop-order-box.price-change .price {
  height: 50px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}

.pop-order-confirm .pop-order-box.price-change .price > div {
  width: 33.33%;
  display: flex;
  align-items: center;
}

.pop-order-confirm .pop-order-box.price-change .price > div input {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 0 5px;
  width: 101px;
  text-align: right;
  font-weight: 500;
  padding: 0 10px;
}

.pop-order-confirm .pop-order-box.price-change .price p {
  line-height: 50px;
  font-size: 16px;
  height: 100%;
  text-align: center;
  width: calc(100% - 80px);
}

.pop-order-confirm .pop-order-box.price-change .price span:not(.txt) {
  display: inline-block;
  line-height: 50px;
  width: 80px;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  background-color: #f8f8f8;
  text-align: center;
}

.pop-order-confirm .pop-order-box.price-change .price .txt {
  line-height: 50px;
  font-size: 16px;
}

.pop-order-confirm .pop-order-box.price-change .pop-content .tit {
  font-size: 18px;
  font-weight: 700;
  color: #517c09;
  margin-bottom: 10px;
  margin-top: 30px;
}

.pop-order-confirm .pop-order-box.price-change .btn-area .btn {
  width: 120px;
  height: 44px;
  line-height: 44px;
}

.pop-order-confirm .pop-order-box.order-sheet {
  width: 710px;
}

.pop-order-confirm .pop-order-box.order-sheet .btn-area .btn {
  width: 120px;
  height: 44px;
  line-height: 44px;
}

.pop-order-confirm .pop-order-box.order-sheet .caution {
  font-size: 16px;
}

.pop-order-confirm .pop-order-box.order-sheet textarea {
  height: 84px;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.pop-order-confirm .pop-order-box.order-sheet textarea::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.pop-order-confirm .pop-order-box.order-sheet textarea::-webkit-scrollbar {
  width: 6px;
}

.pop-order-confirm .pop-order-box.order-sheet textarea::-moz-placeholder {
  font-size: 16px;
  color: #9d9d9d;
}

.pop-order-confirm .pop-order-box.order-sheet textarea::placeholder {
  font-size: 16px;
  color: #9d9d9d;
}

.pop-order-confirm .pop-order-box.order-sheet .order-info {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  background-color: #f8f8f8;
  padding: 13px 15px;
  margin-bottom: 15px;
}

.pop-order-confirm .pop-order-box.order-sheet .order-info p {
  position: relative;
  font-weight: 500;
  width: 33.33%;
  text-align: center;
}

.pop-order-confirm .pop-order-box.order-sheet .order-info p span {
  font-weight: 500;
}

.pop-order-confirm .pop-order-box.order-sheet .order-info p.total-price {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  padding-top: 8px;
  margin-top: 12px;
}

.pop-order-confirm .pop-order-box.order-sheet .order-info p.total-price span:last-child {
  font-size: 18px;
  color: #517c09;
  font-weight: 700;
}

.pop-order-confirm .pop-order-box.order-sheet .order-info p.total-price span:last-child span {
  font-size: 14px;
}

.pop-order-confirm .pop-order-box.order-sheet table {
  border-top: 1px solid #517c09;
  border-bottom: 1px solid #517c09;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.pop-order-confirm .pop-order-box.order-sheet table thead {
  display: block;
  background-color: #f8f8f8;
}

.pop-order-confirm .pop-order-box.order-sheet table tbody {
  max-height: 177px;
  display: block;
  overflow-y: scroll;
}

.pop-order-confirm .pop-order-box.order-sheet table tbody::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.pop-order-confirm .pop-order-box.order-sheet table tbody::-webkit-scrollbar {
  width: 6px;
}

.pop-order-confirm .pop-order-box.order-sheet table td {
  vertical-align: middle;
  font-weight: 500;
  word-break: break-all;
}

.pop-order-confirm .pop-order-box.order-sheet table tr {
  border-bottom: 1px solid #e8e8e8;
  height: 35px;
}

.pop-order-confirm .pop-order-box.order-sheet table tr td.item {
  font-weight: 500;
  width: 328px;
  padding-right: 5px;
}
.pop-order-confirm .pop-order-box.order-sheet table tr td.item .c-point {
  font-weight: 500;
}

.pop-order-confirm .pop-order-box.order-sheet table tr td.num {
  width: 190px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.pop-order-confirm .pop-order-box.order-sheet table tr td.amount {
  width: 126px;
  text-align: right;
  padding-left: 5px;
}

.pop-order-confirm .pop-order-box.order-sheet table th {
  border-bottom: 1px solid #e8e8e8;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
}

.pop-order-confirm .pop-order-box.order-sheet table th.item {
  width: 328px;
}

.pop-order-confirm .pop-order-box.order-sheet table th.num {
  width: 190px;
}

.pop-order-confirm .pop-order-box.order-sheet table th.amount {
  width: 126px;
}

.pop-order-confirm .pop-order-box.order-sheet .factory {
  display: flex;
  padding-bottom: 19px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 17px;
  align-items: center;
}

.pop-order-confirm .pop-order-box.order-sheet .factory .tit {
  margin-right: 50px;
}

.pop-order-confirm .pop-order-box.order-sheet .radio > input:checked + label span {
  color: #517c09;
  font-weight: 700;
}

.pop-order-confirm .pop-order-box.order-sheet .radio + .radio {
  margin-left: 35px;
}

.pop-order-confirm .pop-order-box.order-sheet .radio label::before {
  top: 3px;
}

.pop-order-confirm .pop-order-box.order-sheet .radio label span {
  font-size: 16px;
  font-weight: 500;
}

.pop-order-confirm .pop-order-box.order-sheet .pop-content .tit {
  font-size: 18px;
  font-weight: 700;
  color: #517c09;
}

.pop-order-confirm .pop-order-box.order-sheet .pop-head {
  padding: 0px 30px;
}

.pop-order-confirm .pop-order-box.order-sheet .pop-head .tit {
  font-size: 18px;
  line-height: 55px;
}

.pop-order-confirm .pop-order-box.scroll {
  overflow: scroll;
  touch-action: auto;
  height: 85%;
}

.pop-order-confirm .pop-head {
  position: relative;
  width: 100%;
  height: 55px;
  padding: 18px 30px 14px;
  background: #517c09;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.pop-order-confirm .pop-head .tit {
  color: #fff;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}

.pop-order-confirm .pop-head .pop-close {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(/assets/images/pop_btn_close_w.png) no-repeat center top;
  background-size: contain;
  font-size: 0;
}

.pop-order-confirm .pop-content {
  padding: 30px 30px 10px;
}

.pop-order-confirm .pop-content .text {
  padding-bottom: 20px;
  font-weight: 700;
}

.pop-order-confirm .pop-content .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #f8f8f8;
}

.pop-order-confirm .pop-content .box div {
  width: calc(100% - 117px);
}

.pop-order-confirm .pop-content .box div span,
.pop-order-confirm .pop-content .box div em {
  color: #517c09;
  font-weight: 700;
}

.pop-order-confirm .pop-content .box .btn-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 107px;
  height: 34px;
  border: 1px solid #99cc41;
  border-radius: 17px;
  color: #517c09;
  letter-spacing: -0.1px;
  box-sizing: border-box;
}

.pop-order-confirm .pop-content table col {
  width: auto !important;
}

.pop-order-confirm .pop-bottom {
  border-top: 1px solid #e8e8e8;
  padding: 20px 26px;
}

.pop-order-confirm .pop-bottom .btn-area {
  justify-content: flex-end;
}

.pop-order-confirm .pop-bottom .btn {
  width: 98px;
}

.pop-order-confirm .pop-bottom.none {
  display: block;
}

@media (max-width: 768px) {
  .pop-order-confirm .pop-order-box {
    width: calc(100% - 40px);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .pop-order-confirm .pop-order-box.radio {
    width: 100%;
  }
  .pop-order-confirm .pop-order-box.radio .pop-head {
    justify-content: center;
  }
  .pop-order-confirm .pop-order-box.radio .pop-bottom {
    background-color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
  }
  .pop-order-confirm .pop-order-box.radio .pop-scroll {
    height: calc(100vh - 307px);
  }
  .pop-order-confirm .pop-order-box.privacy-policy table th,
  .pop-order-confirm .pop-order-box.privacy-policy table td {
    font-size: 10px;
    padding: 0 6px;
  }
  .pop-order-confirm .pop-order-box.privacy-policy .accordion-list li .cont ul {
    padding: 20px 0px 20px 20px;
  }
  .pop-order-confirm .pop-order-box.privacy-policy .accordion-list li ul.cont {
    padding: 20px 20px 20px 40px;
  }
  .pop-order-confirm .pop-order-box.privacy-policy .pop-content {
    padding: 20px 20px 0;
  }
  .pop-order-confirm .pop-order-box.price-change {
    width: 100%;
  }
  .pop-order-confirm .pop-order-box.price-change .pop-head .tit {
    line-height: 73px;
  }
  .pop-order-confirm .pop-order-box.price-change .price {
    flex-wrap: wrap;
    border-bottom: none;
    margin: 0 20px;
    height: auto;
  }
  .pop-order-confirm .pop-order-box.price-change .price > div {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
  }
  .pop-order-confirm .pop-order-box.price-change .price > div input {
    width: calc(100% - 147px);
  }
  .pop-order-confirm .pop-order-box.price-change .price > div .txt {
    font-weight: 500;
  }
  .pop-order-confirm .pop-order-box.price-change .price p {
    text-align: right;
    padding-right: 20px;
    font-weight: 500;
    width: calc(100% - 102px);
  }
  .pop-order-confirm .pop-order-box.price-change .price span:not(.txt) {
    width: 102px;
  }
  .pop-order-confirm .pop-order-box.price-change .cont {
    border-top: none;
    padding: 0 20px;
    border-bottom: 1px solid #e8e8e8;
  }
  .pop-order-confirm .pop-order-box.price-change .cont p {
    font-weight: 500;
  }
  .pop-order-confirm .pop-order-box.price-change .cont > div:first-child {
    padding: 0 12px 20px;
  }
  .pop-order-confirm .pop-order-box.price-change .cont > div:last-child {
    border-bottom: none;
    padding: 20px 12px;
  }
  .pop-order-confirm .pop-order-box.price-change .pop-content {
    padding: 25px 0 50px;
  }
  .pop-order-confirm .pop-order-box.price-change .pop-content .tit {
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    margin-left: 20px;
  }
  .pop-order-confirm .pop-order-box.price-change .pop-scroll {
    height: calc(100vh - 308px);
  }
  .pop-order-confirm .pop-order-box.price-change .pop-bottom {
    background-color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
  }
  .pop-order-confirm .pop-order-box.order-sheet {
    width: 100%;
  }
  .pop-order-confirm .pop-order-box.order-sheet .pop-head .tit {
    line-height: 73px;
  }
  .pop-order-confirm .pop-order-box.order-sheet textarea {
    height: 110px;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 27px;
  }
  .pop-order-confirm .pop-order-box.order-sheet textarea::-moz-placeholder {
    font-size: 14px;
  }
  .pop-order-confirm .pop-order-box.order-sheet textarea::placeholder {
    font-size: 14px;
  }
  .pop-order-confirm .pop-order-box.order-sheet .pop-scroll {
    height: calc(100vh - 308px);
  }
  .pop-order-confirm .pop-order-box.order-sheet .pop-bottom {
    background-color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
  }
  .pop-order-confirm .pop-order-box.order-sheet .pop-content .tit {
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
  }
  .pop-order-confirm .pop-order-box.order-sheet table {
    margin-bottom: 10px;
    display: block;
  }
  .pop-order-confirm .pop-order-box.order-sheet table thead {
    display: none;
  }
  .pop-order-confirm .pop-order-box.order-sheet table tbody {
    max-height: 209px;
  }
  .pop-order-confirm .pop-order-box.order-sheet table tr {
    min-height: 69px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 11px 0 10px 0;
  }
  .pop-order-confirm .pop-order-box.order-sheet table tr td {
    line-height: normal;
    font-size: 16px;
  }
  .pop-order-confirm .pop-order-box.order-sheet table tr td .c-point {
    font-size: 16px;
  }
  .pop-order-confirm .pop-order-box.order-sheet table tr td.item {
    width: 100%;
    padding-right: 0;
  }
  .pop-order-confirm .pop-order-box.order-sheet table tr td.num {
    width: auto;
    font-size: 14px;
    font-weight: 400;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
  .pop-order-confirm .pop-order-box.order-sheet table tr td.num::after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #f2f2f2;
    display: inline-block;
    margin: 0 10px;
  }
  .pop-order-confirm .pop-order-box.order-sheet table tr td.amount {
    font-weight: 400;
    width: auto;
    text-align: left;
    font-size: 14px;
    padding-left: 0;
  }
  .pop-order-confirm .pop-order-box.order-sheet .web {
    display: none;
  }
  .pop-order-confirm .pop-order-box.order-sheet .order-info {
    flex-direction: column;
  }
  .pop-order-confirm .pop-order-box.order-sheet .order-info p {
    display: flex;
    justify-content: space-between;
    line-height: 1.71;
    align-items: center;
    width: 100%;
  }
  .pop-order-confirm .pop-order-box.order-sheet .order-info p.total-price span:last-child {
    font-size: 16px;
  }
  .pop-order-confirm .pop-order-box.order-sheet .factory {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 14px;
  }
  .pop-order-confirm .pop-order-box.order-sheet .factory > .radio {
    padding-bottom: 15px;
    width: 50%;
  }
  .pop-order-confirm .pop-order-box.order-sheet .factory > .radio + .radio {
    margin-left: 0;
  }
  .pop-order-confirm .pop-head {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 45px;
    padding: 12px 20px 10px;
  }
  .pop-order-confirm .pop-head .pop-close {
    right: 20px;
  }
  .pop-order-confirm .pop-content {
    padding: 20px 20px 0;
  }
}
/* 검색 */
.pop-search-wrap {
  overflow: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 999;
}

.pop-search-wrap .search-tab .tabs li a.pc {
  font-size: 16px;
}

.pop-search-wrap .search-tab .tabs li a.pc::before {
  width: 18px;
  height: 18px;
}

.pop-search-wrap .tag-list li a {
  font-size: 16px;
  font-weight: 400;
}

.pop-search-wrap .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 0 79px 0;
  background: #fff;
}

.pop-search-wrap .inner h2 {
  display: none;
}

.pop-search-wrap .inner .btn-search-close {
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  font-size: 0;
  background: url(/assets/images/pop_btn_close_w.png) no-repeat center top;
  background-size: contain;
}

.pop-search-wrap .search-box {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.pop-search-wrap .box.wine .select {
  height: 40px;
  width: 100%;
  border-radius: 6px;
  line-height: normal;
  background: #fff url(/assets/images/icon_arr_down_b.png) calc(100% - 13px) center no-repeat;
  background-size: 11px auto;
}

.pop-search-wrap .box.wine .select .current {
  line-height: 40px;
  font-size: 14px;
}

.pop-search-wrap .box.wine .select.open,
.pop-search-wrap .box.wine .select:focus {
  border: solid 1px #517c09;
  background-color: #f4faeb;
}

.pop-search-wrap .box.wine .select.open .current,
.pop-search-wrap .box.wine .select:focus .current {
  color: #517c09;
}

.pop-search-wrap .box.wine .select.open {
  background: #f4faeb url(/assets/images/icon_arr_up_b.png) calc(100% - 13px) center no-repeat;
  background-size: 11px auto;
}

.pop-search-wrap .box.wine .select .option {
  white-space: break-spaces;
  line-height: inherit;
  padding: 11px 9px 10px 14px !important;
  font-size: 14px;
}

.pop-search-wrap .box.wine .select .option:first-child {
  display: none;
}

.pop-search-wrap .box.wine .select .option:hover,
.pop-search-wrap .box.wine .select .option.selected {
  font-weight: 700;
  color: #517c09;
  background-color: #fff;
}

.pop-search-wrap .box.wine .select .list {
  left: -1px;
  width: 100%;
  border-radius: 8px;
  max-height: 200px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #517c09;
  overflow-y: auto;
  touch-action: auto;
}

.pop-search-wrap .box.wine .select .list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.pop-search-wrap .box.wine .select .list::-webkit-scrollbar {
  width: 6px;
}

.pop-search-wrap .box.wine .select .list > li {
  display: list-item;
}

.pop-search-wrap .box.wine .detail-list {
  display: flex;
  justify-content: space-between;
}

.pop-search-wrap .box.wine .detail-list > li {
  width: calc(16.6666666667% - 20px);
}

.pop-search-wrap .box.wine .detail-list > li:first-child {
  width: 75px;
}

.pop-search-wrap .box.wine .detail-list > li:first-child .btn-checkbox {
  margin-right: 0;
  margin-bottom: 0;
}

.pop-search-wrap .box.wine .detail-list > li:last-child {
  padding-right: 0;
}

.pop-search-wrap .result-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
}

.pop-search-wrap .result-box input[type=radio],
.pop-search-wrap .result-box input[type=checkbox] {
  display: none;
}

.pop-search-wrap .result-box input[type=radio]:checked,
.pop-search-wrap .result-box input[type=checkbox]:checked {
  position: relative;
}

.pop-search-wrap .result-box input[type=radio]:checked + label:hover::after,
.pop-search-wrap .result-box input[type=checkbox]:checked + label:hover::after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: -8px;
  width: 22px;
  height: 22px;
  background: url(/assets/images/icon_unchecked.png) no-repeat;
  background-size: contain;
}

.pop-search-wrap .result-box input[type=radio]:checked + label,
.pop-search-wrap .result-box input[type=checkbox]:checked + label {
  background-color: #fff;
}

.pop-search-wrap .result-box input[type=radio] + label,
.pop-search-wrap .result-box input[type=checkbox] + label {
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  min-width: auto;
}

.pop-search-wrap .result-box .left {
  width: 365px;
}

.pop-search-wrap .result-box .right {
  width: calc(100% - 365px);
  padding-left: 100px;
}

.pop-search-wrap .result-box .line {
  display: none;
}

.pop-search-wrap .result-box .title {
  position: relative;
  margin-bottom: 10px;
}

.pop-search-wrap .result-box .title.space {
  margin-top: 30px;
}

.pop-search-wrap .result-box .title p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
}

.pop-search-wrap .result-box .title .btn-all-delete {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
  letter-spacing: -0.28px;
  text-decoration: underline;
}

.pop-search-wrap .search-list {
  margin-top: 20px;
}

.pop-search-wrap .search-list li {
  position: relative;
  height: 19px;
  padding-right: 40px;
}

.pop-search-wrap .search-list li a {
  font-size: 16px;
}

.pop-search-wrap .search-list li + li {
  margin-top: 20px;
}

.pop-search-wrap .search-list li .txt {
  overflow: hidden;
  width: 100%;
  width: 100%;
  line-height: 19px;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: -0.28px;
}

.pop-search-wrap .search-list li .btn-delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(/assets/images/btn-delete.png) no-repeat center top;
  background-size: contain;
  font-size: 0;
}

.top-search {
  position: relative;
  width: 100%;
  border-bottom: 3px solid #517c09;
}

.top-search input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding-right: 62px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.44px;
  color: #517c09;
}

.top-search input::-webkit-input-placeholder {
  color: #517c09;
}

.top-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(/assets/images/btn_search.png) no-repeat center top;
  background-size: contain;
  font-size: 0;
}

.search-result-area {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 414px;
  padding: 5px 5px 5px 30px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-sizing: border-box;
  z-index: 9;
}

.search-result-area .auto-box {
  height: 404px;
  padding: 30px 0;
  overflow-y: auto;
  touch-action: auto;
}

.search-result-area .auto-box::-webkit-scrollbar {
  width: 6px;
}

.search-result-area .auto-box::-webkit-scrollbar-track {
  background: #fff;
}

.search-result-area .auto-box::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  background-clip: padding-box;
  border-radius: 3px;
  border: 1px solid transparent;
}

.search-result-area .keyword-list li a {
  display: block;
  width: 100%;
  padding: 11px 20px;
  font-size: 16px;
  letter-spacing: -0.32px;
}

.search-result-area .keyword-list li a:hover {
  background: #f8f8f8;
  font-weight: 700;
}

.search-result-area .keyword-list li a:hover .search-word {
  font-weight: 700;
}

.search-result-area .keyword-list .search-word {
  color: #517c09;
  font-size: 16px;
}

.tag-list li {
  max-width: 100%;
  display: inline-block;
  margin: 0 10px 10px 0;
}

.tag-list li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  height: 40px;
  padding: 0 15px;
  background: #f8f8f8;
  font-weight: 500;
  letter-spacing: -0.42px;
  border-radius: 20px;
  line-height: 40px;
}

@media (max-width: 768px) {
  .pop-search-wrap {
    overflow: hidden;
    background: #fff;
  }
  .pop-search-wrap .tag-list li a {
    font-size: 14px;
    font-weight: 500;
  }
  .pop-search-wrap .search-list li a {
    font-size: 14px;
    font-weight: 500;
  }
  .pop-search-wrap .result-box .btn-radio input[type=radio] + label {
    font-size: 14px;
    font-weight: 500;
  }
  .pop-search-wrap .box.wine .select {
    border-radius: 8px;
  }
  .pop-search-wrap .box.wine .select .list {
    max-height: 230px;
  }
  .pop-search-wrap .box.wine .detail-list {
    margin-right: -11px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .pop-search-wrap .box.wine .detail-list > li {
    width: calc(50% - 11px);
    padding: 0 0 10px 0;
    margin-right: 11px;
  }
  .pop-search-wrap .inner {
    touch-action: auto;
    overflow-x: clip;
    padding: 10px 0 0 0;
    margin: 65px 0 0 0;
    height: 100%;
  }
  .pop-search-wrap .inner h2 {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 65px;
    color: #517c09;
    text-align: center;
    background: #fff;
    z-index: 999;
  }
  .pop-search-wrap .inner .btn-search-close {
    position: fixed;
    top: 13px;
    right: 20px;
    bottom: initial;
    left: initial;
    transform: none;
    width: 24px;
    height: 24px;
    background: url(/assets/images/pop_btn_close_big.png) no-repeat center top;
    background-size: contain;
    z-index: 9999;
  }
  .pop-search-wrap .search-box {
    overflow-y: scroll;
    height: calc(100% - 65px);
    width: 100%;
  }
  .pop-search-wrap .search-box .area {
    padding: 0 30px;
    border-top: none;
  }
  .pop-search-wrap .result-box {
    flex-wrap: wrap;
  }
  .pop-search-wrap .result-box .left {
    width: 100%;
    padding: 0 30px;
  }
  .pop-search-wrap .result-box .right {
    width: 100%;
    padding-left: 0;
    padding: 0 30px 20px 30px;
  }
  .pop-search-wrap .result-box .line {
    display: block;
    width: 100%;
    margin: 28px 0 30px 0;
    border: 1px solid #e8e8e8;
  }
  .pop-search-wrap .result-box {
    padding-top: 30px;
  }
  .pop-search-wrap .result-box .title.space {
    margin-top: 20px;
  }
  .top-search input {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .top-search .btn-search {
    width: 24px;
    height: 24px;
    top: 2px;
  }
  .search-result-area {
    top: 38px;
    height: 100%;
    border: none;
    border-radius: 0;
    padding: 5px 0px 5px 0;
  }
  .search-result-area .auto-box {
    height: 100%;
  }
  .search-result-area .keyword-list li a {
    padding: 11px 30px;
  }
  .search-result-area .keyword-list li a:hover {
    font-weight: 400;
  }
  .search-result-area .keyword-list li a:hover .search-word {
    font-weight: 400;
  }
}
/* 상세검색 */
.detail-box {
  flex-wrap: wrap;
}

.detail-box .box {
  display: flex;
  align-items: center;
  width: 100%;
}

.detail-box .box .tit {
  width: 111px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
}

.detail-box .box + .box {
  margin-top: 15px;
}

.detail-box .box > *:not(.tit) {
  width: calc(100% - 111px);
}

.detail-box .btn-area {
  margin-top: 40px;
}

.detail-box .btn-area .btn {
  width: 250px;
}

.detail-box .range-box {
  width: calc(100% - 120px);
}

.detail-list .btn-checkbox label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}

.detail-list li {
  display: inline-block;
  max-width: 100%;
}

.btn-radio {
  position: relative;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.btn-radio input[type=radio] {
  display: none;
  padding: 0;
}

.btn-radio input[type=radio] + label {
  cursor: pointer;
  display: inline-block;
  min-width: 64px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-weight: 500;
  letter-spacing: -0.42px;
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 20px;
}

.btn-radio input[type=radio]:checked + label {
  border: 1px solid #99cc41;
  color: #517c09;
}

.btn-checkbox {
  position: relative;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.btn-checkbox input[type=checkbox] + label {
  display: inline-block;
  min-width: 64px;
  height: 40px;
  line-height: 42px;
  padding: 0 20px;
  font-weight: 500;
  letter-spacing: -0.42px;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 20px;
}

.btn-checkbox input[type=checkbox]:checked + label {
  border: 1px solid #99cc41;
  color: #517c09;
}

@media (max-width: 768px) {
  .detail-box {
    margin-bottom: 89px;
    padding: 0 30px 50px 30px;
  }
  .detail-box .box {
    align-items: flex-start;
    flex-flow: column;
  }
  .detail-box .box .tit {
    margin-bottom: 10px;
  }
  .detail-box .box > *:not(.tit) {
    width: 100%;
  }
  .detail-box .btn-area {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-top: 0;
    padding: 20px 30px;
    border-top: 1px solid #e8e8e8;
    background: #fff;
    z-index: 11;
  }
  .detail-box .range-box {
    width: 100%;
  }
}
/* 검색결과 없음 */
.search-result-wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding-top: 65px;
}

.search-result-wrap .top-search {
  position: relative;
  width: 960px;
  margin: 0 auto;
  border-bottom: 3px solid #517c09;
}

.search-result-wrap .top-search input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding-right: 62px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.44px;
  color: #517c09;
}

.search-result-wrap .top-search input::-webkit-input-placeholder {
  color: #517c09;
}

.search-result-wrap .top-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(/assets/images/btn_search.png) no-repeat center top;
  background-size: contain;
  font-size: 0;
}

.search-result-wrap .dot-list {
  margin-top: 50px;
}

.search-result-wrap .suggest-search-box {
  margin-top: 100px;
}

.search-result-wrap .suggest-search-box h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.36px;
}

.search-result-wrap.type2 {
  width: 1200px;
  padding-top: 24px;
}

.search-result-wrap .search-result-area {
  top: 82px;
  left: 120px;
  width: 960px;
}

.no-result-box {
  margin-top: 50px;
  padding: 37px 0 36px 0;
  text-align: center;
  background: #f8f8f8;
  border-radius: 14px;
}

.no-result-box strong,
.no-result-box span {
  font-weight: 700;
  font-size: 30px;
}

.dot-list li {
  position: relative;
  padding-left: 10px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 32px;
  color: #989898;
}

.dot-list li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #989898;
}

@media (max-width: 768px) {
  .search-result-wrap {
    width: 100%;
    padding: 29px 30px 0;
  }
  .search-result-wrap .product-list-box {
    margin-top: 0;
  }
  .search-result-wrap .product-list-box .list > li:first-child {
    border-top: none;
  }
  .search-result-wrap .top-search {
    width: 100%;
  }
  .search-result-wrap .top-search input {
    font-size: 18px;
    height: 29px;
    line-height: 29px;
  }
  .search-result-wrap .top-search .btn-search {
    width: 24px;
    height: 24px;
  }
  .search-result-wrap .dot-list {
    margin-top: 30px;
  }
  .search-result-wrap .suggest-search-box {
    margin-top: 50px;
  }
  .search-result-wrap.type2 {
    padding: 20px 0 0;
  }
  .search-result-wrap.type2 .product-list-box {
    z-index: 10;
  }
  .no-result-box {
    margin-top: 40px;
    padding: 20px 40px;
  }
  .no-result-box + .dot-list li {
    font-size: 12px;
  }
  .no-result-box strong,
  .no-result-box span {
    font-size: 20px;
  }
  .no-result-box span {
    display: block;
  }
}
/* 검색결과 있음 */
.filter-wrap {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 40px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-sizing: border-box;
}

.filter-wrap .title-area,
.filter-wrap .bottom {
  display: none;
}

.filter-wrap .area {
  width: 100%;
  padding: 20px 0 8px;
}

.filter-wrap .area.vintage .radio-box {
  display: flex;
  flex-wrap: wrap;
}

.filter-wrap .area.vintage .radio {
  width: 12.5%;
  margin-left: 0;
  margin-bottom: 12px;
}

.filter-wrap .area.web {
  border-bottom: transparent;
}

.filter-wrap .area.half {
  display: flex;
}

.filter-wrap .area.half .box {
  width: 50%;
}

.filter-wrap .area:last-child {
  border-bottom: none;
}

.filter-wrap .area.ml .range-box {
  width: 100%;
  padding-bottom: 20px;
}

.filter-wrap .area.ml .range-box .txt {
  font-size: 14px;
}

.filter-wrap .area.ml .range-box .filter-number {
  font-size: 16px;
}

.filter-wrap .box {
  display: flex;
  align-items: center;
}

.filter-wrap .box .radio-box,
.filter-wrap .box .checkboxes {
  width: calc(100% - 91px);
  display: flex;
  flex-wrap: wrap;
}

.filter-wrap .box .radio-box .btn-checkbox,
.filter-wrap .box .checkboxes .btn-checkbox {
  margin-bottom: 12px;
}

.filter-wrap .box .radio-box .btn-checkbox label,
.filter-wrap .box .checkboxes .btn-checkbox label {
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

.filter-wrap .box .radio-box input[type=checkbox]:checked,
.filter-wrap .box .checkboxes input[type=checkbox]:checked {
  position: relative;
}

.filter-wrap .box .radio-box input[type=checkbox]:checked + label:hover::after,
.filter-wrap .box .checkboxes input[type=checkbox]:checked + label:hover::after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: -8px;
  width: 22px;
  height: 22px;
  background: url(/assets/images/icon_unchecked.png) no-repeat;
  background-size: contain;
}

.filter-wrap .box .radio-box input[type=checkbox]:checked + label,
.filter-wrap .box .checkboxes input[type=checkbox]:checked + label {
  background-color: #fff;
}

.filter-wrap .box .tit {
  width: 91px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}

.filter-wrap .radio + .radio {
  margin-left: 40px;
}

.filter-wrap .radio label span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.filter-wrap .insert {
  display: flex;
}

.filter-wrap .insert-input {
  display: flex;
  align-items: center;
}

.filter-wrap .insert-input .col {
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
}

.filter-wrap .insert-input span {
  padding: 0 9px;
  font-size: 18px;
  font-weight: 500;
}

.filter-wrap .insert-input .input2 {
  width: 150px;
  height: 40px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

.filter-wrap .btn-area {
  width: auto;
  margin: 0 auto;
}

.filter-wrap .btn-area .btn.small {
  width: 98px;
}

.filter-wrap .web {
  display: block;
}

.result-total-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.result-total-box .selectBox {
  position: relative;
}

.result-total-box .selectBox select {
  width: 100%;
  font-weight: bold;
}

.result-total-box .txt-total {
  font-weight: 700;
  font-size: 18px;
  margin-right: 30px;
}

.result-total-box .txt-total span {
  font-weight: 700;
  font-size: 18px;
  color: #517c09;
}

.result-total-box .sort {
  display: flex;
  align-items: center;
}

.result-total-box .sort .mo {
  display: none;
}

.select.ml {
  width: 120px;
  height: 36px;
  margin-right: 0;
  background: #fff url(/assets/images/icon_arr_down_b.png) calc(100% - 12px) center no-repeat;
  background-size: 11px auto;
  cursor: pointer;
  padding: 0;
}

.select.ml.on {
  background: #fff url(/assets/images/icon_arr_up_bl.png) calc(100% - 12px) center no-repeat;
  background-size: 11px auto;
}

.select.ml span.current {
  line-height: 36px;
  padding-left: 20px;
}

.select.ml .overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.select.ml .checkbox {
  z-index: 100;
  position: relative;
  width: 120px;
  max-height: 193px;
  overflow: auto;
  border-radius: 6px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 8px 2px 2px 12px;
  display: none;
}

.select.ml .checkbox::-webkit-scrollbar {
  width: 11px;
}

.select.ml .checkbox::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 10px;
  border: 3px solid #fff;
}

.select.ml .checkbox > input:checked + label {
  color: #517c09;
}

.select.ml .checkbox label {
  line-height: 20px;
  padding-bottom: 10px;
  font-weight: 500;
  cursor: pointer;
  display: block;
}

.align-list li {
  display: inline-block;
  margin-right: 10px;
}

.align-list li a {
  position: relative;
  padding-left: 8px;
  font-weight: 500;
}

.align-list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 50%;
}

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

.align-list li.on a {
  padding-left: 15px;
  color: #517c09;
}

.align-list li.on a:before {
  width: 11px;
  height: 10px;
  background: url(/assets/images/icon_check.png) no-repeat center top;
  background-size: contain;
}

.product-list-box.mt23 {
  margin-top: 23px;
}

@media (max-width: 768px) {
  .search-result-wrap .card-tab.master .barcode .checkbox input[type=checkbox] + label {
    width: 60px;
    height: 36px;
    line-height: 36px;
  }
  .search-result-wrap.type2 {
    width: 100%;
  }
  .search-result-wrap.type2 + .no-search-box .no-result-box {
    margin-top: 20px;
  }
  .search-result-wrap.type2 + .no-search-box .no-result-box span {
    display: inline-block;
  }
  .search-result-wrap.type2 .top-search {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
  }
  .search-result-wrap .search-result-area {
    width: 100%;
    top: 75px;
    left: 0;
    z-index: 99;
  }
  .result-total-box {
    padding: 0 20px;
  }
  .result-total-box .select.ml {
    width: 110px;
  }
  .result-total-box .select.ml span.current {
    padding-left: 15px;
  }
  .result-total-box .select.ml .checkbox {
    width: 110px;
  }
  .result-total-box .select.ml .checkbox label {
    padding-left: 26px;
  }
  .result-total-box .txt-total {
    font-size: 16px;
    margin-right: 13px;
  }
  .result-total-box .txt-total span {
    font-size: 16px;
  }
  .result-total-box .sort .web {
    display: none;
  }
  .result-total-box .sort .mo {
    display: flex;
    align-items: center;
  }
  .result-total-box .sort .btn-filter {
    position: relative;
    font-weight: 500;
    padding-right: 16px;
    margin-right: 10px;
  }
  .result-total-box .sort .btn-filter:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(/assets/images/icon_filter.png) no-repeat 0 0;
    background-size: contain;
  }
  .result-total-box .sort .search-sort {
    display: inline-block;
    padding: 0 23px 0 0;
    height: 20px;
    line-height: 20px;
    background: #fff url("/assets/images/icon_sort.png") no-repeat calc(100% - 4px) center;
    background-size: 16px;
    color: #2e2e2e;
    font-weight: 500;
    vertical-align: top;
  }
  .product-list-box.mt23 {
    margin-top: 0px;
  }
  .filter-wrap {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 200;
  }
  .filter-wrap .btn-checkbox {
    height: auto;
  }
  .filter-wrap .inner {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    height: auto;
    min-height: 80vh;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow-y: hidden;
  }
  .filter-wrap .filter_content {
    padding: 75px 0 20px 0;
    height: 100%;
    overflow-y: auto;
    touch-action: auto;
    z-index: 1;
    overflow-x: clip;
  }
  .filter-wrap .title-area {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 73px;
    margin-top: 0;
    line-height: 73px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #fff;
    z-index: 2;
  }
  .filter-wrap .title-area .tit {
    font-weight: 700;
    font-size: 20px;
  }
  .filter-wrap .title-area .btn-close {
    position: absolute;
    top: 28px;
    right: 20px;
    width: 24px;
    height: 24px;
    background: url(/assets/images/pop_btn_close_big.png) no-repeat center top;
    background-size: contain;
    font-size: 0;
  }
  .filter-wrap .area {
    border-top: transparent;
    border-bottom: transparent;
    width: auto;
    padding: 0;
    margin: 0 20px;
  }
  .filter-wrap .area.vintage {
    padding: 0;
  }
  .filter-wrap .area.vintage .box {
    border-bottom: 1px solid #f2f2f2;
  }
  .filter-wrap .area.half {
    flex-direction: column;
  }
  .filter-wrap .area.half .box {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
  }
  .filter-wrap .area:nth-child(2) .radio {
    width: 50% !important;
  }
  .filter-wrap .area:nth-child(3) {
    border-bottom: none;
  }
  .filter-wrap .area.ml {
    border-bottom: 0;
  }
  .filter-wrap .area.ml .range-box {
    width: 95%;
    padding-left: 10px;
  }
  .filter-wrap .box {
    padding: 20px 0 15px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .filter-wrap .box .tit {
    width: auto;
    margin-bottom: 15px;
  }
  .filter-wrap .box .checkboxes {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .filter-wrap .box .checkboxes .btn-checkbox {
    padding-left: 10px;
    width: calc((100% - 10px) / 3);
    margin: 0 0 10px 0;
  }
  .filter-wrap .box .checkboxes .btn-checkbox label {
    width: 100%;
  }
  .filter-wrap .box .checkboxes .btn-checkbox:nth-child(3n+1) {
    padding-left: 0;
  }
  .filter-wrap .box .checkboxes input[type=checkbox]:checked + label:hover::after {
    display: none;
  }
  .filter-wrap .box.type2 {
    flex-direction: row;
  }
  .filter-wrap .insert-input .input2 {
    width: 60px;
    font-size: 16px;
  }
  .filter-wrap .insert-input span {
    padding: 0 5px;
    font-size: 16px;
  }
  .filter-wrap .btn-area {
    margin-left: 0;
  }
  .filter-wrap .bottom {
    display: block;
    margin-top: 30px;
    padding: 20px 30px 0;
    border-top: 1px solid #e8e8e8;
    background-color: #fff;
    position: fixed;
    bottom: 24px;
    width: 100%;
  }
  .filter-wrap .insert {
    width: 100%;
    justify-content: space-between;
  }
  .filter-wrap .web {
    display: none;
  }
}
/* 개인정보 취급방침 */
.popup02 .pop-order-box {
  width: 1000px;
}

.popup02 .pop-scroll {
  overflow-y: auto;
  touch-action: auto;
  overflow-x: clip;
  max-height: calc(100vh - 236px);
}

.popup02 .pop-scroll::-webkit-scrollbar {
  width: 16px;
}

.popup02 .pop-scroll::-webkit-scrollbar-track {
  background: #fff;
}

.popup02 .pop-scroll::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 10px;
  border: 5px solid #fff;
}

.popup02 .pop-content {
  padding: 30px;
}

.popup02 .pop-content .desc {
  margin-bottom: 30px;
  font-weight: 700;
}

.popup02 .pop-bottom {
  border-top: 1px solid #e8e8e8;
  padding: 20px 26px;
}

.popup02 .pop-bottom .btn-area {
  justify-content: flex-end;
}

.popup02 .pop-bottom .btn {
  width: 98px;
}

.popup02 .pop-bottom.none {
  display: block;
}

.popup02.w906 .pop-order-box {
  width: 906px;
}

.accordion-box {
  border-top: 1px solid #517c09;
  border-bottom: 1px solid #517c09;
}

.accordion-list li > a {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 39px;
  padding-right: 46px;
  line-height: 39px;
  border-bottom: 1px solid #f2f2f2;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.accordion-list li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/assets/images/icon_acco_down.png) no-repeat;
  background-size: contain;
}

.accordion-list li .cont {
  display: none;
  margin-bottom: 3px;
  padding: 25px 30px;
  border-radius: 14px;
  line-height: 26px;
  background: #f8f8f8;
}

.accordion-list li.active > a {
  font-weight: 700;
  border-bottom: none;
}

.accordion-list li.active > a:after {
  background: url(/assets/images/icon_acco_up.png) no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .popup02 .pop-head {
    padding: 25px 0 21px 0;
    height: 73px;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
  }
  .popup02 .pop-head .tit {
    color: #2e2e2e;
    font-size: 20px;
    text-align: center;
  }
  .popup02 .pop-head .pop-close {
    width: 24px;
    height: 24px;
    background: url(/assets/images/pop_btn_close_big.png) no-repeat center top;
    background-size: contain;
  }
  .popup02 .pop-scroll {
    height: calc(100vh - 220px);
  }
  .popup02 .pop-order-box {
    bottom: 0;
    top: initial;
    left: 0;
    transform: none;
    width: 100%;
    height: calc(100vh - 150px);
  }
  .popup02 .pop-bottom.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .popup02 .pop-bottom.none {
    display: none;
  }
  .popup02.w906 .pop-order-box {
    width: 100%;
  }
}
/* 품목상세화면 */
.title-cont {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
}

.title-cont.mo {
  display: none;
}

.product-detail-wrap .sub-category-list.swiper-wrapper > li a span {
  font-size: 15px;
}

.product-detail-wrap .sub-category-box.swiper-container {
  left: -27px;
}

.product-detail-wrap + .search-result-wrap .filter-wrap {
  margin-top: 0;
}

.product-detail-wrap + .search-result-wrap .filter-wrap .area.ml .range-box {
  z-index: 0;
}

.product-detail-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -6px;
}

.product-detail-list.swiper-container {
  margin-top: 40px;
}

.product-detail-list .swiper-wrapper {
  flex-wrap: wrap;
}

.product-detail-list .radiobox {
  width: calc((100% - 6px) / 6);
  padding-left: 12px;
  padding-bottom: 12px;
}

.depth3-box {
  margin: 19px 0 0 0;
  padding-top: 20px;
  padding-bottom: 50px;
  border-top: 1px solid #f2f2f2;
}

.depth3-box .depth3-list {
  display: flex;
}

.depth3-box .depth3-list > li {
  width: 90px;
  height: 80px;
}

.depth3-box .depth3-list > li + li {
  margin-left: 30px;
}

.depth3-box .depth3-list > li a {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.depth3-box .depth3-list > li a span {
  font-weight: 700;
  position: absolute;
  top: 84px;
  width: 115px;
  text-align: center;
}

.depth3-box .depth3-list > li.on a,
.depth3-box .depth3-list > li:hover a {
  background-color: #f8f8f8;
}

.depth3-box .depth3-list > li.on a span,
.depth3-box .depth3-list > li:hover a span {
  color: #99cc41;
}

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

.radiobox input[type=radio] + label {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 56px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 56px;
  border-radius: 14px;
  background: #f8f8f8;
}

.radiobox input[type=radio]:checked + label {
  border: 2px solid #517c09;
  color: #517c09;
  background: #fff;
  line-height: 54px;
}

.radiobox.type2 {
  display: inline-block;
  padding: 0 0 15px 15px;
}

.radiobox.type2 input[type=radio] + label {
  min-width: 125px;
  height: 48px;
  padding: 0 32px;
  font-weight: 500;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 24px;
  line-height: 48px;
  letter-spacing: -0.54px;
}

.radiobox.type2 input[type=radio]:checked + label {
  border: 1px solid #99cc41;
  color: #99cc41;
}

.radiobox:nth-child(6n+1) {
  padding-left: 0;
}

@media (max-width: 768px) {
  .result-total-box {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #517c09;
  }
  .tit-cont-area {
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
  }
  .title-cont {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
  }
  .title-cont:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(/assets/images/icon_arr_big.png) no-repeat center top;
    background-size: contain;
  }
  .title-cont.mo {
    display: inline-block;
  }
  .title-cont.web {
    display: none;
  }
  .title-cont:nth-child(1)::before {
    display: none;
  }
  .product-detail-wrap {
    padding-top: 20px;
  }
  .product-detail-wrap .category-list.swiper-wrapper > li + li {
    margin-left: 9px;
  }
  .product-detail-wrap .main-category-box.swiper-container {
    margin-top: 0;
    border-top: none;
    padding: 10px 20px 20px;
  }
  .product-detail-wrap .sub-category-list.swiper-wrapper {
    flex-wrap: nowrap;
  }
  .product-detail-wrap .sub-category-list.swiper-wrapper > li {
    width: 76px !important;
  }
  .product-detail-wrap .sub-category-list.swiper-wrapper > li {
    margin-bottom: 50px;
  }
  .product-detail-wrap .sub-category-list.swiper-wrapper > li a span {
    width: 67px;
    font-size: 14px;
  }
  .product-detail-wrap .sub-category-box.swiper-container {
    padding: 2px 20px 20px;
    left: unset;
  }
  .product-detail-wrap + .search-result-wrap {
    border-top: 1px solid #e8e8e8;
  }
  .product-detail-wrap + .search-result-wrap.goods-list-wrap {
    border-top: none;
    padding-top: 0;
  }
  .product-detail-list {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #f2f2f2;
  }
  .product-detail-list.swiper-container {
    margin-top: 20px;
  }
  .product-detail-list .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .product-detail-list .radiobox {
    width: auto !important;
    padding: 0;
  }
  .product-detail-list .radiobox input[type=radio] + label {
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
  }
  .product-detail-list .radiobox input[type=radio]:checked + label {
    line-height: 38px;
  }
  .depth3-box {
    padding: 20px 0 30px;
    margin: 0 20px;
  }
  .depth3-box .depth3-list {
    flex-wrap: wrap;
  }
  .depth3-box .depth3-list > li {
    width: calc(20% - 10px);
    height: 99px;
    margin-right: 10px;
  }
  .depth3-box .depth3-list > li + li {
    margin-left: 0;
  }
  .depth3-box .depth3-list > li a {
    height: 53.5px;
    padding: 8.5px 0;
    border-radius: 14px;
  }
  .depth3-box .depth3-list > li a span {
    font-size: 13px;
    width: 56px;
    top: 60px;
  }
}
/* 선전품/굿즈 */
.goods-box {
  flex-wrap: nowrap;
  padding: 30px 0;
  border-top: 1px solid #f2f2f2;
  margin-top: 40px;
  margin-left: 0;
}

.goods-box > div {
  width: 100%;
  display: flex;
}

.goods-box .radiobox {
  width: calc((100% - 6px) / 3);
}

.goods-box .point-box {
  display: flex;
  align-items: center;
}

.goods-box .point-box .tit-point {
  margin-right: 40px;
  font-weight: 700;
  font-size: 18px;
}

.goods-box .point-box .tit-point strong {
  font-weight: 700;
  font-size: 18px;
  color: #517c09;
}

.goods-box .point-box .btn-area {
  width: auto;
}

.goods-box .point-box .btn-area .btn {
  width: 148px;
  font-size: 14px;
}

.goods-box .radiobox {
  padding-bottom: 0;
}

.goods-box .radiobox label {
  cursor: pointer;
}

.goods-list-wrap {
  width: 1200px;
  padding-top: 0;
}

.goods-list-wrap .product-list-box.list .product-name {
  width: 420px;
}

.goods-list-wrap .product-list-box.list .total-box {
  min-width: 170px;
}

.goods-list-wrap .product-list-box.list .total-box .price {
  text-align: right;
  margin-right: 30px;
}

.goods-list-wrap .product-list-box.list .box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.goods-list-wrap .product-list-box {
  margin-top: 20px;
}

.goods-list-wrap .product-list-box.list .product-stock {
  min-width: 111px;
}

.goods-list-wrap .product-list-box.list .box {
  min-width: 137px;
}

@media (max-width: 768px) {
  .goods-list-wrap {
    width: 100%;
    padding: 0;
  }
  .goods-list-wrap .product-list-box {
    margin-top: 0;
  }
  .goods-box {
    padding: 0;
    border: none;
    margin-top: 0;
  }
  .goods-box .point-box {
    padding: 20px;
    margin-top: 30px;
    justify-content: space-between;
    border-top: 1px solid #f2f2f2;
    border-bottom: none;
  }
  .goods-box .point-box .btn-area .btn {
    font-size: 15px;
    width: 150px;
  }
  .goods-box .point-box .tit-point {
    margin-right: 0;
    font-size: 16px;
  }
  .goods-box .point-box .tit-point strong {
    font-size: 16px;
  }
}
/* 빠른주문 */
.quick-order-wrap .add-box .nice-select .option:hover,
.quick-order-wrap .add-box .nice-select .option.focus {
  color: #517c09;
}

.quick-order-wrap .add-box .nice-select.open {
  background: #fff url(/assets/images/select_arrow_on_s.png) calc(100% - 19px) center no-repeat;
  background-size: 8px auto;
}

.quick-order-wrap .add-box .nice-select .list {
  width: 100%;
  left: 18px;
  top: 6px;
  border-radius: 6px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #517c09;
}

.quick-order-wrap .add-box .select {
  padding: 0 18px 0 0;
  width: 104px;
  text-align: center;
  height: 36px;
  margin-right: 0;
  line-height: 36px;
  border: none;
  background: #fff url(/assets/images/select_arrow_s.png) calc(100% - 19px) center no-repeat;
  background-size: 8px auto;
  vertical-align: top;
}

.quick-order-wrap .add-box .form-box input {
  width: calc(100% - 104px);
}

.quick-order-wrap .title-cont {
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
}

.quick-order-wrap .tab-type3 {
  margin-top: 40px;
}

.quick-order-wrap .btn-cart-add {
  width: 238px;
  height: 56px;
  margin-top: 50px;
  line-height: 56px;
  border-radius: 27px;
  font-size: 18px;
}

.quick-order-wrap .stat-list {
  margin-top: 12px;
}

.quick-order-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
}

.quick-order-list .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.quick-order-list .top .tit {
  font-weight: 700;
  font-size: 20px;
}

.quick-order-list .top .btn-add {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  color: #517c09;
}

.quick-order-list .top .btn-add:before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/assets/images/icon_add.png) no-repeat center top;
  background-size: contain;
}

.form-list {
  margin-top: 30px;
}

.form-list .list {
  display: flex;
  position: relative;
}

.form-list .list + .list {
  margin-top: 20px;
}

.form-list .form-box {
  width: 732px;
}

.form-list .quantity {
  display: inline-block;
  width: 105px;
  margin: 0 50px;
}

.form-list .btn-area {
  display: inline-block;
  width: auto;
}

.form-list .btn-area .btn {
  width: 104px;
}

.form-list .btn-area .btn:hover {
  background: rgba(153, 204, 65, 0.15);
}

.quick-order-tab {
  position: relative;
}

.quick-order-tab .btn-list-add {
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  right: 0;
  padding-left: 20px;
  font-weight: 700;
  color: #517c09;
}

.quick-order-tab .btn-list-add::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/assets/images/icon_list_add.png) no-repeat center top;
  background-size: contain;
}

textarea {
  width: 100%;
  height: 250px;
  padding: 13px 16px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  resize: none;
}

textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.stat-list li {
  position: relative;
  padding-left: 9px;
  line-height: 26px;
  color: #989898;
}

.stat-list li::before {
  content: "*";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.layer-product-wrap {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 47px;
  left: 0;
  width: 732px;
  max-height: 527px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
  z-index: 99;
}

.layer-product-wrap .scroll {
  overflow-y: auto;
  touch-action: auto;
  max-height: 527px;
}

.layer-product-wrap .scroll::-webkit-scrollbar {
  width: 16px;
}

.layer-product-wrap .scroll::-webkit-scrollbar-track {
  background: #fff;
}

.layer-product-wrap .scroll::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 10px;
  border: 5px solid #fff;
}

.layer-product-wrap .box {
  height: 105px;
  margin: 0 40px;
  border-bottom: 1px solid #f2f2f2;
}

.layer-product-wrap .box a {
  display: flex;
  align-items: center;
  height: 100%;
}

.layer-product-wrap .box .img {
  width: 100px;
  height: 80px;
  margin-right: 34px;
}

.layer-product-wrap .box .desc {
  width: calc(100% - 134px);
}

.layer-product-wrap .box .desc .num,
.layer-product-wrap .box .desc .title {
  font-weight: 500;
  line-height: 24px;
}

.layer-product-wrap .box .desc .title {
  color: #517c09;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.file-upload-wrap {
  height: 250px;
  padding: 52px 283px 53px 284px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
}

.file-upload-wrap .txt-upload {
  margin-bottom: 10px;
  font-size: 16px;
  color: #989898;
  text-align: center;
}

.file-upload-wrap .btn-excel-down {
  display: block;
  margin: 0 auto 31px;
  text-align: center;
  color: #517c09;
}

.file-upload-wrap .btn-excel-down:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  padding-right: 3px;
  background: url(/assets/images/icon_excel.png) no-repeat center top;
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .quick-order-wrap {
    padding: 0 20px 10px;
  }
  .quick-order-wrap .tab-type3 {
    margin-top: 30px;
  }
  .quick-order-wrap .title-cont {
    padding: 20px 0;
  }
  .quick-order-wrap .stat-list {
    margin-top: 10px;
  }
  .quick-order-list {
    padding-bottom: 30px;
  }
  .quick-order-list .sum-box {
    margin-right: 0;
    padding: 0 14px 6px;
    align-items: flex-end;
  }
  .quick-order-list .sum-box input {
    font-size: 20px;
  }
  .quick-order-list .top {
    margin: 0;
    padding: 22px 0 10px;
    border-top: 1px solid #f2f2f2;
  }
  .quick-order-list .top .tit {
    font-size: 18px;
  }
  .quick-order-list .top .btn-add {
    font-size: 14px;
  }
  .form-list {
    margin-top: 0;
  }
  .form-list .form-box {
    width: 100%;
  }
  .form-list .form-box input {
    padding: 0 10px;
  }
  .form-list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form-list .quantity {
    margin: 10px 0 0;
  }
  .form-list .btn-area {
    margin: 10px 0 0 0;
  }
  .form-list .btn-area .btn {
    width: 90px;
  }
  .quick-order-tab .web {
    display: none;
  }
  .quick-order-tab .mo {
    display: block;
  }
  .quick-order-tab .tit {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
  }
  .quick-order-tab .btn-list-add {
    bottom: 0;
    font-size: 14px;
  }
  textarea {
    height: 151px;
    overflow-y: auto;
    touch-action: auto;
  }
  .layer-product-wrap {
    width: 100%;
    height: 319px;
  }
  .layer-product-wrap .box {
    margin: 0 20px;
  }
  .layer-product-wrap .box .desc {
    width: calc(100% - 120px);
  }
  .layer-product-wrap .box .img {
    margin-right: 20px;
  }
  .layer-product-wrap .scroll {
    height: 319px;
  }
}
/* 카탈로그 */
.catalog-list-wrap .product-list-box .list > li {
  min-height: auto;
}

.catalog-list-wrap .radiobox {
  width: calc((100% - 11px) / 7);
  padding-left: 11px;
  padding-bottom: 0;
}

.catalog-list-wrap .radiobox:nth-child(1) {
  padding-left: 0;
}

.catalog-list-wrap .insert-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
}

.catalog-list-wrap .insert-search .top-search {
  width: calc(100% - 240px);
}

.catalog-list-wrap .insert-search .top-search.w-100 {
  width: 100%;
}

.catalog-list-wrap .insert-search .btn-smart-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  height: 48px;
  border: 2px solid #99cc41;
  border-radius: 24px;
}

.catalog-list-wrap .insert-search .btn-smart-search span {
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  color: #99cc41;
}

.catalog-list-wrap .insert-search .btn-smart-search:before {
  content: "";
  display: inline-block;
  padding-right: 5px;
  width: 16px;
  height: 16px;
  background: url(/assets/images/icon_smart_search.png) no-repeat center top;
  background-size: contain;
}

.catalog-list-wrap .insert-search .btn-smart-search:hover {
  background: #99cc41;
  border-color: #99cc41;
}

.catalog-list-wrap .insert-search .btn-smart-search:hover span {
  color: #fff;
}

.catalog-list-wrap .insert-search .btn-smart-search:hover::before {
  background: url(/assets/images/icon_smart_search_w.png) no-repeat center top;
  background-size: contain;
}

.catalog-list-wrap .insert-search.none .top-search {
  width: 100%;
}

.catalog-list-wrap .insert-search.none .btn-smart-search {
  display: none;
}

.catalog-list-wrap .search-result-wrap {
  padding-top: 50px;
}

.catalog-list-wrap .search-result-wrap .result-total-box {
  margin-top: 0;
}

.catalog-list-wrap .result-total-box {
  justify-content: flex-start;
}

.catalog-list-wrap .result-total-box .product {
  padding-right: 15px;
  font-weight: 700;
  font-size: 20px;
}

.catalog-list-wrap .result-total-box .txt-total {
  font-size: 20px;
}

.catalog-list-wrap .result-total-box .txt-total span {
  font-size: 20px;
}

.catalog-list-wrap .product-list-box {
  margin-top: 20px;
}

.catalog-list-wrap .product-img {
  display: flex;
  align-items: center;
  width: 242px;
  height: 250px;
  border-radius: 12px;
}

.catalog-list-wrap .product-name {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.catalog-list-wrap .unit-box {
  padding-bottom: 0;
}

.catalog-list-wrap .unit-box li {
  padding: 0;
}

@media (max-width: 768px) {
  .catalog-list-wrap .result-total-box {
    border-bottom: none;
    padding-bottom: 0;
  }
  .catalog-list-wrap .result-total-box .product {
    padding-right: 10px;
  }
  .catalog-list-wrap .search-result-wrap .product-list-box .list > li:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .catalog-list-wrap .radiobox {
    padding-left: 0;
  }
  .catalog-list-wrap .insert-search {
    margin-top: 20px;
    padding: 0 20px;
    border-top: none;
  }
  .catalog-list-wrap .insert-search .top-search {
    width: calc(100% - 60px);
  }
  .catalog-list-wrap .insert-search .btn-smart-search {
    width: 40px;
    height: 40px;
  }
  .catalog-list-wrap .insert-search .btn-smart-search span {
    display: none;
  }
  .catalog-list-wrap .search-result-wrap {
    padding-top: 30px;
  }
  .catalog-list-wrap .product-list-box {
    margin-top: 0;
  }
  .catalog-list-wrap .product-list-box .list {
    margin-left: 0;
  }
  .catalog-list-wrap .product-list-box .list > li {
    width: calc((100% - 44px) / 2);
    padding: 10px;
    margin: 22px 11px 0;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    box-sizing: border-box;
  }
  .catalog-list-wrap .product-list-box .list > li a {
    display: block;
  }
  .catalog-list-wrap .product-img {
    position: static;
    width: 100%;
    height: 150px;
    margin: 0 0 15px;
  }
  .catalog-list-wrap .product-name {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: -0.34px;
  }
  .catalog-list-wrap .product-name span {
    -webkit-line-clamp: 2;
  }
  .catalog-list-wrap .unit-box ul {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .catalog-list-wrap .unit-box ul li {
    padding: 0 7px;
    font-size: 12px;
    text-align: center;
    letter-spacing: -0.08px;
  }
  .catalog-list-wrap .unit-box ul li:before {
    display: block;
  }
  .catalog-list-wrap .unit-box ul li:first-child {
    padding-left: 0;
    padding-bottom: 0;
  }
  .catalog-list-wrap .unit-box ul li:last-child {
    padding-right: 0;
  }
  .catalog-list-wrap .no-search-box {
    padding: 0 20px;
  }
}
/* 품목정보 팝업 */
.w906 .pop-order-box {
  width: 906px;
}

.w906 .pop-scroll {
  height: 669px;
  max-height: calc(100vh - 236px);
  height: auto;
}

.prd-info-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.prd-info-box .img {
  width: 267px;
  height: 400px;
  margin-right: 65px;
}

.prd-info-box .info-box {
  width: calc(100% - 332px);
}

.prd-info-box .info-box dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
}

.prd-info-box .info-box dl dt {
  width: 148px;
  padding: 9px 0;
  font-weight: 700;
  font-size: 16px;
}

.prd-info-box .info-box dl dd {
  width: calc(100% - 148px);
  padding: 5px 0;
  font-size: 16px;
}

.prd-info-box .info-box dl:nth-child(1) dt,
.prd-info-box .info-box dl:nth-child(1) dd {
  padding-top: 0;
}

@media (max-width: 768px) {
  .w906 .pop-order-box {
    height: calc(100vh - 150px);
  }
  .w906 .pop-scroll {
    height: calc(100vh - 220px);
  }
  .prd-info-box {
    flex-direction: column;
  }
  .prd-info-box .img {
    width: 134px;
    height: 200px;
    margin-right: 0;
  }
  .prd-info-box .info-box {
    width: 100%;
    margin-top: 30px;
  }
}
.smart-search-wrap {
  max-height: calc(100vh - 100px);
}

.smart-search-wrap.filter .part {
  padding: 20px 0 5px 0;
}

.smart-search-wrap.filter .part .item {
  padding: 15px 0 0 0;
}

.smart-search-wrap .pop-scroll {
  max-height: calc(100vh - 236px);
  height: auto;
}

.smart-search-box .range-box {
  padding-top: 15px;
}

.smart-search-box .radio {
  width: 33.3333333333%;
  margin: 0 0 15px 0;
}

.smart-search-box .radio input:focus label {
  color: #517c09;
}

.smart-search-box .radio label {
  padding-left: 27px;
  font-size: 16px;
  font-weight: 500;
}

.smart-search-box .part {
  display: flex;
  align-items: center;
  border-top: 1px solid #f2f2f2;
}

.smart-search-box .part .tit {
  width: 76px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.32px;
}

.smart-search-box .part .item {
  width: calc(100% - 76px);
  padding: 15px 0 5px 0;
}

.smart-search-box .part .item.range {
  padding-bottom: 47px;
}

.smart-search-box .part .item.range .ui-slider {
  width: 629px;
  z-index: 0;
}

.smart-search-box .part .item.volume {
  padding-bottom: 15px;
}

.smart-search-box .part:nth-child(1) {
  border-top: none;
}

.smart-search-box .part:nth-child(1) .item {
  padding-top: 0;
}

.smart-search-box .btn-radio,
.smart-search-box .btn-checkbox {
  display: inline-block;
  margin: 0 0 10px 5px;
}

.smart-search-box .btn-radio input[type=radio],
.smart-search-box .btn-radio input[type=checkbox],
.smart-search-box .btn-checkbox input[type=radio],
.smart-search-box .btn-checkbox input[type=checkbox] {
  display: none;
}

.smart-search-box .btn-radio input[type=radio]:checked,
.smart-search-box .btn-radio input[type=checkbox]:checked,
.smart-search-box .btn-checkbox input[type=radio]:checked,
.smart-search-box .btn-checkbox input[type=checkbox]:checked {
  position: relative;
}

.smart-search-box .btn-radio input[type=radio]:checked + label:hover::after,
.smart-search-box .btn-radio input[type=checkbox]:checked + label:hover::after,
.smart-search-box .btn-checkbox input[type=radio]:checked + label:hover::after,
.smart-search-box .btn-checkbox input[type=checkbox]:checked + label:hover::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: -10px;
  width: 22px;
  height: 22px;
  background: url(/assets/images/icon_unchecked.png) no-repeat;
  background-size: contain;
}

.smart-search-box .btn-radio input[type=radio]:checked + label,
.smart-search-box .btn-radio input[type=checkbox]:checked + label,
.smart-search-box .btn-checkbox input[type=radio]:checked + label,
.smart-search-box .btn-checkbox input[type=checkbox]:checked + label {
  background-color: #fff;
}

.smart-search-box .btn-radio input[type=radio] + label,
.smart-search-box .btn-radio input[type=checkbox] + label,
.smart-search-box .btn-checkbox input[type=radio] + label,
.smart-search-box .btn-checkbox input[type=checkbox] + label {
  cursor: pointer;
  line-height: 40px;
  width: 120px;
  padding: 0;
  text-align: center;
}

.smart-search-box .btn-radio .txt,
.smart-search-box .btn-checkbox .txt {
  margin-top: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.36px;
  color: #989898;
}

@media (max-width: 768px) {
  .smart-search-wrap .pop-scroll {
    height: calc(100vh - 154px);
  }
  .smart-search-wrap .pop-scroll::-webkit-scrollbar {
    width: 14px;
  }
  .smart-search-wrap .pop-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 4px solid #fff;
  }
  .smart-search-wrap .part {
    flex-direction: column;
    padding: 20px 0;
  }
  .smart-search-wrap .part .tit {
    width: 100%;
    font-size: 18px;
  }
  .smart-search-wrap .part .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .smart-search-wrap .part:nth-child(1) {
    padding-top: 0;
  }
  .smart-search-wrap .part:nth-child(1) .item {
    padding: 10px 0 0;
  }
  .smart-search-wrap .pop-content {
    padding: 30px 20px 100px 30px;
  }
  .smart-search-box .range-box {
    padding-top: 30px;
  }
  .smart-search-box .btn-radio,
  .smart-search-box .btn-checkbox {
    width: calc((100% - 10px) / 3);
    margin: 0 0 10px 0;
    padding-left: 10px;
  }
  .smart-search-box .btn-radio input[type=radio]:checked + label:hover::after,
  .smart-search-box .btn-radio input[type=checkbox]:checked + label:hover::after,
  .smart-search-box .btn-checkbox input[type=radio]:checked + label:hover::after,
  .smart-search-box .btn-checkbox input[type=checkbox]:checked + label:hover::after {
    content: none;
  }
  .smart-search-box .btn-radio input[type=radio] + label,
  .smart-search-box .btn-radio input[type=checkbox] + label,
  .smart-search-box .btn-checkbox input[type=radio] + label,
  .smart-search-box .btn-checkbox input[type=checkbox] + label {
    width: 100%;
  }
  .smart-search-box .btn-radio:nth-child(3n+1),
  .smart-search-box .btn-checkbox:nth-child(3n+1) {
    padding-left: 0;
  }
}
/* 공지사항 */
.cs-wrap .ui-tab {
  margin-top: 40px;
}

.cs-wrap .tab-cont {
  margin-top: 40px;
}

.cs-wrap .paging {
  margin-top: 50px;
}

.cs-wrap .web {
  display: block;
}

.cs-wrap .mo {
  display: none;
}

@media (max-width: 768px) {
  .cs-wrap {
    padding-bottom: 50px;
    padding-top: 23px;
  }
  .cs-wrap .web {
    display: none;
  }
  .cs-wrap .mo {
    display: block;
  }
}
/* 상세페이지 */
.cs-detail-wrap {
  margin-top: 40px;
  border-top: 1px solid #517c09;
}

.cs-detail-wrap > .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 21px 21px;
  border-bottom: 1px solid #e8e8e8;
  background: #f8f8f8;
}

.cs-detail-wrap > .top .title {
  font-weight: 700;
  font-size: 20px;
  color: #517c09;
}

.cs-detail-wrap > .top .date {
  font-size: 16px;
  color: #989898;
}

.cs-detail-wrap .detail-content {
  padding: 35px 25px;
  border-bottom: 1px solid #f2f2f2;
}

.cs-detail-wrap .btn-area {
  margin-top: 50px;
}

.cs-detail-wrap .btn-area .btn {
  width: 250px;
}

.file-box > .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px 13px;
  border-bottom: 1px solid #f2f2f2;
}

.file-box > .top .title {
  font-size: 16px;
}

.file-box > .top .box p {
  display: inline-block;
  font-size: 16px;
  color: #989898;
}

.file-box > .top .box p.file {
  margin-right: 15px;
}

.file-box > .top .box span {
  font-size: 16px;
  color: #989898;
}

.file-box > .top .box .btn-delete {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  background: url(/assets/images/btn-delete.png) no-repeat center top;
  background-size: contain;
}

.file-list {
  padding: 15px 25px 13px;
}

.file-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 24px;
}

.file-list li a {
  font-size: 16px;
  color: #517c09;
}

.file-list li span {
  font-size: 16px;
  color: #989898;
}

.page-nav {
  border-top: 1px solid #517c09;
}

.page-nav p {
  overflow: hidden;
  padding: 15px 25px 13px;
  border-bottom: 1px solid #e8e8e8;
}

.page-nav .title {
  display: inline-block;
  width: 97px;
  font-weight: 700;
  font-size: 16px;
  color: #517c09;
}

.page-nav .title:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.page-nav .title.up:before {
  background: url(/assets/images/icon_up.png) no-repeat;
  background-size: contain;
}

.page-nav .title.down:before {
  background: url(/assets/images/icon_down.png) no-repeat;
  background-size: contain;
}

.page-nav a {
  font-size: 16px;
}

.page-nav .date {
  float: right;
  font-size: 16px;
  color: #989898;
}

@media (max-width: 768px) {
  .cs-detail-wrap {
    margin: 20px 20px 0;
  }
  .cs-detail-wrap > .top {
    flex-direction: column;
    align-items: flex-start;
    padding: 27px 20px;
  }
  .cs-detail-wrap > .top .title {
    padding-bottom: 5px;
    font-size: 18px;
  }
  .cs-detail-wrap > .top .date {
    font-size: 12px;
  }
  .cs-detail-wrap .detail-content {
    padding: 30px 0;
  }
  .cs-detail-wrap .btn-area {
    margin-top: 30px;
  }
  .file-box > .top {
    padding: 17px 0;
  }
  .file-box > .top .title {
    font-size: 14px;
  }
  .file-box > .top .box p,
  .file-box > .top .box span {
    font-size: 14px;
  }
  .file-list {
    padding: 19px 0 20px;
  }
  .file-list li {
    align-items: flex-start;
    line-height: normal;
  }
  .file-list li a {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 75%;
  }
  .file-list li span {
    font-size: 12px;
  }
  .page-nav p {
    padding: 17px 0 14px;
  }
  .page-nav .title {
    width: 35px;
    font-size: 0;
  }
  .page-nav a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 120px);
  }
  .page-nav .date {
    font-size: 14px;
  }
}
/* 이벤트, 신품목 */
.event-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -24px;
}

.event-list-wrap ul li {
  width: calc((100% - 24px) / 3);
  padding-left: 24px;
  margin-bottom: 50px;
}

.event-list-wrap ul li a {
  display: block;
}

.event-list-wrap .img {
  overflow: hidden;
  height: 279px;
  margin-bottom: 20px;
  border-radius: 12px;
  box-sizing: border-box;
  background: #f2f2f2;
}

.event-list-wrap .title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.32px;
}

.event-list-wrap .date {
  font-size: 16px;
  color: #989898;
  letter-spacing: -0.11px;
}

@media (max-width: 768px) {
  .event-list-wrap {
    padding: 0 20px;
  }
  .event-list-wrap ul {
    margin-left: 0;
  }
  .event-list-wrap ul li {
    width: 100%;
    padding-left: 0;
    margin-bottom: 35px;
  }
  .event-list-wrap ul li:last-child {
    margin-bottom: 15px;
  }
  .event-list-wrap .img {
    height: 243px;
    margin-bottom: 15px;
  }
}
/* faq */
.faq-wrap .web {
  display: block;
}

.faq-wrap .mo {
  display: none;
}

.faq-search-box {
  margin-top: 40px;
  padding: 40px 120px;
  border-radius: 14px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}

.btn-faq-list {
  text-align: center;
}

.btn-faq-list .swiper-wrapper {
  justify-content: center;
}

.btn-faq-list li {
  display: inline-block;
  width: auto;
}

.btn-faq-list li a {
  display: block;
  width: 95px;
  height: 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 40px;
  border-radius: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.54px;
}

.btn-faq-list li + li {
  margin-left: 15px;
}

.btn-faq-list li.on a {
  border-color: #99cc41;
  color: #517c09;
}

.btn-faq-list.swiper-container {
  margin-top: 30px;
}

.faq-box {
  margin-top: 40px;
  margin-bottom: 50px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.faq-box .accordion-list .active .an {
  display: flex !important;
}

.faq-box .qu {
  padding: 25px 0 23px 40px;
  height: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}

.faq-box .qu::before {
  content: "Q";
  display: inline-block;
  padding-right: 30px;
}

.faq-box .cont.an {
  margin-bottom: 0;
  padding: 25px 40px 25px 82px;
  border-radius: 0;
  font-size: 16px;
  border-top: 1px solid #e8e8e8;
}

.faq-box .cont.an:before {
  content: "A";
  display: inline-block;
  margin-left: -46px;
  padding-right: 31px;
  font-weight: 700;
  font-size: 16px;
  color: #517c09;
}

@media (max-width: 768px) {
  .faq-wrap {
    padding-top: 20px;
  }
  .faq-wrap .web {
    display: none;
  }
  .faq-wrap .mo {
    display: block;
  }
  .faq-search-box {
    margin-top: 20px;
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .faq-search-box .top-search {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .btn-faq-list .swiper-wrapper {
    justify-content: start;
  }
  .btn-faq-list li + li {
    margin-left: 0;
  }
  .faq-box {
    margin: 30px 20px;
    border-bottom: none;
  }
  .faq-box .qu {
    padding-left: 10px;
    padding-right: 47px;
  }
  .faq-box .qu::before {
    padding-right: 20px;
  }
  .faq-box .cont.an {
    padding-left: 44px;
  }
  .faq-box .cont.an::before {
    padding-right: 20px;
    margin-left: -35px;
  }
}
/* 장바구니 */
.request-box {
  display: block;
  margin-top: 30px;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.cart-list-wrap .mr10 {
  margin-right: 10px;
}

.cart-list-wrap .layer-product-wrap {
  width: 100%;
  z-index: 10;
}

.cart-list-wrap .layer-product-wrap .box {
  margin: 0 30px;
}

.cart-list-wrap .datepicker-box .form-box {
  background-color: #fff;
}

.cart-list-wrap .nice-select span.current {
  font-size: 16px;
}

.cart-list-wrap .datepicker-box .form-box .input {
  width: 140px;
  font-size: 16px;
  font-weight: 700;
  background: url(/assets/images/icon_calendar_b.png) no-repeat calc(100% - 12px) center;
  background-size: 18px auto;
}

.cart-list-wrap .add-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 0;
  margin-bottom: 40px;
}

.cart-list-wrap .add-box .nice-select .option:hover,
.cart-list-wrap .add-box .nice-select .option.focus {
  color: #517c09;
}

.cart-list-wrap .add-box .nice-select.open {
  background: #fff url(/assets/images/select_arrow_on_s.png) calc(100% - 19px) center no-repeat;
  background-size: 8px auto;
}

.cart-list-wrap .add-box .nice-select .list {
  width: 100%;
  left: 2px;
  border-radius: 6px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #517c09;
}

.cart-list-wrap .add-box .select {
  padding: 0 18px 0 0;
  width: 104px;
  text-align: center;
  height: 36px;
  margin-right: 0;
  line-height: 36px;
  border: none;
  background: #fff url(/assets/images/select_arrow_s.png) calc(100% - 19px) center no-repeat;
  background-size: 8px auto;
  vertical-align: top;
}

.cart-list-wrap .add-box .tit {
  font-size: 18px;
  font-weight: 700;
  margin-right: 15px;
}

.cart-list-wrap .add-box .form-box {
  width: 566px;
  margin-right: 30px;
  position: relative;
}

.cart-list-wrap .add-box .form-box::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 14px;
  background-color: #f2f2f2;
  right: 104px;
  top: 12px;
}

.cart-list-wrap .add-box .form-box .input {
  width: calc(100% - 104px);
}

.cart-list-wrap .add-box .form-box .input::-moz-placeholder {
  font-size: 16px;
  color: #9d9d9d;
}

.cart-list-wrap .add-box .form-box .input::placeholder {
  font-size: 16px;
  color: #9d9d9d;
}

.cart-list-wrap .add-box .quantity {
  width: 118px;
  margin-right: 20px;
}

.cart-list-wrap .add-box .btn-area {
  width: 120px;
  margin-top: 0;
}

.cart-list-wrap .add-box .btn-area .btn {
  width: 100%;
}

.cart-list-wrap .deliver-setting {
  display: flex;
}

.cart-list-wrap .ui-tab {
  margin-top: 40px;
}

.cart-list-wrap .ui-tab .tabs {
  display: flex;
  justify-content: normal;
  align-items: normal;
  height: 48px;
  border-bottom: 1px solid #517c09;
  position: relative;
}

.cart-list-wrap .ui-tab .tabs li {
  flex: 1;
  position: relative;
  margin: 0 0 0 -1px;
  border: 1px solid #eaeaea;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

.cart-list-wrap .ui-tab .tabs li.on {
  position: relative;
  z-index: 2;
  height: 48px;
  border-color: #517c09;
  border-bottom: 1px solid #fff;
}

.cart-list-wrap .ui-tab .tabs li.on a {
  color: #517c09;
}

.cart-list-wrap .ui-tab .tabs li a {
  width: 100%;
  height: 48px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #989898;
  line-height: 48px;
  text-align: center;
  display: block;
  border: none;
  border-radius: inherit;
}

.cart-list-wrap .tab-cont {
  margin-top: 40px;
}

.cart-list-wrap .info-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border-radius: 14px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  margin-bottom: 40px;
}

.cart-list-wrap .info-box .radiobox input[type=radio] + label {
  width: 80px;
  height: 40px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 40px;
  background: #fff;
  color: #838383;
}

.cart-list-wrap .info-box .radiobox input[type=radio]:checked + label {
  background-color: #989898;
  border: 1px solid #989898;
  color: #fff;
  line-height: 40px;
}

.cart-list-wrap .info-box > div {
  position: relative;
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-list-wrap .info-box > div:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 48px;
  background: #e8e8e8;
}

.cart-list-wrap .info-box > div:first-child::before {
  display: none;
}

.cart-list-wrap .info-box > div .title {
  display: inline-block;
  margin-right: 13px;
  font-weight: 700;
  font-size: 18px;
}

.cart-list-wrap .info-box > div div {
  display: inline-block;
}

.cart-list-wrap .info-box .radio input[type=radio] + label span {
  font-size: 18px;
  font-weight: 700;
}

.cart-list-wrap .info-box .radio input[type=radio]:checked + label span {
  color: #517c09;
}

.cart-list-wrap .info-box .radio label:before {
  top: 4px;
}

.cart-list-wrap .web {
  display: block;
}

.cart-list-wrap .btn-area {
  margin-top: 50px;
}

.cart-list-wrap .btn-area .btn {
  width: 240px;
}

.cart-list-wrap .col1 .title strong {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cart-list-box {
  display: flex;
}

.cart-list-box .left {
  width: calc(100% - 300px);
}

.cart-list-box .right {
  width: 260px;
  margin-left: 40px;
  margin-top: 60px;
}

.cart-list-box .right .tbl-title-box span {
  display: block;
}

.cart-list-box .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.cart-list-box .top .checkbox label {
  font-weight: 500;
  font-size: 16px;
}

.cart-list-box .top .btn-delete {
  display: block;
  width: 98px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}

.cart-list-box .top .btn-delete:hover {
  background: #f8f8f8;
}

.tbl-title-box {
  min-height: 20px;
  border-top: 1px solid #517c09;
  font-size: 0;
}

.tbl-title-box span,
.tbl-title-box p {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #517c09;
  line-height: 60px;
}

.cart-item-list .btn-main {
  margin-top: 12px;
}

.cart-item-list.product,
.cart-item-list.goods {
  border-top: 1px solid #517c09;
}

.cart-item-list.product .price,
.cart-item-list.goods .price {
  color: #517c09;
}

.cart-item-list.product .nice-select .list,
.cart-item-list.goods .nice-select .list {
  left: 0;
  bottom: unset;
  /* display: flex; */
}

.cart-item-list.product .product-tag,
.cart-item-list.goods .product-tag {
  left: 63px;
  bottom: 37px;
  border-left: 37px solid transparent;
}

.cart-item-list.product .product-tag.green,
.cart-item-list.goods .product-tag.green {
  border-bottom: 37px solid #99cc41;
}

.cart-item-list.product .product-tag.red,
.cart-item-list.goods .product-tag.red {
  border-bottom: 37px solid #b90000;
}

.cart-item-list.product .product-tag span,
.cart-item-list.goods .product-tag span {
  left: -23px;
  top: 17px;
  font-size: 11px;
}

.cart-item-list.product .product-img,
.cart-item-list.goods .product-img {
  display: flex;
  align-items: center;
  width: 140px;
  margin-right: 30px;
}

.cart-item-list.product .checkbox label,
.cart-item-list.goods .checkbox label {
  padding-left: 40px;
}

.cart-item-list.product .col2,
.cart-item-list.goods .col2 {
  width: calc(100% - 170px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cart-item-list.product .product-info,
.cart-item-list.goods .product-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 15px;
}

.cart-item-list.product .product-info .list,
.cart-item-list.goods .product-info .list {
  position: unset;
  display: flex;
}

.cart-item-list.product .product-info .title,
.cart-item-list.goods .product-info .title {
  width: 100%;
  padding-left: 0;
  padding-bottom: 5px;
}

.cart-item-list.product .product-info .title strong,
.cart-item-list.goods .product-info .title strong {
  font-size: 18px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  text-align: left;
}
.cart-item-list.product .product-info .title strong .c-point,
.cart-item-list.goods .product-info .title strong .c-point {
  font-size: 18px;
  font-weight: 700;
}

.cart-item-list.product .total-box,
.cart-item-list.goods .total-box {
  font-weight: 700;
  color: #517c09;
  padding-left: 20px;
}

.cart-item-list.product .total-box span,
.cart-item-list.goods .total-box span {
  font-size: 16px;
  font-weight: 700;
  color: #517c09;
}

.cart-item-list.product .box,
.cart-item-list.goods .box {
  display: flex;
  align-items: center;
}

.cart-item-list.product .box .price,
.cart-item-list.goods .box .price {
  min-width: 160px;
  text-align: left;
}

.cart-item-list.product .items,
.cart-item-list.goods .items {
  border: none;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 15px 20px;
  flex-wrap: wrap;
}

.cart-item-list.product .items + .items,
.cart-item-list.goods .items + .items {
  margin-top: 0;
}

.cart-item-list.product .items .img,
.cart-item-list.goods .items .img {
  width: 100px;
  height: 100px;
}

.cart-item-list.goods .items .img {
  width: 120px;
  height: 60px;
}

.cart-item-list.goods .product-img {
  width: 160px;
}

.cart-item-list.goods .col2 {
  width: calc(100% - 190px);
}

.cart-item-list .items {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 59px 0;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-sizing: border-box;
  position: relative;
}

.cart-item-list .items .col1 {
  display: flex;
  align-items: center;
  padding-left: 20px;
  text-align: left;
}

.cart-item-list .items .col4 {
  text-align: center;
}

.cart-item-list .items .img {
  width: 110px;
  height: 110px;
}

.cart-item-list .items .title {
  width: calc(100% - 140px);
  padding-left: 20px;
}

.cart-item-list .items .title strong {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 17px;
}
.cart-item-list .items .title strong .c-point {
  font-weight: 700;
  font-size: 17px;
}

.cart-item-list .items .code {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.32px;
  color: #838383;
  margin-bottom: 5px;
}

.cart-item-list .items .code span {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.32px;
  color: #838383;
}

.cart-item-list .items .list {
  position: absolute;
  left: 47px;
  bottom: 30px;
  max-height: 333px;
  overflow-y: auto;
  padding-left: 10px;
}

.cart-item-list .items .list::-webkit-scrollbar {
  width: 5px;
}

.cart-item-list .items .list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.cart-item-list .items .list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  border-radius: 10px;
  border: 1px solid transparent;
}

.cart-item-list .items .list li {
  position: relative;
  /* display: inline-block; */
  padding: 0 10px;
  color: #989898;
  letter-spacing: -0.1px;
}

.cart-item-list .items .list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #e8e8e8;
}

.cart-item-list .items .list li span {
  color: #989898;
  letter-spacing: -0.1px;
}

.cart-item-list .items .price {
  font-weight: 700;
}

.cart-item-list .items .price strong {
  font-size: 16px;
  color: #517c09;
}

.cart-item-list .items .quantity {
  display: inline-block;
  width: 118px;
}

.cart-item-list .items .quantity + span {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.32px;
}

.cart-item-list .items .col7 .total-price strong {
  font-size: 22px;
}

.cart-item-list .items .total-price {
  font-weight: 700;
  font-size: 15px;
  color: #517c09;
}

.cart-item-list .items .total-price.disabled {
  color: #9d9d9d;
}

.cart-item-list .items .total-price.disabled strong {
  color: #9d9d9d;
  text-decoration: line-through;
}

.cart-item-list .items .total-price strong {
  font-size: 22px;
  color: #517c09;
  letter-spacing: -0.17px;
  padding-right: 3px;
}

.cart-item-list .items + .items {
  margin-top: 20px;
}

.cart-item-list .col1 {
  width: 50%;
}

.cart-item-list .col2 {
  width: 11%;
  text-align: center;
}

.cart-item-list .col3 {
  width: 22%;
  text-align: center;
}

.cart-item-list .col4 {
  width: 17%;
}

.cart-item-list .col5 {
  width: 100%;
}

.cart-item-list .col6 {
  width: 15%;
}

.cart-item-list .col7 {
  width: 18%;
}

.cart-item-list .col8 {
  width: 22%;
}

.cart-item-list .col9 {
  width: 23%;
  padding-right: 25px;
}

.cart-item-list .col10 {
  width: 55%;
}

.cart-item-list .col11 {
  width: 70%;
}

.cart-item-list .col12 {
  width: 47%;
}

.cart-item-list .col13 {
  width: 18%;
}

.cart-item-list .col14 {
  width: 35%;
}

.cart-item-list .col15 {
  width: 10%;
  text-align: center;
}

.cart-item-list .col16 {
  width: 45%;
}

.cart-item-list .col16 {
  width: 35%;
}

.cart-item-list .col17 {
  width: 15%;
}

.request-box {
  margin-top: 30px;
}

.request-box p {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}

.request-box textarea {
  padding: 20px;
  border-color: #e8e8e8;
  border-radius: 14px;
}

.total-area ul {
  padding: 20px 0 19px;
  border-top: 1px solid #e8e8e8;
}

.total-area ul li {
  display: flex;
  justify-content: space-between;
  line-height: 28px;
}

.total-area ul li p {
  font-weight: 500;
  font-size: 15px;
}

.total-area .order-total .tit {
  font-weight: 700;
  font-size: 20px;
}

.total-area .order-total .tit + p {
  font-weight: 700;
  font-size: 16px;
}

.total-area .order-total .tit + p span {
  font-size: 24px;
  color: #517c09;
  font-weight: 700;
}

.total-area .order-total.brd {
  border-bottom: 1px solid #517c09;
}

.total-area .point {
  padding: 10px 0 0;
  border-color: #517c09;
}

.total-area .point .tit {
  font-size: 14px;
  color: #989898;
}

.total-area .point .tit + p {
  font-size: 14px;
  color: #989898;
}

.total-area .point .tit + p span {
  font-size: 14px;
  color: #989898;
}

.total-area .btn-area {
  margin-top: 30px;
}

.total-area .btn-area .btn {
  flex: 1;
}

.total-area .desc-list {
  margin-top: 20px;
  padding: 0;
  border-top: none;
}

.total-area .desc-list li {
  line-height: 20px;
  color: #517c09;
}

.total-area .desc-list li + li {
  margin-top: 10px;
}

.goods-item-list .items {
  padding: 10px 0;
}

.setting-box {
  padding: 40px 0 30px;
  border-bottom: 1px solid #e8e8e8;
}

.setting-box dl {
  display: flex;
  align-items: center;
}

.setting-box dl dt {
  width: 151px;
}

.setting-box dl dt span {
  position: relative;
  font-weight: 700;
}

.setting-box dl dt.es span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #99cc41;
}

.setting-box dl dd {
  width: calc(100% - 151px);
}

.setting-box dl + dl {
  margin-top: 20px;
}

.setting-box dl.first dt span {
  font-size: 20px;
}

@media (max-width: 768px) {
  .request-box {
    padding: 0 20px 30px;
    border-bottom: none;
    margin-top: 26px;
  }
  .request-box p {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .request-box textarea {
    border-radius: 6px;
  }
  .cart-list-wrap {
    padding-bottom: 30px;
    margin-top: 23px;
  }
  .cart-list-wrap .layer-product-wrap .box {
    margin: 0 20px;
  }
  .cart-list-wrap .mr10 {
    margin-right: 0;
  }
  .cart-list-wrap .add-box {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 30px;
    margin: 30px 20px;
    border-bottom: 1px solid #f2f2f2;
  }
  .cart-list-wrap .add-box .sum-box {
    margin-right: 0;
  }
  .cart-list-wrap .add-box .sum-box input {
    font-size: 20px;
  }
  .cart-list-wrap .add-box .quantity {
    margin-right: 0;
    width: 115px;
  }
  .cart-list-wrap .add-box .select {
    padding: 0 9px 0 0;
    width: 82px;
  }
  .cart-list-wrap .add-box .nice-select span.current {
    font-size: 14px;
  }
  .cart-list-wrap .add-box .btn-area {
    padding: 0;
    width: 90px;
  }
  .cart-list-wrap .add-box .form-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .cart-list-wrap .add-box .form-box .select {
    height: 32px;
    line-height: 32px;
    background: #fff url(/assets/images/select_arrow_s.png) calc(100% - 11px) center no-repeat;
    background-size: 8px auto;
  }
  .cart-list-wrap .add-box .form-box::after {
    right: 82px;
  }
  .cart-list-wrap .add-box .form-box .input {
    height: 32px;
    padding: 0 9px;
    letter-spacing: normal;
    width: calc(100% - 82px);
  }
  .cart-list-wrap .add-box .form-box .input::-moz-placeholder {
    font-size: 14px;
  }
  .cart-list-wrap .add-box .form-box .input::placeholder {
    font-size: 14px;
  }
  .cart-list-wrap .add-box .tit {
    width: 100%;
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cart-list-wrap .col1 .list li {
    padding: 0 5px;
  }
  .cart-list-wrap .col1 .title {
    width: calc(100% - 110px);
  }
  .cart-list-wrap .ui-tab {
    margin: 20px 20px 0;
  }
  .cart-list-wrap .ui-tab .tabs {
    height: 40px;
    padding: 0;
  }
  .cart-list-wrap .ui-tab .tabs li {
    width: 50%;
  }
  .cart-list-wrap .ui-tab .tabs li.on {
    height: 40px;
  }
  .cart-list-wrap .ui-tab .tabs li a {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
  .cart-list-wrap .tab-cont {
    margin-top: 30px;
  }
  .cart-list-wrap .info-box {
    flex-wrap: wrap;
    margin: 0 20px 30px;
    padding: 20px;
  }
  .cart-list-wrap .info-box .form-box {
    width: 100%;
  }
  .cart-list-wrap .info-box .form-box .input {
    width: 100%;
  }
  .cart-list-wrap .info-box > div {
    width: 100%;
    text-align: left;
  }
  .cart-list-wrap .info-box > div:before {
    display: none;
  }
  .cart-list-wrap .info-box > div .title {
    margin-right: 0;
    padding-right: 0;
    width: 81px;
    font-size: 14px;
  }
  .cart-list-wrap .info-box > div .title + div {
    width: calc(100% - 82px);
    display: flex;
    justify-content: space-between;
  }
  .cart-list-wrap .info-box > div .title + div .radiobox {
    width: calc(50% - 5px);
  }
  .cart-list-wrap .info-box > div .title + div .radiobox label {
    width: 100%;
  }
  .cart-list-wrap .info-box > div + div {
    margin-top: 15px;
  }
  .cart-list-wrap .info-box .radio input[type=radio] + label span {
    font-size: 16px;
  }
  .cart-list-wrap .web {
    display: none;
  }
  .cart-list-wrap .no-result-box {
    margin: 30px 20px 0;
  }
  .cart-list-wrap .btn-area {
    margin-top: 30px;
    padding: 20px;
  }
  .cart-list-box {
    flex-direction: column;
  }
  .cart-list-box .left {
    width: 100%;
  }
  .cart-list-box .left .setting-box dl.first dt span {
    font-size: 18px;
  }
  .cart-list-box .right {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .cart-list-box .right .col5 {
    text-align: left;
  }
  .cart-list-box .top {
    margin-bottom: 20px;
    padding: 0 20px;
    align-items: flex-end;
  }
  .cart-list-box .top .checkbox label {
    font-size: 14px;
  }
  .cart-list-box .top .btn-delete {
    width: 74px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
  }
  .cart-list-box .title-box .col5 {
    font-size: 18px;
    text-align: left;
  }
  .cart-item-list {
    border-top: 1px solid #e8e8e8;
  }
  .cart-item-list.type01 .col4 .total-price {
    text-align: left;
  }
  .cart-item-list.product .nice-select,
  .cart-item-list.goods .nice-select {
    width: 85px;
  }
  .cart-item-list.product .product-tag,
  .cart-item-list.goods .product-tag {
    left: 103px;
  }
  .cart-item-list.product .product-info,
  .cart-item-list.goods .product-info {
    padding-bottom: 93px;
    display: block;
  }
  .cart-item-list.product .product-info .title strong,
  .cart-item-list.goods .product-info .title strong {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    line-height: 1.29;
    font-size: 17px;
    white-space: normal;
  }
  .cart-item-list.product .product-info .list,
  .cart-item-list.goods .product-info .list {
    text-align: left;
    display: block;
    padding-left: 0;
  }
  .cart-item-list.product .product-info .list li,
  .cart-item-list.goods .product-info .list li {
    padding: 0;
  }
  .cart-item-list.product .total-box,
  .cart-item-list.goods .total-box {
    padding-left: 20px;
  }
  .cart-item-list.product .col2,
  .cart-item-list.goods .col2 {
    width: calc(100% - 160px);
    min-height: 250px;
    justify-content: space-between;
    flex-direction: column;
  }
  .cart-item-list.product .box,
  .cart-item-list.goods .box {
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
  }
  .cart-item-list.product .box .price,
  .cart-item-list.goods .box .price {
    display: none;
  }
  .cart-item-list.product .product-img,
  .cart-item-list.goods .product-img {
    margin-right: 20px;
    align-items: flex-start;
    flex-direction: column;
    width: auto;
  }
  .cart-item-list.product .items,
  .cart-item-list.goods .items {
    position: relative;
    min-height: 297px;
    align-items: flex-start;
    padding: 30px 15px 15px 20px;
  }
  .cart-item-list.product .items .list li::before,
  .cart-item-list.goods .items .list li::before {
    display: none;
  }
  .cart-item-list.product .items .total-price,
  .cart-item-list.goods .items .total-price {
    text-align: right;
  }
  .cart-item-list.product .items .img,
  .cart-item-list.goods .items .img {
    width: 140px;
    height: 110px;
  }
  .cart-item-list.goods .box {
    padding-bottom: 0;
    border-bottom: none;
    bottom: 30px;
  }
  .cart-item-list.goods .items {
    min-height: 248px;
  }
  .cart-item-list.goods .col2 {
    width: calc(100% - 160px);
    min-height: 183px;
    justify-content: space-between;
    flex-direction: column;
  }
  .cart-item-list .items {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 30px 20px;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
  }
  .cart-item-list .items .col1 {
    width: 100%;
    align-items: flex-start;
    padding-left: 0;
  }
  .cart-item-list .items .col1 .checkbox {
    position: absolute;
    top: 30px;
    left: 20px;
  }
  .cart-item-list .items .col1 .list {
    top: 32%;
    left: 140px;
  }
  .cart-item-list .items .title {
    padding-left: 10px;
  }
  .cart-item-list .items .title strong {
    margin-bottom: 5px;
  }
  .cart-item-list .items .code {
    margin-top: 5px;
    text-align: left;
  }
  .cart-item-list .items .list li,
  .cart-item-list .items .list span {
    font-size: 12px;
  }
  .cart-item-list .items .quantity + span {
    font-size: 14px;
  }
  .cart-item-list .items .total-price strong {
    font-size: 22px;
  }
  .cart-item-list .items + .items {
    margin-top: 0;
  }
  .cart-item-list .col3 {
    width: 50%;
    margin-top: 10px;
    text-align: left;
  }
  .cart-item-list .col4 {
    width: 50%;
    text-align: right;
    margin-top: 10px;
  }
  .cart-item-list .col4 .total-price {
    text-align: right;
  }
  .total-area .btn-area {
    padding: 0;
  }
  .total-area ul li p {
    font-size: 14px;
  }
  .total-area .order-total {
    padding: 16px 0 15px 0;
  }
  .total-area .order-total .tit {
    font-size: 18px;
  }
  .total-area .order-total .tit + p span {
    font-size: 22px;
  }
  .total-area .desc-list {
    margin-top: 20px;
  }
  .total-area .desc-list li {
    font-size: 12px;
  }
  .total-area .desc-list li + li {
    margin-top: 3px;
  }
  .goods-item-list .items .col1 {
    align-items: center;
  }
  .setting-box {
    padding: 30px 20px;
    margin-top: 0;
    border-top: 0;
  }
  .setting-box .deliver-setting {
    width: 100%;
  }
  .setting-box dl dt {
    width: 64px;
  }
  .setting-box dl dd {
    width: calc(100% - 64px);
  }
  .setting-box dl.first {
    flex-direction: column;
    align-items: flex-start;
  }
  .setting-box dl.first dt {
    width: auto;
    margin-bottom: 20px;
  }
  .setting-box dl + dl {
    margin-top: 12px;
  }
}
/* 장바구니 - 주문완료 */
.order-finish-wrap .title-cont {
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
}

.order-finish-wrap .order-finish {
  margin-top: 30px;
  padding: 67px 0 66px 0;
  background: #f8f8f8;
  border-radius: 14px;
  text-align: center;
}

.order-finish-wrap .order-finish strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
}

.order-finish-wrap .order-finish .txt {
  margin-bottom: 40px;
  font-size: 18px;
}

.order-finish-wrap .order-finish .order-num {
  font-weight: 700;
  font-size: 22px;
  color: #517c09;
}

.order-finish-wrap .order-finish .order-num span {
  font-weight: 700;
  font-size: 22px;
  color: #517c09;
}

.order-finish-wrap .btn-area {
  margin-top: 40px;
}

.order-finish-wrap .btn-area .btn {
  width: 240px;
}

@media (max-width: 768px) {
  .order-finish-wrap {
    padding-bottom: 50px;
    margin-top: 23px;
  }
  .order-finish-wrap .title-cont {
    width: 100%;
    padding-bottom: 20px;
    text-align: left;
  }
  .order-finish-wrap .order-finish {
    margin: 30px 20px 0;
  }
  .order-finish-wrap .order-finish strong {
    font-size: 20px;
  }
  .order-finish-wrap .order-finish .txt {
    padding: 0 73px 0 74px;
    margin-bottom: 18px;
    font-size: 14px;
    word-break: keep-all;
    letter-spacing: -0.28px;
  }
  .order-finish-wrap .order-finish .order-num {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .order-finish-wrap .order-finish .order-num span {
    font-size: 18px;
  }
  .order-finish-wrap .btn-area {
    margin-top: 30px;
    padding: 0 20px;
  }
  .order-finish-wrap .btn-area .btn {
    flex: 1;
  }
}
/* 마이페이지 */
.mypage-wrap .btn-main {
  color: #fff;
  border: solid 1px #517c09;
  background-color: #517c09;
}

.mypage-wrap .title-cont {
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}

.mypage-wrap .paging {
  margin-top: 50px;
}

.mypage-wrap .web {
  display: block;
}

.mypage-wrap .mo {
  display: none;
}

.mypage-area {
  display: flex;
  padding-top: 30px;
}

.mypage-area table.member-info .form-box {
  width: 500px;
}

.mypage-area table.member-info .form-box .input {
  font-size: 16px;
  font-weight: 500;
}

.mypage-area table.member-info .form-list {
  display: flex;
  margin-top: 0;
}

.mypage-area table.member-info .form-list + .form-list {
  margin-top: 10px;
}

.mypage-area table.member-info a.btn-plus {
  background: url(/assets/images/btn_plus.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 36px;
  height: 36px;
  margin-left: 20px;
}

.mypage-area table.member-info a.btn-plus:hover {
  background: url(/assets/images/btn_plus_over.png) no-repeat 0 0;
  background-size: contain;
}

.mypage-area table.member-info a.btn-minus {
  left: 0;
  background: url(/assets/images/btn_minus.png) no-repeat 0 0;
  background-size: contain;
  width: 36px;
  height: 36px;
  margin-left: 20px;
}

.mypage-area table.member-info a.btn-minus:hover {
  background: url(/assets/images/btn_minus_over.png) no-repeat 0 0;
  background-size: contain;
}

.mypage-area .lnb {
  width: 260px;
  padding-right: 100px;
}

.mypage-area .mypage-content {
  width: calc(100% - 260px);
}

.mypage-area .mypage-content .web {
  display: block;
}

.mypage-area .mypage-content .cart-item-list .price strong {
  font-size: 18px;
}

.lnb ul li a {
  display: block;
  padding: 16px 0;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -1.5px;
}

.lnb ul li:first-child a {
  padding-top: 0;
}

.lnb ul li.on a {
  position: relative;
  color: #517c09;
}

.lnb ul li.on a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #517c09;
}

.lnb .swiper-wrapper {
  flex-wrap: wrap;
  height: auto;
}

.mypage-content .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
}

.mypage-content > .btn-area {
  margin-top: 50px;
  padding: 0 20px;
}

.mypage-content > .btn-area .btn {
  width: 200px;
}

.mypage-content .select-box .btn-area .btn {
  width: 128px;
}

.mypage-content .text-btn > span {
  width: auto;
  padding-right: 20px;
}

.mypage-content .text-btn .btn-area {
  width: auto;
}

.text-btn {
  display: flex;
  align-items: center;
}

.text-btn > span {
  width: 124px;
}

.text-btn .btn-area {
  display: inline-block;
}

@media (max-width: 768px) {
  .mypage-content.detail .cart-item-list .items .code {
    display: none;
  }
  .mypage-wrap .btn-area {
    justify-content: flex-start;
  }
  .mypage-wrap .title-cont {
    width: 100%;
    text-align: left;
    border-bottom: 0;
    margin-top: 20px;
    border-bottom: 1px solid #e8e8e8;
  }
  .mypage-wrap .web {
    display: none;
  }
  .mypage-wrap .mo {
    display: block;
  }
  .mypage-wrap .btn-more {
    margin-bottom: 50px;
  }
  .mypage-area {
    flex-direction: column;
    padding-top: 20px;
  }
  .mypage-area table.member-info .form-box {
    width: unset;
  }
  .mypage-area table.member-info .form-list .form-box {
    width: calc(100% - 52px);
  }
  .mypage-area table.member-info a.btn-plus,
  .mypage-area table.member-info a.btn-minus {
    margin-left: 16px;
  }
  .mypage-area .lnb {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .mypage-area .cart-item-list + .title-area + .row-table {
    border-bottom: 1px solid #e8e8e8;
  }
  .mypage-area .mypage-content {
    width: 100%;
  }
  .mypage-area .mypage-content .order-detail-box.type02 div,
  .mypage-area .mypage-content .order-detail-box.type01 div {
    width: 100%;
  }
  .mypage-area .mypage-content .web {
    display: none;
  }
  .mypage-area .mypage-content.list {
    padding: 0;
  }
  .mypage-area .mypage-content.list .tbl-board-type table tbody td {
    line-height: 25px;
  }
  .mypage-area .mypage-content.list .txt {
    margin-top: 0;
    padding: 20px 0 0 20px;
  }
  .mypage-area .mypage-content.detail {
    padding: 0;
  }
  .mypage-area .mypage-content.detail .txt {
    margin-top: 0;
    padding: 20px 0 0 20px;
  }
  .mypage-area .mypage-content .text-btn span {
    font-size: 13px;
    letter-spacing: -0.13px;
    padding-right: 7px;
  }
  .mypage-area .mypage-content .btn-paste {
    content: "";
    background: url(/assets/images/btn_paste.png) no-repeat;
    width: 14px;
    height: 16px;
    background-size: contain;
  }
  .mypage-area .mypage-content .row-table {
    border-bottom: none;
  }
  .mypage-area .mypage-content .row-table.member-info tr {
    display: flex;
    align-items: center;
  }
  .mypage-area .mypage-content .row-table.member-info tr th span {
    line-height: inherit;
  }
  .mypage-area .mypage-content .row-table.member-info th {
    display: flex;
    align-items: center;
  }
  .mypage-area .mypage-content .row-table.member-info td {
    width: calc(100% - 98px);
  }
  .mypage-area .mypage-content .row-table tbody {
    display: block;
    padding: 20px 0;
  }
  .mypage-area .mypage-content .row-table tr {
    display: flex;
    align-items: center;
  }
  .mypage-area .mypage-content .row-table tr th {
    min-height: 60px;
    vertical-align: middle;
    padding: 0 0 0 20px;
  }
  .mypage-area .mypage-content .row-table tr th span {
    line-height: 60px;
  }
  .mypage-area .mypage-content .row-table tr td {
    width: calc(100% - 98px);
    padding: 0px 20px 0px 0;
  }
  .mypage-area .mypage-content .row-table + .btn-area:last-child {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .lnb ul li a {
    height: 44px;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 44px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    text-align: center;
    border-radius: 22px;
  }
  .lnb ul li.on a {
    color: #99cc41;
    border-color: #99cc41;
  }
  .lnb ul li.on a:before {
    display: none;
  }
  .lnb .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .text-btn {
    justify-content: space-between;
  }
  .text-btn .btn-area {
    text-align: right;
  }
  .text-btn .btn {
    height: 40px;
    line-height: 40px;
  }
}
/* 비밀번호 변경 */
.pop-pw-change .pop-order-box {
  width: 663px;
}

.pop-pw-change .txt-info {
  position: relative;
  margin-top: 4px;
  padding-left: 13px;
  font-size: 12px;
  color: #517c09;
  letter-spacing: -0.5px;
}

.pop-pw-change .txt-info:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 9px;
  height: 7px;
  background: url(/assets/images/icon_info.png) no-repeat center top;
  background-size: contain;
}

.pop-pw-change .row-table tr td {
  padding-left: 13px;
}

.pop-pw-change .text-info02 {
  margin-top: 20px;
  padding-left: 9px;
  font-size: 14px;
  color: #989898;
}

.pop-pw-change .text-info02:before {
  content: "*";
  margin-left: -6px;
}

.pop-pw-change .pop-bottom .btn {
  width: 157px;
}

@media (max-width: 768px) {
  .pop-pw-change .pop-order-box {
    width: 100%;
    height: auto;
    min-height: 80vh;
  }
  .pop-pw-change .text-info02 {
    font-size: 12px;
  }
}
/* 주문내역 */
.select-box {
  padding: 30px 40px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
}

.select-box .row {
  display: flex;
  align-items: center;
}

.select-box .row .items {
  width: calc(100% - 102px);
}

.select-box .row + .row {
  margin-top: 20px;
}

.select-box .row.first .select {
  width: 190px;
}

.select-box .col {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  padding-right: 40px;
}

.select-box .col:last-child {
  margin-right: -40px;
}

.select-box .col > div:not(.tit) {
  width: calc(100% - 102px);
}

.select-box .tit {
  width: 102px;
  font-weight: 700;
  font-size: 16px;
}

.select-box .tit.green {
  color: #517c09;
}

.select-box .item-date {
  display: flex;
}

.select-box .item-date .date-box {
  margin-right: 10px;
}

.select-box .bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #f2f2f2;
}

.select-box .mo {
  display: none;
}

.date-radio {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 44px;
  margin-left: -4px;
}

.date-radio input[type=radio] {
  display: none;
}

.date-radio input[type=radio] + label {
  display: block;
  height: 44px;
  line-height: 44px;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
  border: 1px solid #cccccc;
  margin-left: -1px;
  text-align: center;
  box-sizing: border-box;
}

.date-radio input[type=radio]:checked + label {
  position: relative;
  border-color: #517c09;
  background-color: #f4faeb;
  color: #517c09;
  z-index: 10;
}

.date-radio:nth-child(1) {
  margin-left: 0;
}

.date-radio:nth-child(1) label {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.date-radio:nth-child(5) label {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* 주문내역 */
.my-order-list {
  margin-top: 10px;
}

.my-order-list .items {
  min-height: 146px;
  padding: 32px 0 30px;
}

.my-order-list .items > div:not(.col8) {
  text-align: center;
}

.my-order-list .items > div.col10 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
}

.my-order-list .col10 {
  width: 59%;
}

.my-order-list .date-list li {
  font-weight: 500;
  font-size: 16px;
}

.my-order-list .order-num {
  padding: 0 10px;
}

.my-order-list .order-num .num {
  font-weight: 500;
  font-size: 16px;
  color: #517c09;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.my-order-list .order-num span {
  display: block;
  font-weight: 500;
  line-height: 1.25;
  padding-top: 3px;
  padding-bottom: 15px;
  color: #517c09;
}

.my-order-list .order-num .btn-detail {
  font-size: 14px;
  font-weight: 700;
}

.my-order-list .order-num .btn-detail:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 6px;
  background: url(/assets/images/icon_arr_black.png) no-repeat center center;
  background-size: contain;
}

.my-order-list .info-box {
  padding: 0 10px;
}

.my-order-list .info-box .tit {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.my-order-list .info-box .tit .c-point {
  font-weight: 700;
  font-size: 18px;
}

.my-order-list .info-box .info-list li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.32px;
}

.my-order-list .info-box .info-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #e8e8e8;
}

.my-order-list .info-box .info-list li:first-child {
  padding-left: 0;
}

.my-order-list .info-box .info-list li:first-child::before {
  display: none;
}

.my-order-list .info-box .info-list li span {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.36px;
  color: #517c09;
}

.my-order-list .info-box .info-list li em {
  font-weight: 700;
  font-size: 16px;
}

.my-order-list .info-box .info-list li.web {
  display: block;
}

.my-order-list .total-price {
  font-size: 16px;
}

.my-order-list .total-price strong {
  font-size: 22px;
}

.my-order-list .order-state {
  display: flex;
  align-items: center;
  justify-content: end;
}

.my-order-list .order-state .tit {
  padding-right: 30px;
  font-weight: 600;
  color: #517c09;
}

.my-order-list .order-state .tit.cancel {
  color: #989898;
}

.my-order-list .order-state .btns a {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  font-weight: 700;
  text-align: center;
}

.my-order-list .order-state .btns a.green {
  border-color: #517c09;
  background: #517c09;
  color: #fff;
}

.my-order-list .order-state .btns a + a {
  margin-top: 10px;
}

.my-order-list.type01 {
  margin-top: 50px;
}

.my-order-list.type01 .col1 {
  width: 13%;
  padding-left: 30px;
}

.my-order-list.type01 .col2 {
  width: 16%;
}

.my-order-list.type01 .col3 {
  width: 28%;
}

.my-order-list.type01 .col4 {
  width: 20%;
}

.my-order-list.type01 .col5 {
  width: 23%;
  padding-right: 28px;
}

@media (max-width: 768px) {
  .select-box {
    padding: 20px 20px 0;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #e8e8e8;
  }
  .select-box .row:nth-child(1) {
    flex-direction: column;
    align-items: start;
  }
  .select-box .row .items {
    width: 100%;
  }
  .select-box .row .items .date-box {
    margin-right: 0;
  }
  .select-box .tit {
    font-size: 14px;
  }
  .select-box .item-date {
    margin-top: 10px;
    flex-direction: column;
  }
  .select-box .date-radio {
    width: 20%;
  }
  .select-box .datepicker-group {
    margin-top: 10px;
  }
  .select-box .datepicker-group .datepicker-box {
    flex: 1;
  }
  .select-box .datepicker-group .input {
    width: 100%;
  }
  .select-box .bottom {
    margin-top: 0;
    border-top: 0;
  }
  .select-box .mo {
    display: block;
  }
  .mypage-content.detail .my-order-list .items > div {
    width: 100%;
  }
  .my-order-list {
    border-color: #517c09;
  }
  .my-order-list.type01 {
    margin-top: 10px;
  }
  .my-order-list.type01 .items > div {
    width: 100%;
  }
  .my-order-list.type01 .items > div.col1 {
    padding-left: 0;
  }
  .my-order-list.type01 .items > div.col5 {
    padding-right: 0;
  }
  .my-order-list .tbl-title-box {
    display: none;
  }
  .my-order-list .items {
    position: relative;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 30px 20px;
  }
  .my-order-list .items > div:not(.col8) {
    text-align: left;
  }
  .my-order-list .items > div.col2 {
    padding-left: 0;
  }
  .my-order-list .items > div.col9 {
    padding-right: 0;
  }
  .my-order-list .items > div.col10 {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    width: 100%;
  }
  .my-order-list .items .img {
    position: absolute;
    top: calc(50% - 88px);
    left: 20px;
  }
  .my-order-list .date-list li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .my-order-list .date-list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #e8e8e8;
  }
  .my-order-list .date-list li:first-child {
    padding-left: 0;
  }
  .my-order-list .date-list li:first-child::before {
    display: none;
  }
  .my-order-list .order-num {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0;
  }
  .my-order-list .order-num .btn-detail {
    font-weight: 700;
  }
  .my-order-list .order-num .num {
    display: flex;
    align-items: center;
  }
  .my-order-list .order-num .num span {
    padding: 0 0 0 10px;
  }
  .my-order-list .info-box {
    padding: 0;
  }
  .my-order-list .info-box .tit {
    margin-bottom: 5px;
    padding-left: 0;
  }
  .my-order-list .info-box .info-list li {
    font-size: 14px;
  }
  .my-order-list .info-box .info-list li span {
    font-size: 22px;
  }
  .my-order-list .info-box .info-list li em {
    font-size: 14px;
  }
  .my-order-list .order-state {
    flex-direction: column;
    align-items: start;
    margin-top: 20px;
  }
  .my-order-list .order-state .tit {
    padding-right: 0;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .my-order-list .order-state .btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
  .my-order-list .order-state .btns a {
    width: 50%;
    max-width: 162px;
  }
  .my-order-list .order-state .btns a + a {
    margin: 0 0 0 11px;
  }
  .my-order-list .total-price {
    padding-top: 20px;
    padding-left: 120px;
  }
}
/* 주문내역-상세 */
.mypage-wrap .mypage-content.detail .col10 {
  width: 54%;
}

.mypage-wrap .mypage-content.detail .col7 {
  width: 20%;
}

.mypage-wrap .mypage-content.detail .col9 {
  width: 26%;
}

.mypage-content .select-box .col > div:not(.tit) {
  width: calc(100% - 87px);
}

.mypage-content .select-box .tit {
  width: 87px;
}

.mypage-content.detail .col10 {
  padding-left: 0;
}

.mypage-content.detail .col10 > div:not(.img) {
  display: flex;
  align-items: center;
  width: calc(100% - 110px);
}

.mypage-content.detail .col10 .info-box {
  padding-left: 20px;
  text-align: left;
}

.mypage-content.detail .col10 .info-box .tit {
  padding-left: 0;
}

.mypage-content.detail .col10 .de-list {
  padding-left: 20px;
}

.mypage-content.detail .col10 .info-list {
  margin-bottom: 5px;
}

.mypage-content.detail .row-table {
  margin-top: 20px;
}

.mypage-content.detail .txt {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #989898;
}

.mypage-content .row-table td.price {
  color: #517c09;
  font-weight: 700;
  font-size: 16px;
}

.mypage-content .row-table td.price strong {
  font-size: 22px;
  color: #517c09;
}

.order-detail-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 5px 40px 30px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-sizing: border-box;
}

.order-detail-box .order-detail-select {
  height: 26px;
}

.order-detail-box .select {
  width: 180px;
  height: 44px;
}

.order-detail-box .select .current {
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
}

.order-detail-box .select .list {
  left: -1px;
  border-radius: 8px;
  width: 100%;
}

.order-detail-box .select .option {
  padding: 14px 14px 13px 14px !important;
}

.order-detail-box.type01 div {
  display: flex;
  align-items: center;
}

.order-detail-box.type01 div .tit {
  min-width: 85px;
}

.order-detail-box.type01 div:nth-child(2) {
  width: 66%;
}

.order-detail-box.type02 div.order-num,
.order-detail-box.type02 div.order-date {
  width: 41%;
}

.order-detail-box.type02 div.state,
.order-detail-box.type02 div.date {
  width: 27%;
}

.order-detail-box.type02 div.ERP,
.order-detail-box.type02 div.center {
  width: 32%;
}

.order-detail-box > div {
  width: 33.333%;
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.order-detail-box > div p {
  display: inline-block;
  font-weight: bold;
}

.order-detail-box > div p.tit {
  padding-right: 15px;
  font-size: 16px;
  color: #989898;
  min-width: 79px;
}

.order-detail-box > div p.cont {
  font-size: 18px;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.order-detail-box > div p.cont.green {
  color: #517c09;
}

.order-detail-box > div p.cont span {
  font-size: 18px;
  font-weight: 700;
}

.title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.title-area .title {
  margin-bottom: 0;
}

.title-area .btn-area {
  width: auto;
}

.title-area .btn-area .btn {
  width: 189px;
}

.title-area + .my-order-list {
  margin-top: 20px;
}

.title-area .total-count {
  font-weight: 700;
  font-size: 18px;
}

.title-area .total-count span {
  font-weight: 700;
  font-size: 18px;
  color: #517c09;
}

.de-list ul li {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}

.de-list ul li + li {
  margin-top: 5px;
}

.de-list ul li span {
  font-weight: 500;
  font-size: 16px;
}

.btn-print {
  width: 82px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #f8f8f8;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 14px;
  color: #989898;
  text-align: center;
}

.mt20 {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .mypage-content .no-result-box {
    margin: 40px 20px 0;
  }
  .mypage-content .select {
    padding: 0 20px 0 10px;
  }
  .mypage-content .form-box input {
    padding: 0 10px;
  }
  .mypage-content .select-box .nice-select .current {
    font-size: 14px;
  }
  .mypage-content .select-box .nice-select .option {
    font-size: 14px;
  }
  .mypage-content.detail .title-area .btn-area .btn {
    width: unset;
    padding: 0 25px;
  }
  .mypage-content.detail .order-state .tit {
    position: absolute;
    top: calc(50% + 22px);
    left: 20px;
  }
  .mypage-content.detail .col10 > div:not(.img) {
    display: flex;
    flex-wrap: wrap;
  }
  .mypage-content.detail .col10 > div:nth-child(2) {
    width: 100%;
    padding-left: 120px;
  }
  .mypage-content.detail .col10 .info-box {
    width: 100%;
    padding-left: 0;
  }
  .mypage-content.detail .col10 .info-box .tit {
    margin-bottom: 20px;
  }
  .mypage-content.detail .col10 .info-list li span {
    font-size: 18px;
    font-weight: 700;
  }
  .mypage-content.detail .col10 .de-list {
    display: block;
    margin-top: 20px;
    padding-left: 0;
  }
  .mypage-content.detail .col10 .de-list li {
    font-size: 14px;
  }
  .mypage-content.detail .col10 .de-list li span {
    font-size: 14px;
  }
  .mypage-content.list .select-box .tit {
    width: 110px;
  }
  .order-detail-box {
    flex-direction: column;
    align-items: start;
    margin: 0 20px;
    padding: 20px 20px;
  }
  .order-detail-box .order-detail-select {
    height: auto;
  }
  .order-detail-box .select {
    width: 162px !important;
    height: 40px;
  }
  .order-detail-box .select .current {
    line-height: 40px;
    font-size: 14px;
  }
  .order-detail-box .select .option {
    font-size: 14px;
  }
  .order-detail-box > div {
    margin-top: 0;
    width: 100%;
  }
  .order-detail-box > div p.tit {
    min-width: 96px;
    font-size: 14px;
  }
  .order-detail-box > div p.cont {
    font-size: 14px;
    white-space: normal;
  }
  .order-detail-box > div p.cont span {
    font-size: 14px;
  }
  .order-detail-box > div + div {
    margin-top: 12px;
  }
  .order-detail-box > div:first-child {
    margin-top: 0;
  }
  .title-area {
    padding: 0 20px;
  }
  .title-area .title {
    font-size: 18px;
  }
  .title-area .btn-area .btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
/* 메인 - 공지안내 팝업 */
.pop-notice-box .pop-content {
  position: relative;
  padding: 40px 0 0;
}

.pop-notice-box .pop-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.pop-notice-box .pop-bottom label {
  font-weight: 700;
}

.pop-notice-box .pop-bottom .btn-area {
  width: auto;
}

.pop-notice-box .swiper-pagination-fraction {
  top: 63px;
  right: 31px;
  left: auto;
  width: auto;
  color: #cccccc;
  font-size: 12px;
}

.pop-notice-box .swiper-pagination-fraction span {
  font-size: 12px;
  color: #cccccc;
}

.pop-notice-box .swiper-pagination-fraction span.swiper-pagination-current {
  font-weight: 700;
}

.pop-notice-box .swiper-button-prev {
  left: -58px;
  width: 38px;
  height: 38px;
  background: url(/assets/images/icon_slide_prev.png) no-repeat center top;
  background-size: contain;
}

.pop-notice-box .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.pop-notice-box .swiper-button-next {
  right: -58px;
  width: 38px;
  height: 38px;
  background: url(/assets/images/icon_slide_next.png) no-repeat center top;
  background-size: contain;
}

.pop-notice-box .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.pop-notice-box .swiper-slide {
  width: 100% !important;
  padding: 0 30px;
  max-height: 382px;
  overflow-y: auto;
  touch-action: auto;
}

.pop-notice-box .swiper-slide::-webkit-scrollbar {
  width: 16px;
}

.pop-notice-box .swiper-slide::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 10px;
  border: 5px solid #fff;
}

.pop-notice-box .notice-content-area .header {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.pop-notice-box .notice-content-area .header .tit {
  font-weight: 700;
  font-size: 16px;
}

.pop-notice-box .notice-content-area .header .date {
  font-weight: 500;
  font-size: 12px;
  color: #9d9d9d;
}

.pop-notice-box .notice-content-area .cont {
  padding: 10px 0 30px;
}

.pop-notice-box .read-more {
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}

@media (max-width: 768px) {
  .pop-notice-box .swiper-button-prev {
    left: -19px;
  }
  .pop-notice-box .swiper-button-next {
    right: -19px;
  }
}
/* 주문내역 - 결제정보 팝업 */
.pop-order-info .small-title {
  margin-bottom: 20px;
}

.pop-order-info .row-table + .small-title {
  margin-top: 40px;
}

.pop-order-info .col10 {
  width: 60%;
}

.pop-order-info .col9 {
  width: 22%;
  padding-right: 0;
}

.pop-order-info .col9 .order-state {
  justify-content: center;
}

.pop-order-info .col9 .order-state .tit {
  padding-right: 0;
}

.pop-order-info .order-price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 15px 0;
  border-radius: 14px;
  background: #f8f8f8;
  text-align: center;
}

.pop-order-info .order-price strong {
  margin-right: 70px;
  font-weight: 700;
  font-size: 18px;
}

.pop-order-info .order-price p {
  font-weight: 700;
  font-size: 18px;
}

.pop-order-info .order-price p span {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.48px;
  color: #db0000;
}

/* 즐겨찾기 */
.mypage-bookmark .card-tab .deliver,
.mypage-bookmark .card-tab .date {
  margin-right: 10px;
}

.mypage-bookmark .card-tab .btn {
  margin-left: 15px;
}

.mypage-bookmark .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mypage-bookmark .top .btn-area {
  width: auto;
}

.mypage-bookmark .card-tab {
  width: 100%;
  margin-bottom: 23px;
}

.mypage-bookmark .checkbox.all label {
  font-size: 16px;
  font-weight: 500;
}

.mypage-bookmark .checkbox.all label::before {
  top: 3px;
}

.mypage-bookmark .product-list-box {
  margin-top: 20px;
  border-top: 1px solid #517c09;
}
.mypage-bookmark .product-list-box .total-box .price {
  font-size: 18px;
}
.mypage-bookmark .product-list-box .total-box .price span {
  font-size: 13px;
}

.mypage-bookmark .product-list-box.img {
  display: none;
}

.mypage-bookmark .product-list-box.list {
  margin-top: 15px;
}
.mypage-bookmark .product-list-box.list.barcode-on .product-img {
  margin: 8px 20px 29px 10px;
}
.mypage-bookmark .product-list-box.list .product-img {
  margin: 0 20px 8px 10px;
}

.mypage-bookmark .product-list-box.list .product-barcode {
  margin-top: 9px;
}

.mypage-bookmark .product-list-box.list .product-barcode > li {
  display: -webkit-inline-box;
  line-height: 14px;
}

.mypage-bookmark .product-list-box.list.barcode-on .list > li {
  min-height: 139px;
}

.mypage-bookmark .product-list-box.list .product-tag {
  bottom: 37px;
  left: 83px;
}

.mypage-bookmark .product-list-box.list .total-box {
  margin: 0 0 6px 30px;
  display: flex;
  column-gap: 10px;
}

.mypage-bookmark .product-list-box.list .btn-add-cart,
.mypage-bookmark .product-list-box.list .btn-direct {
  top: unset;
  bottom: 10px;
}

.mypage-bookmark .product-list-box.list .product-stock {
  width: 160px;
  padding-bottom: 8px;
  margin-right: 0;
}

.mypage-bookmark .product-list-box.list .btn-bookmark {
  position: relative;
  bottom: calc(50% - 11px);
  right: unset;
  top: unset;
}

.mypage-bookmark .product-list-box.list .checkbox {
  height: 100%;
  display: flex;
  align-items: center;
}

.mypage-bookmark .product-list-box.list .product-name {
  position: absolute;
  width: calc(100% - 238px);
  margin-right: 0;
  left: 216px;
  top: 15px;
  display: unset;
}

.mypage-bookmark .product-list-box.list .product-name span {
  display: block;
  white-space: nowrap;
  width: 100%;
  height: inherit;
}

.mypage-bookmark .product-list-box.list .list {
  margin-left: 0;
}

.mypage-bookmark .product-list-box.list .list > li {
  padding: 20px 20px 20px 0;
  height: 105px;
  align-items: flex-end;
  margin-left: 0;
  min-height: 116px;
}

.mypage-bookmark .product-list-box.list .list .nice-select .list li {
  height: auto;
}

@media (max-width: 768px) {
  .mypage-bookmark .top {
    padding: 0 20px;
  }
  .mypage-bookmark .top .btn-area .btn2 {
    width: 90px;
    height: 40px;
    line-height: 40px;
  }
  .mypage-bookmark .checkbox.all label {
    font-size: 14px;
  }
  .mypage-bookmark .checkbox.all label::before {
    top: 1px;
  }
  .mypage-bookmark .card-tab-area .card-tab {
    margin-bottom: 30px;
  }
  .mypage-bookmark .product-list-box {
    padding-top: 0;
    margin-top: 10px;
  }
  .mypage-bookmark .product-list-box .product-name {
    margin-top: 35px;
  }
  .mypage-bookmark .product-list-box .product-barcode li {
    font-size: 14px;
  }
  .mypage-bookmark .product-list-box .product-barcode li span {
    font-size: 14px;
  }
  .mypage-bookmark .product-list-box.list {
    display: none;
  }
  .mypage-bookmark .product-list-box.img {
    display: block;
    border-top: 1px solid #517c09;
  }
}
/* 반품 */
.return-wrap table .tit {
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.return-wrap .tbl-board-type {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .return-wrap .tbl-board-type {
    border-bottom: 1px solid #e8e8e8;
  }
}
/* 포인트 이용안내 팝업 */
.point-agree-box .pop-scroll {
  height: 711px;
}

.point-agree-box .point-list {
  text-indent: -20px;
  padding-left: 20px;
}

.point-agree-box .point-list li {
  padding: 19px 0 18px;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -1px;
}

.point-agree-box .point-list li:first-child {
  padding-top: 0;
}

.point-agree-box .point-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

@media (max-width: 768px) {
  .point-agree-box {
    height: calc(100vh - 150px) !important;
  }
  .point-agree-box .pop-scroll {
    height: calc(100vh - 223px);
  }
  .point-agree-box .pop-content {
    padding: 20px;
  }
  .point-agree-box .point-list li {
    padding: 20px 0;
    font-size: 14px;
  }
  .point-agree-box .point-list li:first-child {
    padding-top: 0;
  }
  .point-agree-box .point-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
/* 포인트 관리 */
.point-admin .td-point span {
  font-size: 14px;
}

.point-admin .select-box .btn-area {
  justify-content: end;
}

.point-admin .tbl-board-type .order-num,
.point-admin .tbl-board-type .td-point {
  word-break: break-all;
}

.point-admin .tbl-board-type .red {
  color: #db0000;
}

.point-admin .tbl-board-type .red span {
  color: #db0000;
}

.point-admin .tbl-board-type table tbody td {
  padding: 14px 5px;
  vertical-align: middle;
}

.point-admin .star-list {
  margin-top: 12px;
}

.point-info-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-sizing: border-box;
}

.point-info-box > div {
  width: 50%;
  position: relative;
  padding: 30px 40px;
}

.point-info-box > div p {
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
}

.point-info-box > div strong {
  font-weight: 700;
  font-size: 20px;
}

.point-info-box > div strong.green {
  color: #517c09;
}

.point-info-box > div .btn-view {
  position: absolute;
  top: 33px;
  right: 40px;
  color: #989898;
  font-size: 14px;
  font-weight: 500;
}

.point-info-box > div .btn-view:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 6px;
  height: 10px;
  background: url(/assets/images/icon_arr_gray.png) no-repeat center top;
  background-size: contain;
}

.point-info-box > div:nth-child(1) {
  border-right: 1px solid #f2f2f2;
}

.star-list li {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.32px;
  line-height: 26px;
  color: #989898;
}

.star-list li:before {
  content: "*";
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .point-admin .select-box {
    padding: 30px 20px 0;
    border: 0;
  }
  .point-admin .select-box .datepicker-group {
    margin-top: 0;
  }
  .point-admin .select-box .btn-area {
    margin-top: 20px;
  }
  .point-admin .tbl-board-type tr {
    display: flex;
    flex-wrap: wrap;
  }
  .point-admin .tbl-board-type .date {
    width: 100%;
    order: 1;
    padding-top: 0;
  }
  .point-admin .tbl-board-type .order-num {
    order: 2;
    width: calc(100% - 120px);
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 0;
    padding-bottom: 0;
  }
  .point-admin .tbl-board-type .kind {
    order: 3;
    width: 40px;
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
  }
  .point-admin .tbl-board-type .order-type {
    order: 4;
    text-align: right;
    width: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .point-admin .tbl-board-type .td-point {
    order: 6;
    width: 50%;
    text-align: right;
    padding-top: 7px;
    padding-bottom: 0;
  }
  .point-admin .tbl-board-type .td-point {
    font-weight: 700;
  }
  .point-admin .tbl-board-type .td-point span {
    font-size: 12px;
  }
  .point-admin .tbl-board-type .end-date {
    width: 50%;
    order: 5;
    padding-top: 7px;
    padding-bottom: 0;
  }
  .point-admin .tbl-board-type .end-date span {
    display: inline-block;
    padding-right: 10px;
    color: #2e2e2e;
  }
  .area {
    padding: 22px 20px 0;
    border-top: 1px solid #e8e8e8;
  }
  .star-list {
    padding: 0 20px;
  }
  .point-info-box {
    flex-direction: column;
    align-items: start;
    margin-bottom: 0;
  }
  .point-info-box > div {
    width: 100%;
    padding: 20px;
  }
  .point-info-box > div p {
    font-size: 14px;
    letter-spacing: -0.2px;
  }
  .point-info-box > div strong {
    font-size: 18px;
    letter-spacing: -0.27px;
  }
  .point-info-box > div .btn-view {
    top: 21px;
    right: 20px;
  }
  .point-info-box > div:nth-child(1) {
    border-bottom: 1px solid #f2f2f2;
    border-right: 0;
  }
}
/* 분석리포트 */
.report-wrap .tab-type4 {
  margin-bottom: 30px;
}

.report-wrap .detail-box .box > *:not(.tit) {
  width: 100%;
}

.report-area {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #e8e8e8;
}

.report-area h4.title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}

.report-area .data-table {
  margin-bottom: 30px;
}

/* 1:1 문의 */
.inquiry-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.inquiry-wrap .title-wrap .title {
  margin-bottom: 0;
}

.inquiry-wrap .title-wrap .btn-area {
  width: auto;
}

.inquiry-list-box {
  margin-top: 30px;
}

.inquiry-list-box .tbl-title-box {
  border-bottom: 1px solid #e8e8e8;
}

.inquiry-list-box .accordion-list li > a {
  display: flex;
  text-align: center;
  height: 70px;
  line-height: 70px;
}

.inquiry-list-box .accordion-list li > a .tit {
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.inquiry-list-box .accordion-list li > a .date {
  font-size: 16px;
  font-weight: 500;
  color: #989898;
  text-align: right;
}

.inquiry-list-box .accordion-list .cont {
  padding: 0 40px;
  margin-bottom: 0;
  border-radius: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.inquiry-list-box .accordion-list .cont .txt {
  padding: 0 0 30px 32px;
  font-weight: 500;
  font-size: 16px;
}

.inquiry-list-box .accordion-list .cont .txt:before {
  content: "";
  display: inline-block;
  margin-left: -31px;
  padding-right: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #517c09;
}

.inquiry-list-box .accordion-list .cont .file-box {
  margin-left: 32px;
}

.inquiry-list-box .accordion-list .cont .file-box .file {
  display: inline-flex;
  align-items: center;
}

.inquiry-list-box .accordion-list .cont .file-box .file + .file {
  margin-left: 20px;
}

.inquiry-list-box .accordion-list .cont .file-box .file .name {
  padding-right: 10px;
  color: #517c09;
  font-weight: 500;
  font-size: 16px;
  text-decoration: underline;
}

.inquiry-list-box .accordion-list .cont .file-box .file .volume {
  padding-right: 24px;
  font-size: 14px;
  color: #989898;
}

.inquiry-list-box .accordion-list .cont .file-box .file .btn-delete {
  width: 12px;
  height: 12px;
  background: url(/assets/images/btn-delete.png) no-repeat center top;
  background-size: contain;
  vertical-align: middle;
}

.inquiry-list-box .accordion-list .cont .q {
  position: relative;
  padding: 29px 0;
}

.inquiry-list-box .accordion-list .cont .q .txt {
  padding-right: 200px;
}

.inquiry-list-box .accordion-list .cont .q .txt:before {
  content: "Q";
}

.inquiry-list-box .accordion-list .cont .q .btns {
  position: absolute;
  top: 31px;
  right: 0;
  font-size: 0;
}

.inquiry-list-box .accordion-list .cont .q .btns a {
  width: 59px;
  height: 32px;
  line-height: 32px;
  border-radius: 6px;
  border: 1px solid #acacac;
  background: #ccc;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.inquiry-list-box .accordion-list .cont .q .btns a + a {
  margin-left: 10px;
}

.inquiry-list-box .accordion-list .cont .a {
  padding: 29px 0;
  border-top: 1px solid #e8e8e8;
}

.inquiry-list-box .accordion-list .cont .a .txt:before {
  content: "A";
}

.flag {
  display: inline-block;
  width: 84px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  color: #989898;
  border-radius: 16px;
  text-align: center;
}

.flag.green {
  border-color: #517c09;
  color: #517c09;
}

.inquiry-write .row-table td {
  padding: 12px 30px;
}

.inquiry-write .row-table .select {
  width: 500px;
  padding: 10px 0 9px 10px;
}

.inquiry-write .al-sms {
  display: flex;
  align-items: center;
}

.inquiry-write .al-sms label {
  font-weight: 700;
  font-size: 16px;
}

.inquiry-write .al-sms .form-box {
  margin-left: 23px;
  min-width: 237px;
}

.inquiry-write .file-upload {
  display: flex;
}

.inquiry-write .file-upload .btn-delete {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url(/assets/images/btn-delete.png) no-repeat center top;
  background-size: contain;
}

.inquiry-write .file-upload label {
  background: #fff;
  position: static;
  font-weight: 700;
  font-size: 16px;
  color: #517c09;
}

.inquiry-write .file-upload label:first-child {
  width: 120px;
  border: 1px solid #517c09;
}

.inquiry-write .file-upload label.upload-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  line-height: 1;
  width: 100%;
  margin-left: 10px;
  border: solid 1px #ccc;
}

.inquiry-write .file-upload label.upload-txt input {
  color: #517c09;
}

.inquiry-write .file-upload label.upload-txt input::-moz-placeholder {
  color: #517c09;
  letter-spacing: -0.24px;
  font-size: 16px;
  font-weight: 500;
}

.inquiry-write .file-upload label.upload-txt input::placeholder {
  color: #517c09;
  letter-spacing: -0.24px;
  font-size: 16px;
  font-weight: 500;
}

.inquiry-write .file-upload label.upload-txt span {
  color: #989898;
}

.inquiry-write .file-upload .inp-upload {
  margin: 0 0 0 10px;
}

.inquiry-write .star-list {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .inquiry-wrap {
    border-top: 1px solid #e8e8e8;
  }
  .inquiry-wrap .title-wrap {
    margin-bottom: 8px;
    padding: 20px 20px 0;
  }
  .inquiry-wrap .title-wrap .btn-area {
    width: 100%;
  }
  .inquiry-wrap .select-box {
    border-top: 0;
  }
  .inquiry-list-box {
    border-top-color: #517c09;
  }
  .inquiry-list-box .accordion-list li > a {
    flex-direction: column;
    padding: 30px 20px 30px 23px;
    height: auto;
    line-height: normal;
    text-align: left;
  }
  .inquiry-list-box .accordion-list li > a > div {
    width: auto;
  }
  .inquiry-list-box .accordion-list li > a > div.col6 {
    margin-bottom: 10px;
  }
  .inquiry-list-box .accordion-list li > a .tit {
    padding-left: 0;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .inquiry-list-box .accordion-list li > a .date {
    text-align: left;
    font-size: 14px;
  }
  .inquiry-list-box .accordion-list .cont {
    padding: 0 20px;
  }
  .inquiry-list-box .accordion-list .cont .txt {
    font-size: 14px;
  }
  .inquiry-list-box .accordion-list .cont .q .txt {
    padding-right: 0;
  }
  .inquiry-list-box .accordion-list .cont .q .btns {
    position: static;
    text-align: right;
    margin-top: 20px;
  }
  .inquiry-list-box .accordion-list .cont .file-box .file .name {
    font-size: 14px;
  }
  .flag {
    width: 78px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .inquiry-write .row-table {
    border-bottom: 0;
  }
  .inquiry-write .row-table th {
    display: block;
    padding: 20px 0 10px 20px !important;
    height: inherit !important;
    width: 100%;
  }
  .inquiry-write .row-table td {
    display: block;
    padding: 0 20px;
  }
  .inquiry-write .row-table .select {
    width: 100%;
    font-size: 14px;
  }
  .inquiry-write .row-table tr .checkbox {
    position: absolute;
    top: -29px;
    left: 115px;
  }
  .inquiry-write .row-table tr .checkbox label {
    font-size: 14px;
  }
  .inquiry-write .row-table tr .form-box {
    width: 100%;
  }
  .inquiry-write .file-upload {
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
  }
  .inquiry-write .file-upload label {
    width: 74px;
    font-size: 14px;
  }
  .inquiry-write .file-upload label.upload-txt {
    border: none;
  }
  .inquiry-write .file-upload .inp-upload {
    width: calc(100% - 84px);
  }
  .inquiry-write .al-sms {
    position: relative;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .inquiry-write .al-sms .form-box {
    width: calc(100% - 140px);
    margin-left: 0;
  }
}
/* 자주주문 품목 */
.pop-order-list {
  position: fixed;
  bottom: 150px;
  right: 74px;
}

.pop-order-list .cart-wrap {
  display: block;
  position: static;
  background: #fff;
  margin-left: 0;
  padding: 0;
  overflow: hidden;
}

.pop-order-list .cart-wrap .cart-list {
  height: 291px;
}

.pop-order-list .cart-wrap .price {
  font-weight: 500;
  font-size: 12px;
}

.pop-order-list .cart-wrap .btn-detail {
  margin-top: 12px;
  font-size: 12px;
}

.pop-order-list .cart-wrap .cart-product {
  padding-left: 15px;
  margin-right: 14px;
}

.pop-order-list .head {
  position: relative;
  height: 38px;
  background: #f4faeb;
}

.pop-order-list .head .tit {
  padding: 10px 0 0 16px;
  font-weight: 700;
  font-size: 14px;
  color: #517c09;
}

.pop-order-list .head .btn-setting {
  position: absolute;
  top: 12px;
  right: 95px;
  width: 16px;
  height: 16px;
  background: url(/assets/images/icon_setting.png) no-repeat center top;
  background-size: contain;
}

.pop-order-list .head .btn-close {
  position: absolute;
  top: 11px;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url(/assets/images/pop_btn_close_big.png) no-repeat center top;
  background-size: contain;
}

.pop-setting .pop-order-box {
  width: 572px;
}

.pop-setting .pop-content {
  padding: 30px;
}

.pop-setting .chk-select-box > div:nth-child(1) {
  padding-bottom: 19px;
  border-bottom: 1px solid #f2f2f2;
}

.pop-setting .chk-select-box > div:nth-child(2) {
  padding-top: 29px;
}

.pop-setting .chk-select-box .checkbox label {
  padding-left: 28px;
}

/* 주류 주문내역 */
.order-history .select-box .col {
  width: 50%;
}

.order-history .select-box .form-box {
  padding: 0;
}

.order-history .select-box .form-box .input {
  height: 42px;
  font-size: 16px;
  font-weight: 500;
}

.order-history .select-box .select {
  height: 44px;
  line-height: 44px;
}

.order-history .select-box .part {
  margin-top: 20px;
}

.order-history .tbl-board-type .order-num span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.order-history .tbl-board-type .account span {
  display: block;
}

.order-history .tbl-board-type table thead th {
  font-size: 14px;
}

.order-history .tbl-board-type table tbody td {
  padding: 9px 5px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.43;
}

.order-history .tbl-board-type table tbody td.tit {
  text-align: center;
}

.order-history .tbl-board-type table tbody td.tit a {
  text-decoration: underline;
  font-weight: 700;
  word-break: keep-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.order-history .tbl-board-type table tbody td.price {
  font-size: 14px;
}

.order-history .tbl-board-type table tbody td.price span {
  color: #517c09;
}

.order-history .tbl-board-type table tbody td span {
  font-size: 14px;
  color: #2e2e2e;
}

.order-history .tbl-board-type table tbody .confirm td {
  background: #f4faeb;
}

.order-history .tbl-board-type table tbody .disabled td {
  background: #f8f8f8;
}

.order-history .tbl-board-type table tbody .disabled td.price span {
  color: #2e2e2e;
}

.order-history .tbl-board-type .date p {
  font-weight: 500;
}

.history-box .title-area {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .order-history .select-box .row {
    width: calc(100% + 10px);
  }
  .order-history .select-box .row:nth-child(1) {
    flex-direction: row;
  }
  .order-history .select-box .row.period {
    width: 100%;
    flex-direction: column;
    align-items: start;
  }
  .order-history .select-box .row.period .tit {
    margin-bottom: 0;
  }
  .order-history .select-box .row .tit {
    margin-bottom: 10px;
  }
  .order-history .select-box .row.first .select {
    width: 100%;
  }
  .order-history .select-box .col {
    flex-direction: column;
    align-items: start;
    padding-right: 0;
  }
  .order-history .select-box .col > div:not(.tit) {
    width: calc(100% - 10px);
  }
  .order-history .select-box .col.check {
    flex-direction: row;
  }
  .order-history .select-box .col.check .tit {
    margin-bottom: 0;
  }
  .order-history .select-box .col:last-child {
    margin-right: -10px;
  }
  .order-history .m-detail-box {
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
  .order-history .m-detail-box .btn-detail {
    position: relative;
    display: block;
    padding: 12px 0 11px 0;
    font-weight: 700;
    font-size: 14px;
    color: #517c09;
    text-align: center;
  }
  .order-history .m-detail-box .btn-detail:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url(/assets/images/icon_down.png) no-repeat center center;
    background-size: contain;
  }
  .order-history .m-detail-box.on {
    border-top: 0;
  }
  .order-history .m-detail-box.on .btn-detail:after {
    background: url(/assets/images/icon_up.png) no-repeat center center;
    background-size: contain;
  }
  .order-history .part {
    display: none;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
  }
  .order-history .tbl-board-type .order-num span {
    display: inline-block;
    padding-right: 3px;
  }
  .order-history .tbl-board-type table .mo {
    display: inline-block;
  }
  .order-history .tbl-board-type table tr {
    margin: 0;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .order-history .tbl-board-type table tr.confirm {
    background: #f4faeb;
  }
  .order-history .tbl-board-type table tr.disabled {
    background: #f8f8f8;
  }
  .order-history .tbl-board-type table tr.disabled .point {
    color: #2e2e2e;
  }
  .order-history .tbl-board-type table tr.disabled .point span {
    color: #2e2e2e;
    font-weight: 500;
  }
  .order-history .tbl-board-type table tbody td {
    padding: 0;
  }
  .order-history .tbl-board-type table tbody td.account {
    order: 5;
    display: flex;
  }
  .order-history .tbl-board-type table tbody td.account span + span {
    display: flex;
    align-items: center;
  }
  .order-history .tbl-board-type table tbody td.account span + span::before {
    content: "";
    display: inline-block;
    margin: 0 10px;
    width: 1px;
    height: 12px;
    background-color: #e8e8e8;
  }
  .order-history .tbl-board-type table tbody td.point {
    order: 3;
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  .order-history .tbl-board-type table tbody td.point::before {
    content: "";
    display: inline-block;
    margin: 0 10px;
    width: 1px;
    height: 12px;
    background-color: #e8e8e8;
  }
  .order-history .tbl-board-type table tbody td.point span {
    color: #517c09;
    font-weight: 500;
  }
  .order-history .tbl-board-type table tbody td.order-num {
    order: 2;
    display: flex;
  }
  .order-history .tbl-board-type table tbody td.order-num span {
    font-weight: 700;
  }
  .order-history .tbl-board-type table tbody td.num {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -10;
    padding: 0;
  }
  .order-history .tbl-board-type table tbody td.date {
    order: 1;
    width: 100%;
    padding-bottom: 6px;
    color: #2e2e2e;
  }
  .order-history .tbl-board-type table tbody td.date p {
    display: inline-block;
  }
  .order-history .tbl-board-type table tbody td.state {
    position: absolute;
    top: 30px;
    right: 20px;
    font-weight: 500;
  }
  .order-history .tbl-board-type table tbody td.tit {
    order: 4;
    width: 100%;
    margin: 20px 0;
    text-align: left;
  }
  .order-history .tbl-board-type table tbody td.tit a {
    font-weight: 700;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: keep-all;
    text-decoration: none;
  }
  .order-history .tbl-board-type table tbody td.fl-left {
    padding-right: 10px;
  }
  .order-history .tbl-board-type table tbody td.price {
    order: 7;
    width: 100%;
    position: static;
    padding-top: 10px;
    font-size: 16px;
    color: #2e2e2e;
  }
  .order-history .tbl-board-type table tbody td.price span {
    font-size: 20px;
  }
  .order-history .tbl-board-type table tbody td.manager {
    order: 6;
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  .order-history .tbl-board-type table tbody td.manager::before {
    content: "";
    display: inline-block;
    margin: 0 10px;
    width: 1px;
    height: 12px;
    background-color: #e8e8e8;
  }
  .order-history .tbl-board-type table tbody td.manager span {
    padding-left: 5px;
    color: #2e2e2e;
  }
  .order-history .tbl-board-type table .btn-detail {
    position: absolute;
    bottom: 29px;
    right: 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
  }
  .order-history .tbl-board-type table .btn-detail:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 6px;
    background: url(/assets/images/icon_arr_black.png) no-repeat center center;
    background-size: contain;
  }
}
/* 주류주문내역 - 상세정보 */
.order-history-detail .cart-item-list.before .col1 {
  width: 43%;
}

.order-history-detail .cart-item-list.before .col2 {
  width: 11%;
}

.order-history-detail .cart-item-list.before .col3 {
  width: 15%;
}

.order-history-detail .cart-item-list.before .col4 {
  width: 14%;
}

.order-history-detail .cart-item-list.before .col5 {
  width: 17%;
}

.order-history-detail .cart-item-list .items .title {
  width: calc(100% - 150px);
}

.order-history-detail .cart-item-list.done .items .title {
  width: calc(100% - 120px);
}

.order-history-detail .cart-item-list .col1 {
  width: 47%;
}

.order-history-detail .cart-item-list .col2 {
  width: 11%;
}

.order-history-detail .cart-item-list .col3 {
  width: 16%;
}

.order-history-detail .cart-item-list .col4 {
  width: 8%;
}

.order-history-detail .cart-item-list .col5 {
  width: 18%;
  text-align: center;
}

.order-history-detail .cart-item-list .col5 .btn-area {
  margin-top: 22px;
}

.order-history-detail .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.order-history-detail .top .btn-area {
  column-gap: 10px;
}
.order-history-detail .top .btn4 .web {
  display: inline;
}
.order-history-detail .top .checkbox label {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.order-history-detail .top .checkbox label::before {
  top: 3px;
}

.order-history-detail .top .btn-area {
  width: auto;
}

.order-history-detail .top.S2 .btn-area {
  gap: 10px;
}

.order-history-detail.popup .col12 {
  width: 45%;
}

.order-history-detail.popup .title strong {
  -webkit-line-clamp: 3;
}

.order-history-detail .title {
  margin-bottom: 0;
}

.order-history-detail .title.web {
  margin-bottom: 20px;
}

.order-history-detail .title strong {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  letter-spacing: -0.36px;
}

.order-history-detail .cart-item-list {
  margin-top: 20px;
}

.order-history-detail .cart-item-list .items {
  padding: 30px 0;
}

.order-history-detail .cart-item-list .items .price {
  color: #517c09;
}

.order-history-detail .cart-item-list .items .code span {
  font-size: 14px;
}

.order-history-detail .cart-item-list .items .title {
  padding-left: 20px;
}

.order-history-detail .cart-item-list .items .de-list {
  margin: 0 0 0 160px;
}

.order-history-detail .cart-item-list .items .de-list.type2 {
  margin-left: 130px;
}

.order-history-detail .cart-item-list .items .col12 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
  text-align: left;
}

.order-history-detail .cart-item-list .items .col6 {
  text-align: center;
}

.order-history-detail .cart-item-list .items .col13 {
  text-align: center;
}

.order-history-detail .cart-item-list .items .col13 .btn-area {
  margin-top: 22px;
}

.order-history-detail .cart-item-list .items .stock {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.11px;
}

.order-history-detail .cart-item-list .items .stock span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.11px;
}

.order-history-detail .row-table {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .order-history-detail.popup .quantity {
    position: absolute;
    right: 10px;
    bottom: 76px;
  }
  .order-history-detail .xsmall-title {
    font-size: 18px;
  }
  .order-history-detail .top {
    padding: 0 20px;
  }
  .order-history-detail .top .btn-area {
    column-gap: 5px;
  }
  .order-history-detail .top .btn2 {
    width: unset;
    padding: 0 10px;
  }
  .order-history-detail .top .btn2 + .btn2 {
    margin-left: unset;
  }
  .order-history-detail .top .btn4 .web {
    display: none;
  }
  .order-history-detail .top .checkbox label {
    font-size: 14px;
  }
  .order-history-detail .top .checkbox label::before {
    top: 0;
  }
  .order-history-detail .cart-item-list {
    border-top-color: #517c09;
  }
  .mypage-content.order-history-detail .cart-item-list .price strong {
    font-size: 14px;
  }
  .order-history-detail .cart-item-list.before .items {
    flex-direction: column;
    align-items: flex-start;
  }
  .order-history-detail .cart-item-list.before .items > div {
    width: auto;
    text-align: left;
  }
  .order-history-detail .cart-item-list.before .col4 {
    padding-left: 139px;
    padding-top: 5px;
  }
  .order-history-detail .cart-item-list.before .col4 .stock::before {
    content: none;
  }
  .order-history-detail .cart-item-list .items {
    position: relative;
    justify-content: flex-start;
    align-items: center;
  }
  .order-history-detail .cart-item-list .items .total-price span {
    display: block;
    font-size: 12px;
    padding-bottom: 3px;
  }
  .order-history-detail .cart-item-list .items .mo {
    display: inline-block;
  }
  .order-history-detail .cart-item-list .items > div {
    width: auto;
    text-align: left;
  }
  .order-history-detail .cart-item-list .items .checkbox {
    position: absolute;
    top: 30px;
    left: 20px;
  }
  .order-history-detail .cart-item-list .items .img {
    position: absolute;
    top: 53px;
    left: 20px;
  }
  .order-history-detail .cart-item-list .items .title {
    width: 100% !important;
    height: auto !important;
    padding-left: 139px;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .order-history-detail .cart-item-list .items .de-list {
    margin: 0 0 0 140px;
    margin-top: 20px !important;
  }
  .order-history-detail .cart-item-list .items .de-list li,
  .order-history-detail .cart-item-list .items .de-list span {
    font-size: 14px;
  }
  .order-history-detail .cart-item-list .items .de-list.type2 {
    margin-left: 139px !important;
  }
  .order-history-detail .cart-item-list .items .stock {
    display: inline-block;
    font-size: 14px;
  }
  .order-history-detail .cart-item-list .items .stock span {
    font-size: 14px;
  }
  .order-history-detail .cart-item-list .items .ps01 {
    position: absolute;
    top: 100px;
    left: 159px;
    padding-left: 0;
  }
  .order-history-detail .cart-item-list .items .ps02 {
    position: absolute;
    top: 120px;
    left: 159px;
  }
  .order-history-detail .cart-item-list .col2 {
    margin-top: 5px;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .order-history-detail .cart-item-list .col2 .stock {
    font-size: 12px;
    letter-spacing: -0.08px;
    color: #989898;
  }
  .order-history-detail .cart-item-list .col2 .stock span {
    font-size: 12px;
    letter-spacing: -0.08px;
    color: #989898;
  }
  .order-history-detail .cart-item-list .col3 {
    margin-top: 0;
  }
  .order-history-detail .cart-item-list .col2,
  .order-history-detail .cart-item-list .col3 {
    padding-left: 139px;
  }
  .order-history-detail .cart-item-list .col4 {
    margin-top: 0;
  }
  .order-history-detail .cart-item-list .col4 .stock::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #e8e8e8;
    margin: 0 10px;
  }
  .order-history-detail .cart-item-list .col5 {
    width: 100% !important;
    padding: 20px 20px 0 139px;
  }
  .order-history-detail .cart-item-list .col5 .total-price {
    text-align: left;
  }
  .order-history-detail .cart-item-list .col5 .btn-area {
    justify-content: end;
  }
  .order-history-detail .top.S2 .checkbox label {
    padding-left: 25px;
    font-size: 13px;
  }
  .order-history-detail .top.S2 .btn-area {
    gap: 5px;
  }
}
/* 선전품/굿즈 주문내역 */
.order-history-goods .order-num span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #2e2e2e;
  display: block;
}

.order-history-goods .select-box .form-box {
  padding: 0;
}

.order-history-goods .select-box .form-box input {
  height: 42px;
  font-weight: 500;
  font-size: 15px;
}

.order-history-goods .select-box .select {
  height: 44px;
  line-height: 44px;
}

.order-history-goods .select-box .part {
  margin-top: 20px;
}

.order-history-goods .select-box .part .row {
  flex-wrap: wrap;
  margin-left: -32px;
}

.order-history-goods .select-box .part .row .col {
  width: 33.3333333333%;
  padding-left: 32px;
  padding-right: 0;
  margin-bottom: 20px;
}

.order-history-goods .select-box .row.first {
  flex-wrap: wrap;
  margin-left: -32px;
}

.order-history-goods .select-box .row.first .select {
  width: 100%;
}

.order-history-goods .select-box .row.first .col {
  width: 33.3333333333%;
  padding-left: 32px;
  padding-right: 0;
}

.order-history-goods .select-box .col {
  padding-right: 32px;
  width: calc(100% + 20px);
}

.order-history-goods .select-box .item-date {
  justify-content: flex-start;
}

.order-history-goods .select-box .item-date .date-box {
  margin-right: 13px;
}

.order-history-goods .select-box .bottom {
  margin-top: 10px;
}

.order-history-goods .tbl-board-type .tit a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.order-history-goods .tbl-board-type table thead th {
  font-size: 14px;
}

.order-history-goods .tbl-board-type table tbody td {
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.43;
}

.order-history-goods .tbl-board-type table tbody td a {
  text-decoration: underline;
  font-weight: 700;
  word-break: keep-all;
}

.order-history-goods .tbl-board-type table tbody td.tit {
  text-align: center;
}

.order-history-goods .tbl-board-type table tbody td.price {
  font-size: 14px;
}

.order-history-goods .tbl-board-type table tbody td.price span {
  font-size: 14px;
}

.order-history-goods .tbl-board-type table tbody .confirm td {
  background: #f4faeb;
}

.order-history-goods .tbl-board-type .date p {
  font-weight: 500;
}

.history-box .title-area {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .order-history-goods .order-num span {
    display: inline-block;
    padding-right: 3px;
  }
  .order-history-goods .select-box .form-box input {
    font-size: 14px;
  }
  .order-history-goods .select-box .row:nth-child(1) {
    flex-direction: row;
  }
  .order-history-goods .select-box .row.period {
    flex-direction: column;
    align-items: start;
  }
  .order-history-goods .select-box .row.period .tit {
    margin-bottom: 0;
  }
  .order-history-goods .select-box .row .tit {
    margin-bottom: 10px;
  }
  .order-history-goods .select-box .row.first {
    margin-left: -11px;
  }
  .order-history-goods .select-box .row.first .select {
    width: 100%;
  }
  .order-history-goods .select-box .row.first .col {
    width: 50%;
    padding-left: 11px;
  }
  .order-history-goods .select-box .row.first .col > div:not(.tit) {
    width: 100%;
  }
  .order-history-goods .select-box .col {
    flex-direction: column;
    align-items: start;
    width: 100%;
    padding-right: 0;
  }
  .order-history-goods .select-box .col > div:not(.tit) {
    width: calc(100% - 10px);
  }
  .order-history-goods .select-box .col:last-child {
    margin-right: -10px;
  }
  .order-history-goods .select-box .item-date {
    width: 100%;
  }
  .order-history-goods .select-box .item-date .date-box {
    margin-right: 0;
  }
  .order-history-goods .select-box .part .row {
    flex-wrap: wrap;
    margin-left: -11px;
  }
  .order-history-goods .select-box .part .row .col {
    width: 50%;
    padding-left: 11px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .order-history-goods .select-box .part .row .col > div:not(.tit) {
    width: 100%;
  }
  .order-history-goods .select-box .part .row .col:last-child {
    margin-bottom: 0;
  }
  .order-history-goods .m-detail-box {
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
  .order-history-goods .m-detail-box .btn-detail {
    position: relative;
    display: block;
    padding: 12px 0 11px 0;
    font-weight: 700;
    font-size: 14px;
    color: #517c09;
    text-align: center;
  }
  .order-history-goods .m-detail-box .btn-detail:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url(/assets/images/icon_down.png) no-repeat center center;
    background-size: contain;
  }
  .order-history-goods .m-detail-box.on {
    border-top: 0;
  }
  .order-history-goods .m-detail-box.on .btn-detail:after {
    background: url(/assets/images/icon_up.png) no-repeat center center;
    background-size: contain;
  }
  .order-history-goods .part {
    display: none;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
  }
  .order-history-goods .tbl-board-type table tr {
    margin: 0;
    padding: 30px 20px;
  }
  .order-history-goods .tbl-board-type table tr.confirm {
    background: #f4faeb;
  }
  .order-history-goods .tbl-board-type table tbody td {
    padding: 0;
  }
  .order-history-goods .tbl-board-type table tbody td.num {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -10;
    padding: 0;
  }
  .order-history-goods .tbl-board-type table tbody td.date {
    padding-bottom: 7px;
    color: #2e2e2e;
  }
  .order-history-goods .tbl-board-type table tbody td.date p {
    display: inline-block;
  }
  .order-history-goods .tbl-board-type table tbody td.state {
    position: absolute;
    top: 30px;
    right: 20px;
    font-weight: 500;
  }
  .order-history-goods .tbl-board-type table tbody td.tit {
    margin: 20px 0;
    text-align: left;
  }
  .order-history-goods .tbl-board-type table tbody td.tit a {
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
  }
  .order-history-goods .tbl-board-type table tbody td.fl-left {
    padding-right: 10px;
  }
  .order-history-goods .tbl-board-type table tbody td.price {
    position: static;
    padding-top: 10px;
    font-size: 16px;
    color: #2e2e2e;
  }
  .order-history-goods .tbl-board-type table tbody td.price span {
    font-size: 20px;
  }
  .order-history-goods .tbl-board-type table tbody td.manager {
    display: flex;
  }
  .order-history-goods .tbl-board-type table tbody td.manager span {
    padding-left: 5px;
    color: #2e2e2e;
  }
  .order-history-goods .tbl-board-type table .btn-detail {
    position: absolute;
    bottom: 29px;
    right: 20px;
    font-size: 14px;
    text-decoration: none !important;
  }
  .order-history-goods .tbl-board-type table .btn-detail:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 6px;
    background: url(/assets/images/icon_arr_black.png) no-repeat center center;
    background-size: contain;
  }
  .order-history-goods input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .order-history-goods .btn-more {
    margin-bottom: 50px;
  }
}
/* 선전품/굿즈 주문내역 - 상세정보 */
.order-history-goods-detail .tbl-title-box p:first-child {
  width: 65%;
}

.order-history-goods-detail .tbl-title-box p:last-child {
  width: 33%;
}

.order-history-goods-detail .cart-item-list {
  margin-top: 20px;
}

.order-history-goods-detail .cart-item-list .total-price + .btn-area {
  margin-top: 10px;
}

.order-history-goods-detail .cart-item-list .title {
  padding-left: 20px;
  margin-bottom: 0;
}

.order-history-goods-detail .cart-item-list .title strong {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 17px;
  letter-spacing: -0.36px;
}

.order-history-goods-detail .cart-item-list .order-num strong {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.order-history-goods-detail .cart-item-list .order-num span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.11px;
}

.order-history-goods-detail .cart-item-list .order-num span:last-child {
  display: block;
}

.order-history-goods-detail .cart-item-list .stock {
  font-weight: 600;
}

.order-history-goods-detail .cart-item-list .stock span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.11px;
}

.order-history-goods-detail .cart-item-list .items {
  padding: 5px 0;
}

.order-history-goods-detail .cart-item-list .items .col1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
  text-align: left;
}

.order-history-goods-detail .cart-item-list .items .col1 .de-list {
  margin: 0 0 0 140px;
}

.order-history-goods-detail .cart-item-list .items .col1 .de-list.type2 {
  margin-left: 110px;
}

.order-history-goods-detail .cart-item-list .items .col2 {
  display: flex;
  text-align: center;
}

.order-history-goods-detail .cart-item-list .col1 {
  width: 52%;
}

.order-history-goods-detail .cart-item-list .col2 {
  width: 29%;
}

.order-history-goods-detail .cart-item-list .col2 .price {
  width: 68%;
}

.order-history-goods-detail .cart-item-list .col2 .stock {
  width: 35%;
}

.order-history-goods-detail .cart-item-list .col3 {
  width: 19%;
}

.order-history-goods-detail .cart-item-list.done .title {
  width: calc(100% - 130px);
}

.order-history-goods-detail .cart-item-list.done .col1 {
  width: 47%;
}

.order-history-goods-detail .cart-item-list.done .col2 {
  width: 10%;
}

.order-history-goods-detail .cart-item-list.done .items .col2 {
  display: block;
}

.order-history-goods-detail .cart-item-list.done .items .col2 p {
  width: 100%;
}

.order-history-goods-detail .cart-item-list.done .items .col3 {
  display: flex;
  text-align: center;
}

.order-history-goods-detail .cart-item-list.done .col3 {
  width: 25%;
}

.order-history-goods-detail .cart-item-list.done .col3 .price {
  width: 68%;
}

.order-history-goods-detail .cart-item-list.done .col3 .stock {
  width: 35%;
}

.order-history-goods-detail .cart-item-list.done .col4 {
  width: 18%;
  text-align: center;
}

.order-history-goods-detail .row-table {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .order-history-goods-detail .total-price + .btn-area {
    justify-content: flex-end;
  }
  .order-history-goods-detail .cart-item-list .items > div.disabled {
    top: 56%;
  }
  .order-history-goods-detail .xsmall-title {
    font-size: 18px;
  }
  .order-history-goods-detail .cart-item-list {
    border-top-color: #517c09;
  }
  .order-history-goods-detail .cart-item-list .price {
    padding-right: 13px;
    border-right: 1px solid #e8e8e8;
  }
  .order-history-goods-detail .cart-item-list .stock {
    padding-left: 13px;
  }
  .order-history-goods-detail .cart-item-list .title {
    padding-left: 0;
    width: 100% !important;
  }
  .order-history-goods-detail .cart-item-list.done .col1 {
    width: 100%;
    padding-left: 139px;
    padding-right: 20px;
  }
  .order-history-goods-detail .cart-item-list.done .col2 {
    width: 100%;
    position: absolute;
    left: 139px;
    top: 62%;
  }
  .order-history-goods-detail .cart-item-list.done .order-num {
    width: 100%;
    display: flex;
  }
  .order-history-goods-detail .cart-item-list.done .order-num strong,
  .order-history-goods-detail .cart-item-list.done .order-num span {
    font-size: 14px;
  }
  .order-history-goods-detail .cart-item-list.done .order-num span:last-child {
    display: inline-block;
  }
  .order-history-goods-detail .cart-item-list.done .order-num strong {
    display: inline-block;
    width: 31%;
    text-align: left;
    padding-left: 5px;
  }
  .order-history-goods-detail .cart-item-list.done .order-num .mo {
    display: inline-block;
  }
  .order-history-goods-detail .cart-item-list.done .items .col3 p {
    width: auto;
  }
  .order-history-goods-detail .cart-item-list.done .col3 {
    padding-left: 139px;
    padding-top: 20px;
    padding-bottom: 25px;
    width: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  .order-history-goods-detail .cart-item-list.done .col3 p {
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
  }
  .order-history-goods-detail .cart-item-list.done .col4 {
    width: 100%;
    padding: 20px 20px 0 139px;
  }
  .order-history-goods-detail .cart-item-list.done .col4 .total-price {
    text-align: left;
  }
  .order-history-goods-detail .cart-item-list.done .col4 .btn-area {
    justify-content: end;
  }
  .order-history-goods-detail .cart-item-list.before .col1 {
    width: 100%;
    text-align: left;
  }
  .order-history-goods-detail .cart-item-list.before .col1 .title {
    width: 100%;
    padding-left: 119px;
    padding-right: 20px;
    margin-bottom: 0;
    flex-direction: column;
  }
  .order-history-goods-detail .cart-item-list.before .col2 {
    padding-left: 139px;
    padding-top: 20px;
    width: 100%;
    align-items: center;
  }
  .order-history-goods-detail .cart-item-list.before .col2 p {
    width: auto;
  }
  .order-history-goods-detail .cart-item-list.before .col3 {
    padding: 25px 20px 0 139px;
    margin-top: 0;
  }
  .order-history-goods-detail .cart-item-list .items {
    position: relative;
    flex-direction: column;
    align-items: start;
    padding: 30px 0;
  }
  .order-history-goods-detail .cart-item-list .items > div {
    width: 100%;
    text-align: left;
  }
  .order-history-goods-detail .cart-item-list .items .checkbox {
    position: absolute;
    top: 30px;
    left: 20px;
  }
  .order-history-goods-detail .cart-item-list .items .img {
    position: absolute;
    top: 53px;
    left: 20px;
  }
  .order-history-goods-detail .cart-item-list .items .de-list {
    margin-top: 20px !important;
  }
  .order-history-goods-detail .cart-item-list .items .de-list li,
  .order-history-goods-detail .cart-item-list .items .de-list span {
    font-size: 14px;
  }
  .order-history-goods-detail .cart-item-list .items .de-list.type2 {
    margin-left: 139px !important;
  }
  .order-history-goods-detail .cart-item-list .items .stock {
    display: inline-block;
    font-size: 14px;
  }
  .order-history-goods-detail .cart-item-list .items .stock span {
    font-size: 14px;
  }
  .order-history-goods-detail .cart-item-list .items .ps01 {
    position: absolute;
    top: 100px;
    left: 159px;
    padding-left: 0;
  }
  .order-history-goods-detail .cart-item-list .items .ps02 {
    position: absolute;
    top: 120px;
    left: 159px;
  }
  .order-history-goods-detail .row-table tbody {
    display: block;
    padding: 20px 0;
  }
  .order-history-goods-detail .row-table.info {
    border-bottom: none;
  }
  .order-history-goods-detail .row-table.info tbody {
    padding-bottom: 0;
  }
}
/* 주문현황 집계 */
.order-summary .select-box .tit {
  width: 87px;
}

.order-summary .select-box .col > div:not(.tit) {
  width: calc(100% - 85px);
}

.order-summary .select-box .form-box {
  padding: 0;
}

.order-summary .select-box .form-box .input {
  height: 42px;
  font-size: 15px;
  font-weight: 500;
}

.order-summary .select-box .select {
  height: 44px;
  line-height: 44px;
}

.order-summary .select-box .part {
  margin-top: 20px;
}

.order-summary .select-box .part .row {
  flex-wrap: wrap;
  margin-left: -32px;
}

.order-summary .select-box .part .row .col {
  width: 33.3333333333%;
  padding-left: 32px;
  padding-right: 0;
  margin-bottom: 20px;
}

.order-summary .select-box .row.first {
  flex-wrap: wrap;
  margin-left: -32px;
}

.order-summary .select-box .row.first .select {
  width: 100%;
}

.order-summary .select-box .row.first .col {
  width: 33.3333333333%;
  padding-left: 32px;
  padding-right: 0;
}

.order-summary .select-box .col {
  padding-right: 32px;
  width: calc(100% + 20px);
}

.order-summary .select-box .item-date {
  justify-content: flex-start;
}

.order-summary .select-box .item-date .date-box {
  margin-right: 13px;
}

.order-summary .select-box .bottom {
  margin-top: 10px;
}

.order-summary .order-summary-box .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-top: 20px;
}

.order-summary .order-summary-box .list > li {
  width: calc(33.33% - 27px);
  margin-left: 27px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-sizing: border-box;
}

.order-summary .order-summary-box .tit {
  text-align: center;
  margin-bottom: 15px;
}

.order-summary .order-summary-box .tit p {
  font-size: 16px;
  font-weight: 700;
}

.order-summary .order-summary-box .tit span {
  font-size: 12px;
  color: #989898;
}

.order-summary .order-summary-box .con {
  padding: 15px 20px;
  border-radius: 6px;
  background-color: #f9f9f9;
  margin-bottom: 10px;
}

.order-summary .order-summary-box .con .con-tit {
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 11px;
}

.order-summary .order-summary-box .con .con-tit p {
  font-weight: 700;
}

.order-summary .order-summary-box .con .con-txt {
  display: flex;
  justify-content: space-between;
}

.order-summary .order-summary-box .con .con-txt span {
  font-size: 12px;
  color: #6c6c6c;
  line-height: 1.67;
  letter-spacing: -0.08px;
}

.order-summary .btn-more {
  margin-top: 0;
}

@media (max-width: 768px) {
  .order-summary .select-box .row:nth-child(1) {
    flex-direction: row;
  }
  .order-summary .select-box .row.period {
    flex-direction: column;
    align-items: start;
  }
  .order-summary .select-box .row.period .tit {
    margin-bottom: 0;
  }
  .order-summary .select-box .row .tit {
    margin-bottom: 10px;
  }
  .order-summary .select-box .row.first {
    margin-left: -11px;
  }
  .order-summary .select-box .row.first .select {
    width: 100%;
  }
  .order-summary .select-box .row.first .col {
    width: 100%;
    padding-left: 11px;
  }
  .order-summary .select-box .row.first .col > div:not(.tit) {
    width: 100%;
  }
  .order-summary .select-box .col {
    flex-direction: column;
    align-items: start;
    width: 100%;
    padding-right: 0;
  }
  .order-summary .select-box .col > div:not(.tit) {
    width: calc(100% - 10px);
  }
  .order-summary .select-box .col:last-child {
    margin-right: -10px;
  }
  .order-summary .select-box .item-date {
    width: 100%;
  }
  .order-summary .select-box .item-date .date-box {
    margin-right: 0;
  }
  .order-summary .select-box .part .row {
    flex-wrap: wrap;
    margin-left: -11px;
  }
  .order-summary .select-box .part .row .col {
    width: 50%;
    padding-left: 11px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .order-summary .select-box .part .row .col > div:not(.tit) {
    width: 100%;
  }
  .order-summary .select-box .part .row .col:last-child {
    margin-bottom: 0;
  }
  .order-summary .m-detail-box {
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
  .order-summary .m-detail-box .btn-detail {
    position: relative;
    display: block;
    padding: 12px 0 11px 0;
    font-weight: 700;
    font-size: 14px;
    color: #517c09;
    text-align: center;
  }
  .order-summary .m-detail-box .btn-detail:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url(/assets/images/icon_down.png) no-repeat center center;
    background-size: contain;
  }
  .order-summary .m-detail-box.on {
    border-top: 0;
  }
  .order-summary .m-detail-box.on .btn-detail:after {
    background: url(/assets/images/icon_up.png) no-repeat center center;
    background-size: contain;
  }
  .order-summary .part {
    display: none;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
  }
  .order-summary .order-summary-box .list {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }
  .order-summary .order-summary-box .list > li {
    width: 100%;
    margin-left: 0;
  }
  .order-summary .order-summary-box .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .order-summary input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .order-summary .btn-more {
    margin-bottom: 50px;
  }
}
/* 거래처 현황 */
.client-status table .name,
.client-status table .id {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.client-status table .name {
  display: block;
  color: #2e2e2e;
  font-size: 14px;
}

.client-status .part-txt {
  font-size: 14px;
  color: #2e2e2e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.client-status .info > p {
  font-weight: 500;
}

.client-status .info.bold {
  font-weight: 700;
}

.client-status .info.bold span {
  font-weight: 700;
}

.client-status .checkbox label {
  padding: 0;
}

.client-status .select-box input {
  font-size: 15px;
}

.client-status .select-box .form-box {
  padding: 0;
}

.client-status .select-box .form-box .input {
  height: 42px;
  font-size: 15px;
  font-weight: 500;
}

.client-status .select-box .select {
  height: 44px;
  line-height: 44px;
}

.client-status .select-box .part .row {
  flex-wrap: wrap;
  margin-left: -32px;
}

.client-status .select-box .part .row .col {
  width: 33.3333333333%;
  padding-left: 20px;
  padding-right: 0;
  margin-bottom: 20px;
}

.client-status .select-box .row.first {
  flex-wrap: wrap;
  margin-left: -32px;
}

.client-status .select-box .row.first .select {
  width: 100%;
}

.client-status .select-box .row.first .col {
  width: 33.3333333333%;
  padding-left: 32px;
  padding-right: 0;
}

.client-status .select-box .col {
  padding-right: 32px;
  width: calc(100% + 20px);
}

.client-status .select-box .col > div:not(.tit) {
  width: calc(100% - 85px);
}

.client-status .select-box .item-date {
  justify-content: flex-start;
  width: calc(100% + 80px);
}

.client-status .select-box .item-date .date-box {
  margin-right: 13px;
}

.client-status .select-box .bottom {
  margin-top: 10px;
}

.client-status .client-box .mo {
  display: none;
}

.client-status .client-box .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: 20px;
}

.client-status .client-box .list > li {
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-sizing: border-box;
}

.client-status .client-box .tit-area {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.client-status .client-box .tit-area .tit p {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 3px;
  letter-spacing: -0.13px;
}

.client-status .client-box .tit-area .tit span {
  color: #989898;
  letter-spacing: -0.1px;
}

.client-status .client-box .tit-area .tit-info p {
  letter-spacing: -0.1px;
  line-height: 1.4;
}

.client-status .client-box .con-area table {
  width: 100%;
  margin-bottom: 30px;
}

.client-status .client-box .con-area table tr:first-child {
  background-color: #f9f9f9;
  font-weight: 700;
  border-top: 1px solid #f2f2f2;
}

.client-status .client-box .con-area table tr td {
  padding: 13px;
  text-align: center;
  color: #6c6c6c;
  border-bottom: 1px solid #f2f2f2;
}

.client-status .client-box .con-area .checkbox {
  display: block;
}

.client-status .client-box .con-area .checkbox label {
  padding-left: 0;
  padding-right: 30px;
  line-height: 1.5;
  display: block;
  text-align: right;
}

.client-status .client-box .con-area .checkbox label::before {
  right: 0;
  left: auto;
}

.client-status .client-box .con-tit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.client-status .client-box .con-tit p {
  font-size: 16px;
  font-weight: 700;
}

.client-status .client-box .con-tit p span {
  font-size: 16px;
  font-weight: 700;
  padding-left: 15px;
}

.client-status .client-box .title-area {
  margin-bottom: 20px;
}

.client-status .btn-more {
  margin-top: 20px;
}

.client-status .order-detail-box {
  margin-bottom: 30px;
}

.client-status .order-detail-box .period {
  width: 66.666%;
}

.client-status .tbl-board-type th {
  font-size: 14px;
  vertical-align: middle;
  padding: 5px 0;
  line-height: normal;
}

.client-status .tbl-board-type td {
  word-break: break-word;
  font-size: 14px;
  vertical-align: middle;
  padding: 14px 5px;
  line-height: normal;
}

.client-status .tbl-board-type .sum {
  text-align: right;
  color: #517c09;
}

.client-status.detail .select-box .row {
  padding-bottom: 20px;
}

.client-status.detail table .order-num {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.client-status.detail table tbody td {
  padding: 14px 10px;
}

.client-status.detail table span {
  font-size: 14px;
}

.client-status.detail table .product span {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #2e2e2e;
}

@media (max-width: 768px) {
  .client-status .part-txt {
    padding-bottom: 7px;
  }
  .client-status .tbl-board-type td {
    padding: 0;
  }
  .client-status .tbl-board-type .mo.spacer {
    display: block;
  }
  .client-status .select-box .form-box .input {
    font-size: 14px;
  }
  .client-status table .line::after {
    content: "";
    display: inline-block;
    margin: 0 10px;
    height: 12px;
    width: 1px;
    background-color: #e8e8e8;
  }
  .client-status table .line-b::before {
    content: "";
    display: inline-block;
    margin: 0 10px;
    height: 12px;
    width: 1px;
    background-color: #e8e8e8;
  }
  .client-status table span {
    display: inline-block;
  }
  .client-status table .check {
    margin-top: 12px;
  }
  .client-status table .id,
  .client-status table .id span,
  .client-status table .name {
    letter-spacing: -0.13px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
  }
  .client-status table .id {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .client-status table .id .name {
    padding-left: 3px;
    line-height: 26px;
  }
  .client-status table .check {
    display: inline-block;
  }
  .client-status table .info {
    padding-bottom: 7px;
  }
  .client-status table .info > p {
    display: inline-block;
  }
  .client-status table .info.bold {
    font-weight: 500;
  }
  .client-status table .info.bold span {
    font-weight: 500;
  }
  .client-status table .info:not(.line) {
    padding-right: 10px;
  }
  .client-status tr td {
    letter-spacing: -0.07px;
  }
  .client-status .info {
    display: inline-block;
  }
  .client-status .checkbox label span {
    padding-right: 15px;
    padding-left: 25px;
  }
  .client-status .select-box .bottom {
    padding-top: 0;
    border: none;
    margin-top: 0;
  }
  .client-status .select-box .bottom .btn-area {
    margin-bottom: 30px;
  }
  .client-status .select-box .row:nth-child(1) {
    flex-direction: row;
  }
  .client-status .select-box .row.period {
    flex-direction: column;
    align-items: start;
  }
  .client-status .select-box .row.period .tit {
    margin-bottom: 0;
  }
  .client-status .select-box .row .tit {
    margin-bottom: 10px;
  }
  .client-status .select-box .row.first {
    margin-left: -11px;
  }
  .client-status .select-box .row.first .select {
    width: 100%;
  }
  .client-status .select-box .row.first .col {
    width: 50%;
    padding-left: 11px;
  }
  .client-status .select-box .row.first .col > div:not(.tit) {
    width: 100%;
  }
  .client-status .select-box .col {
    flex-direction: column;
    align-items: start;
    width: 100%;
    padding-right: 0;
  }
  .client-status .select-box .col > div:not(.tit) {
    width: calc(100% - 10px);
  }
  .client-status .select-box .col:last-child {
    margin-right: -10px;
  }
  .client-status .select-box .item-date {
    width: 100%;
  }
  .client-status .select-box .item-date .date-box {
    margin-right: 0;
  }
  .client-status .select-box .part .row {
    flex-wrap: wrap;
    margin-left: -11px;
  }
  .client-status .select-box .part .row .col {
    width: 50%;
    padding-left: 11px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .client-status .select-box .part .row .col > div:not(.tit) {
    width: 100%;
  }
  .client-status .select-box .part .row .col:last-child {
    margin-bottom: 0;
  }
  .client-status .m-detail-box {
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
  .client-status .m-detail-box .btn-detail {
    position: relative;
    display: block;
    padding: 12px 0 11px 0;
    font-weight: 700;
    font-size: 14px;
    color: #517c09;
    text-align: center;
  }
  .client-status .m-detail-box .btn-detail:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url(/assets/images/icon_down.png) no-repeat center center;
    background-size: contain;
  }
  .client-status .m-detail-box.on {
    border-top: 0;
  }
  .client-status .m-detail-box.on .btn-detail:after {
    background: url(/assets/images/icon_up.png) no-repeat center center;
    background-size: contain;
  }
  .client-status .client-box .list {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #517c09;
  }
  .client-status .client-box .list > li {
    width: 100%;
    margin-left: 0;
    padding: 30px 20px;
    border-radius: 0;
    border: transparent;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
  }
  .client-status .client-box .tit-area {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .client-status .client-box .tit-area .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .client-status .client-box .con-area table {
    margin-bottom: 22px;
  }
  .client-status .client-box .con-area table tr td {
    padding: 13px 10px 11px;
    text-align: center;
    color: #6c6c6c;
    border-bottom: 1px solid #f2f2f2;
    font-size: 13px;
  }
  .client-status input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .client-status .btn-more {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .client-status .order-detail-box {
    margin-bottom: 0;
  }
  .client-status .order-detail-box .period {
    width: 100%;
  }
  .client-status.detail .select-box {
    border-top: none;
    padding: 0 20px;
  }
  .client-status.detail .select-box .col {
    width: 100%;
    padding-top: 20px;
  }
  .client-status.detail .select-box .row {
    flex-direction: column;
  }
  .client-status.detail table tbody td {
    padding: 0;
  }
  .client-status .tbl-board-type .point {
    order: 1;
    position: absolute;
    right: 20px;
    bottom: 30px;
  }
  .client-status .tbl-board-type .point span {
    color: #517c09;
  }
  .client-status .tbl-board-type .part {
    width: 100%;
  }
  .client-status .tbl-board-type tbody tr {
    margin: 0;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .client-status .tbl-board-type tbody tr:last-child {
    border-bottom: 1px solid #e8e8e8;
  }
  .client-status .tbl-board-type .num {
    display: none;
  }
  .client-status .tbl-board-type .sum {
    text-align: left;
    font-size: 18px;
  }
  .client-status .tbl-board-type .sum span {
    color: #2e2e2e;
  }
  .client-status .tbl-board-type .sum .mo {
    padding-right: 20px;
  }
  .client-status .tbl-board-type .sum:first-child {
    padding-bottom: 10px;
  }
  .client-status .tbl-board-type .mo {
    display: inline-block;
    color: #2e2e2e;
  }
  .client-status .tbl-board-type .order-type {
    position: absolute;
    right: 20px;
  }
  .client-status .tbl-board-type .order-date {
    position: absolute;
    top: 30px;
  }
  .client-status .tbl-board-type .order-num {
    padding-top: 25px;
    font-weight: 700;
  }
  .client-status .tbl-board-type .product {
    font-size: 16px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.5;
  }
  .client-status .tbl-board-type .product span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    height: 49px;
  }
}
/* 주문내역 분배 */
.pop-division .pop-scroll {
  height: auto;
  max-height: calc(100vh - 236px);
}

.order-division-box .mypage-area {
  display: block;
  padding-top: 0;
}

.order-division-box .mypage-content {
  width: 100%;
}

.order-division-box .order-detail-box {
  margin-bottom: 30px;
}

.order-division-box .order-detail-box .order-prd-name {
  width: 66.666%;
}

.order-division-box .small-title {
  margin-bottom: 20px;
}

.order-division-box .items .col12 {
  flex-wrap: nowrap !important;
}

.order-division-box .items .col12 .title {
  width: 100%;
}

.order-division-box .items .col12 .title em {
  display: block;
  font-weight: 700;
  font-size: 18px;
}

.order-division-box .bottom-total {
  display: flex;
  align-items: center;
  border-radius: 14px;
  margin-top: 30px;
  padding: 10px 0;
  background: #f8f8f8;
}

.order-division-box .bottom-total > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.order-division-box .bottom-total > div strong {
  margin-right: 20px;
  font-weight: 700;
  font-size: 18px;
}

.order-division-box .bottom-total > div p {
  font-weight: 700;
  font-size: 18px;
}

.order-division-box .bottom-total > div p span {
  font-weight: 700;
  font-size: 24px;
  color: #517c09;
}

.order-division-box .bottom-total > div:last-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 41px;
  background: #e8e8e8;
}

.order-division-box .web {
  display: block;
}

.order-division-box .mo {
  display: none;
}

@media (max-width: 768px) {
  .pop-division .pop-scroll {
    height: calc(100vh - 220px);
  }
  .pop-division .pop-content {
    padding: 20px 0 30px;
    margin-bottom: 100px;
  }
  .pop-division .order-history-detail.popup .items > div {
    padding-left: 58px;
  }
  .pop-division .order-history-detail.popup .items .col13 {
    padding-left: 0;
  }
  .pop-division .items > div {
    padding-left: 58px;
  }
  .pop-division .items .col2 {
    margin-top: 0;
    margin-bottom: 23px;
  }
  .pop-division .items .col2 .stock {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 500;
  }
  .pop-division .items .col2 .stock span {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 500;
  }
  .pop-division .items .col12 {
    margin-bottom: 15px;
  }
  .pop-division .items .col12 .title strong {
    -webkit-line-clamp: 2;
  }
  .pop-division .items .col12 .title strong em {
    display: inline-block;
  }
  .order-division-box .order-detail-box .order-prd-name {
    width: 100%;
  }
  .order-division-box .order-detail-box .order-prd-name .cont {
    width: calc(100% - 100px);
  }
  .order-division-box .small-title {
    padding: 0 20px;
    font-size: 18px;
  }
  .order-division-box .items > div {
    padding-left: 58px;
  }
  .order-division-box .items .col12 {
    margin-bottom: 20px;
  }
  .order-division-box .items .col12 .title {
    padding: 0;
  }
  .order-division-box .bottom-total {
    flex-direction: column;
    padding: 0;
    margin: 30px 20px 0;
  }
  .order-division-box .bottom-total > div {
    justify-content: space-between;
    width: 100%;
    padding: 25px 40px 35px;
  }
  .order-division-box .bottom-total > div:last-child {
    border-top: 1px solid #e8e8e8;
  }
  .order-division-box .bottom-total > div:last-child:before {
    display: none;
  }
  .order-division-box .bottom-total > div strong,
  .order-division-box .bottom-total > div p {
    font-size: 16px;
  }
  .order-division-box .bottom-total > div span {
    font-size: 22px;
  }
  .order-division-box .web {
    display: none;
  }
  .order-division-box .mo {
    display: block;
  }
}
/* 품목추가 팝업 */
.pop-item-add .pop-scroll {
  height: auto;
  max-height: calc(100vh - 155px);
}

.pop-item-add .detail-box {
  display: flex;
  padding: 30px 40px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
}

.pop-item-add .detail-box .box {
  justify-content: flex-start;
  padding: 0;
  border-top: 0;
}

.pop-item-add .detail-box .box div {
  width: 100%;
}

.pop-item-add .detail-box .box .tit {
  width: 122px;
  font-size: 16px;
}

.pop-item-add .detail-box .box:first-child .form-box {
  width: 330px;
}

.pop-item-add .detail-box .bottom {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f2f2f2;
}

.pop-item-add .detail-box .bottom .btn-area {
  margin-top: 0;
}

.pop-item-add .detail-box .bottom .btn-area .btn {
  width: 152px;
}

.pop-item-add .cart-item-list {
  margin-bottom: 30px;
}

.pop-item-add .cart-item-list .items {
  padding: 5px 0;
}

.pop-item-add .cart-item-list .items .title {
  width: calc(100% - 140px);
}

.pop-item-add .cart-item-list .col12 {
  width: 64%;
}

.pop-item-add .cart-item-list .col2 {
  width: 18%;
}

@media (max-width: 768px) {
  .pop-item-add .pop-scroll {
    height: calc(100vh - 220px);
  }
  .pop-item-add .pop-content {
    padding: 20px 0 30px;
  }
  .pop-item-add .detail-box {
    padding: 0 20px;
    border: 0;
    border-radius: 0;
  }
  .pop-item-add .detail-box .box {
    align-items: start;
  }
  .pop-item-add .detail-box .box.col {
    width: 50%;
  }
  .pop-item-add .detail-box .box.col + .col {
    padding-left: 10px;
  }
  .pop-item-add .detail-box .form-box {
    width: 100% !important;
  }
  .pop-item-add .detail-box .select {
    height: 40px;
    line-height: 40px;
    margin-right: 0;
  }
  .pop-item-add .detail-box .bottom {
    padding-top: 0;
    border-top: 0;
  }
  .pop-item-add .detail-box .bottom .btn-area {
    border-top: 0;
    padding: 0;
  }
  .pop-item-add .detail-box .btn-area {
    position: static;
    padding-bottom: 0;
  }
  .pop-item-add .cart-item-list {
    margin-bottom: 0;
  }
  .pop-item-add .cart-item-list .items .checkbox {
    top: 18px;
  }
  .pop-item-add .order-division-box .items {
    padding: 30px 0;
  }
  .pop-item-add .order-division-box .items > div {
    padding-left: 139px !important;
  }
  .pop-item-add .order-division-box .items .checkbox {
    z-index: 99;
  }
  .pop-item-add .order-division-box .items .title {
    padding-right: 20px;
  }
  .pop-item-add .order-division-box .items .price {
    font-size: 16px;
  }
  .pop-item-add .order-division-box .items .price strong {
    font-size: 22px;
  }
}
/* 에러 페이지 */
.error-wrap {
  width: 722px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.error-wrap img {
  padding: 0 37px;
}

.error-wrap.ver-404 img,
.error-wrap.ver-500 img {
  padding: 0 100px;
}

.error-wrap .error-txt,
.error-wrap .error-txt span {
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  color: #484848;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 80px;
}

.error-wrap .sub-txt,
.error-wrap .sub-txt span {
  text-align: center;
  color: #484848;
  letter-spacing: -0.16px;
  font-size: 20px;
  margin-bottom: 80px;
}

.error-wrap .btn-area .btn {
  width: 150px;
  height: 56px;
  border-radius: 28px;
  font-size: 18px;
  padding: 18px 0;
  line-height: 1.11;
  letter-spacing: -0.29px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .error-wrap {
    width: 330px;
  }
  .error-wrap img {
    padding: 0 5px;
  }
  .error-wrap .error-txt {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 70px;
    padding: 0 15px;
  }
  .error-wrap .error-txt span {
    margin: 0;
    display: block;
    font-size: 20px;
    line-height: 1.4;
    padding: 0 15px;
  }
  .error-wrap .sub-txt {
    font-size: 18px;
    letter-spacing: -0.14px;
    margin-bottom: 70px;
  }
  .error-wrap .sub-txt span {
    font-size: 18px;
    letter-spacing: -0.14px;
    display: block;
  }
  .error-wrap .btn-area .btn {
    flex: none;
  }
  .error-wrap.ver-404 img {
    padding: 0;
    width: 276px;
    margin: 0 20px;
  }
  .error-wrap.ver-404 .error-txt {
    margin-bottom: 57px;
    padding: 0;
  }
  .error-wrap.ver-404 .sub-txt {
    padding: 0 55px;
    margin-bottom: 57px;
  }
  .error-wrap.ver-500 img {
    padding: 0;
    width: 276px;
    margin: 0 20px;
  }
  .error-wrap.ver-500 .error-txt {
    padding: 0;
  }
}
/* 최근주문 */
.sum-box {
  padding: 0 14px;
  border-bottom: 1px solid #d0d0d0;
  width: 100px;
  display: flex;
  align-items: center;
  margin-right: 23px;
}

.sum-box input {
  font-size: 24px;
  font-weight: bold;
  width: calc(100% - 29px);
}

.sum-box span {
  font-size: 15px;
  font-weight: 700;
}

.recent-order-wrap .layer-product-wrap {
  width: 100%;
  z-index: 10;
}

.recent-order-wrap .layer-product-wrap .box {
  margin: 0 30px;
}

.recent-order-wrap .add-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.recent-order-wrap .add-box .nice-select .option:hover,
.recent-order-wrap .add-box .nice-select .option.focus {
  color: #517c09;
}

.recent-order-wrap .add-box .nice-select.open {
  background: #fff url(/assets/images/select_arrow_on_s.png) calc(100% - 19px) center no-repeat;
  background-size: 8px auto;
}

.recent-order-wrap .add-box .nice-select .list {
  width: 100%;
  left: 2px;
  border-radius: 6px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #517c09;
}

.recent-order-wrap .add-box .select {
  padding: 0 18px 0 0;
  width: 104px;
  text-align: center;
  height: 36px;
  margin-right: 0;
  line-height: 36px;
  border: none;
  background: #fff url(/assets/images/select_arrow_s.png) calc(100% - 19px) center no-repeat;
  background-size: 8px auto;
  vertical-align: top;
}

.recent-order-wrap .add-box .tit {
  font-size: 18px;
  font-weight: 700;
  margin-right: 15px;
}

.recent-order-wrap .add-box .form-box {
  width: 566px;
  margin-right: 30px;
  position: relative;
}

.recent-order-wrap .add-box .form-box::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 14px;
  background-color: #f2f2f2;
  right: 104px;
  top: 12px;
}

.recent-order-wrap .add-box .form-box .input {
  width: calc(100% - 104px);
}

.recent-order-wrap .add-box .quantity {
  width: 118px;
  margin-right: 20px;
}

.recent-order-wrap .add-box .btn-area {
  width: 120px;
}

.recent-order-wrap .add-box .btn-area .btn {
  width: 100%;
}

.recent-order-wrap .checkbox.all {
  margin-top: 23px;
}

.recent-order-wrap .checkbox.all label {
  font-size: 16px;
  font-weight: 500;
}

.recent-order-wrap .checkbox.all label::before {
  top: 3px;
}

.recent-order-wrap .product-list-box {
  margin-top: 20px;
}

.recent-order-wrap .product-list-box.img {
  display: none;
}

.recent-order-wrap .product-list-box.list .product-name {
  width: 370px;
}

.recent-order-wrap .product-list-box.list .total-box {
  min-width: 170px;
}

.recent-order-wrap .product-list-box .box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recent-order-wrap .cart-item-list .items .list li:first-child {
  padding-left: 0;
}

.recent-order-wrap .cart-item-list .items .list li:first-child::before {
  display: none;
}

.recent-order-wrap .cart-item-list .items .list li:nth-child(2) {
  padding-left: 10px;
}

.recent-order-wrap .cart-item-list .items .list li:nth-child(2)::before {
  display: block;
}

.recent-order-wrap .date-radio:nth-child(4) label {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.recent-order-wrap .mo {
  display: none;
}

.recent-order-wrap .mo-txt {
  display: flex;
  flex-wrap: wrap;
  width: 51%;
  align-items: center;
}

.recent-order-wrap .mo-txt .col2 {
  width: 28%;
}

.recent-order-wrap .col1-1 {
  width: 13%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.recent-order-wrap .col1-2 {
  width: 72%;
}

.recent-order-wrap .col1-2 .title {
  width: 100%;
}

.recent-order-wrap .items .title strong {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recent-order-wrap .col1 {
  width: 49%;
}

.recent-order-wrap .col2,
.recent-order-wrap .col4 {
  width: 14%;
}

.recent-order-wrap .col3 {
  width: 23%;
}

.recent-order-wrap .select-box {
  margin-top: 25px;
  margin-bottom: 40px;
}

.recent-order-wrap .select-box .btn-area {
  padding-top: 20px;
  border-top: 1px solid #f2f2f2;
  margin-top: 30px;
}

.recent-order-wrap .select-box .btn-area .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
}

.recent-order-wrap .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recent-order-wrap .item .tit {
  font-size: 18px;
}

.recent-order-wrap .item .date-box {
  margin-right: 30px;
}

@media (max-width: 768px) {
  .recent-order-wrap .card-tab .btn {
    display: flex;
    align-items: center;
  }
  .recent-order-wrap .layer-product-wrap .box {
    margin: 0 20px;
  }
  .recent-order-wrap .add-box {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 20px 20px 30px;
  }
  .recent-order-wrap .add-box .btn-area {
    width: 90px;
  }
  .recent-order-wrap .add-box .quantity {
    margin-right: 0;
    width: 114px;
  }
  .recent-order-wrap .add-box .tit {
    width: 100%;
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .recent-order-wrap .add-box .form-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 17px;
  }
  .recent-order-wrap .add-box .form-box::after {
    right: 82px;
  }
  .recent-order-wrap .add-box .form-box .input {
    height: 32px;
    padding: 0 9px;
    letter-spacing: normal;
    width: calc(100% - 82px);
  }
  .recent-order-wrap .add-box .form-box .select {
    height: 32px;
    line-height: 32px;
    background: #fff url(/assets/images/select_arrow_s.png) calc(100% - 11px) center no-repeat;
    background-size: 8px auto;
  }
  .recent-order-wrap .add-box .form-box .select.open {
    background: #fff url(/assets/images/select_arrow_on_s.png) calc(100% - 11px) center no-repeat;
    background-size: 8px auto;
  }
  .recent-order-wrap .add-box .select {
    padding: 0 9px 0 0;
    width: 82px;
  }
  .recent-order-wrap .add-box .nice-select .list {
    left: 4px;
  }
  .recent-order-wrap .add-box .nice-select span.current {
    font-size: 14px;
  }
  .recent-order-wrap .add-box .sum-box {
    width: 104px;
    margin-right: 0;
    padding: 0 19px 5px;
  }
  .recent-order-wrap .add-box .sum-box input {
    font-size: 20px;
    width: calc(100% - 28px);
  }
  .recent-order-wrap .add-box .sum-box span {
    font-size: 15px;
  }
  .recent-order-wrap .checkbox.all {
    margin-top: 30px;
    margin-left: 21px;
  }
  .recent-order-wrap .checkbox.all label {
    font-size: 14px;
    font-weight: 500;
    padding-left: 28px;
  }
  .recent-order-wrap .checkbox.all label::before {
    top: 1px;
  }
  .recent-order-wrap .product-list-box {
    margin-top: 10px;
  }
  .recent-order-wrap .product-list-box.img {
    display: block;
    border-top: 1px solid #517c09;
  }
  .recent-order-wrap .product-list-box .box {
    justify-content: flex-start;
  }
  .recent-order-wrap .product-list-box .list {
    margin-left: 0;
  }
  .recent-order-wrap .product-list-box .list > li {
    margin-left: 0;
  }
  .recent-order-wrap .btn-more {
    margin-bottom: 50px;
    margin: 50px 20px;
  }
  .recent-order-wrap .cart-item-list .items .nice-select .list li {
    padding-left: 14px !important;
  }
  .recent-order-wrap .cart-item-list .items .img {
    margin-top: 10px;
  }
  .recent-order-wrap .cart-item-list .items .list li {
    padding-left: 0 !important;
    padding-right: 10px;
  }
  .recent-order-wrap .cart-item-list .items .list li::before {
    display: none !important;
  }
  .recent-order-wrap .select-box .date-radio {
    width: 25%;
  }
  .recent-order-wrap .total-price {
    padding-top: 13px;
  }
  .recent-order-wrap .total-price .mo {
    font-size: 12px;
    padding-bottom: 2px;
  }
  .recent-order-wrap .mo {
    display: block;
  }
  .recent-order-wrap .items .list {
    order: 1;
    flex-grow: 1;
    position: unset;
  }
  .recent-order-wrap .items .col2 {
    width: 100%;
    padding-left: 10px;
    text-align: left;
  }
  .recent-order-wrap .mo-txt {
    order: 2;
    width: calc(100% - 110px);
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .recent-order-wrap .mo-txt .price {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .recent-order-wrap .mo-txt .price strong {
    font-size: 14px;
  }
  .recent-order-wrap .box {
    justify-content: flex-start;
  }
  .recent-order-wrap .col1-1 {
    order: 1;
    width: 110px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }
  .recent-order-wrap .col1-2 {
    width: 100%;
  }
  .recent-order-wrap .col3 {
    width: 100%;
    order: 4;
  }
  .recent-order-wrap .col4 {
    width: 40%;
    order: 3;
    width: 100%;
  }
  .recent-order-wrap .col4 .total-price {
    padding-left: 120px;
    text-align: left;
  }
  .recent-order-wrap .title-cont {
    margin-top: 23px;
    font-size: 20px;
    text-align: left;
  }
  .recent-order-wrap .web {
    display: none;
  }
  .recent-order-wrap .top {
    margin: 0 20px 20px;
  }
  .recent-order-wrap .top .btn {
    line-height: 40px;
    height: 40px;
    width: 134px;
    font-size: 14px;
  }
  .recent-order-wrap .top label {
    font-size: 14px;
  }
  .recent-order-wrap .select-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .recent-order-wrap .select-box .date-radio label {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
  .recent-order-wrap .select-box .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .recent-order-wrap .select-box .btn-area {
    border-top: none;
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
  }
  .recent-order-wrap .select-box .btn {
    flex: none;
    width: 162px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .recent-order-wrap .select-box .item {
    flex-direction: column;
  }
  .recent-order-wrap .select-box .item > div {
    width: 100%;
  }
  .recent-order-wrap .select-box .date-box {
    margin: 0;
  }
}
@media print {
  .popup02 .pop-content {
    padding: 0 30px;
  }
  .pop-order-info .row-table + .small-title {
    margin-top: 25px;
  }
  .pop-order-info .small-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .mypage-content.detail .col10 .info-list {
    margin-bottom: 0;
  }
  .cart-item-list .items .col7 .total-price strong {
    font-size: 20px;
  }
  .cart-item-list .items .total-price {
    position: absolute;
    right: 20px;
    bottom: 19px;
  }
  .cart-item-list .items .img {
    width: 120px;
    height: 60px;
  }
  .row-table.type2 tbody tr td {
    padding: 17px 0 13px 0;
    font-size: 15px;
  }
  .row-table.type2 tbody tr {
    border-bottom: 1px solid #e8e8e8;
  }
  .row-table.type2 tbody tr:last-child {
    border-bottom: transparent;
  }
  .row-table.type2 tbody tr th {
    padding: 17px 0 13px 0;
    font-size: 15px;
  }
  .pop-head,
  .pop-bottom {
    display: none;
  }
  .pop-order-confirm.popup02 {
    height: auto;
    position: static;
  }
  .pop-order-confirm.popup02 .pop-order-box {
    position: inherit;
    height: 100%;
    box-shadow: none;
  }
  .my-order-list .items {
    flex-wrap: nowrap;
    min-height: auto;
    height: 100px;
    page-break-inside: avoid;
  }
  .my-order-list .items .img {
    position: inherit;
    min-width: 13%;
  }
  .my-order-list .total-price {
    padding-left: 18%;
  }
  .mypage-content.detail .items > div.col10 {
    align-items: flex-start;
  }
  .mypage-content.detail .my-order-list .items {
    padding: 10px 20px;
  }
  .mypage-content.detail .order-state {
    margin-top: 0;
  }
  .mypage-content.detail .order-state .tit {
    margin-bottom: 0;
    top: calc(50% + 22px);
    left: 56px;
    font-size: 12px;
  }
  .mypage-content.detail .col10 {
    height: 100%;
    width: 100%;
  }
  .mypage-content.detail .col10 > div:not(.img) {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
  }
  .mypage-content.detail .col10 > div:not(.img):nth-child(2) {
    width: calc(100% - 120px);
    padding-left: 20px;
    height: 100%;
  }
  .mypage-content.detail .col10 .info-box {
    width: 100%;
  }
  .mypage-content.detail .col10 .info-box .tit {
    margin-bottom: 10px;
  }
  .mypage-content.detail .col7,
  .mypage-content.detail .col9 {
    width: 100%;
  }
  .mypage-content.detail .items > div.col10 {
    flex-wrap: nowrap;
  }
  .btn-area {
    display: none;
  }
}
@media (max-width: 768px) {
  .category-list.swiper-wrapper > li.point {
    width: auto !important;
  }
}
