@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@20..48,100..700,0..1,-50..200");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit;
  font-weight: inherit;
}

*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

p {
  word-break: keep-all;
}

body {
  line-height: 1;
  color: #222222;
  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.025em;
  word-break: keep-all;
  font-size: 16px;
}
@media (max-width: 768px) {
  body {
    min-width: 320px;
  }
}

em,
address {
  font-style: normal;
}

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

.sec {
  padding: 120px 0;
}
.sec .title {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  margin: 0 auto 32px auto;
}
.sec .title h2 {
  margin: 0 0 16px 0;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.sec .title p {
  font-weight: 400;
  color: #777777;
  text-align: center;
}
@media (max-width: 768px) {
  .sec {
    padding: 80px 0;
  }
  .sec .title h2 {
    font-size: 32px;
    margin: 0 0 16px 0;
  }
}

.more {
  margin: 0 0 16px 0;
  text-align: right;
  font-size: 16px;
  color: #777777;
}
.more .material-symbols-outlined {
  font-size: 14px;
  vertical-align: -1px;
}

.con_box {
  padding: 30px 35px;
  background: #ffffff;
  border: 1px solid #dddddd;
}
.con_box strong {
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.con_box p {
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #777777;
  line-height: 22px;
}

.dots {
  display: flex;
  gap: 5px;
  z-index: 999;
}
.dots li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: width 0.5s;
}
.dots li span {
  font-size: 0;
}
.dots li.on {
  width: 32px;
  background: white;
}

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

.header .header_top {
  border-bottom: 1px solid #dddddd;
}
.header .header_top .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
@media (max-width: 768px) {
  .header .header_top .inner {
    position: fixed;
    left: 0;
    right: 0;
    height: 80px;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
    z-index: 1000;
  }
}
.header .header_top .inner .top_quick ul {
  display: flex;
  gap: 30px;
}
.header .header_top .inner .top_quick ul li {
  position: relative;
  white-space: nowrap;
  word-break: keep-all;
}
.header .header_top .inner .top_quick ul li a {
  display: block;
  font-size: 14px;
  color: #777777;
}
.header .header_top .inner .top_quick ul li ~ li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #dddddd;
}
@media (max-width: 768px) {
  .header .header_top .inner .top_quick {
    display: none;
  }
}
.header .header_top .inner .top_user {
  width: 438px;
}
.header .header_top .inner .top_user ul {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.header .header_top .inner .top_user ul li {
  white-space: nowrap;
  word-break: keep-all;
}
.header .header_top .inner .top_user ul li a {
  display: block;
  font-size: 14px;
  color: #777777;
}
.header .header_top .inner .top_user ul .la_chg {
  position: relative;
}
.header .header_top .inner .top_user ul .la_chg .la_sct {
  display: block;
  font-size: 14px;
  color: #777777;
  cursor: pointer;
}
.header .header_top .inner .top_user ul .la_chg .la_sct .material-symbols-outlined {
  vertical-align: -2px;
  font-size: 14px;
}
.header .header_top .inner .top_user ul .la_chg .la_sct ul {
  position: absolute;
  top: 32px;
  left: 0;
  width: 55px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  line-height: 29px;
  display: none;
  flex-direction: column;
  align-items: stretch;
  z-index: 1001;
}
.header .header_top .inner .top_user ul .la_chg .la_sct ul.on {
  display: flex;
  gap: 0;
}
.header .header_top .inner .top_user ul .la_chg .la_sct ul::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ddd;
}
.header .header_top .inner .top_user ul .la_chg .la_sct ul li {
  position: relative;
  background: #fff;
}
.header .header_top .inner .top_user ul .la_chg .la_sct ul li ~ li {
  border-top: 1px solid #ddd;
}
.header .header_top .inner .top_user ul .la_chg .la_sct ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .header .header_top .inner .top_user {
    display: none;
  }
}
.header .header_nav {
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 768px) {
  .header .header_nav {
    position: fixed;
    bottom: 0;
    left: -100%;
    z-index: 1000;
    background: #ffffff;
    width: 100%;
    height: calc(100vh - 80px);
    padding: 40px 24px 0 24px;
    transition: 0.5s;
  }
  .header .header_nav.on {
    left: 0;
  }
}
.header .header_nav.on .gnb_wrap .gnb ul > li .sub {
  height: 480px;
}
@media (max-width: 768px) {
  .header .header_nav.on .gnb_wrap .gnb ul > li .sub {
    height: auto;
  }
}
.header .header_nav.on .gnb_wrap .gnb ul > li .sub_reservation {
  height: 480px;
}
.header .header_nav.on .gnb_wrap .gnb::before {
  height: 481px;
  border-bottom: 1px solid #dddddd;
}
.header .header_nav.on .sub_menu {
  height: 434px;
  border-bottom: 1px solid #dddddd;
}
.header .header_nav:hover .sub_menu {
  height: 434px;
  border-bottom: 1px solid #dddddd;
}
.header .header_nav .gnb_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header .header_nav .gnb_wrap {
    display: block;
  }
}
.header .header_nav .gnb_wrap .util {
  position: relative;
  width: 24px;
  height: 18px;
  cursor: pointer;
}
.header .header_nav .gnb_wrap .util::before, .header .header_nav .gnb_wrap .util::after {
  content: "";
  position: absolute;
  inset: 45% 0 auto 0;
  height: 2px;
  background: #222222;
  transition: 0.5s;
}
.header .header_nav .gnb_wrap .util .menu {
  background: transparent;
  border: none;
  outline: none;
}
.header .header_nav .gnb_wrap .util .menu::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: #222222;
  opacity: 1;
  transition: 0.5s;
}
.header .header_nav .gnb_wrap .util .menu::after {
  content: "";
  inset: auto 0 0 0;
  position: absolute;
  height: 2px;
  background: #222222;
  opacity: 1;
  transition: 0.5s;
}
.header .header_nav .gnb_wrap .util.on::before {
  transform: rotate(45deg);
}
.header .header_nav .gnb_wrap .util.on::after {
  transform: rotate(-45deg);
}
.header .header_nav .gnb_wrap .util.on button::before, .header .header_nav .gnb_wrap .util.on button::after {
  opacity: 0;
}
@media (max-width: 768px) {
  .header .header_nav .gnb_wrap .util {
    display: none;
  }
}
.header .header_nav .gnb_wrap .gnb:hover ul > li .sub {
  height: 480px;
}
@media (max-width: 768px) {
  .header .header_nav .gnb_wrap .gnb:hover ul > li .sub {
    height: auto;
  }
}
.header .header_nav .gnb_wrap .gnb:hover ul > li .sub_reservation {
  height: 480px;
}
.header .header_nav .gnb_wrap .gnb:hover::before {
  height: 481px;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 768px) {
  .header .header_nav .gnb_wrap .gnb:hover::before {
    border-bottom: none;
  }
}
.header .header_nav .gnb_wrap .gnb::before {
  content: "";
  position: absolute;
  top: 132px;
  left: 0;
  width: 100%;
  height: 0;
  background: #ffffff;
  transition: 0.5s;
  z-index: 1000;
}
@media (max-width: 768px) {
  .header .header_nav .gnb_wrap .gnb::before {
    display: none;
  }
}
.header .header_nav .gnb_wrap .gnb ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header .header_nav .gnb_wrap .gnb ul {
    flex-direction: column;
  }
}
.header .header_nav .gnb_wrap .gnb ul li {
  position: relative;
  width: 170px;
  white-space: nowrap;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 768px) {
  .header .header_nav .gnb_wrap .gnb ul li {
    width: 100%;
    text-align: left;
  }
}
.header .header_nav .gnb_wrap .gnb ul li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 70px;
}
@media (max-width: 768px) {
  .header .header_nav .gnb_wrap .gnb ul li a {
    line-height: 56px;
  }
}
.header .header_nav .gnb_wrap .gnb ul li a span {
  vertical-align: middle;
}
.header .header_nav .gnb_wrap .gnb ul li .sub {
  display: block;
  position: absolute;
  top: 71px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  overflow: hidden;
  background: #ffffff;
  z-index: 1001;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .header .header_nav .gnb_wrap .gnb ul li .sub {
    display: none;
    position: static;
    transform: translate(0, 0);
    background: #f9f9f9;
    padding: 0;
    width: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: none;
  }
}
.header .header_nav .gnb_wrap .gnb ul li .sub li {
  color: #222222;
}
.header .header_nav .gnb_wrap .gnb ul li .sub li:hover {
  color: #222222;
}
.header .header_nav .gnb_wrap .gnb ul li .sub li:hover::after {
  width: 0;
}
.header .header_nav .gnb_wrap .gnb ul li .sub li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 768px) {
  .header .header_nav .gnb_wrap .gnb ul li .sub li a {
    text-align: center;
    border-bottom: 1px solid #dddddd;
  }
}
.header .header_nav .gnb_wrap .gnb ul li .sub li a:hover {
  background: #0770bb;
  color: #ffffff;
}
@media (max-width: 768px) {
  .header .header_nav .gnb_wrap .gnb ul .g_menu {
    border-bottom: 1px solid #dddddd;
  }
}
.header .header_nav .gnb_wrap .gnb ul .g_menu::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 3px;
  background: #0770bb;
}
@media (max-width: 768px) {
  .header .header_nav .gnb_wrap .gnb ul .g_menu::after {
    display: none;
  }
}
.header .header_nav .gnb_wrap .gnb ul .g_menu:hover {
  color: #0770bb;
}
.header .header_nav .gnb_wrap .gnb ul .g_menu:hover::after {
  width: 100%;
  transition: 0.5s;
}
.header .header_nav .gnb_wrap .gnb ul .top_quick_btn {
  position: relative;
  width: 135px;
  background: #0770bb;
}
@media (max-width: 768px) {
  .header .header_nav .gnb_wrap .gnb ul .top_quick_btn {
    display: none;
  }
}
.header .header_nav .gnb_wrap .gnb ul .top_quick_btn a {
  font-size: 18px;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
}
.header .header_nav .gnb_wrap .gnb ul .top_quick_btn a span {
  vertical-align: -6px;
  padding-right: 8px;
}
.header .header_nav .gnb_wrap .gnb ul .top_quick_btn .sub_reservation {
  position: absolute;
  top: 71px;
  left: 100%;
  transform: translate(-50%, 0);
  height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 270px;
  background: #0770bb;
  text-align: center;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1000;
}
.header .header_nav .gnb_wrap .gnb ul .top_quick_btn .sub_reservation .top {
  padding: 32px 0 0 0;
}
.header .header_nav .gnb_wrap .gnb ul .top_quick_btn .sub_reservation .top .material-symbols-outlined {
  margin: 0 0 16px 0;
  font-size: 80px;
  font-weight: 200;
  color: #0770bb;
  background: #ffffff;
  padding: 0 5px 8px 5px;
  border-radius: 50%;
}
.header .header_nav .gnb_wrap .gnb ul .top_quick_btn .sub_reservation .top .input_f {
  display: inline-block;
  text-align: center;
}
.header .header_nav .gnb_wrap .gnb ul .top_quick_btn .sub_reservation .top .input_f form {
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .header_nav .gnb_wrap .gnb ul .top_quick_btn .sub_reservation .top .input_f form input {
  width: 60px;
  font-size: 12px;
  padding: 8px;
  border: none;
  outline: none;
  letter-spacing: -0.025em;
  font-family: "Pretendard Variable";
  text-align: center;
}
.header .header_nav .gnb_wrap .gnb ul .top_quick_btn .sub_reservation .top .input_f form span {
  color: #ffffff;
}
.header .header_nav .gnb_wrap .gnb ul .top_quick_btn .sub_reservation .top p {
  margin: 0 0 16px 0;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}
.header .header_nav .gnb_wrap .gnb ul .top_quick_btn .sub_reservation .top p .point {
  font-size: 18px;
  font-weight: 500;
  color: #ffd000;
}
.header .header_nav .gnb_wrap .gnb ul .top_quick_btn .sub_reservation .bottom a {
  width: 100%;
  display: inline-block;
  background: #199da3;
  color: #ffffff;
}
.header .header_nav .gnb_wrap .gnb ul .mc {
  background: #199da3;
}
.header .nav_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 1000;
}
.header .nav_fixed .gnb_wrap .gnb::before {
  top: 71px;
}
.header .mobile_btn {
  display: none;
}
@media (max-width: 768px) {
  .header .mobile_btn {
    display: block;
    position: fixed;
    inset: 25px 10px auto auto;
    z-index: 1000;
    width: 30px;
    height: 30px;
  }
  .header .mobile_btn::before, .header .mobile_btn::after {
    content: "";
    position: absolute;
    inset: 14px 5px auto 5px;
    height: 2px;
    background: #222222;
    transition: 0.5s;
  }
  .header .mobile_btn button {
    border: none;
    outline: none;
    background: transparent;
  }
  .header .mobile_btn button::before {
    content: "";
    inset: 7px 5px auto 5px;
    position: absolute;
    height: 2px;
    background: #222222;
    opacity: 1;
    transition: 0.5s;
  }
  .header .mobile_btn button::after {
    content: "";
    inset: auto 5px 7px 5px;
    position: absolute;
    height: 2px;
    background: #222222;
    opacity: 1;
    transition: 0.5s;
  }
  .header .mobile_btn.on::before {
    transform: rotate(45deg);
  }
  .header .mobile_btn.on::after {
    transform: rotate(-45deg);
  }
  .header .mobile_btn.on button::before, .header .mobile_btn.on button::after {
    opacity: 0;
  }
}

