@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*/
  scroll-behavior: smooth;
}

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: 15px;
  border-radius: 50px;
  border: solid 1px #dcdddf;
}
@media screen and (min-width: 1023.9px) {
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=date],
  input[type=search],
  select,
  textarea {
    height: 48px;
    font-size: 15px;
    padding-inline: 20px;
  }
}

input[type=date] {
  padding-right: 5px;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea {
  line-height: 1.5;
  outline: none;
  border-radius: 15px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/icon_arrow_down.png") !important;
  background-repeat: no-repeat !important;
  background-color: #fff;
  background-position: calc(100% - 10px) center !important;
  background-size: 12px auto !important;
  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-red {
  color: #ff4348 !important;
}

.u-color-gray {
  color: #666;
}

.u-bold {
  font-weight: 600;
}

.u-underline {
  text-decoration: underline;
}

.u-extend {
  flex: 1;
}

.u-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-mgt-30 {
  margin-top: 30px !important;
}

.u-mgl-20 {
  margin-left: 20px !important;
}

.u-mgb-10 {
  margin-bottom: 10px !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-ci {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='19' fill='none' viewBox='0 0 16 19'%3E%3Cpath fill='url(%23a)' d='M0 0h16v19H0z'/%3E%3Cdefs%3E%3Cpattern id='a' width='1' height='1' patternContentUnits='objectBoundingBox'%3E%3Cuse xlink:href='%23b' transform='matrix(.0082 0 0 .0069 0 -.01)'/%3E%3C/pattern%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHoAAACUCAYAAABcFz0WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVDOERDODRBRDk1QzExRjA4OTgyRDdGQjNBM0VEM0JFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVDOERDODRCRDk1QzExRjA4OTgyRDdGQjNBM0VEM0JFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUM4REM4NDhEOTVDMTFGMDg5ODJEN0ZCM0EzRUQzQkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUM4REM4NDlEOTVDMTFGMDg5ODJEN0ZCM0EzRUQzQkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4RacpPAAAVyElEQVR42uxdiXIb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' id='b' width='122' height='148' preserveAspectRatio='none'/%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-pen {
  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 clip-path='url(%23a)'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='m10.77 3.059.695-.695a2.95 2.95 0 1 1 4.171 4.17l-.695.696m-4.17-4.171s.086 1.477 1.39 2.78c1.303 1.304 2.78 1.39 2.78 1.39m-4.17-4.17-6.392 6.39c-.433.434-.65.65-.835.889q-.33.423-.562.908c-.13.274-.227.564-.42 1.145l-.82 2.46M14.94 7.23l-6.39 6.39c-.434.434-.65.65-.889.836q-.423.33-.908.562c-.273.13-.564.227-1.145.42l-2.46.82M1.74 14.853l-.2.601a.795.795 0 0 0 1.006 1.006l.601-.2m-1.407-1.407 1.407 1.407'/%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-lock {
  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 16c0-2.828 0-4.243.879-5.121C3.757 10 5.172 10 8 10h8c2.828 0 4.243 0 5.121.879C22 11.757 22 13.172 22 16s0 4.243-.879 5.121C20.243 22 18.828 22 16 22H8c-2.828 0-4.243 0-5.121-.879C2 20.243 2 18.828 2 16Z'/%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-width='1.5' d='M6 10V8a6 6 0 1 1 12 0v2'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-re {
  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='m19.5 12-5 5m5-5-5-5m5 5h-10c-1.667 0-5-1-5-5'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-double-arrow {
  display: inline-block;
  width: 26px;
  min-width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 26 26'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m20.583 14.082-7.584-6.5-7.583 6.5'/%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m20.583 18.418-7.584-6.5-7.583 6.5'/%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");
}
.svg-icon.icon-ci.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='19' fill='none' viewBox='0 0 16 19'%3E%3Cpath fill='url(%23a)' d='M0 0h16v19H0z'/%3E%3Cdefs%3E%3Cpattern id='a' width='1' height='1' patternContentUnits='objectBoundingBox'%3E%3Cuse xlink:href='%23b' transform='matrix(.0082 0 0 .0069 0 -.01)'/%3E%3C/pattern%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHoAAACUCAYAAABcFz0WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVDOERDODRBRDk1QzExRjA4OTgyRDdGQjNBM0VEM0JFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVDOERDODRCRDk1QzExRjA4OTgyRDdGQjNBM0VEM0JFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUM4REM4NDhEOTVDMTFGMDg5ODJEN0ZCM0EzRUQzQkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUM4REM4NDlEOTVDMTFGMDg5ODJEN0ZCM0EzRUQzQkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4RacpPAAAVyElEQVR42uxdiXIbxxHtxUESJCXeh+7LkiVZtiIfsh07ceLYlUryvanKUeU4dsV24liyrJuSKFLURcq8xBMggM124XV2uFocO7PALsCdqimCJLCYmTfd/bqnZ8aybZuS0vkllQxBAnRSEqCTkgCdlATopCRAJyUBOikJ0ElJgO7gYiVAJ6VqyXTYTE+hppXXGfyeViY2v9dGjWs/Sk4toG47tWzS5kzMgaMAHbMxGDxIOad2O7XHqYP42Y+/WwrQJc/zLc3vDtucdgPcn536wqnPnbpl0qY4A203MAn4Zxb96HXqPoA6jN/7nDrh1P0AvE+RbH5+UZEUUiZBlEBn0M41p95z6l28LvhMzLYDupGBZXAGACADOYTXI07twuv9eD0I6c3h/334X6+i0ssYuLKnHVbEY5FF+5fQTy6zTt1UVHhH22hu6wGnjjn1tFOPY0AOQtVlAWxG+T0NCc/ibxkfG22HwWpDLF0wM9zmUfSxF21PmQxeHNV0RhnwYdRDTr0IsM869TVI9aiPbe2Esl8BugeTti1Zt6jJcpVZfRBAnnPqYfx+FgMwCcA7yWvwG59sWC5wJkZSrLaJgb3k1GNOfQ9qmkEfV9wPUlh2J5ayYpd3dG1zXFS3gJ0GY34d0noOADPgb4BM7cVSVqrdLkBbNRrbD7X8qVNPQILPgITkKCnG3CMTgfR6gWfCcRn1TwB5APbJ+zm7wwhXS12WKKWYXaUPnfoxVPQvfNpk+UyYBOw2stHMot926udOfQdkK93AxNmLxY470N4G9qAeceofIM2/okr0yo+IWIn07vIy2kaiWWI5qvW+U3/n1FOQ5Fp+9l4HWYC22gVoC8B+DJA/okpYMlHT9aXZWKozTWygqrYlJv172OR3q/jGdgLy/0sKZk7i9rEE2mubR8CoP4Tq7k6kuKHC49RFu5MmYqe6Rap5PfgTBEN+C+m2W+AySSKCmplh12GxcZhoGVQOfXLSwQpVkg6KcQDab4HCQjDkbZCvCwDZZECDqHaxaxIv3lYGy64SiAmF+DTYD8tn/Gxgwgs3nF3yzKkLVEk8yJu4WZkQG+5tBMeuzzv1l1DbYzUk1wqoJeoVBrSAAWKpWHfqS4Bt0e7Yse2ZGClq/kKJX0aLutTK/GWRKtklj5y6CqBLcVTdHLv+NQjYu+Qf4dKRbvX9OwCzCDCXIcEL+H0Drzfwe17x0b1Ap1oo0X4upPqdXejXY9Ql9NWKG9C8EMErT0epshqlK8X1bDcD9hwD8dSp07BpjwFsAZK8g1r0mWjV8sVa6UJ5xyOttF3aT3FQ3WoDmXydBMO+AJWtK8XV4tzbkFQG9IpT56mSV3UHUv0c77EV3tCujD6UtORmAH0UqvoDqiw19hgSFa/t5Rl+06m3AO4VgMtSPQdJaMTla+cgih010D1Q1ewr87rygAc4U6liMO879V9O/R4SPQ1wLeW7OvlglkjTfWVwWZo5ge8dRMJMbJaUDahhtsHfgIky0D/h70lpIdBZMMVx2OTBENu4Bdv7g1O/gG85k4AcDdCyI4JTcA9p2GW/UgLbZHv8T6d+7dTvoKbLCXTRAN0Pm/wm7PNQQDfJrzCrfuDUPzv1K6deh4/sLSmK74a5jlTdI5DqAXo1U0SHhD0Do/43AC/W8KWT0iKgx6G2z0N160qXSP4zqOm/K+o6KREDbYF8HQDIQaJLXpVug2XfBwGbSUAOp6QMAebCa6ayuzGn+QzVlWI1fY0qW0bXE4iil+g0Ps9SfAwS3eXj2Aexz09gk//m1G8BvJ+/3ohPn5SQgJbltGGo7m5NAqaqb4588bLcQ6oszfm9N4iGaGWJ9QQzlWhW17xKNQm1reNGyRETK7DLt2GbdQbRbzdISumrpBt3k7su7d2EXyb37JAdcteA1UyVss/32Z0q0Sn4z6NwrXoNmLZI8hR+bgSU0loTYQxewXH87FbaWvQALeBvk7tMKK8XwRl4Qi43SBKtuEwCU9Utpwx0GzzLhpp+ArdqC8/aCWGQWHo5xVh2Zx4j97wTi15dnxag86gr5CYwTJO7NMqTfK2dyKKpRO9HkGQC9lrHRvLAvoDavovBtDUmi1oGIb28DfczqmS7XKLda+ONPJMB3gSoD9HOWVTJAFkiN7tFjozKx02dmwItxzr1exh30LIF6ZGMR9MBYoLIeWqcr/YpzMuwhsbqV/rYBQ+DV+guoJ2PMDGfwh1chlbKx02dmwZMujEIvQZA25CCDdSCYX/YlPDOTM5X4/Ti84rm0NE2KfRtEn9TTzJ6Bimfge+/AM10D+ao4MMh7HaUaCE2OXL3M+uUPNSfnKelYwIsqGa2w7zt5yPYZpPgUMrns2o/2f6fwHceBri3UVm934CWykftkoWZYRJGEr7p59nd45j7aajqErVmDzhzlTP4nfnKEXgQLPkPQDRLUarxTMgdjrJYIGBsPy/Cnrbqe/vI3Us2Dk3CLH0AgN8A0dyG1NsG5iQyoOO0vbUXxGucDM/lMix9UOt5cg+/GwVzv+HDQ2odxRUboNV9TbqAh7lDwhu5imoSdkOdn4EqZ/V+BUGYWSVO0DaqO6zEd3WHhC5JifIEQZnsMlnTAJdgTpgznIS79hOY+kMfsJtitzMhgJOmcLaxlMk/hhykiOtTjECi633POBj7KsC24H/nW8HEM4YzeAeBgwJ8Td3nyUGn+xCJKlLwDWU2XJkZMN3TcPu6WijVVp2xHoNvPwEPYQftfaJM8qbYaVOg8wBmk/Tj3RYAGQRLfQl/WqcskhtKHVVUZ5wKq/DL6DOz8KsYx4Vm+tmmQG8DlJdgmjlNoOUMbl4Fk9ixTuEQpKQhnUQQI44Hw3bBBXsBsyc7PjebRcxMBqEMeyNhwH2QSB07LwsQZ6F+X2hOvEV8flixg5cpHgfDlpX+iiv4G6pk5qRhuqbAyENn46YSXVBU944B+emH3RoFQCXN6JFcn8CLDT9gMOWgnDDVuE4//d7fA8lmif4ZGmk2jhK9jgYukn9yfaMDsJ/c3DPJVlk3mNU8cD+CKPLzeZHjLZiGsuIl2FT79IEw3Terhhq/SO4m/ucY03xcJLoEeyoJA2cMBiALRsrP4JWf2yBUQZ6hDsoGfFTJBLkDtTipDK5Fu49JliuTemCGcjBFciFLb4hS7j0VkU3XR8BjBZP0PhkcZRG26t4E2Ks+/mCjWaDq/0cg2Yehfr2nFNRqi1/ZwsRhCZmGS5NV7LeAXMLfZQ36AN57HO2RVGYrJLD9OMMotM4UOMp0XIAuAognqIv4WzaAevMOjBwEuwzVzT7mvIZ6FOB58s2hSqJg1iPREjLNKHzhECbdabweBlkcw98HlPFLhxSNY/f0NRC0TfT7ZlgulqlEi9SsonGmzn4v7DQTlOsAyCsJuhvqJNu0RLW33L6E6t8HTSBXMN0G0KdgYkbIfw+4NxQatBzA88/CXq96tFpkJx6UMTDLsC8TBgRFziY7gTqFMKF3EIOq8CChyhTtzgIt4TO3AO45AHBCASYT4Pn1Sg9iAJdAKqc8Wi2yEw9sdHwKpKcPqlEn9Cif4fSf9zFxnsIseDtpGUh2PZJZUrSVFDYlD8hdjDgIV+g8tNBJqn7loRXAfMlBAhly8+cWKCZ3aohNeQwCM0avbs8JMtO7YRvPQ2Ve9bhvFkW3M2INbZoGEIvgAhOw70HJmeWjUboxjichQDn0P0UR32S3jAZdhepNe9yRoMQsA2LSBbOQg82eb1CFh1m80rmtSPoyeMSi0uajCkFLaWgaS2Hh5+G63oMW2Ywa6DXM8AmQiFMhqFNRYS9BRoogR6UQCZoJCRV//UfY835ylyAPaLhe3v+nFGJ2CuOwFbXqlpP55mFPXoYUNcpChYmvPqf410bkJESbXkZw43u8HiP35tsgEp2q0v9xaIlHkO5IgRZ1Mg31PQYbO0bBs0+8t9OdQIh0GM/5Cd+x1CKgq4FiKdqF1flXiCfsQNLPKcxch43byqSRU35ndaU67CW8LbDkuwA9S7t3SDTCQv3+x27NG4gY9UBjrNSwV81Oo/V7bgE8ZYzcBZoThtxArhg+pIBOcQBaVo6yaByTkjfJXadudGekn91iFXYZ4cgC/jetSHYrd0NU4wQlaJwRqO6Digdi4l/Lpauj9OqW4kiALpG78WwC0nyM9BISJDyppu0exzNTGEBmo/8B610j/cwUUzWuAs+a5ju85rZeBBvPBJxI6sQYJnczYxYCZUcJtOpXP0UgZTlgtMw7gN7SDyYqPwdgKm5GBLSf+eCJzvnbr0O6jwcca8tHgLLQEvvAAfJRAe0NYLC9+gZAZNDhIU02ri7r8QQ4gsrEh1e6bkFz/BcT6wX+l8HsL5N/MoMqQfKeMNR+HtrmK9jY45BqExM7iWdMQWsuxEGiRYVdJ3cP9SUNoOuVrCLdgwB/GXZsFeRwntydmgJ+StEYAnC9fC0dgicb55/CRUppjnkGY3cQY7kcNDIY9iY7r7qZg395GJJ9lMx2NfqVHEKFY1CVq+SeTsABlgfk5pJtk3u9UFrRFjtQt0uYEEUNf7oaOV1Ae47A1urk1aXJPcttjDTSjZop0SVFhX+JGTiEyFlPDXYdlKhITL0brJQg5YuocsKRJEdkFaDVzW5y9dBzcpMVFgMC7JWyFUy0mwC6SxPoDPp2FN7M3TgBrQKzADV+Gh019S/rlT5ogT58nyw7FgGwGsSR4MeKEgdg23oNEm4baDV1CXed9O+usoBVN2o6jkATBm8NDj93lvOjzhtEjRqx3Vnwg8kGB7KsSKGcgZKCRpKzSYKWHWiKOYyBLiFLoz+SO5+JK9BywdgVDF4BoNdKsDdR5zoTJ6X4rO9BE8gukhmo9KClgH4/wefXDCTaIveMtNgCrfqX1yE9I4h0nQzJtQuzcNveBlBb5Kbh6vIU2Wa0FUI/tfraimMfbA/QS3A5JDPlM9huIVR+4DVzV6Rf/F0CE5+AxLGLdod2X9ISpCyjbpBZ8n+XQiZjLdGkzPDbsNcZDOAR8j8HzG4y0LWA64a9HoPHsEi7b8ELEj0rk3nyZFohk7EC2q7x9xmw8U0QoEsgaf20+/SDVhydYdVQvQL2EFTvhqb9twy0k6UAnYoj0LWiSuuo30I9zgDwwwgMnKqjopp1FbFXVcq+7V5yk/xJQ6LDyIJRDx6IJdB2HWb6ACAXAPBFSNAYtb5YPiDJxvyyJlgpCucIkNiSsUakW1yvF+TGhOWsTbmnoxcD3eVR6c0GeRskSnY6mhxfGYYJ0tYKUZExuwZJu0fu9tcpEKCjkPAjTWxPNRA2FW9hWxOsEmmsIWtqyNgAXa+Reahytt+jkKazkG4hRl1NlmQp80pUy2Qbr1xLYbohv6xrPuJy7IPXxdkm97hkVum3APQswD8ICZejpHtRu0MM7PAE4xv0eE39oeHzBtBe3aOuRePI7tJyuwJt1xn0Agb+maLCJ8CGOdjCcenJEIFme8wZIt9hkq0a+L1laCHZc72nJbqWdIsbxlG0u1DbBwAuhyr5sDY5R5uzTHog5T20e6HfqvHTwmRKeST5H3D7dElUDm05hbYNGACcIvc2gJ1OALoeqWHmOw37uR8SPwQJl2MxBhW/t0fxPzMK+GnPc+V8bTYVfCUTryE/MvR/5YKZQ+TeUqALdBEgb5HGcmccgbYbHEC5HX6K3Btw+hSJzuF1jtwN8FnlveKqFcEJ1MtR5mj3Kby6JUPukqcJiSyRe6b5eidLtFedl5TOb9T4TNqjwiWNKKdEuYrkXvWwQeFuChgEh3gLP/s1+y/7zh6Ru7bfkUDr7oMuKhNBDR9mlL6XFKm2Q24Df8cwuTstTC5n3QRJfEkaSRDtZqNN/GNhrFaNgQpjz7U8IwUCdoKCX87qLXLv1mN4HusUkwT+OGuCsLfreHdq2DAR7AJeQrBnTKPd3kmxCA9grpNVd7sVOcXoLIhYGHF5Wc5dTVR3NATRS95Yej+kyjFSv4bLl9V4tlrmQcQeUUy2ze6V4t0frZZjCOJcwOsw7vZYgepeNvHzkqIXwPBKXQ6k612q3KJnCrJ4DUy8ZsndWpQAHSHR4wDNB1RZO/+cKunCo1Umh1XneWpolqN+fGwGn1R8z4eENewlJEAHD9Z4C0vtcae+Q5XMmAtVWLaOe7WNAMkj8t81YicS3RzJlaRFsc2TYNd8+N0fqRL9mqgipUHPG9uBNPOmh2sAXPsQ2ATo4LZ5iNzTftlPfgOSzHVfHXUcpKzCNk/Bf9a9szMBWkOF86IJL4eegzQz8eIlSF427a/CzoMWiePPkrsVqBBUVTcDaB4AXvBX9wWpi+NhhBRrPccK+Jxa/5cTFSRJPovv5T4dhu3lIMhbitoe9JFik9N92ZXijJYvqLKrcyrgeDQVaGadI2CaOXLv11CrLsA676+XLO9NvZVDcWTNuo/c3YsyiQ+jj/zzCCR4fwht97aRhYTDnDfAtNfr8IamA20ps/0gZvpZzHBZHC+3COh6d11UyyrxAi17kOV6hUEAmiP3Hq2cIulWSBNUfRYTsKuoz8IAOSyJ7oHd4t2HH4F1SjJ+GBeU6kpzI+9RgZbsE16QkBvuZYdGpgFAgxAvr08t6+LsRn1NlSO1HlBMLk+RmcgDImuuTEzGwRi3TWdhEyZHvRMLLXo15YhI7zjmoOUpXKkfAHioVxeaAi1nS4vtEh9ycA/41iZpu16ixuSLExG/xM8lCvHilDBUt2p/U5SURsbKO0GYbF2HJHNq8YtmfHlYVy3IZaQlivYm9lb61GF8hvPAbsIus9p+0qwGhwU0UWsPR++ECbIEVc3E66+QZr9D50Ox1amIZvdeL7zceBvqmtX24yo2uRwniU7ADqb9piG9vBPkL1QJdS5XCfbESnUnIDfmR7O7OQ97zJJ8DfZ5p4rbGisbbSVgNwRQCS7UddjlW1DXO81U182S6ATs3WMgO0BlXflbAM0b+LwXlkmwptyshiXLlM0LlDDhugPJvQF1/YwMM0US1R2N/2z7/F9u9WMp/gLs+jZIl+yK9FP3dlyBVk/HlSW+vRgdY8ldhaQWAeg0bPI3+H2xzhjGXqJV+5KivWent8nd5XgHgN8HyHJP1UYNolZuVUPDiHWLOiqAXWY8nWgn8KU/so6u3schJyJIuJcrLyXyqtMMiBaDPoefsYoSZkIaFAZT9h6TotLb0Qarh8LwuvoapJIlVPZRL+JvcgHpIqR6ncLZQB87oG0MipyAyysvQ+TeXyFrui2zRQbgivTKyQIFcu/lWII6XkEfn0Oi5YIWkXiborvuuKlAEzo6BYmWc0Xkuno10S5uQKspPLKPqgzA5EAYOUhuFRLL0r1Mu5MqGiGskffbsm3bdKA4f4qzIzmnagSA56m91qnVYEURIJfJPb4yD5DzqCVqs6ILdCzVU1KqlyQrJAG6IfuclESik5IAnZQE6KQkQCclATopCdBJSYDeS+V/AgwAOwdBQiQHDD4AAAAASUVORK5CYII=' id='b' width='122' height='148' preserveAspectRatio='none'/%3E%3C/defs%3E%3C/svg%3E");
}
.svg-icon.icon-calendar.white {
  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 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='%23fff' stroke-linecap='round' stroke-width='1.5' d='M7 4V2.5M17 4V2.5M2.5 9h19'/%3E%3Cpath fill='%23fff' 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");
}
.svg-icon.icon-link.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='%236E6E6F' 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");
}
.svg-icon.icon-file.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='%236E6E6F' 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");
}
.svg-icon.icon-push.point {
  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='%234393f0' 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='%234393f0' 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");
}

.png-icon {
  vertical-align: top;
  font-size: 0;
}
.png-icon.icon-ios {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon-ios.png);
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.png-icon.icon-android {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon-android.png);
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.png-icon.icon-guide {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon-guide.png);
  width: 133px;
  min-width: 133px;
  height: 100px;
}
.png-icon.icon-cs {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon-cs.png);
  width: 100px;
  min-width: 100px;
  height: 100px;
}
.png-icon.faq {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/faq.png);
  width: 100px;
  min-width: 100px;
  height: 100px;
}
.png-icon.icon-partners {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon-partners.png);
  width: 100px;
  min-width: 100px;
  height: 100px;
}

