@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;
  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: 14px;
  font-weight: normal;
  letter-spacing: -0.35px;
  line-height: 1.14;
  word-break: keep-all;
  color: #232B2B;
}

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: #232B2B;
}

a:hover {
  text-decoration: none;
}

input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
select,
textarea {
  padding: 0 15px;
  box-sizing: border-box;
  color: #232B2B;
  font-size: 14px;
  background: #fff;
  vertical-align: middle;
  height: 44px;
  padding-inline: 12px;
  border-radius: 44px;
  border: solid 1px #DEE3E8;
}
input[type=number].s,
input[type=password].s,
input[type=tel].s,
input[type=text].s,
input[type=date].s,
select.s,
textarea.s {
  height: 36px;
}

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

textarea {
  line-height: 1.5;
  outline: none;
  border-radius: 10px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/icon_arrow_down.png") no-repeat #fff;
  background-position: calc(100% - 15px) 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;
}

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 #DEE3E8;
  height: 44px;
  border-radius: 44px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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: 7px;
  height: 7px;
  background: url(../img/icon_del_s.png) right center no-repeat;
  background-size: contain;
  cursor: pointer;
}

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

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;
  color: #232B2B;
}

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 #DEE3E8;
  background-color: #f1f3f5;
  cursor: not-allowed;
}

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

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

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

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

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

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;
}

.png_icon {
  vertical-align: top;
  font-size: 0;
}
.png_icon.icon_info {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_info.png);
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.png_icon.icon_excl {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_excl.png);
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.png_icon.icon_ko {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_ko.png);
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.png_icon.icon_cart {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_cart.png);
  width: 16px;
  height: 14px;
  min-width: 16px;
}
.png_icon.icon_download {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_download.png);
  width: 28px;
  height: 28px;
  min-width: 28px;
}
.png_icon.icon_exchange {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_exchange.png);
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.png_icon.icon_camera {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_camera.png);
  width: 22px;
  height: 18px;
  min-width: 22px;
}
.png_icon.icon_qr {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_qr.png);
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.png_icon.icon_marker {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_marker.png);
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.png_icon.icon_url {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_url.png);
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.png_icon.icon_instar {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_instar.png);
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.png_icon.icon_phone {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_phone.png);
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.png_icon.icon_location {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_location.png);
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.png_icon.icon_work_calendar {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_work_calendar.png);
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.png_icon.icon_work_time {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_work_time.png);
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.png_icon.icon_transfer {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_transfer.png);
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.png_icon.icon_write_line {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_write_line.png);
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.png_icon.icon_trash {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_trash.png);
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.png_icon.icon_chat_gray {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_chat_gray.png);
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.png_icon.icon_set_dote {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_set_dote.png);
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.png_icon.icon_send_dark {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_send_dark.png);
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.png_icon.icon_img {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_img.png);
  width: 19px;
  height: 19px;
  min-width: 19px;
}
.png_icon.icon_chk {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_chk.png);
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.png_icon.icon_del_s {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_del_s.png);
  width: 9px;
  height: 9px;
  min-width: 9px;
}
.png_icon.icon_pay_ok {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_pay_ok.png);
  width: 61px;
  height: 66px;
  min-width: 61px;
}
.png_icon.icon_chk_wh {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_chk_wh.png);
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.png_icon.icon_trash_wh {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_trash_wh.png);
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.png_icon.icon_ko.s {
  min-width: 12px;
  width: 12px;
  height: 12px;
}

.com_btn {
  padding: 0 15px;
  border-radius: 30px;
  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: #3D3AE6;
  letter-spacing: -0.025em;
  color: #fff;
  line-height: initial;
  background: linear-gradient(278deg, #398bdf -28.84%, #3D3AE6 126.74%);
}
.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.cols_2 {
  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 5px;
  width: 100%;
}
.com_btn_wrap.cols_2 > * {
  width: calc((100% - 5px * 1) / 2);
  min-width: calc((100% - 5px * 1) / 2);
}
.com_btn_wrap.cols_2 .com_btn {
  margin-left: 0 !important;
}
.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: #7A7F83;
}
.com_btn_wrap.flex_s .com_btn.active {
  color: #fff;
}
.com_btn_wrap.end {
  justify-content: flex-end;
}
.com_btn.full {
  width: 100%;
  min-width: 100%;
  margin-left: 0;
}
.com_btn.extend {
  flex: 1;
}
.com_btn.red {
  background: #F02727;
}
.com_btn.gray {
  background: #DFE0E1;
  color: #232B2B;
}
.com_btn.lightGray {
  background: #E0E6EB;
  color: #232B2B;
}
.com_btn.white {
  border: 1px solid #D3D8DC;
  color: #232B2B;
  background: #fff;
}
.com_btn.white.active {
  border-color: #3D3AE6;
  background-color: #E7EEFF;
  color: #3D3AE6;
}
.com_btn.darkGray {
  color: #fff;
  background: #4C4C4C;
}
.com_btn.active {
  background: #7A7F83;
  color: #fff;
}
.com_btn.line {
  background: #E7EEFF;
  border: 1px solid #3D3AE6;
  color: #3D3AE6;
}
.com_btn.line.gray {
  border-color: #DEE3E8;
  color: #232B2B;
  background: #EDF2F5;
}
.com_btn.line.lightGray {
  border-color: #DEE3E8;
  color: #232B2B;
  background: #EDF2F5;
}
.com_btn.line.darkGray {
  border-color: #4C4C4C;
  color: #232B2B;
  background: #F3F3F3;
}
.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.info_txt, .com_input_sec .input_field .com_btn.error_txt {
  font-size: 13px;
  padding: 0 !important;
  background: transparent !important;
  border: none;
  color: #3D3AE6;
  min-width: auto;
  padding: 0;
}
.com_btn.txt.gray, .com_input_sec .input_field .com_btn.gray.ok_txt, .com_input_sec .input_field .com_btn.gray.info_txt, .com_input_sec .input_field .com_btn.gray.error_txt {
  color: #6B7074;
}
.com_btn.txt.line, .com_input_sec .input_field .com_btn.line.ok_txt, .com_input_sec .input_field .com_btn.line.info_txt, .com_input_sec .input_field .com_btn.line.error_txt {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.com_btn .sub {
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}
.com_btn.l {
  height: 44px;
  font-size: 16px;
  font-weight: 700;
}
.com_btn.m {
  height: 44px;
  font-size: 14px;
  font-weight: 600;
}
.com_btn.s {
  height: 36px;
  font-size: 13px;
  font-weight: 600;
}
.com_btn.xs {
  height: 28px;
  font-size: 13px;
  font-weight: 400;
  padding-inline: 10px;
}
.com_btn.shadow {
  box-shadow: 0px 4px 4px 0px rgba(58, 92, 230, 0.3);
}
.com_btn.shadow.white {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}
.com_btn.oval {
  border-radius: 44px;
}
.com_btn.square {
  border-radius: 6px;
}
.com_btn.circle {
  aspect-ratio: 1;
}
.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.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: 24px;
  height: 24px;
  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_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 0;
  min-width: 32px;
  height: 32px;
}
.com_paging :is(.btn_first, .btn_prev) {
  transform: rotate(180deg);
}
.com_paging .btn_prev {
  margin-right: 7px;
}
.com_paging .btn_next {
  margin-left: 7px;
}
.com_paging .btn_page {
  line-height: inherit;
}
.com_paging .btn_page.active {
  font-weight: bold;
  color: #3D3AE6;
}
.com_paging .btn_page.disabled {
  cursor: auto;
  opacity: 0.4;
}

.sec-paging {
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}
.sec-paging :is(.pg-btn, .btn-page) {
  min-width: 32px;
  height: 32px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #222;
}
.sec-paging .pg-btn {
  background-image: url("../img/arrow_right.png");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}
