hr{
  /* margin: 80px 0 0;
  line-height: 0; */
}
.flex{
  display: flex;
  
}
.alignItems{
  align-items: center;
}
.w80{
  width: 80%;
}
.w20{
  width: 20%;
}
.w50{
  width: 50%;
}
.w40{
  width: 40%;
}
.justifyContent{
  justify-content: center;
}
.justifyEnd{
  justify-content: flex-end;
}
#silverfast-area{
background-color: #ededed;
}
.silverfast-content{
  padding: 48px 100px;
}
.silverfast-content .flex{
  gap: 24px
}
.download-patch-area{
  gap: 12px;
  /* margin-top: 24px; */
}
.download-patch-area a{
  background-color: rgb(255, 123, 0)!important;
  color: #fff!important;
  font-weight: bold;
}
.step1{
    margin-bottom: 20px;
}

@media (max-width: 1240px) {
.silverfast-content {
    padding: 48px 60px;
  }
}
@media (max-width: 1024px) {
.silverfast-content .flex {
    flex-direction: column;
  }
    .download-patch-area a {
      width: 100%;
    }
        .silverfast-content {
          /* padding: 48px 24px; */
        }
        .w20,.w80{
          width: 100%;
        }
}
@media (max-width: 768px) {
.silverfast-content .flex {
    flex-direction: column;
  }
    .download-patch-area a {
      width: 100%;
    }
        .silverfast-content {
          padding: 24px;
        }
        .w20,.w80{
          width: 100%;
        }
.silverfast-content h2{
  font-size: 24px;
}
.silverfast-content h3{
  font-size: 16px;
}

}
/* #mainWrite #section3  {
  background-color: #f2f2f2;
  overflow: hidden;
  padding:30px 0 20px;
  transition: .5s
}
#mainWrite #section3:hover  {
  background-color: rgb(209, 209, 209);
}
#mainWrite #section3 hr{
  border: 1px solid #dcdcdc;
} */
/* #mainWrite #section3 .icon-wrapper {
  background-color: #fef3df;
} */
#mainWrite .showNew #section1 {
  text-align: center;
}
#mainWrite .showNew #section1 img {
  width: 100%;
}
#mainWrite .showNew .download {
  width: 95%;
  margin: 5% auto;
}
@media (max-width: 1250px) {
  #mainWrite .showNew .download {
    width: 100%;
  }
}
#mainWrite .showNew .w3-row {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}
#mainWrite .showNew h1 {
  color: #2b2b2b;
  font-size: 40px;
  margin: 2% 0;
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 5%;
}
#mainWrite .showNew #section1{
  position: relative;
}
#mainWrite .showNew #section1 img{
opacity: .7;
min-height: 100px;
}
#mainWrite .showNew .w3-col {
  width: 18%;
  margin: 0 1%;
  padding: 0;
}
#mainWrite .showNew .w3-col h2 {
  font-family: PingFang, "Microsoft JhengHei", Arial, sans-serif;
  color: #3a3a3a;
  font-size: 30px;
  margin-bottom: 10px;
}
#mainWrite .showNew #section3 .w3-row .w3-col:last-of-type p {
  color: #3a3a3a;
  margin: 40px 0 10px
}
#mainWrite .showNew .w3-col h4 {
  color: #ae4b0a;
  font-size: 25px;
  font-family: PingFang, "Microsoft JhengHei", Arial, sans-serif;
  font-weight: bold;
  white-space: nowrap;
}
#mainWrite .showNew .w3-col h4  img{
 max-width:30px;
}
#mainWrite .showNew #section2 > h3 {
  color: #8e4a1d;
  font-size: 2em;
  font-family: PingFang, "Microsoft JhengHei", Arial, sans-serif;
  margin: 5% 0 3%;
  text-align: center;
}

#mainWrite .showNew #section3 .w3-row{
  display: flex;
  align-items: center;
}
#mainWrite .showNew #section3 .w3-col {
  width: 25%;
  /* margin: 0 1.5%; */
}
#mainWrite .showNew #section3 .w3-row .w3-col:last-of-type{
  width: 70%;
  font-size: 25px;
  margin: 0 auto;
