/* BASIC css start */
#faqWrap { padding-bottom: 80px; }

#faqWrap .pd10 {margin:10px 0;}
#faqWrap .search-wrap {
    background-color: #f5f5f5;
    padding: 23px 14px;
    border-bottom: 1px solid #ccc;
    overflow:hidden;
}

#faqWrap .search-wrap .item-search { }

#faqWrap .search-wrap .item-search .wrap {
    width: 51%;
    display: inline-block;
    float: left;
}

#faqWrap .search-wrap .item-search .wrap input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 38px;
    color: #000;
    outline: none;
    font-size: 13px;
    font-family: BemboMTPro, 'NotoSansCJKR';
    padding-left:12px;
}

#faqWrap .search-wrap .item-search .wrap input::placeholder { color:#999; }

#faqWrap .search-wrap .item-search .btn_Black {
    width: 18%;
    display: inline-block;
    float: left;
    font-size: 14px;
    height:40px;
    line-height:42px;
}


select { 
    width: 30%; 
    float:left;
    height: 40px;
    border: 1px solid #ccc;
	display:inline-block;
    color:#666;
    background:#fff url('/design/coachkorea/MB/sel_icon.png') no-repeat 91% 15px; 
    background-size:12px 7px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
    padding-left:12px;	
    font-size:13px; 
    font-weight: 400; 
        color: #666666;
    line-height: 42px;
    outline: none;
    margin-right: 1%;
}


#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 { text-align: center; padding: 18px 14px; border-bottom:1px solid #ccc; }
#faqWrap .faq-menu a:nth-of-type(1), #faqWrap .faq-menu a:nth-of-type(2), #faqWrap .faq-menu a:nth-of-type(3), #faqWrap .faq-menu a:nth-of-type(4) { border-top:1px solid #ccc; }
#faqWrap .faq-menu a:first-of-type, #faqWrap .faq-menu a:nth-of-type(5), #faqWrap .faq-menu a:nth-of-type(2)  {
    border-left: 1px solid #ccc;
}

#faqWrap .faq-menu a.now {
    background: #000;
    color: #fff;
    font-weight: 500;
}

#faqWrap .faq-menu a {
    display: block;
    width: 25%;
    float: left;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 13px;
    color: #999;
    font-weight: 400;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}

#faqWrap .faq-menu a:first-of-type {
    padding: 27px 0;
    border-right: none;
}

#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 {padding:10px;}
#faqWrap #faqTable tr.slide-hide td, #faqWrap #faqTable tr.slide-show td {background-color: #eaeaea !important;}
#faqWrap #faqTable tr td .q {margin-bottom: 10px; background-color: #1e85dc; color:#fff; padding: 0 3px; margin-right: 10px;}
#faqWrap #faqTable tr td .a {background-color: #f30733; color:#fff; padding: 0 3px; margin-right: 10px;}


.faq_box_list {  }
.faq_box { border-bottom: 1px solid #ccc; }
.faq_box_list .faq_box:last-child {  }
.faq_box_list .faq_box:first-child { border-top: none; }
.faq_box_list .que_box { padding: 19px 14px 16px;  position:relative;  }
.faq_box_list .que_box p, .faq_box_list .ans_box p, .notice_box_list .notice_box p  { display:inline-block; }

.faq_box_list .que_box p:first-child { font-size:15px; font-weight:500; color:#000; width:5%; vertical-align:top; margin-top: 1px; }
.faq_box_list .que_box p:nth-child(2) { font-size: 15px; font-weight:400; color:#000; width: 94%; letter-spacing:-1px; line-height:1.6; }


.arrow_down {
    position: absolute;
    right: 14px;
    top: 46%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 35px;
    color: #000;
    font-weight: 300;
}
.arrow_down.rotate { transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 43%; }

.faq_box_list .ans_box { display:none;     padding: 24px 14px 16px; position:relative; background:#f5f5f5;  }
.ans_box p:first-child { width: 5%; vertical-align:top; }
.faq_box_list .ans_box p:nth-child(2) { font-size: 14px; color:#000; font-weight: 300; width: 94%; line-height: 1.8; margin-top: -4px; }
/* BASIC css end */

