@charset "utf-8";
/*------------------------------------------------- 
Author : myeong-hee park
-------------------------------------------------*/
select, input[type="text"], input[type="tel"],
input[type="search"], input[type="number"],
input[type="date"], input[type="email"], input[type="password"],
button.input_smallBlack, input.input_smallBlack, .input_smallBlack a {
	height: 38px;
	min-height: 38px;
	font-family: "NotoD";
	font-size: 1.6rem;
	}
.photo_type {display: none;}	
.multi_searchForm {
    min-height: inherit;
	padding: 0;
	background: none;
	border: none;
    text-align: center;
	}
.multi_searchForm input[type="text"], 
.single_search .input_long02 {
	width: inherit;
    min-width: 200px;
	}
button.input_smallBlack, input.input_smallBlack, .input_smallBlack, .multi_searchForm input[type="button"] {
	display: inline-block;
	margin: 0 0 0 -4px;
    background-color: #333;
	}
#detail-content .notype_search {
	position:absolute;
	top: 0;
	right: 0;
	}
.articles_search {
	margin-bottom: 20px;
	}	
.basic_searchForm input[type="text"] {
	min-width: 200px;
	}	
.basic_searchForm input[type="submit"] 	{
	margin-left: -4px;
	background-color: #333;
	}
.box {
	border: 1px solid #ddd;
	}
[class*="btn_area"] {
	margin-top: 40px;
	}	
/* 게시판 페이지 넘버링 */	
.board_pager {
	margin-top: 60px;
	font-size: 1.5rem;
	}
.board_pager a {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	line-height: 40px;
	transition: all .3s ease;
	font-size: 1.5rem;
	font-family: "NotoL";
	}
.board_pager > span {border: none;}	
.board_pager > span a:hover,
.board_pager a.active {
	background-color: #333;
	color: #fff;
	font-family: "NotoM";
	text-decoration: none;
	}
.board_pager span a {
	border-color: transparent;
	}
/* 버튼 */
[class*="btn_colorType"] {
	min-width: 200px;
	padding: 14px 25px 15px;
    line-height: 1.2;
    font-size: 1.8rem;
	}
[class*="btn_colorType"]::after {
	display: none;
	} 
.btn_colorType01 { 
	background-color: #333; 
	border: 1px solid transparent;
	color:#fff;
	}
[class*="btn_colorType"]:hover {
	background-color:#fff;
	border-color: #333;
	color:#2a3643; 
	text-decoration: none;
	}
	
.tab-public {
	float: left;
	line-height: 1;
	font-size: 1.8rem;
    overflow: hidden;
	}	
.tab-public > li  {
	float: left;
	}
.tab-public > li > a {
	position: relative;
	display: block;
	padding: 7px 15px 16px;
	}
.tab-public > li > a::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 50%;
	background-color: #ddd;
	transform: translateY(-50%);
	content: '';
	}	
.tab-public > li:first-child > a::before {
	display: none;
	}
.tab-public > li > a::after {
    display: block;
	position: absolute;
	bottom: 0;
	left: 0;   
    width: 100%;
    color: #f0811a;
    text-align: center;
	line-height: .8;
	font-size: 1.8rem;
	font-family:xeicon;
	content:"\e936";
    opacity: 0;
	}	
.tab-public > li.active > a {
	color: #000;
	font-family: "NotoB";
	}	
.tab-public > li.active > a::after {
    opacity: 1;
	}
.tab-public > li > a:hover {
	text-decoration: none;
	}	
	
.photo_list  {
	border-bottom: none;
	}
.photo_list > li {
	border-bottom: solid 1px #c1c5cd;
	}
.thumb_type > li, .report_type > li {
	border-top: none;
	}		
/* 기업홍보관 */
.public-type {	
	display: flex; 
	display: -webkit-flex; 
	flex-flow: row wrap;    
	width: 100%;
	margin-left: -1.5%;
	}
.public-type > li {
    width: 25%;
    margin-top: 30px;
    padding-left: 1.5%;
    background-clip: padding-box;
	}
.public-type > li > a {
	display: block;
	height: 100%;
	border: 1px solid #ddd;
	transition: all .3s ease;
	}
