/*사이트맵*/
.sitemap_con {
	width: 100%;
	height: auto;
	margin-top: 94px;
	position: relative;
	border-bottom: 1px solid #eeeeee;
}

.sitemap_con .sitemap_box {
	width: 100%;
	max-width: 1720px;
	margin: 0 auto;
	height: auto;
	position: relative;
	font-size: 0;
	padding: 15px 0;
}

.sitemap_con .sitemap_box > li {
	display: inline-block;
	font-size: 0.938rem;
	font-weight: 500;
	letter-spacing: -.5px;
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
	line-height: 21px;
}

.sitemap_con .sitemap_box > li::after {
	content: '';
	display: block;
	width: 4px;
	height: 5px;
	background-image: url(../img/sitemap_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 8px;
	right: -3px;
}

.sitemap_con .sitemap_box > li:last-of-type {
	padding-right: 0;
	margin-right: 0;
}

.sitemap_con .sitemap_box > li:last-of-type::after {
	content: none;
}

.sitemap_con .sitemap_box > li > a {
	display: block;
	width: auto;
	height: auto;
	position: relative;
}

.sitemap_con .sitemap_box > li > a > img {
	width: auto;
	max-width: 100%;
	position: relative;
	top: 2px;
}

@media all and (max-width: 1441px) {
	.sitemap_con {
		padding: 0 30px;
	}
}

@media all and (max-width: 481px) {
	.sitemap_con {
		padding: 0 15px;
	}

	.sitemap_con .sitemap_box > li {
		font-size: 0.813rem;
		line-height: 21px;
	}
}

/*사이트맵 end*/

/*서브공통*/
#sub_sc {
	width: 100%;
	height: auto;
	position: relative;
}

#sub_sc .sub_sc_area {
	width: 100%;
	height: auto;
	position: relative;
}

#sub_sc .sub_sc_con {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 75px;
	padding-bottom: 160px;
}

#sub_sc .sub_sc_size {
	width: 100%;
	height: auto;
	max-width: 1110px;
	margin: 0 auto;
}

@media all and (max-width: 1441px) {
	#sub_sc {
		padding: 0 30px;
	}
}

@media all and (max-width: 481px) {
	#sub_sc {
		padding: 0 15px;
	}

	#sub_sc .sub_sc_con {
		padding-top: 30px;
		padding-bottom: 100px;
	}
}

/*서브공통 end*/

/*서브메뉴*/
.sub_category {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 95px;
}

.sub_category .sub_category_box {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
}

.sub_category .sub_category_box > li {
	float: left;
	width: auto;
	height: auto;
	position: relative;
}

.sub_category .sub_category_01 > li {
	width: -webkit-calc(100% / 2);
	width: -moz-calc(100% / 2);
	width: calc(100% / 2);
}

.sub_category .sub_category_02 > li {
	width: -webkit-calc(100% / 2);
	width: -moz-calc(100% / 2);
	width: calc(100% / 2);
}

.sub_category .sub_category_03 > li {
	width: -webkit-calc(100% / 3);
	width: -moz-calc(100% / 3);
	width: calc(100% / 3);
}

.sub_category .sub_category_04 > li {
	width: -webkit-calc(100% / 4);
	width: -moz-calc(100% / 4);
	width: calc(100% / 4);
}

.sub_category .sub_category_05 > li {
	width: -webkit-calc(100% / 5);
	width: -moz-calc(100% / 5);
	width: calc(100% / 5);
}

.sub_category .sub_category_06 > li {
	width: -webkit-calc(100% / 6);
	width: -moz-calc(100% / 6);
	width: calc(100% / 6);
}

.sub_category .sub_category_07 > li {
	width: -webkit-calc(100% / 7);
	width: -moz-calc(100% / 7);
	width: calc(100% / 7);
}

.sub_category .sub_category_box > li > a {
	display: block;
	font-family: 'S-CoreDream-4Regular';
	font-size: 1.125rem;
	letter-spacing: -1px;
	text-align: center;
	background-color: #f8f8f8;
	-webkit-box-shadow:
		1px 0 0 0 #d0d0d0,
		0 1px 0 0 #d0d0d0,
		1px 1px 0 0 #d0d0d0,
		1px 0 0 0 #d0d0d0 inset,
		0 1px 0 0 #d0d0d0 inset;
	box-shadow:
		1px 0 0 0 #d0d0d0,
		0 1px 0 0 #d0d0d0,
		1px 1px 0 0 #d0d0d0,
		1px 0 0 0 #d0d0d0 inset,
		0 1px 0 0 #d0d0d0 inset;
	padding: 15px 0;
	position: relative;
}

