@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 {
  /* Prevent font scaling in landscape */
  -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none; /*Firefox*/
  -ms-text-size-adjust: none; /*Ie*/
  -o-text-size-adjust: none; /*old versions of Opera*/
}

html,
a,
button,
input,
textarea,
.ui-widget {
  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;
}

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

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

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

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

a,
img {
  border: none;
}

img {
  max-width: 100%;
}

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

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

a:hover {
  text-decoration: none;
}

body {
  scroll-behavior: smooth;
}

input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
input[type=email],
select,
textarea {
  box-sizing: border-box;
  color: #353638;
  font-size: 12px;
  background: #fff;
  vertical-align: middle;
  height: 45px;
  padding-inline: 14px;
  border-radius: 5px;
  font-weight: 500;
  border: solid 1px #e2e3e5;
}

input[type=date] {
  padding-right: 30px;
  position: relative;
}

input::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 10px;
  width: 12px;
  height: 15px;
  background: url(../img/btn_date.png) no-repeat center/cover;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

i {
  font-style: normal;
}

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

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

th {
  text-align: center;
}

td {
  text-align: left;
}

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

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

button:disabled {
  cursor: not-allowed;
}

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

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

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

input[type=tel] {
  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: 12px;
}

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

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

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

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

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

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

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

input:focus {
  outline: none;
}

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

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

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

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

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

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

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

