﻿@charset "utf-8";
/* *******************************************************
 * filename : common.css
 * description : 공통 레이아웃 CSS 입니다
 * date :2018-09-10
******************************************************** */

@import url("./font.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

::selection {
    color: #fff;
    background-color: #666;
}
/* layout */
body {
    font-size: 13px;
    color: #333;
    font-family: 'Roboto','Noto Sans KR',"돋움체",dotum, sans-serif !important;
}

html, body {
    height: 100%;
    overflow-y: hidden;
    background-image: url("../images/common/bg03.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#ifrContents {
    min-height: 100vh;
}

a {
    text-decoration: none;
}

#wrap {
    width: 1920px;
    height: 100%;
    min-width: 1900px;
}

#wrap_ie {
    width: 1920px;
    height: 100%;
    min-width: 1900px;
}

.sortable {
    height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
}

select {
    border-radius: 0;
    background-color: #fff !important;
}

input:not([type="checkbox"]):not([type="radio"]) {
    -webkit-appearance: none;
    border-radius: 0;
}

.sub-title-text select {
    background-color: #2a394b !important;
    color: #fff;
    border: none;
    font-size: 15px;
    padding: 5px 0;
    width: 235px;
    letter-spacing: -1px;
    letter-spacing: -1px !ie;
    border-bottom: 1px solid #fff;
    background-image: url('../images/icon/dropdown2.png');
    background-position: center right;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sub-title-text .siteKind select {
    width: 100px !important;
    font-size: 15px;
    letter-spacing: 0;
    margin: 0;
    background-color: #75869a !important;
    border-bottom: 0;
    border-radius: 5px;
    padding: 0;
    line-height: 27px;
    height: 27px;
    padding-left: 5px;
}

.sub-title-text select::-ms-expand {
    display: none;
}

input, select, textarea {
    font-family: 'Roboto','Noto Sans KR',"돋움체",dotum, sans-serif;
}
/* ******************  공통 ********************** */
/* 공통 클래스 */
.blind {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0
}

.off-text {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
/*부모 height와 같은 경우*/
.off-text2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*부모 height와 다를 경우*/

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        clear: both;
        display: block;
        content: "";
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.font-poppins {
    font-family: 'Poppins','Noto Sans KR',"돋움체",dotum, sans-serif;
}

.font-rubik {
    font-family: 'Rubik','Noto Sans KR',"돋움체",dotum, sans-serif;
}

.td-center {
    padding: 0 !important;
    text-align: center !important;
}
/* 공통 :: 가로값지정 */
.width10 {
    width: 10% !important;
}

.width20 {
    width: 20% !important;
}

.width30 {
    width: 30% !important;
}

.width40 {
    width: 40% !important;
}

.width50 {
    width: 50% !important;
}

.width60 {
    width: 60% !important;
}

.width70 {
    width: 70% !important;
}

.width75 {
    width: 75% !important;
}

.width80 {
    width: 80% !important;
}

.width90 {
    width: 90% !important;
}

.width100 {
    width: 100% !important;
}



/* TD Type */
.td_title_left {
    width: 220px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #cccccc;
}

.td_contents {
    width: 220px;
}

.td_contents_textbox {
    height: 240px;
}

.table-icon-wrapper .td_contents {
    height: 47px;
}

    .table-icon-wrapper .td_contents > span {
        display: inline-block;
    }

        .table-icon-wrapper .td_contents > span img {
            width: 30px;
            padding: 5px;
        }

        .table-icon-wrapper .td_contents > span input {
            margin-top: 10px;
            display: block;
            width: 100%;
            margin: 0;
        }

/* 공통 :: 서브타이틀 */
.site-write-wrapper .sub-title-text {
    margin-bottom: 10px;
}

.table-title-text {
    color: #000;
}

.sub-title {
    position: relative;
    padding-left: 16px;
    color: #fff;
    line-height: 24px;
    font-size: 20px;
    letter-spacing: -0.7px;
    font-weight: 400;
    font-family: 'Poppins','Noto Sans KR',"돋움체",dotum, sans-serif;
}

    .sub-title:before {
        position: absolute;
        top: 7px;
        left: 0px;
        background-color: #bbc9d9;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        content: "";
    }

.sub-title-text {
    flex:1;
    display:flex;
    align-items:center;
    color: #fff;
    line-height: 23px;
    font-size: 20px;
    letter-spacing: -0.7px;
    font-weight: 400;
    padding-left: 0;
    margin: 0;
    position: relative;
}

    .sub-title-text:before {
        display: none;
    }

    .sub-title span, .sub-title-text span {
        color: #f6f6f6;
        font-size: 12px;
        letter-spacing: -0.5px;
        margin-left: 8px;
    }

        .sub-title-text span.sub-titlt-site {
            width: 55px;
            margin-right: 7px;
            margin-left: 0;
            text-align: right;
            margin-left: -5px;
            display: inline-block;
            font-size: 16px;
        }

        .sub-title-text span.site-addr span {
            color: rgba(255,255,255,0.6);
            margin-left: 0;
        }

        .sub-title span, .sub-title-text span img {
            width: 16px;
            margin-top: -3px;
        }

.sub-title-text a:last-child { margin-left:auto; }
.sub-title-text.sub-title_home_top span:last-child { margin-left:auto; }

.bat_bottom_left .sub-title-text span {
    margin-left: 0 !important;
}

.sub-title_home_top {
    position: relative;
    color: #fff;
    line-height: 15px;
    font-size: 18px;
    letter-spacing: -0.7px;
    font-weight: 400;
    font-family: 'Poppins','Noto Sans KR',"돋움체",dotum, sans-serif;
}
/*.sub-title_home_top:before{position:absolute; top:-5px; left:0px;background-color:#f7941e; width:5px; height:25px; content:"";}*/
.sub-title__home_top span {
    color: #848c98;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-left: 8px;
}

/*공통 :: 서브타이틀 아이콘*/
.sub-title-icon {
    width: 25px;
    margin-right: 9px;
}

.sub-title-text .discon-ico, .sub-title .discon-ico {
    width: 22px;
    float: none;
    margin-top: -2px;
}
/* 공통 :: 서브타이틀 */
.sub-title2 {
    position: relative;
    padding-left: 16px;
    color: #333;
    line-height: 25px;
    font-size: 20px;
    letter-spacing: -0.7px;
    font-weight: 400;
    font-family: 'Poppins','Noto Sans KR',"돋움체",dotum, sans-serif;
}

    .sub-title2:before {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #f7941e;
        width: 5px;
        height: 25px;
        content: "";
    }

    .sub-title2 span {
        color: #848c98;
        font-size: 12px;
        letter-spacing: 0.5px;
        margin-left: 8px;
    }


/* ******************  HEADER ********************** */
#header {
    position: relative;
    height: 50px;
    padding: 0 15px;
    background-image: url("../images/common/bg04.png");
    background-repeat: no-repeat;
}

#headerMenu {
    display: inline-block;
    margin-left: 247px;
}

#header .logo {
    position: absolute;
    top: 10px;
    width: 200px;
    height: auto;
    left: 18px;
}
#header .logo.pc-none {
    top: 12px;
    left: 20px;
}
/* Header :: 메뉴 */
#headerMenu ul {
    text-align: center;
}

    #headerMenu ul li {
        display: inline-block;
        position: relative;
        padding: 0 30px;
        margin-left: -4px;
    }

        #headerMenu ul li:first-child {
            margin-left: 0;
        }

        #headerMenu ul li:before {
            position: absolute;
            top: 15px;
            left: 0px;
            content: "";
            width: 1px;
            height: 20px;
            background-color: #c3c3c3;
            vertical-align: middle;
        }

        #headerMenu ul li:first-child:before, #headerMenu ul span:first-child:before {
            display: none;
        }

        #headerMenu ul li a {
            color: #2a394b;
            line-height: 50px;
            font-weight: 500;
            font-size: 18px;
            letter-spacing: -0.2px;
            /*opacity: 0.4;
            filter: Alpha(opacity=40);*/
        }

            #headerMenu ul li a img {
                margin: -3px 5px 0 0;
                vertical-align: middle;
            }

            #headerMenu ul li.on a,
            #headerMenu ul li a:hover {
                /*opacity: 1.0;
                filter: Alpha(opacity=100);*/
            }

    #headerMenu ul span {
        display: inline-block;
        position: relative;
        /*padding: 0 10px;*/
        margin-left: -4px;
    }

        #headerMenu ul span:before {
            position: absolute;
            top: 15px;
            left: 0px;
            content: "";
            width: 1px;
            height: 20px;
            background-color: #c3c3c3;
            vertical-align: middle;
        }

/*signin*/
.join-message {
    padding-top: 15px;
    background-color: rgba(255,255,255,0.7);
}

    .join-message a {
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        text-align: left;
        font-size: 14px;
        letter-spacing: -1px;
        font-weight: 500;
        line-height: 20px;
    }

.join-ect {
    margin-top: 30px;
}

    .join-ect a {
        padding: 5px 19px;
        border-radius: 50px;
    }

.join-member {
    margin-bottom: 15px;
}

    .join-member a {
        font-size: 14px;
        padding-left: 20px;
    }

        .join-member a:before {
            content: "";
            clear: both;
            display: block;
            width: 1px;
            height: 12px;
            background-color: #e2e2e2;
            top: 3px;
            right: -12px;
            position: absolute;
        }

        .join-member a:last-child:before {
            display: none;
        }

.join-message a i {
    font-family: FontAwesome;
    font-style: normal;
}

.join-message a:hover {
    color: #f7941e;
}

.join-message a > span {
    display: inline-block;
}

.saveID {
    text-align: left;
    color: #333;
    font-size: 15px;
    letter-spacing: -0.3px;
    margin: 15px 0;
    margin-top: -10px;
}

    .saveID input[type="checkbox"] {
        vertical-align: middle;
        margin-top: 1.5px;
    }

.join-step-con {
    padding-bottom: 50px;
}

.as-treat-con.join-step-con {
    padding-bottom: 0px;
}

.join-step-con .join-tit {
    color: #000;
    font-size: 20px;
    letter-spacing: -0.3px;
    font-weight: 500;
    padding-bottom: 15px;
    text-align: center;
}

