/* design common*/
.pagination {
  justify-content: center;
  margin: 10px 0;
}
.lh-1 {
  line-height: 1;
}
.lh-11 {
  line-height: 1.1;
}
.lh-12 {
  line-height: 1.2;
}
.lh-13 {
  line-height: 1.3;
}
.lh-14 {
  line-height: 1.4;
}
.lh-15 {
  line-height: 1.5;
}

/* 말줄임 */
.text_hidden {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text_hidden2 {
  /* 특정 단위로 텍스트를 자르기 위한 구문 */
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 텍스트를 자를 때 원하는 단위 ex) 2줄 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* h2 */
.h2.period {
  position: relative;
  margin-right: 4rem;
  margin-bottom: 3rem;
}
.h2.period::after {
  content: '';
  position: absolute;
  right: -8px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  background-color: #20b7ec;
}
.square {
  display: block;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  height: auto;
}
.square > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.square::after {
  content: '';
  display: block;
  padding-top: 100%;
}
.square.rectangle::after {
  padding-top: 55.8%;
}

/* list */
.list_style_1 {
  padding: 10px 0;
}
.list_style_1 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 7.5px 0;
}

.list_style_1 li span {
  display: inline-block;
  color: #e8ecf5;
}
.list_style_1 li p {
  color: #c0c4cc;
}

/* 모달 공통 스타일 */
.my_modal .modal-content {
  padding: 5rem 4rem;
  border-radius: 0;
}
.my_modal .modal-header {
  padding: 0;
  padding-bottom: 3rem;
}
.my_modal .modal-body {
  padding: 0;
}
.my_modal .modal-footer {
  padding-top: 3rem;
}
.my_modal .modal-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #222;
}
.my_modal .close img {
  width: 22px;
}

/* navigation */
.nav_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 4rem -1rem;
}
.nav_wrap2{
    margin-top: 14rem;
}
.nav_wrap .nav_item{
    padding: 1rem;
    width: calc(100% / 5);
}
.nav_wrap .nav_link{
    display: block;
    background-color: #043a9b;
    color: #fff;
    padding: 1.6rem 3rem;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 10rem;
    transition: background 0.15s ease-in-out;
}
.nav_wrap .nav_link:hover{
    background-color: #103477;
}
.nav_wrap .nav_link:last-child{
    margin-right: 0;
}
#n_power::before{
    content: '';
    display: block;
    height: 6rem; /*고정메뉴 높이*/
    margin-top: -6rem; /*고정메뉴 높이*/
    visibility: hidden;
}

