.sec1{
    padding:4.2% 0 5.6%;
}
.sec1 .inner{
    width:53.333%;
    line-height: 1.5;
}
.sec1 .title{
    text-align:center;
}
.sec1 .title h1{
    font-size: 3em;
    line-height: 1.2;
    margin-bottom:0.5em;
}
.sec1 .title p{    
    font-size: 1.125em;
}
.sec1 .content{
    margin: 5em 0;
}
.sec1 .content li{
    margin-bottom:3em;
}
.sec1 .content li:last-child{
    margin-bottom:0;
}
.sec1 .content h5{
    font-size: 1.125em;
    margin-bottom:0.89em;
}
.sec1 .tip{
    text-align:center;
}
.sec1 .tip h3{
    font-size: 2em;
    line-height: 1.3;
    margin-bottom:0.5em;
}
.sec1 .tip p{
    font-size: 1.125em;
    margin-bottom:1.333em;
}
.sec1 .tip a{
    border:1px solid #000;
    padding:0.75em 1.5em;
    display:inline-block;   
}

@media only screen and (max-width:1024px){
    .sec1{
        padding:17% 0 0;
    }
    .sec1 .inner{
        width:90%;
    }
    .sec1 .title h1{
        font-size: 4.5em;
        margin-bottom:0.56em;
    }
    .sec1 .title p{    
        font-size: 2em;
    }
    .sec1 .content{
        margin: 6em 0;
    }
    .sec1 .content li{
        margin-bottom:0;
        border-bottom: 1px solid #000;
    }
    .sec1 .content li:last-child{
        border-bottom: 0 none;
    }
    .sec1 .content h5{
        font-size: 2em;
        margin-bottom:0;
        padding: 1em 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .sec1 .content h5::after{
		content: "\f078";
		font-family: "fontawesome";
        flex-shrink: 0;
        margin-left: 0.5em;
        transition: transform 0.5s;
        font-weight: normal;
    }
    .sec1 .content li.active h5::after{
        transform: rotate(180deg);
    }
    .sec1 .content p{
        font-size: 2em;
        padding-bottom: 1.25em;
        display: none;
    }
    
    .sec1 .tip h3{
        font-size: 3em;
        line-height: 1.4;
    }
    .sec1 .tip p{
        font-size: 2em;
        margin-bottom:1.5em;
    }
    .sec1 .tip a{
        font-size: 2em;
    }
}