@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;
	}
}

p {
	margin: 0px;
}

.subject1 {
	font-family: 'Nanum Gothic', 'Noto Sans KR';
	font-size: 18pt;
	font-weight: bold;
	color: #1468D9;
}

@media all and (min-width: 768px) {
	.subject1 {
		font-size: 20pt;
	}
}

.history {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.line {
	display: none;
	position: absolute;
	left: 170px;
	width: 10px;
	height: 95%;
	background-color: transparent;
	border-left: 1px solid #1468d9;
	top: 70px;
	padding-bottom: 50px;
}

@media all and (min-width: 768px) {
	.line {
		display: none;
	}
}

@media all and (min-width: 878px) {
	.line {
		display: block;
	}
}

@media all and (min-width: 993px) {
	.line {
		display: none;
	}
}

@media all and (min-width: 1062px) {
	.line {
		display: block;
	}
}

.year {
	width: 100%;
	height: auto;
	overflow: hidden;
}

@media all and (min-width: 768px) {
	.year {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
}

@media all and (min-width: 878px) {
	.year {
		width: auto;
		height: auto;
		overflow: visible;
	}
}

@media all and (min-width: 993px) {
	.year {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
}

@media all and (min-width: 1062px) {
	.year {
		width: auto;
		height: auto;
		overflow: visible;
	}
}

.year>p {
	background-image: url("../../image/content/year.jpg");
	background-size: 100% 100%;
	float: left;
	font-weight: bold;
	font-size: 13pt;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 130px;
	text-align: center;
}

.month {
	padding-left: 10px;
	float: left;
	font-size: 10.5pt;
	line-height: 40px;
}
