body {
    background-color: #fff;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    /*font-family:돋움체, DotumChe, monospace !important;*/
    /*outline:1px solid gold;*/
}

body, a, div, span, select, input, button, ul, li {
    font-family: 'tahoma', sans-serif, 돋움체, DotumChe, monospace !important;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

li {
    list-style-type: none;
}

#wrap {
    width: 100%;
    min-width: 1200px;
}

#header_wrap, #contain_wrap, #footer_wrap {
    width: 100%;
}

#contain_wrap {
    background-color: #ffffff;
    padding: 30px 0;
}

#header {
    margin: 0 auto;
    height: auto;
    /*border-bottom:1px solid #ccc;*/
    background-image: none;
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    background-attachment: fixed;
    /*background-position: bottom;*/
    /*background-color: #02335e;*/
    background-color: #FFFFFF;
    width: 100%;
}

#logo {
    width: 16%;
    float: left;
}

#logo > a {
    display: block;
    line-height: 69px;
}

#logo > a > img {
    width: 100%;
    vertical-align: middle;
}


.slide_window {
    height: 340px;
    width: 100%;
}

#nav_wrap {
    position: relative;
    width: 100%;
    z-index: 1000;
    height: 50px;
    /*border-top: 1px solid #ebeff0;*/
    border-bottom: 1px solid #ebeff0;
    margin: 0 auto;
    background-color: #461E7D;
    /*box-shadow: 0 -1px 15px rgba(0,0,0,.7);*/
}

#nav_wrap:after {
    content: "";
    display: block;
    clear: both;
}

#header_info {
    width: 100%;
    /*background-color: #ebeff0;*/
    background-color: #461e7d;
    /*border-bottom: 2px solid #dbe1e1;*/
    height: 40px;
    overflow: hidden;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .7);
    z-index: 1111;
}

#info_wrap {
    width: 1200px;
    margin: 0 auto;
}

#welcomeuser {
    float: left;
    line-height: 41px;
}

#welcomeinfo {
    line-height: 41px;
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    /*border-right:2px solid #dbe1e1;*/
    padding: 0 10px;
    /*background-color: #7d9dbb;*/
    color: #fff;
}

#welcomeuser > img {
    display: none;
    border-right: 2px solid #dbe1e1;
    border-left: 2px solid #dbe1e1;
}

#userinfo, #logout, #zoomBtn {
    float: right;
    /*border-right:2px solid #dbe1e1;*/
    transition: all .3s ease;
}

#userinfo {
    background-color: #3A1968;
    /*border-left:2px solid #dbe1e1;*/
}

#userinfo:hover {
    background-color: #004e90;
}

#userinfo:active {
    background-color: #004279;
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .7);
}

#logout {
    background-color: #3A1968;
}

#logout:hover {
    background-color: #004e90;
}

#logout:active {
    background-color: #004279;
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .7);
}

#zoomBtn > a:hover {
    background-color: #004e90;
}

#zoomBtn {
    line-height: 40px;
    display: none;
}

.lt-ie10 #zoomBtn {
    display: none;
}

#zoomBtn > a {
    display: inline-block;
    background-color: #3A1968;
    color: #ffffff;
    height: 40px;
    width: 40px;
    text-align: center;
    transition: all .3s ease;
}

#zoomBtn > a > img {
    width: 100%;
}

#info_nav {
    width: 1200px;
    margin: 0 auto;
}

#info_nav > li {
    padding: 0 /*10px*/;
}

#info_nav > li:after {
    content: "";
    display: block;
    clear: both;
}

#info_nav > li > a {
    display: inline-block;
    margin-top: 10px;
    line-height: 15px;
    height: 15px;
    width: 15px;
    font-size: 13px;
    color: #abb0cf;
    transition: all .3s;
    margin-left: 7px;
}