/*!스크롤*/
.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 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023.9px) {
  .swiper--main {
    margin-bottom: 25px;
  }
}
.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 {
  display: inline-block;
  margin-inline: 5px;
  width: 1px;
  height: 10px;
  background-color: #e8eaf0;
}
@media screen and (min-width: 1023.9px) {
  .divider-line--text {
    margin-inline: 8px;
  }
}

@media screen and (max-width: 1023.9px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1023.9px) {
  .mobile {
    display: none !important;
  }
}

.fc .fc-toolbar.fc-header-toolbar {
  background-color: #4393f0;
  padding-block: 7px;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.fc-theme-standard th {
  background-color: #e2e5ee;
  font-size: 14px;
}

.fc .fc-col-header-cell-cushion {
  padding-block: 5px;
}

.fc .fc-daygrid-day-number {
  padding-block: 13px;
}

.fc .fc-col-header-cell-cushion {
  font-size: 14px;
}

.fc .fc-toolbar-title {
  color: #fff;
  font-size: 16px;
}

.fc .fc-button-primary {
  background-color: transparent;
  border: none;
  margin-top: -5px;
}
.fc .fc-button-primary:active, .fc .fc-button-primary:hover, .fc .fc-button-primary:visited {
  background-color: transparent;
  border: none;
}

.fc-button,
.fc-button:focus,
.fc-button:active,
.fc-button:hover,
.fc-button:visited,
.fc-button:focus-within,
.fc-button:any-link,
.fc-button:link {
  background: none !important;
  color: #fff !important;
  border: none !important;
  outline: none !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  transition: none !important;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 0em;
  margin: 0;
}

.fc .fc-daygrid-day-top {
  justify-content: center;
}

/* 일요일 날짜 숫자 */
.fc-day-sun .fc-daygrid-day-number {
  color: #e53935;
}

/* 일요일 헤더 (일, 월, 화…) */
.fc-col-header-cell.fc-day-sun {
  color: #e53935;
}

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;
  font-weight: 600;
}
.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 {
  padding-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .btn__wrap--bottom {
    padding-top: 30px;
  }
}
.btn__wrap--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;
}
.btn--full {
  width: 100%;
  min-width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .btn--full-mobile {
    width: 100%;
    min-width: 100%;
  }
}
.btn--extend {
  flex: 1;
}
@media screen and (max-width: 1023.9px) {
  .btn--extend-mobile {
    flex: 1;
  }
}
@media screen and (min-width: 1023.9px) {
  .btn--extend-pc {
    flex: 1;
  }
}
.btn--point {
  background-color: #4393f0;
  color: #fff;
}
.btn--yellow {
  background: #ffe600;
}
.btn--green {
  background-color: #49b75b;
  color: #fff;
}
.btn--black {
  background: #111;
  color: #fff;
}
.btn--gray {
  background: #e8eaf0;
}
.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--txt {
  text-decoration: underline;
  padding: 0;
  text-underline-offset: 2px;
  border-radius: 0;
}
@media screen and (max-width: 1023.9px) {
  .btn--txt {
    font-size: 12px;
  }
}
.btn--l {
  height: 50px;
  font-size: 15px;
}
.btn--m {
  min-height: 44px;
  font-size: 14px;
}
.btn--s {
  height: 39px;
  font-size: 14px;
}
.btn--xs {
  min-height: 30px;
  font-size: 13px;
}
.btn--min-w-s {
  min-width: 70px;
}
.btn--min-w-m {
  min-width: 150px;
}
.btn--icon {
  padding: 0;
  aspect-ratio: 1/1;
  min-width: 0;
}
.btn--icon.btn--xxs {
  min-width: 22px;
}
.btn .icon-calendar {
  width: 18px;
  min-width: 18px;
}

