@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-style: normal;
  src: url(../../fonts/Pretendard-Thin.woff2) format("woff2"), url(../../fonts/Pretendard-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  src: url(../../fonts/Pretendard-ExtraLight.woff2) format("woff2"), url(../../fonts/Pretendard-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: url(../../fonts/Pretendard-Light.woff2) format("woff2"), url(../../fonts/Pretendard-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url(../../fonts/Pretendard-Regular.woff2) format("woff2"), url(../../fonts/Pretendard-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url(../../fonts/Pretendard-Medium.woff2) format("woff2"), url(../../fonts/Pretendard-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url(../../fonts/Pretendard-SemiBold.woff2) format("woff2"), url(../../fonts/Pretendard-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url(../../fonts/Pretendard-Bold.woff2) format("woff2"), url(../../fonts/Pretendard-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: url(../../fonts/Pretendard-ExtraBold.woff2) format("woff2"), url(../../fonts/Pretendard-ExtraBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  src: url(../../fonts/Pretendard-Black.woff2) format("woff2"), url(../../fonts/Pretendard-Black.woff) format("woff");
  font-display: swap;
}
html {
  /* Prevent font scaling in landscape */
  -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none; /*Firefox*/
  -ms-text-size-adjust: none; /*Ie*/
  -o-text-size-adjust: none; /*old versions of Opera*/
}

*,
*::before,
*::after {
  font-family: "Pretendard", sans-serif;
  letter-spacing: -0.025em;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: keep-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  *,
  *::before,
  *::after {
    word-break: break-all;
  }
}

html {
  -webkit-text-size-adjust: none;
  /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none;
  /*Firefox*/
  -ms-text-size-adjust: none;
  /*Ie*/
  -o-text-size-adjust: none;
  /*old versions of Opera*/
}

* {
  box-sizing: border-box;
  font-family: "Pretendard", sans-serif, "Malgun Gothic", "맑은 고딕", Roboto, Arial;
  letter-spacing: -0.025em;
}

/*a,body,dd,div,dl,dt,h1,h2,h3,h4,h5,input,li,ol,p,html,ul,button,textarea*/
html,
textarea,
input {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -0.35px;
  line-height: 1.14;
  word-break: keep-all;
}

a,
body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
html,
li,
ol,
p,
ul {
  padding: 0;
  margin: 0;
}

li,
ol,
ul {
  list-style: none;
}

a,
img {
  border: none;
}

img {
  max-width: 100%;
}

a + a,
img,
input + a,
input + button {
  vertical-align: middle;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #222;
}

a:hover {
  text-decoration: none;
}

input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
select,
textarea {
  padding: 0 8px;
  box-sizing: border-box;
  color: #222;
  font-size: 13px;
  background: #fff;
  vertical-align: middle;
  height: 42px;
  padding-inline: 12px;
  border-radius: 5px;
  border: solid 1px #e5e7e9;
}

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

textarea {
  line-height: 1.5;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/icon_arrow_down.png") no-repeat #fff;
  background-position: calc(100% - 10px) center;
  background-size: 10px auto;
  outline: none;
  padding-right: 30px;
}

/*select:disabled { background-image:url('../img/common/select_arrow_off.png'); background-color: #f8f8f8; } */
input[type=chekbox],
input[type=radio] {
  padding-right: 8px;
  display: none;
}

input + input,
input + input + label,
select + input + label,
button + input + label,
select + select,
select + input,
input + select {
  margin-left: 6px;
}

label:last-child {
  margin-right: 0;
}

label + input[type=checkbox] + label,
label + input[type=radio] + label {
  margin-left: 6px;
}

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

input[type=search] {
  padding-inline: 12px 10px;
  border: 1px solid #e5e7e9;
  height: 42px;
  border-radius: 5px;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  background: url(../img/icon_del.png) right center no-repeat;
  background-size: contain;
  cursor: pointer;
}

input[type=date] {
  background: url(../img/icon_date.png) no-repeat right 5px center #fff;
  background-size: 15px 15px;
  padding-inline: 5px 9px;
  font-size: 11px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  color: transparent;
  cursor: pointer;
}

input[type=date]::before {
  content: attr(data-placeholder);
  width: 100%;
}

input[type=date]:focus::before,
input[type=date]:valid::before {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

i {
  font-style: normal;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}

th {
  text-align: center;
}

td {
  text-align: left;
}

table > caption {
  position: absolute;
  text-indent: -9999px;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

button,
input,
textarea {
  -webkit-appearance: none;
}

select,
textarea,
input[type=text] {
  width: 100%;
}

textarea {
  min-height: 150px;
  text-align: left;
  padding: 13px;
}

input[type=tel] {
  width: 40px;
  min-width: 40px;
  margin-right: 4px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:disabled {
  border: solid 1px #e5e7e9;
  background-color: #f1f3f5;
  cursor: not-allowed;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbc0c7;
  opacity: 1;
  font-size: 13px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbc0c7;
  opacity: 1;
  font-size: 13px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bbc0c7;
  opacity: 1;
  font-size: 13px;
}

input::placeholder,
textarea::placeholder {
  color: #bbc0c7;
  opacity: 1;
  font-size: 13px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbc0c7;
  opacity: 1;
  font-size: 13px;
}

select:disabled,
input[readonly],
textarea[readonly] {
  border: 1px solid #f8f8f8;
  opacity: 1;
  background: #f8f8f8;
}

input[readonly]:focus,
textarea[readonly]:focus {
  outline: none;
}

input:focus {
  outline: none;
}

input:disabled::-webkit-input-placeholder,
input[readonly]::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder,
textarea[readonly]::-webkit-input-placeholder {
  color: #bcbcbc;
  opacity: 1;
}

input:disabled:-ms-input-placeholder,
input[readonly]:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder {
  color: #bcbcbc;
  opacity: 1;
}

input:disabled::-ms-input-placeholder,
input[readonly]::-ms-input-placeholder,
textarea:disabled::-ms-input-placeholder,
textarea[readonly]::-ms-input-placeholder {
  color: #bcbcbc;
  opacity: 1;
}

input:disabled::placeholder,
input[readonly]::placeholder,
textarea:disabled::placeholder,
textarea[readonly]::placeholder {
  color: #bcbcbc;
  opacity: 1;
}

input:disabled:-ms-input-placeholder,
input[readonly]:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder {
  color: #bcbcbc;
  opacity: 1;
}

input::-ms-clear,
input::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal {
  display: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

textarea {
  line-height: 1.5;
}

textarea {
  resize: none;
}

img {
  border: 0;
  vertical-align: middle;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
}

input + button,
textarea + button,
select + button {
  margin-left: 6px;
}

main,
section,
article {
  display: block;
}

fieldset,
form {
  border: none;
  outline: none;
}

address {
  font-style: normal;
}

.com_btn {
  padding: 0 10px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  letter-spacing: normal;
  box-sizing: border-box;
  background-color: #6042f8;
  letter-spacing: -0.025em;
  color: #fff;
  line-height: initial;
}
.com_btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_btn_wrap .com_btn + .com_btn, .com_btn_wrap .com_btn + .com_check_box {
  margin-left: 6px;
}
.com_btn_wrap .com_btn.big {
  flex: 1;
}
.com_btn_wrap .com_check_box + .com_check_box, .com_btn_wrap .com_check_box + .com_btn {
  margin-left: 10px;
}
.com_btn_wrap.center {
  justify-content: center;
}
.com_btn_wrap.bottom {
  margin-top: 40px;
  width: 100%;
}
.com_btn_wrap.bottom .com_btn {
  min-width: 100px;
}
.com_btn_wrap.bottom .com_btn.s {
  min-width: 75px;
}
.com_btn_wrap.flex {
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-start;
}
.com_btn_wrap.flex .com_btn {
  margin-left: 0;
}
.com_btn_wrap.flex_s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6px;
}
.com_btn_wrap.flex_s .com_btn {
  height: 26px;
  margin-left: 0;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: -0.3px;
  text-align: left;
  color: #797f87;
}
.com_btn_wrap.flex_s .com_btn.active {
  color: #fff;
}
.com_btn + .com_btn {
  margin-left: 9px;
}
.com_btn.full {
  width: 100%;
  min-width: 100%;
  margin-left: 0;
}
.com_btn.red {
  background-color: #f62e2e;
}
.com_btn.gray {
  background-color: #797f87;
}
.com_btn.lightGray {
  background-color: #f1f3f5;
  color: #222;
}
.com_btn.white {
  border: 1px solid #999;
  color: #222;
  background: #fff;
}
.com_btn.lightPoint {
  background-color: #ece8ff;
  color: #6042f8;
}
.com_btn.active {
  background-color: #797f87;
  color: #fff;
}
.com_btn.line {
  background: #fff;
  border: 1px solid #6042f8;
  color: #6042f8;
}
.com_btn.line.gray {
  border-color: #bbc0c7;
  color: #646a72;
}
.com_btn.line.lightGray {
  border-color: #e5e7e9;
  color: #797f87;
}
.com_btn.line.darkGray {
  border-color: #999;
  color: #222;
}
.com_btn.circle {
  border-radius: 100%;
  aspect-ratio: 1/1;
  padding: 0;
}
.com_btn.txt, .com_input_sec .input_field .com_btn.ok_txt, .com_input_sec .input_field .com_btn.error_txt, .com_input_sec .input_field .com_btn.info_txt {
  font-size: 12px;
  padding: 0 !important;
  background: none;
  color: #6042f8;
  min-width: auto;
  padding: 0;
}
.com_btn.l {
  height: 48px;
  font-size: 15px;
  font-weight: bold;
}
.com_btn.m {
  height: 42px;
  font-size: 14px;
}
.com_btn.s {
  height: 30px;
  font-size: 13px;
}
.com_btn.xs {
  height: 20px;
  font-size: 11px;
}
.com_btn .icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.com_btn .icon.before {
  margin-right: 5px;
}
.com_btn .icon.after {
  margin-left: 5px;
}
.com_btn .icon.write {
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_write.png);
  margin: 0;
}
.com_btn .icon.arrow_down_point {
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_arrow_down_point.png);
}
.com_btn .icon.cart {
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_cart.png);
}
.com_btn .icon.open {
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_open_down.png);
}
.com_btn .icon.open.active {
  transform: rotate(180deg);
}
.com_btn .icon.sms {
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_sms.png);
}
.com_btn .icon.preview {
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_preview.png);
}
.com_btn .icon.trash {
  width: 11px;
  height: 13px;
  background-image: url(../img/icon_trash.png);
}
.com_btn .icon.cate {
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_cate.png);
}
.com_btn .icon.qr {
  width: 27px;
  height: 27px;
  background-image: url(../img/icon_qr_white.png);
}
.com_btn .icon.qr_mini {
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_qr2.png);
}
.com_btn .icon.reset {
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_reset.png);
}
.com_btn .icon.exchange {
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_exchange.png);
}
.com_btn .icon.money {
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_money.png);
}