.join-step-con1 {
    padding-bottom: 40px;
}

    .join-step-con1 .join-tit {
        color: #464646;
        font-size: 20px;
        letter-spacing: -0.3px;
        font-weight: 500;
        padding-bottom: 15px;
    }

.join-agreement-con {
    border: 1px solid #ddd;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 10px;
    line-height: 1.5;
    color: #000;
}

.agree-txt {
    padding-top: 10px;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #666666;
    line-height: 20px;
}

.join-form-tbl {
    width: 100%;
}

    .join-form-tbl th, .join-form-tbl td {
        padding: 10px 15px;
        border-bottom: 1px solid #ddd;
    }

    .join-form-tbl .long-input td, .join-form-tbl .long-input th {
        border-bottom: 0;
    }

    .join-form-tbl th {
        text-align: left;
        color: #666;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        word-break: keep-all;
    }

    .join-form-tbl .input-basic,
    .join-form-tbl .select-basic {
        height: 34px;
        border: 0px;
        width: 50%;
        max-width: 300px;
        background-color: #fff;
        border: 1px solid #d2d2d2;
        font-size: 14px;
        vertical-align: middle;
        margin: 3px 0;
    }

    .join-form-tbl .date-bx {
        position: relative;
        border: 1px solid #d2d2d2;
        display: block;
        width: 60%;
        max-width: 300px;
        min-width: 150px;
    }

.as-treat-con .date-bx {
    border: 0;
}

.join-form-tbl .date-bx button {
    position: absolute;
    right: 8px;
    top: 5px;
}

.join-form-tbl .date-bx .input-basic {
    border: 0;
    width: calc(100% - 20px);
    min-width: 120px;
}


.join-form-tbl .input-basic {
    text-indent: 10px;
    width: 200px;
}

.join-form-tbl .width100 {
    max-width: none;
}

.join-form-tbl .input-basic:focus {
    border-color: #333;
}

.join-form-tbl .select-basic {
    height: 38px;
}

.join-form-tbl .join-sub-btn {
    display: inline-block;
    min-width: 114px;
    padding: 0 10px;
    height: 38px;
    border: 1px solid #464646;
    vertical-align: middle;
    text-align: center;
    color: #464646;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

    .join-form-tbl .join-sub-btn:hover {
        background-color: #464646;
        color: #fff;
    }

.join-form-tbl .join-sub-btn1 {
    display: inline-block;
    padding: 0 10px;
    height: 38px;
    border: 1px solid #464646;
    background-color: #464646;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

    .join-form-tbl .join-sub-btn1:hover {
        background-color: #fff;
        color: #464646;
    }

.join-form-tbl .join-sub-txt {
    display: inline-block;
    margin-left: 10px;
    color: #828282;
    font-weight: 400;
    font-size: 11px;
}

.join-form-tbl .join-sub-txt2 {
    display: block;
    margin-top: 5px;
    color: #828282;
    font-weight: 400;
    font-size: 11px;
}

.join-form-tbl .font-ok {
    color: #0095ff;
    font-weight: 400;
}

.join-form-tbl .font-caution {
    color: #ff3800;
    font-weight: 400;
}

.join-form-tbl .hypen {
    margin: 0 5px;
}

.input-check {
    line-height: 20px;
    color: #000;
}

.join-form-con {
    position: relative;
    border-top: 1px solid #464646;
}

.essential-txt {
    position: absolute;
    top: -30px;
    right: 0px;
    color: #464646;
    font-size: 13px;
    letter-spacing: -0.3px;
}

.essential-txt1 {
    margin-left: 8px;
    color: #464646;
    font-size: 12px;
    letter-spacing: -0.3px;
}

.essential-icon {
    color: #cf0505;
    margin-right: 3px;
    vertical-align: middle;
}
/* ****************** MODAL LAYERPOPUP ********************** */
/* modal layer */
.modal-fixed-pop-wrapper {
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
    background: rgba(0,0,0,0.8);
}

.modal-fixed-pop-inner {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.modal-inner-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.modal-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    z-index: 10000;
}

.modal-inner-content {
    text-align: left;
}

.loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 8px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/* modal layer content */
.footer-modal-content {
    position: relative;
    width: 96%;
    max-width: 700px;
    margin: 60px auto;
    background-color: #fff;
}

    .footer-modal-content h1 {
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: -0.5px;
        text-align: center;
        padding: 0;
        background-color: #3389ff;
        color: #fff;
    }

.modal-close-btn {
    position: absolute;
    top: -40px;
    right: 0px;
    color: #fff;
}

    .modal-close-btn i {
        font-size: 38px;
    }

        .modal-close-btn i:hover {
            color: #fff
        }

.footer-inner-box {
}

.footer-inner {
    padding: 25px 7%;
    overflow-y: auto;
    overflow-x: hidden;
}


/* Header :: user info */
#userLoginInfo {
    position: absolute;
    top: 0px;
    right: 15px;
    text-align: right;
}

    #userLoginInfo .user-login-time {
        display: inline-block;
        color: #2a394b;
        font-size: 16px;
        font-family: 'Noto Sans KR',"돋움체체",dotum, sans-serif;
        letter-spacing: -0.75px;
        line-height: 50px;
        padding-left: 22px;
        margin-right: 21px;
        background: url(../images/icon/log_time_icon.png) no-repeat 0 17px;
    }
    }

        #userLoginInfo .user-login-time span {
            display: inline-block;
        }

    #userLoginInfo .user-log-btn {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #2a394b;
        color: #2a394b;
        text-align: center;
        transition: all 0.3s;
    }

        #userLoginInfo .user-log-btn:hover {
            color: #fff;
            background-color: #2a394b;
        }

.content-top-info-icon2 .user-log-btn {
    width: 115px !important;
    border: 1px solid #75869a !important;
    color: #75869a !important;
}

    .content-top-info-icon2 .user-log-btn:hover {
        color: #2a394b;
        background-color: #fff;
    }

#userLoginInfo .user-log-btn img {
    margin: -3px 0 0 10px;
}

#userLoginInfo2 {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
}

#userLoginInfo3 {
    position: absolute;
    color: #fff;
    top: 10px;
    right: 10px;
    text-align: right;
}

#userLoginInfo4 {
    position: absolute;
    right: 10px;
    text-align: right;
}

#pFault.user-log-btn {
    cursor: pointer;
    width: 110px;
    margin-top: 10px;
    margin-right: 10px;
    text-indent: -9999px;
    border: 0;
    float: right;
    background-image: url('../images/icon/fault.gif');
    background-repeat: no-repeat;
}
#pFault.user-log-btn:hover {
    background-color: rgba(0,0,0,0);
    border: 0;
}
#pFault.user-log-btn.on {
    background-image: url('../images/icon/fault_none.png');
}
/* ******************  LAYOUT ********************** */
#container {
    height: auto;
    margin-left: 15px;
}

#tdPageContents > #container {
    margin-right: 15px;
}
/* -------- Left -------- */
/*left hidden 버튼 추가 19.06.10*/
.main-hidd-btn, .map-tab-btn {
    display: block;
    position: absolute;
    width: 28px;
    height: 150px;
    background-image: url('../images/content/info_hidden_w.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: 60px;
    opacity: 0.3;
    right: -28px;
    z-index: 99999;
    transition: all 0.3s;
    cursor: pointer;
}

.map-tab-btn {
    top: 0;
    text-indent: -9999px;
    left: -15px;
    opacity: 1;
}

    .map-tab-btn.flip {
        background-image: url('../images/content/info_hidden2_w.png');
    }

.main-hidd-btn:hover, .main-hidd-btn.on {
    opacity: 1;
}

#divSubContents > #container > table > tbody > tr > td:first-child {
    display: table;
}

#leftContent {
    float: left;
    width: 302px;
    height: 900px;
    background-color: #2a394b;
    box-shadow: 5px 5px 5px -1px #75869a;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

    #leftContent .sub-title-text {
        font-size: 16px;
        letter-spacing: -1px;
    }

        #leftContent .sub-title-text img {
            width: 21px;
            margin-top: -2px;
        }

    #leftContent h2.sub-title-text {
        font-size: 20px;
    }

    #leftContent.left-content-home {
        position: relative;
        width: 452px;
    }

    #leftContent.left-content-main {
        margin-left: -467px;
        transition: all 0.3s;
        position: absolute;
        width: 452px;
        top: 0;
        z-index: 9999;
    }

        #leftContent.left-content-main.on {
            margin-left: 0;
        }

    #leftContent.left-content-home2 {
        width: 454px;
        background-color: #2a394b;
        box-shadow: 5px 5px 5px -1px #75869a;
        margin-right: 10px;
        border: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }


    #leftContent .left-inner-con {
        padding: 17px;
        height: auto !important;
        box-sizing: border-box;
    }

    #leftContent .left-inner-con2 {
        padding: 14px 26px;
    }

    #leftContent .left-inner-con4 {
        padding: 0 17px 17px 17px;
    }

    #leftContent .left-inner-con-top {
        padding: 20px 17px 0 17px;
        height: auto;
        box-sizing: border-box;
    }

