#container {
  padding-top: 9rem;
}
@media all and (min-width: 1024px), print {
  #container {
    padding-top: 0;
  }
}

.visual-wrap {
  position: relative;
}
.visual-wrap .control-progress {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 5rem;
  z-index: 10;
  transform: translateX(-50%);
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  align-items: center;
}
.visual-wrap .btn-pg {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  color: #fff;
}
.visual-wrap .pg {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.5rem;
}
.visual-wrap .pg strong {
  font-weight: 700;
}
.visual-wrap .pg i {
  width: 0.1rem;
  height: 1.25rem;
  background: #abaea5;
}
.visual-wrap .button-prev i,
.visual-wrap .button-next i {
  display: block;
  width: 1rem;
  height: 1.7rem;
}
.visual-wrap .swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
.visual-wrap .button-prev i {
  background: url(../images/main/btn_visual_prev.png) no-repeat 0 0;
}
.visual-wrap .button-next i {
  background: url(../images/main/btn_visual_next.png) no-repeat 0 0;
}
.visual-wrap .autoplay-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
}
.visual-wrap .autoplay-progress svg {
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 3px;
  stroke: #ffde00;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.visual-wrap .autoplay-progress .bg {
  position: absolute;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  border: 0.3rem solid rgba(255, 255, 255, 0.5);
}
.visual-wrap .autoplay-progress .visual-button-play-pause {
  position: absolute;
  z-index: 10;
  width: 3.3rem;
  height: 3.3rem;
  text-align: center;
}
.visual-wrap .autoplay-progress .visual-button-play-pause.active i {
  width: 1rem;
  height: 1.4rem;
  background-image: url(../images/main/btn_visual_play.png);
  background-size: 1rem;
}
.visual-wrap .autoplay-progress .visual-button-play-pause i {
  display: inline-block;
  width: 0.9rem;
  height: 1.2rem;
  background: url(../images/main/btn_visual_stop.png) no-repeat 0 0/0.9rem;
}
.visual-wrap .swiper-pagination {
  display: none;
}
.visual-wrap .swiper-pagination-bullet {
  display: flex !important;
  border-radius: 0;
}
@media all and (min-width: 1024px), print {
  .visual-wrap .control-progress {
    bottom: 12rem;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
  .visual-wrap .btn-pg {
    -moz-column-gap: 2.2rem;
         column-gap: 2.2rem;
  }
  .visual-wrap .pg {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    font-size: 2rem;
  }
  .visual-wrap .pg i {
    height: 1.5rem;
  }
  .visual-wrap .autoplay-progress {
    width: 5rem;
    height: 5rem;
  }
  .visual-wrap .autoplay-progress .bg {
    width: 4.6rem;
    height: 4.6rem;
    border-width: 0.4rem;
  }
  .visual-wrap .autoplay-progress .visual-button-play-pause {
    width: 4.6rem;
    height: 4.6rem;
  }
  .visual-wrap .swiper-pagination {
    display: flex;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .visual-wrap .swiper-pg-list {
    display: flex;
    max-width: 144rem;
    margin: 0 auto;
    -moz-column-gap: 0.2rem;
         column-gap: 0.2rem;
    justify-content: center;
    align-items: flex-end;
  }
  .visual-wrap .swiper-pagination-bullet {
    display: flex;
    flex: 0 1 28.7rem;
    height: 8rem;
    margin: 0 !important;
    padding: 1rem;
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.3s ease;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
  }
  .visual-wrap .swiper-pagination-bullet:hover {
    background: #11284c;
  }
  .visual-wrap .swiper-pagination-bullet-active {
    height: 10rem;
    background: #11284c;
    font-weight: 500;
  }
}

.visual-swiper .swiper-slide > a {
  display: block;
}
.visual-swiper .swiper-slide img {
  width: 100%;
}
.visual-swiper .swiper-button-prev {
  left: calc((100% - 144rem) / 2);
}
.visual-swiper .swiper-button-next {
  right: calc((100% - 144rem) / 2);
}
@media all and (min-width: 1024px), print {
  .visual-swiper .swiper-slide > a:focus-visible::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 99.8%;
    height: 99.4%;
    border: 0.2rem dashed #d71920;
    outline-offset: -0.2rem;
  }
  .visual-swiper .swiper-slide img {
    width: auto;
  }
}
@media (width > 1300px), print {
  .visual-swiper .swiper-slide > a {
    position: relative;
    overflow: hidden;
    height: 64rem;
  }
  .visual-swiper .swiper-slide > a img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: none;
  }
}
@media (1024px <= width <= 1300px), print {
  .visual-swiper .swiper-slide > a img {
    position: static;
    left: 50%;
    top: 0;
    transform: none;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 53.9rem;
  }
}

