
.wRap {
	width:100%;
/* 	min-width:1140px; */
	overflow:hidden;
}

/* top */
.top {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	background: url('/res/timeline/images/agridna_topBg.png') no-repeat 0 0;
	background-size: 100% 100%;
	overflow: hidden;
}
.top h1 {
	display: inline-block;
	float: left;
	padding-top: 10px;
}
.top h1 img {
	width: auto;
	height: 40px;
}
.top h1 + img {
	height: 40px;
	width: auto;
	margin-top: 10px;
	margin-left: 15px;
	float: left;
}
.top h2 {
    font-family: 'GmarketSansMedium';
    color: #fff;
    width: 292px;
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 12px 0 0 15px;
    float: left;
    cursor: default;
    text-shadow:1px 1px 1px #989898;
	font-weight: 500;
}
.top .member_info {
	display: inline-block;
	float: left;
	margin-left: 40px;
	margin-top: 15px;
	padding: 5px 15px;
	background: #f2f2f2;
	border-radius: 8px;
	font-size: 14px;
	overflow: hidden;
	box-shadow:inset 1px 1px 5px #bbb;
}
.top .member_info div {
	float: left;
}
.top .member_info div > span {
	cursor: default;
}
.top .member_info div b {
	margin-right: 5px;
}
.top .member_info div a {
	margin-left: 10px;
	font-size: 12px;
	color: #31beaa;
}
.top .member_info div + a {
	display: inline-block;
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ddd;
	color: #31beaa;
}

.topRightImg {
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 999;
}
.topRightImg img {
	width: 270px;
}

@media (max-width: 1190px) {	
    .topRightImg img {
        display: none;
    }
    .top .member_info {
        float: right;
        margin-left: 0;
    }
}
@media (max-width: 900px) {	
    .top {
        background-size : cover;
        height: 120px;
    }
    .top h2 {
        width: 100%;
        margin-left: 0;
        font-size: 2.0rem;
        margin-top: 17px;
    }
    .top .member_info {
        float: unset;
        position: absolute;
        right: 20px;
    }
}
@media (max-width: 760px) {	
    .top h2 {
        font-size: 1.8rem;
    }
}
@media (max-width: 690px) {	
    .top h2 {
        font-size: 1.6rem;
    }
}
@media (max-width: 609px) {	
    .top h2 {
        margin-top: 10px;
    }
}
@media (max-width: 546px) {	
    .top .member_info div > span {
        display: none;
    }
    .top .member_info div a {
        margin-left: 0;
    }
}
@media (max-width: 370px) {	
    .top {
        height: 110px;
    }
    .top .member_info {
        padding: 1px 7px;
    }
    .top .member_info div + a {
        padding-left: 5px;
        margin-left: 5px;
    }
    .top h1 img {
        height: 30px;
    }
}
@media (max-width: 336px) {	
    .top h2 {
        font-size: 1.5rem;
        margin-top: 11px;
    }
}

/* sub.css */
.conTabWrap {
    background: #eee;
    height: calc(100vh - 60px);
}
.conTab {
    width: 100%;
    height: 45px;
    background: #fff;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
}
.conTab li a {
    color: #797979;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.24px;
    width: 180px;
    display: block;
    height: 45px;
    line-height: 40px;
	font-family: 'GmarketSansBold', sans-serif;
	padding-top: 2px;
}
.conTab li.active a {
    color: #102623;
    background: rgba(49, 190, 170, 0.20);
    border-bottom: 4px solid #31beaa;
}
.conTab_list {
    padding: 15px 20px 20px 20px;
}

/*list(대메뉴)추가 될때마다 해줘야하는 CSS*/

/*list01 시작 */
.conTab_list .list01 {
	position: relative;
}
.conTab_list .list01 h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111;
    position: relative;
    padding-left: 13px;
    margin-bottom: 10px;
}
.conTab_list .list01 h3::before {
    content: '';
    width: 6px;
    height: 20px;
    border-radius: 50px;
    background: #31BEAA;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.conTab_list .list01 ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.conTab_list .list01 .list01_02 {
	background: #fff;
	position: absolute;
    top: 40px;
    width: 100%;
}
.conTab_list .list01 .list01_02:not(:first-child) {
	/* visibility: hidden; */
}
.conTab_list .list01 .list01_01 ul {
    width: fit-content;
    margin: 0 auto;
    height: 40px;
	gap: 10px;
}
.conTab_list .list01 .list01_02 ul {
   /*  background: #fff; */
    width: 100%;
    height: 45px;
}
.conTab_list .list01 ul li {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 10px 20px;
    height: fit-content;
    cursor: pointer;
    text-align: center;
}
.conTab_list .list01 .list01_01 ul li {
    color: #00A878;
    width: 180px;
    padding: 0;
    height: 100%;
    line-height: 40px;
    border-radius: 0;
	background: #fff;
}
.conTab_list .list01 .list01_01 ul li.active {
	background: #00A878;
	color: #fff;
}
.conTab_list .list01 .list01_01 ul li:last-child {
    border-right: none;
}
.conTab_list .list01 .list01_02 ul li {
	color: #000;
	/* border-top: 2px solid #31BEAA; */
    /* background: #31BEAA; */
    height: 100%;
    line-height: 25px;
}
.conTab_list .list01 .list01_02 ul li.active {
	border-bottom: 2px solid #31BEAA;
	color: #31BEAA;
}
.conTab_list .list01 .list01_02 ul li:hover {
    border-bottom: 2px solid #31BEAA;
	color: #31BEAA;
}
.fungiWrap {
    background: #fff;
    border-radius: 5px;
    height: calc(100vh - 320px);
}
.list01Con, .list01Con_02 {
    position: relative;
}
.list01_02_01 .list01Con_02 > div:first-child {
	visibility: visible;
}
.paneum, .list01_02_tab {
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 60px;
	background: #fff;
	padding: 0 20px 20px 20px;
	height: calc(100vh - 240px);
	overflow: auto;
}
.list01_02_tab {
	top: 0;
/* 	visibility: visible; */
}
.list01_02_tab:first-child {
	z-index: 99;
}
/*list01 끝 */


/*list02 시작 */


