/* BASIC css start */
#faqWrap{padding: 0 24px;}
#faqWrap .pd10 {margin:10px 0;}
#faqWrap .search-wrap {background-color: #eaeaea; padding:10px;}
#faqWrap .search-wrap .item-search {margin-bottom:10px;}
#faqWrap .search-wrap .item-search select {width: 30%; display: inline-block;}
#faqWrap .search-wrap .item-search .wrap {width: 40%; display: inline-block;}
#faqWrap .search-wrap .item-search .wrap input {width:99%;}
#faqWrap .search-wrap .item-search .btn_Red {width:24%; display: inline-block; margin-left: 8px;}
#faqWrap .keywords {zoom:1; position:relative; overflow:hidden;}
#faqWrap .search-wrap .keywords h5 {font-weight:bold; margin-bottom:5px;}
#faqWrap .search-wrap .keywords li {float:left; margin-right:10px;}
#faqWrap .search-wrap .keywords li a {color:#707070;}
#faqWrap .faq-menu {border-top:2px solid #464646; text-align: center; padding-top:10px;}
#faqWrap .faq-menu a {display: block; width: 33.3%; float: left; border-left: 1px solid #d6d6d6; margin-bottom: 10px; margin-left: -1px;}
#faqWrap #faqTable {width:100%; border-top:1px solid #464646;}
#faqWrap #faqTable tr {border-bottom:1px solid #bebebe;}
#faqWrap #faqTable tr th, #faqWrap #faqTable tr td {position:relative; padding: 20px 0; font-size: 14px; font-weight: bold; line-height: 20px;}
#faqWrap #faqTable tr td .faqSubject{padding-right:35px;}
#faqWrap #faqTable tr td .faqOpenIcon{position: absolute; padding: 0 10px; top: 50%; right: 0; margin-top: -3.5px; width: 12px; line-height:0; }
#faqWrap #faqTable tr td .faqOpenIcon img{width:12px; vertical-align:middle;}
#faqWrap #faqTable tr.slide-hide td, #faqWrap #faqTable tr.slide-show td {background-color: #eaeaea !important;}
#faqWrap #faqTable tr.slide-show dl{padding:0 20px;}
#faqWrap #faqTable tr.slide-show dl .question,
#faqWrap #faqTable tr.slide-show dl .answer{position:relative;padding-left:27px; padding-bottom:10px; margin-bottom:10px; line-height:21px; border-bottom:1px solid #ddd;}
#faqWrap #faqTable tr.slide-show dl .answer{ border-bottom:none; margin-bottom:0; padding-bottom:0; font-weight:300; font-size:12px;}
#faqWrap #faqTable tr.slide-show dl .question .q,
#faqWrap #faqTable tr.slide-show dl .answer .a{position:absolute; top:0; left:0; color: #444; font-size: 14px; line-height:21px; font-weight: 900; }
#faqWrap #faqTable tr.slide-show dl .answer .a{color:#b2282f;}



/*°Ô½ÃÆÇ °Ë»ö*/
.bbs-sch {
    position:relative;
    padding:0 15px;
    margin-bottom:30px;
    background:#ededed;
    min-height:42px;
    border-radius:21px;
    overflow:hidden;
}

.bbs-sch select{
    background:#ededed;
    width:72px;
    height:42px;
    border:none;
    float:left;
    font-size:14px;
}

.bbs-sch input{
    float:left;
    width:calc(100% - 25px);
    height:20px;
    margin:10px 0 10px 0;
    border:none;
    background:#ededed;
    font-size:14px;
}

.bbs-sch  a{
    float:left;
    display:block;
    width:15px;
    line-height:42px;
}

.bbs-sch  a img{
    width:100%;
    vertical-align:middle;
    
}

.paging{
    padding-top:40px;
}

dl.qnaCategorySelect{
    position:relative;
    margin-bottom:30px;
}

dl.qnaCategorySelect dt{
    position:relative;
    padding-left:10px;
    
    border:1px solid #ccc;
    border-radius:5px;
}

dl.qnaCategorySelect dt a{
    display:block;
    width:100%;
    height:100%;
    color:#999;
    font-size:12px;
    line-height:34px;
}

dl.qnaCategorySelect dt a img{
    position:absolute;
    width:12px;
    top: 13.5px;
    right: 10px;
    vertical-align:middle;
}
dl.qnaCategorySelect dd{
    display:none;
    position:absolute;
    width:100%;
    left:0;
    bottom:-278px;
    background:#f9f9f9;
    border-bottom:1px solid #ccc;
}

dl.qnaCategorySelect dd ul li a{
    display:block;
    padding-left:10px;
    line-height:34px;
    color:#999;
    border:1px solid #ccc;
    border-bottom:none;
}
/* BASIC css end */

