@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Thin.woff2) format("woff2"), url(../../common/fonts/Pretendard-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-ExtraLight.woff2) format("woff2"), url(../../common/fonts/Pretendard-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Light.woff2) format("woff2"), url(../../common/fonts/Pretendard-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Regular.woff2) format("woff2"), url(../../common/fonts/Pretendard-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Medium.woff2) format("woff2"), url(../../common/fonts/Pretendard-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-SemiBold.woff2) format("woff2"), url(../../common/fonts/Pretendard-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Bold.woff2) format("woff2"), url(../../common/fonts/Pretendard-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-ExtraBold.woff2) format("woff2"), url(../../common/fonts/Pretendard-ExtraBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Black.woff2) format("woff2"), url(../../common/fonts/Pretendard-Black.woff) format("woff");
  font-display: swap;
}
html {
  height: calc(var(--vh, 1vh) * 100);
  -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*/
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
}

html,
a,
button,
input,
textarea,
select {
  font-family: "Pretendard", 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;
  }
}

/*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;
}
@media screen and (max-width: 1023.9px) {
  html,
  textarea,
  input {
    font-size: 16px;
  }
}

a,
body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
html,
li,
ol,
p,
ul,
main {
  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: #000;
  -webkit-text-fill-color: inherit;
}

button {
  color: #000;
  -webkit-text-fill-color: inherit !important;
  appearance: none;
  -webkit-appearance: none;
}

a:hover {
  text-decoration: none;
}

button:link,
button:visited,
button:hover,
button:active,
a:link,
a:visited,
a:hover,
a:active {
  -webkit-text-fill-color: inherit;
  appearance: none;
  -webkit-appearance: none;
}

input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=email],
input[type=date],
input[type=search],
select,
textarea {
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  background: #fff;
  vertical-align: middle;
  height: 60px;
  border: none;
  border-bottom: solid 1px #646464;
}
@media screen and (max-width: 1023.9px) {
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=email],
  input[type=date],
  input[type=search],
  select,
  textarea {
    height: 50px;
  }
}
input[type=number]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=email]:disabled,
input[type=date]:disabled,
input[type=search]:disabled,
select:disabled,
textarea:disabled {
  color: #8f8f8f;
}

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

input[type=date] {
  padding-inline: 25px 10px;
}
@media screen and (max-width: 1023.9px) {
  input[type=date] {
    padding: 0 3px 0px 8px;
    font-size: 11px;
  }
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: url("../img/svg/icon_date.svg") no-repeat calc(100% - 5px) 0px;
  background-size: 10px 12px;
}
@media screen and (min-width: 1023.9px) {
  input[type=date]::-webkit-calendar-picker-indicator {
    background-position: calc(100% - 5px) 2px;
  }
}

textarea {
  outline: none;
  min-height: 150px;
  padding: 18px 15px;
  border: 1px solid #646464;
  border-radius: 10px;
  text-align: left;
  line-height: 1.5;
}
textarea:disabled {
  color: #8f8f8f;
}

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

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

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

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: 18px;
  height: 18px;
  background: url(../img/icon_input_del.png) center center no-repeat;
  background-size: 18px 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:hover {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

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

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

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: #8f8f8f;
  opacity: 1;
  font-size: 14px;
}

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

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

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

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

input:disabled {
  background-color: transparent;
  cursor: not-allowed;
}

select:disabled,
input[readonly],
textarea[readonly] {
  opacity: 1;
  background: transparent;
  color: #8f8f8f;
}

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_push {
  display: inline-block;
  width: 31px;
  min-width: 31px;
  height: 29px;
  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='31' height='29' viewBox='0 0 31 29'  fill='none'%3E%3Cpath stroke='%23000' stroke-linejoin='round' stroke-width='2' d='M29.994 22.198a1 1 0 0 1-.995.892H2.146a1 1 0 0 1-.272-1.962m28.12 1.07L2.146 21.09v1l-.272-.962m28.12 1.07a1 1 0 0 0-.78-1.085m.78 1.085-.78-1.085m-27.34.015h.001l.007-.002.031-.01a12.92 12.92 0 0 0 .594-.19c.391-.133.905-.323 1.411-.555.517-.236.977-.493 1.292-.747.245-.197.3-.308.311-.329V11.17c0-5.503 4.461-9.964 9.964-9.964s9.963 4.461 9.963 9.964V19.328s0 .006.004.017a.323.323 0 0 0 .036.072c.048.076.14.18.297.306.319.256.788.503 1.32.723a13.704 13.704 0 0 0 1.939.627l.13.031.032.008.007.001m-27.339.015 27.34-.015'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M20.286 23.299c0 2.482-2.11 4.495-4.712 4.495-2.603 0-4.713-2.013-4.713-4.495'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_bar {
  display: inline-block;
  width: 21px;
  min-width: 21px;
  height: 18px;
  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='21' height='18' viewBox='0 0 21 18' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='2' d='M1.167.998h17.991M1.167 8.994h17.991M1.167 16.99h17.991'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_close {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 17px;
  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='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath stroke='%23000' stroke-width='1.5' d='M15.409 1.184.592 16m0-14.817L15.409 16'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_write {
  display: inline-block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  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='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath fill='%23000' d='M5.976 1.843 0 7.818v2.467h2.466l5.976-5.976-2.466-2.466ZM7.347.473l-.927.928 2.466 2.466.927-.927a.723.723 0 0 0 0-1.022L8.37.473a.723.723 0 0 0-1.022 0ZM11.572 11.011H0v.728h11.572v-.728Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_arrow {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 11px;
  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='18' height='11'  viewBox='0 0 18 11' fill='none'%3E%3Cpath stroke='%23000' stroke-width='2' d='m1 1.5 8 8 8-8'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_prev {
  display: inline-block;
  width: 11px;
  min-width: 11px;
  height: 18px;
  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='18' viewBox='0 0 11 18' fill='none'%3E%3Cpath stroke='%23000' stroke-width='2' d='M9.5 1.037 1.5 9l8 7.964'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_mylocation {
  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='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.75 16.625a7.125 7.125 0 1 0 0-14.25 7.125 7.125 0 0 0 0 14.25ZM16.875 9.5h-3.167M5.792 9.5H2.625M9.75 5.542V2.375M9.75 16.625V13.46'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_search {
  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='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.958 15.042a6.333 6.333 0 1 0 0-12.667 6.333 6.333 0 0 0 0 12.667ZM16.875 16.625l-3.443-3.444'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_plus {
  display: inline-block;
  width: 25px;
  min-width: 25px;
  height: 24px;
  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='24'  viewBox='0 0 25 24' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12.5 5v14M5.5 12h14'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_date {
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 13px;
  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='14' height='13' viewBox='0 0 14 13' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M3.4 7.4h1.2m1.8 0h1.2m1.8 0h1.2M3.4 9.8h1.2m1.8 0h1.2m1.8 0h1.2M2.2 1.7h9.6m-9.6 0A1.2 1.2 0 0 0 1 2.9m1.2-1.2A1.2 1.2 0 0 0 1 2.9m10.8-1.2A1.2 1.2 0 0 1 13 2.9m-1.2-1.2A1.2 1.2 0 0 1 13 2.9m0 0v8.4a1.2 1.2 0 0 1-1.2 1.2H2.2A1.2 1.2 0 0 1 1 11.3V2.9m12 0v1.8H1V2.9m2.4 0V.5M7 2.9V.5m3.6 2.4V.5'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_apply {
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 13px;
  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='14' height='13' viewBox='0 0 14 13' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M10.803 4.478V1.7c0-.66-.551-1.2-1.225-1.2H2.225C1.551.5 1 1.04 1 1.7v9.6c0 .66.551 1.2 1.225 1.2h2.451m3.676-9H3.451m4.901 3H3.451m1.838 3H3.45m9.19-2.4a1.182 1.182 0 0 1 0 1.697l-3.76 3.681-1.754.022.022-1.719 3.76-3.681a1.244 1.244 0 0 1 1.732 0Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_location {
  display: inline-block;
  width: 13px;
  min-width: 13px;
  height: 17px;
  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='13' height='17'  viewBox='0 0 13 17' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M6.015 16.65c-.732-1.075-1.5-2.063-2.23-3.002C1.868 11.18.213 9.048.213 6.699A5.9 5.9 0 0 1 1.97 2.495 6.01 6.01 0 0 1 6.213.754a6.01 6.01 0 0 1 4.243 1.74A5.899 5.899 0 0 1 12.213 6.7c0 2.308-1.623 4.403-3.492 6.814-.763.984-1.568 2.023-2.308 3.134a.24.24 0 0 1-.398.003ZM8.163 5.946a1.94 1.94 0 0 1-1.95 1.932 1.941 1.941 0 0 1-1.95-1.932c0-1.066.873-1.932 1.95-1.932a1.94 1.94 0 0 1 1.95 1.932Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_block {
  display: inline-block;
  width: 17px;
  min-width: 17px;
  height: 17px;
  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='17' viewBox='0 0 17 17'  fill='none'%3E%3Cpath stroke='%23000' d='M1.062 1.268a.5.5 0 0 1 .5-.5h5.017a.5.5 0 0 1 .5.5v5.016a.5.5 0 0 1-.5.5H1.562a.5.5 0 0 1-.5-.5V1.268Zm0 8.983a.5.5 0 0 1 .5-.5h5.017a.5.5 0 0 1 .5.5v5.017a.5.5 0 0 1-.5.5H1.562a.5.5 0 0 1-.5-.5V10.25Zm8.983-8.983a.5.5 0 0 1 .5-.5h5.017a.5.5 0 0 1 .5.5v5.016a.5.5 0 0 1-.5.5h-5.017a.5.5 0 0 1-.5-.5V1.268Zm0 8.983a.5.5 0 0 1 .5-.5h5.017a.5.5 0 0 1 .5.5v5.017a.5.5 0 0 1-.5.5h-5.017a.5.5 0 0 1-.5-.5V10.25Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_leaf {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 18px;
  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='18' viewBox='0 0 16 18'  fill='none'%3E%3Cpath fill='%23000' d='M6.17131 6.85863C4.21873 8.76203 2.2716 11.1946 0.940886 14.042C-1.21112 8.861 -0.902912 0.111115 15.4646 0.111115C16.0303 7.2374 14.2082 19.8588 2.79738 15.5971C2.51636 16.2024 2.24804 16.8381 1.99784 17.5062C1.88181 17.8164 1.54641 17.9687 1.2509 17.8469C0.955382 17.7251 0.810351 17.373 0.926382 17.0627C1.17657 16.3984 1.44126 15.7646 1.72046 15.1574C1.71865 15.1574 1.71683 15.1574 1.71502 15.1555C2.29153 13.806 3.024 12.5402 3.84164 11.3773C6.86024 6.91194 10.4934 4.60883 12.6455 3.57147C12.8521 3.40589 12.9319 3.10705 12.8213 2.84629C12.6926 2.54174 12.3518 2.4028 12.0617 2.53794C10.6095 3.21365 8.37044 4.71731 6.17131 6.85863Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_eye {
  display: inline-block;
  width: 37px;
  min-width: 37px;
  height: 36px;
  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='37' height='36' viewBox='0 0 37 36' fill='none'%3E%3Cpath fill='%23000' d='M18.5 6.857C8.08 6.857 2.137 18 2.137 18S8.08 29.143 18.5 29.143C28.921 29.143 34.864 18 34.864 18S28.921 6.857 18.5 6.857Zm0 15.34c-2.462 0-4.457-1.869-4.457-4.178 0-2.308 1.995-4.178 4.457-4.178 2.463 0 4.458 1.87 4.458 4.178 0 2.31-1.995 4.179-4.458 4.179Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_person {
  display: inline-block;
  width: 37px;
  min-width: 37px;
  height: 36px;
  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='37' height='36' viewBox='0 0 37 36' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M25.841 13.962a4.731 4.731 0 1 0 0-9.462 4.731 4.731 0 0 0 0 9.462Zm-7.207-3.05a5.88 5.88 0 1 1-11.762 0 5.88 5.88 0 0 1 11.762 0Zm-5.881 7.34A11.615 11.615 0 0 0 1.124 29.88h23.258a11.615 11.615 0 0 0-11.63-11.629Zm22.44 6.256h-9.419a14.667 14.667 0 0 0-6.522-6.677 9.452 9.452 0 0 1 6.588-2.697c5.174 0 9.352 4.2 9.352 9.374Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_like {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 25px;
  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='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill='%23000' stroke='%23000' stroke-width='2' d='m20.333 6.17.114.116c2.107 2.238 2.07 5.784-.111 7.977l-8.095 8.136a.338.338 0 0 1-.482 0l-8.095-8.136c-2.219-2.23-2.219-5.862 0-8.092a5.67 5.67 0 0 1 7.688-.324l.648.551.648-.552a5.666 5.666 0 0 1 7.685.325Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_edit {
  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 fill='%23000' d='m13.207 5.887 1.034-1.034a1.458 1.458 0 0 0 0-2.06l-1.034-1.035a1.458 1.458 0 0 0-2.06 0l-1.035 1.034 3.095 3.095Zm-1.034 1.034-7.744 7.744H1.334v-3.094l7.744-7.744 3.095 3.094Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_check {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 7px;
  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='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath stroke='%23000' stroke-width='1.5' d='M1 3.59514L3.94737 7.2315L9 0.731445'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_user {
  display: inline-block;
  width: 9px;
  min-width: 9px;
  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='9' height='10'  fill='none' viewBox='0 0 9 10'%3E%3Cpath fill='%23fff' d='M7.206 2.942c0 1.349-1.074 2.442-2.706 2.442-1.633 0-2.707-1.093-2.707-2.442S2.867.5 4.5.5s2.706 1.093 2.706 2.442'/%3E%3Cpath fill='%23fff' d='M9 8.534c0 .719-1.335.966-4.5.966S0 9.253 0 8.534c0-1.574 1.001-2.69 2.943-3.201.441.223.967.35 1.557.35s1.116-.127 1.557-.35C7.999 5.844 9 6.96 9 8.534'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_add {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  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='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 21V3M21 12H3'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_wish {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  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='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-width='1.5' d='M12.486 5.156a5.916 5.916 0 0 1 8.024.338l.065.067c2.253 2.333 2.232 6.072-.062 8.378l-8.095 8.136a.59.59 0 0 1-.836 0L3.487 13.94c-2.316-2.329-2.316-6.118 0-8.446a5.92 5.92 0 0 1 8.027-.338L12 5.57z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_card {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  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='18' height='14' fill='none' viewBox='0 0 18 14'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M1 5.625h16M2.455 1.5h13.09C16.35 1.5 17 2.116 17 2.875v8.25c0 .76-.651 1.375-1.454 1.375H2.455C1.65 12.5 1 11.884 1 11.125v-8.25c0-.76.651-1.375 1.455-1.375'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_save {
  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' fill='none' viewBox='-0.5 -0.5 16 16'%3E%3Cdesc%3EFloppy Disk Streamline Icon: https://streamlinehq.com%3C/desc%3E%3Cpath stroke='%23000' d='M.715 12.777V2.223c0-.833.675-1.508 1.508-1.508h8.422c.4 0 .783.16 1.066.442l2.132 2.132c.283.283.442.666.442 1.066v8.422c0 .833-.675 1.508-1.508 1.508H2.223a1.51 1.51 0 0 1-1.508-1.508Z'/%3E%3Cpath stroke='%23000' d='M4.937 5.238h5.126c.25 0 .452-.202.452-.452V1.168a.45.45 0 0 0-.452-.453H4.937a.45.45 0 0 0-.452.453v3.618c0 .25.202.452.452.452ZM2.977 8.706v5.579h9.046V8.706a.45.45 0 0 0-.452-.452H3.429a.45.45 0 0 0-.452.452Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_cart {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  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='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1 2h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 7H6m4 15a1 1 0 1 1-2 0 1 1 0 0 1 2 0m11 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_share {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  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='21' height='24' fill='none' viewBox='0 0 21 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M16.833 8.029a3.167 3.167 0 1 0 0-6.334 3.167 3.167 0 0 0 0 6.334M4.167 15.417a3.167 3.167 0 1 0 0-6.333 3.167 3.167 0 0 0 0 6.333M16.833 22.806a3.167 3.167 0 1 0 0-6.333 3.167 3.167 0 0 0 0 6.333M6.898 13.848l7.217 4.196M14.102 6.459l-7.204 4.196'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_set {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  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='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 1 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 1 1 2.83-2.83l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 1 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 3.417 1.415 2 2 0 0 1-.587 1.415l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_camera {
  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' fill='none' viewBox='0 0 16 16'%3E%3Cg stroke='%23005f4c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M15.333 12.667A1.333 1.333 0 0 1 14 14H2a1.334 1.334 0 0 1-1.333-1.333V5.333A1.333 1.333 0 0 1 2 4h2.667L6 2h4l1.333 2H14a1.333 1.333 0 0 1 1.333 1.333z'/%3E%3Cpath d='M8 11.333A2.667 2.667 0 1 0 8 6a2.667 2.667 0 0 0 0 5.333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_write.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath fill='%23005F4C' d='M5.976 1.843 0 7.818v2.467h2.466l5.976-5.976-2.466-2.466ZM7.347.473l-.927.928 2.466 2.466.927-.927a.723.723 0 0 0 0-1.022L8.37.473a.723.723 0 0 0-1.022 0ZM11.572 11.011H0v.728h11.572v-.728Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_arrow.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11'  viewBox='0 0 18 11' fill='none'%3E%3Cpath stroke='%23005F4C' stroke-width='2' d='m1 1.5 8 8 8-8'/%3E%3C/svg%3E");
}
.svg_icon.icon_arrow.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11'  viewBox='0 0 18 11' fill='none'%3E%3Cpath stroke='%238F8F8F' stroke-width='2' d='m1 1.5 8 8 8-8'/%3E%3C/svg%3E");
}
.svg_icon.icon_mylocation.point {
  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='%23005F4C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.75 16.625a7.125 7.125 0 1 0 0-14.25 7.125 7.125 0 0 0 0 14.25ZM16.875 9.5h-3.167M5.792 9.5H2.625M9.75 5.542V2.375M9.75 16.625V13.46'/%3E%3C/svg%3E");
}
.svg_icon.icon_mylocation.white {
  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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.75 16.625a7.125 7.125 0 1 0 0-14.25 7.125 7.125 0 0 0 0 14.25ZM16.875 9.5h-3.167M5.792 9.5H2.625M9.75 5.542V2.375M9.75 16.625V13.46'/%3E%3C/svg%3E");
}
.svg_icon.icon_search.point {
  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='%23005F4C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.958 15.042a6.333 6.333 0 1 0 0-12.667 6.333 6.333 0 0 0 0 12.667ZM16.875 16.625l-3.443-3.444'/%3E%3C/svg%3E");
}
.svg_icon.icon_search.white {
  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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.958 15.042a6.333 6.333 0 1 0 0-12.667 6.333 6.333 0 0 0 0 12.667ZM16.875 16.625l-3.443-3.444'/%3E%3C/svg%3E");
}
.svg_icon.icon_search.black {
  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='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.958 15.042a6.333 6.333 0 1 0 0-12.667 6.333 6.333 0 0 0 0 12.667ZM16.875 16.625l-3.443-3.444'/%3E%3C/svg%3E");
}
.svg_icon.icon_date.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13' fill='none'%3E%3Cpath stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' d='M3.4 7.4h1.2m1.8 0h1.2m1.8 0h1.2M3.4 9.8h1.2m1.8 0h1.2m1.8 0h1.2M2.2 1.7h9.6m-9.6 0A1.2 1.2 0 0 0 1 2.9m1.2-1.2A1.2 1.2 0 0 0 1 2.9m10.8-1.2A1.2 1.2 0 0 1 13 2.9m-1.2-1.2A1.2 1.2 0 0 1 13 2.9m0 0v8.4a1.2 1.2 0 0 1-1.2 1.2H2.2A1.2 1.2 0 0 1 1 11.3V2.9m12 0v1.8H1V2.9m2.4 0V.5M7 2.9V.5m3.6 2.4V.5'/%3E%3C/svg%3E");
}
.svg_icon.icon_apply.red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13' fill='none'%3E%3Cpath stroke='%23CA3826' stroke-linecap='round' stroke-linejoin='round' d='M10.803 4.478V1.7c0-.66-.551-1.2-1.225-1.2H2.225C1.551.5 1 1.04 1 1.7v9.6c0 .66.551 1.2 1.225 1.2h2.451m3.676-9H3.451m4.901 3H3.451m1.838 3H3.45m9.19-2.4a1.182 1.182 0 0 1 0 1.697l-3.76 3.681-1.754.022.022-1.719 3.76-3.681a1.244 1.244 0 0 1 1.732 0Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_location.red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='17'  viewBox='0 0 13 17' fill='none'%3E%3Cpath fill='%23CA3826' fill-rule='evenodd' d='M6.015 16.65c-.732-1.075-1.5-2.063-2.23-3.002C1.868 11.18.213 9.048.213 6.699A5.9 5.9 0 0 1 1.97 2.495 6.01 6.01 0 0 1 6.213.754a6.01 6.01 0 0 1 4.243 1.74A5.899 5.899 0 0 1 12.213 6.7c0 2.308-1.623 4.403-3.492 6.814-.763.984-1.568 2.023-2.308 3.134a.24.24 0 0 1-.398.003ZM8.163 5.946a1.94 1.94 0 0 1-1.95 1.932 1.941 1.941 0 0 1-1.95-1.932c0-1.066.873-1.932 1.95-1.932a1.94 1.94 0 0 1 1.95 1.932Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.svg_icon.icon_location.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='17'  viewBox='0 0 13 17' fill='none'%3E%3Cpath fill='%23005F4C' fill-rule='evenodd' d='M6.015 16.65c-.732-1.075-1.5-2.063-2.23-3.002C1.868 11.18.213 9.048.213 6.699A5.9 5.9 0 0 1 1.97 2.495 6.01 6.01 0 0 1 6.213.754a6.01 6.01 0 0 1 4.243 1.74A5.899 5.899 0 0 1 12.213 6.7c0 2.308-1.623 4.403-3.492 6.814-.763.984-1.568 2.023-2.308 3.134a.24.24 0 0 1-.398.003ZM8.163 5.946a1.94 1.94 0 0 1-1.95 1.932 1.941 1.941 0 0 1-1.95-1.932c0-1.066.873-1.932 1.95-1.932a1.94 1.94 0 0 1 1.95 1.932Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.svg_icon.icon_block.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'  fill='none'%3E%3Cpath stroke='%23fff' d='M1.062 1.268a.5.5 0 0 1 .5-.5h5.017a.5.5 0 0 1 .5.5v5.016a.5.5 0 0 1-.5.5H1.562a.5.5 0 0 1-.5-.5V1.268Zm0 8.983a.5.5 0 0 1 .5-.5h5.017a.5.5 0 0 1 .5.5v5.017a.5.5 0 0 1-.5.5H1.562a.5.5 0 0 1-.5-.5V10.25Zm8.983-8.983a.5.5 0 0 1 .5-.5h5.017a.5.5 0 0 1 .5.5v5.016a.5.5 0 0 1-.5.5h-5.017a.5.5 0 0 1-.5-.5V1.268Zm0 8.983a.5.5 0 0 1 .5-.5h5.017a.5.5 0 0 1 .5.5v5.017a.5.5 0 0 1-.5.5h-5.017a.5.5 0 0 1-.5-.5V10.25Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_bar.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' viewBox='0 0 21 18' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M1.167.998h17.991M1.167 8.994h17.991M1.167 16.99h17.991'/%3E%3C/svg%3E");
}
.svg_icon.icon_eye.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='36' viewBox='0 0 37 36' fill='none'%3E%3Cpath fill='%23005F4C' d='M18.5 6.857C8.08 6.857 2.137 18 2.137 18S8.08 29.143 18.5 29.143C28.921 29.143 34.864 18 34.864 18S28.921 6.857 18.5 6.857Zm0 15.34c-2.462 0-4.457-1.869-4.457-4.178 0-2.308 1.995-4.178 4.457-4.178 2.463 0 4.458 1.87 4.458 4.178 0 2.31-1.995 4.179-4.458 4.179Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_person.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='36' viewBox='0 0 37 36' fill='none'%3E%3Cpath fill='%23005F4C' fill-rule='evenodd' d='M25.841 13.962a4.731 4.731 0 1 0 0-9.462 4.731 4.731 0 0 0 0 9.462Zm-7.207-3.05a5.88 5.88 0 1 1-11.762 0 5.88 5.88 0 0 1 11.762 0Zm-5.881 7.34A11.615 11.615 0 0 0 1.124 29.88h23.258a11.615 11.615 0 0 0-11.63-11.629Zm22.44 6.256h-9.419a14.667 14.667 0 0 0-6.522-6.677 9.452 9.452 0 0 1 6.588-2.697c5.174 0 9.352 4.2 9.352 9.374Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.svg_icon.icon_edit.white {
  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 fill='%23fff' d='m13.207 5.887 1.034-1.034a1.458 1.458 0 0 0 0-2.06l-1.034-1.035a1.458 1.458 0 0 0-2.06 0l-1.035 1.034 3.095 3.095Zm-1.034 1.034-7.744 7.744H1.334v-3.094l7.744-7.744 3.095 3.094Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_check.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='M1 3.59514L3.94737 7.2315L9 0.731445'/%3E%3C/svg%3E");
}
.svg_icon.icon_like.DFE5ED {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='2' d='m20.333 6.17.114.116c2.107 2.238 2.07 5.784-.111 7.977l-8.095 8.136a.338.338 0 0 1-.482 0l-8.095-8.136c-2.219-2.23-2.219-5.862 0-8.092a5.67 5.67 0 0 1 7.688-.324l.648.551.648-.552a5.666 5.666 0 0 1 7.685.325Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_save.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='-0.5 -0.5 16 16'%3E%3Cdesc%3EFloppy Disk Streamline Icon: https://streamlinehq.com%3C/desc%3E%3Cpath stroke='%23005F4C' d='M.715 12.777V2.223c0-.833.675-1.508 1.508-1.508h8.422c.4 0 .783.16 1.066.442l2.132 2.132c.283.283.442.666.442 1.066v8.422c0 .833-.675 1.508-1.508 1.508H2.223a1.51 1.51 0 0 1-1.508-1.508Z'/%3E%3Cpath stroke='%23005F4C' d='M4.937 5.238h5.126c.25 0 .452-.202.452-.452V1.168a.45.45 0 0 0-.452-.453H4.937a.45.45 0 0 0-.452.453v3.618c0 .25.202.452.452.452ZM2.977 8.706v5.579h9.046V8.706a.45.45 0 0 0-.452-.452H3.429a.45.45 0 0 0-.452.452Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_leaf {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18'  fill='none'%3E%3Cpath fill='%23005F4C' d='M6.17131 6.85863C4.21873 8.76203 2.2716 11.1946 0.940886 14.042C-1.21112 8.861 -0.902912 0.111115 15.4646 0.111115C16.0303 7.2374 14.2082 19.8588 2.79738 15.5971C2.51636 16.2024 2.24804 16.8381 1.99784 17.5062C1.88181 17.8164 1.54641 17.9687 1.2509 17.8469C0.955382 17.7251 0.810351 17.373 0.926382 17.0627C1.17657 16.3984 1.44126 15.7646 1.72046 15.1574C1.71865 15.1574 1.71683 15.1574 1.71502 15.1555C2.29153 13.806 3.024 12.5402 3.84164 11.3773C6.86024 6.91194 10.4934 4.60883 12.6455 3.57147C12.8521 3.40589 12.9319 3.10705 12.8213 2.84629C12.6926 2.54174 12.3518 2.4028 12.0617 2.53794C10.6095 3.21365 8.37044 4.71731 6.17131 6.85863Z'/%3E%3C/svg%3E");
}

.png_icon {
  vertical-align: top;
  font-size: 0;
}
.png_icon.icon_push {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_push.png);
  width: 31px;
  min-width: 31px;
  height: 29px;
}
.png_icon.icon_warning {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_warning.png);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.png_icon.bullet_notice {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/bullet_notice.png);
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.png_icon.icon_coin {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_coin.png);
  width: 14px;
  min-width: 14px;
  height: 14px;
}
.png_icon.icon_walk {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_walk.png);
  width: 28px;
  min-width: 28px;
  height: 28px;
}
.png_icon.icon_walk2 {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_walk2.png);
  width: 26px;
  min-width: 26px;
  height: 26px;
}
.png_icon.icon_fire {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_fire.png);
  width: 26px;
  min-width: 26px;
  height: 26px;
}
.png_icon.icon_end {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_end.png);
  width: 21px;
  min-width: 21px;
  height: 21px;
}
.png_icon.icon_proof {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_proof.png);
  width: 26px;
  min-width: 26px;
  height: 26px;
}
.png_icon.icon_activity {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_activity.png);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.png_icon.icon_order {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_order.png);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.png_icon.icon_challenge2 {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_challenge2.png);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.png_icon.icon_coin.big {
  width: 16px;
  height: 16px;
}
.png_icon.icon_coin.m {
  width: 20px;
  height: 20px;
}
.png_icon.icon_coin.l {
  width: 24px;
  height: 24px;
}
.png_icon.icon_coin.xl {
  width: 30px;
  height: 30px;
}
.png_icon.icon_walk.s {
  width: 14px;
  height: 14px;
  min-width: 14px;
}

.icon_del_s {
  display: inline-flex;
  width: 8px;
  height: 8px;
  background: url("../img/svg/icon_del_s.svg") no-repeat center/8px 8px;
}

.icon_down {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: url("../img/svg/icon_down.svg") no-repeat center/20px 20px;
}

.icon_eye_s {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='36' viewBox='0 0 37 36' fill='none'%3E%3Cpath fill='%23005F4C' d='M18.5 6.857C8.08 6.857 2.137 18 2.137 18S8.08 29.143 18.5 29.143C28.921 29.143 34.864 18 34.864 18S28.921 6.857 18.5 6.857Zm0 15.34c-2.462 0-4.457-1.869-4.457-4.178 0-2.308 1.995-4.178 4.457-4.178 2.463 0 4.458 1.87 4.458 4.178 0 2.31-1.995 4.179-4.458 4.179Z'/%3E%3C/svg%3E");
  background-size: contain;
}

.icon_eye_wh {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='36' viewBox='0 0 37 36' fill='none'%3E%3Cpath fill='%23fff' d='M18.5 6.857C8.08 6.857 2.137 18 2.137 18S8.08 29.143 18.5 29.143C28.921 29.143 34.864 18 34.864 18S28.921 6.857 18.5 6.857Zm0 15.34c-2.462 0-4.457-1.869-4.457-4.178 0-2.308 1.995-4.178 4.457-4.178 2.463 0 4.458 1.87 4.458 4.178 0 2.31-1.995 4.179-4.458 4.179Z'/%3E%3C/svg%3E");
  background-size: contain;
}

.icon_eye_line {
  display: inline-flex;
  width: 30px;
  height: 20px;
  background: url("../img/svg/icon_eye_line.svg") no-repeat center/contain;
  background-size: contain;
}

.icon_heart {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: url("../img/svg/icon_heart.svg") no-repeat center/contain;
}
.icon_heart.off {
  background: url("../img/svg/icon_heart_off.svg") no-repeat center/contain;
}
.icon_heart.active {
  background: url("../img/svg/icon_heart.svg") no-repeat center/contain;
}

.icon_comment {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: url("../img/svg/icon_comment.svg") no-repeat center/contain;
}

.icon_date_wh {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: url("../img/svg/icon_date_wh.svg") no-repeat center/contain;
}

.icon_setting {
  display: inline-flex;
  width: 18px;
  height: 18px;
  background: url("../img/svg/icon_setting.svg") no-repeat center/18px 5px;
}

.icon_setting {
  display: inline-flex;
  width: 18px;
  height: 18px;
  background: url("../img/svg/icon_setting.svg") no-repeat center/18px 5px;
}

.icon_write_line {
  display: inline-flex;
  width: 18px;
  height: 18px;
  background: url("../img/svg/icon_write_line.svg") no-repeat center/contain;
}

.icon_waste {
  display: inline-flex;
  width: 18px;
  height: 18px;
  background: url("../img/svg/icon_waste.svg") no-repeat center/contain;
}

.icon_report {
  display: inline-flex;
  width: 18px;
  height: 18px;
  background: url("../img/svg/icon_report.svg") no-repeat center/contain;
}

.icon_connect {
  display: inline-flex;
  width: 14px;
  height: 14px;
  background: url("../img/svg/icon_connect.svg") no-repeat center/contain;
}

.icon_send {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: url("../img/svg/icon_send.svg") no-repeat center/contain;
}

.icon_write_wh {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: url("../img/svg/icon_write_wh.svg") no-repeat center/contain;
}

.icon_del_circle {
  display: inline-flex;
  width: 41px;
  height: 41px;
  background: url("../img/svg/icon_del_circle.svg") no-repeat center/contain;
}
@media screen and (max-width: 1023.9px) {
  .icon_del_circle {
    width: 18px;
    height: 18px;
  }
}

.icon_eco {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: url("../img/svg/icon_eco.svg") no-repeat center/contain;
}

.icon_crown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: flex-end;
  padding-bottom: 2px;
  color: #000;
  font-weight: 600;
  font-size: 7px;
  width: 25px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon_crown._1 {
  background-image: url("../img/svg/icon_crown.svg");
}
.icon_crown._2 {
  background-image: url("../img/svg/icon_crown_2.svg");
}
.icon_crown._3 {
  background-image: url("../img/svg/icon_crown_3.svg");
}
.icon_crown._4 {
  background-image: url("../img/svg/icon_crown_4.svg");
}

.icon_clover_square {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: url("../img/clover_square.png") no-repeat center/contain;
}

.icon_eggs {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: url("../img/eggs.png") no-repeat center/contain;
}

.icon_bear {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: url("../img/bear.png") no-repeat center/contain;
}

.icon_excl_circle {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: url("../img/svg/icon_excl_circle.svg") no-repeat center/contain;
}

.icon_time {
  display: inline-flex;
  width: 10px;
  height: 10px;
  background: url("../img/icon_time.png") no-repeat center/contain;
}

.icon_excl {
  display: inline-flex;
  width: 12px;
  height: 12px;
  background: url("../img/svg/icon_excl.svg") no-repeat center/contain;
}

.icon_ranking_badge {
  width: 18px;
  margin-left: 3px;
}

.icon_ing {
  border-radius: 0 10px;
  background: #005f4c !important;
  height: 17px !important;
  padding: 3px 7px;
  position: absolute;
  right: -1px !important;
  top: -1px !important;
  left: auto !important;
  width: auto !important;
  color: #fff;
  font-size: 10px;
  opacity: 1 !important;
}
@media screen and (min-width: 1023.9px) {
  .icon_ing {
    font-size: 14px;
    height: 30px !important;
    padding: 5px 15px;
    border-radius: 0 20px;
  }
}

a.com_btn:hover {
  cursor: pointer;
}

.com_btn {
  padding: 0 15px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
  box-sizing: border-box;
  font-weight: 600;
  line-height: initial;
  gap: 5px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn {
    padding-inline: 9px;
  }
}
.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;
  gap: 10px;
}
.com_btn__wrap.bottom {
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .com_btn__wrap.bottom {
    margin-top: 30px;
  }
}
.com_btn__wrap.bottom .com_btn {
  min-width: 170px;
}
@media screen and (max-width: 767.9px) {
  .com_btn__wrap.bottom .com_btn {
    flex-grow: 1;
    min-width: 0;
    flex: 1 1 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_btn__wrap.m_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;
  }
  .com_btn__wrap.m_col .com_btn {
    flex: auto;
    width: 100%;
  }
}
.com_btn.full {
  width: 100%;
  min-width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.m_full {
    width: 100%;
    min-width: 100%;
  }
}
.com_btn.extend {
  flex: 1;
}
.com_btn.more_big {
  flex: 3 !important;
}
.com_btn.point {
  background-color: #005f4c;
  color: #fff;
}
.com_btn.point:disabled {
  background-color: #dfe5ed;
  color: #8aa0c5;
}
.com_btn.gray {
  background-color: #dfe5ed;
  color: #8aa0c5;
}
.com_btn.white {
  border: 1px solid #e2e3e5;
  background-color: #fff;
}
.com_btn.white2 {
  border: 1px solid #e2e3e5;
  background-color: #fff;
  color: #005f4c;
}
.com_btn.red {
  background-color: #e01100;
  color: #fff;
}
.com_btn.gray_dark {
  background-color: #646464;
  color: #fff;
}
.com_btn.pink {
  background-color: #fae2e2;
}
.com_btn.line {
  background: #fff;
  border: 1px solid #005f4c;
  color: #005f4c;
}
.com_btn.line.point {
  background-color: #e4ffeb;
}
.com_btn.line.point:hover {
  background-color: #c4fcd3;
}
.com_btn.line.white {
  border-color: #8f8f8f;
  color: #000;
}
.com_btn.line.active {
  background-color: #005f4c;
  color: #fff;
}
.com_btn.line.gray {
  border-color: #d9d9d9;
  color: #000;
}
.com_btn.line.white2 {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.com_btn.txt {
  text-decoration: underline;
  padding: 0 !important;
  text-underline-offset: 2px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.txt {
    font-size: 14px;
  }
}
.com_btn.txt.none_line {
  text-decoration: none;
}
.com_btn.l {
  height: 60px;
  font-size: 18px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.l {
    height: 50px;
  }
}
.com_btn.m {
  height: 50px;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.m {
    font-size: 14px;
    height: 40px;
  }
}
.com_btn.s {
  height: 40px;
  font-size: 14px;
}
.com_btn.xsm {
  height: 35px;
  font-size: 12px;
  padding-inline: 12px;
}
.com_btn.xs {
  height: 30px;
  font-size: 12px;
  padding-inline: 12px;
}
.com_btn.xxs {
  height: 24px;
  font-size: 12px;
}
.com_btn.oval {
  border-radius: 30px;
}
.com_btn.shadow {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.com_link_block {
  width: 100%;
  border-radius: 10px;
  border: 0.6px solid #8f8f8f;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_link_block {
    font-size: 18px;
  }
}
.com_link_block .link_block__icon {
  width: 41px;
  padding-right: 15px;
  font-size: 22px;
}
.com_link_block .link_block__icon img {
  max-height: 40px;
}
@media screen and (min-width: 1023.9px) {
  .com_link_block .link_block__icon {
    font-size: 26px;
  }
}
.com_link_block .svg_icon.icon_arrow {
  margin-left: auto;
  transform: rotate(270deg);
  width: 7px;
  height: 7px;
}

.com_btn_notice {
  border-radius: 10px;
  border: 1px solid #8f8f8f;
  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;
  padding: 30px 0;
  gap: 12px;
  text-align: center;
}
.com_btn_notice .btn_notice__tit {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_btn_notice .btn_notice__tit {
    font-size: 24px;
  }
}
.com_btn_notice .btn_notice__txt {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1023.9px) {
  .com_btn_notice .btn_notice__txt {
    font-size: 18px;
  }
}
.com_btn_notice:active, .com_btn_notice:hover {
  border: 1px solid #005f4c;
  background: #eafaef;
}

/*!페이징 << < > >> */
.com_paging {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1023.9px) {
  .com_paging {
    margin-top: 20px;
  }
}
.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: 1023.9px) {
  .com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
    min-width: 23px;
    height: 23px;
  }
}
.com_paging :is(.btn_first, .btn_prev, .btn_next, .btn_last) img {
  height: 18px;
}
@media screen and (max-width: 1023.9px) {
  .com_paging :is(.btn_first, .btn_prev, .btn_next, .btn_last) img {
    height: 10px;
  }
}
.com_paging :is(.btn_first, .btn_prev) {
  transform: rotate(180deg);
}
.com_paging .btn_prev {
  margin-right: 7px;
}
@media screen and (max-width: 1023.9px) {
  .com_paging .btn_prev {
    margin-right: 0px;
  }
}
.com_paging .btn_next {
  margin-left: 7px;
}
@media screen and (max-width: 1023.9px) {
  .com_paging .btn_next {
    margin-right: 0px;
  }
}
.com_paging .btn_page {
  line-height: inherit;
  color: #707070;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .com_paging .btn_page {
    font-size: 11px;
  }
}
.com_paging .btn_page.active {
  font-weight: bold;
  border-radius: 100%;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  color: #005f4c;
}
.com_paging .btn_page.disabled {
  cursor: auto;
  opacity: 0.4;
}

