﻿.exit_popup {
    transition-timing-function: ease-out;
} 
  .exit_popup * {
    margin: 0px; 
    padding: 0px; 
    box-sizing: border-box; 
  }
  .exit_popup a {
    text-decoration: none;
  }
  .exit_popup .mask {
    background: rgb(0, 0, 0);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.2 !important;
    z-index: 996 !important;
  }
  .exit_popup .prd_top_tit{
    padding:0 4vw !important;
    color:#150f96;
    font-size:4vw; 
    font-weight:normal; 
    text-align:left;
    line-height:2.0
  }
  .exit_popup .prd_top_tit strong{
    color:#000; 
    font-size:5.5vw; 
    font-weight:bold;
    line-height:1.0
  }
  .exit_popup .popup_contents img{
    width:35% !important; 
    position:relative;
    left: 35%;
    transform: translate(-50%, 0);
    padding:5vw 0 !important; 
    animation:Bounce 0.5s ease 1 normal both;
}
@keyframes Bounce {
  0%, 20%, 53%, 80%, 100% {transform:translate3d(0,0,0);}
  40%, 43% {transform:translate3d(0, -30px, 0)}
  70% {transform:translate3d(0, -15px, 0);} 
  90% {transform:translate3d(0,-4px,0);}
}
  .exit_popup .popup_close_text a{
    display:block;
    text-align: center;
    color:#4B4E53;
    font-size: 3.5vw !important; 
    margin-top:2vw !important;
  }

/* 동의팝업 이탈 시 agree */
  .exit_popup .exit_popup1_agree .popup_contents {
    padding:10vw 5.5vw 3vw !important;
    border: 0px currentColor;
    border-radius:10vw 10vw 0 0;
    background-color:#fff;
    vertical-align: middle;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 997 !important;
  }
  .exit_popup .exit_popup1_agree .prd_top_tit{
    padding:0 4vw !important;
    color:#666;
    font-size:4vw; 
    font-weight:normal; 
    text-align:left;
    line-height:2.0
  }
  .exit_popup .exit_popup1_agree .popup_btn {
    border-radius:50vw;
    width: 88.8vw;
    height: 16vw;
    background: #7ACB00;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #000;
    line-height: 16vw;
    font-size: 4.5vw;
  }
  .exit_popup .exit_popup1_agree .popup_close {
    position:fixed;
    display: inline-block;
    overflow: visible;
    z-index: 997 !important;
    right: 0;
    margin-right: 5.5vw;
    bottom: 84vw;
    background: url(btn_ly_close_bk.png) 0 0 no-repeat;
    background-size: 5vw auto;
    width: 5vw;
    height: 5vw;
  }

/* GNB 로고 클릭 시 logo */
  .exit_popup .exit_popup1_logo .popup_contents {
    padding:10vw 5.5vw 3vw !important;
    border: 0px currentColor;
    border-radius:10vw 10vw 0 0;
    background-color:#fff;
    vertical-align: middle;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 997 !important;
  }
  .exit_popup .exit_popup1_logo .popup_btn {
    border-radius:30vw;
    width: 88.8vw;
    height: 16vw;
    background: #7ACB00;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #000;
    line-height: 16vw;
    font-size: 4.5vw;
  }
  .exit_popup .exit_popup1_logo .popup_close {
    position:fixed;
    display: inline-block;
    overflow: visible;
    z-index: 997 !important;
    right: 0;
    margin-right: 5.5vw;
    bottom: 115vw;
    background: url(btn_ly_close_bk.png) 0 0 no-repeat;
    background-size: 5vw auto;
    width: 5vw;
    height: 5vw;
  }
  .exit_popup .prd_top_subtit{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    background-color: #F9F9F9;
    border-radius: 5vw;
    margin: 0 0 4vw;
    padding: 1vw 0
  }
  .exit_popup .prd_top_subtit .prd_top_subtit_detail{
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
    width:100%;
    padding: 3vw 10vw;
  }
  .exit_popup .prd_top_subtit_detail:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
  }
  .exit_popup .prd_top_subtit img{
    width:8vw !important;
    height:8vw !important;
    left: 0!important;
    transform:none!important;
    padding:0 !important;
  }
  .exit_popup .prd_top_subtit .subtit{
    font-size:3.5vw;
    font-weight:200;
    color:#4B4E53;
    padding-left:3vw
  }
 .exit_popup .prd_top_subtit .subtit strong{
    font-weight:500;
    color:#000
  }


/* 일정 시간 이후 time */
  .exit_popup .exit_popup1_time .popup_contents {
    padding:10vw 5.5vw 3vw !important;
    border: 0px currentColor;
    border-radius:10vw 10vw 0 0;
    background-color:#fff;
    vertical-align: middle;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 997 !important;
  }
  .exit_popup .exit_popup1_time .popup_btn {
    border-radius:4vw;
    width: 88.8vw;
    height: 16vw;
    background: #FFE401;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #000;
    line-height: 16vw;
    font-size: 4.5vw;
  }
  .exit_popup .exit_popup1_time .popup_close {
    position:fixed;
    display: inline-block;
    overflow: visible;
    z-index: 997 !important;
    right: 0;
    margin-right: 5.5vw;
    bottom: 114vw;
    background: url(btn_ly_close_bk.png) 0 0 no-repeat;
    background-size: 5vw auto;
    width: 5vw;
    height: 5vw;
  }
