@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;
    background-color: #f6f6f6;
}

.clear {
    clear: both;
}




/*====================== MENU ======================*/

header {
    width: 100%;
    position: fixed;
    z-index: 120;
}

.menu-wrap {
    background-color: rgba(1, 102, 245, .95);
    position: fixed;
    top: 0;
    height: 100%;
    width: 200px;
    margin-left: -280px;
    overflow: auto;
    font-weight: 500;
    transition: .25s;
    z-index: 10;
}

.menu-wrap h2 a {
    display: block;
    width: 160px;
    height: 89px;
    background: url('../images/menu_ttl.svg');
    font-size: 0;
    background-size: cover;
}

.menu-show {
    margin-left: 0;
}

.menu-sidebar {
    margin: 75px 0 80px 10px;
    position: relative;
    top: 70px;
}

.menu-sidebar li {
    padding: 25px 22px 0;
    line-height: 30px;
}

.menu-sidebar li>a {
    color: #f3f3f3;
    font-size: 16px;
    position: relative;
}

.menu-sidebar li>a::after {
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    background-image: linear-gradient(to right, transparent 50.3%, #f5a605 50.3%);
    transition: background-position .2s .1s ease-out;
    background-size: 200% auto;
}

.menu-sidebar li>a:hover::after {
    background-position: -100% 0;
}

.menu-sidebar .menu-item-has-children {
    position: relative;
}

.menu-sidebar .menu-item-has-children .sub-menu {
    display: none;
}

.sidebar-menu-arrow:hover::after {
    cursor: pointer;
    color: #fff;
}

.sidebar-menu-arrow:active::after {
    top: 2px;
}

.menu-sidebar .social{
    position: static;
    margin-left: 40px;
    margin-top: 20px;
}


/*Hamburger Button*/

.toggle-button {
    position: fixed;
    width: 45px;
    height: 45px;
    top: 5px;
    left: 10px;
    padding: 4px;
    transition: .25s;
    z-index: 100;
    background-color: #fff;
    border-radius: 50%;
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); */
}

.toggle-button:hover {
    cursor: pointer;
}

.toggle-button .menu-bar {
    position: absolute;
    border-radius: 2px;
    width: 55%;
    transition: .5s;
}

.toggle-button .menu-bar-top {
    border: 3px solid #004fa3;
    border-bottom: none;
    top: 13px;
    left: 10px;
}

.toggle-button .menu-bar-middle {
    height: 3px;
    background-color: #004fa3;
    margin-top: 7px;
    margin-bottom: 7px;
    top: 14px;
    left: 10px;
}

.toggle-button .menu-bar-bottom {
    border: 3px solid #004fa3;
    border-top: none;
    top: 29px;
    left: 10px;
}

.button-open {
    left: 20px;
}

.button-open .menu-bar-top {
    border-color: #004fa3;
    transform: rotate(45deg) translate(6px, 6px);
    transition: .5s;
}

.button-open .menu-bar-middle {
    background-color: #004fa3;
    transform: translate(230px);
    transition: .1s ease-in;
    opacity: 0;
}

.button-open .menu-bar-bottom {
    border-color: #004fa3;
    transform: rotate(-45deg) translate(6px, -5px);
    transition: .5s;
}



@media screen and (max-width: 590px) {
    .menu-sidebar {
        margin: 35px 0 80px 10px;
        position: relative;
        top: 50px;
    }
    .menu-sidebar li {
        padding: 20px 22px 0;
        line-height: 28px;
    }
    .menu-sidebar li>a {
        color: #f3f3f3;
        font-size: 15px;
        position: relative;
    }

    header {
        width: 100%;
        height: 65px;
        /* background-color: rgba(255, 255, 255, .9); */
    }

    header h1 a {
        display: block;
        top: 20px;
        left: 50px;
        width: 140px;
        height: 25px;
        background-size: cover;
    }

    .toggle-button {
        /* top: 10px; */
        left: 10px;
        /*         background-color: none;
        box-shadow: none; */
    }
}
.head{
    width: 100%;
    height: 55px;
    position: absolute;
    top: 0;
    background-color: #fff;
}
#KV{
    min-width: 100%;
    min-height: 100%;
    height: 80vh;
    background:url('../img/kv_bg.jpg') center center;
    -webkit-background-size: cover; 
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding-top: 55px;
}
#KV .logo-box{
    position: absolute;
    top: 5px;
    left: 60px;
    z-index: 100;
}
#KV .logo-box ul{
    width: 350px;
    display: flex;
    align-items: center;
}