.sub_category .sub_category_box > li.sub_active > a {
	color: #0080cb;
	background-color: #fff;
	-webkit-box-shadow:
		1px 0 0 0 #d0d0d0,
		0 1px 0 0 #fff,
		1px 1px 0 0 #fff,
		1px 0 0 0 #d0d0d0 inset,
		0 1px 0 0 #fff inset;
	box-shadow:
		1px 0 0 0 #d0d0d0,
		0 1px 0 0 #fff,
		1px 1px 0 0 #fff,
		1px 0 0 0 #d0d0d0 inset,
		0 1px 0 0 #fff inset;
}

.sub_category .sub_category_box > li.sub_active > a::after {
	content: '';
	display: block;
	width: 100.5%;
	height: 4px;
	background-color: #0080cb;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

@media all and (max-width: 1025px) {
	.sub_category .sub_category_box > li > a {
		font-size: 1rem;
	}
}

@media all and (max-width: 801px) {
	.sub_category .sub_category_box > li > a {
		font-size: 0.813rem;
		letter-spacing: -1.5px;
	}
}

@media all and (max-width: 621px) {
	.sub_category {
		display: none;
	}
}

/*서브메뉴 end*/

/*서브타이틀*/
.sub_title {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin-bottom: 90px;
}

.sub_title > h2 {
	font-family: 'S-CoreDream-5Medium';
	font-size: 2.313rem;
	letter-spacing: -1px;
	line-height: normal;
	word-break: keep-all;
}

@media all and (max-width: 1025px) {
	.sub_title > h2 {
		font-size: 1.875rem;
	}
}

@media all and (max-width: 481px) {
	.sub_title {
		margin-bottom: 30px
	}

	.sub_title > h2 {
		font-size: 1.563rem;
	}
}

/*서브타이틀 end*/

/*카테고리분류*/
.group_con {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 70px;
}

.group_con .group_box {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.group_con .group_box_02 > li {
	width: -webkit-calc(100% / 2);
	width: -moz-calc(100% / 2);
	width: calc(100% / 2);
}

.group_con .group_box > li {
	float: left;
	text-align: center;
}

.group_con .group_box > li > a {
	display: block;
	font-family: 'S-CoreDream-5Medium';
	font-size: 1.438rem;
	border-bottom: 3px solid #ebebeb;
	padding-bottom: 17px;
	color: #000;
}

.group_con .group_box > li > a:hover {
	color: #0080cb;
	border-bottom: 3px solid #0080cb;
}

.group_con .group_box > li.group_active > a {
	color: #0080cb;
	border-bottom: 3px solid #0080cb;
}

/*카테고리분류 end*/

/*SUB카테고리분류*/
.sub_cate_con {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.sub_cate_con .sub_cate_box {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.sub_cate_con .sub_cate_box > li {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	margin-right: 10px;
}

.sub_cate_con .sub_cate_box > li > a {
	font-family: 'S-CoreDream-4Regular';
	display: block;
	padding: 5px 15px;
	border: 1px solid #e2e2e2;
	font-size: 1.063rem;
}

.sub_cate_con .sub_cate_box > li.cate_active > a {
	background-color: #0080cb;
	color: #fff;
}

.sub_cate_con .sub_cate_box > li:hover > a {
	background-color: #0080cb;
	color: #fff;
}

/*SUB카테고리분류 end*/

/*방침*/
.policy_con {
	width: 100%;
	height: auto;
	position: relative;
}

.policy_con .policy_box {
	width: 100%;
	height: auto;
	position: relative;
}

.policy_con .policy_box .policy_title {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.policy_con .policy_box .policy_title > h2 {
	font-family: 'S-CoreDream-5Medium';
	font-size: 2rem;
	color: #0080cb;
	letter-spacing: -1px;
}

.policy_con .policy_box .policy_cont {
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}

.policy_con .policy_box .policy_cont:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
}

.policy_con .policy_box .policy_cont > h3 {
	font-size: 1.25rem;
	letter-spacing: -1px;
	font-weight: 400;
	color: #000;
	margin-bottom: 20px;
	word-break: keep-all;
}

.policy_con .policy_box .policy_cont .policy_txt {
	padding-left: 20px;
}

.policy_con .policy_box .policy_cont p {
	font-size: 1.063rem;
	font-weight: 300;
	letter-spacing: -.5px;
	word-break: keep-all;
	line-height: 30px;
	margin-bottom: 30px;
}

.policy_con .policy_box .policy_cont p:last-of-type {
	margin-bottom: 0;
}

@media all and (max-width: 801px) {
	.policy_con .policy_box .policy_title > h2 {
		font-size: 1.563rem;
	}

	.policy_con .policy_box .policy_cont > h3 {
		font-size: 1.125rem;
	}

	.policy_con .policy_box .policy_cont .policy_txt {
		padding-left: 0;
	}

	.policy_con .policy_box .policy_cont p {
		font-size: 1rem;
	}
}

@media all and (max-width: 481px) {
	.policy_con .policy_box .policy_title {
		margin-bottom: 15px;
	}

	.policy_con .policy_box .policy_title > h2 {
		font-size: 1.25rem;
	}

	.policy_con .policy_box .policy_cont > h3 {
		font-size: 1.063rem;
	}

	.policy_con .policy_box .policy_cont p {
		font-size: 0.938rem;
		margin-bottom: 15px;
	}
}

@media all and (max-width: 376px) {
	.policy_con .policy_box .policy_title > h2 {
		font-size: 1.125rem;
	}

	.policy_con .policy_box .policy_cont > h3 {
		font-size: 1rem;
	}

	.policy_con .policy_box .policy_cont p {
		font-size: 0.813rem;
		line-height: 23px;
	}
}

/*방침 end*/

/*network*/
.network_con {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.network_con .network_box {
	width: -webkit-calc((100% - 53px) / 5);
	width: -moz-calc((100% - 53px) / 5);
	width: calc((100% - 53px) / 5);
	margin-right: 13px;
	height: auto;
	position: relative;
	float: left;
	text-align: center;
	margin-bottom: 13px;
}

.network_con .network_box > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.network_con .network_box > a > img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.network_list {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}

.network_list:last-of-type {
	margin-bottom: 0;
}

.network_list > li {
	font-size: 0.938rem;
	letter-spacing: -.5px;
	padding-left: 13px;
	font-weight: 300;
	margin-bottom: 5px;
	position: relative;
}

.network_list > li:last-of-type {
	margin-bottom: 0;
}

.network_list > li::after {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #0080cb;
	position: absolute;
	top: 10px;
	left: 0;
}

.biz_box_mar {
	margin-bottom: 125px !important;
}

@media all and (max-width: 801px) {
	.network_con .network_box {
		width: -webkit-calc((100% - 40px) / 4);
		width: -moz-calc((100% - 40px) / 4);
		width: calc((100% - 40px) / 4);
	}
}

@media all and (max-width: 621px) {
	.network_con .network_box {
		width: -webkit-calc((100% - 27px) / 3);
		width: -moz-calc((100% - 27px) / 3);
		width: calc((100% - 27px) / 3);
	}
	
	.network_con .network_box:nth-of-type(3n) {
		margin-right: 0;
	}
}

@media all and (max-width: 481px) {
	.network_con .network_box {
		width: -webkit-calc((100% - 14px) / 2);
		width: -moz-calc((100% - 14px) / 2);
		width: calc((100% - 14px) / 2);
	}
	
	.network_con .network_box:nth-of-type(3n) {
		margin-right: 13px;
	}
	
	.network_con .network_box:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media all and (max-width: 376px) {
	.network_list > li {
		font-size: 0.813rem;
	}
}

@media all and (max-width: 321px) {
	.network_con .network_box {
		width: 100%;
		margin-right: 0;
	}
}

/*network end*/

/*contact us*/
.contact_con {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.contact_con .contact_box {
	width: 100%;
	height: auto;
	position: relative;
}

.contact_con .contact_box .maps_txt {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 10px;
}

.contact_con .contact_box .maps_txt > h2 {
	font-family: 'S-CoreDream-5Medium';
	font-size: 1.5rem;
	letter-spacing: -1px;
	margin-bottom: 10px;
	line-height: 24px;
}

.contact_con .contact_box .maps_txt > p {
	font-size: 1.063rem;
	letter-spacing: -.5px;
	font-weight: 300;
	line-height: normal;
}

.contact_con .contact_box .maps_stat {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}

.contact_con .contact_box .maps_stat > li {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 5px;
	font-size: 0.938rem;
	font-weight: 300;
	padding-left: 13px;
}

.contact_con .contact_box .maps_stat > li::after {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #0ea9c0;
	position: absolute;
	left: 0;
	top: 10px;
}

.contact_con .contact_box .maps {
	width: 100%;
	height: 475px;
	position: relative;
	border: 1px solid #ddd;
	overflow: hidden;
}

@media all and (max-width: 801px) {
	.contact_con .contact_box .maps_txt > h2 {
		font-size: 1.25rem;
	}

	.contact_con .contact_box .maps_txt > p {
		font-size: 1rem;
	}
}

@media all and (max-width: 481px) {
	.contact_con .contact_box .maps_txt > h2 {
		font-size: 1.125rem;
	}

	.contact_con .contact_box .maps_txt > p {
		font-size: 0.938rem;
	}

	.contact_con .contact_box .maps_stat > li {
		font-size: 0.813rem;
	}

	.contact_con .contact_box .maps_stat > li::after {
		top: 9px;
	}

	.contact_con .contact_box .maps {
		height: 300px;
	}
}

@media all and (max-width: 376px) {
	.contact_con .contact_box .maps_txt > h2 {
		font-size: 1rem;
	}

	.contact_con .contact_box .maps_txt > p {
		font-size: 0.813rem;
	}
}

/*contact us end*/

/* 2023 PIPLINE BOX */
.pipline2_con {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 80px;
}

.pipline2_con:last-of-type {
    margin-bottom: 0;
}

.pipline2_con .pipline_legend {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    margin-bottom: 15px;
}

.pipline2_con .pipline_legend2 {
    margin-top: 15px;
}

.pipline2_con .pipline_legend .pipline_leg_box {
    width: auto;
    height: auto;
    position: relative;
}

.pipline2_con .pipline_legend .pipline_leg_box > p {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.pipline2_cont {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #78a5bf;
    padding: 30px 35px;
}

.pipline2_cont .pipline_subtit {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

.pipline2_cont .pipline_subtit > h2 {
    font-size: 2.1875rem;
    font-weight: 600;
    color: #0080cb;
    letter-spacing: -1px;
}

.pipline2_cont .pipline2_table {
    width: 100%;
    height: auto;
    position: relative;
}

.pipline2_table_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: auto;
    padding-bottom: 15px;
}

.pipline2_table_box > table {
    width: 100%;
    height: auto;
    position: relative;
    white-space: nowrap;
}

.pipline2_table_box > table th {
    font-size: 0.875rem;
    font-weight: 300;
    padding: 0 10px;
}

.pipline2_table_box > table th.case_aseets {
    text-align: right;
}

.pipline2_table_box > table td {
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 10px;
}

.pipline2_table_box > table td.case_num {
    text-align: right;
}

.pipline2_table_box > table td .pipline_bar_box {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pipline2_table_box > table td .pipline_bar_box > li {
    width: auto;
    height: 30px;
    position: relative;
}

.pipline2_table_box > table td .pipline_bar_box > li > a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pipline2_table_box > table td .pipline_bar_box > li.discovery_c > a {
    background-color: #4c619a;
}

.pipline2_table_box > table td .pipline_bar_box > li.discovery_c > a:hover {
    background-color: #344983;
}

.pipline2_table_box > table td .pipline_bar_box > li.preclinical_c > a {
    background-color: #45bfa5;
}

.pipline2_table_box > table td .pipline_bar_box > li.preclinical_c > a:hover {
    background-color: #34917d;
}

.pipline2_table_box > table td .pipline_bar_box > li.phase1_c > a {
    background-color: #b98f66;
}

.pipline2_table_box > table td .pipline_bar_box > li.phase1_c > a:hover {
    background-color: #dd954f;
}

.pipline2_table_box > table td .pipline_bar_box > li.phase2_c > a {
    background-color: #f48077;
}

.pipline2_table_box > table td .pipline_bar_box > li.phase2_c > a:hover {
    background-color: #b5534b;
}

.pipline2_table_box > table td .pipline_bar_box > li.molecules_c > a {
    background-color: #ffaf60;
}

.pipline2_table_box > table td .pipline_bar_box > li.molecules_c > a:hover {
    background-color: #ff8c1a;
}

.pipline2_table_box > table td .pipline_bar_box > li.peptide_c > a {
    background-color: #86a66d;
}

.pipline2_table_box > table td .pipline_bar_box > li.peptide_c > a:hover {
    background-color: #5c893a;
}

.pipline2_table_box > table td .pipline_bar_box > li.antibody_c > a {
    background-color: #4d5f9c;
}

.pipline2_table_box > table td .pipline_bar_box > li.antibody_c > a:hover {
    background-color: #829fff;
}

.pipline2_table_box > table td .pipline_bar_box > li.protein_c > a {
    background-color: #47bfa5;
}

.pipline2_table_box > table td .pipline_bar_box > li.protein_c > a:hover {
    background-color: #24836e;
}

.pipline2_table_box > table td .pipline_bar_box > li.drug_c > a {
    background-color: #b88f69;
}

.pipline2_table_box > table td .pipline_bar_box > li.drug_c > a:hover {
    background-color: #8f6239;
}

.pipline2_table_box > table td .pipline_bar_box > li.nucleic_c > a {
    background-color: #5ca4da;
}

.pipline2_table_box > table td .pipline_bar_box > li.nucleic_c > a:hover {
    background-color: #387eb3;
}

.pipline2_table_box > table td .pipline_bar_box > li.gene_c > a {
    background-color: #8a8d8e;
}

.pipline2_table_box > table td .pipline_bar_box > li.gene_c > a:hover {
    background-color: #6c6e6e;
}

.pipline2_table_box > table td .pipline_bar_box > li.others_c > a {
    background-color: #f18174;
}

.pipline2_table_box > table td .pipline_bar_box > li.others_c > a:hover {
    background-color: #d35446;
}

.pipline2_table_box > table .case_con {
    border-top: 1px solid #000;
}

.pipline2_table_box > table .case_con td {
    padding: 20px 10px;
}

.pipline2_table_box > table .case_con .case_box {
    width: 100%;
    max-width: 820px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 25px;
}

.pipline2_table_box > table .case_con .case_box .case_item {
    width: -webkit-calc((100% - 84px) / 4);
    width: -moz-calc((100% - 84px) / 4);
    width: calc((100% - 84px) / 4);
    height: auto;
    position: relative;
}

.pipline2_table_box > table .case_con .case_box .case_item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.pipline2_table_box > table .case_con .case_box .case_item > a .case_ob {
    width: 40px;
    height: 15px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.case_item > a .case_ob.discovery_c {
    background-color: #4c619a;
}

.case_item > a:hover .case_ob.discovery_c {
    background-color: #344983;
}

.case_item > a .case_ob.preclinical_c {
    background-color: #45bfa5;
}

.case_item > a:hover .case_ob.preclinical_c {
    background-color: #34917d;
}

.case_item > a .case_ob.phase1_c {
    background-color: #b98f66;
}

.case_item > a:hover .case_ob.phase1_c {
    background-color: #dd954f;
}

.case_item > a .case_ob.phase2_c {
    background-color: #f48077;
}

.case_item > a:hover .case_ob.phase2_c {
    background-color: #b5534b;
}

.case_item > a .case_ob.molecules_c {
    background-color: #ffaf60;
}

.case_item > a:hover .case_ob.molecules_c {
    background-color: #ff8c1a;
}

.case_item > a .case_ob.peptide_c {
    background-color: #86a66d;
}

.case_item > a:hover .case_ob.peptide_c {
    background-color: #5c893a;
}

.case_item > a .case_ob.antibody_c {
    background-color: #4d5f9c;
}

.case_item > a:hover .case_ob.antibody_c {
    background-color: #829fff;
}

.case_item > a .case_ob.protein_c {
    background-color: #47bfa5;
}

.case_item > a:hover .case_ob.protein_c {
    background-color: #24836e;
}

.case_item > a .case_ob.drug_c {
    background-color: #b88f69;
}

.case_item > a:hover .case_ob.drug_c {
    background-color: #8f6239;
}

.case_item > a .case_ob.nucleic_c {
    background-color: #5ca4da;
}

.case_item > a:hover .case_ob.nucleic_c {
    background-color: #387eb3;
}

.case_item > a .case_ob.gene_c {
    background-color: #8a8d8e;
}

.case_item > a:hover .case_ob.gene_c {
    background-color: #6c6e6e;
}

.case_item > a .case_ob.others_c {
    background-color: #f18174;
}

.case_item > a:hover .case_ob.others_c {
    background-color: #d35446;
}

.pipline2_table_box > table .case_con .case_box .case_item > a > p {
    font-size: 0.875rem;
    font-weight: 400;
}

@media all and (max-width: 1025px) {
    .pipline2_cont .pipline_subtit > h2 {
        font-size: 1.75rem;
    }

    .pipline2_table_box > table .case_con td.m_none {
        display: none;
    }
}

@media all and (max-width: 885px) {
    .pipline2_cont {
        padding: 20px;
    }

    .pipline2_cont .pipline_subtit > h2 {
        font-size: 1.4375rem;
    }
}

@media all and (max-width: 481px) {
    .pipline2_cont {
        padding: 15px;
    }

    .pipline2_con .pipline_legend .pipline_leg_box > p {
        font-size: 0.75rem;
    }

    .pipline2_cont .pipline_subtit > h2 {
        font-size: 1.25rem;
    }

    .pipline2_table_box > table td {
        font-size: 0.875rem;
    }
}

@media all and (max-width: 376px) {
    .pipline2_cont {
        padding: 10px;
    }

    .pipline2_cont .pipline_subtit > h2 {
        font-size: 1.0625rem;
    }

    .pipline2_table_box > table td .pipline_bar_box > li {
        height: 25px;
    }

    .pipline2_table_box > table .case_con .case_box .case_item > a > p {
        font-size: 0.75rem;
    }
}

@media all and (max-width: 321px) {
    .pipline2_cont .pipline_subtit > h2 {
        font-size: 1rem;
    }
}

/* 2023 PIPLINE BOX END */

/* 2023 PIPLINE ADD */
.pipline2_table_con {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}

.pipline2_lt_con {
    width: 220px;
    height: auto;
    position: relative;
}

.pipline2_lt_con .pipline2_name_box {
    width: 100%;
    height: auto;
    position: relative;
}

.pipline2_lt_con .pipline2_name_box > li {
    width: 100%;
    height: 50px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pipline2_lt_con .pipline2_name_box > li.txt_box {
    height: 40px;
}

.pipline2_lt_con .pipline2_name_box > li .pip_name {
    width: 150px;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}

.pipline2_lt_con .pipline2_name_box > li .pip_name > h2 {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}

.pipline2_lt_con .pipline2_name_box > li .assets_num,
.pipline2_lt_con .pipline2_name_box > li .assets_txt {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    padding: 0 20px;
}

.pipline2_lt_con .pipline2_name_box > li .assets_txt {
    font-size: 0.875rem;
    font-weight: 300;
}

.pipline2_lt_con .pipline2_name_box > li .assets_num > p {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}

.pipline2_gt_con {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
    height: auto;
    position: relative;
}

.pipline2_gt_con .scroll_check {
    width: 82px;
    height: 32px;
    position: absolute;
    bottom: 10px;
    right: 0;
    background-image: url(../img/scroll_check.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.pipline2_gt_con .pipline2_chartbar_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: auto;
}

.pipline2_gt_con .pipline2_chartbar_box::-webkit-scrollbar {
    height: 8px;
    border-radius: 5rem;
}

.pipline2_gt_con .pipline2_chartbar_box::-webkit-scrollbar-thumb {
    background-color: #F2C92D;
    border-radius: 5rem;
}

.pipline2_gt_con .pipline2_chartbar_box::-webkit-scrollbar-track {
    background-color: #FFF6D3;
    border-radius: 5rem;
}

.pipline2_gt_con .pipline2_chartbar_box > li.chartbox_br {
    width: 100%;
    height: 40px;
    position: relative;
}

.chartbar_item {
    width: 100%;
    height: 50px;
    position: relative;
}

.chartbar_item .pipline_bar_box {
    width: auto;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.chartbar_item .pipline_bar_box > li {
    width: auto;
    height: 30px;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.chartbar_item .pipline_bar_box > li > a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.chartbar_item .pipline_bar_box > li.discovery_c > a {
    background-color: #4c619a;
}

.chartbar_item .pipline_bar_box > li.discovery_c > a:hover {
    background-color: #344983;
}

.chartbar_item .pipline_bar_box > li.preclinical_c > a {
    background-color: #45bfa5;
}

.chartbar_item .pipline_bar_box > li.preclinical_c > a:hover {
    background-color: #34917d;
}

.chartbar_item .pipline_bar_box > li.phase1_c > a {
    background-color: #b98f66;
}

.chartbar_item .pipline_bar_box > li.phase1_c > a:hover {
    background-color: #dd954f;
}

.chartbar_item .pipline_bar_box > li.phase2_c > a {
    background-color: #f48077;
}

.chartbar_item .pipline_bar_box > li.phase2_c > a:hover {
    background-color: #b5534b;
}

.chartbar_item .pipline_bar_box > li.molecules_c > a {
    background-color: #ffaf60;
}

.chartbar_item .pipline_bar_box > li.molecules_c > a:hover {
    background-color: #ff8c1a;
}

.chartbar_item .pipline_bar_box > li.peptide_c > a {
    background-color: #86a66d;
}

.chartbar_item .pipline_bar_box > li.peptide_c > a:hover {
    background-color: #5c893a;
}

.chartbar_item .pipline_bar_box > li.antibody_c > a {
    background-color: #4d5f9c;
}

.chartbar_item .pipline_bar_box > li.antibody_c > a:hover {
    background-color: #829fff;
}

.chartbar_item .pipline_bar_box > li.protein_c > a {
    background-color: #47bfa5;
}

.chartbar_item .pipline_bar_box > li.protein_c > a:hover {
    background-color: #24836e;
}

.chartbar_item .pipline_bar_box > li.drug_c > a {
    background-color: #b88f69;
}

.chartbar_item .pipline_bar_box > li.drug_c > a:hover {
    background-color: #8f6239;
}

.chartbar_item .pipline_bar_box > li.nucleic_c > a {
    background-color: #5ca4da;
}

.chartbar_item .pipline_bar_box > li.nucleic_c > a:hover {
    background-color: #387eb3;
}

.chartbar_item .pipline_bar_box > li.gene_c > a {
    background-color: #8a8d8e;
}

.chartbar_item .pipline_bar_box > li.gene_c > a:hover {
    background-color: #6c6e6e;
}

.chartbar_item .pipline_bar_box > li.others_c > a {
    background-color: #f18174;
}

.chartbar_item .pipline_bar_box > li.others_c > a:hover {
    background-color: #d35446;
}

.pipline_case_con {
    width: 100%;
    height: auto;
    position: relative;
    margin-left: 220px;
}

.pipline_case_con .pipline_case_box {
    width: 100%;
    max-width: 820px;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 25px;
}

.pipline_case_con .pipline_case_box .case_item {
    width: -webkit-calc((100% - 84px) / 4);
    width: -moz-calc((100% - 84px) / 4);
    width: calc((100% - 84px) / 4);
    height: auto;
    position: relative;
}

.pipline_case_con .pipline_case_box .case_item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.pipline_case_con .pipline_case_box .case_item > a .case_ob {
    width: 40px;
    height: 15px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pipline_case_con .pipline_case_box .case_item > a > p {
    font-size: 0.875rem;
    font-weight: 400;
}

@media all and (max-width: 1025px) {
    .pipline_case_con {
        margin-left: 0;
    }
}

@media all and (max-width: 885px) {
    .pipline_case_con .pipline_case_box .case_item {
        width: auto;
    }
}

@media all and (max-width: 481px) {
    .pipline2_table_con {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .pipline2_lt_con {
        width: 190px;
    }

    .pipline2_lt_con .pipline2_name_box > li .pip_name {
        width: 140px;
    }

    .pipline2_lt_con .pipline2_name_box > li .pip_name > h2 {
        font-size: 0.875rem;
    }

    .pipline2_lt_con .pipline2_name_box > li .assets_num,
    .pipline2_lt_con .pipline2_name_box > li .assets_txt {
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
    }

    .pipline2_lt_con .pipline2_name_box > li .assets_num {
        padding: 0;
        padding-right: 20px;
    }

    .pipline2_lt_con .pipline2_name_box > li .assets_num > p {
        font-size: 0.875rem;
    }

    .pipline2_gt_con {
        width: -webkit-calc(100% - 190px);
        width: -moz-calc(100% - 190px);
        width: calc(100% - 190px);
    }
}

/* 2023 PIPLINE ADD END */
