/* 2025 메인 개편 추가 CSS -250311 기준 */
.text h2{font-size: 48px;}
.text h2 b{font-size: 48px;font-weight: 700;}
.inner{max-width: 1200px;margin: 0 auto;}
.m-lottie{display: none;}

.video_txt .arrow{margin-top: 62px;font-size: 24px;font-weight: 700;color: #fff;}
.video_txt .download-box{display: flex;margin-top: 42px;gap: 16px;align-items: center;}
.video_txt .download-box a{
  display: flex;
  justify-content: center;
  width: 150px;
  padding: 12px 27px 13px 27px;
  border-radius: 10px;
  border: 1px solid #EAEAEA;
  background: rgba(255, 255, 255, 0.70);
}
.main-sc.bg{
  background-color: #FBFBFB;
}
.main-sc .sc-txt{
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  padding-top: 138px;
}
.main-sc .sc-txt .bl-point{
  display: inline-block;
  font-size: 42px;
  font-weight: 600;
  color: #3881F7 ;
}
.card-list{
  display: flex;
  margin-top: 72px;
  margin-bottom: 57px;
  overflow: hidden;
}
.card-list li{
  flex: 1;
  color: #fff;
  overflow: hidden;
}
.card-list li:nth-child(1){background-color: #3881F7;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.card-list li:nth-child(2){background-color: #3F92FF;}
.card-list li:nth-child(3){background-color: #3646F0;}
.card-list li:nth-child(4){background-color: #4429BC;}
.card-list li:nth-child(5){background-color: #2A1D53;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
.card-list li a{
  display: flex;
  text-align: center;
  height: 428px;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.card-list li.on a::after{
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 0;left: 0;bottom: 0;
  background: rgba(0, 0, 0, 0.60);
}
.card-list li.on:hover a::after{
  opacity: 0;
}
.card-list strong{
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -2px;
  color: #fff;
}
.card-list p{
  transition: .2s ease-in-out;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-top: 30px;
}
.card-list li.on a p{opacity: 0;}
.card-list li.on:hover a p{opacity: 1;transition: all .4s ease-in-out;}

.main-sc.bg1{
  padding: 284px 0;
}
.main-sc .txt{
  color: #151515;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 50px;
}
.main-sc .sub{
  display: block;
  color: #A4A4A4;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
}
.main-sc .cate{
  display: block;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
  margin-top: 138px;
}
.main-sc .cate>span{
  font-size: 56px;
  font-weight: 700;
}
.main-sc .cate-sub{
  text-align: center;
  font-size: 32px;
}

#only .txt{
  font-size: 48px;
  color: #151515;
  line-height: 1.3;
  font-weight: 600;
  padding: 130px 0 138px;
}
#only .txt>span{display: block;color: #3881F7;font-size: 48px;font-weight: 600;}
#only .swiper.m-swiper{display: none;}

#lead{
  background: url('/olma/images/main/img_lead.png') 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  padding: 138px 0 290px;

}
#lead .pc-lead {display: block;}
#lead .m-lead {display: none;}
#lead .p1{
  font-size: 58px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 114px 0 108px;
  position: relative;
}
#lead .p1::after{
  content: url("/images/main/main_line.svg;");
  width: 100%;
  display: block;
  position: absolute;
  bottom: -32px;
}
#lead .p2{
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
#lead .p2>span{
  display: block;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}

/* 모바일, AI */
#ai .flex{gap: 45px;}
.flex{
  display: flex;
  align-items: center;
  margin: 40px auto 0;
  width: 1100px;
}
.flex.reverse .txt-box{order: 1;}
.flex .txt-box{flex: 1;}
.flex .img-box{flex: 1;}
.flex .box-t{
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 38px;
}
.flex .box-s{
  display: block;
  color: #A4A4A4;
  line-height: 1.3;
  font-size: 32px;
}
.flex .box-ss{
  display: block;
  margin-top: 48px;
  font-size: 24px;
  font-weight: 700;
  color: #a4a4a4;
}
.flex .m-download-box{
  display: flex;
  gap: 16px;
  margin-top: 42px;
}
.flex .m-download-box a{
  display: flex;
  width: 184px;
  height: 54px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #EAEAEA;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

#mark .mark{
  display: block;
  padding-top: 138px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  background: linear-gradient(95deg, #FBE201 -46.56%, #442926 119.72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 100px;
}
#mark>div{display: flex;align-items: center;justify-content: center;padding-bottom: 138px;}
#mark>div>img{
  display: inline-block;
  height: 102px;
}
#mark .sw{
  display: flex;
  align-items: center;
  gap: 25px;
  color: #535454;
  font-weight: 700;
  font-size: 28px;
  margin-left: 68px;
}
#mark .sw img{height: 102px;}

#app .tit{
  display: block;
  padding-top: 138px;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
#app .app-flex{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
  width: 100%;
  gap: 80px;
}
#app .app-flex .pay{flex: 1;}
#app .app-flex .pay>img{display: block;width: 75%;}
#app .app-flex .pay dt{
  color: #3881F7;
  font-size: 32px;
  text-align: center;
  margin: 38px 0 30px;
}
#app .app-flex .pay dd{
  font-size: 21px;
  text-align: center;
}
#app .app-flex .pay .download-box{
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
#app .app-flex .pay .download-box a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #EAEAEA;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
  width: 150px;
  height: 44px;
}

