@charset "UTF-8";
/* ================== 桌機版型區 ================== */
.BANNER, .BANNER-6, .BANNER-5, .BANNER-4, .BANNER-3, .BANNER-2, .BANNER-1 {
  display: block;
  width: 100%;
  height: 416px;
  padding-bottom: 40.6%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.BANNER-1 {
  background-image: url("../images/landing_page/en_80plus-titanium_b.jpg");
}

.BANNER-2 {
  background-image: url("../images/landing_page/en_building-block_b.jpg");
}

.BANNER-3 {
  background-image: url("../images/landing_page/en_custom_b.jpg");
}

.BANNER-4 {
  background-image: url("../images/landing_page/en_density_b.jpg");
}

.BANNER-5 {
  background-image: url("../images/landing_page/en_product-line_b.jpg");
}

.BANNER-6 {
  background-image: url("../images/landing_page/en_ultra-slim_b.jpg");
}

.landing_page_banner {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ITEM-GROUP {
  display: flex;
  width: 70%;
  max-width: 1000px;
  margin: 50px auto 0;
}
.ITEM-GROUP h2 {
  font-size: 28px;
  line-height: 1.4em;
  color: #fff;
  margin-bottom: 2rem;
  border-left: 10px solid #004098;
  padding-left: 10px;
}
.ITEM-GROUP h4 {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #C1DB81;
  padding-bottom: 2rem;
}
.ITEM-GROUP p {
  color: #fff;
  line-height: 1.8em;
  margin-bottom: 2em;
}
.ITEM-GROUP p:last-child {
  margin-bottom: 0;
}
.ITEM-GROUP ul {
  padding-left: 25px;
}
.ITEM-GROUP ul li {
  color: #fff;
  line-height: 1.6em;
  list-style: none;
  margin-bottom: 0.3em;
  padding-left: 0.5em;
}
.ITEM-GROUP ul li::marker {
  content: "■";
  color: #004098;
  padding-right: 0.5em;
}
.ITEM-GROUP table {
  width: 100%;
  color: #fff;
  /* Ultra Slim 超纖窄電源供應器空間節省比較表 */
}
.ITEM-GROUP table th,
.ITEM-GROUP table td {
  text-align: center;
  padding: 1em;
  border: #999 1px solid;
}
.ITEM-GROUP table th {
  font-weight: bold;
  background: #333;
}
.ITEM-GROUP table a {
  color: #b3864a;
}
.ITEM-GROUP table.US_TABLE td {
  border: none;
}
.ITEM-GROUP table.US_TABLE tr {
  border-bottom: 1px solid #999;
}
.ITEM-GROUP table.US_TABLE tr:first-child {
  background-color: #004098;
  border-bottom: none;
}

.ITEM-A {
  width: 75%;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 4em;
}
.ITEM-A .ITEM-AC {
  display: block;
  width: 100%;
  overflow: hidden;
}

.ITEM-B {
  width: 25%;
  overflow: hidden;
  background-color: #333;
  padding: 0 20px;
}
.ITEM-B .SMALL-BLOCK {
  width: 20px;
  height: 20px;
  background-color: #004098;
  margin: auto;
}
.ITEM-B h1 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 20px;
}
.ITEM-B .ITEM-BC {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #666;
}
.ITEM-B .ITEM-BC h2 {
  font-size: 1rem;
  line-height: 1.3em;
  color: #999;
  font-weight: bold;
  margin: 0;
  padding: 20px 0 10px;
  border: none;
}
.ITEM-B .ITEM-BC h2 a {
  display: block;
}
.ITEM-B .ITEM-BC h2 a:hover {
  color: #fff;
}
.ITEM-B .ITEM-BC p {
  font-size: 0.9rem;
  color: #999;
  line-height: 1.2rem;
  padding-bottom: 0;
}
.ITEM-B .ITEM-BC p a {
  display: block;
}
.ITEM-B .ITEM-BC p a:hover {
  color: #fff;
}
.ITEM-B .ITEM-BC:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.IMG {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.GRAY-BLOCK {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.BLOCK {
  display: flex;
  background-color: rgba(238, 238, 238, 0.8);
}
.BLOCK .IMG-1 {
  display: flex;
  background-color: #282828;
  align-items: center;
}
.BLOCK .IMG-1 img {
  display: block;
  width: 170px;
}
.BLOCK p {
  color: #333;
  line-height: 1.4rem;
  padding: 20px;
}

.BLOCK-2 {
  display: flex;
  background-color: rgba(238, 238, 238, 0.8);
}
.BLOCK-2 .IMG-1 {
  background-color: #333;
}
.BLOCK-2 .IMG-1 img {
  max-height: 120px;
}
.BLOCK-2 h3 {
  width: 35%;
  font-size: 1.3em;
  color: #fff;
  background-color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.BLOCK-2 p {
  width: 65%;
  color: #333;
  line-height: 1.4rem;
  padding: 20px;
}

.FEATURES {
  margin-top: 2em;
}
.FEATURES ul {
  width: 100%;
  padding: 20px 0;
  background-color: rgba(238, 238, 238, 0.8);
}
.FEATURES ul li {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.6rem;
  padding-left: 0.5em;
  margin-left: 2em;
}

.FEATURES-T {
  color: #fff;
  line-height: 3em;
  background-color: #333;
  padding-left: 1em;
}
.FEATURES-T::before {
  content: "■";
  color: #fff;
  padding-right: 0.5em;
}

.BUTTONBUTTON {
  width: 60%;
  text-align: center;
  border: 1px solid #666;
  margin-top: 30px;
}
.BUTTONBUTTON a {
  display: block;
  line-height: 1.5em;
  padding: 1em;
}
.BUTTONBUTTON a:hover {
  display: block;
  background-color: #004098;
}
.BUTTONBUTTON h3 a {
  width: 100%;
  color: #666;
  transition: 0.5s;
}
.BUTTONBUTTON h3 a:hover {
  width: 100%;
  color: #fff;
  border: 0px;
}

.sup2 {
  font-size: 18px;
}

.ITEM {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.ITEM .ITEM-P {
  flex: 0 0 32%;
  background-color: rgba(238, 238, 238, 0.8);
  padding: 0 15px 30px;
}
.ITEM .ITEM-P .ITEM-1 {
  width: 15px;
  height: 15px;
  background-color: #004098;
  margin: auto;
}
.ITEM .ITEM-P .ITEM-2 {
  margin: 15px auto;
}
.ITEM .ITEM-P .ITEM-2 img {
  width: 80%;
  margin: auto;
  display: flex;
}
.ITEM .ITEM-P .ITEM-3 h2 {
  font-size: 1em;
  color: #333;
  line-height: 1.4em;
  border-left: 0px;
  text-align: center;
  padding: 20px 0 30px;
  border-top: 2px solid #004098;
  margin: 0;
}
.ITEM .ITEM-P .ITEM-4 {
  text-align: center;
}
.ITEM .ITEM-P .ITEM-4 a {
  display: block;
  width: 80%;
  color: #666;
  border: 1px solid #666;
  transition: 0.5s;
}
.ITEM .ITEM-P .ITEM-4 a:hover {
  display: block;
  width: 80%;
  color: #fff;
  background-color: #004098;
  border: 1px solid #004098;
}
.ITEM .ITEM-P .ITEM-4 h3 {
  font-size: 18px;
}
.ITEM .ITEM-P .ITEM-4 h3 a {
  width: 100%;
  line-height: 3.5rem;
}
.ITEM .ITEM-P .ITEM-4 h3 a:hover {
  display: block;
  width: 100%;
  line-height: 3.5rem;
  color: #fff;
}

.datasheet_box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 1.2rem 0 0;
}
.datasheet_box div:first-child {
  display: flex;
  align-items: center;
  margin-right: 0.5em;
}
.datasheet_box div:first-child span {
  font-weight: 700;
  margin-left: 5px;
  color: #004098;
}
.datasheet_box .datasheet_box_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.datasheet_box .datasheet_box_btn a {
  display: block;
  width: 140px;
  color: #fff;
  background: #949494;
  text-align: center;
  padding: 1em 0;
  transition: 0.5s;
}
.datasheet_box .datasheet_box_btn a:hover {
  background: #004098;
}

/*------------------------------------------------- 活動頁面共用版型 -------------------------------------------------*/
.landing_page_main {
  background-image: url(../images/product_bg.jpg);
  background-size: contain;
}
.landing_page_main img {
  display: block;
  max-width: 100%;
}
.landing_page_main .wrap_menu {
  padding: 0;
  background: #0c2c57;
}
.landing_page_main .wrap_menu .menu {
  width: 100%;
  display: flex;
  list-style: none;
}
.landing_page_main .wrap_menu .menu li {
  display: block;
  width: 33%;
  height: 162px;
  font-size: 32px;
  background: #004098;
  border-right: 1px solid #6a93cc;
  border-bottom: 4px solid #004098;
  position: relative;
}
.landing_page_main .wrap_menu .menu li:last-child {
  border-right: none;
}
.landing_page_main .wrap_menu .menu li.no_link {
  background: #fff;
  color: #004098;
  border-bottom: 4px solid #f90;
}
.landing_page_main .wrap_menu .menu li.no_link span {
  color: #0BA092;
}
.landing_page_main .wrap_menu .menu li p {
  display: block;
  padding: 16px;
  line-height: 120%;
}
.landing_page_main .wrap_menu .menu li span {
  display: block;
  font-size: 16px;
  padding: 16px;
  position: absolute;
  bottom: 0;
}
.landing_page_main .wrap_menu .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: all 0.5s;
}
.landing_page_main .wrap_menu .menu li a:hover {
  background: #3561a0;
  transition: all 0.5s;
  color: #fff;
}
.landing_page_main .digital_age img {
  width: 55%;
}
.landing_page_main .explore_jobs {
  flex-direction: row-reverse;
  background: #CAD0DC;
}
.landing_page_main .explore_jobs img {
  width: 30%;
}
.landing_page_main .explore_jobs > div {
  padding: 16px;
}
.landing_page_main .wrap_map {
  padding: 0;
}
.landing_page_main .wrap_map > div {
  background: #cad0dc;
  padding: 1em;
  font-size: 0.8em;
  text-align: center;
  color: #333;
}
.landing_page_main .video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.landing_page_main .video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 讓影片置中 */
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  /* 確保影片覆蓋整個 div */
  z-index: -1;
}
.landing_page_main .video-container video.dark {
  filter: grayscale(100%) brightness(0.7) contrast(1.2);
}
.landing_page_main .slide-in {
  opacity: 0;
  transform: translateX(10%);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.3s;
}
.landing_page_main .slide-in.active {
  opacity: 1;
  transform: translateX(0);
}
.landing_page_main #overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 998;
}
.landing_page_main .popup {
  display: none;
  position: fixed;
  width: 60vw;
  max-height: 80vh;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: #fff;
  z-index: 999;
}

.wrap {
  padding: 6em 0;
  background-size: cover !important;
}
.wrap .content {
  display: flex;
  width: 70%;
  max-width: 1000px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.wrap .content .section {
  margin-bottom: 80px;
  width: 100%;
}
.wrap .content .section:last-of-type {
  margin-bottom: 0;
}
.wrap .content .section h1 {
  color: #000;
  text-align: center;
  font-size: 56px;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 1rem;
}
.wrap .content .section h2 {
  color: #004098;
  text-align: center;
  font-size: 32px;
  line-height: 120%;
  margin: 0;
}
.wrap .content .section p {
  color: #000;
  font-size: 24px;
  line-height: 160%;
  width: 100%;
  margin-top: 2em;
}
.wrap .content .section p:first-of-type {
  margin-top: 0;
}
.wrap .content .section p:last-of-type {
  margin-bottom: 0;
}
.wrap .content a {
  color: #004098;
}
.wrap .content a:hover {
  color: #0BA092;
}
.wrap .content .button a,
.wrap .content button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  color: #000;
  font-size: 16px;
  text-align: center;
  padding: 16px 32px;
  border: 1px solid #0BA092;
  background-color: #fff;
  transition: all 0.5s;
  margin: auto;
  outline: none;
}
.wrap .content .button a:hover,
.wrap .content button:hover {
  background-color: #004098;
  color: #fff;
  border: 1px solid #fff;
}
.wrap .content .split_h {
  /*Flex排版橫向*/
  display: flex;
  align-items: center;
  gap: 40px;
}
.wrap .content .split_v {
  /*Flex排版直向*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
.wrap .content .bg_dark h1,
.wrap .content .bg_dark p {
  color: #fff;
}
.wrap .content .bg_dark h2 {
  color: #0BA092;
}
.wrap .content .blur_block_w {
  /*模糊背景框-白*/
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 32px;
  gap: 40px;
  max-width: 500px;
  border: 1px solid #fff;
}
.wrap .content .blur_block_w h3 {
  color: #004098;
  font-size: 40px;
  font-weight: bold;
  line-height: 120%;
}
.wrap .content .blur_block_w p {
  font-size: 16px;
  margin-top: 0;
}
.wrap .content .blur_block_b {
  /*模糊背景框-黑*/
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #b3864a;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 32px;
  gap: 16px;
  max-width: 500px;
}
.wrap .content .RCFrame_w {
  /*圓角框-白*/
  background: #fff;
  border-radius: 8px;
  position: relative;
  padding: 20px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-top: 70px;
}
.wrap .content .RCFrame_w h2 {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  max-width: 220px;
}
.wrap .content .RCFrame_w p {
  font-size: 16px;
  max-width: 400px;
  margin-top: 0;
}
.wrap .content .RCFrame_w img {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.wrap .content .job {
  background: #eee;
  padding: 32px;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
.wrap .content .job .job_offer {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.wrap .content .job .job_offer p {
  flex: 1 1 100%;
}
.wrap .content .job .job_offer p > i {
  margin-right: 8px;
}
.wrap .content .job .job_offer .jobTitle {
  color: #004098;
  font-size: 24px;
}
.wrap .content .job .job_offer .jobLocation,
.wrap .content .job .job_offer .jobSalary {
  color: #000;
  font-size: 16px;
  margin-top: 0;
}
.wrap .content .job .job_offer .more-btn,
.wrap .content .job .job_offer .less-btn {
  cursor: pointer;
  background: #ccc;
  text-align: center;
  font-size: 16px;
  padding: 8px;
  min-width: 200px;
  border-radius: 0.5em;
}
.wrap .content .job .job_offer .less-btn {
  display: none;
}
.wrap .content .job .job_desc {
  width: 100%;
  display: none;
  border-top: 1px solid #aaa;
  padding-top: 2em;
}
.wrap .content .job .job_desc .desc {
  padding-left: 1em;
  margin-bottom: 1em;
}
.wrap .content .job .job_desc .desc li {
  margin-bottom: 0.5em;
}
.wrap .content .job .job_desc .desc li.title {
  color: #b3864a;
  font-size: 16px;
  font-weight: bold;
  list-style: none;
  margin-left: -1em;
  margin-top: 2em;
}
.wrap .content .job .job_desc .desc li.title:first-child {
  margin-top: 0;
}
.wrap .content .gallery {
  display: flex;
  gap: 32px 2%;
  flex-wrap: wrap;
}
.wrap .content .gallery .galleryPic {
  position: relative;
  opacity: 0;
  transition: opacity 1s ease;
  width: 48%;
}
.wrap .content .gallery .galleryPic video {
  width: 100%;
}
.wrap .content .gallery .galleryPic.show {
  opacity: 1;
}
.wrap .content .gallery .galleryPic span {
  display: block;
  position: absolute;
  padding: 8px;
  background: rgba(17, 70, 147, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  bottom: 0;
  width: 100%;
  color: #fff;
  line-height: 120%;
}

/*------------------------------------------------- 馬來西亞頁面版型 -------------------------------------------------*/
.malaysia_banner_en {
  background-image: url(../images/landing_page/malaysia/banner_malaysia.jpg);
}

.malaysia_banner_tw {
  background-image: url(../images/landing_page/malaysia/banner_malaysia_tw.jpg);
}

.malaysia_banner_cn {
  background-image: url(../images/landing_page/malaysia/banner_malaysia_cn.jpg);
}

div[id*=job] {
  width: 100%;
  margin-bottom: 5em;
}
div[id*=job]:last-child {
  margin-bottom: 0;
}
div[id*=job] .jobLineTitle::after {
  content: "";
  float: right;
  font-size: 2em;
}
div[id*=job].show > .jobLineTitle {
  background: linear-gradient(90deg, #004098, transparent);
}
div[id*=job].show > .jobList {
  display: block;
}
div[id*=job].hide .jobLineTitle::after {
  content: "+";
}
div[id*=job].hide > .jobList {
  display: none;
}
div[id*=job] div.jobLineTitle {
  font-size: 1.5em;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #004098;
  margin-bottom: 0.5em;
  padding: 0.5em;
  cursor: pointer;
}
div[id*=job] div.jobLineTitle:hover {
  background: linear-gradient(90deg, #004098, transparent);
}

/*------------------------------------------------- 20周年頁面版型 -------------------------------------------------*/
.banner_20anniversary {
  background-image: url(../images/landing_page/20anniversary/banner_20anniversary.jpg);
  height: 93vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_20anniversary img {
  width: 100%;
  opacity: 0;
  /* 初始化透明度為0 */
  transition: opacity 1s ease-in-out;
  /* 添加過渡效果 */
}

.goldLine {
  border-width: 5px 0;
  border-style: solid;
  -o-border-image: linear-gradient(120deg, rgb(178, 141, 78) 0%, rgb(241, 225, 175) 33%, rgb(142, 96, 39) 66%, rgb(178, 141, 78) 100%) 1;
     border-image: linear-gradient(120deg, rgb(178, 141, 78) 0%, rgb(241, 225, 175) 33%, rgb(142, 96, 39) 66%, rgb(178, 141, 78) 100%) 1;
}

.balloon {
  display: flex;
  justify-content: center;
  transform: translateY(500px);
}
.balloon img {
  position: absolute;
  transform: translateX(-50%) translateY(-400px);
  transition: transform 0.5s ease-in-out;
}
.balloon .balloon2 img {
  transform: translateX(-50%) translateY(-200px);
  filter: blur(0px);
}
.balloon .balloon3 img {
  transform: translateX(-50%) translateY(-100px);
  filter: blur(1px);
}
.balloon .balloon4 img {
  transform: translateX(-50%) translateY(0px);
  filter: blur(2px);
}

.honorsList {
  display: flex;
  justify-content: space-evenly;
}
.honorsList div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  width: 220px;
}
.honorsList div p {
  text-align: center;
  font-size: 16px !important;
}

/*------------------------------------------------- Computex頁面版型 -------------------------------------------------*/
.banner_computex2024 {
  background-image: url(../images/landing_page/computex2024/background_Web.jpg);
  height: 93vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_computex2024 img {
  width: 40vw;
  opacity: 0;
  /* 初始化透明度為0 */
  transition: opacity 1s ease-in-out;
  /* 添加過渡效果 */
}

.banner_computex2025 {
  background-image: url(../images/landing_page/computex2025/background_Web.png);
  height: 93vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing_page_main .wrap .content .section .coloredFrame {
  width: 100%;
  padding: 32px;
  background: linear-gradient(100deg, rgba(12, 73, 125, 0.8) 0%, rgba(12, 73, 125, 0.8) 50%, rgba(124, 18, 83, 0.8) 100%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 8px;
}
.landing_page_main .wrap .content .section .coloredFrame h2 {
  font-size: 32px;
  color: #fff;
  text-align: left;
}
.landing_page_main .wrap .content .section .coloredFrame p {
  font-size: 1.2em;
  color: #fff;
  line-height: 2em;
  margin: 1.5em 0 0;
}
.landing_page_main .wrap .content .displayItem {
  width: 100%;
  display: flex;
}
.landing_page_main .wrap .content .displayItem li {
  margin-top: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
.landing_page_main .wrap .content .displayItem p {
  font-size: 1em;
  text-align: center;
}
.landing_page_main .wrap .content .displayItem img {
  width: 50%;
}
.landing_page_main .wrap .content h2.computex2024 {
  color: #fff;
  text-align: left;
  padding-left: 1em;
  border-left: 12px solid #004098;
  text-shadow: 0px 0px 8px black;
  line-height: 1.5em;
}
.landing_page_main .wrap .content .computex2024Flex {
  display: flex;
  gap: 2em;
  justify-content: center;
}
.landing_page_main .wrap .content .computex2024Flex > div {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px 24px;
  gap: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #FFFFFF;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 8px;
  flex: 1;
}
.landing_page_main .wrap .content .computex2024Flex > div h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #004098;
}
.landing_page_main .wrap .content .computex2024Flex > div p {
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  color: #000000;
}
.landing_page_main .wrap .content .computex2024Flex > div p span {
  color: #0BA092;
}
.landing_page_main .wrap .content .computex2024Flex div.button a {
  min-width: 220px;
}
.landing_page_main .wrap .content .computex2024Flex img {
  width: 70%;
}
.landing_page_main .wrap .content .formFrame {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  background: rgba(157, 193, 214, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 8px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.3);
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
.landing_page_main .wrap .content .formFrame span {
  font-size: 100%;
  color: #666;
}
.landing_page_main .wrap .content .formFrame form {
  width: 100%;
}
.landing_page_main .wrap .content .formTable {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0px;
  gap: 2em;
}
.landing_page_main .wrap .content .formTable div {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  padding: 0px;
  gap: 0.5em 2em;
  width: 100%;
}
.landing_page_main .wrap .content .formTable div.must p::after {
  content: "*";
  color: #ff2e2e;
  margin-right: 0.2em;
  font-weight: bold;
}
.landing_page_main .wrap .content .formTable div p {
  flex: 1 0 8em;
  margin: 0;
}
.landing_page_main .wrap .content .formTable div .labelBox {
  display: flex;
  flex-wrap: wrap;
}
.landing_page_main .wrap .content .formTable div input {
  width: 80%;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.2em 0.5em;
}
.landing_page_main .wrap .content .formTable div input[type=radio],
.landing_page_main .wrap .content .formTable div input[type=checkbox] {
  width: auto;
  margin-right: 0.5em;
}
.landing_page_main .wrap .content .formTable div label p {
  display: inline;
}

/*------------------------------------------------- MCRPS頁面版型 -------------------------------------------------*/
.banner_MCRPS {
  background-image: url(../images/landing_page/MCRPS/bg01.jpg);
  height: auto;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_MCRPS h1,
.banner_MCRPS h2,
.banner_MCRPS h3,
.banner_MCRPS p,
.banner_MCRPS span {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.banner_MCRPS > div {
  display: flex;
}
.banner_MCRPS > div img {
  height: 400px;
}
.banner_MCRPS > div .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  text-shadow: 6px 6px 15px black;
}
.banner_MCRPS > div .title h1 {
  font-size: 85px;
  font-weight: bold;
  color: #fff;
}
.banner_MCRPS > div .title h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.banner_MCRPS > div .title span {
  font-size: 32px;
  color: #00FFB7;
}

.wrap .content .featureList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}
.wrap .content .featureList div {
  background: #fff;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  width: 300px;
}
.wrap .content .featureList div img {
  max-width: 130px;
}
.wrap .content .featureList div h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #0E6184;
}
.wrap .content .featureList div p {
  text-align: center;
  font-size: 18px;
  color: #000;
}

.wrap .content .MCRPSFunctions {
  display: flex;
  justify-content: space-between;
}
.wrap .content .MCRPSFunctions div {
  background: #ac3938;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  width: 23%;
}
.wrap .content .MCRPSFunctions div:nth-of-type(even) {
  background: #244f60;
}
.wrap .content .MCRPSFunctions div h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
.wrap .content .MCRPSFunctions div p {
  font-size: 18px;
  color: #fff;
  line-height: 2em;
}

.wrap .content .MCRPSPSU {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}
.wrap .content .MCRPSPSU > div {
  background: #ffffff;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  width: 300px;
  text-align: center;
}
.wrap .content .MCRPSPSU > div img {
  max-width: 80%;
}
.wrap .content .MCRPSPSU > div h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #0E6184;
}
.wrap .content .MCRPSPSU > div p {
  font-size: 20px;
  color: #0E6184;
  line-height: 2em;
}
.wrap .content .MCRPSPSU > div ul {
  display: flex;
  gap: 0.3em;
  margin: 0;
  padding: 0;
}
.wrap .content .MCRPSPSU > div ul > p {
  margin-right: 0.5em;
}
.wrap .content .MCRPSPSU > div ul li {
  display: flex;
  align-items: center;
  padding: 3px 10px;
  line-height: 1em;
  border-radius: 5px;
  color: #fff;
}
.wrap .content .MCRPSPSU > div ul li.red {
  background: #FF6160;
}
.wrap .content .MCRPSPSU > div ul li.aoi {
  background: #118093;
}
.wrap .content .MCRPSPSU > div ul li.blue {
  background: #0E6184;
}
.wrap .content .MCRPSPSU > div .button a,
.wrap .content .MCRPSPSU > div button {
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
  text-align: center;
  padding: 16px 32px;
  border: 1px solid #0BA092;
  background-color: #fff;
  transition: all 0.5s;
  margin: auto;
  outline: none;
}
.wrap .content .MCRPSPSU > div .button a:hover,
.wrap .content .MCRPSPSU > div button:hover {
  background-color: #004098;
  color: #fff;
  border: 1px solid #fff;
}

/*------------------------------------------------- 水冷頁面版型 -------------------------------------------------*/
.banner_liquid_cooling {
  background-image: url(../images/landing_page/liquidCooling/bg01.png);
  height: auto;
  display: flex;
}
.banner_liquid_cooling h1,
.banner_liquid_cooling h2,
.banner_liquid_cooling h3,
.banner_liquid_cooling p,
.banner_liquid_cooling span {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.banner_liquid_cooling > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 5em;
}
.banner_liquid_cooling > div img.liquidBannerN {
  display: block;
}
.banner_liquid_cooling > div img.liquidBannerM {
  display: none;
}
.banner_liquid_cooling > div .title {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner_liquid_cooling > div .title h1 {
  font-size: 60px;
  font-weight: bold;
  color: #061e4b;
}
.banner_liquid_cooling > div .title span {
  font-size: 32px;
  color: #061e4b;
}

/* ////////////////////////////////////////////////////////// 平板 ////////////////////////////////////////////////////////// */
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .BANNER,
  .BANNER-1,
  .BANNER-2,
  .BANNER-3,
  .BANNER-4,
  .BANNER-5,
  .BANNER-6 {
    height: 312px;
  }
  .ITEM-GROUP {
    width: 85%;
  }
  .ITEM-A {
    width: 100%;
    margin-left: 0;
  }
  .ITEM-B {
    display: none;
  }
  .BUTTONBUTTON {
    border: 0;
    margin-top: 20px;
    background-color: #004098;
  }
  .BUTTONBUTTON a {
    color: #fff;
  }
  .BUTTONBUTTON h3 a {
    color: #fff;
    border: 0;
  }
  .ITEM .ITEM-P .ITEM-3 h2 {
    padding: 15px 0 35px;
  }
  .ITEM .ITEM-P .ITEM-4 a,
  .ITEM .ITEM-P .ITEM-4 a:hover {
    color: #fff;
    background-color: #004098;
    border: 1px solid #004098;
  }
  /* 共用活動頁面版型 */
  .landing_page_main .wrap {
    padding: 6em 0;
  }
  .landing_page_main .wrap .content {
    width: 80%;
  }
  .landing_page_main .wrap .content .section .button a:active {
    background-color: #004098;
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.5s;
  }
  .landing_page_main .wrap .content .split_h {
    flex-direction: column;
  }
  .landing_page_main .wrap .content .RCFrame_w {
    /*圓角框-白*/
    margin-top: 0;
  }
  .landing_page_main .wrap .content .RCFrame_w img {
    display: none;
  }
  .landing_page_main .wrap_menu .menu li {
    font-size: 24px;
    height: auto;
  }
  .landing_page_main .wrap_menu .menu li span {
    display: none;
  }
  .landing_page_main .popup {
    width: 85vw;
  }
  /*------------------------------------------------- 20周年頁面版型 -------------------------------------------------*/
  .honorsList {
    display: flex;
    justify-content: space-evenly;
    gap: 32px;
  }
  /*------------------------------------------------- Computex頁面版型 -------------------------------------------------*/
  .banner_computex2024 {
    height: 60vh;
  }
  .banner_computex2024 img {
    width: 50vw;
  }
  .banner_computex2025 {
    height: 60vh;
  }
  .landing_page_main .wrap .content .computex2024Flex {
    flex-direction: column;
    gap: 2em;
  }
  .landing_page_main .wrap .content .computex2024Flex > div {
    width: 100%;
  }
  .landing_page_main .wrap .content .computex2024Flex > div img {
    width: 80%;
  }
  /*------------------------------------------------- 水冷頁面版型 -------------------------------------------------*/
  .banner_liquid_cooling > div {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    margin-bottom: 5em;
  }
  .banner_liquid_cooling > div img.liquidBannerN {
    display: none;
  }
  .banner_liquid_cooling > div img.liquidBannerM {
    display: block;
    width: 100%;
  }
  .banner_liquid_cooling > div .title {
    width: 90%;
  }
  .banner_liquid_cooling > div .title h1 {
    font-size: 50px;
  }
  .banner_liquid_cooling > div .title span {
    font-size: 20px;
  }
}
/* ////////////////////////////////////////////////////////// 手機 ////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .BANNER,
  .BANNER-1,
  .BANNER-2,
  .BANNER-3,
  .BANNER-4,
  .BANNER-5,
  .BANNER-6 {
    height: 170px;
    padding-bottom: 52.7%;
  }
  .ITEM-GROUP {
    width: 95%;
    margin: 30px auto 0;
  }
  .ITEM-GROUP h2 {
    font-size: 1.4em;
    margin-bottom: 1rem;
  }
  .ITEM-GROUP h4 {
    font-size: 1em;
    padding-bottom: 1rem;
  }
  .ITEM-GROUP p.P1 {
    text-align: left;
  }
  .ITEM-GROUP ul {
    padding-bottom: 1em;
  }
  .ITEM-A {
    width: 100%;
    margin-left: 0;
    gap: 3em;
  }
  .ITEM-B {
    display: none;
  }
  .BLOCK .IMG-1 img {
    width: 70%;
    max-height: 120px;
  }
  .BLOCK-2 {
    display: block;
  }
  .BLOCK-2 .IMG-1 img {
    max-width: 40%;
  }
  .BLOCK-2 h3 {
    width: 100%;
    padding: 10px;
  }
  .BLOCK-2 p {
    width: 100%;
    line-height: 1.8em;
    text-align: center;
  }
  .FEATURES {
    margin-top: 0;
  }
  .FEATURES ul li {
    font-size: 1rem;
  }
  .BUTTONBUTTON {
    width: 100%;
    margin-top: 1em;
    border: 0;
    background-color: #004098;
  }
  .BUTTONBUTTON a {
    color: #fff;
  }
  .BUTTONBUTTON h3 {
    color: #fff;
  }
  .BUTTONBUTTON h3 a {
    color: #fff;
    border: 0;
  }
  .ITEM {
    gap: 0.5em 0;
    justify-content: space-between;
  }
  .ITEM .ITEM-P {
    flex: 0 49%;
    padding: 0 10px 10px;
  }
  .ITEM .ITEM-P .ITEM-2 img {
    width: 70%;
  }
  .ITEM .ITEM-P .ITEM-3 h2 {
    padding: 15px 0 35px;
    margin: 0;
  }
  .ITEM .ITEM-P .ITEM-4 a,
  .ITEM .ITEM-P .ITEM-4 a:hover {
    color: #fff;
    background-color: #004098;
    border: 1px solid #004098;
  }
  /*------------------------------------------------- 活動頁面共用版型 -------------------------------------------------*/
  .wrap .content .section {
    margin-bottom: 2em;
  }
  /* 20周年頁面版型 */
  .banner_20anniversary {
    background-image: url(../images/landing_page/20anniversary/banner_20anniversary_m.jpg);
  }
  .honorsList {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  /* 馬來西亞頁面版型 */
  .malaysia_banner_en {
    background-image: url(../images/landing_page/malaysia/banner_malaysia_m.jpg);
  }
  .malaysia_banner_tw {
    background-image: url(../images/landing_page/malaysia/banner_malaysia_tw_m.jpg);
  }
  .malaysia_banner_cn {
    background-image: url(../images/landing_page/malaysia/banner_malaysia_cn_m.jpg);
  }
  .wrap {
    padding: 5em 0;
  }
  .wrap .content {
    width: 96%;
  }
  .wrap .content .section h1 {
    font-size: 40px;
  }
  .wrap .content .section h2 {
    font-size: 24px;
  }
  .wrap .content .section p {
    font-size: 20px;
  }
  .wrap .content .split_h {
    flex-direction: column;
    gap: 24px;
  }
  .wrap .content .split_v {
    gap: 24px;
  }
  .wrap .content .blur_block_w h3 {
    font-size: 36px;
  }
  .wrap .content .RCFrame_w {
    /*圓角框-白*/
    margin-top: 0;
  }
  .wrap .content .RCFrame_w img {
    display: none;
  }
  .wrap .content .job .job_offer {
    flex-direction: column;
  }
  .wrap .content .gallery {
    gap: 32px 0;
  }
  .wrap .content .gallery .galleryPic {
    width: 100%;
  }
  .wrap .menu_content {
    width: 100% !important;
  }
  .wrap_menu {
    padding: 0;
  }
  .wrap_menu .menu li {
    width: 33.33%;
    height: auto;
    font-size: 16px;
  }
  .wrap_menu .menu li p {
    padding: 16px;
  }
  .wrap_menu .menu li span {
    display: none;
  }
  .digital_age img {
    width: 100%;
  }
  .explore_jobs img {
    width: 100%;
  }
  .popup {
    width: 95vw;
  }
  div[id*=job] div.title {
    font-size: 1.3em;
  }
  /*------------------------------------------------- Computex頁面版型 -------------------------------------------------*/
  .banner_computex2024 {
    background-image: url(../images/landing_page/computex2024/background_Mobile.jpg);
  }
  .banner_computex2024 img {
    width: 95vw;
  }
  .banner_computex2025 {
    background-image: url(../images/landing_page/computex2025/background_Mobile.png);
    height: 95vh;
  }
  .landing_page_main .wrap .content .displayItem {
    flex-wrap: wrap;
  }
  .landing_page_main .wrap .content .displayItem li {
    flex: 0 1 50%;
  }
  .landing_page_main .wrap .content .displayItem p {
    font-size: 1em;
  }
  .landing_page_main .wrap .content h2.computex2024 {
    text-align: center;
    line-height: 1.5em;
    padding: 1em 0;
    border-left: none;
  }
  .landing_page_main .wrap .content .computex2024Flex {
    flex-direction: column;
    gap: 2em;
  }
  .landing_page_main .wrap .content .computex2024Flex > div {
    width: 100%;
  }
  .landing_page_main .wrap .content .computex2024Flex > div img {
    width: 60%;
  }
  .landing_page_main .wrap .content .formFrame {
    text-align: center;
  }
  .landing_page_main .wrap .content .formFrame span {
    font-size: 1em;
  }
  .landing_page_main .wrap .content .formTable div {
    flex-direction: column;
    gap: 0.5em;
    align-items: flex-start;
  }
  .landing_page_main .wrap .content .formTable div p {
    flex: 0 1 20%;
    text-align: left;
  }
  .landing_page_main .wrap .content .formTable div input {
    width: 100%;
  }
  /*------------------------------------------------- MCRPS頁面版型 -------------------------------------------------*/
  .banner_MCRPS {
    padding: 0 0 6em;
  }
  .banner_MCRPS > div {
    flex-direction: column;
  }
  .banner_MCRPS > div img {
    width: 100%;
    height: auto;
  }
  .banner_MCRPS > div .title h1 {
    font-size: 4em;
  }
  .banner_MCRPS > div .title span {
    font-size: 1.6em;
  }
  .wrap .content .featureList {
    gap: 1em;
  }
  .wrap .content .MCRPSFunctions {
    flex-direction: column;
    gap: 1em;
  }
  .wrap .content .MCRPSFunctions div {
    width: 100%;
  }
  .wrap .content .MCRPSPSU {
    gap: 1em;
  }
  /*------------------------------------------------- 水冷頁面版型 -------------------------------------------------*/
  .banner_liquid_cooling > div {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    margin-bottom: 5em;
  }
  .banner_liquid_cooling > div img.liquidBannerN {
    display: none;
  }
  .banner_liquid_cooling > div img.liquidBannerM {
    display: block;
    width: 100%;
  }
  .banner_liquid_cooling > div .title {
    width: 90%;
  }
  .banner_liquid_cooling > div .title h1 {
    font-size: 50px;
  }
  .banner_liquid_cooling > div .title span {
    font-size: 20px;
  }
}/*# sourceMappingURL=en_landing-page.css.map */