@font-face {
    font-family: "Noto Sans TC Medium";
    font-weight: 500;
    src: url('./assets/Noto_Sans_TC/noto-sans-tc-v9-chinese-traditional-500.woff2') format('woff2');
}

@font-face {
    font-family: "Noto Sans TC Ｂold";
    font-weight: 700;
    src: url('./assets/Noto_Sans_TC/noto-sans-tc-v9-latin_chinese-traditional-700.woff2') format('woff2');
}

@font-face {
    font-family: "Noto Sans TC Regular";
    font-weight: 400;
    src: url('./assets/Noto_Sans_TC/noto-sans-tc-v9-chinese-traditional-regular.woff2') format('woff2');
}

.Noto-Sans-TC-Medium {
    font-family: 'Noto Sans TC Medium', sans-serif;
}

.Noto-Sans-TC-Regular {
    font-family: 'Noto Sans TC Regular', sans-serif;
}

.Noto-Sans-TC-Bold {
    font-family: 'Noto Sans TC Bold', sans-serif;
}

*,
::after,
::before {
    box-sizing: border-box;
}

p {
    margin: 0;
    padding: 0
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: NotoSansTC;
    /* display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%; */
}

img {
    width: 100%;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0);
}

.box-hide {
    display: none !important;
}

#area3 {
    position: absolute;
    top: 850px;
}

#area4 {
    position: absolute;
    top: 1800px;
}

header nav {
    padding: 0;
    height: 80px;
}

header #navbarCollapse .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

header #navbarCollapse .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    letter-spacing: 4.24px;
}

header #navbarCollapse .navbar-nav .nav-link:hover {
    color: rgb(226, 225, 222);
}

header #navbarCollapse ul li {
    margin: 0 1%;
    padding-bottom: 9px;
    border-bottom: 2px solid transparent;
}

.active-nav {
    border-bottom: 2px solid #bfa66b !important;
}

.navbar {
    height: 120px;
}

/* header #navbarCollapse .navbar-nav .nav-item{
    padding-top: 40px;
} */

.carousel-control-prev-icon {
    background-image: url('images/left.png');
}

.carousel-control-next-icon {
    background-image: url('images/right.png');
}

.carousel-control-next,
.carousel-control-prev {
    height: 50px;
    opacity: 1;
}

.carousel-control-prev {
    right: 90px;
    left: initial;
}

.carousel-control-box {
    position: relative;
    width: 100%;
    height: 50px;
}

.pic-mobile {
    display: none;
}

.pic-desktop {
    display: inline-block;
}

/* 主頁 */

.pic {
    width: 100%;
    /* max-height: 1080px; */
    position: relative;
}

.title {
    font-size: 45px;
    letter-spacing: 8.89px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 7%;
    font-family: 'Noto Sans TC Medium', sans-serif;
}

.pic-1 {
    /* height: 100%; */
    height: 100vh;
}

.pic-1 .bg {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000000;
    position: absolute;
    z-index: 1;
    top: 0;
}

.pic-1 .pic_home_bg {
    width: 100%;
    height: 100%;
    /* background-image: url("images/pic_home_bg.jpg"); */
    background-image: url("images/img_home_bg.jpg");

    background-size: cover;
    background-position: center;
}