textarea {
  line-height: 1;
}

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: 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' viewBox='0 0 24 24'  fill='none'%3E%3Cg stroke='%23353638' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M4.548 18.42c-.557 0-1.07-.285-1.355-.754-.35-.59-.24-1.344.263-1.803l1.42-1.29V9.361c0-3.988 3.322-7.484 7.113-7.484 3.792 0 7.124 3.496 7.124 7.484v5.212l1.421 1.29c.503.459.612 1.213.262 1.803-.284.47-.797.754-1.355.754H4.548ZM15.934 18.507c0 2.185-1.76 3.966-3.933 3.966-2.175 0-3.934-1.77-3.934-3.966h7.878-.01Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_prev {
  display: inline-block;
  width: 15px;
  min-width: 15px;
  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='15' height='26'  viewBox='0 0 15 24' fill='none'%3E%3Cpath stroke='%23353638' stroke-width='2' d='M13.555 1 1.5 13l12.055 12'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.menu_home {
  display: inline-block;
  width: 27px;
  min-width: 27px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26'  viewBox='0 0 27 26' fill='none'%3E%3Cpath fill='%23353638' d='m12.704 2.805-7.963 7.15a.732.732 0 0 0-.241.546V21.29c0 .67.537 1.214 1.2 1.214h4.804c.663 0 1.2-.543 1.2-1.214v-3.945c0-.402.323-.729.72-.729h2.426a.45.45 0 0 1 .446.452v4.222c0 .67.537 1.214 1.2 1.214h4.807c.663 0 1.2-.543 1.2-1.214V10.72c0-.345-.148-.675-.403-.905l-7.804-7.01a1.19 1.19 0 0 0-1.592 0Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.menu_my {
  display: inline-block;
  width: 27px;
  min-width: 27px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26'  fill='none'%3E%3Cpath fill='%23353638' d='M13.506 12.43c2.79 0 5.053-2.223 5.053-4.965S16.296 2.5 13.506 2.5c-2.791 0-5.053 2.223-5.053 4.965s2.262 4.965 5.053 4.965ZM3.5 23.5c0-5.425 4.473-9.831 10.006-9.831 5.532 0 10.005 4.395 10.005 9.831'/%3E%3Cpath fill='%23353638' d='M13.506 12.43c2.79 0 5.053-2.223 5.053-4.965S16.296 2.5 13.506 2.5c-2.791 0-5.053 2.223-5.053 4.965s2.262 4.965 5.053 4.965ZM3.5 23.5c0-5.425 4.473-9.831 10.006-9.831 5.532 0 10.005 4.395 10.005 9.831'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.menu_community {
  display: inline-block;
  width: 27px;
  min-width: 27px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='24' viewBox='0 0 27 26' fill='none'%3E%3Cpath fill='%23353638' fill-rule='evenodd' d='M6.315 2.133H19.8c2.043 0 3.702 1.646 3.702 3.682v8.947a3.69 3.69 0 0 1-3.701 3.681h-7.675l-3.768 3.749c-.669.665-1.81.195-1.81-.744v-3.005h-.233c-2.043 0-3.702-1.645-3.702-3.681V5.815c0-2.032 1.659-3.682 3.702-3.682Zm3.245 8.049a1.09 1.09 0 0 0-1.095-1.089 1.09 1.09 0 0 0-1.094 1.089 1.09 1.09 0 0 0 1.094 1.088 1.09 1.09 0 0 0 1.095-1.088Zm4.59 0a1.09 1.09 0 0 0-1.094-1.089 1.09 1.09 0 0 0-1.094 1.089 1.09 1.09 0 0 0 1.094 1.088 1.09 1.09 0 0 0 1.094-1.088Zm3.498-1.089a1.09 1.09 0 0 1 1.095 1.089 1.09 1.09 0 0 1-1.095 1.088 1.09 1.09 0 0 1-1.094-1.088 1.09 1.09 0 0 1 1.094-1.089Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.menu_manage {
  display: inline-block;
  width: 27px;
  min-width: 27px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'%3E%3Cpath fill='%23353638' d='M20.667 3.5H7.333A3.332 3.332 0 0 0 4 6.833v13.334A3.332 3.332 0 0 0 7.333 23.5h13.334A3.332 3.332 0 0 0 24 20.167V6.833A3.332 3.332 0 0 0 20.667 3.5Zm-9.142 15.25c0 .308-.25.556-.556.556H9.136a.555.555 0 0 1-.555-.556v-5.006c0-.308.25-.555.555-.555h1.833c.309 0 .556.25.556.555v5.006Zm3.789 0c0 .308-.25.556-.556.556h-1.833a.555.555 0 0 1-.556-.556v-7.967c0-.308.25-.555.556-.555h1.833c.309 0 .556.25.556.555v7.967Zm3.778 0c0 .308-.25.556-.556.556h-1.833a.555.555 0 0 1-.556-.556v-2.878c0-.308.25-.555.556-.555h1.833c.308 0 .556.25.556.555v2.878Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_chk {
  display: inline-block;
  width: 13px;
  min-width: 13px;
  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='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath stroke='%23353638' stroke-linecap='round' stroke-width='1.5' d='M.956 4.686 5.14 8.452l6.904-6.904'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_del {
  display: inline-block;
  width: 19px;
  min-width: 19px;
  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='19' height='18' viewBox='0 0 19 18'  fill='none'%3E%3Cpath stroke='%23353638' stroke-width='1.5' d='M17.5 1 2.02 17M1.426 1l15.48 16'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_map {
  display: inline-block;
  width: 14px;
  min-width: 14px;
  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='14' height='16' viewBox='0 0 14 16' fill='none'%3E%3Cg stroke='%23353638' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M12.5 6.705c0 4.536-5.5 8.423-5.5 8.423S1.5 11.24 1.5 6.705C1.5 3.485 3.964.871 7 .871s5.5 2.614 5.5 5.834Z'/%3E%3Cpath d='M7 8.653c1.014 0 1.836-.872 1.836-1.948 0-1.075-.822-1.947-1.836-1.947-1.014 0-1.836.872-1.836 1.947 0 1.076.822 1.948 1.836 1.948Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_tel {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%23353638' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.987 10.986v1.804c0 .666-.538 1.21-1.204 1.21h-.115a11.827 11.827 0 0 1-5.2-1.85 11.818 11.818 0 0 1-3.619-3.616 12.038 12.038 0 0 1-1.844-5.228A1.201 1.201 0 0 1 3.1 2h1.915c.608 0 1.12.435 1.204 1.037a7.83 7.83 0 0 0 .422 1.696c.167.441.058.934-.269 1.273l-.768.768a9.618 9.618 0 0 0 3.618 3.616l.769-.768a1.203 1.203 0 0 1 1.274-.268 7.664 7.664 0 0 0 1.697.422c.609.083 1.05.614 1.038 1.222l-.013-.012Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_my {
  display: inline-block;
  width: 14px;
  min-width: 14px;
  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='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg stroke='%23353638' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M7.147 1h-.294A5.853 5.853 0 0 0 1 6.853v.294A5.853 5.853 0 0 0 6.853 13h.294A5.853 5.853 0 0 0 13 7.147v-.294A5.853 5.853 0 0 0 7.147 1Z'/%3E%3Cpath d='M7 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM4 10.993v-.112C4 9.288 5.341 8 7 8s3 1.288 3 2.88V11'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_calendar {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg stroke='%23353638' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M12.667 2.667H3.333C2.597 2.667 2 3.264 2 4v9.334c0 .736.597 1.333 1.333 1.333h9.334c.736 0 1.333-.597 1.333-1.333V4c0-.736-.597-1.333-1.333-1.333ZM10.667 1.333V4M5.333 1.333V4M2 6.667h12'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.menu_commute {
  display: inline-block;
  width: 21px;
  min-width: 21px;
  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='21' height='25'  viewBox='0 0 21 25' fill='none'%3E%3Cpath fill='%23353638' d='M10.375 0.5C4.84938 0.5 0.375 4.98095 0.375 10.5C0.375 16.0191 4.84938 20.5 10.375 20.5C15.9006 20.5 20.375 16.0191 20.375 10.5C20.375 4.98095 15.9006 0.5 10.375 0.5ZM14.2975 14.7181C14.0412 14.9744 13.7061 15.1058 13.3711 15.1058C13.036 15.1058 12.7009 14.9744 12.4446 14.7181L9.08722 11.3607C8.83755 11.111 8.69957 10.7825 8.69957 10.4343V5.02694C8.69957 4.3042 9.2909 3.71288 10.0136 3.71288C10.7364 3.71288 11.3277 4.3042 11.3277 5.02694V9.88239L14.304 12.8587C14.8165 13.3712 14.8165 14.2057 14.304 14.7181H14.2975Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_logout {
  display: inline-block;
  width: 23px;
  min-width: 23px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' viewBox='0 0 23 20' fill='none'%3E%3Cpath stroke='%23353638' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.93 5.389V3.083A2.306 2.306 0 0 0 11.626.778h-8.07A2.306 2.306 0 0 0 1.25 3.083v13.834a2.306 2.306 0 0 0 2.306 2.305h8.069a2.306 2.306 0 0 0 2.306-2.305V14.61'/%3E%3Cpath stroke='%23353638' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.167 10H22l-3.458-3.458M18.542 13.458 22 10'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_edit {
  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' viewBox='0 0 24 24' fill='none'%3E%3Cg stroke='%23353638' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M8.515 20.295H19.91M2.362 12.066a2.245 2.245 0 0 0 0 3.185l4.387 4.387c.883.883 2.311.883 3.185 0l2.46-2.461-7.57-7.572-2.462 2.461Z'/%3E%3Cpath d='m12.724 1.705-7.9 7.9 7.57 7.581-7.57-7.581 7.57 7.581 7.901-7.91-7.571-7.571Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M1 1h20v20H1z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_trashcan {
  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' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%23353638' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.206 5.4h15.596v13.82c0 1.648-1.388 2.977-3.108 2.977h-9.38c-1.72 0-3.108-1.329-3.108-2.976V5.4Z'/%3E%3Cpath stroke='%23353638' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.003 5.401V3.885c0-1.148.904-2.083 2.014-2.083h1.972c1.11 0 2.013.935 2.013 2.083v1.516M2.404 5.4H21.6M9.602 9.002V18.6M14.4 9.002V18.6'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.menu_home {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26'  viewBox='0 0 27 26' fill='none'%3E%3Cpath fill='%23C3CAD9' d='m12.704 2.805-7.963 7.15a.732.732 0 0 0-.241.546V21.29c0 .67.537 1.214 1.2 1.214h4.804c.663 0 1.2-.543 1.2-1.214v-3.945c0-.402.323-.729.72-.729h2.426a.45.45 0 0 1 .446.452v4.222c0 .67.537 1.214 1.2 1.214h4.807c.663 0 1.2-.543 1.2-1.214V10.72c0-.345-.148-.675-.403-.905l-7.804-7.01a1.19 1.19 0 0 0-1.592 0Z'/%3E%3C/svg%3E");
}
.svg_icon.menu_manage {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'%3E%3Cpath fill='%23C3CAD9' d='M20.667 3.5H7.333A3.332 3.332 0 0 0 4 6.833v13.334A3.332 3.332 0 0 0 7.333 23.5h13.334A3.332 3.332 0 0 0 24 20.167V6.833A3.332 3.332 0 0 0 20.667 3.5Zm-9.142 15.25c0 .308-.25.556-.556.556H9.136a.555.555 0 0 1-.555-.556v-5.006c0-.308.25-.555.555-.555h1.833c.309 0 .556.25.556.555v5.006Zm3.789 0c0 .308-.25.556-.556.556h-1.833a.555.555 0 0 1-.556-.556v-7.967c0-.308.25-.555.556-.555h1.833c.309 0 .556.25.556.555v7.967Zm3.778 0c0 .308-.25.556-.556.556h-1.833a.555.555 0 0 1-.556-.556v-2.878c0-.308.25-.555.556-.555h1.833c.308 0 .556.25.556.555v2.878Z'/%3E%3C/svg%3E");
}
.svg_icon.menu_community {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='24' viewBox='0 0 27 26' fill='none'%3E%3Cpath fill='%23C3CAD9' fill-rule='evenodd' d='M6.315 2.133H19.8c2.043 0 3.702 1.646 3.702 3.682v8.947a3.69 3.69 0 0 1-3.701 3.681h-7.675l-3.768 3.749c-.669.665-1.81.195-1.81-.744v-3.005h-.233c-2.043 0-3.702-1.645-3.702-3.681V5.815c0-2.032 1.659-3.682 3.702-3.682Zm3.245 8.049a1.09 1.09 0 0 0-1.095-1.089 1.09 1.09 0 0 0-1.094 1.089 1.09 1.09 0 0 0 1.094 1.088 1.09 1.09 0 0 0 1.095-1.088Zm4.59 0a1.09 1.09 0 0 0-1.094-1.089 1.09 1.09 0 0 0-1.094 1.089 1.09 1.09 0 0 0 1.094 1.088 1.09 1.09 0 0 0 1.094-1.088Zm3.498-1.089a1.09 1.09 0 0 1 1.095 1.089 1.09 1.09 0 0 1-1.095 1.088 1.09 1.09 0 0 1-1.094-1.088 1.09 1.09 0 0 1 1.094-1.089Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.svg_icon.menu_my {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26'  fill='none'%3E%3Cpath fill='%23C3CAD9' d='M13.506 12.43c2.79 0 5.053-2.223 5.053-4.965S16.296 2.5 13.506 2.5c-2.791 0-5.053 2.223-5.053 4.965s2.262 4.965 5.053 4.965ZM3.5 23.5c0-5.425 4.473-9.831 10.006-9.831 5.532 0 10.005 4.395 10.005 9.831'/%3E%3Cpath fill='%23C3CAD9' d='M13.506 12.43c2.79 0 5.053-2.223 5.053-4.965S16.296 2.5 13.506 2.5c-2.791 0-5.053 2.223-5.053 4.965s2.262 4.965 5.053 4.965ZM3.5 23.5c0-5.425 4.473-9.831 10.006-9.831 5.532 0 10.005 4.395 10.005 9.831'/%3E%3C/svg%3E");
}
.svg_icon.icon_map.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16' fill='none'%3E%3Cg stroke='%236C34F9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M12.5 6.705c0 4.536-5.5 8.423-5.5 8.423S1.5 11.24 1.5 6.705C1.5 3.485 3.964.871 7 .871s5.5 2.614 5.5 5.834Z'/%3E%3Cpath d='M7 8.653c1.014 0 1.836-.872 1.836-1.948 0-1.075-.822-1.947-1.836-1.947-1.014 0-1.836.872-1.836 1.947 0 1.076.822 1.948 1.836 1.948Z'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.icon_calendar.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg stroke='%236C34F9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M12.667 2.667H3.333C2.597 2.667 2 3.264 2 4v9.334c0 .736.597 1.333 1.333 1.333h9.334c.736 0 1.333-.597 1.333-1.333V4c0-.736-.597-1.333-1.333-1.333ZM10.667 1.333V4M5.333 1.333V4M2 6.667h12'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.icon_tel.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%236C34F9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.987 10.986v1.804c0 .666-.538 1.21-1.204 1.21h-.115a11.827 11.827 0 0 1-5.2-1.85 11.818 11.818 0 0 1-3.619-3.616 12.038 12.038 0 0 1-1.844-5.228A1.201 1.201 0 0 1 3.1 2h1.915c.608 0 1.12.435 1.204 1.037a7.83 7.83 0 0 0 .422 1.696c.167.441.058.934-.269 1.273l-.768.768a9.618 9.618 0 0 0 3.618 3.616l.769-.768a1.203 1.203 0 0 1 1.274-.268 7.664 7.664 0 0 0 1.697.422c.609.083 1.05.614 1.038 1.222l-.013-.012Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_my.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg stroke='%236C34F9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M7.147 1h-.294A5.853 5.853 0 0 0 1 6.853v.294A5.853 5.853 0 0 0 6.853 13h.294A5.853 5.853 0 0 0 13 7.147v-.294A5.853 5.853 0 0 0 7.147 1Z'/%3E%3Cpath d='M7 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM4 10.993v-.112C4 9.288 5.341 8 7 8s3 1.288 3 2.88V11'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.menu_commute {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='25'  viewBox='0 0 21 25' fill='none'%3E%3Cpath fill='%23C3CAD9' d='M10.375 0.5C4.84938 0.5 0.375 4.98095 0.375 10.5C0.375 16.0191 4.84938 20.5 10.375 20.5C15.9006 20.5 20.375 16.0191 20.375 10.5C20.375 4.98095 15.9006 0.5 10.375 0.5ZM14.2975 14.7181C14.0412 14.9744 13.7061 15.1058 13.3711 15.1058C13.036 15.1058 12.7009 14.9744 12.4446 14.7181L9.08722 11.3607C8.83755 11.111 8.69957 10.7825 8.69957 10.4343V5.02694C8.69957 4.3042 9.2909 3.71288 10.0136 3.71288C10.7364 3.71288 11.3277 4.3042 11.3277 5.02694V9.88239L14.304 12.8587C14.8165 13.3712 14.8165 14.2057 14.304 14.7181H14.2975Z'/%3E%3C/svg%3E");
}

.png_icon {
  vertical-align: top;
}
.png_icon.icon_scan {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_scan.png);
  width: 200px;
  min-width: 200px;
  height: 232px;
}
.png_icon.icon_store {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_store.png);
  width: 317px;
  min-width: 317px;
  height: 212px;
}
.png_icon.icon_add {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_add.png);
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.png_icon.icon_wifi2 {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_wifi2.png);
  width: 31px;
  min-width: 31px;
  height: 24px;
}

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

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

.icon_logistics {
  display: inline-flex;
  width: 17px;
  height: 16px;
  background: url("../img/svg/icon_logistics.svg") no-repeat center/cover;
}

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

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

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

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

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

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

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

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

.icon_arrow_left {
  display: inline-flex;
  width: 11px;
  height: 18px;
  background: url("../img/svg/icon_arrow_right.svg") no-repeat center/11px 18px;
  transform: rotate(180deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon_won {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_won.png);
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.icon_more {
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.icon_more.wh {
  background-image: url("../img/svg/icon_more_wh.svg");
}
.icon_more.point {
  background-image: url("../img/svg/icon_more_point.svg");
}

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

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

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

a.com_btn:hover {
  cursor: pointer;
}

.com_btn {
  padding: 0 10px;
  gap: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
  box-sizing: border-box;
  border-radius: 3px 15px;
}
.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: 11px;
}
.com_btn_wrap.bottom {
  margin-top: 20px;
}
.com_btn_wrap.flex_column {
  flex-direction: column;
}
.com_btn_wrap.top {
  margin-bottom: 10px;
}
.com_btn_wrap.right {
  justify-content: flex-end;
}
.com_btn.point {
  color: #fff;
  background: var(--gra_cc, linear-gradient(122deg, #0e8ef9 19.21%, #6c34f9 80.79%));
  box-shadow: 5px 5px 15px 0px rgba(108, 52, 249, 0.3);
}
.com_btn.white {
  background-color: #fff;
  box-shadow: 5px 5px 15px 0px rgba(108, 52, 249, 0.3);
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(122deg, #0e8ef9 19.21%, #6c34f9 80.79%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  padding-inline: 0;
  color: #353638;
}
.com_btn.white:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  background-color: transparent;
  color: #fff;
}
.com_btn.white:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  background-color: transparent;
  color: #fff;
}
.com_btn.light_point {
  background-color: #F1EBFF;
  color: #6c34f9;
}
.com_btn.gray {
  background: #dfe5ed;
  color: #8aa0c5;
}
.com_btn:disabled {
  background: #dfe5ed;
  color: #8aa0c5;
  box-shadow: none;
}
.com_btn.line {
  background: #fff;
  border: 1px solid #6c34f9;
  color: #6c34f9;
}
.com_btn.line.gray {
  border-color: #b4b9c2;
  color: #353638;
}
.com_btn.dash {
  color: #353638;
  border: 2px dotted #fff;
  background: linear-gradient(#fff 0 0) padding-box, linear-gradient(122deg, #0e8ef9 19.21%, #6c34f9 80.79%) border-box;
  box-shadow: none;
}
.com_btn.dash.bg {
  background: linear-gradient(#f2f4f7 0 0) padding-box, linear-gradient(122deg, #0e8ef9 19.21%, #6c34f9 80.79%) border-box;
}
.com_btn.dash .input_file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.com_btn.l {
  height: 45px;
  font-size: 16px;
  font-weight: 600;
}
.com_btn.m {
  height: 35px;
  font-size: 14px;
  box-shadow: none;
  font-weight: 500;
}
.com_btn.s {
  height: 30px;
  font-size: 12px;
  border-width: 1px;
  font-weight: 500;
}
.com_btn.xs {
  height: 20px;
  font-size: 11px;
  box-shadow: none;
  border-width: 1px !important;
}
.com_btn.f_m {
  font-size: 14px;
}
.com_btn.oval {
  border-radius: 30px;
  box-shadow: none;
}
.com_btn.square {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  border-width: 1px;
}
.com_btn.full {
  width: 100%;
  flex: auto !important;
}
.com_btn.extend {
  flex: 1;
}
.com_btn.has_icon {
  position: relative;
}
.com_btn.has_icon .png_icon {
  position: absolute;
  left: 15px;
}
.com_btn_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  margin-top: 15px;
  gap: 10px;
  color: #959595;
  text-align: center;
  margin-inline: auto;
}
.com_btn_more:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border: solid #959595;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  margin-bottom: 3px;
}
.com_btn_write {
  position: fixed;
  right: 12px;
  bottom: 75px;
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: url("../img/btn_write.png") no-repeat center/contain;
  filter: drop-shadow(5px 5px 15px rgba(108, 52, 249, 0.3));
}

/*!페이징 << < > >> */
.sec-paging {
  overflow: hidden;
  text-align: center;
}
.sec-paging :is(.pg-btn, .btn-page) {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #222;
}
.sec-paging .pg-btn {
  background-image: url("../img/arrow_right.png");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}
.sec-paging .pg-btn.disabled {
  cursor: auto;
  opacity: 0.4;
}
.sec-paging .group-prev {
  background-image: url("../img/arrow_last.png");
  transform: rotate(180deg);
}
.sec-paging .group-next {
  background-image: url("../img/arrow_last.png");
}
.sec-paging :is(.group-prev, .prev) {
  transform: rotate(180deg);
}
.sec-paging .btn-page {
  line-height: inherit;
  cursor: pointer;
}
.sec-paging .btn-page.active {
  font-weight: bold;
  color: #6c34f9;
}

.com_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.com_tab.scroll {
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px;
}
.com_tab.scroll::-webkit-scrollbar {
  display: none;
}
.com_tab .tab {
  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;
  white-space: nowrap;
  font-size: 16px;
  border-bottom: 3px solid transparent;
}
.com_tab .tab.active {
  font-weight: 600;
  border-color: #6c34f9;
}
.com_tab_contents {
  display: none;
}
.com_tab_contents.active {
  display: block !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;
  gap: 5px;
  margin-bottom: 15px;
}
.com_tab_sub .tab {
  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;
  white-space: nowrap;
  font-size: 14px;
  height: 35px;
  border-radius: 20px;
  min-width: 70px;
  background-color: #323232;
  color: #fff;
  font-weight: 500;
}
.com_tab_sub .tab:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  text-align: center;
  line-height: 9px;
  background-color: transparent;
  color: #fff;
}
.com_tab_sub .tab:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  text-align: center;
  line-height: 9px;
  background-color: transparent;
  color: #fff;
}
.com_tab_sub .tab.active {
  border: 2px solid transparent;
  color: #353638;
  background-image: linear-gradient(#fff, #fff), linear-gradient(122deg, #0e8ef9 19.21%, #6c34f9 80.79%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.com_chk {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  cursor: pointer;
  line-height: initial;
}
.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 input[type=checkbox],
.com_chk input[type=radio] {
  display: -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-right: 0;
  height: 22px;
}
.com_chk input[type=checkbox]::before,
.com_chk input[type=radio]::before {
  flex: 0 0 22px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 22px;
  cursor: pointer;
  background: url("../img/chk_off.png") no-repeat center/22px 22px;
}
.com_chk input[type=checkbox]:checked::before,
.com_chk input[type=radio]:checked::before {
  background-image: url("../img/chk_on.png");
  border-color: #6c34f9;
}
.com_chk input[type=checkbox]:disabled,
.com_chk input[type=radio]:disabled {
  opacity: 0.4;
}
.com_chk.square input::before {
  border-radius: 0;
  background: url("../img/chk_square_off.png") no-repeat center/22px auto;
}
.com_chk.square input:checked::before {
  background-image: url("../img/chk_square_on.png");
}
.com_chk.line input::before {
  background: url("../img/chk_line_off.png") no-repeat center/22px auto;
}
.com_chk.line input:checked::before {
  background-image: url("../img/chk_line_on.png");
}
.com_chk.circle {
  position: relative;
  margin: 0;
}
.com_chk.circle input::before {
  background: url("../img/radio_off.png") no-repeat center/20px auto;
  border: 0;
}
.com_chk.circle input:checked::before {
  background-image: url("../img/radio_on.png");
  background-size: 18px auto;
  background-color: transparent;
}
.com_chk.big_txt {
  font-size: 16px;
  font-weight: 600;
}

.com_chk_btn .btn {
  height: 35px;
  padding-inline: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  background: #f2f4f7;
  border: 1px solid #E2E3E5;
  border-radius: 50px;
  cursor: pointer;
  line-height: initial;
  width: 100%;
}
.com_chk_btn input:checked + .btn {
  background-color: #f2f4f7;
  border: 2px solid transparent;
  background-image: linear-gradient(#f2f4f7, #f2f4f7), linear-gradient(122deg, #0e8ef9 19.21%, #6c34f9 80.79%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  padding-inline: 0;
}
.com_chk_btn input:checked + .btn:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  background-color: transparent;
  color: #fff;
}
.com_chk_btn input:checked + .btn:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  background-color: transparent;
  color: #fff;
}
.com_chk_btn.white .btn {
  background-color: #fff;
}
.com_chk_btn.white input:checked + .btn {
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(122deg, #0e8ef9 19.21%, #6c34f9 80.79%);
}
.com_chk_btn.big .btn {
  border-radius: 5px;
  height: 60px;
  background-color: #fff;
}
.com_chk_btn.big input:checked + .btn {
  border-width: 1px;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(122deg, #0e8ef9 19.21%, #6c34f9 80.79%);
}
.com_chk_btn.extend {
  flex: 1;
}
.com_chk_btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.com_chk_btn__wrap.week {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0px 5px;
  width: 100%;
}
.com_chk_btn__wrap.week > * {
  width: calc((100% - 5px * 6) / 7);
  min-width: calc((100% - 5px * 6) / 7);
}
.com_chk_btn__wrap.week .com_chk_btn .btn {
  height: 40px;
}
.com_chk_btn__wrap.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 10px;
  width: 100%;
}
.com_chk_btn__wrap.col2 > * {
  width: calc((100% - 10px * 1) / 2);
  min-width: calc((100% - 10px * 1) / 2);
}
.com_chk_btn.square .btn {
  background-color: #fff !important;
  border-radius: 5px;
  border-width: 1px;
  padding-inline: 11px;
}
.com_chk_btn.square input:checked + .btn {
  border-width: 1px;
  color: #6c34f9;
  background-image: linear-gradient(#fff, #fff), linear-gradient(122deg, #0e8ef9 19.21%, #6c34f9 80.79%);
}
.com_chk_btn.square input:checked + .btn:before, .com_chk_btn.square input:checked + .btn:after {
  width: 11px;
}

.com_switch_wrap {
  display: inline-flex;
}
.com_switch_wrap .switch_label {
  position: relative;
  width: 40px;
  height: 20px;
}
.com_switch_wrap .switch_label .com_switch {
  opacity: 0;
  width: 0;
  height: 0;
}
.com_switch_wrap .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 30px;
  transition: 0.4s;
}
.com_switch_wrap .slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  top: 2px;
  left: 2px;
  transition: 0.4s;
}
.com_switch_wrap .com_switch:checked + .slider {
  background: linear-gradient(180deg, #0e8ef9 0%, #6c34f9 100%);
}
.com_switch_wrap .com_switch:checked + .slider::before {
  transform: translateX(20px);
}

.com_square_btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
.com_square_btn_wrap .btn_squere {
  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;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #e2e3e5;
  border-radius: 5px;
  height: 35px;
  width: calc(50% - 10px);
  flex: auto;
}
.com_square_btn_wrap .btn_squere.active {
  border: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(122deg, #0e8ef9 19.21%, #6c34f9 80.79%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #6c34f9;
}

.com_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: calc(var(--real-vh, 1vh) * 100);
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
}
.com_popup.active {
  display: flex;
  align-items: flex-end;
}
.com_popup.type_full .pop_container {
  height: calc(var(--vh, 1vh) * 100);
  border-radius: 0;
}
.com_popup.type_full .pop_container .content_container {
  max-height: calc(var(--vh, 1vh) * 100 - 60px);
}
.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;
  width: 100%;
  margin-inline: auto;
  z-index: 101;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
  padding-bottom: 60px;
}
.none_menu .com_popup .pop_container {
  padding-bottom: 0;
}
.com_popup .pop_container .textarea {
  margin-top: 20px;
  min-height: 120px;
}
.com_popup .pop_container .textarea.l {
  min-height: 150px;
}
.com_popup .pop_container .content_container .textarea {
  margin-top: 0;
}
.com_popup .content_container {
  padding: 22px 22.5px 20px;
  scrollbar-face-color: #999;
  scrollbar-highlight-color: #999; /*스크롤*/
  scrollbar-3dlight-color: #999; /*하이라이트*/
  scrollbar-darkshadow-color: #999; /*왼쪽외곽음영*/
  scrollbar-shadow-color: #999; /*오른쪽외곽음영*/
  scrollbar-arrow-color: #999; /*오른쪽 안쪽음영*/
  scrollbar-track-color: #999; /*화살*/
  /*스크롤영역*/
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
  max-height: calc(var(--real-vh, 1vh) * 100 - 202px);
  /*스크롤바*/
  /*스크롤바 버튼(아래 위 화살표)*/
  /*스크롤바 핸들*/
  /*스크롤바 진행줄*/
  /*진행줄에서 핸들로 덮이지 않은 영역 */
}
@media screen and (max-width: 767.9px) {
  .com_popup .content_container {
    padding-inline: 20px;
  }
}
.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 .content_container .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.com_popup .content_container .txt.center {
  text-align: center;
}
.com_popup .btn_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 15px;
}
.com_popup .btn_container.flex_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.com_popup .btn_container:not(.flex_column) .com_btn {
  flex: 1;
}
.com_popup .btn_container .com_btn {
  font-size: 14px;
}
.com_popup .pop_tit {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.2px;
  padding-top: 30px;
}
.com_popup .btn_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url("../img/icon_del.png") no-repeat right/100% auto;
}
.com_popup.type_alert .content_container {
  font-size: 13px;
  line-height: 1.47;
  letter-spacing: -0.38px;
  text-align: center;
}
.com_popup.type_alert .content_container .txt {
  font-size: 18px;
  font-weight: 700;
}
.com_popup.type_alert .content_container .txt + .txt {
  margin-top: 15px;
}
.com_popup.type_alert .content_container .txt.big {
  font-size: 22px;
}
.com_popup.type_alert .content_container .txt.s {
  font-size: 14px;
  font-weight: 400;
}
.com_popup.type_alert .content_container .btn_container {
  padding-bottom: 15px;
}
.com_popup.type_alert .btn_container {
  padding-inline: 60px;
}

.com_full_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: calc(var(--vh, 1vh) * 100);
  z-index: 100;
  display: none;
  background-color: #fff;
}
.com_full_popup.active {
  display: block;
}
.com_full_popup .pop_container .pop_header {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_full_popup .pop_container .pop_header .btn_close {
  position: static;
  margin-left: auto;
  width: 16px;
  height: 16px;
  background: url(../img/svg/icon_close.svg) no-repeat center/16px 16px;
  margin-left: auto;
}
.com_full_popup .pop_container .com_center_wrap {
  width: 100%;
}
.com_full_popup .pop_container .fixed_bottom {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-block: 20px 50px;
  padding-inline: 22.5px;
}

.pop_policy .com_pg_tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #555;
  margin-bottom: 0 !important;
}
.pop_policy .policy_scroll {
  padding-bottom: 20px;
  margin-top: 20px;
  height: calc(var(--vh, 1vh) * 100 - 50px - 205px);
  overflow-y: auto;
  line-height: 1.5;
  border-bottom: 1px solid #f2f4f7;
}
.pop_policy .policy_scroll::-webkit-scrollbar {
  width: 3px;
  height: 0;
  background-color: #ddd;
}
.pop_policy .policy_scroll::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #ddd;
}
.pop_policy .policy_scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #ddd;
}

