@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(../../common/fonts/NotoSansKR-Thin.eot);
  src: url(../../common/fonts/NotoSansKR-Thin.eot) format("embedded-opentype"), url(../../common/fonts/NotoSansKR-Thin.woff) format("woff"), url(../../common/fonts/NotoSansKR-Thin.otf) format(".otf");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 200;
  src: url(../../common/fonts/NotoSansKR-Light.eot);
  src: url(../../common/fonts/NotoSansKR-Light.eot) format("embedded-opentype"), url(../../common/fonts/NotoSansKR-Light.woff) format("woff"), url(../../common/fonts/NotoSansKR-Light.otf) format(".otf");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(../../common/fonts/NotoSansKR-DemiLight.eot);
  src: url(../../common/fonts/NotoSansKR-DemiLight.eot) format("embedded-opentype"), url(../../common/fonts/NotoSansKR-DemiLight.woff) format("woff"), url(../../common/fonts/NotoSansKR-DemiLight.otf) format(".otf");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(../../common/fonts/NotoSansKR-Regular.eot);
  src: url(../../common/fonts/NotoSansKR-Regular.eot) format("embedded-opentype"), url(../../common/fonts/NotoSansKR-Regular.woff) format("woff"), url(../../common/fonts/NotoSansKR-Regular.otf) format(".otf");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(../../common/fonts/NotoSansKR-Medium.eot);
  src: url(../../common/fonts/NotoSansKR-Medium.eot) format("embedded-opentype"), url(../../common/fonts/NotoSansKR-Medium.woff) format("woff"), url(../../common/fonts/NotoSansKR-Medium.otf) format(".otf");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(../../common/fonts/NotoSansKR-Bold.eot);
  src: url(../../common/fonts/NotoSansKR-Bold.eot) format("embedded-opentype"), url(../../common/fonts/NotoSansKR-Bold.woff) format("woff"), url(../../common/fonts/NotoSansKR-Bold.otf) format(".otf");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(../../common/fonts/NotoSansKR-Black.eot);
  src: url(../../common/fonts/NotoSansKR-Black.eot) format("embedded-opentype"), url(../../common/fonts/NotoSansKR-Black.woff) format("woff"), url(../../common/fonts/NotoSansKR-Black.otf) format(".otf");
}
@font-face {
  font-family: "Jalnan";
  font-style: normal;
  src: url(../../common/fonts/JalnanOTF00.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*/
}

html, a, button,
input, textarea {
  font-family: "Noto Sans KR", sans-serif, "Malgun Gothic", "맑은 고딕", Roboto, Arial;
}

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

html {
  height: 100vh;
  -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*/
}

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

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: #1D1D1B;
}

a:hover {
  text-decoration: none;
}

input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
select,
textarea {
  box-sizing: border-box;
  color: #1D1D1B;
  font-size: 14px;
  background: #fff;
  vertical-align: middle;
  height: 44px;
  padding-inline: 8px;
  border-radius: 5px;
  border: solid 1px #E6E6E6;
}

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

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

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

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

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 #EAEAEA;
  height: 44px;
  border-radius: 5px;
}

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

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

i {
  font-style: normal;
}

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

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

th {
  text-align: center;
}

td {
  text-align: left;
}

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

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

button:disabled {
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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: #C3C0C3;
  opacity: 1;
}

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

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

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

input:disabled:-ms-input-placeholder,
input[readonly]:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder {
  color: #C3C0C3;
  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;
}

main,
section,
article {
  display: block;
}

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

address {
  font-style: normal;
}

