@charset "euc-kr";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/*20170712??*/
.navbar-brand {
    width:170px;
    margin-left:0px;
}

.sidebar-module>ul>li.blank>a {
    vertical-align:top; padding:20px 0px 0px 20px;
}

.sidebar-module>ul>li.blank>a>img {
    margin-left:0px; margin-right:0px;
}

#ceo_txt, #trades_txt, #recruit_txt, #customer_txt {
    position:absolute; top:15px; margin-left:15px;
}
.notice-h {
    line-height:25px;
}
/*//20170712??*/

.viewtitle {
	background-color: #1468D9;
	color: #fff;
	font-size: 15pt;
	text-align: center;
	height: 50px;
}

.viewtitle>td {
	font-size: 12pt !important;
}

.table>tbody>tr>td {
	vertical-align: middle;
	font-size: 10.5pt;
	font-family: 'Nanum Gothic', 'Noto Sans KR';
}

.viewcolumn {
	width: 70px;
	text-align: center;
	height: 50px;
}

.table-bordered>tbody>tr>td {
	border: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.table-bordered {
	border: 0px solid #ddd;
}

.viewcontent {
	height: 200px;
	line-height: 30px !important;
	font-size: 10.5pt;
	font-family: 'Nanum Gothic', 'Noto Sans KR';
}

.col-md-3 {
	margin-bottom: -70px;
	margin-left: auto;
	margin-right: auto;
	/* padding-right: 34px; */
	width: 100% !important;
	padding: 0px;
}

select {
	vertical-align: middle;
}

.inputbox {
	text-align: center;
}

.inputbox>input {
	border: 1px solid #ddd;
	vertical-align: middle;
}

.tablecolumn>td {
	background-color: #1468D9;
	color: #fff;
	height: 50px;
	font-size: 10pt;
}

.tablelist>td {
	font-size: 9pt;
	height: 30px;
}

.tdn_c {
	width: 12%;
	text-align: center;
	font-family: 'Nanum Gothic', 'Noto Sans KR';
}

.tablelist>.tdsub {
	width: 40%;
}

.tablelist>td>a, .tablelist>td {
	font-size: 10.5pt !important;
	font-family: 'Nanum Gothic', 'Noto Sans KR';
}

.tdsub>a {
	word-wrap: normal;
}

.tdwrit {
	width: 17%;
	text-align: center;
}

.tdwda {
	width: 17%;
	text-align: center;
}

@media all and (min-width:768px) {
	.col-md-3 {
		padding-left: 60px;
		padding-right: 60px;
	}
	.tablecolumn>td {
		background-color: #1468D9;
		color: #fff;
		height: 50px;
		font-size: 15pt;
	}
	.tablelist>td {
		font-size: 10.5pt;
		height: 30px;
	}
	.tdn_c {
		width: 10%;
		text-align: center;
	}
	.tdsub {
		width: 46%;
		word-wrap: normal;
	}
	.tdwrit {
		width: 17%;
		text-align: center;
	}
	.tdwda {
		width: 17%;
		text-align: center;
	}
}