@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "pretendard", sans-serif;
}

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

ul {
  list-style: none;
}

button {
  all: unset;
  cursor: pointer;
}

.copy-box {
}
.copy-box .sub-title {
  font-size: 22px;
  font-weight: 600;
  display: block;
}
.copy-box .main-title {
  font-size: 42px;
  font-weight: 700;
  margin-top: 13.5px;
  display: block;
  line-height: 1.3;
}
.text-green {
  color: #1c5c6b;
}

.txt {
  font-size: 19px;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 40px;
}

/* ========= btn 설정 ================ */

.btn-wrap {
  margin-top: 27px;
  display: inline-block;
}
.btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 50px;
  line-height: 50px;
  /* background: #ffffff; */
  background: transparent;
}
.btn-wrap a .text {
  padding: 0 13.5px;
  border: 1px solid #000000;
}
.btn-wrap a .ico {
  width: 52px;
  height: 52px;
  background: url("../images/arrow-btn.svg") no-repeat center/30% 30%;

  border: 1px solid #000000;
  border-left: none;
  position: relative;
  transition: all 0.5s;
}

.btn-wrap a .ico::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 50px;
  background: #1c5c6b;
  position: absolute;
  transition: all 0.5s;
  z-index: -1;
}

.btn-wrap a:hover .ico::after {
  width: 51px;
}

.btn-wrap a:hover .ico {
  background: url("../images/arrow-btn2.svg") no-repeat center/30% 30%;
  animation: arrMove 0.5s linear;
}

@keyframes arrMove {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 58% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}

.inner {
  width: 100%;
}

.inner header {
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 0 84px;
  justify-content: center;
  /* align-items: center; */
}
.inner header .logo {
  margin: auto 0;
  position: absolute;
  left: min(4vw, 10rem);
  top: 50%;
  transform: translateY(-50%);
}
.inner header .logo a {
  background: url("../images/logo.svg") no-repeat 0 50%;
  background-size: contain;
  width: 190px;
  height: 55px;
  display: block;
}

.inner header .nav {
  display: flex;
}

.inner header .nav li {
}
.inner header .nav > li:hover > a {
  color: #1c5c6b;
}

.inner header .nav > li > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  background: #1c5c6b;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.inner header .nav > li:hover > a::before {
  width: 100%;
}

.inner header .nav > li > a {
  padding: 0 45px;
  line-height: 80px;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
}

.inner header .login {
  margin: auto 0;
  font-size: 25px;
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.inner header .nav li .sub-menu {
  padding-top: 20px;
  /* opacity: 0; */
  display: none;
}
.inner header .nav li .sub-menu li {
  text-align: center;
  margin-bottom: 9px;
}
.inner header .nav li .sub-menu li a {
  font-size: 16px;
  padding: 3px;
  display: inline-block;
}

.inner header .nav li .sub-menu li a:hover {
  color: #1c5c6b;
}

.inner header .nav .nav-bg {
  position: absolute;
  background-color: #ffffff;
  left: 0;
  /* top: 80px; */
  top: 0;
  height: 330px;
  width: 100vw;
  z-index: -99;
  box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.05);
  display: none;
}

/* ----------------- main 시작 ----------------- */

main {
}
main .wrapper {
  padding-top: 80px;
}

main .wrapper .visual-sect {
  padding: 117px 0 0;
  overflow: hidden;
}

main .wrapper .visual-sect .title {
  max-width: 720px;
  margin: 0 auto;
}

main .wrapper .visual-sect .title p {
}
main .wrapper .visual-sect .title p span {
  font-size: 85px;
  line-height: 1.2;
  font-weight: 800;
}

main .wrapper .visual-sect .visual {
  margin-top: 120px;
  width: 40%;
  margin: 120px auto 0;
}
main .wrapper .visual-sect .visual p {
  font-size: 36px;
  width: 1170px;
  margin: 0 auto;
  font-weight: 400;
  transform: scale(1);
  transform-origin: left;
  line-height: 1.5;
}
main .wrapper .visual-sect .visual .txt {
}
main .wrapper .visual-sect .visual > .img {
  margin-top: 80px;
}
main .wrapper .visual-sect .visual .img .swiper {
  width: 100%;
  height: 100dvh;
}
main .wrapper .visual-sect .visual .img .swiper .swiper-wrapper {
}
main .wrapper .visual-sect .visual .img .swiper .swiper-wrapper .swiper-slide {
}
main
  .wrapper
  .visual-sect
  .visual
  .img
  .swiper
  .swiper-wrapper
  .swiper-slide
  .text-box {
}
main
  .wrapper
  .visual-sect
  .visual
  .img
  .swiper
  .swiper-wrapper
  .swiper-slide:nth-child(1)
  .img {
  background: url("../images/staff01.jpg") no-repeat center/cover;
  width: 100%;
  height: 100%;
}
main
  .wrapper
  .visual-sect
  .visual
  .img
  .swiper
  .swiper-wrapper
  .swiper-slide:nth-child(2)
  .img {
  background: url("../images/posterFile_1647405568_0.jpg") no-repeat
    center/cover;
  width: 100%;
  height: 100%;
}

