/* 22.08.16 */
/* 연구개발 */
/* 기술연구소 소개 */
.padding50 {
	padding: 50px 0;
}
.padding80 {
	padding: 80px 0;
}
.margin30 {
	margin: 30px 0 0;
}
.margin60 {
	margin: 60px 0 0;
}
.tabTitle {
	display: flex !important;
	border-bottom: 1px solid #cccccc;
	gap: 0 36px;
}
.tabTitle li {
	padding: 0 0 16px;
	position: relative;
}
.tabTitle li::before {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #df2027;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: all 0.5s;
}
.tabTitle li button {
	color: #bfbfbf;
	font-weight: 500;
	font-size: 1.6rem;
	transition: all 0.5s;
}
.tabTitle li:hover::before,
.tabTitle li.on::before,
.tabTitle li.slick-active::before {
	width: 100%;
}
.tabTitle li:hover button,
.tabTitle li.on button,
.tabTitle li.slick-active button {
	color: #df2027;
}
.tabContents > div {
	position: absolute;
	top: -222222px;
	left: -222222px;
}
.tabContents > div.on {
	position: relative;
	top: auto;
	left: auto;
}
.redNum .txt b {
	color: #df2027;
	font-weight: 500;
	font-size: 13px;
	font-family: "Oswald", sans-serif;
}
.redNum .txt h5 {
	font-weight: 300;
	font-size: 2.4rem;
	color: #333;
	margin: 5px 0 0;
}
.redNum b {
	display: inline-block;
	color: #df2027;
	font-weight: 600;
	font-size: 12px;
	font-family: "Oswald", sans-serif;
	margin: 0 5px 0 0;
}
section.bgColor {
	background: #f9f9f9;
}
.borderX ul {
	border-top: none;
}
.summaryCont .centerList ul li {
	padding: 38px 0;
	display: flex;
	align-items: center;
	gap: 0 40px;
}
.summaryCont .centerList ul li .img {
	width: 31.53%;
}
.summaryCont .centerList dl {
	display: flex;
	flex-direction: column;
	gap: 26px 0;
}
.summaryCont .centerList dt {
	font-weight: 500;
	font-size: 2.4rem;
	color: #333;
}
.summaryCont .centerList dd {
	font-size: 1.8rem;
	font-weight: 300;
	display: flex;
	align-items: center;
}
.summaryCont .centerList dd::before {
	content: "";
	display: inline-block;
	background: #666;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin: 0 10px 0 4px;
}
.summaryCont .centerList ul {
	border-top: 2px solid #b8b8b8;
	border-bottom: 2px solid #ececec;
}
.summaryCont .centerList ul li:first-child {
	border-bottom: 1px dashed #ee8a8d;
}
.summaryCont .partner {
	padding: 80px 0;
}
.summaryCont .partner ul {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px 30px;
}
.summaryCont .partner ul li {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e0e0e0;
	padding: 0 10px;
}
.centerMaker {
	cursor: pointer;
}
.amsSlide {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 0 80px;
}
.amsSlide .imgBox {
	width: 42.30%;
}
.amsSlide .textBox {
	width: 50%;
	padding: 20px 0 0;
	font-family: "Oswald", "Noto Sans KR", sans-serif;
}
.amsSlide .textBox h4 {
	margin: 30px 0;
	font-size: 3.0rem;
	font-weight: 700;
	color: #333;
}
.amsSlide .textBox .item ul {
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}
.amsSlide .textBox ul li,
.amsSlide .textBox ul li h6 {
	display: flex;
}
.amsSlide .textBox ul li h6 {
	width: 240px;
	gap: 0 16px;
	font-size: 1.8rem;
	font-weight: 300;
	align-items: center;
}
.amsSlide .textBox ul li .icon {
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.amsSlide .textBox ul li p {
	color: #333;
	font-size: 1.7rem;
	font-weight: 300;
}
.galleryList.exam > ul > li {
	padding: 36px 0 36px 46px;
	gap: 0 8.5%;
}
.galleryList.exam ul li .img {
	width: 28.85%;
	border: 1px solid #f0f0f0;
}
.examList {
	display: grid;
	grid-template-columns: repeat(2, minmax(auto, 260px));
	gap: 8px 0;
}
.examList.grid3 {
	grid-template-columns: repeat(3, minmax(auto, 260px));
}
.galleryList .examList li {
	border-bottom: none !important;
	padding: 0;
	font-size: 1.6rem;
	font-family: "Oswald", "Noto Sans KR", sans-serif;
}
.galleryList .examList li h6 {
	width: 130px;
	font-weight: 300;
}
.galleryList .examList li p {
	color: #333;
	font-weight: 300;
}
@media screen and (max-width: 1400px) {
	.amsSlide {
		gap: 0 40px;
		align-items: center;
	}
	.amsSlide .imgBox {
		flex-shrink: 0;
	}
	.amsSlide .textBox {
		padding: 0;
		width: calc(57.7% - 40px);
	}
	.examList.grid3 {
		grid-template-columns: repeat(2, minmax(auto, 260px));
	}
}
@media screen and (max-width: 1200px) {
	.summaryCont .partner ul {
		grid-template-columns: repeat(4, 1fr);
		gap: 15px;
	}
	.amsSlide .textBox .tabTitle {
		gap: 0 18px;
	}
	.amsSlide .textBox .tabTitle li button {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 960px) {
	.tabTitle {
		gap: 0 20px;
	}
	.amsSlide {
		flex-direction: column;
		align-items: flex-start;
	}
	.amsSlide .imgBox,
	.amsSlide .textBox,
	.amsSlide .tabTitle {
		width: 100%;
	}
	.amsSlide .tabTitle {
		margin: 0 0 40px;
	}
	.redNum .txt h5 {
		font-size: 2.2rem;
	}
	.galleryList.exam > ul > li {
		padding: 36px 0;
		gap: 0 40px;
	}
	.galleryList.exam ul li .img {
		flex-shrink: 0;
	}
	.galleryList.exam ul li .txt {
		width: 100%;
	}
	.examList,
	.examList.grid3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.tabTitle {
		flex-direction: column;
		gap: 20px 0;
	}
	.summaryCont .centerList ul li {
		gap: 0 20px;
		align-items: flex-start;
	}
	.summaryCont .centerList ul li .img {
		width: 40%;
	}
	.summaryCont .partner ul {
		grid-template-columns: repeat(3, 1fr);
	}
	.redNum .txt h5 {
		font-size: 2rem;
	}
	.galleryList.exam ul li .img {
		width: 40%;
	}
	.examList, .examList.grid3 {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 640px) {
	.summaryCont .centerList ul li {
		gap: 20px 0;
		flex-direction: column;
	}
	.summaryCont .centerList ul li .img {
		width: 100%;
	}
	.summaryCont .centerList dl {
		gap: 15px 0;
	}
	.summaryCont .centerList dt {
		font-size: 2.0rem;
	}
	.summaryCont .centerList dd {
		font-size: 1.6rem;
	}
	.summaryCont .partner ul li {
		height: 60px;
	}
	.galleryList ul li .txt dl dt {
		font-size: 1.8rem;
	}
	.galleryList ul li .txt dl dd {
		font-size: 1.6rem;
	}
	.galleryList.exam > ul > li {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px 0;
	}
	.galleryList.exam ul li .img {
		width: 100%;
	}
}