.summary-content #leftContent .left-inner-con {
    padding: 0;
    margin-bottom: 20px;
}
/* 서브메뉴 */
.subMenuCon {
    margin-top: 15px;
}

    .subMenuCon > ul > li {
        border-top: 1px solid rgba(255,255,255,0.1);
    }

        .subMenuCon > ul > li:first-child {
            border-top: 0;
        }

        .subMenuCon > ul > li > a {
            display: block;
            position: relative;
            height: 50px;
            line-height: 50px;
            padding-left: 40px;
            color: #fff;
            opacity: 0.5;
            filter: Alpha(opacity=10);
            letter-spacing: -0.2px;
            font-size: 19px;
        }

            .subMenuCon > ul > li > a:before {
                position: absolute;
                top: 50%;
                left: 17px;
                width: 13px;
                height: 2px;
                margin-top: -1px;
                background-color: #f7941e;
                content: "";
                display: none;
            }

        .subMenuCon > ul > li.on > a {
            opacity: 1.0;
            filter: Alpha(opacity=100);
        }

        .subMenuCon > ul > li > a:hover {
            opacity: 1.0;
            filter: Alpha(opacity=100);
        }

            .subMenuCon > ul > li.on > a:before,
            .subMenuCon > ul > li > a:hover:before {
                display: block;
            }

    /* 통합PMS 용 상위메뉴 */
    .subMenuCon > ul > span > li {
        border-top: 1px solid #3d3d3d;
        background-color: #e2e2e2;
    }

        .subMenuCon > ul > span > li > a {
            display: block;
            position: relative;
            height: 50px;
            line-height: 50px;
            padding-left: 40px;
            color: #333;
            opacity: 0.1;
            filter: Alpha(opacity=10);
            letter-spacing: -0.2px;
            font-size: 19px;
        }

            .subMenuCon > ul > span > li > a:before {
                position: absolute;
                top: 50%;
                left: 17px;
                width: 13px;
                height: 2px;
                margin-top: -1px;
                background-color: #f7941e;
                content: "";
                display: none;
            }

        .subMenuCon > ul > span > li.on > a {
            opacity: 1.0;
            filter: Alpha(opacity=100);
            background-color: background-color: rgba(255,255,255,0.3);
        }

        .subMenuCon > ul > span > li > a:hover {
            opacity: 1.0;
            filter: Alpha(opacity=100);
        }

            .subMenuCon > ul > span > li.on > a:before,
            .subMenuCon > ul > span > li > a:hover:before {
                display: block;
            }



/*#subMenuCon1{margin-top:15px; border:1px solid #3d3d3d}
#subMenuCon1 > ul > li{border-top:1px solid #3d3d3d; background-color:#333; }
#subMenuCon1 > ul > li:first-child{border-top:0;}
#subMenuCon1 > ul > li > a{display:block; position:relative; height:50px; line-height:50px; padding-left:40px; color:#fff; opacity:0.1;filter:Alpha(opacity=10); letter-spacing:-0.2px; font-size:19px;}
#subMenuCon1 > ul > li > a:before{position:absolute; top:50%; left:17px; width:13px; height:2px; margin-top:-1px; background-color:#f7941e; content:""; display:none;}
#subMenuCon1 > ul > li.on > a{opacity:1.0;filter:Alpha(opacity=100); background-color:#434343}
#subMenuCon1 > ul > li > a:hover{opacity:1.0;filter:Alpha(opacity=100);}
#subMenuCon1 > ul > li.on > a:before,
#subMenuCon1 > ul > li > a:hover:before{display:block;}*/

#subMenuAdmin {
    margin-top: 15px;
    border: 1px solid #3d3d3d
}

    #subMenuAdmin > ul > li {
        border-top: 1px solid #3d3d3d;
        background-color: #e2e2e2;
    }

        #subMenuAdmin > ul > li:first-child {
            border-top: 0;
        }

        #subMenuAdmin > ul > li > a {
            display: block;
            position: relative;
            height: 50px;
            line-height: 50px;
            padding-left: 40px;
            color: #333;
            opacity: 0.1;
            filter: Alpha(opacity=10);
            letter-spacing: -0.2px;
            font-size: 19px;
        }

            #subMenuAdmin > ul > li > a:before {
                position: absolute;
                top: 50%;
                left: 17px;
                width: 13px;
                height: 2px;
                margin-top: -1px;
                background-color: #f7941e;
                content: "";
                display: none;
            }

        #subMenuAdmin > ul > li.on > a {
            opacity: 1.0;
            filter: Alpha(opacity=100);
            background-color: #434343
        }

        #subMenuAdmin > ul > li > a:hover {
            opacity: 1.0;
            filter: Alpha(opacity=100);
        }

            #subMenuAdmin > ul > li.on > a:before,
            #subMenuAdmin > ul > li > a:hover:before {
                display: block;
            }


#subMenuAdmin2 {
    margin-top: 15px;
    border: 1px solid #3d3d3d
}

    #subMenuAdmin2 > ul > li {
        border-top: 1px solid #3d3d3d;
        background-color: #e2e2e2;
    }

        #subMenuAdmin2 > ul > li:first-child {
            border-top: 0;
        }

        #subMenuAdmin2 > ul > li > a {
            display: block;
            position: relative;
            height: 50px;
            line-height: 50px;
            padding-left: 40px;
            color: #333;
            opacity: 0.1;
            filter: Alpha(opacity=10);
            letter-spacing: -0.2px;
            font-size: 19px;
        }

            #subMenuAdmin2 > ul > li > a:before {
                position: absolute;
                top: 50%;
                left: 17px;
                width: 13px;
                height: 2px;
                margin-top: -1px;
                background-color: #f7941e;
                content: "";
                display: none;
            }

        #subMenuAdmin2 > ul > li.on > a {
            opacity: 1.0;
            filter: Alpha(opacity=100);
            background-color: #434343
        }

        #subMenuAdmin2 > ul > li > a:hover {
            opacity: 1.0;
            filter: Alpha(opacity=100);
        }

            #subMenuAdmin2 > ul > li.on > a:before,
            #subMenuAdmin2 > ul > li > a:hover:before {
                display: block;
            }

#sa_Nav2 {
    margin-top: 15px;
    border: 1px solid #3d3d3d
}

    #sa_Nav2 > ul > li {
        border-top: 1px solid #3d3d3d;
        background-color: #e2e2e2;
    }

        #sa_Nav2 > ul > li:first-child {
            border-top: 0;
        }

        #sa_Nav2 > ul > li > a {
            display: block;
            position: relative;
            height: 50px;
            line-height: 50px;
            padding-left: 40px;
            color: #333;
            opacity: 0.1;
            filter: Alpha(opacity=10);
            letter-spacing: -0.2px;
            font-size: 19px;
        }

            #sa_Nav2 > ul > li > a:before {
                position: absolute;
                top: 50%;
                left: 17px;
                width: 13px;
                height: 2px;
                margin-top: -1px;
                background-color: #f7941e;
                content: "";
                display: none;
            }

        #sa_Nav2 > ul > li.on > a {
            opacity: 1.0;
            filter: Alpha(opacity=100);
            background-color: #434343
        }

        #sa_Nav2 > ul > li > a:hover {
            opacity: 1.0;
            filter: Alpha(opacity=100);
        }

            #sa_Nav2 > ul > li.on > a:before,
            #sa_Nav2 > ul > li > a:hover:before {
                display: block;
            }

#Nav_Manager2 {
    margin-top: 15px;
    border: 1px solid #3d3d3d
}

    #Nav_Manager2 > ul > li {
        border-top: 1px solid #3d3d3d;
        background-color: #e2e2e2;
    }

        #Nav_Manager2 > ul > li:first-child {
            border-top: 0;
        }

        #Nav_Manager2 > ul > li > a {
            display: block;
            position: relative;
            height: 50px;
            line-height: 50px;
            padding-left: 40px;
            color: #333;
            opacity: 0.1;
            filter: Alpha(opacity=10);
            letter-spacing: -0.2px;
            font-size: 19px;
        }

            #Nav_Manager2 > ul > li > a:before {
                position: absolute;
                top: 50%;
                left: 17px;
                width: 13px;
                height: 2px;
                margin-top: -1px;
                background-color: #f7941e;
                content: "";
                display: none;
            }

        #Nav_Manager2 > ul > li.on > a {
            opacity: 1.0;
            filter: Alpha(opacity=100);
            background-color: #434343
        }

        #Nav_Manager2 > ul > li > a:hover {
            opacity: 1.0;
            filter: Alpha(opacity=100);
        }

            #Nav_Manager2 > ul > li.on > a:before,
            #Nav_Manager2 > ul > li > a:hover:before {
                display: block;
            }

/* -------- Right -------- */
#rightContent {
    float: right;
    width: calc(100% - 15px);
    margin-right: 15px;
    font-family: 'Rubik','Noto Sans KR',"돋움체",dotum, sans-serif;
}

    #rightContent.right-content-home {
        width: calc(100% - 480px);
    }

    #rightContent.right-content-main {
        width: calc(100% - 15px);
    }

.right-content-main #contentTopInfoCon ul li {
    float: left;
    color: #fff;
    font-weight: 500;
    box-sizing: border-box;
    font-size: 15px;
    padding: 5px 10px 5px 0;
}

    .right-content-main #contentTopInfoCon ul li:nth-child(2) {
        margin: 0 37px;
    }

    .right-content-main #contentTopInfoCon ul li:last-child {
        padding-right: 0;
    }

    .right-content-main #contentTopInfoCon ul li h4 {
        font-weight: 500;
        display: inline-block;
    }

    .right-content-main #contentTopInfoCon ul li > span {
        display: inline-block;
        width: 90px;
        margin-left: 5px;
    }

map area {
    cursor: pointer;
}
/* 상단정보 */
#contentTopInfoCon .content-top-info-icon {
    position: absolute;
    top: 18px;
    right: 26px;
}

.trend-view #contentTopInfoCon .content-top-info-icon {
    top: 16px;
}

#contentMidInfoCon {
    position: relative;
    height: 26px;
    padding: 17px 20px;
    border: 1px solid #3d3d3d;
    background-color: #e2e2e2;
    margin-bottom: 6px;
}

    #contentMidInfoCon .content-Mid-info-icon {
        position: absolute;
        top: 18px;
        right: 26px;
    }

#contentTopInfoCon .content-top-info-icon2 {
    position: absolute;
    top: 0px;
    right: 26px;
}

.content-pcs-info-icon {
    position: absolute;
    top: 18px;
    right: 26px;
    left: 20px;
}

.status-bottom-inner-title .content-top-info-icon {
    position: absolute;
    top: 0;
    right: 5px;
}

    .status-bottom-inner-title .content-top-info-icon a {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        border-radius: 3px;
        background-color: #2a394b;
    }

    .status-bottom-inner-title .content-top-info-icon img {
        width: 10px;
        margin-top: -2px;
        padding-left: 5px;
    }
/* 공통모듈 :: 이미지깜박임 */
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* 인터넷 익스플로러 웹 브라우저 */
@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* 기타 웹 브라우저 */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink-val {
    -moz-animation: blink normal 2s infinite ease-in-out;
    -webkit-animation: blink normal 2s infinite ease-in-out;
    -ms-animation: blink normal 2s infinite ease-in-out;
    animation: blink normal 2s infinite ease-in-out;
}



