@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300;400;500;600;700;800&family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap");

html {
  overflow: hidden;
}

.pc {
  display: block !important;
}
.mo {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Gothic A1";
}
.container {
  width: 100%;
}
img {
  width: 100%;
}
a {
  color: #333;
}

.st0.d_gray {
  fill: #777777;
}
.st0.white {
  fill: #ffffff;
}
.st0.naver {
  fill: #32b44a;
}
.st0.ins {
  fill: url(#SVGID_1_);
}
.st0.line {
  fill: #e4e4e5;
}
.st1.full {
  fill: #c5a880;
}

.section {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.section::before,
.section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3.38vw;
  width: 1px;
  height: 100vh;
  background: #e4e4e5;
  z-index: -1;
}
.section::after {
  left: auto;
  right: 3.38vw;
}
.bg_line {
  position: absolute;
  top: 0;
  left: 23vw;
  width: 1px;
  height: 100vh;
  background: #e4e4e5;
  z-index: -1;
}
.bg_line2 {
  position: absolute;
  top: 0;
  right: 23vw;
  width: 1px;
  height: 100vh;
  background: #e4e4e5;
  z-index: -1;
}
#section2.section::before,
#section2.section::after {
  width: 0;
}

.title {
  margin-bottom: 2.34vw;
}
.title em {
  display: block;
  width: 19.27vw;
  height: fit-content;
  margin: 0 auto;
}
.title h2 {
  font-size: 2vw;
  text-align: center;
  color: #532e1c;
  font-weight: 800;
}
.title h2 span {
  color: #000;
  font-weight: 800;
}
.title p {
  font-size: 1.25vw;
  text-align: center;
  color: #737373;
}

#header_wrap {
  width: 96vw;
  height: 7vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#header_wrap header > a {
  display: block;
  position: absolute;
  right: 65px;
  bottom: 1vw;
  width: 1.56vw;
  height: 1.56vw;
  background: #858585;
  opacity: 1;
  border-radius: 50%;
  z-index: 10;
}
#header_wrap header > a span {
  display: inline-block;
  position: relative;
  width: 1.56vw;
  height: 1.56vw;
  opacity: 0;
  transition: all 0.4s 0.2s;
}
#header_wrap header > a span.active {
  opacity: 1;
}
#header_wrap header > a span::before {
  content: "";
  position: absolute;
  width: 0.05vw;
  height: 1vw;
  top: 40%;
  left: 25%;
  background: #fff;
  transform: rotate(45deg) translate(-50%, -50%);
}
#header_wrap header > a span::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 25%;
  width: 0.05vw;
  height: 1vw;
  background: #fff;
  transform: rotate(-45deg) translate(-50%, -50%);
}
#header_wrap header > a > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.24vw;
  height: 2.24vw;
  border-radius: 50%;
  background: rgba(133, 133, 133, 0.4);
  z-index: 9;
  animation: opacity 2s 0.3s linear infinite;
}
#header_wrap header > a > div > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.7vw;
  height: 2.7vw;
  background: rgba(133, 133, 133, 0.1);
  border-radius: 50%;
  z-index: 8;
  animation: opacity 2s 1.8s linear infinite;
}
@keyframes opacity {
  50% {
    background: rgba(133, 133, 133, 0);
  }
}
#header_wrap nav {
  width: 90vw;
  height: 7vw;
  overflow: hidden;
  z-index: 9999;
}
#header_wrap nav ul {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 1vw;
  height: 100%;
  overflow: hidden;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.6s;
}
#header_wrap nav ul.active {
  transform: translateX(0);
  opacity: 1;
}
#header_wrap nav ul li {
  display: inline-block;
  font-size: 0.99vw;
  font-weight: 500;
  padding: 0 3.125vw 0 0.78vw;
  position: relative;
}
#header_wrap nav ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1vw;
  height: 0.5vw;
  background: #c5a880;
}
#header_wrap nav ul li a {
  color: #000;
}
#header_wrap nav ul li .menu_item:hover,
#header_wrap nav ul li .menu_item.active {
  color: #c5a880;
}

#quick_m {
  position: absolute;
  top: 50%;
  right: 3.38vw;
  transform: translateY(-50%);
  z-index: 9999;
}
#quick_m ul {
  width: calc(121vw/19);
  /* height: 12.8vw; */
  height: auto;
  /* box-shadow: 0.15vw 0 0.42vw rgba(185, 185, 185, 0.29); */
  padding: 0.5vw 0.47vw;
  /* background: #fff; */
  transition: all 0.3s;
}
#quick_m ul.bg {
  background: transparent;
}
#quick_m ul li {
  width: 100%;
  height: calc(106vw/19);
  margin-bottom: 0.47vw;
  position: relative;
  border: 1px solid #d1d1d1;
}
#quick_m ul li:last-child {
  margin-bottom: 0;
}
#quick_m ul .quick_link {
  box-shadow: 0.1vw 0.2vw 0.1vw rgba(146, 146, 146, 0.26);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}
#quick_m ul .quick_link.kakao {
    background-color: #fefd41;
}
#quick_m ul .quick_link a {
  display: flex;
  flex-direction: column;
  gap: calc(10vw/19);
  align-items: center;
  justify-content: center;
}
#quick_m ul .quick_link img {
  display: inline-block;
  width: calc(47vw/19);
}
#quick_m ul .quick_link span {
    font-size: calc(16vw/19);
    font-weight: 600;
}
#quick_m ul .go_top {
  font-weight: 900;
  font-size: calc(18vw/19);
  color: #000;
  text-align: center;
  padding-top: 0.5vw;
  cursor: pointer;
  border: none;
}

