@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,300,0,0");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
body,
input,
button {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: -0.0025em;
  word-break: keep-all;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.sec {
  padding: 40px 0;
}

p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #333;
}

.title h3 {
  position: relative;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 6px 0;
  color: #00478f;
}
.title h3::before {
  content: "";
  display: block;
  width: 30px;
  height: 28px;
  margin: 4px 0 16px 2px;
  background: #00478f;
  border-radius: 0 6px;
  opacity: 90%;
}
.title h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #fff;
  -webkit-clip-path: polygon(0 30%, 30% 30%, 30% 0%, 60% 0%, 60% 30%, 100% 30%, 100% 60%, 60% 60%, 60% 100%, 30% 100%, 30% 60%, 0 60%);
          clip-path: polygon(0 30%, 30% 30%, 30% 0%, 60% 0%, 60% 30%, 100% 30%, 100% 60%, 60% 60%, 60% 100%, 30% 100%, 30% 60%, 0 60%);
}

@media (max-width: 768px) {
  .title h3 {
    font-size: 24px;
    line-height: 1;
  }
  .title h3::before {
    margin: 4px 0 12px 2px;
  }
  .title h3::after {
    top: 4px;
  }
}
.btn {
  display: inline-block;
  font-size: 15px;
  color: #00478f;
  padding: 8px 32px 7px 32px;
  border: 1px solid #00478f;
}

.more {
  color: #00478f;
}
.more span {
  position: relative;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.more span::before {
  content: "\e145";
  font-family: "material symbols outlined";
  display: inline-block;
  vertical-align: -2px;
}

@media (max-width: 768px) {
  .btn {
    padding: 8px 24px 7px 24px;
    border-radius: 4px;
  }
}
@media (max-width: 768px) {
  body,
  html {
    overflow-x: hidden;
  }
}
.skip {
  display: none;
}
.skip.on {
  display: block;
  position: fixed;
  inset: 0 0 0 0;
  z-index: 1002;
  width: 100%;
  height: 100vh;
}
.skip.on::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  z-index: -1;
  background: #f7f8f9;
  transition: 0s;
}
.skip.on > ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 48px;
  max-width: 1740px;
  margin: 0 auto;
  padding: 0 15px;
}
.skip.on > ul > li {
  padding: 56px 0 48px 0;
}
.skip.on > ul > li > a {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 64px;
  white-space: nowrap;
  margin: 0 0 8px 0;
}
.skip.on > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 5px;
  background: #00478f;
}
.skip.on .sub {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.skip.on .sub > li {
  width: 100%;
}
.skip.on .sub > li > a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #444;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  margin: 0 0 4px 0;
}
.skip.on .sub_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.skip.on .sub_list a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  padding: 0 8px;
  color: #666;
}
.skip.on .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.skip.on .close_btn span {
  font-size: 24px;
  padding: 12px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
}