/* 메인 */
.mainSlide {
  position: relative;
  z-index: 0;
}
.mainSlide .swiper-slide {
  position: relative;
  width: 100%;
  height: 600px;
  background: linear-gradient(45deg, #deeaff, #d4fffe);
  border-bottom-right-radius: 250px;
}
.mainSlide .swiper-slide:nth-child(2) {
  background: linear-gradient(45deg, #dcfff5, #cfeaff);
}
.mainSlide .swiper-pagination {
  position: relative;
  color: #687481;
}
.mainSlide .swiper-slide > img {
  position: absolute;
  right: 50%;
  margin-right: -640px;
  top: 0;
  z-index: -99;
}
.mainSlide_controls {
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(50% + 100px);
  left: 50%;
  margin-left: -660px;
  font-size: 1.9rem;
}
.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  width: auto;
  height: auto;
  margin: auto 20px;
  padding: 16px 5px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination-current {
  display: inline-block;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none;
}
.swiper-pagination-total {
  display: inline-block;
  opacity: 0.7;
}
.slide_text {
  position: absolute;
  left: 50%;
  top: calc(50% - 100px);
  width: 1280px;
  margin-left: -640px;
  color: #22272b;
  font-size: 6rem;
  line-height: 1.2;
}
.slide_text strong {
  font-weight: 700;
}
.slide_text small {
  display: block;
  margin-top: 12px;
  font-size: 55%;
}
.benefit_wrap {
  margin-top: 100px;
}
.contents {
  width: 100%;
}
.contents .content_item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 170px;
}
.contents .content_item:nth-child(2n-1) .content_text {
  order: 2;
}
.sub_title .text_gradient {
  margin-bottom: 12px;
}
.text_gradient {
  display: inline-block;
  /* background: linear-gradient(45deg, #7D4A94, #005CAB); */
  color: #043a9b;
  font-weight: 400;
  /* -webkit-background-clip: text; */
}

.sub_title {
  font-size: 3.2rem;
}
.sub_title2 {
  font-size: 3.8rem;
}
.top_title {
  margin-bottom: 9rem;
}
.top_text {
  color: #f00;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.top_text::after {
  content: '';
  width: calc(100% + 2rem);
  height: 2.2rem;
  background-color: #ffe5e5;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.top_text2 {
  font-size: 2.6rem;
}
.top_text2 span {
  font-size: 2.8rem;
}
.top_text2 p {
  font-size: 3.2rem;
  color: #043a9b;
}
.campaign {
  display: flex;
  justify-content: space-between;
  padding: 60px 100px 48px;
  background-color: #eff8ff;
  border-radius: 12px;
}
.campaign .sub_title {
  margin-bottom: 28px;
}
.process_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 50px 0;
}
.process_wrap .process_item {
  width: calc(16.666667% - 20px);
  margin-bottom: 44px;
  text-align: center;
  font-size: 1.8rem;
}
.process_wrap .process_item:nth-child(2n-1) img {
  width: 110px;
  text-align: center;
}
.process_wrap .process_item:nth-child(even) {
  width: 20px;
  margin-top: 35px;
}
.process_item p {
  margin-top: 20px;
}
.item_container .sub_title {
  margin: 50px 0 30px;
}
.items_wrap {
  display: flex;
  flex-wrap: wrap;
}
.items_wrap .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 50px 40px;
  width: calc(50% - 18px);
  margin-right: 36px;
  margin-bottom: 36px;
  border: 1px solid #005cab;
  border-radius: 12px;
}
.items_wrap .items:nth-child(2n) {
  margin-right: 0;
}
.items_wrap .items {
  font-size: 2rem;
  font-weight: 400;
}
.items_wrap .items .ff_pre {
  display: inline-block;
  margin-bottom: -5px;
  margin-left: 3px;
  transform: translateY(0.1em);
}
.items_wrap .items .item_title {
  margin: 10px 0 36px;
  font-size: 2.4rem;
  font-weight: 700;
}
.item_info {
  white-space: pre-line;
}
.items_wrap .items .items_right {
  font-size: 3rem;
}
.items_wrap .items .items_right em {
  font-style: normal;
  text-align: right;
}
.items_wrap .items.blue {
  background-color: #f7fbfe;
}
.items_wrap .items.blue .ff_sb,
.items_wrap .items.blue .item_right {
  color: #005cab;
}

.items_wrap .items.purple {
  background-color: #fdf9ff;
  border-color: #7d4a94;
}
.items_wrap .items.purple .ff_sb,
.items_wrap .items.purple .item_right {
  color: #7d4a94;
}

.items_wrap .items.green {
  background-color: #f9fefb;
  border-color: #40d987;
}
.items_wrap .items.green .ff_sb,
.items_wrap .items.green .item_right {
  color: #35c779;
}

.item_banner {
  background: url(../img/item_bannerimg.png) no-repeat 82rem 1rem #e2ecff;
  border-radius: 1.2rem;
  margin-bottom: 8rem;
  padding: 8rem 6rem;
  background-size: 27rem;
}

.item_banner h2 {
  font-size: 3.6rem;
}

