html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80% f;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

* {
  font-family: Noto Sans TC, cwTeXKai, cwTeXYen, cwTeXFangSong, cwTeXMing, Arial;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body section.section_SEG .wrap {
  max-width: 100vw;
  position: relative;
}
body section.section_SEG .wrap .bgBox {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100vh;
  position: relative;
}
body section.section_SEG .wrap .colorBlock {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: rgba(44, 48, 85, 0.3);
}
body section.section_SEG .wrap .colorBlock .titleBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  line-height: 50px;
  margin-top: 120px;
}
body section.section_SEG .wrap .colorBlock .titleBox .title {
  color: white;
  font-weight: bold;
}
body section.section_SEG .wrap .colorBlock .titleBox .subTitle {
  color: rgba(255, 255, 255, 0.6);
}
body section.section_SEG .wrap .colorBlock .btnflipBox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 30%;
  margin-top: 45px;
}
body section.section_SEG .wrap .colorBlock .btnflipBox .maincontainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  margin-bottom: 30px;
}
body section.section_SEG .wrap .colorBlock .btnflipBox .maincontainer .thecard {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.7s ease;
}
body section.section_SEG .wrap .colorBlock .btnflipBox .maincontainer .thecard:hover {
  transform: rotateY(180deg);
}
body section.section_SEG .wrap .colorBlock .btnflipBox .maincontainer .thecard .thefront {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: rgba(51, 51, 51, 0.8);
  color: #77e1ff;
  text-align: center;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 28px;
}
body section.section_SEG .wrap .colorBlock .btnflipBox .maincontainer .thecard .thefront svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}
body section.section_SEG .wrap .colorBlock .btnflipBox .maincontainer .thecard .thefront svg path {
  fill: rgba(255, 255, 255, 0.8);
  stroke-width: 0;
}
body section.section_SEG .wrap .colorBlock .btnflipBox .maincontainer .thecard .theback {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: rgba(51, 51, 51, 0.8);
  color: white;
  transform: rotateY(180deg);
  text-align: center;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
body section.section_SEG .wrap .colorBlock .btnflipBox .maincontainer .thecard .theback img {
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}
body section.section_SEG .wrap .colorBlock .btnflipBox .maincontainer .thecard .theback a {
  color: white;
  text-decoration: none;
}
body section.section_SEG .wrap .colorBlock .btnflipBox .maincontainer .thecard .theback a .btnEnter {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  padding: 26px 0 26px 0;
  background-color: #FF8080;
  transition: 0.2s;
}
body section.section_SEG .wrap .colorBlock .btnflipBox .maincontainer .thecard .theback a .btnEnter:hover {
  background-color: #FF6262;
  scale: 1.2;
  box-shadow: 0 0 15px #FF8080;
  cursor: pointer;
}
body section.section_SEG .wrap .colorBlock .phoneBox {
  display: none;
}

@media (max-width: 1920px) {
  body section.section_SEG .wrap .colorBlock .btnflipBox {
    width: 30%;
  }
}
@media (max-width: 1800px) {
  body section.section_SEG .wrap .colorBlock .btnflipBox {
    width: 32%;
  }
}
@media (max-width: 1700px) {
  body section.section_SEG .wrap .colorBlock .btnflipBox {
    width: 34%;
  }
}
@media (max-width: 1700px) {
  body section.section_SEG .wrap .colorBlock .btnflipBox {
    width: 36%;
  }
}
@media (max-width: 1536px) {
  body section.section_SEG .wrap .colorBlock .btnflipBox {
    width: 40%;
  }
}
@media (max-width: 1440) {
  body section.section_SEG .wrap .colorBlock .btnflipBox {
    width: 40%;
  }
}
@media (max-width: 1366px) {
  body section.section_SEG .wrap .colorBlock .btnflipBox {
    width: 43%;
  }
}
@media (max-width: 1280px) {
  body section.section_SEG .wrap .colorBlock .btnflipBox {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  body section.section_SEG .wrap .colorBlock .btnflipBox {
    width: 52%;
  }
}
@media (max-width: 1100px) {
  body section.section_SEG .wrap .colorBlock .btnflipBox {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  body section.section_SEG .wrap .bgBox {
    height: auto; 
    min-height: 150vh; 
  }
  body section.section_SEG .wrap .colorBlock {
    height: auto;
    min-height: 150vh;
  }
  body section.section_SEG .wrap .colorBlock .phoneBox ul li.btnBox {
    width: 52%;
  }
  body section.section_SEG .wrap .colorBlock .phoneBox ul li.btnBox .btnBox {
    width: 54%;
  }
}
@media (max-width: 992px) {
  body section.section_SEG .wrap .colorBlock .titleBox {
    font-size: 40px;
    line-height: 50px;
    margin-top: 46px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  body section.section_SEG .wrap .colorBlock .titleBox .title {
    font-size: 34px;
  }
  body section.section_SEG .wrap .colorBlock .titleBox .subTitle {
    font-size: 30px;
  }
  body section.section_SEG .wrap .colorBlock .btnflipBox {
    display: none;
  }
  body section.section_SEG .wrap .colorBlock .phoneBox {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
  }
  body section.section_SEG .wrap .colorBlock .phoneBox ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
  }
  body section.section_SEG .wrap .colorBlock .phoneBox ul li.btnBox {
    width: 40%;
    height: 145px;
    background: rgba(51, 51, 51, 0.8);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
  }
  body section.section_SEG .wrap .colorBlock .phoneBox ul li.btnBox img {
    width: 100%;
    -o-object-position: 0px -78px;
       object-position: 0px -78px;
    opacity: 0.5;
  }
  body section.section_SEG .wrap .colorBlock .phoneBox ul li.btnBox .phcolorblock {
    width: 100%;
    height: 145px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.4);
  }
  body section.section_SEG .wrap .colorBlock .phoneBox ul li.btnBox .name {
    width: 100%;
    text-align: center;
    color: white;
    position: absolute;
    font-size: 20px;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: initial;
  }
  body section.section_SEG .wrap .colorBlock .phoneBox ul li.btnBox .btnBox {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50%;
  }
  body section.section_SEG .wrap .colorBlock .phoneBox ul li.btnBox .btnBox a {
    text-decoration: none;
  }
  body section.section_SEG .wrap .colorBlock .phoneBox ul li.btnBox .btnBox a .btnEnter {
    color: white;
    bottom: 3%;
    z-index: 3;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #FF8080;
    border-radius: 50px;
    width: 100%;
    padding: 10px;
    background-color: #FF8080;
  }
}
@media (max-width: 768px) {
  body section.section_SEG .wrap .colorBlock .phoneBox ul li.btnBox {
    width: 45%;
  }
  body section.section_SEG .wrap .colorBlock .phoneBox ul li.btnBox .btnBox {
    width: 60%;
  }
}
@media (max-width: 545px) {
  body section.section_SEG .wrap .bgBox {
    height: auto; 
    min-height: 120vh; 
  }
  body section.section_SEG .wrap .colorBlock {
    height: auto;
    min-height: 120vh;
  }
  body section.section_SEG .wrap .colorBlock .phoneBox ul li.btnBox {
    width: 75%;
  }
  body section.section_SEG .wrap .colorBlock .phoneBox ul li.btnBox .btnBox {
    width: 54%;
  }
}
@media (max-width: 414px) {
  body section.section_SEG .wrap .colorBlock .phoneBox ul li.btnBox {
    width: 80%;
  }
}
@media (max-width: 375px) {
  body section.section_SEG .wrap .bgBox {
    height: auto; 
    min-height: 130vh; 
  }
  body section.section_SEG .wrap .colorBlock {
    height: auto;
    min-height: 130vh;
  }
  body section.section_SEG .wrap .colorBlock .titleBox {
    line-height: 40px;
  }
  body section.section_SEG .wrap .colorBlock .titleBox .title {
    font-size: 28px;
  }
  body section.section_SEG .wrap .colorBlock .titleBox .subTitle {
    font-size: 24px;
  }
  body section.section_SEG .wrap .colorBlock .phoneBox ul li.btnBox {
    width: 80%;
  }
  body section.section_SEG .wrap .colorBlock .phoneBox ul li.btnBox .btnBox a .btnEnter {
    padding: 8px;
  }
}/*# sourceMappingURL=style.css.map */

/* footer-copyright */
.footer__copyright__text {
  text-align: center; 
  font-size: 13px; 
  color: #ffffff; 
  background-color: #333333; 
  padding: 20px 0; 
  border-top: 2px solid #FF8895; 
  font-family: "Noto Sans TC", sans-serif; 
  letter-spacing: 0.5px; 
}