/* costs */
.costs .stitle{padding-bottom:11px}
.costs .units{padding-bottom:10px}
.costs_table .thead, .costs_table .tfoot{background:#c6171f}
.costs_table .thead p, .costs_table .tfoot p{float:left;font-family:'NanumGothicBold';font-size:13px;letter-spacing:-0.05em;line-height:35px;color:#fff}
.costs_table .th1{width:72%}
.costs_table .th2{width:28%}
.costs_table .tfoot .th1{padding-left:10px;box-sizing:border-box}
.costs_table .tbody{position:relative;height:60px;padding:14px 0 0 9px;box-sizing:border-box;border-bottom:1px solid rgba(0,0,0,0.15)}
.costs_table .tbody.n_brdr{border-bottom:0}
.costs_table .tbody .th{padding-bottom:7px;font-family:'NanumGothicBold';font-size:11px;letter-spacing:-0.05em;color:#333}
.costs_table .tbody .td2{right:10px;top:14px;font-family:'NanumGothicBold';font-size:13px;letter-spacing:-0.05em;color:#c6171f}
.comments{padding:13px 0 0px}
.comments li{position:relative;padding-left:5px}
.comments li:before{content:'';position:absolute;left:0;top:6px;width:2px;height:2px;background:#666}
.comments li em{color:#666}

/* steps */
.steps .stitle{padding:55px 0 5px}
.steps li{position:relative;float:left;width:48.2757%;margin-bottom:10px;border:1px solid #ddd;box-sizing:border-box}
.steps li:nth-child(even){margin-left:3.4486%}
.steps li:last-child{background-color:#c6171f;background-image:url('../img/page/fran/03/steps_bg_txt.png');background-repeat:no-repeat;background-position:bottom right;background-size:113px}
.steps .li_txt_area{width:115px;height:190px;margin:0 auto;padding-top:10px;box-sizing:border-box}
.steps .num{padding:5px 0 18px;font-family:'NanumGothicBold';font-size:10px;color:#c6171f}
.steps .text{padding-top:10px}
.steps li:last-child .text{color:#fff }
.steps .ico{top:10px;right:0;width:25px}

/* support */
.support{padding-bottom:28px}
.support .stitle{padding:43px 0 11px}
.support .lyr_ttl{background:#6ec9c0;padding:0 10px;box-sizing:border-box;font-family:'NanumGothicBold';font-size:13px;letter-spacing:-0.05em;line-height:35px;color:#fff}
.support .lyr_ttl span{float:right;line-height:inherit;font-family:'NanumGothic';font-size:10px}
.support .layer_in{padding:12px 10px 23px}
.support .text span{font-family:'NanumGothicBold';color:#be9d6d}

/* changup */
.root-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.box-section{
    position: relative;
}
.title-section{
    width:100%;
    position: absolute;
    box-sizing: border-box;
    padding:0 5%;
    text-align: center;
}

/* section8 */
.box-section8 {
    padding: 180px 0 235px;
    height:auto;
    background:#fff;
    background-image: url("../img/changup/section8.webp");
    background-position: 50% bottom;
    background-repeat: repeat-x;
   
}
.title-section8{
    position: relative;
    display: grid;
    gap:24px;
}
.benefit-box-container{
    position: relative;
    max-width:1000px;
    margin:0 auto;
}
.benefit-box{
    margin-bottom: 7px;
    overflow:hidden;
    margin-top:10px;
}
.benefit-box .benefit-box-inner {
    position: relative;
    padding-top: 190px;
    height:0;
    overflow:hidden;
    display: block;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 12%);
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.benefit-box:nth-child(1) .benefit-box-inner{
    background-image: url("../img/changup/benefit1.gif");
}
.benefit-box:nth-child(2) .benefit-box-inner{
    background-image: url("../img/changup/benefit2.gif");
}
.benefit-box:nth-child(3) .benefit-box-inner{
    background-image: url("../img/changup/benefit3.gif");
}
.benefit-box:nth-child(4) .benefit-box-inner{
    background-image: url("../img/changup/benefit4.gif");
}
.benefit-box img{
    position: absolute;
    top:30px;
    right:60px;
}
.benefit-box:nth-child(4) img{
    top:80px;
    right:50px;
}
.benefit-number {
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    flex-shrink: 0;
}
.benefit-image {
    transform: scale(0.8); /* 초기 크기 설정 */
    opacity: 1;
}

.aos-animate .benefit-image {
    opacity: 1;
    animation: bounceIn 1s forwards;
}

.aos-animate.benefit-box:nth-child(1) .benefit-image{
    animation-delay: 1s; /* 첫 번째 요소는 딜레이 없음 */
}

.aos-animate.benefit-box:nth-child(2) .benefit-image {
    animation-delay: 1.4s; /* 두 번째 요소는 0.5초 딜레이 */
}

.aos-animate.benefit-box:nth-child(3) .benefit-image {
    animation-delay: 1.8s; /* 세 번째 요소는 1초 딜레이 */
}

.aos-animate.benefit-box:nth-child(4) .benefit-image {
    animation-delay: 2.2s;
}


@keyframes bounceIn {
    0% {
        transform: scale(0.8) rotate(0deg);
        opacity: 1;
    }
    25% {
        transform: scale(1.1) rotate(15deg);
    }
    50% {
        transform: scale(1.05) rotate(-15deg);
    }
    75% {
        transform: scale(1.1) rotate(10deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}
.benefit-content {
    flex: 1;
}

.benefit-title {
    font-size: 35px;
    font-weight: bold;
    color:#131313;
    
}
.benefit-title strong{
    font-size:50px;
}
.benefit-title span{
    color: #b4242a;
}
.benefit-desc {
    font-size: 14px;
    margin-top: 5px;
}

/* 모바일 전용 */
.wrap-mobiler{
    max-width:768px;
    margin:0 auto;
}
.wrap-mobiler img{
    vertical-align: middle;
    max-width:100%;
}
.wrap-mobiler header{
    background: #fff;
    position: fixed;
    -moz-box-shadow: 0px 3px 6px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 7%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 7%);
    width:100%;
    z-index: 100;
    display:block;
    max-width:768px;
}
.wrap-mobiler header .logo{
    vertical-align: middle;  
    height:34px;
    margin-left:15px;
}
.wrap-mobiler header h1 a{
    display:inline-block;
    position: absolute;
    left:0;
    top:0px;
    bottom:0;
    width:140px;
    margin:0;
    height:34px;
    vertical-align: middle;
}
.wrap-mobiler nav ul li{
    text-align: center;
    margin:0;
    padding:0;
}
.wrap-mobiler nav ul li a{
    color:#fff;
}
.wrap-mobiler nav ul li a:hover{
    color:#b4242a;
}
.wrap-mobiler .title-section {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0%;
    text-align: center;
    
}
.wrap-mobiler .box-section1 {
    padding-top: 90vw;
    padding-bottom:17.5vw;
    /* background-image: url(../img/m_section1.webp); */
}
.wrap-mobiler .title-section1{
    top:40vw;
}
.wrap-mobiler .section1-section-bottom{
    display:flex;
    flex-direction: column;
    gap:14px;
    position: relative;
}
.wrap-mobiler .box-section2 {
    padding-top: 23vw;
    padding-bottom:0vw;
}
.wrap-mobiler .title-section2 > div:nth-child(3) {
    padding-top: 30px;
}
.wrap-mobiler .section2-section-bottom{
    display:flex;
    flex-direction: column;
    gap:2vw;
    padding-top:20px;
    position: relative;
}
.wrap-mobiler .section2-section-bottom img{
    padding-bottom:0;
}
.wrap-mobiler .box-section3 {
    padding-top: 14vw;
    padding-bottom:0vw;
    background-image: url('../img/changup/m_section3.webp');
    background-position: 50% bottom;
    background-size: cover;
}
.wrap-mobiler .section3-section-bottom{
    flex-direction: column;
    gap:0;
    padding-top: 8vw;
}
.section3-bottom41{
    position: relative;
    height:5vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
}
.section3-bottom3{
    margin-top:-8vw;
}
.section3-bottom41 img{
    position: absolute;
    left:0;
    top:0;
}
.wrap-mobiler .box-section4 {
    padding-top: 21.2vw;
    padding-bottom:32vw;
    /* background-image: url(../img/m_section4.webp); */
    background-position: 50% top;
    background-size: cover;
}
.wrap-mobiler .title-section4 > div:nth-child(2) {
    padding: 5vw 0 8vw;
}
.wrap-mobiler .wrap-tab{
    padding: 0vw 0 3vw;
}
.wrap-mobiler .wrap-tab ul{
    flex-wrap: wrap;
    padding:0 12vw;
}
.wrap-mobiler .wrap-tab ul li{
    width:calc(50% - 10px);
    margin:0vw;
    box-sizing: border-box;
}
.wrap-mobiler .wrap-tab ul li a{ 
    width:100%;
}
.wrap-mobiler .tab-bottom{
    height:127vw;
    border-radius: 0;
    margin:0 4vw;
}
.wrap-mobiler .grid-box {
    display: grid;
    gap: 2vw;
}
.wrap-mobiler .box-line {
    height: auto;
}
.wrap-mobiler .grid-box-bottom{
   margin-top: 5vw;
}

.wrap-mobiler .box-section5 {
    padding: 0px 0;
    height: auto;
    background: #fff;
}
.wrap-mobiler .wrap-map {
    flex-direction: column;
    gap: 0px;
    padding-bottom:22vw;
    overflow: hidden;
}
.wrap-mobiler  .map-left {
    width: 100%;
    background: #c3272e;
    padding:22.13vw 0 18vw;
    gap:3vw;
}
.wrap-mobiler  .map-right {
    width: 100%;
    background: url('../img/changup/m_section5.png') 50% top repeat-x;
    padding-left: 14vw;
    box-sizing: border-box;
    padding-top: 20vw;
}
.wrap-mobiler .box-section5::before {
    display: none;
}
.wrap-mobiler .flex-box{
    position: relative;
    height:22vw;
    padding-top:0;
    margin-top:7vw;
}
.wrap-mobiler .map-left .flex-box + div {
    margin-bottom: 0px;
}
.wrap-mobiler .flex-box img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
}
.wrap-mobiler .map-right > div {
    margin-left: 0px;
    position: relative;
    max-width: 484px;
    margin: 0 auto;
}

.wrap-mobiler .section6-bottom-image {
    FONT-WEIGHT: 500;
    right: -18vw;
    width: 50vw;
    top: -12vw;
}
.wrap-mobiler .title-section6B {
    gap: 2vw;
    margin: 0 auto;
    width: 84vw;
    box-sizing: border-box;
    margin-top:4vw;
}
.wrap-mobiler .box-section6{
    padding:22.13vw 0 0;
}
.wrap-mobiler .in-section6 {
    padding:0 4vw;
    padding-top: 4vw;
}
.wrap-mobiler .in-section6 ul {
    flex-wrap: wrap;
    gap: 6px;
}
.wrap-mobiler .in-section6 ul li {
    width: calc(50% - 3px);
}
.wrap-mobiler .in-section6 ul img {
    aspect-ratio: 16 / 7;
}
.wrap-mobiler .section6-section-bottom {
    height: 126.56vw;
    margin-top: 0px;
}
.wrap-mobiler .section6-section-bottom li:nth-child(1) {
    left: 4vw;
    top:37.5vw;
    width: 46%;
}
.wrap-mobiler .section6-section-bottom li:nth-child(2) {
    left: 13.6vw;
    top: 5vw;
    width: 65.1vw;
}
.wrap-mobiler .section6-section-bottom li:nth-child(3) {
    left: auto;
    right: 4vw;
    top: 29.1vw;
    width: 42.31vw;
}
.wrap-mobiler .section6-section-bottom li:nth-child(4) {
    left: auto;
    right: 7.8vw;
    top: 57.3vw;
    width: 52.73%;
}   
.wrap-mobiler .section6-section-bottom li:nth-child(5) {
    left: 14.84vw;
    top: 82.161vw;
    width: 70.31vw;
}
.wrap-mobiler  .box-section7 {
    padding: 22.7vw 0 20.8vw;
    height: auto;
  
}

.wrap-mobiler .tab_container{
    padding: 0 4vw;
    flex-direction: column-reverse;
}
.wrap-mobiler .title-section7 {
    gap: 2vw;
}
.wrap-mobiler .qa-area,
.wrap-mobiler .image-area{
    width:100%;
}
.wrap-mobiler .qa-answer{
    position: relative;
    margin:0;
    border:0;
    padding:0;
    display:none;
    height:auto;
    
}
.wrap-mobiler .qa-answer-inner{

    margin: 22px 22px 18px 22px;
    border: 2px solid #000;
    padding: 5vw;
    background: #fff;
    font-size: 24px;
    line-height: 1.5;
    box-sizing: border-box;
    align-items: center
}
.wrap-mobiler .qa-item.active .qa-answer{
    display:block;
}
.wrap-mobiler .qa-answer ol{
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.wrap-mobiler .qa-answer::before{
    background-size: cover;
 
    display:block;
    top:0;
    left:0;
    width:100%;
    height:60vw;
    position: absolute;
    background-position: 50% 50%;
}
.wrap-mobiler .qa-answer1::before{
    background-image:url('../img/changup/tab7_1.webp');
    background-position: 50% 30%;
}
.wrap-mobiler .qa-answer2::before{
    background-image:url('../img/changup/tab7_2.webp');
}
.wrap-mobiler .qa-answer3::before{
    background-image:url('../img/changup/tab7_3.webp');
}
.wrap-mobiler .qa-answer4::before{
    background-image:url('../img/changup/tab7_4.webp');
    
}
.wrap-mobiler .rolling-banner {
    background-image: url('../img/changup/marquee.gif');
    background-size: 160px;
}

.wrap-mobiler .box-section8 {
    padding: 20vw 0 22vw;
    height: auto;
    background: #fff;
    background-image: url('../img/changup/section8.webp');
    background-position: 50% bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    
     
}
.wrap-mobiler .benefit-box-container{
    margin:0 4vw;
    margin-top:12vw;
}
.wrap-mobiler .benefit-box .benefit-box-inner{
    background-size:auto;
    background-position:left 50%;
    background-color:#f2f2f2;
    padding-top:33vw;
   
}
.wrap-mobiler .benefit-box:nth-child(1) .benefit-box-inner{
    background-color:#f8e5e5;
    background-image: url("../img/changup/m_benefit1B.gif");
    padding-top:40vw;
}
.wrap-mobiler .benefit-box:nth-child(2) .benefit-box-inner{
    background-image: url("../img/changup/m_benefit2B.gif");
}
.wrap-mobiler .benefit-box:nth-child(3) .benefit-box-inner{
    background-image: url("../img/changup/m_benefit3B.gif");
}
.wrap-mobiler .benefit-box:nth-child(4) .benefit-box-inner{
    background-image: url("../img/changup/m_benefit4B.gif");
}
.wrap-mobiler .benefit-box img {
    position: absolute;
    top:auto;
    bottom: -5vw;
    right: 2vw;
}
.wrap-mobiler .box-section9 {
    background: #f5f5f5;
    padding: 22vw 0;
}
.wrap-mobiler .box-section10{
    padding: 22vw 0;
}
.wrap-mobiler .title-section9 {
    margin-bottom: 7.4vw;
}
.wrap-mobiler .section9-bottom{
    max-width:689px;
    padding:0 4vw;
}
.section9-bottom-inner{
    height:0;
    overflow: hidden;
    text-indent: -999999px;
}

.wrap-mobiler .section10-form-container{
    padding:6vw;
    margin:0 4vw;
}
.wrap-mobiler .form-group > label{
    font-size:16px;
    width:100px;
    min-width:100px;
}
.form-input-normalB{
    width:45%;
}
.wrap-mobiler .form-input-center {
    width: 24px !important;
    min-width: 24px !important;
    text-align: center;
    line-height: 42px;
}
.wrap-mobiler .form-group-select {
    gap: 10px;
    width: calc(100% - 10px);
}
.wrap-mobiler .form-group label {
    font-size: 15px;
    line-height: 32px;
    padding-tp:5px;
}
.wrap-mobiler .section10-form-container .consent {
    margin: 15px 0 0;
    font-size: 15px;
    display: flex;
    justify-content: center;
}
.wrap-mobiler .form-group{
    margin-bottom: 20px;
  
}
.wrap-mobiler .form-groupB > label{
    margin-bottom: 10px;
}
.wrap-mobiler .form-groupB{
    margin-bottom: 20px;
    flex-direction: column;
}
.wrap-mobiler .footer-container {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    line-height: 1.3em;
}
.wrap-mobiler .footer_ {
    background-color: #eee;
    padding: 30px 10px 130px;
    font-size:12px;
}
.wrap-mobiler .footer_ p {
    margin: 4px 0;
}
.wrap-mobiler .section10-form-container .form-group input[type="tel"],
.wrap-mobiler .section10-form-container .form-group input[type="text"]{
    width:60%;
}
.bg_ap_privacy_content{
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
    backdrop-filter: blur(5px);
}
@media (max-width: 820px) {
    
    .wrap-mobiler .benefit-box .benefit-box-inner{
        background-size:80%;
    }
    .wrap-mobiler .benefit-box img{
        zoom:0.8
    }
    .wrap-mobiler .benefit-box {
        margin-bottom: 1vw;
        margin-top: 3vw;
    }
    .footer-logo img {
        height: 40px;
    }
    .form-footer{
        height:110px;
    }
    .inquiry-bar {
        flex-direction: column;
        padding: 7px 10px;
        gap: 5px;
    }
    .inquiry-bar .inquiry-input {
        padding: 5px 10px;
        border: none;
        border-radius: 2px;
        width: 33%;
        font-size: 16px;
        color: #555;
        line-height: 20px;
    }
    .inquiry-bar-bottom{
        display:flex;
        gap:10px;
    }
    .inquiry-bar .inquiry-text{
        font-size:16px;
    }
    .inquiry-bar .inquiry-button {
        background-color: #141414;
        color: white;
        border: none;
        padding: 4px 15px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        cursor: pointer;
    }
    .ap_privacy_content {
        max-height: 370px;
        max-width: 90vw;
    
    }
    .ap_privacy_content .ap_privacy_desc {
        font-size: 14px;
        line-height: 20px;
    }
    .ap_privacy_content .ap_privacy_desc ol span {
        font-size: 12px;
    }
    .ap_privacy_content .ap_privacy_desc ul{
        margin:0;
        padding:0;
    }
    .ap_privacy_content .ap_privacy_desc ol span{
        font-size:14px;
    }
    .ap_privacy_content .ap_privacy_content_inner .ap_privacy_command_container {
        position: relative;
        height: 28px;
        text-align: right;
        padding-top:5px;
    }
    .ap_privacy_content .ap_privacy_content_inner{
        padding:5% 6% 3% 6%;
    }
    .rolling-banner {
        animation: scrollBackground 100s linear infinite;
    }
}
@media (max-width: 620px) {
    .wrap-tab ul li a{
        font-size:16px;
        padding:8px 0;
    }
    .grid-box-bottom-bar .bar{
        width:12vw;
    }
    .wrapTab_on{
        margin:0 -4vw;
    }
    .aos-animate .wrapTab_on .grid-box-bottom-bar .bar {
        opacity: 1;
        height: 45vw;
    }
    .grid-box-bottom-bar {
        gap: 4vw;
        height: 50vw;
        
    }
    .grid-box-bottom-bar .bar1::before{
        height:69%;
    }
    .grid-box-bottom-bar .bar2::before{
        height:80%;
    }
    .grid-box-bottom-bar .bar3::before{
        height:88%;
    }
    .grid-box-bottom-bar .bar4::before{
        height:100%;
    }
    .grid-box-bottom-bar .bar5::before{
        height:92%;
    }
    .wrap-mobiler .qa-answer-inner {
        font-size:16px;
        line-height: 1.7;
    }
    .wrap-mobiler .qa-answer h3 {
        font-size: 20px;
    }
    .qa-answer ol li {
        margin: 10px 0;
        line-height: 20px;
    }
    .wrap-mobiler .qa-question {
        font-size:18px;
    }
    .wrap-mobiler .benefit-box .benefit-box-inner{
        background-size:98%;
    }
    .wrap-mobiler .benefit-box img{
        zoom:1;
        max-width:24vw;
        max-height:24vw;
    }
    .rolling-banner {
        animation: scrollBackground 80s linear infinite;
    }
}