@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Thin.woff2) format("woff2"), url(../../common/fonts/Pretendard-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-ExtraLight.woff2) format("woff2"), url(../../common/fonts/Pretendard-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Light.woff2) format("woff2"), url(../../common/fonts/Pretendard-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Regular.woff2) format("woff2"), url(../../common/fonts/Pretendard-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Medium.woff2) format("woff2"), url(../../common/fonts/Pretendard-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-SemiBold.woff2) format("woff2"), url(../../common/fonts/Pretendard-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Bold.woff2) format("woff2"), url(../../common/fonts/Pretendard-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-ExtraBold.woff2) format("woff2"), url(../../common/fonts/Pretendard-ExtraBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Black.woff2) format("woff2"), url(../../common/fonts/Pretendard-Black.woff) format("woff");
  font-display: swap;
}
html {
  /* Prevent font scaling in landscape */
  -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none; /*Firefox*/
  -ms-text-size-adjust: none; /*Ie*/
  -o-text-size-adjust: none; /*old versions of Opera*/
}

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

*,
*::before,
*::after {
  letter-spacing: -0.02em;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100vh;
  -webkit-text-size-adjust: none;
  /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none;
  /*Firefox*/
  -ms-text-size-adjust: none;
  /*Ie*/
  -o-text-size-adjust: none;
  /*old versions of Opera*/
}

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

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

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

a,
img {
  border: none;
}

img {
  max-width: 100%;
}

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

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
  -webkit-text-fill-color: inherit;
}

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

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

input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
input[type=search],
select,
textarea {
  box-sizing: border-box;
  color: #000;
  font-size: 13px;
  background: #fff;
  vertical-align: middle;
  height: 40px;
  min-height: 40px;
  padding-inline: 14px;
  border-radius: 5px;
  border: solid 1px #e7e8ef;
  width: 100%;
}

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

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

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

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

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

