/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +content-main
    	=
-----------------------------------------------------------------------------*/

/* qa-order
*----------------------------------------------------------------------------*/

.about-us .commend {
    padding: 20px 10px;
}

.about-us .commend h3 {
    margin-bottom: 10px;
    color: #231815;
    font-size: 1.35em;
    line-height: 1.5;
    text-align: left;
}

.about-us .about-list > ul > li {
    margin-bottom: 20px;
    border: 0;
}

.about-us .about-list > ul > li h3 {
    position: relative;
    padding: 4px 0;
    text-align: center;
    line-height: normal;
}

.about-us .about-list > ul > li.accordion h3:after {
    content: '\f0d8';
    position: absolute;
    top: 6px;
    margin-left: 10px;
    font-size: 1.167em;
    font-family: FontAwesome, serif;
    transform: rotateZ(0deg);
    transition: transform 0.25s;
}

.about-us .about-list > ul > li.accordion.open h3:after {
    content: '\f0d8';
    transform: rotateZ(180deg);
    transition: transform 0.3s;
}

.about-us .about-list .about-content {
    padding: 0 10px;
}

.about-us .about-list .about-content p {
    padding: 20px 10px 10px;
    color: #231815;
    line-height: 1.8;
    text-align: left;
}

.about-us .about-list .about-content p strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.167em;
    line-height:normal;
}

.about-us .about-list .about-content p img {
    width: 100%;
    margin-bottom: 10px;
}

.about-us .about-list > p {
    overflow: hidden;
    padding: 10px 10px 20px;
    color: #231815;
    text-align: left;
}