/*!페이징 << < > >> */
.com_paging {
  margin-top: 20px;
  text-align: center;
}
.com_table + .com_paging {
  margin-top: 40px;
}
.com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
  min-width: 42px;
  height: 42px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 0;
}
@media screen and (max-width: 767.9px) {
  .com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
    min-width: 32px;
    height: 32px;
  }
}
.com_paging :is(.btn_first, .btn_prev, .btn_next, .btn_last) img {
  height: 18px;
}
.com_paging :is(.btn_first, .btn_prev) {
  transform: rotate(180deg);
}
.com_paging .btn_prev {
  margin-right: 7px;
}
@media screen and (max-width: 767.9px) {
  .com_paging .btn_prev {
    margin-right: 4px;
  }
}
.com_paging .btn_next {
  margin-left: 7px;
}
@media screen and (max-width: 767.9px) {
  .com_paging .btn_next {
    margin-right: 4px;
  }
}
.com_paging .btn_page {
  line-height: inherit;
}
.com_paging .btn_page.active {
  font-weight: bold;
  color: #fff;
  background-color: #6042f8;
  border-radius: 100%;
}
.com_paging .btn_page.disabled {
  cursor: auto;
  opacity: 0.4;
}

.com_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.com_tab .tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  white-space: nowrap;
  background: #fff;
  min-height: 42px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.43px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  border: 1px solid #e5e7e9;
  border-bottom: 1px solid #222;
  flex: 1;
}
.com_tab .tab:not(:first-child) {
  border-left: none;
}
.com_tab .tab.active {
  background-color: #fff;
  border: 1px solid #222;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.com_tab + .com_input_sec, .com_tab + .com_tab_contents__wrap .com_input_sec {
  margin-top: 30px;
}
.com_tab_contents {
  display: none;
}
.com_tab_contents.active {
  display: block;
}
.com_tab_contents + .com_btn_wrap {
  margin-top: 30px;
}
.com_tab_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_tab_sub .tab {
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: -0.33px;
  text-align: center;
  color: #797f87;
  border-bottom: 2px solid #e5e7e9;
  padding-bottom: 9px;
  flex: 1;
}
.com_tab_sub .tab.active {
  border-bottom-color: #6042f8;
  color: #222;
  font-weight: bold;
}

.com_chk {
  display: none;
}
.com_chk + label, .com_chk + label:before {
  cursor: pointer;
}
.com_chk + label {
  padding-left: 28px;
  display: inline-block;
  white-space: nowrap;
}
.com_chk + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: -5px;
  margin-left: -28px;
  border: solid 1.5px #B2B2B2;
  border-radius: 2px;
  background-color: #fff;
}
.com_chk:checked + label:before {
  background-position: center;
  background-size: 14px auto;
  background-repeat: no-repeat;
  border-color: #6042f8;
  background-color: #6042f8;
  background-image: url(../img/chk.png);
}
.com_chk.circle + label {
  position: relative;
}
.com_chk.circle + label:before {
  background: url("../img/radio_off.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px auto;
  border: none;
  margin-right: 5px;
  vertical-align: -5px;
  border: none;
}
.com_chk.circle:checked + label:before {
  background-image: url(../img/radio_on.png);
}
.com_chk_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.com_chk_wrap label + input[type=checkbox] + label, .com_chk_wrap label + input[type=radio] + label {
  margin: 0;
}
.com_chk_wrap .com_chk + label::before {
  margin-right: 3px;
}
.com_chk_wrap.col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: calc(100% + 0px * 2);
  margin-left: -0px;
  margin-top: -15px;
}
.com_chk_wrap.col2 > li,
.com_chk_wrap.col2 > div,
.com_chk_wrap.col2 > article,
.com_chk_wrap.col2 > section,
.com_chk_wrap.col2 > figure,
.com_chk_wrap.col2 > .com_btn,
.com_chk_wrap.col2 > label,
.com_chk_wrap.col2 > a {
  width: calc(50% - 0px * 2);
  margin-top: 15px;
  margin-left: 0px;
  margin-right: 0px;
}
.com_chk_wrap.col2 label {
  margin-top: 15px !important;
}

.com_chk:disabled + label {
  opacity: 0.4;
}

.com_chk_btn input {
  display: none;
}
.com_chk_btn input:checked + .btn {
  background-color: #797f87;
  color: #fff;
}
.com_chk_btn .btn {
  background-color: #f1f3f5;
  height: 42px;
  width: 100%;
  border-radius: 5px;
  padding-inline: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  font-size: 13px;
  text-align: center;
  color: #797f87;
}