.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;
}

.btn-app {
  display: -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;
  border-radius: 12px;
  border: 1px solid #e8eaf0;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  width: 240px;
  height: 80px;
}
@media screen and (max-width: 1023.9px) {
  .btn-app {
    width: 150px;
    height: 50px;
  }
  .btn-app .png-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}
.btn-app__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
}
@media screen and (max-width: 1023.9px) {
  .btn-app__txt {
    font-size: 13px;
  }
}

.btn-filter {
  border-radius: 50px;
  border: 1px solid #dcdddf;
  background: #e8eaf0;
  height: 48px;
  padding-inline: 15px;
  gap: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  font-size: 15px;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (min-width: 1023.9px) {
  .btn-filter {
    min-width: 160px;
  }
}
@media screen and (max-width: 1023.9px) {
  .btn-filter {
    height: 40px;
    font-size: 14px;
    flex: 1;
    max-width: calc((100% - 10px) / 3);
    padding-inline: 5px;
  }
}
.btn-filter:after {
  content: "";
  width: 10px;
  height: 10px;
  min-width: 10px;
  display: inline-block;
  background-image: url(../img/icon_arrow_down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
@media screen and (max-width: 1023.9px) {
  .btn-filter--health {
    min-width: 122px;
  }
}
.btn-filter__selected {
  flex: 1;
  overflow: hidden;
}

/*!페이징 << < > >> */
.paging {
  margin-top: 30px;
  text-align: center;
  width: 100% !important;
}
.paging__first, .paging__prev, .paging__page, .paging__next, .paging__last {
  min-width: 42px;
  height: 42px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 0;
}
@media screen and (max-width: 767.9px) {
  .paging__first, .paging__prev, .paging__page, .paging__next, .paging__last {
    min-width: 32px;
    height: 32px;
  }
}
.paging__first img, .paging__prev img, .paging__next img, .paging__last img {
  height: 18px;
}
.paging__first, .paging__prev {
  transform: rotate(180deg);
}
.paging__prev {
  margin-right: 7px;
}
@media screen and (max-width: 767.9px) {
  .paging__prev {
    margin-right: 4px;
  }
}
.paging__next {
  margin-left: 7px;
}
@media screen and (max-width: 767.9px) {
  .paging__next {
    margin-right: 4px;
  }
}
.paging__page {
  line-height: inherit;
}
.paging__page.is-active {
  font-weight: bold;
  color: #fff;
  background-color: #4393f0;
  border-radius: 12px;
}
.paging__page.is-disabled {
  cursor: auto;
  opacity: 0.4;
}

.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;
  border-radius: 50px;
  background: #e8eaf0;
  font-weight: 600;
  min-width: 145px;
  height: 40px;
}
@media screen and (max-width: 1023.9px) {
  .tab {
    font-size: 14px;
    flex: 1;
  }
}
.tab.is-active {
  background-color: #4393f0;
  color: #fff;
}
.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;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  margin-bottom: 40px;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .tab__wrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8eaf0;
  }
}
.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--l {
  gap: 20px;
  font-size: 15px;
}

