
ul {
  list-style: none;
}
/*
/* 단계별 상태 스타일 */
.step-box {
  padding: 0 10px 10px 10px;
  border: 1px solid #ddd;
  background: #fff;
}
.step-state {
  padding: 10px 0 15px;
  margin-top: 15px;
  background: #f7f7f7;
}

.step-state ul:after {
  content: "";
  display: block;
  clear: both;
}

.step-state ul li {
  float: left;
  position: relative;
  width: 33%;
  padding-top: 20px; /* 진행바 영역 확보 */
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 12px;
  color: #666;
}

.line_step li {
  background-color: #ddd;
  border-style: solid;
  border-width: 2px;
}

#first {
  background-color: #ff889b;
}

/* 도전중, 달성 텍스트 영역 */
/* .step-state ul li p:after {
  position: absolute;
  width: 41px;
  height: 24px;
  margin-right: -20px;
  background: url(http://cfile5.uf.tistory.com/image/241D463E58AFAEAB1642F3)
    no-repeat 0 0;
  background-size: auto 24px;
  background-position: -58px 0;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: -0.5px;
} */
/*
.step-state ul li:first-child p {
  padding-top: 6px;
}
.step-state ul li span {
  display: block;
  margin-top: 2px;
  font-weight: normal;
  color: #898989;
  font-size: 12px;
} */

/* 회색 진행바 생성
.step-state ul li:before {
  position: absolute;
  top: 35px;
  left: 200px;
  right: 200px;
  height: 3px;
  background: #ddd;
  content: "";
} */
/* 화살표 상태 아이콘 */
/* .step-state ul li:after {
  position: absolute;
  top: 27px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background: url(http://cfile5.uf.tistory.com/image/241D463E58AFAEAB1642F3)
    no-repeat 0 0;
  background-size: auto 24px;
  background-position: 0 0;
  content: "";
} */

/* 활성화 진행바 및 활성화 화살표 아이콘 표시 */
/* 활성화 상태바 */
/* .step-state.step1 ul li:nth-child(1) {
  background: #ff889b;
}
.step-state.step1 ul li:nth-child(2) {
  background: #ff889b;
}
.step-state.step1 ul li:nth-child(3) {
  background: #ff889b;
} */

/* 활성화 아이콘 표시 */
/* .step-state.step1 ul li:nth-child(1) {
  background-position: -20px 0;
} */
.first_button {
  width: 100px;
  height: 80px;
  font-size: 32px;
  margin-top: 40px;
  background: #d60f0f;
  border-radius: 12px;
  border-color: #d60f0f;
}

.first_button p {
  color: white;
}

.second_button {
  width: 250px;
  height: 80px;
  font-size: 32px;
  margin-top: 40px;
  background: #d60f0f;
  border-radius: 12px;
  border-color: #d60f0f;
}

#step2 {
  height: 100vh;
}

.second_button p {
  color: white;
  font-size: 24px;
}


.button_flex {
  display: flex;
  justify-content: center;
}
.third_button {
  width: 250px;
  height: 80px;
  font-size: 32px;
  margin-top: 40px;
  background: #d60f0f;
  border-radius: 12px;
  border-color: #d60f0f;
}

.third_button p {
  color: white;
  font-size: 24px;
}