﻿@charset "utf-8";
/*CSS Info ======================================================================
File Name: Index.css
Editor: Sophia
CreateDate:2010/07/19
Last Editor: Sharon
LastDate: 2021
Version: 3.1
---------------------------
【 Table of Contents 】
    DIV XHTML 頁面
	Free Style
	使用 jQuery
    Responsive Design
=================================================================================*/

/*===============================================================================
                         以下是首頁版面設定
=================================================================================*/
body {
    background-color: #fff;
}

/* #Wrap background moved to #Visual */





/*  Visual
--------------------------------------------------------------------------------*/
#Visual {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 800;
    max-height: 800px;
    min-height: 400px;
    background-color: transparent;
    background-image: url(../../../images/Visual_New_Desktop.png?t=20260311);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#Visual::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%);
    pointer-events: none;
}

/*
.en #Visual {
    background-image: url(../../../images/Visual-en.png);
}

.chs #Visual {
    background-image: url(../../../images/Visual-chs.png);
}
*/



/*  News
--------------------------------------------------------------------------------*/
.facebookMsg {
    background-color: #DEF0FC;
    padding: 1rem;
}

.facebookMsg p {
    font-size: 1.25rem;
    font-weight: bold;
    color: #111;
}

.facebookMsg a {
    position: relative;
}

.facebookMsg a img {
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
    opacity: 0.9;
}

.facebookMsg a:hover img {
    opacity: 1;
}

#News {
    background-color: #FFF;
}

#News .columns {
    margin-top: 5em;
    margin-bottom: 3em;
}

#News .five.columns {
    text-align: center;
}

.HotNews {
    margin-top: 3.5em;
    text-align: right;
}

.HotNews li {
    line-height: 1.5em;
    margin-bottom: 1em;
    font-size: 1.2em;
    padding: .25em .5em;
    text-align: left;
}

.HotNews li a {
    color: #434343;
}

.HotNews li a:hover {
    color: #4ba010;
    /*69b335*/
}

.HotNews .more {
    padding: 0.25rem 1.5rem;
    border: 2px solid #268EB5;
    color: #268EB5;
    border-radius: 2rem;
    display: inline-block;
}

.HotNews .more:hover {
    cursor: pointer;
    background-color: #268EB5;
    color: #FFF;
    font-weight: bold;
}

/*  About
--------------------------------------------------------------------------------*/
#About {
    background-color: #65c2f2; /* 完全恢復原本的彩度與背景色，供 EN/CHS 使用 */
    position: relative;
    overflow: hidden;
    scroll-margin-top: 80px;
}

/* 舊版結構相容樣式 ( 用於 EN, CHS) */
#About .innerBoxs {
    padding-top: 8em;
    padding-bottom: 6em;
    position: relative;
    z-index: 1;
}

/*---- 共用： TitleBadge ---- */
.TitleBadge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    width: auto;
    max-width: 100%;
    background: rgba(0, 217, 255, 0.1);
    border: 1px solid rgba(0, 217, 255, 0.3);
    color: #06b6d4;
    box-shadow: 0 0 20px rgba(0, 217, 255, 0.2);
}

.TitleBadge svg {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    animation: pulse 2s ease-in-out infinite;
}

.TitleBadge svg path {
    stroke: currentColor;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
#About .TitleArea {
    margin-bottom: 120px;
}

#About .TitleArea h1 {
    width: 220px;
    float: left;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#About .TitleArea .Description {
    float: left;
    width: 580px;
    margin-top: 2em;
    vertical-align: baseline;
    line-height: 1.25em;
    color: #fff;
}


/* --- 舊版內容樣式恢復 ( 用於 EN, CHS) --- */
#About .content {
    margin-top: 20px;
    clear: both;
}

#About .content .cirlcle {
    background-image: url(../../../images/Index/About-Circle.png) \9;
    background-position: center center \9;
    background-repeat: no-repeat \9;
    width: 152px;
    height: 152px;
    background-color: rgba(0, 0, 0, 0.1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    margin-bottom: 2em;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#About .content .cirlcle:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

#About .content a:hover p {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#About .content p {
    text-align: center;
    white-space: nowrap;
    margin-bottom: 1em;
    font-size: 1.5em;
    color: #4d4d4d;
}

