#bo_v_con * {
  font-size: 16px;
  word-break: keep-all;
  font-family: 'Pretendard', dotum, sans-serif !important;
  line-height: 150%
}

.sub-section + .sub-section{
  margin-top: 100px;
}



.sub-title{
  text-align: center;
  margin-bottom: 100px;
}

.sub-title h3{
  color: #0B0D0F;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
}

.sub-title p{
  color: #666666;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  margin-top: 20px;
}

.tab-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tab-btn-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.tab-btn-wrap .tab-btn {
  display: flex;
  padding: 16px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #999999;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #fff;
  border-radius: 40px;
  border: 2px solid #999999;
  transition: .3s;
}

.tab-btn-wrap .tab-btn:hover {
  background-color: var(--main-color);
  border: 2px solid var(--main-color);
  color: #fff;
}

.tab-btn-wrap .tab-btn.active {
  background-color: var(--main-color);
    border: 2px solid var(--main-color);
  color: #fff;
}

.tab-content-wrap {
  width: 100%;
  margin-top: 60px;
}

.tab-content {
  display: none;
  opacity: 0;
  transition: .3s;
}

.tab-content.active {
  display: block;
  opacity: 1;
}

.content-label{
  color: #414141;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  margin-bottom: 40px;
}

.sub-content + .sub-content{
  margin-top: 100px;
}

.plan-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
} 

.plan-box{
  position: relative;
  padding: 30px 30px;
  border-radius: 20px;
  border: 1px solid #DDD;
}

.plan-box.best{
  border: 2px solid #F0543A;
}

