@charset "utf-8";
/* 2020.03.09 */

/* 게시판 hd */
#comu_hd{
  width: 100%;
  background: url(img/comu_bg.jpg) no-repeat center;
  background-size: cover;
}
#comu_hd .comu_hd_con{
  width: 1180px; height: 425px; padding: 0 10px; margin: 0 auto;
  overflow: hidden;
}
#comu_hd .comu_hd_con img{
  width: 100%;
  display: block; 
}
#comu_hd .comu_hd_nav{
  width: 1180px; padding: 0 10px; margin: 0 auto;
}
#comu_hd .comu_hd_nav ul:after{content: ''; display: block; clear: both;}
#comu_hd .comu_hd_nav li{
  width: 193px;
  border-right: 1px solid rgba(255,255,255,.8);
  float: left;
}
#comu_hd .comu_hd_nav li:last-child{
  border-right: none;
}
#comu_hd .comu_hd_nav li a{
  width: 100%; padding: 18px;
  color: #fff;
  background: #51b2e5;
  border: none;
  border-top: 5px solid #51b2e5;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  display: block;
  transition: .2s;
}
#comu_hd .comu_hd_nav li a:hover{
  color: #51b2e5;
  background: #fff;
}

/* FAQ 타이틀 */
#sidemenu .sidemenu_ab{
  top: 105px;
}
#faq_contents{
  width: 1180px; min-height: 810px; padding: 0 10px; margin: 105px auto 200px;
}
#faq_contents > h3{
  margin-bottom: 65px;
  color: #333;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

/* FAQ 본문 */
.faq_admin {
  position: relative;
}
.faq_admin .btn_admin{
  position: absolute;
  right: 0;
  top: -100px;
}
#faq_con li:nth-of-type(1){
  border-top: 2px solid #333;
}
#faq_con dt{
  border-bottom: 1px solid #e1e1e1;
}
#faq_con dt a {
  padding: 25px 50px;
  color: #333;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  display: block;
  position: relative;
}
#faq_con dt a span{
  color: #51b2e5;
  font-size: 24px;
  font-weight: 700;
}
#faq_con dt a img{
  display: block;
  position: absolute;
  top: 25px;
  right: 50px;
  transition: .5s;
}
#faq_con li.on dt a img{
  transform: rotate(180deg);
}
#faq_con .con_inner {
  padding: 30px 50px;
  background: #f6f6f6;
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
  line-height: 24px;
  display: none;
}
#faq_con .con_inner p,#faq_con .con_inner span{
  background: none !important;
  color: #333 !important;
  font-size: 16px;
  line-height: 24px;
}