@charset "UTF-8";
.flex {
  display: flex;
}

.img-responsive {
  max-width: 100%;
  display: block;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-25 {
  font-size: 25px;
}

.font-30 {
  font-size: 30px;
}

.font-35 {
  font-size: 35px;
}

.font-50 {
  font-size: 50px;
}

.font-60 {
  font-size: 60px;
}

.font-70 {
  font-size: 60px;
}

.bold200 {
  font-weight: 200;
}

.bold300 {
  font-weight: 300;
}

.bold500 {
  font-weight: 500;
}

.bold700 {
  font-weight: 700;
}

.opacity-5 {
  opacity: 0.5;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-300 {
  margin-bottom: 300px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-4 {
  letter-spacing: 4px;
}

.ls-m2 {
  letter-spacing: -2px;
}

@media (max-width: 1440px) {
  .font-16 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-22 {
    font-size: 20px;
  }
  .font-25 {
    font-size: 23px;
  }
  .font-30 {
    font-size: 26px;
  }
  .font-35 {
    font-size: 30px;
  }
  .font-50 {
    font-size: 42px;
  }
  .font-60 {
    font-size: 50px;
  }
  .font-70 {
    font-size: 60px;
  }
  .mb-10 {
    margin-bottom: 7px;
  }
  .mb-50 {
    margin-bottom: 40px;
  }
  .mb-100 {
    margin-bottom: 75px;
  }
  .mb-150 {
    margin-bottom: 125px;
  }
  .mb-200 {
    margin-bottom: 150px;
  }
  .mb-300 {
    margin-bottom: 200px;
  }
  .pt-150 {
    padding-top: 120px;
  }
  .pb-150 {
    padding-bottom: 120px;
  }
}
@media (max-width: 990px) {
  .font-16 {
    font-size: 12px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-22 {
    font-size: 18px;
  }
  .font-25 {
    font-size: 20px;
  }
  .font-30 {
    font-size: 24px;
  }
  .font-35 {
    font-size: 28px;
  }
  .font-50 {
    font-size: 38px;
  }
  .font-60 {
    font-size: 44px;
  }
  .font-70 {
    font-size: 50px;
  }
  .mb-10 {
    margin-bottom: 5px;
  }
  .mb-50 {
    margin-bottom: 40px;
  }
  .mb-100 {
    margin-bottom: 75px;
  }
  .mb-150 {
    margin-bottom: 100px;
  }
  .mb-200 {
    margin-bottom: 150px;
  }
  .pt-150 {
    padding-top: 100px;
  }
  .pb-150 {
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  .font-35 {
    font-size: 26px;
  }
  .font-50 {
    font-size: 34px;
  }
  .font-60 {
    font-size: 38px;
  }
}
.color-black {
  color: #000;
}

.color-white {
  color: #fff;
}

.color-pink {
  color: #e7acab;
}

body {
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.3;
}

#header {
  background-color: transparent;
}
#header .wrapper {
  margin-right: 0;
}

.main_2022 .main_wrapper {
  max-width: 1800px;
  margin-left: 60px;
  margin-right: 60px;
}
.main_2022 .main_wrapper.flex {
  flex-wrap: wrap;
}
@media (min-width: 1921px) {
  .main_2022 .main_wrapper {
    max-width: 1920px;
    margin: auto;
  }
}
@media (max-width: 990px) {
  .main_2022 .main_wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.main_2022 .view_more {
  display: inline-block;
  margin-left: auto;
  margin-right: 20px;
  position: relative;
}
.main_2022 .view_more:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  right: -20px;
  top: 40%;
  transform: translateY(-50%);
}

.main_slide_sec .left_bg {
  background-color: #1e1e24;
  width: 15%;
  max-width: 260px;
  height: calc(100vh - 250px);
  position: absolute;
  top: 0;
  left: 0;
}
.main_slide_sec .left_bg .scrolldown {
  position: absolute;
  transform: rotate(-90deg) translateX(100%);
  bottom: -250px;
  left: 0;
  transform-origin: top;
  pointer-events: none;
}
.main_slide_sec .left_bg .scrolldown h1 {
  -webkit-animation: down 1.5s infinite;
          animation: down 1.5s infinite;
}
.main_slide_sec .left_bg .scrolldown h1:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: -20px;
  top: 40%;
  transform: translateY(-50%);
}
.main_slide_sec .swiper {
  margin-top: 100px;
  width: calc(100% - 120px);
  margin-right: 0;
  background-color: #fff;
}
.main_slide_sec .swiper .swiper-slide {
  height: calc(100vh - 100px);
  position: relative;
}
.main_slide_sec .swiper .swiper-slide h1 {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.main_slide_sec .swiper .swiper-slide h1:nth-of-type(1) {
  transform: translateY(-70px);
}
.main_slide_sec .swiper .swiper-slide h1:nth-of-type(2) {
  transform: translateY(-50px);
}
.main_slide_sec .swiper .swiper-slide h1:nth-of-type(3) {
  transform: translateY(-30px);
}
.main_slide_sec .swiper .swiper-slide.s01 {
  background: url(/img/2022/mainslide01.jpg) no-repeat center/cover;
}
.main_slide_sec .swiper .swiper-slide.s02 {
  background: url(/img/2022/mainslide02.jpg) no-repeat center/cover;
}
.main_slide_sec .swiper .swiper-slide.s03 {
  background: url(/img/2022/mainslide03.jpg) no-repeat center/cover;
}
.main_slide_sec .swiper .swiper-slide.s04 {
  background: url(/img/2022/mainslide04.jpg) no-repeat center/cover;
}
.main_slide_sec .swiper .swiper-slide-active h1:nth-of-type(1) {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}
.main_slide_sec .swiper .swiper-slide-active h1:nth-of-type(2) {
  opacity: 1;
  transition-delay: 0.9s;
  transform: translateY(0);
}
.main_slide_sec .swiper .swiper-slide-active h1:nth-of-type(3) {
  opacity: 1;
  transition-delay: 1.3s;
  transform: translateY(0);
}
.main_slide_sec .swiper .main_slide_title {
  position: absolute;
  top: 40%;
  left: 10%;
  transform: translateY(-50%);
}
.main_slide_sec .swiper .swiper-pagination-wrapper {
  position: absolute;
  bottom: 20%;
  width: auto;
  left: 10%;
  z-index: 10;
}
.main_slide_sec .swiper .swiper-pagination-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
  width: 92px;
}
.main_slide_sec .swiper .swiper-pagination-wrapper circle {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  stroke: #000;
}
.main_slide_sec .swiper .swiper-pagination-wrapper.anime circle {
  -webkit-animation: stroke 5s ease-out forwards;
          animation: stroke 5s ease-out forwards;
}
.main_slide_sec .swiper .swiper-pagination-wrapper.color-white circle {
  stroke: #fff;
}
.main_slide_sec .swiper .swiper-pagination-wrapper.color-white .swiper-pagination-circle {
  border-color: #fff;
  color: #fff;
}
.main_slide_sec .swiper .swiper-pagination-circle {
  width: 88px;
  height: 88px;
  line-height: 88px;
  border: 1px solid #000;
  border-radius: 50%;
}
.main_slide_sec .swiper .swiper-pagination-custom {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
}
@-webkit-keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateX(15px);
  }
  40% {
    transform: translate(0);
  }
}
@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateX(15px);
  }
  40% {
    transform: translate(0);
  }
}
@media (max-width: 1660px) {
  .main_slide_sec .swiper .swiper-slide {
    height: calc(100vh - 200px);
  }
}
@media (max-width: 1440px) {
  .main_slide_sec .swiper {
    margin-top: 88px;
  }
}
@media (max-width: 1240px) {
  .main_slide_sec .left_bg {
    width: 10%;
    height: calc(100vh - 350px);
  }
  .main_slide_sec .swiper {
    width: calc(100% - 80px);
  }
  .main_slide_sec .swiper .swiper-slide {
    height: calc(100vh - 300px);
  }
  .main_slide_sec .swiper .swiper-pagination-wrapper {
    bottom: 10%;
  }
}
@media (max-width: 990px) {
  .main_slide_sec .swiper {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .main_slide_sec .swiper {
    width: 100%;
  }
  .main_slide_sec .swiper .swiper-slide {
    height: calc(100vh - 150px);
  }
  .main_slide_sec .swiper .swiper-slide.s01 {
    background: url(/img/2022/mainslide01_m.jpg) no-repeat center/cover;
  }
  .main_slide_sec .swiper .swiper-slide.s02 {
    background: url(/img/2022/mainslide02_m.jpg) no-repeat center/cover;
  }
  .main_slide_sec .swiper .swiper-slide.s02 .main_slide_title {
    top: 100px;
    bottom: auto;
  }
  .main_slide_sec .swiper .swiper-slide.s03 {
    background: url(/img/2022/mainslide03_m.jpg) no-repeat center/cover;
  }
  .main_slide_sec .swiper .swiper-slide.s03 .main_slide_title {
    top: 130px;
    bottom: auto;
  }
  .main_slide_sec .swiper .swiper-slide.s04 {
    background: url(/img/2022/mainslide04_m.jpg) no-repeat center/cover;
  }
  .main_slide_sec .swiper .main_slide_title {
    top: auto;
    bottom: 30%;
    transform: translateY(0);
  }
  .main_slide_sec .swiper .swiper-pagination {
    position: relative;
  }
  .main_slide_sec .swiper .swiper-pagination-wrapper {
    bottom: 8%;
  }
  .main_slide_sec .swiper .swiper-pagination-wrapper svg {
    display: none;
  }
  .main_slide_sec .swiper .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    background-color: transparent;
    opacity: 1;
  }
  .main_slide_sec .swiper .swiper-pagination-bullet-active {
    background-color: #000;
  }
  .main_slide_sec .left_bg {
    display: none;
  }
}
@media (max-width: 530px) {
  .main_slide_sec .swiper {
    margin-top: 60px;
  }
  .main_slide_sec .swiper .swiper-slide h1 {
    font-size: 30px;
  }
}

.main_signature_sec .main_wrapper {
  margin-right: 0;
}
.main_signature_sec .tit_box {
  max-width: 16.6666666667%;
  flex: 1 1 16.6666666667%;
  margin-left: 8.3333333333%;
  margin-right: 8.3333333333%;
  position: relative;
  line-height: 1.2;
}
.main_signature_sec .cont_box {
  max-width: 66.6666666667%;
  flex: 1 1 66.6666666667%;
}
.main_signature_sec .swiper-pagination {
  position: static;
  text-align: left;
}
.main_signature_sec .swiper-button {
  position: absolute;
  z-index: 10;
  left: calc(66.666% - 100px);
  top: 108px;
  display: flex;
  transform: translateX(-50%);
}
.main_signature_sec .swiper-button-prev {
  position: static;
  background: url(/img/2022/swiper_left_btn.png) no-repeat center/cover;
  width: 90px;
  height: 90px;
  margin: 0;
}
.main_signature_sec .swiper-button-prev:after {
  display: none;
}
.main_signature_sec .swiper-button-next {
  position: static;
  background: url(/img/2022/swiper_right_btn.png) no-repeat center/cover;
  width: 90px;
  height: 90px;
  margin: 0;
  margin-top: 90px;
}
.main_signature_sec .swiper-button-next:after {
  display: none;
}
.main_signature_sec .swiper {
  height: 660px;
}
.main_signature_sec .swiper-slide {
  height: 70%;
  position: relative;
  transition: height 0.6s ease-in-out;
  margin-top: auto;
}
.main_signature_sec .swiper-slide.s01 {
  background: url(/img/2022/signature01.jpg) no-repeat center 10%/cover;
}
.main_signature_sec .swiper-slide.s02 {
  background: url(/img/2022/signature02.jpg) no-repeat center 10%/cover;
}
.main_signature_sec .swiper-slide.s03 {
  background: url(/img/2022/signature03.jpg) no-repeat center 10%/cover;
}
.main_signature_sec .swiper-slide.s04 {
  background: url(/img/2022/signature04.jpg) no-repeat center 10%/cover;
}
.main_signature_sec .swiper-slide.s05 {
  background: url(/img/2022/signature05.jpg) no-repeat center 10%/cover;
}
.main_signature_sec .swiper-slide.s06 {
  background: url(/img/2022/signature06.jpg) no-repeat center 10%/cover;
}
.main_signature_sec .swiper-slide .slide_inner {
  display: flex;
  flex-direction: column;
  padding: 50px 30px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out;
}
.main_signature_sec .swiper-slide .slide_inner .view_more {
  margin-left: auto;
}
.main_signature_sec .swiper-slide .slide_inner .view_more:after {
  background-color: #fff;
}
.main_signature_sec .swiper-slide .slide_inner .txt_item {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 40px;
}
.main_signature_sec .swiper-slide-active {
  height: 100%;
}
.main_signature_sec .swiper-slide-active .slide_inner {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1921px) {
  .main_signature_sec .main_wrapper {
    margin-right: auto;
  }
}
@media (max-width: 1660px) {
  .main_signature_sec .swiper {
    height: 550px;
  }
  .main_signature_sec .swiper-button {
    top: 75px;
  }
}
@media (max-width: 1440px) {
  .main_signature_sec .swiper {
    height: 450px;
  }
  .main_signature_sec .swiper-button {
    top: 60px;
    right: -2.2vw;
    left: auto;
  }
  .main_signature_sec .tit_box {
    margin-left: 0;
    max-width: 33.3333333333%;
    flex: 1 1 33.3333333333%;
  }
  .main_signature_sec .cont_box {
    max-width: 58.3333333333%;
    flex: 1 1 58.3333333333%;
  }
  .main_signature_sec .swiper-button-prev {
    width: 75px;
    height: 75px;
  }
  .main_signature_sec .swiper-button-next {
    width: 75px;
    height: 75px;
    margin-top: 75px;
  }
}
@media (max-width: 1240px) {
  .main_signature_sec .swiper {
    height: 450px;
  }
}
@media (max-width: 990px) {
  .main_signature_sec .swiper {
    height: 52vw;
  }
  .main_signature_sec .tit_box {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .main_signature_sec .cont_box {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .main_signature_sec .swiper-button {
    transform: rotateX(180deg);
    top: calc(30% - 75px);
    right: calc(30% - 42px);
  }
  .main_signature_sec .swiper-button-next {
    background: url(/img/2022/swiper_right_bk_btn.png) no-repeat center/cover;
  }
  .main_signature_sec .swiper-button-prev {
    background: url(/img/2022/swiper_left_wh_btn.png) no-repeat center/cover;
  }
}
@media (max-width: 768px) {
  .main_signature_sec .swiper {
    height: 87vw;
  }
  .main_signature_sec .swiper-pagination {
    display: none;
  }
  .main_signature_sec .swiper-button {
    top: 13vw;
    left: auto;
    right: 11.5vw;
  }
  .main_signature_sec .swiper-button-prev {
    width: 13vw;
    height: 13vw;
  }
  .main_signature_sec .swiper-button-next {
    width: 13vw;
    height: 13vw;
    margin-top: 13vw;
  }
  .main_signature_sec .swiper-slide .slide_inner {
    padding: 30px 15px;
  }
  .main_signature_sec .swiper-slide .slide_inner .txt_item {
    padding-top: 20px;
  }
}

.main_doctor_sec .tit_box {
  max-width: 50%;
  flex: 1 1 50%;
  margin-left: 8.3333333333%;
  position: relative;
  line-height: 1.2;
}
.main_doctor_sec .cont_box {
  max-width: 41.6666666667%;
  flex: 1 1 41.6666666667%;
}
.main_doctor_sec .history_box {
  background-color: #fff;
}
.main_doctor_sec .history_btn {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
.main_doctor_sec .history_btn .history_title {
  color: #d9d9d9;
}
.main_doctor_sec .history_btn .plus_btn {
  margin-left: auto;
  position: relative;
  --b: 2px;
  width: 40px;
  aspect-ratio: 1;
  border: 10px solid #fff;
  background: conic-gradient(from 90deg at var(--b) var(--b), #fff 90deg, #d9d9d9 0) calc(100% + var(--b) / 2) calc(100% + var(--b) / 2)/calc(50% + var(--b)) calc(50% + var(--b));
  transition: transform 0.5s ease-in-out;
}
.main_doctor_sec .history_btn .card {
  width: 300px;
  height: 40px;
  line-height: 40px;
  transform-style: preserve-3d;
}
.main_doctor_sec .history_btn .card .card_content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 1s;
}
.main_doctor_sec .history_btn .card .back {
  transform: rotateX(180deg);
}
.main_doctor_sec .history_btn.active .front {
  transform: rotateX(180deg);
}
.main_doctor_sec .history_btn.active .back {
  transform: rotateX(0deg);
}
.main_doctor_sec .history_btn.active .plus_btn {
  transform: rotate(45deg);
}
.main_doctor_sec .history_view {
  position: absolute;
  z-index: 100;
  width: 100%;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.main_doctor_sec .history_view .flex {
  flex-wrap: wrap;
}
.main_doctor_sec .history_view .flex li {
  max-width: 50%;
  flex: 1 1 50%;
}
.main_doctor_sec .history_view .flex li p {
  margin-bottom: 15px;
}
.main_doctor_sec .history_view.active {
  padding: 15px 25px;
  max-height: 400px;
}
@media (max-width: 1440px) {
  .main_doctor_sec .tit_box {
    margin-left: 0;
    max-width: 50%;
    flex: 1 1 50%;
  }
  .main_doctor_sec .cont_box img {
    width: 450px;
    margin-left: auto;
  }
}
@media (max-width: 990px) {
  .main_doctor_sec .tit_box {
    max-width: 66.6666666667%;
    flex: 1 1 66.6666666667%;
    margin-bottom: 50px;
  }
  .main_doctor_sec .cont_box {
    max-width: 33.3333333333%;
    flex: 1 1 33.3333333333%;
    margin-top: auto;
  }
  .main_doctor_sec .cont_box img {
    width: 300px;
  }
  .main_doctor_sec .history_btn {
    padding: 10px 20px;
  }
  .main_doctor_sec .history_btn .card {
    height: 30px;
    line-height: 30px;
  }
  .main_doctor_sec .history_btn .plus_btn {
    width: 30px;
    border-width: 5px;
  }
}
@media (max-width: 768px) {
  .main_doctor_sec .main_wrapper {
    position: relative;
    margin-right: 0;
  }
  .main_doctor_sec .tit_box {
    max-width: 100%;
    flex: 1 1 100%;
    margin-bottom: 100px;
    z-index: 99;
    display: flex;
    flex-direction: column;
  }
  .main_doctor_sec .cont_box {
    max-width: 100%;
    flex: 1 1 100%;
    margin-top: auto;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .main_doctor_sec .cont_box img {
    width: 300px;
  }
  .main_doctor_sec .view_more {
    margin-left: 0;
    margin-right: auto;
    order: 4;
    margin-bottom: 40px;
  }
  .main_doctor_sec .history_desc {
    order: 3;
    width: 50%;
  }
  .main_doctor_sec .history_box {
    order: 5;
    width: calc(100% - 30px);
  }
  .main_doctor_sec .history_view {
    width: calc(100% - 30px);
  }
  .main_doctor_sec .history_view .flex li {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .main_doctor_sec .history_view .flex li:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .main_doctor_sec .history_view.active {
    max-height: 550px;
  }
}

.main_philosophy_sec {
  background: linear-gradient(to bottom, #e7acab 80%, #fff 80%);
}
.main_philosophy_sec .main_wrapper {
  margin-left: 0;
  flex-wrap: wrap;
}
.main_philosophy_sec .tit_box {
  margin-left: calc(8.3333333333% + 60px);
  max-width: 100%;
  flex: 1 1 100%;
  position: relative;
  line-height: 1.2;
}
.main_philosophy_sec .cont_box {
  max-width: calc(75% + 60px);
  flex: 1 1 calc(75% + 60px);
  margin-top: -75px;
}
.main_philosophy_sec .swiper {
  height: 600px;
}
.main_philosophy_sec .swiper-slide {
  width: 20%;
  height: 80%;
  position: relative;
  transition: all 0.6s ease-in-out;
  margin-top: auto;
}
.main_philosophy_sec .swiper-slide.s01 {
  background: url(/img/2022/phlosophy01.png) no-repeat center/cover;
}
.main_philosophy_sec .swiper-slide.s02 {
  background: url(/img/2022/phlosophy02.png) no-repeat center/cover;
}
.main_philosophy_sec .swiper-slide.s03 {
  background: url(/img/2022/phlosophy03.png) no-repeat center/cover;
}
.main_philosophy_sec .swiper-slide-prev {
  width: 25%;
}
.main_philosophy_sec .swiper-slide .slide_inner {
  display: flex;
  padding: 50px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.main_philosophy_sec .swiper-slide .slide_inner .txt_box {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: 50px;
}
.main_philosophy_sec .swiper-slide .slide_inner .txt_box h1 {
  margin-right: 20px;
}
.main_philosophy_sec .swiper-slide-active {
  width: 60%;
  height: 100%;
}
.main_philosophy_sec .swiper-slide-active h1:nth-of-type(1) {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}
.main_philosophy_sec .swiper-slide-active h1:nth-of-type(2) {
  opacity: 1;
  transition-delay: 0.9s;
  transform: translateY(0);
}
.main_philosophy_sec .swiper-slide-active h1:nth-of-type(3) {
  opacity: 1;
  transition-delay: 1.3s;
  transform: translateY(0);
}
.main_philosophy_sec .swiper-slide-active .slide_inner {
  opacity: 1;
  visibility: visible;
}
.main_philosophy_sec .btn_box {
  position: relative;
  margin-left: 8.3333333333%;
  top: 254px;
}
.main_philosophy_sec .swiper-button {
  position: absolute;
  z-index: 10;
  display: flex;
}
.main_philosophy_sec .swiper-button-prev {
  position: static;
  background: url(/img/2022/swiper_left_wh_btn.png) no-repeat center/cover;
  width: 90px;
  height: 90px;
  margin: 0;
}
.main_philosophy_sec .swiper-button-prev:after {
  display: none;
}
.main_philosophy_sec .swiper-button-next {
  position: static;
  background: url(/img/2022/swiper_right_bk_btn.png) no-repeat center/cover;
  width: 90px;
  height: 90px;
  margin: 0;
  margin-top: 90px;
}
.main_philosophy_sec .swiper-button-next:after {
  display: none;
}
@media (min-width: 1921px) {
  .main_philosophy_sec .main_wrapper {
    margin-left: auto;
  }
  .main_philosophy_sec .tit_box {
    margin-left: 8.3333333333%;
  }
}
@media (max-width: 1440px) {
  .main_philosophy_sec .tit_box {
    margin-left: 60px;
  }
  .main_philosophy_sec .btn_box {
    top: 268px;
  }
}
@media (max-width: 990px) {
  .main_philosophy_sec .main_wrapper {
    position: relative;
  }
  .main_philosophy_sec .cont_box {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .main_philosophy_sec .btn_box {
    position: absolute;
    right: 15px;
    top: 37px;
  }
  .main_philosophy_sec .swiper-button {
    position: relative;
  }
  .main_philosophy_sec .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
  .main_philosophy_sec .swiper-button-next {
    width: 60px;
    height: 60px;
    margin-top: 60px;
  }
  .main_philosophy_sec .swiper-slide .slide_inner {
    padding: 25px;
  }
  .main_philosophy_sec .swiper-slide .slide_inner .txt_box {
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .main_philosophy_sec .main_wrapper {
    margin-left: 30px;
    margin-right: 0;
  }
  .main_philosophy_sec .cont_box {
    max-width: 100%;
    flex: 1 1 100%;
    margin-top: 0;
    margin-left: auto;
  }
  .main_philosophy_sec .btn_box {
    top: 137px;
  }
  .main_philosophy_sec .tit_box {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .main_philosophy_sec .swiper {
    height: 60vw;
  }
  .main_philosophy_sec .swiper-slide-active {
    width: 100%;
  }
}

.main_theme_sec .main_wrapper {
  margin-right: 0;
}
.main_theme_sec .tit_box {
  max-width: 25%;
  flex: 1 1 25%;
  margin-left: 8.3333333333%;
  position: relative;
  line-height: 1.2;
}
.main_theme_sec .cont_box {
  max-width: 66.6666666667%;
  flex: 1 1 66.6666666667%;
  position: relative;
  padding-bottom: 50px;
}
.main_theme_sec .swiper-slide {
  border-radius: 30px;
  overflow: hidden;
  width: 33.33%;
}
.main_theme_sec .swiper-slide .view_more {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out;
}
.main_theme_sec .swiper-slide-cont {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 40px 20px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  margin: 20px;
}
.main_theme_sec .swiper-slide-active .swiper-slide-cont {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.main_theme_sec .swiper-slide-active .view_more {
  opacity: 1;
  visibility: visible;
}
.main_theme_sec .icon_box {
  margin: 30px auto;
}
.main_theme_sec .icon_box .icon_circle {
  border-radius: 50%;
  background-color: #1e1e24;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_theme_sec .txt_box {
  text-align: center;
}
.main_theme_sec .swiper-scrollbar {
  margin-top: 40px;
  height: 5px;
  background-color: #fffaf6;
}
.main_theme_sec .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #e7acab;
}
@media (min-width: 1921px) {
  .main_theme_sec .main_wrapper {
    margin-right: auto;
  }
}
@media (max-width: 1440px) {
  .main_theme_sec .tit_box {
    margin-left: 0;
    max-width: 33.3333333333%;
    flex: 1 1 33.3333333333%;
  }
  .main_theme_sec .icon_box {
    margin: 20px auto;
  }
  .main_theme_sec .icon_box .icon_circle {
    width: 130px;
    height: 130px;
  }
  .main_theme_sec .icon_box .icon_circle img {
    width: 70px;
  }
  .main_theme_sec .swiper-slide {
    width: 45%;
  }
}
@media (max-width: 990px) {
  .main_theme_sec .tit_box {
    max-width: 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
  .main_theme_sec .cont_box {
    flex: 1 1 100%;
    max-width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 0;
  }
  .main_theme_sec .swiper-slide {
    width: 60%;
  }
  .main_theme_sec .swiper-slide-cont {
    padding: 15px 15px 30px 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  }
  .main_theme_sec .swiper-slide-active .swiper-slide-cont {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  }
  .main_theme_sec .icon_box {
    margin: 15px auto;
  }
  .main_theme_sec .icon_box .icon_circle {
    width: 120px;
    height: 120px;
  }
  .main_theme_sec .icon_box .icon_circle img {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .main_theme_sec .swiper-slide {
    width: 80%;
  }
}

.main_qna_sec .main_wrapper {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  max-width: none;
}
.main_qna_sec .tit_box {
  max-width: 66.6666666667%;
  flex: 1 1 66.6666666667%;
  padding-left: calc(8.3333333333% + 60px);
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fffaf6;
  position: relative;
}
.main_qna_sec .cont_box {
  max-width: 66.6666666667%;
  flex: 1 1 66.6666666667%;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 150px;
}
.main_qna_sec .swiper-pagination {
  position: static;
  text-align: left;
  display: flex;
  align-items: flex-end;
}
.main_qna_sec .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  width: auto;
  height: auto;
  transition: color 0.4s ease-in-out;
  opacity: 1;
}
.main_qna_sec .swiper-pagination .swiper-pagination-bullet-active {
  color: #e7acab;
  font-size: 50px;
}
.main_qna_sec .swiper-pagination .dot {
  margin-right: 20px;
}
.main_qna_sec .swiper {
  width: 50%;
  height: 100%;
  margin-right: 0;
  border-left: 1px solid #fff;
  padding-top: 150px;
  padding-left: 100px;
}
.main_qna_sec .swiper-slide {
  z-index: 5;
}
.main_qna_sec .swiper-slide h1 {
  text-indent: -65px;
}
.main_qna_sec .swiper-slide .view_more:after {
  background-color: #fff;
}
.main_qna_sec .swiper-slide .view_more a {
  color: #fff;
}
.main_qna_sec .bg {
  background: url(/img/2022/faq_01.png) no-repeat center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .main_qna_sec .tit_box {
    padding-left: 60px;
    max-width: 75%;
    flex: 1 1 75%;
  }
  .main_qna_sec .cont_box {
    height: 90%;
  }
  .main_qna_sec .swiper {
    width: 60%;
    border-left: 0;
  }
}
@media (max-width: 990px) {
  .main_qna_sec .swiper {
    width: auto;
    height: 70vw;
    padding-left: 130px;
    padding-right: 50px;
  }
  .main_qna_sec .swiper-slide h1 {
    margin-top: auto;
  }
  .main_qna_sec .swiper-slide .view_more {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .main_qna_sec .swiper-pagination .dot {
    margin-right: 10px;
  }
  .main_qna_sec .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 38px;
  }
  .main_qna_sec .bg {
    width: calc(100% - 30px);
    left: auto;
    right: 0;
  }
}
@media (max-width: 768px) {
  .main_qna_sec {
    margin-bottom: 0;
  }
  .main_qna_sec .tit_box {
    max-width: 100%;
    flex: 1 1 100%;
    padding-left: 30px;
  }
  .main_qna_sec .cont_box {
    flex: 1 1 100%;
    max-width: 100%;
    position: relative;
    top: -150px;
  }
  .main_qna_sec .swiper {
    height: 140vw;
    padding-left: 90px;
    padding-right: 30px;
  }
  .main_qna_sec .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  .main_qna_sec .swiper-slide h1 {
    text-indent: -50px;
  }
  .main_qna_sec .swiper-pagination {
    position: absolute;
    right: 20px;
    left: auto;
    width: auto;
    top: 270px;
  }
  .main_qna_sec .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 34px;
  }
}

.main_parallax_sec {
  background: url(/img/2022/parallex01.jpg) center/cover;
  background-attachment: fixed;
  text-align: center;
}
@media (max-width: 768px) {
  .main_parallax_sec {
    background-attachment: unset;
  }
}

.main_map_sec .main_wrapper {
  display: flex;
  max-width: none;
  margin-right: 0;
}
.main_map_sec .map_cont {
  flex: 1 1 58.3333333333%;
  max-width: 58.3333333333%;
}
.main_map_sec .map_cont .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.main_map_sec .map_cont .root_daum_roughmap .wrap_map {
  height: 100%;
}
.main_map_sec .map_cont .wrap_controllers {
  display: none;
}
.main_map_sec .info_cont {
  flex: 1 1 25%;
  max-width: 25%;
  margin-left: 8.3333333333%;
  margin-right: 8.3333333333%;
}
.main_map_sec .info_cont .time_table_row {
  display: flex;
  line-height: 1.2;
}
.main_map_sec .info_cont .time_table_row span:nth-of-type(1) {
  width: 100px;
  text-align: justify;
  margin-right: 60px;
}
.main_map_sec .info_cont .time_table_row span:nth-of-type(1):after {
  content: "";
  display: inline-block;
  width: 100%;
}
.main_map_sec .info_cont .last_row {
  color: #a6a6a6;
}
.main_map_sec .bottom_cont {
  color: #a6a6a6;
  text-align: center;
  margin: 100px auto;
}
@media (min-width: 1921px) {
  .main_map_sec .main_wrapper {
    max-width: 1920px;
    margin: auto;
  }
}
@media (max-width: 1660px) {
  .main_map_sec .info_cont {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 8.3333333333%;
    margin-right: 60px;
  }
}
@media (max-width: 1440px) {
  .main_map_sec .info_cont {
    margin-left: 0;
    max-width: 41.6666666667%;
    flex: 1 1 41.6666666667%;
    margin-right: 8.3333333333%;
  }
  .main_map_sec .map_cont {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .main_map_sec .title img {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .main_map_sec .main_wrapper {
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
  }
  .main_map_sec .info_cont {
    max-width: 100%;
    flex: 1 1 100%;
    margin-left: 30px;
    margin-right: 30px;
    order: 2;
  }
  .main_map_sec .map_cont {
    max-width: 100%;
    flex: 1 1 100%;
    height: 60vw;
    order: 1;
    margin-bottom: 40px;
  }
  .main_map_sec .title img {
    width: 32px;
  }
  .main_map_sec .info_cont .time_table_row span:nth-of-type(1) {
    width: 70px;
    margin-right: 30px;
  }
  .main_map_sec .bottom_cont {
    margin: 25px auto;
  }
  .main_map_sec .bottom_cont p {
    font-size: 16px;
  }
}