.com_like {
  display: none;
}
.com_like + label {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-image: url(../img/btn_like.png);
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.com_like:checked + label {
  background-image: url(../img/btn_like_on.png);
}

.com_star_box {
  position: relative;
  direction: rtl;
  text-align: center;
}
.com_star_box .star {
  direction: ltr;
}
.com_star_box input[type=radio] {
  display: none;
}
.com_star_box input[type=radio]:checked ~ label {
  background-image: url(../img/star_on.png);
}
.com_star_box input[type=radio]:disabled + label {
  cursor: default;
  width: 12px;
  height: 12px;
  margin-right: 3px;
}
.com_star_box label {
  background: url(../img/star_off.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 0 !important;
}
.com_star_box label:first-of-type {
  margin-right: 0;
}

.btn_merchant_addr {
  margin-top: 5px;
}

.com_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
}
.com_popup.active {
  display: flex;
  align-items: center;
}
.com_popup .bg_close {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}
.com_popup .pop_container {
  position: relative;
  width: calc(100% - 40px);
  max-width: 984px;
  background-color: #fff;
  margin-inline: auto;
  z-index: 103;
  overflow: hidden;
  border-radius: 10px;
}
.com_popup .pop_container.m {
  width: 500px;
}
.com_popup .content_container {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 95vh;
  padding: 20px 20px;
  scrollbar-face-color: #999;
  /*스크롤*/
  scrollbar-highlight-color: #999;
  /*하이라이트*/
  scrollbar-3dlight-color: #999;
  /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: #999;
  /*오른쪽외곽음영*/
  scrollbar-shadow-color: #999;
  /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: #999;
  /*화살*/
  scrollbar-track-color: #999;
  /*스크롤영역*/
  overflow: auto;
  text-align: left;
  /*스크롤바*/
  /*스크롤바 버튼(아래 위 화살표)*/
  /*스크롤바 핸들*/
  /*스크롤바 진행줄*/
  /*진행줄에서 핸들로 덮이지 않은 영역 */
}
.com_popup .content_container::-webkit-scrollbar {
  opacity: 0;
  width: 10px;
  height: 10px;
}
.com_popup .content_container::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.com_popup .content_container::-webkit-scrollbar-thumb {
  background-color: #999;
  background-clip: padding-box;
}
.com_popup .content_container::-webkit-scrollbar-track {
  background-color: #f8f8f8;
}
.com_popup .content_container::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}
.com_popup .content_container::-webkit-scrollbar-corner {
  background: #f8f8f8;
}
.com_popup .btn_container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 30px;
  position: relative;
}
.com_popup .btn_container .com_btn {
  min-width: 120px;
  min-height: 36px;
}
.com_popup .btn_container .right {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.com_popup .pop_tit {
  padding: 30px 20px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: -0.4px;
  text-align: center;
  color: #222;
}
.com_popup .btn_close {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon_del.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.com_popup .desc {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #222;
}
.com_popup:has(.pop_tit) .content_container {
  max-height: calc(95vh - 52px);
}
.com_popup:has(.pop_tit):has(.btn_container) .content_container {
  max-height: calc(95vh - 134px);
}
.com_popup:has(.btn_container) .content_container {
  max-height: calc(95vh - 82px);
}
.com_popup.type_alert .pop_container {
  width: 300px;
}
.com_popup.type_alert .content_container {
  padding: 55px 20px 35px;
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: -0.38px;
  text-align: center;
}
.com_popup.type_alert .content_container .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: -0.4px;
  margin-bottom: 15px;
}
.com_popup.type_alert .content_container .btn_container {
  padding-bottom: 15px;
}
.com_popup.type_select {
  color: #222;
}
.com_popup.type_select .check_wrap {
  margin-block: 20px;
}
.com_popup.type_select .check_wrap .chk_item input:checked + label {
  background: #f1f3f5;
}
.com_popup.type_select .check_wrap .chk_item label {
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
}
.com_popup.type_select .check_wrap .chk_item label::before {
  margin-left: 0;
  margin-right: 10px;
}
.com_popup.type_select .com_add_file .com_btn {
  background: #6042f8;
  color: #fff;
}
.com_popup.type_select .com_dashed_box {
  font-size: 13px;
}
.com_popup.type_select .com_dashed_box .txt, .com_popup.type_select .com_dashed_box .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_popup.type_select .com_dashed_box .ok_txt, .com_popup.type_select .com_dashed_box .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_popup.type_select .com_dashed_box .error_txt, .com_popup.type_select .com_dashed_box .com_input_sec .input_field .info_txt, .com_input_sec .input_field .com_popup.type_select .com_dashed_box .info_txt {
  margin-top: 4px;
  margin-bottom: 0;
  line-height: 1.3;
}
.com_popup.type_select .btn_category + .com_btn_wrap {
  margin: 12px 0;
}
.com_popup.type_select .btn_category + .com_btn_wrap .com_btn.active {
  background: #6042f8;
}
.com_popup.type_select .btn_category + .com_btn_wrap + .input_wrap {
  margin-top: 12px;
}
.com_popup.type_select .input_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.com_popup.type_select .input_wrap .com_btn {
  min-width: 60px;
}
.com_popup.type_select .input_wrap .com_bg_chk {
  flex: 1;
  margin-left: 6px;
}
.com_popup.type_select .txt, .com_popup.type_select .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_popup.type_select .ok_txt, .com_popup.type_select .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_popup.type_select .error_txt, .com_popup.type_select .com_input_sec .input_field .info_txt, .com_input_sec .input_field .com_popup.type_select .info_txt {
  padding-top: 5px;
  margin-bottom: 12px;
}
.com_popup.type_select .txt + .com_divider, .com_popup.type_select .com_input_sec .input_field .ok_txt + .com_divider, .com_input_sec .input_field .com_popup.type_select .ok_txt + .com_divider, .com_popup.type_select .com_input_sec .input_field .error_txt + .com_divider, .com_input_sec .input_field .com_popup.type_select .error_txt + .com_divider, .com_popup.type_select .com_input_sec .input_field .info_txt + .com_divider, .com_input_sec .input_field .com_popup.type_select .info_txt + .com_divider {
  margin-top: 0px;
}
.com_popup.type_layer .pop_container {
  border-radius: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
}
.com_popup.type_layer .pop_container .pop_tit {
  height: 60px;
  padding: 0 20px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_popup.type_layer .pop_container .pop_tit .icon_prev {
  width: 24px;
  margin-right: 10px;
}
.com_popup.type_layer .pop_container .pop_tit .btn_close {
  position: relative;
  margin-left: auto;
  top: auto;
  right: auto;
}
.com_popup.type_layer .pop_container .content_container {
  height: calc(100vh - 60px);
  max-height: calc(100vh - 60px);
}

.pop_address .check_wrap {
  margin-top: 0 !important;
}

.pop_chatting .pop_container, .pop_preview .pop_container {
  min-width: 100%;
  width: 100%;
  margin: 0;
  height: 100vh;
  border-radius: 0;
}
.pop_chatting .btn_close, .pop_preview .btn_close {
  top: 18px;
}

.pop_preview .pop_container {
  overflow: auto;
}
.pop_preview .pop_container .sec_product {
  margin-top: 0;
}

.pop_enter_password .pop_container .content_container .dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  gap: 10px;
  margin-top: 45px;
}
.pop_enter_password .pop_container .content_container .dots .icon_dots {
  width: 12px;
  height: 12px;
  background-color: #bbc0c7;
  border-radius: 50px;
}
.pop_enter_password .pop_container .content_container .dots .icon_dots.active {
  background-color: #6042f8;
}
.pop_enter_password .pop_container .content_container .txt_warning {
  margin-top: 17px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -0.3px;
  text-align: center;
  color: #f62e2e;
}
.pop_enter_password .pop_container .content_container .input_number {
  margin: 19px 0 0 -10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #fff;
}
.pop_enter_password .pop_container .content_container .input_number .key {
  width: 98px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: -0.4px;
  text-align: center;
  color: #222;
  border-top: 1px solid #e5e7e9;
  border-left: 1px solid #e5e7e9;
  cursor: pointer;
}
.pop_enter_password .pop_container .content_container .input_number .key.left {
  border-left: none;
}
.pop_enter_password .pop_container .content_container .input_number .key.last {
  border-bottom: 1px solid #e5e7e9;
}
.pop_enter_password .pop_container .content_container .input_number .key.active {
  background-color: #f1f3f5;
}
.pop_enter_password .pop_container .content_container .input_number .key .icon_del::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-image: url(../img/icon_del.png);
  width: 12px;
  height: 12px;
}
.pop_enter_password .pop_container .content_container .input_number .key .icon_back::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-image: url(../img/btn_prev.png);
  width: 16px;
  height: 16px;
}
.pop_enter_password .pop_container .btn_container {
  margin-top: 10px;
}
.pop_enter_password .pop_container .btn_container .com_btn {
  width: 100%;
}

.pop_address_list .pop_container .content_container .radio_selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: flex-start;
}
.pop_address_list .pop_container .content_container .radio_selection .check {
  height: 42px;
  padding: 11px 56px 11px 15px;
  border-radius: 5px;
}
.pop_address_list .pop_container .content_container .radio_selection .check .com_chk.circle + label:before {
  margin-right: 10px;
}
.pop_address_list .pop_container .content_container .radio_selection .check.active {
  background-color: #f1f3f5;
}
.pop_address_list .pop_container .content_container .delivery_addr {
  margin-top: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: flex-start;
  gap: 6px;
}
.pop_address_list .pop_container .content_container .delivery_addr .btn_delete {
  width: 60px;
}
.pop_address_list .pop_container .content_container .delivery_addr .addr_select {
  height: 42px;
  padding: 11px 33.5px 11px 15px;
  border-radius: 5px;
  border: solid 1px #f1f3f5;
}
.pop_address_list .pop_container .content_container .delivery_addr .addr_select.active {
  background-color: #f1f3f5;
}
.pop_address_list .pop_container .btn_container {
  margin-top: -10px;
}
.pop_address_list .pop_container .btn_container .com_btn {
  width: 100%;
}

.pop_review_image .pop_container .content_container, .pop_product_detail .pop_container .content_container {
  position: relative;
}
.pop_review_image .pop_container .content_container .pop_product_image .swiper-next, .pop_product_detail .pop_container .content_container .pop_product_image .swiper-next {
  position: absolute;
  right: 5px;
  top: 50%;
  z-index: 1;
}
.pop_review_image .pop_container .content_container .pop_product_image .swiper-next::before, .pop_product_detail .pop_container .content_container .pop_product_image .swiper-next::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-image: url(../img/btn_swiper_next.png);
  width: 30px;
  height: 30px;
}
.pop_review_image .pop_container .content_container .pop_product_image .swiper-next.swiper-button-disabled, .pop_product_detail .pop_container .content_container .pop_product_image .swiper-next.swiper-button-disabled {
  opacity: 0.6;
}
.pop_review_image .pop_container .content_container .pop_product_image .swiper-prev, .pop_product_detail .pop_container .content_container .pop_product_image .swiper-prev {
  position: absolute;
  left: 5px;
  top: 50%;
  z-index: 1;
}
.pop_review_image .pop_container .content_container .pop_product_image .swiper-prev::before, .pop_product_detail .pop_container .content_container .pop_product_image .swiper-prev::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-image: url(../img/btn_swiper_prev.png);
  width: 30px;
  height: 30px;
}
.pop_review_image .pop_container .content_container .pop_product_image .swiper-prev.swiper-button-disabled, .pop_product_detail .pop_container .content_container .pop_product_image .swiper-prev.swiper-button-disabled {
  opacity: 0.6;
}
.pop_review_image .pop_container .btn_container, .pop_product_detail .pop_container .btn_container {
  margin-top: 0px;
}
.pop_review_image .pop_container .btn_container .com_btn, .pop_product_detail .pop_container .btn_container .com_btn {
  width: 100%;
}

.pop_reset_pw .desc {
  margin-bottom: 30px;
}

.pop_alert_new .logo_inqten {
  display: block;
  width: 73px;
  height: 31px;
  margin: 15px auto 0;
}
.pop_alert_new .input {
  text-align: center;
}
.pop_alert_new .btn_container {
  flex-direction: column;
  gap: 12px;
  margin-top: -10px;
}

.pop_qr .swiper .item {
  padding: 15px 0 30px;
  text-align: center;
}
.pop_qr .swiper .item .wallet_tit {
  font-size: 15px;
  font-weight: bold;
}
.pop_qr .swiper .item .wallet_num {
  margin-top: 5px;
  font-size: 13px;
  color: #797f87;
}
.pop_qr .swiper .swiper-button-prev {
  left: 5px;
  top: 30px;
  transform: rotate(90deg);
}
.pop_qr .swiper .swiper-button-prev::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_arrow_down.png);
  width: 12px;
  height: 16px;
}
.pop_qr .swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.6;
}
.pop_qr .swiper .swiper-button-next {
  right: 5px;
  top: 30px;
  transform: rotate(-90deg);
}
.pop_qr .swiper .swiper-button-next::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_arrow_down.png);
  width: 12px;
  height: 16px;
}
.pop_qr .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.6;
}
.pop_qr .com_tab_contents {
  padding: 20px 0;
}
.pop_qr .com_tab_contents .input {
  margin-bottom: 12px;
  text-align: center;
  width: 100%;
}
.pop_qr .com_tab_contents .img_qr {
  display: block;
  width: 86px;
  height: 86px;
  margin: 35px auto 0;
}

