/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/contact.css ***!
  \*****************************************************************************************************************/
.banner-wrapper {
    position: relative;
}
.banner-wrapper img {
    width: 100%;
}
.banner-wrapper .content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
}
.banner-wrapper .info {
    max-width: 62.5vw;
}
.banner-wrapper .description {
    font-size: 1.146vw;
    margin-bottom: 8px;
    line-height: 1.2;
}
.contact-info {
    text-align: center;
    color: #666;
    font-size: 20px;
    margin-bottom: 70px;
}
.contact-info i {
    font-size: 4.167vw;
}
.contact-info .label {
    font-weight: 800;
}
.contact-page .formstyle{
    max-width: 920px;
}
.contact-page .formstyle li:nth-of-type(1) .inputgroup{
    width: calc(50% - 12px);
    float: left;
}

.contact-page .formstyle li:nth-of-type(1) .inputgroup:first-child{
    margin-right: 24px;
}
@media (max-width: 828px) {
    .banner-wrapper .info {
        max-width: 90%;
    }
    .banner-wrapper .description {
        font-size: 4vw;
    }
    .contact-info i {
        font-size: 11.6vw;
    }
}
@media (max-width: 767px) {
    .contact-page .formstyle li:nth-of-type(1) .inputgroup{
        width: 100%;
        margin-bottom: 24px;
    }
    .contact-page .formstyle li:nth-of-type(1) .inputgroup:last-child{
        margin-bottom: 0;
    }
    .contact-info {
        margin-bottom: 36px;
    }
}