.com_paging_more {
  border-radius: 50px;
  border: 1px solid #909090;
  font-size: 13px;
  color: #000 !important;
  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: 13px;
  height: 25px;
  gap: 8px;
  margin: 20px auto 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1023.9px) {
  .com_paging_more {
    height: 35px;
    margin-top: 40px;
    font-size: 14px;
  }
}
.com_paging_more:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 7px;
  border: solid #000;
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
  margin-bottom: 3px;
}
.com_paging_more__wrap {
  position: relative;
}
@media screen and (min-width: 1023.9px) {
  .com_paging_more__wrap {
    min-height: 35px;
  }
}
.com_paging_more__wrap .btn_write {
  position: absolute;
  top: 20px;
  right: 0;
}
@media screen and (min-width: 1023.9px) {
  .com_paging_more__wrap .btn_write {
    top: 40px;
  }
}

.sec-paging {
  overflow: hidden;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1023.9px) {
  .sec-paging {
    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: 1023.9px) {
  .sec-paging :is(.pg-btn, .btn-page) {
    min-width: 23px;
    height: 23px;
  }
}
.sec-paging .pg-btn {
  background-image: url("../img/arrow_right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  text-indent: -9999px;
}
@media screen and (max-width: 1299.9px) {
  .sec-paging .pg-btn {
    background-size: 10px;
  }
}
.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;
}
.sec-paging .group-next {
  margin-left: 0px;
}
.sec-paging .btn-page {
  line-height: inherit;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1023.9px) {
  .sec-paging .btn-page {
    font-size: 11px;
  }
}
.sec-paging .btn-page.active {
  font-weight: bold;
  color: #005f4c;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.com_tab {
  background: var(--main_c01, #005f4c);
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1023.9px) {
  .com_tab {
    border-radius: 50px 50px 0px 0px;
    margin-top: -90px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_tab {
    padding-bottom: 27px;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
  }
  .com_tab:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    text-align: center;
    line-height: 1px;
    background-color: #196f5e;
    color: #fff;
    position: absolute;
    top: 55px;
  }
  .com_tab:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 10px;
    text-align: center;
    line-height: 10px;
    background-color: #fff;
    color: #fff;
    border-radius: 20px 20px 0 0;
    position: absolute;
    bottom: 0;
  }
}
.com_tab .com_tab__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
}
.com_tab .com_center_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
}
.com_tab .tab {
  height: 90px;
  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;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 1023.9px) {
  .com_tab .tab {
    font-size: 19px;
    height: 56px;
  }
}
.com_tab .tab.active {
  border-bottom: 7px solid #e3a100;
}
@media screen and (max-width: 1023.9px) {
  .com_tab .tab.active {
    border-width: 3px;
  }
}
.com_tab_contents {
  display: none;
}
.com_tab_contents.active {
  display: block;
}

.com_tab_block {
  background: #005f4c;
  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;
}
@media screen and (min-width: 1023.9px) {
  .com_tab_block {
    margin-top: -24px;
    border-radius: 2px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_tab_block {
    margin-top: -15px;
    width: calc(100% + 26px);
    max-width: calc(100% + 26px) !important;
    margin-inline: -13px;
    margin-bottom: 20px;
  }
}
.com_tab_block .tab {
  background: #005f4c;
  padding: 15px;
  color: #fff;
  font-size: 15px 15px 12px;
  font-weight: 600;
  text-align: center;
  border-bottom: 3px solid #005f4c;
}
@media screen and (min-width: 1023.9px) {
  .com_tab_block .tab {
    font-size: 16px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_tab_block .tab {
    flex: 1;
  }
}
.com_tab_block .tab.active {
  border-color: #e3a100;
}

.com_tab_line {
  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: 15px;
  width: 100%;
  overflow-x: auto;
  position: relative;
  white-space: nowrap;
  user-select: none;
  cursor: grab;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1023.9px) {
  .com_tab_line {
    margin-bottom: 25px;
  }
}
.com_tab_line::-webkit-scrollbar {
  display: none;
}
.com_tab_line:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  text-align: center;
  line-height: 2px;
  background-color: #d9d9d9;
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.com_tab_line .tab {
  flex: 1;
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 15px;
  white-space: nowrap;
  border-bottom: 2px solid #d9d9d9;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1023.9px) {
  .com_tab_line .tab {
    font-size: 18px;
    padding-block: 20px;
  }
}
.com_tab_line .tab.active {
  color: #005f4c;
  border-color: #005f4c;
  z-index: 1;
}
.com_tab_line.type_none_out {
  width: 100% !important;
  margin-inline: 0 !important;
}

.com_tab_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-bottom: 15px;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
  gap: 5px;
  white-space: nowrap;
  user-select: none;
  cursor: grab;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1023.9px) {
  .com_tab_sub {
    margin-bottom: 25px;
  }
}
.com_tab_sub::-webkit-scrollbar {
  display: none;
}
.com_tab_sub .tab {
  white-space: nowrap;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #005f4c;
  background: #fff;
  padding: 8px 12px;
  font-size: 12px;
}
@media screen and (min-width: 1023.9px) {
  .com_tab_sub .tab {
    font-size: 15px;
    padding: 10px 20px;
  }
}
.com_tab_sub .tab.active {
  color: #fff;
  background: #005f4c;
}
.com_tab_sub.type_big .tab {
  border-width: 2px;
  height: 41px;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}
.com_tab_sub.type_big .tab:not(.active) {
  color: #005f4c;
}

.com_tab_line.grabbing,
.com_tab_sub.grabbing {
  cursor: grabbing;
}

.com_chk {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 7px;
  cursor: pointer;
  line-height: initial;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 1023.9px) {
  .com_chk {
    font-size: 15px;
  }
}
.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;
}
.com_chk__wrap.s {
  gap: 10px;
}
.com_chk__wrap.gap_s {
  gap: 5px;
}
@media screen and (max-width: 1023.9px) {
  .com_chk__wrap.col1_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 10px;
    width: 100%;
  }
  .com_chk__wrap.col1_mobile > * {
    width: calc((100% - 10px * 0) / 1);
    min-width: calc((100% - 10px * 0) / 1);
  }
}
.com_chk__full {
  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;
  width: 100%;
}
.com_chk__full .com_chk_btn {
  width: 100%;
}
.com_chk input[type=checkbox],
.com_chk input[type=radio] {
  display: inline-block;
  padding-right: 0;
  height: 22px;
}
.com_chk input[type=checkbox]::before,
.com_chk input[type=radio]::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1.5px solid #d6d6d6;
  border-radius: 2px;
  cursor: pointer;
}
.com_chk input[type=checkbox]:checked::before,
.com_chk input[type=radio]:checked::before {
  background: #005f4c url("../img/chk_on.png") no-repeat center/80% auto;
  border-color: #005f4c;
}
.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.must input::before {
  background-image: url("../img/radio_off_must.png");
}
.com_chk.circle input::before {
  background: url("../img/radio_off.png") no-repeat center/cover;
  border: 0;
}
.com_chk.circle input:checked::before {
  background-image: url("../img/radio_on.png");
  background-size: 22px auto;
  background-color: transparent;
}
@media screen and (max-width: 1023.9px) {
  .com_chk.s_mobile {
    line-height: 16px;
    font-size: 12px;
    gap: 5px;
  }
  .com_chk.s_mobile input[type=checkbox],
  .com_chk.s_mobile input[type=radio] {
    height: 16px;
  }
  .com_chk.s_mobile input[type=checkbox]::before,
  .com_chk.s_mobile input[type=radio]::before {
    width: 16px;
    height: 16px;
  }
}
.com_chk.only_chk input[type=checkbox]::before,
.com_chk.only_chk input[type=radio]::before {
  border: none;
  background: url("../img/chk_gray.png") no-repeat center/80% auto;
}
.com_chk.only_chk input[type=checkbox]:checked::before,
.com_chk.only_chk input[type=radio]:checked::before {
  background-image: url("../img/chk_point.png");
}

.com_chk_btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 5px;
  width: 100%;
}
.com_chk_btn__wrap.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 8px;
  width: 100%;
}
.com_chk_btn__wrap.col2 > * {
  width: calc((100% - 8px * 1) / 2);
  min-width: calc((100% - 8px * 1) / 2);
}
.com_chk_btn__wrap.col1 {
  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_chk_btn__wrap.col1 label {
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_chk_btn__wrap.col3_m {
    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: 5px 5px;
    width: 100%;
    gap: 5px !important;
  }
  .com_chk_btn__wrap.col3_m > * {
    width: calc((100% - 5px * 2) / 3);
    min-width: calc((100% - 5px * 2) / 3);
  }
}
.com_chk_btn .btn {
  border-radius: 10px;
  background: #dfe5ed;
  border: 1px solid #dfe5ed;
  padding-block: 10px;
  padding-inline: 10px;
  font-weight: 600;
  color: #8aa0c5;
  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;
  cursor: pointer;
  line-height: initial;
  font-size: 14px;
}
.com_chk_btn .btn.has_txt {
  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_chk_btn .btn .btn_chk__txt {
  font-size: 12px;
}
.com_chk_btn input:checked + .btn {
  border-color: #005f4c !important;
  color: #005f4c;
  background-color: #fff;
}
.com_chk_btn.full {
  flex: 1;
}
.com_chk_btn.round .btn {
  border-radius: 40px;
}
.com_chk_btn.xs .btn {
  height: 30px;
  font-size: 12px;
  font-weight: 400;
  padding-inline: 8px;
}
@media screen and (min-width: 1023.9px) {
  .com_chk_btn.xs .btn {
    height: 35px;
    font-size: 14px;
  }
}
.com_chk_btn.xxs .btn {
  height: 24px;
  font-size: 12px;
  padding-inline: 8px;
}
.com_chk_btn.s .btn {
  height: 40px;
  font-size: 16px;
  padding-inline: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_chk_btn.s .btn {
    height: 30px;
  }
}
.com_chk_btn.point input:checked + .btn {
  border-color: #005f4c !important;
  color: #fff;
  background-color: #005f4c;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.com_chk_btn.icon .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 3px;
}
.com_chk_btn.icon .btn:before {
  content: "";
  width: 9px;
  height: 7px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath stroke='%23C8C8C8' stroke-width='1.5' d='M1 3.59514L3.94737 7.2315L9 0.731445'/%3E%3C/svg%3E");
}
.com_chk_btn.icon input:checked + .btn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath stroke='%23005F4C' stroke-width='1.5' d='M1 3.59514L3.94737 7.2315L9 0.731445'/%3E%3C/svg%3E");
}
.com_chk_btn.icon_wh input[type=checkbox] {
  height: 0;
  width: 0;
  position: absolute;
}
.com_chk_btn.icon_wh .btn {
  background-color: #005f4c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  color: #fff;
  gap: 3px;
}
.com_chk_btn.icon_wh .btn:before {
  content: "";
  width: 9px;
  height: 7px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='M1 3.59514L3.94737 7.2315L9 0.731445'/%3E%3C/svg%3E");
}
.com_chk_btn.icon_wh input:checked + .btn {
  background-color: #e3a100;
  border-color: #e3a100 !important;
  color: #fff;
}
.com_chk_btn.icon_wh input:checked + .btn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='M1 3.59514L3.94737 7.2315L9 0.731445'/%3E%3C/svg%3E");
}
.com_chk_btn.line .btn {
  border-color: #c8c8c8;
  background: none;
  color: #c8c8c8;
}
.com_chk_btn.line input:checked + .btn {
  background-color: transparent;
}
.com_chk_btn.line_green .btn {
  border-color: #005f4c;
  color: #000;
  background-color: #fff;
}
.com_chk_btn.line_green input:checked + .btn {
  color: #fff;
  background-color: #005f4c;
}

.com_chk_btn_line {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_chk_btn_line .btn {
  height: 50px;
  padding: 18px 19px;
  border-radius: 10px;
  border: 1px solid #005f4c;
  background: none;
  color: #005f4c;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  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;
  gap: 6px;
  line-height: initial;
  width: 100%;
}
.com_chk_btn_line input:checked + .btn {
  background-color: #005f4c;
  color: #fff;
}
.com_chk_btn_line input:checked + .btn .svg_icon.icon_card {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' fill='none' viewBox='0 0 18 14'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M1 5.625h16M2.455 1.5h13.09C16.35 1.5 17 2.116 17 2.875v8.25c0 .76-.651 1.375-1.454 1.375H2.455C1.65 12.5 1 11.884 1 11.125v-8.25c0-.76.651-1.375 1.455-1.375'/%3E%3C/svg%3E");
}

.com_chk_btn_like .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 8px;
  line-height: 1;
  text-align: center;
}
.com_chk_btn_like .btn:before {
  content: "";
  display: inline-flex;
  width: 14px;
  height: 14px;
  background: url("../img/svg/icon_heart_off.svg") no-repeat center/contain;
}
.com_chk_btn_like input {
  display: none;
}
.com_chk_btn_like input:checked + .btn:before {
  background-image: url("../img/svg/icon_heart.svg");
}
.com_chk_btn_like.line {
  border: 1px solid #efefef;
  height: 50px;
  border-radius: 10px;
  padding: 0 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  font-size: 16px;
  color: #005f4c;
  font-weight: 600;
}
.com_chk_btn_like.line .btn:before {
  width: 24px;
  height: 24px;
}
.com_chk_btn_like.line.more_big {
  flex: 2;
}