.sec-paging .pg-btn.disabled {
  cursor: auto;
  opacity: 0.4;
}
.sec-paging .group-prev {
  background-image: url("../img/arrow_last.png");
  transform: rotate(180deg);
}
.sec-paging .group-next {
  background-image: url("../img/arrow_last.png");
}
.sec-paging :is(.group-prev, .prev) {
  transform: rotate(180deg);
}
.sec-paging .group-prev {
  margin-right: 7px;
}
.sec-paging .group-next {
  margin-left: 7px;
}
.sec-paging .btn-page {
  line-height: inherit;
  cursor: pointer;
}
.sec-paging .btn-page.active {
  font-weight: bold;
  color: #3D3AE6;
}
.sec-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;
  min-height: 42px;
  font-size: 15px;
  color: #7A7F83;
  font-weight: 700;
  background: #E0E6EB;
  text-align: center;
  border-radius: 15px 15px 0 0;
  flex: 1;
}
.com_tab .tab:not(:first-child) {
  border-left: none;
}
.com_tab .tab.active {
  background-color: #fff;
  color: #3D3AE6;
  font-weight: 700;
}
.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.oval {
  gap: 5px;
}
.com_tab.oval .tab {
  border-radius: 42px;
}
.com_tab.oval .tab.active {
  background: linear-gradient(278deg, #398bdf -28.84%, #3D3AE6 126.74%);
  color: #fff;
}
.com_tab.line .tab {
  border-radius: 0;
  background: none;
  position: relative;
}
.com_tab.line .tab::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #DEE3E8;
}
.com_tab.line .tab.active {
  color: #3D3AE6;
}
.com_tab.line .tab.active::before {
  height: 3px;
  background: linear-gradient(278deg, #398bdf -28.84%, #3D3AE6 126.74%);
}
.com_tab.sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
.com_tab.sticky .tab {
  height: 50px;
}

.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;
  font-size: 14px;
  letter-spacing: -0.42px;
}
.com_chk + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: -5px;
  border-radius: 20px;
  margin-left: -28px;
  background-image: url(../img/chk_circle_off.png);
  background-size: contain;
}
.com_chk:checked + label:before {
  background-position: center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  border-color: #3D3AE6;
  background-color: #3D3AE6;
  background-image: url(../img/chk_circle_on.png);
}
.com_chk.s + label:before {
  background: url("../img/chk_off.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px auto;
  margin-right: 5px;
  border: none;
}
.com_chk.s:checked + label:before {
  background-image: url(../img/chk_on.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.center {
  justify-content: center;
}
.com_chk_list {
  padding: 15px;
  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: 15px;
  border-radius: 10px;
  border: 1px solid #EAEFF2;
  background: #F3F8FC;
  text-align: left;
}
.com_chk_list label + input[type=checkbox] + label, .com_chk_list label + input[type=radio] + label {
  margin-left: 0;
}

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

.com_chk_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;
  gap: 5px;
  flex-wrap: wrap;
}
.com_chk_btn__wrap.col2 {
  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 10px;
  width: 100%;
}
.com_chk_btn__wrap.col2 > * {
  width: calc((100% - 10px * 1) / 2);
  min-width: calc((100% - 10px * 1) / 2);
}
.com_chk_btn input {
  display: none;
}
.com_chk_btn input:checked + .btn {
  background: linear-gradient(278deg, #398bdf -28.84%, #3D3AE6 126.74%);
  color: #fff;
  border: none;
}
.com_chk_btn .btn {
  background-color: #fff;
  height: 28px;
  width: 100%;
  border-radius: 28px;
  padding-inline: 6px;
  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;
  border: 1px solid #D3D8DC;
  cursor: pointer;
  min-width: 65px;
}
.com_chk_btn .btn.m {
  height: 36px;
}
.com_chk_btn .btn.l {
  height: 44px;
  padding-inline: 20px;
  border-color: #3D3AE6;
  color: #3D3AE6;
  background-color: #E7EEFF;
  font-size: 14px;
  font-weight: 600;
}
.com_chk_btn .btn.gray {
  background-color: #E0E6EB;
  color: #7A7F83;
  border: none;
}
.com_chk_btn .btn.square {
  border-radius: 4px;
}

.com_like {
  display: none;
}
.com_like + label {
  cursor: pointer;
  text-align: center;
  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_like + label:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/btn_like_off.png);
  width: 20px;
  height: 18px;
  min-width: 20px;
}
.com_like:checked + label:before {
  background-image: url(../img/btn_like_on.png);
}

.com_thumb {
  display: none;
}
.com_thumb + label {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/btn_thumb_off.png);
  width: 20px;
  height: 18px;
  min-width: 20px;
  cursor: pointer;
}
.com_thumb:checked + label {
  background-image: url(../img/btn_thumb_on.png);
}

.com_switch {
  width: 40px;
  height: 20px;
  display: inline-block;
  background-color: #aaa;
  border-radius: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.com_switch__wrap {
  position: relative;
  width: 40px;
  height: 20px;
  display: inline-block;
}
.com_switch:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  background: linear-gradient(120deg, #fff 40%, #ededee 100%);
}
.com_switch:checked[type=checkbox] {
  background-color: #3D3AE6;
  transition: all 0.3s ease;
}
.com_switch:checked[type=checkbox]:after {
  left: 22px;
  transition: all 0.3s ease;
  background: #fff;
  border: none;
  background: linear-gradient(120deg, #fff 40%, #bcbcfd 100%);
}

.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_btn_info {
  font-size: 14px;
  font-weight: 500;
  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_btn_cart {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  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;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.com_bookmark {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.com_bookmark input:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../img/icon_bookmark.svg) center/cover no-repeat;
}
.com_bookmark input:checked:before {
  background-image: url(../img/icon_bookmark_on.svg);
}

.com_btn_option .layer {
  position: absolute;
  padding: 8px 10px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #DEE3E8;
  top: 34px;
  right: 0;
  display: none;
  z-index: 2;
  width: 110px;
}
.com_btn_option .layer .btn {
  padding: 3px 5px;
  white-space: nowrap;
  width: 100%;
  border-radius: 5px;
  text-align: left;
}
.com_btn_option .layer .btn:active {
  background-color: #E0E6EB;
}

.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;
  max-width: calc(100% - 40px);
  width: 984px;
  background-color: #fff;
  margin-inline: auto;
  z-index: 103;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.com_popup .pop_container.xs {
  width: 335px;
}
.com_popup .pop_container.m {
  width: 500px;
}
.com_popup .content_container {
  max-height: 95vh;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #999; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
  padding: 18px 20px;
}
.com_popup .content_container::-webkit-scrollbar { /*스크롤바*/
  width: 6px;
  height: 6px;
}
.com_popup .content_container::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.com_popup .content_container::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #999;
  background-clip: padding-box;
  border-radius: 5px;
}
.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: 18px 20px 20px;
  position: relative;
  gap: 10px;
}
.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: 29px 20px 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -0.4px;
  text-align: center;
  color: #222;
}
.com_popup .pop_tit .sub {
  font-weight: 400;
  font-size: 14px;
}
.com_popup .btn_close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_del_s.png);
  background-size: 16px;
  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 - 74px);
  padding-top: 0;
}
.com_popup:has(.pop_tit):has(.btn_container) .content_container {
  max-height: calc(95vh - 166px);
}
.com_popup:has(.btn_container) .content_container {
  max-height: calc(95vh - 94px);
  padding-bottom: 0 !important;
}
.com_popup.type_alert .pop_container {
  width: 335px;
}
.com_popup.type_alert .pop_tit + .content_container {
  padding-top: 20px;
}
.com_popup.type_alert .icon {
  width: 80px;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 20px;
}
.com_popup.type_alert .content_container {
  padding: 30px 20px 30px;
  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: 10px;
  border: 1px solid #EAEFF2;
  background-color: #F3F8FC;
  border-radius: 10px;
  padding: 15px;
  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;
}
.com_popup.type_select .check_wrap .chk_item label {
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
  padding-left: 0;
}
.com_popup.type_select .check_wrap .chk_item label::before {
  margin-left: 0;
  margin-right: 10px;
}
.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 .info_txt, .com_input_sec .input_field .com_popup.type_select .com_dashed_box .info_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 {
  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: #3D3AE6;
}
.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_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 .info_txt, .com_input_sec .input_field .com_popup.type_select .info_txt, .com_popup.type_select .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_popup.type_select .error_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 .info_txt + .com_divider, .com_input_sec .input_field .com_popup.type_select .info_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 {
  margin-top: 0px;
}
.com_popup.type_layer .pop_container {
  border-radius: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
  max-width: 100%;
}
.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);
}
.com_popup.type_bottom {
  height: auto;
  top: auto;
  bottom: 0;
}
.com_popup.type_bottom .btn_close {
  background: url(../img/bottom_menu.png) no-repeat center/cover;
  width: 50px;
  height: 6px;
  top: 10px;
  left: 50%;
  margin-left: -25px;
  right: initial;
}
.com_popup.type_bottom .pop_container {
  width: 100%;
  max-width: 100%;
  border-radius: 20px 20px 0 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.com_popup.type_bottom .bg_close {
  background: none;
}
.com_popup .com_divider {
  margin-block: 20px;
}
.com_popup .com_input_sec .tit_field {
  font-size: 14px;
  margin-top: 20px;
}
.com_popup .com_input_sec .tit_field .sub {
  font-size: 14px;
}

.pop_address .addr_wrap {
  border: 1px solid #DEE3E8;
  background-color: #F3F8FC;
  padding: 15px;
  border-radius: 10px;
  min-height: 200px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #999; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
  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: 15px;
}
.pop_address .addr_wrap::-webkit-scrollbar { /*스크롤바*/
  width: 6px;
  height: 6px;
}
.pop_address .addr_wrap::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.pop_address .addr_wrap::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #999;
  background-clip: padding-box;
  border-radius: 5px;
}
.pop_address .addr_wrap::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background-color: #f8f8f8;
}
.pop_address .addr_wrap::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: #f8f8f8;
}
.pop_address .addr_wrap::-webkit-scrollbar-corner {
  background: #f8f8f8;
}
.pop_address .addr_wrap::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.pop_address .addr_wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
}
.pop_address .no_data {
  align-self: center;
  flex: 1;
  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;
}
.pop_address .input_wrap {
  padding: 15px 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;
  margin-bottom: 20px;
  border-bottom: 1px solid #DEE3E8;
}
.pop_address .input_wrap .btn_del {
  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;
  font-weight: 500;
}
.pop_address .input_wrap .btn_del::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_del_s.png);
  width: 10px;
  height: 10px;
  min-width: 10px;
}

.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;
  background-color: #F3F8FC;
}
.pop_preview .pop_container .sec_product {
  margin-top: 0;
}
.pop_preview .pop_container .pop_tit {
  padding: 13px 20px;
  text-align: left;
}
.pop_preview .pop_container main {
  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 #DEE3E8;
  border-left: 1px solid #DEE3E8;
  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 #DEE3E8;
}
.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;
  min-width: 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;
  min-width: 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;
  min-width: 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;
  min-width: 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_reset_pw .input {
  width: 100%;
}
.pop_reset_pw .head .ribbon {
  position: static;
  transform: none;
}
.pop_reset_pw .pop_container {
  background-color: #F3F8FC;
}
.pop_reset_pw .top_area {
  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: 20px;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.pop_reset_pw .top_area::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_pw.png);
  width: 69px;
  height: 100px;
  min-width: 69px;
}

.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: #7A7F83;
}
.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;
  min-width: 12px;
}
.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;
  min-width: 12px;
}
.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: 197px;
  height: 197px;
  margin: 35px auto 0;
}

.pop_get_qr .form_wrap .input {
  text-align: center;
}
.pop_get_qr .form_wrap .com_btn {
  margin-top: 10px;
}
.pop_get_qr .com_board_txt {
  border: 1px solid #DEE3E8;
  text-align: center;
  margin-bottom: 10px;
}
.pop_get_qr .com_board_txt .name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.pop_get_qr .com_board_txt .account {
  font-size: 15px;
}
.pop_get_qr .qr_area {
  border: 1px dashed #AEAEAE;
  border-radius: 10px;
  padding: 30px;
  margin-top: 20px;
  text-align: center;
}
.pop_get_qr .qr_area .img_qr {
  width: 197px;
  margin-inline: auto;
}

