/* 공통스타일링 */
@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: 3rem;
}
.homeinnerWrapper{
  padding: 0rem 1.5rem 1.5rem 1.5rem;
}
.contentHeader {
  padding: 2rem 1.5rem;
  display: flex;
  justify-content: end;
  position: relative;
}
.contentHeader .subImg {
  width: 30%;
}
.contentHeader a img {
  width: 2rem;
  position: absolute;
  top: 1.8rem;
  left: 1.5rem;
}
img {
  width: 100%
}
input {
  border: none;
  outline: none;
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

/* index 영역 */
.indexBackgroundImage {
  background: url(../img/splash.png);
  background-size: cover;
  position: relative;
  min-height: 100vh;
  }
  .indexText {
  width: 60%;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); 
  top: 30%;
  }
  .indexLoad {
  width: 20%;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); 
  top: 50%;
  }


body {
  position: relative;
  min-height: 100vh;
}

/* 홈영역 */
.backgroundcolorwrapper {
margin: 0;
padding: 0;
}
.homeHeader {
padding: 2rem 1.5rem;
}
.homeHeaderimg {
width: 30%;
}
.homeHeaderimg img {
width: 100%;
}
.homeTopBox {
  background-color: #f9f9f9;
  border-radius: 0.7rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  padding: 5rem 2rem;
}
.homeTopBox img {
  width: 80%;
}
.btn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  width: 100%;
  background-color: #00b471;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #03b573;
}
h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #4d4e4d;
  margin-bottom: 2rem;
}
.innerWrapper input {
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  padding: 1rem;
}

.sixInput {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sixInput li {
  width: 48%;
  margin-bottom: 2rem;
}
.sixInput input {
  margin-bottom: 2rem;
  background-color: #f9f9f9;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  padding: 1rem;
}
.sixInput div {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}
.twoInput div {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}
.twoInput li {
  width: 100%;
  margin-bottom: 2rem;
}

.innerWrapper pre {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #bababb;
  margin-top: 5rem;
}

/* result */
#severancePay {
  font-size: 4rem;
  font-weight: 600;
  color: #00b471;
  margin-bottom: 3rem;
}
.what {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 600;
  margin-top: 2rem;
}
#startDate, #endDate {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #797a7a;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #efefef;
}
#dayAverage {
  padding: 1rem;
  font-size: 1.8rem;
  border-radius: 1rem;
  background-color: #f9f9f9;
  color: #aaaaab;
}

input::placeholder {
  color: #b6b6b7; 
  font-weight: 200;
}
.contentText {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #797a7a;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #efefef;
  margin-top: 1rem;
}
.special {
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: -2px;
  font-weight: 600;
  padding-left: 1rem;
  border-left: #74b964 0.7rem solid;
}
.innerWrapper .contentBox .contentPre {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #797a7a;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.contentBox {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #f9f9f9;
}