.plan-box.best::after{
  position: absolute;
  top:-22px;
  left: 16px;
  content: 'Best';
  font-family: var(--font-pop);
  color: #F0543A;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}

.plan-tag{
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.plan-tag span{
  padding: 4px 14px;
  border-radius: 20px;
  background-color: #121212;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.9;
}

.plan-tag span.type1{
  background: #E50013;
}

.plan-tag span.type2{
  background: #E52888;
}

.plan-tag span.type3{
  background: #30A4DC; 
}

.plan-tag span.type4{
  background: #DC6830;
}

.plan-box h4{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.plan-info{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.plan-info li{
  display: flex;
  align-items: center;
  gap: 10px;
}

.plan-info li span{
  width: 20px;
  height: 20px;
}

.plan-info li p{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.plan-info li p span{
  font-size: 14px;
  color: #808080;
}

.plan-price{
  text-align: right;
  margin-top: 10px;
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.plan-price span{
  color: orange;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.usim-box{
  width: 100%;
  border-radius: 30px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: var(--content-pad);
  display: flex;
  justify-content: space-between;
}

.usim-box + .usim-box{
  margin-top: 30px;
}

.logo-list{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.usim-box .left p{
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.usim-box .right{
  position: relative;
    max-width: 240px;
    width: 100%;
}

.usim-box .right img:first-of-type{

}

.usim-box .right.lg_right{
  max-width: 360px;
}

.usim-box .right img:last-of-type{
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 120px;
}

.service-box{
  width: 100%;
  padding: var(--content-pad);
  border-radius: 30px;
}

.service-box1{
  width: 100%;
  height: 400px;
  background-color: #F0F6FE;
  background-image: url(../img/sub/service1_img.png);
  background-repeat: no-repeat;
  background-position-x: right ;
  background-position-y:calc(100% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-box1 h4{
  color: #595959;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 30.8px */
}

.service-box1 h4 span{
  color: #FF7656;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.service-box1 p{
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.service-box2{
  width: 100%;
  height: 320px;
  display: flex;
  justify-content: space-between;
  background-color: #2AC1BC;
}

.service-box2 .left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-box2 .left .txt{
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.service-box2 .left .txt span{
  color: #F9C900;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.activate-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.activate-btn{
  width: 100%;
  height: 360px;
  padding:var(--content-pad);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 30px;
  border: 1px solid #DDD;
  background: #FFF;
  text-align: center;
}

.activate-btn p{
  color: #0B0D0F;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.qa-box{
  width: 100%;
  height: 250px;
  border-radius: 30px;
  border: 1px solid #DDD;
  background: #FFF;
  padding:var(--content-pad);
  display: flex;
  flex-direction: column;
  background-image: url(../img/sub/qa_img.png);
  background-repeat: no-repeat;
  background-position-x:calc(100% - 20px);
  background-position-y:calc(100% - 20px);
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.qa-box h4{
  color: #0B0D0F;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.order-wrap{
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}

.order-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order-box .img{
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border:1px solid var(--main-color);
  margin-bottom: 20px;
  display: flex;
  align-self: center;
  justify-content: center;
}

.order-box .img span{
  display: flex;
  align-items: center;
}

.order-box p{
  color: #0B0D0F;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
} 

.arrow{
  min-width: 30px;
}

.usim-wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}

.usim-wrap > div{
  width: 50%;
}

.step-wrap{
    display: flex;
    flex-direction: column;
    gap: 30px;

}

.left-usim, .right-usim{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.top-usim{
    position: relative;
    max-width: 320px;
    text-align: center;
}

.top-usim.lg-top-usim img:first-of-type{
  max-width: 100%;
  width: 100%;
}

.top-usim img:first-of-type{
  max-width: 80%;
  width: 100%;
}

.top-usim img:last-of-type{
  max-width: 120px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.left-bottom-list{
  margin-top: 20px;
}

.left-bottom-list ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.left-bottom-list ul:last-of-type{
  margin-top: 10px;
}

.logo8{
  max-width: 150px;
}

.step-box{
    width: 100%;
    border-radius: 20px;
    border: 1px solid #DDD;
    overflow: hidden;
    display: flex;
    position: relative;

}

.step-box img{
  width: 100%;
  height: 100%;
  max-height: 500px;
}

.step-box .left{
  min-width: 330px;
  max-width: 330px;
}

.step-box .left span{
  display: block;
  width: 100%;
}

.step-box .right{
    padding: var(--content-pad);
}
.step-num{
    display: inline-block;
    padding: 14px 28px;
    border-radius: 10px;
    background: #A6CE39;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.kt-step-num{
      display: inline-block;
    padding: 14px 28px;
    border-radius: 10px;
    background: #5433EC;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.lg-step-num{
      display: inline-block;
    padding: 14px 28px;
    border-radius: 10px;
    background: #176BF3;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.step-title{
    color: #222;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
}

.step-content{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap:12px;
}

.step-content + .common-btn{
    margin-top: 50px;
}

.step-content p{
    color: #414141;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4
}

.step-content p strong{
    color: #242424;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.step-content p span.kt{
    color: #E50013;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.step-content p span.lg{
    color: #E52888;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.step-content p span.green{
    color: #A6CE39;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.step-content p.qna{
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.step-content p.step-txt{
    color: #414141;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.step-content ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
}

.step-content ul li{
    color: #FF4D30;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style-type: disc;
}

.step-content ul li strong{
    color: #FF4D30;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.step-content ul li span{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
}

.step-img{
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 150px;
  aspect-ratio: 4/3;
}

.step-finish{
    width: 100%;
    border-radius: 20px;
    border: 1px solid #DDD;
    padding:var(--content-pad);
    gap: 60px;
    text-align: center;
}

.step-finish .step-content ul li{
    display: inline-block;
    margin-bottom: 40px;
}

.step-finish .step-content{
    display: block;
}

.contact-list{
  display: flex;
  align-items: center;
  justify-content: center;  
  gap: 30px;
}

.usim-contact-list{
    display: flex;
  align-items: center;
  justify-content: flex-start;
    gap: 30px;
}

.usim-contact-list .img{
  width: 60px;
}

.usim-contact-list .img img{
  width: 100%;
}

.usim-contact-list p{
  margin-top: 0;
}


.contact-list a{
  transform: translateY(0px);
}

.contact-list a:hover{
  transform: translateY(-1px);
}

.step-content .contact-list p{
  font-size: 20px;
  font-weight: 700;
  color: #0B0D0F;
}

#bo_cate_ul{
  display: flex;
  align-items: center;
  justify-content: center;
}

#bo_cate #bo_cate_on{
  background-color: var(--main-color);
}


#faq_con h3{
    display: flex;
    align-items: center;
    height: 70px;
}
#faq_wrap li h3 .tit_bg{
  position: relative;
  top:0;
  left:0;
}
.tit_bg{
  color: var(--main-color);
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; 
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#faq_con h3 a{
    width: 100%;
    padding: 0 24px;
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}


.faq-icon{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.con_inner{
    padding: var(--content-pad); 
    background: #FAFAFA;
    border-top: 1px solid #ddd
}

.con_inner p{
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


@media screen and (max-width:1280px) {
    .sub-content + .sub-content{
      margin-top: 80px;
    }
    .sub-title h3{
      font-size: 30px;
    }
    .sub-title p{
      font-size: 18px;
    }
    .sub-title{
      margin-bottom: 80px;
    }
    .tab-btn-wrap .tab-btn{
      font-size: 18px;
      padding: 16px 30px;
    }
    .plan-box{
      padding: var(--content-pad);
    }
    .content-label{
      font-size: 24px;
      margin-bottom: 30px;
    }
    .plan-list{
      gap: 20px;
    }
    .plan-box h4{
      font-size: 20px;
    }
    .plan-price{
      font-size: 18px;
    }
    .plan-price span{
      font-size: 24px;
    }
    .usim-box .left p{
      font-size: 26px;
    }
    .service-box1 h4, .service-box1 h4 span{
      font-size: 20px;
    }
    .service-box1{
      height: 350px;
      background-size: 40%;
      background-position-y: calc(100% - 80px);
    }
    .service-box2{
      height: 280px;
    }
    .service-box2 .left .txt , .service-box2 .left .txt span{
      font-size: 20px;
    }
    .activate-wrap{
      gap: 20px;
    }
    .activate-btn{
      height: 300px;
    }
    .activate-btn p{
      font-size: 30px;
    }
    .qa-box{
      height: 200px;
    }
    .qa-box h4{
      font-size: 30px;
    }
    .order-wrap{
      gap: 10px;
      justify-content: space-between;
    }
    .order-box p{
      font-size: 20px;
    }
    .arrow{
      display: none;
    }
    .step-num{
      padding: 10px 24px;
      font-size: 20px;
    }
    .step-title{
      font-size: 28px;
    }
    .step-content p, .step-content p span.kt, .step-content p span.lg, .step-content p span.green, .step-content p.step-txt{
      font-size: 18px;
    }
    .step-content p.qna{
      font-size: 20px;
    }
    .step-content ul li, .step-content ul li strong{
      font-size: 18px;
    }
    .step-finish{
      gap: 50px;
    }
    .board_tlb table th, .board_tlb table td{
      font-size: 16px;
      padding: 30px 10px;
    }
    .board_tlb table td span, .board_tlb table td span{
      font-size: 16px;
    }
    .board_tlb table td.writer{
      width: 120px;
    }
    #faq_con h3 a{
      font-size: 16px;
    }
    .con_inner p{
      font-size: 14px;
    }
}

@media screen and (max-width:991px){
  .order-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .mo_num{
    display: none;
  }
}

@media screen and (max-width:768px) {
    .sub-content + .sub-content{
      margin-top: 70px;
    }
    .sub-title{
      margin-bottom: 60px;
    }
    .sub-title h3{
        font-size: 24px;
    }
    .sub-title p{
        font-size: 16px;
        margin-top: 16px;
    }
    .tab-btn-wrap{
      gap: 14px;
      flex-wrap: wrap;
    }
    .tab-btn-wrap .tab-btn{
      font-size: 16px;
      padding: 14px 22px;
    }
    .content-label{
      font-size: 20px;
      margin-bottom: 20px;
    }
    .plan-list{
      gap: 10px;
      grid-template-columns: repeat(1, 1fr);
    }
    .plan-tag span{
      font-size: 12px;
    }
    .plan-box h4{
      font-size: 18px;
    }
    .plan-info li p{
      font-size: 14px;
    }
    .plan-price{
      font-size: 16px;
    }
    .plan-price span{
      font-size: 22px;
    }
    .usim-box{
      flex-direction: column;
      gap: 20px;
      border-radius: 20px;
    }
    .usim-box .left p{
      font-size: 22px;
    }
    .logo-list{
      gap: 20px;
      margin-bottom: 10px;
    }
    .logo-list span img{
      max-height: 20px;
    }
    .usim-box .right, .usim-box .right.lg_right{
      max-width: 320px;
      display: flex;
      justify-content: center;
      margin: 0 auto;
    }
    .usim-box .right img{
      max-width:80%;
    }
    .usim-box .right.lg_right img:first-of-type{
      max-width: 100%;
    }
    .usim-box .right img:last-of-type{
      max-width: 35%;
    }
    .service-box1 h4, .service-box1 h4 span{
      font-size: 18px;
    }
    .service-box1{
      height: 300px;
      border-radius: 20px;
    }
    .service-box1 p{
      font-size: 14px;
    }
    .service-box2 .left .img{
      max-width: 50%;
    }
    .service-box2{
      height: 260px;
      border-radius: 20px;
    }
    .service-box2 .left .txt , .service-box2 .left .txt span{
      font-size: 18px;
    }
    .activate-wrap{
      flex-direction: column;
      gap: 10px;
    }
    .activate-btn{
      height: 260px;
      border-radius: 20px;
    }
    .activate-btn p{
      font-size: 26px;
    }
    .activate-btn img{
      width: 30%;
    }
    .qa-box{
      border-radius: 20px;
      background-size: 30%;
    }
    .qa-box h4{
      font-size: 26px;
    }
    .order-box p{
      font-size: 18px;
    }
    .step-box{
      flex-direction: column;
      gap: 20px;
    }
    .step-box .left{
      max-width: 70%;
      text-align: center;
      margin: 0 auto;
    }
    .step-num{
        padding: 8px 20px;
        font-size: 18px;
    }
    .kt-step-num, .lg-step-num{
      padding: 8px 20px;
        font-size: 18px;
    }
    .step-img{
      position: relative;
      bottom: 0;
      right: 0;
    }
    .step-title{
      font-size: 24px;
    }
    .step-content p, .step-content p span.kt, .step-content p span.lg, .step-content p span.green, .step-content p.step-txt{
      font-size: 16px;
    }
    .step-content p.qna{
      font-size: 18px;
    }
    .step-content ul li, .step-content ul li strong{
      font-size: 16px;
    }
    .step-finish{
      gap: 50px;
    }
    .board_tlb table th, .board_tlb table td{
      padding: 20px 10px;
    }
    .board_tlb table td{
      font-size: 14px;
    }
    .board_tlb table td span,   .board_tlb table td a{
      font-size: 14px;
    }
    .usim-wrap{
      flex-direction: column;
      align-items: center;
      gap: 40px;
    }
    .usim-wrap > div{
      width: 100%;
    }
    .top-usim img:last-of-type{
      max-width: 35%;
    }
}

@media screen and (max-width:500px){
  .order-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .order-box .img{
    width: 100px;
  }
}