body {
  font-family: "Noto Sans KR", "Mice", "Malgun Gothic", "맑은 고딕",
    "AppleSDGothicNeo-Regular", "DroidSansFallback", "Apple Gothic",
    "HelveticaNeue-Regular", sans-serif, Arial;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
}
h2 {
  font-family: Mice;
  font-size: 35px;
}

#main {
  background: url("../images/inc/main-bg.png") repeat;
  /*background-size: 25px;*/
  position: relative;
  background: #47759e;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #0964eb 0%,
    #88807e 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, #0964eb),
    color-stop(100%, #88807e)
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #0964eb 0%,
    #88807e 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    #0964eb 0%,
    #88807e 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    #0964eb 0%,
    #88807e 100%
  );
  background: radial-gradient(ellipse at center, #0964eb 0%, #88807e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53D797', endColorstr='#081F33',GradientType=1 );
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#main #container {
  position: relative;
  z-index: 1;
  flex: auto;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 이선화 코드수정 1114 */
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  /* 이선화 1118 수정 */
  /* background: url("../images/inc/main-bg-img.png") center/cover; */
  /*이세연 추가 1104 /*박소희 삭제 20201111*/
}

/* 1115 이선화 메인이미지 모션작업 */
.cap {
  z-index: 2147483638 !important;
  position: absolute;
}
.bridge1 {
  position: absolute;
  top: 430px;
  left: 270px;
  z-index: 100001 !important;
  pointer-events: none;
}
.bridge2 {
  position: absolute;
  top: 111px;
  left: 330px;
  z-index: 100000 !important;
  pointer-events: none;
}
.bridge3 {
  position: absolute;
  top: 111px;
  left: 760px;
  z-index: 100000 !important;
  pointer-events: none;
}
/* 20201114 이선화 메인화면 apng 모션 위치조절  */
.main-img {
  width: 1400px;
  height: 750px;
  /* 이선화 코드수정 1112 */

  position: relative;
}
/* CONFERENCE */
.conference-div {
  position: absolute;
  left: 885px;
  top: 95px;
  width: 250px;
  height: 195px;
  cursor: pointer;
  transition: transform 1s;
}
.conference-emotion {
  position: absolute;
  left: 6px;
  top: 4px;
}
.conference-div .emotion-content {
  padding: 5px;
  width: 300px;
  border-radius: 20px;
  background-color: rgba(21, 32, 82, 0.8);
  position: absolute;
  color: white;
  text-align: center;

  border: solid 2.7px #ffffff;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10001 !important;
}
.emotion-content::before,
.emotion-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(180deg);
}
.conference-div .emotion-content::before {
  border-bottom: 10px solid #ffffff;
  top: 105%;
}
.conference-div .emotion-content::after {
  border-bottom: 10px solid rgb(21, 32, 82);
  top: 100%;
}
.conference-div:hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
.conference-div:hover .emotion-content {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
/* CONFERENCE END*/

/* INCENTIVE TOUR*/
.incentive-div {
  position: absolute;
  left: 795px;
  top: 440px;
  width: 360px;
  height: 295px;
  transition: transform 1s;
  cursor: pointer;
  z-index: 1000003 !important;
}
.incentive-emotion {
  position: absolute;
  top: 5px;
}
.incentive-div .emotion-content {
  padding: 5px;
  width: 440px;
  border-radius: 20px;
  background-color: rgba(21, 32, 82, 0.8);
  position: absolute;
  color: white;
  text-align: center;
  top: -30px;
  left: -40px;
  border: solid 2.7px #ffffff;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10001 !important;
}
.emotion-content::before,
.emotion-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(180deg);
}
.incentive-div .emotion-content::before {
  border-bottom: 10px solid #ffffff;
  top: 105%;
}
.incentive-div .emotion-content::after {
  border-bottom: 10px solid rgb(21, 32, 82);
  top: 100%;
}
.incentive-div:hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
.incentive-div:hover .emotion-content {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
/* INCENTIVE TOUR ZONE END*/

/* INFRA */
.infra-div {
  position: absolute;
  left: 1050px;
  top: 210px;
  transition: transform 1s;
  cursor: pointer;
  z-index: 1000001 !important;
}
.infra-emotion {
  position: absolute;
  left: 50px;
  top: 20px;
}
.infra-div .emotion-content {
  padding: 5px;
  width: 300px;
  border-radius: 20px;
  background-color: rgba(21, 32, 82, 0.8);
  position: absolute;
  color: white;
  text-align: center;
  top: -30px;
  left: 20px;
  border: solid 2.7px #ffffff;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10001 !important;
}
.emotion-content::before,
.emotion-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(180deg);
}
.infra-div .emotion-content::before {
  border-bottom: 10px solid #ffffff;
  top: 105%;
}
.infra-div .emotion-content::after {
  border-bottom: 10px solid rgb(21, 32, 82);
  top: 100%;
}
.infra-div:hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
.infra-div:hover .emotion-content {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
/* INFRA END */

/* KTO */
.kto-div {
  position: absolute;
  top: 330px;
  left: 145px;
  transition: transform 1s;
  cursor: pointer;
}
.kto-div .kto-emotion {
  position: absolute;
  top: -2px;
  left: 51px;
}
.kto-div .emotion-content {
  padding: 5px;
  width: 300px;
  border-radius: 20px;
  background-color: rgba(21, 32, 82, 0.8);
  position: absolute;
  color: white;
  text-align: center;
  top: -50px;
  left: -26px;
  border: solid 2.7px #ffffff;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.emotion-content::before,
.emotion-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(180deg);
}
.kto-div .emotion-content::before {
  border-bottom: 10px solid #ffffff;
  top: 105%;
}
.kto-div .emotion-content::after {
  border-bottom: 10px solid rgb(21, 32, 82);
  top: 100%;
}
.kto-div:hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
.kto-div:hover .emotion-content {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
/* KTO END */

/* MICE CITY ZONE*/
.micecity-div {
  position: absolute;
  top: 140px;
  left: 455px;
  transition: transform 1s;
  cursor: pointer;
  z-index: 100000 !important;
}
.micecity-div .micecity-emotion {
  position: absolute;
  top: 42px;
  left: 85px;
}
.micecity-div .emotion-content {
  padding: 5px;
  width: 440px;
  border-radius: 20px;
  background-color: rgba(21, 32, 82, 0.8);
  position: absolute;
  color: white;
  text-align: center;
  top: 22px;
  left: 26px;
  border: solid 2.7px #ffffff;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 100001 !important;
}
.emotion-content::before,
.emotion-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(180deg);
}
.micecity-div .emotion-content::before {
  border-bottom: 10px solid #ffffff;
  top: 105%;
}
.micecity-div .emotion-content::after {
  border-bottom: 10px solid rgb(21, 32, 82);
  top: 100%;
}
.micecity-div:hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
.micecity-div:hover .emotion-content {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
/* MICE CITY ZONE END*/

/* PITCHING SHOW CASE */
.pitchingshowcase-div {
  position: absolute;
  top: 490px;
  left: 30px;
  z-index: 100002 !important;
  transition: transform 1s;
  cursor: pointer;
}
.pitchingshowcase-emotion {
  position: absolute;
  left: 180px;
  top: 0;
}
.pitchingshowcase-div .emotion-content {
  padding: 5px;
  width: 440px;
  border-radius: 20px;
  background-color: rgba(21, 32, 82, 0.8);
  position: absolute;
  color: white;
  text-align: center;
  top: -15px;
  left: -70px;
  border: solid 2.7px #ffffff;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10001 !important;
}
.emotion-content::before,
.emotion-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(180deg);
}
.pitchingshowcase-div .emotion-content::before {
  border-bottom: 10px solid #ffffff;
  top: 105%;
}
.pitchingshowcase-div .emotion-content::after {
  border-bottom: 10px solid rgb(21, 32, 82);
  top: 100%;
}
.pitchingshowcase-div:hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
.pitchingshowcase-div:hover .emotion-content {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
/* PITCHING SHOW CASE END */

/* SERVICE ZONE */
.service-div {
  position: absolute;
  top: 13px;
  left: 440px;
  transition: transform 1s;
  cursor: pointer;
}
.service-div .service-emotion {
  position: absolute;
  left: 2px;
  top: 0;
}
.service-div .emotion-content {
  padding: 5px;
  width: 370px;
  border-radius: 20px;
  background-color: rgba(21, 32, 82, 0.8);
  position: absolute;
  color: white;
  text-align: center;
  top: -20px;
  border: solid 2.7px #ffffff;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10001 !important;
}
.emotion-content::before,
.emotion-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(180deg);
}
.service-div .emotion-content::before {
  border-bottom: 10px solid #ffffff;
  top: 105%;
}
.service-div .emotion-content::after {
  border-bottom: 10px solid rgb(21, 32, 82);
  top: 100%;
}
.service-div:hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
.service-div:hover .emotion-content {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
/* SERVICE ZONE END */

/* SMART TECH ZONE */
.smarttech-div {
  position: absolute;
  top: 66px;
  left: 5px;
  transition: transform 1s;
  cursor: pointer;
}
.smarttech-div .smarttech-emotion {
  position: absolute;
  left: 40px;
  top: 0;
}
.smarttech-div .emotion-content {
  padding: 5px;
  width: 370px;
  border-radius: 20px;
  background-color: rgba(21, 32, 82, 0.8);
  position: absolute;
  color: white;
  text-align: center;
  top: -20px;
  border: solid 2.7px #ffffff;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10001 !important;
}
.emotion-content::before,
.emotion-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(180deg);
}
.smarttech-div .emotion-content::before {
  border-bottom: 10px solid #ffffff;
  top: 103%;
}
.smarttech-div .emotion-content::after {
  border-bottom: 10px solid rgb(21, 32, 82);
  top: 100%;
}
.smarttech-div:hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
.smarttech-div:hover .emotion-content {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
/* SMART TECH ZONE END */

/* UNIQUE VANUE */
.uniquevanue-div {
  position: absolute;
  top: 500px;
  left: 475px;
  z-index: 1000004 !important;
  transition: transform 1s;
  cursor: pointer;
}
.uniquevanue-div .uniquevanue-emotion {
  position: absolute;
  left: 64px;
  top: -18px;
}
.uniquevanue-div .emotion-content {
  padding: 5px;
  width: 410px;
  border-radius: 20px;
  background-color: rgba(21, 32, 82, 0.8);
  position: absolute;
  color: white;
  text-align: center;
  top: -20px;
  left: -60px;
  border: solid 2.7px #ffffff;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10001 !important;
}
.emotion-content::before,
.emotion-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(180deg);
}
.uniquevanue-div .emotion-content::before {
  border-bottom: 10px solid #ffffff;
  top: 105%;
}
.uniquevanue-div .emotion-content::after {
  border-bottom: 10px solid rgb(21, 32, 82);
  top: 100%;
}
.uniquevanue-div:hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
.uniquevanue-div:hover .emotion-content {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-7%);
}
/* UNIQUE VANUE END */

