@charset "UTF-8";
/* con_tit ============================== */
@font-face {
  font-family: "InkLiquid";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "MiraenaMu";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_04@1.0/Future_tree.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eonggeongkwi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_11@1.0/Unggungqui.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "GMarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
.content-text {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.content-text h2 {
  font-size: clamp(1.65rem, 3.2vw, 3rem);
  font-weight: 300;
  word-break: keep-all;
  line-height: 1.3;
}
.content-text h3 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 300;
  word-break: keep-all;
}
.content-text p {
  font-size: clamp(1.15rem, 2.2vw, 1.875rem);
  line-height: 1.5;
  word-break: keep-all;
}
.content-text q {
  font-size: clamp(1.15rem, 2.2vw, 1.875rem);
  display: block;
  word-break: keep-all;
}
.content-text dt {
  font-size: clamp(0.875rem, 0.9vw, 1rem);
  position: relative;
  padding-left: 1.2em;
  margin-top: 0.6em;
}
.content-text dt::before {
  content: "•"; /* • 추가 */
  position: absolute;
  left: 0;
  color: #000; /* 점 색상 */
  font-size: 1.2em; /* 점 크기 */
  line-height: 1;
}
.content-text span {
  font-size: clamp(1rem, 2vw, 1.4rem);
  line-height: 1.5;
  word-break: keep-all;
}
.content-text .b_line {
  border: 1px solid #9dbfca;
  border-radius: 45px;
  padding: 10px 20px 8px;
  width: 22vw;
  font-size: 1.5vw;
  -webkit-box-shadow: 5px 5px 10px #ccc;
          box-shadow: 5px 5px 10px #ccc;
  margin-top: 3vw;
  text-align: center;
}
@media (max-width: 1024px) {
  .content-text .b_line {
    width: 80%;
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .content-text .b_line {
    font-size: 3.5vw;
  }
}

.section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(24px, 8vw, 90px);
  opacity: 0.8;
  color: #aaadaf;
}
.section_title .deco_line {
  width: clamp(30px, 6vw, 120px);
  height: 1px;
  background-color: #aaadaf;
}
.section_title .deco_dot {
  width: 10px;
  height: 10px;
  background-color: #aaadaf;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section_title p {
  white-space: nowrap;
  font-size: clamp(15px, 1.3vw, 20px);
  width: 10%;
}
@media (max-width: 1024px) {
  .section_title p {
    text-align: left;
    margin-left: 2vw;
  }
}
@media (max-width: 768px) {
  .section_title p {
    margin-left: 1vw;
  }
}

.check_list {
  margin-top: 3vw;
}
.check_list li {
  position: relative;
  color: #666666;
}
.check_list li::after {
  content: "✓";
  width: 10px;
  height: 10px;
  color: #6eb6ff;
  position: absolute;
  left: -25px;
  bottom: 25px;
  font-size: 30px;
}

/* main_wrapper ============================== */
.main_wrapper img {
  width: 100%;
  height: auto;
}

.main_wrapper {
  background-color: #242b31;
}
.main_wrapper.bg_blue {
  background-color: #11222f;
}
.main_wrapper .bg_logo {
  width: 33vw;
  max-width: 597px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main_wrapper .main_video_wrap {
  display: block;
  height: 48vw;
  background-color: #3f454a;
}
@media (max-width: 1024px) {
  .main_wrapper .main_video_wrap {
    height: 60vw;
  }
}
@media (max-width: 768px) {
  .main_wrapper .main_video_wrap {
    height: 100vw;
  }
}
.main_wrapper .main_con01 {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.main_wrapper .main_con01.active {
  opacity: 1;
  z-index: 2;
}
.main_wrapper .main_con01 .main_con01_txt {
  width: 40%;
  max-width: 879px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main_wrapper .main_con01 .main_con01_txt span {
  color: #919191;
}
.main_wrapper .main_con02 {
  background-color: #2b3237;
  height: 45vw;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con02 {
    height: auto;
    padding-bottom: 14vw;
  }
}
.main_wrapper .main_con02 .vision_inner {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vw;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con02 .vision_inner {
    display: block;
    margin: 0;
    margin-left: auto;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .main_wrapper .main_con02 .vision_inner {
    height: 100vw;
  }
}
.main_wrapper .main_con02 .vision_inner .content-text {
  width: 30%;
  text-align: left;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con02 .vision_inner .content-text {
    width: 90%;
  }
}
.main_wrapper .main_con02 .vision_inner .content-text h2 {
  margin-bottom: 20px;
}
.main_wrapper .main_con02 .vision_inner .video {
  width: 70%;
  height: 500px;
  background-color: #1a1e21;
  margin-top: 13px;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con02 .vision_inner .video {
    width: 100%;
    height: 50vw;
    position: relative;
    z-index: 5;
  }
}
@media (max-width: 768px) {
  .main_wrapper .main_con02 .vision_inner .video {
    height: 70%;
  }
}
.main_wrapper .main_con03 {
  background-color: #1a1e21;
  padding-bottom: 5vw;
}
.main_wrapper .main_con03 .mouse_ef {
  position: relative;
  margin-bottom: 6vw;
}
.main_wrapper .main_con03 .mouse_ef .scroll_dot {
  display: block;
  width: 0.5rem;
  height: 1rem;
  border-radius: 30%;
  background: #5e85ad;
  -webkit-animation: slideInDown 1.5s linear infinite;
          animation: slideInDown 1.5s linear infinite;
  position: absolute;
  left: 49.8%;
  bottom: 21%;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con03 .mouse_ef .scroll_dot {
    width: 0.6rem;
    height: 1.2rem;
    left: 49.7%;
  }
}
@media (max-width: 768px) {
  .main_wrapper .main_con03 .mouse_ef .scroll_dot {
    width: 0.4rem;
    height: 0.7rem;
    left: 49.2%;
    bottom: 40%;
  }
}
.main_wrapper .main_con03 .con03_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2vw;
  margin: 3vw 0;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con03 .con03_02 {
    display: block;
  }
}
.main_wrapper .main_con03 .con03_02 img {
  max-width: 170px;
  -webkit-animation: pulse 1.5s ease-in-out infinite;
          animation: pulse 1.5s ease-in-out infinite;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con03 .con03_02 img {
    width: 30vw;
  }
}
.main_wrapper .main_con03 .con03_02 .content-text {
  text-align: left;
  display: grid;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con03 .con03_02 .content-text {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}
.main_wrapper .main_con03 .con03_03 .bg-round {
  width: 33%;
  margin: 0 auto;
  background-color: #fff;
  padding: 0.5vw;
  border-radius: 35px;
  font-size: 1.4vw;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con03 .con03_03 .bg-round {
    margin-top: 5%;
    width: 60%;
    font-size: 2.4vw;
  }
}
@media (max-width: 768px) {
  .main_wrapper .main_con03 .con03_03 .bg-round {
    width: 85%;
    font-size: 3.6vw;
  }
}
.main_wrapper .main_con03 .con03_03 .u-b-b-s {
  font-family: "MiraenaMu";
  font-size: 50px;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con03 .con03_03 .u-b-b-s {
    font-size: 4.5vw;
  }
}
@media (max-width: 768px) {
  .main_wrapper .main_con03 .con03_03 .u-b-b-s {
    font-size: 7vw;
  }
}
.main_wrapper .main_con04 {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.main_wrapper .main_con04.active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con04 {
    opacity: 1;
    z-index: 100;
  }
}
.main_wrapper .scroll-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #174e77;
}
.main_wrapper .fixed-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.main_wrapper .bg-color {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #174e77;
}
.main_wrapper .text-songdo, .main_wrapper .text-first, .main_wrapper .building-img, .main_wrapper .icon-first, .main_wrapper .center-line, .main_wrapper .moving-line {
  position: absolute;
  color: white;
  opacity: 0;
  z-index: 10;
}
.main_wrapper .text-songdo, .main_wrapper .text-first {
  font-size: 8vw;
  font-weight: 900;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .main_wrapper .text-songdo, .main_wrapper .text-first {
    font-size: 10vw;
  }
}
@media (max-width: 768px) {
  .main_wrapper .text-songdo, .main_wrapper .text-first {
    font-size: 12vw;
  }
}
.main_wrapper .text-songdo {
  left: 45%;
  -webkit-transform: translateX(-26vw) translateY(26px);
          transform: translateX(-26vw) translateY(26px);
}
@media (max-width: 1024px) {
  .main_wrapper .text-songdo {
    left: 53%;
    -webkit-transform: translateX(-110%) translateY(26px);
            transform: translateX(-110%) translateY(26px);
  }
}
@media (max-width: 768px) {
  .main_wrapper .text-songdo {
    left: 68%;
    -webkit-transform: translateX(-115%) translateY(26px);
            transform: translateX(-115%) translateY(26px);
  }
}
.main_wrapper .text-first {
  left: 17%;
  -webkit-transform: translateX(32vw) translateY(32px);
          transform: translateX(32vw) translateY(32px);
}
@media (max-width: 1024px) {
  .main_wrapper .text-first {
    left: 50%;
    -webkit-transform: translateX(10%) translateY(32px);
            transform: translateX(10%) translateY(32px);
  }
}
@media (max-width: 768px) {
  .main_wrapper .text-first {
    left: 50%;
    -webkit-transform: translateX(15%) translateY(32px);
            transform: translateX(15%) translateY(32px);
  }
}
.main_wrapper .building-img {
  width: 23vw;
  height: auto;
  max-width: 263px;
  z-index: 15;
  left: 50%;
  top: 6%;
  -webkit-transform: translateX(-50%) translateY(100px);
          transform: translateX(-50%) translateY(100px);
}
@media (max-width: 1024px) {
  .main_wrapper .building-img {
    width: 35vw;
    top: 15%;
  }
}
@media (max-width: 768px) {
  .main_wrapper .building-img {
    width: 50vw;
    top: 20%;
  }
}
.main_wrapper .icon-first {
  font-size: 20vw;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.08);
  z-index: 5;
  left: 50%;
  top: 49%;
  -webkit-transform: translateX(-50%) translateY(100px);
          transform: translateX(-50%) translateY(100px);
}
@media (max-width: 1024px) {
  .main_wrapper .icon-first {
    font-size: 0;
    left: 50%;
    top: 70%;
  }
}
.main_wrapper .icon-first .bg_logo {
  width: 100%;
  max-width: 650px;
  position: static;
}
@media (max-width: 1024px) {
  .main_wrapper .icon-first .bg_logo {
    width: 500px;
  }
}
.main_wrapper .moving-line {
  position: absolute;
  width: 0;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.89);
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
@media (max-width: 1024px) {
  .main_wrapper .moving-line {
    height: 15px;
  }
}
.main_wrapper .scroll-dummy {
  height: 250vh;
}
@media (max-width: 1024px) {
  .main_wrapper .scroll-dummy {
    height: 200vh;
  }
}
@media (max-width: 768px) {
  .main_wrapper .scroll-dummy {
    height: 180vh;
  }
}
.main_wrapper .main_con05 {
  background-color: #11222f;
}
.main_wrapper .main_con05 .con05_01 {
  margin-top: 6vw;
}
.main_wrapper .main_con05 .con05_01 h2 {
  font-weight: 400;
  font-size: 60px;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con05 .con05_01 h2 {
    font-size: 45px;
  }
}
.main_wrapper .main_con05 .con05_02 {
  margin-top: 3vw;
}
.main_wrapper .main_con05 .con05_02 .content-text {
  text-align: left;
  width: 80%;
  background: #fff;
  margin-left: auto;
  padding: 5vw 0 2vw 20vw;
  border-radius: 100px 0 0 0;
  position: relative;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con05 .con05_02 .content-text {
    width: 90%;
    padding: 10%;
  }
}
.main_wrapper .main_con05 .con05_02 .content-text::after {
  content: "";
  width: clamp(200px, 30vw, 502px);
  aspect-ratio: 502/581;
  height: auto;
  background-image: url("../img/main/main_doctior_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  left: -10vw;
  bottom: 0;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con05 .con05_02 .content-text::after {
    left: auto;
    right: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(20%, black));
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 20%);
    mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, black));
    mask-image: linear-gradient(to left, transparent 0%, black 50%);
  }
}
.main_wrapper .main_con05 .con05_02 .content-text .anno_container {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con05 .con05_02 .content-text .anno_container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-top: 5%;
    position: relative;
    z-index: 9999;
    gap: 10px;
  }
}
.main_wrapper .main_con05 .con05_02 .content-text .anno_container .anno_item {
  width: calc(50% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con05 .con05_02 .content-text .anno_container .anno_item {
    width: 100%;
  }
}
.main_wrapper .main_con05 .con05_02 .content-text .anno_container .anno_item .number_circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: #9dbfca;
  border-radius: 50%;
  color: #fff;
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con05 .con05_02 .content-text .anno_container .anno_item .number_circle {
    width: 30px;
    height: 30px;
  }
}
.main_wrapper .main_con05 .con05_02 .content-text .anno_container .anno_item .f_ms_size {
  color: #333;
}
.main_wrapper .main_con05 .con05_03 {
  margin: 4vw 0px;
}
.main_wrapper .main_con06 {
  background-color: #fff;
}
.main_wrapper .main_con06 .main_con06_li {
  margin-top: clamp(24px, 3vw, 50px);
}
.main_wrapper .main_con06 .main_con06_li li {
  position: relative;
  width: 100%;
  height: 31vw;
  max-height: 578px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 20px;
}
.main_wrapper .main_con06 .main_con06_li li:first-child {
  background-image: url("../img/main/main_doctor_01.png");
}
.main_wrapper .main_con06 .main_con06_li li:nth-child(2) {
  background-image: url("../img/main/main_doctor_02.png");
}
.main_wrapper .main_con06 .main_con06_li li:last-child {
  background-image: url("../img/main/main_doctor_03.png");
}
@media (max-width: 1024px) {
  .main_wrapper .main_con06 .main_con06_li li {
    width: 95%;
    height: 120vw;
    max-height: 837px;
    margin-top: 20px;
  }
  .main_wrapper .main_con06 .main_con06_li li:first-child {
    background-image: url("../img/main/mo_main_doctor_01.jpg");
  }
  .main_wrapper .main_con06 .main_con06_li li:nth-child(2) {
    background-image: url("../img/main/mo_main_doctor_02.jpg");
  }
  .main_wrapper .main_con06 .main_con06_li li:last-child {
    background-image: url("../img/main/mo_main_doctor_03.jpg");
  }
}
.main_wrapper .main_con06 .main_con06_li li .content-text {
  width: 60%;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
  color: #fff;
  padding: 6% 0 0 6%;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con06 .main_con06_li li .content-text {
    width: 65%;
    padding: 15% 0 0 5%;
  }
}
@media (max-width: 768px) {
  .main_wrapper .main_con06 .main_con06_li li .content-text {
    width: 95%;
  }
}
.main_wrapper .main_con06 .main_con06_li li .content-text .more_btn {
  font-size: 1.1vw;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  margin-top: 2vw;
  max-width: 17%;
  padding: 7px 0;
  display: block;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con06 .main_con06_li li .content-text .more_btn {
    width: 20%;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .main_wrapper .main_con06 .main_con06_li li .content-text .more_btn {
    width: 34%;
    max-width: 34%;
    font-size: 3vw;
  }
}
.main_wrapper .main_con06 .main_con06_li li .content-text .m_span {
  margin-top: 4.3vw;
}
.main_wrapper .main_con06 .main_con06_li li .content-text .last_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con06 .main_con06_li li .content-text .last_box {
    display: block;
  }
}
.main_wrapper .main_con06 .main_con06_li li .content-text .last_box span {
  display: block;
  width: 50%;
}
@media (max-width: 768px) {
  .main_wrapper .main_con06 .main_con06_li li .content-text .last_box span {
    margin-top: 5%;
  }
}
.main_wrapper .main_con06 .main_con06_li li .content-text .last_box span:last-child {
  width: 30%;
  text-align: right;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con06 .main_con06_li li .content-text .last_box span:last-child {
    width: 80%;
    text-align: left;
    margin: 15% 0;
  }
}
@media (max-width: 480px) {
  .main_wrapper .main_con06 .main_con06_li li .content-text .last_box span:last-child {
    margin: 10% 0;
  }
}
.main_wrapper .main_con07 {
  background-color: #fff;
}
.main_wrapper .main_con07 .jangbi_title {
  width: 81%;
  margin: 3.5vw auto;
  text-align: left;
}
.main_wrapper .main_con07 .jangbi_content {
  position: relative;
  margin: 0 auto;
  margin-top: 3vw;
  width: 80%;
  height: 353px;
  max-height: 353px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/main/jangbi_intro_bg.png");
  text-align: left;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con07 .jangbi_content {
    width: 90%;
    height: 50vw;
    max-width: 720px;
    max-height: 392px;
    margin: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url("../img/main/mo_jangbi_intro_bg.png");
  }
}
.main_wrapper .main_con07 .jangbi_content .content-text {
  padding: 8.5%;
  color: #fff;
  font-weight: 200;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con07 .jangbi_content .content-text {
    padding: 0;
    padding-left: 10%;
  }
}
.main_wrapper .main_con08 {
  background-color: #393b3d;
  background-image: url("../img/main/main_con08_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main_wrapper .main_con08 .review_title {
  width: 81%;
  margin: 3.5vw auto;
  text-align: left;
  color: #fff;
}
.main_wrapper .main_con08 .review_title span {
  margin-top: 2vw;
  display: inline-block;
}
.main_wrapper .main_con09 .con09_title {
  position: relative;
  margin-top: clamp(24px, 8vw, 90px);
}
.main_wrapper .main_con09 .con09_title .content-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main_wrapper .main_con09 .con09_content {
  position: relative;
  background-color: #fff;
}
.main_wrapper .main_con09 .con09_content .con09_wrap {
  width: 60%;
  max-width: 1100px;
  position: absolute;
  top: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .main_wrapper .main_con09 .con09_content .con09_wrap {
    width: 100%;
    max-width: none;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .main_wrapper .main_con09 .con09_content .con09_wrap .bg_whi {
    background-color: #242b31;
  }
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  gap: 15%;
  position: relative;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con09 .con09_content .con09_wrap .con1 {
    width: 90%;
    padding: 9%;
    margin-left: auto;
    background-color: #fff;
    border-radius: 100px 0 0 0;
    margin-top: 5%;
    display: block;
  }
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con1_01 {
  font-weight: bold;
  line-height: 52px;
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con1_01 b {
  background-color: #daf6ff;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con1_02 {
  padding-top: 35px;
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con1 .arrow-img {
  position: absolute;
  top: 5%;
  left: 35%;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con09 .con09_content .con09_wrap .con1 .arrow-img {
    top: 23%;
    left: 37%;
  }
}
@media (max-width: 768px) {
  .main_wrapper .main_con09 .con09_content .con09_wrap .con1 .arrow-img {
    top: 21%;
    left: 39%;
  }
}
@media (max-width: 480px) {
  .main_wrapper .main_con09 .con09_content .con09_wrap .con1 .arrow-img {
    width: 23%;
    top: 15%;
    left: 67%;
  }
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con1 .arrow-img img {
  max-width: 177px;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con09 .con09_content .con09_wrap .con1 .arrow-img img {
    width: 12vw;
  }
}
@media (max-width: 768px) {
  .main_wrapper .main_con09 .con09_content .con09_wrap .con1 .arrow-img img {
    width: 100%;
  }
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con2 {
  margin-top: 150px;
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con2_text {
  text-align: left;
  padding-left: 30px;
  padding-top: 30px;
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con2_text .u-foot-sub {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con09 .con09_content .con09_wrap .con2 {
    width: 90%;
    margin: auto;
  }
  .main_wrapper .main_con09 .con09_content .con09_wrap .con2 .b_line {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .main_wrapper .main_con09 .con09_content .con09_wrap .con2 .b_line {
    width: 60%;
  }
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 0;
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con3__item {
  position: relative;
  width: 100%;
  height: 435px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con09 .con09_content .con09_wrap .con3__item {
    position: static;
    width: 95%;
    margin-left: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 150px 0 0 150px;
  }
  .main_wrapper .main_con09 .con09_content .con09_wrap .con3__item:first-child {
    background-image: url("../img/main/mo_con09_bg_03_01.png");
  }
  .main_wrapper .main_con09 .con09_content .con09_wrap .con3__item:nth-child(2) {
    background-image: url("../img/main/mo_con09_bg_03_02.png");
  }
  .main_wrapper .main_con09 .con09_content .con09_wrap .con3__item:last-child {
    background-image: url("../img/main/mo_con09_bg_03_03.png");
  }
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con3__item img {
  min-height: 300px !important;
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con3__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con3__content {
  position: absolute;
  z-index: 2;
  color: #fff;
  width: 100%;
  height: 70%;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con09 .con09_content .con09_wrap .con3__content {
    position: relative;
    height: 50%;
  }
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con3__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 20%;
  gap: 8px;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con09 .con09_content .con09_wrap .con3__title {
    text-align: left;
    padding-left: 10%;
  }
  .main_wrapper .main_con09 .con09_content .con09_wrap .con3__title h2 {
    font-size: 2.7rem;
  }
  .main_wrapper .main_con09 .con09_content .con09_wrap .con3__title h3 {
    font-size: 1.7rem;
  }
}
.main_wrapper .main_con09 .con09_content .con09_wrap .con3__desc {
  word-break: keep-all;
  opacity: 0.9;
  text-align: left;
  margin-left: 31%;
}
@media (max-width: 1024px) {
  .main_wrapper .main_con09 .con09_content .con09_wrap .con3__desc {
    margin-left: 10%;
  }
}
.main_wrapper .main_con10 {
  background-color: #fff;
}
.main_wrapper .main_con10 .pc_view .content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  width: 100%;
  max-width: 1630px;
  margin: 50px auto;
}
.main_wrapper .main_con10 .pc_view .content-text .time_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.main_wrapper .main_con10 .pc_view .content-text .time_table {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.main_wrapper .main_con10 .pc_view .content-text .time_table table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(19px, 2.4vw, 30px);
}
.main_wrapper .main_con10 .pc_view .content-text .time_table table tr th {
  width: 220px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding-right: 20px;
  vertical-align: middle;
  font-weight: 500;
}
.main_wrapper .main_con10 .pc_view .content-text .time_table table tr th span {
  background-color: #000;
  color: #fff;
  font-size: calc(1em - 10px);
  padding: 1px 5px;
  margin-left: 5px;
  text-align: center;
  display: inline-block;
  -moz-text-align-last: center;
       text-align-last: center;
  float: right;
  margin-top: 5px;
}
.main_wrapper .main_con10 .pc_view .content-text .time_table table tr td {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.main_wrapper .main_con10 .pc_view .content-text .time_table table tr td b {
  width: 110px;
}
.main_wrapper .main_con10 .pc_view .content-text .time_table table tr:last-child td {
  color: #acacac;
  font-size: 15px;
  padding-top: 15px;
}
.main_wrapper .main_con10 .pc_view .content-text .time_table table tr:last-child td:first-child {
  width: 220px;
  text-align: left;
}
.main_wrapper .main_con10 .pc_view .content-text .time_img {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_wrapper .main_con10 .pc_view .content-text .time_img img {
  max-width: 525px;
  height: auto;
  display: block;
}
.main_wrapper .main_con10 .mo_view .content-text {
  width: 80%;
  margin: 7% auto;
  text-align: left;
}
.main_wrapper .main_con10 .mo_view .content-text .time_table {
  width: 100%;
  max-width: 500px;
  padding: 0 15px;
}
.main_wrapper .main_con10 .mo_view .content-text .time_table .time_title {
  padding: 20px 0;
  font-size: 1.35rem;
  font-weight: bold;
  text-align: left;
}
.main_wrapper .main_con10 .mo_view .content-text .time_table table {
  width: 100%;
  border-collapse: collapse;
}
.main_wrapper .main_con10 .mo_view .content-text .time_table table tr th {
  padding: 10px 0;
  vertical-align: middle;
  white-space: nowrap;
}
.main_wrapper .main_con10 .mo_view .content-text .time_table table tr th .txt {
  display: inline-block;
  width: 100px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-weight: 500;
}
.main_wrapper .main_con10 .mo_view .content-text .time_table table tr th .night_badge {
  background-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  margin-left: 5px;
  border-radius: 2px;
  vertical-align: middle;
  display: inline-block;
}
.main_wrapper .main_con10 .mo_view .content-text .time_table table tr td {
  padding: 10px 0 10px 20px;
  text-align: left;
}
.main_wrapper .main_con10 .mo_view .content-text .time_table table tr td .time_wrap {
  display: inline-block;
  min-width: 150px;
}
.main_wrapper .main_con10 .mo_view .content-text .time_table table tr td .time_wrap b {
  font-weight: 600;
  display: inline-block;
  min-width: 55px;
}
.main_wrapper .main_con10 .mo_view .content-text .time_table table tr.info_row td {
  color: #acacac;
  font-size: 14px;
  padding-top: 15px;
  padding-left: 0;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .main_wrapper .main_con10 .mo_view .content-text .time_table .time_title {
    padding: 15px 0;
  }
  .main_wrapper .main_con10 .mo_view .content-text .time_table table tr th .txt {
    width: 80px;
    font-size: 14px;
  }
  .main_wrapper .main_con10 .mo_view .content-text .time_table table tr td {
    padding-left: 10px;
    font-size: 14px;
  }
  .main_wrapper .main_con10 .mo_view .content-text .time_table table tr td .time_wrap {
    min-width: auto;
  }
}
.main_wrapper .modal-custom {
  position: fixed;
  display: none;
  z-index: 999;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: auto;
  width: auto;
}
@media (max-width: 1024px) {
  .main_wrapper .modal-custom {
    width: 65%;
    height: 40%;
    background: #fff;
    border-radius: 100px 0 0 0;
    -webkit-box-shadow: 2px 2px 15px #bbb;
            box-shadow: 2px 2px 15px #bbb;
  }
}
@media (max-width: 768px) {
  .main_wrapper .modal-custom {
    width: 95%;
  }
}
.main_wrapper .modal-custom .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.main_wrapper .modal-custom .modal-content .modal-body {
  position: absolute;
  top: 15%;
  left: 10%;
  padding: 20px;
}
@media (max-width: 1024px) {
  .main_wrapper .modal-custom .modal-content .modal-body {
    top: 8%;
  }
}
.main_wrapper .modal-custom .modal-content .modal-body .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_wrapper .modal-custom .modal-content .modal-body .modal-title img {
  max-width: 19px;
  margin-right: 10px;
}
.main_wrapper .modal-custom .modal-content .modal-foot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
}
.main_wrapper .modal-custom .modal-content .modal-foot h2 {
  font-size: 5vw;
  color: #eeeeee;
  letter-spacing: 4px;
  font-weight: 600;
  float: right;
}
.main_wrapper .modal-custom .modal-content .close-modal {
  position: absolute;
  top: 10%;
  right: 8%;
  font-size: 50px;
  color: #333;
  cursor: pointer;
  z-index: 999;
}

/* main_map_con ============================== */
.main_map_con {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main_map_con {
    background-color: #ededed;
  }
}
.main_map_con .info-container {
  position: absolute;
  top: 24%;
  left: 12%;
  z-index: 10;
}
@media (max-width: 1024px) {
  .main_map_con .info-container {
    width: 85%;
    margin: 10% auto;
    position: static;
  }
}
.main_map_con .info-container .wayto, .main_map_con .info-container .tel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 100px;
}
@media (max-width: 1024px) {
  .main_map_con .info-container .wayto, .main_map_con .info-container .tel {
    display: block;
  }
}
.main_map_con .info-container .tel {
  margin-top: 6vw;
}
@media (max-width: 1024px) {
  .main_map_con .info-container .tel {
    margin-top: 20%;
  }
}
.main_map_con .info-container .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(19px, 2.4vw, 30px);
}
.main_map_con .info-container .content {
  text-align: left;
}
@media (max-width: 1024px) {
  .main_map_con .info-container .content {
    margin-top: 4%;
  }
}
.main_map_con .info-container .content span {
  font-size: 18px;
  color: #888;
  display: block;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .main_map_con .info-container .content span {
    font-size: 14px;
  }
}

.foot {
  background-color: #bcbcbc;
  padding: 40px 0;
  color: #7a7a7a;
}
@media (max-width: 1024px) {
  .foot {
    padding: 2.4rem 0 7rem;
  }
  .foot dl {
    margin: 0 auto;
  }
  .foot dt {
    margin: 0 auto 10%;
  }
  .foot #member_login {
    top: 4%;
    right: 4%;
  }
  .foot #member_login li {
    font-size: 12px;
  }
}
.foot .ft_inner_con {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  .foot .ft_inner_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 720px;
    width: 95%;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.foot .ft_inner_con dl {
  margin: 0;
}
.foot .ft_inner_con dl dt {
  margin-bottom: 15px;
}
.foot .ft_inner_con dl dt img {
  max-height: 40px;
  width: auto;
}
.foot .ft_inner_con dl dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .foot .ft_inner_con dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}
.foot .ft_inner_con dl dd.copy_right {
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.8;
  color: #7a7a7a;
}
.foot .ft_inner_con dl.btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.foot .ft_inner_con button.price {
  background-color: #919191;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 14px;
  width: 100%;
  max-width: 160px;
}
.foot .ft_inner_con button.price a {
  color: #fff;
}
.foot .ft_inner_con button.price {
  cursor: pointer;
  white-space: nowrap;
}
.foot .ft_inner_con button.price:hover {
  background-color: #7a7a7a;
}

#go_top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  z-index: 999;
  background-color: #242b31;
  color: #fff;
  border: 1px solid #808080;
  border-radius: 12px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
#go_top:hover {
  opacity: 1;
  background-color: #1a1f24;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(36, 43, 49, 0.4);
          box-shadow: 0 8px 25px rgba(36, 43, 49, 0.4);
}
#go_top:hover::after {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
#go_top.active {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  #go_top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}