/* section1 */
#section1 {
  background: url("/theme/hy/img/landing/1/BG_1.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: -2;
}
#section1 .title {
  padding-top: 13vw;
  padding-left: 23.4vw;
  height: 100%;
  position: relative;
}
#section1 .title .title_wrap > span {
  font-size: 1.6vw;
  font-weight: 300;
}
#section1 .title span strong {
  font-weight: 700;
}
#section1 .title h2 {
  margin-top: 0.5vw;
  margin-bottom: 1vw;
  text-align: left;
  font-size: 3.2vw;
}
#section1 .title ul li {
  font-size: 1.35vw;
  margin-bottom: 0.78vw;
  font-weight: 300;
}
#section1 .title ul li:last-child {
  margin-bottom: 0;
}
#section1 .title ul li span {
  width: 1vw;
  display: inline-block;
}
#section1 .title ul li span svg {
  width: 0.5vw;
}
#section1 .title ul li strong {
  font-weight: 600;
}
#section1 .title p {
  margin-top: 1.8vw;
  padding-top: 1vw;
  font-size: 0.88vw;
  line-height: 1.7;
  color: #606060;
  position: relative;
  text-align: left;
}
#section1 .title p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5vw;
  height: 0.2vw;
  background: #000;
  z-index: 9;
}
#section1 .title p::after {
  content: "";
  position: absolute;
  top: 0.05vw;
  left: -1.14vw;
  width: 30vw;
  height: 1px;
  background: #e4e4e5;
  z-index: 8;
}
#section1 .title p strong {
  color: #532e1c;
  font-weight: 700;
}
#section1 .dentist {
  width: 22.3vw;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 46.35vw;
  z-index: 10;
}

/* section2 */
#section2 .section2_slide {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.section2_slide .line {
  position: absolute;
  top: 0;
  left: 3.125vw;
  width: 0.6vw;
  height: 100vh;
  padding: 12vw 0;
}
.section2_slide .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 1px;
  height: 11.8vw;
  background: #e4e4e5;
  z-index: 100;
}
.section2_slide .line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 1px;
  height: 11.8vw;
  background: #e4e4e5;
  z-index: 100;
}
.section2_slide .swiper-pagination-bullets {
  position: relative;
  width: 0.6vw;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; /*수직 정렬*/
  align-items: center;
  justify-content: space-between;
}
.section2_slide .swiper-pagination-bullets::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  border-left: 2px dotted #e4e4e5;
  z-index: 0;
  margin-left: 0.07vw;
}
.section2_slide .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  width: 0.6vw;
  height: 0.6vw;
  background: #fff;
  opacity: 1;
  position: relative;
  z-index: 100;
  transform-origin: center;
}
.section2_slide .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 1px solid #c5a880;
}
.section2_slide .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.2vw;
  height: 0.2vw;
  background: #fff;
  border: 0.15vw solid #000;
  border-radius: 50%;
  z-index: -1;
}
.section2_slide .swiper-pagination-bullet-active::after {
  width: 0;
  height: 0;
  border: 0vw;
}
.section2_slide .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.3vw;
  height: 0.3vw;
  background: #c5a880;
  border-radius: 50%;
  z-index: -1;
}
#section2 .slide_cont {
  padding-left: 24.48vw;
  width: 100vw;
  height: 100vh;
  background: url("/theme/hy/img/landing/2-1/BG_2.jpg") no-repeat center right;
  background-size: auto 100%;
  background-color: #fdfdfd;
  position: relative;
  z-index: -2;
}
#section2 .slide_cont::after {
  content: "";
  position: absolute;
  top: 0;
  right: 3.38vw;
  width: 1px;
  height: 100vh;
  background: #e4e4e5;
  z-index: 100;
}

