@charset "UTF-8";

body{
    background-color:#fbfbfb;
}


.Custom-System .top_area{
    width: 100%;
    height: 46vh;
    background-color: #ff85b6;
    background-image: url(../images/Web_Design_pic.png);
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 30%;
    position: relative;
}

.Custom-System .top_area::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 150px 0 150px;
    border-color: #ff85b6 transparent transparent transparent;
    position: absolute;
    left: calc(50% + -150px);
    bottom: -80px;
}

.Custom-System .top_area .text_box{
    color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    letter-spacing: 10px;
    padding-top: 5%;
    padding-left: 5%;
}

.Custom-System .top_area .text_box h2{
    font-size: 60px;
    line-height: 1.44;
}

.Custom-System .top_area .text_box span{
    font-size: 50px;
    padding-left: 5px;
}

.Custom-System .top_area .text_box p{
    width: 35%;
    font-size: 16px;
    letter-spacing: 5px;
    padding-left: 10px;
    padding-top: 40px;
    font-weight: 400;
    line-height: 1.66;
}

.Custom-System .bottom_area{
    display: flex;
    width: 100%;
    background-color: #fbfbfb;
}

.Custom-System .bottom_area .mix_box_L img,
.Custom-System .bottom_area .mix_box_R img{
    width: 220px;
    display: inline;
}

.Custom-System .bottom_area .mix_box{
    color: #1a355b;
    width: 50%;
    display: block;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    margin-top: 40px;
}

.Custom-System .bottom_area .mix_box h3{
    font-size: 24px;
    font-weight: 600;
    padding-top: 40px;
}

.Custom-System .bottom_area .mix_box p{
    margin: auto;
    width: 75%;
    font-size: 16px;
    padding-top: 20px;
    line-height: 1.66;
}

/* ============================= 一頁式網頁 ================================= */

.One-Page-Web .top_area{
    width: 100%;
    height: 46vh;
    background-color: #15aabf;
    background-image: url(../images/OnePageWeb_pic.png);
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 25%;
    position: relative;
}

.One-Page-Web .top_area::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 150px 0 150px;
    border-color: #15aabf transparent transparent transparent;
    position: absolute;
    left: calc(50% + -150px);
    bottom: -80px;
}

.One-Page-Web .top_area .text_box{
    color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    letter-spacing: 10px;
    padding-top: 5%;
    padding-left: 5%;
}

.One-Page-Web .top_area .text_box h2{
    font-size: 60px;
    line-height: 1.44;
}

.One-Page-Web .top_area .text_box span{
    font-size: 50px;
    padding-left: 5px;
}

.One-Page-Web .top_area .text_box p{
    width: 35%;
    font-size: 16px;
    letter-spacing: 5px;
    padding-left: 10px;
    padding-top: 40px;
    font-weight: 400;
    line-height: 1.66;
}


.One-Page-Web .bottom_area{
    display: flex;
    width: 100%;
    height: 55vh;
    position: relative;
    z-index: -1;
    background-color: #fbfbfb;
}

.One-Page-Web .bottom_area .mix_box{
    color: #1a355b;
    width: 50%;
    display: block;
    font-family: 'Noto Sans TC', sans-serif;
}

.One-Page-Web .bottom_area .mix_box .top,
.One-Page-Web .bottom_area .mix_box .bottom{
    height: 50%;
}

.One-Page-Web .bottom_area .mix_box_L h3{
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
    margin-left: 10%;
}

.One-Page-Web .bottom_area .mix_box_L div:nth-child(1),
.One-Page-Web .bottom_area .mix_box_R div:nth-child(2){
    background-color: #f0f0f0;
}

.One-Page-Web .bottom_area .mix_box_L p{
    margin: auto 10%;
    width: 60%;
    font-size: 16px;
    padding-top: 20px;
    line-height: 1.88;
    text-align: justify;
}

.One-Page-Web .bottom_area .mix_box_R h3{
    text-align: right;
    margin-right: 10%;
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
}

.One-Page-Web .bottom_area .mix_box_R p{
    margin: auto 30%;
    width: 60%;
    font-size: 16px;
    padding-top: 20px;
    line-height: 1.88;
    text-align: justify;
}

.One-Page-Web .bottom_area .pic{
    position: absolute;
    left: calc(50% + -225px);
    bottom: 0;
}

.One-Page-Web .bottom_area .pic img{
    width: 450px;
}

/* ============================= 電子裱版 ================================= */


.Multimedia .top_area{
    width: 100%;
    height: 46vh;
    background-color: #17cab3;
    background-image: url(../images/Multimedia_pic.png);
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 30%;
    position: relative;
}

.Multimedia .top_area::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 150px 0 150px;
    border-color: #17cab3 transparent transparent transparent;
    position: absolute;
    left: calc(50% + -150px);
    bottom: -80px;
}

.Multimedia .top_area .text_box{
    color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    letter-spacing: 10px;
    padding-top: 5%;
    padding-left: 5%;
}

