﻿@charset "utf-8";
/* font */
/*웹폰트 서체지정*/

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url('../font/NotoSansKR-Light.woff2') format('woff2'),
        url('../font/NotoSansKR-Light.woff') format('woff'),
        url('../font/NotoSansKR-Lightotf') format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansKR-Regular.woff2') format('woff2'),
        url('../font/NotoSansKR-Regular.woff') format('woff'),
        url('../font/NotoSansKR-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url('../font/NotoSansKR-Medium.woff2') format('woff2'),
        url('../font/NotoSansKR-Medium.woff') format('woff'),
        url('../font/NotoSansKR-Medium.otf') format('opentype');

}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansKR-Bold.woff2') format('woff2'),
        url('../font/NotoSansKR-Bold.woff') format('woff'),
        url('../font/NotoSansKR-Bold.otf') format('opentype');
}



/* CSS Reset modify*/
* {
    font-style: normal
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
    margin: 0;
    padding: 0
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-weight: normal
}

section,
nav,
article,
aside,
hgroup,
header,
footer {
    display: block
}

img,
input,
select,
textarea {
    font-family: 'Noto Sans KR', Verdana, Helvetica, Tahoma, sans-serif;
    vertical-align: middle
}

fieldset,
img {
    border: 0
}

ul,
ol,
li {
    list-style: none
}

caption,
hr,
legend {
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    color: transparent !important;
    text-indent: -9999em
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    word-break: break-all
}

a,
a:link,
a:visited,
a:active,
a:hover {
    color: #5f6164;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

th,
strong,
em {
    font-weight: normal;
    font-style: normal
}

button {
    font-family: 'Noto Sans KR', Verdana, Helvetica, Tahoma, sans-serif;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #c7cbd3
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #c7cbd3
}

button {
    cursor: pointer;
}


/* 공통 */
.clfix:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both
}

.clfix {
    display: inline-block
}

.clfix {
    display: block
}

.hidden {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    font-size: 0;
    color: transparent !important;
    text-indent: -9999em
}

.dimm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 95
}

.dimm.alpha {
    display: none;
    opacity: 0
}

.al {
    text-align: left !important
}

.ar {
    text-align: right !important
}

