.index-knowledge-box{
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    font-size: 0;
    background-image: url(../img/front/7555.jpg);
}
.index-knowledge-bc-box{
    background-color: rgba(255, 153, 153, 0.6);
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 50px;
}
.index-knowledge-all-box{
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.index-knowledge-title-box{
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.index-knowledge-title-box span{
    display: inline-block;
    width: initial;
    height: initial;
    background-image: url(../img/front/7555.jpg);
    z-index: 1;
    position: relative;
}
.index-knowledge-title{
    display: inline-block;
    width: 250px;
    font-size: 46px;
    color: #fff;
    background-color: rgba(255, 153, 153, 0.6);
    letter-spacing: 10px;
    font-weight: 700;
    box-sizing: border-box;
    padding-left: 10px;
    font-family: 'Open Sans', 'Noto Sans TC';
}
.index-knowledge-title-dashed-box{
    width: 100%;
    position: absolute;
    top: calc(50% - 1px);
    left: 0px;
    z-index: 0;
}
.index-knowledge-title-dashed{
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    height: 3px;
}
.index-knowledge-title-dashed:after{
    content: '';
    width: 100%;
    border-top: 6px dashed #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.index-knowledge-info-box{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.index-knowledge-info{
    box-sizing: border-box;
}
.index-knowledge-q-dashed{
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    height: 3px;
    margin: 10px 0;
}
.index-knowledge-q-dashed:after{
    content: '';
    width: 100%;
    border-top: 6px dashed #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.index-knowledge-q-box{
    width: 100%;
    display: block;
    font-size: 24px;
    font-family: 'Open Sans', 'Noto Sans TC';
    letter-spacing: 4px;
    font-weight: 700;
    color: #fff;
    position: relative;
    cursor: pointer;
    line-height: 2;
    box-sizing: border-box;
    padding: 0 20px;
    transition: all .3s linear;
}
.index-knowledge-q-box span{
    width: calc(100% - 79px);
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
}
.index-knowledge-q-box:before{
    content: '';
    width: 21px;
    height: 5px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
    background-color: #fff;
    transition: all .3s linear;
}
.index-knowledge-q-box:after{
    content: '';
    width: 5px;
    height: 21px;
    display: block;
    position: absolute;
    right: 8px;
    top: calc(50% - 10px);
    background-color: #fff;
    transition: all .3s linear;
}
.index-knowledge-q-box.active:before{
}
.index-knowledge-q-box.active:after{
    transform: scale(0);
}
.index-knowledge-a-box{
    background-color: #ffcccc;
    font-size: 24px;
    font-family: 'Open Sans', 'Noto Sans TC';
    display: none;
    letter-spacing: 4px;
    color: #595757;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 30px 50px;
    font-weight: 700;
    margin: 15px 0;
}
.index-knowledge-a-box span{
    font-weight: 700;
    width: calc(100% - 56px);
    vertical-align: top;
    display: inline-block;
    font-family: 'Open Sans', 'Noto Sans TC';
    word-break: break-all;
}

.index-knowledge-box .index-caption-bottom-cloud:after{
    display: none;
}
.index-knowledge-box .index-caption-bottom-cloud:last-child:after{
    background-image: url(../img/front/7555.jpg);
    z-index: 1;
    display: block;
}
.index-knowledge-box .index-caption-bottom-cloud:last-child:before{
    background-color: #ff9999;
    opacity: 0.6;
    content: '';
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.index-knowledge-box .index-caption-bottom-cloud{
    background-image: url(../img/front/7555.jpg);
    overflow: hidden;
    position: static;
}
.index-knowledge-box .index-caption-bottom-cloud-all-box{
    -webkit-filter: none;
    filter: none;
}
.index-knowledge-box .index-caption-bottom-cloud span{
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(255, 153, 153, 0.6);
}
.index-knowledge-more-box{
    display: block;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 20px;
}
.index-knowledge-more{
    background-color: #8ec31e;
    color: #fff;
    width: 235px;
    display: inline-block;
    font-size: 30px;
    border-radius: 10px;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 700;
    font-family: 'Open Sans','Noto Sans TC';
    transition: all .3s linear;
}
.index-knowledge-title-box a>span{
    background-image: none;
    font-size: 22px;
    letter-spacing: 4px;
    position: absolute;
    bottom: 20px;
    right: 0;
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans', 'Noto Sans TC';
    padding-left: 10px;
    background-color: #fbbebe;
}
#knowledge .index-knowledge-q-box{
    color: #595757;
}
#knowledge .index-knowledge-q-box:hover{
    color: #8ec31e;
}
#knowledge .index-knowledge-q-box:before,
#knowledge .index-knowledge-q-box:after{
    background-color: #595757;
}
#knowledge .index-knowledge-q-dashed:after{
    border-top-color: #595757;
}



@media only screen and (max-width: 1100px){
    .index-knowledge-all-box{
        width: 750px;
    }
}

@media only screen and (max-width: 750px){
    .index-knowledge-box{
        width: 100%;
    }
    .index-knowledge-all-box{
        width: 550px;
    }
    .index-knowledge-q-box{
        font-size: 20px;
        padding-left: 10px;
    }
    .index-knowledge-a-box{
        padding: 10px 15px;
        font-size: 20px;
    }
    .index-knowledge-title-box a>span{
        font-size: 14px;
        bottom: 10px;
    }
}
@media only screen and (max-width: 550px){
    .index-knowledge-all-box{
        width: 400px;
    }
    .index-knowledge-q-box{
        line-height: 1.6;
    }
    .index-knowledge-q-box span{
        width: calc(100% - 30px);
    }
    .index-knowledge-a-box span{
        width: calc(100% - 32px);
    }
    .index-knowledge-box .index-caption-bottom-cloud:last-child:before,
    .index-caption-bottom-cloud:after{
        height: 50%;
    }
    .index-knowledge-title{
        width: 175px;
        font-size: 34px;
        letter-spacing: 5px;
    }
    .index-knowledge-title-box{
        margin-bottom: 15px;
    }
    .index-knowledge-title-box a>span{
        letter-spacing: 1px;
        bottom: 0;
    }
}
@media only screen and (max-width: 400px){
    .index-knowledge-bc-box{
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .index-knowledge-all-box{
        width: 300px;
    }
    .index-knowledge-title{
        font-size: 24px;
        letter-spacing: 2px;
        padding-left: 2px;
        width: 125px;
    }
    .index-knowledge-title-dashed {
        height: 2px;
    }
    .index-knowledge-title-dashed:after{
        border-top-width: 3px;
    }
    .index-knowledge-q-box{
        font-size: 16px;
        padding-left: 5px;
        padding-right: 17px;
    }
    .index-knowledge-a-box{
        padding: 5px 10px;
        font-size: 16px;
        border-radius: 5px;
    }
    .index-knowledge-title-box{
        margin-bottom: 5px;
    }
    .index-knowledge-q-dashed{
        height: 2px;
    }
    .index-knowledge-q-dashed:after{
        border-top-width: 3px;
    }
    .index-knowledge-q-box:before{
        width: 17px;
        height: 3px;
        top: calc(50% - 3px);
    }
    .index-knowledge-q-box:after{
        width: 3px;
        height: 17px;
        right: 7px;
    }
    .index-knowledge-q-box span{
        width: calc(100% - 26px);
    }
    .index-knowledge-title-box a>span{
        font-size: 12px;
        bottom: -3px;
        right: -3px;
    }
}



/*hover*/
.index-knowledge-info:hover .index-knowledge-q-box{
    color: #8ec31e;
}



/*<-------------動畫------------->*/

@media only screen and (min-width: 1001px){
    .index-knowledge-title-box span,
    .index-knowledge-title-dashed-box,
    .index-knowledge-info{
        opacity: 0;
    }
    .index-knowledge-all-box.anima .index-knowledge-title-box span{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .index-knowledge-all-box.anima .index-knowledge-title-dashed-box{
        animation: line 1s ease .5s 1 both;
        opacity: 1;
    }
    .index-knowledge-info.anima{
        animation: fadeInDown 1s ease 0s 1 both;
    }
}