@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Roboto:wght@600&display=swap');
/*** Font info ***
Thin - 100
Light - 300
Regular - 400
Medium - 500
Bold - 700
Black - 900 */


/* 공통 */
* {box-sizing: border-box;}
html,body {
    width: 100%;
    height: 100%;
    font-family: Noto Sans KR,'Roboto', sans-serif;
    font-weight: 400;
    color: #333333;
    margin: 0;
    padding: 0;
}

ul,ol,li,dl,dt,dd,h2,
h3,
table,tr,th,td,p {margin: 0; padding: 0;}
ul,ol,li {list-style: none;}
a {
    color: #333;
    text-decoration: none;
    -webkit-appearance: none;
}
input, textarea {
    font-size: 13px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Noto Sans KR, sans-serif;
    font-size: 21px;
    text-align: center;
    width: 100%;
    height: 96px;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 115, 191, 1);
}
a.btn:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 107, 178, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 5px 5px 10px rgba(42, 115, 224, 0.3);
}
a.btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Noto Sans KR, sans-serif;
    font-size: 16px;
    white-space: nowrap;
    word-break: keep-all;
    letter-spacing: -1px;
    text-align: center;
    width: 100%;
    height: 43px;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.8);
    background-color: #9fa0a0;
}
a.btn2:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #9fa0a0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 5px 5px 10px rgba(42, 115, 224, 0.3);
}

.margt40 {margin: 40px 0 0 0;}
.margb40 {margin: 0 0 40px 0;}


/* 전체 */
.wrap {
    display: flex;
    width: 100%;
    flex-flow: column;
    height: 100vh;
    margin: 0;
}


/* Logo area */

.header {position:relative;left:0;top:0;width:100%;display:block;background: rgba(255, 255, 255, 1.0);z-index: 1;}
.header h1.logo {
    font-size: 0;
    background: url('/images/login/logo-04a6a72bff142555403a81fe5ad34811.png') no-repeat top;
    width: 180px;
    height: 38px;
    margin:10px 0 5px 40px;
}

/* Login area */
.wrap .main {

    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-direction: column;


}

/* background image */
.visualimg_txt {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    background: url('/images/login/ven_bg-500daedc6ba54f2791ceb49141a3d74a.png') no-repeat center;
    background-size: cover;
    width: 100%;
    z-index: 0;
}
.visualimg_txt > span.text01 {
    font-family: 'roboto';
    font-size: 70px;
    font-weight: 500;
    color: rgba(52, 52, 52, 1);
    line-height: 70px;
    text-align: center;
}


/* Login wrap */

.login_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    margin:0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1060px;
    flex-wrap: wrap;
    height: 54%; /* 텍스트와 박스 사이 간격 */

}

