/* 공통스타일링 */
.innerWrapper {
  padding: 2rem 1.5rem;
}
.homeinnerWrapper{
  padding: 2rem 1.5rem 5rem 1.5rem;
}
.contentHeader {
  padding: 1.5rem;
  position: relative;
  background-color: #fa9957;
}

.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;
font-family: standard;
color: #fff;
}
.contentHeader img {
width: 1rem;
position: absolute;
left: 3%;
top: 1.5rem;
}

img {
  width: 100%
}

.mar3 {
  margin-bottom: 3rem;
}

@font-face {
  font-family: "thin";
  src: url("./font/NanumSquare_acR.ttf");
}
@font-face {
  font-family: "thick";
  src: url("./font/NanumSquare_acEB.ttf");
}
@font-face {
  font-family: "standard";
  src: url("./font/NanumSquareB.ttf");
}

h2 {
  font-family: thick;
  font-size: 1.8rem;
  color: #27328e;
  line-height: 1.3;
}
pre {
  font-family: thin;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #7a7a7a;
}
/* index 영역 */
.indexBackgroundImage {
  background: url(../img/index_bg.png);
  background-size: cover;
  position: relative;
  min-height: 100vh;
  }

  .indexImg {
  width: 55%;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); 
  top: 30%;
  }
  
  .indexBackgroundImage a img {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); 
  }
  
  



/* 홈영역 */
.backgroundcolorwrapper {
margin: 0;
padding: 0;
}
.homeHeader {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
background-color: #fcf8f5;
}
.homeHeaderimg {
width: 25%;
}
.homeTopCon {
  padding: 1.5rem 1rem;
  border: 0.2rem solid #fff0e4;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}
.homeinnerWrapper .homeTopCon h2 {
  padding-bottom: 1.5rem;
  border-bottom: 0.2rem solid #ffe0c4;
}
.homeinnerWrapper .homeTopCon pre {
  font-family: standard;
  margin-top: 1.5rem;
}
.homeinnerWrapper .homeTitle {
  padding-bottom: 0.3rem;
  border-bottom: 0.1rem solid #ffdcbc;
  margin-bottom: 1rem;
}

.threeBtn {
  display: flex;
  justify-content: space-between;
}
.threeBtn a {
  width: 32%;
}

.twoBtn {
  display: flex;
  justify-content: space-between;
}
.twoBtn a {
  width: 49%;
}
.homeBotCon {
  line-height: 1.6;
}
/* content영역 */
.contentHeader pre {
  color: #fff;
  text-align: center;
  margin-top: 2.5rem;
}
.innerWrapper h2 {
  margin-bottom: 1.5rem;
}
.innerWrapper pre {
  margin-bottom: 2rem;
}
.contentHeader .headerImg {
  height: 3rem;
}
.contentHeader .headerImg img {
  width: 5rem;
}
.headerImgBox {
  padding: 2rem 0 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fa9957;
}
.headerImgBox img {
  width: 5rem;
}
.content img {
  margin-bottom: 2rem;
}

/* faq영역 */

.qnaToggleBox {
  background-color: #fcdeca;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.qnaToggleBox:last-child {
  margin-bottom: 3rem;
}


.qnaToggleBox h1 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #3d4595;
  font-family: standard;
}
.qnaToggleBox span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #3d4595;
}

.qnaToggleBox .content {
  border-top: 0.5rem solid #ffffff;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  background-color: #fff9f5;
  color: #7a7978;
  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;
}