#KV .logo-box ul li.logo{
    flex: 2.5;
}
#KV .logo-box ul li.pa-logo{
    flex: 1;
}

#KV .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#KV .container a.btn{
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    border: 2px solid #fff;
    border-radius: 80px;
    color: #fff;
    display: block;
    padding: 8px 25px;
    position: relative;
    text-align: center;
    max-width: 240px;
    background-color: none;
    margin: 30px auto;
    letter-spacing: 2px;
}

#KV .container a.btn:hover{
    color:#005de0;
    background-color:#fff;
}

#KV .kv-slogan-box img{
    padding: 0 20%;
}
@media (max-width:1900px) {
    #KV{
        min-width: 100%;
        min-height: 100%;
        height: 90vh;
    }
}

@media screen and (max-width: 991px) {
    #KV .kv-slogan-box img{
        padding: 0 5%;
    }
}

@media screen and (max-width: 768px) {
    .head{
        height: 55px;
    }
}

@media screen and (max-width: 540px) {
    #KV .kv-slogan-box img{
        padding: 0 5px;
    }
    #KV{
        min-width: 100%;
        min-height:auto;
        background:url('../img/kv_bg_m.jpg') 20% bottom;
        -webkit-background-size: cover; 
        background-size: cover;
          height: 100vh;
    }
/*     #KV .logo-box{
        position:static;
    } */

    #KV .logo-box ul{
        width: 270px;
        display: flex;
        align-items: center;

        margin-bottom: 20px;
    }

    #KV .logo-box ul li.logo{
        flex: 1.75;
    }
    #KV .logo-box ul li.pa-logo{
        flex: 1;
    }


}

#START {
    background: #0299e1;
    color: #fff
}


#START .START_inner{
    width: 100%;
    height: 100%;
    padding: 150px 0 80px 0;
    background: url('../img/start_slogan.png');
    -webkit-background-size: 45%;
    background-size: 45%;
    background-repeat: no-repeat;
}


#START .text-box p.text {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
}


.trangle {
    width: 100%;
    min-height:250px;
    background: url('../img/triangle.png');
    -webkit-background-size: cover;
    background-size: cover;
}


@media screen and (max-width: 1990px) {
    #START .START_inner{
        -webkit-background-size: 58%;
        background-size: 58%;
    }
}

@media screen and (max-width: 1690px) {
    #START .START_inner{
        -webkit-background-size: 68%;
        background-size: 68%;
    }
}

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

    #START .START_inner{
        -webkit-background-size: 90%;
        background-size: 90%;
    }

    .trangle {
        min-height:100px;
    }

} 


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

    #START .START_inner{
        -webkit-background-size:150%;
        background-size: 150%;
    }

    .trangle {
        min-height:50px;
    }

} 

#VALUE .value-box {
    display: flex;
    margin: 40px;
}

#VALUE .value-box h5 {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    color: #888;
    margin-bottom: 20px;
}

#VALUE .value-box .value-box-attributes {
    flex: 1;
}

#VALUE .value-box .value-box-capabilities {
    flex: 1;
}

#VALUE .value-word-box {
    display: flex;
}

#VALUE .value-word-wrap {
    display: flex;
}

#VALUE .value-word-box {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#VALUE .value-word-box .value-word {
    width: 80px;
    height: 80px;
    margin: 15px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 28px;
    font-weight: bold;
}

#VALUE .value-word-box .value-text h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

#VALUE .value-word-box .value-text p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

