@charset "utf-8";

/* ==================================================
	공통사항
================================================== */
.cont_inner {
	width: 100%;
	margin-top: 6rem;
}

.cont_inner2 {
	width: 100%;
	margin-top: 6rem;
}

/* 애니메이션 */
.cont_inner {
	opacity: 0;
	transform: translateY(50px)
}

.cont_inner.active {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.7s 0.8s;
	-webkit-transition: all 0.7s 0.8s;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.cont_inner {
		margin-top: 4rem;
	}

	.cont_inner2 {
		margin-top: 4rem;
	}
}

/* ==================================================
	아이콘
================================================== */
.con_title {
	position: relative;
	font-size: 2.6rem;
	font-weight: var(--font-sb);
	padding-left: 1.8rem;
}

.con_title:before {
	content: "";
	position: absolute;
	top: 0.2rem;
	left: 0;
	width: 0.5rem;
	height: 2.4rem;
	background: var(--brand-color-main);
}

.dot_title {
	position: relative;
	font-size: 3.5rem;
	font-weight: var(--font-bd);
}

.dot_title:after {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	background: var(--brand-color-sub);
	border-radius: 50%;
	display: inline-block;
	margin-left: 0.5rem;
}

.dot_title2 {
	position: relative;
	font-size: 3.2rem;
	font-weight: var(--font-bd);
}

.dot_title2:after {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	background: var(--brand-color-sub);
	border-radius: 50%;
	display: inline-block;
	margin-left: 0.5rem;
}

.l-list01 {
	line-height: 1.2;
	font-size: 1.8rem;
}

.l-list01>li {
	position: relative;
	padding-left: 1.5rem;
	margin-top: 1rem;
	color: #606060;
}

.l-list01>li:first-child {
	margin-top: 0;
}

.l-list01>li:before {
	content: "";
	position: absolute;
	top: 0.9rem;
	left: 0;
	width: 0.5rem;
	height: 0.5rem;
	background: #b8b8b8;
}

.l-list01>li span {
	font-weight: var(--font-bd);
}

.width_line_list {
	margin-top: 0.5rem;
	font-size: 1.6rem;
}

.width_line_list>li:before {
	position: absolute;
	top: 0.9rem;
	left: 0;
	content: "";
	display: block;
	width: 0.5rem;
	height: 1px;
	background: #a0a0a0;
}

.width_line_list>li {
	position: relative;
	padding-left: 1.4rem;
	margin-bottom: 0.3rem;
}

.width_line_list>li:last-child {
	margin-bottom: 0;
}

.a-tit01 {
	font-size: 2.2rem;
	background: url('../images/icon/arrow_icon.svg') no-repeat 0 0.3rem;
	background-repeat: no-repeat;
	padding-left: 2.7rem;
	line-height: 1.4;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.con_title {
		font-size: 2.4rem;
		padding-left: 1.7rem;
	}

	.con_title:before {
		height: 2.2rem;
	}

	.l-list01 {
		font-size: 17px;
	}

	.l-list01>li:before {
		top: 9px;
		width: 5px;
		height: 5px;
	}

	.a-tit01 {
		font-size: 18px;
		padding-left: 3rem;
	}
}

/* ==================================================
	테이블
================================================== */
table.chart01 {
	width: 100%;
	border-top: solid 2px #c5cbcf;
	border-bottom: solid 2px #c5cbcf;
	font-size: 1.5rem;
	letter-spacing: -0.025em;
}

table.chart01 tr th {
	background-color: #e2e5e7;
	text-align: center;
	color: var(--color-black);
	font-weight: var(--font-bd);
}

/*table.chart01 td {
	padding-left: 2.5rem !important;
	line-height: 1.35;
}*/

table.chart01 tr th,
table.chart01 tr td {
	padding: 1rem 0.2rem;
	border-bottom: solid 1px #c5cbcf;
	border-left: 1px solid #c5cbcf;
	vertical-align: middle;
}

table.chart01 tr th:first-child,
table.chart01 tr td:first-child {
	border-left: 0;
}

table.chart01 tr td.ch_bl {
	border-left: 1px solid #c5cbcf;
}

table.chart01 tr td.ch_bg {
	background: #f8f8f8;
}

table.chart02 {
	width: 100%;
	border-top: solid 1px #262626;
	border-bottom: solid 1px #cdcdcd;
	text-align: center;
	font-size: 1.7rem;
}

