
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

.mb-50 {
  margin-bottom: 50px;
}

.clearfix {
  clear: both;
}

.link-nav-2:hover {
  color: #FFF;
}

.page-btn {
  text-align: center;
}

.page-btn a {
  font-size: 16px;
  line-height: 40px;
}


/* -----------------------------
  index
--------------------------------*/

.index-page #banner {
  position: relative;
}

.index-page .index-marquee {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
}

.index-page .index-marquee span {
  font-size: 17px;
  color: #666;
  line-height: 50px;
  position: relative;
  margin-right: 10px;
  margin-left: 8px;
}

.index-page .index-marquee span:after {
  content: "|";
  position: absolute;
  top: -2px;
  right: -23px;
}

div#abgne_marquee {
  position: relative;
  overflow: hidden;
  /* 超出範圍的部份要隱藏 */
  width: 380px;
  height: 50px;
}

div#abgne_marquee ul,
div#abgne_marquee li {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#abgne_marquee ul {
  position: absolute;
  left: 30px;
  /* 往後推個 30px */
}

div#abgne_marquee ul li a {
  display: block;
  overflow: hidden;
  /* 超出範圍的部份要隱藏 */
  font-size: 17px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  color: #666;
  /*text-align: center;*/
}

div#abgne_marquee div.marquee_btn {
  position: absolute;
  cursor: pointer;
  padding: 14px 5px 0;
  color: #999;
}

div#abgne_marquee ul li a,
div#abgne_marquee div.marquee_btn {
  transition: 0.5s;
}

div#abgne_marquee ul li a:hover,
div#abgne_marquee div.marquee_btn:hover {
  color: #333;
}

div#abgne_marquee div#marquee_next_btn {
  left: 5px;

}

div#abgne_marquee div#marquee_prev_btn {
  right: 5px;
}



/* -----------------------------
  about
--------------------------------*/

.about-page .about-pic img {
  width: 100%;
}

.about-page .about-title {
  position: relative;
  margin-top: 50px;
}

.about-page .about-title h2 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  padding-left: 30px;
}

.about-page .about-title img {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: -1;
}

.about-page .about-title p {
  margin-top: 30px;
  padding-left: 30px;
  font-size: 18px;
  color: #333;
}

.about-page section .container {
  padding-top: 80px;
}

.about-page .about-txt-center h2,
.about-page .about-txt-center p {
  text-align: center;
}

.about-page .about-txt-center img {
  left: 0;
  right: 0;
  margin: auto;
}

.about-page .about-memo {
  position: relative;
  margin: 0 8px 30px;
}

.about-page .about-memo img {
  width: 110px;
  position: absolute;
  left: -30px;
  top: 20px;
}

.about-page .about-memo-title,
.about-page .about-memo-info {
  float: left;
  padding: 5px 20px;
}

.about-page .about-memo-title {
  width: 100%;
  background-color: #d73123;
}

.about-page .about-memo-title h3 {
  color: #FFF;
  padding-left: 75px;
  font-size: 32px;
  font-weight: 600;
}

.about-page .about-memo-title h3 span {
  font-size: 18px;
  font-weight: 400;
}

.about-page .about-memo-info {
  background-color: #f3e1df;
}

.about-page .about-memo-info h4 {
  padding-left: 75px;
  line-height: 30px;
}

.about-page .about-memo-info p {
  margin-top: 15px;
  color: #333;
}



/* -----------------------------
  contact
--------------------------------*/

.contact-page .main-section {
  position: relative;
}

.contact-page .iframe-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}

.contact-page .mobile-iframe iframe {
  width: 100%;
  height: 250px;
}


/* -----------------------------
  news
--------------------------------*/

.tab-menu a {
  font-size: 18px;
  margin-bottom: -2px;
}

.tab-menu {
  border-bottom: 2px solid #e4e4e4 !important;
}

.tab-link.active {
  border-bottom: 2px solid #d63122 !important;
  color: #d63122;
}

.news-page .news-list {
  display: flex;
  flex-wrap: wrap;
}

.news-page .news-card {
  margin-left: 4vw;
  margin-right: 10px;
  margin-bottom: 60px;
  border: 2px solid #333;
  position: relative;
  padding: 40px 20px 35px;
  transition: 0.5s;
}

.news-page .news-card .news-date {
  font-size: 26px;
  font-weight: 600;
  padding: 0 10px;
  background-color: #f7f7f7;
  position: absolute;
  right: 25px;
  top: -13px;
}