.pic-1 .home-box {
    width: 100vw;
    max-width: 550px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.pic-1 .home-box .logo_home {
    max-width: 100%;
    max-height: 34vh;
    object-fit: contain;
}

.pic-1 .home-box .text-top {
    margin-top: 10%;
    font-size: 18px;
    letter-spacing: 4px;
}

.pic-1 .home-box .addes {
    font-size: 18px;
    letter-spacing: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.pic-1 .deco {
    position: absolute;
    z-index: 3;
    width: 214px;
    margin: 32px 24px 32px 24px;
}

.pic-1 .deco.left-top {
    top: 0;
    left: 0;
}

.pic-1 .deco.right-top {
    top: 0;
    right: 0;
}

.pic-1 .deco.left-buttom {
    bottom: 0;
    left: 0;
}

.pic-1 .deco.right-buttom {
    bottom: 0;
    right: 0;
}

.pic-1 .btn_scrol {
    width: 70px;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, -200%);
    -webkit-transform: translate(-50%, -200%);
    cursor: pointer;
}

/* 第二頁 */

.pic-2 {
    height: 2900px;
    position: relative;
}

.pic-2 .shiming-content-box {
    width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5% 0 0;
}

.pic-2 .shiming-content-box .shiming_bg {
    width: 315px;
    height: auto;
}

.pic-2 .shiming-content-box .content-box-div {
    /* width: 610px; */
    text-align: center;
    margin: 0 auto;
}

.pic-2 .shiming-content-box .content-box-div .title {
    margin-top: 50px;
}

.pic-2 .shiming-content-box .content-box-div .shiming-footer {
    width: 15%;
    margin-top: 5%;
}

.pic-2 .shiming-content-box .text-box {
    /* background-image: url(images/shiming_text-box.png);
    background-size: 100% 100%; */
    font-size: 23px;
    letter-spacing: 5.11px;
    padding: 0 10% 8% 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 72px 0 72px;
    max-width: 1146px;
    border-bottom: 3px solid;
    border-color: #dcc073;
    width: 100%;
}

.pic-2 .bg-01 {
    width: 20%;
    position: absolute;
    /* 1000px */
    top: calc(1050px - 7%);
    left: 10%;
}

.pic-2 .start-box {
    width: 35%;
    position: absolute;
    top: 1000px;
    left: calc(50%);
}

/* .pic-2__area3__block{
    height: 100%;
    width: 100%;
    position: relative;
    margin: 100px 0;
} */

.pic-2 .start-text-box {
    width: 40%;
    font-size: 19px;
    letter-spacing: 3px;
    position: absolute;
    top: 1200px;
    left: 15%;
    padding: 3% 4%;
    box-shadow: 0 12px 28px -3px rgba(0, 0, 0, 0.07);
    border: solid 2px #bfa66b;
    background-color: #ffffff;
}

.pic-2 .start-text-box .title {
    font-size: 35px;
    letter-spacing: 7.78px;
    color: #bea56f;
    font-weight: 400;
}

.pic-2 .start-text-box ul li {
    line-height: 40px;
}

.pic-2 .bg-02 {
    width: 25%;
    position: absolute;
    top: 2100px;
    right: 8%;
}

.pic-2 .team-box {
    width: 80%;
    /* 減掉left */
    position: absolute;
    top: 1880px;
    left: 20%;
    /* text-align: right; */
    /* height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; */
}

.pic-2 .team-box .title {
    /* position: absolute;  */
    /* writing-mode: vertical-lr; */
    height: 100%;
    /* bottom: 0%;
    left: -20px; */
    display: inline;
}

.pic-2 .team-box img {
    width: 40%;
}

.pic-2 .team-text-box {
    width: 60%;
    font-size: 19px;
    letter-spacing: 3px;
    position: absolute;
    top: calc(2500px - 7%);
    left: 20%;
    padding: 3% 4%;
    box-shadow: 0 12px 28px -3px rgba(0, 0, 0, 0.07);
    border: solid 2px #bfa66b;
    background-color: #ffffff;
}

.pic-2 .team-text-box .title {
    font-size: 35px;
    letter-spacing: 7.78px;
    color: #bea56f;
    font-weight: 400;
}

.pic-2 .team-text-box ul li {
    line-height: 35px;
}

/* 第三頁 */

.pic-3 {
    padding: 6% 10%;
    margin-top: 150px;
    position: relative;
    background-color: #fbf9f5;
}

.pic-3 .professional-box {
    width: 100%;
    text-align: center;
    max-width: 1536px;
    margin: 0 auto;
}

.pic-3 .professional-box .professional-content {
    border-radius: 41px;
    background: url(./images/border-bg.png);
    background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 5%;
}

.pic-3 .professional-box .professional-content .block {
    width: 30%;
}

.pic-3 .professional-box .professional-content .img {
    width: 120px;
}

.pic-3 .professional-box .professional-content .title-text {
    font-size: 25px;
    letter-spacing: 5.56px;
    color: #000000;
    margin: 40px 0 25px 0;
    font-family: 'Noto Sans TC Medium', sans-serif;
}

.pic-3 .professional-box .professional-content ul {
    width: fit-content;
    text-align: left;
    margin: auto;
}

.pic-3 .professional-box .professional-content ul li {
    font-size: 19px;
    /* padding: 10px 0; */
    letter-spacing: 3px;
    color: #000000;
    list-style-type: none;
    text-align: center;
    line-height: calc(100% + 15px);
}

.pic-3 .select-box {
    width: 100%;
    text-align: center;
    padding-top: 5%;
    max-width: 1536px;
    margin: 0 auto;
}

.pic-3 .select-box .select-content {
    /* border-radius: 41px; */
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-flow: row;
    flex-wrap: wrap;
}

.pic-3 .select-box .select-content .block {
    width: 50%;
    padding: 0 5%;
}

.pic-3 .select-box .select-content .top-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.pic-3 .select-box .select-content .img {
    width: 50px;
    /* position: absolute;
    left: -85px; */
}

.pic-3 .select-box .select-content .title-text {
    padding-left: 20px;
    font-size: 25px;
    letter-spacing: 5.56px;
    color: #000000;
    font-family: 'Noto Sans TC Medium', sans-serif;
    text-align: left;
}

.pic-3 .select-box .select-content ul {
    margin-top: 25px;
}

.pic-3 .select-box .select-content ul li {
    font-size: 19px;
    letter-spacing: 3px;
    color: #000000;
    text-align: left;
    padding-bottom: 5%;
    list-style-type: none;
}

.pic-3 .role-box {
    width: 100%;
    text-align: center;
    padding-top: 5%;
    max-width: 1536px;
    margin: 0 auto;
}

.pic-3 .role-box .role-content {
    border-radius: 41px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    height: 100%;
    overflow: hidden;
}

.pic-3 .role-box .role-content .block {
    width: 100%;
    height: 100%;
    /* max-height: calc(35vh + 20px); */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    background-color: #fff;
    /* overflow: hidden; */
}

.pic-3 .role-box .role-content .block .img-box {
    width: 50%;
    height: 100%;
    /* background-image: url(images/pic_03.png); */
    /* background-image: url("images/img_pic02_s.jpg");
    background-size: 100%; */
    /* background-position: 50% 96%; */
    /* background-position:bottom;
    background-repeat: no-repeat; */
}

.pic-3 .role-box .role-content .block .img-box img {
    width: 100%;
    max-height: 200px;
}

.pic-3 .role-box .role-content .block .right-box {
    width: 40%;
    margin: 0 auto;
    padding: 20px 0;
}

.pic-3 .role-box .role-content .title-text {
    font-size: 25px;
    letter-spacing: 5.56px;
    color: #bea56f;
    padding: 0 0 20px;
}

.pic-3 .role-box .role-content .text-p {
    font-size: 18px;
    letter-spacing: 4.56px;
    padding-top: 3%;
}

.pic-3 .role-box .role-content ul {
    padding: 0 25px;

}

.pic-3 .role-box .role-content ul li {
    font-size: 19px;
    letter-spacing: 3px;
    color: #bea56f;
    text-align: left;
    padding-bottom: 1%;
    list-style-type: dot;
}

.pic-3 .role-box .role-content ul li .li__text {
    color: #000;
}

/* .pic-3 .role-box .role-content ul li::before {
    content: "\25CF";
    padding-right: 5px;
    color: #bea56f;
} */

.pic-4 {
    padding: 7% 12%;
    position: relative;
}

.pic-4 .title {
    text-align: center;
}

.pic-4 .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.pic-4 .img-box .img {
    width: auto;
    max-width: 80%;
}

.pic-4 .more-box {
    width: 232px;
    height: 53px;
    background-image: linear-gradient(to left, #dcc073, #c3a66b);
    color: #ffffff;
    font-size: 19px;
    margin: 5% auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-box {
    background-color: #191919;
    width: 100%;
    height: auto;
    padding: 3% 25% 0.5% 25%;
    font-weight: 300;
}

.footer-box .text-box {
    font-size: 14px;
    letter-spacing: 1.3px;
    text-align: justify;
    color: white;
    padding: 10px;
}

.footer-box .text-box-3 {
    font-size: 12px;
    letter-spacing: 1.3px;
    text-align: justify;
    color: #c7c6c6;
    padding: 10px;
    margin-top: 10px;
}
.footer-box .sub-title {
    font-size: 12px;
    color: #c7c6c6;
    padding: 0 10px;
    margin-top: 10px;
    display: block;
}

.footer-box a {
    margin-right: 8px;
    color: #ffffff;
    font-size: 14px;
}

.footer-box .footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-box .footer-copyright a {
    margin: 0 8px;
    color: #ffffff;
    ;
    font-size: 14px;
}

.footer-box .footer-copyright .languages {
    padding-top: 8px;
}



@media (max-width: 1680px) {
    .pic-3 .professional-box .professional-content {
        background: url(./images/border-bg-mobile.png);
        background-size: 100% 100%;
    }

    .pic-2 .bg-01 {
        top: calc(1000px - 3%);
    }

    .pic-2 .team-text-box {
        top: calc(2500px - 12%);
    }
}

@media (max-width: 1280px) {
    .pic-2 .shiming-content-box .text-box {
        /* background-image: url(images/shiming_text-box-mobile.png); */
        margin: 0;
        padding: 0 10% 10%;
    }
}

@media (max-width: 1024px) {
    .pic-2 .shiming-content-box .text-box {
        background-image: none;
    }
}

@media (max-width: 1480px) {
    .title {
        font-size: 43px !important;
    }

    .navbar {
        height: 100px;
    }

    .pic-1 .deco {
        width: 160px;
    }

    .pic-1 .btn_scrol {
        width: 65px;
    }

    .pic-2 {
        height: 2700px;
    }

    .pic-2 .shiming-content-box .shiming_bg {
        width: 240px;
    }

    .pic-3 .professional-box .professional-content .img {
        width: 100px;
    }

    .pic-3 .select-box .select-content .img {
        /* left: 0px; */
    }

    .pic-3 .role-box .role-content .block .img-box {
        /* background-size: auto; */
    }

    .pic-4 .img-box .img {
        width: auto;
        max-width: 100%;
    }

    .pic-2 .team-text-box {
        top: calc(2500px - 12%)
    }

    .font-1480-f-17 {
        font-size: 17px !important;
    }

    .font-1480-f-19 {
        font-size: 19px !important;
    }

    .font-1480-f-23 {
        font-size: 23px !important;
    }

    .img-1480-w-40 {
        width: 40px !important;
    }

    .letter-spacing-1480-1 {
        letter-spacing: 1px !important;
    }

    .team-box-title-1480-l {
        left: -20% !important;
    }

    .select-box-block-1480-w {
        width: 50%;
    }

}

@media (max-width: 1280px) {
    #area6 {
        padding-bottom: 20px;
    }

    #area7 {
        padding-bottom: 20px;
    }

    #height-box {
        padding-bottom: 10px;
    }

    header #navbarCollapse ul li {
        margin: 0;
        margin-bottom: 9px;
        padding-bottom: 0;
    }

    .font-1280-f-16 {
        font-size: 16px !important;
    }

    .font-1280-f-19 {
        font-size: 19px !important;
    }

    .team-text-box-1280 {
        top: 2100px !important;
    }

    .pic-2 .shiming-content-box {
        padding-bottom: 0 !important;
    }

    .pic-2 .bg-01,
    .pic-2 .start-box {
        top: 900px;
    }

    .pic-2 .start-text-box {
        top: 1100px;
    }

    .pic-2 .bg-02 {
        top: 2000px;
    }

    .pic-2 .team-box {
        top: 1850px;
    }

    /* .pic-2 .team-text-box {
        top: 2050px;
    } */
}