#info_nav > li:first-child > a {
    background-image: url("/img/icons-user-grey.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#info_nav > li:last-child > a:last-child {
    background-image: url("/img/icons-logout-grey.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

#info_nav > li > a:hover, #info_nav > li > a:focus {
    color: #111;
}

#header_logo {
    height: 72px;
    line-height: 72px;
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    position: relative;
    /*background-image: url('/img/bg0.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}

#thumbinfo {
    position: absolute;
    top: 0;
    right: 50px;
}

#header_logo:after {
    content: "";
    display: block;
    clear: both;
}

#gnv:after {
    content: "";
    display: block;
    clear: both;
}

#gnv {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

#gnv > li {
    padding: 0px 10px;
}

#gnv > li:after {
    content: "";
    display: block;
    clear: both;
}

#gnv > li > a {
    line-height: 50px;
    /*line-height:60px; */
    font-size: 16px;
    font-weight: bold;
    color: #00106e;
    transition: all .3s;
    vertical-align: bottom;
}

#gnv > li > a:hover, #gnv > li > a:focus {
    color: #a4b3d2;
    opacity: .3;
}

#gnv > li > ul > li {
    height: 30px;
}

#gnv li ul li {
    padding: 5px 20px;
    background-color: #0087CA;
    /*	border-top:4px solid #0087CA;	*/
    text-align: center;
    transition: all .5s;
}

#gnv li ul li a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 30px;
}

#gnv li ul li:hover, #gnv li ul li:focus {
    background-color: #064F73;
    /*	border-top:4px solid #5A90FF;	*/
}

.navbar {
    width: 100%;
    height: 3px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #9078B1; /*#2196FF;*/
}

#nav1, #nav2, #nav3, #nav4, #nav1sub, #nav2sub, #nav3sub {
    /*border-right:1px solid #ebeff0;*/
    overflow: hidden;
    float: left;
    height: 50px;
    line-height: 50px;
}

#nav1 {
    /*border-left:1px solid #ebeff0;*/
}

#nav1, #nav2, #nav3 {
    cursor: pointer;
    padding: 0 15px;
    font-weight: 900;
    position: relative;
    /*color: #9aaebb;*/
    color: #6c89b4;
    /*background-color: #fff;*/
}

#nav1:hover, #nav2:hover, #nav3:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
    color: #fff;
}

#nav2sub ul li:last-child, #nav3sub ul li:last-child {
    border-right: none;
}

#nav4 {
    float: right;
    font-size: 12px;
    color: #fff;
    border: none;
    margin-right: 20px;
}

#nav1sub, #nav2sub, #nav3sub {
    width: 0;
}

#nav1sub ul li, #nav2sub ul li, #nav3sub ul li {
    float: left;
    position: relative;
    background-color: transparent;
}

#nav1sub ul li:hover, #nav2sub ul li:hover, #nav3sub ul li:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    z-index: 1111;
}

#nav1sub ul li:hover, #nav2sub ul li:hover, #nav3sub ul li:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}

#nav1sub ul li:hover .subnavbar, #nav2sub ul li:hover .subnavbar, #nav3sub ul li:hover .subnavbar {
    height: 0;
}

.subnavbar {
    width: 100%;
    height: 3px;
    overflow: hidden;
    position: relative;
    top: 0;
    margin: 0 auto;
    /*left:0;*/
    background-color: #245a8c;
    transition: all .3s ease;
}

#nav1sub a, #nav2sub a, #nav3sub a {
    display: block;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 700;
    color: #aaaaaa;
}

#nav1sub a:nth-child(2n+0), #nav2sub a:nth-child(2n+0), #nav3sub a:nth-child(2n+0) {
    /*border:1px solid #ebeff0;*/
    border-top: none;
    border-bottom: none;
    /*box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .1);*/
}

#nav1sub a:hover, #nav2sub a:hover, #nav3sub a:hover {
    color: #fff;
}

/*#nav1sub li:nth-child(2n+0), #nav2sub li:nth-child(2n+0){
    border:1px solid #ebeff0;
    border-top:none;
    border-bottom:none;
}*/
.sub-nav li {
    background-image: url("/img/shadow-h.png");
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

#footer_wrap {
    height: 100px;
    /*background-color:#245A8C;*/
    background-color: #000000;
    overflow: hidden;
    border-top: 1px solid #183b5c;
}

