@charset "UTF-8";
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2') format("woff2"),
    url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff') format("woff"),
    url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf') format("opentype");
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2') format("woff2"),
    url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff') format("woff"),
    url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf') format("opentype");
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2') format("woff2"),
    url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff') format("woff"),
    url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf') format("opentype");
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2') format("woff2"),
    url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff') format("woff"),
    url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf') format("opentype");
}

*{box-sizing:border-box;;margin:0;padding:0;}
html, body{width:100%;height:100%;overflow-x:hidden;font-family:'Noto Sans KR', sans-serif;}
input, button{font-family:'Noto Sans KR', sans-serif;}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../../imgs/consulting/login/bg.png') no-repeat center center / cover;
}

.container .check-group {
    margin-bottom: 8px;
}

.container .check-group input {
    display: none;
}

.container .check-group label {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    cursor: pointer;
}

.container .check-group input:checked + label .custom-check {
    background: url("../../imgs/check_on.png") no-repeat 0 0;
}

.container .check-group .custom-check {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url("../../imgs/check_def.png") no-repeat 0 0;
    margin: -3px 3px 0 0;
    transition: all .3s;
}

.content {
    position: absolute;
    top: calc(50% - 311px);
    left: calc(50% - 204px);
    width: 408px;
    margin: 0 auto;
}

.logo {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.logo img{
    width: 300px;
}

.title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 50px 0 75px 0;
}

.title span {
    color: #009edb;
}

.input-box {
    width: 100%;
    height: 54px;
    background-color: #fff;
    padding: 17px 15px;
    margin-bottom: 20px;
}

.input-box input {
    width: 100%;
    font-size: 18px;
    border: 0;
    outline: none;
}

.btn-box {
    width: 100%;
    height: 54px;
    margin-bottom: 20px;
}

.btn-box button {
    width: 100%;
    height: 100%;
    font-size: 19px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.btn-box button:hover {
    width: 100%;
    height: 100%;
    font-size: 19px;
    background-color: rgba(0,0,0, 0.5);
    color: #fff;
    border: 1px solid rgba(0,0,0, 0.5);
    cursor: pointer;
}

.btn-box.find-info {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0;
}

.btn-box.find-info a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin: 0 8px;
}

.btn-box.find-info a:hover {
    text-decoration: underline;
}

.noti {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.noti .yellow {
    color: yellow;
    font-weight: 500;
}

.noti.question a {
    color: #fff;
    text-decoration: underline;
}

.noti b {
    font-weight: 500;
}

.noti.custom {
    display: flex;
    column-gap: 5px;
    line-height: 25px;
}

.noti.custom .example{
    display: flex;
    column-gap: 5px;
    font-weight: 300;
}

.noti.custom .example .light{
    font-weight: 300;
}


@media all and (max-width: 500px) {
    .container {
        background: url("../../imgs/consulting/login/bg.png") no-repeat -200px center / cover;
    }

    .content {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        height: 100%;
        padding: 0 15px;
        overflow-y: auto;
    }

    .logo {
        padding: 40px 0;
    }

    .planplus {
        padding: 60px 0;
    }

}
