/*최상단 header의 로그아웃*/
.header_logout .logout{
    color: #fff;
}
.exeLogoutForm{
    display: inline-block;
}
.exeUserName{
    display: inline-block;
    color: #fff;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}
.exeUserName span{
    font-weight: 700;
}

.header_logout{
    background-color: #ff6719;
}
.header_logout_inner{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
    max-width: 1280px;
    height: 30px;
    font-size: 14px;
    line-height: 14px;
}
.header_logout_mb{display: none;}
.main_header .header_logout_mb{display: none;}

@media screen and (min-width: 801px) and (max-width: 1280px) {
    .header_logout_inner {
        margin: 0 auto;
        width: 90%;
    }
}
@media screen and (max-width: 800px) {
    .header_logout_inner{height: auto;}
    .header_logout{display: none;}
    .main_header .header.active .header_logout_mb{display: block;}
    .header.active .header_logout_mb{
        display: block;
        position: fixed;
        top: 18px; left: 60px; 
        z-index: 10000;
        background: #fff;
    }
    .exeUserName{
        color: #555;
        padding-left: 15px;
        border-right: 1px solid #555;
        border-left: 1px solid #555;
    }
    .header_logout .logout{
        color: #555;
    }
}


.header_logout input{
    background-color: transparent;
}








.loginForm{
    width: 1100px;
    margin: 100px auto 200px;
    padding: 90px 100px;
    font-size: 0;
    border-radius: 21px;
    background-color: #fcfcfc;
    box-sizing: border-box;
    background: url(/volunteer/common/img/2020100615185971165.png)no-repeat;
    background-position: 15% center;
    border: 1px solid #ddd;
}
.loginForm *{
    font-family: 'Arita' !important;
}

.loginForm:after{
    content:'';
    clear: both;
    display: block;
}

.loginWrap{
    float: right;
}


.login_txt{
    display: block;
    font-size: 28px; font-weight: 600;
    color: #555; letter-spacing: -1px;
}
.login_txt .login_sub{
    margin: 30px 0 50px;
    font-size: 16px; font-weight: 500;
    color: #008f22; letter-spacing: -1px;
    line-height: 25px;
}

.login_txt .login_s1{
    font-size: 40px; font-weight: 700;
    color: #2525a0;letter-spacing: -2px;
}
.login_txt .login_s2{
    font-size: 40px; font-weight: 700;
    color: #008f22;letter-spacing: -2px;
}
.login_txt .login_s3{
    font-weight: 700;
}
.login_txt_bottom{
    margin-top: 60px;
    font-size: 14px;
    color: #555;
}
.login_s4{
    font-weight: 700;
}

.loginList{
    display: inline-block;
    width: 300px;
    font-size: 20px;
}
.loginList li{
    position: relative;
    border-bottom: 1px solid #999;
}
.loginList li:nth-of-type(1):before{
    content:'';
    position: absolute;
    left: 0; top:0;
    width: 45px; height: 40px;
    background: url(/volunteer/common/img/2020100516335060080.png)no-repeat;
}
.loginList li:nth-of-type(2):before{
    content:'';
    position: absolute;
    left: 0; top:0;
    width: 45px; height: 40px;
    background: url(/volunteer/common/img/2020100516341758855.png)no-repeat;
}

.loginList li+li{margin-top: 18px;}
.loginList li input{
    width: 100%;
    padding: 0 20px 0 45px;
    background: transparent;
    font-size: 16px;
    line-height: 40px;
    color: #555;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.loginList li input:focus, .loginList li input:active{
    outline: none;
    background-color: transparent;
}


.loginList li input::placeholder{
    font-size: 16px;
    color: #999 !important;
    letter-spacing: -1px;
}

.loginBtn{
    display: inline-block;
    width: 140px;
    height: 100px;
    padding-left: 20px;
    vertical-align: top;
}
.loginBtn .button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; height: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    box-shadow: 1.4px 1.4px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #008f22;
}

@media screen and (min-width: 801px) and (max-width: 1280px) {
    .loginForm{
        display: flex;
        width: auto;
        margin: 30px auto 100px;
        padding: 420px 30px 80px 30px;
        background-position: 45% 10%;
        background-size: 330px auto;
    }
    .loginWrap{float: none; margin: 0 auto;}
    .login_txt .login_sub{margin: 30px 0 40px;}
    .login_txt_bottom{margin-top: 40px;}
}


@media screen and (max-width: 800px) {
    .loginForm{
        display: flex;
        width: auto;
        margin: 30px auto 100px;
        padding: 330px 30px 50px 30px;
        background-position: 45% 9%;
        background-size: 250px auto;
    }
    .loginWrap{margin: 0 auto; width: 100%;}
    .login_txt .login_sub{margin: 20px 0 30px;}
    .login_txt{font-size: 18px; line-height: 30px; margin-bottom: 20px;}
    .login_txt .login_s1{font-size: 26px;}
    .login_txt .login_s2{font-size: 26px;}
    .loginList{display: block; width: 100%;}
    .loginList li input{font-size: 14px;}
    .loginList li input::placeholder{font-size: 14px;}
    .loginBtn{
        display: block;
        width: 100%; height: 50px;
        padding-left: 0;
        margin-top: 20px;
    }
    .loginBtn .button{font-size: 16px; border-radius: 6px;}
    .login_txt_bottom{margin-top: 40px;}
}