/* 공통스타일링 */
.innerWrapper {
  padding: 3rem 2rem;
}
.homeinnerWrapper{
  padding: 2rem;
}
.contentHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2rem;
  position: relative;
  background-color: #d14d72;
}

.banner {
  width: 100%;
  margin-bottom: 2rem;
}
.banner a {
  width: 100%;
}
.banner a img {
  width: 100%;
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

.contentHeader button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.contentHeader h1 {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
}
.contentHeader img {
width: 1rem;
height: 2rem;
position: absolute;
left: 3%;
}

img {
  width: 100%;
  height: 100%;
}
.marginTop {
  margin-top: 2rem;
}
.marginBot {
  margin-bottom: 2rem;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ce4169;
}
pre {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #474646;
}
.boldFont {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #474646;
  font-weight: 600;
}
/* index 영역 */
.indexBackgroundImage {
height: 100vh;
position: relative;
  }
  .indexText {
  width: 40%;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); 
  top: 25%;
  }
  .indexImg {
  width: 20%;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); 
  bottom: 35%;
  }
  
  .indexBackgroundImage a img {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); 
  }
  .indexBackgroundImage img {
    height: auto;
  }

  



/* 홈영역 */
.backgroundcolorwrapper {
margin: 0;
padding: 0;
}
.homeHeader {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
background-color: #fcc8d1;
}
.homeHeaderimg {
width: 60%;
}
.homeTopBox {
  border-radius: 1rem;
  box-shadow: 0.2rem 0.2rem 0.2rem #e0e0e0;
  margin-bottom: 3rem;
}
.homeMidBtn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.homeMidBtn a {
  width: 48.5%;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.2rem 0.2rem #e0e0e0;
}
.homeMidBtn a:nth-child(1) {
margin-bottom: 1rem;
}
.homeMidBtn a:nth-child(2) {
margin-bottom: 1rem;
}

.homeBotBtn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.homeBotBtn a {
  width: 48%;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.2rem 0.2rem #e0e0e0;
}

/* content */
.contentBox {
  margin-bottom: 3rem;
}
.qnaToggleBox {
  border-bottom: 0.1rem solid #fff;
  background-color: #fcc8d1;
}

.qnaToggleBox:last-child {
  margin-bottom: 3rem;
}


.qnaToggleBox h1 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #ce436a;
}

.qnaToggleBox .content {
  border-top: 0.1rem solid #ffcccc;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  background-color: #fef2f4;
  color: #4d4b4b;
}

.toggleButton {
  width: 100%;
  margin-right: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
}
.toggleButton img {
  width: 1.5rem;
  margin-left: 1rem;
}
.toggleColor {
  text-align: left; /* 텍스트를 왼쪽 정렬로 설정 */
  margin: 0; /* 기본 마진 제거 */
  padding: 0; /* 기본 패딩 제거 */
  line-height: 1.3;
}

/* faq영역 */

.qnaToggleBox1 {
  border-bottom: 0.1rem solid #dcdee1;
}
.qnaToggleBox1:first-child {
  margin-top: 2rem;
  border-top: 0.1rem solid #dcdee1;
}
.qnaToggleBox1:last-child {
  margin-bottom: 3rem;
}


.qnaToggleBox1 h1 {
  font-size: 1.8rem;
  font-weight: 600;
}
.qnaToggleBox1 span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #cf466c;
}

.qnaToggleBox1 .content1 {
  border-top: 0.1rem solid #dcdee1;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  background-color: #fef2f4;
  color: #7c7878;
}

.toggleButton1 {
  width: 100%;
  margin-right: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem 1.5rem 2rem;
}
.toggleButton1 img {
  width: 1.5rem;
  margin-left: 1rem;
}
.toggleColor {
  text-align: left; /* 텍스트를 왼쪽 정렬로 설정 */
  margin: 0; /* 기본 마진 제거 */
  padding: 0; /* 기본 패딩 제거 */
  line-height: 1.3;
}
.content1 span {
  font-weight: 400;
  font-size: 1.6rem;
}