*{
    box-sizing: border-box;
}

.header_nav.is-active{
    position: relative;
}

img{
    max-width: 100%;
    width: inherit;
}

.img_100{
    max-width: 100%;
    width: 100% !important;
}

li{
    list-style: none;
}

article{
    max-width: 1600px;
    width: 77%;
    margin: 0 auto;
    padding-bottom: 3vw;
    text-align: center;
}

h2,h3,h4,h5{
    font-weight: normal;
}

.mt_s{
    margin-top: 1vw;
}

.mt_m{
    margin-top: 3vw;
}

.fz_b{
    font-weight: bold;
}

.co_y{
    color: #F2AF00;
}

.co_f{
    color: #FFFFFF !important;
}

section.section_kv > div span img{
    width: 100%;
}

.m_br{
    display: none;
}

.pc_br{
    display: block;
}

.ratio {
    width: 99.9%;
}

/*--Btn--*/
a.yBtn{
    background-color: #F2AF00;
    border-radius: 0.3vw;
    padding: 0.3vw 1vw 0.1vw;
    color: #000;
    position: absolute;
    bottom: -1vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    transition: 0.3s ease;
}

a.yBtn::before {
    content: '';
    border-style: solid;
    border-width: 0 0.7vw 0.7vw 0.7vw;
    border-color: transparent transparent #F2AF00 transparent;
    position: absolute;
    top: -19%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.3vw;
}

a.yBtn:hover{
    -webkit-filter: brightness(125%); /* Safari */
    filter: brightness(125%);
    transition: 0.3s ease;
}

/*---apexTitle--*/
.topBg{
    display: block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#010b3c+0,8835a3+100 */
    background: rgb(1,11,60); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(1,11,60,1) 0%, rgba(136,53,163,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(1,11,60,1) 0%,rgba(136,53,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(1,11,60,1) 0%,rgba(136,53,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010b3c', endColorstr='#8835a3',GradientType=0 ); /* IE6-9 */
    height: 100px;
}

#apexTitle{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8835a3+0,260032+100 */
    background: rgb(136,53,163); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(136,53,163,1) 0%, rgba(38,0,50,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(136,53,163,1) 0%,rgba(38,0,50,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(136,53,163,1) 0%,rgba(38,0,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8835a3', endColorstr='#260032',GradientType=0 ); /* IE6-9 */
    text-align: center;
}

#apexTitle .intel{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#apexTitle .intel img{
    max-width: 92px;
    width: 15%;
}

#apexTitle .intel p{
    margin-right: 1vw;
}

.threeTips{
    margin-top: 3vw;
}

.threeTips > div{
    background: url(../images/page1/apex_titleBg.png) center 20% no-repeat;
    background-size: 80%;
}

.threeTips ul{
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
}

.threeTips ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
}

.threeTips ul li img{
    width: 4vw;
}

.threeTips ul li > *{
    margin-top: 0.8vw;
    letter-spacing: 0.03vw;
}

/*--apexCard--*/
#apexCard{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#270133+0,000000+100 */
    background: rgb(39,1,51);
    background: -moz-linear-gradient(top,  rgba(39,1,51,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(39,1,51,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(39,1,51,1) 0%,rgba(0,0,0,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#270133', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    text-align: center;
}

#apexCard > div{
    background: url(../images/page1/apexCardBg.png) top center repeat-y;
    background-size: 100%;
}

.lineTitle::before{
    content: "|";
    color: #fff;
    transform: rotate(340deg);
    display: inline-block;
    font-size: 2.5vw;
    padding-right: 0.5vw;
}

.lineTitle::after{
    content: "|";
    color: #fff;
    transform: rotate(20deg);
    display: inline-block;
    font-size: 2.5vw;
    padding-left: 0.5vw;
}

#apexCard ul{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 6.5vw;
}

#apexCard ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    border-radius: 2vw;
    border: 1px solid #fff;
    padding: 1.5vw 1.5vw 0;
    position: relative;
}

#apexCard ul li > *{
    margin-top: 0.5vw;
}

#apexCard ul li:nth-child(n+4){
    margin-top: 120px;
}

#apexCard ul li > span.icon{
    margin-top: -5vw;
    position: relative;
    width: 30%;
    padding-bottom: 6vw;
    background-color: #fff;
    border-radius: 100%;
}

#apexCard ul li > span.icon img{
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.yeTitle{
    position: relative;
    margin: 0 5%;
}

.yeTitle > *{
    position: relative;
    z-index: 20;
}

.yeTitle::after{
    content: '';
    background-color: #F2AF00;
    border-radius: 1vw;
    display: inline-block;
    width: 110%;
    height: 0.5vw;
    position: absolute;
    top: 1.3vw;
    left: -5%;
}

.yeTitle.yeh3::after{
    top: 1.5vw;
}

#apexCard ul li p{
    margin-bottom: 2vw;
    /* text-align: justify; */
}

