@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
/*************** [board]basic ***************/
/*section_type_board_26 : 게시판*/
#section_type_board_26 {width:100%; /* height:700px; */ background:url("/section/board/board_26/img/bg2.jpg")no-repeat center center; background-size:cover;}
#section_type_board_26 .inner {max-width:1500px;}

	 #section_type_board_26 .top {float:left; width:60%; text-align:center;}
			#section_type_board_26 .top h1 {font-size:80px; font-weight:300; font-family: 'GmarketSansLight'; color:#fff; line-height:135%; padding-top:190px; margin-bottom:20px;}
			#section_type_board_26 .top h1 span {font-family: 'GmarketSansMedium';}
			#section_type_board_26 .top p {font-size:20px; font-family: 'GmarketSansMedium'; color:#fff; font-weight:300; margin-bottom:60px;}
			#section_type_board_26 .top h4 {font-size:24px; font-family: 'GmarketSansMedium';  font-weight:300; display:inline-block; width:280px; height:50px; border-radius:30px; background:rgba(0,0,0,0.8); padding-top:16px; box-sizing:border-box;}
			#section_type_board_26 .top h4 a {color:#fff; width:100%; height:100%; display:block; border-radius:30px;}
		    #section_type_board_26 .top h5 {position:relative; font-family: 'Nanum Myeongjo', serif; font-size:30px; color:#321608;margin-bottom:20px;}
			#section_type_board_26 .autoplay {float:left; width:40%; padding-top: 80px;}
			#section_type_board_26 .autoplay .image {text-align:center;}
		#section_type_board_26 .autoplay .image h2 {position:relative; top:85px; font-family: 'Nanum Myeongjo', serif; font-size:30px; color:#321608;}
		#section_type_board_26 .autoplay .image h3 {width:80%; margin-left:10%; margin-bottom:5%;}
		#section_type_board_26 .autoplay .image h3 img {width:100%; box-shadow:-20px 20px 15px rgba(0,0,0,0.5);}
		#section_type_board_26 .autoplay .image h4 {position:relative; top:-100px; font-family: 'Nanum Myeongjo', serif; font-size:18px; color:#321608; font-weight:600;}
		#section_type_board_26 .autoplay .image p {position:relative; top:-90px; font-family: 'Nanum Myeongjo', serif; font-size:14px; color:#321608;} /**/

#section_type_board_26 .autoplay .slick-prev:hover,
#section_type_board_26 .autoplay .slick-prev:focus,
#section_type_board_26 .autoplay .slick-next:hover,
#section_type_board_26 .autoplay .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
#section_type_board_26 .autoplay .slick-prev:hover:before,
#section_type_board_26 .autoplay .slick-prev:focus:before,
#section_type_board_26 .autoplay .slick-next:hover:before,
#section_type_board_26 .autoplay .slick-next:focus:before
{
    opacity: 1;
}
#section_type_board_26 .autoplay .slick-prev.slick-disabled:before,
#section_type_board_26 .autoplay .slick-next.slick-disabled:before
{
    opacity: .25;
}

#section_type_board_26 .autoplay .slick-prev,
#section_type_board_26 .autoplay .slick-next {width:40px; height:40px;}

#section_type_board_26 .autoplay .slick-prev {left:-10px;}
#section_type_board_26 .autoplay .slick-next {right:-10px;}

#section_type_board_26 .autoplay .slick-prev:before,
#section_type_board_26 .autoplay .slick-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/*************** [board]responsive ***************/
/*게시판*/
@media screen and (max-width:1200px){
	#section_type_board_26 .top h1 {font-size:60px; padding-top:100px;}
	#section_type_board_26 .top p {font-size:18px;}
	#section_type_board_26 .top h4 {font-size:20px; width:260px;}

	#section_type_board_26 .autoplay .image h2 {font-size:26px; top:70px;}
	#section_type_board_26 .autoplay .image h4 {font-size:16px; top:-80px;}                      
	#section_type_board_26 .autoplay .image p {font-size:13px; top:-70px;}
}


@media screen and (max-width:900px){
	#section_type_board_26 {height:auto;}
		#section_type_board_26 .top {float:none; width:100%;}
		#section_type_board_26 .autoplay {float:none; width:90%; margin:50px auto;padding-top: 0px;}
}

@media screen and (max-width:600px){
	#section_type_board_26 .top h1 {font-size:50px;}
}

@media screen and (max-width:480px){	
	#section_type_board_26 .top h1 {font-size:40px;}
	#section_type_board_26 .top h4 {font-size:18px; width:240px; height:40px; padding-top:13px;}
	#section_type_board_26 .autoplay .image h3 {width:90%; margin-left:10%; margin-bottom:12%;}
	#section_type_board_26 .top p {margin-bottom:40px;}
	
	#section_type_board_26 .autoplay {margin:30px auto;}
	#section_type_board_26 .autoplay .image h2 {font-size:24px; top:60px;}
	#section_type_board_26 .autoplay .image h4 {top:-69px;}
	#section_type_board_26 .autoplay .image p {top:-63px;}

	#section_type_board_26 .autoplay .slick-prev {left:-25px;}
	#section_type_board_26 .autoplay .slick-next {right:-25px;}
}