@charset "UTF-8";

#faq_contents{
    margin-bottom: 0!important;
}

#faq_cate_section{
    margin-bottom: -30px;
}

#faq_answer_section{
    margin-bottom: 0;
    background-color: #f8f8f8;
    padding: 30px 0;
}

.faq_cate{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    background-image: url(../../parts/img/arrowBottomBlack.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px auto;
    background-color: #fff;
    padding: 10px;
    color: #000;
    font-size: 0.9rem;
    margin-top: 5px;
}

.faq_text span{
    font-size: 1.2rem;
    color: #e83416;
    letter-spacing: 0rem;
}

.faq_box{
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    margin-top: 15px;
    color: #000;
}

.faq_q{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.faq_q_img{
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.faq_q_text{
    width: 77%;
    font-size: 1.0rem;
    letter-spacing: 0rem;
}

.faq_a{
    display: none;
}

.faq_a_wrap{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
}

.faq_a_img{
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.faq_a_text{
    width: 80%;
    font-size: 0.9rem;
}

.faq_a_text a{
    color: #e83416;
}

.faq_switch{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0; right: 0;
    z-index: 10;
    transition: none;
/*    background-color: rgba(255, 0, 0, 0.5);*/
    border-radius: 10px;
}
.faq_switch:hover{
    transition: none;
}

.faq_opener{
    background-image: url(../../parts/img/arrowBottomBlack.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px auto;
}

.faq_closer{
    background-image: url(../../parts/img/arrowTopBlack.png);
    background-repeat: no-repeat;
    background-position: center bottom 15px;
    background-size: 12px auto;
    height: 40px;
}

.faq_searchBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.faq_search{
    width: calc(100% - 70px);
    height: 40px;
    border-radius: 10px 0 0 10px;
    font-size: 1.2rem;
    padding: 10px;
}

.faq_searchButton{
    width: 70px;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 0 10px 10px 0;
    color: #fff;
    background-color: #000;
    cursor: pointer;
    transition: 0.2s;
}

.faq_searchButton:hover{
    background-color: #5e5e5e;
}
.faq_t{font-size: 11px !important;
	color:#000000 !important;}
.red_t{color: red;}

sup {
    font-size: 0.8em;
}