/* EVENT */
.event-div {
  position: absolute;
  top: 430px;
  left: 1175px;
  width: 220px;
  height: 200px;
  z-index: 1000004 !important;
  transition: transform 1s;
  cursor: pointer;
}
.event-div .event-emotion {
  position: absolute;
  top: 0;
  left: 30px;
}
.event-div .emotion-content {
  padding: 5px;
  width: 300px;
  border-radius: 20px;
  background-color: rgba(21, 32, 82, 0.8);
  position: absolute;
  color: white;
  text-align: center;
  top: -40px;
  left: -20px;
  border: solid 2.7px #ffffff;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10001 !important;
}
.emotion-content::before,
.emotion-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(180deg);
}
.event-div .emotion-content::before {
  border-bottom: 10px solid #ffffff;
  top: 105%;
}
.event-div .emotion-content::after {
  border-bottom: 10px solid rgb(21, 32, 82);
  top: 100%;
}
.event-div:hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-15%);
}
.event-div:hover .emotion-content {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(-15%);
}
/* EVENT END */

.main-img .onair-img {
  position: absolute;
  top: 80px;
  left: 1000px;
  opacity: 1;
  z-index: -1;
  animation: slidein 2s infinite alternate;
}
@keyframes slidein {
  from {
    top: 15px;
  }
  to {
    top: 0;
  }
}