.chk-btn {
  flex: 1;
}
@media screen and (min-width: 1023.9px) {
  .chk-btn--min-w-m {
    width: 200px;
    min-width: 200px;
    flex: none;
  }
}
.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%;
  border: 1px solid #e8eaf0;
}
.chk-btn input {
  display: none;
}
.chk-btn input:checked + .chk-btn__display {
  border: 1px solid #4393f0;
  color: #4393f0;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(67, 147, 240, 0.4);
}
.chk-btn.has-chk .chk-btn__display {
  justify-content: flex-start;
  gap: 5px;
}
.chk-btn.has-chk .chk-btn__display:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/chk_off.png);
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.chk-btn.has-chk input:checked + .chk-btn__display {
  box-shadow: 0 2px 4px 0 rgba(67, 147, 240, 0.4);
}
.chk-btn.has-chk input:checked + .chk-btn__display:before {
  background-image: url(../img/chk_on.png);
}
.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;
}
.chk-btn__wrap.is-flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.chk-btn__wrap.is-flex-wrap .chk-btn {
  flex: none;
}
.chk-btn__wrap--col01 {
  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;
}
.chk-btn.is-none-flex {
  flex: auto;
}

.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/like_off.png);
  width: 22px;
  min-width: 22px;
  height: 22px;
}
@media screen and (min-width: 1023.9px) {
  .chk-like input[type=checkbox]:before {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }
}
.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/like_on.png);
  width: 22px;
  min-width: 22px;
  height: 22px;
}
@media screen and (min-width: 1023.9px) {
  .chk-like input[type=checkbox]:checked::before {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }
}

