body[page="apply"] {
    background-image: url(../images/home/bg.jpg);
    background-size: 100% auto;
    background-position: center top;
}


.applybtn {
    position: fixed;
    z-index: 101;
    right: 40px;
    bottom: 40px;
    width: 150px;
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.applybtn:hover {
    opacity: 1;
    transform: scale(1.05);
}
section[thename="apply"] {
    display: block;
}
section[thename="apply"] .title {
    height: 80px;
}
section[thename="apply"] .notpost {
    display: block;
    color: #bbbbbb;
    border: 2px solid #bbbbbb;
    pointer-events: none;
}
section[thename="apply"] .submitting {
    display: none;
    color: #bbbbbb;
    border: 2px solid #bbbbbb;
    pointer-events: none;
}
section[thename="apply"] .post {
    display: none;
}
section[thename="apply"] horizon {
    height: 2px;
    margin-top: 20px;
    border-bottom: 2px dashed #e1e1e1;
    margin-bottom: 20px;
    display: block;
}
section[thename="apply"] .form {
    padding-top: 50px;
    padding-bottom: 50px;
}


section[thename="apply"] .form[requiredcheck="true"] .notpost {
    display: none;
}
section[thename="apply"] .form[requiredcheck="true"] .post {
    display: block;
}



section[thename="apply"] .form[number="personal"] .each[thename="teamname"] {
    display: none;
}
section[thename="apply"] .form[number="personal"] .each[thename="teammembers"] {
    display: none;
}
section[thename="apply"] .form[number="personal"] .each[thename="name"] span[value="group"] {
    display: none;
}
section[thename="apply"] .form[number="group"] .each[thename="name"] span[value="personal"] {
    display: none;
}
section[thename="apply"] .sented {
    padding: 30px;
    padding-top: 0px;
}
section[thename="apply"] .sented h4 {
    color: #b081d0;
    font-size: 24px;
}
section[thename="apply"] .sented p {
    line-height: 1.5;
}
section[thename="apply"] .title {
    height: 70px;
    margin: auto;
    display: block;
    margin-bottom: 30px;
    padding-top: 50px;
}
section[thename="apply"] .subject {
    height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}
section[thename="apply"] .survey {
    background-color: #FFF;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 25px;
}
section[thename="apply"] .survey h3 {
    color: #b081d0;
    margin-bottom: 15px;
}
section[thename="apply"] .survey .suggestion {
    border: 2px solid #C7C8C8;
    border-radius: 5px;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -moz-outline: none!important;
    -webkit-outline: none!important;
    outline: 0!important;
    width: calc(100% - 30px);
    padding: 8px;
    min-height: 135px;
}
section[thename="apply"] .survey label.radio {
    width: auto;
    vertical-align: top;
    margin-right: 8px;
    font-size: 13px;
    vertical-align: middle;
}
section[thename="apply"] .btn {
    background-image: url(../images/review_btn2.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    /* background-color: #e9e9e9; */
    text-align: center;
    color: #FFF;
    line-height: 60px;
    padding-right: 30px;
    width: 135px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    user-select: none;
    /* standard syntax */
    -webkit-user-select: none;
}
section[thename="apply"] .btn:hover {
    transform: scale(1.1);
}
section[thename="apply"] .btn:active {
    transform: scale(0.9);
}
section[thename="apply"] .btn.selected {
    background-image: url(../images/review_btn2.svg);
    color: #FFF;
}


/* form */
.form[student="false"] [thename="schoolname"],
.form[student="false"] [thename="departmentname"],
.form[student="false"] [thename="studentdocs"] {
    display: none;
}
.form .each {
    margin-bottom: 15px;
    text-align: left;
    font-size: 18px;
}
.theme_sp{
    background-color: #f5f4fa;
    padding-top: 17px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.form .each label {
    width: 160px;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 15px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}
.form .each label[required="true"]:before {
    content: '*';
    color: #c03939;
    position: absolute;
    margin-left: -13px;
    margin-top: 4px;
}
.form .each b {
    font-size: 18px;
    margin-right: 5px;
    display: inline-block;
    /* width: 100px; */
    vertical-align: top;
    color: #36b2a3;
    padding-top: 5px;
}
.form .each .wrap {
    width: calc(100% - 250px);
    display: inline-block;
}
.form .each input[type="text"] {
    border: 2px solid #C7C8C8;
    border-radius: 5px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-outline: none !important;
    -webkit-outline: none !important;
    outline: none !important;
    width: 100%;
    padding: 8px;
}
.form .each input[type="file"] {
    border: 2px solid #C7C8C8;
    border-radius: 5px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-outline: none !important;
    -webkit-outline: none !important;
    outline: none !important;
    width: 100%;
    padding: 8px;
}
.form .each textarea {
    border: 2px solid #C7C8C8;
    border-radius: 5px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-outline: none !important;
    -webkit-outline: none !important;
    outline: none !important;
    width: 100%;
    padding: 8px;
    min-height: 135px;
}
.form .each label.radio {
    width: auto;
    vertical-align: top;
    margin-right: 10px;
    font-size: 17px;
    vertical-align: middle;
}
.form .each .label_wrap {
    display: inline-block;
}
.form .each .label_wrap label.radio {
    display: block;
        text-align: left;
}
.form .each .note {
    font-size: 16px;
    margin-top: 15px;
    display: block;
    line-height: 1.5;
    margin-left: 150px;
    color: #949494;
    margin-bottom: 25px;
}
.form .each .note li{
    color: #ad1c1c;
    text-indent: -12px;
    margin-left: 12px;
    display: block;
}
.sented_data{
    padding: 20px;
    background-color: #ededed;
    width: 400px;
    margin: auto;
    max-width: 65%;
    text-align: left;
}

.sented_data .each{
    margin-bottom: 10px;
}

.sented_data .label{
    display: inline-block;
    width: 115px;
    color: #8b64ab;
    margin-bottom: 5px;
    
}

.sented_data .value{
    display: inline-block;
}

/* home - mobile */
@media screen and (max-width: 960px) {

    body[page="apply"] {
        background-image: url(../images/home/bg_m.jpg);
    }
    section[thename="apply"] .form {
        padding-top: 0px;
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }
        body[page=apply] section[thename=apply] .title {
        height: 50px;
        width: auto;
        margin: auto;
        display: block;
        margin-bottom: 15px;
        padding-top: 19px;
    }
    body[page=apply] section[thename=apply] .survey {
        margin-left: 30px;
        margin-right: 30px;
    }
    body[page=apply] section[thename=apply] .checkboxWrap {
        margin-left: 30px;
        line-height: 2;
        font-size: 14px;
    }
    .applybtn {
        right: 20px;
        bottom: 20px;
        width: 100px;
    }
    body[page="apply"] horizon {
        margin-left: 30px;
        margin-right: 30px;
    }
    .form .each label {
        width: auto;
        vertical-align: middle;
        margin-right: 15px;
        text-align: left;
        display: block;
        vertical-align: top;
        padding-top: 5px;
        padding-left: 30px;
        padding-bottom: 10px;
    }
    .form .each .wrap {
        width: calc(100% - 80px);
        margin-left: 30px;
    }
    .form .each .note {
        line-height: 1.5;
        margin-left: 30px;
        margin-right: 30px;
    }

    .sented_data .label {
        display: block;
        width: auto;
    }

}