.pop_store_register .pop_container {
  background: radial-gradient(70% 60% at 50% 80%, #d8e1ff 0%, #fff 100%);
}
.pop_store_register .content_container {
  padding-bottom: 165px;
  background: url(../img/icon_ok.png) no-repeat center 135px/240px;
}
.pop_store_register .btn_container {
  padding-top: 0;
}

.pop_manage_store .store_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;
}
.pop_manage_store .store_list .item {
  font-size: 18px;
  font-weight: 700;
}
.pop_manage_store .store_list .item.selected {
  color: #6c34f9;
}

.pop_wifi .ip {
  font-size: 22px;
  font-weight: 700;
  color: #6c34f9;
}

.pop_logistics_info .pop_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
  margin-bottom: 15px;
}
.pop_logistics_info .pop_tit .icon_info {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
.pop_logistics_info .content_container {
  padding-bottom: 40px;
}
.pop_logistics_info .content_container .txt {
  text-align: center;
}

.pop_filter .com_btn_wrap {
  gap: 5px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pop_filter .com_btn_wrap .com_btn {
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
}

.pop_share .com_btn_wrap .com_btn {
  box-shadow: none;
  height: 120px;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.com_toast {
  display: none;
  position: fixed;
  bottom: 240px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 280px;
  margin-inline: auto;
  font-size: 12px;
  font-weight: 700;
  border-radius: 10px;
  height: 47px;
  border: 2px solid transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(122deg, #0e8ef9 19.21%, #6c34f9 80.79%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 5px 5px 15px 0px rgba(108, 52, 249, 0.3);
}
.com_toast.active {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_toast .txt {
  background: linear-gradient(180deg, #0e8ef9 0%, #6c34f9 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.PopResume .com_btn.px_no {
  padding-inline: 0;
}

.pop_store_info {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 20px;
  border-radius: 20px 20px 0px 0px;
  display: none;
  z-index: 99;
}
.pop_store_info .com_store_list_info .item {
  padding: 0;
}
.pop_store_info.active {
  display: block;
}

.pop_img_view.active {
  display: flex;
  align-items: center;
  z-index: 999;
}
.pop_img_view .pop_container {
  background: none;
  border-radius: 0;
}
.pop_img_view .pop_header {
  position: fixed;
  top: 18px;
  left: 0;
  width: 100%;
}
.pop_img_view .bg_close {
  background-color: #353638;
}

.pop_contract_info .pop_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
  margin-top: 20px;
}
.pop_contract_info .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: 15px;
}
.pop_contract_info .dot_list .item {
  padding-left: 10px;
  position: relative;
  line-height: 1.5;
}
.pop_contract_info .dot_list .item:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #353638;
  position: absolute;
  top: 5px;
  left: 0;
}
.pop_contract_info .btn_container {
  padding-inline: 20px;
}

.pop_ckeckIn .input_date {
  width: 100px !important;
  flex: 1;
}

.pop_inquire .tip_txt {
  margin-top: 10px;
  display: none;
}
.pop_inquire .tip_txt.active {
  display: block;
}

.com_center_wrap {
  max-width: 768px;
  padding-inline: 22.5px;
  margin-inline: auto;
}

.com_colum_layout {
  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;
  min-height: calc(var(--vh, 1vh) * 100 - 50px - 60px);
}
.com_colum_layout .fixed_bottom {
  margin-top: auto;
  padding-block: 20px;
}
.com_bg .com_colum_layout {
  min-height: calc(var(--vh, 1vh) * 100 - 50px - 60px - 45px);
}
.com_bg .com_colum_layout .fixed_bottom {
  padding-bottom: 0;
}

main.com_colum_layout {
  padding-block: 0 !important;
}

.com_bg {
  background-color: #f2f4f7;
  padding-block: 20px 25px;
}

.py_no {
  padding-block: 0;
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 98;
}
.head__container {
  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;
  position: relative;
}
.head__logo {
  display: none;
}
.head__logo img {
  width: 107px;
}
.logo .head__logo {
  display: block;
}
.head__login_info {
  margin-inline: auto 16px;
  border-radius: 100px;
  background: #f2f4f7;
  padding: 5px 15px;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  display: none;
}
.head__profile {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  aspect-ratio: auto;
  border-radius: 100%;
}
.head__profile > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.head__profile > img, .head__profile > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.head__push {
  position: relative;
  display: none;
}
.head__push .has_push {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #6c34f9;
  top: 0;
  right: -2px;
}
.logo .head__push {
  display: block;
}
.head__logout {
  display: none;
}
.head.none {
  display: none;
}
.head .pg_tit {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 100px);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  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;
}
.head.logo .icon_prev {
  display: none;
}
.head.logo .pg_tit {
  display: none;
}
.head.logo .head__login_info {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.head.none_prev .icon_prev {
  display: none;
}
.head.none_prev .pg_tit {
  position: relative;
  text-align: left;
  left: 0;
  width: auto;
  transform: translate(0);
  margin-right: auto;
}
.head.push .head__push {
  display: block;
}
.head.logout .head__logout {
  margin-left: auto;
  display: block;
}
.head__close {
  width: 16px;
  height: 16px;
  background: url("../img/svg/icon_close.svg") no-repeat center/16px 16px;
  position: fixed;
  top: 22px;
  right: 19.5px;
  z-index: 99;
}
.head__layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 768px;
  width: 100%;
  margin-inline: auto;
  z-index: 99;
}
.head__back {
  margin-top: 16px;
  margin-left: 22.5px;
  background-color: #fff;
}
.head__btn_modify {
  margin-left: auto;
  color: #6c34f9;
  font-size: 12px;
  font-weight: 400;
  text-decoration-line: underline;
  position: fixed;
  top: 22px;
  right: 19.5px;
  z-index: 99;
}
.head__btn_share {
  position: fixed;
  top: 22px;
  right: 19.5px;
  z-index: 99;
}
.head.tit_center .pg_tit {
  text-align: center;
  width: 100%;
}
.head.tit_s .pg_tit {
  font-size: 18px;
}
.head .svg_icon.icon_prev {
  width: 16px;
  height: 19px;
}

main {
  margin-top: 50px;
  padding-bottom: 70px;
}
.none_menu main {
  padding-bottom: 0;
}

.bottom_menu {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px 10px 0px 0px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
.bottom_menu__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.bottom_menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -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;
  gap: 4px;
  height: 60px;
  color: #aaafba;
  font-size: 11px;
  text-align: center;
}
.bottom_menu__link.active {
  color: #353638;
  font-weight: 600;
}
.bottom_menu__link.active .svg_icon.menu_home {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26'  viewBox='0 0 27 26' fill='none'%3E%3Cpath fill='%236C34F9' d='m12.704 2.805-7.963 7.15a.732.732 0 0 0-.241.546V21.29c0 .67.537 1.214 1.2 1.214h4.804c.663 0 1.2-.543 1.2-1.214v-3.945c0-.402.323-.729.72-.729h2.426a.45.45 0 0 1 .446.452v4.222c0 .67.537 1.214 1.2 1.214h4.807c.663 0 1.2-.543 1.2-1.214V10.72c0-.345-.148-.675-.403-.905l-7.804-7.01a1.19 1.19 0 0 0-1.592 0Z'/%3E%3C/svg%3E");
}
.bottom_menu__link.active .svg_icon.menu_manage {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'%3E%3Cpath fill='%236C34F9' d='M20.667 3.5H7.333A3.332 3.332 0 0 0 4 6.833v13.334A3.332 3.332 0 0 0 7.333 23.5h13.334A3.332 3.332 0 0 0 24 20.167V6.833A3.332 3.332 0 0 0 20.667 3.5Zm-9.142 15.25c0 .308-.25.556-.556.556H9.136a.555.555 0 0 1-.555-.556v-5.006c0-.308.25-.555.555-.555h1.833c.309 0 .556.25.556.555v5.006Zm3.789 0c0 .308-.25.556-.556.556h-1.833a.555.555 0 0 1-.556-.556v-7.967c0-.308.25-.555.556-.555h1.833c.309 0 .556.25.556.555v7.967Zm3.778 0c0 .308-.25.556-.556.556h-1.833a.555.555 0 0 1-.556-.556v-2.878c0-.308.25-.555.556-.555h1.833c.308 0 .556.25.556.555v2.878Z'/%3E%3C/svg%3E");
}
.bottom_menu__link.active .svg_icon.menu_community {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='24' viewBox='0 0 27 26' fill='none'%3E%3Cpath fill='%236C34F9' fill-rule='evenodd' d='M6.315 2.133H19.8c2.043 0 3.702 1.646 3.702 3.682v8.947a3.69 3.69 0 0 1-3.701 3.681h-7.675l-3.768 3.749c-.669.665-1.81.195-1.81-.744v-3.005h-.233c-2.043 0-3.702-1.645-3.702-3.681V5.815c0-2.032 1.659-3.682 3.702-3.682Zm3.245 8.049a1.09 1.09 0 0 0-1.095-1.089 1.09 1.09 0 0 0-1.094 1.089 1.09 1.09 0 0 0 1.094 1.088 1.09 1.09 0 0 0 1.095-1.088Zm4.59 0a1.09 1.09 0 0 0-1.094-1.089 1.09 1.09 0 0 0-1.094 1.089 1.09 1.09 0 0 0 1.094 1.088 1.09 1.09 0 0 0 1.094-1.088Zm3.498-1.089a1.09 1.09 0 0 1 1.095 1.089 1.09 1.09 0 0 1-1.095 1.088 1.09 1.09 0 0 1-1.094-1.088 1.09 1.09 0 0 1 1.094-1.089Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.bottom_menu__link.active .svg_icon.menu_my {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26'  fill='none'%3E%3Cpath fill='%236C34F9' d='M13.506 12.43c2.79 0 5.053-2.223 5.053-4.965S16.296 2.5 13.506 2.5c-2.791 0-5.053 2.223-5.053 4.965s2.262 4.965 5.053 4.965ZM3.5 23.5c0-5.425 4.473-9.831 10.006-9.831 5.532 0 10.005 4.395 10.005 9.831'/%3E%3Cpath fill='%236C34F9' d='M13.506 12.43c2.79 0 5.053-2.223 5.053-4.965S16.296 2.5 13.506 2.5c-2.791 0-5.053 2.223-5.053 4.965s2.262 4.965 5.053 4.965ZM3.5 23.5c0-5.425 4.473-9.831 10.006-9.831 5.532 0 10.005 4.395 10.005 9.831'/%3E%3C/svg%3E");
}
.bottom_menu__link.active .svg_icon.menu_commute {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='25'  viewBox='0 0 21 25' fill='none'%3E%3Cpath fill='%236C34F9' d='M10.375 0.5C4.84938 0.5 0.375 4.98095 0.375 10.5C0.375 16.0191 4.84938 20.5 10.375 20.5C15.9006 20.5 20.375 16.0191 20.375 10.5C20.375 4.98095 15.9006 0.5 10.375 0.5ZM14.2975 14.7181C14.0412 14.9744 13.7061 15.1058 13.3711 15.1058C13.036 15.1058 12.7009 14.9744 12.4446 14.7181L9.08722 11.3607C8.83755 11.111 8.69957 10.7825 8.69957 10.4343V5.02694C8.69957 4.3042 9.2909 3.71288 10.0136 3.71288C10.7364 3.71288 11.3277 4.3042 11.3277 5.02694V9.88239L14.304 12.8587C14.8165 13.3712 14.8165 14.2057 14.304 14.7181H14.2975Z'/%3E%3C/svg%3E");
}
.none_menu .bottom_menu {
  display: none;
}

.footer {
  padding-block: 20px 90px;
  font-size: 11px;
  color: #6A6C70;
}
.footer__address {
  font-weight: 300;
  line-height: 1.6;
}
.footer__address .copy {
  margin-top: 20px;
}
.footer__link {
  font-weight: 500;
  margin-bottom: 20px;
}

.com_point_txt {
  color: #6c34f9 !important;
}

.com_bk_txt {
  color: #353638 !important;
}

.com_red_txt {
  color: #e84435 !important;
}

.com_badge {
  border-radius: 2px;
  height: 20px;
  padding: 3px;
  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: #6c34f9;
  font-size: 10px;
  font-weight: 500;
  background-color: #F1EBFF;
  line-height: initial;
}

.com_badge_round {
  border: 1px solid #6c34f9;
  padding: 0 5px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  color: #6c34f9;
  font-size: 10px;
  border-radius: 18px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_badge_round.m {
  height: 30px;
  padding-inline: 10px;
  font-weight: 600;
}
.com_badge_round.point_light {
  background-color: #F1EBFF;
  border: none;
}
.com_badge_round.ing {
  background-color: #F1EBFF;
  border: none;
}
.com_badge_round.end {
  background-color: #e9e9e9;
  border: none;
  color: #6A6C70;
}
.com_badge_round.cancel {
  background-color: #fff;
  border-color: #b4b9c2;
  color: #6A6C70;
}

.com_pg_tit {
  color: #353638;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.24px;
  line-height: 1.25;
  margin-bottom: 15px;
}
.com_pg_tit__wrap .com_pg_tit {
  margin-bottom: 0;
}
.com_pg_tit__wrap .sub {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.25;
}
.com_pg_tit__wrap .icon {
  margin-top: 23px;
  text-align: center;
}
.com_pg_tit__wrap .icon .store {
  height: 99px;
}
.com_pg_tit__wrap .icon .coin {
  height: 120px;
}
.com_pg_tit__wrap .icon .wifi {
  height: 130px;
}
.com_pg_tit__wrap.mb {
  margin-bottom: 20px;
}
.com_pg_tit__wrap + .com_btn {
  margin-top: 10px;
}
.com_pg_tit.s {
  font-size: 17px;
}

.com_info_list {
  display: table;
  gap: 15px;
}
.com_info_list .info {
  display: table-row;
}
.com_info_list .info:not(:last-child) .tit,
.com_info_list .info:not(:last-child) .desc {
  padding-bottom: 15px;
}
.com_info_list .info .tit,
.com_info_list .info .desc {
  display: table-cell;
}
.com_info_list .info .tit {
  width: 60px;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  padding-right: 13px;
}
.com_info_list .info .desc {
  font-weight: 500;
  font-size: 14px;
}
.com_info_list .info .desc .badge_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}

.com_bold {
  font-weight: 600;
}

/*common input form*/
.com_input_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 20px;
}
.com_input_sec .error_txt {
  line-height: 17px;
  color: #e84435;
}
.com_input_sec .tit_field {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -10px;
}
.com_input_sec .tit_field .sub {
  color: #8f8f8f;
  font-size: 11px;
  font-weight: 500;
  margin-left: 5px;
}
.com_input_sec .tit_field .sub_bk {
  font-weight: 400;
  margin-left: 5px;
  font-size: 12px;
}
.com_input_sec .tit_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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_input_sec .input_field input[type=text],
.com_input_sec .input_field input[type=password],
.com_input_sec .input_field input[type=number],
.com_input_sec .input_field input[type=date],
.com_input_sec .input_field input[type=email] {
  width: 100%;
}
.com_input_sec .input_field input[type=text] + .com_btn,
.com_input_sec .input_field input[type=password] + .com_btn,
.com_input_sec .input_field input[type=number] + .com_btn,
.com_input_sec .input_field input[type=date] + .com_btn,
.com_input_sec .input_field input[type=email] + .com_btn {
  min-width: 102px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.38px;
}
.com_input_sec .input_field .input_unit {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  align-items: center;
  gap: 5px;
  padding-inline: 14px;
  background: #fff;
  height: 45px;
  border-radius: 5px;
  border: solid 1px #e2e3e5;
  overflow: hidden;
}
.com_input_sec .input_field .input_unit input {
  border: none;
  border-radius: 0;
  width: 156px;
  text-align: right;
  padding: 0;
}
.com_input_sec .input_field .input_unit input.price {
  font-size: 28px;
  color: #6c34f9;
  font-weight: 700;
}
.com_input_sec .input_field .input_unit .unit {
  font-size: 12px;
  font-weight: 500;
  line-height: initial;
}
.com_input_sec .input_field .input_unit.disabled {
  border: solid 1px #e2e3e5;
  background-color: transparent;
  cursor: not-allowed;
}
.com_input_sec .input_field .input_unit.full {
  width: 100%;
}
.com_input_sec .input_field .input_unit.full input {
  width: 100%;
  flex: 1;
}
.com_input_sec .input_field .input_unit.full + .com_chk_btn__wrap {
  margin-top: 10px;
}
.com_input_sec .input_field .txt {
  font-size: 12px;
  line-height: 1.57;
  letter-spacing: -0.35px;
  margin-top: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field .txt {
    font-size: 11px;
    line-height: 1.69;
    letter-spacing: -0.33px;
  }
}
.com_input_sec .input_field .time_txt {
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  color: #e84435;
  text-align: right;
  margin-left: auto;
}
.com_input_sec .input_field .error_txt {
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
  color: #e84435;
}
.com_input_sec .input_field .error_txt.center {
  text-align: center;
}
.com_input_sec .input_field .ok_txt {
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
  color: #0f8af5;
}
.com_input_sec .input_field .info_txt {
  margin-top: 8px;
}
.com_input_sec .input_field.border {
  border-bottom: 1px solid #f2f4f7;
  padding-bottom: 20px;
}
.com_input_sec .input_field [class^=flex_] {
  gap: 10px;
}
.com_input_sec .input_field [class^=flex_] + [class^=flex_], .com_input_sec .input_field [class^=flex_] + input[type=text], .com_input_sec .input_field [class^=flex_] + input[type=email], .com_input_sec .input_field [class^=flex_] + input[type=number] {
  margin-top: 10px;
}
.com_input_sec .input_field [class^=flex_] .tit {
  color: #000;
}
.com_input_sec .input_field [class^=flex_] .input {
  flex: 1;
  width: 100%;
}
.com_input_sec .input_field [class^=flex_] .com_btn {
  width: 100px;
  font-size: 14px;
}
.com_input_sec .input_field [class^=flex_] .select.s {
  width: 90px;
  flex: 0 0 auto;
}
.com_input_sec .input_field [class^=flex_] .select.year {
  flex: 0 0 36%;
}
.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;
  align-items: center;
}
.com_input_sec .input_field .flex_row.duration {
  gap: 5px;
}
.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_field .txtarea {
  height: 300px;
}
.com_input_sec .input_field .select_pay {
  width: 90px;
  min-width: 90px;
}
.com_input_sec .input_field .flex_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
.com_input_sec .input_field .post + input {
  margin-top: 10px;
}
.com_input_sec .input_field.input_field_career + .input_field_career {
  margin-top: 10px;
}
.com_input_sec .input_field_memo {
  position: relative;
  margin-top: 3px;
}
.com_input_sec .input_field_memo .icon_del_circel {
  position: absolute;
  right: 2px;
  top: 2px;
}
.com_info_list + .com_input_sec {
  margin-top: 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_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;
  gap: 5px;
}