.svg_icon {
  transition: all 0.2s;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
.svg_icon.icon_cart {
  display: inline-block;
  width: 27px;
  min-width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'  fill='none'%3E%3Cpath stroke='%231D1D1B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.04 1.488h7.263l.92 16.985h13.425L25.04 5.687H9.223'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cellipse cx='11.888' cy='24.674' rx='1.747' ry='1.813'/%3E%3C/mask%3E%3Cpath fill='%231D1D1B' d='M11.635 24.674a.16.16 0 0 1 .048-.105.29.29 0 0 1 .205-.082v4c2.138 0 3.747-1.777 3.747-3.813h-4Zm.253-.187a.29.29 0 0 1 .204.082.16.16 0 0 1 .049.105h-4c0 2.036 1.608 3.813 3.747 3.813v-4Zm.253.187a.16.16 0 0 1-.049.106.291.291 0 0 1-.204.081v-4c-2.139 0-3.747 1.778-3.747 3.813h4Zm-.253.187a.291.291 0 0 1-.205-.08.16.16 0 0 1-.048-.107h4c0-2.035-1.609-3.813-3.747-3.813v4Z' mask='url(%23a)'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cellipse cx='19.431' cy='24.674' rx='1.747' ry='1.813'/%3E%3C/mask%3E%3Cpath fill='%231D1D1B' d='M19.178 24.674a.16.16 0 0 1 .048-.105.29.29 0 0 1 .205-.082v4c2.138 0 3.747-1.777 3.747-3.813h-4Zm.253-.187a.29.29 0 0 1 .204.082.16.16 0 0 1 .049.105h-4c0 2.036 1.608 3.813 3.747 3.813v-4Zm.253.187a.16.16 0 0 1-.049.106.291.291 0 0 1-.204.081v-4c-2.139 0-3.747 1.778-3.747 3.813h4Zm-.253.187a.291.291 0 0 1-.205-.08.16.16 0 0 1-.048-.107h4c0-2.035-1.609-3.813-3.747-3.813v4Z' mask='url(%23b)'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_push {
  display: inline-block;
  width: 28px;
  min-width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'  viewBox='0 0 28 28' fill='none'%3E%3Cpath stroke='%231D1D1B' stroke-width='2' d='M2.984 19.58a9.646 9.646 0 0 0 2.844-6.84V9.955a8.221 8.221 0 0 1 16.442 0v2.785a9.647 9.647 0 0 0 2.844 6.84'/%3E%3Cpath stroke='%231D1D1B' stroke-linecap='round' stroke-width='2' d='M18.539 22.256c0 2.473-2.016 4.478-4.502 4.478-2.486 0-4.502-2.005-4.502-4.478M1.738 19.58h25'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_mypage {
  display: inline-block;
  width: 30px;
  min-width: 30px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='27'  viewBox='0 0 30 27' fill='none'%3E%3Cpath stroke='%231D1D1B' stroke-linecap='round' stroke-width='2' d='M20.31 6.724c0 2.759-2.23 4.99-4.975 4.99a4.983 4.983 0 0 1-4.976-4.99c0-2.758 2.23-4.99 4.976-4.99a4.983 4.983 0 0 1 4.976 4.99ZM28.836 25.734c0-5.78-6.044-10.465-13.5-10.465s-13.5 4.685-13.5 10.465'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_bar {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'  fill='none'%3E%3Cpath stroke='%231D1D1B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 10h18M1 4h18M1 16h18'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_close {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'  fill='none'%3E%3Cpath stroke='%231D1D1B' stroke-linecap='round' stroke-linejoin='round' d='m3.332 12.668 9.333-9.333M12.664 12.668 3.331 3.335'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_arrow {
  display: inline-block;
  width: 11px;
  min-width: 11px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10' fill='none'%3E%3Cpath stroke='%231D1D1B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m3.833 8.334 3.333-3.125-3.333-3.125'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_search {
  display: inline-block;
  width: 25px;
  min-width: 25px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26'   viewBox='0 0 25 26' fill='none'%3E%3Cpath fill='%231D1D1B' stroke='%231D1D1B' d='m23.673 24.177-5.418-5.774c1.518-1.847 2.44-4.265 2.44-6.908C20.695 5.708 16.277 1 10.848 1 5.418 1 1 5.708 1 11.495c0 5.786 4.418 10.494 9.848 10.494 2.48 0 4.748-.982 6.481-2.6l5.418 5.774a.632.632 0 0 0 .462.204.634.634 0 0 0 .463-.204.73.73 0 0 0 0-.986ZM2.308 11.495c0-5.018 3.832-9.1 8.54-9.1 4.707 0 8.538 4.081 8.538 9.098 0 5.018-3.83 9.1-8.538 9.1s-8.54-4.081-8.54-9.098Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_delivery {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.7' d='M10.864 1.924v8.912m0 0c-2.45.003-1.206.007-3.656.01m3.656-.01h2.685M9.314.484H2.037a.97.97 0 0 0-.97.971V9.62c0 .672.586 1.216 1.31 1.216h.898m0 0a1.966 1.966 0 1 0 3.932 0 1.966 1.966 0 0 0-3.932 0Zm10.274 0a1.966 1.966 0 0 0 3.932 0m-3.932 0a1.966 1.966 0 0 1 3.932 0m0 0h.835a.75.75 0 0 0 .75-.751v-2.92c0-.881-.495-1.688-1.281-2.087l-.54-.274a1.9 1.9 0 0 1-.73-.655l-1.723-2.635A1.4 1.4 0 0 0 13.62.88h-2.756m5.076 5.024h-2.309a.504.504 0 0 1-.503-.503V2.05'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_location {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19' fill='none'%3E%3Cpath stroke='%231D1D1B' stroke-linecap='round' stroke-linejoin='round' stroke-width='.7' d='M5.356 8.345 3.54 8.94l-2.474 7.938 3.604-.444a.485.485 0 0 1 .199.017l3.49 1.045 4.476-1.125a.487.487 0 0 1 .298.02l4.032 1.606 1.901-8.204-4.002-1.92m-4.95-6.586a4.333 4.333 0 0 0-4.328 4.328c0 .433.152 1.035.451 1.79a.44.44 0 0 1 .039.096c.946 2.33 3.005 5.438 3.838 6.656.882-1.289 3.08-4.612 3.96-6.966a.5.5 0 0 1 .032-.088c.223-.614.336-1.115.336-1.487a4.333 4.333 0 0 0-4.328-4.328h0Zm0 6.713a2.397 2.397 0 0 1-2.395-2.394 2.397 2.397 0 0 1 2.395-2.395 2.397 2.397 0 0 1 2.394 2.395A2.397 2.397 0 0 1 10.114 8Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_price {
  display: inline-block;
  width: 19px;
  min-width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Ccircle cx='9.066' cy='9.643' r='8.65' stroke='%231D1D1B' stroke-width='.7'/%3E%3Cpath fill='%23000' d='m6.107 13.867-2.2-7.424h.464l1.996 6.795h.041l2.01-6.795h.451l2.01 6.782h.04l1.997-6.782h.465l-2.215 7.424h-.533L8.664 7.21h-.041l-1.969 6.658h-.547Z'/%3E%3Cpath fill='%23000' d='M3.387 9.41H13.9v.41H3.387v-.41Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_time {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19' fill='none'%3E%3Cpath stroke='%231D1D1B' stroke-linecap='round' stroke-linejoin='round' stroke-width='.7' d='M6.555 9.643h3.511V4.727m0-1.744V1.897m0 15.49v-1.085M4.3 6.312l-.94-.542m13.415 7.745-.94-.543m-11.535 0-.94.543M16.774 5.77l-.94.543M10.066.643c-4.962 0-9 4.037-9 9 0 4.962 4.034 8.996 8.991 9h.016c4.959-.004 8.993-4.041 8.993-9 0-4.96-4.037-9-9-9Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_plus {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'  fill='none'%3E%3Cpath fill='%231D1D1B' d='M9.344 4.195v2h-9v-2h9Z'/%3E%3Cpath fill='%231D1D1B' d='M5.843 9.695h-2v-9h2v9Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_minus {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='3' viewBox='0 0 10 3' fill='none'%3E%3Cpath fill='%23000' d='M9.344.195v2h-9v-2h9Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_like_off {
  display: inline-block;
  width: 23px;
  min-width: 23px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='21' viewBox='0 0 23 21' fill='none'%3E%3Cpath stroke='%231D1D1B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19.887 2.631a5.256 5.256 0 0 0-7.613 0L11.24 3.698l-1.033-1.067C8.089.467 4.68.467 2.573 2.631c-2.097 2.176-2.097 5.692 0 7.867l1.034 1.067 7.613 7.856 7.613-7.856 1.033-1.067c2.108-2.164 2.108-5.691 0-7.856l.02-.01Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_like_on {
  display: inline-block;
  width: 23px;
  min-width: 23px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='21' viewBox='0 0 23 21' fill='none'%3E%3Cpath fill='%231D1D1B' stroke='%231D1D1B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19.887 2.631a5.256 5.256 0 0 0-7.613 0L11.24 3.698l-1.033-1.067C8.089.467 4.68.467 2.573 2.631c-2.097 2.176-2.097 5.692 0 7.867l1.034 1.067 7.613 7.856 7.613-7.856 1.033-1.067c2.108-2.164 2.108-5.691 0-7.856l.02-.01Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_re {
  display: inline-block;
  width: 23px;
  min-width: 23px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='14' viewBox='0 0 23 14' fill='none'%3E%3Cpath fill='%231D1D1B' d='M22.5 7.206a1 1 0 0 1 0 1.732l-7.5 4.33a1 1 0 0 1-1.5-.866v-8.66a1 1 0 0 1 1.5-.866l7.5 4.33ZM10 8.072a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM4 8.072a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM4 2.072a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_pin {
  display: inline-block;
  width: 17px;
  min-width: 17px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cg stroke='%231D1D1B' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 6.666c0 4.667-6 8.667-6 8.667s-6-4-6-8.667a6 6 0 1 1 12 0Z'/%3E%3Cpath d='M8.5 8.666a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_user {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg stroke='%231D1D1B' stroke-linecap='round' stroke-width='1.5' stroke-linejoin='round'%3E%3Cpath d='M13.3333 14.5V13.1667C13.3333 12.4594 13.0524 11.7811 12.5523 11.281C12.0522 10.781 11.3739 10.5 10.6667 10.5H5.33334C4.62609 10.5 3.94782 10.781 3.44772 11.281C2.94762 11.7811 2.66667 12.4594 2.66667 13.1667V14.5'/%3E%3Cpath d='M7.99999 7.83333C9.47275 7.83333 10.6667 6.63943 10.6667 5.16667C10.6667 3.69391 9.47275 2.5 7.99999 2.5C6.52724 2.5 5.33333 3.69391 5.33333 5.16667C5.33333 6.63943 6.52724 7.83333 7.99999 7.83333Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_clock {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg stroke='%231D1D1B' stroke-linecap='round' stroke-width='1.5' stroke-linejoin='round'%3E%3Cpath d='M8 14.6667C11.6819 14.6667 14.6667 11.6819 14.6667 8.00001C14.6667 4.31811 11.6819 1.33334 8 1.33334C4.3181 1.33334 1.33333 4.31811 1.33333 8.00001C1.33333 11.6819 4.3181 14.6667 8 14.6667Z'/%3E%3Cpath d='M8 4V8L10.6667 9.33333'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_cart.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'  fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.04 1.488h7.263l.92 16.985h13.425L25.04 5.687H9.223'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cellipse cx='11.888' cy='24.674' rx='1.747' ry='1.813'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='M11.635 24.674a.16.16 0 0 1 .048-.105.29.29 0 0 1 .205-.082v4c2.138 0 3.747-1.777 3.747-3.813h-4Zm.253-.187a.29.29 0 0 1 .204.082.16.16 0 0 1 .049.105h-4c0 2.036 1.608 3.813 3.747 3.813v-4Zm.253.187a.16.16 0 0 1-.049.106.291.291 0 0 1-.204.081v-4c-2.139 0-3.747 1.778-3.747 3.813h4Zm-.253.187a.291.291 0 0 1-.205-.08.16.16 0 0 1-.048-.107h4c0-2.035-1.609-3.813-3.747-3.813v4Z' mask='url(%23a)'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cellipse cx='19.431' cy='24.674' rx='1.747' ry='1.813'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='M19.178 24.674a.16.16 0 0 1 .048-.105.29.29 0 0 1 .205-.082v4c2.138 0 3.747-1.777 3.747-3.813h-4Zm.253-.187a.29.29 0 0 1 .204.082.16.16 0 0 1 .049.105h-4c0 2.036 1.608 3.813 3.747 3.813v-4Zm.253.187a.16.16 0 0 1-.049.106.291.291 0 0 1-.204.081v-4c-2.139 0-3.747 1.778-3.747 3.813h4Zm-.253.187a.291.291 0 0 1-.205-.08.16.16 0 0 1-.048-.107h4c0-2.035-1.609-3.813-3.747-3.813v4Z' mask='url(%23b)'/%3E%3C/svg%3E");
}
.svg_icon.icon_push.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'  viewBox='0 0 28 28' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M2.984 19.58a9.646 9.646 0 0 0 2.844-6.84V9.955a8.221 8.221 0 0 1 16.442 0v2.785a9.647 9.647 0 0 0 2.844 6.84'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M18.539 22.256c0 2.473-2.016 4.478-4.502 4.478-2.486 0-4.502-2.005-4.502-4.478M1.738 19.58h25'/%3E%3C/svg%3E");
}

.png_icon {
  vertical-align: top;
}
.png_icon.icon_facebook {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_facebook.png);
  width: 24px;
  min-width: 24px;
  height: 24px;
}

a.com_btn:hover {
  cursor: pointer;
}

.com_btn {
  padding: 0 15px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  letter-spacing: normal;
  box-sizing: border-box;
  white-space: nowrap;
  font-weight: 500;
  line-height: initial;
  gap: 5px;
}
.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: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.com_btn__wrap.bottom {
  margin-top: 30px;
}
.com_write + .com_btn__wrap.bottom {
  margin-top: 50px;
}
@media screen and (max-width: 1023.9px) {
  .com_write + .com_btn__wrap.bottom {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_btn__wrap.bottom {
    margin-top: 20px;
  }
  .com_btn__wrap.bottom .com_btn {
    flex: 1;
  }
}
.com_btn__wrap.bottom.has_border {
  border-top: 1px solid #EAEAEA;
  margin-top: 20px;
  padding-top: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn__wrap.bottom.has_border {
    padding-top: 20px;
  }
}
.com_btn__wrap + .com_list {
  margin-top: 50px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn__wrap + .com_list {
    margin-top: 30px;
  }
}
.com_btn.full {
  width: 100%;
  min-width: 100%;
}
.com_btn.extend {
  flex: 1;
}
.com_btn.point {
  background-color: #E72528;
  color: #fff;
}
.com_btn.gray {
  background: #EAEAEA;
  color: #666;
}
.com_btn.black {
  background-color: #1D1D1B;
  color: #fff;
}
.com_btn.kakao {
  background-color: #FFE600;
  color: #252726;
}
.com_btn.naver {
  background-color: #49B75B;
  color: #fff;
}
.com_btn.line {
  background: #fff;
  border: 1px solid #E72528;
  color: #E72528;
}
.com_btn.line.gray {
  border: 1px solid #666;
  background: #EEE;
  color: #1D1D1B;
}
.com_btn.line.black {
  background: #fff;
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
}
.com_btn.line.active {
  background-color: #E72528;
  color: #fff;
}
.com_btn.l {
  height: 55px;
  font-size: 18px;
  min-width: 150px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.l {
    height: 44px;
    font-size: 16px;
  }
}
.com_btn.m {
  height: 44px;
  font-size: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.m {
    font-size: 14px;
  }
}
.com_btn.s {
  height: 34px;
  font-size: 14px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.s {
    height: 30px;
    font-size: 13px;
  }
}
.com_btn.xs {
  height: 28px;
  font-size: 14px;
}
.com_btn.xxs {
  height: 23px;
  font-size: 12px;
}
.com_btn.icon {
  padding: 0;
  aspect-ratio: 1/1;
}

/*!페이징 << < > >> */
.com_paging {
  margin-top: 20px;
  text-align: center;
}
.com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
  min-width: 42px;
  height: 42px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 0;
}
@media screen and (max-width: 767.9px) {
  .com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
    min-width: 32px;
    height: 32px;
  }
}
.com_paging :is(.btn_first, .btn_prev, .btn_next, .btn_last) img {
  height: 12px;
}
.com_paging :is(.btn_first, .btn_prev) {
  transform: rotate(180deg);
}
.com_paging .btn_prev {
  margin-right: 0px;
}
@media screen and (max-width: 767.9px) {
  .com_paging .btn_prev {
    margin-right: 4px;
  }
}
.com_paging .btn_next {
  margin-left: 0px;
}
@media screen and (max-width: 767.9px) {
  .com_paging .btn_next {
    margin-right: 4px;
  }
}
.com_paging .btn_page {
  line-height: inherit;
}
.com_paging .btn_page.active {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.com_paging .btn_page.disabled {
  cursor: auto;
  opacity: 0.4;
}
.com_list__btns + .com_paging {
  border-top: 1px solid #EAEAEA;
  padding-top: 50px;
}
@media screen and (max-width: 1023.9px) {
  .com_list__btns + .com_paging {
    padding-top: 15px;
  }
}

.sec-paging {
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}
.sec-paging :is(.pg-btn, .btn-page) {
  min-width: 42px;
  height: 42px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 0;
}
@media screen and (max-width: 767.9px) {
  .sec-paging :is(.pg-btn, .btn-page) {
    min-width: 32px;
    height: 32px;
  }
}
.sec-paging .pg-btn {
  background-image: url("../img/arrow_right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  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: 0px;
}
@media screen and (max-width: 767.9px) {
  .sec-paging .group-prev {
    margin-right: 4px;
  }
}
.sec-paging .group-next {
  margin-left: 0px;
}
@media screen and (max-width: 767.9px) {
  .sec-paging .group-next {
    margin-right: 4px;
  }
}
.sec-paging .btn-page {
  line-height: inherit;
  cursor: pointer;
}
.sec-paging .btn-page.active {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.com_tab {
  position: relative;
}
@media screen and (min-width: 1023.9px) {
  .com_tab {
    border-bottom: 1px solid #1D1D1B;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_tab {
    margin-bottom: 20px;
  }
}
.com_tab .option {
  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;
}
@media screen and (max-width: 1023.9px) {
  .com_tab .option {
    border-radius: 0 0 5px 5px;
    border: 1px solid #EAEAEA;
    flex-direction: column;
    font-size: 15px;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    top: 45px;
    z-index: 5;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
.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;
  flex: 1;
  font-weight: 700;
}
@media screen and (min-width: 1023.9px) {
  .com_tab .tab {
    border-radius: 5px 5px 0 0;
    border: 1px solid #EAEAEA;
    border-bottom: none;
    background: #F8F8F8;
    font-size: 16px;
    height: 50px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_tab .tab {
    font-size: 14px;
    padding: 5px 20px;
    width: 100%;
    justify-content: flex-start;
    font-weight: 400;
  }
  .com_tab .tab:hover {
    background-color: #F8F8F8 !important;
  }
}
.com_tab .tab.active {
  border-color: #1D1D1B;
  background-color: #fff;
  position: relative;
}
.com_tab .tab.active:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  text-align: center;
  line-height: 1px;
  background-color: #fff;
  color: #fff;
  position: absolute;
  bottom: -1px;
}
@media screen and (min-width: 1023.9px) {
  .com_tab .selected {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_tab .selected {
    border-radius: 5px;
    border: 1px solid #1D1D1B;
    background: #FFF;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    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;
    z-index: 6;
  }
  .com_tab .selected:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 10px;
    min-width: 10px;
    height: 10px;
    border: solid #1D1D1B;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    margin-bottom: 3px;
  }
}
.com_tab_contents {
  display: none;
}
.com_tab_contents.active {
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .com_tab.open .option {
    height: auto;
    visibility: visible;
    padding-block: 10px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}

.com_tab_sub {
  padding: 0 0 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_tab_sub {
    padding: 0 0 20px;
  }
}
.com_tab_sub .option {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023.9px) {
  .com_tab_sub .option {
    margin-bottom: -10px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-face-color: transparent;
    /*스크롤*/
    scrollbar-highlight-color: transparent;
    /*하이라이트*/
    scrollbar-3dlight-color: transparent;
    /*왼쪽외곽음영*/
    scrollbar-darkshadow-color: transparent;
    /*오른쪽외곽음영*/
    scrollbar-shadow-color: transparent;
    /*오른쪽 안쪽음영*/
    scrollbar-arrow-color: transparent;
    /*화살*/
    scrollbar-track-color: transparent;
    /*스크롤영역*/
  }
  .com_tab_sub .option::-webkit-scrollbar {
    opacity: 0;
    width: 0;
    height: 0;
  }
}
.com_tab_sub .option .tab {
  position: relative;
  color: #999;
  font-weight: 700;
  font-size: 16px;
  padding: 0 40px;
  margin-bottom: 10px;
}
.com_tab_sub .option .tab:not(:last-of-type) {
  position: relative;
}
.com_tab_sub .option .tab:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 14px;
  margin-inline: 0;
  background: #EAEAEA;
  cursor: default;
}
.com_tab_sub .option .tab:not(:last-of-type):after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.com_tab_sub .option .tab.active {
  color: #E72528;
}
@media screen and (max-width: 1023.9px) {
  .com_tab_sub .option .tab {
    font-size: 14px;
    padding: 0 10px;
    white-space: nowrap;
  }
  .com_tab_sub .option .tab:nth-child(4):before {
    display: none;
  }
}

.com_tab_round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.com_tab_round .item {
  width: 180px;
}
.com_tab_round .item:first-child {
  margin-right: 3px;
}
.com_tab_round .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;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  width: 100%;
  height: 55px;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #666;
  background-color: #EAEAEA;
}
.com_tab_round .tab.active {
  color: #fff;
  background-color: #E72528;
}
@media screen and (max-width: 1023.9px) {
  .com_tab_round .item {
    flex: 1 0 0;
    width: 100%;
  }
  .com_tab_round .tab {
    font-size: 16px;
    height: 44px;
  }
}

.com_category {
  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: 3px;
}
.com_category .tab {
  border-radius: 5px;
  background: #EAEAEA;
  height: 44px;
  min-width: 100px;
  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;
  color: #666;
  font-size: 18px;
}
@media screen and (max-width: 1023.9px) {
  .com_category .tab {
    font-size: 16px;
    height: 36px;
    min-width: 80px;
  }
}
.com_category .tab.active {
  color: #fff;
  background-color: #E72528;
}

@media screen and (min-width: 1023.9px) {
  .com_category_sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    padding-block: 27px 29px;
    border-bottom: 1px solid #EAEAEA;
    gap: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_category_sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    gap: 20px;
    margin-bottom: 14px;
    padding-block: 15px 10px;
    max-height: none;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-face-color: #E8E8E8; /*스크롤*/
    scrollbar-highlight-color: #7A7A7A; /*하이라이트*/
    scrollbar-3dlight-color: #E8E8E8; /*왼쪽외곽음영*/
    scrollbar-darkshadow-color: #E8E8E8; /*오른쪽외곽음영*/
    scrollbar-shadow-color: #E8E8E8; /*오른쪽 안쪽음영*/
    scrollbar-arrow-color: #E8E8E8; /*화살*/
    scrollbar-track-color: #E8E8E8; /*스크롤영역*/
    max-width: 100%;
  }
  .com_category_sub::-webkit-scrollbar { /*스크롤바*/
    width: 8px;
    height: 8px;
  }
  .com_category_sub::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
    width: 0px;
    height: 0px;
  }
  .com_category_sub::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
    background-color: #7A7A7A;
    background-clip: padding-box;
    border-radius: 5px;
  }
  .com_category_sub::-webkit-scrollbar-track { /*스크롤바 진행줄*/
    background-color: #E8E8E8;
  }
  .com_category_sub::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
    background-color: #E8E8E8;
  }
}
.com_category_sub .tab {
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 1023.9px) {
  .com_category_sub .tab {
    font-size: 18px;
  }
}
.com_category_sub .tab.active {
  font-weight: 700;
  border-bottom: 2px solid #000;
}

.com_chk {
  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;
  gap: 10px;
  cursor: pointer;
  line-height: initial;
}
@media screen and (max-width: 1023.9px) {
  .com_chk {
    gap: 5px;
  }
}
.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;
  gap: 10px 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.com_chk input[type=checkbox], .com_chk input[type=radio] {
  display: inline-block;
  padding-right: 0;
  height: 18px;
}
.com_chk input[type=checkbox]::before, .com_chk input[type=radio]::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  cursor: pointer;
}
.com_chk input[type=checkbox]:checked::before, .com_chk input[type=radio]:checked::before {
  background: #E72528 url("../img/chk_on.png") no-repeat center/10px auto;
  border-color: #E72528;
}
.com_chk input[type=checkbox]:disabled, .com_chk input[type=radio]:disabled {
  opacity: 0.4;
}
.com_chk.circle {
  position: relative;
  margin: 0;
}
.com_chk.circle input::before {
  background: url("../img/radio_off.png") no-repeat center/contain;
  border: 0;
}
.com_chk.circle input:checked::before {
  background-image: url("../img/radio_on.png");
  background-size: 18px auto;
  background-color: transparent;
}

.com_chk_btn .btn {
  height: 34px;
  padding-inline: 15px;
  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;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  background: #EAEAEA;
  border-radius: 5px;
  cursor: pointer;
  line-height: initial;
  gap: 10px;
}
.com_chk_btn input:checked + .btn {
  color: #666;
  background-color: #FFE5E5;
}
.com_chk_btn.has_chk .btn::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  cursor: pointer;
}
.com_chk_btn.has_chk.circle .btn::before {
  background: url("../img/radio_off.png") no-repeat center/contain;
  border: 0;
}
.com_chk_btn.has_chk.circle input:checked + .btn:before {
  background-image: url("../img/radio_on.png");
  background-size: 18px auto;
  background-color: transparent;
}
.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: 10px;
}

