@charset "UTF-8";

/*-------------------------------------------------
	title 		: New Main CSS
	Author 		: (주)지플러스
	Create date : 2024-09
	Reference	: rem -> 9.5px
-------------------------------------------------*/

/* -------------- 공통 */
.title1{color:#111111;font-size:2.4rem;font-weight:bold;margin-bottom:1.6rem;}
.title2{color:#111111;font-size:1.8rem;font-weight:bold;}

.modal .btn { height: 4.5rem; border-radius: 5px; line-height: 4.3rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 1.6rem; display: inline-block; min-width: 11.8rem; padding: 0 1.5rem; text-align: center; vertical-align: middle; -webkit-transition: all 0.2s; transition: all 0.2s; font-weight: 500; margin: 0 0.25rem; border: 1px solid #000; color: #fff; background: #000; }
.modal .btn:hover, .btn:focus { background: #EBEBEB; color: #000000; border-color: #7F7F7F; }
.modal .title2 { font-size: 2.4rem; margin: 4rem 0 2rem; }
.modal .depth { color: #6C757D; font-size: 1.5rem; }
.modal .depth > i { color: #155CD6; font-size: 1.7rem; margin-right: 2px; vertical-align: middle; }
.btn.type7 { background-color: #fff; border: 1px solid #D8D9DF; color: #333; }
.btn.type7:hover, .btn.type7:focus { background-color: #333; border-color: #333; color: #fff; }

/* -------------- section */
.section-db {
	position: relative;
}

.section-org {
	position: relative;
	margin-top: 9.3rem;
}

.section-org::before {
	position: absolute;
	content: '';
	top: 0;
	left: -100%;
	width: 1000%;
	box-shadow: 0 0 0.5px 0.5px #AEAEAE;
}

/* -------------- visual */
#visual {
	position: relative;
	min-height: 20rem;
	padding: 6.5rem 2rem 3rem;
	background-image: url(../../../image/service/main/new/visual01.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 20px;
	animation: changeBackground 15s infinite alternate;
}

#visual .visual-content {
	position: relative;
}

#visual .visual-text strong,
#visual .visual-text p {
	word-break: keep-all;
	color: #FFFFFF;
	text-align: center;
}

#visual .visual-text strong {
	display: block;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.25;
}

#visual .visual-text p {
	margin: 2rem 0 0;
	font-size: 1.6rem;
	font-weight: 400;
}

.srch-wrap fieldset {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 2rem 0 1rem;
	padding: 2rem;
	border-radius: .5rem;
}

.srch-wrap fieldset::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .45);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.srch-wrap .input-group {
	position: relative;
	display: block;
	width: 100%;
	box-shadow: 0 6px 30px rgba(29, 30, 47, .1);
	z-index: 1;
}

.srch-wrap .input-group .form-select {
	width: 100%;
	height: 6rem;
	padding: 0 2.7rem 0 2.3rem;
	border-radius: 2rem 0 0;
	font-size: 1.8rem;
	background: #ffffff url(../../../image/service/layout/arrow.png) no-repeat 97% 50%;
}

.srch-wrap .input-group .srch-keyword {
	width: 100%;
	height: 6rem;
	min-height: 4rem;
	padding: 0 7.5rem 0 1.5rem;
	border-radius: 0 0 2rem;
	font-size: 1.8rem;
}

.srch-wrap .input-group button {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 6rem;
	height: 6rem;
	background-color: #0E66FC;
	border-radius: 0 0 2rem;
	box-shadow: 0 0 20px rgba(14, 102, 252, .5);
	color: #FFFFFF;
}

.srch-wrap .input-group button::before {
	content: '\F0D1';
	display: block;
	font-family: 'remixicon';
	font-size: 2.6rem;
	transition: .3s;
}

.srch-wrap .recommend-word * {
	margin-right: 2rem;
}

.srch-wrap .recommend-word a {
	font-size: 1.5rem;
	color: #FFFFFF;
}

.srch-wrap .recommend-word a:hover,
.srch-wrap .recommend-word a:focus {
	text-decoration: underline;
}

.srch-wrap .recommend-word strong {
	margin-left: 2rem;
	font-size: 1.8rem;
	font-family: 'semiBold';
	color: #EBD82F;
}

.srch-wrap .srch-ak-area {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: calc(100% - 6rem);
}

.srch-ak-area .ak-wrap {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 0 0 16px 16px;
	box-shadow: 0 4px 6px rgba(32, 33, 36, .28);
}

.srch-ak-area .ak-wrap .ak-list {
	padding: 1rem 0 2rem;
	border-top: 1px solid #DDDDDD;
}

.srch-ak-area .ak-wrap .ak-list > li {
	padding: 1rem 2rem;
	font-family: 'Arial';
	cursor: pointer;
}

.srch-ak-area .ak-wrap .ak-list > li:hover,
.srch-ak-area .ak-wrap .ak-list > li:focus {
	background-color: #E0EDFE;
}

.srch-ak-area .ak-wrap .ak-list > li > b {
	padding: .25rem;
	background-color: #F2F8FF;
	font-weight: 500;
	color: #356DB5;
}

#visual .shortcut {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 6rem;
}

#visual .shortcut .shortcut-item {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 2.5rem 4rem;
	background-color: rgba(255, 255, 255, .15);
	backdrop-filter: blur(30px);
	box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}

#visual .shortcut .shortcut-item:first-child {
	border-radius: 20px 20px 0 0;
}

