

.privacy{
  width: 80%;
  margin: 4em auto;
}

/* --------------------
        gcb-card 
---------------------*/
.gcb-card-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

.gcb-card {
  margin: 10px 0;
  width: 30%;
  height: 500px;
  background: rgb(255, 255, 255);
  border: transparent;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gcb-card-y {
  background: rgb(255, 218, 50);
}

.gcb-card h3 {
  font-weight: 900;
  font-size: 1.5em;
  margin: 20px 0;
}


/* 產品QA */
.section h1 {
  width: 100%;
  /* text-align: center; */
  font-weight: 900;
  padding: 30px 0;
  margin: 50px 0;
}

.QA {
  width: 100%;
}

.QA-wrap {
  /* width: 700px; */
  padding: 0 50px;
  margin: auto;
}
.QA-wrap p{
  margin: 0;
  text-wrap: wrap;
}

.up {
  transform: rotate3d(1, 0, 0, 180deg);
  transition: .2s;
}

.btn-yellow img {
  width: 30px;
  margin: 0 10px 3px;
  filter: opacity(.8);
}

.collapse {
  justify-content: center;
  /* width: 100%; */
  /* padding: 0 100px; */
}

.card {
  line-height: 2em;
}

.section {
  /* width: 80%; */
  /* min-height: 700px; */
  height: 100%;
  margin: 10px auto;
}

.decoration {
  height: 350px;
  /* border: 1px solid #CC3C2B; */
  position: relative;
  /* overflow: hidden; */
}

.decoration-line {
  width: 100%;
  height: 180%;
  position: absolute;
  top: -80%;
  /* left: -30%; */
  z-index: -1;
}

.decoration-computer {
  width: 40%;
  position: absolute;
  right: 10%;
  top: -40%;
  z-index: 1;
}



/* ------------------------------
      security-medical-checkup
--------------------------------*/
.words-box {
  width: 80%;
  padding: 15px 15px;
  font-size: 1.2em;
  font-weight: 700;
  color: #4e4e4e;
  margin: 30px auto;
  /* border: 1px solid red; */
  border-radius: 5px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px #c7c7c7;
}



/* ---------------------
        partner
------------------------*/


/* 黃框-----partner-card */
.partner-card {
  max-width: 250px;
  max-height: 250px;
  padding: 50px 20px;
  margin: 5px;
  /* border: 4px solid radial-gradient(circle, rgba(255,227,132,1) 0%, rgba(255,107,0,1) 100%); */
  border: 4px solid #f1f1f1;
  border-radius: 10px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.partner-card a {
  color: #000;
  text-decoration: none;
}

.partner-card:hover {
  border: transparent;
  background: url(../img/2022_img/partner-card-hover.png)center center /100% 100% no-repeat;
  box-shadow: 0px 8px 10px rgba(255, 195, 79, 0.5);
}

.partner-card img {
  margin-top: 40px;
  width: 100%;
}

.partner-card h3 {
  padding: 0px 0;
}

.partner-card p {
  line-height: 5em;
  text-align: center;
  margin: 0;
  color: #4e4e4e;
}



/* 灰框-----partner-card */
.border-grey {
  width: 30%;
  height: 400px;
  /* height: 100%; */
  padding: 50px 20px;
  margin: 10px;
  /* border: 4px solid radial-gradient(circle, rgba(255,227,132,1) 0%, rgba(255,107,0,1) 100%); */
  border: 4px solid #f1f1f1;
  border-radius: 10px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.border-grey a {
  color: #000;
  text-decoration: none;
}

.border-grey img {
  width: 100%;
}

.border-grey h3 {
  padding: 50px 0;
}

.border-grey p {
  line-height: 2em;
  text-align: center;
  margin: 0;
}




/* ---------------------
        activity
------------------------*/
.translateY {
  transform: translateY(15px);
}

.activity-card-wrap {
  position: relative;
  width: 25%;
  max-width: 290px;
  min-height: 500px;
  padding: 0;
  margin: 20px;
  /* border: 4px solid radial-gradient(circle, rgba(255,227,132,1) 0%, rgba(255,107,0,1) 100%); */
  /* border-radius: 10px; */
  background: white;
  border: transparent;
  box-shadow: 0px 8px 10px #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 2em;
  box-shadow: 0px 8px 10px rgba(209, 209, 209, 0.5);
}

.activity-img-wrap {
  position: relative;
}

.activity-img {
  height: 150px;
  overflow: hidden;
}

.activity-card-wrap:hover img {
  transform: scale(1.2);
  border: transparent;
}

.activity-card-wrap img {
  transition: .8s;
  position: relative;
  width: 100%;
  min-height: 150px;
}

.activity-card-wrap h3 {
  text-align:left;
  padding: 30px 15px 0px;
  line-height: 1.2em;
}

.activity-card-wrap h6 {
  text-align: left;
  color: #d1d1d1;
  font-size: .9em;
  font-weight: 200;
  padding: 10px 0 5px 15px;
}

.activity-card-wrap p {
  text-align: left;
  padding: 0px 15px 20px;
  margin: 0;
  z-index: 1;
  color: #858585;
}

.number {
  position: absolute;
  right: 0%;
  bottom: -8%;
  color: #f1f1f146;
  z-index: 0;
}

.number h1 {
  font-size: 8em;

}

.new {
  position: absolute;
  left: -17px;
  bottom: -35px;
  width: 80px;
  height: 80px;
  z-index: 2;
  background: url(../img/2022_img/activity-new.png)center center/contain no-repeat;
}

.activity-direction-l {
  position: absolute;
  left: 10%;
  width: 20px;
  min-height: 1000px;
  background: url(../img/2022_img/activity.png)center center /cover no-repeat;
}

.activity-direction-r {
  position: absolute;
  right: 10%;
  width: 20px;
  min-height: 1000px;
  transform: rotate(180deg);
  background: url(../img/2022_img/activity.png)center center /cover no-repeat;
}

.contact-us {
  /* padding: 4em 10em 4em; */
  padding: 5em 0;
  margin: 0em 0 100px;
}

.contact-us p {
  padding: 20px 0;
  line-height: 2em;
  font-weight: 700;
  font-size: 1.2em;
}

.service h2 {
  text-align: center;
  padding: 20px 0;
}

.service {
  text-align: left;
  line-height: 2em;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0 0 60px;
}

.section-word {
  width: 100%;
  margin: auto;
}


.section-dropdown {
  padding: 2em 0;
}


select {
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  text-align: center;
  width: 250px;
  height: 40px;
  border: transparent;
  border-radius: 5px;
  color: #4e4e4e;
}

option {
  text-align: center;
}

select:active {
  border: 1px solid transparent;
}

select:focus {
  box-shadow: 0 0 10px #59afff;
}

.section-top {
  background: rgb(251, 196, 0, 40%);
  padding: 30px 20px;
  /* box-shadow: 0 5px 10px #b6b6b66e; */
  border-radius: 0.3rem;
}

.section-top h3 {
  font-weight: 600;
  text-align: left;
  padding: 10px 0 20px;
}





/* ---------------------
        catalog
------------------------*/
.catalog {
  padding: 5em;
}

.catalog-info {
  width: 100%;
}

.cata1 {
  /* width: 100%; */
}

.cata1 embed {
  /* width: 100%; */
}

#v-pills-tab {
  border-right: 1px solid #f1f1f1;
  height: 1200px;
  flex-direction: column;
  align-items: flex-start;
}

.section button {
  background-color: #f1f1f1;
  font-weight: 700;
  width: 100%;
  line-height: 1.5em;
  /* margin: 5px 0; */
}

.section button:active {
  background-color: #f1f1f1;
  color: #C79A00;
}

.nav-pills .nav-link {
  border-radius: 0%;
  background: #f1f1f1;
  border-right: 4px solid transparent;
}

.nav-pills .nav-link:hover {
  border-radius: 0%;
  background: rgba(252, 196, 4, 0.4);
  color: #C79A00;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #C79A00;
  font-weight: 700;
  background-color: rgba(252, 196, 4, 0.4);
  border-right: 4px solid #C79A00;
}

.cata-link a {
  text-decoration: none;
}

.cata-link h2 {
  font-size: 1.5em;
  width: 40%;
  margin: 30px auto;
  padding: 5px 10px;
  border-radius: 5px;
  background: #e4e4e4;
  box-shadow: 0 5px 10px #f1f1f1;
}

.cata-link h2:hover {
  transform: scale(.98);
  margin: 30px auto;
  padding: 5px 10px;
  border-radius: 5px;
  background: #ececec;
}

.btn-activity {
  height: 100%;
  padding: 0;
  border: 1px solid transparent;
}

.btn-activity:hover {
  padding: 0;
  border: 1px solid transparent;

}

.btn-activity:focus {
  padding: 0;
  border: 1px solid transparent;

}

.modal-dialog {
  /* border: 1px solid blue; */
  min-width: 1000px;
}

.modal-content {
  padding: 20px;
  /* border: 1px solid red; */
}


/* ---------------------
        activity
------------------------*/

/* 左右裝飾線 */
.decoration-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  z-index: -1;
  border: 1px solid red;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.decoration-wrap img {
  width: 100%;
  height: 100%;
}

.decoration-wrap .right-arrow img {
  height: 100%;
  transform: rotate(180deg);
  border: 1px solid rgb(25, 0, 255);
}

.decoration-wrap .left-arrow img {
  height: 100%;
  border: 1px solid rgb(25, 0, 255);

}

.left-arrow {
  position: relative;
}

.left-arrow-tail {
  width: 5px;
  height: 1000px;
  /* padding: 100% 2px; */
  /* border: 1px solid red; */
  position: absolute;
  left: 48%;
  top: 300px;
  background: linear-gradient(#FFC500, #ffffff00 100%);
}

.right-arrow-tail {
  width: 5px;
  height: 1000px;
  /* border: 1px solid red; */
  position: absolute;
  right: 3%;
  top: 0px;
  background: linear-gradient(#ffffff00, #FFC500 100%);
}


/* 頁簽 */
#myTab .nav-link {
  color: #fff;
  width: 150px;
  height: 50px;
  font-size: 1.2em;
  background: rgb(185, 185, 185);
  margin: 0 1px;
  /* border: 1px solid #979797; */
}

#myTab .nav-link:hover {
  color: #fff;
  width: 150px;
  background: rgb(151, 151, 151);
  margin: 0 1px;
  border: 1px solid #979797;
}

#myTab .nav-link:focus {
  color: rgb(122, 104, 0);
  width: 150px;
  background: rgb(253, 191, 21);
  margin: 0 1px;
  border: 1px solid #dfb600;
}

.section-dropdown {
  /* border: 1px solid red; */
}






/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1400px) {
  .catalog-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #v-pills-tab {
    flex-wrap: nowrap;
    border-right: transparent;
    justify-content: center;
    width: 100%;
    height: 80px;
    flex-direction: row;
    margin: 0 10px;
  }

  .cata1 {
    display: none;
  }

  .nav-pills .nav-link {
    border-radius: 0%;
    background: #f1f1f1;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }

  .nav-pills .nav-link:hover {
    border-radius: 0%;
    background: #f1f1f1;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #C79A00;
  }

  .cata-link h2 {
    width: 100%;
  }

  /* 頁簽 */
  #myTab {
    padding: 0;
    margin: 20px 0;
  }

  #myTab .nav-item {
    width: 19.5%;
    margin: auto;
  }

  #myTab .nav-link {
    color: #fff;
    width: 100%;
    margin: auto;
    height: 50px;
    font-size: 1.2em;
    background: rgb(185, 185, 185);
    margin: 0 1px;
    /* border: 1px solid #979797; */
    /* border-radius: 5px; */
  }

  #myTab .nav-link:hover {
    width: 100%;
    color: #fff;
    margin: auto;
    background: rgb(151, 151, 151);
    margin: 0 1px;
    border: 1px solid #979797;
  }

  #myTab .nav-link:focus {
    width: 100%;
    margin: auto;
    color: rgb(122, 104, 0);
    background: rgb(253, 191, 21);
    margin: 0 1px;
    border: 1px solid #dfb600;
  }
  
}

