@charset "utf-8";

html { font-size: 10px;}

.container_box{
	letter-spacing:-0.5px;
	word-break: keep-all;
}

.m_none{display:none}

.section01{
	height:66.2rem;
	width:100%;
	display: flex;
	padding:3.5rem 0 9rem;
	box-sizing: border-box;
}

.section01 .left_box{
	width:66%;
	min-width:1100px;
	background-image: url(../images/img_main01.png);
	background-size:cover;
	background-position:right bottom;
	border-radius: 2.4rem;
	padding:0 5.4rem;
	box-sizing: border-box;
	margin:0 1rem 0 0;
}

.main_text{
	margin-top:11.9rem;
}

.main_text strong{
	font-size:4.2rem;
	color:#111;
	line-height:1;font-weight:600;
}

.main_text p{
	width:44rem;
	font-size:2rem;
	letter-spacing: -0.5px;
	color:#333;
	margin: 2rem 0 2.5rem;
	font-weight:500;
	line-height:1.1;
	word-break: keep-all;
}

.main_text button{
	background:#111;
	border-radius: 5rem;
	height:4rem;
	font-size: 1.8rem;
	color:#fff;
	font-weight: 500;
	padding:0 1.8rem;
	line-height:0.5;
}

.main_text button:hover{
	background-color:#2e84f9;
}

.main_text .icon_more{
	filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(147deg) brightness(108%) contrast(101%);
	height:1.2rem;
	vertical-align: middle;
	margin-left:1.2rem;
	margin-top:-.2rem;
	transition:all 0.3s ease;
}

.main_text button:hover .icon_more{
	margin-left:2rem;
}

.section01 .right_box{
	display: flex;
	flex-direction: column;
	flex:1;
	box-sizing: border-box;
	padding:0 0 0 1rem;
}

.section01 .right_box > a{
	display: block;
	width:100%;
	height:50%;
	border-radius: 2.4rem;
	border:1px solid #dcdcdc;
	position:relative;
	cursor: pointer;
	box-sizing: border-box;
	transition:all 0.25s ease;
	background-color:#fff;
	z-index: 1;
	overflow: hidden;
}

.section01 .right_box > a:hover{
	border:1px solid #4680E1;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}


.section01 .right_box > a:first-child{
	margin-bottom:2rem;
}

.btn_text{
	display: block;
	font-size:2.6rem;
	min-width:27.8rem;
	width:100%;
	position:absolute;
	top:38%;
	left:0;
	padding:0 4rem;
	box-sizing: border-box;
	line-height:1.2;
	word-break: keep-all;
}

.timeLine_box .btn_text{
	top:43%;
}

.btn_text::before{
	content:'';
	display: inline-block;
	width:2.4rem;
	height:2.4rem;
	background-repeat: no-repeat;
	background-size:contain;
	background-position:center;
	position:absolute;
	bottom:110%;
}

.section01 .right_box > a::before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-repeat: no-repeat;
	background-size:contain;
	background-position:right center;
	z-index:-1;
}

.intro_box:before{
	background-image:url(../images/synbio-robot.svg);
}

.timeLine_box:before{
	background-image:url(../images/timeLine.svg);
	background-position: right bottom !important;
}

.section01 .right_box > a:hover::before{
	opacity:0.5;
}

.intro_box .btn_text::before{
	background-image:url(../images/icon_qusetion.svg);
	filter: invert(41%) sepia(17%) saturate(7246%) hue-rotate(202deg) brightness(102%) contrast(95%);
}

.timeLine_box .btn_text::before{
	background-image:url(../images/icon_talk.svg);
	filter: invert(41%) sepia(17%) saturate(7246%) hue-rotate(202deg) brightness(102%) contrast(95%);
}

.icon_more_round{
	width:2.8rem;
	height:2.8rem;
	background-image:url(../images/ico_more03_round.svg);
	background-position:center;
	background-repeat: no-repeat;
	background-size:contain;
	text-indent: -9999px;
	transition:all 0.3s ease;
}

.section01 .icon_more_round{
	position:absolute;
	right:4rem;
	bottom:.2rem;
}