input[type=search] {
  padding-inline: 12px 10px;
  height: 40px;
  border: 1px solid #e7ecf0;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

i {
  font-style: normal;
}

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

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

th {
  text-align: center;
}

td {
  text-align: left;
}

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

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

button:disabled {
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

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

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

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

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

input:focus {
  outline: none;
}

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

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

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

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

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

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

textarea {
  line-height: 1.5;
}

textarea {
  resize: none;
}

img {
  border: 0;
  vertical-align: middle;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
}

main,
section,
article {
  display: block;
}

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

address {
  font-style: normal;
}

.u-color-point {
  color: #1e6ece !important;
}

.u-color-blue {
  color: #1e6ece !important;
}

.u-color-red {
  color: #f4464b !important;
}

.u-bold {
  font-weight: 600;
}

.u-underline {
  text-decoration: underline;
}

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

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

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

.u-mgb-10 {
  margin-bottom: 10px;
}

.u-p-0 {
  padding: 0 !important;
}

.u-py-20 {
  padding-block: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-divider {
  display: block;
  border-bottom: 1px solid #e7ecf0;
}

.u-ta-center {
  text-align: center !important;
}

.u-container-x {
  padding-inline: 17px;
}

.u-container-y {
  padding-block: 20px;
}

.svg-icon {
  transition: all 0.2s;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
.svg-icon.icon-bar {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 12h16M4 6h16M4 18h16'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-push {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M16.192 11.782c0 2.076 1.007 2.79 2.558 3.968h-18c1.55-1.177 2.558-1.878 2.558-3.968V7.179C3.308 3.647 6.198.75 9.75.75c3.539 0 6.442 2.897 6.442 6.429zM6.75 18.68h6'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-new {
  display: inline-block;
  width: 5px;
  min-width: 5px;
  height: 6px;
  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='5' height='6' fill='none' viewBox='0 0 5 6'%3E%3Cpath fill='%23fff' d='M5 6H3.924L1.29 2.188h-.05V6H0V0h1.093l2.616 3.812h.058V0H5z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-home {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23444' d='M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1m-6-2h5V9.158l-6-5.455-6 5.455V19h5v-6h2z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-booking {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23444' d='M7 3V1h2v2h6V1h2v2h4a1 1 0 0 1 1 1v5h-2V5h-3v2h-2V5H9v2H7V5H4v14h6v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm10 9a4 4 0 1 0 0 8 4 4 0 0 0 0-8m-6 4a6 6 0 1 1 12 0 6 6 0 0 1-12 0m5-3v3.414l2.293 2.293 1.414-1.414L18 15.586V13z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-chat {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23444' d='M7.291 20.824 2 22l1.176-5.291A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10a9.96 9.96 0 0 1-4.709-1.176m.29-2.113.653.35A7.96 7.96 0 0 0 12 20a8 8 0 1 0-8-8c0 1.335.325 2.617.94 3.766l.349.653-.655 2.947zM7 12h2a3 3 0 1 0 6 0h2a5 5 0 0 1-10 0'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-my {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23444' d='M12 14v2a6 6 0 0 0-6 6H4a8 8 0 0 1 8-8m0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6m0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m2.595 7.811a3.5 3.5 0 0 1 0-1.622l-.992-.573 1-1.732.992.573A3.5 3.5 0 0 1 17 14.645V13.5h2v1.145c.532.158 1.012.44 1.405.812l.992-.573 1 1.732-.991.573a3.5 3.5 0 0 1 0 1.622l.991.573-1 1.732-.992-.573a3.5 3.5 0 0 1-1.405.812V22.5h-2v-1.145a3.5 3.5 0 0 1-1.405-.812l-.992.573-1-1.732zM18 19.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-del {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m.818 14.752 13.93-14M14.678 14.752.748.752'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-prev {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.334 3.333 6.667 10l6.667 6.667'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-eye {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8'/%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-eye-close {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9 9 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a2.998 2.998 0 0 1-5.194-2.098A3 3 0 0 1 9.88 9.88M1 1l22 22'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-must {
  display: inline-block;
  width: 7px;
  min-width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' fill='none' viewBox='0 0 7 7'%3E%3Cpath fill='%23f4464b' d='m2.758 7 .141-2.477L.76 5.883 0 4.626l2.28-1.118L0 2.373l.76-1.255L2.9 2.477 2.758 0H4.26L4.12 2.477l2.139-1.36L7 2.374 4.737 3.51 7 4.627l-.742 1.255-2.14-1.359L4.26 7z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-download {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14 10v2.667A1.334 1.334 0 0 1 12.667 14H3.333A1.334 1.334 0 0 1 2 12.667V10M4.666 6.667 7.999 10l3.334-3.333M8 10V2'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-add {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  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' fill='none' viewBox='0 0 18 18'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.75 16.75v-16M16.75 8.75h-16'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-time {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  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' fill='none' viewBox='0 0 18 18'%3E%3Cg stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M9 16.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15'/%3E%3Cpath d='M9 4.5V9l3 1.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-search {
  display: inline-block;
  width: 15px;
  min-width: 15px;
  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='15' height='14' fill='none' viewBox='0 0 15 14'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6.148 11.546a5.398 5.398 0 1 0 0-10.796 5.398 5.398 0 0 0 0 10.796M10.273 9.86l3.257 3.256'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-toggle {
  display: inline-block;
  width: 11px;
  min-width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none' viewBox='0 0 11 11'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.083 5.728 5.416.75.75 5.728'/%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.083 10.083 5.416 5.105.75 10.083'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-user {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.334 14v-1.333A2.667 2.667 0 0 0 10.667 10H5.334a2.667 2.667 0 0 0-2.667 2.667V14M8 7.333A2.667 2.667 0 1 0 8 2a2.667 2.667 0 0 0 0 5.333'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-edit {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23444' stroke-linejoin='round' stroke-width='1.2' d='M5.677 13.53h7.596M1.575 8.044a1.497 1.497 0 0 0 0 2.123L4.5 13.092c.589.589 1.54.589 2.123 0l1.64-1.64-5.047-5.049z'/%3E%3Cpath stroke='%23444' stroke-linejoin='round' stroke-width='1.2' d='M8.483 1.137 3.216 6.404l5.048 5.054-5.048-5.054 5.048 5.054 5.267-5.274z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-trash {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M3.415 4.117h9.176v8.131c0 .97-.816 1.751-1.828 1.751h-5.52c-1.012 0-1.828-.781-1.828-1.75z'/%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M6.237 4.118v-.892C6.237 2.55 6.77 2 7.422 2h1.16c.653 0 1.185.55 1.185 1.226v.892M2.355 4.117H13.65M6.59 6.236v5.647M9.413 6.236v5.647'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-arrow-right {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.334 8h9.333M8 3.333 12.667 8 8 12.667'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-ellipsis {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23444' d='M8.213 9.334a1 1 0 1 0 0-2 1 1 0 0 0 0 2M12.88 9.334a1 1 0 1 0 0-2 1 1 0 0 0 0 2M3.547 9.334a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-setting {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cg stroke='%23444' stroke-linecap='round' stroke-linejoin='round' clip-path='url(%23a)'%3E%3Cpath stroke-width='1.5' d='M10 12.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5'/%3E%3Cpath stroke-width='1.2' d='M16.167 12.5a1.375 1.375 0 0 0 .275 1.517l.05.05a1.667 1.667 0 1 1-2.358 2.358l-.05-.05a1.375 1.375 0 0 0-1.517-.275 1.38 1.38 0 0 0-.833 1.258v.142a1.666 1.666 0 1 1-3.333 0v-.075a1.375 1.375 0 0 0-.9-1.258 1.375 1.375 0 0 0-1.517.275l-.05.05a1.666 1.666 0 0 1-2.847-1.18 1.67 1.67 0 0 1 .489-1.179l.05-.05a1.375 1.375 0 0 0 .275-1.516 1.38 1.38 0 0 0-1.259-.834h-.141a1.667 1.667 0 1 1 0-3.333h.075a1.375 1.375 0 0 0 1.258-.9 1.375 1.375 0 0 0-.275-1.517l-.05-.05a1.667 1.667 0 1 1 2.358-2.358l.05.05a1.375 1.375 0 0 0 1.517.275h.067a1.38 1.38 0 0 0 .833-1.258V2.5a1.667 1.667 0 0 1 3.333 0v.075a1.38 1.38 0 0 0 .834 1.258 1.375 1.375 0 0 0 1.516-.275l.05-.05a1.667 1.667 0 1 1 2.359 2.359l-.05.05a1.38 1.38 0 0 0-.275 1.516V7.5a1.38 1.38 0 0 0 1.258.833h.142a1.667 1.667 0 1 1 0 3.334h-.075a1.38 1.38 0 0 0-1.259.833'/%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-photo {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17.145 9.102c0 .778-.628 1.406-1.406 1.406a1.404 1.404 0 0 1-1.407-1.406c0-.779.628-1.407 1.406-1.407.78 0 1.407.628 1.407 1.407'/%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.563 2H4.057A2.057 2.057 0 0 0 2 4.057v15.518c0 1.136.921 2.057 2.057 2.057h15.506a2.057 2.057 0 0 0 2.057-2.058V4.058A2.057 2.057 0 0 0 19.563 2'/%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m21.62 12.078-3.94 3.742a2.31 2.31 0 0 1-3.138.035l-6.207-5.59a2.324 2.324 0 0 0-3.336.255L2 14.193'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-send {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M22 2 11 13M22 2l-7 20-4-9-9-4z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-pen {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23444' d='M11.334.586 9.822 2.098l4.062 4.063 1.513-1.513a2 2 0 0 0 0-2.828L14.165.586a2 2 0 0 0-2.828 0zM9.115 2.805l-7.284 7.287a2.8 2.8 0 0 0-.694 1.169L.031 15.02a.75.75 0 0 0 .928.934l3.76-1.107a2.8 2.8 0 0 0 1.168-.693l7.29-7.288z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-home.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%236e6e6f' d='M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1m-6-2h5V9.158l-6-5.455-6 5.455V19h5v-6h2z'/%3E%3C/svg%3E");
}
.svg-icon.icon-home.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%231e6ece' d='M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1m-6-2h5V9.158l-6-5.455-6 5.455V19h5v-6h2z'/%3E%3C/svg%3E");
}
.svg-icon.icon-home.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%236e6e6f' d='M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1m-6-2h5V9.158l-6-5.455-6 5.455V19h5v-6h2z'/%3E%3C/svg%3E");
}
.svg-icon.icon-home.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%231e6ece' d='M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1m-6-2h5V9.158l-6-5.455-6 5.455V19h5v-6h2z'/%3E%3C/svg%3E");
}
.svg-icon.icon-home.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%236e6e6f' d='M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1m-6-2h5V9.158l-6-5.455-6 5.455V19h5v-6h2z'/%3E%3C/svg%3E");
}
.svg-icon.icon-home.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%231e6ece' d='M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1m-6-2h5V9.158l-6-5.455-6 5.455V19h5v-6h2z'/%3E%3C/svg%3E");
}
.svg-icon.icon-home.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%236e6e6f' d='M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1m-6-2h5V9.158l-6-5.455-6 5.455V19h5v-6h2z'/%3E%3C/svg%3E");
}
.svg-icon.icon-home.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%231e6ece' d='M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1m-6-2h5V9.158l-6-5.455-6 5.455V19h5v-6h2z'/%3E%3C/svg%3E");
}
.svg-icon.icon-eye.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8'/%3E%3Cpath stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}
.svg-icon.icon-user.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.334 14v-1.333A2.667 2.667 0 0 0 10.667 10H5.334a2.667 2.667 0 0 0-2.667 2.667V14M8 7.333A2.667 2.667 0 1 0 8 2a2.667 2.667 0 0 0 0 5.333'/%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='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23aaa' stroke-linejoin='round' stroke-width='1.2' d='M5.677 13.53h7.596M1.575 8.044a1.497 1.497 0 0 0 0 2.123L4.5 13.092c.589.589 1.54.589 2.123 0l1.64-1.64-5.047-5.049z'/%3E%3Cpath stroke='%23aaa' stroke-linejoin='round' stroke-width='1.2' d='M8.483 1.137 3.216 6.404l5.048 5.054-5.048-5.054 5.048 5.054 5.267-5.274z'/%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='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M3.415 4.117h9.176v8.131c0 .97-.816 1.751-1.828 1.751h-5.52c-1.012 0-1.828-.781-1.828-1.75z'/%3E%3Cpath stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M6.237 4.118v-.892C6.237 2.55 6.77 2 7.422 2h1.16c.653 0 1.185.55 1.185 1.226v.892M2.355 4.117H13.65M6.59 6.236v5.647M9.413 6.236v5.647'/%3E%3C/svg%3E");
}
.svg-icon.icon-photo.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%237A7F83' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17.145 9.102c0 .778-.628 1.406-1.406 1.406a1.404 1.404 0 0 1-1.407-1.406c0-.779.628-1.407 1.406-1.407.78 0 1.407.628 1.407 1.407'/%3E%3Cpath stroke='%237A7F83' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.563 2H4.057A2.057 2.057 0 0 0 2 4.057v15.518c0 1.136.921 2.057 2.057 2.057h15.506a2.057 2.057 0 0 0 2.057-2.058V4.058A2.057 2.057 0 0 0 19.563 2'/%3E%3Cpath stroke='%237A7F83' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m21.62 12.078-3.94 3.742a2.31 2.31 0 0 1-3.138.035l-6.207-5.59a2.324 2.324 0 0 0-3.336.255L2 14.193'/%3E%3C/svg%3E");
}
.svg-icon.icon-pen.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23AFB9C0' d='M11.334.586 9.822 2.098l4.062 4.063 1.513-1.513a2 2 0 0 0 0-2.828L14.165.586a2 2 0 0 0-2.828 0zM9.115 2.805l-7.284 7.287a2.8 2.8 0 0 0-.694 1.169L.031 15.02a.75.75 0 0 0 .928.934l3.76-1.107a2.8 2.8 0 0 0 1.168-.693l7.29-7.288z'/%3E%3C/svg%3E");
}

.png-icon {
  vertical-align: top;
  font-size: 0;
}
.png-icon.icon_new {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_new.png);
  width: 14px;
  min-width: 14px;
  height: 14px;
}
.png-icon.icon_done {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_done.png);
  width: 14px;
  min-width: 14px;
  height: 14px;
}
.png-icon.icon_new_square {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_new_square.png);
  width: 33px;
  min-width: 33px;
  height: 17px;
}

/*!스크롤*/
.scroll {
  overflow: auto;
}
.scroll::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border: 4px solid transparent;
  border-radius: 10px;
  background-clip: padding-box;
}
.scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}
.scroll::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.08);
}

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

.loading-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  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;
  display: none;
  z-index: 9999;
  gap: 25px;
  color: #fff;
  font-size: 18px;
}
.loading-layer.active {
  display: flex;
}
.loading-layer .spinner {
  display: -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;
}
.loading-layer .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 5px;
  animation: pulse 1s infinite ease-in-out;
}
.loading-layer .dot1 {
  animation-delay: 0s;
}
.loading-layer .dot2 {
  animation-delay: 0.33s;
}
.loading-layer .dot3 {
  animation-delay: 0.66s;
}
@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
}

a.btn:hover {
  cursor: pointer;
}

