/* wp_bbs_basic */

/* bbs list style S */
#wp_skin01 #wp_news.news_Cont ul {overflow:hidden;margin-top:15px; padding: 0 15px;}
#wp_skin01 #wp_news.news_Cont ul li {width:100%;overflow:hidden;margin-bottom:0%; border-bottom: 1px dashed #ccc;}
#wp_skin01 #wp_news.news_Cont ul li a {width:100%;display:block}
#wp_skin01 #wp_news.news_Cont ul li .news_line {display: block;}
#wp_skin01 #wp_news.news_Cont ul li .news_line .news_thumb {width:18%;}
#wp_skin01 #wp_news.news_Cont ul li .news_line .news_thumb img {width:100%;margin-top: 15px;margin-bottom: 15px;}
#wp_skin01 #wp_news.news_Cont ul li .news_line .news_text {width:78%;margin-top:20px;margin-bottom:20px;float:left;margin-left: 2%;margin-right: 2%;}
#wp_skin01 #wp_news.news_Cont ul li .news_line .news_text .news_tit {font-size:20px;font-weight:400;padding-bottom:5px;letter-spacing:-0.3px;line-height: 1.5;}
#wp_skin01 #wp_news.news_Cont ul li .news_under {color: #121212;}
#wp_skin01 #wp_news.news_Cont ul li:hover .news_under  {border-bottom:2px solid #000; color: #121212;}
#wp_skin01 #wp_news.news_Cont ul li .news_line .news_text .news_sub {font-size:15px;margin-top:10px;letter-spacing:-0.3px;color:#888;line-height: 1.5;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.3em;
    height: 3.8em;
}
#wp_skin01 #wp_news.news_Cont ul li:hover .news_line .news_text .news_sub  {color: #121212;}
#wp_skin01 #wp_news.news_Cont ul li .news_line .news_text .news_user_info {margin-top:20px;font-size:13px;color:#555}
#wp_skin01 #wp_qna .news_Cont .ellipsis { display: inline-block; overflow: hidden; height: auto; width: 94%; height: 22px; font-size: 14px; line-height: 22px; color: #000; text-align: left; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; }



/* odd even Á¤·Ä */
#wp_skin01 #wp_news.news_Cont .list_li .news_thumb{float: left;} /* ±âº»°ª / ¾Æ·¡ µÎÁÙ ÁÖ¼®Ã³¸®ÇÏ¸é ¿ÞÂÊÀ¸·Î º¸±âµÊ  */
#wp_skin01 #wp_news.news_Cont .list_li:nth-child(odd) .news_thumb{float: left;}
#wp_skin01 #wp_news.news_Cont .list_li:nth-child(even) .news_thumb,#wp_skin01 #wp_news.news_Cont .list_li:nth-child(even) .news_text,#wp_skin01 #wp_news .news_fr {float:right;text-align:right;}


#wp_skin01 #wp_news.news_Cont .news_user_info span {padding: 0 10px;border-right: 1px solid #ddd;}
#wp_skin01 #wp_news.news_Cont .news_user_info span:first-child {padding-left: 0px;}
#wp_skin01 #wp_news.news_Cont .news_user_info span:last-child {padding-right: 0px;border: none;}


#wp_skin01 .wp_pager {text-align: center;}
#wp_skin01 .wp_pager a {color: #121212; font-weight: 500;font-size: 15px; padding: 5px 10px;text-decoration: none;display: inline-block;margin: 0 1px;}