.main_visual {
  position: relative;
}
.main_visual .main_slide .itm {
  position: relative;
  height: 630px;
}
@media (max-width: 768px) {
  .main_visual .main_slide .itm {
    height: 400px;
  }
}
.main_visual .main_slide .main_slide_hh {
  position: relative;
  background: url(../images/main_visual_01.png) no-repeat center center/cover;
}
.main_visual .main_slide .main_slide_hh::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background: rgba(0, 0, 0, 0.2);
}
.main_visual .main_slide .main_slide_ss {
  background: url(../images/main_visual_02.jpg) no-repeat top 20% center/cover;
}
.main_visual .main_slide .main_slide_rs {
  background: url(../images/main_visual_03.jpg) no-repeat center center/cover;
}
.main_visual .main_slide .main_slide_cs {
  background: url(../images/main_visual_04.jpg) no-repeat top 20% center/cover;
}
.main_visual .main_slide .main_slide_rb {
  position: relative;
  background: url(../images/main_visual_05.jpg) no-repeat center center/cover;
}
.main_visual .main_slide .main_slide_rb::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background: rgba(0, 0, 0, 0.2);
}
.main_visual .main_slide .main_slide_dc {
  background: url(../images/main_visual_06.jpg) no-repeat top 20% center/cover;
}
.main_visual .dots {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .main_visual .dots {
    top: 80%;
  }
}
.main_visual .slogan {
  position: absolute;
  top: 38.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
@media (max-width: 768px) {
  .main_visual .slogan {
    top: 50%;
    width: 100%;
  }
}
.main_visual .slogan h2 {
  margin: 0 0 16px 0;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 0 0 3px #000;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .main_visual .slogan h2 {
    font-size: 32px;
  }
}
.main_visual .slogan p {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-shadow: 0 0 3px #000;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .main_visual .slogan p {
    font-size: 16px;
  }
}
.main_visual .slogan .slogan_itm {
  display: none;
  flex-direction: column;
  height: 100%;
}
.main_visual .slogan .slogan_itm.on {
  display: flex;
}

