﻿.process-box{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 100vh;
    padding-top: 130px;
    transition: all .3s linear;
}

.process-all-box{
    width: 1600px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
    padding: 190px 0;
    position: relative;
    z-index: 1;
}
.process-bg-box{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.process-bg-box .main-bg{
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
.process-bg-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    opacity: 0.7;
}
.process-title{
    font-size: 36px;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 1;
    font-family: 'Noto Sans TC';
    font-weight: 700;
}
.process-title-en{
    font-size: 100px;
    color: #965455;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-top: 40px;
    margin-left: -10px;
    font-family: 'Roboto';
    font-weight: 100;
}
.process-info-box{
    width: 100%;
    display: block;
    margin-top: 60px;
}
.process-info{
    width: 199px;
    height: 360px;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(255, 255, 255, 0.3);
    margin-right: 1px;
    transition: all .3s linear;
}
.process-info>span{
    display: block;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 30px;
    font-family: 'Roboto';
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    padding: 45px 0;
    padding-left: 0.2em;
}
.process-info p{
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 30px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    writing-mode: vertical-lr;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.process-info p>span{
    font-size: 14px;
    font-weight: 300;
    position: relative;
    left: -2px;
    top: -1px;
    letter-spacing: 0.01em;
}




@media only screen and (max-width: 1600px){
    .process-all-box{
        width: 1400px;
    }
    .process-info{
        width: calc(100% / 8 - 1px);
    }
}
@media only screen and (max-width: 1400px){
    .process-all-box{
        width: 1200px;
        padding: 140px 0;
    }
}
@media only screen and (max-width: 1200px){
    .process-all-box{
        width: 1000px;
        padding: 100px 0;
    }
}
@media only screen and (max-width: 1000px){
    .process-box{
        padding-top: 80px;
    }
    .process-all-box{
        width: 750px;
        padding: 60px 0;
    }
    .process-title{
        font-size: 26px;
        line-height: 40px;
    }
    .process-title-en{
        font-size: 60px;
        line-height: 40px;
        margin-top: 20px;
        margin-left: -6px;
    }
}
@media only screen and (max-width: 768px){
    .process-all-box{
        width: 550px;
        padding: 40px 0;
    }
    .process-title{
        font-size: 22px;
        line-height: 30px;
    }
    .process-title-en{
        font-size: 40px;
        line-height: 26px;
        margin-top: 10px;
        margin-left: -2px;
    }
    .process-info-box{
        margin-top: 30px;
    }
    .process-info{
        width: 100%;
        height: initial;
        display: block;
        margin-right: 0;
        margin-bottom: 1px;
    }
    .process-info>span{
        width: 100px;
        display: inline-block;
        vertical-align: middle;
        padding: 30px 0;
    }
    .process-info p{
        width: calc(100% - 100px);
        display: inline-block;
        vertical-align: middle;
        padding-right: 20px;
        padding-bottom: 0;
        writing-mode: initial;
    }
}
@media only screen and (max-width: 550px){
    .process-box{
        padding-top: 60px;
    }
    .process-all-box{
        width: 95vw;
        padding: 20px 0;
    }
    .process-title{
        font-size: 18px;
        line-height: 24px;
    }
    .process-title-en{
        font-size: 30px;
        line-height: 20px;
        margin-left: 0;
    }
    .process-info-box{
        margin-top: 20px;
    }
    .process-info>span{
        width: 60px;
        padding: 20px 0;
        font-size: 16px;
        letter-spacing: 0.1em;
        line-height: 24px;
    }
    .process-info p{
        width: calc(100% - 60px);
        padding-right: 10px;
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 24px;
    }
    .process-info p>span{
        font-size: 12px;
        top: 0px;
        left: -1px;
    }
}



@media only screen and (min-width: 1001px){
    .process-title,
    .process-title-en,
    .process-info{
        opacity: 0;
    }
    .process-all-box.anima .process-title{
        animation: fadeInDown 1s ease .6s 1 both;
    }
    .process-all-box.anima .process-title-en{
        animation: fadeInRight 1s ease 0s 1 both;
    }
    .process-info-box.anima .process-info:nth-child(1){
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .process-info-box.anima .process-info:nth-child(2){
        animation: fadeInUp 1s ease 0.1s 1 both;
    }
    .process-info-box.anima .process-info:nth-child(3){
        animation: fadeInUp 1s ease 0.2s 1 both;
    }
    .process-info-box.anima .process-info:nth-child(4){
        animation: fadeInUp 1s ease 0.3s 1 both;
    }
    .process-info-box.anima .process-info:nth-child(5){
        animation: fadeInUp 1s ease 0.4s 1 both;
    }
    .process-info-box.anima .process-info:nth-child(6){
        animation: fadeInUp 1s ease 0.5s 1 both;
    }
    .process-info-box.anima .process-info:nth-child(7){
        animation: fadeInUp 1s ease 0.6s 1 both;
    }
    .process-info-box.anima .process-info:nth-child(8){
        animation: fadeInUp 1s ease 0.7s 1 both;
    }

    .process-info:hover{
        background-color: rgba(255, 255, 255, 0.45);
    }
}