#About .content a {
    color: #626262;
}



/*----- EN -----*/
.en #About .TitleArea h1 {
    /*G4*/
    width: 230px;
}

.en #About .TitleArea .Description {
    /*G10*/
    margin-top: 1em;
    width: 670px;
}




/*  Services
--------------------------------------------------------------------------------*/
#Services {
    background-color: #0e5e87;
}

#Services .innerBoxs {
    padding-top: 4em;
    padding-bottom: 4em;
}

#Services .TitleArea {
    margin-bottom: 2em;
}

#Services .TitleArea h1 {
    /*G4*/
    width: 220px;
    float: left;
    color: #fff;
}

#Services .TitleArea .Description {
    /*G10*/
    float: left;
    width: 580px;
    margin-top: 1em;
    vertical-align: baseline;
    line-height: 1.25em;
    color: #fff;
}

#Services .content,
#Services .content a {
    color: #fff;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

#Services .content .columns {
    margin-bottom: 2em;
}

#Services .content .CornerRetangle {
    display: block;
    height: 100px;
    width: 436px;
    background-color: rgba(0, 0, 0, 0.1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    margin: 0 auto;
}

#Services .content .CornerRetangle:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

#Services .content .CornerRetangle .myCenterFix {
    clear: both;
    height: 100px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: auto 100px;
    width: auto;
}

#Services .content .CornerRetangle .myCenterFix:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.Sicon_1 {
    background-image: url(../../../images/Index/Services-1.png);
}

.Sicon_2 {
    background-image: url(../../../images/Index/Services-2.png);
}

.Sicon_3 {
    background-image: url(../../../images/Index/Services-3.png);
}

.Sicon_4 {
    background-image: url(../../../images/Index/Services-4.png);
}

.Sicon_5 {
    background-image: url(../../../images/Index/Services-5.png);
}

.Sicon_6 {
    background-image: url(../../../images/Index/Services-6.png);
}

#Services .content .CornerRetangle .myCenterFix p {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    padding-left: 110px;
    text-align: left;
}

/*---- EN ------*/
.en #Services .content .CornerRetangle {
    width: 900px;
}

.en #Services .TitleArea h1 {
    /*G5*/
    width: 230px;
}

.en #Services .TitleArea .Description {
    /*G11*/
    margin-top: 1em;
    width: 670px;
}

/*  Projects
--------------------------------------------------------------------------------*/
#Projects {
    background-color: #fff;
}

#Projects .innerBoxs {
    padding-top: 4em;
    padding-bottom: 4em;
}

#Projects .TitleArea {
    margin-bottom: 2em;
}

#Projects .TitleArea h1 {
    /*G4*/
    width: 220px;
    float: left;
}

#Projects .TitleArea .Description {
    /*G10*/
    float: left;
    width: 580px;
    margin-top: 1em;
    vertical-align: baseline;
    line-height: 1.25em;
}

#Projects .content .columns {
    padding-top: 170px;
    background-repeat: no-repeat;
    background-position: 50% 22px;
    background-size: 120px;
    cursor: pointer;
    margin-bottom: 20px;
}

#Projects .content .columns:nth-child(1) {
    background-color: #fc5d8a;
    background-image: url(../../../images/Index/Project-SGW.png);
}

#Projects .content .columns:nth-child(2) {
    background-color: #65c2f2;
    background-image: url(../../../images/Index/Project-Water.png);
}

#Projects .content .columns:nth-child(3) {
    background-color: #ee972b;
    background-image: url(../../../images/Index/Project-Agri.png);
}

#Projects .content .columns:nth-child(4) {
    background-color: #65c2f2;
    background-image: url(../../../images/Index/Project-Air.png );
}

#Projects .content .columns:nth-child(5) {
    background-color: #77cd3b;
    background-image: url(../../../images/Index/Project-Evn.png );
}

