@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap&subset=chinese-traditional");
.Ft2XL {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.1;
}

.FtXL {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.FtL, h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.FtML, h3, .AboutTitle .AboutAdornTxt, .AboutTitle .IntroAdornTxt, .AboutTitle .TopicAdornTxt, .IntroTitle .AboutAdornTxt, .IntroTitle .IntroAdornTxt, .IntroTitle .TopicAdornTxt, .TopicBox .AboutAdornTxt, .TopicBox .IntroAdornTxt, .TopicBox .TopicAdornTxt, .AboutTxt, .IntroTxt, .TopicTxt, .Btn01 {
  font-size: 20px;
  line-height: 1.2;
}

.FtM, .NavBox li {
  font-size: 17px;
  line-height: 1.2;
}

.FtS, body, .LoadingItem p {
  font-size: 16px;
}

.FtXS, .LoadingItem, .NavBox li span.Adorn, .GroupGridBox .GridItem .ItemAdornTxt, .ContactItem .ItemIcon, .FooterBox {
  font-size: 14px;
}

.Ft2XS {
  font-size: 13px;
}

@media screen and (max-width: 1023px) {
  .FtL, h1 {
    font-size: 25px;
  }

  .FtML, h3, .AboutTitle .AboutAdornTxt, .AboutTitle .IntroAdornTxt, .AboutTitle .TopicAdornTxt, .IntroTitle .AboutAdornTxt, .IntroTitle .IntroAdornTxt, .IntroTitle .TopicAdornTxt, .TopicBox .AboutAdornTxt, .TopicBox .IntroAdornTxt, .TopicBox .TopicAdornTxt, .AboutTxt, .IntroTxt, .TopicTxt, .Btn01 {
    font-size: 18px;
  }

  .FtM, .NavBox li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .FtL, h1 {
    font-size: 22px;
  }

  .FtML, h3, .AboutTitle .AboutAdornTxt, .AboutTitle .IntroAdornTxt, .AboutTitle .TopicAdornTxt, .IntroTitle .AboutAdornTxt, .IntroTitle .IntroAdornTxt, .IntroTitle .TopicAdornTxt, .TopicBox .AboutAdornTxt, .TopicBox .IntroAdornTxt, .TopicBox .TopicAdornTxt, .AboutTxt, .IntroTxt, .TopicTxt, .Btn01 {
    font-size: 17px;
  }

  .FtM, .NavBox li {
    font-size: 16px;
  }

  .FtS, body, .LoadingItem p {
    font-size: 15px;
  }

  .FtXS, .LoadingItem, .NavBox li span.Adorn, .GroupGridBox .GridItem .ItemAdornTxt, .ContactItem .ItemIcon, .FooterBox {
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .FtML, h3, .AboutTitle .AboutAdornTxt, .AboutTitle .IntroAdornTxt, .AboutTitle .TopicAdornTxt, .IntroTitle .AboutAdornTxt, .IntroTitle .IntroAdornTxt, .IntroTitle .TopicAdornTxt, .TopicBox .AboutAdornTxt, .TopicBox .IntroAdornTxt, .TopicBox .TopicAdornTxt, .AboutTxt, .IntroTxt, .TopicTxt, .Btn01 {
    font-size: 15px;
  }
}
.ContentFrame, .AboutBox, .ContactBox {
  width: 80%;
  max-width: 1260px;
  margin: 0 auto;
}

@media screen and (max-width: 1259px) {
  .ContentFrame, .AboutBox, .ContactBox {
    width: 76%;
    max-width: 1200px;
  }
}
@media screen and (max-width: 950px) {
  .ContentFrame, .AboutBox, .ContactBox {
    width: 90%;
  }
}
body {
  font-family: "Noto Sans TC", "Microsoft JhengHei";
  font-style: normal;
  line-height: 1.4;
  color: #333333;
}

ol, ul, li {
  list-style: none;
}

div, input, select, textarea, ul, ol {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: "Noto Sans TC", "Microsoft JhengHei";
  line-height: 1;
  font-weight: 500;
  margin: 5px 0;
  color: #405577;
}

.Clear {
  clear: both;
}

.OutFrame {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
}

.InnerFrame {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 950px) {
  .InnerFrame.PhoneNavOpen {
    position: fixed;
    index: 1;
  }
}
.LoadingCover {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 991;
}

.LoadingBox {
  width: 230px;
  height: 150px;
  position: absolute;
  top: calc( 50% - 75px);
  left: calc( 50% - 115px);
  background: #FFF;
  z-index: 9999;
}

.LoadingItem {
  width: 100%;
  height: auto;
  font-family: "Roboto", "verdana";
  color: #333333;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 992;
}
.LoadingItem p {
  font-weight: 700;
  margin: 5px 0 0 0;
}
.LoadingItem .LoadingPic::after {
  display: block;
  content: "";
  width: 73px;
  height: 73px;
  background: #0C3968;
  position: absolute;
  left: 0;
  top: -73px;
  z-index: 1;
  animation: load_a01 3s cubic-bezier(0.19, 0.21, 0.54, 0.99) 0.2s infinite forwards;
}
.LoadingItem .LoadingPic {
  width: 73px;
  height: 73px;
  position: relative;
  margin: 4px auto;
  position: relative;
  overflow: hidden;
  background: #CCCCCC;
}
.LoadingItem .LoadingPic img {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes load_a01 {
  0% {
    left: 0;
    top: -73px;
    opacity: 1;
  }
  20% {
    left: 0;
    top: 0;
    opacity: 1;
  }
  40% {
    left: -73px;
    top: 0;
    opacity: 1;
  }
  40.1% {
    left: -73px;
    top: 0;
    opacity: 0;
  }
  40.2% {
    left: 0;
    top: 73px;
    opacity: 1;
  }
  60% {
    left: 0;
    top: 0;
    opacity: 1;
  }
  80% {
    left: 73px;
    top: 0;
    opacity: 1;
  }
  80.1% {
    left: 73px;
    top: 0;
    opacity: 0;
  }
  80.2% {
    left: 0;
    top: -73px;
    opacity: 1;
  }
}
@-moz-keyframes load_a01 {
  0% {
    left: 0;
    top: -73px;
    opacity: 1;
  }
  20% {
    left: 0;
    top: 0;
    opacity: 1;
  }
  40% {
    left: -73px;
    top: 0;
    opacity: 1;
  }
  40.1% {
    left: -73px;
    top: 0;
    opacity: 0;
  }
  40.2% {
    left: 0;
    top: 73px;
    opacity: 1;
  }
  60% {
    left: 0;
    top: 0;
    opacity: 1;
  }
  80% {
    left: 73px;
    top: 0;
    opacity: 1;
  }
  80.1% {
    left: 73px;
    top: 0;
    opacity: 0;
  }
  80.2% {
    left: 0;
    top: -73px;
    opacity: 1;
  }
}
@-ms-keyframes load_a01 {
  0% {
    left: 0;
    top: -73px;
    opacity: 1;
  }
  20% {
    left: 0;
    top: 0;
    opacity: 1;
  }
  40% {
    left: -73px;
    top: 0;
    opacity: 1;
  }
  40.1% {
    left: -73px;
    top: 0;
    opacity: 0;
  }
  40.2% {
    left: 0;
    top: 73px;
    opacity: 1;
  }
  60% {
    left: 0;
    top: 0;
    opacity: 1;
  }
  80% {
    left: 73px;
    top: 0;
    opacity: 1;
  }
  80.1% {
    left: 73px;
    top: 0;
    opacity: 0;
  }
  80.2% {
    left: 0;
    top: -73px;
    opacity: 1;
  }
}
@keyframes load_a01 {
  0% {
    left: 0;
    top: -73px;
    opacity: 1;
  }
  20% {
    left: 0;
    top: 0;
    opacity: 1;
  }
  40% {
    left: -73px;
    top: 0;
    opacity: 1;
  }
  40.1% {
    left: -73px;
    top: 0;
    opacity: 0;
  }
  40.2% {
    left: 0;
    top: 73px;
    opacity: 1;
  }
  60% {
    left: 0;
    top: 0;
    opacity: 1;
  }
  80% {
    left: 73px;
    top: 0;
    opacity: 1;
  }
  80.1% {
    left: 73px;
    top: 0;
    opacity: 0;
  }
  80.2% {
    left: 0;
    top: -73px;
    opacity: 1;
  }
}
.HeaderBg {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  text-align: center;
  z-index: 91;
  color: #FFFFFF;
  background: rgba(15, 48, 94, 0.6);
}

.HeaderBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1620px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.LogoBox {
  flex: 1;
  text-align: left;
}

.NavBox {
  flex: 3;
  height: 100%;
  margin: 0 2vw 0 0;
  text-align: right;
}
.NavBox li {
  display: inline-block;
  height: 100%;
  position: relative;
  margin: 0 1%;
  padding: 0 15px 0 10px;
  line-height: 110px;
  text-align: left;
  cursor: pointer;
}
.NavBox li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.NavBox li span.Adorn {
  display: none;
}
.NavBox li::after {
  display: inline-block;
  width: 0px;
  height: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
}
.NavBox li::before {
  display: inline-block;
  width: 0;
  height: 3px;
  content: "";
  background: #FFF;
  position: absolute;
  top: 68%;
}
.NavBox li:hover::after {
  width: 1px;
  height: 100%;
  transition: all 0.5s;
}
.NavBox li:hover::before {
  width: 22px;
  transition: all 0.3s ease-in 0.2s;
}

.MenuTriggerBox {
  display: none;
  width: 32px;
  height: 25px;
  position: absolute;
  top: calc( 50% - 15px );
  right: 0;
}

.IndexShowBg {
  width: 100%;
  margin: 0 auto;
}

.IndexShowBox {
  width: 100%;
  height: 100%;
  position: relative;
}
.IndexShowBox .IndexShowTxt {
  width: 42%;
  position: absolute;
  bottom: 30%;
  left: 50%;
  z-index: 2;
}
.IndexShowBox .IndexShowTxt img {
  width: 100%;
  max-width: 760px;
  height: auto;
  transform: translate(-50%, 0);
}
.IndexShowBox .IndexShowPic {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  z-index: 1;
}
.IndexShowBox .IndexShowPic img {
  width: 100%;
  height: auto;
}

.AboutBg {
  width: 100%;
  padding: 0 0 80px 0;
}

.AboutBox {
  max-width: 1124px;
}

.AboutTitle, .IntroTitle, .TopicBox {
  height: auto;
  text-align: left;
  position: relative;
  top: 0;
  padding: 75px 0 15px 12px;
  border-left: 2px solid #405577;
}
.AboutTitle::after, .IntroTitle::after, .TopicBox::after {
  display: block;
  width: 24px;
  height: 6px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 13px;
  background: #CC9966;
}
.AboutTitle .AboutAdornTxt, .AboutTitle .IntroAdornTxt, .AboutTitle .TopicAdornTxt, .IntroTitle .AboutAdornTxt, .IntroTitle .IntroAdornTxt, .IntroTitle .TopicAdornTxt, .TopicBox .AboutAdornTxt, .TopicBox .IntroAdornTxt, .TopicBox .TopicAdornTxt {
  font-family: "Roboto", "verdana";
  color: #6F839E;
}

.AboutTxt, .IntroTxt, .TopicTxt {
  padding: 0 0 0 13px;
  margin: 45px 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei";
  text-align: left;
  line-height: 2;
}

.GroupGridBg {
  width: 100%;
  height: auto;
  position: relative;
  padding: 30px 0 110px 0;
  background: #405577;
}

.GroupGridBg01 {
  width: 100%;
  height: 180px;
  position: absolute;
  top: -2px;
  z-index: 1;
  background: #FFFFFF;
}

.GroupGridBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  max-width: 1260px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}
.GroupGridBox .GridItem {
  flex: 1;
  margin: 0 2%;
  position: relative;
  background: #FFFFFF;
}
.GroupGridBox .GridItem .ItemAdornTxt {
  font-family: "Roboto", "verdana";
}
.GroupGridBox .GridItem .ItemPic {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.GroupGridBox .GridItem .ItemPic img {
  display: block;
  width: 180px;
  height: auto;
  margin: 0px auto;
}
.GroupGridBox .GridItem .ItemPic::after {
  display: block;
  width: 40px;
  height: 6px;
  content: "";
  background: #CC9966;
  margin: 0 auto;
}
.GroupGridBox .GridItem .ItemTxt {
  padding: 0 20px;
  margin: 30px 0 112px 0;
  text-align: left;
  line-height: 2;
}
.GroupGridBox .GridItem .ItemBtnBox {
  width: 100%;
  background: #405577;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ColorBlock {
  width: 100%;
  padding: 0 0 75px 0;
}

.ColorBlock.Gray {
  background: #F0F0F0;
}

.PdfBtnBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding: 0 0 0 13px;
  margin: 20px 0 50px 0;
  text-align: left;
}
.PdfBtnBox > li {
  width: 23.1%;
  margin: 10px 1.9% 10px 0;
  background: #ccc;
}

.ContactBg {
  width: 100%;
  margin: 30px 0 0 0;
  background: #405577;
}

.ContactBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 0 100px 0;
  align-items: flex-start;
}

.ContactTitle {
  flex: 1;
}

.ContactTitle.TopicBox {
  border-left: 2px solid #FFFFFF;
}
.ContactTitle.TopicBox h1 {
  color: #FFFFFF;
}
.ContactTitle.TopicBox .TopicAdornTxt {
  color: #FFFFFF;
}

.ContactItemBg {
  flex: 5;
  max-width: 862px;
  padding: 35px 0;
  background: #FFFFFF;
}

.ContactItemBox {
  text-align: center;
}

.ContactItem:not(:last-child) {
  border-right: 1px solid #CCCCCC;
}

.ContactItem {
  display: inline-block;
  padding: 6px 3%;
  margin: 0 auto;
  text-align: center;
}
.ContactItem .ItemIcon {
  margin: 0 0 15px 0;
  font-family: "Roboto", "verdana";
  color: #405577;
}
.ContactItem .ItemIcon::before {
  display: block;
  width: 36px;
  height: 36px;
  content: "";
  margin: 5px auto;
  background-repeat: no-repeat;
  background-size: auto 36px;
}
.ContactItem .ItemIcon.Contact::before {
  background-image: url("../images/icon_pic01.svg");
}
.ContactItem .ItemIcon.Tel::before {
  background-image: url("../images/icon_pic01.svg");
  background-position: -36px 0;
}
.ContactItem .ItemIcon.Mail::before {
  background-image: url("../images/icon_pic01.svg");
  background-position: -72px 0;
}
.ContactItem .ItemIcon.Sns::before {
  background-image: url("../images/icon_pic01.svg");
  background-position: -108px 0;
}

.FooterBg {
  width: 100%;
  margin: 0 auto;
  background: #6F839E;
}

.FooterBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 92%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 1.5;
  color: #FFFFFF;
}