.pop_qpay .qpay_tab_content {
  display: none;
}
.pop_qpay .qpay_tab_content.active {
  display: block;
}
.pop_qpay .qpay_tab_content .progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  padding: 15px 0 30px;
}
.pop_qpay .qpay_tab_content .progress .progress_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position: relative;
  width: 160px;
  height: 8px;
  background: #e5e7e9;
  border-radius: 10px;
}
.pop_qpay .qpay_tab_content .progress .progress_bar .btn_progress {
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  background: #6042f8;
}
.pop_qpay .qpay_tab_content .progress .progress_bar .btn_progress.start {
  left: 0;
}
.pop_qpay .qpay_tab_content .progress .progress_bar .btn_progress.end {
  right: 0;
}
.pop_qpay .qpay_tab_content .img {
  display: block;
  margin: 0 auto 15px;
  width: 80px;
  height: 80px;
}
.pop_qpay .qpay_tab_content .desc {
  font-size: 14px;
}
.pop_qpay .qpay_tab_content .com_input_sec .input_field input + input {
  margin-top: 12px;
  margin-left: 0;
}
.pop_qpay .qpay_tab_content .btn_container {
  margin-top: 0;
}
.pop_qpay .qpay_tab_content .btn_request {
  margin-top: 12px;
}
.pop_qpay .qpay_tab_content .btn_password_register {
  margin-bottom: 30px;
}
.pop_qpay .qpay_tab_content.pop_qpay_password {
  padding-top: 20px;
}

.pop_qpay_password .content_container {
  padding-top: 40px;
}
.pop_qpay_password .desc {
  line-height: 1.8;
}
.pop_qpay_password .dot_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  padding: 50px 0;
  gap: 10px;
}
.pop_qpay_password .dot_wrap .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #e5e7e9;
}
.pop_qpay_password .dot_wrap .dot.active {
  background-color: #6042f8;
}
.pop_qpay_password .error_txt {
  margin-top: -30px;
  margin-bottom: 20px;
  color: #f62e2e;
  font-size: 12px;
  text-align: center;
}
.pop_qpay_password .keypad_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: calc(100% + 0px * 2);
  margin-left: -0px;
  margin-top: -0px;
  margin-inline: -20px;
  border-bottom: 1px solid #e5e7e9;
  width: auto;
}
.pop_qpay_password .keypad_wrap > li,
.pop_qpay_password .keypad_wrap > div,
.pop_qpay_password .keypad_wrap > article,
.pop_qpay_password .keypad_wrap > section,
.pop_qpay_password .keypad_wrap > figure,
.pop_qpay_password .keypad_wrap > .com_btn,
.pop_qpay_password .keypad_wrap > label,
.pop_qpay_password .keypad_wrap > a {
  width: calc(33.333% - 0px * 2);
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.pop_qpay_password .keypad_wrap .keypad_num {
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #e5e7e9;
  border-left: 1px solid #e5e7e9;
  border-radius: 0;
  font-weight: bold;
  font-size: 16px;
  color: #222;
  background: #fff;
}
.pop_qpay_password .keypad_wrap .keypad_num.active {
  background: #f1f3f5;
}
.pop_qpay_password .keypad_wrap .img {
  width: 16px;
  height: 16px;
  margin-bottom: 0;
}

.pop_qpay_transfer .content_container {
  min-height: calc(95vh - 130px);
}
.pop_qpay_transfer .info_box {
  position: relative;
  padding: 12px 14px;
  border-radius: 5px;
  background-color: #f1f3f5;
  margin-bottom: 20px;
}
.pop_qpay_transfer .info_box .tit {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #797f87;
}
.pop_qpay_transfer .info_box .num {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  color: #222;
}
.pop_qpay_transfer .info_box .num .txt, .pop_qpay_transfer .info_box .num .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .pop_qpay_transfer .info_box .num .ok_txt, .pop_qpay_transfer .info_box .num .com_input_sec .input_field .error_txt, .com_input_sec .input_field .pop_qpay_transfer .info_box .num .error_txt, .pop_qpay_transfer .info_box .num .com_input_sec .input_field .info_txt, .com_input_sec .input_field .pop_qpay_transfer .info_box .num .info_txt {
  font-size: 12px;
}
.pop_qpay_transfer .info_box .com_btn {
  position: absolute;
  right: 14px;
  top: 14px;
}
.pop_qpay_transfer .info_box + .com_btn_wrap {
  margin-top: 10px;
}
.pop_qpay_transfer .info_box + .com_btn_wrap .com_btn {
  height: 38px;
}
.pop_qpay_transfer .com_tab {
  margin-bottom: 20px;
}
.pop_qpay_transfer .com_tab + .com_tab_contents__wrap .com_input_sec {
  margin-top: 20px;
}
.pop_qpay_transfer .com_tab_sub {
  margin-bottom: 20px;
}
.pop_qpay_transfer .com_input_sec .tit_field {
  font-weight: normal;
}
.pop_qpay_transfer .com_input_sec .input_num {
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.pop_qpay_transfer .com_input_sec .info_field {
  border-radius: 5px;
  border: dashed 1px #e5e7e9;
  padding: 12px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.pop_qpay_transfer .qr {
  text-align: center;
  margin-top: 20px;
}

.pop_exchange .input_tit {
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: bold;
}
.pop_exchange .info_box {
  position: relative;
  padding: 12px 14px;
  border-radius: 5px;
  background-color: #f1f3f5;
  text-align: center;
}
.pop_exchange .info_box .tit {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #797f87;
}
.pop_exchange .info_box .num {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  color: #222;
}
.pop_exchange .info_box .num .txt, .pop_exchange .info_box .num .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .pop_exchange .info_box .num .ok_txt, .pop_exchange .info_box .num .com_input_sec .input_field .error_txt, .com_input_sec .input_field .pop_exchange .info_box .num .error_txt, .pop_exchange .info_box .num .com_input_sec .input_field .info_txt, .com_input_sec .input_field .pop_exchange .info_box .num .info_txt {
  font-size: 12px;
}
.pop_exchange .input {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.pop_exchange .com_bg_chk {
  margin-top: 12px;
}
.pop_exchange .com_dashed_box {
  margin-top: 20px;
}
.pop_exchange .com_dashed_box .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  font-size: 12px;
}
.pop_exchange .com_dashed_box .info + .info {
  margin-top: 6px;
}
.pop_exchange .com_dashed_box .info .price {
  text-align: right;
}
.pop_exchange .price_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  padding: 20px 0 0;
  font-size: 12px;
}
.pop_exchange .price_wrap .price .com_point_txt {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}
.pop_exchange .price_wrap .txt, .pop_exchange .price_wrap .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .pop_exchange .price_wrap .ok_txt, .pop_exchange .price_wrap .com_input_sec .input_field .error_txt, .com_input_sec .input_field .pop_exchange .price_wrap .error_txt, .pop_exchange .price_wrap .com_input_sec .input_field .info_txt, .com_input_sec .input_field .pop_exchange .price_wrap .info_txt {
  color: #797f87;
}
.pop_exchange .notice_txt {
  margin-top: 10px;
}
.pop_exchange .btn_container {
  padding-top: 0;
}

.pop_product_detail .pop_product_image .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  padding-block: 20px;
  border-top: 1px solid #e5e7e9;
}
.pop_product_detail .pop_product_image .info .info_tit {
  font-size: 14px;
  font-weight: bold;
}
.pop_product_detail .pop_product_image .info .info_pay {
  font-size: 13px;
  color: #797f87;
}

.pop_terms .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: -0.4px;
  text-align: center;
}
.pop_terms .terms_txt {
  margin-top: 20px;
  line-height: 1.5;
}
.pop_terms .terms_txt + .tit {
  margin-top: 30px;
}
.pop_terms .chk_wrap {
  margin-top: 20px;
}
.pop_terms .chk_wrap.all {
  margin-top: 0;
  text-align: left;
}
.pop_terms .chk_wrap.all label {
  font-weight: bold;
}
.pop_terms .btn_container {
  justify-content: flex-start;
  border-top: 1px solid #e5e7e9;
  padding-inline: 0;
  padding-top: 22px;
  margin-inline: 20px;
}

.pop_recommender .desc {
  margin-bottom: 20px;
}
.pop_recommender .content_container .com_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  height: 100px;
}
.pop_recommender .content_container .com_btn.line {
  border-width: 2px;
}
.pop_recommender .content_container .com_btn.lightGray {
  color: #bbc0c7;
}
.pop_recommender .content_container .com_btn .icon {
  width: 33px;
  height: 33px;
  min-height: 33px;
  margin-bottom: 5px;
}
.pop_recommender .content_container .com_btn .icon.yes {
  background-image: url(../img/icon_recommender_yes.png);
}
.pop_recommender .content_container .com_btn .icon.no {
  background-image: url(../img/icon_recommender_no.png);
}

.pop_preview .content_container {
  padding: 0;
}

.pop_charge_complete .pop_container {
  width: 400px;
}
.pop_charge_complete .content_container {
  padding: 40px 20px 30px 20px;
}
.pop_charge_complete .btn_container .com_btn {
  flex: 1;
}

.pop_review_write .icon_plus::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url(../img/icon_plus.png);
  width: 20px;
  height: 20px;
}
.pop_review_write .write_rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
}
.pop_review_write .write_rating .label {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  letter-spacing: -0.33px;
  text-align: center;
  color: #222;
}
.pop_review_write .write_rating .value {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: -0.55px;
  text-align: center;
  color: #222;
}
.pop_review_write .enter_review {
  height: 90px;
  margin: 30px 0 12px;
  padding: 15px 15px 15px 16px;
  border-radius: 5px;
  border: solid 1px #e5e7e9;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
}
.pop_review_write .enter_review .review {
  width: calc(100% - 65px);
}
.pop_review_write .enter_review .review .date {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.17;
  letter-spacing: -0.3px;
  text-align: left;
  color: #797f87;
}
.pop_review_write .enter_review .review .textarea {
  border: none;
  width: 100%;
  min-height: 45px;
  padding: 0;
}
.pop_review_write .enter_review .btn_add {
  width: 60px;
  height: 60px;
  padding: 22px;
  object-fit: contain;
  border-radius: 5px;
  background-color: #f1f3f5;
}
.pop_review_write .thumb_main_slider_file .btn_del {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #fff;
}
.pop_review_write .thumb_main_slider_file .btn_del::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_del.png);
  width: 9px;
  height: 9px;
}

.pop_delivery iframe {
  width: 100% !important;
}