.news-page .news-card .news-img {
  width: 10vw;
  height: 10vw;
  position: absolute;
  left: -4vw;
  top: 45px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s;
}

/*.news-page .news-card .news-img a {
  display: block;
  width: 100%;
  height: 100%;
}*/

.news-page .news-card .news-content {
  padding-left: 6.3vw;
  min-height: 10vw;
}

.news-page .news-card .news-content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 0;
}

.news-page .news-card .news-content h3 a {
  color: #333;
  transition: 0.5s;
}

.news-page .news-card .news-content>a {
  color: #d63122;
  transition: 0.5s;
}

.news-page .news-list .news-card .news-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-page .news-card .news-content p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.news-page .news-card:hover {
  border: 2px solid #e59088;
}

.news-page .news-card:hover .news-img {
  margin-left: 5px;
}

.news-page .news-card:hover .news-content h3 a {
  color: #e59088;
}

.news-page .news-card:hover .news-content>a {
  color: #333;
}

.news-page .news-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 60px;
  padding: 40px;
}

.news-page .news-info:hover {
  border: 2px solid #333;
}

.news-page .news-info .news-content {
  padding-left: 0 !important;
}

.news-page .news-info .news-content img {
  margin-bottom: 15px;
}

.news-page .news-info .news-content span a {
  color: #d63122;
  transition: 0.5s;
}

.news-page .news-info .news-content span a:hover {
  color: #333;
}

.news-page .news-share {
  font-size: 15px;
  color: #333;
  margin-top: 25px;
  margin-bottom: 0;
}

.news-page .news-share img {
  height: 16px;
  margin-top: -4px;
  -webkit-filter:grayscale(1);
  transition: 0.5s;
}

.news-page .news-share i
{
  padding-right: 3px;
}

.news-page .news-share a {
  color: #333;
  margin-right: 4px;
  margin: 3px 0;
  display: inline-block;
  white-space: nowrap;
  transition: 0.5s;
}

.news-page .news-share a:hover {
  color: #d63122;
}

.news-page .news-share a:hover img
{
  -webkit-filter:grayscale(0);
}



/* -----------------------------
  know
--------------------------------*/

.know-page .news-card {
  margin-left: 0;
  position: relative;
  padding: 0;
  min-height: 15vw;
  margin-bottom: 70px;
}

.know-page .know-item-pic .news-date {
  right: 10vw;
  top: -13px;
}

.know-page .know-item-txt .news-date {
  right: 50%;
  top: -13px;
  margin-right: -84px;
}

.know-page .news-card .news-content {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 30px;
}

.know-page .know-item-pic .news-img {
  width: 15vw;
  height: 15vw;
  position: relative;
  left: 0;
  top: 0;
}

.know-page .know-item-pic:hover .news-img {
  margin-left: 0;
  opacity: 0.9;
}

.know-page .know-item-pic .know-info {
  display: flex;
}

.know-page .know-item-txt {
  padding: 30px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.know-page .know-item-txt .know-info {
  background-color: #ebebeb;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.know-page .know-item-txt .news-content {
  text-align: center;
  padding: 30px;
}

.know-page .news-card .news-content span a {
  color: #d63122;
  transition: 0.5s;
}

.know-page .news-card:hover .news-content span a {
  color: #333;
}

.know-page .news-card .know-logo {
  width: 60px;
  padding: 0 10px;
  background-color: #f7f7f7;
  position: absolute;
  right: 50%;
  margin-right: -30px;
  bottom: -20px;
}

.know-page .search-field
{
  border: 2px solid #ccc;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
}

.know-page .know-class
{
  border: 2px solid #ccc;
  margin-top: 45px;
  margin-bottom: 30px;
  position: relative;
  padding: 20px 20px 10px;
} 

.know-page .know-class h4
{
  font-size: 18px;
  position: absolute;
  top: -24px;
  left: 20px;
  color: #333;
  background-color: #f7f7f7;
  padding: 0 10px;
}

.know-page .know-class ul
{
  padding-left: 10px;
}

.know-page .know-class ul li
{
  list-style: none;  
}

.know-page .know-class ul.news-class-list li
{
  margin-bottom: 0;
  line-height: 32px;
  font-weight: 400;
  font-size: 16px;
}

.know-page .know-class ul.news-class-list li a
{
  color: #666;
  transition: 0.5s;
}

.know-page .know-class ul.news-class-list li a:hover,
.know-page .know-class ul.news-class-list li.active a
{
  color: #d63122;
}

.know-page .know-class ul.news-class-list li a:before
{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/demo/favicon.png);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-right: 5px;
  -webkit-filter:grayscale(1);
  transition: 0.5s;
}

