@charset "utf-8";
/* CSS Document */

.inner3 {
	max-width: 1180px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

/***** HEADER CSS *****/
#top_logo {
	padding: 20px 0px;	
}
#top_logo .logo {
	float: left;
    display: block;
    position: relative;
    left: auto;
    top: auto;
}
#top_logo .Quiz_logo {
	float: right;
	display: block;
	background-image: url(../quiz/images/quiz_logo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 378px;
	height: 46px;		
}
#hd_bot,
header.active #hd_bot {
    position: relative;
    height: auto;
	background-color: #118ccf;
}
header.active {
    position: relative;
}
#hd_bot #main_menu,
header.active #hd_bot #main_menu {
    position: relative;
    z-index: 15;
    top: auto;
    left: auto;
    margin-left: 0px;
	text-align: center;
}
#hd_bot #main_menu .depth_01 {
	float: none;
	display: inline-block;
    padding: 0px 80px;
}
#hd_bot #main_menu .depth_01 a,
header.active #hd_bot #main_menu .depth_01 a {
    display: block;
	padding: 12px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
	position: relative;
}
#hd_bot:before,
#hd_bot #main_menu .depth_01 a:hover:before,
#hd_bot #main_menu .depth_01 a:active:before {
	display: none;	
}
#hd_bot #main_menu .depth_01 a:after {
	content: "";
	width: 0px;
	height: 5px;
	background: #fff;
	display: block;
	position: relative;
	left: 0px;
	bottom: -12px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
#hd_bot #main_menu .depth_01 a:hover:after {
	width: 100%;
}


/******* NEW Case CSS *******/
#NewCase {
	background-color: #ebf4f9;
	padding: 40px 0px;
	margin-bottom: 40px;
}
.main_body #NewCase .inner3 {
	margin-bottom: 0px;	
}
#NewCase h1 {
	color: #00348b;
	letter-spacing: -1px;
	font-weight: 500;
}
#NewCase h1 strong {
	color: #e7aa07;
}
#NewCase h4 {
	margin-bottom: 40px;	
}
#NewCase p {
    letter-spacing: -1px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 100%;
	height: 108px;
}

#NewCase .slide_img {
	float: left;
	width: 50%;
	height: 331px;
	position: relative;
}
#NewCase .slide_img img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#NewCase .slide_con {
	float: left;
	width: 50%;
	height: 331px;
	padding: 50px 60px;
	background-color: #fff;	
}


/******* NOTICE CSS *******/
.main_body .inner3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 40px;
}
.inner3 .notice {
	width: 46%;
	position: relative;
}

.inner3 .notice h5 {
	margin-bottom: 20px;
	font-weight: 700;
	color: #101010;
	letter-spacing: 0px;
}
/*.inner3 .notice .more {
	position: absolute;
	right: 5px;
	top: 3px;
	width: 18px;
	height: 19px;
	display: block;
	background-image: url(../main/images/more.png);
}*/
.inner3 .notice li {
	margin-bottom: 7px;	
}
.inner3 .notice li a {
	display: block;
	color: #777;
	overflow: hidden;
}
.inner3 .notice li a:hover .tit {
	text-decoration: underline;	
}
.inner3 .notice li a span.tit {
	float: left;
	width: calc(100% - 120px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	font-weight: 400;
	padding-left: 15px;
	position: relative;
}
.inner3 .notice li a span.tit:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #999;
	border-radius: 50%;
	top: 10px;
	left: 3px;
}
.inner3 .notice li a .date_txt {
	float: right;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0px;
	color: #999;
	font-weight: 300;
}

.grey_bg {
	background-color: #f7f7f7;
	padding: 40px 0px 10px 0px;	
}
.grey_bg .inner3 .notice {
	width: 300px;
	position: relative;
}
.grey_bg .inner3 .notice:before {
	content: "";
	height: 250px;
	width: 1px;
	background-color: #d7d7d7;
	position: absolute;
	top: 0px;
	right: -70px;	
}
.grey_bg .inner3 .notice:last-child:before {
	display: none;	
}
.grey_bg .inner3 .notice:nth-child(2) li a span.tit,
.grey_bg .inner3 .notice:nth-child(3) li a span.tit{
	padding-left: 0px;
}
.grey_bg .inner3 .notice:nth-child(2) li a span.tit:before,
.grey_bg .inner3 .notice:nth-child(3) li a span.tit:before {
	display: none;	
}
.grey_bg .inner3 .notice li a span.tit .ranking {
	display: inline-block;
	background-color: #b39458;
	color: #fff;
	padding: 0px 7px;
	border-radius: 3px;
	font-size: 14px;
	margin-right: 10px;
}
.grey_bg .inner3 .notice hr {
	display: none;	
}

/******** sub_body CSS ********/
.sub_body .sub_tit h2 {
    font-weight: 700;
    font-family: 'Noto Sans KR';
    color: #02348b;
}
.sub_body .mb_search {
	margin-bottom: 0px;
}
.mb_search .button_group {
	margin-bottom: 0px;	
}
.sub_body .mb_search .button_group button {
    padding: 0px 20px;
}

.sub_body .quiz_list {
	padding: 40px 0px 0px 0px;
	border-top : 2px solid #999;
	border-bottom: 1px solid #d7d7d7;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;*/
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
}
.sub_body .quiz_list .item {
	float: left;
	width: 360px;
	margin: 0px 50px 40px 0px;	
}
.sub_body .quiz_list .item:nth-child(3n) {
	margin-right: 0px;	
}
.sub_body .quiz_list .item dd {
	width: 100%;
	height: 203px;
	overflow: hidden;
	position: relative;
}
.sub_body .quiz_list .item dt {
	font-size: 17px;
	line-height: 30px;
	padding: 10px;
	text-align: center;
}
.sub_body .quiz_list .item dd img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}