.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;
}

.specialistCenter {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  margin-top: 50px;
}

.specialty p {
  font-size: 16px;
  font-weight: 500;
  color: #2C2C2C;
}
.specialty h2 {
  font-size: 23px;
  font-weight: 500;
  color: #2C2C2C;
}

.specialtyTitle {
  font-size: 28px;
  font-weight: bold;
  color: #2C2C2C;
}

.specialtyBule {
  display: inline-block;
  background-color: rgba(114, 192, 219, 0.15);
  padding: 25px;
  border-radius: 15px;
}
.specialtyBule h2 {
  font-size: 20px;
  font-weight: bold;
  color: #2C2C2C;
}

.Certification p {
  font-size: 16px;
  font-weight: 500;
  color: #2C2C2C;
}
.Certification h2 {
  font-size: 23px;
  font-weight: 500;
  color: #2C2C2C;
}

.c-blueDiscList {
  display: grid;
}
.c-blueDiscList ul, .c-blueDiscList ol {
  margin-top: 5px;
}
.c-blueDiscList.c-dataFlex {
  gap: 10px 1em;
}

.c-blueDiscType02 {
  padding-left: 1.2em;
  position: relative;
}
.c-blueDiscType02::before {
  content: "";
  display: block;
  background-color: #72C5DB;
  border: 2px solid #72C5DB;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 0;
}

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

.CertificationItem {
  font-size: 16px;
  font-weight: bold;
  color: #2C2C2C;
}

.specialistLinkBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.MessageLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 370px;
  height: 40px;
  background-color: #72C5DB;
  border: 1px solid #72C5DB;
  border-radius: 50px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: bold;
  padding: 20px 10px 20px 15px;
}
.MessageLink:hover {
  background-color: #FFFFFF;
  color: #72C5DB;
}
.MessageLink:hover .MessageArrow {
  background-color: #72C5DB;
}

.MessageImgLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 450px;
  height: 150px;
  text-decoration: none;
}
.MessageImgLink p {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 19px;
  font-weight: bold;
}
.MessageImgLink img {
  border-radius: 20px;
}
.MessageImgLink:hover img {
  opacity: 0.8;
}
.MessageImgLink:hover .MessageArrow {
  background-color: #72C5DB;
}

.MessageArrow {
  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;
}
.MessageArrow img {
  width: 18px;
  position: absolute;
  inset: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.MessageArrowBlue {
  opacity: 1;
}

.MessageArrowWhite {
  opacity: 0;
}

.MessageLink:hover .MessageArrowBlue {
  opacity: 0;
}

.MessageLink:hover .MessageArrowWhite {
  opacity: 1;
}

.AcademicTitleBox {
  text-align: center;
}

.AcademicTitle {
  display: inline-block;
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  color: #72C5DB;
}

.bottomLine {
  width: 100%;
  height: 6px;
  border-radius: 20px;
  background-color: #72C5DB;
}

.AcademicYear {
  background-color: #F3F6F7;
  border-radius: 10px;
  padding: 10px 20px;
}
.AcademicYear p {
  font-size: 18px;
  font-weight: bold;
  color: #2C2C2C;
}

.AcademicItem {
  font-size: 15px;
  font-weight: 500;
  color: #2C2C2C;
}

.AcademicGridList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.AcademicGridItem {
  font-size: 15px;
  font-weight: 500;
  color: #2C2C2C;
}

.AcademicLinkCenter {
  display: flex;
  justify-content: center;
}

.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;
}

@media (min-width: 768px) {
  .k-pagehead {
    top: 130px;
  }
  .k-pagehaedTitle {
    font-size: 42px;
    padding: 0;
  }
  .specialistCenter {
    padding: 0 40px;
    margin-top: 140px;
  }
  .specialty p {
    font-size: 18px;
  }
  .specialty h2 {
    font-size: 26px;
  }
  .specialtyTitle {
    font-size: 32px;
  }
  .specialtyBule {
    display: inline-block;
    width: auto;
    padding: 25px 45px;
  }
  .specialtyBule h2 {
    font-size: 23px;
  }
  .Certification p {
    font-size: 18px;
  }
  .Certification h2 {
    font-size: 26px;
  }
  .c-blueDiscType02::before {
    top: 7px;
  }
  .CertificationIList {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 24px;
  }
  .CertificationItem {
    font-size: 18px;
  }
  .specialistLinkBox {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .AcademicTitle {
    font-size: 38px;
  }
  .AcademicYear p {
    font-size: 20px;
  }
  .AcademicItem {
    font-size: 16px;
  }
  .AcademicGridList {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 32px;
  }
  .AcademicGridItem {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .specialistCenter {
    padding: 0;
  }
}

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