table.chart02 tr th {
	background-color: #E5E5E5;
	color: var(--color-black);
	font-weight: var(--font-bd);
}

table.chart02 tr th:first-child {
	border-left: 0;
}

table.chart02 tr td {
	line-height: 1.35;
}

table.chart02 tr td:first-child {
	background: #F8F8F8;
	border-left: 0;
	font-weight: var(--font-sb);
}

table.chart02 tr th,
table.chart02 tr td {
	padding: 1.3rem 0.3rem;
	border-bottom: solid 1px #cdcdcd;
	vertical-align: middle;
	border-left: solid 1px #cdcdcd;
}

/* 테이블 사이즈 */
.chart01_width {
	width: 25%;
}

.chart02_width01 {
	width: 35%;
}

.chart02_width02 {
	width: 50%;
}

.chart02_width03 {
	width: 15%;
}

/* 모바일CSS */
@media screen and (max-width: 1023px) {
	table.chart01 {
		font-size: 1.6rem;
	}

	table.chart02 {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 640px) {

	table.chart02 tr th,
	table.chart02 tr td {
		padding: 1.3rem 1rem;
	}
}

/* ==================================================
	반응형 테이블 스크롤
================================================== */
.msg_touch_help {
	display: none;
}

/* 모바일CSS */
@media screen and (max-width:720px) {
	.con_table_wrap {
		overflow-x: auto;
	}

	.con_table_wrap {
		position: relative;
	}

	.table_scroll {
		width: 200%;
	}

	.msg_touch_help {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -40px;
		margin-top: -40px;
		display: block;
	}

	.msg_touch_help img {
		width: 100px;
		height: 100px;
	}
}

/* ==================================================
	애니메이션
================================================== */
@-webkit-keyframes fadeUpAni {
	0% {
		opacity: 0;
		transform: translate3d(0, 54px, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0px, 0);
	}
}

.fadeUp.active {
	animation-name: fadeUpAni;
	animation-duration: 2s;
}

/* ==================================================
	이미지 움직이는 효과
================================================== */
.over-cover {
	overflow: hidden;
	position: relative;
	display: inline-block;
	line-height: 0;
}

.over-cover img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.over-cover:hover img {
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}

/* ==================================================
	영상
================================================== */
.movie_con {
	text-align: center;
}

.movie_con video {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	border: 1px solid #d7d7d7;
}

.promovie_con {
	text-align: center;
}

.promovie_con video {
	width: 100%;
	max-width: 1000px;
}

/* ==================================================
	유튜브 영상
================================================== */
.youtubeWrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden
}

.youtubeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.youtubeWrap .btn_prev,
.youtubeWrap .btn_next {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	z-index: 100;
	background: rgba(0, 0, 0, 0.6);
	color: var(--color-white)
}

.youtubeWrap .btn_prev {
	left: 0
}

.youtubeWrap .btn_next {
	right: 0
}

.youtubeWrap .btn_prev>img {
	float: left
}

.youtubeWrap .btn_next>img {
	float: right
}

.youtubeWrap .btn_prev>span,
.youtubeWrap .btn_next>span {
	display: inline-block;
	float: left;
	height: 90px;
	padding: 0 15px;
	margin: 20px 0;
	max-height: 50px;
	max-width: 180px;
	font-size: 16px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
}

.youtubeWrap .btn_prev:hover>span,
.youtubeWrap .btn_prev:focus>span,
.youtubeWrap .btn_next:hover>span,
.youtubeWrap .btn_next:focus>span {
	display: inline-block
}

.overveiw-wrap {
	overflow: hidden;
}

/* ==================================================
	서브상단멘트 공통
================================================== */
.sub_txt01{
	text-align: center;
	font-size: 2.5rem;
}
.sub_txt01 p{
	padding-bottom: 1.2rem;
	font-size: 3.5rem;
    font-weight: 500;
    text-transform: uppercase;
}
.sub_txt01 p span{
	color: var(--brand-color-main);
}
/* 모바일CSS */
@media screen and (max-width:800px) {
	.sub_txt01{
		line-height: 1.3;
	}
}



/* ==================================================
	연구소 소개  - 인사말
================================================== */
.greeting{
	line-height: 1.5;
	word-break:keep-all;
}
.greeting img{
	padding-top: 4rem;
	width: 100%;
}

