/* 공통스타일링 */
.innerWrapper {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}
.homeinnerWrapper{
  padding: 0rem 1.5rem 1.5rem 1.5rem;
}

.contentHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3%;
  position: relative;
  border-bottom: 0.1rem solid #f0f0f0;
}

.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 {
text-align: center;
margin: 0;
font-size: 1.8rem;
padding: 2rem;
font-weight: 500;
}

.contentHeader button img {
width: 1rem;
position: absolute;
left: 3%;
}

.sig {
  width: 8rem;
  position: absolute;
  right: 2%;
  top: 10%;
}

img {
  width: 100%;
}

.marginBot {
  margin-bottom: 2rem;
}

/* index 영역 */
.indexBackgroundImage {
  background: url(../img/index/splash.png);
  background-size: cover;
  position: relative;
  }
  .indexText {
  width: 60%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 25%;
  left: 5%;
  }
  .indexImg {
  width: 100%;
  height: 100vh;
  display: block;
  }
  
  .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;

}
.homeHeaderimg {
width: 100%;
}
.homeHeaderimg img {
width: 100%;
}

.twoBtn {
  display: flex;
  justify-content: space-between;
}
.twoBtn a {
  width: 48%;
}
.twoBtn a img {
  border-radius: 0.5rem;
  box-shadow: 0.2rem 0.2rem 0.2rem #efefef;
}
.homeTop {
  margin-top: -20%;
  /* margin-bottom: 2rem; */
}
.threeBtn {
  margin-bottom: 2rem;
}
.threeBtn a img {
  margin-bottom: 0.5rem;
}
.title {
  display: flex;
  align-items: center;
  border-bottom: 0.2rem solid #f6f6f6;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.title img {
  margin-right: 0.8rem;
  width: 2.5rem;
}
.title h2 {
  font-size: 1.8rem;
  font-weight: 500;
}


/* content */
.content pre {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  color: #909090;
}
.bold {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
}
.blackFont {
  font-size: 1.6rem;
  color: #6c6b5e;
}


/* qna영역 */

.qnaToggleBox {
  box-shadow: 2px 2px 2px #e8e8e8;
  margin-bottom: 1rem;
  border: solid 0.1rem #ededed;
  border-radius: 0.7rem;
  padding: 1rem;
}

.qnaToggleBox h1 {
  font-size: 1.7rem;
  font-weight: 500;
}

.whiteBorder {
  width: 100%;
  height: 2rem;
  background: #fff;
  border-top: 0.1rem solid #f7f7f7;
  margin-top: 1rem;
}

.qnaToggleBox .contentInner {
  font-size: 1.6rem;
  line-height: 1.3;
  background-color: #fcfaf0;
  color: #969597;
  padding: 1.5rem 1rem;
}

.toggleButton {
  width: 100%;
  margin-right: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toggleButton img {
  width: 1.5rem;
  margin-left: 1rem;
}

.toggleColor {
  text-align: left; /* 텍스트를 왼쪽 정렬로 설정 */
  margin: 0; /* 기본 마진 제거 */
  padding: 0; /* 기본 패딩 제거 */
  line-height: 1.3;
}
.subBack {
  position: absolute;
  top: 3%;
  left: 4%;
  width: 2rem;
}

footer pre {
  font-size: 1.4rem;
  line-height: 1.4;
}