﻿.customize-box{
    width: 100%;
    display: block;
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 120px 0;
}
.customize-all-box{
    width: 1660px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    box-sizing: border-box;
    padding-top: 40px;
}
.customize-title-box{
    font-size: 36px;
    letter-spacing: 0.2em;
    line-height: 60px;
    color: #333;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 105px 0;
}
.customize-flow-title-box{
    font-family: "Noto Sans TC";
}
.customize-qa-title-box{
    font-family: "Oswald";
}

.customize-flow-info-box{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 60px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.customize-flow-info{
    width: calc(100% / 6);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 10px;
    border-right: 1px solid #eee;
    position: relative;
}
.customize-flow-info:last-child{
    border-right: none;
}
.customize-flow-info-step{
    font-family: "Oswald";
    font-size: 24px;
    letter-spacing: 0.06em;
    line-height: 36px;
    color: #000;
    box-sizing: border-box;
    padding-left: 0.06em;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 80px;
    text-align: center;
}
.customize-flow-info-step::after{
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-color: #bd9b60;
    position: absolute;
    bottom: 0;
    left: 0;
}
.customize-flow-info-icon{
    width: 70px;
    height: 70px;
    display: block;
    margin: 10px auto;
    position: relative;
}
.customize-flow-info-name{
    font-family: "Noto Sans TC";
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.4;
    color: #000;
    text-align: center;
}
.customize-flow-info-text{
    font-family: "Noto Sans TC";
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #666;
    box-sizing: border-box;
    padding: 15px 20px;
}
.customize-flow-info::after{
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    color: #bd9b60;
    line-height: 1;
    position: absolute;
    right: -12px;
    top: calc(50% - 12px - 5px);
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px 0;
}
.customize-flow-info:last-child::after{
    display: none;
}


.customize-qa-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.customize-qa-info{
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    position: relative;
    transition: all .3s linear;
}
.customize-qa-info.active{
    border-color: #bd9b60;
}
.customize-qa-info::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.customize-qa-info.active::after{
    background-color: #bd9b60;
    z-index: 1;
}
.customize-qa-info-q{
    box-sizing: border-box;
    padding: 22px 0;
    cursor: pointer;
}
.customize-qa-info-q-en{
    width: 70px;
    font-family: "Oswald";
    font-size: 36px;
    line-height: 1;
    color: #333;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.customize-qa-info-q-text{
    width: calc(100% - 70px);
    font-family: "Noto Sans TC";
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 20px;
    color: #333;
    box-sizing: border-box;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.customize-qa-info-a{
    box-sizing: border-box;
    padding: 22px 0;
    display: none;
}
.customize-qa-info-a-en{
    width: 70px;
    font-family: "Oswald";
    font-size: 36px;
    line-height: 1;
    color: #bd9b60;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.customize-qa-info-a-text{
    width: calc(100% - 70px);
    font-family: "Noto Sans TC";
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 36px;
    color: #666;
    box-sizing: border-box;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
}









@media only screen and (max-width: 1660px){
    .customize-all-box{
        width: 1600px;
    }
}
@media only screen and (max-width: 1600px){
    .customize-all-box{
        width: 1400px;
    }
}
@media only screen and (max-width: 1400px){
    .customize-all-box{
        width: 1200px;
    }
}
@media only screen and (max-width: 1200px){
    .customize-box{
        padding: 80px 0;
    }
    .customize-all-box{
        width: 1000px;
    }
    .customize-flow-info{
        padding: 0 10px;
    }
    .customize-flow-info-text{
        padding: 10px 10px;
    }
}
@media only screen and (max-width: 1000px){
    .customize-box{
        padding: 60px 0;
    }
    .customize-all-box{
        width: 750px;
    }
    .customize-title-box{
        line-height: 50px;
        padding: 60px 0;
    }
    .customize-flow-info-name{
        font-size: 16px;
    }
    .customize-flow-info-text{
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px){
    .customize-box{
        padding-bottom: 40px;
    }
    .customize-all-box{
        width: 550px;
        padding-top: 20px;
    }
    .customize-title-box{
        line-height: 40px;
        padding: 40px 0;
        font-size: 28px;
    }
    .customize-flow-info-box{
        padding: 30px 0;
        display: block;
        border-bottom: none;
    }
    .customize-flow-info{
        width: 100%;
        display: block;
        padding: 20px 0;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    .customize-flow-info-text{
        padding: 10px 0;
    }
    .customize-flow-info::after{
        top: calc(100% - 13px);
        right: calc(50% - 14px);
        padding: 5px 5px;
        transform: rotateZ(90deg);
        font-size: 18px;
    }

    .customize-qa-info-q{
        padding: 12px 0;
    }
    .customize-qa-info-q-en{
        font-size: 28px;
    }
    .customize-qa-info-q-text{
        font-size: 16px;
        padding-right: 10px;
    }
    .customize-qa-info-a{
        padding: 12px 0;
    }
    .customize-qa-info-a-en{
        font-size: 28px;
    }
    .customize-qa-info-a-text{
        padding-right: 10px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 550px){
    .customize-box{
        padding-bottom: 20px;
    }
    .customize-all-box{
        width: calc(100% - 40px);
        padding-top: 10px;
    }
    .customize-title-box {
        line-height: 30px;
        padding: 20px 0;
        font-size: 20px;
    }
    .customize-flow-info-box {
        padding: 10px 0;
    }
    .customize-flow-info-step{
        font-size: 16px;
        width: 50px;
        line-height: 24px;
    }
    .customize-flow-info-icon{
        width: 50px;
        height: 50px;
        margin: 5px auto;
    }
    .customize-flow-info-text{
        padding: 5px 0;
        line-height: 1.2;
    }
    
    .customize-qa-info-q{
        padding: 12px 0;
    }
    .customize-qa-info-q-en{
        width: 40px;
        font-size: 20px;
    }
    .customize-qa-info-q-text{
        width: calc(100% - 40px);
        font-size: 14px;
        padding-right: 5px;
    }
    .customize-qa-info-a{
        padding: 12px 0;
    }
    .customize-qa-info-a-en{
        width: 40px;
        font-size: 20px;
    }
    .customize-qa-info-a-text{
        width: calc(100% - 40px);
        font-size: 14px;
        line-height: 20px;
        padding-right: 5px;
    }
}




@media only screen and (min-width: 769px){
    .customize-qa-info:hover{
        background-color: rgba(0, 0, 0, 0.05);
    }
    .customize-flow-title-box,
    .customize-flow-info-box,
    .customize-qa-info-box{
        opacity: 0;
    }
    .customize-flow-title-box.anima{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .customize-flow-info-box.anima{
        animation: fade 1s ease .4s 1 both;
    }
    .customize-qa-info-box.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
}