#Projects .content .columns:nth-child(6) {
    background-color: #d394f1;
    background-image: url(../../../images/Index/Project-Epi.png );
}

#Projects .content .columns .Retangle {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    height: 300px;
    -o-transition: background .25s ease-out;
    -webkit-transition: background .25s ease-out;
    -moz-transition: background .25s ease-out;
    -ms-transition: background .25s ease-out;
    transition: background .25s ease-out;
}

#Projects .content .columns .Retangle:hover {
    background-color: rgba(0, 0, 0, 0.25);
}

#Projects .content .columns:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background-size: 140px; 
}

#Projects .content .columns {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#Projects .content .columns p.Title {
    color: #fff;
    font-weight: bold;
    line-height: 2.5em;
    font-size: 1.125em;
}

#Projects .content .columns p.Description {
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
}

/*----- EN -----*/
.en #Projects .TitleArea h1 {
    /*G5*/
    width: 230px;
}

.en #Projects .TitleArea .Description {
    /*G11*/
    margin-top: 0em;
    color: #828282;
    width: 670px;
}

.en #Projects .content .columns {
    background-color: #fff;
    padding-top: 0;
    margin: 20px 10px;
    width: calc(50% - 20px);
}

.en #Projects .content .columns .Retangle {
    background-color: #fff;
    height: 100%;
}

.en #Projects .content .columns .Retangle:hover {
    background-color: rgba(190, 190, 190, 0.3);
}

@media only screen and (min-width: 1380px) {

    .en #Projects .content .columns:nth-child(1) .Retangle,
    .en #Projects .content .columns:nth-child(2) .Retangle {
        min-height: 326px;
    }

    .en #Projects .content .columns:nth-child(3) .Retangle,
    .en #Projects .content .columns:nth-child(4) .Retangle {
        min-height: 398px;
    }

    .en #Projects .content .columns:nth-child(5) .Retangle,
    .en #Projects .content .columns:nth-child(6) .Retangle {
        min-height: 439px;
    }
}

@media only screen and (min-width: 1220px) and (max-width: 1379px) {

    .en #Projects .content .columns:nth-child(1) .Retangle,
    .en #Projects .content .columns:nth-child(2) .Retangle {
        min-height: 381px;
    }

    .en #Projects .content .columns:nth-child(3) .Retangle,
    .en #Projects .content .columns:nth-child(4) .Retangle {
        min-height: 471px;
    }

    .en #Projects .content .columns:nth-child(5) .Retangle,
    .en #Projects .content .columns:nth-child(6) .Retangle {
        min-height: 514px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1219px) {

    .en #Projects .content .columns:nth-child(1) .Retangle,
    .en #Projects .content .columns:nth-child(2) .Retangle {
        min-height: 484px;
    }

    .en #Projects .content .columns:nth-child(3) .Retangle,
    .en #Projects .content .columns:nth-child(4) .Retangle {
        min-height: 621px;
    }

    .en #Projects .content .columns:nth-child(5) .Retangle,
    .en #Projects .content .columns:nth-child(6) .Retangle {
        min-height: 686px;
    }
}


.en #Projects .content .columns p.Title {
    background-repeat: no-repeat;
    background-position: left center;
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    padding: 20px 0;
    padding-left: 90px;
    margin-bottom: 0.5em;
    line-height: 1.3em;
}

@media only screen and (max-width: 1024px) {

    .en #Projects .content .columns {
        padding-top: 0;
        margin: 20px 0;
        width: 100%;
    }

    .en #Projects .content .columns:nth-child(n) .Retangle {
        min-height: unset;
    }
}

.en .Soil {
    background-image: url(../../../images/Index/Project-SGW_EN.png);
}

.en .Water {
    background-image: url(../../../images/Index/Project-Water_EN.png);
}

.en .IEMP {
    background-image: url(../../../images/Index/Project-Evn_EN.png );
}

.en .AgriEnv {
    background-image: url(../../../images/Index/Project-Agri_EN.png );
}

.en .AirEnv {
    background-image: url(../../../images/Index/Project-AirEnv_EN.png );
}

