<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

	.link-moveCalc,.link-autotransBankApply,.link-autotransBankCancel,.link-autotransCardApply,.link-autotransCardCancel,.link-smsBillApply,
	.link-smartBillApply,.link-suynameTransApply,.link-boardMinwonForm,.link-boardNotice,.link-faq {cursor: pointer;}

    .swiper-container {
      width: 100%;
      height: 100%;
      border-radius:4px!important;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-pagination-bullet {
      width: 14px;
      height: 14px;
      text-align: center;
      line-height: 13px;
      font-size: 10px;
      color:#000;
      opacity: 1;
      background: rgba(255,255,255,1);
      box-shadow: 0 0 4px #111;
    }
    .swiper-pagination-bullet-active {
      color:#fff;
      background: #007aff;
    }

    /*좌우측 버튼 수정*/
    .swiper-container-horizontal&gt;.swiper-pagination-bullets, 
    .swiper-pagination-custom, .swiper-pagination-fraction {bottom:5px!important;}
    .swiper-button-next, .swiper-button-prev {background-image: none!important;}
    .swiper-button-next &gt; img, .swiper-button-prev &gt; img {width: 20px;}
    .swiper-button-disabled,
	.swiper-button-next.swiper-button-disabled { opacity:1!important; }
    /*슬라이드 이미지*/
    .swiper-slide &gt; img {width: 100%;}
    .slide-bg1 {background: url(../../images/autotrans/flow-autoall.png) center center / cover;}


@media ( max-width : 576px) {
  .swiper-button-next, .swiper-button-prev {display: none;}
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {display: none!important;}
  .swiper-pagination {text-align: right;height:15px; }
  .swiper-container-horizontal&gt;.swiper-pagination-bullets, 
    .swiper-pagination-custom, .swiper-pagination-fraction {top:0px!important;}
}
</pre></body></html>