*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    width: 100%;
    vertical-align: top;
}

body {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

video {
    filter: brightness(100%);
}

.visuallyhidden {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    white-space: nowrap;
    clip: rect(0 0 0 0);
}

.global-nav {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    background: #fff;
}

.global-nav > div {
    position: relative;
    line-height: 0;
}

.global-nav div div {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.global-nav a {
    width: 100%;
    height: 100%;
    color: transparent;
    text-indent: -9999px;
}

.floating-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 60;
    width: 100%;
}

.floating-menu div div {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.floating-menu a {
    width: 100%;
    height: 100%;
    color: transparent;
    text-indent: -9999px;
}

.content {
    position: relative;
}

.footer {
    position: relative;
    padding: 40px calc(40 / 720 * 100%) calc(100 / 720 * 100vw + 60px);
    background: #0f0f0f;
    font-family: "Noto Sans KR", sans-serif;
}

.footer > div > div:last-child {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #a6a6a6;
    font-weight: 500;
}

.check {
    word-break: keep-all;
}

.check h2 {
    margin-bottom: 14px;
    padding-left: 22px;
    background: url("../img/exclamation_mark.png") no-repeat left center/18px auto;
    color: #ececec;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.05em;
}

.check h3 {
    margin: 22px 0 13px;
    color: #f2f2f2;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.05em;
}

.check h2 + p span:last-child {
    position: relative;
    margin-left: 4px;
    padding-left: 6px;
}

.check h2 + p span:last-child::before {
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 1px;
    height: 8px;
    border-radius: 1px;
    background: currentColor;
    content: "";
}

.check h3 + p:has(a) {
    margin-block: -2px 12px;
}

.check h3 + p a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 9px;
    height: 25px;
    padding-inline: 20px 16px;
    border-radius: 12px;
    background: #58c9bd;
    color: #000;
    font-weight: 700;
    font-size: 11px;
    text-decoration: none;
    vertical-align: top;
}

.check h3 + p a::after {
    height: 7px;
    aspect-ratio: 18 / 28;
    background: url("../img/icon_arrow.png") no-repeat center/contain;
    content: "";
}

.check h4 {
    margin: 14px 0 4px;
    color: #f2f2f2;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: -0.05em;
}

.check p {
    color: #bebebe;
    font-weight: 500;
    font-size: 10px;
    line-height: calc(37 / 22);
    letter-spacing: -0.07em;
}

.check ul {
    list-style: none;
}

.check li {
    position: relative;
    padding-left: 9px;
    color: #bebebe;
    font-size: 10px;
    line-height: calc(37 / 21);
    letter-spacing: -0.07em;
}

.check li::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: currentColor;
    content: "";
}

.check li li {
    padding-left: 6px;
}

.check li li::before {
    top: 10px;
    height: 1px;
    border-radius: 0;
}

.check table ul {
    padding-left: 8px;
    text-align: left;
}

.check table li {
    padding-left: 4px;
    font-weight: 500;
    font-size: 9px;
    line-height: calc(13 / 9);
    letter-spacing: -0.045em;
}

.check table li::before {
    top: 6px;
    width: 2px;
    height: 1px;
    border-radius: 0;
}

.check .point {
    color: #3f9e6e;
}

.check .point2 {
    color: #fd3149;
}

.check .point3 {
    color: #bebebe;
}

.check .point4 {
    color: #51e399;
}

.check table {
    width: 100%;
    margin: 8px 0;
    border-collapse: collapse;
}

.check li table {
    width: calc(100% + 9px);
    margin-left: -9px;
}

.check th,
.check td {
    padding: 4px 2px;
    border: 1px solid #c6c6c6;
    font-weight: 500;
    font-size: 9px;
    line-height: calc(13 / 9);
    letter-spacing: -0.045em;
    text-align: center;
}

.check th {
    background: #1d392b;
    color: #9f9f9f;
}

.check td {
    background: #212121;
    color: #9f9f9f;
}

.check tr:has([rowspan="2"]) + tr td {
    background: #0f0f0f;
}

.check dl {
    padding-left: 24px;
    color: #bebebe;
}

.check dt {
    float: left;
    margin-left: -24px;
}

.check strong {
    font-weight: 500;
}

.site-info {
    display: flex;
    justify-content: center;
    color: #9a9a9a;
    font-size: 11px;
    letter-spacing: -0.05em;
}

.site-info p:not(:first-child) {
    position: relative;
    margin-left: 5px;
    padding-left: 6px;
}

.site-info p:not(:first-child)::before {
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    width: 1px;
    height: 10px;
    background: currentColor;
    content: "";
}

.copyright {
    padding-top: 12px;
    color: #808080;
    font-size: 10px;
    line-height: calc(28 / 20);
    text-align: center;
    letter-spacing: -0.05em;
}

.button {
    overflow: hidden;
    position: absolute;
    color: transparent;
    text-indent: -9999px;
    text-decoration: none;
}

.open-modal {
    position: fixed;
    width: 100%;
}

.modal {
    display: none;
}

.modal__dialog {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 102;
    width: 100%;
}

.modal__content {
    position: relative;
    line-height: 0;
}

.modal__content a {
    overflow: hidden;
    color: transparent;
    text-indent: -9999px;
}

.modal__content iframe {
    width: 100%;
    height: 100vh;
    border: 0;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% * (76 / 670));
    aspect-ratio: 1 / 1;
}

.modal__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 101;
}

#content .button {
    left: calc(100% * (80 / 720));
    width: calc(100% * (253 / 720));
    aspect-ratio: 253 / 49;
}

#content > div > ul {
    font-size: 0;
    line-height: 0;
}

#content > div > ul > li:nth-child(1) .button {
    bottom: calc(100% * (1118 / 2448));
}

#content > div > ul > li:nth-child(2) .button {
    bottom: calc(100% * (883 / 2448));
}

#content > div > ul > li:nth-child(3) .button {
    bottom: calc(100% * (648 / 2448));
}

#content > div > ul > li:nth-child(4) .button {
    bottom: calc(100% * (408 / 2448));
}

#content > div > ul > li:nth-child(5) .button {
    bottom: calc(100% * (176 / 2448));
}

#modal_inquiry .modal__content {
    max-width: 600px;
    margin: 0 auto;
}

#modal_inquiry .modal__close {
    aspect-ratio: 76 / 119;
    background: url("../img/modal_close.png") no-repeat center/30% auto;
}
