body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #262626;
}
ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* 全站禁用選取與圖片拖拽 */
/* * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

input, textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
} */
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
}
.text-align-justify {
  text-align: justify;
}
.fz-12 {
  font-size: 0.75rem;
}
.fz-14 {
  font-size: 0.875rem;
}
.fz-16 {
  font-size: 1rem;
}
.fz-18 {
  font-size: 1.125rem;
}
.fz-20 {
  font-size: 1.25rem;
}
.fz-24 {
  font-size: 1.5rem;
}
.fz-40 {
  font-size: 2.5rem;
}
.fz-48 {
  font-size: 3rem;
}
.fz-100-80 {
  font-size: 6.25rem;
}

.bg-F5 {
  background-color: #f5f5f5;
}
.bg-PearlBush50 {
  background-color: #f8f6f4;
}
.bg-Black100LightGrey {
  background-color: #f6f6f6;
}
.bg-Linear {
  background: linear-gradient(
    0deg,
    rgba(246, 246, 246, 0.8) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.text-PearlBush900 {
  color: #53413b;
}
.text-PearlBush800 {
  color: #655047;
}
.text-PearlBush700 {
  color: #7b6053;
}
.text-PearlBush600 {
  color: #937463;
}
.text-PearlBush500 {
  color: #a0846f;
}
.text-PearlBush400 {
  color: #b09a87;
}
.text-PearlBush300 {
  color: #c8baa9;
}
.text-describe {
  color: #454545;
}
.text-PearlBush950 {
  color: #2c211e;
}
.text-black700 {
  color: #525252;
}
.text-ded6cc {
  color: #ded6cc;
}
.text-Black500 {
  color: #a1a1a1;
}
.text-Black300 {
  color: #e7e7e7;
}

.Title-56-40 {
  font-size: 3.5rem;
}
.Title-48-32 {
  font-size: 3rem;
}
.Title-32-20 {
  font-size: 2rem;
}
.Title-32-18 {
  font-size: 2rem;
}
.Title-24-18 {
  font-size: 1.5rem;
}
.Title-56-40-32 {
  font-size: 3.5rem;
}
.Title-40-32-20 {
  font-size: 2.5rem;
}
.Title-40-32 {
  font-size: 2.5rem;
}
@media (max-width: 991.98px) {
  .Title-56-40 {
    font-size: 2.5rem;
  }
  .Title-48-32 {
    font-size: 2rem;
  }
  .Title-32-20 {
    font-size: 1.25rem;
  }
  .Title-32-18 {
    font-size: 1.125rem;
  }
  .Title-24-18 {
    font-size: 1.125rem;
  }
  .Title-56-40-32 {
    font-size: 2.5rem;
  }
  .Title-40-32-20 {
    font-size: 2rem;
  }
  .fz-100-80 {
    font-size: 5rem;
  }
}
@media (max-width: 767.98px) {
  .Title-56-40-32 {
    font-size: 2rem;
  }
  .Title-40-32-20 {
    font-size: 1.25rem;
  }
  .Title-40-32 {
    font-size: 2rem;
  }
}

.header {
  position: relative;
  padding: 18px 20px;
  /* border-bottom: 1px solid #DED6CC; */
}

.nav-list li {
  list-style-type: none;
}
.nav-list li a {
  display: inline-block;
  text-decoration: none;
  padding: 6px 20px;
  color: #323232;
}

.btn-PearlBush900 {
  display: inline-block;
  text-decoration: none;
  padding: 6px 8px;
  color: #a1a1a1;
}
.btn-PearlBush900.active {
  color: #53413b;
}
.btn-PearlBush900.active:hover {
  color: #53413b;
}
.btn-PearlBush900:hover {
  color: #a1a1a1;
}

.NavContainer {
  display: block;
}
.NavFooter {
  display: block;
}
.NavFooterMb {
  display: none;
}
@media (max-width: 991.98px) {
  .NavContainer {
    display: none;
    position: absolute;
    padding-top: 1rem;
    padding-bottom: 1rem;
    top: 4.8rem;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #f1f0ee;
  }
  .NavContainer ul {
    flex-direction: column;
    text-align: center;
  }
  .NavFooter {
    display: none;
  }
  .NavFooterMb {
    display: block;
  }
  .nav-list li a {
    font-size: 16px;
    margin: 0.5rem 0;
  }
  .NavFooterMb {
    margin-top: 1rem;
    background-color: #f8f6f4;
    padding: 1.2rem 2rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  }
  .btn-PearlBush300 {
    padding: 6px 20px;
    font-size: 16px;
  }
  .btn-PearlBush900 {
    padding: 6px 4px;
    font-size: 16px;
  }
}
@media (max-width: 1042px) {
  .btn-PearlBush300 {
    padding: 6px 12px;
  }
  .btn-PearlBush900 {
    padding: 6px 6px;
  }
  .nav-list li a {
    padding: 6px 10px;
  }
}
@media (max-width: 992px) {
  .nav-list li a {
    padding: 6px 6px;
  }
}
@media (max-width: 858px) {
  .btn-PearlBush300 {
    padding: 6px 8px;
    font-size: 14px;
  }
  .btn-PearlBush900 {
    padding: 6px 4px;
    font-size: 14px;
  }
  .nav-list li a {
    padding: 6px 4px;
    font-size: 14px;
  }
}
.nav-list li a:hover {
  color: #323232;
}
.Mbmenu {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.footer {
  padding: 4rem 4rem;
  background-color: #0a0a0a;
  color: #fff;
}
.PrivacyBtn {
  color: #fff;
}
.PrivacyBtn:hover {
  color: #fff;
}
.footerNav a {
  display: inline-block;
  margin: 0 1rem;
  text-decoration: none;
  color: #fff;
}
.dis575 {
  display: none;
}

@media (max-width: 799px) {
  .footerNav a {
    margin: 0 0.3rem;
  }
}

@media (max-width: 767.98px) {
  .footer {
    padding: 4rem 2rem;
  }
  .footerNav a {
    margin: 0 0.3rem;
  }
}

@media (max-width: 575.98px) {
  .footer {
    padding: 4rem 1rem;
  }
  .dis575 {
    display: block;
  }
  .footerNav a {
    margin: 0.3rem 0.5rem;
  }
  .footerNav {
    text-align: center;
  }
}

.FloatingBtn {
  position: fixed;
  bottom: 19rem;
  right: 2rem;
  z-index: 9999;
}

@media (max-width: 991.98px) {
    .FloatingBtn {
    bottom: 6rem;
    }
}

.scrollToBox {
  width: 64px;
  height: 64px;
  background-color: #0a0a0a;
  color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.scrollToBox.show {
  opacity: 1;
  pointer-events: auto;
}

.GoToDXSPACEBtn {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.GoToDXSPACEBtn.show {
  opacity: 1;
  pointer-events: auto;
}

.GoToDXSPACEBtn a {
  display: inline-block;
  text-decoration: none;
  padding: 12px;
  color: #fff;
  writing-mode: vertical-lr;
  border-radius: 4px;
  background-color: rgba(101, 80, 71, 0.8);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.GoToDXSPACEBtn a:hover {
  color: #fff;
}

@media (max-width: 575.98px) {
  .FloatingBtn {
    bottom: 1rem;
    right: 1rem;
  }
  .scrollToBox {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .scrollToBox img {
    margin-top: -4px;
  }
  .scrollToBox span {
    margin-top: -7px;
  }
  .GoToDXSPACEBtn a {
    width: 40px;
    padding: 8px;
  }
}

.bg-1 {
  background-image: url(../images/Xbg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 800px;
}

.Top_header {
  padding: 80px 0 40px 0;
}

.chosenBox {
  padding: 40px 0;
}

.chosenBox-60 {
  padding: 60px 0;
}

.PT40_PB80 {
  padding-top: 40px;
  padding-bottom: 80px;
}

.ChosenImgShortBox {
  height: 0;
  padding-bottom: 63%;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
}
.ChosenImgShortBox div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ChosenImgShort img {
  width: 100%;
  height: auto;
  border-radius: 13px;
}

.ChosenImgLongBox {
  height: 0;
  padding-bottom: 145%;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
}
.ChosenImgLongBox div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ChosenImgLong img {
  width: 100%;
  height: auto;
  border-radius: 13px;
}
.ChosenImgShort,
.ChosenImgLong {
  overflow: hidden;
}
.ChosenImgShort img,
.ChosenImgLong img {
  transition: transform 0.4s ease;
}
.ChosenImgShort:hover img,
.ChosenImgLong:hover img {
  transform: scale(1.1);
}

@media (max-width: 991.98px) {
  .Top_header {
    padding: 40px 0 20px 0;
  }
  .chosenBox {
    padding: 20px 0;
  }
  .PT40_PB80 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.btn_bk_border {
  width: 110px;
  color: #0a0a0a;
  padding-bottom: 0.5rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #0a0a0a;
}
.btn_bk_border:hover {
  color: #0a0a0a;
}

.ImgDragBox {
  width: 100%;
  height: 312px;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
}
.ImgDragBox img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.brandTitle {
  width: 400px;
  flex: 0 0 auto;
}

.GoToJyBox {
  width: 100%;
  height: 334px;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  background-color: #525252;
  background-image: url(../images/ImageDrag_08.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.ContactGoToJy {
  height: 254px;
}

.padding_64 {
  padding: 64px;
}

.btn_text_white {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem;
  border-bottom: 1px solid #fff;
}
.btn_text_white:hover {
  color: #fff;
}

.padding_b_120 {
  padding-bottom: 120px;
}

.padding_Y_120 {
  padding: 120px 0;
}
.padding_Y_60 {
  padding: 60px 0;
}

@media (max-width: 575.98px) {
  .GoToJyBox {
    height: auto;
  }
  .brandTitle {
    width: 100%;
  }
  .padding_64 {
    padding: 32px;
  }
  .padding_Y_60 {
    padding: 30px 0;
  }
}

.ImgJoyceBox img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.AboutUlbox {
  border-bottom: 1px solid #d6c9b9;
  padding-bottom: 0.7rem;
}

.AboutUlbox li {
  list-style-type: disc;
  margin-left: 1.2rem;
}

.ideaBox {
  height: 100%;
  padding: 1.5rem;
  border-radius: 20px;
}

.ContactUsBox {
  background-color: #f4f4f4;
  padding: 1.5rem;
  border-radius: 20px;
}
.ContactUsLabel {
  display: block;
}
.ContactUsInput {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.5rem;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #e0e0e0;
}
.ContactUsInput:focus {
  outline: none;
  box-shadow: none;
}
.ContactUsSelect {
  width: 100%;
  padding: 0.7rem 0.5rem;
  margin-top: 0.5rem;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #e0e0e0;
}
.ContactUsSelect:focus {
  outline: none;
  box-shadow: none;
}
.ContactUsTextarea {
  width: 100%;
  padding: 0.7rem 0.5rem;
  margin-top: 0.5rem;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #e0e0e0;
}
.ContactUsTextarea:focus {
  outline: none;
  box-shadow: none;
}
.boredrleft {
  border-left: 1px solid #f4f4f4;
}

@media (max-width: 991.98px) {
  .boredrleft {
    border-left: 0;
  }
}

.NewsImgBox {
  height: 0;
  padding-bottom: 75%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1);
}
.NewsImgBox div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.NewsImgBox img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* transition: transform 0.4s ease; */
}

.NewsImgBox:hover img {
  /* transform: scale(1.1); */
}
.NewsItemText {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #454545;
}
.NewsItem {
  position: relative;
}

.PageNav a {
  display: inline-block;
  text-decoration: none;
  color: #828282;
  padding: 0.3rem 0.2rem;
  margin: 0 0.2rem;
}
.PageNav a:hover {
  color: #655047;
}
.PageNav a.active {
  color: #655047;
  border-bottom: 2px solid #655047;
}

.NewsItem h3 a {
  text-decoration: none;
  color: #000;
}
.NewsItem h3 a:hover {
  color: #000;
}

.NewsPageTitle button {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}

.NewsPageContent img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 2rem;
}

.NewsPageContent h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 2rem 0;
}
.NewsPageContent p {
  color: #454545;
}
.NewsPageLabel {
  margin: 4rem 0;
  padding: 1.5rem;
  border-radius: 20px;
  background-color: #f1f0ee;
}
.NewsPageLabel h2 {
  font-size: 32px;
  font-weight: bold;
}
.NewsReturn {
  width: 140px;
}
.NewsOtherArticles {
  color: #fff;
  position: absolute;
  z-index: 99;
  top: 1rem;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
}
.NewsOtherArticles .NewsLabel {
  color: #000;
  padding: 0.3rem 0.7rem;
  font-size: 14px;
  border-radius: 20px;
  background-color: rgba(246, 246, 246, 0.8);
}

.NewsImgOtherBox {
  height: 0;
  padding-bottom: 75%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1);
}
.NewsImgOtherBox div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.NewsImgOtherBox img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.workImgBox {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.workImgBox div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.workImgBox img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.workImgSmallBox {
  height: 0;
  padding-bottom: 42%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.workImgSmallBox div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.workImgSmallBox img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.workImgBigBox {
  height: 0;
  padding-bottom: 55%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.workImgBigBox div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.workImgBigBox img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.SpaceBg {
  background-image: url(../images/ContentBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.PortfolioImg img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.InformationBox {
  padding: 1rem;
  border-radius: 20px;
  background-color: #fff;
}

.PalettrImgBox {
  height: 0;
  padding-bottom: 133%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.PalettrImgBox div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.PalettrImgBox img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.PalettrImg02Box {
  height: 0;
  padding-bottom: 86%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.PalettrImg02Box div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.PalettrImg02Box img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.PalettrImg03Box {
  height: 0;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.PalettrImg03Box div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.PalettrImg03Box img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.PalettrImg04Box {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.PalettrImg04Box div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.PalettrImg04Box img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.PalettrImg05Box {
  height: 0;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.PalettrImg05Box div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.PalettrImg05Box img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.AwardImgBox {
  height: 0;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  /* background-color: #262626; */
}
.AwardImgBox div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.AwardImgBox img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.AwardsItemBox {
  /* width: 80%; */
  border-bottom: 1px solid #c8baa9;
  margin-bottom: 0.5rem;
  flex: 0 0 auto;
  /* padding-bottom: 0.6rem; */
}

.ProvacyBox ul li {
  list-style-type: disc;
  margin-left: 1.2rem;
}

/* 00000 */
.PortalBox {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.JyBg {
    background-image: url(../images/index_bg_1.jpg);
}
.DxBg {
    background-image: url(../images/index_bg_2.jpg);
}
.PortalContent {
    width: 50%;
    height: calc(100vh - 2rem);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
}
.PortalContent {
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.PortalBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}
.PortalContent:hover .PortalBg {
    transform: scale(1.1);
}
.Wire-Top, .EntryContent, .EntryContent-Dx {
    position: relative;
    z-index: 1;
}
.Wire-Top {
    display: flex;
    height: 4rem;
    border-bottom: 1px solid #C8BAA9;;
}
.Wirt-left {
    margin-left: 4rem;
    border-left: 1px solid #C8BAA9;
    flex: 1;
}
.Wirt-left-Dx {
    /* margin-left: 4rem; */
    border-left: 1px solid #C8BAA9;
    flex: 1;
}
.EntryContent {
    margin-left: 4rem;
    border-left: 1px solid #C8BAA9;
    position: relative;
    flex: 1;
}
.EntryContent-Dx {
    /* margin-left: 4rem; */
    border-left: 1px solid #C8BAA9;
    position: relative;
    flex: 1;
}
@media (max-width: 767.98px) {
    .Wirt-left-Dx {
        margin-left: 4rem;
    }
    .EntryContent-Dx {
        margin-left: 4rem;
    }
}
@media (max-width: 575.98px) {
    .Wirt-left-Dx {
        margin-left: 1rem;
    }
    .EntryContent-Dx {
        margin-left: 1rem;
    }
}
.EntryLogo {
    padding: 2rem;
}
.EntryH1 {
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.EntryH4 {
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: 1.4px;
    margin: 0;
    padding: 0;
}
.EntryBtn {
    position: absolute;
    bottom: 4rem;
    right: 4rem;
    text-decoration: none;
}

@media (max-width: 767.98px) {  
    .PortalBox {
        flex-direction: column;
    }
    .PortalContent {
        width: 100%;
        height: calc((100vh - 2rem) / 2);
    }
} 
@media (max-width: 575.98px) {  
    .Wire-Top {
        height: 1rem;
    }
    .Wirt-left {
        margin-left: 1rem;
    }
    .EntryContent {
        margin-left: 1rem;
    }
    .EntryLogo {
        padding: 1rem;
    }
    .EntryBtn {
        position: absolute;
        bottom: 2rem;
        right: 1rem;
    }
}
.textNtn {
    text-decoration: none;
    color: #454545;
}
.textNtn:hover {
    color: #454545;
}