.app-download{display: none;}
.top-btn{display: none;}

@media screen and (max-width:1024px){
  .pc-lottie{display: none;}
  .m-lottie{display: block;}
  .m_main_conA {
    padding-top: 60px;
  }
  .m_main_conA .conA_img .video_txt p {font-size: 36px;line-height: 1.3;padding-top: 0;}
  .m_main_conA .conA_img .video_txt p>span{font-size: 16px;margin-bottom: 24px;}
  .m_main_conA .conA_img .video_txt p>span.yl-point{font-size: 36px;}
  .conA_img .arrow {position: absolute;bottom: 40px;left: 50%;transform: translateX(-50%);}

  .main-sc .sc-txt{font-size: 28px;padding-top: 74px;}
  .main-sc .sc-txt .bl-point{font-size: 28px;}
  .card-list{
    display: flex;
    flex-direction: column;
    margin: 50px 30px 50px;
  }
  .card-list li{
    flex: 1;
    color: #fff;
    overflow: hidden;
  }
  .card-list li:nth-child(1){background-color: #3881F7;border-top-left-radius: 20px;border-top-right-radius: 20px;
    border-bottom-left-radius: 0;}
  .card-list li:nth-child(2){background-color: #3F92FF;}
  .card-list li:nth-child(3){background-color: #3646F0;}
  .card-list li:nth-child(4){background-color: #4429BC;}
  .card-list li:nth-child(5){background-color: #2A1D53;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 0;}
  .card-list li a{
    display: flex;
    text-align: center;
    height: 125px;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  .card-list li.on a::after{content: none;}
  .card-list li.on:hover a::after{opacity: 0;}
  .card-list strong{font-size: 24px;letter-spacing: -2px;}
  .card-list p{font-size: 15px;font-weight: 600;letter-spacing: -.6px;margin-top: 12px;}
  .card-list li.on a p{opacity: 1;}

  .main-sc.bg1{padding: 112px 0;}
  .main-sc .txt{font-size: 24px;margin-bottom: 40px;}
  .main-sc .sub{font-size: 20px;}
  .main-sc .cate{font-size: 36px;margin-bottom: 10px;margin-top: 86px;}
  .main-sc .cate>span{font-size: 36px;}
  .main-sc .cate-sub{font-size: 18px;}


  #only .swiper.m-swiper{display: block;margin-top: 40px;padding-bottom: 40px;}
  .swiper-wrapper{gap: 18px;}
  #only .swiper.m-swiper .swiper-slide{width: 50%;}
  #only .box-wrap.pc-box{display: none;}
  #only .txt {font-size: 24px;padding: 56px 0 86px;margin-bottom: 0;}
  #only .txt>span {font-size: 24px;}


  #lead{background: none;padding: 0;}
  #lead .pc-lead {display: none;}
  #lead .m-lead {display: block;}

  .flex .m-download-box{display: none;}
  #ai .flex{gap: 0px;}
  .flex{flex-direction: column;align-items: flex-start;margin: 66px auto 0;width: 100%;}
  .flex.reverse .txt-box{order: 0;}

  .flex .txt-box{flex: 1;padding: 0 30px;}
  .flex .img-box{flex: 1;}
  .flex .img-box>img {
    width: 80%;
    margin: 0 auto;
  }
  .flex .box-t{font-size: 28px;margin-bottom: 30px;}
  .flex .box-s{font-size: 20px;}
  .flex .box-ss{margin-top: 24px;font-size: 15px;font-weight: 400;}

  #mark .mark{padding-top: 86px;font-size: 24px;margin-bottom: 50px;}
  #mark>div{display: flex;align-items: center;justify-content: center;padding-bottom: 86px;flex-direction: column;gap: 16px;}
  #mark>div>img{height: 56px;}
  #mark .sw{gap: 5px;font-size:16px;margin-left: 0px;margin-top: 22px;}
  #mark .sw img{height: 56px;}
  .main_conI .inner {margin: 0 auto;}
  #app .tit{padding-top: 86px;font-size: 24px;}
  #app .app-flex{flex-direction: column;margin-top: 45px;gap: 90px;}
  #app .app-flex .pay{flex: 1;}
  #app .app-flex .pay>img{display: block;width: 80%;}
  #app .app-flex .pay dt{font-size: 20px;margin: 15px 0 16px;}
  #app .app-flex .pay dd{font-size: 18px;display: block;}
  #app .app-flex .pay .download-box{margin-top: 35px;}
  #app .app-flex .pay .download-box a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    width: 150px;
    height: 44px;
  }

  .app-download{display: flex;gap: 13px;position: fixed;width: 100%;bottom: 0;left: 0;padding: 16px 0px;background: rgba(255, 255, 255, 0.60);backdrop-filter: blur(2px);z-index: 10;justify-content: center;}
  .app-download a{width: 45%;;padding: 14px 0px 15px;border-radius: 10px;background: rgba(255, 255, 255, 0.70);display: flex;justify-content: center;}
  #topBtn{
    position: fixed;
    bottom: 90px;
    right: 10px;
    display: block;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10;
  }
  #topBtn.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width:768px){
  .m_main_conA {padding-top: 0px;}
}