@media (max-width: 768px) {
  .skip {
    display: none;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  transform: translate(0, 0);
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  transition: 0.5s;
}
.header.on {
  transform: translate(0, -30px);
}
.header .head_top {
  border-bottom: 1px solid #f2f2f2;
}
.header .head_top .inner {
  display: flex;
  justify-content: flex-end;
}
.header .user_area {
  display: flex;
  gap: 30px;
}
.header .user_area li {
  position: relative;
}
.header .user_area li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background: #f2f2f2;
}
.header .user_area li a {
  display: block;
  font-size: 14px;
  line-height: 29px;
  color: #666;
}
.header .head_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 79px;
}
.header .gnb > ul {
  display: flex;
}
.header .gnb > ul::before {
  content: "";
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  height: 0px;
  background: #f7f8f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.header .gnb > ul::after {
  content: "";
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 1;
  display: block;
  width: calc(100% - 1170px);
  height: 0px;
  background: #00478f;
  transition: 0.3s;
}
.header .gnb > ul:hover::before {
  height: 450px;
  border-bottom: 1px solid rgb(221, 221, 221);
  visibility: visible;
  opacity: 1;
}
.header .gnb > ul:hover::after {
  height: 450px;
  visibility: visible;
  opacity: 1;
}
.header .gnb > ul > li > a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 79px;
  padding: 0 24px;
  white-space: nowrap;
}
.header .gnb > ul > li > a:hover {
  color: #00478f;
}
.header .gnb > ul > li .sub {
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 0;
  line-height: 50px;
  padding: 24px 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.header .gnb > ul > li .sub > li {
  width: calc(100% - 1170px);
}
.header .gnb > ul > li .sub > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  padding: 0 32px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.header .gnb > ul > li .sub > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #ffc000;
  transition: 0.3s;
}
.header .gnb > ul > li .sub > li .sub_list {
  position: absolute;
  top: 24px;
  left: calc(100% - 1170px);
  z-index: 1000;
  width: calc(1170px - (100% - 1170px));
  height: 426px;
  display: none;
}
.header .gnb > ul > li .sub > li .sub_list a {
  display: block;
  font-size: 16px;
  line-height: 50px;
  color: #444;
  white-space: nowrap;
  padding: 0 32px;
}
.header .gnb > ul > li .sub > li:hover > a {
  color: #ffc000;
}
.header .gnb > ul > li .sub > li:hover > a::after {
  width: 5px;
}
.header .gnb > ul > li .sub > li:hover .sub_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background: #f7f8f9;
}
.header .gnb > ul > li .sub > li:hover .sub_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 700px;
  height: 400px;
  background: #f7f8f9;
}
.header .gnb > ul > li .sub > li.M_on > a {
  color: #ffc000;
}
.header .gnb > ul > li .sub > li.M_on > a::after {
  width: 5px;
}
.header .gnb > ul > li .sub > li.M_on .sub_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.header .gnb > ul > li:hover .sub {
  height: 450px;
  visibility: visible;
  opacity: 1;
}
.header .head_customer {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .head_customer a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 79px;
}
.header .nav_menu {
  position: relative;
  z-index: 1003;
  display: block;
  line-height: 79px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.header .nav_menu::before {
  content: "\e5d2";
  font-family: "material symbols outlined";
  font-size: 24px;
  vertical-align: -3px;
  transition: 0.5s;
}
.header .mobile {
  display: none;
}

@media (max-width: 768px) {
  .header {
    height: 80px;
  }
  .header.on {
    transform: translate(0, 0);
  }
  .header .head_top {
    display: none;
    border: none;
  }
  .header .user_area li::after {
    display: none;
  }
  .header .head_wrap {
    display: block;
    height: 0;
    overflow: hidden;
  }
  .header h1 {
    position: absolute;
    top: 24px;
    left: 15px;
    z-index: 1111;
  }
  .header h1 img {
    width: 100%;
    height: 32px;
  }
  .header .gnb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(100%, 0);
    z-index: 1100;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: 0.5s;
  }
  .header .gnb.on {
    transform: translate(0, 0);
  }
  .header .gnb > ul {
    flex-direction: column;
    margin: 128px 0 0 0;
  }
  .header .gnb > ul::before, .header .gnb > ul::after {
    display: none;
  }
  .header .gnb > ul > li > a {
    font-weight: 300;
    line-height: 56px;
    color: #f7f8f9;
    background: #00478f;
    padding: 0 15px;
  }
  .header .gnb > ul > li > a:hover {
    color: #f7f8f9;
  }
  .header .gnb > ul > li:not(:first-child) {
    border-top: 1px solid #3893ee;
  }
  .header .gnb > ul > li .sub {
    position: static;
    top: 0;
    height: 100%;
    padding: 0;
    line-height: 40px;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: 0s;
  }
  .header .gnb > ul > li .sub > li {
    width: 100%;
  }
  .header .gnb > ul > li .sub > li > a {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    color: #444;
    padding: 0 24px;
  }
  .header .gnb > ul > li .sub > li > a::after {
    display: none;
  }
  .header .gnb > ul > li .sub > li:not(:first-child) a {
    border-top: 1px solid #f2f2f2;
  }
  .header .gnb > ul > li .sub > li .sub_list {
    position: static;
    top: 0;
    width: 100%;
    height: 120px;
    border-top: 1px solid #f2f2f2;
    background: #f7f8f9;
    display: none;
    overflow: auto;
  }
  .header .gnb > ul > li .sub > li .sub_list::before {
    display: none;
  }
  .header .gnb > ul > li .sub > li .sub_list li:not(:first-child) {
    border-top: 1px solid #f2f2f2;
  }
  .header .gnb > ul > li .sub > li .sub_list a {
    font-size: 14px;
    line-height: 32px;
    padding: 0 32px;
    background: #f7f8f9;
  }
  .header .gnb > ul > li .sub > li:hover > a {
    color: #3893ee;
  }
  .header .gnb > ul > li .sub > li:hover .sub_list {
    display: none;
  }
  .header .gnb > ul > li .sub > li.on > a {
    color: #3893ee;
  }
  .header .gnb > ul > li .sub > li.M_on > a {
    color: inherit;
  }
  .header .gnb > ul > li .sub > li.M_on .sub_list {
    display: none;
  }
  .header .gnb > ul > li:hover .sub {
    height: 100%;
  }
  .header .head_customer {
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 100%;
    right: 0;
    z-index: 1100;
    display: flex;
    justify-content: space-evenly;
    gap: 0;
    width: 100%;
    height: 48px;
    transition: 0.5s;
    border-top: 1px solid #f2f2f2;
  }
  .header .head_customer.on {
    left: 0;
  }
  .header .head_customer li:not(:first-child) {
    border-left: 1px solid #f2f2f2;
  }
  .header .head_customer a {
    display: block;
    line-height: 48px;
    padding: 0 56px;
    white-space: nowrap;
  }
  .header .nav_menu {
    display: none;
  }
  .header .mobile {
    position: fixed;
    top: 30px;
    right: 15px;
    z-index: 1111;
    display: flex;
    gap: 8px;
    color: #00478f;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .header {
    height: 80px;
  }
  .header.on {
    transform: translate(0, 0);
  }
  .header .head_top {
    display: none;
    border: none;
  }
  .header .user_area li::after {
    display: none;
  }
  .header .head_wrap {
    display: block;
    height: 0;
    overflow: hidden;
  }
  .header h1 {
    position: absolute;
    top: 24px;
    left: 15px;
    z-index: 1111;
  }
  .header h1 img {
    width: 100%;
    height: 32px;
  }
  .header .gnb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(100%, 0);
    z-index: 1100;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: 0.5s;
  }
  .header .gnb.on {
    transform: translate(0, 0);
  }
  .header .gnb > ul {
    flex-direction: column;
    margin: 128px 0 0 0;
  }
  .header .gnb > ul::before, .header .gnb > ul::after {
    display: none;
  }
  .header .gnb > ul > li > a {
    font-weight: 300;
    line-height: 56px;
    color: #f7f8f9;
    background: #00478f;
    padding: 0 15px;
  }
  .header .gnb > ul > li > a:hover {
    color: #f7f8f9;
  }
  .header .gnb > ul > li:not(:first-child) {
    border-top: 1px solid #3893ee;
  }
  .header .gnb > ul > li .sub {
    position: static;
    top: 0;
    height: 100%;
    padding: 0;
    line-height: 40px;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: 0s;
  }
  .header .gnb > ul > li .sub > li {
    width: 100%;
  }
  .header .gnb > ul > li .sub > li > a {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    color: #444;
    padding: 0 24px;
  }
  .header .gnb > ul > li .sub > li > a::after {
    display: none;
  }
  .header .gnb > ul > li .sub > li:not(:first-child) a {
    border-top: 1px solid #f2f2f2;
  }
  .header .gnb > ul > li .sub > li .sub_list {
    position: static;
    top: 0;
    width: 100%;
    height: 120px;
    border-top: 1px solid #f2f2f2;
    background: #f7f8f9;
    display: none;
    overflow: auto;
  }
  .header .gnb > ul > li .sub > li .sub_list::before {
    display: none;
  }
  .header .gnb > ul > li .sub > li .sub_list li:not(:first-child) {
    border-top: 1px solid #f2f2f2;
  }
  .header .gnb > ul > li .sub > li .sub_list a {
    font-size: 14px;
    line-height: 32px;
    padding: 0 32px;
    background: #f7f8f9;
  }
  .header .gnb > ul > li .sub > li:hover > a {
    color: #3893ee;
  }
  .header .gnb > ul > li .sub > li:hover .sub_list {
    display: none;
  }
  .header .gnb > ul > li .sub > li.on > a {
    color: inherit;
  }
  .header .gnb > ul > li .sub > li.M_on > a {
    color: inherit;
  }
  .header .gnb > ul > li:hover .sub {
    height: 100%;
  }
  .header .head_customer {
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 100%;
    right: 0;
    z-index: 1100;
    display: flex;
    justify-content: space-evenly;
    gap: 0;
    width: 100%;
    height: 48px;
    transition: 0.5s;
    border-top: 1px solid #f2f2f2;
  }
  .header .head_customer.on {
    left: 0;
  }
  .header .head_customer li:not(:first-child) {
    border-left: 1px solid #f2f2f2;
  }
  .header .head_customer a {
    display: block;
    line-height: 48px;
    padding: 0 56px;
    white-space: nowrap;
  }
  .header .nav_menu {
    display: none;
  }
  .header .mobile {
    position: fixed;
    top: 30px;
    right: 15px;
    z-index: 1111;
    display: flex;
    gap: 8px;
    color: #00478f;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
  }
}
.main_visual {
  padding: 24px 0 0 0;
  position: relative;
}
.main_visual .content {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 16px;
  margin: 0 auto 24px auto;
  max-width: 1440px;
}
.main_visual .main_slide {
  border-radius: 12px;
  overflow: hidden;
}
.main_visual .main_slide .itm {
  position: relative;
  height: 450px;
}
.main_visual .main_slide .itm.itm01 {
  background: url(../images/main_visual01.jpg) no-repeat center 20%/cover;
}
.main_visual .main_slide .itm.itm01 .slogan {
  top: 40px;
  transform: translate(0, 0);
}
.main_visual .main_slide .itm.itm02 {
  background: url(../images/main_visual02.jpg) no-repeat 70% center/cover;
}
.main_visual .main_slide .itm.itm03 {
  background: url(../images/main_visual03.jpg) no-repeat center 40%/cover;
}
.main_visual .main_slide .itm.itm03::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 70%);
}
.main_visual .main_slide .itm.itm03 .slogan {
  right: auto;
  left: 40px;
  text-align: left;
}
.main_visual .main_slide .itm.itm04 {
  background: url(../images/main_visual04.jpg) no-repeat center 60%/cover;
}
.main_visual .main_slide .itm::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 70%);
}
.main_visual .main_slide .itm .slogan {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 32px;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.main_visual .main_slide .itm .slogan strong {
  display: block;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
}
.main_visual .main_slide .itm .slogan p {
  margin: 0 0 16px 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f7f8f9;
}
.main_visual .main_slide .itm .slogan span {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}
.main_visual .main_slide .slick-dots {
  position: absolute;
  bottom: 24px;
  right: 34px;
  display: flex !important;
  gap: 6px;
}
.main_visual .main_slide .slick-dots li button {
  border: none;
  outline: none;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.main_visual .main_slide .slick-dots li.slick-active button {
  background: #ffc000;
}
.main_visual .hospital_reservation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px 32px 30px;
  background: #f7f8f9;
  border-radius: 12px;
  border: 1px solid #f2f2f2;
}
.main_visual .hospital_reservation legend {
  display: block;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 16px 0;
}
.main_visual .hospital_reservation .txt {
  font-size: 14px;
  line-height: 18px;
  color: #666;
  margin: 0 0 32px 0;
}
.main_visual .hospital_reservation .num {
  display: flex;
  gap: 4px;
  margin: 0 0 16px 0;
}
.main_visual .hospital_reservation .num input {
  border: 1px solid #f2f2f2;
  outline: none;
  padding: 8px 24px 8px 12px;
  color: #222;
  border-radius: 4px;
}
.main_visual .hospital_reservation .num input::-moz-placeholder {
  color: #999;
}
.main_visual .hospital_reservation .num input::placeholder {
  color: #999;
}
.main_visual .hospital_reservation button {
  border: 1px solid #f2f2f2;
  outline: none;
  padding: 0 12px;
  line-height: 1;
  border-radius: 4px;
  background: #00478f;
  color: #f2f2f2;
  cursor: pointer;
}
.main_visual .hospital_reservation .agree input {
  vertical-align: -2px;
}
.main_visual .hospital_reservation .agree label {
  font-size: 14px;
  cursor: pointer;
}
.main_visual .hospital_reservation .agree span a {
  display: inline-block;
  font-size: 14px;
  color: #3893ee;
  line-height: 20px;
  text-decoration: underline;
  text-align: right;
  text-indent: 4px;
}
.main_visual .hospital_reservation .reservation_link a {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  color: #666;
  background: #fff;
  border: 1px solid #f2f2f2;
}
.main_visual .hospital_reservation .reservation_link a::after {
  content: "\e409";
  font-family: "material symbols outlined";
  vertical-align: -2px;
  color: #00478f;
}
.main_visual .hospital_reservation .reservation_link li:first-child {
  margin: 0 0 4px 0;
}
.main_visual .notice {
  position: relative;
  display: flex;
  width: 100%;
}
.main_visual .notice .notice_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 4px 16px;
  border: 1px solid #f2f2f2;
  background: #f7f8f9;
}
.main_visual .notice h3 {
  font-size: 20px;
  font-weight: 700;
  color: #00478f;
}
.main_visual .notice .notice_slide {
  width: 80%;
  background: #fff;
  padding: 9px 16px 8px 16px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
}
.main_visual .notice .notice_slide a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_visual .notice .notice_slide p {
  font-weight: 500;
}
.main_visual .notice .notice_slide span {
  display: inline-block;
  color: #666;
  font-weight: 300;
}
.main_visual .notice .notice_arrow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main_visual .notice .notice_arrow span {
  color: #999;
  background: #fff;
  padding: 4px;
  border: 1px solid #f2f2f2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.main_visual .notice .notice_arrow .prev span {
  border-bottom: none;
}

