@media screen and (min-width: 576px) {
  main #MainContener {
    width: 100vw;
    padding-top: 11.5vh;
  }
}
@media screen and (max-width: 575px) {
  main #MainContener {
    width: 100%;
    padding: 9vh 16px 0px 16px;
  }
}
@media screen and (min-width: 576px) {
  .top_title .title-area {
    height: 340px;
    width: 100vw;
    display: flex;
    position: relative;
  }
  .top_title .title-area .main-title {
    position: absolute;
    left: 60px;
    bottom: 0;
  }
  .top_title .title-area .main-title h1 {
    font-size: 110px;
    font-weight: 120;
    line-height: 120%;
    color: var(--primary-color);
  }
  .top_title .title-area .main-title h1 span {
    display: inline-block;
    background: var(--accent-background-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .top_title .title-area .mini-title {
    position: absolute;
    left: 720px;
    bottom: 15px;
  }
  .top_title .title-area .mini-title h3 {
    font-size: 17px;
    color: var(--primary-color);
    font-weight: 200;
    line-height: 180%;
  }
  .top_title .title-area .sub-title {
    position: absolute;
    top: 70px;
    right: 60px;
  }
  .top_title .title-area .sub-title h2 {
    font-size: 25px;
    color: var(--primary-color);
    font-weight: 200;
    line-height: 180%;
  }
}
@media screen and (max-width: 575px) {
  .top_title .title-area {
    width: 100%;
  }
  .top_title .title-area .main-title {
    margin-bottom: 5%;
    width: 100%;
    margin-top: 7%;
  }
  .top_title .title-area .main-title h1 {
    font-size: 45px;
    font-weight: 120;
    line-height: 120%;
    color: var(--primary-color);
  }
  .top_title .title-area .main-title h1 span {
    display: inline-block;
    background: linear-gradient(270deg, #1c5daa 0%, #2e6eb9 20%, #d9b8cd 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .top_title .title-area .mini-title {
    display: flex;
    justify-content: end;
    width: 100%;
    margin-bottom: 3%;
  }
  .top_title .title-area .mini-title h3 {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 200;
    line-height: 150%;
  }
  .top_title .title-area .sub-title {
    width: 100%;
  }
  .top_title .title-area .sub-title h2 {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 200;
    line-height: 180%;
  }
}
@media screen and (min-width: 576px) {
  main .top-image {
    height: 900px;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .top-image .image {
    height: 780px;
    width: 97vw;
    border-radius: 20px;
  }
  main .top-image .image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 575px) {
  main .top-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12% 0;
  }
  main .top-image .image {
    height: 450px;
    width: 100%;
  }
  main .top-image .image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (min-width: 576px) {
  main .top_about {
    margin-top: 200px;
    width: 100vw;
    display: flex;
    justify-content: center;
  }
  main .top_about .about-container {
    width: 1400px;
    margin: 0 7.5%;
    display: flex;
  }
  main .top_about .about-container .title {
    position: relative;
    width: 50%;
  }
  main .top_about .about-container .title h1 {
    width: 460px;
    position: sticky;
    top: 200px;
    font-size: 58px;
    color: var(--primary-color);
    font-weight: 120;
    line-height: 150%;
  }
  main .top_about .about-container .sub-text {
    width: 50%;
  }
  main .top_about .about-container .sub-text .texts {
    margin-top: 250px;
  }
  main .top_about .about-container .sub-text .texts h2 {
    width: 380px;
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 180;
    line-height: 230%;
    margin-bottom: 100px;
  }
  main .top_about .about-container .sub-text .about-us-btn {
    padding: 0 23px;
    font-size: 13px;
    width: 280px;
    height: 58px;
    border-radius: 30px;
    color: var(--primary-color);
    border: var(--primary-color) 2px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  main .top_about .about-container .sub-text .about-us-btn:hover {
    background-color: var(--primary-color);
    color: var(--base-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(40, 51, 70, 0.3);
  }
  main .top_about .about-container .sub-text .about-us-btn:hover span {
    transform: translateX(5px);
    background-color: var(--base-color);
    color: var(--primary-color);
  }
  main .top_about .about-container .sub-text .about-us-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(40, 51, 70, 0.2);
  }
  main .top_about .about-container .sub-text .about-us-btn span {
    width: 70px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 350;
    color: var(--base-color);
    background-color: var(--primary-color);
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 575px) {
  main .top_about {
    margin-top: 40%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  main .top_about .about-container {
    width: 100%;
  }
  main .top_about .about-container .title {
    width: 100%;
    margin-bottom: 15%;
  }
  main .top_about .about-container .title h1 {
    width: 100%;
    font-size: 35px;
    color: var(--primary-color);
    font-weight: 120;
    line-height: 150%;
  }
  main .top_about .about-container .sub-text {
    width: 100%;
  }
  main .top_about .about-container .sub-text .texts {
    margin-bottom: 15%;
  }
  main .top_about .about-container .sub-text .texts h2 {
    width: 100%;
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 180;
    line-height: 230%;
    margin-bottom: 10%;
  }
  main .top_about .about-container .sub-text .about-us-btn {
    padding: 0 15px;
    font-size: 13px;
    width: 180px;
    height: 45px;
    border-radius: 30px;
    color: var(--primary-color);
    border: var(--primary-color) 2px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  main .top_about .about-container .sub-text .about-us-btn:hover {
    background-color: var(--primary-color);
    color: var(--base-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(40, 51, 70, 0.3);
  }
  main .top_about .about-container .sub-text .about-us-btn:hover span {
    transform: translateX(5px);
    background-color: var(--base-color);
    color: var(--primary-color);
  }
  main .top_about .about-container .sub-text .about-us-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(40, 51, 70, 0.2);
  }
  main .top_about .about-container .sub-text .about-us-btn span {
    width: 37%;
    height: 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 350;
    color: var(--base-color);
    background-color: var(--primary-color);
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 576px) {
  main .top_service {
    margin-top: 500px;
    width: 100vw;
    display: flex;
    justify-content: center;
  }
  main .top_service .service-container {
    width: 1400px;
    margin: 0 7.5%;
  }
  main .top_service .service-container .title {
    margin-bottom: 100px;
    width: 100%;
    display: flex;
  }
  main .top_service .service-container .title h1 {
    font-size: 130px;
    color: var(--primary-color);
    font-weight: 120;
    line-height: 1;
  }
  main .top_service .service-container .title p {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 200%;
    display: flex;
    align-items: flex-end;
    margin-left: 50px;
  }
  main .top_service .service-container .items {
    margin-bottom: 100px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  main .top_service .service-container .items .left h1 {
    font-size: 34px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 150%;
  }
  main .top_service .service-container .items .left h2 {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 150%;
    margin-bottom: 50px;
  }
  main .top_service .service-container .items .left p {
    width: 500px;
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 160;
    line-height: 190%;
    letter-spacing: 2px;
    margin-bottom: 60px;
  }
  main .top_service .service-container .items .left .view-all-btn {
    padding: 0 23px;
    font-size: 13px;
    width: 300px;
    height: 58px;
    border-radius: 30px;
    color: var(--primary-color);
    border: var(--primary-color) 2px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  main .top_service .service-container .items .left .view-all-btn:hover {
    background-color: var(--primary-color);
    color: var(--base-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(40, 51, 70, 0.3);
  }
  main .top_service .service-container .items .left .view-all-btn:hover span {
    transform: translateX(5px);
    background-color: var(--base-color);
    color: var(--primary-color);
  }
  main .top_service .service-container .items .left .view-all-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(40, 51, 70, 0.2);
  }
  main .top_service .service-container .items .left .view-all-btn span {
    width: 70px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 350;
    color: var(--base-color);
    background-color: var(--primary-color);
    transition: all 0.3s ease;
  }
  main .top_service .service-container .items .right {
    width: 60%;
    margin-left: 5%;
  }
  main .top_service .service-container .items .right img {
    width: 100%;
    height: 460px;
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  main .top_service .service-container .items .phone {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  main .top_service {
    margin-top: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  main .top_service .service-container {
    width: 100%;
  }
  main .top_service .service-container .title {
    width: 100%;
    display: flex;
    height: 60px;
    margin-bottom: 5%;
  }
  main .top_service .service-container .title h1 {
    height: 100%;
    font-size: 50px;
    color: var(--primary-color);
    font-weight: 120;
    display: flex;
    align-items: flex-end;
  }
  main .top_service .service-container .title p {
    margin-left: 3%;
    height: 90%;
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 180;
    display: flex;
    align-items: flex-end;
  }
  main .top_service .service-container .items {
    width: 100%;
    display: flex;
    align-items: center;
  }
  main .top_service .service-container .items .left {
    display: none;
  }
  main .top_service .service-container .items .right {
    display: none;
  }
  main .top_service .service-container .items .right img {
    display: none;
  }
  main .top_service .service-container .items .phone {
    width: 100%;
  }
  main .top_service .service-container .items .phone .image {
    width: 100%;
    height: 230px;
    margin-bottom: 8%;
  }
  main .top_service .service-container .items .phone .image img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  main .top_service .service-container .items .phone h1 {
    width: 100%;
    font-size: 28px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 150%;
  }
  main .top_service .service-container .items .phone h2 {
    width: 100%;
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 150%;
    margin-bottom: 10%;
  }
  main .top_service .service-container .items .phone p {
    width: 100%;
    font-size: 13px;
    color: var(--secondary-color);
    font-weight: 160;
    line-height: 200%;
    letter-spacing: 1.5px;
    margin-bottom: 10%;
  }
  main .top_service .service-container .items .phone .view-all-btn {
    margin-bottom: 30%;
    padding: 0 15px;
    font-size: 13px;
    width: 180px;
    height: 45px;
    border-radius: 30px;
    color: var(--primary-color);
    border: var(--primary-color) 2px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  main .top_service .service-container .items .phone .view-all-btn:hover {
    background-color: var(--primary-color);
    color: var(--base-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(40, 51, 70, 0.3);
  }
  main .top_service .service-container .items .phone .view-all-btn:hover span {
    transform: translateX(5px);
    background-color: var(--base-color);
    color: var(--primary-color);
  }
  main .top_service .service-container .items .phone .view-all-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(40, 51, 70, 0.2);
  }
  main .top_service .service-container .items .phone .view-all-btn span {
    width: 37%;
    height: 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 350;
    color: var(--base-color);
    background-color: var(--primary-color);
    transition: all 0.3s ease;
  }
  main .top_service .service-container .items .phone img {
    width: 100%;
    height: 460px;
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (min-width: 576px) {
  main .top_company {
    margin-top: 300px;
    width: 100vw;
    display: flex;
    justify-content: center;
  }
  main .top_company .company-container {
    width: 1400px;
    margin: 0 7.5%;
  }
  main .top_company .company-container .title {
    display: flex;
    margin-bottom: 100px;
  }
  main .top_company .company-container .title h1 {
    font-size: 130px;
    color: var(--primary-color);
    font-weight: 120;
    line-height: 1;
  }
  main .top_company .company-container .title p {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 200%;
    display: flex;
    align-items: flex-end;
    margin-left: 30px;
  }
  main .top_company .company-container .inner {
    display: flex;
    justify-content: space-between;
  }
  main .top_company .company-container .inner .sub-text {
    margin-bottom: 100px;
  }
  main .top_company .company-container .inner .sub-text p {
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 250;
    line-height: 190%;
  }
  main .top_company .company-container .inner .company-btn {
    padding: 0 23px;
    font-size: 13px;
    width: 300px;
    height: 58px;
    border-radius: 30px;
    color: var(--primary-color);
    border: var(--primary-color) 2px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  main .top_company .company-container .inner .company-btn:hover {
    background-color: var(--primary-color);
    color: var(--base-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(40, 51, 70, 0.3);
  }
  main .top_company .company-container .inner .company-btn:hover span {
    transform: translateX(5px);
    background-color: var(--base-color);
    color: var(--primary-color);
  }
  main .top_company .company-container .inner .company-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(40, 51, 70, 0.2);
  }
  main .top_company .company-container .inner .company-btn span {
    width: 70px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 350;
    color: var(--base-color);
    background-color: var(--primary-color);
    transition: all 0.3s ease;
  }
  main .top_company .company-container .outline-btn {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .top_company .company-container .outline-btn img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  main .top_company_phone {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  main .top_company {
    display: none;
  }
  main .top_company_phone {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30%;
  }
  main .top_company_phone .company-container {
    width: 95%;
  }
  main .top_company_phone .company-container .title {
    display: flex;
    margin-bottom: 20%;
  }
  main .top_company_phone .company-container .title h1 {
    font-size: 50px;
    color: var(--primary-color);
    font-weight: 120;
    line-height: 1;
  }
  main .top_company_phone .company-container .title p {
    margin-top: 3%;
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 180;
    display: flex;
    align-items: flex-end;
    margin-left: 10px;
  }
  main .top_company_phone .company-container .inner {
    width: 100%;
  }
  main .top_company_phone .company-container .inner .sub-text {
    margin-bottom: 10%;
  }
  main .top_company_phone .company-container .inner .sub-text p {
    font-size: 15px;
    color: var(--secondary-color);
    font-weight: 250;
    line-height: 190%;
  }
  main .top_company_phone .company-container .outline-btn {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10%;
  }
  main .top_company_phone .company-container .company-btn {
    padding: 0 20px;
    font-size: 13px;
    width: 200px;
    height: 50px;
    border-radius: 30px;
    color: var(--primary-color);
    border: var(--primary-color) 2px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  main .top_company_phone .company-container .company-btn:hover {
    background-color: var(--primary-color);
    color: var(--base-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(40, 51, 70, 0.3);
  }
  main .top_company_phone .company-container .company-btn:hover span {
    transform: translateX(5px);
    background-color: var(--base-color);
    color: var(--primary-color);
  }
  main .top_company_phone .company-container .company-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(40, 51, 70, 0.2);
  }
  main .top_company_phone .company-container .company-btn span {
    width: 70px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 350;
    color: var(--base-color);
    background-color: var(--primary-color);
    transition: all 0.3s ease;
  }
} /*# sourceMappingURL=style.css.map */