.worksans {
    font-family: "Work Sans", sans-serif;
}
.wrap960 {
    width: 960px;
    margin: 0 auto;
}
@media screen and (max-width: 960px) {
    .wrap960 {
        width: 100%;
    }
}
@media only screen and (max-width: 960px) {
    .wrap960 {
        width: calc(100% - 20px);
    }
}
.about {
    background: #ffffff;
    padding: 100px 0;
    margin-top: 115px;
}
@media only screen and (max-width: 960px) {
    .about {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 768px) {
    .about {
        margin-top: 68px;
    }
}
/* @media only screen and (max-width: 640px) {
    .about {
        margin-top: 30px;
    }
} */
.about .mainTitle {
    margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
    .about .mainTitle {
        margin-bottom: 20px;
    }
}
.about .mainTitle h1 {
    font-size: 30px;
    color: #103861;
    font-weight: 400;
    margin: 0;
}
.about article p {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}
.aboutTitle {
    color: #d41135;
    font-size: 16px;
    text-align: center;
    display: block;
}
.aboutText {
    margin-top: 100px;
}
.corporation {
    width: 100%;
    background: #ffffff;
    position: relative;
    padding-bottom: 100px;
}
.corporation .wrap960 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.corporation .wrap960:nth-child(1) {
    padding-bottom: 100px;
}
.corporation .wrap960:nth-child(1) img {
    width: 60%;
}
@media only screen and (max-width: 768px) {
    .corporation .wrap960:nth-child(1) img {
        width: 80%;
    }
}
.corporation .wrap960:nth-child(3) img {
    padding-top: 100px;
    width: 85%;
} 
@media only screen and (max-width: 960px) {
    .corporation {
        padding-bottom: 100px;
    }
}
.corporation .dividingLine {
    width: 100%;
    border-bottom: 1px solid #0d2941;
    padding-top: 50px;
}
.corporation .corporationText {
    text-align: center;
    margin: 20px 0 30px 0;
}
.corporation button {
    clear: both;
    display: block;
    width: 240px;
    margin: 0 auto;
    border: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #df1736;
    padding: 12px 0;
    letter-spacing: 2px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
}
.corporation button:focus {
    outline: 0;
}
.corporation button:hover {
    background: #103861;
}
.business {
    padding-top: 100px;
    background: linear-gradient(to bottom, #ffffff, #ebebeb);
    padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .business {
        padding-top: 0px;
    }
}
.businessText {
    text-align: center;
    padding-top: 30px;
}
/* 外層容器：負責置中與交錯感的關鍵 */
.businessContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 讓卡片在每一排都自動置中，產生交錯視覺 */
    padding: 20px;
    margin: 0 auto;
}
.businessContainer img {
    width: 100%;
}
.businessContainer img:nth-child(2) {
    display: none;
}
@media only screen and (max-width: 768px) {
    .businessContainer img:nth-child(1) {
        display: none;
    }
    .businessContainer img:nth-child(2) {
        display: block;
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .businessContainer img:nth-child(2) {
        width: 100%;
    }
}

.business button {
    clear: both;
    display: block;
    width: 240px;
    margin: 0 auto;
    margin-top: 30px;
    border: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #df1736;
    padding: 12px 0;
    letter-spacing: 2px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
}
.business button:focus {
    outline: 0;
}
.business button:hover {
    background: #103861;
}
/* .corporation .titleWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    margin: -240px 0 0 -155px;
    background: #00a9e0;
}
@media only screen and (max-width: 960px) {
    .corporation .titleWrap {
        margin-top: -210px;
    }
}
.corporation .titleWrap .logoWrap {
    width: 268px;
    height: 268px;
    border: 10px #fff solid;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) inset;
    margin: 11px 0 0 11px;
}
.corporation .titleWrap .logoWrap img {
    display: block;
    margin: 30px auto 20px;
}
.corporation .titleWrap .logoWrap h4 {
    font-size: 22px;
    text-align: center;
    color: #103861;
    line-height: 0.4;
}
.corporation .titleWrap .logoWrap h4 .num {
    color: #d7092f;
    font-size: 56px;
}
.corporation .titleWrap .circle {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    position: absolute;
}
.corporation .titleWrap .circle i {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../images/about_icon.png);
    background-repeat: no-repeat;
    margin: 17px 0 0 17px;
}
.corporation .titleWrap .circle.one {
    background: #103861;
    top: -30px;
    left: -10px;
}
.corporation .titleWrap .circle.one i {
    background-position: 0 0;
}
.corporation .titleWrap .circle.two {
    background: #0077b2;
    top: -30px;
    right: -10px;
}
.corporation .titleWrap .circle.two i {
    background-position: -60px 0;
}
.corporation .titleWrap .circle.three {
    background: #0081d2;
    bottom: -30px;
    left: -10px;
}
.corporation .titleWrap .circle.three i {
    background-position: -60px 0;
}
.corporation .titleWrap .circle.four {
    background: #00a9e0;
    bottom: -30px;
    right: -10px;
}
.corporation .titleWrap .circle.four i {
    background-position: -60px -60px;
}
@media screen and (max-width: 700px) {
    .corporation .titleWrap {
        width: auto;
        height: auto;
        background: 0 0;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 40px 0;
    }
    .corporation .titleWrap .logoWrap {
        margin: 0;
        border: 0;
        width: auto;
        height: auto;
        background: 0 0;
        box-shadow: none;
        text-align: center;
    }
    .corporation .titleWrap .logoWrap img {
        margin: 0 10px 0 0;
        display: inline-block;
        width: 50px;
    }
    .corporation .titleWrap .logoWrap h4 {
        display: inline-block;
        margin: 0;
    }
    .corporation .titleWrap .logoWrap h4 br {
        display: none;
    }
    .corporation .titleWrap .logoWrap h4 .num {
        font-size: 24px;
    }
    .corporation .titleWrap .circle {
        display: none;
    }
}
.corporation .item {
    width: 420px;
    border-radius: 10px;
    padding: 30px 20px;
    position: relative;
}
@media only screen and (max-width: 960px) {
    .corporation .item {
        width: calc(50% - 50px);
    }
}
@media screen and (max-width: 700px) {
    .corporation .item {
        width: auto;
    }
}
.corporation .item h5 {
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin: 0 10px 10px;
}
@media only screen and (max-width: 960px) {
    .corporation .item h5 {
        font-size: 18px;
        margin-bottom: 5px;
    }
}
.corporation .item .enName {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.corporation .item .since {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.corporation .item .wrap {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 15px;
    min-height: 255px;
    border: 4px #fff solid;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}
@media only screen and (max-width: 960px) {
    .corporation .item .wrap {
        min-height: 320px;
    }
}
@media screen and (max-width: 700px) {
    .corporation .item .wrap {
        min-height: auto;
    }
}
.corporation .item .wrap .good {
    width: 68px;
    height: 65px;
    position: absolute;
    background: url(../images/about_good.svg) no-repeat;
    top: -30px;
    left: -20px;
    z-index: 2;
}
.corporation .item .wrap h6 {
    text-align: center;
    margin: 0;
    font-size: 18px;
    background: url(../images/about_h6_border.svg) no-repeat center bottom;
    padding-bottom: 15px;
}
.corporation .item .wrap dl {
    padding-left: 15px;
}
.corporation .item .wrap dl dt {
    font-size: 16px;
    color: #666;
    line-height: 1.2;
    margin-bottom: 3px;
    position: relative;
}
.corporation .item .wrap dl dt:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: -15px;
}
.corporation .item .wrap dl dd {
    font-size: 16px;
    color: #969696;
    line-height: 1.2;
    margin-left: 0;
    margin-bottom: 3px;
}
.corporation .item.one {
    background: #103861;
    float: left;
    margin-bottom: 420px;
}
@media screen and (max-width: 700px) {
    .corporation .item.one {
        margin-bottom: 20px;
        float: none;
    }
}
.corporation .item.one h6 {
    color: #103861;
}
.corporation .item.one dt:before {
    background: #103861;
}
.corporation .item.two {
    background: #0077b2;
    float: right;
    margin-bottom: 420px;
}
@media screen and (max-width: 700px) {
    .corporation .item.two {
        margin-bottom: 20px;
        float: none;
    }
}
.corporation .item.two h6 {
    color: #0077b2;
}
.corporation .item.two dt:before {
    background: #0077b2;
}
.corporation .item.three {
    background: #0081d2;
    float: left;
}
@media screen and (max-width: 700px) {
    .corporation .item.three {
        margin-bottom: 20px;
        float: none;
    }
}
.corporation .item.three h6 {
    color: #0081d2;
}
.corporation .item.three dt:before {
    background: #0081d2;
}
.corporation .item.four {
    background: #00a9e0;
    float: right;
}
@media screen and (max-width: 700px) {
    .corporation .item.four {
        margin-bottom: 20px;
        float: none;
    }
}
.corporation .item.four h6 {
    color: #00a9e0;
}
.corporation .item.four dt:before {
    background: #00a9e0;
}
.corporation:after {
    content: "";
    display: block;
    clear: both;
} */