@media (max-width: 768px) {
  .main_visual {
    padding: 0;
  }
  .main_visual .content {
    display: block;
    margin: 0 0 16px 0;
  }
  .main_visual .main_slide {
    border-radius: 0 0 0 56px;
    margin: 0 0 16px 0;
  }
  .main_visual .main_slide .itm {
    height: 280px;
  }
  .main_visual .main_slide .itm.itm01 {
    background: url(../images/main_visual01.jpg) no-repeat 90% center/cover;
  }
  .main_visual .main_slide .itm.itm01 .slogan {
    top: 50%;
    transform: translate(0, -50%);
  }
  .main_visual .main_slide .itm.itm02 {
    background: url(../images/main_visual02.jpg) no-repeat 90% center/cover;
  }
  .main_visual .main_slide .itm.itm03 {
    background: url(../images/main_visual03.jpg) no-repeat 295% center/cover;
  }
  .main_visual .main_slide .itm.itm03::before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 75%;
    background: #00478f;
  }
  .main_visual .main_slide .itm.itm03 .slogan {
    left: auto;
    right: 24px;
    transform: translate(0, -50%);
    text-align: right;
  }
  .main_visual .main_slide .itm.itm04 {
    background: url(../images/main_visual04.jpg) no-repeat 150% center/cover;
  }
  .main_visual .main_slide .itm::before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 75%;
    background: #00478f;
  }
  .main_visual .main_slide .itm .slogan {
    text-align: right;
    right: 24px;
    z-index: 2;
    transform: translate(0, -50%);
    width: calc(70% - 36px);
  }
  .main_visual .main_slide .itm .slogan strong {
    font-size: 40px;
  }
  .main_visual .main_slide .itm .slogan p {
    font-size: 10px;
    margin: 0 0 8px 0;
    letter-spacing: 0.5px;
  }
  .main_visual .main_slide .itm .slogan span {
    font-size: 14px;
    line-height: 18px;
  }
  .main_visual .slick-dots {
    right: 26px;
  }
  .main_visual .hospital_reservation {
    margin: 0 15px;
    padding: 30px 18px 18px 18px;
    border-radius: 4px;
  }
  .main_visual .hospital_reservation form {
    margin: 0 0 32px 0;
  }
  .main_visual .hospital_reservation legend {
    font-size: 24px;
  }
  .main_visual .hospital_reservation .num input {
    width: 100%;
  }
  .main_visual .notice .notice_wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    padding: 16px 14px 14px 14px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
  }
  .main_visual .notice h3 {
    text-indent: 4px;
  }
  .main_visual .notice .notice_slide {
    order: 2;
    width: 100%;
    padding: 9px 12px 8px 12px;
  }
  .main_visual .notice .notice_slide p {
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
  }
  .main_visual .notice .notice_slide span {
    font-size: 12px;
  }
  .main_visual .notice .more span {
    font-size: 14px;
    color: #999;
  }
  .main_visual .notice .notice_arrow {
    position: absolute;
    top: -10px;
    right: 44px;
    transform: rotate(-90deg);
  }
}
.main_doctor .content {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
}
.main_doctor .title h3 {
  margin: 0 0 24px 0;
}
.main_doctor .doc_search {
  padding: 8px 8px 8px 24px;
  border-radius: 4px;
  background: #f7f8f9;
  margin: 0 0 24px 0;
}
.main_doctor form {
  display: flex;
  align-items: center;
}
.main_doctor form label {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #00478f;
}
.main_doctor form input[type=text] {
  outline: none;
  border: 1px solid #f2f2f2;
  width: 60%;
  border-radius: 4px;
  padding: 8px 16px;
  margin: 0 0 0 auto;
}
.main_doctor form button {
  outline: none;
  border: 1px solid #f2f2f2;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0 0 0 8px;
  cursor: pointer;
  background: #fff;
}
.main_doctor form button span {
  vertical-align: middle;
  color: #00478f;
}
.main_doctor .doc_title {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 0 24px 0;
  padding: 0 32px;
}
.main_doctor .doc_title li {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 16px 13px 16px;
  color: #00478f;
  border: 1px solid rgba(0, 71, 143, 0.3);
  border-radius: 999px;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.main_doctor .doc_title li.on {
  background: #00478f;
  color: #f7f8f9;
}
.main_doctor .doc_center {
  height: 340px;
}
.main_doctor .doc_center > li {
  display: none;
}
.main_doctor .doc_center > li.on {
  display: block;
  height: 100%;
}
.main_doctor .doc_center > li.on .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.main_doctor .doc_center > li.on .list a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 16px;
  background: #f7f8f9;
  color: #333;
  border: 1px solid #f2f2f2;
  transition: 0.3s;
}
.main_doctor .doc_center > li.on .list a:hover {
  color: #3893ee;
  background: #fff;
}
.main_doctor .doc_center > li:nth-child(2).on, .main_doctor .doc_center > li:nth-child(3).on {
  display: block;
  position: relative;
  z-index: 1;
  background: url(../images/main_visual01.jpg) no-repeat center -30%/cover;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.main_doctor .doc_center > li:nth-child(2).on::before, .main_doctor .doc_center > li:nth-child(3).on::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  z-index: -1;
  background: linear-gradient(rgb(255, 255, 255) 55%, rgba(255, 255, 255, 0.7) 100%);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

@media (max-width: 768px) {
  .main_doctor .content {
    display: block;
  }
  .main_doctor .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 24px 0;
  }
  .main_doctor .title h3 {
    margin: 0 0 0 0;
  }
  .main_doctor .doc_search {
    padding: 12px 14px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
  }
  .main_doctor form label {
    display: none;
  }
  .main_doctor form input[type=text] {
    margin: 0;
    width: 100%;
  }
  .main_doctor .doc_title {
    gap: 8px;
    padding: 0;
  }
  .main_doctor .doc_title li {
    font-size: 15px;
    padding: 10px 16px 9px 16px;
  }
  .main_doctor .doc_center {
    height: 100%;
  }
  .main_doctor .doc_center > li.on .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .main_doctor .doc_center > li.on .list a {
    font-size: 14px;
    padding: 9px 10px 10px 10px;
  }
  .main_doctor .doc_center > li:nth-child(2).on, .main_doctor .doc_center > li:nth-child(3).on {
    background: transparent;
  }
}
.main_service {
  background: #f7f8f9;
}
.main_service .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.main_service .tit {
  display: flex;
  justify-content: space-between;
}
.main_service .tit h3 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px 0;
  color: #333;
}
.main_service .tit h3::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 0 4px;
  background: #3893ee;
  opacity: 60%;
  vertical-align: 2px;
  margin: 0 8px 0 0;
}
.main_service .tit .more span {
  font-size: 14px;
}
.main_service .sejong_service {
  padding: 32px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
}
.main_service .sejong_service .serv_list {
  position: relative;
  margin: 0 0 40px 0;
}
.main_service .sejong_service .serv_list::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
}
.main_service .sejong_service .serv_list a {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  color: #666;
  background: #fff;
  border: 1px solid #f2f2f2;
}
.main_service .sejong_service .serv_list a::after {
  content: "\e409";
  font-family: "material symbols outlined";
  vertical-align: -2px;
  color: #00478f;
}
.main_service .sejong_service .serv_list li:not(:last-child) {
  margin: 0 0 4px 0;
}
.main_service .sejong_service .se_employment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.main_service .sejong_service .se_employment h4 {
  font-size: 18px;
  font-weight: 300;
  text-indent: 2px;
}
.main_service .sejong_service .se_employment a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #00478f;
  padding: 8px 16px;
  border: 1px solid #f2f2f2;
}
.main_service .sejong_smart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
}
.main_service .sejong_smart h3 {
  margin: 0 0 32px 0;
}
.main_service .sejong_smart .smart_desc {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 56px 0;
}
.main_service .sejong_smart .smart_desc::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
}
.main_service .sejong_smart .smart_desc span {
  display: block;
  text-align: center;
  line-height: 20px;
  margin: 0 0 24px 0;
}
.main_service .sejong_smart .smart_serv h4 {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 12px 0;
}
.main_service .sejong_smart .smart_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.main_service .sejong_smart .smart_list a {
  display: block;
  text-align: center;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 500;
  background: #00478f;
  color: #f2f2f2;
  border-radius: 4px;
}
.main_service .sejong_newsbox {
  padding: 32px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
}
.main_service .sejong_newsbox .news_list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}
.main_service .sejong_newsbox .news_list li {
  position: relative;
}
.main_service .sejong_newsbox .news_list li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
}
.main_service .sejong_newsbox .news_list a {
  position: relative;
  display: flex;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}