.bg-emerald {
  background: #e0f2f1;
}

.main-sec {
  overflow: hidden;
  padding: 4.5rem 0;
}
@media all and (min-width: 1024px), print {
  .main-sec {
    padding: 8rem 0;
  }
}

.sec-tit {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: #222;
}
.sec-tit.single {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 1024px), print {
  .sec-tit {
    margin-bottom: 3.7rem;
    font-size: 3.8rem;
  }
}

.p-l {
  padding-left: 1rem;
}
@media all and (min-width: 1024px), print {
  .p-l {
    padding-left: 0;
  }
}

.p-lr {
  padding: 0 1rem;
}
@media all and (min-width: 1024px), print {
  .p-lr {
    padding: 0;
  }
}

.menu-go {
  background: #e3f2fd;
}
.menu-go .menu-go-wrap {
  position: relative;
  padding: 0 3.4rem;
}
.menu-go .menu-prev,
.menu-go .menu-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.menu-go .menu-prev {
  left: 0;
}
.menu-go .menu-next {
  right: 0;
}
.menu-go .menu-prev i,
.menu-go .menu-next i {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background-repeat: no-repeat;
  background-size: 2.6rem;
}
.menu-go .menu-prev i {
  background-image: url(../images/main/btn_circle_prev.png);
}
.menu-go .menu-next i {
  background-image: url(../images/main/btn_circle_next.png);
}
.menu-go .swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
.menu-go a {
  display: block;
  height: 17rem;
  padding: 2rem 1rem;
  border: 0.1rem solid #d6d6d6;
  border-radius: 2rem;
  background: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  color: #222;
}
.menu-go a i {
  display: inline-block;
  margin-bottom: 1rem;
}
.menu-go a:hover {
  font-weight: 700;
  color: #1976d2;
}
.menu-go .mn-name {
  display: block;
  line-height: 2.4rem;
}
.menu-go .ico-dir {
  width: 3rem;
  height: 4.5rem;
  background: url(../images/main/ico_dir.png) no-repeat 0 0/3rem;
}
.menu-go .ico-pro {
  width: 4.8rem;
  height: 4.5rem;
  background: url(../images/main/ico_pro.png) no-repeat 0 0/4.8rem;
}
.menu-go .ico-history {
  width: 3.5rem;
  height: 4.5rem;
  background: url(../images/main/ico_history.png) no-repeat 0 0/3.5rem;
}
.menu-go .ico-vision {
  width: 4.5rem;
  height: 4.5rem;
  background: url(../images/main/ico_vision.png) no-repeat 0 0/4.5rem;
}
.menu-go .ico-rese {
  width: 5.1rem;
  height: 4.5rem;
  background: url(../images/main/ico_rese.png) no-repeat 0 0/5.1rem;
}
.menu-go .ico-center {
  width: 4.8rem;
  height: 4.5rem;
  background: url(../images/main/ico_center.png) no-repeat 0 0/4.8rem;
}
.menu-go .ico-daejeon {
  width: 5.5rem;
  height: 4.5rem;
  background: url(../images/main/ico_daejeon.png) no-repeat 0 0/5.5rem;
}
.menu-go .ico-seoul {
  width: 4.5rem;
  height: 4.5rem;
  background: url(../images/main/ico_seoul.png) no-repeat 0 0/4.5rem;
}
@media all and (min-width: 1024px), print {
  .menu-go .menu-go-wrap {
    padding: 0 5.6rem;
  }
  .menu-go .menu-go-wrap:has(.swiper-button-lock) {
    padding: 0;
  }
  .menu-go .menu-prev i,
  .menu-go .menu-next i {
    width: 4rem;
    height: 4rem;
    background-size: 4rem;
  }
  .menu-go a {
    height: 20.2rem;
    padding: 2.6rem 1rem 0;
    transition: box-shadow 0.3s ease;
    font-size: 1.8rem;
  }
  .menu-go a:hover {
    box-shadow: inset 0 0 0 0.1rem #1976d2;
    border-color: #1976d2;
  }
  .menu-go a:hover i {
    animation: gelatine 0.5s linear;
  }
  .menu-go a i {
    display: inline-block;
    margin-bottom: 1.3rem;
  }
  @keyframes gelatine {
    from, to {
      transform: scale(1, 1);
    }
    25% {
      transform: scale(0.9, 1.1);
    }
    50% {
      transform: scale(1.1, 0.9);
    }
    75% {
      transform: scale(0.95, 1.05);
    }
  }
  .menu-go .ico-dir {
    width: 4rem;
    height: 6rem;
    background: url(../images/main/ico_pc_dir.png) no-repeat 0 0/auto;
  }
  .menu-go .ico-pro {
    width: 6.5rem;
    height: 6rem;
    background: url(../images/main/ico_pc_pro.png) no-repeat 0 0/auto;
  }
  .menu-go .ico-history {
    width: 4.5rem;
    height: 6rem;
    background: url(../images/main/ico_pc_history.png) no-repeat 0 0/auto;
  }
  .menu-go .ico-vision {
    width: 5.8rem;
    height: 6rem;
    background: url(../images/main/ico_pc_vision.png) no-repeat 0 0/auto;
  }
  .menu-go .ico-rese {
    width: 6.4rem;
    height: 6rem;
    background: url(../images/main/ico_pc_rese.png) no-repeat 0 0/auto;
  }
  .menu-go .ico-center {
    width: 6.5rem;
    height: 6rem;
    background: url(../images/main/ico_pc_center.png) no-repeat 0 0/auto;
  }
  .menu-go .ico-daejeon {
    width: 7.4rem;
    height: 6rem;
    background: url(../images/main/ico_pc_daejeon.png) no-repeat 0 0/auto;
  }
  .menu-go .ico-seoul {
    width: 6rem;
    height: 6rem;
    background: url(../images/main/ico_pc_seoul.png) no-repeat 0 0/auto;
  }
}

.news-board .sec-top {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 2.5rem;
}
.news-board .sec-top .sec-tit {
  position: absolute;
  margin-bottom: 0;
}
.news-board .sec-top .r {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  row-gap: 1.3rem;
  justify-content: flex-end;
  overflow: hidden;
}
.news-board .tab {
  order: 2;
  width: 100%;
}
.news-board .btn-more {
  display: flex;
  order: 1;
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  align-items: center;
  justify-content: center;
}
.news-board .btn-more i {
  position: absolute;
  width: 0.2rem;
  height: 1.8rem;
  background: #222;
}
.news-board .btn-more .line2 {
  transform: rotate(90deg);
}
@media all and (min-width: 1024px), print {
  .news-board .sec-top {
    margin-bottom: 4.5rem;
  }
  .news-board .sec-top .sec-tit {
    position: absolute;
    margin-bottom: 0;
  }
  .news-board .sec-top .r {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .news-board .tab {
    order: 1;
    width: auto;
  }
  .news-board .btn-more {
    display: flex;
    order: 2;
    position: relative;
    width: 3.6rem;
    height: 3.6rem;
    margin-top: 0.3rem;
    align-items: center;
    justify-content: center;
  }
  .news-board .btn-more i {
    position: absolute;
    width: 0.2rem;
    height: 1.8rem;
    background: #222;
  }
}

.news-board-wrap {
  position: relative;
}
.news-board-wrap .menu-prev,
.news-board-wrap .menu-next {
  display: none;
}
@media all and (min-width: 1024px), print {
  .news-board-wrap {
    padding: 0 5.6rem;
  }
  .news-board-wrap:has(.swiper-button-lock) {
    padding: 0;
  }
  .news-board-wrap:has(.swiper-button-lock) .menu-prev,
  .news-board-wrap:has(.swiper-button-lock) .menu-next {
    display: none;
  }
  .news-board-wrap .menu-prev,
  .news-board-wrap .menu-next {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .news-board-wrap .menu-prev {
    left: 0;
  }
  .news-board-wrap .menu-next {
    right: 0;
  }
  .news-board-wrap .menu-prev i,
  .news-board-wrap .menu-next i {
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    background-repeat: no-repeat;
    background-size: 2.6rem;
  }
  .news-board-wrap .menu-prev i,
  .news-board-wrap .menu-next i {
    width: 4rem;
    height: 4rem;
    background-size: 4rem;
    background-repeat: no-repeat;
  }
  .news-board-wrap .menu-prev i {
    background-image: url(../images/main/btn_circle_prev.png);
  }
  .news-board-wrap .menu-next i {
    background-image: url(../images/main/btn_circle_next.png);
  }
  .news-board-wrap .swiper-button-disabled {
    opacity: 0.5;
    cursor: auto;
  }
}

.board-tab {
  padding-right: 1rem;
}
.board-tab .swiper-wrapper {
  padding-top: 1rem;
}
.board-tab a {
  position: relative;
  display: block;
  font-weight: 500;
  color: #222;
}
.board-tab a i {
  position: absolute;
  left: 50%;
  top: -1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  visibility: hidden;
  transform: translateX(-50%) scale(0);
  background: #1976d2;
  transition: 0.3s ease;
}
.board-tab a:hover, .board-tab a.active {
  font-weight: 700;
  color: #1976d2;
}
.board-tab a:hover i, .board-tab a.active i {
  visibility: visible;
  transform: translateX(-50%) scale(1);
}
.board-tab .swiper-slide {
  width: auto;
}
.board-tab.emer a i {
  background: #00796b;
}
.board-tab.emer a:hover, .board-tab.emer a.active {
  color: #00796b;
}
@media all and (min-width: 1024px), print {
  .board-tab {
    padding-right: 0;
  }
  .board-tab.ver-hor-tab .swiper-wrapper {
    flex-direction: column;
    row-gap: 3rem;
    transform: none !important;
  }
  .board-tab.ver-hor-tab .swiper-slide {
    margin-right: 0 !important;
  }
  .board-tab.ver-hor-tab a {
    display: inline-block;
  }
  .board-tab .swiper-slide:last-child {
    margin-right: 0 !important;
  }
  .board-tab a {
    font-size: 2rem;
  }
  .board-tab a i {
    top: -1rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}

.news-board-swiper {
  padding-right: 1rem;
}
.news-board-swiper .swiper-slide {
  width: 25rem;
}
.news-board-swiper a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 15.5rem;
  padding: 1.8rem;
  border: 0.1rem solid #d6d6d6;
  border-radius: 2rem;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.news-board-swiper a:hover {
  box-shadow: inset 0 0 0 0.2rem #11284c;
  border-color: transparent;
}
.news-board-swiper a:hover .badge {
  animation: bounce 1s ease;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-7px);
  }
  60% {
    transform: translateY(-3px);
  }
}
.news-board-swiper .badge {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  line-height: 1;
  font-weight: 600;
  font-size: 1.4rem;
  color: #1976d2;
}
.news-board-swiper .badge::before {
  display: inline-block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #1976d2;
}
.news-board-swiper .board-tit {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 3rem;
  font-weight: 600;
  color: #222;
}
.news-board-swiper .board-date {
  text-align: right;
  font-size: 1.5rem;
}
.news-board-swiper .ico-board-new {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_board_new.png) no-repeat 0 0/1.6rem;
  vertical-align: -0.2rem;
}
@media all and (min-width: 1024px), print {
  .news-board-swiper {
    padding-right: 0;
  }
  .news-board-swiper .swiper-slide {
    width: 34.6rem;
  }
  .news-board-swiper a {
    height: 22.1rem;
    padding: 2.9rem;
  }
  .news-board-swiper .badge {
    font-size: 1.6rem;
  }
  .news-board-swiper .board-tit {
    font-size: 2rem;
  }
  .news-board-swiper .board-date {
    font-size: 1.6rem;
  }
}

.no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2.3rem;
  height: 100%;
  min-height: 30rem;
  border: 0.4rem solid #e0e0e0;
}
.no-data i {
  width: 4.4rem;
  height: 4.4rem;
  background: url(../images/main/no_data.png) no-repeat 0 0/4rem;
}

.swiper-card-wrap .left-menu {
  margin-bottom: 2.5rem;
  padding: 0 1rem;
}
.swiper-card-wrap .card-tab-swiper .swiper-slide {
  width: auto;
}
.swiper-card-wrap .swiper-card-list {
  overflow: hidden;
  padding-left: 1rem;
}
.swiper-card-wrap .swiper-card-list:has(.no-data) {
  width: 100%;
  max-width: 123.1rem;
}
.swiper-card-wrap .swiper-card-list .swiper {
  padding: 0 1rem 9rem 0;
}
.swiper-card-wrap .swiper-card-list .swiper-slide {
  width: 21.5rem;
  transition: transform 0.5s ease;
}
.swiper-card-wrap .swiper-card-list .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  transition: box-shadow 0.3s ease;
}
.swiper-card-wrap .swiper-card-list .swiper-slide a:hover {
  box-shadow: 0.5rem 0.5rem 1.2rem -0.2rem rgba(0, 0, 0, 0.4);
}
.swiper-card-wrap .swiper-card-list .swiper-slide a:hover img {
  transform: scale(1.02);
}
.swiper-card-wrap .swiper-card-list .swiper-slide img {
  width: 100%;
  aspect-ratio: 5/7;
  transition: 0.3s ease;
  transform: scale(1);
}
.swiper-card-wrap .swiper-card-list .swiper-slide:nth-child(even) {
  transform: translateY(4rem);
}
.swiper-card-wrap .swiper-card-list .sns-ico {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 10;
}
.swiper-card-wrap .swiper-card-list .sns-ico i {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
}
.swiper-card-wrap .swiper-card-list .insta {
  background: url(../images/main/ico_sns_insta.png) no-repeat 0 0;
}
.swiper-card-wrap .swiper-card-list .facebook {
  background: url(../images/main/ico_sns_facebook.png) no-repeat 0 0;
}
.swiper-card-wrap .swiper-card-list .kakao {
  background: url(../images/main/ico_sns_kakao.png) no-repeat 0 0;
}
.swiper-card-wrap .swiper-card-list .band {
  background: url(../images/main/ico_sns_band.png) no-repeat 0 0;
}
.swiper-card-wrap .swiper-card-list .youtube {
  background: url(../images/main/ico_sns_youtube.png) no-repeat 0 0;
}
.swiper-card-wrap .swiper-scrollbar {
  width: calc(100% - 4 * var(--swiper-scrollbar-sides-offset, 1%));
  height: 0.2rem;
  bottom: 2.2rem;
  border-radius: 0;
  background: #fff;
}
.swiper-card-wrap .swiper-scrollbar:focus-visible {
  outline: 0.1rem dotted #d71920;
}
.swiper-card-wrap .swiper-scrollbar-drag {
  position: relative;
  border-radius: 0;
  background: #222;
  cursor: grab;
}
.swiper-card-wrap .swiper-scrollbar-drag::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100vw;
  z-index: 999;
  background: #222;
  left: -99vw;
  top: 0;
}
.swiper-card-wrap .swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  top: -1.8rem;
  right: -1.5rem;
  width: 7.65rem;
  height: 4.15rem;
  background: url(../images/main/img_scroll_drag.png) no-repeat 0 0/7.65rem;
}
@media all and (min-width: 1024px), print {
  .swiper-card-wrap {
    display: flex;
    width: calc(144rem + (100% - 144rem) / 2);
    margin-left: auto;
  }
  .swiper-card-wrap .left-menu {
    padding-left: 0;
    flex: 0 0 18.3rem;
  }
  .swiper-card-wrap .swiper-card-list {
    overflow: hidden;
    padding-left: 0;
  }
  .swiper-card-wrap .swiper-card-list .swiper {
    padding: 0 3rem 10rem 0;
  }
  .swiper-card-wrap .swiper-card-list .swiper-slide {
    width: 30.8rem;
  }
  .swiper-card-wrap .swiper-card-list .swiper-scrollbar-drag::after {
    top: -2.5rem;
    right: -1.5rem;
    width: 9.3rem;
    height: 5.3rem;
    background-size: auto;
  }
}
@media (1024px <= width <= 1440px), print {
  .swiper-card-wrap {
    width: auto;
    max-width: 144rem;
    margin: 0 auto;
    padding-left: 1.5rem !important;
  }
  .swiper-card-wrap .swiper-scrollbar {
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}

.main-layer-popzone {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}
.main-layer-popzone.open {
  display: flex;
}
.main-layer-popzone .zone-wrap {
  flex: 0 1 127.2rem;
  overflow: hidden;
}
.main-layer-popzone .popzone-tit {
  width: 25rem;
  height: 3.4rem;
  margin: 0 auto 3rem;
  background: url(../images/main/img_popupzone-tit.png) no-repeat 50% 0/25rem;
}
.main-layer-popzone .swiper-slide a {
  display: block;
}
.main-layer-popzone .swiper-slide img {
  width: 100%;
}
.main-layer-popzone .popzone-control {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-top: 2.5rem;
}
.main-layer-popzone .popzone-pagination {
  width: auto;
  line-height: 1;
}
.main-layer-popzone .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.6rem !important;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
}
.main-layer-popzone .swiper-pagination-bullet-active {
  width: 3rem;
  border-radius: 0.7rem;
}
.main-layer-popzone .popzon-button-play-pause {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #292b29;
}
.main-layer-popzone .popzon-button-play-pause i {
  display: inline-block;
  width: 0.9rem;
  height: 1.2rem;
  background: url(../images/main/btn_visual_stop.png) no-repeat 0 0/0.9rem;
}
.main-layer-popzone .popzon-button-play-pause.active i {
  width: 1rem;
  height: 1.4rem;
  background: url(../images/main/btn_visual_play.png) no-repeat 0 0/0.9rem;
}
.main-layer-popzone .bot {
  margin-top: 3rem;
}
.main-layer-popzone .bot .l {
  display: flex;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.main-layer-popzone .bot .r {
  margin-top: 2.5rem;
  text-align: center;
}
.main-layer-popzone .popzone-check {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  color: #fff;
}
.main-layer-popzone .popzone-check label {
  cursor: pointer;
}
.main-layer-popzone .btn-pozone-close i {
  display: block;
  width: 6rem;
  height: 6rem;
  background: url(../images/main/btn_popzone_close.png) no-repeat 0 0/6rem;
}
.main-layer-popzone .popzone-button-next,
.main-layer-popzone .popzone-button-prev {
  display: none;
}
@media all and (min-width: 1024px), print {
  .main-layer-popzone .swiper-center {
    justify-content: center;
  }
  .main-layer-popzone .popzone-tit {
    width: 34.4rem;
    height: 4.6rem;
    margin: 0 auto 5.7rem;
    background-size: auto;
  }
  .main-layer-popzone .pop-slide-box {
    position: relative;
    max-width: 127.2rem;
    margin: 0 auto;
    padding: 0 5.6rem;
  }
  .main-layer-popzone .swiper-slide {
    padding-top: 1rem;
  }
  .main-layer-popzone .swiper-slide a {
    transition: transform 0.3s ease;
  }
  .main-layer-popzone .swiper-slide a:hover {
    transform: translateY(-1rem);
  }
  .main-layer-popzone .swiper-slide img {
    width: 36rem;
    height: 36rem;
  }
  .main-layer-popzone .bot {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    margin-top: 3rem;
  }
  .main-layer-popzone .bot .l {
    display: flex;
    line-height: 1;
  }
  .main-layer-popzone .bot .r {
    margin-top: 0;
  }
  .main-layer-popzone .popzone-button-next,
  .main-layer-popzone .popzone-button-prev {
    display: block;
    position: absolute;
    top: 50%;
    width: 5.6rem;
    height: 5.6rem;
    transform: translateY(-70%);
    cursor: pointer;
  }
  .main-layer-popzone .popzone-button-next:focus-visible,
  .main-layer-popzone .popzone-button-prev:focus-visible {
    outline: 0.2rem dotted red;
    outline-offset: -0.1rem;
  }
  .main-layer-popzone .popzone-button-prev {
    left: 0;
    background: url(../images/main/btn_popzone_prev.png) no-repeat 0 50%;
  }
  .main-layer-popzone .popzone-button-next {
    right: 0;
    background: url(../images/main/btn_popzone_next.png) no-repeat 100% 50%;
  }
  .main-layer-popzone .swiper-button-disabled {
    opacity: 0.5;
    cursor: auto;
  }
  .main-layer-popzone .swiper-pagination-lock + .popzon-button-play-pause,
  .main-layer-popzone .swiper-button-lock {
    display: none;
  }
}

.cont-video .branch-list .branch {
  padding: 2rem 0;
}
.cont-video .branch-list .branch:first-child {
  padding-top: 0;
}
.cont-video .branch-list .branch:last-child {
  padding-bottom: 0;
}
.cont-video .branch-list .branch:not(:last-child) {
  border-bottom: 0.1rem dashed #bdbdbd;
}
.cont-video .branch-list .bra-tit {
  margin-bottom: 1rem;
  font-weight: 600;
  color: #00796b;
}
.cont-video .branch-list .bra-addr {
  font-size: 1.5rem;
}
.cont-video .branch-list .bar-info {
  margin-top: 0.6rem;
  font-size: 1.5rem;
}
.cont-video .branch-list .bar-info li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.cont-video .branch-list .bar-info .fwm {
  color: #222;
}
.cont-video .keli-video {
  margin-top: 2.5rem;
}
.cont-video .keli-video iframe {
  width: 100%;
  height: 50vw;
}
.cont-video .sec-tit {
  line-height: 1;
}
@media all and (min-width: 1024px), print {
  .cont-video {
    display: grid;
    grid-template-columns: 1fr 69rem;
    -moz-column-gap: 6.2rem;
         column-gap: 6.2rem;
  }
  .cont-video .branch-list .branch {
    padding: 3rem 0;
  }
  .cont-video .branch-list .bra-tit {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
  .cont-video .branch-list .bra-addr {
    font-size: 1.6rem;
  }
  .cont-video .branch-list .bar-info {
    margin-top: 0.9rem;
    font-size: 1.6rem;
  }
  .cont-video .branch-list .bar-info li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .cont-video .keli-video {
    margin-top: 0;
  }
  .cont-video .keli-video iframe {
    height: 38.8rem;
  }
}