@charset "UTF-8";

input:active {
	outline: none;
}

input:focus {
	outline: none;
}

button:active {
	outline: none;
}

button:focus {
	outline: none;
}

select:active {
	outline: none;
}

select:focus {
	outline: none;
}

#signUpTable {
	width: 100%;
	border-collapse: collapse;
}

#signUpTable tr{
	height: 45px;
}

#signUpTable th{
	line-height: 45px;
	padding: 0 10px;
	background: #eee;
	border: 1px solid #ccc;
	border-left: none;
	font-size: 0.9rem;
}

#signUpTable td{
	padding: 0 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 0.7rem;
}

#signUpTable td input {
	margin: 0 5px;
	font-size: 0.85rem
}

.terms-box {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1189px;
	height: 206px;
	margin: 0 auto;
	padding: 9px 7px;
	background: #f7f7f7;
	overflow-y: scroll;
	border-top: 2px solid #454545;
	border-bottom: 2px solid #454545;
}

.terms-box::-webkit-scrollbar {
	width: 6px;
}

.terms-box::-webkit-scrollbar-thumb {
	background-color: #091b59;
	background-clip: padding-box;
	border: 1px solid transparent;
}

.terms-box::-webkit-scrollbar-track {
	background-color: #dfdfdf;
}

.terms-box > dl > dt {
	margin-left: 0.5rem;
	font-weight: 600;
	font-size: 0.9375rem;
}

.terms-box > dl > dd > dl > dt > strong {
	margin-left: 1.5rem;
	font-weight: 500;
	font-size: 0.9375rem;
}

.terms-box > dl > dd > dl > dd {
	margin-left: 2.5rem;
	font-weight: 300;
	font-size: 0.8125rem;
}

.private-box > .join_info_top {
	margin-left: 0.5rem;
	font-weight: 300;
	font-size: 0.9375rem;
}

.private-box > dl > dt > strong {
	margin-left: 0.5rem;
	font-weight: 600;
	font-size: 0.9375rem;
}

.private-box > dl > dd {
	margin-left: 2.0rem;
	font-weight: 300;
	font-size: 0.8125rem;
}
.private-box .tb {
	width: 90%;
	margin: 10px auto;
	border-top: 2px solid #454545;
	border-bottom: 2px solid #454545;
}

.private-box .tb caption {
	caption-side: top;
	text-align: center;
	margin: 0;
	padding: 0 0 3px;
	font-weight: 600;
	font-size: 0.8125rem;
	color: #000;
}

.private-box .tb th {
	font-weight: 500;
	font-size: 0.8125rem;
	text-align: center;
	border-bottom: 1px solid #454545;
}

.private-box .tb td {
	padding-left: 10px;
	font-weight: 300;
	font-size: 0.8125rem;
	text-align: left;
}

.ok-radio-div {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1189px;
	margin: 10px auto 0;
	text-align: center;
}

.ok-radio-div > span {
	font-weight: 400;
	font-size: 0.9375rem;
}

.ok-radio-div > label{
	font-weight: 300;
	font-size: 0.8125rem;
	cursor: pointer;
}

.ok-radio-div > input[type="radio"], .ok-radio-div > input[type="radio"]:checked {
	-webkit-appearance: none;
	width: 0.8125rem;
	height: 0.8125rem;
	line-height: 0.8125rem;
	margin: 0;
	border-radius: 100%;
	margin-right: 10px;
	outline: none;
	vertical-align: middle;
	cursor: pointer;
}

.ok-radio-div > input[type="radio"] {
	background-color: #fff;
	border: 1.5px solid #dedede;
}

.ok-radio-div > input[type="radio"]:checked {
	background-color: #e95561;
	border: 1.5px solid #dedede;
}

.sign-form {
	width: 100%;
	max-width: 1189px;
	margin: 0 auto;
	padding: 0;
	border-top: 2px solid #454545;
	border-bottom: 2px solid #454545;
}

.sign-form table {
	width: 98% !important;
	margin: auto;
}

.sign-form table tr {
	height: 39px !important;
	border-bottom: 1px solid #ccc;
}

.sign-form table tr:last-child {
	border-bottom: none !important;
}

.sign-form table th {
	height: 39px !important;
	line-height: 39px !important;
	padding : 0 10px !important;
	background: #fff !important;
	border: none !important;
}

.sign-form table th label{
	font-weight: 500;
	font-size: 0.9375rem;
	margin: 0;
}

.sign-form table td {
	height: 39px !important;
	padding: 0 !important;
	background: #fff !important;
	border: none !important;
	font-weight: 300;
	font-size: 0.8125rem !important;
	color: #999;
}

.sign-form table td input{
	margin: 0 !important;
}

.title-bar {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1189px;
	margin: 46px auto 24px;
}

.title-bar > h3 {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 1.563rem;
	color: #091b59;
}

.title-bar p {
	margin: 0;
	font-weight: 300;
	font-size: 0.8125rem;
	color: #666666;
}
 .table-container {
 	width: 100%;
	max-width: 1189px;
	margin: auto;
 }
 
.search-bar {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1189px;
	margin: 0 auto 20px;
	padding: 23px 20px;
	border: 1px solid #d0cdce;
	background: #f5f5f5;
	text-align: center;
}

.search-bar-container {
	display: flex;
	width: 100%;
	height: 50px;
}

.search-bar input[type="search"] {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 10px 50px 10px 10px;
	background: #fff;
	border: 1.5px solid #091b59;
	font-weight: 400;
	font-size: 0.8125rem;
	color: #333;
}

.search-bar input[type="search"]::placeholder {
	font-weight: 300;
	font-size: 0.8125rem;
	color: #999999;
}

.search-bar input[type="search"]:disabled {
	border: 1px solid #999999;
	background: #dddddd;
}

input::-ms-clear, input::-ms-reveal {display: none; width : 0; height: 0;}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button,
input::-webkit-search-results-decoration { display: none; }

.search-bar input[type="search"]:focus {
	box-shadow: 1px 1px 3px 1px rgba(148,148,148,1);
	outline: none;
}

.search-bar > .search-bar-container > div {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0;
	float: left;
}

.search-bar > .search-bar-container > div > a > img {
	position: absolute;
	right: 15.5px;
	top: 15.5px;
	width: 19px;
	height: 19px;
}

.search-bar > .search-bar-container > div > a > img:last-child {
	display: none;
}

.search-bar-container input[type="button"]{
	min-width: 123px;
	height: 50px;
	margin-left: 20px;
	padding-left: 30px;
	border: 1px solid #0070c0;
	background: #fff;
	font-weight: 400;
	font-size: 0.8125rem;
	color: #0070c0;
	float: right;
	background-image: url("../../../images/kribb/contents/search_detail_off.png");
	background-repeat: no-repeat;
	background-position-x: 15px;
	background-position-y: 15px;
}

.search-bar-container input[type="button"]:hover {
	background: #0070c0;
	color: #fff;
	background-image: url("../../../images/kribb/contents/search_detail_on.png");
	background-repeat: no-repeat;
	background-position-x: 15px;
	background-position-y: 15px;
	box-shadow: 1px 1px 3px 1px rgba(148,148,148,1);
}

.search-bar-detail2 {
	display: none;
	position: relative;
	width: 100%;
	margin-top: 5px;
	padding-top: 8px;
}

.search-bar-detail2 > .detail-search-form {
	display: block;
	width: 100%;
	background: #fff;
	border: 2px solid #0070c0;
	box-shadow: 1px 1px 3px 1px rgba(148,148,148,1);
}

.list-title-bar {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1189px;
	height: 37px;
	margin: 20px auto 7px;
}

.list-title-bar > h4 {
	display: inline-block;
	margin: 12px 0;
	font-weight: 500;
	font-size: 1.063rem;
	color: #000;
	float: left;
}

.list-title-bar > .dataTables_info{
	display: inline-block;
	position: relative;
	top: 8px;
	margin-right: 10px;
	float: right;
}

.list-Info {
	position: relative;
	bottom: 0;
	float: right;
}

.list-Info > label {
	margin: 0;
}

.list-Info > label > select {
	width: 123px;
	height: 37px;
	padding: 0 15px;
	font-weight: 500;
	font-size: 0.8125rem;
	color: #091b59;
	-webkit-appearance: none; /* 네이티브 외형 감추기 */ 
	-moz-appearance: none; 
	appearance: none;
	background: url(../../../images/kribb/contents/btn_sort.png) /* 화살표 모양의 이미지 */;
	background-repeat: no-repeat;
	background-position-x: 85%;
	background-position-y: 50%;
}

.list-Info > label > select::-ms-expand {
	display: none;
}

.control-list {
	margin-top: 20px;
}

.register-title-bar {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1189px;
	margin: 40px auto 8px;
}

.register-title-bar span {
	font-weight: 500;
	font-size: 1.063rem;
	color: #000;
}