/* ONAIR */

.main-img a {
  position: absolute;
}
.main-img a.link-sponsor {
  width: 17%;
  height: 32%;
  top: 26%;
  right: calc(50% - 551px);
}

#main .pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
  background: #fff;
  font-size: 28px;
  font-weight: bold;
  max-width: 675px;
  width: 80%;
}
#main .pop .pop-top {
  position: relative;
  height: 85px;
  line-height: 85px;
  background: linear-gradient(to right, #088fc1, #3366b5);
  color: #fff;
  font-size: 28px;
}
#main .pop .pop-top .closeBtn {
  position: absolute;
  top: 30px;
  right: 35px;
}
#main .pop .pop-top .closeBtn a {
  display: block;
  width: 25px;
  height: 25px;
}
#main .pop .pop-top a span {
  position: absolute;
  top: 12px;
  display: block;
  width: 25px;
  height: 1px;
  background: #fff;
}
#main .pop .pop-top a span:first-child {
  transform: rotate(45deg);
}
#main .pop .pop-top a span:last-child {
  transform: rotate(-45deg);
}
#main .pop .pop-top + div {
  line-height: 1.3;
  padding: 80px 0;
}
#main .pop > .closeBtn a {
  display: block;
  color: #4054c0;
  font-size: 21px;
  text-align: center;
  width: 135px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #4054c0;
  border-radius: 50px;
  font-weight: bold;
  margin: 0 auto 50px;
}

