/*자주묻는질문*/
.tab_faq {padding-bottom:15px;}
.tab_faq ul {border-bottom: 1px solid #ccc;}
.tab_faq ul li {float:left; width:20%; height:60px; border:1px solid #ddd; border-bottom: 0; border-right: 0; background: #f7f7f7;}
.tab_faq ul li:last-child {border-right: 1px solid #ddd;}
.tab_faq ul:after{content: ""; clear: both;display: block;}
.tab_faq ul li a {display:block; font-size: 16px; line-height:60px; text-align:center; color:#333;transition-duration: 0.4s;}
.tab_faq ul li.on {border-top: 2px solid #31543c;border-bottom: 0;}
.tab_faq ul li.on a {background: #fff;}
.tab_faq ul li a:hover{background: #eee;}
.tab_faq ul li.on a:hover{background:#fff;}

.faq_box{margin-top:20px;}
.faq_box .qnaList>li{border-bottom: 1px solid #ddd;}
.faq_box .question a {position: relative;display: block;padding: 17px 65px 17px;line-height: 25px;font-size: 16px;color: #333;text-decoration: none;font-weight: 400;}
.faq_box .question a .question_q{position: absolute;color: #fff;background: #31543c;top: 17px;left: 10px;width: 30px;height: 30px;text-align: center;border-radius: 25px;line-height: 27px;}
