@charset "utf-8";

dl, dt, dd { margin: 0; padding: 0; }
section {
	height: auto;
    max-height: none;
}



#bannerSection { position: relative; height: 450px; width: 100%; }
#banner_img { position: absolute;
              background: url(../img/view3.png) left 80% no-repeat;
              background-size: cover;
              height: 450px; width: 100%; z-index: 5; }
#darkfilm { background: rgba(0,0,0,0.6); }
#bannerSection .banner_word { position: absolute; top: 60%; opacity: 0; left: 50%; transform: translate(-50%, -50%); color: #fff; z-index: 9; text-align: center;}
#bannerSection .banner_word li:first-child { font-size: 42px; font-weight: bold; text-shadow: 3px 3px 0 rgba(0,0,0,0.8);}
#bannerSection .banner_word li:nth-child(2) { width: 100px; height: 5px; background: #d96b2b; margin: 0 auto; margin: 15px auto 25px; }
#bannerSection .banner_word li:last-child { font-size: 20px; text-shadow: 3px 3px 0 rgba(0,0,0,0.8);}
.leftSlideUp {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 0; height: 0;
    border-bottom: 50px solid #fff;
    border-right: 100vw solid transparent;
}


#articleSection { position: relative; width: 100%; }
#articleSection .article_Wrap { width: 1000px; margin: 0 auto; padding-bottom: 60px; }
#articleSection .article_Wrap h1 {
	font-size: 38px;
	font-weight: bold; color: #333;
	border-left: 10px solid #d96b2b;
	text-indent: 20px;
	margin: 60px 0;
}
.article_area_Wrap { border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; margin-top: -1px;}
.article_area { clear: both; display: inline-block; width: 100%; padding: 10px 0;  position: relative;}
.article_area:hover .title { color: #d96b2b; }


.link_thumb { position: relative;  width: 100%; height: 200px; border: 1px solid rgb(226,229,233);  }
.thumb_img {
	position: absolute;
	top: 0; left: 0;
	width: auto; height: auto;
	max-width: 100%; max-height: 100%;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.left_img_Wrap { display: inline-block; width: 25%; }
.right_contents_Wrap {
	display: inline-block;
	width: 70%;
	position: relative;
	vertical-align: top;
	top: 10px; left: 10px; }
.right_contents_Wrap li { color: #000; }
.right_contents_Wrap a { color: #000; }

.title { font-size: 24px; font-weight: bold; }
.content {
	color: #444 !important;
	font-size: 14px;
	padding: 10px 0;
	line-height: 1.6;
	max-height: 3.8em;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
 }
.date { position: absolute; right: 10px; bottom: 10px; display: block; color: #000; }
.like { position: absolute; left: 270px; bottom: 10px; display: block; color: #000; font-size: 18px; }
.like img { width: 20px; vertical-align: middle; padding-right: 5px; }
.write_btn {
	background: #d96b2b;
	border: none;
	cursor: pointer;
	color: #fff;
	padding: 7px 15px;
	border-radius: 10px;
	margin-top: 50px;
	float: right;
	font-size: 16px; }
.write_btn:hover { background: #ff9900; color: #fff; }
.pagingbtn { clear: both; text-align: center; padding-top: 30px; }
.pagingbtn a { color: #222; font-weight: bold; padding: 0 3px; }

@media screen and (max-width: 720px){
	#bannerSection .banner_word { opacity: 1; }
	#bannerSection { height: 250px; }
	#banner_img { background-size: cover; width: 100%; height: 249px; background-position: center center; }
	.leftSlideUp { border-bottom: 35px solid #fff; }
	#bannerSection .banner_word li:first-child { font-size: 30px; }
	#bannerSection .banner_word li:nth-child(2) { width: 120px; margin: 10px auto 15px; }
	#bannerSection .banner_word li:last-child { font-size: 18px; }

 	#articleSection .article_Wrap { width: 95%; }
	#articleSection .article_Wrap h1 {
		margin: 20px;
		font-size: 26px;
	}
	.left_img_Wrap { width: 100%; }
	.article_area_Wrap { padding: 10px; height: 360px; }
	.article_area { padding: 0; }
	.right_contents_Wrap { width: 90%; }
	.link_thumb { border: none; }
	.title { font-size: 18px; }
	.content { font-size: 13px; }
	.date { display: none; }
	.like { position: absolute;
	        bottom: -32px;
	        width: 100px;
	        left: 5%; }

}
/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ 탭 버전 ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
@media screen and (max-width: 1250px) and (min-width: 721px) {
	#bannerSection .banner_word { opacity: 1; }
	#aside { display: none; }
	#articleSection .article_Wrap{ width: 100%; }
}