.main_service .sejong_newsbox .news_list a::before {
  content: "\e15b";
  font-family: "material symbols outlined";
  display: inline-block;
  font-size: 12px;
  margin: 0 8px 0 0;
}
.main_service .sejong_newsbox .news_list p {
  display: inline-block;
  font-size: 15px;
  line-height: 40px;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.main_service .sejong_newsbox .news_list strong {
  font-weight: 700;
  color: #3893ee;
  margin: 0 8px 0 0;
}
.main_service .sejong_newsbox .news_list span {
  margin: 0 0 0 auto;
  font-size: 12px;
  color: #666;
}

@media (max-width: 768px) {
  .main_service .content {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .main_service .sejong_service,
  .main_service .sejong_smart,
  .main_service .sejong_newsbox {
    padding: 28px;
  }
}
.main_map {
  position: relative;
}
.main_map .content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
}
.main_map .map_left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main_map .call {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid #f2f2f2;
}
.main_map .call span {
  display: block;
  margin: 0 0 8px 0;
  font-size: 14px;
}
.main_map .call strong {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #00478f;
  margin: 0 0 16px 0;
}
.main_map .location li:first-child {
  margin: 0 0 8px 0;
}
.main_map .location a {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  color: #666;
  background: #fff;
  border: 1px solid #f2f2f2;
}
.main_map .location a::after {
  content: "\e409";
  font-family: "material symbols outlined";
  vertical-align: -2px;
  color: #00478f;
}
.main_map .map {
  border: 1px solid #f2f2f2;
}
.main_map .desc {
  position: absolute;
  top: -70px;
  left: -22px;
  background: #fff;
  padding: 20px 32px 15px 32px;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.main_map .desc::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: calc(50% + 1px);
  transform: translate(-50%, 0);
  width: 20px;
  height: 15px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.main_map .desc strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  padding: 0 16px;
  text-align: center;
}
.main_map .desc a {
  display: block;
  font-size: 14px;
  padding: 8px;
  text-align: center;
  background: #3893ee;
  color: #fff;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .main_map .content {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .main_map .map_left {
    display: block;
  }
  .main_map .title {
    margin: 0 0 16px 0;
  }
  .main_map .call {
    display: block;
    height: auto;
    padding: 24px;
    margin: 0 0 8px 0;
  }
  .main_map .call span {
    margin: 0 0 4px 0;
  }
  .main_map .call strong {
    font-size: 20px;
    margin: 0 0 12px 0;
  }
}
.quick_menu {
  position: sticky;
  bottom: 0;
  z-index: 999;
  background: #333;
}
.quick_menu .inner {
  display: flex;
  align-items: center;
}
.quick_menu .inner li {
  position: relative;
  flex: 1;
  text-align: center;
}
.quick_menu .inner li:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #444;
}
.quick_menu .inner li a {
  display: block;
  padding: 20px;
  color: #ddd;
}
.quick_menu .inner li span {
  display: block;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  background: #222;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.quick_menu .inner .to_top {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.quick_menu .inner .to_top span {
  padding: 0;
  width: 58px;
  height: 58px;
  font-size: 15px;
  line-height: 58px;
  letter-spacing: 0px;
  text-align: center;
  background: #00478f;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.quick_menu .inner .to_top::after {
  display: none;
}

