/******************************************************************************/
/******************************banner*************************************/
/******************************************************************************/
.main-banner {
    height: 80em;
    padding-top: 8em;
    display: flex;
    align-items: center;
    background: url(/base/img/main-banner.png) no-repeat center / cover;
    background-attachment: fixed;
}
.mb-container {
    background: linear-gradient(#005a9c, rgba(0, 90, 156, 0.5));
    border-radius: 1em;
    display: flex;
    flex-direction: row-reverse;
    padding: 8em 2em;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
    transform: translateX(-100%);
    opacity:0;
    animation: mainBanner 1.2s forwards;
}
@keyframes mainBanner{
0%{opacity:0; transform: translateX(-75%);}
100%{opacity:1; transform: translateX(-50%);}
}
.mb-txtArea {
    width: 50%;
    padding-left: 2em;
    color: #fff;
}
.mb-txtArea h1 {
    font-size: 6.8rem;
    line-height: 1.2em;
}
.mb-txtArea h4 {
    font-size: 2.4rem;
    font-weight: 500;
}
.mb-txtArea p {
    font-weight: 200;
    color: #e6edf2;
    margin: 4rem 0 6rem;
    position: relative;
}
.mb-txtArea p::before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 2px;
    top: -7px;
    left: 0;
    background: #e6edf2;
}
.mb-txtArea .mb-phone .mb-phone-label {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 1.4rem;
    padding: 0 1.2rem;
}
.mb-txtArea .mb-phone a {
    font-size: 3.2rem;
    font-weight: 500;
    color: #fff;
    position: relative;
}
.mb-txtArea .mb-phone a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fff;
    transition: 0.5s;
}
.mb-txtArea .mb-phone a:hover::before {
    width: 100%;
}
.main-title {
    margin-top: 12rem;
}
.main-title::after {
    position: absolute;
    content: "";
    background: #005a9c;
    width: 1px;
    height: 8rem;
    top: -4rem;
    left: 50%;
}
.main-title h2 {
    font-size: 4rem;
    color: #005a9c;
}
/******************************************************************************/
/******************************product*************************************/
/******************************************************************************/
.main-prd {
    background: url(/base/img/main-prd-bg.png) no-repeat center bottom / contain;
    padding-bottom: 10em;
}
.main-prd-wrapper > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem 0 8rem;
}
.main-prd-wrapper > .main-prd-smc {
    flex-direction: row-reverse;
}
.main-prd .mp-txt,
.main-prd .mp-img {
    width: calc(50% - 2rem);
}
.main-prd .mp-txt {
    padding: 4rem 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-prd .mp-title h3 {
    font-size: 3.2rem;
}
.main-prd .mp-title span {
    font-size: 1.8rem;
    color: #ccc;
}
.main-prd .mp-txt p {
    margin: 4rem 0 6rem;
    color: #777;
}
.main-prd .mp-txt a {
    width: 146px;
    background: #fff;
    padding: 1rem 1.5rem 0.8rem 2rem;
    border-radius: 8px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.main-prd .mp-img {
    position: relative;
}
.main-prd .mp-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
    background: #005a9c;
    border-radius: 1rem;
}
.main-prd .mp-img img {
    width: 100%;
    border-radius: 1rem;
}
.main-prd-frp .mp-img img {
    transform: translate(-2rem, -2rem);
}
.main-prd-smc .mp-img img {
    transform: translate(2rem, -2rem);
}
/******************************************************************************/
/******************************company*************************************/
/******************************************************************************/
.main-comp {
    background: url(/base/img/main-to-comp.png) no-repeat center/cover;
    background-attachment: fixed;
    min-height: 600px;
    padding: 14rem 0;
    color: #fff;
}
.main-comp .mc-title {
    text-align: center;
    margin-bottom: 8em;
}
.main-comp .mc-title span {
    font-size: 3.2rem;
}
.main-comp .mc-title h3 {
    font-size: 4rem;
}
.main-comp .mc-btns {
    display: flex;
    justify-content: center;
}
.main-comp .mc-split {
    background: #fff;
    width: 1px;
    height: 12rem;
    margin: 0 3rem;
}
.main-comp .mc-btns a {
    padding: 1.5rem 4rem;
    background: rgba(255, 255, 255, 0);
    border-radius: 20px;
    transition: 0.2s;
}
.main-comp .mc-btns a:hover {
    background: rgba(255, 255, 255, 0.2);
}
.main-comp .mc-btns h5 {
    font-size: 3.2rem;
    color: #fff;
    margin-bottom: 0.4em;
}
.main-comp .mc-btns img {
    max-width: 100%;
}
/******************************************************************************/
/******************************gallery*************************************/
/******************************************************************************/
.main-gallery {
    margin-bottom: 20em;
}
@media (max-width: 900px) {
    .main-banner {
        justify-content: flex-start;
    }
    .mb-container {
        margin: 0;
        transform: translateX(-2em);
    }
@keyframes mainBanner{
0%{opacity:0; transform: translateX(-50%);}
100%{opacity:1; transform: translateX(-2em);}
}
    .mb-txtArea {
        width: 100%;
    }
    .mb-txtArea h1 {
        font-size: 4rem;
    }
    .main-prd-wrapper > .main-prd-frp,
    .main-prd-wrapper > .main-prd-smc {
        flex-direction: column-reverse;
    }
    .main-prd .mp-txt {
        width: 100%;
    }
    .main-prd .mp-img {
        width: calc(100% - 2rem);
    }
    .main-prd-frp .mp-img {
        margin-left: 2rem;
    }
    .main-prd-smc .mp-img {
        margin-right: 2rem;
    }
    .main-comp .mc-split {
        margin: 0 1em;
    }
    .main-comp .mc-btns a {
        padding: 1.5rem 2rem;
    }
    .main-comp .mc-btns h5 {
        font-size: 2.6rem;
        margin-bottom: 0.6em;
    }
}