.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: #DEE3E8;
  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: #3D3AE6;
}
.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-bottom: 0;
}
.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 108px;
  gap: 10px;
}
.pop_qpay_password .dot_wrap .dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #DEE3E8;
  padding: 0;
}
.pop_qpay_password .dot_wrap .dot.active {
  background-color: #3D3AE6;
}
.pop_qpay_password .error_txt {
  margin-top: -30px;
  margin-bottom: 20px;
  color: #F02727;
  font-size: 12px;
  text-align: center;
}
.pop_qpay_password .error_txt.infooter {
  margin-block: -89px 68px;
}
.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: -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: 0px 0px;
  width: 100%;
  margin-inline: -20px;
  width: auto;
  background-color: #F3F8FC;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  padding: 25px 20px;
}
.pop_qpay_password .keypad_wrap > * {
  width: calc((100% - 0px * 2) / 3);
  min-width: calc((100% - 0px * 2) / 3);
}
.pop_qpay_password .keypad_wrap .keypad_num {
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  font-weight: bold;
  font-size: 16px;
  color: #222;
  background: #F3F8FC;
  z-index: 1;
}
.pop_qpay_password .keypad_wrap .keypad_num.active {
  position: relative;
  z-index: 2;
}
.pop_qpay_password .keypad_wrap .keypad_num.active:after {
  content: "";
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #E0E6EB;
  color: transparent;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.pop_qpay_password .keypad_wrap .img {
  width: 16px;
  height: 16px;
  margin-bottom: 0;
}
.pop_qpay_password .btn_container {
  background-color: #F3F8FC;
  padding-top: 20px;
  padding-inline: 35px;
}
.pop_qpay_password.re_enter .dot_wrap {
  padding-block: 20px 50px;
}

.pop_qpay_transfer .have_point {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  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;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #DEE3E8;
  background-color: #E0E6EB;
}
.pop_qpay_transfer .have_point .num {
  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;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: baseline;
  margin-top: 4px;
  font-size: 15px;
  color: #222;
  font-weight: 700;
}
.pop_qpay_transfer .have_point .num strong {
  font-size: 24px;
}
.pop_qpay_transfer .have_point .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;
}
.pop_qpay_transfer .have_point .money .icon {
  width: 16px;
}
.pop_qpay_transfer .com_input_sec .input_num {
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.pop_qpay_transfer .com_input_sec .info_field {
  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: 12px;
  border-radius: 10px;
  border: 1px solid #EAEFF2;
  background: #F3F8FC;
  padding: 15px;
}
.pop_qpay_transfer .com_input_sec .info_field .lately_transfer {
  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_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: #E0E6EB;
  text-align: center;
}
.pop_exchange .info_box .tit {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #7A7F83;
}
.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 .info_txt, .com_input_sec .input_field .pop_exchange .info_box .num .info_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 {
  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 .info_txt, .com_input_sec .input_field .pop_exchange .price_wrap .info_txt, .pop_exchange .price_wrap .com_input_sec .input_field .error_txt, .com_input_sec .input_field .pop_exchange .price_wrap .error_txt {
  color: #7A7F83;
}
.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 #DEE3E8;
}
.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: #7A7F83;
}

.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.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 #DEE3E8;
  padding-inline: 0;
  padding-top: 22px;
  margin-inline: 20px;
}
.pop_terms .terms_contents p {
  margin-left: 0 !important;
  font-size: 14px;
  color: #232B2B;
}

.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;
  min-width: 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: #232B2B;
}
.pop_review_write .write_rating .value {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: -0.55px;
  text-align: center;
  color: #232B2B;
}
.pop_review_write .enter_review {
  height: 90px;
  margin: 30px 0 12px;
  padding: 15px 15px 15px 16px;
  border-radius: 5px;
  border: solid 1px #DEE3E8;
  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: #7A7F83;
}
.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: #E0E6EB;
}
.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;
  min-width: 9px;
}

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

.pop_merchant_map .map_content {
  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;
  margin-top: 20px;
  gap: 5px;
}
.pop_merchant_map .map_content .item {
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .pop_merchant_map .map_area {
    height: 50vh;
    overflow: hidden;
  }
}

.pop_search_filter .tit {
  font-weight: 600;
  font-size: 16px;
}
.pop_search_filter .content_container {
  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_search_filter .com_search_date .input {
  height: 36px;
}
.pop_search_filter .com_divider {
  margin-block: 5px;
}
.pop_search_filter .com_flex_row .tit {
  width: 95px;
}
.pop_search_filter .com_flex_row .com_chk_btn__wrap {
  flex: 1;
  flex-wrap: nowrap;
  gap: 3px;
}
.pop_search_filter .com_flex_row .com_chk_btn__wrap .com_chk_btn {
  flex: 1;
}

.pop_contract .date {
  color: #797F87;
  text-align: center;
  padding-top: 25px;
}
.pop_contract .sign_sec {
  border: 1px solid #DEE3E8;
  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 .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;
  border: 1px solid #DEE3E8;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  min-height: 180px;
  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 .sign_sec .com_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  border: 1px solid #DEE3E8;
}

.pop_qding_pay .notice_txt {
  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: 14px;
  line-height: 1.5;
}
.pop_qding_pay .notice_txt .icon {
  width: 53px;
}
.pop_qding_pay .product_info {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #DEE3E8;
  background: #F3F8FC;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  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: 15px;
  font-size: 14px;
}
.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;
  font-weight: 700;
  font-size: 20px;
}
.pop_qding_pay .product_info .price .icon {
  width: 16px;
  height: 16px;
  border: 1px solid #DEE3E8;
  border-radius: 50px;
}
.pop_qding_pay .com_input_sec {
  margin-top: 20px;
}
.pop_qding_pay .pay_info {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  border-radius: 10px;
  border: 1px dashed #AEAEAE;
  background: #fff;
  padding: 17px 15px;
}
.pop_qding_pay .pay_info .price {
  font-weight: 700;
  color: #3D3AE6;
  font-size: 18px;
}
.pop_qding_pay .pay_info .sub {
  margin-top: 5px;
}
.pop_qding_pay .account {
  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;
  text-align: left;
}
.pop_qding_pay .account .num {
  font-weight: 600;
  margin-top: 5px;
}
.pop_qding_pay .point_possession {
  border-radius: 5px;
  background: #F3F8FC;
  padding-block: 10px;
}
.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 .info_txt, .com_input_sec .input_field .pop_qding_pay .exchange .info_txt, .pop_qding_pay .exchange .com_input_sec .input_field .error_txt, .com_input_sec .input_field .pop_qding_pay .exchange .error_txt {
  margin-block: 8px;
  line-height: 1.5;
}
.pop_qding_pay .com_tip {
  margin-left: auto;
}

.pop_exto .point_info {
  border-radius: 50px;
  background: #E7EEFF;
  padding-block: 9px;
  text-align: center;
  margin-top: 10px;
}
.pop_exto input[type=number] {
  text-align: center;
}
.pop_exto .icon_meta_mask {
  width: 26px;
}

.com_have_point {
  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;
  border-radius: 10px;
  border: 1px dashed #AEAEAE;
  background: #E7EEFF;
  padding: 15px;
}
.com_have_point .name {
  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_have_point .name img {
  width: 24px;
}
.com_have_point .num {
  font-size: 18px;
  font-weight: 700;
}
.com_have_point.exto {
  background-color: #F3F8FC;
}
.com_have_point + .com_have_point {
  margin-top: 10px;
}

.pop_transfer_alert .name {
  font-size: 18px;
  font-weight: 700;
}
.pop_transfer_alert .com_board_txt {
  margin-top: 20px;
}
.pop_transfer_alert input[type=text] {
  height: 36px;
}

.pop_question .com_input_sec .input_field + .tit_field {
  margin-top: 20px;
}
.pop_question textarea {
  min-height: 300px;
}

.pop_refund .addr_box {
  border-bottom: 1px solid #DEE3E8;
  padding-block: 10px;
}
.pop_refund .addr_box .txt, .pop_refund .addr_box .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .pop_refund .addr_box .ok_txt, .pop_refund .addr_box .com_input_sec .input_field .info_txt, .com_input_sec .input_field .pop_refund .addr_box .info_txt, .pop_refund .addr_box .com_input_sec .input_field .error_txt, .com_input_sec .input_field .pop_refund .addr_box .error_txt {
  margin-top: 5px;
}

.pop_refund_offline .info_box {
  text-align: center;
  line-height: 1.4;
}
.pop_refund_offline .com_input_sec .tit_field:first-child {
  margin-top: 0;
}
.pop_refund_offline .textarea {
  min-height: 100px;
}

.pop_meeting_subject .com_cont_tit {
  margin-top: 15px;
}
.pop_meeting_subject .com_chk_btn {
  min-width: calc((100% - 15px) / 4);
}
.pop_meeting_subject .pop_tit {
  position: relative;
}
.pop_meeting_subject .pop_tit .sub {
  position: absolute;
  right: 20px;
  top: 32px;
}

.pop_manager {
  z-index: 102;
}
.pop_manager .content_container {
  text-align: center;
}
.pop_manager .content_container .box_txt {
  border-radius: 10px;
  background: #F3F8FC;
  padding: 8px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin-block: 10px;
}

.pop_change_manager {
  z-index: 103;
}

.pop_meeting_member {
  z-index: 101;
}
.pop_meeting_member .content_container {
  background-color: #F3F8FC;
}

.pop_add_photo .swiper_pagination {
  background: none;
  color: #232B2B;
  position: static;
  margin-top: 20px;
  justify-content: center;
  font-size: 14px;
}
.pop_add_photo .swiper_pagination .current_slide {
  font-weight: 400;
}
.pop_add_photo .swiper-button-next,
.pop_add_photo .swiper-button-prev {
  width: 24px;
  height: 24px;
  margin-top: 0;
  top: calc(50% - 20px);
  transform: translateY(-50%);
}
.pop_add_photo .swiper-button-next::after,
.pop_add_photo .swiper-button-prev::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/swiper_next.png);
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.pop_add_photo .swiper-button-prev {
  left: -10px;
}
.pop_add_photo .swiper-button-prev::after {
  transform: rotate(180deg);
}
.pop_add_photo .swiper-button-next {
  right: -10px;
}
.pop_add_photo .img_view_slider .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.pop_add_photo .img_view_slider .thumb img {
  width: 100%;
}
.pop_add_photo .img_view_slider__wrap {
  position: relative;
  padding-inline: 20px;
}

body {
  max-width: 1024px;
  margin: 0 auto;
  background-color: #F3F8FC;
}

