/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
	=FAQ-record
-----------------------------------------------------------------------------*/

#faq-list,
#qa-list .list {
    position: static;
    width: 100%;
    padding-left: 320px;
    box-sizing: border-box;
}

/**
*
* =qa-list
*
**/

#qa-list ul {
    list-style: none;
}

#qa-list ul li {
    margin: 0 1%;
    border-bottom: 4px solid #fff;
}

#qa-list ul li h3 {
    border-bottom: 4px solid #fff;
    background-color: #cceaef;
    color: #fff;
    font-size: 24px;
}

#qa-list ul li h3 a {
    display: block;
    position: relative;
    padding: 10px 15px;
    color: #0095b1;
    text-decoration: none;
    outline: none;
}

#qa-list ul li h3 a:after {
    position: absolute;
    right: 15px;
    content: " ";
    width: 33px;
    height: 33px;
    background: url(../../i/icon-plus.png) no-repeat 0 0;
}

#qa-list ul li.active h3 a:after {
    width: 33px;
    height: 33px;
    background: url(../../i/icon-minus.png) no-repeat 0 0;
}

#qa-list ul li .answer {
    display: none;
    padding: 10px 20px;
    background-color: #ebf6f8;
    color: #666;
    font-size: 20px;
}

#qa-list ul li .answer h4 {
    color: #24px;
}

/**
*
* =faq
*
**/

#faq-list h3 {
    overflow: hidden;
    margin: 0 1%;
    padding: 10px 20px;
    background-color: #cceaef;
    color: #0095b1;
    font-size: 20px;
}

#faq-list h3 span {
    margin-left: 20px;
    color: #303030;
}

#faq-list h3 a {
    float: right;
    color: #be5c26;
}

#faq-list ul {
    list-style: none;
}

#faq-list ul li {
    margin: 0 1% 30px;
}

#faq-list ul li .content-q {
    padding: 20px;
    border: 2px solid #cceaef;
    background-color: #fff;
}

#faq-list ul li .content-q .date,
#faq-list ul li .content-a .date {
    color: #303030;
    font-size: 18px;
}

#faq-list ul li .content-q p {
    color: #303030;
    font-size: 24px;
}

#faq-list ul li .content-a {
    padding: 20px;
    background-color: #ebf7f9;
}

#faq-list ul li .content-a p {
    color: #666;
    font-size: 24px;
}

#faq-list .suggest {
    margin: 100px 1% 0;
    border: 2px solid #0095b1;
}

#faq-list .suggest h3 {
    margin: 0;
}

#faq-list .suggest textarea {
    overflow-y: scroll;
    width: 90%;
    height: 200px;
    margin: 30px 5% 10px;
    border: 1px solid #0095b1;
    font-size: 20px;
    resize: none;
}

#faq-list .suggest input {
    display: block;
    width: 260px;
    height: 80px;
    margin: 10px auto;
    border: none;
    background: url(../../i/btn-done.png) no-repeat 0 0;
}

#faq-list h4 {
    margin: 10px 1%;
    color: #0095b1;
    font-weight: normal;
    font-size: 20px;
}

#faq-list .table {
    display: table;
    width: 98%;
    margin: 0 1%;
    border: 1px solid #cceaef;
    box-sizing: border-box;
}

#faq-list .table .th {
    display: table-header-group;
    background-color: #cceaef;
    font-weight: bold;
}

#faq-list .table .tr {
    display: table-row;
}

#faq-list .table .td {
    display: table-cell;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #cceaef;
    color: #0095b1;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

#faq-list .table .th .td:last-child {
    text-align: left;
}

#faq-list .table .tr .td:last-child {
    overflow: hidden;
    color: #666;
    text-align: left;
}

#faq-list .table .td p {
    float: right;
}

#faq-list .table .td p a {
    display: inline-block;
    padding: 0 10px;
    color: #be5c26;
    font-weight: bold;
}

#faq-list .table .td p a:first-child {
    border-right: 1px solid #be5c26;
}

/* +width: 1250↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1250px) {

#faq-list .table .td p {
    float: none;
}

#faq-list .table .td p a:first-child {
    padding-left: 0;
}
}

/* +width: 900↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 900px) {

#faq-list,
#qa-list .list {
    padding: 20px 0 0;
    box-sizing: border-box;
}
}

/* +width: 700↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 700px) {

#faq-list .table .td {
    padding: 0;
    font-size: 16px;
}
}

/* +width: 530↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 530px) {

#faq-list .table .td {
    font-size: 14px;
}
}

/* +width: 470↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 470px) {

#faq-list .table .td {
    font-size: 12px;
}
}