@import "default.css";

.wemake {
  background-color: #f5f5f7;
}
.wemake__main {
  color: #6e6e73;
  text-align: center;
  padding-bottom: 80px;
}

.wemake__container--gray {
  min-width: 900px;
  background-color: #f5f5f7;
  padding: 80px 0px;
  text-align: center;
  color: #6e6e73;
  line-height: 1.4;
}

.main__title {
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  font-size: 24pt;
}

.main__subtitle {
  color: #6e6e73;
  padding: 15px 0px;
  font-size: 14pt;
}

.wemake__container {
  color: #000000;
  width: 850px;
  margin: 0 auto;
  text-align: center;
}

.wemake__accordion {
  margin: 0 auto;
  border-top: 1px solid #d60e25;
  transition: all 0.3s ease;
}

.accordion__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  cursor: pointer;
}

.wemake__accordion:last-child {
  border-bottom: 1px solid #d60e25;
}

.main__text {
  color: #000;
  text-align: left;
  line-height: 1.6;
  font-size: 14pt;
  font-weight: 600;
  flex-basis: 85%;
}

.accordion__sub {
  display: none;
}

.sub__text {
  padding: 20px 10px 25px 10px;
  text-align: left;
  line-height: 1.6;
  font-size: 11pt;
  color: #6e6e73;
  border-top: 1px solid #d2d2d7;
}

.text__bold {
  font-weight: 700;
  padding: 5px 0px;
}
.active__display {
  display: block;
}

.active__hidden {
  display: none !important;
  color: #d60e25;
}

.accordion__active {
  background-color: white;
}
.accordion__active .main__text {
  color: #d60e25;
}

.accordion__active .active__display {
  display: none !important;
}

.accordion__active .active__hidden {
  display: block !important;
}

.accordion__active .accordion__sub {
  display: block !important;
}

.wemake__tracking {
  padding: 30px 0px;
}

.tracking__column {
  padding: 10px 0 15px;
  background: #f7f7f7;
}
.tracking__column ul:after {
  content: "";
  display: block;
  clear: both;
}
.tracking__column ul li {
  float: left;
  position: relative;
  width: 14.28%;
  padding-top: 50px; /* 진행바 영역 확보 */
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 12px;
  color: #666;
}

.tracking__column ul li p {
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.2;
}
.tracking__column ul li span {
  display: block;
  margin-top: 2px;
  font-weight: normal;
  color: #898989;
  font-size: 12px;
} /* 회색 진행바 생성 */
.tracking__column ul li:before {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  height: 3px;
  background: #ddd;
  content: "";
}
.tracking__column ul li:first-child:before {
  left: 50%;
}
.tracking__column ul li:last-child:before {
  right: 50%;
}
/* 화살표 상태 아이콘 */
.tracking__column ul li:after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 20%;
  font-size: 18pt;
  margin-left: -30px;
  min-width: 30px;
  padding: 15px;
  border-radius: 5px;
  background-color: #d7d7d7;
  color: black;
}

.tracking__active:after {
  background-color: #d60e25 !important;
  color: white !important;
}
.icon-truck:after {
  content: "\f0d1";
}
.icon-truck-loading:after {
  content: "\f4de";
}
.icon-phone:after {
  content: "\f095";
}
.icon-bill:after {
  content: "\f3d1";
}
.icon-tools:after {
  content: "\f7d9";
}
.icon-check:after {
  content: "\f00c";
}
.icon-marker:after {
  content: "\f3c5";
}

.icon-file:after {
  content: "\f573";
}

@media screen and (max-width: 991px) {
  .wemake__container {
    width: calc(100% - 20px);
    padding: 0px 10px;
  }
  .main__title {
    font-size: 22pt;
  }

  .main__text {
    font-size: 12pt;
  }
  .sub__text {
    font-size: 10pt;
  }
  .wemake__container--gray {
    min-width: 0px;
  }
}

@media screen and (max-width: 600px) {
  .tracking__column ul li {
    width: 20%;
  }
}

@media screen and (max-width: 500px) {
  .main__title {
    font-size: 18pt;
  }
  .main__subtitle {
    font-size: 11pt;
  }
}