main
  .wrapper
  .visual-sect
  .visual
  .img
  .swiper
  .swiper-wrapper
  .swiper-slide
  .text-box {
  width: 100%;
}
main .wrapper .dr-sect {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 4rem;
  padding: 360px 405px 90px;
}
main .wrapper .dr-sect .img-wrap {
}
main .wrapper .dr-sect .img-wrap .img {
  background: url("../images/dr01.jpg") no-repeat center/cover;
  width: 100%;
  height: 500px;
}
main .wrapper .dr-sect .text-wrap {
  padding: 18px 0 45px;
}
main .wrapper .dr-sect .text-wrap .title {
  font-size: 63px;
  margin-bottom: 36px;
}
main .wrapper .dr-sect .text-wrap .txtbox {
}
main .wrapper .dr-sect .text-wrap .txtbox:nth-child(3) {
  margin-top: 63px;
}
main .wrapper .dr-sect .text-wrap .txtbox h2 {
  font-size: 30px;
}
main .wrapper .dr-sect .text-wrap .txtbox p {
  font-size: 19px;
  line-height: 1.7;
  color: #3c3c3c;
  margin-top: 5px;
}
main .wrapper .dr-sect .text-wrap .desc {
  font-size: 18px;
  margin-top: 18px;
  display: block;
}

main .inner {
  max-width: 1530px;
  margin: 0 auto;
}
main .wrapper .uicc-sect {
  opacity: 0;
}
main .wrapper .uicc-sect .inner {
  width: 50%;
}
main .wrapper .uicc-sect .top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

main .wrapper .uicc-sect .content {
}
main .wrapper .uicc-sect .content .img {
  max-width: 100%;
  margin-top: 55px;
}

main .wrapper .uicc-sect .content .img img {
  width: 100%;
}

main .wrapper .coo-sect {
  padding-top: 270px;
}
main .wrapper .coo-sect .inner {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
}
main .wrapper .coo-sect .inner .left {
}
main .wrapper .coo-sect .inner .left > .txt {
}
main .wrapper .coo-sect .inner .right {
  overflow: hidden;
  position: relative;
}
main .wrapper .coo-sect .inner .right .logo-slider {
  width: 100%;
  margin: 0 auto;
}
main .wrapper .coo-sect .inner .right .logo-slider .swiper-wrapper {
  display: flex;
  transition-timing-function: linear !important;
}
main
  .wrapper
  .coo-sect
  .inner
  .right
  .logo-slider:nth-child(2)
  .swiper-wrapper {
  margin-top: 80px;
}
main
  .wrapper
  .coo-sect
  .inner
  .right
  .logo-slider
  .swiper-wrapper
  .swiper-slide {
  width: 10rem !important;
  min-width: 185px !important;
  flex-shrink: 0;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5rem;
}
main
  .wrapper
  .coo-sect
  .inner
  .right
  .logo-slider
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
}

main .wrapper .medi-img-sect {
  margin-top: 270px;
  padding: 170px 0;
  background: url("../images/medi_img01.jpg") no-repeat center/cover;
  color: #ffffff;
}

main .wrapper .medi-img-sect .inner .content {
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 100px;
}
main .wrapper .medi-img-sect .inner .content .left {
  width: 100%;
}
main .wrapper .medi-img-sect .inner .content .left > .txt {
  margin-top: 25px;
}
main .wrapper .medi-img-sect .inner .content .left > .txt:nth-child(3) {
  margin-top: 19px;
}
main .wrapper .medi-img-sect .inner .content .right {
}
main .wrapper .medi-img-sect .inner .content .right .img {
  width: 100%;
}
main .wrapper .medi-img-sect .inner .content .right .img img {
  width: 100%;
}

/* ========= btn 설정 ================ */

main .wrapper .medi-img-sect .inner .content .left .btn-wrap {
  margin-top: 27px;
  display: inline-block;
}
main .wrapper .medi-img-sect .inner .content .left .btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 50px;
  line-height: 50px;
  /* background: #ffffff; */
  background: transparent;
}
main .wrapper .medi-img-sect .inner .content .left .btn-wrap a .text {
  padding: 0 13.5px;
  border: 1px solid #ffffff;
}
main .wrapper .medi-img-sect .inner .content .left .btn-wrap a .ico {
  width: 52px;
  height: 52px;
  background: url("../images/arrow-btn2.svg") no-repeat center/30% 30%;
  border: 1px solid #ffffff;
  border-left: none;
  position: relative;
  transition: all 0.5s;
}