@media (max-width: 992px) {
    .pic-mobile {
        display: block;
    }

    .pic-desktop {
        display: none;
    }

    .title {
        font-size: 28px !important;
        margin-bottom: 13%;
    }

    #area2 {
        position: relative;
        top: -40px;
    }

    #area3 {
        position: relative;
        top: -40px;
    }

    #area4 {
        position: relative;
        top: -40px;
    }

    #area5 {
        position: relative;
        top: -40px;
    }

    #area6 {
        position: relative;
        top: -40px;
    }

    #area7 {
        position: relative;
        top: -40px;
    }

    #area8 {
        position: relative;
        top: -40px;
    }

    #area6 {
        padding-bottom: 0px;
    }

    .pic-2 .shiming-content-box .text-box {
        margin: 0;
        font-size: 16px !important;
    }

    .pic-2 .start-text-box ul li {
        line-height: 25px;
        margin: 20px 0px 20px 20px;
    }

    .pic-2 .team-text-box ul li {
        line-height: 25px;
        margin: 20px 0px 20px 20px;
    }

    .pic-3 .role-box .role-content ul li {
        line-height: 25px;
        margin: 20px 0px;
    }
    .pic-3 .role-box .role-content{
        overflow: inherit;
    }

    .font-992-f-20 {
        font-size: 20px !important;
    }

    .font-992-f-16 {
        font-size: 16px !important;
    }

    .font-992-f-14 {
        font-size: 14px !important;
    }

    header nav {
        padding: 0;
        height: auto;
    }

    .navbar {
        justify-content: flex-end;
        height: auto;
    }

    .deco {
        display: none;
    }

    .navbar-dark .navbar-toggler {
        border-color: rgba(255, 255, 255, 0);
        color: #fff;
        outline: none;
    }

    .navbar-dark .navbar-collapse ul {
        padding-bottom: 40px;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url('images/menu-24px.svg');
        width: 38px;
        height: 38px;
    }


    .pic-1 .home-box .addes {
        display: grid;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
    }

    .pic-1 .home-box .logo_home {
        width: 300px;
        max-height: 28vh;
    }

    .pic-1 .btn_scrol {
        width: 50px;

    }

    .pic-1 .home-box {
        max-width: 320px;
        position: absolute;
        z-index: 2;
        color: #fff;
        text-align: center;
    }

    .pic-2 {
        height: auto;
        margin-bottom: 10%;
    }

    /* .pic-2::before {
        content: "";
        background-image: url('images/shiming_bg_left.png'); 
        background-repeat: no-repeat;
        background-size: 55%;
        opacity: 0.3;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    } */

    .pic-2 .shiming-content-box {
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin-top: 10%; */
    }

    .pic-2 .shiming-content-box .shiming_bg {
        display: none;
    }

    .pic-2 .shiming-content-box .content-box-div {
        width: 80%;
        text-align: center;
    }

    .pic-2 .shiming-content-box .text-box {
        background: none;
        font-size: 23px;
        letter-spacing: 5.11px;
        /* padding: 0; */
    }

    .pic-2 .shiming-content-box .content-box-div .shiming-footer {
        display: none;
    }

    .pic-2 .bg-01 {
        display: none;
    }

    .pic-2 .start-box {
        width: 88%;
        margin: 10% auto 0 auto;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }

    .pic-2 .start-text-box::before {
        content: "";
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .pic-2 .start-text-box::after {
        content: "";
        background-image: url(images/img_hand.svg);
        background-repeat: no-repeat;
        background-size: 78%;
        background-position: 277%;
        opacity: 0.5;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .pic-2 .start-text-box {
        width: 88%;
        margin: auto;
        font-size: 19px;
        letter-spacing: 3px;
        position: relative;
        top: 0;
        left: 0;
        padding: 7% 6%;
        box-shadow: 0 12px 28px -3px rgba(0, 0, 0, 0.07);
        border: 0;
        background-color: initial;
    }

    .pic-2 .start-text-box .title {
        font-size: 24px !important;
        margin-bottom: 13px;
    }

    .pic-2 .team-text-box .title {
        font-size: 24px !important;
        margin-bottom: 13px;
    }

    .pic-2 .bg-02 {
        display: none;
    }

    .pic-2 .team-box .title {
        position: relative;
        writing-mode: initial;
        bottom: 0;
        left: auto !important;
    }

    .pic-2 .team-box {
        width: 88%;
        margin: 10% auto 0 auto;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }

    .pic-2 .team-box img {
        width: 90%;
        /* width: auto; */
    }

    .pic-2 .team-text-box::before {
        content: "";
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .pic-2 .team-text-box::after {
        content: "";
        background-image: url(images/img_light.svg);
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: -400%;
        opacity: 0.5;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .pic-2 .team-text-box {
        width: 88%;
        margin: auto;
        font-size: 19px;
        letter-spacing: 3px;
        position: relative;
        top: 0;
        left: 0;
        padding: 7% 6%;
        box-shadow: 0 12px 28px -3px rgba(0, 0, 0, 0.07);
        border: 0;
        background-color: inherit;
    }

    .pic-3 {
        height: auto;
        padding: 7% 6%;
    }

    .pic-3 .professional-box .professional-content {
        border-radius: 41px;
        background: none;
        display: grid;
        justify-content: space-around;
        align-items: flex-start;
        padding: 5%;
    }

    .pic-3 .professional-box .professional-content .block {
        width: 100%;
        margin-bottom: 50px;
    }

    .pic-3 .select-box .select-content {
        border-radius: 41px;
        display: grid;
        justify-content: space-around;
        align-items: flex-start;
    }

    .pic-3 .select-box .select-content .block {
        padding: 0 10%;
        width: 100%;
    }

    .pic-3 .select-box .select-content .top-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }

    .pic-3 .select-box .select-content .img {
        width: 40px !important;
        /* position: absolute; */
    }


    .pic-3 .select-box .select-content ul li {
        font-size: 19px;
        letter-spacing: 1 !important;
        color: #000000;
        text-align: left;
        padding-bottom: 5%;
        list-style-type: none;
    }

    .pic-3 .role-box .role-content .block {
        width: 100%;
        max-height: 100%;
        display: block;
        justify-content: center;
        align-items: center;
        text-align: left;
        background-color: rgba(255, 255, 255, 0);
    }

    .pic-3 .role-box .role-content .block .img {
        width: 100%;
    }

    .pic-3 .role-box .role-content .block .right-box {
        width: 100%;
        padding: 40px 10%;
        background-color: #fff;
    }

    .pic-3 .role-box .role-content .block .img-box {
        width: 100%;
        max-height: 200px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        position: relative;
        right: 0;
        left: 0;
        width: 100px;
    }

    .carousel-control-box {
        position: relative;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pic-4 .more-box {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .footer-box {
        padding: 3% 5% 0.5% 5%;
    }

    .footer-box .text-box-1,
    .footer-box .text-box-2 {
        font-size: 14px
    }

    .footer-box .text-box-3 {
        font-size: 12px;
        margin-top: 0;
    }

    .footer-conent-box {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .box-hide-992 {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .box-hide-576 {
        display: none !important;
    }
}



/* stranity code */

.index-body-block {
    width: 100%;
    height: 100%;
}

/* font-size */
/* .text-font001 {
    font-size: 14px;
} */

.text-font002 {
    font-size: 17px;
}


.text-font003 {
    font-size: 23px;
}

/* padding */
.padding001 {
    padding: 0 30px;
}

/* text style */
.text-style001 {
    padding: 15px 30px;
}

.text-style001+.text-style001 {
    padding-top: 0px;
}

.text-style002 {
    font-size: 1.4rem;
    margin-top: 7%;
    padding: 0 50px;
    letter-spacing: 5px;
}

/* text color */
.text-color-sub {
    color: #bea56f;
}

.text-layout001 {
    display: inline-block;
}

.text-writing-mode {
    writing-mode: vertical-lr;
}

.content-img-size {
    width: 90%;
    /*
    max-height: 300px;
    width: auto;
    max-width: 100%;
    overflow: hidden; */
}

.content-img-size_contact {
    width: 50%;
    height: 100%;
    min-height: 60vh;
    background-image: url(../images/img_pic02_s.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.pic-2__area4__block {
    /* position: relative;
    width: 100%;
    height: 100%; */
}

/* .pic-2__area4__block .team-text-box{
    display: inline-flex;
    
} */
.team-text-box .team-text-box__block {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.team-text-box__block .team-text-box__block__content {
    width: calc((100% - 40px) / 2);
    display: inline-block;
}

.team-text-box__block__content+.team-text-box__block__content {
    margin-left: 40px;
}

.team-text-box__block__content .content__text-block {
    padding-left: 20px;
    padding-top: 15px;
}

.footer-icon{
    font-size: 14px;
    letter-spacing: 1.3px;
    text-align: left;
    color: white;
    padding: 10px;
} 
.footer-box .text-box-1 .text-box-1__link {
    text-decoration: none;
    color: white;
}

.footer-box .text-box-1 .text-box-1__img-size {
    width: 14px;
    height: 14px;
}

.footer-box .text-box-1 .text-box-1__img-size--large {
    width: 68px;
    height: 68px;
}

.footer-box .text-box-1 .text-box-1__text {
    margin-left: 5px;
}
.icon-layout{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap;
}
.footer-box .text-box-1--full {
    width: 100%;
    flex: 1;
    /* display: inline-block; */
}

@media (max-width:992px) {
    .text-writing-mode {
        writing-mode: initial;
        margin-bottom: 40px;
    }

    .team-box-title-1480-l {
        left: -20% !important;
    }

    .content-img-size {
        width: 100%;
    }

    .content-img-size_contact {
        /* max-height: 300px; */
        /* width: 100%; */
        min-height: 30vh;
        /* height: auto; */
    }
    .team-text-box__block .team-text-box__block__content {
        width: 100%;
    }

    .team-text-box__block__content+.team-text-box__block__content {
        padding-left: 0px;
    }

    .team-text-box__block__content .content__text-block {
        padding-left: 0px;
    }
}

@media (max-width:768px) {
    .text-style001 {
        font-size: 14px;
    }
}

/* img cant drag */
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}