@charset "utf-8";

.tab_con.select{
    background-color: #fff;
}
.sound_only, legend {
    display: none;
}

.subTxt { }

.subTxt h3 { color: #7e6956; line-height: 2em; }

input#stx {
    height: 2em;
}

fieldset#faq_sch {
    margin: 1em 0;
    text-align: right;
}

.btn_submit {
    background-color: #7e6956;
    width: 80px;
    height: 2.4em;
    vertical-align: middle;
    border: 0;
    color: #fff;
    cursor: pointer;
}
.btn_submit:hover {
    background-color: #7e6956c2;
}

#faq_wrap #faq_con h3:before,
#faq_wrap #faq_con h4:before {
    display: inline-block;
    width: 35px;
    min-width: 30px;
    font-size: 17px;
    color: #7e6956;
    text-align: center;
    vertical-align: top;
}

#faq_wrap #faq_con h3:before {
    content: "Q";
}

#faq_wrap #faq_con h4:before {
    content: "A";
}

#faq_wrap #faq_con h3 p,
#faq_wrap #faq_con h4 .con_answer {
    width: calc(100% - 80px);
    display: inline-block;
}

#faq_wrap #faq_con h3 p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.3;
    height: 1.3em;
    text-align: left;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    vertical-align: middle;
}

#faq_wrap #faq_con h4 {
    line-height: 1.5em;
    color: #333;
    padding: 30px 0;
    font-weight: 500;
}
.arrow {
    display: inline-block;
    width: 35px;
    text-align: center;
}
i {
    border: solid #7e6956;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.down {
    transition: all .3s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.up {
    transition: all .3s;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}



#faq_wrap { border-top: 2px solid #7e6956; }

#faq_wrap #faq_con { }

#faq_wrap #faq_con li { border-bottom: 1px solid #ededed; }

#faq_wrap #faq_con h3 {
    display: block;
    padding: 20px 0 15px;
    font-size: 14px;
    font-weight: bold;
    color: #303030;
    line-height: 20px;
    margin-bottom: 15px;
}

.empty_list {
    padding: 50px 0;
    text-align: center;
    font-size: 12px;
    color: #666;
}