.register-title-bar .sub-title {
	padding: 0 1rem;
	font-weight: 500;
	font-size: 0.9375rem;
	color: #091b59;
}

.specification-list {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.specification-list li {
	display: inline-block;
	width: 33%;
	text-align: left;
	float: left;
}

.specification-list li label {
	margin: 0;
	font-weight: 300;
	font-size: 0.8125rem;
	color: #333;
}

.specification-list li label input{
	width: 50%;
	margin: 0 0.5rem 0 2rem;
}

.retister-button {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1189px;
	margin: 1rem auto;
	text-align: center;
}

.scientificName {
	width: 30%;
	height: 100%;
	line-height: 27px;
	margin: 6px 0;
	padding: 0 0.3rem;
	font-weight: 300;
	font-size: 0.8125rem;
	color: #333;
}
.scientificName:last-child {
	width: 40%;
}

.scientificName input {
	width: 70%;
	margin-left: 10px;
	float: right;
}

.process-register-tab {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1189px;
	height: 62px;
	margin: 28px auto;
	padding: 0;
	border-bottom: 4px solid #091b59;
}

.process-register-tab > li {
	display: inline-block;
	width: 32.66%;
	height: 58px;
	line-height: 58px;
	margin: 0 1% 0 0;
	background: #fff;
	border: 1px solid #999999;
	border-bottom: none;
	float: left;
	font-weight: 400;
	font-size: 1.063rem;
	color: #999;
	text-align: center;
	cursor: pointer;
}

.process-register-tab > li:last-child {
	margin: 0;
}

.process-register-tab > .active {
	background: #091b59;
	border: 1px solid #091b59;
	border-bottom: none;
	font-weight: 500;
	font-size: 1.188rem;
	color: #fff;
}

.register-target-none {
	width: 1171px;
	height: 107px;
	line-height: 107px;
	margin: 0;
	background: #f2f2f2;
	border: 1px solid #e4e4e4;
}

.process-register-target {
	margin-bottom: 60px;
}

.process-register-target > .register-title-bar {
	height: 37px;
	margin: 28px auto 9px;
}

.process-register-target > .register-title-bar > span {
	position: absolute;
	bottom: 0;
}

.process-register-tabview {
	display: none;
}

.process-tab-active {
	display: block;
}

.loader {
	width: 38px;
	margin: 0 20px 8px;
}

.process-show-detail {
	font-weight: 500;
	color: #091b59;
	text-decoration: underline;
	cursor: pointer;
}

.process-result-info {
	display: block;
	position: relative;
	width: 85%;
	height: 100%;
	margin: auto;
	padding: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	list-style: none;
}

.process-result-info > li {
	display: inline-block;
	line-height: 38px;
	margin: 0px 10px;
}

.process-result-info > li > label {
	margin: 0;
}

.excelDropzone {
	cursor: pointer;
}

.excelDropzone > div {
	display: none;
}

.graph-table-container {
	position: relative;
	width: 85%;
	height: 191px;
	margin: 30px auto;
	overflow: auto;
}

.graph-table tbody tr td {
	border-right: 0;
	text-align: center;
}

.graph-table-container::-webkit-scrollbar {
	height: 10px;
}

.graph-table-container::-webkit-scrollbar-thumb {
	background-color: #091b59;
	background-clip: padding-box;
	border: 1px solid transparent;
}

.graph-table-container::-webkit-scrollbar-track {
	background-color: #dfdfdf;
}

.graph-table {
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	opacity: 0;
	transition: opacity 0.5s linear;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.graph-table:active {
	cursor: grab;
}

.graph-table > thead > tr > th {
	font-weight: 500;
	font-size: 0.8125rem;
	text-align: center;
	min-width: 150px;
	max-width: 150px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ano-click:focus {
	outline: none;
	color: #0010C0;
	text-decoration: underline;
}

.ano-click:hover {
	outline: none;
	color: #0010C0;
	text-decoration: underline;
	cursor: pointer;
}

.graph-table > thead > tr > th > span > label {
	width: 18px;
	height: 18px;
	line-height: 16px;
	border: 1px solid #000;
	border-radius: 200px;
	font-size: 0.8125rem;
	text-align: center;
	
	display: inline-block;
}

.graph-table > tbody > tr > td:first-child {
	font-weight: bold;
	font-size: 0.8125rem;
}

.cr-url-a {
	line-height: 27px;
	text-align: left;
}

table.componentList {
	width: 100%;
	max-width: 1189px;
	margin: auto;
}

table.componentList tr {
	height: 200px;
	border-top: 2px solid #454545;
	border-bottom: 2px solid #454545;
}

table.componentList thead {
	display: none;
}

table.componentList td {
	display: none;
	position: relative;
	margin: 0;
	padding: 0;
}

table.componentList td:last-child {
	display: table-cell;
}

table.componentList .mole-draw {
	display: inline-block;
	width: 250px;
	height: 178px;
	margin: 10px;
	border: 1px solid #ccc;
	float: left;
}

table.componentList td > .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #eeeeeecc;
	text-align: center;
	z-index: 50;
}

table.componentList td > .mask > a {
	display: inline-block;
	position: relative;
	top: 80.5px;
	margin: auto;
	height: 37px;
	line-height: 37px;
	padding: 0 10px;
	background : #fff;
	border: 1px solid #e95561;
	text-align: center;
	font-weight: 500;
	font-size: 0.9375rem;
	color: #e95561;
}

table.componentList td > .mask > a:hover {
	text-decoration: none;
	box-shadow: 1px 1px 3px 1px rgba(148,148,148,1);
}

table.componentList .component-list-top {
	position: relative;
	height: 140px;
	margin-left: 275px;
	padding: 20px 10px;
	text-align: left;
	font-size: 0.9375rem;
	color: #333333;
}

table.componentList .component-list-top > span {
	line-height: 25px;
}

table.componentList .component-list-top > .relative-plant {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 150px;
	height: 30px;
	line-height: 30px;
	background: #dfe2ec;
	border: 1px solid #d1d3da;
	border-radius: 5px;
	text-align: center;
	font-weight: 500;
	font-size: 0.8125rem;
	color: #333;
}

table.componentList .component-list-top > .relative-plant:hover {
	text-decoration: none;
	box-shadow: 1px 1px 3px 1px rgba(148,148,148,1);
}

table.componentList .component-list-bottom {
	height: 58px;
	margin-left: 275px;
	padding: 15px 10px;
	border-top: 1px solid #c5c5c9;
}

table.componentList .component-btn {
	display: inline-block;
	float: left;
}

table.componentList .component-btn > input[type="button"] {
	width: 105px;
	height: 27px;
	margin-right: 15px;
	padding: 0 0 0 30px;
	background-color: unset;
	border: 1px solid #0070c0;
	font-size: 0.8125rem;
	color: #0070c0;
}

table.componentList .component-btn > input[type="button"]:hover {
	background-color: #fff;
	box-shadow: 1px 1px 3px 1px rgba(148,148,148,1);
}

.paste-on {
	background-image: url("../../../images/kribb/contents/icon_btn_inch.png");
	background-repeat: no-repeat;
	background-position-x: 12px;
	background-position-y: 50%;
}

.down-on {
	display: inline-block;
	width: 105px;
	height: 27px;
	line-height: 26px;
	margin-right: 15px;
	padding: 0 0 0 30px;
	background-color: unset;
	border: 1px solid #0070c0;
	font-size: 0.8125rem;
	font-weight: 400;
	color: #0070c0;
	background-image: url(../../../images/kribb/contents/icon_btn_mol.png);
	background-repeat: no-repeat;
	background-position-x: 18px;
	background-position-y: 50%;
}

.down-on:hover {
	text-decoration: none;
	background-color: #fff;
	box-shadow: 1px 1px 3px 1px rgba(148,148,148,1);
}

table.componentList .component-pubchem {
	display: inline-block;
	float: right;
	font-weight: 300;
	font-size: 0.8125rem;
	color: #3770a5;
}

table.component-detail-box {
	width: 100%;
	max-width: 1189px;
	border-top: 2px solid #454545;
	border-bottom: 2px solid #454545;
	margin: auto;
}

table.component-detail-box .mol-drop {
	width: 100%;
	height: 100%;
	padding: 60px 0;
	background: #efefef;
	border: 1px solid #e3e3e4;
	text-align: center;
	font-weight: 300;
	font-size: 0.8125rem;
	color: #333;
	cursor: pointer;
}

table.component-detail-box > tbody > tr > td {
	height: 50px;
	padding: 5px;
}

table.component-detail-box > tbody > tr > td:nth-child(2) {
	padding-left: 20px;
}

table.component-detail-box > tbody > tr > td > label {
	margin: 0;
	font-weight: 500;
	font-size: 0.9375rem;
	color: #333;
}
.mol-draw > svg {
	transition: 0.5s cubic-bezier(0.56, 0.13, 0.16, 0.88);
	transition-property: opacity;
}

.remove-draw {
	display: inline-block;
	position: absolute;
	left: 90px;
	bottom: 0px;
	opacity: 0;
	transition: 0.5s cubic-bezier(0.56, 0.13, 0.16, 0.88);
	transition-property: bottom, opacity;
	width: 70px;
	height: 40px;
	padding-left: 25px;
	background: #e95561;
	background-image: url(../../../images/kribb/contents/can.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position-x: 5px;
	background-position-y: center;
	border: 2px solid #e95561;
	border-radius: 50px;
	font-weight: 400;
	font-size: 0.9375rem;
	color: #fff;
	outline: none;
}

.remove-draw:hover {
	box-shadow: 1px 1px 3px 1px rgba(148,148,148,1);
}

.remove-draw:active {
	transform: scale(1.05);
}

.remove-draw:visited {
	transform: scale(1.0);
}

.progress-div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 230px;
	margin: auto;
	padding: 50px 0;
	background: #cccccc88;
	z-index: 999;
	transform: translateY(-10px);
}

.progress-div > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
}

.progressbar-label {
	font-weight: 500;
	font-size: 0.9375rem;
}

.progress-msg {
	width: 200%;
	margin: 15px 0 0 -50%;
	padding: 0;
}

.progress-msg > label {
	display:inline-block;
	min-width: 4px;
	margin: 0 1px 0 0;
	font-weight: 500;
	font-size: 0.9375rem;
	color: #0070c0;
	opacity: 0;
}

@keyframes anim {
	10% {
		opacity: 0;
		transform: translateX(-80px);
	}
	33% {
		opacity: 1;
		transform: translateX(0px);
	}
	66% {
		opacity: 1;
		transform: translateX(0px);
	}
	90% {
		opacity: 0;
		transform: translateX(80px);
	}
}

input[data-dialog-prompt=regDate] {
	width: 70% !important;
	margin: auto;
	text-align: center;
}

input[data-dialog-prompt=regDate]:focus {
	border-color: #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.kribb-dropbox-container {
	display: inline;
	position: relative;
}

.kribb-dropbox-container .kribb-dropbox-view {
	display: inline-block;
	width: 150px;
	margin: 0 10px 0 20px;
	background-color: #fff;
	background: url(../../../images/kribb/contents/btn_sort.png);
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 50%;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: 400;
	color: #091b59;
	cursor: pointer;
}

.kribb-dropbox-container .kribb-dropbox-view:hover {
	box-shadow: 1px 1px 3px 1px #ccc;
}

.kribb-dropbox-container .kribb-dropbox {
	display: none;
	position: absolute;
	left: 20px;
	top: 26px;
	width: 150px;
	margin: 0;
	padding: 0;
	border: 1px solid #091b59;
	font-weight: 400;
	font-size: 0.9375rem;
	color: #091b59;
	text-align: center;
	list-style: none;
	z-index: 9999;
}

.kribb-dropbox-container .kribb-dropbox:hover {
	box-shadow: 1px 1px 3px 1px rgba(148,148,148,1);
}

.kribb-dropbox-container .kribb-dropbox:focus {
	outline: none;
}

.kribb-dropbox-container .kribb-dropbox li {
	padding: 1px;
	background: #fff;
	font-weight: 300;
}

.kribb-dropbox-container .kribb-dropbox li:hover {
	background: #091b59;
	color: #fff;
	cursor: pointer;
}

.kribb-dropbox-container > span {
	font-weight: 400;
	color: #e95561;
}

.componentList tbody tr:hover {
	background: #fff !important;
}

.pubchem-btn:hover {
	transform: scale(1.04);
}

.componentList .dataTables_empty {
	padding: 5rem !important;
}

.paste-div {
	display: inline-block;
	position: fixed;
	bottom: 85px;
	right: 20px;
	width: 300;
	height: 60px;
	padding: 10px 0;
	padding-left: 40px;
	border-radius: 8px;
	background: #ffffff33;
	background-image: url(../../../images/kribb/contents/bell.png);
	background-repeat: no-repeat;
	background-position-x: 15px;
	background-position-y: 15px;
	background-size: 30px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.175);
	border: 1px solid gray;
	font-weight: 300;
	font-size: 0.8125rem;
	color: #333;
	text-align: center;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	transform: scale(0.6);
	z-index: 999999;
}

