@charset "utf-8";

#wrap {
    position: relative;
    top: 50%;
    width: 100%;
    max-width: 1916px;
    margin: 0 auto;
    transform: translateY(-50%);
}
#wrap > div {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
#wrap > div::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 50%;
    left: 50%;
    background-color: #d9d9d9;
    transform: translateX(-50%) translateY(-50%);

}

/* 로고 박스 */
.logo-left-box {
    width: 50%;
}
.logo-left-box > h1 {
    width: 100%;
    text-align: center;
}
.logo-left-box > h1 > img {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 260px;
}
.logo-left-box.dcfin > h1 > img {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    height: auto;
    max-height: 290px;
}

/* 아이디/비번 박스 */
.input-right-box {
    width: 50%;
}
.input-right-box > form > div {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.input-right-box h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

/* input */
.input-right-box ul {
    padding-top: 70px;
    width: 100%;
}
.input-right-box.dcfin ul {
    padding-top: 0px;
    width: 100%;
}
.input-right-box ul > li {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 30px;
}
.input-right-box ul > li input {
    padding: 19px 20px;
    width: 100%;
    font-size: 18px;
    line-height: 1.22;
    color: #333;
    border: 1px solid #cdcdcd;
}
.input-right-box ul > li input::placeholder {
    color: #999;
}
.input-right-box ul > li input:focus {
    border: 1px solid #50a05a;
    outline: none;
}
.input-right-box.qcp ul > li input:focus {
    border: 1px solid #4394d0;
    outline: none;
}

.input-right-box.gau ul > li input:focus {
    border: 1px solid #4394d0;
    outline: none;
}

.input-right-box.dcfin ul > li input:focus {
    border: 1px solid #002f7e;
    outline: none;
}
.input-right-box.epo ul > li input:focus {
    border: 1px solid #00b978;
    outline: none;
}

/* checkBox */
.checkbox-group {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.checkbox-group label {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    padding-left: 38px;
}
.checkbox-group label input {
    width: 0px;
    height: 0px;
    margin: 0;
}
.checkbox-group label input:checked + span:after {
    visibility: visible;
}
.checkbox-group label span {
    font-size: 16px;
    color: #777;
}
.checkbox-group label span::before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0px;
    top: -3px;
    background: #fff;
    border: 1px solid #cdcdcd;
}
.checkbox-group label span::after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: -3px;
    background: #50a05a url('/assets/img/input_chk.png') no-repeat 50% 50%;
    background-size: 20px 20px;
    border: 1px solid #50a05a;
}
.checkbox-group.qcp label span::after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: -3px;
    background: #4394d0 url('/assets/img/input_chk.png') no-repeat 50% 50%;
    background-size: 20px 20px;
    border: 1px solid #4394d0;
}

.checkbox-group.gau label span::after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: -3px;
    background: #1577fb url('/assets/img/input_chk.png') no-repeat 50% 50%;
    background-size: 20px 20px;
    border: 1px solid #4394d0;
}

.checkbox-group.dcfin label span::after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: -3px;
    background: #002f7e url('/assets/img/input_chk.png') no-repeat 50% 50%;
    background-size: 20px 20px;
    border: 1px solid #002f7e;
}
.checkbox-group.epo label span::after {
    background: #00b978 url('/assets/img/input_chk.png') no-repeat 50% 50%;
    border: 1px solid #00b978;
}

/* button */
.input-right-box > form > div > p {
    margin-top: 50px;
    width: 100%;
}
.input-right-box > form > div > p > button {
    padding: 23px 0 22px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    background-color: #50a05a;
}
.input-right-box.qcp > form > div > p > button {
    padding: 23px 0 22px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    background-color: #1577fb;
}

.input-right-box.gau > form > div > p > button {
    padding: 23px 0 22px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    background-color: #1577fb;
}

.input-right-box.dcfin > form > div > p > button {
    padding: 23px 0 22px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    background-color: #002f7e;
}
.input-right-box.epo > form > div > p > button {
    background-color: #00b978;
}