#VALUE .value-word-box .value-text p span {
    display: block;
    font-weight: bold;
}

#VALUE .value-word-box.blue .value-word {
    background: rgb(2, 150, 220);
    background: linear-gradient(180deg, rgba(2, 150, 220, 1) 0%, rgba(0, 173, 255, 1) 100%);
    box-shadow: 0 1px 15px rgba(0, 173, 255, .11);
}

#VALUE .value-word-box.blue .value-text h4 span {
    color: #00a8f7;
}

#VALUE .value-word-box.orange .value-word {
    background: rgb(235, 158, 5);
    background: linear-gradient(180deg, rgba(235, 158, 5, 1) 0%, rgba(245, 173, 5, 1) 100%);
    box-shadow: 0 1px 15px rgba(245, 173, 5, .11);
}

#VALUE .value-word-box.orange .value-text h4 span {
    color: #f5ac05;
}

#VALUE .value-word-box.red .value-word {
    background: rgb(188, 27, 29);
    background: linear-gradient(180deg, rgba(188, 27, 29, 1) 0%, rgba(220, 28, 31, 1) 100%);
    box-shadow: 0 1px 15px rgba(220, 28, 31, .11);
}

#VALUE .value-word-box.red .value-text h4 span {
    color: #da191c;
}


@media screen and (max-width: 991px) {
    #VALUE .value-box {
        display: block;
    }


    #VALUE .value-box .value-box-attributes {
        margin-bottom: 80px;
    }

    #VALUE .value-box .value-box-capabilities {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 540px) {
    #VALUE .value-word-wrap {
        display: block;
    }
    #VALUE .value-word-box.blue,
    #VALUE .value-word-box.orange {
        margin-bottom: 30px;
    }
    #VALUE .value-word-box .value-text h4 {
        font-size: 22px;
        line-height: 26px;
    }
    #VALUE .value-word-box .value-text p {
        font-size: 18px;
        line-height: 22px;
    }
    #VALUE .value-word-box .value-word {
        width: 110px;
        height: 110px;
        margin: 15px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        line-height: 110px;
        font-size: 34px;
    }
}


#ABOUT {
    background: rgb(245, 155, 5);
    background: linear-gradient(90deg, rgba(245, 155, 5, 1) 0%, rgba(245, 167, 5, 1) 100%);
    overflow: hidden;
}


#ABOUT .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#ABOUT .text-box {
    padding: 150px 0;
    padding-left: 30%;
    padding-right: 40px;
    color: #fff;
    height: 100%;
}

#ABOUT .text-box img.about_img_m {
    display: none;
}

#ABOUT .img-box {
    height: 100%;
    min-height: 550px;
    background: url('../img/about_img.png') center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

#ABOUT .text-box p.text {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
}

#ABOUT a.btn {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    border: 2px solid #fff;
    border-radius: 40px;
    color: #f59b05;
    display: block;
    padding: 8px 0;
    position: relative;
    text-align: center;
    max-width: 170px;
    background-color: #fff;
    margin: 30px auto;
    letter-spacing: 2px;
    box-shadow: 0 1px 15px rgba(235, 158, 5, .11);
}


#ABOUT .section-title.white {
    justify-content: flex-start;
}

@media (max-width:1900px) {
    #ABOUT .text-box {
        padding: 100px 0;
        padding-left: 20%;
    }

    #ABOUT .img-box {
        min-height: 350px;
    }
}

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

    #ABOUT .text-box {
        padding: 65px 0;
        padding-left: 10%;
        padding-right: 20px;
    }
}


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

    #ABOUT .text-box {
        padding: 60px 0;
        padding-left: 10%;
        padding-right: 20px;
    }
}

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

    #ABOUT .text-box {
        padding: 60px 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    #ABOUT .section-title {
        display: flex;
        justify-content: center;
    }


    #ABOUT .text-box img.about_img_m {
        display: block;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 540px) {
    #ABOUT .text-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    #ABOUT .text-box p.text {
        text-align: justify;
    }
}