.com_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 20px;
  border: 1px solid #e2e3e5;
  border-radius: 10px;
  background: url(../img/link_arrow.png) no-repeat calc(100% - 20px) center/auto 14px;
  font-size: 16px;
  font-weight: 600;
}
.com_link [class^=icon] {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}

.com_btn_like {
  border-radius: 10px;
  border: 1px solid #e2e3e5;
  background: #fff;
  height: 60px;
  padding-inline: 19px;
  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-size: 16px;
  font-weight: 600;
  color: #005f4c;
}
@media screen and (max-width: 1023.9px) {
  .com_btn_like {
    height: 50px;
  }
}
.com_btn_like:hover {
  cursor: pointer;
}
.com_btn_like input {
  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: 24px;
  min-width: 24px;
}
.com_btn_like input:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill='%23DFE5ED' stroke='%23DFE5ED' stroke-width='2' d='m20.333 6.17.114.116c2.107 2.238 2.07 5.784-.111 7.977l-8.095 8.136a.338.338 0 0 1-.482 0l-8.095-8.136c-2.219-2.23-2.219-5.862 0-8.092a5.67 5.67 0 0 1 7.688-.324l.648.551.648-.552a5.666 5.666 0 0 1 7.685.325Z'/%3E%3C/svg%3E");
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.com_btn_like input:checked:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill='%23E01100' stroke='%23E01100' stroke-width='2' d='m20.333 6.17.114.116c2.107 2.238 2.07 5.784-.111 7.977l-8.095 8.136a.338.338 0 0 1-.482 0l-8.095-8.136c-2.219-2.23-2.219-5.862 0-8.092a5.67 5.67 0 0 1 7.688-.324l.648.551.648-.552a5.666 5.666 0 0 1 7.685.325Z'/%3E%3C/svg%3E");
}
.com_btn_like span {
  -webkit-padding-start: 5px;
  line-height: initial;
}

.com_switch {
  width: 40px;
  height: 20px;
  display: inline-block;
  -webkit-appearance: none;
  background-color: #dfe5ed;
  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: #005f4c;
  transition: all 0.3s ease;
}
.com_switch:checked[type=checkbox]:after {
  left: 22px;
  transition: all 0.3s ease;
  border: none;
}

.com_star_box {
  position: relative;
  width: 165px;
  height: 29px;
  background: url("../img/star.png") repeat-x 0 0;
  background-size: auto 100%;
  margin: 0 auto;
}
.com_star_box .point_img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 100%;
  background: url("../img/star_on.png") repeat-x 0 0;
  background-size: auto 100%;
}
.com_star_box .radio_area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  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;
  width: 100%;
  height: 100%;
}
.com_star_box .radio_area .star {
  position: relative;
  width: 34px;
  height: 29px;
  overflow: hidden;
  cursor: pointer;
}
.com_star_box .radio_area .star input[type=radio] {
  position: absolute;
  left: -2px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.com_star_box .radio_area:has(.star:nth-child(1) input:checked,
.star:nth-child(1):hover) ~ .point_img {
  width: 20%;
}
.com_star_box .radio_area:has(.star:nth-child(2) input:checked,
.star:nth-child(2):hover) ~ .point_img {
  width: 40%;
}
.com_star_box .radio_area:has(.star:nth-child(3) input:checked,
.star:nth-child(3):hover) ~ .point_img {
  width: 60%;
}
.com_star_box .radio_area:has(.star:nth-child(4) input:checked,
.star:nth-child(4):hover) ~ .point_img {
  width: 80%;
}
.com_star_box .radio_area:has(.star:nth-child(5) input:checked,
.star:nth-child(5):hover) ~ .point_img {
  width: 100%;
}

.com_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: calc(var(--vh, 1vh) * 100);
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
}
.com_popup.active {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023.9px) {
  .com_popup.active {
    align-items: flex-end;
  }
  .com_popup.active .pop_container {
    flex-grow: 1;
  }
}
.com_popup .bg_close {
  position: fixed;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}
.com_popup .pop_container {
  position: relative;
  background: #fff;
  margin-inline: auto;
  z-index: 101;
  overflow: hidden;
}
@media screen and (min-width: 1023.9px) {
  .com_popup .pop_container {
    border-radius: 20px;
    box-shadow: 0 0 5px 0 rgba(31, 39, 62, 0.24);
    max-width: calc(100% - 40px);
  }
  .com_popup .pop_container.xl {
    width: 800px;
  }
  .com_popup .pop_container.l {
    width: 700px;
  }
  .com_popup .pop_container.m {
    width: 600px;
  }
  .com_popup .pop_container.s {
    width: 500px;
  }
  .com_popup .pop_container.xs {
    width: 350px;
  }
  .com_popup .pop_container.xs .pop_tit {
    margin: 30px 30px 0;
  }
  .com_popup .pop_container.xs .pop_tit + .btn_container {
    margin-top: 30px;
  }
  .com_popup .pop_container.xs .content_container {
    margin: 20px 30px;
  }
  .com_popup .pop_container.xs .btn_container {
    margin: 0 30px 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_popup .pop_container {
    border-radius: 20px 20px 0 0;
  }
}
.com_popup .content_container {
  margin-block: 20px;
  padding-inline: 30px;
  max-height: calc(95vh - 176px);
  scrollbar-face-color: #999;
  scrollbar-highlight-color: #999; /*스크롤*/
  scrollbar-3dlight-color: #999; /*하이라이트*/
  scrollbar-darkshadow-color: #999; /*왼쪽외곽음영*/
  scrollbar-shadow-color: #999; /*오른쪽외곽음영*/
  scrollbar-arrow-color: #999; /*오른쪽 안쪽음영*/
  scrollbar-track-color: #999; /*화살*/
  /*스크롤영역*/
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
  /*스크롤바*/
  /*스크롤바 버튼(아래 위 화살표)*/
  /*스크롤바 핸들*/
  /*스크롤바 진행줄*/
  /*진행줄에서 핸들로 덮이지 않은 영역 */
}
@media screen and (max-width: 1023.9px) {
  .com_popup .content_container {
    margin-block: 15px 10px;
    padding-inline: 13px;
  }
}
.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: #f7f7f7;
}
.com_popup .content_container::-webkit-scrollbar-track-piece {
  background-color: #f7f7f7;
}
.com_popup .content_container::-webkit-scrollbar-corner {
  background: #f7f7f7;
}
.com_popup .btn_container {
  position: relative;
  margin: 0 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .btn_container {
    margin: 30px 13px;
  }
}
.com_popup .pop_tit {
  margin: 30px 40px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .pop_tit {
    font-size: 18px;
  }
}
.com_popup .btn_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  background: url("../img/icon_del.png") no-repeat center/100% auto;
}
.com_popup.type_alert .pop_tit {
  margin-bottom: -20px;
}
.com_popup.type_alert .content_container {
  margin: 30px;
  text-align: center;
}
.com_popup.type_alert .content_container:first-child {
  margin-top: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup.type_alert .content_container:first-child {
    margin: 36px 13px 30px;
  }
}
.com_popup.type_alert .content_container .icon {
  margin-bottom: 15px;
  width: 50px;
  margin-inline: auto;
}
.com_popup.type_alert .content_container .tit {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .com_popup.type_alert .content_container .tit {
    font-size: 17px;
  }
}
.com_popup.type_alert .content_container .tit + .txt {
  margin-top: 20px;
}
.com_popup.type_alert .content_container .txt {
  font-size: 16px;
  line-height: 1.5;
}
.com_popup.type_alert .content_container .txt.s {
  font-size: 14px;
  color: #646464;
}
@media screen and (min-width: 1023.9px) {
  .com_popup.type_alert .btn_container .com_btn {
    height: 50px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_popup.type_full .pop_container {
    top: 0;
    border-radius: 0;
    height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
  .com_popup.type_full .pop_tit {
    height: 50px;
    min-height: 50px;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    font-size: 16px;
  }
  .com_popup.type_full .btn_close {
    left: 17px;
    top: 16px;
    width: 11px;
    height: 18px;
    background-image: url("../../front/img/svg/icon_prev.svg");
  }
  .com_popup.type_full .content_container {
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
  }
  .com_popup.type_full .btn_container {
    margin-top: auto;
    padding-top: 10px;
  }
}

.pop_login .sns_login {
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 60px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1023.9px) {
  .pop_login .sns_login {
    gap: 40px;
    margin-bottom: 38px;
  }
}
.pop_login .sns_login .sns {
  width: 60px;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .pop_login .sns_login .sns {
    width: 45px;
  }
}
.pop_login .sns_login .sns .layer {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  background: #e01100;
  position: absolute;
  bottom: -22px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
  font-size: 10px;
  color: #fff;
  padding: 4px 7px;
  border-radius: 5px;
}
.pop_login .sns_login .sns .layer img {
  height: 12px;
  margin-inline: 5px 2px;
  vertical-align: -2px;
}
.pop_login .sns_login .sns .layer:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e01100;
  border-left: 5px solid transparent;
}
.pop_login .btn_container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023.9px) {
  .pop_login .btn_container {
    margin-top: 25px;
  }
}
.pop_login .btn_container .find_area {
  width: 100%;
  padding-top: 25px;
}
@media screen and (max-width: 1023.9px) {
  .pop_login .btn_container .find_area {
    padding-block: 35px 0;
    font-size: 14px;
  }
}
.pop_login .com_btn {
  position: relative;
}
.pop_login .com_btn .layer {
  background: #ffc92b;
  position: absolute;
  bottom: -17px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
  font-size: 10px;
  color: #4d3a03;
  padding: 4px 7px;
  border-radius: 5px;
}
.pop_login .com_btn .layer img {
  height: 12px;
  margin-inline: 5px 2px;
  vertical-align: -2px;
}
.pop_login .com_btn .layer:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffc92b;
  border-left: 5px solid transparent;
}

.pop_terms {
  z-index: 9999;
}
.pop_terms .terms_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.pop_terms .terms_contents {
  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;
  color: #646464;
}
.pop_terms .terms_contents.open {
  height: auto;
  max-height: 300px;
  overflow-x: visible;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
  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;
}
.pop_terms .terms_contents.open::-webkit-scrollbar {
  /*스크롤바*/
  width: 5px;
  height: 5px;
}
.pop_terms .terms_contents.open::-webkit-scrollbar-button {
  /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.pop_terms .terms_contents.open::-webkit-scrollbar-thumb {
  /*스크롤바 핸들*/
  background-color: #e2e8f0;
  background-clip: padding-box;
  border-radius: 5px;
}
.pop_terms .terms_contents.open::-webkit-scrollbar-track {
  /*스크롤바 진행줄*/
  background-color: none;
}
.pop_terms .terms_contents.open::-webkit-scrollbar-track-piece {
  /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: none;
}
.dark .pop_terms .terms_contents.open {
  scrollbar-highlight-color: #6b6b6b;
}
.dark .pop_terms .terms_contents.open::-webkit-scrollbar-thumb {
  /*스크롤바 핸들*/
  background-color: #6b6b6b;
}
.dark .pop_terms .terms_contents.open::-webkit-scrollbar-track-piece {
  /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: #6b6b6b;
}
@media screen and (max-width: 1023.9px) {
  .pop_terms .terms_contents.open {
    max-height: 250px;
  }
}
.pop_terms .terms_tit {
  border-bottom: 1px solid #e2e3e5;
  font-size: 16px;
  font-weight: 700;
  padding-block: 15px;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.pop_terms .terms_tit:hover {
  cursor: pointer;
}
.pop_terms .terms_tit:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border: solid #005f4c;
  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;
}
.pop_terms .terms_tit.open:after {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  transform: rotate(-45deg);
  margin-bottom: 0;
  margin-top: 3px;
}
.pop_terms .terms_tit .com_chk {
  margin-inline: auto 20px;
  font-weight: 400;
}
@media screen and (min-width: 1023.9px) {
  .pop_terms .terms_tit .com_chk {
    font-size: 14px;
  }
}
.pop_terms .all_chk {
  margin-top: 10px;
  text-align: right;
  justify-content: flex-end;
  padding-right: 6px;
  font-weight: bold;
}
@media screen and (max-width: 1023.9px) {
  .pop_terms .all_chk {
    padding-right: 17px;
  }
}

@media screen and (max-width: 1023.9px) {
  .pop_location .content_container {
    max-height: calc(var(--vh, 1vh) * 100 - 50px) !important;
    height: calc(var(--vh, 1vh) * 100 - 50px) !important;
    margin-bottom: 0;
  }
}
.pop_location .com_activity_area .top_btns {
  margin-bottom: 20px;
}
.pop_location .com_activity_area .selected_location {
  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;
  font-size: 16px;
  font-weight: 600;
  gap: 5px;
  margin-block: 20px;
}
@media screen and (max-width: 1023.9px) {
  .pop_location .com_activity_area .selected_location {
    margin-block: 15px 14px;
  }
}
.pop_location .com_activity_area .selected_location .svg_icon {
  width: 20px;
}
.pop_location .com_activity_area .sec_map {
  margin-bottom: 20px;
  height: 300px;
}
@media screen and (max-width: 1023.9px) {
  .pop_location .com_activity_area .sec_map {
    height: calc(var(--vh, 1vh) * 100 - 344px);
  }
}
.pop_location .com_activity_area .area_list .item .btn {
  font-size: 14px;
}
.pop_location .com_activity_area .area_list .item .btn_del {
  position: absolute;
  transform: translate(0);
}
@media screen and (min-width: 1023.9px) {
  .pop_location .com_activity_area .area_list .item .btn_del {
    top: 5px;
    right: 5px;
  }
}
.pop_location .com_activity_area .area_block {
  border-radius: 10px;
  border: 1px solid #e2e3e5;
  padding: 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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px 7px;
  width: 100%;
}
.pop_location .com_activity_area .area_block > * {
  width: calc((100% - 7px * 3) / 4);
  min-width: calc((100% - 7px * 3) / 4);
}
@media screen and (max-width: 1023.9px) {
  .pop_location .com_activity_area .area_block {
    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: 7px 7px;
    width: 100%;
  }
  .pop_location .com_activity_area .area_block > * {
    width: calc((100% - 7px * 2) / 3);
    min-width: calc((100% - 7px * 2) / 3);
  }
}
.pop_location .com_activity_area .bottom_btns {
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .pop_location .com_chk_btn .btn {
    font-size: 12px;
  }
}
.pop_location .location_notice_txt {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-block: 20px;
}

@media screen and (min-width: 1023.9px) {
  .pop_alert .pop_container {
    max-width: 350px;
    width: 450px;
  }
}
.pop_alert .pop_container .content_container {
  text-align: center;
}
.pop_alert .pop_container .content_container .icon {
  font-size: 60px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.pop_alert .pop_container .content_container .txt {
  line-height: 1.5;
  font-size: 16px;
}
.pop_alert .pop_container .content_container.none_tit {
  padding-top: 20px;
}
.pop_alert .pop_container .btn_container button,
.pop_alert .pop_container .btn_container a {
  height: 41px;
}

.pop_number_people .pop_container {
  max-width: 520px;
  width: 100%;
}
.pop_number_people .scroll_wrap {
  position: relative;
}
.pop_number_people .scroll_wrap:before {
  content: "";
  border-top: 1px solid #000;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}
.pop_number_people .scroll_wrap:after {
  content: "";
  border-top: 1px solid #000;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
}
.pop_number_people .scroll_list {
  overflow-y: auto;
  height: 130px;
}
.pop_number_people .scroll_list::-webkit-scrollbar {
  display: none;
}
.pop_number_people .scroll_list .item {
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2);
  padding: 12px 0;
  cursor: pointer;
}
.pop_number_people .scroll_list .item.active {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.pop_number_people .content_container {
  position: relative;
}
.pop_number_people .center_line {
  border-top: 1px solid #000;
  position: absolute;
  top: 53px;
  left: 40px;
  width: calc(100% - 80px);
}
.pop_number_people .center_line::after {
  content: "";
  border-top: 1px solid #000;
  position: absolute;
  top: 63px;
  left: 0;
  width: 100%;
}
.pop_number_people .people_slide {
  height: 180px;
}
.pop_number_people .people_slide .swiper-slide {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-out;
  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: 3px;
  font-weight: 700;
  cursor: pointer;
}
.pop_number_people .people_slide .swiper-slide .unit {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
.pop_number_people .people_slide .swiper-slide.swiper-slide-active {
  color: #000;
  font-size: 24px;
  margin-top: -3px;
}
.pop_number_people .people_slide .swiper-slide.swiper-slide-active .unit {
  font-size: 18px;
  font-weight: 500;
}

.pop_add_challenge .pop_container {
  max-width: 600px;
  width: 100%;
}
.pop_add_challenge .info_list th,
.pop_add_challenge .info_list td {
  font-size: 16px;
  padding: 10px 0;
}
.pop_add_challenge .info_list th {
  font-weight: 600;
  color: #005f4c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.pop_add_challenge .com_notice {
  margin-top: 20px;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #e2e3e5;
  background: #f8f8f8;
  font-size: 16px;
}
.pop_add_challenge .com_notice .tit {
  align-items: center;
}

.pop_howto_clover .pop_container {
  max-width: 600px;
}
.pop_howto_clover .content_container {
  padding-block: 20px 20px;
}
.pop_howto_clover .board_list {
  table-layout: fixed;
}
.pop_howto_clover .board_list th,
.pop_howto_clover .board_list td {
  padding: 16px 10px;
  border-bottom: 1px solid #e2e3e5;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .pop_howto_clover .board_list th,
  .pop_howto_clover .board_list td {
    font-size: 14px;
  }
}
.pop_howto_clover .board_list thead th {
  font-weight: 600;
  border-bottom: 1px solid #000;
}
.pop_howto_clover .board_list tbody th {
  background-color: #f8f8f8;
}
.pop_howto_clover .board_list tbody td {
  color: #005f4c;
}

.pop_ceopet_info .eco_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
}
.pop_ceopet_info .eco_item .thumb {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  aspect-ratio: auto;
  border-radius: 50%;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.pop_ceopet_info .eco_item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pop_ceopet_info .eco_item .thumb > img, .pop_ceopet_info .eco_item .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (min-width: 1023.9px) {
  .pop_ceopet_info .eco_item .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    min-width: 140px;
    aspect-ratio: auto;
  }
  .pop_ceopet_info .eco_item .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .pop_ceopet_info .eco_item .thumb > img, .pop_ceopet_info .eco_item .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.pop_ceopet_info .eco_item .info_area {
  flex: 1;
}
.pop_ceopet_info .eco_item .info_area .name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.pop_ceopet_info .eco_item .info_area .info_stats {
  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;
}
@media screen and (max-width: 1023.9px) {
  .pop_ceopet_info .eco_item .info_area .info_stats {
    gap: 10px;
  }
}
.pop_ceopet_info .eco_item .info_area .info_stats .stats {
  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;
  font-size: 14px;
}
.pop_ceopet_info .eco_item .info_area .info_stats .stats i {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
@media screen and (max-width: 1023.9px) {
  .pop_ceopet_info .eco_item .info_area .info_stats .stats {
    font-size: 14px;
    gap: 5px;
  }
  .pop_ceopet_info .eco_item .info_area .info_stats .stats i {
    width: 14px;
    height: 14px;
  }
}
.pop_ceopet_info .btn_container {
  margin-top: 10px;
}

.pop_ecopet_status .content_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  padding-block: 10px 20px;
  gap: 10px;
  text-align: center;
  line-height: 1.5;
}
.pop_ecopet_status .content_container .tit {
  font-weight: 700;
}
.pop_ecopet_status.dark .pop_container {
  background-color: #000;
  color: #fff;
}

.pop_big_img {
  z-index: 99999;
}
.pop_big_img .content_container {
  max-height: 94vh;
}

.pop_reward .content_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 15px;
  text-align: center;
  padding-top: 25px;
}
@media screen and (min-width: 1023.9px) {
  .pop_reward .content_container {
    gap: 25px;
  }
}
.pop_reward .img {
  width: 70px;
  margin-inline: auto;
}
.pop_reward .txt {
  font-size: 18px;
  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: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
}
@media screen and (min-width: 1023.9px) {
  .pop_reward .txt {
    font-size: 22px;
  }
}

.popup_duplicate_challenge .content_container {
  flex: 1;
  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;
}
.popup_duplicate_challenge .duplicate_challenge__tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.popup_duplicate_challenge .duplicate_challenge__notice {
  font-size: 16px;
  font-weight: 400;
  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;
  line-height: 1.4;
  flex: 1;
  text-align: center;
  padding-block: 50px;
}
.popup_duplicate_challenge .duplicate_challenge__selected_num {
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}
.popup_duplicate_challenge .duplicate_challenge__list {
  margin-top: 20px;
}

.pop_proof_detail .content_container {
  padding-top: 26px;
}
.pop_proof_detail .proof_detail__thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.2591240876;
  border-radius: 10px;
}
.pop_proof_detail .proof_detail__thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pop_proof_detail .proof_detail__thumb > img, .pop_proof_detail .proof_detail__thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.pop_proof_detail .proof_detail__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;
  position: relative;
  text-align: center;
  padding-top: 20px;
}
.pop_proof_detail .proof_detail__tit {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}
.pop_proof_detail .proof_detail__id {
  font-size: 15px;
  font-weight: 600;
  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;
  margin-bottom: 5px;
}
.pop_proof_detail .proof_detail__id img {
  width: 18px;
}
.pop_proof_detail .proof_detail__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
  font-size: 14px;
}
.pop_proof_detail .proof_detail__txt > p {
  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;
}
.pop_proof_detail .proof_detail__txt .svg_icon.icon_eye {
  height: 15px;
  width: 14px;
  min-width: 14px;
}
.pop_proof_detail .proof_detail__txt .svg_icon.icon_heart {
  height: 10px;
  width: 12px;
  min-width: 12px;
}
.pop_proof_detail .tag_field {
  margin-bottom: 30px;
  width: 100%;
  min-height: 22px;
  gap: 1px;
  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;
}
.pop_proof_detail .tag_field .tag {
  border-radius: 20px;
  background: #2d2d2d;
  padding: 4px 7px;
  font-size: 12px;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  line-height: initial;
}
@media screen and (max-width: 1023.9px) {
  .pop_proof_detail .tag_field .tag {
    font-size: 10px;
    padding: 4px;
  }
}

.pop_ing_member .ing_member {
  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 3px;
  width: 100%;
}
.pop_ing_member .ing_member > * {
  width: calc((100% - 3px * 2) / 3);
  min-width: calc((100% - 3px * 2) / 3);
}
.pop_ing_member .ing_member__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  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;
}
.pop_ing_member .ing_member__nick {
  font-size: 14px;
  font-weight: 500;
  margin-block: 15px 3px;
}
@media screen and (min-width: 1023.9px) {
  .pop_ing_member .ing_member__nick {
    font-size: 18px;
  }
}
.pop_ing_member .ing_member__address {
  font-size: 12px;
  color: #646464;
}
@media screen and (min-width: 1023.9px) {
  .pop_ing_member .ing_member__address {
    font-size: 15px;
  }
}
.pop_ing_member .ing_member__num {
  border-radius: 10px;
  border: 0.6px solid #005f4c;
  background: #fff;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  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: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1023.9px) {
  .pop_ing_member .ing_member__num {
    font-size: 18px;
  }
}

.pop_walk_guide {
  /* ✅ 박수 애니메이션 */
}
.pop_walk_guide .content_container {
  max-height: calc(95vh - 93px);
}
.pop_walk_guide .btn_container {
  margin-block: 20px;
}
.pop_walk_guide .gudie_txt {
  color: #005f4c;
  font-size: 18px;
  font-weight: 600;
}
.pop_walk_guide .gudie_txt__area {
  gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  padding-inline: 10px;
  margin-block: 25px 28px;
  min-height: 41px;
}
.pop_walk_guide .gudie_txt__num {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #005f4c;
}
.pop_walk_guide .gudie_txt__final {
  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;
  border-radius: 10px;
  background: #eafaef;
  flex: 1;
  gap: 35px;
}
.pop_walk_guide .gudie_txt__final_txt_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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
}
.pop_walk_guide .gudie_txt__final_txt1 {
  font-size: 18px;
  color: #005f4c;
  font-weight: 600;
}
.pop_walk_guide .gudie_txt__final_txt2 {
  font-size: 24px;
  color: #005f4c;
  font-weight: 600;
}
.pop_walk_guide .guide_step {
  border-radius: 10px;
  background: #eee;
  width: 100%;
  height: 10px;
  position: relative;
}
.pop_walk_guide .guide_step__bar {
  border-radius: 10px;
  position: absolute;
  height: 10px;
  top: 0;
  left: 0;
  background-color: #005f4c;
}
.pop_walk_guide .guide_step__bar.step1 {
  width: 20%;
}
.pop_walk_guide .guide_step__bar.step2 {
  width: 40%;
}
.pop_walk_guide .guide_step__bar.step3 {
  width: 60%;
}
.pop_walk_guide .guide_step__bar.step4 {
  width: 80%;
}
.pop_walk_guide .guide_step__bar.step5 {
  width: 100%;
}
.pop_walk_guide .guide_clap {
  animation: guide-clap 1s ease-in-out infinite;
  color: #2e8b57;
  font-size: 70px;
}
@keyframes guide-clap {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.2) rotate(-10deg);
  }
  40% {
    transform: scale(1.1) rotate(10deg);
  }
  60% {
    transform: scale(1.2) rotate(-10deg);
  }
  80% {
    transform: scale(1.1) rotate(10deg);
  }
  100% {
    transform: scale(1);
  }
}
.pop_walk_guide .swiper-button-next,
.pop_walk_guide .swiper-button-prev {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 15px;
  color: #005f4c;
  font-weight: 700;
}
.pop_walk_guide .swiper-slide {
  height: auto;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.pop_walk_guide .swiper-button-next {
  right: 0;
}
.pop_walk_guide .swiper-button-prev {
  left: 0;
}

.proof-result__img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.3269230769;
  overflow: hidden;
  border-radius: 10px;
}
.proof-result__img > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.proof-result__img > img, .proof-result__img > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.proof-result__txt {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
}
.proof-result__textarea {
  margin-top: 0 !important;
  min-height: 100px;
  height: 100px;
}
.proof-result .com_input_sec {
  margin-top: 13px;
}