.conTab_list .list02 {
	position: relative;
}
.conTab_list .list02 h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111;
    position: relative;
    padding-left: 13px;
    margin-bottom: 10px;
}
.conTab_list .list02 h3::before {
    content: '';
    width: 6px;
    height: 20px;
    border-radius: 50px;
    background: #31BEAA;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.conTab_list .list02 ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.conTab_list .list02 .list02_02 {
	background: #fff;
	position: absolute;
    top: 40px;
    width: 100%;
}
.conTab_list .list02 .list02_02:not(:first-child) {
	/* visibility: hidden; */
}
.conTab_list .list02 .list02_01 ul {
    width: fit-content;
    margin: 0 auto;
    height: 40px;
	gap: 10px;
}
.conTab_list .list02 .list02_02 ul {
   /*  background: #fff; */
    width: 100%;
    height: 45px;
}
.conTab_list .list02 ul li {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 10px 20px;
    height: fit-content;
    cursor: pointer;
    text-align: center;
}
.conTab_list .list02 .list02_01 ul li {
    color: #00A878;
    width: 180px;
    padding: 0;
    height: 100%;
    line-height: 40px;
    border-radius: 0;
	background: #fff;
}
.conTab_list .list02 .list02_01 ul li.active {
	background: #00A878;
	color: #fff;
}
.conTab_list .list02 .list02_01 ul li:last-child {
    border-right: none;
}
.conTab_list .list02 .list02_02 ul li {
	color: #000;
	/* border-top: 2px solid #31BEAA; */
    /* background: #31BEAA; */
    height: 100%;
    line-height: 25px;
}
.conTab_list .list02 .list02_02 ul li.active {
	border-bottom: 2px solid #31BEAA;
	color: #31BEAA;
}
.conTab_list .list02 .list02_02 ul li:hover {
    border-bottom: 2px solid #31BEAA;
	color: #31BEAA;
}

/*list02 끝 */

/*list03 시작 */
.conTab_list .list03 {
	position: relative;
}
.conTab_list .list03 h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111;
    position: relative;
    padding-left: 13px;
    margin-bottom: 10px;
}
.conTab_list .list03 h3::before {
    content: '';
    width: 6px;
    height: 20px;
    border-radius: 50px;
    background: #31BEAA;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.conTab_list .list03 ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.conTab_list .list03 .list03_02 {
	background: #fff;
	position: absolute;
    top: 40px;
    width: 100%;
}
.conTab_list .list03 .list03_02:not(:first-child) {
	/* visibility: hidden; */
}
.conTab_list .list03 .list03_01 ul {
    width: fit-content;
    margin: 0 auto;
    height: 40px;
	gap: 10px;
}
.conTab_list .list03 .list03_02 ul {
   /*  background: #fff; */
    width: 100%;
    height: 45px;
}
.conTab_list .list03 ul li {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 10px 20px;
    height: fit-content;
    cursor: pointer;
    text-align: center;
}
.conTab_list .list03 .list03_01 ul li {
    color: #00A878;
    width: 180px;
    padding: 0;
    height: 100%;
    line-height: 40px;
    border-radius: 0;
	background: #fff;
}
.conTab_list .list03 .list03_01 ul li.active {
	background: #00A878;
	color: #fff;
}
.conTab_list .list03 .list03_01 ul li:last-child {
    border-right: none;
}
.conTab_list .list03 .list03_02 ul li {
	color: #000;
	/* border-top: 2px solid #31BEAA; */
    /* background: #31BEAA; */
    height: 100%;
    line-height: 25px;
}
.conTab_list .list03 .list03_02 ul li.active {
	border-bottom: 2px solid #31BEAA;
	color: #31BEAA;
}
.conTab_list .list03 .list03_02 ul li:hover {
    border-bottom: 2px solid #31BEAA;
	color: #31BEAA;
}

/*list03 끝 */

.fungiWrap {
    background: #fff;
    border-radius: 5px;
    height: calc(100vh - 320px);
}
.list01Con, .list01Con_02 {
    position: relative;
}
.list01_02_01 .list01Con_02 > div:first-child {
	visibility: visible;
}

.list02Con, .list02Con_02 {
    position: relative;
}
.list02_02_01 .list02Con_02 > div:first-child {
	visibility: visible;
}

.list03Con, .list03Con_02 {
    position: relative;
}
.list03_02_01 .list03Con_02 > div:first-child {
	visibility: visible;
}
.paneum, .list01_02_tab {
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 60px;
	background: #fff;
	padding: 0 20px 20px 20px;
	height: calc(100vh - 240px);
	overflow: auto;
}
.list01_02_tab {
	top: 0;
/* 	visibility: visible; */
}
.list01_02_tab:first-child {
	z-index: 99;
}

.list02_02_tab {
	top: 0;
/* 	visibility: visible; */
}
.list02_02_tab:first-child {
	z-index: 99;
}

.list03_02_tab {
	top: 0;
/* 	visibility: visible; */
}
.list03_02_tab:first-child {
	z-index: 99;
}


@media (max-width: 900px) {	
    .conTab li a {
        font-size: 2.0rem;
    }
    .fungiWrap {
        height: calc(100vh - 467px);
    }
	.list01_02_tab {
		height: calc(100vh - 300px);
	}
}
@media (max-width: 690px) {	
    .conTab li a {
        font-size: 1.8rem;
    }
}

/*list01*/
@media (max-width: 600px) {	
	.conTab_list .list01 .list01_01 ul {
		width: 100%;
		display: block;
	}
    .conTab_list .list01 .list01_01 ul li {
		width: 100%;
		margin-bottom: 10px;
    }
	.conTab_list .list01 .list01_02 {
		top: 140px;
	}
	.list01_02_tab {
		height: calc(100vh - 400px);
	}
	/* .fungiWrap {
        height: calc(100vh - 457px);
    } */
	.conTab_list .list01 .list01_02_tab {
		padding-top: 10px;
	}
}

/*list02*/
@media (max-width: 600px) {	
	.conTab_list .list02 .list02_01 ul {
		width: 100%;
		display: block;
	}
    .conTab_list .list02 .list02_01 ul li {
		width: 100%;
		margin-bottom: 10px;
    }
	.conTab_list .list02 .list02_02 {
		top: 140px;
	}
	.list02_02_tab {
		height: calc(100vh - 400px);
	}
	/* .fungiWrap {
        height: calc(100vh - 457px);
    } */
	.conTab_list .list02 .list02_02_tab {
		padding-top: 10px;
	}
}

/*list03*/
@media (max-width: 600px) {	
	.conTab_list .list03 .list03_01 ul {
		width: 100%;
		display: block;
	}
    .conTab_list .list03 .list03_01 ul li {
		width: 100%;
		margin-bottom: 10px;
    }
	.conTab_list .list03 .list03_02 {
		top: 140px;
	}
	.list03_02_tab {
		height: calc(100vh - 400px);
	}
	/* .fungiWrap {
        height: calc(100vh - 457px);
    } */
	.conTab_list .list03 .list03_02_tab {
		padding-top: 10px;
	}
}


/*list01*/
@media (max-width: 475px) {	
    /* .conTab_list .list01 ul {
        display: block;
        height: auto;
        padding: 15px;
    }
    .conTab_list .list01 ul li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .conTab_list .list01 ul li:last-child {
        margin-bottom: 0;
    } */
   /*  .fungiWrap {
        height: calc(100vh - 457px);
    } */
	.conTab_list .list01 .list01_02 ul li {
		width: 30%;
		padding: 10px 5px;
		font-size: 1.2rem;
		/* line-height: 1.2; */
	}
}

/*list02*/
@media (max-width: 475px) {	

	.conTab_list .list02 .list02_02 ul li {
		width: 30%;
		padding: 10px 5px;
		font-size: 1.2rem;
		/* line-height: 1.2; */
	}
}