.m-main {
  display: none;
  width: 97.5%;
  margin: 0 auto;
}
.m-main .box {
  display: flex;
  width: 100%;
  color: #fff;
}
.m-main .box > div {
  position: relative;
  flex: 1;
  width: 50%;
  height: 0;
  padding-bottom: 46.7%;
  margin: 10px;
  border-radius: 4px;
  background-size: 100%;
}
.m-main .box > div a {
  display: block;
  height: 100%;
  padding-bottom: 100%;
}
.m-main .box .text-box span {
  display: block;
}
.m-main .box > div .text {
  position: absolute;
  top: 35px;
  left: 35px;
  font-weight: bold;
  font-size: 30px;
}
.m-main .box > div.text-box {
  line-height: 1;
}
.m-main .box > div.text-box > span {
  font-size: 30px;
  font-weight: 600;
  margin-top: 35px;
}
.m-main .box > div.text-box strong {
  font-weight: 800;
  font-size: 60px;
}
.m-main .box > div.text-box strong + span {
  font-size: 30px;
  margin-top: 0;
  font-weight: 300;
}
.m-main .box > div.text-box p {
  margin-top: 25px;
  font-size: 25px;
  line-height: 1.3;
}
.m-main .m-main-box01 {
  background: #314170 url("../images/inc/m-main-img01.jpg") no-repeat right
    bottom;
}
.m-main .m-main-box02 {
  background: #3399cc url("../images/inc/m-main-img02.jpg") no-repeat right
    bottom;
}
.m-main .m-main-box03 {
  background: #009999 url("../images/inc/m-main-img03.jpg") no-repeat right
    bottom;
}
.m-main .m-main-box04 {
  background: #333366 url("../images/inc/m-main-img04.jpg") no-repeat right
    bottom;
}
.m-main .m-main-box05 {
  background: #663399 url("../images/inc/m-main-img05.jpg") no-repeat right
    bottom;
}
.m-main .m-main-box06 {
  background: #6da1db url("../images/inc/m-main-img06.jpg") no-repeat right
    bottom;
}
.m-main .m-main-box07 {
  background: #1d3c95 url("../images/inc/m-main-img07.jpg") no-repeat right
    bottom;
}
.m-main .m-main-box08 {
  background: #517cb8 url("../images/inc/m-main-img08.jpg") no-repeat right
    bottom;
}
.m-main .m-main-box09 {
  background: #336699 url("../images/inc/m-main-img09.jpg") no-repeat right
    bottom;
}

