.download_nav .download_nav_bg .mob_nav_title2 {
  padding: 16px 30px;
  color: #333333;
  display: block;
  position: relative;
  width: 100%;
  font-size: 15px;
  line-height: 31px;
  border: 1px #999999 solid;
}

.download_nav .download_nav_bg .mob_nav_title2:before {
  background: #ccc;
  content: " ";
  position: absolute;
  top: 50%;
  height: 33px;
  width: 1px;
  right: 75px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.download_nav .download_nav_bg .mob_nav_title2 img {
  right: 36px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 2;
  width: 12px;
}

@media (max-width: 767px) {
  .download_nav .download_nav_bg .mob_nav_title2 {
    padding: 15px 15px;
  }
  .download_nav .download_nav_bg .mob_nav_title2:before {
    right: 55px;
  }
  .download_nav .download_nav_bg .mob_nav_title2 img {
    right: 20px;
  }
}
#type_left {
  right: 0;
}

.container2 {
  max-width: 1655px;
}

.type_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 0 15px;
  gap: 20px;
}

#type_flex01 {
  position: relative;
  z-index: 4;
}

#type_flex02 {
  position: relative;
  z-index: 3;
}

#type_flex03 {
  position: relative;
  z-index: 2;
}

#type_flex04 {
  position: relative;
  z-index: 1;
}

.download_nav2 {
  width: 318px;
}

.search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: -15px !important;
  margin-right: -15px;
  z-index: 0;
  position: relative;
}

.search-input {
  padding: 16px 30px;
  color: #333333;
  display: block;
  position: relative;
  width: 150%;
  font-size: 15px;
  line-height: 31px;
  border: 1px #999999 solid;
}

.search-input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.search-input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.search-input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.search-input::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.search-input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.search-button {
  padding: 16px 30px;
  font-size: 16px;
  border: none;
  background-color: #515151;
  color: white;
  cursor: pointer;
  line-height: 33px;
  width: 55%;
  float: right;
}
.search-button:hover {
  background-color: #333;
}

.mob_nav2 a {
  padding: 0;
  display: block;
  width: 100%;
  background: #fff;
  border-top: 0;
  margin-bottom: 0;
  padding: 20px 30px !important;
}
.mob_nav2 a:hover {
  color: #FFFFFF;
}

@media screen and (min-width: 1101px) {
  .mob_nav2 {
    z-index: 99999;
    position: relative;
  }
}
@media screen and (max-width: 1100px) {
  .type_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .type_flex .download_nav {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .download_nav_bg2 {
    padding-left: 0px;
    max-width: 100% !important;
  }
  .search-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0px;
  }
  .search-input {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .type_flex {
    margin-left: -15px;
    padding-left: 0px;
  }
  .type_flex .mob_nav_title2 {
    font-size: 14px;
  }
  .download_box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .type_flex .mob_nav_title2 {
    font-size: 12px;
  }
  .type_flex .mob_nav img {
    width: 16px;
  }
  .mob_scroll {
    position: relative;
    z-index: 1;
    background: url(../images/scroll.png) center 15% no-repeat;
    background-size: 50%;
  }
}
.support_manual-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.support_manual-table thead {
  border-top: 4px solid #1a4273;
  border-bottom: 1px solid #1a4273;
}
.support_manual-table th {
  color: #0b3a71;
  /* Blue text for headers */
  font-weight: bold;
  padding: 24px 30px;
}
.support_manual-table td {
  padding: 32px 30px;
}
.support_manual-table td:first-of-type {
  border-bottom: 1px solid #E1E1E1;
  color: rgb(51, 51, 51);
}
.support_manual-table td:nth-child(2) {
  color: #b3b2b2;
}
.support_manual-table td:not(:first-child) {
  border-bottom: 1px solid #E1E1E1;
  text-align: center;
}
.support_manual-table th:not(:first-child) {
  text-align: center;
}
.support_manual-table td a {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.support_manual-table img {
  width: 100%;
  height: auto;
}
.support_manual-table tbody tr:hover {
  background-color: #f9f9f9;
  /* Light background on hover */
}

@media screen and (max-width: 767px) {
  .mg_top_450 {
    margin-top: 160px;
  }
}
@media screen and (min-width: 768px) {
  .mg_top_450 {
    margin-top: 200px;
  }
}
@media screen and (min-width: 992px) {
  .mg_top_450 {
    margin-top: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .mg_top_450 {
    margin-top: 320px;
  }
}
@media screen and (min-width: 1500px) {
  .mg_top_450 {
    margin-top: 450px;
  }
}
.download_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.download_box2 h4 {
  color: #000000;
  font-weight: bold;
  font-size: 40px;
  line-height: normal;
}

.icon_more {
  min-width: 32px;
}/*# sourceMappingURL=support_20241016.css.map */