.know-page .know-class ul.news-class-list li a:hover:before,
.know-page .know-class ul.news-class-list li.active a:before
{
  content: "";
  -webkit-filter:grayscale(0);
}

.know-page .know-class ul.news-class-post
{
  margin-top: 8px;
}

.know-page .know-class ul.news-class-post a
{
  color: #666;
  font-weight: 500;
  transition: 0.5s;
}

.know-page .know-class ul.news-class-post a:hover
{
  color: #d63122;
}

.know-page .know-class ul.news-class-post p
{
  color: #999;
}

.know-page .blog-last-photo a
{
  display: inline-block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.know-page .blog-last-photo a:hover
{
  opacity: 0.8;
}

.know-page .know-card .news-content {
  padding-left: 0 ;
  padding: 30px!important;
  align-items: center;
}

.know-page .know-card .news-date
{
  right: 50%;
  margin-right: -86px;
}

.know-page .know-card .news-content h3 {
    margin-top: 15px;
}

.know-page .know-card:hover {
  border: 2px solid #333;
}

.know-page .know-card:hover .news-content span a
{
  color: #d63122;
}

.know-page .know-card .news-content span a {
  color: #d63122;
  transition: 0.5s;
}

.know-page .know-card  .news-content span a:hover {
  color: #333;
  cursor: pointer;
}



/* -----------------------------
  album
--------------------------------*/

.album-page .portfolio-sub-title
{
  margin-bottom: 3px;
}

.album-page .portfolio-title
{
  font-size: 18px;
  margin-bottom: 0;
}

.album-page .add-inquiry
{
  position: absolute;
  right: 20px;
  bottom: 7px;
  background-color: rgba(255,255,255,0.6);
  border: 1px solid #555;
  padding: 5px 10px;
  font-size: 15px;
  color: #555;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}

.album-page .add-inquiry span
{
  display: block;
  padding-left: 18px;
}

.album-page .add-inquiry-1
{
  display: inline-block;
  position: relative;
  background-color: rgba(255,255,255,0.6);
  border: 1px solid #555;
  padding: 5px 10px 5px 25px;
  font-size: 15px;
  color: #555;
  transition: 0.5s;
}

.album-page .add-inquiry-1:hover,
.album-page .add-inquiry:hover
{
  border: 1px solid #d63122;
  color: #d63122;
}

.album-page .add-inquiry:before
{
  content: "\e1cb";
  font-family: "fixim" !important;
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: 8px;
  padding-left: 3px;
}

.album-page .add-inquiry-1:after
{
  content: "\e1cb";
  font-family: "fixim" !important;
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: 8px;
}

.album-page .author-name.bin-name
{
  font-size: 48px;
}

.album-page .album-class
{
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #777;
}

.album-page #grid 
{
  margin: 0 40px;
}

.album-page #grid .item
{
  padding: 5px;
}

.album-page #grid .portfolio-overlay:hover .add-inquiry
{
  opacity: 1;
  bottom: 17px;
}

.album-page .title-wrapper ul
{
  margin: 16px 0;
}

.album-page .title-wrapper ul li
{
  list-style: none;
  color: #666;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 12px;
  font-weight: 400;
}

.album-page .title-wrapper ul li:before
{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/demo/favicon.png);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-right: 5px;
  -webkit-filter:grayscale(1);
}

.album-page .title-wrapper ul li span
{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.album-page .album-info
{
  max-width: 900px;
  margin: 0 auto!important;
}

.album-page .album-info .item
{
  padding: 15px!important;
}

.album-page .album-info .portfolio-overlay-bottom
{
  padding-right: 20px; 
}

.album-page .mobile-mask
{
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}



    




/*-----------------------------------------
sitemap
-------------------------------------------*/

.sitemap-page .sitemap-flex
{
  display: flex;
  flex-wrap: wrap;
}

.sitemap-page section .container
{
  padding-bottom: 80px;
}



/*-----------------------------------------
product
-------------------------------------------*/

.product-page .prod-bg
{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 42vw;
  padding: 0 10px;
}

.product-page .prod
{
  display: flex;
  align-items: center;
  height: 100%;
}

.product-page .align-l
{  
  justify-content: flex-start;
}

.product-page .align-r
{
  justify-content: flex-end;
}

.product-page .prod-intro
{
  width: 530px;
  padding: 40px;
  background-color: rgba(0,0,0,0.2);
  position: relative;
  color: #FFF;
  transition: 0.5s;
}

.product-page .prod-intro:hover
{
  margin-top: -15px;
  background-color: rgba(0,0,0,0.15);
}

.product-page .prod-intro h2
{
  font-size: 48px;
  line-height: 50px;
  font-weight: 400;
  margin: 14px 0 16px;
}

.product-page .prod-intro h3
{
  font-size: 36px;
  line-height: 38px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
}

.product-page .prod-link
{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.product-page .prod-title
{
  width: 80%;
  height: 62px; 
  border-bottom: 2px solid #FFF;
  position: relative;
}

.product-page .prod-title span
{
  font-size: 24px;
   position: absolute;
   left: 0;
   bottom: 15px;
}

.product-page .prod-title img
{
 height: 70px; 
 position: absolute;
 right: 0;
 bottom: -9px;
}

.product-page .pro-float
{
  float: right;
}

/*-----------------------------------------
color
-------------------------------------------*/

.color-page section .container {
  padding: 80px 15px 80px 25px;
}

.color-page .color-class
{
  margin-bottom: 30px;
}

.color-page .color-class select
{
    background-color: #2e2e2e;
    color: #FFF;
    padding: 4px 12px; 
    float: left;  
}

.color-page .color-class select,
.color-page .color-class a
{
  font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-right: 4px;
    margin-top: 8px;
}

.color-page .color-class a
{
  display: inline-block;
  background-color: #FFF;
  color: #b5b5b5;
  padding: 8px 16px;
  transition: 0.5s;
}

.color-page .color-class a:hover,
.color-page .color-class a.active
{
  background-color: #2e2e2e;
  color: #FFF;
}

.color-page .color-content
{
  height: 360px!important;
  max-height: 360px;
  overflow-y: scroll;
  margin-right: 0;
  margin-left: 0;
}

.color-page .color-item
{
  width: 50px;
  height: 50px;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    margin:5px;
    float: left;
}

.color-page .color-item:hover
{
  border: 4px solid #2e2e2e;
}

.dark-tooltip.dark {
    background-color: #2e2e2e;
}

.dark-tooltip.dark>div,
.dark-tooltip.dark .tip-color
{
    display: flex;
    justify-content: flex-start;
}
.dark-tooltip.dark .tip-box
{
  width: 100px;
  height: 100px;  
  margin-right: 10px;
}

.dark-tooltip.dark .tip-number
{
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  float: left;
}

.dark-tooltip.dark .tip-color-tag
{
  width: 50px;
  background-color: rgba(255,255,255,0.2);
  border-radius: 5px;
  padding: 1px 5px;
  margin: 5px 5px 5px 0;
  text-align: center;
}

.dark-tooltip.dark .tip-color span
{
  line-height: 30px;
}

.color-page .inquiry-tip-pc
{
  float: left;
  padding-top: 6px;  
  padding-left: 4px;
}

.color-page .add-inquiry-2
{
  display: inline-block;
  position: relative;
  background-color: rgba(255,255,255,0.6);
  border: 1px solid #555;
  padding: 2px 23px 2px 5px;
  font-size: 14px;
  color: #555;
  transition: 0.5s;
}

.color-page .add-inquiry-2:hover
{
  border: 1px solid #FFF;
  color: #FFF;
}

.color-page .add-inquiry-2:after
{
  content: "\e1cb";
  font-family: "fixim" !important;
  font-size: 14px;
  position: absolute;
  top: 3px;
  right: 6px;
}

.color-page .item
{
  position: relative!important;
  left: auto!important;
  top: auto!important;
  width: 60px;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  transform: translate3d(0,0,0)!important;
}


/*-----------------------------------------
inquiry
-------------------------------------------*/

.inquiry-page .inquiry-title
{
  background-color: #333;
}

.inquiry-page .inquiry-title p
{
  font-size: 16px;
  padding: 12px 6px 2px 0;
  color: #FFF;
  text-align: center;
}

.inquiry-page .inquiry-item
{
  position: relative;
  border-bottom: 2px solid #333;
}    

.inquiry-page .inquiry-item textarea
{
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 45px;
  font-size: 15px;
  border: 1px solid #ccc;
}

.inquiry-page .inquiry-data input,
.inquiry-page .captcha-input
{
  background-color: transparent;
  border: 1px solid #ccc;
  height: 45px;
  margin-bottom: 17px;
  font-size: 15px;
}

.inquiry-page .inquiry-user
{
  margin: 30px 0 15px;
}

.inquiry-page .inquiry-else textarea
{
      padding-bottom: 117px;
      font-size: 15px;
      border: 1px solid #ccc;
}

.inquiry-page .captcha-input
{
  width: 160px;
}

.inquiry-page .captcha
{
  width: 160px;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-left: 5px;
}

.inquiry-page .flex-captcha
{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.inquiry-page .inquiry-btn
{
  padding: 10px 35px;
  margin-right: 0;
  background-color: #eee;
  color: #666;
  font-size: 15px;
}

.inquiry-page .inquiry-btn:hover
{
  background-color: #ddd;
  color: #666;
}

.inquiry-page .shoping-tite a
{
  color: #333;
  font-size: 16px;
  padding-top: 15px;
  display: inline-block;
  transition: 0.5s;
}

.inquiry-page .shoping-tite a:hover
{
  color: #e48b83;
}

.inquiry-page .inquiry-color
{
  width: 100%;
  height: 65px;
}

.inquiry-page .inquiry-img
{
  padding-top: 25px;
  text-align: center;
}

.inquiry-page .inquiry-img a .inquiry-color
{
  transition: 0.5s;
}

.inquiry-page .inquiry-img a:hover,
.inquiry-page .inquiry-img a:hover .inquiry-color
{
  opacity: 0.7;
}


.inquiry-page .number-but.float-right.remove
{
  margin-right: 8px;
}

.inquiry-page .inquiry-data,
.inquiry-page .inquiry-else
{
  margin-top: 10px;
}

.inquiry-page .mobile-x
{
  position: absolute;
  right: 10px;
  top: 0;
  display: none;
}



/*-----------------------------------------
video
-------------------------------------------*/

.video-page .know-item-txt
{
  padding: 35px;
  display: block;
}

.video-page .know-item-txt .know-info
{
  min-height: auto;   
}

.video-page .news-list .news-card .news-content p
{
  text-align: left;
    margin-bottom: 20px;
}

.video-page .more-btn
{
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid #333;
  padding: 6px 8px 6px 12px;
  color: #333;
  transition: 0.5s;
}

.video-page .more-btn span
{
  font-size: 12px;
  margin-left: 3px;
}

.video-page .more-btn:hover
{
  background-color: #333;
  color: #FFF;
  padding: 6px 14px 6px 18px;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
position: absolute;
top: 0;left: 0;
width: 100%;
height: 100%;
}



/*-----------------------------------------
certify
-------------------------------------------*/

.certify-page .w-section
{
  padding-top: 80px;
}

.certify-page .certify-list
{
  display: flex;
  flex-wrap: wrap;
}

.certify-page .pricing-table {
    border: 2px solid #333;
    margin-bottom: 30px;
}

.certify-page .pricing-table p
{
  font-size: 16px;
  line-height: 26px;
}    

.certify-page .certify-btn
{
  padding: 10px 25px;
  background-color: #eee;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  transition: 0.5s;
}

.certify-page .certify-btn:hover
{
  background-color: #ddd;
  color: #666;
}

.certify-page .li-pricing.less-pd {
    padding-top: 15px;
    padding-bottom: 5px;
}


/*-----------------------------------------
404 
-------------------------------------------*/
.error-box {
  text-align: center;
  position: relative;
  width: 100%;
  min-height: 35%;
  margin: 0 auto;
  text-align: center;
}

.error-box-text {
  z-index: 999;
  position: relative;
  top: -235px;
}

.error-box-text h1 {
  font-size: 200px;
  font-weight: 700;
  color: #4d4d4e;
  line-height: 1;
}

.error-box-text .mt-20
{
  margin-top: 20px;
}

.error-box-text .dark-button
{
    padding: 10px 16px;
    background-color: #4d4d4e;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
    transition: 0.5s;
    font-family: 'Noto Sans TC', sans-serif;
}

.error-box-text .dark-button:hover
{
  background-color: #d63122;
}

.back-box {
  z-index: -999999;
  background: #f9f9f9;
  position: relative;
  top: 360px;
  padding: 50px;
}

.error-box h2 {
  color: rgba(204, 204, 204, 0.2);
  font-size: 250px;
  font-weight: 600;
  letter-spacing: 10px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .error-box h2 {
    font-size: 150px;
  }

  .error-box-text {
    top: -200px;
  }
}

@media (max-width: 767px) {
  .error-box {
    padding: 30px;
  }

  .back-box {
    display: none;
  }

  .error-box-text {
    top: 50px;
  }

  .error-box-text h1 {
    font-size: 100px;
  }
}