.en .EnvEpi {
    background-image: url(../../../images/Index/Project-EnvEpi_EN.png );
}

.en #Projects .content .columns p.Description {
    color: #434343;
    line-height: 1.5em;
    padding-left: 90px;
    /*padding-bottom: 20px;*/
}


/*=========================================================================
     Media Query
  =========================================================================  */
/* 1920 以上 */
@media only screen and (min-width: 122em) {
/* #Wrap 1920 background rules removed */
}
/* 1200 以下 */

/*  960 以下 (devices and browsers)------959/16  */
@media only screen and (max-width: 59.9375em) {
/* #Wrap max 960 rules removed */

    .facebookMsg a {
        float: right;
        position: static;
        display: block;
    }

    .facebookMsg a img {
        position: static;
        display: block;
        margin-top: 1rem;
    }

    #Visual {
        aspect-ratio: 16 / 9;
        height: auto;
    }

    #About .Decoration::before {
        background-position: 40px -58px;
    }

    #About .innerBoxs,
    #Services .innerBoxs {
        padding-bottom: 2em;
        padding-top: 2em;
    }

    #About .TitleArea,
    #Services .TitleArea {
        margin-bottom: 2em;
    }

    #About .TitleArea h1,
    #Services .TitleArea h1 {
        /*G4*/
        width: 280px;
    }

    #About .TitleArea .Description,
    #Services .TitleArea .Description {
        /*G10*/
        margin-top: 0;
        width: 580px;
    }

    #About .content .columns:nth-child(-n+3) {
        width: 230px;
    }

    #About .content .columns:nth-child(n+4) {
        width: 294px;
    }

    #About .content .columns:nth-child(4) {
        margin-left: 80px;
    }

    #About .content .columns:nth-child(5) {
        margin-right: 80px;
    }

    #Services .content .CornerRetangle .myCenterFix p {
        font-size: 20px;
    }

    #Projects .content .columns {
        margin-bottom: 20px;
    }

    #Projects .TitleArea .Description {
        margin-top: 0;
    }
}

/* Tablet Portrait  (devices and browsers)------768/16 ~ 959/19 */
@media only screen and (min-width: 48em) and (max-width: 59.9375em) {
    /* #Wrap max 959 rules removed */

    #News .wrapper {
        margin-top: 2em;
    }

    .HotNews {
        margin-top: 3rem;
    }

    .en #About .TitleArea .Description,
    .en #Services .TitleArea .Description,
    .en #Projects .TitleArea .Description {
        margin-top: 0em;
    }

    #Services .content .CornerRetangle {
        height: 100px;
        width: auto;
    }

    .en #Services .content .CornerRetangle {
        width: 715px;
    }

    #Services .content .CornerRetangle .myCenterFix {
        height: 100px;
    }

    #Services .content .CornerRetangle .myCenterFix p {
        font-size: 20px;
    }

    .chs #Services .content .CornerRetangle .myCenterFix p {
        font-size: 19px;
    }

    #Projects .content .columns {
        width: 356px;
    }

    #Projects .content .columns .Retangle {
        height: 230px;
    }

    #Projects .content .columns p.Description {
        line-height: 1.5em;
    }

    .chs #Projects .content .columns .Retangle {
        height: 260px;
    }
}

