.wrap_login {
    width: 100%;
    height: 100%;
}

.login_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

/* left */
.login_wrap .left_box {
   /* width: 960px;
    min-width: 960px; */
    width: 50%;
    min-width: 50%;
    background: url(../img/login/img_logo_main3.jpg) center / cover;
    position: relative;
    padding: 230px 0px 0px 180px;
    box-sizing: border-box;
    background-color: red;
}

.login_wrap .left_box .title_box {
    width: 90%;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
}

.login_wrap .left_box .title_box h1,
.login_wrap .left_box .title_box p {
    width: 100%;
    font-size: 69px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    box-sizing: border-box;
}

.login_wrap .left_box .title_box h1 {
    padding-top: 40px;
    box-sizing: border-box;
}


.login_wrap .left_box .btn_type4 {
    margin: 65px 0 60px 0;
}

.login_wrap .left_box .btn_type4:hover {
    background-color: #fff;
    color: #4184FC;
    border: 2px solid #4184FC;
}

.login_wrap .left_box .text_box p {
    width: 100%;
    color: #bfd2f7;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 500;
}


/* right */
.login_wrap .right_box {
 /*   width: 960px; */
    width: 50%; 
    padding: 200px 30px 0 100px;
    box-sizing: border-box;
}

.login_wrap .right_box .title_box {
    font-size: 34px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.login_wrap .right_box .title_box p {
    color: #3567c9;
    display: inline-block;
    font-weight: 800;
}

.login_wrap .right_box .title_box p span {
    color: #000;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Pretendard','Segoe UI',Arial,'Malgun Gothic',Gulim,sans-serif;
}

.login_wrap .right_box .title_box span {
    color: #000;
    font-weight: 400;
}

    input::placeholder {
    font-size: 20px;
    /* font-family: 'Montserrat'; */
    font-weight: 500;
    color: #000;
}

input:focus {
    outline-color: #4184FC;
}

.login_wrap .right_box .id,
.login_wrap .right_box .pw {
    display: block;
    width: 605px;
    height: 65px;
    background: url(../img/login/img_id.png) no-repeat 30px ;
    padding-left: 60px;
    background-color: #F9F9F9;
    border-radius: 12px;
    border: none;
    font-size: 20px;
}

.login_wrap .right_box .pw {
    background: url(../img/login/img_pw.png) no-repeat 30px;
    background-color: #F9F9F9;
    margin-top: 15px;
}

.login_wrap .right_box .btn_type5 {
    margin: 65px 0;
    border: 2px solid #4184FC;
}

.login_wrap .right_box .btn_type5:hover {
    background-color: #F9F9F9;
    border: 2px solid #4184FC;
    color: #4184FC;
}

.login_wrap .right_box .check_list {
    font-size: 18px;
    color: #ACA9A9;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.login_wrap .right_box .check_list p {
    padding: 0 0 5px 25px;
    position: relative;
}

.login_wrap .right_box .check_list p::after {
    content: '';
    background: url(../img/login/img_check.png) no-repeat center / 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
}

.login_wrap .footer_text {
    padding-top: 14px !important;
}
.login_wrap .right_box .img_list {
    font-size: 18px;
    color: #ACA9A9;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.login_wrap .right_box .img_list img{
    padding-right: 20px;
    cursor: pointer;
}
/* footer */
.wrap_login .footer {
    width: 830px;
    height: 40px;
}

.wrap_login .footer p {
    display: inline-block;
    font-family: "Pretendard";
    font-size: 14px;
    color: #707070;
    opacity: 0.3;
}

.wrap_login .footer .address::before,
.wrap_login .footer .address::after {
    content: '|';
    color: #707070;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    
}

.wrap_login  .footer .logo {
    width: 20%;
    float: left;
}