/* font [START] */
/* 폰트 */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

* {
    font-family: 'Pretendard';
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
span,
label {
    margin: 0;
    word-break: keep-all !important;
    font-family: 'Pretendard' !important;
}

* {
    padding: 0;
    margin: 0;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 15px;
}


a {
    color: #ffffff;
    text-decoration : underline;
    text-underline-position : under;
}

a:hover {
    color: #ff900c;
}

li {
    list-style: none
}

h1 {
    font-family: 'Tenada';
    font-weight: 700;
    font-size: 65px;
}

h3 {
    font-weight: 700;
    font-size: 28px;
}

.yellow-font {
    color: #fff600;
}

.white-font {
    color: #ffffff;
}

.light-blue-font {
    color: #87f2ff;
}

.purple-font {
    color: #7911fe;
}

.orange-font {
    color: #ff900c;
}

.grey-font {
    color: #6c6c6c;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/* font [END] */

/* backgorund [START] */
html, body, main {
	/* height: 100vh; */
    max-height: 100%;
    background: #dabdf6;
    padding-bottom: 15px;
}

.container-fluid {
    max-width: 1000px;
    margin: 0 auto;
}

.background-white {
    background-color: #ffffff;
    border-radius: 30px;
    margin-top: 15px;
    padding: 30px 30px 30px 30px;
    color: #32313c;
}

.background-black {
    background-color: #2b2d3e;
    border-radius: 30px;
    margin-top: 15px;
    padding: 40px 40px 40px 40px;
    color: #ffffff;
}

/* backgorund [END] */

/* common [START] */

.mobile {
    display: none;
}

.mp-15 {
    margin-top: 15px;
}

.mp-30 {
    margin-top: 30px;
}

.mp-40 {
    margin-top: 40px;
}

.mp-70 {
    margin-top: 70px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-30 {
    padding-right: 30px;
}

/* main [START] */
.main-title:nth-child(1) {
    margin-top: 25px;
}

.main-title-wrap {
    margin-left: -130px;
}

.yimo-appicon-android-wrap {
    max-width: 200px;
    margin: 15px 0 0 auto;
}

.main-title {
    padding-bottom: 15px;
    display: inline-block;
}

.yimo-appicon-android-wrap img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 0px 0px 8px #620ad2;
}

.app-download-explen {
    font-size: 30px;
    font-weight: 600;
    color: white;
    margin-top: 15px;
}

.app-download-wrap {
    max-width: 280px;
    padding-bottom: 30px;
}

.google-download {
    width: 100%;
}

.apple-download {
    width: 100%;
}

/* main [END] */

/* 이용 방법 [START] */
.step1-explain {
    font-size: 20px;
    margin-top: 15px;
}

.student-code-explain {
    font-size: 20px;
    color: #a45eff;
    padding-top: 1rem;
}

/* 이용 방법 [END] */

/* 시험반 학생 인증하기 [START] */
.info-input {
    background-color: #3a3c53;
    border: none;
    width: 100%;
    height: 60px;
    font-size: 20px;
    margin-top: 20px;
    padding-left: 15px;
    border-radius: 7px;
}

.info-input:focus {
    border: 1px solid #7911fe;
    outline: #a865ff;
}

input::placeholder {
    color: #838392;
}

.send-btn {
    background-color: #7c16fe;
    border: none;
    width: 100%;
    height: 60px;
    font-size: 20px;
    margin-top: 15px;
    border-radius: 7px;
    font-weight: 500;
}
/* 시험반 학생 인증하기 [END] */

/* 개인정보 수집 및 이용 [START] */
input[type=checkbox] { display:none; }

input[type=checkbox] + label {
    display: inline-block;
    cursor: pointer;
    padding-left: 0px;
    background: url('../img/radio_un_check_icon.png') left/22px no-repeat;
    font-size: 28px;
    font-weight: 500;
    background-size: 40px;
    color: #1F1F27;
    height: 45px;
    margin-top: -1rem;
}

input[type=checkbox]:checked + label { background-image: url('../img/radio_check_icon.png'); }
.warp-application-form {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.checkbox-text {
    color: #1F1F27;
}
.privacy-explain {
    font-size: 20px;
    font-weight: 400;
}
.privacy-radio-btn,
.privacy-radio-btn a {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 13px;
    margin-top: 8px;
}

.privacy-radio-btn a {
    text-decoration: underline;
    text-underline-position: under;
    cursor: pointer;
}

.privacy-radio-btn a:hover,
.privacy-radio-btn a:active,
.privacy-radio-btn a:focus {
    color: #8831f6;
}
/* 개인정보 수집 및 이용 [END] */

/* sweetalert [START] */
.swal2-popup {
    width: 40em;
    padding: 0 0 2.25em;
}
.swal2-title {
    font-size: 2.875em;
}
.swal2-html-container {
    font-size: 2em;
}
.swal2-styled.swal2-confirm {
    font-size: 1.5em;
}
/* sweetalert [END] */

.send-btn:hover {
    background-color: #ff900c;
    transition: all ease 2s 0s;
}

.btn-jelly:hover {
    animation: jelly 0.5s !important;
}
@keyframes jelly {
    25% {
        transform: scale(0.95, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}

.inline-block {display:inline-block !important;}

/* 태블릿 사이즈 */
@media(max-width: 1024px) {
    h1 {
        font-size: 60px;
    }

    .app-download-wrap {
        max-width: 280px;
        margin-top: 10px;
    }

    .background-white {
        margin-top: 35px;
    }

    .main-title-wrap {
        margin-left: -50px;
    }

    .guide-wrap,
    .info-wrap {
        padding: 0 40px 0 40px;
    }
}

/* 모바일 사이즈 */
@media(max-width: 767px) {
    .mobile {
        display: inline-block;
    }

    .pc {
        display: none;
    }

    h1 {
        font-size: 50px;
        text-align: center !important;
    }

    h3 {
        font-size: 28px;
    }

    .main-title:nth-child(1) {
        margin-top: 40px;
    }

    .main-title:nth-child(1) {
        padding-bottom: 0;
    }

    .main-title-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .app-download-wrap {
        margin: 0 auto;
    }

    .yimo-appicon-android-wrap {
        max-width: 170px;
        margin: 0 auto;
        padding: 15px;
    }

    .app-download-explen {
        text-align: center;
        margin-top: 10px;
    }

    .google-download {
        padding: 0 15px 0 15px;
    }

    .apple-download {
        padding: 0 15px 0 15px;
    }

    .background-white {
        margin-top: 0;
    }

    .step1,
    .step1 img {
        padding: 0;
    }

    .guide-wrap,
    .info-wrap {
        padding: 0 20px 0 20px;
    }

    .student-code-explain {
        padding-left: 0;
        padding-top: 10px;
    }

    .background-black {
        padding: 30px 30px 30px 30px;
    }

    .info-input:nth-child(3) {
        margin-bottom: 13px;
    }

    /* 개인정보 동의 [START] */
    input[type=checkbox] + label,
    input[type=checkbox]:checked + label {
        background-size: 37px;
        height: auto;
        margin-top: 1rem;
    }
    .privacy-radio-btn, .privacy-radio-btn a {
        margin-left: 12px;
    }
}