main {
  margin-top: 50px;
  padding-bottom: 78px;
}

.com_center_wrap {
  padding-inline: 20px;
}

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

.com_bg {
  background-color: #F3F8FC;
  padding-inline: 20px;
}

.head__logo img {
  width: 68px;
}
.head .ribbon {
  height: 50px;
  background-color: #f3f8fc;
  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%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  max-width: 1024px;
}
.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: 18px;
  font-weight: bold;
  line-height: initial;
  letter-spacing: -0.4px;
}
.head .ribbon .pg_tit .btn_prev {
  margin-right: 7px;
  margin-left: -7px;
}
.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.push.on {
  position: relative;
}
.head .ribbon .link_area .link.push.on::after {
  content: "";
  width: 4px;
  height: 4px;
  text-align: center;
  line-height: 4px;
  background-color: #F46786;
  color: #F46786;
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 1.5px;
}
.head .gnb {
  position: fixed;
  width: 90vw;
  right: -200%;
  background: #fff;
  height: 100vh;
  position: fixed;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.head .gnb__top {
  padding: 12px 17px 15px 17px;
  border-bottom: 7px solid #DEE3E8;
}
.head .gnb__top_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: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.head .gnb__top .btn_login {
  border-radius: 50px;
  border: 1px solid #D3D8DC;
  height: 36px;
  padding-inline: 15px;
  font-size: 13px;
  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;
}
.head .gnb__top .btn_gnb_close .icon {
  display: block;
  background-image: url(../img/icon_del_s.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  width: 24px;
  height: 24px;
}
.head .gnb__top_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;
  margin-top: 16px;
}
.head .gnb__top_btn .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: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 8px;
}
.head .gnb__top_btn .btn img {
  height: 20px;
}
.head .gnb__top_btn .divider {
  width: 1px;
  height: 20px;
  background: #DEE3E8;
}
.head .gnb__container {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: -200%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
  overflow-y: auto;
}
.head .gnb__menu {
  background-color: #fff;
  padding: 25px 20px;
  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: 15px;
  max-height: calc(100vh - 106px);
  overflow-x: visible;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #999; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
}
.head .gnb__menu::-webkit-scrollbar { /*스크롤바*/
  width: 6px;
  height: 6px;
}
.head .gnb__menu::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.head .gnb__menu::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #999;
  background-clip: padding-box;
  border-radius: 5px;
}
.head .gnb__menu::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background-color: #f8f8f8;
}
.head .gnb__menu::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: #f8f8f8;
}
.head .gnb__menu::-webkit-scrollbar-corner {
  background: #f8f8f8;
}
.head .gnb__menu .menu {
  font-size: 15px;
  letter-spacing: -0.38px;
  gap: 14px;
  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 .gnb__menu .menu img {
  width: 27px;
}
.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 .search_sec .product_cate {
  display: none;
  border-top: 1px solid #DEE3E8;
  padding-top: 15px;
  margin-top: 15px;
}
.head.active .ribbon .pg_tit {
  display: none;
}
.head.active .gnb {
  right: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.head.active .gnb__container {
  left: 0;
}

.bottom_menu {
  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%;
  bottom: 0;
  -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:before {
  content: "";
  width: calc((100% - 65px) / 2);
  height: 58px;
  text-align: center;
  line-height: 58px;
  background-color: #fff;
  color: transparent;
  display: inline-block;
  border-radius: 0px 18px 0px 0px;
  position: absolute;
  left: 0;
}
.bottom_menu:after {
  content: "";
  width: calc((100% - 65px) / 2);
  height: 58px;
  text-align: center;
  line-height: 58px;
  background-color: #fff;
  color: transparent;
  display: inline-block;
  border-radius: 18px 0px 0px 0px;
  position: absolute;
  right: 0;
}
.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: 12px;
  letter-spacing: -0.25px;
  text-align: center;
  color: #888;
  flex: 1;
  z-index: 2;
  position: relative;
  gap: 6px;
}
.bottom_menu .link :is(.off, .on) {
  width: 18px;
}
.bottom_menu .link .on {
  display: none;
}
.bottom_menu .link.active {
  color: #3D3AE6;
}
.bottom_menu .link.active .on {
  display: block;
}
.bottom_menu .link.active .off {
  display: none;
}
.bottom_menu .link.home {
  width: 65px;
  max-width: 65px;
  flex: auto;
}
.bottom_menu .link.home:before {
  content: "";
  width: 100%;
  height: 41px;
  text-align: center;
  line-height: 41px;
  background-color: #fff;
  color: transparent;
  display: inline-block;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.bottom_menu .link.home img {
  position: relative;
  z-index: 2;
  margin-top: -17px;
}
.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: #3D3AE6;
  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_none .footer {
  display: none;
}

.footer {
  border-top: 1px solid #DEE3E8;
  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_flex_row {
  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_flex_row.between {
  justify-content: space-between;
}
.com_flex_row.end {
  justify-content: flex-end;
}
.com_flex_row .com_input_unit, .com_flex_row .com_chk_wrap {
  flex: 1;
}

.com_point_txt {
  color: #3D3AE6 !important;
}

.com_red_txt {
  color: #F02727 !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 .btn_del {
  width: 14px;
  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_tag .btn_del + .tag {
  padding-left: 3px !important;
}
.com_tag .tag {
  line-height: 1.1;
  letter-spacing: -0.26px;
  word-break: break-all;
  gap: 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;
}
.com_tag.type_bar .tag {
  color: #6B7074;
  font-size: 13px;
}
.com_tag.type_bar .tag:not(:first-child):before {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 7px;
  border: 1px solid #DEE3E8;
  vertical-align: -1px;
}
.com_tag.type_bar .tag.point {
  color: #3D3AE6;
}
.com_tag.type_box {
  gap: 5px;
}
.com_tag.type_box .tag {
  margin: 0;
  padding: 5px 10px;
  background: #E0E6EB;
  font-size: 14px;
  line-height: 1.17;
  letter-spacing: -0.3px;
  text-align: center;
  color: #232B2B;
  border-radius: 5px;
}
.com_tag.type_box .tag.point {
  background-color: #E7EEFF;
  color: #3D3AE6;
}
.com_tag.type_box .tag.right {
  margin-left: auto;
  margin-right: 6px;
}

.com_info_wrap {
  padding: 10px 0;
  border-top: 1px solid #E0E6EB;
  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 .info_txt, .com_input_sec .input_field .com_info_wrap .info_txt, .com_info_wrap .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_info_wrap .error_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;
}
.com_info_wrap .info_item > :is(span, p) {
  padding-block: 2px;
}
.com_info_wrap .info_item .tit {
  white-space: nowrap;
  font-size: 13px;
  letter-spacing: -0.33px;
  position: relative;
  padding-left: 8px;
  padding-right: 5px;
}
.com_info_wrap .info_item .tit::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3px;
  height: 3px;
  margin-inline: 5px;
  background: #7A7F83;
  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 {
  line-height: 1.4;
  font-size: 13px;
  letter-spacing: -0.33px;
}
.com_info_wrap .info_item .name .btn_sms {
  vertical-align: -3px;
}
.com_info_wrap .info_item .name .icon_yet {
  color: #F02727;
  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 {
  text-align: center;
  font-weight: bold;
  padding: 30px 20px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.com_no_data + .item, .com_no_data + .order_item {
  margin-top: 10px;
}
.com_point_info__wrap .com_no_data {
  box-shadow: none;
}

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

.com_tip {
  font-size: 14px;
  font-weight: 500;
  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: 16px;
  height: 16px;
  min-width: 16px;
  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;
}

.com_cont_tit {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.34px;
  background: none;
  color: #232B2B;
  margin-bottom: 10px;
}
.com_cont_tit__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;
  margin-bottom: 10px;
}
.com_cont_tit__wrap .com_cont_tit {
  margin-bottom: 0;
}
.com_cont_tit__wrap .btn_more {
  font-size: 12px;
  letter-spacing: -0.24px;
}

.com_badge {
  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;
  border-radius: 50px;
  background: #E7EEFF;
  color: #3D3AE6;
  padding: 2px 6px;
  height: 17px;
  line-height: 17px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.22px;
}
.com_badge.l {
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  padding-inline: 10px;
}
.com_badge.square {
  border-radius: 5px;
}

/*common input form*/
.com_input_sec .com_divider {
  margin-block: 15px !important;
}
.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;
}
.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 .tit_field.has_btn .com_chk + label {
  font-weight: 400;
}
.com_input_sec .input_field {
  margin-bottom: 10px;
}
.com_input_sec .input_field .full {
  width: 100%;
}
.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 {
  border-radius: 0 44px 44px 0;
  border-left: 0;
  font-weight: 600;
  min-width: 100px;
  padding-inline: 10px;
  margin-left: 0;
  color: #232B2B;
  background: #edf2f5;
  border: 1px solid #dee3e8;
  border-left: 0;
}
.com_input_sec .input_field .select.time {
  text-align: right;
}
.com_input_sec .input_field .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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_input_sec .input_field .input_wrap.gap {
  gap: 5px;
}
.com_input_sec .input_field .input_wrap + .input_wrap {
  margin-top: 12px;
}
.com_input_sec .input_field .input_wrap.email {
  align-items: center;
  gap: 0;
}
.com_input_sec .input_field .input_wrap.email input {
  border-radius: 44px 0 0 44px;
}
.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 {
  gap: 0;
}
.com_input_sec .input_field .input_wrap.tel .select {
  width: 90px;
  border-radius: 44px 0 0 44px;
}
.com_input_sec .input_field .input_wrap.tel .select + input {
  border-left: 0;
  border-radius: 0 44px 44px 0;
}
.com_input_sec .input_field .input_wrap.select_input {
  gap: 0;
}
.com_input_sec .input_field .input_wrap.select_input .select {
  width: auto;
  border-radius: 44px 0 0 44px;
}
.com_input_sec .input_field .input_wrap.select_input .select + input {
  border-left: 0;
  border-radius: 0 44px 44px 0;
  flex: 1;
}
.com_input_sec .input_field .input_wrap.address {
  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 .input_wrap.address .com_btn {
  width: 120px;
}
.com_input_sec .input_field .input_wrap.with input {
  border-radius: 44px 0 0 44px;
}
.com_input_sec .input_field .input_wrap .com_chk + label + select {
  margin-left: 15px;
}
.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 .info_txt, .com_input_sec .input_field .error_txt {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}
.com_input_sec .input_field .error_txt {
  color: #F02727;
}
.com_input_sec .input_field .info_txt {
  color: #6b7074;
  margin-left: 10px;
}
.com_input_sec .input_field .info_txt .bullet {
  margin-left: -10px;
  padding-right: 5px;
}
.com_input_sec .input_field .ok_txt {
  color: #3D3AE6;
}
.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: 15px;
  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: 8px;
}
.com_input_sec .input_field .add_img_list .list {
  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: 12px;
  height: 12px;
  min-width: 12px;
}
.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 .time_box .select_hour {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.com_input_sec .input_field .time_area .time_box .select_minute {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.com_input_sec .input_field .time_area .time_box .space {
  margin-inline: 5px;
}
.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 #DEE3E8;
  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;
  justify-content: flex-start !important;
  align-items: baseline !important;
}
.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: 3px;
}
.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: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 100%;
  margin-left: 0px;
  background-color: #DEE3E8;
  color: #3D3AE6;
  font-size: 13px;
  border: 1px solid #DEE3E8;
}
.com_input_sec .input_field .select_date_box .chk_date:checked + label {
  background-color: #E7EEFF;
  border: 1px solid #3D3AE6;
  color: #3D3AE6;
}
.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;
  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.address * {
  margin-left: 0;
}
.com_input_sec .input_field + .tit_field {
  margin-top: 30px;
}
.com_input_sec .input_field .price_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.com_input_sec .input_field .price_item .tit {
  color: #6b7074;
}
.com_input_sec .input_field .price_item .num {
  font-size: 15px;
  font-weight: 500;
  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_input_sec .input_field .price_item .num .bold {
  font-weight: 500;
}
.com_input_sec .input_field .price_item.total .tit {
  font-weight: 500;
  color: #232B2B;
}
.com_input_sec .input_field .price_item.total .num .bold {
  font-size: 20px;
  font-weight: 700;
}
.com_input_sec .input_field.align_center {
  text-align: center;
}
.com_input_sec + .com_btn_wrap {
  margin-top: 20px;
}
.com_input_sec .icon_must {
  color: #F02727;
  margin-left: 5px;
  margin-right: auto;
}
.com_input_sec .type_top_btn {
  margin-top: 10px;
}
.com_input_sec .type_top_btn .com_add_file {
  position: relative;
}
.com_input_sec .type_top_btn .com_add_file .com_btn {
  background: linear-gradient(278deg, #398bdf -28.84%, #3D3AE6 126.74%) !important;
  color: #fff;
  height: 28px;
  min-height: 28px;
  border-radius: 50px;
  font-size: 13px !important;
  position: absolute;
  top: -40px;
  font-weight: 400;
  right: 0;
  border: none !important;
}
.com_input_sec .type_top_btn .com_add_file .input.addFileTxt {
  border-radius: 50px;
}
.com_input_sec .has_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;
}
.com_input_sec .has_tit .tit {
  border: 1px solid #DEE3E8;
  background-color: #fff;
  height: 44px;
  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-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-inline: 10px;
}
.com_input_sec .has_tit .tit + .input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.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;
  border: solid 1px #dee3e8;
  height: 44px;
  border-radius: 44px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.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: 5px;
  margin-bottom: 20px;
}
.com_search__wrap .com_search {
  flex: 1;
}
.com_search__wrap .btn_cate {
  height: 44px;
  width: 44px;
  padding: 0;
  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 #DEE3E8;
  position: absolute;
  border-radius: 10px;
  padding: 10px 5px;
  background-color: #fff;
  left: 0;
  top: 50px;
  z-index: 2;
  min-width: 140px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.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__wrap.has_top_tab {
  margin-top: 20px;
}
.com_search .btn_search {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.com_search .btn_search::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  border: 1px solid #DEE3E8;
  height: 12px;
}
.com_search .btn_search::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_input_search.png);
  width: 15.6px;
  height: 15.1px;
  min-width: 15.6px;
  margin-top: 2px;
}
.com_search .input {
  width: calc(100% - 38px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 25px;
  padding-left: 0;
  background: none;
  border: none;
}
.com_search::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 23px;
  height: 34px;
  background-color: #fff;
  border-radius: 100%;
}

.com_category_list {
  position: absolute;
  top: 50px;
  left: 0;
  padding: 10px 8px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  width: 156px;
  z-index: 10;
  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;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: 0.2s;
}
.com_category_list.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: visible;
}
.com_category_list .btn_category {
  padding: 6px 8px;
  width: 100%;
  text-align: left;
  border-radius: 5px;
}
.com_category_list .btn_category.active {
  background-color: #F3F8FC;
}

.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.left {
  justify-content: flex-start;
}
.com_search_date * {
  margin-left: 0;
}
.com_search_date input[type=date] {
  width: 50px;
  flex: 1;
}
.com_search_date .com_chk_btn input {
  display: none;
}
.com_search_date .com_chk_btn input:checked + .btn {
  border: 1px solid #3D3AE6;
  background: #E7EEFF;
  color: #3D3AE6;
}
.com_tab + .com_search_date {
  margin-top: 20px;
}
.com_search_date__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;
  flex-wrap: wrap;
  gap: 3px;
}
.com_search_date.left {
  gap: 3px;
}
.com_search_date.left .btn, .com_search_date.left .com_btn {
  padding-inline: 5px;
  min-width: 45px;
  font-size: 13px;
  font-weight: 400;
  line-height: 36px;
}
.com_search_date.right {
  margin-bottom: 0;
  flex: 1;
  gap: 0;
}
@media screen and (max-width: 359.9px) {
  .com_search_date.right {
    min-width: 100%;
  }
}
.com_search_date.right input[type=date] {
  background-position: calc(100% - 3px) center;
  font-size: 12px;
  letter-spacing: -1px;
  line-height: 36px;
  padding-inline: 10px;
}
.com_search_date.right input[type=date]:nth-child(1) {
  border-radius: 36px 0 0 36px;
  border-right: 0;
}
.com_search_date.right input[type=date]:nth-child(2) {
  border-radius: 0;
}
.com_search_date.right .com_btn {
  border-radius: 0 36px 36px 0;
  min-width: 40px;
  padding-inline: 0;
}

.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;
  border-radius: 44px 0 0 44px;
  background-color: #fff;
}
.com_add_file .com_btn {
  flex: 0; /* com_btn이 필요한 만큼의 공간만 차지하도록 설정 */
  white-space: nowrap;
  min-height: 42px;
  margin-left: 6px;
  border-radius: 0 44px 44px 0;
  border-left: 0;
  font-weight: 600;
  min-width: 100px;
  padding-inline: 10px;
  margin-left: 0;
  color: #232B2B;
  background: #edf2f5;
  border: 1px solid #dee3e8;
  border-left: 0;
}
.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 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DEE3E8;
}
.com_agree_area .all label {
  font-size: 16px;
  font-weight: 600;
}
.com_agree_area .list {
  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: 15px;
}
.com_agree_area .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.com_agree_area .list .item .btn_link {
  font-size: 13px;
  color: #6b7074;
  border-bottom: 1px solid #6b7074;
}
.com_agree_area .list .must {
  color: #F02727;
}
.com_input_sec + .com_agree_area {
  margin-top: 30px;
}

