section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
.mc-con{ 
    max-width:1480px; 
    width:100%; 
    margin:0 auto; 
    padding: 0 20px;
    position: relative;
    z-index: 4;
}

.main_sc{
    width: 100%; 
    position: relative; 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: cover;
    padding: 90px 0;
}

.mb-0{
    margin-bottom: 0 !important;
}

/* 메인 섹션 */
#sc01{ 
    padding: 0;
    position: relative; 
    overflow: hidden;
}
#sc01::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.main-video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}
.main-video iframe {
    width: 177.77vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-slide{
    width: 100%;
    position: relative;
}
.mainswiper{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-next.mainnav, .swiper-button-prev.mainnav{
    width: 52px;
    height: 52px;
    margin-top: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(0, 0, 0, 0.20);
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    transition: .2s;
    z-index: 5;
}
.swiper-button-next.mainnav:hover, .swiper-button-prev.mainnav:hover{
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}
.swiper-button-next.mainnav{
    right: 24px;
}
.swiper-button-prev.mainnav{
    left: 24px;
}
.main-caption{
    width: 100%;
    max-width: 1480px;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
}
.main-tit{
    width: 100%;
    text-align: left;
}
.main-tit > h5{
    font-size: 19px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
    margin-bottom: 20px;
}
.main-tit > p{
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 24px;
}
.main-tit > h3{
    color: #FFF;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.main-tit > h3 > b{
    font-weight: 700;
}
.main-tit > span{
    display: inline-flex;
    padding: 12px 17px;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.90);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 40px;
}
.main-tit > span > span{
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1FA356;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(31, 163, 86, .5);
    animation: livePulse 2s infinite;
}
.sc01-btn-wrap{
    display: flex;
    gap: 14px;
    align-items: center;
}
.sc01-btn{
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 30px;
    border-radius: 12px;
    border: 1px solid;
    gap: 8px;
    align-items: center;
    transition: .2s;
}
.sc01-btn.sb1{
    background: #fff;
    box-shadow: 0 14px 30px -14px rgba(0, 0, 0, 0.45);
    border-color: #fff;
    color: #2E3A42;
}
.sc01-btn.sb1:hover{
    background: linear-gradient(135deg,#F2594A 0%,#E5372A 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px -12px rgba(192, 126, 21, .7);
    border-color: transparent;
}
.sc01-btn.sb2{
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}
.sc01-btn.sb2:hover{
    background: rgba(255,255,255,.16);
}
.main-plan{
    width: 50%;
}
.main-plan > h5{
    color: rgba(199, 145, 107, 0.95);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.4px;
    margin-bottom: 14px;
}
.mp-wrap{
    width: 100%;
    display: flex;
    gap: 14px;
}
.mp-box{
    display: block;
    width: calc((100% - 14px) / 2);
    padding: 30px 20px;
    border-radius: 16px;
    position: relative;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    transition: .3s;
}
.mp-box:last-child{
    border-color: rgba(199, 145, 107, 0.50);
}
.mp-box > span{
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(199, 145, 107, 0.22);
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #E2BC97;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.mp-tit > p{
    color: rgba(255, 255, 255, 0.50);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}
.mp-tit > h5{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}
.mp-tit{
    margin-bottom: 1rem;
}
.mp-cont > h3{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
}
.mp-cont > h3 > span{
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    font-weight: 400;
}
.mp-cont > p{
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
}
.mp-cont{
    margin-bottom: 30px;
}
.mp-btn{
    display: flex;
    align-items: center;
    gap: 6px;
    transition: .3s;
}
.mp-btn > p{
    font-size: 13px;
    color: #C7916B;
    font-weight: 400;
}
.mp-btn > span{
    font-size: 13px;
    color: #C7916B;
    font-weight: 400;
}
.mp-box:hover{
    transform: translateY(-4px);
    background: rgba(255, 255, 255, .13);
    border-color: rgba(199, 145, 107, .9);
}
.mp-box:hover .mp-btn{
    gap: 14px;
}

.mq-ban{
    width: 100%;
    background: #3E4E58;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .06);
}
.mq-ban > ul{
    display: flex;
    align-items: center;
    gap: 60px;
    white-space: nowrap;
    padding: 1rem 0;
    width: max-content;
    animation: mqMove 45s linear infinite;
}
.mq-ban > ul > li{
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    font-weight: 500;
    flex-shrink:0;
}
.mq-ban > ul > li > span{
    color: #8BABC1;
}

/* sc02 */
#sc02{
    background: linear-gradient(0deg, #F5F8FA 0%, #F5F8FA 100%), #FFF;
}
.care-grid{
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: 24px;
}
.care-slide{
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #D9E2E8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 45px;
}
.care-slide > h5{
    display: inline-flex;
    padding: 11px 17px;
    align-items: center;
    gap: 9px;
    border-radius: 50px;
    border: 1px solid rgba(31, 163, 86, 0.30);
    background: rgba(31, 163, 86, 0.12);
    font-size: 13px;
    color: #1FA356;
    font-weight: 700;
    margin-bottom: 1rem;
}
.care-slide > h5 > span{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1FA356;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(31, 163, 86, .5);
    animation: livePulse 2s infinite;
}
.care-slide > h3{
    font-size: 38px;
    color: #2E3A42;
    font-weight: 600;
    margin-bottom: 1rem;
}
.care-slide > p{
    font-size: 16px;
    color: #52616B;
    font-weight: 400;
    line-height: 1.6;
}

.care-flex{
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 24px;
    background: #fff;
    border: 1px solid #D9E2E8;
    box-shadow: 0 8px 24px -16px rgba(40, 52, 60, 0.35);
    transition: .3s;
}
.care-flex > h5{
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 1rem;
    font-size: 14px;
    color: #52616B;
    font-weight: 700;
}
.care-flex > h5 > span{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1FA356;
    animation: livePulse 1.8s infinite;
}
.care-box{
    position: relative;
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
    mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
}
.care-box > ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: liveUp 22s linear infinite;
}
.care-box:hover > ul{
    animation-play-state: paused;
}
.care-box > ul > li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 12px;
    background: #E5ECF0;
}
.care-box > ul > li > p{
    font-size: 12px;
    text-align: right;
    font-weight: 600;
    color: #8FA4B0;
}
.cv-tit{
    display: flex;
    align-items: center;
    gap: 11px;
}
.cv-tit > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #D9E2E8;
    font-size: 12px;
    color: #A87A4F;
}
.cv-tit > div{
    display: flex;
    align-items: center;
    gap: 5px;
}
.cv-tit > div > h5{
    font-size: 13px;
    color: #2E3A42;
    font-weight: 700;
}
.cv-tit > div > p{
    font-size: 13px;
    color: #52616B;
    font-weight: 400;
}
.cv-tit > div > span{
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #52616B;
}