#footer {
    /*background-image: url("/img/footer.png");
    background-repeat: no-repeat;
    background-size: cover;*/
}

.box-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.margin0 {
    margin: 0;
}

.display-block {
    display: block;
}

.display-block-enl {
    display: block;
    background-color: #461e7d;
}

.display-inlineblock {
    display: inline-block
}

.display-inline {
    display: inline;
}

.display-none {
    display: none;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-static {
    position: static;
}

.position-fixed {
    position: fixed;
}

.width100p {
    width: 100%;
}

.width90p {
    width: 90%;
}

.width80p {
    width: 80%;
}

.width70p {
    width: 70%;
}

.width60p {
    width: 60%;
}

.width50p {
    width: 50%;
}

.width40p {
    width: 40%;
}

.width35p {
    width: 35%;
}

.width30p {
    width: 30%;
}

.width32p {
    width: 32%;
}

.width29p {
    width: 29%;
}

.width38p {
    width: 38%;
}

.width33p {
    width: 33%;
}

.width20p {
    width: 20%;
}

.width10p {
    width: 10%;
}

.width45p {
    width: 45%;
}

.width54p {
    width: 54%;
}

.width55p {
    width: 55%;
}

.width41p {
    width: 41%;
}

.width27p {
    width: 27%;
}


.height100p {
    height: 100%;
}

.height90p {
    height: 90%;
}

.height80p {
    height: 80%;
}

.height70p {
    height: 70%;
}

.height60p {
    height: 60%;
}

.height50p {
    height: 50%;
}

.height40p {
    height: 40%;
}

.height30p {
    height: 30%;
}

.height20p {
    height: 20%;
}

.height10p {
    height: 10%;
}

.fontSize10px {
    font-size: 10px;
}

.fontSize11px {
    font-size: 11px;
}

.fontSize12px {
    font-size: 12px;
}

.fontSize13px {
    font-size: 13px;
}

/*.fontSize14px{ font-size:14px; }*/
.fontSize15px {
    font-size: 15px;
}

.fontSize16px {
    font-size: 16px;
}

.fontSize17px {
    font-size: 17px;
}


/** ��ħ���� **/
.overflowX_visible {
    overflow-x: visible;
}

.overflowX_auto {
    overflow-x: auto;
}

.overflowX_scroll {
    overflow-x: scroll;
}

.overflowX_hidden {
    overflow-x: hidden;
}

.overflowY_visible {
    overflow-y: visible;
}

.overflowY_auto {
    overflow-y: auto;
}

.overflowY_scroll {
    overflow-y: scroll;
}

.overflowY_hidden {
    overflow-y: hidden;
}

.overflow_auto {
    overflow: auto;
}

.text_overflow_ellipsis {
    text-overflow: ellipsis;
}

.overflow-hidden {
    overflow: hidden;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.clear-both {
    clear: both;
}

.margin-center {
    margin: 0 auto;
}

.textalign-center {
    text-align: center;
}

.textalign-right {
    text-align: right;
}

.textalign-left {
    text-align: left;
}

.padding30px0 {
    padding: 30px 0;
}


.title {
    border-bottom: 1px solid #dbe1e1;
    height: 58px;
    /*background-color:#f1f1f2;*/
    line-height: 58px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

h2.title {
    padding-top: 10px;
}

.sub-title {
    border-bottom: 1px solid #DBE1E1;
    /*border-top:1px solid #ccc;*/
    margin-bottom: 25px;
    /*background-image:url('/img/shadow.png');*/
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: bottom;*/
}

/* sub-key image */
.key_window {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 200px;
    text-align: center;
    /*background-attachment: fixed;*/
}

.dispatch_window {
    background-image: url("/img/enernoc04.jpg");
}

.dispatch_window_b {
    background-image: url("/img/enernoc07.jpg");
}

.dashboard-window {
    background-image: url("/img/slide_window.jpg");
}

.dashboard-window-b {
    background-image: url("/img/enernoc03.jpg");
}

.user_pass_window {
    background-image: url("/img/user-pass-window.jpg");
}

.statement-window {
    background-image: url("/img/key-window-statement.jpg");
}

.bid_window {
    background-image: url("/img/bid.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bid_result_window {
    background-image: url("/img/bid_result.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.background-slide {
    background-image: url("/img/slide_window.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}

/* banner_area */
.banner_area {
    margin: 15px 0;
}

.banner_area div {
    margin: 1%;
    height: 264px;
}

.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner ul {
    height: 264px;
}

.banner.b1 {
    background-image: url("/img/banner_01.jpg");

}

.banner.b2 {
    background-image: url("/img/banner_02.jpg");

}

.banner.b3 {
    background-image: url("/img/banner_03.jpg");
}

.banner ul li {
    color: #fff;
    font-weight: 900;
    overflow: hidden;
}

.banner ul li:first-child {
    background-color: rgba(0, 0, 0, .7);
    padding: 4% 0 2%;
    height: 20%
}

.banner ul li:last-child {
    background-color: rgba(0, 0, 0, .7);
    height: 74%;
}


/* timeline style*/
.timeline_area {
    overflow: auto;
    height: 400px;
}


.widget {
    background: #fff;
    clear: both;
    margin-bottom: 20px;
    margin-top: 0;
    -webkit-box-shadow: 0 0px 5px #ddd;
    -moz-box-shadow: 0 0px 5px #ddd;
    box-shadow: 0 0px 5px #ddd;
}

.widget-title {
    background: #f2f2f2;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    /*background-image: -linear-gradient(top, #ffffff 0%, #f2f2f2 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    height: 36px;
    border-bottom: 1px solid #fff;
}

.widget-title > h4 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 11px 10px 15px;
    line-height: 12px;
    margin: 0;
}

.widget-title > h4 i {
    font-size: 14px;
    margin-right: 2px;
}

.widget-title span.tools {
    border-left: 1px solid #E0DEDE;
    float: right;
    margin: 2px 0 0;
    padding: 6px 5px 6px 10px;
}

.widget-title span.tools > a {
    display: inline-block;
    margin-right: 5px;
    color: #979797;
    font-size: 14px;
    text-decoration: none;
}

.widget-title span.tools > a:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: .6;
}

.widget-title .btn-group {
    margin-right: 5px;
    margin-top: -2px;
}

.widget-title .btn-group .caret {
    margin-top: 8px;
    margin-left: 3px;
}

.widget-body {
    /*height:50px;*/
    min-height: 50px;
    line-height: 50px;
    margin: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    border-bottom: 1px solid #dbe1e1;
    position: relative;
}

.widget-body:after {
    content: "";
    display: block;
    clear: both;
}

.timeline-messages:before {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 58px;
    top: 0;
    width: 2px;
}

.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
    content: "";
    left: 20px;
    position: absolute;
    top: -2px;
}

.timeline-messages, .msg-time-chat {
    position: relative;
}

.msg-time-chat:first-child:before {
    margin-top: 16px;
}

.msg-time-chat:before {
    background: #CCCCCC;
    border: 2px solid #FAFAFA;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    height: 10px;
    margin: 23px 0 0 47px;
    width: 10px;
}

.msg-time-chat:hover:before {
    background: #A5D16C;
}

.msg-time-chat:first-child {
    padding-top: 0;
}

.message-img {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}

.message-img img {
    display: block;
    height: 44px;
    width: 44px;
}

.message-body {
    margin-left: 74px;
}

.msg-time-chat .text {
    background: #fbfbfb;
    border: 1px solid #E5E5E5;
    padding: 10px;
}

.msg-time-chat p {
    margin: 0;
}

.msg-time-chat .attribution {
    color: #666666;
    font-size: 11px;
    margin: 0px 0 5px;
}

.msg-time-chat {
    overflow: hidden;
    padding: 8px 0;
}

.msg-in a {
    color: #22878E;
}

.msg-out a {
    color: #B14C4C;
}

/* .form-control */
.form-control {
    /*display:block;*/
    /*height:32px;*/
    /*padding:6px 12px;*/
    font-size: 14px;
    /*line-height:1.42857143;*/
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}*/
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto;
}


/* select / input */
input[type="text"] {
    background: #fff no-repeat right /*, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9))*/;
    background-color: #fff;
    padding: 0 30px 0 15px;
    /*border:1px solid #aaa;*/
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    font-size: 14px;
    height: 50px;
    vertical-align: top;
}

select.selTime {
    background: url('/img/a_icon.png') no-repeat right /*, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9))*/;
    background: url('/img/a_icon.png') no-repeat right /*, -ms-linear-gradient(top,  #FBFBFB 0%,#E9E9E9 100%)*/;
    background: url('/img/a_icon.png') no-repeat right /*, gradient(top,#FBFBFB), #FBFBFB 0%,#E9E9E9 100%)*/;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FBFBFB, endColorstr=#E9E9E9)";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 9px 30px 8px 15px;
    /*border:1px solid #aaa;*/
    border: none;
    height: 50px;
    font-size: 14px;
    vertical-align: top;
}

select.selTime#site_id {
    width: 300px;
}

div.textalign-right > .seltime {
    vertical-align: top;
}

input.calendar {
    background: url('/img/calendar.png') no-repeat right /*, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9))*/;
    background: gradient(top, #FBFBFB), #FBFBFB 0%, #E9E9E9 100%);
    background: -ms-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FBFBFB, endColorstr=#E9E9E9)";
    width: 80px;
}

input[type="radio"] {
    width: 17px;
    height: 17px;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

#profiling_form:after {
    content: "";
    display: block;
    clear: both;
}

#profiling_form label {
    /*margin-left: 15px;
    margin-right: 13px;*/
}

#profiling_form > div {
    border-right: 1px solid #DBE1E1;
    padding-right: 15px;
}

.label-font {
    font-size: 16px;
}


/* calendar table */
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    border: 0;
    font-weight: 700;
    width: 100%;
    padding: 4px 0;
    background: no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #E9E9E9));
    /*background-color:#f5f5f5;*/
    color: gray;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
    font-size: .8em;
    background-color: rgba(0, 0, 0, .0);
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}


