.navbar-nav .nav-item:nth-child(2) {
    background: #cfbbad;
}

body {
    background-color: #ebeae6;
}

.pageBox {
    min-height: 100vh;
}

.page01 {
    background-position: center;
    padding: 0 5%;
    color: #000;
}

.page01 .pageBox {
    padding-top: calc(100px + 15%);
    padding-bottom: 6%;
    flex-direction: row;
    justify-content: flex-end;
    align-content: space-between;
}

.page {
    padding: 5%;
}

.innerImg {
    padding-top: 60%;
}

.infoImg {
    position: absolute;
    font-weight: bold;
    color: #fff;
    padding: 3%;
}

.page03 .Img .infoImg {
    left: 0;
    bottom: 0;
}

.page04 .Img .infoImg {
    top: 0;
    left: 0;
}

.page05 .Img .infoImg {
    left: 0;
    top: 0;
}


.page06 .Txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page09 .text-EN {
    color: #acacac;
    font-family: 'Barlow', sans-serif;
}

.page09 .text-EN::before {
    content: '';
    display: block;
    margin-bottom: 2rem;
    margin-top: 3rem;
    width: 30%;
    height: 3px;
    background-color: red;
}

.page09 .Txt .text p {
    line-height: 1.8 !important;
}

.page09 .Txt .text span {
    display: block !important;
}

.page10 .innerImg {
    padding-top: 50%;
}

.page12 .infoImg,
.page10 .infoImg,
.page11 .infoImg {
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
}

.page10 .TxtBox::before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: red;
}

.page11 {
    padding: 5%;
    padding-top: 10%;
    min-height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #2062a3;
}

.page12 {
    padding-top: 10%;
}

.page12 .titleBox {
    display: inline-block;
}

.page12 .titleBox::after {
    content: '';
    width: 30%;
    height: 3px;
    display: block;
    background-color: red;
    margin: 1rem 0;
}


@media (max-width:991px) {
    .page01 {
        text-align: center;
        background-size: 100%;
        background-image: url(../images/vision/page01-bg-m.jpg) !important;
    }

    .page {
        padding: 15% 0;
    }

    .page01 .pageBox {
        padding-bottom: 20%;
    }

    .Txt {
        text-align: left !important;
    }

    .page06 .Txt {
        text-align: center !important;
    }

    .page06 .Txt h4 {
        font-size: 1rem;
        margin-top: 1rem;
    }

    .h1 {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1rem;
    }

    .page09 .Txt .text p {
        font-size: 1rem;
        line-height: 1. !important;
    }

    .page09 .text-EN {
        margin-bottom: 2rem;
    }

    .page09 .Txt .text span {
        display: inline !important;
    }

    .page11 {
        padding-top: 0;
        background-size: 190%;
        background-position: 15% bottom;
    }

    .page11 .Txt {
        text-align: center !important;
    }

    .page11 .Txt img {
        padding: 5% 0;
    }

    .page12 .infoImg,
    .page10 .infoImg,
    .page11 .infoImg {
        font-size: 0.9rem;
    }

    .page12 .infoImg b,
    .page10 .infoImg b,
    .page11 .infoImg b {
        font-size: 1rem !important;
    }

    .page12 .Txt {
        text-align: center !important;
    }

    .page12 .titleBox::after {
        margin-right: auto;
        margin-left: auto;
    }
}