@charset "utf-8";
@import url("common.css?v230807");

#wrap {position:relative; width:100%; height:100%; }

.Header { position:relative; background:#083bbe; }
.Header:after { display: block; content: ''; clear: both; }
.Header .logo { width:200px; height:90px; background:#1d336b; float:left; }
.Header .logo a { display:flex; height:inherit; align-items:center; justify-content:center; }
.Header .logo img { width:90%; }
.Header .inner { float:left; width:calc(100% - 200px); height:90px; }
.Header .topSide { height:calc(90px - 50px); padding:10px 0; font-size:13px; color:rgba(255,255,255,0.8); }
.Header .topSide .adminInfo { margin:0 10px; }
.Header .topSide .adminInfo li { margin:0 20px; display:inline-block; position:relative; }
.Header .topSide .adminInfo li strong,
.Header .topSide .adminInfo li b { color:#fff; }
.Header .topSide .adminInfo li + li:before { content:""; position:absolute; top:50%; left:-20px; width:2px; height:2px; background:rgba(255,255,255,0.4); }
.Header .topSide .adminInfo li:last-child:before { display:none; }
.Header .topSide .adminInfo .btn-box { position:absolute; right:10px; top:8px; }
.Header .topSide .adminInfo .btn-box a { background:rgba(255,255,255,0.8); border:solid 1px transparent; width:60px; padding:2px 5px 4px; font-size:11px; color:#083bbe; text-align:center; display:inline-block; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.Header .topSide .adminInfo .btn-box a:hover { background:#fff; }
.Header .mainMenu { border-top:solid 1px rgba(255,255,255,0.4); }
.Header .mainMenu .area { margin:0 10px; }
.Header .mainMenu .area li { display:inline-block; height:48px; }
.Header .mainMenu .area li a { height:inherit; font-size:16px; font-weight:500; padding:11px 20px; color:rgba(255,255,255,0.8); text-decoration:none; display:inline-block; position:relative; }
.Header .mainMenu .area li + li a:before { content:''; position:absolute; top:50%; left:0; width:1px; height:16px; margin-top:-8px; background:rgba(255,255,255,0.4); }
.Header .mainMenu .area li a:after { content:''; position:absolute; bottom:8px; left:20px;  width:calc(100% - 40px); height:0px; background:#fff; transition:height 0.5s ease; }
.Header .mainMenu .area li a:hover,
.Header .mainMenu .area li a.show { color:#fff; font-weight:600; }
.Header .mainMenu .area li a.show:after { height:2px; }
.Content { position:relative; width:100%; height:100%; margin:0 auto; display:flex; align-items:stretch; }
.Content .subMenu { width:200px; background:#4172ef; font-size:13px; vertical-align:top; }
.Content .subMenu li { text-align:left; }
/* Brad : padding top-bottom 간격 조정 */
.Content .subMenu li a { 
	width:100%; 
	border-bottom:solid 1px rgba(255,255,255,0.4); 
	padding:15px 20px 15px 20px; 
	color:rgba(255,255,255,0.8); 
	text-decoration:none; 
	word-break:keep-all; 
	display:inline-block;
}
.Content .subMenu li a:hover { background:#0333ae; color:#fff; }
.Content .contentBody { flex:1; position:relative; padding:0 30px 30px 30px; height:100%; min-height:650px; vertical-align:top; background:#f7f7f7; }
.Content .contentBody .conZone { /*margin-top:30px;*/ }

/* Footer */
.Footer { position:relative; border-top:solid 1px rgba(0,0,0,0.4); padding:20px 0; font-size:13px; color:#666; text-align:center; }
.Footer img { width:150px;}


/* common */
h1 { background:#083bbe; color:#fff; font-size:20px; padding:13px 20px 15px 20px; border-bottom:solid 1px rgba(255,255,255,0.4); word-break:keep-all; }
h1 i { vertical-align:-2px; }
h2 { color:#222; font-size:18px; font-weight:700; padding:15px 0 16px 8px; text-align:left; position:relative; }
h2:before { content:''; position:absolute; top:50%; left:0; width:3px; height:18px; margin-top:-9px; background:#083bbe; }
h2 .description { font-family:'Roboto', 'Noto Sans KR', '���� ����','Malgun Gothic','����','dotum', sans-serif; font-weight:400; color:#666666; margin-left:10px; position:relative; }
h2 .description:before { content:'- '; }
h3 { border-bottom:solid 1px #ccc; border-top:solid 1px #555; padding:6px 0 10px 0; font-size:20px; text-align:left; }
.sub_title2 { padding-left:14px; position:relative; }
.sub_title2:before { content:''; position:absolute; top:50%; left:0; width:8px; height:8px; margin-top:-5px; background:#4172ef; }

.gapT10 { margin-top:10px;}
.gapT20 { margin-top:20px;}
.gapT30 { margin-top:30px;}
.gapT40 { margin-top:40px;}
.gapT50 { margin-top:50px;}

.flex_wrap { display: flex; flex-wrap: wrap; margin:-15px; margin-top:20px; }
.flex_wrap li { margin:15px; padding:0 20px 20px; background:#fff; }
.flex_wrap.col2 li { width:calc(50% - 30px); }
.flex_wrap.col2 li table { width:100%; }


/* main */		.list_ty01 td
.main_wrap { width:100%; margin:100px auto 0; max-width:800px; display:flex; align-items:center; border-radius:20px; overflow:hidden; background:#fff; box-shadow: 0 0 15px rgba(0,0,0,0.1); }
.mainImg { width:50%; margin:50px 0px 40px 20px;}
.mainInfo { width:50%; padding:0 50px; }
.mainInfo .txt01 { font-size:36px; line-height:1.3; color:#333; }
.mainInfo .txt02 { margin-top:30px; font-size:18px; color:#0026b7; display:inline-block; padding: 2px 0 4px; border-top:1px solid #0026b7; border-bottom:1px solid #0026b7; }
.mainInfo .txt03 { margin-top:30px; color:#555; }

/* tab */
.tab_ty01 { position:relative;}
.tab_ty01 .faq { font-size:0; border:solid 3px #555; text-align:left;}
.tab_ty01 .faq li { border-right:solid 1px #ccc; display:inline-block;}
.tab_ty01 .faq li a { padding:10px 20px; font-size:15px; font-weight:bold; display:inline-block;}
.tab_ty01 .faq li a.show { background:#f2f2f2;}

/* table */
.list_ty01 { border-bottom:none; border-left:none; line-height:1.5;}
.list_ty01 th { background:#e5e5e5; color:#555; padding:8px 5px 6px; word-break:keep-all; }
.list_ty01 th + th { border-left:solid 1px #fff; }
.list_ty01 thead tr + tr th,
.list_ty01 tbody tr + tr th { border-top:solid 1px #fff; }
.list_ty01 td { background:#fff; color:#555; padding:8px 5px 6px; text-align:center; word-break:keep-all; border-bottom:solid 1px #e5e5e5; }
.list_ty01 tr:hover td { background:#fafafa; }
.list_ty01 tr:last-child td { border-bottom:0; }
.list_ty01 td + td { border-left:solid 1px #e5e5e5; }
.list_ty01 th strong,
.list_ty01 td strong { color:#083bbe; font-weight:600; }
.list_ty01 td a { width:100%; color:#333; font-weight:500; display:inline-block; transition:all 0.2s ease; }
.list_ty01 td a:hover { color:#000; }
.list_ty01 tr.total td { background:#f4f7fe; color:#1d336b; }
.list_ty01 tr.total td strong { color:#1d336b; }
.list_ty01 td.tl { text-align: left; }

.view_ty01 { border-top:solid 2px #bbb; border-bottom:solid 2px #bbb; line-height:20px; }
.view_ty01 th { background:#fff; color:#555; padding:10px 15px; word-break:keep-all; border-bottom:solid 1px #bbb; }
.view_ty01 th + th { border-left:solid 1px #bbb; }
.view_ty01 td { padding:10px 15px; text-align:left; word-break:keep-all; border-bottom:solid 1px #bbb; }
.view_ty01 td + td { border-left:dashed 1px #bbb; }
.view_ty01 td img { vertical-align:middle !important; }
.view_ty01 th strong,
.view_ty01 td strong { color:#083bbe; font-weight:600; }
.view_ty02 { border:solid 1px #bbb; border-bottom:none; border-left:none; line-height:20px;}
.view_ty02 th { background:#e2e9ed; border-bottom:solid 1px #bbb; border-left:solid 1px #bbb; color:#555; padding:10px;}
.view_ty02 td { border-bottom:solid 1px #bbb; border-left:solid 1px #bbb; padding:10px; text-align:left;}

.list_ty01 td input ~ p, .view_ty01 td input ~ p,
.list_ty01 td p ~ p, .view_ty01 td p ~ p { margin-top:5px; }

/* btn */
.pageArea { position:relative; margin:20px auto 0 auto; text-align:center; }
.pageArea .noBox {}
.pageArea .noBox li { display:inline-block;}
.pageArea .noBox li a { background:#fff; border:solid 1px transparent; width:30px; height:30px; line-height:30px; font-size:12px; display:inline-block; color:#888888; text-align:center; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
.pageArea .noBox li a strong { color:#555; font-weight:900; }
.pageArea .noBox li a:hover,
.pageArea .noBox li a:focus { background:#f0f0f0; }
.pageArea .noBox li a.active { background:#e5e5e5; }
.pageArea .noBox li a.prev,
.pageArea .noBox li a.next { background:transparent; }
.pageArea .noBox li a.prev:hover,
.pageArea .noBox li a.next:hover { color:#555; }

.btnAreaTc01 { margin-top:10px; text-align:center;}
.btnAreaTc02 { margin-top:20px; text-align:center;}
.btnAreaTc03 { margin-top:30px; text-align:center;}
.btnAreaTl01 { margin-top:10px; text-align:left;}
.btnAreaTl02 { margin-top:20px; text-align:left;}
.btnAreaTk03 { margin-top:30px; text-align:left;}
.btnAreaTr01 { margin-top:10px; text-align:right;}
.btnAreaTr02 { margin-top:20px; text-align:right;}
.btnAreaTr03 { margin-top:30px; text-align:right;}

.btn { min-width:100px; min-height:36px; height:auto; line-height:1.3; padding:6px 20px 5px; vertical-align:middle; font-size:13px; font-weight:bold; text-align:center; letter-spacing: -0.025em; cursor:pointer; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.btn.round { min-width:50px; -webkit-border-radius:18px; -moz-border-radius:18px; border-radius:18px; }
.btn_Blue { color:#fff; background:#083bbe; border-color:#083bbe; }
.btn_Blue.line { color:#083bbe; background:#ecf1fe; }
.btn_LBlue { color:#fff; background:#678ef2; border-color:#678ef2; } 
.btn_LBlue.line { color:#678ef2; background:#fff; }
.btn_DGray { color:#fff; background:#333333; border-color:#333333; }
.btn_DGray.line { color:#333333; background:#eeeeee; }
.btn_LGray { color:#222; background:#666666; border-color:#666666; }
.btn_LGray.line { color:#666666; background:#fff; }
.btn_Green { color:#fff; background:#02803e; border-color:#02803e; }
.btn_Green.line { color:#02803e; background:#f0fff7; }
.btn_LGreen { color:#fff; background:#5dc98d; border-color:#5dc98d; }
.btn_LGreen.line { color:#5dc98d; background:#fff; }
.btn_Red { color:#fff; background:#ad0b00; border-color:#ad0b00; }
.btn_Red.line { color:#ad0b00; background:#ffe6e4; }
.btn_LRed { color:#fff; background:#f20f00; border-color:#f20f00; }
.btn_LRed.line { color:#f20f00; background:#fff; }
.btn_Blue:hover,
.btn_LBlue:hover,
.btn_DGray:hover,
.btn_LGray:hover,
.btn_Green:hover,
.btn_LGreen:hover,
.btn_Red:hover,
.btn_LRed:hover { color:#fff; background:#222; border-color:#222; }
.btn_Blue.line:hover,
.btn_LBlue.line:hover,
.btn_DGray.line:hover,
.btn_LGray.line:hover,
.btn_Green.line:hover,
.btn_LGreen.line:hover,
.btn_Red.line:hover,
.btn_LRed.line:hover{ color:#222; background:#fff; border-color:#222; }

.btn_inputSm01 { min-width:50px; line-height:1; min-height:25px; padding:0 3px; font-size:12px; text-align:center; background:#f0f0f0; border:solid 1px #cecece; cursor:pointer; margin:3px 0; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.btn_inputSm02 { color:#ff3c00; line-height:1; min-width:50px; min-height:25px; padding:0 3px; font-size:12px; text-align:center; background:#fff; border:solid 1px #cecece; cursor:pointer; margin:3px 0; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.btn_inputSm03 { color:#fff; line-height:1; min-width:50px; min-height:25px; padding:0 3px; font-size:12px; text-align:center; background:#555; border:solid 1px #555; cursor:pointer; margin:3px 0; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}

.xi-folder, .xi-folder-o,
.xi-folder-open,
.xi-folder-add, .xi-folder-add-o,
.xi-folder-remove, .xi-folder-remove-o,
.xi-folder-check, .xi-folder-check-o { font-size:1.4em; vertical-align:-0.1em; }

/* form */
form input,
form textarea { padding: 5px; }
form input:focus,
form textarea:focus { border-color:#0026b7; }
form input::placeholder,
form textarea::placeholder { color:rgba(0,0,0,0.4); font-size:13px; }
form input[type="checkbox"],
	.checkbox { width:16px !important; height:16px !important; margin:0 !important; padding:0 !important; font-size:11px !important; background-color:#fff; border:solid 1px #c6c6c6; position:relative; }
form input[type="checkbox"]:before,
	.checkbox:before { content:'\f00c'; font-family: "Font Awesome 5 Free"; position:absolute; top:1px; left:1.5px; color:#fff !important; font-weight:900; opacity:0; transform: scale(0.5); transition:all 0.2s ease; }
form input[type="checkbox"]:checked,
	.checkbox:checked { border-color: #0026b7 !important; background-color: #0026b7 !important; }
form input[type="checkbox"]:checked:before,
	.checkbox:checked:before { opacity:1; transform: scale(1); }
form input[type="checkbox"] ~ label,
	.checkbox ~ label { margin-left:2px; }
form input[type="radio"],
	.radiobtn { width:18px !important; height:18px !important; margin:-1px 0 1px 0 !important; padding:0 !important; background-color:#fff !important; border:solid 1px #c6c6c6 !important; border-radius:9px; position:relative; }
form input[type="radio"]:before,
	.radiobtn:before { content:''; position:absolute; top:4px; left:4px; width:8px; height:8px; border-radius:6px; background:#fff; opacity:0; transform: scale(0.5); transition:all 0.2s ease; }
form input[type="radio"]:checked,
	.radiobtn:checked { border-color: #0026b7 !important; background-color: #0026b7 !important; }
form input[type="radio"]:checked:before,
	.radiobtn:checked:before { opacity:1; transform: scale(1); }
form select	{ padding: 1px 5px; padding-right:20px; position:relative; background:#fff url(../images/bg_select.svg) no-repeat right center; background-size:auto 30px; }
form select:focus { border:1px solid #0026b7; background:#fff url(../images/bg_select_focus.svg) no-repeat right center; background-size:auto 30px; }	

/* search */
.searchPan { position:relative; text-align:left;}
.searchPan .btn { min-width:6em; }
			  
.neoSearch { width:100%; position:relative; /*border:solid 1px #b6bbce; padding:0 10px 5px; background:#f0f1f5;*/ }
.neoSearch .search { border-bottom:solid 1px #b6bbce; padding:10px 0;}
.neoSearch .search:first-of-type { border-top:solid 1px #b6bbce !important; }
/*.neoSearch .search:last-of-type { border-bottom:none; }*/
.neoSearch .SMSsearch { padding:10px 0; margin-left:250px;}
.neoSearch .SMSsend { position:absolute; top:10px; left:10px; width:200px;}
.neoSearch li { border-right:dashed 1px #b6bbce; padding:0 15px; vertical-align:middle; display:table-cell;}
.neoSearch li:first-child { padding-left:0; }
.neoSearch li:last-child { border-right:none; padding-right:0;}
.neoSearch li .item01 { font-weight:bold; color:#333; display:inline-block; word-break:keep-all; }
.neoSearch li .item01 + input,
.neoSearch li .item01 + select { margin-left: 5px; }
.neoSearch li img { vertical-align:middle !important; }
.neoSearch input { vertical-align:middle;}
.neoSearch select { vertical-align:middle;}

/* login */
.index_inner { background:#f7f7f7; min-height:600px; padding:100px 0; } 
.login_wrap { width:100%; margin:0 auto; max-width:800px; display:flex; align-items:center; border-radius:20px; overflow:hidden; background:#fff; box-shadow: 0 0 15px rgba(0,0,0,0.1); }
.loginImg { width:50%; }
.loginForm { width:50%; padding:0 50px; }
.Login { position:relative; }
.Login .title { /*margin-top:10px;*/ font-size:38px; line-height:1.3; color:#333; text-align:center; }
.Login ul { position:relative; margin-top:30px; /*border-bottom:solid 1px #333; border-top:solid 1px #333; padding:30px;*/}
.Login .ipadd { position:absolute; top:88px; right:0; font-size:13px; color:#666;}
.Login ul li { padding:5px 0; position:relative; }
.Login ul li.idsave { font-size:16px; text-align:left; }
.Login ul li.idsave label { line-height:20px; font-size:14px; }
.Login ul li.input_box label { position:absolute; top:10px; left:5px; width:35px; height:30px; text-align:center; padding-top:3px; padding-right:5px; font-size:24px; color:#c6c6c6; border-right:1px solid #c6c6c6; z-index:1; transition:all 0.2s ease; }
.Login ul li.input_box input:focus ~ label { color:#0026b7; }
.Login ul li.btn {}
.Login ul li.btn a { width:100%; height:40px; line-height:40px; background:#333; color:#fff; font-size:16px; font-weight:bold; text-align:center; text-decoration:none; display:inline-block; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.Login ul li.btn a:hover { background:#0026b7;}
.Login ul input { width:100%; height:40px; font-size:16px; padding-left:50px; }
.Login .input_check { width:16px; height:16px; padding:0; }

/*����� �˻� �ڵ��ϼ�*/
.auto_complete_layer { position:absolute; left:240px; z-index:205; margin-top:2px; font-size:12px; color:#666; border:solid 1px #000000; background:#fff; padding:10px; width:450px; height:450px; text-align:left; overflow: auto; overflow-x:hidden;}
.auto_complete_layer ul li { border-bottom: solid 1px #e8e8e8; width:430px}
.auto_complete_layer ul li a { padding:6px 0; width:100%; text-decoration:none; display:inline-block;}
.auto_complete_layer ul li a:hover { background:#f8f8f8;}
.auto_complete_layer p { width:430px; text-align:right}

.auto_complete_layer.auto_complete_layer2 {width: 500px;} 

/* 20240408 버튼추가 스타일 임시적용 KYL */
.pos_wrap {position: relative; padding-top: 40px;}
.pos_con {position: absolute; width: 140px; text-align: center; left: 50%; margin-left: -70px; top: 30px;}
.pos_del {position: absolute; width: 140px; text-align: left; left: 0px; top: 30px;}

/* 스크롤 고정 */
.scroll_fix { position: sticky; top: 0;}

.list_ty_complete button {width: 150px}


.wrap_sm {max-width: 1000px;}
.wrap_md {max-width: 1200px;}

tr.not_read,
tr.not_read td{background: rgba(207, 75, 152, 0.1)!important} 

.da_wrap { margin: 30px 0px 40px}
.da_wrap::after{display: block; clear: both; content: "";}
.da_wrap .da_row {position: relative; width: 100%; font-size: 0}
.da_wrap .da_row .da_card {width: 23.1%; border: 1px solid #ddd; border-radius: 5px; display: inline-block; margin-right: 2.5%; position: relative;box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; margin-bottom: 30px;}
.da_wrap .da_row .da_card:last-child {margin-right: 0;}
.da_wrap .da_row .da_card a.da_link {position: absolute; display: block; width: 100%; padding: 5px; bottom: 0; left: 0; background: rgba(32, 60, 68, 0.3); text-align: center; color: #fff; font-size: 14px;}
.da_wrap .da_row .da_bg_primary {background: #083bbe }
.da_wrap .da_row .da_bg_secondary {background: #6c757d}
.da_wrap .da_row .da_bg_success {background: #28a745}
.da_wrap .da_row .da_bg_danger {background: #dc3545}
.da_wrap .da_row .da_bg_warning {background: #ffc107}
.da_wrap .da_row .da_bg_info {background: #17a2b8}
.da_wrap .da_row .da_bg_white {background: #fff; }

.da_wrap .da_row .da_card .da_hd {width: 100%;  padding: 20px; color: #fff; font-size: 18px; font-weight: bold;}
.da_wrap .da_row .da_card .da_hd a {color: #fff;}
.da_wrap .da_row .da_card .da_hd a.view_count {float: right; width: auto; padding: 2px 10px; text-align: center; background: crimson; color: #fff; font-size: 14px; border-radius: 25px;}
.da_wrap .da_row .da_card .da_hd.da_bg_danger a.view_count {background:#ffc107 }
.da_wrap .da_row .da_card .da_content {width: 100%; padding: 10px 15px 30px 15px; }
.da_wrap .da_row .da_card .da_content ul {}
.da_wrap .da_row .da_card .da_content ul li {height: 40px; line-height: 40px;  text-align: right; border-bottom: 1px dotted #ddd; font-size: 14px;}
.da_wrap .da_row .da_card .da_content ul li:last-child {border: none;}
.da_wrap .da_row .da_card .da_content ul li span {display: inline-block; width: 120px; float: left; text-align: left}

.da_wrap.da_wrap_first {margin: 30px 0px 0px;}

.da_wrap .da_row.da_row_half {width: 50%; float: left;}
.da_wrap .da_row.da_row_half .da_card {width: 47%;}
.da_wrap .da_row .da_card.da_card02 {height: 487px; background: #fff; overflow-y: scroll}

.da_wrap .da_row .da_card.da_card_full {width: 100%;}
.da_wrap .da_row .da_card .da_hd.da_bg_white, 
.da_wrap .da_row .da_card .da_hd.da_bg_white i {color: #000; font-weight: normal}
.da_wrap .da_row .da_card .da_hd.da_bg_white a {color: #000; font-weight: bold;}

.da_wrap .da_row .da_card.da_card_ip {height: 400px;}
.da_wrap .da_row .da_card.da_card_ip .da_content {height: 280px; overflow: hidden; overflow-y: scroll;}

.da_wrap.da_ip_wrap .da_row .da_card .da_content {min-height: 700px; background: #fff}

.da_wrap .da_row.da_board .da_card .da_hd {opacity: 0.9} 

.da_wrap.da_center .da_row .da_card {float: left!important;}
.da_wrap .da_row .da_card.da_card_ex {height: 68px; overflow: hidden;}
.da_wrap .da_row .da_card .da_ex_hd {width: 100%; padding: 5px;}
.da_wrap .da_row .da_card .da_ex_hd ul {font-size: 0;}
.da_wrap .da_row .da_card .da_ex_hd ul li {display: inline-block; width: 50%; padding: 3px; position: relative;font-size: 14px; color: #000}
.da_wrap .da_row .da_card .da_ex_hd ul li a {font-size: 14px; color: #fff; position: absolute; top: 2px; right: 20px; padding: 1px 5px; background: #17a2b8; border-radius: 3px;}
.da_wrap .da_row .da_card .da_ex_hd ul li.li_red a {background: crimson; }
.da_wrap .da_row .da_card .da_ex_hd ul li.da_ex_title span {background: #28a745; color: #fff; display: inline-block; padding: 1px 5px; border-radius: 3px;}

.da_table {padding: 0px 10px}
.da_table table {width: 100%; border-top: 1px solid #ddd;}
.da_table table thead th {font-weight: 400; color: gray}
.da_table table th,
.da_table table td {padding: 10px; color: #000; text-align: center; border-bottom: 1px solid #ddd; font-size: 15px; }
.da_table table td span {max-width: 160px; height: 22px; display: block; white-space: nowrap; overflow-x: hidden; text-overflow: ellipsis; margin: 0 auto}
.da_table table tr.bg_on {background: #f9f9f9!important}

.ncs_alarm.blinking {float: right; display: block; padding: 2px 5px; border-radius: 5px; background: crimson; color: #fff; font-size: 14px; }

.da_wrap select {min-width: 120px; padding: 0px 10px; font-size: 15px;}


.blinking{
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
  0% {opacity: 0.2;}
  100% {opacity: 1;}
}

@-moz-keyframes blink{
  0% {opacity: 0.2;}
  100% {opacity: 1;}
}

@keyframes blink{
  0% {opacity: 0.2;}
  100% {opacity: 1;}
}

.color_gray {color: gray!important}
.color_red {color: crimson}
.color_green {color: #02803e}
.color_yellow {color: #ffc107}

.fc-head {line-height: 50px;  font-weight: bold;  }
.fc-content{ color:#fff;padding: 2px; }
.fc-event {border: none;}
.fc-event, 
.fc-event-dot {background-color: transparent;}
.fc-sat,
.fc-sat span{ color:#0000FF!important; }
.fc-sun,
.fc-sun span{ color:#FF0000!important; }


.ShowChangeBtn_wrap {text-align: right}

.alert {position: relative;  padding: .75rem 1.25rem;  margin-bottom: 1rem;  border: 1px solid transparent; border-radius: .25rem; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;}
.alert-info {color: #fff;  background: #17a2b8;  border-color: #148ea1;}
.alert-warning {color: #000;  background: #fff3cd;  border-color: #ffecb5;}
.alert-danger {color: #000; background: #f8d7da; border-color: #f5c2c7}

.box_row {position: relative; margin: 15px 0px; padding: 30px; overflow: hidden; transition: 0.5s;}
.box_row .box_left {float: left}
.box_row .box_right {float: right}
.box_row::after {display: block; content: ""; clear: both; }

.box_row.on {height: 65px; padding: 20px; transition: 0.5s}

.box_row .box_title {font-size: 20px; line-height: 30px; margin-bottom: 10px; }
.box_row .box_title img {vertical-align: top; margin-right: 5px;}
.box_row .box_text {line-height: 25px;}

.box_down a {display: block; line-height: 20px; border: 1px solid #02803e; width: 250px; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;}
.box_down_right {position: absolute; right: 0; top: 10px}


tr.show_crimson th,
tr.show_crimson td{ background: black!important; color: #fff}


.da_sch {background: #fff; padding: 20px 20px 70px 20px; position: relative; width: 100%; border: 1px solid #ddd}
.da_sch button {position: absolute; bottom: 15px; left: 20px;}

.box_shadow {box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; }

ul.basic_ul {margin: 10px auto;}
ul.basic_ul li {display: inline-block; margin-right: 20px;}
ul.basic_ul li:last-child{margin-right: 0}


.da_sms {width: 100%; }
.da_wrap .da_row .da_sms .da_card .da_hd {padding: 13px 20px}
.da_sms .da_hd b {display: inline-block; padding: 3px 7px; border-radius: 5px;}
.da_sms .da_hd b.b_green {background: green; color: #fff;}
.da_sms .da_hd b.b_red {background: crimson; color: #fff;}


.Sendall_btn {position: absolute; right:50px; top: 12px;}

.set_btn {position: absolute; right: 14px; top: 20px;}
.set_btn img {width: 20px;}


.set_wrap {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000; display: none; background: rgba(0,0,0,0.5);}
.set_wrap .set_inner {position: fixed; top: 50%; left: 50%; width: 400px; height: 600px; margin-left: -200px; margin-top: -300px;  border-radius: 5px;}

.auto_row {}
.auto_row::after{content: ""; clear: both; display: block}

.auto_right {float: right;}
.auto_left {float: left;}

.auto_box {padding: 10px}

.auto_card {border: 1px solid #ddd;  border-radius: 5px;  position: relative;  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; background: #fff}
.auto_card .auto_hd { padding: 0px 10px; height: 60px; line-height: 60px; width: 100%; position: relative; font-size: 18px;}
.auto_card .auto_hd.bg_blue {background: #4172ef; color: #fff;} 
.auto_card .auto_hd a.pos_right {position: absolute; top: 0px; right: 15px;}

.auto_card .auto_content {padding: 10px}


.ss_ul li {font-weight: bold; line-height: 45px; border-top: 1px dotted #ddd}
.ss_ul li span {display: inline-block; margin-left: 20px; color: gray; font-weight: 400 }
.ss_ul li a {float: right; font-size: 13px; min-height: 25px!important; max-height: 25px; margin-top: 10px }

.color_white {color: #fff!important}

.bold {font-weight: bold;}


.auto_table {width: 100%; border-top: 1px solid #ddd}
.auto_table tr td,
.auto_table tr th {padding: 10px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; text-align: center}
.auto_table tr td:last-child{border-right: none;}
.auto_table tr th:last-child{border-right: none}
.auto_table thead tr th { background:rgba(135, 156, 186, 0.4)}

.bg_on {background: #fefefe!important}

.btn.btn_sm {min-width: 80px; height: 28px; line-height: 28px; padding: 5px 10px;}
.btn.btn_big {min-width: 160px; min-height: 40px; line-height: 40px; padding: 5px 10px;}
.btn_wraning {background: #ffc107;}
.btn_wraning.line {border: 1px solid #000;}

.auto_alarm_wrap {background: #fff; box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, .1) !important; border-radius: 5px; padding: 0px 10px; margin-top: 15px;}
.auto_alarm {padding: 10px 0px;  border-bottom: 1px dotted #ddd; height: 43px; }
.auto_alarm ul {height: 30px; overflow: hidden; width: calc(100% - 300px);}
.auto_alarm ul li a {display: inline-block; padding:2px 5px; background: #17a2b8; color: #eee; border-radius: 5px; margin-left: 5px; margin-bottom: 5px;}
.auto_alarm ul li.bg_red a {background: crimson}
.auto_inline{display: inline-block}

.c_title {font-size: 14px; padding-right: 10px; margin-right: 10px; border-right: 1px dotted #ddd; vertical-align: top}


.text_center {text-align: center}
.text_left {text-align: left!important}
.text_right {text-align: right!important}

.co_wrap .auto_table tr td,
.co_wrap .auto_table tr th {padding: 15px 10px;}

.half_table_wrap {}
.half_table_wrap .half_table {}
.half_table_wrap::after{display: block; content: ""; clear: both}
.half_table_wrap .auto_table tr th {background: #eee}

.auto_table.half_table {width: auto;}

.border_table tr td,
.border_table tr th {border-left: 1px solid #ddd; border-bottom: 1px solid #ddd!important }
.border_table tr td:last-child{border-right: 1px solid #ddd;}
.border_table tr th:last-child{border-right: 1px solid #ddd;}

.text_mini {display: block; width: 150px!important; overflow: hidden; text-overflow: ellipsis; word-break: keep-all}


.ec_tr {display: none;}
.ec_tr.on{display: table-row;}

.list_bg,
.list_bg td {background: #f9fafe!important}

.cal_wrap .da_wrap .da_row .da_card {vertical-align: top}
.cal_wrap .da_wrap .da_row .da_card .da_content ul li {height: 50px; line-height: 50px;  text-align: right; border-bottom: 1px dotted #ddd; font-size: 14px; overflow: hidden; text-overflow: ellipsis; word-break: keep-all}
.cal_wrap .da_wrap .da_row .da_card .da_content ul li:last-child {border: none;}
.cal_wrap .da_wrap .da_row .da_card .da_content ul li span {display: inline-block; width: 20px; float: left; text-align: left}


.cal_part_wrap {position: relative}
.cal_part_wrap .up_btn_wrap {}
.cal_wrap input[type='checkbox'] {height:48px!important}


.cal_wrap .da_wrap .da_row .da_card .da_content ul.da_ul_type02 li {text-align: left}
.cal_wrap .da_wrap .da_row .da_card .da_content ul.da_ul_type02 span,
.cal_wrap .da_wrap .da_row .da_card .da_content ul.da_ul_type02 a,
.cal_wrap .da_wrap .da_row .da_card .da_content ul.da_ul_type02 button {float: right; vertical-align: middle; margin-top: 7px}

.cal_wrap .da_wrap .da_row .da_card .da_content ul.da_ul_type02 li {position: relative}
.da_wrap .c_use {position: absolute; right: 120px; top: 7px;}

.er_wrap{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 100; display: none}
.er_wrap .er_inner {position: fixed; top: 50%; left: 50%; width: 80%; height: 760px; margin-left: -40%; margin-top: -380px; background: #Fff;}
.er_wrap .er_inner .er_con {position: relative; width: 100%; height: 100%;}
.er_wrap .er_inner .er_con .er_btn_wrap {position: absolute; width: 100%; text-align: center; bottom: 50px}


.er_wrap table tr td {border-bottom: 1px solid #ddd!important}


tr.bg_gray td,
tr.bg_gray:hover{background: #f3f3f3!important}


.bg_aw_blue {background: rgba(50, 50, 255, 0.03)!important}
.bg_aw_yellow {background: rgba(210, 180, 80, 0.03)!important}


.td_ul {}
.td_ul li {display: block; height: 36px; line-height: 36px; border-bottom: 1px dotted #ddd}
.td_ul li span {display:inline-block; width:120px;}

.ok_span {background: green; color: #fff; padding: 3px; border-radius: 3px;}
.no_span {background: crimson; color: #fff; padding: 3px; border-radius: 3px;}

.whex_li {position: relative}
.whex_alarm {position: absolute; right: 7px; top: 7px; width: 15px; height: 15px; border-radius: 15px; text-align: center; line-height: 15px; background: crimson; color: #fff; font-size: 12px; font-weight: bold; opacity: 0.9}

.ul_basic {}
.ul_basic li {display: inline-block; margin-right: 20px;}
.ul_basic li a {display: block; width: 120px; height: 36px; line-height: 36px; text-align: center; font-weight: bold; background: #ddd; border: 1px solid #ddd; border-radius: 5px;}
.ul_basic li.on a {background: crimson; color: #fff;}