main .wrapper .medi-img-sect .inner .content .left .btn-wrap a .ico::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 50px;
  background: #ffffff;
  position: absolute;
  transition: all 0.5s;
  z-index: 0;
}

main
  .wrapper
  .medi-img-sect
  .inner
  .content
  .left
  .btn-wrap
  a:hover
  .ico::after {
  width: 51px;
}

main .wrapper .medi-img-sect .inner .content .left .btn-wrap a .ico::before {
  content: "";
  width: 52px;
  height: 52px;
  background: url("../images/arrow-btn3.svg") no-repeat center/30% 30%;
  position: absolute;
  transition: all 0.5s;
  opacity: 0;
  z-index: 99;
}

main
  .wrapper
  .medi-img-sect
  .inner
  .content
  .left
  .btn-wrap
  a:hover
  .ico::before {
  animation: arrMove 0.5s linear;
  opacity: 1;
}

@keyframes arrMove {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 58% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}

main .wrapper .bg-sect {
  background: linear-gradient(
    to bottom,
    rgba(51, 155, 177, 1) 0%,
    rgba(29, 111, 128, 1) 99%
  );
  color: #ffffff;
  overflow: hidden;
}

main .wrapper .bg-sect .txt-flow {
  display: flex;
  gap: 30px;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
  color: rgba(241, 241, 243, 0.07);
  font-weight: 700;
  margin-top: 120px;
}

main .wrapper .bg-sect .txt-flow p {
  font-size: 150px;
  animation: textLoop 25s linear infinite;
}

@keyframes textLoop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/* ////////////////////////////////// */

main .wrapper .bg-sect .philo-sect .main-title-box {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 80px;
  max-width: 1530px;
  margin: 0 auto;
  padding-bottom: 270px;
}
main .wrapper .bg-sect .philo-sect .main-title-box .title {
  font-size: 63px;
  font-weight: 700;
  line-height: 1.3;
}
main .wrapper .bg-sect .philo-sect .main-title-box > .txt {
  margin-top: 0;
}
main .wrapper .bg-sect .philo-sect .main-title-box .txt span {
  display: block;
}

main .wrapper .bg-sect .philo-sect .main-title-box .txt span:nth-child(2) {
  margin-top: 19px;
}
main .wrapper .bg-sect .philo-sect .main-title-box .txt span:nth-child(3) {
  margin-top: 19px;
}

.medi-box-wrap .medi-title .title .tit {
  max-width: 1530px;
  margin: 0 auto;
}
.medi-box-wrap .medi-title .title .tit span {
  position: relative;
  font-size: 42px;
  font-weight: 700;
}

.medi-box-wrap .medi-title .title .tit span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -460px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.medi-box-wrap .medi-title .title .tit span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1350px;
  width: 300%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.medi-box-wrap .medi-box-container {
}
.medi-box-wrap .medi-box-container .medi-box-sect {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 12rem 0 6rem;
  margin-top: 7.5rem;
  width: 170%;
}

.medi-box-wrap .medi-box-container .medi-box-sect .item {
  position: relative;
  width: 25%;
  margin-right: 20rem;
}

.medi-box-wrap .medi-box-container .medi-box-sect .item:nth-child(1) {
  padding-top: 16%;
}

.medi-box-wrap .medi-box-container .medi-box-sect .item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.medi-box-wrap .medi-box-container .medi-box-sect .item .img .over-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
  background: #1c5c6b;
  pointer-events: none;
}

.medi-box-wrap
  .medi-box-container
  .medi-box-sect
  .item:nth-child(1)
  .img
  .over-bg {
  transform: translateY(-100%);
}

.medi-box-wrap .medi-box-container .medi-box-sect .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.medi-box-wrap .medi-box-container .medi-box-sect .decs {
  position: absolute;
  left: -0.5rem;
  font-size: 16px;
  font-weight: 500;
  writing-mode: vertical-lr;
  transform: translateX(-100%) rotate(180deg);
}

/* ////////////////////////////////// */

main .wrapper .history-sect {
  padding-top: 300px;
  position: relative;
}
main .wrapper .history-sect .inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

main .wrapper .history-sect .inner .left {
  position: sticky;
  left: 0;
  top: 150px;
  width: 40%;
  padding-bottom: 120px;
}

