﻿@charset "UTF-8";

/* font- face */


@font-face {
    font-family: 'NotoSans-Regular';
    src: url('../fonts/NotoSans-Regular.eot');
    src: url('../fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans-Regular.woff2') format('woff2'), url('../fonts/NotoSans-Regular.woff') format('woff'), url('../fonts/NotoSans-Regular.ttf') format('truetype');
}



body {
    color: #444;
    font-family: "NotoSans-Regular", "Malgun Gothic", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -1px;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

img {
    vertical-align: middle;
    border: none;
}

p {
    margin: 0px;
    padding: 3px;
}

a {
    color: #444;
    text-decoration: none;
}

    a:hover {
        color: #1d4592;
        text-decoration: none;
    }

span {
    letter-spacing: -1px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

button {
    vertical-align: middle;
}

div, li {
    vertical-align: top;
}

.dp_table {
    display: table;
}

    .dp_table:after {
        clear: both;
    }

.dp_cell {
    display: table-cell;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.ft_blue {
    color: #0972bb;
}

.ft_red {
    color: #b62424;
}

.ft_black {
    color: #000;
}

.b {
    font-weight: bold;
}


/* layout */



#wrapper {
    width: 100%;
}
/*#inner { width:100%; margin:0 auto;}*/
.mainwrap {
    background: #0d2e6e;
    height: 345px;
    padding: 20px;
    min-width: 1200px;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
}

#footer {
    padding: 100px 0px 20px 0;
}

.footer_area {
    border-top: 1px solid #ebebeb;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}

/*#footer {  margin:0 auto; position:absolute;left:50%; transform:translate(-50%, -50%;); bottom:0px; padding-top:10px; padding-bottom:10px; color:#717171;}*/

/* login */
.loginImg {
    background: url('../images/login_img4.png') no-repeat 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 325px;
    min-width: 1470px;
}

.loginTxt {
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
    width: 1059px;
    height: 225px;
}

.loginBox {
    width: 100%;
    background: #1d4592;
    padding-bottom: 30px;
    text-align: center;
}

.loginInner {
    white-space: nowrap;
    margin: 0 auto;
}

.loginCon {
    margin: 0 auto;
    padding-top: 20px;
}

.fm_txt {
    border: 1px solid #8f8f8f;
    padding: 5px 10px;
    height: 20px;
    margin-right: 10px;
}

.fm_select {
    padding: 5px 10px;
    height: 32px;
    margin-right: 10px;
}

.loginBtn {
    background: #00f0ff;
    color: #000;
    border: 1px solid #00f0ff;
    padding: 15px 100px;
    /*height: 30px;*/
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
}

p.loginlogo {
    color: #fff;
    /*padding-top: 20px;*/
    padding-bottom: 30px;
}

.loginExt {
    margin-top: 25px;
}

    .loginExt div {
        display: inline-block;
    }

.loginwifi {
    color: #fff;
    background: #051f52;
    border-radius: 5px;
    line-height: 30px;
    width: 180px;
    cursor: default;
}

    .loginwifi span {
        color: yellow;
    }

.loginExtIc {
    color: #fff;
}

    .loginExtIc img {
        padding-left: 40px;
    }

    .loginExtIc a {
        color: #fff;
        text-decoration: none;
    }

        .loginExtIc a:hover {
            color: #fff;
            text-decoration: underline;
        }


.m_list {
    width: 500px;
    padding-right: 40px;
}

.helpdesk {
    background: url('../images/login_helpdesk.gif') 0 0 no-repeat;
    width: 203px;
    height: 204px;
    padding-right: 40px;
}

.helpdeskMail {
    position: relative;
    top: 130px;
    left: 5px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.helpdeskNum {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-top: -2px;
}

.m_banner {
    width: 430px
}

    .m_banner li:nth-last-child( 2n+1 ) {
        margin-right: 0px
    }

    .m_banner li {
        display: inline-block;
        background: #f9f9f9;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        width: 200px;
        height: 80px;
        padding-top: 10px;
        text-align: center;
        margin-right: 20px;
        margin-bottom: 20px;
    }

        .m_banner li:hover {
            background: #d8e3f1;
            border: 1px solid #1d4592;
            cursor: pointer;
        }

            .m_banner li:hover a {
                color: #1d4592;
            }
/* top */
.top {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.user {
    display: inline-block;
    float: right;
    margin-top: 40px;
    font-sie: 14px;
}

.usershow {
    margin-left: 20px;
    display: inline-block;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 2px 10px;
    font-size: 13px;
}

    .usershow:hover {
        background: #dbdbdb;
    }

.wifi {
    background: #0d2e6e;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px 16px;
    cursor: default;
    margin-left: 20px;
    width: 67px;
}

.wifistatus {
    display: inline-block;
    color: yellow;
    width: 50px;
}

/* main */
.comList {
    display: inline-block;
    width: 270px;
    color: #8599c1;
    vertical-align: top;
}

    .comList li {
        border: 1px solid #8599c1;
        border-radius: 40px;
        padding: 15px;
        margin-bottom: 10px;
        text-align: center;
        font-size: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .comList li.on {
            color: #1c4491;
            background: #fff;
        }

        .comList li:hover {
            background: #fff;
            cursor: pointer;
        }

.vmCom {
    display: inline-block;
    background: url(../images/main_combg.png) 0 0 no-repeat;
    width: 638px;
    height: 340px;
}

.vmMonitor {
}

.vmLoading {
    width: 100px;
    height: 171px;
    position: relative;
    left: 246px;
    top: 45px;
}

.vmBtn {
    position: relative;
    background: url('../images/main_combgBox.png') 0 0 no-repeat;
    left: 130px;
    width: 390px;
    height: 74px;
    text-align: center;
}

    .vmBtn a {
        margin-right: 10px;
        display: inline-block;
        margin-top: 10px;
    }

.vmComInfo {
    display: inline-block;
}

    .vmComInfo th {
        text-align: right;
        color: #b8c2d6;
        font-weight: normal;
        padding-right: 20px;
    }

    .vmComInfo td {
        color: #00eaff;
    }

        .vmComInfo td.map {
            padding-top: 20px;
            background: url('../images/map_1.gif') 0 bottom no-repeat;
            width: 493px;
            height: 281px;
        }

            .vmComInfo td.map .loc {
                width: 10px;
                height: 10px;
                background: #00eaff;
                border-radius: 50%;
            }

.mainCon {
    padding-top: 20px;
    /*min-width: 1470px;*/
    margin: 0 auto;
}

.lst_title {
    width: 495px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

.title {
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
}

.more {
    display: inline-block;
    float: right;
}

.list_item {
    width: 490px;
    margin-top: 20px;
}

    .list_item li {
        padding-bottom: 10px;
        background: url('../images/ic_dot.gif') 0 35% no-repeat;
        padding-left: 10px;
    }

        .list_item li span.date {
            display: inline-block;
            float: right;
            font-size: 13px;
            color: grey;
        }

        .list_item li span.status {
            display: inline-block;
            float: right;
            margin-right: 20px;
            margin-left: 20px;
        }


.banner {
    width: 320px;
}

    .banner li {
        background: #d8e3f1;
        padding: 10px 30px;
        color: #10468b;
        font-size: 20px;
        margin-bottom: 10px;
    }

        .banner li img {
            padding-right: 20px;
            padding-left: 20px;
        }

        .banner li:hover {
            background: #a0b7d5;
            cursor: pointer;
        }

/* popup checking */
#checking {
    background: #1d4592;
    margin: 0 auto;
    text-align: center;
    padding: 20px 20px 30px 20px;
}

.checkImg {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #8298c1;
}

    .checkImg p {
        font-size: 50px;
        color: #fff;
    }

.checkInfo {
    color: #c4cafc;
    font-size: 22px;
    margin-bottom: 20px;
}

.checkTime {
    background: #2ab8ce;
    border-radius: 30px;
    padding: 10px;
    font-size: 28px;
    color: #fff;
}

.error {
    min-width: 1470px;
    color: red;
    text-align: center;
    padding: 5px 0px;
    background: #ffdddd;
    font-size: 18px;
}

.sms_txt {
    border: 1px solid #8f8f8f;
    padding: 5px 10px;
    height: 20px;
    margin-right: 10px;
}

.smsBtn {
    background: brown;
    color: white;
    border: 1px solid brown;
    padding: 6px 70px;
    height: 30px;
    font-weight: bold;
    cursor: pointer;
}

.lstVmButton {
    display: none;
}

#pop_notice {
    position: absolute;
    right: 10px;
    top: 60px;
    background: #2ab8c2;
    padding: 30px 20px 30px 20px;
    border: 3px solid #000;
    font-size: 15px;
    text-align: center;
    color: yellow;
    font-weight: bold;
    overflow: auto;
    max-width: 400px;
    max-height: 400px;
}

    #pop_notice b {
        color: #fff;
        font-size: 22px;
    }

    #pop_notice span {
        background: #1d4592;
        border-radius: 10px;
        padding: 10px 30px;
        color: #fff;
    }


/** language **/
.lang {
    position: absolute;
    top: 20px;
    right: 50px;
}

    .lang a {
        display: inline-block;
        padding: 5px 20px;
        margin-left: 20px;
        border-radius: 8px;
    }

        .lang a.on {
            background: #1d4592;
            color: #fff;
        }

.lang_m {
    margin: 0 0 0 20px;
    padding: 0;
    display: inline-block;
}

    .lang_m li {
        display: inline-block;
        margin-right: 10px;
    }

        .lang_m li a.on {
            border-radius: 3px;
            padding: 2px 10px;
            background: #1d4592;
            color: #fff;
        }

/* 0419 com list */
.mainCom_listwrap {
    position: relative;
    background: #d7e8f7;
    padding: 15px;
    border-top: 1px solid #fff;
}

.mainCom_list {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    padding: 15px;
}

.ar_btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
}

.right_btn {
    right: 0;
}

.left_btn {
    left: 0;
}

.mainCom_list_item {
    position: relative;
    overflow: hidden;
    width: calc(100% - 100px);
    margin: auto;
}

    .mainCom_list_item ul li {
        text-align: center;
        display: inline-block;
        width: 220px;
        border-radius: 40px 40px 0 40px;
        background: #fff;
        margin-right: 20px;
        margin-bottom: 10px;
        padding: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .mainCom_list_item ul li:last-child {
            margin-right: 0px;
        }

        .mainCom_list_item ul li:hover {
            background: #0d2e6e;
            color: #fff;
            cursor: pointer;
        }

        .mainCom_list_item ul li.notwork {
            background: #e2e2e2;
            border: 1px solid #cecece;
            color: #a5a5a5;
        }

        .mainCom_list_item ul li:hover .vm_info {
            display: block;
            margin-top: 15px;
            padding: 10px;
        }

            .mainCom_list_item ul li:hover .vm_info .vm_info_item {
                display: block;
            }

        .mainCom_list_item ul li .vm_info {
            display: none;
            position: fixed;
            background: #00316b url('images/ic_infoBg.png') right bottom no-repeat;
            border-radius: 5px;
            padding: 10px;
            z-index: 999;
            width: inherit;
        }

        .mainCom_list_item ul li .vm_info_tit {
            color: #fff;
            border-bottom: 1px solid #7e99ba;
            padding-bottom: 10px;
        }

        .mainCom_list_item ul li .vm_info_item {
            margin-top: 5px;
        }

            .mainCom_list_item ul li .vm_info_item li {
                display: block;
                margin-bottom: 5px;
                background: url('images/ic_dot_bl.png') 0 50% no-repeat;
                margin-left: 10px;
                color: #fff;
                text-align: left;
                font-size: 12px;
                padding: 3px 3px 3px 10px;
            }

/* 0424 modal pop */
#modal_pop {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,0.7);
    display: block;
}

.modal_layer {
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    position: absolute;
    padding: 10px 25px 30px 25px;
    border-radius: 10px;
    min-width: 300px;
}

.modal_close {
    text-align: right;
    margin-bottom: 10px;
}

.modal_txt {
    text-align: center;
}


#pop_download {
    position: absolute;
    right: 70px;
    top: 65px;
    background: #fff;
    border: 2px solid #000;
    font-size: 15px;
    text-align: center;
    overflow: auto;
    max-width: 550px;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    #pop_download > p {
        margin-top: 10px;
    }

    #pop_download a.popbtn_download {
        display: inline-block;
        background: #732da3;
        padding: 10px 30px;
        color: #fff;
        font-size: 16px;
        border-radius: 5px;
    }

        #pop_download a.popbtn_download:hover {
            background: #50137a;
            color: #fff;
        }

    #pop_download .pop_check li {
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        margin-right: 25px;
    }

