@charset "utf-8";
/* main common */
.main_ttl_box{
    text-align: center;
}
.main_ttl_box::before{
    content: '';
    display: block;
    text-align: center;
    height: 26px;
    background: url(../img/main/main_imagine.png) no-repeat center top;
    margin-bottom:70px;
}
.main_ttl_box.tac {
  text-align: center;
}
.main_ttl_box.white {
  color: #fff;
}
.main_ttl_box.white .main_category {
  color: #fff;
}
.main_ttl_box .main_category {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #00acd6;
  text-transform: uppercase;
}
.main_ttl_box .main_ttl {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.47;
  font-family: "NanumSquare", sans-serif;
}
.main_ttl_box .sub_ttl {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
.main_ttl_box .sub_ttl.small {
  font-size: 32px;
}
.main_ttl_box .desc {
  margin-top: 30px;
  margin-bottom: 70px;
  font-size: 22px;
  color: #999999;
  line-height: 1.5;
}

/* main_visual */
.main_visual {
  position: relative;
}
.main_visual .slide {
  position: relative;
  min-height: 920px;
}
/* .main_visual .slide figure {
    position: relative;
    padding-top: 57.9%;
    min-height: 920px;
    box-sizing: border-box;
} */
.main_visual .slide figure {
  object-fit: cover;
}
.main_visual .slide figure span {
  position: relative;
  /* padding-top: 57.9%; */
  /* min-height: 920px; */
  height: calc(var(--vh, 1vh) * 100);
  min-height: 920px;
  box-sizing: border-box;
  background: no-repeat center / cover;
  display: block;
}
.main_visual .slide.slick-active span {
  animation: main_ani 6s linear;
  /* background-size: auto 110%; */
  transform: scale(1);
}

@keyframes main_ani {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.main_visual .slide.slick-active span .video_center{
    margin: 0 auto;
    width: 1920px;
    display: block;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    position: absolute;
}

.main_visual .reset-animation .txt_box,
.main_visual .txt_box {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 12;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 1s;
  transition-delay: 0.7s;
}
.main_visual .slide.slick-active .txt_box {
  opacity: 1;
  transform: translateX(-50%);
}
.main_visual .reset-animation .txt_box {
  transform: translate(-50%, -20%);
  opacity: 0;
  transition: all 0s;
}
.main_visual .txt_box .visual_ttl {
  font-size: 63px;
  font-weight: 900;
  color: #fff;
  text-shadow: -3px -3px 8px #000000;
  line-height: 1.375;
  font-family: "NanumSquare", sans-serif;
  text-align: center;
}
.main_visual .txt_box .visual_ttl::before{
    content: '';
    display: block;
    text-align: center;
    height: 26px;
    background: url(../img/main/main_imagine.png) no-repeat center top;
    margin-bottom:70px;
}
.main_visual .txt_box .visual_desc {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  font-family: "NanumSquare", sans-serif;
  margin-top: 40px;
  text-align: center;
  text-shadow: -3px -3px 5px #000000;
}
.main_visual .txt_box .img-box{
    margin:58px auto 0;
}
.main_visual .visual-text{
    width:100%;
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-size:min(6.7vw, 128px);
    white-space: nowrap;
    font-style: normal;
    color:#fff;
    position:absolute;
    bottom:-18px;
    left:50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 101;
}
.main_visual .slick-prev {
  display: none !important;
}
.main_visual .mv_next {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  background: no-repeat center;
  background-image: url(../img/main/main_v_next.png);
  font-size: 0;
  color: transparent;
}
.main_visual .pro {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.main_visual .slide_paging,
.main_visual .pro .front_svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 92px;
}
.main_visual .pro .front_svg .cls-1 {
  opacity: 1;
  stroke-dasharray: 219.55621;
}
.main_visual .pro svg {
  transform: rotate(-90deg);
}
.main_visual .pro svg .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
}
.main_visual .pro .back_svg {
  width: 92px;
  height: 92px;
}
.main_visual .pro .back_svg .cls-1 {
  opacity: 0.2;
  width: 94px;
  height: 94px;
  stroke-width: 2px;
}
.main_visual .slick-dots {
  display: none !important;
}
.main_visual .slick-dots button {
  font-size: 0;
  color: transparent;
  text-align: center;
}

/* //main_visual */

/* banner_sec */
.banner_sec {
  background: no-repeat center / cover;
  background-image: url(../img/main/main_banner.jpg);
}
.banner_sec p {
  padding: 190px 0;
  text-align: center;
}
.banner_sec p span {
  font-size: 62px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.1);
}
.banner_sec p span.on {
  color: #fff;
}
/* // banner_sec */