@media (max-width: 768px) {
  .quick_menu {
    background: #444;
  }
  .quick_menu .inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    gap: 1px;
  }
  .quick_menu .inner li:nth-child(1) {
    grid-row: 1/1;
  }
  .quick_menu .inner li:nth-child(2) {
    grid-template-rows: 2/3;
  }
  .quick_menu .inner li:not(:first-child)::after {
    display: none;
  }
  .quick_menu .inner li a {
    display: block;
    padding: 16px;
    font-size: 14px;
    color: #ddd;
    background: #333;
  }
  .quick_menu .inner li span {
    display: block;
    padding: 16px;
    font-size: 14px;
    color: #ddd;
  }
  .quick_menu .inner .to_top {
    top: -41px;
  }
  .quick_menu .inner .to_top span {
    width: 42px;
    height: 42px;
    font-size: 12px;
    line-height: 38px;
    color: #fff;
  }
}
.footer {
  padding: 50px 0 60px 0;
  background: #444;
}
.footer .ft {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 64px 0;
}
.footer .ft::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 100%;
  height: 1px;
  background: #666;
}
.footer .foot_customer {
  display: flex;
  gap: 32px;
}
.footer .foot_customer li {
  position: relative;
}
.footer .foot_customer li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translate(0, -50%);
  width: 1px;
  height: 12px;
  background: #666;
}
.footer .foot_customer li a {
  display: block;
  color: #f2f2f2;
  font-weight: 300;
}
.footer .foot_customer li .strong {
  font-weight: 600;
  color: #ffc000;
}
.footer .foot_family {
  position: relative;
  cursor: pointer;
}
.footer .foot_family span {
  position: relative;
  display: block;
  padding: 9px 22px 8px 31px;
  border: 1px solid #999;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #f2f2f2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.footer .foot_family span::after {
  content: "\e5ce";
  font-family: "material symbols outlined";
  font-size: 16px;
  vertical-align: -3.5px;
  color: #3893ee;
}
.footer .foot_family ul {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  visibility: hidden;
  opacity: 0;
}
.footer .foot_family ul.on {
  height: auto;
  bottom: calc(100% - 1px);
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  visibility: visible;
  opacity: 1;
}
.footer .foot_family ul.on li:not(:first-child) {
  border-top: 1px solid #f2f2f2;
}
.footer .foot_family ul.on li a {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 16px 0;
}
.footer .foot_family ul.on li a:hover {
  color: #00478f;
}
.footer .addr li {
  margin: 0 0 8px 0;
  font-size: 16px;
  line-height: 20px;
  color: #f2f2f2;
}
.footer .addr li .tel {
  display: inline-block;
  color: #ffc000;
}
.footer .copy {
  font-size: 14px;
  color: #999;
}

@media (max-width: 768px) {
  .footer .ft {
    display: block;
  }
  .footer .foot_customer {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin: 0 0 32px 0;
  }
  .footer .foot_customer li:not(:first-child)::before {
    display: none;
  }
  .footer .foot_family {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1000;
    display: inline-block;
  }
  .footer .addr li {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */