@charset "UTF-8";

/* 20240912 사전예약 */
.section-pre-registration {
    background: url(../images/new-contents/pre-order/bg.jpg) no-repeat
        50% 100% / cover;
    height: calc((2160 / 3840) * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-pre-registration .headline-wrapper {
    padding-bottom: var(--pre-registration-headline-padding-bottom);
}
.section-pre-registration .headline-wrapper .headline {
    background: url(../images/new-contents/pre-order/headline.png)
        no-repeat 50% 0 / contain;
    width: calc((1842 / 3840) * 100vw);
    height: calc((245 / 3840) * 100vw);
    margin: 0 auto;
}
.section-pre-registration .pre-registration {
    transition: transform 1s;
}
.section-pre-registration .pre-registration .rewards-wrapper {
    background: url(../images/new-contents/pre-order/bg-box-01.png)
        no-repeat 0 0 / contain;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--pre-registration-rewards-box-width);
    height: 13.724vw;
    margin: 0 auto 0.521vw;
}
.section-pre-registration .pre-registration .rewards-wrapper .items {
    background: url(../images/new-contents/pre-order/reward-items.png)
        no-repeat 0 0 / contain;
    width: calc((1676 / 3840) * 100vw);
    height: calc((436 / 3840) * 100vw);
}
.section-pre-registration .pre-registration .form-wrapper {
    background: url(../images/new-contents/pre-order/bg-box-02.png)
        no-repeat 0 0 / contain;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--pre-registration-rewards-box-width);
    height: 21.823vw;
    margin: 0 auto;
}
.section-pre-registration .pre-registration .form-os {
    display: flex;
    justify-content: center;
    gap: 2.604vw;
    margin-bottom: 1.198vw;
}
.section-pre-registration .pre-registration .form-os .form-os-label {
    display: block;
    position: relative;
    padding-left: 1.641vw;
    cursor: pointer;
    font-size: 0.833vw;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.section-pre-registration
    .pre-registration
    .form-os
    .form-os-label
    input[type="radio"],
.section-pre-registration .pre-registration .form-os .form-os-label .text {
    vertical-align: middle;
}
.section-pre-registration
    .pre-registration
    .form-os
    .form-os-label
    input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.section-pre-registration .pre-registration .form-os .form-os-label .text {
    display: flex;
    align-items: center;
    gap: 0.26vw;
    font-weight: 700;
}
.section-pre-registration
    .pre-registration
    .form-os
    .form-os-label
    .text::before {
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.section-pre-registration
    .pre-registration
    .form-os
    .form-os-label
    #user-os-android
    ~ .text::before {
    background-image: url(../images/pre-registration/ico-android.png);
    width: 1.016vw;
    height: 1.12vw;
}
.section-pre-registration
    .pre-registration
    .form-os
    .form-os-label
    #user-os-ios
    ~ .text::before {
    background-image: url(../images/pre-registration/ico-apple.png);
    width: var(--pre-registration-form-os-ios-icon-width);
    height: var(--pre-registration-form-os-ios-icon-width);
}
.section-pre-registration .pre-registration .form-os .form-os-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: var(--pre-registration-form-os-checkmark-width-and-height);
    width: var(--pre-registration-form-os-checkmark-width-and-height);
    background-color: #fff;
    border-radius: 50%;
}
.section-pre-registration
    .pre-registration
    .form-os
    .form-os-label
    input[type="radio"]:checked
    ~ .checkmark {
    background-color: #fff;
}
.section-pre-registration
    .pre-registration
    .form-os
    .form-os-label
    .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.section-pre-registration
    .pre-registration
    .form-os
    .form-os-label
    input[type="radio"]:checked
    ~ .checkmark::after {
    display: block;
}
.section-pre-registration
    .pre-registration
    .form-os
    .form-os-label
    .checkmark::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: var(--pre-registration-form-os-checkmark-after-width-and-height);
    height: var(--pre-registration-form-os-checkmark-after-width-and-height);
    border-radius: 50%;
    background: #000;
}
.section-pre-registration .pre-registration .form-mobile-number {
    display: flex;
    justify-content: center;
    margin-bottom: 1.094vw;
}
.section-pre-registration
    .pre-registration
    .form-mobile-number
    input[type="text"] {
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #140c09;
    width: 20.807vw;
    height: 2.839vw;
    font-size: calc((28 / 3840) * 100vw);
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.section-pre-registration
    .pre-registration
    .form-mobile-number
    input[type="text"]::placeholder {
    font-size: inherit;
}
.section-pre-registration .pre-registration .form-agreement {
    display: flex;
    width: 20.443vw;
    margin: 0 auto 1.406vw;
}
.section-pre-registration
    .pre-registration
    .form-agreement
    .form-agreement-each {
    display: flex;
    flex-direction: column;
    gap: 0.26vw;
}
.section-pre-registration
    .pre-registration
    .form-agreement
    .form-agreement-all {
    align-self: flex-end;
    margin-left: auto;
}
.section-pre-registration .pre-registration .form-agreement .container {
    display: block;
    position: relative;
    padding-left: 1.693vw;
    cursor: pointer;
    font-size: 0.654vw;
    line-height: 1.146vw;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.section-pre-registration
    .pre-registration
    .form-agreement
    .container:nth-child(2) {
    order: 3;
}
.section-pre-registration
    .pre-registration
    .form-agreement
    .container:nth-child(3) {
    order: 2;
}
.section-pre-registration
    .pre-registration
    .form-agreement
    .container:nth-child(2),
.section-pre-registration
    .pre-registration
    .form-agreement
    .container:nth-child(3) {
    text-decoration: underline;
}
.section-pre-registration .pre-registration .form-agreement .container strong {
    font-weight: 700;
}
.section-pre-registration .pre-registration .form-agreement input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.section-pre-registration .pre-registration .form-agreement .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: var(--pre-registration-form-agreement-checkmark-width-and-height);
    width: var(--pre-registration-form-agreement-checkmark-width-and-height);
    background-color: #fff;
}
.section-pre-registration
    .pre-registration
    .form-agreement
    input:checked
    ~ .checkmark {
    background-color: #fff;
}
.section-pre-registration .pre-registration .form-agreement .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.section-pre-registration
    .pre-registration
    .form-agreement
    .container
    input:checked
    ~ .checkmark::after {
    display: block;
}
.section-pre-registration
    .pre-registration
    .form-agreement
    .container
    .checkmark::after {
    left: 0.391vw;
    top: 0.13vw;
    width: 0.26vw;
    height: 0.521vw;
    border: solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section-pre-registration .pre-registration .form-submit {
    display: flex;
    justify-content: center;
}
.section-pre-registration .pre-registration .form-submit .button-submit {
    background: url(../images/new-contents/pre-order/button-submit.png)
        no-repeat 0 0 / contain;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23.776vw;
    height: 5.156vw;
}
/* .section-pre-registration .pre-registration .form-submit .button-submit .button-submit-text {
  background: url(../images/pre-registration/button-submit-text.png) no-repeat 0 0 / contain;
  width: 9.661vw;
  height: 1.328vw;
  transition: transform 0.5s;
}
.section-pre-registration .pre-registration .form-submit .button-submit:hover .button-submit-text {
  transform: translate3d(0, -1px, 0);
} */

.section-pre-registration .alert {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #38494d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 4.01vw;
    font-size: 1.25vw;
    font-weight: 500;
    letter-spacing: -0.25px;
    text-shadow: 2px 2px 0px #000;
    box-shadow: inset 0 0 58px 3px rgba(0, 0, 0, 0.35);
}
.section-pre-registration .alert a {
    position: relative;
    color: #e8e8e8;
    padding: 0 2.995vw;
}

/* new contents */
.section-pre-registration .pre-registration .rewards-wrapper .items {
    position: relative;
}
.section-pre-registration .alert {
    background: url(../images/new-contents/pre-order/link.png) no-repeat 50% 0 /
        cover;
    box-shadow: none;
    height: 4.01vw;
    /* height: 154px; */
}
.section-pre-registration .alert a {
    width: 24.87vw;
    /* width: 955px; */
    height: 2.76vw;
    /* height: 106px; */
    padding: 0;
}
.section-pre-registration .pre-registration .form-os .form-os-label {
    color: #fff;
}
/* .section-pre-registration
    .pre-registration
    .form-os
    .form-os-label
    #user-os-ios
    ~ .text::before {
    background-image: url(../images/new-contents/pre-order/ico-apple.png);
} */
.section-pre-registration
    .pre-registration
    .form-mobile-number
    input[type="text"] {
    background: #19120c;
}
.section-pre-registration .pre-registration .form-agreement .container {
    color: #fff;
}
.section-pre-registration .button-open-popup {
    background: transparent;
    position: absolute;
    top: calc((290 / 3840) * 100vw);
    left: calc((153 / 3840) * 100vw);
    width: calc((40 / 3840) * 100vw);
    height: calc((40 / 3840) * 100vw);
}