main .wrapper .history-sect .inner .right {
  width: 60%;
  padding: 20px;
}

main .wrapper .history-sect .inner .right .label {
  display: flex;
  align-items: center;
  justify-content: center;
}

main .wrapper .history-sect .inner .right .label span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  font-size: 16px;
  border-radius: 200px;
  font-weight: 600;
  border: 1px solid #1c5c6b;
}

main .wrapper .history-sect .inner .right .content-wrap {
  position: relative;
  height: 100%;
  padding: 0 54px;
}
main .wrapper .history-sect .inner .right .content-wrap .content {
  padding: 90px 0;
  position: relative;
}

main .wrapper .history-sect .inner .right .content-wrap .content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 92%;
  border-right: 1px dashed #1c5c6b;
}

main .wrapper .history-sect .inner .right .content-wrap .content .item {
  width: 40%;
}

main
  .wrapper
  .history-sect
  .inner
  .right
  .content-wrap
  .content
  .item:nth-of-type(odd) {
  margin-right: auto;
  text-align: right;
}
main
  .wrapper
  .history-sect
  .inner
  .right
  .content-wrap
  .content
  .item:nth-of-type(even) {
  margin-left: auto;
  text-align: left;
}

main
  .wrapper
  .history-sect
  .inner
  .right
  .content-wrap
  .content
  .item
  .img-wrap {
  position: relative;
}
main
  .wrapper
  .history-sect
  .inner
  .right
  .content-wrap
  .content
  .item
  .img-wrap
  .img {
  position: relative;
  width: 100%;
  padding-top: 58%;
}
main
  .wrapper
  .history-sect
  .inner
  .right
  .content-wrap
  .content
  .item
  .img-wrap
  .img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.98);
  position: absolute;
  top: 0;
  left: 0;
}
main
  .wrapper
  .history-sect
  .inner
  .right
  .content-wrap
  .content
  .item
  .img-wrap
  .line {
  position: absolute;
  top: 50%;
  width: 25%;
  height: 0;
  border-top: 1px dashed #1c5c6b;
}

main
  .wrapper
  .history-sect
  .inner
  .right
  .content-wrap
  .content
  .item:nth-of-type(even)
  .img-wrap
  .line {
  left: 0;
  transform: translateX(-100%);
}
main
  .wrapper
  .history-sect
  .inner
  .right
  .content-wrap
  .content
  .item:nth-of-type(odd)
  .img-wrap
  .line {
  right: 0;
  transform: translateX(100%);
}

main
  .wrapper
  .history-sect
  .inner
  .right
  .content-wrap
  .content
  .item
  .img-wrap
  .line::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  border: 4px solid #1c5c6b;
  background: #ffffff;
}

main
  .wrapper
  .history-sect
  .inner
  .right
  .content-wrap
  .content
  .item:nth-of-type(even)
  .img-wrap
  .line::before {
  left: 0;
  transform: translate(-50%, -50%);
}
main
  .wrapper
  .history-sect
  .inner
  .right
  .content-wrap
  .content
  .item:nth-of-type(odd)
  .img-wrap
  .line::before {
  right: 0;
  transform: translate(50%, -50%);
}

main .wrapper .history-sect .inner .right .content-wrap .content .item .tit {
  font-size: 19px;
  margin-top: 14px;
  font-weight: 600;
  line-height: 1.5;
}

main .wrapper .team-sect {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}

