@charset "UTF-8";
/* s: reset css */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: rgb(11, 19, 43);
}

input,
button {
  outline: 0;
}

/* e: reset css */
/* s: 스크롤바 커스텀 */
::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  height: 17%;
  background-color: rgba(80, 79, 79, 0.5);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: rgba(41, 41, 41, 0.2);
}

/* e: 스크롤바 커스텀 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../../fonts/Poppins-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../../fonts/Poppins-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../fonts/Poppins-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../../fonts/Poppins-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../../fonts/Poppins-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../fonts/Poppins-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../../fonts/Poppins-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../../fonts/Poppins-Black.ttf) format("truetype");
}
body {
  font-size: 16px;
  font-weight: 400;
  color: rgb(41, 47, 56);
  width: 100%;
  font-family: "Poppins", "Pretendard Variable", Pretendard, serif;
  line-height: 1.2;
  word-break: break-all;
}
body.bg {
  background-color: #FFF;
}
body .text-light-black {
  color: #292F38 !important;
}
body .text-gray {
  color: #4F5C6D !important;
}

button {
  display: block;
  outline: none;
  background: none;
  border: none;
  padding: 0;
  font-family: "Poppins", serif;
  cursor: pointer;
}
button.btn {
  transition: all 0.3s;
}
button.btn.arr {
  border-radius: 10px;
  height: 37px;
  line-height: 37px;
  padding: 0 46px 0 22px;
  font-size: 14px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 22px center;
}
button.btn.arr.gray {
  background-color: rgb(75, 69, 70);
  color: #fff;
  background-image: url(../../assets/images/bunjang/icon_arr_w.svg);
}
button.btn.arr.gray:hover {
  background-color: #f52439;
}
button.btn.arr.white {
  padding: 0 46px 0 22px;
  background-color: rgb(255, 255, 255);
  color: rgb(44, 35, 38);
  background-image: url(../../assets/images/bunjang/icon_arr_b_20.svg);
}
button.btn.border {
  height: 40px;
  line-height: 38px;
  border: 1px solid rgb(149, 161, 178);
  border-radius: 10px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(122, 138, 159);
}
button.btn.shadow {
  position: relative;
  width: 320px;
}
button.btn.shadow span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid rgb(11, 19, 43);
  border-radius: 10px;
  height: 40px;
  line-height: 38px;
  background: #fff;
  position: relative;
  z-index: 10;
  transition: all 0.3s;
}
button.btn.shadow::before {
  content: "";
  width: calc(100% - 8px);
  height: 100%;
  border-radius: 10px;
  background: rgb(172, 186, 235);
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  transition: all 0.3s;
}
button.btn.shadow::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid rgb(11, 19, 43);
  border-radius: 10px;
  background: rgb(26, 79, 255);
  position: absolute;
  bottom: -8px;
  left: 0;
  box-sizing: border-box;
  transition: all 0.3s;
}
button.btn.shadow:hover span {
  transform: translateY(4px);
}
button.btn.shadow:hover::before {
  transform: translate(-50%, -4px);
}
button.btn.shadow:active span {
  transform: translateY(8px);
}
button.btn.shadow:active::before {
  transform: translate(-50%, -8px);
}
button.btn.shadow.blue span {
  background: rgb(61, 104, 254);
  color: #fff;
  font-weight: 600;
}
button.btn.shadow.blue:hover span {
  background: #4d58ff;
}
button.btn.shadow.blue:active span {
  background: #002cbd;
}
button.btn.shadow.blue::after {
  background: rgb(0, 44, 189);
}
button.btn.shadow.blue:disabled span {
  transform: translateY(8px);
  background: rgb(228, 232, 236);
  color: rgb(122, 138, 159);
  box-shadow: inset 0px 5px 0 0 #cad0d8;
}
button.btn.shadow.blue:disabled::before {
  transform: translate(-50%, -8px);
}
button.btn.shadow.blue:disabled::after {
  transform: translate(0, -8px);
  background: rgb(149, 161, 178);
}
button.btn.shadow.red span {
  background: rgb(255, 89, 111);
  color: #fff;
  font-weight: 600;
}
button.btn.shadow.red::before {
  background: rgb(253, 211, 215);
}
button.btn.shadow.red::after {
  background: rgb(216, 11, 31);
}
button.btn.shadow.red:hover span {
  background: #f52439;
}
button.btn.shadow.red:active span {
  background: #d80b1f;
}
button.btn.shadow.green span {
  background: rgb(23, 228, 180);
  font-weight: 600;
}
button.btn.shadow.green::before {
  background: rgb(209, 235, 172);
}
button.btn.shadow.green::after {
  background: rgb(0, 136, 104);
}
button.btn.shadow.green:hover span {
  background: #00daae;
}
button.btn.shadow.green:active span {
  background: #00daae;
}
button.btn.shadow.cart span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
button.btn.shadow.cart span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../assets/images/bunjang/icon_cart.svg) no-repeat center/contain;
}
button.btn.shadow.purchase span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
button.btn.shadow.purchase span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../assets/images/bunjang/icon_history_w.svg) no-repeat center/contain;
}

/* s: header_wr */
.header_wr {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgb(202, 208, 216);
  z-index: 100;
}
.header_wr header {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.header_wr .logo {
  width: 188px;
  height: 80px;
}
.header_wr .logo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_wr .logo img {
  width: 140px;
  height: 40px;
}
.header_wr ul {
  display: flex;
  align-items: center;
}
.header_wr ul li a {
  padding: 0 16px;
  line-height: 80px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_wr ul li.coupon a {
  color: rgb(0, 189, 166);
  font-weight: 700;
}
.header_wr ul li.shop a {
  color: rgb(255, 89, 111);
}
.header_wr ul li.shop a {
  color: rgb(255, 89, 111);
}
.header_wr nav {
  margin: 0 auto 0 80px;
  display: flex;
  align-items: center;
  gap: 37px;
}
.header_wr nav ul:nth-child(2) {
  position: relative;
}
.header_wr nav ul:nth-child(2)::before {
  content: "|";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.header_wr .btn_menu {
  display: none;
}
.header_wr .btn_prev {
  display: none;
}
@media (max-width: 1350px) {
  .header_wr nav {
    margin: 0 auto 0 0;
  }
}
@media (max-width: 1180px) {
  .header_wr nav {
    margin: 0 auto;
  }
}
@media (max-width: 1160px) {
  .header_wr header {
    justify-content: center;
  }
  .header_wr nav,
  .header_wr .my {
    display: none;
  }
  .header_wr .btn_menu {
    display: block;
    width: 64px;
    height: 64px;
    background: url(../../assets/images/bunjang/icon_menu.svg) no-repeat center/contain;
    text-indent: -999999px;
    color: transparent;
    font-size: 0;
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* e: header_wr */
.shop_main_wr {
  padding-top: 80px;
}
.shop_main_wr .shop_title {
  background: #f8f8f9;
}
.shop_main_wr .shop_title .inner {
  max-width: 1480px;
  padding: 64px 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.shop_main_wr .shop_title .title_wr .title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.shop_main_wr .shop_title .title_wr .title .logo {
  width: 270px;
  height: 64px;
}
.shop_main_wr .shop_title .title_wr .title .logo img {
  width: 100%;
}
.shop_main_wr .shop_title .title_wr .title .partner {
  height: 20px;
  line-height: 20px;
  background: #17e4b4;
  color: #292f38;
  font-size: 10px;
  font-weight: 500;
  padding: 0 6px;
  border-radius: 2px;
}
.shop_main_wr .shop_title .title_wr .desc {
  color: #4f5c6d;
  max-width: 670px;
  word-break: keep-all;
}
.shop_main_wr .shop_title .shop_menu {
  flex-shrink: 0;
}
.shop_main_wr .shop_title .shop_menu .menu_list {
  padding: 20px 48px;
  background: #fff;
  border: 1px solid rgb(202, 208, 216);
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 49px;
}
.shop_main_wr .shop_title .shop_menu .menu_list li {
  position: relative;
}
.shop_main_wr .shop_title .shop_menu .menu_list li::before {
  content: "";
  width: 1px;
  height: 40px;
  background: rgb(202, 208, 216);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
}
.shop_main_wr .shop_title .shop_menu .menu_list li:first-child::before {
  display: none;
}
.shop_main_wr .shop_title .shop_menu .menu_list li a {
  display: block;
  padding-top: 35px;
  font-size: 16px;
  font-weight: 500;
  color: rgb(41, 47, 56);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center top;
}
.shop_main_wr .shop_title .shop_menu .menu_list li.on a {
  color: rgb(34, 82, 248);
}
.shop_main_wr .shop_title .shop_menu .menu_list li.shop a {
  background-image: url(../../assets/images/bunjang/icon_home.svg);
}
.shop_main_wr .shop_title .shop_menu .menu_list li.shop.on a {
  background-image: url(../../assets/images/bunjang/icon_home_on.svg);
}
.shop_main_wr .shop_title .shop_menu .menu_list li.history a {
  background-image: url(../../assets/images/bunjang/icon_history.svg);
}
.shop_main_wr .shop_title .shop_menu .menu_list li.history.on a {
  background-image: url(../../assets/images/bunjang/icon_history_on.svg);
}
.shop_main_wr .shop_title .shop_menu .menu_list li.cart a {
  background-image: url(../../assets/images/bunjang/icon_cart.svg);
}
.shop_main_wr .shop_title .shop_menu .menu_list li.cart.on a {
  background-image: url(../../assets/images/bunjang/icon_cart_on.svg);
}
.shop_main_wr .shop_title .shop_menu .mo_menu_list {
  display: none;
}

input[type=text] {
  height: 40px;
  line-height: 40px;
  background: rgb(228, 232, 236);
  border-radius: 10px;
  outline: 4px solid transparent;
  border: 1px solid #e4e8ec;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
  color: rgb(41, 47, 56);
  font-family: "Poppins", "Pretendard Variable", Pretendard, serif;
}
input[type=text]::placeholder {
  color: rgb(41, 47, 56);
}
input[type=text]:hover {
  outline: 4px solid #a3b9ff;
}
input[type=text]:focus {
  border: 1px solid #3d68fe;
  outline: 4px solid #a3b9ff;
  background: #fff;
}
input[type=text]:read-only:hover, input[type=text]:disabled:hover {
  outline-color: transparent;
}
input[type=text]:read-only:focus, input[type=text]:disabled:focus {
  outline-color: transparent;
  border-color: transparent;
  background: rgb(228, 232, 236);
}

.search_input {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 300px;
  padding: 0 0 0 4px;
}
.search_input .btn_search {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #3d68fe url(../../assets/images/bunjang/icon_search.svg) no-repeat center;
}
.search_input input[type=text] {
  flex: 1;
}

.checkbox label {
  display: block;
  color: rgb(79, 92, 109);
  font-size: 16px;
  font-weight: 500;
  padding-left: 24px;
  background: url(../../assets/images/bunjang/checkbox.svg) no-repeat left top/contain;
  background-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 20px;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox] + label::before {
  content: none !important;
}
.checkbox input[type=checkbox]:checked + label {
  background: url(../../assets/images/bunjang/checkbox_on.svg) no-repeat left top/contain;
  background-size: 20px;
  color: rgb(11, 19, 43);
}
.checkbox input[type=checkbox]:disabled + label {
  cursor: default;
  background: url(../../assets/images/bunjang/checkbox_off.svg) no-repeat left top/contain;
  background-size: 20px;
  color: rgb(11, 19, 43);
}
.checkbox.chk_only {
  width: 20px;
}
.checkbox.chk_only label {
  height: 20px;
  padding-left: 20px;
  width: 20px;
}

.range_wr {
  width: 100%;
}
.range_wr .slider_range_wr {
  height: 10px;
  margin-bottom: 10px;
  padding: 0 4px;
}
.range_wr .amount_wr {
  display: flex;
  align-items: center;
  gap: 8px;
}
.range_wr .amount_wr span {
  font-size: 14px;
  font-weight: 300;
  color: rgb(79, 92, 109);
}
.range_wr .amount_wr input[type=text] {
  width: 130px;
}
.range_wr .ui-widget.ui-widget-content {
  width: 100% !important;
  height: 3px !important;
  background: rgb(202, 208, 216);
  position: relative;
}
.range_wr .ui-widget.ui-widget-content:before, .range_wr .ui-widget.ui-widget-content::after {
  content: "";
  width: 12px;
  height: 12px;
  background: rgb(202, 208, 216);
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.range_wr .ui-widget.ui-widget-content::before {
  left: -9px;
}
.range_wr .ui-widget.ui-widget-content::after {
  right: -3px;
}
.range_wr .ui-state-default,
.range_wr .ui-widget-content .ui-state-default,
.range_wr .ui-widget-header .ui-state-default,
.range_wr .ui-button,
.range_wr html .ui-button.ui-state-disabled:hover,
.range_wr html .ui-button.ui-state-disabled:active {
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid rgb(77, 88, 255);
}
.range_wr .ui-state-default:focus-visible,
.range_wr .ui-widget-content .ui-state-default:focus-visible,
.range_wr .ui-widget-header .ui-state-default:focus-visible,
.range_wr .ui-button:focus-visible,
.range_wr html .ui-button.ui-state-disabled:hover:focus-visible,
.range_wr html .ui-button.ui-state-disabled:active:focus-visible {
  outline: none;
}
.range_wr .ui-widget-header {
  background: rgb(77, 88, 255);
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.product_wr {
  background: #fff;
}
.product_wr .inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 40px 20px;
}
.product_wr .search_wr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  margin-bottom: 28px;
  gap: 40px;
}
.product_wr .search_wr .sort_wr {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product_wr .search_wr .sort_wr p {
  font-size: 14px;
  font-weight: 500;
  color: rgb(41, 47, 56);
}
.product_wr .search_wr .sort_wr .btn_filter {
  display: none;
}
.product_wr .search_wr .sort_wr .sort_list {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product_wr .search_wr .sort_wr .sort_list a {
  display: block;
  height: 30px;
  line-height: 28px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(79, 92, 109);
  border: 1px solid rgb(149, 161, 178);
  padding: 0 10px;
  transition: all 0.3s;
}
.product_wr .search_wr .sort_wr .sort_list li.on a {
  border-color: rgb(77, 88, 255);
  color: rgb(0, 44, 189);
}
@media (max-width: 1160px) {
  .product_wr .search_wr .sort_wr p {
    display: none;
  }
  .product_wr .search_wr .sort_wr .btn_filter {
    display: block;
  }
  .product_wr .search_wr .sort_wr .btn_filter a {
    display: block;
    height: 30px;
    line-height: 28px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(41, 47, 56);
    border: 1px solid rgb(149, 161, 178);
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }
  .product_wr .search_wr .sort_wr .btn_filter a::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../../assets/images/bunjang/icon_filter.svg) no-repeat center/contain;
  }
}
.product_wr .product_list_wr {
  display: flex;
  gap: 40px;
}
.product_wr .product_list_wr .filter_wr {
  width: 300px;
  flex-shrink: 0;
  background: #fff;
  display: block;
}
.product_wr .product_list_wr .filter_wr .title {
  display: none;
}
@media (max-width: 1160px) {
  .product_wr .product_list_wr .filter_wr {
    display: none;
    z-index: 300;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    border-radius: 16px 16px 0 0;
  }
  .product_wr .product_list_wr .filter_wr .title {
    display: block;
    height: 60px;
    border-bottom: 1px solid rgb(202, 208, 216);
    padding: 0 20px;
  }
  .product_wr .product_list_wr .filter_wr .title h2 {
    font-size: 16px;
    line-height: 59px;
    font-weight: 600;
    padding-left: 26px;
    background: url(../../assets/images/bunjang/icon_filter.svg) no-repeat left center;
    background-size: 20px;
  }
  .product_wr .product_list_wr .filter_wr .toggle_filter_wr {
    padding: 28px 20px;
  }
}
.product_wr .product_list_wr .filter_dim {
  display: none;
}
@media (max-width: 1160px) {
  .product_wr .product_list_wr .filter_dim {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 200;
  }
}
.product_wr .product_list_wr .toggle_filter {
  margin-top: 28px;
}
.product_wr .product_list_wr .toggle_filter:first-child {
  margin-top: 0;
}
.product_wr .product_list_wr .toggle_filter h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 6px;
  border-bottom: 2px solid rgb(202, 208, 216);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.product_wr .product_list_wr .toggle_filter h3::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../assets/images/bunjang/icon_arr_up.svg) no-repeat center/contain;
  transition: all 0.3s;
}
.product_wr .product_list_wr .toggle_filter .toggle_filter_body {
  padding: 16px 2px 4px;
}
.product_wr .product_list_wr .toggle_filter .toggle_filter_body ul {
  max-height: 185px;
  overflow: auto;
}
.product_wr .product_list_wr .toggle_filter .toggle_filter_body ul::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}
.product_wr .product_list_wr .toggle_filter .toggle_filter_body ul::-webkit-scrollbar-thumb {
  height: 17%;
  background-color: rgb(149, 161, 178);
  border-radius: 16px;
}
.product_wr .product_list_wr .toggle_filter .toggle_filter_body ul::-webkit-scrollbar-track {
  background-color: rgb(228, 232, 236);
  border-radius: 16px;
}
.product_wr .product_list_wr .toggle_filter .toggle_filter_body ul li {
  margin-top: 13px;
  padding-right: 10px;
}
.product_wr .product_list_wr .toggle_filter .toggle_filter_body ul li:first-child {
  margin-top: 0;
}
.product_wr .product_list_wr .toggle_filter.off h3:after {
  transform: rotate(180deg);
}
.product_wr .product_list_wr .product_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}
.product_wr .product_list_wr .product_list .product_card {
  max-width: 260px;
  width: calc(25% - 15px);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgb(217, 217, 217);
}
.product_wr .product_list_wr .product_list .product_card .img_bx {
  width: 100%;
  aspect-ratio: 1/1;
}
.product_wr .product_list_wr .product_list .product_card .img_bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_wr .product_list_wr .product_list .product_card .txt_bx {
  padding: 10px 10px 16px;
}
.product_wr .product_list_wr .product_list .product_card .txt_bx .price {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: rgb(11, 19, 43);
  margin-bottom: 10px;
}
.product_wr .product_list_wr .product_list .product_card .txt_bx .price s {
  font-size: 14px;
  font-weight: 300;
  color: rgb(122, 138, 159);
  line-height: 17px;
}
.product_wr .product_list_wr .product_list .product_card .txt_bx .price .price_dollar {
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
  color: rgb(11, 19, 43);
  margin-bottom: 4px;
}
.product_wr .product_list_wr .product_list .product_card .txt_bx .price .price_dollar em {
  color: rgb(216, 11, 31);
  margin-right: 4px;
}
.product_wr .product_list_wr .product_list .product_card .txt_bx .desc {
  line-height: 17px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(41, 47, 56);
  min-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Pretendard Variable", Pretendard;
}

.product_detail_wr {
  max-width: 1480px;
  padding: 80px 20px;
  margin: 0 auto;
}
.product_detail_wr .product_detail_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 120px;
  margin-bottom: 84px;
}
.product_detail_wr .product_detail_row .product_img_wr {
  width: calc(50% - 60px);
}
.product_detail_wr .product_detail_row .product_img_wr .img_bx {
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
.product_detail_wr .product_detail_row .product_img_wr .img_bx.on::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid rgb(77, 88, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  box-sizing: border-box;
  border-radius: 10px;
}
.product_detail_wr .product_detail_row .product_img_wr .img_bx.lg {
  width: 100%;
  margin-bottom: 20px;
}
.product_detail_wr .product_detail_row .product_img_wr .img_bx img {
  width: 100%;
  object-fit: cover;
}
.product_detail_wr .product_detail_row .product_img_wr .thumnail_wr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.product_detail_wr .product_detail_row .product_img_wr .thumnail_wr .img_bx {
  width: calc(20% - 16px);
}
.product_detail_wr .product_detail_row .product_info_bx {
  width: calc(50% - 60px);
}
.product_detail_wr .product_detail_row .product_info_bx h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.product_detail_wr .product_detail_row .product_info_bx .price {
  font-size: 20px;
  font-weight: 600;
  color: #292f38;
  padding-bottom: 44px;
  border-bottom: 1px solid rgb(149, 161, 178);
  margin-bottom: 44px;
}
.product_detail_wr .product_detail_row .product_info_bx .price s {
  font-size: 20px;
  font-weight: 400;
  color: rgb(122, 138, 159);
  margin-bottom: 4px;
}
.product_detail_wr .product_detail_row .product_info_bx .price .price_dollar {
  color: rgb(11, 19, 43);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}
.product_detail_wr .product_detail_row .product_info_bx .price .price_dollar em {
  margin-right: 6px;
  color: rgb(216, 11, 31);
}
.product_detail_wr .product_detail_row .product_info_bx .price_detail {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 40px;
}
.product_detail_wr .product_detail_row .product_info_bx .price_detail .discount {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background: rgb(216, 11, 31);
  line-height: 16px;
  padding: 0 4px;
  border-radius: 100px;
  min-width: 60px;
  text-align: center;
  vertical-align: middle;
  margin-left: 4px;
}
.product_detail_wr .product_detail_row .product_info_bx .price_detail li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}
.product_detail_wr .product_detail_row .product_info_bx .price_detail li b {
  font-size: 20px;
  font-weight: 600;
}
.product_detail_wr .product_detail_row .product_info_bx .price_detail li b s {
  font-size: 20px;
  font-weight: 300;
  color: rgb(122, 138, 159);
  margin-right: 4px;
}
.product_detail_wr .product_detail_row .product_info_bx .add_req {
  margin-bottom: 20px;
}
.product_detail_wr .product_detail_row .product_info_bx .add_req .checkbox {
  margin-bottom: 8px;
}
.product_detail_wr .product_detail_row .product_info_bx .add_req .checkbox label {
  color: rgb(41, 47, 56);
}
.product_detail_wr .product_detail_row .product_info_bx .add_req .text_area {
  display: none;
}
.product_detail_wr .product_detail_row .product_info_bx .caution_bx {
  background: rgb(248, 248, 249);
  border: 1px solid rgb(202, 208, 216);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
}
.product_detail_wr .product_detail_row .product_info_bx .caution_bx h4 {
  line-height: 20px;
  padding-left: 24px;
  background: url(../../assets/images/bunjang/icon_caution.svg) no-repeat left center;
  background-size: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product_detail_wr .product_detail_row .product_info_bx .caution_bx .desc {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
.product_detail_wr .product_detail_row .product_info_bx .caution_bx .more_btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding-right: 20px;
  background: url(../../assets/images/bunjang/icon_arr_right_blue.svg) no-repeat right center;
  background-size: 20px;
  color: rgb(0, 44, 189);
}
.product_detail_wr .product_detail_row .product_info_bx .button_wr {
  display: flex;
  align-items: center;
  gap: 20px;
}
.product_detail_wr .product_detail_row .product_info_bx .button_wr .btn {
  flex: 1;
}
@media (max-width: 1160px) {
  .product_detail_wr .product_detail_row {
    gap: 40px;
  }
  .product_detail_wr .product_detail_row .product_img_wr,
  .product_detail_wr .product_detail_row .product_info_bx,
  .product_detail_wr .product_detail_row .product_detail_col {
    width: calc(50% - 20px);
  }
}
.product_detail_wr .product_detail {
  border-top: 1px solid rgb(149, 161, 178);
  padding: 84px 0;
}
.product_detail_wr .product_detail h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
.product_detail_wr .product_detail .desc {
  font-size: 16px;
  font-weight: 500;
}
.product_detail_wr .product_detail .table_wr {
  border: 1px solid rgb(202, 208, 216);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}
.product_detail_wr .product_detail .table_wr p {
  font-size: 16px;
  margin-top: 10px;
}
.product_detail_wr .product_detail .table_wr p:first-child {
  margin-top: 0;
}
.product_detail_wr .product_detail .table_wr .img_bx {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  max-width: 320px;
}
.product_detail_wr .product_detail .table_wr .img_bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  display: block;
}
.product_detail_wr .product_detail .table_wr .img_bx span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product_detail_wr .product_detail .table_wr table {
  width: 100%;
}
.product_detail_wr .product_detail .table_wr table th {
  background: rgb(248, 248, 249);
}
.product_detail_wr .product_detail .table_wr table th,
.product_detail_wr .product_detail .table_wr table td {
  padding: 20px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.product_detail_wr .product_detail .table_wr table td {
  border-left: 1px solid rgb(202, 208, 216);
}
.product_detail_wr .product_detail .table_wr table tr {
  border-top: 1px solid rgb(202, 208, 216);
}
.product_detail_wr .product_detail .table_wr table tr:first-child {
  border-top: 0;
}
@media (max-width: 1160px) {
  .product_detail_wr .product_detail .table_wr table th,
  .product_detail_wr .product_detail .table_wr table td {
    font-size: 16px;
  }
}

.text_area {
  padding: 20px;
  border: 1px solid rgb(202, 208, 216);
  background: rgb(248, 248, 249);
  border-radius: 10px;
}
.text_area textarea {
  background: rgb(228, 232, 236);
  border-radius: 10px;
  border: none;
  outline: 4px solid transparent;
  width: 100%;
  padding: 4px 8px;
  font-family: "Poppins", "Pretendard Variable", Pretendard, serif;
  font-size: 14px;
  font-weight: 400;
  resize: vertical;
  height: 223px;
  transition: all 0.3s;
  margin-bottom: 12px;
}
.text_area textarea::placeholder {
  color: rgb(79, 92, 109);
}
.text_area textarea:hover {
  outline: 4px solid #a3b9ff;
}
.text_area textarea:focus {
  border: 1px solid #3d68fe;
  outline: 4px solid #a3b9ff;
  background: #fff;
}
.text_area textarea:read-only:hover, .text_area textarea:disabled:hover {
  outline-color: transparent;
}
.text_area textarea:read-only:focus, .text_area textarea:disabled:focus {
  outline-color: transparent;
  border-color: transparent;
  background: rgb(228, 232, 236);
}

.file_bx {
  display: flex;
  align-items: center;
}
.file_bx .dropzone {
  width: 100%;
  min-width: 80px;
  min-height: 80px;
  border: none;
  background: none;
  padding: 0;
}
.file_bx .dropzone .dz-button {
  background: rgb(228, 232, 236);
  display: block;
  width: 100%;
  height: 80px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(92, 107, 126);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%234D58FFFF' stroke-width='2' stroke-dasharray='9%2c 4' stroke-dashoffset='6' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 4px;
  gap: 10px;
}
.file_bx .dropzone .dz-button .file_num {
  width: 32px;
  padding-top: 32px;
  background: url(../../assets/images/bunjang/icon_camera.svg) no-repeat center top/contain;
  background-size: 32px;
  color: rgb(34, 82, 248);
  font-weight: 600;
}
.file_bx .dropzone .dz-button .btn_txt {
  flex: 1;
  text-align: left;
}
.file_bx .dropzone.on {
  width: auto;
}
.file_bx .dropzone.on .btn_txt {
  display: none;
}
.file_bx .dz-message {
  display: none;
}
.file_bx .previewSwiper {
  margin-left: 0;
}
.file_bx .previewSwiper .swiper-slide {
  width: 80px;
  position: relative;
  margin-left: 9px;
}
.file_bx .previewSwiper .swiper-slide .img_bx {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
}
.file_bx .previewSwiper .swiper-slide .img_bx img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.file_bx .previewSwiper .swiper-slide button {
  width: 20px;
  height: 20px;
  background: url(../../assets/images/bunjang/icon_del.svg) no-repeat center/contain;
  background-size: 20px;
  position: absolute;
  top: 4px;
  right: 4px;
}

.delivery_caution {
  color: #D80B1F;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}

/* s: modal_wr */
.modal_wr {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
}
.modal_wr .modal_dim {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.modal_wr .modal {
  background: #fff;
  padding: 20px;
  width: 360px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}
.modal_wr .modal.md {
  width: 460px;
}
.modal_wr .modal .txt {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.modal_wr .modal .txt h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.modal_wr .modal .btn_wr {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 16px;
}
.modal_wr .add_req h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.modal_wr .add_req .text_area {
  padding: 0 0 24px;
  border: none;
  background: none;
}
.modal_wr.on {
  display: block;
}

/* e: modal_wr */
/* s: product_detail_col */
.product_detail_col {
  width: calc(50% - 60px);
}
.product_detail_col h2 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 24px;
  border-bottom: 2px solid rgb(149, 161, 178);
  margin-bottom: 9px;
}

/* e: product_detail_col */
/* s: checkout_wr */
.checkout_wr .checkout_list_wr .item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid rgb(217, 217, 217);
  gap: 20px;
}
.checkout_wr .checkout_list_wr .item:first-child {
  border-top: 0;
}
.checkout_wr .checkout_list_wr .item .img_bx {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.checkout_wr .checkout_list_wr .item .img_bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.checkout_wr .checkout_list_wr .item .price {
  width: calc(100% - 120px);
}
.checkout_wr .checkout_list_wr .item .price ul {
  width: 100%;
}
.checkout_wr .checkout_list_wr .item .price li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  color: rgb(79, 92, 109);
  font-weight: 400;
  font-size: 14px;
  margin-top: 7px;
}
.checkout_wr .checkout_list_wr .item .price li h3 {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
}
.checkout_wr .checkout_list_wr .item .price li b {
  text-align: right;
  flex-shrink: 0;
  font-weight: 400;
}
.checkout_wr .checkout_list_wr .item .price li b s {
  margin-right: 4px;
  color: rgb(122, 138, 159);
}
.checkout_wr .checkout_list_wr .item .price li .discount {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background: rgb(216, 11, 31);
  line-height: 16px;
  padding: 0 4px;
  border-radius: 100px;
  min-width: 60px;
  text-align: center;
}
.checkout_wr .checkout_list_wr .item .price li span {
  display: flex;
  align-items: center;
  color: rgb(79, 92, 109);
  font-weight: 400;
  font-size: 14px;
  gap: 4px;
}
.checkout_wr .checkout_list_wr .item .price li.title {
  margin-bottom: 11px;
  margin-top: 0;
  color: rgb(41, 47, 56);
}
.checkout_wr .checkout_list_wr .item .price li.title b {
  font-weight: 600;
}
.checkout_wr .price_detail_wr .item {
  padding: 24px 0;
  border-top: 1px solid rgb(149, 161, 178);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.checkout_wr .price_detail_wr .item h3,
.checkout_wr .price_detail_wr .item b {
  font-size: 20px;
  font-weight: 600;
  color: rgb(11, 19, 43);
}
.checkout_wr .price_detail_wr .item b {
  text-align: right;
}
.checkout_wr .price_detail_wr .item b span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
}
.checkout_wr .price_detail_wr .item .point_wr {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.checkout_wr .price_detail_wr .item .point_wr .input_label {
  position: relative;
}
.checkout_wr .price_detail_wr .item .point_wr .input_label input[type=text] {
  padding-right: 43px;
}
.checkout_wr .price_detail_wr .item .point_wr .input_label span {
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.checkout_wr .price_detail_wr .item .point_wr .use_point_bx {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 4px 0;
}
.checkout_wr .price_detail_wr .item .point_wr .use_point_bx .info_txt {
  width: 100%;
  color: rgb(79, 92, 109);
  font-size: 12px;
  font-weight: 300;
  margin-top: 7px;
}
.checkout_wr .price_detail_wr .item .point_wr .use_point_bx .info_txt span {
  font-weight: 500;
}
.checkout_wr .price_detail_wr .item .checkbox_wr {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}
.checkout_wr .price_detail_wr .item .checkbox_wr .more {
  flex-shrink: 0;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 300;
  color: rgb(0, 54, 231);
}
.checkout_wr .price_detail_wr .item .checkbox_wr .more:disabled {
  color: rgb(122, 138, 159);
  cursor: default;
}
.checkout_wr .price_detail_wr .btn_wr {
  width: 100%;
}
.checkout_wr .price_detail_wr .btn_wr .btn {
  width: 100%;
}

.order_summary_wr .list {
  padding-top: 4px;
  margin-bottom: 20px;
}
.order_summary_wr .list ul {
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(149, 161, 178);
}
.order_summary_wr .list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}
.order_summary_wr .list ul li b {
  font-size: 16px;
  font-weight: 600;
}
.order_summary_wr .list ul li b em {
  font-weight: 400;
  color: rgb(79, 92, 109);
  margin-right: 4px;
}
.order_summary_wr .list .total {
  padding-top: 24px;
  font-size: 20px;
  font-weight: 600;
  color: rgb(11, 19, 43);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order_summary_wr .order_wr {
  margin-bottom: 20px;
}
.order_summary_wr .order_wr .paypal {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.order_summary_wr .order_wr .paypal img {
  display: block;
  width: 100%;
}
.order_summary_wr .order_wr .btn_wr .btn.btn_payment {
  width: 100%;
  margin-bottom: 26px;
}
.order_summary_wr .btn_wr .btn {
  min-width: 260px;
}
.order_summary_wr .shadow_btn_wr {
  padding: 20px 0 36px;
}
.order_summary_wr .shadow_btn_wr .btn {
  width: 100%;
}

/* e: checkout_wr */
/* s: order_finish_wr */
.order_finish_wr {
  max-width: 604px;
  margin: 0 auto;
  padding-top: 207px;
}
.order_finish_wr .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.order_finish_wr .inner h3 {
  padding-top: 136px;
  background-size: 112px;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}
.order_finish_wr .inner h3.complete {
  background: url(../../assets/images/bunjang/icon_complete.svg) no-repeat center top;
}
.order_finish_wr .inner h3.pending {
  background: url(../../assets/images/bunjang/i_pending.png) no-repeat center top;
}
.order_finish_wr .inner h3.fail {
  background: url(../../assets/images/bunjang/i_order_fail.png) no-repeat center top;
}
.order_finish_wr .inner .desc {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  word-break: keep-all;
}
.order_finish_wr .inner .desc p {
  margin-top: 8px;
}
.order_finish_wr .inner .desc p:first-child {
  margin-top: 0;
}
.order_finish_wr .inner .btn_wr {
  margin-top: 56px;
  width: 100%;
}
.order_finish_wr .inner .btn_wr .btn {
  width: 100%;
}

/* e: order_finish_wr */
/* s:history_wr */
.history_wr {
  max-width: 1480px;
  padding: 80px 20px;
  margin: 0 auto;
}
.history_wr h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
.history_wr .table_wr .th_table {
  border: 1px solid rgb(202, 208, 216);
  border-radius: 10px;
}
.history_wr .table_wr .td_table .history_no_data {
  display: flex;
  margin-top: 10px;
  padding: 80px 0 80px 0;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.history_wr .table_wr .td_table .history_no_data .text_wr {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.history_wr .table_wr .td_table .history_no_data .text_wr h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.history_wr .table_wr .td_table .history_no_data .btn_wr {
  margin: 0 auto;
}
.history_wr .table_wr table {
  width: 100%;
  table-layout: fixed;
}
.history_wr .table_wr .checkbox.chk_only {
  margin: 0 auto;
}
.history_wr .table_wr .checkbox.chk_only label {
  display: inline;
  vertical-align: inherit;
}
.history_wr .table_wr thead tr th {
  background: rgb(248, 248, 249);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 20px;
}
.history_wr .table_wr thead tr th.center {
  text-align: center;
}
.history_wr .table_wr thead tr th:first-child {
  border-radius: 10px 0 0 10px;
}
.history_wr .table_wr thead tr th:last-child {
  border-radius: 0 10px 10px 0;
}
.history_wr .table_wr tbody tr {
  border-bottom: 1px solid rgb(202, 208, 216);
}
.history_wr .table_wr tbody tr td {
  padding: 17px 20px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
}
.history_wr .table_wr tbody tr td.td_status {
  text-align: center;
  padding: 0;
}
.history_wr .table_wr tr.disabled td {
  color: rgb(122, 138, 159);
}
.history_wr .table_wr tr.disabled td .product_item .price {
  color: rgb(122, 138, 159);
}
.history_wr .table_wr tr.disabled td .product_item .price h3,
.history_wr .table_wr tr.disabled td .product_item .price b {
  color: rgb(122, 138, 159);
}
.history_wr .table_wr .status {
  font-size: 12px;
  font-weight: 500;
  color: rgb(41, 47, 56);
  padding: 0 8px;
  line-height: 22px;
  border: 1px solid rgb(149, 161, 178);
  border-radius: 100px;
  text-align: center;
}
.history_wr .table_wr .status.blue {
  color: rgb(0, 44, 189);
  border-color: rgb(77, 88, 255);
}
.history_wr .table_wr .status.green {
  color: rgb(9, 88, 70);
  border-color: rgb(17, 206, 163);
}
.history_wr .table_wr .status.red {
  color: rgb(136, 6, 19);
  border-color: rgb(245, 36, 57);
}
.history_wr .table_wr .status.yellow {
  color: rgb(143, 90, 0);
  border-color: rgb(255, 171, 26);
}
.history_wr .table_wr .title_td {
  display: flex;
  align-items: center;
  gap: 10px;
}
.history_wr .table_wr .title_td img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.history_wr .table_wr .title_td span {
  flex-shrink: 0;
}
.history_wr .table_wr .title_td .title {
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
}
.history_wr .pager {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history_wr .pager a {
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  color: rgb(92, 107, 126);
  text-align: center;
}
.history_wr .pager a.on {
  background: rgb(228, 232, 236);
  color: rgb(11, 19, 43);
}
.history_wr .pager a.disabled {
  display: none;
}
.history_wr .pager a.first, .history_wr .pager a.prev, .history_wr .pager a.next, .history_wr .pager a.last {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.history_wr .pager a.first {
  background-image: url(../../assets/images/bunjang/icon_arr_last.svg);
  transform: rotate(180deg);
}
.history_wr .pager a.prev {
  background-image: url(../../assets/images/bunjang/icon_arr_next.svg);
  transform: rotate(180deg);
  margin-right: 8px;
}
.history_wr .pager a.last {
  background-image: url(../../assets/images/bunjang/icon_arr_last.svg);
}
.history_wr .pager a.next {
  background-image: url(../../assets/images/bunjang/icon_arr_next.svg);
  margin-left: 8px;
}
.history_wr .detail_title h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.history_wr .detail_title .detail_info {
  font-size: 20px;
  font-weight: 400;
  color: rgb(79, 92, 109);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 80px;
}
.history_wr .detail_title .detail_info h4 {
  font-size: 20px;
  font-weight: 600;
  color: rgb(11, 19, 43);
}
.history_wr .detail_title .detail_info .status {
  font-size: 12px;
  font-weight: 500;
  color: rgb(41, 47, 56);
  padding: 0 8px;
  line-height: 22px;
  border: 1px solid rgb(149, 161, 178);
  border-radius: 100px;
  text-align: center;
}
.history_wr .detail_title .detail_info .status.blue {
  color: rgb(0, 44, 189);
  border-color: rgb(77, 88, 255);
}
.history_wr .detail_title .detail_info .status.green {
  color: rgb(9, 88, 70);
  border-color: rgb(17, 206, 163);
}
.history_wr .detail_title .detail_info .status.red {
  color: rgb(136, 6, 19);
  border-color: rgb(245, 36, 57);
}
.history_wr .detail_title .detail_info .status.yellow {
  color: rgb(143, 90, 0);
  border-color: rgb(255, 171, 26);
}
.history_wr .detail_title .detail_info .date {
  margin-left: auto;
}
.history_wr .product_item {
  position: relative;
  padding-left: 120px;
  min-height: 100px;
}
.history_wr .product_item .img_bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.history_wr .product_item .img_bx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.history_wr .product_item .price {
  font-size: 16px;
  font-weight: 400;
  color: rgb(79, 92, 109);
}
.history_wr .product_item .price .border_btn {
  height: 22px;
  line-height: 20px;
  border: 1px solid rgb(149, 161, 178);
  color: rgb(41, 47, 56);
  font-size: 12px;
  font-weight: 500;
  padding: 0 8px;
  border-radius: 100px;
  cursor: pointer;
  margin-top: 3px;
}
.history_wr .product_item .price .border_btn.on {
  color: rgb(0, 54, 231);
  border-color: rgb(0, 54, 231);
}
.history_wr .product_item .price li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
}
.history_wr .product_item .price li:last-child {
  margin-bottom: 0;
}
.history_wr .product_item .price b {
  text-align: right;
  flex-shrink: 0;
}
.history_wr .product_item .price b s {
  color: rgb(122, 138, 159);
  margin-right: 4px;
}
.history_wr .product_item .price .mo_only {
  display: none;
}
.history_wr .product_item .price h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: rgb(11, 19, 43);
  flex: 1;
}
.history_wr .product_item .price .title {
  margin-bottom: 10px;
}
.history_wr .product_item .price .title b {
  font-size: 16px;
  font-weight: 600;
  color: rgb(11, 19, 43);
}
.history_wr .discount {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background: rgb(216, 11, 31);
  line-height: 16px;
  padding: 0 4px;
  border-radius: 100px;
  min-width: 60px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1220px) {
  .history_wr .table_wr thead tr th,
  .history_wr .table_wr tbody tr td {
    font-size: 12px;
    padding: 20px 10px;
  }
  .history_wr .table_wr .title_td .title {
    font-size: 12px;
  }
  .history_wr .table_wr .status {
    font-size: 10px;
  }
}
@media (max-width: 950px) {
  .history_wr .table_wr .th_table {
    display: none;
  }
  .history_wr .table_wr .td_table colgroup {
    display: none;
  }
  .history_wr .table_wr tbody tr {
    padding: 71px 0 48px;
    border-bottom: 1px solid rgb(217, 217, 217);
    display: block;
    position: relative;
  }
  .history_wr .table_wr tbody tr td {
    padding: 0;
    display: block;
    width: 100%;
  }
  .history_wr .table_wr tbody tr td.td_no {
    display: none;
  }
  .history_wr .table_wr tbody tr td.td_status {
    width: auto;
    position: absolute;
    top: 24px;
    left: 0;
  }
  .history_wr .table_wr tbody tr td.td_date {
    width: auto;
    position: absolute;
    top: 24px;
    right: 0;
  }
  .history_wr .table_wr tbody tr td.td_id {
    position: absolute;
    top: 46px;
    right: 0;
    font-size: 14px;
    font-weight: 500;
  }
  .history_wr .table_wr tbody tr td.td_amount {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: 24px;
    left: 66px;
    width: auto;
  }
  .history_wr .table_wr .title_td {
    display: block;
    padding-left: 66px;
    position: relative;
    min-height: 32px;
  }
  .history_wr .table_wr .title_td img {
    border-radius: 10px;
    overflow: hidden;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .history_wr .table_wr .title_td .title {
    text-overflow: initial;
    overflow: initial;
    white-space: initial;
    flex: initial;
    display: inline;
    font-weight: 400;
  }
  .history_wr .table_wr .title_td span {
    display: inline;
  }
}

/* e:history_wr */
/* s: order_list_wr */
.order_list_wr .item {
  margin-top: 80px;
}
.order_list_wr .item:first-child {
  margin-top: 0;
}
.order_list_wr .item .item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgb(149, 161, 178);
  min-height: 48px;
}
.order_list_wr .item .item_title h4 {
  font-size: 32px;
  font-weight: 600;
  color: rgb(11, 19, 43);
  margin-bottom: 0;
}
.order_list_wr .item .item_title .price {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: rgb(79, 92, 109);
}
.order_list_wr .item .item_title .price b {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: rgb(11, 19, 43);
  margin-bottom: 4px;
}
.order_list_wr .item .order_bx {
  border: 1px solid rgb(202, 208, 216);
  border-radius: 10px;
  background: rgb(248, 248, 249);
  padding: 28px;
  margin-top: 40px;
}
.order_list_wr .item .order_bx:first-child {
  margin-top: 0;
}
.order_list_wr .item .order_bx .order_status {
  line-height: 22px;
  border-radius: 100px;
  padding: 0 12px;
  color: rgb(0, 44, 189);
  background: rgb(163, 185, 255);
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
.order_list_wr .item .order_bx .order_status.blue {
  color: rgb(0, 44, 189);
  background: rgb(163, 185, 255);
}
.order_list_wr .item .order_bx .order_status.green {
  color: rgb(9, 88, 70);
  background: rgb(213, 251, 242);
}
.order_list_wr .item .order_bx .order_status.red {
  color: rgb(136, 6, 19);
  background: rgb(253, 211, 215);
}
.order_list_wr .item .order_bx .order_status.yellow {
  color: rgb(143, 90, 0);
  background: rgb(255, 238, 209);
}
.order_list_wr .item .order_bx .order_status.gray {
  color: rgb(41, 47, 56);
  background: rgb(202, 208, 216);
}
.order_list_wr .item .order_bx .order_status_desc {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #D80B1F;
}
.order_list_wr .item .order_bx .order_id {
  font-size: 16px;
  font-weight: 600;
  color: rgb(11, 19, 43);
  margin-bottom: 10px;
}
.order_list_wr .item .order_bx .tracking_num {
  font-size: 16px;
  font-weight: 400;
  color: rgb(79, 92, 109);
  margin-bottom: 28px;
}
.order_list_wr .item .order_bx .tracking_num b {
  margin-left: 10px;
  font-weight: 600;
  color: rgb(11, 19, 43);
}
.order_list_wr .item .order_bx .progress_wr {
  width: 100%;
  margin-bottom: 30px;
}
.order_list_wr .item .order_bx .progress_wr .more {
  line-height: 24px;
  height: 24px;
  padding: 0 4px 0 10px;
  background: rgb(60, 70, 83);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border-radius: 100px;
  margin-top: 8px;
  margin-left: auto;
}
.order_list_wr .item .order_bx .progress_wr .more::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../assets/images/bunjang/icon_arr_right_w.svg) no-repeat center/contain;
}
.order_list_wr .item .order_bx .progress_wr ul {
  display: flex;
}
.order_list_wr .item .order_bx .progress_wr ul li {
  position: relative;
  border-bottom: 2px solid rgb(202, 208, 216);
  height: 30px;
}
.order_list_wr .item .order_bx .progress_wr ul li span {
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: rgb(122, 138, 159);
  width: auto;
  display: block;
}
.order_list_wr .item .order_bx .progress_wr ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: 2px solid rgb(202, 208, 216);
  background: rgb(228, 232, 236);
  position: absolute;
  border-radius: 50%;
  z-index: 10;
}
.order_list_wr .item .order_bx .progress_wr ul li.on {
  border-color: rgb(77, 88, 255);
}
.order_list_wr .item .order_bx .progress_wr ul li.on span {
  color: rgb(34, 82, 248);
}
.order_list_wr .item .order_bx .progress_wr ul li.on::before {
  border-color: rgb(77, 88, 255);
  background: #fff;
}
.order_list_wr .item .order_bx .progress_wr ul li.last span {
  font-weight: 600;
}
.order_list_wr .item .order_bx .progress_wr ul li:nth-child(1) {
  width: 0;
}
.order_list_wr .item .order_bx .progress_wr ul li:nth-child(1) span {
  width: 200px;
}
.order_list_wr .item .order_bx .progress_wr ul li:nth-child(1)::before {
  left: 0;
  bottom: 0;
  transform: translate(0, 50%);
}
.order_list_wr .item .order_bx .progress_wr ul li:nth-child(2) {
  width: 100%;
}
.order_list_wr .item .order_bx .progress_wr ul li:nth-child(2) span {
  right: 0;
  transform: translateX(50%);
}
.order_list_wr .item .order_bx .progress_wr ul li:nth-child(2)::before {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}
.order_list_wr .item .order_bx .progress_wr ul li:nth-child(3) {
  width: 100%;
}
.order_list_wr .item .order_bx .progress_wr ul li:nth-child(3) span {
  right: 0;
}
.order_list_wr .item .order_bx .progress_wr ul li:nth-child(3)::before {
  right: 0;
  bottom: 0;
  transform: translate(0, 50%);
}
.order_list_wr .item .order_bx .product_bx {
  background: #fff;
  border: 1px solid rgb(202, 208, 216);
  border-radius: 10px;
  padding: 28px;
}
.order_list_wr .item .order_bx .product_bx .item {
  position: relative;
  padding-left: 120px;
  min-height: 100px;
}
.order_list_wr .item .order_bx .product_bx .item .img_bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.order_list_wr .item .order_bx .product_bx .item .img_bx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.order_list_wr .item .order_bx .product_bx .item .price {
  font-size: 16px;
  font-weight: 400;
  color: rgb(79, 92, 109);
}
.order_list_wr .item .order_bx .product_bx .item .price li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
}
.order_list_wr .item .order_bx .product_bx .item .price li:last-child {
  margin-bottom: 0;
}
.order_list_wr .item .order_bx .product_bx .item .price b {
  text-align: right;
  flex-shrink: 0;
}
.order_list_wr .item .order_bx .product_bx .item .price b s {
  color: rgb(122, 138, 159);
  margin-right: 4px;
}
.order_list_wr .item .order_bx .product_bx .item .price .mo_only {
  display: none;
}
.order_list_wr .item .order_bx .product_bx .item .price h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: rgb(11, 19, 43);
  flex: 1;
}
.order_list_wr .item .order_bx .product_bx .item .price .title {
  margin-bottom: 10px;
}
.order_list_wr .item .order_bx .product_bx .item .price .title b {
  font-size: 16px;
  font-weight: 600;
  color: rgb(11, 19, 43);
}
.order_list_wr .item .order_bx .product_bx .discount {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background: rgb(216, 11, 31);
  line-height: 16px;
  padding: 0 4px;
  border-radius: 100px;
  min-width: 60px;
  text-align: center;
  vertical-align: middle;
}
.order_list_wr .item .order_bx .product_bx .desc_wr {
  font-size: 16px;
  font-weight: 400;
  color: rgb(79, 92, 109);
  margin-top: 28px;
}
.order_list_wr .item .order_bx .product_bx .desc_wr h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: rgb(41, 47, 56);
}
.order_list_wr .item .order_bx .product_bx .desc_wr .desc + ul {
  margin-top: 4px;
}
.order_list_wr .item .order_bx .product_bx .desc_wr ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.order_list_wr .item .order_bx .product_bx .desc_wr ul li {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.order_list_wr .item .order_bx .product_bx .desc_wr ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.order_list_wr .item .detail_price {
  font-size: 16px;
  font-weight: 400;
}
.order_list_wr .item .detail_price li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  color: rgb(79, 92, 109);
}
.order_list_wr .item .detail_price li:first-child {
  margin-top: 0;
}
.order_list_wr .item .detail_price li b {
  color: rgb(11, 19, 43);
}
.order_list_wr .item .detail_price li em {
  color: rgb(79, 92, 109);
  margin-right: 10px;
}

/* e: order_list_wr */
/* s: cart_wr */
.history_wr.cart_wr {
  padding-bottom: 160px;
}
.history_wr.cart_wr .btn_x {
  width: 20px;
  height: 20px;
  background: url(../../assets/images/bunjang/icon_x.svg) no-repeat center/contain;
  display: block;
  cursor: pointer;
  margin: 0 auto;
}
.history_wr.cart_wr .btn_bottom_wr {
  width: 100%;
  background: rgb(228, 232, 236);
  border-top: 1px solid rgb(202, 208, 216);
  position: fixed;
  bottom: 0;
  left: 0;
}
.history_wr.cart_wr .btn_bottom_wr .inner {
  width: 100%;
  max-width: 1480px;
  padding: 12px 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.history_wr.cart_wr .btn_bottom_wr .inner .checkbox {
  width: 80px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history_wr.cart_wr .btn_bottom_wr .inner .selected_num {
  margin-left: 10px;
  color: rgb(92, 107, 126);
  font-size: 14px;
  font-weight: 400;
  margin-right: auto;
}
.history_wr.cart_wr .btn_bottom_wr .inner .total_amount {
  font-size: 20px;
  font-weight: 600;
  margin-right: 20px;
}
.history_wr.cart_wr .btn_bottom_wr .inner .total_amount b {
  margin-left: 10px;
}
.history_wr.cart_wr .btn_bottom_wr .inner .btn.shadow {
  transform: translateY(-8px);
}
@media (max-width: 900px) {
  .history_wr.cart_wr .btn_bottom_wr .inner {
    flex-wrap: wrap;
  }
  .history_wr.cart_wr .btn_bottom_wr .inner .btn.shadow {
    width: 100%;
    margin-top: 16px;
  }
}
@media (max-width: 950px) {
  .history_wr.cart_wr .table_wr .product_item {
    padding-top: 120px;
    padding-left: 0;
  }
  .history_wr.cart_wr .table_wr .product_item .title {
    position: absolute;
    top: 0;
    left: 120px;
    width: calc(100% - 120px);
    margin-bottom: 0;
  }
  .history_wr.cart_wr .table_wr .product_item .title h3 {
    position: initial;
    top: initial;
    left: initial;
    flex: 1;
  }
  .history_wr.cart_wr .table_wr .product_item .title b {
    font-weight: 500;
  }
  .history_wr.cart_wr .table_wr .product_item .price .total {
    width: initial;
    display: block;
  }
  .history_wr.cart_wr .table_wr tbody tr {
    padding: 15px 26px;
  }
  .history_wr.cart_wr .table_wr tbody tr td.td_date {
    display: none;
  }
  .history_wr.cart_wr .table_wr tbody tr td.td_check {
    width: auto;
    position: absolute;
    top: 15px;
    left: 0;
  }
  .history_wr.cart_wr .table_wr tbody tr td.td_del {
    width: auto;
  }
  .history_wr.cart_wr .table_wr tbody tr td.td_del .btn_x {
    position: absolute;
    top: 15px;
    right: 0;
  }
}

/* e: cart_wr */
/* s: loading */
.loading_wr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
  display: none;
}
.loading_wr.on {
  display: block;
}
.loading_wr .spinner {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spin 0.7s linear infinite;
}

.noItemSearch {
  width: 100%;
  padding: 20%;
  text-align: center;
  font-weight: 600;
  line-height: 120%;
  font-size: 20px;
}
@media (max-width: 950px) {
  .noItemSearch {
    width: 100%;
    padding: 30% 20%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
  }
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* e: loading */
@media (max-width: 768px) {
  button.btn.arr {
    border-radius: 2.7778vw;
    height: 7.7778vw;
    line-height: 7.7778vw;
    padding: 0 11.6667vw 0 5vw;
    font-size: 3.3333vw;
    background-size: 5.5556vw;
    background-position: right 5vw center;
  }
  button.btn.arr.white {
    padding: 0 19.4444vw 0 12.5vw;
    background-position: right 12.5vw center;
  }
  button.btn.border {
    height: 11.1111vw;
    line-height: 10.5556vw;
    border-radius: 2.7778vw;
    padding: 0 3.3333vw;
    font-size: 3.3333vw;
  }
  button.btn.shadow {
    width: 100%;
  }
  button.btn.shadow span {
    font-weight: 600;
    font-size: 3.3333vw;
    border-radius: 2.7778vw;
    height: 8.8889vw;
    line-height: 8.3333vw;
  }
  button.btn.shadow::before {
    content: "";
    width: calc(100% - 2.2222vw);
    bottom: -4.4444vw;
  }
  button.btn.shadow::after {
    border-radius: 2.7778vw;
    bottom: -2.2222vw;
  }
  button.btn.shadow:hover span {
    transform: translateY(2.2222vw);
  }
  button.btn.shadow:hover::before {
    transform: translate(-50%, -2.2222vw);
  }
  button.btn.shadow:active span {
    transform: translateY(2.2222vw);
  }
  button.btn.shadow:active::before {
    transform: translate(-50%, -2.2222vw);
  }
  button.btn.shadow.blue:disabled span {
    transform: translateY(2.2222vw);
    box-shadow: inset 0px 1.3889vw 0 0 #cad0d8;
  }
  button.btn.shadow.blue:disabled::before {
    transform: translate(-50%, -2.2222vw);
  }
  button.btn.shadow.blue:disabled::after {
    transform: translate(0, -2.2222vw);
  }
  button.btn.shadow.purchase span, button.btn.shadow.cart span {
    gap: 1.1111vw;
  }
  button.btn.shadow.purchase span::before, button.btn.shadow.cart span::before {
    width: 5.5556vw;
    height: 5.5556vw;
  }
  /* s: header_wr */
  .header_wr {
    height: 11.1111vw;
    background: #fff;
    border-bottom: 0;
  }
  .header_wr header {
    height: 100%;
  }
  .header_wr .logo {
    width: 47.7778vw;
    height: 5.5556vw;
  }
  .header_wr .logo img {
    width: 100%;
    height: 100%;
  }
  .header_wr .btn_menu {
    width: 8.8889vw;
    height: 8.8889vw;
    right: 2.7778vw;
  }
  .header_wr .btn_prev {
    display: block;
    width: 5.5556vw;
    height: 5.5556vw;
    background: url(../../assets/images/bunjang/icon_arr_left.svg) no-repeat center/contain;
    text-indent: -999999px;
    color: transparent;
    font-size: 0;
    position: absolute;
    left: 5.5556vw;
    top: 50%;
    transform: translateY(-50%);
  }
  /* e: header_wr */
  .shop_main_wr {
    padding-top: 35px;
  }
  .shop_main_wr.change_mode {
    padding-top: 0;
  }
  .shop_main_wr.change_mode .shop_title .inner {
    gap: 5.5556vw;
    align-items: center;
  }
  .shop_main_wr.change_mode .shop_title .title_wr .desc {
    display: block;
    width: 100%;
    font-size: 3.3333vw;
  }
  .shop_main_wr.change_mode .shop_title .title_wr .title {
    margin-bottom: 2.7778vw;
  }
  .shop_main_wr.change_mode .shop_title .shop_menu .menu_list {
    display: flex;
  }
  .shop_main_wr.change_mode .shop_title .mo_menu_list {
    display: none;
  }
  .shop_main_wr .shop_title .inner {
    padding: 5.5556vw;
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .shop_main_wr .shop_title .title_wr .title {
    gap: 5.5556vw;
    margin-bottom: 0;
  }
  .shop_main_wr .shop_title .title_wr .title .logo {
    width: 37.5vw;
    height: 8.8889vw;
  }
  .shop_main_wr .shop_title .title_wr .title .partner {
    height: 4.4444vw;
    line-height: 4.4444vw;
    font-size: 2.7778vw;
    padding: 0 1.1111vw;
    border-radius: 0.5556vw;
  }
  .shop_main_wr .shop_title .title_wr .desc {
    display: none;
  }
  .shop_main_wr .shop_title .shop_menu {
    flex-shrink: 0;
  }
  .shop_main_wr .shop_title .shop_menu .menu_list {
    display: none;
    padding: 3.3333vw 8.8889vw;
    gap: 8.0556vw;
  }
  .shop_main_wr .shop_title .shop_menu .menu_list li::before {
    content: "";
    width: 0.2778vw;
    height: 11.1111vw;
    left: -3.8889vw;
  }
  .shop_main_wr .shop_title .shop_menu .menu_list li a {
    padding-top: 6.1111vw;
    font-size: 3.3333vw;
    background-size: 5vw;
  }
  .shop_main_wr .shop_title .shop_menu .mo_menu_list {
    display: block;
    position: fixed;
    top: 39px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 100;
  }
  .shop_main_wr .shop_title .shop_menu .mo_menu_list::after {
    width: 100%;
    height: 0.5556vw;
    background: rgb(202, 208, 216);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .shop_main_wr .shop_title .shop_menu .mo_menu_list ul {
    display: flex;
    padding: 0 5.5556vw;
    position: relative;
    z-index: 2;
  }
  .shop_main_wr .shop_title .shop_menu .mo_menu_list ul li {
    flex: 1;
  }
  .shop_main_wr .shop_title .shop_menu .mo_menu_list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 9.4444vw;
    border-bottom: 0.5556vw solid transparent;
    font-size: 3.3333vw;
    font-weight: 500;
    color: rgb(41, 47, 56);
    gap: 0.5556vw;
  }
  .shop_main_wr .shop_title .shop_menu .mo_menu_list ul li a::before {
    content: "";
    width: 5vw;
    height: 5vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .shop_main_wr .shop_title .shop_menu .mo_menu_list ul li.on a {
    color: rgb(34, 82, 248);
    border-color: rgb(34, 82, 248);
  }
  .shop_main_wr .shop_title .shop_menu .mo_menu_list ul li.shop a::before {
    background-image: url(../../assets/images/bunjang/icon_home.svg);
  }
  .shop_main_wr .shop_title .shop_menu .mo_menu_list ul li.shop.on a::before {
    background-image: url(../../assets/images/bunjang/icon_home_on.svg);
  }
  .shop_main_wr .shop_title .shop_menu .mo_menu_list ul li.history a::before {
    background-image: url(../../assets/images/bunjang/icon_history.svg);
  }
  .shop_main_wr .shop_title .shop_menu .mo_menu_list ul li.history.on a::before {
    background-image: url(../../assets/images/bunjang/icon_history_on.svg);
  }
  .shop_main_wr .shop_title .shop_menu .mo_menu_list ul li.cart a::before {
    background-image: url(../../assets/images/bunjang/icon_cart.svg);
  }
  .shop_main_wr .shop_title .shop_menu .mo_menu_list ul li.cart.on a::before {
    background-image: url(../../assets/images/bunjang/icon_cart_on.svg);
  }
  input[type=text] {
    height: 11.1111vw;
    line-height: 11.1111vw;
    border-radius: 2.7778vw;
    padding: 0 2.2222vw;
    font-size: 3.8889vw;
  }
  .search_input {
    gap: 2.2222vw;
    width: 100%;
    padding: 0 0 0 1.1111vw;
  }
  .search_input .btn_search {
    width: 11.1111vw;
    height: 11.1111vw;
    border-radius: 2.7778vw;
    background-size: 11.1111vw;
  }
  .checkbox label {
    font-size: 3.3333vw;
    padding-left: 6.6667vw;
    line-height: 4.4444vw;
    background-size: 4.4444vw;
  }
  .checkbox input[type=checkbox]:checked + label {
    background-size: 4.4444vw;
  }
  .checkbox input[type=checkbox]:disabled + label {
    background-size: 4.4444vw;
  }
  .checkbox.chk_only {
    width: 4.4444vw;
  }
  .checkbox.chk_only label {
    height: 4.4444vw;
    padding-left: 4.4444vw;
    width: 4.4444vw;
  }
  .range_wr .slider_range_wr {
    height: 2.5vw;
    margin-bottom: 2.7778vw;
    padding: 0 1.1111vw;
  }
  .range_wr .amount_wr {
    gap: 2.2222vw;
  }
  .range_wr .amount_wr span {
    font-size: 3.8889vw;
    flex-shrink: 0;
  }
  .range_wr .amount_wr input[type=text] {
    flex: 1;
    width: calc(50% - 3.6111vw);
  }
  .range_wr .ui-widget.ui-widget-content {
    height: 0.8333vw;
  }
  .range_wr .ui-widget.ui-widget-content:before, .range_wr .ui-widget.ui-widget-content::after {
    width: 3.3333vw;
    height: 3.3333vw;
  }
  .range_wr .ui-widget.ui-widget-content::before {
    left: -2.5vw;
  }
  .range_wr .ui-widget.ui-widget-content::after {
    right: -0.8333vw;
  }
  .range_wr .ui-state-default,
  .range_wr .ui-widget-content .ui-state-default,
  .range_wr .ui-widget-header .ui-state-default,
  .range_wr .ui-button,
  .range_wr html .ui-button.ui-state-disabled:hover,
  .range_wr html .ui-button.ui-state-disabled:active {
    width: 3.3333vw;
    height: 3.3333vw;
  }
  .range_wr .ui-widget-header {
    height: 0.8333vw;
  }
  .product_wr .inner {
    padding: 5.5556vw;
  }
  .product_wr .search_wr {
    flex-direction: column;
    height: initial;
    margin-bottom: 5.5556vw;
    gap: 5.5556vw;
  }
  .product_wr .search_wr .sort_wr {
    gap: 2.7778vw;
    justify-content: space-between;
    width: 100%;
  }
  .product_wr .search_wr .sort_wr .sort_list {
    gap: 1.6667vw;
  }
  .product_wr .search_wr .sort_wr .sort_list a {
    height: 6.6667vw;
    line-height: 6.1111vw;
    font-size: 2.7778vw;
    padding: 0 2.7778vw;
  }
  .product_wr .search_wr .sort_wr .btn_filter a {
    height: 6.6667vw;
    line-height: 6.1111vw;
    font-size: 2.7778vw;
    padding: 0 2.7778vw;
  }
  .product_wr .search_wr .sort_wr .btn_filter a::before {
    width: 3.3333vw;
    height: 3.3333vw;
  }
  .product_wr .product_list_wr {
    gap: 5.5556vw;
  }
  .product_wr .product_list_wr .filter_wr {
    width: 88.8889vw;
    border-radius: 4.4444vw 4.4444vw 0 0;
  }
  .product_wr .product_list_wr .filter_wr .title {
    height: 16.6667vw;
    padding: 0 5.5556vw;
  }
  .product_wr .product_list_wr .filter_wr .title h2 {
    font-size: 4.4444vw;
    line-height: 16.3889vw;
    padding-left: 7.2222vw;
    background-size: 5.5556vw;
  }
  .product_wr .product_list_wr .filter_wr .toggle_filter_wr {
    padding: 7.7778vw 5.5556vw;
    max-height: calc(90vh - 16.6667vw);
    height: 150vw;
    overflow: auto;
  }
  .product_wr .product_list_wr .filter_wr .toggle_filter_wr::-webkit-scrollbar {
    display: none;
  }
  .product_wr .product_list_wr .toggle_filter {
    margin-top: 7.7778vw;
  }
  .product_wr .product_list_wr .toggle_filter h3 {
    font-size: 4.4444vw;
    line-height: 6.6667vw;
    padding-bottom: 1.6667vw;
  }
  .product_wr .product_list_wr .toggle_filter h3::after {
    width: 6.6667vw;
    height: 6.6667vw;
  }
  .product_wr .product_list_wr .toggle_filter .toggle_filter_body {
    padding: 4.4444vw 0.5556vw 1.1111vw;
  }
  .product_wr .product_list_wr .toggle_filter .toggle_filter_body ul {
    max-height: 51.3889vw;
  }
  .product_wr .product_list_wr .toggle_filter .toggle_filter_body ul li {
    margin-top: 3.6111vw;
    padding-right: 2.7778vw;
  }
  .product_wr .product_list_wr .product_list {
    gap: 5.5556vw;
  }
  .product_wr .product_list_wr .product_list .product_card {
    max-width: initial;
    width: calc(50% - 2.7778vw);
    border-radius: 4.4444vw;
  }
  .product_wr .product_list_wr .product_list .product_card .txt_bx {
    padding: 2.7778vw 2.7778vw 4.4444vw;
  }
  .product_wr .product_list_wr .product_list .product_card .txt_bx .price {
    font-size: 2.7778vw;
    line-height: 3.3333vw;
    margin-bottom: 2.7778vw;
  }
  .product_wr .product_list_wr .product_list .product_card .txt_bx .price s {
    font-size: 2.7778vw;
    line-height: 3.3333vw;
  }
  .product_wr .product_list_wr .product_list .product_card .txt_bx .price .price_dollar {
    line-height: 5.2778vw;
    font-size: 4.4444vw;
    margin-bottom: 1.1111vw;
  }
  .product_wr .product_list_wr .product_list .product_card .txt_bx .price .price_dollar em {
    margin-right: 1.1111vw;
  }
  .product_wr .product_list_wr .product_list .product_card .txt_bx .desc {
    line-height: 3.8889vw;
    font-size: 3.3333vw;
    min-height: 7.7778vw;
  }
  .product_detail_wr {
    padding: 5.5556vw 5.5556vw 22.2222vw;
  }
  .product_detail_wr .product_detail_row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  .product_detail_wr .product_detail_row .product_detail_col {
    width: 100%;
  }
  .product_detail_wr .product_detail_row .product_detail_col h2 {
    font-size: 5.5556vw;
    padding-bottom: 4.4444vw;
    margin-bottom: 0;
  }
  .product_detail_wr .product_detail_row .product_img_wr {
    width: 100%;
    margin-bottom: 5.5556vw;
  }
  .product_detail_wr .product_detail_row .product_img_wr .img_bx.lg {
    margin-bottom: 5.5556vw;
  }
  .product_detail_wr .product_detail_row .product_img_wr .thumnail_wr {
    gap: 2.7778vw;
  }
  .product_detail_wr .product_detail_row .product_img_wr .thumnail_wr .img_bx {
    width: calc(20% - 2.2222vw);
  }
  .product_detail_wr .product_detail_row .product_info_bx {
    width: 100%;
    padding-top: 5.5556vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx h3 {
    font-size: 5.5556vw;
    margin-bottom: 5.5556vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .price {
    font-size: 3.8889vw;
    padding-bottom: 6.6667vw;
    margin-bottom: 6.6667vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .price s {
    font-size: 4.4444vw;
    margin-bottom: 1.1111vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .price .price_dollar {
    font-size: 6.6667vw;
    margin-bottom: 2.2222vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .price .price_dollar em {
    margin-right: 1.6667vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .price_detail {
    gap: 4.4444vw;
    margin-bottom: 5.5556vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .price_detail .discount {
    font-size: 2.7778vw;
    line-height: 4.4444vw;
    padding: 0 1.1111vw;
    margin-left: 1.1111vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .price_detail li {
    font-size: 3.3333vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .price_detail li b {
    font-size: 3.8889vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .price_detail li b s {
    font-size: 3.8889vw;
    margin-right: 1.1111vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .add_req {
    margin-bottom: 5.5556vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .add_req .checkbox {
    margin-bottom: 2.7778vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .add_req .checkbox label {
    font-size: 3.3333vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .caution_bx {
    border-radius: 2.7778vw;
    padding: 5.5556vw;
    margin-bottom: 6.6667vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .caution_bx h4 {
    line-height: 5.5556vw;
    padding-left: 6.1111vw;
    background-size: 5vw;
    font-size: 3.3333vw;
    margin-bottom: 2.7778vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .caution_bx .desc {
    font-size: 2.7778vw;
    margin-bottom: 1.1111vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .caution_bx .more_btn {
    font-size: 3.3333vw;
    line-height: 5vw;
    padding-right: 5vw;
    background-size: 5vw;
  }
  .product_detail_wr .product_detail_row .product_info_bx .button_wr {
    gap: 2.7778vw;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.6667vw 1.6667vw 6.1111vw;
    background: rgb(228, 232, 236);
    border-top: 1px solid rgb(202, 208, 216);
    z-index: 100;
  }
  .product_detail_wr .product_detail_row .product_info_bx .button_wr .btn.cart {
    flex: initial;
    width: 33.3333vw;
  }
  .product_detail_wr .product_detail {
    padding: 6.6667vw 0;
  }
  .product_detail_wr .product_detail h3 {
    font-size: 4.4444vw;
    margin-bottom: 5.5556vw;
  }
  .product_detail_wr .product_detail .desc {
    font-size: 3.8889vw;
  }
  .product_detail_wr .product_detail .table_wr {
    border-radius: 2.7778vw;
    margin-top: 5.5556vw;
  }
  .product_detail_wr .product_detail .table_wr p {
    font-size: 10px;
    margin-top: 2.7778vw;
  }
  .product_detail_wr .product_detail .table_wr .img_bx {
    max-width: initial;
  }
  .product_detail_wr .product_detail .table_wr table colgroup {
    display: none;
  }
  .product_detail_wr .product_detail .table_wr table th,
  .product_detail_wr .product_detail .table_wr table td {
    padding: 2.7778vw 1.25vw;
    font-size: 10px;
    font-weight: 500;
  }
  .product_detail_wr .product_detail .table_wr table th {
    text-align: left;
    width: 16%;
    padding: 1.5vw;
  }
  .product_detail_wr .product_detail .table_wr table td {
    width: 28%;
  }
  /*  s: textarea */
  .text_area {
    padding: 1.1111vw;
  }
  .text_area textarea {
    border-radius: 2.7778vw;
    padding: 1.1111vw 2.2222vw;
    font-size: 3.8889vw;
    height: 223px;
  }
  /*  e: textarea */
  /* s: modal_wr */
  .modal_wr .modal {
    padding: 5.5556vw;
    width: 88.8889vw;
    border-radius: 2.7778vw;
  }
  .modal_wr .modal.md {
    width: 88.8889vw;
  }
  .modal_wr .modal .txt {
    font-size: 3.3333vw;
    margin-bottom: 5.5556vw;
  }
  .modal_wr .modal .txt h3 {
    font-size: 3.8889vw;
    margin-bottom: 2.7778vw;
  }
  .modal_wr .modal .btn_wr {
    gap: 2.7778vw;
    padding-bottom: 4.4444vw;
  }
  /* e: modal_wr */
  .checkout_wr .checkout_list_wr .item {
    padding: 3.8889vw 0;
    display: block;
    position: relative;
  }
  .checkout_wr .checkout_list_wr .item:first-child {
    border-top: 0;
  }
  .checkout_wr .checkout_list_wr .item .img_bx {
    width: 13.3333vw;
    height: 13.3333vw;
    border-radius: 2.7778vw;
    margin-bottom: 2.7778vw;
  }
  .checkout_wr .checkout_list_wr .item .price {
    width: 100%;
  }
  .checkout_wr .checkout_list_wr .item .price li {
    gap: 5.5556vw;
    font-size: 2.7778vw;
    margin-top: 1.3889vw;
    width: 100%;
  }
  .checkout_wr .checkout_list_wr .item .price li h3 {
    width: 51.3889vw;
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
    font-size: 3.3333vw;
  }
  .checkout_wr .checkout_list_wr .item .price li b {
    font-size: 3.3333vw;
  }
  .checkout_wr .checkout_list_wr .item .price li b s {
    margin-right: 1.1111vw;
  }
  .checkout_wr .checkout_list_wr .item .price li .discount {
    font-size: 2.2222vw;
    line-height: 3.3333vw;
    padding: 0 1.1111vw;
    min-width: initial;
  }
  .checkout_wr .checkout_list_wr .item .price li span {
    align-items: center;
    color: rgb(79, 92, 109);
    font-size: 2.7778vw;
    gap: 1.1111vw;
  }
  .checkout_wr .checkout_list_wr .item .price li.title {
    width: calc(100% - 16.1111vw);
    top: 3.8889vw;
    right: 0;
    margin-bottom: 3.0556vw;
    margin-top: 0;
    color: rgb(41, 47, 56);
    position: absolute;
    align-items: flex-start;
  }
  .checkout_wr .checkout_list_wr .item .price li.title b {
    font-weight: 600;
    font-size: 3.8889vw;
  }
  .checkout_wr .price_detail_wr {
    margin-bottom: 11.1111vw;
  }
  .checkout_wr .price_detail_wr .item {
    padding: 3.8889vw 0;
    position: relative;
  }
  .checkout_wr .price_detail_wr .item h3,
  .checkout_wr .price_detail_wr .item b {
    font-size: 4.4444vw;
  }
  .checkout_wr .price_detail_wr .item b span {
    margin-top: 1.1111vw;
    font-size: 3.3333vw;
  }
  .checkout_wr .price_detail_wr .item .point_wr {
    margin-top: 7.7778vw;
    gap: 2.2222vw;
  }
  .checkout_wr .price_detail_wr .item .point_wr .input_label {
    flex: 1;
  }
  .checkout_wr .price_detail_wr .item .point_wr .input_label input[type=text] {
    padding-right: 12.5vw;
    width: 100%;
  }
  .checkout_wr .price_detail_wr .item .point_wr .input_label span {
    font-size: 3.8889vw;
    right: 2.2222vw;
  }
  .checkout_wr .price_detail_wr .item .point_wr b {
    top: 3.8889vw;
    right: 0;
    position: absolute;
  }
  .checkout_wr .price_detail_wr .item .point_wr .use_point_bx {
    flex-wrap: wrap;
    gap: 2.2222vw;
    padding: 1.1111vw 1.1111vw 0;
    width: 100%;
  }
  .checkout_wr .price_detail_wr .item .point_wr .use_point_bx .info_txt {
    font-size: 3.3333vw;
    margin-top: 1.9444vw;
  }
  .checkout_wr .price_detail_wr .item .checkbox_wr {
    margin-top: 4.4444vw;
    gap: 2.7778vw;
    flex-direction: column;
  }
  .checkout_wr .price_detail_wr .item .checkbox_wr .more {
    font-weight: 500;
    padding: 0 2.2222vw;
    font-size: 3.3333vw;
    margin-left: 6.1111vw;
  }
  .checkout_wr .price_detail_wr .btn_wr {
    padding-bottom: 4.4444vw;
  }
  .order_summary_wr .list {
    padding-top: 1.1111vw;
    margin-bottom: 2.7778vw;
  }
  .order_summary_wr .list ul {
    padding-bottom: 3.8889vw;
  }
  .order_summary_wr .list ul li {
    margin-top: 2.7778vw;
    font-size: 2.7778vw;
  }
  .order_summary_wr .list ul li b {
    font-size: 3.3333vw;
  }
  .order_summary_wr .list ul li b em {
    margin-right: 1.1111vw;
  }
  .order_summary_wr .list .total {
    padding-top: 3.8889vw;
    font-size: 5.5556vw;
  }
  .order_summary_wr .order_wr {
    margin-bottom: 2.7778vw;
  }
  .order_summary_wr .btn_wr .btn {
    min-width: 33.3333vw;
  }
  /* s: order_finish_wr */
  .order_finish_wr {
    width: 100%;
    padding-top: 11.1111vw;
    padding: 11.1111vw 5.5556vw 0;
  }
  .order_finish_wr .inner {
    align-items: flex-start;
  }
  .order_finish_wr .inner h3 {
    padding-top: 0;
    padding-left: 15vw;
    font-size: 5.5556vw;
    margin-bottom: 6.6667vw;
    word-break: keep-all;
  }
  .order_finish_wr .inner h3.complete, .order_finish_wr .inner h3.pending, .order_finish_wr .inner h3.fail {
    background-size: 12.7778vw;
    background-position: left center;
  }
  .order_finish_wr .inner .desc {
    font-size: 2.7778vw;
    text-align: left;
  }
  .order_finish_wr .inner .desc p {
    margin-top: 2.2222vw;
  }
  .order_finish_wr .inner .btn_wr {
    margin-top: 11.1111vw;
  }
  /* e: order_finish_wr */
  /* s:history_wr */
  .history_wr {
    padding: 0 5.5556vw 22.2222vw;
  }
  .history_wr h3 {
    display: none;
  }
  .history_wr .table_wr .status {
    font-size: 2.7778vw;
    line-height: 4.4444vw;
    padding: 0 2.2222vw;
  }
  .history_wr .table_wr tbody tr {
    padding: 19.7222vw 0 13.3333vw;
  }
  .history_wr .table_wr tbody tr td {
    font-size: 3.3333vw;
  }
  .history_wr .table_wr tbody tr td.td_status {
    top: 6.6667vw;
  }
  .history_wr .table_wr tbody tr td.td_date {
    top: 6.6667vw;
  }
  .history_wr .table_wr tbody tr td.td_id {
    top: 12.7778vw;
    font-size: 3.8889vw;
  }
  .history_wr .table_wr tbody tr td.td_amount {
    font-size: 3.8889vw;
    bottom: 6.6667vw;
    left: 18.3333vw;
  }
  .history_wr .table_wr .title_td {
    padding-left: 18.3333vw;
    min-height: 8.8889vw;
  }
  .history_wr .table_wr .title_td .title {
    font-size: 3.3333vw;
  }
  .history_wr .table_wr .title_td img {
    border-radius: 2.7778vw;
    width: 15.5556vw;
    height: 15.5556vw;
  }
  .history_wr .table_wr .td_table .history_no_data {
    margin-top: 20px;
  }
  .history_wr .table_wr .td_table .history_no_data .text_wr h3 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
  }
  .history_wr .table_wr .td_table .history_no_data .text_wr span {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
  }
  .history_wr .table_wr .td_table .history_no_data .btn_wr span {
    font-size: 12px;
    font-weight: 600;
    width: 216px;
  }
  .history_wr .pagination {
    margin-top: 17.7778vw;
  }
  .history_wr .pagination a {
    min-width: 8.8889vw;
    height: 8.8889vw;
    line-height: 8.8889vw;
    border-radius: 1.1111vw;
    font-size: 4.4444vw;
  }
  .history_wr .pagination a.pc_only {
    display: none;
  }
  .history_wr .pagination a.prev {
    margin-right: 2.2222vw;
  }
  .history_wr .pagination a.next {
    margin-left: 2.2222vw;
  }
  .history_wr .detail_title h3 {
    display: none;
  }
  .history_wr .detail_title .detail_info {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 5.5556vw;
    font-size: 3.3333vw;
    gap: 0;
    margin-bottom: 11.1111vw;
  }
  .history_wr .detail_title .detail_info h4 {
    font-size: 4.4444vw;
    margin-bottom: 1.1111vw;
  }
  .history_wr .detail_title .detail_info .status {
    font-size: 2.7778vw;
    padding: 0 1.6667vw;
    line-height: 4.4444vw;
    margin-bottom: 2.7778vw;
  }
  .history_wr .detail_title .detail_info .date {
    margin-left: 0;
  }
  .history_wr .product_item {
    padding-top: 18.8889vw;
    padding-left: 0;
    min-height: 13.3333vw;
  }
  .history_wr .product_item .img_bx {
    width: 13.3333vw;
    height: 13.3333vw;
    border-radius: 2.7778vw;
  }
  .history_wr .product_item .price {
    font-size: 3.3333vw;
  }
  .history_wr .product_item .price .border_btn {
    height: 5.5556vw;
    line-height: 5vw;
    font-size: 2.7778vw;
    padding: 0 2.2222vw;
    margin-top: 1.6667vw;
  }
  .history_wr .product_item .price li {
    gap: 1.1111vw;
    margin-bottom: 1.1111vw;
  }
  .history_wr .product_item .price .total {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .history_wr .product_item .price .total .mo_only {
    display: block;
    font-size: 2.7778vw;
    color: rgb(11, 19, 43);
    font-weight: 400;
  }
  .history_wr .product_item .price b {
    font-size: 3.3333vw;
  }
  .history_wr .product_item .price b s {
    margin-right: 1.1111vw;
  }
  .history_wr .product_item .price h3 {
    position: absolute;
    top: 0;
    display: block;
    left: 16.1111vw;
    margin-bottom: 0;
    font-size: 3.3333vw;
  }
  .history_wr .product_item .price .title {
    margin-bottom: 1.1111vw;
  }
  .history_wr .product_item .price .title b {
    font-size: 3.3333vw;
  }
  .history_wr .discount {
    font-size: 2.2222vw;
    line-height: 3.3333vw;
    padding: 0 1.1111vw;
  }
  /* e:history_wr */
  /* s: order_list_wr */
  .order_list_wr .item {
    margin-top: 11.1111vw;
  }
  .order_list_wr .item .item_title {
    min-height: initial;
    align-items: flex-start;
    padding-bottom: 3.8889vw;
    margin-bottom: 3.8889vw;
  }
  .order_list_wr .item .item_title h4 {
    font-size: 4.4444vw;
  }
  .order_list_wr .item .item_title .price {
    font-size: 3.3333vw;
  }
  .order_list_wr .item .item_title .price b {
    font-size: 4.4444vw;
    margin-bottom: 1.1111vw;
  }
  .order_list_wr .item .order_bx {
    border-radius: 2.7778vw;
    padding: 2.7778vw;
    margin-top: 5.5556vw;
  }
  .order_list_wr .item .order_bx .order_status {
    line-height: 4.4444vw;
    padding: 0 2.2222vw;
    font-size: 2.7778vw;
    margin-bottom: 2.7778vw;
  }
  .order_list_wr .item .order_bx .order_status_desc {
    font-size: 10px;
    line-height: 12px;
    color: #D80B1F;
  }
  .order_list_wr .item .order_bx .order_id {
    font-size: 3.8889vw;
    margin-bottom: 2.7778vw;
  }
  .order_list_wr .item .order_bx .tracking_num {
    font-size: 3.8889vw;
    margin-bottom: 5.5556vw;
  }
  .order_list_wr .item .order_bx .tracking_num b {
    margin-left: 0;
    margin-top: 1.1111vw;
    display: block;
  }
  .order_list_wr .item .order_bx .progress_wr {
    margin-bottom: 6.3889vw;
  }
  .order_list_wr .item .order_bx .progress_wr .more {
    line-height: 4.4444vw;
    height: 4.4444vw;
    padding: 0 0 0 2.2222vw;
    gap: 0;
    font-size: 2.7778vw;
    margin-top: 2.2222vw;
  }
  .order_list_wr .item .order_bx .progress_wr .more::after {
    width: 3.3333vw;
    height: 3.3333vw;
  }
  .order_list_wr .item .order_bx .progress_wr ul li {
    height: 7.2222vw;
  }
  .order_list_wr .item .order_bx .progress_wr ul li span {
    bottom: 2.7778vw;
    font-size: 2.7778vw;
  }
  .order_list_wr .item .order_bx .progress_wr ul li::before {
    width: 2.7778vw;
    height: 2.7778vw;
  }
  .order_list_wr .item .order_bx .progress_wr ul li:nth-child(1) span {
    width: 33.3333vw;
  }
  .order_list_wr .item .order_bx .product_bx {
    border-radius: 2.7778vw;
    padding: 2.7778vw;
  }
  .order_list_wr .item .order_bx .product_bx .item {
    padding-top: 18.8889vw;
    padding-left: 0;
    min-height: 13.3333vw;
  }
  .order_list_wr .item .order_bx .product_bx .item .img_bx {
    width: 13.3333vw;
    height: 13.3333vw;
    border-radius: 2.7778vw;
  }
  .order_list_wr .item .order_bx .product_bx .item .price {
    font-size: 3.3333vw;
  }
  .order_list_wr .item .order_bx .product_bx .item .price li {
    gap: 1.1111vw;
    margin-bottom: 1.1111vw;
  }
  .order_list_wr .item .order_bx .product_bx .item .price .total {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .order_list_wr .item .order_bx .product_bx .item .price .total .mo_only {
    display: block;
    font-size: 2.7778vw;
    color: rgb(11, 19, 43);
    font-weight: 400;
  }
  .order_list_wr .item .order_bx .product_bx .item .price b {
    font-size: 3.3333vw;
  }
  .order_list_wr .item .order_bx .product_bx .item .price b s {
    margin-right: 1.1111vw;
  }
  .order_list_wr .item .order_bx .product_bx .item .price h3 {
    position: absolute;
    top: 0;
    display: block;
    left: 16.1111vw;
    margin-bottom: 0;
    font-size: 3.3333vw;
  }
  .order_list_wr .item .order_bx .product_bx .item .price .title {
    margin-bottom: 1.1111vw;
  }
  .order_list_wr .item .order_bx .product_bx .item .price .title b {
    font-size: 3.3333vw;
  }
  .order_list_wr .item .order_bx .product_bx .discount {
    font-size: 2.2222vw;
    line-height: 3.3333vw;
    padding: 0 1.1111vw;
  }
  .order_list_wr .item .order_bx .product_bx .desc_wr {
    font-size: 2.7778vw;
    margin-top: 4.4444vw;
    font-weight: 300;
  }
  .order_list_wr .item .order_bx .product_bx .desc_wr h4 {
    font-size: 2.7778vw;
    margin-bottom: 1.6667vw;
  }
  .order_list_wr .item .order_bx .product_bx .desc_wr ul {
    gap: 2.7778vw;
  }
  .order_list_wr .item .order_bx .product_bx .desc_wr ul li {
    width: 13.3333vw;
    height: 13.3333vw;
    border-radius: 2.7778vw;
  }
  .order_list_wr .item .detail_price {
    font-size: 2.7778vw;
  }
  .order_list_wr .item .detail_price li {
    margin-top: 1.3889vw;
  }
  .order_list_wr .item .detail_price li b {
    font-size: 3.3333vw;
  }
  .order_list_wr .item .detail_price li em {
    margin-right: 2.7778vw;
    color: rgb(79, 92, 109);
  }
  /* e: order_list_wr */
  /* s: cart_wr */
  .history_wr.cart_wr {
    padding-bottom: 30.5556vw;
  }
  .history_wr.cart_wr .btn_bottom_wr .inner {
    padding: 2.7778vw 5.5556vw;
  }
  .history_wr.cart_wr .btn_bottom_wr .inner .checkbox {
    width: 4.4444vw;
    height: 4.4444vw;
  }
  .history_wr.cart_wr .btn_bottom_wr .inner .selected_num {
    margin-left: 2.7778vw;
    font-size: 2.7778vw;
  }
  .history_wr.cart_wr .btn_bottom_wr .inner .total_amount {
    font-size: 3.8889vw;
    margin-right: 0;
  }
  .history_wr.cart_wr .btn_bottom_wr .inner .total_amount b {
    margin-left: 1.1111vw;
  }
  .history_wr.cart_wr .btn_bottom_wr .inner .btn.shadow {
    margin-top: 5.5556vw;
    transform: translateY(-3vw);
  }
  .history_wr.cart_wr > h3 {
    display: block;
    padding: 5.5556vw 0 4.4444vw;
    font-size: 5.5556vw;
    border-bottom: 1px solid rgb(149, 161, 178);
    margin-bottom: 0;
  }
  .history_wr.cart_wr .table_wr .product_item {
    padding-top: 16.1111vw;
  }
  .history_wr.cart_wr .table_wr .product_item .title {
    position: absolute;
    top: 0;
    left: 16.1111vw;
    width: calc(100% - 16.1111vw);
    margin-bottom: 0;
  }
  .history_wr.cart_wr .table_wr .product_item .title h3 {
    position: initial;
    top: initial;
    left: initial;
    flex: 1;
  }
  .history_wr.cart_wr .table_wr .product_item .title b {
    font-weight: 500;
  }
  .history_wr.cart_wr .table_wr .product_item .price .total {
    width: initial;
    display: block;
  }
  .history_wr.cart_wr .table_wr tbody tr {
    padding: 3.8889vw 7.2222vw;
  }
  .history_wr.cart_wr .table_wr tbody tr td.td_date {
    display: none;
  }
  .history_wr.cart_wr .table_wr tbody tr td.td_check {
    width: auto;
    position: absolute;
    top: 3.8889vw;
    left: 0;
  }
  .history_wr.cart_wr .table_wr tbody tr td.td_del {
    width: auto;
  }
  .history_wr.cart_wr .table_wr tbody tr td.td_del .btn_x {
    width: 4.4444vw;
    height: 4.4444vw;
    position: absolute;
    top: 3.8889vw;
    right: 0;
  }
  /* e: cart_wr */
  .file_bx .dropzone {
    min-width: 20vw;
    min-height: 20vw;
  }
  .file_bx .dropzone .dz-button {
    height: 20vw;
    font-size: 3.8889vw;
    padding: 0 5.5556vw;
    gap: 2.7778vw;
  }
  .file_bx .dropzone .dz-button .file_num {
    width: 8.8889vw;
    padding-top: 8.8889vw;
    background-size: 8.8889vw;
  }
  .file_bx .previewSwiper .swiper-slide {
    width: 20vw;
    margin-left: 1.1111vw;
  }
  .file_bx .previewSwiper .swiper-slide .img_bx {
    width: 20vw;
    height: 20vw;
  }
  .file_bx .previewSwiper .swiper-slide button {
    width: 5.5556vw;
    height: 5.5556vw;
    background-size: 5.5556vw;
    top: 1.1111vw;
    right: 1.1111vw;
  }
  .delivery_caution {
    font-size: 10px;
    line-height: 120%; /* 12px */
  }
}

/*# sourceMappingURL=bunjang.css.map */
