﻿@charset "utf-8";
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
li,
ul {
    list-style: none;
}
button:focus {
    outline: none;
}
html {
    font-size: 62.5%;
}
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
}
.form {
    font-size: 0;
}
.form.form--device {
    width: 40rem;
}
.form__group {
    /* display: inline-table;
    margin-top: 2.4rem;
    margin-right: 2.4rem; */
    margin-bottom: 24px;
}
.form__group--xxl {
    width: 74.4rem;
}
.form__group--xl {
    width: 40rem;
}
.form__group--m {
    width: 32rem;
}
.form__group--s {
    width: 21.6rem;
}
.form__group--xs {
    width: 16rem;
}
.form__group--select {
    position: relative;
}
.form__input {
    font-size: 1.4rem;
    font-family: inherit;
    color: inherit;
    height: 3.6rem;
    padding: 0 1.6rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    display: inline-block;
    /* margin-bottom: 8px; */

    width: 100%;
}
.form__select {
    width: 24rem;
    margin-right: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 35px;
    background: url('images/dropdown.png') no-repeat 96% center;
    position: relative;
    /* z-index: 2; */
    color: #9e9e9e;
}
.form__select.selected,
.form__select:focus {
    color: inherit;
}
.form__select option:first-child {
    color: #9e9e9e;
}
.form__input--other {
    width: 49.6rem;
}
.form select::-ms-expand {
    display: none;
}
.form__error {
    border-color: #f44336;
}
.form__label {
    font-size: 16px;
    font-family: 'NotoSansKR-Medium';
    line-height: 1.5;
    color: var(--gray-pale-8);
    margin-bottom: 10px;
    display: block;
}
.form__essential {
    font-family: 'NotoSansKR-Medium';
    color: var(--red-7);
}
.form__error-text {
    display: block;
    position:relative;
    /*position: fixed;*/
    padding-left: 24px;
    font-size: 14px;
    font-family: 'NotoSansKR-Medium';
    /*font-weight: 400;*/
    /*color: #f44336;*/
    color: var(--red-7);
    word-break: keep-all;
}
.form__error-text::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('images/RegistrationV2/error@2x.png');
    background-repeat: no-repeat;
    background-position: 0 -1px;
    background-size: 20px 20px;
    position: absolute;
    left: 2px;
    top: 4px;
}
.form__check-group {
    display: inline-block;
    position: relative;
}
.form__check-group .button__hidden {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.form__check-input {
    display: none;
}
.form__check-label {
    cursor: pointer;
    position: relative;
    padding-left: 24px;
}
.form__check-label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 2px;
    background-image: url('images/RegistrationV2/error@2x.png');
    background-repeat: no-repeat;
    background-position: 0 -1px;
    background-size: 20px 20px;
}
.form__check-label.checked::before {
    background-position: 0 -20px;
}
.form__check-label em {
    font-style: normal;
    text-decoration: underline;
}
.form .placeholder {
    padding: 0 13rem 0 1.6rem;
    background-color: #fff;
    font-size: 1.4rem;
    font-family: inherit;
    color: #9e9e9e;
    position: absolute;
    bottom: 6px;
    left: 1px;
}
:-ms-input-placeholder {
    color: #9e9e9e;
}
::-ms-input-placeholder {
    color: #9e9e9e;
}
:-moz-placeholder {
    color: #9e9e9e;
}
::-webkit-input-placeholder {
    color: #9e9e9e;
}
::placeholder {
    color: #9e9e9e;
}
.header .logo {
    display: block;
    margin: 16px 0 18px 24px;
    width: 342px;
    height: 80px;
    background: url('images/logo_white.png');
}
.header .logo span {
    font-size: 0;
    color: transparent;
}
.header__bg {
    position: relative;
    height: 8rem;
    background-color: #b50837;
}
.header__bg::after,
.header__bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
}
.header__bg::before {
    top: 0;
    border-top: 1px solid #979797;
}
.header__bg::after {
    bottom: 0;
    border-bottom: 1px solid #979797;
}
.gnb {
    width: 1024px;
    margin: 0 auto;
    font-size: 0;
}
.gnb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 8rem;
}
.gnb li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    opacity: .5;
    translate: opacity 0.3s;
}
.gnb li.on {
    opacity: 1;
}
.gnb li a {
    display: block;
    font-size: 2rem;
    font-weight: 300;
    line-height: 8rem;
    text-decoration: none;
    color: #fff;
}
.gnb li .menu-number {
    display: inline-block;
    width: 19px;
    height: 19px;
    padding-top: 2px;
    margin-right: 3px;
    margin-top: -3px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #b50837;
    vertical-align: middle;
}
.gnb li:nth-child(4n) .menu-number {
    padding-right: 1px;
}
.gnb li + li {
    margin-left: 10.5rem;
}
.bottom {
    padding: 16px 0 80px;
    border-top: 1px solid #e0e0e0;
}
.bottom::after {
    content: "";
    display: table;
    clear: both;
}
.button {
    display: inline-block;
    width: 16rem;
    height: 4rem;
    padding: 5px 0;
    border-radius: 4px;
    border: 1px solid #b50837;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}
.button--small {
    width: 8rem;
    height: 2.4rem;
    padding: 1px 0 0;
    font-size: 12px;
    font-weight: 400;
}
.button--border {
    color: #b50837;
}
.button--primary {
    background-color: #b50837;
    color: #fff;
}
.button--nextdisabled {
    /*border-color: #9e9e9e;*/
    background-color: rgba(181,8,55,0.5);
    color: #fff;
    cursor: default;
}
.button--disabled {
    border-color: #9e9e9e;
    background-color: #9e9e9e;
    color: #fff;
    cursor: default;
}
.container {
    width: 1024px;
    margin: 4.8rem auto 0;
}
.content {
    margin-bottom: 48px;
}
.content::after {
    content: "";
    display: table;
    clear: both;
}
.content .complete {
    padding: 0 2.6rem;
}
.content .complete::after {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    margin: 2.4rem auto 0;
    background-image: url('images/email.svg');
    background-size: cover;
}
.divide {
    /* display: inline-block;
    float: left; */
}
.divide--right {
    float: right;
}
.divide--hlaf {
    width: 50%;
}
.heading-primary {
    margin-top: 80px;
    margin-bottom: 48px;
    font-size: 28px;
    font-family: 'NotoSansKR-Bold';
    color: var(--gray-pale-8);
    white-space: nowrap;
}
.heading-help {
    font-size: 1.6rem;
    color: #000;
}
.image {
    width: 480px;
}
.image__box {
    padding: 0.74rem;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.18);
}
.image__box img {
    width: 100%;
}
.review__group {
    /* display: block;
    margin-top: 2.4rem;
    margin-right: 2.4rem; */
    margin-bottom: 24px;
}
.review__label {
    font-size: 16px;
    font-family: 'NotoSansKR-Medium';
    color: var(--gray-pale-8);
    margin-bottom: 8px;
}
.review__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*width: 800px;*/
    padding: 32px;
    border-radius: 10px;
    background-color: var(--gray-pale-0);
}
.review__box button {
    padding: 12px 20px;
    border-radius: 10px;
    border: solid 1px var(--gray-pale-3);
    background: none;
    cursor: pointer;

    font-size: 16px;
    font-family: 'NotoSansKR-Medium';
    color: var(--gray-pale-8);
}
.review__box > ul.review_value {
    margin-right: 10px;
}

