@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;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-right: 34px;
	width: 100% !important;
}

.subject1 {
	font-size: 20pt;
	font-weight: bold;
	color: #1468d9;
}

.content1 {
	text-align: center;
}

.content2 {
	text-align: center;
	margin: 0;	
}

.content1>.form-area {
	display: inline-block;
	width: 600px;
	text-align:left;
	border: 1px solid #878787;
	border-radius: 0;
	padding: 20px;
	margin: 20px 0;
}

.content1>img {
	margin: 20px;
	width: 510px !important;
	vertical-align: top;
}

.contact-item {
	padding:5px 0;
}

.contact-item .title {
	display: inline-block;
	width: 100px;
	vertical-align: top;
}

.contact-item .input-sm {
	width: 200px;
}

.contact-item .input-sm.subject2 {
	width: 440px;
}

.contact-item textarea.input-sm {
	width: 440px;
	height:80px;
}

@media all and (min-width:768px) {
	.col-md-3 {
		padding-left: 40px;
		padding-right: 40px;
	}
	.col-md-offset-2 {
		margin-left: 0px;
	}
	.content1>form-area {
		width: 80%;
	}
}

@media all and (min-width:992px) {
	.content1>img {
		width: 50%;
	}
}