@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 0px 0px 0px;
  }
  main #MainContener .news-area {
    padding: 0vh 16px 0px 16px;
  }
  main #MainContener .contact-area {
    padding: 0vh 16px 0px 16px;
  }
}
@media (min-width: 576px) {
  .company_info_title {
    width: 100vw;
    padding: 0 2%;
  }
  .company_info_title .title-area {
    width: 100%;
    display: flex;
    align-items: baseline;
    margin: 1% 0;
  }
  .company_info_title .title-area .c-title {
    font-size: 130px;
    font-weight: 100;
    letter-spacing: 3px;
    line-height: 210%;
    color: var(--primary-color);
  }
  .company_info_title .title-area .sub-title {
    margin-left: 2%;
    font-size: 20px;
    font-weight: 180;
    color: var(--primary-color);
  }
  .company_info_title .title-image {
    height: 45vh;
    width: 100%;
  }
  .company_info_title .title-image img {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .company_info_card {
    padding: 0 25%;
    color: #4f4f4f;
    margin: 10% 0;
  }
  .company_info_card .text-list .text-card {
    height: 10vh;
    width: 100%;
    border-top: solid rgba(103, 103, 103, 0.4431372549) 0.5px;
    display: flex;
    align-items: center;
    padding: 0 3%;
    font-size: 16px;
    font-weight: 300;
  }
  .company_info_card .text-list .text-card .title {
    width: 30%;
    color: var(--primary-color);
  }
  .company_info_card .text-list .text-card .text {
    margin-left: 10%;
    color: var(--secondary-color);
  }
  .company_info_card .text-list .card7 {
    height: 15vh;
  }
  .company_info_card .text-list .card7 .map-button {
    border: solid var(--primary-color) 1.5px;
    margin-left: 4%;
    width: 95px;
    height: 28px;
    border-radius: 50px;
    padding: 0.5% 2%;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  .company_info_card .text-list .card7 .map-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
  }
  .company_info_card .text-list .card7 .map-button:hover {
    background-color: var(--primary-color);
    color: var(--base-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 79, 79, 0.3);
  }
  .company_info_card .text-list .card7 .map-button:hover::before {
    left: 100%;
  }
  .company_info_card .text-list .card7 .map-button:hover span {
    color: var(--base-color);
    transform: translateX(3px);
  }
  .company_info_card .text-list .card7 .map-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(79, 79, 79, 0.2);
  }
  .company_info_card .text-list .card7 .map-button p {
    width: 100%;
    height: 100%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .company_info_card .text-list .card7 .map-button p span {
    font-size: 18px;
    font-weight: 100;
    transition: all 0.3s ease;
  }
  .company_info_card .text-list .card8 {
    height: 7vh;
    width: 100%;
    border-top: solid rgba(103, 103, 103, 0.4431372549) 0.5px;
    display: flex;
    align-items: center;
    padding: 0 3%;
    font-weight: 300;
  }
  .company_info_card .text-list .card8 .title {
    color: #989898;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .company_info_title {
    width: 100%;
    padding: 0 2%;
  }
  .company_info_title .title-area {
    width: 100%;
    align-items: baseline;
    margin: 15% 0;
  }
  .company_info_title .title-area .c-title {
    font-size: 50px;
    font-weight: 150;
    letter-spacing: 3px;
    margin-bottom: 2%;
    color: var(--primary-color);
  }
  .company_info_title .title-area .sub-title {
    margin-left: 2%;
    font-size: 16px;
    font-weight: 180;
    color: var(--primary-color);
  }
  .company_info_title .title-image {
    height: 28vh;
    width: 100%;
  }
  .company_info_title .title-image img {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .company_info_card {
    padding: 0 10%;
    color: #4f4f4f;
    margin: 10% 0;
  }
  .company_info_card .text-list .text-card {
    width: 100%;
    border-top: solid rgba(103, 103, 103, 0.4431372549) 0.5px;
    padding: 8% 3%;
    font-weight: 300;
  }
  .company_info_card .text-list .text-card .title {
    font-size: 16px;
    margin-bottom: 4%;
    color: var(--primary-color);
  }
  .company_info_card .text-list .text-card .text {
    font-size: 13px;
    color: var(--secondary-color);
  }
  .company_info_card .text-list .card7 {
    height: 19vh;
  }
  .company_info_card .text-list .card7 .map-button {
    border: solid var(--primary-color) 1.5px;
    margin-top: 5%;
    width: 85px;
    height: 25px;
    font-size: 13px;
    border-radius: 50px;
    padding: 0.5% 2%;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  .company_info_card .text-list .card7 .map-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
  }
  .company_info_card .text-list .card7 .map-button:hover {
    background-color: var(--primary-color);
    color: var(--base-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 79, 79, 0.3);
  }
  .company_info_card .text-list .card7 .map-button:hover::before {
    left: 100%;
  }
  .company_info_card .text-list .card7 .map-button:hover span {
    color: var(--base-color);
    transform: translateX(3px);
  }
  .company_info_card .text-list .card7 .map-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(79, 79, 79, 0.2);
  }
  .company_info_card .text-list .card7 .map-button p {
    width: 100%;
    height: 100%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .company_info_card .text-list .card7 .map-button p span {
    font-size: 18px;
    font-weight: 100;
    transition: all 0.3s ease;
  }
  .company_info_card .text-list .card8 {
    height: 7vh;
    width: 100%;
    border-top: solid rgba(103, 103, 103, 0.4431372549) 0.5px;
    display: flex;
    align-items: center;
    padding: 0 3%;
    font-weight: 300;
  }
  .company_info_card .text-list .card8 .title {
    color: #989898;
    font-size: 11px;
  }
} /*# sourceMappingURL=style.css.map */