/* 공통스타일링 */
  .innerWrapper {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
  }
  .homeinnerWrapper{
    padding: 0rem 1.5rem 1.5rem 1.5rem;
  }
  .contentHeader {
    height: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3%;
    position: relative;
  }

.contentHeader button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.contentHeader h1 {
  text-align: center;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.contentHeader img {
  width: 2rem;
  position: absolute;
  left: 3%;
}
h2 {
  font-size: 1.8rem;
  font-weight: 700;
}
section {
  background-color: #f5f6f8;
  height: 100%;
  min-height: 100vh;
}
.homybody {
  background-color: #f5f6f8;
}
/* index 영역 */
.indexBackgroundImage {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  overflow: hidden;
  background-color: #e32936;
  position: relative;
}

.indexImg {
  width: 70%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.indexlogo {
  width: 50%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* 홈영역 */
.homeHeaderBackground {
  width: 100%;
}
.homeHeaderBackground img {
  width: 100%;
}

.homeHeaderimg img {
  position: absolute;
  top: 2%;
  width: 40%;
  margin-left: 2rem;
}
.homeTopBtn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1rem;
}
.homeTopBtn a {
  width: 48.5%;
  margin-top: -23%;
  height: 60%;
}
.homeTopBtn a img{
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.secondBtn img {
  width: 100%;
  margin-bottom: 4rem;
}
.grayBox {
  background-color: #fff;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  color: #6d727d;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 1rem;
  margin-bottom: 3rem;
  box-shadow: 0.2rem 0.2rem 0.2rem #f2f3f6;
}
.banner {
  width: 100%;
}
.homelastBtn {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 2rem;
  justify-content: space-between;
  background-color: #fff;
}
.homelastBtn a {
  width: 48%;
  margin-bottom: 1rem;
}
.homelastBtn a img {
  width: 100%;
}
/* content */
.title {
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  border-bottom: 0.2rem solid #ebeced;
  background-color: #fff;

}
.normaltitle {
  padding: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: #c2c6cc;
  background-color: #fff;
}

.pointtitle {
  padding: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  border-bottom: #f3746e 0.2rem solid;
  color: #000;
  background-color: #fff;

}

.contentbox{
  padding: 2rem;
}
.redtitle {
  color: #e74646;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.boxtitle {
  background-color: #000;
  padding: 0.2rem 1rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.5;
  border-radius: 0.5rem;
}
.contentbox pre {
  font-size: 1.6rem;
  color: #757a85;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.boldtitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5;
}
.contentbox img {
  width: 100%;
  margin-bottom: 2rem;
}
.redtext {
  font-size: 1.6rem;
  color: #f36262;
  font-weight: 500;
}

/* qna영역 */
.qnainner {
  padding: 2rem;
}
.qnaToggleBox {
  border: solid 0.1rem #e4e4e4;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.qnaToggleBox h1 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #686d79;

}
.qnaToggleBox span {
  font-size: 1.6rem;
  font-weight: 600;
}

.qnaToggleBox .content {
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #686d79;
  border-top: 0.1rem solid #e4e4e4;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.toggleButton {
  width: 100%;
  margin-right: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem 1.5rem 2rem;
}
.toggleButton img {
  width: 1.5rem;
  margin-left: 1rem;
}
.toggleColor {
  text-align: left; /* 텍스트를 왼쪽 정렬로 설정 */
  margin: 0; /* 기본 마진 제거 */
  padding: 0; /* 기본 패딩 제거 */
  line-height: 1.3;
}
