@charset "UTF-8";
.footer {
  text-align: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0);
}
.footer .nav {
  justify-content: flex-end;
}
.footer .nav ul {
  display: flex;
  padding: 0px 40px 20px 40px; /* 移除預設的內邊距 */
  align-items: center;
  justify-content: flex-end;
}
.footer .nav li {
  margin-right: 40px; /* 給每個項目添加間距，以防止它們貼在一起 */
}
.footer hr {
  border-top: 1px solid #212529;
  margin-bottom: 10px;
}
.footer .copyright {
  font-size: 14px;
  color: #212529;
}

.ue {
  padding: 40px 12px;
}

.about-00 {
  justify-content: center;
  background-color: rgba(255, 255, 255, 0);
  padding: 120px 0px;
}
.about-00 .about_L {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}
.about-00 .about_R {
  display: flex;
  justify-content: center;
}
.about-00 .about_R .img {
  padding: 20px;
  max-width: 100%;
}

.UIUX {
  background-color: rgba(255, 255, 255, 0);
  padding: 120px 0px;
}
.UIUX .uiue_ue {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.UIUX .uiue_ue .uiux_p {
  width: 320px;
  height: 240px;
  background-color: rgb(172, 172, 172);
  margin: 30px auto;
}
.UIUX .col-md-1 {
  background-color: rgba(255, 255, 255, 0);
}

.DESIGN {
  padding: 120px 0px;
  background-color: rgba(255, 255, 255, 0);
}
.DESIGN .de_ue {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.DESIGN .de_ue .de_p {
  background-color: bisque;
  width: 320px;
  height: 240px;
  background-color: rgb(199, 199, 199);
  margin: 30px auto;
}

.sarita-contact {
  height: 400px;
  background-image: url(../img/img_bg_union4b.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.uiux .banner_a {
  width: auto;
  height: auto;
}
.uiux .banner_a .rol {
  display: flex;
}
.uiux .banner_a .rol .ue_a {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  border-style: outset;
  border-width: 0px 0px 8px;
  border-bottom-color: #1A2C44;
}
.uiux .banner_a .rol .ue_a p {
  margin-top: 20px;
  margin-bottom: 1rem;
}
.uiux .sarita-box {
  margin-bottom: 80px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 100px;
  padding-top: 100px;
}
.uiux .sarita-boxx {
  margin-bottom: 80px;
  padding-bottom: 100px;
  padding-top: 100px;
}
.uiux .sarita-box02a {
  padding-top: 60px;
}
.uiux .sarita-box02a .rol {
  display: flex;
  justify-content: space-between;
}
.uiux .sarita-box02a .about_R img {
  max-width: 100%;
}
.uiux .sarita-box02b {
  padding: 40px 0px;
}
.uiux .sarita-job {
  padding: 0px 20px;
}
.uiux .DesignFlow-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uiux .image-container {
  position: relative;
  overflow: hidden;
}
.uiux .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; /* 默认不可见 */
  transition: opacity 0.3s ease; /* 添加过渡效果 */
}
.uiux .overlay-2317 {
  background-image: url("../img/img-2317b.png"); /* 悬停时的背景图像路径 */
  background-size: cover;
}
.uiux .overlay-2335 {
  background-image: url("../img/img-2335b.png"); /* 悬停时的背景图像路径 */
  background-size: cover;
}
.uiux .overlay-2328 {
  background-image: url("../img/img-2328b.png"); /* 悬停时的背景图像路径 */
  background-size: cover;
}
.uiux .overlay-2349 {
  background-image: url("../img/img-2349b.jpg"); /* 悬停时的背景图像路径 */
  background-size: cover;
}
.uiux .overlay-2325 {
  background-image: url("../img/img-2325b.jpg"); /* 悬停时的背景图像路径 */
  background-size: cover;
}
.uiux .overlay-2328_07b {
  background-image: url("../img/img-2328_07b.png"); /* 悬停时的背景图像路径 */
  background-size: cover;
}
.uiux .overlay-2328_02b {
  background-image: url("../img/img-2328_02b.png"); /* 悬停时的背景图像路径 */
  background-size: cover;
}
.uiux .overlay-2328_03b {
  background-image: url("../img/img-2328_03.png"); /* 悬停时的背景图像路径 */
  background-size: cover;
}
.uiux .overlay-2401 {
  background-image: url("../img/img-2401b.jpg"); /* 悬停时的背景图像路径 */
  background-size: cover;
}
.uiux .overlay-2328_07c {
  background-image: url("../img/img-2328_07c2.jpg"); /* 悬停时的背景图像路径 */
  background-size: cover;
}
.uiux .overlay-2400 {
  background-image: url("../img/img-2400_01b.jpg"); /* 悬停时的背景图像路径 */
  background-size: cover;
}
.uiux .image-container:hover .overlay {
  opacity: 1; /* 悬停时显示 */
}

.button_Motto {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(141, 141, 141, 0);
  color: #727272;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.button_Motto:hover {
  color: rgba(57, 151, 108, 0.8);
}

.button_Motto2 {
  background-color: rgba(141, 141, 141, 0);
  color: #727272;
  border: none;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.button_Motto2:hover {
  color: rgba(57, 151, 108, 0.8);
}

.image-button {
  position: relative;
}

.image-button::after {
  content: url("../img/line1.png"); /* 替换为你的图像 URL */
  opacity: 60%;
  position: absolute;
  left: 0;
  bottom: -2px; /* 调整图像位置 */
  transition: transform 0.6s ease; /* 添加過渡效果 */
  transition: opacity 0.3s ease; /* 添加透明度過渡效果 */
}

.image-button:hover::after {
  opacity: 20%;
}

.button_Motto-b > a {
  border-bottom: #ccc solid 2px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 50px;
}

.button_Motto-b > a::after {
  content: "";
  display: inline-block;
  background-color: #ccc;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 10px;
  transform: translateX(52px) rotate(45deg);
}

.sarita-about > a {
  border-bottom: #ccc solid 2px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-right: 46px;
}

.sarita-about > a::after {
  content: "";
  display: inline-block;
  background-color: #ccc;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 34px;
  transform: translateX(52px) rotate(45deg);
}

.about .banner_a {
  width: auto;
  height: auto;
}
.about .banner_a .rol {
  display: flex;
}
.about .banner_a .rol .ue_a {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  border-style: outset;
  border-width: 0px 0px 8px;
  border-bottom-color: #1A2C44;
}
.about .banner_a .rol .ue_a p {
  margin-top: 20px;
  margin-bottom: 1rem;
}
.about .sarita-box02a {
  padding-top: 200px;
}
.about .sarita-box02a .rol {
  display: flex;
  justify-content: space-between;
}
.about .sarita-box02a .about_R img {
  max-width: 100%;
}
.about .sarita-box02b {
  padding: 40px 0px;
}
.about .sarita-box {
  margin-bottom: 80px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 100px;
  padding-top: 100px;
}
.about .sarita-job {
  padding: 0px 20px;
}
.about .sarita-job > ul > li {
  list-style: none;
}
.about .sarita-contact {
  height: 400px;
  background-image: url(../img/img_bg_union4b.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.design .banner_a {
  width: auto;
  height: auto;
}
.design .banner_a .rol {
  display: flex;
}
.design .banner_a .rol .ue_a {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  border-style: outset;
  border-width: 0px 0px 8px;
  border-bottom-color: #1A2C44;
}
.design .banner_a .rol .ue_a p {
  margin-top: 20px;
  margin-bottom: 1rem;
}
.design .sarita-box {
  margin-bottom: 80px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 100px;
  padding-top: 100px;
}
.design .gallery {
  padding: 60px 0px;
}
.design .gallery img {
  cursor: pointer;
  width: 100%;
}
.design #gallery-modal .modal-img {
  width: 100%;
}
.design .gallery-diaic {
  display: flex;
  align-items: center;
}

.iro_2317 .container .sarita-box05 {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
.iro_2317 .container img {
  max-width: 100%;
}
.iro_2317 .sarita-box06 {
  padding-top: 100px;
  display: flex;
  justify-content: center;
}

.bg-tertiary {
  background-color: rgba(255, 255, 255, 0.938); /* 白色背景*/
}

.navbar-nav {
  --bs-nav-link-color: #727272;
  --bs-nav-link-hover-color:rgb(57 151 108 / 80%);
  --bs-nav-link-hover-bg-color: rgba(170, 60, 60, 0.5); /* 背景顏色為半透明白色 */
}

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

p.special_a {
  text-transform: uppercase; /* 将类为special的元素文字转换为大写 */
  font-size: 60px;
}

span.special_b {
  text-transform: uppercase; /* 将类为special的元素文字转换为大写 */
  font-size: 60px;
}

span.txt {
  line-height: 200%; /* 将行高设置为文字大小的1.5倍 */
  letter-spacing: 2px; /* 将文字字符之间的水平间距增加为 2 像素 */
  font-size: 16px;
}

p.special_c {
  font-size: 30px;
  line-height: 300%; /* 将行高设置为文字大小的1.5倍 */
}

p.txt {
  line-height: 200%; /* 将行高设置为文字大小的1.5倍 */
  letter-spacing: 2px; /* 将文字字符之间的水平间距增加为 2 像素 */
  font-size: 16px;
}

p.txt2 {
  line-height: 120%; /* 将行高设置为文字大小的1.5倍 */
  letter-spacing: 2px; /* 将文字字符之间的水平间距增加为 2 像素 */
  font-size: 16px;
}

ul.txt {
  line-height: 200%; /* 将行高设置为文字大小的1.5倍 */
  letter-spacing: 2px; /* 将文字字符之间的水平间距增加为 2 像素 */
  font-size: 16px;
}

p.txtB {
  line-height: 200%; /* 将行高设置为文字大小的1.5倍 */
  letter-spacing: 2px; /* 将文字字符之间的水平间距增加为 2 像素 */
  font-size: 16px;
  font-weight: bold;
}

p.txt-highlight {
  background-color: rgb(247, 245, 237); /* 背景色設定為黃色，模仿螢光筆 */
  border-radius: 3px; /* 圓角邊框，讓效果更柔和 */
  display: inline-block;
}

p.txtframe {
  line-height: 200%; /* 将行高设置为文字大小的1.5倍 */
  letter-spacing: 2px; /* 将文字字符之间的水平间距增加为 2 像素 */
  font-size: 16px;
  border: 0.5px outset rgb(134, 134, 134); /* 设置边框宽度为2像素，样式为outset，颜色为黑色 */
  padding: 4px 10px;
}

p.txtframe-O {
  line-height: 200%; /* 将行高设置为文字大小的1.5倍 */
  letter-spacing: 2px; /* 将文字字符之间的水平间距增加为 2 像素 */
  font-size: 16px;
  background-color: #CED4DA;
  border: 0.5px outset rgb(163, 163, 163); /* 设置边框宽度为2像素，样式为outset，颜色为黑色 */
  padding: 4px 10px;
}

@media (min-width: 576px) {
  body {
    background-color: rgb(255, 255, 255);
  }
}
@media (max-width: 576px) {
  .nav {
    display: none;
  }
}
body {
  font-family: "Noto Sans TC", sans-serif;
}

body {
  background-image: url(../img/img_bg_unionb.png), url(../img/img_bg_union2b.png);
  background-position: left top, left bottom -1500px;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

ul, ol {
  list-style-type: none; /* 移除點點符號 */
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none; /* 去除底線 */
  color: inherit; /* 使用父元素的文字顏色 */
}

.blank {
  width: auto;
  height: 120px;
}/*# sourceMappingURL=main.css.map */