@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*/
  -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*/
  line-height: 1.2;
  height: 100%;
}

body {
  position: relative;
  min-width: 100%;
  min-height: 100vh;
  color: #333;
  /*a,&,dd,div,dl,dt,h1,h2,h3,h4,h5,input,li,ol,p,html,ul,button,textarea*/
  /*select:disabled { background-image:url('../img/common/select_arrow_off.png'); background-color: #f8f8f8; } */
}
body,
body *,
body *::before,
body *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: keep-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  letter-spacing: -0.02em;
  transition: all 0.3s ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body,
  body *,
  body *::before,
  body *::after {
    word-break: break-all;
  }
}
body, body a, body button, body input, body textarea, body h1, body h2, body h3, body h4, body h5, body pre, body select {
  font-family: "Pretendard", sans-serif, "Malgun Gothic", "맑은 고딕", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
body li,
body ol,
body ul {
  list-style: none;
}
body a,
body img {
  border: 0;
}
body img {
  max-width: 100%;
}
body a {
  text-decoration: none;
  display: inline-block;
  color: #333;
}
body a:hover {
  text-decoration: none;
}
body input[type=number],
body input[type=password],
body input[type=tel],
body input[type=email],
body input[type=text],
body input[type=date],
body select {
  padding: 0 13px;
  width: 100%;
  height: 60px;
  font-weight: 600;
  font-size: 16px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #D9DADC;
  border-radius: 10px;
}
body input[type=number]:disabled,
body input[type=password]:disabled,
body input[type=tel]:disabled,
body input[type=email]:disabled,
body input[type=text]:disabled,
body input[type=date]:disabled,
body select:disabled {
  background: #F0F0F0;
}
body input {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-inline: 15px 40px;
  background: #fff url("../img/icon_arrow_down.png") no-repeat calc(100% - 17px) 50%/13px auto;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
}
body input[type=chekbox],
body input[type=radio] {
  display: none;
}
body input[type=number]::-webkit-inner-spin-button,
body input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body input[type=search] {
  padding-inline: 12px 10px;
  border: 1px solid #D7D7D7;
  height: 40px;
}
body input::-webkit-search-decoration,
body input::-webkit-search-cancel-button,
body input::-webkit-search-results-button,
body input::-webkit-search-results-decoration,
body input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: url("../img/icon_del.png") no-repeat center/16px auto;
  cursor: pointer;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 400;
}
body table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}
body th {
  text-align: center;
}
body td {
  text-align: left;
}
body table > caption {
  position: absolute;
  text-indent: -9999px;
}
body button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
body button:disabled {
  cursor: not-allowed;
}
body button,
body input,
body textarea {
  -webkit-appearance: none;
}
body select,
body textarea,
body input[type=text] {
  width: 100%;
}
body textarea {
  line-height: 1.5;
  border: 1px solid #D9DADC;
  border-radius: 10px;
  outline: none;
  min-height: 150px;
  text-align: left;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
}
body input[type=tel] {
  width: 40px;
  min-width: 40px;
}
body input[type=number] {
  -moz-appearance: textfield;
}
body input::-webkit-input-placeholder {
  color: #6C6D74;
  opacity: 1;
}
body input:-ms-input-placeholder {
  color: #6C6D74;
  opacity: 1;
}
body input::-ms-input-placeholder {
  color: #6C6D74;
  opacity: 1;
}
body input::placeholder {
  color: #6C6D74;
  opacity: 1;
}
body textarea::-webkit-input-placeholder {
  color: #6C6D74;
  opacity: 1;
}
body textarea:-ms-input-placeholder {
  color: #6C6D74;
  opacity: 1;
}
body textarea::-ms-input-placeholder {
  color: #6C6D74;
  opacity: 1;
}
body textarea::placeholder {
  color: #6C6D74;
  opacity: 1;
}
body input:disabled {
  border: 1px solid #e7e8ef;
  background-color: transparent;
  cursor: not-allowed;
}
body input[readonly],
body textarea[readonly] {
  border: 1px solid #e7e8ef;
  opacity: 1;
  background: transparent;
}
body input[readonly]:focus,
body textarea[readonly]:focus {
  outline: none;
}
body input:focus {
  outline: none;
}
body input:disabled::-webkit-input-placeholder,
body input[readonly]::-webkit-input-placeholder,
body textarea:disabled::-webkit-input-placeholder,
body textarea[readonly]::-webkit-input-placeholder {
  color: #C3C0C3;
  opacity: 1;
}
body input:disabled:-ms-input-placeholder,
body input[readonly]:-ms-input-placeholder,
body textarea:disabled:-ms-input-placeholder,
body textarea[readonly]:-ms-input-placeholder {
  color: #C3C0C3;
  opacity: 1;
}
body input:disabled::-ms-input-placeholder,
body input[readonly]::-ms-input-placeholder,
body textarea:disabled::-ms-input-placeholder,
body textarea[readonly]::-ms-input-placeholder {
  color: #C3C0C3;
  opacity: 1;
}
body input:disabled::placeholder,
body input[readonly]::placeholder,
body textarea:disabled::placeholder,
body textarea[readonly]::placeholder {
  color: #C3C0C3;
  opacity: 1;
}
body input:disabled:-ms-input-placeholder,
body input[readonly]:-ms-input-placeholder,
body textarea:disabled:-ms-input-placeholder,
body textarea[readonly]:-ms-input-placeholder {
  color: #C3C0C3;
  opacity: 1;
}
body input::-ms-clear,
body input::-ms-reveal,
body textarea::-ms-clear,
body textarea::-ms-reveal {
  display: none;
}
body input::-webkit-inner-spin-button,
body input::-webkit-outer-spin-button,
body textarea::-webkit-inner-spin-button,
body textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
body textarea {
  resize: none;
}
body textarea:disabled {
  background: #EFF2F5;
}
body img {
  border: 0;
  vertical-align: middle;
}
body hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
}
body main,
body section,
body article {
  display: block;
}
body fieldset,
body form {
  border: 0;
  outline: none;
}
body address {
  font-style: normal;
}

/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
body {
  position: relative;
  padding: 70px 0 70px;
}

.scroll_lock {
  overflow: hidden !important;
}

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

.header {
  background-color: #004279;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.header .com_center_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;
  height: 70px;
}
.header .logo img {
  width: 220px;
}
.header .pg_tit {
  font-size: 20px;
  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;
  gap: 17px;
  color: #fff;
}
.header .pg_tit .btn_prev {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(-135deg);
}
.header .ribbon {
  display: -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: 22px;
}
.header .ribbon .icon_push {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.header .ribbon .icon_bar {
  width: 18px;
  min-width: 18px;
  height: 14px;
}
.header .ribbon .btn {
  position: relative;
}
.header .ribbon .btn .icon_new {
  position: absolute;
  top: 0;
  right: -7px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background-color: #FFC240;
  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: 700;
  color: #004279;
  font-style: normal;
}

.gnb {
  padding: 23px 30px 23px 40px;
  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;
}
.gnb .menu {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  min-width: 250px;
  display: -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;
}
.gnb .menu:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border: solid #000;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.gnb .menu.divider {
  margin-top: 32px;
}
.gnb__wrap {
  position: fixed;
  top: 0;
  width: 0;
  z-index: 2;
  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;
  height: 100vh;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  right: 0;
  overflow: hidden;
  visibility: hidden;
}
.gnb__wrap.active {
  width: 100vw;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  visibility: visible;
}
.gnb__wrap .container {
  background: #fff;
  z-index: 3;
  position: relative;
  width: 85vw;
}
.gnb__wrap .bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  visibility: hidden;
}
.gnb__wrap .bg.active {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  visibility: visible;
}
.gnb__wrap .btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  display: -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;
  height: 70px;
  padding-inline: 40px 22px;
  border-bottom: 1px solid #D7D7D7;
}
.gnb__wrap .btn_login {
  margin-top: 40px;
  margin-left: 40px;
}

.main_container {
  min-height: calc(100vh - 70px - 162px - 70px);
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.bottom_menu {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(96, 96, 96, 0.3);
}
.bottom_menu .com_center_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;
  padding-inline: 0;
}
.bottom_menu .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex: 1;
  gap: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #989FAD;
  text-align: center;
  height: 70px;
}
.bottom_menu .menu.active {
  color: #004279;
}

.footer {
  padding-block: 26px 20px;
  height: 162px;
  background: #F1F2F4;
  color: #6C6D74;
}
.footer .com_center_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;
}
.footer .link_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.footer .link_area .link {
  font-weight: 500;
}
.footer .link_area .link:not(:last-child) {
  position: relative;
}
.footer .link_area .link:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 9px;
  margin-inline: 10px;
  background: #6C6D74;
  cursor: default;
}
.footer .address {
  line-height: 1.14;
}

i[class^=icon_] {
  font-style: normal;
}

.svg_icon {
  transition: all 0.2s;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
.svg_icon.icon_push {
  display: inline-block;
  width: 25px;
  min-width: 25px;
  height: 26px;
  min-height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26' fill='%23fff'%3E%3Cpath d='M17.008 21.474a.75.75 0 0 0-1.5 0h1.5Zm-7.388 0a.75.75 0 0 0-1.5 0h1.5Zm.525-18.077a.75.75 0 1 0 1.5 0h-1.5Zm3.37 0a.75.75 0 0 0 1.5 0h-1.5ZM23.58 20.87v.75a.75.75 0 0 0 .44-1.357l-.44.607Zm-22 0-.44-.607a.75.75 0 0 0 .44 1.357v-.75Zm13.928.603c0 1.502-1.284 2.776-2.944 2.776v1.5c2.422 0 4.444-1.88 4.444-4.276h-1.5Zm-2.944 2.776c-1.66 0-2.944-1.274-2.944-2.776h-1.5c0 2.395 2.022 4.276 4.444 4.276v-1.5Zm-.919-20.853v-.789h-1.5v.789h1.5Zm0-.789c0-.434.393-.858.935-.858V.25c-1.304 0-2.435 1.03-2.435 2.358h1.5Zm.935-.858c.543 0 .935.424.935.858h1.5c0-1.328-1.13-2.358-2.435-2.358v1.5Zm.935.858v.789h1.5v-.789h-1.5Zm6.188 13.624c0 1.363.354 2.349 1.016 3.181.623.782 1.505 1.4 2.42 2.065l.882-1.214c-.98-.711-1.662-1.199-2.128-1.785-.427-.537-.69-1.183-.69-2.247h-1.5Zm3.877 3.89h-22v1.5h22v-1.5ZM2.02 21.477c.914-.663 1.797-1.278 2.42-2.058.664-.832 1.017-1.818 1.017-3.188h-1.5c0 1.073-.263 1.718-.689 2.252-.466.584-1.147 1.067-2.129 1.78l.882 1.214Zm3.437-5.246v-5.381h-1.5v5.381h1.5Zm0-5.381c0-3.683 3.179-6.766 7.123-6.766v-1.5c-4.706 0-8.623 3.69-8.623 8.265h1.5Zm7.123-6.766c3.945 0 7.123 3.083 7.123 6.766h1.5c0-4.576-3.916-8.266-8.623-8.266v1.5Zm7.123 6.766v5.381h1.5v-5.381h-1.5Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_bar {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 16px;
  min-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='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M1 1h18M1 8h18M1 15h18'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_home {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 26px;
  min-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='24' height='26' viewBox='0 0 24 26' fill='none'%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.787 25h6.428c.978 0 1.785-.778 1.785-1.754V9.503c0-.457-.217-.884-.59-1.159l-9.517-7.047a1.488 1.488 0 0 0-1.786 0L1.59 8.344c-.373.275-.59.702-.59 1.16v13.742C1 24.206 1.792 25 2.785 25h12.002ZM12.008 16.428V24.1'/%3E%3Cpath stroke-opacity='.2' d='M12.008 16.428V24.1'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_close {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-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='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath stroke='%23fff' d='M16.429 1 1 17m.571-16L17 17'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_kakao {
  display: inline-block;
  width: 23px;
  min-width: 23px;
  height: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='19' viewBox='0 0 23 19' fill='%23333'%3E%3Cpath d='M11.288 0C5.055 0 0 3.892 0 8.692c0 2.606 1.495 4.946 3.855 6.537-.195.74-.656 1.983-1.647 2.766 0 0 3.295 1.127 5.668-1.02 1.078.263 2.225.405 3.412.405 6.233 0 11.288-3.892 11.288-8.692 0-4.8-5.055-8.688-11.288-8.688Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_arrow_right {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 17px;
  min-height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='m1 1 7.5 7.5L1 16'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_calendar {
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 21px;
  min-height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' viewBox='0 0 22 21' fill='none'%3E%3Cpath fill='%23fff' d='m10.341 14.967-2.238-2.73-1.088.854 2.816 3.436a.704.704 0 0 0 .545.256h.02a.7.7 0 0 0 .548-.288l4.566-6.299-1.14-.79-4.03 5.561h.001ZM15.698 4.898a.69.69 0 0 0 .697-.683V1.683A.69.69 0 0 0 15.698 1a.69.69 0 0 0-.698.683v2.532a.69.69 0 0 0 .698.683Z'/%3E%3Cpath fill='%23fff' d='M18.349 2.29h-1.396v1.365h1.396c.692 0 1.256.62 1.256 1.382v1.422H2.395V5.037c0-.762.564-1.382 1.256-1.382h1.396V2.289H3.65C2.19 2.29 1 3.523 1 5.037v12.216C1 18.768 2.19 20 3.651 20H18.35C19.81 20 21 18.768 21 17.253V5.037c0-1.516-1.19-2.748-2.651-2.748Zm0 16.346H3.65c-.692 0-1.256-.62-1.256-1.382v-9.43h17.21v9.429c0 .762-.564 1.382-1.256 1.382Z'/%3E%3Cpath fill='%23fff' d='M14.442 2.29H7.558v1.365h6.884V2.289ZM6.302 4.898A.69.69 0 0 0 7 4.215V1.683A.69.69 0 0 0 6.302 1a.69.69 0 0 0-.697.683v2.532a.69.69 0 0 0 .697.683Z'/%3E%3Cpath stroke='%23fff' stroke-width='.5' d='m10.341 14.967-2.238-2.73-1.088.854 2.816 3.436a.704.704 0 0 0 .545.256h.02a.7.7 0 0 0 .548-.288l4.566-6.299-1.14-.79-4.03 5.561h.001ZM15.698 4.898a.69.69 0 0 0 .697-.683V1.683A.69.69 0 0 0 15.698 1a.69.69 0 0 0-.698.683v2.532a.69.69 0 0 0 .698.683Z'/%3E%3Cpath stroke='%23fff' stroke-width='.5' d='M18.349 2.29h-1.396v1.365h1.396c.692 0 1.256.62 1.256 1.382v1.422H2.395V5.037c0-.762.564-1.382 1.256-1.382h1.396V2.289H3.65C2.19 2.29 1 3.523 1 5.037v12.216C1 18.768 2.19 20 3.651 20H18.35C19.81 20 21 18.768 21 17.253V5.037c0-1.516-1.19-2.748-2.651-2.748Zm0 16.346H3.65c-.692 0-1.256-.62-1.256-1.382v-9.43h17.21v9.429c0 .762-.564 1.382-1.256 1.382Z'/%3E%3Cpath stroke='%23fff' stroke-width='.5' d='M14.442 2.29H7.558v1.365h6.884V2.289ZM6.302 4.898A.69.69 0 0 0 7 4.215V1.683A.69.69 0 0 0 6.302 1a.69.69 0 0 0-.697.683v2.532a.69.69 0 0 0 .697.683Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_download {
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M13 9v2.667A1.334 1.334 0 0 1 11.667 13H2.333A1.334 1.334 0 0 1 1 11.667V9M3.667 5.667 7 9l3.333-3.333M7 9V1'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_file {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M11.667 1.667H5a1.667 1.667 0 0 0-1.667 1.666v13.334A1.667 1.667 0 0 0 5 18.332h10a1.667 1.667 0 0 0 1.667-1.666v-10l-5-5Z'/%3E%3Cpath d='M11.666 1.667v5h5M13.333 10.834H6.666M13.333 14.166H6.666M8.333 7.5H6.667'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_set {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 17px;
  min-height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17'  fill='none'%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M8 10.043a1.543 1.543 0 1 0 0-3.086 1.543 1.543 0 0 0 0 3.086Z'/%3E%3Cpath d='M12.843 10.464c-.176.405-.091.877.216 1.191l.04.04c.51.51.51 1.341 0 1.852-.51.51-1.342.51-1.853 0l-.039-.04a1.084 1.084 0 0 0-1.191-.216c-.393.17-.655.557-.655.989v.111c0 .72-.589 1.309-1.309 1.309s-1.309-.589-1.309-1.309v-.059a1.076 1.076 0 0 0-.707-.988 1.084 1.084 0 0 0-1.191.216l-.04.039c-.51.51-1.341.51-1.852 0a1.312 1.312 0 0 1 0-1.852l.04-.04c.307-.314.392-.785.216-1.191a1.08 1.08 0 0 0-.989-.655H2.11c-.72 0-1.31-.589-1.31-1.309s.59-1.309 1.31-1.309h.059c.445-.013.838-.288.988-.707a1.084 1.084 0 0 0-.216-1.19l-.04-.04a1.312 1.312 0 0 1 0-1.853c.511-.51 1.343-.51 1.853 0l.04.04c.314.307.785.393 1.19.216h.053c.393-.17.655-.557.655-.989v-.11C6.69 1.89 7.28 1.3 8 1.3s1.309.59 1.309 1.31v.058c0 .432.262.818.654.988.406.177.878.092 1.192-.216l.039-.039c.51-.51 1.342-.51 1.852 0s.51 1.342 0 1.853l-.039.039a1.083 1.083 0 0 0-.216 1.191v.052c.17.393.556.655.988.655h.112c.72 0 1.309.59 1.309 1.309 0 .72-.59 1.31-1.31 1.31h-.058c-.432 0-.818.261-.989.654Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_out {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-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='%23fff' stroke-linecap='round' stroke-linejoin='round' clip-path='url(%23a)'%3E%3Cpath d='M14 8H5M11 11l3-2.992L11 5M8 14H3.951C2.874 14 2 13.18 2 12.17V3.83C2 2.82 2.874 2 3.951 2H8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_trash {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'  fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2.5 5h15M15.833 5v11.667a1.667 1.667 0 0 1-1.667 1.666H5.833a1.667 1.667 0 0 1-1.667-1.666V5m2.5 0V3.333a1.667 1.667 0 0 1 1.667-1.666h3.333a1.667 1.667 0 0 1 1.667 1.666V5'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_edit {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M9.166 3.333H3.333A1.667 1.667 0 0 0 1.666 5v11.667a1.667 1.667 0 0 0 1.667 1.666H15a1.666 1.666 0 0 0 1.666-1.666v-5.834'/%3E%3Cpath d='M15.416 2.083a1.768 1.768 0 0 1 2.5 2.5L10 12.5l-3.333.833L7.5 10l7.916-7.917Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_thumbs_up {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m7 11 4-9a3 3 0 0 1 3 3v4h5.66a2 2 0 0 1 2 2.3l-1.38 9a2 2 0 0 1-2 1.7H7m0-11v11m0-11H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h3'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_play {
  display: inline-block;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Ccircle cx='18' cy='18' r='17' stroke='%23fff' stroke-width='2'/%3E%3Cpath fill='%23fff' d='m25.2 18-9.9 7.275v-14.55L25.2 18Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_write {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.852 3.052 12.95 7.15l-7.096 7.093L1 15l.756-4.854 7.096-7.094ZM12.95 7.148 8.852 3.05 9.88 2.025a1.45 1.45 0 0 1 2.049 0l2.048 2.048a1.449 1.449 0 0 1 0 2.049L12.95 7.148Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_home.black {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='26' viewBox='0 0 24 26' fill='none'%3E%3Cg stroke='%23000' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.787 25h6.428c.978 0 1.785-.778 1.785-1.754V9.503c0-.457-.217-.884-.59-1.159l-9.517-7.047a1.488 1.488 0 0 0-1.786 0L1.59 8.344c-.373.275-.59.702-.59 1.16v13.742C1 24.206 1.792 25 2.785 25h12.002ZM12.008 16.428V24.1'/%3E%3Cpath stroke-opacity='.2' d='M12.008 16.428V24.1'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.icon_close.black {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath stroke='%23000' d='M16.429 1 1 17m.571-16L17 17'/%3E%3C/svg%3E");
}
.svg_icon.icon_close.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath stroke='%230190FE' d='M16.429 1 1 17m.571-16L17 17'/%3E%3C/svg%3E");
}
.svg_icon.icon_arrow_right.black {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17' fill='none'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-width='2' d='m1 1 7.5 7.5L1 16'/%3E%3C/svg%3E");
}
.svg_icon.icon_calendar.yellow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' viewBox='0 0 22 21' fill='none'%3E%3Cpath fill='%23FFC240' d='m10.341 14.967-2.238-2.73-1.088.854 2.816 3.436a.704.704 0 0 0 .545.256h.02a.7.7 0 0 0 .548-.288l4.566-6.299-1.14-.79-4.03 5.561h.001ZM15.698 4.898a.69.69 0 0 0 .697-.683V1.683A.69.69 0 0 0 15.698 1a.69.69 0 0 0-.698.683v2.532a.69.69 0 0 0 .698.683Z'/%3E%3Cpath fill='%23FFC240' d='M18.349 2.29h-1.396v1.365h1.396c.692 0 1.256.62 1.256 1.382v1.422H2.395V5.037c0-.762.564-1.382 1.256-1.382h1.396V2.289H3.65C2.19 2.29 1 3.523 1 5.037v12.216C1 18.768 2.19 20 3.651 20H18.35C19.81 20 21 18.768 21 17.253V5.037c0-1.516-1.19-2.748-2.651-2.748Zm0 16.346H3.65c-.692 0-1.256-.62-1.256-1.382v-9.43h17.21v9.429c0 .762-.564 1.382-1.256 1.382Z'/%3E%3Cpath fill='%23FFC240' d='M14.442 2.29H7.558v1.365h6.884V2.289ZM6.302 4.898A.69.69 0 0 0 7 4.215V1.683A.69.69 0 0 0 6.302 1a.69.69 0 0 0-.697.683v2.532a.69.69 0 0 0 .697.683Z'/%3E%3Cpath stroke='%23FFC240' stroke-width='.5' d='m10.341 14.967-2.238-2.73-1.088.854 2.816 3.436a.704.704 0 0 0 .545.256h.02a.7.7 0 0 0 .548-.288l4.566-6.299-1.14-.79-4.03 5.561h.001ZM15.698 4.898a.69.69 0 0 0 .697-.683V1.683A.69.69 0 0 0 15.698 1a.69.69 0 0 0-.698.683v2.532a.69.69 0 0 0 .698.683Z'/%3E%3Cpath stroke='%23FFC240' stroke-width='.5' d='M18.349 2.29h-1.396v1.365h1.396c.692 0 1.256.62 1.256 1.382v1.422H2.395V5.037c0-.762.564-1.382 1.256-1.382h1.396V2.289H3.65C2.19 2.29 1 3.523 1 5.037v12.216C1 18.768 2.19 20 3.651 20H18.35C19.81 20 21 18.768 21 17.253V5.037c0-1.516-1.19-2.748-2.651-2.748Zm0 16.346H3.65c-.692 0-1.256-.62-1.256-1.382v-9.43h17.21v9.429c0 .762-.564 1.382-1.256 1.382Z'/%3E%3Cpath stroke='%23FFC240' stroke-width='.5' d='M14.442 2.29H7.558v1.365h6.884V2.289ZM6.302 4.898A.69.69 0 0 0 7 4.215V1.683A.69.69 0 0 0 6.302 1a.69.69 0 0 0-.697.683v2.532a.69.69 0 0 0 .697.683Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_push.yellow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26' fill='%23FFC240'%3E%3Cpath d='M17.008 21.474a.75.75 0 0 0-1.5 0h1.5Zm-7.388 0a.75.75 0 0 0-1.5 0h1.5Zm.525-18.077a.75.75 0 1 0 1.5 0h-1.5Zm3.37 0a.75.75 0 0 0 1.5 0h-1.5ZM23.58 20.87v.75a.75.75 0 0 0 .44-1.357l-.44.607Zm-22 0-.44-.607a.75.75 0 0 0 .44 1.357v-.75Zm13.928.603c0 1.502-1.284 2.776-2.944 2.776v1.5c2.422 0 4.444-1.88 4.444-4.276h-1.5Zm-2.944 2.776c-1.66 0-2.944-1.274-2.944-2.776h-1.5c0 2.395 2.022 4.276 4.444 4.276v-1.5Zm-.919-20.853v-.789h-1.5v.789h1.5Zm0-.789c0-.434.393-.858.935-.858V.25c-1.304 0-2.435 1.03-2.435 2.358h1.5Zm.935-.858c.543 0 .935.424.935.858h1.5c0-1.328-1.13-2.358-2.435-2.358v1.5Zm.935.858v.789h1.5v-.789h-1.5Zm6.188 13.624c0 1.363.354 2.349 1.016 3.181.623.782 1.505 1.4 2.42 2.065l.882-1.214c-.98-.711-1.662-1.199-2.128-1.785-.427-.537-.69-1.183-.69-2.247h-1.5Zm3.877 3.89h-22v1.5h22v-1.5ZM2.02 21.477c.914-.663 1.797-1.278 2.42-2.058.664-.832 1.017-1.818 1.017-3.188h-1.5c0 1.073-.263 1.718-.689 2.252-.466.584-1.147 1.067-2.129 1.78l.882 1.214Zm3.437-5.246v-5.381h-1.5v5.381h1.5Zm0-5.381c0-3.683 3.179-6.766 7.123-6.766v-1.5c-4.706 0-8.623 3.69-8.623 8.265h1.5Zm7.123-6.766c3.945 0 7.123 3.083 7.123 6.766h1.5c0-4.576-3.916-8.266-8.623-8.266v1.5Zm7.123 6.766v5.381h1.5v-5.381h-1.5Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_download.gray {
  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='%236C6D74' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M13 9v2.667A1.334 1.334 0 0 1 11.667 13H2.333A1.334 1.334 0 0 1 1 11.667V9M3.667 5.667 7 9l3.333-3.333M7 9V1'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.icon_file.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg stroke='%236C6D74' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M11.667 1.667H5a1.667 1.667 0 0 0-1.667 1.666v13.334A1.667 1.667 0 0 0 5 18.332h10a1.667 1.667 0 0 0 1.667-1.666v-10l-5-5Z'/%3E%3Cpath d='M11.666 1.667v5h5M13.333 10.834H6.666M13.333 14.166H6.666M8.333 7.5H6.667'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.icon_set.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17'  fill='none'%3E%3Cg stroke='%236C6D74' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M8 10.043a1.543 1.543 0 1 0 0-3.086 1.543 1.543 0 0 0 0 3.086Z'/%3E%3Cpath d='M12.843 10.464c-.176.405-.091.877.216 1.191l.04.04c.51.51.51 1.341 0 1.852-.51.51-1.342.51-1.853 0l-.039-.04a1.084 1.084 0 0 0-1.191-.216c-.393.17-.655.557-.655.989v.111c0 .72-.589 1.309-1.309 1.309s-1.309-.589-1.309-1.309v-.059a1.076 1.076 0 0 0-.707-.988 1.084 1.084 0 0 0-1.191.216l-.04.039c-.51.51-1.341.51-1.852 0a1.312 1.312 0 0 1 0-1.852l.04-.04c.307-.314.392-.785.216-1.191a1.08 1.08 0 0 0-.989-.655H2.11c-.72 0-1.31-.589-1.31-1.309s.59-1.309 1.31-1.309h.059c.445-.013.838-.288.988-.707a1.084 1.084 0 0 0-.216-1.19l-.04-.04a1.312 1.312 0 0 1 0-1.853c.511-.51 1.343-.51 1.853 0l.04.04c.314.307.785.393 1.19.216h.053c.393-.17.655-.557.655-.989v-.11C6.69 1.89 7.28 1.3 8 1.3s1.309.59 1.309 1.31v.058c0 .432.262.818.654.988.406.177.878.092 1.192-.216l.039-.039c.51-.51 1.342-.51 1.852 0s.51 1.342 0 1.853l-.039.039a1.083 1.083 0 0 0-.216 1.191v.052c.17.393.556.655.988.655h.112c.72 0 1.309.59 1.309 1.309 0 .72-.59 1.31-1.31 1.31h-.058c-.432 0-.818.261-.989.654Z'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.icon_out.gray {
  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='%23818181' stroke-linecap='round' stroke-linejoin='round' clip-path='url(%23a)'%3E%3Cpath d='M14 8H5M11 11l3-2.992L11 5M8 14H3.951C2.874 14 2 13.18 2 12.17V3.83C2 2.82 2.874 2 3.951 2H8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.svg_icon.icon_trash.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'  fill='none'%3E%3Cpath stroke='%23818181' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2.5 5h15M15.833 5v11.667a1.667 1.667 0 0 1-1.667 1.666H5.833a1.667 1.667 0 0 1-1.667-1.666V5m2.5 0V3.333a1.667 1.667 0 0 1 1.667-1.666h3.333a1.667 1.667 0 0 1 1.667 1.666V5'/%3E%3C/svg%3E");
}
.svg_icon.icon_edit.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg stroke='%23818181' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M9.166 3.333H3.333A1.667 1.667 0 0 0 1.666 5v11.667a1.667 1.667 0 0 0 1.667 1.666H15a1.666 1.666 0 0 0 1.666-1.666v-5.834'/%3E%3Cpath d='M15.416 2.083a1.768 1.768 0 0 1 2.5 2.5L10 12.5l-3.333.833L7.5 10l7.916-7.917Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.svg_icon.icon_write.gray {
  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='%236C6D74' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.852 3.052 12.95 7.15l-7.096 7.093L1 15l.756-4.854 7.096-7.094ZM12.95 7.148 8.852 3.05 9.88 2.025a1.45 1.45 0 0 1 2.049 0l2.048 2.048a1.449 1.449 0 0 1 0 2.049L12.95 7.148Z'/%3E%3C/svg%3E");
}

.png_icon {
  vertical-align: top;
}
.png_icon.img_login {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/img_login.png");
  width: 80px;
  min-width: 80px;
  height: 70px;
}
.png_icon.icon_join {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_join.png");
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.png_icon.icon_join_pt {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_join_pt.png");
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.png_icon.img_join_ok {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/img_join_ok.png");
  width: 125px;
  min-width: 125px;
  height: 100px;
}
.png_icon.menu_home {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/menu_home.png");
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.png_icon.menu_home_active {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/menu_home_active.png");
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.png_icon.menu_chat {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/menu_chat.png");
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.png_icon.menu_chat_active {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/menu_chat_active.png");
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.png_icon.menu_reserve {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/menu_reserve.png");
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.png_icon.menu_reserve_active {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/menu_reserve_active.png");
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.png_icon.menu_my {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/menu_my.png");
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.png_icon.menu_my_active {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/menu_my_active.png");
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.png_icon.icon_chart {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_chart.png");
  width: 41px;
  min-width: 41px;
  height: 47px;
}
.png_icon.icon_therapist {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_therapist.png");
  width: 52px;
  min-width: 52px;
  height: 52px;
}
.png_icon.icon_bell {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_bell.png");
  width: 25px;
  min-width: 25px;
  height: 25px;
}
.png_icon.icon_report {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_report.png");
  width: 75px;
  min-width: 75px;
  height: 67px;
}
.png_icon.icon_ready {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_ready.png");
  width: 27px;
  min-width: 27px;
  height: 37px;
}
.png_icon.icon_going {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_going.png");
  width: 36px;
  min-width: 36px;
  height: 37px;
}
.png_icon.icon_chat {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_chat.png");
  width: 26px;
  min-width: 26px;
  height: 21px;
}
.png_icon.icon_calendar {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_calendar.png");
  width: 22px;
  min-width: 22px;
  height: 21px;
}
.png_icon.icon_homepage {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_homepage.png");
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.png_icon.icon_board {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_board.png");
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.png_icon.icon_youtube {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_youtube.png");
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.png_icon.icon_faq {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_faq.png");
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.png_icon.icon_call {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_call.png");
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.png_icon.img_manual {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/img_manual.png");
  width: 129px;
  min-width: 129px;
  height: 101px;
}
.png_icon.icon_ok {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_ok.png");
  width: 74px;
  min-width: 74px;
  height: 70px;
}
.png_icon.icon_change {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_change.png");
  width: 30px;
  min-width: 30px;
  height: 33px;
}
.png_icon.icon_chk {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_chk.png");
  width: 25px;
  min-width: 25px;
  height: 25px;
}

.com_btn {
  position: relative;
  padding: 0 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  cursor: pointer;
}
.com_btn__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 6px;
}
.com_btn__wrap.bottom {
  padding-block: 30px;
}
.com_btn__wrap.bottom.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.com_btn__wrap.bottom + .bottom {
  padding-top: 0;
  margin-top: -20px;
}
.com_btn__wrap.wrap {
  padding-inline: 0 !important;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.com_btn__wrap.fixed {
  position: fixed;
  left: 0;
  bottom: 70px;
  z-index: 10;
  padding: 0;
  width: 100%;
  gap: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.com_btn__wrap.fixed .com_btn {
  border-radius: 0;
  flex: 1;
}
.com_btn.point {
  background: #004279;
  color: #FFC240;
}
.com_btn.yellow {
  background: #FFC240;
  color: #333;
}
.com_btn.gray {
  background: #E6ECF2;
  color: #002B5C;
}
.com_btn.white {
  background: #fff;
  color: #333;
  border: none;
}
.com_btn.red {
  background-color: #E13B46;
}
.com_btn.line {
  background: #fff;
  border: 1px solid #444;
  color: #222;
}
.com_btn.line.point {
  border-color: #004279;
  color: #004279;
}
.com_btn.line.black {
  border-color: #000;
  color: #000;
}
.com_btn.oval {
  border-radius: 50px;
}
.com_btn.xl {
  height: 60px;
  font-weight: 700;
  font-size: 18px;
  min-width: 80px;
}
.com_btn.l {
  height: 50px;
  font-weight: 500;
  font-size: 18px;
}
.com_btn.m {
  height: 42px;
  padding-inline: 23px;
}
.com_btn.s {
  height: 32px;
  padding-inline: 12px;
}
.com_btn.half {
  width: calc(50% - 5px);
}
.com_btn.full {
  width: 100%;
}
.com_btn.txt {
  margin-left: auto;
  padding: 0;
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  letter-spacing: -0.14px;
  background: none;
  border: none;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.com_btn.txt.point {
  color: #004279;
}
.com_btn.icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 0;
  padding: 0;
  font-size: 0;
  aspect-ratio: 1/1;
}
.com_btn.col {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-block: 10px;
  height: auto;
}
.com_btn.col.point {
  color: #fff;
}
.com_btn.col .svg_icon, .com_btn.col .png_icon {
  width: 100%;
}

/*!페이징 << < > >> */
.com_tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 0;
  margin-top: 20px;
  padding-inline: 20px;
}
.com_tab:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: #004279;
}
.com_tab .tab {
  flex: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  text-align: center;
  padding: 7px 15px;
  min-width: 80px;
  height: 50px;
  line-height: 18px;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  letter-spacing: -0.16px;
  white-space: nowrap;
  background: #E0E1E2;
  border: 1px solid #D9DADC;
  border-bottom-color: #004279;
  border-radius: 10px 10px 0 0;
  transition: none;
}
.com_tab .tab.active {
  color: #FFF;
  background: #004279;
  border-color: #004279;
}
.com_tab_contents {
  display: none;
}
.com_tab_contents.active {
  display: block;
}

.com_cate {
  display: -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;
  padding: 20px 20px;
  border-bottom: 1px solid #D7D7D7;
}
.com_cate .tab {
  height: 40px;
  background: #E6ECF2;
  color: #004279;
  font-weight: 500;
  border-radius: 10px;
  padding-inline: 12px;
}
.com_cate .tab.active {
  color: #FFC240;
  background: #004279;
}
.com_cate.col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 5px;
  width: 100%;
}
.com_cate.col3 > * {
  width: calc((100% - 5px * 2) / 3);
  min-width: calc((100% - 5px * 2) / 3);
}

.com_chk {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 6px;
  font-size: 14px;
  color: #333;
  vertical-align: top;
  line-height: 22px;
  transition: none;
  user-select: none;
}
.com_chk *, .com_chk:before {
  transition: none;
}
.com_chk:before {
  content: "";
  display: inline-block;
  min-width: 22px;
  width: 22px;
  height: 22px;
  background: url("../img/chk.png") no-repeat center/contain;
  border: 1px solid #D9DADC;
  border-radius: 3px;
  background-color: #fff;
}
.com_chk.has_chk:before {
  background-color: #004279;
  background-image: url("../img/chk_on.png");
  border: 0;
  background-color: #004279;
}
.com_chk.circle:before {
  border-radius: 50%;
}
.com_chk input:disabled {
  cursor: default;
}
.com_chk input:disabled:before {
  opacity: 0.5;
}
.com_chk input:disabled:checked:before {
  opacity: 1;
}
.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: 20px;
}
.com_chk__wrap.top {
  margin-left: -20px;
  width: calc(100% + 40px);
  display: -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: 30px;
  padding-block: 18px;
  border-bottom: 1px solid #004279;
}
.com_chk__wrap.col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 10px;
  width: 100%;
}
.com_chk__wrap.col3 > * {
  width: calc((100% - 10px * 2) / 3);
  min-width: calc((100% - 10px * 2) / 3);
}
.com_chk__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__wrap.col2 > * {
  width: calc((100% - 10px * 1) / 2);
  min-width: calc((100% - 10px * 1) / 2);
}
.com_chk__wrap.text {
  padding: 5px 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}
.com_chk__wrap.text .com_chk {
  padding: 10px;
  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;
  width: calc((100% - 25px) / 6);
  height: 40px;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #002B5C;
  background: #E6ECF2;
  border-radius: 10px;
}
.com_chk__wrap.text .com_chk:before {
  content: none;
}
.com_chk__wrap.text .com_chk.has_chk {
  font-weight: 700;
  color: #FFC240;
  background: #004279;
}
.com_chk__wrap.text + .contents_input {
  border-block: 1px solid #D9DADC;
}
.com_chk_contents {
  display: none !important;
}
.com_chk_contents.active {
  display: block !important;
}

.com_chk_btn {
  border-radius: 5px;
  background: #EFF2F5;
  height: 50px;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  transition: none;
  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;
  min-width: 125px;
  cursor: pointer;
}
.com_chk_btn input {
  display: none;
}
.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: 10px;
}
.com_chk_btn.m {
  font-size: 12px;
  height: 40px;
  min-width: auto;
  padding-inline: 15px;
}
.com_chk_btn.s {
  font-size: 14px;
  height: 33px;
  min-width: auto;
  padding-inline: 10px;
}
.com_chk_btn.line {
  background: #fff;
  border: 1px solid #6A6C70;
  color: #333;
}
.com_chk_btn.has_chk {
  color: #fff;
  background: #004279;
  border-color: #004279;
}

.com_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 101;
  display: none;
  justify-content: center;
  align-items: center;
}
.com_popup.active {
  display: flex;
  align-items: center;
}
.com_popup .bg_close {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}
.com_popup .pop_container {
  position: relative;
  background: #fff;
  margin-inline: auto;
  z-index: 101;
  overflow: hidden;
  width: calc(100vw - 40px);
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.com_popup .pop_tit {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-block: 20px 28px;
}
.com_popup .content_container {
  text-align: left;
  padding-inline: 20px;
  max-height: calc(95vh - 150px);
  padding-bottom: 1px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #C4C4C4; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
}
.com_popup .content_container::-webkit-scrollbar { /*스크롤바*/
  width: 6px;
  height: 6px;
}
.com_popup .content_container::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0;
  height: 0;
}
.com_popup .content_container::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #C4C4C4;
  background-clip: padding-box;
  border-radius: 5px;
}
.com_popup .content_container::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background: none;
}
.com_popup .content_container::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background: none;
}
.com_popup .content_container .client_top {
  padding: 20px 0 15px;
}
.com_popup .btn_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;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
}
.com_popup .btn_container.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 20px 25px;
}
.com_popup .btn_container.line {
  margin-top: 20px;
  border-top: 1px solid #D7D7D7;
  gap: 0;
}
.com_popup .btn_container.line .com_btn {
  width: 100%;
  font-size: 14px;
  border-radius: 0;
}
.com_popup .btn_container.line .com_btn.point {
  color: #fff;
}
.com_popup .btn_container .com_chk {
  padding-block: 20px 25px;
  font-weight: 600;
  font-size: 18px;
  color: #6C6D74;
}
.com_popup .btn_container .com_chk.com_btn {
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_popup .btn_close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position: absolute;
  right: 13px;
  top: 14px;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/btn_close.png");
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.com_popup.type_alert .pop_container {
  max-width: 300px;
}
.com_popup.type_alert .pop_tit + .content_container {
  margin-top: 0;
}
.com_popup.type_alert .content_container {
  text-align: center;
  margin-block: 48px;
  font-size: 18px;
}

.com_layer {
  display: none;
}
.com_layer.active {
  display: block;
  position: absolute;
  top: 0;
  height: 100vh;
  z-index: 999;
  background-color: #fff;
}
.com_layer .layer_tit {
  height: 70px;
  background-color: #004279;
  color: #fff;
  font-size: 20px;
  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;
  padding-inline: 20px;
}
.com_layer .layer_container {
  height: calc(100vh - 70px);
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.com_layer .layer_container .com_page_arrow {
  margin-top: auto;
}
.com_layer .btn_close {
  position: absolute;
  right: 20px;
  top: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath stroke='%23fff' d='M16.429 1 1 17m.571-16L17 17'/%3E%3C/svg%3E");
}

.pop_join_ok .content_container {
  text-align: center;
  padding-bottom: 18px;
}
.pop_join_ok .icon {
  text-align: center;
  margin-block: 20px 30px;
}
.pop_join_ok .icon img {
  height: 100px;
}
.pop_join_ok .txt1 {
  font-size: 20px;
}
.pop_join_ok .txt2 {
  color: #0190FE;
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
}
.pop_join_ok .txt3 {
  font-size: 18px;
  font-weight: 500;
  color: #6C6D74;
  margin-top: 20px;
}

.pop_booking_change .com_info_area {
  justify-content: center !important;
}

.com_point_txt {
  color: #004279 !important;
}

.com_red_txt {
  font-weight: 500;
  color: #E13B46 !important;
}

.com_blue_txt {
  font-weight: 500;
  color: #0190FE !important;
}

.com_badge {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  line-height: 18px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.12px;
}
.com_badge.new {
  padding: 0 7px;
  color: #FFF;
  background: #0190FE;
  border-radius: 5px;
}
.com_badge.first {
  width: 40px;
  background: #FFC240;
  border-radius: 20px;
  border-bottom-right-radius: 0 !important;
}
.com_badge.cate {
  margin-right: auto;
  margin-bottom: 3px;
  background: #E6ECF2;
  color: #004279;
  padding-inline: 10px;
  height: 20px;
  border-radius: 5px;
}

.com_dot_list {
  align-self: flex-start;
}
.com_dot_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;
  line-height: 24px;
}
.com_dot_list .item .txt {
  padding-left: 7px;
  position: relative;
}
.com_dot_list .item .txt::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2px;
  min-width: 2px;
  height: 2px;
  margin-right: 5px;
  background: #333;
  border-radius: 2px;
  vertical-align: middle;
  cursor: default;
}
.com_dot_list .item .txt:before {
  margin: -3px 5px 0 -7px;
}

.com_info_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.4;
}
.com_info_area .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  text-align: left;
  font-weight: 500;
}
.com_info_area .info:not(:last-child) {
  position: relative;
}
.com_info_area .info:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 12px;
  margin-inline: 10px;
  background: #bbb;
  cursor: default;
}
.com_info_area .info:last-of-type:after {
  display: none;
}
.com_info_area .info .tit {
  color: #6C6D74;
}

.com_time_change {
  margin-top: 20px;
  padding: 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 15px;
  width: 100%;
  text-align: center;
  background: #F1F2F4;
  border-radius: 10px;
}
.com_time_change .tit {
  line-height: 24px;
}
.com_time_change .info {
  margin-top: 7px;
  line-height: 20px;
  font-size: 18px;
  letter-spacing: -0.16px;
  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: 5px;
}
.com_time_change .info input, .com_time_change .info select {
  width: 147px;
}
.com_time_change .info input[type=hidden] {
  display: none;
}
.com_time_change .item {
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.com_time_change .item.after .tit {
  font-weight: 700;
}
.com_time_change .item.after .info {
  color: #0190FE;
  font-weight: 700;
}

.com_state {
  padding-inline: 10px;
  min-width: 45px;
  height: 30px;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 13px;
}
.com_state.today, .com_state.pay_ok, .com_state.ing {
  color: #0190FE;
  background: #DFF1FF;
}
.com_state.expect {
  color: #00BC4B;
  background: #CEF0DC;
}
.com_state.done {
  color: #6C6D74;
  background: #E0E1E2;
}
.com_state.not, .com_state.end {
  color: #E13B46;
  background: #fceced;
}

.com_week_schedule {
  width: calc(100% - 40px);
  border-spacing: 0;
  border-collapse: separate;
}
.com_week_schedule_scroll {
  margin-inline: 20px;
  max-height: calc(100vh - 70px - 70px - 176px);
  padding-bottom: 1px;
  overflow-x: visible;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #C4C4C4; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
  margin-bottom: 20px;
}
.com_week_schedule_scroll::-webkit-scrollbar { /*스크롤바*/
  width: 6px;
  height: 6px;
}
.com_week_schedule_scroll::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0;
  height: 0;
}
.com_week_schedule_scroll::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #C4C4C4;
  background-clip: padding-box;
  border-radius: 5px;
}
.com_week_schedule_scroll::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background: none;
}
.com_week_schedule_scroll::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background: none;
}
.com_week_schedule_scroll + .schedule_detail {
  border-top: 1px solid #D7D7D7;
}
.com_week_schedule .sticky {
  position: sticky;
}
.com_week_schedule .sticky.top {
  top: 0;
  z-index: 4;
}
.com_week_schedule .sticky.left {
  left: 0;
  z-index: 3;
  border-left: 1px solid #D7D7D7;
}
.com_week_schedule th, .com_week_schedule td {
  border-right: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  width: 40px;
  height: 36px;
}
.com_week_schedule th {
  border-top: 1px solid #D7D7D7;
  height: 39px;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.4px;
  color: #333;
  background-color: #F1F2F4;
  padding: 0.7em 0.3em;
  text-align: center;
}
.com_week_schedule td {
  background-color: #fff;
  position: relative;
  text-align: center;
  height: 36px;
  vertical-align: middle;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}
.com_week_schedule td .inner_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  line-height: 14px;
  font-size: 11px;
  letter-spacing: -0.22px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 35px;
}
.com_week_schedule td .inner_box.current {
  background: #DFF1FF;
  color: #0190FE;
}
.com_week_schedule td .inner_box.st-60 {
  height: 71px;
}
.com_week_schedule td .inner_box.st-90 {
  height: 107px;
}
.com_week_schedule td .inner_box.st-120 {
  height: 143px;
}
.com_week_schedule td .inner_box.st-150 {
  height: 179px;
}
.com_week_schedule td .inner_box.st-180 {
  height: 215px;
}

.com_calendar.datepicker {
  padding-bottom: 20px;
  border-bottom: 1px solid #D7D7D7;
  padding-inline: 20px;
}
.com_calendar.datepicker .inner_box {
  font-size: 11px;
  margin-top: 7px;
}
.com_calendar.datepicker .datepicker_expect {
  background-color: #CEF0DC;
}
.com_calendar.datepicker .datepicker_expect .inner_box {
  color: #00BC4B;
}
.com_calendar.datepicker .datepicker_done {
  background-color: #F1F2F4;
}
.com_calendar.datepicker .datepicker_done .inner_box {
  color: #6C6D74;
}
.com_calendar.datepicker .datepicker_today {
  background-color: #DFF1FF;
}
.com_calendar.datepicker .datepicker_today .inner_box {
  color: #0190FE;
}

.com_call_list li {
  padding: 15px 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  background: #F1F2F4;
  border-radius: 10px;
}
.com_call_list li + li {
  margin-top: 10px;
}
.com_call_list li .txt {
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.14px;
}
.com_call_list li .com_btn.col {
  width: 76px;
}

.com_select_hours {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(15, 1fr);
  border-right: 1px solid #D9DADC;
  border-bottom: 1px solid #D9DADC;
  text-align: center;
  margin-top: 16px;
}
.com_select_hours .day, .com_select_hours .time, .com_select_hours .chk {
  border-top: 1px solid #D9DADC;
  border-left: 1px solid #D9DADC;
  height: 40px;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  font-size: 16px;
  font-weight: 600;
}
.com_select_hours .chk {
  background-color: #0190FE;
}
.com_select_hours .chk.has_chk {
  background-color: #fff;
}
.com_select_hours_tip {
  color: #6C6D74;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  gap: 5px;
  margin-top: 12px;
}
.com_select_hours_tip .color {
  width: 15px;
  height: 16px;
  background-color: #0190FE;
}

.com_txt_list {
  padding: 25px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.com_txt_list li {
  padding: 20px;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  color: #6C6D74;
  letter-spacing: -0.14px;
  background: #F1F2F4;
  border-radius: 10px;
}
.com_txt_list li .date {
  line-height: 20px;
  color: #565656;
  letter-spacing: -0.14px;
}
.com_txt_list li .date .com_badge.first {
  margin-right: 10px;
}

.com_thumb_list {
  padding: 25px 20px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 20px;
  width: 100%;
}
.com_thumb_list > * {
  width: calc((100% - 20px * 1) / 2);
  min-width: calc((100% - 20px * 1) / 2);
}
.com_thumb_list.type_long {
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 10px;
  width: 100%;
}
.com_thumb_list.type_long > * {
  width: calc((100% - 10px * 1) / 2);
  min-width: calc((100% - 10px * 1) / 2);
}
.com_thumb_list.type_long .item {
  padding: 10px;
  min-height: 100px;
  background: #fff;
  border: 1px solid #D9DADC;
  border-radius: 10px;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.com_thumb_list.type_long .item .com_badge.first {
  bottom: 30px;
}
.com_thumb_list.type_long .item .thumb {
  border: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  min-width: 100%;
  aspect-ratio: auto;
}
.com_thumb_list.type_long .item .thumb > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.com_thumb_list.type_long .item .com_btn {
  position: absolute;
  top: 6px;
  right: 6px;
  border: 1px solid #D9DADC;
  background: #F1F2F4;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
}
.com_thumb_list.type_long .item .no_data {
  text-align: center;
  color: #E13B46;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  margin-top: -20px;
}
.com_thumb_list.type_long .item .date {
  margin-top: auto;
}
.com_thumb_list .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  width: calc(50% - 10px);
}
.com_thumb_list .item .thumb {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 153px;
  min-width: 100%;
  aspect-ratio: auto;
  border-radius: 15px 15px 0 0;
  border-bottom: 3px solid #FFC240;
}
.com_thumb_list .item .thumb > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.com_thumb_list .item .date {
  text-align: center;
  line-height: 18px;
  font-weight: 500;
  color: #6C6D74;
  letter-spacing: -0.14px;
}
.com_thumb_list .item .com_badge.first {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding-inline: 5px;
  width: auto;
}
.com_thumb_list .item .com_chk {
  justify-content: center;
}

.com_list {
  padding-bottom: 30px;
}
.com_list .item {
  border-bottom: 1px solid #D7D7D7;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 15px;
}
.com_list .item .txt_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
  width: 100%;
}
.com_list .item .img_area {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  aspect-ratio: auto;
}
.com_list .item .img_area > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.com_list .item .video_area {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 74px;
  min-width: 100px;
  aspect-ratio: auto;
  position: relative;
}
.com_list .item .video_area > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.com_list .item .video_area .svg_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.com_list .item .video_area:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.com_list .item .tit_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  width: 100%;
}
.com_list .item .tit_field .ellipsis {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: block;
  font-weight: 500;
}
.com_list .item .tit_field .comment_num {
  color: #E13B46;
  font-weight: 500;
}
.com_list .item .date_field {
  font-weight: 500;
  color: #6C6D74;
}
.com_list .item .date_field .txt:not(:last-child) {
  position: relative;
}
.com_list .item .date_field .txt:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 10px;
  background: #D7D7D7;
  cursor: default;
}
.com_list .item .q {
  padding-right: 40px;
}
.com_list + .com_btn__wrap.bottom {
  padding-top: 0;
}

.com_view .top {
  padding: 16px 20px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  line-height: 26px;
  gap: 10px;
  background: #F1F2F4;
}
.com_view .top .com_badge.first {
  width: 65px;
  line-height: 26px;
  font-size: 18px;
  border-radius: 30px;
}
.com_view .top .tit {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.4px;
}
.com_view .top .notice {
  text-align: center;
  font-size: 16px;
  color: #6C6D74;
  display: block;
  width: 100%;
  line-height: normal;
}
.com_view .view_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  padding: 20px 20px 5px 20px;
}
.com_view .view_info .date_field {
  font-weight: 500;
  color: #6C6D74;
}
.com_view .view_info .date_field .txt:not(:last-child) {
  position: relative;
}
.com_view .view_info .date_field .txt:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 10px;
  background: #D7D7D7;
  cursor: default;
}
.com_view .view_info .hit_field {
  color: #6C6D74;
  text-align: right;
}
.com_view .view_tit {
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #D7D7D7;
  font-size: 16px;
  font-weight: 700;
}
.com_view .view_tit__wrap {
  border-bottom: 1px solid #D7D7D7;
  display: -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;
  padding: 15px 20px 20px 20px;
}
.com_view .view_tit__wrap .btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 12px;
}
.com_view .view_tit__wrap .view_tit {
  border: none;
  padding: 0;
}
.com_view .view_box {
  padding: 20px;
  width: 100%;
  min-height: 400px;
}
.com_view .view_box img {
  max-width: 100%;
}
.com_view .view_box .video_area {
  position: relative;
}
.com_view .view_box .video_area iframe {
  aspect-ratio: 560/315;
  width: 100%;
}
.com_view .view_box .video_area .image {
  aspect-ratio: 560/315;
  width: 100%;
}
.com_view .view_box .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 2;
}
.com_view .view_box .btn_play .icon_play {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-size: cover;
}
.com_view .attachment_sec {
  border-top: 1px solid #D7D7D7;
  padding: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
.com_view .attachment_sec .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  width: 100%;
}
.com_view .attachment_sec .icon_download {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #D7D7D7;
  background-color: #F1F2F4;
  background-size: 14px auto;
}
.com_view .thumbs_up {
  text-align: center;
  margin-block: 20px;
}
.com_view .thumbs_up .chk {
  border-radius: 50px;
  border: 1px solid #D7D7D7;
  padding-inline: 20px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  margin-inline: auto;
  font-size: 18px;
  font-weight: 700;
  color: #6C6D74;
}
.com_view .thumbs_up .chk .svg_icon {
  margin-right: 10px;
}
.com_view .thumbs_up .chk .svg_icon.icon_thumbs_up {
  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='%23818181' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m7 11 4-9a3 3 0 0 1 3 3v4h5.66a2 2 0 0 1 2 2.3l-1.38 9a2 2 0 0 1-2 1.7H7m0-11v11m0-11H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h3'/%3E%3C/svg%3E");
}
.com_view .thumbs_up .chk.has_chk {
  color: #E13B46;
  border-color: #004279;
}
.com_view .thumbs_up .chk.has_chk .svg_icon.icon_thumbs_up {
  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='%23004279' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m7 11 4-9a3 3 0 0 1 3 3v4h5.66a2 2 0 0 1 2 2.3l-1.38 9a2 2 0 0 1-2 1.7H7m0-11v11m0-11H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h3'/%3E%3C/svg%3E");
}
.com_view .board_nav {
  border-top: 1px solid #D7D7D7;
}
.com_view .board_nav .item {
  border-bottom: 1px solid #D7D7D7;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  width: 100%;
}
.com_view .board_nav .item .tit_field {
  font-weight: 500;
  color: #6C6D74;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.com_view .board_nav .item .tit_field::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 10px;
  background: #D7D7D7;
  cursor: default;
}
.com_view .board_nav .item .board_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;
  max-width: calc(100% - 60px);
}
.com_view .board_nav .item .board_tit .ellipsis {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: block;
}
.com_view .board_nav .item .board_tit .comment_num {
  color: #E13B46;
}
.com_view .comment_sec {
  margin-bottom: 30px;
  border-block: 1px solid #D7D7D7;
}
.com_view .comment_sec .comment_write {
  padding: 15px 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.com_view .comment_sec .comment_write .notice_field .num {
  color: #004279;
  font-weight: 700;
}
.com_view .comment_sec .comment_write .textarea {
  height: 100px;
  font-size: 14px;
}
.com_view .comment_sec .comment_write .textarea::-webkit-input-placeholder {
  font-size: 14px;
}
.com_view .comment_sec .comment_write .textarea:-ms-input-placeholder {
  font-size: 14px;
}
.com_view .comment_sec .comment_write .textarea::-ms-input-placeholder {
  font-size: 14px;
}
.com_view .comment_sec .comment_write .textarea::placeholder {
  font-size: 14px;
}
.com_view .comment_sec .comment {
  padding-top: 5px;
  font-weight: 500;
}
.com_view .comment_sec .comment__wrap {
  border-top: 1px solid #D7D7D7;
  padding: 20px 20px;
}
.com_view .comment_sec .comment__wrap .reply_item:not(:last-child) {
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.com_view .comment_sec .comment__wrap .reply_item .reply_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;
}
.com_view .comment_sec .comment__wrap .reply_item .reply_info .txt {
  font-weight: 500;
  color: #6C6D74;
  display: -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_view .comment_sec .comment__wrap .reply_item .reply_info .txt:not(:last-child) {
  position: relative;
}
.com_view .comment_sec .comment__wrap .reply_item .reply_info .txt:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 10px;
  background: #D7D7D7;
  cursor: default;
}
.com_view .comment_sec .comment__wrap .reply_item.parent {
  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_view .comment_sec .comment__wrap .btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 12px;
  margin-left: auto;
}

.com_page_arrow {
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 12px;
  background: #F1F2F4;
}
.com_page_arrow .btn_prev,
.com_page_arrow .btn_next {
  position: relative;
  width: 24px;
  height: 24px;
  font-size: 0;
  color: transparent;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
}
.com_page_arrow .btn_prev:after,
.com_page_arrow .btn_next:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 7px;
  display: block;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_right_navy.png");
  width: 7px;
  min-width: 7px;
  height: 10px;
}
.com_page_arrow .btn_prev {
  margin-inline: -2px 0;
}
.com_page_arrow .btn_prev:after {
  left: 8px;
  transform: rotate(180deg);
}

.com_date_arrow {
  padding: 20px 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 15px;
}
.com_date_arrow .current {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.18px;
}
.com_date_arrow .btn_prev,
.com_date_arrow .btn_next {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 0;
  color: transparent;
  background: #fff;
  border: 1px solid #D9DADC;
  border-radius: 50%;
  overflow: hidden;
}
.com_date_arrow .btn_prev .icon_arrow_right,
.com_date_arrow .btn_next .icon_arrow_right {
  min-width: 7px;
  width: 7px;
  min-height: 14px;
  height: 14px;
}
.com_date_arrow .btn_prev .icon_arrow_right {
  transform: rotate(180deg);
}
.com_date_arrow .date_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_date_arrow .date_wrap .period {
  font-size: 12px;
}
.com_btn__wrap + .com_date_arrow {
  padding-top: 10px;
}

.com_table.alignC {
  margin-top: 5px;
}
.com_table.alignC th, .com_table.alignC td {
  height: 48px;
  font-size: 14px;
  text-align: center !important;
}
.com_table.alignC + .com_btn__wrap.bottom {
  padding: 20px;
}
.com_table th, .com_table td {
  border: 1px solid #D9DADC;
}
.com_table th:first-child, .com_table td:first-child {
  border-left: none;
}
.com_table th:last-child, .com_table td:last-child {
  border-right: none;
}
.com_table th {
  height: 39px;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.4px;
  color: #333;
  background-color: #F1F2F4;
  padding: 0.7em 0.3em;
  text-align: center;
}
.com_table td {
  position: relative;
  text-align: center;
  height: 36px;
  vertical-align: middle;
  padding: 10px;
  font-weight: normal;
  font-size: 14px;
}
.com_table td.alignC {
  text-align: center;
}
.com_table td.alignC .com_info_area {
  justify-content: center;
}
.com_table td.alignC .info {
  text-align: center;
  font-size: 11px;
}
.com_table td.alignC .com_btn.icon {
  margin: 0 auto 10px;
}
.com_table td .img_area {
  padding-top: 10px;
}
.com_table td .com_state {
  position: relative;
  float: right;
  right: 0;
  top: 0;
  margin-left: 5px;
}
.com_table td .com_state ~ .com_info_area {
  width: auto;
}
.com_table .request td, .com_table .request td * {
  color: #E13B46 !important;
}
.com_table__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
}

