@charset "UTF-8";
@import url("../../eyeplus/css/style_sh.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap");
[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "SUIT", "Noto Sans KR", sans-serif;
  color: #000;
  height: 100%;
  letter-spacing: -0.03em;
  font-weight: 400;
  background: #fff;
  margin: 0 auto;
  min-width: 1400px;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  font-family: "SUIT", "Noto Sans KR", sans-serif;
  color: #000;
  text-decoration: none;
}

button {
  font-family: "SUIT", "Noto Sans KR", sans-serif;
  cursor: pointer;
}

textarea {
  resize: none;
}

label {
  vertical-align: middle;
}

b,
strong,
.bold {
  font-weight: 600;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: -1.5px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.oh {
  overflow: hidden;
}

.vc {
  /* flex 세로가운데 정렬 코드 */
  clear: both;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.frm_input {
  height: 45px;
  /* font-size: 18px; */
  padding-left: 7px;
  box-sizing: border-box;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

/* scss 변수 */
.scm { /*screen_middle*/
  width: 1400px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

/*메인 페이드 효과*/
.swiper-slide-active .fade-right, .swiper-slide-active .fade-left {
  opacity: 1;
  transform: translateX(0);
}
.swiper-slide-active .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.fade-right {
  opacity: 0;
  transform: translateX(100px);
  transition: all ease 3s;
  transition-delay: 0.5s;
}

.fade-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: all ease 3s;
  transition-delay: 0.5s;
}

.fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all ease 3s;
  transition-delay: 0.5s;
}

.doctor_box2 {
  transition-delay: 1s;
}

/* //메인 페이드 효과*/
.icon_scroll {
  position: fixed;
  bottom: 30px;
  left: calc(50% - 20px);
  z-index: 9999;
}
.icon_scroll_inner {
  position: relative;
}
.icon_scroll_round {
  width: 30px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 20px;
  display: block;
  box-shadow: 0 0px 3px rgba(54, 60, 84, 0.5);
}
.icon_scroll_ball {
  position: absolute;
  top: 10px;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  animation: iconScrollBall 2s ease infinite;
  box-shadow: 0 0px 3px rgba(54, 60, 84, 0.93);
}

@keyframes iconScrollBall {
  0% {
    top: 10px;
  }
  50% {
    top: 30px;
  }
  100% {
    top: 10px;
  }
}
.quick_menu {
  position: fixed;
  right: 3vw;
  bottom: 5vh;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.quick_menu.open .quick_btn {
  background: #363c54;
  transform: rotate(45deg);
  color: #fff;
}
.quick_menu ul {
  position: relative;
}
.quick_menu li {
  margin-top: 16px;
  z-index: 8;
  transition: all ease 0.6s;
}
.quick_menu li a {
  text-align: center;
}
.quick_menu li a div {
  margin-bottom: 10px;
}
.quick_menu li a span {
  display: block;
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  color: #000;
  transition: all ease 0.3s;
}
.quick_menu .quick_btn {
  background: #fc9112;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  cursor: pointer;
  position: relative;
  z-index: 9;
  transition: all ease 0.5s;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

/********** //헤더 **********/
/********** 풀페이지 **********/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-container-autoheight > .swiper-wrapper > .swiper-slide {
  height: 100vh;
}

.mainFullpage > .swiper-container-vertical > .swiper-pagination-bullets {
  left: 3vw;
  right: auto;
}
.mainFullpage .mainbannerSwiper .swiper-pagination {
  bottom: 130px;
}
.mainFullpage .mainbannerSwiper .swiper-pagination-bullet:last-child {
  display: inline-block;
}
.mainFullpage .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 10px 0;
  background: transparent;
  border: 3px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.mainFullpage .swiper-pagination-bullet:last-child {
  display: none;
}
.mainFullpage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #fd8204;
}
.mainFullpage-swiper {
  width: 100%;
  height: 100vh;
}
.mainFullpage-swiper > .swiper-wrapper > .swiper-slide {
  font-size: 18px;
  z-index: 0;
  height: 100vh;
}
.mainFullpage .swiper-slide img {
  display: block;
  object-fit: cover;
}

/********** //풀페이지 **********/
/********** 메인배너 **********/
.mainFullpage-swiper {
  overflow: hidden;
}

.mainbannerSwiper {
  width: 100%;
  height: 100%;
}
.mainbannerSwiper .swiper {
  width: 100%;
  height: 100%;
}
.mainbannerSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100vh;
}
.mainbannerSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainbannerSwiper .mainbanner1 {
  background: url("../img/mainbanner1.jpg?ver=2") no-repeat center;
  background-size: cover;
}
.mainbannerSwiper .mainbanner2 {
  background: url("../img/mainbanner2.jpg") no-repeat center;
  background-size: cover;
}
.mainbannerSwiper .mainbanner3 {
  background: url("../img/mainbanner3.jpg") no-repeat center;
  background-size: cover;
}

.mainbanner_txt {
  width: 1120px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20vh;
  color: #fff;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.mainbanner_txt_big {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 500;
}
.mainbanner_txt_big b {
  font-weight: 600;
}
.mainbanner_txt_small {
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 400;
  margin-top: 40px;
  line-height: 1.3;
}
.mainbanner_txt_small b {
  font-weight: 700;
}

/********** //메인 배너 **********/
/********** 메인 글자 마스크 **********/
.main-section2 {
  overflow: hidden;
  background: url("../img/bg_wave.jpg") no-repeat center;
  background-size: cover;
}
.main-section2 .parallax-text1 {
  font-size: 30px;
  position: absolute;
  top: calc(50% - 240px);
  right: 50%;
  z-index: 13;
  font-weight: 500;
}
.main-section2 .parallax-text2 {
  font-size: 30px;
  position: absolute;
  bottom: calc(50% - 240px);
  left: 50%;
  z-index: 13;
  font-weight: 500;
}
.main-section2 .parallax-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
}
.main-section2 .parallax-mask-text {
  background: url("../img/bg_main_mask2.jpg");
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  font-size: 360px;
  font-weight: 900;
  background-position: center center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  font-family: "Saira Stencil One", cursive;
}
.main-section2 .parallax-wave1 {
  position: absolute;
  bottom: calc(100% - 25vh);
  left: 0;
  z-index: 12;
  width: 100%;
}
.main-section2 .parallax-wave1 img {
  width: 100%;
}
.main-section2 .parallax-wave2 {
  position: absolute;
  top: calc(100% - 25vh);
  left: 0;
  z-index: 12;
  width: 100%;
  transform: rotate(180deg);
}
.main-section2 .parallax-wave2 img {
  width: 100%;
}
.main-section2 .parallax-background {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-section2 .parallax-inner {
  width: 100%;
  height: 100%;
  font-size: 15vw;
  font-weight: 900;
  letter-spacing: -0.04em;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background: url("../img/bg_main_mask2.jpg") no-repeat;
  background-size: cover;
  background-position: BOTTOM;
}

/********** //메인 글자 마스크 **********/
/* 배경회색글씨 */
.bg-text {
  position: absolute;
  top: 14vw;
  left: 12vw;
  z-index: -1;
  font-size: 157px;
  color: #f5f5f5;
  font-weight: 900;
  text-align: left;
  white-space: pre;
}

/* 메인 풀페이지 inner */
.main_section_inner {
  width: 1120px;
  height: 100%;
  margin: 0 auto;
  padding: 20vh 50px 0;
  position: relative;
}

/* 메인 풀페이지 제목 */
.section_ttl.wh h2, .section_ttl.wh h4 {
  color: #fff;
}
.section_ttl h2 {
  font-size: clamp(28px, 5vw, 48px);
  color: #111;
  font-weight: 500;
}
.section_ttl h4 {
  font-size: clamp(18px, 1.8vw, 26px);
  color: #555;
  line-height: 1.3;
  margin-top: 34px;
}

/********** 메인 의료진 소개 **********/
.main-section3 .doctor_box_container {
  width: 100%;
  padding-right: 100px;
  position: absolute;
  top: 20vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.main-section3 .doctor_box {
  width: 280px;
  height: 380px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(149, 157, 165, 0.6) 0px 8px 24px;
}
.main-section3 .doctor_box:hover .deco_circle {
  transform: scale(0.9);
}
.main-section3 .doctor_box:hover .doctor_img {
  transform: scale(1.05);
}
.main-section3 .doctor_box_big {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.2;
}
.main-section3 .doctor_box_small {
  font-size: 20px;
  font-weight: 500;
  margin-top: 100px;
}
.main-section3 .doctor_box_link {
  margin-top: auto;
}
.main-section3 .doctor_box_link a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 8px 20px;
  transition: all ease 0.5s;
}
.main-section3 .doctor_box_link a:hover {
  background: #fff;
  color: #000;
}
.main-section3 .doctor_box .deco_circle {
  width: 383px;
  height: 383px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  transition: all ease 1s;
}
.main-section3 .doctor_img {
  position: absolute;
  z-index: -1;
  transition: all ease 1s;
}
.main-section3 .doctor_box1 {
  background: #fd8204;
}
.main-section3 .doctor_box1 .doctor_box_link {
  text-align: right;
}
.main-section3 .doctor_box1 .doctor_img {
  bottom: 0;
  right: 0;
}
.main-section3 .doctor_box1 .deco_circle {
  top: -50%;
  right: -50%;
  background: #fe9326;
}
.main-section3 .doctor_box2 {
  background: #363c54;
  margin-top: -200px;
  margin-right: 360px;
  text-align: right;
}
.main-section3 .doctor_box2 .doctor_img {
  bottom: 0;
  left: 0;
}
.main-section3 .doctor_box2 .deco_circle {
  top: -50%;
  left: -50%;
  background: #404763;
}

/********** //메인 의료진 소개 **********/
/********** 메인 카운팅 **********/
.main-section4 {
  background: url("../img/bg_main_count.jpg") no-repeat center;
  background-size: cover;
}

.main_count_container {
  margin-top: 95px;
}
.main_count_container ul {
  display: flex;
  justify-content: space-between;
}
.main_count_container li {
  width: 245px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-align: center;
  padding-top: 70px;
}
.main_count_container li:last-child .main_count_subject {
  margin-top: -26px;
}
.main_count_container .main_count_subject {
  font-size: 26px;
  font-weight: 500;
}
.main_count_container .main_count_subject small {
  font-size: 20px;
}
.main_count_container .main_count_subject::after {
  content: ">";
  transform: rotate(90deg);
  display: block;
  margin: 20px 0;
  text-align: center;
  color: #fd8204;
  font-size: 20px;
}
.main_count_container .main_count_num {
  font-size: 55px;
  font-weight: 600;
}

/********** //메인 카운팅 **********/
/********** 주요진료과목 **********/
.main-section5 {
  background: #f2f2f2;
}
.main-section5 .bg-text {
  color: #e9e9e9;
  top: 14vw;
  left: auto;
  right: 12vw;
}

.main_subject_container {
  margin-top: 10vh;
}
.main_subject_container ul {
  display: flex;
  justify-content: space-between;
}
.main_subject_container ul > li {
  width: 320px;
  height: 288px;
  background: #fff;
  transition: all ease 0.7s;
}
.main_subject_container ul > li:hover {
  transform: translateY(-10px);
  box-shadow: rgba(149, 157, 165, 0.6) 0px 8px 24px;
}
.main_subject_container a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.main_subject_container .main_subject_icon {
  text-align: center;
  position: relative;
}
.main_subject_container .main_subject_icon::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fd8204;
  opacity: 0.7;
  position: absolute;
  right: -50%;
  top: 50%;
}
.main_subject_container .main_subject_icon1::after {
  right: -18px;
  top: 14px;
}
.main_subject_container .main_subject_icon2::after {
  right: -27px;
  top: 22px;
}
.main_subject_container .main_subject_icon3::after {
  right: -18px;
  top: 19px;
}
.main_subject_container .main_subject_icon img {
  width: auto;
}
.main_subject_container .main_subject_ttl {
  font-size: 32px;
  font-weight: 600;
  margin-top: 55px;
}

/********** //주요진료과목 **********/
/********** 메인 수술후기 **********/
.main-section6 {
  background: url("../img/bg_main_review.jpg") no-repeat center;
  background-size: cover;
}
.main-section6 .swiper-button-prev, .main-section6 .swiper-button-next {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.4);
}

.main_review_container {
  margin-top: 60px;
}
.main_review_container .swiper {
  overflow: hidden;
  height: 400px;
  position: relative;
}
.main_review_container .swiper-slide {
  background: rgba(253, 130, 4, 0.75);
  color: #fff;
  padding: clamp(30px, 6vw, 70px);
  display: flex;
  height: 100%;
}
.main_review_container .swiper-slide img {
  width: auto;
}
.main_review_container .main_review_info {
  width: 365px;
  border-right: 1px solid #fff;
}
.main_review_container .main_review_cate {
  font-size: clamp(20px, 2.3vw, 30px);
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  border: 1px solid #fff;
  margin-bottom: 30px;
}
.main_review_container .main_review_name {
  font-size: clamp(20px, 2.3vw, 30px);
  font-weight: 500;
  margin-bottom: 30px;
}
.main_review_container .main_review_bna {
  font-size: clamp(20px, 2.3vw, 30px);
}
.main_review_container .main_review_bna li {
  margin-bottom: 15px;
}
.main_review_container .main_review_bna span {
  margin-right: 15px;
}
.main_review_container .main_review_bna em {
  font-weight: 600;
  display: inline-block;
  min-width: 80px;
}
.main_review_container .main_review_letter {
  padding-left: 60px;
  padding-top: 20px;
}
.main_review_container .main_review_link {
  position: absolute;
  bottom: 45px;
  right: 70px;
  z-index: 9;
}
.main_review_container .main_review_link a {
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 40px;
  border: 1px solid #fff;
  font-size: 24px;
}

