#qaBox {
    width: 100%;
    position: relative;
    left: 0%;
    top: 0px;
    padding: 80px 0;
    z-index: 91;
    background: url(../img/index/bg_qa.jpg?r=1503279614462) repeat center top;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

#qaBox > .ccBox {
    text-align: center;
    position: relative;
    z-index: 1;
}

#qaBox .titleBox {
    width: 90%;
    text-align: center;
    /*display: inline-block;*/
    padding: 20px 0 5px 0;
    border-bottom-width: 2px

}

#qaBox .titleBox .rightBox {
    vertical-align: top;
    /*display: inline-block;*/
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
}

#qaBox .titleBox .rightBox > h2 {
    font-size: 40px;
    font-weight: bold;
    color: #026c6b;
    line-height: 2em;
    display: block;
    margin: 0;padding: 0;
    font-family: '微軟正黑體';
}

#qaBox .titleBox .rightBox > p {
    font-size: 24px;
    color: #4a4a4a;
    line-height: 2em;
    display: block;
    margin: 0;padding: 0;
    font-family: '微軟正黑體';
}

@media screen and (max-width: 767px) {
    #qaBox .titleBox .rightBox {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
}

#qaBox .contentBox .each.on dt .icon span {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#qaBox .contentBox .each.on dt .icon span:last-child {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#qaBox .contentBox .each.on dd {
    height: auto;
    border-bottom: 1px solid #026c6b;
    opacity: 1;
    -ms-transform: translateY(0deg);
    -webkit-transform: translateY(0deg);
    transform: translateY(0deg);
    padding: 20px 5%;
}

#qaBox .contentBox .each.on dd a.btn{
    float: right;
}
#qaBox .contentBox .each.on dd::after{
    content: '';
    display: block;
    clear: both;
}


#qaBox .contentBox {
    width: 80%;
    text-align: left;
    display: block;
    overflow: hidden;
    margin: 50px auto;
    font-size: 0;
}

#qaBox .contentBox .box {
    width: 48%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
}

#qaBox .contentBox .box:last-child {
    margin-right: 0;
}

#qaBox .contentBox .each {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

#qaBox .contentBox .each dt {
    font-size: 0;
    padding: 20px 5%;
    width: 100%;
    position: relative;
    cursor: pointer;
    border: 1px solid #026c6b;
}

#qaBox .contentBox .each dt:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

#qaBox .contentBox .each dt > * {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

#qaBox .contentBox .each dt:after {
    content: '';
    background: #fff;
    opacity: .4;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#qaBox .contentBox .each dt img {
    max-width: 40px;
    width: 16%;
}

#qaBox .contentBox .each dt h3 {
    margin-left: 20px;
    display: inline-block;
    width: 64%;
    font-size: 16px;
    line-height: 1.5em;
    color: #026c6b;
}

#qaBox .contentBox .each dt .icon {
    width: 25px;
    height: 25px;
    background: #026c6b;
    position: absolute;
    right: 5%;
    top: 50%;
    margin: -13px 0 0 -13px;
    border-radius: 50%;
}

#qaBox .contentBox .each dt .icon span {
    width: 60%;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -30%;
    background: #fff;
    display: inline-block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#qaBox .contentBox .each dt .icon span:last-child {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#qaBox .contentBox .each dt:hover .icon span {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#qaBox .contentBox .each dt:hover .icon span:last-child {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#qaBox .contentBox .each dd {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #026c6b;
    width: 100%;
    overflow: hidden;
    border-left: 1px solid #026c6b;
    border-right: 1px solid #026c6b;
    overflow: hidden;
    height: 0;
    opacity: 0;
    border-bottom: none;
    padding: 0px 5%;
}

#qaBox .contentBox .each dd p {
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: .5em;
}

#qaBox .contentBox .each dd ul {
    list-style-type: none;
}

#qaBox .contentBox .each dd ul li {
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: .5em;
    text-indent: -.5em;
    margin-left: 1em;
    vertical-align: middle;
}

#qaBox .contentBox .each dd ul li:before {
    content: '•';
    vertical-align: top;
    width: .5em;
    display: inline-block;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    #qaBox .contentBox .each {
        width: 90%;
        float: inherit;
    }
    #qaBox .contentBox .each:nth-child(2n+0) {
        float: inherit;
    }
}

@media screen and (max-width: 767px) {
    #qaBox .contentBox .box {
        width: 100%;
        margin-right: 0;
    }
    #qaBox .contentBox .box .each {
        width: 100%;
    }
}
