@charset "UTF-8";

@import 'reset.css';
/* @import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('http://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400i,600i'); */


*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a,
a:hover {
    text-decoration: none;
    outline: none;
    /* for Firefox */
    hlbr: expression(this.onFocus=this.blur());
    /* for IE */
}

body,
html {
    height: 100%;
    /*大背景一定要設高度100%*/
    padding: 0;
    margin: 0;
    font-size: 15px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    background: url(../images/bg.png);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.clear {
    clear: both;
}
.Box-kv{
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}

.kv-logos{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 500px;
}

.kv-logos ul{
    display: flex;
    align-items: center;
}
.kv-logos ul li{
    margin-right: 10px;
}
.kv-logos ul li:nth-child(1){
    flex: 1;
    background-color: #e4007f;
    padding: 5px 8px;
}
.kv-logos ul li:nth-child(2){
    flex: 2.5;
}

.kv-logos ul li:nth-child(3){
    flex: 2.2;
}
.kv-logos ul li:nth-child(4){
    display: none;
}

@media (max-width: 991px) {
    .kv-logos{
        width: 200px;
        left: 10px;
        top: 10px;
    }
    .kv-logos ul li:nth-child(1){
    flex: 2;
    }
    .kv-logos ul li:nth-child(2){
        display: none;
    }

    .kv-logos ul li:nth-child(3){
        display: none;
    }
    .kv-logos ul li:nth-child(4){
        display: block;
    flex: 2;
    }
}

.kv-right{
    width: 817px;
    height: 770px;
    background: url('../img/kv-right.png');
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: -250px;
    right: -100px;
}



.kv-title-box{
    text-align: center;
    margin-top: 180px;
}
.kv-title-box h1{
    font-size: 100px;
    font-family: "source-han-serif-tc";
}
.kv-title-box h3{
    font-size: 52px;
    font-family: 'Times New Roman', serif;
    color: #18898d;
    padding: 10px 0;
}
.kv-title-box p{
    font-weight: bold;
    font-size: 40px;
}
@media (max-width: 768px) {
    .kv-title-box{
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }  
}

@media (max-width:1900px) {

    .kv-right{
        top: -300px;
        right: -150px;
    }

    .kv-title-box{
    text-align: center;
    margin-top: 80px;
    }
    .kv-title-box h1{
        font-size: 90px;
        font-family: "source-han-serif-tc";
    }
    .kv-title-box h3{
        font-size: 44px;
        font-family: 'Times New Roman', serif;
        color: #18898d;
        padding: 10px 0;
    }
    .kv-title-box p{
        font-weight: bold;
        font-size: 36px;
    }
}
@media (max-width: 540px) {

    .kv-title-box h1{
        font-size: 60px;
        font-family: "source-han-serif-tc";
    }
    .kv-title-box h3{
        font-size: 34px;
        font-family: 'Times New Roman', serif;
        color: #18898d;
        padding: 10px 0;
    }
    .kv-title-box p{
        font-weight: 400;
        font-size: 28px;
    }

}
.Box-1{
    position: relative;
    overflow: hidden;
}
.Box-1 .container{
    padding: 150px 15px;
    position: relative;
}
.Box-1 .circle.big{
    position: absolute;
    width: 540px;
    height: 511px;
    background: url('../img/circle_yellow.png');
    left: -350px;
    top: 0px;
}

.Box-1 .circle.small{
    position: absolute;
    width: 200px;
    height: 189px;
    background: url('../img/circle_yellow.png');
    right: -30px;
    bottom: 50px;
    -webkit-background-size: cover;
    background-size: cover;

}

.Box-1 .project-box h4 {
    font-family: "source-han-serif-tc";
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    color: #044e72;
    margin-bottom: 20px;
}

.Box-1 .project-box p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 300;
}
.Box-1 .project-img{
    margin-top: -150px;
}
.Box-1 .project-img img{
    border-radius: 50%; 
    padding: 20px;
}

@media (max-width: 991px) {
    .Box-1 .project-img{
        margin-top: 0;
    }
    .Box-1 .project-img img{
        border-radius: 50%; 
        padding: 20px 80px;
    }
}

@media (max-width: 768px) {
    .Box-1 .container{
        padding: 80px  0 15px 15px;
        position: relative;
    }
    .Box-1 h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .Box-1 .project-img img{
        border-radius: 50%; 
        padding: 20px 10%;
    }
    .Box-1 .circle.small{
        position: absolute;
        width: 120px;
        height: 114px;
        right: 30px;
        bottom: 80px;
    }

}

@media (max-width: 540px) {
    .Box-1 .circle.small{
        right: -20px;
        bottom: 20px;
    }

    .Box-1 .project-box p{
        text-align: justify;
        padding-right: 15px;
   }
}

.Box-2{
    background-color: #daeff0;
}

.Box-2 .container{
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}


.circle{
    width: 201px;
    height: 186px;
    background: url('../img/circle-slash.png');
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
}

.circle.left{
    top:-50px;
    left: 50px;
}


.circle.right{
    bottom:-100px;
    right: 50px;
}

