/* common.css */
.layout-check_success.layout-con {
  height: 100vh;
}

.layout-check_success .header {
  visibility: visible;
}

.layout-check_success .footer {
  visibility: visible;
}

/* ---------화면 내용 Start <기기측정_측정완료> --------- */
.layout-check_success .check_success_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

.layout-check_success .success_main_letter {
  width: auto;
  height: 28px;
  margin: 85px;
  font-family: 'Spoqa Han Sans Neo';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.layout-check_success .result_wh_box {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 325px;
  height: 80px;
  background-color: #fff;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.layout-check_success .result_icon_box {
  margin: 0px 20px 0px 10px;
  width: 60px;
  height: 60px;
  background-color: #f2eeea;
  border-radius: 4px;
}

.layout-check_success .result_icon {
  position: relative;
  top: 20px;
  left: 17px;
  width: 25px;
  height: 25px;
}

.layout-check_success .result_arrow {
  width: 13x;
  height: 13px;
  margin-left: 100px;
}

.layout-check_success .qna_wh_box {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 325px;
  height: 80px;
  background-color: #fff;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.layout-check_success .qna_icon_box {
  margin: 0px 20px 0px 10px;
  width: 60px;
  height: 60px;
  background-color: #f2eeea;
  border-radius: 4px;
}

.layout-check_success .qna_icon {
  position: relative;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
}

.layout-check_success .qna_arrow {
  width: 13x;
  height: 13px;
  margin-left: 40px;
}
