.k-pagehead {
  position: relative;
  top: 80px;
}

.k-pagehaedTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  padding: 8px 20px;
  white-space: nowrap;
}

.welfareCenter {
  max-width: 1032px;
  margin: auto;
  padding: 0 20px;
  margin: 50px auto 0;
}

.welfareBox1 {
  position: relative;
  background-color: #E5F5F8;
  border-radius: 20px;
  padding: 30px 20px;
}

.welfareBox1Img1 {
  position: absolute;
  width: 110px;
  top: -45px;
  right: 105px;
}

.welfareBox1Img2 {
  position: absolute;
  width: 100px;
  top: -10px;
  right: 0;
}

.welfareTitleBox {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  color: #72C5DB;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  padding: 6px 20px;
  width: fit-content;
}

.welfareBlueDotText {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #383A3A;
}

.welfareBlueDotText::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #72C5DB;
  flex-shrink: 0;
}

.welfareText {
  font-size: 14px;
  font-weight: 500;
  color: #383A3A;
}

.welfareBox2 {
  position: relative;
  background-color: #FFF7FA;
  border-radius: 20px;
}

.welfareBox2Img {
  position: relative;
  width: 100%;
  min-height: 380px;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}

.welfareImgTextBox {
  position: absolute;
  padding: 20px;
  top: 40px;
}

.welfareImgTitle {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.welfareImgText {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}

.welfareTextBox {
  padding: 30px 20px;
}

.doctor {
  display: block;
  align-items: flex-start;
}

.doctorLabel {
  margin-bottom: 6px;
}

.doctorText {
  font-size: 14px;
  font-weight: 500;
  color: #383A3A;
}

.welfareGridList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.welfareContactBox {
  width: 100%;
  background-color: #FDFFF0;
  border-radius: 12px;
  padding: 30px 20px;
}

.welfareContactTitle {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.welfareContactTitle::before, .welfareContactTitle::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #72C5DB;
  border-radius: 50%;
}
.welfareContactTitle::before {
  margin-right: 10px;
}
.welfareContactTitle::after {
  margin-left: 10px;
}

.welfareLogoBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.welfareLogoImg {
  max-width: 220px;
  height: auto;
}

.welfareLogoText {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

.welfareContactTell {
  font-size: 22px;
  font-weight: bold;
  width: fit-content;
  margin: auto;
}
.welfareContactTell a {
  text-decoration: none;
  color: #333333;
}

.welfareContactText {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.welfareContactText br {
  display: block;
}

.newsListBox {
  display: grid;
  gap: 25px;
  justify-content: center;
  grid-template-columns: repeat(4, 330px);
}

.newsListCard {
  width: 330px;
  text-decoration: none;
}
.newsListCard img {
  width: 100%;
  height: 375px;
  border-radius: 25px;
  object-fit: contain;
}
.newsListCard p {
  color: #2C2C2C;
  font-size: 16px;
  font-weight: bold;
}
.newsListCard:hover {
  opacity: 0.8;
}

.newsCategory3 {
  display: inline-block;
  background-color: #ECF9FD;
  color: #333333;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
}

.pageTop {
  text-decoration: none;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.pageTopBox {
  display: inline-block;
}
.pageTopBox p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #72C5DB;
}

.pageTopArrow {
  content: "";
  display: block;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  width: 13px;
  height: 13px;
  margin: auto;
  transform: rotate(-45deg);
  transition: border 0.3s;
}

.SPCenter {
  margin: 0;
}

.newsLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 240px;
  height: 40px;
  background-color: #72C5DB;
  border: 1px solid #72C5DB;
  border-radius: 50px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding: 0 12px 0 18px;
  margin: auto;
}
.newsLink:hover {
  background-color: #FFFFFF;
  color: #72C5DB;
}
.newsLink:hover .newsArrow {
  background-color: #72C5DB;
}

.newsArrow {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}
.newsArrow img {
  width: 18px;
  position: absolute;
  inset: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newsArrowBlue {
  opacity: 1;
}

.newsArrowWhite {
  opacity: 0;
}

.newsLink:hover .newsArrowBlue {
  opacity: 0;
}

.newsLink:hover .newsArrowWhite {
  opacity: 1;
}

@media (min-width: 768px) {
  .k-pagehead {
    top: 130px;
  }
  .k-pagehaedTitle {
    font-size: 42px;
    padding: 0;
  }
  .welfareCenter {
    padding: 0 40px;
    margin-top: 140px;
  }
  .welfareBox1 {
    padding: 60px 70px;
  }
  .welfareBox1Img1 {
    width: 157px;
    top: -90px;
    right: 130px;
  }
  .welfareBox1Img2 {
    width: 145px;
    top: 0px;
    right: -10px;
  }
  .welfareTitleBox {
    font-size: 22px;
    padding: 0 30px;
  }
  .welfareBlueDotText {
    font-size: 16px;
  }
  .welfareText {
    font-size: 16px;
  }
  .welfareImgTextBox {
    position: absolute;
    top: 110px;
    left: 70px;
    background: transparent;
    padding: 0;
  }
  .welfareImgTitle {
    font-size: 26px;
  }
  .welfareImgText {
    font-size: 16px;
  }
  .welfareTextBox {
    padding: 60px 70px;
  }
  .doctor {
    display: flex;
    align-items: flex-start;
  }
  .doctorLabel {
    flex-shrink: 0;
    margin-right: 0.5em;
    margin-bottom: 0;
  }
  .doctorText {
    font-size: 16px;
  }
  .welfareGridList {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 40px;
  }
  .welfareContactBox {
    padding: 40px 30px;
    border-radius: 16px;
  }
  .welfareContactTitle {
    font-size: 22px;
  }
  .welfareContactTitle::before, .welfareContactTitle::after {
    width: 15px;
    height: 15px;
  }
  .welfareLogoBox {
    gap: 0 30px;
  }
  .welfareLogoImg {
    max-width: 305px;
  }
  .welfareLogoText {
    font-size: 30px;
  }
  .welfareContactTell {
    font-size: 24px;
  }
  .welfareContactText {
    font-size: 16px;
    text-align: start;
  }
  .welfareContactText br {
    display: none;
  }
}

@media (min-width: 960px) {
  .welfareBox1Img1 {
    top: -110px;
    right: 90px;
    width: 207px;
    margin: 0;
  }
  .welfareBox1Img2 {
    top: 70px;
    right: -30px;
    width: 185px;
    margin: 0;
  }
  .welfareContactBox {
    padding: 60px;
    border-radius: 20px;
  }
  .welfareLogoText {
    font-size: 36px;
  }
  .welfareContactTell {
    font-size: 28px;
  }
}

@media (min-width: 1080px) {
  .newsLink {
    max-width: 240px;
    height: 40px;
    padding: 0 10px 0 15px;
  }
}

@media (min-width: 1200px) {
  .welfareCenter {
    padding: 0;
  }
  .welfareBox1Img1 {
    top: -20px;
    right: 60px;
  }
  .welfareBox1Img2 {
    top: 180px;
    right: -30px;
  }
}

@media (max-width: 1420px) {
  .newsListBox {
    grid-template-columns: repeat(2, 330px);
  }
}

@media (max-width: 715px) {
  .newsListBox {
    grid-template-columns: 330px;
  }
}

/*# sourceMappingURL=welfare.css.map*/