@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;
  line-height: 1.3;
  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: 14px;
  font-weight: normal;
  letter-spacing: -0.35px;
  line-height: 1.14;
  word-break: keep-all;
}

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

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

a,
img {
  border: none;
}

img {
  max-width: 100%;
}

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

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

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

a:hover {
  text-decoration: none;
}

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

input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
input[type=search],
select,
textarea {
  box-sizing: border-box;
  color: #111;
  font-size: 14px;
  background: #fff;
  vertical-align: middle;
  height: 40px;
  padding-inline: 20px;
  border-radius: 50px;
  border: solid 1px #dcdddf;
}

input[type=date] {
  padding-right: 5px;
}

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: 20px;
}
select.select--gary {
  background-color: #e8eaf0;
}

/*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 #e8eaf0;
  -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=password],
input[type=number],
input[type=tel],
input[type=text] {
  width: 100%;
}

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

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

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

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

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

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

select:disabled,
input[readonly],
textarea[readonly] {
  border: solid 1px #ececee;
  background-color: #ececee;
  opacity: 1;
}

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 {
  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: #4393f0 !important;
}

.u-color-gray {
  color: #666;
}

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

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

.u-extend {
  flex: 1;
}

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

.u-gap-10 {
  gap: 10px;
}

.u-mgl-auto {
  margin-left: auto !important;
}

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

.u-mgt-15 {
  margin-top: 15px !important;
}

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

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

.u-text-right {
  text-align: right !important;
}

.u-text-left {
  text-align: left !important;
}

.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-arrow {
  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='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4.667 11.667 4.667-4.375-4.667-4.375'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-calendar {
  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-width='1.5' d='M2 12c0-3.771 0-5.657 1.172-6.828S6.229 4 10 4h4c3.771 0 5.657 0 6.828 1.172S22 8.229 22 12v2c0 3.771 0 5.657-1.172 6.828S17.771 22 14 22h-4c-3.771 0-5.657 0-6.828-1.172S2 17.771 2 14z'/%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-width='1.5' d='M7 4V2.5M17 4V2.5M2.5 9h19'/%3E%3Cpath fill='%23444' d='M18 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0M18 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0M13 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0M13 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0M8 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0M8 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-file {
  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-width='1.5' d='m5.278 11.871 5.26-5.035a1.5 1.5 0 0 0 0-2.19 1.67 1.67 0 0 0-2.286 0l-5.223 5a2.853 2.853 0 0 0 0 4.16c1.2 1.148 3.146 1.148 4.346 0l5.299-5.073a4.205 4.205 0 0 0 0-6.13C10.905.91 8.038.91 6.269 2.603L2 6.69'/%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 stroke='%23444' stroke-width='1.5' d='M2.364 12.958c-.38-2.637-.57-3.955-.029-5.083.54-1.127 1.691-1.812 3.992-3.183l1.385-.825C9.8 2.623 10.846 2 12 2s2.199.623 4.288 1.867l1.385.825c2.3 1.37 3.451 2.056 3.992 3.183.54 1.128.35 2.446-.03 5.083l-.278 1.938c-.487 3.387-.731 5.08-1.906 6.092S16.553 22 13.106 22h-2.212c-3.447 0-5.17 0-6.345-1.012-1.175-1.011-1.419-2.705-1.906-6.092z'/%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-width='1.5' d='M15 18H9'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-link {
  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-width='1.5' d='m9.442 12.325-.48.48A4.078 4.078 0 1 1 3.193 7.04l.48-.48M6.559 9.442l2.883-2.884M6.559 3.675l.48-.48a4.078 4.078 0 1 1 5.767 5.766l-.48.48'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-list {
  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-width='1.5' d='M20 7H4M20 12H4M20 17H4'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-minus {
  display: inline-block;
  width: 8px;
  min-width: 8px;
  height: 2px;
  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='8' height='2' fill='none' viewBox='0 0 8 2'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-width='1.5' d='M7.25.75H.75'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-plus {
  display: inline-block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  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='8' height='8' fill='none' viewBox='0 0 8 8'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-width='1.5' d='M7.25 4H4m0 0H.75M4 4V.75M4 4v3.25'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-must {
  display: inline-block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  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='8' height='8' fill='none' viewBox='0 0 8 8'%3E%3Cpath fill='%23444' d='m3.125 7.95.117-3.028L.664 6.543 0 5.391l2.695-1.407L0 2.56l.664-1.153 2.578 1.621L3.125 0h1.328l-.117 3.027 2.578-1.62.664 1.152-2.676 1.425 2.676 1.407-.664 1.152-2.578-1.621.117 3.027z'/%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 stroke='%23444' stroke-width='1.5' d='M8 6a4 4 0 1 0 8 0 4 4 0 0 0-8 0ZM20 17.5c0 2.485 0 4.5-8 4.5s-8-2.015-8-4.5S7.582 13 12 13s8 2.015 8 4.5Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-prev {
  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='M20 12H4m0 0 6-6m-6 6 6 6'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-push {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23444' stroke-width='1.5' d='M18.75 9.71v-.705C18.75 5.136 15.726 2 12 2S5.25 5.136 5.25 9.005v.705a4.4 4.4 0 0 1-.692 2.375L3.45 13.81c-1.011 1.575-.239 3.716 1.52 4.214a25.8 25.8 0 0 0 14.06 0c1.759-.498 2.531-2.639 1.52-4.213l-1.108-1.725a4.4 4.4 0 0 1-.693-2.375Z'/%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-width='1.5' d='M7.5 19c.655 1.748 2.422 3 4.5 3s3.845-1.252 4.5-3'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-reset {
  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' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M17.638 6.659A8.355 8.355 0 0 0 1.667 9.165'/%3E%3Cpath d='M14.156 6.659h3.676a.5.5 0 0 0 .501-.502V2.482M2.362 13.342a8.356 8.356 0 0 0 15.972-2.506'/%3E%3Cpath d='M5.844 13.341H2.168a.5.5 0 0 0-.501.502v3.675'/%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-search {
  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-width='1.5' d='M4 11a8 8 0 1 0 16 0 8 8 0 0 0-16 0Z'/%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-width='1.5' d='M17.5 17.5 21 21'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-like {
  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 5.907-.507.488a.703.703 0 0 0 1.014 0zm-2.413 12.02c-1.421-1.12-2.975-2.214-4.207-3.602-1.209-1.36-2.052-2.949-2.052-5.009H1.922c0 2.5 1.041 4.405 2.406 5.943 1.341 1.51 3.05 2.718 4.388 3.772zm-6.259-8.61c0-2.017 1.14-3.708 2.695-4.42 1.51-.69 3.541-.507 5.47 1.498l1.014-.976c-2.29-2.378-4.947-2.77-7.069-1.8-2.077.95-3.516 3.155-3.516 5.697zm5.388 9.714c.48.379.996.783 1.519 1.088s1.118.553 1.765.553v-1.406c-.29 0-.632-.113-1.056-.361s-.864-.59-1.357-.978zm6.568 0c1.337-1.054 3.047-2.262 4.388-3.772 1.365-1.538 2.406-3.444 2.406-5.943h-1.406c0 2.06-.843 3.648-2.052 5.009-1.232 1.388-2.786 2.482-4.207 3.602zm6.794-9.715c0-2.542-1.439-4.748-3.516-5.697-2.122-.97-4.78-.578-7.069 1.8l1.014.976c1.929-2.005 3.96-2.188 5.47-1.497 1.555.71 2.695 2.402 2.695 4.418zm-7.665 8.61c-.493.39-.933.73-1.357.979-.424.247-.766.36-1.056.36v1.407c.647 0 1.243-.248 1.765-.553.523-.305 1.038-.71 1.519-1.088z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-arrow.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4.667 11.667 4.667-4.375-4.667-4.375'/%3E%3C/svg%3E");
}
.svg-icon.icon-must {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='none' viewBox='0 0 8 8'%3E%3Cpath fill='%23FF4348' d='m3.125 7.95.117-3.028L.664 6.543 0 5.391l2.695-1.407L0 2.56l.664-1.153 2.578 1.621L3.125 0h1.328l-.117 3.027 2.578-1.62.664 1.152-2.676 1.425 2.676 1.407-.664 1.152-2.578-1.621.117 3.027z'/%3E%3C/svg%3E");
}

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

.swiper {
  width: 100%;
  overflow: visible;
}
.swiper--main .swiper-slide {
  padding-top: 22px;
}
.swiper--main .swiper-slide .thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.swiper--main .swiper-slide .thumb img {
  width: 100%;
}
.swiper--main .swiper-slide:not(.swiper-slide-active) {
  position: relative;
  opacity: 0.9 !important;
}
.swiper--main .swiper-slide:not(.swiper-slide-active) .thumb {
  opacity: 0.4;
  margin-left: 30px;
  transform: translateY(-22px);
  width: calc(100% - 60px);
  transition: 0.3s ease-in;
}
.swiper--main .swiper-slide:not(.swiper-slide-active) .thumb::after {
  content: "";
  background-color: #e2e5ee;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.swiper--main .swiper-slide:not(.swiper-slide-active) + .swiper-slide-prev .thumb {
  opacity: 1;
  margin-left: 15px;
  transform: translateY(-12px);
  width: calc(100% - 30px);
}
.swiper--main .swiper-slide-active {
  z-index: 10;
}
.swiper--main .swiper-slide-active .thumb {
  margin-left: 0;
  transform: translateY(0);
  opacity: 1;
}
.swiper--main .swiper-slide-active + .swiper-slide-next .thumb {
  opacity: 1;
  margin-left: 15px;
  transform: translateY(-12px);
  width: calc(100% - 30px);
}

.swiper_pagination--number {
  border-radius: 27px;
  width: 40px;
  height: 27px;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
}

.divider-line {
  width: 100%;
  height: 1px;
  background: #e8eaf0;
  display: block;
  margin-block: 20px;
}
.divider-line--text::before {
  display: inline-block;
  vertical-align: middle;
  margin-inline: 5px;
  width: 1px;
  height: 10px;
  background-color: #e8eaf0;
  content: "";
}

a.btn:hover {
  cursor: pointer;
}

.btn {
  padding-inline: 15px;
  border-radius: 50px;
  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;
  overflow: hidden;
  gap: 5px;
}
.btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
}
.btn__wrap--bottom {
  margin-top: 40px;
}
.btn--full {
  width: 100%;
  min-width: 100%;
}
.btn--extend {
  flex: 1;
}
.btn--point {
  background-color: #4393f0;
  color: #fff;
}
.btn--yellow {
  background: #ffe600;
}
.btn--black {
  background: #111;
  color: #fff;
}
.btn--line {
  background: #fff;
  border: 1px solid #dcdddf;
  color: #111;
}
.btn--line.btn--point {
  border-color: #4393f0;
  color: #4393f0;
}
.btn--shadow {
  box-shadow: 0 2px 4px 0 rgba(67, 147, 240, 0.4);
}
.btn--m {
  min-height: 44px;
  font-size: 14px;
}
.btn--xs {
  min-height: 30px;
  font-size: 13px;
}
.btn--min-w-s {
  min-width: 70px;
}
.btn--icon {
  padding: 0;
  aspect-ratio: 1/1;
  min-width: 0;
}
.btn--icon.btn--xxs {
  min-width: 22px;
}

.btn-control-font {
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: #e8eaf0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  border-radius: 5px;
}

.btn-tel {
  width: 130px;
  white-space: nowrap;
}

/*!페이징 << < > >> */
.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: #4393f0;
}

.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;
}
.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;
}
.tab__contents {
  display: none;
}
.tab__contents.is-active {
  display: block;
}

.chk {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  cursor: pointer;
  line-height: initial;
}
.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 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;
}
.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: #4393f0;
}
.chk input[type=checkbox]:disabled,
.chk input[type=radio]:disabled {
  opacity: 0.4;
}
.chk--circle {
  position: relative;
  margin: 0;
}
.chk--circle input[type=checkbox]::before,
.chk--circle input[type=radio]::before {
  background-image: url("../img/radio_off.png");
  border: 0;
}
.chk--circle input[type=checkbox]:checked::before,
.chk--circle input[type=radio]:checked::before {
  background-image: url("../img/radio_on.png");
  background-size: 18px auto;
}
.chk--only input[type=checkbox]::before,
.chk--only input[type=radio]::before {
  background-image: url("../img/chk_off2.png");
}
.chk--only input[type=checkbox]:checked::before,
.chk--only input[type=radio]:checked::before {
  background-image: url("../img/chk_on2.png");
}

.chk-btn {
  flex: 1;
}
.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-size: 14px;
  white-space: nowrap;
  background: #e8eaf0;
  border-radius: 50px;
  cursor: pointer;
  line-height: initial;
  width: 100%;
}
.chk-btn input:checked + .chk-btn__display {
  border: 1px solid #4393f0;
  color: #4393f0;
  background-color: #fff;
}
.chk-btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}

