/* 頭部大圖 - start */
#headerContainer {
    height: 180px;
    background-size: 100% 180px;
}

#headerContainer .page-title {
    font-size: 32px;
}
/* 頭部大圖 - end    */

.section-sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

#contactInfoSection .contact-types {
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

#contactInfoSection .contact-item {
    width: 100%;
    padding: 18px 32px;
    border-radius: 24px;
}

#contactInfoSection .icon-wrapper svg {
    width: 24px;
    height: 24px;
}

#contactInfoSection .icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 12px;
}

#contactInfoSection .contact-item .right-wrapper .title {
    font-size: 16px;
    line-height: 24px;
}

#contactInfoSection .contact-item .right-wrapper .title {
    font-size: 16px;
    line-height: 24px;
}

.my-section,
#contactUsSection .left-wrapper {
    padding: 32px 16px;
}

#contactUsSection .left-wrapper .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
}

#contactUsSection .left-wrapper .section-description {
    margin-bottom: 0;
}

#contactUsSection .layui-form {
    gap: 16px;
}

#contactUsSection .form-group {
    margin-bottom: 0;
}

#contactUsSection input {
    height: 46px;
    margin-bottom: 0;
}

#contactUsSection .form-icon {
    top: 12px;
    right: 16px;
}

#contactUsSection .chk-wrapper {
    gap: 0px;
}

#contactUsSection .layui-form-item {
    margin-bottom: 0;
}

#contactUsSection .layui-form .my-button {
    margin-top: 4px;
}

#contactUsSection .layui-textarea {
    padding: 16px;
}