.paste-div > b {
	font-weight: 600;
	color: #d9534f;
}

.dygraph-label {
	font-size: 0.9375rem !important;
}

.dygraph-ylabel, .dygraph-y2label {
	margin-top: -25px;
}

.dygraph-axis-label-y {
	margin-left: -20px;
}

.dygraph-axis-label {
	font-size: 0.8125rem !important;
}

.graph-loading-container {
	display: none;
	position: relative;
	width: 90%;
	margin: 40px auto;
	padding: 40px 0px 20px;
	border: 4px solid #b3d1f1;
	border-radius: 20px;
	overflow: hidden;
}

.graph-loading-graph {
	opacity: 0;
	width: 85% !important;
	height: 300px;
	transition: opacity 1s ease 0s;
	margin: 0 auto;
	margin-top: 120px;
}

.graph-loading-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: #cccccc33;
}

.graph-loading-bar {
	position: absolute;
	width: 128px;
	height: 128px;
	left: 50%;
	top: 50%;
	margin-left: -64px;
	margin-top: -64px;
	border: 4px solid;
	border-radius: 200px;
	border-color: #091b59 transparent;
	animation: spin 2s infinite linear;
}

.graph-loading-text {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -11px;
	font-weight: 500;
	font-size: 0.9512rem;
	color: #091b59;
	opacity: 0;
	animation: flash 3s infinite linear;
}

div.comp-Ano {
	width: 50px !important;
	height: 15px !important;
	border: none;
	background: none;
	text-align: center;
	font-weight: 400;
	font-size: 0.75rem !important;
	line-height: 14px;
	cursor: pointer;
	z-index: 15;
	transform: translate(-16px, -5px);
}

div.dygraph-y2label {
	transform: translate(0px, -5px);
}

div.comp-Ano:hover {
	font-weight: 600;
	box-shadow: none;
}

label.img-upload-btn {
	min-width: 120px;
	height: 37px;
	line-height: 36px;
	background: #fff;
	border: 1px solid #091b59;
	font-weight: 400;
	font-size: 0.8125rem;
	color: #091b59;
	text-align: center;
	float: right;
	cursor: pointer;
}

label.img-upload-btn:hover {
	box-shadow: 1px 1px 3px 1px rgba(148,148,148,1);
}

.shadow-hover:hover {
	box-shadow: 1px 1px 3px 1px rgba(148,148,148,1);
	cursor: pointer;
}

label.img-upload-btn > input {
	display: none;
}

.gallery-background {
	position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #00000099; z-index: 99999;
}

.gallery-container {
	position: relative;
	width: 100%;
	height: 80%;
	margin: 5% 0;
}

.gallery-bottom {
	position: absolute; left: 0; bottom: 0; width: 100%; height: 120px;
}

.slider-container {
	display: flex; position: relative; width: 70%; height: 130px; margin: 0 auto; padding: 0; overflow: hidden;
}

.gallery-slider {
	display: flex; position: absolute; left: 0; top: 0; height: 120px; margin: 0; padding: 0; list-style: none;
	cursor: pointer;
}

.gallery-slider li {
	width: 213.3px; height: 110px; margin: 0 30px; padding: 0; box-shadow: 5px 5px 5px 0px #333;
	background-repeat: no-repeat; background-size: cover; background-position: center;
}

.gallery-slider li:first-child {
	margin-left: 15px;
}

.gallery-slider li:last-child {
	margin-right: 15px;
}

.gallery-slider li:hover {
	transform: scale(1.05);
	box-shadow: 5px 5px 5px 0px #222;
}

.gallery-topp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 165px);
}

.gallery-view {
	position: relative;
	width: calc(70% - 15px);
	height: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.gallery-view-container {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000;
	overflow: hidden;
}

.gallery-view-container > img {
	will-change: transform, left;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.gallery-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	background: #00000055;
	color: #fff;
}

.gallery-info ul {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gallery-info ul li {
	width: 20%;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	font-weight: 400;
	text-align: left;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: default;
}

.gallery-down:hover {
	transform: scale(1.05);
	cursor: pointer;
}

.gallery-close {
	position: absolute;
	top: 3%;
	right: 5%;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

.gallery-close:hover {
	transform: scale(1.05);
}

.gallery-list-click {
	transform: scale(1.1) translate(0px, 5px) !important;
	border: 4px solid #ffffff;
	box-shadow: 5px 5px 5px 0px #222 !important;
}

.fa-chevron-circle-down {
	font-style: normal;
}

.fa-spinner {
	animation: spin 2s infinite linear;
}

.geo-iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: #ebecec;
	overflow: hidden;
}

.geo-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	background: #00000088;
}

.geo-loading span {
	position: absolute;
	top: 50%;
	transform: translate(0px, -25px);
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-weight: 500;
	font-size: 2rem;
	color: #fff;
	text-align: center;
}

.expandBtn, .originBtn {
	display: inline-block;
	position: absolute;
	z-index: 999;
	left: calc(100% - 59px);
	bottom: 18px;
	padding-left: 20px;
	width: 40px;
	height: 40px;
	line-height: 32.5px;
	background: #fff;
	background-repeat: no-repeat;
	background-position-x: 10px;
	background-position-y: center;
	box-shadow: 2px 2px 5px 0px #333;
	font-weight: 600;
	font-size: 0.8125rem;
	color: #adadad !important;
	text-align: center;
	text-decoration: none;
	-webkit-user-select: none;
	border-radius: 5px;
	
}

.expandBtn {
	/* background-image: url(../../images/kribb/contents/icon_all_off_map.png); */
	background-image: url(../../images/geo/icon-expand.png);
}

.originBtn {
	display: none;
	color: #091b59 !important;
	/* background-image: url(../../images/kribb/contents/icon_all_on_map.png); */
	background-image: url(../../images/geo/icon-expand.png);
}

.expandBtn:hover, .originBtn:hover {
	background-color: #eee;
	cursor: pointer;
}

.valid-check {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translate(0px, -10px);
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
}

.valid-false-text, .valid-false-idtext {
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translate(0px, -10px);
	font-weight: 500;
	color: #d94453;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
}

.dot-container {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0px, -10px);
	background: #00b081;
	border-radius: 25px;
	transition: opacity 0.3s ease-in-out;
	opacity: 0
}

.svg-dot {
	opacity: 0;
}

.dot-1 {
	animation: dot 0.9s infinite ease-in-out;
}

.dot-2 {
	animation: dot 0.9s infinite ease-in-out 0.3s;
}

.dot-3 {
	animation: dot 0.9s infinite ease-in-out 0.6s;
}

.valid-id-text ,.valid-true-text {
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translate(0px, -10px);
	left: 40px;
	font-weight: 500;
	color: #00b081;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
}

.gallery-back {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0px, -35px);
}

.gallery-back img:hover{
	transform: scale(1.05);
	cursor:pointer;
}

.gallery-back img {
	width: 100%;
	height: 100%;
}

.gallery-forward {
	width: 70px;
	height: 70px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0px, -35px);
}

.gallery-forward img:hover{
	transform: scale(1.05);
	cursor:pointer;
}

.gallery-forward img {
	width: 100%;
	height: 100%;
}

.gallery-btn-off img {
	opacity: 0.5;
	cursor: default !important;
}

.drag-btn {
	width: 23px;
	height: 30px;
	line-height: 30px;
	margin: auto;
	background: #0070C0;
	color: #fff;
	font-weight: 200;
	font-size: 1rem;
	cursor: grab;
}

.drag-btn:hover, .drag-btn:active {
	box-shadow : 1px 1px 3px 0px #333;
}

.compare-graph {
	width: 80% !important;
}

.compare-graph .dygraph-legend {
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	/* width: 210px !important; */
	right: -230px !important;
	font-size: 0.75rem;
	/* top: 50% !important; */
	top: -15% !important;
	transform: translate(0, -50%) !important;
}

.compare-graph .dygraph-title {
	margin-left: 3px !important;
	/* width: calc(100% / 8 * 10) !important; */
	width: calc(80% / 8 * 10) !important;
}

@keyframes dot {
	33%{ opacity: 1; }
	66%{ opacity: 0; }
	99%{ opacity: 0; }
}

@keyframes spin {
	100%{ -webkit-transform: rotate(360deg); }
}

@keyframes flash {
	0%{ opacity: 0; }
	25%{ opacity: 1; }
	50%{ opacity: 0; }
	75%{ opacity: 1; }
}


/*                 */


/* 식물체 목록 시작 */
.search-bar-detail {
	display: none;
	width: 100%;
	height: 300px;
	margin-top: 15px;
	border: 2px solid #0070cd;
	background: #fff;
	position: relative;
}

.search-bar-detail .triangleIcon {
	right: 55;
	top: -8;
	position: absolute;
	width: 12px;
	height: 8px;
}

.search-bar-detail .searchDateIcon {
	position: absolute;
	right: 3;
	top: -1;
}

.search-bar-detail .searchDateIcon:hover {
	cursor: pointer;
}

.search-bar-detail .detail-contents .detail-tablebox {
	margin: 0 10px 0 10px;
}

.search-bar-detail .detail-contents .detail-table {
	width: 100%;
}

.search-bar-detail .detail-contents .detail-tablebox tr {
	border-bottom: 1px solid #ccc;
}

.search-bar-detail .detail-contents .detail-tablebox td:first-child {
	width: 143px;
}

.search-bar-detail .detail-contents .detail-tablebox td {
	padding: 5px 0 5px 20px;
}

.search-bar-detail .detail-contents .detail-tablebox td span {
	font-weight: 300;
	font-size: 0.8125rem;
	margin-right: 10px;
}

.search-bar-detail .detail-contents .detail-tablebox td input[type="text"]
	{
	font-size: 0.8125rem;
	padding: 0 1rem;
	height: 27px;
	font-weight: 400;
	color: #333;
	border: 1px solid #ddd;
}

.search-bar-detail .detail-contents .detail-tablebox td .input99 {
	width: 99%;
}

.search-bar-detail .detail-contents .detail-tablebox td .input94-5 {
	width: 94.5%;
}

.search-bar-detail .detail-contents .detail-tablebox td .input78 {
	width: 78%;
}

.search-bar-detail .detail-contents .detail-tablebox td .dateWave {
	position: relative;
	right: 20px;
}

.search-bar-detail .detail-contents .detail-tablebox td .relativeSpan {
	position: relative;
}

.search-bar-detail .detail-contents .detail-btnbox {
	margin: 10px;
}

.search-bar-detail .detail-contents .detail-btnbox .detail-btn {
	
}

.search-bar-detail .detail-contents .detail-btnbox .detail-btn .reset-btn
	{
	min-width: 120px;
	height: 37px;
	padding: 0 10px;
	border: 1px solid #999;
	background: #fff;
	font-weight: 400;
	font-size: 0.8125rem;
	color: #666;
}

.search-bar-detail .detail-contents .detail-btnbox .detail-btn .search-btn
	{
	min-width: 120px;
	height: 37px;
	padding: 0 10px;
	border: none;
	background: #0070cd;
	font-weight: 400;
	font-size: 0.8125rem;
	color: #fff;
}

.search-bar-detail .detail-contents .detail-btnbox .detail-close {
	position: relative;
}

.search-bar-detail .detail-contents .detail-btnbox .detail-close img {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 5;
	left: 390;
}

.search-bar-detail .detail-contents .detail-btnbox .detail-close img:hover
	{
	cursor: pointer;
}

.search-bar-detail .detail-contents .detail-tablebox td>.calendar-target
	{
	position: absolute;
	right: 0;
	z-index: 2;
	width: 250px;
	padding: 5px;
	background: #fff;
	box-shadow: 1px 1px 3px 1px rgba(148, 148, 148, 1);
}

.search-bar-detail .detail-contents .detail-tablebox td>.calendar-target:focus
	{
	outline: none;
}

/* 식물체 목록 끝 */

/* 식물체 등록 시작 */
.title-bar h3 span {
	font-size: 1rem;
}

.register-table-box {
	border-top: 2px solid #091b59;
	border-bottom: 2px solid #091b59;
	max-width: 1189px;
	position: relative;
	margin: 0 auto;
	height: auto;
}

.register-table-box .image-table {
	width: 253px;
	height: 322px;
	display: inline-block;
	float: left;
}

.register-table-box .image-table .image-box {
	width: 230px;
	margin: 9px;
}

.register-table-box .input-table {
	width: 930px;
	margin-top: 5px;
}

.register-table-box .input-table tr {
	height: 39px;
	border-bottom: 1px solid #ccc;
}

.register-table-box .input-table tr:last-child {
	border-bottom: none;
}

.register-table-box .input-table tr td {
	
}

.register-table-box .input-table tr td:first-child {
	padding-left: 10px;
}

.register-table-box .input-table tr td span {
	font-weight: 300;
	font-size: 0.8125rem;
	color: #666666;
	margin-right: 10px;
}

.register-table-box .input-table tr td .dateIcon {
	position: absolute;
	right: 18;
	top: 14;
}

.register-table-box .input-table tr td .dateIcon:hover {
	cursor: pointer;
}

.register-table-box .input-table tr td input[type="text"] {
	font-size: 0.8125rem;
	padding: 0 1rem;
	height: 27px;
	font-weight: 400;
	color: #333;
	border: 1px solid #ddd;
}

.register-table-box .input-table tr td .input99 {
	width: 99%;
}

.register-table-box .input-table tr td .input98 {
	width: 98%;
}

.register-table-box .input-table tr td .input86 {
	width: 86%;
}

.register-table-box .input-table tr td .input84-5 {
	width: 84.5%;
}

.register-table-box .input-table tr td .input65 {
	width: 65%;
}

.register-table-box .input-table td:first-child {
	font-weight: 400;
	color: #333;
	width: 140px;
}

.register-table-box .input-table .textCenter {
	text-align: center;
}

.address-btn {
	width: 100%;
	height: 27;
	line-height: initial;
	margin: 0;
	font-weight: 400;
	border: 1px solid #0070cd;
	font-size: 0.8125rem;
	color: #0070cd;
	background: #fff;
	max-width: 100px;
	margin-left: 3%;
}

.address-btn:hover {
	outline: none;
	box-shadow: 1px 1px 3px 1px rgba(148, 148, 148, 1);
	text-shadow: 0 #0070cd;
}

.radioText input[type='radio']:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -2px;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #ccc;
}

.radioText input[type='radio']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -2px;
	position: relative;
	background: #e95661;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 3px solid #ccc;
}

.radioText {
	color: #000;
	font-weight: 300;
	font-size: 0.8125rem;
}

.margin-right40 {
	margin-right: 40px;
}

.register-table-box .input-table tr td>.calendar-target {
	position: absolute;
	right: 0;
	z-index: 2;
	width: 250px;
	padding: 5px;
	background: #fff;
	box-shadow: 1px 1px 3px 1px rgba(148, 148, 148, 1);
}

.register-table-box .input-table tr td>.calendar-target:focus {
	outline: none;
}

/* 식물체 등록 끝 */

/* 식물체 그래프 영역 시작 */
.graph-box {
	border-top: 2px solid #091b59;
	border-bottom: 2px solid #091b59;
	max-width: 1189px;
	position: relative;
	margin: 0 auto;
	height: auto;
}

.graph-box .graph-info .graph-info-title {
	height: 80px;
	padding: 25px;
	border-bottom: 1px solid #ccc;
}

.graph-box .graph-info .graph-info-title div {
	text-align: center;
}

.graph-box .graph-info .graph-info-title div span {
	font-weight: 500;
	margin-right: 10px;
}

.graph-box .graph-info .graph-info-title div span select {
	width: 140px;
	padding-left: 5px;
}

.graph-box .graph-info .graph-info-title div span input[type="button"] {
	padding: 0 10px 0 30px;
	background: #fff;
	background-image: url(../../../images/kribb/contents/icon_btn_mol.png);
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-position-x: 10%;
	width: 180px;
	font-weight: 400;
	font-size: 1rem;
	border: 1px solid #0070cd;
	color: #0070cd;
}

.graph-box .graph-info .graph-info-title div span input[type="button"]:hover
	{
	background: #0070cd;
	background-image: url(../../../images/kribb/contents/icon_btn_mol_on.png);
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-position-x: 10%;
	border: 1px solid #0070cd;
	color: #fff;
	box-shadow: 1px 1px 3px 1px rgba(148, 148, 148, 1);
}

.graph-box .graph-info .graph-info-contents {
	height: 40px;
	border-bottom: 1px solid #ccc;
	padding: 7px 20px;
	/* text-align: center; */
}

.graph-box .graph-info .graph-info-contents table {
	width: 100%;
}

.graph-box .graph-chromatogram .center-margin-tb40 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.graph-box .graph-chromatogram .center-margin-b40 {
	text-align: center;
	margin-bottom: 40px;
}

.graph-box .graph-chromatogram-table .center-margin-b40 {
	text-align: center;
	margin-bottom: 40px;
}

/* 식물체 그래프 영역 끝 */

/* 분석수행 등록 식물체 시작 */
.plant-part {
	width: 30%;
	height: 100%;
	line-height: 27px;
	font-weight: 300;
	font-size: 0.8125rem;
	color: #333;
	padding: 0 1rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../../../images/kribb/contents/btn_sort.png) /* 화살표 모양의 이미지 */;
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 50%;
	border: 1px solid #ddd;
	float: left;
}

.familyName {
	width: 50%;
	height: 100%;
	line-height: 27px;
	margin: 6px 0;
	padding: 0 0.3rem;
	font-weight: 300;
	font-size: 0.8125rem;
	color: #333;
}

.familyName input {
	width: 85%;
	margin-left: 10px;
	float: right;
}

.addressName {
	width: 50%;
	height: 100%;
	line-height: 27px;
	margin: 6px 0;
	padding: 0 0.3rem;
	font-weight: 300;
	font-size: 0.8125rem;
	color: #333;
}

.addressName input {
	width: 100%;
	margin-left: 10px;
	float: right;
}

/* 분석수행 분석결과 */
.dropzoneExcel {
	width: 100%;
	height: 107px;
	line-height: 107px;
	margin: 0;
	background: #f2f2f2;
	border: 2px dashed #e4e4e4;
}

.dropzoneExcelExcel:hover {
	cursor: pointer;
}

.dropzoneExcel, .dropzoneExcel * {
	box-sizing: border-box;
}

.dropzoneExcel.dz-clickable {
	cursor: pointer;
}

.dropzoneExcel.dz-clickable * {
	cursor: default;
}

.dropzoneExcel.dz-clickable .dz-message, .dropzoneExcel.dz-clickable .dz-message *
	{
	cursor: pointer;
}

.dropzoneExcel.dz-started .dz-message {
	display: none;
}

.dropzoneExcel.dz-drag-hover {
	border-style: solid;
}

.dropzoneExcel.dz-drag-hover .dz-message {
	opacity: 0.5;
}

.dropzoneExcel .dz-message {
	text-align: center;
	/* margin: 2em 0; */
}

.dropzoneExcel .dz-message .dz-button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	font-size: 12px;
	position: relative;
	margin-top: 230px;
}

.dropzoneExcel .dz-preview {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
}

.dropzoneExcel .dz-preview:hover {
	z-index: 1000;
}

.dropzoneExcel .dz-preview:hover .dz-details {
	opacity: 1;
}

.dropzoneExcel .dz-preview.dz-file-preview .dz-image {
	border-radius: 20px;
	background: #999;
	background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzoneExcel .dz-preview.dz-file-preview .dz-details {
	opacity: 1;
}

.dropzoneExcel .dz-preview.dz-image-preview {
	background: white;
}

.dz-image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dropzoneExcel .dz-preview.dz-image-preview .dz-details {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.dropzoneExcel .dz-preview .dz-remove {
	font-size: 14px;
	text-align: center;
	display: block;
	cursor: pointer;
	border: none;
}

.dropzoneExcel .dz-preview .dz-remove:hover {
	text-decoration: underline;
}

.dropzoneExcel .dz-preview:hover .dz-details {
	opacity: 1;
}

.dropzoneExcel .dz-preview .dz-details {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 13px;
	min-width: 100%;
	max-width: 100%;
	padding: 2em 1em;
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	line-height: 150%;
}

.dropzoneExcel .dz-preview .dz-details .dz-size {
	margin-bottom: 1em;
	font-size: 16px;
}

.dropzoneExcel .dz-preview .dz-details .dz-filename {
	white-space: nowrap;
}

/* 삭제 CSS 추가 */
.dropzoneExcel .dz-preview .dz-details .dz-del-button {
	margin-top: 100px;
	width: 30px;
	height: 30px;
	background: #fff;
	font-size: 0.8rem;
	border: 2px solid #0070cd;
	font-weight: 400;
	margin: 100px auto 0 auto;
	padding-top: 2px;
}

.dropzoneExcel .dz-preview .dz-details .dz-del-button:hover {
	cursor: pointer;
}

.dropzoneExcel .dz-preview .dz-details .dz-del-button span:hover {
	cursor: pointer;
}
/* 삭제 CSS 추가 */
.dropzoneExcel .dz-preview .dz-details .dz-filename:hover span {
	border: 1px solid rgba(200, 200, 200, 0.8);
	background-color: rgba(255, 255, 255, 0.8);
}

.dropzoneExcel .dz-preview .dz-details .dz-filename:not(:hover ) {
	overflow: hidden;
	text-overflow: ellipsis;
}

.dropzoneExcel .dz-preview .dz-details .dz-filename:not(:hover ) span {
	border: 1px solid transparent;
}

.dropzoneExcel .dz-preview .dz-details .dz-filename span, .dropzoneExcel .dz-preview .dz-details .dz-size span
	{
	background-color: rgba(255, 255, 255, 0.4);
	padding: 0 0.4em;
	border-radius: 3px;
}

.dropzoneExcel .dz-preview:hover .dz-image img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-filter: blur(8px);
	filter: blur(8px);
}

.dropzoneExcel .dz-preview .dz-image {
	overflow: hidden;
	position: relative;
	display: block;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
}

.dropzoneExcel .dz-preview .dz-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.dropzoneExcel .dz-preview.dz-success .dz-success-mark {
	-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzoneExcel .dz-preview.dz-error .dz-error-mark {
	opacity: 1;
	-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzoneExcel .dz-preview .dz-success-mark, .dropzoneExcel .dz-preview .dz-error-mark
	{
	pointer-events: none;
	opacity: 0;
	z-index: 500;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -27px;
}

.dropzoneExcel .dz-preview .dz-success-mark svg, .dropzoneExcel .dz-preview .dz-error-mark svg
	{
	display: block;
	width: 54px;
	height: 54px;
}

.dropzoneExcel .dz-preview.dz-processing .dz-progress {
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.dropzoneExcel .dz-preview.dz-complete .dz-progress {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in;
}

.dropzoneExcel .dz-preview:not(.dz-processing ) .dz-progress {
	-webkit-animation: pulse 6s ease infinite;
	-moz-animation: pulse 6s ease infinite;
	-ms-animation: pulse 6s ease infinite;
	-o-animation: pulse 6s ease infinite;
	animation: pulse 6s ease infinite;
}

.dropzoneExcel .dz-preview .dz-progress {
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	width: 80px;
	margin-left: -40px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform: scale(1);
	border-radius: 8px;
	overflow: hidden;
}

.dropzoneExcel .dz-preview .dz-progress .dz-upload {
	background: #333;
	background: linear-gradient(to bottom, #666, #444);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out;
}

.dropzoneExcel .dz-preview.dz-error .dz-error-message {
	display: block;
}

.dropzoneExcel .dz-preview.dz-error:hover .dz-error-message {
	opacity: 1;
	pointer-events: auto;
}

.dropzoneExcel .dz-preview .dz-error-message {
	pointer-events: none;
	z-index: 1000;
	position: absolute;
	display: block;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	border-radius: 8px;
	font-size: 13px;
	top: 130px;
	left: -10px;
	width: 140px;
	background: #be2626;
	background: linear-gradient(to bottom, #be2626, #a92222);
	padding: 0.5em 1.2em;
	color: white;
}

.dropzoneExcel .dz-preview .dz-error-message:after {
	content: '';
	position: absolute;
	top: -6px;
	left: 64px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #be2626;
}

/* 분석수행  */
.progress-re-register-btn {
	display: none;
}

/* 로그인  */

#loginTopDiv {
	width: 1042px;
	height: 183px;
	margin: 0 auto;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.loginTopDiv .loginInnerDiv {
	width: 100%;
	height: 100%;
	padding: 50px 54px;
}

.loginTopDiv .loginInnerDiv .loginInfoTable {
	width: 49%;
	height: 100%;
	display: inline-block;
}

.loginTopDiv .loginInnerDiv .loginFormTable {
	height: 100%;
	width: 49%;
	display: inline-block;
	padding: 5px;
}

.loginBottomDiv {
	width: 100%;
	max-width: 1042px;
	height: 222px;
	margin: 13px auto;
	padding: 20px;
	background: #f2f2f2;
}

.loginBottomDiv .loginBtnTable {
	width: 100%;
	height: 100%;
}

.loginBottomDiv .loginBtnTable tr td {
	text-align: center;
	height: 62px;
}

.login-search-btn {
	width: 100px;
	height: 27;
	line-height: initial;
	margin: 0;
	font-weight: 400;
	border: 1px solid #0070cd;
	font-size: 0.8125rem;
	color: #0070cd;
	background: #fff;
}

.login-search-btn:hover {
	outline: none;
	box-shadow: 1px 1px 3px 1px rgba(148, 148, 148, 1);
	text-shadow: 0 0 #0070cd;
}

.login-text-grey {
	font-size: 0.8125rem;
	font-weight: 400;
	color: #999;
}

.login-confirm-btn {
	width: 120px;
	height: 67px;
	background: #0070c0;
	font-size: 0.8125rem;
	font-weight: 300;
	color: #fff;
	border: 1px solid #0070c0;
}

.login-confirm-btn:hover {
	outline: none;
	box-shadow: 1px 1px 3px 1px rgba(148, 148, 148, 1);
	text-shadow: 0 0 #0070cd;
}

/* 지표성분  */
.italic {
	font-style: italic;
}

/* 식물체 엑셀 정보 영역 */
.plant-result-info {
	display: block;
	position: relative;
	width: 100%;
	height: 40%;
	margin: auto;
	padding: 0;
	list-style: none;
}

.plant-result-info>li {
	display: inline-block;
	line-height: 38px;
	margin: 0px 10px;
}

.plant-result-info>li>label {
	margin: 0;
}

.excelConditionName {
	font-size: 1rem;
	font-weight: 500;
	color: #091b59;
}

.excelDownloadBtn {
	min-width: 145px;
	margin: 5px 0;
	height: 27px;
	margin-left: 20px;
	padding-left: 30px;
	border: 1px solid #0070c0;
	background: #fff;
	font-weight: 400;
	font-size: 0.8125rem;
	color: #0070c0;
	background-image: url(../../../images/kribb/contents/icon_btn_mol.png);
	background-repeat: no-repeat;
	background-position-x: 10px;
	background-position-y: 4px;
	line-height: 1;
}

.excelDownloadBtn:hover {
	box-shadow: 1px 1px 3px 1px rgba(148, 148, 148, 1);
}

/* 식물체 엑셀 정보 영역 */

/* 식물체 상세조건 셀렉트박스 */
.kribb-table-select {
	width: 100%;
	height: 27px;
	padding: 0 0.8125rem;
	border: 1px solid #ddd;
	color: #cdcdcd;
	font-weight: 400;
}

select, select option {
	color: #000;
}

select:invalid, select option[value=" "] {
	color: #cdcdcd;
}

/* 성분정보  */
.process-component-label {
	margin: 0;
	font-weight: 500;
	font-size: 0.9375rem;
	color: #333;
}

/* 식물체 사진정보 */
.image-info-table thead th {
	font-weight: 500;
	text-align: center;
}

.imageFile-box label {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -10;
	min-width: 120px;
	height: 37px;
	padding: 0 10px;
	border: none;
	background: #fff;
	font-weight: 400;
	font-size: 0.8125rem;
	color: #091b59;
	padding: 8px;
	text-align: center;
	border: 1px solid #091b59;
}

.imageFile-box label:hover {
	outline: none;
	box-shadow: 1px 1px 3px 1px rgba(148, 148, 148, 1);
	text-shadow: 0 0 #0070cd;
}

.imageFile-box input[type="file"] {
	/* 파일 필드 숨기기 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

ul.img-slide-box {
	width: 100%;
	height: 100%;
	max-width: 300px;
	max-height: 500px;
	margin: 0;
	background: #333;
	overflow: hidden;
	padding: 0;
	position: relative;
}

ul.img-slide-box li {
	list-style: none;
}

ul.img-slide-box li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-slide-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0 0 0/ 60%);
}

.hover-contents {
	width: 100%;
}

.img-slide-hover-top {
	height: 45%;
	padding-top: 50px;
}

.img-slide-hover-middle {
	height: 35%
}

.img-slide-hover-bottom {
	height: 20%;
}

.hover-left {
	float: left;
}

.hover-left:hover {
	transform: scale(1.08);
	cursor: pointer;
}

.hover-zoom>img:hover {
	transform: scale(1.08);
	cursor: pointer;
}

.hover-right {
	float: right;
}

.hover-right:hover {
	transform: scale(1.08);
	cursor: pointer;
}

.img-slide-info {
	display: none;
}

.hover-block {
	display: block;
}

.hover-none {
	display: none;
}

.hover-categoty {
	margin: 0;
	font-weight: 400;
	font-size: 1.2rem;
	color: #fff;
}

.hover-image-source, .hover-image-author {
	width: 80%;
	margin: 2.5px auto;
	font-weight: 300;
	font-size: 0.9125rem;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: default;
}

.zoom-box {
	width: 100%;
	height: 100%;
	position: relative;
}

.zoom-top {
	height: 15%;
	text-align: right;
	padding: 20px 50px;
}

.zoom-top img:hover {
	cursor: pointer;
}

.zoom-middle {
	height: 64%;
}

.zoom-contents {
	max-width: 1189px;
	margin: 0 auto;
	height: 100%;
	background: #fff;
}

.zoom-bottom {
	height: 22%;
	margin-top: 40px;
}

.zoom-left {
	position: absolute;
	left: 50;
	margin: 15% 0;
}

.zoom-left img:hover {
	cursor: pointer;
}

.zoom-right {
	position: absolute;
	right: 50;
	margin: 15% 0;
}

.zoom-right img:hover {
	cursor: pointer;
}

.zoom-slide {
	overflow: hidden;
	height: 130px;
	width: 1198px;
	margin:0 auto;
}

.zoom-image {
	height: 590px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.zoom-image-info {
	background: rgba(30 30 30/ 60%);
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	padding: 10px 10px;
}

.zoom-image-info div {
	position: relative;
}

.zoomImageDownload { 
	position: absolute;
	right: 5;
	top:3;
	background-image: url(../../../images/kribb/contents/slide-download.png);
	width: 32px;
	height: 32px;
}

.zoom-image-info div a.zoomImageDownload:hover {
	cursor: pointer;
}

.zoom-image-info div span {
	
}

.zoom-image-info div span span {
	float: left;
	text-align: left;
	right: 0;
}

.zoom-image-info div span span a {
	margin-left: 10px;
}

.zoom-image-ul {
	margin: 0;
	padding: 0;
}

.zoom-image-li {
	list-style: none;
}

.zoom-contents .zoom-image-ul .zoom-image-li img {
	width: 1189px;
	height: 100%;
}

.zoom-bottom .zoom-slide div {
	/* overflow:hidden; */
	
}

.zoom-bottom .zoom-slide div span img {
	width: 100px;
	height: 80px;
	margim: 20px;
	margin: 25px 15px;
	border: 1px solid black;
}

.zoom-bottom .zoom-slide div span img:hover {
	cursor: pointer;
}

.zoom-slide-list {
	position: relative;
}

.zoom-slide-left {
	position: absolute;
	left: -15;
	top: 40;
}

.zoom-slide-right {
	position: absolute;
	right: -15;
	top: 40;
}

.wd15p {
	width: 15%;
}

.wd25p {
	width: 25%;
}

.wd40p {
	width: 40%;
}

table.plantInfo th {
	min-width: 120px;
	padding: 0 20px 0 10px; 
}

.small-label {
	margin: 0;
	font-weight: 300;
	font-size: 0.8125rem;
	color: #333;
	text-align: left;
}

.swiper-img-container{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
	display:none;
}

.swiper-img-inner{
	width: 1198px;
	height: 600px;
	margin: 100px auto 0 auto;
}

.swiper-img-bottom-slide{
	height: 100px;
	margin-top: 50px;
}

.slide-info{
	position: absolute;
	bottom: 0;
	background: #000;
	opacity: 0.8;
	color: #fff;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 5px;
	position:fixed;
}

.slide-info li{
	float:left;
	width:25%;
	list-style:none;
}

.slide-label {
	font-weight: 500;
	margin-right: 10px;
}

.swiper-zoom-container{
	overflow:auto;
	position:relative;
}

.compare-analysis-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 32px;
    font-weight: 400;
    border: 1px solid #0070c0;
    font-size: 0.8125rem;
    color: #0070c0;
    padding: 5px;
    text-align: center;
}

.compare-analysis-btn:hover{
    color: #fff;
    background: #e95561;
    border: 1px solid #e95561;
    cursor:pointer;
}

.compare-checkbox:hover{
    cursor:pointer;
}

.kribb-select-btn{
	display:inline-block;
	width:183px;
	height:93px;
	border:2px solid #ccc;
	margin:17px;
	user-select: none;
}

.kribb-select-btn:hover{
	cursor:pointer
}

.kribb-select-btn:last-child,
.kribb-select-btn:nth-child(5), .kribb-select-btn:nth-child(10),
.kribb-select-btn:nth-child(15), .kribb-select-btn:nth-child(20),
.kribb-select-btn:nth-child(25), .kribb-select-btn:nth-child(30){
	
}

.kribb-select-title{
	font-size: 0.8125rem;
    font-weight: 300;
    color: #999;
}
    
.graph-table-label {
font-weight: 500;
    font-size: 0.8rem;
    color: #000;
    width: 100%;
    position: absolute;
    text-align: right;
	padding-right: 7.5%;
}

.italic-info {
    font-weight: 300;
    width: 100%;
    margin-top: 5;
    margin-bottom: 0;
    text-align: left;
    font-size: 0.7rem;

}

/*  */

.image-upload-info {
	width: 300px; height: 400px; padding: 9px;
}

.image-upload-textbox {
	width:100%; height: 100%; padding: 170px 0; border: 1px dashed #ddd; background: #f2f2f2;
}
 
.image-upload-text {
	margin: 0; font-weight: 300; color: #999;
}

.searchDate > li.wd-100pr {
	width: 100%;
}

.kribb-table-family {
	display: inline-table; width: 49%; height: 27px; line-height: 27px; 
}

.kribb-input-family {
	width:100%; max-width: 300px; float: right;
}

.fl-left {
	float: left;
}

.fl-right {
	float: right;
}

.family-label {
	width: 43px; float: left;
}

.kribb-table-row tr td.ta-cn {
	text-align: center;
}

.kribb-table-scientific {
	display: inline-table; width: 32.65%; height: 27px; line-height: 27px;
}

.kribb-input-scientific {
	width: 100%; max-width: 175px; float: right;
}

.scientific-label {
	width: 52px; float: left;
}

.kribb-table-habitat {
	display: flex; width: 100%; height: 27px; line-height: 27px;
}

.mb-6p {
	 margin-bottom: 6px;
}

.mw-36p {
	min-width: 36px;
}

.kribb-input-localname {
	width: 100%; max-width: 675px; margin-left: 5%;
}

.ml-5pr {
	margin-left: 5%;
}

.kribb-input-habitat {
	width: 100%; max-width: 282px; margin-left: 5%;
}

.kribb-input-lati-dm {
	max-width: 60px; margin-left: 0.7%; padding: 0 3px;
}

.kribb-input-lati-s {
	max-width: 133px; margin-left: 0.7%; padding: 0 3px;
}

.mw-68p {
	min-width: 68px;
}

.ml-3pr {
	margin-left: 3%;
}

.kribb-input-long-dm {
	max-width: 60px; margin-left: 0.7%; padding: 0 3px;
}

.kribb-input-long-s {
	max-width: 133px; margin-left: 0.7%; padding: 0 3px;
}

.location-label {
	min-width: 5px; margin-left: 0.5%; line-height: initial;
}

.kribb-table-address {
	display: flex; width: 100%; height: 27px; line-height: 27px;
}

.kribb-input-adress {
	max-width: 400px;
}

.address-label {
	min-width: 50px; margin-left: 3%;
}

.kribb-input-address-etc {
	max-width: 240px; margin-left: 3%;
}

/* .kribb-table-row tr.kribb-table-tr-open {
	border-bottom: 2px solid #454545;
}
 */
.kribb-table-row tr:last-child {
	border-bottom: 2px solid #454545;
}

.kribb-table-row tr td.ta-lf {
	text-align: left;
}

.hg-37p {
	height: 37px;
}

.img-info {
	display: inline-block; margin-top: 12px; float: left;
}

.img-info-input {
	width: 100%; max-width: 1189px; margin: auto;
}

.kribb-table-row tr td.img-no-info {
	height:85px; color:#333; font-weight: 300;
}

.result-info {
	height: 37px; text-align: center;
}

.scientific-info-dot {
	font-size: 0.8rem;
    color: red;
    font-weight: 500;
    vertical-align: middle;
}

/* 메인 통합검색 */

.home-background-input {
	background: none;
    max-width: 704px;
    min-width: 704px;
    min-height: 63px;
    margin: 205px auto 0px auto;
    position: relative;
    
    top: -50px;
}

.home-background-input input {
	border: none;
	background: #fff;
	min-width: 704px;
	min-height: 63px;
	margin: auto;
	padding: 0px 30px;
	color:#656464;
	font-size: 15pt;
	font-weight: 400;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}

.home-background-input img {
	position: absolute;
    right: 13px;
    top: 13px;
    cursor: pointer;
}

.home-background {
	width: 100%;
	min-width: 960px;
	/* min-height: 707px;
	height: 707px; */
	background-image: url(../../../images/kribb/main/img01_main.png);
	text-align: center;
}

.home-background span {
	color: #ffffff;
	display: block;
}

.home-searchBox {
	width: 100%;
	min-width: 960px;
	height: 426px;
	background: #f8f8f8;
	text-align: center;
	padding: 40px 0px 48px 0px;
	
	margin-bottom: -15%;
}

.home-searchBox-ul {
	width: 100%;
	min-width: 960px;
	display: block;
	list-style: none;
	margin: auto;
}

.home-searchBox-ul li {
	display: inline-block;
	width: 269px;
	height: 334px;
	line-height: 103px;
	margin: auto 2%;
	border: 2px solid #091b59;
	background: #091b59;
	font-size: 18pt;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.75);
}

.home-searchBox-ul li ul {
	height: 229px;
	font-size: 16pt;
	color: #091b59;
	line-height: 26px;
	padding: 20px;
	position: relative;
}

.searchBox-ul-1 {
	background: url('../../../images/kribb/main/bg_off_textcon01.png') no-repeat center
		center;
	transition: background 0.3s linear;
}

.searchBox-ul-1:hover {
	background: url('../../../images/kribb/main/bg_on_textcon01.png') no-repeat center center;
	color: #ffffff;
}

.searchBox-ul-2 {
	background: url('../../../images/kribb/main/bg_off_textcon02.png') no-repeat center
		center;
	transition: background 0.3s linear;
}

.searchBox-ul-2:hover {
	background: url('../../../images/kribb/main/bg_on_textcon02.png') no-repeat center center;
	color: #ffffff;
}

.searchBox-ul-3 {
	background: url('../../../images/kribb/main/bg_off_textcon03.png') no-repeat center
		center;
	transition: background 0.3s linear;
}

.searchBox-ul-3:hover {
	background: url('../../../images/kribb/main/bg_on_textcon03.png') no-repeat center center;
	color: #ffffff;
}


.home-background span {
	color: #ffffff;
	display: block;
}


.main-search-title {
	font-size:37pt;font-weight:700;padding-top: 112px; text-shadow: 3px 3px 5px #000000;     position: relative; top: 60px;
}

.main-search-title-sub {
	font-size:26pt;font-weight:300;margin-top: 4px;	  text-shadow: 3px 3px 5px #000000;		position: relative; top: 60px;
}

.main-search-info-01 {
	text-align:right; padding-right: 100px; font-size: 13pt; font-weight: 500; margin-top: 72px;
}

.main-search-info-02 {
	text-align:right; padding-right: 100px; font-size: 12pt; font-weight: 500; font-style:oblique; margin-bottom: 37px;
}

.main-search-info-right-icon {
	position: absolute; top: 16.5px; right: 70px; cursor: pointer;
}


/* 통합검색 css 추가 */
.home-search-container{
	display: block;
    position: relative;
    width: 100%;
    max-width: 1189px;
    margin: 46px auto 24px;
}


.search-result-container{
	width: 100%;
    margin: 50px 0;
    display: block;
}

.search-result-title{
	height: 60px;
    line-height: 60px;
    font-weight: 500;
    font-size: 1.5rem;
    padding-left: 20px;
    border: 1px solid #dfdfdf;
}


.search-result-plant-contents{
	height: 216px;
    padding: 20px;
    border: 1px solid #dfdfdf;
    border-top: 0;
}

.search-result-component-contents{
	height: 216px;
    padding: 20px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    position: relative;
}

.search-result-more-btn{
	height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 1.3333rem;
    border: 1px solid #dfdfdf;
    margin-top: 5px;
}

.search-result-more-btn:hover{
	cursor:pointer;
	background: #efefef;
}
    
.search-result{
	width: 100%;
    margin: 20px 0;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: -1px;
}  

.result-contents-top .contents-rightbox-name {
	margin-right: 10px;
}
    
    
.result-contents-leftbox {
	width: 250px;
    display: inline-grid;
    height: 100%;
    float: left;
    
}


.result-contents-leftbox svg, .result-contents-leftbox img{
	border: 1px solid #dfdfdf;
}
    
 .result-contents-leftbox svg text.svg-none{
	font-size: 0.8125rem;
    font-weight: 300;
}     
    
    
.result-contents-rightbox {
	display: inline-grid;
    height: 100%;
    margin-left: 25px;
    float: left;
}

.result-contents-leftbox span{
	width: 248px;
    height: 178px;
    border: 1px solid #dfdfdf;
    line-height: 176px;
    text-align: center;
    font-size: 0.8125rem;
}

.search-result-none-contents {
	height: 116px;
    padding: 20px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    position: relative;
    text-align: center
}

.search-result-none-contents span{
	line-height: 68px;
}

.result-plant_list_1{
	
}

.result-plant_list_2{
	letter-spacing: 32px;
}

.result-plant_list_3{
	letter-spacing: 8.6px;
}

.result-plant_list_4{
	letter-spacing: 32px;
}

.result-contents-rightbox strong {
	cursor: pointer;
}

.search-result-count{
	font-size: 1rem;
	font-weight: 300;
	margin: 3px 0 2px 0;
}

em {
	background: #f5ac36;
	font-style: italic;
}

.user-detail-input {
	
}

.search-result-keyword, .search-result-keyword-count {
	background: #f5ac36;
	padding: 0 5px;
}

.plant-part-span {
	position:relative;
}

.plant-part-input {
	display:inline-grid; text-align:center; margin: 5px; outline:none; /* cursor:pointer; */
}

.plant-part-a {
	display:none; position:absolute; right:5px; top: -2px; width:23px; height:23px; cursor:pointer;
}

.graph-range-box {
    position: absolute;
    top: 45px;
    /* z-index: 15; */
    z-index: 1;
    width: 85%;
}

box {
	height: 100%;
    border: solid #ededed;
    border-width: 2px 0;
    box-sizing: content-box;
}

.graph-range-inputbox {
	height: 100%;
    border: solid #ededed;
    border-width: 2px 0;
    box-sizing: content-box;
}

.graph-range-box-bottom {
	margin-top:5px;
}

.graph-range-input {
    width: 10%;
    line-height: 50px;
    height: 35px;
    border: 2px solid #ededed;
    margin-left: 5px;
    padding-left: 10px;
}

.graph-range-input:focus {
    box-shadow: 1px 1px 1px 1px #ccc;
    border: solid #091b59;
    border-width: 2px;
}

.instrument-change {
	position: absolute;
	width: 40px; 
	margin: 2px; 
	right: 5; 
	border: 1px solid #cccccc; 
	background: #fff;
}


.instrument-change:hover {
	cursor: pointer;
}

.graph-info-dialog {
	position: absolute;
	right: 15px;
	top: 20px;
}

.graph-info-dialog:hover {
	cursor: pointer;
}

.graph-info-close {
    color: #fff;
}

.guide-info-container {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.guide-info-title {
	font-size: 1.4125rem;
	margin: 20px auto;
}

.graph-info-image {
	display: block;
	margin: 20px auto;
}

.add-graph-range-div {
	width: 1px;
    position: absolute;
    right: -5;
    top: 30;
}

.add-graph-range-btn {
	width: 10%;
    line-height: 25px;
    height: 35px;
    margin-left: 10px;
    border: 2px solid #091b59;
    background: #091b59;
    margin-top: 3px;
    color: #fff;
    background-image: url(../../images/analysis/icon_btn_set.png);
	background-repeat: no-repeat;
	background-position-x: 30%;
	background-position-y: 50%;
}

.add-graph-range-btn:hover {
	box-shadow: 1px 1px 1px 1px #ccc;
}

.range-btn {
	border-radius: 20px;
    background: #fff;
    border: 2px solid #000;
}

.range-del-btn {
	border-radius: 20px;
    background: #fff;
    border: 2px solid #000;
}

.range-user, .range-admin {
	margin-bottom: 5px;
}

.range-user {
	max-width: 90px;
}

.range-admin {
	max-width: 70px;
}

.graph-range-toggle {

   width: 100px;
    /* height: 300px;
    overflow-y: auto; */
    position: absolute;
    right: -20;
}

.add-annotation {
	color: #091b59 !important;
	border-color: #091b59 !important;
}

.add-graph-range-box::-webkit-scrollbar {
	    width: 6px;
}

.add-graph-range-box::-webkit-scrollbar-thumb {
    background-color: #091b59;
    background-clip: padding-box;
    border: 1px solid transparent;
}

.add-graph-range-box::-webkit-scrollbar-track {
    background-color: #dfdfdf;
}

.graph-range-title {
    width: 100%;
    text-align: left;
    height: 20px;
    line-height: 20px;
    font-size: 1rem;
    font-weight: 500;
}

.add-graph-range-box {
	height: 300px;
    overflow-y: auto;
}

.compare-li {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.zoom-graph-range-div {
	width: 1px;
    position: absolute;
    right: -5;
    top: 0;
}

.zoom-graph-range-btn {
    width: 90%;
    line-height: 25px;
    height: 35px;
    margin-left: 10px;
    border: 2px solid #091B59;
    margin-top: 3px;
}

.zoom-graph-range-btn:hover {
	box-shadow: 1px 1px 1px 1px #ccc;
}

.nmr-text {
	width: 60%;
}

.range-inputbox-top {
	display: inline-flex;
    width: 100%;
    height: 40px;
}

.inputbox-top-left, .inputbox-top-right {
	line-height: 50px;
	text-align: left;
    padding-right: 20px;
    font-size: 0.865rem;
    font-weight: bold;
}

.inputbox-top-left {
	margin-left: 0;
}

.inputbox-top-right {
	margin-right: 0;
}


.range-inputbox-bottom {
    width: 100%;
    height: 50px;
    text-align: center;
}

.inputbox-bottom-left, .inputbox-bottom-center {
	margin: 0 10px;	
}

.inputbox-bottom-right {
	margin-left: 10px;
}

.b-left-span {
	width: 40%;
    line-height: 50px;
    margin-right: 10px;
}

.b-right-span {
	width: 40%;
    line-height: 50px;
}