@media screen and (min-width: 769px){
	#wp_skin01 #wp_news.news_Cont ul li a .news_line .news_text .news_sub {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3; /* ¶óÀÎ¼ö */
		-webkit-box-orient: vertical;
		word-wrap:break-word;
		line-height: 1.3em;
		height: 3.9em; /* line-height °¡ 1.2em ÀÌ°í 3¶óÀÎÀ» ÀÚ¸£±â ¶§¹®¿¡ height´Â 1.2em * 3 = 3.6em */
	}
}
@media screen and (max-width: 768px){
	#wp_skin01 #wp_news.news_Cont ul li .news_line .news_text .news_sub {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5; /* ¶óÀÎ¼ö */
		-webkit-box-orient: vertical;
		word-wrap:break-word;
		line-height: 1.3em;
		height: 6.2em; /* line-height °¡ 1.2em ÀÌ°í 3¶óÀÎÀ» ÀÚ¸£±â ¶§¹®¿¡ height´Â 1.2em * 3 = 3.6em */
	}
	.wp_pager a {font-size: 1vw;}
	#wp_skin01 #wp_news.news_Cont ul li .news_line .news_text .news_tit {font-size:18px;}
	#wp_skin01 #wp_news.news_Cont ul li .news_line .news_text .news_sub {font-size: 13px;}
	#wp_skin01 #wp_news.news_Cont ul li .news_line .news_thumb {width:27%;}
	#wp_skin01 #wp_news.news_Cont ul li .news_line .news_text {width:calc(100% - 27% - 30px);margin-left: 15px;margin-right: 15px;}

	#wp_skin01 #wp_news.news_user_info span {padding: 0 10px;font-size: 12px;}
}
/* bbs list style E */