.btn {
  padding: 0 10px;
  border-radius: 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;
  letter-spacing: normal;
  box-sizing: border-box;
  line-height: initial;
  word-break: keep-all;
  font-weight: 600;
  gap: 5px;
  position: relative;
}
.btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 9px;
}
.btn__wrap--bottom {
  padding-top: 30px;
}
.btn__wrap--col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.btn__wrap--col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px 7px;
  width: 100%;
}
.btn__wrap--col2 > * {
  width: calc((100% - 7px * 1) / 2);
  min-width: calc((100% - 7px * 1) / 2);
}
.btn__wrap--write {
  padding-block: 20px;
  text-align: center;
}
.btn__wrap--write .btn {
  width: 86px;
}
.btn--full {
  width: 100%;
  min-width: 100%;
}
.btn--extend {
  flex: 1;
}
.btn--point {
  background: linear-gradient(90deg, #2d94cf 0%, #1e6ece 100%);
  color: #fff;
}
.btn--kakao {
  background: #392020;
  color: #fff;
}
.btn--big {
  height: 50px;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}
.btn--big .icon_done,
.btn--big .icon_new {
  top: 3px;
}
.btn--m {
  height: 46px;
  font-size: 16px;
}
.btn--s {
  height: 40px;
  font-size: 14px;
  border-radius: 6px;
}
.btn--xs {
  height: 32px;
  font-size: 13px;
  border-radius: 6px;
}
.btn--xxs {
  height: 28px;
  font-size: 13px;
  border-radius: 6px;
}
.btn--xxxs {
  height: 24px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 6px;
  padding-inline: 10px;
}
.btn--min-w {
  width: 100px;
  min-width: 100px;
}
.btn--line {
  background: #eaf6ff;
  border: 1px solid #bbdcf5;
  color: #1e6ece;
}
.btn--line.btn--gray {
  border-color: #e7ecf0;
  background: #eef2f6;
  color: #111;
}
.btn--line.btn--white {
  border-color: #e7ecf0;
  background: #fff;
  color: #111;
}
.btn--txt {
  padding: 0;
  background: none;
  text-decoration: underline;
}
.btn--txt.btn--point {
  color: #1e6ece;
}
.btn--oval {
  border-radius: 30px;
}
.btn .icon_done,
.btn .icon_new {
  position: absolute;
  right: 3px;
  top: 7px;
}
.btn--addimg {
  position: absolute;
  top: 10px;
  right: 0;
}

.btn-member-leave {
  position: absolute;
  right: 17px;
  top: 75px;
}

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

.tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  white-space: nowrap;
  flex: 1;
  border-bottom: 1px solid #e7ecf0;
  padding-block: 15px;
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  background: #f7f9fb;
  z-index: 2;
}
.tab.is-active {
  border-bottom: 2px solid #1e6ece;
}
.tab__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.tab__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;
  background: #f7f9fb;
  position: relative;
}
.tab__wrap:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  text-align: center;
  line-height: 1px;
  background-color: #e7ecf0;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tab__contents {
  display: none;
}
.tab__contents.is-active {
  display: block;
}

.tab--box {
  border-radius: 6px;
  background: #e7ecf0;
  height: 40px;
  padding-inline: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}
.tab--box--s {
  height: 32px;
  font-weight: 400;
  font-size: 13px;
}
.tab--box.is-active {
  color: #fff;
  background: linear-gradient(90deg, #2d94cf 0%, #1e6ece 100%);
}

.tabmenu {
  padding: 20px 17px;
  display: flex;
  flex-wrap: wrap;
  background-color: #f7f9fb;
  border-bottom: 1px solid #e7ecf0;
}
.tabmenu__4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 5px;
  width: 100%;
}
.tabmenu__4 > * {
  width: calc((100% - 5px * 3) / 4);
  min-width: calc((100% - 5px * 3) / 4);
}
.tabmenu__4 > * {
  flex: 0 0 calc((100% - 15px) / 4);
}

.chk {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  gap: 5px;
  cursor: pointer;
  line-height: initial;
}
.chk .chk__input-text {
  margin-left: 20px;
}
.chk__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.chk__wrap.col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px 0px;
  width: 100%;
}
.chk__wrap.col1 > * {
  width: calc((100% - 0px * 0) / 1);
  min-width: calc((100% - 0px * 0) / 1);
}
.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: 9px 9px;
  width: 100%;
}
.chk__wrap.col2 > * {
  width: calc((100% - 9px * 1) / 2);
  min-width: calc((100% - 9px * 1) / 2);
}
.chk input[type=checkbox],
.chk input[type=radio] {
  display: inline-block;
  padding-right: 0;
  height: 18px;
}
.chk input[type=checkbox]::before,
.chk input[type=radio]::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/chk_off.png") no-repeat center/18px auto;
  border-radius: 2px;
  cursor: pointer;
  vertical-align: -4px;
}
.chk input[type=checkbox]:checked::before,
.chk input[type=radio]:checked::before {
  background: url("../img/chk_on.png") no-repeat center/18px auto;
  border-color: #1e6ece;
}
.chk input[type=checkbox]:disabled,
.chk input[type=radio]:disabled {
  opacity: 0.4;
}
.chk--big-txt {
  font-size: 14px;
}

.chk--circle {
  position: relative;
  margin: 0;
}
.chk--circle input::before {
  background-image: url("../img/radio_off.png") !important;
  border: 0;
}
.chk--circle input:checked::before {
  background-image: url("../img/radio_on.png") !important;
  background-size: 18px auto;
}

.chk--check {
  position: relative;
  margin: 0;
}
.chk--check input[type=checkbox]::before,
.chk--check input[type=radio]::before {
  background-image: url("../img/checkbox.png");
  border: 0;
}
.chk--check input[type=checkbox]:checked::before,
.chk--check input[type=radio]:checked::before {
  background-image: url("../img/checkbox_on.png");
  background-size: 18px auto;
}

.chk--btn__display {
  height: 40px;
  padding-inline: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  font-weight: 500;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  background: #eef2f6;
  border: 1px solid #e7ecf0;
  border-radius: 6px;
  cursor: pointer;
  line-height: initial;
  width: 100%;
}
.chk--btn.has-chk input:checked + .chk--btn__display {
  position: relative;
}
.chk--btn.has-chk input:checked + .chk--btn__display:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/checkbox_on.png);
  width: 18px;
  min-width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
}
.chk--btn.has-circle input + .chk--btn__display {
  position: relative;
}
.chk--btn.has-circle input + .chk--btn__display:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/radio_off.png);
  width: 18px;
  min-width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
}
.chk--btn.has-circle input:checked + .chk--btn__display:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/radio_on.png);
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.chk--btn.has-textarea textarea {
  display: none;
  height: 100px;
  min-height: 100px;
}
.chk--btn.has-textarea.is-textarea-show {
  padding-inline: 10px;
  padding-bottom: 10px;
  background-color: #eaf6ff;
  border: 1px solid #bbdcf5;
  border-radius: 6px;
}
.chk--btn.has-textarea.is-textarea-show textarea {
  display: block;
}
.chk--btn.has-textarea.is-textarea-show .chk--btn__display {
  border: none;
  padding-inline: 0;
}
.chk--btn.has-textarea.is-textarea-show .chk--btn__display::before {
  left: 0 !important;
}
.chk--btn input {
  display: none;
}
.chk--btn input:checked + .chk--btn__display {
  border-color: #bbdcf5;
  color: #1e6ece;
  background-color: #eaf6ff;
}
.chk--btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 9px;
}
.chk--btn__wrap .chk--btn {
  flex: 1;
}

.chk--icon-btn__display {
  border-radius: 10px;
  border: 1px solid #e7ecf0;
  padding-block: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.chk--icon-btn__display img {
  width: 110px;
}
.chk--icon-btn input:checked + .chk--icon-btn__display {
  border: 2px solid #1e6ece;
  background: #eaf6ff;
}
.chk--icon-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: 11px 11px;
  width: 100%;
}
.chk--icon-btn__wrap > * {
  width: calc((100% - 11px * 1) / 2);
  min-width: calc((100% - 11px * 1) / 2);
}

.chk-box {
  border-radius: 6px;
  background: #eef2f6;
  padding: 11px;
}

.chk--like {
  background-color: #eef2f6;
  border: 1px solid #eef2f6;
  width: 95px;
  height: 36px;
  border-radius: 36px;
  font-size: 14px;
  color: #111;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  padding-top: 2px;
  gap: 10px;
  cursor: pointer;
}
.chk--like input[type=checkbox]:before {
  cursor: pointer;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_like_off.png);
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.chk--like input[type=checkbox]:checked:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_like_on.png);
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.chk--like:has(input:checked) {
  border-color: #edc0c0;
  background-color: #fddcdc;
}

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

.control__year {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
  border-bottom: 1px solid #e7ecf0;
  width: calc(100% + 34px);
  min-width: calc(100% + 34px);
  margin-left: -17px;
  padding-bottom: 15px;
}
.control__year__btn--next {
  transform: rotate(180deg);
}

