.hand,
.pointer {
    cursor: pointer !important;
}

@font-face {
    font-family: "Pretendard";
    font-weight: 45 920;
    font-style: normal;
    font-display: swap;
    src: local("Pretendard"),
        url("/fonts/Pretendard.woff2") format("woff2-variations");
}
html {
    overflow: hidden;
}
*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    overflow: hidden;
    color: #000;
    width: 100%;
    letter-spacing: -0.5px;
    font: 600 16px/1 "Pretendard";
}
ul {
    display: flex;
    gap: 4rem 1.25rem;
}
ul img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
p {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    word-break: keep-all;
    font-weight: 600;
}
h1 {
    font-size: clamp(30px, 3.85vw, 48px);
    align-items: flex-start;
    text-align: left;
    font-weight: 800;
}
h2 {
    font-weight: 600;
    font-size: clamp(26px, 4.5vw, 40px);
    line-height: 1.35;
}
h3 {
    font-size: clamp(24px, 2vw, 30px);
}
h5 {
    font-size: 14px;
    font-weight: normal;
}
strong {
    font-weight: 600;
}
p {
    font-size: clamp(17px, 2.25vw, 20px);
    word-break: keep-all;
}
p span {
    display: block;
}
small {
    font-size: clamp(13px, 2vw, 15px);
    line-height: 1.25;
    display: inline-flex;
    font-family: "Pretendard";
}
address {
    font-style: normal;
}
:is(h1, h2, h3, h4, h5, p) {
    margin: 0;
}
a {
    text-decoration: none;
    color: #000;
    display: inline-flex;
    align-items: center;
    transition: 0.4s;
}
a:is(:hover, :focus, .active) {
    outline: none;
    text-decoration: none;
}
svg {
    display: flex;
    fill: #434649;
}
button {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    border: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 0.25rem;
    white-space: nowrap;
    font: 600 17px/1 "Pretendard";
    transition: background 0.2s;
    cursor: pointer;
}
button:disabled {
    color: #a9a9a9 !important;
    background-color: #eee !important;
    cursor: default;
}
button .btn-submit {
    background-color: #0042cf;
    color: #fff;
}
:is(input, select, button, textarea):focus {
    outline: 0;
}
input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:-moz-read-only {
    background-color: #f1f2f3;
}
input:read-only {
    background-color: #f1f2f3;
}
input:focus {
    border-color: #0042cf !important;
}
input:disabled {
    background-color: rgba(0, 0, 0, 0.1);
}
input:is(
        [type="text"],
        [type="url"],
        [type="password"],
        [type="search"],
        [type="number"],
        [type="tel"],
        [type="email"]
    ) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 45px;
    background-color: #fff;
    border: 1px solid #e3e6e9;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    position: relative;
    font: 17px/1 "Pretendard";
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex: 1 1 auto;
    max-width: 100%;
    min-height: 5rem;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 0.25rem;
    padding: 0.5rem;
    resize: none;
    font: 17px/1 "Pretendard";
}
textarea:focus {
    border-color: #0042cf;
}
label {
    font-weight: normal;
    margin-bottom: 0;
}
fieldset {
    border-radius: 0.5rem;
    border: 1px solid #ddd;
}
article.details {
    width: min(860px, 100% - 2rem);
    padding: 6rem 0 3rem;
    border-bottom: 1px solid #ddd;
}
article.details div h2 {
    font-size: clamp(20px, 3vw, 28px);
    padding: 12px 0;
}
article.details div h3 {
    font-size: clamp(18px, 3vw, 20px);
    padding: 12px 0;
}
article.details div table {
    max-width: 100%;
}
article.details h1,
article.details h2,
article.details h3,
article.details h4,
article.details p {
    display: block;
    text-align: left;
}
article.details p {
    font-weight: 400;
    font-size: clamp(17px, 2vw, 18px);
    color: #555;
}
article.details h2 {
    font-size: clamp(24px, 3vw, 36px);
    max-width: 100%;
}
article.details hr {
    height: 1px;
    border: 0;
    background-color: #ddd;
}
article.details img {
    max-width: 100%;
    height: auto !important;
    vertical-align: top;
}
article.details table * {
    margin: 0;
    vertical-align: top;
}
article.details li {
    font-size: clamp(17px, 2vw, 18px);
    line-height: 1.5;
}
article.details ul {
    flex-direction: column;
}
article.details header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ddd;
}
article.details a {
    vertical-align: top;
}
article.details a:hover {
    text-decoration: underline;
}
article.details + .buttons {
    margin: 3rem 0 0;
}
article.details + .buttons button {
    width: min(11rem, 100%);
}
article h2 {
    text-align: left;
}
article .tags span {
    padding: 5px 10px;
    font-size: clamp(17px, 2vw, 18px);
}
article .tags span:empty {
    display: none;
}
ul {
    list-style: none;
}
.dark * {
    color: #fff;
}
.dark .swiper-pagination-bullet {
    background: #fff;
}
.asterisk {
    position: relative;
}
.asterisk::before {
    content: "*";
    color: tomato;
    position: absolute;
    left: -12px;
    top: 2px;
}
.tags {
    display: flex;
    gap: 0.5rem;
}
.tags span {
    border: 1px solid #e3e6e9;
    padding: 5px;
    font-size: 14px;
}
.tilde {
    display: flex;
    align-items: center;
    margin: 0 0.25rem;
}
.plus {
    bottom: 1.5rem;
    right: 1.5rem;
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    border-radius: 50%;
}
.plus::before,
.plus::after {
    content: "";
    position: absolute;
    background: #fff;
}
.plus::before {
    left: 50%;
    top: 6px;
    bottom: 6px;
    width: 2px;
    transform: translateX(-50%);
}
.plus::after {
    top: 50%;
    left: 6px;
    right: 6px;
    height: 2px;
    transform: translateY(-50%);
}
.x {
    display: flex;
    width: 18px;
    height: 18px;
    background-image: linear-gradient(lightslategray 0 0),
        linear-gradient(lightslategray 0 0);
    background-position: center;
    background-size: 100% 2px, 2px 100%;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    transition: opacity 0.25s;
}
.is-active {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 50 !important;
}
.images {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    max-width: calc(100% - 4rem);
    position: relative;
}
.images.large + .image {
    display: none;
}
.image {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    position: relative;
}
.image.large + .image {
    display: none;
}
.video video {
    max-width: 100%;
}
.video.large + .image {
    display: none;
}
.texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.texts > * {
    align-items: flex-start;
    text-align: left;
}
.search {
    display: flex;
    gap: 1rem;
}
.search input::-moz-placeholder {
    color: #d3d3d3;
}
.search input::placeholder {
    color: #d3d3d3;
}
.search button {
    margin-top: 0 !important;
    padding: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='2' y='2' width='16' height='16' rx='8' stroke='%23969696' stroke-width='2'/%3E%3Cpath d='M16 16L21.5 21.5' stroke='%23969696' stroke-width='2'/%3E%3C/svg%3E")
        no-repeat center;
    background-color: rgba(0, 0, 0, 0) !important;
    background-size: 2rem;
    width: 45px;
    height: 45px;
    margin-left: -4rem;
    z-index: 10;
}
.responsive {
    display: none;
    align-items: center;
}
.row {
    display: flex;
}
.container {
    padding: 0;
    width: 100%;
    height: 100%;
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
}
.container.noscroll {
    overflow: hidden;
}
.wrapper {
    margin: 0 auto;
    width: min(100%, 1180px);
    position: relative;
}
[class*="menu"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}
.hamburg-menu svg {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: transform 0.4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}
.hamburg-menu svg path {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
}
.hamburg-menu svg path:first-of-type {
    stroke-dasharray: 40 139;
}
.hamburg-menu svg path:last-of-type {
    stroke-dasharray: 40 180;
}
.hamburg-menu.is-active svg {
    transform: rotate(45deg);
}
.hamburg-menu.is-active svg:first-of-type {
    stroke-dashoffset: -98px;
}
.hamburg-menu.is-active svg:last-of-type {
    stroke-dashoffset: -138px;
}
header {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header .links {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}
header .links > :last-child {
    color: #777;
}
header.header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 60;
    min-height: 80px;
}
header.header a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    transition: color 0.25s;
}
header.header a:hover {
    color: #0042cf;
}
header.header a.logo {
    position: absolute;
    left: 3rem;
}
header.header nav {
    display: flex;
    align-items: center;
    height: 100%;
}
header.header nav a {
    justify-content: center;
    width: 175px;
}
header.header .wrapper {
    height: 100%;
    display: flex;
}
header .subs {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    position: absolute;
    top: 80px;
    width: 100%;
    background-color: #fff;
    transition: 0.25s;
    padding: 1rem 0 2rem;
    box-shadow: 0px 5px 10px 0px rgba(100, 110, 120, 0.1);
}
header .subs [data-badge]::after {
    content: attr(data-badge);
    position: absolute;
    left: calc(100% + 5px);
    color: #0042cf;
    background-color: #ebf1ff;
    border-radius: 30px;
    padding: 3px 0.5rem;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1;
    font-weight: 600;
    font-family: "Pretendard";
}
header .subs.is-active {
    max-height: 999px;
}
header .subs a {
    justify-content: center;
    height: 2.25rem;
    color: #777;
    position: relative;
}
header .subs a::before {
    content: "";
    width: 0;
    left: 0;
    bottom: 0.35rem;
    height: 1px;
    background-color: #969696;
    position: absolute;
    transition: 0.25s;
}
header .subs a:hover {
    color: #969696;
}
header .subs a:hover::before {
    width: 100%;
}
header .subs li {
    width: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
header .subs .wrapper {
    justify-content: center;
    gap: 0;
}
header .logo {
    width: 240px;
}
header .menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}
header .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 36px;
}

section {
    position: relative;
    padding: 120px 0;
}
section img {
    max-width: 100%;
}
section header {
    flex-direction: column;
    gap: 0.75rem;
}
section header h2 {
    display: flex;
    flex-direction: column;
}
section header p {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    text-align: center;
}
main {
    overflow-x: hidden;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: unset;
    margin-top: 80px;
}

.inputs {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    min-height: 32px;
}
.inputs li {
    padding: 0.75rem 0;
    width: 100%;
    display: flex;
    align-items: center;
}
.inputs li > :first-child {
    flex: 0 0 100px;
}
.inputs li > :last-child {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}
.inputs li > :last-child input {
    flex: 1 1 auto;
}

.buttons {
    display: flex;
    justify-content: center !important;
    gap: 0.5rem;
}
.buttons button.back {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center !important;
    justify-content: space-between;
    gap: 0.75rem;
    min-width: 176px;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0;
    transition: background-color 0.25s;
}
.buttons button.back::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='7' viewBox='0 0 23 7' fill='none'%3E%3Cpath d='M6 1L1 6H23' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E")
        no-repeat center;
}
progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 6px;
    width: 100%;
    border-radius: 0.5rem;
    border: 0;
    background-color: #eee;
}
progress::-webkit-progress-bar {
    border-radius: 0.5rem;
    background-color: #eee;
}
progress::-webkit-progress-value {
    border-radius: 0.5rem;
    background-color: #0042cf;
    -webkit-transition: width 1s;
    transition: width 1s;
}