#section2 .slide_cont .title {
  padding-top: 7.8vw;
  text-align: left;
}
#section2 .slide_cont > .title > em {
  display: block;
  width: 18vw;
  height: 1.56vw;
  margin: 0 0 0.3vw 0;
}
#section2 .slide_cont .title h2 {
  text-align: left;
  margin-bottom: 1.8vw;
  line-height: 1.4;
}
#section2 .slide_cont .title > p {
  text-align: left;
  font-size: 0.99vw;
  margin-bottom: 0.5vw;
}
#section2 .slide_cont .title > p:nth-child(3) {
  margin-top: 0.78vw;
}
#section2 .slide_cont .title > p:last-child {
  margin-bottom: 0;
}
#section2 .slide_cont .title > p > strong {
  font-size: 1.09vw;
  color: #532e1c;
  font-weight: 600;
}
#section2 .slide_cont article ul {
  overflow: hidden;
  margin-top: 3.6vw;
}
#section2 .slide_cont article ul li {
  float: left;
  margin-right: 1.56vw;
}
#section2 .slide_cont article ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
#section2 .slide_cont article ul li > span {
  display: block;
  width: 1vw;
  height: 1.5vw;
}
#section2 .slide_cont article ul li > span svg {
  width: 1vw;
}
#section2 .slide_cont article ul li > div {
  width: 15.9vw;
  height: 10.7vw;
}
#section2 .slide_cont article ul li > div img {
  border: 0.05vw solid #e4e4e5;
  display: inline-block;
  padding: 0;
  margin: 0;
}
#section2 .slide_cont article ul li > p {
  font-size: 0.83vw;
  text-align: center;
  color: #606060;
  margin-top: 1vw;
}
#section2 .slide_cont .dot_active {
  position: absolute;
  left: 0;
  top: 0;
  width: 23.3vw;
  height: 100vh;
  padding: 11.8vw 0 10.6vw 4.8vw;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; /*수직 정렬*/
  align-items: flex-start;
  justify-content: space-between;
}
#section2 .slide_cont .dot_active .dot span {
  display: block;
  font-size: 0.83vw;
  font-weight: 500;
}
#section2 .slide_cont .plaque {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
#section2 .slide_cont .plaque_1 {
  margin-right: 0.8vw;
  width: 33.1vw;
  height: 15.1vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  float: left;
}
#section2 .slide_cont .plaque_1 .img {
  width: 10.7vw;
  margin-right: 0.5vw;
}
#section2 .slide_cont .plaque_1 .img:last-child {
  margin-right: 0;
}
#section2 .slide_cont .plaque_2 {
  width: 19.9vw;
  overflow: hidden;
  float: left;
}
#section2 .slide_cont .plaque_2 .img {
  width: 9.7vw;
  margin-right: 0.5vw;
  margin-bottom: 0.5vw;
  float: left;
}
#section2 .slide_cont .plaque_2 .img:nth-child(2n) {
  margin-right: 0;
}
#section2 .slide_cont .plaque_2 .img:nth-child(3),
#section2 .slide_cont .plaque_2 .img:nth-child(4) {
  margin-bottom: 0vw;
}
#section2 .slide_cont .element {
  width: 46vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section2 .slide_cont .element .img {
  width: 22.6vw;
  margin-right: 0.8vw;
}
#section2 .slide_cont .element .img:last-child {
  margin-right: 0;
}

/* section3 */
#section3 {
  background: url("/theme/hy/img/landing/3/BG_3.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: -2;
}
#section3 .title {
  padding-top: 7.3vw;
  margin-bottom: 0vw;
}
#section3 .title p strong {
  font-weight: 700;
  color: #000;
}
#section3 .title p strong:last-child {
  font-weight: 800;
}
#section3 article {
  position: relative;
  width: 100vw;
  overflow: hidden;
}
#section3 article > div {
  height: 32.5vw;
  float: left;
  position: relative;
}
#section3 article > div .text {
  padding-left: 23.4vw;
  padding-top: 3.6vw;
}
#section3 article > div .text strong {
  font-size: 1.35vw;
  font-weight: 700;
  color: #5e421c;
}
#section3 article > div .text strong span {
  display: inline-block;
  background: #5e421c;
  color: #fff;
  font-weight: 600;
  padding: 0 0.2vw;
}
#section3 article > div .text p {
  font-size: 0.9vw;
  margin-top: 0.78vw;
  margin-bottom: 1.56vw;
}
#section3 article > div .text p > strong {
  font-weight: 700;
  font-size: 0.93vw;
  color: #000;
}
#section3 article > div .image {
  position: absolute;
  left: 0;
  width: 43.3vw;
  height: 36.38vw;
  margin: 0;
}
#section3 article > div .image img {
  position: absolute;
  left: 0;
  top: 0;
}
#section3 article > div:first-child .logo {
  position: absolute;
  top: 0vw;
  left: 11vw;
  width: 10.4vw;
}

#section3 article > div:last-child {
  padding-top: 1.8vw;
  height: 32.5vw;
  float: right;
}
#section3 article > div:last-child .image {
  left: auto;
  right: 0;
  margin: 0;
}
#section3 article > div:last-child .image img {
  left: auto;
  right: 0;
}
#section3 article > div:last-child .text {
  padding-top: 19.6vw;
  text-align: right;
  padding-left: 0;
  padding-right: 23.4vw;
}
#section3 article > div:last-child .logo {
  position: absolute;
  right: 10vw;
  bottom: 0;
  width: 11.4vw;
}

/* section4 */
#section4 {
  background: url("/theme/hy/img/landing/4-1,2/BG_4.jpg") no-repeat bottom center;
  background-size: cover;
  position: relative;
  z-index: -2;
}
#section4 .title {
  margin-top: 7.3vw;
}
#section4 .titl p {
  font-weight: 400;
}
#section4 article {
  width: fit-content;
  margin: 0 auto;
}
#section4 article .tab_btn {
  position: relative;
  margin-bottom: -0.05vw;
}
#section4 article .tab_btn ul {
  overflow: hidden;
  width: 53vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#section4 article .tab_btn ul li {
  float: left;
  width: 24.8vw;
  height: 4.68vw;
  border: 1px solid #898989;
  margin-bottom: -1px;
  padding: 0.5vw 0;
  background: #fff;
  cursor: pointer;
}
#section4 article .tab_btn ul li:last-child {
  margin-right: 0;
}
#section4 article .tab_btn ul li strong {
  display: block;
  text-align: center;
  font-size: 1.35vw;
  color: #898989;
  font-weight: 700;
}
#section4 article .tab_btn ul li p {
  text-align: center;
  color: #898989;
  font-size: 1vw;
  font-weight: 400;
}
#section4 article .tab_btn ul li.active {
  border: 0.05vw solid #000;
  background: #c5a880;
}
#section4 article .tab_btn ul li.active strong {
  color: #fff;
}
#section4 article .tab_btn ul li.active p {
  color: #fff;
}
#section4 article .tab_cont > div {
  width: 70vw;
  height: 23.4vw;
  background: #fff;
  border: 1px solid #000;
  padding: 0vw 4.9vw 0 8.3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