.pop_merchant_map {
  display: flex;
  height: 0;
  visibility: hidden;
}
.pop_merchant_map.active {
  height: auto;
  visibility: visible;
}
.pop_merchant_map .map_content {
  margin-bottom: 30px;
}
.pop_merchant_map .map_content .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  line-height: 1.5;
}
.pop_merchant_map .map_content .item:not(:last-child) {
  margin-bottom: 10px;
}
.pop_merchant_map .map_content .item img {
  width: 20px;
  margin-right: 10px;
  align-self: first baseline;
}

.pop_contract .date {
  color: #797F87;
  text-align: center;
  padding-block: 25px;
}
.pop_contract .sign_sec {
  border: 1px solid #e5e7e9;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  color: #BBC0C7;
  font-size: 13px;
  position: relative;
}
.pop_contract .sign_sec .com_btn {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.pop_sign .sign_sec {
  border: 1px solid #e5e7e9;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  color: #BBC0C7;
  font-size: 13px;
  position: relative;
}

.pop_sign .content_container {
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.pop_sign .content_container .sign_sec {
  flex: 1;
}
.pop_sign .content_container .sign_sec .com_btn {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.pop_qding_pay .notice_txt {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}
.pop_qding_pay .product_info {
  margin-top: 20px;
  background: #F1F3F5;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 8px;
  padding: 20px;
  font-size: 14px;
  font-weight: 700;
}
.pop_qding_pay .product_info .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.pop_qding_pay .product_info .price .icon {
  width: 16px;
  height: 16px;
  border: 1px solid #e5e7e9;
  border-radius: 50px;
}
.pop_qding_pay .com_input_sec {
  margin-top: 20px;
}
.pop_qding_pay .pay_info {
  background: #F1F3F5;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  padding-block: 17px;
}
.pop_qding_pay .pay_info .price {
  font-weight: 700;
  color: #6042f8;
}
.pop_qding_pay .point_info .point_possession {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.pop_qding_pay .exchange .txt, .pop_qding_pay .exchange .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .pop_qding_pay .exchange .ok_txt, .pop_qding_pay .exchange .com_input_sec .input_field .error_txt, .com_input_sec .input_field .pop_qding_pay .exchange .error_txt, .pop_qding_pay .exchange .com_input_sec .input_field .info_txt, .com_input_sec .input_field .pop_qding_pay .exchange .info_txt {
  margin-block: 20px;
  line-height: 1.5;
}

body {
  max-width: 1024px;
  margin: 0 auto;
}

.com_center_wrap {
  padding-inline: 20px;
}

.com_divider {
  width: 100%;
  height: 1px;
  background-color: #e5e7e9;
  margin-block: 20px;
}
.com_divider.top {
  margin-top: 10px;
}

.com_bg, .com_board .item .view .answer, .com_board {
  background-color: #f8f9fa;
  padding-inline: 20px;
}

.head .ribbon {
  height: 50px;
  padding-block: 27px 24px;
  padding-inline: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  width: 100%;
}
.head .ribbon .logo img, .head .ribbon .gnb_logo img {
  width: 70px;
}
.head .ribbon .gnb_logo {
  display: none;
}
.head .ribbon .pg_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.head .ribbon .pg_tit * {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
.head .ribbon .pg_tit .btn_prev {
  margin-right: 10px;
}
.head .ribbon .pg_tit .btn_prev img {
  max-width: 24px;
}
.head .ribbon .link_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.head .ribbon .link_area .link {
  margin-left: 15px;
}
.head .ribbon .link_area .link img {
  max-width: 24px;
}
.head .ribbon .link_area .link .icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.head .ribbon .link_area .link.bar .icon {
  width: 24px;
  height: 24px;
  background-image: url(../img/btn_bar.png);
}
.head .ribbon .link_area .link.bar.active .icon {
  background-image: url(../img/icon_del.png);
  width: 24px;
  height: 18px;
}
.head .ribbon .link_area .link.push.on {
  position: relative;
}
.head .ribbon .link_area .link.push.on::after {
  content: "";
  width: 5px;
  height: 5px;
  text-align: center;
  line-height: 5px;
  background-color: #6042f8;
  color: #6042f8;
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.head .gnb_container {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100vh - 50px);
  bottom: 0;
  background: #f8f9fa;
  padding: 20px 20px 13px;
  z-index: 101;
  overflow-y: auto;
}
.head .gnb_container .gnb_menu {
  border-radius: 10px;
  background-color: #fff;
  padding-block: 12px;
}
.head .gnb_container .gnb_menu .depth01 .menu {
  padding: 12px 25px;
  font-size: 15px;
  letter-spacing: -0.38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.head .gnb_container .gnb_menu .depth01 .menu::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_arrow_right.png);
  width: 12px;
  height: 16px;
}
.head .gnb_container .gnb_menu + .gnb_menu {
  margin-top: 12px;
}
.head .gnb_container .link_sec {
  border-top: 1px solid #e5e7e9;
  padding-top: 12px;
  font-size: 13px;
  letter-spacing: -0.33px;
  margin-top: 30px;
  text-align: center;
  margin-inline: -20px;
}
.head .search_sec {
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: fixed;
  top: 50px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 15px;
  z-index: 102;
  display: none;
}
.head .search_sec .com_search .com_btn {
  height: 42px;
  min-width: 42px;
}
.head .search_sec .com_search .com_btn + .input {
  margin-left: 6px;
}
.head.active .ribbon .pg_tit {
  display: none;
}
.head.active .ribbon .gnb_logo {
  display: block;
}
.head.active .gnb_container {
  display: block;
}

.bottom_menu {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
  padding: 5px 10px 0;
  position: fixed;
  z-index: 10;
  left: 0;
  width: 100%;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  bottom: 0;
  height: 65px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.bottom_menu .menu_open {
  position: absolute;
  top: 5px;
  width: 40px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
  display: inline-block;
}
.bottom_menu .menu_open img {
  vertical-align: top;
}
.bottom_menu .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  font-size: 11px;
  letter-spacing: -0.25px;
  text-align: center;
  color: #bbc1c8;
  height: 65px;
  flex: 1;
}
.bottom_menu .link :is(.off, .on) {
  width: 31px;
  height: 32px;
  margin-bottom: 2px;
}
.bottom_menu .link .on {
  display: none;
}
.bottom_menu .link.active {
  color: #6042f8;
}
.bottom_menu .link.active .on {
  display: block;
}
.bottom_menu .link.active .off {
  display: none;
}
.bottom_menu.none {
  bottom: -60px;
  height: 75px;
}
.bottom_menu.none .link {
  display: none;
}

.quick_qr {
  position: fixed;
  z-index: 11;
  bottom: 53px;
  right: 10px;
  width: 60px;
  height: 60px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #6042f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  font-size: 9px;
  letter-spacing: -0.23px;
  color: #fff;
  border-radius: 100px;
}
.quick_qr img {
  margin-bottom: 2px;
  width: 24px;
}

.footer {
  border-top: 1px solid #e5e7e9;
  padding: 15px 20px 85px;
  font-weight: normal;
  color: #999;
}
.footer p {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 4px;
}
.footer .company {
  display: block;
}
.footer .sns {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.footer .sns img {
  width: 36px;
}

.com_point_txt {
  color: #6042f8 !important;
}

.com_red_txt {
  color: #f62e2e !important;
}

.com_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.com_tag .tag {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: -0.25px;
  color: #797f87;
  word-break: break-all;
}
.com_tag.type_box {
  gap: 5px;
}
.com_tag.type_box .tag {
  margin: 0;
  padding: 5px 10px;
  background: #f1f3f5;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: -0.3px;
  text-align: center;
  color: #797f87;
  border-radius: 5px;
}
.com_tag.type_box .tag.point {
  background-color: #ece8ff;
  color: #6042f8;
}
.com_tag.type_box .tag.right {
  margin-left: auto;
  margin-right: 6px;
}

.com_info_wrap {
  padding: 10px 0;
  border-top: 1px solid #f1f3f5;
  display: table;
  width: 100%;
}
.com_info_wrap:first-child {
  margin-top: 0;
  border-top: none;
}
.com_info_wrap .txt, .com_info_wrap .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_info_wrap .ok_txt, .com_info_wrap .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_info_wrap .error_txt, .com_info_wrap .com_input_sec .input_field .info_txt, .com_input_sec .input_field .com_info_wrap .info_txt {
  padding: 5px 0 15px;
  text-align: center;
}
.com_info_wrap .info_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: flex-start;
  line-height: 15px;
  display: table-row;
}
.com_info_wrap .info_item > :is(span, p) {
  display: table-cell;
  padding-block: 4px;
}
.com_info_wrap .info_item .tit {
  min-width: 75px;
  width: 75px;
  font-size: 12px;
  letter-spacing: -0.33px;
  color: #797f87;
  line-height: 17px;
  position: relative;
  padding-left: 8px;
}
.com_info_wrap .info_item .tit::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3px;
  height: 3px;
  margin-inline: 5px;
  background: #bbc0c7;
  border-radius: 3px;
  vertical-align: middle;
  cursor: default;
}
.com_info_wrap .info_item .tit::before {
  vertical-align: 3px;
  margin-left: -8px;
}
.com_info_wrap .info_item .name .btn_sms {
  vertical-align: -3px;
}
.com_info_wrap .info_item .name .icon_yet {
  color: #f62e2e;
  background: #ffdbdb;
  border-radius: 5px;
  height: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  padding-inline: 5px;
  margin-left: 10px;
}

.com_no_data {
  border-radius: 5px;
  border: solid 1px #e5e7e9;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 15px;
}
.com_no_data + .item, .com_no_data + .order_item {
  margin-top: 10px;
}

.com_new {
  width: 20px;
  height: 20px;
  background: url(../img/icon_new.png) no-repeat;
  background-size: contain;
  display: inline-block;
}

.com_tip {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: -0.35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.com_tip::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_tip.png);
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

.com_tip_list {
  margin-block: 20px;
}
.com_tip_list .tip {
  position: relative;
}
.com_tip_list .tip::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3px;
  height: 3px;
  margin-inline: 5px;
  background: #bbc0c7;
  border-radius: 3px;
  vertical-align: middle;
  cursor: default;
}
.com_tip_list .tip:not(:last-child) {
  margin-bottom: 8px;
}

/*common input form*/
.com_input_sec .tit_field {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: -0.35px;
  margin-bottom: 10px;
}
.com_input_sec .tit_field .sub {
  font-weight: normal;
  font-size: 13px;
}
.com_input_sec .tit_field.has_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_input_sec .input_field {
  margin-bottom: 12px;
}
.com_input_sec .input_field:last-child {
  margin-bottom: 0;
}
.com_input_sec .input_field input[type=text], .com_input_sec .input_field input[type=password], .com_input_sec .input_field input[type=number] {
  width: 100%;
}
.com_input_sec .input_field input[type=text] + .com_btn, .com_input_sec .input_field input[type=password] + .com_btn, .com_input_sec .input_field input[type=number] + .com_btn {
  min-width: 90px;
  font-weight: normal;
  font-size: 13px;
}
.com_input_sec .input_field .input_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.com_input_sec .input_field .input_wrap + .input_wrap {
  margin-top: 12px;
}
.com_input_sec .input_field .input_wrap.email {
  align-items: center;
  gap: 6px;
}
.com_input_sec .input_field .input_wrap.email * {
  margin: 0;
}
.com_input_sec .input_field .input_wrap.email .email_company {
  width: 90px;
}
.com_input_sec .input_field .input_wrap.tel .select {
  width: 100px;
}
.com_input_sec .input_field .post_area + .input_wrap {
  margin-top: 5px;
}
.com_input_sec .input_field #postpop + .input_wrap {
  margin-top: 12px;
}
.com_input_sec .input_field .txt, .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .error_txt, .com_input_sec .input_field .info_txt {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.3px;
  margin-top: 13px;
}
.com_input_sec .input_field .error_txt, .com_input_sec .input_field .info_txt {
  color: #f62e2e;
}
.com_input_sec .input_field .ok_txt {
  color: #6042f8;
}
.com_input_sec .input_field .unit {
  margin-left: 5px;
}
.com_input_sec .input_field .add_img_list {
  border: solid 1px #e5e7e9;
  background-color: #fff;
  padding: 13px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.com_input_sec .input_field .add_img_list .list {
  color: #bbc0c7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 5px;
  width: 100%;
}
.com_input_sec .input_field .add_img_list .list:after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_del.png);
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
.com_input_sec .input_field .time_area {
  width: 100%;
}
.com_input_sec .input_field .time_area .time_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  margin-bottom: 12px;
}
.com_input_sec .input_field .time_area .select_time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  flex: 1;
  gap: 4px;
  padding: 10px 10px;
  border: 1px solid #e5e7e9;
  border-radius: 5px;
  font-size: 13px;
}
.com_input_sec .input_field .time_area .select_time + .select_time {
  margin-left: 6px;
}
.com_input_sec .input_field .select_date_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
}
.com_input_sec .input_field .select_date_box .check_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.com_input_sec .input_field .select_date_box .chk_date {
  display: none;
}
.com_input_sec .input_field .select_date_box .chk_date + label, .com_input_sec .input_field .select_date_box .chk_date + label:before {
  cursor: pointer;
}
.com_input_sec .input_field .select_date_box .chk_date + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  margin-left: 0px;
  background-color: #f1f3f5;
  color: #6042f8;
  font-size: 13px;
}
.com_input_sec .input_field .select_date_box .chk_date:checked + label {
  background-color: #6042f8;
  color: #fff;
}
.com_input_sec .input_field .select_date_box .txt, .com_input_sec .input_field .select_date_box .error_txt, .com_input_sec .input_field .select_date_box .info_txt, .com_input_sec .input_field .select_date_box .ok_txt {
  min-width: 50px;
  width: 50px;
  margin-top: 0;
  margin-right: 20px;
}
.com_input_sec .input_field.address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
.com_input_sec .input_field.address * {
  margin-left: 0;
}
.com_input_sec + .com_btn_wrap {
  margin-top: 20px;
}
.com_input_sec .icon_must {
  color: #6042f8;
  margin-left: 2px;
}

