@charset "UTF-8";

html {
  width: auto !important;
}

body {
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  word-break: break-word;
  
}

body img {
  vertical-align: middle;
}

.project {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 1100px) {
  .common-title {
    color: #fff;
    font-size: 60px;
  }
}

@media (max-width: 960px) {
  .common-title {
    color: #fff;
    font-size: 60px;
  }
}

@media (max-width: 800px) {
  .common-title {
    color: #fff;
    font-size: 50px;
  }
}

@media (max-width: 500px) {
  .common-title {
    margin: 30px 0 60px 0;
  }
}

.common-title1 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  margin: 80px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-color: #51cfdc;
  text-decoration-color: #51cfdc;
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy;
  background-size: contain;
  font-family: 'din_pro_bold';
}

@media (max-width: 1100px) {
  .common-title1 {
    color: #fff;
    font-size: 70px;
  }
}

@media (max-width: 960px) {
  .common-title1 {
    color: #fff;
    font-size: 60px;
  }
}

@media (max-width: 800px) {
  .common-title1 {
    color: #fff;
    font-size: 50px;
    text-shadow: 0 0 2px #004efe, 0 0 2px #004efe, 0 0 2px #004efe, 0 0 2px #004efe, 0 0 2px #004efe, 0 0 5px #004efe;
  }
}

.common-title3 {
  color: #000;
  font-size: 26px;
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
}

.common-title3 h4 {
  line-height: 1.5;
}

.common-title3 span {
  display: inline-block;
  margin-top: 20px;
}

.common-text1 {
  color: #333;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
}

@media (max-width: 500px) {
  .common-text1 {
    color: #333;
    font-size: 18px;
    line-height: 32px;
  }
}

.common-text2 {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.common-text2.newPlan {
  margin-top: 20px;
}

.common-text2.topThreeGift {
  color: #0039f7;
}

.common-text2.noticeBox {
  background: #f9f9f9;
  padding: 20px;
}

.common-text2.noticeBox .common-text2 {
  margin-bottom: 0;
}

.common-text3 {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
}

.common-note {
  color: #000;
  font-size: 16px;
  text-align: center;
  display: block;
  margin: 10px 0;
  font-weight: 600;
}

@media (max-width: 500px) {
  .common-note {
    margin: 30px 0;
  }
}

@media (max-width: 960px) {
  .pc {
    display: none;
  }
}

.mobile,
.hidden {
  display: none;
}

@media (max-width: 960px) {
  .mobile {
    display: block;
  }
}

.blue-bg {
  background: #c9dae2;
}

.skin-bg {
  background: #edcdb6;
}

.blue-bg2 {
  background: #87adbe;
}

.blue-bg3 {
  background: #6596ad;
}

@media (max-width: 768px) {
  .bg_deco {
    display: none;
  }
}

.bg_deco figure:nth-of-type(1) {
  position: absolute;
  right: 0;
  top: 52%;
  text-align: right;
  z-index: 0;
  width: 20%;
}

.bg_deco figure:nth-of-type(1) img {
  width: 70%;
}

.bg_deco figure:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 70%;
  text-align: left;
  z-index: 0;
  width: 20%;
}

.bg_deco figure:nth-of-type(2) img {
  width: 70%;
}

/* to top */
.btn-top {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  z-index: 9999;
  border: 3px solid #465860;
}

.btn-top img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-top:hover {
  background-color: #fcfcfc;
  color: #0d133a;
}

.btn-top:hover i {
  font-size: 20px;
}

