@charset "UTF-8";

@media ( min-width : 1025px) {
	/* 호버시 서브메뉴 보이기 */
	.menu li.has-sub:hover .menu-group>.submenu {
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 1400px) {
	.topwrap {
		height: 88px;
	}
	.d_width {
		max-width: 1200px;
		flex-wrap: wrap;
	}
	.topwrap .d_width>a {
		width: calc(100%/ 5);
		text-align: center;
	}
	nav {
		padding: 10px;
		justify-content: space-between;
	}
	main {
		padding: 0 20px;
	}
	nav .top_nav ul li {
		font-size: 13px;
	}
		.sub-container{
	    max-width: 100%;
	}
}

@media screen and (max-width: 1200px) {
	.popup {
		width: 90%;
		height: calc(100% - 15%);
	}
	.title-icon-group {
		flex-direction: column;
		gap: 10px;
		font-size: 12px;
	}
	.fa-info::before, .fa-info-w::before {
		left: -200%;
	}
	.dt-container.dt-empty-footer {
		overflow-x: auto;
		width: 100%;
	}
	.graph-div-co {
		overflow-x: auto;
	}
	.graph-div-table {
		width: 1400px;
		overflow: auto;
		table-layout: fixed;
	}
}

/* 태블릿용 */
@media screen and (max-width: 1024px) {
	.submenu {
		width: 100%;
	}
	.list_area.gallery .graph-date .graph-date-picture {
		height: 150px;
	}
	.search-info-group {
		flex-direction: column;
	}
	.search-group {
		width: 100%;
	}
	.search-choice .search-choice-item {
		border-radius: 5px;
		padding: 5px;
	}
	.search-group-half {
		width: 100%;
	}
	.search-info-group-half {
		width: 100%;
	}
	.fit-content {
		width: 100%;
	}
	.list_area-default .default-date {
		flex-direction: column;
	}
	.list_area-default .default-date-group {
		width: 100%;
	}
	.list_area-default .date-picture img {
		height: auto;
		max-height: 100%;
		min-height: 100%;
	}
	.cont-border {
		width: 100%;
		padding: 0;
	}
	.login-box-2 {
		width: 100%;
		padding: 50px;
	}
	.popup {
		margin: 8% auto;
	}
	.content {
		border-top: none;
	}
	.display.dataTable td, .display.dataTable th {
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.disease-list ul.activate::after {
		content: none;
	}
	.disease-list .herbal-search-row {
		flex-direction: column;
		width: 100%;
		align-items: baseline;
	}
	.disease-search-list ul.herbal-search-row li.tltle-name:before {
		content: "국문 : ";
		font-weight: bold;
		margin-right: 5px;
		font-size: 13px;
		min-width: 35px;
	}
	.disease-search-list ul.herbal-search-row li.english-name:before {
		content: "영문 : ";
		font-weight: bold;
		margin-right: 5px;
		font-size: 13px;
		min-width: 35px;
	}
	.disease-search-list ul.herbal-search-row li.latin-name:before {
		content: "라틴명 : ";
		font-weight: bold;
		margin-right: 5px;
		font-size: 13px;
		min-width: 45px;
	}
	.disease-search-list ul.herbal-search-row li.scientific-name:before {
		content: "학명 : ";
		font-weight: bold;
		margin-right: 5px;
		font-size: 13px;
		min-width: 35px;
	}
	.disease-search-list ul.herbal-search-row li {
		width: 100%;
	}
	.disease-title {
		display: none;
	}
	.filter-area-content {
		flex-direction: column;
		width: 100%;
	}
	.announcement-sub.w-65 {
		width: 100%;
	}
	.filter-area-top.w-35 {
		width: 100%;
	}
	.disease-search-list.popup-list {
		height: 100%;
		min-height: 100% !important;
	}
	.content-chart-list {
		flex-direction: column;
	}
	.group-item-content>.filter-area-top>.justify-space-between {
		flex-direction: column;
		gap: 10px;
	}
	.pop-radio-buttons label.entire, .pop-radio-buttons label.no-answer,
		.pop-radio-buttons label.answer-complete {
		padding: 5px;
	}
	.content-chart-list div.card {
    width: 100%;
}
}

@media screen and (max-width: 850px) {
	.search-group-date-group {
		flex-direction: column;
		align-items: baseline;
		font-size: 14px;
		gap: 10px;
	}
	.popup {
		margin: 10% auto;
	}
	.list_area-default .graph-date-text {
		display: inline-block;
	}
	.list_area-default .date-picture {
		width: 270px;
	}
	.list_area-default .graph-date-text h4 {
		font-weight: bold;
	}
	.graph-date-text span {
		color: #878787;
		word-break: break-all;
	}
	.list_area-default span.text-en {
		color: #dc3545;
	}
	.title-icon-group {
		flex-direction: column;
		width: 100%;
		gap: 20px;
	}
	.btnfit-group {
		font-size: 12px;
	}
	.graph-div-table th {
		font-size: 13px;
	}
}

@media screen and (max-width: 768px) {
	.search-inp .inp-text {
		width: calc(100% - 80px);
	}

	.graph-group-list>.justify-space-between {
		flex-direction: column;
	}
	main {
		background-color: #F6F8F9;
	}
	.body-content {
		padding: 0;
	}
	.page-nav-item span {
		font-size: 17px;
	}
	.title-text-span {
		background-color: #ffffff;
	}
	.top-body h2 {
		font-size: 25px;
	}
	.graph-group {
		flex-direction: column;
		gap: 10px !important;
	}
	.textarea-box {
		width: 100% !important;
	}
	.text-warning {
		margin: 0 !important;
		justify-content: end;
	}
	.tooltip {
		font-size: 10px;
		padding: 10px;
	}
	.width-100 {
		width: 60px;
	}
	.ml-1 img {
		height: 15px;
	}
	.width-150 {
		flex: 0 0 100px;
		padding: 0px;
	}
	.result-flex-gruop {
		font-size: 12px;
	}
	.result-gruop-3 {
		font-size: 12px;
	}
	.radio-buttons label {
		padding: 5px !important;
		font-size: 15px !important;
	}
	.title-sm {
		width: 100% !important;
	}
	.list_area-default .graph-date-item {
		font-size: 13px;
	}
	.data-group-list {
		flex-direction: column;
	}

/* 첫 번째 li */


	/*공지사항*/
	.announcement-title, .announcement-icon, .announcement-admin,
		.announcement-views, .announcement-user {
		display: none !important;
	}
	.announcement-list ul li {
		text-align: left !important;
	}
	.announcement-list ul li.title {
		width: 100%;
		padding: 0;
		font-size: 18px;
		font-weight: 600;
	}
	.announcement-list ul a {
		gap: 10px;
	}
	.announcement-list ul li.num {
		justify-content: flex-start !important;
		padding: 10px;
	}
	.announcement-list .announcement-data {
		font-size: 18px;
		color: #6c6c6c;
		padding: 0;
		display: flex;
		justify-content: end;
	}
	.announcement-list ul {
        padding: 10px 0;
	}
	.announcement-list ul li.num span.num-action {
		display: none;
		padding: 0;
	}
	.announcement-list ul li.num {
		flex: none !important;
		padding: 0;
		max-width: fit-content;
		display: contents;
	}
	.announcement-list ul li.num .top-action {
		max-width: 40px;
		font-size: 13px;
		min-width: 40px;
		width: 40px;
		align-items: center;
		height: fit-content;
	}
	.announcement-item {
		border-top: 2px solid #132058;
		max-height: 100%;
		min-height: 100%;
	}
	button.page-btn span:nth-of-type(2) {
		display: none;
	}
	button.page-btn span.right_next span {
		display: none;
	}
	.announcement-inp, .upload-box-group {
		width: 100% !important;
	}
	.upload-box-group.admin .upload-box {
		font-size: 14px;
		border-radius: 5px;
	}
	.list_area.gallery .graph-date {
		flex: 0 0 calc(50% - 10px);
	}
	.custom-select-wrapper, .search-group .search-box {
		width: 100%;
	}
	.search-info-group {
		flex-direction: column;
		gap: 10px;
	}
	.announcement-editeo {
		width: 100%;
	}
	.announcement-answer {
		font-size: 14px;
		display: flex !important;
		align-items: center !important;
	}
	.list_area-default .graph-date-text {
		display: inline-block;
	}
	.list_area-default .date-picture {
		width: 220px;
		height: 195px;
	}
	.list_area-default .dataset-top {
		position: absolute;
		left: 0px;
	}
	.list_area-default .default-date-group {
		position: relative;
	}
	.search-sub-group {
		padding: 10px;
	}
	.tablist {
		font-size: 12px;
	}
	.log-list-step li {
		min-width: 100px;
	}
	.login-box-2 {
		padding: 20px;
	}
	.image-popup .popup-content {
		max-width: 100%;
	}
	.title-icon-group {
		flex-direction: column;
		width: 100%;
		gap: 10px;
	}
	.language-group {
		flex-direction: column;
		gap: 5px;
		padding: 5px 0;
		align-items: end;
	}
	.btnfit-group button {
		font-size: 14px;
	}
	.entity-label {
		word-break: break-all;
	}
	.announcement-list ul a {
		flex-direction: column;
		gap: 5px;
	}
	.announcement-answer.text-lightgray, .announcement-answer.text-blue {
		justify-content: flex-end;
	}
	.disease-list.over-hidden.h-100 {
	    min-height: 100%;
    max-height: 100%;
		
	}
	.disease-search-list .disease-list ul.pop-list-detail {
		min-height: 100%;
		height: 100%;
		flex-direction: column;
		padding: 10px;
		position: relative;
	}
	.disease-search-list ul li {
		font-size: 15px;
		padding: 0;
		line-height: 2;
		width: 100%;
		min-width: 100%;
		justify-content: flex-start;
	}
	.disease-search-list ul li.no-result {
		min-height: 100px;
		align-items: center;
	}
	.disease-search-list ul li.ban-ck {
		justify-content: flex-start;
	}
	.disease-search-list ul li.pop-name:before {
		content: "작성자 : ";
		margin-right: 5px;
		font-weight: 600;
	}
	.disease-search-list ul li.pop-name:before {
		content: "작성자 : ";
		margin-right: 5px;
		font-weight: 600;
	}
	.disease-search-list ul li span.pop-title-name:before {
		content: "제목 : ";
		margin-right: 5px;
		font-weight: 600;
	}
	.disease-search-list ul li.pop-num:before {
		content: "순서 : ";
		margin-right: 5px;
		font-weight: 600;
	}
	.disease-search-list ul li.pop-whether {
		position: absolute;
		top: 9px;
		right: 10px;
		left: -10px;
		justify-content: flex-end;
	}
	.pop-radio-buttons label.entire, .pop-radio-buttons label.no-answer,
		.pop-radio-buttons label.answer-complete {
		padding: 5px 10px;
	}
	.signup-wrap-top {
		flex-direction: column;
	}
	.toggle {
		width: fit-content;
	}
	.content-chart-list div.chart-search-group-date-top {
		width: 100% !important;
	}
		.border-blue2{
	    padding: 5px 0px;
	}
	.announcement-list-item {
    line-height: 1.5;
}
}

/* 아주 작은 화면 (예: 480px 이하) */
@media screen and (max-width: 480px) {
	.border-navy{
	    font-size: 14px;
	}
	.search-group-date .date-wrap {
		display: flex;
		align-items: center;
		gap: 3px;
	}
	.search-group-date>.search-title {
		display: none;
	}
	.search-group-date .date-wrap input {
		width: 100%;
	}
	main {
		padding: 5px;
	}
	.sub-container {
		margin: 0 auto;
	}
	.page-nav-item span {
		margin-left: 5px;
	}
	.right-content {
		padding: 5px;
	}
	.network-explanation ol, .left-menu {
		padding: 5px;
	}
	.disease-search {
		gap: 5px;
	}
	.title-icon ul {
		gap: 5px;
		font-size: 12px;
	}
	.red-diamond-icon::before {
		width: 15px;
		height: 15px;
	}
	.blue-diamond-icon::before {
		width: 12px;
		height: 12px;
	}
	.purple-square-icon::before {
		width: 15px;
		height: 12px;
	}
	.gray-circle-icon, .red-diamond-icon, .blue-diamond-icon,
		.purple-square-icon {
		position: relative;
		padding-left: 17px;
	}
	.page-nav-item>.text-gray {
		display: none;
	}
	.sub-container {
		gap: 5px;
	}
	.w-200 {
		width: 100%;
	}
	.result-gruop-item ul {
		font-size: 12px;
	}
	.bt_blue, .border-blue {
        height: 48px;

	}
	.bt_navy {
		padding: 5px 10px;
		font-size: 13px;
	}
	.result-gruop-cont {
		gap: 10px;
	}
	nav .top_nav {
		width: 30px;
	}
	.fsite-info {
		font-size: 12px;
	}
	.announcement-list ul li.title {
		font-size: 17px;
	}
	.announcement-list .announcement-data {
		font-size: 14px;
	}
	.announcement-list ul li.num .top-action {
		font-size: 12px;
		max-width: 35px;
		align-items: center;
	}
	.top-body h2 {
		font-size: 20px;
	}
	.announcement-page {
		padding: 10px !important;
	}
	.announcement-page h2 {
		font-size: 20px;
	}
	.announcement-page-group {
		font-size: 12px;
	}
	.announcement-con {
		padding: 10px !important;
	}
	.attachment-text ul li:last-child {
		display: none;
	}
	.attachment-text .text {
		font-size: 13px !important;
	}
	.list_area.gallery .graph-date {
		flex: 100%;
		border: none;
		padding: 0;
	}
	.list_area.gallery .graph-date .graph-date-picture {
		height: 250px;
	}
	.default-date-group {
		flex-direction: column;
	}
	.list_area-default .graph-date-item {
		font-size: 14px;
		flex-direction: column;
	}
	.list_area-default .date-picture {
		width: 100%;
		height: auto;
	}
	.list_area-default .graph-date-text {
		display: flex;
	}
	.list_area-default .dataset-top {
		top: 0;
		right: 100%;
		width: 100%;
		left: 0;
		justify-content: flex-end;
	}
	.list_area-default .default-date-group {
		position: relative;
	}
	.list_area-default .dataset {
		padding: 7px;
		font-size: 13px;
	}
	.pagination {
		padding: 0;
		border: none;
		background-color: #e1e1e100;
		justify-content: center;
		overflow-x: auto;
		white-space: nowrap;
		padding: 8px;
		scrollbar-width: none; /* Firefox */
	}
	.pagination::-webkit-scrollbar {
		display: none; /* Chrome, Safari */
	}
	.page-btn {
		min-width: 28px;
		height: 28px;
		font-size: 13px;
	}
	.page-numbers {
		flex-wrap: nowrap;
	}
	.checkbox-item {
		font-size: 13px;
	}
	.sm-item-content {
		font-size: 13px;
	}
	.sub-img-box {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		width: 100%;
	}
	.img-bax-item {
		width: 90px;
		height: 70px;
	}
	.sub-info-box {
		flex-direction: column;
		gap: 0;
	}

	/*db테이블*/
	.sub-info-list table, .sub-info-list thead, .sub-info-list tbody,
		.sub-info-list th, .sub-info-list td, .sub-info-list tr {
		display: block;
		width: 100%;
		border: none;
	}
	.sub-info-list thead tr {
		display: none; /* 헤더는 숨김 */
	}
	.sub-info-list tbody tr {
		padding: 5px;
		border: 1px solid #ddd;
		margin: 10px 0;
	}
	.sub-info-list td {
		position: relative;
		max-width: 100% !important;
		white-space: normal;
		overflow: visible;
		border: none;
	}
	.sub-info-list td::before {
		content: attr(data-label);
		position: absolute;
		left: 16px;
		font-weight: bold;
		white-space: nowrap;
	}
	.sub-info-list td a {
		word-break: break-all;
		color: #1a73e8;
		text-decoration: underline;
	}
	.cert-desc-group {
		border: none;
		padding: 0;
	}
	.popup {
		margin: 20% auto;
	}
	#policyModal .modal-panel {
		margin: 40% auto;
	}
	.image-popup .popup-content {
		max-width: 100%;
	}
	.popup-con-img {
		height: 100%;
	}
	.experiment_list_temp {
		display: flex;
		flex-direction: column;
	}
	.list_area .graph-date {
		padding: 10px;
	}
	.list_area .experiment_list_temp>.graph-date a {
		flex-direction: column;
		border: 1px solid #ddd;
	}
	.list_area .graph-date-text {
		padding: 5px;
		border-bottom: 1px solid #ddd;
		flex: 1 !important;
		border-right: none;
	}
	.list_area .graph-date-text:last-child {
		border-bottom: none;
	}
	.list_area .graph-title {
		display: none;
	}
	.between {
		gap: 10px;
		height: auto;
	}
	.justify-content{
	height: auto;
	}
	.popup-editor-group {
		flex-direction: column;
	}
	.popup-editor-title-item {
		width: 100%;
	}
	.popup-editor-title {
		margin: 0;
		font-weight: bold;
		font-size: 16px;
		width: 100%;
		min-width: 100%;
	}
	.popup-editor-content {
		gap: 10px;
	}
	.popup-editor-title-item input {
		height: 36px;
	}
		.thumbnail img {
		width: 105px;
		height: 105px;
	}
	.popup-title div.popup-text {
		flex-direction: column;
	}

}

@media ( max-width : 379px) {
	.announcement-list ul li.title {
		font-size: 14px;
		line-height: 1.5;
	}
	.announcement-list .announcement-data {
		font-size: 12px;
	}
	.sm-item-content {
		font-size: 13px;
		padding: 0;
		border: none;
		justify-content: end;
		background-color: #f6f8f9;
	}
	.sm-item-content span {
		display: none;
	}
	.title-icon ul {
		flex-direction: column;
	}
	.form-check {
		flex-direction: column;
		width: 100%;
		align-items: flex-start;
	}
	.method-phone {
		font-size: 12px;
	}
	.chart-search-group-date-top {
		flex-direction: column;
		align-items: baseline;
	}
	.date-wrap {
		display: flex;
		gap: 5px;
		align-items: center;
	}
}

@media ( max-width : 279px) {
	.zoombar input[type="range"] {
		width: 100px !important;
	}
	.btnfit-group button {
		font-size: 12px;
	}
}