.com_switch {
  width: 40px;
  height: 20px;
  display: inline-block;
  -webkit-appearance: none;
  background-color: #C5C5C5;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  cursor: pointer;
}
.com_switch__wrap {
  position: relative;
}
.com_switch:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.com_switch:checked[type=checkbox] {
  background-color: #E72528;
  transition: all 0.3s ease;
}
.com_switch:checked[type=checkbox]:after {
  left: 22px;
  transition: all 0.3s ease;
  border: none;
}

.com_btn_like {
  cursor: pointer;
}
.com_btn_like input + .btn {
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  height: 55px;
  width: 55px;
  font-size: 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;
}
@media screen and (max-width: 1023.9px) {
  .com_btn_like input + .btn {
    height: 44px;
    width: 44px;
  }
}
.com_btn_like input + .btn:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 21px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='21' viewBox='0 0 23 21' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19.887 2.631a5.256 5.256 0 0 0-7.613 0L11.24 3.698l-1.033-1.067C8.089.467 4.68.467 2.573 2.631c-2.097 2.176-2.097 5.692 0 7.867l1.034 1.067 7.613 7.856 7.613-7.856 1.033-1.067c2.108-2.164 2.108-5.691 0-7.856l.02-.01Z'/%3E%3C/svg%3E");
  background-size: cover;
}
.com_btn_like input:checked + .btn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='21' viewBox='0 0 23 21' fill='none'%3E%3Cpath fill='%23E72528' stroke='%23E72528' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19.887 2.631a5.256 5.256 0 0 0-7.613 0L11.24 3.698l-1.033-1.067C8.089.467 4.68.467 2.573 2.631c-2.097 2.176-2.097 5.692 0 7.867l1.034 1.067 7.613 7.856 7.613-7.856 1.033-1.067c2.108-2.164 2.108-5.691 0-7.856l.02-.01Z'/%3E%3C/svg%3E");
}

[class^=com_btn_calc] {
  display: inline-block;
  position: relative;
  border-radius: 100%;
  background: #F2F2F2;
  font-size: 0;
}
[class^=com_btn_calc]:before, [class^=com_btn_calc]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  margin-top: -1px;
  border-radius: 2px;
  background: #1D1D1B;
}
[class^=com_btn_calc]:before {
  content: "";
}
[class^=com_btn_calc].m {
  width: 32px;
  height: 32px;
}
[class^=com_btn_calc].m:before, [class^=com_btn_calc].m:after {
  width: 12px;
  margin-left: -6px;
}
[class^=com_btn_calc].s {
  width: 24px;
  height: 24px;
}
[class^=com_btn_calc].s:before, [class^=com_btn_calc].s:after {
  width: 10px;
  margin-left: -5px;
}

.com_btn_calc_add:after {
  transform: rotate(90deg);
  content: "";
}

