@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: top;
}

/* style */

#wrap {
  min-width: 1024px;
}

#techAndSafe {
  width: 100%;
  height: 2150px;
  position: relative;
  top: 150px;
}

#techBox {
  margin-top: 0px;
  width: 100%;
  height: 900px;
  overflow: hidden;
  background-color: #eaeaea;
}

#techTextBox,
#safeTextBox {
  width: 1024px;

  text-align: center;
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */
  margin: 0 auto;
}

#techTextBox > p:first-child,
#safeTextBox > p:first-child {
  font-size: 22px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 70px;
  /* line-height: 2px; */
  /* color: #5b5b5b; */
  color: black;
}

#techTextBox > p:last-child,
#safeTextBox > p:last-child {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #00b451;
}

#techButton {
  width: 1024px;
  margin: 0 auto;
  margin-bottom: 20px;
  /* position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%); */
}

#techButton > ul {
  width: 300px;
  height: 50px;
  margin: 0 auto;
}

#techButton > ul > li {
  float: left;
  width: 140px;
  height: 100%;
  text-align: center;

  margin-left: 20px;
  background-color: #cecece;
}

#techButton > ul > li.active {
  background-color: #7dc668;
}

#techButton > ul > li:first-child {
  margin-left: 0;
  border-radius: 0 0 0 20px;
}

#techButton > ul > li:last-child {
  border-radius: 0 20px 0 0;
}

#techButton > ul > li > a {
  display: block;

  line-height: 50px;
  font-weight: bold;
  font-size: 18px;
  color: white;
  /* background-color: red; */
}

#techImgBox {
  width: 1024px;
  height: 450px;
  position: relative;
  left: -5%;
  /* transform: translateX(-40%); */
  top: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  /* background-color: blue; */
}

#techImgBox.active {
  /* transform: translateX(-50%); */
  left: 0;
  opacity: 1;
  visibility: visible;
}

#techImgBox > ul > li:first-child {
  margin-left: 0;
}

#techImgBox > ul > li {
  float: left;
  margin-left: 17px;
  text-align: center;
}

#techImgBox > ul > li h4 {
  font-size: 20px;
  font-weight: bold;
  color: #5b5b5b;
  margin: 10px 0;
}

#techImgBox > ul > li p {
  font-size: 14px;
  font-weight: bold;
  color: #5b5b5b;
  line-height: 18px;
}

/* next */
#techImgBox2 {
  width: 1024px;
  height: 450px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-40%);
  top: 365px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  /* border: 1px solid red; */
}

#techImgBox2.active {
  transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
}

#techImgBox2 > ul > li {
  float: left;
  margin-left: 17px;
  text-align: center;
}

#techImgBox2 > ul > li:first-child {
  margin-left: 0;
}

#techImgBox2 > ul > li h4 {
  font-size: 20px;
  font-weight: bold;
  color: #5b5b5b;
  margin: 10px 0;
}

#techImgBox2 > ul > li p {
  font-size: 14px;
  font-weight: bold;
  color: #5b5b5b;
  line-height: 18px;
}

/* 안전수칙 */

#safeBox {
  width: 1024px;

  margin: 0 auto;

  margin-top: 150px;
  /* position: relative; */
}

#safeImgBox {
  margin-top: 50px;
  position: relative;
}

#slide {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 332px;
  height: 300px;
}

#slide > ul > li {
  float: left;
  position: absolute;
}

#slide > ul > li > div {
  width: 500px;
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  /* margin-top: 50px; */
  text-align: center;
}

#slide > ul > li p {
  font-weight: bold;
  font-size: 14px;
  color: #ff2c2c;
}

#slide > ul > li p:first-child {
  margin-bottom: 6px;
}

#safeImgBox {
  /* position: relative; */

  width: 800px;
  /* height: 410px; */
  margin: 0 auto;
}

.prev,
.next {
  position: absolute;
  cursor: pointer;
  animation: buttonScale 2s ease infinite;
}

.prev {
  bottom: 30px;
  left: 12%;
}

.next {
  bottom: 30px;
  right: 12%;
}

@keyframes buttonScale {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

.btn {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 225px;
  height: 15px;
  /* background-color: red; */
}

.btn > li {
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid rgb(160, 160, 160);
  border-radius: 50%;
  margin: 5px 5px;
  cursor: pointer;
}

.btn > li.check {
  background-color: #53b77e;
}

#blank {
  width: 100%;
  height: 150px;
  margin-top: 150px;
  background-color: transparent;
}
