@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??*/

.col-md-3 {
	margin-bottom: -70px;
	width: 100% !important;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

@media all and (min-width:768px) {
	.col-md-3 {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.page-header>.row {
	margin-right: 0px;
}

.content {
	font-family: 'Nanum Gothic', 'Noto Sans KR';
	line-height: 40px;
	font-size: 10.5pt;
}

.col-md-3>img {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.subject2 {
	padding-top: 20px;
	font-size: 20pt;
	font-weight: bold;
}

.ci>table {
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ³ôÀÌ ÅëÀÏ (text 4ÁÙ) */
@media all and (min-width: 273px) {
	.ci>table {
		height: 122px;
	}
}

/* ³ôÀÌ ÅëÀÏ (text 3ÁÙ) */
@media all and (min-width: 382px) {
	.ci>table {
		height: 82px;
	}
}

/* ³ôÀÌ ÅëÀÏ (text 2ÁÙ) */
@media all and (min-width: 462px) {
	.ci>table {
		height: auto;
	}
}

@media all and (min-width: 1360px) {
	.ci>table {
		width: 48%;
	}
}

@media all and (min-width: 1745px) {
	.ci>table {
		width: 100%;
	}
}

.ci>table>tbody>tr>td {
	padding: 10px;
	vertical-align: middle;
}

.ci>table>tbody>tr>.color {
	text-align: center;
	width: 38%;
	color: #fff;
}

.ci_1>tbody>tr>.color {
	background-color: rgb(0, 147, 221);
}

.ci_2>tbody>tr>.color {
	background-color: rgb(41, 22, 111);
}

.ci_3>tbody>tr>.color {
	background-color: rgb(133, 194, 38);
}

.ci_4>tbody>tr>.color {
	background-color: rgb(31, 26, 23);
}

@media all and (min-width: 1360px) {
	.ci_1 {
		float: left;
	}
	.ci_3 {
		float: left;
	}
	.ci_2 {
		float: right;
	}
	.ci_4 {
		float: right;
	}
}

@media all and (min-width: 1745px) {
	.ci_1 {
		float: none;
	}
	.ci_3 {
		float: none;
	}
	.ci_2 {
		float: none;
	}
	.ci_4 {
		float: none;
	}
}