.main-slider {
  display: none;
  width: 94%;
  margin: 10px auto;
  border-radius: 4px;
  overflow: hidden;
}
.main-slider .swiper-slide img {
  width: 100%;
}
.main-slider .swiper-slide .text {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}
.main-slider .swiper-slide .text strong {
  font-size: 60px;
}
.main-slider .swiper-slide .text p {
  font-size: 26px;
}

/* 20201122 김소라 추가 */
  #header {
    background: transparent;
  }
/***********************/

@media (max-width: 1280px) {
  .main-img a.link-sponsor {
    width: 24%;
    left: calc(100% - 371px);
  }
}
@media (max-width: 1024px) {
  .cap {
    display: none;
  }
  #main {
    background: #33526d url("../images/inc/main-bg-m.jpg") no-repeat 0 0;
    background-size: cover;
  }
  #main #container {
    background: none;
    height: auto;
    margin-bottom: 60px;
    display: block;
  }
  .background-img {
    display: none;
    overflow: auto;
  }
  .main-img {
    padding-top: 0;
    height: 0;
  }
  .main-img img {
    margin: 0;
  }

  .main-img a.link-sponsor {
    top: 9%;
  }

  #main .pop {
    font-size: 20px;
  }
  #main .pop .pop-top {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
  #main .pop .pop-top + div {
    line-height: 1.3;
    padding: 40px 0;
  }
  #main .pop > .closeBtn a {
    font-size: 17px;
  }
  #main .pop .pop-top .closeBtn {
    top: 20px;
  }
  .m-main {
    display: block;
  }
  .main-slider {
    display: block;
  }
}
@media (max-width: 768px) {
  .m-main .box > div.text-box > span {
    font-size: 20px;
  }
  .m-main .box > div.text-box strong {
    font-size: 40px;
  }
  .m-main .box > div.text-box strong + span {
    font-size: 32px;
  }
  .m-main .box > div.text-box p {
    font-size: 20px;
  }
  .m-main .box > div .text {
    top: 20px;
    left: 20px;
    font-size: 25px;
    line-height: 1.3;
  }
  .main-slider .swiper-slide .text strong {
    font-size: 30px;
  }
  .main-slider .swiper-slide .text p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .m-main .box > div.text-box > span {
    margin-top: 20px;
    font-size: 22px;
  }
  .m-main .box > div.text-box strong {
    font-size: 28px;
  }
  .m-main .box > div.text-box strong + span {
    font-size: 32px;
  }
  .m-main .box > div.text-box p {
    font-size: 14px;
  }
  .m-main .box > div .text {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .main-slider .swiper-slide .text strong {
    font-size: 22px;
  }
  .main-slider .swiper-slide .text p {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .m-main .box > div.text-box > span {
    margin-top: 20px;
    font-size: 18px;
  }
  .m-main .box > div.text-box strong {
    font-size: 24px;
  }
  .m-main .box > div.text-box strong + span {
    font-size: 22px;
  }
  .m-main .box > div.text-box p {
    font-size: 12px;
  }
  .m-main .box > div .text {
    top: 15px;
    left: 15px;
    font-size: 16px;
  }
  .main-slider .swiper-slide .text {
    top: 10px;
  }
}