.com_counter {
  border-radius: 44px;
  height: 44px;
  border: 1px solid #dee3e8;
  padding: 0 15px;
  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_counter .input {
  height: 20px;
  border: none;
  text-align: right;
}
.com_counter .btn_minus {
  flex: 0 0 auto;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_minus_gray.png);
  width: 14px;
  height: 14px;
  min-width: 14px;
}
.com_counter .btn_plus {
  flex: 0 0 auto;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_plus_gray.png);
  width: 14px;
  height: 14px;
  min-width: 14px;
}
.com_counter .input_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;
  padding-inline: 10px;
}

.com_input_unit {
  border: 1px solid #dee3e8;
  height: 44px;
  border-radius: 44px;
  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;
  gap: 2px;
}
.com_input_unit .input {
  border: none;
  background: none;
}
.com_input_unit .unit {
  min-width: 30px;
}

/*!스크롤*/
.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;
}

.swiper_pagination {
  border-radius: 4px;
  background: rgba(94, 94, 94, 0.1);
  padding: 5px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: auto;
  height: 18px;
  z-index: 1;
  font-size: 12px;
  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: 2px;
  color: rgba(0, 0, 0, 0.7);
}
.swiper_pagination .current_slide {
  font-weight: 800;
}

.map_area {
  position: relative;
}
.map_area .com_info_window {
  position: relative;
  padding: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #232B2B;
  min-height: 24px;
  background-color: #fff;
}
.map_area .com_info_window .tel {
  color: #7A7F83;
  font-weight: 400;
  font-size: 13px;
  margin-top: 3px;
}
.map_area .com_info_window::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 5px solid #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.map_area .com_info_window::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: #fff transparent transparent transparent;
}