body {
  background: #fff;
}

main {
  padding-block: 90px 80px;
  min-height: 80vh;
}
@media screen and (max-width: 1023.9px) {
  main {
    padding-block: 62px 20px;
    min-height: auto;
  }
  .full_h main {
    min-height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
  .full_h main > .com_btn__wrap.bottom {
    margin-top: auto !important;
    padding-top: 20px;
  }
  .full_h main .full_h_form {
    flex: 1;
    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;
  }
  .full_h main .full_h_form > .com_btn__wrap.bottom {
    margin-top: auto !important;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1023.9px) and (max-width: 1023.9px) {
  .full_h main .my_container {
    height: calc(var(--vh, 1vh) * 100 - 50px - 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;
  }
  .full_h main .my_container > .com_btn__wrap.bottom {
    margin-top: auto !important;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_Index main, .com_Main.p_Index main, .com_Proof.p_List main, main.has_bottom_menu {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 1023.9px) {
  body.py_default main {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1023.9px) {
  body.py_tab_search main {
    padding-top: 118px;
  }
  body.py_tab_search main .com_tab {
    padding-bottom: 10px;
  }
  body.py_tab_search main .com_tab::after {
    display: none;
  }
  body.py_tab_search main .com_pg_tit_s {
    display: none;
  }
  body.py_tab_search main .com_pg_tit_s__wrap .com_serach {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  body.py_tab main {
    padding-top: 136px;
  }
}
@media screen and (max-width: 1023.9px) {
  body.py_tab_round_no main {
    padding-top: 110px;
  }
  body.py_tab_round_no main .com_tab {
    padding-bottom: 10px;
  }
  body.py_tab_round_no main .com_tab::after {
    display: none;
  }
  body.py_tab_round_no main .com_round_container {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  body.py_none main {
    padding-top: 50px;
  }
}

.com_flex_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  width: 100%;
}
.com_flex_row.between {
  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_center_wrap {
  width: 1620px;
  margin: 0 auto;
}
@media screen and (max-width: 1646px) {
  .com_center_wrap {
    width: auto;
    margin-inline: 13px;
  }
}

.head {
  height: 90px;
  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-inline: 44px;
  position: fixed;
  top: 0;
  z-index: 11;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 1299.9px) {
  .head {
    padding-inline: 13px;
    height: 50px;
  }
}
.head.bg {
  background-color: rgb(255, 255, 255);
}
.head.none_push .push {
  display: none;
}
.head.none_mypage_menu .mypage_menu {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .head:after {
    content: "";
    display: inline-block;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    text-align: center;
    line-height: calc(var(--vh, 1vh) * 100);
    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% - 65px);
    height: calc(var(--vh, 1vh) * 100);
    text-align: center;
    line-height: calc(var(--vh, 1vh) * 100);
    background-color: #fff;
    color: #fff;
    position: fixed;
    right: -200%;
    top: 0;
    z-index: 12;
  }
  .head.hidden {
    display: none;
  }
}
.head .logo {
  width: 130px;
}
@media screen and (max-width: 1023.9px) {
  .head .logo {
    width: 87px;
    margin-right: auto;
  }
}
.head .logo img {
  width: 100%;
}
.head .pg_tit,
.head .btn_prev {
  display: none;
}
.head .head_link_area {
  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: 30px;
}
@media screen and (min-width: 1023.9px) {
  .head .head_link_area {
    width: 130px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head .head_link_area {
    gap: 20px;
    order: 5;
  }
}
@media screen and (max-width: 1023.9px) {
  .head .head_link_area .head_profile_area {
    display: grid;
    gap: 10px 25px;
    grid-template-columns: 80px auto;
    align-items: center;
    position: absolute;
    top: 30px;
    right: -200%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e3e5;
    z-index: 12;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
.head .head_link_area .head_profile_area .name {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .head .head_link_area .head_profile_area .name {
    display: none;
  }
}
.head .head_link_area .head_profile_area .btn {
  color: #005f4c;
  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;
}
@media screen and (min-width: 1023.9px) {
  .head .head_link_area .head_profile_area .btn {
    display: none;
  }
}
.head .head_link_area .head_profile_img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  aspect-ratio: auto;
  border-radius: 100%;
  border: 2px solid #005f4c;
}
.head .head_link_area .head_profile_img > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.head .head_link_area .head_profile_img > img, .head .head_link_area .head_profile_img > 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) {
  .head .head_link_area .head_profile_img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
    aspect-ratio: auto;
  }
  .head .head_link_area .head_profile_img > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .head .head_link_area .head_profile_img > img, .head .head_link_area .head_profile_img > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.head .head_link_area .has_push {
  position: relative;
}
.head .head_link_area .has_push:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  text-align: center;
  line-height: 11px;
  background-color: #e01100;
  color: #fff;
  border-radius: 10px;
  border: 2px solid #000;
  right: 0;
  top: -2px;
}
@media screen and (max-width: 1023.9px) {
  .head .head_link_area .has_push:before {
    top: 3px;
    right: -2px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head .head_link_area .icon_push {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
.head .head_link_area .link {
  height: 32px;
  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;
  line-height: initial;
}
.head .head_link_area .link.bar {
  display: none;
  margin-top: 2px;
}
.head .head_link_area .link .svg_icon.icon_search {
  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='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M8.958 15.042a6.333 6.333 0 1 0 0-12.667 6.333 6.333 0 0 0 0 12.667ZM16.875 16.625l-3.443-3.444'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 27px;
}
.head .head_link_area .link.mypage_menu {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 1023.9px) {
  .head .head_link_area .link.mypage_menu {
    display: none;
  }
}
.head .head_link_area .link.proof {
  position: relative;
  /* 애니메이션 정의 */
}
.head .head_link_area .link.proof .com_tooltip {
  animation: proof_tooltip_Bounce 1.5s ease-in-out infinite;
  position: absolute;
  bottom: -38px;
  left: -3px;
}
@keyframes proof_tooltip_Bounce {
  0%, 100% {
    bottom: -32px;
  }
  50% {
    bottom: -34px;
  }
}
.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;
}
@media screen and (max-width: 1023.9px) {
  .head .gnb {
    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: 0;
    border-bottom: 1px solid #e2e3e5;
    max-height: calc(var(--vh, 1vh) * 100 - 290px);
    overflow-x: visible;
    overflow-y: auto;
    scrollbar-face-color: transparent; /*스크롤*/
    scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
    scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
    scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
    scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
    scrollbar-arrow-color: transparent; /*화살*/
    scrollbar-track-color: transparent; /*스크롤영역*/
  }
  .head .gnb::-webkit-scrollbar {
    /*스크롤바*/
    width: 5px;
    height: 5px;
  }
  .head .gnb::-webkit-scrollbar-button {
    /*스크롤바 버튼(아래 위 화살표)*/
    width: 0px;
    height: 0px;
  }
  .head .gnb::-webkit-scrollbar-thumb {
    /*스크롤바 핸들*/
    background-color: #e2e8f0;
    background-clip: padding-box;
    border-radius: 5px;
  }
  .head .gnb::-webkit-scrollbar-track {
    /*스크롤바 진행줄*/
    background-color: none;
  }
  .head .gnb::-webkit-scrollbar-track-piece {
    /*진행줄에서 핸들로 덮이지 않은 영역 */
    background-color: none;
  }
  .dark .head .gnb {
    scrollbar-highlight-color: #6b6b6b;
  }
  .dark .head .gnb::-webkit-scrollbar-thumb {
    /*스크롤바 핸들*/
    background-color: #6b6b6b;
  }
  .dark .head .gnb::-webkit-scrollbar-track-piece {
    /*진행줄에서 핸들로 덮이지 않은 영역 */
    background-color: #6b6b6b;
  }
}
@media screen and (max-width: 1023.9px) {
  .head .gnb .menu {
    width: 100%;
  }
}
.head .gnb .depth1 {
  position: relative;
}
@media screen and (min-width: 1023.9px) {
  .head .gnb .depth1 {
    text-align: center;
    min-width: 160px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head .gnb .depth1 {
    width: 100%;
    padding-inline: 24px;
  }
}
.head .gnb .depth1 .icon_arrow {
  width: 46px;
  height: 54px;
  position: absolute;
  background-size: 16px auto;
  right: 19px;
  top: 0;
}
@media screen and (min-width: 1023.9px) {
  .head .gnb .depth1 .icon_arrow {
    display: none;
  }
}
.head .gnb .depth1 > .menu {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (min-width: 1023.9px) {
  .head .gnb .depth1 > .menu {
    padding-block: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head .gnb .depth1 > .menu {
    height: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    font-size: 17px;
    font-weight: 700;
  }
  .head .gnb .depth1 > .menu.home {
    display: none;
  }
}
.head .gnb .depth1.active .icon_arrow {
  transform: rotate(180deg);
}
.head .gnb .depth1.active .depth2 {
  height: auto;
  visibility: visible;
  padding-block: 10px;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  transition-duration: 0.1s;
  border-top: 1px solid #e2e3e5;
}
@media screen and (max-width: 1023.9px) {
  .head .gnb .depth1 + .depth1 > .menu {
    border-top: 1px solid #e2e3e5;
  }
}
@media screen and (min-width: 1023.9px) {
  .head .gnb .depth1:hover > .menu {
    color: #005f4c;
    font-weight: bold;
  }
  .head .gnb .depth1:hover .depth2 {
    height: auto;
    position: absolute;
    visibility: visible;
    border-radius: 0px 0px 20px 20px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .head .gnb .depth1:hover .depth2 .menu {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 20px;
    margin-block: 0;
    width: 100%;
  }
  .head .gnb .depth1:hover .depth2 .menu:hover {
    background-color: #005f4c;
    color: #fff;
  }
}
.head .gnb .depth2 {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  border-top-color: #e2e3e5;
  width: 100%;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.head .gnb .depth2 .menu {
  color: #646464;
  margin-block: 10px;
}
@media screen and (max-width: 1023.9px) {
  .head .gnb__wrap {
    right: -150%;
    z-index: 12;
    top: 130px;
    position: absolute;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
.head .gnb__wrap .mobile_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  padding-inline: 24px;
  gap: 40px;
  margin-block: 20px;
}
.head .gnb__wrap .mobile_menu .menu {
  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: 6px;
  color: #646464;
  white-space: nowrap;
  font-size: 14px;
}
.head .gnb__wrap .mobile_menu .menu img {
  width: 30px;
}
@media screen and (min-width: 1023.9px) {
  .head .gnb__wrap .mobile_menu {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .head.active:after {
    left: 0;
  }
  .head.active:before {
    right: 0;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .head.active .head_link_area .link.bar {
    position: absolute;
    top: 18px;
    right: 23px;
    z-index: 13;
  }
  .head.active .head_link_area .svg_icon.icon_bar {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath stroke='%23000' stroke-width='1.5' d='M15.409 1.184.592 16m0-14.817L15.409 16'/%3E%3C/svg%3E");
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    transition-duration: 0.1s;
    transform: rotate(90deg);
  }
  .head.active .head_link_area .head_profile_area {
    padding-inline: 11px;
    right: 0;
    width: calc(100% - 65px);
    visibility: visible;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .head.active .head_link_area .head_profile_area .name {
    align-self: flex-end;
  }
  .head.active .head_link_area .head_profile_area .btn {
    align-self: flex-start;
  }
  .head.active .head_link_area .head_profile_img {
    grid-row: 1/3;
  }
  .head.active .gnb__wrap {
    right: 0;
    width: calc(100% - 65px);
    visibility: visible;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
@media screen and (max-width: 1023.9px) {
  .head.sub_page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    padding-inline: 17px 13px;
  }
  .head.sub_page .logo,
  .head.sub_page .link.push {
    display: none;
  }
  .head.sub_page .pg_tit {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 280px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
  .head.sub_page .btn_prev {
    display: block;
    margin-right: 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;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
  }
}
@media screen and (max-width: 1023.9px) {
  .head.sub_page_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    padding-inline: 17px 13px;
  }
  .head.sub_page_main .logo {
    display: none;
  }
  .head.sub_page_main .pg_tit {
    font-size: 16px;
    font-weight: 600;
    display: block;
  }
  .head.sub_page_main .link.bar {
    display: flex;
  }
}
@media screen and (max-width: 1023.9px) {
  .head.bar .link.bar {
    display: flex;
  }
}
@media screen and (max-width: 1023.9px) {
  .head.push .link.push {
    display: flex;
  }
  .head.push .link.none_push {
    display: none;
  }
}

.footer {
  padding-top: 26px;
  background-color: #fff;
  border-top: 1px solid #e2e3e5;
}
@media screen and (max-width: 1023.9px) {
  .footer {
    display: none;
  }
}
.footer .com_center_wrap {
  position: relative;
}
.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;
  gap: 20px;
  margin-bottom: 20px;
}
.footer_link_area .footer_link {
  color: #2d2d2d;
  font-size: 12px;
}
.footer_address {
  color: #5b5b5b;
  font-size: 12px;
  line-height: 1.6;
}
.footer_contact {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.footer_contact .tit {
  width: 100%;
  text-align: right;
}
.footer .copy {
  margin-top: 20px;
  color: #5b5b5b;
  font-size: 12px;
  background: #f8f8f8;
  text-align: center;
  padding-block: 20px;
}

.bottom_menu {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  width: calc(100% - 40px);
  max-width: 520px;
  height: 72px;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 70%, rgb(0, 0, 0) 100%);
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1), 0 12px 32px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
@media screen and (min-width: 1023.9px) {
  .bottom_menu {
    display: none;
  }
}
.bottom_menu .menu {
  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;
  flex: 1;
  height: 80px;
  gap: 8px;
  font-size: 13px;
}
.bottom_menu .menu img {
  width: 25px;
}
.bottom_menu .menu .bottom_profile {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  min-width: 23px;
  aspect-ratio: auto;
  border-radius: 100%;
}
.bottom_menu .menu .bottom_profile > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.bottom_menu .menu .bottom_profile > img, .bottom_menu .menu .bottom_profile > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}

.sub_visual {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .sub_visual {
    display: none;
  }
}

.body_ios .head {
  height: 92px;
  padding-top: 42px;
}
.body_ios .head.active .head_link_area .link.bar {
  top: 60px;
}
.body_ios.com_My .my_aside .lnb.active {
  padding-top: 57px;
}
.body_ios main {
  padding-top: 104px;
}
.full_h .body_ios main .my_container {
  height: calc(var(--vh, 1vh) * 100 - 50px + 42px - 20px);
}
.body_ios.py_default main {
  padding-top: 92px;
}
.body_ios.py_tab_search main {
  padding-top: 160px;
}
@media screen and (max-width: 1023.9px) {
  .body_ios.py_tab main {
    padding-top: 178px;
  }
}
.body_ios.py_tab_round_no main {
  padding-top: 152px;
}
.body_ios.py_none main {
  padding-top: 92px;
}
.body_ios .com_popup.type_full .pop_tit {
  height: 92px;
  padding-top: 42px;
}
.body_ios .com_popup.type_full .btn_close {
  top: 58px;
}
@media screen and (max-width: 1023.9px) {
  .body_ios .head .head_link_area .head_profile_area {
    top: 72px;
  }
}
@media screen and (max-width: 1023.9px) {
  .body_ios .head .gnb__wrap {
    top: 172px;
  }
}
.body_ios .gnb {
  max-height: calc(var(--vh, 1vh) * 100 - 290px - 42px);
}

.body_android .head {
  height: 74px;
  padding-top: 24px;
}
.body_android .head.active .head_link_area .link.bar {
  top: 42px;
}
.body_android.com_My .my_aside .lnb.active {
  padding-top: 39px;
}
.body_android main {
  padding-top: 86px;
}
.full_h .body_android main .my_container {
  height: calc(var(--vh, 1vh) * 100 - 50px + 24px - 20px);
}
.body_android.py_default main {
  padding-top: 74px;
}
.body_android.py_tab_search main {
  padding-top: 142px;
}
@media screen and (max-width: 1023.9px) {
  .body_android.py_tab main {
    padding-top: 160px;
  }
}
.body_android.py_tab_round_no main {
  padding-top: 134px;
}
.body_android.py_none main {
  padding-top: 74px;
}
.body_android .com_popup.type_full .pop_tit {
  height: 74px;
  padding-top: 24px;
}
.body_android .com_popup.type_full .btn_close {
  top: 40px;
}
@media screen and (max-width: 1023.9px) {
  .body_android .head .head_link_area .head_profile_area {
    top: 54px;
  }
}
@media screen and (max-width: 1023.9px) {
  .body_android .head .gnb__wrap {
    top: 154px;
  }
}
.body_android .gnb {
  max-height: calc(var(--vh, 1vh) * 100 - 290px - 24px);
}

.com_point_txt {
  color: #005f4c !important;
}

.com_red_txt {
  color: #e01100 !important;
}

.com_text_count {
  margin-top: 10px;
  color: #8f8f8f;
  font-size: 11px;
  font-weight: 500;
  text-align: right;
}

.com_ellipsis {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.com_no_data {
  text-align: center;
  margin-top: 20px;
  width: 100%;
  flex: 1;
  max-height: 13px;
}
@media screen and (max-width: 1023.9px) {
  .com_no_data {
    font-size: 13px;
  }
}

.com_pg_tit {
  font-size: 40px;
  font-weight: 600;
  margin-block: 50px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit {
    display: none;
  }
}

.com_pg_tit_s {
  font-size: 30px;
  font-weight: 600;
  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_s {
    font-size: 14px;
  }
}
.com_pg_tit_s__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;
  padding-block: 60px 43px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit_s__wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #005f4c;
    z-index: 1;
    padding: 15px 13px 0;
    color: #fff;
    width: calc(100% + 26px);
    max-width: calc(100% + 26px) !important;
    margin-inline: -13px;
  }
  .com_pg_tit_s__wrap:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 62px;
    text-align: center;
    line-height: 62px;
    background-color: #fff;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 20px 20px 0 0;
    z-index: 2;
  }
}
.com_pg_tit_s__wrap .com_serach {
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit_s__wrap .com_serach {
    width: 100%;
    background-color: #fff;
    margin-top: 27px;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
  }
}
.com_pg_tit_s__wrap .btn_more {
  margin-left: auto;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit_s__wrap .btn_more {
    font-size: 13px;
  }
}
.com_pg_tit_s__wrap .btn_more:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border: solid #000;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin-left: 5px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit_s__wrap .btn_more:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 5px;
    height: 5px;
    border: solid #000;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
  }
}
.com_pg_tit_s__wrap.type_white {
  color: #000;
  background: #fff;
  padding-block: 0 5px;
}
.com_pg_tit_s__wrap.type_white:before {
  display: none;
}
.com_pg_tit_s__wrap.type_white .location .com_btn {
  border-color: #646464;
  color: #646464;
}
.com_pg_tit_s__wrap.type_white .svg_icon.icon_bar.icon_bar.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' viewBox='0 0 21 18' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='2' d='M1.167.998h17.991M1.167 8.994h17.991M1.167 16.99h17.991'/%3E%3C/svg%3E");
}
.com_pg_tit_s__wrap.type_white .svg_icon.icon_block.icon_block.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'  fill='none'%3E%3Cpath stroke='%23000' d='M1.062 1.268a.5.5 0 0 1 .5-.5h5.017a.5.5 0 0 1 .5.5v5.016a.5.5 0 0 1-.5.5H1.562a.5.5 0 0 1-.5-.5V1.268Zm0 8.983a.5.5 0 0 1 .5-.5h5.017a.5.5 0 0 1 .5.5v5.017a.5.5 0 0 1-.5.5H1.562a.5.5 0 0 1-.5-.5V10.25Zm8.983-8.983a.5.5 0 0 1 .5-.5h5.017a.5.5 0 0 1 .5.5v5.016a.5.5 0 0 1-.5.5h-5.017a.5.5 0 0 1-.5-.5V1.268Zm0 8.983a.5.5 0 0 1 .5-.5h5.017a.5.5 0 0 1 .5.5v5.017a.5.5 0 0 1-.5.5h-5.017a.5.5 0 0 1-.5-.5V10.25Z'/%3E%3C/svg%3E");
}
.com_pg_tit_s__wrap.type_none_bg {
  background: #fff;
  padding-block: 0;
}
.com_pg_tit_s__wrap.type_none_bg:before {
  display: none;
}
.com_pg_tit_s__wrap.type_none_bg .com_pg_tit_s {
  display: none;
}
.com_pg_tit_s__wrap.type_none_bg .com_serach {
  margin-block: 0 20px;
}
.com_pg_tit_s .point {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  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;
  gap: 5px;
  margin-top: -10px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit_s .point {
    gap: 1px;
    margin-top: -3px;
  }
}
.com_pg_tit_s .point:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  text-align: center;
  line-height: 5px;
  background-color: #e01100;
  color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit_s .point:before {
    width: 2px;
    height: 2px;
  }
}

.list-sort-select {
  border: 1px solid #005f4c;
  border-radius: 30px;
  width: auto;
  padding-inline: 13px 40px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  height: 40px;
  background-position: calc(100% - 10px) center;
}
@media screen and (min-width: 1023.9px) {
  .list-sort-select {
    margin-left: auto;
  }
}

.com_board_option__location {
  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;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 1023.9px) {
  .com_board_option__location {
    position: relative;
  }
  .com_board_option__location::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 1px;
    height: 20px;
    margin-inline: 20px;
    background: #ddd;
    cursor: default;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board_option__location {
    font-size: 13px;
  }
}
.com_board_option__location .svg_icon {
  margin-right: 6px;
}
.com_board_option__location .com_btn {
  margin-left: 9px;
}
.com_board_option__location .check_wrap {
  margin-left: 5px;
}

.com_board_type_select {
  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: 15px;
}
.com_board_type_select .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;
}
.com_board_type_select .svg_icon.icon_bar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' viewBox='0 0 21 18' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='1' d='M1.167.998h17.991M1.167 8.994h17.991M1.167 16.99h17.991'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}
.com_board_type_select .svg_icon.icon_bar.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' viewBox='0 0 21 18' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='1' d='M1.167.998h17.991M1.167 8.994h17.991M1.167 16.99h17.991'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1023.9px) {
  .com_board_type_select {
    display: none;
  }
}

.com_sec_tit {
  font-size: 16px;
  font-weight: 600;
  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;
}
@media screen and (min-width: 1023.9px) {
  .com_sec_tit {
    font-size: 20px;
  }
}
.com_sec_tit.line {
  border-bottom: 1px solid #e2e3e5;
  padding-bottom: 10px;
}
.com_sec_tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}

.com_msg_tit {
  margin-bottom: 50px;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .com_msg_tit {
    margin-bottom: 104px;
  }
}
.com_msg_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;
  gap: 10px;
}
.com_msg_tit .row + .row {
  margin-top: 8px;
}
.com_msg_tit .icon_leaf {
  width: 20px;
  height: 20px;
  background: url(../img/icon_leaf.png) no-repeat center/20px;
}
.com_msg_tit.l {
  font-size: 28px;
}
@media screen and (max-width: 1023.9px) {
  .com_msg_tit.l {
    font-size: 21px;
  }
}

.com_notice {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .com_notice {
    font-size: 14px;
  }
}
.com_notice .tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 11px;
  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;
}
@media screen and (max-width: 1023.9px) {
  .com_notice .tit {
    font-size: 15px;
  }
}
.com_notice.type_line {
  border-block: 1px solid #8f8f8f;
  padding-block: 20px;
}

.com_page_desc {
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (min-width: 1023.9px) {
  .com_page_desc {
    margin-bottom: 40px;
  }
}
.com_page_desc .page_desc {
  font-size: 12px;
  font-weight: 500;
  color: #8f8f8f;
}
@media screen and (min-width: 1023.9px) {
  .com_page_desc .page_desc {
    font-size: 15px;
  }
}
.com_page_desc .page_desc__tit {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_page_desc .page_desc__tit {
    font-size: 25px;
  }
}

.com_intro_tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 1023.9px) {
  .com_intro_tit {
    font-size: 28px;
    margin-top: 50px;
  }
}
.com_intro_tit__icon {
  width: 18px;
  margin-left: 5px;
  vertical-align: -2px;
}
@media screen and (min-width: 1023.9px) {
  .com_intro_tit__icon {
    width: 26px;
  }
}
.com_intro_tit.with_pet_img {
  margin-bottom: 310px;
}
@media screen and (min-width: 1023.9px) {
  .com_intro_tit.with_pet_img {
    margin-bottom: 230px;
  }
}
.com_intro_tit .nim {
  display: inline-block;
}

.nim {
  display: none;
}

.com_terms {
  line-height: 1.5;
}
.com_terms dt {
  font-weight: 600;
  font-size: 16px;
}
.com_terms dd {
  margin-top: 15px;
}
.com_terms dd + .dt {
  margin-top: 30px;
}

.com_warning .com_tit_warning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 5px;
  font-size: 16px;
  color: #e01100;
  font-weight: 600;
}
.com_warning .com_tit_warning:before {
  display: block;
  width: 16px;
  height: 16px;
  border: 100%;
  background: url(../img/icon_warning.png) no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 1023.9px) {
  .com_warning .com_tit_warning:before {
    width: 20px;
    height: 20px;
  }
}
.com_warning.l .com_tit_warning {
  font-size: 18px;
}
.com_warning.l .com_text_warning {
  font-size: 16px;
  line-height: 1.5;
}
.com_msg_tit + .com_warning {
  margin-top: 30px;
}

.com_warning.type_box {
  border-radius: 10px;
  background: #eafaef;
  padding: 15px;
  gap: 10px;
}
.com_warning.type_box .com_tit_warning {
  color: #000;
}
.com_warning.type_box .com_tit_warning:before {
  background-image: url(../img/icon_tip.png);
}

.com_text_warning {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.com_text_warning .icon_warning {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 100%;
  background: url(../img/icon_warning.png) no-repeat center/contain;
  align-self: flex-start;
}
.com_text_warning .emph {
  color: #e01100;
  font-weight: bold;
}

.com_guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 6px;
  font-size: 14px;
  line-height: 1.4;
}
.com_guide__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: 15px;
}
.com_guide__wrap.has_top_pd {
  margin-top: 20px;
}
.com_guide .icon_leaf {
  width: 8px;
  min-width: 0;
  height: 8px;
  margin-top: 5px;
}
.com_guide .tit_item {
  display: block;
  font-weight: 700;
  color: #005f4c;
}
@media screen and (min-width: 1023.9px) {
  .com_guide.l {
    font-size: 16px;
    line-height: 1.5;
  }
  .com_guide.l .icon_leaf {
    width: 10px;
    height: 10px;
    margin-top: 7px;
  }
}

.com_step {
  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: 53px;
  margin-bottom: 27px;
}
@media screen and (min-width: 1023.9px) {
  .com_step {
    margin-bottom: 40px;
  }
}
.com_step .step {
  border-radius: 50px;
  background: #dfe5ed;
  width: 31px;
  height: 31px;
  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;
  aspect-ratio: 1/1;
  color: #8aa0c5;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.com_step .step:not(:last-child):before {
  content: "";
  display: inline-block;
  width: 53px;
  height: 2px;
  text-align: center;
  line-height: 2px;
  background-color: #dfe5ed;
  color: #fff;
  position: absolute;
  left: 31px;
}
.com_step .step.active {
  background-color: #005f4c;
  color: #fff;
}

/* 공통 메시지 박스 */
.com_msg_alert {
  position: relative; /* X 버튼 위치를 위한 설정 */
  border-radius: 8px;
  padding: 14px 16px;
  margin: 12px 0 20px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  background-color: #fff5ec;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  /* 참여 완료 */
  /* 미참여 */
  /* X 버튼 (닫기) */
  /* 메시지 박스 내부 텍스트 */
  /* 애니메이션 정의 */
}
.com_msg_alert.success_box {
  background-color: #e6f5ec;
  color: #1a5938;
}
.com_msg_alert.challenge_notice {
  background-color: #ffeaea;
  color: #c62828;
}
.com_msg_alert.type_none {
  background: #d1ffbf;
  color: #c62828;
}
.com_msg_alert.type_green {
  background: #eafaef;
}
.com_msg_alert.type_left {
  text-align: left;
}
.com_msg_alert.type_left .highlight_text {
  display: block;
  text-align: left;
}
.com_msg_alert.type_left .highlight_text .tit {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.com_msg_alert.type_left .highlight_text .tit:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_tip.png);
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.com_msg_alert.type_left .highlight_text .txt {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.com_msg_alert.type_left .highlight_text .txt .com_red_txt {
  font-weight: 700;
}
.com_msg_alert .btn_close {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 10px;
  height: 10px;
  background: url("/application/assets/front/img/icon_del.png") no-repeat center/100% auto;
  border: none;
  cursor: pointer;
}
.com_msg_alert .btn_close:hover {
  opacity: 0.8;
}
.com_msg_alert .highlight_text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  animation: subtleBounce 1.5s ease-in-out infinite;
}
.com_msg_alert .highlight_text span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@keyframes subtleBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
.com_msg_alert .big_txt {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_msg_alert .big_txt {
    font-size: 20px;
  }
}

.com_notice_has_tit {
  width: 100%;
  flex: 1;
}
.com_notice_has_tit:not(:last-child) {
  margin-bottom: 25px;
}
.com_notice_has_tit .notice_has_tit__tit {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 15px;
}
.com_notice_has_tit .notice_has_tit__contents {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.com_notice_has_tit .notice_has_tit__contents.type_box {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #8f8f8f;
}
.com_notice_has_tit .notice_has_tit__contents.type_box .line_green {
  border-color: #005f4c;
}
.com_notice_has_tit .notice_has_tit__contents.alignC {
  text-align: center;
}
.com_notice_has_tit .auth_ex {
  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;
  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: 15px 15px;
  width: 100%;
}
.com_notice_has_tit .auth_ex > * {
  width: calc((100% - 15px * 1) / 2);
  min-width: calc((100% - 15px * 1) / 2);
}
.com_notice_has_tit .auth_ex .btn_img_view {
  border-radius: 10px;
  width: 20px;
  height: 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: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position: absolute;
  top: 7px;
  right: 7px;
}
@media screen and (min-width: 1023.9px) {
  .com_notice_has_tit .auth_ex .btn_img_view {
    width: 30px;
    height: 30px;
  }
}
.com_notice_has_tit .auth_ex__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  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: 7px;
  font-size: 12px;
  text-align: center;
}
.com_notice_has_tit .auth_ex__img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.170212766;
  border-radius: 10px;
  border: 1px solid #005f4c;
  overflow: hidden;
  position: relative;
}
.com_notice_has_tit .auth_ex__img > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_notice_has_tit .auth_ex__img > img, .com_notice_has_tit .auth_ex__img > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}

.com_pirce_info {
  flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
.com_pirce_info input[type=text],
.com_pirce_info input[type=number],
.com_pirce_info input[type=password] {
  margin: 0 !important;
}
.com_pirce_info select {
  width: 100%;
  flex: 1;
}
.com_pirce_info .price__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_pirce_info .price__item .sub_txt {
  font-size: 12px;
}
@media screen and (min-width: 1023.9px) {
  .com_pirce_info .price__item .sub_txt {
    font-size: 13px;
  }
}
.com_pirce_info .price__item.total {
  color: #005f4c;
  margin-top: 5px;
}
.com_pirce_info .price__item.l {
  font-size: 16px;
}
.com_pirce_info .price__item.line {
  border-top: 1px solid #e2e3e5;
  padding-top: 15px;
  margin-top: 8px;
}
.com_pirce_info .price__tit {
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (min-width: 1023.9px) {
  .com_pirce_info .price__tit {
    font-size: 16px;
  }
}
.com_pirce_info .price__tit .png_icon {
  margin-right: 6px;
  vertical-align: middle;
}
.com_pirce_info .price__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: 3px;
  font-size: 14px;
}
@media screen and (min-width: 1023.9px) {
  .com_pirce_info .price__info {
    font-size: 16px;
    gap: 5px;
  }
}
.com_pirce_info .price__info .num {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1023.9px) {
  .com_pirce_info .price__info .num {
    font-size: 20px;
  }
}
.com_pirce_info .price__info .input_price {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  width: auto;
  height: 35px;
  padding-inline: 10px;
}
.com_pirce_info .price__coin {
  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: #e3a100;
  font-size: 14px;
  font-weight: 500;
  gap: 5px;
  line-height: initial;
}
.com_pirce_info.type_box {
  border-radius: 10px;
  border: 1px solid #005f4c;
  padding: 21px 16px;
}
.com_pirce_info.type_line {
  padding-block: 20px;
  border-block: 1px solid #646464;
}
.com_pirce_info.type_line + .type_line {
  border-top: none;
}

.com_info_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 40px;
}
.com_info_list .info_list__item {
  margin-top: 20px;
}
.com_info_list .info_list__tit {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #646464;
  padding-bottom: 10px;
  margin-bottom: 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;
}
.com_info_list .info_list__txt {
  font-size: 14px;
  line-height: 150%;
}
.com_info_list .info_list__desc {
  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_info_list .info_list__desc li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  font-size: 14px;
}
@media screen and (min-width: 1023.9px) {
  .com_info_list .info_list__desc li {
    font-size: 16px;
  }
}
.com_info_list .info_list__desc__tit {
  width: 80px;
}
@media screen and (min-width: 1023.9px) {
  .com_info_list .info_list__desc__tit {
    width: 120px;
  }
}
.com_info_list .info_list__coin {
  color: #e3a100;
  font-size: 16px;
  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;
  line-height: initial;
  gap: 5px;
}
@media screen and (min-width: 1023.9px) {
  .com_info_list .info_list__coin {
    font-size: 19px;
  }
}
.com_info_list .info_list__coin .unit {
  font-size: 15px;
}
@media screen and (min-width: 1023.9px) {
  .com_info_list .info_list__coin .unit {
    font-size: 17px;
  }
}
.com_info_list .info_list__tel {
  font-size: 16px;
}
@media screen and (min-width: 1023.9px) {
  .com_info_list .info_list__tel {
    font-size: 19px;
  }
}

.com_daily_stat_list {
  border-radius: 10px;
  background: #eafaef;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1023.9px) {
  .com_daily_stat_list {
    padding-inline: 25px;
  }
}
.com_daily_stat_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_daily_stat_list li {
    font-size: 16px;
  }
}
.com_daily_stat_list li p:first-child {
  position: relative;
}
.com_daily_stat_list li p:first-child::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3px;
  min-width: 3px;
  height: 3px;
  margin-inline: 0 5px;
  background: #005f4c;
  border-radius: 3px;
  vertical-align: middle;
  cursor: default;
}
.com_daily_stat_list li .icon_coin {
  margin-right: 5px;
}
@media screen and (min-width: 1023.9px) {
  .com_daily_stat_list li .icon_coin {
    width: 16px;
    height: 16px;
  }
}
.com_daily_stat_list li .num {
  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;
  font-size: 16px;
}
@media screen and (min-width: 1023.9px) {
  .com_daily_stat_list li .num {
    font-size: 18px;
  }
}
.com_daily_stat_list.box_dark {
  background-color: #005f4c;
  color: #fff;
}
.com_daily_stat_list.box_dark li p:first-child:before {
  background-color: #fff;
  opacity: 0.6;
}
.com_daily_stat_list.type_none_dot li p:first-child::before {
  display: none;
}