#ui-datepicker-div {
    background-color: #fff;
    width: 200px;
}

.ui-datepicker td a {
    margin-bottom: 0;
    border: 0;
}

.ui-datepicker td:hover {
    color: #fff;
}

.ui-datepicker td .ui-state-default {
    border: 0;
    background: 0 0;
    margin-bottom: 0;
    padding: 5px;
    color: gray;
    text-align: center;
    filter: none
}

.ui-datepicker td .ui-state-highlight {
    color: #fff;
    background-color: #A90329;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker td .ui-state-active {
    color: #333;
    background-color: #ebebeb;
    margin-bottom: 0;
    font-size: normal;
    text-shadow: 0;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker td .ui-state-hover {
    color: #fff;
    background: #428bca;
    background-color: #428bca;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    border-color: #357ebd;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    text-align: center;
    margin-top: 0px
}

.ui-datepicker-next > :first-child, .ui-datepicker-prev > :first-child {
    text-indent: 0 !important
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    background: none !important
}

/*!
*  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
    font-family: FontAwesome;
    src: url(../static/fonts/fontawesome-webfont.eot?v=4.1.0);
    src: url(../static/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'), url(../static/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(../static/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url(../static/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}


.fa {
    /*display:inline-block;*/
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

/* button style */

.btn {
    /*margin-left:15px;*/
    vertical-align: top;
    display: inline-block;
    position: absolute;
    padding: 0 20px 0;
    text-align: center;
    text-decoration: none;
    font: bold 14px/20px Arial, sans-serif;
    height: 50px;
    line-height: 50px;

    text-shadow: 1px 1px 1px rgba(255, 255, 255, .22);

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
    top: 0;
    right: 0;

    /*-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);*/

    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;

    color: #fff;
    cursor: pointer;

    background: #9cb0c2; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #3b93e5 0%, #02447a 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b93e5), color-stop(100%,#02447a));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #3b93e5 0%,#02447a 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #3b93e5 0%,#02447a 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #3b93e5 0%,#02447a 100%);*/ /* IE10+ */
    /*background: linear-gradient(top,  #3b93e5 0%,#02447a 100%);*/ /* W3C */
}

.btn:hover {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 0px 0px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 0px 0px 2px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 0px 0px 2px rgba(0, 0, 0, .5);
    color: #555;
}

.btn:active {
    -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .8);
    -moz-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .8);
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .8);
}