.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;
  gap: 10px;
  padding: 20px 20px;
  border-bottom: 1px solid #D7D7D7;
}
.com_board_search .input {
  height: 50px;
  font-weight: 400;
}
.com_board_search .com_btn {
  width: 80px;
  min-width: 80px;
  font-size: 18px;
}

.com_write {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex: 1;
  gap: 15px;
  min-height: calc(100vh - 70px - 40px);
  padding-block: 20px;
}
.com_write .tit_field {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.com_write .tit_field .icon_must {
  color: #E13B46;
  margin-left: 5px;
}
.com_write .tit_field .com_btn {
  margin-left: auto;
}
.com_write .textarea {
  flex: 1;
}
.com_write .com_btn__wrap.bottom {
  padding-top: 0;
}

.com_faq {
  padding-bottom: 30px;
}
.com_faq .item {
  border-bottom: 1px solid #D7D7D7;
  overflow: hidden;
}
.com_faq .item .tit_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 10px;
}
.com_faq .item .icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #004279;
  display: -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_faq .item .icon:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border: solid #FFC240;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  margin-bottom: 5px;
}
.com_faq .item.active .a {
  height: auto;
  visibility: visible;
  padding-block: 20px;
}
.com_faq .item.active .icon:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border: solid #FFC240;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
  margin-bottom: 0;
  margin-top: 5px;
}
.com_faq .com_badge {
  margin-bottom: 10px;
}
.com_faq .q {
  padding: 20px 20px;
  font-weight: 500;
  line-height: 1.4;
}
.com_faq .a {
  border-top: 1px solid #D7D7D7;
  line-height: 1.4;
  background: #F1F2F4;
  padding-inline: 20px;
  height: 0;
  visibility: hidden;
}

