/* 공통스타일링 */
.innerWrapper {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  background-color: #e9f2ef;
  min-height: 100vh;
  height: 100%;

}
.homeinnerWrapper{
  padding: 0rem 1.5rem 1.5rem 1.5rem;
}
.contentHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  position: relative;
  border-bottom: solid 0.2rem #e4eae8;
}

.outbound {
  margin-bottom: 2rem;
    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.8rem;
font-weight: 700;
}
.contentHeader img {
width: 1rem;
position: absolute;
left: 3%;
}

img {
  width: 100%
}
h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1b473d;
  padding-bottom: 0.8rem;
}
pre {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #8aa19a;
}


/* index 영역 */
.indexBack {
  position: relative;
  height: 100vh;
}
.indexBackgroundImage {
  background: url(../img/background.png);
  background-size: cover;
  height: 45vh;
  }
  .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%); 
  bottom: 5%;
  }
  
  .indexBackgroundImage a img {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); 
  }
  
  



/* 홈영역 */
.homeHeader {
  background: url(../img/background.png);
  padding: 2rem 1.5rem 0 1.5rem;
  background-size: cover;
}
.homeHeaderimg img {
width: 40%;
margin-bottom: 2rem;
}
.homeHeaderBox {
  padding: 2rem 1rem;
  border: 0.2rem solid #f6f6f6;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0.1rem 0.1rem 0.1rem #ebebeb;
  margin-bottom: 2rem;
}
.homeHeaderBox pre {
  color: #5e5e5e;
  padding-top: 1rem;
}
.homeInner h2 {
  margin-top: 2rem;
  border-bottom: 0.2rem solid #f7f7f7;
}
.twoBtn {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}
.twoBtn a {
  width: 49%;
}
section h2 {
  margin: 0 1.5rem;
}
.longBtn {
  margin-top: 1rem;
  /* margin-bottom: 2rem; */
}
.longBtn a {
  display: flex;
  flex-wrap: wrap;
}
.longBtn a:first-child {
  margin-bottom: 0.5rem;
}
.longBtn img {
  width: 50%;
}
.longBtn div {
  width: 45%;
  padding: 0.5rem;
}
.longBtn a div span:first-child{
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.longBtn a div span:last-child{
  display: block;
  font-size: 1.4rem;
  color: #cbcbcb;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.homeLastBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5Rem;
}
.homeLastBtn a {
  width: 48%;
  margin-bottom: 1rem;
}
.homeLastBtn a img {
  width: 100%;
}

/* content */
.innerWrapper h2 {
  margin: 0;
}
.mintFont {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #67d1bf;
  margin-bottom: 2rem;
}
.contentBox {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
}
.contentBox .content {
  margin-bottom: 2rem;
}

.special {
  color: #30c1a8;
  padding-top: 1.5rem;
  border-top: 0.2rem solid #f6f6f6;
}