.textarea.m {
  min-height: 180px;
}
.textarea.l {
  min-height: 230px;
}
.textarea.xl {
  min-height: 340px;
}

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

/*스케줄 달력*/
.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;
}

.fc .fc-toolbar-title {
  font-size: 18px;
  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 {
  position: relative;
  z-index: 1;
}

.fc table {
  text-align: center;
}

.fc .fc-col-header-cell-cushion {
  color: #959595;
  font-size: 11px;
  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: linear-gradient(122deg, #0E8EF9 19.21%, #6C34F9 80.79%);
  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: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(122deg, #0e8ef9 19.21%, #6c34f9 80.79%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #000;
  padding: 0;
}

.fc-h-event .fc-event-main {
  border: none;
  color: #3da7fb;
  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;
}

.com_post_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_post_sec + .com_post_sec {
  margin-top: 20px;
}
.com_post_sec .btn_comment {
  width: 70px;
  margin-left: auto;
}
.com_post_sec .post_item,
.com_post_sec .comment_item {
  border-radius: 10px;
  background-color: #fff;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  padding: 20px 15px;
}
.com_post_sec .post_item .tit_area,
.com_post_sec .comment_item .tit_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.com_post_sec .post_item .tit_area .tit,
.com_post_sec .comment_item .tit_area .tit {
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 5px;
}
.com_post_sec .post_item .tit_area .date,
.com_post_sec .comment_item .tit_area .date {
  color: #8f8f8f;
  font-size: 11px;
}
.com_post_sec .post_item .tit_area .btn_edit,
.com_post_sec .comment_item .tit_area .btn_edit {
  margin-left: auto;
}
.com_post_sec .post_item .tit_area .svg_icon,
.com_post_sec .comment_item .tit_area .svg_icon {
  width: 19px;
  min-width: 19px;
}
.com_post_sec .post_item .tit_area .svg_icon.icon_trashcan,
.com_post_sec .comment_item .tit_area .svg_icon.icon_trashcan {
  width: 17px;
  min-width: 17px;
}
.com_post_sec .comment_item {
  border-radius: 10px;
  border: 1px solid #d1d7df;
  background-color: transparent;
}

.com_notice_pg {
  height: calc(var(--vh, 1vh) * 100 - 50px - 60px - 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;
  justify-content: space-between;
  padding-block: 60px 0;
}
.com_notice_pg .tit {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.com_notice_pg .txt {
  margin-top: 17px;
}
.com_notice_pg .sub {
  margin-top: 17px;
  font-size: 14px;
}
.com_notice_pg .icon {
  text-align: center;
  background-position: center;
  width: 100%;
}
.none_menu .com_notice_pg {
  height: calc(var(--vh, 1vh) * 100 - 50px);
  padding-bottom: 50px;
}

.com_card {
  border-radius: 10px;
  background: #fff;
}
.com_card .card_head {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: 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 #f2f4f7;
  padding: 15px 18px 13px;
}
.com_card .card_head.inner_line {
  margin-inline: 20px;
  padding-inline: 0;
}
.com_card .card_head.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.com_card .card_head .tit {
  font-size: 17px;
  font-weight: 700;
}
.com_card .card_head .tit.s {
  font-size: 15px;
}
.com_card .card_head .tit.xs {
  font-size: 14px;
  font-weight: 600;
}
.com_card .card_head .desc {
  color: #6A6C70;
}
.com_card .card_head .date {
  color: #8f8f8f;
  font-size: 11px;
}
.com_card .card_head + .card_head {
  padding-top: 0;
}
.com_card .card_head .sales_sec {
  margin-top: 10px;
}
.com_card .card_body {
  padding: 20px;
  line-height: normal;
}
.com_card .card_list .sec_tit {
  font-size: 18px;
  font-weight: 700;
  padding-inline: 20px;
  margin-top: 15px;
}
.com_card .card_list .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;
  padding-inline: 20px;
  padding-block: 20px;
  border-bottom: 1px solid #f2f4f7;
}
.com_card .card_list .item .tit {
  font-size: 14px;
  font-weight: 600;
}
.com_card .card_list .item .desc {
  font-size: 18px;
  font-weight: 700;
  margin-left: auto;
}
.com_card .card_list .item .desc .unit {
  font-weight: 400;
  font-size: 16px;
  margin-left: 3px;
}
.com_card .card_list .item .desc .txt {
  font-size: 16px;
}
.com_card .card_list .item.none_line {
  border-bottom: none;
  padding-bottom: 10px;
}
.com_card .card_list .item.none_line + .item {
  padding-top: 10px;
}
.com_card .card_list.btn_toggle .icon_arrow_down {
  transform: rotate(180deg);
  transition: 0.2s ease-out;
}
.com_card .card_list.btn_toggle.active .icon_arrow_down {
  transform: rotate(0deg);
}
.com_card .card_list .item_asttendance {
  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_card .card_list .item_asttendance .date {
  font-weight: 600;
}
.com_card .card_list .item_asttendance .item_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
}
.com_card .card_list .item_asttendance .item_info .tit {
  color: #6A6C70;
  font-weight: 400;
}
.com_card .card_list .item_asttendance .desc_bar {
  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: 20px;
}
.com_card .card_list .item_asttendance .desc_bar span {
  font-size: 14px;
  position: relative;
}
.com_card .card_list .item_asttendance .desc_bar span:not(:first-child):before {
  content: "";
  height: 18px;
  border-left: 1px solid #e3e3e3;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.com_card .sales_sec {
  width: 100%;
}
.com_card .sales_sec .price {
  text-align: right;
  font-size: 28px;
  font-weight: 700;
  color: #6c34f9;
  display: -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;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
}
.com_card .sales_sec .price .unit {
  color: #353638;
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}
.com_input_sec + .com_card {
  margin-top: 30px;
}
.com_card + .com_card {
  margin-top: 10px;
}
.com_card + .com_pg_tit__wrap {
  margin-top: 20px;
}

.com_select_store {
  position: fixed;
  left: 22.5px;
  top: 15px;
  z-index: 100;
  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: 12px;
  min-height: 23px;
}
.com_select_store > * {
  font-size: 18px;
  font-weight: 700;
}
.com_select_store:after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_arrow_down.png);
  width: 16px;
  min-width: 16px;
  height: 8px;
}
.com_select_store.static {
  position: static;
}
.com_select_store.not_select:after {
  display: none;
}

.com_resource_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.com_resource_list .item {
  border-radius: 10px;
  background-color: #fff;
  padding: 0;
  display: block;
  padding: 15px;
}
.com_resource_list .item.disabled * {
  color: #CECECE !important;
}
.com_resource_list .item.disabled .icon_won {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_won_gray.png);
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.com_resource_list .info_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_resource_list .info_row .item_info .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.com_resource_list .info_row .item_info .tit .name {
  font-size: 14px;
  font-weight: 600;
  flex: 1;
}
.com_resource_list .info_row .item_info .tit .from {
  font-size: 14px;
  font-weight: 600;
  color: #6c34f9;
}
.com_resource_list .info_row .item_info .desc {
  margin-left: 26px;
  margin-top: 10px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  white-space: normal;
}
.com_resource_list .info_row .item_info .price {
  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;
  gap: 8px;
}
.com_resource_list .info_row .item_info .date {
  color: #8f8f8f;
  font-size: 11px;
  font-weight: 400;
  margin-left: 26px;
  margin-top: 10px;
}
.com_resource_list .info_row .item_info .dot_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;
  margin-left: 26px;
  margin-top: 5px;
  gap: 20px;
}
.com_resource_list .info_row .item_info .dot_txt .txt {
  position: relative;
  font-size: 12px;
  font-weight: 400;
}
.com_resource_list .info_row .item_info .dot_txt .txt.bold {
  font-weight: 600;
}
.com_resource_list .info_row .item_info .dot_txt .txt:not(:first-child):before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #cdcdcd;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.com_resource_list .info_row .btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}

.com_toggle_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.com_toggle_list .item {
  border-radius: 10px;
  background-color: #fff;
  padding: 0;
}
.com_toggle_list .item .toggle_head {
  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;
  align-items: center;
  padding: 15px 15px;
}
.com_toggle_list .item .toggle_head .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
}
.com_toggle_list .item .toggle_head .btn_open {
  margin-left: auto;
  transition: 0.2s;
}
.com_toggle_list .item .toggle_body {
  display: none;
  position: relative;
  padding: 0 20px 20px 40px;
  line-height: 1.5;
  overflow: hidden;
}
.com_toggle_list .item .toggle_body .btn_edit {
  display: inline-flex;
  margin-left: auto;
  color: #6c34f9;
  border-bottom: 1px solid #6c34f9;
  float: right;
}
.com_toggle_list .item.active .toggle_head .btn_open {
  transform: rotate(180deg);
}

