/* 모바일 사이즈 */
@media ( max-width :767px) {
	/* contentBody */
	.contentTitle {
		font-size: 30px;
		font-weight: 900;
		float: left;
	}
}

/* 타블렛 사이즈 */
@media ( min-width : 768px) {
	/* contentBody */
	.contentTitle {
		font-size: 30px;
		font-weight: 900;
		float: left;
	}
}

/* 큰 해상도 */
@media ( min-width :1200px) {

}

.ibox-submenu {
		padding: 30px 15px 60px;
}

.useriboxcontent {
		line-height: 25px;
}

.rowTitle {
		font-size: 25px;
		font-weight: 600;
}

.rowContentTitle {
		font-size: 20px;
		font-weight: 600;
}

.grey-box-div {
		background-color: #eeeeee;
		text-align: center;
		border-radius: 10px;
}

.grey-box-div .title {
		color: #1b3e6a;
		font-size: 20px;
}

.jibs-box-div {
		background-color: #1b3e6a;
		text-align: center;
		border-radius: 10px;
}

.jibs-box-div .title {
		color: #ffffff;
		font-size: 20px;
}

.jibs-box-div .content {
		color: #ffffff;
}

.grey-box-div hr, .jibs-box-div hr {
		border-bottom: 1px solid #1b3e6a;
		color: #1b3e6a;
		width: 50px;
}

.content-border {
		border-left: 1px solid #d8d8d8;
		padding-left: 15px;
		padding-right: 15px;
		height: 150px;
}

.jibs-text-title {
		color: #1b3e6a;
		font-size: 20px;
}

.jibs-history-div {
		float: right;
}

.jibs-history-logo {
		font-size: 15px;
}

.historylogo1 {
		color: white;
		background-color: #929292;
		border-radius: 50%;
		width: 25px;
		text-align: center;
		float: right;
}

.historylogo2 {
		color: white;
		background-color: #1b3e6a;
		border-radius: 50%;
		width: 25px;
		text-align: center;
		float: right;
}

.announcer .contact-box {
		height: 460px;
		border-bottom: 3px solid #d9d9d9;
}

.announcer .name {
		font-size: 20px;
}

.announcer hr {
		width: 30px;
		border-bottom: 1px solid black;
}

.anotherleader .contact-box {
		border-bottom: 3px solid #d9d9d9;
}

.anotherleader .name {
		font-size: 20px;
}

.anotherleader hr {
		width: 30px;
		border-bottom: 1px solid black;
}

.another .contact-box {
		border-bottom: 3px solid #d9d9d9;
}

.another .name {
		font-size: 20px;
}

.another hr {
		width: 30px;
		border-bottom: 1px solid black;
}

.download-form {
		border: 1px solid #d8d8d8;
		height: 40px;
		text-align: center;
		padding: 7px;
		margin-right: 10px;
		margin-top: 7px;
}

.download-btn {
		margin-left: 10px;
}

.organization {
		line-height: 45px;
}

.organization-title {
		font-size: 17px;
		font-weight: 700;
}

.div-table {
		display: table;
		width: 100%;
}

.div-table-row {
		display: table-row;
}

.cell {
		display: table-cell;
}

.col1 {
		font-weight: 700;
		width: 70px;
}

.col2 {
		margin-right: 10px;
}

.event-main-box {
		border-top: 1px solid #eeeeee;
		border-bottom: 1px solid #eeeeee;
}

.event-main-status {
		padding: 5px;
}

.event-main-title {
		font-size: 26px;
}

.event-main-contents {
		line-height: 25px;
		color: #929292;
}

.event-img {
		width: 100%;
}

.event-box {
		background-color: #ffffff;
		border: 1px solid #e7eaec;
		margin-bottom: 20px;
}

.event-box-margin {
		padding: 0 15px 0 15px;
}

.event-box .status-future {
		border-top: 5px solid #42586f;
		padding: 4px;
}
.event-box .status-end {
		border-top: 5px solid #cccccc;
		padding: 4px;
}

.event-box .status-ing {
		border-top: 5px solid #f8ac5a;
		padding: 4px;
}

.event-box .title {
		padding: 10px 10px 0px 10px;
}

.event-box .contents {
		margin: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #eeeeee;
		color: #929292;
}

.event-box .more {
		margin: 10px;
		color: #929292;
}

.event-detail ul {
		list-style: none;
		padding-left: 10px;
}

.event-detail ul li {
		color: #929292;
}

.event-detail-title {
		color: #424a7d;
		font-size: 18pt;
}

.event-detail-attach {
		color: #929292;
/*		margin-left: 10px;*/
}

.event-detail-content {
		line-height: 25px;
}

.event-detail-related {
		font-size: 17px;
}
.event-detail-date{
	margin-top: 15px;
}
.b-bt {
		border-bottom: 1px solid #929292;
}

.b-bt-5 {
		border-bottom: 3px solid #929292;
}

.event-detail-reply-name {
		font-weight: 600;
}

.event-detail-reply-box {
		padding: 20px;
		background-color: #eeeeee;
}

.event-detail-reply-btnbox {
		padding: 20px;
		background-color: #eeeeee;
		height: 114px;
}

.event-detail-reply-btn {
		margin-bottom: 5px;
		width: 100%;
		height: 75px;
}

.event-main-box .event-main-contents {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5; /* 라인수 */
		-webkit-box-orient: vertical;
		word-wrap: break-word;
		line-height: 1.9em;
		height: 9em;
}

.event-box .title {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1; /* 라인수 */
		-webkit-box-orient: vertical;
		word-wrap: break-word;
		line-height: 1.2em;
		height: 2.3em;
}

.event-box .contents {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3; /* 라인수 */
		-webkit-box-orient: vertical;
		word-wrap: break-word;
		line-height: 1.2em;
		height: 3.5em;
}
.event-header-btn-ing {
		width: 100%;
		padding: 6px;
		background-color: #f8ac5a;
		color: white;
		display: inline;
}

.event-header-btn-end {
		width: 100%;
		padding: 6px;
		background-color: #929292;
		color: white;
		display: inline;
}

.event-header-btn-future {
		width: 100%;
		padding: 6px;
		background-color: #bcbcbc;
		color: white;
		display: inline;
}
.event-detail-btn-ing {
		width: 60px;
		padding: 6px;
		background-color: #f8ac5a;
		color: white;
		display: inline;
}

.event-detail-btn-end {
		width: 60px;
		padding: 6px;
		background-color: #929292;
		color: white;
		display: inline;
}

.event-detail-btn-future {
		width: 60px;
		padding: 6px;
		background-color: #bcbcbc;
		color: white;
		display: inline;
}