@font-face {
  font-family: "InkLiquid";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
#greeting {
  position: relative;
  background: transparent;
  background-image: url(../img/greeting_bg_icon02.png);
  background-repeat: no-repeat;
  background-position: 100% 250px;
}
#greeting::before {
  content: "";
  display: block;
  width: 324px;
  height: 571px;
  position: absolute;
  left: 0;
  bottom: -65px;
  background-image: url(../img/greeting_bg_icon03.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: -9999;
}
#greeting::after {
  content: "";
  display: block;
  width: 380px;
  height: 241px;
  position: absolute;
  right: 190px;
  bottom: 0;
  background-image: url(../img/greeting_bg_icon04.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: -9999;
}
#greeting .mir_section_wrapper {
  position: relative;
}
#greeting .mir_section_wrapper::after {
  content: "";
  display: block;
  width: 66px;
  height: 90px;
  position: absolute;
  left: 50px;
  top: 210px;
  background-image: url(../img/greeting_bg_icon01.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: -9999;
}
#greeting .greeting_cont_des {
  width: 100%;
  text-align: center;
}
#greeting .greeting_cont_des .greeting_des_top {
  color: #042E6F;
  font-family: "InkLiquid";
  font-size: 2.33rem;
  font-weight: 400;
  line-height: 140%; /* 58.8px */
}
#greeting .greeting_cont_des .greeting_des_middle {
  margin: 50px 0;
  color: #444;
  font-size: 1.11rem;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
}
#greeting .greeting_cont_des .greeting_des_bottom {
  color: #042E6F;
  font-size: 1.11rem;
  font-weight: 700;
  line-height: 160%; /* 32px */
}

@media (max-width: 1280px) {
  #greeting::before {
    content: none;
  }
  #greeting .greeting_cont_des .greeting_des_top {
    font-size: 2.11rem;
  }
  #greeting .greeting_cont_des .greeting_des_middle {
    margin: 40px 0;
    font-size: 1rem;
    letter-spacing: -0.5px;
  }
  #greeting .greeting_cont_des .greeting_des_bottom {
    font-size: 1rem;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 1023px) {
  #greeting {
    background-image: none;
  }
}
@media (max-width: 767px) {
  #greeting::after {
    content: none;
  }
  #greeting .mir_section_wrapper::after {
    content: none;
  }
  #greeting .greeting_cont_des .greeting_des_top {
    font-size: 1.78rem;
  }
  #greeting .greeting_cont_des .greeting_des_middle {
    margin: 30px 0;
    font-size: 0.89rem;
    letter-spacing: -0.48px;
  }
  #greeting .greeting_cont_des .greeting_des_bottom {
    font-size: 0.89rem;
    letter-spacing: -0.48px;
  }
}