@charset "utf-8";

body {
    background-color: #f7f8fb;
    margin: 0;
}

.loginArea {
    width: 100%;
    height: 100%;
}

.loginBox {
    width: 640px;
    padding: 5% 0;
    margin: 0 auto;
}

.loginBox .login_header {
    display: block;
}

.loginBox .logo img {
    display: block;
    margin: 0 auto 30px;
}

.loginBox .loginInner {
    padding: 3px;
    background: linear-gradient(180deg, #00cced 0%, #4131d8 100%);
    border-radius: 50px 0 40px 40px;
}

.loginBox fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

.loginBox fieldset .inner {
    overflow: hidden;
    padding-bottom: 60px;
    text-align: center;
    background-color: #fff;
    border-radius: 47px 0 37px 37px;
}

.loginBox fieldset legend {
    display: none;
}

.loginBox .loginInner h1 {
    width: 100%;
    margin: 0 0 48px;
}

.loginBox .iText {
    display: block;
    width: 420px;
    height: 70px;
    line-height: 70px;
    margin: 10px auto;
    padding-left: 30px;
    font-size: 22px;
    color: #4c4c4c;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 70px;
    outline: none;
}

.loginBox .iText:focus {
    background-color: #e0f6fb;
}

.loginBox .iText::placeholder {
    color: #b2b2b2;
}

.loginBox .iText.upw {
    margin-top: 10px;
}

.loginBox .txt_msg {
    min-height: 40px;
    color: #f4456a;
}

.loginBox .txt_msg .txt_msg_cnt {
    padding: 37px 0;
}

.loginBox .btnLogin {
    width: 200px;
    height: 60px;
    padding: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border: none;
    background: #454dc9;
    border-radius: 60px;
    box-shadow: 0 1px 0 #e1e1e1;
    cursor: pointer;
}

.loginBox .help li {
    float: left;
    font-size: 20px;
    margin-top: 20px;
}

.loginBox .help li a {
    color: #999;
}

.loginBox .help li.first {
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #e5e5e5;
}

.loginBox .choice {
    padding-bottom: 30px;
    text-align: center;
}

.loginBox input[type="radio"] {
    display: none;
}

.loginBox label {
    display: inline-block;
    height: 30px;
    width: 180px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    cursor: pointer;
}

.loginBox label:first-of-type {
    margin-left: 0;
}

.loginBox .radio {
    color: #808080;
    background-image: url("../images/ico_radio.png");
}

.loginBox input:checked + label.radio {
    background-image: url("../images/ico_radio_on.png");
}

.subject {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    display: flex;
}

.subject > div {
}

.isKeris {
    margin-bottom: 20px;
}

.grade {
    margin: 10px
}

#preview {
    margin-left: 10px;
    display: inline-block;
}