.plan-ct{
    width: 100%;
    margin-bottom: 90px;
}
.plan-ct .sect-tit{
    text-align: center;
}
.why-grid{display:flex;gap:14px;height:clamp(360px,33vw,440px)}
.wcard{
  position:relative;
  flex:1 1 0;
  min-width:0;
  height:100%;
  border-radius:18px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow:0 8px 24px -16px rgba(40,52,60,.35);
  transition:flex .95s cubic-bezier(.16,1,.3,1);
  background-color: #666;
}
.wcard .wbody{
    position:relative;
    z-index:1;
    width:100%;
    padding:30px 28px 32px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:center;
    text-align:center;
    transition:.8s cubic-bezier(.16,1,.3,1);
    background: linear-gradient(to top,rgba(16,20,25,.9) 0%,rgba(16,20,25,.62) 33%,rgba(16,20,25,.24) 66%,rgba(16,20,25,0) 100%);
}
.wcard h3{
    font-size:clamp(18px,1.4vw,26px);
    font-weight:600;
    color:#fff;
    line-height:1.32;
    margin:0;
}
.wcard h3 span{color:#C7916B;}
.wcard p{
    font-size:14px;
    line-height:1.72;
    color:rgba(255,255,255,.74);
    margin:0;
    max-height:0;
    opacity:0;
    overflow:hidden;
    transition:max-height .9s cubic-bezier(.16,1,.3,1),opacity .7s ease,margin-top .8s cubic-bezier(.16,1,.3,1)
}

.plan-tit{
    width: 100%;
    margin-bottom: 40px;
}
.plan-tit > h3{
    color: #2E3A42;
    font-size: 42px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 9px;
}
.plan-tit > h3 > span{
    display: inline-block;
    font-size: 34px;
    color: #C7916B;
}
.plan-wrap{
    width: 100%;
    display: flex;
    gap: 24px;
    margin-bottom: 90px;
}
.plan-box{
    width: calc((100% - 48px) / 3);
    padding: 45px;
    border-radius: 24px;
    border: 1px solid #D9E2E8;
    background: #FFF;
    box-shadow: 0 8px 24px -16px rgba(40, 52, 60, 0.35);
    transition: .3s;
    position: relative;
}
.plan-box > span{
    position: absolute;
    top: 0;
    right: 36px;
    width: 44px;
    height: 58px;
    display: grid;
    place-items: center;
    color: #52616B;
    font-size: 18px;
    z-index: 3;
    background: #fff;
    box-shadow: 0 6px 16px -8px rgba(40, 52, 60, .45);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
    transition: .25s;
}
.pb-tit{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.pb-tit > h5{
    color: #8FA4B0;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}
.pb-tit > h3{
    color: #2E3A42;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.pb-tit > h3 > b{
    font-weight: 800;
}
.pb-tit > p{
    color: #52616B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6 ;
}
.pb-btn{
    width: 100%;
    display: flex;
    gap: 12px;
    margin-bottom: 34px;
}
.pb-btn > a{
    display: block;
    border-radius: 12px;
    border: 1px solid #D9E2E8;
    background: #FFF;
    text-align: center;
    transition: .2s;
    color: #2E3A42;
    font-size: 13.3px;
    font-weight: 700;
    padding: 1rem;
}
.pb-btn > a:first-child{
    width: 250px;
}
.pb-btn > a:first-child:hover{
    border-color: #ef4836;
    color: #D8392A;
}
.pb-btn > a:last-child{
    flex: 1;
}
.pb-btn > a:last-child:hover{
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg,#F2594A 0%,#E5372A 100%);
}
.pb-wrap{
    width: 100%;
    display: flex;
    gap: 10px;
    border-top: 1px solid #D9E2E8;
    padding-top: 35px;
    flex-wrap: wrap;
}
.pb-box{
    display: flex;
    width: calc((100% - 20px) / 3);
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
}
.pb-wrap.col2 .pb-box{
    width: calc((100% - 10px) / 2);
}
.pb-box > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    border: 1px solid #D9E2E8;
    background: #EEF3F6;
    box-shadow: 0 6px 16px -10px rgba(40, 52, 60, 0.40);
    color: #52616B;
    font-size: 24px;
    transition: .2s;
}
.pb-box > p{
    color: #2E3A42;
    font-size: 14px;
    font-weight: 600;
}
.pb-box:hover > span{
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg,#F2594A 0%,#E5372A 100%);
}
.plan-box:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 50px -28px rgba(40,52,60,.4);
}
.plan-box:hover > span{
    color: #fff;
    background: linear-gradient(135deg,#F2594A 0%,#E5372A 100%);
}

/* modal */
.plan-modal{
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 999999999999;
  display: flex;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}
.modal-ov{
  position: absolute;
  inset: 0;
  background: rgba(20, 28, 33, .55);
  backdrop-filter: blur(3px);
}
.modal-cont{
  position: relative;
  width: 100%;
  max-width: 450px;
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 30px 70px -34px rgba(40,52,60,.55);
  transition: .2s;
  opacity: 0;
  transform: translateY(18px) scale(.98);
  transition: opacity .25s ease, transform .25s ease;
}
.modal-cont .x{
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid #D9E2E8;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #52616B;
  font-size: 15px;
  transition: .2s;
}
.modal-cont .x:hover{
  background: #E5ECF0;
  color: #2E3A42;
}
.modal-cont > h5{
  font-size: 24px;
  font-weight: 600;
  color: #2E3A42;
  margin-bottom: 10px;
}
.modal-cont > p{
  font-size: 14px;
  color: #52616B;
  margin-bottom: 30px;
}
.modal-cont > p > span{
    font-weight: 800;
    color: #D8392A;
}
.form-box{
  width: 100%;
  margin-bottom: 1rem;
}
.form-box > h5{
  font-size: 13px;
  font-weight: 700;
  color: #52616B;
  margin-bottom: 8px;
}
.form-box > h5 > span{
  color: #D8392A;
}
.form-box > input{
  width: 100%;
  font-size: 15px;
  color: #2E3A42;
  border: 1px solid #D9E2E8;
  border-radius: 12px;
  padding: 14px 1rem;
  background: #fff;
}
.form-box > input::placeholder{
  color: #8FA4B0;
}
.form-box > input:focus{
  outline: none;
  border-color: #C7916B;
  box-shadow: 0 0 0 3px rgba(199,145,107,.14);
}
.form-select{
  width: 100%;
  font-size: 15px;
  color: #2E3A42;
  border: 1px solid #D9E2E8;
  border-radius: 12px;
  padding: 14px 12px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: .2s;
}
.form-select > span{
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 13px;
  color: #52616B;
}
.form-select select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  background: transparent;
  border: 0;
  font-size: 15px;
  color: #2E3A42;
}
.form-select select::placeholder{
  color: #8FA4B0;
}
.form-select:hover{
  outline: none;
  border-color: #C7916B;
  box-shadow: 0 0 0 3px rgba(199,145,107,.14);
}
.form-btn{
  width: 100%;
  padding-top: 8px;
}
.formbtn{
  display: flex;
  width: 100%;
  padding: 1rem;
  text-align: center;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg,#F2594A 0%,#E5372A 100%);
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: .2s;
}
.formbtn:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -16px rgba(192, 126, 21, .6);
}

