/* 공통스타일링 */
.innerWrapper {
  padding: 1.5rem;
  background-color: #eaf1f4;
  min-height: 100vh;
}
.homeinnerWrapper{
  padding: 5rem 0 0 0;
}
.contentHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  position: relative;
  border-bottom: 0.1rem solid #519acd;
}

.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%;
}
.margine {
  margin-bottom: 2rem;
}
.marginl {
  margin-bottom: 1rem;
}

/* index 영역 */
.indexBackgroundImage {
background: url(../img/index/splash.png);
background-size: cover;
position: relative;
height: 100vh;
}
.indexText {
width: 60%;
margin: 0 auto;
display: block;
position: absolute;
left: 50%;
transform: translateX(-50%); 
top: 30%;
}
.indexImg {
width: 75%;
margin: 0 auto;
display: block;
position: absolute;
left: 50%;
transform: translateX(-50%); 
top: 40%;
}

.indexBackgroundImage a img {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); 
  bottom: 5%;
}



/* 홈영역 */
.textImg {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.title {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.title img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.title h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
.homeinnerWrapper .homeTitle {
  margin-bottom: 1rem;
}
.homeTitle h2 {
  border-bottom: 0.1rem solid #e4e4e4;
  padding-bottom: 0.3rem;
}
.homeTitle img {
  margin-left: 1rem;
}
.homeTopBtn {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 1rem;
}
.homeTopBtn a {
  width: 45%;
}
.homeTopBtn a img {
  width: 100%;
}

.homeMidBtn {
  width: 93.5%;
  display: block;
  margin: 0 auto;
}
.homeMidBtn img {
  width: 100%;
}
.homeBotBtn {
  width: 100%;
}
.homeBotBtn img {
  width: 50%;
  margin-left: 0.3rem;
  margin-right: 0.5rem;
}
.homeBotBtn a {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  display: flex;
  align-items: start;
  margin-bottom: 1rem;
  line-height: 1.5;
}

/* 콘텐츠영역 */
.contentBox {
  margin-bottom: 2rem;
  padding: 0 1rem 1rem 1rem;
  background-color: #fff;
  box-shadow: 0.2rem 0.2rem 0.3rem #e0eaf1;
}

.subtitle {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 0.2rem solid #ececec;
}
pre {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #979797;
  padding-top: 1rem;
}
.blueFont {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #2581c1;
  font-weight: 600;
}

/* bank 영역 */
.bankTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qnaToggleBox {
  background-color: #fff;

  margin-bottom: 1.5rem;
  padding: 1rem;
}

.qnaToggleBox h1 {
  font-size: 1.7rem;
  font-weight: 600;
}

.qnaToggleBox .content {
  border-top: 0.1rem solid #dedede;
  padding: 1rem 0;
  font-size: 1.6rem;
  line-height: 1.3;
  background-color: #fffafe;
  color: #969597;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.toggleButton {
  width: 100%;

  position: relative;
}
.toggleIcon {
  width: 1.5rem;
  margin-left: 1rem;
  height: 0.8rem;
}
.toggleColor {
  text-align: left; /* 텍스트를 왼쪽 정렬로 설정 */
  margin: 0; /* 기본 마진 제거 */
  padding: 0; /* 기본 패딩 제거 */
  line-height: 1.3;
}
h4 {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #1579bc;
  text-align: start;
  line-height: 1.3;
  padding-bottom: 1rem;
}

/* 신용카드없이비상금대출 */
.toggleFlex {
  display: flex;
  width: 100%;
  margin-right: 5rem;
  position: relative;
}
.bank {
  width: 30%;
  margin-right: 0.7rem;
}
.toggleText {
  width: 70%;
}
.toggleFlex h4 {
  padding: 0;
  margin-top: 0.5rem;
}

.bankToggleBox .content {
  padding: 1rem 0.5rem;
  font-size: 1.6rem;
  line-height: 1.3;
  background-color: #fffafe;
  color: #969597;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  margin-top: 1rem;
  border-top: 0.1rem solid #dedede;
}
.bankToggleBox {
  background-color: #fff;
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.bankToggleBox h1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.mar2 {
  margin-bottom: 2rem;
}
.adsbygoogle {
  margin-bottom: 1rem;
}