/* All Mobile  (devices and browser)------767/16  */
@media only screen and (max-width: 47.9375em) {
    #Visual {
        aspect-ratio: 4 / 3;
        height: auto;
    }

    #News .columns {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    #News .five.columns {
        margin-bottom: 1em;
        width: 95%;
    }

    #News .eleven.columns {
        margin-top: 0em;
        width: 95%;
    }

    #News .Decoration {
        background: none;
        min-height: 0;
    }

    .HotNews {
        margin-top: 3em;
    }

    #Services .content .CornerRetangle .myCenterFix p {
        font-size: 20px;
        padding-right: 10px;
    }

    #Projects .content .columns {
        width: auto;
        margin-bottom: 10px;
    }

    /* 手機板停用卡片升起與大陰影，改用輕微縮放作為點擊回饋 */
    #Projects .content .columns:hover {
        transform: none;
        box-shadow: none;
    }

    #Projects .content .columns:active {
        transform: scale(0.98);
    }

    #Projects .TitleArea .Description {
        margin-top: 0;
        line-height: 1.25em;
    }

    #Projects .content .columns .Retangle {
        height: 130px;
    }

    #Projects .content .columns p.Description {
        line-height: 1.5em;
    }

    #Services .content, 
    #Projects .content {
        padding: 0 1.5rem; 
    }



    /*------ EN -------*/
    .en #About .TitleArea h1,
    .en #Services .TitleArea h1,
    .en #Projects .TitleArea h1 {
        margin-top: 0.5em;
        width: auto;
    }

    .en #About .TitleArea .Description,
    .en #Services .TitleArea .Description,
    .en #Projects .TitleArea .Description {
        margin-top: 0em;
        width: auto;
    }

    .en .facebookMsg a img {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
}


/* Mobile Landscape  to Tablet Portrait (devices and browsers)------480/16   ~  767/16  */
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
    /* .en #Wrap max 767 rules removed */


    h1 {
        font-size: 2em;
    }

    #News .wrapper {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }

    .HotNews li {
        margin-bottom: 0;
    }

    #About .Decoration::before {
        display: none;
    }

    #About .TitleArea h1,
    #Services .TitleArea h1,
    #Projects .TitleArea h1 {
        /*G4*/
        width: auto;
    }

    #About .TitleArea .Description,
    #Services .TitleArea .Description,
    #Projects .TitleArea .Description {
        /*G10*/
        width: auto;
    }

    #About .content .columns:nth-child(n) {
        width: 45%;
        margin-left: 10px;
        margin-right: 10px;
    }

    #Services .content .columns {
        /*G8*/
        width: 96%;
    }

    #Services .content .CornerRetangle {
        width: auto;
    }

    #Services .content .CornerRetangle .myCenterFix p {
        font-size: 18px;
        padding-right: 10px;
    }

    #Projects .content .columns .Retangle {
        height: auto;
        padding-bottom: 1.5em;
    }



    /*------ EN -------*/
    .en #Services .content .CornerRetangle {
        width: 100%;
    }
}


/* Mobile Portrait  to Mobile Landscape  (devices and browsers)------479/16  */
@media only screen and (max-width: 29.9375em) {
    h1 {
        font-size: 2em;
    }

    #Visual {
        background-position: center 0; /* 移除原本下移 80px 的手動偏移，讓圖片上到頂與透明 Header 重合 */
        background-size: cover;
        height: calc(100vw*3/5) ;
        min-height: unset;
    }
    #News .wrapper {
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }

    #News .five.columns {
        margin-bottom: 0;
    }

    #News .eleven.columns {
        margin-top: 0;
        margin-bottom: 1em;
    }

    .HotNews ul {
        width: auto;
        margin-bottom: 1.5rem;
    }

    .HotNews li {
        margin-bottom: 0;
    }

    .HotNews ul li:nth-child(2n) {
        background-color: #efefef;
    }

    .HotNews ul li:nth-child(2n+1) {
        background-color: #69b335;
    }

    .HotNews ul li:nth-child(2n+1) a {
        color: #fff;
    }

    .HotNews ul li:nth-child(2n+1) a:hover {
        color: #edff00;
    }


    #About .innerBoxs,
    #Projects .innerBoxs {
        padding-bottom: 2em;
        padding-top: 2em;
    }

    #About .TitleArea,
    #Services .TitleArea,
    #Projects .TitleArea {
        margin-bottom: 10px;
    }

    #About .Decoration::before {
        display: none;
    }

    #About .TitleArea .Description,
    #Services .TitleArea .Description,
    #Projects .TitleArea .Description {
        display: none;
    }

    #About .content .cirlcle {
        margin-bottom: 1em;
    }

    #About .content .columns:nth-child(n) {
        width: 95%;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    #Services .content .columns {
        width: 88%;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 2em;
    }

    #Services .content .CornerRetangle {
        height: 80px;
        width: auto;
    }

    .en #Services .content .CornerRetangle {
        width: auto;
    }

    #Services .content .CornerRetangle .myCenterFix {
        height: 80px;
        background-size: auto 80px;
    }

    #Services .content .CornerRetangle .myCenterFix p {
        font-size: 17px;
        padding-left: 85px;
        margin-right: 5px;
    }

    .chs #Services .content .CornerRetangle .myCenterFix p {
        font-size: 16px;
    }

    .en #Services .content .CornerRetangle .myCenterFix p {
        line-height: 20px;
    }

    #Projects .content .columns .Retangle {
        height: auto;
        padding-bottom: 1.5em;
    }
}