main .wrapper .team-sect .cont {
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

main .wrapper .team-sect .cont .copy-box {
  width: 40%;
  padding-left: 195px;
}

main .wrapper .team-sect .cont .img-wrap {
  width: 60%;
}

main .wrapper .team-sect .cont .img-wrap .team-img-slider {
}
main .wrapper .team-sect .cont .img-wrap .team-img-slider .swiper-wrapper {
}
main
  .wrapper
  .team-sect
  .cont
  .img-wrap
  .team-img-slider
  .swiper-wrapper
  .swiper-slide {
  width: 590px;
  margin-right: 70px;
}

main
  .wrapper
  .team-sect
  .cont
  .img-wrap
  .team-img-slider
  .swiper-wrapper
  .swiper-slide
  .img {
  position: relative;
  width: 100%;
  padding-top: 60%;
}

main
  .wrapper
  .team-sect
  .cont
  .img-wrap
  .team-img-slider
  .swiper-wrapper
  .swiper-slide
  .img
  img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .wrapper .meal-sect {
  padding-top: 270px;
}

main .wrapper .meal-sect .inner .content {
  display: flex;
}

main .wrapper .meal-sect .inner .content .left {
  width: 50%;
  margin: 50px 0 150px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main .wrapper .meal-sect .inner .content .left .text-wrap {
}
main .wrapper .meal-sect .inner .content .left .text-wrap .tit {
  font-size: 19px;
  margin-top: 54px;
  line-height: 1.7;
  font-weight: 500;
}

main .wrapper .meal-sect .inner .content .left .text-wrap .btn-wrap {
  margin-top: 63px;
}

main .wrapper .meal-sect .inner .content .left .meal-slider {
  width: calc(100% - 4.5rem);
  margin: 0 auto;
  position: relative;
  overflow: visible !important;
}
main .wrapper .meal-sect .inner .content .left .meal-slider .swiper-wrapper {
  width: 100%;
}
main
  .wrapper
  .meal-sect
  .inner
  .content
  .left
  .meal-slider
  .swiper-wrapper
  .swiper-slide {
  width: 25%;
  /* margin-right: 15px; */
}

main
  .wrapper
  .meal-sect
  .inner
  .content
  .left
  .meal-slider
  .swiper-wrapper
  .swiper-slide
  .img {
  width: 100%;
}

main
  .wrapper
  .meal-sect
  .inner
  .content
  .left
  .meal-slider
  .swiper-wrapper
  .swiper-slide
  .img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .wrapper .meal-sect .inner .content .right {
  width: 50%;
  margin-left: 10rem;
}

main .wrapper .meal-sect .inner .content .right .img {
  width: 585px;
  margin-left: auto;
}

main .wrapper .meal-sect .inner .content .right .img img {
  width: 100%;
  object-fit: cover;
}

main .wrapper .meal-sect .inner .content .left .meal-slider .btn-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  z-index: 999;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url("../images/arrow-narrow-left.svg") no-repeat center/cover;
}

main .wrapper .meal-sect .inner .content .left .meal-slider .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: -40px;
  z-index: 999;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url("../images/arrow-narrow-left.svg") no-repeat center/cover;
}

main .wrapper .meal-sect .txt-flow {
  display: flex;
  gap: 30px;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
  color: rgba(0, 0, 0, 0.04);
  font-weight: 700;
  margin-top: 120px;
}

main .wrapper .meal-sect .txt-flow p {
  font-size: 150px;
  animation: textLoop 25s linear infinite;
}

@keyframes textLoop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

main .wrapper .case-sect {
  padding: 225px 0;
  color: #ffffff;
  background: url("../images/case_bg01.jpg") no-repeat center/cover;
}
main .wrapper .case-sect .case-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

main .wrapper .case-sect .case-cont .left {
  width: 50%;
}

main .wrapper .case-sect .case-cont .left .img {
  width: 100%;
}
main .wrapper .case-sect .case-cont .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .wrapper .case-sect .case-cont .left .img-text {
  margin-top: 15px;
}

main .wrapper .case-sect .case-cont .left .img-text .case-data {
  display: flex;
  align-items: center;
}

main .wrapper .case-sect .case-cont .left .img-text .case-data span {
  padding-left: 10px;
  margin-left: 12px;
  font-size: 13px;
  line-height: 1;
  position: relative;
}

main .wrapper .case-sect .case-cont .left .img-text .case-data span::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.5;
  width: 1px;
  height: 100%;
  background: #ffffff;
}

main .wrapper .case-sect .case-cont .left .img-text strong {
  margin-top: 12px;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

main .wrapper .case-sect .case-cont .right {
  width: 50%;
  flex-shrink: 0;
  margin-left: 100px;
}

main .wrapper .case-sect .case-cont .right .text-wrap .tit {
  font-size: 19px;
  margin-top: 22.5px;
  line-height: 1.7;
  font-weight: 500;
}

/* ========= btn 설정 ================ */

main .wrapper .case-sect .case-cont .right .btn-wrap {
  margin-top: 27px;
  display: inline-block;
}
main .wrapper .case-sect .case-cont .right .btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 50px;
  line-height: 50px;
  /* background: #ffffff; */
  background: transparent;
}
main .wrapper .case-sect .case-cont .right .btn-wrap a .text {
  padding: 0 13.5px;
  border: 1px solid #ffffff;
}
main .wrapper .case-sect .case-cont .right .btn-wrap a .ico {
  width: 52px;
  height: 52px;
  background: url("../images/arrow-btn2.svg") no-repeat center/30% 30%;
  border: 1px solid #ffffff;
  border-left: none;
  position: relative;
  transition: all 0.5s;
}

main .wrapper .case-sect .case-cont .right .btn-wrap a .ico::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 50px;
  background: #ffffff;
  position: absolute;
  transition: all 0.5s;
  z-index: 0;
}