.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;
  background: #fff;
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  margin-inline: auto;
  z-index: 101;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(31, 39, 62, 0.24);
}
.com_popup .pop_container.l {
  width: 1040px;
}
.com_popup .pop_container.s {
  width: 450px;
}
.com_popup .content_container {
  padding-bottom: 15px;
  padding-inline: 20px;
  max-height: calc(95vh - 140px);
  overflow-x: visible;
  overflow-y: auto;
  scrollbar-face-color: #E8E8E8; /*스크롤*/
  scrollbar-highlight-color: #7A7A7A; /*하이라이트*/
  scrollbar-3dlight-color: #E8E8E8; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: #E8E8E8; /*오른쪽외곽음영*/
  scrollbar-shadow-color: #E8E8E8; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: #E8E8E8; /*화살*/
  scrollbar-track-color: #E8E8E8; /*스크롤영역*/
  text-align: left;
  /*스크롤바*/
  /*스크롤바 버튼(아래 위 화살표)*/
  /*스크롤바 핸들*/
  /*스크롤바 진행줄*/
  /*진행줄에서 핸들로 덮이지 않은 영역 */
}
.com_popup .content_container::-webkit-scrollbar { /*스크롤바*/
  width: 8px;
  height: 8px;
}
.com_popup .content_container::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.com_popup .content_container::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #7A7A7A;
  background-clip: padding-box;
  border-radius: 5px;
}
.com_popup .content_container::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background-color: #E8E8E8;
}
.com_popup .content_container::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: #E8E8E8;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .content_container {
    padding-inline: 15px;
    padding-bottom: 15px;
  }
}
.com_popup .content_container::-webkit-scrollbar {
  opacity: 0;
  width: 10px;
  height: 10px;
}
.com_popup .content_container::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.com_popup .content_container::-webkit-scrollbar-thumb {
  background-color: #999;
  background-clip: padding-box;
}
.com_popup .content_container::-webkit-scrollbar-track {
  background-color: #F8F8F8;
}
.com_popup .content_container::-webkit-scrollbar-track-piece {
  background-color: #F8F8F8;
}
.com_popup .content_container::-webkit-scrollbar-corner {
  background: #F8F8F8;
}
.com_popup .btn_container {
  position: relative;
  padding: 15px 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.com_popup .btn_container .com_btn {
  min-width: 100px;
}
.com_popup .pop_tit {
  padding-block: 30px 20px;
  margin-inline: 20px;
  font-size: 20px;
  font-weight: 700;
  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;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .pop_tit {
    padding-block: 20px 20px;
    margin-inline: 15px;
  }
}
.com_popup .pop_tit.has_border {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.com_popup .pop_tit .icon_mypage {
  width: 22px;
  min-width: 22px;
}
.com_popup .btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url("../img/icon_del.png") no-repeat center/100% auto;
}
@media screen and (max-width: 767.9px) {
  .com_popup .btn_close {
    top: 7px;
    right: 7px;
    width: 13px;
  }
}
.com_popup.type_alert .pop_container {
  width: 300px;
}
.com_popup.type_alert .content_container {
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  padding-top: 30px;
  padding-bottom: 10px;
}
.com_popup.type_alert .content_container.has_pop_tit {
  padding-top: 0;
}
.com_popup.type_alert .tit {
  font-size: 17px;
  font-weight: 600;
}
.com_popup.type_alert .tit.msg {
  font-size: 15px;
}
.com_popup.type_alert .conts:not(:first-child) {
  margin-top: 10px;
}
.com_popup.type_alert .txt {
  padding: 10px;
}
.com_popup .detail_search {
  border-top: 1px solid #1D1D1B;
  margin-bottom: 25px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .detail_search {
    border-bottom: 1px solid #EAEAEA;
  }
  .com_popup .detail_search colgroup {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_popup .detail_search tr {
    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_popup .detail_search tr td {
    height: auto;
    visibility: visible;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    padding-block: 15px;
  }
  .com_popup .detail_search tr th:after {
    transform: rotate(-45deg);
    margin-bottom: 0;
    margin-top: 3px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
.com_popup .detail_search th, .com_popup .detail_search td {
  border-bottom: 1px solid #EAEAEA;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .detail_search th, .com_popup .detail_search td {
    border-bottom: none;
  }
}
.com_popup .detail_search th {
  background-color: #F8F8F8;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .detail_search th {
    padding: 11px 15px;
    font-size: 14px;
    text-align: left;
    border-block: 1px solid #EAEAEA;
  }
}
.com_popup .detail_search td {
  padding: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .detail_search td .only_pc {
    display: none;
  }
}
.com_popup .detail_search td .select {
  width: 150px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .detail_search td .select {
    width: 100%;
  }
}
.com_popup .detail_search td .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;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .detail_search td .input_wrap {
    gap: 5px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .com_popup .detail_search td .input_wrap .com_btn {
    margin-left: auto;
  }
  .com_popup .detail_search td .input_wrap .order_last {
    order: 10;
  }
}
.com_popup .detail_search td .search_input {
  width: 300px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .detail_search td .search_input {
    width: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_popup .detail_search td .input.date {
    flex: 1;
    width: calc((100% - 10px - 56px) / 2);
  }
}
.com_popup .detail_search td .input.num {
  width: 100px;
}
.com_popup .detail_search td .com_btn {
  min-width: 100px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .detail_search td .com_btn {
    min-width: 56px;
  }
}
.com_popup .list {
  border-top: 1px solid #1D1D1B;
}
.com_popup .list thead th {
  background-color: #F8F8F8;
}
.com_popup .list th, .com_popup .list td {
  font-size: 15px;
  padding: 15px;
  border-bottom: 1px solid #EAEAEA;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .list th, .com_popup .list td {
    font-size: 14px;
  }
}
.com_popup .list th:not(:first-child), .com_popup .list td:not(:first-child) {
  border-left: 1px solid #EAEAEA;
}
.com_popup .list .total {
  font-weight: 700;
}
.com_popup .list .total th, .com_popup .list .total td {
  background-color: #FFF3F3;
}
.com_popup .terms_wrap {
  padding: 20px 0;
  border-top: 1px solid #252726;
}
.com_popup .terms_wrap + .chk_area {
  padding: 20px 0;
  border-top: 1px solid #EAEAEA;
}
.com_popup .terms_wrap + .chk_area:last-child {
  border-bottom: 1px solid #EAEAEA;
}
@media screen and (min-width: 1023.9px) {
  .com_popup.popup_oder .pop_container {
    width: 800px;
  }
}
.com_popup.popup_oder .btn_container .com_btn {
  width: 120px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup.popup_oder .btn_container .com_btn {
    width: 100%;
  }
}
.com_popup.type_map {
  display: flex;
  left: -200%;
  width: 100vw;
}
.com_popup.type_map .bg_close {
  left: -200%;
  width: 100vw;
}
.com_popup.type_map.active {
  left: 0;
}
.com_popup.type_map.active .bg_close {
  left: 0;
}

.pop_change_child .child_list {
  border-bottom: 1px solid #EAEAEA;
  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;
}
.pop_change_child .child_list .com_chk {
  background-color: #F8F8F8;
  padding: 15px;
}
.pop_change_child .child_list b {
  font-size: 15px;
}
.pop_change_child .child_list .franchise_name {
  margin-left: auto;
}

.pop_delivery .delivery_state {
  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;
  gap: 70px;
}
@media screen and (max-width: 1023.9px) {
  .pop_delivery .delivery_state {
    gap: 35px;
  }
}
.pop_delivery .delivery_state:before {
  content: "";
  display: inline-block;
  width: 70%;
  height: 1px;
  text-align: center;
  line-height: 1px;
  background-color: #EAEAEA;
  color: #fff;
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.pop_delivery .delivery_state .state {
  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;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  position: relative;
  z-index: 2;
  text-align: center;
}
.pop_delivery .delivery_state .state .icon {
  width: 60px;
  height: 60px;
  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: 60px;
  background-color: #F2F2F2;
}
.pop_delivery .delivery_state .state .icon img {
  width: 60%;
}
.pop_delivery .delivery_state .state.active .icon {
  background-color: #FFE5E5;
}
.pop_delivery .delivery_notice {
  padding: 15px 0px;
  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;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  background-color: #F8F8F8;
  margin-top: 20px;
}
.pop_delivery .delivery_product {
  margin-top: 25px;
  overflow: hidden;
  padding: 20px;
  border-block: 1px solid #EAEAEA;
}
.pop_delivery .delivery_product .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  aspect-ratio: auto;
  margin-right: 15px;
  float: left;
}
.pop_delivery .delivery_product .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pop_delivery .delivery_product .thumb > img, .pop_delivery .delivery_product .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.pop_delivery .delivery_product .tit_field {
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
}
.pop_delivery .delivery_product .option_field {
  color: #666;
  margin-block: 5px 13px;
}
.pop_delivery .delivery_product .code_field {
  color: #666;
  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;
}
.pop_delivery .delivery_product + .delivery_product {
  border-top: none;
  margin-top: 0;
}
.pop_delivery .delivery_detail {
  margin-top: 25px;
  position: relative;
  padding-inline: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EAEAEA;
  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_delivery .delivery_detail:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 70%;
  text-align: center;
  line-height: 70%;
  background-color: #EAEAEA;
  color: #fff;
  position: absolute;
  left: 25px;
  top: 0;
  z-index: 1;
}
.pop_delivery .delivery_detail .item:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  background-color: #666;
  color: #fff;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}

.pop_order_exchange .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;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  margin-bottom: 25px;
}
.pop_order_exchange .com_chk_btn__wrap .btn {
  min-width: 120px;
}
.pop_order_exchange .cancel_container {
  margin-bottom: 25px;
}
.pop_order_exchange .com_input_sec:last-of-type {
  margin-top: 25px;
}

.pop_school .pop_container {
  width: 450px;
}
.pop_school .content_container {
  padding-bottom: 5px;
}
.pop_school .search_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;
  gap: 10px;
  margin-bottom: 20px;
}
.pop_school .search_area .input {
  flex-grow: 1;
}
.pop_school .search_area .btn_search {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: #f2f2f2;
}
.pop_school .search_area .btn_search .icon_search {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.pop_school .list thead th {
  background: none;
  border-bottom-color: #252726;
  font-weight: 600;
}
.pop_school .list thead th + th {
  border-left: none;
}
.pop_school .list td + td {
  border-left: none;
  text-align: left;
}

.pop_product_detail .com_center_wrap {
  width: 100% !important;
  margin-inline: auto !important;
}
.pop_product_detail .com_detail .product_top {
  justify-content: center;
}
@media screen and (max-width: 1023.9px) {
  .pop_product_detail .pop_container {
    height: 100vh;
    width: 100vw;
    border-radius: 0;
    max-width: none;
  }
  .pop_product_detail .content_container {
    max-height: calc(100vh - 137px);
  }
}

main {
  padding-block: 110px 80px;
  min-height: 70vh;
}
@media screen and (max-width: 1023.9px) {
  main {
    padding-block: 80px 60px;
    min-height: auto;
  }
}

.com_center_wrap {
  width: 1230px;
  margin: 0 auto;
}
@media screen and (max-width: 1299.9px) {
  .com_center_wrap {
    width: auto;
    margin-inline: 20px;
  }
}

.com_layout_col {
  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;
}
@media screen and (max-width: 1023.9px) {
  .com_layout_col {
    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: 16px;
  }
}
.com_layout_col .tit_area {
  width: 100%;
  padding-block: 20px;
  font-style: normal;
  font-weight: 700;
  border: 1px solid #EAEAEA;
  background: #F8F8F8;
  text-align: center;
}
@media screen and (min-width: 1023.9px) {
  .com_layout_col .tit_area {
    margin-bottom: 26px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_layout_col .tit_area {
    font-size: 15px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_layout_col .inner {
    width: 50%;
    align-self: stretch;
  }
  .com_layout_col .inner:first-of-type {
    border-right: 1px solid #EAEAEA;
    padding-right: 16px;
  }
  .com_layout_col .inner:last-of-type {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_layout_col .inner {
    width: 100%;
  }
}

.head {
  background: #FFF;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  height: 110px;
  padding-inline: 100px;
  padding-top: 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;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}
@media screen and (max-width: 1910px) {
  .head {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head {
    height: 80px;
  }
  .head:after {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 100vh;
    text-align: center;
    line-height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: fixed;
    left: -200%;
    top: 0;
    z-index: 11;
  }
  .head:before {
    content: "";
    display: inline-block;
    width: calc(100% - 75px);
    height: 100vh;
    text-align: center;
    line-height: 100vh;
    background-color: #fff;
    color: #fff;
    position: fixed;
    right: -200%;
    top: 0;
    z-index: 12;
  }
}
.head .logo {
  margin-bottom: 30px;
}
.head .logo img {
  width: 115px;
}
@media screen and (max-width: 1299.9px) {
  .head .logo img {
    width: 70px;
  }
}
.head .gnb {
  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: 50px;
  margin-left: 190px;
}
@media screen and (max-width: 1910px) {
  .head .gnb {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1599.9px) {
  .head .gnb {
    gap: 25px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head .gnb {
    position: absolute;
    z-index: 13;
    padding-top: 20px;
    margin-left: 0;
    flex-direction: column;
    gap: 50px;
    right: -150%;
    width: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .head .gnb .menu {
    width: 100%;
  }
}
.head .gnb .menu {
  font-size: 20px;
  font-weight: 800;
}
@media screen and (max-width: 1299.9px) and (min-width: 1023.9px) {
  .head .gnb .menu {
    font-size: 16px;
  }
}
.head_link_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: 48px;
}
@media screen and (max-width: 1599.9px) {
  .head_link_area {
    gap: 20px;
  }
}
@media screen and (max-width: 1299.9px) and (min-width: 1023.9px) {
  .head_link_area {
    gap: 10px;
  }
}
.head_link_area .link {
  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;
}
.head_link_area .link.txt {
  font-size: 18px;
  font-weight: 800;
}
@media screen and (max-width: 1299.9px) {
  .head_link_area .link.txt {
    font-size: 11px;
  }
}
.head_link_area .link .push_box {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #E72528;
  min-width: 21px;
  height: 21px;
  border-radius: 30px;
  position: absolute;
  padding-inline: 3px;
  top: -8px;
  left: 17px;
  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;
}
@media screen and (max-width: 1299.9px) and (min-width: 1023.9px) {
  .head_link_area .link .push_box {
    min-width: 13px;
    height: 13px;
    font-size: 10px;
    top: -3px;
    left: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head_link_area .link .push_box {
    min-width: 17px;
    height: 17px;
    left: 10px;
    font-size: 11px;
  }
}
.head_link_area .link.bar {
  transform: rotate(180deg);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media screen and (min-width: 1023.9px) {
  .head_link_area .link.bar {
    display: none;
  }
}
@media screen and (max-width: 1299.9px) {
  .head_link_area .link .svg_icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head_link_area .link.mypage, .head_link_area .link.txt, .head_link_area .link.join {
    display: none;
  }
}
.head_link_area .login_info {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  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;
}
@media screen and (max-width: 1299.9px) {
  .head_link_area .login_info {
    font-size: 13px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head_link_area .login_info {
    display: none;
  }
}
.head_link_area .login_info .my {
  margin-right: 10px;
}
@media screen and (max-width: 1299.9px) {
  .head_link_area .login_info .my:after {
    margin-inline: 5px;
  }
}
.head_link_area .login_info .child {
  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: 10px;
}
.head_link_area .login_info .child .selected {
  padding-block: 10px;
}
.head_link_area .login_info .child:hover {
  cursor: pointer;
}
.head_link_area .login_info .child .layer {
  position: absolute;
  top: 35px;
  z-index: 2;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  display: none;
}
.head_link_area .login_info .child .layer .option {
  padding: 5px 10px;
  width: 100%;
}
@media screen and (max-width: 1299.9px) {
  .head_link_area .login_info .child .layer .option {
    font-size: 12px;
  }
}
.head_link_area .login_info .child .layer .option:hover {
  background-color: #f5f5f5;
}
.head_link_area .login_info .child.active .layer {
  display: block;
}
.head_link_area_m {
  position: absolute;
  z-index: 13;
  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;
  padding-block: 10px 40px;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 1023.9px) {
  .head_link_area_m {
    display: none;
  }
}
.head_link_area_m > * {
  position: relative;
  margin-left: -7px;
  font-size: 15px;
}
.head_link_area_m > *::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3px;
  height: 3px;
  margin-inline: 7px;
  background: #E72528;
  border-radius: 3px;
  vertical-align: middle;
  cursor: default;
}
@media screen and (max-width: 1023.9px) {
  .head.active {
    display: block;
    gap: 0;
  }
  .head.active:after {
    left: 0;
  }
  .head.active:before {
    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 {
    position: relative;
    right: 0;
    width: calc(100% + 40px);
    min-width: calc(100% + 40px);
    margin-left: -20px;
    visibility: visible;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    padding-left: 110px;
    max-height: calc(100vh - 90px);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-face-color: #E8E8E8; /*스크롤*/
    scrollbar-highlight-color: #7A7A7A; /*하이라이트*/
    scrollbar-3dlight-color: #E8E8E8; /*왼쪽외곽음영*/
    scrollbar-darkshadow-color: #E8E8E8; /*오른쪽외곽음영*/
    scrollbar-shadow-color: #E8E8E8; /*오른쪽 안쪽음영*/
    scrollbar-arrow-color: #E8E8E8; /*화살*/
    scrollbar-track-color: #E8E8E8; /*스크롤영역*/
  }
  .head.active .gnb::-webkit-scrollbar { /*스크롤바*/
    width: 8px;
    height: 8px;
  }
  .head.active .gnb::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
    width: 0px;
    height: 0px;
  }
  .head.active .gnb::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
    background-color: #7A7A7A;
    background-clip: padding-box;
    border-radius: 5px;
  }
  .head.active .gnb::-webkit-scrollbar-track { /*스크롤바 진행줄*/
    background-color: #E8E8E8;
  }
  .head.active .gnb::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
    background-color: #E8E8E8;
  }
  .head.active .link.cart {
    position: absolute;
    left: 105px;
    top: 30px;
    z-index: 13;
  }
  .head.active .link.push {
    position: absolute;
    top: 30px;
    z-index: 13;
    left: 105px;
  }
  .head.active .cart + .link.push {
    left: 143px;
  }
  .head.active .link.bar {
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 13;
    transform: rotate(90deg);
    -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 .link.bar .svg_icon.icon_bar {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'  fill='none'%3E%3Cpath stroke='%231D1D1B' stroke-linecap='round' stroke-linejoin='round' d='m3.332 12.668 9.333-9.333M12.664 12.668 3.331 3.335'/%3E%3C/svg%3E");
  }
  .head.active .head_link_area_m {
    position: relative;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}

.footer {
  border-top: 1px solid #EEE;
  padding: 50px 100px 67px;
  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;
}
@media screen and (max-width: 1910px) {
  .footer {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1023.9px) {
  .footer {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023.9px) {
  .footer {
    flex-direction: column;
    padding: 25px 20px;
  }
}
.footer_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;
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 1023.9px) {
  .footer_link_area {
    margin-top: 47px;
    width: 100%;
    justify-content: center;
  }
}
.footer_link_area .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;
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 600;
}
.footer_link_area .link:not(:last-of-type) {
  position: relative;
}
.footer_link_area .link:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 14px;
  margin-inline: 20px;
  background: #EAEAEA;
  cursor: default;
}
.footer_right_area {
  margin-left: auto;
  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;
  align-self: flex-end;
}
@media screen and (max-width: 1023.9px) {
  .footer_right_area {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}
.footer_right_area .com_btn img {
  margin-left: 15px;
  margin-top: 3px;
}
.footer .logo {
  margin-right: 27px;
  align-self: flex-start;
}
@media screen and (max-width: 1023.9px) {
  .footer .logo {
    width: 100%;
    text-align: center;
  }
}
.footer .logo img {
  width: 115px;
}
.footer .address {
  color: #55555A;
  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: 0 15px;
  line-height: 1.8;
  flex: 1;
}
.footer .address .nice {
  margin-top: 20px;
}
@media screen and (max-width: 1023.9px) {
  .footer .address {
    width: 100%;
  }
  .footer .address .footer_link_area {
    order: 1;
  }
  .footer .address .nice {
    order: 2;
    margin-block: 10px 30px;
  }
  .footer .address p {
    order: 3;
  }
}
.footer .address .copy {
  width: 100%;
}
@media screen and (min-width: 1023.9px) {
  .footer .address .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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0px 20px;
    width: 100%;
  }
  .footer .address .info_area > * {
    width: calc((100% - 20px * 1) / 2);
    min-width: calc((100% - 20px * 1) / 2);
  }
}
@media screen and (max-width: 1023.9px) {
  .footer .address .info_area {
    order: 2;
    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;
  }
}
.footer .address .info_area .inner {
  overflow: hidden;
}
.footer .address .info_area .inner > * {
  float: left;
  margin-right: 30px;
}
.footer .address .info_area .inner .footer__tel {
  clear: left;
}
.footer .address .info_area .address_field {
  width: 100%;
}
.footer .sns {
  margin-top: 22px;
  gap: 15px;
  width: 240px;
  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;
}
@media screen and (max-width: 1023.9px) {
  .footer .sns {
    width: 100%;
    justify-content: center;
  }
}
.footer .sns img {
  width: 46px;
}

.com_point_txt {
  color: #E72528 !important;
}

.com_red_txt {
  color: #E72528 !important;
}

.com_pg_tit {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  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;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit {
    font-size: 16px;
    order: 2;
  }
}
.com_pg_tit:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/bullet.png);
  width: 20px;
  min-width: 20px;
  height: 23px;
  margin-right: 8px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit:before {
    width: 18px;
    height: 18px;
  }
}
.com_pg_tit__wrap {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap {
    margin-bottom: 20px;
  }
}
.com_pg_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;
  height: 85px;
  gap: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap > * {
    height: auto;
    padding-block: 19px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap .com_btn {
    order: 3;
    margin-left: auto;
  }
}
.com_pg_tit__wrap .search_area {
  margin-left: auto;
  border-radius: 10px;
  background: #F4F4F4;
  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;
  gap: 5px;
  width: 430px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap .search_area {
    order: 1;
    width: 100%;
  }
}
.com_pg_tit__wrap .search_area .input {
  flex: 1;
  padding: 0;
  background-color: transparent;
  border: none;
}
.com_pg_tit__wrap .search_area .input::-webkit-input-placeholder {
  color: #4A4A4A;
}
.com_pg_tit__wrap .search_area .input:-ms-input-placeholder {
  color: #4A4A4A;
}
.com_pg_tit__wrap .search_area .input::-ms-input-placeholder {
  color: #4A4A4A;
}
.com_pg_tit__wrap .search_area .input::placeholder {
  color: #4A4A4A;
}
.com_pg_tit__wrap .search_area .input:-ms-input-placeholder {
  color: #4A4A4A;
}
.com_pg_tit__wrap .search_area .btn_search {
  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;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap .search_area .btn_search .svg_icon {
    background-size: 70%;
  }
}
.com_pg_tit__wrap .sub_tit {
  position: relative;
  margin-left: 10px;
  color: #666;
  font-size: 20px;
  font-weight: 700;
}
.com_pg_tit__wrap .sub_tit:before {
  position: absolute;
  top: 50%;
  left: -15px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: #D9D9D9;
  content: "";
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap .sub_tit {
    order: 2;
    margin-left: 5px;
    font-size: 15px;
  }
  .com_pg_tit__wrap .sub_tit:before {
    left: -10px;
    height: 12px;
  }
}

.com_sec_tit {
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 1023.9px) {
  .com_sec_tit {
    margin-bottom: 15px;
  }
}
.com_sec_tit .tit {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1023.9px) {
  .com_sec_tit .tit {
    font-size: 18px;
  }
}
.com_sec_tit.has_opt {
  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_sec_tit.has_opt .tit {
  flex-shrink: 0;
}
.com_sec_tit.has_opt .tit + * {
  width: auto;
  height: 34px;
}
.com_sec_tit.has_opt .select {
  margin-left: 20px;
}
.com_sec_tit.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_sec_tit {
  margin-top: 60px;
}
@media screen and (max-width: 1023.9px) {
  * + .com_sec_tit {
    margin-top: 30px;
  }
}
.com_tab_sub + .com_sec_tit {
  margin-top: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_tab_sub + .com_sec_tit {
    margin-top: 20px;
  }
}
.com_sec_tit.calindar {
  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-bottom: 0;
}
.com_sec_tit.calindar .icon_calindar {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: url("../img/svg/icon_calendar.svg") no-repeat center/auto;
}
.com_sec_tit.calindar .heading {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .com_sec_tit.calindar .heading {
    font-size: 14px;
  }
}
.com_sec_tit.calindar .tit {
  font-weight: 700;
  letter-spacing: -0.36px;
}
@media screen and (min-width: 1023.9px) {
  .com_sec_tit.calindar .tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_sec_tit.calindar {
    margin-bottom: 20px;
  }
}
.com_sec_tit.sale {
  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-bottom: 0;
}
.com_sec_tit.sale .icon_sale {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: url("../img/svg/icon_sale.svg") no-repeat center/auto;
}
.com_sec_tit.sale .heading {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .com_sec_tit.sale .heading {
    font-size: 14px;
  }
}
.com_sec_tit.sale .tit {
  font-weight: 700;
  letter-spacing: -0.36px;
}
@media screen and (min-width: 1023.9px) {
  .com_sec_tit.sale .tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_sec_tit.sale {
    margin-bottom: 20px;
  }
}

.com_sec_tit_row {
  align-items: center;
}
@media screen and (min-width: 1023.9px) {
  .com_sec_tit_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;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
  }
}

.com_terms {
  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;
}
.com_terms dt {
  font-weight: 600;
}
.com_terms dd {
  color: #666666;
  line-height: 1.4;
}

/*common input form*/
.com_input_sec {
  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_input_sec .tit_field {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .tit_field {
    font-size: 15px;
  }
}
.com_input_sec .input_field {
  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;
}
@media screen and (min-width: 1023.9px) {
  .com_input_sec .input_field + .tit_field {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field + .tit_field {
    margin-top: 10px;
  }
}
.com_input_sec .input_field .com_btn {
  min-width: 100px;
}
.com_input_sec .input_field .tit_field {
  margin-right: 30px;
}
.com_input_sec .input_field .com_chk {
  font-size: 15px;
}
.com_input_sec .icon_must {
  color: #E72528;
  font-size: 16px;
  font-weight: 700;
  margin-left: 5px;
}
.com_input_sec .error_txt {
  color: #E72528;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .error_txt {
    font-size: 12px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_input_sec .error_txt + .tit_field {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .error_txt + .tit_field {
    margin-top: 10px;
  }
}
.com_input_sec .inner_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;
  padding: 25px;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  gap: 10px;
  background: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .inner_field {
    padding: 15px;
  }
}
.com_input_sec .inner_field .tit_field {
  font-weight: 400;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .inner_field .input_field .com_btn {
    min-width: 50px;
  }
}
.com_input_sec .cancel_price_field {
  border-radius: 5px;
  border: 1px solid #EAEAEA;
  background: #F8F8F8;
  padding: 12px 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;
  margin-top: 0px;
}
.com_input_sec .cancel_price_field .price {
  font-weight: 600;
}
.com_input_sec .info_box_field {
  background: #F8F8F8;
  padding: 15px;
  line-height: 1.4;
}
.com_input_sec + .com_input_sec {
  margin-top: 25px;
}
.com_order_list + .com_input_sec {
  margin-top: 25px;
}
.com_input_sec .child_info_field + .child_info_field {
  margin-top: 10px;
}

.com_school_serach {
  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 !important;
  text-align: left;
  gap: 5px;
}
.com_school_serach__inner {
  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;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .com_school_serach__inner {
    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_school_serach__inner *, .com_school_serach__inner .com_btn {
    width: 100% !important;
    max-width: none !important;
  }
}
.com_school_serach .chg_shool {
  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_agree:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_agree:not(:first-child) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_agree:not(:first-child) {
    margin-top: 5px;
  }
}
.com_agree .terms {
  padding: 25px 15px;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.com_agree_list {
  border-bottom: 1px solid #EAEAEA;
}
.com_agree_list .com_chk {
  font-size: 15px;
  vertical-align: top;
}
@media screen and (max-width: 1023.9px) {
  .com_agree_list .com_chk {
    font-size: 14px;
  }
}
.com_agree_list > .chk_area {
  padding: 15px 0;
}
.com_agree_list > .chk_area .com_chk {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_agree_list > .chk_area .com_chk {
    font-size: 15px;
  }
}
.com_agree_list .conts_area {
  padding: 25px 0;
}
@media screen and (max-width: 1023.9px) {
  .com_agree_list .conts_area {
    padding: 15px 0;
  }
}
.com_agree_list .conts_area:not(:first-child) {
  border-top: 1px solid #EAEAEA;
}
.com_agree_list .chk_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.com_agree_list .chk_list .chk_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;
}
.com_agree_list .chk_list .com_chk {
  gap: 0;
}
.com_agree_list .chk_list .btn_view {
  font-size: 13px;
  color: #E72528;
  text-decoration: underline;
}
@media screen and (max-width: 1023.9px) {
  .com_agree_list .chk_list .btn_view {
    font-size: 12px;
  }
}
.com_agree_list .chk_list input[type=checkbox],
.com_agree_list .chk_list input[type=radio] {
  margin-right: 10px;
}
.com_agree_list .chk_list [class^=option] {
  margin-right: 2px;
}
.com_agree_list .option_must {
  color: #E72528;
}
.com_agree_list.type_box {
  border: 1px solid #EAEAEA;
  padding: 0 20px;
  margin-top: 20px;
}

.com_add_file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.com_add_file .btn_del_thumb {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url("../img/icon_del.png") #E8E8E8 center center no-repeat;
  background-size: 9px auto;
  font-size: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
}
.com_add_file .blind {
  display: none;
}
.com_add_file .input_form {
  flex: 1; /* input_form이 남은 공간을 꽉 채울 수 있도록 설정 */
}
.com_add_file .input_form .input {
  border: 1px solid #ddd;
  margin-left: 0;
  padding-inline: 10px;
}
.com_add_file .input_form + .com_btn {
  min-height: 44px;
}
@media screen and (min-width: 575.9px) {
  .com_add_file .input_form + .com_btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 575.9px) {
  .com_add_file .input_form + .com_btn {
    margin: 0 0 0 10px;
  }
}
.com_add_file .com_btn {
  flex: 0; /* com_btn이 필요한 만큼의 공간만 차지하도록 설정 */
}
.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;
}

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

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

/*로딩중*/
.com_loading::before {
  content: "";
  display: inline-block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  width: 40px;
  height: 40px;
  background-image: url("../img/loadingCircle.gif");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9999;
  border-radius: 100%;
}
.com_loading:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: var(--vh);
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
}

.note-toolbar {
  position: relative !important;
}

.com_list {
  border-top: 5px solid #1D1D1B;
  background-color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_list {
    border-width: 3px;
  }
}
.com_list th, .com_list td {
  word-break: break-all;
}
.com_list th {
  text-align: center;
  font-weight: 600;
}
.com_list td {
  text-align: center;
}
.com_list td.alignL {
  text-align: left;
}
.com_list td.tit_field {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 1023.9px) {
  .com_list td.tit_field {
    font-size: 15px;
  }
}
.com_list td.tit_field .option {
  color: #666;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 1023.9px) {
  .com_list td.tit_field .option {
    margin-top: 6px;
    font-size: 13px;
  }
}
.com_list td .product_thumb {
  margin-inline: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 87px;
  min-width: 87px;
  aspect-ratio: 1;
}
.com_list td .product_thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_list td .product_thumb > img, .com_list td .product_thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_list td .product_thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    min-width: 70px;
    aspect-ratio: 1;
  }
  .com_list td .product_thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_list td .product_thumb > img, .com_list td .product_thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_list td .product_thumb .school_name {
  width: 100%;
  height: 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;
  background-color: #F1F2F4;
  color: #CBCBCB;
  text-align: center;
  font-family: "Jalnan", "Pretendard", serif;
  font-style: normal;
  font-weight: 700;
  word-break: break-all;
  padding-inline: 5px;
}
.com_list td .product_thumb + .com_btn {
  margin-top: 5px;
}
.com_list td .order_btns {
  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: 5px;
}
.com_list td .order_btns .btn_up {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  min-width: 10px;
  height: 10px;
  border: solid #1D1D1B;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
  margin-top: 3px;
}
.com_list td .order_btns .btn_down {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  min-width: 10px;
  height: 10px;
  border: solid #1D1D1B;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  margin-bottom: 3px;
}
@media screen and (min-width: 1023.9px) {
  .com_list td .btn_delivery {
    margin-top: 10px;
  }
}
.com_list td .delivery_no {
  color: #1D1D1B;
  font-size: 14px;
  height: 36px;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #EAEAEA;
  background-color: #fff;
  display: block;
}
.com_list td .delivery_no + .btn_area {
  padding-top: 10px;
}
.com_list td .input {
  width: 100%;
  height: 36px;
}
.com_list td .com_btn {
  padding-inline: 10px;
}
.com_list td.btn_field .com_btn {
  flex: 1;
}
@media screen and (min-width: 1023.9px) {
  .com_list td.mobile, .com_list td .mobile {
    display: none;
  }
}
.com_list td.thumb_field {
  text-align: center;
}
.com_list th, .com_list td {
  border-bottom: 1px solid #EAEAEA;
  padding: 20px 10px;
  font-size: 15px;
}
@media screen and (min-width: 1023.9px) {
  .com_list.m_block_type .summary_tit, .com_list.m_block_type .m_th {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list.m_block_type thead, .com_list.m_block_type colgroup {
    display: none;
  }
  .com_list.m_block_type table, .com_list.m_block_type tbody {
    display: block;
  }
  .com_list.m_block_type table, .com_list.m_block_type tbody, .com_list.m_block_type tr, .com_list.m_block_type th, .com_list.m_block_type td {
    width: 100%;
  }
  .com_list.m_block_type tr {
    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;
    position: relative;
  }
  .com_list.m_block_type th, .com_list.m_block_type td {
    font-size: 14px;
    width: 100%;
  }
  .com_list.m_block_type td {
    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;
    gap: 10px;
    align-self: stretch;
    text-align: left;
  }
  .com_list.m_block_type td.pc, .com_list.m_block_type td .pc {
    display: none;
  }
  .com_list.m_block_type .m_th {
    font-weight: 700;
  }
  .com_list.m_block_type .tit_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;
    align-items: flex-start;
    border-bottom: none;
  }
  .com_list.m_block_type .tit_field .option {
    margin-top: 0;
  }
  .com_list.m_block_type .chk_field {
    border: none;
    width: 48px;
    padding-inline: 15px;
  }
  .com_list.m_block_type .summary_field {
    background-color: #F8F8F8;
    border-bottom: none;
    padding-block: 6px;
  }
  .com_list.m_block_type .summary_field .summary_tit {
    color: #666;
    position: relative;
    width: 77px;
    min-width: 77px;
    text-align: left;
    font-size: 13px;
    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_list.m_block_type .summary_field .summary_tit::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 3px;
    height: 3px;
    margin-inline: 5px;
    background: #D9D9D9;
    border-radius: 3px;
    vertical-align: middle;
    cursor: default;
  }
  .com_list.m_block_type .summary_field .summary_tit:before {
    margin-left: 0;
  }
  .com_list.m_block_type .summary_field .summary_info {
    flex: 1;
  }
  .com_list.m_block_type .summary_field.first {
    border-top: 1px solid #EAEAEA;
    padding-top: 23px;
  }
  .com_list.m_block_type .summary_field.last {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 23px;
  }
  .com_list.m_block_type .thumb_field {
    border-bottom: none;
    width: 90px;
    padding-left: 0;
  }
  .com_list.m_block_type .thumb_field + .tit_field {
    width: calc(100% - 133px);
    padding-inline: 0;
    border-bottom: none;
  }
  .com_list.m_block_type .thumb_field.has_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;
  }
  .com_list.m_block_type .thumb_field.has_btn .com_btn {
    width: 100%;
  }
  .com_list.m_block_type .btn_field {
    background-color: #F8F8F8;
    width: 100%;
  }
  .com_list.m_block_type .btn_field .com_btn__wrap {
    width: 100%;
  }
  .com_list.m_block_type .btn_field .com_btn {
    flex: 1;
  }
  .com_list.board_type {
    display: block;
  }
  .com_list.board_type thead {
    display: none;
  }
  .com_list.board_type tbody {
    display: block;
  }
  .com_list.board_type tr {
    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;
    position: relative;
    padding: 28px 10px;
    border-bottom: 1px solid #EAEAEA;
  }
  .com_list.board_type td {
    padding: 0;
    border-bottom: none;
    text-align: left;
  }
  .com_list.board_type td.chk_field {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .com_list.board_type td.tit_field {
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .com_list.board_type td.sub_field {
    font-size: 12px;
    color: #666;
  }
  .com_list.board_type td.sub_field + .sub_field {
    position: relative;
    margin-left: 10px;
    padding-left: 11px;
  }
  .com_list.board_type td.sub_field + .sub_field:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 8px;
    background: #EAEAEA;
    content: "";
  }
  .com_list.board_type td.num_field {
    display: none;
  }
}
.com_list__btns {
  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;
  gap: 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_list__btns {
    margin-top: 20px;
    padding-inline: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list__btns {
    margin-top: 15px;
  }
}
.com_list__btns .com_btn {
  min-width: 130px;
}
@media screen and (max-width: 1023.9px) {
  .com_list__btns .com_btn {
    min-width: auto;
    flex: 1;
    padding-inline: 5px;
  }
}
.com_list__btns.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  padding: 0;
}
.com_list__btns + .com_list {
  margin-top: 50px;
}
@media screen and (max-width: 1023.9px) {
  .com_list__btns + .com_list {
    margin-top: 30px;
  }
}
.com_list.sale_list .btn_order_info {
  cursor: pointer;
}
@media screen and (max-width: 1023.9px) {
  .com_list.sale_list .chk_field {
    order: -1;
  }
  .com_list.sale_list .tit_field {
    order: -1;
    width: calc(100% - 50px);
    padding-left: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list.sale_list .summary_field .summary_tit {
    width: 105px;
    min-width: 105px;
  }
}
.com_list_tip {
  font-size: 15px;
  margin-top: 20px;
  color: #666;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .com_list_tip {
    font-size: 14px;
    margin-top: 20px;
  }
}
.com_list_tip + .com_paging, .com_list_tip + .sec-paging {
  margin-top: 50px;
}
@media screen and (max-width: 1023.9px) {
  .com_list_tip + .com_paging, .com_list_tip + .sec-paging {
    margin-top: 30px;
  }
}
.com_list.inquery_list .status {
  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: 5px;
  border-radius: 5px;
  margin: auto;
  width: fit-content;
  min-width: 70px;
  background-color: #F2F2F2;
  color: #666;
}
@media screen and (max-width: 1023.9px) {
  .com_list.inquery_list .status {
    font-size: 12px;
    width: 60px;
    padding: 4px 8px;
  }
}
.com_list.inquery_list .status.on {
  background-color: #FFE6E6;
  color: #E72528;
}
.com_list.inquery_list .tit_field {
  text-align: left;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_list.inquery_list .num_field {
    display: none;
  }
  .com_list.inquery_list .category_field {
    order: -1;
    flex: 0 0 auto;
    width: fit-content;
    border-bottom: none;
    padding-bottom: 0;
    color: #666;
    font-size: 13px;
  }
  .com_list.inquery_list .status_field {
    order: -1;
    flex: 0 0 auto;
    width: fit-content;
    margin-left: auto;
    border-bottom: none;
    padding-bottom: 0;
    margin-right: 0;
  }
  .com_list.inquery_list .tit_field {
    order: 0;
    font-weight: 600;
    font-size: 15px;
    border-bottom: none;
  }
}

.com_write {
  border-top: 5px solid #1D1D1B;
}
@media screen and (max-width: 1023.9px) {
  .com_write {
    border-width: 3px;
  }
}
.com_write th, .com_write td {
  border-bottom: 1px solid #EAEAEA;
}
@media screen and (max-width: 1023.9px) {
  .com_write th, .com_write td {
    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;
  }
}
.com_write th {
  background-color: #F8F8F8;
  padding: 15px 15px;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_write th {
    font-size: 14px;
    padding: 17px 5px;
  }
}
.com_write td {
  padding: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 1023.9px) {
  .com_write td {
    min-height: 50px;
    padding: 8px 15px;
  }
}
.com_write td .input, .com_write td .select {
  width: calc(100% - 130px);
}
@media screen and (max-width: 1023.9px) {
  .com_write td .input, .com_write td .select {
    width: 100%;
  }
}
.com_write td .input.full, .com_write td .select.full {
  width: 100% !important;
}
.com_write td .tip_txt {
  margin-top: 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: 5px;
}
.com_write td .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;
  gap: 10px;
}
.com_write td .input_wrap.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;
  align-items: flex-start;
}
.com_write td .textarea {
  min-height: 270px;
}
@media screen and (max-width: 1023.9px) {
  .com_write td .textarea {
    min-height: 200px;
  }
}
.com_write td .has_td_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;
}
@media screen and (max-width: 1023.9px) {
  .com_write td .has_td_tit {
    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;
    align-items: flex-start;
  }
}
.com_write td .td_tit {
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_write td .td_tit {
    width: 90px;
    font-size: 15px;
    position: relative;
    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: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    margin-right: 20px;
  }
  .com_write td .td_tit::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 1px;
    height: 12px;
    margin-inline: 10px;
    background: #EAEAEA;
    cursor: default;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_write td .td_tit {
    width: 100%;
    font-size: 13px;
  }
}
.com_write td .pay_info_txt {
  font-size: 14px;
  color: #666;
}
.com_write td .child_info_field {
  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 0;
}
.com_write td .child_info_field .tit_field {
  flex-shrink: 0;
  width: 150px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_write td .child_info_field .tit_field {
    width: 100%;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_write td .child_info_field .tit_field + .input_wrap {
    width: 380px;
  }
}
.com_write td .child_info_field .input_field {
  width: calc(100% - 150px);
}
@media screen and (max-width: 1023.9px) {
  .com_write td .child_info_field .input_field {
    width: 100%;
  }
}
.com_write td .child_info_field .btn_add_child {
  width: 100%;
}
.com_write .add_img {
  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;
  text-align: center;
  width: 100px;
  max-width: 121px;
}
@media screen and (min-width: 1023.9px) {
  .com_write .add_img:not(:last-child) {
    border-right: 1px solid #EAEAEA;
    padding-right: 20px;
    width: 121px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_write .add_img:nth-of-type(2n) {
    border-left: 1px solid #EAEAEA;
    padding-left: 20px;
    width: 121px;
  }
}
.com_write .add_img .img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  min-width: 100px;
  aspect-ratio: auto;
  background: url(../img/no_img.jpg) no-repeat center/cover;
}
.com_write .add_img .img > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_write .add_img .img > img, .com_write .add_img .img > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_write .add_img__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_write .add_img__wrap {
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.com_write .category_set {
  width: 221px;
}
@media screen and (min-width: 1023.9px) {
  .com_write .category_set:not(:last-of-type) {
    border-right: 1px solid #EAEAEA;
    padding-right: 20px;
    width: 240px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_write .category_set {
    width: 100%;
  }
  .com_write .category_set:not(:first-child) {
    border-top: 1px solid #EAEAEA;
    padding-top: 10px;
  }
}
.com_write .category_set .category_txt {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}
.com_write .category_set .box {
  height: 200px;
  max-height: 200px;
  overflow-x: visible;
  overflow-y: auto;
  scrollbar-face-color: #E8E8E8; /*스크롤*/
  scrollbar-highlight-color: #7A7A7A; /*하이라이트*/
  scrollbar-3dlight-color: #E8E8E8; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: #E8E8E8; /*오른쪽외곽음영*/
  scrollbar-shadow-color: #E8E8E8; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: #E8E8E8; /*화살*/
  scrollbar-track-color: #E8E8E8; /*스크롤영역*/
  border: 1px solid #EAEAEA;
  padding: 15px 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;
  gap: 5px;
  border-radius: 5px;
}
.com_write .category_set .box::-webkit-scrollbar { /*스크롤바*/
  width: 8px;
  height: 8px;
}
.com_write .category_set .box::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.com_write .category_set .box::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #7A7A7A;
  background-clip: padding-box;
  border-radius: 5px;
}
.com_write .category_set .box::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background-color: #E8E8E8;
}
.com_write .category_set .box::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: #E8E8E8;
}
.com_write .category_set .box .option {
  padding-inline: 17px;
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .com_write .category_set .box .option {
    padding-inline: 10px;
  }
}
.com_write .category_set .box .option:hover {
  cursor: pointer;
}
.com_write .category_set .box .option input + .txt {
  font-weight: 600;
  padding: 8px 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_write .category_set .box .option input + .txt:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 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;
  background-color: #C5C5C5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m3.833 8.334 3.333-3.125-3.333-3.125'/%3E%3C/svg%3E");
  background-size: 10px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.com_write .category_set .box .option input:checked + .txt {
  color: #E72528;
  background-color: #E72528;
  border-radius: 5px;
  background: #FFF3F3;
}
.com_write .category_set .box .option input:checked + .txt:after {
  background-color: #E72528;
}
.com_write .category_set__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_write .category_set__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;
    align-items: flex-start;
  }
}
.com_write .selected_category {
  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_write .selected_category .category_txt {
  font-size: 13px;
  color: #666;
  position: relative;
}
.com_write .selected_category .category_txt::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 8px;
  background: #EAEAEA;
  cursor: default;
}
.com_write .selected_category .selected {
  font-size: 15px;
}
.com_write .selected_category:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 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;
  background-color: #C5C5C5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m3.833 8.334 3.333-3.125-3.333-3.125'/%3E%3C/svg%3E");
  background-size: 10px auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-inline: 10px;
}
.com_write .selected_category__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;
}
@media screen and (max-width: 1023.9px) {
  .com_write .selected_category__wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px 0;
  }
}
.com_write .selected_category__wrap .btn_del {
  margin-left: 30px;
}
@media screen and (min-width: 1023.9px) {
  .com_write .postcode .input {
    width: 160px;
  }
}
.com_write .address_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;
}
@media screen and (max-width: 1023.9px) {
  .com_write .address_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;
    align-items: flex-start;
    gap: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_write table, .com_write tbody {
    display: block;
  }
  .com_write colgroup {
    display: none;
  }
  .com_write th {
    width: 80px;
  }
  .com_write td {
    width: calc(100% - 80px);
  }
  .com_write th, .com_write td {
    align-self: stretch;
  }
  .com_write tr {
    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;
  }
  .com_write .m_block_type {
    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_write .m_block_type th {
    width: 100%;
  }
  .com_write .m_block_type td {
    width: 100%;
  }
  .com_write .m_table_type {
    display: table-row;
  }
  .com_write .m_table_type th, .com_write .m_table_type td {
    display: table-cell;
    height: 50px;
  }
}
.com_popup .com_write {
  border-top-width: 1px;
}
.com_write .postpop {
  width: 100%;
}
.com_write .postpop > *, .com_write .postpop iframe {
  min-width: auto !important;
}

.com_order_list {
  border-top: 5px solid #1D1D1B;
}
@media screen and (max-width: 1023.9px) {
  .com_order_list {
    border-width: 3px;
  }
}
.com_order_list .item {
  padding: 20px 15px;
  position: relative;
  border-bottom: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_order_list .item {
    padding-inline: 15px;
  }
}
.com_order_list .item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  min-width: 140px;
  aspect-ratio: auto;
}
.com_order_list .item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_order_list .item .thumb > img, .com_order_list .item .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_order_list .item .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    min-width: 70px;
    aspect-ratio: auto;
  }
  .com_order_list .item .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_order_list .item .thumb > img, .com_order_list .item .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_order_list .item .thumb + .product_info {
  padding-top: 14px;
}
@media screen and (max-width: 1023.9px) {
  .com_order_list .item .thumb + .product_info {
    padding-top: 5px;
  }
}
.com_order_list .item .product_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;
}
.com_order_list .item .product_info .product_field {
  font-size: 15px;
  font-weight: 600;
}
.com_order_list .item .product_info .option_field {
  color: #666;
  margin-top: 5px;
}
.com_order_list .item .product_info .price_field {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
}
.com_order_list .item .product_info .sate {
  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: 6px;
  width: 100px;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 0;
  margin-bottom: 16px;
}
.com_order_list .item .product_info .sate.shipment {
  background-color: #FFE5E5;
  color: #E72528;
}
@media screen and (max-width: 1023.9px) {
  .com_order_list .item .product_info .sate {
    font-size: 12px;
    padding: 5px 0;
    width: 84px;
  }
}
.com_order_list .option_item {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 25px;
}
.com_write .com_order_list {
  width: calc(100% + 30px);
  min-width: calc(100% + 30px);
  margin-left: -15px;
  margin-block: -15px;
  border: none;
}
.com_write .com_order_list .item:last-child {
  border-bottom: none;
}
.com_popup .com_order_list {
  border-top-width: 1px;
}