.control__month {
  display: -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%;
  width: calc(100% + 34px);
  min-width: calc(100% + 34px);
  margin-left: -17px;
  padding: 20px 17px;
  border-bottom: 1px solid #e7ecf0;
}
.control__month > * {
  width: calc((100% - 5px * 5) / 6);
  min-width: calc((100% - 5px * 5) / 6);
}
.control__month__display {
  border-radius: 6px;
  background: #e7ecf0;
  height: 32px;
  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;
}
.control__month__chk input {
  display: none !important;
}
.control__month__chk input:checked + .control__month__display {
  color: #fff;
  background: linear-gradient(90deg, #2d94cf 0%, #1e6ece 100%);
}

.custom-slide-button-next,
.custom-slide-button-prev {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 22.5px;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.custom-slide-button-next:before,
.custom-slide-button-prev:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../img/svg/icon-prev.svg) no-repeat;
  background-size: 25px 25px;
}
.custom-slide-button-next.swiper-button-disabled:before,
.custom-slide-button-prev.swiper-button-disabled:before {
  opacity: 0.3;
}

.custom-slide-button-next {
  left: auto;
  right: -50px;
}
.custom-slide-button-next:before {
  transform: rotate(180deg);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 100;
  display: none;
}
.popup.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.popup__bg-close {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup__container {
  position: relative;
  background: #fff;
  width: calc(100% - 35px);
  margin-inline: auto;
  z-index: 101;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(31, 39, 62, 0.24);
  max-width: calc(100% - 35px);
  padding-top: 20px;
}
.popup__container--l {
  width: 900px;
}
.popup__container--m {
  width: 750px;
}
.popup__container--sm {
  width: 420px;
}
.popup__content {
  padding: 10px 20px 20px;
  max-height: calc(93vh - 120px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #999; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
  text-align: left;
}
.popup__content::-webkit-scrollbar {
  /*스크롤바*/
  width: 6px;
  height: 6px;
}
.popup__content::-webkit-scrollbar-button {
  /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.popup__content::-webkit-scrollbar-thumb {
  /*스크롤바 핸들*/
  background-color: #999;
  background-clip: padding-box;
  border-radius: 6px;
}
.popup__content::-webkit-scrollbar-track {
  /*스크롤바 진행줄*/
  background-color: none;
}
.popup__content::-webkit-scrollbar-track-piece {
  /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: none;
}
.dark .popup__content {
  scrollbar-highlight-color: #6b6b6b;
}
.dark .popup__content::-webkit-scrollbar-thumb {
  /*스크롤바 핸들*/
  background-color: #6b6b6b;
}
.dark .popup__content::-webkit-scrollbar-track-piece {
  /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: #6b6b6b;
}
.popup__btns {
  position: relative;
  padding: 10px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.popup__tit {
  padding: 0 17px 10px;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
}
.popup__close {
  position: absolute;
  top: 15px;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  background: url(../img/icon_del.png) no-repeat;
  background-size: 13px 13px;
}
.popup.type-alert .popup__container {
  padding-top: 40px;
}
@media screen and (min-width: 1023.9px) {
  .popup.type-alert .popup__container {
    width: 340px;
  }
}
.popup.type-alert .popup__alert__txt {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 20px;
}
.popup.type-full .popup__container {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  border-radius: 0;
  max-width: none;
  padding-top: 0;
}
.popup.type-full .popup__content {
  height: calc(var(--vh, 1vh) * 100 - 55px - 70px);
  max-height: none;
  padding-top: 20px;
}
.popup.type-full .popup__close {
  background-image: url(../img/svg/icon-prev.svg);
  background-size: 20px 20px;
  left: 17px;
}
.popup.type-full .popup__tit {
  border-bottom: 1px solid #e7ecf0;
  background: #f7f9fb;
  height: 55px;
  display: -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;
  padding-left: 47px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 0;
}

.pop-leave {
  position: absolute;
  top: 45px;
  right: 17px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 6px;
  display: none;
}
.pop-leave.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.pop-leave .btn--leave {
  background-color: #f7f9fb;
  font-weight: 400;
}

.pop-record-detail {
  top: auto;
  bottom: 0;
  height: auto;
}
.pop-record-detail.is-active {
  display: block;
}
.pop-record-detail .popup__bg-close {
  background-color: transparent;
}
.pop-record-detail__container {
  position: relative;
  z-index: 101;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 15px 17px;
}
.pop-record-detail__head {
  display: -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-bottom: 10px;
  border-bottom: 1px solid #e7ecf0;
  color: #565656;
  font-size: 13px;
}
.pop-record-detail__head--homework {
  border-bottom: 0;
  padding-bottom: 0;
}
.pop-record-detail__head--homework .btn-homework {
  width: 75px;
  margin-left: auto;
}
.pop-record-detail__number {
  font-size: 14px;
  color: #000;
}
.pop-record-detail__addfile {
  margin-left: auto;
}
.pop-record-detail__body {
  font-size: 14px;
  color: #111;
}
.pop-record-detail__textarea {
  border: none;
  min-height: auto;
  height: 50px;
  margin-block: 10px;
  padding: 0;
}
.pop-record-detail__textarea--homework {
  min-height: 100px;
  border: 1px solid #e7ecf0;
  padding: 10px;
}
.pop-record-detail__desc {
  padding-block: 10px;
}
.pop-record-detail__files {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.pop-record-detail__file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  height: 29px;
  padding-inline: 10px;
  border-radius: 5px;
  background-color: #eaf6ff;
  color: #000;
  font-size: 13px;
}
.pop-record-detail__file .icon-del-file {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_del_file.png);
  width: 14px;
  min-width: 14px;
  height: 14px;
}
.pop-record-detail__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
}

main {
  min-height: 70vh;
}

.layout--center {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 17px;
}
@media screen and (min-width: 800px) {
  .layout--center--pc {
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
  }
}

.layout-container {
  padding-top: 75px;
  width: 100%;
  position: relative;
}
.layout-container.none-head {
  padding-top: 20px;
}
.layout-container.none-pdt {
  padding-top: 55px;
}

.has-bottom-nav {
  padding-bottom: 84px;
}

.layout-h-full {
  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;
  min-height: calc(var(--vh, 1vh) * 100);
}
.layout-h-full > * {
  align-self: stretch;
}
.layout-h-full > .layout-h-full__bottom {
  margin-top: auto;
  padding-bottom: 20px;
}

.layout-flex--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.layout-flex--col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}

.layout-col-gap-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}

.head {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 4;
  background: #fff;
}
.head__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  height: 55px;
  position: relative;
}
.head__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
}
.head.show-pg-tit .head__logo {
  display: none;
}
.head.show-pg-tit .head__pg-tit__wrap {
  display: block;
}
.head.show-btns .head__btns {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.head.hide-head {
  display: none;
}
.head__push {
  position: relative;
}
.head .icon-new {
  padding-inline: 3px;
  min-width: 14px;
  height: 14px;
  background-color: #1e6ece;
  background-size: 8px 8px;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  line-height: initial;
}

.head__pg-tit {
  font-size: 16px;
  font-weight: 500;
}
.head__pg-tit__wrap {
  display: none;
  border-bottom: 1px solid #e7ecf0;
  background: #f7f9fb;
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-inline: 17px;
}
.head__pg-tit__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  height: 100%;
  margin-inline: auto;
  max-width: 800px;
}