.plan-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.plan-modal.is-active .modal-cont {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* sc03 */
#sc03{
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}
#sc03::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.sc03-tit{
    width: 100%;
    text-align: center;
}
.sc03-tit > h5{
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.sc03-tit > h3{
    color: #FFF;
    font-size: 62px;
    font-weight: 400;
    margin-bottom: 20px;
}
.sc03-tit > h3 > b{
    font-weight: 600;
}
.sc03-tit > p{
    color: rgba(255, 255, 255, 0.85);
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 6.6px;
}
.sc03-tit > p > b{
    font-weight: 700;
}

/* sc04 */
#sc04{
    background: linear-gradient(180deg, #F5F8FA 0%, #E5ECF0 100%);
}
.sc04-tit{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.sc04-tit > h3{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #2E3A42;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}
.sc04-tit > h3 > span{
    display: inline-flex;
    gap: 4px;
    padding: 7px 12px;
    border-radius: 20px;
    border: 2px solid #DF2620;
    background: #FFF;
    align-items: center;
    color: #DF2620;
    font-size: 14px;
    font-weight: 800;
    transform: rotate(-4deg);
}
.sc04-tit > p{
    color: #52616B;
    font-size: 17px;
    font-weight: 400;
}
.sc04-wrap{
    width: 100%;
    display: flex;
    gap: 36px;
    position: relative;
}
.sc04-wrap::before{
    content: "";
    position: absolute;
    top: 54px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #D9E2E8 0 8px, transparent 8px 16px);
    z-index: 1;
}
.sc04-box{
    width: calc((100% - 144px) / 5);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}
.sc04-box > div{
    display: flex;
    width: 108px;
    height: 108px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #D9E2E8;
    background: #FFF;
    box-shadow: 0 14px 34px -18px rgba(40, 52, 60, 0.50);
    margin-bottom: 20px;
    font-size: 40px;
    color: #52616B;
    transition: .2s;
}
.sc04-box > span{
    display: inline-block;
    padding: 7px 15px;
    border-radius: 6px;
    border: 1px solid #D9E2E8;
    background: #FFF;
    font-size: 13px;
    color: #2E3A42;
    font-weight: 800;
    margin-bottom: 12px;
    transition: .2s;
}
.sc04-box > h5{
    color: #2E3A42;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.sc04-box > p{
    color: #52616B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}
.sc04-box:hover > div{
    background: linear-gradient(135deg,#F2594A 0%,#E5372A 100%);
    color: #fff;
    border-color: transparent;
}
.sc04-box:hover > span{
    background: linear-gradient(135deg,#F2594A 0%,#E5372A 100%);
    color: #fff;
    border-color: transparent;
}

/* sc05 */
#sc05{
    background: #F5F8FA;
}
.sect-tit{
    width: 100%;
    margin-bottom: 40px;
}
.sect-tit > h5{
    color: #A87A4F;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.64px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sect-tit > h3{
    color: #2E3A42;
    font-size: 42px;
    font-weight: 600;
}
.sect-tit > h3 > b{
    font-weight: 800;
}
#sc05 .sect-tit{
    text-align: center;
}
.sc05-table{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 50px -28px rgba(40,52,60,.4);
}
.sc05-table > table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}
.sc05-table > table thead th{
    padding: 18px 1rem;
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
    border-bottom: 1px solid #D9E2E8;
    color: #2E3A42;
    font-weight: 800;
    line-height: 1.6;
    background: #F6F1EA;
}
.sc05-table > table tbody td{
    padding: 18px 1rem;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    border-bottom: 1px solid #D9E2E8;
    color: #52616B;
    font-weight: 400;
    line-height: 1.6;
    height: 74px;
}
.sc05-table > table thead th:first-child{
    background: #E5ECF0;
    font-size: 16px;
}
.sc05-table > table tbody td:first-child{
    background: #E5ECF0;
    color: #2E3A42;
    font-weight: 700;
}
.sc05-table > table thead th:nth-child(2){
    background: linear-gradient(113deg, #C7916B 0%, #A87A4F 100%);
    color: #fff;
}
.sc05-table > table tbody td:nth-child(2){
    background: #2E3A42;
    color: #fff;
    font-weight: 700;
}
.sc05-table > table tbody tr:last-child td{
    padding: 30px;
    background: linear-gradient(120deg,#2E3A46,#3E4E58);
    border-bottom: 0;
}
.sc05-table > table tbody tr:last-child td > span{
    display: inline-block;
    color: #2E3A46;
    font-weight: 800;
    background: #fff;
    line-height: 1;
    padding: 8px 14px;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 13px;
}
.sc05-table > table tbody tr:last-child td > h5{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: rgba(255, 255, 255, .92);
}
.sc05-table > table tbody tr:last-child td > h5 > span{
    display: inline-block;
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
}
.sc05-table > table thead th:nth-child(2) > span{
    display: inline-block;
    background-color: #fff;
    color: #A87A4F;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 6px;
    line-height: 1;
    margin-bottom: 6px;
}
.sc05-table > table thead th:nth-child(2) > h5{
    font-size: 23px;
    font-weight: 800;
}
.sc05-table > table thead th:nth-child(2) > h5 > span{
    display: inline-block;
    font-size: 21px;
    animation: blink 2.6s ease-in-out infinite;
}

/* sc06 */
#sc06{
    position: relative;
    background: #E5ECF0;
    padding: 0;
}
.sc06-wrap{
    width: 100%;
    display: grid;
    grid-template-columns: .85fr 2fr;
    gap: 48px;
    align-items: start;
}
#sc06 .sect-tit > h3{
    line-height: 1.35;
    font-size: 34px;
}
#sc06 .sect-tit > a{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    color: #2E3A42;
    transition: .2s;
    font-size: 16px;
    font-weight: 700;
}
#sc06 .sect-tit > a > span{
    display: inline-block;
    font-size: 14px;
}
#sc06 .sect-tit > a:hover{
    color: #D8392A;
}
.sc06-tit{
    position: sticky;
    top: 110px;
}
#sc06.pinned .sc06-tit{
    position: static;
    padding-top: 40px;
}
#sc06.pinned .mc-con{
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    padding-top: 96px;
    align-items: flex-start;
}
.sc06-cont{
    position: relative;
    height: calc(100vh - 200px);
    overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 7%, #000 90%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0, #000 7%, #000 90%, transparent 100%);
}
.rv-wrap{
    display: flex;
    gap: 24px;
    will-change: transform;
}
.rv-box{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.rv-box:last-child{
    margin-top: 48px;
}
.rv-card{
    width: 100%;
    padding: 30px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.04);
    border-radius: 18px;
    transition: .2s;
    box-shadow: 0 8px 24px -16px rgba(40,52,60,.35);
}
.rv-card:hover{
    transform: translateY(-4px);
}
.rv-star{
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    color: #C7916B;
}
.rv-card > h3{
    font-size: 19px;
    font-weight: 800;
    line-height: 1.4;
    color: #2E3A42;
    margin-bottom: 12px;
}
.rv-card > p{
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #52616B;
}
.rv-card > h5{
    font-size: 14px;
    color: #8FA4B0;
    font-weight: 600;
    padding-top: 1rem;
    border-top: 1px solid #D9E2E8;
}