/* top title */
.text_title {
    flex: 0 0 100%;
    margin: 0px auto 20px;
    justify-content: center;
    align-items: center;
    display: block;
    padding-left: 20px;
}
.text_title strong {display: block;font-size: 36px;color: #232323;font-family: 'Roboto', Noto Sans KR, sans-serif;}
.text_title span {display: block;font-size: 16px;color: #555555;font-family: Noto Sans KR, sans-serif;}
.text_title span em {display: inline;font-style: normal;}




/* Login box */

.login_wrap .login_inner {
    flex: 0 0 60%;
    max-width: 552px;
    flex-direction: column;
    background: rgba(255, 255, 255, 1);
    padding: 35px 45px 20px;
    border-radius: 8px;
    box-shadow: 0.2em 0.3em 0.6em rgb(0 0 0 / 20%);
    margin:0px 12px 0px 12px;
}

/* Banner box */

.lo-r {
    display: inline-flex;
    max-width: 456px;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px 12px 0px 12px;
}

.login_wrap .login_inner > p {
    font-size: 14px;
    line-height: 18px;
    margin:5px 0 0;
    color: #333333;
}



.login_wrap .login_inner .input_box {
    width: 100%;
    display: flex;

}
.login_wrap .login_inner > label {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    width: auto;
    box-shadow: inset 0 -11px 0 #d0ebff;
    height: 28px;
    line-height: 28px;
    font-weight: 500;
    margin:5px 0;
}

.login_wrap .login_inner .rememberme {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.login_wrap .login_inner .rememberme span {
    display: flex;
    align-items: center;
    width: 45%;
}
.login_wrap .login_inner > div > .rememberme span > label {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    line-height: 1.2;
}

.login_wrap .login_inner input[type="text"]::placeholder,
.login_wrap .login_inner input[type="password"]::placeholder {font-size: 13px;color: #b2b2b8;font-weight: 400;}
.login_wrap .login_inner input[type="text"],
input[type='password'] {
    width: 100%;
    height: 43px;
    font-family: Noto Sans KR, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    border-radius: 3px;
    border: none;
    padding: 4px 15px 4px 15px;
    margin-bottom: 10px;
}
.login_wrap .login_inner input[id="P_SAVE_LOGIN_ID"] {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    cursor: pointer;
    margin-left: 0px;
}
.login_wrap .login_inner input[id="P_SAVE_LOGIN_ID"]:checked {
    border: none;
    background: rgba(42, 115, 224, 1);
}
.login_wrap .login_inner input[id="P_SAVE_LOGIN_ID"]:checked::after {
    content:'✔';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: rgba(255,255,255,1);
}
.login_wrap .login_inner input[type="text"] {
    background:#f9f9f8;
}
.login_wrap .login_inner input[type="password"] {
    background:#f9f9f8;
}

.login_wrap .login_inner .rememberme .find {
    margin: 0px 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    width: 55%;

}

.login_wrap .login_inner .rememberme .find li {
    display: inline-block;
    margin-right: 5px;
}
.login_wrap .login_inner .rememberme .find li a {

    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 500;
    font-family: Noto Sans KR, sans-serif;
    line-height: 1.1;
}

.lo-h2 {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.lo-h2 h2 {
    font-family: 'Noto Sans KR';
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    color: #333;
}
.lo-h2 p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #666666;
}

.lo-l-t-l {
    float: left;
    width: calc(100% - 140px);
    height: auto;
    margin-right: 10px;
}
.lo-l-t-r {
    float: left;
    width: 128px;
    height: 43px;
}


.lo-r-t {margin-top: 15px;padding: 30px 36px 20px;position:relative; width:100%; height:auto;overflow: hidden; background: rgba(255, 255, 255, 0.8);box-shadow: 0.2em 0.3em 0.6em rgb(0 0 0 / 20%);border-radius: 8px; box-sizing:border-box;margin:0px 14px 28px 0px; }

.lo-r-t-b {position:relative; width:100%; display: block;overflow: hidden;box-sizing:border-box;}
.lo-r-t-b > div {float:left; width:calc(50% - 10px); height:100%; margin-right:20px;  border-radius:10px; display: block;}
.lo-r-t-b > div:last-child {margin-right:0;}
.lo-r-t-b > div > a {position:relative;display:flex;
    align-items: center; width:100%; height:90px; box-sizing:border-box; padding:0px 0 0;letter-spacing: -1px;word-break: keep-all;}
.lo-r-t-b > div > a strong {display:block; font-size:18px;font-family: 'Noto Sans KR'; line-height:20px; color:#333; font-weight:500;width:50%;}
.lo-r-t-b > div > a span {display:block; font-size:14px; line-height:18px; margin-top:8px;color: #666666;}
.lo-r-t-b:after {content:""; display:block;}
.ptnr_icon {width:68px;height:68px;display:block;position:absolute;right:10px;top:10%;}
.ptnr_icon:after {content:"";background:url("/images/login/partner_icon01-58e1ad4f28a9464e1c4246a1ae4f40f2.png") no-repeat center center;background-size: 100%;width:58px;height:58px;display:block;position:absolute;right:0;top:13px;}
.lo-info-r .ptnr_icon:after {content:"";background:url("/images/login/partner_icon02-4853bc5e31b7c849c51901a28c635eea.png") no-repeat center center;background-size: 100%;width:58px;height:58px;display:block;position:absolute;right:0;top:13px;}
.ptnr_icon:before {border-radius:80px;background:#fff;content:""; display:block;position:absolute;left:-3px;top:0px;width:80px;height:80px;box-sizing:border-box;box-shadow: -0.1em 0em 0.2em rgb(0 0 0 / 20%);}

.lo-r-b {position:relative; width:100%; height:auto;display: block;padding:30px 36px; border-radius: 8px;background: rgba(255, 255, 255, 0.8);box-shadow: 0.2em 0.3em 0.6em rgb(0 0 0 / 20%);box-sizing:border-box;margin:0px 14px 0px 0px;}
.lo-r-b section {position:relative; display: block;overflow: hidden;width:100%; height:100%; box-sizing:border-box;}
.lo-r-b section h3 {font-size:21px; line-height:18px; color:#222; font-weight:700;}
.lo-r-b section .btn-more {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;right:0;top:5px;font-size:0;
}

.lo-r-b section .btn-more::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 18px;
    height: 0;
    border-bottom: 2px solid #0A6ED1;

}

.lo-r-b section .btn-more::after {
    content: '';
    display: block;
    position: absolute;
    left: 8px;
    top: 2px;
    width: 0;
    height: 17px;
    border-left: 2px solid #0A6ED1;

}

.lo-r-b section ul.board_list {position:relative; width:100%; height: auto;overflow: hidden; margin-top:10px; }
.lo-r-b section ul.board_list li {width:100%;  padding:0 0px; box-sizing:border-box; }
.lo-r-b section ul.board_list li:nth-child(3){border-bottom:0;}
.lo-r-b section ul.board_list li a {display:block; position:relative; color:#333; font-size:16px; line-height:30px; width:100%; padding-right:30%; height:auto; box-sizing:border-box; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.lo-r-b section ul.board_list li a span {position:absolute; right:3px; top:0; color:#888;font-family:'Noto Sans KR';font-size: 15px;}
.lo-r-b section ul.board_list li a:focus, .lo-r-b section ul li a:hover {color:#0A6ED1;}


.login_footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:50px;
    background: #f9f8f8;
    padding: 10px;
    box-sizing: border-box;
}

.login_footer .left {
    flex: 0 0 65%;
    text-align: center;
    align-items: center;
    justify-content: center;

}
.login_footer .right {
    flex: 0 0 35%;
}
.login_footer .left > span {
    display: block;
    padding: 0 15px;
    font-size: 13px;
    line-height: 18px;
    color: #888888;
}

.login_footer .f_nav li {display: inline-block;font-size: 13px;padding: 0 20px;}
.login_footer .f_nav li a {color: #888888;line-height: 18px;}

/* 반응형 */

@media screen and (max-width: 1080px) {
    .visualimg_txt {
        position: relative;
    }
    .wrap .main {
        flex: 1;
    }

    .login_wrap {
        display: flex;
        width: 100%;min-width: 360px;    height: 100%;padding-top: 20px;box-sizing: border-box;
    }
    .text_title {
        flex: 0 0 90%;
        padding-left: 0px;
    }
    .login_wrap .login_inner {
        max-width: 100%;
        flex: 0 0 90%;
    }

    .lo-r {
        max-width: 90%;
        margin: 20px 14px 80px 14px;
    }
    .lo-r-t {margin: 0px 14px 14px 0px;}
    .lo-r-t-b > div > a strong {line-height: 25px;}
    .login_footer .left {
        flex: 0 0 55%;
    }
    .login_footer .right {
        flex: 0 0 45%;
    }

}


@media screen and (max-width: 820px) {

    .wrap .main {
        justify-content: flex-start;

    }

    .text_title {
        flex: 0 0 90%;
        padding-left: 0px;
    }
    .text_title span {
        font-size: 15px;
    }
    .text_title span em {display: block;}
    .login_wrap .login_inner > h1.logo {margin-bottom: 25px;}


    .login_wrap {width: 100%;min-width: 360px;    height: auto;padding-top:30px;box-sizing: border-box;}

    .login_wrap .login_inner {max-width: 100%;flex: 0 0 90%;padding: 35px 35px 20px;}


    .login_footer {
        height: 60px;
        flex-direction: column;
    }
    .login_footer .left {
        flex: 1 1 auto;
        text-align: center;
    }
    .login_footer .left > span {line-height: 18px;font-size: 12px;}
    .login_footer .right {
        flex: 1 1 auto;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {

    .header h1.logo {margin: 10px 0 5px 22px;}
    .text_title strong {
        font-size: 30px;
    }
    .text_title span {
        font-size: 14px;
    }
    .text_title span em {display: inline;}
    .login_wrap {width: 100%;min-width: 360px;    height: 100%;padding-top: 20px;box-sizing: border-box;}
    .login_wrap .login_inner .input_box {flex-direction: column;}
    .lo-r {
        max-width: 90%;
        margin: 20px 14px 70px 14px;
    }

    .lo-r-t {padding: 25px 35px 10px;margin: 0px 14px 20px 0px;}
    .lo-l-t-l {
        width: 100%;
        margin-right: 0px;
        height: auto;
    }
    .lo-l-t-r {
        width: 100%;
    }
    a.btn {
        height: 43px;
    }
    a.btn2 {
        font-size: 19px;
    }
    .login_wrap .login_inner .rememberme {
        margin-top: 10px;
    }
    .lo-r-b {padding: 25px 35px;margin: 0px 14px 14px 0px;}
    .lo-r-t-b > div > a {letter-spacing: 0px;}

    .login_wrap .login_inner > div > .rememberme span > label {font-size: 14px;}
    .login_wrap .login_inner .rememberme .find li a {font-size: 14px;}
    .lo-r-t-b > div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .lo-r-t-b > div {
        width: 100%;
        margin-right: 0;
    }


    .login_footer .f_nav li {
        padding: 0 10px;
    }


}