.exit_popup1_time .my_info_box{position:relative;width:100%;margin:0 auto;/* padding: 3vw 5.5vw 1vw; */}
.exit_popup1_time .item{width:100%;height:13vw;border:1px solid #D7D7D7;border-radius:3vw;box-sizing:border-box !important;color:#000;margin-bottom:2vw !important;padding:0 !important}
.exit_popup1_time .item input{border:none;font-size:4vw;text-align:left;height:100%;width:100%;border-radius: 3vw;padding: 0 10px !important;}
.exit_popup1_time .item input:focus{border:1.5px solid #150f96;border-radius:3vw;outline:none;box-shadow: 0.1vw 0.1vw 2vw  #d7d7d7}
.exit_popup1_time .item input:-ms-input-placeholder{color:#000}
.exit_popup1_time .item input:-moz-input-placeholder{color:#000}
.exit_popup1_time .item input::-webkit-input-placeholder{color:#000}
.exit_popup1_time .item .dot{font-size:4vw;display:inline-block;padding-top:1vw;margin-left:5vw;color:#000;letter-spacing:1vw;vertical-align:middle;margin-left:3px;letter-spacing:1px;}
.exit_popup1_time .item input.short1{width:45%;margin-right:5px;font-size: 4vw;}
.exit_popup1_time .item input.short2{width:10vw !important;margin-left:5px;font-size: 4vw;}
.exit_popup1_time .item .g_sel_01 + input {width: 63vw !important;}
.exit_popup1_time .g_sel_01 {width: 24vw !important; height: 100% !important; border: none; font-size: 4vw; padding: 0 10px !important;; color: #000;}
.exit_popup1_time .btn_wrap_new {display:flex;padding:2vw 0 2vw  !important;position:relative;bottom:0;width:100%;z-index:1  !important;background:#fff;}
.exit_popup1_time .btn_wrap_new .btn_prd_arrow{position:relative;float:left;text-align:center;color:#000;width:100%;height:16vw;padding:5.7vw 0 !important;border:none;border-radius: 30vw;background-color:#ffc617;font-size:4.5vw;font-family:'SpoqaBold',Spoqa;font-weight:bold;line-height:1;z-index:1;}
.exit_popup1_time .btn_wrap_new .btn_prd_arrow:after{
    content: '';
    display: inline-block;
    width: 4.2vw;
    height: 5vw;
    vertical-align: middle;
    margin-left: 1.5vw;
    background: url(bg_btn_arrow2.png) no-repeat;
    background-size: 100%;
}
.exit_popup1_time .item .label {
    display: inline;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 0;
    line-height: 0;
    font-size: 1px;
    color: transparent;
    margin: -1px;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
}
.fee-grid {
  display: grid;
  grid-template-columns: 60% 40%;
}
.fee-grid > p {
  word-break: keep-all;
  margin: 0;
  padding: 2px 10px;
  text-align: center;
}
.fee-grid__head {
  font-weight: bold;
  color: #150f96;
  border-bottom: 1px solid #1b1b1b;
}
.fee-note {
  margin-top: 8px;
} .prd_top .prd_info_list li:before {
background:#f3f5f9;
  border-radius:18px;
  width:40px;
  height:40px;
  content:'' !important;
  top:4.5px;
}
 .main-ico {
  position: absolute;
  left: 9px;
  width: 24px;
  top: 13px;
  
}

.prd_info {
padding: 0 !important;
}
 .prd_top .prd_info_list{
 padding:20px 10px 0}
 .prd_top .prd_info_list li {
  padding-left:14vw;
}
              .prd-award {
                      background: #fef8eb;
				border:1px solid rgba(255,182,23,0.20);
                      border-radius: 18px;
                      padding: 18px 20px;
                      display: flex;
                      align-items: center;
                      gap: 6px;
				margin-top:20px
                    }
                    .prd-award__ico {
                      width: 32px;
                      height: 32px;
                      flex: 0 0 auto;
                    } /* 카운트업 중 자릿수 흔들림 방지 */
                    .prd-award__txt .js-countup {
                      display: inline-block;
                      font-variant-numeric: tabular-nums;
                    }
                    .prd-award__txt b {
                      color: #1c1e23;
                      text-align: center;
                      font-size: 18px;
                      font-style: normal;
                      font-weight: 700;
                      line-height: 160%; /* 28.8px */
                      letter-spacing: -0.54px;
                    }
                    .prd-award__txt b .hl {  
					  
                      color: #6526d9;
                      text-align: center;
                    }
 .prd-award__txt b .hl_2{
                         font-size: 16px;        font-style: normal;   color: #1c1e23;
 }
                    .prd-award__txt small {
                      color: #717983;

                      font-size: 12px;
                      font-style: normal;
                      font-weight: 400;
                      line-height: 180%; /* 22.4px */
                      letter-spacing: -0.36px;
                    }

                    .prd-hero__caption {
                      color:  #a4aeb9;
                      text-align: center;
                      font-size: 11px;
					  margin-top:10px;
                      font-style: normal;
                      font-weight: 400;
                      line-height: 160%; /* 17.6px */
                    }/* 핵클 type_A start */
/* 기존 css */
/* 핵클 type_A end */

/* 핵클 type_B start */
#hack_test_type_B .prd_top_new.type1 {
  padding: 0;
}

#hack_test_type_B .prd_top_new.type1 .prd_info {
  padding: 0;
}

#hack_test_type_B .feature_wrap .feature_area {
  padding: 0;
  border-top: 1px solid #d7d7d7;
  box-sizing: border-box
}

#hack_test_type_B .ly_ft_banner .prd_inp_wrap_new {
  bottom: -7vw;
}


/* 핵클 type_B end */
/* 핵클 type_C start */
body #hack_test_type_C  
,body #hack_test_type_C_bottom {
  --blue: #2f58ed;
  --blue-accent: #2F58ED;
  --ink: #000;
  --muted: #4b4e53;
  --card: #f3f5f9;
  --card-blue: #ebf3ff;
  max-width: 720px;
  margin: 0 auto;
  font-family: "spoqa" !important;
  color: var(--ink);
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
}

.promo *,
.promo *::before,
.promo *::after {
  box-sizing: border-box;
}

.promo_lina_sans {
  font-family: "LINASans" !important;
}

/* 상품명 */
.promo__product {
  margin: 0 0 8px;
  font-size: 12px;
  color: var(--muted);
}

/* 배지 (공통) */
.promo__badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.promo__title__badge {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 50px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

/* 타이틀 */
.promo__title {
  margin: 12px 0 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.6;
}

.promo__title-accent {
  color: var(--blue-accent);
  font-style: normal;
}

/* 비주얼 */
.promo__visual {
  margin: 8px auto 10px;
  display:flex;
  justify-content:center;
}

.promo__visual-img {
  width: 120%;
  height: auto;
}

/* 특징 카드 */
.promo__features {
  list-style: none;
  margin: 0;
  padding:20px;
  border: 1px solid var(--card);

  text-align: left;
  border-radius: 12px;
  border: 1px solid #DFE4EB;
  background: #FFF;
  box-shadow: 44px 47px 18px 0 rgba(207, 207, 207, 0.00), 28px 30px 16px 0 rgba(207, 207, 207, 0.01), 16px 17px 14px 0 rgba(207, 207, 207, 0.05), 7px 7px 10px 0 rgba(207, 207, 207, 0.09), 2px 2px 6px 0 rgba(207, 207, 207, 0.10);
}

.promo__feature {
  display: flex;
  align-items: center;
  gap: 12px;
}

.promo__feature+.promo__feature {
  margin-top: 12px;
}

.promo__feature-icon img {

  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.promo__feature-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.promo__feature-title {
  font-size: 16px;
  font-weight: 700;
}

.promo__feature-desc {
  font-size: 14px;
  color: var(--muted);
}

/* 상담 카드 */
.promo__consult {
  margin-top: 16px;
  padding: 16px;
  background: var(--card-blue);
  border-radius: 12px;
}

.promo__consult-text {
  margin: 8px;
  font-size: 14px;
  color: #000;
}

.promo__consult-tel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--ink);
  text-decoration: none;
}

.promo__consult-tel-ico {

  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
}

.promo__consult-tel-ico img {
  width: 100%;
}


/* 신뢰 배지 */
.promo__trust {
  list-style: none;
  margin: 20px 0 ;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.promo__trust-item {
  padding: 12px;
  background: var(--card);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.promo__trust-icon img {
  width: 32px;
}

.promo__trust-label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

/* 반응형 */
@media (max-width: 480px) {
  .promo__title {
    font-size: 24px;
  }

  .promo__feature-title {
    font-size: 16px;
  }

  .promo__consult-tel {
    font-size: 20px;
  }
}


.cover {
  max-width: 720px;
  margin: 0 auto;
  border-bottom: 1px solid #DFE4EB !important;
  padding: 44px 0 !important;
  font-family: "spoqa";
  color: #000 ;
  box-sizing: border-box;
}

.cover *,
.benefit *,
.cover *::before,
.benefit *::before {
  box-sizing: border-box;
}


.cover__img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 24px;
}

.cover__title {
  margin: 8px;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  font-family: "LINASans" !important;

  em {
    color: var(--blue-accent);
    display: block;
  }
}

.cover__title_desc {
color: #4b4e53;
  font-size:12px;
}

/* 고지 = ul > li */
.cover__notice {
  list-style: none;
  margin: 16px 0 0;
  padding: 12px;
  border: 1px solid #DFE4EB;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #717983;
  text-align: left;
}

.cover__notice-item,
.benefit__notice-item {
  position: relative;
  word-break: keep-all;

}




.cover__notice-item+.cover__notice-item {

}
.content_tabs-desc {
text-align: left;
}