.com_board {
  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;
}
.com_board > .com_btn_wrap.bottom {
  margin-top: 23px;
  padding-bottom: 17px;
}
.com_board .item {
  padding: 20px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.com_board .item :is(.list, .view .answer) .date {
  font-size: 14px;
  color: #7A7F83;
  margin-bottom: 10px;
}
.com_board .item :is(.list, .view .answer) .tit {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.3px;
}
.com_board .item :is(.list, .view .answer) .com_new {
  vertical-align: middle;
}
.com_board .item .list {
  position: relative;
  padding-bottom: 15px;
}
.com_board .item .list .com_new {
  margin-left: 5px;
}
.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 .date_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;
  gap: 10px;
  margin-bottom: 10px;
}
.com_board .item .list .top .date_area .date {
  margin-bottom: 0;
}
.com_board .item .list .top .date_area .state {
  font-size: 13px;
  font-weight: 700;
}
.com_board .item .list .top .date_area .state.end {
  color: #F02727;
}
.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;
  gap: 15px;
}
.com_board .item .view {
  display: none;
}
.com_board .item .view .file_area {
  padding-block: 10px;
  border-top: 1px solid #DEE3E8;
}
.com_board .item .view .file_area .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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_board .item .view .view_contents {
  border-top: 1px solid #DEE3E8;
  padding-block: 15px;
  font-size: 14px;
  line-height: 1.54;
  letter-spacing: -0.33px;
  text-align: left;
}
.com_board .item .view.active {
  display: block;
}
.com_board .item .view .com_tag {
  border-top: 1px solid #DEE3E8;
  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 {
  margin-top: 20px;
}
.com_board .item .view .answer .view_contents {
  border-top: 0;
}
.com_board .item .btn_open {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 26px;
}
.com_board .item .btn_open .icon.open {
  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 .btn_open .icon.open:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_open_down.png);
  width: 10px;
  height: 10px;
  min-width: 10px;
}
.com_board .item .btn_open .icon.open.active {
  position: static;
  transform: rotate(180deg);
}
.com_board .item .btn_open:has(.icon.open.active) {
  padding: 0;
  border: none;
  margin: 0;
  border-radius: 0;
  width: 100%;
  box-shadow: none;
  bottom: -10px;
  position: relative;
}
.com_board.type_order .item {
  position: relative;
}
.com_board.type_order .item.active .view {
  display: flex;
}
.com_board.type_order .item.active .btn_open {
  border: none;
  box-shadow: none;
  position: relative;
}
.com_board.type_order .item.active .btn_open .icon {
  transform: rotate(180deg);
}
.com_board.type_order .item .btn_wrap .com_btn_wrap {
  margin-top: 10px;
}
.com_board.type_order .item .btn_wrap .com_red_txt {
  margin-top: 8px;
  font-size: 13px;
}
.com_board.type_order .item .com_info_wrap + .com_info_wrap {
  margin-top: 10px;
}
.com_board.type_order .front {
  padding-bottom: 10px;
}
.com_board.type_order .view {
  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: none;
}
.com_board.type_order .com_info_wrap {
  border-top: 0;
}
.com_board.type_order .order_status {
  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;
  margin-bottom: 5px;
  border-radius: 6px;
  background: #e7eeff;
  color: #3D3AE6;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.22px;
  padding-inline: 10px;
}
.com_board.type_order .setting_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_board.type_order .setting_wrap .right_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;
}
.com_board.franchise .view .com_flex_row {
  margin-top: 10px;
}
.com_board.franchise .view .com_btn_wrap {
  margin-top: 10px;
}
.com_board.franchise .view .notice_txt {
  text-align: center;
  color: #3D3AE6;
  line-height: 1.4;
  font-size: 14px;
}
.com_board.has_top_tab {
  margin-top: 20px;
}
.com_board .com_btn_option .layer {
  top: 50px;
}

.com_post_card .item {
  padding: 12px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  gap: 14px;
  position: relative;
}
.com_post_card .item .thumb {
  border-radius: 5px;
}
.com_post_card .item .txt_area {
  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_post_card .item .txt_area .tit {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
}
.com_post_card .item .txt_area .summary {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.com_post_card .item .txt_area .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;
  gap: 4px;
  font-size: 13px;
}
.com_post_card .item .txt_area .info_wrap {
  margin-top: 7px;
  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;
}
.com_post_card .item .btn_join {
  margin-left: auto;
  height: 40px;
}
.com_post_card .item .com_btn_option {
  position: absolute;
  top: 12px;
  right: 12px;
}
.com_post_card .item .com_btn_option .layer {
  right: -13px;
  top: 25px;
}
.com_post_card .item .btn_chat {
  position: absolute;
  bottom: 18px;
  right: 12px;
}
.com_post_card.type_wide {
  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;
}
.com_post_card.type_wide .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;
}
.com_post_card.type_wide .item .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;
  gap: 14px;
  flex: 1;
}
.com_post_card.type_wide .item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80;
  min-width: 80px;
  aspect-ratio: auto;
}
.com_post_card.type_wide .item .thumb img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_post_card.type_big {
  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 10px;
  width: 100%;
}
.com_post_card.type_big > * {
  width: calc((100% - 10px * 1) / 2);
  min-width: calc((100% - 10px * 1) / 2);
}
.com_post_card.type_big .item {
  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: 14px;
}
.com_post_card.type_big .item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-width: auto;
  aspect-ratio: 1;
}
.com_post_card.type_big .item .thumb img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}

.com_post_list {
  padding: 0;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.com_post_list .item {
  padding: 20px;
  width: 100%;
  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;
  flex-wrap: wrap;
  gap: 8px;
}
.com_post_list .item .tit {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
  min-width: 100%;
}
.com_post_list .item .write_info {
  font-size: 12px;
  color: #7A7F83;
}
.com_post_list .item .post_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;
  gap: 10px;
  color: #7A7F83;
  margin-left: auto;
}
.com_post_list .item .post_info .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;
  gap: 5px;
  font-size: 12px;
}
.com_post_list .item + .item {
  border-top: 1px solid #DEE3E8;
}
.com_post_list.type_comment .item {
  display: grid;
}
.com_post_list.type_comment .item .post_info {
  grid-column: 2/3;
  grid-row: 1/3;
  margin-top: 0;
  padding-left: 10px;
}
.com_post_list.type_comment .item .comment_txt {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.com_list {
  table-layout: fixed;
}
.com_list thead th {
  background: #E0E6EB;
  white-space: nowrap;
}
.com_list .sticky {
  position: sticky;
}
.com_list .sticky.top {
  top: 0;
}
.com_list .sticky.bottom {
  bottom: 0;
}
.com_list th, .com_list td {
  border-bottom: 1px solid #EAEFF2;
  padding-inline: 10px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  line-height: initial;
}
.com_list th:not(:last-child), .com_list td:not(:last-child) {
  border-right: 1px solid #EAEFF2;
}
.com_list tfoot td {
  background: #F3F8FC;
  font-weight: 700;
  color: #3D3AE6;
}
.com_list__scroll {
  max-height: 0;
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #999; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
  padding: 0;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.com_list__scroll::-webkit-scrollbar { /*스크롤바*/
  width: 6px;
  height: 6px;
}
.com_list__scroll::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.com_list__scroll::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #999;
  background-clip: padding-box;
  border-radius: 5px;
}
.com_list__scroll::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background-color: #f8f8f8;
}
.com_list__scroll::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: #f8f8f8;
}
.com_list__scroll::-webkit-scrollbar-corner {
  background: #f8f8f8;
}

.com_product_item {
  position: relative;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 12px 13px 15px;
  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: 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;
  height: 100%;
}
.com_product_item .thumb_area .com_like + label {
  position: absolute;
  right: 5px;
  top: 5px;
}
.com_product_item .thumb_area .com_chk + label {
  position: absolute;
  left: 5px;
  top: 5px;
}
.com_product_item .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  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;
  width: 35px;
  height: 36px;
  padding: 8px 5px 10px 5px;
  background-color: #fff;
  background-color: #F02727;
  color: #fff;
  border-radius: 5px 5px 50px 50px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
}
.com_product_item .label.discount {
  background: #F02727;
  font-size: 15px;
  font-weight: 800;
}
.com_product_item .label.discount .unit {
  font-size: 8px;
  font-weight: 400;
}
.com_product_item .label.delivery {
  background: #84c21d;
  font-size: 11px;
  font-weight: 700;
}
.com_product_item .tit {
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: -0.35px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
.com_product_item .price_area {
  font-weight: bold;
  margin-top: auto;
  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;
  line-height: initial;
  font-size: 13px;
}
.com_product_item .price_area .price_x {
  font-size: 12px;
  font-weight: normal;
  line-height: initial;
  letter-spacing: -0.24px;
  color: #7A7F83;
  text-decoration: line-through;
}
.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 #DEE3E8;
  border-radius: 16px;
}
.com_product_item .price {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.26px;
  color: #7A7F83;
}

