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

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


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: 50px;
}


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.head .content .authors dl {
	margin: 0;
	display: inline-block;
	color: #fff;
	font-size: 14px;
}

article section.head .content .authors dl > dd {
	display: inline-block;
	font-weight: 600;
}

article section.head .content .authors dl > dt {
	display: inline-block;
	font-weight: 300;
}


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


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

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

article section.news .container {
	position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
}



/* 배경 컬러/패턴 */

article section.theme.bg1 {
	background-color: #f3fcfb;
}

article section.theme.bg2 {
	background-color: #fef5eb;
}

article section.theme.bg3 {
	background-color: #eef9ff;
}


/* 배경색 넣기
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 .doctor {
	display: flex;
	margin-bottom: 100px;
	align-content: stretch;
}

article section.body .doctor .image {
	width: 313px;
}

article section.body .doctor .info {
	flex: 1;
	background-color: #1cbbb4;
	padding: 48px 40px 0 24px;
	color: #fff;
}

article section.body .doctor .info h3 {
	margin: 0 0 12px 0;
	font-size: 18px;
	font-weight: 300;
}

article section.body .doctor .info h3 > strong {
	font-weight: 600;
}

article section.body .doctor .info p {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	word-break: keep-all;
	font-weight: 300;
}

article section.body .doctor .what-is {
	flex: 1;
	border: 1px solid #1cbbb4;
	padding: 35px 40px;
	color: #129791;
	background-color: #fff;
}

article section.body .doctor .what-is h3 {
	margin: 0 0 12px 0;
	font-size: 18px;
	font-weight: 400;
}

article section.body .doctor .what-is h3 > strong {
	font-weight: 600;
}

article section.body .doctor .what-is p {
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	word-break: keep-all;
	font-weight: 300;
}

article section.body .qna-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 55px;
}

article section.body .qna-wrap .qna {
	padding: 25px 25px;
}

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


@media screen and (max-width:767px) {
	article section.body .content .col2 {
		padding: 10px 5px;
	}

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

	.sns-wrap {
		clear: both;
		width: 100%;
		text-align: center;
		margin-top: -160px;
	}
	section.article-footer .btn-list {
		margin-top: 0px !important;
    margin-left: 0px !important;
		margin-bottom: 150px !important;
}

}



article section.body .qna-wrap .qna.right-border {
	border-right: 1px solid #aab0af;
}


article section.body .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.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 section.body .qna-wrap .qna.col-sm-12 h3,
article section.body .qna-wrap .qna.col-md-12 h3,
article section.body .qna-wrap .qna.col-lg-12 h3 {
	width: calc(50% - 25px);
}


/*
 * article footer
 */
section.article-footer {
	margin-top: 55px;
}

section.article-footer .container {
	max-width: 1350px;
}

section.article-footer .btn-list {
	display: inline-block;
	padding: 10px 42px;
	background-color: #d8d8d8;
	color: #fff;
	font-weight: 500;
	font-size: 19px;
	margin-top: 50px;
	margin-bottom: 125px;
	font-family: "s-core5", "Malgun Gothic", "sans-serif";
	letter-spacing: 0.05em;
	margin-left: 220px;
}





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

}


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



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

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');
}

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

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

section.article-footer .article-slide-list .article-slide > a {
	display: block;
	padding: 35px 0 31px 0;
	text-align: center;
	font-size: 18px;
	color: #3b3b3b;
	border: 1px solid #e3e3e3;
	font-family: "NanumSquareNeo", "Malgun Gothic", "sans-serif";
	letter-spacing: 0em;
	background-color: #efefef;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#e6ffffff,endColorStr=#e6ffffff)";
	zoom: 1
}


section.article-footer .article-slide-list .article-slide > a:hover,
section.article-footer .article-slide-list .article-slide.current > a {
	border-color: #4b81cd;
	background-color: rgb(59 125 218);
	color: #fff;
	transition: all ease 0.6s 0s;
}


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

	section.article-footer {
		margin-top: 50px;
	}

	article section.head {
		margin: 0 16px 30px 16px;
		flex-wrap: wrap;
	}

	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 .qna-wrap .qna.col-sm-12 h3,
	article section.body .qna-wrap .qna.col-md-12 h3,
	article section.body .qna-wrap .qna.col-lg-12 h3 {
		width: 100%;
	}


	/*
    article section.body .doctor-comment{
        display:none;
    }
     */
	section.article-footer .article-slide-list .article-slide > a {
		padding: 15px 0 16px;
        font-size: 15px;
	}

	section.article-footer .article-slide-wrap {
		padding: 0;
		margin-bottom: 50px;
	}

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

}