/* -------- Right -------- */
#rightContent {
    float: right;
    width: 1557px;
}

/* 상단정보 */
#contentTopInfoCon {
    position: relative;
    padding: 16px 20px;
    background-color: #2a394b;
    margin-bottom: 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 5px -1px #75869a;
}

#contentTopInfoCon2 {
    position: relative;
    padding: 17px 20px;
    background-color: #2a394b;
    box-shadow: 5px 5px 5px -2px #75869a;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

    #contentTopInfoCon2 .content-top-info-icon {
        position: absolute;
        top: 18px;
        right: 26px;
    }

    #contentTopInfoCon2 .content-top-info-icon2 {
        position: absolute;
        top: 4px;
        right: 26px;
    }

    #contentTopInfoCon2 .content-top-info-icon3 {
        position: absolute;
        top: 12px;
        right: 156px;
    }

#contentTopInfoCon3_sch_PMSset .content-top-info-icon2 {
    position: absolute;
    top: 15px;
    right: 20px;
}

#contentTopInfoCon3 .content-top-info-icon2 {
    position: absolute;
    top: 17px;
    right: 20px;
}

#contentTopInfoCon3_PMSset .content-top-info-icon2 {
    position: absolute;
    top: 10px;
    right: 20px;
}

#contentTopInfoCon5 {
    position: relative;
    padding: 15px 20px;
    background-color: #75869a;
}

    #contentTopInfoCon5 .content-top-info-icon {
        position: absolute;
        top: 13px;
        right: 26px;
    }

    #contentTopInfoCon5 .content-top-info-icon2 {
        position: absolute;
        top: 4px;
        right: 26px;
    }

    #contentTopInfoCon5 .content-top-info-icon3 {
        position: absolute;
        top: 12px;
        right: 156px;
    }



#contentTopInfoCon3 {
    position: relative;
    padding: 15px 20px;
    /*border: 1px solid rgba(255,255,255,0.5);*/
    background-color: #75869a;
}


#contentTopInfoCon3_sch_PMSset {
    position: relative;
    padding: 15px 20px;
    /*border: 1px solid rgba(255,255,255,0.5);*/
    background-color: #75869a;
}


#contentTopInfoCon3_PMSset {
    position: relative;
    padding: 10px 20px;
    /*border: 1px solid rgba(255,255,255,0.5);*/
    background-color: #75869a;
}

#contentTopInfoCon3 .content-top-info-icon {
        position: absolute;
        top: 13px;
        right: 26px;
    }

#contentTopInfoCon3_PMSset .content-top-info-icon {
    position: absolute;
    top: 13px;
    right: 26px;
}

.sortable #contentTopInfoCon3 .content-top-info-icon {
    top: 50%;
    margin-top: -13px;
    right: 9px;
    height: 24px;
    line-height: 24px;
    padding: 0px 5px;
    font-size: 12px;
}

.sortable #contentTopInfoCon3 {
    cursor: move;
    padding: 10px 20px;
}

.pcs-inform #contentTopInfoCon3 {
    padding: 10px 20px;
    position: relative;
}

    .pcs-inform #contentTopInfoCon3 .content-top-info-icon2 {
        display: block;
        position: absolute;
        right: 0px;
        top: 5px;
    }

    .sortable #contentTopInfoCon3 h3, .pcs-inform #contentTopInfoCon3 h3 {
        font-size: 16px;
    }

    .sortable #contentTopInfoCon3 img, .pcs-inform #contentTopInfoCon3 img {
        width: 20px;
    }
/*홈화면 서브 타이틀*/
#contentTopInfoCon4 {
    position: relative;
    height: 17px;
    padding: 14px 26px;
    border: 1px solid #3d3d3d;
    background-color: #e2e2e2;
    margin-bottom: 6px;
}

    #contentTopInfoCon4 .content-top-info-icon {
        position: absolute;
        top: 18px;
        right: 26px;
    }


#contentMidInfoCon {
    position: relative;
    height: 26px;
    padding: 17px 26px;
    border: 1px solid #3d3d3d;
    background-color: #e2e2e2;
    margin-bottom: 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

    #contentMidInfoCon .content-Mid-info-icon {
        position: absolute;
        top: 18px;
        right: 26px;
    }



/*#subMenuCon > ul > li > ul {display:none;}*/
.subMenuCon > ul > li > ul > li {
    border-top: 1px solid rgba(255,255,255,0.1);
}

    .subMenuCon > ul > li > ul > li:first-child {
        border-top: 0;
    }

    .subMenuCon > ul > li > ul > li > a {
        display: block;
        position: relative;
        height: 45px;
        line-height: 45px;
        padding-left: 70px;
        color: #fff;
        font-weight: 500;
        filter: Alpha(opacity=10);
        letter-spacing: -0.2px;
        font-size: 15px;
    }

        .subMenuCon > ul > li > ul > li > a:before {
            position: absolute;
            top: 50%;
            left: 47px;
            width: 13px;
            height: 2px;
            margin-top: -1px;
            background-color: #f7941e;
            content: "";
            display: none;
        }

    .subMenuCon > ul > li > ul > li.on > a {
        filter: Alpha(opacity=100);
        background-color: background-color: rgba(255,255,255,0.3);
    }

    .subMenuCon > ul > li > ul > li > a:hover {
        filter: Alpha(opacity=100);
        background-color: background-color: rgba(255,255,255,0.3);
    }

        .subMenuCon > ul > li > ul > li.on > a:before,
        .subMenuCon > ul > li > ul > li > a:hover:before {
            display: block;
        }

    /* 2단 폴더*/
    .subMenuCon > ul > li > ul > li > ul > li {
        border-top: 1px solid rgba(255,255,255,0.1);
    }

        .subMenuCon > ul > li > ul > li > ul > li:first-child {
            border-top: 0;
        }

        .subMenuCon > ul > li > ul > li > ul > li > a {
            display: block;
            position: relative;
            height: 50px;
            line-height: 50px;
            padding-left: 100px;
            color: #fff;
            font-weight: 500;
            filter: Alpha(opacity=10);
            letter-spacing: -0.2px;
            font-size: 13px;
        }

            .subMenuCon > ul > li > ul > li > ul > li > a:before {
                position: absolute;
                top: 50%;
                left: 75px;
                width: 13px;
                height: 2px;
                margin-top: -1px;
                background-color: #f7941e;
                content: "";
                display: none;
            }

        .subMenuCon > ul > li > ul > li > ul > li.on > a {
            filter: Alpha(opacity=100);
            background-color: background-color: rgba(255,255,255,0.3);
        }

        .subMenuCon > ul > li > ul > li > ul > li > a:hover {
            filter: Alpha(opacity=100);
            background-color: background-color: rgba(255,255,255,0.3);
        }

            .subMenuCon > ul > li > ul > li > ul > li.on > a:before,
            .subMenuCon > ul > li > ul > li > ul > li > a:hover:before {
                display: block;
            }

.user-select-on {
    background-color: #434343
}

/*통합 PMS 용 하위메뉴*/
.subMenuCon > ul > span > li > ul > li {
    border-top: 1px solid #3d3d3d;
    background-color: #e2e2e2;
}

    .subMenuCon > ul > span > li > ul > li:first-child {
        border-top: 0;
    }

    .subMenuCon > ul > span > li > ul > li > a {
        display: block;
        position: relative;
        height: 50px;
        line-height: 50px;
        padding-left: 70px;
        color: #333;
        opacity: 0.1;
        filter: Alpha(opacity=10);
        letter-spacing: -0.2px;
        font-size: 15px;
    }

        .subMenuCon > ul > span > li > ul > li > a:before {
            position: absolute;
            top: 50%;
            left: 47px;
            width: 13px;
            height: 2px;
            margin-top: -1px;
            background-color: #f7941e;
            content: "";
            display: none;
        }

    .subMenuCon > ul > span > li > ul > li.on > a {
        opacity: 1.0;
        filter: Alpha(opacity=100);
        background-color: #434343
    }

    .subMenuCon > ul > span > li > ul > li > a:hover {
        opacity: 1.0;
        filter: Alpha(opacity=100);
    }

        .subMenuCon > ul > span > li > ul > li.on > a:before,
        .subMenuCon > ul > span > li > ul > li > a:hover:before {
            display: block;
        }



/*통합 PMS 용 하위메뉴*/
#subMenuAdmin > ul > span > li {
    border-top: 1px solid #3d3d3d;
    background-color: #e2e2e2;
}

    #subMenuAdmin > ul > span > li:first-child {
        border-top: 0;
    }

    #subMenuAdmin > ul > span > li > a {
        display: block;
        position: relative;
        height: 50px;
        line-height: 50px;
        padding-left: 40px;
        color: #333;
        opacity: 0.1;
        filter: Alpha(opacity=10);
        letter-spacing: -0.2px;
        font-size: 19px;
    }

        #subMenuAdmin > ul > span > li > a:before {
            position: absolute;
            top: 50%;
            left: 17px;
            width: 13px;
            height: 2px;
            margin-top: -1px;
            background-color: #f7941e;
            content: "";
            display: none;
        }

    #subMenuAdmin > ul > span > li.on > a {
        opacity: 1.0;
        filter: Alpha(opacity=100);
        background-color: #434343
    }

    #subMenuAdmin > ul > span > li > a:hover {
        opacity: 1.0;
        filter: Alpha(opacity=100);
    }

        #subMenuAdmin > ul > span > li.on > a:before,
        #subMenuAdmin > ul > span > li > a:hover:before {
            display: block;
        }






/*여기부터*/
#sa_Nav2 > ul > span > li {
    border-top: 1px solid #3d3d3d;
    background-color: #e2e2e2;
}

    #sa_Nav2 > ul > span > li:first-child {
        border-top: 0;
    }

    #sa_Nav2 > ul > span > li > a {
        display: block;
        position: relative;
        height: 50px;
        line-height: 50px;
        padding-left: 40px;
        color: #333;
        opacity: 0.1;
        filter: Alpha(opacity=10);
        letter-spacing: -0.2px;
        font-size: 19px;
    }

        #sa_Nav2 > ul > span > li > a:before {
            position: absolute;
            top: 50%;
            left: 17px;
            width: 13px;
            height: 2px;
            margin-top: -1px;
            background-color: #f7941e;
            content: "";
            display: none;
        }

    #sa_Nav2 > ul > span > li.on > a {
        opacity: 1.0;
        filter: Alpha(opacity=100);
        background-color: #434343
    }

    #sa_Nav2 > ul > span > li > a:hover {
        opacity: 1.0;
        filter: Alpha(opacity=100);
    }

        #sa_Nav2 > ul > span > li.on > a:before,
        #sa_Nav2 > ul > span > li > a:hover:before {
            display: block;
        }



