@import "default.css";

.wemake__main {
  background-color: #f5f5f7;
  padding: 80px 0px;
  text-align: center;
}

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

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

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

.wemake__section {
  background-color: #ffffff;
  color: #000000;
  width: 900px;
  margin: 0 auto;
  min-height: 500px;
}

.section__title {
  font-size: 18pt;
  font-weight: 600;
  color: #000;
  padding: 40px 0px;
}

.section__text {
  display: flex;
}

div.wemake__select {
  width: calc(33% + 36px);
}
.wemake__inline {
  width: 33%;
  margin-right: 10px;
  font-size: 15pt;
}

.wemake__inline--last{
    margin-right:0px!important;
}
.wemake__input--inline {
  width: 30%;
  display: inline-block;
  margin-right: 10px;
}
.wemake__button--inline {
  padding: 10px 20px !important;
}
.wemake__select--selected {
  padding: 10px !important;
  font-size: 15pt;
}

.wemake__select--selected:after {
  top: 16px !important;
}

.wemake__select--selected.wemake__select--arrow:after {
  top: 16px !important;
}
.section__button {
  padding: 30px 0px;
  text-align: center;
}

.container__form {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  align-items: center;
  border-bottom: 1px solid #d2d2d7;
}

.form__title {
  flex-basis: 30%;
  font-size: 18pt;
  padding-top: 7px;
  line-height: 1.4;
  font-weight: 600;
}

.form__text {
  flex-basis: 70%;
}
.wemake__container {
  width: 900px;
  margin: 0 auto;
  background-color: white;
  min-height: 500px;
  padding: 10px 0px;
}

.section__button .color-hyperlink {
  padding: 0px 20px;
  font-size: 14pt;
}
/* tracking */

.wemake__tracking {
  padding: 10px 0px;
}

.wemake__container:nth-of-type(n + 3) .wemake__tracking {
  padding: 20px 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-motorcycle:after {
  content: "\f21c";
}

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

.wemake__counter {
  text-align: left;
  font-weight: 700;
  font-size: 18pt;
}

/* 활성화 진행바 및 활성화 화살표 아이콘 표시 */ /* 활성화 상태바 */
.tracking__active:before {
  background: #d60e25 !important;
} /* 활성화 아이콘 표시 */

/* 도전 중일 경우의 1/2 영역 비활성화 상태바 영역 */
.tracking__column ul li p:before {
  position: absolute;
  top: 35px;
  left: 50%;
  right: 0;
  height: 3px;
  content: "";
}
.tracking__column.step2 ul li:nth-child(2) p:before,
.tracking__column.step3 ul li:nth-child(3) p:before,
.tracking__column.step4 ul li:nth-child(4) p:before {
  background: #ddd;
}

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

@media screen and (max-width: 500px) {
  .form__text {
    font-size: 11pt;
  }
  .form__title {
    font-size: 15pt;
  }
  .container__form {
    padding: 8px 0px;
  }

  .mobile-block {
    display: block;
  }
  .tracking__column ul li:after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 20%;
    font-size: 12pt;
    margin-left: -25px;
    min-width: 20px;
    padding: 15px;
    border-radius: 5px;
    background-color: #d7d7d7;
    color: black;
  }
  .wemake__input--inline{
    display:block;
    width: calc(100% - 32px);
  }
  .wemake__button--inline{
    width: calc(100% - 38px);
    margin-top: 10px;
    text-align: center;
  }
}

@media screen and (max-width:425px){
    .wemake__button--large,
  .section__title {
    font-size: 7vw;
  }
}

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

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