/* bbs view style S */
		#wp_main .wp_input_tr .wp_input_td .bbs_name { color: #999; }

	/* bbs view textarea S */
		#wp_main .wp_bbs .wp_view_textarea {min-height: 150px;padding: 15px 15px;font-size: 13px;line-height: 19px;letter-spacing: 0.8px;margin-top: 10px;margin-bottom: 10px;}
		#wp_main .wp_bbs .wp_view_textarea img {max-width: 100%;margin:10px auto;}
	/* bbs view textarea E */

	/* faq_reply styel S */
		#wp_main .ansbox {background-color: rgba(245,245,245,1.00);padding: 20px;line-height: 24px;font-size: 13px;margin-top: 10px;border-radius: 15px;}
		#wp_main .ansbox h3 {border-bottom: 1px dashed rgba(156,156,156,1.00);}
		#wp_main .ansbox p {padding-top: 10px;}
	/* bbs_faq reply styel E */

	/* wp_reply S */
		#wp_main .wp_input_tr .wp_input_td { width: 100%; }
		#wp_skin01 #wp_main .wp_input_tr .wp_view_tit { font-size: 17px;font-weight:600;line-height: 1.5;font-family: NanumSquareR,'³ª´®½ºÄù¾î'}
		#wp_skin01 #wp_main .wp_input_tr .wp_reply_tit {font-size: 14px;font-weight: 600;}
		#wp_skin01 #wp_main .wp_input_tr .width1_3 {width: 33.33%;display: inline-block;}
		#wp_skin01 #wp_main .wp_reply .wp_input_tr .wp_input_td { padding: 8px 12px; display: inline-block; box-sizing: border-box; vertical-align: top; background-color: transparent; }
		#wp_skin01 #wp_main .wp_reply .wp_input_tr {text-align: left;}
		#wp_skin01 #wp_main .wp_reply .wp_input_tr textarea {width: 98%;}
		#wp_skin01 #wp_main .wp_reply .wp_reply_wrap textarea {width: calc( 100% - 60px);display: inline-block;height: 70px;}
		#wp_skin01 #wp_main .wp_reply .wp_reply_wrap .wp_button_1 {max-width: 48px;display: inline-block;margin:0 0 0 3px;height: 70px;}
		#wp_skin01 #wp_main .wp_reply .wp_input_tr .width1_2 .wp_input_td { width: 100%; display: inline-block; }
		#wp_skin01 #wp_main .wp_reply .wp_input_tr input { box-sizing: border-box; border: 1px solid #ddd; padding: 8px 8px; background-color: #fafafa; width: 98%; }
		#wp_skin01 #wp_main .wp_input_tr select {min-height: 39px;vertical-align: top;min-width: 15%;}
		#wp_skin01 #wp_main .wp_input_tr .bsCategory_title {width: calc( 100% - 15.5%);display: inline-block;}
		#wp_skin01 #wp_main .wp_reply_div .wp_input_tr {border: none;}
		#wp_skin01 #wp_main .wp_input_td .wp_view_icon {display: inline-block;font-size: 13px;}
		#wp_skin01 #wp_main .wp_input_td .wp_view_icon i {display: inline-block;margin-left: 15px;margin-right: 3px;}
		#wp_skin01 #wp_main .wp_input_td .wp_reply_edit i {display: inline-block;margin-left: 5px;margin-right: 3px;}
		#wp_skin01 #wp_main .thead {border-bottom: 1px solid rgb(199, 199, 199); border-top: 1px solid rgb(115, 115, 115); padding: 15px;font-size: 13px;}
		#wp_skin01 #wp_main .wp_input_td .wp_view_date {font-size: 11px; color: #888;display: inline-block;margin-left: 15px;}
		#wp_skin01 #wp_main .wp_button_1_mg03 .wp_button_1 {margin: 3px 3px;}
	/* wp_reply E */

	/* like button S */
		.likebutton {/* width: 60px; */ height: 30px; font-family: 'Roboto', sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 2.5px; font-weight: 500; color: #000; background-color: #fff; border: none; border-radius: 45px; box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1); transition: all 0.3s ease 0s; cursor: pointer; outline: none; }
		.likebutton:hover {background-color: #05B9C8;box-shadow: 0px 5px 7px rgba(46, 229, 157, 0.4);color: #fff;transform: translateY(-7px);}
		.likeing {background-color: #05B9C8; box-shadow: 0px 5px 7px rgba(46, 229, 157, 0.4); color: #fff; transform: translateY(-7px);}
	/* like button E */

	/* responsive 768 S */
		@media screen and (max-width: 768px){

			#wp_main .wp_bbs ul li a .bbs_text {padding: 8px 0;}
			#wp_main .wp_bbs ul li a .bbs_text .bbs_tit {width: 100%;margin: 0;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;padding: 5px;}
			#wp_main .wp_bbs ul li a .bbs_text .bbs_tit .bbs_num {width: 100%;display: block;}
			#wp_main .wp_bbs ul li a .bbs_text .bbs_sub {width: 100%;padding-bottom: 8px;}
			#wp_main .wp_bbs ul li a .bbs_text .bbs_sub p {display: inline;padding-left: 20px;}
			#wp_main .wp_bbs ul li a .bbs_text .bbs_text_num {width: 100%;margin: 0;}
			#wp_main .wp_bbs ul li a .bbs_text .bbs_text_num {width: 100%;margin: 0;}
			#wp_main .wp_input_td .wp_view_icon {margin: 0 auto;text-align: center;}
			#wp_main .wp_input_tr .width1_2 .wp_input_td {width: 100%; display: inline-block; }
			#wp_main .wp_input_tr .width1_3 {width: 100%;}
			#wp_main .wp_input_tr .width2_4 .wp_input_td {width: 100%; display: inline-block; vertical-align: middle; }
			#wp_main .wp_input_tr select {width: 30%;}
			#wp_main .wp_input_tr .bsCategory_title {width: 67%;display: inline-block;}
		}
	/* responsive 768 E */

/* bbs view style E */

/* bbs footer S */
	#wp_skin01 #wp_main .wp_list_footer {border-top:2px solid #d6d6d6;}
	#wp_skin01 #wp_main .wp_list_footer .wp_search_div {margin-top: 10px;padding: 5px;padding-bottom: 15px;}
	#wp_skin01 #wp_main .wp_list_footer .wp_search_div form select {height: 22px;border: none;background-color: #fff;}
	#wp_skin01 #wp_main .wp_list_footer .wp_search_div form .wp_search_input {border: none;border-bottom: 1px solid #ddd;background-color: #fff;}
	#wp_skin01 #wp_main .wp_list_footer .wp_search_div form button {border: none;background: none;}
/* bbs footer E */