.cell {
    position: initial;
}

.breadcrumbs {
    margin-top: 90px;
    margin-bottom: 100px;
}

.about-photo {
    -webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
    margin-left: 0;
}


/* 資料介紹 */

.grid-container {
    margin-bottom: 0;
}

.global-title-en {
    font-size: 0.875rem;
    color: #191f23;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.global-title {
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 1px;
}

.global-text-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 80px;
}

.global-text-block {
    margin-left: 0.9375rem;
    margin-right: 3.9375rem;
    margin-bottom: 5rem;
    padding-right: 3.125rem;
    width: calc(100vw / 4 - 30px);
    font-size: 0.875rem;
    width: 100%;
    padding-right: 0;
}

.global-text-block ul,
.global-text-block li {
    list-style: none;
}

.global-text-block,
.global-text-block * {
    line-height: 2.1;
}

.global-text-block .inside {
    padding-top: 1.875rem;
    padding-right: 1.5rem;
}

.global-text-block .cont {
    padding-right: 1.5rem;
    border-top: 1px solid #7d7d7d;
    line-height: 20px;
    padding-top: 1.5rem;
}

.global-text-block .cont li {
    font-weight: 400;
    line-height: 2.3;
}

.global-text-block .block-title {
    font-size: 1.125rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.global-text-block .sub-block {
    margin-top: 30px;
}

.global-text-block p:nth-child(2) {
    padding-right: 20px;
    text-align: justify;
}


/* // */


/* 圖搭數字 */

.intro-img {
    position: relative;
    margin-bottom: 70px;
}

.intro-img:before {
    content: '';
    display: block;
    padding-top: 112.28%;
}

.intro-img img {
    position: absolute;
    top: 0;
    display: block;
}

.intro-img .data-box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.intro-img .box {
    width: 50%;
    color: #fefefe;
    background-color: #1a191d;
    font-size: 0.875rem;
    padding: 0px 10px 28px 25px;
}

.intro-img .box img {
    position: relative;
    display: inline-block;
    top: -12px;
    margin-right: 10px;
    width: 35px;
}

.intro-img .box i {
    margin-right: 7px;
    display: block;
}

.intro-img .box i::before {
    color: #fff;
}

.intro-img .box:nth-child(1) {
    background-color: #7d5141;
}

.intro-img .box .num {
    font-weight: 700;
    font-size: calc(64/1920*100vw);
}

.intro-img .box .text {
    line-height: 1.5;
    letter-spacing: 1px;
    margin-left: 55px;
    display: inline-block;
}


/* // */


/* 輪播1*/

.about-photo-carousel .swiper-slide {
    width: 690px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    text-align: center;
}

.about-photo-carousel .swiper-slide.swiper-slide-active,
.about-photo-carousel .swiper-slide.swiper-slide-duplicate-active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.about-photo-carousel .swiper-button-prev {
    left: calc(50% - 360px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 53%;
}

.about-photo-carousel .swiper-button-next {
    right: calc(50% - 360px);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    top: 53%;
}


/* 輪播2 */

.about-award-client>div:nth-child(1) {
    margin-bottom: 15em;
}

.about-award-client>div:nth-child(2) {
    position: relative;
    padding-top: 4.75rem;
    margin-bottom: 50px;
}

.about-award-client>div:nth-child(2):before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 99%;
    height: 3px;
    background: #000;
}

.about-award .cont {
    position: relative;
}

.about-award .swiper-pagination {
    left: 0px;
    bottom: -120px;
}

.about-client .cont {
    position: relative;
}

.about-client .swiper-wrapper {
    padding-top: 115px;
}

.about-client .swiper-pagination {
    display: flex !important;
    justify-content: flex-end !important;
    position: absolute;
    top: 0%;
    height: 50px;
}

.clearBoth {
    clear: both;
}

.swiper-button-next.swiper-button-circle,
.swiper-button-prev.swiper-button-circle {
    -webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
    outline: none;
}

.swiper-box .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: 0px;
}

.swiper-box .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    margin-right: 14px;
    margin-left: 5px;
    background: 0 0;
    border: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
}

.swiper-box .swiper-pagination .swiper-pagination-bullet::after {
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    border: 2px solid #1e1e1e;
    -webkit-transition: all, 0.5s, 0s;
    transition: all, 0.5s, 0s;
    background-color: #fff;
}

.swiper-box .swiper-pagination .swiper-pagination-bullet-active::after {
    background-color: #1e1e1e;
    border: 0 solid #fff;
}

#about-photo-carousel .swiper-button-next,
#about-photo-carousel .swiper-button-prev {
    width: 76px;
    height: 76px;
}

#about-photo-carousel .swiper-button-next::after {
    color: #fff;
    font-size: 1.25rem;
}

#about-photo-carousel .swiper-button-prev::after {
    padding-right: 7px;
    font-size: 1.25rem;
    color: #fff;
}

#about-photo-carousel .swiper-button-next {
    background-color: rgba(125, 81, 65, 0.3);
}

#about-photo-carousel .swiper-button-prev {
    background-color: rgba(125, 81, 65, 0.3);
}

#about-photo-carousel .swiper-button-next.swiper-button-circle:hover,
#about-photo-carousel .swiper-button-prev.swiper-button-circle:hover {
    background-color: #7d5141;
}


/* // */


/* RWD */

@media only screen and (min-width: 700px) {
    .intro-img .data-box {
        bottom: -100px;
        left: -77px;
    }
}

@media only screen and (min-width: 1000px) {
    .intro-img .box i {
        display: inline;
        font-size: 35px;
    }
}

@media screen and (min-width: 1300px) {
    .global-text-block {
        width: 278px;
    }
}

@media screen and (min-width: 1300px) {
    .global-text-block .sub-block {
        margin-top: 120px;
    }
}


/* 我的RWD */

@media screen and (min-width: 1600px) {}

@media (max-width: 1600px) and (min-width: 1300px) {
    .grid-container {
        margin-left: 2%;
        margin-right: 2%;
    }
    /* .about-client .swiper-pagination{
    left: 45%  !important;
  } */
}

@media (max-width: 1300px) and (min-width: 1000px) {

    .scroll-down {
        left: -2%;
    }
    .grid-container {
        margin-bottom: 90px;
        margin-left: 3.5%;
        margin-right: 3.5%;
    }
    .intro-img .box {
        padding-top: 10px;
    }
    .intro-img .box .num {
        display: block;
    }
    .intro-img .box img {
        position: relative;
        display: inline-block;
        top: 0px;
        margin: 3px 10px 10px 0px;
    }
    .intro-img .box .text {
        margin-left: 0;
    }
}

@media (max-width: 1000px) and (min-width: 700px) {
    .scroll-down {
        left: -2%;
    }
    .grid-container {
        margin-bottom: 90px;
        margin-left: 6%;
        margin-right: 6%;
    }
    .breadcrumbs {
        margin-bottom: 50px;
    }
    .swiper-container {
        min-height: 250px;
    }
    .grid-margin-x>.auto {
        height: 250px;
        margin-top: 30px;
    }
    .intro-img .data-box {
        padding: 0 30px;
        bottom: -90px;
    }
    .intro-img .box {
        height: 180px;
        padding-top: 17px;
    }
    .intro-img .box img {
        position: relative;
        top: 0px;
        margin-right: 10px;
        display: block;
        width: 20px;
        margin-bottom: 7px;
    }
    .intro-img .box i {
        font-size: 20px;
    }
    .intro-img .box .text {
        margin-left: 0;
    }
    .about-award-client>div:nth-child(1) {
        margin-bottom: 0px;
    }
    .about-award .swiper-pagination {
        left: 15px;
        bottom: 70px;
    }
}

@media screen and (max-width: 700px) {
    .banner .num {
        font-size: 1.8rem;
        bottom: 30px;
    }
    .scroll-down {
        display: none;
    }
    .breadcrumbs {
        margin-bottom: 50px;
    }
    .grid-container {
        margin-bottom: 50px;
        margin-left: 6%;
        margin-right: 6%;
    }
    .grid-margin-x>.auto {
        min-height: 280px;
    }
    .intro-img .data-box {
        padding: 0 30px;
        bottom: -90px;
    }
    .intro-img .box {
        height: 180px;
        padding-top: 17px;
    }
    .intro-img .box .num {
        font-size: 30px;
    }
    .intro-img .box img {
        display: block;
        width: 20px;
        margin-top: 12px;
        margin-left: 3px;
    }
    .intro-img .box i {
        font-size: 20px;
    }
    .intro-img .box .text {
        margin-left: 0;
    }
    .about-photo {
        margin-bottom: 0px;
    }
    .about-photo .swiper-container {
        min-height: 600px;
    }
    #about-photo-carousel .swiper-button-next,
    #about-photo-carousel .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    .about-award-client>div:nth-child(1) {
        margin-bottom: 0px;
    }
    .about-award .swiper-container {
        top: 25%;
    }
    .about-award .swiper-pagination {
        left: 15px;
        bottom: 30px;
    }
    .swiper-box .swiper-pagination .swiper-pagination-bullet {
        margin-right: 3px;
        margin-left: 3px;
    }
    .global-text-block {
        margin-right: 0.9375rem;
    }
    .global-text-block .cont {
        padding-right: 0;
    }
    .global-text-block p:nth-child(2) {
        padding-right: 0;
    }
    .global-text-block .inside {
        padding-right: 0;
    }
    .about-photo {
        margin-bottom: 45px;
    }
    .about-photo .swiper-container {
        min-height: 600px;
    }
    .about-photo-carousel .swiper-slide img {
        width: 85vw;
    }
    .about-photo .swiper-container {
        min-height: 85vw;
    }
}

@media (max-width: 300px) {
    .intro-img .data-box {
        padding: 0 10px;
    }
}


/* 歷史 */

.history {
    display: flex;
    min-height: 745px;
    background-color: #e4e3e3;
    position: relative;
}

.history .pic {
    background-image: url(./src/part01/img/t-14/history.png);
    position: absolute;
    bottom: 0px;
    width: 50%;
    height: 142px;
    background-repeat: no-repeat;
    background-size: contain;
}

.history .wrap1 {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.history .wrap1 .box {
    display: flex;
    text-align: center;
    flex-direction: column;
    max-height: 175px;
    height: 100%;
}

.history .wrap1 .box p {
    font-size: calc(36/1920*100vw);
    color: #171716;
    margin-bottom: 63px;
    font-weight: 700;
}

.history .wrap1 .swiper-pagination {
    position: relative;
    margin: 0;
    left: 0;
}

.history .wrap1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 15px;
    outline: none;
    background-color: transparent;
    border: 1px solid #A98252;
    width: 10px;
    height: 10px;
}

.history .wrap1 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #A98252;
}

.history .wrap2 {
    width: 70%;
    display: flex;
    align-items: center;
    position: relative;
}

.history .wrap2::before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #2c2c2b;
    left: -65px;
    top: 45.5%;
    width: 72.7vw;
}

.history .wrap2 .line {
    width: 11px;
    height: 11px;
    background-color: #2c2c2b;
    border-radius: 50%;
    position: absolute;
    left: -75px;
    top: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.history .wrap2 .line::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #2c2c2b;
    border-radius: 50%;
}

.history .wrap2 .swiper-slide .color {
    width: 85%;
    min-height: 330px;
    background-color: #e67344;
    position: absolute;
    top: 7%;
    left: 5%;
    z-index: -1;
}

.history .wrap2 .swiper-slide .text {
    width: 83%;
    text-align: right;
    position: relative;
    z-index: 10;
    bottom: 2.7vw;
    right: 0;
}

.history .wrap2 .text h1 {
    font-size: calc(92/1920*100vw);
    color: #171716;
    font-weight: 700;
    font-family: arial;
    line-height: 1;
}

.history .wrap2 .text p {
    font-size: 18px;
    color: #464347;
    line-height: 1.5;
}


/* RWD */

@media (max-width: 1600px) {
    .history .pic {
        height: 118px;
    }
    .history .wrap2 {
        margin: 0 2%;
    }
    .history .wrap2 img {
        width: 95%;
    }
    .history .wrap2 .swiper-slide .color {
        width: 95%;
        min-height: 297px;
        top: 6%;
        left: 5%;
    }
    .history .wrap2 .swiper-slide .text {
        width: 95%;
    }
    .history .wrap1 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 10px;
    }
}

@media (max-width: 1440px) and ( min-width: 1440px) {
    .history .wrap2::before {
        width: 75.5vw;
    }
}

@media (max-width: 1366px) and ( min-width: 1366px) {
    .history .wrap2 .swiper-slide .text {
        bottom: 1.9vw;
    }
    .history .wrap2 .text h1 {
        font-size: calc(64/1366*100vw);
    }
    .history .wrap2::before {
        width: 75.5vw;
    }
}

@media (max-width: 1300px) {
    .history .pic {
        height: 105px;
    }
    .history .wrap2 .swiper-slide .color {
        width: 95%;
        min-height: 262px;
        top: 5%;
        left: 5%;
    }
    .history .wrap1 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 8px;
    }
    .history .wrap2 .text h1 {
        font-size: calc(64/1300*100vw);
    }
}

@media (max-width: 1300px) and (min-width: 1000px) {
    .history {
        min-height: 525px;
    }
    .history .pic {
        height: 95px;
    }
    .history .wrap2 .swiper-slide .color {
        min-height: 262px;
        top: 6%;
    }
    .history .wrap2::before {
        width: 76vw;
    }
}

@media (max-width: 1152px) and (min-width: 1152px) {
    .history .wrap2 .swiper-slide .text {
        bottom: 3.9vw;
    }
    .history .wrap2 .text h1 {
        font-size: calc(64/1024*100vw);
    }
    .history .wrap2 .swiper-slide .color {
        min-height: 235px;
        top: 7%;
    }
    .history .wrap2::before {
        width: 76.5vw;
    }
}

@media (max-width: 1194px) and (min-width: 1194px) {
    .history .wrap2 .text h1 {
        font-size: calc(56/1024*100vw);
    }
    .history .wrap2 .swiper-slide .color {
        min-height: 248px;
        top: 8%;
    }
}