padding: 15px 20px 30px;
color:#000;
/* margin-top:30px */
}
#mainWrite .showNew #section2 .w3-col h4 span {
  font-size: 15px;
}
#mainWrite .showNew .w3-col .box,
#mainWrite .showNew #section3 .box {
  transition: 0.5s;
}
#mainWrite .showNew #section3 .box {
  text-align: right
}
#mainWrite .showNew .w3-col:first-of-type {
  align-self: center;
}
#mainWrite .showNew .w3-col:first-of-type .box {
  transition: 0.5s;
  overflow: hidden;
}
#mainWrite .showNew .w3-col:not(:first-of-type) .box{
  border: 1px solid #a7afb6;
  border-radius: 20px;
  padding: 10% 2%;
  transition: 0.5s;
}
#mainWrite .showNew .w3-col .box img,
#mainWrite .showNew #section3 .box img {
  width: 90%;
  max-width:240px;
  transition: 0.5s;
  transform: scale(1, 1);
}
#mainWrite .showNew .w3-col:not(:first-of-type) .box img,
#mainWrite .showNew #section3 .box img {
  /* width: auto; */
  transition: 0.5s;
  transform: scale(1, 1);
}

#mainWrite .showNew .w3-col .box p {
  font-weight: bold;
  color: #585858;
  font-size: 20px;
  margin-top: 5%;
  
  transition: 0.4s;
}

#mainWrite .showNew ul {
  margin: 5% 0 3%;
  padding: 0 0 0 6%;
}
#mainWrite .showNew ul li {
  margin: 2% 1% 0 0;
  font-size: 18px;
}
#mainWrite .showNew ul li a {
  color: #f09621;
}
#mainWrite .showNew .w3-col .box .wrapperImg {
  overflow: hidden;
}
#mainWrite .showNew .w3-col .box .button {
  position: relative;
  cursor: pointer;
}
#mainWrite .showNew .w3-col .box .button .btnWrapper {
  position: absolute;
  fill: #434343;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%) scale(0.7, 0.7);
  transition: 0.5s;
}

.playBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#play {
  -webkit-animation: bouncejs-playVisible 1800ms linear 1 both;
  animation: bouncejs-playVisible 1800ms linear 1 both;
}
#play.goDown {
  -webkit-animation: bouncejs-playHidden 2170ms linear 1 both;
  animation: bouncejs-playHidden 2170ms linear 1 both;
}

@media (min-width: 992px) {
  .w3-container {
    padding: 0;
  }
  #mainWrite .showNew .w3-col:not(:first-of-type) .box:hover {
    background-color: #fef3df;
    border: 1px solid #414141;
    transform: scale(0.95, 0.95);
  }
  
  /* #mainWrite .showNew #section3 .w3-col .box:hover {
    transform: scale(0.95, 0.95);
  } */
  #mainWrite .showNew .w3-col .box:hover p {
    color: #f19d1f;
  }
  #mainWrite .showNew .w3-col .box .button:hover .btnWrapper {
    transform: scale(0.9, 0.9);
  }
  #mainWrite .showNew .w3-col .box .button:hover img {
    transform: scale(0.9, 0.9);
  }
}
@media (max-width: 1200px) {
  #mainWrite .showNew .w3-col .box p {
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  #mainWrite .showNew .w3-col,
  #mainWrite .showNew #section3 .w3-col {
    width: 60%;
    margin: 5% 20%;
  }
  #mainWrite .showNew #section3 .box {
    text-align:center
  }
  #mainWrite .showNew #section3 .w3-row .w3-col:last-of-type{
    width: 80%;
    margin: 0 10%;
  }
  #mainWrite .showNew .w3-col .box img {
    width: 100%;
    
  }
}
@media (max-width: 650px) {
  #mainWrite .showNew h1 {
    font-size: 25px;
  }
  #mainWrite .showNew #section2 > h3 {
    font-size: 1.5rem;
  }
  #mainWrite .showNew .w3-col h4 {
    font-size: 25px;
  }
  #mainWrite .showNew ul li {
    font-size: 15px;
  }
  #mainWrite .showNew .w3-col,
  #mainWrite .showNew #section3 .w3-col {
    width: 90%;
    margin: 5%;
  }
  #mainWrite .showNew #section3 .w3-row .w3-col:last-of-type{
  width: 90%;
  font-size: 20px;
  /* margin: 0 auto */
}
}

@media (max-width: 450px) {
  #mainWrite .showNew .w3-col,
  #mainWrite .showNew #section3 .w3-col {
    width: 98%;
    margin: 5% 1%;
  }
  #mainWrite .showNew #section3 .w3-row .w3-col:last-of-type{
  width: 90%;
  font-size: 20px;
  /* margin: 0 auto */
}
}
@media (max-width: 380px) {
  
  #mainWrite .showNew #section3 .w3-row .w3-col:last-of-type{
  width: 90%;
  font-size: 15px;
  /* margin: 0 auto */
}
}