.com_tooltip {
  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: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
  background-color: #fff8f0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 12px;
  color: #4d3a03;
  z-index: 8;
  white-space: nowrap;
  margin-block: 10px 5px;
  border: 1px solid #ffd8b0;
}
.com_tooltip::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 15px;
  transform: translateX(-50%);
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #ffd8b0 transparent;
}
.com_tooltip:after {
  content: "";
  position: absolute;
  top: -11px;
  left: 15px;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #fff8f0 transparent;
}
.com_tooltip.red {
  background-color: #ffcbcb;
  border-color: #ffc0c0;
}
.com_tooltip.red::before {
  border-color: transparent transparent #ffc0c0 transparent;
}
.com_tooltip.red::after {
  border-color: transparent transparent #ffcbcb transparent;
}
.com_tooltip.blue {
  background-color: #e8f0ff;
  border-color: #afcbff;
}
.com_tooltip.blue::before {
  border-color: transparent transparent #afcbff transparent;
}
.com_tooltip.blue::after {
  border-color: transparent transparent #e8f0ff transparent;
}
.com_tooltip.green {
  background-color: #e7f8f0;
  border-color: #8ad3a5;
}
.com_tooltip.green::before {
  border-color: transparent transparent #8ad3a5 transparent;
}
.com_tooltip.green::after {
  border-color: transparent transparent #e7f8f0 transparent;
}

.com_dot_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
.com_dot_list li {
  display: flex;
  position: relative;
}
.com_dot_list li::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3px;
  min-width: 3px;
  height: 3px;
  margin-inline: 0px 5px;
  background: #005f4c;
  border-radius: 3px;
  vertical-align: middle;
  cursor: default;
}
.com_dot_list li:before {
  margin-top: 8px;
}

.com_bullet_star_list {
  color: #646464;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (min-width: 1023.9px) {
  .com_bullet_star_list {
    font-size: 16px;
  }
}
.com_bullet_star_list li {
  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: 3px;
}
.com_bullet_star_list li:before {
  content: "*";
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  line-height: auto;
  background-color: #fff;
  color: #646464;
}

/*common input form*/
.com_form_container {
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 826px) {
  .com_form_container {
    max-width: 100%;
    margin-inline: 13px;
  }
}

.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: 18px;
  font-weight: 600;
  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_input_sec .tit_field {
    font-size: 16px;
  }
}
.com_input_sec .tit_field .price {
  color: #e3a100;
  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: 5px;
}
.com_input_sec .tit_field .price > * {
  font-size: 16px;
}
@media screen and (min-width: 1023.9px) {
  .com_input_sec .tit_field .price > * {
    font-size: 20px;
  }
}
.com_input_sec .tit_field.big {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_input_sec .tit_field.big {
    font-size: 20px;
  }
}
.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: 11px;
  position: relative;
  width: 100%;
}
.com_input_sec .input_field.block {
  display: block;
}
.com_input_sec .input_field .btn_del {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url(../img/svg/icon_del.svg) no-repeat center/contain;
  cursor: pointer;
}
.com_input_sec .input_field textarea,
.com_input_sec .input_field .com_chk__wrap {
  margin-top: 10px;
}
@media screen and (max-width: 1023.9px) {
  .tit_field + .input_field input[type=text],
  .tit_field + .input_field input[type=number],
  .tit_field + .input_field input[type=password] {
    margin-top: -10px;
  }
}
.com_input_sec .input_field .com_btn {
  min-width: 131px;
  align-self: flex-end;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field .com_btn {
    min-width: 108px;
  }
  .com_input_sec .input_field .com_btn.l {
    height: 40px;
    font-size: 16px;
  }
}
.com_input_sec .input_field .com_btn.type_mini {
  min-width: 0 !important;
  margin-left: auto;
}
.com_input_sec .input_field .input {
  width: 100%;
}
.com_input_sec .input_field.upload_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;
}
.com_input_sec .input_field.upload_field .file-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 10px;
  row-gap: 14px;
  width: 100%;
}
.com_input_sec .input_field.upload_field .filebox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 575.9px) {
  .com_input_sec .input_field.upload_field .filebox {
    width: calc(25% - 7.5px);
  }
}
.com_input_sec .input_field.upload_field .filebox img {
  width: 100%;
  height: 100px;
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  .com_input_sec .input_field.upload_field .filebox img {
    height: calc(25vw - 14px);
  }
}
.com_input_sec .input_field.upload_field .filebox .delete {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #fff;
  right: 4px;
  top: 4px;
  font-size: 0;
}
.com_input_sec .input_field.upload_field .filebox .delete:before, .com_input_sec .input_field.upload_field .filebox .delete:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  margin: -5px 0 0 -1px;
  background: #313131;
  content: "";
}
.com_input_sec .input_field.upload_field .filebox .delete:before {
  transform: rotate(45deg);
}
.com_input_sec .input_field.upload_field .filebox .delete:after {
  transform: rotate(-45deg);
}
.com_input_sec .input_field.upload_field .filebox .name {
  text-align: left;
  word-break: normal;
  color: #2d2d2d;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field.upload_field .filebox .name {
    font-size: 13px;
  }
}
.com_input_sec .input_field.upload_field.flex_row {
  flex-direction: row;
}
.com_input_sec .input_field.price_field {
  border-bottom: 1px solid #646464;
  text-align: center;
  color: #005f4c;
  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: 3px;
  padding-bottom: 5px;
}
.com_input_sec .input_field.price_field .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.com_input_sec .input_field.price_field .price_input {
  border: none;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #005f4c;
}
@media screen and (min-width: 1023.9px) {
  .com_input_sec .input_field.price_field .price_input {
    font-size: 24px;
  }
}
.com_input_sec .input_field.price_field .unit {
  font-size: 16px;
}
.com_input_sec .input_field .txt {
  color: #646464;
  font-size: 13px;
}
@media screen and (min-width: 1023.9px) {
  .com_input_sec .input_field .txt {
    font-size: 15px;
  }
}
.com_input_sec .input_field .txt_list {
  line-height: 1.5;
  font-size: 14px;
}
.com_input_sec .tit_field .flex_row,
.com_input_sec .input_field .flex_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 1023.9px) {
  .com_input_sec .tit_field .flex_row,
  .com_input_sec .input_field .flex_row {
    gap: 20px 30px;
  }
}
.com_input_sec .tit_field .flex_row .desc,
.com_input_sec .input_field .flex_row .desc {
  font-weight: 400;
}
.com_input_sec .tit_field .flex_between,
.com_input_sec .input_field .flex_between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_input_sec .input_sec__warp {
  margin-top: 20px;
}
.com_input_sec .phone_verification {
  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 .icon_must {
  color: #e01100;
  font-size: 16px;
  font-weight: 700;
  margin-left: 5px;
}
.com_input_sec .tip_txt {
  font-size: 13px;
  color: #646464;
  line-height: 1.5;
}
.com_input_sec .tip_txt.bottom {
  margin-top: 5px;
}
.com_input_sec .error_txt {
  color: #e01100;
  font-size: 14px;
}
.com_input_sec .info_txt {
  color: #005f4c;
  font-size: 14px;
}
.com_input_sec .text_right {
  text-align: right;
}
.com_input_sec * + .tit_field {
  margin-top: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec * + .tit_field {
    margin-top: 30px;
  }
}
.com_input_sec .tit_field + .input_field .textarea {
  margin-top: 10px;
}
.com_input_sec form .tit_field + .input_field {
  margin-top: 10px;
}
.com_intro_tit + .com_input_sec {
  margin-top: 30px;
}
@media screen and (min-width: 1023.9px) {
  .com_intro_tit + .com_input_sec {
    margin-top: 50px;
  }
}
.com_input_sec_divider {
  background-color: #646464;
  height: 1px;
  width: 100%;
  border: none;
  margin-top: 10px;
  margin-bottom: -10px;
}

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

.com_agree_area {
  margin-top: 20px;
}
.com_agree_area label {
  color: #646464;
  text-align: left;
  font-weight: 500;
}
.com_agree_area .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.9px) {
  .com_agree_area .item {
    margin-bottom: 17px;
  }
}
.com_agree_area .item.all {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dcdcdc;
}
.com_agree_area .item.all label.com_chk {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 1023.9px) {
  .com_agree_area .item.all label.com_chk {
    font-size: 16px;
  }
}
.com_agree_area .item .txt {
  margin-left: auto;
  color: #005f4c;
}
.com_agree_area .item .icon_arrow {
  transform: rotate(270deg);
  width: 12px;
  min-width: 12px;
}
.com_agree_area + .com_btn_wrap {
  margin-top: 33px;
}

select.round {
  border: 1px solid #005f4c;
  height: 40px;
  border-radius: 50px;
  padding-inline: 20px;
  background-position: calc(100% - 20px) center;
}
@media screen and (min-width: 1023.9px) {
  select.round {
    height: 50px;
  }
}
select.s {
  width: auto;
  min-width: 133px;
}

.com_input_has_clear {
  position: relative;
  width: 100%;
}
.com_input_has_clear .input {
  padding-right: 25px;
}
.com_input_has_clear .clear_btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.com_input_has_clear .clear_btn .icon_del_circle {
  max-width: 30px;
  max-height: 30px;
}

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

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

/*로딩중*/
.com_loading:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
}

.com_loading_pg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  color: #464646;
  gap: 5px;
  text-align: center;
  padding-top: 100px;
}
.com_loading_pg .txt {
  font-size: 20px;
  line-height: 1.3;
}
.com_loading_pg .loading_box {
  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;
  position: relative;
  gap: 34px;
}
.com_loading_pg .loading_ani {
  position: relative;
  width: 125px;
  height: 125px;
}
.com_loading_pg .loading_ani span {
  position: absolute;
  animation: loader_green 1.4s ease infinite;
  display: block;
  height: 6px;
  width: 6px;
  background: #005f4c;
  border-radius: 50%;
}
.com_loading_pg .loading_ani span:nth-child(1) {
  animation-delay: 0s;
  top: 58px;
  left: 106px;
}
.com_loading_pg .loading_ani span:nth-child(2) {
  animation-delay: -0.1s;
  top: 36px;
  left: 100px;
}
.com_loading_pg .loading_ani span:nth-child(3) {
  animation-delay: -0.2s;
  top: 18px;
  left: 82px;
}
.com_loading_pg .loading_ani span:nth-child(4) {
  animation-delay: -0.3s;
  top: 12px;
  left: 58px;
}
.com_loading_pg .loading_ani span:nth-child(5) {
  animation-delay: -0.4s;
  top: 18px;
  left: 36px;
}
.com_loading_pg .loading_ani span:nth-child(6) {
  animation-delay: -0.5s;
  top: 36px;
  left: 18px;
}
.com_loading_pg .loading_ani span:nth-child(7) {
  animation-delay: -0.6s;
  top: 58px;
  left: 12px;
}
.com_loading_pg .loading_ani span:nth-child(8) {
  animation-delay: -0.7s;
  top: 82px;
  left: 18px;
}
.com_loading_pg .loading_ani span:nth-child(9) {
  animation-delay: -0.8s;
  top: 100px;
  left: 36px;
}
.com_loading_pg .loading_ani span:nth-child(10) {
  animation-delay: -0.9s;
  top: 106px;
  left: 58px;
}
.com_loading_pg .loading_ani span:nth-child(11) {
  animation-delay: -1s;
  top: 100px;
  left: 82px;
}
.com_loading_pg .loading_ani span:nth-child(12) {
  animation-delay: -1.1s;
  top: 82px;
  left: 100px;
}
@keyframes loader_green {
  0%, 100% {
    transform: scale(0.5);
    opacity: 0.1;
  }
  20%, 80% {
    transform: scale(1);
    opacity: 0.3;
  }
  20%, 80% {
    transform: scale(1.5);
    opacity: 0.5;
  }
  30%, 70% {
    transform: scale(2);
    opacity: 0.7;
  }
  40%, 60% {
    transform: scale(2.5);
    opacity: 0.9;
  }
  50% {
    transform: scale(3);
    opacity: 1;
  }
}

/*달력*/
.fc-theme-standard .fc-scrollgrid {
  border: none;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: none;
}

.fc .fc-toolbar.fc-header-toolbar {
  justify-content: center;
  gap: 40px;
  background-color: #dfe5ed;
  border-radius: 5px;
  height: 34px;
}

.fc .fc-toolbar-title {
  font-size: 15px;
  font-weight: 600;
}

.fc-button,
.fc-button:focus,
.fc-button:active,
.fc-button:hover,
.fc-button:visited,
.fc-button:focus-within,
.fc-button:any-link,
.fc-button:link {
  background: none !important;
  color: #000 !important;
  border: none !important;
  outline: none !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  transition: none !important;
}

.fc table {
  text-align: center;
}

.fc .fc-col-header-cell-cushion {
  color: #959595;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.fc .fc-daygrid-day-top {
  flex-direction: row;
  justify-content: center;
}

.fc-daygrid-day-number {
  padding: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fc-day.selected-day .fc-daygrid-day-number {
  background: #005f4c;
  color: #fff;
  border: none;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  background: #005f4c;
  color: #fff;
  border: none;
}

.fc .fc-daygrid-day.fc-day-today {
  background: none;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  border-color: #005f4c;
  color: #fff;
  background: #070707;
}

.fc .fc-daygrid-day.fc-day-today.selected-day .fc-daygrid-day-number {
  background: #005f4c;
  color: #fff;
  border: none;
}

.fc-h-event .fc-event-main {
  border: none;
  color: #005f4c;
  font-size: 8px;
}

.fc-daygrid-event {
  border: none;
  padding: 0;
  background: none;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 0;
}

.fc-h-event .fc-event-title-container {
  text-align: center;
}

.fc-day.range .fc-daygrid-day-top {
  position: relative;
}
.fc-day.range .fc-daygrid-day-top:before {
  content: "";
  height: 30px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 95, 76, 0.1);
  position: absolute;
  top: 0;
}

.fc-day.selected-day .fc-daygrid-day-top:before {
  left: 50%;
  width: 50%;
}

.fc-day.selected-day.end .fc-daygrid-day-top:before {
  left: 0;
  width: 50%;
}

.swiper-pagination-fraction {
  width: auto;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.7);
  height: 40px;
  min-width: 80px;
  padding-inline: 10px;
  color: rgba(255, 255, 255, 0.6);
  left: 50%;
  bottom: 104px;
  transform: translateX(-50%);
  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;
  gap: 5px;
  font-weight: normal;
}
@media screen and (max-width: 1023.9px) {
  .swiper-pagination-fraction {
    height: 20px;
    right: 30px;
    left: auto;
    bottom: 30px;
    transform: translateX(0);
    min-width: 50px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1023.9px) {
  .swiper-pagination-fraction .swiper-slide {
    height: 360px;
  }
}
.swiper-pagination-fraction .swiper-pagination-current {
  color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #005f4c;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px;
  }
}

/* Utility 클래스: 한 가지 속성만 담당, HTML에서 조합해서 사용 */
.u-pdt-10 {
  padding-top: 10px;
}

.u-pdt-20 {
  padding-top: 20px;
}

.u-pdt-30 {
  padding-top: 30px;
}

.u-pdb-10 {
  padding-bottom: 10px;
}

.u-mgt-20 {
  margin-top: 20px;
}

.u-mgt-30 {
  margin-top: 30px;
}

.u-mgt-40 {
  margin-top: 40px;
}

