*{
    margin: 0;
    padding: 0;
}
.Contact{
    width: 100%;
    height: 1061px;
    background-image: url(../image/privacy.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #523567;
    box-sizing: border-box;
}
.contactBanner{
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contactBannerLeft{
    display: flex;
    align-items: center;
}
.contactBannerLeftLogo{
    display: flex;
    align-items: center;
    font-family: Thonburi, Thonburi;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
}
.contactBannerLeftLogo span{
    margin-left: 16px;
}
.contactBannerLeftNav ul{
    display: flex;
    align-items: center;
    gap: 40px;
    margin-left: 66px;
}
.contactBannerLeftNav ul li a{
    font-family: Helvetica;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}
.actives{
    width: 180px;
    height: 30px;
    background: #7E29B6;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactBannerRight{
    width: 90px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Helvetica, Helvetica;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
}
.contactHeaderBox{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 139px;
}
.contactHeaderBoxTitle{
    width: 100%;
    text-align: center;
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 90px;
    color: #FFFFFF;
    line-height: 120px;
    font-style: normal;
}
.contactHeaderBoxText{
    width: 100%;
    text-align: center;
    font-family: Helvetica;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 43px;
    font-style: normal;
}
.contactHeaderBoxText span{
    font-size: 55px;
    color: #FFF490;
    font-weight: bold;
}
.contactHeaderBoxLabel{
    width: 603px;
    height: 100px;
    background: linear-gradient( 180deg, #EFD4FF 0%, #FFFFFF 100%);
    border-radius: 62px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 40px;
}
.contactHeaderBoxLabel span{
    margin-left: 27px;
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 36px;
    text-align: left;
    font-style: normal;
}
.contactHeaderBoxLabelTop{
    margin-top: 66px;
    margin-bottom: 40px;
}
.contactBoxBanner{
    width: 1200px;
    padding: 40px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 52px;
    margin: 0 auto;
    margin-top: 38px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.contactBoxBannerLeft img{
    width: 155px;
}
.contactBoxBannerRightTop{
    font-family: Thonburi, Thonburi;
    font-weight: bold;
    font-size: 50px;
    color: #333333;
    line-height: 68px;
    text-align: left;
    font-style: normal;
}
.contactBoxBannerRightText{
    font-family: Helvetica;
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}
.page{
    width: 100%;
    height: 921px;
    box-sizing: border-box;
    background: #26003F;
    position: relative;
}
.pageBanner{
    width: 1200px;
    height: 900px;
    box-sizing: border-box;
    padding: 70px;
    background-color: #FFFFFF;
    border-radius: 30px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -150px;
    padding-top: 60px;
    box-sizing: border-box;
}