a:hover .icon_more_round{
	filter: invert(41%) sepia(17%) saturate(7246%) hue-rotate(202deg) brightness(102%) contrast(95%);
}

.section02{
	display:grid;
	grid-template-columns: repeat(2, minmax(760px, 1fr));
	box-sizing: border-box;
	align-items: center;
	margin:0 0 9rem;
	width:100%;
}

.section02 .left_box, .section02 .right_box{
	height:100%;
	flex:1;
}

.section02 .left_box{
	margin-right:1remx;
	padding:3.6rem 4rem;
	box-sizing: border-box;
}

.section02 .right_box{
	margin-left:1rem;
}

.section02 .left_box, .labs_box, .site_box{
	border:1px solid #dcdcdc;
	border-radius: 2.4rem;
}

.expert_box{
	position:relative;
	margin-bottom:2rem;
}

.expert_box a{
	display: block;
	border:1px solid #dcdcdc;
	border-radius: 2.4rem;
	box-sizing: border-box;
	padding:4rem;
	transition:all 0.3s ease;
	background-color:#fff;
	background-image:url(../images/expert.png);
	background-size:contain;
	background-position:right center;
	background-repeat: no-repeat;
}

.expert_box a:hover{
	border:1px solid #2e84f9;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
	background-image:url(../images/expert-on.png);
}

.expert_box strong{
	display: block;
	font-size:2.6rem;
	line-height:1;
	margin:2rem 0 .5rem;
}

.expert_box span{
	display: block;
	width:55%;
	min-width:40rem;
	font-size:1.8rem;
	word-break: keep-all;
	margin-bottom:7rem;
	line-height:1.3;
}

.btn_style{
	width:18rem;
	height:4rem;
	border-radius: 2rem;
	text-align: center;
	background-color:#111;
	color:#fff;
	font-size:1.5rem;
	display: block;
	margin:0 auto;
	font-weight:500;
}

.expert_box a:hover .btn_style{
	background-color:#2e84f9;
}

/* .expert_box a{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border-radius: 24px;
} */

.link_box{
	display: flex;
	box-sizing: border-box;
}

.labs_box, .site_box{
	width:50%;
	padding:4rem;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition:all 0.3s ease;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}

.labs_box:hover, .site_box:hover{
	border:1px solid #4680E1;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.labs_box{
	margin-right:2rem;
}

.labs_box strong, .site_box strong{
	font-size:2.4rem;
	flex:1;
	line-height:1.1;
	word-break: keep-all;
}

.icon_labs, .icon_link{
	display: inline-block;
	width:5.6rem;
	height:5.6rem;
	background-color:#EDEFF1;
	border-radius: 6px;
	position:relative;
	margin-right:2rem;
}