@media (max-width: 1112px) and (min-width: 1112px) {
    .history .wrap2 .text h1 {
        font-size: calc(56/1024*100vw);
    }
    .history .wrap2 .swiper-slide .color {
        min-height: 230px;
        top: 8%;
    }
    .history .wrap2::before {
        width: 77.7vw;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .history {
        display: flex;
        min-height: 450px;
        background-color: #e4e3e3;
        position: relative;
    }
    .history .pic {
        height: 64px;
    }
    .history .wrap1 .box {
        max-height: 157px;
    }
    .history .wrap1 .box p {
        font-size: calc(28/768*100vw);
        margin-bottom: 45px;
    }
    .history .wrap1 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 11px;
    }
    .history .wrap2::before {
        left: -34px;
        top: 46%;
        width: 74vw;
    }
    .history .wrap2 .line {
        left: -45px;
        top: 45%;
    }
    .history .wrap2 .line::before {
        width: 35px;
        height: 35px;
    }
    .history .wrap2 .swiper-slide .color {
        width: 95%;
        min-height: 157px;
        top: 8%;
        left: 5%;
    }
    .history .wrap2 .swiper-slide .text {
        bottom: 3.3vw;
    }
    .history .wrap2 .text h1 {
        font-size: calc(48/768*100vw);
    }
    .history .wrap2 .text p {
        font-size: 15px;
        line-height: 1.5;
    }
}

@media (max-width: 1024px) and (min-width: 1024px) {
    .history .wrap2 .swiper-slide .color {
        min-height: 212px;
    }
    .history .wrap2 .swiper-slide .text {
        bottom: 3.9vw;
    }
    .history .wrap2 .text h1 {
        font-size: calc(64/1024*100vw);
    }
    .history .pic {
        height: 85px;
    }
    .history .wrap2::before {
        width: 75vw;
    }
}

@media (max-width: 834px) and (min-width: 834px) {
    .history .wrap2 .swiper-slide .color {
        width: 95%;
        min-height: 171px;
        top: 8%;
        left: 5%;
    }
}

@media (max-width: 500px) and (min-width: 0px) {
    .history {
        display: flex;
        min-height: 400px;
        background-color: #e4e3e3;
        position: relative;
        flex-direction: column;
    }
    .history .pic {
        height: 30px;
        width: 50%;
    }
    .history .wrap1 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 15px 0;
    }
    .history .wrap1 .box p {
        font-size: calc(36/500*100vw);
        color: #171716;
        margin-bottom: 0;
        font-weight: 700;
    }
    .history .wrap1 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 6px;
    }
    .history .wrap1 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }
    .history .wrap2 {
        width: 100%;
        display: flex;
        align-items: center;
        position: relative;
        margin: 0;
    }
    .history .wrap2::before {
        content: '';
        position: absolute;
        height: 1px;
        background-color: #2c2c2b;
        left: 0px;
        top: 36.5%;
        width: 100%;
    }
    .history .wrap2 .line {
        left: 0px;
        top: 35%;
    }
    .history .wrap2 .swiper-container {
        margin: 0 10%;
    }
    .history .wrap2 img {
        width: 95%;
    }
    .history .wrap2 .swiper-slide .color {
        min-height: 182px;
        top: 12vw;
        left: 5%;
        width: 95%;
    }
    .history .wrap2 .swiper-slide .text {
        width: 95%;
        bottom: 6.7vw;
    }
    .history .wrap2 .text h1 {
        font-size: calc(64/500*100vw);
    }
    .history .wrap2 .text p {
        font-size: 16px;
        color: #464347;
        line-height: 1.5;
    }
}

@media (max-width: 390px) and (min-width: 390px) {
    .history .wrap2 .swiper-slide .color {
        min-height: 182px;
        top: 8vw;
        left: 5%;
        width: 95%;
    }
}

@media (max-width: 375px) and (min-width: 375px) {
    .history .wrap2 .swiper-slide .color {
        min-height: 182px;
        top: 6vw;
        left: 5%;
        width: 95%;
    }
}

@media (max-width: 320px) and (min-width: 320px) {
    .history .wrap2 .swiper-container {
        margin: 0 9%;
    }
    .history .wrap2 .swiper-slide .color {
        min-height: 159px;
        top: 6vw;
        left: 5%;
        width: 95%;
    }
    .history .wrap2 .swiper-slide .text {
        width: 100%;
        bottom: 6.7vw;
    }
}

@media (max-width: 280px) and (min-width: 280px) {
    .history .wrap2 .swiper-slide .color {
        min-height: 120px;
        top: 12vw;
        left: 5%;
        width: 95%;
    }
}

#About .swiper-pagination-bullet {
    padding: 0;
}

#About .swiper-pagination-bullet:before {
    display: none;
}