/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.com_info_write .block {
  padding-top: 30px;
}
.com_info_write .block.divider {
  border-top: 1px solid #333;
  margin-top: 30px;
}
.com_info_write .tit_field {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_info_write .tit_field + .info_field {
  margin-top: 15px;
}
.com_info_write .tit_field.alignL {
  justify-content: flex-start;
  gap: 20px;
}
.com_info_write .tit_field .com_chk {
  gap: 3px;
  font-size: 14px;
}
.com_info_write .info_field {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  color: #6C6D74;
}
.com_info_write .info_field.profile_field {
  align-items: flex-end;
}
.com_info_write .info_field.profile_field .profile {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  aspect-ratio: auto;
  border-radius: 10px;
  border: 1px solid #D7D7D7;
}
.com_info_write .info_field.profile_field .profile > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.com_info_write .info_field.profile_field .com_btn {
  flex: 1;
}
.com_info_write .info_field .alignR {
  text-align: right !important;
}
.com_info_write .info_field.location_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.com_info_write .info_field.location_field .btn {
  height: 50px;
  border-radius: 10;
  background: #F1F2F4;
  font-size: 18px;
  font-weight: 600;
  color: #002B5C;
  display: -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;
  min-width: calc((100% - 10px) / 2);
  border-radius: 10px;
  padding-inline: 18px;
  gap: 10px;
  white-space: nowrap;
}
.com_info_write .info_field.location_field .btn .icon_close {
  width: 14px;
  min-width: 14px;
  height: 14px;
}
.com_info_write .com_red_txt {
  font-size: 16px;
}
.com_info_write .com_chk {
  font-size: 18px;
  color: #6C6D74;
  font-weight: 600;
}
.com_info_write .list_input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.com_info_write .list_input .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.com_info_write .list_input .item .input_tit {
  min-width: 125px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  position: relative;
}
.com_info_write .list_input .item .input_tit::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3px;
  min-width: 3px;
  height: 3px;
  margin-right: 7px;
  background: #333;
  border-radius: 3px;
  vertical-align: middle;
  cursor: default;
}
.com_info_write_notice {
  margin-top: 20px;
  text-align: center;
}
.com_info_write_notice img {
  max-width: 90%;
}
.com_info_write_notice .txt1 {
  margin-top: 20px;
  color: #6C6D74;
}
.com_info_write_notice .txt2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #002B5C;
  margin-top: 6px;
}
.com_info_write_notice .txt2 .point {
  color: #0190FE;
}

.com_input_box {
  height: 60px;
  border: 1px solid #D9DADC;
  border-radius: 10px;
  padding-inline: 14px;
  color: #6C6D74;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  overflow: hidden;
  gap: 5px;
}
.com_input_box input[type=number], .com_input_box input[type=text] {
  border: none;
  padding: 0;
  border-radius: 0;
}

.com_agree {
  padding-block: 30px;
  border-bottom: 1px solid #333;
}
.com_agree .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 10px;
}
.com_agree .item:not(:last-child) {
  margin-bottom: 13px;
}
.com_agree .item .com_chk {
  font-size: 16px;
}
.com_agree .item .com_chk:before {
  border: none;
}
.com_agree .item .com_chk.has_chk:before {
  background-color: transparent;
}
.com_agree .btn {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border: solid #6C6D74;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.com_agree .all {
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.com_agree .all .com_chk {
  font-size: 18px;
  font-weight: 600;
}

.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: 60px;
}
@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;
}