.com_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  position: relative;
}
.com_search .btn_search {
  width: 42px;
  margin-left: 6px;
}
.com_search .btn_search::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  background-image: url(../img/icon_search_white.png);
  width: 24px;
  height: 24px;
}
.com_search .input {
  width: calc(100% - 48px);
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 20px;
  padding-left: 0;
}
.com_search::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  width: 20px;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
}
.com_search__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 6px;
}
.com_search__wrap .com_search {
  flex: 1;
}
.com_search__wrap .btn_cate {
  height: 42px;
  height: 42px;
  border: 1px solid #E5E7E9;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_search__wrap .product_cate {
  display: none;
  border: 1px solid #e5e7e9;
  position: absolute;
  border-radius: 10px;
  padding: 10px 5px;
  background-color: #fff;
  left: 0;
  top: 46px;
  z-index: 2;
  min-width: 140px;
}
.com_search__wrap .product_cate .cate {
  display: block;
}
.com_search__wrap .product_cate .cate .btn {
  width: 100%;
  border-radius: 5px;
  padding: 7px 8px;
}
.com_search__wrap .product_cate .cate input:checked + .btn {
  background-color: #F0F3F6;
}

.com_search_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 5px;
}
.com_search_date * {
  margin-left: 0;
}
.com_search_date input[type=date] {
  width: 50px;
  flex: 1;
}

.com_add_file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.com_add_file .btn_del_thumb {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url("../img/icon_del.png") #E8E8E8 center center no-repeat;
  background-size: 9px auto;
  font-size: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
}
.com_add_file .blind {
  display: none;
}
.com_add_file .input_form {
  flex: 1; /* input_form이 남은 공간을 꽉 채울 수 있도록 설정 */
}
.com_add_file .input_form .input {
  border: 1px solid #ddd;
  margin-left: 0;
  padding-inline: 10px;
}
.com_add_file .com_btn {
  flex: 0; /* com_btn이 필요한 만큼의 공간만 차지하도록 설정 */
  white-space: nowrap;
  min-height: 42px;
  margin-left: 6px;
}
.com_add_file .com_file_thumb {
  position: relative;
  display: none;
  margin-top: 5px;
  width: 100%; /* 가로 크기를 100%로 설정하여 줄바꿈이 되도록 함 */
}
.com_add_file .com_file_thumb_img {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.com_add_file .com_file_thumb .preview_img {
  width: 120px;
}
.com_add_file_img {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 575.9px) {
  .com_add_file_img + .com_add_file {
    margin-top: 25px;
  }
}
.com_add_file_img .btn_del_img {
  background: url("../img/icon_del.png") #E8E8E8 center center no-repeat;
  background-size: 9px auto;
  font-size: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: inline-block;
}
.com_add_file_img .img {
  position: relative;
  max-width: 200px;
  z-index: 0;
  width: 120px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.com_add_file_img .add_file_value {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}
.com_add_file_img .btn_btm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}
.com_add_file + .com_add_file {
  margin-top: 10px;
}

.com_agree_area label {
  text-align: left;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: -0.35px;
}
.com_agree_area .all {
  margin-bottom: 20px;
}
.com_agree_area .all label {
  font-weight: bold;
}
.com_agree_area .list {
  margin-top: 19px;
}
@media screen and (max-width: 767.9px) {
  .com_agree_area .list {
    margin-top: 5px;
  }
}
.com_agree_area .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

/*!스크롤*/
.scroll {
  scrollbar-face-color: #d5d3d7;
  /*스크롤*/
  scrollbar-highlight-color: #d5d3d7;
  /*하이라이트*/
  scrollbar-3dlight-color: #d5d3d7;
  /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: #d5d3d7;
  /*오른쪽외곽음영*/
  scrollbar-shadow-color: #d5d3d7;
  /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: #d5d3d7;
  /*화살*/
  scrollbar-track-color: rgba(255, 255, 255, 0);
  /*스크롤영역*/
  overflow: auto;
  /*스크롤바*/
  /*스크롤바 버튼(아래 위 화살표)*/
  /*스크롤바 핸들*/
  /*스크롤바 진행줄*/
  /*진행줄에서 핸들로 덮이지 않은 영역 */
  /*상하 좌우 스크롤이 만나는 공간*/
}
.scroll::-webkit-scrollbar {
  opacity: 0;
  width: 15px;
  height: 15px;
}
.scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 10px;
}
.scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}
.scroll::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
}
.scroll::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.08);
}

.scroll_lock {
  touch-action: none;
  overflow-y: hidden !important;
}
.scroll_lock body {
  touch-action: none;
  overflow-y: hidden !important;
}

