.boxTit{
    text-align: center;
}
.boxTit .titFaq{
    display: inline-block;
    padding: 0 10px;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 50px;
    background: #fff799;
}
.boxTit .txtfaq{
    padding-top: 50px;
    font-size: 16px;
    letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
    .boxTit .titFaq{
        margin-top: 5px;
        padding: 0 10px;
        font-size: 16px;
        line-height: 30px;
    }
    .boxTit .txtfaq{
        padding-top: 25px;
        font-size: 13px;
        line-height: 28px;
    }
}

/*secFlow*/
.secFlow{
    padding-top: 60px;
}
.secFlow .flowList{
    padding-top: 110px;
}
.secFlow .flowList li{
    position: relative;
    min-height: 430px;
    padding: 105px 0 105px 5%;
    border-top: solid 1px rgba(0,0,0,0.1);
}
.secFlow .flowList li::before{
    content: "";
    position: absolute;
    top: 0;
    left: 2%;
    bottom: 60px;
    width: 1px;
    background: #00a814;
}
.secFlow .flowList li:last-child::before{
    display: none;
}
.secFlow .flowList .boxNum{
    position: absolute;
    top: -46px;
    left: 0;
}
.secFlow .flowList .txtStep{
    font-size: 15px;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    text-align: center;
}
.secFlow .flowList .txtNum{
    width: 52px;
    height: 52px;
    padding-top: 14px;
    border-radius: 50%;
    background: #00a814;
    font-size: 25px;
    letter-spacing: 0.2px;
    color: #FFF;
    text-align: center;
}
.secFlow .flowList .boxImg{
    position: absolute;
    top: 65px;
    left: 5%;
}
.secFlow .flowList .boxTxt{
    padding-left: 460px;
}
.secFlow .flowList .tit{
    font-size: 22px;
    letter-spacing: 1px;    
}
.secFlow .flowList .txt{
    padding-top: 10px;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.5px;
}
.secFlow .boxTable{
    padding-top: 40px;
}
.secFlow .boxTable .tableTit{
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}
.secFlow .flowTable{
    width: 100%;
}
.secFlow .flowTable th,
.secFlow .flowTable td{
    vertical-align: middle;
    border: solid 1px #000;
}
.secFlow .flowTable tr:first-child th{
    width: auto;
    height: 90px;
    padding-left: 0;
    background: #00a814;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}
.secFlow .flowTable th{
    width: 190px;
    padding-left: 20px;
    background: #ffffed;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.secFlow .flowTable td{
    height: 55px;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
}
@media only screen and (max-width:767px){
    .secFlow{
        padding-top: 30px;
    }
    .secFlow .wrapBox{
        width: 92%;
        margin: 0 auto;
    }
    .secFlow .flowList{
        padding-top: 60px;
    }
    .secFlow .flowList .txtStep {
        font-size: 12px;
        padding-bottom: 3px;
    }
    .secFlow .flowList li {
        min-height: 0;
        padding: 20px 0 55px 25px;
    }
    .secFlow .flowList li::before {
        bottom: 40px;
        left: 10px;
    }
    .secFlow .flowList .boxNum {
        top: -34px;
        left: -7px;
    }
    .secFlow .flowList .txtNum {
        width: 36px;
        height: 36px;
        padding-top: 10px;
        font-size: 17px;
    }
    .secFlow .flowList .boxImg{
        position: static;
    }
    .secFlow .flowList .boxTxt{
        padding: 15px 0 0;
    }
    .secFlow .flowList .tit {
        font-size: 14px;
    }
    .secFlow .flowList .txt{
        font-size: 12px;
        line-height: 22px;
    }
    .secFlow .boxTable{
        padding-top: 20px;
    }
    .secFlow .boxTable .tableTit{
        font-size: 13px;
    }
    .secFlow .flowTable tr:first-child th{
        height: auto;
        min-width: 60px;
        font-size: 11px;
        line-height: 1.5;
        letter-spacing: 0;
        padding: 5px 3px;
    }
    .secFlow .flowTable th{
        width: auto;
        font-size: 11px;
        line-height: 1.5;
        letter-spacing: 0;
        padding: 5px 3px;
    }
    .secFlow .flowTable td{
        height: auto;
        font-size: 11px;
        line-height: 1.4;
        padding: 5px 3px;
    }
}

/*secFaq*/
.secFaq{
    padding-top: 100px;
    border-top: solid 2px rgba(0,0,0,0.1);
}
.secFaq .boxFaq{
    padding-top: 30px;
}
.secFaq .boxFaq dl{
    padding-top: 30px;
}
.secFaq .boxFaq dt{
    position: relative;
    top: 0;
    height: 75px;
    border: solid 1px #00a814;
    padding: 28px 0 0 95px;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: 0px 3px 0px 0px #e5e5e5;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.secFaq .boxFaq dt:hover{
    top: 3px;
    filter:alpha(opacity=80);opacity:0.8;
    box-shadow: none;
}
.secFaq .boxFaq dt::after{
    content: "";
    position: absolute;
    right: 30px;
    top: 30px;
    display: block;
    width: 30px;
    height: 15px;
    background: url(../img/faq/icoArrow.gif) bottom no-repeat;
}
.secFaq .boxFaq dt.active{
    box-shadow: none;
    top: 3px;
}
.secFaq .boxFaq dt.active::after{
    background-position: top;
}
.secFaq .boxFaq .txtQ{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 75px;
    height: 73px;
    background: #00a814;
    font-size: 28px;
    text-align: center;
    color: #FFF;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.secFaq .boxFaq dd{
    display: none;
    border-left: solid 1px #00a814;
    border-right: solid 1px #00a814;
    border-bottom: solid 1px #00a814;
    background: #fffeeb;
    padding: 25px 30px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    box-shadow: 0px 3px 0px 0px #e5e5e5;
}
@media only screen and (max-width:767px){
    .secFaq{
        padding-top: 50px;
    }
    .secFaq .wrapBox{
        width: 92%;
        margin: 0 auto;
    }
    .secFaq .boxFaq{
        padding-top: 20px;
    }
    .secFaq .boxFaq dl{
        padding-top: 10px;
    }
    .secFaq .boxFaq dt {
        position: relative;
        top: 0;
        height: auto;
        padding: 10px 35px 9px 50px;
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0;
    }
    .secFaq .boxFaq dt::after {
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 15px;
        height: 7.5px;
    }
    .secFaq .boxFaq .txtQ{
        bottom: 0;
        height: auto;
        width: 40px;
        font-size: 20px;
    }
    .secFaq .boxFaq dd{
        padding: 12px 10px 10px;
        font-size: 12px;
        line-height: 22px;
    }
}