
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
#wrap {height:100%}



/***** 로그인 *****/
.login-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 150px auto 150px auto;
    text-align: left;
 }
#loginWrap {
    width: 100%;
}
#login-contents {
    width: 400px;
    margin: 0 auto;
}
#login-contents > h4 {
    color: #333;
    font-size: 26px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 30px;
}
#login-contents > h4 > span {
    font-size: 15px;
    font-weight: normal;
    color:#999;
}
.login_box {
    width: auto;
}
.input_box > input[type=text], 
.input_box > input[type=password] {
    border: 1px solid #ddd;
    color: #777;
    font-size: 14px;
    padding: 0 0 0 15px;
    height: 50px;
    line-height: 49px;
    margin-bottom: 10px;
    border-radius: 4px;
 }
.input_box > input::placeholder {
    color: #888;
    font-size: 15px;
}
.links {
    margin-top: 5px;
}
.links > input {
    width: 16px;
    height: 16px;
}
.links > label {
    font-size: 14px;
    color: #777;
    padding-left: 3px;
}
.login_find {
    display: flex;
    justify-content: space-evenly;
} 
.login_find > a {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    text-align: center;
    padding: 0px 5px;
    margin: 0px 5px;
}
.login_find a:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 1px;
    height: 10px;
    background: #ddd;
    transform: translateY(-50%);
}
.login_btn > a {
   display: block;
   background: #cc374d;
   height: 55px;
   line-height: 54px;
   color: #fff;
   font-size: 17px;
   text-align: center;
   border-radius: 50px;
   margin-top: 20px;
   margin-bottom: 10px;
}
.login-inner-index {
    width: 100%;
    height: 100%;
    /*background: #fffcfb;*/
}
.login-bg {
    /*
    position: absolute;
    top: 50%;
    left: 0%;
    width: 110%;
    height: 400px;
    transform: translate(-50%, -50%);
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    background: #d5d5d5 url(../../images/common/login-bg.png) 100% 100% no-repeat;
    background-size: cover;
    display: block;*/
}
#loginWrap-index {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
    z-index: 999;
}
#loginWrap-index .index-title {
    margin-bottom: 60px;
}
#loginWrap-index .index-title img {
    width: 220px;
}
#loginWrap-index .index-title .index-title-m {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    font-weight: bold;
}
.login-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 130px;
}
.login-banner {
}
.login-banner span {
    display: inline-flex;
    width: 530px;
    height: 350px;
    border-radius: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.login-banner img {
    width: 100%;
}
.login-inner-index .index-bg {
    position: fixed;
    left: 0px;
    bottom: 0px;
}
#login-contents-index {
    width: 300px;
    margin-left: 5%;
}
#login-contents-index h4 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
    color: #444;
}
.index_login_box .input_box > input[type=text], 
.index_login_box .input_box > input[type=password] {
    border: 1px solid #d5d5d5;
    color: #444;
    font-size: 15px;
    padding: 0 10px 0 15px;
    height: 46px;
    line-height: 45px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.index_login_box .input_box > input:focus {
    border-color: #67af37;
    background-color: #f8fff3;
} /* outline 테두리 속성 수정 */
.index_login_btn > a {
    display: block;
    background: linear-gradient(90deg, #166234, #67af37);
    height: 54px;
    line-height: 52px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 10px;
}
 .login_find > a.join-pink {
     color: #d95e70;
 }


/***** 아이디 찾기 *****/
#login-contents > .title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    text-align: left;
    margin-bottom: 40px;
}
#login-contents > .title > span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #bbb;
    text-align: left;
    margin-left: 12px;
    vertical-align: bottom;
}
.btn_idFind > a {
    display: block;
    background: #fff;
    height: 53px;
    line-height: 52px;
    color: #4361c4;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #4361c4;
    margin-top: 20px;
    margin-bottom: 10px;
}
.input_box.cer_box {
    display: flex;
}
.input_box.cer_box input[type=text]{
    width: calc(100% - 110px);
}
.input_box.cer_box > a {
    display: inline-block;
    width: 100px;
    height: 48px;
    line-height: 47px;
    margin-left: 10px;
    border: 1px solid #777;
    border-radius: 4px;
    color: #555;
    font-size: 15px;
    text-align: center;
}
.tab_idFind {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    text-align: center;
    margin: 20px 0px;
}
.tab_idFind > a {
    display: block;
    position: relative;
    flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    height: 48px;
    line-height: 47px;
    font-weight: bold;
    font-size: 16px;
    color: #aaa;
    border-bottom: 1px solid #e5e5e5;
}
.tab_idFind > a.current {
    display: block;
    position: relative;
    flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    color: #4361c4;;
    border-bottom: 1px solid #4361c4;
}
.result_idFind {
    width: 100%;
    margin: 30px 0px;
    padding: 30px 0px;
    border: 1px solid #ddd;
    text-align: center;
}
.result_idFind .title {
    font-size: 16px;
    color: #777;
    line-height: 50px;
}
.result_idFind .result_id p {
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0px 25px;
}
.result_idFind .result_login_btn {
    display: flex;
    justify-content: center;
}
.result_idFind .result_login_btn a {
    width: 80%;
    display: block;
    background: #cc374d;
    height: 55px;
    line-height: 54px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.result_idFind .btn_pwFind {
    line-height: 50px;
    font-size: 14px;
    color: #888;
    text-decoration: underline;
}


@media only screen and (max-width: 1280px) { 
    .login-inner-index {
        padding: 0px 80px;
    }
    #loginWrap-index {
        width: 100%;
    }
    .login-inner-index .index-bg {
        width: 80%;
    }
    .login-inner-index .index-bg > img {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    #loginWrap-index .index-bg {
        display: none;
    }
    .login-bg {
        display: none;
    }
    #loginWrap-index {
        display: block;
    }
    .login-con {
        justify-content: unset;
        flex-direction: column-reverse;
        margin-top: 50px;
        margin-bottom: 0px;
    }
    #login-contents-index {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    #loginWrap-index .index-title {
        text-align: center;
    }
    #loginWrap-index .index-title > img {
    }
    #loginWrap-index .index-title .index-title-m {
        display: block;
        text-align: center;
    }
    .login-inner-index .index-bg > img {
        display: none;
    }
    .login-banner {
        position: unset;
        display: flex;
        justify-content: center;
    }
     .login-banner > span {
        display: block;
        width: 100%;
        max-width: 400px;
        height: unset;
        text-align: center;
        margin-top: 30px;
    }
     .login-banner > span > img {
        width: 100%;
     }
}