.btnPad10 {
    padding: 0 10px 0;
}

/* pdf button */

.pdfStatement {
    /*margin-left:15px;*/
    display: inline-block;
    position: relative;
    padding: 9px 10px 8px;
    text-align: center;
    text-decoration: none;
    font: bold 14px/20px Arial, sans-serif;

    text-shadow: 1px 1px 1px rgba(255, 255, 255, .22);

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 2px;

    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);

    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;

    color: #fff;
    cursor: pointer;

    background: #70c9e3; /* Old browsers */
    background: -moz-linear-gradient(top, #3b93e5 0%, #02447a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b93e5), color-stop(100%, #02447a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3b93e5 0%, #02447a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3b93e5 0%, #02447a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3b93e5 0%, #02447a 100%); /* IE10+ */
    background: linear-gradient(top, #3b93e5 0%, #02447a 100%); /* W3C */
}

.pdfStatement:hover {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 0px 0px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 0px 0px 2px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 0px 0px 2px rgba(0, 0, 0, .5);
    color: #1c2c68;
}

.pdfStatement:active {
    -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .8);
    -moz-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .8);
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .8);
}

/* spanIcon ���� ������ ��� ��Ģ */
div.row > p {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

div.row > p:first-child {
    font-size: 17px;
    font-weight: 900;
    color: #125DA5;

}

div.row > p:last-child {
    font-size: 15px;
    font-weight: 100;
    color: #777;
    margin-bottom: 15px;
}

span.spanIcon {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #0091d9;
    margin-right: 10px;
}

/* ���̺� ���� */
.row table thead {
    background-color: #3A1968;
    color: #fff;
    /*font-size: 15px;*/
    font-size: 16px;
}

.row table thead th {
    height: 30px;
    line-height: 30px;
}

.row table tbody {
    background-color: #eee;
    color: #333;
    /*font-size: 14px;*/
    font-size: 16px;
    text-align: center;

}

.row table tbody td {
    height: 30px;
    line-height: 30px;

}

.table tbody tr th {
    font-size: 14px;
    font-weight: 700;
    text-align: end;
    line-height: 25px;
    padding: 0 20px;
}

#name1, #email1, #mobile1, #name2, #email2, #mobile2 {
    width: 250px;
    height: 20px !important;
    background: #fff;
    margin-bottom: 3px;
}

