/* 201809 Main Page */
/********************************************************************/
section.main_media {display: none;}

.main_slider {
	margin-bottom: 20px;
}
/* Slider */

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  right: 20px;
  bottom: 0;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #b4001d;
}

ul.thumbs-new .slick-dots li {
	opacity: 1;
}

ul.thumbs-new {
  margin: 0;
}

ul.thumbs-new li {
	position: relative;
	opacity: 0;
}

ul.thumbs-new li.slick-slide a.thumb {
	padding-left: 240px;
}

ul.thumbs-new li .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 100%;
	background-color: rgba(1,61,48,1);
	padding: 25px 10px 0 20px;
}

ul.thumbs-new li .caption a {
	color: #fff;
}

ul.thumbs-new li .caption a:visited {
	color: #fff;
}

/* 하단 퀵링크 영역 */



.main_post .left_post article {
	flex: 1;
}

.main_post .left_post .link_wrap {
	width: 100%;
}

.main_post .left_post article ul {
	height: auto;
	margin-bottom: 12px;
}

.main_post .left_post article ul.list_post li:first-child {
	padding-top: 25px;
}

.main_post .left_post article ul.list_post li {
	padding-top: 25px;
	margin-top: 20px;
}

.main_post .line1.left_post .first h2 {
	margin-bottom: 20px!important;
}

.quick-link-box {
	display: flex;
	height: 174px;
}

.main_post .quick-link-box article {
	padding: 0;
}

.main_post .right_post article.quick-link-box {
	float: none;
	width: auto;
	padding: 0;
}

.main_post .right_post .quick-link-box.the-asan-forum article {
	width: auto;
}

.quick-link-box .font-light {
	font-weight: 300;
}

.quick-link-box .left-col {
	flex: 1;
	display: flex;
	align-items: flex-end;
	padding: 20px;
	position: relative;
}

.quick-link-box .left-col h2 {
	color: #fff;

}

.main_post .quick-link-box h2 {
	font-size: 20px;
}

.main_post .quick-link-box.the-asan-forum article {
	max-height: 122px;
	overflow: hidden;
}

.event_wrap.quick-link-box .left-col:after,
.quick-link-box.social_wrap .left-col:after{
	content: '';
	display: block;
    width: 7px;
    height: 13px;
    background-position: 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    background-image: url(../images/arrow-white.png);
    background-repeat: no-repeat;
}

.the-asan-forum.quick-link-box .left-col {
	background-color: #71002e;
}

.the-asan-forum.quick-link-box .left-col:after{
	content: '';
	display: block;
    width: 7px;
    height: 13px;
    background-position: 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    background-image: url(../images/bg_arrow.png);
    background-repeat: no-repeat;
}

.the-asan-forum.quick-link-box .right-col {
	background-color: #ededed;
}

.event_wrap.quick-link-box .left-col {
	background-color: #003d2f;
}

.social_wrap.quick-link-box .left-col {
	background-color: #71002e;
}

.quick-link-box.social_wrap .left-col h2 {
	position: static;
	width: auto;
	height: auto;
	margin-bottom: 20px;
}

.main_post article.quick-link-box {
	border: none;
}

.quick-link-box .right-col {
	flex: 3;
	padding: 22px 20px 20px;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
}

.quick-link-box.social_wrap .right-col {
	border-bottom: 1px solid #ededed;
}

.main_post .line2.right_post>article.event_wrap.quick-link-box h3 {
	float: none;
	width: auto;
	margin-bottom: 10px;
}

.main_post .line2.right_post>article.event_wrap.quick-link-box h3.jbhTextAuto {
	margin-bottom: 0;
}

.main_post .quick-link-box article {
	border: none;
}


.quick-link-box.social_wrap .right-col {
	padding-top: 44px;
	position: relative;
}

.social_wrap.quick-link-box h2.social-title{
	position:absolute;
	width:auto;
	height:auto;
	top: 0;
	left: 20px;
	font-size: 18px;
	padding: 8px 0;
}

.social_wrap.quick-link-box h2.social-title button{
	text-indent:0;
	background:none;
	padding:0;
	display:block;
	visibility: hidden;
}

.social_wrap.quick-link-box h2.current button {
	visibility: visible;
}

.social_wrap.quick-link-box h2.social-title button img {
	margin-right: 5px;
}

/*********************************/

.author-table tr td {
	font-family: NanumBarunGothic, 나눔고딕, Rufina, Georgia, AppleGothic, "Source Sans Pro", Helvetica, sans-serif;
}


/******** GNB 메뉴에서 출간물 하위 이슈브리프 배너 삭제 (201811) ************/

.menu-three .sub-menu-wrap>.container {
	padding-bottom: 30px;
}

#menu-item-25661.menu-three .container>.sub-menu {
	width: 100%;
	float: none;
}

#menu-item-25661.menu-three .menu-one {
	display: none;
}








@media screen and (min-width: 768px){
	.main_post .left_post {
		display: flex;
		flex-wrap: wrap;
	}

}



@media screen and (max-width: 767px){
	ul.thumbs-new {
		background-color: rgba(1,61,48,1);
	}

	ul.thumbs-new li.slick-slide a.thumb {
		padding-left: 0;
	}

	ul.thumbs-new li .caption {
		position: relative;
		width: 100%;
	}

	ul.thumbs-new li .caption a {
		font-size: 18px;
		line-height: 1.0em;
	}

	.main_slider .caption .post_tit {
		margin: 0;
	}

	.main_post .posts-container {
		flex-wrap: wrap;
	}

	.main_post .posts-container .left_post, 
	.main_post .posts-container .right_post {
		flex-basis: 100%;
	}

	.main_post .left_post.line1 article:first-child,
	.main_post .right_post.line1 article:first-child {
		border-right: 1px solid #ededed;
		border-bottom: 0;
	}

	.main_post .left_post.line1 {
		margin-bottom: 0;
	}

	.main_post .quick-link-box h2 {
		font-size: 16px;
	}
  
}