/* about_sec */
.about_sec {
  padding: 180px 0 80px;
  text-align: center;
}
.about_sec .main_ttl_box {
  flex: 0 0 auto;
}
.about_sec .more_btn{
    width:160px;
    padding:12px 0;
    font-size:20px;
    color:#fff;
    background-color: #000;
    margin:0 auto;
    border-radius: 30px;
}
.about_sec .img_box {
  width: 100%;
  margin-top:50px;
}
.about_sec .img_box img{
    margin:0 auto;
}
/* //about_sec */

/* business_sec */
.business_sec {
  padding: 180px 0 200px;
}
.business_sec .slider_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 60px;
}
.business_sec .slider_tab button {
  font-size: 24px;
  font-weight: 700;
  color: #cccccc;
  padding-right: 10px;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
}
.business_sec .slider_tab button.on {
  color: #252525;
}
.business_sec .slider_tab button.on::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #25b792;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.business_sec .slider_tab button + button {
  margin-left: 30px;
}
.business_sec .slider_tab .swiper-pagination-bullet {
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
}
.business_sec .slider_tab .swiper-pagination-bullet span {
  font-size: 20px;
  font-weight: 700;
  color: #cccccc;
  padding-right: 10px;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  display: block;
}
.business_sec .slider_tab .swiper-pagination-bullet-active span {
  color: #252525;
}
.business_sec .slider_tab .swiper-pagination-bullet-active span::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #00acd6;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.business_sec
  .slider_tab
  .swiper-pagination-bullet
  + .swiper-pagination-bullet {
  margin-left: 30px;
}
.business_sec .swiper-container {
  overflow: visible;
}
.business_sec .swiper-slide {
  position: relative;
}
.business_sec .swiper-slide img{
    margin:0 auto;
}
.business_sec .busin_cate {
  background: #00acd6;
  padding: 60px 40px;
  height: 250px;
  max-width: 250px;
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 80px;
  box-sizing: border-box;
  box-shadow: 0px 26px 40px 0px rgba(11, 173, 214, 0.36);
  display: none;
  justify-content: flex-end;
  flex-direction: column;
}
.business_sec .busin_cate p {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.business_sec .swiper-slide-active .busin_cate {
  display: flex;
}
.business_sec .swiper-button-prev,
.business_sec .swiper-button-next {
  width: 56px;
  height: 44px;
  margin-top: 0;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background-size: 56px auto;
}
.business_sec .swiper-button-prev {
  background-image: url(../img/main/buss_prev.png);
}
.business_sec .swiper-button-next {
  background-image: url(../img/main/buss_next.png);
}
/* //business_sec */

/* e_payment_sec */
.e_payment_sec {
  padding: 130px 0 0;
  position: relative;
}
.e_payment_sec .main_ttl_box {
    margin:0 auto;
    width:650px;
    padding:30px;
    border:2px solid #00ACD6;
    box-sizing:border-box;
    position:absolute;
    top:150px;
    left:50%;
    transform: translateX(-50%);
    z-index:10;
    background:#fff;
}
.e_payment_sec .e_payment_slider{
    margin-top:70px;
}
.e_payment_sec .swiper-slide a {
  display: flex;
  height: 860px;
  font-family: "Noto Sans KR", sans-serif;
  box-sizing: border-box;
  background:#252525;
}
.e_payment_sec .swiper-slide a .img-box01{
    background:url(../img/main/e_payment_sec_bg01.jpg) no-repeat top center;
}
.e_payment_sec .swiper-slide a .img-box02{
    background:url(../img/main/e_payment_sec_bg02.jpg) no-repeat top center;
}
.e_payment_sec .swiper-slide a .img-box03{
    background:url(../img/main/e_payment_sec_bg03.jpg) no-repeat top center;
}
.e_payment_sec .swiper-slide a .img-box04{
    background:url(../img/main/e_payment_sec_bg04.jpg) no-repeat top center;
}
.e_payment_sec .swiper-slide a .img-box05{
    background:url(../img/main/e_payment_sec_bg05.jpg) no-repeat top center;
}
.e_payment_sec .swiper-slide a .img-box{
    width:50%;
    height:100%;
    background-size: cover;
}
.e_payment_sec .swiper-slide .txt-box{
    width:50%;
    padding-top:300px;
    padding-left:50px;
    color:#fff;
    background: url(../img/main/e_payment_sec_txt_bg.png) no-repeat right -18px;
}
.e_payment_sec .swiper-slide a .subject {
  display: block;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.54;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom:14px;
}
.e_payment_sec .swiper-slide a .desc {
  display: block;
  font-size: 22px;
  line-height: 1.54;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom:70px;
}
.e_payment_sec .swiper-slide a .notice_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.e_payment_sec .swiper-slide a .date {
  color: #999999;
}
.e_payment_sec .swiper-slide a .ico {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 900;
  margin-top: auto;
  margin-left: auto;
}
.e_payment_sec .sw_btn{
    z-index: 1;
    width: 300px;
    position: absolute;
    bottom: 280px;
    left: 50%;
    transform: translateX(-5%);
}
.e_payment_sec .sw_btn .swiper-button-next{
    background:url(../img/main/e_payment_sec_next.png) no-repeat;
    width:110px;
}
.e_payment_sec .sw_btn .swiper-button-prev{
    background:url(../img/main/e_payment_sec_prev.png) no-repeat;
    width:110px;
}
.e_payment_sec .swiper-scrollbar {
  position: absolute;
  width: 40%;
  height: 2px;
  background: #999;
  border-radius: 0;
  bottom:180px;
  left:50%;
  z-index:100;
}
.e_payment_sec .swiper-scrollbar-drag {
  background: #fff;
  border-radius: 0;
}
/* //e_payment_sec */

/* notice_sec */
.notice_sec {
  padding: 100px 0 170px;
}
.notice_sec .inner {
  display: flex;
}
.notice_sec .main_ttl_box {
  flex: 0 0 auto;
}
.notice_sec .main_notice_list {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  border-top: 2px solid #252525;
}
.notice_sec .main_notice_list li {
  border-bottom: 1px solid #dbdbdb;
}
.notice_sec .main_notice_list li a {
  display: flex;
  align-items: center;
  padding: 32px 20px;
}
.notice_sec .main_notice_list li .notict_info {
  width: calc(100% - 60px);
}
.notice_sec .main_notice_list li .subject {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  font-size: 26px;
  font-weight: 900;
}
.notice_sec .main_notice_list li .date {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  color: #999999;
}
.notice_sec .main_notice_list li .ico {
  flex: 0 0 auto;
  display: block;
  width: 40px;
  height: 30px;
  background: no-repeat center / cover;
  background-image: url(../img/main/notice_more.png);
  margin-left: 20px;
}
/* //notice_sec */

/* partners_sec */
/* .partners_sec {
    padding: 130px 0 120px;
    background: #fcfcfc;
}
.partners_sec .ani_point {
    margin-top: 90px;
    margin-left: -40px;
}

.partners_sec .swiper-wrapper {
    transition-timing-function: linear;
}
.partners_sec .partners_row .swiper-slide img {
    margin: 0 auto;
    width: 100%;
} */
/* //partners_sec */

/* part_sec */
.part_sec {
  background: #fcfcfc;
  padding: 180px 0 220px;
  overflow: hidden;
  width: 100%;
}
.part_sec > .main_ttl_box > .main_ttl {
  padding-bottom: 50px;
}
.mainPartner {
  /* overflow: hidden; */
  height: 80px;
  /* display: flex; */
  position: relative;
  animation: rolling 35s linear infinite;
}
.mainPartner ul {
  position: relative;
}
.mainPartner li {
  width: 174px;
  margin-right: 30px;
  /* line-height: 72px; */
  text-align: center;
  float: left;
}
.mainPartner li img {
  width: 100%;
  border: 0;
  vertical-align: top;
}
.mainPartner ul:after {
  content: "";
  display: block;
  clear: both;
}
.mainPartner:after {
  content: "";
  display: block;
  clear: both;
}
.mainPartner li img {
  width: 100%;
}
@keyframes rolling {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@media screen and (max-width: 1750px) {
  .main_visual .pro {
    bottom: 8%;
  }
}
@media screen and (max-width: 1500px) {
  .business_sec .swiper-button-prev {
    left: -65px;
  }
  .business_sec .swiper-button-next {
    right: 130px;
  }
}
@media screen and (max-width: 1370px) {
  .business_sec .swiper-slide figure img {
    display: block;
    margin: 0 auto;
  }
  .business_sec .swiper-button-prev {
    left: 0;
  }
  .business_sec .swiper-button-next {
    right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .main_visual .txt_box .visual_ttl {
    font-size: 65px;
  }
  .main_visual .txt_box .visual_ttl::before{
    margin-bottom:40px;
}
  .main_visual .txt_box .visual_desc {
    font-size: 20px;
    margin-top: 30px;
  }
  .main_visual .visual-text{
    display:none;
  }
  .main_visual .pro {
    bottom: 11%;
  }
  #header .gnb_list li a {
    padding: 0 20px;
    font-size: 18px;
  }
 /* e_payment_sec */
  .e_payment_sec .swiper-slide a {
    flex-direction: column;
    background:rgba(37, 37, 37, 0.7);
  }
  .e_payment_sec .swiper-slide a .img-box{
    width:100%;
    z-index: -1;
    position:absolute; 
  }
  .e_payment_sec .swiper-slide .txt-box{
    background: transparent;
    margin:0 auto;
    text-align: center;
      width:100%;
      padding-top:350px;
      padding-left:0;
      color:#fff;
  }
  .e_payment_sec .sw_btn{
    bottom:200px;
    transform: translateX(-50%);
  }
  .e_payment_sec .swiper-scrollbar {
    width: 100%;
    left:0;
    bottom:50px;
  }
  /* //e_payment_sec */

}
@media screen and (max-width: 1100px) {
  .business_sec .swiper-button-next,
  .business_sec .swiper-button-prev {
    display: none !important;
  }
  .notice_sec .main_notice_list {
    max-width: 750px;
  }
}

@media screen and (max-width: 1024px) {
  .main_visual .slide figure span {
    min-height: 850px;
  }

  /* main_visual */
  .about_sec .inner {
    flex-direction: column;
  }
  .about_sec .img_box {
    width:70%;
    margin:0 auto;
    margin-top:30px;
  }
  .about_sec .img_box img{
    width:100%;
  }
  .notice_sec .inner {
    display: flex;
    flex-direction: column;
  }
  .notice_sec .main_notice_list {
    max-width: inherit;
    margin-top: 50px;
  }

  .banner_sec p {
    padding: 100px 0;
    text-align: center;
  }
  .banner_sec p span {
    font-size: 50px;
    line-height: 1.4;
    display: block;
    text-align: center;
  }
}

/* mobile */
@media screen and (max-width: 768px) {
    .main_ttl_box::before{
        margin-bottom:30px;
    }
  .main_ttl_box .main_category {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .main_ttl_box .main_ttl {
    font-size: 24px;
    line-height: 1.375;
    word-break: keep-all;
  }
  .main_ttl_box .desc {
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 14px;
    word-break: keep-all;
  }
  .main_ttl_box .main_ttl br {
    display: none;
  }
  /* .main_ttl_box br {display: none;} */

  /* main_visual */

  .main_visual .slide figure span {
    min-height: inherit;
    min-height: 720px;
    height: inherit;
  }
  .main_visual .txt_box .visual_ttl {
    font-size: 40px;
    word-break: keep-all;
  }
  .main_visual .txt_box .visual_desc {
    font-size: 15px;
    margin-top: 20px;
  }
  .main_visual .txt_box {
    position: absolute;
    top: initial;
    bottom:0;
  }
  .main_visual .slide_paging {
    /* display: none; */
  }

  .main_visual .mv_next {
    width: 45px;
    height: 45px;
    background-size: 8px auto;
    background-image: url(../img/main/main_v_next_m.png);
  }
  .main_visual .txt_box .img-box {
    width:55%;
}
  .main_visual .pro .back_svg,
  .main_visual .slide_paging,
  .main_visual .pro .front_svg {
    width: 45px;
    height: 45px;
  }
  .main_visual .pro svg .cls-1 {
    stroke-width: 2px;
  }
  .main_visual .pro {
    bottom: 9%;
  }

  /* //main_visual */

  /* about_sec */
  .about_sec {
    padding: 60px 0;
  }
  .about_sec .main_ttl_box {
    flex: 0 0 auto;
    width: 100%;
  }
  /* //about_sec */
  .about_sec .img_box::after {
    width: 39px;
    height: 40px;
    top: -45px;
    right: 60px;
  }
  .about_sec .img_box::before {
    width: 84px;
    height: 138px;
    background: no-repeat center / cover;
    background-image: url(../img/main/about_item02_m.png);
    position: absolute;
    top: 30px;
    right: -15px;
  }

  /* banner_sec */
  .banner_sec {
    background-image: url(../img/main/main_banner_m.jpg);
  }
  .banner_sec p span {
    font-size: 41px;
    line-height: 1.46;
  }

  /* // banner_sec */

  /* business_sec */
  .business_sec {
    padding: 60px 0 115px;
  }
  .business_sec .slider_tab .swiper-pagination-bullet span {
    font-size: 18px;
    padding-right: 8px;
    line-height: 1.5;
  }
  .business_sec .slider_tab {
    display: flex;
    align-items: center;
    margin: 40px 0;
  }
  .business_sec .swiper-pagination {
    position: static !important;
    text-align: left;
    display: flex;
    justify-content: space-around;
    width: 100%;
    overflow-x: auto;
  }
  .business_sec
    .slider_tab
    .swiper-pagination-bullet
    + .swiper-pagination-bullet {
    margin-left: 0;
  }
  .business_sec .slider_tab .swiper-pagination-bullet {
    margin-right: 10px;
    flex: 0 0 auto;
  }
  .business_sec .swiper-slide figure img {
    width: 100%;
  }
  .business_sec .busin_cate {
    background: #00acd6;
    padding: 25px 15px;
    height: 125px;
    max-width: 130px;
    bottom: -10%;
    left: 40px;
  }
  .business_sec .busin_cate .ico img {
    width: 50%;
  }
  .business_sec .busin_cate p {
    margin-top: 11px;
    font-size: 15px;
  }
  /* //business_sec */

  /* e_payment_sec */
  .e_payment_sec {
    padding: 60px 0 30px;
  }
  .e_payment_sec .main_ttl_box {
    margin: 0 auto;
    width: 100%;
    padding:0;
    border: none;
    position: static;
    top: 150px;
    left: 50%;
    transform: none;
    background: #fff;
    margin-bottom: 25px;
  }
  .e_payment_sec .e_payment_slider {
    margin-top: 30px;
}
  .e_payment_sec .swiper-slide a {
    padding: 25px 20px 10px;
    background:rgba(37, 37, 37, 0.5);
    height:300px;
  }
  .e_payment_sec .swiper-slide a .img-box{
    top:0;
    left:0;
  }
  .e_payment_sec .swiper-slide .txt-box{
    padding-top:36px;

    background: transparent;
    margin:0 auto;
    text-align: center;
      width:100%;
     
      padding-left:0;
      color:#fff;
  }
  .e_payment_sec .swiper-slide a .subject {
    font-size: 18px;
    line-height: 1;
    display: block;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .e_payment_sec .swiper-slide a .desc {
    font-size: 14px;
    line-height: 1.54;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
  }
  .e_payment_sec .swiper-slide a .ico {
    font-size: 18px;
  }
  .e_payment_sec .sw_btn{
    bottom:75px;
  }
  .e_payment_sec .swiper-scrollbar {
    margin-top: 30px;
  }
  /* //e_payment_sec  */

  /* notice_sec */
  .notice_sec {
    padding: 30px 0 60px;
  }
  .notice_sec .main_notice_list {
    margin-top: 40px;
  }
  .notice_sec .main_notice_list li a {
    display: flex;
    align-items: center;
    padding: 20px 15px;
  }
  .notice_sec .main_notice_list li .notict_info {
    width: 100%;
  }
  .notice_sec .main_notice_list li .subject {
    font-size: 16px;
    transform: skew(-0.1deg);
  }
  .notice_sec .main_notice_list li .date {
    margin-top: 10px;
    font-size: 13px;
  }
  .notice_sec .main_notice_list li .ico {
    display: none;
  }
  /* //notice_sec */

  /* partners_sec */
  .partners_sec {
    padding: 60px 0;
  }
  .partners_sec .ani_point {
    margin-top: 30px;
    margin-left: 15px;
  }
  /* //partners_sec */
}

@media screen and (max-width: 390px) {
  .business_sec .slider_tab .swiper-pagination-bullet span {
    font-size: 16px;
  }
  .business_sec .busin_cate {
    bottom: -15%;
    left: 30px;
  }
}

@media screen and (max-width: 340px) {
  .business_sec .slider_tab .swiper-pagination-bullet span {
    font-size: 14px;
  }
  .business_sec .busin_cate {
    bottom: -18%;
    left: 15px;
  }
}