.ellipsis01 {
    height: 18px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.w100 {
    width: 100%;
}

.txtl {
    text-align: left !important;
}

.txtc {
    text-align: center !important;
}

.txtr {
    text-align: right !important;
}


fieldset {
    margin: 0 !important;
    padding: 0 !important
}

.auto_save label {
    padding: 0px 10px 0 0
}

.auto_save>span {
    display: inline-block;
    margin-top: 2px
}

[type="radio"] {
    vertical-align: middle;
    appearance: none;
    border: max(2px, 0.1em) solid rgb(197, 197, 197);
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
    transition: border 0.5s ease-in-out;
    background-color: #fff;
    margin-top: -2px;
}

.auto_save input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

[type="radio"]:checked {
    border: 0.4em solid #4083E7;
    margin-top: -2px;
}

[type="radio"]:focus-visible {
    outline-offset: max(2px, 0.1em);
    outline: max(2px, 0.1em) dotted #4083E7;
}

[type="radio"]:hover {
    box-shadow: 0 0 0 max(4px, 0.2em) lightgray;
    cursor: pointer;
}

[type="radio"]:disabled {
    background-color: lightgray;
    box-shadow: none;
    opacity: 0.7;
    cursor: not-allowed;
    margin-top: -2px;
}

[type="radio"]:disabled+span {
    opacity: 0.7;
    cursor: not-allowed;
}


[type="checkbox"] {
    vertical-align: middle;
    appearance: none;
    border: max(2px, 0.1em) solid rgb(197, 197, 197);
    border-radius: 5px;
    width: 20px;
    height: 1.25em;
    transition: background-color 0.5s ease-in-out;
    background-color: #fff;
    margin-top: -2px;
}

[type="checkbox"]:checked {

    background-color: #4083E7;
    border-color: #4083E7;
    background-image: url(../images/bg_checkbox.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

[type="checkbox"]:focus-visible {
    outline-offset: max(2px, 0.1em);
    outline: max(2px, 0.1em) dotted #4083E7;
}

[type="checkbox"]:hover {
    box-shadow: 0 0 0 max(4px, 0.2em) lightgray;
    cursor: pointer;
}

[type="checkbox"]:disabled {
    background-color: lightgray;
    box-shadow: none;
    opacity: 0.7;
    cursor: not-allowed;
}

[type="checkbox"]:disabled+span {
    opacity: 0.7;
    cursor: not-allowed;
}



.text_view img {
    max-width: 100%;
    max-height: 100%;
}

.mt30 {
    margin-top: 30px;
}


body {
    height: 100%;
    position: relative;
    font-family: 'Noto Sans KR', Verdana, Helvetica, Tahoma, sans-serif;
    background-color: #F2F3F5;
}

#main_footer {
    line-height: 26px;
}

#main_footer strong {
    color: #000;
    font-weight: normal;
}

.bg {
    height: 100vh;
    background-color: #F2F3F5;
    /* background:repeat-x url("../images/bg_login.svg") #F2F3F5;
    background-size:100%;
    background-position-y: -10%;*/


}

.bg .bgtop {
    height: 80px;
    width: 100%;
    background: rgb(64, 131, 231);
    background: linear-gradient(90deg, rgba(64, 131, 231, 1) 0%, rgba(13, 184, 178, 1) 100%);
    box-shadow: 0 1px 3px RGBA(0, 0, 0, 0.1);
}


.login_ani {
    animation: login_ani_size 1s 0s ease-in-out;
    -webkit-animation: login_ani_size 1s 0s ease-in-out
}

@keyframes login_ani_size {
    0% {
        height: 400px;
    }

    100% {
        height: 80px;
    }

}

/* for Chrome, Safari */
@-webkit-keyframes login_ani_size {
    0% {
        height: 400px;
    }

    100% {
        height: 80px;
    }
}

.login_global {
    padding: 0 30px;
    display: flex;
    height: 80px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 1200px;
}


.login_global .login_logo {
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: 0px 23px;

    background-size: 80px;
    height: 80px;
    width: 80px;
}

.login_global .right_txt {
    color: #B9DFEF;
    font-family: 'Noto Sans KR', Verdana, Helvetica, Tahoma, sans-serif;
    font-size: 14px;
}

.login_wrap {

    width: 100%;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 800px;
    position: absolute;
    top: 0;



}





.login_box {
    width: 540px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    padding: 70px 100px;
    background-color: #ffffff;

    flex-direction: column;
    flex-wrap: wrap;
}






footer {
    height: 60px;
    font: 12px 'Noto Sans KR';
    margin: auto 0;

    color: #999;
    width: 100%;
    text-align: center;
}

/*margin*/
.mb5 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.pt5 {
    padding-top: 5px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pb10 {
    padding-bottom: 10px;
}

.pb50 {
    padding-bottom: 50px;
}

.pt10 {
    padding-top: 10px;
}

.pt30 {
    padding-top: 30px !important;
}

.pb5 {
    padding-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.pr20 {
    padding-right: 20px;
}

.pt20 {
    padding-top: 20px
}

.pb20 {
    padding-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.txt-l {
    text-align: left !important;
}

/*login*/
.login_txt {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    font-size: 31px;

}

.login_txt img {

    width: 50px;
    height: 50px;

}

.login_txt span {
    font: Bold 13px 'Noto Sans KR';
    letter-spacing: 0px;
    color: #B2B6BC;
    display: block;
    line-height: 16px;
    font-weight: 500;
    padding-top: 20px;
    word-break: keep-all;
}

.login_txt span strong {
    font-weight: 700;
    color: #1a2d56;
}

.login_txt p {
    color: #1a2d56;
    font-family: 'Noto Sans KR';
    font-weight: 700;
}

.login_input {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    line-height: 12px;
    padding-top: 40px;

}


.login_input input[type='text']::-webkit-input-placeholder {
    color: #B2B6BC !important;
    font-size: 15px;
}

.login_input input[type='text']::-moz-placeholder {
    color: #B2B6BC !important
}

.login_input input::-ms-input-placeholder {
    color: #B2B6BC !important
}

.login_input input[type='text']::placeholder {
    color: #B2B6BC !important
}



.login_input input[type='password']::-webkit-input-placeholder {
    color: #B2B6BC !important;
    font-size: 15px;
}

.login_input input[type='password']::-moz-placeholder {
    color: #B2B6BC !important
}


.login_input input[type='password']::placeholder {
    color: #B2B6BC !important
}



.login_input_in {
    /*border-bottom: 1px solid #fb6e52;*/
    margin-bottom: 14px;
    color: #0F3E8E;
    font-size: 22px;
    text-align: left;
    border: none;
    border-radius: 3px;
    background-color: #F2F2F2;

}

.login_input_in i {
    display: inline-block;
    width: 50px;
    text-align: center;
    vertical-align: middle;
}

.login_input input[type='text'] {
    width: 100%;
    display: inline-block;
    height: 44px;
    box-sizing: border-box;
    padding-left: 20px;
    font: 16px 'Noto Sans KR';
    background-color: transparent;
    border: none;

}

.login_input input[type='text']:focus {
    outline: none !important;
}




.login_input input[type='password'] {
    width: 100%;
    display: inline-block;
    height: 44px;
    box-sizing: border-box;
    padding-left: 20px;
    font: 16px 'Noto Sans KR';
    background-color: transparent;
    border: none;

}

.login_input input[type='password']:focus {
    outline: none !important;
}

.choice_id {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    line-height: 12px;
    padding-top: 40px;

}



.auto_save {
    width: 100%;

    text-align: left;
    font: 14px 'Noto Sans KR';
    color: #000000;
    padding-bottom: 10px;
}

.auto_save a {
    text-decoration: none;
    font-size: 24px;
    vertical-align: middle;
    width: 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.auto_save .on {
    color: #000;
}

.auto_save .off {
    color: #EAEAEA;
}

.btn_login {
    width: 100%;
    height: 44px;
    border: 0;
    background-color: #354364;
    color: #fff;
    cursor: pointer;
    font: 16px 'Noto Sans KR';
    background-repeat: no-repeat;
    border-radius: 3px;
}

.btn_login:hover {
    background-color: #354364;
}

.login_info {
    border-top: 1px solid #DEDEDE;
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 2px;
}

.info_txt {
    font: 12px 'Noto Sans KR';
    color: #BCBCBC;
    width: 100%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding-right: 30px;
}

.info_txt span {
    background: #fff;
    z-index: 2px;
    margin-top: -20px;
    position: absolute;
    width: 30px;
    box-sizing: border-box;
}

.login_info ul {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
    float: left;
}

.login_info ul li {
    width: 100%;
    font: nok;
    list-style: none;
    float: left;
    padding-bottom: 20px;
}

.login_info ul li dt {
    width: 100%;
    float: left;
    font: Bold 13px nok;
    color: #6A6A6A;
}

.login_info ul li dd {
    width: 100%;
    font-size: 10px;
    float: left;
    color: #9b9daa;
    box-sizing: border-box;
    padding-top: 5px;
    color: #565656;
}

.login_info ul li dd a,
.login_info ul li dd a:link,
.login_info ul li dd a:visited {
    color: #00A4C3;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #00a4c3;
    margin-bottom: 5px;
}


.error_box {
    font: 13px 'Noto Sans KR';
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    color: #999
}


.error_box i {
    font-size: 14px;
    vertical-align: middle;
    color: #c5c5c5;
}

.login_footer {
    height: 36px;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
}

.login_footer span {
    font-size: 13px;
    color: #666;
    line-height: 24px;
}


.choice_id .id_obj {
    background-color: #F2F2F2;
    padding: 20px 20px 20px 24px;
    box-sizing: border-box;
    margin-bottom: 14px;
    text-align: left;
    display: flex;
    cursor: pointer;
    border: 1px solid #F2F2F2;
}

.choice_id .id_obj:hover {
    border: 1px solid #0F3E8E;
}

.choice_id .id_obj .id_obj_txt {
    width: calc(100% - 30px);
}

.choice_id .id_obj .id_obj_txt p {
    background-image: url(../images/icon_user.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    box-sizing: border-box;
    background-position: 0px 5px;
    line-height: 30px;
}

.id_obj_txt p .user_id {
    font-size: 18px;
    color: #0F3E8E;
    vertical-align: middle;
    margin-right: 14px;
}

.id_obj_txt p .last_date_icon {
    font-size: 12px;
    color: #ffffff;
    background-color: #0F3E8E;
    border-radius: 20px;
    padding: 0px 10px;
    vertical-align: middle;
    display: inline-block;
    word-break: keep-all;
    line-height: 24px;


}

.id_obj_txt p .user_name {
    font-size: 16px;
    color: #0F3E8E;

}

.id_obj_txt p .last_date {
    font-size: 12px;
    color: #838383;
}


.choice_id .id_obj .arr_right {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 26px;
    color: #0F3E8E;

}

.btn_error {
    height: 30px;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #354364;
    color: #ffffff;
    border: 1px solid #354364;
    padding: 0 10px;
}


.btn_error_normal {
    height: 30px;
    padding: 0 10px;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #ffffff;
    color: #354364;
    border: 1px solid #354364;
}


.notice_box {
    
    width: 100%;
    padding: 10px 14px;
    background-color: #FCE8F2;
    color: #FF005F;
    display: inline-table;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
}
.notice_box ul {display: flex;flex-wrap: wrap;
    flex-direction: column;
}
.notice_box ul li {display: flex;    font: 13px 'Noto Sans KR';   word-break: keep-all;
    word-wrap: break-word;align-items: center; margin-bottom: 5px;}
    .notice_box ul li:last-child{margin-bottom: 0;}
    .notice_box ul li dt{width: 24px; display:inline-flex;align-items: center;padding-top:2px}
    .notice_box ul li dd{display:inline-flex;align-items: center;}


@media screen and (max-width:1000px) {

    .login_wrap {
        width: 100%;
        box-sizing: border-box;
        padding: 60px 20px 20px 20px;
        min-width: 260px;
        justify-content: flex-start;
        min-height: 600px;
    }

    .login_global {
        min-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .login_global .right_txt {
        display: none;
    }

    .login_global .login_logo {
        background-size: 70px;
    }

    .login_txt {
        width: 100%;
        font-size: 22px;

    }

    .login_txt span {
        font-size: 12px;
    }

    .login_box {
        width: 640px;
        border-radius: 5px;
        box-sizing: border-box;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        box-sizing: border-box;
        padding: 40px 35px 40px 35px;



    }

    .login_input {
        padding-top: 30px
    }

    .login_txt img {
        width: 30px;
        height: 30px;
    }

    .choice_id .id_obj .id_obj_txt p {
        background-image: url(../images/icon_user.png);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        padding-left: 30px;
        box-sizing: border-box;
        background-position: 0px 5px;
        line-height: 24px;
    }

    .id_obj_txt p .user_id {
        font-size: 16px;
        margin-right: 14px;
    }

    .id_obj_txt p .last_date_icon {
        font-size: 11px;
        border-radius: 20px;
        padding: 0px 10px;
        line-height: 20px;
    }

    .id_obj_txt p .user_name {
        font-size: 14px;

    }

    .id_obj_txt p .last_date {
        font-size: 12px;
        display: block;
    }



    .login_footer strong {
        display: none;
    }

    .login_footer span {
        font-size: 13px;
    }

}

@media screen and (max-width:600px) {

    .login_box {
        width: 100%;
        border-radius: 5px;
        box-sizing: border-box;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        box-sizing: border-box;
        padding: 40px 35px 40px 35px;



    }
}



/* Landscape 모드일 때 적용할 CSS */
/*@media (orientation: landscape) {


    .login_txt {
        width: 100%;
        padding-bottom: 0%;
        font-size: 32px;


    }

    .login_wrap {
        padding-bottom: 0;background-color:#F2F3F5; height: 100vh;

        background-image: url(images/bg_login.svg); background-repeat: no-repeat; background-size:100%;
    }
*/