.gnb {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 4;
  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;
  overflow: hidden;
  visibility: hidden;
}
.gnb.is-open {
  width: 100%;
  visibility: visible;
  overflow: visible;
}
.gnb.is-open .gnb__inner {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  width: 85%;
}
.gnb__inner {
  width: 0;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 4;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.gnb__nav {
  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: 30px;
  padding-inline: 30px;
  margin-top: 48px;
}
.gnb__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;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: initial;
  white-space: nowrap;
}
.gnb__menu img {
  width: 30px;
}
.gnb__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  padding: 16px;
}
.gnb__logout {
  font-size: 14px;
  margin-left: 18px;
  white-space: nowrap;
}
.bottom-nav {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 64px;
  display: -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: 7.5px;
  border-top: 1px solid #e7ecf0;
  z-index: 3;
  box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.05);
}
.bottom-nav .svg-icon.icon-home.icon-home {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%236e6e6f' d='M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1m-6-2h5V9.158l-6-5.455-6 5.455V19h5v-6h2z'/%3E%3C/svg%3E");
}
.bottom-nav .svg-icon.icon-booking.icon-booking {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%236e6e6f' d='M7 3V1h2v2h6V1h2v2h4a1 1 0 0 1 1 1v5h-2V5h-3v2h-2V5H9v2H7V5H4v14h6v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm10 9a4 4 0 1 0 0 8 4 4 0 0 0 0-8m-6 4a6 6 0 1 1 12 0 6 6 0 0 1-12 0m5-3v3.414l2.293 2.293 1.414-1.414L18 15.586V13z'/%3E%3C/svg%3E");
}
.bottom-nav .svg-icon.icon-chat.icon-chat {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%236e6e6f' d='M7.291 20.824 2 22l1.176-5.291A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10a9.96 9.96 0 0 1-4.709-1.176m.29-2.113.653.35A7.96 7.96 0 0 0 12 20a8 8 0 1 0-8-8c0 1.335.325 2.617.94 3.766l.349.653-.655 2.947zM7 12h2a3 3 0 1 0 6 0h2a5 5 0 0 1-10 0'/%3E%3C/svg%3E");
}
.bottom-nav .svg-icon.icon-my.icon-my {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%236e6e6f' d='M12 14v2a6 6 0 0 0-6 6H4a8 8 0 0 1 8-8m0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6m0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m2.595 7.811a3.5 3.5 0 0 1 0-1.622l-.992-.573 1-1.732.992.573A3.5 3.5 0 0 1 17 14.645V13.5h2v1.145c.532.158 1.012.44 1.405.812l.992-.573 1 1.732-.991.573a3.5 3.5 0 0 1 0 1.622l.991.573-1 1.732-.992-.573a3.5 3.5 0 0 1-1.405.812V22.5h-2v-1.145a3.5 3.5 0 0 1-1.405-.812l-.992.573-1-1.732zM18 19.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3'/%3E%3C/svg%3E");
}
.bottom-nav__menu {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
  font-size: 12px;
  text-align: center;
}
.bottom-nav__menu, .bottom-nav__menu:hover, .bottom-nav__menu:active, .bottom-nav__menu:visited {
  color: #929292;
}
.bottom-nav__menu.is-active {
  color: #1e6ece;
}
.bottom-nav__menu.is-active .svg-icon.icon-home.icon-home {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%231e6ece' d='M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1m-6-2h5V9.158l-6-5.455-6 5.455V19h5v-6h2z'/%3E%3C/svg%3E");
}
.bottom-nav__menu.is-active .svg-icon.icon-booking.icon-booking {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%231e6ece' d='M7 3V1h2v2h6V1h2v2h4a1 1 0 0 1 1 1v5h-2V5h-3v2h-2V5H9v2H7V5H4v14h6v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm10 9a4 4 0 1 0 0 8 4 4 0 0 0 0-8m-6 4a6 6 0 1 1 12 0 6 6 0 0 1-12 0m5-3v3.414l2.293 2.293 1.414-1.414L18 15.586V13z'/%3E%3C/svg%3E");
}
.bottom-nav__menu.is-active .svg-icon.icon-chat.icon-chat {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%231e6ece' d='M7.291 20.824 2 22l1.176-5.291A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10a9.96 9.96 0 0 1-4.709-1.176m.29-2.113.653.35A7.96 7.96 0 0 0 12 20a8 8 0 1 0-8-8c0 1.335.325 2.617.94 3.766l.349.653-.655 2.947zM7 12h2a3 3 0 1 0 6 0h2a5 5 0 0 1-10 0'/%3E%3C/svg%3E");
}
.bottom-nav__menu.is-active .svg-icon.icon-my.icon-my {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%231e6ece' d='M12 14v2a6 6 0 0 0-6 6H4a8 8 0 0 1 8-8m0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6m0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m2.595 7.811a3.5 3.5 0 0 1 0-1.622l-.992-.573 1-1.732.992.573A3.5 3.5 0 0 1 17 14.645V13.5h2v1.145c.532.158 1.012.44 1.405.812l.992-.573 1 1.732-.991.573a3.5 3.5 0 0 1 0 1.622l.991.573-1 1.732-.992-.573a3.5 3.5 0 0 1-1.405.812V22.5h-2v-1.145a3.5 3.5 0 0 1-1.405-.812l-.992.573-1-1.732zM18 19.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3'/%3E%3C/svg%3E");
}

.bottom-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 17px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.footer {
  background: #223246;
  margin-top: 20px;
  padding: 25px 0 89px;
}
.footer__link {
  margin-bottom: 10px;
}
.footer__link__item, .footer__link__item:visited, .footer__link__item:active, .footer__link__item:hover {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.footer__link__item:not(:last-child) {
  position: relative;
}
.footer__link__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 10px;
  background: #646f7d;
  cursor: default;
}
.footer__address {
  color: #bcc1c7;
  font-size: 13px;
  line-height: 1.3;
}
.footer__copy {
  margin-top: 10px;
  color: #bcc1c7;
  font-size: 13px;
}

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

.no-data {
  font-weight: 600;
  text-align: center;
}

.error-txt {
  font-size: 14px;
  color: #f4464b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  line-height: 1.3;
}
.error-txt:before {
  margin-top: 6px;
}
.error-txt--bottom {
  margin-top: 10px;
}

.tip-txt {
  text-align: center;
  font-size: 14px;
}
.tip-txt--bottom {
  margin-top: 20px;
}

.state-bade {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  padding: 6px 10px;
  border-radius: 50px;
  background: #d1dae0;
  color: #666;
  color: #111;
  position: absolute;
  right: 20px;
  top: 17px;
}
.state-bade--blue {
  background: #b6ddfd;
}
.state-bade--green {
  background: #bafad5;
}

.body-badge {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  border-radius: 50px;
  height: 24px;
  padding-inline: 10px;
  background: #f4464b;
}

.faq-badge {
  width: 62px;
  height: 23px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  line-height: initial;
  color: #1e6ece;
  background-color: #b6ddfd;
}

.staus-badge {
  width: 65px;
  height: 28px;
  border-radius: 28px;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  line-height: initial;
  color: #1e6ece;
  background-color: #d1dae0;
  color: #111;
}
.staus-badge.red {
  color: #f4464b;
  background-color: #fddcdc;
}

.section-notice-tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-tit {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 7px;
  margin-bottom: 10px;
}
.section-tit:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/dot.png);
  width: 11px;
  min-width: 11px;
  height: 11px;
}

.dot-info-list {
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 4px;
}
.dot-info-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  position: relative;
  line-height: 1.3;
  padding-left: 13px;
}
.dot-info-list li::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3px;
  height: 3px;
  margin-inline: 3px 7px;
  background: #1e6ece;
  border-radius: 3px;
  vertical-align: middle;
  cursor: default;
}
.dot-info-list li:before {
  min-width: 3px;
  position: absolute;
  top: 5px;
  left: 0;
}
.dot-info-list__bottom-btns {
  margin-top: 15px;
}
.dot-info-list__wrap {
  padding: 17px 20px;
  position: relative;
  border-bottom: 1px solid #e7ecf0;
}
.dot-info-list__wrap.has-state-bage .dot-info-list li:first-child,
.dot-info-list__wrap.has-state-bage .dot-info-list li:nth-child(2) {
  padding-right: 80px;
}
.dot-info-list--gray li:before {
  background-color: #6e6e6f;
}

.tit-info-list {
  display: table;
}
.tit-info-list li {
  display: table-row;
}
.tit-info-list__tit, .tit-info-list__txt {
  display: table-cell;
  padding-block: 3px;
}
.tit-info-list__tit {
  font-size: 13px;
  color: #666;
  padding-right: 20px;
  white-space: nowrap;
}
.tit-info-list__txt {
  font-size: 14px;
}
.tit-info-list__wrap {
  padding: 17px 20px;
  position: relative;
  border-bottom: 1px solid #e7ecf0;
}
.tit-info-list__wrap.has-state-bage .tit-info-list li:first-child .tit-info-list__txt {
  padding-right: 80px;
}

.num-info-list {
  border-radius: 10px;
  border: 1px solid #e7ecf0;
  background: #f7f9fb;
  padding: 15px 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 7px;
  margin-top: 20px;
}
.num-info-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;
}
.num-info-list__item--total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-top: 5px;
}
.num-info-list__tit {
  color: #666;
  font-size: 13px;
}
.num-info-list__tit--total {
  font-size: 14px;
  font-weight: 500;
  color: #111;
}
.num-info-list__num {
  text-align: right;
  font-size: 14px;
}
.num-info-list__num--total {
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #1e6ece;
}

.total-career {
  border-radius: 10px;
  background: #eaf6ff;
  padding: 20px 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-top: 30px;
}
.total-career__tit {
  font-size: 15px;
  font-weight: 600;
}
.total-career__num {
  font-size: 20px;
  font-weight: 700;
  color: #1e6ece;
}

.chip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px;
}
.chip__item {
  border-radius: 3px;
  background: #eaf6ff;
  padding: 6px 10px;
  height: 29px;
  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;
  align-self: flex-start;
}
.chip__item .icon-del {
  width: 10px;
  min-width: 10px;
  height: 10px;
  margin-left: 10px;
}
.chip__item > *:first-child {
  position: relative;
}
.chip__item > *:first-child::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 5px;
  background: #e7ecf0;
  cursor: default;
}