/*여기부터*/
#Nav_Manager2 > ul > span > li {
    border-top: 1px solid #3d3d3d;
    background-color: #e2e2e2;
}

    #Nav_Manager2 > ul > span > li:first-child {
        border-top: 0;
    }

    #Nav_Manager2 > ul > span > li > a {
        display: block;
        position: relative;
        height: 50px;
        line-height: 50px;
        padding-left: 40px;
        color: #333;
        opacity: 0.1;
        filter: Alpha(opacity=10);
        letter-spacing: -0.2px;
        font-size: 19px;
    }

        #Nav_Manager2 > ul > span > li > a:before {
            position: absolute;
            top: 50%;
            left: 17px;
            width: 13px;
            height: 2px;
            margin-top: -1px;
            background-color: #f7941e;
            content: "";
            display: none;
        }

    #Nav_Manager2 > ul > span > li.on > a {
        opacity: 1.0;
        filter: Alpha(opacity=100);
        background-color: #434343
    }

    #Nav_Manager2 > ul > span > li > a:hover {
        opacity: 1.0;
        filter: Alpha(opacity=100);
    }

        #Nav_Manager2 > ul > span > li.on > a:before,
        #Nav_Manager2 > ul > span > li > a:hover:before {
            display: block;
        }

#subMenuAdmin > ul > li > ul > li {
    border-top: 1px solid #3d3d3d;
    background-color: #e2e2e2;
}

    #subMenuAdmin > ul > li > ul > li:first-child {
        border-top: 0;
    }

    #subMenuAdmin > ul > li > ul > li > a {
        display: block;
        position: relative;
        height: 50px;
        line-height: 50px;
        padding-left: 70px;
        color: #333;
        opacity: 0.1;
        filter: Alpha(opacity=10);
        letter-spacing: -0.2px;
        font-size: 15px;
    }

        #subMenuAdmin > ul > li > ul > li > a:before {
            position: absolute;
            top: 50%;
            left: 47px;
            width: 13px;
            height: 2px;
            margin-top: -1px;
            background-color: #f7941e;
            content: "";
            display: none;
        }

    #subMenuAdmin > ul > li > ul > li.on > a {
        opacity: 1.0;
        filter: Alpha(opacity=100);
        background-color: #434343
    }

    #subMenuAdmin > ul > li > ul > li > a:hover {
        opacity: 1.0;
        filter: Alpha(opacity=100);
    }

        #subMenuAdmin > ul > li > ul > li.on > a:before,
        #subMenuAdmin > ul > li > ul > li > a:hover:before {
            display: block;
        }

#sa_Nav2 > ul > li > ul > li > a {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    padding-left: 70px;
    color: #333;
    opacity: 0.1;
    filter: Alpha(opacity=10);
    letter-spacing: -0.2px;
    font-size: 15px;
}

    #sa_Nav2 > ul > li > ul > li > a:before {
        position: absolute;
        top: 50%;
        left: 47px;
        width: 13px;
        height: 2px;
        margin-top: -1px;
        background-color: #f7941e;
        content: "";
        display: none;
    }

#sa_Nav2 > ul > li > ul > li.on > a {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    background-color: #434343
}

#sa_Nav2 > ul > li > ul > li > a:hover {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

    #sa_Nav2 > ul > li > ul > li.on > a:before,
    #sa_Nav2 > ul > li > ul > li > a:hover:before {
        display: block;
    }



/*table*/
.table-write-wrapper {
    padding: 20px 5px;
    border-radius: 10px;
}

#ContentPlaceHolder1_tdPager {
    background-color: rgba(0,0,0,0) !important;
}

.site-write-wrapper .site-info-table tr {
    border-bottom: 1px solid #a8acb1;
    border-top: 1px solid #a8acb1;
}

    .site-write-wrapper .site-info-table tr tr {
        border: 0;
    }

.table-icon-wrapper > tbody > tr:first-child {
    border-bottom: 1px solid #a8acb1;
}

.table-equip-wrapper span input {
    border: 0;
    border-bottom: 1px solid #a8acb1;
    display: inline-block;
}

.equ_top_left01 .table-scroll-wrap .content-list-tbl-setting-bottom-right thead {
    margin-top: -59px;
    width: 100%;
}

.equ_top_left01 .table-scroll-wrap .content-list-tbl-setting-bottom-right tbody {
    width: 766px;
}

    .equ_top_left01 .table-scroll-wrap .content-list-tbl-setting-bottom-right tbody td {
        box-sizing: border-box;
        padding: 0;
        text-align: center;
        line-height: 46px;
    }

        .equ_top_left01 .table-scroll-wrap .content-list-tbl-setting-bottom-right tbody td span {
            color: #000;
        }
/*SMP&REC*/
.smp-cont {
    width: 49.5%;
    box-sizing: border-box;
    margin-right: 15px;
    float: left;
    padding-top: 0 !important;
}

.rec-cont {
    padding-right: 0;
    padding-left: 0px;
    margin-right: 0;
}

    .rec-cont .trend-search-col-02 {
        width: 100% !important;
    }

.smp-cont #trendChartContent {
    height: auto;
    margin-top: 0;
    overflow: hidden;
    background-color: #f9f9f9;
}

    .smp-cont #trendChartContent table {
        background-color: #f9f9f9;
    }

}

.smp-cont #contentSearchBox {
    height: auto !important;
}

.smp-cont .smp-left-cont, .smp-cont .smp-right-cont, .smp-cont .rec-left-cont, .smp-cont .rec-right-cont {
    display: block;
}

.rec-left-cont #chartContent2 {
    background-color: rgba(0,0,0,0);
}

.smp-left-cont, .rec-left-cont {
    vertical-align: top;
}

.smp-table, #chartContent2_table {
    border-right: 0px !important;
    background-color: rgba(0,0,0,0) !important;
}

    .smp-table > .content-list-tbl10 > thead {
        position: inherit !important;
        display: table-header-group !important;
    }

.smp-right-cont .content-list-tbl10 thead th {
    height: 25px;
    background-color: #e8ecf1;
    box-sizing: border-box;
    font-size: 15px;
    border-right: 1px solid #e2e2e2;
}

.dpm-right-cont .content-list-tbl10 thead th {
    height: 52px;
}

.rec-right-cont .content-list-tbl10 thead th {
    height: 51px;
    box-sizing: border-box;
    background-color: #e8ecf1;
    font-size: 15px;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}

.smp-right-cont .content-list-tbl10 thead th:last-child {
    border-right: 0;
}

.smp-right-cont .content-list-tbl11 thead th {
    border-top: none;
    height: 35px;
    background-color: #2d2d2d;
    font-size: 17px;
}

.rec-right-cont .content-list-tbl11 thead th {
    border-top: none;
    height: 51px;
    background-color: #2d2d2d;
    font-size: 17px;
    border-bottom: 1px solid #484848;
}

.smp-right-cont .content-list-tbl11 thead th:nth-child(2) {
    border-right: 1px solid #484848;
    border-left: 1px solid #484848;
}

.smp-right-cont .content-list-tbl11 tbody td, .rec-right-cont .content-list-tbl10 tbody td {
    height: 35px;
}

.rec-table > table > thead > tr > th {
    border-right: 1px solid #e2e2e2;
}

    .rec-table > table > thead > tr > th:last-child {
        border-right: none;
    }

.chart-vertical > table > tbody > tr {
    vertical-align: top;
    background-color: #e2e2e2;
}

.content-list-tbl-temp > tbody > tr:first-child > td, .content-list-tbl-temp2 > tbody > tr:first-child > td {
    border-top: 1px solid #e2e2e2;
}

/*charge*/

.charge-right-cont {
}
/* TD Type */
.td_title_left {
    width: 126px;
    height: 43px;
    line-height: 43px;
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
    background-color: rgba(42,57,75,0.1);
    color: #000;
    font-weight: 500;
    border-bottom: none;
}

.td_contents input {
    background-color: rgba(255,255,255,0) !important;
}

.site-textbx {
    border: 0;
    padding: 5px;
    border-bottom: 1px solid #a8acb1;
    width: 110px;
}

#ContentPlaceHolder1_chk_i {
    color: #000 !important;
}

.td_contents {
    width: 220px;
    color: #000 !important;
    border-bottom: none;
}

    .td_contents .search-text {
        display: block;
        color: #000;
        height: 47px;
        line-height: 47px;
        text-indent: 10px;
    }

.site-write-wrapper .td_contents {
    width: 205px;
}

.td_contents_s {
    width: 150px;
    background-color: #e2e2e2;
    border-bottom: 1px solid #cccccc;
    text-align: -webkit-center;
}

.td_contents_textbox {
    height: 240px;
}

    .td_contents_textbox textarea {
        padding: 10px 0;
        text-indent: 10px;
        background-color: rgba(42,57,75,0.0);
        color: #333;
    }
/*td.td_title_left:after {    content: "|";    display: block;    clear: both;    position: absolute;    top: 10px;    right: 0;    font-size: 14px;}*/

/* TD Type - 스케줄 */
.td_title_left_sch {
    width: 150px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #333;
    background-color: #383838;
    border-bottom: 1px solid #3d3d3d;
    border-top: 1px solid #ad712a;
    border-right: 1px solid #3d3d3d;
}

.td_contents_s_sch {
    width: 200px;
    border-bottom: 1px solid #484848;
    background-color: #e2e2e2;
    color: #ababab;
    font-size: 15px;
    letter-spacing: -0.2px;
}

.td_sch_ins {
    height: 35px;
    border-bottom: 1px solid #484848;
    background-color: #e2e2e2;
    color: #ababab;
    font-size: 15px;
    letter-spacing: -0.2px;
    text-align: center;
}