label.check {
    vertical-align: top;
}

.rbs-banner {
    margin-bottom: 20px;
    width: 203px;
    margin-right: 40px;
    background: #cad7eb;
    border: 1px solid #90a9d0;
    border-radius: 5px;
    color: #304d7e;
    padding: 13px 0;
    text-align: center;
}

    .rbs-banner > a {
        color: #304d7e;
    }

.rbs-helpdesk {
    background: url('../images/helpdesk-rbs.png') 0 0 no-repeat;
    width: 203px;
    height: 135px;
    margin-right: 40px;
}

.helpdesk-num {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 14px;
    color: #449f14;
}

    .helpdesk-num > p {
        padding-left: 0px;
    }

/* loading */
#loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,0.7);
    display: block;
}

.loadingLayer {
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    position: absolute;
    padding: 10px 25px 30px 25px;
    border-radius: 10px;
    min-width: 300px;
}

.loadingText {
    text-align: center;
}

.lds-bar {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-bar div {
        display: inline-block;
        position: absolute;
        left: 8px;
        width: 16px;
        background: #cef;
        animation: lds-bar 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-bar div:nth-child(1) {
            left: 8px;
            animation-delay: -0.24s;
        }

        .lds-bar div:nth-child(2) {
            left: 32px;
            animation-delay: -0.12s;
        }

        .lds-bar div:nth-child(3) {
            left: 56px;
            animation-delay: 0;
        }

.lds-bar-txt {
    display: block;
    font-weight: bold;
}

@keyframes lds-bar {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

/* tcube install */
.install-wrap {
    margin: 20px;
    width: 1050px;
    height: 564px;
    background: url('../images/install-bg.png') right 0 no-repeat;
    border: 1px solid #ddd;
}

.install-body {
    margin: 83px 0 0 80px;
}

.install-title {
    color: #25315C;
    font-size: 32px;
    font-weight: 700;
}

.install-info {
    margin-top: 10px;
    font-size: 18px;
    color: #25315C;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.09px;
}

.install-btn {
    margin-top: 10px;
    display: flex;
    width: 303px;
    padding: 10px 10px 10px 26px;
    justify-content: space-between;
    align-items: center;
    border-radius: 200px;
    background: #1D6EE7;
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.105px;
}

.install-ic {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #FFF;
    text-align: center;
}

a.install-btn:hover {
    background: #084CB2;
    color: #fff;
}

.install-bottom {
    margin-top: 48px;
    padding: 23px 499px 23px 80px;
    background: #25315C;
    color: #EBF1FD;
    letter-spacing: -0.075px;
}

/*팝업공지 20240221*/
#popup_left {
    position: absolute;
    left: 20px;
    top: 60px;
    background: #fff;
    border: 2px solid #000;
    overflow: auto;
    max-width: 500px;
    border-radius: 10px;
    padding: 10px 20px;
}

    #popup_left .pop_content {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #popup_left .pop_check {
        width: 100%;
        text-align: center;
    }

    #popup_left .pop_check li {
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        margin-right: 25px;
    }