main .wrapper .case-sect .case-cont .right .btn-wrap a:hover .ico::after {
  width: 51px;
}

main .wrapper .case-sect .case-cont .right .btn-wrap a .ico::before {
  content: "";
  width: 52px;
  height: 52px;
  background: url("../images/arrow-btn3.svg") no-repeat center/30% 30%;
  position: absolute;
  transition: all 0.5s;
  opacity: 0;
  z-index: 99;
}

main .wrapper .case-sect .case-cont .right .btn-wrap a:hover .ico::before {
  animation: arrMove 0.5s linear;
  opacity: 1;
}

@keyframes arrMove {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 58% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}

main .wrapper .medi-cont-sect {
  padding-top: 270px;
}
main .wrapper .medi-cont-sect .inner {
  padding: 45px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12.5rem;
  position: relative;
}

main .wrapper .medi-cont-sect .inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(226, 226, 226, 0.3);
}

main .wrapper .medi-cont-sect .inner .cont {
  display: flex;
  flex-direction: column;
}

main .wrapper .medi-cont-sect .inner .cont .text-wrap {
  min-height: 333px;
}

main .wrapper .medi-cont-sect .inner .cont .tit {
  font-size: 19px;
  margin-top: 19px;
  line-height: 1.7;
  font-weight: 500;
}
main .wrapper .medi-cont-sect .inner .cont .img {
  width: 100%;
  position: relative;
  padding-top: 70%;
  margin-top: 5rem;
}
main .wrapper .medi-cont-sect .inner .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
main .wrapper .medi-cont-sect .inner .cont .btn-wrap {
  margin-top: 63px;
}
main .wrapper .medi-cont-sect .inner .cont .btn-wrap a {
  justify-content: center;
}

main .wrapper .youtube-sect {
  padding-top: 270px;
}
main .wrapper .youtube-sect .inner {
}
main .wrapper .youtube-sect .inner .top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

main .wrapper .youtube-sect .inner .top .copy-box .sub-title {
  margin-top: 13.5px;
}
main .wrapper .youtube-sect .inner .top .copy-box .main-title {
  margin-top: 0;
}

main .wrapper .youtube-sect .inner .cont {
  margin-top: 80px;
}

main .wrapper .youtube-sect .inner .cont ul {
  display: flex;
  gap: 20px;
}
main .wrapper .youtube-sect .inner .cont ul li {
  width: 25%;
}
main .wrapper .youtube-sect .inner .cont ul li a {
  width: 100%;
  height: 100%;
}

main .wrapper .youtube-sect .inner .cont ul li a:hover .img {
  background-size: 105%;
}
main .wrapper .youtube-sect .inner .cont ul li:nth-child(2) a:hover .img {
  background-size: 105%;
}
main .wrapper .youtube-sect .inner .cont ul li:nth-child(3) a:hover .img {
  background-size: 105%;
}
main .wrapper .youtube-sect .inner .cont ul li:nth-child(4) a:hover .img {
  background-size: 105%;
}

main .wrapper .youtube-sect .inner .cont ul li a .img {
  width: 100%;
  height: 200px;
  background: url("../images/imgFile_1718325806_0.jpg") no-repeat center/cover;
  background-size: 100%;
  border-radius: 8px;
  transition: all 0.5s;
}

main .wrapper .youtube-sect .inner .cont ul li:nth-child(2) a .img {
  background: url("../images/imgFile_1718325854_0.jpg") no-repeat center/cover;
  background-size: 100%;
}
main .wrapper .youtube-sect .inner .cont ul li:nth-child(3) a .img {
  background: url("../images/imgFile_1718325919_0.jpg") no-repeat center/cover;
  background-size: 100%;
}
main .wrapper .youtube-sect .inner .cont ul li:nth-child(4) a .img {
  background: url("../images/imgFile_1718325980_0.jpg") no-repeat center/cover;
  background-size: 100%;
}

main .wrapper .youtube-sect .inner .cont ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .wrapper .youtube-sect .inner .cont ul li a .tit {
  font-size: 14px;
  margin-top: 16px;
}

main .wrapper .clinic-sect {
  padding: 270px 0;
}

main .wrapper .clinic-sect .inner {
}
main .wrapper .clinic-sect .inner .top {
  text-align: center;
}
main .wrapper .clinic-sect .inner .top .copy-box .sub-title {
  margin-top: 13.5px;
}

main .wrapper .clinic-sect .inner .cont {
  margin-top: 70px;
}

main .wrapper .clinic-sect .inner .cont ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  align-items: flex-end;
}