.divider-line {
  display: inline;
  width: 1px;
  height: 10px;
  background-color: #e7ecf0;
  margin-inline: 10px;
  vertical-align: middle;
}

.cs-hours {
  text-align: 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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.cs-hours__tit {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.cs-hours__txt {
  font-size: 14px;
  line-height: 1.3;
}

.no-data--icon {
  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;
  font-size: 14px;
  gap: 8px;
  line-height: 130%;
  text-align: center;
}
.no-data--icon img {
  width: 70px;
}

.calendar-booking-num {
  font-size: 10px;
  color: #1e6ece;
}

/*common input form*/
.input-form {
  border-bottom: 1px solid #e7ecf0;
  padding-bottom: 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;
}
.input-form__tit-field {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 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: 5px;
}
.input-form__tit-field:not(:first-child) {
  border-top: 1px solid #e7ecf0;
  padding-top: 20px;
  margin-top: 10px;
}
.input-form__tit-field--between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.input-form__tit-sub {
  font-size: 14px;
  font-weight: 400;
}
.input-form__input-field {
  margin-bottom: 10px;
}
.input-form__input-field:last-child {
  margin-bottom: 0;
}
.input-form__input-field input[type=text],
.input-form__input-field input[type=password] {
  width: 100%;
}
.input-form__field--right {
  margin-left: auto;
}
.input-form__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  width: 100%;
  flex: 1;
}
.input-form__block.line {
  border-top: 1px solid #e7ecf0;
  padding-top: 20px;
}
.input-form__block.line:not(:first-child) {
  margin-top: 20px;
}
.input-form__block .input-form__tit-field {
  min-width: 95px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.input-form__block .input-form__input-field {
  flex: 1;
}
.input-form + .btn__wrap--bottom {
  padding-top: 20px;
}

.input-form--box {
  border-radius: 10px;
  border: 1px solid #e7ecf0;
  background: #f7f9fb;
  padding: 17px;
}

.input-form-notice {
  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: 8px;
  margin-bottom: 20px;
}
.input-form-notice__tit {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.input-form-notice__txt {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.input-form-notice__icon {
  margin-bottom: 10px;
  height: 65px;
}
.input-form-notice__icon img {
  height: 100%;
}
.input-form-notice--center {
  text-align: center;
}

.input__eye {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  padding-inline: 15px;
  border-radius: 6px;
  border: 1px solid #ddd;
}
.input__eye input {
  border: none;
  padding: 0;
  flex: 1;
}
.input__eye .svg-icon {
  width: 16px;
  min-width: 16px;
}
.input__eye .svg-icon.icon-eye-close {
  display: none;
}
.input__eye.is-show .icon-eye {
  display: none;
}
.input__eye.is-show .icon-eye-close {
  display: block;
}

.input__with-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;
  height: 40px;
  position: relative;
}
.input__with-btn input {
  height: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input__with-btn .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.input__with-btn .btn-del {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.input__with-btn .btn-del .svg-icon {
  background-size: 11px 11px;
}
.input__with-btn__inner {
  position: relative;
  flex: 1;
}
.input__with-btn__inner input {
  padding-right: 30px;
}

.input__unit {
  border: 1px solid #e7ecf0;
  border-radius: 6px;
  padding-inline: 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;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  flex: 1;
}
.input__unit input {
  border: none;
  padding: 0;
}

.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%;
}
.add-file__blind {
  display: none;
}
.add-file__input-form {
  flex: 1; /* input_form이 남은 공간을 꽉 채울 수 있도록 설정 */
}
.add-file__input {
  border: 1px solid #ddd;
  margin-left: 0;
  padding-inline: 10px;
}
.add-file__thumb {
  position: relative;
  display: none;
  margin-top: 5px;
  width: 100%; /* 가로 크기를 100%로 설정하여 줄바꿈이 되도록 함 */
}
.add-file__thumb__item {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.add-file__thumb__preview-img {
  width: 120px;
}
.add-file__thumb__del {
  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%;
}
.add-file__value {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}
.add-file + .add-file {
  margin-top: 10px;
}

.add-file__img {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 575.9px) {
  .add-file__img + .add-file {
    margin-top: 25px;
  }
}
.add-file__img__del {
  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;
}
.add-file__img__imgarea {
  position: relative;
  max-width: 200px;
  z-index: 0;
  width: 120px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.add-file__img__btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}

.agree__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7ecf0;
  padding-block: 20px;
}
.agree__form + .btn__wrap--bottom {
  padding-top: 0;
}
.agree__body {
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.agree__body li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}

.add-profile-img {
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  min-width: 100px;
  aspect-ratio: auto;
  margin-inline: auto;
  border-radius: 100%;
  overflow: hidden;
}
.add-profile-img > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.add-profile-img > img, .add-profile-img > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}

.table-list {
  border-collapse: separate;
  border-radius: 10px;
  overflow: hidden;
  border-left: 1px solid #e7ecf0;
  border-bottom: 1px solid #e7ecf0;
}
.table-list th,
.table-list td {
  border-top: 1px solid #e7ecf0;
  border-right: 1px solid #e7ecf0;
  text-align: center;
}
.table-list td {
  height: 33px;
}
.table-list thead th {
  background-color: #f6f7f9;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  padding: 9px 0;
  white-space: nowrap;
}
.table-list__btns--bottom {
  margin-top: 10px;
  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;
}

.booking-list {
  padding: 18px 15px;
  border-radius: 10px;
  background: #eef2f6;
}
.booking-list__tit {
  font-size: 18px;
  font-weight: 500;
}
.booking-list__head {
  display: -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;
}
.booking-list__body {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 15px;
}
.booking-list__btns {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 7px;
  flex: 1;
  width: 100%;
}
.booking-list__btns > * {
  flex: 1;
}
.booking-list--blue {
  background-color: #d4edff;
}

.journal-list__item {
  border-bottom: 1px solid #e7ecf0;
  padding-inline: 17px;
  padding-block: 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: 10px;
}
.journal-list__info {
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.journal-list__date {
  font-size: 13px;
  color: #565656;
  display: -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;
}
.journal-list__txt {
  font-size: 15px;
  color: #111;
  line-height: 1.3;
  font-weight: 500;
}
.journal-list__thumb {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  aspect-ratio: auto;
}
.journal-list__thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.journal-list__thumb > img, .journal-list__thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.journal-list__thumb--s {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  aspect-ratio: auto;
}
.journal-list__thumb--s > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.journal-list__thumb--s > img, .journal-list__thumb--s > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}

.journal-list-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 11px 11px;
  width: 100%;
  padding: 20px 17px;
}
.journal-list-img > * {
  width: calc((100% - 11px * 1) / 2);
  min-width: calc((100% - 11px * 1) / 2);
}
.journal-list-img__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;
  border-radius: 10px;
  border: 1px solid #e7ecf0;
  overflow: hidden;
}
.journal-list-img__thumb {
  padding: 10px 7.5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1;
}
.journal-list-img__thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.journal-list-img__thumb > img, .journal-list-img__thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.journal-list-img__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  background: #f7f9fb;
  gap: 5px;
  text-align: center;
  padding-block: 20px;
  position: relative;
}
.journal-list-img__tit {
  font-size: 16px;
  font-weight: 700;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  width: 90%;
}
.journal-list-img__date {
  color: #666;
  font-size: 14px;
}
.journal-list-img__badge {
  position: absolute;
  top: -10px;
}
.journal-list-img__btn-edit {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_edit_circle.png);
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
}

.board-detail__info {
  position: relative;
  background: #f7f9fb;
  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;
  padding: 20px 17px;
  border-bottom: 1px solid #e7ecf0;
}
.board-detail__tit {
  font-size: 15px;
  font-weight: 500;
}
.board-detail__date {
  color: #666;
  font-size: 13px;
}
.board-detail__metadata {
  position: absolute;
  top: 20px;
  right: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 8px;
}
.board-detail__metadata-text {
  color: #565656;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 2px;
}
.board-detail__metadata-text .svg-icon.icon-eye {
  width: 16px;
  min-width: 16px;
  height: 14px;
}
.board-detail__edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-left: auto;
  margin-bottom: 10px;
}
.board-detail__edit-text {
  color: #565656;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.board-detail__desc {
  padding: 20px 17px;
  font-size: 14px;
  color: #666;
}
.board-detail__edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 8px;
  margin-left: auto;
  width: fit-content;
}
.board-detail__edit-text {
  color: #565656;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.board-detail__files {
  padding: 20px 17px;
  display: -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;
  color: #111;
  border-top: 1px solid #e7ecf0;
}
.board-detail__nav {
  display: -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;
  color: #111;
  padding: 20px 17px;
  border-top: 1px solid #e7ecf0;
}
.board-detail__nav .btn {
  width: 80px;
}
.board-detail__nav-left, .board-detail__nav-right {
  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: 10px;
}
.board-detail__nav-left i {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_left.png);
  width: 6px;
  min-width: 6px;
  height: 12px;
}
.board-detail__nav-right i {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_right.png);
  width: 6px;
  min-width: 6px;
  height: 12px;
}

