@charset "utf-8";
/* CSS Document */

/*웹폰트 Noto Sans*/
@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: normal;
    src: local('Noto Sans Light'), local('NotoSans-Light'),
    url(../fonts/eot/NotoSansKR-Light-Hestia.eot),
    url(../fonts/eot/NotoSansKR-Light-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/woff/NotoSansKR-Light-Hestia.woff) format('woff'),
    url(../fonts/otf/NotoSansKR-Light-Hestia.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: bold;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'),
    url(../fonts/eot/NotoSansKR-Medium-Hestia.eot),
    url(../fonts/eot/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/woff/NotoSansKR-Medium-Hestia.woff) format('woff'),
    url(../fonts/otf/NotoSansKR-Medium-Hestia.otf) format('opentype');
}

/************
// reset //
************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0;}
html, body {width: 100%; line-height:100%; height:auto; font-size:14px; font-family: 'Noto Sans Korean'; font-weight:normal; letter-spacing:-1px;min-width:280px;}
h1, h2, h3, h4, h5, h6 {font-weight: normal; font-size: inherit}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
img, fieldset, a {border: 0;}
img {vertical-align: middle;}
table, thead, tbody, tfoot {border-collapse: collapse; border-spacing: 0; border: 0 none; word-break: keep-all}
table th, table td {word-break: keep-all}
ul {list-style: none; word-break: keep-all}
address, em {font-style: normal}
input, select, textarea, button, form img {vertical-align: middle}
/*select, textarea, button, form img {vertical-align: middle}*/
button, input[type="submit"] {cursor: pointer}
button::-moz-focus-inner {border:0 none; padding:0}
button {border: 0; border-radius: 0}
a {text-decoration: none}
a:link {color: #000}
a:visited {color: #000}
a:hover {color: #000}
a:focus {color: #000}
strong {font-weight: bold;}

/* 관리자권한 화면 숨기기 */
.admin_level_1{display: none;}
.admin_level_2{display: none;}

/* 셀렉트박스 */
select {border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px; -webkit-tap-highlight-color:rgba(0,0,0,0.1) !important;}
.customslt{display:inline-block; vertical-align:middle; position:relative;width:100%;box-sizing:border-box;background:#fff;}
.customslt select{display:block;position:relative; width:100%; height:28px; padding:0 25px 0 4px; font-size:13px; line-height:1; border:#ccc 1px solid; background:#f7f7f7; color:#333;letter-spacing:-0.5px; box-sizing:border-box;-webkit-appearance: none;-moz-appearance: none;appearance: none; box-sizing:border-box;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;}
.customslt select::-ms-expand {display: none;}
.customslt select:focus{border-color:#0a6ecd;}
.customslt:after{content:'';display:block;position:absolute; right:1px; top:1px; width:25px; height:26px; background:url(../images/mrs/img_select.png) no-repeat 50% 12px #ccc; background-size:7px 5px;-webkit-background-size:7px 5px;pointer-events:none;}
.customslt select:disabled{background:#dbdbdb;border-color:#dbdbdb;color:#999;}

/* 인풋 */
.customtxt.label {display:inline-block; vertical-align:middle; overflow:hidden; position:relative; box-sizing:border-box; width:100%; padding-right:25px;}
.customtxt.label span.label {position:absolute; right:0px; top:0px; width:25px; height:28px; border:1px solid #ccc; border-left:0px; text-align: center; color:#666; line-height: 28px; background: #cccccc; font-size:11px; box-sizing: border-box; border-radius:0px 3px 3px 0px;-webkit-border-radius:0px 3px 3px 0px;-moz-border-radius:0px 3px 3px 0px}
.customtxt.label input{display:inline-block; position:relative; width:100%; height:28px; padding:0 6px; font-size:13px; border:#ccc 1px solid; background:#f7f7f7; color:#333; box-sizing:border-box;border-radius:3px 0px 0px 3px;-webkit-border-radius:3px 0px 0px 3px;-moz-border-radius:3px 0px 0px 3px;}
.customtxt{display:inline-block; vertical-align:middle; overflow:hidden; position:relative; box-sizing:border-box;width:100%;}
.customtxt input{display:block; position:relative; width:100%; height:28px; padding:0 6px; font-size:13px; border:#ccc 1px solid; background:#f7f7f7; color:#333; box-sizing:border-box;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;}
.customtxt input[type='date']{line-height:1;vertical-align:middle;}
.customtxt input[type='text'],
.customtxt input[type='number'],
.customtxt input[type='password'],
.customtxt input[type='date'],
.customtxt input[type='search']{-webkit-appearance:none;-moz-appearance: textfield;}
.customtxt input::-webkit-input-placeholder{color:#888;}
.customtxt input:-moz-placeholder{color:#888;}
.customtxt input::-moz-placeholder{color:#888;}
.customtxt input:-ms-input-placeholder{color:#888;}
.customtxt input:disabled{background:#dbdbdb;color:#999;}
.customtxt input:focus{border:#0a6ecd 1px solid;}

.customtxt.double :first-child{width:49%;display:inline-block;}
.customtxt.double :last-child{width:49%;display:inline-block;}
/*.customtxt.double:after{content:'';display:block;position:absolute; right:0px; top:0px; width:25px; height:26px; background:url(../images/mrs/img_select.png) no-repeat 50% 12px #ccc; background-size:7px 5px;-webkit-background-size:7px 5px;pointer-events:none;border: 1px solid #ccc; border-radius: 0px 3px 3px 0px;}*/

.highcharts-background{ fill: none; }
.highcharts-container{ margin-top: 10px;}
.highcharts-root{ margin-top: 15px;}
.highcharts-legend-box{height:20px;}

input[type='checkbox']{margin:0;width:auto;vertical-align:top}
/************
// style //
************/
#wrap {width:100%; height: 100%; background: #eee;}

/*헤더*/
#header {position:relative; width: 100%; height: 50px; background: #1e3269; overflow: hidden; z-index:100;}
#header img {width: 100%;}
#header .logo {position: absolute; display: block; width:26px; top:11px; left:10px;cursor: pointer}
#header .search_icon {position: absolute; display: block; width:26px; top:11px; right:50px;cursor: pointer}
#header h1.sitetitle {position:absolute; display:block; top:15px; left:50%; width:200px; height:20px; margin:0 0 0 -100px; font-size: 18px; color:#fff; font-weight: bold; text-align: center; line-height:18px;}
#btn_menu {display: block; position: absolute; right: 10px; top: 9px; width: 25px; overflow: hidden; cursor: pointer}
#btn_menu span {background: #fff; display: block; height: 2px; margin: 6px 0;position: relative; transform: rotate( 0 ); top: 0; left: 0; opacity: 1; transition: none 0.5s ease;transition-property: transform, top, left, opacity;}
/*페이지제목*/
.pagetitle_wrap {position:relative; width:100%; height:40px; background:#fff; border-bottom:1px solid #ccc;display:inline-table; z-index:50;}
.pagetitle_wrap .btn_goback {position:absolute; display:block; width:32px; top:7px; left:10px;cursor: pointer;}
.pagetitle_wrap .btn_goback img {width:100%;}
.pagetitle_wrap .btn_gonext {position:absolute; display:block; width:32px; top:3px;right:20px;cursor: pointer;}
.pagetitle_wrap .btn_gonext img {width:32px;}
.pagetitle_wrap h2 {width:80%; height:40px; font-size:17px; line-height:40px; color:#1e3269; font-weight:bold; text-align: center; margin:0 auto;}
.pagetitle_wrap h3 {width:80%; height:20px; font-size:15px; line-height:20px; color:#1e3269; font-weight:bold; text-align: center; margin:0 auto; margin-top:-10px;margin-bottom:10px;}

.bgwhite {background:#fff;}
/*중제목*/
.pagetitle_wrap + .contents .div_title {border-top:none;position:relative; width:100%; height:30px; background:#def; border-bottom:1px solid #ccc;}
.div_title {border-top:1px solid #ccc;position:relative; width:100%; height:30px; background:#def; border-bottom:1px solid #ccc;}
.div_title .btn_go_detail {position:absolute; display:block; width:28px;top:3px; right:20px;}
.div_title .btn_go_detail img {width:28px;}
.div_title h3 {width:80%; height:30px; font-size:15px; line-height:30px; color:#1e3269; font-weight:bold; text-align: center; margin:0 auto;}

/*제어화면가기 타이블*/
.div_command {position:relative; width:100%; height:32px; background:#FFF59D; border-bottom:1px solid #ccc;}
.div_command .btn_go_command {position:absolute; display:block; width:32px; top:3px;right:20px;cursor: pointer;}
.div_command .btn_go_command img {width:32px;}
.div_command h3 {width:80%; height:30px; font-size:15px; line-height:30px; color:#1e3269; font-weight:bold; text-align: center; margin:0 auto;}

/*제어화면가기 타이블*/
.div_dataInput {position:relative; width:100%; height:32px; background:#9ae1e8; border-bottom:1px solid #ccc;}
.div_dataInput .btn_go_command {position:absolute; display:block; width:32px; top:3px;right:20px;cursor: pointer;}
.div_dataInput .btn_go_command img {width:32px;}
.div_dataInput h3 {width:80%; height:30px; font-size:15px; line-height:30px; color:#1e3269; font-weight:bold; text-align: center; margin:0 auto;}

/*본문*/
#container {width:100%; height:auto; padding:10px 0px; box-sizing:border-box;}
#container .contents {position:relative; width:100%; height:auto; box-sizing: border-box;}
#container .contents.bgwhite {background:#fff;}
#container .contents.bordertop {border-top:1px solid #ccc;}
#container .contents.marineS {padding-left:100px;}
#container .contents.product {padding-left:100px;}

.graphbox {width:100%; height:auto; padding:0px; box-sizing: border-box;}
/*기본화면*/
.contbox {width:100%; height:auto; padding:0px 10px 5px; box-sizing: border-box;}
.contbox h3 {width:100%; height:34px; font-size:15px; line-height:34px; font-weight:bold; border-bottom:1px solid #666; padding-left:20px; margin-bottom: 5px; background:url(../images/mrs/icon_conttit.png) no-repeat 0px 11px; background-size:11px 13px; box-sizing: border-box;margin-bottom:10px}
.contbox .contbox_cont {
    width:100%; height:auto; display: flex !important; justify-content: space-between !important;
}
.contbox .contbox_cont .contbox_cont_inner {width:100%; height:135px; background:#fff; border-radius: 3px; margin-bottom: 8px; overflow: hidden;}
.contbox .contbox_cont .contbox_cont_inner .inner_title {position:relative; width:100%; height:28px; background:#1e3269; padding:0px 10px; font-weight: bold; color:#fff; line-height:28px; box-sizing: border-box;}
.contbox .contbox_cont .contbox_cont_inner .inner_title span.inner_title_value {position:absolute; display: block; width:100px; height:28px; top:0px; right:10px; text-align:right;}
.contbox .contbox_cont .contbox_cont_inner .inner_cont {width:100%; height:auto; padding:5px; box-sizing: border-box;}


.contbox .contbox_cont .contbox_cont_inner2 {width:100%; height:100px; background:#fff; border-radius: 3px; margin-bottom: 8px; overflow: hidden;}
.contbox .contbox_cont .contbox_cont_inner2 .inner_title {position:relative; width:100%; height:28px; background:#1e3269; padding:0px 10px; font-weight: bold; color:#fff; line-height:28px; box-sizing: border-box;}
.contbox .contbox_cont .contbox_cont_inner2 .inner_title span.inner_title_value {position:absolute; display: block; width:100px; height:28px; top:0px; right:10px; text-align:right;}
.contbox .contbox_cont .contbox_cont_inner2 .inner_cont {width:100%; height:30px; ling-height:30px;padding:3px; box-sizing: border-box;}


.contbox .contbox_cont .contbox_cont_inner3 {width:100%; height:170px; background:#fff; border-radius: 3px; margin-bottom: 8px; overflow: hidden;}
.contbox .contbox_cont .contbox_cont_inner3 .inner_title {position:relative; width:100%; height:28px; background:#1e3269; padding:0px 10px; font-weight: bold; color:#fff; line-height:28px; box-sizing: border-box;}
.contbox .contbox_cont .contbox_cont_inner3 .inner_title span.inner_title_value {position:absolute; display: block; width:100px; height:28px; top:0px; right:10px; text-align:right;}
.contbox .contbox_cont .contbox_cont_inner3 .inner_cont {width:100%; height:30px; ling-height:30px;padding:3px; box-sizing: border-box;}
/*모니터링 좌측 그래픽*/
.cont_marineS_graphic {position:absolute; width:90px; top:5px; left:5px;}
.cont_marineS_graphic .marineS_condition {width:100%; height:181px;z-index:1}
.cont_marineS_graphic .marineS_condition img {width:100%;}
.cont_marineS_graphic .marineS_position {width:100%; height:auto; background: url(../images/mrs/dot.png) repeat-y 18px 0px;}
.cont_marineS_graphic .marineS_position .marineS_position_00 {position:relative; width:100%; height:100px;}
.cont_marineS_graphic .marineS_position .marineS_position_01 {position:relative; width:100%; height:145px;}
.cont_marineS_graphic .marineS_position .marineS_position_02 {position:relative; width:100%; height:145px;}
.cont_marineS_graphic .marineS_position .marineS_position_03 {position:relative; width:100%; height:25px;}
/*그래픽 마커표시*/
.cont_marineS_graphic .marineS_position .position_marker {z-index:0;position:absolute; display: block; width:100%; height:28px; background:url(../images/mrs/marines_position.png) no-repeat 9px; background-size:20px 28px;}
.cont_marineS_graphic .marineS_position .position_marker span {display:block; width:100%; height:28px; line-height: 28px; text-align: right; color:#888; font-weight:bold; padding-right:10px; box-sizing: border-box;}
.cont_marineS_graphic .marineS_position .on .position_marker {background:url(../images/mrs/marines_position_on.png) no-repeat 9px; background-size:20px 28px}
.cont_marineS_graphic .marineS_position .on .position_marker span {color:#000;}
.cont_marineS_graphic .marineS_position .move_marker {display:none;z-index:0;position:absolute; width:100%; height:28px; background-size:20px 28px;}
.cont_marineS_graphic .marineS_position .move_marker span {display:none; width:100%; height:28px; line-height: 28px; text-align: right; color:#888; font-weight:bold; padding-right:10px; box-sizing: border-box;}
.cont_marineS_graphic .marineS_position .move .move_marker {display:block;z-index:1;background:url(../images/mrs/marines_position_on.png) no-repeat 9px; background-size:20px 28px; 
	animation-name: move;animation-duration:4s;animation-iteration-count:1;animation-fill-mode:forwards;animation-direction:normal;animation-timing-function:steps(1,end)}
.cont_marineS_graphic .marineS_position .move .move_marker span {display:block;}

.cont_marineS_info {width:100%; height:auto;}

/*모니터링 좌측 그래픽*/
.cont_product_graphic {position:absolute; width:90px; top:5px; left:5px;}
.cont_product_graphic .product_condition {width:100%; height:auto;z-index:1}
.cont_product_graphic .product_condition img {width:100%;}
.cont_product_graphic .move_position {background: url(../images/mrs/dot.png) repeat-y 18px 0px;width:100%; height:143px; position:relative;}
#gts_position {background: url(../images/mrs/dot.png) repeat-y 18px 0px;width:100%; height:143px; position:relative;}

/*GTS그래픽 마커표시*/
.cont_product_graphic .move_position .position_marker {z-index:0;position:absolute; display: block; width:100%; height:28px; background:url(../images/mrs/marines_position.png) no-repeat 9px; background-size:20px 28px;}
.cont_product_graphic .move_position .position_marker span {display:block; width:100%; height:28px; line-height: 28px; text-align: right; color:#888; font-weight:bold; padding-right:10px; box-sizing: border-box;}
.cont_product_graphic .move_position.on .position_marker {background:url(../images/mrs/marines_position_on.png) no-repeat 9px; background-size:20px 28px}
.cont_product_graphic .move_position.on .position_marker span {color:#000;}
.cont_product_graphic .move_position .move_marker {display:none;z-index:0;width:100%; height:28px; position:absolute;background-size:20px 28px;}
.cont_product_graphic .move_position:first-child {height:125px}
.cont_product_graphic .move_position .move_marker span {display:none; width:100%; height:28px; line-height: 28px; text-align: right; color:#888; font-weight:bold; padding-right:10px; box-sizing: border-box;}
.cont_product_graphic .move_position.move .move_marker {display:block;z-index:1;background:url(../images/mrs/marines_position_on.png) no-repeat 9px; background-size:20px 28px; 
	animation-name: topmove_gts;animation-duration:4s;animation-iteration-count:1;animation-fill-mode:forwards;animation-direction:normal;animation-timing-function:steps(1,end)}
.cont_product_graphic .move_position .move .move_marker span {display:block;}
.cont_product_graphic .move_position:last-child> .move_marker {display:none}

.cont_product_info {width:100%; height:auto;}


/*측정시간*/
.monitortime {display:block;background: #dddddd;text-align: center;color:#666;margin: 0px 0px 10px 0px;padding:10px 0px;}
.monitortime i {display:inline-block; width:12px; height:12px; margin-right:5px;}
.monitortime i img {width:100%;}

/*표층그래프*/
.graph {width:100%; height: auto; padding-top:0; text-align: center;}

/*버튼*/
.contbox.btn {width:100%; height:auto; padding:10px 5px; border-top:1px solid #ccc; box-sizing: border-box; text-align: center}
.contbox_cont.btn {width:100%; height:auto; padding:1px 5px; box-sizing: border-box; text-align: center; display:flex; justify-content: center;}
/*div.btn {display:inline-block; cursor: pointer;height:40px; line-height:20px; font-size:14px; font-weight: bold; text-align: center; border-radius: 5px;}*/
div.btn {display:inline-block; cursor: pointer;height:40px; line-height:20px; font-size:14px; font-weight: bold; text-align: center; border-radius: 5px;}
div.btn_search {display: inline-block;cursor: pointer;height: 26px;line-height: 26px;font-size: 14px;font-weight: bold;text-align: center;border-radius: 5px;width: 120px;margin: 0px 5px;}
@media (min-width: 320px) and (max-width: 479px){
	div.btn_search{width:76px;};
}
div.btn_md {width:auto;margin-left:12px;padding:5px 10px;display:inline;cursor: pointer;height:auto; font-size:12px; font-weight: bold; text-align: center; border-radius: 4px;}
div.btn_sm {display:inline-block; cursor: pointer;height:20px; line-height:20px; font-size:12px; padding:1px 3px; border-top:1px solid #ccc;font-weight: normal; text-align: center; border-radius: 3px; margin:1px}
div.btn i {display: inline-block; width:14px; margin-right:5px;}
div.btn i img {width:100%;}
div.btn_md i img {width:15px;}
.btn_sky {background: #0a6ecd;color:#fff}
.btn_sky:active {background: #005eb8 !important;color:#fff}
.btn_sky:hover {background: #1481e9;color:#fff}
.btn_gray {background: #eaeaea;color:gray}
.btn_gray:active {background: #BDBDBD !important;color:gray}
.btn_gray:hover {background: #f6f6f6;color:gray}

.btn_blue {background: #1e3269;color:#fff}
.btn_blue:active {background: #192958 !important;color:#fff}
.btn_blue:hover {background: #274187;color:#fff}
.btn_both {width:48%; height:auto; padding:10px 0px; border-top:1px solid #ccc; box-sizing: border-box;}
/*.btn_col {width:32%; height:auto; padding:10px 0px; border-top:1px solid #ccc; box-sizing: border-box; margin-right:1%; margin-bottom:5px;}*/
.btn_col {width:32%; height:auto; padding:10px 0px; border-top:1px solid #ccc; box-sizing: border-box; margin:3px 0.5%;}
/*.btn_col:nth-child(3n+3) {margin-right:0px;}*/
a>.btn_col{margin-right:0px;}
.btn_col2 {width:48%; height:auto; padding:10px 0px; border-top:1px solid #ccc; box-sizing: border-box; margin-right:1%; margin-bottom:5px;}
.btn_col2:nth-child(2n) {margin-right:0px;}
.btn_col3 {width:96%; height:auto; padding:10px 0px; border-top:1px solid #ccc; box-sizing: border-box; margin-right:1%; margin-bottom:5px;}


/*테이블*/
.table_wrap {width:100%; padding:10px 0px;}
table.table_type1 {width:100%;}
table.table_type1 th, table.table_type1 td {padding:2px 0px; text-align:left;}
table.table_type1 th {width:35%; color:#1e3269; font-weight:bold; background: url(../images/mrs/icon_tableth.png) no-repeat 1px 50%; background-size: 8px 8px; padding-left:12px;}
table.table_type2 {width:100%;}
table.table_type2 th, table.table_type2 td {padding:2px 0px; text-align:left;}
table.table_type2 th {width:20%; color:#1e3269; font-weight:bold; background: url(../images/mrs/icon_tableth.png) no-repeat 1px 50%; background-size: 8px 8px; padding-left:12px;}
table.table_type2 td {width:30%;}
table.table_type2 td.padding-right {padding-right:5px;} table.table_type2 {width:100%;}
table.table_type2-1 {width:100%;}
table.table_type2-1 th, table.table_type2-1 td {padding:4px 0px; text-align:left;}
table.table_type2-1 th {width:20%; color:#1e3269; font-weight:bold; background: url(../images/mrs/icon_tableth.png) no-repeat 1px 50%; background-size: 8px 8px; padding-left:12px;}
table.table_type2-1 td {width:30%;}
table.table_type2-1 td.padding-right {padding-right:5px;}
table.table_type3 {width:100%; border-top:2px solid #1e3269;}
table.table_type3 th, table.table_type3 td {padding:8px 0px; text-align:center; border-bottom:1px solid #ccc;}
table.table_type3 th {color:#1e3269;}
table.table_type3 td {color:#666;}

.lamp-label {height:28px; line-height: 28px; font-size:11px;}

table tbody:not(:first-child) tr:hover{background: #c2e9fc;}
table tbody:not(:first-child) tr:active{background: #c2e9fc;}


#div_menu{position:absolute;width:160px;right:0;z-index:100;border:1px solid #61aaef;box-sizing:border-box;background-color:white;}

#login_info{top:5px;padding:10px 10px 0 0;height:76px;text-align:right;width:100%;color:#ffffff;background-color:#61aaef;border:none;}
div#login_info>div {padding:5px;border:none;height: 30px;}
.menu_list{font-size:16px;color:#333;line-height:20px;backgound-color:white;padding:5px;}
.menu_list:active {background: #BDBDBD !important;border:0.01em solid #045FB4;}
.menu_list:hover {background: #eaeaea;}


.col-5{width:5%}
.col-10{width:10%}
.col-15{width:15%}
.col-20{width:20%}
.col-25{width:25%}
.col-30{width:30%}
.col-35{width:35%}
.col-40{width:40%}
.col-50{width:50%}
.col-60{width:60%}
.col-75{width:75%}
.col-80{width:80%}
.col-break {word-break: break-all;}
.triangle-up{
  display:inline-block;
  box-sizing:content-box;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #800040;
  margin:0;
}
.triangle-down{
  display:inline-block;
  box-sizing:content-box;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #3d9eff;
  margin:0;
}

/*연결됨*/.circle-on{display:inline-block;width:15px;height:15px;vertical-align:middle;margin:3px;line-height:100%;background-color:#04B404;-moz-border-radius: 7.5px;-webkit-border-radius: 7.5px;border-radius: 7.5px;}
/*연결안됨*/.circle-off{display:inline-block;width:15px;height:15px;vertical-align:middle;margin:3px;line-height:100%;background-color:gray;-moz-border-radius: 7.5px;-webkit-border-radius: 7.5px;border-radius: 7.5px;}
/*정지됨*/.circle-stop{display:inline-block;width:15px;height:15px;vertical-align:middle;margin:3px;line-height:100%;background-color:#ff0000;-moz-border-radius: 7.5px;-webkit-border-radius: 7.5px;border-radius: 7.5px;}
/*없음*/.circle-no{display:none;}

.text-on{color:#04B404;font-weight:bold}
.text-off{color:gray;font-weight:normal}
.tideinfo{display:flex;justify-content:space-around;text-align:center}
.tideinfo span{justify-content:space-around}

.highcharts-root{margin:0}
.highcharts-container{margin:0}

/*input range*/
input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  padding:0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #A1D0FF;
  border-radius: 1px;
  border: 1px solid #3D9EFF;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: #3D9EFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #A1D0FF;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #A1D0FF;
  border-radius: 1px;
  border: 1px solid #3D9EFF;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: #3D9EFF;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #A1D0FF;
  border: 1px solid #3D9EFF;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #A1D0FF;
  border: 1px solid #3D9EFF;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: #3D9EFF;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #A1D0FF;
}
input[type=range]:focus::-ms-fill-upper {
  background: #A1D0FF;
}

/* ---------- SWITCH 토글버튼  ----------  시작*/

.switch_container {
	height: 26px;
	left: 50%;
	margin-left: 80px;
	top: 0;
	width: 100%;
}

.switch {
	background: #ccc;
	border-radius: 16px;
	display: block;
	height: 26px;
	position: relative;
	width: 60px;
}

.switch label {
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	width: 30px;
}

.switch label:nth-of-type(1) {
	left: -80%;
	position: absolute;
	text-align: right;
}

.switch label:nth-of-type(2) {
	position: absolute;
    right: -80%;
	text-align: left;
}

.switch input {
	height: 20px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 80px;
	z-index: 2;
}

.switch input:checked~label:nth-of-type(1) { color: #61aaef; }
.switch input:checked~label:nth-of-type(2) { color: #ccc; }

.switch input~:checked~label:nth-of-type(1) { color: #ccc; }
.switch input~:checked~label:nth-of-type(2) { color: #61aaef; }

.switch input:checked~.toggle {
	left: 2px;
}

.switch input~:checked~.toggle {
	left: 36px;
}

.switch input:checked {
	z-index: 0;
}

.toggle {
	background: #61aaef;
	border-radius: 50%;
	height: 22px;
	left: 2px;
	position: absolute;
	top: 2px;
	-webkit-transition: left .2s ease;
	-moz-transition: left .2s ease;
	-ms-transition: left .2s ease;
	-o-transition: left .2s ease;
	transition: left .2s ease;
	width: 22px;
	z-index: 1;
}
/* ---------- SWITCH 토글버튼  ----------  끝*/


/* ---------- 로딩중 회전  ----------  시작*/
/*
.loader_container
{
	width:100%;
	height:100%;
	text-align:center;
	background:transparent;
	display:block;
	position:fixed;
	z-index:200;
}




*/
/* dialog confirm창 */
.ui-dialog
{
	display:none;
}

/* ---------- 로딩중 회전  ----------  시작*/
.loader{
    width: 100%;
    height: 100%;
    z-index: 600;
    position: fixed;
    /*
	
	left:50%;
	top:50%;
	margin:-40px 0 0 -40px;
    vertical-align:middle;
    
    text-align:center;
    /*background:transperate;*/
    background-color: #000000;
    opacity: 0.8;
    display:none;
    background-color: rgba( 0, 0, 0, 0.8 );
    
}
.loader .loading {
    border: 16px solid rgba( 0, 0, 0, 0.5 ); /* border: 16px solid #f3f3f3; Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    text-align:center;
    vertical-align:middle;
    position: fixed;
	left:50%;
	top:50%;
	margin:-40px 0 0 -50px;
}
.loader div.red {
    border-top: 16px solid #c9548e; /* Pink */
	color:red;
}
.loader div.green {
    border-top: 16px solid #64FE2E; /* yellow green #BCF5A9 */
}
.loader .msg{
    width: 100%;
    height: 20px;
    text-align:center;
    z-index:600;
    position:fixed;
	top:50%;
	margin:0 0 0 0;
    vertical-align:middle;
    opacity: 1.0;
    color:white;
    font-weight:bold;
}
.red ~.loader .msg
{
	color:red;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes down {
	0% {
		top: -30px;
	}
	15% {
		top: -25px;
	}
	30% {
		top: -15px;
	}
	45% {
		top: -5px;
	}
	60% {
		top: 0px;
	}
	75% {
		top: 0px;
	}
	100% {
		top: 0px;
	}
}

@keyframes up {
	0% {
		top: 0px;
	}
	15% {
		top: -5px;
	}
	30% {
		top: -15px;
	}
	45% {
		top: -25px;
	}
	60% {
		top: -30px;
	}
	75% {
		top: -30px;
	}
	100% {
		top: -30px;
	}
}

@keyframes move{
	0% {
		top: 5px;
	}
	10% {
		top: 17px;
	}
	20% {
		top: 29px;
	}
	30% {
		top: 41px;
	}
	40% {
		top: 53px;
	}
	50% {
		top: 65px;
	}
	60% {
		top: 77px;
	}
	70% {
		top: 89px;
	}
	80% {
		top: 101px;
	}
	90% {
		top: 113px;
	}
	100% {
		top: 125px;
	}
}

@keyframes topmove{
	0% {
		top: 5px;
	}
	10% {
		top: 10px;
	}
	20% {
		top: 18px;
	}
	30% {
		top: 26px;
	}
	40% {
		top: 32px;
	}
	50% {
		top: 40px;
	}
	60% {
		top: 48px;
	}
	70% {
		top: 54px;
	}
	80% {
		top: 62px;
	}
	90% {
		top: 70px;
	}
	100% {
		top: 80px;
	}
}

@keyframes topmove_gts{
	0% {
		top: 10px;
	}
	10% {
		top: 20px;
	}
	20% {
		top: 30px;
	}
	30% {
		top: 40px;
	}
	40% {
		top: 50px;
	}
	50% {
		top: 60px;
	}
	60% {
		top: 70px;
	}
	70% {
		top: 80px;
	}
	80% {
		top: 90px;
	}
	90% {
		top: 100px;
	}
	100% {
		top: 143px;
	}
}



/*
@keyframes move{
	to{
		transform:translateY(145px);
	}
}\
*/
.sensor{
	/*background-image: url(../images/mrs/sensor.png);
	background-position: 0 0;*/
	/*background: url(../images/mrs/open.png) no-repeat; background-size:60px 181px;*/
	position:absolute;
	display:none;
	height:181px;
	width:100%;
	z-index:0;
}

.down{
	/*background-image: url(../images/mrs/sensor.png);
	background-position: 0 0;*/
	/*background: url(../images/mrs/open.png) no-repeat; background-size:60px 181px;*/
	animation: down 2s infinite forwards;
	position:absolute;
	display:block;
	height:181px;
	width:100%;
	z-index:0;
}

.up{
	/*background-image: url(../images/mrs/sensor.png);
	background-position: 0 0;*/
	/*background: url(../images/mrs/open.png) no-repeat; background-size:60px 181px;*/
	animation: up 2s infinite forwards;
	position:absolute;
	display:block;
	height:181px;
	width:100%;
	z-index:0;
}

.standby{
	/*background-image: url(../images/mrs/sensor.png);
	background-position: 0 0;*/
	/*background: url(../images/mrs/open.png) no-repeat; background-size:60px 181px;*/
	position:absolute;
	display:block;
	height:181px;
	width:100%;
	z-index:0;
}

.sensor img
{
	width:100%;
}

/* ---------- 팝업창  ----------  시작*/
.popup_container{
    width: 100%;
    height: 100%;
    z-index: 500;
    position: fixed;
    /*
	
	left:50%;
	top:50%;
	margin:-40px 0 0 -40px;
    vertical-align:middle;
    
    text-align:center;
    /*background:transperate;*/
    background-color: #000000;
    display:none;
    background-color: rgba( 0, 0, 0, 0.8 );
    display:table;
    
}
.popup_wrap{width:100%;text-align:center;dispaly:table-cell;vertical-align:middle;text-align:center}
.popup_container .on .popup{display: inline-block;}
.popup_container .popup {
	
    border: 1px solid #3498db; 
    background-color: #ffffff;
    background-color: rgba( 255, 255, 255, 1 );
    width:80%;
    height:auto;
    position: relative; padding:1em;border-radius: 25px;margin:4em 0.2em;
    display: none;text-align:center;
    /*
    border-radius: 10%;
    text-align:center;
    vertical-align:middle;
    position: fixed;
	left:50%;
	top:50%;
	margin:40% 0 0 40%;
	*/
}
.popup_container .popup .popup-cell{width:100%;}

.box{position: relative; padding:0.5em;border-radius: 25px;
  display: inline-block;width:90%;font-size:1.5em;text-align:center;font-weight:600;line-height:30px;border:1px;color:#333;background-color:#e6e6e6;}
.subtitle{width:100%;font-size:1.4em;text-align:center;font-weight:600;border:0;color:#004080;line-height:130%;margin:0.2em 0}
.subtitle0{width:100%;font-size:1.0em;text-align:center;font-weight:600;border:0;color:#333;line-height:120%;margin:0.2em 0}
.subtitle1{font-size:0.8em;text-align:center;font-weight:600;line-height:30px;border:1px;color:#333;padding:0 0.1em;}
.subtitle2{font-size:0.6em;text-align:left;font-weight:600;line-height:120%;color:#777;margin-top:1em}
.subtitle3{font-size:0.9em;text-align:center;font-weight:600;line-height:120%;color:#808040;padding:0.1em 0.3em;margin-top:1em}
.one{width:100%;border:thin solid #990000}
.popup_close{position:absolute;top:0px;right:20px;width:30px;height:30px;background-color:black;color:white;font-weight:600;line-height:200%;cursor:pointer;z-index: 1;}
.btn_close{position: absolute;
    top: 0;
    right: 0;
    width: 35px !important;
    min-width: 35px !important;
    max-width: 35px !important;
    height: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0.7;
    border-radius: 17px 0 17px 17px;
    cursor: pointer;
    background: url(../images/btn_close.png)}
/*--------------팝업창-------------끝*/
/*
.down img
{
	background: url(../images/mrs/open.png) no-repeat; background-size:20px 181px;
}
*/
/* ---------- 로딩중 회전  ----------  끝*/
.title-farmName{background-color:transparent;border:0 solid black;text-align:center;font-size:17px; line-height:40px; color:#1e3269; font-weight:bold;}
.sub_wrap{margin:0 auto;text-align:center;}

#div_popup{overflow-y:auto;	max-height:70vh;}

/* PUSHBAR */
.pushbar_locked { overflow: hidden; -ms-touch-action: none; touch-action: none; }
.pushbar_locked .pushbar_main_content.pushbar_blur { filter: blur(15px); }
.pushbar_locked .pushbar_main_content.pushbar_push { margin-left: 200px; -ms-touch-action: none; touch-action: none; }
.pushbar_overlay { z-index: -999; position: fixed; top: 0; left: 0; width: 100%; max-width: 100%; height: 100%; min-height: 100vh; will-change: opacity; transition: opacity 0.5s ease; opacity: 0; will-change: opacity; background: #21252B; }
html.pushbar_locked .pushbar_overlay { opacity: 0.2; z-index: 9999; transition: opacity 0.5s ease; -ms-touch-action: none; touch-action: none; }

/* 일부 목록 폼에 추가 */
.main_contents{
	position:absolute;
	top: 90px;
	width:100%;
}

section.search_line{
	display:block;
	background-color: #ecf0f1;
 	padding: 10px 0px;
 	display:none;
 	position: absolute;
    top: 90px;
    width: 100%;
    z-index:1;
}

/* 설정값 관리 검색 영역 */
section.search_line .search_grp1{
	float:left;
}
section.search_line .search_grp2{
	float:right;
}
.search_line .search{
	color: #1e3269;
	float:left;
	margin-right:15px;
}
.search_line div .search_grp1 div .search_input{
	border: none;
  	background-color: #fff;
  	border-radius: 3px;
  	line-height: 26px;
  	height: 26px;
  	color: #1f232c;
  	font-size: 13px;
  	padding: 0 25px 0 10px;
  	width:200px;
}
.search_line div .search_grp1 div .search_input:first-of-type{
	margin-right:1px;
}
.search_line div .search_grp2 .btn_search{
	display: inline-block;
  	cursor: pointer;
  	height: 26px;
  	line-height: 26px;
  	font-size: 14px;
  	font-weight: bold;
  	text-align: center;
  	border-radius: 5px;
  	width: 120px;
  	float:left;
}
.search_line div .search_grp1 .search_select{
	border: none;
    background-color: #fff;
    border-radius: 3px;
    line-height: 26px;
    height: 26px;
    color: #1f232c;
    font-size: 13px;
    padding: 0 10px;
}
.search_line span.searchText{
	display:inline-block;
	color:#fff;
	font-size:18px;
	font-weight:600;
}
.search_line div .search_grp2 div .search_fct .search_ckbx{
	margin: 2px 3px 0px 0px !important;
}

/*버튼-빨강*/
.btn_red{
	background: #d13d3d;
    color: #fff;
}
/*<select> 공통*/
.selectForm {
	border: 1px solid #dee1e2;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    /* padding: 0 25px 0 10px; */
    padding: 0 20px 0 10px;
}
.selectForm {
	border: 1px solid #dee1e2;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    /* padding: 0 25px 0 10px; */
    padding: 0 20px 0 10px;
}
/* 버튼 설정값 관리 */
.btn_option{
	text-align: left !important;
    padding-left: 0px !important;
    display: inline-block;
    width:90px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    /* margin-left: 3px; */
    text-align: center!important;
}

.btn_option:hover{
	cursor: pointer;
}
.fr{float:right;}
.fl{float:left;}


/* 검색 아이콘  스타일 */
#searchIcon{
	float:right;
	cursor: pointer;
	position:fixed;
	right:16px;
	color:#1e3269;
}
/*테이블 화면에서 hover 효과 없애기*/
table tbody:not(:first-child) tr.nonehover:hover{
	background: #ffffff;
}
/* 입력 form */
.input-txt{
	border: 1px solid #e2e2e2;
	background-color: #fff;
	border-radius: 3px;
	line-height: 26px;
	height: 26px;
	color: #1f232c;
	font-size: 13px;
	/* padding: 0 25px 0 10px; */
	padding: 0 20px 0 10px;
}
.tal {
    text-align: left !important;
}
.tar {
    text-align: right !important;
}
/*width 공통*/
.w10 {
	width:10%;
}

.w20 {
	width:20%;
}

.w30 {
	width:30%;
}

.w40 {
	width:40%;
}

.w50 {
	width:50%;
}

.w60 {
	width:60%;
}

.w70 {
	width:70%;
}

.w80 {
	width:80%;
}

.w90 {
	width:90%;
}

.w100 {
	width:100%;
}

/*제목*/
/*
.title {
	height : 40px;
	line-height:40px;
	font-size:20px;
	font-weight: bold;
	padding:10px;
	background-color: #ffffff;
}
*/

/*padding 공통*/
.pd5 {
	padding: 5px;	
}
.pd10 {
	padding: 10px;	
}
.pd15 {
	padding: 15px;	
}
/* 목록 버튼 */
.btn_gray {background: #eaeaea;color:gray}
.btn_gray:active {background: #BDBDBD !important;color:gray}
.btn_gray:hover {background: #f6f6f6;color:gray}
/* 수정 버튼 */
.btn_brown{background:#d18f02; color:#fff;}
.btn_brown:active{background:#bc8001; color:#fff;}
.btn_brown:hover{background:#d59a1b; color:#fff;}

/*margin 공통 */
.mt5{
	margin-top: 5px;
}

.mt10{
	margin-top: 10px;
}

.mt15{
	margin-top: 15px;
}

.mt20{
	margin-top: 20px;
}

.ml5{
	margin-left: 5px;
}

.ml10{
	margin-left: 10px;
}

.mr5{
	margin-right: 5px;
}

.mr10{
	margin-right: 10px;
}
/* page_box */
.page_box{
	text-align:center;
}
.page_box ul{
	display: inline-block;
    padding-left: 0;
    margin: 5px 0;
    border-radius: 0;
}
.page_box ul li{
	display: inline;
}
.page_box ul li a, .page_box ul li a:focus, .page_box ul li a:hover, .page_box ul li a.hover{
    z-index: 3;
    color: #fff;
    background-color: #1e3269;
    border-color: #1e3269;
}
.page_box ul li a{
	position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1e3269;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
   	line-height: 1.5;
}
@media (max-width: 991px){
	.page_box ul li a{
		padding: 5px 11.5px;
	}
	.page_box ul li.mb_nonepg{
		display:none;
	}
}
/*popup */
.kit-icon-modal-close { background-position:-24px -256px; } /* 닫기 */
.modalPopup {display: none; position:fixed;  top:14%; left:50%; border-radius:5px;  margin-left:-220px; min-width:440px; box-shadow: rgba(0,0,0,0.5) 0 0 0 9999px;z-index: 100;}
.modalPopup .modalHead {color: white;font-size: 18px;font-weight: bold;padding: 15px 10px;background: #1e3269;line-height: 24px;display: block; border-top-left-radius: 5px;border-top-right-radius: 5px;}
.modalPopup .modalHead button.modalClose { vertical-align:top; float:right; cursor:pointer; color:white;}
.modalPopup .modalHead i.modalIcon { vertical-align:top; width:24px; height:24px;}
.modalPopup .modalHead p.modalHeadTitle { width:calc(100% - 70px); display:inline-block; }
.modalPopup .modalBody {background: white;color:#757575; font-size:13px; line-height:18px; word-break:keep-all; padding: 13px 0 13px 13px;}
.modalPopup .modalBody #alarm_title{line-height:34px;color:#1e3269;font-size:23px;font-weight:bold;    padding-bottom: 5px;}
.modalPopup .modalBody #alarm_time{color:#aaa;font-size:18px;text-align:right; padding-bottom: 5px;    padding-right: 13px;}
.modalPopup .modalBody #alarm_msg{line-height: 30px;height:102px; overflow-y:auto; overflow-x:hidden; font-size:20px;margin-top:3px;    padding-bottom: 5px; word-break: break-all;}
.modalPopup .modalBody #alarm_image h2{line-height:34px;color:#1e3269;font-size:23px;font-weight:bold;    padding-bottom: 5px;}
.modalPopup .modalFoot {width:100%;}
.modalPopup .modalFoot > button.modalButton {line-height:40px; color: white; background: #1e3269; font-size:16px; font-weight:600;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.modalPopup .modalFoot > button.modalButton.borderRight { border-right:1px solid #dee1e2; }
.modalPopup.modalPopupScroll { top:30%; }
.modalPopup.modalPopupScroll .modalBody { max-height:50px; overflow-y:scroll; }
.modalPopup.modalPopupScroll .modalBody::-webkit-scrollbar { width:10px; }
.modalPopup.modalPopupScroll .modalBody::-webkit-scrollbar-track { background:#f1f4f7; }
.modalPopup.modalPopupScroll .modalBody::-webkit-scrollbar-thumb { background:#92aabb; }
.modalPopup.modalPopupScroll .modalBody::-webkit-scrollbar-thumb:hover { background:#71aac9; }
.modalPopup.modalPopupScroll .modalBody {scrollbar-3dLight-Color: #f1f4f7; scrollbar-arrow-color: #92aabb; scrollbar-base-color: #f1f4f7; scrollbar-Face-Color: #92aabb; scrollbar-Track-Color: #f1f4f7; scrollbar-DarkShadow-Color: #f1f4f7; scrollbar-Highlight-Color: #f1f4f7; scrollbar-Shadow-Color: #f1f4f7}
.close {position: absolute;right: 8px;top: 10px;width: 30px;height: 28px;}
.close:before, .close:after {position: absolute;left: 15px;content: ' ';height: 33px;width: 2px;background-color: #fff;}
.close:before {transform: rotate(45deg);}
.close:after {transform: rotate(-45deg);}
@media (min-width: 320px) and (max-width: 479px) {
	.modalPopup { max-width:96%; min-width:96%; left:2%; margin-left:0; }
}
