
@font-face {
    font-family:'Apple SD Gothic Neo';
    src : url("../font/AppleSDGothicNeoL.woff")
}
html, body{
    font-family:'Apple SD Gothic Neo';
    width: 100%;
    height: 100%;
}

.btn:hover{
    font-family:'Apple SD Gothic Neo';
    color : #FFFFFF;
}
.modal-line .btn:hover{
    color : #000000;
}
.modal-last .btn:hover{
    color : #000000;
}



.ipt-email{
    max-width: 450px;
    font-size : 1.2rem;
    font-weight: bolder;
    width: 54%;
    border-radius: 25px;
    border: 1px solid #b0b0b0;
    box-shadow: 2px 2px 5px #b0b0b0;
    font-family: 'Apple SD Gothic Neo';
}
.form-control{
    padding: 0.65rem 2rem!important;
}
.login-form{
    top :23%;
}
.login-form-mob input{
    font-size : 1.1rem;
    font-weight: bolder;
    width: 70%;
    border-radius: 25px;
    border: 1px solid #b0b0b0;
    box-shadow: 2px 2px 5px #b0b0b0;
    font-family: 'Apple SD Gothic Neo';
}
.btn-login{
    font-family:'Apple SD Gothic Neo';
    font-size : 1rem;
    font-weight: bolder;
    max-width: 160px;
    color : #FFFFFF;
    width: 15%;
    border-radius: 25px;
    background-color: #da6327;
    border: 1px solid #da6327;

}
.btn-login-mob{
    font-family:'Apple SD Gothic Neo';
    font-size : 1rem;
    font-weight: bolder;
    color : #FFFFFF;
    width: 30%;
    border-radius: 25px;
    padding : 4px 12px 4px 12px;
    background-color: #da6327;
    border: 1px solid #da6327;
}
/*web*/
.bg-top.web{
    height: 50vh;
}
.bg-bottom.web{
    height: 50vh;
}
.img-back.web{
    object-fit: fill;
}
.logo1.web{
    width: 120px;
}
.logo2.web{
   width: 50px;
}
.logo2.web>img{
    margin-top: 5px;
}
.logo3.web{
   width: 400px;
}
.logo4.web{
    width: 80px;
}
.logo5.web{
    width: 80px;
}
.footer-text.web{
    transform : scale(0.83,0.83);
    color:#FFFFFF;
    font-size:10px;
    min-width: 471px;
    margin-top:5px
}

/*mobile*/
.top-logo{
    top:2%;
    right: 5%;
}
.logo4.mob{
    width: 55px;
}
.logo1.mob{
    width: 80px;
}
.logo2.mob{
    width: 60px;
}
.logo3.mob{
    width: 260px;
}
.logo5.mob{
    width: 70%;
}

.web .footer{
    bottom: 36%;
}
.footer-logo{
    bottom: 5%;
    width: 50%;
    margin : auto;
}

.footer-logo-mob{
    width: 30%;
}
.mob .footer{
    top: 23%;
}


/*모달*/

.modal-text{
    font-size:1.25rem;
    font-weight: bolder;
    font-family:'Apple SD Gothic Neo';
}
.modal-img{
    width: 14%;
}
.modal-line{
    border-bottom: 2px solid #dbdcdc;
}
.modal-line .btn{
    padding : 0;
}
.modal-line-last{
    border-bottom: none!important;
}
.modal{
    background-color: rgba( 0, 0, 0, 0.5 )!important;
    overflow : hidden!important;
}
.modal-content{
    width: 50%;
    border-radius: 30px;
}

.btn-select{
    border-radius: 16px;
    padding: 4.45px 22px;
    background-color: #da6327;
    color : #FFFFFF;
}
.form-mob{
    top:-7%;
}
/*모바일 세로*/
@media (max-width: 486px){
    .back.web{ display: none!important;}
    .modal-content{
        width: 88%!important;
    }
    .img-back.mob{
        height: 50vh;
    }
}

/*모바일 세로*/
@media (min-width : 486px) and (max-width: 768px) and (orientation: portrait){
    .back.web{ display: none!important;}
    .img-back.mob{
        height: 50vh;
    }
    .login-form-mob input {
        width: 65%;
    }
    .btn-login-mob{
        width: 25%;
    }
    .footer-logo-mob {
        width: 16%;
    }
    .logo3.mob {
        width: 400px;
    }


}
/*모바일 가로*/
@media (min-width : 486px) and (max-width: 768px) and (orientation: landscape){
    .back.web{ display: none!important;}
    .img-back.mob{
        height: auto;
    }

}
/*모바일 가로*/
@media (min-width : 769px) and (max-height: 530px){
    .back.web{ display: none!important;}
    .logo1.mob{
        width: 200px;
    }
    .logo2.mob{
        width: 111px;
    }
    .logo3.mob {
        width: 600px;
    }
    .logo4.mob{
        width: 100px;
    }

}
/*모바일 가로*/
@media (min-width : 769px) and (min-height: 530px)  {
    .back.mob{ display: none!important;}
    .back.web{ display: block!important;}

    .logo3.mob {
        width: 260px;
    }
}