/********** //메인 수술후기 **********/
/********** 메인 오시는길 **********/
.main-section7 {
  display: flex;
}
.main-section7 .bg-text {
  text-align: right;
  left: auto;
  right: 3vw;
  top: auto;
  bottom: 5vh;
}
.main-section7 > div {
  width: 50%;
}
.main-section7 .main_map {
  height: 100%;
}
.main-section7 .map_wrap {
  width: 100%;
  height: 100%;
}
.main-section7 .main_address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 6vw;
}
.main-section7 .main_address > div {
  margin-bottom: 40px;
}
.main-section7 h2 {
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 600;
  margin-bottom: 30px;
}
.main-section7 p {
  font-size: clamp(20px, 2.3vw, 30px);
  line-height: 1.2;
}
.main-section7 .main_time {
  font-size: clamp(20px, 2.3vw, 30px);
}
.main-section7 .main_time li {
  margin-bottom: 15px;
}
.main-section7 .main_time li em {
  width: 148px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: -3px;
  text-align-last: justify;
  margin-right: 40px;
}
.main-section7 h4 {
  font-size: clamp(30px, 4.5vw, 58px);
  font-weight: 300;
}
.main-section7 h4 b {
  font-weight: 700;
}

/********** //메인 오시는길 **********/
@keyframes neonBoxWh {
  from {
    box-shadow: none;
  }
  to {
    box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 6px #fff;
  }
}
/*부작용 멘트*/
.bu_common {
  text-align: center;
  margin: 40px auto;
}

.bu_common .bu_common_label {
  display: block;
  width: 300px;
  height: 44px;
  color: #fff;
  background: #333;
  margin: 20px auto;
  font-size: 20px;
  line-height: 44px;
  border-radius: 40px;
}

.bu_common p {
  font-size: 20px;
}/*# sourceMappingURL=style.css.map */