/* 공통스타일링 */
.innerWrapper {
  padding: 1.5rem;
}
.homeinnerWrapper{
  padding: 0rem 1.5rem 1.5rem 1.5rem;
}
.contentHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem;
  position: relative;
  background-color: #f5f8fc;
}

.outbound {
    width: 100%;
}
.outbound a {
    width: 100%;
}
.outbound 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 {
text-align: center;
margin: 0;
font-size: 1.7rem;
font-weight: 600;
}
.contentHeader img {
width: 1.8rem;
position: absolute;
left: 3%;
}

img {
  width: 100%;
}

/* index 영역 */
.indexBackgroundImage {
  background: url(../img/splash.png);
  background-size: cover;
  width: 100vw;
  height: 100vh;
  }
  .indexText {
  width: 60%;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); 
  }
  .indexImg {
  width: 75%;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); 
  }
  
  .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 {
padding: 1.5rem;
}
.homeHeaderimg {
width: 45%;
}
.homeText1 {
  font-size: 1.4rem;
  font-weight: 450;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #777d87;
}
.homeText2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #707781;
}
.homeText3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  color: #08234e;
}
.miniImg {
  display: block;
  margin: 0 auto;
  width: 65%;
}
.twoBtn {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.twoBtn a {
  width: 48.5%;
}
.threeBtn a {
  display: flex;
  margin-bottom: 1rem;
}
.threeBtn a img {
  width: 50%;
}
.threeBtn a div {
  width: 50%;
  padding: 0.3rem 0.8rem;
}
.threeBtn a div span:first-child{
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.threeBtn a div span:last-child{
  font-size: 1.3rem;
  color: #b6b6b6;
  line-height: 1.3;
}

.contentA h2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #24416d;
}
.contentA h3 {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #7b7b7b;
  margin-left: 5%;
  margin-bottom: 0.5rem;
}
.contentA pre {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #567098;
  padding: 1.5rem 1rem;
  background-color: #f5f8fc;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.contentB h2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #24416d;
  margin-bottom: 1rem;
}
.contentB h3 {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #7b7b7b;
  margin-bottom: 1.5rem;
  padding-top: 0.7rem;
  border-top: 0.2rem solid rgb(224, 226, 230);
  margin-top: -0.4rem;
}
.contentB pre {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #567098;
}
.contentB .contentBox {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #567098;
  padding: 1.5rem 1rem;
  background-color: #f5f8fc;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.imgHeader {
  position: relative;
}
/* .imgHeader button img {
  position: absolute;
  width: 2rem;
  top: 2%;
  left: 3%;
}  */
.imgHeader button {
  position: absolute;
  width: 2rem;
  top: 2%;
  left: 3%;
} 
.headerImg {
  margin-top: -1rem;
}
.contentImgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
}
.contentImgBox a {
  width: 48.5%;
  margin-bottom: 1rem;
}

/* sub */
.subContent h2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #24416d;
  margin-bottom: 1rem;
}
.subContent pre {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #7b7b7b;
  margin-bottom: 1.5rem;
  padding-top: 0.7rem;
  border-top: 0.2rem solid rgb(224, 226, 230);
  margin-top: -0.4rem;
}