#mainWrite .showNew #section1 {
  text-align: center;
}
#mainWrite .showNew #section1 img {
  width: 100%;
}
#mainWrite .showNew .download {
  width: 100%;
  margin: 5% auto;
}
@media (max-width: 1250px) {
  #mainWrite .showNew .download {
    width: 100%;
  }
}
#mainWrite .showNew .w3-row {
  align-items: baseline;
}
#mainWrite .showNew h1 {
  color: #2b2b2b;
  font-size: 40px;
  margin: 2% 0;
}
#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: 40px;
}
#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 #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-col {
  width: 30%;
  margin: 0 1.5%;
}
#mainWrite .showNew #section2 .w3-col h4 span {
  font-size: 15px;
}
#mainWrite .showNew .w3-col .box,
#mainWrite .showNew #section3 .box {
  transition: 0.5s;
}
#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,
#mainWrite .showNew #section3 .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%;
  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%;
  font-family: "Nanum Gothic", sans-serif;
  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,
  #mainWrite .showNew #section3 .w3-col .box:hover {
    background-color: #fef3df;
    border: 1px solid #414141;
    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: 80%;
    margin: 5% 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%;
  }
}