@media screen and (max-width: 1023.9px) {
  .u-mgt-10-mobile {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1023.9px) {
  .u-mgt-20-mobile {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1023.9px) {
  .u-mgt-30-mobile {
    margin-top: 30px;
  }
}

.u-flex-1 {
  flex: 1;
}

.u-align-c {
  text-align: center;
}

.u-align-r {
  justify-content: flex-end !important;
  text-align: right;
}

@media screen and (min-width: 1023.9px) {
  .u-mobile {
    display: none !important;
  }
}

.com_select {
  border: 1px solid #e2e3e5;
  border-radius: 10px;
  padding-inline: 15px 40px;
  height: 35px;
  background-position: calc(100% - 10px) center;
}
@media screen and (min-width: 1023.9px) {
  .com_select {
    height: 45px;
  }
}

.com_input {
  border: 1px solid #e2e3e5 !important;
  border-radius: 20px !important;
  padding-inline: 15px;
  height: 35px !important;
}

.com_activity_list {
  position: relative;
}
.com_activity_list .item {
  position: relative;
}
.com_activity_list .item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 227px;
  min-width: 300px;
  aspect-ratio: auto;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.com_activity_list .item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_activity_list .item .thumb > img, .com_activity_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_activity_list .item .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    height: 109px;
    min-width: 144px;
    aspect-ratio: auto;
    border-radius: 10px;
    align-self: flex-start;
  }
  .com_activity_list .item .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_activity_list .item .thumb > img, .com_activity_list .item .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_activity_list .item .thumb .layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
}
.com_activity_list .item .thumb .layer .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  font-weight: 500;
  font-size: 15px;
  background-color: #2d2d2d;
  color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list .item .thumb .layer .txt {
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
}
.com_activity_list .item .thumb .layer .txt.save {
  background-color: #e3a100;
  color: #fff;
}
.com_activity_list .item .thumb .layer .txt.end {
  background-color: #e01100;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 4px;
}
.com_activity_list .item .apply_num_box {
  position: absolute;
  border-radius: 5px;
  background: #007865;
  padding: 4px 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;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  gap: 5px;
  bottom: 5px;
  left: 5px;
  line-height: initial;
  width: auto !important;
}
.com_activity_list .item .info_area {
  flex: 1;
}
.com_activity_list .item .info_area .com_tag_field {
  flex-wrap: wrap;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list .item .info_area .com_tag_field {
    gap: 2px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list .item .info_area .com_tag_field .tag {
    font-size: 10px;
    padding: 4px 5px;
  }
}
.com_activity_list .item .info_area .com_tag_field + .tit_field {
  margin-top: 10px;
}
.com_activity_list .item .info_area .tit_field {
  font-weight: 600;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list .item .info_area .tit_field {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
.com_activity_list .item .info_area .location_field {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list .item .info_area .location_field {
    font-size: 13px;
  }
}
.com_activity_list .item .info_area .date_field {
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  gap: 5px;
  line-height: inherit;
  color: #646464;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list .item .info_area .date_field {
    font-size: 13px;
    margin-block: 8px 4px;
    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_activity_list .item .info_area .apply_num_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  gap: 5px;
  line-height: initial;
  font-weight: 500;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list .item .info_area .apply_num_field {
    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_activity_list .item .info_area .reward_field {
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list .item .info_area .reward_field {
    font-size: 13px;
  }
}
.com_activity_list .item .info_area .reward_field img {
  margin-right: 5px;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list .item .info_area .reward_field img {
    margin-right: 3px;
  }
}
.com_activity_list .item .info_area .challenge_cate {
  font-size: 13px;
  font-weight: 700;
  color: #005f4c;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list .item .info_area .challenge_cate {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list .item .info_area .challenge_cate {
    margin-bottom: -5px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list .item .info_area .svg_icon {
    width: 11px;
    min-width: 11px;
  }
}
.com_activity_list .item .state_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;
  margin-top: 10px;
}
.com_activity_list .item .state_area .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;
  align-self: stretch;
}
.com_activity_list .item .state_area .tit {
  line-height: 10px;
  margin-bottom: 7px;
  margin-left: 4px;
  font-size: 14px;
  position: relative;
}
.com_activity_list .item .state_area .tit::before {
  content: "";
  border-left: 2px solid #005f4c;
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
  height: 10px;
}
.com_activity_list .item .state_area .des {
  font-size: 13px;
  text-align: center;
}
.com_activity_list .item .btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
  margin-top: 11px;
}
.com_activity_list .item .btn_area .com_btn {
  margin: 0;
}
.com_activity_list .item .btn_area__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 2px;
}
.com_activity_list .item .btn_area__block > * {
  width: 100%;
  min-width: calc((100% - 2px) / 2);
}
.com_activity_list .item .com_btn {
  margin-top: 10px;
}
.com_activity_list .item .results:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
.com_activity_list .item .results .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 110px;
  height: 110px;
  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;
  text-align: center;
  color: #fff;
  gap: 4px;
  font-size: 12px;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list .item .results .icon {
    width: 60px;
    height: 60px;
  }
}
.com_activity_list .item .results.fail .icon {
  background-color: #e01100;
}
.com_activity_list .item .results.fail img {
  width: 21px;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list .item .results.fail img {
    width: 18px;
  }
}
.com_activity_list .item .results.done .icon {
  background-color: #005f4c;
}
.com_activity_list .item .results.done img {
  width: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list .item .results.done img {
    width: 13px;
  }
}
.com_activity_list .item .summary {
  font-weight: 500;
  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;
  line-height: initial;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list .item .summary {
    font-size: 12px;
  }
}
.com_activity_list .item .summary_tit {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-self: flex-start;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list .item .summary_tit {
    font-size: 12px;
  }
}
.com_activity_list .item .summary_tit:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 9px;
  margin-right: 3px;
  background-color: #005f4c;
}
.com_activity_list .item .summary_info {
  margin-left: 5px;
  color: #005f4c;
}
.com_activity_list .item .summary__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: 5px;
  order: 5;
  margin-block: 15px;
}
.com_activity_list .item .challenge_info {
  order: 6;
  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_activity_list .item .challenge_info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.com_activity_list .item .challenge_info__tit {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list .item .challenge_info__tit {
    font-size: 14px;
  }
}
.com_activity_list .item .challenge_info__info {
  font-size: 12px;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list .item .challenge_info__info {
    font-size: 14px;
  }
}
.com_activity_list .item .btn__wrap {
  order: 7;
  margin-top: 10px;
}
.com_activity_list .item .btn__wrap .com_btn {
  margin-top: 0;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.list_type {
    border-top: 1px solid #e2e3e5;
  }
}
.com_activity_list.list_type .item {
  padding-block: 30px;
  border-bottom: 1px solid #e2e3e5;
  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: 25px;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.list_type .item {
    gap: 15px;
    padding-block: 13px;
  }
}
.com_activity_list.list_type .item .thumb {
  border-radius: 20px;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.list_type .item .info_area {
    width: calc(100% - 325px);
    display: grid;
    grid-template-columns: auto 200px;
    grid-template-rows: repeat(4, auto);
    gap: 10px 25px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.list_type .item .info_area {
    width: calc(100% - 180px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .com_activity_list.list_type .item .info_area > * {
    width: 100%;
  }
}
.com_activity_list.list_type .item .info_area .tag_field {
  order: 1;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.list_type .item .info_area .tag_field {
    grid-column: 1/3;
  }
}
.com_activity_list.list_type .item .info_area .challenge_cate {
  order: 2;
  margin-bottom: 3px;
}
.com_activity_list.list_type .item .info_area .tit_field {
  order: 2;
  width: 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.list_type .item .info_area .tit_field {
    font-size: 24px;
    grid-column: 1/3;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.list_type .item .info_area .location_field {
    order: 4;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.list_type .item .info_area .location_field {
    order: 3;
    width: calc(100% - 70px);
  }
}
.com_activity_list.list_type .item .info_area .spot_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: 5px;
  font-weight: 500;
  order: 3;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.list_type .item .info_area .spot_field {
    margin-block: 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.list_type .item .info_area .spot_field {
    order: 3;
    font-size: 12px;
    margin-bottom: 3px;
  }
}
.com_activity_list.list_type .item .info_area .spot_field .icon_spot {
  display: block;
  width: 13px;
  min-width: 13px;
  height: 15px;
  background: url(../img/icon_spot2.png) no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.list_type .item .info_area .date_field {
    font-size: 16px;
    order: 4;
    align-self: center;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.list_type .item .info_area .date_field {
    order: 5;
  }
}
.com_activity_list.list_type .item .info_area .apply_num_box {
  top: 15px;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.list_type .item .info_area .apply_num_field {
    font-size: 16px;
    order: 5;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.list_type .item .info_area .apply_num_field {
    order: 6;
  }
}
.com_activity_list.list_type .item .info_area .reward_field {
  color: #9d7000;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.list_type .item .info_area .reward_field {
    order: 6;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.list_type .item .info_area .reward_field {
    font-size: 13px;
    order: 4;
    width: auto;
    justify-content: flex-end;
  }
}
.com_activity_list.list_type .item .info_area .reward_field img {
  width: 21px;
  min-width: 21px;
  height: 21px;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.list_type .item .info_area .reward_field img {
    width: 13px;
    min-width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.list_type .item .info_area .summary__wrap {
    margin-block: 0;
  }
}
.com_activity_list.list_type .item .info_area .btn_field {
  order: 7;
}
.com_activity_list.list_type.simple .item {
  font-size: 13px;
}
.com_activity_list.list_type.simple .item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  aspect-ratio: auto;
  border-radius: 10px;
}
.com_activity_list.list_type.simple .item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_activity_list.list_type.simple .item .thumb > img, .com_activity_list.list_type.simple .item .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_activity_list.list_type.simple .item .info_area {
  margin-right: auto;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.list_type.simple .item .info_area {
    display: block;
  }
}
.com_activity_list.list_type.simple .item .info_area .tag_field {
  order: 5;
}
.com_activity_list.list_type.simple .item .info_area .tit_field {
  font-size: 18px;
}
.com_activity_list.list_type.simple .item .info_area .date_field {
  font-size: 12px;
  margin-block: 10px;
  line-height: initial;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.list_type.simple .item .info_area .date_field {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.list_type.simple .item .info_area .challenge_cate {
    margin-block: 3px 5px;
  }
}
.com_activity_list.list_type.simple .item .info_area .order_price_field {
  order: 6;
}
.com_activity_list.block_type {
  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 30px;
  width: 100%;
}
.com_activity_list.block_type > * {
  width: calc((100% - 30px * 4) / 5);
  min-width: calc((100% - 30px * 4) / 5);
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.block_type {
    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: 15px 15px;
    width: 100%;
    margin-top: 6px;
  }
  .com_activity_list.block_type > * {
    width: calc((100% - 15px * 1) / 2);
    min-width: calc((100% - 15px * 1) / 2);
  }
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.block_type.list_col_4 {
    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 20px;
    width: 100%;
  }
  .com_activity_list.block_type.list_col_4 > * {
    width: calc((100% - 20px * 3) / 4);
    min-width: calc((100% - 20px * 3) / 4);
  }
}
.com_activity_list.block_type .item {
  background-color: #ececec;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.block_type .item {
    border-radius: 10px;
  }
}
.com_activity_list.block_type .item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.390625;
}
.com_activity_list.block_type .item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_activity_list.block_type .item .thumb > img, .com_activity_list.block_type .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_activity_list.block_type .item .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-width: 100%;
    aspect-ratio: 1.390625;
  }
  .com_activity_list.block_type .item .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_activity_list.block_type .item .thumb > img, .com_activity_list.block_type .item .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_activity_list.block_type .item .info_area {
  padding: 17px 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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.block_type .item .info_area {
    padding: 10px 10px;
  }
}
.com_activity_list.block_type .item .info_area .com_tag_field {
  margin-top: 0;
}
.com_activity_list.block_type .item .info_area > *:not(.com_btn) {
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.block_type .item .info_area .tag_field + .tit_field {
    margin-top: 0;
  }
}
.com_activity_list.block_type .item .info_area .tit_field {
  margin-bottom: 5px;
  font-size: 15px;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.block_type .item .info_area .tit_field {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.block_type .item .info_area .tit_field {
    margin-top: 7px;
  }
}
.com_activity_list.block_type .item .info_area .location_field {
  font-weight: 500;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.block_type .item .info_area .location_field {
    font-size: 12px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.block_type .item .info_area .location_field {
    margin-bottom: 11px;
  }
}
.com_activity_list.block_type .item .info_area .date_field {
  font-size: 12px;
}
@media screen and (min-width: 1599.9px) {
  .com_activity_list.block_type .item .info_area .date_field {
    width: 50%;
  }
}
@media screen and (max-width: 1599.9px) {
  .com_activity_list.block_type .item .info_area .date_field {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.block_type .item .info_area .date_field {
    font-size: 12px;
  }
}
.com_activity_list.block_type .item .info_area .apply_num_field {
  font-size: 12px;
}
@media screen and (min-width: 1599.9px) {
  .com_activity_list.block_type .item .info_area .apply_num_field {
    width: 50%;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.block_type .item .info_area .apply_num_field {
    font-size: 12px;
  }
}
.com_activity_list.block_type .item .info_area .reward_field {
  width: calc(100% + 40px);
  max-width: calc(100% + 40px) !important;
  margin-inline: -20px;
  background-color: #005f4c;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  padding-block: 7px;
  margin-block: 11px -17px;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.block_type .item .info_area .reward_field {
    margin-block: 9px -10px;
    font-size: 12px;
    font-weight: 600;
  }
}
.com_activity_list.block_type .item .info_area .reward_field img {
  width: 16px;
}
.com_activity_list.block_type .item .info_area > .com_btn {
  min-width: 80px;
  margin-inline: auto;
  margin-bottom: 11px;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.block_type .item .info_area > .com_btn {
    margin-bottom: 6px;
  }
}
.com_activity_list.block_type .item .svg_icon {
  width: 10px;
  height: 10px;
  min-width: 10px;
}
.com_activity_list.block_type.white .item {
  background: #fff;
  position: relative;
}
.com_activity_list.block_type.white .item .info_area {
  padding-inline: 0;
}
.com_activity_list.block_type.white .item .date_field {
  margin-top: 2px;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.mini_thumb_type .item {
    padding: 20px;
  }
}
.com_activity_list.mini_thumb_type .item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  aspect-ratio: auto;
  border-radius: 10px;
  align-self: flex-start;
}
.com_activity_list.mini_thumb_type .item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_activity_list.mini_thumb_type .item .thumb > img, .com_activity_list.mini_thumb_type .item .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.mini_thumb_type .item .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    min-width: 160px;
    aspect-ratio: auto;
  }
  .com_activity_list.mini_thumb_type .item .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_activity_list.mini_thumb_type .item .thumb > img, .com_activity_list.mini_thumb_type .item .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_activity_list.mini_thumb_type .item .info_area {
    width: calc(100% - 185px);
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_list.mini_thumb_type .item .info_area {
    width: calc(100% - 95px);
  }
}
.com_activity_list .none_link {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 2;
}

.com_board_top .board_num {
  margin-bottom: 18px;
}
@media screen and (max-width: 1023.9px) {
  .com_board_top .board_num {
    display: none;
  }
  .com_board_top .board_num.show_mobile {
    display: block;
    font-size: 13px;
  }
}
.com_warning.type_box + .com_board_top .board_num {
  margin-top: 15px;
}
.com_board_top .search_result_tit {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .com_board_top .search_result_tit {
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
  }
}
.com_board_top.has-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: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
@media screen and (max-width: 1023.9px) {
  .com_board_top.has-tab {
    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_board_top.has-tab .com_tab_sub {
    width: 100%;
  }
}
.com_board_top.has-tab > * {
  margin-bottom: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_board_top.has-tab > *:first-child {
    margin-bottom: 10px;
  }
}

.com_search_result_none {
  padding: 50px 0;
  text-align: center;
}
@media screen and (min-width: 1023.9px) {
  .com_search_result_none {
    padding: 250px 0;
  }
}
.com_search_result_none .txt {
  font-size: 19px;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (min-width: 1023.9px) {
  .com_search_result_none .txt {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
  }
}
.com_search_result_none .img_box img {
  width: 110px;
}

.com_activity_board .dday {
  border-radius: 0px 10px;
  background: rgba(0, 0, 0, 0.5);
  height: 35px;
  line-height: 35px;
  text-align: center;
  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;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  font-size: 14px;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_board .dday {
    font-size: 9px;
    height: 27px;
    line-height: 27px;
    width: 40px;
  }
}
.com_activity_board .dday .num {
  font-size: 18px;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_board .dday .num {
    font-size: 12px;
  }
}
.com_activity_board .tag_field {
  margin-bottom: 12px;
  width: 100%;
  min-height: 22px;
  gap: 1px;
  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_activity_board .tag_field {
    margin-bottom: 6px;
  }
}
.com_activity_board .tag_field .tag {
  border-radius: 20px;
  background: #2d2d2d;
  padding: 4px 7px;
  font-size: 12px;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  line-height: initial;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_board .tag_field .tag {
    font-size: 10px;
    padding: 4px;
  }
}

.com_activity_detail {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px 50px;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_detail {
    margin-top: 46px;
  }
}
@media screen and (max-width: 1599.9px) {
  .com_activity_detail {
    gap: 80px 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail {
    gap: 24px 0;
  }
}
.com_activity_detail .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 787px;
  height: 787px;
  min-width: 787px;
  aspect-ratio: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.com_activity_detail .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_activity_detail .thumb > img, .com_activity_detail .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: 1599.9px) {
  .com_activity_detail .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 400px;
    min-width: 400px;
    aspect-ratio: auto;
  }
  .com_activity_detail .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_activity_detail .thumb > img, .com_activity_detail .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_activity_detail .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 350px;
    min-width: 100%;
    aspect-ratio: auto;
  }
  .com_activity_detail .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_activity_detail .thumb > img, .com_activity_detail .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_activity_detail .thumb .dday {
  height: 80px;
  font-size: 30px;
  width: 95px;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .thumb .dday {
    height: 46px;
    width: 75px;
    font-size: 21px;
  }
}
.com_activity_detail .thumb .dday .num {
  font-size: 22px;
}
.com_activity_detail .detail_info {
  width: calc(100% - 837px);
  align-self: stretch;
  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;
}
@media screen and (max-width: 1599.9px) {
  .com_activity_detail .detail_info {
    width: calc(100% - 420px);
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .detail_info {
    width: 100%;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_activity_detail .detail_info .tag_field .tag {
    font-size: 14px;
  }
}
.com_activity_detail .challenge_cate {
  color: #005f4c;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.com_activity_detail .challenge_tit_has_date__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  margin-bottom: 25px;
}
.com_activity_detail .challenge_tit_has_date__wrap .tit_field {
  padding-bottom: 0;
}
.com_activity_detail .challenge_date {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}
.com_activity_detail .tit_field {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_detail .tit_field {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .tit_field {
    font-size: 22px;
    padding: 0 0 20px 0;
  }
}
.com_activity_detail .info_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_detail .info_list {
    margin-left: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .info_list {
    gap: 10px;
  }
}
.com_activity_detail .info_list .item {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .info_list .item {
    font-size: 14px;
  }
}
.com_activity_detail .info_list .item .tit {
  color: #005f4c;
  width: 125px;
  min-width: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .info_list .item .tit {
    width: 87px;
    min-width: 87px;
  }
}
.com_activity_detail .info_list .item .tit:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18'  fill='none'%3E%3Cpath fill='%23005F4C' d='M6.17131 6.85863C4.21873 8.76203 2.2716 11.1946 0.940886 14.042C-1.21112 8.861 -0.902912 0.111115 15.4646 0.111115C16.0303 7.2374 14.2082 19.8588 2.79738 15.5971C2.51636 16.2024 2.24804 16.8381 1.99784 17.5062C1.88181 17.8164 1.54641 17.9687 1.2509 17.8469C0.955382 17.7251 0.810351 17.373 0.926382 17.0627C1.17657 16.3984 1.44126 15.7646 1.72046 15.1574C1.71865 15.1574 1.71683 15.1574 1.71502 15.1555C2.29153 13.806 3.024 12.5402 3.84164 11.3773C6.86024 6.91194 10.4934 4.60883 12.6455 3.57147C12.8521 3.40589 12.9319 3.10705 12.8213 2.84629C12.6926 2.54174 12.3518 2.4028 12.0617 2.53794C10.6095 3.21365 8.37044 4.71731 6.17131 6.85863Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .info_list .item .tit:before {
    width: 7px;
    height: 7px;
  }
}
.com_activity_detail .info_list .item .com_btn {
  font-size: 18px;
  font-weight: 400;
}
.com_activity_detail .info_list .item .com_btn.btn_homepage {
  color: #005f4c;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .info_list .item .com_btn {
    height: 30px;
    font-size: 13px;
  }
}
.com_activity_detail .info_list .item.has_btn {
  align-items: center;
}
.com_activity_detail .bottom_area {
  margin-top: auto;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .bottom_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 13px 13px;
    border-radius: 20px 20px 0px 0px;
    z-index: 2;
  }
}
.com_activity_detail .num_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 40px;
  padding: 25px 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_detail .num_info {
    border-radius: 10px;
    background: #f8f8f8;
  }
}
@media screen and (max-width: 1599.9px) {
  .com_activity_detail .num_info {
    padding: 15px;
    gap: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .num_info {
    margin-bottom: 12px;
    padding: 0 10px;
    gap: 35px;
  }
}
.com_activity_detail .num_info .item {
  gap: 7px;
  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;
  flex: 1;
}
.com_activity_detail .num_info .item:not(:first-child) {
  padding-left: 40px;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_detail .num_info .item:not(:first-child) {
    border-left: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 1599.9px) {
  .com_activity_detail .num_info .item:not(:first-child) {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .num_info .item:not(:first-child) {
    padding: 0;
  }
}
.com_activity_detail .num_info .item .icon_coin {
  width: 36px;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .num_info .item .icon_coin {
    width: 24px;
    height: 24px;
  }
}
.com_activity_detail .num_info .item:first-child .num {
  color: #005f4c;
}
.com_activity_detail .num_info .item:last-child .num {
  font-size: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .num_info .item:last-child .num {
    font-size: 15px;
  }
}
.com_activity_detail .num_info .item .num {
  font-size: 30px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  line-height: initial;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .num_info .item .num {
    font-size: 21px;
  }
}
.com_activity_detail .num_info .item .num .point {
  font-size: 30px;
  color: #e01100;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .num_info .item .num .point {
    font-size: 21px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .num_info .item .svg_icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
}
.com_activity_detail .map_area {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .map_area {
    height: 350px;
  }
}
.com_activity_detail .img_area {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 115px;
  min-width: 100%;
  aspect-ratio: auto;
  border-radius: 10px;
  overflow: hidden;
}
.com_activity_detail .img_area > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_activity_detail .img_area > img, .com_activity_detail .img_area > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .com_activity_detail .img_area {
    height: 65px;
  }
}
.com_activity_detail .detail_contents {
  width: 100%;
  line-height: 1.6;
  text-align: center;
  font-size: 24px;
  word-break: break-all;
}
.com_activity_detail .detail_contents * {
  word-break: break-all;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_detail .detail_contents {
    border-radius: 10px;
    border: 1px solid #e2e3e5;
    padding: 50px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_detail .detail_contents {
    font-size: 17px;
    padding-block: 20px 50px;
  }
  .com_activity_detail .detail_contents.type_mo_none_pdt {
    padding-top: 0;
  }
}

.note-video-clip {
  aspect-ratio: 16/9 !important;
  width: 100% !important;
  height: auto !important;
}

.com_reward_list .reward_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e2e3e5;
}
@media screen and (max-width: 1023.9px) {
  .com_reward_list .reward_item {
    align-items: flex-end;
  }
}
.com_reward_list .reward_item .group_label {
  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_reward_list .reward_item .group_label .label {
  min-width: 40px;
  padding: 4px 10px;
  border-radius: 20px;
  background: #005f4c;
  font-size: 12px;
  color: #fff;
}
.com_reward_list .reward_item .group_label .label.red {
  background-color: #e01100;
}
@media screen and (max-width: 1023.9px) {
  .com_reward_list .reward_item .group_label .label {
    min-width: 32px;
    padding: 4px 8px;
    font-size: 11px;
  }
}
.com_reward_list .reward_item .reward_item_tit {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_reward_list .reward_item .reward_item_tit {
    font-size: 17px;
  }
}
.com_reward_list .reward_item .reward_item_date {
  display: block;
  margin-top: 4px;
  color: #8f8f8f;
}
@media screen and (max-width: 1023.9px) {
  .com_reward_list .reward_item .reward_item_date {
    font-size: 11px;
  }
}
.com_reward_list .reward_item .reward_amount {
  font-size: 24px;
  color: #005f4c;
  font-weight: bold;
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  .com_reward_list .reward_item .reward_amount {
    font-size: 17px;
  }
}
.com_reward_list .reward_item .reward_amount .unit {
  font-size: 16px;
}
.com_reward_list .reward_item .btn_area .com_btn {
  min-width: 90px;
}
.com_reward_list .reward_item .btn_area .com_btn.point:hover {
  background-color: #fff;
  color: #005f4c;
  border: 1px solid #005f4c;
}

.com_round_container {
  margin-top: 80px;
  z-index: 4;
}
@media screen and (max-width: 1023.9px) {
  .com_round_container {
    margin: 45px -13px 0;
  }
}
.com_round_container .round_header {
  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: 20px;
  padding: 30px 30px 50px;
  border-radius: 20px 20px 0 0;
  background: #005f4c;
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_round_container .round_header {
    border-radius: 0;
    padding: 20px 20px 40px;
  }
}
.com_round_container .round_header .head_tit {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_round_container .round_header .head_tit {
    display: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_round_container .round_header .head_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: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_round_container .round_header .head_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 10px;
    flex-grow: 1;
  }
}
.com_round_container .round_header .head_info .reward_tit {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_round_container .round_header .head_info .reward_tit {
    padding-right: 15px;
    border-right: 1px solid rgba(221, 221, 221, 0.2);
    font-weight: 500;
  }
}
.com_round_container .round_header .head_info .reward_my {
  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: 25px;
}
@media screen and (max-width: 1023.9px) {
  .com_round_container .round_header .head_info .reward_my {
    padding: 20px;
    border-radius: 10px;
    background: #005443;
    flex-grow: 1;
  }
}
.com_round_container .round_header .head_info .reward_my .reward_total_amount {
  font-weight: bold;
  color: #e3a100;
}
@media screen and (min-width: 1023.9px) {
  .com_round_container .round_header .head_info .reward_my .reward_total_amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    gap: 6px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_round_container .round_header .head_info .reward_my .reward_total_amount {
    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;
    align-items: center;
    gap: 8px;
    flex-grow: 1;
    font-size: 25px;
  }
}
.com_round_container .round_header .head_info .reward_my .reward_total_amount .icon_coin {
  width: 36px;
  height: 36px;
  background: url(../img/icon_coin.png) no-repeat center/contain;
}
.com_round_container .round_header .head_info .btns_reward {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 6px;
}
@media screen and (max-width: 1023.9px) {
  .com_round_container .round_header .head_info .btns_reward {
    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;
    flex-grow: 1;
  }
}
.com_round_container .round_header .head_info .btns_reward [class^=btn] {
  width: 110px;
  height: 33px;
  line-height: 33px;
  border-radius: 33px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_round_container .round_header .head_info .btns_reward [class^=btn] {
    width: 100%;
  }
}
.com_round_container .round_header .head_info .btns_reward .btn_reward {
  background: #e3a100;
}
.com_round_container .round_header .head_info .btns_reward .btn_reward_cancel {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.com_round_container .round_contents {
  margin-top: -20px;
  padding: 0 20px;
  border-radius: 20px 20px 0 0;
  background: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_round_container .round_contents {
    padding: 0 13px;
  }
}

.com_list {
  border-top: 1px solid #e2e3e5;
}
.com_list.none_line {
  border-top: none;
}
.com_list .item {
  padding-block: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #e2e3e5;
  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;
}
@media screen and (max-width: 1023.9px) {
  .com_list .item {
    padding: 17px 0;
  }
}
.com_list .item .item_head {
  flex: 1 0 0;
  margin-right: 10px;
  max-width: 100%;
  overflow: hidden;
}
.com_list .item .item_head .des {
  margin-top: 10px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  font-size: 14px;
  color: #646464;
  line-height: 1.3;
  max-width: 400px;
}
@media screen and (max-width: 1023.9px) {
  .com_list .item .item_head .des {
    font-size: 13px;
  }
}
.com_list .item .item_des {
  flex: 0 0 auto;
}
@media screen and (min-width: 1023.9px) {
  .com_list .item .item_des {
    margin-right: 28px;
  }
}
.com_list .item .item_des .answer {
  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: #cdeae4;
  color: #005f4c;
  width: 62px;
  height: 24px;
  text-align: center;
  font-size: 12px;
  border-radius: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
.com_list .item .item_des .date_field {
  text-align: right;
  padding-right: 4px;
}
.com_list .item .tit_field {
  font-size: 18px;
  font-weight: 600;
  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: 7px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: auto;
}
@media screen and (min-width: 1023.9px) {
  .com_list .item .tit_field {
    max-width: 800px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list .item .tit_field {
    font-size: 17px;
  }
}
.com_list .item .bullet_notice {
  vertical-align: -7px;
  margin-right: 5px;
}
.com_list .item .date_field {
  font-size: 12px;
  color: #8f8f8f;
  position: relative;
}
.com_list .item .date_field .unread {
  position: absolute;
  top: -14px;
  right: 2px;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  background-color: #31cc77;
}
@media screen and (max-width: 1023.9px) {
  .com_list .item .date_field {
    font-size: 11px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_list.fixed_notice .item:last-child {
    border-bottom: none;
  }
}
.com_list.type_board .item {
  position: relative;
  justify-content: flex-start;
  gap: 20px;
}
.com_list.type_board .item_thumb {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  aspect-ratio: auto;
}
.com_list.type_board .item_thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_list.type_board .item_thumb > img, .com_list.type_board .item_thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_list.type_board .item_thumb {
    width: 120px;
    height: 120px;
  }
}
.com_list.type_board .item_info {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
@media screen and (max-width: 1023.9px) {
  .com_list.type_board .item_info {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}
.com_list.type_board .item_info .info_des {
  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;
}
@media screen and (min-width: 1023.9px) {
  .com_list.type_board .item_info .info_des {
    gap: 10px;
  }
}
.com_list.type_board .item_info .info_des .bar_col {
  width: 1px;
  background-color: #bbb;
  height: 8px;
  margin-inline: 10px;
  display: inline-block;
}
.com_list.type_board .item_info .info_des .date_field {
  font-size: 12px;
}
@media screen and (min-width: 1023.9px) {
  .com_list.type_board .item_info .info_des .date_field {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.com_list.type_board .item_info .info_des .tit_field {
  font-size: 14px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  white-space: normal;
  padding-block: 1px;
  line-height: 1.5;
}
@media screen and (min-width: 1023.9px) {
  .com_list.type_board .item_info .info_des .tit_field {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list.type_board .item_info .info_des .tit_field .info_stats {
    flex: 0 0 auto;
  }
}
.com_list.type_board .item_info .info_des .des_field {
  font-size: 12px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  white-space: normal;
  padding-block: 1px;
  line-height: 1.5;
}
.com_list.type_board .item_info .info_des .des_field,
.com_list.type_board .item_info .info_des .des_field * {
  font-size: 12px !important;
  font-weight: 400 !important;
}
@media screen and (min-width: 1023.9px) {
  .com_list.type_board .item_info .info_des .des_field,
  .com_list.type_board .item_info .info_des .des_field * {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list.type_board .item_info .info_des .des_field {
    margin-top: -5px;
    margin-bottom: 5px;
  }
}
.com_list.type_board .item_info .info_des .des_field iframe {
  display: none !important;
}
.com_list.type_board .item_info .info_stats {
  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;
  line-height: initial;
}
@media screen and (min-width: 1023.9px) {
  .com_list.type_board .item_info .info_stats {
    gap: 30px;
    margin-left: auto;
  }
}
.com_list.type_board .item_info .info_stats .stats {
  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;
  font-size: 12px;
}
.com_list.type_board .item_info .info_stats .stats i {
  width: 14px;
  height: 14px;
  min-width: auto;
  background-size: 14px 14px;
}
@media screen and (min-width: 1023.9px) {
  .com_list.type_board .item_info .info_stats .stats {
    font-size: 16px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_list.type_board.has_tag .item_info {
    display: grid;
    gap: 0;
  }
}
.com_list.type_board.has_tag .board_tag_field {
  margin-top: 0;
}
@media screen and (min-width: 1023.9px) {
  .com_list.type_board.has_tag .board_tag_field {
    grid-column: 1/3;
    margin-top: 5px;
  }
}
.com_list.type_board.open_chat .tit_field_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_list.type_board.open_chat .tit_field_wrap .tit_field {
  margin-right: 0;
}
.com_list.type_board.open_chat .info_stats {
  flex: 0 0 auto;
  margin-left: 0;
  position: static;
  top: initial;
  transform: translate(0);
}
.com_list.has_arrow_icon .item {
  padding-right: 20px;
}
.com_list.has_arrow_icon .item:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  content: "";
  background: url(../img/svg/icon_prev.svg) no-repeat;
  background-position: right center;
  background-size: 9px 14px;
  width: 9px;
  height: 14px;
  display: block;
}

.com_list__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 8.5%;
  padding: 20px 0;
  border-bottom: 1px solid #e2e3e5;
}
@media screen and (max-width: 1023.9px) {
  .com_list__top {
    padding: 15px 0 15px;
    gap: 3px;
  }
}
.com_list__top .period_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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.com_list__top .period_area input {
  flex: 1;
}
@media screen and (max-width: 1023.9px) {
  .com_list__top .period_area {
    gap: 3px;
  }
}
.com_list__top .input_datepicker {
  height: 50px;
  border: 1px solid #005f4c;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023.9px) {
  .com_list__top .input_datepicker {
    height: 35px;
    border-radius: 40px;
    width: 90px;
  }
}
.com_list__top .week_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: 5px;
  flex: 1;
}
.com_list__top .week_area .com_btn {
  border-radius: 50px;
  font-weight: 500;
  flex: 1;
}
.com_list__top .week_area .com_btn.line {
  width: 50px;
  color: #000;
}
@media screen and (max-width: 1023.9px) {
  .com_list__top .week_area .com_btn.line {
    height: 35px;
    width: 35px;
    font-size: 12px;
  }
}
.com_list__top .week_area .com_btn.point {
  width: 80px;
}
@media screen and (max-width: 1023.9px) {
  .com_list__top .week_area .com_btn.point {
    font-size: 12px;
    width: auto;
    min-width: 40px;
    height: 35px;
  }
}

.com_detail {
  margin-top: 20px;
}
@media screen and (min-width: 1023.9px) {
  .com_detail {
    margin-top: 80px;
  }
}
.com_detail .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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e3e5;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .info_area {
    padding-bottom: 20px;
  }
}
.com_detail .info_area .tit_field {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .info_area .tit_field {
    font-size: 17px;
  }
}
.com_detail .info_area .date_field {
  font-size: 12px;
  color: #8f8f8f;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .info_area .date_field {
    font-size: 11px;
  }
}
.com_detail .detail_contents {
  padding-block: 30px;
  border-bottom: 1px solid #e2e3e5;
  font-size: 16px;
  line-height: 1.75;
  word-break: break-all;
}
.com_detail .detail_contents * {
  word-break: break-all;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .detail_contents {
    padding-block: 20px;
    font-size: 15px;
  }
}
.com_detail .detail_contents iframe {
  width: 100%;
  aspect-ratio: 64/36;
  height: auto;
  max-width: 640px;
}
.com_detail .file_field {
  margin-top: 30px;
  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;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .file_field {
    margin-top: 15px;
  }
}
.com_detail .file_field .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;
  gap: 5px;
}
.com_detail .file_field .file:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_file.png);
  width: 14.2px;
  min-width: 14.2px;
  height: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail + .com_btn__wrap.bottom .com_btn {
    width: 100%;
  }
}

.com_nodata {
  position: relative;
  width: 100%;
  padding-block: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_nodata {
    font-size: 15px;
    padding-block: 20px;
  }
}

.com_ecopet_list {
  display: flex;
  flex-wrap: 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: 20px 20px;
  width: 100%;
}
.com_ecopet_list > * {
  width: calc((100% - 20px * 5) / 6);
  min-width: calc((100% - 20px * 5) / 6);
}
@media screen and (max-width: 1023.9px) {
  .com_ecopet_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
  }
  .com_ecopet_list > * {
    width: calc((100% - 20px * 1) / 2);
    min-width: calc((100% - 20px * 1) / 2);
  }
}
.com_ecopet_list .item .thumb {
  position: relative;
  margin-inline: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  aspect-ratio: auto;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border: 4px solid #fff;
  margin-bottom: -40px;
}
.com_ecopet_list .item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_ecopet_list .item .thumb > img, .com_ecopet_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 (min-width: 1023.9px) {
  .com_ecopet_list .item .thumb {
    margin-bottom: -60px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    min-width: 140px;
    aspect-ratio: auto;
  }
  .com_ecopet_list .item .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_ecopet_list .item .thumb > img, .com_ecopet_list .item .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_ecopet_list .item .thumb .com_pet_img {
  background: #fff;
  position: relative;
}
.com_ecopet_list .item .info_area {
  border-radius: 10px;
  background-color: #005f4c;
  padding: 75px 20px 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_ecopet_list .item .info_area {
    padding: 50px 5px 15px;
  }
}
.com_ecopet_list .item .info_area .name {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_ecopet_list .item .info_area .name {
    margin: 0 auto 20px;
  }
}
.com_ecopet_list .item .info_area .info_stats {
  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;
}
.com_ecopet_list .item .info_area .info_stats .stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #fff;
}
.com_ecopet_list .item .info_area .info_stats .stats i {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 1023.9px) {
  .com_ecopet_list .item .info_area .info_stats .stats {
    font-size: 10px;
    gap: 3px;
  }
  .com_ecopet_list .item .info_area .info_stats .stats i {
    width: 12px;
    height: 12px;
  }
}

.com_chat_list {
  display: flex;
  flex-wrap: 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 30px;
  width: 100%;
}
.com_chat_list > * {
  width: calc((100% - 30px * 4) / 5);
  min-width: calc((100% - 30px * 4) / 5);
}
@media screen and (max-width: 1023.9px) {
  .com_chat_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
  }
  .com_chat_list > * {
    width: calc((100% - 20px * 1) / 2);
    min-width: calc((100% - 20px * 1) / 2);
  }
}
.com_chat_list .item {
  border-radius: 20px;
}
.com_chat_list .item .thumb {
  border-radius: 20px;
  overflow: hidden;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  min-width: 100%;
  aspect-ratio: 1.5;
}
.com_chat_list .item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_chat_list .item .thumb > img, .com_chat_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_chat_list .item .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-width: 100%;
    aspect-ratio: 1.03125;
  }
  .com_chat_list .item .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_chat_list .item .thumb > img, .com_chat_list .item .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_chat_list .item .info_area {
  margin-top: -20px;
  border-radius: 0 0 10px 10px;
  padding: 40px 20px 25px;
  border: 1px solid #e5ecf2;
}
@media screen and (max-width: 1023.9px) {
  .com_chat_list .item .info_area {
    padding: 35px 10px 15px;
  }
}
.com_chat_list .item .info_area .tit {
  font-weight: 600;
  color: #000;
  font-size: 2px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_chat_list .item .info_area .tit {
    font-size: 12px;
  }
}
.com_chat_list .item .info_area .info_stats {
  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: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_chat_list .item .info_area .info_stats {
    gap: 5px;
  }
}
.com_chat_list .item .info_area .info_stats .stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #000;
}
.com_chat_list .item .info_area .info_stats .stats i {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 1023.9px) {
  .com_chat_list .item .info_area .info_stats .stats {
    font-size: 10px;
    gap: 3px;
  }
}

.com_daily_board_list {
  border-top: 1px solid #efefef;
}
.com_daily_board_list .daily_board__badge {
  margin-left: auto;
}
.com_daily_board_list.line_none {
  border-top: none;
  margin-top: -15px;
}

.state_bage {
  border-radius: 500px;
  background: #dfe5ed;
  width: 50px;
  height: 50px;
  color: #4a576d;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  display: block;
  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 (min-width: 1023.9px) {
  .state_bage {
    font-size: 17px;
    width: 70px;
    height: 70px;
  }
}
.state_bage.good {
  background-color: #dbfae3;
  border: 1px solid #ceefd6;
  color: #005f4c;
}
.state_bage.bad {
  border: 1px solid #ffcecc;
  background-color: #ffeae9;
  color: #e01100;
}
.state_bage.wide {
  height: 25px;
  width: auto;
  white-space: nowrap;
  padding: 6px 10px;
}
@media screen and (min-width: 1023.9px) {
  .state_bage.wide {
    font-size: 14px;
  }
}

.daily_board__item {
  padding-block: 20px;
  border-bottom: 1px solid #efefef;
  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: 15px;
  width: 100%;
}
@media screen and (min-width: 1023.9px) {
  .daily_board__item {
    padding-inline: 20px;
    gap: 25px;
  }
}
.daily_board__item .order_date {
  font-size: 14px;
}
@media screen and (min-width: 1023.9px) {
  .daily_board__item .order_date {
    font-size: 18px;
  }
}
.daily_board__item.type_shop {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 15px;
}
@media screen and (min-width: 1023.9px) {
  .daily_board__item.type_shop {
    grid-template-columns: 160px 1fr;
    gap: 15px 25px;
  }
}
.daily_board__item.type_shop .order_date {
  grid-column: 1/3;
}
.daily_board__item.type_shop .daily_board__info {
  width: auto;
}

.daily_board__thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  aspect-ratio: auto;
  border-radius: 10px;
  align-self: flex-start;
}
.daily_board__thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.daily_board__thumb > img, .daily_board__thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (min-width: 1023.9px) {
  .daily_board__thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    min-width: 160px;
    aspect-ratio: auto;
  }
  .daily_board__thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .daily_board__thumb > img, .daily_board__thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}

.daily_board__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;
  flex: 1;
  width: 100px;
  gap: 10px;
}
.daily_board__info .date,
.daily_board__info .cate {
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 3px;
  line-height: initial;
}
@media screen and (min-width: 1023.9px) {
  .daily_board__info .date,
  .daily_board__info .cate {
    font-size: 13px;
  }
}
.daily_board__info .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 1023.9px) {
  .daily_board__info .txt {
    font-size: 18px;
  }
}
.daily_board__info .txt.ellipsis {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
}
.daily_board__info .info {
  font-size: 13px;
}
@media screen and (min-width: 1023.9px) {
  .daily_board__info .info {
    font-size: 14px;
  }
}
.daily_board__info .tit {
  font-size: 15px;
  font-weight: 600;
}
.daily_board__info .tit.ellipsis {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1023.9px) {
  .daily_board__info .tit {
    font-size: 18px;
  }
}
.daily_board__info .walk_num {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .daily_board__info .walk_num {
    font-size: 22px;
    align-items: center;
  }
}
.daily_board__info .coin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #005f4c;
}
@media screen and (min-width: 1023.9px) {
  .daily_board__info .coin {
    font-size: 20px;
  }
}
.daily_board__info .coin.alingR {
  justify-content: flex-end;
}
.daily_board__info > .state_bage {
  flex: auto;
  align-self: self-start;
}
.daily_board__info .order_num {
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 500;
  margin-top: -3px;
}
@media screen and (min-width: 1023.9px) {
  .daily_board__info .order_num {
    font-size: 15px;
  }
}
.daily_board__info .order_price {
  font-size: 13px;
  font-weight: 400;
}
@media screen and (min-width: 1023.9px) {
  .daily_board__info .order_price {
    font-size: 16px;
  }
}

.com_proof_list {
  margin-top: 20px;
}
@media screen and (min-width: 1023.9px) {
  .com_proof_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 15px;
    width: 100%;
  }
  .com_proof_list > * {
    width: calc((100% - 15px * 5) / 6);
    min-width: calc((100% - 15px * 5) / 6);
  }
}
@media screen and (max-width: 1023.9px) {
  .com_proof_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 15px;
    width: 100%;
  }
  .com_proof_list > * {
    width: calc((100% - 15px * 1) / 2);
    min-width: calc((100% - 15px * 1) / 2);
  }
}
.com_proof_list .proof_list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.com_proof_list .proof_list__thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.32;
}
.com_proof_list .proof_list__thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_proof_list .proof_list__thumb > img, .com_proof_list .proof_list__thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_proof_list .proof_list__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;
  position: relative;
  padding-block: 35px 20px;
  border: 1px solid #efefef;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.com_proof_list .proof_list__profile {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  border-radius: 100%;
  border: 2px solid #fff;
}
.com_proof_list .proof_list__profile > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_proof_list .proof_list__profile > img, .com_proof_list .proof_list__profile > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_proof_list .proof_list__tit {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.com_proof_list .proof_list__id {
  font-size: 13px;
  font-weight: 600;
  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;
  margin-bottom: 5px;
}
.com_proof_list .proof_list__id img {
  width: 18px;
}
.com_proof_list .proof_list__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
  font-size: 12px;
}
.com_proof_list .proof_list__txt > p {
  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_proof_list .proof_list__txt .svg_icon.icon_eye {
  height: 15px;
  width: 14px;
  min-width: 14px;
}
.com_proof_list .proof_list__txt .svg_icon.icon_heart {
  height: 10px;
  width: 12px;
  min-width: 12px;
}

.com_shop_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 15px;
  width: 100%;
}
.com_shop_list > * {
  width: calc((100% - 15px * 1) / 2);
  min-width: calc((100% - 15px * 1) / 2);
}
@media screen and (min-width: 1023.9px) {
  .com_shop_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 15px;
    width: 100%;
  }
  .com_shop_list > * {
    width: calc((100% - 15px * 5) / 6);
    min-width: calc((100% - 15px * 5) / 6);
  }
}
.com_shop_list > * {
  align-self: stretch;
}
.com_shop_list .shop_list__thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.0443037975;
  border-radius: 10px;
  margin-bottom: 15px;
}
.com_shop_list .shop_list__thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_shop_list .shop_list__thumb > img, .com_shop_list .shop_list__thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_shop_list .shop_list__tit {
  font-size: 15px;
  font-weight: 500;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  line-height: 1.4;
}
.com_shop_list .shop_list__price {
  padding-top: 5px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  margin-top: auto;
}
.com_shop_list .shop_list__price .unit {
  font-weight: 500;
}
.com_shop_list .shop_list__coin {
  margin-top: 5px;
  color: #f6a406;
  font-size: 16px;
  font-weight: 700;
}
.com_shop_list .shop_list__coin .icon_coin {
  margin-right: 5px;
}
.com_shop_list .shop_list__coin .unit {
  font-weight: 400;
}
.com_shop_list .shop_list__cate {
  color: #646464;
  font-size: 13px;
  margin-bottom: 5px;
}
.com_shop_list .shop_list__item {
  align-self: stretch;
  height: 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;
}