#section4 article .tab_cont > div:last-child {
  padding: 0vw 3.9vw 0 6.8vw;
}
#section4 article .tab_cont > div .img {
  width: 13.9vw;
}
#section4 article .tab_cont > div:last-child .img {
  width: 16.4vw;
}
#section4 article .tab_cont > div .advantages h3 {
  font-size: 1.56vw;
  font-weight: 800;
  margin-bottom: 2.3vw;
}
#section4 article .tab_cont > div .advantages ul li {
  margin-bottom: 1.56vw;
  font-size: 1.3vw;
  font-weight: 400;
  position: relative;
  padding-left: 2.6vw;
  width: 39vw;
}
#section4 article .tab_cont > div .advantages ul li:last-child {
  margin-bottom: 0;
}
#section4 article .tab_cont > div .advantages ul li span {
  display: inline-block;
  color: #c5a880;
  font-size: 1.3vw;
  padding: 0 0.5vw;
  position: absolute;
  top: 0;
  left: 0;
}
#section4 article .tab_cont > div .advantages ul li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.15vw;
  height: 1vw;
  background: #c5a880;
}
#section4 article .tab_cont > div .advantages ul li strong {
  font-weight: 600;
  position: relative;
  z-index: 10;
  color: #000;
}
#section4 article .tab_cont > div .advantages ul li strong.pc {
    display: inline-block !important;
}
#section4 article .tab_cont > div .advantages ul li strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.625vw;
  background: rgba(197, 168, 128, 0.49);
  z-index: -1;
}
#section4 article .tab_cont > div .advantages ul li .strong {
  display: block;
  width: fit-content;
}

/* section5 */
#section5 {
  background: url("/theme/hy/img/landing/5/BG_5.jpg") no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: -2;
}
#section5 .section5_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section5 .title {
  width: fit-content;
  height: fit-content;
  display: inline-block;
  margin: 0 2vw 0 0;
}
#section5 .title em {
  width: 18vw;
  margin: 0 0 0.5vw;
}
#section5 .title > div {
  width: 18vw;
  height: 1.31vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section5 .title > div strong {
  font-size: 1vw;
  font-weight: 400;
  text-align: left;
  display: block;
}
#section5 .title > div strong:last-child {
  text-align: right;
}
#section5 .title > div span {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin: 0 0.5vw;
}
#section5 .title h2 {
  text-align: left;
  color: #000;
  font-size: 3.2vw;
  font-weight: 800;
}
#section5 .title p {
  margin-top: 2vw;
  font-size: 1.4vw;
  color: #000;
  font-weight: 400;
  text-align: left;
}
#section5 .title p span {
  color: #c5a880;
  font-weight: 500;
}
#section5 article {
  width: 42.7vw;
  height: 19.5vw;
}
#section5 .before_after {
  overflow: hidden;
  position: relative;
}
#section5 .before_after .slider {
  position: relative;
  height: 19.5vw;
}
#section5 .before_after .slider .inner {
  position: absolute;
  width: 36.9vw;
  height: 19.5vw;
  left: 50%;
  transform: translateX(-50%);
}
#section5 .before_after .slider .inner > p {
  width: 36.9vw;
  height: 3vw;
  line-height: 3vw;
  background: #000;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5vw;
  font-size: 1.56vw;
}
#section5 .before_after .slider .inner > div {
  width: 18.2vw;
  height: auto;
  float: left;
  position: relative;
}
#section5 .before_after .slider .inner .before {
  margin-right: 0.5vw;
}
#section5 .before_after .slider .inner .before .be_img,
#section5 .before_after .slider .inner .after .af_img {
  width: 100%;
  height: 13.125vw;
  position: relative;
}
#section5 .before_after .slider .inner .after .af_img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#section5 .before_after .slider .inner .after .af_img img.blur {
  z-index: 10;
}
#section5 article .arrow_bar {
    position: absolute;
    right: 1vw;
    bottom: 3.125vw;
    width: 15vw;
    height: 2vw;
    background: url("/theme/hy/img/landing/5/arrow_bar.png") no-repeat;
    background-size: 100% 100%;
    z-index: 100;
    overflow: hidden;
}
#section5 .before_after .slider .inner > div > span {
  display: block;
  padding-top: 0.9vw;
  text-align: center;
  font-size: 1.1vw;
  color: #737373;
}
#section5 .before_after .slider .inner .after .arrow_bar {
  width: 15vw;
  height: 2vw;
  background: url("/theme/hy/img/landing/5/arrow_bar.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 3.4vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
#section5 .before_after .slider .inner .after .arrow_bar .arrow {
  width: 100%;
  height: 100%;
}
#section5 .before_after .slider .inner .after .arrow_bar .arrow div {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  height: inherit;
}
#section5 .before_after .slider .inner .after .arrow_bar .arrow div span {
  display: inline-block;
  width: 1.35vw;
  position: relative;
  left: 0.6vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 101;
  cursor: pointer;
}
#section5 .before_after .slider .inner .after .arrow_bar p {
  position: absolute;
  left: 2.4vw;
  top: 50%;
  transform: translateY(-50%);
  width: 12.5vw;
  font-size: 0.9vw;
  color: #fff;
  text-shadow: 1px 0 3px rgba(48, 48, 48, 0.45);
  z-index: 0;
}

