/* main */
* {
    box-sizing: border-box;
}
html {
    font-family: "PingFangTC-Regular", "PingFangTC", Arial, Helvetica, "HeitiTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
a {
    text-decoration: none;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
}
.flex-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-justify-space-around {
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}
.flex-justify-space-between {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.margin-auto {
    margin: 0 auto;
}
.container {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}
.button {
    border: 1px solid #144d7c;
    background-image: linear-gradient(#2d6ea0, #0f5082);
    color: white;
    width: 326px;
    height: 38px;
    text-align: center;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    max-width: 100%;
    padding: 0 10px;
}
.button:hover {
    background-image: linear-gradient(#0f5082, #0f5082);
}
.button img {
    max-height: 16px;
    margin-right: 8px;
}
.button--small {
    width: 100%;
}
h1 {
    font-size: 32px;
    font-weight: bold;
    color: #0e4f8d;
    text-align: center;
    margin-bottom: 25px;
}
h2 {
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
    color: #004280;
    margin-bottom: 20px;
}
h3 {
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}
p {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
    .container {
        padding: 0 10px;
    }
    .container--nopadding {
        padding: 0;
    }
}
@media (max-width: 575.98px) {
    .button  img {
        display: none;
    }
}
/* header
===================================== */
.logo {
    height: 60px;
}
.flexibleimage img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* menu
===================================== */
.menu {
    background: #0e4f80;
}
.menu ul li a {
    color: white;
    letter-spacing: 0.1em;
    line-height: 40px;
    padding: 0 9px;
    display: block;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    font-size: 15px;
}
.menu ul li a:hover {
    background: #448abf;
}

/* section - maintenance
===================================== */
.maintenance {
    margin-top: 35px;
}
.maintenance .flex > div {
    padding: 0 10px;
    width: 33.33%;
}

/* section - architecture
===================================== */
.architecture {
    margin-top: 10px;
    background: #ededed;
    padding: 30px 15px;
}
.architecture .button__container {
    margin-top: 30px;
}
.architecture .button__container .button {
    margin: 0 10px 10px 10px;
}

/* section - simplify
===================================== */
.simplify {
    padding-top: 35px;
}
.simplify .swapboxes .flex {
    padding: 30px 0 20px;
    border-bottom: 1px solid #919191;
}
.simplify .swapboxes .flex:first-of-type {
    padding-top: 0;
}
.simplify .swapboxes .flex:last-of-type {
    border: none;
}
.simplify .swapboxes .flex > div {
    width: 50%;
}
.simplify .swapboxes .flex div img {
    display: block;
    max-width: 100%;
}

/* section - casestudy
===================================== */
.casestudy {
    padding-top: 10px;
    background: #ededed;
    padding: 30px 15px;
}
.casestudy h2 {
    color: #333333;
    font-size: 19px;
    line-height: 20px;
}
.casestudy .boxes > div {
    padding: 21px;
    width: 33.33%;
}
.casestudy .boxes > div:nth-child(n+4) {
    margin-top: 40px;
}
.casestudy .boxes div > img {
    display: block;
    width: 100%;
    margin: 0 0 20px;
}

/* section - offer
===================================== */
.offer {
    padding-top: 35px;
}
.offer .product {
    width: 49%;
    margin-bottom: 2%;
    border: 2px solid #00A4DB;
    border-top: none;
}
.offer .product--fullwidth {
    width: 100%;
}
.offer .product__content {
    width: 100%;
    padding: 20px 20px 20px 0;
}
.offer .product h2 {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}
.offer .product h2 span {
    display: block;
    width: 100%;
    color: white;
    background: #00A4DB;
    letter-spacing: 0.1em;
    padding: 5px 0;
    font-family: 'Noto Sans TC', 'notosanstc', 'Microsoft JhengHei','Noto Sans',sans-serif;
}
.offer .product .product__title {
    font-family: 'Noto Sans TC', 'notosanstc', 'Microsoft JhengHei','Noto Sans',sans-serif;
    font-weight: normal;
    color: #333333;
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 5px;
}
.offer .product .product__subtitle {
    font-family: 'Noto Sans TC', 'notosanstc', 'Microsoft JhengHei','Noto Sans',sans-serif;
    color: #848484;
    font-size: 16px;
    margin-bottom: 10px;
}
.offer .product ul {
    font-size: 14px;
    padding-left: 30px;
}
.offer .product ul li {
    list-style-type: disc;
    line-height: 1.42857143;
}
.offer .product__content .product__contentimage {
    width: 130px;
}
.offer .product__content .product__contentimage img {
    width: inherit;
}
.offer .product__content .product__contenttext {
    width: calc(100% - 130px);
}
.offer .product__content .button {
    width: auto;
    padding: 0 15px;
    margin: 0 auto;
    margin-top: 20px;
    height: 30px;
    font-size: 14px;
}

.offer .product--fullwidth .product__content .product__contentimage {
    width: 50%;
    text-align: center;
}
.offer .product--fullwidth .product__content .product__contenttext {
    width: 50%;
}

/* section - support
===================================== */
.support {
    padding-top: 35px;
}
.support .box {
    width: 25%;
    padding-right: 20px;
}
.support .box img {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}

/* section - help
===================================== */
.help {
    padding-top: 35px;
}
.help .help__container {
    background: #0F5080;
}
.help .help__container > .flex {
    position: relative;
    overflow: hidden;
}
.help .help__contenttext {
    background: #0F5080;
    padding: 15px 10px 15px 25px;
    width: 430px;
    z-index: 1;
}
.help h1 {
    color: white;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 0;
    text-align: left;
}
.help .help__subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}
.help .help__contactperson {
    margin-bottom: 10px;
    display: block;
    width: 300px;
}
.help .help__contactperson:last-child {
    margin-bottom: 0;
}
.help .help__contactperson img {
    display: block;
    width: 100%;
}
.help .help__bgimage {
    width: 490px;
    position: absolute;
    right: 0;
}
.help .help__bgimage  img{
    display: block;
    max-width: 100%;
}

/* section - links
===================================== */
.links {
    margin: 30px 0 0;
}
.links .box {
    width: 25%;
    margin-bottom: 30px;
}
.links .box img {
    width: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.links a {
    color: #004280;
    font-size: 14px;
}

/* section - footer
===================================== */
footer {
    border-top: 1px solid #A6A6A6;
    padding: 20px 10px 0 10px;
    font-size: 14px;
}
footer a {
    color: #004280;
}


/* responsive
===================================== */
@media screen and (max-width: 959px) {
    .maintenance .flex > div img {
        width: 100%;
    }

    .casestudy .boxes > div {
        padding: 10px;
        width: 50%;
    }
    .casestudy .boxes > div:nth-child(n+4) {
        margin: 0;
    }

    .offer .product .product__title {
        font-size: 20px;
    }
    .offer .product__content .product__contentimage {
        width: 100px;
    }
    .offer .product__content .product__contenttext {
        width: calc(100% - 100px);
    }
}
@media (max-width: 575.98px) {
    .maintenance .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .maintenance .flex > div {
        width: 100%;
    }
    .maintenance .flex > div img {
        height: 100px;
        width: auto;
    }

    .simplify .swapboxes .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 0;
    }
    .simplify .swapboxes .flex div {
        width: 100%;
    }
    .simplify .swapboxes .flex div img {
        height: 130px;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .casestudy .boxes > div {
        width: 100%;
    }

    .offer .product {
        width: 100%;
    }
    .offer .product ul {
        padding-left: 13px;
    }
    .offer .product--fullwidth .product__content .product__contentimage {
        width: 100px;
    }
    .offer .product--fullwidth .product__content .product__contenttext {
        width: calc(100% - 100px);
    }
    .offer .product__content {
        padding: 10px;
    }
    .offer .product__content .product__contenttext {
        padding-left: 10px;
    }

    .support .box {
        width: 50%;
    }

    .links .box {
        width: 50%;
    }

    .help__bgimage {
        display: none;
    }
    .help .help__contenttext {
        width: 100%;
        padding-left: 10px;
    }
}
@media (max-width: 340px) {
    .help .help__contactperson {
        width: auto;
    }
}
@media (max-width: 450px){
    span.box {
        font-size: 18px;
  }
}
html { scroll-behavior: smooth; }