.com_event_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.com_event_list .item {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  padding: 0;
}
.com_event_list .item a {
  display: block;
}
.com_event_list .item .img_box {
  position: relative;
  text-align: center;
}
.com_event_list .item .img_box img {
  width: 100%;
}
.com_event_list .item .img_box .icon_end {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  background-color: #323232;
  border-radius: 50%;
}
.com_event_list .item .info_area {
  padding: 20px;
}
.com_event_list .item .info_area .tit {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}

.com_detail {
  border-radius: 10px;
  background-color: #fff;
  padding: 0;
  padding: 20px;
}
.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;
  gap: 10px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f4f7;
}
.com_detail .info_area .tit {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
.com_detail .info_area .date {
  margin-top: 10px;
  color: #8f8f8f;
}
.com_detail .info_area .flex_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.com_detail .info_area .flex_row .from {
  font-size: 14px;
  font-weight: 600;
  color: #6c34f9;
}
.com_detail .info_area .flex_row .name {
  font-size: 14px;
  font-weight: 600;
}
.com_detail .info_area .icon_end {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  background-color: #323232;
  border-radius: 50%;
}
.com_detail .info_area .icon_notice,
.com_detail .info_area .icon_note {
  margin-bottom: auto;
}
.com_detail .cont_area {
  padding-top: 20px;
  line-height: 1.5;
  word-break: break-all;
}

.com_write .textarea {
  min-height: 230px;
}

.fileupload_box input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.com_add_file_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 15px;
  margin-bottom: 30px;
}
.com_add_file_list.mb_0 {
  margin-bottom: 0;
}
.com_add_file_list.list_col_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 10px;
  width: 100%;
}
.com_add_file_list.list_col_2 > * {
  width: calc((100% - 10px * 1) / 2);
  min-width: calc((100% - 10px * 1) / 2);
}
.com_add_file_list.list_col_2 .item {
  margin: 0 !important;
}
.com_add_file_list .swiper {
  width: 100%;
}
.com_add_file_list.scroll {
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px;
}
.com_add_file_list.scroll .item {
  flex: 0 0 auto;
  width: calc(33.333% - 6.666px);
}
.com_add_file_list .item {
  position: relative;
  width: calc(25% - 11.25px);
  margin-bottom: 20px;
  margin-right: 10px;
}
.com_add_file_list .item .icon_del_circel {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
.com_add_file_list .item .img_box {
  border-radius: 5px 20px;
  overflow: hidden;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-width: auto;
  aspect-ratio: 1;
}
.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_add_file_list .item .item_info.pdf {
  background-color: #fff;
  border: 1px solid #ddd;
  word-break: break-all;
  padding: 5px;
  border-radius: 3px;
}
.com_add_file_list .item .item_info.pdf * {
  word-break: break-all;
}
.com_add_file_list .com_btn.dash {
  width: 100%;
  height: 100%;
  min-height: 70px;
  background: linear-gradient(#f2f4f7 0 0) padding-box, linear-gradient(122deg, #0e8ef9 19.21%, #6c34f9 80.79%) border-box;
}
.com_add_file_list .input_file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.com_control_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  margin-bottom: 20px;
  gap: 40px;
}
.com_control_date .date {
  font-weight: 600;
  font-size: 18px;
}
.com_control_date .btn_prev,
.com_control_date .btn_next {
  width: 25px;
  height: 25px;
}
.com_control_date.l .btn_prev,
.com_control_date.l .btn_next {
  background-size: 14px 16px;
}

.com_contract {
  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_contract .com_pg_tit {
  margin-bottom: 0;
}
.com_contract .sign_box {
  margin-top: 15px;
}
.com_contract .input_field .sign_box {
  margin-top: 0;
}
.com_contract .contract_guide {
  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;
  line-height: 1.4;
  color: #6A6C70;
}
.com_contract .contract_guide .tit {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
.com_contract .contract_guide .desc {
  margin-left: 10px;
}
.com_contract .img_sec {
  min-height: calc(var(--vh, 1vh) * 100 - 50px - 130px);
}
.com_contract .com_add_file_list {
  margin-bottom: 0;
}

.com_board_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  border-radius: 5px 20px;
  gap: 10px;
  height: 60px;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(122deg, #0e8ef9 19.21%, #6c34f9 80.79%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #6c34f9;
  overflow: hidden;
}
.com_board_search .input {
  width: 100%;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.com_board_search .icon_search {
  width: 30px;
  margin-right: 15px;
}

.com_store_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.com_store_list .item {
  border-radius: 10px;
  background-color: #fff;
  padding: 0;
  padding: 24px 15px;
}
.com_store_list .item .name {
  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;
  gap: 8px;
}
.com_store_list .item .name:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_map.png);
  width: 12px;
  min-width: 12px;
  height: 16px;
}
.com_store_list .item .name .com_badge {
  margin-left: auto;
}
.com_store_list .item .name .com_chk {
  margin-left: auto;
}
.com_store_list .item .address {
  margin-top: 10px;
  margin-left: 19px;
}
.com_store_list .item .com_btn_wrap {
  margin-top: 20px;
}
.com_store_list .item .desc {
  color: #8f8f8f;
  font-size: 11px;
  margin-top: 10px;
  margin-left: 19px;
}
.com_store_list .item.link {
  position: relative;
  padding-right: 30px;
}
.com_store_list .item.link:after {
  right: 15px;
  top: 50%;
  margin-top: -5px;
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  border: solid #6c34f9;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  position: absolute;
}
.com_store_list .item.flex_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}

.com_store_list_info {
  gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.com_store_list_info .item {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}
.com_store_list_info .store_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;
}
.com_store_list_info .store_info .img_box {
  overflow: hidden;
  border-radius: 20px;
  width: 62px;
  height: 62px;
}
.com_store_list_info .store_info .desc .store {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}
.com_store_list_info .store_info .desc .tag_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 5px;
}
.com_store_list_info .date_info {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.com_store_list_info .date_info .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}