/*list03*/
@media (max-width: 475px) {	

	.conTab_list .list03 .list03_02 ul li {
		width: 30%;
		padding: 10px 5px;
		font-size: 1.2rem;
		/* line-height: 1.2; */
	}
}


@media (max-width: 438px) {	
	/* .fungiWrap {
		height: calc(100vh - 480px);
	} */
}
@media (max-width: 410px) {	
    .conTab li {
        width: 50%;
    }
    .conTab li.active a {
        width: 100%;
    }
}

/*list01*/
@media (max-width: 376px) {	
	.conTab_list .list01 .list01_02 ul li {
		font-size: 1.1rem;
	}
}
/*list02*/
@media (max-width: 376px) {	
	.conTab_list .list02 .list02_02 ul li {
		font-size: 1.1rem;
	}
}
/*list03*/
@media (max-width: 376px) {	
	.conTab_list .list03 .list03_02 ul li {
		font-size: 1.1rem;
	}
}

/*list01*/
@media (max-width: 370px) {	
    /* .fungiWrap {
        height: calc(100vh - 480px);
    } */
    .conTab {
        height: 50px;
    }
    .conTab li a {
        height: 50px;
        line-height: 50px;
        width: 100%;
    }
	.list01_02_tab {
		height: calc(100vh - 392px);
	}
}
/*list02*/
@media (max-width: 370px) {	
    /* .fungiWrap {
        height: calc(100vh - 480px);
    } */
    .conTab {
        height: 50px;
    }
    .conTab li a {
        height: 50px;
        line-height: 50px;
        width: 100%;
    }
	.list02_02_tab {
		height: calc(100vh - 392px);
	}
}
/*list03*/
@media (max-width: 370px) {	
    /* .fungiWrap {
        height: calc(100vh - 480px);
    } */
    .conTab {
        height: 50px;
    }
    .conTab li a {
        height: 50px;
        line-height: 50px;
        width: 100%;
    }
	.list03_02_tab {
		height: calc(100vh - 392px);
	}
}

/*list01*/
@media (max-width: 347px) {
	.conTab_list .list01 .list01_02 ul li:last-child {
		line-height: 1.2;
	}
}

/*list02*/
@media (max-width: 347px) {
	.conTab_list .list02 .list02_02 ul li:last-child {
		line-height: 1.2;
	}
}

