#page-faq {
    position: relative;
}

#page-faq .subCont .content {
	min-height: 600px;
}

#page-faq .search {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    vertical-align: top;
}

#page-faq .search>.input-wrap {
    position: relative;
    width: 220px;
    border-bottom: 1px solid #707070;
}

#page-faq .search>.input-wrap>input {
    width: 100%;
    padding: 5px 42px 5px 10px;
    border: 0;
    color: #000;
    font-size: 14px;
    letter-spacing: -0.045rem;
}

#page-faq .search>.input-wrap>input::placeholder {
    color: #000;
}

#page-faq .search>.input-wrap>input::-webkit-input-placeholder {
    color: #000;
}

#page-faq .search>.input-wrap>input:-ms-input-placeholder {
    color: #000;
}

#page-faq .search>.input-wrap>button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 42px;
    height: 100%;
    background: url("/image/web/common/gnb_search.png") no-repeat center;
}

#page-faq .tbl-cs {
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
}

#page-faq .tbl-cs thead th {
    padding: 12px 0 14px;
    border: solid #707070;
    border-width: 2px 0 1px;
    font-size: 16px;
}

#page-faq .tbl-cs tbody td {
    padding: 15px 0;
    border: solid #DFDFDF;
    border-width: 1px 0 0 1px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

#page-faq .tbl-cs tbody td:first-child {
    border-left: 0;
}

#page-faq .tbl-cs tbody td.txtL {
    position: relative;
    padding: 15px 35px;
}

#page-faq .faq .question {
    cursor: pointer;
}

#page-faq .faq .question.on td {
    background: #F5F5F5;
    transition: background .3s ease;
}

#page-faq .faq .question td.txtL {
    padding-right: 85px;
}

#page-faq .faq .question i.bx {
    display: inline-block;
    position: absolute;
    top: 16px;
    left: auto;
    right: 0;
    width: 50px;
    height: 30px;
    color: #757575;
    font-size: 24px;
    background: none;
    text-indent: 0;
    transition: all .2s ease;
}

#page-faq .faq .answer td {
    padding: 0 !important;
    border: 0;
}

#page-faq .faq .answer .answer-cnt {
    display: none;
    padding: 20px 85px 20px 220px;
    border-top: 1px solid #DFDFDF;
    background: #F5F5F5;
    font-size: 14px;
    line-height: 28px;
}