@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: 'Noto Sans KR', 'Malgun Gothic', 'APPLE SD Gothic NEO', sans-serif;
}

/*---------------------------------------------*/

a {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #333333;
}

/*---------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}

/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

/*---------------------------------------------*/

/* Login CSS */

.contnet {
    width: 100%;
    margin: 0 auto;
}

.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #f7f8fa;
}

/*---------------------------------------------*/

/*==================================================================[ responsive ]*/
@media (min-width: 320px) and (max-width: 480px) {
    .wrap-login {
        width: 100%;
        background: #fff;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        flex-direction: row-reverse;
        border-radius: 60px;
        box-shadow: 0 10px 34px 0 rgba(37, 38, 94, 0.1);
    }
    .login-form {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .login-more-content img{
        display: none;
    }

    .list-group-item {
        padding: 5px;
        border: 1.2px solid rgba(0, 0, 0, .125);
    }

    .list-group-item p {
        word-wrap: break-word;
        font-size: 12px;
        color: #212529;
    }

    .login-form-company {
        padding: 20px 5px;
        font-size: 1.1rem;
        color: #4a4a4a;
        line-height: 1.2;
        letter-spacing: 2px;
        text-align: center;
        font-weight: bold;
        display: block;
        font-family: 'Noto Sans KR', 'Malgun Gothic', 'APPLE SD Gothic NEO', sans-serif;
    }

    .login-form-title {
        padding: 20px 5px;
        font-size: 1.2rem;
        color: #4a4a4a;
        line-height: 1.2;
        letter-spacing: 2px;
        text-align: center;
        font-weight: bold;
        display: block;
        font-family: 'Noto Sans KR', 'Malgun Gothic', 'APPLE SD Gothic NEO', sans-serif;
    }

    .login_section article h4 {
        font-size: .8rem;
        font-weight: bold;
        color: #4a4a4a;
        padding: 10px 10px;
    }

    .login-form-btn {
        width: 210px;
        height: 54px;
        background: url('../../img/btn_google_signin_light_normal_web@2x.png');
        background-size: 100% 100%;
        transition: background 80ms ease-in;
        border: 0;
        outline: none;
    }

    .login-more {
        display: none;
        width: 0%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 1;
        background-image: url("../../img/redbg.png");
    }

    .login-more *{
        display: none;
    }
    
}

@media (min-width: 768px) {
    .wrap-login {
        width: 550px;
        background: #fff;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        flex-direction: row-reverse;
        border-radius: 60px;
        box-shadow: 0 10px 34px 0 rgba(37, 38, 94, 0.1);
    }
    .login-form {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        padding: 85px 70px;
    }

    .login-form-company {
        font-size: 40px;
        color: #4a4a4a;
        letter-spacing: 2px;
        text-align: center;
        font-weight: bold;
        width: 100%;
        display: block;
        font-family: 'Noto Sans KR', 'Malgun Gothic', 'APPLE SD Gothic NEO', sans-serif;
        margin: 0 53px 5px 0;
    }

    .login-form-title {
        font-size: 50px;
        color: #4a4a4a;
        letter-spacing: 2px;
        text-align: center;
        font-weight: bold;
        width: 100%;
        display: block;
        font-family: 'Noto Sans KR', 'Malgun Gothic', 'APPLE SD Gothic NEO', sans-serif;
        margin: 0 0 30px 0;
    }

    .login-form-btn {
        width: 287px;
        height: 69px;
        background: url('../../img/btn_google_signin_light_normal_web@2x.png');
        background-size: 100% 100%;
        transition: background 80ms ease-in;
        border: 0;
        outline: none;
        margin: 20px 0 0 0;
    }

    .login-more {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 1;
        background-image: url("../../img/redbg.png");
    }

    .list-group-item {
        padding: 10px;
        border: 1.2px solid rgba(0, 0, 0, .125);
    }
    
    .list-group-item p{
        word-wrap: break-word;
        font-size: 16px;
        color: #212529;
    }
    
    .list-group-item:hover {
        cursor: pointer;
        text-decoration: underline;
        color: #4A4A4A;
    }
}

/*---------------------------------------------*/

@media (min-width: 1200px) {
    .wrap-login {
        /* width: 1100px; */
        width: 750px;
        background: #fff;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        flex-direction: row-reverse;
        border-radius: 60px;
        box-shadow: 0 10px 34px 0 rgba(37, 38, 94, 0.1);
    }

    .login-form {
        /* width: 50%; */
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        padding: 80px 75px;
    }

    .login-form-title {
        font-size: 50px;
        color: #4a4a4a;
        line-height: 1.2;
        letter-spacing: 2px;
        text-align: center;
        font-weight: bold;
        width: 100%;
        display: block;
        font-family: 'Noto Sans KR', 'Malgun Gothic', 'APPLE SD Gothic NEO', sans-serif;
    }
    
    .login-form-btn {
        width: 287px;
        height: 69px;
        background: url('../../img/btn_google_signin_light_normal_web@2x.png');
        background-size: 100% 100%;
        transition: background 80ms ease-in;
        border: 0;
        outline: none;
    }

    .login-more {
        width: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 1;
        background-image: url("../../img/redbg.png");
    }

    .list-group-item {
        padding: 10px;
        border: 1.2px solid rgba(0, 0, 0, .125);
    }
    
    .list-group-item p{
        word-wrap: break-word;
        font-size: 16px;
        color: #212529;
    }
    
    .list-group-item:hover {
        cursor: pointer;
        text-decoration: underline;
        color: #4A4A4A;
    }
}

/*---------------------------------------------*/

.container-login-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*---------------------------------------------*/

/* Login - form (RIGHT) */
.login-form-img {
    width: 53px;
    height: 53px;
    margin: 0px 10px 5px 10px;
}

.login_section {
    width: 450px;
    height: fit-content;
    border-radius: 5px;
    background-color: #ffffff;
    margin: auto;
}

.login_msg{
    width: 100%;
}

.login_msg span {
    position: relative;
    color : #ed5e73;
    font-size: 1rem;
}
/*---------------------------------------------*/

.login_section article {}

.login_section article h4 {
    font-size: 15px;
    font-weight: bold;
    color: #4a4a4a;
    padding: 15px 10px;
}
.login_section article li {
    display: flex;
}
.login_section article li a {
    width: 290px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #4a4a4a;
}
.login_section article li .icon_new {
    width: 20px;
    height: 20px;
    padding: 10px;
    margin-right: 20px;
    /* margin-top: 5px; */
    background-image: url("../../img/icon-new-m.png")
}
.login_section article li span {
    flex: auto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    color: #a2a2a2;
    vertical-align: 10%;
    margin: auto;
}

/*---------------------------------------------*/

.login-form-btn:focus {
    background: url('../../img/btn_google_signin_light_focus_web@2x.png');
    background-size: 100% 100%;
}

.login-form-btn:disabled {
    background: url('../../img/btn_google_signin_light_disabled_web@2x.png');
    background-size: 100% 100%;
}

.login-form-btn:active { 
    background: url('../../img/btn_google_signin_light_pressed_web@2x.png');
    background-size: 100% 100%;
}

/*---------------------------------------------*/

/* Login - LEFT */
.login-more-title {
    margin: 75px 14px 34px 14px;
}

.login-more-title span {
    display: block;
    flex: auto;
    font-size: 50px;
    font-weight: bold;
    word-spacing: 10px;
    color: #fff;
}

.login-more-content {
    margin-bottom: 20px;
}

.login-more-footer {
    margin: 40px 0px 0px 0px; 
}

/* span tag 첫번째 child, 두번째 child 처리 */

.login-more-footer span:nth-child(1) {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    color: #A6A6A6;
}

.login-more-footer span:nth-child(2) {
    display: block;
    font-size: 14px;
    letter-spacing: 1.2px;
    color: #A6A6A6;
    /* margin: 0 0 40px; */
}

.login-more-footer a {
    display: block;
    width: fit-content;
    margin: auto;
    font-size: 13px;
    color: #fff;
    background-color: transparent;
    border-color: #f8f9fa;
    border-radius: 50px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.login-more-footer a:focus {
    outline: none !important;
}

.login-more-footer a:hover {
    text-decoration: none;
    color: #000000;
    background-color: #fff;
}

/** Modal CSS **/
.modal-dialog {
    margin-top: 300px;
}