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