.FooterGrid:first-child {
  flex: 1;
}

.FooterGrid:last-child {
  flex: 1.5;
  text-align: right;
}

.FooterTxt {
  display: inline-block;
  text-align: left;
}
.FooterTxt a {
  color: #FFFFFF;
  text-decoration: underline;
}

@media screen and (max-width: 1400px) {
  .IndexShowBox {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .IndexShowBox .IndexShowTxt {
    width: 586px;
  }
  .IndexShowBox .IndexShowPic {
    height: 735px;
  }
  .IndexShowBox .IndexShowPic img {
    width: 1400px;
    height: auto;
    position: absolute;
    top: 0;
    left: calc( 50% - 700px );
  }

  .PdfBtnBox {
    margin: 20px 0 35px 0;
  }
  .PdfBtnBox > li {
    width: 23%;
    min-width: 268px;
    margin: 10px 1.8% 10px 0;
  }
}
@media screen and (max-width: 1140px) {
  .PdfBtnBox {
    margin: 20px 0 30px 0;
  }
  .PdfBtnBox > li {
    width: 35%;
    margin: 7px 1.7% 7px 0;
  }
}
@media screen and (max-width: 1380px) {
  .GroupGridBox {
    width: 98%;
  }
}
@media screen and (max-width: 1259px) {
  .Open.HeaderBg {
    height: 100vh;
    background: rgba(15, 48, 94, 0.95);
  }

  .HeaderBg {
    height: auto;
  }

  .HeaderBox {
    display: inline-block;
  }

  .LogoBox {
    width: 69%;
    padding: 13px 0 12px 0;
    text-align: left;
  }
  .LogoBox img {
    width: 80%;
    max-width: 200px;
    height: auto;
  }

  .Open .NavBox {
    display: inline-block;
  }

  .NavBox {
    display: none;
    flex: none;
    height: auto;
    position: absolute;
    left: 0;
    text-align: left;
    margin: 10vh auto 0 auto;
  }
  .NavBox li {
    display: block;
    height: auto;
    margin: 20px 0 40px 0;
    font-size: 19px !important;
    line-height: 1.3 !important;
  }
  .NavBox li::before {
    display: inline-block;
    width: 25px;
    height: 4px;
    content: "";
    background: #CC9966;
    position: absolute;
    top: calc( 100% + 3px );
  }
  .NavBox li span.Adorn {
    display: block;
  }
  .NavBox li:hover::after {
    width: 1px;
    height: 100%;
    transition: none;
  }
  .NavBox li:hover::before {
    width: 22px;
    transition: none;
  }

  .MenuTriggerBox {
    display: block;
    top: 25px;
  }

  .ContactBox {
    padding: 0;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .ContactTitle {
    flex: none;
    width: 76%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .ContactItemBg {
    flex: 1;
    width: 100%;
    max-width: 100%;
    padding: 35px 0 45px 0;
    margin: 20px 0 0px 0;
  }

  .ContactItemBox {
    width: 76%;
    max-width: 1208px;
    margin: 0 auto;
  }

  .ContactItem:not(:last-child) {
    border-right: none;
  }

  .ContactItem {
    min-width: 18%;
    padding: 6px 1.5%;
  }
}
@media screen and (max-width: 1120px) {
  .AboutBg {
    padding: 0 0 50px 0;
  }

  .GroupGridBg {
    padding: 0px 0 100px 0;
  }

  .GroupGridBg01 {
    height: 208px;
  }

  .GroupGridBox {
    display: block;
    width: 90%;
    max-width: 480px;
  }
  .GroupGridBox .GridItem:last-child {
    margin: 0;
  }
  .GroupGridBox .GridItem {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 42px 0 0 0;
  }
  .GroupGridBox .GridItem .ItemPic {
    padding: 7px 0;
  }
  .GroupGridBox .GridItem .ItemTxt {
    padding: 0 35px;
    margin: 35px 0 45px 0;
  }
  .GroupGridBox .GridItem .ItemBtnBox {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 950px) {
  .ColorBlock {
    padding: 0 0 55px 0;
  }

  .ContactBg {
    margin: 20px 0 0 0;
  }

  .ContactTitle {
    width: 90%;
  }

  .ContactItemBox {
    width: 90%;
  }

  .ContactItem {
    min-width: 17%;
    padding: 6px 1.6%;
  }
}
@media screen and (max-width: 840px) {
  .AboutTitle, .IntroTitle, .TopicBox {
    padding: 62px 0 12px 12px;
  }
  .AboutTitle::after, .IntroTitle::after, .TopicBox::after {
    height: 5px;
  }

  .FooterBox {
    width: 90%;
    max-width: 800px;
    padding: 16px 0;
    display: block;
  }

  .FooterGrid {
    flex: none;
    width: 100%;
  }

  .FooterGrid:first-child {
    text-align: center;
  }

  .FooterGrid:last-child {
    text-align: center;
    margin: 15px 0 0 0;
  }

  .FooterTxt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .IndexShowBox .IndexShowTxt {
    width: 82%;
    bottom: 29%;
  }
  .IndexShowBox .IndexShowTxt img {
    width: 98%;
    max-width: 500px;
  }
  .IndexShowBox .IndexShowPic {
    height: auto;
  }
  .IndexShowBox .IndexShowPic img {
    width: 182%;
    height: auto;
    position: relative;
    top: 0;
    left: -41%;
  }

  .AboutBg {
    padding: 0 0 0px 0;
  }

  .GroupGridBg {
    padding: 30px 0 70px 0;
  }

  .AboutTitle, .IntroTitle, .TopicBox {
    padding: 56px 0 12px 12px;
  }
  .AboutTitle::after, .IntroTitle::after, .TopicBox::after {
    height: 5px;
  }

  .AboutTxt, .IntroTxt, .TopicTxt {
    line-height: 1.9;
  }

  .GroupGridBox {
    max-width: 420px;
  }
  .GroupGridBox .GridItem {
    padding: 36px 0 0 0;
  }
  .GroupGridBox .GridItem .ItemPic img {
    width: 164px;
    height: auto;
  }
  .GroupGridBox .GridItem .ItemPic::after {
    width: 38px;
    height: 5px;
  }
  .GroupGridBox .GridItem .ItemTxt {
    padding: 0 20px 0 25px;
    margin: 22px 0 40px 0;
    line-height: 1.8;
  }

  .ColorBlock {
    padding: 0 0 25px 0;
  }

  .PdfBtnBox {
    margin: 20px 0 20px 0;
  }
  .PdfBtnBox > li {
    width: 45.5%;
    min-width: 252px;
    max-width: 280px;
    margin: 7px 4% 7px 0;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .LogoBox {
    padding: 10px 0 9px 0;
  }
}
@media screen and (max-width: 699px) {
  .ContactBg {
    margin: 35px 0 0 0;
  }

  .ContactItemBg {
    padding: 30px 0 35px 0;
  }

  .ContactTitle {
    width: 90%;
  }

  .ContactItemBox {
    width: 96%;
    max-width: 468px;
  }

  .ContactItem {
    min-width: 47%;
    padding: 6px 0;
    margin: 10px auto;
  }
  .ContactItem .ItemIcon::before {
    width: 30px;
    height: 30px;
    background-size: auto 30px;
  }
  .ContactItem .ItemIcon.Tel::before {
    background-position: -30px 0;
  }
  .ContactItem .ItemIcon.Mail::before {
    background-position: -60px 0;
  }
  .ContactItem .ItemIcon.Sns::before {
    background-position: -90px 0;
  }
}
@media screen and (max-width: 400px) {
  .MenuTriggerBox {
    display: block;
    top: 20px;
  }

  .ContactItemBg {
    padding: 22px 0 30px 0;
  }

  .ContactItem {
    width: 70%;
  }
  .ContactItem .ItemIcon {
    margin: 0 0 6px 0;
  }
}
.MenuTriggerBtn {
  width: 26px;
  height: 16px;
  display: block;
  position: relative;
  top: 4px;
  transition: 0.4s;
  display: inline-block;
}
.MenuTriggerBtn span {
  transition: 0.4s;
  display: inline-block;
  box-sizing: border-box;
  left: 0px;
  width: 26px;
  height: 3px;
  position: absolute;
  background: #FFFFFF;
  transform-origin: 0;
}
.MenuTriggerBtn span:nth-of-type(1) {
  top: 0px;
}
.MenuTriggerBtn span:nth-of-type(2) {
  bottom: 0px;
}

.Active.MenuTriggerBtn {
  height: 19px;
}
.Active.MenuTriggerBtn span {
  width: 23px;
}
.Active.MenuTriggerBtn span:nth-of-type(1) {
  transform: translateY(0px) rotate(45deg);
  -webkit-transform: translateY(0px) rotate(45deg);
}
.Active.MenuTriggerBtn span:nth-of-type(2) {
  transform: translateY(0px) rotate(-45deg);
  -webkit-transform: translateY(0px) rotate(-45deg);
}

.BtnBox {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 5 auto;
}

.Btn01 {
  display: inline-block;
  width: 100%;
  padding: 17px 0px;
  background: #CC9966;
  color: #FFFFFF;
  text-align: center;
}

.Btn01.disabled {
  background: #B6B6B6;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .Btn01 {
    padding: 14px 0px 15px 0;
  }
}
#caselist_detail {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999;
}

#caselist_detail_box {
  width: 100%;
  height: 100%;
  line-height: 100%;
  text-align: center;
}
#caselist_detail_box:before, #caselist_detail_box:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

#caselist_detail_show {
  width: 98%;
  max-width: 1200px;
  display: inline-block;
  vertical-align: middle;
}
#caselist_detail_show img {
  width: 100%;
  height: auto;
}