.consult_wrap {
  padding: 120px 0;
  border-top-left-radius: 250px;
  background-color: #22272b;
  color: #fff;
}
.consult_wrap > .container {
  width: 860px;
  margin: 0 auto;
}
.consult_wrap .btn-primary.btn-block {
  width: 460px;
  margin: 40px auto 0;
}
.campaign_wrap {
  margin-bottom: 150px;
}

.contents .content_item.mb_40 {
  margin-bottom: 4rem;
}
.contents .content_item.mb_80 {
  margin-bottom: 8rem;
}

.content_item .fs_20m {
  font-size: 2rem;
  font-weight: 500;
}
.content_item .fs_24m {
  font-size: 2.4rem;
}
.content_item .fs_28m {
  font-size: 2.8rem;
}
.content_item .hot {
  display: inline-block;
  color: #043a9b;
  background-color: #dde5f2;
  border-radius: 2rem;
  padding: 0.1rem 0.9rem;
  margin: 1.3rem 0 0.2rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.sec02 {
  background-color: #f5f7fb;
  padding: 6rem 0 15rem;
}
.gif_img img {
  border-radius: 1.3rem;
  border: 1px solid rgb(225 225 225 / 52%);
  box-shadow: 0 0 1.5rem rgb(0 0 0 / 8%);
  max-width: 35rem;
}
.gif_img2 img {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.sub_text {
}
.fc_blue {
  color: #043a9b;
}
.fc_red {
  color: #f00;
}
.fc_8f8f {
  color: #8f8f8f;
}
.ff_one {
  font-family: 'ONE-Mobile-Title';
}
.content_item .fs_20m b,
.content_item .fs_28m b {
  color: #01aaa4;
  position: relative;
}
.content_item .fs_20m b::after,
.content_item .fs_28m b::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1.4rem;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #d3ecef;
}
.content_item .h2 {
  line-height: 1.4;
}

/* 상세페이지 제작 */

.detail_bn_wrap {
  position: relative;
  width: 100%;
  background: linear-gradient(45deg, #dcfff5, #cfeaff);
  border-bottom-right-radius: 250px;
  height: 600px;
}
.detail_bn {
  width: 100%;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
}
.detail_bn_img {
  width: 45%;
}
.detail_bn_img img {
  max-width: 100%;
}
.detail_bn_txt {
  color: #22272b;
  font-size: 6rem;
  line-height: 1.2;
  margin-top: 14rem;
  width: 55%;
}
.detail_bn_txt strong {
  font-weight: 700;
}
.detail_bn_txt small {
  display: block;
  margin-top: 12px;
  font-size: 55%;
}
.detail_bn_txt span {
  display: inline-block;
  background-color: #043a9b;
  padding: 1.2rem 2.4rem;
  font-weight: 300;
  color: #fff;
  border-radius: 2.2rem;
  font-size: 1.8rem;
}

.detail_slide {
  overflow: visible;
}
.detail_slide .mainSlide_controls {
  top: calc(50% + 140px);
}
.detail_slide .detail_bn_txt {
  margin-top: 13rem;
}
.detail_slide .swiper-slide-prev {
  opacity: 0 !important;
}

.icon_circle_box {
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgb(0 0 0 / 8%);
  box-shadow: 0 0 2rem rgb(225 225 225 / 52%);
  text-align: center;
  margin: 0 2rem;
}
.icon_circle_box strong {
  font-size: 2.6rem;
  margin: 1rem 0;
}
.icon_circle_box p {
  font-size: 1.8rem;
}
.sub_title b {
  color: #01aaa4;
  position: relative;
}
.sub_title b::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2.5rem;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #dbf3f2;
}
.mid_tit_wrap {
  padding: 9rem 0 12rem;
}
.mid_tit_wrap h2 {
  padding: 6.5rem 0;
  margin: 0;
}
.mid_tit_wrap h3 {
  margin: 0;
  line-height: 1.4;
}
.consult_wrap2 .sub_title span {
  color: #01aaa4;
  font-weight: 700;
}

/**/

.slide_text1 {
  top: calc(50% - 140px);
}
.slide_text1 > p > small .text_gradient {
  font-weight: 700 !important;
}
.slide_text1_subp {
  font-size: 34%;
  font-weight: 500;
  margin-top: 1.2rem;
  line-height: 1.5;
}
.slide_text1_subp span {
  position: relative;
  z-index: 1;
}
.slide_text1_subp span::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bcffde;
  z-index: -1;
}
.perform_wrap img {
  width: 100%;
}

.mainSlide .swiper-slide.pr_slide {
  background: #f5f5f5;
}
.mainSlide .swiper-slide.pr_slide > img {
  margin-right: 0;
  right: 0;
}
.mainSlide .swiper-slide.pr_slide p {
  font-size: 3rem;
  font-weight: 700;
  margin: 2rem 0 3rem;
}
.mainSlide .swiper-slide.pr_slide .slide_text {
  top: calc(50% - 150px);
}
.mainSlide1 .mainSlide_controls {
  top: calc(50% + 160px);
}
.pr_txt_img1 {
  max-width: 100%;
}
.pr_txt_img2 {
  max-width: 100%;
}


.content_vd video{
    max-width: 100%;
}

.cont_wrap{
    padding: 5rem 0 8rem;
}
.cont_wrap > * {
    width: 50%
}
.cont_wrap .vd video{
    max-width: 100%;
}
.cont_wrap p.txt{
    white-space: pre-line;
    font-size: 1.8rem;
}
.cont_wrap p.txt strong{
    font-size: 3.2rem;
}
.cont_wrap p.txt b{
    font-size: 2.4rem;
    color: #4252a0;
    background-color: #e9ecf7;
    padding: 0 0.8rem;
}

.insta_banner{width:100%; background:#F6F6F6; text-align:center; }
.idx06_banner{width:100%; background:#0A0E1A; text-align:center; }


.nav_anm{
    border-radius: 50%;
    animation: adv 1s ease-in-out infinite;
}

@-webkit-keyframes adv {
  0% {
    background-color: #043A9B;
  }
  50% {
    background-color: #80ccff;
  }
  100% {
    background-color: #043A9B;
  }
}


img{max-width:100%}
/* Responsive*/
@media (max-width: 1400px) {
  .slide_text1 {
    top: calc(45% - 80px) !important;
  }
  .slide_text {
    width: 100%;
    top: calc(50% - 80px);
    margin-left: 0;
    left: 0;
    padding: 0 40px;
    font-size: 4.5rem;
  }
  .mainSlide_controls {
    top: calc(50% + 80px);
    margin-left: 0;
    left: 0;
    padding: 0 20px;
  }
  .mainSlide .swiper-slide {
    height: 500px;
  }
  .main_tab_list {
    padding-left: 50px;
  }
  .mainSlide .swiper-slide > img {
    height: 90%;
    top: 5%;
    right: 0;
    margin-right: 50px;
  }
  .mainSlide .swiper-slide {
    border-bottom-right-radius: 150px;
  }
  .consult_wrap {
    border-top-left-radius: 150px;
  }

  .detail_bn_wrap {
    height: 500px;
    border-bottom-right-radius: 150px;
  }
  .detail_bn_txt {
    font-size: 4.5rem;
    padding-left: 4rem;
    margin-top: 12rem;
  }
  .detail_slide .detail_bn {
    max-width: 100%;
  }
  .detail_slide .detail_bn_txt {
    margin-top: 12rem;
  }
  .mainSlide .swiper-slide.pr_slide > img {
    right: -10%;
  }
  .mainSlide .swiper-slide.pr_slide p {
    font-size: 2.6rem;
    margin: 2rem 0 2.5rem;
  }
  .pr_txt_img1 {
    max-width: 50%;
  }
  .pr_txt_img2 {
    max-width: 35%;
  }
  .detail_bn_img{
    width: 36%;
  }
}
@media (max-width: 1240px) {
}
@media (max-width: 1199.98px) {

  .content_img img {
    width: 100%;
  }
  .process_wrap .process_item {
    width: calc(25% - 20px);
  }
  .items_wrap .items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 30px;
  }
  .item_banner {
    background: url(../img/item_bannerimg.png) no-repeat 63rem 3rem #e2ecff;
    background-size: 25rem;
  }

  .detail_pg {
    padding-top: 9rem;
  }
  .icon_circle_box {
    width: 25rem;
    height: 25rem;
  }
  .icon_circle_box strong {
    font-size: 2.4rem;
    margin: 0.8rem 0;
  }
  .icon_circle_box p {
    font-size: 1.6rem;
  }

  .dt_img {
    max-width: 35rem;
  }
  .mainSlide .swiper-slide.pr_slide .slide_text {
    top: calc(50% - 120px);
  }
  .mainSlide1 .mainSlide_controls {
    top: calc(50% + 140px);
  }
  .mainSlide .swiper-slide.pr_slide > img {
    right: -13%;
  }
  .pr_txt_img2 {
    max-width: 30%;
  }
  .nav_wrap .nav_link{
    padding: 1.6rem 1rem;
    font-size: 1.6rem;
  }

}
@media (max-width: 991.98px) {
    
/* navigation */
.nav_wrap{
    margin: 3rem -0.5rem;
}
.nav_wrap .nav_item{
    padding: 0.5rem;
    width: calc(100% / 3);
}
.nav_wrap .nav_link{
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
}

  .slide_text1_subp {
    font-size: 50% !important;
    margin-top: 5px !important;
  }

  .mainSlide .swiper-slide {
    height: 400px;
  }
  .slide_text {
    top: calc(45% - 40px);
    font-size: 3rem;
  }
    .slide_text strong.fs_42{
        font-size: 3rem;
    }
  .mainSlide_controls {
    top: calc(45% + 60px);
    font-size: 1.8rem;
  }
  .mainSlide .swiper-slide > img {
    height: 80%;
    top: 10%;
  }
  .mainSlide .swiper-slide {
    border-bottom-right-radius: 100px;
  }
  .consult_wrap {
    border-top-left-radius: 100px;
  }
  .content_item {
    flex-wrap: wrap;
  }
  .content_item .content_text {
    width: 100%;
    text-align: center;
  }
  .contents .content_item {
    margin-bottom: 80px;
  }
  .contents .content_item:nth-child(2n-1) .content_text {
    order: 0;
  }
  .content_img {
    width: 80%;
    margin-top: 2rem;
  }
  .contents .content_item:nth-child(2n) .content_text {
    order: 0;
  }
  .sub_title {
    font-size: 2.8rem;
  }
  .campaign {
    padding: 50px 40px 40px;
  }
  .consult_wrap {
    padding: 80px 0;
  }
  .consult_wrap > .container {
    width: 100%;
  }
  .consult_wrap .btn-primary.btn-block {
    width: 100%;
  }
  .item_banner {
    margin-bottom: 6rem;
    padding: 6rem;
    background: url(../img/item_bannerimg.png) no-repeat 44rem 3rem #e2ecff;
    background-size: 20rem;
  }
  .item_banner p {
    white-space: pre-line;
    line-height: 125%;
  }
  .item_banner h2 {
    font-size: 3rem;
  }

  .top_title {
    margin-bottom: 6rem;
  }
  .sub_title2 {
    font-size: 2.8rem;
  }
  .top_text {
    font-size: 2rem;
  }
  .top_text2 {
    font-size: 2.2rem;
  }
  .top_text2 span {
    font-size: 2.4rem;
  }
  .top_text2 p {
    font-size: 2.6rem;
  }
  .contents .content_item.mb_40 {
    margin-bottom: 3rem;
  }
  .contents .content_item.mb_80 {
    margin-bottom: 6rem;
  }
  .sec02 {
    padding: 0 0 6rem;
  }
  .gif_img {
    text-align: center;
  }

  .detail_pg {
    padding-top: 7rem;
  }
  .detail_bn_wrap {
    height: 400px;
    border-bottom-right-radius: 100px;
  }
  .detail_bn_txt {
    font-size: 3rem;
    /* width: 50%; */
    margin-top: 11rem;
  }
  .detail_bn_txt span {
    padding: 0.8rem 1.6rem;
    font-size: 1.6rem;
  }
  .detail_bn_img {
    /* width: 50%; */
  }

  .detail_slide .detail_bn_txt {
    margin-top: 10rem;
  }
  .detail_slide .mainSlide_controls {
    top: calc(50% + 90px);
  }

  .icon_circle_box {
    width: 20rem;
    height: 20rem;
    margin: 0 1.5rem;
  }
  .icon_circle_box strong {
    font-size: 2rem;
    margin: 0.3rem 0;
  }
  .icon_circle_box p {
    font-size: 1.4rem;
  }
  .icon_circle_box img {
    width: 50px;
  }

  .dt_img {
    margin-top: 3rem;
  }
  .mid_tit_wrap h3 {
    font-size: 2.4rem;
  }
  .consult_wrap2 .sub_title {
    font-size: 2.2rem;
  }
  .mainSlide .swiper-slide.pr_slide .slide_text {
    top: calc(50% - 100px);
  }
  .mainSlide1 .mainSlide_controls {
    top: calc(50% + 100px);
  }
  .sub_wrap{padding-top:90px}

  .idx_06{
    padding-top: 70px;
  }
  
    .cont_wrap{
        display: block !important;
    }
    .cont_wrap > * {
        width: 100%
    }
    .cont_wrap p.txt{
        margin-top: 2.5rem;
    }
    .cont_wrap p.txt strong {
        font-size: 2.8rem;
    }
    .cont_wrap p.txt b {
        font-size: 2rem;
    }
}
@media (max-width: 767.98px) {
    
    /* navigation */
    .nav_wrap .nav_item{
        width: 50%;
    }
    .nav_wrap .nav_item{
        /* margin-bottom: 1rem; */
    }

 .sub_wrap{padding-top:50px}
  .swiper-slide1 > img {
    height: 65% !important;
  }
  .perform_wrap {
    justify-content: center;
  }
  .perform_wrap .fs_20 {
    font-size: 1.6rem;
  }
  .benefit_wrap {
    margin-top: 50px;
  }
  .mainSlide .swiper-slide > img {
    height: 70%;
    top: 15%;
    margin-right: 20px;
  }

  .campaign {
    flex-direction: column;
  }
  .campaign_right {
    margin-top: 20px;
    text-align: right;
  }
  .process_wrap .process_item {
    width: calc(33.333333% - 20px);
  }
  .process_wrap .process_item:nth-child(2n-1) img {
    width: 80px;
  }
  .process_wrap .process_item:nth-child(even) {
    margin-top: 21px;
  }
  .process_item p {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  .process_wrap .process_item {
    margin-bottom: 20px;
  }
  .item_banner {
    margin-bottom: 6rem;
    padding: 4rem 4rem 0;
    height: 21rem;
    background: url(../img/item_bannerimg.png) no-repeat 31rem 6rem #e2ecff;
    background-size: 18rem;
  }

  .top_title {
    margin-bottom: 4rem;
  }
  .sub_title2 {
    font-size: 2.2rem;
  }
  .top_text {
    font-size: 1.8rem;
  }
  .top_text::after {
    display: none;
  }
  .top_text2 {
    font-size: 2rem;
  }
  .top_text2 span {
    font-size: 2.2rem;
  }
  .top_text2 p {
    font-size: 2.4rem;
  }
  .contents .content_item.mb_40 {
    margin-bottom: 2.5rem;
  }
  .contents .content_item.mb_80 {
    margin-bottom: 4rem;
  }
  .gif_img img {
    max-width: none;
  }
  .content_item .fs_20m {
    font-size: 1.6rem;
  }
  .content_item .fs_24m {
    font-size: 1.8rem;
  }
  .content_item .fs_28m {
    font-size: 2rem;
  }
  .content_item .hot {
    margin-top: 0.5rem;
  }
  .compensation_ul .comp_txt {
    font-size: 1.6rem;
  }
  .compensation_ul .flex-fill {
    text-align: center;
  }

  .detail_bn_txt span {
    font-size: 1.4rem;
  }

  .icon_circle_box {
    margin: 1.5rem 0rem;
  }
  .mid_tit_wrap {
    padding: 10rem 0 6rem;
  }
  .mid_tit_wrap h3 {
    font-size: 1.8rem;
  }
  .sub_title b::after {
    height: 2rem;
  }
  .consult_wrap2 .sub_title {
    font-size: 1.8rem;
  }
  .pr_txt_img1 {
    max-width: 70%;
  }
  .pr_txt_img2 {
    max-width: 40%;
  }
  .mainSlide .swiper-slide.pr_slide > img {
    right: -15%;
    top: 30%;
  }
  
    
}
@media (max-width: 610px) {
  img.img3 {
    top: 22% !important;
    height: 75% !important;
    margin-right: 30px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .mainSlide .swiper-pagination {
    bottom: -170px;
  }
  .mainSlide_controls {
    top: 0;
    font-size: 1.8rem;
    bottom: 20px;
    padding: 0 40px !important;
  }

  .slide_text {
    padding: 40px !important;
  }
  .detail_slide .mainSlide_controls {
    top: 0;
  }
  .mainSlide .swiper-slide.pr_slide > img {
    top: 44%;
  }
  .mainSlide1 .mainSlide_controls {
    top: 0;
  }
}
@media (max-width: 575.98px) {
  .perform_wrap .mb-5 {
    margin-bottom: 2rem !important;
  }
  img.img3 {
    top: 52% !important;
    height: 45% !important;
    margin-right: 60px !important;
  }
  .slide_text {
    padding: 0 20px;
    top: 25%;
    font-size: 2.4rem;
  }
      .slide_text strong.fs_42{
        font-size: 2.4rem;
    }
  .mainSlide_controls {
    top: 0;
    left: 0;
    margin-left: 0;
    font-size: 1.5rem;
  }
  .mainSlide .swiper-slide {
    border-bottom-right-radius: 80px;
  }
  .slide_text strong {
    font-size: 2.4rem;
  }
  .mainSlide .swiper-slide > img {
    top: 40%;
    height: 60%;
  }
  .mainSlide .swiper-slide > img.img3 {
    top: 52%;
    height: 45%;
  }
  .swiper-slide1 > img {
    height: 70% !important;
  }
  .slide_text {
    padding: 10px 40px 40px !important;
  }
  .slide_text1 {
    top: 13% !important;
    padding: 40px 40px !important;
  }
  .slide_text1 small {
    margin-top: 5px;
  }
  .consult_wrap {
    border-top-left-radius: 80px;
  }
  .contents .content_item {
    margin-bottom: 70px;
  }
  .consult_wrap .consult_title img {
    width: 50px;
    margin-bottom: 10px;
  }
  .sub_title {
    font-size: 2rem;
  }
  .process_item p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .items_wrap .items {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
  .items_wrap .items .item_title {
    margin: 10px 0 20px;
  }
  .items_wrap .items .item_title {
    font-size: 1.8rem;
  }
  .items_left .ff_sb {
    font-size: 1.6rem;
  }
  .items_wrap .items .items_right {
    font-size: 1.8rem;
    margin-top: 5px;
  }
  .items_wrap .items .items_right em {
    text-align: left;
  }
  .item_container .sub_title {
    margin: 30px 0 20px;
  }


  .top_text {
    font-size: 1.6rem;
  }
  .top_text2 {
    font-size: 1.8rem;
  }
  .top_text2 span {
    font-size: 2rem;
  }
  .top_text2 p {
    font-size: 2.2rem;
  }

  .detail_pg {
    padding-top: 5rem;
  }
  .detail_bn {
    position: relative;
    height: 100%;
  }
  .detail_bn_wrap {
    border-bottom-right-radius: 80px;
    height: 280px;
  }
  .detail_bn_txt strong {
    font-size: 2.4rem;
  }
  .detail_bn_txt {
    font-size: 2.4rem;
    padding-left: 2rem;
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 7.5rem;
  }
  .detail_bn_img {
    width: 54%;
    position: absolute;
    z-index: 1;
    right: 0;
  }

  .detail_slide .swiper-slide {
    background: linear-gradient(45deg, #dcfff5, #cfeaff);
  }
  .detail_slide .detail_bn_wrap {
    background: transparent;
  }
  .detail_slide .detail_bn_wrap {
    height: 320px;
  }
  .detail_slide .detail_bn_img {
    width: 60%;
    right: -6rem;
  }

  .pf_wrap .content_item {
    display: block;
  }
  .pf_wrap .content_item .content_img {
    width: 100%;
  }
  .mainSlide .swiper-slide.pr_slide p {
    font-size: 2.2rem;
    margin: 1.5rem 0 2rem;
  }
  .pr_txt_img1 {
    max-width: 90%;
  }
  .pr_txt_img2 {
    max-width: 60%;
  }
  
    .cont_wrap{
        padding: 2rem 0 5rem;
    }
    .cont_wrap p.txt{
        font-size: 1.6rem;
    }
    .cont_wrap p.txt strong {
        font-size: 2.4rem;
    }
    .cont_wrap p.txt b {
        font-size: 1.8rem;
    }
}
@media (max-width: 460px) {
  .process_wrap .process_item:nth-child(2n-1) img {
    width: 60px;
  }
  .process_wrap .process_item:nth-child(even) img {
    width: 15px;
    text-align: center;
  }
  .campaign {
    padding: 30px;
  }
  .campaign_right img {
    width: 100px;
  }
  .process_wrap .process_item:nth-child(even) {
    margin-top: 16px;
  }
  .item_banner {
    margin-bottom: 4rem;
    padding: 3rem 3rem 0;
    height: 27rem;
    background: url(../img/item_bannerimg.png) no-repeat right 12rem #e2ecff;
    background-size: 14rem;
  }
  .item_banner h2 {
    font-size: 2.4rem;
  }

  .detail_bn_txt {
    bottom: 5rem;
    text-shadow: 0 0 5px #fff;
  }
  .detail_bn_txt span {
    text-shadow: none;
  }
  .detail_bn_img {
    right: -3rem;
    opacity: 0.8;
    width: 70%;
  }

  .detail_slide .detail_bn_img {
    right: -6.5rem;
    opacity: 0.7;
    width: 75%;
  }
  .mainSlide .swiper-slide.pr_slide p {
    font-size: 1.8rem;
  }
  .detail_slide .detail_bn_wrap {
    height: 300px;
  }
  .mainSlide .swiper-slide.pr_slide > img {
    right: -30%;
  }
}
@media (max-width: 420px) {
  .pr_txt_img1 {
    max-width: 100%;
  }
  .pr_txt_img2 {
    max-width: 80%;
  }
}
@media (max-width: 360px) {
    
    /* navigation */
    .nav_wrap .nav_item{
        width: 100%;
    }
}
@media (max-width: 340px) {
  .detail_pg .content_item .fs_20m b::after {
    display: none;
  }
}