/* dispatch alarm div window */
#dispatch-alarm {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    /*background-color:#ac2925;*/
    background-color: rgba(150, 0, 0, .8);
    z-index: 9999;
    display: none;
    overflow: hidden;
}

#dispatch-registration {
    /*width: 800px;
    height: 400px;
    position: absolute;
    top: 20%;
    left: 50%;
    background-color: #fff;
    margin-top: -20px;
    margin-left: -400px;*/
}

#dispatch-wrap {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    margin-top: -350px;
    margin-left: -500px;
}

#dispatch-chart {
    /*width:800px;
    height:400px;
    position:absolute;
    top:50%;
    left:50%;
    background-color: #fff;
    margin-top:-250px;
    margin-left:-400px;*/
}

#dispatch-title {
    font-size: 30px;
    color: #fff;
    /*margin-top:100px;*/
    position: absolute;
    top: 100px;
    left: 18%;
}

#dispatch-table {
    /*width: 800px;
    height: 200px;
    position: absolute;
    top: 87%;
    left: 50%;
    background-color: #fff;
    margin-top: -250px;
    margin-left: -400px;*/
}

/* bid ul li style */
ul#bid {
    width: 100%;
    margin-bottom: 50px;
}

ul#bid li {
    float: left;
}

ul#bid li:last-child {
    width: 100%;

}

ul#bid:after {
    content: "";
    display: block;
    clear: both;
}

ul#bid .bid_1 {
    width: 100%;
    line-height: 50px;
    margin-bottom: 30px;
}

ul#bid .bid_1 label {
    display: inline-block;
    margin-right: 15px;
}

ul#bid .bid_1 input {
    display: inline-block;
    margin-right: 15px;
}

ul#bid .bid_2 {
    background-color: #eee;
    width: 100%;
    line-height: 50px;
    text-align: center;
}

ul#bid .bid_3 {
    line-height: 50px;
    width: 100%;
}

ul#bid .bid_4 {
    width: 55%;
}

ul#bid .bid_5 {
    width: 45%;
}

ul#bid .bid_5 ul {
    width: 100%;
}

ul#bid .bid_5 ul li {
    width: 33%;
}

ul#bid .bid_5 ul li th {
    font-size: 14px;
    font-weight: 450;
    padding-right: 10px;
}

ul#bid .bid_5 ul li tr {
    line-height: 33px;
}

ul#bid .bid_6 {
    margin-top: 15px;
    width: 100%;
}

ul#bid .bid_6 label {
    line-height: 25px;
    width: 120px;
    height: 50px;
    display: inline-block;
    float: left;
    text-align: center;
    vertical-align: top;
    background-color: #9078B1; /*#3B93E5;*/
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 900;
}

ul#bid .bid_6 textarea {
    float: right;
    display: inline-block;
    width: calc(100% - 125px);
    height: 50px;
}

ul#bid .bid_6 .btn {
    /*margin:-38px 0 0 0;*/
    float: right;
}

td input[type="text"] {
    /*background: no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));*/
    padding: 6px 10px 6px 10px !important;
    border: 1px solid #aaa;
    background-color: #fff !important;
}

/* table style */
.dispatch-standard {
    margin: 0 0;
}

table.standard {
    width: 100%;
    border-top: #6B4B97 1px solid; /*#461e7d 1px solid;       #7f6eca*/
    border-bottom: #6B4B97 1px solid; /*#461e7d 1px solid;    #7f6eca*/
    border-collapse: collapse;
!important;
    /*margin-bottom: 10px;*/
}

table.standard tbody tr:nth-child(odd) {
    background-color: #e8e8e8;
}

table.standard tbody tr:nth-child(even) {
    background-color: #eee;
}

table.standard > thead > tr {
    height: 28px;
    /*background: url("/images/common/bg_tbl_header01.gif") repeat-x;*/
    /*background:#0159A0;*/
    background-color: #461e7d; /*#1d5c91;*/
    /*background-size: contain;*/
    color: #fff;
}

table.standard > tbody > tr > td {
    padding: 10px 10px;
    text-align: center;
    border-left: #ccc 1px dotted;
}

table.standard > tbody > tr > td:first-child {
    border-left: 0;
}

table.standard > thead > tr > th {
    /*
        font-family:Trebuchet MS, Lucida, Dotum;
        font-size:12px;
    */
    font-weight: bold;
    height: 28px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    border-bottom: #cccccc 1px solid;
    border-left: #dadada 1px dotted;
    color: #fff;
}

table.standard > thead tr th:first-child {
    border-left: 0;
}

/* user information */
.userLabel {
    width: 200px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: right;
    padding-right: 50px;
    font-size: 15px;
}

.userInput {
    display: inline-block !important;
    width: 300px !important;
    height: 30px !important;
    line-height: 30px !important;
    border: 1px solid #ccc !important;
    text-align: left !important;
    text-indent: 20px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    padding: 0 !important;
    background: none !important;
}

.userId {
    background: none !important;
    width: 42% !important;
    border: none !important;
    font-size: 18px !important;
    display: inline-block !important;
    padding-right: 0 !important;
    color: #fff;
}

