/* 공통스타일링 */
@font-face {
  font-family: "standard";
  src: url("./font/NanumSquare_acR.ttf");
}
@font-face {
  font-family: "thin";
  src: url("./font/NanumSquareL.ttf");
}
@font-face {
  font-family: "thick";
  src: url("./font/NanumSquare_acEB.ttf");
}
.innerWrapper {
  padding: 2rem 1.5rem;
}
.homeinnerWrapper{
  padding: 2rem 1.5rem;
}
.contentHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  position: relative;
  border-bottom: #4a9599 0.2rem solid;
  position: relative;
}

.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;
font-weight: 500;
color: #27314c;
}
.prevbtn {
width: 1rem;
position: absolute;
left: 3%;
}
.contentHeader .goHome img {
  position: absolute;
  width: 3rem;
  top: 1.2rem;
  right: 1.5rem;
}

img {
  width: 100%
}

h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1rem;
}

pre {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #7ba18d;
  margin-bottom: 2rem;
}

/* index 영역 */
.indexBackgroundImage {
  background-size: cover;
  position: relative;
  min-height: 100vh;
  }
  .indexText {
  width: 40%;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); 
  top: 30%;
  }

.indexBackgroundImage a {
  padding: 1.5rem;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  background-color: #016a70;
  border-radius: 0.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); 
  bottom: 10%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}



/* 홈영역 */
.backgroundcolorwrapper {
margin: 0;
padding: 0;
}
.homeHeader {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
position: relative;
border-bottom: #4a9599 0.2rem solid;
}
.homeHeaderimg {
width: 17%;
}
.homeHeaderimg img {
width: 100%;
}
.goHome img {
  position: absolute;
  width: 3rem;
  top: 1.2rem;
  right: 1.5rem;
}
.swiper {
  margin-top: 2rem;
}
.sixBtn {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.sixBtn a {
  width: 49%;
  margin-bottom: 0.5rem;
}
.homeContent {
  margin-top: 2rem;
}

.content a, .goFine {
  padding: 1.5rem;
  background-color: #016a70;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.content a img {
  position: absolute;
  width: 1rem;
  top: 1.4rem;
  right: 1.5rem;
}
.goFine img {
  position: absolute;
  width: 1rem;
  top: 1.4rem;
  right: 1.5rem;
}


/* faq영역 */

.qnaToggleBox {
  margin-bottom: 1rem;
  border-radius: 1rem;
  background-color: #4aa7aa;
}

.qnaToggleBox h1 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.qnaToggleBox .content {
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  background-color: #f7f7f7;
  color: #969597;
}

.toggleButton {
  width: 100%;
  margin-right: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  min-height: 6rem;
}
.toggleButton img {
  width: 1.5rem;
  margin-left: 1rem;
}
.toggleColor {
  text-align: left; /* 텍스트를 왼쪽 정렬로 설정 */
  margin: 0; /* 기본 마진 제거 */
  padding: 0; /* 기본 패딩 제거 */
  line-height: 1.3;
}