.Multimedia .top_area .text_box h2{
    font-size: 60px;
    line-height: 1.44;
}

.Multimedia .top_area .text_box span{
    font-size: 50px;
    padding-left: 5px;
}

.Multimedia .top_area .text_box p{
    width: 35%;
    font-size: 16px;
    letter-spacing: 5px;
    padding-left: 10px;
    padding-top: 40px;
    font-weight: 400;
    line-height: 1.66;
}


.Multimedia .bottom_area{
    display: flex;
    width: 100%;
    height: 55vh;
    background-color: #fbfbfb;
}

.Multimedia .bottom_area .mix_box_L img{
    /* margin-left: 200px; */
    width: 350px;
}

.Multimedia .bottom_area .mix_box{
    color: #1a355b;
    width: 50%;
    display: block;
    font-family: 'Noto Sans TC', sans-serif;
    margin-top: 60px;
}

.Multimedia .bottom_area .mix_box h3{
    font-size: 24px;
    font-weight: 500;
    padding-top: 40px;
    line-height: 1.66;
    font-weight: 600;
}

.Multimedia .bottom_area .mix_box p{
    margin: auto;
    width: 100%;
    font-size: 16px;
    padding-top: 20px;
    line-height: 1.66;
}

.Multimedia .bottom_area .mix_box_L{
    text-align: center;
}

.Multimedia .bottom_area .mix_box_R{
    width: 37%;
    margin-left: 8.5%;
}

@media screen and (max-width: 1200px){
    .Custom-System .top_area .text_box p,
    .One-Page-Web .top_area .text_box p,
    .Multimedia .top_area .text_box p{
        width: 60%;
    }
}

@media screen and (max-width: 767px){
    .Custom-System .top_area,
    .One-Page-Web .top_area,
    .Multimedia .top_area{
        height: 140px;
    }
    .Custom-System .top_area .text_box, 
    .One-Page-Web .top_area .text_box,
    .Multimedia .top_area .text_box{
        padding-top: 20px;
        padding-left: 20px;
    }
    .Custom-System .top_area .text_box h2, 
    .One-Page-Web .top_area .text_box h2,
    .Multimedia .top_area .text_box h2{
        font-size: 32px;
        padding-top: 10px;
    }
    .Custom-System .top_area .text_box span, 
    .One-Page-Web .top_area .text_box span,
    .Multimedia .top_area .text_box span{
        font-size: 22px;
    }
    .Custom-System .top_area .text_box p, 
    .One-Page-Web .top_area .text_box p,
    .Multimedia .top_area .text_box p{
        display: none;
    }
    .Custom-System .top_area::after,
    .One-Page-Web .top_area::after,
    .Multimedia .top_area::after{
        border-width: 20px 37px 0 37px;
        left: calc(50% + -37px);
        bottom: -20px;
    }
    .Custom-System .bottom_area,
    .One-Page-Web .bottom_area,
    .Multimedia .bottom_area{
        padding-bottom: 100px;
    }
    .Custom-System .bottom_area{
        display: block;
        width: 100%;
        background-color: #fbfbfb;
    }


    .Custom-System .bottom_area .mix_box{
        width: unset;
        margin-top: 40px;
    }
    .Custom-System .bottom_area .mix_box_L img, 
    .Custom-System .bottom_area .mix_box_R img{
        width: 150px;
    }
    .Custom-System .bottom_area .mix_box h3{
        padding-top: 20px;
        line-height: 1.3;
        font-size: 1.3rem;
    }
    .One-Page-Web .bottom_area .pic{
        display: none;
    }
    .One-Page-Web .bottom_area .mix_box_L p,
    .One-Page-Web .bottom_area .mix_box_R p{
        width: 80%;
        margin: auto;
        font-size: 15px;
        line-height: 1.5;
        font-weight: 300;
    }
    .Multimedia .bottom_area .mix_box_L img{
        width: 200px;
        margin-top: 30px;
    }
    .Multimedia .bottom_area .mix_box_R{
        width: 44.5%;
        margin-left: unset;
    }
    .Multimedia .bottom_area .mix_box p {
        font-size: 15px;
        line-height: 1.5;
        font-weight: 300;
    }
}

@media screen and (max-width: 767px){
    
    .Multimedia .bottom_area{
        display: inline-block;
    }
    .Custom-System .bottom_area .mix_box_R{
        margin-top: 10px;
    }
    .Custom-System .bottom_area .mix_box p{
        padding-top: 10px;
        margin: auto;
        width: 85%;
        font-size: 15px;
        line-height: 1.5;
        font-weight: 300;
    }
    .Multimedia .bottom_area .mix_box_L{
        margin: auto;
        margin-top: 80px;
    }
    .Multimedia .bottom_area .mix_box_R{
        margin: auto;
        width: 90%;
        text-align: center;
    }


    .One-Page-Web .bottom_area {
        display: flex;
        width: 100%;
        height: 80vh;
        padding-bottom: 0;
    }
}