/* 공통스타일링 */

.innerWrapper {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}
.homeinnerWrapper{
  padding: 2rem 1.5rem;
}
.contentHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  position: relative;
  background-color: #0b666a;
}

.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: #fff;
}
.contentHeader img {
width: 1rem;
position: absolute;
left: 3%;
}

img {
  width: 100%
}
h2 {
  font-size: 1.8rem;
  line-height: 1.3;
}
h3 {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #036165;
}
pre {
  font-size: 1.6rem;
  line-height: 1.4;
}
.marBot {
  margin-bottom: 2rem;
}
/* index 영역 */
.indexBackgroundImage {
  background: url(../img/index.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%); 
  }
  
  .indexBackgroundImage a img {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); 
  }
  
  



/* 홈영역 */
.greenBg {
  background-color:#0b666a;
  padding: 1.5rem;
}
.homeHeader {
  padding: 1.5rem;
  background-color:#0b666a;
}
.homeHeaderimg {
  width: 30%;
}
.greenBg span:first-child {
  font-size: 2.2rem;
  font-weight: 600;
}
.greenBg span {
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
}
.greenBg a {
  display: block;
  margin-top: 1rem;
}
.greenBg .marTop {
  display: block;
  margin-top: 3rem;
}
.greenBg .marBottom {
  display: block;
  margin-bottom: 1.5rem;
}
.homeinnerWrapper h2 {
  font-weight: 500;
  margin-bottom: 2rem;
}
.homeinnerWrapper pre {
  margin-bottom: 2rem;
}

.sixBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sixBtn a {
  width: 32%;
  margin-bottom: 1rem;
}
.sixBtn a img {
  border-radius: 20px;
  border: 0.1rem solid #e7e7e7;
  box-shadow: 0.2rem 0.2rem 0.2rem #e7e7e7;
}
.miniGreen {
  font-size: 1.2rem;
  color: #186e71;
}

/* content영역 */
.tag {
  display: flex;
  justify-content: space-around;
  margin-bottom: 3rem;
}
.tag .tagbox {
  width: 45%;
  font-size: 1.6rem;
  color: #fff;
  background-color: #599597;
  padding: 0.8rem 1rem;
  border-radius: 2rem;
  text-align: center;
}
.greenBg pre {
  color: #fff;
  text-align: center;
}
.tag3 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 3rem;
}
.tag3 .tagbox {
  font-size: 1.5rem;
  color: #fff;
  background-color: #599597;
  padding: 0.8rem 1rem;
  border-radius: 2rem;
  text-align: center;
}

.innerWrapper .title {
  padding: 0.3rem 1.5rem;
  border-radius: 1.5rem;
  color: #156c70;
  background-color: #ecf2e9;
  font-weight: 700;
  margin-bottom: 1rem;
}
.innerWrapper .content {
  margin-bottom: 2rem;
  font-weight: 500;
  color: #7b7978;
}
.greenText {
  font-size: 1.6rem;
  font-weight: 500;
  color: #076468;
  line-height: 1.5;
}