.main_banner {
  position: relative;
  z-index: 999;
  display: flex;
  max-width: 1170px;
  padding: 0;
  margin: -150px auto 0 auto;
}
@media (max-width: 768px) {
  .main_banner {
    flex-direction: column;
    margin: 0 auto 0 auto;
  }
}
.main_banner > div {
  padding: 56px 40px;
  flex: 1;
  height: 300px;
}
@media (max-width: 768px) {
  .main_banner > div {
    padding: 40px 40px;
  }
}
.main_banner > div strong {
  display: block;
  margin: 0 0 16px 0;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
}
.main_banner > div p {
  text-align: center;
  color: #ffffff;
}
.main_banner .mb_btn {
  display: block;
  width: 100%;
  padding: 12px 0;
  background: #ffffff;
  text-align: center;
}
.main_banner .d_search {
  background: #0770bb;
}
.main_banner .d_search .search {
  display: flex;
  align-items: center;
  min-height: 120px;
}
@media (max-width: 768px) {
  .main_banner .d_search .search {
    min-height: 80px;
  }
}
.main_banner .d_search .search form > * {
  flex: 1;
}
.main_banner .d_search .search input {
  width: 236px;
  font-size: 14px;
  padding: 11px;
  border: none;
  outline: none;
  letter-spacing: -0.025em;
  font-family: "Pretendard Variable";
  float: left;
}
@media (max-width: 768px) {
  .main_banner .d_search .search input {
    width: 221px;
  }
}
.main_banner .d_search .search button {
  box-shadow: none;
  border: none;
  padding: 0 21px;
  height: 40px;
  font-size: 16px;
  font-family: "Pretendard Variable";
  background: #199da3;
  color: #ffffff;
  float: right;
  cursor: pointer;
}
.main_banner .reservation {
  background: #199da3;
}
.main_banner .reservation .btn_wrap {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
  min-height: 120px;
}
@media (max-width: 768px) {
  .main_banner .reservation .btn_wrap {
    min-height: 80px;
  }
}
.main_banner .chart {
  display: flex;
  flex-direction: column;
  background: #2ca48f;
}
@media (max-width: 768px) {
  .main_banner .chart p {
    margin: 0 0 24px 0;
  }
}
.main_banner .chart .btn_wrap {
  margin: auto 0;
}
.main_banner .chart .btn_wrap .btn {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.main_banner .chart .btn_wrap .btn a {
  flex: 1 1 40%;
  height: 40px;
}

.main_h_info .content_wrap {
  margin: 0 auto 30px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.main_h_info .content_wrap .banner_slide_wrap {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 768px) {
  .main_h_info .content_wrap .banner_slide_wrap {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 768px) {
  .main_h_info .content_wrap {
    grid-template-columns: repeat(1, 2fr);
    gap: 0;
  }
}
.main_h_info .content_wrap .dots {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.main_h_info .content_wrap .banner_slide_wrap {
  position: relative;
}
.main_h_info .content_wrap .banner_slide_wrap .dots {
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_h_info .content_wrap .banner_slide .itm {
  position: relative;
  height: 300px;
}
.main_h_info .content_wrap .banner_slide .itm .txt_box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
}
.main_h_info .content_wrap .banner_slide .itm .txt_box span {
  display: block;
  margin: 0 0 16px 0;
  color: #ffffff;
}
.main_h_info .content_wrap .banner_slide .itm .txt_box strong {
  margin: 0 0 32px 0;
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
}
.main_h_info .content_wrap .banner_slide .itm .txt_box a {
  padding: 8px 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.main_h_info .content_wrap .banner_slide .banner_slide_sv {
  background: url(../images/main_h_info_slide_01.jpg) no-repeat center center/cover;
}
.main_h_info .content_wrap .banner_slide .banner_slide_ss {
  background: url(../images/main_h_info_slide_02.jpg) no-repeat center center/cover;
}
.main_h_info .content_wrap .banner_slide .banner_slide_jm {
  background: url(../images/main_h_info_slide_03.jpg) no-repeat center center/cover;
}
.main_h_info .content_wrap .doctor_slide_wrap {
  position: relative;
  overflow: hidden;
}
.main_h_info .content_wrap .doctor_slide .itm {
  position: relative;
  height: 300px;
}
.main_h_info .content_wrap .doctor_slide .itm .txt_box {
  position: absolute;
  top: 10%;
  padding: 0 24px;
  z-index: 999;
}
.main_h_info .content_wrap .doctor_slide .itm .txt_box span {
  font-weight: 300;
  color: #ffffff;
}
.main_h_info .content_wrap .doctor_slide .itm .txt_box .bold {
  font-weight: 500;
}
.main_h_info .content_wrap .doctor_slide .itm .txt_box .bold::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 14px 0;
  background: #ffffff;
}
.main_h_info .content_wrap .doctor_slide .itm .txt_box p {
  margin: 0 0 8px 0;
  width: 180px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #ffffff;
}
.main_h_info .content_wrap .doctor_slide .itm .txt_box strong {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}
.main_h_info .content_wrap .doctor_slide .doctor_slide_dh {
  background: url(../images/main_doctor_01.png) no-repeat 140% center, linear-gradient(-45deg, #736862 50%, #92857d 50%);
}
@media (max-width: 768px) {
  .main_h_info .content_wrap .doctor_slide .doctor_slide_dh {
    background: url(../images/main_doctor_01.png) no-repeat 190% center, linear-gradient(-45deg, #736862 50%, #92857d 50%);
  }
}
.main_h_info .content_wrap .doctor_slide .doctor_slide_jw {
  background: url(../images/main_doctor_02.png) no-repeat 140% center, linear-gradient(-45deg, #736862 50%, #92857d 50%);
}
.main_h_info .content_wrap .doctor_slide .doctor_slide_jh {
  background: url(../images/main_doctor_03.png) no-repeat 140% center, linear-gradient(-45deg, #736862 50%, #92857d 50%);
}
@media (max-width: 768px) {
  .main_h_info .content_wrap .doctor_slide .doctor_slide_jh {
    background: url(../images/main_doctor_03.png) no-repeat 170% center, linear-gradient(-45deg, #736862 50%, #92857d 50%);
  }
}
.main_h_info .btn_wrap {
  display: flex;
  gap: 30px;
}
.main_h_info .btn_wrap > a {
  flex: 1;
}
@media (max-width: 768px) {
  .main_h_info .btn_wrap {
    flex-direction: column;
  }
}
.main_h_info .btn_wrap .info_btn {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main_h_info .btn_wrap .info_btn .icon_box .material-symbols-outlined {
  font-size: 40px;
  font-weight: 300;
  color: #ffffff;
}
.main_h_info .btn_wrap .info_btn .txt_box strong {
  margin: 0 0 8px 0;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
.main_h_info .btn_wrap .info_btn .txt_box span {
  color: #ffffff;
}
.main_h_info .btn_wrap .medicine {
  background: #0770bb;
}
.main_h_info .btn_wrap .nutrition {
  background: #199da3;
}
.main_h_info .btn_wrap .drug {
  background: #e3751c;
}

.main_h_lecture {
  background: #f9f9f9;
}
.main_h_lecture .container_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .main_h_lecture .container_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main_h_lecture .container_wrap .con_box .img_box {
  margin: 0 0 24px 0;
}
.main_h_lecture .container_wrap .con_box .txt_box span {
  display: block;
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #0770bb;
}

.main_notice {
  position: relative;
}
.main_notice .inner {
  margin-bottom: 40px;
}
.main_notice .news_slide .news .cate {
  display: inline-block;
  margin: 0 0 16px 0;
  padding: 6px 14px;
  font-size: 14px;
  color: #ffffff;
}
.main_notice .news_slide .news .cate[data-title=news] {
  background: #199da3;
}
.main_notice .news_slide .news .cate[data-title=recruit] {
  background: #e06a21;
}
.main_notice .news_slide .news .cate[data-title=notice] {
  background: #0770bb;
}
.main_notice .news_slide .news strong {
  margin: 0 0 16px 0;
  min-height: 48px;
}
.main_notice .news_slide .news p {
  margin: 0 0 40px 0;
}
.main_notice .news_slide .news .date {
  font-size: 14px;
  color: #777777;
}
.main_notice .arrows {
  position: absolute;
  top: 50.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1440px;
  width: 100%;
  padding: 0 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 998;
}
.main_notice .arrows .material-symbols-outlined {
  font-size: 100px;
  font-weight: 100;
}
.main_notice .arrows .left {
  position: absolute;
  left: 0;
  cursor: pointer;
  color: #777777;
}
.main_notice .arrows .right {
  position: absolute;
  right: 0;
  cursor: pointer;
  color: #777777;
}
@media (max-width: 768px) {
  .main_notice .arrows {
    top: 82%;
    max-width: 300px;
  }
  .main_notice .arrows .material-symbols-outlined {
    font-size: 48px;
  }
}
.main_notice .dots {
  justify-content: center;
}
.main_notice .dots li {
  background: rgba(7, 112, 187, 0.5);
}
.main_notice .dots li.on {
  background: #0770bb;
}

.footer {
  position: relative;
}
.footer .quick_menu {
  z-index: 999;
  width: 100%;
  height: 52px;
  background: #374257;
}
.footer .quick_menu.qm_fixed {
  position: fixed;
  bottom: 0;
}
.footer .quick_menu ul {
  display: flex;
  justify-content: space-between;
}
.footer .quick_menu ul li {
  padding: 10px 0;
  width: 167px;
  height: 52px;
  border-left: 1px solid rgba(195, 199, 205, 0.3);
}
.footer .quick_menu ul li:nth-child(7) {
  border-right: 1px solid rgba(195, 199, 205, 0.3);
}
.footer .quick_menu ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  color: #c3c7cd;
}
.footer .quick_menu ul li a span {
  display: inline-block;
  padding: 4px 3px 4px 4px;
  vertical-align: -6px;
  background: #c3c7cd;
  color: #374257;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .footer .quick_menu {
    display: none;
  }
}
.footer .copy_wrap {
  background: #3d4044;
  color: #dddddd;
}
.footer .copy_wrap .footer_top {
  padding: 24px 0;
  border-top: 1px solid #34363a;
  border-bottom: 1px solid #34363a;
}
.footer .copy_wrap .footer_top ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer .copy_wrap .footer_top ul li {
  position: relative;
  white-space: nowrap;
  word-break: keep-all;
}
.footer .copy_wrap .footer_top ul li a {
  line-height: 1.5;
}
.footer .copy_wrap .footer_top ul li a span {
  font-weight: 700;
  color: #0770bb;
}
.footer .copy_wrap .footer_top ul li ~ li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 11px;
  background: #777777;
}
@media (max-width: 768px) {
  .footer .copy_wrap .footer_top ul {
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer .copy_wrap .footer_top ul:nth-child(1) {
    margin: 0 0 16px 0;
  }
  .footer .copy_wrap .footer_top ul li ~ li::before {
    display: none;
  }
}
.footer .copy_wrap .footer_bottom {
  padding: 32px 0 24px 0;
}
.footer .copy_wrap .footer_bottom ul li {
  margin: 0 0 8px 0;
  font-size: 14px;
}
.footer .copy_wrap .footer_bottom ul li span {
  font-size: 24px;
  font-weight: 500;
  color: #199da3;
}
@media (max-width: 768px) {
  .footer .copy_wrap .footer_bottom ul li span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .footer .copy_wrap .footer_bottom ul li {
    font-size: 14px;
    line-height: 18px;
  }
}

.to_top {
  position: fixed;
  bottom: 100px;
  right: 100px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.to_top.on {
  bottom: 3%;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  .to_top {
    right: 0;
  }
  .to_top.on {
    bottom: 0;
  }
}
.to_top .material-symbols-outlined {
  padding: 10px;
  font-size: 24px;
  background: #0770bb;
  color: #ffffff;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */