@charset "UTF-8";
/* =================================================================
   1. [SCSS Variables] Raw Data Definition
   * 이곳은 '순수 값'만 정의합니다. 실제 코드에서는 사용하지 않는 것을 권장합니다.
   * 브랜드 컬러 코드가 바뀌면 여기만 수정하세요.
   ================================================================= */
/* 드롭다운,멀티포함 */
/* Level 1: Fixed UI (헤더 영역) */
/* Level 2: Dropdowns (헤더 위에 뜨는 요소) */
/* Level 3: Overlays (전체 화면을 덮는 요소) */
/* Level 4: Controls (가장 최상위 컨트롤) */
/**
 * [A. 일반 속성용] width, height, padding, margin, gap 등
 * @param $property : CSS 속성명
 * @param $values : 값
 * @param $raw : (옵션) true일 경우 /3 계산 안함
 */
/**
 * [B. 폰트 전용] font-size + line-height + Text Crop
 */
body.main .container {
  padding-top: 0;
}

#quick {
  display: flex !important;
}

section.section-01 .section-inner {
  padding: 0;
}
section.section-01 .main-visual-swiper {
  transition: height 0.3s ease-in-out;
}
section.section-01 .main-visual-swiper .swiper-wrapper {
  transition: height 0.3s ease-in-out;
}
section.section-01 .main-visual-swiper .swiper-slide {
  height: 187.5vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .swiper-slide {
    height: 50rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .swiper-slide {
    height: 800px;
  }
}
@media screen and (min-width: 480px) {
  section.section-01 .main-visual-swiper .swiper-slide {
    height: 156.25vw;
  }
}
@media screen and (min-width: 480px) and (min-width: 641px) {
  section.section-01 .main-visual-swiper .swiper-slide {
    height: 41.6667rem;
  }
}
@media screen and (min-width: 480px) and (min-width: 1200px) {
  section.section-01 .main-visual-swiper .swiper-slide {
    height: 667px;
  }
}
@media screen and (min-width: 640px) {
  section.section-01 .main-visual-swiper .swiper-slide {
    height: 60rem;
  }
}
@media screen and (min-width: 992px) {
  section.section-01 .main-visual-swiper .swiper-slide {
    height: 70rem;
  }
}
@media screen and (min-width: 1200px) {
  section.section-01 .main-visual-swiper .swiper-slide {
    height: 1160px;
  }
}
section.section-01 .main-visual-swiper .swiper-slide[data-type=video] .only-pc {
  display: none;
}
section.section-01 .main-visual-swiper .swiper-slide[data-type=video] .only-mobile {
  display: block;
  width: 100%;
  height: 100%;
}
section.section-01 .main-visual-swiper .swiper-slide[data-type=video] .only-mobile picture {
  width: 100%;
  height: 100%;
}
section.section-01 .main-visual-swiper .swiper-slide[data-type=video] .only-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  section.section-01 .main-visual-swiper .swiper-slide[data-type=video] .only-pc {
    display: block;
  }
  section.section-01 .main-visual-swiper .swiper-slide[data-type=video] .only-mobile {
    display: none;
  }
}
section.section-01 .main-visual-swiper .swiper-slide .bg-video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
section.section-01 .main-visual-swiper .swiper-slide .bg-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section-01 .main-visual-swiper .swiper-slide .bg-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: linear-gradient(180deg, #000 0.99%, rgba(0, 0, 0, 0) 9.47%);
  z-index: 2;
}
section.section-01 .main-visual-swiper .swiper-slide .bg-img picture {
  width: 100%;
  height: 100%;
}
section.section-01 .main-visual-swiper .swiper-slide .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section-01 .main-visual-swiper .swiper-slide .inner-content {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1200px) {
  section.section-01 .main-visual-swiper .swiper-slide .inner-content {
    top: 38.5%;
  }
}
section.section-01 .main-visual-swiper .swiper-slide .inner-content .txt-row {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.8s ease-out;
}
section.section-01 .main-visual-swiper .swiper-slide .inner-content .txt-row.motion-up {
  transform: translateY(0);
  opacity: 1;
}
section.section-01 .main-visual-swiper .swiper-slide .inner-content .txt-row h3, section.section-01 .main-visual-swiper .swiper-slide .inner-content .txt-row p {
  text-align: center;
  color: #fff;
}
section.section-01 .main-visual-swiper .swiper-slide .inner-content .txt-row h3 {
  line-height: 1.3;
  text-shadow: 0 0 16px rgba(100, 90, 82, 0.25);
  font-weight: 600;
}
section.section-01 .main-visual-swiper .swiper-slide .inner-content .txt-row h3 {
  margin-bottom: 8.75vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .swiper-slide .inner-content .txt-row h3 {
    margin-bottom: 2.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .swiper-slide .inner-content .txt-row h3 {
    margin-bottom: 37px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-01 .main-visual-swiper .swiper-slide .inner-content .txt-row h3 {
    font-size: 56px;
  }
}
section.section-01 .main-visual-swiper .swiper-slide .inner-content .txt-row p {
  font-weight: 400;
  line-height: 1.5;
}
section.section-01 .main-visual-swiper .swiper-slide .inner-content .txt-row p {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .swiper-slide .inner-content .txt-row p {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .swiper-slide .inner-content .txt-row p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-01 .main-visual-swiper .swiper-slide .inner-content .txt-row p {
    font-size: 20px;
  }
}
section.section-01 .main-visual-swiper .swiper-slide .inner-content .btn-row {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.8s ease-out;
}
section.section-01 .main-visual-swiper .swiper-slide .inner-content .btn-row {
  margin-top: 14.0625vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .swiper-slide .inner-content .btn-row {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .swiper-slide .inner-content .btn-row {
    margin-top: 60px;
  }
}
section.section-01 .main-visual-swiper .swiper-slide .inner-content .btn-row.motion-up {
  transform: translateY(0);
  opacity: 1;
}
section.section-01 .main-visual-swiper .swiper-slide .inner-content .btn-row a {
  width: auto;
  min-width: auto;
}
section.section-01 .main-visual-swiper .swiper-slide .inner-content .btn-row a {
  padding: 0vw 12.5vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .swiper-slide .inner-content .btn-row a {
    padding: 0rem 3.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .swiper-slide .inner-content .btn-row a {
    padding: 0px 53px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-01 .main-visual-swiper .swiper-slide .inner-content .btn-row a {
    padding: 0 60px;
  }
}
section.section-01 .main-visual-swiper .swiper-slide .inner-content .btn-row a:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0C6FB8;
}
section.section-01 .main-visual-swiper .controller-row {
  position: absolute;
  z-index: 9;
  gap: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.section-01 .main-visual-swiper .controller-row {
  bottom: 18.75vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .controller-row {
    bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row {
    bottom: 80px;
  }
}
section.section-01 .main-visual-swiper .controller-row {
  left: 3.125vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .controller-row {
    left: 0.8333rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row {
    left: 13px;
  }
}
section.section-01 .main-visual-swiper .controller-row {
  height: 9.375vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .controller-row {
    height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row {
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row {
    left: 50%;
    margin-left: -720px;
    bottom: 240px;
  }
}
section.section-01 .main-visual-swiper .controller-row .swiper-progress {
  height: 2px;
  background: rgba(222, 222, 222, 0.4);
}
section.section-01 .main-visual-swiper .controller-row .swiper-progress {
  width: 46.875vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .controller-row .swiper-progress {
    width: 12.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row .swiper-progress {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row .swiper-progress {
    display: block;
  }
}
section.section-01 .main-visual-swiper .controller-row .swiper-progress .progress-bar {
  height: 100%;
  background: #ffffff;
}
section.section-01 .main-visual-swiper .controller-row .pagination-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row .pagination-wrap {
    width: 144px;
  }
}
section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-left button, section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-right button {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-left button, section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-right button {
  width: 9.375vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-left button, section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-right button {
    width: 2.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-left button, section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-right button {
    width: 40px;
  }
}
section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-left button, section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-right button {
  height: 9.375vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-left button, section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-right button {
    height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-left button, section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-right button {
    height: 40px;
  }
}
section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-left button .icon-svg, section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-right button .icon-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  color: #ffffff;
  opacity: 0.4;
}
section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-left button:hover .icon-svg, section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-right button:hover .icon-svg {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-right {
    margin-right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-left {
    margin-left: 12px;
  }
}
section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination-left button .icon-svg {
  transform: rotate(90deg);
}
section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination {
  position: relative;
  margin-left: 0;
  bottom: unset;
  left: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination {
  width: 7.8125vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination {
    width: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination {
    width: 33px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination {
    width: 40px;
  }
}
section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination span {
  color: #ffffff;
  font-weight: 500;
  opacity: 0.4;
}
section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination span {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination span {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination span {
    font-size: 18px;
  }
}
section.section-01 .main-visual-swiper .controller-row .pagination-wrap .swiper-pagination span.swiper-pagination-current {
  opacity: 1;
}
section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper {
  width: 9.375vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper {
    width: 2.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper {
    width: 40px;
  }
}
section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper {
  height: 9.375vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper {
    height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper {
    height: 40px;
  }
}
section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper {
  border-radius: 9.375vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper {
    border-radius: 2.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper {
    border-radius: 40px;
  }
}
section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: -1;
  background: #ffffff;
  transition: all 0.3s ease;
}
section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper .icon-svg {
  color: #ffffff;
  transition: all 0.3s ease;
}
section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper .icon-svg {
  width: 2.3438vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper .icon-svg {
    width: 0.625rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper .icon-svg {
    width: 10px;
  }
}
section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper .icon-svg {
  height: 2.3438vw;
}
@media (min-width: 641px) {
  section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper .icon-svg {
    height: 0.625rem;
  }
}
@media (min-width: 1200px) {
  section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper .icon-svg {
    height: 10px;
  }
}
section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper:hover:before {
  opacity: 1;
}
section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper:hover .icon-svg {
  color: #0C6FB8;
}
section.section-01 .main-visual-swiper .controller-row .controller .btn-swiper-play {
  display: none;
}
section.section-01 .main-visual-swiper .controller-row .controller.is-paused .btn-swiper-pause {
  display: none;
}
section.section-01 .main-visual-swiper .controller-row .controller.is-paused .btn-swiper-play {
  display: flex;
}
section.section-02 .section-inner, section.section-03 .section-inner, section.section-04 .section-inner, section.section-05 .section-inner, section.section-06 .section-inner, section.section-07 .section-inner, section.section-08 .section-inner, section.section-09 .section-inner, section.section-10 .section-inner, section.section-11 .section-inner {
  padding: 25vw 0;
}
@media (min-width: 641px) {
  section.section-02 .section-inner, section.section-03 .section-inner, section.section-04 .section-inner, section.section-05 .section-inner, section.section-06 .section-inner, section.section-07 .section-inner, section.section-08 .section-inner, section.section-09 .section-inner, section.section-10 .section-inner, section.section-11 .section-inner {
    padding: 6.6667rem 0;
  }
}
@media (min-width: 1200px) {
  section.section-02 .section-inner, section.section-03 .section-inner, section.section-04 .section-inner, section.section-05 .section-inner, section.section-06 .section-inner, section.section-07 .section-inner, section.section-08 .section-inner, section.section-09 .section-inner, section.section-10 .section-inner, section.section-11 .section-inner {
    padding: 107px 0;
  }
}
@media screen and (min-width: 1200px) {
  section.section-02 .section-inner, section.section-03 .section-inner, section.section-04 .section-inner, section.section-05 .section-inner, section.section-06 .section-inner, section.section-07 .section-inner, section.section-08 .section-inner, section.section-09 .section-inner, section.section-10 .section-inner, section.section-11 .section-inner {
    padding: 160px 0;
  }
}
section.section-02 {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  z-index: 2;
}
section.section-02 {
  margin-top: -12.5vw;
}
@media (min-width: 641px) {
  section.section-02 {
    margin-top: -3.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-02 {
    margin-top: -53px;
  }
}
section.section-02 {
  border-top-right-radius: 12.5vw;
}
@media (min-width: 641px) {
  section.section-02 {
    border-top-right-radius: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-02 {
    border-top-right-radius: 53px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-02 {
    margin-top: -160px;
    border-top-right-radius: 160px;
  }
}
section.section-02:before {
  content: "";
  position: absolute;
  top: -160px;
  left: -160px;
  width: 440px;
  height: 440px;
  border-radius: 440px;
  opacity: 0.2;
  background: #0C6FB8;
  filter: blur(175px);
  z-index: 1;
  pointer-events: none;
}
section.section-02:after {
  content: "";
  position: absolute;
  top: 384px;
  right: -34px;
  width: 408px;
  height: 408px;
  border-radius: 408px;
  opacity: 0.2;
  background: #AE8766;
  filter: blur(125px);
  z-index: 1;
  pointer-events: none;
}
section.section-02 .section-inner {
  width: 87.5%;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  section.section-02 .section-inner {
    width: 100%;
    max-width: 1440px;
  }
}
section.section-02 .section-inner p:nth-of-type(2) {
  margin-top: 4.6875vw;
}
@media (min-width: 641px) {
  section.section-02 .section-inner p:nth-of-type(2) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1200px) {
  section.section-02 .section-inner p:nth-of-type(2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-02 .section-inner p:nth-of-type(2) {
    margin-top: 32px;
  }
}
section.section-02 .section-inner .img-row {
  position: relative;
}
section.section-02 .section-inner .img-row {
  margin-top: 10.9375vw;
}
@media (min-width: 641px) {
  section.section-02 .section-inner .img-row {
    margin-top: 2.9167rem;
  }
}
@media (min-width: 1200px) {
  section.section-02 .section-inner .img-row {
    margin-top: 47px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-02 .section-inner .img-row {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1440px) {
  section.section-02 .section-inner .img-row {
    max-width: 1440px;
  }
}
section.section-02 .section-inner .img-row ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section-02 .section-inner .img-row ul {
  gap: 3.125vw;
}
@media (min-width: 641px) {
  section.section-02 .section-inner .img-row ul {
    gap: 0.8333rem;
  }
}
@media (min-width: 1200px) {
  section.section-02 .section-inner .img-row ul {
    gap: 13px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-02 .section-inner .img-row ul {
    gap: 24px;
    justify-content: flex-end;
  }
}
section.section-02 .section-inner .img-row ul li {
  overflow: hidden;
}
section.section-02 .section-inner .img-row ul li {
  width: 24.5313vw;
}
@media (min-width: 641px) {
  section.section-02 .section-inner .img-row ul li {
    width: 6.5417rem;
  }
}
@media (min-width: 1200px) {
  section.section-02 .section-inner .img-row ul li {
    width: 105px;
  }
}
section.section-02 .section-inner .img-row ul li {
  height: 31.25vw;
}
@media (min-width: 641px) {
  section.section-02 .section-inner .img-row ul li {
    height: 8.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-02 .section-inner .img-row ul li {
    height: 133px;
  }
}
section.section-02 .section-inner .img-row ul li {
  border-radius: 24.5313vw;
}
@media (min-width: 641px) {
  section.section-02 .section-inner .img-row ul li {
    border-radius: 6.5417rem;
  }
}
@media (min-width: 1200px) {
  section.section-02 .section-inner .img-row ul li {
    border-radius: 105px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-02 .section-inner .img-row ul li {
    width: 251px;
    height: 320px;
    border-radius: 251px;
  }
}
section.section-02 .section-inner .img-row ul li img {
  width: 100%;
}
section.section-02 .section-inner .img-row ul:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100%;
  width: 300%;
  transform: translateY(-50%);
  height: 1px;
  background: #D6D3D0;
  z-index: -1;
  opacity: 0.5;
}
section.section-03.set3_1 {
  background: url("/static/images/main/s3_1_bg@m.jpg") no-repeat 0 0;
  background-size: 100% 100%;
}
section.section-03.set3_1 {
  border-top-left-radius: 12.5vw;
}
@media (min-width: 641px) {
  section.section-03.set3_1 {
    border-top-left-radius: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-03.set3_1 {
    border-top-left-radius: 53px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03.set3_1 {
    background: url("/static/images/main/s3_1_bg.jpg") no-repeat 0 0;
    background-size: 100% 100%;
    border-top-left-radius: 160px;
  }
}
section.section-03.set3_1 .text-anmimation {
  padding-bottom: 12.8125vw;
}
@media (min-width: 641px) {
  section.section-03.set3_1 .text-anmimation {
    padding-bottom: 3.4167rem;
  }
}
@media (min-width: 1200px) {
  section.section-03.set3_1 .text-anmimation {
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03.set3_1 .text-anmimation {
    padding-bottom: 64px;
  }
}
section.section-03.set3_2 {
  background: url("/static/images/main/s3_2_bg@m.jpg") no-repeat 0 100%;
  background-size: 100% 100%;
}
section.section-03.set3_2 {
  border-bottom-left-radius: 12.5vw;
}
@media (min-width: 641px) {
  section.section-03.set3_2 {
    border-bottom-left-radius: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-03.set3_2 {
    border-bottom-left-radius: 53px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03.set3_2 {
    background: url("/static/images/main/s3_2_bg.jpg") no-repeat 0 100%;
    background-size: 100% 100%;
    border-bottom-left-radius: 160px;
  }
}
section.section-03 .section-inner.si1 .title-row {
  overflow: hidden;
  width: 87.5%;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si1 .title-row {
    position: absolute;
    top: 210px;
    left: 50%;
    margin-left: 145px;
    width: 450px;
  }
}
@media screen and (min-width: 1440px) {
  section.section-03 .section-inner.si1 .title-row {
    width: 540px;
    margin-left: 167px;
  }
}
section.section-03 .section-inner.si1 .slide-row {
  width: 87.5%;
  margin: auto;
}
section.section-03 .section-inner.si1 .slide-row {
  margin-top: 15.625vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si1 .slide-row {
    margin-top: 4.1667rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si1 .slide-row {
    margin-top: 67px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si1 .slide-row {
    width: 100%;
    max-width: 1200px;
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 1440px) {
  section.section-03 .section-inner.si1 .slide-row {
    max-width: 1440px;
  }
}
section.section-03 .section-inner.si1 .slide-row .section3_1_swiper {
  width: 100%;
  overflow: hidden;
}
section.section-03 .section-inner.si1 .slide-row .section3_1_swiper {
  height: 96.5625vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si1 .slide-row .section3_1_swiper {
    height: 25.75rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si1 .slide-row .section3_1_swiper {
    height: 412px;
  }
}
section.section-03 .section-inner.si1 .slide-row .section3_1_swiper {
  border-radius: 6.25vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si1 .slide-row .section3_1_swiper {
    border-radius: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si1 .slide-row .section3_1_swiper {
    border-radius: 27px;
  }
}
@media screen and (min-width: 992px) {
  section.section-03 .section-inner.si1 .slide-row .section3_1_swiper {
    height: 480px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si1 .slide-row .section3_1_swiper {
    width: 667px;
    height: 516px;
    margin-left: 0;
    border-radius: 48px;
  }
}
@media screen and (min-width: 1440px) {
  section.section-03 .section-inner.si1 .slide-row .section3_1_swiper {
    width: 800px;
    height: 618px;
  }
}
section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .txt-row {
  position: absolute;
  bottom: 8%;
  z-index: 2;
  width: 87.5%;
  left: 50%;
  transform: translateX(-50%);
}
section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .txt-row strong {
  display: block;
  font-weight: 700;
  color: #FAFAF9;
  line-height: 1.3;
}
section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .txt-row strong {
  font-size: 5vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .txt-row strong {
    font-size: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .txt-row strong {
    font-size: 21px;
  }
}
section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .txt-row strong {
  margin-bottom: 3.75vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .txt-row strong {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .txt-row strong {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .txt-row strong {
    font-size: 24px;
  }
}
section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .txt-row p {
  font-weight: 400;
  color: #FAFAF9;
}
section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .txt-row p {
  font-size: 3.4375vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .txt-row p {
    font-size: 0.9167rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .txt-row p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .txt-row p {
    font-size: 16px;
  }
}
section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .img-row {
  width: 100%;
  height: 100%;
}
section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .img-row .dim {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  background: linear-gradient(0deg, #0C6FB8 13.94%, rgba(12, 111, 184, 0.75) 23.07%, rgba(12, 111, 184, 0.5) 29.16%, rgba(12, 111, 184, 0) 38.29%);
  z-index: 1;
}
section.section-03 .section-inner.si1 .slide-row .section3_1_swiper .swiper-slide .img-row img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si1 .slide-row .swiper-pagination {
    width: 516px;
    margin-left: 66px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 1440px) {
  section.section-03 .section-inner.si1 .slide-row .swiper-pagination {
    width: 640px;
  }
}
section.section-03 .section-inner.si1 .slide-row .swiper-button-prev, section.section-03 .section-inner.si1 .slide-row .swiper-button-next {
  top: 40%;
}
section.section-03 .section-inner.si1 .slide-row .swiper-button-prev, section.section-03 .section-inner.si1 .slide-row .swiper-button-next {
  width: 17.1875vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si1 .slide-row .swiper-button-prev, section.section-03 .section-inner.si1 .slide-row .swiper-button-next {
    width: 4.5833rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si1 .slide-row .swiper-button-prev, section.section-03 .section-inner.si1 .slide-row .swiper-button-next {
    width: 73px;
  }
}
section.section-03 .section-inner.si1 .slide-row .swiper-button-prev, section.section-03 .section-inner.si1 .slide-row .swiper-button-next {
  height: 17.1875vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si1 .slide-row .swiper-button-prev, section.section-03 .section-inner.si1 .slide-row .swiper-button-next {
    height: 4.5833rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si1 .slide-row .swiper-button-prev, section.section-03 .section-inner.si1 .slide-row .swiper-button-next {
    height: 73px;
  }
}
@media screen and (min-width: 992px) {
  section.section-03 .section-inner.si1 .slide-row .swiper-button-prev, section.section-03 .section-inner.si1 .slide-row .swiper-button-next {
    top: 45%;
  }
}
@media screen and (min-width: 1440px) {
  section.section-03 .section-inner.si1 .slide-row .swiper-button-prev, section.section-03 .section-inner.si1 .slide-row .swiper-button-next {
    top: 50%;
    margin-top: -36px;
  }
}
section.section-03 .section-inner.si1 .slide-row .swiper-button-prev .icon-svg, section.section-03 .section-inner.si1 .slide-row .swiper-button-next .icon-svg {
  --arrow-down-sw: 1.25;
  width: 100%;
  height: 100%;
}
section.section-03 .section-inner.si1 .slide-row .swiper-button-next {
  right: 0;
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si1 .slide-row .swiper-button-next {
    right: unset;
    left: 50%;
    margin-left: -65px;
  }
}
@media screen and (min-width: 1440px) {
  section.section-03 .section-inner.si1 .slide-row .swiper-button-next {
    margin-left: 16px;
  }
}
section.section-03 .section-inner.si1 .slide-row .swiper-button-prev {
  left: 0;
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si1 .slide-row .swiper-pagination-bullet {
    position: relative;
    width: auto; /* 너비 자동 (글자 길이에 맞게) */
    height: auto;
    border-radius: 0; /* 사각형 */
    background: transparent; /* 배경 제거 */
    font-weight: 500;
    font-size: 20px;
    color: #888; /* 비활성 글자색 */
    line-height: 1.5;
    font-weight: 500;
    /* 점 모양 속성 초기화 */
    display: inline-block;
    margin: 0;
    padding-left: 80px;
    padding-bottom: 15px;
  }
  section.section-03 .section-inner.si1 .slide-row .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 1px;
    background: #0C6FB8;
    left: 0;
    top: 15px;
    transition: all 0.3s ease;
  }
  section.section-03 .section-inner.si1 .slide-row .swiper-pagination-bullet:last-child {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  section.section-03 .section-inner.si1 .slide-row .swiper-pagination-bullet {
    padding-bottom: 20px;
    font-size: 20px;
    padding-left: 100px;
  }
}
section.section-03 .section-inner.si1 .slide-row .swiper-pagination-bullet {
  /* 모바일 활성화 상태 */
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si1 .slide-row .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #0C6FB8;
  }
  section.section-03 .section-inner.si1 .slide-row .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 60px;
  }
}
@media screen and (min-width: 1440px) {
  section.section-03 .section-inner.si1 .slide-row .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 80px;
  }
}
section.section-03 .section-inner.si2 .title-row {
  overflow: hidden;
}
section.section-03 .section-inner.si2 .title-row {
  margin-bottom: 4.6875vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .title-row {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .title-row {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si2 .title-row {
    position: absolute;
    left: 0;
    top: 240px;
    margin-bottom: 0;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .img-row {
  background: url("/static/images/main/s3_doctor_bg.png") no-repeat center center;
  background-size: auto 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .img-row {
  margin-bottom: 7.8125vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .img-row {
    margin-bottom: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .img-row {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .img-row {
    width: 640px;
    height: 696px;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .img-row img {
  width: 65.8594vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .img-row img {
    width: 17.5625rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .img-row img {
    width: 281px;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .img-row img {
  height: 71.6406vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .img-row img {
    height: 19.1042rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .img-row img {
    height: 306px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .img-row img {
    width: 100%;
    height: 100%;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .img-row.on {
  opacity: 1;
  transition: all 0.8s 0.3s ease;
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.2s 0.5s ease;
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row {
  margin-bottom: 15.625vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row {
    margin-bottom: 4.1667rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row {
    margin-bottom: 67px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row {
    margin-bottom: 0;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row strong {
  display: block;
  color: #2B2B2B;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.82px;
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row strong {
  margin-bottom: 3.9063vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row strong {
    margin-bottom: 1.0417rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row strong {
    margin-bottom: 17px;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row strong {
  font-size: 6.4063vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row strong {
    font-size: 1.7083rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row strong {
    font-size: 27px;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row strong span {
  color: #2B2B2B;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.6px;
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row strong span {
  font-size: 4.6875vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row strong span {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row strong span {
    font-size: 20px;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row strong span {
  margin-left: 2.5vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row strong span {
    margin-left: 0.6667rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row strong span {
    margin-left: 11px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row strong {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row strong span {
    font-size: 24px;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .tag-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .tag-row {
  gap: 2.3438vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .tag-row {
    gap: 0.625rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .tag-row {
    gap: 10px;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .tag-row {
  margin-bottom: 5vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .tag-row {
    margin-bottom: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .tag-row {
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .tag-row {
    margin-bottom: 40px;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .tag-row span {
  color: #9F9F9F;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.48px;
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .tag-row span {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .tag-row span {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .tag-row span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .tag-row span {
    font-size: 18px;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row ul li {
  color: #2B2B2B;
  font-weight: 400;
  letter-spacing: -0.48px;
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row ul li {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row ul li {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row ul li {
    font-size: 18px;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .btn-row {
  justify-content: flex-start;
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .btn-row {
  margin-top: 9.375vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .btn-row {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .btn-row {
    margin-top: 40px;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .btn-row .btn {
  width: 34.375vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .btn-row .btn {
    width: 9.1667rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .btn-row .btn {
    width: 147px;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .btn-row .btn {
  height: 12.5vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .btn-row .btn {
    height: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .btn-row .btn {
    height: 53px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .btn-row .btn {
    width: 155px;
    height: 54px;
  }
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .btn-row .btn:first-child {
  background: transparent;
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .btn-row .btn:first-child:hover {
  background: #0C6FB8;
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .btn-row a {
  /*
  &:last-child{
      background: $gray-wh;
      border: 2px solid $gray7;
      @include flex(center,center);
      @include responsive(width, 160px);
      @include responsive(height, 160px);
      @include responsive(border-radius, 160px);
      @media screen and (min-width: $tablet-contents-width) {
          width: 54px;
          height: 54px;
          border-radius: 54px;
      }
      .icon-svg{
          @include responsive(width, 160px);
          @include responsive(height, 160px);
          @media screen and (min-width: $tablet-contents-width) {
              width: 54px;
              height: 54px;
          }
          svg{
              --youtube-bg:#F82417;
          }
      }
  }
  */
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row .btn-row a:nth-child(3) {
  display: none;
}
section.section-03 .section-inner.si2 .slide-row .swiper-slide .txt-row.on {
  transform: translateX(0px);
  opacity: 1;
}
section.section-03 .section-inner.si2 .slide-row .controller-row {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .controller-row {
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -110px;
  }
}
section.section-03 .section-inner.si2 .slide-row .controller-row .swiper-pagination {
  bottom: unset;
}
section.section-03 .section-inner.si2 .slide-row .controller-row .swiper-pagination {
  width: 11.7188vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .controller-row .swiper-pagination {
    width: 3.125rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .controller-row .swiper-pagination {
    width: 50px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .controller-row .swiper-pagination {
    margin-left: 0;
    left: 0;
    gap: 4px;
  }
}
section.section-03 .section-inner.si2 .slide-row .controller-row .swiper-buttons {
  display: flex;
  flex-direction: row-reverse;
}
section.section-03 .section-inner.si2 .slide-row .controller-row .swiper-buttons {
  gap: 2.5vw;
}
@media (min-width: 641px) {
  section.section-03 .section-inner.si2 .slide-row .controller-row .swiper-buttons {
    gap: 0.6667rem;
  }
}
@media (min-width: 1200px) {
  section.section-03 .section-inner.si2 .slide-row .controller-row .swiper-buttons {
    gap: 11px;
  }
}
section.section-04 {
  overflow: hidden;
}
section.section-04:before {
  content: "";
  position: absolute;
  opacity: 0.6;
  background: #0C6FB8;
  z-index: 1;
  pointer-events: none;
  filter: blur(90px);
  display: none;
}
section.section-04:before {
  width: 50.7813vw;
}
@media (min-width: 641px) {
  section.section-04:before {
    width: 13.5417rem;
  }
}
@media (min-width: 1200px) {
  section.section-04:before {
    width: 217px;
  }
}
section.section-04:before {
  height: 50.7813vw;
}
@media (min-width: 641px) {
  section.section-04:before {
    height: 13.5417rem;
  }
}
@media (min-width: 1200px) {
  section.section-04:before {
    height: 217px;
  }
}
section.section-04:before {
  border-radius: 50.7813vw;
}
@media (min-width: 641px) {
  section.section-04:before {
    border-radius: 13.5417rem;
  }
}
@media (min-width: 1200px) {
  section.section-04:before {
    border-radius: 217px;
  }
}
section.section-04:before {
  top: -12.5vw;
}
@media (min-width: 641px) {
  section.section-04:before {
    top: -3.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-04:before {
    top: -53px;
  }
}
section.section-04:before {
  left: -23.9844vw;
}
@media (min-width: 641px) {
  section.section-04:before {
    left: -6.3958rem;
  }
}
@media (min-width: 1200px) {
  section.section-04:before {
    left: -102px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-04:before {
    display: block;
    top: 420px;
    width: 313px;
    height: 313px;
    left: -105px;
    border-radius: 313px;
    filter: blur(175px);
  }
}
section.section-04:after {
  content: "";
  position: absolute;
  opacity: 0.2;
  background: #AE8766;
  z-index: 1;
  pointer-events: none;
  filter: blur(125px);
}
section.section-04:after {
  width: 49.7656vw;
}
@media (min-width: 641px) {
  section.section-04:after {
    width: 13.2708rem;
  }
}
@media (min-width: 1200px) {
  section.section-04:after {
    width: 212px;
  }
}
section.section-04:after {
  height: 49.7656vw;
}
@media (min-width: 641px) {
  section.section-04:after {
    height: 13.2708rem;
  }
}
@media (min-width: 1200px) {
  section.section-04:after {
    height: 212px;
  }
}
section.section-04:after {
  border-radius: 49.7656vw;
}
@media (min-width: 641px) {
  section.section-04:after {
    border-radius: 13.2708rem;
  }
}
@media (min-width: 1200px) {
  section.section-04:after {
    border-radius: 212px;
  }
}
section.section-04:after {
  right: -27.8125vw;
}
@media (min-width: 641px) {
  section.section-04:after {
    right: -7.4167rem;
  }
}
@media (min-width: 1200px) {
  section.section-04:after {
    right: -119px;
  }
}
section.section-04:after {
  top: 0.7813vw;
}
@media (min-width: 641px) {
  section.section-04:after {
    top: 0.2083rem;
  }
}
@media (min-width: 1200px) {
  section.section-04:after {
    top: 3px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-04:after {
    width: 408px;
    height: 408px;
    right: -100px;
    top: -50px;
    border-radius: 408px;
    filter: blur(125px);
  }
}
section.section-04 .section-inner .title-row {
  overflow: hidden;
}
section.section-04 .section-inner .title-row {
  margin-bottom: 9.375vw;
}
@media (min-width: 641px) {
  section.section-04 .section-inner .title-row {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-04 .section-inner .title-row {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-04 .section-inner .title-row {
    margin-bottom: 120px;
  }
}
section.section-04 .section-inner .slide-row .swiper-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
section.section-04 .section-inner .slide-row .swiper-slide {
  gap: 9.0625vw 3.125vw;
}
@media (min-width: 641px) {
  section.section-04 .section-inner .slide-row .swiper-slide {
    gap: 2.4167rem 0.8333rem;
  }
}
@media (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide {
    gap: 39px 13px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 30px;
  }
}
@media screen and (min-width: 1440px) {
  section.section-04 .section-inner .slide-row .swiper-slide {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 67px;
  }
}
section.section-04 .section-inner .slide-row .swiper-slide .item {
  display: inline-block;
  opacity: 0;
  transition: all 0.8s ease;
}
section.section-04 .section-inner .slide-row .swiper-slide .item:nth-child(1) {
  transition-delay: 0.15s;
}
section.section-04 .section-inner .slide-row .swiper-slide .item:nth-child(2) {
  transition-delay: 0.3s;
}
section.section-04 .section-inner .slide-row .swiper-slide .item:nth-child(3) {
  transition-delay: 0.45s;
}
section.section-04 .section-inner .slide-row .swiper-slide .item:nth-child(4) {
  transition-delay: 0.6s;
}
section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
  overflow: hidden;
  transition: all 0.3s ease;
}
section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
  width: 42.1875vw;
}
@media (min-width: 641px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
    width: 11.25rem;
  }
}
@media (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
    width: 180px;
  }
}
section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
  height: 53.5156vw;
}
@media (min-width: 641px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
    height: 14.2708rem;
  }
}
@media (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
    height: 228px;
  }
}
section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
  border-radius: 6.25vw;
}
@media (min-width: 641px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
    border-radius: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
    border-radius: 27px;
  }
}
section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
  margin-bottom: 3.75vw;
}
@media (min-width: 641px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 640px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
    height: 20rem;
  }
}
@media screen and (min-width: 992px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
    height: 25rem;
  }
}
@media screen and (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
    width: 277px;
    height: 351px;
    margin-bottom: 32px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1440px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row {
    width: 310px;
    height: 393px;
    margin-bottom: 32px;
    border-radius: 40px;
  }
}
section.section-04 .section-inner .slide-row .swiper-slide .item .img-row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: all 0.3s ease;
}
section.section-04 .section-inner .slide-row .swiper-slide .item .img-row img {
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
}
section.section-04 .section-inner .slide-row .swiper-slide .item .img-row .icon-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 3;
  background: transparent;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
section.section-04 .section-inner .slide-row .swiper-slide .item .img-row .icon-svg {
  width: 12.5vw;
}
@media (min-width: 641px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row .icon-svg {
    width: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row .icon-svg {
    width: 53px;
  }
}
section.section-04 .section-inner .slide-row .swiper-slide .item .img-row .icon-svg {
  height: 12.5vw;
}
@media (min-width: 641px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row .icon-svg {
    height: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row .icon-svg {
    height: 53px;
  }
}
section.section-04 .section-inner .slide-row .swiper-slide .item .img-row .icon-svg {
  border-radius: 12.5vw;
}
@media (min-width: 641px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row .icon-svg {
    border-radius: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row .icon-svg {
    border-radius: 53px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .img-row .icon-svg {
    width: 72px;
    height: 72px;
    border-radius: 72px;
  }
}
section.section-04 .section-inner .slide-row .swiper-slide .item .img-row .icon-svg svg {
  width: 75%;
  color: #ffffff;
}
section.section-04 .section-inner .slide-row .swiper-slide .item .txt-row strong {
  display: block;
  color: #2B2B2B;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.82px;
  text-align: center;
}
section.section-04 .section-inner .slide-row .swiper-slide .item .txt-row strong {
  font-size: 4.6875vw;
}
@media (min-width: 641px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .txt-row strong {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .txt-row strong {
    font-size: 20px;
  }
}
section.section-04 .section-inner .slide-row .swiper-slide .item .txt-row strong {
  margin-bottom: 2.5vw;
}
@media (min-width: 641px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .txt-row strong {
    margin-bottom: 0.6667rem;
  }
}
@media (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .txt-row strong {
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .txt-row strong {
    font-size: 24px;
  }
}
section.section-04 .section-inner .slide-row .swiper-slide .item .txt-row p {
  text-align: center;
  color: #888888;
  font-weight: 400;
}
section.section-04 .section-inner .slide-row .swiper-slide .item .txt-row p {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .txt-row p {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .txt-row p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item .txt-row p {
    font-size: 18px;
  }
}
section.section-04 .section-inner .slide-row .swiper-slide .item:nth-child(odd) {
  transform: translateY(-30px);
}
section.section-04 .section-inner .slide-row .swiper-slide .item:nth-child(even) {
  transform: translateY(30px);
}
section.section-04 .section-inner .slide-row .swiper-slide .item:nth-child(even) {
  margin-top: 9.375vw;
}
@media (min-width: 641px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item:nth-child(even) {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item:nth-child(even) {
    margin-top: 40px;
  }
}
section.section-04 .section-inner .slide-row .swiper-slide .item:hover .img-row {
  border-radius: 42.1875vw;
}
@media (min-width: 641px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item:hover .img-row {
    border-radius: 11.25rem;
  }
}
@media (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item:hover .img-row {
    border-radius: 180px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .swiper-slide .item:hover .img-row {
    border-radius: 310px;
  }
}
section.section-04 .section-inner .slide-row .swiper-slide .item:hover .img-row img {
  transform: scale(1.1);
}
section.section-04 .section-inner .slide-row .swiper-slide .item:hover .img-row:before {
  background: rgba(0, 0, 0, 0.5);
}
section.section-04 .section-inner .slide-row .swiper-slide .item:hover .img-row .icon-svg {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  background: #0C6FB8;
}
section.section-04 .section-inner .slide-row .swiper-slide .item.on {
  opacity: 1;
  transform: translateY(0);
}
section.section-04 .section-inner .slide-row .swiper-slide:nth-of-type(1) .item:nth-of-type(1) .img-row .icon-svg svg {
  --md1-sw:2.5;
}
section.section-04 .section-inner .slide-row .swiper-slide:nth-of-type(1) .item:nth-of-type(2) .img-row .icon-svg svg {
  --md2-sw:2.5;
}
section.section-04 .section-inner .slide-row .swiper-slide:nth-of-type(1) .item:nth-of-type(3) .img-row .icon-svg svg {
  --md3-sw:2.5;
}
section.section-04 .section-inner .slide-row .swiper-slide:nth-of-type(1) .item:nth-of-type(4) .img-row .icon-svg svg {
  --md4-sw:2.5;
}
section.section-04 .section-inner .slide-row .swiper-slide:nth-of-type(2) .item:nth-of-type(1) .img-row .icon-svg svg {
  --md5-sw:2.5;
}
section.section-04 .section-inner .slide-row .swiper-slide:nth-of-type(2) .item:nth-of-type(2) .img-row .icon-svg svg {
  --md6-sw:2.5;
}
section.section-04 .section-inner .slide-row .swiper-slide:nth-of-type(2) .item:nth-of-type(3) .img-row .icon-svg svg {
  --md7-sw:2.5;
}
section.section-04 .section-inner .slide-row .swiper-slide:nth-of-type(2) .item:nth-of-type(4) .img-row .icon-svg svg {
  --md8-sw:2.5;
}
section.section-04 .section-inner .slide-row .controller-row {
  position: absolute;
  right: 0;
}
section.section-04 .section-inner .slide-row .controller-row {
  top: -6.25vw;
}
@media (min-width: 641px) {
  section.section-04 .section-inner .slide-row .controller-row {
    top: -1.6667rem;
  }
}
@media (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .controller-row {
    top: -27px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .controller-row {
    top: -170px;
    bottom: auto;
    left: auto;
    right: 0;
  }
}
section.section-04 .section-inner .slide-row .controller-row .swiper-buttons {
  display: flex;
  flex-direction: row-reverse;
}
section.section-04 .section-inner .slide-row .controller-row .swiper-buttons {
  gap: 2.5vw;
}
@media (min-width: 641px) {
  section.section-04 .section-inner .slide-row .controller-row .swiper-buttons {
    gap: 0.6667rem;
  }
}
@media (min-width: 1200px) {
  section.section-04 .section-inner .slide-row .controller-row .swiper-buttons {
    gap: 11px;
  }
}
section.section-05 {
  overflow: hidden;
}
section.section-05:after {
  content: "";
  position: absolute;
  opacity: 0.5;
  background: #AE8766;
  z-index: 1;
  pointer-events: none;
  filter: blur(125px);
  top: 40%;
}
section.section-05:after {
  width: 49.7656vw;
}
@media (min-width: 641px) {
  section.section-05:after {
    width: 13.2708rem;
  }
}
@media (min-width: 1200px) {
  section.section-05:after {
    width: 212px;
  }
}
section.section-05:after {
  height: 49.7656vw;
}
@media (min-width: 641px) {
  section.section-05:after {
    height: 13.2708rem;
  }
}
@media (min-width: 1200px) {
  section.section-05:after {
    height: 212px;
  }
}
section.section-05:after {
  border-radius: 49.7656vw;
}
@media (min-width: 641px) {
  section.section-05:after {
    border-radius: 13.2708rem;
  }
}
@media (min-width: 1200px) {
  section.section-05:after {
    border-radius: 212px;
  }
}
section.section-05:after {
  left: -27.8125vw;
}
@media (min-width: 641px) {
  section.section-05:after {
    left: -7.4167rem;
  }
}
@media (min-width: 1200px) {
  section.section-05:after {
    left: -119px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05:after {
    top: 45%;
    left: auto;
    background: #0C6FB8;
    width: 408px;
    height: 408px;
    right: -100px;
    border-radius: 408px;
    filter: blur(125px);
  }
}
section.section-05 .section-inner.full {
  overflow: hidden;
  background: url("/static/images/main/s8_bg@m.jpg") no-repeat left top;
  background-size: 70% auto;
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.full {
    background: url("/static/images/main/s8_bg.jpg") no-repeat left top;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
section.section-05 .section-inner.si1 .info-row {
  overflow: hidden;
  width: 87.5%;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si1 .info-row {
    width: 100%;
    max-width: 1440px;
    margin: auto;
  }
}
section.section-05 .section-inner.si1 .info-row .btn-row {
  justify-content: flex-start;
}
section.section-05 .section-inner.si1 .info-row .btn-row {
  margin-top: 9.375vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si1 .info-row .btn-row {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si1 .info-row .btn-row {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si1 .info-row .btn-row {
    margin-top: 80px;
  }
}
section.section-05 .section-inner.si1 .info-row .btn-row .btn {
  width: 34.375vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si1 .info-row .btn-row .btn {
    width: 9.1667rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si1 .info-row .btn-row .btn {
    width: 147px;
  }
}
section.section-05 .section-inner.si1 .info-row .btn-row .btn {
  height: 12.5vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si1 .info-row .btn-row .btn {
    height: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si1 .info-row .btn-row .btn {
    height: 53px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si1 .info-row .btn-row .btn {
    width: 155px;
    height: 54px;
  }
}
section.section-05 .section-inner.si1 .slide-row {
  width: 87.5%;
  margin: auto;
}
section.section-05 .section-inner.si1 .slide-row {
  margin-top: 15.625vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si1 .slide-row {
    margin-top: 4.1667rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row {
    margin-top: 67px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row {
    position: absolute;
    margin-top: 100px;
    width: calc(50% - 10px);
    left: calc(50% + 10px);
  }
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide {
  transform: scale(1);
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide {
    width: 586px;
    transform: scale(0.7);
    opacity: 0.5;
    flex-shrink: 0;
    transform-origin: center center;
    transition: all 0.4s ease;
  }
  section.section-05 .section-inner.si1 .slide-row .swiper-slide.swiper-slide-active {
    width: 586px;
    transform: scale(1);
    opacity: 1;
  }
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide .img-row {
  width: 100%;
  overflow: hidden;
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide .img-row {
  height: 59.0625vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .img-row {
    height: 15.75rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .img-row {
    height: 252px;
  }
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide .img-row {
  border-radius: 6.25vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .img-row {
    border-radius: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .img-row {
    border-radius: 27px;
  }
}
@media screen and (min-width: 640px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .img-row {
    height: 22rem;
  }
}
@media screen and (min-width: 768px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .img-row {
    height: 24rem;
  }
}
@media screen and (min-width: 992px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .img-row {
    height: 28rem;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .img-row {
    height: 396px;
    min-width: 100%;
    max-width: 100%;
  }
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide .img-row img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row {
  flex-flow: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row {
  padding: 0vw 2.5vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row {
    padding: 0rem 0.6667rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row {
    padding: 0px 11px;
  }
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row {
  gap: 3.125vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row {
    gap: 0.8333rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row {
    gap: 13px;
  }
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row {
  margin-top: 6.25vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row {
    margin-top: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row {
    margin-top: 27px;
  }
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .badge {
  width: auto;
  color: #0C6FB8;
  font-weight: 600;
  border: 1px solid #0C6FB8;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .badge {
  border-radius: 1.875vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .badge {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .badge {
    border-radius: 8px;
  }
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .badge {
  padding: 0vw 3.125vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .badge {
    padding: 0rem 0.8333rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .badge {
    padding: 0px 13px;
  }
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .badge {
  height: 6.5625vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .badge {
    height: 1.75rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .badge {
    height: 28px;
  }
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .badge {
  font-size: 3.5938vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .badge {
    font-size: 0.9583rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .badge {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .badge {
    height: 32px;
    font-size: 16px;
    padding: 0 14px;
  }
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .date {
  color: #888888;
  font-weight: 400;
  line-height: 100%;
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .date {
  font-size: 3.125vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .date {
    font-size: 0.8333rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row .date {
    font-size: 13px;
  }
}
section.section-05 .section-inner.si1 .slide-row .swiper-slide .txt-row p {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
section.section-05 .section-inner.si1 .slide-row .controller-row {
  position: absolute;
  right: 0;
}
section.section-05 .section-inner.si1 .slide-row .controller-row {
  top: -25vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si1 .slide-row .controller-row {
    top: -6.6667rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row .controller-row {
    top: -107px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row .controller-row {
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    /* 공식 적용: 여백만큼 오른쪽으로 가고, 화면 절반과 오차만큼 왼쪽으로 이동 */
    margin-left: calc(1px - 50vw - 10px);
  }
}
@media screen and (min-width: 1440px) {
  section.section-05 .section-inner.si1 .slide-row .controller-row {
    /* 1440px 기준 고정값 계산:
    -720px(화면절반) - 10px(오차) + 여백
    */
    margin-left: calc(-730px + 1px);
  }
}
section.section-05 .section-inner.si1 .slide-row .controller-row .swiper-buttons {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.section-05 .section-inner.si1 .slide-row .controller-row .swiper-buttons {
  gap: 2.5vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si1 .slide-row .controller-row .swiper-buttons {
    gap: 0.6667rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si1 .slide-row .controller-row .swiper-buttons {
    gap: 11px;
  }
}
section.section-05 .section-inner.si2 {
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si2 {
    width: 100%;
    max-width: 1440px;
  }
}
section.section-05 .section-inner.si2 .title-row {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si2 .title-row h3 {
    margin-bottom: 64px;
  }
}
section.section-05 .section-inner.si2 .addr-row {
  margin-bottom: 5.625vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 .addr-row {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 .addr-row {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si2 .addr-row {
    margin-bottom: 48px;
  }
}
section.section-05 .section-inner.si2 .addr-row strong {
  display: block;
  font-weight: 600;
  color: #22201E;
}
section.section-05 .section-inner.si2 .addr-row strong {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 .addr-row strong {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 .addr-row strong {
    font-size: 17px;
  }
}
section.section-05 .section-inner.si2 .addr-row strong {
  margin-bottom: 2.3438vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 .addr-row strong {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 .addr-row strong {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si2 .addr-row strong {
    font-size: 24px;
  }
}
section.section-05 .section-inner.si2 .addr-row p {
  font-weight: 400;
  color: #75716D;
}
section.section-05 .section-inner.si2 .addr-row p {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 .addr-row p {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 .addr-row p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si2 .addr-row p {
    font-size: 20px;
  }
}
section.section-05 .section-inner.si2 .btn-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.section-05 .section-inner.si2 .btn-row {
  gap: 1.875vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 .btn-row {
    gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 .btn-row {
    gap: 8px;
  }
}
section.section-05 .section-inner.si2 .btn-row {
  margin-bottom: 7.8125vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 .btn-row {
    margin-bottom: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 .btn-row {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si2 .btn-row {
    margin-bottom: 64px;
  }
}
section.section-05 .section-inner.si2 .btn-row a {
  background: #ffffff;
  border: 1px solid #DEDEDE;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section-05 .section-inner.si2 .btn-row a {
  width: 29.6875vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 .btn-row a {
    width: 7.9167rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 .btn-row a {
    width: 127px;
  }
}
section.section-05 .section-inner.si2 .btn-row a {
  height: 9.375vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 .btn-row a {
    height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 .btn-row a {
    height: 40px;
  }
}
section.section-05 .section-inner.si2 .btn-row a {
  border-radius: 12.5vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 .btn-row a {
    border-radius: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 .btn-row a {
    border-radius: 53px;
  }
}
section.section-05 .section-inner.si2 .btn-row a {
  gap: 1.875vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 .btn-row a {
    gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 .btn-row a {
    gap: 8px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si2 .btn-row a {
    width: 170px;
    height: 54px;
    border-radius: 48px;
  }
}
section.section-05 .section-inner.si2 .btn-row a img {
  width: 2.2656vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 .btn-row a img {
    width: 0.6042rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 .btn-row a img {
    width: 10px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si2 .btn-row a img {
    width: 14px;
  }
}
section.section-05 .section-inner.si2 .btn-row a span {
  font-weight: 500;
  color: #2B2B2B;
  transition: all 0.3s ease;
}
section.section-05 .section-inner.si2 .btn-row a span {
  font-size: 3.125vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 .btn-row a span {
    font-size: 0.8333rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 .btn-row a span {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si2 .btn-row a span {
    font-size: 18px;
  }
}
section.section-05 .section-inner.si2 .btn-row a:last-of-type img {
  width: 3.125vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 .btn-row a:last-of-type img {
    width: 0.8333rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 .btn-row a:last-of-type img {
    width: 13px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si2 .btn-row a:last-of-type img {
    width: 20px;
  }
}
section.section-05 .section-inner.si2 .btn-row a:hover {
  background: #0C6FB8;
}
section.section-05 .section-inner.si2 .btn-row a:hover span {
  color: #F5F4F2;
}
section.section-05 .section-inner.si2 dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.section-05 .section-inner.si2 dl dt {
  color: #444444;
  font-weight: 600;
}
section.section-05 .section-inner.si2 dl dt {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 dl dt {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 dl dt {
    font-size: 17px;
  }
}
section.section-05 .section-inner.si2 dl dt {
  width: 20.7813vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 dl dt {
    width: 5.5417rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 dl dt {
    width: 89px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si2 dl dt {
    font-size: 20px;
    width: 100px;
  }
}
section.section-05 .section-inner.si2 dl:nth-of-type(1) {
  margin-bottom: 7.8125vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(1) {
    margin-bottom: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(1) {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(1) {
    margin-bottom: 64px;
  }
}
section.section-05 .section-inner.si2 dl:nth-of-type(1) dd {
  width: calc(100% - 20.7813vw);
  font-weight: 700;
  color: #3D3A37;
}
section.section-05 .section-inner.si2 dl:nth-of-type(1) dd {
  font-size: 6.25vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(1) dd {
    font-size: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(1) dd {
    font-size: 27px;
  }
}
section.section-05 .section-inner.si2 dl:nth-of-type(2) {
  align-items: flex-start;
}
section.section-05 .section-inner.si2 dl:nth-of-type(2) dd {
  padding-top: 0.4688vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(2) dd {
    padding-top: 0.125rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(2) dd {
    padding-top: 2px;
  }
}
section.section-05 .section-inner.si2 dl:nth-of-type(2) dd p {
  color: #3D3A37;
  font-weight: 400;
}
section.section-05 .section-inner.si2 dl:nth-of-type(2) dd p {
  margin-bottom: 1.875vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(2) dd p {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(2) dd p {
    margin-bottom: 8px;
  }
}
section.section-05 .section-inner.si2 dl:nth-of-type(2) dd p {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(2) dd p {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(2) dd p {
    font-size: 16px;
  }
}
section.section-05 .section-inner.si2 dl:nth-of-type(2) dd p b {
  display: inline-block;
  font-weight: 600;
}
section.section-05 .section-inner.si2 dl:nth-of-type(2) dd p b {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(2) dd p b {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(2) dd p b {
    font-size: 16px;
  }
}
section.section-05 .section-inner.si2 dl:nth-of-type(2) dd p b {
  margin-right: 1.875vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(2) dd p b {
    margin-right: 0.5rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(2) dd p b {
    margin-right: 8px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(2) dd p b {
    width: 90px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(2) dd p {
    font-size: 18px;
  }
}
section.section-05 .section-inner.si2 dl:nth-of-type(2) dd span {
  color: #888;
  font-weight: 400;
}
section.section-05 .section-inner.si2 dl:nth-of-type(2) dd span {
  font-size: 3.5938vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(2) dd span {
    font-size: 0.9583rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(2) dd span {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si2 dl:nth-of-type(2) dd span {
    font-size: 16px;
  }
}
section.section-05 .section-inner.si2 .map-row {
  width: 100%;
  overflow: hidden;
}
section.section-05 .section-inner.si2 .map-row {
  height: 78.125vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 .map-row {
    height: 20.8333rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 .map-row {
    height: 333px;
  }
}
section.section-05 .section-inner.si2 .map-row {
  border-radius: 6.25vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 .map-row {
    border-radius: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 .map-row {
    border-radius: 27px;
  }
}
section.section-05 .section-inner.si2 .map-row {
  margin-top: 12.5vw;
}
@media (min-width: 641px) {
  section.section-05 .section-inner.si2 .map-row {
    margin-top: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  section.section-05 .section-inner.si2 .map-row {
    margin-top: 53px;
  }
}
@media screen and (min-width: 1200px) {
  section.section-05 .section-inner.si2 .map-row {
    width: 830px;
    height: 560px;
    border-radius: 48px;
    position: absolute;
    left: 50%;
    margin-left: -230px;
    top: 240px;
    background: #ccc;
    z-index: 2;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  section.section-05 .section-inner.si2 .map-row {
    width: 830px;
    margin-left: -110px;
  }
}
section.section-05 .section-inner.si2 .map-row .map {
  width: 100%;
  height: 100%;
  background: #ccc;
}

@keyframes marqueeMove {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100%);
  }
}