﻿.registered-box{
    width: 1920px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    min-height: calc(100vh - 100px);
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 50px 0;
}
.registered-all-box{
    width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.registered-title-box{
    width: 100%;
    display: block;
    background-color: #f3cd05;
}
.registered-title-box h2{
    text-align: center;
    font-size: 20px;
    color: #555;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 60px;
}
.registered-info-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 20px 50px;
}
.registered-info{
    margin-bottom: 30px;
    position: relative;
}
.registered-info:nth-child(2){
    z-index:3;
}
.registered-info:nth-child(3){
    z-index:2;
}
.registered-info:nth-child(4){
    z-index:1;
}
.registered-info:nth-child(7){
    z-index:2;
}
.registered-info:after{
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    background-color: #eee;
}
.registered-form-list{
    width: 370px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 45px;
}
.registered-form-list:nth-child(3){
    margin-right: 0;
}
.registered-form-list-title{
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #555;
    line-height: 22px;
}
.registered-form-input-box{
    position: relative;
    display: block;
}
.registered-form-text{
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    display: block;
    letter-spacing: 0.1em;
    padding: 0 15px;
    color: #555;
    position: relative;
    font-size: 14px;
    font-family: "微軟正黑體","Microsoft JhengHei";
}
.registered-form-select-box{
    position: relative;
    display: block;
    margin-top: 5px;
}
.registered-form-select-box select{
    -webkit-appearance: none; /*Chrome*/
    -moz-appearance: none; /*FF*/
    appearance: none;/*CSS3*/
}
.registered-form-select-box:after{
    content: '\f107';
    font-size: 14px;
    display: block;
    position: absolute;
    bottom: calc(50% - 12px);
    right: 10px;
    color: #888;
    line-height: inherit;
    box-sizing: border-box;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}
.registered-form-list-textarea{
    width: 100%;
}
.registered-form-textarea{
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    display: block;
    letter-spacing: 0.1em;
    padding: 10px 15px;
    color: #888;
    position: relative;
    font-size: 14px;
    font-family: "微軟正黑體","Microsoft JhengHei";
    resize: none;
    outline: none;
}
.registered-form-list-textarea::-webkit-input-placeholder,
.registered-form-text::-webkit-input-placeholder{
    font-family: "微軟正黑體";
    color: #888;
    letter-spacing: 0.1em;
}
.registered-form-list-textarea:-moz-placeholder,
.registered-form-text:-moz-placeholder{
    font-family: "微軟正黑體";
    color: #888;
    letter-spacing: 0.1em;
}
.registered-form-list-textarea::-moz-placeholder,
.registered-form-text::-moz-placeholder{
    font-family: "微軟正黑體";
    color: #888;
    letter-spacing: 0.1em;
}
.input-go_day:after{
    content: 'none';
    font-size: 0;
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 5px solid transparent;
    border-top: 5px solid #888;
    border-left: 5px solid transparent;
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
    pointer-events: none;
    border-radius: 5px;
}
.form-necessary{
    color: #f3cd05;
}
.registered-form-input-remind{
    font-size: 14px;
    color: #ff0f00;
    letter-spacing: 0.1em;
    display: inline-block;
    position: absolute;
    bottom: -25px;
    right: 0;
}
.registered-form-input-remind span:nth-child(1)>i{
    margin-right: 5px;
}
.registered-form-input-remind span:nth-child(2){
    color: #00ff80;
}
#registered .contact-box{
    display: none;
}
/* #registered .header-style1 .header-menu> li.header-advisory{
    display: none;
}
#registered .header-style1 .header-menu> li.header-qa:after{
    display: none;
} */
.member_comment-info-evaluation input,
.registered-form-input-box #Consultant,
.registered-form-input-box #AccommodationWeeks,
.registered-form-input-box #Accommodation,
.registered-form-input-box #CourseWeeks,
.registered-form-input-box #Course,
.registered-form-input-box #school{
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.school-class-select-now.registered-form-text:after {
    content: '\f107';
    font-size: 14px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
    color: #888;
    line-height: inherit;
    box-sizing: border-box;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}
.this_ok-on{
    color: #15c100;
}
.registered-form-edit-box{
    overflow: auto;
}
.registered-label-box{
    font-size: 14px;
}

@media only screen and (max-width: 1300px){
    .registered-all-box{
        width: 1200px;
    }
    .registered-form-list {
        width: 340px;
        margin-right: 40px;
    }
    .registered-form-list-textarea{
        width: 100%;
    }
}
@media only screen and (max-width: 1200px){
    .registered-all-box{
        width: 1000px;
    }
    .registered-info-box{
        padding: 35px 30px;
    }
    .registered-form-list {
        width: 300px;
        margin-right: 20px;
    }
    .registered-form-list-textarea{
        width: 100%;
    }
}
@media only screen and (max-width: 1000px){
    #registered .header-style1 .header-menu> li.header-qa:after{
        display: block;
    }
    #registered .header-style1 .header-menu> li.header-qa:before{
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #c35e58cc;
    }
    .registered-all-box{
        width: 750px;
    }
    .registered-form-list {
        width: 220px;
        margin-right: 15px;
    }
    .registered-form-list-textarea{
        width: 100%;
    }
    .registered-info{
        margin-bottom: 50px;
    }
    .registered-info:after{
        bottom: -30px;
    }
}
@media only screen and (max-width: 750px){
    .registered-all-box{
        width: 550px;
    }
    .registered-info-box{
        padding: 20px 15px;
    }
    .registered-form-list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .registered-info{
        margin-bottom: 0;
    }
    .registered-info:after{
        display: none;
    }
    #registered .button{
        padding-top: 30px;
        padding-bottom: 0px;
    }
}
@media only screen and (max-width: 550px){
    .registered-box{
        padding: 30px 0;
    }
    .registered-all-box{
        width: 95%;
    }
    .registered-title-box h2{
        font-size: 16px;
        line-height: 46px;
    }
    .registered-info-box{
        padding: 10px;
    }
    .registered-form-list-title{
        font-size: 12px;
        line-height: 24px;
    }
    .registered-form-text{
        height: 36px;
        font-size: 12px;
        padding: 0 5px;
    }
    .registered-form-textarea{
        height: 100px;
        padding: 5px 5px;
        font-size: 12px;
    }
    #registered .button{
        padding-top: 15px;
    }
}
@media only screen and (max-width: 400px){
    .registered-title-box h2{
        font-size: 14px;
        line-height: 36px;
    }
}


.registered-form-text:focus{
    background-color: #f1f1f1;
}


@media only screen and (min-width: 1000px){
    .registered-title-box h2,
    .registered-info{
        opacity: 0;
    }
    .registered-title-box.anima h2{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .registered-info.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
}