.com_order_product__sec_tit {
  font-size: 18px;
  font-weight: 600;
  padding-block: 10px 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;
}
@media screen and (min-width: 1023.9px) {
  .com_order_product__sec_tit {
    font-size: 20px;
    padding-block: 0 20px;
  }
}
.com_order_product__sec_tit .txt {
  font-size: 14px;
  font-weight: 400;
}
.com_order_product__sec_tit.line {
  border-bottom: 1px solid #e2e3e5;
  margin-bottom: 15px;
}
.com_order_product__sec_tit.none_pdb {
  padding-bottom: 0;
}

.com_order_product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (min-width: 1023.9px) {
  .com_order_product {
    align-items: flex-start;
  }
}
.com_order_product.line {
  border-block: 1px solid #e2e3e5;
  padding-block: 15px;
}
.com_order_product .order_product__thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  aspect-ratio: auto;
  border-radius: 10px;
}
.com_order_product .order_product__thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_order_product .order_product__thumb > img, .com_order_product .order_product__thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_order_product .order_product__thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    min-width: 150px;
    aspect-ratio: auto;
  }
  .com_order_product .order_product__thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_order_product .order_product__thumb > img, .com_order_product .order_product__thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_order_product .order_product__tit {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_order_product .order_product__tit {
    font-size: 18px;
    margin-top: 10px;
  }
}
.com_order_product .order_product__ea {
  font-size: 13px;
  color: #646464;
  margin-top: 3px;
}
@media screen and (min-width: 1023.9px) {
  .com_order_product .order_product__ea {
    margin-top: 8px;
  }
}
.com_order_product .order_product__price {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (min-width: 1023.9px) {
  .com_order_product .order_product__price {
    margin-top: 15px;
    font-size: 20px;
  }
}
.com_order_product .order_product__price b {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 1023.9px) {
  .com_order_product .order_product__price b {
    font-size: 22px;
  }
}
.com_order_product .order_product__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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px;
}
.com_order_product .order_product__state {
  width: 100%;
  font-size: 14px;
  color: #005f4c;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_order_product .order_product__state {
    font-size: 18px;
  }
}
.com_order_product .order_product__state .txt {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.com_order_product .order_product__info {
  width: 100px;
  flex: 1;
}
.com_order_product .order_product__txt {
  font-size: 12px;
  font-weight: 500;
  color: #8f8f8f;
  margin-top: 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_order_product .order_product__txt {
    font-size: 14px;
  }
}
.com_order_product .order_product__star {
  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;
  font-size: 12px;
  gap: 5px;
  line-height: initial;
}
@media screen and (min-width: 1023.9px) {
  .com_order_product .order_product__star {
    font-size: 14px;
  }
}
.com_order_product .order_product__star img {
  width: 16px;
}
.com_order_product .order_product__coin {
  color: #e3a100;
  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;
  gap: 3px;
  margin-top: 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_order_product .order_product__coin {
    font-size: 16px;
  }
}
.com_order_product .order_product__shop {
  font-size: 13px;
  font-weight: 700;
  color: #005f4c;
}
@media screen and (min-width: 1023.9px) {
  .com_order_product .order_product__shop {
    font-size: 16px;
    margin-bottom: -5px;
  }
}
.com_order_product__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  background: #f8f8f8;
  padding: 10px 15px;
  font-size: 14px;
  margin-block: 15px;
  border-top: 1px solid #e2e3e5;
}
@media screen and (min-width: 1023.9px) {
  .com_order_product__top {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_order_product__top.out {
    width: calc(100% + 26px);
    max-width: calc(100% + 26px) !important;
    margin-inline: -13px;
  }
}
.com_order_product__bottom {
  border-top: 1px solid #e2e3e5;
  margin-top: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_order_product__bottom {
    width: calc(100% + 26px);
    max-width: calc(100% + 26px) !important;
    margin-inline: -13px;
  }
}
.com_order_product__wrap .com_order_product {
  border-bottom: 1px solid #e2e3e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.com_order_product__wrap.has_top .com_order_product {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.com_order_product__wrap.has_top .com_order_product + .com_order_product {
  border-top: 1px solid #e2e3e5;
  padding-top: 15px;
  margin-top: 15px;
}
.com_order_product__wrap.line {
  border-bottom: 1px solid #e2e3e5;
  padding-bottom: 20px;
}
.com_order_product.has_star {
  padding-top: 20px;
}
@media screen and (min-width: 1023.9px) {
  .com_order_product.has_star .order_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;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_order_product.has_star .order_product__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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-self: flex-start;
  }
}
.com_order_product.has_star .order_product__tit {
  width: 100%;
  margin-bottom: 10px;
}
.com_order_product.has_star .order_product__txt {
  margin-top: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_order_product.has_star .order_product__txt {
    width: 50%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_order_product.has_star .order_product__star {
    width: 50%;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_order_product.has_star .order_product__star {
    margin-top: 10px;
  }
}

.com_shop_reply {
  margin-top: 50px;
}
.com_shop_reply .shop_reply__item {
  padding-block: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 15px;
  border-bottom: 1px solid #e2e3e5;
}
.com_shop_reply .shop_reply__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;
  flex: 1;
}
.com_shop_reply .shop_reply__btn_report {
  margin-left: auto;
  font-size: 13px;
}
.com_shop_reply .shop_reply__head {
  gap: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.com_shop_reply .shop_reply__head .profile {
  border-radius: 50px;
  border: 2px solid #005f4c;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.com_shop_reply .shop_reply__head .name {
  font-size: 16px;
  font-weight: 600;
}
.com_shop_reply .shop_reply__head .date {
  color: #646464;
  font-size: 12px;
  margin-left: 8px;
}
.com_shop_reply .shop_reply__head .star {
  margin-top: 5px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  font-size: 12px;
  gap: 3px;
  line-height: initial;
}
.com_shop_reply .shop_reply__head .star .icon {
  height: 16px;
}
.com_shop_reply .shop_reply__comment {
  font-size: 14px;
}
.com_shop_reply .shop_reply__img {
  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_shop_reply .shop_reply__img li {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 50px;
  min-width: 65px;
  aspect-ratio: auto;
}
.com_shop_reply .shop_reply__img li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_shop_reply .shop_reply__img li > img, .com_shop_reply .shop_reply__img li > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_reply .shop_reply__img li {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 115px;
    min-width: 150px;
    aspect-ratio: auto;
  }
  .com_shop_reply .shop_reply__img li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_shop_reply .shop_reply__img li > img, .com_shop_reply .shop_reply__img li > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_shop_reply .shop_reply__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: 20px;
}
.com_shop_reply .shop_reply__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: flex-start;
}
.com_shop_reply .shop_reply__body .shop_reply__img {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  min-width: 65px;
  aspect-ratio: auto;
  border-radius: 5px;
}
.com_shop_reply .shop_reply__body .shop_reply__img > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_shop_reply .shop_reply__body .shop_reply__img > img, .com_shop_reply .shop_reply__body .shop_reply__img > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_shop_reply .shop_reply__body .shop_reply__img .num {
  position: absolute;
  font-size: 12px;
  color: #fff;
  height: 20px;
  padding-inline: 5px;
  border-radius: 5px 0 0 0;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  right: 0;
  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;
  line-height: inherit;
}
.com_shop_reply .shop_reply__bottom_btns {
  text-align: center;
  margin-top: 20px;
}
.com_shop_reply .shop_reply__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  border-bottom: 1px solid #e2e3e5;
  padding-bottom: 20px;
}
.com_shop_reply .shop_reply__top__num {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_reply .shop_reply__top__num {
    font-size: 18px;
  }
}
.com_shop_reply .shop_reply__top__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;
}
.com_shop_reply .shop_reply__top__btns .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;
  gap: 5px;
  font-size: 14px;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_reply .shop_reply__top__btns .btn {
    font-size: 16px;
  }
}
.com_shop_reply .shop_reply__top__btns .btn:not(:last-child) {
  position: relative;
}
.com_shop_reply .shop_reply__top__btns .btn:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 10px;
  background: #e2e3e5;
  cursor: default;
}
.com_shop_reply .shop_reply__top__btns .btn:first-child {
  color: #005f4c;
  font-weight: 500;
}

.com_table th {
  background-color: #f7f7f7;
}
.com_table th,
.com_table td {
  color: #111;
  border: 1px solid #e2e3e5;
  padding: 5px;
  text-align: center;
}