.chk-like-btn {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background-color: #e8eaf0;
  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;
  cursor: pointer;
}
.chk-like-btn input[type=checkbox] {
  height: 26px;
}
@media screen and (max-width: 1023.9px) {
  .chk-like-btn input[type=checkbox] {
    height: 22px;
  }
}
.chk-like-btn 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_off2.png);
  width: 22px;
  min-width: 22px;
  height: 22px;
}
@media screen and (min-width: 1023.9px) {
  .chk-like-btn input[type=checkbox]:before {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }
}
.chk-like-btn input[type=checkbox]:checked::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/like_on2.png);
  width: 22px;
  min-width: 22px;
  height: 22px;
}
@media screen and (min-width: 1023.9px) {
  .chk-like-btn input[type=checkbox]:checked::before {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }
}

.switch {
  width: 40px;
  height: 20px;
  display: inline-block;
  -webkit-appearance: none;
  background-color: #999;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  cursor: pointer;
}
.switch__wrap {
  position: relative;
  width: 40px;
}
.switch:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.switch:checked[type=checkbox] {
  background-color: #4393f0;
  transition: all 0.3s ease;
}
.switch:checked[type=checkbox]:after {
  left: 22px;
  transition: all 0.3s ease;
  background-color: #fff;
  border: none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  max-height: 100vh;
  z-index: 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;
}
.popup.is-active {
  height: 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;
}
.popup.is-active .popup__bg-close {
  width: 100%;
  height: 100vh;
}
.popup.is-active .fixed-btns--mobile {
  position: fixed;
}
.popup__bg-close {
  position: fixed;
  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--l {
  width: 600px;
}
.popup__container--m {
  width: 420px;
}
.popup__container--sm {
  width: 320px;
}
.popup__content {
  padding: 20px 20px 20px;
  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 0 25px;
  margin-inline: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.popup__btns--col {
  flex-direction: column;
}
.popup__btns--col > * {
  width: 100%;
}
.popup__btns.has-top-line {
  border-top: 1px solid #e8eaf0;
  padding-top: 20px;
}
.popup__tit {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  text-align: center;
}
.popup__tit.has-line {
  border-bottom: 1px solid #e8eaf0;
  padding-bottom: 20px;
  margin-inline: 25px;
}
.popup__tit-sub {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.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;
}
@media screen and (min-width: 1023.9px) {
  .popup.type-full .popup__close .svg-icon {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .popup.type-full .popup__tit {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding-top: 0;
    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;
    max-width: none;
  }
  .popup.type-full .popup__close {
    background: none;
    top: 3px;
    left: 8px;
    right: auto;
  }
  .popup.type-full .popup__content {
    padding-inline: 0;
  }
}
.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;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .popup .fixed-btns--mobile {
    position: absolute;
  }
}

body {
  background-color: #f4f5f6;
}

main {
  font-size: 1rem;
}

.layout--center {
  width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 1279.9px) {
  .layout--center {
    width: 100%;
    padding-inline: 17px;
  }
}
@media screen and (min-width: 1023.9px) {
  .layout--center--s {
    width: 550px;
  }
}
@media screen and (min-width: 1023.9px) {
  .layout--center--m {
    width: 780px;
  }
}

.layout-container {
  padding-top: 130px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1023.9px) {
  .layout-container {
    min-height: calc(var(--vh, 1vh) * 100 - 174px);
  }
}
@media screen and (max-width: 1023.9px) {
  .layout-container {
    padding-top: 65px;
    padding-bottom: 30px;
  }
}
.layout-container > * {
  align-self: stretch;
}
.layout-container.none-head {
  padding-top: 20px;
}
@media screen and (max-width: 1023.9px) {
  .layout-container.has-bottom-nav {
    padding-bottom: 100px;
  }
}
.layout-container--v-center {
  justify-content: center;
}
@media screen and (max-width: 1023.9px) {
  .layout-container .layout__height-full {
    min-height: calc(var(--vh, 1vh) * 100 - 50px - 50px);
  }
}
@media screen and (max-width: 1023.9px) {
  .layout-container--pdt-0 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1023.9px) {
  .layout-container.none-head-m {
    padding-top: 0;
  }
}

.layout-grid {
  gap: 20px;
  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;
}
.layout-grid--row {
  flex-direction: row;
}
.layout-grid--extend {
  flex: 1;
}

.layout__height-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;
  min-height: 400px;
}
@media screen and (max-width: 1023.9px) {
  .layout__height-full {
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
.layout__height-full__bottom {
  margin-top: auto;
}

.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: 1166px;
  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;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1023.9px) {
  .bottom-nav {
    display: none;
  }
}
.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 {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 11;
}
@media screen and (min-width: 1023.9px) {
  .head {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
  }
}
@media screen and (max-width: 1023.9px) {
  .head {
    background-color: #f4f5f6;
  }
}
.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: 80px;
}
@media screen and (max-width: 1023.9px) {
  .head__inner {
    height: 50px;
  }
}
@media screen and (min-width: 1023.9px) {
  .head__logo img {
    width: 165px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head__logo img {
    width: 93px;
  }
}
.head__none {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .head__none-mobile {
    display: none;
  }
}
.head.head__bg {
  background: #fff;
}
.head.has-logo .head__sub {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .head.has-page-tit .head__logo,
  .head.has-page-tit .head__push {
    display: none;
  }
}
.head.has-control-font .head__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__bg {
  background-color: #fff;
}

.head__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1023.9px) {
  .head__links > *:not(.head__push) {
    display: none;
  }
}

.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;
}
@media screen and (min-width: 1023.9px) {
  .head__control-font {
    display: none !important;
  }
}
.head__control-font__txt {
  margin-right: 3px;
  color: #666;
  font-size: 12px;
  white-space: nowrap;
}

.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;
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 1023.9px) {
  .head__sub {
    display: none;
  }
}
.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;
}

.footer {
  background: #363636;
  padding-block: 45px;
}
@media screen and (max-width: 1023.9px) {
  .footer {
    display: none;
  }
}
.footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.footer__links * {
  color: #fff;
  font-size: 16px;
}
.footer__address {
  color: #aaa;
  font-size: 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;
}
.footer__address > *:not(:last-child) {
  position: relative;
}
.footer__address > *:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 12px;
  margin-inline: 8px;
  background: #e8eaf0;
  cursor: default;
}
.footer__address > *:not(:last-child):after {
  background-color: #575757;
}
.footer__copy {
  color: #aaa;
  font-size: 15px;
  margin-top: 5px;
}

