/*************** [board]basic ***************/
/*section_type_board_19 : 게시판*/
#section_type_board_19 {width:100%; /* height:700px; */ background:url("/section/board/board_19/img/bg.jpg")no-repeat center center;}

#section_type_board_19 .top {margin-bottom:60px;}
#section_type_board_19 .top h2 {font-size:36px; color:#fff; font-weight:400; margin-bottom:30px; text-align:center;}
#section_type_board_19 .top p {font-size:18px; color:#fff; line-height:135%; text-align:center;}

#section_type_board_19 .autoplay .slick-slide .image img {width:80%; margin:0 auto;}
#section_type_board_19 .autoplay .slick-slide .image p {text-align:center; padding-top:20px;}
#section_type_board_19 .autoplay .slick-slide .image p a {font-size:18px; color:#fff; line-height:135%;}
#section_type_board_19 .autoplay .slick-slide .image p:hover a {text-decoration:underline;}

#section_type_board_19 .autoplay .slick-dots {bottom:-50px;}

#section_type_board_19 .autoplay .slick-prev:hover,
#section_type_board_19 .autoplay .slick-prev:focus,
#section_type_board_19 .autoplay .slick-next:hover,
#section_type_board_19 .autoplay .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
#section_type_board_19 .autoplay .slick-prev:hover:before,
#section_type_board_19 .autoplay .slick-prev:focus:before,
#section_type_board_19 .autoplay .slick-next:hover:before,
#section_type_board_19 .autoplay .slick-next:focus:before
{
    opacity: 1;
}
#section_type_board_19 .autoplay .slick-prev.slick-disabled:before,
#section_type_board_19 .autoplay .slick-next.slick-disabled:before
{
    opacity: .25;
}

#section_type_board_19 .autoplay .slick-prev:before,
#section_type_board_19 .autoplay .slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/*************** [board]responsive ***************/
/*게시판*/
@media screen and (max-width:1024px){
	#section_type_board_19 .inner {max-width:800px;}

	#section_type_board_19 .top h2 {font-size:30px;}
	#section_type_board_19 .top p {font-size:16px;}
}

@media screen and (max-width:900px){
	#section_type_board_19 .inner {max-width:600px;}
	#section_type_board_19 .autoplay .slick-slide .image p a {font-size:14px;}
}

@media screen and (max-width:700px){
	#section_type_board_19 .inner {max-width:400px;}
}

@media screen and (max-width:450px){	
	#section_type_board_19 .inner {max-width:300px;}
}