/* TH Type */
.th_title_left {
    width: 100px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #333;
    background-color: #383838;
    border-bottom: 1px solid #cccccc;
}

.th_contents {
    width: 220px;
    background-color: #e2e2e2;
    border-bottom: 1px solid #cccccc;
}

.th_contents_s {
    width: 150px;
    background-color: #e2e2e2;
    border-bottom: 1px solid #cccccc;
}

.th_contents_textbox {
    background-color: #e2e2e2;
    border-bottom: 1px solid #cccccc;
    height: 240px;
}

/* TH Type */
.th_title_left_sch {
    width: 100px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #333;
    background-color: #383838;
    border-bottom: 1px solid #cccccc;
}

.th_title_left_sch2 {
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #333;
    background-color: #383838;
    border-bottom: 1px solid #cccccc;
}

/*Scroll Bar*/
.scrollbar::-webkit-scrollbar {
    width: 16px;
}

.scrollbar::-webkit-scrollbar-thumb {
    height: 20%;
    background-color: rgba(42, 57, 75, 0.90);
    border-radius: 10px;
    background-clip: padding-box;
    border: 5px solid transparent;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #e2e2e2;
    border-radius: 10px;
    background-clip: padding-box;
    border: 5px solid transparent;
}
/*map marker box*/
.back-btn {
    cursor: pointer;
    color: #fff;
    display: none;
    background-image: url("../images/icon/back.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 20px;
    width: 50px;
}

.map-list-wrap {
    display: none;
    width: 150px;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    top: 20px;
    border-radius: 10px;
    right: 20px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 5px 5px 5px rgba(0,0,0, 0.6);
}

.main-list, .site-detail-info-box1 {
    float: left;
    width: 370px;
    padding: 0 10px 0 15px;
    box-shadow: none;
    box-sizing: border-box;
}

.main-list {
    position: absolute;
    z-index: -1;
}

.map-img {
    width: calc(100% - 1150px);
    float: left;
    box-sizing: border-box;
    padding: 0 130px 0 0px;
}

.mapWrapper g path {
    stroke: #e2e2e2;
    stroke-width: 2;
    stroke-opacity: 0.8;
    fill: url(#MyGradient2);
    cursor: pointer;
}

    .mapWrapper g path.on, .mapWrapper g path:hover {
        fill: #75869a;
        stroke: rgba(0,0,0,0);
        filter: drop-shadow( 5px 5px 1px #5d6876);
    }

    .mapWrapper g path.on {
        transition: all 0.3s;
        transform: translate(-5px, -5px);
    }

.locName > div {
    background-color: rgba(255, 255, 255, 0.46);
    box-shadow: 0 0 10px rgba(117, 134, 154, 0.49);
    border-radius: 3px;
    padding: 6px;
}
.locName > div:after {
    border-left: 1px dashed #75869a;
}
.locName > div:before {
    background-color: #75869a;
}
.locName > div h3 {
    margin-bottom: 5px;
    background-color: #75869a;
    border-radius: 3px;
    padding: 3px 2px 3px 5px;
    text-align: left;
    color: #fff;
    font-weight: 400;
    line-height:1.2;
    letter-spacing:-0.7px;
    font-size: 13.4px;
}
.locName > div > span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.7px;
    padding: 5px 0 0 0;
}
.locName > div h3>img{
    width:20px;
    margin-top:-2.5px;
    float:right;
}
.map-total {
    height: 50px;
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
}
    .map-total ul li {
        float: left;
        width: 33.33%;
        box-sizing: border-box;
    }

        .map-total ul li h4 {
            color: #000;
            font-weight: 500;
            font-size: 14px;
        }

        .map-total ul li span {
            display: block;
            font-weight: 500;
            font-size: 20px;
            text-align: right;
            margin-top: 10px;
            padding-right: 30px;
        }

        .map-total ul li:first-child span {
            color: #333;
        }

        .map-total ul li > img {
            float: left;
            width: 25px;
            height: 25px;
            border-radius: 100%;
            background-color: #fff;
            box-shadow: 3px 3px 3px #75869b;
            padding: 3px;
            margin-right: 10px;
            margin-top: 10px;
            box-sizing: border-box;
        }

.location-list li {
    border: 1px solid #75869a;
    margin-bottom: 8px;
    cursor: pointer;
    border-radius: 30px;
    transition: all 0.3s;
}

    .location-list li.all-site-list {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 15px;
    }

        .location-list li.all-site-list > div {
            float: left;
            height: 34px;
            box-sizing: border-box;
            border-radius: 30px;
            line-height: 32px;
            border: 1px solid #75869a;
            transition: all 0.3s;
        }

            .location-list li.all-site-list > div a {
                display: block;
            }

            .location-list li.all-site-list > div.all-fault:hover, .location-list li.all-site-list > div.all-fault.on {
                border: 1px solid #cf0606;
                background-color: #cf0606;
                color: #fff;
            }

                .location-list li.all-site-list > div.all-fault:hover label, .location-list li.all-site-list > div.all-fault:hover span {
                    color: #fff !important;
                }

            .location-list li.all-site-list > div:nth-child(2) {
                margin: 0 10px;
            }

    .location-list li h3 {
        font-weight: normal;
        font-size: 15px;
        padding: 9.5px;
        float: left;
        border-radius: 30px;
        background-color: #75869a;
        color: #fff;
        width: 70px;
        box-sizing: border-box;
        text-align: center;
        transition: all 0.3s;
    }

    .location-list li span {
        display: block;
        float: left;
        text-align: center;
        width: 90px;
        font-size: 14px;
        transition: all 0.3s;
        padding: 10px 0;
        color: #75869a;
        font-weight: 500;
    }

    .location-list li.all-site-list h3, .location-list li.all-site-list span {
        color: #2a394b;
        background-color: rgba(0,0,0,0);
        padding: 0;
    }

.all-total {
    background-color: #75869a;
    color: #fff;
    width: 140px;
    text-align: center;
}

.location-list li.all-site-list .all-total span,
.location-list li.all-site-list h3 {
    color: #fff;
}

.location-list li .all-total h3, .location-list li .all-total span {
    display: inline-block;
}

.location-list li.all-site-list .all-total span {
    width: auto;
}

.location-list li span:nth-child(2), .location-list li span:nth-child(3) {
    background-image: url("../images/icon/line_none.png");
    background-position: center right;
    background-repeat: no-repeat;
}

.location-list li.off h3 {
    background-color: #999;
    color: #fff;
}

.location-list li.off {
    background-color: rgba(0,0,0,0);
    border: 1px solid #999;
}

    .location-list li.off span {
        color: rgba(0,0,0,0.3);
    }

        .location-list li.off span:nth-child(2) {
            background-image: url("../images/icon/line_none.png");
        }

.location-list li.on h3, .location-list li:hover h3 {
    background-color: #2a394b;
    color: #fff;
}

.location-list li.all-site-list.on h3, .location-list li.all-site-list:hover h3 {
    background-color: rgba(0,0,0,0);
}

.location-list li.on, .location-list li:hover {
    border: 1px solid #2a394b;
}

.location-list li.all-site-list.on, .location-list li.all-site-list:hover {
    border: 0;
}

.location-list li.on span, .location-list li:hover span {
    color: #2a394b;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #75869a;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    outline: 0;
}
/*MAP TOOLTIP*/
.map-info-box {
    display: none;
    position: absolute;
    width: 110px;
    background: rgba(255,255,255,0.8);
    color: #000;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 100px;
    z-index: 1;
}

    .map-info-box h3 {
        text-align: center;
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 16px;
        padding: 7px;
        border-radius: 5px;
        background-color: #2a394b;
        color: #fff;
    }

    .map-info-box span {
        display: block;
        padding: 5px 0;
        font-size: 13px;
        font-weight: 600;
        text-indent: 20px;
        background-image: url('../images/icon/dot02.png');
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 6px;
    }

.location-site-wrap {
    width: 760px;
    height: 800px;
    float: right;
    box-sizing: border-box;
}

.location-site {
    width: 670px;
    box-sizing: border-box;
    float: right;
}

    .location-site table {
        width: 100%;
    }

    .location-site th {
        box-sizing: border-box;
        color: #2a394b;
        padding: 5px 0;
        font-weight: normal;
        line-height: 20px;
        font-size: 15px;
        border-right: 1px solid #e2e2e2;
        border-bottom-color: #e2e2e2 !important;
    }

    .location-site thead {
        background-color: #c2cbd6;
    }

        .location-site thead th {
            border-top: 1px solid #e2e2e2;
            text-align: center;
            font-weight: 500;
        }

        .location-site thead tr:first-child th:first-child {
            border-top: 0;
        }

    .location-site table tbody {
        width: 100%;
    }

.log-page-info-con th {
    background-color: #75869a;
    color: #fff;
    text-align: center;
    height: 32px;
    padding: 0;
    width: 90px;
    font-size: 14px;
    border-bottom: 1px solid #e2e2e2;
    border-right: 0;
}

.location-site .log-page-info-con tbody tr td {
    border-bottom: 1px solid #75869a;
    background-color: #e3e8ed;
    width: 105px;
    max-width: 150px;
}

.log-page-info-con tr:first-child th:last-child {
    width: 60px;
}

    .log-page-info-con tr:first-child th:last-child button {
        width: 100%;
        height: 100%;
    }

.log-page-info-con .site-name-ico > span {
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

    .log-page-info-con .site-name-ico > span:after {
        content: "";
        clear: both;
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
        width: 1px;
        height: 10px;
        background-color: #bcc9d8;
    }

    .log-page-info-con .site-name-ico > span:first-child:after {
        display: none;
    }

.site-name-ico {
    font-size: 12px;
    color: #75869a;
}

td.run-stat {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.location-site .table-wrapper tbody tr:nth-child(2n) {
    background-color: rgba(255,255,255,0.3);
}

.location-site .table-wrapper tbody tr:nth-child(2n-1) {
    background-color: rgba(255,255,255,0);
}

.location-site tr td {
    background-position: 8px center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    text-align: center;
    height: 32px;
    line-height: 30px;
    border-color: #e2e2e2 !important;
    color: #2a394b;
    position: relative;
}

.location-site .table-wrapper tr td:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    content: "";
    display: block;
    clear: both;
}

.location-site tbody tr td {
    font-size: 14px;
    box-sizing: border-box;
}

.location-site .table-wrapper tbody tr td:nth-child(n+4):nth-child(-n+5) {
    padding-right: 10px;
    text-align: right;
}

.location-site tr td.td-site {
    text-align: left;
    text-indent: 5px;
}

.location-site tbody tr td.td-site a {
    color: #000;
    display: block;
    height: 100%;
    position: relative;
    letter-spacing: -0.8px;
}

.as-status span {
    color: #000;
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    padding: 0 5px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
}

    .as-status span.as-reciept {
        color: #999;
    }

    .as-status span.as-proceed {
        color: #1ba3ff;
    }

    .as-status span.as-complete {
        color: #49AF23;
    }

.td-site .site-name-ico {
    width: 20px;
    margin-right: 5px;
    margin-top: -2px;
}

.td-site .discon-ico {
    width: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 11px;
    z-index: 0;
}

.location-site tr td label {
    font-weight: 500;
}

.location-site tbody tr .td-site a {
    color: #2a394b;
    display: block;
}

.location-site .paging {
    margin-top: 5px;
}

    .location-site .paging td {
        border-top: 0;
        width: 100%;
        float: left;
    }

.location-site input:not([type="checkbox"]):not([type="radio"]) {
    border: 0;
    background-color: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    vertical-align: top;
    padding: 2px;
}

.location-site .button.green a {
    background-color: #75869a;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
    font-size: 13px;
    vertical-align: top;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.location-site .refresh-btn {
    display: block;
    float: right;
    background-color: #666;
    padding: 2.5px;
    border-radius: 50%;
    margin-left: 5px;
    overflow: hidden;
    vertical-align: top;
}

.refresh-btn {
    display: block;
    float: left;
    background-color: #666;
    padding: 4px;
    border-radius: 50%;
    margin-left: 5px;
    overflow: hidden;
    vertical-align: top;
}

.location-src {
    float: right;
    border-radius: 20px;
    background-color: #75869a;
    border: 2px solid #75869a;
    height: 30px;
    box-sizing: border-box;
}

.smp-left-cont .location-src {
    padding: 0 10px;
    position: absolute;
    left: 20px;
    top: 18px;
    display: inline-block;
    float: none;
    margin: 0 auto;
    z-index: 9999;
}

    .smp-left-cont .location-src:nth-child(2) {
        left: inherit;
        right: 20px;
    }

    .smp-left-cont .location-src span {
        float: left;
    }

    .smp-left-cont .location-src span {
        display: block;
        height: 100%;
        padding: 7px;
        box-sizing: border-box;
        color: #fff;
    }

    .smp-left-cont .location-src input {
        border: 0;
        margin-top: 3px;
        text-align: center;
    }

.title-txt {
    display: inline-block;
    color: #fff;
    height: 100%;
    box-sizing: border-box;
    padding: 6px 15px;
    width: 85px;
    text-align: center;
    background-color: #75869a;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.location-src .title-txt {
    width: auto;
}

.location-src span.multiselect-native-select {
    display: inline-block;
    vertical-align: top;
    margin-left: -3px;
}

    .location-src span.multiselect-native-select .btn {
        display: inline-block;
        max-width: 125px;
        width: 125px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.local-name {
    display: none;
}

.sub-site-info { flex:1; }

.main-info > .left-content-home {
    position: absolute !important;
    top: 0 !important;
    background-color: #292929 !important;
    right: 0px;
    height: auto !important;
    border-radius: 0px !important;
    border: none !important;
    width: 450px !important;
}

    .main-info > .left-content-home > .main-hidd-btn {
        display: none;
    }

    .main-info > .left-content-home .left-inner-con {
        padding: 10px !important;
    }

    .main-info > .left-content-home .sub-title-text {
        font-size: 16px;
    }

    .main-info > .left-content-home .site-detail-info-box {
        margin-top: 10px;
    }

    .main-info > .left-content-home .content-list-tbl-white tbody th {
        width: 100px;
        font-size: 14px;
    }

    .main-info > .left-content-home .content-list-tbl-white tbody td {
        font-size: 14px;
    }


/*PC 버전에서 사라짐*/
.pc-none {
    display: none !important;
}
/*모바일에서 안보임*/
.mb-none {
    display: block;
}

.company-name {
    display: inline-block;
}

.location-site thead th.mb-none,
.ems-sum .content-list-tbl-esspcs-bottom-left tr:last-child th.mb-none,
.ems-sum .content-list-tbl-esspcs-bottom-left tr:last-child td.mb-none {
    display: table-cell;
}
@media only screen and (max-width:1280px) {
    body {
        overflow-y: scroll;
    }
}

@media only screen and (max-width:1024px) {
    /* JOIN 01 */
    .join-step-con {
        padding-bottom: 30px;
    }

        .join-step-con .join-tit {
            font-size: 16px;
            padding-bottom: 10px;
        }

    .join-agreement-con {
        height: 80px;
    }
    /* JOIN 02 */
    .essential-txt {
        font-size: 11px;
        top: -20px;
        font-weight: 300;
    }

    .join-form-tbl th, .join-form-tbl td {
        padding: 5px;
    }

    .join-form-tbl th {
        width: 30%;
        font-size: 13px;
    }

    .join-form-tbl td {
        width: 70%;
    }

    .join-form-tbl .input-basic,
    .join-form-tbl .select-basic {
        height: 30px;
        font-size: 13px;
        text-indent: 4px;
        max-width: 300px;
    }

    .join-form-tbl .select-basic {
        height: 34px;
    }

    .join-form-tbl .join-sub-btn {
        min-width: auto;
        width: 45%;
        height: 32px;
        max-width: 150px;
        margin-left: 5px;
        font-size: 12px;
        padding: 0;
    }

    .join-form-tbl .join-sub-txt, .join-form-tbl .join-sub-txt2 {
        display: block;
        margin-left: 0;
        margin-top: 5px;
        word-break: keep-all;
        line-height: 15px;
    }

    .birth-input br {
        display: block;
    }

    .birth-input .select-basic:first-child {
        margin-bottom: 3px;
    }

    .email-input .input-basic {
        margin: 0;
    }

    .email-input .select-basic {
        width: 100% !important;
        max-width: none;
        margin-top: 3px;
    }

    .address-input .input-basic {
        margin-top: 3px;
    }

    .join-form-tbl .hypen {
        margin: 0 2px;
    }
    /*mobile 버전에서 나타남*/
    .pc-none {
        display: block !important;
    }
    /*mobile 버전에서 사라짐*/
    .mb-none {
        display: none !important;
    }
    /*tablet 버전에서 나타남(td))*/
    .tbl-none {
        display: table-cell !important
    }
    /*레이아운 100%로 조정*/
    html, body {
        height: auto;
        overflow-y: inherit;
        background-color: #f2f2f2;
    }

    #wrap, #wrap_ie {
        width: 100%;
        min-width: 100%;
        height: auto;
        position: relative;
    }

    #header {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 30px;
        box-sizing: border-box;
    }

        #header.on {
            height: 60px;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #f2f2f2;
        }

    #headerMenu {
        display: block;
        margin-left: 0px;
    }

        #headerMenu ul li {
            padding: 0 90px;
            margin: 0;
        }

        #headerMenu ul span {
            margin: 0;
        }

    .summary-content .left-inner-con .sub-title-text .sub-title-icon {
        width: 18px;
    }

    .scroll-btn {
        display: none;
        background-color: #75869a;
        background-image: url("../images/icon/btn-top.png");
        width: 40px;
        height: 40px;
        position: fixed;
        background-size: 80%;
        background-position: center center;
        background-repeat: no-repeat;
        bottom: 10px;
        right: 10px;
        border-radius: 50%;
        cursor: pointer;
    }

    #container {
        height: auto;
        margin-right: 15px;
    }

    #tdPageContents > #container {
        margin: 0;
    }

    #rightContent.right-content-home, .map-img img, .bat_top_right, .bat_bottom_right {
        width: 100% !important;
        margin-right: 0;
    }

        .map-img img.pc-none {
            width: 45% !important;
            margin: 0 auto;
        }

    #mapInnerCon {
        padding-left: 0;
    }

    #leftContent {
        height: auto !important;
        width: 100% !important;
    }

        #leftContent .left-inner-con-top {
            padding: 10px 17px 0px 17px;
            height: auto !important;
            box-sizing: border-box;
        }

    #contentTopInfoCon {
        padding: 10px 15px;
    }

    #contentTopInfoCon2 {
        margin-top: 10px;
        padding: 15px;
        height: 48px;
        box-sizing: border-box;
    }

    #contentTopInfoCon3, #contentTopInfoCon5, .main-chart-tit {
        padding: 10px 15px;
        height: 40px;
        box-sizing: border-box;
    }

        #contentTopInfoCon3 .content-top-info-icon {
            top: 11px;
            right: 11px;
            width: 20px;
        }

            #contentTopInfoCon3 .content-top-info-icon img {
                width: 100%;
            }

    .summary-content #rightContent {
        margin-top: 0px;
    }

    .main-list {
        padding: 0;
        padding-right: 10px;
        width: auto;
        margin: 0;
    }

    .location-src {
        width: calc(100% - 35px);
    }

        .location-src .company-name {
            width: 30%;
        }

        .location-src .page {
            width: 39%;
        }

        .location-src span.multiselect-native-select {
            width: 59%;
        }

            .location-src span.multiselect-native-select .btn-group {
                width: 100%;
            }

            .location-src span.multiselect-native-select .btn, .location-site input:not([type="checkbox"]):not([type="radio"]) {
                min-width: inherit;
                font-size: 13px;
                width: 100%;
            }

        .location-src .title-txt {
            width: 39%;
            text-align: center;
            padding: 0;
            height: 26px;
            line-height: 25px;
            font-size: 14px;
        }

        .location-src .page .title-txt {
            width: calc(100%/2 - 17.5px);
        }

    .location-list li.all-site-list > div {
        height: 30px;
        line-height: 29px;
        background-color: #75869a;
        border: 0;
        box-shadow: none;
    }

        .location-list li.all-site-list > div:nth-child(2) {
            margin: 0 10px;
        }

    .location-list li.all-site-list h3, .location-list li.all-site-list span {
        font-size: 14px;
        color: #fff;
    }

    .location-list li.all-site-list span {
        width: 100px;
    }

    .location-site {
        width: 100%;
        height: auto;
    }

        .location-site table {
            width: 100%;
        }

        .location-site thead tr td:nth-child(3), .location-site thead tr td:nth-child(4) {
            display: none;
        }

        .location-site thead th {
            font-size: 14px !important;
            width: auto !important;
            min-width: 30px;
            line-height: 1.5;
        }

    .main-hidd-btn {
        display: none;
    }

    .map-tab-btn, .map-left-wrap, .map-img, #leftContent.left-content-main {
        display: none;
    }

    .sub-title, .sub-title-text, #leftContent h2.sub-title-text, .sub-title_home_top, #leftContent .sub-title-text {
        font-size: 14px;
        line-height: 20px;
    }

        .sub-title-text > img, #leftContent .sub-title-text img {
            float: left;
            width: 20px;
            margin-top: 0;
        }

    .sub-title-icon {
        width: 20px;
    }

    .sub-title span.sub-site-info {
        position: absolute;
        top: -3px;
        width: calc(100% - 90px);
    }

        .sub-title span.sub-site-info > span {
            display: block !important;
            width: 100%;
            color: rgba(255,255,255,0.6);
            margin-left: 0;
            font-size: 11px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .site-addr {
        font-size: 11px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: calc(100% - 130px);
    }
    /*mobile menu*/
    /*menu*/
    .subMenuCon > ul > li > a {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .subMenuCon > ul > li > ul > li > a {
        font-size: 13px;
        height: 40px;
        line-height: 40px;
    }

    .mb-menu-btn {
        position: absolute;
        top: 20px;
        right: 15px;
        cursor: pointer;
    }

        .mb-menu-btn > span, .mb-menu-btn-close > span {
            display: block;
            width: 25px;
            height: 2px;
            background-color: #2a394b;
        }

            .mb-menu-btn > span:nth-child(2) {
                margin: 5px 0;
            }

    .mb-menu-btn-close {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 9999;
        cursor: pointer;
    }

        .mb-menu-btn-close img {
            width: 20px;
        }

        .mb-menu-btn-close > span {
            margin-top: -2px;
        }

            .mb-menu-btn-close > span:first-child {
                transform: rotate(90deg);
            }

    #divMainMenu {
        width: 300px;
        position: fixed;
        top: 0;
        right: -300px;
        height: 100%;
        background-color: #75869a;
        background-image: url("../images/common/logo4.png");
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center 95%;
    }

        #divMainMenu #userLoginInfo {
            padding-top: 60px;
            padding-right: 5px;
        }

    #headerMenu {
        padding-top: 150px;
    }

    #divMainMenu #userLoginInfo .user-log-btn {
        float: none !important;
        margin-top: 0 !important;
        border: 1px solid #fff;
        background-color: #fff;
        color: #2a394b;
    }

    #divMainMenu #userLoginInfo .user-login-time {
        float: none !important;
        display: block;
        color: #fff;
        margin-right: 0;
        letter-spacing:-1px;
        font-size: 14px;
        background: url(../images/icon/log_time_icon_w.png) no-repeat 0 17px;
        letter-spacing: 0;
    }

    #headerMenu ul span, #headerMenu ul li {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
        height: 35px;
    }

        #headerMenu ul li a {
            color: #fff;
        }

        #headerMenu ul li:before, #headerMenu ul span:before {
            display: none;
        }

    td > #leftContent {
        margin-top: 0;
    }
    /*sub-hidden*/
    #divSubContents > #container > table > tbody > tr > td:first-child {
        display: block;
        position: fixed;
        top: 0;
        left: -300px;
        height: 100%;
        z-index: 99999;
        width: 300px !important;
        transition: all 0.3s;
    }

        #divSubContents > #container > table > tbody > tr > td:first-child.on {
            left: 0;
        }

    .sub-btn {
        display: block;
        position: absolute;
        width: 32px;
        height: 150px;
        background-image: url("../images/content/menu-hidden_w.png");
        background-repeat: no-repeat;
        background-size: contain;
        top: 10px;
        right: -32px;
        z-index: 99999;
        cursor: pointer;
        transition: all 0.3s;
    }

        .sub-btn.on {
            background-image: url("../images/content/menu-hidden_w_on.png");
        }
    /*home*/
    .essInfoBottomContent #contentTopInfoCon2 #userLoginInfo {
        display: none;
    }

    .summary-content #leftContent, .summary-content #leftContent .left-inner-con {
        margin-bottom: 0 !important;
    }
}
/*480px 해상도 반응형 2019.05.13*/
@media only screen and (max-width:480px) {

    .tbl-none {
        display: none !important;
    }

    .join-form-tbl .join-sub-btn {
        max-width: 70px;
        font-size: 11px;
    }

    .email-input .input-basic {
        width: 30% !important;
    }
    /*sub-hidden*/
    .main-hidd-btn, .location-site .table-wrapper table tbody tr td:nth-child(n+6):nth-child(-n+10) /*6번부터 10번까지*/ {
        display: none;
    }

    #divSubContents > #container > table > tbody > tr > td:first-child {
        display: block;
        position: fixed;
        top: 0;
        left: -80%;
        height: 100%;
        z-index: 99999;
        width: 80% !important;
        transition: all 0.3s;
    }

    #divMobile {
        padding: 20px !important;
        margin-top: 20px !important;
    }

    #divSubContents > #container > table > tbody > tr > td:first-child.on {
        left: 0;
    }

    #headerMenu {
        padding-top: 200px;
    }

        #headerMenu ul span, #headerMenu ul li {
            height: auto;
        }
    /*main*/
    .site-detail-info-box1 h3 {
        font-size: 20px !important;
    }

    .site-detail-info-box1 dl dt, .site-detail-info-box1 dl dd {
        font-size: 12px !important;
    }

    .sub-title-text span {
        color: #e2e2e2;
        font-size: 10px;
    }

        .sub-title-text span.sub-titlt-site {
            width: auto;
            font-size: 13px;
            color: #fff;
            margin-left: 0;
        }

        .sub-title-text span img {
            width: 12px !important;
        }

    .info-title {
        font-size: 12px !important;
    }

    .tooltip {
        display: none !important;
    }

    .local-name {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        color: #292929;
        background-color: rgba(255,255,255,0.9);
        left: 0;
        top: 0;
        padding: 10px;
    }

    .location-site-wrap {
        width: 100%;
        height: auto;
    }

    .location-site .log-page-info-con th {
        font-size: 11px;
        height: 23px;
        width: 55px;
    }

    .log-page-info-con tr:first-child th:last-child {
        width: 35px;
    }

    .location-site .table-wrapper {
        height: auto !important;
    }

    .location-site thead {
        width: 100%;
    }

        .location-site thead th {
            font-size: 12px !important;
        }

            .location-site thead th .site-name-ico {
                font-size: 10px;
            }

                .location-site thead th .site-name-ico img {
                    width: 20px;
                }

    .location-site table tr td {
        font-size: 10px;
        background-size: 60px;
        background-position: 2px center;
        width: auto !important;
        padding-left: 0;
        height: 23px;
        line-height: 23px;
    }

    .location-site .log-page-info-con tbody tr td {
        max-width: 50px;
    }

        .location-site .log-page-info-con tbody tr td span {
            font-size: 11px;
        }

    .log-page-info-con .site-name-ico > span {
        padding: 0 5px;
    }

    .location-site .log-page-info-con tbody tr td img {
        width: 12px;
    }

    .location-site tr td.td-site {
        padding-left: 0;
    }

    .location-site .table-wrapper tbody tr td:nth-child(n+4):nth-child(-n+5) {
        padding-right: 5px;
    }

    .location-site tbody tr td.td-site a {
        font-size: 1em;
        letter-spacing: -1px;
    }

    .location-site .paging {
        margin-top: 15px;
    }

    .location-site tr td .site-type-ico {
        width: 60px;
    }

    .location-site .paging td {
        margin-top: 5px;
        width: 100% !important;
    }

    .td-site .site-name-ico {
        left: 63px;
        margin-top: -0.5px;
        width: 18px;
    }

    .location-list li.all-site-list {
        margin-bottom: 5px;
    }

    .log-page-info-con .btn-group > .btn {
        font-size: 11px;
    }

    .td-site .discon-ico {
        width: 13px !important;
        margin-top: -6.5px;
        right: 0;
    }

    .location-src {
        width: calc(100% - 31px);
        text-align: left;
        height: 26px;
    }

    .location-list li.all-site-list > div {
        height: 26px;
        line-height: 25px;
    }

    .location-src .title-txt, .location-src span.multiselect-native-select .btn, .location-site input:not([type="checkbox"]):not([type="radio"]) {
        height: 22px;
        line-height: 22px;
        font-size: 11px;
    }

    .location-src span.multiselect-native-select .btn, .location-site input:not([type="checkbox"]):not([type="radio"]) {
        line-height: 1;
        font-size: 11px;
    }

    .location-list li.all-site-list h3, .location-list li.all-site-list span {
        font-size: 11px;
        width: 70px;
    }

    .title-txt {
        font-size: 12px;
        width: 60px;
        padding: 0;
        line-height: 23px;
    }

    .location-site .refresh-btn {
        padding: 0;
    }

    .location-site .button.green a {
        padding-right: 0;
    }

        .location-site .button.green a img {
            width: 22px !important;
        }

    #lblUserCustomView .left-inner-con h2.sub-title-text {
        padding-top: 20px;
    }

    .left-content-home2 .left-inner-con-status {
        padding: 10px !important;
    }

    .sub-title-text > img {
        margin-top: 0px;
    }
}

@media only screen and (max-width:400px) {

    .location-site tbody tr td.td-site a span:nth-child(2) {
        width: calc(100% - 30px);
        display: inline-block;
        float: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .location-site thead th {
        font-size: 11px !important;
    }

    .location-site tr td .site-type-ico {
        width: 45px;
    }

    .td-site .site-name-ico {
        margin-right: 0px;
        margin-top: 4px;
        margin-left: 2px;
        width: 14px;
        float: left;
    }

    .location-list li.all-site-list span {
        width: 60px;
    }
}