@media (max-width: 768px) {
    #loginWrap-index .index-title .index-title-m > img {
        width: 70%;
    }
}

@media only screen and (max-width: 480px) {
    .login-inner {
        padding: 0px 40px;
        margin: 50px auto 50px auto;
    }
    #login-contents {
        width: 100%;
    }
    #login-contents > h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #login-contents-index h4 > img {
        width: 70%;
    }
    .input_box > input[type=text], 
    .input_box > input[type=password] {
        line-height: 50px;
    }
    .input_box > input::placeholder {
        font-size: 13px;
    }
    .links > label {
        font-size: 13px;
    }
    .login_btn > a {
        font-size: 15px;
    }
    .login_find > a {
        font-size: 13px;
    }
    #login-contents > .title {
        font-size: 19px;
        margin-bottom: 30px;
    }
    #login-contents > .title > span {
        font-size: 12px;
    }
    .tab_idFind > a {
        font-size: 14px;
    }
    .input_box.cer_box > a {
        font-size: 13px;
    }
    .btn_idFind > a {
        display: block;
        background: #fff;
        height: 50px;
        line-height: 49px;
        font-size: 14px;
    }
    .result_idFind {
        padding: 20px 0px;
    }
    .result_idFind .title {
        font-size: 14px;
    }
    .result_idFind .result_id p {
        font-size: 18px;
        margin: 20px 0px 20px;
    }
    .result_idFind .result_login_btn a {
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .result_idFind .btn_pwFind {
        font-size: 13px;
    }

    #login-contents-index {
        width: 100%;
    }
    #loginWrap-index .index-title img {
        
    }
    #loginWrap-index {

    }
    .login-inner-index {
        padding: 0px 30px;
    }
    #loginWrap-index .index-title .index-title-m {
        font-size: 15px;
    }
}