.quick {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 10px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  padding: 12px;
  border: 1px solid #e8eaf0;
  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;
  width: 110px;
}
@media screen and (max-width: 1500px) {
  .quick {
    display: none;
  }
}
.quick__block {
  border-bottom: 1px solid #e8eaf0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.quick__tit {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.quick__more {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}
.quick__top {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.quick__btn {
  border-radius: 5px;
  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;
  padding-block: 10px;
  text-align: center;
  width: 100%;
}
.quick__btn img {
  max-height: 32px;
  max-width: 32px;
  width: auto;
}
.quick__btn--kakao {
  background-color: #fff73c;
}
.quick__btn--app {
  background-color: #4393f0;
  color: #fff;
}

.quick-last__link {
  font-size: 13px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quick-cs__tel {
  font-size: 15px;
  font-weight: 700;
  color: #4393f0;
}
.quick-cs__hour {
  font-size: 13px;
  color: #666;
}

.quick-btns {
  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;
}

.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 {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  gap: 5px;
}
@media screen and (max-width: 1023.9px) {
  .tip-txt {
    font-size: 13px;
  }
}
.tip-txt--center {
  margin-inline: auto;
  text-align: center;
}

.pg-tit {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .pg-tit {
    display: none;
  }
}

.sec-tit {
  font-weight: 700;
}
@media screen and (min-width: 1023.9px) {
  .sec-tit {
    text-align: center;
    font-size: 36px;
  }
}
@media screen and (max-width: 1023.9px) {
  .sec-tit {
    font-size: 20px;
  }
}
.sec-tit__wrap {
  margin-bottom: 10px;
}
@media screen and (min-width: 1023.9px) {
  .sec-tit__wrap {
    margin-bottom: 25px;
  }
}

.block-tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023.9px) {
  .block-tit {
    font-size: 17px;
  }
}
.block-tit--spaced {
  margin-top: 40px;
}
@media screen and (max-width: 1023.9px) {
  .block-tit--spaced {
    margin-top: 20px;
  }
}

.notice-tit {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (min-width: 1023.9px) {
  .notice-tit {
    font-size: 26px;
    margin-bottom: 40px;
  }
}

.info-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .info-banner {
    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;
    margin-bottom: 20px;
    gap: 20px;
  }
}
.info-banner__icon {
  min-width: 100px;
}
@media screen and (max-width: 1023.9px) {
  .info-banner__icon {
    position: absolute;
    right: 0;
    top: -10px;
  }
}
.info-banner__icon img {
  height: 100px;
  width: auto;
}
.info-banner__txtarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .info-banner__txtarea {
    gap: 20px;
  }
}
.info-banner__txt1 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1023.9px) {
  .info-banner__txt1 {
    font-weight: 700;
  }
}
.info-banner__txt2 {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (min-width: 1023.9px) {
  .info-banner__txt2 {
    color: #666;
  }
}
@media screen and (max-width: 1023.9px) {
  .info-banner__txt2 {
    font-size: 14px;
  }
}

.desc-list {
  display: table;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .desc-list {
    margin-bottom: 10px;
  }
}
.desc-list__item {
  display: table-row;
}
.desc-list__item > * {
  display: table-cell;
  padding-block: 7px;
  line-height: 180%;
}
@media screen and (max-width: 1023.9px) {
  .desc-list__item > * {
    font-size: 13px;
    padding-block: 5px;
  }
}
.desc-list__label {
  font-size: 15px;
  font-weight: 700;
  min-width: 120px;
  padding-right: 15px;
}
@media screen and (max-width: 1023.9px) {
  .desc-list__label {
    font-size: 13px;
    min-width: 95px;
  }
}

.menu-list {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  padding: 35px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 1023.9px) {
  .menu-list {
    padding: 25px 20px;
  }
}
.menu-list__link {
  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;
}
.menu-list__link::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3px;
  height: 3px;
  margin-inline: 0 6px;
  background: #aaa;
  border-radius: 3px;
  vertical-align: middle;
  cursor: default;
}
.menu-list .icon-arrow {
  width: 14px;
  height: 14px;
  min-width: 14px;
  margin-left: auto;
  opacity: 0.5;
}

.process-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;
}
.process-info__item {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  padding: 30px;
}
@media screen and (max-width: 1023.9px) {
  .process-info__item {
    padding: 20px;
  }
}
.process-info__tit {
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023.9px) {
  .process-info__tit {
    font-size: 15px;
  }
}
.process-info__num {
  width: 30px;
  height: 30px;
  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;
  background: #4393f0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .process-info__num {
    width: 24px;
    height: 24px;
  }
}
.process-info__contents {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .process-info__contents {
    font-size: 14px;
  }
}

.tag {
  padding: 3px 8px;
  border-radius: 5px;
  background: #ecf5ff;
  font-size: 13px;
}
@media screen and (min-width: 1023.9px) {
  .tag {
    font-size: 14px;
    padding: 6px 12px;
  }
}
.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;
  display: -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;
}
@media screen and (min-width: 1023.9px) {
  .step--num {
    min-width: 36px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 1023.9px) {
  .step--num {
    min-width: 24px;
    width: 24px;
    height: 24px;
  }
}
.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;
}
@media screen and (min-width: 1023.9px) {
  .step--num:not(:last-child):after {
    background-image: url(../img/dot-border-wide.png);
    width: 58px;
    right: -66px;
  }
}
.step--num.is-active {
  color: #fff;
  background-color: #4393f0;
  border: none;
}
@media screen and (min-width: 1023.9px) {
  .step--num.is-active {
    font-weight: 700;
  }
}
.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;
}
@media screen and (min-width: 1023.9px) {
  .step--num__wrap {
    justify-content: center;
    gap: 74px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .step--num__wrap {
    position: fixed;
    top: 13px;
    right: 17px;
    z-index: 12;
  }
}

.result-notice {
  font-size: 28px;
  text-align: center;
  margin-block: 50px 30px;
}
@media screen and (max-width: 1023.9px) {
  .result-notice {
    margin-block: 20px 15px;
    font-size: 17px;
  }
}

.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;
  border-radius: 15px;
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 1023.9px) {
  .result-text {
    background-color: #f4f5f6;
  }
}

.cs-info {
  background-image: url(../img/icon-mail.png);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: right center;
  padding-right: 100px;
}
@media screen and (max-width: 1023.9px) {
  .cs-info {
    background-size: 60px;
    padding-right: 80px;
    margin-top: 15px;
  }
}
.cs-info__company {
  font-size: 17px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1023.9px) {
  .cs-info__company {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.cs-info__tel {
  font-size: 28px;
  font-weight: 700;
  color: #4393f0;
}
@media screen and (max-width: 1023.9px) {
  .cs-info__tel {
    font-size: 22px;
  }
}
.cs-info__address {
  color: #666;
}
@media screen and (max-width: 1023.9px) {
  .cs-info__address {
    font-size: 13px;
  }
}

.keyword {
  width: 600px;
  display: -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: 15px;
}
@media screen and (max-width: 1023.9px) {
  .keyword {
    width: 100%;
    font-size: 14px;
  }
}
.keyword__tit {
  position: relative;
  color: #666;
  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;
}
.keyword__tit::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3px;
  height: 3px;
  margin-inline: 10px 8px;
  background: #4393f0;
  border-radius: 3px;
  vertical-align: middle;
  cursor: default;
}
.keyword__tit::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 12px;
  margin-inline: 8px;
  background: #e8eaf0;
  cursor: default;
}

.alert-tit--m {
  font-size: 17px;
}

