#bgapost{background-color: #999; color: #fff; z-index: 10000; position: fixed; left: 0; top: 50px; bottom: 0; right: 0; display: none; opacity: 0.3;}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">\00a0";
}
.tal{text-align: left;}
.tar{text-align: right;}
.buttonbox{margin-bottom: 3px;}
table tr th, table tr td{text-align: center;}
table tbody.data tr:hover td, table tbody.data tr:nth-child(odd):hover td{background-color: #ccc; color: #fff;}
table tbody.data tr td a.link:hover, table tbody.data tr:nth-child(odd) td a.link:hover{color: yellow;}
table tbody.data tr td a.blink:hover, table tbody.data tr:nth-child(odd) td a.blink:hover{color: blue;}
.req:after{content: "*"; color: red;}
.control-label{text-align: right;}
.link, .blink{font-weight: bold; }
.link:hover, .blink:hover{text-decoration: none;border-bottom:1px solid #c36767; padding-bottom: 1px;}
.step-content.dev{padding: 12px 15px;}
.step-content.dev p{margin: 0;}
select.form-control.dev{width: auto; display: inline-block;}
.form-group {
  margin-bottom: 5px;
}
.panel-body {
  padding: 7px;
}
.filebox ul{-webkit-padding-start: 0;padding-start: 0;}
.filebox ul li{list-style: none;}
.filebox ul.file-item-file li{margin-bottom: 5px;}
img.wideviewable.activeon{
	position: fixed; max-width: 50%; max-height: 50%; z-index: 999; background-color: #25313e; padding: 10px; right: 0; bottom: 0;  
	-webkit-transform: scale(10); /* Saf3.1+, Chrome */
     -moz-transform: scale(10); /* FF3.5+ */
      -ms-transform: scale(10); /* IE9 */
       -o-transform: scale(10); /* Opera 10.5+ */
          transform: scale(10);
}
#layerframe, #layerbody{position: fixed; z-index: 10001; display: none; width: 80%; max-width: 900px; height: 70%; bottom: 50px; right: 50px; padding: 20px; background-color: #374b5e; border-radius: 10px; border: 0 none; min-width: 200px; min-height: 200px;}
#layerbodycontent{overflow: auto; position: absolute; top: 70px; bottom: 10px; background-color: #fff; left: 20px; right: 20px; padding: 5px 10px;}
.f-r{float: right;}
.editorbox{position: fixed; width: 100%; max-width: 850px; height: 500px; bottom: 30px; right: 30px; padding: 20px; background-color: #374b5e; display: none; z-index: 1050; border-radius: 5px;}
.ddmain .dd-handle a.active{color: red;}
.devsearch{background-color: #fff;}
.wizard ul li.active.searchcap{background-color: #d9edf7; color: #245269;}
.wizard ul li.active.searchcap:after{border-left-color: #d9edf7;}
.form-inline .form-control.searchtext{width: 300px; max-width: 100%; margin-top: 1px;}
.form-control .searchcon{width: auto;}
.searchbutton{}
.datepicker-input.dev{width: 130px; text-align: center; display: initial;}
.fa-calendar.dev{margin-left: -20px; margin-right: 10px;}
input[type="file"].fileitem{display: none;}
.devfile{margin-top: -5px;}
.itemfind {margin-top: -3px;}
.devblue{color: blue;}
.devred{color: red;}
.devdescription{background-color: #89cc97; color: #e2f3e5; padding: 20px 30px; border-radius: 5px;}
ul.checkbox li{float: left; list-style: none;}
.devcheckbox-custom{margin-left: 5px;}
.mb50{margin-bottom: 50px;}
textarea.dev{resize: none;}
.panel.devmb5{margin-bottom: 5px;}

ul#menutree, ul {
    -webkit-padding-start: unset;
}
    ul#menutree li, ul li {
        list-style: none;
    }
        ul#menutree li.focus *, ul#auths li.focus * {
            color: #ff6a00;
        }
.mg-l-1 {
    margin-left: 15px;
}
.mg-l-2 {
    margin-left: 30px;
}
.mg-l-3 {
    margin-left: 40px;
}

.mg-l-4 {
    margin-left: 50px;
}

.mg-l-5 {
    margin-left: 60px;
}
.drop-desc {
    height: 10px;
    display: none;
}
#bglayer, #bglayer2, #findlayerbglayer {
    background-color: #000;
    opacity: 0.7;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
#bglayer2{
    z-index: 2000;
}
#bgprogress {
    position: fixed;
    bottom: 0;
    right: 80px;
    height: 20px;
    line-height: 20px;
    z-index: 10001;
    background-color: #0094ff;
    color: #ffd800;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    display: none;
    opacity: 0.6;
}
#topmessage {
    position: fixed;
    bottom: 20px;
    height: 20px;
    line-height: 20px;
    width: 50px;
    right: 5px;
    z-index: 10001;
    background-color: #0094ff;
    color: #ffd800;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    display: none;
    opacity: 0.6;
}

#layermessage, #layermessage2 {
    position: fixed;
    
    max-height: 80%;
    overflow: auto;
    max-width: 80%;
    min-width: 400px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-25%,-25%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    padding: 30px;
    z-index: 10001;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 5px;
    display: none;
}
#layermessage2{
    z-index: 10002;
}
.mainokbutton,.mainokbutton:focus,.mainokbutton:hover,.mainokbutton:active,.mainokbutton2,.mainokbutton2:focus,.mainokbutton2:hover,.mainokbutton2:active{background-color: #2e2d76; padding: 10px 50px; border-radius: 5px; border: 1px solid #555;}
/*a.link{text-decoration: underline; color: #7700ac;}*/
a.link{text-decoration: none; color: #c43a3a;border-bottom:1px solid #c68d8d; padding-bottom: 1px;}
#mainuploadbox{
    position: fixed; border: 2px solid #555; border-radius: 10px; bottom: 10px; right: 10px; width: 50%; max-width: 700px; z-index: 1001; display: none; color: #000;
}
#mainuploadbox .alert-danger{padding: 15px 25px; color: #000; font-size: 13px;}
    #mainuploadbox #mmainuploadboxdownload{color: #0094ff; font-weight: bold;}
.boxborder{border: 1px solid #f5f5f5; padding: 15px;}
.datepicker-input.form-control{display: inline-block;}
.label2{font-size: 13px; vertical-align: middle; padding: 5px;}
.con-body .box {
    background-color: #fff;
    border: 1px solid #7CA5DD;
    padding: 10px;
    width: 100%;
}

    .con-body .box.left li, .box.left li {
        float: left;
        text-align: center;
    }
        .con-body .box.left li.link a, .box.left li.link a {
            text-decoration: none;border-bottom:1px solid #0094ff; padding-bottom: 1px;
        }
        .con-body .box.left li.link a, .box.left li.link a {
            color: #0094ff;
        }
    .con-body .box.cap, .box.cap {
        display: block;
        padding: 0;
        margin-bottom: 0;
        overflow: hidden;
        border: 0 none;
        border-bottom: 1px solid #7CA5DD;
        background-color: inherit;
    }

        .con-body .box.cap:hover {
            background-color: #ddd;
        }

        .con-body .box.cap.header, .box.cap.header {
            /*background-color: initial;*/
            background-color: #fff;
        }

        .con-body .box.cap li, .box.cap li {
            /*border-bottom: 1px solid #d6d6d6;*/ border-bottom: 0 none;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .con-body .box.cap.last {
            border-bottom: 0 none;
        }

            .con-body .box.cap.last:hover {
                background-color: inherit;
            }

            .con-body .box.cap.last li {
                margin-bottom: 0;
                height: 10px;
            }

            .con-body table.box.list tbody tr{border-bottom: 1px solid #ddd; line-height: 28px; height: 28px;}
            .con-body table.box.list tbody tr:hover{background-color: #ddd;}
            .con-body table.box.list tbody tr td a{color: #0094ff; font-weight: bold; text-decoration: none;border-bottom:1px solid #0094ff; padding-bottom: 1px;}
#uploadbox {
    position: fixed;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 1001;
    display: none;
}

    #uploadbox div {
        background-color: #ddd;
        border-radius: 5px;
        padding: 20px;
        width: 70%;
        max-width: 400px;
        margin: 0 auto;
    }
div.resultbox {
    overflow: auto;
}

    div.resultbox table {
        min-width: 690px;
    }

table.databox {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    table-layout: fixed;
    text-overflow: ellipsis;
    word-break: break-word;
}

    table.databox td {
        white-space: nowrap;
        overflow: hidden;
        table-layout: fixed;
        text-overflow: ellipsis;
        word-break: break-word;
    }

    table.databox tr th {
        background-color: #fff;
        /*background-color: #eff6ff;*/
    }

    table.databox tr.data:hover {
        background-color: #c9dffc;
    }

    table.databox tr.data.focus {
        background-color: #b7d6ff;
    }

    table.databox th, table.databox td {
        border: 1px solid #9fc4f7;
    }
#findlayerframe {position: fixed;border-radius: 5px;
    z-index: 2000;
    padding: 50px 30px 30px;
    font-size: 12px;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;bottom: 0;left: 0;right: 0;
    margin: 0 auto;
}
    #findlayerframe.old {
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        padding: 10px;
        width: 80%;
        height: 80%;
        top: 10%;
        bottom: 10%;
        max-height: initial;
        max-width: 80%;
    }

    #findlayerframe #findframe {
        border: 0 none;
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }
.con-body {
    margin-left: 0;
    text-align: left;
    padding: 0 15px;
    font-size: 13px;
    margin-bottom: 50px;
}
.con-body .con-body-title {
    margin-top: 20px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.disp-init{
    display: inline;
}
.panel-default > .panel-heading{background-color:transparent;}
.file-caption.form-control.kv-fileinput-caption{background-color: #ddd;}
.file-caption-name{font-size: 11px; color: #fff;}
.fa{display:inline;}








.mpgPop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #2e3e4e;*/
    z-index: 1005;
    display: none;
}
.mpgPop .pop-op{position: absolute; background-color: #2e3e4e; position: absolute; width: 100%; height: 100%; opacity: 0.8; }
    .mpgPop > div {
        display: table;
        width: 100%;
        height: 100%;
    }
    .mpgPop.mpgPopFull > div {
        display: block;
        width: 100%;
    }
    .mpgPop.mpgPopFull > div {
        display: block;
        height: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mpgPop > div > div {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }
    .mpgPop.mpgPopFull > div > div {
        display: block;
        height: 100%;
        vertical-align: middle;
        overflow: hidden;
    }
.mpgPopWrap {
    width: 100%;
    max-width: 440px;
    max-height: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.mpgPop.mpgPopFull .mpgPopWrap {
    position: relative;
    padding-top: 50px;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
.mpgPopTitle {
    /*background: #0068b7;*/
    background: linear-gradient(45deg, #154dac, #0576ed); 
    position: relative;
    padding: 0 20px;
}
.mpgPop.mpgPopFull .mpgPopTitle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.mpgPopTitle h5 {
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 16pt;
    margin-top: 0;
    margin-bottom: 0;
}
.mpgPopTitle a {
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px;
    z-index: 1;
    cursor: pointer;
    background: url(/img/common/gnb_close.png)no-repeat center center;
    background-size: 24px auto;
}
.mpgPopScroll {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
}
.odrPop {
    padding: 30px;
}
.odrPop table tr td{min-height: 30px; padding: 5px 10px;}
.mpgPopScroll > div {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.bskTitle {
    position: relative;
    padding-left: 25px;
    color: #000000;
    font-size: 14pt;
    height: 15px;
    line-height: 15px;
    margin-bottom: 15px;
    margin-top: 50px;
}
    .bskTitle:before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border: solid 4px #000;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -7px;
        border-radius: 100% 100% 100% 100%;
        -moz-border-radius: 100% 100% 100% 100%;
        -webkit-border-radius: 100% 100% 100% 100%;
    }
.odrPop .bskTitle:first-child {
    margin-top: 0;
}
.odrPop > div{margin-top: 15px;}
/*.odrPop input[type=text], .odrPop input[type=password]{width: 100%; line-height: 30px; height: 30px; border: 1px solid #aaa; padding: 10px 20px;}*/
.mpgPop table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-break: break-all;
    width: 100%;
}
.odrTable {
    border-top: solid 2px #d6d6d6;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
}
    .odrTable th {
        width: 190px;
        background: #fafafa;
    }
    .odrTable th, .odrTable td {
        padding: 15px 20px;
        font-size: 12pt;
        font-weight: 300;
        border-top: solid 1px #d6d6d6;
        border-bottom: solid 1px #d6d6d6;
    }
    .odrTable th, .odrTable td {
        padding: 15px 20px;
        font-size: 12pt;
        font-weight: 300;
        border-top: solid 1px #d6d6d6;
        border-bottom: solid 1px #d6d6d6;
    }
    .odrTable td {
        font-weight: 400;
    }
.odrPop > div.popGuide{margin-top: 0;}
.popGuide{padding: 10px 8px; border: 0px none #ccc; font-size: 13px; background-color: #f3f3f3;}
.cbmd{width: 20px; height: 20px; vertical-align: bottom;}
.odrPopBtn {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
    .odrPopBtn li {
        display: inline-block;
        margin: 0 5px;
    }
        .odrPopBtn li a {
            /*background: #2e2d76;*/
            background-color: #335396;
            color: #fff;
            padding: 10px 20px;
        }
        .odrPopBtn li a:hover{color: #ffd800}
        .odrPopBtn li a.del{
            background-color: #fa5542; color: #fff;
        }

.newregbox{border-collapse: collapse;}
.newregbox th,.newregbox td{border: 1px solid #cdcdcd; }
.newregbox th{background-color: #ddd; text-align: right; padding-right: 15px;}
.newregbox th.req:after{content:'*'; color: red; }
.newregbox td {padding: 3px 10px;}
.newregbox td.noinput{padding-left: 15px;}
.newregbox td.noinput *{margin-top: 5px;}
.newregbox.nostyle th,.newregbox.nostyle td{background-color: #fff; border: 0 none;}
.bg-dark a.btnlabel, .btnlabel{color: blue; cursor: pointer;}
.popchildbox{display:none; position: absolute; bottom: 10px; top: 30%; background-color: #2e3e4e; color: #fff; left: 10px; right: 10px; overflow: auto; padding: 20px 30px;}
.childbox{display:none; position: fixed; bottom: 10px; top: 30%; background-color: #2e3e4e; color: #fff; left: 20%; right: 20%; overflow: auto; padding: 20px 30px; z-index: 1001}
.bg-dark a.btn-close, .btn-close{background-color: #fff; border: 1px solid #ddd; color: #000; padding: 10px 20px;}
.botemt{height: 100px}
.botfix{position: fixed; bottom: 0; left: 0; width: 100%; text-align: center; background-color: #ddd; padding: 8px; margin-bottom: 0;}
.row{margin-right: 0; margin-left: 0;}
.filter-blur {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}
.dropdown-menu.datepicker {z-index: 1006}
input[type=checkbox].autocheck, th input[type=checkbox]{width: 18px; height: 18px;}
table.left tr td {
    text-align: left;
}
.newregbox2{
    width: 100%;
}
    .newregbox2 tr th, .newregbox2 tr td{padding: 8px 10px}
    .newregbox2 tr td {
        text-align: left;
    }
    .newregbox2.thin{table-layout: fixed;}
    .newregbox2.thin input.form-control,.newregbox2.thin select.form-control{padding: 3px 12px; height: 28px; vertical-align: middle;}
    .newregbox2.thin input[type=checkbox],.newregbox2.thin input[type=radio]{width: 17px; height: 17px; vertical-align: middle;}
    .newregbox2.thin span,.newregbox2.thin span label{height: 17px; vertical-align: middle; display: inline}
    .newregbox2.thin tr th{padding: 3px 5px;}
    .newregbox2.thin tr td{padding: 3px 10px;}
    
.afile{color: #0094ff;text-decoration: none;border-bottom:1px solid #0094ff; padding-bottom: 1px;}
.copyright{position:fixed; bottom: 0; left: 0; right: 0; background-color: #374b5e; color: #fff}
.dropdown.labels{padding: 15px 4px; font-size: 13px;}
.dropdown.labels a{padding: 0 !important}

.topinfolist li {
    float: right; padding: 15px 10px;
}
.lock,.lock2{overflow: hidden;}

.guide{color: #0094ff; font-weight: bold; cursor: pointer;}
.guideback{position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10000; background-color: #555; opacity: 0.7;; display: none}

.guidebox{position: fixed; top: 20%; left: 20%; width: 60%; margin: 0 auto; z-index: 10001; background-color: #fff; border-radius: 10px; color: #333; display: none;}
.guidetitle{font-weight: bold; font-size: 16px; padding: 20px 30px 10px 30px;}
.guidecontentbox{ max-height: 300px; padding: 0 30px 20px;}
#guidecontent {max-height: 240px; overflow: auto; padding: 15px 10px;}
.guidecontentbox a{ margin-top: 5px; border-radius: 10px;  padding: 10px;}
.red{color: red; font-weight: bold;}
.table.table-striped thead tr th{vertical-align: middle;}
.scbox {background-color: #f9f9ac;color: #333;border-radius: 10px;padding: 20px;font-size: 15px;}
        /*타이틀*/
        .sctitle {color: #f00;font-size: 20px;padding: 15px;border-radius: 15px;font-weight: 700;margin-bottom: 15px;position: relative;text-align: left;}
            /*삼각형*/
            .sctitle:before {display: inline-block;content: " ";background-color: #f9f9ac;width: 0;height: 0;border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 25px solid red;}
            /*느낌표*/
            .sctitle:after {content: "!";display: block;position: absolute;top: 20px;left: 27px;font-size: 18px;line-height: 1;color: #ffffff;}
        /*서버점검일시*/
        .scdate {color: red;line-height: 50px;font-weight: 700;}
        .scbtn {position: fixed;top: 55px;right: 10px;padding: 10px 30px;background-color: #f9f9ac;cursor: pointer;color: red;z-index: 2;font-weight: bold;border-radius: 10px;}
            /*삼각형*/
            .scbtn:before {display: inline-block;content: " ";background-color: #f9f9ac;width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 14px solid red;}
            /*느낌표*/
            .scbtn:after {content: "!";display: block;position: absolute;top: 15px;left: 36px;font-size: 10px;line-height: 1;color: #ffffff;}
        .sctop {display: inline-block;line-height: 47px;font-size: 17px;font-weight: 700;color: red;margin-left: 10px;position: relative;cursor: pointer; letter-spacing: -1.5px;}
            /*삼각형*/
            .sctop:before {display: inline-block;content: " ";background-color: #25313e;width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 18px solid red;}
            /*느낌표*/
            .sctop:after {content: "!";display: block;position: absolute;top: 17px;left: 8px;font-size: 13px;line-height: 1;color: #ffffff;}
        /*자세히보기*/
        a.scdetail {font-size: 12px;color: #fff;}

ul.style1{padding: 10px; margin-bottom: 0;}
    ul.style1 li{list-style: disc; margin-left: 30px;}
.guidecontentbox a.helpok{border-radius: 5px; padding: 10px 50px;}
.confirmtg{box-sizing: border-box; position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: none; z-index: 20001; opacity: 0.7; background-color: #000;}

#confirmtg{opacity: 1; background-color: transparent; text-align: center;}
.confirmtgbox{max-width: 50%; display: inline-block; min-width: 400px; border-radius: 5px; border: 1px solid #ddd;}
#confirmtgmsg{text-align: center; padding: 20px 50px; font-size: 16px; color: #333; background-color: #fff; max-height: 300px; overflow: auto;font-weight: bold;}
.confirmtgbtns{text-align: center; padding: 10px; background-color: #fff;}
.confirmtgbtns a{margin-left: 14px; padding: 10px 40px; border-radius: 3px; background-color: #2e2d76}
.confirmtgbtns a.cc{background-color: #7c7c7c; color: #fff; padding: 10px 25px;}
.confirmtgbtns a.cc:hover{background-color: #555;}

@media(max-width: 767px) {
    .nav-user.open.topinfossep{display: none !important}
    .nav-user{padding: 0px; width: 100%; text-align: center;}
    .nav-user li.labels{padding: 0;}
    .nav-user li.labels2{padding: 10px 15px;}
    .nav-user li.labels a{padding: 10px 5px; line-height: 40px; font-size: 15px;}
        .nav-user li.labels a:hover{background-color: #fff; color: #444;}
        .nav-user li.labels2{padding: 10px 15px; background-color: #3d4c5b}

        .topinfolist{display:none;}
        .topinfolist.active{display:block}
        .topinfolist li{text-align: center;}
            .topinfolist li.hidesd{display:none}

    .guidebox{left: 10%; width: 80%; }
    #layermessage, #layermessage2 {
        max-height: 80%;
        max-width: 96%;
        padding: 15px;
        min-width: 86%;
    }
    .confirmtgbox {
        max-width: 85%;
    }
    .navbar-fixed-top-xs {
        z-index: 1001;
    }
}