#section5 .before_after .slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.18vw;
  height: 2.7vw;
  background: url("/theme/hy/img/landing/5/prev_next.png") no-repeat;
  background-size: 100% 100%;
  border: 0;
  font-size: 0;
  z-index: 100;
  cursor: pointer;
}
#section5 .before_after .slick-next {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: 0;
}
.slick-prev::before, 
.slick-next::before {
    content: "";
}

/* section6 */
#section6 {
  background: url("/theme/hy/img/landing/6/BG_6.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: -2;
}
#section6 .fp-tableCell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
#section6 .map {
  width: 38.2vw;
  height: 30vw;
  border: 1px solid #7e7e7e;
  margin-right: 2vw;
}
#section6 .map iframe {
  width: 100%;
  height: 100%;
}
#section6 .contact {
  width: 32vw;
  border-bottom: 1px solid #000000;
  overflow: hidden;
}
#section6 .contact h3 {
  position: relative;
  margin-bottom: 1vw;
}
#section6 .contact h3 span {
  font-size: 3.2vw;
  color: #c5a880;
  font-weight: 700;
  display: inline-block;
  padding-right: 1vw;
}
#section6 .contact h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  top: 50%;
  left: auto;
  z-index: -1;
}
#section6 .contact ul {
  margin-bottom: 1.3vw;
  padding-left: 1vw;
}
#section6 .contact ul li:first-child {
  font-size: 1.3vw;
  font-weight: 700;
  position: relative;
}
#section6 .contact ul li:first-child::before {
  content: "";
  position: absolute;
  width: 0.26vw;
  height: 0.26vw;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
  left: -1vw;
}
#section6 .contact ul li {
  font-size: 1.1vw;
  font-weight: 400;
  letter-spacing: 0.4px;
}
#section6 .contact ul li strong {
  font-weight: 700;
}

