@charset "utf-8";

.sub-title h3{
    text-align: center;
}
#bo_cate {
    margin-bottom: 40px;
    display: none;
    visibility: hidden;
}

#bo_cate h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#bo_cate ul {
    zoom: 1;
    display: flex;
    justify-content: center;
    gap: 10px
}

#bo_cate ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_cate li {
    display: inline-block;
    padding: 2px
}

#bo_cate a {
  display: block;
  line-height: 28px;
  padding: 19px 40px;
  border-radius: 40px;
  border:1px solid var(--main-color);
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
  transition-duration: .5s
}


#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
  text-decoration: none;
  background: var(--main-color);
  color: #ffffff;
}

#bo_cate #bo_cate_on {
  z-index: 2;
  background: var(--main-color);
  color: #ffffff;
}

.con_inner{
    display: none;
}
#faq_con li{
   border-bottom: 1px solid #DDD;
}
#faq_con h3{
    display: flex;
    align-items: center;
    height: 70px;
}
.tit_bg{
color: var(--main-color);
font-family: var(--font-suit);
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: 150%; 
min-width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
}

#faq_con h3 a{
    width: 100%;
    padding: 0 24px;
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}


.faq-icon{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}



.con_inner{
    padding: 40px 94px; 
    background: #FAFAFA;
    border-top: 1px solid #ddd
}

.con_inner p{
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


@media screen and (max-width:1280px) {
    #bo_cate a{
        font-size: 16px;
        padding: 12px 32px;
    }
    #bo_cate a{
        font-size: 14px;
        padding: 8px 26px;
    }
    #faq_con h3{
        height: 60px;
    }
    .tit_bg{
        min-width: 60px;
        height: 60px;
        font-size: 22px;
    }
    .faq-icon{
        width: 60px;
        height: 60px;
    }
    .con_inner{
        padding: 30px 84px;
    }
}

@media screen and (max-width:768px) {
    #bo_cate a{
        font-size: 14px;
        padding: 8px 26px;
    }
    #faq_con h3{
        height: 50px;
    }
    #faq_con h3 a{
        padding: 0 16px;
         font-size: 16px;
    }
    

    .tit_bg{
        min-width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .faq-icon{
        width: 50px;
        height: 50px;
    }
    .con_inner{
        padding: 20px 66px;
    }
    .con_inner p{
        font-size: 14px;
    }
}