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

header .direct {
  position: fixed;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background-color: #000000;
  color: #fff;
  text-align: center;
  overflow: hidden;
  z-index: 999;
}

header .direct:focus {
  height: auto;
  padding: 0.25rem 0;
  border: 2px dotted red;
}

.direct {
	position: fixed;
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	background-color: #000000;
	color: #fff;
	text-align: center;
	overflow: hidden;
	z-index: 999;
  }
.direct:focus {
	height: auto;
	padding: 0.25rem 0;
	border: 2px dotted red;
  }

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.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 .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: 120px !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: 1391px;
}

section.article-footer .btn-list {
	display: inline-block;
	padding: 10px 25px;
	background-color: #fff;
	color: #8b8b8b;
	border: 1px solid #eaeaea;
	font-weight: 500;
	font-size: 19px;
	margin-bottom: 100px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: 0px;
	/* margin-left:290px; */
}

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%;
	cursor: pointer;
}

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 27px 0;
	text-align: center;
	border: 1px solid #e6e6e6;
	font-size: 18px;
	color: #6f6f6f;
	transition: border-color .3s, background-color .3s, color .3s;
	text-decoration: none;
	letter-spacing: -0.01em;
	font-family: "NanumSquareNeo", "Malgun Gothic", "sans-serif";
	border-radius: 7px;
}

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

/*
section.article-footer .article-slide-list .article-slide:nth-child(7) > a:hover, 
section.article-footer .article-slide-list .article-slide.current:nth-child(7) > a {
    border-color: #a4756a;
    background-color: #a4756a;
    color: #ffffff;
}

section.article-footer .article-slide-list .article-slide:nth-child(8) > a:hover, 
section.article-footer .article-slide-list .article-slide.current:nth-child(8) > a {
    border-color: #a4756a;
    background-color: #a4756a;
    color: #ffffff;
}

section.article-footer .article-slide-list .article-slide:nth-child(9) > a:hover, 
section.article-footer .article-slide-list .article-slide.current:nth-child(9) > a {
    border-color: #a4756a;
    background-color: #a4756a;
    color: #ffffff;
}

section.article-footer .article-slide-list .article-slide:nth-child(10) > a:hover, 
section.article-footer .article-slide-list .article-slide.current:nth-child(10) > a {
    border-color: #a4756a;
    background-color: #a4756a;
    color: #ffffff;
}


section.article-footer .article-slide-list .article-slide:nth-child(11) > a:hover, 
section.article-footer .article-slide-list .article-slide.current:nth-child(11) > a {
    border-color: #a4756a;
    background-color: #a4756a;
    color: #ffffff;
}


section.article-footer .article-slide-list .article-slide:nth-child(12) > a:hover, 
section.article-footer .article-slide-list .article-slide.current:nth-child(12) > a {
    border-color: #a4756a;
    background-color: #a4756a;
    color: #ffffff;
}


section.article-footer .article-slide-list .article-slide:nth-child(13) > a:hover, 
section.article-footer .article-slide-list .article-slide.current:nth-child(13) > a {
    border-color: #a4756a;
    background-color: #a4756a;
    color: #ffffff;
}

section.article-footer .article-slide-list .article-slide:nth-child(14) > a:hover, 
section.article-footer .article-slide-list .article-slide.current:nth-child(14) > a {
    border-color: #a4756a;
    background-color: #a4756a;
    color: #ffffff;
}

section.article-footer .article-slide-list .article-slide:nth-child(15) > a:hover, 
section.article-footer .article-slide-list .article-slide.current:nth-child(15) > a {
    border-color: #a4756a;
    background-color: #a4756a;
    color: #ffffff;
}

section.article-footer .article-slide-list .article-slide:nth-child(16) > a:hover, 
section.article-footer .article-slide-list .article-slide.current:nth-child(16) > a {
    border-color: #a4756a;
    background-color: #a4756a;
    color: #ffffff;
}


section.article-footer .article-slide-list .article-slide:nth-child(17) > a:hover, 
section.article-footer .article-slide-list .article-slide.current:nth-child(17) > a {
    border-color: #a4756a;
    background-color: #a4756a;
    color: #ffffff;
}




section.article-footer .article-slide-list .article-slide:nth-child(18) > a:hover, 
section.article-footer .article-slide-list .article-slide.current:nth-child(18) > a {
    border-color: #5ea9de;
    background-color: #5ea9de;
    color: #ffffff;
}

section.article-footer .article-slide-list .article-slide:nth-child(19) > a:hover, 
section.article-footer .article-slide-list .article-slide.current:nth-child(19) > a {
    border-color: #5ea9de;
    background-color: #5ea9de;
    color: #ffffff;
}
section.article-footer .article-slide-list .article-slide:nth-child(20) > a:hover, 
section.article-footer .article-slide-list .article-slide.current:nth-child(20) > a {
    border-color: #5ea9de;
    background-color: #5ea9de;
    color: #ffffff;
}
section.article-footer .article-slide-list .article-slide:nth-child(21) > a:hover, 
section.article-footer .article-slide-list .article-slide.current:nth-child(21) > a {
    border-color: #5ea9de;
    background-color: #5ea9de;
    color: #ffffff;
}
*/
















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

.sns-wrap a {
	margin: 0px 2px;
}

.sns-wrap a:hover {
	opacity: 0.7;
}



@media screen and (max-width:767px) {
	
	
	section.article-footer .btn-list {
    display: inline-block;
    padding: 9px 18px 6px 18px !important;
    background-color: #fff;
    color: #8b8b8b;
    border: 1px solid #eaeaea;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 100px;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: 0.02em;
    /* margin-left: 290px; */
}
	
	.sns-wrap {
	display: block;
	float: right;
	width: 290px;
	height: 50px;
	text-align: left;
	line-height: 50px;
}

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

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

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

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

	section.article-footer .btn-list {
		margin-left: 0px;
	}

	.sns-wrap {
		clear: both;
		width: 100%;
		text-align: center;
		margin-top: -90px;
	}
}
