/*나눔스퀘어폰트*/
@import url('../fonts/nanum-square-r.css');


.imgover > a:hover img {
	transition: 1s;
	filter: brightness(50%);
}


.bor {
	border-radius: 7px;
}

.sns-wrap {
	float: right;
	width: 290px;
	height: 50px;
	text-align: left;
	line-height: 70px;
}


@media screen and (max-width:1500px) {

	.sns-wrap {
		clear: both;
		width: 100%;
		text-align: center;
		margin-top: -70px;
		line-height: 80px;


	}

	section.article-footer .btn-list {
		margin-left: 0px !important;
		padding: 11px 25px 8px 25px !important;
	}

	section.article-footer .article-slide-list .article-slide > a {
		display: block;
		padding: 25px 0 !important;
		text-align: center;
		border: 1px solid #e6e6e6;
		font-size: 0.85em !important;
		font-weight: 400;
		color: #b5b5b5;
		transition: border-color .3s, background-color .3s, color .3s;
		text-decoration: none;
		font-family: "s-core", "Malgun Gothic", "sans-serif";
		letter-spacing: -0.01em;

	}

}

article {
	position: relative;
}

article section.head {
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	margin: 0 40px 100px 40px;
	background-image: url('../img/common/bg_article_head.jpg');
}

article section.head2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0px 0px 0px;
}


article section.title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}


article section.head .image {
	width: 920px;
}

article section.head .content {
	flex: 1;
	padding: 0 50px;
}

article section.head .content .sub-title {
	font-size: 28px;
	line-height: 54px;
	color: #fff;
	font-weight: 600;
}

article section.head .content h2 {
	margin: 0 0 75px 0;
	font-size: 48px;
	line-height: 64px;
	color: #fff;
	font-weight: 300;
}

article section.head .content h2 > strong {
	font-weight: 600;
}

article section.head .content .summary {
	margin: 0 0 70px 0;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}


article section.body {
	position: relative;
	margin-bottom: 70px;
	margin-top: 30px;
}


article section.body .container {
	position: relative;
	margin-bottom: 4px;
	margin-top: 4px;
}

article section.theme .container {
	position: relative;
}


/* 배경색 넣기
article section.body:after{
    display:block;
    content:'';
    width:100%;
    height:calc(100% - 460px);
    position:absolute;
    left:0;
    top:180px;
    background-color:#f3fcfb;
    z-index:-1;
}
*/


article section.body .content .col2 {
	padding: 10px 14px;
}


@media screen and (max-width:767px) {

	article section.theme .content .col2 {
		padding: 0px 0px;
	}

	article section.head2 .content .col2 {
		padding: 5px 5px;
	}


}

article section.body .content .col2 h3 {
	width: 100%;
	position: relative;
	margin: 0 0 0px 0;
	font-size: 24px;
	font-weight: 600;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -1.3px !important;
	color: #8d76bc;
}

article section.theme .content .col2 h3 {
	width: 100%;
	position: relative;
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: 600;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -1.3px !important;
}

article section.news .content .col2 h3 {
	width: 100%;
	position: relative;
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: 600;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -1.3px !important;
}





/*
 * article footer
 */
section.article-footer {}

section.article-footer .btn-list {
	display: inline-block;
	padding: 11px 25px;
	background-color: #b5b5b5;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 100px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.06em;
	margin-left: 290px;
	border-radius: 4px;

}

section.article-footer .btn-list:hover {
	background-color: #2796d3;
	transition: all ease 0.4s 0s;
}

a.button2:hover {
	color: rgba(255, 255, 255, 0.85);
	box-shadow: rgba(30, 22, 54, 0.7) 0 80px 0px 2px inset(bottom);
}


section.article-footer .article-slide-wrap {
	position: relative;
	margin-bottom: 100px;
	padding: 0 40px;
}

@media screen and (max-width:1500px) {
	section.article-footer .article-slide-wrap {
		position: relative;
		margin-bottom: 50px;
		margin-top: 30px;
		padding: 0 40px;
	}
	
	section.article-footer .btn-list {

	margin-bottom: 80px;

}


}

section.article-footer .article-slide-wrap .controls {
	position: static;
	left: 0;
	top: 0;
	width: 100%;
}

section.article-footer .article-slide-wrap .lSAction {}

section.article-footer .article-slide-wrap .controls > a {
	width: 15px;
	height: 35px;
	margin-top: -16px;
	background-size: auto 35px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
}

section.article-footer .article-slide-wrap .controls > a.prev {
	left: 0;
	background-image: url('../img/common/icon_slider_chevron_left.png');
	cursor: pointer;
}

section.article-footer .article-slide-wrap .controls > a.next {
	right: 0;
	background-image: url('../img/common/icon_slider_chevron_right.png');
	cursor: pointer;
}

section.article-footer .article-slide-list {}

section.article-footer .article-slide-list .article-slide > a {
	display: block;
	padding: 30px 0;
	text-align: center;
	border: 1px solid #e6e6e6;
	font-size: 0.97em;
	font-weight: 400;
	color: #b5b5b5;
	transition: border-color .3s, background-color .3s, color .3s;
	text-decoration: none;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.01em;

}

section.article-footer .article-slide-list .article-slide > a:hover,
section.article-footer .article-slide-list .article-slide.current > a {
	 border-color: #7698cc;
    background-color: #7da9eb;
    color: #ffffff;
}


@media screen and (max-width:1500px) {
	article section.head {
		margin: 0 16px 30px 16px;
		flex-wrap: wrap;
	}

	article section.title {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0px;
	}

	article section.theme .container {
		position: relative;
		margin-bottom: 10px;
		margin-top: 0px;
	}

	article section.head .image {
		width: 100%;
	}

	article section.head .image img {
		width: 100%;
	}

	article section.head .content {
		padding: 40px 16px;
	}

	article section.head .content .sub-title {
		font-size: 24px;
		line-height: 46px;
	}

	article section.head .content h2 {
		font-size: 41px;
		line-height: 55px;
		margin-bottom: 24px;
	}

	article section.head .content .summary {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 24px;
	}

	article section.body {
		background-color: #ffffff;
	}


	/*
    article section.body .doctor-comment{
        display:none;
    }
     */

	section.article-footer .article-slide-wrap {
		padding: 0;
	}

	section.article-footer .article-slide-wrap .controls {
		display: none;
	}



}
