@charset "UTF-8";

#multipleContentsDiv_sungshin_kr_767>div {
	height: 400px;
}

#main-notice {
	background: #4c5156;
	padding: 35px 0;
}

#main-notice .latest-list-box {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
}

#main-notice .latest-list {
	display: inline-block;
	color: #fff;
}

#main-notice .latest-list .latest-inner-box {
	display: none;
	position: absolute;
	left: 0px;
	width: 100%;
	margin: 25px 0 0 0;
}

#main-notice .latest-list.active .latest-inner-box {
	display: table;
	table-layout: fixed;
	border-top: 5px solid #6f6fb9;
}

#main-notice .latest-list .latest-inner-list {
	width: 25%;
	float: left;
	display: block;
	position: relative;
	background: #fff;
	text-align: left;
}

#main-notice .latest-list .latest-inner-list:nth-child(-n+4) {
	float: left;
	display: block;
}

#main-notice .latest-list .latest-inner-list:nth-child(-n+4):after {
	content: "";
	background-color: #eee;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#main-notice .latest-list.active .latest-subject {
	color: #fff;
}

#main-notice .latest-subject {
	display: block;
	padding: 0 30px;
	background: transparent;
	text-align: center;
	color: #c7c7c7;
	font-size: 17px;
	cursor: pointer;
}

#main-notice .latest-subject:hover {
	color: #fff;
}

#main-notice .latest-title {
	max-height: 3em;
	overflow: hidden;
	line-height: 1.5;
	color: #444;
	word-break: keep-all;
}

#main-notice .latest-desc {
	position: relative;
	min-height: 130px;
	padding: 27px;
}


#main-notice .latest-desc:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	width: 1px;
	height: 80%;
	transform: translate(0, -50%);
	background: #e1e1e1;
	transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

#main-notice .latest-desc:hover:after {
	display: none;
}

#main-notice .latest-desc:hover {
	background: #6f6fb9;
	transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

#main-notice .latest-desc:hover .latest-date dd,
#main-notice .latest-desc:hover .latest-title {
	color: #fff;
}


#main-notice .latest-date {
	position: absolute;
	left: 27px;
	bottom: 30px;
}

#main-notice .latest-date dt {
	height: 0px;
	text-indent: -9999px;
}

#main-notice .latest-date dd {
	font-size: 12px;
	color: #777;
}

#main-notice .latest-more {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url('../images/btn-more.png') no-repeat center center;
	text-indent: -9999px;
}

#main-notice .latest-new {
	display: none;
}

#main-notice .no-data {
	text-align: center;
	color: #777;
	padding: 40px 0 0 0;
}

#main-news .latest-anchor {
	padding: 0;
}

#main-news .latest-desc {
	min-height: 82px;
}

#main-news .latest-title {
	height: 43px;
	overflow: hidden;
}

#main-news .latest-list-thumb {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
}

#main-news .latest-list-thumb>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   Tablet Mode
   ========================================================================== */

@media (max-width: 980px) {
	#main-notice .latest-list.active .latest-inner-box {
		display: block;
	}
@media (max-width: 980px) {
    #main-notice .latest-list.active .latest-inner-box {
        display: block;
        top: 50px;
    }
}

	#main-notice .latest-list .latest-inner-list {
		width: 100%;
		display: block;
	}

	#main-notice .latest-title {
		font-size: 18px;
	}

	#main-notice .latest-date {
		position: static;
	}

	#main-notice .latest-desc {
		min-height: auto;
		border-bottom: 1px solid #d1d1d1;
	}

	#multipleContentsDiv_sungshin_kr_767>div {
		height: 1000px;
	}

	#main-notice .latest-title {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	#main-news .latest-desc {
		min-height: 62px;
	}

	#main-news .latest-title {
		height: 22px;
		overflow: hidden;
	}
}


/* ==========================================================================
   Mobile Mode
   ========================================================================== */

@media all and (max-width:640px) {
	#main-notice .latest-subject {
		padding: 0 15px;
	}

	#multipleContentsDiv_sungshin_kr_767>div {
		height: 1235px;
	}
	#main-notice .latest-list.active .latest-inner-box {
    top: 70px;
	}
}