#footer {
  width: 100vw;
  height: fit-content !important;
  padding: 2.6vw 0px;
}
#footer .fp-tableCell {
  height: inherit !important;
}
#footer .f_logo {
  width: 18vw;
  margin: 0 auto 2vw;
}
#footer ul {
  display: flex;
  justify-content: center;
}
#footer ul li {
  width: fit-content;
  display: inline-block;
  text-align: center;
  position: relative;
  color: #333;
  padding-right: 1vw;
  font-size: 0.83vw;
  letter-spacing: 0.02vw;
}
#footer ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.5vw;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: #333;
}
#footer ul li:last-child:after {
  width: 0;
}
#footer p {
  margin-top: 0.5vw;
  text-align: center;
  font-size: 0.6vw;
  letter-spacing: 0.05vw;
}
#footer .maker {
    font-weight: bold;
}
#footer .maker:hover {
    color: #c5a880;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .mo {
    display: block !important;
  }

  .fp-tableCell {
    height: inherit !important;
  }

  .section {
    width: 100%;
    height: fit-content !important;
  }
  .section::before,
  .section::after {
    left: 2.96vw;
    width: 1px;
    height: 100%;
    z-index: 100;
  }
  .section::after {
    width: 0;
  }
  .bg_line {
    width: 0;
  }
  .bg_line2 {
    width: 0;
  }
  .title {
    margin-bottom: 6.94vw;
  }
  .title em {
    width: 60vw;
  }
  .title h2 {
    font-size: 6.48vw;
    line-height: 1.3;
    font-weight: 700;
  }
  .title h2 span {
    display: block;
    text-align: center;
    font-weight: 700;
  }
  .title p {
    margin-top: 2.7vw;
    font-size: 3.7vw;
    color: #000;
  }

  .br {
    display: block;
  }
  
  #mobile_m {
    position: fixed;
    bottom: 0vw;
    left: 0;
    width: 100vw;
    height: 12vw;
    background: #fff;
    box-shadow: 0 0 4.5vw rgba(91,91,91,0.11);
    z-index: 9999;
    transition: all 0.4s;
  }
  #mobile_m.nav-down{
    bottom: -13vw;
  }
  #mobile_m ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mobile_m ul li {
    width: 33.33%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  #mobile_m ul li span {
    display: inline-block;
    width: 6.5vw;
    height: 6.5vw;
    cursor: pointer;
  }
  #mobile_m ul li span svg .st0 {
    fill: #58585B;
  }
  #mobile_m ul li.active span svg .st0 {
    fill: #c5a880;
  }
  #mobile_m ul li.tel:hover span svg .st0 {
    fill: #c5a880;
  }

  #header_wrap {
    display: none;
    width: 74vw;
    height: 43vw;
    top: auto;
    bottom: 16vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #header_wrap header {
    width: 100%;
    height: 100%;
  }
  #header_wrap nav {
    width: 100%;
    height: 100%;
  }
  #header_wrap nav ul {
    opacity: 1;
    display: block;
    box-shadow: 0.185vw 0 0.185vw rgba(146,146,146,0.26);
    padding: 0;
    transform: translateX(0);
    border-radius: 5vw;
  }
  #header_wrap nav ul li {
    display: block;
    width: 100%;
    height: 8.6vw;
    line-height: 8.6vw;
    background: #fff;
    border: 1px solid #ebebec;
    font-size: 3.7vw;
    padding: 0 0 0 4.6vw;
    margin-bottom: -1px;
  }
  #header_wrap nav ul li:first-child {
    border-radius: 5vw 5vw 0 0;
  }
  #header_wrap nav ul li:last-child {
    border-radius: 0 0 5vw 5vw;
  }
  #header_wrap nav ul li::before {
    left: 2.5vw;
    width: 0.37vw;
    height: 1.2vw;
  }
  #header_wrap header > a {
    display: none;
  }

  #quick_m {
    /* display: none; */
    position: fixed;
    right: 11%;
    top: auto;
    bottom: 40vw;
    transform: translateY(0);
  }
  #quick_m ul {
    width: 12vw;
    height: 46vw;
    box-shadow: 0vw 0 0vw transparent;
    padding: 0;
    background: transparent;
  }
  #quick_m ul .tel {
    display: none;
  }
  #quick_m ul .go_top {
    display: none;
  }
  #quick_m ul .quick_link {
    margin-bottom: 3vw;
    width: 12vw;
    height: 12vw;
    background: #fff;
    box-shadow: 0.185vw 0 0.185vw rgba(146,146,146,0.26);
    border-radius: 50%;
    transition: 0.8s ease-in-out;
    transform: translateX(200%);
  }
  #quick_m ul .quick_link a {
    gap: calc(10vw/11);
  }
  #quick_m ul .quick_link img {
    width: calc(47vw/11);
  }
  #quick_m ul .quick_link span {
    font-size: calc(21vw/11);
  }

  #quick_m ul .quick_link.active {
    transform: translateX(0%);
  }
  
  #quick_m ul .home {
    transition: 1s ease-in-out;
  }
  #quick_m ul .kakao {
    transition: 1.2s ease-in-out;
  }

  /* section1 */
  #section1 {
    background: url("/theme/hy/img/landing/1/BG_M_1.jpg") no-repeat center center;
    background-size: cover;
  }
  #section1 .title {
    padding: 10vw 0 90vw 6.48vw;
    margin-bottom: 0;
  }
  #section1 .title .title_wrap span {
    font-size: 4.16vw;
  }
  #section1 .title h2 {
    font-size: 9.25vw;
    margin-top: 0;
    margin-bottom: 3.7vw;
  }
  #section1 .title ul li {
    font-size: 4.4vw;
    margin-bottom: 2.3vw;
  }
  #section1 .title ul li span {
    width: 3.5vw;
    padding-right: 0;
  }
  #section1 .title ul li span svg {
    width: 1.6vw;
  }
  #section1 .title p {
    margin-top: 5.5vw;
    padding-top: 5.5vw;
    font-size: 2.96vw;
  }
  #section1 .title p::before {
    width: 4.8vw;
    height: 0.46vw;
  }
  #section1 .title p::after {
    width: 0;
  }
  #section1 .dentist {
    width: 65vw;
    left: 38vw;
    height: 178vw;
  }

  /* section2 */
  #section2 .slide_cont {
    width: 100%;
    height: 100%;
    background: url("/theme/hy/img/landing/2-1/BG_2.jpg") no-repeat center right;
    background-size: auto 100%;
    padding-left: 16.5vw;
  }
  #section2 .slide_cont::after {
    width: 0;
  }
  #section2 .slide_cont .title {
    padding-top: 8.8vw;
  }
  #section2 .slide_cont > .title > em {
    width: 59.25vw;
    height: 5.5vw;
    margin: 0 0 0vw 0;
  }
  #section2 .slide_cont .title h2 {
    margin-bottom: 3.7vw;
    font-size: 5.5vw;
  }
  #section2 .slide_cont .title > p {
    margin-bottom: 0;
    font-size: 3vw;
  }
  #section2 .slide_cont .title > p:nth-child(3) {
    margin-top: 0;
    margin-bottom: 0vw;
  }
  #section2 .slide_cont .title > p > strong {
    font-size: 3.14vw;
    font-weight: 500;
  }
  #section2 .slide_cont .title > p > br {
    display: none;
  }
  #section2 .slide_cont .title > p > strong > br {
    display: none;
  }
  #section2 .cont1 article {
    margin-left: -8vw;
  }
  #section2 .slide_cont article ul {
    margin-top: 0;
  }
  #section2 .slide_cont article ul li {
    margin-right: 2.7vw;
    margin-bottom: 5.5vw;
  }
  #section2 .slide_cont article ul li > span {
    width: 4vw;
    height: 5.5vw;
  }
  #section2 .slide_cont article ul li > span svg {
    width: 4vw;
  }
  #section2 .slide_cont article ul li > div {
    width: 43vw;
    height: 28.98vw;
  }
  #section2 .slide_cont article ul li > p {
    font-size: 2.96vw;
    margin-top: 1.85vw;
  }
  .section2_slide .line {
    left: 2.96vw;
    width: 1px;
    padding: 6vw 0 63vh 0;
  }
  .section2_slide .line::before {
    width: 1px;
    height: 5.5vw;
    left: 0;
  }
  .section2_slide .line::after {
    width: 1px;
    height: 62.7vh;
    left: 0;
  }
  .section2_slide .swiper-pagination-bullets {
    width: 2.8vw;
    transform: translateX(0);
  }
  .section2_slide .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 2.8vw;
    height: 2.8vw;
    transform: translateX(-50%);
  }
  .section2_slide .swiper-pagination-bullets::after {
    width: 1px;
    left: 0;
    border-left: 2px dotted #e4e4e5;
  }
  .section2_slide .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 1px solid #c5a880;
    transform: translateX(-50%);
  }
  .section2_slide .swiper-pagination-bullet-active::before {
    width: 1.4vw;
    height: 1.4vw;
  }
  .section2_slide .swiper-pagination-bullet-active::after {
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
  }
  .section2_slide .swiper-pagination-bullet::after {
    width: 1.1vw;
    height: 1.1vw;
    border: 0.3vw solid #000;
  }
  #section2 .slide_cont .dot_active {
    width: 40vw;
    height: 100%;
    padding: 2.6vw 0 61.3vh 5vw;
  }
  #section2 .slide_cont .dot_active .dot:first-child {
    height: 1vw;
  }
  #section2 .slide_cont .dot_active .dot span {
    font-size: 2.4vw;
    line-height: 1.2;
  }
  #section2 .slide_cont .dot_active .dot span.step {
    display: none;
  }
  #section2 .slide_cont .dot_active .dot span.active {
    margin-bottom: 0.3vw;
  }
  #section2 .slide_cont .plaque {
    flex-direction: column;
    align-items: flex-start;
  }
  #section2 .slide_cont .plaque_1 {
    width: 100%;
    height: fit-content;
    margin-bottom: 3vw;
  }
  #section2 .slide_cont .plaque_2 {
    width: 100%;
    float: none;
    padding-right: 5.5vw;
  }
  #section2 .slide_cont .plaque_1 .img {
    width: 23.7vw;
  }
  #section2 .slide_cont .plaque_1 .img:nth-child(2) {
    margin-right: 1.8vw;
  }
  #section2 .slide_cont .plaque_2 .img {
    width: 48%;
    margin-right: 4%;
  }
  #section2 .slide_cont .element {
    width: 64vw;
    flex-direction: column;
  }
  #section2 .slide_cont .element .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7.4vw;
  }

  /* section3 */
  #section3 {
    background: none;
  }
  #section3 .title h2 {
    font-size: 6.48vw;
  }
  #section3 article {
    padding-top: 7.87vw;
    padding-bottom: 18vw;
  }
  #section3 article > div {
    float: none;
    height: 69vw;
  }
  #section3 article > div:first-child .logo {
    width: 37.7vw;
    z-index: 100;
    left: 5.5vw;
  }
  #section3 article > div .text {
    padding-top: 0;
    padding-left: 45%;
  }
  #section3 article > div .text strong {
    font-size: 4.16vw;
  }
  #section3 article > div .text strong span {
    padding: 0 0.7vw;
  }
  #section3 article > div .text p {
    font-size: 2.96vw;
    margin-top: 2.7vw;
    margin-bottom: 5.5vw;
  }
  #section3 article > div .text p > strong {
    font-size: 2.96vw;
  }
  #section3 article > div .text p > br {
    display: none;
  }
  #section3 article > div .image {
    width: 77.59vw;
    height: 36.38vw;
    overflow: hidden;
  }
  #section3 article > div:first-child .image img {
    width: 130%;
    left: auto;
    right: 0;
  }
  #section3 article .bg {
    width: 100vw;
    height: 20vw;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  #section3 article .bg p{
    font-weight: 200;
    font-size: 3vw;
    color: #737373;
    margin-right: 5.5vw;
    letter-spacing: 0.1vw;
  }
  #section3 article .bg p.diagnosis {
    color: #c5a880;
  }
  #section3 article .bg p.system {
    letter-spacing: 0.8vw;
  }
  #section3 article .bg p:last-child {
    margin-right: 0;
  }
  #section3 article > div:last-child {
    float: none;
    height: 81.6vw;
    padding-top: 0;
  }
  #section3 article > div .text strong {
    text-align: left;
  }
  #section3 article > div:last-child .text {
    padding-top: 0;
    padding-right: 0;
    padding-left: 7.7vw;
    text-align: left;
  }
  #section3 article > div:last-child .logo {
    bottom: auto;
    top: 2.7vw;
    right: 3.7vw;
    width: 35vw;
  }
  #section3 article > div:last-child .image {
    bottom: 0;
    height: 36.29vw;
    overflow: hidden;
  }
  #section3 article > div:last-child .image img {
    width: auto;
    height: 100%;
    left: 0;
    right: auto;
  }

  /* section4 */
  #section4 {
    background: url("/theme/hy/img/landing/4-1,2/BG_M_4.jpg") no-repeat center center;
    background-size: cover;
  }
  #section4 article {
    padding-bottom: 18vw;
  }
  #section4 article .tab_btn {
    margin-bottom: -0.1vw;
  }
  #section4 article .tab_btn ul {
    width: 84vw;
  }
  #section4 article .tab_btn ul li {
    width: 39.16vw;
    height: 10vw;
    margin-right: 5.5vw;
    padding: 0vw 0;
  }
  #section4 article .tab_btn ul li strong {
    line-height: 10vw;
    font-size: 4.4vw;
  }
  #section4 article .tab_cont > div {
    width: 84vw;
    height: 105.9vw;
    padding: 7vw 0vw 0 0vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #section4 article .tab_cont > div .img {
    width: 35vw;
  }
  #section4 article .tab_cont > div .advantages p {
    margin-top: 6vw;
    font-size: 3vw;
    font-weight: 500;
    margin-bottom: 1.8vw;
    text-align: center;
  }
  #section4 article .tab_cont > div .advantages h3 {
    text-align: center;
    font-size: 4.4vw;
    margin-bottom: 5vw;
    font-weight: 700;
  }
  #section4 article .tab_cont > div .advantages ul {
    padding: 0 1.85vw;
  }
  #section4 article .tab_cont > div .advantages ul li {
    margin-bottom: 3.8vw;
    font-size: 3.2vw;
    padding-left: 6.48vw;
    width: 100%;
  }
  #section4 article .tab_cont > div .advantages ul li span {
    font-size: 3.2vw;
    padding: 0 1.38vw;
  }
  #section4 article .tab_cont > div .advantages ul li span::before {
    width: 0.37vw;
    height: 2.5vw;
  }
  #section4 article .tab_cont > div .advantages ul li strong::before {
    height: 1.6vw;
  }
  #section4 article .tab_cont > div .advantages ul li strong.pc {
    display: none !important;
  }
  #section4 article .tab_cont > div .advantages ul li strong.mo {
    display: inline-block !important;
  }
  #section4 article .tab_cont > div:last-child .img {
    width: 45vw;
  }
  #section4 article .tab_cont > div:last-child {
    padding: 11.1vw 0vw 0 0vw;
  }

  /* section5 */
  #section5 {
    background: url("/theme/hy/img/landing/5/BG_M_5.jpg") no-repeat center center;
    background-size: cover;
  }
  #section5 .section5_wrap {
    padding-top: 8vw;
    padding-bottom: 18vw;
    justify-content: flex-start;
    flex-direction: column;
  }
  #section5 .title {
    margin: 0 0 0 0;
  }
  #section5 .title em {
    width: 60vw;
    height: fit-content;
    margin: 0 auto 1.38vw;
  }
  #section5 .title > div {
    width: 36vw;
    height: 4.6vw;
    margin: 0 auto;
  }
  #section5 .title > div strong {
    font-size: 2.6vw;
  }
  #section5 .title h2 {
    font-size: 6.48vw;
    font-weight: 700;
    text-align: center;
  }
  #section5 .title p {
    margin-top: 2.7vw;
    font-size: 3.7vw;
    margin-bottom: 2.7vw;
    text-align: center;
  }
  #section5 article {
    width: 82.4vw;
    height: 117.59vw;
  }
  #section5 .before_after .slider {
    height: 117.59vw;
  }
  #section5 .before_after .slider .inner {
    width: 68.5vw;
    height: 117.59vw;
    margin: 0 auto;
  }
  #section5 .before_after .slider .inner > p {
    width: 68.5vw;
    height: 8.3vw;
    margin-bottom: 4.16vw;
    font-size: 4.9vw;
    line-height: 8.3vw;
  }
  #section5 .before_after .slider .inner .before {
    margin-right: auto;
    margin-bottom: 3.7vw;
  }
  #section5 .before_after .slider .inner > div {
    width: 61.1vw;
    float: none;
    margin: 0 auto;
  }
  #section5 .before_after .slider .inner > div > span {
    padding-top: 1.38vw;
    font-size: 3.98vw;
  }
  #section5 .before_after .slider .inner .after .arrow_bar {
    width: 52.5vw;
    height: 7.5vw;
    bottom: 9.25vw;
  }
  #section5 .before_after .slider .inner .after .arrow_bar p {
    width: 42.59vw;
  }
  #section5 .before_after .slider .inner .after .arrow_bar .arrow {
    width: 98%;
  }
  #section5 .before_after .slider .inner .after .arrow_bar .arrow div span {
    width: 5vw;
    left: 1.8vw;
  }
  #section5 .before_after .slider .inner .after .arrow_bar p {
    font-size: 3.14vw;
    left: 8.3vw;
  }
  #section5 .before_after .slider .inner .before .be_img, 
  #section5 .before_after .slider .inner .after .af_img {
    height: 43.79vw;
  } 
  #section5 .before_after .slick-arrow {
    width: 4.16vw;
    height: 5.5vw;
    margin-top: 3vw;
  }

  /* section6 */
  #section6 {
    background: url("/theme/hy/img/landing/6/BG_M_6.jpg") no-repeat center center;
    background-size: cover;
  }
  #section6 .fp-tableCell {
    flex-direction: column;
    justify-content: flex-start;
  }
  #section6 .map {
    margin-top: 10.74vw;
    margin-right: 0;
    width: 83.3vw;
    height: 65.83vw;
    margin-bottom: 5vw;
  }
  #section6 .contact {
    width: 83.3vw;
    margin-bottom: 18vw;
  }
  #section6 .contact h3 {
    margin-bottom: 1.7vw;
  }
  #section6 .contact h3 span {
    font-size: 6.1vw;
    padding-right: 1.38vw;
  }
  #section6 .contact ul {
    padding-left: 1.85vw;
    margin-bottom: 3.7vw;
  }
  #section6 .contact ul li:first-child {
    font-size: 3.8vw;
  }
  #section6 .contact ul li:first-child::before {
    width: 0.65vw;
    height: 0.65vw;
  }
  #section6 .contact ul li {
    font-size: 3.5vw;
  }

  #footer {
    padding: 5vw 0 17vw 0;
  }
  #footer .f_logo {
    width: 32vw;
    margin: 0 auto 3vw;
  }
  #footer ul li {
    font-size: 1.6vw;
    padding-right: 2vw;
    letter-spacing: 0.1vw;
  }
  #footer ul li::after {
    right: 1vw;
    width: 0.09vw;
  }
  #footer p {
    margin-top: 1vw;
    font-size: 1.4vw;
    letter-spacing: 0.07vw;
  }
}

@media screen and (max-width: 430px) {
  #footer ul {
    display: block;
  }
  #footer ul li {
    display: block;
    width: 100%;
  }
  #footer ul li::after {
    width: 0;
  }
}