input[type="radio"] {
    display: none !important;
    opacity: 0;
}
input[type="radio"] + label {
    display: flex;
    align-items: center;
    margin-right: 0.75rem;
    cursor: pointer;
}
input[type="radio"] + label::before {
    content: "";
    flex: 0 0 auto;
    background: #f3f6f9;
    border-radius: 100%;
    border: 1px solid #e3e6e9;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 3px;
    vertical-align: middle;
    transition: all 0.2s ease;
}
input[type="radio"] + label:empty::before {
    margin-right: 0;
}
input[type="radio"]:is(:hover, :checked) + label::before {
    border-color: #0042cf !important;
    background-color: #0042cf !important;
    box-shadow: inset 0 0 0 3px #f3f6f9;
}
input[type="radio"]:focus + label:before {
    outline: none;
}
input[type="radio"]:disabled + label {
    cursor: auto;
}
input[type="radio"]:disabled + label::before {
    border-color: #b4b4b4;
    background: #f4f4f4;
}
input[type="radio"]:disabled:checked + label:before {
    box-shadow: inset 0 0 0 2px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.input-comment {
    flex: 1 1 100% !important;
}
.input-file-container {
    position: relative;
}
.input-file-container .input-file {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 0.5rem 0;
    cursor: pointer;
}
.input-file-container .input-file-trigger {
    display: block;
    font: normal 13px/1 "Pretendard";
    padding: 0.5rem;
    border-radius: 0.25rem;
    color: #fff;
    transition: all 0.4s;
    cursor: pointer;
}
.input-file-container .input-file:hover + .input-file-trigger,
.input-file-container .input-file:focus + .input-file-trigger,
.input-file-container .input-file-trigger:hover,
.input-file-container .input-file-trigger:focus {
    opacity: 0.7;
}
.file-return:not(:empty)::before {
    content: "Selected file: ";
}
.selectbox {
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
    flex-wrap: nowrap !important;
}
.selectbox::-ms-expand {
    display: none;
}
.selectbox::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.7rem;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.selectbox label {
    white-space: nowrap;
    margin-right: 0.5rem;
}
.selectbox select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    width: 100%;
    height: 45px;
    padding: 0 1.5rem 0 1rem;
    font: 14px/1 "Pretendard";
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer;
}
.selectbox select:focus {
    box-shadow: 0 0 1px 1px #0042cf;
}
.tabs {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
}
.tabs li {
    cursor: pointer;
    position: relative;
    transition: 0.25s;
}
.tabs li:hover,
.tabs li.is-active {
    color: #0042cf;
}
.list {
    display: flex;
    flex-direction: column;
}
.list .row.title {
    position: sticky;
    top: 0;
    z-index: 80;
}
.tab-content {
    flex: 1 1 auto;
    display: none;
    gap: 0.5rem;
}
.tab-content.is-active {
    flex-direction: column;
}
.toggle {
    cursor: pointer;
}
.toggle-switch input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none !important;
}
.toggle-switch input + label {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #d3d6d9;
    height: 19px;
    width: 35px;
    border-radius: 25px;
    transition: 0.2s;
    overflow: unset;
    cursor: pointer;
}
.toggle-switch input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.2s;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.toggle-switch input:checked + label {
    background-color: #0042cf;
    z-index: 2 !important;
}
.toggle-switch input:checked + label::before {
    left: 17px;
}
[data-modal] {
    cursor: pointer;
}
.modal {
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.25s;
    z-index: -1;
}
.modal.is-active {
    z-index: 100 !important;
}
.modal::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}
.modal.main {
    position: relative;
}
.modal.main::before {
    content: none;
}
.modal.main img {
    max-width: 400px;
}
.modal.main button {
    color: #333;
    font-size: 15px;
}
.modal.main footer {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1rem;
}
.modal.main .dialog {
    position: fixed;
    top: 7rem;
    right: 2.5rem;
    box-shadow: 3px 6px 20px 5px rgba(0, 0, 0, 0.1);
}
.modal.modal-alert :is(.modal-header, .modal-content, .buttons) {
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
}
.modal.modal-alert .modal-content {
    align-items: center;
    font-size: 16px;
    white-space: pre-wrap;
}
.modal.modal-alert .modal-content + .buttons {
    margin-top: 0;
    justify-content: center !important;
}
.modal:is(.modal-confirm, .modal-alert) .dialog {
    min-width: 10rem;
    max-width: 25rem;
    min-height: 10rem;
    padding: 1.75rem 1.25rem 1.25rem;
    gap: 0.75rem;
    word-break: keep-all;
    line-height: 1.25;
}
.modal:is(.modal-confirm, .modal-alert) .modal-header {
    display: none;
}
.modal:is(.modal-confirm, .modal-alert) .modal-content,
.modal:is(.modal-confirm, .modal-alert) .buttons {
    padding: 0 !important;
}
.modal :is(.modal-header, .modal-content) {
    padding: 1.25rem;
}
.modal .dialog {
    min-width: 10rem;
    max-width: calc(100% - 2rem);
    max-height: 90%;
    background-color: #fff;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    z-index: 30;
    overflow: hidden;
}
.modal .dialog.small {
    min-width: 25rem;
    height: 500px;
}
.modal .modal-header {
    flex: 0 0 auto;
    position: relative;
    justify-content: space-between;
}
.modal .modal-header .close {
    width: 36px;
    height: 36px;
    background-image: linear-gradient(black 0 0), linear-gradient(black 0 0);
    background-position: center;
    background-size: 100% 3px, 3px 100%;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    cursor: pointer;
}
.modal .modal-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    overflow: hidden;
    word-break: keep-all;
}
.modal .modal-content li {
    line-height: 1.5;
}
.modal .modal-content + .buttons {
    padding: 0 1.25rem 1.25rem 1.25rem;
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end !important;
}
.modal .modal-content + .buttons button {
    border-radius: 0.35rem;
    height: 36px;
    padding: 0 2rem;
}
.modal .modal-content + .buttons .btn-submit,
.modal .modal-content + .buttons .btn-main {
    background-color: #0042cf;
    color: #fff;
    box-shadow: 0 3px 9px -4px #0042cf;
}
.modal .modal-content + .buttons .btn-cancel {
    color: #434649;
}
[data-tooltip] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
[data-tooltip]:hover::before {
    max-height: 300px;
    padding: 0.75rem;
}
[data-tooltip]::before {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    min-width: 300px;
    width: 300px;
    white-space: pre-line;
    content: attr(data-tooltip);
    word-break: keep-all;
    transform: translateX(-50%);
    background-color: #000;
    padding: 0 0.75rem;
    line-height: 1.5;
    color: #fff;
    border-radius: 0.5rem;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 50%;
    font: 12px/1.5 "Pretendard";
    transition: opacity 0.25s;
    z-index: -1;
}
[data-tooltip]::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: calc(100% + 0.15rem);
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    border-bottom: 7px solid #000;
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-left: 7px solid rgba(0, 0, 0, 0);
    font-size: 0;
    line-height: 0;
    transition: opacity 0.25s;
}
.input-alert {
    width: 100%;
    color: #ff4500;
}
.tooltip {
    margin-left: 3px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    word-break: keep-all;
    white-space: normal;
    z-index: 75;
}
.tooltip::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath fill='rgb(151, 156, 178)' d='M24.2 35.65Q25 35.65 25.55 35.1Q26.1 34.55 26.1 33.75Q26.1 32.95 25.55 32.4Q25 31.85 24.2 31.85Q23.4 31.85 22.85 32.4Q22.3 32.95 22.3 33.75Q22.3 34.55 22.85 35.1Q23.4 35.65 24.2 35.65ZM22.45 28.35H25.4Q25.4 27.05 25.725 25.975Q26.05 24.9 27.75 23.5Q29.3 22.2 29.95 20.95Q30.6 19.7 30.6 18.2Q30.6 15.55 28.875 13.95Q27.15 12.35 24.3 12.35Q21.85 12.35 19.975 13.575Q18.1 14.8 17.25 16.95L19.9 17.95Q20.45 16.55 21.55 15.775Q22.65 15 24.15 15Q25.85 15 26.9 15.925Q27.95 16.85 27.95 18.3Q27.95 19.4 27.3 20.375Q26.65 21.35 25.4 22.4Q23.9 23.7 23.175 24.975Q22.45 26.25 22.45 28.35ZM24 44Q19.8 44 16.15 42.475Q12.5 40.95 9.8 38.25Q7.1 35.55 5.55 31.9Q4 28.25 4 24Q4 19.8 5.55 16.15Q7.1 12.5 9.8 9.8Q12.5 7.1 16.15 5.55Q19.8 4 24 4Q28.15 4 31.8 5.55Q35.45 7.1 38.15 9.8Q40.85 12.5 42.425 16.15Q44 19.8 44 24Q44 28.25 42.425 31.9Q40.85 35.55 38.15 38.25Q35.45 40.95 31.8 42.475Q28.15 44 24 44ZM24 23.45Q24 23.45 24 23.45Q24 23.45 24 23.45Q24 23.45 24 23.45Q24 23.45 24 23.45Q24 23.45 24 23.45Q24 23.45 24 23.45Q24 23.45 24 23.45Q24 23.45 24 23.45ZM24 41Q31.05 41 36.025 36Q41 31 41 24Q41 17 36.025 12Q31.05 7 24 7Q16.85 7 11.925 12Q7 17 7 24Q7 31 11.925 36Q16.85 41 24 41Z'/%3E%3C/svg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.tooltip:hover {
    z-index: 80;
}
.tooltip:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
    max-height: 300px;
    transform: translate(0, 0.5rem);
}
.tooltip:hover .tooltip-content::before {
    opacity: 1;
    visibility: visible;
}
.tooltip.type2::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath fill='rgb(151, 156, 178)' d='M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3C/svg%3E");
}
.tooltip-content {
    opacity: 0;
    visibility: hidden;
    word-break: keep-all;
    position: absolute;
    top: 100%;
    padding: 0.75rem;
    width: 360px;
    border-radius: 0.5rem;
    background-color: #000;
    color: #fff;
    text-align: left;
    font: 12px/1.25 "굴림", "Pretendard";
    transform: translate(0, 1rem);
    transition: all 0.2s;
}
.tooltip-content.is-active {
    z-index: 100 !important;
}
.tooltip-content::before {
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -6px;
    left: calc(2rem + 3px);
    border-bottom: 6px solid #000;
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid rgba(0, 0, 0, 0);
    transition: all 0.2s;
}
.scroll-to-top {
    position: fixed;
    bottom: -4rem;
    right: 1rem;
    transition: bottom 0.25s;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #434649
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath fill='white' d='M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z'/%3E%3C/svg%3E")
        no-repeat center;
    box-shadow: 0 3px 9px -4px #434649;
    cursor: pointer;
    z-index: 100 !important;
}
.scroll-to-top.is-active {
    bottom: 1rem;
}
.ui-datepicker {
    flex-direction: column;
    padding: 0.5rem;
}
.ui-datepicker .ui-widget-header {
    border: 1px solid #0042cf;
    background: #0063fd;
    color: #333;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: none;
}
.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
    content: "";
    display: block;
    border: 2px solid #0042cf;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    top: 2px;
    border: 0;
    background: rgba(0, 0, 0, 0);
    font-weight: unset;
}
.ui-datepicker .ui-datepicker-prev::before {
    transform: rotate(225deg);
}
.ui-datepicker th {
    font-weight: normal;
    font-size: 13px;
    color: #939699;
}
.ui-datepicker .ui-datepicker-calendar {
    margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default,
.ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-default,
.ui-datepicker .ui-datepicker-calendar .ui-button,
.ui-datepicker .ui-datepicker-calendar html .ui-button.ui-state-disabled:hover,
.ui-datepicker
    .ui-datepicker-calendar
    html
    .ui-button.ui-state-disabled:active {
    border: 1px solid #eee;
    background: rgba(0, 0, 0, 0);
    font: normal 13px/1 "Pretendard";
    width: 29px;
    height: 32px;
    border-radius: 3px;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
    border: 1px solid #7682f8;
    background: #f2f1ff;
    color: #000;
    font-family: "Pretendard";
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover,
.ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-datepicker-calendar .ui-state-focus,
.ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-focus,
.ui-datepicker .ui-datepicker-calendar .ui-button:hover,
.ui-datepicker .ui-datepicker-calendar .ui-button:focus {
    border: 1px solid #e3e6e9;
    background: #e3e6e9;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-active,
.ui-datepicker .ui-datepicker-calendar a.ui-button:active,
.ui-datepicker .ui-datepicker-calendar .ui-button:active,
.ui-datepicker .ui-datepicker-calendar .ui-button.ui-state-active:hover {
    border: 1px solid #0042cf;
    background: #0042cf;
    font-weight: normal;
    color: #fff;
}

/* Scrollbar */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background-color: #eee;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #eee;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #a3a6a9;
}

.swiper {
    width: 100%;

    .wrapper {
        min-height: 480px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
}

.swiper-pagination {
  order: 1;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  bottom: auto !important;
  position: relative;
  color: white;
  font: 500 14px/1 "Pretendard";
  transition: background-color 1s;
}

.swiper-pagination-bullet {
  margin: 0 2px !important;
}

.swiper-pagination-bullet-active {
  background: black;
  width: 1.5rem;
  border-radius: 1rem;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    font-size: clamp(20px, 2.5vw, 28px);
    color: #333;
    font-weight: 700;
    animation: fadeOut 4s forwards;
    z-index: 101 !important;
  }

  .loading .loader {
    width: 48px;
    height: 48px;
    border: 8px solid #e0e0e0;
    border-bottom-color: #0042CF;
    border-radius: 50%;
    display: inline-block;
    animation: rotation 1.25s linear infinite;
  }

  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
  
    40% {
      transform: rotate(230deg);
    }
  
    50% {
      transform: rotate(270deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }