/*********** 電腦版本 *********/
/* 內容 */
/* 關於我們 */
.box_shadow {
  box-shadow: 2px 2px 5px black;
  transition: all;
  transition-duration: 8s;
}
#about img {
  width: 100%;
}
.about_ul {
  display: flex;
  margin-top: 120px;
  /* background-color: #F2CB04; */
  background: linear-gradient(to bottom, #eab92d 0%, #c79810 100%) !important;
}
.about_img_left {
  width: 110%;
  position: relative;
  top: -50px;
  left: -100px;
  overflow: hidden;
}
.about_img_left > img {
  display: block;
  position: absolute;
  left: -100%;
}
.about_img_right {
  width: 100%;
  position: relative;
  top: -50px;
  left: 100px;
  overflow: hidden;
}
.about_img_right > img {
  display: block;
  position: absolute;
  left: 100%;
}
.about_title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #f2cb04;
  position: relative;
  top: -50px;
  letter-spacing: 0.3em;
  opacity: 0;
}
#com_story {
  list-style: disc !important;
  width: 85%;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  /* word-break: break-all; */
  padding-top: 10px;
  padding-bottom: 20px;
  opacity: 0;
}
#com_story_ul {
  list-style-type: disc;
}
#advantages_ul {
  list-style-type: disc;
}
#advantages {
  display: block;
  width: 85%;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  padding-top: 50px;
  /* word-break: break-all; */
  opacity: 0;
}
/* 過場 */
.cutscene {
  width: 100%;
  height: 400px;
  margin-top: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
  box-shadow: inset 1px 1px 5px black;
}

.cutscene_title {
  position: relative;
  font-size: 150px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  padding-left: 50px;
  padding-top: 20px;
  color: white;
  opacity: 0.6;
  left: -100%;
}
/* 製程能力 */
#process {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  justify-content: left;
}
#process > li {
  position: relative;
  width: 23%;
  background-color: rgba(255, 255, 255, 0.2);
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 20px;
  margin-left: 1%;
  overflow: hidden;
  box-shadow: 1px 1px 5px #002744;
}
.process_container {
  position: relative;
  width: 100%;
  left: -100%;
}
.process_img {
  width: 100%;
  overflow: hidden;
}
.process_img > img {
  width: 100%;
}
.process_title {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
  padding-top: 20px;
  padding-left: 30px;
}
.process_num {
  display: flex;
}
.process_number h1 {
  font-size: 50px;
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 20px;
}
.process_hr {
  padding-top: 30px;
}
.process_hr > hr {
  border-bottom: 3px solid black;
  opacity: 1;
}
.process_icon {
  padding: 10px;
}
.process_num img {
  width: 100%;
}

/* 品質管制 */
#quality_control {
  margin-top: 100px;
  padding: 0px 0px 200px 0px;
  display: flex;
  flex-wrap: wrap;
}
#quality_control > li {
  margin: 0px !important;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
#quality_control > li > img {
  display: block;
  filter: grayscale(0%);
}
#quality_control > li > img:hover {
  transition-duration: 1s;
  filter: grayscale(100%);
  transform: scale(1.2);
}

.quality_control_title {
  width: 100%;
  position: absolute;
  background-color: #f5f5f5;
  opacity: 0.8;
  text-align: center;
  z-index: 99;
  bottom: 0px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
}

/************ 桌機 ***************************/
@media screen and (max-width: 1400px) {
  .process_title {
    font-size: 30px;
    padding-left: 10px;
  }
  .process_icon {
    padding-top: 17px;
  }
}

@media screen and (max-width: 1200px) {
  .process_title {
    font-size: 30px;
    padding-left: 10px;
  }
  .process_num {
    padding-left: 5px;
  }
  .process_number h1 {
    font-size: 40px;
  }
  .process_icon {
    padding-top: 17px;
  }
  #call_us {
    width: 90%;
  }
  .quality_control_title {
    font-size: 30px;
  }
}

/************ 大--平板電腦 ***********/
@media screen and (max-width: 992px) {
  /* 頁首cta */
  #about_title {
    top: 80px;
  }
  #about_text {
    top: 150px;
  }
  /* 內容 */
  section {
    max-width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* 關於我們 */
  .about_img_left {
    width: 120%;
  }
  .about_img_right {
    width: 100%;
  }
  .com_story_list {
    width: 100%;
  }
  .about_ul .btn {
    margin-top: 0px;
  }
  /* 過場 */
  .cutscene {
    height: 280px;
  }
  .cutscene_title {
    font-size: 90px;
  }
  /* 製程能力 */
  #process > li {
    width: 23%;
  }
  .process_img {
    height: 200px;
    background-color: #03142d;
  }
  .process_title {
    font-size: 25px;
    padding-left: 10px;
  }
  .process_number h1 {
    font-size: 30px;
  }
  .process_hr {
    padding-top: 20px;
  }
  .process_hr > hr {
    border-bottom: 2px solid black;
  }
  .process_icon {
    padding: 5px;
  }
}

@media screen and (max-width: 870px) {
  .quality_control_title {
    font-size: 26px;
  }
  #call_us {
    width: 100%;
  }
}
/************ 平板電腦 ********/
@media screen and (max-width: 785px) {
  /* 內容 */
  section {
    max-width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* 過場 */
  .cutscene {
    height: 250px;
  }
  .cutscene_title {
    font-size: 80px;
  }
  /* 製程能力 */
  #process > li {
    width: 30%;
  }
  .process_img {
    height: 200px;
    background-color: #03142d;
  }
  .process_title {
    font-size: 25px;
    padding-left: 10px;
  }
  .process_number h1 {
    font-size: 30px;
  }
  .process_hr {
    padding-top: 20px;
  }
  .process_hr > hr {
    border-bottom: 2px solid black;
  }
  .process_icon {
    padding: 5px;
  }
  /* 品質管制 */
  #quality_control {
    margin-top: 100px;
    padding: 0px 0px 200px 0px;
    display: flex;
    flex-wrap: wrap;
  }
  #quality_control > li {
    max-width: 50%;
    margin: 0px !important;
    padding: 0px;
    position: relative;
    overflow: hidden;
  }
  #quality_control > li > img {
    display: block;
  }
  .quality_control_title {
    width: 100%;
    position: absolute;
    background-color: #f5f5f5;
    opacity: 0.8;
    text-align: center;
    z-index: 99;
    bottom: 0px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 900;
  }
}

/*********** 手機版本 *********/
@media screen and (max-width: 768px) {
  /* 頁首cta */
  #about_title {
    top: 80px;
  }
  #about_text {
    top: 150px;
  }

  /* 內容 */
  #about {
    padding-top: 60px;
  }
  .about_ul {
    padding-left: 0px;
    margin-top: 70px;
  }
  .about_ul > li {
    width: 100%;
    padding: 0px 0px 50px 0px;
  }
  .about_ul_right {
    flex-direction: column-reverse;
  }
  .about_img_left {
    width: 100%;
    position: relative;
    top: 0px !important;
    left: 0px !important;
  }
  .about_img_right {
    width: 100%;
    position: relative;
    top: 0px !important;
    left: 0px !important;
  }
  .about_title {
    top: 0px;
    color: #0d0d0d;
    text-align: center;
  }
  #com_story {
    width: 100%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #advantages {
    width: 100%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .com_story_list {
    top: 25px;
  }
}
@media screen and (max-width: 680px) {
  /* 過場標題 */
  .cutscene {
    height: 180px;
  }

  .cutscene_title {
    font-size: 40px;
  }
  /* 製程能力 */
  #process {
    padding-left: 0px;
  }
  #process > li {
    width: 49%;
    background-color: #f5f5f5;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
  }
  .process_title {
    font-size: 35px;
  }
  .process_number h1 {
    font-size: 40px;
  }
  .process_hr {
    padding-top: 25px;
  }
  .process_icon {
    padding: 0px 10px 10px 0px;
  }
}

/* ***小手機 ******/
@media screen and (max-width: 570px) {
  .process_title {
    font-size: 30px;
  }
  .process_icon {
    padding-top: 15px;
  }
}

@media screen and (max-width: 472px) {
  .process_title {
    font-size: 28px;
    padding-left: 10px;
  }
  .process_number h1 {
    font-size: 30px;
    padding-left: 0px;
  }
  .process_hr {
    padding-top: 20px;
  }
  .process_hr > hr {
    border-bottom: 2px solid black;
  }
  .process_icon {
    padding: 5px;
  }
}

@media screen and (max-width: 370px) {
  #process > li {
    width: 100%;
  }
  .process_title {
    font-size: 45px;
    padding-left: 10px;
  }
  .process_number h1 {
    font-size: 50px;
  }
  .process_hr {
    padding-top: 30px;
  }
  .process_hr > hr {
    border-bottom: 2px solid black;
  }
  .process_icon {
    padding: 18px;
  }
}
