﻿@charset "UTF-8";
@import 'font.css';

html,
body {
    height: 100%;
    font-size: 14px;
}

body, h1, h2, h3, h4, h5, h6, p, span, ul, li, a, button, input {
    font-family: 'Noto Sans KR', 'Nanum Gothic', dotum, AppleSDGothic, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    /*background-color:lightgray;*/
    background: url(../images/bg.jpg)no-repeat;
    background-size: cover;
}

.p-btn {
    background-color: #0066a4;
    border-color: #0066a4;
    font-size: 16px;
    color: #FFF;
}

    .p-btn:hover {
        background-color: #004e7d;
        border-color: #004e7d;
    }

.p-btn-outline {
    background-color: transparent;
    border-color: #0066a4;
    color: #0066a4;
}

    .p-btn-outline:hover {
        background-color: #0066a4;
        border-color: #0066a4;
        color: #FFF;
    }

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 97, 167, 0.22);
}

.btn-primary {
    background-color: #0066a4;
    border-color: #0066a4;
}

    .btn-primary:hover {
        background-color: #004e7d;
        border-color: #004e7d;
    }

.form-control:focus {
    color: #333;
    background-color: #fff;
    border-color: #0061a7;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 97, 167, 0.22);
}

.form-signin {
    width: 100%;
    max-width: 423px;
    min-width: 300px;
    margin: 0 auto;
}

.form-container {
    padding: 30px 30px 15px;
    margin-bottom: 0px;
    background: #FFF;
    box-shadow: 0 0 14px rgba(51, 51, 51, 0.24);
}

.logo-img {
    max-width: 100%;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: 40px;
    padding: 10px;
    font-size: 15px;
    background: #f3f3f3;
}

    .form-signin .form-control:focus {
        z-index: 2;
    }

