html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
}

body, td, img {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    width: 100%;
}

ul {
    display: inline-table;
    width: 100%;
}

ul li {
    list-style: none;
    display: block;


}

p a {
    display: inline;
    text-decoration: none;
    position: relative;
    float: right;
    margin-right: 5%;
    color: #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    cursor: pointer;
}

input[type='text'],
input[type='password'],
input[type='number'] {
    border: none;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: 600;
    color: rgb(0, 183, 179);
    padding-left: 10px;
    border-bottom: 1px solid #c7c7c7;

}

input[type='text'], input[type='password'],
input[type='number']:focus {
    outline: none;
}

input[type='checkbox'],
input[type='radio'] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.wrap {
    overflow: hidden;
    max-width: 1000px;
    margin: auto;
}

.content-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}

.contents-wrap {
    margin: auto;
    max-width: 1000px;
}

.btn_box {
    display: flex;
    justify-content: center;
}

.btn_next {
    display: block;
    text-align: center;
    font-size: 2.0em;
    font-weight: 800;
    border: none;
    border-radius: 5em;
    width: 55%;
    height: 70px;
    line-height: 70px;
    cursor: pointer;
    background: linear-gradient(-45deg, #6cacf7, #29c3ea, #29eaba, #6cacf7);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    color: #fff;
    transition: all 0.5s;
    outline: none;
}

.btn_next:hover {
    background: linear-gradient(90deg, #9198e5, #e66465);
}

.header_img {
    width: 100%;
}

.img-con-1 {
    /* background-image: url('/images/event/content.png');
     background-repeat: no-repeat;
     background-size: cover;

     */
}

.img-header img, .img-con-1 img, .layer_header_img img, .img-con-2 img {
    width: 100%;
    display: block;
}


.input_jumin {
    width: 38%;
}

.box-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.captcha-img {
    width: 48%;
}

.captcha-img:first-child {

    border: 1px solid #eeeeee;
}

.captcha-img input {
    width: 97%;
}

.captcha-img img {
    max-width: 100%;
    height: 100%;
    margin: auto;
}

.box-flex .auth-input {
    width: 100%;
}

.box-flex .auth-timer {
    position: absolute;
    bottom: 10px;
    right: 40px;
}

#auth-timer {
    color: #ff2e2e;
}

#footer {
    max-width: 1000px;
    margin: auto;
}

#footer img {
    width: 100%;
    max-width: 1000px;
    margin-top: 5%;
}

#step_1 input[type='checkbox'] {
    display: none;
}

#step_1 input[type='checkbox'] + label {
    display: inline-block;
    cursor: pointer;
    line-height: 22px;
    padding-left: 27px;
    background: url('/images/check_off.png') left/15px no-repeat;

}

#step_1 input[type='checkbox']:checked + label {
    background-image: url('/images/check_on.png');
}

#step_1 a {
    cursor: pointer;
}

.wrapper {
    margin: auto;
    padding: 10px;
    max-width: 836px;
}

.tab_title {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
}

.title_clauses {
    font-size: .9rem;
    font-weight: 700;
}

.title_clauses_big {
    font-size: 1.2rem;
}

.input-boxed {
    border: 1px solid #c7c7c7 !important;
}

div.flex {
    display: flex;
}

#phoneNum {
    width: calc(100% - 144px);
    margin-right: 5px;

}

.relative {
    position: relative;
}

.btn-join {
    background-color: #ff2e2e;
    color: #fff;
    font-size: 1.2em;
    padding: 10px 20px;
    width: 120px;

}

.input-phone {
    width: 26%;
}

.input-email {
    width: 32%;
}

.input-area {
    width: 95%;
    border: none;
    outline: none;
    line-height: 2em;
    font-size: 1.2em;
    height: 2em;
    font-weight: 600;
    color: rgb(0, 183, 179);
    padding-left: 10px;
    border-bottom: 2px solid black;
}

.btn_phone {
    background-color: #c7c7c7;
    border: none;
    width: 25%;
    border-radius: 25px;
    color: #696868;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
}

.btn_phone:focus {
    outline: none;
}

.btn-right {
    background: linear-gradient(-45deg, #6cacf7, #29c3ea, #29eaba, #6cacf7);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    color: #fff;
    transition: all 0.5s;
    outline: none;
    border: none;
    padding: 7px 5px;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    width: 24%;
    cursor: pointer;
    margin-left: 5px;
}

.btn-right:hover {
    background: linear-gradient(90deg, #9198e5, #e66465);
}

.btn-right:focus {
    outline: none;
}

.font-highlight {
    color: #ff2e2e;
    font-weight: 600;
}

.notice_clauses {
    margin: 25px 0 45px 0;
}


.notice_clauses p {
    margin: 0;
    font-size: 12px;
}

#box_agree table {
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
}

#box_agree table td {
    text-align: center;
    padding: 20px 0;
    border: 1px solid #eee;
}

#box_agree .td_company {
    width: 35%;
}

#box_agree .td_notice {
    text-align: left;
    padding-left: 5px;
}

#box_agree div {
    padding: 10px 0;
}

#box_agree p {
    margin: 5px;
}

label.label_title {
    width: 100%;
    display: inline-block;
}

#frm_evt input[type='text'], input[type='password'] {
    border-bottom: 1px solid #c7c7c7;
    text-align: center;
    margin-bottom: 10px;
}

#group_phoneCompany {
    text-align: center;
    margin-bottom: 10px;
}

#group_phoneCompany.label_title {
    text-align: left
}

#email3 {
    height: 2.4em;
    border: none;
    background-color: #fff;
    border-bottom: 1px solid #c7c7c7;
}

#email3:focus {
    outline: none;
}


#btn_top {
    width: 80%;
    margin: auto;
}

.img_radio, .img_radio2 {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.img_radio:checked + span {
    background: linear-gradient(-45deg, #6cacf7, #29c3ea, #29eaba, #6cacf7);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    color: #fff;
    transition: all 0.5s;
    outline: none;
}

.img_radio2:checked + span {
    background-color: #FFA439;
    color: #fff;
}

.wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    width: 100vw;
    overflow: hidden;
}

.fin_wrap {
    min-height: 55vh;
    max-height: 60vh;
    text-align: center;

}

.fin_wrap_box {
    width: 100%;
    height: 45vh;
    text-align: center;
    overflow-x: auto;
    overflow-y: auto;
    display: inline-block;
}

em {
    font-style: normal;
}

.section02 .tit02 h2 {
    font-size: 55px;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -2px;
    text-align: center;
    padding: 20px 0 15px 0;
}

.fin span {
    font-size: 2em;
    color: #505050;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -2px;
    text-align: center;
    display: block;
    padding: 1em 0 1em 0;
}

.fin_wrap_box table {
    width: 100%;
    border-collapse: collapse;
}

.fin_wrap_box td {
    border: 1px solid #ccc;
    font-size: 12px;
    height: 35px;
    color: #7d7d7d;
}

.loading-loader {
    width: 20%;
    aspect-ratio: 1;
    border: 25px solid #ddd;
    border-radius: 50%;
    position: relative;
    transform: rotate(45deg);
}

.loading-loader .inner {
    transform: rotate(-45deg);
    position: absolute;
    bottom: 50%;
    left: calc(50% - 140px);
    font-size: 2em;
    color: #fff;
}

.loading-loader::before {
    content: "";
    position: absolute;
    inset: -25px;
    border-radius: 50%;
    border: 25px solid #514b82;
    animation: l18 2s infinite linear;
}

.loading-div {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

@keyframes l18 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }
    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

.display_none {
    display: none;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.d-block {
    display: block;
}

@media screen and (max-width: 850px) {
    .contents-logo img {
        width: 100%;
    }

    .layer_header_img {
        width: 100%;
    }

    .contents-logo .bi_logo {
        width: 70%;
    }

    .tab {
        padding: .5rem 1rem 0 1rem;
        margin-bottom: 2rem;
    }

    .layer_header_img .btn_close {
        font-size: 1.2rem;
        right: 1rem;

    }

    .captcha-img input {
        width: 93%;
    }

    input[type='text'],
    input[type='password'],
    input[type='number'] {
        font-size: 1em;
    }

    input[name='captcha_text']::placeholder {
        font-size: .8rem;
    }

    #step_1 input[type='checkbox'] + label {
        font-size: .8rem;
    }

    .fin_wrap_box {
        min-height: 35vh;
        max-height: 50vh;
    }

    .fin span {
        font-size: 1.35em;

    }

    .fin_wrap_box table {
        min-width: 250%;
    }

    #btn_top {
        width: 100%;
    }

    .captcha-img {
        width: 100%;
    }

    .loading-loader {
        width: 70%;
    }

    .loading-loader .inner {
        bottom: 45%;
        left: 10%;
        font-size: 1.8em;
    }

    .btn_next {
        font-size: 1.5em;
        width: 90%;
        height: 50px;
        line-height: 50px;
    }

    .steps {
        padding: 0 .5rem;
    }

    .agreement_box p {
        margin: 11px 0;
    }
}

#policy_text {
    overflow-y: scroll;
    max-height: 65vh;
    margin-top: 35px;
}

@media screen and (max-width: 650px) {
    .loading-loader .inner {
        bottom: 43%;
        left: 8%;
        font-size: 1.6em;
    }

    #policy_text {
        max-height: 85vh;
    }
}