#visual .shortcut .shortcut-item:last-child {
	border-radius: 0 0 20px 20px;
}

#visual .shortcut .shortcut-item strong {
	display: block;
	padding-left: 6rem;
	font-size: 2.2rem;
	font-weight: 700;
	color: #FFFFFF;
}

#visual .shortcut .shortcut-item p {
	margin: 1rem 0;
	font-size: 1.4rem;
	font-weight: 400;
	color: #EFEFEF;
	word-break: keep-all;
	line-height: 2rem;
}

#visual .shortcut .shortcut-item .shortcut-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	overflow: hidden;
	margin: auto 0 0;
	padding: 1rem 4rem;
	background: #FFFFFF;
	border-radius: 22px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .16);
	font-size: 1.6rem;
	font-weight: 400;
	color: #111111;
	line-height: 1.5rem;
	cursor: pointer;
	z-index: 1;
	width: fit-content;
}

#visual .shortcut .shortcut-item .shortcut-link::before {
	position: absolute;
	content: '';
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	border-radius: 22px;
	background: linear-gradient(225deg, #0BE3F3, #D7EE36);
	z-index: -1;
	transition: .3s;
}

#visual .shortcut .shortcut-item .shortcut-link:hover::before,
#visual .shortcut .shortcut-item .shortcut-link:focus::before {
	left: 0;
}

#visual .shortcut .shortcut-item .shortcut-link::after {
	position: relative;
	content: '\EA6C';
	font-family: 'remixicon';
	font-size: 1.5rem;
}

#visual .shortcut .shortcut-item .icon {
	position: absolute;
	top: 2.5rem;
	left: 4rem;
	max-width: 4.9rem;
}

#visual .shortcut .shortcut-item.khbdb .icon,
#visual .shortcut .shortcut-item.util .icon { max-width: none; }
#visual .shortcut .shortcut-item.khbdb .icon { top: 1.5rem; }
#visual .shortcut .shortcut-item.khbdb .icon img { max-height: 5.3rem; }
#visual .shortcut .shortcut-item.util .icon img { max-height: 3.5rem; }

#visual .img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 20rem;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 0 20px 20px 0;
	z-index: -1;
	animation: changeBackground 15s infinite alternate;
}

/* -------------- Notice Banner */
.notice-banner {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.notice-banner .notice {
	padding: 2.7rem 3.5rem 3.2rem;
	background-color: #F2F8FF;
	border: 1px solid #D9EBE4;
	border-radius: 2.2rem;
}

.notice .title1 {
	position: relative;
	padding-bottom: 1.6rem;
	border-bottom: 3px dotted #DDDDDD;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.notice .title1 * {
	display: inline-block;
}

.notice .title1 .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4.7rem;
	height: 4.7rem;
	background-color: #CDE3FE;
	border-radius: 100%;
}

.notice .title1 .icon i {
	font-size: 2.5rem;
	color: #377CF2;
}

.notice .title1 strong {
	margin-left: 1rem;
	margin-right: 2rem;
	font-size: 2.5rem;
	font-weight: 700;
	color: #222222;
	letter-spacing: -1px;
}