.com_intro main {
  padding-block: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_intro .pc {
    display: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_intro .mobile {
    display: none;
  }
}
.com_intro .swiper {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023.9px) {
  .com_intro .swiper {
    margin-bottom: 40px;
  }
}
.com_intro .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_intro .swiper-horizontal > .swiper-pagination-bullets,
.com_intro .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.com_intro .swiper-pagination-bullet-active {
  color: #005f4c;
  background: #005f4c;
}
.com_intro .find_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  padding-top: 40px;
  gap: 25px;
}
@media screen and (max-width: 1023.9px) {
  .com_intro .find_area {
    padding-bottom: 40px;
    font-size: 14px;
  }
}
.com_intro .find_area .tit {
  color: #005f4c;
  font-weight: 500;
}
.com_intro .find_area .link_wrap .link {
  color: #707070;
}
.com_intro .find_area .link_wrap .link:not(:last-child) {
  position: relative;
}
.com_intro .find_area .link_wrap .link:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 10px;
  background: #e2e3e5;
  cursor: default;
}

.com_serach {
  border-radius: 50px;
  border: 1px solid #005f4c;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  height: 50px;
  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;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .com_serach {
    margin-bottom: 15px;
    height: 40px;
  }
}
.com_serach .select {
  height: 48px;
  width: 115px;
  border: none;
  padding-inline: 10px 30px;
  text-align: center;
  border-right: 1px solid #005f4c;
  background-position: calc(100% - 10px) center;
}
@media screen and (max-width: 1023.9px) {
  .com_serach .select {
    height: 38px;
  }
}
.com_serach .input {
  border: none;
  height: 48px;
  padding-inline: 22px;
  width: 550px;
  flex: 1;
}
@media screen and (max-width: 1023.9px) {
  .com_serach .input {
    height: 38px;
    width: 100px;
    padding-inline: 10px;
  }
}
.com_serach .btn_search {
  width: 50px;
  min-width: 50px;
  height: 50px;
  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: #005f4c;
  margin-right: -1px;
  margin-top: -1px;
}
@media screen and (max-width: 1023.9px) {
  .com_serach .btn_search {
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
}

.com_activity_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;
}
.com_activity_area .sec_map {
  overflow: hidden;
}
.com_activity_area .area_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 7px;
}
.com_activity_area .area_list .scroll {
  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: 7px 7px;
  width: 100%;
}
.com_activity_area .area_list .scroll > * {
  width: calc((100% - 7px * 2) / 3);
  min-width: calc((100% - 7px * 2) / 3);
}
.com_activity_area .area_list .item {
  position: relative;
  align-self: stretch;
}
.com_activity_area .area_list .item .chk {
  width: 100%;
  height: 100%;
  display: block;
}
.com_activity_area .area_list .item .chk:hover {
  cursor: pointer;
}
.com_activity_area .area_list .item .chk .btn {
  border-radius: 10px;
  border: 1px solid #e2e3e5;
  padding: 12px 20px;
  color: #646464;
  font-size: 16px;
  min-height: 60px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_area .area_list .item .chk .btn {
    font-size: 14px;
    padding: 12px 15px;
    min-height: auto;
    align-self: stretch;
  }
}
.com_activity_area .area_list .item .chk input:checked + .btn {
  background-color: #cdeae4;
  border-color: #cdeae4;
  color: #005f4c;
  font-weight: 700;
}
.com_activity_area .area_list .item .btn_del {
  width: 18px;
  min-width: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_area .area_list .item .btn_del {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_area .area_list .item .btn_del {
    top: 1px;
    right: 1px;
    min-width: 15px;
    width: 15px;
    height: 15px;
  }
}
.com_activity_area .area_list .item .btn_del img {
  width: 100%;
  height: 100%;
}
.com_activity_area .area_list .item.btn_add .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_activity_area .area_list .notice {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_activity_area .area_list .notice {
    margin-top: 21px;
    font-size: 17px;
  }
}
.com_activity_area .area_list .notice b {
  color: #005f4c;
}
@media screen and (min-width: 1023.9px) {
  .com_activity_area .area_list .notice b {
    display: block;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_activity_area .area_list .notice b {
    margin-left: 5px;
  }
}

.com_cheer_box {
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 14px 18px;
  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: 15px;
  width: 800px;
  z-index: 2;
}
@media screen and (max-width: 1023.9px) {
  .com_cheer_box {
    padding: 7px 10px;
    top: 10px;
    width: calc(100% - 26px);
  }
}
.com_cheer_box .cheer_tit {
  border-radius: 50px;
  background: #005f4c;
  padding-inline: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  height: 42px;
  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_cheer_box .cheer_tit {
    height: 20px;
    font-size: 13px;
    padding-inline: 9.5px;
  }
}
.com_cheer_box .cheer_name {
  font-size: 20px;
  font-weight: 700;
  color: #005f4c;
}
@media screen and (max-width: 1023.9px) {
  .com_cheer_box .cheer_name {
    font-size: 13px;
  }
}
.com_cheer_box .cheer_msg {
  font-size: 20px;
  font-weight: 500;
  flex: 1;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding-block: 3px;
  gap: 5px;
}
@media screen and (max-width: 1023.9px) {
  .com_cheer_box .cheer_msg {
    font-size: 13px;
  }
}
.com_cheer_box .cheer_msg .icon {
  width: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_cheer_box .cheer_msg .icon {
    width: 13px;
  }
}

@media screen and (max-width: 1023.9px) {
  .com_activity_slide {
    width: calc(100% + 26px);
    max-width: calc(100% + 26px) !important;
    margin-inline: -13px;
    padding-inline: 13px;
  }
}
.com_activity_slide .item {
  align-self: stretch;
  height: auto;
}
.com_activity_slide .com_activity_list.block_type {
  flex-wrap: nowrap;
  gap: 0;
}
.com_activity_slide .com_activity_list.block_type > * {
  min-width: auto;
  width: 100%;
}

@media screen and (max-width: 1023.9px) {
  .com_ok main {
    min-height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
  .com_ok main > .com_btn__wrap.bottom {
    margin-top: auto;
  }
  .com_ok .com_msg_tit {
    margin-bottom: 0 !important;
  }
}
.com_ok .ok {
  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;
}
@media screen and (min-width: 1023.9px) {
  .com_ok .ok {
    gap: 20px;
    padding: 80px 0;
    border-top: 1px solid #e2e3e5;
    border-bottom: 1px solid #e2e3e5;
  }
  .com_ok .ok.border_round {
    border-left: 1px solid #e2e3e5;
    border-right: 1px solid #e2e3e5;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_ok .ok {
    flex-grow: 1;
    justify-content: center;
    gap: 32px;
    padding: 40px 0;
  }
}
.com_ok .ok:before {
  display: block;
  height: 200px;
  content: "";
}
@media screen and (max-width: 1023.9px) {
  .com_ok .ok:before {
    height: 165px;
  }
}
.com_ok .ok .text {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 1023.9px) {
  .com_ok .ok + .com_bullet_star_list {
    margin-top: 30px;
  }
}
.com_ok .cashback_ok:before {
  background: url(../img/cashback_ok2.png) no-repeat center/auto 100%;
}
.com_ok .apply_ok:before {
  background: url(../img/apply_banner.png) no-repeat center/auto 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_ok .proof_ok {
    gap: 32px;
    padding: 80px 0;
    border: 1px solid #e2e3e5;
    border-radius: 10px;
  }
}
.com_ok .proof_ok:before {
  background: url(../img/proof_ok.png) no-repeat center/auto 100%;
}

.com_upload_box {
  position: relative;
  width: 100%;
}
.com_upload_box input[type=file] {
  position: relative;
  width: 100%;
  height: 120px;
  opacity: 0;
  cursor: pointer;
}
.com_upload_box .upload_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;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #005f4c;
  border-radius: 10px;
  font-size: 14px;
  color: #005f4c;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 1023.9px) {
  .com_upload_box .upload_inner {
    font-size: 16px;
  }
}
.com_upload_box .upload_inner:before {
  display: block;
  width: 54px;
  height: 52px;
  background: url(../img/icon_upload.png) no-repeat center/contain;
  content: "";
}
.com_upload_box.red .upload_inner {
  border-color: #e01100;
  color: #000;
}

.com_tag_field {
  gap: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-top: 10px;
}
.error_txt + .com_tag_field {
  margin-top: 10px;
}

.com_tag_field .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  border-radius: 20px;
  background: #2d2d2d;
  padding: 6px 10px;
  color: #fff;
  font-size: 9px;
  gap: 5px;
}
@media screen and (min-width: 1023.9px) {
  .com_tag_field .tag {
    font-size: 14px;
  }
}
.com_tag_field .tag .btn_del {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='M15.409 1.184.592 16m0-14.817L15.409 16'/%3E%3C/svg%3E");
  width: 8px;
  height: 8px;
  background-size: cover;
}
@media screen and (max-width: 1023.9px) {
  .com_tag_field .tag .btn_del {
    display: none;
  }
}
.com_tag_field .tag.type_big {
  font-size: 13px;
}

.com_add_file_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 15px;
}
.com_add_file_list .item {
  position: relative;
  width: calc(25% - 11.25px);
}
.com_add_file_list .item .icon_del_circle {
  position: absolute;
  top: 0;
  right: 0;
}
.com_add_file_list .item .img_box {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  aspect-ratio: auto;
}
.com_add_file_list .item .img_box > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_add_file_list .item .img_box > img, .com_add_file_list .item .img_box > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_add_file_list .item .img_box {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 185px;
    height: 185px;
    min-width: 185px;
    aspect-ratio: auto;
  }
  .com_add_file_list .item .img_box > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_add_file_list .item .img_box > img, .com_add_file_list .item .img_box > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}

.com_pet_img {
  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: 100%;
}
.com_pet_img img {
  position: absolute;
  z-index: 2;
}
.com_pet_img img.item_acc {
  z-index: 3;
}
.com_pet_img .back_img {
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.com_pet_img img:not(.back_img) {
  animation: nodSlideBounce 14s ease-in-out infinite;
  transform-origin: bottom center;
}

.main_visual_pet__pet img {
  animation: nodSlideBounce 14s ease-in-out infinite;
  transform-origin: bottom center;
}

/* 하트 이모티콘 추가 및 캐릭터 움직이기 */
#heart-container .heart {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("/application/assets/front/img/ecopet_heart.png");
  background-size: contain;
  background-repeat: no-repeat;
  animation: floatUp 2s ease-out forwards;
  pointer-events: none;
  z-index: 10;
}

@keyframes floatUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-60px);
  }
}
@keyframes nodSlideBounce {
  0% {
    transform: translateX(0%) rotate(0deg);
  }
  5% {
    transform: translateX(2%) rotate(-2deg);
  }
  10% {
    transform: translateX(4%) rotate(2deg);
  }
  15% {
    transform: translateX(6%) rotate(-2deg);
  }
  20% {
    transform: translateX(8%) rotate(2deg);
  }
  25% {
    transform: translateX(10%) rotate(0deg);
  }
  30% {
    transform: translateX(10%) rotate(0deg);
  }
  35% {
    transform: translateX(8%) rotate(2deg);
  }
  40% {
    transform: translateX(6%) rotate(-2deg);
  }
  45% {
    transform: translateX(4%) rotate(2deg);
  }
  50% {
    transform: translateX(2%) rotate(-2deg);
  }
  55% {
    transform: translateX(0%) rotate(0deg);
  }
  60% {
    transform: translateX(0%) rotate(0deg) translateY(-6px);
  }
  65% {
    transform: translateX(0%) rotate(0deg) translateY(0);
  }
  70% {
    transform: translateX(-2%) rotate(2deg);
  }
  75% {
    transform: translateX(-4%) rotate(-2deg);
  }
  80% {
    transform: translateX(-6%) rotate(2deg);
  }
  85% {
    transform: translateX(-8%) rotate(-2deg);
  }
  90% {
    transform: translateX(-10%) rotate(0deg);
  }
  92% {
    transform: translateX(-10%) rotate(0deg);
  }
  94% {
    transform: translateX(-8%) rotate(2deg);
  }
  96% {
    transform: translateX(-6%) rotate(-2deg);
  }
  98% {
    transform: translateX(-4%) rotate(2deg);
  }
  99% {
    transform: translateX(-2%) rotate(-2deg);
  }
  100% {
    transform: translateX(0%) rotate(0deg);
  }
}
.com_card_daily {
  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;
  border-radius: 10px;
  border: 1px solid #8f8f8f;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  padding-block: 10px;
  aspect-ratio: 1/1;
  gap: 3px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1023.9px) {
  .com_card_daily {
    gap: 6px;
    border-radius: 20px;
  }
}
.com_card_daily .card_daily__icon {
  height: 50px;
  margin-bottom: 3px;
}
@media screen and (min-width: 1023.9px) {
  .com_card_daily .card_daily__icon {
    height: 70px;
  }
}
.com_card_daily .card_daily__tit {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 1023.9px) {
  .com_card_daily .card_daily__tit {
    font-size: 17px;
  }
}
.com_card_daily .card_daily__coin {
  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;
  gap: 5px;
  line-height: initial;
}
@media screen and (min-width: 1023.9px) {
  .com_card_daily .card_daily__coin {
    font-size: 15px;
  }
}
.com_card_daily.type_ing:after {
  content: "참여중";
  border-radius: 0 10px;
  background: #005f4c;
  height: 17px;
  padding: 3px 7px;
  position: absolute;
  right: -1px;
  top: -1px;
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_card_daily.type_ing:after {
    font-size: 14px;
    height: 30px;
    padding: 5px 15px;
    border-radius: 0 20px;
  }
}
.com_card_daily.type_end:before {
  content: "";
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.com_card_daily.type_end:after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_completed.png);
  width: 55px;
  min-width: 55px;
  height: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1023.9px) {
  .com_card_daily.type_end:after {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
.com_card_daily.type_reject:before {
  content: "";
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.com_card_daily.type_reject:after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_reject.png);
  width: 55px;
  min-width: 55px;
  height: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1023.9px) {
  .com_card_daily.type_reject:after {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
.com_card_daily.type_wrong:before {
  content: "";
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.com_card_daily.type_wrong:after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_wrong.png);
  width: 55px;
  min-width: 55px;
  height: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1023.9px) {
  .com_card_daily.type_wrong:after {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
.com_card_daily.type_pending:before {
  content: "";
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.com_card_daily.type_pending:after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_pending.png);
  width: 55px;
  min-width: 55px;
  height: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1023.9px) {
  .com_card_daily.type_pending:after {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}

.com_card_daily__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px 9px;
  width: 100%;
}
.com_card_daily__list > * {
  width: calc((100% - 9px * 5) / 6);
  min-width: calc((100% - 9px * 5) / 6);
}
@media screen and (max-width: 1023.9px) {
  .com_card_daily__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 9px 9px;
    width: 100%;
  }
  .com_card_daily__list > * {
    width: calc((100% - 9px * 2) / 3);
    min-width: calc((100% - 9px * 2) / 3);
  }
}

.com_search_keyword_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;
}
.com_search_keyword_sec .banner_sec {
  margin-top: 400px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_search_keyword_sec .banner_sec {
    position: fixed;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
  }
}
.com_search_keyword_sec .banner_sec .swiper-pagination-fraction {
  bottom: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_search_keyword_sec .banner_sec .swiper-pagination-fraction {
    right: 10px;
  }
}
.com_search_keyword_sec .search_result + .search_result {
  margin-top: 30px;
}
@media screen and (min-width: 1023.9px) {
  .com_search_keyword_sec .search_result + .search_result {
    margin-top: 50px;
  }
}
.com_search_keyword_sec .search_result .tit {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_search_keyword_sec .search_result .tit {
    font-size: 24px;
  }
}
.com_search_keyword_sec .search_result .search_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 1023.9px) {
  .com_search_keyword_sec .search_result .search_list {
    gap: 10px;
  }
}

.com_search_layer__head {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 50px;
  padding-inline: 13px;
  display: none;
  z-index: 99;
}
@media screen and (min-width: 1023.9px) {
  .com_search_layer__head {
    display: none;
  }
}
.com_search_layer__head.active {
  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 (min-width: 1023.9px) {
  .com_search_layer__head.active {
    display: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_search_layer__head {
    display: none;
  }
}
.com_search_layer__head__tit {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 280px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.body_ios .com_search_layer__head {
  top: 42px;
}

.body_android .com_search_layer__head {
  top: 24px;
}

.com_daily_done_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
  clear: both;
}
.com_daily_done_list .daily_done_list__item {
  border-radius: 10px;
  border: 0.6px solid #005f4c;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 1023.9px) {
  .com_daily_done_list .daily_done_list__item {
    font-size: 18px;
  }
}
.com_daily_done_list .daily_done_list__item .plogging_list {
  table-layout: fixed;
}
.com_daily_done_list .daily_done_list__item .plogging_list td {
  white-space: nowrap;
  font-size: 13px;
  padding-inline: 2.5px;
}
.com_daily_done_list .daily_done_list__item .plogging_list tr:not(:last-child) td {
  padding-bottom: 10px;
}
.com_daily_done_list .daily_done_list__item .date_field {
  font-weight: 400;
  font-size: 12px;
}
.com_daily_done_list .daily_done_list__item .svg_icon.icon_arrow {
  margin-left: auto;
  transform: rotate(270deg);
  width: 7px;
  height: 7px;
}
.com_daily_done_list .daily_done_list__num {
  margin-left: auto;
  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: 5px;
  text-align: right;
}
.com_daily_done_list .daily_done_list__num + .svg_icon.icon_arrow {
  margin-left: 5px;
}
.com_daily_done_list .daily_done_list__icon {
  width: 41px;
  padding-right: 15px;
  font-size: 22px;
}
.com_daily_done_list .daily_done_list__icon img {
  max-height: 40px;
}
@media screen and (min-width: 1023.9px) {
  .com_daily_done_list .daily_done_list__icon {
    font-size: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_daily_done_list.type_none_pd {
    padding: 0;
    margin: 0;
  }
}

.com_star_grade {
  background: url(../img/star.png) repeat;
  background-size: contain;
  height: 12px;
  width: 68px;
}
.com_star_grade .star_grade {
  background: url(../img/star_on.png) repeat;
  background-size: contain;
  height: 12px;
  display: block;
}

.com_challenge_proof_table {
  max-height: hidden;
  overflow-x: auto;
  overflow-y: 100%;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
  margin-bottom: 20px;
}
.com_challenge_proof_table::-webkit-scrollbar {
  /*스크롤바*/
  width: 5px;
  height: 5px;
}
.com_challenge_proof_table::-webkit-scrollbar-button {
  /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.com_challenge_proof_table::-webkit-scrollbar-thumb {
  /*스크롤바 핸들*/
  background-color: #e2e8f0;
  background-clip: padding-box;
  border-radius: 5px;
}
.com_challenge_proof_table::-webkit-scrollbar-track {
  /*스크롤바 진행줄*/
  background-color: none;
}
.com_challenge_proof_table::-webkit-scrollbar-track-piece {
  /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: none;
}
.dark .com_challenge_proof_table {
  scrollbar-highlight-color: #6b6b6b;
}
.dark .com_challenge_proof_table::-webkit-scrollbar-thumb {
  /*스크롤바 핸들*/
  background-color: #6b6b6b;
}
.dark .com_challenge_proof_table::-webkit-scrollbar-track-piece {
  /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: #6b6b6b;
}
.com_challenge_proof_table table {
  border-radius: 10px;
  background: #eafaef;
  padding-inline: 15px;
  border-collapse: separate;
}
.com_challenge_proof_table table th,
.com_challenge_proof_table table td {
  text-align: center;
}
.com_challenge_proof_table table th {
  padding: 16px 10px;
  border-bottom: 1px solid #bedfd9;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}
.com_challenge_proof_table table td {
  padding-block: 15px;
  color: #005f4c;
  font-weight: bold;
}

.com_eco_ranking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  margin-top: 95px;
}
@media screen and (max-width: 1023.9px) {
  .com_eco_ranking {
    margin-top: 64px;
  }
}
.com_eco_ranking__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position: relative;
  flex: 1;
  text-align: center;
}
.com_eco_ranking__body {
  border-radius: 10px;
  background: #005f4c;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  padding-block: 40px 10px;
  width: 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_eco_ranking__body {
    padding-block: 90px 26px;
    font-size: 24px;
  }
}
.com_eco_ranking__body.yellow {
  background: #f8ad3e;
}
.com_eco_ranking__body.green {
  background: #00ab94;
}
.com_eco_ranking__nick {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 1023.9px) {
  .com_eco_ranking__nick {
    font-size: 16px;
  }
}
.com_eco_ranking .badge {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  position: absolute;
  top: -44px;
  background-color: #fbfbf6;
  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;
}
@media screen and (min-width: 1023.9px) {
  .com_eco_ranking .badge {
    width: 140px;
    height: 140px;
    top: -75px;
  }
}
.com_eco_ranking .badge img {
  max-width: 70%;
  max-height: 70%;
}

.com_divider_line {
  width: 100%;
  height: 1px;
  background-color: #e2e3e5;
  border: none;
}

.proof-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: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1023.9px) {
  .proof-info {
    margin-bottom: 45px;
  }
}
.proof-info__nick {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
@media screen and (min-width: 1023.9px) {
  .proof-info__nick {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
.proof-info__type {
  color: #005f4c;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (min-width: 1023.9px) {
  .proof-info__type {
    font-size: 16px;
  }
}
.proof-info__date {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #646464;
  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;
  line-height: initial;
}
@media screen and (min-width: 1023.9px) {
  .proof-info__date {
    font-size: 16px;
  }
}
.proof-info__notice {
  font-size: 12px;
  color: #646464;
}
@media screen and (min-width: 1023.9px) {
  .proof-info__notice {
    font-size: 14px;
  }
}
.proof-info__thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.3218390805;
  border-radius: 10px;
}
.proof-info__thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.proof-info__thumb > img, .proof-info__thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.proof-info.type-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.proof-info.type-thumb .proof-info__type {
  font-size: 15px;
}
@media screen and (min-width: 1023.9px) {
  .proof-info.type-thumb .proof-info__type {
    font-size: 20px;
  }
}

.proof-progress {
  margin-bottom: 32px;
}
@media screen and (min-width: 1023.9px) {
  .proof-progress {
    margin-bottom: 45px;
  }
}
.proof-progress__tit {
  font-size: 13px;
  font-weight: 600;
  color: #005f4c;
  margin-bottom: 9px;
}
@media screen and (min-width: 1023.9px) {
  .proof-progress__tit {
    font-size: 18px;
  }
}
.proof-progress__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: 11px;
}
.proof-progress__bar {
  border-radius: 50px;
  background: #dfe5ed;
  width: 100%;
  height: 10px;
  position: relative;
}
@media screen and (min-width: 1023.9px) {
  .proof-progress__bar {
    height: 15px;
  }
}
.proof-progress__state {
  height: 10px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  background: #005f4c;
}
@media screen and (min-width: 1023.9px) {
  .proof-progress__state {
    height: 15px;
  }
}
.proof-progress__num {
  font-size: 13px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .proof-progress__num {
    font-size: 18px;
  }
}

.proof-state {
  border-radius: 10px;
  background: #eafaef;
  padding: 16px 15px;
  display: flex;
  justify-content: space-around;
  gap: 15px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1023.9px) {
  .proof-state {
    padding: 30px;
  }
}
.proof-state__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 1023.9px) {
  .proof-state__item {
    gap: 10px;
  }
}
.proof-state__num {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .proof-state__num {
    font-size: 25px;
  }
}
.proof-state__info {
  font-size: 14px;
}
@media screen and (min-width: 1023.9px) {
  .proof-state__info {
    font-size: 18px;
  }
}
.proof-state__icon {
  font-size: 26px;
}
@media screen and (min-width: 1023.9px) {
  .proof-state__icon {
    font-size: 35px;
  }
}
.proof-state__label {
  font-size: 14px;
}
@media screen and (min-width: 1023.9px) {
  .proof-state__label {
    font-size: 18px;
  }
}

.proof-day {
  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: 3px 3px;
  width: 100%;
}
.proof-day > * {
  width: calc((100% - 3px * 3) / 4);
  min-width: calc((100% - 3px * 3) / 4);
}
@media screen and (min-width: 1023.9px) {
  .proof-day {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 10px;
    width: 100%;
  }
  .proof-day > * {
    width: calc((100% - 10px * 3) / 4);
    min-width: calc((100% - 10px * 3) / 4);
  }
}
.proof-day__item {
  border-radius: 10px;
  border: 1px solid #80c5b8;
  background: #fff;
  text-align: center;
  min-height: 105px;
  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;
  overflow: hidden;
  aspect-ratio: 84/105;
}
.proof-day__item.is-empty {
  background-image: url(../img/proof-done.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.proof-day__date {
  font-size: 14px;
  margin-block: 15px 10px;
}
@media screen and (min-width: 1023.9px) {
  .proof-day__date {
    font-size: 18px;
  }
}
.proof-day__state {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .proof-day__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;
    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;
    flex: 1;
    font-size: 26px;
  }
}
.proof-day__btn {
  margin-top: auto;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  height: 30px;
  text-align: center;
  background: #80c5b8;
}
@media screen and (min-width: 1023.9px) {
  .proof-day__btn {
    height: 50px;
    font-size: 16px;
  }
}

.proof-day__swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 10px;
}

.proof-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 15px;
  width: 100%;
}
.proof-list > * {
  width: calc((100% - 15px * 1) / 2);
  min-width: calc((100% - 15px * 1) / 2);
}
.proof-list__item {
  border-radius: 10px;
  border: 1px solid #80c5b8;
  padding-block: 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;
  align-items: center;
}
.proof-list__nick {
  font-size: 16px;
  font-weight: 600;
  margin-block: 15px 3px;
}
@media screen and (min-width: 1023.9px) {
  .proof-list__nick {
    font-size: 20px;
  }
}
.proof-list__num {
  font-size: 13px;
  font-weight: 500;
  color: #8f8f8f;
}
@media screen and (min-width: 1023.9px) {
  .proof-list__num {
    font-size: 16px;
  }
}

.profile-img {
  border: 2px solid #005f4c;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  aspect-ratio: auto;
}
.profile-img > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.profile-img > img, .profile-img > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (min-width: 1023.9px) {
  .profile-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    min-width: 120px;
    aspect-ratio: auto;
  }
  .profile-img > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .profile-img > img, .profile-img > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.profile-img--l {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  min-width: 90px;
  aspect-ratio: auto;
}
.profile-img--l > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.profile-img--l > img, .profile-img--l > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.profile-img--xl {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  min-width: 100px;
  aspect-ratio: auto;
}
.profile-img--xl > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.profile-img--xl > img, .profile-img--xl > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.profile-img--s {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  aspect-ratio: auto;
}
.profile-img--s > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.profile-img--s > img, .profile-img--s > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.profile-img--border-none {
  border: none;
}

.profile__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;
  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;
  margin-bottom: 30px;
}
.profile__nick {
  font-size: 20px;
  font-weight: 600;
}