.board-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;
  gap: 20px;
  border-bottom: 1px solid #e7ecf0;
  padding: 22px 17px;
}
.board-list__idx {
  font-size: 13px;
  color: #111;
  position: relative;
  width: 30px;
  text-align: center;
  padding-right: 20px;
}
.board-list__idx::after {
  content: "";
  display: inline-block;
  height: 12px;
  border: 1px solid #e7ecf0;
  position: absolute;
  right: 0;
}
.board-list__tit {
  font-size: 15px;
  color: #111;
  font-weight: 500;
}
.board-list__views {
  font-size: 12px;
  font-weight: 400;
  color: #1e6ece;
  margin-left: 10px;
}

.body-deatil__top {
  border-bottom: 1px solid #e7ecf0;
  background: #f7f9fb;
  text-align: center;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
}
.body-deatil__contents {
  padding: 20px 17px;
}
.body-deatil__contents img {
  width: 100%;
}

.body-deatil-slide__wrap {
  position: relative;
}
.body-deatil-slide__wrap .swiper-pagination-fraction {
  bottom: -30px;
}

.my-pt {
  background: #f7f9fb;
  padding: 20px 37.5px 30px;
  margin-bottom: 30px;
}
.my-pt__name {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.my-pt__contents {
  border-bottom: 1px solid #e7ecf0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.my-pt__thumb {
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1;
  max-width: 800px;
  min-width: 0;
  margin-inline: auto;
  border-radius: 10px;
}
.my-pt__thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.my-pt__thumb > img, .my-pt__thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}

.my-pt-detail-slide {
  position: relative;
}
.my-pt-detail-slide .swiper-button-next,
.my-pt-detail-slide .swiper-rtl .swiper-button-prev,
.my-pt-detail-slide .swiper-button-prev,
.my-pt-detail-slide .swiper-rtl .swiper-button-next {
  width: 45px;
  height: 45px;
  border-radius: 22.5px;
  background: #fff;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
  top: 18%;
}
.my-pt-detail-slide .swiper-button-next:after,
.my-pt-detail-slide .swiper-button-prev:after {
  font-size: 16px;
  color: #111;
}

.search-box {
  padding: 15px 17px;
  background-color: #f7f9fb;
  border-bottom: 1px solid #e7ecf0;
}
.search-box__inner {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

.select-box {
  padding: 15px 17px;
  background-color: #f7f9fb;
}

.comment {
  background-color: #f7f9fb;
  padding: 20px 17px;
}
.comment__submit {
  position: relative;
  padding-right: 65px;
}
.comment__submit-textarea {
  height: 100px;
  min-height: auto;
  border: 1px solid #ddd;
  border-radius: 5px 0 0 5px;
}
.comment__submit-btn {
  position: absolute;
  width: 65px;
  height: 100px;
  background-color: #eef2f6;
  border: 1px solid #ddd;
  border-radius: 0 5px 5px 0px;
  border-left: 0;
}
.comment__submit-tit {
  font-size: 14px;
  margin-bottom: 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: 5px;
}
.comment__submit-tit .icon-comment {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_comment.png);
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.comment__item {
  border-bottom: 1px solid #e7ecf0;
  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: 8px;
  align-items: flex-start;
  padding-block: 20px;
}
.comment__item-metadata {
  display: -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;
}
.comment__item-name {
  color: #111;
}
.comment__item-date {
  color: #666;
  font-size: 12px;
}
.comment__item-desc {
  color: #111;
}
.comment__edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 8px;
}
.comment__edit-text {
  color: #565656;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.board-write__textarea {
  height: calc(var(--vh, 1vh) * 100 - 335px);
}

.work-hours {
  border-collapse: separate;
  border-radius: 10px;
  overflow: hidden;
  border-left: 1px solid #e7ecf0;
  border-bottom: 1px solid #e7ecf0;
  table-layout: fixed;
}
.work-hours th,
.work-hours td {
  border-top: 1px solid #e7ecf0;
  border-right: 1px solid #e7ecf0;
  text-align: center;
}
.work-hours td {
  height: 33px;
}
.work-hours thead th {
  background-color: #f6f7f9;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  padding: 9px 0;
  white-space: nowrap;
}
.work-hours__chk,
.work-hours__chk input {
  display: block;
  height: 33px;
  width: 100%;
}
.work-hours__chk input {
  border: none;
}
.work-hours__chk input:checked {
  background-color: #eaf6ff;
}

.legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 3px;
  margin-top: 20px;
  line-height: initial;
}
.legend:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  background-color: #eaf6ff;
  color: #fff;
}
.legend--blue:before {
  background-color: #eaf6ff;
}

.join-ok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 20px;
  flex: 1;
}
.join-ok img {
  width: 130px;
}
.join-ok .icon-ok {
  width: 60px;
}
.join-ok__txt1 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.join-ok__txt2 {
  text-align: center;
  font-size: 16px;
}

.quick-link {
  border-radius: 10px;
  border: 1px solid #e7ecf0;
  display: -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: 25px 0px;
  width: 100%;
  padding: 25px 0;
}
.quick-link > * {
  width: calc((100% - 0px * 3) / 4);
  min-width: calc((100% - 0px * 3) / 4);
}
.quick-link__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
  text-align: center;
  font-size: 15px;
}
.quick-link__item img {
  width: 50px;
}

.before-login {
  text-align: center;
  margin-block: 50px;
}
.before-login img {
  width: 106px;
}
.before-login__txt1 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  color: #111;
}
.before-login__txt2 {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 10px;
  color: #666;
}

.family-user {
  gap: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 15px;
  width: 100%;
  border-radius: 10px;
  background: #eef2f6;
  padding: 20px 18px;
}
.family-user > * {
  width: calc((100% - 15px * 3) / 4);
  min-width: calc((100% - 15px * 3) / 4);
}
.family-user__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  text-align: center;
  gap: 10px;
}
.family-user__profile {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  min-width: 65px;
  aspect-ratio: auto;
  border-radius: 50%;
  overflow: hidden;
}
.family-user__profile > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.family-user__profile > img, .family-user__profile > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.family-user__add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  text-align: center;
  gap: 10px;
  color: #b1b6bc;
}
.family-user__add__icon {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  border: 1px dashed #b1b6bc;
  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;
}

.my-booking {
  background: url("../img/my-booking.png") #eeeeee top right/auto 130px no-repeat;
  border-radius: 10px;
  padding: 15px;
}
.my-booking__tit {
  font-size: 18px;
  font-weight: 500;
  padding-left: 14px;
  padding-bottom: 23px;
  line-height: 130%;
}
.my-booking__item {
  padding: 30px 20px 20px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 15px;
  position: relative;
}
.my-booking__date {
  border-radius: 50px;
  background: #002454;
  box-shadow: 0 3px 3px 0 rgba(34, 50, 70, 0.2);
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 14px;
  top: 0%;
  transform: translateY(-50%);
}
.my-booking__summary {
  font-weight: 500;
  line-height: 130%;
  color: #1e6ece;
}
.my-booking__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 7px;
}

.my-booking__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
.my-booking__info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
  font-size: 13px;
}
.my-booking__info__tit {
  color: #666;
  width: 45px;
}