.form-signin input[type="text"] {
    margin-bottom: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-bottom {
    padding: 15px 0 0;
    margin-top: 20px;
    width: 100%;
}

.btn-outline-secondary-s {
    border-color: #d2d2d2;
    color: #252525;
    font-size: 12px;
}

.login-ip {
    margin: 0;
    text-align: center;
    padding: 0;
    font-size: 13px;
}

    .login-ip strong {
        font-weight: 600;
    }

.login-copyright {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #FFF;
}

.login-popup .modal-header {
    background: #0066a4;
    color: #FFF;
}

.login-popup .modal-body {
    padding: 25px 15px;
}

    .login-popup .modal-body h5 {
        color: #666;
    }

    .login-popup .modal-body textarea {
        min-height: 100px;
    }

.login-group-btn {
    margin: 20px 0 0;
}

    .login-group-btn button {
        color: #333;
        background: transparent;
    }

        .login-group-btn button:hover {
            color: #0061a7
        }

.login-btm-container {
/*    background: #FFFFFF42;
    margin-bottom: 15px;
    border-top: 1px solid #ddd;*/
    padding: 15px;
}

.chrome-txt {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
}

    .chrome-txt a {
        display: block;
        text-decoration: underline;
        margin-top: 3px;
    }

.field-validation-error {
    font-size: 13px;
    text-align: center;
    border: 1px solid #f2b1b8;
    background: #fadde0;
    border-radius: 3px;
    color: #dc321e;
    padding: 6px 3px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
}

.ip-btn {
    color: #333;
}

.login-btm-container .card-body {
    margin-top: 15px;
}

.login-btm-container table {
    margin-bottom: 0;
}

    .login-btm-container table th, .login-btm-container table td {
        border: 1px solid #dee2e6;
        font-size: 12px;
    }


/*문의*/
.modal-header .close span {
    color: #FFF;
}

.contact-us input[type="text"] {
    margin-bottom: 0;
}

.title-label {
    font-size: 13px;
    color: #0066a4;
    margin-bottom: 5px;
    font-weight: 400;
}

.custom-select {
    background-image: none;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.btn-outline-secondary {
    color: #333;
    border-color: #ddd;
}

    .btn-outline-secondary:hover {
        background: #f8f8f8;
        border-color: #ccc;
    }

.modal-content {
    border-radius: .5rem;
}

@media (max-width: 465px) {
    .form-signin .form-control {
        font-size: 13px;
    }

    .form-container {
        margin: 0;
    }
}


.login_logo_m {
    display: flex;
    align-items: end;
    gap: 10px;
    flex-direction: column;
    text-align: center;
    font-size: 28px;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 16px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-size: cover;
    font-weight: 400;
    font-family: 'esamanru','Noto Sans KR', 'Nanum Gothic', dotum, AppleSDGothic, sans-serif;
}

    .login_logo_m img {
        object-fit: contain;
        height: fit-content;
        max-width: 180px;
        margin-bottom: 8px;
    }

        .login_logo_m img + span {
            font-size: 18px;
            color: #689d06;
        }

/* SmartEnter V2 */
body {
    padding: 0;
    /*    background: none;*/
    background: #FFFFFF;
    background: linear-gradient(130deg, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
}
#loginWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    color: #333;
    overflow: hidden;
}
/*#loginBg {
    background: url(../images/das_bg-.png)no-repeat;*/
    /*background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}*/
/*@media(max-width:1700px){
    #loginBg {
        background-position: 20%;
        position: relative;
        overflow:hidden;
    }
}
#loginBg::before {*/
    /*content: '';
    background: url(../images/das_bg_txt.png) no-repeat;
    display: block;
    position: absolute;
    width: 37%;
    max-width: 650px;
    min-width: 380px;
    height: 13.5%;
    left: 6%;
    top: 13%;
    background-size: contain;
}
#loginBg::after {
    content: '';
    background: url(../images/das_bg_map.png) no-repeat;
    display: block;
    position: absolute;
    width: 97%;
    height: 62%;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-49%);
    background-size: contain;
    min-width: 625px;
}*/
#loginForm {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-width: 620px;
    max-width: unset;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.form-container {
    background: white;
    border: 1px solid #f3f3f3;
    border-radius: 15px;
    box-shadow: 0 0 20px #0000001a;
    padding: 4rem 4rem;
    display: flex;
    margin: 0 auto;
    flex-wrap: nowrap;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    justify-content: center;
}
.form-container label.sr-only{
    position:relative;
    width: 100%;
    height:fit-content;
    text-align:left;
}
.form-container input.form-control[name="userName"],
.form-container input.form-control[name="password"] {
    padding-left: 37px;
    cursor:text;
    background:white;
}

span.inputIcon {
    position: relative;
    width: 40px;
    top: 7px;
    text-align: center;
    height: 0;
    z-index: 3;
    scale: 1.2;
}
.login_logo_m {
    text-align: center;
    padding: 28px 0;
    height: fit-content;
    color:#333;
    text-shadow:none;
}
.login_box_m{
    padding-bottom: 12px
}
.login_box_m, .login-group-btn button, .ip-btn, .login-copyright {
    color: #333;
}
.ip-btn{
    cursor:pointer;
}
.login-btm-container {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.login-btm-container .ip-btn {
    flex: 1 1 40%;
    text-align: left;
}
.login-btm-container .login-copyright {
    width: fit-content;
    flex: 1 1 60%;
    text-align: right;
    margin: 0;
    padding: 0;
}
.login-btm-container #collapseip {
    flex-basis: 100%;
}
.login_remember input[type="checkbox"] {
    margin-right: 4px;
    cursor: pointer;
    accent-color: #2184be;
    margin-top: -3px;
    padding: 0;
    width: 16px;
    height: 16px;
    outline: 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.login-group-btn {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    flex-wrap: wrap;
    /*    padding: 0 2rem;*/
}
.login-group-btn button.btn {
    color: #0066a4;
    cursor:pointer;
    transition: all 0.4s ease-in-out;
}
.login-group-btn button.btn:hover {
    text-decoration: underline;
}
.login-group-btn button.btn:last-child {
    color: #888;
}
.k-menu-group .k-item > .k-link:active, .k-menu-group .k-item > .k-link.k-active, .k-menu-group .k-item > .k-link.k-selected, .k-menu.k-context-menu .k-item > .k-link:active, .k-menu.k-context-menu .k-item > .k-link.k-active, .k-menu.k-context-menu .k-item > .k-link.k-selected {
    background-color: #4c85a8 !important;
}
#langBtn {
    justify-content: space-between;
    border: 1px solid #888;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    padding-inline: 13px;
    gap: 10px 5px;
    text-align: left;
}
#langText {
    width: 60px;
    text-align: left;
}
#langBtn .fa.fa-language{
    font-size: 15px;
}
#langBtn svg{
    fill: #888;
    width: 14px;
    margin-top: -3px;
}
#langBtn:hover {
    background: #f7f7f7;
}
#infoModal .btn {
    background: #eef8fe;
    color: #0066a4;
    padding-left: 8px;
    height: 35px;
    display: inline-flex;
    width: fit-content;
    align-items: anchor-center;
    cursor: pointer;
}
#infoModal .btn:hover{
        background-color: #0066a4;
    color: white;
}
    #infoModal .btn:hover svg {
        fill: #eef8fe;
    }