/* sc07 */
#sc07{
    background: #F5F8FA;
}
.sect-tit > p{
    font-size: 16px;
    font-weight: 400;
    color: #52616B;
    line-height: 1.6;
    margin-top: 1rem;
}
.sc07-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 55px;
    border-radius: 24px;
    background: linear-gradient(120deg,#fff,#E5ECF0);
    border: 1px solid #D9E2E8;
    box-shadow: 0 8px 24px -16px rgba(40,52,60,.35);
}
.sc07-box{
    width: calc((100% - 50px) / 2);
}
.sc07-box > ul > li{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    font-size: 15px;
    color: #2E3A42;
    font-weight: 600;
}
.sc07-box > ul > li > span{
    display: inline-block;
    font-size: 15px;
    color: #1FA356;
}
.sc07-box > ul > li:last-child{
    margin-bottom: 0;
}
.sc07-form{
    width: 100%;
    background: #fff;
    border: 1px solid #D9E2E8;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 24px -16px rgba(40,52,60,.35);
}
.sc07-form > h5{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2E3A42;
}
.sc07-form > p{
    font-size: 13px;
    margin-bottom: 30px;
    color: #52616B;
    font-weight: 400;
}
.form-wrap{
    width: 100%;
    display: flex;
    gap: 10px;
}
.form-wrap > .form-box{
    width: calc((100% - 20px) / 3);
}
.form-etc{
    text-align: center;
    font-size: 12px;
    color: #8FA4B0;
    font-weight: 400;
    margin-top: 1rem;
}
.radio-wrap{
    width: 100%;
    display: flex;
    gap: 10px;
}
.radio-box{
    width: calc((100% - 20px) / 3);
}
.radio-box > label{
    position: relative;
    cursor: pointer;
}
.radio-box > label > input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.radiobtn{
    font-size: 15px;
    color: #2E3A42;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 4px;
    padding: 1rem 5px;
    border-radius: 12px;
    text-align: center;
    transition: .2s;
    border: 1px solid #D9E2E8;
}
.radiobtn > span{
    display: inline-block;
    font-size: 12px;
    color: #8FA4B0;
}
.radio-box > label > input:checked + .radiobtn{
    border-color: #C7916B;
    background: rgba(199,145,107,.14);
    box-shadow: 0 0 0 1px #C7916B;
}