main .wrapper .clinic-sect .inner .cont ul li {
  width: 100%;
}
main .wrapper .clinic-sect .inner .cont ul li a {
  width: 100%;
  height: 100%;
}
main .wrapper .clinic-sect .inner .cont ul li a .img-wrap {
  position: relative;
}

main .wrapper .clinic-sect .inner .cont ul li a:hover .img-wrap .hover-box {
  opacity: 1;
  height: 100%;
}

main .wrapper .clinic-sect .inner .cont ul li a:hover .img-wrap .img img {
  height: 100%;
}

main .wrapper .clinic-sect .inner .cont ul li a .img-wrap .hover-box {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0;
  transition: all 0.5s;
}
main .wrapper .clinic-sect .inner .cont ul li a .img-wrap .hover-box .ico {
  width: 50px;
  height: 50px;
  background: url("../images/plus-btn.svg") no-repeat center/cover;
}
main .wrapper .clinic-sect .inner .cont ul li a .img-wrap .hover-box .txt {
  margin-top: 18px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
}
main .wrapper .clinic-sect .inner .cont ul li a .img-wrap .img {
  position: relative;
  padding-top: 150%;
  width: 100%;
}
main .wrapper .clinic-sect .inner .cont ul li a .img-wrap .img img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  object-position: left bottom;
  transition: all 0.5s;
}
main .wrapper .clinic-sect .inner .cont ul li a .text-wrap {
  margin-top: 45px;
  min-height: 135px;
}
main .wrapper .clinic-sect .inner .cont ul li a .text-wrap .main-title {
  font-size: 40px;
  font-weight: 800;
  display: block;
}
main .wrapper .clinic-sect .inner .cont ul li a .text-wrap .tit {
  font-size: 16px;
  display: block;
  margin-top: 12px;
  color: #767676;
  line-height: 1.5;
}

main .wrapper .place-sect {
  background: linear-gradient(
    to bottom,
    rgba(29, 111, 128, 1) 0%,
    rgba(51, 155, 177, 1) 100%
  );
  color: #ffffff;
  overflow: hidden;
  padding: 270px 0;
}
main .wrapper .place-sect .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1530px;
  margin: 0 auto;
}

main .wrapper .place-sect .place-slider {
  margin-top: 90px;
  padding-left: 50px;
}

main .wrapper .place-sect .place-slider .swiper-wrapper {
}
main .wrapper .place-sect .place-slider .swiper-wrapper .swiper-slide {
  width: 600px !important;
  transition: opacity 0.5s ease;
}
main .wrapper .place-sect .place-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .wrapper .place-sect .text-wrap {
  max-width: 1530px;
  margin: 0 auto;
  margin-top: 63px;
}

main .wrapper .place-sect .text-wrap .copy-box .main-title {
  font-size: 32px;
  margin-top: 0;
}

main .wrapper .place-sect .text-wrap .text {
  margin-top: 27px;
}

main .wrapper .place-sect .text-wrap .text .tit {
  font-size: 19px;
  margin-top: 19px;
  font-weight: 500;
  line-height: 1.7;
}

main .wrapper .place-sect .text-wrap .text .tit:nth-child(1) {
  margin-top: 0;
}

/* ========= btn 설정 ================ */

main .wrapper .place-sect .top .btn-wrap {
  margin-top: 27px;
  display: inline-block;
}
main .wrapper .place-sect .top .btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 50px;
  line-height: 50px;
  /* background: #ffffff; */
  background: transparent;
}
main .wrapper .place-sect .top .btn-wrap a .text {
  padding: 0 13.5px;
  border: 1px solid #ffffff;
}
main .wrapper .place-sect .top .btn-wrap a .ico {
  width: 52px;
  height: 52px;
  background: url("../images/arrow-btn2.svg") no-repeat center/30% 30%;
  border: 1px solid #ffffff;
  border-left: none;
  position: relative;
  transition: all 0.5s;
}

main .wrapper .place-sect .top .btn-wrap a .ico::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 50px;
  background: #ffffff;
  position: absolute;
  transition: all 0.5s;
  z-index: 0;
}

main .wrapper .place-sect .top .btn-wrap a:hover .ico::after {
  width: 51px;
}

main .wrapper .place-sect .top .btn-wrap a .ico::before {
  content: "";
  width: 52px;
  height: 52px;
  background: url("../images/arrow-btn3.svg") no-repeat center/30% 30%;
  position: absolute;
  transition: all 0.5s;
  opacity: 0;
  z-index: 99;
}

main .wrapper .place-sect .top .btn-wrap a:hover .ico::before {
  animation: arrMove 0.5s linear;
  opacity: 1;
}

@keyframes arrMove {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 58% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}

main .wrapper .advice-sect {
  padding: 100px 0;
  background: #1c5c6b;
  color: #ffffff;
}