.spanTitle {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #6c7b87;
    font-size: 15px;
    font-weight: 700;
    /*border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;*/
    vertical-align: top;
}

.spanTitlePad15 {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: #6c7b87;
    font-size: 15px;
    font-weight: 700;
    /*border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;*/
    vertical-align: top;
}

select::-ms-expand {
    display: none;
}

.tableFont {
    font-family: 돋움체, DotumChe, monospace !important;
}

.bid_input {
    width: 65px;
    height: 19px !important;
    margin-bottom: 5px;
}

#demand-table {
    /*width:60px;*/
    width: 100%;
    box-sizing: border-box;
}

#reportsDT > thead > tr > th {
    width: 10%;
}

#reportsDT > thead > tr > th:last-child {
    width: 12%
}

.widget-body .row.datatable {
    height: 600px;
}

.widget-body-toolbar .row:after {
    content: "";
    display: block;
    clear: both;
}

#registrations tbody tr {
    cursor: pointer;
}


#svgWrap {
    box-sizing: border-box;
    zoom: .6;
}

#svgWrap a {
    margin-top: 20px;
    display: inline-block;
    margin-right: 7px;
}

#header {
    width: 100%;
}

.contain {
    box-sizing: border-box;
    width: 1200px;
    background-color: #ffffff;
    margin: 0 auto 30px;
    /*border:2px solid #fff;*/
    /*box-shadow:0 1px 5px rgba(0,0,0,.6);*/
}

#footer {
    width: 1200px;
}

.chart_contain {
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
}

.alinkBtn {
    font-size: 12px;
    color: #829096;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #829096;
    border-radius: 7px;
    text-indent: 0;
    padding: 0 10px;
    /*background-color: #fff;*/
    transition: all .7s;
    position: absolute;
    top: 13px;
    right: 0px;
}

.alinkBtn:hover {
    background-color: #829096;
    color: #fff;
}

.spanChapter {
    display: inline-block;
    /*border-right:1px solid #DBE1E1;*/
    padding: 0 20px;
    color: #4d5760;
    font-weight: 900;
}

#pageAnchor {
    display: none;
}

div.width32p > .sub-title {

}

div.sitectrl-scroll-container {
    overflow-y: scroll;
}

div.sitectrl-live-scroll-container {
    overflow-y: scroll;
    max-height: 241px;
}

/* change password */
footer .btn {
    /*margin-left:15px;*/
    vertical-align: top;
    display: inline-block;
    position: static;
    padding: 0 20px 0;
    text-align: center;
    text-decoration: none;
    font: bold 14px/20px Arial, sans-serif;
    height: 50px;
    line-height: 50px;

    text-shadow: 1px 1px 1px rgba(255, 255, 255, .22);

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
    top: 0;
    right: 0;

    /*-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);*/

    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;

    color: #fff;
    cursor: pointer;

    background: #6B4B97; /*#7F6ECA; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #3b93e5 0%, #02447a 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b93e5), color-stop(100%,#02447a));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #3b93e5 0%,#02447a 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #3b93e5 0%,#02447a 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #3b93e5 0%,#02447a 100%);*/ /* IE10+ */
    /*background: linear-gradient(top,  #3b93e5 0%,#02447a 100%);*/ /* W3C */
}

footer .btn:hover {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .0), inset 0px 0px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .0), inset 0px 0px 2px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .0), inset 0px 0px 2px rgba(0, 0, 0, .5);
    background: #9078B1; /*#004683;*/
    color: #fff;
}

footer .btn:active {
    -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .8);
    -moz-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .8);
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .8);
}

#amgineCanvas {
    position: absolute;
    top: 0;
}

#reportsDT .btn {
    position: static;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
}

#dt_basic_wrapper .btn {
    position: static;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
}

.highcharts-container {
    margin: 0 auto;
}

.upload_contain {

}

.logo_shrink {
    display: inline;
    max-height: 36px;
    max-width: 150px;
    height: auto;
    width: auto;
}