@media (max-width: 480px) {
  .kv__linkbox-item {
    width: 90%;
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .kv__linkbox-item a {
    color: #fff;
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .kv__linkbox-item a {
    color: #fff;
    font-size: 18px;
  }
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 夏季健檢 陪你Fun 心玩 */
.project .intro {
  background: linear-gradient(#6fd1ff, #fff, #89d9ff);

}

.project .intro__data {
  text-align: center;
  margin: 10px 0 30px 0;
}

.project .intro h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  background: #004efea6;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 10px 40px;
}

.project .intro__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
  padding: 80px 0;
}

.project .intro__wrap p {
  margin-bottom: 0;
}

.project .intro__wrap span {
  display: block;
}

.project .intro__wrap .common-title {
  margin: 0 !important;
  background-image: linear-gradient(#0039f7 40%, #0039f74f);
  color: transparent;
  background-clip: text;
}

@media (max-width: 1024px) {
  .project .intro__wrap .common-title {
    padding: 0;
  }
}

@media (max-width: 960px) {
  .project .intro {
    background-position: center;
    background-size: contain;
    background-repeat: repeat
  }

  .project .intro__wrap {
    padding-top: 3em;
  }
}

/* 十大健檢項目 */
@media (max-width: 960px) {
  .list {
    -webkit-clip-path: none;
    clip-path: none;
    margin: 0;
  }
}

.list__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
}

@media (max-width: 1366px) {
  .list__wrap {
    width: 90%;
    position: relative;
  }
}

@media (max-width: 960px) {
  .list__wrap {
    padding-bottom: 20%;
    padding-top: 0;
  }

  .list__tri-dec {
    display: none;
  }
}

.list__listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2%;
  border-radius: 20px;
  margin-bottom: 2%;
}

@media (max-width: 960px) {
  .list__listbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
}

.list__listbox-item {
  color: #000;
  font-size: 20px;
  width: calc(100%/4 - 20px);
  margin: 10px 0;
  font-weight: bold;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 61px;
  position: relative;
}

@media (max-width: 500px) {
  .list__listbox-item {
    font-size: 16px;
  }
}
.list__listbox-item i {
  padding: 0 10px;
}

.list__listbox-item img {
  width: 10%;
  margin-right: 10px;
}

.list__listbox-item .icon-new {
  margin-right: 0;
  width: 45px;
  transform: rotate(15deg);
  margin-top: -20px;
}

@media (max-width: 500px) {
  .list__listbox-item .icon-new {
    width: 35px;
  }
}

@media (max-width: 960px) {
  .list__listbox-item span {
    /* width: 120px; */
  }
}
@media (max-width: 500px) {
  .list__listbox .list__listbox-item:nth-child(9) span, .list__listbox .list__listbox-item:nth-child(10) span {
    /* width: auto; */
  }
}

.list__listbox-item:nth-last-of-type(1) p {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.list__listbox-item:nth-last-of-type(1) p span {
  display: block;
}

@media (max-width: 960px) {
  .list__listbox-item {
    width: calc(100%/2 - 10px);
  }
}

@media (max-width: 500px) {
  .list__listbox-item {
    /* width: 90%; */
    /* margin: auto; */
    padding: 10px 0;
    min-height: auto;
  }
}

@media (max-width: 500px) {
  .list__listbox-item img {
    /* width: 15%; */
    width: 22px;
  }
}

.list .listbox {
  margin: 5% auto;
  width: 80%;
  list-style: disc;
  /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); */
  border-radius: 25px;
  padding: 3%;
  background: linear-gradient(45deg, #80d6ff, #fff, #89d9ff);
}

.list .listbox-text {
  color: #4b4b4b;
  font-size: 15px;
  margin: 15px 0;
  line-height: 22px;
  list-style: disc;
  font-weight: 700;
}

@media (max-width: 960px) {
  .list .listbox {
    width: 100%;
    /* only for mtc */
    padding: 3% 5% 3% 8%;
  }
}

/* 如何參加 */
/* .step {
  padding: 3% 0 10% 0;
  background: #c2d0de;
  position: relative;
} */

/* .step__deco {
  position: absolute;
  left: 0;
  top: 2%;
}

@media (max-width: 960px) {
  .step__deco {
    width: 30%;
  }
}

.step__deco1 {
  position: absolute;
  right: 3%;
  bottom: 6%;
  width: 15%;
  z-index: 0;
}

@media (max-width: 960px) {
  .step__deco1 {
    bottom: 2%;
  }
} */

.step__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
}

.step__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media (max-width: 960px) {
  .step__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.step__itemblock {
  width: calc(100%/4);
  text-align: center;
}

@media (max-width: 960px) {
  .step__itemblock {
    width: 80%;
    margin: 4% auto;
  }
}

.step__itemblock-itembox {
  /* text-align: center;
  padding: 0 40px;
  border: solid 5px;
  margin: auto;
  margin-bottom: 1em;
  -o-border-image: linear-gradient(135deg, #95dff4 0%, #5abbd6 67%, #349bb7 100%);
  border-image: linear-gradient(135deg, #95dff4 0%, #5abbd6 67%, #349bb7 100%);
  border-image-slice: 1;
  overflow: hidden; */
}

/* .step__itemblock-itembox-icon img {
  display: block;
}

.step__itemblock-link {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 10px 20px;
  background: #006eff;
} */

.step .listbox {
  margin: 0 auto 5%;
  width: 80%;
  list-style: disc;
  padding: 3%;
  position: relative;
  z-index: 1;
}

.step .listbox-text,
.discount .listbox-text {
  color: #4b4b4b;
  font-size: 15px;
  margin: 15px 0;
  line-height: 22px;
  list-style: disc;
  font-weight: 700;
}

.step .listbox-text a,
.discount .listbox-text a {
  text-decoration: underline;
  color: #f95555;
}

@media (max-width: 960px) {
  .step .listbox {
    width: 100%;
  }
}

/* 禮 所當然  Fun心遊一夏 */
/* .gift {
  padding: 6% 0 0 0;
  -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);

} */

/* .gift .subtutle {
  color: #000;
  font-size: 40px;
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
} */


/* .gift__winnerList {
  padding: 3vh 0;
}

.gift__winnerList h4 span {
  color: #fff;
  background: #ea2023;
  padding: 5px 20px;
}

.gift__winnerList--title {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

.gift__winnerList--list {
  text-align: center;
}

.gift__winnerList--list ul {
  display: inline-block;
}

.gift__winnerList--list li {
  padding: 5px 0 24px;
  border-bottom: 1px dotted #ccc;
}

.gift__winnerList--list li:last-child {
  border-bottom: 0;
}

.gift__winnerList--list li span {
  padding: 12px 0 0px 0;
  display: block;
  font-size: 120%;
}

@media (max-width: 960px) {
  .gift {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .gift__winnerList--title {
    width: 100%;
  }
}

@media (max-width: 414px) {
  .gift {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .gift__winnerList--title {
    width: 100%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.gift__deco {
  position: absolute;
  right: 0;
  top: 5%;
  -webkit-transform: rotate(200deg);
  transform: rotate(200deg);
}

.gift__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
}

.gift__itemblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media (max-width: 960px) {
  .gift__itemblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.gift__itemblock-itembox {
  width: 40%;
}

.gift__itemblock-itembox figure {
  width: 100%;
  margin: auto;
  text-align: center;
}

@media (max-width: 960px) {
  .gift__itemblock-itembox {
    width: 100%;
    margin: auto;
  }
} */

/* 展示服務旗艦館開幕慶 */
.shop {
  padding-bottom: 3%;
  background: white;
}

.shop-top {
  width: 100%;
  padding: 6% 0 0 0;
  height: 100px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #edeef2;
}

.shop__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
}

.shop__block span {
  font-size: 15px;
}

.shop__block figure {
  text-align: center;
}

/* 條款說明 */
.term {
  padding: 6% 0;
  position: relative;
  background: white;
}

.term__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
}

