@charset "utf-8";
/* CSS Document */

/* 탑 제목 */
.webinar_title-area {position: relative; min-height:264px; background-size: cover; background-repeat: no-repeat; background-position: center;}
.webinar_title-area img {max-width:100%;}

.webinar_title-wrapper {padding:80px 0px;}

/* 강연자 */
.reviewer__content h5 { font-size: 25px;}
.reviewer__content h5 span {font-size: 13px;}
.reviewer__content .title {font-size: 16px; color: #1a1e2d; font-weight: bold;}
.reviewer__content p {font-size: 14px; font-weight: normal; color: #838694; line-height:1.4;}

/* 이벤트 */
.blog-wrapper .section-title h3 {margin-bottom:10px; font-size: 20px; line-height:1.3; }
.blog-wrapper .section-title p {margin-bottom: 30px; color: #838694; line-height:1.4}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	 
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* 탑 제목 */
	.webinar_title-wrapper {padding:60px 10px;}	
	
	/* 이벤트 */	
}

@media (max-width: 767px) {	
	/* 탑 제목 */
	.webinar_title-wrapper {padding:60px 30px 30px;}		
	
	/* 강연자 */
	
	
	/* 이벤트 */
	
}