.com_board {
  padding-block: 20px;
}
.com_board > .com_btn_wrap.bottom {
  margin-top: 23px;
  padding-bottom: 17px;
}
.com_board .item {
  margin-bottom: 12px;
  border-radius: 5px;
  border: solid 1px #e5e7e9;
  background-color: #fff;
}
.com_board .item:last-child {
  margin-bottom: 0;
}
.com_board .item :is(.list, .view .answer) .date {
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: -0.3px;
  color: #797f87;
  margin-bottom: 6px;
}
.com_board .item :is(.list, .view .answer) .tit {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -0.35px;
}
.com_board .item .list {
  padding: 20px 15px 17px;
  position: relative;
}
.com_board .item .list .com_new {
  position: absolute;
  right: 14px;
  top: 14px;
}
.com_board .item .list .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_board .item .list .top .btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_board .item .list .top .btn_area .com_btn {
  margin-left: 7px;
}
.com_board .item .list .top .btn_area .com_btn .icon.write {
  background-image: url(../img/icon_write_light.png);
}
.com_board .item .list .top .btn_area .state {
  height: 20px;
  border-radius: 10px;
  font-size: 11px;
  letter-spacing: -0.28px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  padding-inline: 8px;
}
.com_board .item .list .top .btn_area .state.end {
  background-color: #ece8ff;
  color: #6042f8;
}
.com_board .item .view {
  display: none;
  padding-block: 17px;
  margin-inline: 15px;
  border-top: 1px solid #e5e7e9;
}
.com_board .item .view .view_contents {
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: -0.33px;
  color: #222;
}
.com_board .item .view .file_area {
  border-bottom: 1px solid #e5e7e9;
  margin-top: -7px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
.com_board .item .view .file_area .file {
  background-color: #f1f3f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  padding: 5px 8px;
}
.com_board .item .view .file_area .file_name {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: calc(100% - 60px);
  display: block;
  white-space: nowrap;
}
.com_board .item .view.active {
  display: block;
}
.com_board .item .view .com_tag {
  border-top: 1px solid #e5e7e9;
  padding-block: 20px;
  margin-top: 20px;
}
.com_board .item .view .com_tag + .com_info_wrap {
  border-top: none;
  padding-top: 0;
}
.com_board .item .view .com_info_wrap:last-child {
  padding-bottom: 0;
}
.com_board .item .view .answer {
  padding-block: 20px;
  margin: 20px -15px -17px;
  border-top: 1px solid #e5e7e9;
}
.com_board .item .view .answer .tit {
  border-bottom: 1px solid #e5e7e9;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.com_board .item .btn_open {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #e5e7e9;
}

.com_product_item {
  border-radius: 10px;
  border: solid 1px #e5e7e9;
  background-color: #fff;
  padding: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.com_product_item .thumb_area {
  position: relative;
  margin-bottom: 14px;
}
.com_product_item .thumb_area .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-width: auto;
  aspect-ratio: 1/1;
  border-radius: 5px;
}
.com_product_item .thumb_area .thumb img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.com_product_item .thumb_area .com_like + label {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.com_product_item .thumb_area .com_chk + label {
  position: absolute;
  left: 5px;
  top: 5px;
}
.com_product_item .tit {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -0.35px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.com_product_item .tit + .price_area {
  padding-top: 0;
}
.com_product_item .price_area {
  font-weight: bold;
  margin-top: auto;
  padding-top: 10px;
}
.com_product_item .price_area .price_x {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: -0.25px;
  color: #bbc0c7;
  text-decoration: line-through;
  margin-right: 7px;
}
.com_product_item .has_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.com_product_item .has_icon .icon {
  width: 16px;
  border: 1px solid #e5e7e9;
  border-radius: 16px;
}
.com_product_item .price {
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: -0.33px;
  color: #797f87;
}

.com_tag.type_box .btn_del {
  width: 8px;
  height: 8px;
  margin-left: 4px;
}

.com_shop_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.com_shop_item.type_box {
  padding: 11px;
  border-radius: 10px;
  border: solid 1px #e5e7e9;
  background-color: #fff;
}
.com_shop_item.type_box .info_area .shop_name {
  padding-right: 0;
}
.com_shop_item .shop_part {
  position: absolute;
  right: 0;
  top: 6px;
  color: #6042f8;
  font-size: 11px;
  height: 16px;
  padding-inline: 7px;
  background-color: #ece8ff;
  border-radius: 5px;
  line-height: initial;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_shop_item .thumb_area {
  position: relative;
  width: 100px;
  margin-right: 17px;
}
.com_shop_item .thumb_area .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  min-width: 100px;
  aspect-ratio: 1/1;
  border-radius: 5px;
}
.com_shop_item .thumb_area .thumb img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.com_shop_item .thumb_area .com_like + label {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.com_shop_item .info_area {
  width: calc(100% - 117px);
  align-self: flex-start;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: -0.3px;
}
.com_shop_item .info_area .shop_name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -0.35px;
  border-bottom: 1px solid #f1f3f5;
  padding-block: 5px;
  margin-bottom: 6px;
  padding-right: 45px;
  word-break: break-all;
}
.com_shop_item .info_area .com_tag {
  position: relative;
  margin-bottom: 5px;
}
.com_shop_item .info_area .com_tag .shop_part {
  top: 0;
}

.com_chat .chat_sec {
  width: 100%;
  border: 0;
  height: 100vh;
  border-left: 0;
  display: flex;
  flex-direction: column;
}
.com_chat .chat_sec .com_profile_img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  overflow: hidden;
  border-radius: 100%;
}
.com_chat .chat_sec .com_profile_img img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.com_chat .chat_sec .chat_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  height: 70px;
  padding: 20px 17px;
}
.com_chat .chat_sec .chat_top .info {
  flex: 1;
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.com_chat .chat_sec .chat_top .info .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: left;
  color: #222;
}
.com_chat .chat_sec .chat_top .info .line_bar {
  position: relative;
}
.com_chat .chat_sec .chat_top .info .line_bar::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 12px;
  margin-inline: 6px;
  background: #e5e7e9;
  cursor: default;
}
.com_chat .chat_sec .chat_top .info .desc {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -0.33px;
  color: #797f87;
}
.com_chat .chat_sec .chat_mid {
  height: calc(100% - 70px);
  background: #f8f9fa;
}
.com_chat .chat_sec .chat_mid .scroll_body {
  height: calc(100% - 50px);
  overflow-y: auto;
  padding: 25px 17px;
}
.com_chat .chat_sec .chat_mid .date_area {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: -0.3px;
  text-align: center;
  color: #666;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.com_chat .chat_sec .chat_mid .date_area:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #222;
  top: 9px;
  z-index: 1;
}
.com_chat .chat_sec .chat_mid .date_area span {
  background: #222;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.com_chat .chat_sec .chat_mid .date_field {
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: right;
  color: #c2c2c2;
  margin-top: 5px;
}
.com_chat .chat_sec .chat_mid .box {
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1.47;
  letter-spacing: -0.38px;
  text-align: left;
  max-width: 260px;
  width: auto;
  border-radius: 6px;
  position: relative;
}
.com_chat .chat_sec .chat_mid .name_field {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.23;
  letter-spacing: -0.65px;
  color: #222;
}
.com_chat .chat_sec .chat_mid .date {
  margin-left: 5px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -0.3px;
  text-align: left;
  color: #bbc0c7;
}
.com_chat .chat_sec .chat_mid .img {
  border-radius: 10px;
  overflow: hidden;
  max-width: 260px;
}
.com_chat .chat_sec .chat_mid .img img {
  width: 100%;
}
.com_chat .chat_sec .chat_mid :is(.get, .send) {
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
}
.com_chat .chat_sec .chat_mid .send {
  align-items: flex-end;
}
.com_chat .chat_sec .chat_mid .send .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: flex-end;
}
.com_chat .chat_sec .chat_mid .send .wrap .name_field {
  margin-right: 10px;
}
.com_chat .chat_sec .chat_mid .send .wrap .date {
  margin-right: 7px;
  text-align: right;
}
.com_chat .chat_sec .chat_mid .send .box {
  background: #edeff2;
}
.com_chat .chat_sec .chat_mid .send .box:after {
  content: "";
  display: block;
  width: 8.8px;
  height: 6.7px;
  position: absolute;
  right: -8.8px;
  top: 10px;
  background: url("../img/chat_send.png");
  background-size: cover;
}
.com_chat .chat_sec .chat_mid .get {
  flex-direction: row;
}
.com_chat .chat_sec .chat_mid .get .com_profile_img {
  margin-right: 10px;
}
.com_chat .chat_sec .chat_mid .get .wrap {
  padding-top: 2px;
  max-width: calc(100% - 45px);
}
.com_chat .chat_sec .chat_mid .get .wrap .box {
  background-color: #fff;
}
.com_chat .chat_sec .chat_mid .get .wrap .box:before {
  content: "";
  display: block;
  width: 8.8px;
  height: 6.7px;
  position: absolute;
  left: -8.8px;
  top: 10px;
  background: url("../img/chat_get.png");
  background-size: cover;
}
.com_chat .chat_sec .chat_bottom {
  height: 50px;
  background: #797f87;
  display: flex;
  align-items: center;
}
.com_chat .chat_sec .chat_bottom .textarea {
  flex: 1;
  padding: 17px 15px;
  height: 50px;
  min-height: 50px;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.35px;
  background: #797f87;
}
.com_chat .chat_sec .chat_bottom .textarea:focus {
  outline: none;
}
.com_chat .chat_sec .chat_bottom .textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 12px;
}
.com_chat .chat_sec .chat_bottom .textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 12px;
}
.com_chat .chat_sec .chat_bottom .textarea::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 12px;
}
.com_chat .chat_sec .chat_bottom .btn_photo {
  margin-left: 25px;
  width: 24px;
}
.com_chat .chat_sec .chat_bottom .btn_send {
  width: 20px;
  margin-right: 20px;
}

