@charset "utf-8";

/* reset */
* {
    box-sizing: border-box;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
address,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
nav,
section,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
ol,
li {
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

pre {
    font-family: inherit;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    word-wrap: break-word;
}

img,
input,
select,
textarea {
    vertical-align: middle;
}

*::-webkit-scrollbar {
    width: 4px;
}

*::-webkit-scrollbar-thumb {
    height: 25%;
    background: #794DD6;
    border-radius: 10px;
}

*::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}

/* reset */

html,
body {
    font-size: 16px;
    font-family: "Pretendard", sans-serif;
    color: #6C6C6C;
    background: #F0F5FA;
    width: 100%;
    height: 100%;
    overflow: hidden
}

input,
input[type='submit'] {
    font-family: " Pretendard, sans-serif;

}

.wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.content-wrap {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

.content-wrap>div {
    position: relative;
    width: 50%;
    height: 100%;
}

.login-left {
    position: absolute;
    width: 100%;
    max-width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
}

.logo>img {
    width: 100%;
    max-width: 280px;
    height: auto;
}

.logo>span{
	font-family:"SCoreDream";
	font-size:28px;
	line-height:33px;
	color:#6d605f;
	font-weight:700;
}

.login-form-wrap {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.form-main {
    width: 100%;
    height: 100%;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 50px;
}

.input-group {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
}

input[type='text'],
input[type='password'] {
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #BECCDD;
    padding: 0 20px;
    line-height: 50px;
    height: 50px;
    margin: 4px 0;
}

input:placeholder {
    color: ##BECCDD;
    font-size: 14px;
}

.btn-submit {
    display: block;
    width: 100%;
    padding: 18px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    background: #4D4E5A;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 2.5px;
}

.form-check {
    display: block;
    color: #f00;
    font-size: 13px;
    text-align: left;
    line-height: 24px;
    min-height: 24px;
}

.input-group.val-empty {
    position: relative;
}

.input-group.val-empty .form-control {
    border: 1px solid #f00;
    outline: 0;
}

.input-group .alert-check {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 10px;
    top: 48px;
    transform: translateY(-50%);
    z-index: 50;
}

.input-group.val-empty .alert-check {
    display: block;
}

.alert-check img {
    max-width: 100%;
}

.login-right {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../../resource/img/main/login-bg.jpg) 50% 50%/cover no-repeat;
}

.login-right-box {
    position: absolute;
    top: 65%;
    left: 30%;
    transform: translate(-50%, -40%);
}

.login-slo-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
}

.call-name {
    font-family: "Noto Serif KR";
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: -0.02em;
}

.slo-box {
    font-family: "SCOREDREAM";
    font-size: 32px;
    line-height: 54px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
}

html[data-income="bu"] *[data-income="bu"],
html[data-income="bcu"] *[data-income="bcu"]{
	display:inherit;
}

html[data-income="bu"] *[data-income="bcu"],
html[data-income="bcu"] *[data-income="bu"]{
	display:none;
}

@media screen and (max-width:1280px) {
    .login-right-box {
        left: 40%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width:1200px) {
    .login-slo-box {
        gap: 18px;
    }

    .call-name {
        font-size: 18px;
        line-height: 22px;
    }

    .slo-box {
        font-size: 36px;
        line-height: 56px;
    }
}

@media screen and (max-width:1024px) {
    .login-left {
        max-width: 80%;
    }

    .login-slo-box {
        gap: 14px;
    }

    .call-name {
        font-size: 16px;
        line-height: 20px;
    }

    .slo-box {
        font-size: 30px;
        line-height: 50px;
    }
}

@media screen and (max-width:768px) {
    .content-wrap>div:first-of-type {
        width: 100%;
    }

    .content-wrap>div:last-of-type {
        display: none;
    }

    .login-left {
        max-width: 50%;
        border-radius: 8px;
    }
}