/*list03*/
@media (max-width: 347px) {
	.conTab_list .list03 .list03_02 ul li:last-child {
		line-height: 1.2;
	}
}
.sWrap {
	width:100%;
	height: 100vh;
	/* height: calc(100vh - 60px); */
	/* background-color:#E9EFFB; */
	background-color: #427781;
	float:left;
	overflow:hidden;
	overflow-y:auto;
}
.sWrap .conTab {
	width:100%;
	padding:0 10px 0 0;
	border-bottom:1px solid #d4d4d2;
	overflow:hidden;
}
.sWrap.conTab li:first-child {
	padding: 0 15px;
}
.sWrap .conTab li:first-child a { color:#333;}

.sWrap .conTab li {	
	height:34px;
	line-height:34px;
	font-size:1.3rem;
	padding:0 30px 0 14px;
	margin-right:3px;
	cursor:pointer;
	position:relative;
	float:left;
}
.sWrap .conTab li a {color:#333;}
.sWrap .conTab li button {
	width:24px;
	color:#333;
	text-align:center;
	display:inline-block;
	position:absolute;
	right:2px;
	top:50%;
	transform:translateY(-50%);
	border: none;
	background: none;
}
.sWrap .conTab li.ui-tabs-active.ui-state-active {
	color:#fff;
	font-weight:bold;
}
.sWrap .conTab li.ui-tabs-active.ui-state-active button {
	color:#fff;
}
.sWrap .conTab li.ui-tabs-active.ui-state-active a {color:#fff;}
.sWrap .conTopBoxs {
	padding: 10px;
	padding-bottom: 0;
    overflow: hidden;
}
.sWrap .conTopBoxs h2.conTitle {
	position: relative;
	padding-left: 5px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	display:inline-block;
}
.sWrap .conTopBoxs h2.conTitle::before {
	
}
/* .sWrap .conTopBoxs h2.conTitle:before {
	position: absolute;
	left: 3px;
	top: 6px;
	display: block;
	content: '';
	width: 7px;
	height: 17px;
	background: url('/res/timeline/images/si_dot01.png') no-repeat center;
} */
.sWrap .conTopBoxs .buttonBox {
	float:right;
}
.sWrap .conTopBoxs .buttonBox a {
	line-height:26px;
	font-size:12px;
	padding:0 10px;
	border-radius:2px;
	display:inline-block;
}
.sWrap .conTopBoxs .buttonBox a.deleteBtn {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	color:#333;
	border:1px solid #ddd;
}
.sWrap .conTopBoxs .buttonBox a.modifyBtn {
	background: rgb(73,155,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
	color:#fff;
	border:1px solid #207ce5;
}
.sWrap .conTopBoxs .buttonBox a.saveBtn {
	background: rgb(6,233,141);
	background: linear-gradient(194deg, rgba(6,233,141,1) 0%, rgba(1,195,121,1) 100%);
	color:#fff;
	border: 1px solid #04b974;
}
.conWrap {
	height:calc(100vh - 110px);
	padding:10px;
	/* margin:0 10px 10px; */
	/* border:1px solid #ececec; */
	/* box-shadow:3px 3px 3px rgba(0,0,0,0.1);  */
	border-radius:5px;
	overflow-y:auto;
}
.conWrap h2.inCon_title {
	position: relative;
	padding-left: 15px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	display:inline-block;
}
.conWrap h2.inCon_title:before {
	position: absolute;
	left: 0; top: 6px;
	display: block;
	content: '';
	width: 10px;
	height: 17px;
	background: url('/res/timeline/images/si_dot01.png') no-repeat center;
}

.conWrap2 {
	padding:10px;
	margin:15px 10px 10px;
	background:#fff;
	border:1px solid #ececec;
	box-shadow:3px 3px 3px rgba(0,0,0,0.1); 
	border-radius:5px;
	overflow-y:auto;
}
.conWrap2 h2.inCon_title {
	position: relative;
	padding-left: 15px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	display:inline-block;
}
.conWrap2 h2.inCon_title:before {
	position: absolute;
	left: 0; top: 6px;
	display: block;
	content: '';
	width: 10px;
	height: 17px;
	background: url('/res/timeline/images/si_dot01.png') no-repeat center;
}
.conSearch {
	background:#eee;
	/* border:1px solid #e7edf5; */
	padding:8px 10px 3px 10px;
	/* margin-bottom:10px; */
	border-radius: 5px 5px 0 0 ;
	box-shadow:inset 0px 0px 5px 0px #999;
	overflow:hidden;
}
a.searchBtn {
	height:26px;
	line-height:24.5px;
	padding:0 10px;
	background:#2d479a;
	color:#fff;
	font-size:1.3rem;
	display:inline-block;
	border: 1px solid #bdbdbd;
	border-radius:2px;
	margin-left:3px;
}
a.resetBtn {
	height:26px;
	line-height:24.5px;
	padding:0 10px;
	background:#fdfdfd;
	color:#000;
	font-size:1.3rem;
	display:inline-block;
	border: 1px solid #bdbdbd;
	border-radius:2px;
	margin-left:3px;
}
/*
a.resetBtn {
	height:27px;
	line-height:25px;
	padding:0 10px;
	background: rgb(254,254,254);
	background: -moz-linear-gradient(top,  rgb(254,254,254) 0%, rgb(201,201,201) 100%);
	background: -webkit-linear-gradient(top,  rgb(254,254,254) 0%,rgb(201,201,201) 100%);
	background: linear-gradient(to bottom,  rgb(254,254,254) 0%,rgb(201,201,201) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c9c9c9',GradientType=0 );
	color: #050505;
	font-size:1.3rem;
	margin-left:3px;
	border:1px solid #ddd;
	display:inline-block;
	border-radius:2px;
}
*/
.conSearch input, .conSearch select {
	min-width: 80px;
	height: 26px;
	margin-bottom:0;
	line-height: 22px; 
	/* font-size:1.3rem; */
	border: 1px solid #ddd;
	color: #000;
	font-weight: 400;
	font-size: 13px;
	font-family: 'Noto Sans KR', sans-serif;
}
.conSearch label { line-height: 26px;  }
.conSearch .two_line_bx {overflow: hidden; margin-bottom: 5px;}
.conSearch .two_line_bx:last-child {margin-bottom: 0;}
.conSearch .inline-section {display: inline-block; margin: 0 20px 0 0;}
.conSearch .inline-section:last-child {margin-right: 0;}
.conSearch .inline-section select { margin-right:4px; }
.conSearch .inline-section input { width:110px;}
.conSearch .inline-section.right { float:right !important; }
.conSearch .and {line-height: 26px; padding: 0 5px;}
.conSearch .input-group {display: inline;}
.conSearch .input-group input {width: 92px; padding: 0 6px !important;}
.conSearch .input-group .swing {padding: 0 5px;}
.input-group .input-group-addon {
	position: relative; 
	display:inline-block; 
	margin-left:-5px; 
	vertical-align:top; 
	width: 30px; height: 26px; 
	line-height: 22px; 
	background: #fff; 
	border: 1px solid #ddd; 
	border-radius: 0; 
	border-left: none;
}
.input-group .input-group-addon i {
	position: absolute; 
	top: 50%; left: 50%; 
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.conSearch .two_line_bx .span_tit {display: inline-block; min-width: 66px;}


.subTitle {
	margin-top:10px;
	padding-bottom:10px;
	position:relative;
}
.subTitle h3 {
	font-size:1.4rem;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:bold;
}
.subTitle .floatRight {
	position:absolute;
	right:0;
	top:0;
}
.subTitle .floatRight2 {
	position:absolute;
	right:70px;
	top:0;
}


/*btn*/
.btn_box_foot {width: 100%; margin-top: 20px; text-align: center;}
.btn {
	padding: 4px 10px; border-radius: 3px;
	background: rgb(254,254,254);
	background: -moz-linear-gradient(top,  rgb(254,254,254) 0%, rgb(201,201,201) 100%);
	background: -webkit-linear-gradient(top,  rgb(254,254,254) 0%,rgb(201,201,201) 100%);
	background: linear-gradient(to bottom,  rgb(254,254,254) 0%,rgb(201,201,201) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c9c9c9',GradientType=0 );
	color: #050505; border: 1px solid #c9c9c9;
	font-size:1.1rem;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	font-family: 'GmarketSansMedium';
}
.btn-big {
	padding: 6px 20px; border-radius: 4px;
	background: rgb(254,254,254);
	background: -moz-linear-gradient(top,  rgb(254,254,254) 0%, rgb(201,201,201) 100%);
	background: -webkit-linear-gradient(top,  rgb(254,254,254) 0%,rgb(201,201,201) 100%);
	background: linear-gradient(to bottom,  rgb(254,254,254) 0%,rgb(201,201,201) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c9c9c9',GradientType=0 );
	color: #050505; border: 1px solid #c9c9c9;
	font-size:1.6rem;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	font-family: 'GmarketSansMedium';
}
.btn_img {	
	padding: 3px 7px 0; border-radius: 3px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(238,238,238) 100%);
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(238,238,238) 100%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(238,238,238) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eeeeee',GradientType=0 );
	border: 1px solid #c9c9c9;
	display:inline-block;
	cursor:pointer;
}
.btn-lg {
	font-size:1.3rem;
	font-weight:bold;
	padding:6px 12px;
}
.btn-md {
	font-size:1.2rem;
	font-weight:bold;
	padding:4px 10px;
}
.btn-sm {
	padding:2px 5px;
}
.btn-info {
    background: #357fdb;
    border-color: #357fdb;
    color: #FFFFFF;
}
.btn-warning {
    background: #f1c500;
    border-color: #f1c500;
    color: #FFFFFF;
}
.btn-danger {
    background-color: #ff6c60;
    border-color: #ff6c60;
    color: #FFFFFF;
}
.btn-gray {
    background-color: #5c6069;
    border-color: #5c6069;
    color: #FFFFFF;
}
.btn-red {
    background:#f15b00;
    border-color:#f15b00;
    color: #FFFFFF;
}

.btn-green {
    background:#548235;
    border-color:#548235;
    color: #FFFFFF;
}
.btn-save {
	background: rgb(6,233,141);
	background: linear-gradient(194deg, rgba(6,233,141,1) 0%, rgba(1,195,121,1) 100%);
	color:#fff;
	border: 1px solid #04b974;
}
.btn-cancel {
	background: rgb(80,80,80);
	background: -moz-linear-gradient(top,  rgb(80,80,80) 0%, rgb(53,53,53) 100%);
	background: -webkit-linear-gradient(top,  rgb(80,80,80) 0%,rgb(53,53,53) 100%);
	background: linear-gradient(to bottom,  rgb(80,80,80) 0%,rgb(53,53,53) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#353535',GradientType=0 );
	color: #fff; border: 1px solid #393939;
}
.btn-type1 {
	background: rgb(148,49,202);
	background: -moz-linear-gradient(top, rgb(148,49,202) 0%, rgb(79,32,166) 99%);
	background: -webkit-linear-gradient(top, rgb(148,49,202) 0%,rgb(79,32,166) 99%);
	background: linear-gradient(to bottom, rgb(148,49,202) 0%,rgb(79,32,166) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9431ca', endColorstr='#4f20a6',GradientType=0 );
	color: #fff; border: 1px solid #7418c1;
}
.btn-type2{
	background: rgb(0,161,232);
	background: -moz-linear-gradient(top,  rgb(0,161,232) 0%, rgb(0,100,178) 100%);
	background: -webkit-linear-gradient(top,  rgb(0,161,232) 0%,rgb(0,100,178) 100%);
	background: linear-gradient(to bottom,  rgb(0,161,232) 0%,rgb(0,100,178) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1e8', endColorstr='#0064b2',GradientType=0 );
	color: #fff; border: 1px solid #0066b7;
}
.btn-type3 {
	background: rgb(255,254,255);
	background: -moz-linear-gradient(top,  rgb(255,254,255) 1%, rgb(238,218,255) 99%);
	background: -webkit-linear-gradient(top,  rgb(255,254,255) 1%,rgb(238,218,255) 99%);
	background: linear-gradient(to bottom,  rgb(255,254,255) 1%,rgb(238,218,255) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffeff', endColorstr='#eedaff',GradientType=0 );
	 color: #050505; border: 1px solid #e2d2f6;
}
.btn-type4 {
	background: rgb(242,251,255);
	background: -moz-linear-gradient(top,  rgb(242,251,255) 0%, rgb(214,237,255) 100%);
	background: -webkit-linear-gradient(top,  rgb(242,251,255) 0%,rgb(214,237,255) 100%);
	background: linear-gradient(to bottom,  rgb(242,251,255) 0%,rgb(214,237,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2fbff', endColorstr='#d6edff',GradientType=0 );
	color: #050505; border: 1px solid #bed4e4;
}
.btn-type5 {
	background: rgb(0,225,223);
	background: -moz-linear-gradient(top,  rgb(0,225,223) 1%, rgb(0,150,161) 100%);
	background: -webkit-linear-gradient(top,  rgb(0,225,223) 1%,rgb(0,150,161) 100%);
	background: linear-gradient(to bottom,  rgb(0,225,223) 1%,rgb(0,150,161) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e1df', endColorstr='#0096a1',GradientType=0 );
	color: #fff; border: 1px solid #00a1aa;
}
.btn-type6 {
	background: rgb(37,147,255);
	background: -moz-linear-gradient(top,  rgb(37,147,255) 0%, rgb(35,108,197) 100%);
	background: -webkit-linear-gradient(top,  rgb(37,147,255) 0%,rgb(35,108,197) 100%);
	background: linear-gradient(to bottom,  rgb(37,147,255) 0%,rgb(35,108,197) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2593ff', endColorstr='#236cc5',GradientType=0 );
	color: #fff; border: 1px solid #2071cf;
}
.btn-type7 {
	background: rgb(0,103,210);
	background: -moz-linear-gradient(top,  rgb(0,103,210) 0%, rgb(0,46,124) 100%);
	background: -webkit-linear-gradient(top,  rgb(0,103,210) 0%,rgb(0,46,124) 100%);
	background: linear-gradient(to bottom,  rgb(0,103,210) 0%,rgb(0,46,124) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0067d2', endColorstr='#002e7c',GradientType=0 );
	color: #fff; border: 1px solid #003588;
}
.btn-type8 {
	background: rgb(0,97,162);
	background: -moz-linear-gradient(top,  rgb(0,97,162) 0%, rgb(0,62,116) 100%);
	background: -webkit-linear-gradient(top,  rgb(0,97,162) 0%,rgb(0,62,116) 100%);
	background: linear-gradient(to bottom,  rgb(0,97,162) 0%,rgb(0,62,116) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061a2', endColorstr='#003e74',GradientType=0 );
	color: #fff; border: 1px solid #00437b;
}
.btn-type9 {	
	background: rgb(42,98,109);
	background: linear-gradient(0deg, rgba(42,98,109,1) 0%, rgba(66,119,129,1) 100%);
	border: 1px solid #215964;
	color: #fff;
}
.btnImg img {
	margin-top:6px;
	margin-right:5px;
	float:left;
}
.deleteIcon {
	width:20px;
	height:20px;
	background:url('/res/timeline/images/si_icon04.png') no-repeat center center;
	display:inline-block;
}
.dateIcon {
	background:url('/res/timeline/images/si_icon05.png') no-repeat right center #fff;
}

/*  */
.helperTxt { 
	line-height:26px;
	font-size:1.2rem; 
	padding-left:10px;
}
.helperTxt.right { 
	float:right;
}
.helperTxt:before {
	content:"\f05a";
	padding-right:5px;
	font-family:"FontAwesome";
}
.helperTxt.red { color:#d51e1e; }
.helperTxt.blue { color:#2648b9; }
.helperTxt.green { color:#408e25; }

.helperTxt.lhSmall {
	padding-left:0;
	margin-bottom:-10px;
	display:block;
}


/* modal */
.modalWRap {
	padding:20px;
}
.modalTitle h3 {
	font-size:1.7rem;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:500;
	padding-bottom:15px;
	color:#003378;
	background: url('/res/timeline/images/si_dot01.png') no-repeat 0 4px;
	padding-left:12px;
}
.modalWRap h4 {
	font-size:1.5rem;
	padding-bottom:5px;
	padding-top:10px;
	font-weight:500;
	color:#003378;
}
.modalWRap h4:before {
	content: "\f138";
	font-family: 'FontAwesome';
	padding-right:7px;
}
.btnBoxBottom {
	text-align:center;
	margin-top:30px;
}
.btnBoxBottom .btn-type9 {}


.sBox2 {
	display:inline-block;
	margin-left: 5px;
}

.buttonBox2 a {
	line-height:24px;
	font-size:12px;
	padding:0 10px;
	border-radius:2px;
	display:inline-block;
}

.buttonBox2 button {
	font-family:'Noto Sans KR', sans-serif;
	cursor:pointer;
	line-height:24px;
	font-size:12px;
	padding:0 10px;
	border-radius:2px;
	display:inline-block;
}
.buttonBox2 button:hover { color:#000; }

.deleteBtn2 {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	color:#333;
	border:1px solid #ddd;
	padding: 2px 10px;
}
.hasBorder .deleteBtn2:before{
	content: "";
    background-image: url("/res/timeline/images/down-arrow2_icon.png");
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: baseline;
	margin-right: 2px;
}
.modifyBtn2 {
	background: rgb(73,155,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
	color:#fff;
	border:1px solid #207ce5;
}
.saveBtn2 {
	background: rgb(6,233,141);
	background: linear-gradient(194deg, rgba(6,233,141,1) 0%, rgba(1,195,121,1) 100%);
	color:#fff;
	border: 1px solid #04b974;
}
.deleteBtn2:before{}

.w150 {
	width: 150px !important;
}

/* modal */
.subtitleWRap h4 {
	font-size:1.5rem;
	padding-bottom:5px;
	font-weight:500;
	color:#003378;
}
.subtitleWRap h4:before {
	content: "\f138";
	font-family: 'FontAwesome';
	padding-right:7px;
}


/* id, pw - icon */
/* .loginBox02 .loginInput::after {
	position: absolute; 
	left: 14px; 
	top: 9px; 
	font-size: 17px; 
	color:#161616; 
	content: '\f007'; 
	font-family: "FontAwesome";
}
.loginBox02 .pwInput::after {
	position: absolute; 
	left: 14px; 
	top: 9px; 
	font-size: 18px; 
	color:#161616; 
	content: '\f023'; 
	font-family: "FontAwesome";
} */
/* id, pw - icon and */

.leftLogo img {
	margin: 7px 0px 7px 13px;
	width: 85% !important;
}

/** loading **/
.loading_bx {display:none; width:100%; height:100%; background:rgba(255,255,255,0.6); position:fixed; left:0; top:0; z-index:100000000;}
.loading_bx img {display:block; position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); width: 80px;}


/* 국립농업과학원 farmnaas */
.loginBg {
	height: 100vh;
	background: url('/res/timeline/images/agridna_loginBg.png') no-repeat top center; 
	background-size: cover;
}
.farmnaasLogin {
	position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 560px;
    height: auto;
}
.farmnaasLogin h1 {
	text-align: center;
}
.farmnaasLogin h1 img {
	width: 185px;
}
.farmnaasLogin h2 {
	color:#000; 
    font-size: 3.2rem;
	margin-top: 10px; 
	margin-bottom: 20px; 
	text-align: center; 
	line-height: 1.3; 
	font-family: 'GmarketSansBold';
	letter-spacing: -2px;
}
.loginBox {
	background-color: #fff;
	border-radius: 20px;
	padding: 50px;
}
.loginBox input.loginInput {
	width: 100%;
	height: 50px;
	line-height: 40px;
	border: 0;
	background-color: #f4f4f4;
	color: #666;
	border-radius: 5px;
	padding: 10px 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: 'GmarketSansMedium';
}

.loginBox input.loginInput:hover,
.loginBox input.loginInput:focus,
.loginBox input.loginInput:active,
.loginBox input.loginInput:visited {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: background-color 9999s ease-out;
	-webkit-box-shadow: 0 0 0px 1000px #e6f1ff inset !important;
	-webkit-text-fill-color: #000 !important;
}
.loginBox button {
	width: 100%;
	height: 50px;
	border: 0;
	background-color: #0f5dc6;
	color: #fff;
	border-radius: 5px;
	margin-top: 20px;
	font-size: 16px;
	font-family: 'GmarketSansMedium';
    cursor: pointer;
}
.loginBox .checkbox_wrap {
	clear: both;
}
.loginBox .checkbox_wrap label {
    font-weight: 600;
}
.farmnaasLogin .partnerBox {
	background-color: #fff;
	border-radius: 20px;
	padding: 15px 30px 10px;
	margin-top: 30px;
}
.loginCopyright {
	width: 100%; 
	position: fixed;
	bottom: 30px;
	text-align: center; 
	font-size: 15px;
	font-family: 'arial';
	opacity: 0.7;
	color:#fff;
}
.loginCopyright.mType {
	display: none;
}

@media (max-width: 980px) {	
	.loginBg {
		background-size: auto 100vh;
	}
	.farmnaasLogin {
		position: absolute;
		left: 50%;
		top: 50%;
	}
}
@media (max-width: 768px) {	
    .farmnaasLogin h2 {
        font-size: 2.6rem;
    }
    .farmnaasLogin h1 img {
        width: 160px;
    }
}
@media (max-width: 660px) {	
    .farmnaasLogin {
        max-width: 88%;
    }
}
@media (max-width: 550px) {	
    .farmnaasLogin h2 {
        font-size: 2.4rem;
    }
    .farmnaasLogin h1 img {
        width: 140px;
    }
    .loginCopyright {
        font-size: 13px;
    }
    .loginBox {
        padding: 40px;
    }
    .loginBox input.loginInput, .loginBox button {
        font-size: 1.4rem;
    }
}
@media (max-width: 460px) {	
    .farmnaasLogin h2 {
        font-size: 2.2rem;
    }
    .farmnaasLogin h1 img {
        width: 122px;
    }
    .loginBox {
        padding: 25px;
        border-radius: 15px;
    }
    .farmnaasLogin .partnerBox {
        border-radius: 15px;
        padding: 15px 15px 10px;
    }
	.loginBox input.loginInput {
		padding-left: 10px;
	}
    .loginBox input.loginInput, .loginBox button {
        font-size: 1.6rem;
        height: 46px;
    }
    .loginBox .checkbox_wrap label {
        font-size: 1.4rem;
    }
    .loginBox .checkbox_wrap label::before {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    br.break-m {
        display: none;
    }
	.loginCopyright.pcType {
		display: none;
	}
	.loginCopyright.mType {
		position: static;
		padding-top: 50px;
		display: block;
	}
}


/* 차트 */
#mytimeline {
	height: inherit;
}

@media (max-width: 900px) {	
	div.timeline-frame {
		height: calc(100% - 20px) !important;
	}
}
/* @media (max-width: 600px) {	
	div.timeline-frame {
		height: calc(100% - 45px) !important;
	}
}
@media (max-width: 370px) {	
	div.timeline-frame {
		height: calc(100% - 40px) !important;
	}
} */

/* data upload */
.dataTop {
    margin: 0 auto;
    justify-content: right;
    display: flex;
    gap: 6px;
	position: sticky;
    top: 0px;
    background: #fff;
}
.srh_box {
    display: flex;
    gap: 10px;
}
.srh_box .select_bx {
    float: left;
}
.srh_box .select_bx select {
    font-size: 1.7rem;
    height: 40px;
    line-height: 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12.0008 14.58L17 10' stroke='%23525659' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 92% center no-repeat;
    border-bottom: 2px solid #999;
    width: 90px;
    font-family: 'Noto Sans KR', sans-serif;
    padding-top: 0;
    padding-left: 10px;
}
.srh_box .select_bx select option {
    padding: 10px;
}
.srh_box .nav-search {
    margin-top: 0;
    padding-right: 0;
    position: relative;
}
.srh_box .nav-search input {
    border: none;
    border-bottom: 2px solid #999;
    background: #fff;
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 1.7rem;
}
.srh_box .nav-search input:focus {
    color: #000;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #999;
    background-color: unset;
}
.srh_box a {
    width: 70px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    border: 1px solid Transparent;
    background: #999;
    color: #fff;
    display: flex;
    gap: 5px;
    align-items: baseline;
    justify-content: center;
    border-radius: 3px;
}
.srh_box a:hover, .srh_box a:focus {
    color: #fff;
}
.dataTop > button {
	font-size: 1.6rem;
	border-radius: 3px;
	border: none;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
}
button.dataDel {
	width: 80px;
	background: #b9b9b9;
    color: #ffffff;
}
button.dataUpload {
    width: 100px;
    background: #FFD046;
    color: #0f1127;
}
button.dataUpload.type2 {
	display:none;
	 width: 100px;
    background: #FFD046;
    color: #0f1127;
	font-size: 1.6rem;
    border-radius: 3px;
    border: none;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
	height: 40px;
	position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

/* data upload 테이블 */   
.dataTableWrap {
	height: calc(100vh - 315px);
	overflow-x: hidden;
    overflow-y: auto;
	margin-top: 15px;
} 
table.dataTable {
    width: 100%;
    cursor: default;
	border-collapse: separate;
    border-spacing: 0;
	table-layout : fixed
}
caption {
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0,0,0,0);
    overflow: hidden;
    position: absolute !important;
}
table.dataTable thead {
	position: sticky;
    top: 0px;
}
table.dataTable thead tr {
	height: 47px;
}
table.dataTable thead th {
    background: #f9fafb;
    border: 1px solid #e4e4e4;
	border-top: 2px solid #000;
}
table.dataTable thead th:first-child {
    border-left: none;
	border-right: none;
}
table.dataTable thead th:last-child {
    border-right: none;
}
table.dataTable input[type="checkbox"] + label {
    background: url(/res/timeline/images/dataCheck.png) no-repeat center;
    background-size: 24px;
    margin-right: 0;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    display: inline-block;
    border-radius: 2px;
    line-height: 30px;
	padding: 0 0 0 38px;
}
table.dataTable input[type="checkbox"]:checked + label {
	background: url(/res/timeline/images/dataChecked.png) no-repeat 13px center;
	background-size: 24px;
}
table.dataTable input[type="checkbox"] + label:before {
	width: unset;
}
table.dataTable input[type="checkbox"]:checked + label:before {
	width: unset;
	height: unset;
	background: unset;
	color: unset;
	display: none;
}
table.dataTable tbody tr {
	height: 40px;
}
table.dataTable tbody th {
	border-bottom: 1px solid #e4e4e4;
	background: #f9fafb;
}
table.dataTable tbody td {
    background: #fff;
    color: #525659;
    padding: 0 10px;
    border: 1px solid #e4e4e4;
    border-top: none;
    text-align: center;
}
table.dataTable tbody td:first-child {
    border-left: none;
}
table.dataTable tbody td:last-child {
    border-right: none;
}
table.dataTable tbody .dataDown {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.01562 15.784H5.21429C3.43908 15.784 2 14.5585 2 12.7614C2 10.9644 3.43908 9.50762 5.21429 9.50762C5.335 9.50762 5.45417 9.51436 5.57143 9.52748V9.50762H5.61564C5.58646 9.27074 5.57143 9.02942 5.57143 8.78455C5.57143 5.58983 8.1298 3 11.2857 3C13.4228 3 15.2859 4.1876 16.2661 5.94642C16.5056 5.91075 16.7507 5.89227 17 5.89227C19.7614 5.89227 22 8.15838 22 10.9538C22 13.5036 20.1374 15.3819 17.7143 15.7328H15.125M11.6429 9.86915V21M11.6429 21L9.10937 18.5008M11.6429 21L14.1094 18.5008' stroke='%23525659' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
 ::-webkit-scrollbar {
    width: 10px;  
    height: 20px; 
}
::-webkit-scrollbar-thumb {
    background: rgb(55, 55, 55); 
    border-radius: 12px 12px 12px 12px;
}
::-webkit-scrollbar-track {
	background: #eeeeee;
} 

/* 파일첨부 */
.UploadWrap {
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.3); 
	position:fixed; 
	left:0; 
	top:0; 
	z-index:100000000;
	display: none;
}
.UploadBox {
	position:absolute; 
	left:50%; 
	top:50%;
	transform: translate(-50%,-50%);
	width: 800px;
	max-width: 90%;
	background: #fff;
	height: auto;
	border-radius: 10px;
    padding: 30px;
	font-family: 'Noto Sans KR', sans-serif;
}
/* .UploadBox {
	margin: 30px auto;
    width: 850px;
	height: auto;
	border-radius: 10px;
    padding: 30px;
	font-family: 'Noto Sans KR', sans-serif;
	max-width: 100%;
} */
.uploadTop {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.uploadTop {
	margin-bottom: 10px;
	text-align: center;
	font-weight: 500;
}
.uploadTop p {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 2.2rem;
}
.uploadTop button {
	border: none;
	background: none;
}
.uploadSection {
	width: 100%;
    border: 2px dashed #ddd;
    height: 210px;
    border-radius: 7px;
	padding: 50px;
	cursor: pointer;
	text-align: center;
}
.uploadSection svg {
	width: 100%;
	margin-bottom: 5px;
}
.uploadSection input, .uploadSection label {
	color: #00A878;
	border-bottom: 2px solid #00A878;
	font-weight: bold;
	font-size: 1.6rem;
	cursor: pointer;
    background: none;
	float: unset;
    padding-right: 0;
}
.uploadSection input[type="file"] {
	position: absolute;
	  width: 1px;
	  height: 1px;
	  padding: 0;
	  margin: -1px;
	  overflow: hidden;
	  clip: rect(0, 0, 0, 0);
	  border: 0 none;
}
.uploadSection p {
	margin-top: 5px;
	font-size: 1.6rem;
	clear: both;
}
/*.uploadSection.load {*/
/*    background: #f7f7f7;*/
/*    border: 2px solid #ddd;*/
/*	padding: 10px;*/
/*	height: 180px;*/
/*	position: relative;*/
/*	margin-top: 10px;*/
/*	display: block;*/
/*}*/
 .uploadSection.load {
    background: #f7f7f7;
    border: 2px solid #ddd;
	padding: 10px;
	height: auto;
	position: relative;
	display: block;
	display: flex;
    justify-content: space-between;
	align-items: self-end;
} */
.uploadSection.load .loadFile {
	display: flex;
    gap: 10px;
    font-size: 1.4rem;
	margin-bottom: 5px;
	align-items: center;
}
.uploadSection.load .loadFile .fileCheck {
	width: 15px;
    height: 15px;
    border: 1px solid #b3b3b3;
	background: #fff;
}
.uploadSection.load .loadFile .fileTitle {
	font-weight: bold;
	text-align: left;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    width: 97px;
}
.uploadSection.load .loadFile .fileSize {
	color: #8f8f8f;
}
.uploadSection.load .fileWrap {

/* 	height: 120px; */
    overflow: hidden;
}
.uploadSection.load .fileBtn {
/*	position: absolute;*/
/*    bottom: 10px;*/
	float: right;
	display: flex;
    gap: 5px;
}
.uploadSection.load .fileBtn input {
	height: 28px;
	border: 1px solid #afafaf;
    min-width: 30px;
    line-height: 24px;
    vertical-align: middle;
	padding: 0 5px;
	background-image: linear-gradient(#fdfdfd,#e8e8e8);
	color: #6e7a85;
    text-shadow: 0 1px 0 rgba(255,255,255,.9);
	box-shadow: 0 1px 0 0 rgba(0,0,0,.15);
	border-radius: 4px 5px 5px;
	cursor: pointer;
    font-size: 1.4rem;
}
.uploadSection.load .fileBtn input:hover {
	background: #e8e8e8;
    text-decoration: none;
    color: #6e7a85;
}
@media (max-width: 1200px) {	
    .dataTop {
        margin-top: 15px;
    }
    .dataTableWrap {
        height: calc(100vh - 335px);
    }
}
@media (max-width: 900px) {
    .dataTableWrap {
        height: calc(100vh - 390px);
    }
}
@media (max-width: 800px) {	
    table.dataTable thead th:nth-child(1) {
/*        width: 100%;*/
        border-right: 0;
        border-left: 0;
    } 
    table.dataTable thead th:nth-child(1):before {
        content: "내용";
    }
    table.dataTable thead th:nth-child(1) span { 
        display:none; 
    }
	table.dataTable thead th:nth-child(4) {
	 width: 100%;
	}
    table.dataTable thead th:nth-child(2), 
    table.dataTable thead th:nth-child(3) {
        display: none;
    }
	table.dataTable tbody td:nth-child(1),
    table.dataTable tbody td:nth-child(2), 
    table.dataTable tbody td:nth-child(3) {
        padding: 5px 10px;
        border-left: none;
        border-bottom: none;
        width: auto;
        display: block;
        text-align: left;
        height: auto;
        border-right: 0;
    }

    table.dataTable tbody td:nth-child(3) {
        border-bottom: 1px solid #ddd;
    }

    table.dataTable tbody {border-right: 1px solid #ddd;}
	table.dataTable thead th:nth-child(2),
	table.dataTable thead th:nth-child(3) { display:none; }

	table.dataTable tbody td:nth-child(1):before { content:"qseqid : " }
	table.dataTable tbody td:nth-child(2):before { content:"qstart : " }
	table.dataTable tbody td:nth-child(3):before { content:"qend : " }

	table.dataTable colgroup col:nth-child(1) {width: 37%;}
	table.dataTable colgroup col:nth-child(2) {width: 0%;}
	table.dataTable colgroup col:nth-child(3) {width: 0%;}
/*	table.dataTable colgroup col:nth-child(4) {width: 70%;}*/
}
@media (max-width: 750px) {	
    .srh_box a, .dataBtn > button, .srh_box .select_bx select, .srh_box .nav-search input {
        font-size: 1.5rem;
    }
    .srh_box .nav-search input {
        width: 175px;
    }
    .dataBtn > button {
        width: 76px;
        height: 40px;
    }
}
@media (max-width: 600px) {	
	/* .UploadBox {
		margin: 10px auto;
		padding: 0;
	} */
	.uploadSection {
		padding: 50px 10px;
	}
/*    .dataTop {*/
/*        display: unset;*/
/*    }*/
    .srh_box {
        justify-content: right;
    }
    .dataBtn {
        justify-content: right;
        margin-top: 5px;
    }
    .dataTableWrap {
        margin-top: 5px;
    }
    .dataBtn > button {
        width: 100px;
    }
    table.dataTable {
        font-size: 1.4rem;
    }
    .dataTableWrap {
        height: calc(100vh - 475px);
    }
	.dataTop {
		margin-top: 0px;
	}

	table.dataTable thead th:nth-child(1) {
		width: 100%;
	}
	table.dataTable thead th:nth-child(4) {
        display: none;
    }
    table.dataTable tbody td:nth-child(4) {
        padding: 5px 10px;
        border-bottom: none;
        width: auto;
        display: block;
        text-align: left;
        height: auto;
        border-right: 0;
    }
	table.dataTable thead th:nth-child(1), 
    table.dataTable tbody td:nth-child(1), 
    table.dataTable tbody td:nth-child(2), 
    table.dataTable tbody td:nth-child(3), 
    table.dataTable tbody td:nth-child(4) {
        border-left: 1px solid #ddd;
    }
	table.dataTable tbody td:nth-child(3) {
		border-bottom: none;
	}
	table.dataTable tbody td:nth-child(4) {
		border-bottom: 1px solid #ddd;
	}
    table.dataTable tbody td:nth-child(4):before { content:"description : " }

	table.dataTable colgroup col:nth-child(1) {width: 100%;}
	table.dataTable colgroup col:nth-child(2) {width: 0%;}
	table.dataTable colgroup col:nth-child(3) {width: 0%;}

}
@media (max-width: 510px) {	
	.srh_box .nav-search input {
		width: 115px;
	}
	.srh_box a > i {
        display: none;
    }
}
@media (max-width: 475px) {	
	.uploadTop p {
		font-size: 1.8rem;
	}
	.uploadSection span, .uploadSection p, .uploadSection.load .loadFile {
		font-size: 1.3rem;
	}
	.uploadSection {
		height: 120px;
		padding: 10px;
	}
	.uploadSection svg {
		margin-bottom: 0;
		width: 40px;
		display: block;
		margin: 0 auto;
	}
	button.dataUpload {
/*		float: right;*/
/*		width: 75px;*/
/*		height: 40px;*/
/*		margin: 5px 0;*/
		display: none;
	}
	button.dataUpload.type2 {
		display: block;
	}
	.dataTableWrap {
		clear: both;
	}
	.dataTop {
        display: unset;
	}
	.dataTableWrap {
		height: calc(100vh - 520px);
	}
	table.dataTable thead tr {
		height: 40px;
	}
	.UploadBox {
		padding: 20px;
	}
}
@media (max-width: 460px) {	
    .srh_box a, .dataBtn > button, .srh_box .select_bx select, .srh_box .nav-search input, .dataTop > button {
        font-size: 1.4rem;
    }
    .srh_box .nav-search input {
        width: 165px;
    }
    .srh_box {
        align-items: end;
    }
    .srh_box a {
        width: 50px;
        height: 36px;
    }
    
    .srh_box .select_bx select {
        width: 80px;
    }
    .dataBtn > button {
        width: 80px;
        height: 36px;
    }
    table.dataTable input[type="checkbox"] + label {
        background-size: 16px;
        padding: 0 0 0 25px;
    }
    table.dataTable input[type="checkbox"]:checked + label {
        background-size: 16px;
        background-position: 8px center;
    }
}
@media (max-width: 390px) {	
    .srh_box a, .dataBtn > button, .srh_box .select_bx select, .srh_box .nav-search input, .dataTop > button {
        font-size: 1.3rem;
    }
    .srh_box {
        gap: 5px;
    }
    .srh_box .nav-search input {
        width: 153px;
    }
    .srh_box .select_bx select {
        width: 71px;
        background-size: 20px;
    }
    .srh_box a {
        line-height: 34px;
    }
}
@media (max-width: 370px) {
    .dataTableWrap {
        height: calc(100vh - 513px);
    }
}
@media (max-width: 360px) {
    .srh_box .nav-search input {
        width: 110px;
    } 
    
}

/* blast */
.blastWrap {
    width: 800px;
    max-width: 100%;
    margin: 10px auto;
}
.blastWrap textarea {
    background: #f7f7f7;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.4rem;
    height: 200px;
    display: block;
}
.save {
    height: 40px;
    width: 80px;
    font-size: 1.6rem;
    border-radius: 3px;
    border: none;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    float: right;
    background: #31BEAA;
    color: #fff;
    margin-top: 10px;
}


@media (max-width: 750px) {
    .vis-item.vis-range .vis-item-content, .vis-time-axis .vis-text {
		font-size: 1.0rem;
	}
}