.com_detail_search {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail_search {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_detail_search .table {
    border-bottom: 1px solid #EAEAEA;
  }
  .com_detail_search .table colgroup {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_detail_search tr {
    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_detail_search tr.open td {
    height: auto;
    visibility: visible;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    padding-block: 15px;
  }
  .com_detail_search tr.open th:after {
    transform: rotate(-45deg);
    margin-bottom: 0;
    margin-top: 3px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
.com_detail_search th, .com_detail_search td {
  border-block: 1px solid #EAEAEA;
}
@media screen and (max-width: 1023.9px) {
  .com_detail_search th, .com_detail_search td {
    border: 1px solid #EAEAEA;
    border-bottom: none;
  }
}
.com_detail_search th {
  background-color: #F8F8F8;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_detail_search th {
    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: 11px 20px;
    font-size: 14px;
  }
  .com_detail_search th:hover {
    cursor: pointer;
  }
  .com_detail_search th:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 10px;
    min-width: 10px;
    height: 10px;
    border: solid #1D1D1B;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    margin-bottom: 3px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
.com_detail_search td {
  padding: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail_search td {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    padding-block: 0;
  }
}
.com_detail_search td .select {
  width: 150px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail_search td .select {
    width: 100%;
  }
}
.com_detail_search td .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;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail_search td .input_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.com_detail_search td .search_input {
  width: 300px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail_search td .search_input {
    width: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_detail_search td .input.date {
    flex: 1;
    width: 100px;
  }
}
.com_detail_search td .input.num {
  width: 100px;
}
.com_detail_search td .com_btn {
  min-width: 100px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail_search td .com_btn {
    min-width: 56px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_detail_search .search_btn_area {
    position: absolute;
    right: 20px;
    bottom: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_detail_search .search_btn_area {
    margin-top: 20px;
  }
}
.com_detail_search .search_btn_area .com_btn {
  min-width: 100px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail_search .search_btn_area .com_btn {
    width: 100%;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_detail_search.sale_search td .select {
    width: 150px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_detail_search.sale_search td .select.width_lg {
    width: 364px;
  }
}
.com_detail_search.sale_search .pick_date {
  display: flex;
  gap: 5px;
  width: 100%;
}
.com_detail_search.sale_search .pick_date .btn_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: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  background-color: #eaeaea;
  padding: 0 15px;
  color: #666;
  height: 44px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
}
@media screen and (max-width: 767.9px) {
  .com_detail_search.sale_search .pick_date .btn_date {
    padding-inline: 10px;
    flex: 1;
  }
}
.com_detail_search.sale_search .pick_date .btn_date.active {
  background-color: #E72528;
  color: #fff;
}

.com_qna {
  border-top: 5px solid #222;
  border-bottom: 1px solid #CECECE;
}
.com_qna .q {
  padding: 20px 11px;
}
.com_qna .q:not(:first-of-type) {
  border-top: 1px solid #CECECE;
}
.com_qna .a {
  border-top: 1px solid #F2F2F2;
  padding: 20px 11px 20px 43px;
  position: relative;
}
.com_qna .a:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='14' viewBox='0 0 23 14' fill='none'%3E%3Cpath fill='%239e9e9e' d='M22.5 7.206a1 1 0 0 1 0 1.732l-7.5 4.33a1 1 0 0 1-1.5-.866v-8.66a1 1 0 0 1 1.5-.866l7.5 4.33ZM10 8.072a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM4 8.072a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM4 2.072a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z'/%3E%3C/svg%3E");
  position: absolute;
  left: 11px;
  top: 20px;
}
.com_qna .writer_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;
  margin-bottom: 15px;
}
.com_qna .writer_info .id {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1023.9px) {
  .com_qna .writer_info .id {
    font-size: 14px;
  }
}
.com_qna .writer_info .type {
  border-radius: 2px;
  border: 1px solid #1D1D1B;
  background: #FFF;
  height: 25px;
  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: 7px;
  font-weight: 500;
}
.com_qna .writer_info .date {
  color: #8D8D8D;
}
@media screen and (max-width: 1023.9px) {
  .com_qna .writer_info .date {
    font-size: 13px;
  }
}
.com_qna .writer_info .completed {
  margin-left: auto;
  border-radius: 5px;
  background: #F2F2F2;
  padding: 5px 10px;
  height: 28px;
  font-size: 15px;
  color: #666;
}

.com_board_filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.com_board_filter .select {
  max-width: 140px;
  margin-bottom: 10px;
  height: 34px;
}

.com_board_btns {
  margin-top: 45px;
}
@media screen and (min-width: 1023.9px) {
  .com_board_btns {
    position: relative;
    text-align: center;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board_btns {
    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-wrap: wrap;
    margin-top: 15px;
  }
}
.com_board_btns .com_btn {
  width: 100px;
}
@media screen and (min-width: 1023.9px) {
  .com_board_btns .com_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .com_board_btns .com_btn.left {
    left: 0;
  }
  .com_board_btns .com_btn.right {
    right: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board_btns .com_btn {
    width: calc(50% - 5px);
    height: 34px;
  }
}
.com_board_btns .com_paging {
  margin-top: 0;
}
@media screen and (min-width: 1023.9px) {
  .com_board_btns .com_paging {
    display: inline-block;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board_btns .com_paging {
    margin-top: 25px;
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board_btns .com_paging:first-child + .com_btn {
    width: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board_btns .sec-paging {
    margin-top: 25px;
    order: 1;
    width: 100%;
  }
}

.com_board_detail {
  border-top: 5px solid #1D1D1B;
  text-align: left;
}
.com_board_detail .head_detail {
  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;
  position: relative;
  gap: 20px;
  padding: 28px 25px;
}
@media screen and (max-width: 1023.9px) {
  .com_board_detail .head_detail {
    gap: 10px;
    padding: 15px;
  }
}
.com_board_detail .head_detail .info_detail {
  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: 20px;
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 1023.9px) {
  .com_board_detail .head_detail .info_detail {
    gap: 10px;
    font-size: 13px;
    line-height: 24px;
  }
}
.com_board_detail .head_detail .info_detail .item_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;
}
@media screen and (max-width: 1023.9px) {
  .com_board_detail .head_detail .info_detail .item_info {
    gap: 5px;
  }
  .com_board_detail .head_detail .info_detail .item_info .svg_icon {
    width: 12px;
    height: 12px;
  }
}
.com_board_detail .head_detail .tit_board {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_board_detail .head_detail .tit_board {
    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;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board_detail .head_detail .tit_board {
    font-size: 15px;
  }
}
.com_board_detail .head_detail .tit_board .label {
  display: inline-block;
  margin-right: 10px;
  min-width: 70px;
  line-height: 28px;
  border-radius: 5px;
  background: #FFE6E6;
  color: #E72528;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_board_detail .head_detail .tit_board .label {
    line-height: 24px;
    font-size: 12px;
  }
}
.com_board_detail .head_detail .category {
  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: 70px;
  padding: 5px 0;
  border-radius: 5px;
  background-color: #FFE6E6;
  color: #E72528;
  margin-right: 10px;
}
.com_board_detail .contents_detail {
  padding: 40px 25px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  font-size: 16px;
  line-height: 1.56;
}
@media screen and (max-width: 1023.9px) {
  .com_board_detail .contents_detail {
    padding: 20px 15px;
    font-size: 14px;
  }
}

.com_answer_btns {
  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;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #EAEAEA;
}
@media screen and (max-width: 1023.9px) {
  .com_answer_btns {
    justify-content: space-between;
    padding: 20px 15px;
  }
}
.com_answer_btns .com_btn {
  width: 120px;
  height: 36px;
}
@media screen and (max-width: 1023.9px) {
  .com_answer_btns .com_btn {
    width: 100%;
  }
}

.com_product {
  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;
  text-align: center;
  align-self: stretch;
}
.com_product .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1;
  position: relative;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.com_product .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_product .thumb > img, .com_product .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_product .thumb .school_name {
  width: 100%;
  height: 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;
  background-color: #F1F2F4;
  color: #CBCBCB;
  text-align: center;
  font-family: "Jalnan", "Pretendard", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  word-break: break-all;
}
@media screen and (max-width: 767.9px) {
  .com_product .thumb .school_name {
    font-size: 16px;
  }
}
.com_product .tit_field {
  margin-top: 20px;
  font-size: 16px;
  padding-inline: 3.3px;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .com_product .tit_field {
    font-size: 14px;
    margin-top: 15px;
  }
}
.com_product .price_field {
  margin-top: auto;
  padding-top: 5px;
  font-size: 16px;
  color: #000;
  padding-inline: 3.3px;
}
@media screen and (max-width: 1023.9px) {
  .com_product .price_field {
    font-size: 14px;
  }
}
.com_product .btn_cart {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: rgba(223, 223, 223, 0.4);
  border-radius: 50%;
  z-index: 2;
  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;
}
@media screen and (max-width: 1023.9px) {
  .com_product .btn_cart {
    width: 30px;
    height: 30px;
    bottom: 6px;
    right: 6px;
  }
  .com_product .btn_cart .icon_cart {
    background-size: 65%;
  }
}
.com_product .btn_cart:hover {
  background-color: #E72528;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.com_product .btn_cart:hover .svg_icon.icon_cart {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'  fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.04 1.488h7.263l.92 16.985h13.425L25.04 5.687H9.223'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cellipse cx='11.888' cy='24.674' rx='1.747' ry='1.813'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='M11.635 24.674a.16.16 0 0 1 .048-.105.29.29 0 0 1 .205-.082v4c2.138 0 3.747-1.777 3.747-3.813h-4Zm.253-.187a.29.29 0 0 1 .204.082.16.16 0 0 1 .049.105h-4c0 2.036 1.608 3.813 3.747 3.813v-4Zm.253.187a.16.16 0 0 1-.049.106.291.291 0 0 1-.204.081v-4c-2.139 0-3.747 1.778-3.747 3.813h4Zm-.253.187a.291.291 0 0 1-.205-.08.16.16 0 0 1-.048-.107h4c0-2.035-1.609-3.813-3.747-3.813v4Z' mask='url(%23a)'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cellipse cx='19.431' cy='24.674' rx='1.747' ry='1.813'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='M19.178 24.674a.16.16 0 0 1 .048-.105.29.29 0 0 1 .205-.082v4c2.138 0 3.747-1.777 3.747-3.813h-4Zm.253-.187a.29.29 0 0 1 .204.082.16.16 0 0 1 .049.105h-4c0 2.036 1.608 3.813 3.747 3.813v-4Zm.253.187a.16.16 0 0 1-.049.106.291.291 0 0 1-.204.081v-4c-2.139 0-3.747 1.778-3.747 3.813h4Zm-.253.187a.291.291 0 0 1-.205-.08.16.16 0 0 1-.048-.107h4c0-2.035-1.609-3.813-3.747-3.813v4Z' mask='url(%23b)'/%3E%3C/svg%3E");
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.com_product__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: 60px 10px;
  width: 100%;
  align-items: flex-start;
}
.com_product__wrap > * {
  width: calc((100% - 10px * 3) / 4);
  min-width: calc((100% - 10px * 3) / 4);
}
@media screen and (max-width: 1023.9px) {
  .com_product__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: 30px 13px;
    width: 100%;
  }
  .com_product__wrap > * {
    width: calc((100% - 13px * 1) / 2);
    min-width: calc((100% - 13px * 1) / 2);
  }
}
.com_product__wrap + .com_paging, .com_product__wrap + .sec-paging {
  margin-top: 90px;
}
@media screen and (max-width: 1023.9px) {
  .com_product__wrap + .com_paging, .com_product__wrap + .sec-paging {
    margin-top: 50px;
  }
}
.com_product__wrap .no_data {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}