/* ==================================================
	연구소 소개 - 목표와 전망
================================================== */
.goal{
	padding-bottom: 3rem;
}
.goal_tit {
	font-size: var(--rem-26);
	font-weight: var(--font-bd);
}
.goal_tit i, .achieve_tit i{
	margin-right: 1rem;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #9EB2E1;
}
.goal> ul{
	padding-top: 2rem;
}
.goal ul li{
	padding-bottom: 1.5rem;
	font-size: var(--rem-17);
	line-height: 1.4;
	word-break: keep-all;
}
.goal ul li p{
	padding-bottom: 0.8rem;
	font-size: var(--rem-20);
	font-weight: var(--font-sb);
}
.goal img{
	padding-top: 2rem;
	width: 100%;
	max-width: 1000px;
}

/* ==================================================
	연구소 소개 - 연혁
================================================== */
.history {
}
.year{
	margin: 0 auto;
	padding: 1.5rem 0;
	width: 20rem;
	font-size: var(--rem-40);
	font-weight: var(--font-bd);
	color: var(--brand-color-sub);
	text-align: center;
	border: solid 1px var(--brand-color-sub);
	border-radius: 5rem;
}
.history dl{
	padding: 4rem 0;
	display: flex;
	justify-content: center;
}
.history dl dt{
	padding-right: 1rem;
	min-width: 70px;
	font-weight: var(--font-bd);
}
.history dl dd{
	padding-left: 1.5rem;
	position: relative;    
	line-height: 1.3;
    word-break: keep-all;
}
.history dl dd::before{
	content: "-";
	width: 15px;
    position: absolute;
    left: 0;
}
.his_img{
	padding: 7rem 0;
	font-size: var(--rem-30);
    line-height: 1.3;
	text-align: center;
	color: var(--color-white);
	background: url('../images/about/history_img01.jpg') no-repeat;
	background-repeat: no-repeat;
	background-size: cover;    
}



/* 준비중 */
.comingsoon{	
	margin: 0 auto;
	width: 400px;
	text-align: center;
}
.comingsoon img{
	width: 100%;
	max-width: 150px;
}
.comingsoon p{
	padding-top: 3rem;
	font-size: var(--rem-30);
	font-weight: var(--font-bd);
}


/* ==================================================
	업적과 활동 - 학술대회
================================================== */
.confer_cont{
	padding-bottom: 3rem;
}
.confer_cont p{
	padding-bottom: 1.5rem;
	font-size: var(--rem-24);
	font-weight:var(--font-bd);
}
.confer_cont table {
	
	width: 100%;
	border-collapse: collapse;
	background-color: var(--color-white);
}
td:first-child {
	border-left: none;
}
td:last-child {
	border-right: none;
}
.confer_cont table th, td {
	border: 1px solid #ddd;
	padding: 1.5rem;
    text-align: left;
    line-height: 1.5;
}
.confer_cont table tr:first-child td {
	border-top: 2px solid var(--color-black);
}
.confer_cont table td:first-child {
	width: 15%;
    text-align: center;
}
.confer_cont table td span{
	font-size: var(--rem-17);
}

.confer_cont table .part01 {
	color: var(--color-white);
	background-color: #535A71;
}
.confer_cont table .part02 {
	color: var(--color-white);
	background-color: #655371;
}
.confer_cont table .tr_blue{
	background-color: #BBC3DB;
}
.confer_cont table .tr_purple{
	background-color: #D1C3DB;
}
.confer_cont table .tr_pink{
	background-color: #DCC2C2;
}

/* ==================================================
	강좌/세미나/프로그램
================================================== */
.achieve{
	padding-bottom: 3rem;
}
.achieve_tit {
	font-size: var(--rem-26);
	font-weight: var(--font-bd);
}

.achieve> ul{
	padding-top: 2rem;
}
.achieve ul li{
	padding-bottom: 0.5rem;
	font-size: var(--rem-17);
	line-height: 1.4;
	word-break: keep-all;
}
.achieve ul li p{
	padding-bottom: 0.8rem;
	font-size: var(--rem-20);
	font-weight: var(--font-sb);
}
.achieve ul li ul li div{
	padding-left: 1rem;
}

.blank img{
	width: 100%;
}
.achieve_pic{
	padding-top: 3rem;
	text-align: center;
}
.achieve_pic img{
	width: 100%;
	
}
.achieve_pic img:nth-of-type(1){
	max-width: 1200px;
}
.achieve_pic img:nth-of-type(2){
	max-width: 1099px;
}