/*	소속     : YELLOW-FINGER  */
/*	작성자   : 김건호         */
/*	작성일자 : 2017-02-24     */

/*******************************************
	#facebook_type_01
********************************************/
#facebook_type_01 {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 1280px;
    padding: 0px 0px 30px;
	box-sizing: border-box;
}

#facebook_type_01 .control_box .logo { width: auto; height: 42px;}
#facebook_type_01 .control_box .control_btn_box { 
	top: 74px; left: 0px;
}

#facebook_type_01 .control_box .control_btn_box a { 
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;

	width: 75px; height: 26px; line-height: 24px;
	font-size: 15px;
	cursor: pointer;
	margin-left: 5px;
	border: 1px solid #b1afb1; border-radius: 5px;
	box-sizing: border-box;
	color: #595a5c;
}

#facebook_type_01 .control_box .control_btn_box a:first-child { 
	margin-left: 0px;
}


#facebook_type_01 .control_box .control_btn_box a:hover { 
	background-color: #2392d1;
	border: 1px solid #2392d1;
	color: #fff;
}


#facebook_type_01 .control_box .control_btn_box a img { width: 12px; height: auto; vertical-align: baseline; }
#facebook_type_01 .control_box .control_btn_box a.prev img { margin-right: 8px; }
#facebook_type_01 .control_box .control_btn_box a.next img { margin-left: 8px; }

#facebook_type_01 .contents_box {
	width: 948px; height: 242px;
}

#facebook_type_01 .contents_box .item {
	width: 236px; height: 242px;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
#facebook_type_01 .contents_box .item a { text-decoration: none; width: 100%; height: 100%; }

#facebook_type_01 .contents_box .item .fb_img {
	width: 100%; height: 156px;
    background-size: cover;
}

#facebook_type_01 .contents_box .item .fb_txt_box {
	left: 0px; bottom: 0px;
	width: 100%; height: 86px;
	padding: 12px 8px 0px;
	box-sizing: border-box;
	font-family: "dotum"; font-size: 12px;
}

#facebook_type_01 .contents_box .item .fb_txt_box .fb_date {
	width: 100%; height: 26px; line-height: 26px;
}

#facebook_type_01 .contents_box .item .fb_txt_box .fb_date img {
	display: inline-block;
    vertical-align: top;
	width: auto; height: 26px;
	margin-right: 10px;
}

#facebook_type_01 .contents_box .item .fb_txt_box .fb_txt {
	height: 28px; line-height: 14px;
	margin-top: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}


#facebook_type_01 ,
#facebook_type_01 .control_box ,
#facebook_type_01 .control_box .control_btn_box a ,
#facebook_type_01 .contents_box ,
#facebook_type_01 .contents_box .item ,
#facebook_type_01 .control_box .logo ,
#facebook_type_01 .control_box .control_btn_box ,
#facebook_type_01 .control_box .control_btn_box a { 
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

/*******************************************
	YELLOW-FINGER
********************************************/

@media (max-width: 479px){ 
	#facebook_type_01 { padding: 0px 15px 30px; }
	#facebook_type_01 .control_box { width: 100%; text-align: left; }
	#facebook_type_01 .control_box .control_btn_box a { text-align: center; }

	#facebook_type_01 .contents_box  { width: 100%; height: auto; margin-top: 20px; }
	#facebook_type_01 .contents_box .item { width: 50% }
	#facebook_type_01 .control_box .logo { width: 130px; height: auto; }

	#facebook_type_01 .control_box .control_btn_box { top: 6px; left: 150px; }
	#facebook_type_01 .control_box .control_btn_box a { width: 60px; height: 22px; line-height: 22px; font-size: 14px; }
}

@media (max-width: 749px) and (min-width: 480px) { 
	#facebook_type_01 { padding: 0px 15px 30px; }
	#facebook_type_01 .control_box { width: 100%; text-align: left; }
	#facebook_type_01 .control_box .control_btn_box a { text-align: center; }

	#facebook_type_01 .contents_box  { width: 100%; height: auto; margin-top: 20px; }
	#facebook_type_01 .contents_box .item { width: 50% }
	#facebook_type_01 .control_box .logo { width: 130px; height: auto; }

	#facebook_type_01 .control_box .control_btn_box { top: 6px; left: 150px; }
	#facebook_type_01 .control_box .control_btn_box a { width: 60px; height: 22px; line-height: 22px; font-size: 14px; }
}

@media (max-width: 1023px) and (min-width: 750px) { 
	#facebook_type_01 { padding: 0px 15px 30px; }
	#facebook_type_01 .control_box { width: 25%; text-align: left; }
	#facebook_type_01 .control_box .control_btn_box a { text-align: center; }

	#facebook_type_01 .contents_box  { width: 75%; height: auto; }
	#facebook_type_01 .contents_box .item { width: 50% }
	#facebook_type_01 .control_box .logo { width: 130px; height: auto; }

	#facebook_type_01 .control_box .control_btn_box { top: 50px; }
	#facebook_type_01 .control_box .control_btn_box a { width: 60px; font-size: 14px; }
}

@media (max-width: 1279px) and (min-width: 1024px) { 
	#facebook_type_01 { padding: 0px 15px 30px; }
	#facebook_type_01 .control_box { width: 25%; text-align: left; }
	#facebook_type_01 .control_box .control_btn_box a { text-align: center; }

	#facebook_type_01 .contents_box  { width: 75%; }
	#facebook_type_01 .contents_box .item { width: 25% }
}

@media (max-width: 1309px) and (min-width: 1280px) { 
	#facebook_type_01 { padding: 0px 15px 30px; }
	#facebook_type_01 .contents_box .item { width: 236.5px; }
}

@media (max-width: 1600px) and (min-width: 1310px) { 

}