@charset "utf-8";

:root {
    --h2: 36px;
    --coner-rd: 32px;
}
.container { overflow-x: hidden; }

/* 공통 */
.cont-wrap { padding-top: 100px; }
h2 { font: 700 var(--h2)/100% var(--font-family); position: relative; }
h2.h2-q { display: flex; align-items: center; gap: 20px; }
h2.h2-q::before { content: ''; display: block; width: 46px; height: 46px; background: url('../img/ico_tit_q.svg') no-repeat center/contain; }
h2.h2-set { display: flex; flex-direction: column; gap: 16px; text-align: center; margin-bottom: 48px; }
h2.h2-set span { display: flex; align-items: flex-start; justify-content: center; gap: 12px; font: 800 22px/100% var(--font-family); color: var(--key-color); }
h2.h2-set span::before { content: ''; display: block; width: 18px; height: 18px; }
h2.h2-set p { font: 700 var(--h2)/100% var(--font-family); }

.cont.mt200 { margin-top: 200px; }
.cont.mt180 { margin-top: 180px; }
.cont.mt160 { margin-top: 160px; }
.cont.mt120 { margin-top: 120px; }
.cont.mt50 { margin-top: 50px; }


/* 헤더 */
header { width: 100%; padding: 32px 0; position: absolute; top: 0; z-index: 3; }
header .inner { display: flex; align-items: center; justify-content: space-between; }
header h1 { width: 118px; height: 32px; font-size: 0; text-indent: -9999px; background: url('../img/ulife_logo.png') no-repeat center/contain; }
header p { font: 300 12px/100% var(--font-family); color: var(--sub-txt); }


.btn-del-insurer, .btn-del-dep {
  background: none;
  border: none;
  color: #d00;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  margin-left: 6px;
}

.btn-del-insurer:hover, .btn-del-dep:hover {
  color: #ff0000;
}
.insurer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 공통 및 헤더 반응형 */
@media screen and (max-width:1360px){
    :root {
        --h2: 34px;
    }
    h2.h2-q { gap: 16px; }
    h2.h2-q::before { width: 42px; height: 42px; }

    .cont.mt200 { margin-top: 180px; }
    .cont.mt180 { margin-top: 160px; }
    .cont.mt160 { margin-top: 140px; }
    .cont.mt120 { margin-top: 100px; }

    header { padding: 24px 0; }
    header h1 { width: 96px; height: 26px; }
}
@media screen and (max-width:1024px){
    :root {
        --h2: 30px;
        --coner-rd: 26px;
    }

    h2.h2-q { gap: 16px; }
    h2.h2-q::before { width: 38px; height: 38px; }
    h2.h2-set { margin-bottom: 32px; }

    .cont.mt200 { margin-top: 160px; }
    .cont.mt180 { margin-top: 140px; }
    .cont.mt160 { margin-top: 120px; }
    .cont.mt120 { margin-top: 90px; }

    header { padding: 16px 0; }
    header h1 { width: 90px; height: 24px; }
}
@media screen and (max-width:768px){
    :root {
        --h2: 27px;
        --coner-rd: 24px;
    }

    h2.h2-q { gap: 12px; }
    h2.h2-q::before { width: 34px; height: 34px; }
    h2.h2-set { gap: 10px; margin-bottom: 28px; }
    h2.h2-set span { gap: 8px; font-size: 20px; }

    .cont.mt200 { margin-top: 140px; }
    .cont.mt180 { margin-top: 120px; }
    .cont.mt160 { margin-top: 100px; }
    .cont.mt120 { margin-top: 80px; }

}
@media screen and (max-width:640px){
    :root {
        --h2: 26px;
        --coner-rd: 22px;
    }
    
    h2.h2-q { gap: 10px; }
    h2.h2-q::before { width: 30px; height: 30px; }
    h2.h2-set { gap: 8px; margin-bottom: 24px; }
    h2.h2-set span { font-size: 19px; }

    .cont.mt200 { margin-top: 120px; }
    .cont.mt180 { margin-top: 100px; }
    .cont.mt160 { margin-top: 90px; }
    .cont.mt120 { margin-top: 72px; }
}
@media screen and (max-width:480px){
    :root {
        --h2: 23px;
        --coner-rd: 20px;
    }

    h2.h2-set span { font-size: 17px; }

    .cont.mt200 { margin-top: 104px; }
    .cont.mt180 { margin-top: 92px; }
    .cont.mt160 { margin-top: 80px; }
    .cont.mt120 { margin-top: 64px; }

}



