*{
    margin: 0;
    padding: 0;
}
.Contact{
    width: 100%;
    height: 1061px;
    background-image: url(../image/contact.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: 100px;
    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: 100px;
    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;
}
.page{
    width: 100%;
    height: 621px;
    box-sizing: border-box;
    background: #26003F;
    position: relative;
}
.pageBanner{
    width: 1200px;
    height: 700px;
    background-color: #FFFFFF;
    border-radius: 30px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -200px;
    padding-top: 60px;
    box-sizing: border-box;
}
.pageBannerLabel{
    width: 1000px;
    height: 120px;
    background-color: #EBDDF3;
    border-radius: 70px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}
.pageBannerLabelNumber{
    /* position: absolute; */
    width: 70px;
    height: 50px;
    background-color: #a000e0;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 28px;
    margin-right: 16px;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}
.pageBannerLabelTitle{
   font-family: Helvetica;
   font-size: 26px;
   color: #333333;
   font-weight: bold;
   margin-left: 20px;
}
.pageBannerLabelText{
    margin-left: 20px;
    font-size: 12px;
}