@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Archivo+Black&family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');

body {
    background: #FCF8F2;
    font-family: 'Noto Sans TC', sans-serif, Arial, Helvetica, sans-serif;
    color: #645B4E;
}

#main-section-container,
.slogan-wrapper {
    max-width: 1200px;
    margin: auto;
}

h2 {
    font-weight: 400;

}

#main-section-wrapper {
    padding: 0 30px;
}

.slogan-container {
    padding: 0 60px;
    display: grid;
    grid-template-columns: 50% 50%;
    font-size: 20px;
}

.carousel-item {
    position: relative;
}

.slogan-en {
    text-align: left;
    font-weight: lighter;
}

.slogan-en>span,
.slogan-tc>span {
    font-weight: normal;
    font-size: 28px;
}

.slogan-tc {
    text-align: right;
    font-weight: lighter;

}

.slogan-wrapper {
    padding: 45px 0 20px;
}

.deco {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s;
}

#carousel-item1 .deco {
    left: 30px;
    top: 30px;
    color: #FCF8F2;
    font-size: 32px;
    text-shadow: #333a 3px 2px;
}



#knowmore {
    display: block;
    text-align: center;
    padding: 5px;
    border: #645B4E 1px solid;
    margin: 10px 5px;
    border-radius: 26px;

}

#knowmore i {
    background: #645B4E;
    border-radius: 1em;
    display: inline-block;
    width: 26px;
    height: 26px;
    color: #fff;

}

#knowmore .f-l {
    float: left;

}

#knowmore .f-r {
    float: right;
}

a#knowmore {
    text-decoration: none;
    color: #645B4E;

}

.section-title h2 {
    border-bottom: 1px solid #645B4E;
    font-size: 18px;
}

#scrollspy2 {
    margin-top: 30px;
    padding-top: 20px;
}

#scrollspy2 .section-content {
    padding-top: 50px;
    max-width: 900px;
    margin: auto;
}

.content-desc {
    font-size: 14px;
}

#s-3>.section-container {
    margin-top: 45px;
}

#s-3>.section-container .foot-mtl .col-md-1 div {
    border: 1px solid #645B4E;
    text-align: center;
    width: 5em;
    line-height: 1;
    padding: 1.5em 0;
    border-radius: 50%;
}

.foot-type {
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 800px;
}

.sole-step {
    position: relative;
    margin-top: 30px;

}

.sole-step img {
    max-width: 100%;
    position: absolute;
    top: 0;
    height: auto;
    bottom: 0;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}

.step-image {
    width: 100%;
    padding-bottom: 100%;
    position: relative;

}

.step-number {
    font-size: 24px;
    font-weight: 300;
    ;
}

.six-step-container {
    padding-top: 40px;
    max-width: 1000px;
    margin: auto;
}

.video-container {
    max-width: 800px;
    margin: auto;
}

.address a {
    color: #645B4E;
    text-decoration: none;
}

.address {
    display: grid;
    grid-template-columns: 33% 33% 33%;

}

.address>div {
    margin-left: 10px;
    padding-bottom: 3px;
    font-size: 14px;
}

.address a svg {
    margin-right: 10px;
}

.phone {
    text-align: right;
}

.address {
    border-radius: 1em;
    border-color: #645B4E;
    border: 1px solid;
}

#header-container {
    max-width: 1200px;
    margin: auto;
    padding: 30px 30px 0 30px;
}

#nav-topmenu a {
    text-decoration: none;
    color: #645B4E;

}

#service {
    padding-top: 30px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
}

.footer-nav a {
    color: #645B4E;
    text-decoration: none;
    font-size: 20px;
    line-height: 36px;
}

.social a {
    text-decoration: none;
    margin: 0 15px;
}

.step-en {
    font-size: 0.8em;
}

#aboutus {
    padding-top: 30px;
}

.six-step-detail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.six-step-wrapper {
    margin-top: 30px;
}

.six-step-detail>div {
    position: relative;
    box-sizing: border-box;
    margin: auto 0 auto 0;
    width: calc(50% - 70px);

}

.six-step-detail .six-step-detail-content {
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.f-just {
    display: flex;
    justify-content: space-between
}

#service .carousel-control-prev-icon {
    background-color: #00000088;
    border-radius: 50%;
}

#service .carousel-control-next-icon {
    background-color: #00000088;
    border-radius: 50%;
}

.service-deco {
    line-height: 1em;
    padding: 1em;
    margin: auto;
    margin-right: 0;
    box-sizing: border-box;
    margin: auto 0 auto 0;
    position: absolute;
    right: -1.5em;
    top: 0;
    font-size: 2em;
    bottom: 0;
    height: 3em;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #645B4E;
}

.material {
    padding-bottom: 2em;
}

@media (max-width: 767.98px) {
    .slogan-container {
        padding: 0 60px;
        display: grid;
        grid-template-columns: 30% 70%;
        font-size: 20px;
    }

    .service-deco {
        top: unset;
        left: 0;
        width: 3em;
        right: 0;
        margin: auto;
        bottom: -1.5em;
    }

    .six-step-detail>div {
        position: relative;
        box-sizing: border-box;
        margin: auto 0 auto 30px;
        width: calc(100% - 70px);

    }

    .six-step-detail-content {
        padding: 70px 0;
    }

    #carousel-item1 .deco {
        top: 15px;
        left: 15px;
        font-size: 24px;
    }

    .slogan-container {
        padding: 0 0px;
        display: grid;
        grid-template-columns: 100%;
        font-size: 20px;
    }

    .slogan-container>div {
        padding-top: 20px;
    }

    .slogan-wrapper {
        padding: 0;
    }

    .slogan-container {
        font-size: 16px;
    }

    .slogan-en>span,
    .slogan-tc>span {
        font-size: 24px;
    }

    .content-desc {
        padding: 9px 30px;
        padding-bottom: 30px;
    }

    #aboutus .col-wrapper {
        padding-top: 30px;
    }

    #aboutus h3 {
        font-size: 32px;
        text-align: center;
    }

    .foot-type {
        font-size: 14px;
    }

    .foot-type span {
        font-size: 12px;
    }

    .foot-type .tc {
        font-size: 12px;
    }

    .step-image {
        display: block;
        width: 100%;
        padding-bottom: 0;
        padding: 20px 0;
    }

    .sole-step img {
        position: relative;
    }

    .sole-step {
        text-align: center;
    }

    .six-step-container h3 {
        font-size: 32px;
        text-align: center;
    }

    .six-step-container .content-desc {
        text-align: center;
    }

    .video-container h2 {
        text-align: center;
        font-size: 32px;
        padding-bottom: 15px;
    }

    .video-container sup {
        text-align: center;
        margin: auto;
    }

    #contact h2 {
        text-align: center;
        font-size: 32px;
        padding-bottom: 7px;
    }

    .address {
        border: none;
        ;
        grid-template-columns: 100%;
    }

    .address>div {
        margin-bottom: 15px;
        border-radius: 1em;
        border-color: #645B4E;
        border: 1px solid;
        padding: 5px 15px;
    }

    .phone {
        text-align: left;
    }

    .footer-container>div {
        text-align: center;
    }

    .footer-container .social {
        padding-top: 30px;
        padding-bottom: 15px;

    }

    #logo img {
        width: 150px;
    }


}