.alert-tit--l {
  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: #ff4348;
}
.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;
  margin-bottom: 10px;
}
@media screen and (min-width: 1023.9px) {
  .input-form__tit-field {
    font-size: 15px;
  }
}
@media screen and (min-width: 1023.9px) {
  .input-form__tel-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .input-form__tel-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    align-items: flex-start;
    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__keyword-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
  grid-column: 1/3;
}
@media screen and (max-width: 1023.9px) {
  .input-form__keyword-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 10px;
  }
}
.input-form__block {
  width: 100%;
}
.input-form__mgt {
  margin-top: 10px;
}
.input-form__tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023.9px) {
  .input-form__tit {
    font-size: 17px;
  }
}
.input-form__tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-bottom: 10px;
}
.input-form__tit__wrap--col {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 15px;
}
.input-form__tit__wrap .input-form__tit {
  margin-bottom: 0;
}
.input-form.type-box {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  padding: 30px;
}
@media screen and (max-width: 1023.9px) {
  .input-form.type-box {
    padding: 20px;
  }
}
.input-form--row {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 20px 10px;
}
@media screen and (max-width: 1023.9px) {
  .input-form--row {
    grid-template-columns: 65px auto;
  }
}
.input-form--row .input-form__tit-field {
  grid-column: 1/2;
  margin: 0;
  padding: 0;
}
.input-form--row .input-form__tit-field.is-mobile-top {
  align-self: flex-start;
  padding-top: 2px;
}
.input-form--row .input-form__input-field {
  grid-column: 2/3;
  margin: 0;
  padding: 0;
}
.input-form--row .input-form__block {
  grid-column: 1/3;
}
@media screen and (min-width: 1023.9px) {
  .input-form--between {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px 10px;
  }
  .input-form--between .input-form__tit-field {
    grid-column: 1/2;
    margin: 0;
    padding: 0;
  }
  .input-form--between .input-form__input-field {
    grid-column: 2/3;
    margin: 0;
    padding: 0;
    text-align: right;
    justify-self: flex-end;
  }
}
.input-form + .input-form__tit__wrap {
  margin-top: 30px;
}
.input-form.has-input--line .input-form__tit-field {
  margin-bottom: 0;
}
@media screen and (min-width: 1023.9px) {
  .input-form__textarea {
    min-height: 400px;
  }
}

.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;
}

select.input--line,
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;
}

.input-unit {
  position: relative;
}
.input-unit__txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.input-unit input {
  padding-right: 30px;
  text-align: right;
}

.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__all {
  border-bottom: 1px solid #dcdddf;
  padding-bottom: 18px;
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 700;
}
.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;
}