.com_product_list {
  background-color: #f1f3f5;
  margin-top: 12px;
}
.com_product_list .product_item {
  position: relative;
  padding: 20px 15px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  border-top: 1px solid #e5e7e9;
  border-bottom: 1px solid #e5e7e9;
}
.com_product_list .product_item + .product_item {
  border-top: none;
}
.com_product_list .product_item .chk_wrap {
  position: absolute;
  right: 7px;
  top: 15px;
}
.com_product_list .product_item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  min-width: 90px;
  overflow: hidden;
  border-radius: 5px;
}
.com_product_list .product_item .thumb img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.com_product_list .product_item .info {
  padding: 5px 0;
  padding-left: 15px;
  width: calc(100% - 90px);
}
.com_product_list .product_item .info .com_tag {
  margin-bottom: 6px;
}
.com_product_list .product_item .info .com_tag .tag {
  font-size: 11px;
  color: #bbc0c7;
}
.com_product_list .product_item .info .subject {
  margin-bottom: 4px;
  font-size: 11px;
}
.com_product_list .product_item .info .title {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -0.35px;
  color: #222;
}
.com_product_list .product_item .info .option_wrap {
  margin-bottom: 15px;
}
.com_product_list .product_item .info .option_wrap .option_item {
  overflow: hidden;
}
.com_product_list .product_item .info .option_wrap .option_item :is(.tit, .name) {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.3px;
  float: left;
}
.com_product_list .product_item .info .option_wrap .option_item .tit {
  color: #797f87;
}
.com_product_list .product_item .info .option_wrap .option_item .name {
  color: #222;
  margin-left: 4px;
}
.com_product_list .product_item .info .option_wrap .option_item .price_x {
  text-decoration: line-through;
  color: #bbc0c7;
}
.com_product_list .product_item .info .option_wrap .option_item .btn_del {
  margin-left: 5px;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_product_list .product_item .info .option_wrap .option_item .btn_del img {
  width: 9px;
}
.com_product_list .product_item .info .option_wrap .option_item + .com_btn_wrap.bottom {
  border: none !important;
}
.com_product_list .product_item .info .com_btn {
  min-width: 75px;
}
.com_product_list .product_item .com_tag.type_box {
  border-bottom: 1px solid #e5e7e9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.com_product_list .price_wrap {
  padding-top: 30px;
  border-bottom: 1px solid #e5e7e9;
  background: #fff;
}
.com_product_list .price_wrap .price_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-bottom: 11px;
}
.com_product_list .price_wrap .price_item .tit {
  font-size: 13px;
}
.com_product_list .price_wrap .price_item .num {
  font-size: 14px;
}
.com_product_list .price_wrap .price_item .num.won {
  font-size: 12px;
}
.com_product_list .price_wrap .price_item .num .bold {
  margin-right: 3px;
}
.com_product_list .price_wrap .price_item:last-child {
  margin-bottom: 20px;
}
.com_product_list .price_wrap .price_item.total {
  border-top: 1px solid #e5e7e9;
  padding-top: 20px;
  margin-top: 20px;
}
.com_product_list .price_wrap .price_item.total .tit {
  font-weight: bold;
}
.com_product_list .price_wrap .price_item.total .num {
  color: #6042f8;
}
.com_product_list .price_wrap .price_item.total .num .bold {
  font-size: 19px;
}
.com_product_list .thumb_area {
  position: relative;
}
.com_product_list .thumb_area .com_like + label {
  position: absolute;
  bottom: 0;
  right: 0;
}
.com_product_list .btn_more {
  position: absolute;
  top: 10px;
  right: 13px;
}
.com_product_list .layer {
  border: 1px solid #e5e7e9;
  border-radius: 5px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  padding: 10px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 30px;
}
.com_product_list.type_box {
  padding: 20px;
}
.com_product_list.type_box .product_item {
  padding: 15px;
  border-radius: 5px;
  border: solid 1px #e5e7e9;
  background-color: #fff;
}
.com_product_list.type_box .product_item + .product_item {
  margin-top: 10px;
}
.com_product_list.type_box .product_item .info .title {
  margin-bottom: 3px;
}
.com_product_list.type_box .product_item .com_btn_wrap.bottom {
  border-top: 1px solid #e5e7e9;
  margin-top: 0;
  padding-top: 15px;
}
.com_product_list.type_none_bg {
  background: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.com_product_list.type_none_bg .option_wrap {
  margin-bottom: 0 !important;
}

.com_order_list {
  background: #f1f3f5;
  padding: 30px 20px;
  margin-inline: -20px;
  min-height: calc(100vh - 300px);
}
.com_order_list .order_item {
  padding: 15px;
  margin-bottom: 12px;
  border-radius: 5px;
  border: solid 1px #e5e7e9;
  background-color: #fff;
}
.com_order_list .order_item .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  border-bottom: 1px solid #e5e7e9;
  padding-bottom: 15px;
}
.com_order_list .order_item .com_tag.type_box {
  margin-bottom: 0;
}
.com_order_list .order_item .com_tag .com_chk + label {
  margin-right: -8px;
}
.com_order_list .order_item .invoice_num_sec {
  border-top: 1px solid #e5e7e9;
  border-bottom: 1px solid #e5e7e9;
  padding-block: 15px;
}
.com_order_list .order_item .invoice_num_sec .input_wrap {
  align-items: center;
}
.com_order_list .order_item .invoice_num_sec .com_btn {
  min-width: auto !important;
}
.com_order_list .order_item .com_btn_wrap.bottom {
  margin-top: 15px;
}
.com_order_list .order_item .com_btn_wrap.bottom .com_chk.right + label {
  margin-left: auto;
  padding-left: 50px;
}
.com_order_list .order_status {
  margin-left: auto;
  min-width: 26px;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  background-color: #6042f8;
  background-size: 16px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.com_order_list .order_status.booking {
  background-image: url(../img/status_booking.png);
}
.com_order_list .order_status.delivery {
  background-image: url(../img/status_delivery.png);
  cursor: pointer;
}
.com_order_list .order_status.end {
  background-image: url(../img/status_end.png);
}
.com_order_list .order_status.standby {
  background-image: url(../img/status_standby_end.png);
}
.com_order_list .order_status.refund {
  background-image: url(../img/status_refund.png);
}
.com_order_list .order_status.delivery {
  background-image: url(../img/status_delivery.png);
}
.com_order_list .order_status.month {
  background-image: url(../img/status_month_pay.png);
}
.com_order_list .order_status.box {
  background-image: url(../img/status_box.png);
  background-size: 20px auto;
}
.com_order_list .info_detail {
  display: none;
  border-top: 1px solid #e5e7e9;
  border-bottom: 1px solid #e5e7e9;
}
.com_order_list .info_detail.active {
  margin-top: 12px;
  display: block;
}
.com_order_list .none.close {
  display: none;
}

.com_bg_chk {
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 10px 15px;
  border-radius: 5px;
  border: solid 1px #f1f3f5;
  background-color: #f1f3f5;
}

.com_sec_products {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: calc(100% + 6px * 2);
  margin-left: -6px;
  margin-top: -12px;
}
.com_sec_products > li,
.com_sec_products > div,
.com_sec_products > article,
.com_sec_products > section,
.com_sec_products > figure,
.com_sec_products > .com_btn,
.com_sec_products > label,
.com_sec_products > a {
  width: calc(50% - 6px * 2);
  margin-top: 12px;
  margin-left: 6px;
  margin-right: 6px;
}

.swiper_wrap .swiper .swiper-slide {
  overflow: hidden;
  border-radius: 5px;
}
.swiper_wrap .swiper .img {
  width: 100%;
}
.swiper_wrap .swiper_thumbnail {
  margin-top: 12px;
}
.swiper_wrap .swiper_thumbnail .swiper-slide {
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
}
.swiper_wrap .swiper_thumbnail .swiper-slide-thumb-active {
  outline: 1px solid #6042f8;
  outline-offset: -2px;
}

.custom-pagination .custom-dots {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #e1e1e1;
  margin: 0 4px;
  cursor: pointer;
}
.custom-pagination .custom-dots-active {
  background-color: #797f87;
  border-color: #797f87;
}

.com_dashed_box {
  padding: 15px 15px;
  border-radius: 5px;
  border: dashed 1px #e5e7e9;
  background-color: #fff;
}

.com_pw_new .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 30px 0 10px;
}
.com_pw_new .top .img {
  width: 70px;
  height: 70px;
}
.com_pw_new .top .top_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: center;
  color: #797f87;
}

.sec_example {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: calc(100% + 6px * 2);
  margin-left: -6px;
  margin-top: -0;
}
.sec_example > li,
.sec_example > div,
.sec_example > article,
.sec_example > section,
.sec_example > figure,
.sec_example > .com_btn,
.sec_example > label,
.sec_example > a {
  width: calc(50% - 6px * 2);
  margin-top: 0;
  margin-left: 6px;
  margin-right: 6px;
}

.com_terms dt {
  font-weight: 600;
}
.com_terms dd {
  margin-top: 10px;
  line-height: 1.5;
  color: #555;
}
.com_terms dd + dt {
  margin-top: 15px;
}
.com_terms dd.tit_field {
  margin-bottom: -10px;
  color: #222;
}
.com_terms .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: flex-start;
  gap: 5px;
}
.com_terms .list li:before {
  content: "-";
}

.com_wallet {
  margin-top: 15px;
  padding: 12px 15px 15px;
  border-radius: 10px;
  border: solid 1px #e5e7e9;
  background-color: #fff;
}
.com_wallet .tit {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #222;
  text-align: center;
}
.com_wallet .tit .tip {
  font-size: 12px;
  margin-top: 5px;
  font-weight: normal;
  color: #6042f8;
}
.com_wallet .info_box {
  position: relative;
  padding: 12px 14px;
  border-radius: 5px;
  background-color: #f1f3f5;
  text-align: center;
}
.com_wallet .info_box .pay_num {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #797f87;
  position: relative;
}
.com_wallet .info_box .pay_num .com_btn {
  right: 0;
  top: -2px;
}
.com_wallet .info_box .num {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  color: #222;
}
.com_wallet .info_box .num .txt, .com_wallet .info_box .num .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_wallet .info_box .num .error_txt, .com_wallet .info_box .num .com_input_sec .input_field .info_txt, .com_input_sec .input_field .com_wallet .info_box .num .info_txt, .com_wallet .info_box .num .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_wallet .info_box .num .ok_txt {
  font-size: 12px;
}
.com_wallet .info_box .com_btn {
  position: absolute;
  right: 14px;
  top: 14px;
}
.com_wallet .info_box + .com_btn_wrap {
  margin-top: 10px;
}
.com_wallet .info_box + .com_btn_wrap .com_btn {
  height: 38px;
}
.com_wallet .exchange_money {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
  font-size: 12px;
  text-align: center;
  color: #797f87;
  margin-block: 6px 12px;
}
.com_wallet .exchange_money img {
  width: 15px;
}