.notice .title1 .more {
	position: absolute;
	top: 1.3rem;
	right: 0;
	font-size: 1.5rem;
}

.notice .title1 .more::after {
	content: '\EA6C';
	display: inline-block;
	font-family: 'remixicon';
	font-size: 1.5rem;
}

.notice > .list li {
	position: relative;
	padding-left: 1.2rem;
	text-align: left;
}

.notice > .list li:not(:first-child)::before {
	position: absolute;
	content: '';
	top: .7rem;
	left: 0;
	width: .4rem;
	height: .4rem;
	background-color: #555555;
	border-radius: 100%;
}

.notice > .list li:first-child {
	padding-left: 0;
}

.notice > .list li a {
	position: relative;
	display: block;
	max-height: 4rem;
	margin-top: 2.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444444;
	line-height: 1.8rem;
}

.notice > .list li:first-child a {
	height: 9.2rem;
	max-height: initial;
	margin-bottom: 1.5rem;
	padding-left: 11rem;
	text-overflow: inherit;
	white-space: normal;
	overflow: visible;
}

.notice > .list li a .desc {
	font-size: 0;
}

.notice > .list li:first-child a .desc {
	display: -webkit-box;
	max-height: 9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 1.5rem;
	font-weight: 400;
	color: #666666;
	line-height: 2.1rem;
}

.notice > .list li a .cont {
	white-space: pre-wrap !important;
}

.notice > .list li a .title {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, #555, #555, #555);
	background-size: 100% .1rem, 0 .1rem !important;
	background-position: 100% 100%, 0 100% !important;
	background-repeat: no-repeat;
	font-size: 1.7rem;
	font-weight: 500;
	color: #444444;
	letter-spacing: -.34px;
	line-height: 2.1rem;
	transition: background-size .4s;
}

.notice > .list li:first-child a .title {
	margin-bottom: .5rem;
	font-size: 1.9rem;
	font-weight: 700;
	color: #333333;
	letter-spacing: -.4px;
	line-height: 2.9rem;
}

.notice > .list li a:hover .title, 
.notice > .list li a:focus .title {
	background-size: 0 .1rem, 100% .1rem !important;
}

.notice > .list li:not(:first-child) a .date {
	
}

.notice > .list a .date {
	position: relative;
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	color: #777777;
}

.notice > .list a .date strong {
	font-weight: 400;
}