#popup_left {
    position: absolute;
    left: 20px;
    top: 60px;
    background: #fff;
    border: 2px solid #000;
    overflow: auto;
    max-width: 500px;
    border-radius: 10px;
    padding: 10px 20px;
}

    #popup_left .pop_content {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #popup_left .pop_check {
        width: 100%;
        text-align: center;
    }

        #popup_left .pop_check li {
            display: inline-block;
            font-size: 12px;
            vertical-align: top;
            margin-right: 25px;
        }

#popup_center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    background: #fff;
    border: 2px solid #000;
    overflow: auto;
    max-width: 500px;
    border-radius: 10px;
    padding: 10px 20px;
}

    #popup_center .pop_content {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #popup_center .pop_check {
        width: 100%;
        text-align: center;
    }

        #popup_center .pop_check li {
            display: inline-block;
            font-size: 12px;
            vertical-align: top;
            margin-right: 25px;
        }

#popup_right {
    position: absolute;
    right: 20px;
    top: 60px;
    background: #fff;
    border: 2px solid #000;
    overflow: auto;
    max-width: 500px;
    border-radius: 10px;
    padding: 10px 20px;
}

    #popup_right .pop_content {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #popup_right .pop_check {
        width: 100%;
        text-align: center;
    }

        #popup_right .pop_check li {
            display: inline-block;
            font-size: 12px;
            vertical-align: top;
            margin-right: 25px;
        }