@media screen and (max-width:991px) {

  .section,
  .section-grey {
    padding: 3em 2em;
    /* line-height: 3em; */
  }

  .section p {
    line-height: 2.5em;
  }

  .btn-yellow {
    font-size: 1em;
    font-weight: 700;
  }

  .gcb-card {
    width: 45%;
    /* height: 500px; */
  }

  .section {
    min-height: 300px;
    margin: 20px auto;
  }

  .decoration {
    height: 50px;
  }

  .decoration-computer {
    width: 50%;
    right: 10%;
    top: -400%;
  }


  .partner-card ,.border-grey {
    width: 45%;
  }

  .activity-card-wrap {
    width: 40%;
  }

  .new {
    position: absolute;
    left: -17px;
    bottom: -35px;
  }


  .cata-link h2 {
    /* margin: 30px; */
    width: 100%;
  }

  #v-pills-tab {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* ---------------
      service 
  ----------------*/

  .service {
    text-align: left;
    line-height: 2em;
    font-weight: 700;
    font-size: 1.2em;
    padding: 30px;
  }

  .security-medical-checkup .section-word {
    width: 400px;
    margin: auto;
  }
}




@media screen and (max-width:481px) {
  .banner {
    padding: 60px 0 0;
  }

  .nav {
    padding: 20px 20px;
  }

  .section-grey {
    justify-content: center;
  }

  .FAQ-img {
    flex-direction: column;
  }

  .FAQ-img img {
    width: 100%;
  }

  .gcb-card {
    width: 100%;
    padding: 50px 30px;
    height: 100%;
    /* height: 500px; */
  }

  .section {
    min-height: 200px;
    margin: 0px auto 20px;
  }

  .decoration-computer {
    width: 60%;
    right: 10%;
    top: -350%;
  }

  .colum {
    flex-direction: column;
  }

  .colum-reverse {
    flex-direction: column-reverse;
  }

  .info,
  .img {
    width: 80%;
  }
  .info{
    padding: 0;
  }
  .news-title {
    flex-direction: column;
    align-items: center;

    /* justify-content: center; */
  }

  .news-info {
    padding: 5px 0;
  }

  td a {
    width: 100%;
  }

  .see-more {
    width: 100%;
  }

  .partner-card ,.border-grey {
    width: 90%;
  }

  .activity-card-wrap {
    width: 70%;
  }

  .catalog-info {
    height: 100%;
  }

  #v-pills-tab {
    height: 100%;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  }

  /* 頁簽 */
  #myTab {
    padding: 0;
    margin: 20px 0;
  }

  #myTab .nav-item {
    width: 60%;
    margin: auto;
  }

  #myTab .nav-link {
    color: #fff;
    width: 100%;
    margin: auto;
    height: 50px;
    font-size: 1.2em;
    background: rgb(185, 185, 185);
    margin: 5px 0;
    border: 1px solid #979797;
    border-radius: 5px;
  }

  #myTab .nav-link:hover {
    width: 100%;
    color: #fff;
    margin: auto;
    background: rgb(151, 151, 151);
    margin: 5px 0;
    border: 1px solid #979797;
  }

  #myTab .nav-link:focus {
    width: 100%;
    margin: auto;
    color: rgb(122, 104, 0);
    background: rgb(253, 191, 21);
    margin: 5px 0;
    /* border: 1px solid #979797; */
  }

  .date {
    width: 100%;
  }

  .edr .section-word {
    width: 100%;
    margin: auto;
  }

  .xhunter .section-word {
    width: 100%;
  }

  .service .section-word{
    min-width: 80%;
  }

  .section-dropdown {
    /* border: 1px solid red; */
    justify-content: center;
    text-align: center;
  }
  .security-medical-checkup .section-word {
    width: 100%;
    margin: auto;
  }
  
  .section-word img {
    margin: 0 10px;
  }

  .Q-wrap {
    width: 100%;
    padding: 0;
  }
}