#infoModal .btn svg {
    fill:#0066a4;
    width: 22.5px;
}
#infoModal .btn .remotecall_icon {
    height: 18px;
    width: 18px;
    border-radius: 20px;
    margin-inline: 2px;
    background: #0066a4;
    display: inline-block;
    position: relative;
}
#infoModal .btn .remotecall_icon:after {
    content: '';
    background-image: url(https://113366.com/public/images/favicon.png);
    background-size: contain;
    height: 11px;
    background-repeat: no-repeat;
    filter:invert(95%) sepia(14%) saturate(3779%) hue-rotate(105deg) brightness(137%) contrast(95%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    transform: translate(-50%, -50%);
}
    #infoModal .btn .remotecall_icon.teamViewer_icon {
        background: transparent !important;
    }
    #infoModal .btn .remotecall_icon.teamViewer_icon::after {
        background-image: url(https://cdn-icons-png.flaticon.com/512/2111/2111641.png) !important;
        width: 19px;
        height: 18px;
        filter: brightness(0.7);
    }
    #infoModal .btn:hover .remotecall_icon {
        background: #eef8fe;
    }
        #infoModal .btn:hover .remotecall_icon:after {
            filter: invert(27%) sepia(65%) saturate(1423%) hue-rotate(190deg) brightness(98%) contrast(104%);
        }
    #infoModal .btn:hover .remotecall_icon.teamViewer_icon:after {
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(49deg) brightness(203%) contrast(103%);
    }

@media (min-width: 992px) {
    /*    .login_logo_m img {
        display: none;
    }*/
}
@media (max-width: 1200px) {
    #loginForm {
        min-width: calc(70% - 2rem);
    }

    #loginBg::after {
        left: 4%;
        transform: translateX(0);
    }
}
@media (max-width: 991px) {
    #loginBg, .login_logo_m{
        display: flex;
    }
    #loginBg, .login_logo_m img + span {
        display: none;
    }
    #loginForm {
        padding: 2rem;
        min-width: 80%;
    }
}
@media (max-width: 767px) {
    body {
        background: white !important;
    }

    #loginForm {
        min-width: 100%;
    }
    .form-container {
        border: none !important;
        box-shadow: none !important;
        padding: 2rem;
    }
    .login_logo_m {
        display: flex;
        text-align: left;
        place-items: start;
    }
    .login_logo_m img {
        max-width: 110px;
    }
}
@media (max-width: 400px) {
    .login-group-btn {
        gap:0
    }

    .login-group-btn button.btn {
        font-size: small;
    }
}


.top_web_browser {
    color: #ffffffc4;
    font-size: 12px;
    margin-top: -15px;
    margin-right: -15px;
}

.browser_icon {
    display: inline-block;
}

    .browser_icon img {
        width: 14px;
        margin-left: 4px;
        margin-top: -4px;
    }

