﻿.main-paddingTop{
    padding-top: 90px;
    /* min-height: calc(100vh - 90px); */
}


/* index-one */
.index-one-box{
    width: 100%;
    display: block;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    height: calc((960 / 1920) * 100vw);
}
.index-one-bc-box {
    width: 100%;
    height: 100%;
    position: relative;
}
.index-one-bc-box img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.index-one-all-box{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    /* margin-bottom: 100px;
    box-sizing: border-box;
    padding-top: 440px; */
    display: block;
    font-size: 0;
    position: relative;
    z-index: 1;
}
.index-one-title-box{
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 50px 0;
}
.index-one-title-box h2{
    font-size: 28px;
    line-height: 40px;
    display: block;
    color: #000;
    letter-spacing: 0.08em;
    font-family: "jf-openhuninn";
    font-weight: 400;
    font-style: italic;
}
.index-one-title-box span{
    font-family: "Roboto";
    font-weight: 500;
    color: #79be3f;
}
.index-one-text{
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 1.4;
    color: #666;
    letter-spacing: 0.08em;
    font-family: "jf-openhuninn";
    font-weight: 300;
}
.index-one-text p{
    text-align: justify;
}
.index-one-text span{
    color: #64A600;
    font-weight: 600;
}
.index-one-info-box{
    margin-top: 90px;
}
.index-one-info-box .index-one-title-box span{
    font-family: "jf-openhuninn";
    font-weight: inherit;
}