main .wrapper .advice-sect .inner .top {
  text-align: center;
}

main .wrapper .advice-sect .inner .top .text-wrap .tit {
  color: #77a2ad;
  line-height: 1.7;
  margin-top: 22px;
  font-size: 19px;
}

main .wrapper .advice-sect .inner .cont {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 80%;
  margin: 108px auto 0;
}

main .wrapper .advice-sect .inner .cont form {
  display: grid;
  grid-template-columns: 225px 1fr;
  gap: 15px;
  width: 55%;
}

main .wrapper .advice-sect .inner .cont form .contact-input-box {
}
main .wrapper .advice-sect .inner .cont form .contact-input-box .txt {
  font-size: 19px;
  font-weight: 500;
  color: #77a2ad;
  margin-top: 0;
}
main .wrapper .advice-sect .inner .cont form .contact-input-box input {
  border: none;
  margin-top: 20px;
  width: 100%;
  height: 72px;
  line-height: 72px;
  padding: 0 20px;
  background: #ffffff;
  color: #000000;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1px;
}

main
  .wrapper
  .advice-sect
  .inner
  .cont
  form
  .contact-input-box
  input::placeholder {
  color: #bdbdbd;
}

main .wrapper .advice-sect .inner .cont form .contact-input-box .contact-input {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

main
  .wrapper
  .advice-sect
  .inner
  .cont
  form
  .contact-input-box
  .contact-input
  button {
  height: 72px;
  line-height: 72px;
  padding: 0 50px;
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
}

main .wrapper .advice-sect .inner .cont form .agree-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-row: 2;
}
main .wrapper .advice-sect .inner .cont form .agree-box .chk-box {
  display: flex;
  align-items: center;
}
main .wrapper .advice-sect .inner .cont form .agree-box .chk-box label {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 13.5px;
  border-radius: 40px;
  padding: 1em 1.5em;
  cursor: pointer;
  line-height: 1em;
  transition: all 0.5s;
}

main .wrapper .advice-sect .inner .cont form .agree-box .chk-box label:hover {
  border: 1px solid #ffffff;
}

main
  .wrapper
  .advice-sect
  .inner
  .cont
  form
  .agree-box
  .chk-box
  label
  input[type="checkbox"] {
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

main
  .wrapper
  .advice-sect
  .inner
  .cont
  form
  .agree-box
  .chk-box
  label
  input[type="checkbox"]
  + span {
  padding-left: 1.5em;
  background: url("../images/checkbox-ico-01.svg") no-repeat 0 center;
}

main
  .wrapper
  .advice-sect
  .inner
  .cont
  form
  .agree-box
  .chk-box
  label
  input[type="checkbox"]:checked
  + span {
  background: url("../images/checkbox-ico-02.svg") no-repeat 0 center;
}

main .wrapper .advice-sect .inner .cont form .agree-box .chk-box label span {
}
main .wrapper .advice-sect .inner .cont form .agree-box .priv-btn {
  border-bottom: 1px solid #77a2ad;
  color: #77a2ad;
  font-size: 13px;
}

main .wrapper .advice-sect .inner .cont form .agree-box .priv-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
  transition: all 0.5s;
}

main .wrapper .advice-sect .inner .cont .info-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  width: calc(45% - 5rem);
  margin-left: 5rem;
}

main .wrapper .advice-sect .inner .cont .info-wrap a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

main .wrapper .advice-sect .inner .cont .info-wrap a .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
}

main .wrapper .advice-sect .inner .cont .info-wrap a:hover .ico {
  transform: translateY(-5px);
}

main .wrapper .advice-sect .inner .cont .info-wrap a .ico svg {
  width: 35%;
  height: 35%;
  fill: #ffffff;
}

main .wrapper .advice-sect .inner .cont .info-wrap a .txt {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 500;
}

footer {
  padding: 50px;
  background: #262932;
  color: #67696f;
}

footer .inner {
  max-width: 1530px;
  margin: 0 auto;
}

footer .inner .fnb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  font-size: 15px;
}

footer .inner .fnb li:nth-child(2) {
  color: #ffffff;
  font-weight: 400;
}

footer .inner .sns-ico {
  margin-top: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
}

footer .inner .sns-ico li a {
  display: block;
  width: 27px;
  height: 27px;
  font-size: 27px;
  fill: #67696f;
}

footer .inner .cont {
  margin-top: 30px;
  font-size: 13.5px;
  line-height: 1.5;
}

footer .inner .cont .ft-text span {
  margin-left: 9px;
}

footer .inner .cont .ft-text span:nth-child(1) {
  margin-left: 0;
}