/*--apexmovie--*/
#apexMovie{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#010101+0,6e2585+100 */
    background: rgb(1,1,1); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(1,1,1,1) 0%, rgba(110,37,133,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(1,1,1,1) 0%,rgba(110,37,133,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(1,1,1,1) 0%,rgba(110,37,133,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#6e2585',GradientType=0 ); /* IE6-9 */
    text-align: center;
}


/*--industry--*/
#apexIndustry{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6f2685+0,24022e+100 */
    background: rgb(111,38,133); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(111,38,133,1) 0%, rgba(36,2,46,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(111,38,133,1) 0%,rgba(36,2,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(111,38,133,1) 0%,rgba(36,2,46,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f2685', endColorstr='#24022e',GradientType=0 ); /* IE6-9 */
    padding-bottom: 3vw;
}

.industryBg{
    background: url(../images/page1/industryBg.png) center no-repeat;
    background-size: 100%;
}

.industryBox{
    display: flex;
    justify-content: space-around;
    max-width: 1600px;
    width: 88%;
    margin: 0 auto;
}

.industryBox li{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-top-right-radius: 1vw;
    border-top-left-radius: 1vw;
    border-bottom-right-radius: 0vw;
    border-bottom-left-radius: 0vw;
    width: 45%;
    padding: 15vw 2vw 0;
    position: relative;
    margin-bottom: 3vw;
    text-align: center;
}

.industryBox:nth-of-type(1) li:first-child{
    background-image: url(../images/page1/industryBg01.jpg);
}

.industryBox:nth-of-type(2) li:first-child{
    background-image: url(../images/page1/industryBg02.jpg);
}

.industryBox:nth-of-type(2) li:last-child{
    background-image: url(../images/page1/industryBg03.jpg);
}

.industryBox li p{
    margin-bottom: 3vw;
    text-align: left;
}

/*--apexFooter--*/
#apexFooter{
    background: url(../images/page1/apex_footer.jpg) top center no-repeat;
    background-size: cover;
    padding: 10vw 3vw;
    text-align: center;
}

@media screen and (max-width:990px) {

    .yeTitle::after {
        height: 0.7vw;
    }

    /*--apexCard--*/
    #apexCard ul{
        margin-top: 10vw;
    }

    #apexCard ul li{
        width: 45%;
        padding: 3vw 3vw 0;
    }

    #apexCard ul li > *{
        margin-top: 1.3vw;
    }

    #apexCard ul li:nth-child(n+3){
        margin-top: 120px;
    }

    #apexCard ul li > span.icon{
        padding-bottom: 8.7vw;
        margin-top: -8vw;
    }

    #apexCard ul li p{
        margin-bottom: 3vw;
    }
}

@media screen and (max-width:767px) {
    article{
        padding-bottom: 10vw;
    }

    .m_br{
        display: block;
    }

    .pc_br{
        display: none;
    }

    .mt_s {
        margin-top: 5vw;
    }

    .mt_m{
        margin-top: 8vw;
    }

    .fz_s{
        font-size: 1rem;
    }

    a.yBtn {
        padding: 1vw 3vw 0.5vw;
        bottom: -3vw;
    }

    a.yBtn::before {
        border-width: 0 1.5vw 1.5vw 1.5vw;
    }

    .lineTitle::before {
        font-size: 6vw;
        padding-right: 1.5vw;
    }

    .lineTitle::after {
        font-size: 6vw;
        padding-left: 1.5vw;
    }

    .yeTitle::after {
        height: 1vw;
        top: 4vw;
    }

    .yeTitle.br::after {
        height: 1vw;
        top: 4vw;
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }

    .yeTitle.yeh3::after{
        top: 4.5vw;
        height: 1.5vw;
    }

    /*--#apexTitle--*/
    .threeTips ul{
        flex-direction: column;
    }

    .threeTips ul li{
        width: 100%;
        margin-top: 5vw;
    }

    .threeTips ul li img {
        width: 8vw;
        margin-bottom: 1.5vw;
    }

    .intel{
        margin: 3vw 0 6vw;
    }

    /*--apexCard--*/
    #apexCard ul {
        margin-top: 20vw;
        flex-direction: column;
    }

    #apexCard ul li{
        width: 100%;
        padding: 3vw 3vw 0;
        margin-top: 120px !important;
    }

    #apexCard ul li > *{
        margin-top: 1.8vw;
    }

    #apexCard ul li:first-child{
        margin-top: 0 !important;
    }
    
    #apexCard ul li > span.icon{
        padding-bottom: 22vw;
        margin-top: -13vw;
    }

    #apexCard ul li p{
        margin-bottom: 7vw;
    }

    #apexIndustry {
        padding-bottom: 10vw;
    }

    .industryBg{
        background-size: cover;
    }

    .industryBox{
        flex-direction: column;
    }

    .industryBox li{
        width: 100%;
        margin-top: 5vw;
        padding: 15vw 7vw 0;
    }

    .industryBox li p{
        margin-bottom: 6vw;
    }
}