.review__value li > span:first-child {
    display: inline-block;
    width: 160px;
    font-size: 16px;
    font-family: 'NotoSansKR-Regular';
    color: var(--gray-pale-6);
}
.review__value li > span:last-child {
    display: inline-block;
    font-size: 16px;
    font-family: 'NotoSansKR-Regular';
    color: var(--gray-pale-8);
}
.review__value .form__check-group .form__check-label {
    font-size: 14px;
    font-family: 'NotoSansKR-Regular';
    color: var(--gray-pale-8);
}
.review__value .form__check-group .form__check-label span:first-child {
    font-family: 'NotoSansKR-Medium';
}

/* .review__value {
    font-size: 1.4rem;
}
.review__value li {
    position: relative;
    margin-bottom: 5px;
}
.review__value li:last-child {
    margin-bottom: 8px;
} */
.popup {
    position: relative;
}
.popup__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    text-align: center;
}
.popup__header .heading {
    font-size: 1.6rem;
    font-weight: 700;
}
.popup .button__close {
    display: block;
    padding: 10px 10px 7px;
    border: none;
    background-color: transparent;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup .button__close span {
    font-size: 0;
    color: transparent;
}
.popup .button__close::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('images/sprite.png');
    background-repeat: no-repeat;
    background-position: 0 -60px;
}
.popup__content {
    padding: 6.8rem 2.4rem 6.4rem;
    font-size: 12px;
}
.popup__content .pre {
    white-space: pre-line;
}
.popup__footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.popup__footer button {
    width: 100%;
    border-radius: 0;
}
.joinWrap {
    height: 100%;
    overflow: auto;
    background: #fafafb;
}
.joinWrap {
    height: 100%;
    background: #fafafb;
}
/*# sourceMappingURL=style.css.map */



.country-warnning {
    background-color: var(--red-1);
    border: 1px solid var(--red-2);
    border-radius: 10px;
    color: var(--gray-pale-8);
    padding: 16px 20px;
    font-size: 16px;
    font-family: 'NotoSansKR-Medium';
}