@media (max-width: 500px) {
  .term__wrap {
    width: 95%;
  }
}

.term__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 960px) {
  .term__itembox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.term__itembox-link {
  text-align: center;
  display: block;
  color: #004efea6;
  font-size: 24px;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 30px;
  font-weight: bold;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 0 20px;
  text-transform: uppercase;
  position: relative;
  background: #f7f7f7;
  border: 2px solid #004efea6;
}

.term__itembox-link:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px #13469a;
  box-shadow: 0 0 10px #13469a;
}

@media (max-width: 960px) {
  .term__itembox-link {
    width: 80%;
    margin: 15px auto;
    padding: 10px 10px;
  }
}

@-webkit-keyframes color {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes color {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

/* --------------------------分享置頂按鈕--------------------------------- */
.project .promotion-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
}

.project .promotion-nav ul li {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #004efea6;
  margin: 4px 8px;
}

.project .promotion-nav ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}

.project nav {
  width: 100%;
  background: #191919;
}

/* ------------------------------------------------------------------------------ */
/* -------------------------錨點---------------------------------- */
@media screen and (max-width: 990px) {
  #summerExam2021 .showInWeb {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------- */
.project .discount {
    background: #e8f2f3;
  }
  .project .discount .msi__container {
    max-width: 1680px;
  }
  .project .discount h2 span {
    background-image: linear-gradient(#f95555 40%, #ef7474);
    color: transparent;
    background-clip: text;
  }
  .project .discount__flex {
    margin-top: 120px;
    gap: 15px;
  }
  @media (min-width: 768px) {
    .project .discount__flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
    }
  }
  .project .discount__itemblock {
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    border: 5px solid #fff;
    padding: 20px;
    margin-bottom: 50px;
  }
  @media (min-width: 768px) {
    .project .discount__itemblock {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 15px);
              flex: 0 0 calc(50% - 15px);
    }
  }
  @media (min-width: 996px) {
    .project .discount__itemblock {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33.3333333333% - 15px);
              flex: 0 0 calc(33.3333333333% - 15px);
    }
  }
  @media (min-width: 1930px) {
    .project .discount__itemblock {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }
  }
  .project .discount__itemblock--gift {
    margin: 0 auto;
    width: 80%;
  }
  @media (min-width: 996px) {
    .project .discount__itemblock--gift {
      width: auto;
    }
  }
  .project .discount__itemblock--flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .project .discount__itemblock--flexbox a.w100 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .project .discount__itemblock span {
    color: #0039f7;
  }
  .project .discount__itemblock .text--note {
    font-size: var(--note-md);
    color: var(--color-gray-500);
    margin: 10px 0;
  }
  .project .discount__itemblock p {
    text-align: left;
  }
  .project .discount__itemblock p a {
    color: #f95555;
    border-bottom: 1px solid #333;
  }
  .project .discount__itemblock p a:hover {
    color: #f95555d8;
  }
  .project .discount__itemblock ul {
    margin-left: 20px;
  }
  .project .discount__itemblock ul li {
    list-style: decimal;
    text-align: left;
  }
  .project .discount h3 {
    background: #004efea6;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.5em;
    border-radius: 20px;
    padding: 15px 30px;
    margin-top: -50px;
    font-weight: bold;
  }
  @media (min-width: 996px) {
    .project .discount h3 {
      font-size: 25px;
    }
  }
  @media (min-width: 1921px) {
    .project .discount h3 {
      font-size: 22px;
    }
  }
  .project .discount__winnerList {
    padding: 3vh 0;
    /* font-size: var(--title-md); */
    text-align: center;
    /* font-weight: bold; */
  }
  .project .discount__winnerList--title {
    display: inline-block;
    margin-bottom: 10px;
  }
  .project .discount__winnerList h2 {
    position: relative;
    display: inline-block;
    font-size: 28px;
    color: #0039f7;
    margin-bottom: 15px;
  }
  .project .discount__winnerList h2::before {
    position: absolute;
    width: 40%;
    left: -40%;
    height: 5px;
    content: "";
    background: rgba(48, 95, 103, 0.2);
    top: 50%;
  }
  .project .discount__winnerList h2::after {
    position: absolute;
    width: 40%;
    right: -40%;
    height: 5px;
    content: "";
    background: rgba(48, 95, 103, 0.2);
    top: 50%;
  }

  @media (min-width: 996px) {
    .project .discount__winnerList h2 {
      font-size: 38px;
    }
  }


  .project .discount__winnerList p {
    margin: 10px 0;
    font-size: var(--title-md);
    font-weight: bold;
  }
  .project .discount__rule {
    line-height: 1.5em;
    margin-left: 20px;
  }
  .project .discount__rule ul {
    margin-left: 20px;
  }
  .project .discount__rule ul li {
    list-style-type: decimal;
  }
  .project .discount__rule span {
    color: #f2000c;
  }
  .project .question {
    padding: 7% 0;
    text-align: center;
  }
  .project .question h2 {
    position: relative;
    display: inline-block;
    font-size: 28px;
    color: #0039f7;
  }
  @media (min-width: 996px) {
    .project .question h2 {
      font-size: 38px;
    }
  }
  .project .question h2::before {
    position: absolute;
    width: 40%;
    left: -40%;
    height: 5px;
    content: "";
    background: rgba(48, 95, 103, 0.2);
    top: 50%;
  }
  .project .question h2::after {
    position: absolute;
    width: 40%;
    right: -40%;
    height: 5px;
    content: "";
    background: rgba(48, 95, 103, 0.2);
    top: 50%;
  }
  .project .question__wrapper {
    max-width: 600px;
    margin: 0 auto;
  }
  .project .question__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto;
    align-items: flex-start;
  }
  @media (min-width: 996px) {
    .project .question__flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
  }
  .project .question__flex a img {
    max-width: 190px;
  }

  .btnBox {
    width: 25%;
  }

  @media (max-width: 1280px) {
    .btnBox {
      width: 100%;
    }
  }

  .project .question__flex .btnBox:nth-child(1) .common-btn {
    display: block !important;
    color: #000;
  }

  .btnBox .common-btn .sloganBox {
    font-size: 12px;
    color: #e92c2c;
    margin-top: 5px;
  }

  .desBox {
    text-align: left;
    padding: 0 0 0 40px;
  }

  @media (max-width: 768px) {
    .desBox {
      padding: 0;
    }
  }

  .question__block {
    display: flex;
  }

  .question__block a img {
    max-width: 190px;
  }





  .project .common-btn {
    height: 65px;
    text-align: center;
    color: #004efea6;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 50px;
    border-radius: 30px;
    border: 2px solid #004efea6;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-transform: uppercase;
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center;
  }

  @media (max-width: 768px) {
    .project .common-btn {
      width: 100%;
    }
  }

.project .kv__over {
  text-align: center;
  display: block;
  color: #235a9d;
  font-size: 18px;
  /* border-radius: 30px; */
  font-weight: bold;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 0 auto;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.6);
  padding: 6px 25px;
  margin-top: 10px;
  width: 60%;
}
@media (min-width: 996px) {
  .project .kv__over {
    width: 50%;
    font-size: 22px;
  }
}
@media (min-width: 2560px) {
  .project .kv__over {
    padding: 10px 25px;
    width: 40%;
  }
}
/*# sourceMappingURL=MODandKV.css.map */