.notice > .list li:first-child a .date {
	position: absolute;
	top: 0;
	left: 0;
	width: 7.8rem;
	height: 7.8rem;
	padding-top: 1.5rem;
	background-color: #FFFFFF;
	border-radius: 1rem;
	text-align: center;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.notice > .list li:first-child a .date strong {
	position: absolute;
	top: 4rem;
	left: 0;
	width: 100%;
	font-size: 4rem;
	font-weight: 700;
	color: #333333;
}

.banner {
	position: relative;
}

.banner .banner-slide-wrap {
	position: relative;
	border-radius: 2.2rem;
}

.banner .banner-slide-wrap .banner-slide {
	border-radius: 22px;
}

.banner .banner-slide-wrap .swiper-slide {
	text-align: center;
}

.banner .banner-slide .swiper-slide img {
	height: 100%;
}

.banner .controls {
	position: absolute;
	top: -5.5rem;
	right: 0;
	display: flex;
	align-items: center;
}

.controls .swiper-pagination {
	position: relative;
	bottom: auto;
	margin-right: .6rem;
	font-size: 1.5rem;
	font-weight: 500;
	color: #707070;
}

.controls .swiper-pagination .swiper-pagination-current {
	font-weight: 700;
	color: #0D66FC;
}

.banner .controls .con_btn {
	display: none;
}

.banner .controls .con_btn.active {
	display: flex;
}

.controls .arrow::before, 
.banner .controls .con_btn::before {
	content: '\EFDA';
	display: block;
	width: 100%;
	height: 100%;
	font-family: 'remixicon';
	font-size: 2.4rem;
	color: #707070;
}

.controls .arrow::before {
	display: inline-block;
	width: 3.6rem;
	height: 3.6rem;
	border: 1px solid #DDDDDD;
	border-radius: 100%;
	line-height: 3.4rem;
	transition: .3s;
}

.controls .arrow.prev {
	margin-left: 1rem;
	margin-right: 4px;
}

.controls .arrow.prev::before {
	content: '\EA64';
}

.controls .arrow.next::before {
	content: '\EA6E';
}

.login-section {
	display: none;
	padding: 2.7rem 3.5rem 3.2rem;
	background-color: #F7F7F7;
	border: 1px solid #BBBBBB;
	border-radius: 2.2rem;
}

.login-section .login-section-header {
	display: flex;
	flex-wrap: nowrap;
	align-items: start;
	column-gap: 2rem;
}

.login-section .login-section-header .login-icon {
	display: inline-block;
	line-height: 1.2;
	color: #4D6998;
}

.login-section .login-section-header .login-title {
	display: block;
	font-family: 'semiBold';
	font-size: 2.5rem;
	font-weight: 700;
	color: #9DA1A8;
	/*line-height: normal;*/
}

.login-section .login-section-header .login-description {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	color: #9DA1A8;
}

.login-section .login-section-header .login-user-name {
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	color: #333333;
	line-height: 1;
}

.login-section .login-section-header .login-user-id {
	position: relative;
	display: inline-block;
	width: fit-content;
	padding: .4rem 0.6rem .3rem;
	background: #E7EFFB;
	color: #145CD6;
	border-radius: 4px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
}

.login-section .login-btn {
	height: 4.5rem;
	border-radius: 5px;
	line-height: 4.4rem;
	font-size: 1.6rem;
	display: inline-block;
	width: 100%;
	padding: 0 1rem;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-weight: 500;
	margin: 0 0.25rem;
	border: 0;
	color: #fff;
	background: linear-gradient(112deg, rgba(18,104,250,1) 0%, rgba(29,186,143,1) 100%);
}

.login-section .login-btn:hover, .login-section .login-btn:focus {
	color: #fff;
}

.login-section ul.login-url-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-section ul.login-url-wrap > li:not(:last-child):after {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 1px;
	height: 1.4rem;
	margin: 0 1.5rem 0 1rem;
	background-color: #ddd;
	content: '';
	vertical-align: middle;
}

.login-section ul.login-url-wrap > li a {
	font-size: 1.4rem;
	color: #555555;
}

.login-section ul.login-work-wrap {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.login-section ul.login-work-wrap .login-work-item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	font-size: 1.5rem;
	border-bottom: 1px solid #E7EFFB;
	padding: 0.6rem 0;
}

.login-section ul.login-work-wrap .login-work-item strong {
	color: #1D1D1D;
}

.login-section ul.login-work-wrap .login-work-item a {
	color: #555;
}

/* -------------- Databases */
.database-wrap {
	position: relative;
	width: 100%;
	padding: 4.6rem 4rem 7.4rem;
	background-color: #F2F4F8;
	border-radius: 2rem;
}

.database-wrap .tit {
	position: relative;
	font-family: 'semiBold';
	font-size: 3.2rem;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -.1px;
	-webkit-font-smoothing: antialiased;
}

.database-wrap .sub-tit {
	position: relative;
	display: block;
	font-family: 'semiBold';
	font-size: 1.5rem;
	color: #333333;
	text-align: center;
	letter-spacing: -.1px;
	-webkit-font-smoothing: antialiased;
}

.database-wrap .database-list {
	position: relative;
	display: grid;
	grid-template-columns: 100%;
	justify-content: center;
	gap: 2.5rem;
	margin-top: 2.5rem;
	z-index: 2;
}

.database-wrap .database-list .item a {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	/*border-radius: 60px 60px 10px 60px;*/
	border-radius: 45px;
	transition: .2s ease;
}

.database-wrap .database-list .item a:hover,
.database-wrap .database-list .item a:focus {
	border-color: #333;
}

/*.database-wrap .database-list .item:nth-child(even) a {
	border-radius: 60px 10px 60px 60px;
}*/

.database-wrap .database-list .item a > .img {
	width: 6.5rem;
	height: 6.5rem;
	border-radius: 100%;
	text-align: center;
	line-height: 6.5rem;
}

.database-wrap .database-list .item a.bioproject > .img {
	background-color: #1A57BF;
}

.database-wrap .database-list .item a.biosample > .img {
	background-color: #00A081;
}

.database-wrap .database-list .item a.kra > .img {
	background-color: #2BBDD1;
}

.database-wrap .database-list .item a.kea > .img {
	background-color: #737EE1;
}

.database-wrap .database-list .item a.kcode > .img {
	background-color: #F68C2E;
}

.database-wrap .database-list .item a.kna > .img {
	background-color: #E16AA5;
}

.database-wrap .database-list .item a.kpop > .img {
	background-color: #E17373;
}

.database-wrap .database-list .item a.kmap > .img {
	background-color: #69B578;
}

.database-wrap .database-list .item a.kbi > .img {
	background-color: #F8AF0D;
}

.database-wrap .database-list .item a.kpc > .img {
	background-color: #E5325B;
}

.database-wrap .database-list .item a.gena > .img {
	background-color: #E2E5F2;
}

.database-wrap .database-list .item a.kvar > .img {
	background-color: #2B9ED1;
}

.database-wrap .database-list .item a.kso > .img {
	background-color: #F66446;
}

.database-wrap .database-list .item a strong {
	display: block;
	width: calc(100% - 9rem);
	margin-left: 1.2rem;
	font-size: 2.1rem;
	font-weight: 500;
	color: #000000;
	letter-spacing: -.1px;
}

.database-wrap .database-list .item a strong span {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	color: #666666;
	line-height: 1.25;
}


/* chart*/
.section-chart .chart-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #FEFFFF;
	background-clip: border-box;
	border: 1px solid #D8D9DF;
	border-radius: 6px;
	padding: 1rem 2.4rem; /* 2rem × 0.95, 2.4rem × 0.95 */
}