.dashboard {
  display: -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: 11px 11px;
  width: 100%;
}
.dashboard > * {
  width: calc((100% - 11px * 1) / 2);
  min-width: calc((100% - 11px * 1) / 2);
}
.dashboard__item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.dashboard__img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 0.9820359281;
}
.dashboard__img > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.dashboard__img > img, .dashboard__img > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.dashboard__img:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: -50px;
}
.dashboard__tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 40px));
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  z-index: 3;
}
.dashboard__info {
  background: rgba(22, 73, 134, 0.7);
  backdrop-filter: blur(5px);
  margin-top: -50px;
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position: relative;
  z-index: 3;
}
.dashboard__date {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.dashboard__txt {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}
.dashboard__pt {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.my-pt-slide {
  position: relative;
}
.my-pt-slide .swiper-button-next,
.my-pt-slide .swiper-button-prev {
  bottom: 20px;
  top: auto;
  color: #fff;
}
.my-pt-slide .swiper-button-next:after,
.my-pt-slide .swiper-button-prev:after {
  font-size: 15px;
}

.tel-cs-box {
  border-radius: 10px;
  border: 1px solid #e7ecf0;
  background: #eef2f6;
  padding: 15px 20px 17px;
  text-align: center;
}
.tel-cs-box img {
  width: 60px;
}
.tel-cs-box__txt {
  font-size: 14px;
  font-weight: 500;
  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;
  margin-top: 10px;
  gap: 5px;
}
.tel-cs-box__tel {
  font-size: 20px;
  font-weight: 700;
  margin-left: 5px;
  color: #1e6ece;
}
.tel-cs-box__btns {
  margin-top: 15px;
}

.kakao-cs-box {
  border-radius: 10px;
  background: #ffe600;
  padding: 15px 20px 17px;
  text-align: center;
}
.kakao-cs-box img {
  width: 35px;
}
.kakao-cs-box__txt {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 600;
}
.kakao-cs-box__btns {
  margin-top: 15px;
}

.customer-card {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 15px;
}
.customer-card__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7ecf0;
}
.customer-card__head--faq {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.customer-card__tit--faq {
  font-size: 15px;
  font-weight: 500;
  color: #111;
}
.customer-card__desc {
  font-size: 14px;
  line-height: 1.6;
  color: #111;
}
.customer-card__chk {
  font-size: 13px;
}
.customer-card__name {
  font-size: 16px;
  font-weight: 700;
}
.customer-card__body {
  display: table;
}
.customer-card__item {
  display: table-row;
}
.customer-card__tit, .customer-card__info {
  display: table-cell;
  padding-block: 3px;
}
.customer-card__tit {
  color: #666;
  font-size: 13px;
  padding-right: 15px;
  white-space: nowrap;
}
.customer-card__info {
  font-size: 14px;
  line-height: 1.5;
}
.customer-card:not(.type-box) {
  border-bottom: 1px solid #e7ecf0;
}
.customer-card__btns {
  visibility: hidden;
  height: 0;
  margin-top: -15px;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.customer-card .btn-toggle {
  transform: rotate(180deg);
}
.customer-card.is-open .customer-card__btns {
  visibility: visible;
  height: auto;
  overflow: visible;
  margin-top: 0px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.customer-card.is-open .btn-toggle {
  transform: rotate(0deg);
}
.customer-card.type-box {
  border-radius: 6px;
  border: 1px solid #e7ecf0;
  background: #f7f9fb;
}
.customer-card--status.type-box {
  border-top: 0;
  padding-top: 0;
}

.sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 2px;
  width: 100%;
}
.sns-list > * {
  width: calc((100% - 2px * 3) / 4);
  min-width: calc((100% - 2px * 3) / 4);
}
.sns-list img {
  width: 45px;
  height: 45px;
}
.sns-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 10px;
  text-align: center;
  font-size: 14px;
}

.body-top {
  background: #f7f9fb;
  border-bottom: 1px solid #e7ecf0;
}
.body-top__thumb {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 135px;
  min-width: 130px;
  aspect-ratio: auto;
}
.body-top__thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.body-top__thumb > img, .body-top__thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.body-top__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.body-top__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 5px;
  width: 100%;
}
.body-top__tab > * {
  width: calc((100% - 5px * 1) / 2);
  min-width: calc((100% - 5px * 1) / 2);
}
.body-top__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;
  gap: 10px;
  padding: 20px 17px;
}

.pay-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.pay-info__item {
  border-radius: 10px;
  border: 1px solid #e7ecf0;
  background: #f7f9fb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 5px;
  padding: 17px;
}
.pay-info__contents {
  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;
}
.pay-info__tit {
  font-size: 16px;
  font-weight: 500;
}
.pay-info__txt {
  font-size: 14px;
  color: #666;
}

.help-notice {
  padding: 35px 17px;
  background: #f7f9fb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.help-notice__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;
  font-size: 20px;
  font-weight: 700;
  gap: 10px;
  margin-bottom: 10px;
}
.help-notice__tit:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_help.png);
  width: 22px;
  min-width: 22px;
  height: 22px;
}
.help-notice__sub-tit {
  font-size: 16px;
  font-weight: 500;
}
.help-notice__tel {
  font-size: 15px;
}

.chat-list__item {
  position: relative;
  padding: 15px 17px;
  border-bottom: 1px solid #e7ecf0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 15px;
}
.chat-list__profile {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  aspect-ratio: auto;
  border-radius: 100%;
}
.chat-list__profile > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.chat-list__profile > img, .chat-list__profile > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.chat-list__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  position: absolute;
  right: 17px;
  top: 20px;
}
.chat-list__meta .chat-list__date {
  font-size: 12px;
  color: #565656;
  font-weight: 300;
}
.chat-list__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  flex: 1;
}
.chat-list__text--name {
  font-size: 13px;
  color: #565656;
}
.chat-list__text-msg {
  font-size: 15px;
  color: #111;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat {
  background-color: #f7f9fb;
}
.chat__head {
  position: relative;
  padding: 15px 17px;
  border-bottom: 1px solid #e7ecf0;
  display: -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;
}
.chat__head-name {
  color: #111;
  font-size: 15px;
  font-weight: 500;
}
.chat__head-profile {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  aspect-ratio: auto;
  border-radius: 100%;
}
.chat__head-profile > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.chat__head-profile > img, .chat__head-profile > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.chat__head-setting {
  margin-left: auto;
}
.chat__body {
  padding: 20px;
  max-height: calc(var(--vh, 1vh) * 100 - 180px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #999; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
  min-height: calc(var(--vh, 1vh) * 100 - 180px);
}
.chat__body::-webkit-scrollbar {
  /*스크롤바*/
  width: 6px;
  height: 6px;
}
.chat__body::-webkit-scrollbar-button {
  /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.chat__body::-webkit-scrollbar-thumb {
  /*스크롤바 핸들*/
  background-color: #999;
  background-clip: padding-box;
  border-radius: 6px;
}
.chat__body::-webkit-scrollbar-track {
  /*스크롤바 진행줄*/
  background-color: none;
}
.chat__body::-webkit-scrollbar-track-piece {
  /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: none;
}
.dark .chat__body {
  scrollbar-highlight-color: #6b6b6b;
}
.dark .chat__body::-webkit-scrollbar-thumb {
  /*스크롤바 핸들*/
  background-color: #6b6b6b;
}
.dark .chat__body::-webkit-scrollbar-track-piece {
  /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: #6b6b6b;
}
.chat__msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
  position: relative;
  margin-top: 30px;
}
.chat__msg-profile {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  aspect-ratio: auto;
}
.chat__msg-profile > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.chat__msg-profile > img, .chat__msg-profile > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.chat__msg-bubble {
  padding: 12px 15px;
  line-height: 1.47;
  text-align: left;
  max-width: 260px;
  width: fit-content;
  font-weight: 400;
  color: #1e1e1e;
  position: relative;
  word-break: break-all;
  border-radius: 0 10px 10px 10px;
  background: #fff;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1019607843);
}
.chat__msg-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  color: #666;
  font-size: 11px;
}
.chat__msg-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  position: relative;
}
.chat__msg--sent {
  justify-content: flex-end;
  flex-direction: row;
  align-items: flex-start;
}
.chat__msg--sent .chat__msg-bubble {
  border-radius: 10px 0 10px 10px;
  background: #eaf6ff;
}
.chat__msg--sent .chat__msg-content {
  align-items: flex-end;
}
.chat__msg--sent .chat__msg-meta {
  position: absolute;
  bottom: 0;
  left: -62px;
}
.chat__msg--sent + .chat__msg--sent {
  margin-top: 10px;
}
.chat__msg--get {
  justify-content: flex-start;
  align-items: flex-start;
}
.chat__msg--get + .chat__msg--get {
  margin-top: 10px;
}
.chat__footer {
  padding: 20px 22px;
  height: 54px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  overflow: hidden;
}
.chat__input {
  flex: 1;
  height: 34px;
  min-height: 34px;
  line-height: 34px;
  line-height: 1.7;
  background: none;
  font-size: 14px;
  border: none;
  background: #fff;
  padding-block: 0;
}

.customer-record {
  padding: 0 17px 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;
}
.customer-record__item {
  border-radius: 10px;
  border: 1px solid #e7ecf0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  cursor: pointer;
  overflow: hidden;
  min-height: 170px;
}
.customer-record__head {
  background-color: #f7f9fb;
  padding: 20px 0;
  min-width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #666;
  align-self: stretch;
}
.customer-record__number {
  font-size: 15px;
}
.customer-record__body {
  padding: 20px;
}
.customer-record__date {
  color: #565656;
  margin-bottom: 10px;
}
.customer-record__desc {
  color: #111;
  font-size: 14px;
}

.add-evaluation__text {
  font-size: 15px;
  color: #111;
  font-weight: 400;
  text-align: center;
  padding-bottom: 20px;
}
.add-evaluation__img-area {
  border: 1px solid #e7ecf0;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}