.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__list {
  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;
}
.com_shop_item.type_box {
  padding: 12px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.com_shop_item.type_box .info_area .shop_name {
  padding-right: 0;
}
.com_shop_item .shop_part {
  position: absolute;
  right: 0;
  top: 6px;
  color: #3D3AE6;
  font-size: 11px;
  height: 16px;
  padding-inline: 7px;
  background-color: #E7EEFF;
  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: 120px;
  margin-right: 12px;
}
.com_shop_item .thumb_area .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  aspect-ratio: auto;
  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;
  height: 100%;
}
.com_shop_item .thumb_area .com_like + label {
  position: absolute;
  right: 8px;
  top: 8px;
}
.com_shop_item .info_area {
  width: calc(100% - 145px);
  align-self: flex-start;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: -0.3px;
}
.com_shop_item .info_area .shop_name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.3px;
  margin-bottom: 5px;
  word-break: break-all;
  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;
  margin-top: 5px;
}
.com_shop_item .info_area .shop_name .name {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com_shop_item .info_area .shop_name .com_badge {
  margin-left: 5px;
}
.com_shop_item .info_area .com_tag {
  position: relative;
  margin-bottom: 5px;
}
.com_shop_item .info_area .com_tag .shop_part {
  top: 0;
}
.com_shop_item .info_area .desc {
  font-size: 12px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com_shop_item .info_area .info {
  margin-top: 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: 3px;
}
.com_shop_item .info_area .info .item {
  position: relative;
  padding-left: 8px;
  font-size: 13px;
}
.com_shop_item .info_area .info .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #666;
}

.com_product_list {
  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;
}
.com_product_list .product_item {
  padding: 20px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  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;
  flex-wrap: wrap;
}
.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: 95px;
  height: 95px;
  min-width: 95px;
  aspect-ratio: auto;
  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;
  height: 100%;
}
.com_product_list .product_item .info {
  padding-left: 15px;
  width: calc(100% - 105px);
  align-self: center;
}
.com_product_list .product_item .info .com_tag {
  margin-bottom: 6px;
  gap: 6px;
}
.com_product_list .product_item .info .com_tag .tag {
  font-size: 12px;
}
.com_product_list .product_item .info .subject {
  margin-bottom: 4px;
  font-size: 11px;
}
.com_product_list .product_item .info .title {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.14;
  letter-spacing: -0.3px;
  font-weight: 700;
}
.com_product_list .product_item .info .option_wrap {
  margin-top: 10px;
}
.com_product_list .product_item .info .option_wrap .option_item {
  overflow: hidden;
  padding-left: 8px;
}
.com_product_list .product_item .info .option_wrap .option_item :is(.tit, .name) {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.26px;
  float: left;
}
.com_product_list .product_item .info .option_wrap .option_item .tit {
  position: relative;
  margin-right: 4px;
}
.com_product_list .product_item .info .option_wrap .option_item .tit::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3px;
  height: 3px;
  margin-inline: 5px;
  background: #7A7F83;
  border-radius: 3px;
  vertical-align: middle;
  cursor: default;
}
.com_product_list .product_item .info .option_wrap .option_item .tit::before {
  vertical-align: 3px;
  margin-left: -8px;
}
.com_product_list .product_item .info .option_wrap .option_item .price {
  font-weight: 700;
}
.com_product_list .product_item .info .option_wrap .option_item .price_x {
  text-decoration: line-through;
  color: #7A7F83;
  font-size: 11px;
  margin-left: 5px;
}
.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 .com_btn {
  min-width: 75px;
}
.com_product_list .product_item .com_tag {
  margin-bottom: 10px;
}
.com_product_list .price_wrap {
  padding-top: 10px;
  background: #fff;
  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;
}
.com_product_list .price_wrap .price_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.com_product_list .price_wrap .price_item .tit {
  color: #6b7074;
}
.com_product_list .price_wrap .price_item .num {
  font-size: 15px;
  font-weight: 500;
  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_list .price_wrap .price_item .num .bold {
  font-weight: 500;
}
.com_product_list .price_wrap .price_item:last-child {
  margin-bottom: 10px;
}
.com_product_list .price_wrap .price_item.total .icon_ko {
  min-width: 16px;
  width: 16px;
  height: 16px;
}
.com_product_list .price_wrap .price_item.total .tit {
  font-weight: 500;
  color: #232B2B;
}
.com_product_list .price_wrap .price_item.total .num .bold {
  font-size: 20px;
  font-weight: 700;
}
.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 #EAEFF2;
  margin-top: 0;
  padding-top: 15px;
  margin-top: 15px;
}
.com_product_list.type_box .product_item .com_btn_wrap .com_btn {
  flex: 1;
  height: 28px;
  font-size: 13px;
}
.com_product_list.type_gray {
  gap: 5px;
}
.com_product_list.type_gray .product_item {
  box-shadow: none;
  background-color: #F3F8FC;
  padding: 15px;
  border-radius: 10px;
}
.com_product_list.type_gray .product_item .thumb {
  min-width: 75px;
  width: 75px;
  height: 75px;
}
.com_product_list.type_gray .product_item .info .title {
  font-weight: 400;
}
.com_product_list.type_gray .product_item .info .option_wrap {
  margin-bottom: 0;
}
.com_product_list.type_gray .product_item .info .option_wrap .option_item .tit {
  padding-left: 0;
}
.com_product_list.type_gray .product_item .info .option_wrap .option_item .tit::before {
  display: none;
}
.com_product_list.type_big_thumb .thumb_area {
  width: calc(100% + 40px);
  min-width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: -20px;
  position: relative;
}
.com_product_list.type_big_thumb .thumb_area .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.675;
}
.com_product_list.type_big_thumb .thumb_area .thumb img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_product_list.type_big_thumb .info {
  margin-left: 0;
  margin-top: 18px;
  width: 100%;
  padding: 0;
}
.com_product_list.type_big_thumb .info .title {
  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%;
  position: relative;
}
.com_product_list.type_big_thumb .info .title .com_btn_option .layer {
  top: 25px;
  right: -21px;
}
.com_product_list.type_big_thumb .btn_wrap_bottom {
  margin-top: 15px;
  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_list.type_big_thumb .btn_wrap_bottom .com_btn {
  flex: 1;
}

.com_order_list {
  background: #F3F8FC;
  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;
}
.com_order_list .order_item {
  padding: 20px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.com_order_list .order_item.flex_row {
  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;
}
.com_order_list .order_item.flex_row .info {
  flex: 1;
}
.com_order_list .order_item.flex_row .date {
  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;
  min-width: 40px;
}
.com_order_list .order_item.flex_row .date .month {
  font-size: 16px;
}
.com_order_list .order_item.flex_row .date .year {
  font-size: 13px;
}
.com_order_list .order_item.flex_row .btn_detail {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_detail.png);
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.com_order_list .order_item.flex_row .com_info_wrap {
  padding-block: 0;
}
.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 #DEE3E8;
  border-bottom: 1px solid #DEE3E8;
  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: #3D3AE6;
  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 #DEE3E8;
  border-bottom: 1px solid #DEE3E8;
}
.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 #E0E6EB;
  background-color: #E0E6EB;
}

.com_sec_products {
  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: 12px 10px;
  width: 100%;
}
.com_sec_products > * {
  width: calc((100% - 10px * 1) / 2);
  min-width: calc((100% - 10px * 1) / 2);
}

.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 #3D3AE6;
  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: #7A7F83;
  border-color: #7A7F83;
}

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

.sec_example {
  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: 14px 12px;
  width: 100%;
}
.sec_example > * {
  width: calc((100% - 12px * 1) / 2);
  min-width: calc((100% - 12px * 1) / 2);
}

