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

article {
	position: relative;
}

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


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

	.col-sm-12,
	.col-sm-10,
	.col-sm-4,
	.col-sm-8,
	.col-sm-9,
	.col-sm-3,
	.col-sm-7,
	.col-sm-2,
	.col-sm-1,
	.col-sm-5,
	.col-sm-6 {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
	}

	section.article-footer .btn-list {
		margin-bottom: 90px !important;

	}

	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 footer
 */
section.article-footer {
	margin-top: 50px;
}

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

section.article-footer .btn-list {
	display: inline-block;
	padding: 10px 25px;
	background-color: #bbbbbb;
	color: #fff;
	font-weight: 500;
	font-size: 19px;
	margin-bottom: 120px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: 0px;
}

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: 30px 0 28px 0;
	text-align: center;
	border: 1px solid #e6e6e6;
	font-size: 17px;
	font-weight: 300;
	color: #94cfd2;
	transition: border-color .3s, background-color .3s, color .3s;
	text-decoration: none;
}

section.article-footer .article-slide-list .article-slide > a:hover,
section.article-footer .article-slide-list .article-slide.current > a {
	border-color: #94cfd2;
	background-color: #94cfd2;
	color: #fff;
}


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

	section.article-footer .article-slide-list .article-slide > a {
		font-size: 15px;
	}

	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.body {
		background-color: #ffffff;
	}

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

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

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

}