#ARTICLE,
#VALUE {
    padding: 130px 0;
}


.section-title {
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}

.section-title.grey {
    justify-content: center;
}

.section-title.white {
    color: #fff;
    justify-content: center;
}

.section-title p {
    font-weight: bold;
    font-size: 30px;
}

.section-title.grey span.cross {
    width: 25px;
    height: 25px;
    margin: 0 15px;
    background: url('../img/cross_grey.png');
    -webkit-background-size: cover;
    background-size: cover;
}

.section-title.white span.cross {
    width: 25px;
    height: 25px;
    margin: 0 15px;
    background: url('../img/cross_white.png');
    -webkit-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 1200px) {
    .section-title p {
        font-weight: bold;
        font-size: 28px;
    }
}

@media screen and (max-width: 540px) {
    .section-title {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .section-title p {
        font-weight: bold;
        font-size: 26px;
        line-height: 45px;
    }
    .section-title.grey span.cross {
        width: 20px;
        height: 20px;
        margin: 10px 0 10px 0;
    }

    .section-title.white span.cross {
        width: 20px;
        height: 20px;
        margin: 10px 0 10px 0;
    }
}

@media screen and (max-width: 441px) {
    .section-title p {
        font-weight: bold;
        font-size: 22px;
        line-height: 40px;
    }
}

.item {
    padding: 20px 15px;
}

.artibox {
    display: block;
    background: #7ac142;
    margin: 0 0.8%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 0 rgba(162, 212, 123, 1);
    -moz-box-shadow: 0 5px 0 rgba(162, 212, 123, 1);
    box-shadow: 0 5px 0 rgba(162, 212, 123, 1);
    transform: scale(1);
    transition: all 0.4s;
    overflow: hidden;
}
.artibox.disabled{
    display: block;
    background: #cccccc;
    -webkit-box-shadow: 0 5px 0 rgba(179,179,179, 0.3);
    -moz-box-shadow: 0 5px 0 rgba(179,179,179, 0.3);
    box-shadow: 0 5px 0 rgba(179,179,179, 0.3);
    
}
.artibox:hover {
    background: #ff9900;
    -webkit-box-shadow: 0 10px 10px rgba(226, 109, 49, 0.3);
    -moz-box-shadow: 0 10px 10px rgba(226, 109, 49, 0.3);
    box-shadow: 0 10px 10px rgba(226, 109, 49, 0.3);
}

.artibox.disabled:hover{
    background: #cccccc;
    -webkit-box-shadow: 0 5px 0 rgba(179,179,179, 0.3);
    -moz-box-shadow: 0 5px 0 rgba(179,179,179, 0.3);
    box-shadow: 0 5px 0 rgba(179,179,179, 0.3);
}

.artibox .imgbox {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.artibox .imgbox img {
    transform: scale(1);
    transition: all 0.4s;
}

.artibox:hover .imgbox img {
    transform: scale(1.05);
}

.artibox .textbox {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.artibox .textbox p {
    font-size: 17px;
    font-weight: bold;
    padding: 0 10px 8px 10px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.artibox .textbox span {
    color: #fff;
    letter-spacing: 4px;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .artibox .textbox p {
        font-size: 16px;
        font-weight: bold;
        padding: 0 10px 8px 10px;
        color: #fff;
        text-align: center;
        line-height: 24px;
    }
}


/* 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: 3px;
    z-index: 1000;
}

.social a.fb {
    display: block;
    width: 35px;
    height: 35px;
    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: 35px;
    height: 35px;
    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: 768px) {
    .social {
       top: 10px;
    }
}
@media (max-width: 590px) {
    .social {
        height: auto;
        /* display: block; */
        right: 5px;
    }
    .social a.line {
/*         margin: 5px 5px 0px 5px; */
    }
}



#return-to-top{
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: url('../img/top.svg');
    -webkit-background-size: cover;
    background-size: cover;
    text-decoration: none;
    border-radius: 50%;
    text-align: center;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 200;
}