.index-one-info-all-box{
    width: 100%;
    display:         flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row;
    margin-top: 80px;
}
.index-one-info{
    width: 200px;
    height: 200px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 1px;
    background: #4ccff2; /* Old browsers */
    background: -moz-linear-gradient(top,  #4ccff2 0%, #64A600 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #4ccff2 0%,#64A600 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #4ccff2 0%,#64A600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ccff2', endColorstr='#64A600',GradientType=0 ); /* IE6-9 */
}
.index-one-info-img-box{
    width: 100%;
    height: 100%;
    background-color: #fff;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.index-one-info-img{
    width: 60%;
    text-align: center;
}
.index-one-info-name{
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
    color: #79be3f;
    letter-spacing: 0.08em;
    font-family: "jf-openhuninn";
}
.index-one-info-text p{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    letter-spacing: 0.08em;
    font-family: "jf-openhuninn";
}
.index-one-btn-box{
    text-align: center;
    margin-top: 80px;
}
/* .index-one-btn{
    width: 260px;
    text-align: center;
    display: inline-block;
    padding: 1px;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.2em;
    color: #000;
    background-color: #fff;
    line-height: 58px;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ccff2', endColorstr='#64A600',GradientType=0 );
    background: #4ccff2;
    background: -moz-linear-gradient(top,  #4ccff2 0%, #64A600 100%);
    background: -webkit-linear-gradient(top,  #4ccff2 0%,#64A600 100%); 
    background: linear-gradient(to bottom,  #4ccff2 0%,#64A600 100%);
    transition: all .3s linear;
} */
.index-one-btn{
    position: absolute;
    width: calc((195 / 1920) * 100vw);
    height: calc((70 / 960) * ((960 / 1920) * 100vw));
    background-color: #000;
    bottom: calc((182 / 960) * ((960 / 1920) * 100vw));;
    left: 15.70%;
    opacity: 0;
}
.index-one-btn-bg{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.index-one-btn i{
    color: #64A600;
    margin-right: 5px;
}

/* index-two */
.index-two-box{
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-top: 100px;
    overflow: hidden; 
}
.index-two-info-box{
    width: 100%;
    position: absolute;
    bottom: calc(80px - ((2 / 100) * (1920px - 100vw)));
    height: calc((320 / 150) * ((100vw / 8) - 102px) - 8px) ;
    /* bottom: 80px; */
    left: 0;
    display: block;
    white-space: nowrap;
}
.index-two-info-all-box{
    display: inline-block;
    position: absolute;
    left: 0%;
    top: 0;
}
.index-two-info{
    width: calc(100vw / 8);
    padding: 0 45px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
}
.index-two-info-text-box{
    position: absolute;
    max-width: calc(100% - 40px);
    bottom: 100%;
    left: 20px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s linear;
}
.index-two-info:hover .index-two-info-text-box{
    opacity: 1;
    pointer-events: all;
}
.index-two-info-text{
    font-size: 16px;
    color: #000;
    font-family: "jf-openhuninn";
    position: relative;
    white-space: initial;
}
.index-two-info-text p{
    max-width: 100%;
    word-break: break-all;
}
.index-two-info-text span{
    position: absolute;
    bottom: -26px;
    left: calc(50% - 20px);
    color: #fff;
    text-shadow: 0 5px 5px rgba(0,0,0,0.15);
    /* transform: scaleY(0.65); */
    transform: rotateZ(-25deg) translateY(6px);
}

/* index-thr */
.index-thr-box{
    width: 100%;
    display: block;
    position: relative;
    background-color: rgba(11, 113, 113, 0.05);
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 0;
    margin-top: 90px;
    z-index: 2;
}
.solution-box .index-thr-box{
    margin-top: 0;
}
.index-thr-all-box{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    display: block;
    font-size: 0;
    position: relative;
    z-index: 1;
}
.index-thr-title-box{
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 50px 0;
}
.index-thr-title-box h2{
    font-size: 36px;
    line-height: 60px;
    display: block;
    color: #000;
    letter-spacing: 0.08em;
    font-family: "jf-openhuninn";
}
.index-thr-info-all-box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}
.index-thr-info{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #666;
    letter-spacing: 0.08em;
    font-family: "jf-openhuninn";
    cursor: pointer;
    transition: all .3s linear
}
.index-thr-list-box{
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.index-thr-list{
    font-size: 16px;
    line-height: 1.4;
    font-family: "jf-openhuninn";
    letter-spacing: 0.06em;
    display: none;
}
.index-thr-list.activeSelect{
    display: block;
}

/* index-for */
.index-for-box{
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 100px 0;
    background-color: rgba(11, 113, 113, 0.05);
    background-color: #fff;
    font-size: 0;
}
.index-for-all-box{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    display: block;
    font-size: 0;
    position: relative;
    z-index: 1;
}
.index-for-title-box{
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 50px 0;
}
.index-for-title-box h2{
    font-size: 36px;
    line-height: 60px;
    display: block;
    color: #000;
    letter-spacing: 0.08em;
    font-family: "jf-openhuninn";
    font-weight: 400;
    /* font-style: italic; */
}
.index-for-info{
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 0 10vw
}
.index-for-info:nth-child(even){
    justify-content: flex-end;
}
.index-for-info-text{
    width: calc(50% + 50px);
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px 10%;
    background-color: rgba(239, 239, 239, 0.8);
}
.index-for-info-text p{
    font-size: 28px;
    line-height: 1.2;
    color: #333;
    letter-spacing: 0.08em;
    font-family: "jf-openhuninn";
    font-weight: 700;
}
.index-for-info-text span{
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    letter-spacing: 0.08em;
    font-family: "jf-openhuninn";
    margin-top: 20px;
}
/* index-fiv */
.index-fiv-box{
    width: 100%;
    display: block;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    padding-bottom: 100px;
    /* background-color: rgba(11, 113, 113, 0.05); */
    font-size: 0;
}
.index-fiv-info-list{
    box-sizing: border-box;
    background-color: #888;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: all .3s linear;
    overflow: hidden;
}
.index-fiv-info-list-en{
    font-family: "jf-openhuninn";
    font-weight: 700;
    font-size: 1.125rem;
    color: #fff;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 15px;
    text-align: center;
    line-height: 2;
    transition: all 0.3s linear;
}
.index-fiv-info-list-title-box{
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    padding: 20px 30px;
    transition: all 0.3s linear;
}
.index-fiv-info-list-title{
    width: calc(100% - 30px);
    font-family: "jf-openhuninn";
    font-size: 1.125rem;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 7px 0;
    padding-right: 30px;
    position: relative;
    transition: all 0.3s linear;
}
.index-fiv-info-list-title:after{
    content: '▼';
    font-family: "jf-openhuninn";
    font-weight: 700;
    font-size: 0.75rem;
    color: #fff;
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    transition: all 0.3s linear;
}
.index-fiv-info-list-title-box.active .index-fiv-info-list-title:after{
    transform: rotateX(180deg);
}
.index-fiv-info-list-text-box{
    display: none;
    box-sizing: border-box;
    padding: 20px 30px;
    padding-top: 20px;
    background-color: #fff;
}
.index-fiv-info-list-text{
    width: calc(100% - 30px);
    font-family: "jf-openhuninn";
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 2;
    color: #666;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: top;
}

.index-fiv-info-list:hover,
.index-fiv-info-list.active{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.index-fiv-info-list.active .index-fiv-info-list-title-box,
.index-fiv-info-list:hover .index-fiv-info-list-title-box{
    background-color: #64A600;
}


/*過場動畫*/

.dt-loading-2 {
    width: 100%;
    height: 100vh;
    display: table;
    position: fixed;
    top: 0;
    z-index: 99999;
    transition: all .4s linear;
    background-color: #FFF;
}

.laying-2 {
   display: table-cell;
   vertical-align: middle;
}

.loading-logo-box{
    width: 154px;
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.loading-log{
    width: 100%;
    display: block;
    position: relative;
 
}
.loading-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: #FFF;
    right: 0%;
    animation:  right2 2s linear 0s 1 forwards;

}

/*fancy-box*/

.fancybox-table{
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.fancybox-table.active{
    display: table;
}
.fancybox-table-mid{
    display: table-cell;
    vertical-align: middle;
}
.fancybox-box{
    width: 800px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.fancybox-img-box{
    width: 100%;
    height: 600px;
    display: block;
    margin-bottom: 10px;
    border: 1px solid rgba(255,255,255,0.2);
}
.fancybox-article{
    max-height: calc(100vh - 700px);
    overflow: auto;
}
.fancybox-article-title{
    font-size: 20px;
    color: #FFF;
    letter-spacing: 2px;
}
.fancybox-article-p{
    font-size: 16px;
    display: block;
    color: #FFF;
}

.fancybox-mask-box{
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
}
.fancybox-close{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ddd;
    cursor: pointer;
    z-index: 3;
}
.body-close{
    overflow: hidden;

}
.body-close::-webkit-scrollbar{
    display:none;
}

.fancybox-link{
    position: fixed;
    text-align: center;
    top: calc(50% - 31px);
}
.news-prev{
    right: calc(50% + 427px);
}
.news-next{
    left: calc(50% + 427px);
}
.fancybox-link i{
    font-size: 24px;
    color: #FFF;
    display: block;
    margin-bottom: 10px;
}
.fancybox-link p{
    font-size: 18px;
    color: #FFF;
}
.fancybox-block{
    width: 100%;
    max-height: 100vh;
    overflow: auto;

}
.fancybox-block::-webkit-scrollbar{
    display:none;
}


/*----------------------------*/

.rwd-menu-class-list{
    width: 100%;
    height: 46px;
    border: 1px solid #888;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    display: none;
    line-height: 46px;
    position: relative;
    box-sizing: border-box;
}
.rwd-menu-class-list:after {
    content: '';
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 10px solid transparent;
    border-top: 10px solid #888;
    border-left: 10px solid transparent;
    display: block;
    position: absolute;
    bottom: calc(50% - 5px);
    right: 5%;
    box-sizing: border-box;
}

/*--------------confirm-block--------------*/
.confirm-block{    
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
}
.confirm-box{
    max-width: 500px;
    min-width: 200px;
    width: 400px;
    padding: 40px 30px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.confirm-info-box{
    position: relative;
}
.confirm-out{
    width: 20px;
    height: 20px;
    max-width: 100%;
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #FFF;
    top: 4%;
    right: 4%;
    cursor: pointer;
}
.confirm-out span{
    width: 15px;
    height: 1px;
    background-color: #FFF;
    display: block;
    margin: 0 auto;
    position: relative;
}
.confirm-out{
    z-index: 6;
}
.confirm-out span:nth-child(1){
    top: 9px;
    left: 0.5px;
    transform: rotate(45deg);
}
.confirm-out span:nth-child(2){
    top: 8px;
    left: 0.5px;
    transform: rotate(-45deg);
}
.confirm-info-title{
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    transform: scaleY(1.05);
}
.confirm-info-p {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    letter-spacing: 1px;
    transform: scaleY(1.05);
}
.confirm-info-p:last-child {
    margin-bottom: 0;
}
.confirm-status {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 20px;
}
.confirm-status-save, .confirm-status-no {
    width: 100px;
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    transition: all .5s ease;
    cursor: pointer;
    background-color: inherit;
    color: #000;
    font-size: 14px;
    padding: 8px 0;
    letter-spacing: 1px;
    border: 1px solid #999;
    margin: 15px;
    outline: none;
}
.confirm-status-save:hover, 
.confirm-status-no:hover{
    background-color: #555;
    color: #fff;
}
@media only screen and (max-width: 520px){

    .confirm-box{
        width: 95%;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 30px 20px;
    }
    .confirm-info-p{
        font-size: 14px;
    }
}
/*--------------noInformation--------------*/
.noInformation{
    display: block;
    font-size: 12px;
}


@media only screen and (max-width: 1400px){
    .index-two-info-box{
        bottom: calc(60px - ((2 / 100) * (1920px - 100vw)));
        height: calc((320 / 150) * ((100vw / 6) - 102px) - 8px);
    }
    .index-two-info {
        width: calc(100vw / 6);
    }
    .index-for-box{
        padding: 80px 0;
    }
    .index-fiv-box{
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 1200px){
    .index-thr-all-box{
        width: 1000px;
    }
}
@media only screen and (max-width: 1000px){
    .main-paddingTop{
        padding-top: 77px;
    }
    .index-two-info-box{
        bottom: calc(35px - ((2 / 100) * (1920px - 100vw)));
        height: calc((320 / 150) * ((100vw / 6) - 53px) - 8px);
    }
    .index-two-info {
        padding: 0 25px;
    }


    .index-for-box{
        padding: 60px 0;
    }
    .index-for-title-box,
    .index-thr-title-box{
        padding: 40px 0;
    }
    .index-for-title-box h2,
    .index-thr-title-box h2{
        font-size: 30px;
        line-height: 2;
    }

    .index-fiv-box{
        padding-bottom: 60px;
    }
    .index-thr-all-box{
        width: 750px;
        margin-bottom: 60px;
    }
}
@media only screen and (min-width: 769px){
    .index-thr-info.activeSelect{
        background-color: #64A600;
        color: #fff;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
}
@media only screen and (max-width: 768px){
    .index-two-info-box{
        bottom: calc(12px - ((2 / 100) * (1920px - 100vw)));
        height: calc((320 / 150) * ((100vw / 4) - 52px) - 8px);
    }
    .index-two-info {
        width: calc(100vw / 4);
    }

    .index-for-box{
        padding: 40px 0;
    }
    .index-for-title-box,
    .index-thr-title-box{
        padding: 20px 0;
    }
    .index-for-title-box h2,
    .index-thr-title-box h2{
        font-size: 24px;
    }
    .index-for-info{
        height: 400px;
    }
    .index-for-info-text{
        width: calc(80%);
    }
    .index-for-info-text p{
        font-size: 20px;
    }
    .index-fiv-box{
        padding-bottom: 40px;
    }
    .index-thr-all-box{
        width: 550px;
    }

    .rwd-index-thr-info{
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        background-color: #64A600;
        color: #fff;
        letter-spacing: 0.08em;
        font-family: "jf-openhuninn";
        cursor: pointer;
        transition: all .3s linear;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        position: relative;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .rwd-index-thr-info:after {
        content: '▼';
        font-family: "jf-openhuninn";
        font-weight: 700;
        font-size: 0.75rem;
        color: #fff;
        position: absolute;
        top: calc(50% - 20px);
        right: 10px;
        transition: all 0.3s linear;
    }
    .index-thr-info-all-box{
        display: none;
        width: 100%;
        position: absolute;
        background-color: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.5);
    }
}
@media only screen and (max-width: 550px){
    .main-paddingTop{
        padding-top: 71px;
    }
    .index-two-box {
        padding-top: 0;
    }
    .index-two-info {
        padding: 0 10px;
    }
    .index-two-info-box{
        bottom: 0px;
        height: calc((320 / 150) * ((100vw / 4)));
        z-index: 1;
    }
    .index-two-bg-box{
        position: relative;
        height: calc((400 / 550) * 100vw);
    }
    .index-two-bg-box img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index-two-info-text-box{
        padding: 10px;
        max-width: calc(100% - 20px);
    }
    .index-two-info-text span{
        bottom: -21px;
    }

    .index-for-box{
        padding: 20px 0;
    }
    .index-for-title-box,
    .index-thr-title-box{
        padding: 10px 0;
    }
    .index-for-title-box h2,
    .index-thr-title-box h2{
        font-size: 20px;
    }
    .index-for-info-text{
        padding: 10px 20px;
    }
    .index-for-info-text p{
        font-size: 18px;
    }
    .index-for-info-text span{
        margin-top: 10px;
    }
    .index-fiv-box{
        padding-bottom: 20px;
    }

    .index-thr-all-box{
        width: calc(100vw - 40px);
        margin-bottom: 40px;
    }
    .index-fiv-info-list-title-box{
        padding: 10px 20px;
    }
    .index-fiv-info-list-text-box{
        padding: 10px 20px;
    }
    .index-fiv-info-list-text{
        font-size: 1rem;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 400px){
    .main-paddingTop{
        padding-top: 65px;
    }
    .index-two-box{
        padding-top: calc((300 / 150) * ((100vw / 3)) - (100vw / 3));
    }
    .index-two-bg-box{
        height: calc((100vw / 3) - 5vw);
    }
    .index-two-info-all-box{
        top: initial;
        bottom: 0;
    }
    .index-two-info-box{
        height: calc((300 / 150) * ((100vw / 3) - 10vw));
    }
    .index-two-info {
        width: calc(100vw / 3);
        padding: 0 5vw;
    }
    .index-two-info-text-box{
        max-width: 100%;
    }
}


@media only screen and (min-width: 1001px){
    .index-two-box,
    .index-for-title-box,
    .index-for-info,
    .index-for-info-text,
    .index-thr-title-box,
    .index-fiv-info-box,
    .index-thr-info-box,
    .index-thr-list-box{
        opacity: 0;
    }
    .index-two-box.anima{
        animation: fade 1s ease 0s 1 both;
    }
    .index-for-title-box.anima,
    .index-thr-title-box.anima{
        animation: fadeInUp 1s ease .3s 1 both;
    }
    .index-for-info.anima{
        animation: fade .6s ease 0s 1 both;
    }
    .index-for-info:nth-child(odd).anima .index-for-info-text{
        animation: fadeInLeft 1s ease .6s 1 both;
    }
    .index-for-info:nth-child(even).anima .index-for-info-text{
        animation: fadeInRight 1s ease .6s 1 both;
    }
    .index-fiv-info-box.anima{
        animation: fadeInDown 1s ease .3s 1 both;
    }
    .index-thr-info-box.anima,
    .index-thr-list-box.anima{
        animation: fade 1s ease 0s 1 both;
    }
}