.icon_labs::before, .icon_link::before{
	content:'';
	display: inline-block;
	background-size:3.4rem;
	background-position:center;
	background-repeat: no-repeat;
	filter: invert(43%) sepia(41%) saturate(2039%) hue-rotate(195deg) brightness(97%) contrast(103%);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

.icon_labs::before{
	background-image:url(../images/icon_labs.svg);
}


.icon_link::before{
	background-image:url(../images/icon_link.svg);
}


.tit_box{
	display: flex;
	justify-content: space-between;
	margin:0 0 1rem;
}

.tit_box h3{
	font-size:2.8rem;
	color:#333;
}

.btn_round{
	width:4rem;
	height:4rem;
}

.btn_round span[class^="icon"]{
	display: inline-block;
	width:2.8rem;
	height:2.8rem;
	border-radius: 50%;
	background-color:#000;
	transition:all 0.3s ease;
}

.btn_round span[class^="icon"]:hover{
	background-color:#2e84f9;
}

.btn_round span[class^="ico"]::before{
	content:'';
	display: inline-block;
}

.icon_plus{
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center;
	background-image: url(../images/icon_plus.svg);
}

.brd_cont li{
	display: block;
	width:100%;
}

.brd_cont a{
	display: flex;
	justify-content: space-between;
	padding:1rem 0;
	font-size:1.8rem;
	width:100%;
	align-items: center;
}

.brd_cont a>*:first-child{
	width:calc(100% - 11rem);
	display: flex;
	align-items: center;
}

.latest_news a{
	padding-bottom:2.2rem;
}

.latest_news a>*:first-child{
	display:block;
	width:calc(100% - 12.8rem);
}

.brd_cont .latest_news strong{
	display: inline-block;
	max-width: calc(100% - 5.5rem);
	vertical-align: middle;
}

.brd_cont strong{
	display: inline-block;
	font-size:1.8rem;
	font-weight:400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width:calc(100% - 11rem);
}

.brd_cont .date{
	width:10rem;
	font-size:1.6rem;
	color:#666666;
	text-align:right;
}

.s01, .s02{
	display: inline-block;
	height:2.8rem;
	line-height:2.8rem;
	padding:0 1rem;
	min-width:4rem;
	border-radius: 1.5rem;
	font-size:1.4rem;
	font-weight:600;
	margin-right:1rem;
	text-align:center;
}

.s01{
	background-color:#E7F8F6;
	color:#0AB39C;
}

.s02{
	background-color:#EBF2FE;
	color:#3577F1;
}

.brd_cont .latest_news a{
	flex-direction:row-reverse
}

.brd_cont a:hover strong, .brd_cont a:hover p{
	text-decoration: underline;
}

.latest_news .s01, .latest_news .s02{
	display: none;
}

.brd_cont .latest_news strong{
	font-size:2.6rem;
	font-weight:600;
}

.brd_cont li:not(.latest_news) p{
	display: none !important;
}

.brd_cont li p{
	height:5.5rem;
	overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
	color:#555;
	font-size:1.8rem;
}

.brd_cont .latest_news .date{
	display: inline-block;
	width:10rem;
	height:10rem;
	border-radius: .6rem;
	border:4px solid #DCDCDC;
	box-sizing: border-box;
	padding:2rem 0 1.4rem;
	text-align:center;
}

.new{
	display: inline-block;
	width:2rem;
	height:2rem;
	margin-left:.7rem;
	border-radius: 50%;
	background-color:#2E84F9;
	color:#fff;
	font-weight:500;
	padding:0 .5rem;
	box-sizing: border-box;
	font-size:1.1rem;
	line-height:2rem;
}

.latest_news .date time{
	display: none;
}

.latest_news .date i{
	display: block;
	font-size:3.2rem;
	font-weight:700;
	color:#000;
	line-height:1;
}

.latest_news .date em{
	display: block;
	font-weight:300;
	font-size:1.6rem;
	color:#000;
}

@media all and (max-width:1495px){
	html{
		font-size:9px;
	}

	.section01{
		flex-direction: column;
		padding: 3.5rem 0 4rem;
	}

	.section01 > .left_box{
		width:100%;
		background-position: center;
        background-size: cover;
		min-width:inherit;
		padding:0 3rem;
	}

	.main_text{
		margin-top:0;
		padding:6rem 0;
	}

	.section01 .right_box{
		padding:2rem 0;
		flex-direction: row;
	}

	.section01 .right_box > a:first-child{
		margin-bottom:0;
		margin-right:.9rem;
	}

	.section01 .right_box > a:last-child{
		margin-left:.9rem;
	}

	.section01 .right_box > a{
		height:inherit;
	}

	.section01 .right_box > a.timeLine_box::before{
		background-size:cover;
		background-position:center 75% !important;
	}

	.btn_text{
		padding:0 3rem;
	}

	.section02{
		display: flex;
	}

	.section02 .left_box{
		padding: 3rem;
	}

	.left_box{
		width:60%;
	}

	.brd_cont .latest_news .date{
		width:9rem;
		height:9rem;
	}


	.latest_news a>*:first-child{
		width: calc(100% - 12rem);
	}

	.expert_box a{
		padding:3rem;
	}

	.expert_box strong{
		margin: 0 0 1.4rem;
	}

	.tit_box{
		margin:0 0 0;
	}

	.expert_box span{
		min-width:inherit;
		width:100%;
		margin-bottom:2rem;
	}
	
	.link_box{
		flex-direction: column;
	}

	.labs_box, .site_box{
		width:inherit;
		padding:2rem 3rem;
		margin-right:0;
	}

	.labs_box:hover{
		z-index:1;
	}

	.labs_box{
		border-top-right-radius: 2.4rem;
		border-bottom-right-radius: 0;
	}

	.site_box{
		border-top-left-radius: 0;
		border-bottom-left-radius: 2.4rem;
		margin-top:-1px;
	}

	.icon_labs, .icon_link{
		width:5rme;
		height:5rem;
	}

	.icon_labs::before, .icon_link::before{
		background-size:2.8rem;
	}

}

@media all and (max-width:1048px){
	.section02{
		flex-direction: column;
	}
	.section02 .left_box {
        width: inherit;
		margin-right:0;
    }
	
	.section02 .right_box{
		width:100%;
		margin-left:0;
	}


	.expert_box{
		width:inherit;
		margin:2rem 0;
	}

	.brd_cont .latest_news .date{
		width:7rem;
		height:7rem;
		padding:1rem 0;
	}

	.latest_news a>*:first-child{
		width:calc(100% - 9rem);
	}
}

@media all and (max-width:767px){

	html{
		font-size:8px;
	}

	.main_text strong{
		font-size:2.6rem;
	}

	.main_text p{
		width:inherit;
	}

	.section01 .right_box{
		flex-direction: column;
	}

	.section01 .right_box > a{
		height:50%;
		width:100%;
	}

	.section01 .right_box > a:last-child{
		margin-left:0;
	}

	.btn_text::before{
		position:initial;
		margin-right:1rem;
	}

	.btn_text br{
		display: none;
	}

	.section01 .right_box > a:first-child{
		margin-right:0;
		margin-bottom:2rem;
	}
	
    .brd_cont a{
        flex-direction: column;
		align-items: start;
    }

    .brd_cont a>*:first-child{
        width:inherit;
    }
	
	.brd_cont .date{
		width:13.8rem;
	}

	.brd_cont .latest_news a{
		flex-direction:column;
	}

	.brd_cont li.latest_news p{
		display: none;
	}

	.latest_news .s01, .latest_news .s02{
		display: inline-block;
	}

	.brd_cont .latest_news strong{
		max-width:calc(100% - 11rem);
		font-size:1.8rem;
		font-weight:400;
	}

	.brd_cont .latest_news .date{
		display: block;
		border:0;
		width: 13.8rem;
        height: inherit;
        padding: 0 0;
		text-align: right;
	}

	.brd_cont .latest_news .date time{
		display: block;
	}

	.brd_cont .latest_news .date i, .brd_cont .latest_news .date em{
		display: none;
	}

	.brd_cont a{
		padding:.5rem 0;
	}

}

@media all and (max-width:400px){
	.section01 > .left_box, .btn_text{
		padding:0 2rem;
	}

	.section02 .left_box{
		padding:2rem ;
	}

	.tit_box h3{
		font-size:2.6rem;
		margin-bottom:1rem;
	}

	.brd_cont a>*:first-child{
		justify-content: space-between;
	}

	.brd_cont a{
		padding:1rem 0;
	}

	.expert_box a{
		padding:2.5rem 2rem;
	}

	.labs_box, .site_box{
		padding:2.5rem 2rem ;
	}

	.section02{
		margin:0 0 6rem;
	}

    .section01 .icon_more_round{
        right:2rem;
    }
	
    .main_text button{
        height:3.8rem;
    }

    .btn_style{
        width:10rem;
    }

	.brd_cont .latest_news .date, .brd_cont .date{
		width:15.9rem;
	}

	.btn_round{
		margin-right:-0.5rem;
	}

	.btn_text{
		font-size:2.2rem;
	}

	.main_text p{
		margin:1rem 0 3rem;
		font-weight:400;
		font-size:1.8rem;
	}

	.expert_box strong{
		margin-bottom:1rem;
	}

	.expert_box span{
		font-weight:400;
	}


}