@charset "utf-8";
/* CSS Document */

/*******************************
 * Infomation : 야생동물 질병관리 시스템
 * FileName   : style.css 
 * Update     : 2025.07.15.
********************************/

/* Contents Import */
@import url("bootstrap.3.3.6.min.css");
@import url("bootstrap-select.css");
@import url("btn.css");
@import url("reset.css");
@import url("common.css");
@import url("common-ani.css");
@import url("program.css");
@import url("ebi.slider.css");
@import url("layout.css");
@import url("design.css");
@import url("main.css");

body{color:#666; font-size:13px; line-height:1.4; font-family:"NanumGothic", "나눔고딕", "돋움", "sans-serif"; word-break: break-all;}

/* ntarget : FORM Tag에 readonly, disabled 이면 배경 칼라변경. */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] { background-color: #eeeeee;}

/* 170118 도은, Btn 수정 */
.btnbox_move a:nth-child(2) {margin-left:0px;}
.btnbox_move a:nth-child(3) {margin-left:0px; border-radius:3px 0 0 3px;}
.btnbox_move a:nth-last-child(3) {margin-right:0px; border-radius:0 3px 3px 0; border-right:1px solid #ddd; border-left:1px solid #ddd;}
.btnbox_move a:last-child {margin-left:0px;}

.btnbox_move .move_group1 {border-radius:3px; border-right:1px solid #ddd;}
.btnbox_move .move_group1:hover {border:1px solid #666; border-radius:3px; background:#666; color:#fff;}

.btnbox_move .move_group2 {width: auto; min-width: 40px;}
.btnbox_move .move_group2 a{color:#666;}
.btnbox_move .move_group2:first-child {margin-left:7px; border-radius:3px 0 0 3px;}
.btnbox_move .move_group2:first-child:hover{ border-right:none; border-radius:3px 0 0 3px; background:#666;}
.btnbox_move .move_group2:hover {background:#666; color:#fff;}
.btnbox_move .move_group3:hover {background:#666; color:#fff;}

.btnbox_move .move_group2:last-child {margin-right:7px; border-radius:0 3px 3px 0; border-right:1px solid #ddd;}
.btnbox_move .move_group2:last-child:hover { border-radius:0 3px 3px 0; background:#666;}

.btnbox_move ul li a {display:inline-block; width:40px; text-align:center; line-height:30px;}
.btnbox_move .move_group2.active {color:#fff; background-color: #666;}
.btnbox_move .move_group2.active a{color:#fff;}
.btnbox_move .move_group3.active {color:#fff; background-color: #666;}
.btnbox_move .move_group3.active a{color:#fff;}
.btnbox_move ul li a:hover {color:#fff;}

/* AI/ASF 발생현황 버튼 (210408 이현복) */
.main_ul { list-style: none; height: 100%;}
.main_ul li { min-width: 140px; width: 25%; min-height: 60px; float: left; border: 1px solid #dadada; background-color: #efefef; text-align: center; height: 100%; cursor: pointer;}
.main_ul li:hover { background-color: #ababab;}
.main_ul li a { color: #606060 !important;}
.main_ul li a h2 { font-size: 1.8em;}
.main_ul li.on { border: 2px solid #a15c3d;}
.main_ul li.on a { color: #a15c3d !important; font-family: 'NanumGothic'; font-weight: bold !important;}
.main_ul li.off a { color: #606060 !important; font-family: 'NanumGothic';}

/* file button */
.fileBtnWrap {
    position: relative;
    overflow:hidden;
    cursor:pointer;
    width:80px;
    float: right;
}

/*
.fileBtnWrap input[type="file"] {
	position: absolute; overflow:hidden; padding: 0; margin: -1px; filter: alpha(opacity=0); ms-filter:"alpha(opacity=0)"; height:30px; -moz-opacity:0; margin-left:-430px;
	z-index: 1000; right: 300; top:0; opacity:0;
}
*/

.fileBtnWrap input[type="file"] {
position: absolute;
overflow: hidden;
padding: 0;
margin: -1px 0 0 -430px; /* (top, right, bottom, left) */
height: 30px;
right: 300px; /* px 추가 */
top: 0;
opacity: 0;
z-index: 1000;}

.fileBtnWrap label[for*="fileName"] {
	display: inline-block; padding:4px 10px 6px 10px; overflow:hidden; height:30px !important;
	font-size: inherit; vertical-align: middle;	cursor: pointer; text-align: center;
	background-color: #fdfdfd; border: 1px solid #ddd; border-radius: .25em;
}

.di_wrap3 .box_list_01 .box>div:first-child {height:40px; line-height:40px; margin-top:-20px; margin-left:-15px;}
.di_wrap3 .box_list_01 .box>div:first-child p{float:left; margin-left:15px; font-weight:bold; color:#000;}
.di_wrap3 .box_list_01 .box>div:first-child ul {float:right;}
.di_wrap3 .box_list_01 .box>div:first-child ul li {display:inline-block; margin-right:20px; font-weight:bold; color:#000;}
.di_wrap3 .box_list_01 .box>div:first-child ul li span {margin-right:4px; display:inline-block; width:12px; height:12px;}
.di_wrap3 .box_list_01 .box>div:nth-child(2) {width:120%;border:1px solid #eee; margin-left:-20px;}
.di_wrap3 .box_list_01 .box>div:last-child {vertical-align:middle;}

.resultbox .box2 input[type^="radio"] {margin:-1px 5px 0 20px;}
.resultbox .box1 p>select {margin-left:10px;}
.resultbox .box_wrap>select {margin:35px 20px 0 20px;}

.con_search {padding:30px 0; overflow:hidden; font-size:13px;}
.con_nosearch {padding:0px 0 60px 30px; overflow:hidden; font-size:13px;}
.top_btn {margin-top:40px; float:right;}
.top_btn2 {margin-top:20px; float:right;}

/* 관리자페이지 */
.admin_write label {display:inline-block; text-align:right; padding-left:5px;padding-right:20px;}
.admin_write th>span {width:15px; display:inline-block; color:red;}

.admin_list {margin:0px 0 0px 0px;}
.listContents {width:100%; max-height:491px; min-height:491px; padding:0px; overflow-y:scroll; border:1px solid #ddd; background-color:#fafafa;}
.listContents table {margin:-10px 0 0px 0px;}
.listContents table>tbody>tr {height:20px;}
.listContents2 {width:100%; height:410px; padding:0px; overflow: auto; border:1px solid #c0c0c0;}
/*position:relative;left:0; width:100%; height:420px; z-index:1; overflow: auto; top: 0px; border:1px solid #c0c0c0;*/
.listContents2 table {margin:-10px 0 0px 0px;}
.listContents2 table>tbody>tr {height:20px;}

.caption_none {visibility:hidden; font-size:0; height:0; margin: 5px; padding:0; line-height:0;}
.label_none {visibility:hidden; font-size:0; height:0; margin:0; padding:0; line-height:0;}
p.mark_title {text-align:left; clear:both; font-size: 16px; font-family: "nanumGothicBold","돋움", sans-serif; line-height: 20px; color: #000; background: url("../images/common/sub_textBg.png") no-repeat left 8px; padding-left: 20px; height: 40px;}

/* 셀렉트 */
.selectBox select {width:100%; height:30px; border:1px solid #ddd; padding-left:5px; border-radius:3px; cursor:pointer; color:#333; background: url(../images/common/select.png) no-repeat 100% 50% #fff;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
}

/* 달력(Calendar) 버튼 스타일 적용 */
img.ui-datepicker-trigger {
    vertical-align:middle; cursor:pointer; border-radius: 5px; background-color:#888 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-top: 1px solid #cbc7bd;
    border-bottom: 1px solid #cbc7bd;
}
.cal{width:100%;}
.diagCal{width:330px;}

.searchbox2 {width:100%; padding:15px; border:1px solid #bacada; border-radius:3px; background:#f2f5f8; text-align: center;}
.searchbox2 div[class^=box] p > span {color:#333; font-size:14px;}
.searchbox2 .box2 a {margin-left:5px;}
.searchbox2 .box2 a span {color:#fff;}
.searchbox2 .box2 img {padding-top:4px;}

.disReport {margin-bottom: 20px;}
.disReport th{padding:8px 0; border-bottom:2px solid #666; border-top:1px solid #666; vertical-align:middle;}
.disReport td.dr{padding:8px 0; border-bottom:2px solid #666; border-top:1px solid #666; vertical-align:middle;}
.disReport th.dr2{padding:8px 0; border-bottom:1px solid #dddddd; border-top:1px solid #dddddd; vertical-align:middle;}
.disReport td:nth-last-child(2) {font-weight:normal;}
.disReport input[type^="text"]{width:40px;}
.disReport input[type^="text"].dd{width:100%; max-width:300px;}
.disReport input[type^="text"].ee{width:100%; max-width:140px;}
.disReport td.dr{padding:8px 0; border-bottom:2px solid #666; border-top:1px solid #666; vertical-align:middle;}

/* 글자색 */
.yellow {color:#ffab18 !important;}
.red {color:#ff3823 !important;}
.gray {color:#555 !important;}
.gray2 {color:#888 !important;}
.sky {color:#00aeef !important;}
.blue {color:#0066cc !important;}
.green {color:#71b500 !important;}
.white {color:#fff !important;}
.black {color:#000 !important;}

/* 정렬방식 */
.left {text-align:left !important;}
.center {text-align:center !important;}
.right {text-align:right !important;}
.top {vertical-align:top !important;}
.middle {vertical-align:middle !important;}
.bottom {vertical-align:bottom !important;}
.floatL {float:left !important;}
.floatR {float:right !important;}
.posRel {position:relative !important;}
.posAbs {position:absolute !important;}
.posAbs.right {right:0 !important;}
.posAbs.right15 {right:15px !important;}
.posAbs.top {top:0 !important;}
.posAbs.top5 {top:5px !important;}
.posAbs.bottom {bottom:0 !important;}

/* 패딩 */
.pad_tb10 {padding:10px 0 !important;}

.pad_T0 {padding-top:0px !important;}
.pad_T5 {padding-top:5px !important;}
.pad_T10 {padding-top:10px !important;}
.pad_T15 {padding-top:15px !important;}
.pad_T20 {padding-top:20px !important;}
.pad_T30 {padding-top:30px !important;}
.pad_T50 {padding-top: 50px !important;}

.pad_B0 {padding-bottom:0px !important;}
.pad_B5 {padding-bottom:5px !important;}
.pad_B10 {padding-bottom:10px !important;}
.pad_B15 {padding-bottom:15px !important;}
.pad_B20 {padding-bottom:20px !important;}
.pad_B30 {padding-bottom:30px !important;}
.pad_B40 {padding-bottom:40px !important;}
.pad_B50 {padding-bottom: 50px !important;}

.pad_L0 {padding-left:0px !important;}
.pad_L05 {padding-left: 5px !important;}
.pad_L10 {padding-left:10px !important;}
.pad_L15 {padding-left:15px !important;}
.pad_L20 {padding-left:20px !important;}
.pad_L30 {padding-left:30px !important;}
.pad_L40 {padding-left: 40px !important;}

.pad_R0 {padding-right:0 !important;}
.pad_R05 {padding-right: 5px !important;}
.pad_R10 {padding-right:10px !important;}
.pad_R15 {padding-right:15px !important;}
.pad_R20 {padding-right:20px !important;}
.pad_R30 {padding-right:30px !important;}
.nomargin {margin:0 !important;}

/* 팝업 */
.popWrap {overflow:hidden; margin-bottom: 10px; background-color:#fff; border-radius:4px; box-shadow:0 0 15px #222;}
.popWrap .wrap1 {border-top:2px solid #000;}
.popWrap .title {position:relative; width:100%; height:50px; padding:15px 20px; font-size:16px; font-weight:600; color:#fff;}
.popWrap .title .close {position:absolute; right:0; top:0; height:50px; width:50px; border-left:1px solid rgba(255,255,255,.2); background:url(../images/common/icon_close.png) no-repeat 50%;}
.popWrap .title .close span {display:none;}
.pop_con {padding:30px;}

.smplKind.on th, tr.lock.on td {opacity:.2;}
/* .smplKind.on th, tr.lock2.on td {opacity:.2;} */
.smplKind.on th, tr.lock3.on td {opacity:.2;}
.smplKindTitle.on th, .smplKindNum.on th, tr.lock3.on td {opacity:.2;}

/*td 숫자 클래스 스타일*/
.viewRscuStatAjaxNum {text-align: right !important; padding-right: 15px !important;}
.viewDisStatTabNum {text-align: right !important; padding-right: 15px !important;}
.viewDisStatAjaxNum {text-align: right !important; padding-right: 15px !important;}
.viewDisReportNum {text-align: right !important; padding-right: 20px !important;}
.viewDisReportNum2 {text-align: right !important; padding-right: 20px !important;}
.viewDisReportNum3 {text-align: left !important; padding-left: 10px !important;}

.tdSum {font-weight:bold; background:#ececff;}

.videoTitle {margin-bottom: 10px; font-family: NanumGothic,"나눔고딕"; font-size: 20px; color:#003f3c; font-weight: bold;}
.asfBlock div {display: inline-block;}
.ASFvideo {margin-right: 30px;}
.ASFPap {position: absolute; margin-top: -8px;}
.main-video, .main-img {width: 100%; height: 92%;}

.LWDR-modal {
    height: 89%;
    margin: 44px 0;
}

.LWDR-modal div {
	background-color: #64dff2;
    border: 1px solid #888;
    border-radius: 5px;
    float: left;
    width: 100%;
    height: 41%;
    margin: 0 0 20px 0;
    object-fit: none;
    cursor: pointer;
}

.LWDR-modal div:hover {
	background-color: #5ed2e4;
}

#mySheet1-table::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: #ffffff;
}
#mySheet1-table::-webkit-scrollbar-thumb {
	background-color: #ced4da;
	border-radius: 3.5px
}
#mySheet1-table::-webkit-scrollbar-thumb:hover {
	background-color: #abd5bd;
}
#mySheet1-table::-webkit-scrollbar-track {
	background: #ffffff;
}

.tabCon {
    display: flex;
    align-items: center;
    justify-content: start;
    border-width: 1px 1px 0 0;
    border-color: #bacada;
    border-style: solid;
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    color: #8a8a8a;
    background: #f2f5f8;
    cursor: wait;
}
.tabCon.enable {
    cursor: pointer;
}
.tabSheet {
    padding: 15px 30px;
    text-align: center;
    width: 120px;
    border-left: 1px solid #bacada;
}
.tabSheet.active {
    color: #003f3c;
    background: white;
}
.sheetCon {
    position: relative;
    height: 600px;
    margin-top: 20px;
}
/*
#sheet1 {
    position: absolute;
    z-index: 1;
}
*/
#sftsMtFrame {
    position: absolute;
}

button{
    overflow: visible;
    margin: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.page_tab_wrap{ display: flex; justify-content: space-between; align-items: center;}
.page_tab_wrap.midd{ margin-top: 40px;}

.page_tab{ display: flex; border-width: 1px 1px 1px 0; border-color: #bacada; border-style: solid; width: fit-content; font-size: 14px; font-weight: 600;color: #8a8a8a; background: #f2f5f8;}
.page_tab li{ border-left: 1px solid #bacada;}
.page_tab li button{ padding: 0 30px; text-align: center; height: 50px; min-width: 120px; display: flex; align-items: center; justify-content: center; width: 100%;}
.page_tab li.active button{ background-color: #fff; color: #003f3c;}

@media (max-width: 766px) {
    .page_tab_wrap{ flex-direction: column;}
    .page_tab{ width: 100%; border-width: 1px 1px 1px 0;}
    .page_tab li{ flex: 1; min-width: auto;}
}

.chac_cont{}
.chac01{}
.chac02{ display: none;}

@media (max-width: 766px) {
    .chac01{ width: 100%;}
    .chac02{ width: 100%;}
}

.qu_facil_list{ display: flex; flex-wrap: wrap;}
.qu_facil_list li{ width: 25%; display: flex; gap: 10px; margin-top: 6px;}

.chg_des_list{ width: 100%; display: flex; gap: 30px;}
.chg_des_list li{ display: flex; align-items: center;}
.chg_des_list li strong{ font-weight: bold; margin-right: 10px; flex-shrink: 0;}
.chg_des_list li span input{ width: 100%;}
.chg_des_list li:nth-child(1) span input{ width: 140px;}
.chg_des_list li:nth-child(2) span input{ width: 200px;}
/*
.chg_des_list li:nth-child(3) span input{ width: 340px;}
.chg_des_list li:nth-child(4) span input{ width: 340px;}
*/
.chg_des_list li:nth-child(3) span{ width: 100%;}
.chg_des_list li:nth-child(4) span{ width: 100%;}
.chg_des_list li:nth-child(3){ flex: 1;}
.chg_des_list li:nth-child(4){ flex: 1;}

.chg_des_list + .chg_des_list{ margin-top: 10px;}