@media(min-width:769px){
    .ms-img{
        width: 100%; 
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 680px;
    }
	.ms-img-m{
        display: none;
    }

    .wcard:hover{flex:2.6 1 0}
    .wcard:hover .wbody{align-items:flex-start;text-align:left}
    .wcard:hover p{max-height:140px;opacity:1;margin-top:10px}

    .sc05-card-table{
        display: none;
    }
}
@media(min-width:1200px){

    .d-lg-flex{
        display: flex;
    }

	.ani.up.delay{
        transition: 1s opacity 0.2s, 1s transform 0.2s;
    }
    .ani.up.delay2{
        transition: 1s opacity 0.5s, 1s transform 0.5s;
    }
    .ani.up.delay3{
        transition: 1s opacity 0.8s, 1s transform 0.8s;
    }

    .pb-box{
        margin-bottom: 14px;
    }
    .pb-box:nth-child(4), .pb-box:nth-child(5), .pb-box:nth-child(6){
        margin-bottom: 0;
    }
}
@media(min-width:1441px){
    .swiper-pagination.mainpn{
        display: none;
    }
}

@media(max-width:1600px){
    .mc-con{
        max-width: 1300px;
    }
    .ms-img{
        height: 600px;
    }
    .main-caption{
        max-width: 1300px;
    }

    .plan-wrap{
        gap: 1rem;
    }
    .plan-box{
        width: calc((100% - 2rem) / 3);
        padding: 45px 30px 40px;
    }
    .pb-btn > a:first-child{
        width: 200px;
    }
    .pb-box > p{
        font-size: 13px;
    }

    .why-grid{
        gap: 10px;
    }

    .sc07-wrap{
        gap: 24px;
        padding: 45px;
    }
    .sc07-box {
        width: calc((100% - 24px) / 2);
    }
}
@media(max-width:1440px){
    .ms-img{
        height: 580px;
    }
    .swiper-button-next.mainnav, .swiper-button-prev.mainnav{
        display: none;
    }
    .swiper-pagination.mainpn{
        display: block;
        bottom: 1rem !important;
    }
    .swiper-pagination.mainpn .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        border-radius: 30px;
        transition: .5s;
    }
    .swiper-pagination.mainpn .swiper-pagination-bullet-active{
        width: 30px;
        background: #C7916B;
    }
    
    .main-tit > h5{
        font-size: 17px;
        margin-bottom: 1rem;
    }
    .main-tit > h3{
        font-size: 52px;
        margin-bottom: 1rem;
    }
    .main-tit > p{
        font-size: 16px;
    }
    .main-tit > span{
        padding: 10px 15px;
    }
    .sc01-btn{
        padding: 1rem 24px;
        font-size: 15px;
    }
    .sc01-btn-wrap{
        gap: 10px;
    }

    .mq-ban > ul{
        gap: 30px;
    }

    .plan-tit > h3{
        font-size: 36px;
    }
    .plan-tit > h3 > span{
        font-size: 26px;
    }
    .plan-tit{
        margin-bottom: 30px;
    }
    .pb-tit > h5{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .pb-tit > h3{
        font-size: 30px;
        margin-bottom: 12px;
    }
    .pb-tit > p{
        font-size: 15px;
    }
    .pb-tit{
        margin-bottom: 20px;
    }
    .pb-btn > a{
        font-size: 13px;
        padding: 14px;
    }
    .pb-btn{
        gap: 10px;
        margin-bottom: 24px;
    }
    .pb-btn > a:first-child{
        width: 185px;
    }
    .pb-wrap{
        padding-top: 24px;
    }
    .plan-box{
        width: calc((100% - 20px) / 3);
        padding: 45px 30px 30px;
    }
    .plan-wrap{
        gap: 10px;
    }

    .sect-tit > h5{
        margin-bottom: 1rem;
    }
    .sect-tit > h3{
        font-size: 36px;
    }
    .sect-tit{
        margin-bottom: 30px;
    }
    .care-grid{
        gap: 1rem;
    }
    .care-slide > h5{
        padding: 10px 15px;
        font-size: 12px;
    }
    .care-slide > h3{
        font-size: 32px;
        margin-bottom: 12px;
    }
    .care-slide > p{
        font-size: 15px;
    }

    .sc03-tit > h5{
        font-size: 15px;
        margin-bottom: 1rem;
    }
    .sc03-tit > h3{
        font-size: 52px;
        margin-bottom: 1rem;
    }
    .sc03-tit > p{
        font-size: 20px;
    }

    #sc06 .sect-tit > h3{
        font-size: 32px;
    }
    #sc06 .sect-tit > a{
        margin-top: 24px;
        font-size: 15px;
    }
    #sc06 .sect-tit > a > span{
        font-size: 12px;
    }
    .sc06-cont{
        height: calc(100vh - 120px);
    }
}
@media(max-width:1199px){
    .d-none{
        display: none;
    }
    
    .mc-con{
        padding: 0 20px;
    }

    .main-tit > h3{
        font-size: 48px;
    }
    .sc01-btn{
        font-size: 14px;
    }

    .main_sc{
        padding: 70px 0;
    }
   
    .plan-tit > h3{
        font-size: 32px;
    }
    .plan-tit > h3 > span{
        font-size: 22px;
    }
    .pb-tit > h3{
        font-size: 26px;
    }
    .pb-tit > p{
        font-size: 14px;
    }
    .pb-btn > a:first-child{
        width: 150px;
    }

    .plan-box > span{
        right: 20px;
        width: 44px;
        height: 48px;
        font-size: 16px;
    }
    .plan-box{
        padding: 40px 20px 20px;
    }
    .pb-wrap{
        gap: 1rem;
    }
    .pb-box{
        width: calc((100% - 1rem) / 2);
    }
    .pb-wrap.col2 .pb-box{
        width: calc((100% - 1rem) / 2);
    }
    .plan-wrap{
        margin-bottom: 70px;
    }
    .plan-ct{
        margin-bottom: 70px;
    }

    .sect-tit > h5{
        margin-bottom: 12px;
    }
    .sect-tit > h3{
        font-size: 32px;
    }

    .care-slide > h5{
        padding: 7px 15px;
    }
    .care-slide{
        padding: 24px;
    }
    .care-slide > h3{
        font-size: 28px;
    }

    .sc03-tit > p{
        font-size: 18px;
    }
    .sc03-tit > h3{
        font-size: 48px;
    }

    .sc05-table > table thead th{
        padding: 1rem;
        font-size: 16px;
        line-height: 1.4;
    }
    .sc05-table > table thead th:first-child{
        font-size: 15px;
    }
    .sc05-table > table thead th:nth-child(2) > h5{
        font-size: 21px;
    }
    .sc05-table > table thead th:nth-child(2) > h5 > span{
        font-size: 19px;
    }
    .sc05-table > table tbody td{
        padding: 14px;
        font-size: 14px;
        line-height: 1.4;
        height: 60px;
    }
    .sc05-table > table tbody tr:last-child td{
        padding: 20px;
    }
    .sc05-table > table tbody tr:last-child td > h5{
        font-size: 15px;
    }

    #sc06{
        padding: 70px 0;
    }
    #sc06.pinned .mc-con{
        padding-top: 0;
    }
    #sc06.pinned .sc06-tit{
        padding-top: 0;
    }
    .sc06-wrap{
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .sc06-tit{
        position: static;
        top: 0;
    }
    .sc06-tit .sect-tit{
        margin-bottom: 0;
    }
    .sc06-cont{
        height: auto;
        mask-image: none;
    }
    .rv-wrap{
        gap: 1rem;
    }
    .rv-box{
        gap: 1rem;
    }
    .rv-card{
        padding: 24px;
    }
    .rv-star{
        font-size: 12px;
    }
    .rv-card > h3{
        font-size: 17px;
    }
    .rv-card > p{
        font-size: 13px;
    }
    .rv-card > h5{
        font-size: 12px;
    }

    .sc07-wrap{
        flex-direction: column;
        gap: 30px;
        padding: 40px 30px;
    }
    .sc07-box{
        width: 100%;
    }
}