.btn-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/like_off.png);
  width: 22px;
  min-width: 22px;
  height: 22px;
}
.btn-like input[type=checkbox]:checked::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/like_on.png);
  width: 22px;
  min-width: 22px;
  height: 22px;
}

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

.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% - 40px);
  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% - 17px);
}
.popup__container--sm {
  width: 320px;
}
.popup__content {
  padding: 20px 20px 30px;
  max-height: calc(95vh - 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: 0 20px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.popup__btns--col {
  flex-direction: column;
}
.popup__btns--col > * {
  width: 100%;
}
.popup__tit {
  font-weight: bold;
  display: -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__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  font-size: 0;
  background: url(../img/icon_del.png) no-repeat;
  background-size: 16px;
  background-position: center;
}
.popup.type-full .popup__tit {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding-left: 34px;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.popup.type-full .popup__container {
  padding: 16px 17px;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  box-shadow: none;
  border-radius: 0;
  background: #f4f5f6;
}
@media screen and (min-width: 1279.9px) {
  .popup.type-full .popup__container {
    max-width: 400px;
  }
}
.popup.type-full .popup__close {
  background: none;
  top: 13px;
  left: 17px;
  right: auto;
}
.popup.type-alert .popup__container {
  width: 320px;
}
.popup.type-alert .popup__alert__txt {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  text-align: center;
}
.popup.type-alert .popup__alert__txt > * {
  line-height: 1.5;
}

body {
  max-width: 1280px;
  margin-inline: auto;
}
@media screen and (min-width: 1279.9px) {
  body {
    max-width: 400px;
  }
}
@media screen and (max-width: 1279.9px) {
  body {
    background: linear-gradient(180deg, #f4f5f6 0%, #f4f5f6 100%);
  }
}

main {
  font-size: 1rem;
  background: linear-gradient(180deg, #f4f5f6 0%, #f4f5f6 100%);
}

.layout-container {
  padding-top: 70px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  padding-inline: 17px;
}
.layout-container > * {
  align-self: stretch;
}
.layout-container > .layout-container__bottom {
  margin-top: auto;
}
.layout-container.none-head {
  padding-top: 20px;
}
.layout-container.has-bottom-nav {
  padding-bottom: 80px;
}
.layout-container--center {
  justify-content: center;
  padding-block: 20px;
}
.layout-container--main {
  padding-top: 50px;
}

.layout-fixed--top--right {
  position: fixed;
  top: 13px;
  right: 17px;
}
@media screen and (min-width: 1279.9px) {
  .layout-fixed--top--right {
    right: 50%;
    transform: translateX(calc(400px / 2 - 17px));
  }
}

.pg-tit {
  font-size: 16px;
  font-weight: 500;
}
.pg-tit__wrap {
  display: none;
  border-bottom: 1px solid #e7ecf0;
  background: #f7f9fb;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.pg-tit__wrap.show-pg-tit {
  display: block;
}
.pg-tit__wrap.hide-head {
  display: none;
}
.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%;
}

.bottom-nav {
  border-radius: 500px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
  position: fixed;
  left: 17px;
  bottom: 20px;
  width: calc(100% - 34px);
  max-width: 1246px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  z-index: 3;
  padding: 8px;
}
@media screen and (min-width: 1279.9px) {
  .bottom-nav {
    max-width: 366px;
  }
}
.bottom-nav__menu {
  min-width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 8px;
  border-radius: 44px;
  text-align: center;
  background: #e8eaf0;
}
.bottom-nav__menu, .bottom-nav__menu:hover, .bottom-nav__menu:active, .bottom-nav__menu:visited {
  color: #444;
}
.bottom-nav__menu.is-active {
  background: #4393f0;
  color: #fff;
}
.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 stroke='%23fff' stroke-width='1.5' d='M2.364 12.958c-.38-2.637-.57-3.955-.029-5.083.54-1.127 1.691-1.812 3.992-3.183l1.385-.825C9.8 2.623 10.846 2 12 2s2.199.623 4.288 1.867l1.385.825c2.3 1.37 3.451 2.056 3.992 3.183.54 1.128.35 2.446-.03 5.083l-.278 1.938c-.487 3.387-.731 5.08-1.906 6.092S16.553 22 13.106 22h-2.212c-3.447 0-5.17 0-6.345-1.012-1.175-1.011-1.419-2.705-1.906-6.092z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='1.5' d='M15 18H9'/%3E%3C/svg%3E");
}
.bottom-nav__menu.is-active .svg-icon.icon-search.icon-search {
  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='%23fff' stroke-width='1.5' d='M4 11a8 8 0 1 0 16 0 8 8 0 0 0-16 0Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='1.5' d='M17.5 17.5 21 21'/%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 stroke='%23fff' stroke-width='1.5' d='M8 6a4 4 0 1 0 8 0 4 4 0 0 0-8 0ZM20 17.5c0 2.485 0 4.5-8 4.5s-8-2.015-8-4.5S7.582 13 12 13s8 2.015 8 4.5Z'/%3E%3C/svg%3E");
}
.bottom-nav__menu--home {
  padding-inline: 15px;
}

.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;
  padding-inline: 17px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
}
@media screen and (min-width: 1279.9px) {
  .head {
    max-width: 400px;
  }
}
.head__none {
  display: none;
}
.head.head__bg {
  background: #fff;
}
.head.has-logo .head__sub {
  display: none;
}
.head.has-page-tit .head__logo,
.head.has-page-tit .head__push {
  display: none;
}
.head.has-control-font {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.head__push {
  position: relative;
}
.head__push__new {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ff4348;
}

.head__control-font {
  display: none;
  gap: 3px;
}
.head__control-font__txt {
  margin-right: 3px;
  color: #666;
  font-size: 12px;
}

.head__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.head__sub .svg-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  line-height: initial;
}

.head__page-tit {
  font-size: 14px;
  font-weight: 500;
}

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

.has-link {
  cursor: pointer;
}

.tip-txt--center {
  margin-inline: auto;
  text-align: center;
}

.sec-tit {
  font-size: 20px;
  font-weight: 700;
}
.sec-tit__wrap {
  margin-bottom: 10px;
}

.notice-tit {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

.tag {
  padding: 3px 8px;
  border-radius: 5px;
  background: #ecf5ff;
  font-size: 13px;
}
.tag__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;
  flex-wrap: wrap;
  gap: 5px;
}

.step--num {
  border-radius: 10px;
  border: 1px solid #dcdddf;
  background: #fff;
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  color: #666;
  font-weight: 500;
  position: relative;
}
.step--num:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 4px;
  text-align: center;
  line-height: 4px;
  background-color: transparent;
  color: #fff;
  position: absolute;
  right: -22px;
  background: url(../img/dot-border.png) no-repeat;
  background-size: contain;
}
.step--num.is-active {
  color: #fff;
  background-color: #4393f0;
  border: none;
}
.step--num.is-done {
  font-size: 0;
  background-color: #4393f0;
  border: none;
  opacity: 0.5;
  background-image: url(../img/chk.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
.step--num__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: 30px;
}

.result-text {
  font-size: 17px;
  color: #4393f0;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
}

.success-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;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  color: #111;
  font-weight: 700;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.text-line {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.text-xs {
  font-size: 13px;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 15px;
}

.title-md {
  font-size: 17px;
}

.title-lg {
  font-size: 22px;
}

/*common input form*/
.input-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;
}
.input-form__error-txt {
  line-height: 17px;
  color: #fa5951;
}
.input-form__tit-field {
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.input-form__input-field input[type=text],
.input-form__input-field input[type=password] {
  width: 100%;
}
.input-form__input-field + .input-form__tit-field {
  margin-top: 30px;
}
.input-form__mgt {
  margin-top: 10px;
}

.input-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.input-row {
  gap: 5px;
}

input.input--line {
  border: none;
  border-bottom: 1px solid #dcdddf;
  height: 50px;
  border-radius: 0;
  background: transparent;
  padding-inline: 0;
}

.input__has-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  height: 50px;
}
.input__has-btn input {
  border: none;
  padding: 0;
  background: transparent;
  padding-right: 20px;
}
.input__has-btn--line {
  border-bottom: 1px solid #dcdddf;
}

.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 {
  margin-top: 10px;
}
.agree__all {
  border-bottom: 1px solid #dcdddf;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.agree__body {
  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;
}
.agree__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.agree__item .svg-icon.icon-arrow {
  width: 12px;
  height: 12px;
  min-width: 12px;
}
.agree__item--indent {
  margin-left: 20px;
}
.agree__btn {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.login__field {
  margin-top: 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;
}
.login__field .btn {
  margin-top: 10px;
}

.login__find {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.login__find__tit {
  font-size: 15px;
  font-weight: 500;
  margin-right: auto;
}
.login__find__btn:not(:last-child) {
  position: relative;
}
.login__find__btn:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 12px;
  margin-inline: 10px;
  background: #e8eaf0;
  cursor: default;
}

.login__btns {
  margin-top: 20px;
}

.lgoin__sns {
  border-top: 1px solid #e8eaf0;
  margin-top: 40px;
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.lgoin__sns__btn {
  position: relative;
}
.lgoin__sns__btn img {
  width: 40px;
  position: absolute;
  left: 10px;
}

.card {
  border-radius: 15px;
  background-color: #fff;
  padding: 20px;
}

.recruit {
  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;
}
.recruit__item {
  position: relative;
  border-radius: 15px;
  background-color: #fff;
  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: 10px;
}
.recruit__tit {
  font-size: 15px;
  font-weight: 700;
}
.recruit__info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  margin-top: 5px;
}
.recruit__info {
  font-size: 13px;
  color: #666;
}
.recruit .btn-like {
  position: absolute;
  top: 15px;
  right: 20px;
}