@charset "utf-8";
#gnb{
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(10px);
}
#wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%;
}



.h_title h1{
    font-size: 30px;
    color: #124331 ;
    font-weight: 500;
}
.h_title h2{
    font-size: 27px;
    color: #777 ;
    font-weight: 500;
}
#login{
    width: 393px;
    margin: 279px 151px 0;
    
}
form{
    margin-top: 50px;
}

#mail{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #a6a6a6;
    box-sizing: border-box;
    padding: 5px;
    margin-bottom: 30px;
    outline: none;
    font-size: 22px;
}
#mail::placeholder{
    font-size: 22px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    color: #a6a6a6;
}

#pw{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #a6a6a6;
    box-sizing: border-box;
    padding: 5px;
    outline: none;
    font-size: 22px;
}
#pw::placeholder{
    font-size: 22px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    color: #a6a6a6;
}

/* #lg_btn{
    margin-top: 50px;
    margin-bottom: 20px;
} */
form ul li:last-child{
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
}
#lg_btn{
    font-family: "Noto Sans", sans-serif;
    
    width: 100%;
    height: 62px;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    cursor: pointer;
    background: url(../img/lg_btn.jpg) no-repeat 50% 0%;
    text-indent: -9999px;
}

/* #lg_btn_icon{
    position: absolute;
   right: 32%;
   top: 25%;
   width: 35px;
} */


#id_pw_sh{
    display: flex;
    justify-content: space-between;
}
#id_pw_sh ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#id_pw_sh ul span{
    margin: -2.5px 5px 0;
}
#id_pw_sh ul:first-child li:first-child::after{
    content: '';
    display: inline-block;
    border-left: 1px solid #777;
    margin: 0 8px;
    height: 12px;
}
#id_pw_sh ul li a{
    font-size: 16px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    color: #777;
}


#id_pw_sh ul:nth-of-type(2) li{
    text-align: right;
}
#id_pw_sh ul:nth-of-type(2) li a{
    color: #124331;
    font-weight: 500;
    border-bottom: 1px solid #3b7264;
    padding-bottom: 5px;
}


#login .mail_log{
    margin-top: 99px;
    margin-bottom: 23px;
}
#login .mail_log ul{
    display: flex;
    justify-content: center;
}
#login .mail_log ul li{
    padding: 0 20px;
}

#login .mail_log p{
    font-family: "Noto Sans KR", sans-serif;
    text-align: center;
    margin-top: 23px;
    font-size: 16px;
    font-weight: 500;
    color: #777;
}

#log_img{
    width: 868px;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    
}

#log_img .log_img_1{
    margin-top: 24%;
    margin-left: 50px;
    position: relative;
    height: 76%;
}
#log_img .log_img_1 .img_text_1{
    position: absolute;
    left: -80px;
    top: 27px;
    transform: rotate(90deg);
}
.img_text_1 p{
    font-size: 22px;
    font-weight: 300;
}
.img_text_1 span{
    font-size: 18px;
    font-weight: 300;
}



#log_img .log_img_2{
    right: 29px;
    position: relative;
    
}

#log_img .log_img_2 .img_text_2{
    position: absolute;
    left: -70px;
    bottom: 0;
    text-align: right;
}
.img_text_2 p{
    font-size: 20px;
    font-weight: 300;
}
.img_text_2 span{
    font-size: 28px;
    font-weight: 300;
}

/* 반응형 */
@media screen and (min-width:971px){
    #id_pw_sh ul li a:hover{
        color: #124331;
        border-bottom: 1px solid #3b7264;
        padding-bottom: 5px;
    }
}/* PC */

@media screen and (max-width:970px){
    #log_img{
        display: none;
       }
    #login{
        margin: 110px auto 50px;
        padding: 0 20px;
       }
}