@media(max-width:768px){
    .ms-img{
        display: none;
    }
	.ms-img-m{
        width: 100%; 
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 720px;
    }

    .plan-wrap{
        flex-wrap: wrap;
    }
    .plan-box{
        width: 100%;
    }
    .pb-wrap{
        gap: 2rem;
    }
    .pb-box, .pb-wrap.col2 .pb-box{
        width: calc((100% - 2rem) / 2);
    }

    .why-grid{
        height: auto;
        flex-direction: column;
    }
    .wcard{
        flex: none;
        height: 240px;
    }
    .wcard .wbody{
        align-items: flex-start;
        text-align: left;
        padding: 60px 20px 20px 20px;
    }
    .wcard p{
        max-height:140px;opacity:1;margin-top:4px;
    }

    .care-grid{
        grid-template-columns: 1fr;
    }
    .care-flex{
        min-height: 300px;
    }

    .rv-box:last-child{
        margin-top: 0;
    }
    .rv-card{
        padding: 20px;
    }
    .rv-card:hover{
        transform: translateY(0);
    }

    .sc07-wrap{
        padding: 34px 20px;
    }

    .sc05-table{
        display: none;
    }
    .sc05-card-table {
        display: grid;
        gap: 14px;
    }

    .sc05-card {
        overflow: hidden;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 14px 36px -26px rgba(40,52,60,.45);
        border: 1px solid #D9E2E8;
    }

    .sc05-card .card-head {
        padding: 18px 16px;
        text-align: center;
        background: #F6F1EA;
        color: #2E3A42;
    }

    .sc05-card .card-head h5 {
        margin: 0 0 4px;
        font-size: 20px;
        font-weight: 800;
        line-height: 1.3;
    }

    .sc05-card .card-head strong {
        display: block;
        font-size: 17px;
        font-weight: 800;
        line-height: 1.3;
    }

    .sc05-card .card-head span {
        display: inline-block;
        margin-bottom: 8px;
        padding: 6px 12px;
        border-radius: 6px;
        background: #fff;
        color: #A87A4F;
        font-size: 12px;
        font-weight: 800;
        line-height: 1;
    }

    .sc05-card.best .card-head {
        background: linear-gradient(113deg, #C7916B 0%, #A87A4F 100%);
        color: #fff;
    }

    .sc05-card dl {
        margin: 0;
    }

    .sc05-card dl > div {
        display: grid;
        grid-template-columns: 42% 58%;
        border-bottom: 1px solid #D9E2E8;
    }

    .sc05-card dl > div:last-child {
        border-bottom: 0;
    }

    .sc05-card dt,
    .sc05-card dd {
        margin: 0;
        padding: 1rem 5px;
        font-size: 14px;
        line-height: 1.45;
        word-break: keep-all;
    }

    .sc05-card dt {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(229 236 240 / 60%);
        color: #2E3A42;
        font-weight: 700;
    }

    .sc05-card dd {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: right;
        color: #52616B;
        font-weight: 500;
    }

    .sc05-card.best dd {
        color: #2E3A42;
        font-weight: 800;
    }

    .sc05-benefit-card {
        padding: 22px 16px;
        border-radius: 14px;
        text-align: center;
        background: linear-gradient(120deg,#2E3A46,#3E4E58);
        box-shadow: 0 14px 36px -26px rgba(40,52,60,.45);
    }

    .sc05-benefit-card span {
        display: inline-block;
        margin-bottom: 10px;
        padding: 8px 13px;
        border-radius: 8px;
        background: #fff;
        color: #2E3A46;
        font-size: 13px;
        font-weight: 800;
        line-height: 1;
    }

    .sc05-benefit-card h5 {
        margin: 0;
        color: rgba(255,255,255,.92);
        font-size: 15px;
        font-weight: 600;
        line-height: 1.6;
        word-break: keep-all;
    }
}
@media(max-width:587px){
    .modal-cont{
        padding: 32px 1rem;
        border-radius: 12px;
    }
    .modal-cont > h5{
        font-size: 20px;
    }
    .modal-cont > p{
        font-size: 13px;
    }

    .ms-img-m{
        height: 540px;
    }

    .mq-ban > ul{
        padding: 12px 0;
    }
    .mq-ban > ul > li{
        font-size: 13px;
    }

    .main-tit > h5{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .main-tit > h3{
        font-size: 40px;
        margin-bottom: 10px;
    }
    .main-tit > p{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .main-tit > span{
        padding: 8px 12px;
        font-size: 12px;
    }
    .main-tit > span > span{
        width: 6px;
        height: 6px;
    }
    .sc01-btn{
        padding: 14px 20px;
        border-radius: 10px;
    }
    .plan-tit > h3{
        font-size: 26px;
    }
    .plan-tit > h3 > span{
        font-size: 18px;
    }
    .pb-tit > h5{
        font-size: 13px;
    }
    .pb-tit > h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .pb-tit > p{
        font-size: 12px;
    }
    .pb-wrap{
        padding-top: 20px;
    }

    .sect-tit > h5{
        margin-bottom: 10px;
    }
    .sect-tit > h3{
        font-size: 26px;
    }

    .wcard{
        height: 200px;
    }

    .care-slide > h5{
        padding: 6px 12px;
        margin-bottom: 10px;
    }
    .care-slide > h3{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .care-slide > p{
        font-size: 13px;
    }
    .care-slide > h5 > span{
        width: 6px;
        height: 6px;
    }
    .care-slide{
        padding: 20px;
        height: 240px;
    }
    .care-flex{
        padding: 24px 20px;
    }
    .care-box > ul > li{
        padding: 10px;
        border-radius: 10px;
    }
    .cv-tit > span{
        width: 26px;
        height: 26px;
        font-size: 10px;
    }
    .cv-tit{
        gap: 6px;
    }
    .cv-tit > div{
        gap: 4px;
    }
    .cv-tit > div > h5, .cv-tit > div > p{
        font-size: 12px;
    }
    .care-box > ul > li > p{
        font-size: 11px;
    }

    .sc03-tit > h5{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .sc03-tit > h3{
        font-size: 34px;
        margin-bottom: 10px;
    }
    .sc03-tit > p{
        font-size: 14px;
    }
    #sc03{
        padding: 90px 0;
    }

    #sc06 .sect-tit > h3{
        font-size: 24px;
    }
    #sc06 .sect-tit > a{
        margin-top: 20px;
        font-size: 14px;
    }
    #sc06 .sect-tit > a > span{
        font-size: 10px;
    }
    .rv-wrap{
        flex-wrap: wrap;
        flex-direction: column;
        gap: 10px;
    }
    .rv-box{
        gap: 10px;
    }

    .sect-tit > p{
        font-size: 14px;
        margin-top: 10px;
    }
    .sc07-box > ul > li{
        font-size: 14px;
        gap: 8px;
        margin-bottom: 10px;
    }
    .sc07-box > ul > li > span{
        font-size: 12px;
    }
    .sc07-form{
        border-radius: 1rem;
        padding: 24px 20px;
    }
    .sc07-form > h5{
        font-size: 18px;
    }
    .sc07-form > p{
        font-size: 12px;
    }
    .form-wrap{
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 1rem;
    }
    .form-wrap > .form-box{
        width: 100%;
        margin-bottom: 0;
    }
    .form-box > input, .form-select{
        font-size: 14px;
        border-radius: 9px;
        padding: 12px;
    }
    .form-select select{
        font-size: 14px;
    }
    .radio-wrap{
        flex-wrap: wrap;
    }
    .radio-box{
        width: 100%;
    }
    .radiobtn{
        flex-direction: row;
        gap: 8px;
        font-size: 14px;
        padding: 14px 5px;
        border-radius: 9px;
    }
    .formbtn{
        font-size: 15px;
        border-radius: 9px;
    }
    .form-etc{
        line-height: 1.4;
    }
    .sc07-wrap{
        padding: 0;
        border-radius: 20px;
        background: transparent;
        box-shadow: none;
        border: 0;
    }

    .sc05-card-table {
        gap: 12px;
    }

    .sc05-card .card-head {
        padding: 16px 14px;
    }

    .sc05-card .card-head h5 {
        font-size: 18px;
    }

    .sc05-card .card-head strong {
        font-size: 16px;
    }

    .sc05-card dl > div {
        grid-template-columns: 44% 56%;
    }

    .sc05-card dt,
    .sc05-card dd {
        padding: 14px 5px;
        font-size: 13px;
    }

    .sc05-benefit-card {
        padding: 20px 14px;
    }

    .sc05-benefit-card h5 {
        font-size: 14px;
    }
}

/* animation */

.ani.up{
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}

.ani.up.act{
    transform: translateY(0);
    opacity: 1;
}

@keyframes blink{
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.3;
    }
    100% {
      opacity: 1;
    }
  }

@keyframes rotate{
    0% {
      transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scroll{
    0%{
        top: -100%;
    }
    100%{
        top: 100%;
    }
}
@keyframes mqMove{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(calc(-50% - 30px));
  }
}
@keyframes livePulse{
    0%{
        box-shadow: 0 0 0 0 rgba(31,163,86,.45);
    }
    70%{
        box-shadow: 0 0 0 8px rgba(31,163,86,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(31,163,86,0);
    }
}
@keyframes liveUp{
    100%{
        transform: translateY(-50%);
    }
}