/*  END Media Query
--------------------------------------------------------------------------------*/

/*  Services 20223/12/27 《未上線》
--------------------------------------------------------------------------------*/

.content_top {
    width: 100%;
}

.content_top img {
    width: 100%;
}

.content_top .topTitle {
    font-size: 2.25rem;
    font-weight: bold;
}

.content_top p,
.content_top span {
    font-size: 1.125rem;
}

#Services .content_top span a {
    line-height: 2.25rem;
    color: #D7F1FF;
}

.content_top span a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.content_top span a::after {
    content: '|';
    padding: 0 10px;
}

.content_top span a:last-child::after {
    content: '';
    display: none;
}

.content_top .more {
    width: 100%;
    display: flex;
}

#Services .content_top .more a {
    padding: .75rem 1.75rem;
    /*padding: 0.25rem 1.5rem;*/
    border: 2px solid #268EB5;
    color: #268EB5;
    background-color: #ffffff;
    border-radius: 2rem;
    display: inline-block;
    margin: 0 auto;
    margin-top: 20px;
}

#Services .content_top .more a:hover {
    cursor: pointer;
    background-color: #268EB5;
    color: #FFF;
    font-weight: bold;
}

.content_bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.content_bottom .content_card {
    width: calc((100% - (25px * 4)) / 5);
    padding: 20px;
    box-sizing: border-box;
    /*background-color: #015884;*/
    background-color: rgba(0, 0, 0, .1);
    box-shadow: 0 5px 6px rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.content_bottom .content_card:hover {
    background-color: rgba(0, 0, 0, .2);
}

.content_bottom .content_card p {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: bold;
    padding-top: 20px;
}

.content_bottom .content_card p span {
    white-space: pre;
    font-size: 1.25rem;
    font-weight: bold;
}

.content_bottom .content_card .content_card_img {
    width: 100%;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
}

.content_bottom .content_card .content_card_img.card_img_02 {
    background-image: url(../../../images/Index/Services-2.png);
}

.content_bottom .content_card .content_card_img.card_img_03 {
    background-image: url(../../../images/Index/Services-3.png);
}

.content_bottom .content_card .content_card_img.card_img_04 {
    background-image: url(../../../images/Index/Services-4.png);
}

.content_bottom .content_card .content_card_img.card_img_05 {
    background-image: url(../../../images/Index/Services-5.png);
}

.content_bottom .content_card .content_card_img.card_img_06 {
    background-image: url(../../../images/Index/Services-6.png);
}

@media only screen and (max-width: 59.9375em) {
    .content_bottom .content_card {
        padding: 20px 10px;
    }
}

@media only screen and (min-width: 48em) and (max-width: 59.9375em) {
    .content_bottom {
        margin-left: 10px;
        margin-right: 10px;
    }

    .content_bottom .content_card {
        width: calc((100% - (10px * 4)) / 5);
    }
}


@media only screen and (max-width: 768px) {
    #About .innerBoxs {
        padding-top: 4em;
        padding-bottom: 8em;
    }
}


@media only screen and (max-width: 400px) {
    #About .innerBoxs {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
    }

}


@media only screen and (max-width: 29.9375em) {
    .content_bottom {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }

    .content_bottom .content_card {
        width: 95%;
        display: block;
        margin: 10px 0;
    }
}