@media (max-width: 1143px) {

    .circle{
        width: 150px;
        height: 139px;
    }
    .circle.left{
        top:-80px;
        left: 0px;
    }


    .circle.right{
        bottom:-80px;
        right: 50px;
    }
   
}

.Box-2 .header-title-sum h4 {
    font-family: "source-han-serif-tc";
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    color: #044e72;
    padding: 0 15px;
}
.Box-2 .header-title-sum p{
    font-size: 18px;
    line-height: 26px;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .Box-2 .header-title-sum h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .Box-2 .header-title-sum p{
        font-size: 16px;
        line-height: 24px;
    }
}

.Box-3 {
    padding: 60px 0;
    background-color: #fff7e1;
}

.news-box {
    display: flex;
    flex-direction: row-reverse;
}

.news-content {
    flex: 5;
    padding: 10px 20px;
}

.news-content h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

.news-content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    padding: 20px 0;
    text-align: justify;
}

.news-img {
    flex: 4.5;
}


@media (max-width: 991px) {
    .news-box {
        display: block;
        flex-direction: column;
    }
    .news-content {
        padding: 20px 10px;
    }
}

.Box-4 {
    padding: 60px 0;
}

.article-box {
    display: flex;
    margin-bottom: 80px;
}


.article-box.center {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 80px;
}


.article-box.center .article-content {
    margin-right: -80px;
    margin-left: 0;
}

.article-content {
    flex: 4;
    padding: 40px 20px;
    margin-left: -80px;
}


.article-content-inner {
    background-color: #ffd24f;
    padding: 30px;
}

.article-content h5 {
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.article-content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    padding: 20px 0;
    text-align: justify;
}

.article-img {
    flex: 6;
    background: url('../img/circle-dot-y-bg.svg');
}

.article-img img {
    padding: 0px 0 32px 35px;
}

@media (max-width: 768px) {
    .article-box {
        display: flex;
        flex-direction: column;
        margin-bottom: 80px;
    }
    .article-content {
        margin-left: -0px;
    }
    .article-box.center {
        display: flex;
        flex-direction: column!important;
    }
    .article-box.center .article-content {
        margin-right: -0px;
        margin-left: 0;
    }
    .article-img img {
        padding: 0px 0 22px 25px;
    }
}

@media (max-width: 540px) {
    .article-box {
        margin-bottom: 40px;
    }
    .article-content-inner {
        padding: 25px;
    }
    .Box-4 {
        padding: 60px 0 20px 0;
    }
}

.btn {
    color: #fff;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.btn-yellow {
    background-color: #ffd24f;
    padding: 15px 35px;
    color: #333;
    font-size: 18px;
    border-radius: 60px;
    font-weight: 400;
    text-align: center;
}

.btn-yellow:hover {
    color: #333;
    text-decoration: none;
    background-color: #ffd24f;
}

.btn-yellow:active {
    color: #333;
    text-decoration: none;
}

.btn-yellow:visited {
    color: #333;
    text-decoration: none;
}

.btn-yellow.sm {
    padding: 10px 30px;
    font-size: 16px
}


.btn-white {
    background-color: #fff;
    padding: 10px 35px;
    color: #333;
    font-size: 18px;
    border-radius: 60px;
    font-weight: 400;
    text-align: center;
}

.btn-white:hover {
    color: #333;
    text-decoration: none;
    background-color: #fff;
}

.btn-white:active {
    color: #333;
    text-decoration: none;
}

.btn-white:visited {
    color: #333;
    text-decoration: none;
}

.btn-white.sm {
    padding: 10px 30px;
    font-size: 16px
}


/* large */

footer {
    color: #D2D2D2;
    background-color: #555555;
    font-size: 0.9rem;
    line-height: 20px;
    padding: 15px 0;
    text-align: center;
}

.social {
    height: 50px;
    display: flex;
    align-items: center;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 1000;
}

.social a.fb {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    border-radius: 50%;
    background: url('../img/fb-icon.svg');
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #3b5998;
    margin: 0 5px;
}

.social a.line {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    border-radius: 50%;
    background: url('../img/line-icon.svg');
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #00c300;
    margin: 0 5px;
}

@media (max-width: 590px) {
    .social {
        height: auto;
        display: block;
        right: 5px;
    }
    .social a.line {
        margin: 5px 5px 0px 5px;
    }
}


/*
html, body { font-size: 14px; }

8px = 0.5714rem
9px = 0.6429rem
10px = 0.7143rem
11px = 0.7857rem
12px = 0.8571rem
13px = 0.9286rem
14px = 1rem (base)
15px = 1.071rem
16px = 1.143rem
18px = 1.286rem
20px = 1.429rem
22px = 1.571rem
24px = 1.714rem
26px = 1.857rem
28px = 2rem
30px = 2.143rem
32px = 2.286rem
34px = 2.429rem
36px = 2.571rem
38px = 2.714rem
40px = 2.857rem
42px = 3rem
44px = 3.143rem
46px = 3.286rem
48px = 3.429rem
50px = 3.571rem
52px = 3.714rem
54px = 3.857rem
55px = 3.929rem

*/