.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: #232B2B;
}
.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 {
  padding: 20px;
  border-radius: 15px;
  background: url(../img/wallet_bg.png) no-repeat center/cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.com_wallet__wrap {
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.com_wallet__wrap .com_wallet {
  box-shadow: none;
}
.com_wallet__wrap .com_btn_wrap {
  padding: 15px;
  gap: 30px;
  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;
}
.com_wallet__wrap .com_btn_wrap .btn, .com_wallet__wrap .com_btn_wrap .com_btn {
  background: none;
  position: relative;
  gap: 8px;
  color: #232B2B;
  font-size: 15px;
  font-weight: 500;
  height: 34px;
  padding-inline: 10px;
  border-radius: 30px;
  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_wallet__wrap .com_btn_wrap .btn.send, .com_wallet__wrap .com_btn_wrap .com_btn.send {
  background: #F3F8FC;
  width: 100px;
}
.com_wallet__wrap .com_btn_wrap .btn:active, .com_wallet__wrap .com_btn_wrap .com_btn:active {
  background: #F3F8FC !important;
}
.com_wallet__wrap .com_btn_wrap .btn:not(:first-child):before, .com_wallet__wrap .com_btn_wrap .com_btn:not(:first-child):before {
  content: "";
  border-left: 1px solid #e2e2e2;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  height: 15px;
}
.com_wallet .tit {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #fff;
  margin-bottom: 5px;
}
.com_wallet .tit .tip {
  font-size: 16px;
  margin-top: 5px;
  font-weight: normal;
  color: #fff;
}
.com_wallet .account_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;
  margin-bottom: 10px;
}
.com_wallet .account_wrap .pay_num {
  color: #fff;
  font-size: 16px;
}
.com_wallet .btn_copy.com_btn.gray {
  background-color: #004697;
  color: #fff;
  border-radius: 44px;
  border: none;
  padding-inline: 10px;
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
}
.com_wallet .info_box {
  position: relative;
  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;
  color: #fff;
}
.com_wallet .info_box .link {
  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;
  width: 100%;
}
.com_wallet .info_box .pay_num {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: normal;
  position: relative;
  color: #fff;
  margin-top: 0;
  min-height: 20px;
}
.com_wallet .info_box .pay_num .com_btn {
  right: 0;
  top: -2px;
}
.com_wallet .info_box .num {
  font-size: 30px;
  font-weight: 700;
  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;
  gap: 5px;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.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: 16px;
  font-weight: 700;
}
.com_wallet .info_box .won {
  width: 100%;
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  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;
  gap: 5px;
}
.com_wallet .info_box .won .icon_ko {
  min-width: 20px;
  width: 20px;
  height: 20px;
}
.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;
}

.com_card {
  padding: 13px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.com_card + .com_card {
  margin-top: 15px;
}
.com_card.form {
  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: 15px;
}
.com_card.form .com_divider {
  margin-block: 5px;
}
.com_card.column {
  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;
}
.com_card.none_data {
  padding-block: 40px;
  text-align: center;
  min-width: 100%;
  width: 100%;
}
.com_card .com_quantity_field + .com_quantity_field {
  margin-top: -5px;
}

.com_board_txt {
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}
.com_board_txt.dashed {
  border: 1px dashed #aeaeae;
}
.com_board_txt.gray {
  background-color: #F3F8FC;
}
.com_board_txt .price {
  font-size: 18px;
  font-weight: 700;
}
.com_board_txt .tit {
  font-size: 18px;
  font-weight: 700;
}
.com_board_txt .tit__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;
}
.com_board_txt .tit__wrap .com_badge {
  margin-left: auto;
}
.com_board_txt .desc {
  font-size: 13px;
  color: #7A7F83;
  min-width: 100%;
  margin-top: 5px;
}
.com_board_txt .com_flex_row + .com_flex_row {
  margin-top: 10px;
}
.com_board_txt.shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.com_board_txt .com_shop_info {
  margin-top: 15px;
}

.com_shop_info {
  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: 6px;
}
.com_shop_info .item {
  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;
  gap: 5px;
  font-size: 13px;
}
.com_shop_info .item .png_icon {
  flex: 0 0 auto;
}
.com_shop_info .item .com_btn {
  height: 24px;
  font-weight: 400;
  font-size: 13px;
  margin-top: -3px;
}

.com_quantity_field {
  padding: 15px 15px;
  border-radius: 10px;
  background-color: #F3F8FC;
}
.com_quantity_field + .com_quantity_field {
  margin-top: 10px;
}
.com_quantity_field .icon_delete {
  margin-left: auto;
}
.com_quantity_field .icon_delete::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_del_s.png);
  width: 12px;
  height: 12px;
  min-width: 12px;
}
.com_quantity_field .icon_plus {
  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;
  min-width: 20px;
}
.com_quantity_field .icon_minus {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url(../img/icon_minus.png);
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.com_quantity_field .tit_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;
}
.com_quantity_field .tit_wrap .label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.54;
  letter-spacing: -0.33px;
  text-align: left;
  color: #232B2B;
  flex: 1;
  line-height: 1.2;
}
.com_quantity_field .tit_wrap .amount {
  margin-left: auto;
  margin-right: 10px;
  flex: 0 0 auto;
}
.com_quantity_field .option_list {
  margin-top: 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_quantity_field .option_list .icon_minus {
  flex: 0 0 auto;
}
.com_quantity_field .option_list .input, .com_quantity_field .option_list .select {
  height: 36px;
}
.com_quantity_field .quantity_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;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.com_quantity_field .quantity_wrap .count_wrap {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #F3F8FC;
}
.com_quantity_field .quantity_wrap .quantity {
  border-radius: 30px;
  height: 30px;
  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;
  align-items: center;
  background-color: #fff;
  border: 1px solid #DEE3E8;
  gap: 15px;
  padding-inline: 10px;
}
.com_quantity_field .quantity_wrap .quantity .value {
  font-size: 15px;
  line-height: 1.43;
  letter-spacing: -0.35px;
  text-align: left;
  color: #232B2B;
}
.com_quantity_field .quantity_wrap .amount {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: -0.35px;
  text-align: right;
  color: #232B2B;
  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_quantity_field .quantity_wrap .amount.left {
  margin-left: auto;
}

.com_point_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;
  align-items: flex-start;
  gap: 20px;
  padding-block: 18px;
  border-bottom: 1px solid #DEE3E8;
}
.com_point_info__wrap {
  padding: 0 18px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.com_point_info__wrap .com_no_data {
  border: none;
}
.com_point_info .tit_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;
  gap: 5px;
}
.com_point_info .tit_wrap .date {
  color: #7A7F83;
  font-size: 12px;
  white-space: nowrap;
  margin-top: 2px;
}
.com_point_info .tit_wrap .tit {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.com_point_info .tit_wrap .tit .tag {
  display: block;
  color: #7A7F83;
  font-size: 12px;
  margin-top: 5px;
}
.com_point_info .price {
  white-space: nowrap;
  color: #3D3AE6;
  line-height: 1;
}
.com_point_info .price .unit {
  font-weight: 400;
  font-size: 12px;
}
.com_point_info .price .now {
  text-align: right;
  color: #7A7F83;
  font-size: 12px;
  margin-top: 5px;
}

.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: 20px;
  padding: 30px 0 10px;
}
.com_pw_new .top .img {
  width: 69px;
  height: 100px;
}
.com_pw_new .top .top_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.com_pw_new .com_input_sec + .com_input_sec {
  margin-top: 40px;
}
.com_pw_new .com_input_sec + .com_btn_wrap {
  margin-top: 40px;
}

.com_chat__top {
  border-top: 1px solid #DEE3E8;
  border-bottom: 5px solid #E0E6EB;
  padding: 15px 20px;
  margin-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;
  gap: 10px;
}
.com_chat__top .profile {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  aspect-ratio: auto;
  border-radius: 100%;
}
.com_chat__top .profile img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_chat__top .name {
  font-weight: 700;
  font-size: 17px;
}
.com_chat__top .icon_chat_gray {
  margin-left: auto;
}
.com_chat__top .btn_close {
  position: static;
}
.com_chat__top .btn_menu {
  margin-left: auto;
}
.com_chat__list {
  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;
  margin-top: 20px;
}
.com_chat__item {
  padding: 15px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  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;
  position: relative;
  gap: 10px;
}
.com_chat__item .com_btn_option .layer {
  top: 54px;
}
.com_chat__item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  aspect-ratio: auto;
  border-radius: 40px;
}
.com_chat__item .thumb img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_chat__item .thumb .count {
  width: 16px;
  height: 16px;
  line-height: 16px;
  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: #fff;
  font-size: 10px;
  font-weight: 700;
  background-color: #3D3AE6;
  border-radius: 16px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.com_chat__item .link_chat {
  flex: 1;
  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_chat__item .info {
  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;
  cursor: pointer;
  flex: 1;
  gap: 5px;
}
.com_chat__item .info .name_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;
  gap: 10px;
}
.com_chat__item .info .name_box .name {
  font-size: 14px;
}
.com_chat__item .date, .com_chat__item .txt, .com_chat__item .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_chat__item .error_txt, .com_chat__item .com_input_sec .input_field .info_txt, .com_input_sec .input_field .com_chat__item .info_txt, .com_chat__item .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_chat__item .ok_txt {
  font-size: 12px;
  color: #7A7F83;
}
.com_chat__item .set_area {
  margin-left: auto;
  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: 14px;
}
.com_chat__item .date {
  margin-left: auto;
}
.com_chat__notice_txt {
  margin-bottom: 10px;
}
.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: 40px;
  height: 40px;
  min-width: 40px;
  aspect-ratio: auto;
  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;
  height: 100%;
}
.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;
  gap: 10px;
  position: relative;
  padding: 15px 20px;
  background: #F3F8FC;
  border-bottom: 5px solid #E0E6EB;
}
@media screen and (max-width: 1023.9px) {
  .com_chat .chat_sec .chat_top {
    padding-block: 10px;
  }
}
.com_chat .chat_sec .chat_top .profile {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  aspect-ratio: auto;
  border-radius: 100%;
}
.com_chat .chat_sec .chat_top .profile img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_chat .chat_sec .chat_top .tit {
  font-size: 15px;
  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;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com_chat .chat_sec .chat_top .btn_menu {
  margin-left: auto;
}
.com_chat .chat_sec .chat_top .btn_close {
  position: static;
}
.com_chat .chat_sec .chat_top .name {
  margin-right: auto;
}
.com_chat .chat_sec .chat_top .com_btn_option .layer {
  top: 50px;
  right: 20px;
}
.com_chat .chat_sec .chat_mid {
  padding: 20px;
  background: #F3F8FC;
  max-height: calc(var(--vh, 1vh) * 100 - 116px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #999; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
  height: calc(var(--vh, 1vh) * 100 - 116px);
}
.com_chat .chat_sec .chat_mid::-webkit-scrollbar { /*스크롤바*/
  width: 6px;
  height: 6px;
}
.com_chat .chat_sec .chat_mid::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.com_chat .chat_sec .chat_mid::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #999;
  background-clip: padding-box;
  border-radius: 5px;
}
.com_chat .chat_sec .chat_mid::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background-color: #f8f8f8;
}
.com_chat .chat_sec .chat_mid::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: #f8f8f8;
}
.com_chat .chat_sec .chat_mid::-webkit-scrollbar-corner {
  background: #f8f8f8;
}
.com_chat .chat_sec .chat_mid .date_area {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: -0.3px;
  text-align: center;
  position: relative;
  text-align: center;
  margin-block: 30px 20px;
}
.com_chat .chat_sec .chat_mid .date_area:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #DEE3E8;
  top: 9px;
  z-index: 1;
}
.com_chat .chat_sec .chat_mid .date_area span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.com_chat .chat_sec .chat_mid .box {
  padding: 15px 20px;
  line-height: 1.47;
  text-align: left;
  max-width: 260px;
  width: fit-content;
  font-weight: 500;
  position: relative;
  word-break: break-all;
  border-radius: 10px 0px 10px 10px;
  background: #E7EEFF;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
}
.com_chat .chat_sec .chat_mid .name_field {
  font-size: 12px;
  color: #7A7F83;
  letter-spacing: -0.18px;
}
.com_chat .chat_sec .chat_mid .date {
  font-size: 12px;
  text-align: right;
  letter-spacing: -0.18px;
  color: #7A7F83;
}
.com_chat .chat_sec .chat_mid .img {
  border-radius: 10px;
  overflow: hidden;
  max-width: 260px;
  max-height: 150px;
}
.com_chat .chat_sec .chat_mid .img img {
  width: 100%;
  height: auto;
}
.com_chat .chat_sec .chat_mid :is(.get, .send) {
  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;
  gap: 10px;
  position: relative;
  margin-bottom: 10px;
}
.com_chat .chat_sec .chat_mid .send {
  justify-content: flex-end;
  flex-direction: row;
  align-items: flex-end;
}
.com_chat .chat_sec .chat_mid .send + .get {
  margin-top: 30px;
}
.com_chat .chat_sec .chat_mid .send .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;
  gap: 10px;
  align-items: flex-end;
}
.com_chat .chat_sec .chat_mid .get {
  justify-content: flex-start;
  align-items: flex-start;
}
.com_chat .chat_sec .chat_mid .get .profile {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  aspect-ratio: auto;
  border-radius: 100%;
}
.com_chat .chat_sec .chat_mid .get .profile img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_chat .chat_sec .chat_mid .get .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;
  gap: 10px;
}
.com_chat .chat_sec .chat_mid .get .box {
  border-radius: 0px 10px 10px 10px;
  background: #fff;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.com_chat .chat_sec .chat_mid .get .info_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;
  gap: 10px;
}
.com_chat .chat_sec .chat_mid .get + .send {
  margin-top: 30px;
}
.com_chat .chat_sec .chat_bottom {
  padding: 15px 20px;
  height: 50px;
  background: #E0E6EB;
  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;
  overflow: hidden;
}
.com_chat .chat_sec .chat_bottom .textarea {
  flex: 1;
  padding: 10px 0;
  height: 40px;
  min-height: 40px;
  background: none;
  font-size: 14px;
  line-height: 1;
  border: none;
}
.com_chat .chat_sec .chat_bottom .btn_img {
  text-align: center;
  margin-left: 0;
  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_chat .chat_sec .chat_bottom .btn_img img {
  width: 20px;
}

.com_faq_list {
  background: #F3F8FC;
  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;
}
.com_faq_list .item {
  padding: 0px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.com_faq_list .item .list {
  padding: 20px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.3px;
  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_faq_list .item .list::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_open_down.png);
  width: 10px;
  height: 10px;
  min-width: 10px;
  margin-left: 10px;
}
.com_faq_list .item .view {
  display: none;
  line-height: 1.57;
  border-top: 1px solid #DEE3E8;
}
.com_faq_list .item .view .file_area {
  padding-bottom: 10px;
  border-bottom: 1px solid #DEE3E8;
  padding: 10px 20px;
}
.com_faq_list .item .view .file_area .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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_faq_list .item .view .view_cont {
  padding: 15px 20px;
}
.com_faq_list .item .view .view_cont * {
  font-size: 14px !important;
}
.com_faq_list .item.active .list::after {
  transform: rotate(180deg);
}
.com_faq_list .item.active .view {
  display: block;
}