@charset "utf-8";

/* faq_notice{ */
.faq_notice {
    padding: 20px 0;
    padding-bottom: 60px;
}
.faq_box {
    padding: 30px;
    border: 1px solid #e4e4e4;
}
.box_top {
    font-size: 18px;
    font-weight: 700;
    color: #232323;
}
.box_cnt {
    font-size: 16px;
    font-weight: 400;
    color: #232323;
    padding-top: 5px;
}
/* }faq_notice */

/* faq_list{ */
section.sect_faq {
    padding-bottom: 60px;
}
.faq_list>ul>li {
    border-top: 1px solid #E4E4E4;
}
.faq_list>ul>li:last-child {
    border-bottom: 1px solid #E4E4E4;
}
.faq_list>ul>li.active{
    border-bottom: 1px solid #232323;
    margin: -1px 0 0 0;
    border-top: 1px solid #232323;
}
.faq_list>ul>li:focus{
	display:block;
}
 .faq_list>ul>li>a{display:block;}
.li_hd {
    cursor: pointer;
    position: relative;
}
.li_hd a:after,
.li_hd a:before {
    content:'';
    position:absolute;
    height: 2px;
    width: 14px;
    background: #888888;
    right: 30px;
    top: 50%;
    display: block;
    transition: all .2s;
}

.li_hd a:after {
    margin-right: 9px;
    transform: rotate(45deg);
}

.li_hd a:before {
    transform: rotate(-45deg);
    margin-right: 0px;
}

li.active .li_hd a:before, li.active .li_hd a:after{
    background: #232323; 
}
li.active .li_hd a:after {
    transform: rotate(-45deg);
}
li.active .li_hd a:before {
    transform: rotate(45deg);
}

.li_subj {
    font-size: 18px;
    font-weight: 700;
    color: #232323;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* overflow: hidden; */
    position: relative;
    width: auto;
    max-width: 100%;
}
.li_subj>a {
    display: block;
    position:relative;
    width: 100%;
    padding: 26px 30px;
    padding-right: 30px;
}

.li_subj>a:focus {
    display: block;
}
.li_bd {
    padding: 0 70px 20px 30px;
    display: none;
}
.li_cont {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.faq_list>ul>li:focus {
    display: block;
}
/* }faq_list */