.board-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.board-list__item {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 15px;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .board-list__item {
    padding: 12px 20px;
    gap: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    align-items: flex-start;
  }
}
.board-list__item .icon-double-arrow {
  transform: rotate(180deg);
  opacity: 0.5;
}
@media screen and (max-width: 1023.9px) {
  .board-list__item .icon-double-arrow {
    width: 20px;
    height: 20px;
  }
}
.board-list__item.is-active .icon-double-arrow {
  transform: rotate(0deg);
  opacity: 1;
}
.board-list__item.has-handler {
  cursor: pointer;
}
@media screen and (max-width: 1023.9px) {
  .board-list__item.has-handler {
    padding-right: 50px;
  }
}
.board-list__item.has-re .board-list__tit {
  margin-right: auto;
}
@media screen and (max-width: 1023.9px) {
  .board-list__item.has-re {
    padding-left: 50px;
  }
  .board-list__item.has-re .svg-icon.icon-re {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.board-list__tit {
  font-size: 17px;
}
@media screen and (max-width: 1023.9px) {
  .board-list__tit {
    font-size: 15px;
    max-width: 100%;
  }
}
.board-list__tit:not(.is-unellipsis) {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-list__tit.is-unellipsis {
  display: -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-list__tit .svg-icon.icon-lock {
  width: 15px;
  min-width: 15px;
  height: 15px;
  float: right;
  margin-left: 10px;
  margin-top: 4px;
  shape-outside: border-box;
}
@media screen and (max-width: 1023.9px) {
  .board-list__tit .svg-icon.icon-lock {
    margin-top: 2px;
  }
}
.board-list__info {
  font-size: 13px;
  color: #666;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media screen and (max-width: 1023.9px) {
  .board-list__info {
    font-size: 12px;
  }
}
.board-list__info > *:not(:last-child, .svg-icon) {
  position: relative;
}
.board-list__info > *:not(:last-child, .svg-icon)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 5px;
  background: #e8eaf0;
  cursor: default;
}
.board-list__info .svg-icon {
  margin-right: 10px;
}
.board-list__bullet {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  background: #4393f0;
  margin-right: 10px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  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;
}
.board-list__partner {
  color: #4393f0;
  font-size: 15px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  white-space: nowrap;
  align-self: flex-start;
  margin-top: 2px;
}
.board-list__partner::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 10px;
  background: #e8eaf0;
  cursor: default;
}
.board-list__answer {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  padding: 30px;
  margin-top: -9px;
  display: none;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023.9px) {
  .board-list__answer {
    padding: 12px 20px;
  }
}
.board-list__answer.is-active {
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .board-list__handler {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
}

.push-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.push-list__item {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  padding: 20px 30px;
  display: grid;
  grid-template-columns: 44px auto;
  gap: 0 10px;
}
@media screen and (max-width: 1023.9px) {
  .push-list__item {
    padding: 15px 20px;
  }
}
.push-list__icon {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background-color: #d8eaff;
  display: -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;
  grid-column: 1/2;
  grid-row: 1/3;
}
.push-list__date {
  font-size: 13px;
  color: #666;
  grid-column: 2/3;
}
@media screen and (max-width: 1023.9px) {
  .push-list__date {
    font-size: 12px;
  }
}
.push-list__tit {
  font-size: 17px;
  font-weight: 500;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 1023.9px) {
  .push-list__tit {
    font-size: 15px;
  }
}
.push-list__contents {
  font-size: 15px;
  grid-column: 1/3;
  grid-row: 3/4;
  border-top: 1px solid #e8eaf0;
  padding-top: 12px;
  margin-top: 12px;
}

.push-set-list__item {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  padding: 23px 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;
}

.board-detail {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  padding: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 1023.9px) {
  .board-detail {
    padding: 20px;
  }
}
.board-detail__contents {
  margin-bottom: 30px;
}
.board-detail__attachments {
  margin-bottom: 5px;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  gap: 5px;
}
.board-detail__attachments-label {
  white-space: nowrap;
}
.board-detail-re-info {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .board-detail-re-info {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1023.9px) {
  .trials-layout {
    display: -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;
  }
}

.trials-container {
  width: calc(100% - 420px);
}
@media screen and (min-width: 1023.9px) {
  .trials-container {
    order: 1;
  }
}
@media screen and (max-width: 1023.9px) {
  .trials-container {
    width: 100%;
    margin-block: 10px 60px;
  }
}
.trials-container__box {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  padding: 30px;
}
@media screen and (max-width: 1023.9px) {
  .trials-container__box {
    padding: 20px;
  }
}

.trials-aside {
  width: 400px;
  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;
}
@media screen and (min-width: 1023.9px) {
  .trials-aside {
    order: 2;
  }
}
@media screen and (max-width: 1023.9px) {
  .trials-aside {
    width: 100%;
    position: relative !important;
    top: 0 !important;
  }
}
.trials-aside.fixed {
  position: fixed;
  top: 90px;
  left: calc(50% + 600px - 400px);
}
.trials-aside.stop {
  position: fixed;
  left: calc(50% + 600px - 400px);
  bottom: 255px;
}

.trials-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: 10px;
  line-height: 150%;
}
.trials-contents__tit {
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .trials-contents__tit {
    font-size: 15px;
  }
}
.trials-contents__txt {
  margin-bottom: 10px;
  font-size: 15px;
  color: #666;
}
@media screen and (max-width: 1023.9px) {
  .trials-contents__txt {
    font-size: 14px;
  }
}

.fixed-btns {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  border-radius: 500px;
}
@media screen and (max-width: 1023.9px) {
  .fixed-btns {
    position: fixed;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.3);
    width: calc(100% - 34px);
    max-width: 1166px;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  }
}
.fixed-btns.is-only-list {
  width: auto;
  left: auto;
  transform: translateX(0);
  right: 17px;
}
@media screen and (min-width: 1023.9px) {
  .fixed-btns.is-only-list {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .fixed-btns--mobile {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
    padding: 10px;
    padding: 10px !important;
    border-radius: 500px;
    position: fixed;
    margin: 0;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.3);
    width: calc(100% - 34px);
    max-width: 1166px;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    border: none;
  }
}

@media screen and (min-width: 1023.9px) {
  .box, .ok-box {
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  }
}

.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;
}

.ok-box {
  padding-block: 100px;
}
@media screen and (max-width: 1023.9px) {
  .ok-box {
    min-height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
}
.ok-box__btns {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1023.9px) {
  .ok-box__btns {
    margin-top: auto;
  }
}
.ok-box__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  color: #111;
  font-weight: 700;
  width: 100%;
}

.recruit {
  gap: 10px;
}
@media screen and (min-width: 1023.9px) {
  .recruit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
  }
  .recruit > * {
    width: calc((100% - 20px * 1) / 2);
    min-width: calc((100% - 20px * 1) / 2);
  }
}
@media screen and (max-width: 1023.9px) {
  .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;
  }
}
.recruit__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: 15px;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  padding: 30px;
  gap: 15px;
}
@media screen and (max-width: 1023.9px) {
  .recruit__item {
    gap: 10px;
    padding: 20px;
  }
}
.recruit__tit {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 1023.9px) {
  .recruit__tit {
    font-size: 20px;
    display: block;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023.9px) {
  .recruit__tit {
    display: block;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
  }
}
.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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}
.recruit__info {
  font-size: 13px;
  color: #666 !important;
  display: -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;
}
.recruit .chk-like {
  position: absolute;
  top: 15px;
  right: 20px;
}
.recruit__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1023.9px) {
  .recruit__top {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .recruit__top.has-search {
    gap: 10px 5px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recruit__top.has-search .search-bar {
    width: 100%;
  }
}
.recruit__top__select {
  width: 100px;
}
@media screen and (min-width: 1023.9px) {
  .recruit__top__select {
    width: 160px;
  }
}
@media screen and (max-width: 1023.9px) {
  .recruit__top__select {
    flex: 1;
  }
  .recruit__top__select:first-child {
    min-width: 130px;
  }
}
.recruit__date {
  color: #ff4348;
  font-size: 13px;
  text-align: right;
  margin-left: auto;
  margin-top: 2px;
}
.recruit__stats {
  border-radius: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  height: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
@media screen and (max-width: 1023.9px) {
  .recruit__stats {
    width: 76px;
    height: 28px;
    font-size: 13px;
  }
}
.recruit__stats--ing {
  color: #4393f0;
  background-color: #d8eaff;
}
.recruit__stats--applied {
  color: #00bf83;
  background-color: #e1f4ee;
}
.recruit__stats--pending {
  color: #ff4348;
  background-color: #fddcdc;
}
.recruit__stats--completed {
  color: #666;
  background-color: #e8eaf0;
}

.app-banner {
  background: #fff;
  margin-top: 100px;
}
@media screen and (max-width: 1023.9px) {
  .app-banner {
    margin-block: 43px 0;
    position: relative;
    z-index: 1;
  }
  .app-banner:after {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 60%);
  }
}
.app-banner__inner {
  background-image: url(../img/app_banner.png);
  background-repeat: no-repeat;
  background-position: right calc(100% + 190px);
  background-size: 658px auto;
  padding-block: 81px 101px;
}
@media screen and (max-width: 1023.9px) {
  .app-banner__inner {
    padding-block: 28px 69px;
    background-size: 292px auto;
    background-position: calc(100% + 46px) calc(100% + 48px);
  }
}
.app-banner__tit {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .app-banner__tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.app-banner__txt {
  font-size: 22px;
}
@media screen and (max-width: 1023.9px) {
  .app-banner__txt {
    font-size: 15px;
  }
}
.app-banner__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: 15px;
  margin-top: 50px;
  align-items: flex-start;
}
@media screen and (max-width: 1023.9px) {
  .app-banner__btns {
    margin-top: 24px;
    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;
  }
}

.search-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 15px;
  text-align: center;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  margin-top: -50px;
  position: relative;
  z-index: 12;
  width: 100%;
  padding: 10px 0 50px;
}
@media screen and (max-width: 1023.9px) {
  .search-container {
    margin-top: -20px;
    padding: 0 17px 20px;
  }
}
.search-container.is-behind {
  z-index: 1;
}

.search-bar {
  border-radius: 50px;
  border: 1px solid #dcdddf;
  background: #e8eaf0;
  padding: 8px 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;
  height: 48px;
  width: 600px;
}
@media screen and (max-width: 1023.9px) {
  .search-bar {
    height: 40px;
    padding-inline: 15px;
    max-width: 100%;
  }
}
.search-bar input {
  background: transparent;
  border: none;
  padding: 0;
  height: 24px;
}
.search-bar.is-full {
  width: 100%;
}

.nav-quick {
  border-radius: 15px;
  background: #f4f5f6;
  padding: 20px 10px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 1023.9px) {
  .nav-quick {
    background: #fff;
    margin-bottom: 0;
  }
}
.nav-quick__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;
}
.nav-quick__item img {
  width: 50px;
}

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
@media screen and (min-width: 1023.9px) {
  .service {
    margin-top: 70px;
    gap: 80px;
  }
}
@media screen and (min-width: 1023.9px) {
  .service__contents:first-child > *:not(.service__img) {
    float: left;
    width: calc(100% - 450px - 70px);
  }
}
@media screen and (max-width: 1023.9px) {
  .service__img {
    display: none;
  }
}
.service__img--left {
  float: left !important;
  margin-right: 70px;
}
.service__img--right {
  float: right !important;
  margin-left: 50px;
}
.service__txt1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .service__txt1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.service__txt2 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .service__txt2 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.service__txt3 {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .service__txt3 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.partner-banner {
  border-top: 1px solid #e8eaf0;
  background: #fff;
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023.9px) {
  .partner-banner {
    margin-bottom: -100px;
    padding-bottom: 80px;
    border-top: none;
  }
}
.partner-banner__inner {
  padding: 39px 72px;
}
@media screen and (max-width: 1023.9px) {
  .partner-banner__inner {
    padding: 20px 30px;
  }
}

.partner-swiper__wrap {
  position: relative;
}
.partner-swiper__wrap .swiper {
  overflow: hidden;
}
.partner-swiper__wrap .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.partner-swiper__wrap .swiper-button-next,
.partner-swiper__wrap .swiper-button-prev {
  width: 32px;
  height: 32px;
  border-radius: 60px;
  background: #e8eaed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
@media screen and (max-width: 1023.9px) {
  .partner-swiper__wrap .swiper-button-next,
  .partner-swiper__wrap .swiper-button-prev {
    display: none;
  }
}
.partner-swiper__wrap .swiper-button-next:after,
.partner-swiper__wrap .swiper-button-prev:after {
  display: none;
}
.partner-swiper__wrap .swiper-button-next {
  right: -72px;
}
.partner-swiper__wrap .swiper-button-next .svg-icon {
  transform: rotate(180deg);
}
.partner-swiper__wrap .swiper-button-prev {
  left: -72px;
}