#closebtn {
  width: 44px;
  height: 44px;
  background: url(../images/btn_01.png) no-repeat;
  float: right;
  margin: 0 0 6px 0;
  cursor: pointer;
}

.caselist {
  margin: 50px auto 0 auto;
  text-align: left;
}

@media screen and (min-width: 1221px) and (max-width: 1480px) {
  .caselist {
    width: 873px;
    margin: 50px auto 0 auto;
  }
}
@media screen and (min-width: 611px) and (max-width: 1220px) {
  .caselist {
    width: 582px;
    margin: 40px auto 0 auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 610px) {
  .caselist {
    width: 291px;
    margin: 30px auto 0 auto;
  }
}
.caselist_item {
  width: 264px;
  height: 192px;
  display: inline-block;
  margin: 0 12px 28px 12px;
  overflow: hidden;
  border: none;
}
.caselist_item:hover {
  cursor: pointer;
}

.caselist_item_txt {
  width: 250px;
  height: 178px;
  position: relative;
  top: -185px;
  left: 7px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.case_s02 {
  width: 254px;
  height: 182px;
  border: 5px solid #6F839E;
}
.case_s02:hover {
  cursor: default;
}
.case_s02 .caselist_item_txt {
  opacity: 1;
  background: none;
}

.caselist_item:hover .caselist_item_txt {
  opacity: 1;
}

.txt_year, .txt_name {
  display: block;
  font-family: "Noto Sans TC", "Microsoft JhengHei";
  color: #6F839E;
}

.txt_year {
  width: 160px;
  border-bottom: 1px solid #6F839E;
  font-size: 13px;
  padding: 58px 0 2px 0;
  margin: 0 auto;
}

.txt_name {
  font-size: 22px;
  margin: 5px auto 0 auto;
}

.sides_box {
  width: 100%;
  max-width: 1500px;
  height: 660px;
  margin: 0 0 35px 0;
  position: relative;
  overflow: hidden;
}

.centerpoint {
  width: 1px;
  height: 0px;
  margin: 0 auto;
  position: relative;
}

.slides {
  width: 100%;
  left: -750px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
}
.slides li {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.slides li:nth-of-type(1) {
  position: relative;
}
.slides li.showout {
  z-index: 4;
  transform: scale(1);
}
.slides li.showin {
  z-index: 5;
  animation: showmv 6s ease-out 0s 1 alternate running forwards;
}

@-webkit-keyframes showmv {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes showmv {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-ms-keyframes showmv {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes showmv {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.control {
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
  top: 0px;
  z-index: 9994;
}
.control a {
  width: 90px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.control a.prev {
  background: url(../images/btn_02.gif) no-repeat left;
  float: left;
}
.control a.next {
  background: url(../images/btn_02.gif) no-repeat -90px;
  float: right;
}

.slidesword_box {
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
  top: 0px;
  text-align: center;
  margin: 0 auto;
  z-index: 9993;
}

.slidesword {
  display: inline-block;
  vertical-align: middle;
}

.slidesword_box:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.slides_t1 {
  font-size: 60px;
  line-height: 72px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.slides_t2 {
  font-size: 19px;
  line-height: 30px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  line-height: 32px;
}

@media screen and (min-width: 0px) and (max-width: 1023px) {
  .sides_box {
    max-width: none;
    height: 100%;
    margin: 0 auto 35px auto;
  }

  .centerpoint {
    width: 100%;
    height: 100%;
  }

  .slides {
    left: 0;
    position: relative;
    text-align: center;
  }
  .slides li img {
    width: 100%;
    height: auto;
  }

  .slides_t1 {
    font-size: 40px;
    line-height: 50px;
  }

  .slides_t2 {
    font-size: 14px;
    line-height: 24px;
  }

  .control a {
    width: 63px;
  }
  .control a.prev {
    background: url(../images/btn_02_s.gif) no-repeat left;
    float: left;
  }
  .control a.next {
    background: url(../images/btn_02_s.gif) no-repeat -63px;
    float: right;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .slides_t1 {
    font-size: 30px;
    line-height: 50px;
  }

  .slides_t2 {
    display: none;
  }
}
.MainShowBg {
  width: 100%;
  height: 420px;
  margin: 0 auto;
  background-image: url("../images/electronic_pic02.jpg");
  background-repeat: repeat-x;
  background-position: center top;
}

.MainShowBox {
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: url("../images/electronic_pic01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
.MainShowBox .MainShowTxt {
  display: block;
  width: 77%;
  max-width: 420px;
  margin: 0 auto;
  position: relative;
  top: calc( 50% - 20px );
}
.MainShowBox img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .MainShowBg {
    width: 100%;
    height: 320px;
    margin: 0 auto;
    background-size: auto 320px;
  }

  .MainShowBox .MainShowTxt {
    max-width: 380px;
    top: calc( 50% - 12px );
  }
}
@media screen and (max-width: 700px) {
  .MainShowBox .MainShowTxt {
    max-width: 320px;
  }
}