/* 메인 키비주얼 */
.main-vis { width: 100%; height: 100vh; min-height: 820px; max-height: 960px; background: linear-gradient(180deg, #ECF2F5 0%, rgba(255, 255, 255, 0.00) 100%); padding-top: 115px; position: relative; }
.main-vis .main-tit { width: 35vw; max-width: 658px; aspect-ratio: 658/260; font-size: 0; text-indent: -9999px; background: url('../img/main_tit.png') no-repeat center/contain; margin: 0 auto; }
.main-vis .main-txt { margin-top: 42px;  }
.main-vis .main-txt > span { display: block; text-align: center; font: 400 32px/160% var(--font-family); }
.main-vis .scroll-box { position: absolute; left: 50%; bottom: 80px; transform: translateX(-50%); }
.main-vis .scroll-box .box { display: block; width: 30px; height: 48px; margin: 0 auto; border-radius: 50px; border: 1px solid var(--deep-key-color); position: relative; }
.main-vis .scroll-box .scroll-ball { display: block; width: 6px; height: 14px; border-radius: 5px; position: absolute; left: calc(50% - 3px); top: 9px; overflow: hidden; }
.main-vis .scroll-box .scroll-ball::before { content: ''; display: block; width: 6px; height: 6px; background-color: var(--deep-key-color); border-radius: 50%; position: absolute; left: 0; top: 0; animation: scrollBall 1.5s linear 0s infinite normal both; }
.main-vis .scroll-box .txt { margin-top: 8px; text-align: center; font: 300 12px/100% var(--font-family); color: var(--gray-deep); }

@keyframes scrollBall {
    0% { transform: translateY(-100%); }
    60% { transform: translateY(16px); }
    100% { transform: translateY(16px); }
}

.main-vis .img-wrap { width: 100%; height: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 1; }
.main-vis .img-wrap .img-box { position: absolute; }
.main-vis .left-img-box .img1 { width: 11.875vw; max-width: 228px; left: 2.9166666vw; top: 17.3958333vw; z-index: 3; }
.main-vis .left-img-box .img2 { width: 10.9375vw; max-width: 210px; left: 19.6875vw; top: 13.22916666vw; }
.main-vis .left-img-box .img3 { width: 8.64583333vw; max-width: 166px; left: 10vw; top: 9.583333333vw; }
.main-vis .right-img-box .img1 { width: 15.052083333vw; max-width: 289px; right: 12.864583333vw; top: 13.75vw; z-index: 3; }
.main-vis .right-img-box .img2 { width: 14.53125vw; max-width: 279px; right: -2.1875vw; top: 15.989583333vw; z-index: 2; }
.main-vis .right-img-box .img3 { width: 12.29166666vw; max-width: 236px; right: 6.25vw; top: 8.85416666vw; }

/* 메인 키비주얼 반응형*/
@media screen and (max-width:1360px){
    .main-vis { min-height: 680px; max-height: 720px; }
    .main-vis .main-txt > span { font-size: 28px; line-height: 140%; }
    .main-vis .scroll-box .box { width: 26px; height: 42px; }
    .main-vis .scroll-box .scroll-ball { width: 5px; }
    .main-vis .scroll-box .scroll-ball::before { width: 5px; height: 5px; }
    .main-vis .left-img-box .img1 { width: 17.5vw; left: 1vw; top: 22vw; z-index: 5; }
    .main-vis .left-img-box .img2 { width: 15vw; left: 17vw; top: 18vw; z-index: 3; }
    .main-vis .left-img-box .img3 { width: 13vw; left: 8vw; top: 12vw; }
    .main-vis .right-img-box .img1 { width: 21vw; right: 11vw; top: 17vw; }
    .main-vis .right-img-box .img2 { width: 20vw; right: -4vw; top: 25vw; }
    .main-vis .right-img-box .img3 { width: 17vw; right: 3vw; top: 9vw; }
}
@media screen and (max-width:1024px){
    .main-vis { min-height: 800px; padding-top: 80px; }
    .main-vis .main-tit { width: 100%; max-width: 400px; position: relative; left: calc(50% - 182px); margin: 0; }
    .main-vis .main-txt > span { font-size: 24px; }
    .main-vis .img-wrap { height: 60vw; max-height: 570px; top: auto; bottom: min(-8vw, -10px) }
    .main-vis .left-img-box .img1 { width: 23vw; top: auto; bottom: 0; }
    .main-vis .left-img-box .img2 { width: 18.5vw; left: 25vw; top: auto; bottom: 12%;  }
    .main-vis .left-img-box .img3 { width: 16vw; left: 10vw; top: 0; }
    .main-vis .right-img-box .img1 { width: 26vw; right: 14vw; top: auto; bottom: 16%; }
    .main-vis .right-img-box .img2 { width: 27vw; right: -6vw; top: auto; bottom: 6%; }
    .main-vis .right-img-box .img3 { width: 20.4vw; right: 2.2vw; top: 1%;  }
}
@media screen and (max-width:768px){
    .main-vis { min-height: 700px; }
    .main-vis .main-tit { max-width: 340px; left: calc(50% - 154px); }
    .main-vis .img-wrap { max-height: 510px; bottom: -2vw; }
}
@media screen and (max-width:640px){
    .main-vis { min-height: 680px; padding-top: 82px; }
    .main-vis .main-tit { max-width: 300px; left: calc(50% - 141px); }
    .main-vis .main-txt > span { font-size: 21px; }
    .main-vis .img-wrap { height: 78vw; max-height: 450px; }
    .main-vis .left-img-box .img1 { width: 27vw; }
    .main-vis .left-img-box .img2 { width: 21vw; left: 26vw; }
    .main-vis .left-img-box .img3 { width: 18vw; left: 8vw; }
    .main-vis .right-img-box .img1 { width: 29vw; right: 16vw; }
    .main-vis .right-img-box .img2 { width: 30vw; right: -7vw; }
    .main-vis .right-img-box .img3 { width: 23vw; }
}
@media screen and (max-width:480px){
    .main-vis { height: 160vw; min-height: 600px; max-height: 660px; }
    .main-vis .main-tit { max-width: 280px; left: calc(50% - 127px); }
    .main-vis .scroll-box { bottom: -20px; }
    .main-vis .scroll-box .box { width: 24px; height: 40px; }
    .main-vis .scroll-box .scroll-ball { width: 4px; left: calc(50% - 2px); }    
    .main-vis .scroll-box .scroll-ball::before { width: 4px; height: 4px; }
    .main-vis .left-img-box .img1 { width: 31vw; }
    .main-vis .left-img-box .img2 { width: 24.5vw; }
    .main-vis .left-img-box .img3 { width: 22vw; }
    .main-vis .right-img-box .img1 { width: 32.5vw; }
    .main-vis .right-img-box .img2 { width: 33.2vw; }
    .main-vis .right-img-box .img3 { width: 28vw; }
}



/* section 1 단체상해보험이란? */
section.cont1 { width: 100%; background-color: #F8FDFF; border: 1px solid #CFF2FF; border-radius: var(--coner-rd); padding: 72px; position: relative; }
section.cont1 .txt-wrap { max-width: 800px; margin-top: 40px; }
section.cont1 .txt-wrap p { font: 400 24px/145% var(--font-family); letter-spacing: 0.24px;  }
section.cont1 .txt-wrap p + p { margin-top: 22px; }
section.cont1 .img-box { width: 231px; max-height: 278px; overflow: hidden; position: absolute; right: 82px; bottom: 0; }

/* section 1 단체상해보험이란? 반응형 */
@media screen and (max-width:1360px){
    section.cont1 { padding: 52px; }
    section.cont1 .txt-wrap { max-width: 600px; }
    section.cont1 .txt-wrap p { font-size: 22px; }
    section.cont1 .img-box { width: 220px; right: 56px; }
}
@media screen and (max-width:1024px){
    section.cont1 { padding: 40px 40px 120px; }
    section.cont1 .txt-wrap { margin-top: 24px; }
    section.cont1 .txt-wrap p { font-size: 20px; }
    section.cont1 .txt-wrap p + p { max-width: 360px; margin-top: 12px; }
    section.cont1 .img-box { width: 185px; max-height: 224px; right: 50px; }
}
@media screen and (max-width:768px){
    section.cont1 { padding: 32px 32px 120px; }
    section.cont1 .txt-wrap p { font-size: 19px; line-height: 135%; }
    section.cont1 .img-box { width: 168px; max-height: 203px; right: 40px; }
}
@media screen and (max-width:640px){
    section.cont1 { padding: 32px 32px 96px; }
    section.cont1 .txt-wrap p { font-size: 18px; line-height: 140%; }
    section.cont1 .txt-wrap p + p { max-width: 230px; }
    section.cont1 .img-box { width: 148px; max-height: 178px; right: 20px; }
}
@media screen and (max-width:480px){
    section.cont1 { padding: 32px 24px 120px; }
    section.cont1 .txt-wrap p { font-size: 17px; }
    section.cont1 .txt-wrap p + p { max-width: 220px; } 
    section.cont1 .img-box { width: 121px; max-height: 146px; }
}



/* section 2 보험료 간편 계산 */
section.cont2 h2.h2-set span::before { background: url('../img/ico_sub_tit_calc.png') no-repeat center/contain; }
section.cont2 .calc-wrap { width: 100%; background-color: var(--bg-blue-color); border-radius: var(--coner-rd); padding: 48px 40px; position: relative; }
section.cont2 .calc-wrap .sub-tit { display: grid; grid-template-columns: 26px auto; gap: 12px; font: 600 22px/100% var(--font-family); margin-bottom: 20px; }
section.cont2 .calc-wrap .sub-tit::before { content: ''; display: block; width: 100%; aspect-ratio: 1/1; background: url('../img/ico_tit_excl.png') no-repeat center/contain; }
section.cont2 .add-wrap { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
section.cont2 .add-wrap .frm-file .select-file { display: inline-block; padding: 14px 16px 11px; border-radius: 12px; background-color: var(--key-color); cursor: pointer; }
section.cont2 .add-wrap .frm-file .select-file span { display: flex; align-items: center; gap: 8px; font: 600 16px / 100% var(--font-family); color: #fff;  }
section.cont2 .add-wrap .frm-file .select-file span::after { content: ''; display: block; width: 14px; height: 14px; background: url('../img/ico_file.png') no-repeat center/contain; position: relative; top: -2px; } 
section.cont2 .add-wrap .frm-file input[type="file"] { width: 0; height: 0; padding: 0; overflow: hidden; border: 0; position: absolute; }
section.cont2 .add-wrap .file-name-txt { display: inline-block; font: 400 15px/100% var(--font-family); color: var(--sub-txt); margin-left: 8px; }
section.cont2 .add-wrap .btn-excel-down button span { display: flex; align-items: center; gap: 8px; font: 500 16px/100% var(--font-family); color: var(--sub-txt); padding-top: 3px; }
section.cont2 .add-wrap .btn-excel-down button span::before { content: ''; display: block; width: 21px; height: 21px; border-radius: 4px; border: 1px solid #21A366; background: url('../img/ico_excl.png') no-repeat center/13px 13px; margin-top: -2px; }
section.cont2 .insurer-wrap {}
section.cont2 .insurer-wrap .insurer-frm { width: 80%; background-color: #fff; border-radius: 24px; padding: 32px; float: left; }
section.cont2 .insurer-wrap .frm-calc { width: 20%; border-radius: 24px; background-color: #fff; padding: 10px; float: right; position: sticky; top: 0; }
section.cont2 .insurer-wrap .ins-tit { width: 100%; font: 700 24px/100% var(--font-family); margin-bottom: 24px; }
section.cont2 .insurer-box > div { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 24px 30px; border-bottom: 1px dashed #EBEBEE; padding-bottom: 32px; margin-bottom: 32px; }
section.cont2 .insurer-set { display: flex; align-items: flex-start; gap: 12px; }
section.cont2 .insurer-set .frm-itm label,
section.cont2 .dependent-set .frm-itm label { display: block; margin-bottom: 12px; font: 600 18px/100% var(--font-family); }
section.cont2 .insurer-frm .frm-itm select { border-radius: 10px; border: 1px solid var(--gray-lite); font: 300 16px/100% var(--font-family); color: var(--gray-deep); padding: 15px 12px; background: url('../img/ico_arr_down.svg') no-repeat calc(100% - 12px) center/12px 6px; }
section.cont2 .insurer-frm .frm-itm.w112 select { width: 112px; }
section.cont2 .insurer-frm .frm-itm.w100 select { width: 100px; }
section.cont2 .insurer-frm .frm-itm.w96 select { width: 96px; }
section.cont2 .insurer-frm .frm-itm select:invalid { color: var(--gray-deep); }
section.cont2 .insurer-frm .frm-itm select:invalid option { color: var(--default-txt); }
section.cont2 .insurer-frm .frm-itm select:valid { color: var(--default-txt); }
section.cont2 .insurer-frm input[type="text"] { max-width: 145px; padding: 15px 12px 11px; font: 300 16px/100% var(--font-family); color: var(--gray-deep); border-radius: 10px; border: 1px solid var(--gray-lite); background: url('../img/ico_calendar.png') no-repeat calc(100% - 16px) center/15px 15px; cursor: pointer; }
section.cont2 .insurer-frm input[type="text"]:not(:placeholder-shown) { color: var(--default-txt); }
section.cont2 .insurer-frm input[type="text"]::placeholder { color: var(--gray-deep); }
section.cont2 .insurer-set .frm-radio { display: grid; grid-template-columns: 1fr 1fr; align-items: center; width: 96px; height: 48px; border-radius: 10px; overflow: hidden; border: 1px solid var(--gray-lite); }
section.cont2 .insurer-set .frm-radio input[type="radio"] { display: none; }
section.cont2 .insurer-set .frm-radio input[type="radio"] + label { display: block; width: 100%; text-align: center; margin: 0; font: 300 16px/48px var(--font-family); color: var(--gray-deep); border-radius: 10px; cursor: pointer; }
section.cont2 .insurer-set .frm-radio input[type="radio"]:checked + label { font-weight: 600; color: #fff; background-color: var(--sub-key-color); box-shadow: 1px 2px 6px rgba(0,0,0,0.07); }


section.cont2 .dependent-set { display: flex; align-items: flex-end; justify-content: flex-end; gap: 12px; }
section.cont2 .dependent-set + .dependent-set { justify-content: flex-end; margin: 0 0 0 auto; }
section.cont2 .dependent-set .frm-btn button { width: 144px; padding: 17px 16px 13px; border-radius: 10px; border: 1px dashed var(--sub-txt); }
section.cont2 .dependent-set .frm-btn button span { display: flex; align-items: flex-start; gap: 6px; font: 600 16px/100% var(--font-family); color: var(--sub-txt); }
section.cont2 .dependent-set .frm-btn button span::before { content: ''; display: block; width: 16px; height: 16px; background: url('../img/ico_pers.png') no-repeat center/contain; margin-top: -1px; } 
section.cont2 .dependent-set:not(:last-child) .frm-btn button { background-color: #F8F9FA; border-color: var(--gray-mid); cursor: default; }
section.cont2 .dependent-set:not(:last-child) .frm-btn button span { color: var(--gray-mid); font-weight: 400; }
section.cont2 .dependent-set:not(:last-child) .frm-btn button span::before { opacity: 0.3; }
section.cont2 .dependent-set .frm-radio input[type="radio"] { display: none; }
section.cont2 .dependent-set .frm-radio { display: grid; grid-template-columns: 1fr 1fr; align-items: center; width: 96px; height: 48px; border-radius: 10px; overflow: hidden; border: 1px solid var(--gray-lite); }
section.cont2 .dependent-set .frm-radio input[type="radio"] + label { display: block; width: 100%; text-align: center; margin: 0; font: 300 16px/48px var(--font-family); color: var(--gray-deep); border-radius: 10px; cursor: pointer; }

section.cont2 .btn-add-insurer button { width: 100%; padding: 21px 0 17px; text-align: center; background-color: var(--bg-gray-color); border-radius: 12px; border: 1px dashed var(--sub-key-color); }
section.cont2 .btn-add-insurer button span { display: flex; align-items: flex-start; justify-content: center; gap: 8px; font: 600 20px/100% var(--font-family); color: var(--deep-key-color); }
section.cont2 .btn-add-insurer button span::before { content: ''; display: block; width: 16px; height: 16px; background: url('../img/ico_plus.svg') no-repeat center/contain; }

section.cont2 .frm-calc .frm-tit { font: 700 24px/100% var(--font-family); margin-bottom: 18px; }
section.cont2 .calc-box dl { display: flex; flex-direction: column; gap: 12px; }
section.cont2 .calc-box dl > div { display: grid; grid-template-columns: 35% auto; align-items: center; }
section.cont2 .calc-box dl dt { font: 400 17px/100% var(--font-family); }
section.cont2 .calc-box dl dd.amount { text-align: right; font: 700 20px/100% var(--font-family); }

section.cont2 .btn-total-calc { margin-top: 32px; }
section.cont2 .btn-total-calc button { display: block; width: 100%; max-width: 320px; margin: 0 auto; padding: 23px 0 19px; border-radius: 16px; background-color: var(--deep-key-color); }
section.cont2 .btn-total-calc button span { display: flex; align-items: flex-start; justify-content: center; gap: 12px; font: 700 22px/100% var(--font-family); color: #fff; }
section.cont2 .btn-total-calc button span::after { content: ''; display: block; width: 20px; height: 20px; background: url('../img/ico_calc_w.png') no-repeat center/contain; } 

section.cont2 .img-wrap { position: absolute; left: 0; top: 0; }
section.cont2 .img-wrap .img-box { position: absolute; }
section.cont2 .img-wrap .img-box.img1 { width: 6.09375vw; max-width: 117px; left: 0; top: 24px; transform: translateX(-100%); }
section.cont2 .img-wrap .img-box.img2 { width: 2.1875vw; max-width: 42px; left: 38px; top: -8px; }


/* 보험자 성별 선택 색상 */
section.cont2 .insurer-set .frm-radio input[type="radio"]:checked + label {
  font-weight: 600;
  color: #fff;
  background-color: var(--sub-key-color);
  box-shadow: 1px 2px 6px rgba(0,0,0,0.07);
}

/* 피부양자 성별 선택 색상 */
section.cont2 .dependent-set .frm-radio input[type="radio"]:checked + label {
  font-weight: 600;
  color: #fff;
  background-color: var(--sub-key-color) !important;
  box-shadow: 1px 2px 6px rgba(0,0,0,0.07);
}

    /* 데이트피커 */
    .ui-datepicker .ui-datepicker-header { padding: 8px 0; }
    .ui-datepicker .ui-datepicker-prev { left: 0px; top: calc(50% - 14px); cursor: pointer; }
    .ui-datepicker .ui-datepicker-next { right: 0px; top: calc(50% - 14px); cursor: pointer; }
    .ui-datepicker .ui-datepicker-prev span { width: 18px; height: 18px; margin-left: -9px; margin-top: -9px; background: url('../img/ico_arr_prev.png') no-repeat center/contain; }
    .ui-datepicker .ui-datepicker-next span { width: 18px; height: 18px; margin-left: -9px; margin-top: -9px; background: url('../img/ico_arr_next.png') no-repeat center/contain; }
    .ui-datepicker select.ui-datepicker-month { min-width: 92px; font: 700 15px/100% var(--font-family); padding: 9px 5px 7px 5px; border-radius: 4px; border: 1px solid var(--gray-lite); margin-left: 3px; background: url('../img/ico_arr_down.svg') no-repeat calc(100% - 4px) center/10px 5px; }
    .ui-datepicker select.ui-datepicker-year { max-width: 72px; font: 700 15px/100% var(--font-family); padding: 9px 5px 7px; border-radius: 4px; border: 1px solid var(--gray-lite); background: url('../img/ico_arr_down.svg') no-repeat calc(100% - 4px) center/10px 5px; }
    .ui-datepicker .ui-datepicker-buttonpane button { font: 600 15px / 100% var(--font-family); padding: 5px 5px 3px; }

/* section 2 보험료 간편 계산 반응형 */
@media screen and (max-width:1360px){
    section.cont2 .img-wrap { display: none; }
    section.cont2 .insurer-wrap .insurer-frm { width: calc(100% - 316px); }
    section.cont2 .insurer-wrap .ins-tit { font-size: 22px; }
    section.cont2 .insurer-set .frm-itm label,
    section.cont2 .dependent-set .frm-itm label { font-size: 17px; }
    section.cont2 .insurer-wrap .frm-calc { width: 300px; }
    section.cont2 .frm-calc .frm-tit { font-size: 22px; }
    section.cont2 .calc-box dl dd.amount { font-size: 19px; }
}
@media screen and (max-width:1024px){
    section.cont2 .calc-wrap .sub-tit { grid-template-columns: 24px auto; gap: 10px; }
    section.cont2 .calc-wrap { padding: 36px 32px; }
    section.cont2 .calc-wrap .sub-tit { align-items: flex-start; font-size: 20px; line-height: 125%; }
    section.cont2 .insurer-wrap .insurer-frm { width: 100%; float: unset; }
    section.cont2 .insurer-wrap .frm-calc { width: 100%; max-width: unset; margin-top: 16px; float: unset; position: static; }
}
@media screen and (max-width:640px){
    section.cont2 .calc-wrap { padding: 32px 24px; }
    section.cont2 .calc-wrap .sub-tit { grid-template-columns: 18px auto; gap: 8px; font-size: 18px; }
    section.cont2 .add-wrap { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 8px; }
    section.cont2 .add-wrap .btn-wrap.btn-excel-down { margin: 0 0 0 auto; }
    section.cont2 .add-wrap .btn-excel-down button span { font-size: 14px; }
    section.cont2 .add-wrap .btn-excel-down button span::before { width: 17px; height: 17px; background-size: 11px 11px; }
    section.cont2 .insurer-wrap .insurer-frm { padding: 24px; }
    section.cont2 .insurer-set { gap: 8px; }
    section.cont2 .insurer-wrap .ins-tit { font-size: 20px; margin-bottom: 20px; }
    section.cont2 .insurer-frm input[type="text"] { max-width: 132px; padding: 13px 8px 9px; font-size: 15px; background-position: calc(100% - 8px) center; }
    section.cont2 .insurer-frm .frm-itm select { font-size: 15px; padding: 14px 8px 13px; }
    section.cont2 .insurer-frm .frm-itm.w112 select { width: 96px; }
    section.cont2 .insurer-frm .frm-itm.w96 select { width: 80px; }
    section.cont2 .insurer-set .frm-itm label, 
    section.cont2 .dependent-set .frm-itm label { font-size: 16px; }
    section.cont2 .insurer-set .frm-radio { width: 88px; height: 44px; }
    section.cont2 .insurer-set .frm-radio input[type="radio"] + label { font-size: 15px; line-height: 44px; }
    section.cont2 .dependent-set { gap: 8px; }
    section.cont2 .dependent-set .frm-btn button { width: max-content; padding: 15px 12px 11px; }
    section.cont2 .btn-add-insurer button span { font-size: 17px; }
    section.cont2 .btn-add-insurer button span::before { width: 14px; height: 14px; }
    section.cont2 .frm-calc .frm-tit { font-size: 20px; }
    section.cont2 .btn-total-calc button span { font-size: 19px; }
    section.cont2 .btn-total-calc button span::after { width: 18px; height: 18px; margin-top: -2px; }
}
@media screen and (max-width:480px){
    section.cont2 .calc-wrap .sub-tit { grid-template-columns: 16px auto; font-size: 16px; letter-spacing: -0.16px; }
    section.cont2 .add-wrap .frm-file .select-file { padding: 13px 12px 10px; }
    section.cont2 .add-wrap .frm-file .select-file span { gap: 6px; font-size: 14px; }
    section.cont2 .add-wrap .file-name-txt { max-width: 170px; height: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-left: 6px; }
    section.cont2 .insurer-wrap .ins-tit { font-size: 19px; }
    section.cont2 .insurer-box > div { flex-direction: column; padding-bottom: 24px; margin-bottom: 24px; }
    section.cont2 .insurer-set { flex-direction: column; width: 100%; }
	section.cont2 .dependent-set { width: 100%; }
    section.cont2 .insurer-set .frm-itm.w160,
    section.cont2 .insurer-set .frm-itm.w100,
    section.cont2 .dependent-set .frm-itm.w96,
	section.cont2 .insurer-frm input[type="text"] { width: 100%; max-width: 100%; }
	section.cont2 .insurer-frm .frm-itm.w100 select,
	section.cont2 .insurer-frm .frm-itm.w96 select,
	section.cont2 .dependent-set .frm-itm.w160 { width: 100%; }
    section.cont2 .dependent-set { align-items: flex-start; flex-direction: column; }
    section.cont2 .frm-calc .frm-tit { font-size: 19px; }
    section.cont2 .calc-box dl > div { grid-template-columns: 28% auto; }
    section.cont2 .calc-box dl dt { font-size: 16px; }
    section.cont2 .btn-total-calc button span { font-size: 18px; }
	section.cont2 .dependent-set .frm-btn.btn-add-dep,
	section.cont2 .dependent-set .frm-btn button { width: 100%; }
	section.cont2 .dependent-set .frm-btn button span { justify-content: center; }
	section.cont2 .insurer-wrap .frm-calc { padding: 24px; } 
}



/* secntion 3 상담이 필요하신가요? */
section.cont3 { background-color: var(--bg-blue-color); }
section.cont3 .inner { display: flex; justify-content: space-between; padding: 80px 165px; }
section.cont3 .lf-box .img-box { width: 28.125vw; max-width: 540px; max-height: 402px; position: absolute; left: 16px; bottom: 0; }
section.cont3 .rg-box { width: 55%; max-width: 472px; }
section.cont3 .rg-box .frm-itm { display: grid; grid-template-columns: 80px auto; align-items: center; width: 100%; background-color: #fff; border-radius: 10px; padding: 23px 24px; }
section.cont3 .rg-box .frm-itm + .frm-itm { margin-top: 8px; }
section.cont3 .rg-box .frm-itm label { font: 700 18px/100% var(--font-family); }
section.cont3 .rg-box .frm-itm input[type="text"]::placeholder { color: var(--gray-deep); }

section.cont3 .frm-itm.frm-privacy { display: flex; justify-content: space-between; background-color: transparent; padding: 32px 0 24px 8px; } 
section.cont3 .frm-itm.frm-privacy .frm-desc { display: flex; align-items: center; gap: 12px; }
section.cont3 .frm-itm.frm-privacy .frm-desc input[type="checkbox"] { display: none; }
section.cont3 .frm-itm.frm-privacy .frm-desc input[type="checkbox"] + label { display: flex; gap: 8px; font: 400 18px/100% var(--font-family); color: var(--sub-txt); cursor: pointer; }
section.cont3 .frm-itm.frm-privacy .frm-desc input[type="checkbox"] + label::before { content: ''; display: inline-block; width: 16px; height: 16px; background: url('../img/ico_checkbox.png') no-repeat left center/auto 16px; }
section.cont3 .frm-itm.frm-privacy .frm-desc input[type="checkbox"]:checked + label::before { content: ''; display: inline-block; width: 16px; height: 16px; background: url('../img/ico_checkbox.png') no-repeat right center/auto 16px; }
section.cont3 .frm-itm.frm-privacy .frm-desc button { font: 600 16px/100% var(--font-family); padding: 7px 6px 4px; letter-spacing: -0.16px; border-radius: 5px; background-color: var(--sub-key-color); color: #fff; }

section.cont3 .btn-apply button { display: block; width: 100%; max-width: 240px; margin: 0 0 0 auto; padding: 21px 0 19px; border-radius: 12px; background-color: var(--key-color); }
section.cont3 .btn-apply button span { display: flex; align-items: flex-start; justify-content: center; gap: 12px; font: 700 22px/100% var(--font-family); color: #fff; padding-top: 2px; padding-left: 8px; }
section.cont3 .btn-apply button span::after { content: ''; display: block; width: 22px; height: 22px; background: url('../img/ico_counsel.svg') no-repeat center/contain; margin-top: -2px; }



/* secntion 3 상담이 필요하신가요? 반응형 */
@media screen and (max-width:1360px){
    section.cont3 .inner { padding: 80px 2%; }
    section.cont3 .lf-box .img-box { width: 50%; max-width: 430px; max-height: 320px; left: 0; overflow: hidden; }
    section.cont3 .rg-box .frm-itm { padding: 22px 24px; }
    section.cont3 .frm-itm.frm-privacy { padding: 20px 0 24px 8px; }
    section.cont3 .frm-itm.frm-privacy .frm-desc button { font-size: 15px; }
    section.cont3 .frm-itm.frm-privacy .frm-desc input[type="checkbox"] + label { font-size: 17px; }
    section.cont3 .rg-box .frm-itm label { font-size: 17px; }
    section.cont3 .btn-apply button { padding: 20px 0 18px; }
    section.cont3 .btn-apply button span { font-size: 20px; }
}
@media screen and (max-width:1024px){
    section.cont3 .inner { flex-direction: column; gap: 24px; max-width: 480px; }
    section.cont3 .rg-box { width: 100%; margin: 0 0 0 auto; }
    section.cont3 .lf-box .img-box { left: 75%; bottom: auto; top: -30px; }
}
@media screen and (max-width:768px){
    section.cont3 .lf-box .img-box { display: none; }
    section.cont3 .btn-apply button { max-width: unset; }
}
@media screen and (max-width:640px){
    section.cont3 .btn-apply button span { font-size: 19px; }
}
@media screen and (max-width:480px){
    section.cont3 .frm-itm.frm-privacy label { font-size: 15px;  }
    section.cont3 .frm-itm.frm-privacy .frm-desc { gap: 8px; }
    section.cont3 .frm-itm.frm-privacy .frm-desc input[type="checkbox"] + label { font-size: 15px; gap: 4px; }
    section.cont3 .frm-itm.frm-privacy .frm-desc button { font-size: 13px; padding: 5px 4px 3px; }
    section.cont3 .btn-apply button span { font-size: 18px; }
    section.cont3 .btn-apply button span::after {  width: 20px; height: 20px; margin-top: -3px; }
}



/* section 4 상품내용을 자세히 안내해 드려요. */
section.cont4 h2.h2-set span { justify-content: flex-start; }
section.cont4 h2.h2-set span::before { background: url('../img/ico_sub_tit_guide.png') no-repeat center/contain; }
section.cont4 h2.h2-set { text-align: left; }
section.cont4 h2.h2-set span.add-txt { display: block; font: 300 15px/100% var(--font-family); color: var(--gray-deep); position: absolute; right: 0; bottom: 5px; }
section.cont4 h2.h2-set span.add-txt::before { display: none; }

section.cont4 .view-wrap ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
section.cont4 .view-box { width: 100%; height: 240px; padding: 40px; border-radius: 24px; background-color: #ECF1FD; position: relative; cursor: pointer; }
section.cont4 .view-box .tit { font: 700 32px/100% var(--font-family); margin-bottom: 16px; }
section.cont4 .view-box > span { display: flex; align-items: flex-start; gap: 6px; font: 600 17px/100% var(--font-family); letter-spacing: -0.17px; color: var(--key-color); }
section.cont4 .view-box > span::after { content: ''; display: block; width: 16px; height: 16px; background: url('../img/ico_view.png') no-repeat left -16px/contain; transition: all 0.25s ease; }
section.cont4 .view-box:hover > span::after { background-position: left 0; }
section.cont4 .view-box .img-box { overflow: hidden; position: absolute; right: 48px; bottom: 0; }
section.cont4 .view-wrap ul li:nth-child(1) .img-box { width: 185px; max-height: 146px; }
section.cont4 .view-wrap ul li:nth-child(2) .img-box { width: 175px; max-height: 145px; }
section.cont4 .view-wrap ul li:nth-child(3) .img-box { width: 195px; max-height: 144px; }

/* section 4 상품내용을 자세히 안내해 드려요. 반응형 */
@media screen and (max-width:1360px){
    section.cont4 .view-box { height: 244px; padding: 36px; }
    section.cont4 .view-box .tit { font-size: 28px; margin-bottom: 10px; }
    section.cont4 .view-box > span::after { background-position: left 0; }
    section.cont4 .view-box .img-box { right: 32px; }
    section.cont4 .view-wrap ul li:nth-child(1) .img-box { width: 174px; max-height: 137px; }
    section.cont4 .view-wrap ul li:nth-child(2) .img-box { width: 165px; max-height: 136px; }
    section.cont4 .view-wrap ul li:nth-child(3) .img-box { width: 189px; max-height: 139px; }
}
@media screen and (max-width:1024px){
    section.cont4 h2.h2-set span.add-txt { position: static; }
    section.cont4 .view-wrap ul { gap: 16px; }
    section.cont4 .view-box { height: 272px; padding: 32px; }
    section.cont4 .view-box .tit { font-size: 24px; }
    section.cont4 .view-box > span { font-size: 16px; }
    section.cont4 .view-wrap ul li:nth-child(1) .img-box { width: 168px; max-height: 133px; }
    section.cont4 .view-wrap ul li:nth-child(2) .img-box { width: 160px; max-height: 133px; }
    section.cont4 .view-wrap ul li:nth-child(3) .img-box { width: 180px; max-height: 133px; }

        /* 모달창 반응형 */
        .modal-wrap { padding: 32px; }
        .modal-box { grid-template-rows: 40px auto; }
        .modal-box .top-box h3 { font-size: 26px; }
        .modal-box .top-box .btn-cls { width: 24px; height: 24px; }
        .modal-cont .table-wrap thead th { font-size: 16px; }
        .modal-cont .table-wrap tbody td { font-size: 15px; }
}
@media screen and (max-width:768px){
    section.cont4 .view-wrap ul { gap: 8px; }
    section.cont4 .view-box .img-box { right: 24px; }
    section.cont4 .view-wrap ul li:nth-child(1) .img-box { width: 153px; max-height: 121px; }
    section.cont4 .view-wrap ul li:nth-child(2) .img-box { width: 156px; max-height: 129px; }
    section.cont4 .view-wrap ul li:nth-child(3) .img-box { width: 168px; max-height: 124px; right: 20px; }

        /* 모달창 반응형 */
        .modal-box { grid-template-rows: 36px auto; }
        .modal-box .top-box h3 { font-size: 23px; }
        .modal-cont .table-wrap thead th { padding: 15px 4px 13px; }
}
@media screen and (max-width:640px){
    section.cont4 .view-wrap ul { grid-template-columns: repeat(1, 1fr); }
    section.cont4 .view-box { height: 232px; padding: 40px; }

        /* 모달창 반응형 */
        .modal-box .modal-cont { overflow-x: auto; }
        .modal-box .modal-cont .table-wrap { min-width: 640px; }
}
@media screen and (max-width:480px){
    section.cont4 h2.h2-set span.add-txt { font-size: 14px; }
    section.cont4 .view-box { height: 200px; padding: 32px; }
    section.cont4 .view-box .tit { font-size: 22px; }
}

 

/* section 5 단체상해보험은 왜 필요한가요? */
section.cont5 { background-color: #F8FBFC; padding: 96px 0 80px; }
section.cont5 h2.h2-q { justify-content: center; font-size: 34px; margin-bottom: 48px; }
section.cont5 h2.h2-q::before { width: 32px; height: 32px; }
section.cont5 .nece-wrap ul { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 290px); gap: 24px; }
section.cont5 .nece-wrap ul li { position: relative; }
section.cont5 .nece-wrap .tit-box { width: 100%; max-width: 356px; height: 100%; padding: 40px; background-color: #EEF8FC; border-radius: 24px; }
section.cont5 .nece-wrap .tit-box .tit > span { display: block; font: 700 22px/130% var(--font-family); }
section.cont5 .nece-wrap .tit-box .tit > span + span { margin-top: 4px; } 
section.cont5 .nece-wrap .tit-box .img-box { width: 230px; position: absolute; left: 193px; top: 10px; }
section.cont5 .nece-box { width: 100%; height: 100%; border-radius: 24px; background-color: #fff; padding: 40px; }
section.cont5 .nece-box .ico-box { width: 64px; height: 64px; margin-bottom: 24px; }
section.cont5 .nece-box .tit { font: 800 24px/100% var(--font-family); letter-spacing: -0.24px; color: var(--deep-key-color); margin-bottom: 24px; } 
section.cont5 .nece-box .txt { font: 400 18px/150% var(--font-family); letter-spacing: -0.18px; color: var(--sub-txt); }
section.cont5 .nece-box .subject { display: flex; flex-direction: row; align-items: center; width: 100%; height: 64px; margin-bottom: 24px; }
section.cont5 .nece-box .subject > img { width: 64px; }
section.cont5 .nece-box .subject > .tit { font: 800 22px/100% var(--font-family); padding-left: 24px; margin-bottom: 0px; }

/* section 5 단체상해보험은 왜 필요한가요? 반응형 */
@media screen and (max-width:1360px){
    section.cont5 .nece-wrap ul { gap: 20px; }
    section.cont5 .nece-wrap .tit-box { width: 85%; max-width: 256px; padding: 32px; }
    section.cont5 .nece-wrap .tit-box .tit > span { font-size: 21px; }
    section.cont5 .nece-wrap .tit-box .img-box { width: 180px; left: 128px; top: 115px; }
    section.cont5 .nece-box { padding: 32px; }
    section.cont5 .nece-box .ico-box { width: 56px; height: 56px; }
    section.cont5 .nece-box .tit { font-size: 20px; margin-bottom: 16px; letter-spacing: -0.4px; }
    section.cont5 .nece-box .txt { font: 400 17px / 140% var(--font-family); }
}
@media screen and (max-width:1024px){
    section.cont5 { padding: 80px 0; }
    section.cont5 h2.h2-q { font-size: var(--h2); margin-bottom: 32px; }
    section.cont5 .nece-wrap ul { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 284px); }
    section.cont5 .nece-wrap .tit-box { max-width: 292px; }
    section.cont5 .nece-wrap .tit-box .img-box { left: 164px; top: auto; bottom: 24px; }
    section.cont5 .nece-box .ico-box { width: 44px; height: 44px; } 
}
@media screen and (max-width:768px){
    section.cont5 .nece-wrap ul { grid-template-rows: repeat(3, 276px); gap: 12px; }
    section.cont5 .nece-wrap .tit-box { max-width: 246px; }
    section.cont5 .nece-wrap .tit-box .tit > span { font-size: 20px; }
    section.cont5 .nece-wrap .tit-box .img-box { width: 172px; left: 124px; }
    section.cont5 .nece-box .ico-box { width: 40px; height: 40px; margin-bottom: 20px; }
    section.cont5 .nece-box .tit { font-size: 19px; margin-bottom: 8px; }
    section.cont5 .nece-box .txt { font-size: 16px; }
}
@media screen and (max-width:640px){
    section.cont5 .nece-wrap ul { grid-template-columns: auto; grid-template-rows: auto; }
    section.cont5 .nece-wrap ul li:first-child { display: none; }
}




/* section 6 중대재해처벌법이 시행 */
section.cont6 .inner { max-width: 1120px; }
section.cont6 .tit-box { display: flex; align-items: flex-end; gap: 24px; margin-bottom: 96px; }
section.cont6 .tit-box .ico-box { width: 96px; height: 86px; }
section.cont6 .tit-box .tit > span { display: block; font: 700 36px/100% var(--font-family); }
section.cont6 .tit-box .tit > span + span { display: flex; margin-top: 16px; }
section.cont6 .tit-box .tit > span > em { display: block; padding-bottom: 6px; border-bottom: 3px solid var(--key-color); }

section.cont6 .cont-box ul li:not(:last-child) { padding-bottom: 64px; margin-bottom: 64px; border-bottom: 1px dashed #ACAFBA; }
section.cont6 .row-box { display: grid; grid-template-columns: 480px auto; }
section.cont6 .row-box .tit { display: flex; gap: 12px; }
section.cont6 .row-box .tit p { font: 800 32px/100% var(--font-family); }
section.cont6 .row-box .tit p.ico-box { width: 32px; height: 32px; }
section.cont6 .row-box .txt { font: 400 22px/150% var(--font-family); letter-spacing: 0.22px; }
section.cont6 .row-box .txt-box .txt2 { margin-top: 32px; }
section.cont6 .row-box .txt-box p.sub-tit { display: flex; align-items: center; gap: 12px; font: 700 26px/100% var(--font-family); color: var(--key-color); margin-bottom: 16px; }
section.cont6 .row-box .txt-box p.sub-tit .ico-box { display: block; width: 56px; height: 56px; }
section.cont6 .row-box .txt-box p { font: 400 22px/150% var(--font-family); letter-spacing: 0.22px; }

/* section 6 중대재해처벌법이 시행 반응형 */
@media screen and (max-width:1360px){
    section.cont6 .tit-box { margin-bottom: 64px; }
    section.cont6 .row-box { grid-template-columns: 400px auto; }
    section.cont6 .tit-box .tit > span { font-size: 32px; } 
    section.cont6 .row-box .tit p { font-size: 28px; margin-top: 4px; }
    section.cont6 .row-box .tit p.ico-box { margin-top: 0; }
    section.cont6 .row-box .txt-box p.sub-tit { font-size: 24px; }
    section.cont6 .row-box .txt-box p.sub-tit .ico-box { width: 48px; height: 48px; }
}
@media screen and (max-width:1024px){
    section.cont6 .tit-box { margin-bottom: 48px; }
    section.cont6 .tit-box .ico-box { width: 84px; height: 75px; }
    section.cont6 .tit-box .tit > span { font-size: 28px; }
    section.cont6 .tit-box .tit > span + span { margin-top: 12px; }
    section.cont6 .row-box { grid-template-columns: 280px auto; }
    section.cont6 .row-box .tit p.ico-box { width: 28px; height: 28px; }
    section.cont6 .row-box .tit p { font-size: 24px; font-weight: 700; }
    section.cont6 .row-box .txt,
    section.cont6 .row-box .txt-box p { font-size: 20px; }
}
@media screen and (max-width:768px){
    section.cont6 .inner { padding: 0 2%; }
    section.cont6 .tit-box { gap: 18px; margin-bottom: 40px; }
    section.cont6 .tit-box .ico-box { width: 80px; height: 72px; }
    section.cont6 .tit-box .tit > span { font-size: 26px; }
    section.cont6 .cont-box ul li:not(:last-child) { padding-bottom: 40px; margin-bottom: 40px; }
    section.cont6 .row-box { grid-template-columns: auto; gap: 12px; }
    section.cont6 .row-box .tit { gap: 8px; }
    section.cont6 .row-box .tit p { font-size: 21px; margin-top: 3px; }
    section.cont6 .row-box .tit p.ico-box { width: 24px; height: 24px; }
    section.cont6 .row-box .txt,
    section.cont6 .row-box .txt-box p { font-size: 18px; }
    section.cont6 .row-box .txt-box { margin-top: 12px; }
    section.cont6 .row-box .txt-box p.sub-tit { gap: 8px; padding-top: 4px; font-size: 20px; }
    section.cont6 .row-box .txt-box p.sub-tit .ico-box { width: 36px; height: 36px; margin-top: -4px; }
    section.cont6 .row-box .txt-box .txt2 { margin-top: 16px; }
}
@media screen and (max-width:640px){
    section.cont6 .tit-box { gap: 12px; }
    section.cont6 .tit-box .ico-box { width: 68px; height: 61px; }
    section.cont6 .tit-box .tit > span { font-size: 23px; }
    section.cont6 .tit-box .tit > span + span { margin-top: 8px; }
    section.cont6 .row-box .tit p { font-size: 20px; }
    section.cont6 .row-box .txt,
    section.cont6 .row-box .txt-box p { font-size: 17px; }
    section.cont6 .row-box .txt-box p.sub-tit { font-size: 18px; }
    section.cont6 .row-box .txt-box p.sub-tit .ico-box { width: 32px; height: 32px; }
}
@media screen and (max-width:480px){
    section.cont6 .tit-box .ico-box { width: 64px; height: 56px; }
    section.cont6 .tit-box .tit > span { font-size: 21px; }
    section.cont6 .row-box .tit p { font-size: 19px; }
    section.cont6 .row-box .txt-box p.sub-tit { font-size: 17px; }
    section.cont6 .row-box .txt, section.cont6 .row-box .txt-box p { font-size: 16px; }
}


/* section 7 주요 현황 */
section.cont7 h2.h2-set span { justify-content: flex-start; }
section.cont7 h2.h2-set span::before { background: url('../img/ulife_simbol.svg') no-repeat center/contain; }
section.cont7 h2.h2-set p { text-align: left; }
section.cont7 .status-wrap ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
section.cont7 .status-wrap ul li { border-radius: 24px; border: 1px solid var(--gray-lite); padding: 40px; }
section.cont7 .status-wrap .tit { font: 700 24px/100% var(--font-family); margin-bottom: 24px; }

/* section 7 주요 현황 반응형 */
@media screen and (max-width:1360px){
    section.cont7 .status-wrap ul { gap: 20px; }
    section.cont7 .status-wrap ul li { padding: 32px; }
    section.cont7 .status-wrap .tit { font-size: 22px; }
}
@media screen and (max-width:1024px){
    section.cont7 .status-wrap ul { gap: 12px; }
    section.cont7 .status-wrap ul li { padding: 24px; border-radius: 20px; }
    section.cont7 .status-wrap .tit { font-size: 19px; }
}
@media screen and (max-width:768px){
    section.cont7 .status-wrap ul { grid-template-columns: auto; }
    section.cont7 .status-wrap .img-box { max-width: 480px; margin: 0 auto; }
}
@media screen and (max-width:480px){
    section.cont7 .status-wrap ul li { padding: 20px; border-radius: 16px; }
    section.cont7 .status-wrap .tit { font-size: 18px; }
}



/* section 8 가입사례 */
section.cont8 h2.h2-set span { justify-content: flex-start; }
section.cont8 h2.h2-set span::before { background: url('../img/ulife_simbol.svg') no-repeat center/contain; }
section.cont8 h2.h2-set p { text-align: left; }
section.cont8 .exam-wrap {  position: relative; }
section.cont8 .exam-wrap .exam-swiper-container { overflow: hidden; }
section.cont8 .exam-wrap .img-box { width: 100%; aspect-ratio: 4/3; background-color: var(--gray-lite); }
section.cont8 .exam-wrap .swiper-controller { width: 100%; position: absolute; left: 0; top: calc(50% - 24px); z-index: 10; }
section.cont8 .exam-wrap .swiper-controller > div { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--key-color); font: 500 32px/48px var(--font-family); color: var(--key-color); text-align: center; position: absolute; }
section.cont8 .exam-wrap .swiper-controller > div.swiper-button-next { background: #fff url('../img/ico_swiper_arr_next.svg') no-repeat 57% center/16px 28px; right: -12px; }
section.cont8 .exam-wrap .swiper-controller > div.swiper-button-prev { background: #fff url('../img/ico_swiper_arr_prev.svg') no-repeat 44% center/16px 28px; left: -12px; }
section.cont8 .swiper-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 24px; }
section.cont8 .swiper-pagination .swiper-pagination-bullet { width: 10px; height: 10px; border-radius: 20px; background-color: var(--gray-lite); }
section.cont8 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 28px; background-color: var(--deep-key-color); }

/* section 8 가입사례 반응형 */
@media screen and (max-width:1360px){
    section.cont8 .exam-wrap { gap: 20px; }
}
@media screen and (max-width:1024px){
    section.cont8 .exam-wrap { gap: 12px; } 
}
@media screen and (max-width:768px){
    section.cont8 .exam-wrap { grid-template-columns: auto; }
    section.cont8 .exam-wrap .swiper-controller > div { width: 36px; height: 36px; }
    section.cont8 .exam-wrap .swiper-controller > div.swiper-button-next { background: #fff url('../img/ico_swiper_arr_next.svg') no-repeat 57% center/12px 21px; right: -8px; }
    section.cont8 .exam-wrap .swiper-controller > div.swiper-button-prev { background: #fff url('../img/ico_swiper_arr_prev.svg') no-repeat 44% center/12px 21px; left: -8px; }
}
@media screen and (max-width:480px){
    section.cont8 .exam-wrap .swiper-controller > div.swiper-button-next { right: -4px; }
    section.cont8 .exam-wrap .swiper-controller > div.swiper-button-prev { left: -4px; }
    section.cont8 .swiper-pagination { gap: 4px; }
    section.cont8 .swiper-pagination .swiper-pagination-bullet { width: 8px; height: 8px; }
    section.cont8 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 20px; }
}



/* section 9 단체 보험 가입 효과를 알아보세요! */
section.cont9 { position: relative; }
section.cont9::before { content: ''; display: block; width: 100%; height: 360px; background-color: var(--point-color); position: absolute; left: 0; top: 0; z-index: -1; }
section.cont9 .inner { padding-top: 96px; }
section.cont9 h2.h2-set,
section.cont9 h2.h2-set span { color: #fff; position: relative; }
section.cont9 h2.h2-set span::before { background: url('../img/ulife_simbol.svg') no-repeat center/contain; }
section.cont9 h2.h2-set .ico-box { position: absolute; }
section.cont9 h2.h2-set .ico-box.ico1 { width: 78px; left: 312px; top: -35px; }
section.cont9 h2.h2-set .ico-box.ico2 { width: 64px; right: 327px; top: -13px; }
section.cont9 .effect-wrap > ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
section.cont9 .effect-box { width: 100%; height: 450px; padding: 48px 20px; border-radius: 24px; background-color: #fff; border: 1px solid #B6CFEA; position: relative; }
section.cont9 .effect-box .ico-box:not(.add-ico) { width: 120px; height: 120px; padding: 29px; border-radius: 50%; background-color: #F0F3FD; margin: 0 auto 24px; }
section.cont9 .effect-box .tit { font: 700 20px/100% var(--font-family); margin-bottom: 32px; text-align: center; letter-spacing: -0.7px; }
section.cont9 .effect-box ul li + li { margin-top: 20px; }
section.cont9 .effect-box ul p { display: block; font: 400 18px/110% var(--font-family); color: var(--sub-txt); padding-left: 24px; position: relative; }
section.cont9 .effect-box ul p::before { content: ''; width: 16px; height: 16px; background: url('../img/ico_list_chk.svg') no-repeat center/contain; position: absolute; left: 0; top: 0; }
section.cont9 li:nth-child(1) .effect-box .ico-box.add-ico { width: 56px; height: 48px; position: absolute; left: calc(50% - 28px); top: -33px; }
section.cont9 li:nth-child(4) .effect-box .ico-box.add-ico { width: 29px; height: 56px; position: absolute; left: 40px; top: -32px; }

/* section 9 단체 보험 가입 효과를 알아보세요! 반응형 */
@media screen and (max-width:1360px){
    section.cont9 h2.h2-set .ico-box.ico1 { left: 10%; }
    section.cont9 h2.h2-set .ico-box.ico2 { right: 12%; }
    section.cont9 .effect-wrap { width: 100%; max-width: 720px; margin: 0 auto; }
    section.cont9 .effect-wrap > ul { grid-template-columns: repeat(2, 1fr); }
    section.cont9 .effect-box ul li + li { margin-top: 12px; }
    section.cont9 .effect-box { height: 372px; padding: 40px 32px;  }
    section.cont9 .effect-box .ico-box:not(.add-ico) { width: 112px; height: 112px; padding: 26px; margin: 0 auto 20px; }
    section.cont9 .effect-box .tit { margin-bottom: 24px; }
    section.cont9 .effect-box ul p { font-size: 17px; }
}
@media screen and (max-width:1024px){
    section.cont9 h2.h2-set { margin-bottom: 48px; }
    section.cont9 li:nth-child(1) .effect-box .ico-box.add-ico { width: 48px; height: 41px; left: calc(50% - 24px); top: -28px; }
    section.cont9 li:nth-child(4) .effect-box .ico-box.add-ico { width: 24px; height: 47px; top: -27px; }
}
@media screen and (max-width:768px){
    section.cont9 .inner { padding-top: 80px; }
    section.cont9 h2.h2-set .ico-box.ico1 { left: 3%; }
    section.cont9 h2.h2-set .ico-box.ico2 { right: 3%; }
    section.cont9 .effect-wrap { width: 96%; }
    section.cont9 .effect-wrap > ul { gap: 8px; }
    section.cont9 .effect-box { height: 352px; padding: 40px 28px 36px; }
    section.cont9 .effect-box .ico-box:not(.add-ico) { width: 104px; height: 104px; padding: 24px; margin: 0 auto 24px; }
    section.cont9 .effect-box .tit { font-size: 19px; margin-bottom: 12px; }
}
@media screen and (max-width:640px){
    section.cont9 .inner { padding-top: 64px; }
    section.cont9 h2.h2-set { margin-bottom: 32px; }
    section.cont9 h2.h2-set .ico-box.ico1 { top: -87px; }
    section.cont9 h2.h2-set .ico-box.ico2 { width: 56px; top: -44px; }
    section.cont9 .effect-box { padding: 36px 20px 32px; }
    section.cont9 li:nth-child(-n+2) .effect-box { height: 320px; }
    section.cont9 li:nth-child(n+3) .effect-box { height: 376px; }
    section.cont9 .effect-box ul li + li { margin-top: 8px; }
    section.cont9 .effect-box .ico-box:not(.add-ico) { width: 96px; height: 96px; padding: 22px; }
    section.cont9 .effect-box .tit { font-size: 18px; line-height: 115%; word-break: keep-all; }
    section.cont9 .effect-box ul p { font-size: 16px; line-height: 120%; }
    section.cont9 li:nth-child(1) .effect-box .ico-box.add-ico { width: 40px; height: 34px; left: calc(50% - 20px); top: -21px; }
    section.cont9 li:nth-child(4) .effect-box .ico-box.add-ico { width: 20px; height: 39px; top: -22px; }
}
@media screen and (max-width:480px){
    section.cont9 h2.h2-set .ico-box.ico1 { width: 68px; }
    section.cont9 h2.h2-set .ico-box.ico2 { width: 44px; }
    section.cont9 .effect-wrap > ul { grid-template-columns: auto; }
    section.cont9 li:nth-child(-n+2) .effect-box,
    section.cont9 li:nth-child(n+3) .effect-box { height: auto; padding: 36px 24px; }
}



/* section 10 자주 묻는 질문을 모아봤어요! */
section.cont10 h2.h2-set span::before { background: url('../img/ico_faq.png') no-repeat center/contain; }
section.cont10 .faq-wrap { width: 92%; max-width: 986px; margin: 0 auto; }
section.cont10 .faq-wrap ul { display: flex; flex-direction: column; gap: 16px; }
section.cont10 .faq-wrap ul li { cursor: pointer; }
section.cont10 .faq-wrap ul li.active { cursor: text; }
section.cont10 .faq-box { border-radius: var(--coner-rd); border: 1px solid #B6CFEA; padding: 40px; }
section.cont10 .faq-box .q-txt { display: grid; grid-template-columns: 32px auto; gap: 20px; font: 700 24px/32px var(--font-family); }
section.cont10 .faq-box .q-txt::before { content: ''; width: 100%; aspect-ratio: 1/1; background: url('../img/sec_10_ico_q.png') no-repeat center/contain; }
section.cont10 .faq-box .a-txt { margin-top: 24px; background-color: #F8FBFC; border-radius: 20px; padding: 32px; display: none; }
section.cont10  li:nth-child(1) .faq-box .a-txt { display: block; }
section.cont10 .faq-box .a-txt p { font: 400 20px/140% var(--font-family); }
section.cont10 .faq-box .a-txt ul { margin-bottom: 16px; }
section.cont10 .faq-box .a-txt li .tit { font-weight: 500; padding-left: 12px; margin-bottom: 4px; position: relative; }
section.cont10 .faq-box .a-txt li .tit::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background-color: var(--sub-txt); position: absolute; left: 0; top: 10px; }
section.cont10 .faq-box .a-txt li .txt { padding-left: 20px; font: 400 18px/130% var(--font-family); position: relative; }
section.cont10 .faq-box .a-txt li .txt::before { content: ''; width: 4px; height: 1px; background-color: var(--sub-txt); position: absolute; left: 12px; top: 10px; } 
section.cont10 .img-box { max-width: 192px; max-height: 438px; overflow: hidden; position: absolute; right: 0; bottom: 0; }

/* section 10 자주 묻는 질문을 모아봤어요! 반응형 */
@media screen and (max-width:1360px){
    section.cont10 .faq-wrap { width: 90%; margin: 0; }
    section.cont10 .faq-box { padding: 32px; }
    section.cont10 .faq-box .q-txt { grid-template-columns: 28px auto; gap: 16px; font-size: 22px; line-height: 28px; }
    section.cont10 .faq-box .a-txt { padding: 32px 48px 32px 32px; }
    section.cont10 .faq-box .a-txt p { font-size: 19px; }
    section.cont10 .img-box { max-width: 173px; max-height: 394px; }
}
@media screen and (max-width:1024px){
    section.cont10 .faq-wrap { width: 100%; }
    section.cont10 .faq-box .q-txt { grid-template-columns: 24px auto; gap: 12px; font-size: 20px; line-height: 24px; }
    section.cont10  li:nth-child(1) .faq-box .a-txt { display: none; }
    section.cont10 .img-box { display: none; }
    section.cont10 .faq-box .a-txt { padding: 28px; }
    section.cont10 .faq-box .a-txt p { font-size: 18px; }
    section.cont10 .faq-box .a-txt li .txt { font-size: 17px; }
}
@media screen and (max-width:768px){
    section.cont10 .faq-box .q-txt { grid-template-columns: 22px auto; gap: 10px; font-size: 19px; line-height: 24px; }
    section.cont10 .faq-box .a-txt { padding: 24px; margin-top: 20px; }
    section.cont10 .faq-box .a-txt p { font-size: 17px; }
    section.cont10 .faq-box .a-txt li .txt { font-size: 15px; }
}
@media screen and (max-width:640px){
    section.cont10 .faq-box .q-txt { grid-template-columns: 20px auto; gap: 8px; font-size: 18px; line-height: 23px; }
    section.cont10 .faq-box .a-txt { margin-top: 16px; }
    section.cont10 .faq-box .a-txt p { font-size: 16px; }
}
@media screen and (max-width:480px){
    section.cont10 .faq-box { padding: 24px; }
}


/* 처음으로 돌아가기 */
.top-wrap { width: 100%; background-color: var(--deep-key-color); padding: 32px; cursor: pointer; }
.top-wrap p { font: 700 20px/100% var(--font-family); color: #fff; text-align: center; }

/* 처음으로 돌아가기 반응형 */
@media screen and (max-width:1024px){
    .top-wrap { padding: 24px; }
    .top-wrap p { font-size: 17px; }
}
@media screen and (max-width:640px){
    .top-wrap p { font-size: 16px; }
}

.term-wrap { width: 100%; background-color: var(--deep-key-color); padding: 32px; cursor: pointer; }
.term-wrap p { font: 700 20px/100% var(--font-family); color: #fff; text-align: center; }

/* 처음으로 돌아가기 반응형 */
@media screen and (max-width:1024px){
    .term-wrap { padding: 24px; }
    .term-wrap p { font-size: 17px; }
}
@media screen and (max-width:640px){
    .term-wrap p { font-size: 16px; }
}


/* ----------------------------- 모달창 모음 -----------------------------  */

/* 개인정보취급방침 자세히보기 모달 */
.privacy-wrap { padding-right: 8px; }
.privacy-box + .privacy-box { margin-top: 32px; }
.privacy-box dt { font: 600 22px/140% var(--font-family); margin-bottom: 12px; }
.privacy-box dd > p { font: 300 17px/140% var(--font-family); }
.privacy-box dd ol { padding-left: 24px; margin-top: 12px; }
.privacy-box dd li + li { margin-top: 8px; }
.privacy-box dd li > p { font: 300 16px/140% var(--font-family); text-indent: -15px; padding-left: 17px; }

/* 상품내용안내 모달창 */
.modal-container { width: 100vw; height: 100vh; background-color: rgba(0,0,0,0.75); position: fixed; left: 0; top: 0; z-index: 10; display: none; }
.modal-container.active { display: block; }

.modal-container1 { width: 100vw; height: 100vh; background-color: rgba(0,0,0,0.75); position: fixed; left: 0; top: 0; z-index: 10; display: none; }
.modal-container1.active { display: block; }

.modal-wrap { width: 100%; max-width: 1080px; height: 100%; max-height: 820px; padding: 48px; background-color: #fff; border-radius: var(--coner-rd); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.modal-wrap > div { height: 100%; display: none; }
.modal-wrap > div.active { display: block; }

.modal-wrap1 { width: 100%; max-width: 1080px; height: 100%; max-height: 820px; padding: 48px; background-color: #fff; border-radius: var(--coner-rd); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.modal-wrap1 > div { display: block; }

.modal-box { display: grid; grid-template-rows: 48px auto; height: 100%; }
.modal-box .top-box { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 12px; border-bottom: 1px dashed #EBEBEE; } 
.modal-box .top-box h3 { font: 700 32px/100% var(--font-family); }
.modal-box .top-box .btn-cls { display: block; width: 28px; height: 28px; font-size: 0; text-indent: -9999px; background: url('../img/ico_cls.svg') no-repeat center/contain; }
.modal-box .modal-cont { height: 100%; overflow-y: auto; overflow-x: hidden; padding-top: 24px; padding-right: 8px; }
.modal-box .modal-cont::-webkit-scrollbar { width: 4px; height: 4px; }
.modal-box .modal-cont::-webkit-scrollbar-thumb { background-color: var(--sub-key-color); /* 스크롤바 색상 */ border-radius: 10px; /* 스크롤바 둥근 테두리 */ }
.modal-box .modal-cont::-webkit-scrollbar-track { background-color: transparent;  /*스크롤바 뒷 배경 색상*/ }

.modal-cont .info-unit { display: block; text-align: right; font: 300 14px/100% var(--font-family); color: var(--gray-deep); margin-bottom: 8px; }
.modal-cont .table-wrap table { width: 100%; border: 1px solid #EBEBEE; border-top: 0; } 
.modal-cont .table-wrap thead th { padding: 16px 4px; background-color: var(--sub-key-color); color: #fff; font: 700 18px/100% var(--font-family); letter-spacing: -0.18px;  }
.modal-cont .table-wrap thead th:not(:last-child) { border-right: 1px solid rgba(255,255,255,0.3); } 
.modal-cont .table-wrap tbody td { padding: 14px 8px; border-bottom: 1px solid #EBEBEE; }
.modal-cont .table-wrap tbody td:not(:last-child) { border-right: 1px solid #EBEBEE; } 
.modal-cont .table-wrap tr.point1 { background-color: #E5F8FF; }
.modal-cont .table-wrap tr.point2 { background-color: #FFFFC2; }

.modal-cont .table-wrap.tb-plan td:first-child { font-weight: 500; }
.modal-cont .table-wrap.tb-plan td:not(:first-child) { text-align: right; }

.modal-cont .table-wrap.tb-premium td { text-align: center; }
.modal-cont .table-wrap.tb-premium .sub-th { background-color: var(--bg-gray-color); font-weight: 500; }

.modal-cont .table-wrap.tb-code td { line-height: 125%; }
.modal-cont .table-wrap.tb-code td:first-child { background-color: var(--bg-gray-color); font-weight: 500; }
.modal-cont .table-wrap.tb-code td:nth-child(2) { text-align: center; }


@media screen and (max-width:1024px){
    .modal-wrap { padding: 32px; }
    .modal-box { grid-template-rows: 40px auto; }
    .modal-box .top-box h3 { font-size: 26px; }
    .modal-box .top-box .btn-cls { width: 24px; height: 24px; }
    .modal-cont .table-wrap thead th { font-size: 16px; }
    .modal-cont .table-wrap tbody td { font-size: 15px; }
}
@media screen and (max-width:768px){
    .modal-box { grid-template-rows: 36px auto; }
    .modal-box .top-box h3 { font-size: 23px; }
    .modal-cont .table-wrap thead th { padding: 15px 4px 13px; }
}
@media screen and (max-width:640px){
    .modal-box .modal-cont { overflow-x: auto; }
    .modal-box .modal-cont .table-wrap { width: max(120vw, 720px); }
}



/********************************************************************
              Footer area style css
********************************************************************/
footer {
  width: 100%; height: auto;
  background-color: #000;
  margin-top:70px;
}
footer .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto; padding-bottom: 30px;
}
footer .inner .menu-box {
  height: 76px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}
footer .inner .menu-box > ul li {
  display: inline-block;
}
footer .inner .menu-box > ul li a {
  position: relative;
  display: block;
  padding: 0 15px 0 20px; line-height: 76px;
  font-size: 15; font-weight: 500;
  color: #fff
}
footer .inner .menu-box > ul li a:before {
  content: "";
  display: block;
  position: absolute; top: 50%; left: 0;
  transform: translate(0%, -50%);
  width: 4px; height: 4px;
  background-color: fff; border-radius: 100%;
}
footer .inner .menu-box > ul li:first-child a {
  padding-left: 0px;
}
footer .inner .menu-box > ul li:first-child a:before {
  width: 0px; height: 0px;
  background-color: transparent;
}
footer .inner .address-box {
  margin-top: 30px;
  width: 100%;
}
footer .inner .address-box > ul li {
  display: block;
}
footer .inner .address-box > ul li span {
  position: relative;
  display: inline-block;
  padding: 0 25px; margin-bottom: 10px;
  font-size: 15; font-weight: 400;
  color: #fff;
}
footer .inner .address-box > ul li span:before {
  content: "";
  display: block;
  position: absolute; top: 50%; left: 0;
  transform: translate(0%, -50%);
  width: 3px; height: 3px;
  background-color: #fff; border-radius: 100%;
}
footer .inner .address-box > ul li span:first-child:before {
  width: 0px; height: 0px;
  background-color: transparent;
}
footer .inner .address-box > ul li span:first-child {
  padding-left: 0;
}
footer .inner .address-box > ul li.copyright {
  font-size: 12; font-weight: 300;
  color: #fff; letter-spacing: 0;
  margin-bottom: 7px;
}
footer .inner .logo-wrap {
  position: absolute; top: 138px; right: 0px;
}
.highlight {
  background: yellow;
  font-weight: bold;
  padding: 0 2px;
}

.highlight.active {
  background: orange;
  color: #fff;
  border-radius: 3px;
}




/********************************************************************
              추가 내역 [ 25-12-17 ] style css 
********************************************************************/
section.cont4 .view-wrap ul li:nth-child(1) .view-box { background-color: #D9F5F3; }
section.cont4 .view-wrap ul li:nth-child(1) .view-box .img-box { right: auto; left: 48px; display: flex; flex-direction: column; justify-content: flex-end; }
section.cont4 .view-wrap ul li:nth-child(1) .view-box .tit { position: absolute; right: 28px; top: 50px; width: 45%; word-break: keep-all; word-break: keep-all; text-align: right; }

.calculator .row-ud .col-ud .insurer-wrap .insurer-set label img { width: 20px; height: 20px; margin-left: 4px; }
.calculator .row-ud .col-ud .insurer-wrap .insurer-set.card-box label { display: flex; flex-direction: row; align-items: center; }
.calculator .row-ud .col-ud .insurer-wrap .insurer-set.card-box-family label { display: flex; flex-direction: row; align-items: center; }


.calculator {
  display: flex; align-items: flex-start;
  flex-direction: column;
}
.calculator .subject {
  display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-end;
  /* height: 163px; */padding-bottom: 12px;
  gap: 12px;
}
.calculator .subject .sub-tit { display: grid; grid-template-columns: 26px auto; gap: 12px; font: 600 22px/100% var(--font-family); margin-bottom: 20px; }
.calculator .subject .sub-tit::before { content: ''; display: block; width: 100%; aspect-ratio: 1/1; background: url('../img/ico_tit_excl.png') no-repeat center/contain; }

.calculator .row-ud {
  display: flex; 
  flex-direction: row; align-items: flex-start; /* align-self: stretch; */
  gap: 8px;
  width: 100%; height: 454px;
}
.calculator .row-ud .col-ud {
  display: flex;
  flex-direction: column; align-items: flex-start;
  /* width: calc(40% - 16px - 16px); */
  width: 35%; max-height: 454px;
  padding: 24px 16px;
  border-radius: 24px;
  background-color: #E0EEFE;
  box-sizing: content-box;
}
.calculator .row-ud .col-ud:nth-child(2) {
  background-color: #D9F5F3;
}
.calculator .row-ud .col-ud:nth-child(3) {
  display: flex; 
  flex-direction: column; align-items: flex-start; 
  width: 30%; height: 100%;
  gap: 8px;
  padding: 0px;
  background-color: transparent;
}
.calculator .row-ud .col-ud .wh-card-box {
  display: flex; 
  flex-direction: column; align-items: flex-start; 
  width: 100%;
  background-color: #fff;
  padding: 24px 16px;
  border-radius: 24px;
}
.calculator .row-ud .col-ud .insurer-wrap {
  display: flex; flex-direction: column; align-items: flex-start;
  width: 100%; height: 100%;
  overflow: hidden;
  gap: 8px;
}
.calculator .row-ud .col-ud .insurer-wrap .add-scll-details {
	height:100%; width:100%;
	overflow: hidden;
}
.calculator .row-ud .col-ud .insurer-wrap .add-scll-details .inner {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 8px; 
  width:100%; max-height: 350px;
  overflow: auto;
  padding-right: 8px;
}
.calculator .row-ud .col-ud .insurer-wrap .ins-tit { width: 100%; font: 700 24px/100% var(--font-family); margin-bottom: 24px; }
.calculator .row-ud .col-ud .insurer-wrap .insurer-set.card-box {
  position: relative;
  display: flex; justify-content: space-between; align-items: flex-start;
  padding: 16px;
  border-radius: 10px; background: #FFF;
  width: 100%;
}
.calculator .row-ud .col-ud .insurer-wrap .insurer-set.card-box a.close-btn {
  position: absolute; right: 8px; top: 8px;
  width: 14px; height: 14px;
  cursor: pointer;
}
.calculator .row-ud .col-ud .insurer-wrap .insurer-set.card-box a.close-btn svg {
  fill: #CE0404;
}

.calculator .row-ud .col-ud .insurer-wrap .insurer-set.card-box-family {
  position: relative;
  display: flex; justify-content: space-between; align-items: flex-start;
  padding: 16px;
  border-radius: 10px; background: #FFF;
  width: 100%;
}
.calculator .row-ud .col-ud .insurer-wrap .insurer-set.card-box-family a.close-btn {
  position: absolute; right: 8px; top: 8px;
  width: 14px; height: 14px;
  cursor: pointer;
}
.calculator .row-ud .col-ud .insurer-wrap .insurer-set.card-box-family a.close-btn svg {
  fill: #CE0404;
}

.calculator .row-ud .col-ud .insurer-wrap .insurer-set .frm-radio,
.calculator .row-ud .col-ud .insurer-wrap .insurer-set select { width: 100%; }

.calculator .row-ud .col-ud .insurer-wrap .insurer-set .frm-itm:nth-child(1) { width: 42%; }
.calculator .row-ud .col-ud .insurer-wrap .insurer-set .frm-itm:nth-child(2) { width: 33%; }
.calculator .row-ud .col-ud .insurer-wrap .insurer-set .frm-itm:nth-child(3) { width: 25%; }


.calculator .row-ud .col-ud:nth-child(2) .insurer-wrap .insurer-set .frm-itm:nth-child(1) { width: 33%; }
.calculator .row-ud .col-ud:nth-child(2) .insurer-wrap .insurer-set .frm-itm:nth-child(2) { width: 42%; }
.calculator .row-ud .col-ud:nth-child(2) .insurer-wrap .insurer-set .frm-itm:nth-child(3) { width: 25%; }

.calculator .row-ud .col-ud .insurer-wrap .insurer-set label,
.calculator .row-ud .col-ud .insurer-wrap .insurer-set label { display: block; margin-bottom: 12px; font: 600 18px/100% var(--font-family); }
.calculator .row-ud .col-ud .insurer-wrap .insurer-set select { border-radius: 10px; border: 1px solid var(--gray-lite); font: 300 16px/100% var(--font-family); color: var(--gray-deep); padding: 15px 12px; background: url('../img/ico_arr_down.svg') no-repeat calc(100% - 12px) center/12px 6px; }
.calculator .row-ud .col-ud .insurer-wrap .insurer-set select:invalid { color: var(--gray-deep); }
.calculator .row-ud .col-ud .insurer-wrap .insurer-set select:invalid option { color: var(--default-txt); }
.calculator .row-ud .col-ud .insurer-wrap .insurer-set select:valid { color: var(--default-txt); }

.calculator .row-ud .col-ud .insurer-wrap .insurer-set input[type="text"] { max-width: 145px; padding: 15px 12px 11px; font: 300 16px/100% var(--font-family); color: var(--gray-deep); border-radius: 10px; border: 1px solid var(--gray-lite); background: url('../img/ico_calendar.png') no-repeat calc(100% - 16px) center/15px 15px; cursor: pointer; }
.calculator .row-ud .col-ud .insurer-wrap .insurer-set input[type="text"]:not(:placeholder-shown) { color: var(--default-txt); }
.calculator .row-ud .col-ud .insurer-wrap .insurer-set input[type="text"]::placeholder { color: var(--gray-deep); }


.calculator .row-ud .col-ud:nth-child(2) .insurer-wrap .insurer-set input[type="text"] { max-width: 100%; background: transparent; }

.calculator .row-ud .col-ud .insurer-wrap .insurer-set .frm-radio { display: grid; grid-template-columns: 1fr 1fr; align-items: center; width: 96px; height: 48px; border-radius: 10px; overflow: hidden; border: 1px solid var(--gray-lite); }
.calculator .row-ud .col-ud .insurer-wrap .insurer-set .frm-radio input[type="radio"] { display: none; }
.calculator .row-ud .col-ud .insurer-wrap .insurer-set .frm-radio input[type="radio"] + label { display: block; width: 100%; text-align: center; margin: 0; font: 300 16px/48px var(--font-family); color: var(--gray-deep); border-radius: 10px; cursor: pointer; }
.calculator .row-ud .col-ud .insurer-wrap .insurer-set .frm-radio input[type="radio"]:checked + label { font-weight: 600; color: #fff; background-color: var(--sub-key-color); box-shadow: 1px 2px 6px rgba(0,0,0,0.07); }
.calculator .row-ud .col-ud:nth-child(2) .insurer-wrap .insurer-set .frm-radio input[type="radio"]:checked + label { background-color: #22B8AD; }

.calculator .row-ud .col-ud .insurer-wrap .btn-wrap { margin-top: 16px; }
.calculator .row-ud .col-ud .insurer-wrap .btn-wrap,
.calculator .row-ud .col-ud .insurer-wrap .btn-wrap .btn-add-insurer { width: 100%; }
.calculator .row-ud .col-ud .insurer-wrap .btn-add-insurer button { width: 100%; padding: 21px 0 17px; text-align: center; background-color: var(--bg-gray-color); border-radius: 12px; border: 1px dashed var(--sub-key-color); }
.calculator .row-ud .col-ud .insurer-wrap .btn-add-insurer button span { display: flex; align-items: flex-start; justify-content: center; gap: 8px; font: 600 20px/100% var(--font-family); color: var(--deep-key-color); }
.calculator .row-ud .col-ud .insurer-wrap .btn-add-insurer button span::before { content: ''; display: block; width: 16px; height: 16px; background: url('../img/ico_plus.svg') no-repeat center/contain; }

.calculator .row-ud .col-ud:nth-child(2) .insurer-wrap .btn-add-insurer button { border-color: #22B8AD; }
.calculator .row-ud .col-ud:nth-child(2) .insurer-wrap .btn-add-insurer button span { color: #22B8AD; }
.calculator .row-ud .col-ud:nth-child(2) .insurer-wrap .btn-add-insurer button span::before { background: url('../img/ico_plus_1.svg') no-repeat center/contain; }

.calculator .row-ud .col-ud .insurer-wrap .btn-wrap .btn-add-insurer-family { width: 100%; }
.calculator .row-ud .col-ud .insurer-wrap .btn-add-insurer-family button { width: 100%; padding: 21px 0 17px; text-align: center; background-color: var(--bg-gray-color); border-radius: 12px; border: 1px dashed var(--sub-key-color); }
.calculator .row-ud .col-ud .insurer-wrap .btn-add-insurer-family button span { display: flex; align-items: flex-start; justify-content: center; gap: 8px; font: 600 20px/100% var(--font-family); color: var(--deep-key-color); }
.calculator .row-ud .col-ud .insurer-wrap .btn-add-insurer-family button span::before { content: ''; display: block; width: 16px; height: 16px; background: url('../img/ico_plus.svg') no-repeat center/contain; }

.calculator .row-ud .col-ud:nth-child(2) .insurer-wrap .btn-add-insurer-family button { border-color: #22B8AD; }
.calculator .row-ud .col-ud:nth-child(2) .insurer-wrap .btn-add-insurer-family button span { color: #22B8AD; }
.calculator .row-ud .col-ud:nth-child(2) .insurer-wrap .btn-add-insurer-family button span::before { background: url('../img/ico_plus_1.svg') no-repeat center/contain; }




.calculator .row-ud .col-ud .wh-card-box:nth-child(1) { height: 158px; overflow: hidden; }
.calculator .row-ud .col-ud .wh-card-box:nth-child(2) { height: calc(454px - 173px); }
.calculator .row-ud .col-ud .wh-card-box .add-wrap {
    display: flex;
    justify-content: space-between; align-items: flex-start; flex-direction: column;
	width: 100%;
}
.calculator .row-ud .col-ud .wh-card-box .add-wrap .frm-file { margin-bottom: 38px; }

.calculator .row-ud .col-ud .wh-card-box .frm-calc .frm-tit { margin-bottom: 24px }
.calculator .row-ud .col-ud .wh-card-box .frm-calc,
.calculator .row-ud .col-ud .wh-card-box .calc-box dl { width: 100% }

.calculator .row-ud .col-ud .wh-card-box .calc-box .calc-box dl > div { padding: 8px; }
.calculator .row-ud .col-ud .wh-card-box .add-wrap .btn-excel-down { width: 100%; }
.calculator .row-ud .col-ud .wh-card-box .add-wrap .btn-excel-down button {
	display: flex;
    flex-direction: row; justify-content: center; align-items: center;
	border-radius: 4px;
    border: 1px solid #21A366;
	width: 100%; height: 42px;
}
.calculator .row-ud .col-ud .wh-card-box .add-wrap .btn-excel-down button span {
	color: #21A366;
}
.calculator .row-ud .col-ud .wh-card-box .add-wrap .btn-excel-down button span::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 0;
    background: url(../img/ico_excl.png) no-repeat center / 13px 13px;
    margin-top: -2px;
}

/************************** 스크롤바 전체 영역 **************************/
/* 스크롤바의 폭 너비 */
.add-scll-details .inner::-webkit-scrollbar {
    width: 10px;  
}

.add-scll-details .inner::-webkit-scrollbar-thumb {
    background: rgba(0, 102, 178); /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
	border-left: 2px solid #fff; border-right: 2px solid #fff;
}
.add-scll-details .inner::-webkit-scrollbar-track {
    background: #fff;  /*스크롤바 뒷 배경 색상*/
}

.calculator .row-ud .col-ud:nth-child(2) .add-scll-details .inner::-webkit-scrollbar-thumb {
    background: rgba(91, 196, 188); /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

@media screen and (max-width:1024px){
    .calculator .row-ud { flex-direction: column; height: 100%; }
	.calculator .row-ud .col-ud {
	  width: 100%;
	}
	.calculator .row-ud .col-ud:nth-child(3) {
	  width: 100%;
	}
	.calculator .row-ud .col-ud .wh-card-box .add-wrap .btn-wrap.btn-excel-down { margin:0; }

}



/************************** 퀵메뉴 **************************/

.quick-menu-content {
	position: fixed; bottom: 280px; right: 0px; z-index: 9;
	width: 88px;
	border-radius: 16px 0 0 16px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 4px 18px 0 rgba(0, 0, 0, 0.18);
	background-color: transparent;
	overflow: hidden;
}
.quick-menu-content .inner {
	display: flex; 
	flex-direction: column; align-items: flex-end;
	width: 100%;
}
.quick-menu-content .inner .row {
	height: 88px; width: 100%;
}
.quick-menu-content .inner .row .box {
	display: flex;
	flex-direction: column; justify-content: center; align-items: center;
	gap: 4px;
	padding: 0 8px;
	overflow: hidden;
	width: 100%; height: 100%;
}
.quick-menu-content .inner .row .box .icon {
	display: flex;
	justify-content: center; align-items: center;
	width: 28px; height: 28px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
}
.quick-menu-content .inner .row .box > span,
.quick-menu-content .inner .row .box > .text-item {
	color: #FFF;
	text-align: center;
	font-size: 14px; font-weight: 400;
	line-height: 16px; letter-spacing: -0.35px;
	word-break: keep-all;
}
.quick-menu-content .inner .row .box > .text-item { padding: 0; font-size: 16px; }
.quick-menu-content .inner .row:nth-child(1) { background-color: #0066B2; }
.quick-menu-content .inner .row:nth-child(2) { background-color: #22B8AD; }
.quick-menu-content .inner .row:nth-child(3) { background-color: #63CFF9; }
.quick-menu-content .inner .row:nth-child(4) { background-color: #F39C11; }
.quick-menu-content .inner .row .box .icon > svg { fill: #fff; }


@media screen and (max-width:1024px){
    .quick-menu-content { display: none; }
}


.precautions-box {
	width: 100%;
	margin-top: 24px; padding: 24px;
	background-color: #fafafa; border-radius: 6px;
	border: 1px solid #ededed;
}


/* 2601 추가사항 */
section.caution ul {
	display: flex;
	flex-wrap: wrap; flex-direction: row; justify-content: flex-start;
    width:100%; max-width: var(--cont-inner);
    margin: 0 auto; padding: 38px;
	border-radius: var(--coner-rd); border: 2px solid var(--gray-lite)
}
section.caution ul > li {
	padding-top: 38px;
	width: 70%;
	font: 400 17px/160% var(--font-family);
	word-break: keep-all;
	text-indent: -10px; padding-left: 10px;
	color: var(--sub-txt);
}
section.caution ul > li:nth-child(2n+1) {
	width: 25%;
	margin-right: 5%;
	font: 700 24px/32px var(--font-family);
	color: var(--default-txt);
	text-indent: 0px; padding-left: 0px;
}
section.caution ul > li p {
	font: 400 17px/160% var(--font-family);
	word-break: keep-all;
	text-indent: -10px; padding-left: 10px;
	color: var(--sub-txt);
}
section.caution ul > li:nth-child(2n+1) p {
	font: 700 24px/32px var(--font-family);
	color: var(--default-txt);
	text-indent: 0px; padding-left: 0px;
}
section.caution ul > li:first-child,
section.caution ul > li:nth-child(2) {
	padding-top: 0px;
}

section.caution ul > li p.step-2 {
	padding-left: 24px;

}
section.caution ul > li p.step-3 {
	padding-left: 42px;

}

@media screen and (max-width:1024px){
    section.caution ul {
		display: flex; flex-direction: column; align-items: flex-start;
	}
	section.caution ul > li,
	section.caution ul > li:nth-child(2n+1) {
		width: 100%;
		text-indent: 0px; padding-left: 0px;
	}
	section.caution ul > li:nth-child(2n+1) {
		margin-right: 0%;
	}
	section.caution ul > li:nth-child(2n+2) {
		padding-top: 8px;
	}