.com_recruit_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 15px;
  line-height: 1.5;
}
.com_recruit_list .item {
  border-radius: 10px;
  border: 1px solid #6c34f9;
  border-radius: 15px 0 15px 15px;
  background: #fff;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 20px 15px;
}
.com_recruit_list .item.line_none {
  border: none;
  border-radius: 15px;
}
.com_recruit_list .item a.link {
  display: block;
}
.com_recruit_list .item .store {
  font-weight: 600;
  padding-right: 60px;
  margin-bottom: 5px;
}
.com_recruit_list .item .tit {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_recruit_list .item .tit .com_badge_round {
  margin-block: -10px -12px;
  min-width: 52px;
}
.com_recruit_list .item .apply_date {
  color: #6a6c70;
  margin-block: -5px 15px;
}
.com_recruit_list .item .addr {
  color: #6A6C70;
  margin-top: -10px;
}
.com_recruit_list .item .d_day {
  position: absolute;
  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;
}
.com_recruit_list .item .d_day.l {
  top: 0;
  right: 0;
  border-radius: 0px 0px 100px 100px;
  background: linear-gradient(145deg, #0e8ef9 -19.96%, #6c34f9 49.11%);
  box-shadow: 0px 3px 3px 0px rgba(106, 53, 249, 0.3);
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 13px;
}
.com_recruit_list .item .d_day.s {
  top: 24px;
  right: 15px;
  border-radius: 50px;
  background: #F1EBFF;
  padding: 0 9px;
  height: 24px;
  font-size: 11px;
  color: #6c34f9;
}
.com_recruit_list .item .d_day.s.end {
  background-color: #e9e9e9;
  color: #6A6C70;
}
.com_recruit_list .item .desc_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: flex-end;
}
.com_recruit_list .item .desc_row .price_info {
  font-size: 11px;
}
.com_recruit_list .item .desc_row .price_info .price {
  font-size: 18px;
  font-weight: 700;
  color: #6c34f9;
  margin-inline: 10px 5px;
}
.com_recruit_list .item .desc_row .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.com_recruit_list .item .desc_row .pay_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.com_recruit_list .item .desc_row .pay_col .price {
  font-weight: 600;
  font-size: 14px;
}
.com_recruit_list .item .com_btn_wrap.bottom {
  margin-top: 20px;
}

.com_applicant {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}
.com_applicant .profile {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  aspect-ratio: auto;
  border-radius: 100%;
}
.com_applicant .profile > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_applicant .profile > img, .com_applicant .profile > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_applicant .profile.s {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  aspect-ratio: auto;
  margin-right: -5px;
}
.com_applicant .profile.s > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_applicant .profile.s > img, .com_applicant .profile.s > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_applicant .profile__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: 15px;
}
.com_applicant .profile__wrap .applicant {
  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;
}
.com_applicant .profile__wrap .applicant .info {
  font-size: 11px;
  font-weight: 400;
  margin-left: 5px;
}
.com_applicant .tit {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
}
.com_applicant .info_list {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 6px;
}
.com_applicant .info_list .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.com_applicant .info_list .info .svg_icon {
  width: 16px;
}
.com_applicant__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}