.section-chart .chart-card .row > * {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: 1.6rem; /* 1.6rem × 0.95 */
	padding-left: 1.6rem; /* 1.6rem × 0.95 */
	margin-top: 0;
}

.section-chart .chart-card .chart-card-header,
.section-chart .chart-card .chart-card-body,
.section-chart .chart-card .chart-card-footer {
	position: relative;
	padding: 1.5rem 0;
}

.section-chart .chart-card .chart-card-header {
	padding-bottom: 1rem;
	margin-bottom: 0;
	border-bottom: 1px solid #D8D9DF;
}

.section-chart .chart-card .chart-card-header:first-child {
	border-radius: 6px 6px 0 0;
}

.section-chart .chart-card .chart-card-title {
	color: #222222;
	letter-spacing: -1px;
	font-size: 2.5rem;
}

.section-chart .chart-card .chart-card-title > span {
	font-size: 2.3rem;
}

.section-chart .chart-card .chart-card-title-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.7rem;
	height: 4.7rem;
	background-color: #CDE3FE;
	border-radius: 100%;
}

.section-chart .chart-card .chart-card-body {
	padding-top: 2rem;
	padding-bottom: 2rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.section-chart .chart-card .chart-card-footer {
	border-top: 1px solid #D8D9DF;
}

.section-chart .chart-card-footer:last-child {
	border-radius: 0 0 6px 6px;
}



/* -------------- Organization */
.organization-list { position: relative; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; padding: 2rem 0; }
.organization-list > li { position: relative; flex: 1 0 calc(50% - 1rem); padding: 1.2rem 0; border: 1px solid #DFE1E3; border-radius: 4px; }
.organization-list > li > a { display: block; }
.organization-list > li > a > img { display: block; height: 3.8rem; margin: 0 auto; }

/* -------------- Help button */
.helpdesk-btn {
	background-color: #7054E6;
	color: #FFFFFF;
}

.helpdesk-btn::before {
	position: absolute;
	content: '';
	display: block;
	top: 1.3rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 2.5rem;
	height: 2.5rem;
	background: url(../../../image/service/main/new/call_icon.png) no-repeat center / cover;
}

/* -------------- Animation */
@keyframes changeBackground {
	0%,
	50% {
		background-image: url(../../../image/service/main/new/visual02.png);
	}
	100% {
		background-image: url(../../../image/service/main/new/visual01.png);
	}
}

@keyframes changeBackgroundColor {
	0%,
	50% {
		background-image: linear-gradient(to bottom, #194885, #153B7F);
	}
	100% {
		background-image: linear-gradient(to bottom, #336DB0 ,#2C69AF);
	}
}

/* -------------- Responsive */
@media (min-width: 768px) {
	#visual .visual-text {
		width: 72rem;
		margin: auto;
	}
	
	.srch-wrap .input-group {
		display: flex;
		width: 72rem;
	}
	
	.srch-wrap fieldset {
		width: 72rem;
		margin: 2.8rem auto 2rem;
	}
	
	.srch-wrap fieldset::after {
		left: 50%;
		transform: translateX(-50%);
		width: 76rem;
		border-radius: 100rem;
	}
	
	.srch-wrap .input-group .form-select {
		width: auto;
		border: 0;
		border-radius: 4.5rem 0 0 4.5rem;
	}
	
	.srch-wrap .input-group .srch-keyword {
		border: 0;
		border-radius: 0 4.5rem 4.5rem 0;
	}
	
	.srch-wrap .input-group button {
		border-radius: 100%;
	}
	
	.srch-wrap .srch-ak-area {
		left: 13.5rem;
		width: calc(100% - 19.5rem);
	}
	
	.srch-wrap .recommend-word {
		width: 72rem;
		margin: auto;
		text-align: center;
	}
	
	.notice-banner {  }
	.database-wrap { padding: 4.6rem 3.5rem 7.4rem; }
	.database-wrap .database-list { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 992px) {
	/* -------------- Section */
	.section-visual {
		padding-top: 2rem;
	}
	/* -------------- Visual */
	#visual .shortcut {
		flex-direction: row;
	}

	#visual .shortcut .shortcut-item {
		padding: 4rem 3.5rem 3.5rem;
	}
	
	#visual .shortcut .shortcut-item:first-child {
		border-radius: 20px 0 0 20px;
	}
	
	#visual .shortcut .shortcut-item:last-child {
		border-radius: 0 20px 20px 0;
	}
	
	#visual .shortcut .shortcut-item p {
		max-width: 26rem;
	}

	#visual .shortcut .shortcut-item .icon { top: 3rem; }
	#visual .shortcut .shortcut-item:not(:nth-child(2)) .icon { top: 3rem; }
	#visual .shortcut .shortcut-item .shortcut-link { height: 4.4rem; }
	#visual .shortcut .shortcut-item.khbdb .icon { top: 2.5rem; }
	#visual .shortcut .shortcut-item.util .icon { top: 3.2rem; }
	
	/* -------------- databases */
	.database-wrap::after {
		position: absolute;
		content: '';
		right: 4rem;
		bottom: 1rem;
		width: 45rem;
		height: 22rem;
		/*background-image: url(../../../image/service/main/new/database_bg.png);*/
		background-repeat: no-repeat;
	}
	
	.database-wrap { padding: 4.6rem 3rem 7.4rem; }
	/*.database-wrap .database-list { grid-template-columns: repeat(3, 1fr); }*/

	.organization-list > li { flex: 1; }
	.organization-list > li > a { text-align: center; }
	.organization-list > li:not(:first-child) > a { margin-top: 0; }

	/* locale eng */
	.eng #visual .shortcut .shortcut-item { display: inline-flex; flex-direction: column; justify-content: space-between; }
	.eng #visual .shortcut .shortcut-item:first-of-type strong { line-height: 1.2; }
	.eng #visual .shortcut .shortcut-item:first-of-type .icon { top: 4rem; }
	.eng #visual .shortcut .shortcut-item .shortcut-link { max-width: 16rem; }


}

@media (min-width: 1200px) {
	.notice-banner { flex-direction: column; gap: 2rem; width: 40rem; margin-left: auto; }
	.notice-banner .notice, .notice-banner .banner { width: 100%; }
	.login-section { display: block; }

	#visual { padding: 11rem 3rem 3rem; }
	#visual .shortcut { gap: 2rem; }

	/* -------------- databases */
	.database-wrap .database-list {
		/*grid-template-columns: repeat(4, 1fr);*/
		gap: 1.5rem;
		grid-template-columns: repeat(auto-fit, minmax(200px,calc(25% - 1.25rem)))
	}
}

@media (max-width: 576px) {
	.database-wrap {
		padding: 2.7rem;
	}
	
	.database-wrap .database-list .item a > .img img {
		max-width: 50%;
	}
}