.no-data {width: 100%; padding: 5rem 0; border-bottom: solid 1px #ddd; text-align: center;}	
.company-logo {
	display: flex;
	display: -webkit-flex;	
	flex-direction: row; 
	align-items: center;
	justify-content: center;
	
	height: 128px;
	text-align: center;
    overflow: hidden;
	}
.company-logo img {
	max-width: 100%;
	max-height: 100%;
	}	
.public-type .company-info {
	position: relative;
	display: block;
	padding: 20px;
	background-color: #f8f8f8;
	text-align: center;
    line-height: 1.1;
    overflow: hidden;
	}
.public-type .company-info strong {
	color: #103e84;
	font-size: 2rem;
	font-family: "NotoB";
	}	
.public-type .company-info span {
	display: block;
	color: #333;
	}	
.public-type .more {
	display: block;
	position: relative;
	padding: 17px 35px 17px 20px;
    line-height: 1.1;
	transition: all .3s ease;
	}	
.public-type .more i {
	position: absolute;
	top: 50%;
	right: 28px;
	transform: translateY(-50%);
	}
.public-type > li > a:hover {
	border-color: #000;
	text-decoration: none;
	}
.public-type > li > a:hover .more {
	background-color: #f0811a;
	color: #fff;
	}
.introduction-link a,
.introduction-link button  {
	display: inline-block;
	position: relative;
	margin-left: 25px;
	color: #000;
	}
.introduction-link a i,
.introduction-link button i {
	display: inline-block;
	width: 37px;
	height: 37px;
	margin-right: 10px;
	background-color: #f0811a;
	border: 1px solid transparent;
	border-radius: 100%; 
	color: #fff;
	line-height: 37px;
	text-align: center;
    transition: all 0.3s ease;
	}
.introduction-link a:hover {
	text-decoration: none;
	}	
.introduction-link a > span,
.introduction-link button > span {
	display: inline-block;
	}
.introduction-link a > span:after,
.introduction-link button > span::after {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d3d3d3;
	content: '';
	}
.introduction-link .btn-consulting i,	
.introduction-link .btn-hompage i {
	background-color: #f1f1f1;
	border: 1px solid #e4e4e4;
	color: #333;
	}	
.introduction-link .btn-consulting:hover i,
.introduction-link a:hover i {
	background-color: transparent;
	border-color:#f0811a;
	color: #333;
	}
.introduction-link .btn-consulting:hover i,	
.introduction-link .btn-hompage:hover i {
	border-color: #333;
	}

.cooperation-agency {
	margin-top: 20px;
	padding: 20px;
	overflow: hidden;
	}
.cooperation-agency .thumb {
	display: flex;
	display: -webkit-flex;
	text-align: center;
	flex-direction: row;
	align-items: center;
	justify-content: center; 
	overflow: hidden;
	}	
.cooperation-agency .thumb img {
	max-width: 100%;
	max-height: 100%;
	}
.cooperation-agency .info {
    float: none;
	padding-left: 2%;
	word-break: keep-all;
	overflow: hidden;
	}
.cooperation-agency .info li {
	margin-top: 12px;
	overflow: hidden;
	}	
.cooperation-agency .info li:first-child {
	margin-top: 0;
	}
.cooperation-agency .info strong {
	display: block;
	float: left;
	width: 90px;
	margin-right: 35px;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	color: #000;
	text-align: center;
	font-family: "NotoR";
	}
.cooperation-agency .info span {
	position: relative;
	display: block;
	}
.tabcontent .viewContent {
	min-height: 385px;
	}	
/* 연구시설 장비안내 */
.equipment-list {
	padding-bottom: 20px;
	border-bottom: 1px solid #555;	
	overflow: hidden;
	}	
.equipment-list > li {
	position: relative;
	margin-bottom: 20px;
	padding: 30px;
	border: 1px solid #ddd;	
	overflow: hidden;
	}	
.equipment-list > li .thumb {
	display: block;
	float: left;
	width: 250px;
	height: 138px;
	margin-right: 40px;
	overflow: hidden;
	}
.equipment-list > li .thumb img {
	max-width: 100%;
	}
.equipment-list .info {
	position: relative;
	overflow: hidden;
	}	
.equipment-list dt {
	margin-bottom: 25px;
	letter-spacing: -0.03em;
	color: #333;
	line-height: 1.3;
	font-size: 2rem;
	font-family: "NotoB";
	}	
.equipment-list dd {
	margin-bottom: 3px;
	overflow: hidden;
	}
.equipment-list dd > strong {
	display: block;
	float: left;
	width: 30px; 
	margin-right: 15px;
	color: #333;
	letter-spacing: -0.03em;
	font-family: "NotoM";
	}	
.equipment-list dd > span {
	display: block;
	position: relative;
	overflow: hidden;
	}
.equipment-list .txt-more {    
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 5px 10px;
    color: #000;
	border: 1px solid #ddd;
	letter-spacing: -0.03em;
    font-size: 1.5rem;
	}
/* 온라인상담 */
.online-consult {overflow: hidden;}
.consult-agree {margin-bottom: 20px; padding: 30px 35px;  height: 300px; border: 1px solid #e4e7ec; overflow-y:auto;}
.consult-agree > li {margin-top: 20px;}
.consult-agree > li:first-child {margin-top: 0;}
.consult-agree > li > strong {display: block; margin-bottom: 20px; color:#000;}

.contact-list {margin-top: 50px; padding: 25px; border:1px solid #ddd; text-align:center; }
.contact-list li {position: relative; display: inline-block; padding: 4px 30px; font-size:1.8rem;}
.contact-list li i {display: inline-block; width: 30px; height: 30px; margin-right: 5px; border:1px solid #ddd; border-radius: 100%; vertical-align: middle; line-height: 1.5;}
.contact-list li:first-child::after {display: block;  position: absolute; top: 10px; right: 0; width: 1px;  height: 14px; background-color: #ddd;  content: '';}
/* 교육자료 */
.board-info {
    margin-bottom: 35px;
    padding: 40px 45px 25px;
    background: #fafafa url(/resources/images/stu/contents/bg-board-info.png)right 0 no-repeat;
    border-top: 1px solid #616161;
    border-bottom: 1px solid #e7e7e7;
	}
