﻿@charset "utf-8";
/* .faqWrap */
.faqWrap{border-top: 2px solid #8e919f;}
.faqWrap ul  li .icoQA {position:relative;left:-5px}
.faqWrap ul > li {border-bottom:1px solid #ccc}
.faqWrap ul > li > .faqSearch,
.faqWrap ul > li .answerCase {line-height: 18px;padding: 10px 20px 10px 34px;text-indent: -19px; }
.faqWrap ul > li > .faqSearch{display:block;}
.faqWrap ul > li > .faqSearch.on,
.faqWrap ul > li > .faqSearch:hover {color:#339800;text-decoration:underline}
.faqWrap ul > li .answerCase{display:none;font-size:13px;border-top:1px solid #ccc;background-color: #fcfcfc;}

/* add 20140514 */
#divWebFaqList1 #divWebFaqList table,
#divWebFaqList2 #divWebFaqList2 table,
#divWebFaqList3 #divWebFaqList3 table,
#divWebFaqList4 #divWebFaqList4 table,
#divWebFaqList5 #divWebFaqList5 table,
#divWebFaqList6 #divWebFaqList6 table,
#divWebFaqList7 #divWebFaqList7 table,
#divWebFaqList8 #divWebFaqList8 table{width:100%;border-top: 2px solid #8e919f;border-bottom:1px solid #dbdbdb;}
#divWebFaqList1 #divWebFaqList table tbody td,
#divWebFaqList2 #divWebFaqList2 table tbody td,
#divWebFaqList3 #divWebFaqList3 table tbody td,
#divWebFaqList4 #divWebFaqList4 table tbody td,
#divWebFaqList5 #divWebFaqList5 table tbody td,
#divWebFaqList6 #divWebFaqList6 table tbody td,
#divWebFaqList7 #divWebFaqList7 table tbody td,
#divWebFaqList8 #divWebFaqList8 table tbody td{padding:10px;text-align:center;font-size:12px;font-weight:normal}

/* ---------------------------------- mobile ------------------------------------------------------------------------- */
@media all and (max-width:767px){
	
}
	
/*------------------------------- tablet ----------------------------------------------------------------------------------------------*/
@media all and (min-width:768px) and (max-width:1023px) {
	/* table colgroup 공지사항 */
	.boardList.center.boardType01 .th01{width:50px}
	.boardList.center.boardType01 .th02{width:;}
	.boardList.center.boardType01 .th03{width:80px}
	.boardList.center.boardType01 .th04{width:70px}
	.boardList.center.boardType01 .th05{width:90px}
	.boardList.center.boardType01 .th06{width:70px}
}

/* ----------------------------desktop -------------------------------------------------------------------------------------------------*/
@media all and (min-width:1024px) {
	/* .faqWrap */
	.faqWrap ul > li .answerCase{font-size:12px;}

	/* table colgroup 공지사항 */
	.boardList.center.boardType01 .th01{width:50px}
	.boardList.center.boardType01 .th02{width:;}
	.boardList.center.boardType01 .th03{width:80px}
	.boardList.center.boardType01 .th04{width:70px}
	.boardList.center.boardType01 .th05{width:90px}
	.boardList.center.boardType01 .th06{width:70px}
}	