:root {accent-color:#007aff;}

/* 이미지 width 100% */
.img-responsive {width:100%;} 

/* title */
.title-box h3 {font-size: 28px; color: #3f3f3f;}
.title-box h2 {font-size: 40px; line-height: 1.4; margin: 0 0 30px;}
.title-box > span {font-size: 20px; color: #4f4f4f;}

.inner {width:100%; max-width: 1212px; padding: 50px 16px 80px; margin:0 auto; }

.w-br {display: block; height: 1px;}


/* swiper */
.carSwiper-box {position: relative; }
.carSwiper-box .swiper-slide .car-wrap{
    border-radius: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff; overflow: hidden;
}
.carSwiper-box .car-img {
    position: relative; padding-bottom: calc(230 / 420 * 100%);
    width: 100%; height: 0; background-color: #F9F3F3;
}
.carSwiper-box .car-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 85%;
    max-width: 320px;
}
.carSwiper-box .pointTxt {
    position: absolute; gap: 7px; bottom: -15px;
}
.carSwiper-box .pointTxt span {
    padding: 4px 16px; line-height: 22px; border-radius: 100px;
    color: #fff; font-size: 14px;
}
.carSwiper-box .pointTxt span.point01 {background-color: #FF5031;}
.carSwiper-box .pointTxt span.point02 {background-color: #687AFF;}
.carSwiper-box .pointTxt span.point03 {background-color: #FA78E8;}
.carSwiper-box .txt-box {padding: 20px 40px 40px; font-size: 16px;}
.carSwiper-box .top {
    padding-bottom: 20px;
}
.carSwiper-box .top h3 {
    margin: 10px 0;
    font-size: 24px;
}
.carSwiper-box .top .txt02,
.carSwiper-box .top .txt03 {font-size: 14px;}
.carSwiper-box .top .line {
    margin: 0 5px; width: 1px; height: 12px; background-color: #ccc;
}
.carSwiper-box .top .txt02{
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    font-size:16px;
}
.carSwiper-box .top .txt03 {
    margin-top: 8px; padding-top: 8px; border-top:1px solid #ddd;
    display: -webkit-box; text-overflow: ellipsis; overflow: hidden;
    -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    line-height: 1.4;
}
.carSwiper-box .bottom {
    text-align: right;
}

.carSwiper-box .txt01 {
    justify-content: flex-end;
    gap: 8px; margin-bottom: 10px;
}
.carSwiper-box .txt01 span {
    background-color: #eee; font-size: 14px;
    padding: 4px 8px; border-radius: 5px;
}
.carSwiper-box .bottom .txt02 {
    font-size: 18px; line-height: 1.5;
} 
.carSwiper-box .bottom h3 {
    font-size: 32px; line-height: 30px; margin: 5px 0 10px;
    letter-spacing: -1.2px;
}
.carSwiper-box .bottom h3 em {
    font-size: 20px; font-weight: 400;
}
.carSwiper-box .bottom h3 em.fw-b {
    font-weight: bold;
}
.carSwiper-box .btn {
    width: 100%; height: 60px; margin-top: 20px;
    border-radius: 12px; font-size: 20px;
}
.carSwiper-box .btn img {
    height: 14px; margin-left: 8px;
}
.carSwiper-box .swiper-button {
    width: 40px; height: 40px; cursor: pointer;
    position: absolute; top: 50%;
    border-right: 2px solid #ccc; border-bottom: 2px solid #ccc;
    z-index: 14;
}
.carSwiper-box .custom-prev{
    left: 0; transform: translateY(-50%) rotate(135deg);
}
.carSwiper-box .custom-next{
    right: 0; transform: translateY(-50%) rotate(-45deg);
}

.carSwiper-box .truckSwiper{
    margin-top: 40px;
}
.carSwiper-box .truckSwiper ~ .swiper-button {
    width: 18px; height: 18px;
}
.carSwiper-box .top-prev{
    left: -10px; transform: translateY(0) rotate(135deg);
}
.carSwiper-box .top-next{
    right: -10px; transform: translateY(0) rotate(-45deg);
}
.carSwiper-box .carSwiper .top{
    height: 124px;
}
.carSwiper-box .swiper-pagination{
    position: relative; margin-top: 50px;
}
.carSwiper-box .swiper-pagination-bullet-active {background: #000;}


/* ----------------- section01 ----------------- */
.section01 .inner {
    gap: 50px; padding-top: 120px;
}
.section01 .swiper {
    width: 100%;  height: auto; 
    max-width: 780px; height: 380px;
    border-radius: 24px; 
}
.section01 .swiper-slide img {
    height: 100%;
}
.section01 .swiper-controller {
    position: absolute; bottom: 50px; left: 44px;
    z-index: 100; width: 91px; height: 36px;
    background-color: rgba(0, 0, 0, 0.6); border-radius: 100px;
    justify-content: center;
}
.section01 .control-ber {
    cursor: pointer; 
    margin-right: 10px;
    width: 14px; height: 14px;
    background: url('/_img/ico_stop.png') no-repeat center;
    background-size: 9px 11px;
}
.section01 .control-ber.on {
    background: url('/_img/ico_start.png') no-repeat center;
}
.section01 .swiper-pagination {
    position: unset; max-width: max-content; font-size: 14px;
    color: #fff;
}

.section01 .main-form {
    width: 40%; max-width: 350px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    padding: 25px; border-radius: 24px; 
}
.section01 .main-form .form-content i{
    display: block; margin: 40px auto; width: 84px; height: 84px;
    background: #FFEFEF; border-radius: 15px;
    transform: rotate(-45deg);
}
.section01 .main-form .form-content i img{
    display:block;
    width: 84px; transform: rotate(45deg);
}
.section01 .main-form .form-content .txt01{
    line-height: 1.5;
}
.section01 .main-form .boardwriteWrap .boardWrite{
    gap: 7px;
}
.section01 .main-form .boardwriteWrap dl:nth-child(4){
    margin:5px 0;
}
.section01 .main-form .boardwriteWrap dl:nth-child(4) dt{
    font-size:14px; font-weight:600; color:#FF313D;
}
.section01 .main-form .boardwriteWrap dl:nth-child(4) dd{
    gap: 5px;
}
.section01 .main-form .boardwriteWrap dl:nth-child(4) .input-radio label{
    height: 34px;
    line-height: 32px;
    font-size: 14px;
}
.section01 .main-form .boardwriteWrap dd:first-child.agree{
    margin-top:0;
}
.section01 .main-form .boardwriteWrap button{
    margin-top: 10px;
}



/* ----------------- section02 ----------------- */
.section02 .inner {padding-top: 30px;}
.section02 .content-tap {margin: 60px 0; gap: 15px;}
.section02 .content-tap div {
    background-color: #f4f4f4; gap: 10px;
    width: 170px; height: 50px; border-radius: 100px;
    font-size: 18px; font-weight: 600;
}
.section02 .content-tap div img {
    width: auto; height: 26px;
}
.section02 .carSwiper {
    width: 100%; max-width: 940px;
}
.section02 .carSwiper-box .swiper-slide {
    padding:20px;
}
.section02 .carSwiper-box .swiper-pagination{
    display: none;
}

/* ----------------- section03 ----------------- */
.section03 .content {margin-top: 80px;}
.section03 .content ul {gap: 20px; width: 100%;}
.section03 .content ul li {
    width: 20%; height: 343px;
    background-color: #F8F8F8;
    border-radius: 30px; flex-direction: column;
}
.section03 .content ul li img:nth-of-type(1) {
    margin-bottom: 15px;
}
.section03 .content ul li h3 {
    font-size: 24px; font-weight: bold;
}
.section03 .content ul li .txt-c {
    font-size: 20px; line-height: 1.5;
}
.section03 .content ul li .txt-c .txt-small{
    margin-top: 3px; font-size: 0.7em; color: #777;
}
.section03 .content ul li .txt-c em {font-weight: bold; padding: 0 2px;}
.section03 .content ul li .txt-c em.em01 {
    background-color: #D9FFCF;
}
.section03 .content ul li .txt-c em.em02 {
    background-color: #FFEEC9;
}
.section03 .content ul li img.ico01 {margin: 32px 0 30px;}
.section03 .content ul li img.ico02 {margin: 37px 0 35px;}
.section03 .content ul li img.ico03 {margin: 33px 0 31px;}
.section03 .content ul li img.ico04 {margin: 40px 0 38px;}
.section03 .content ul li img.ico05 {margin: 50px 0 48px;}




/* ----------------- section04 ----------------- */
.section04 .title h3 {font-size: 32px; margin-bottom: 20px;}
.section04 .title span {font-size: 18px; font-weight: 300;}
.section04 .title span em {margin: 0 5px;}
.section04 .content {margin: 60px auto 0;}
.section04 .carSwiper-box {width: 100%;}
.section04 .carSwiper-box .swiper-slide{
    padding:0 15px;
}
.section04 .carSwiper-box .car-img {
    border-radius: 20px;
}
.section04 .carSwiper-box .txt-box {
    padding: 20px 0 0 0;
}
.section04 .carSwiper-box .txt01 {
    justify-content: flex-start; margin: 0;
}
.section04 .carSwiper-box .top {
    border-bottom: none; margin-top: 10px;
}
.section04 .carSwiper-box .top .txt01 {
    text-overflow: ellipsis; overflow: hidden; display: -webkit-box;
    -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    margin-top: 5px; height: 39px; line-height: 1.4;
    font-size:14px; color:#888;
}
.section04 .carSwiper-box .top h3 {
    font-size: 18px; margin: 0;
}
.section04 .carSwiper-box .bottom > span {
    justify-content: space-between;
    font-size: 16px;
}
.section04 .carSwiper-box .bottom > span.txt02 > em {
    font-size: 26px; letter-spacing: -1px;
}
.section04 .carSwiper-box .bottom > span.txt02 > em > em {
    font-size: 18px;
}
.section04 .carSwiper-box .bottom > span.txt03{
	font-size: 14px;
}
.section04 .carSwiper-box .btn {
    margin-top:10px; height: 50px;
    font-size: 20px; border-radius: 10px;
}
.section04 .content:nth-of-type(3) {margin-top: 100px;}





/* ----------------- section05 ----------------- */
.section05 .title-box span {
    font-size: 30px; font-weight: 600; color: #191919;
}
.section05 .title-box div {
    max-width: 620px; justify-content: space-between;
    margin: 30px auto 0;
}
.section05 .title-box div img {margin-top: -30px;}
.section05 .title-box div h2 {font-weight: 300;}
.section05 .title-box div h2 em.fc {color: #FF8484;}
.section05 .title-box h2 {margin: 0; font-size: 50px;}
.section05 .content > img {margin: 40px auto 60px;}
.section05 .content .txt-box {flex-wrap: wrap; gap: 40px 60px;}
.section05 .content .txt-box > div {
    width: calc(50% - 30px);
    justify-content: flex-start;
    background-color: #F9F7F3; border-radius: 30px;
    padding: 20px; font-size: 20px;
}
.section05 .content .txt-box div img {
    border-radius: 30px; margin-right: 20px;
}
.section05 .content .txt-box .txt01 {
    font-size: 26px; margin-bottom: 13px;
}
.section05 .content .txt-box .txt01 em {
    font-size: 16px; font-weight: 400;
}
.section05 .content .txt-box2 { margin-top: 80px;}
.section05 .content .txt-box2 div:nth-child(1) {
    background-color: #FF8B38; padding: 25px 0;
    margin: 0 auto; width: 680px;  font-size: 30px;
    border-radius: 40px; position: relative;
}
.section05 .content .txt-box2 div:nth-child(1)::before {
    content: ''; display: block;
    width: 0; height: 0; 
    position: absolute; bottom: -20px; right: 20%;
    border-top: 12px solid #FF8B38;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #FF8B38;
    border-right: 12px solid transparent;
}
.section05 .content .txt-box2 div:nth-child(1) > span {
    background-color: rgba(255, 255, 255, 0.2);
    width: 70px; height: 70px; border-radius: 100px;
    margin-right: 20px;
}
.section05 .content .txt-box2 p em {color: #FBFF81;}
.section05 .content .txt-box2 div:nth-child(2) {
    border: 1px solid #FFD7BB;
    width: 360px; height: 70px; border-radius: 100px;
    background-color: #FEFFEE;
    font-size: 24px; color: #FF8B38;
    margin: 22px auto 0;
}
.section05 .content .txt-box2 div:nth-child(2) img {
    margin: 0 15px 0 4px;
}
.section05 .content .txt-box2 div:nth-child(2) em {
    color: #191919; font-size: 30px;
}




/* ----------------- section06 ----------------- */
.section06 .txtBox {
    border-radius: 50px; padding: 80px 10px 76px;
    background-color: #FDF8F8; position: relative;
    margin-top: 81px;
}
.section06 .txtBox .titleBox {
    width: 647px; height: 122px;
    overflow: hidden; border-radius: 50px 0 0 0;
    position: absolute; top: -80px; left: 30px;
    z-index: -1;
}
.section06 .txtBox .titleBox::before {
    content: ''; display: block;
    width: 647px; height: 300px;
    border-radius: 0 20px 0 0;
    background: linear-gradient(#FFD7D9, transparent);
    transform: skew(40deg) translate(-30px, 0px);
}
.section06 .txtBox .titleBox span {
    position: absolute; top: 32px; left: 50px; 
    font-size: 28px; z-index: 1;
}
.section06 .tableBox .tableTop {position: relative; gap: 50px;}
.section06 .tableTop .box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    width: 100%; max-width: 424px;
    height: 195px;
    flex-direction: column;
    font-size: 24px;
}
.section06 .tableTop .cetner {
    position: relative; z-index: 1;
    width: 150px; height: 150px; border-radius: 100px;
    background-color: #FF313D; color: #fff;
    box-shadow: 0 5px 20px rgba(255, 163, 168, 1);
    flex-direction: column;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.section06 .tableTop .cetner span {
    font-size: 20px; margin-top: 8px;
}
.section06 .tableTop .box > span {
    font-size: 16px; margin: 12px 0 25px;
}
.section06 .tableTop .box01 h3 {color: #5470FF;}
.section06 .tableTop .box02 h3 {color: #FF313D;}
.section06 .tableTop .box img {margin-left: 12px;}
.section06 .tableBottom {
    gap: 6px; margin: 40px auto; align-items: stretch;
}

.section06 .tableBottom div {
    width: 100%; max-width: 250px; font-size: 20px;
}
.section06 .tableBottom div img {margin: 0 auto;}

.section06 .tableBottom div.box01 .boxColor {
    background-color: #5470FF; height: 320px;
    border-radius: 30px;
}
.section06 .tableBottom div.box02 .boxColor {
    background-color: #FF434E;
    height: 210px;
    position: relative; border-radius: 30px 30px 0 0;
}
.section06 .tableBottom div.box02 .boxColor02 {
    height: 78px; font-size: 16px; border-radius: 0 0 30px 30px;
    background-color: #eee;
}
.section06 .tableBottom div .bottomBox {
    border-radius: 20px; background-color: #eee;
    height: 110px; margin-top: 10px; 
}
.section06 .tableBottom div.box01 .bottomBox {
    height: 78px; font-size: 16px;
}
.section06 .tableBottom div.cetner {
    max-width: 200px; margin-top: 43px;
    border-top: 2px dotted #5470FF;
    border-bottom: 2px dotted #5470FF;
    font-size: 16px; gap: 20px;
    align-items: flex-start;
}
.section06 .tableBottom div.cetner > div {
    width: calc(50% - 10px); font-weight: bold;
    font-size: 16px; position: relative;
}
.section06 .tableBottom div.cetner span {
    position: absolute; top: 13px;
    width: 2px; height: calc(100% - 26px);
}
.section06 .tableBottom div.cetner .left {
    position: relative; height: 100%;
    text-align: right; color: #5470FF;
}
.section06 .tableBottom div.cetner .left span {
    position: absolute; right: 0;
    border-right: 2px dotted #5470FF;
}
.section06 .tableBottom div.cetner .right {
    height: 288px; color: #FF434E;
    border-bottom: 2px dotted #ff433e;
}
.section06 .tableBottom div.cetner .right span {
    left: 0; border-left: 2px dotted #FF434E;
}
.section06 .tableBottom div.cetner .left span::after,
.section06 .tableBottom div.cetner .left span::before{
    content: ''; display: block;
    width: 12px; height: 8px;
    position: absolute; left: -5px;
    background: url('/_img/ico_triangle_b.png') no-repeat;
}
.section06 .tableBottom div.cetner .left span::after {
    top: -9px; 
}
.section06 .tableBottom div.cetner .left span::before {
    transform: rotate(-180deg); bottom: -9px;
}
.section06 .tableBottom div.cetner .right span::after,
.section06 .tableBottom div.cetner .right span::before {
    content: ''; display: block;
    width: 12px; height: 8px;
    position: absolute; left: -7px;
    background: url('/_img/ico_triangle_r.png') no-repeat;
}
.section06 .tableBottom div.cetner .right span::after {
    top: -9px;
}
.section06 .tableBottom div.cetner .right span::before {
    transform: rotate(-180deg); bottom: -9px;
}
.section06 .info-txt span {
    display: block; font-size: 14px; line-height: 1.5;
}



/* ----------------- section07 ----------------- */
.section07 .title-box h2 {margin-bottom: 50px;}
.section07 ul.flex {
    justify-content: center; gap: 50px; flex-wrap: wrap;
}
.section07 .flex li {
    text-align: center; font-size: 18px; font-weight: 500;
}
.section07 .flex li div.flex-c {
    border: 1px solid #DDDDDD;
    border-radius: 40px; margin-bottom: 15px;
    width: 130px; height: 130px;
}
.section07 .flex .arrow {
    width: 30px; height: 30px; 
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transform: rotate(-45deg);
    margin: -30px 0 0 40px;
}



/* ----------------- section08 ----------------- */
.section08 {background-color: #F9F9F9;}
.section08 .inner {padding: 80px 16px;}
.section08 .inner ul {
    align-items: flex-start; flex-wrap: wrap; gap: 20px 0;
}

.section08 .inner ul li {
    width: 50%; padding-left: 24px;
    color: #555; font-size: 14px; line-height: 1.5;
}

.section08 .inner ul li p {
    font-weight: bold; position: relative;
    font-size: 16px; margin-bottom: 5px;
}
.section08 .inner ul li p::before {
    content: ''; display: block;
    width: 4px; height: 4px; border-radius: 4px;
    background-color: #555;
    position: absolute; top: 6px; left: -14px;
}

.section08 .inner .warning-txt {margin-top: 40px; color: #888; font-size: 14px;}
.section08 .inner .warning-txt span {display: block; margin-bottom: 10px;}


/* ----------------- section09 ----------------- */
#reviewList .title-box{
    margin-bottom:30px;
}
#reviewList .review-wrap li a{
    display: block; padding:25px; width: 230px; background: #f5f5f5;
    border-radius: 30px;
}
#reviewList .review-wrap li a .tit{
	position:relative; display:flex; align-items: center; gap:5px;
	margin-bottom:10px;	padding-bottom:10px; border-bottom:1px solid #000;
}
#reviewList .review-wrap li a .tit:after{
	content:''; position:absolute; bottom:3px; right:-2px; transform:rotate(45deg);
	width:12px; height:1px; background:#000; 
}
#reviewList .review-wrap li a .tit .stit{
    padding:3px 6px;line-height: 1; background:#000; border-radius:3px;
    font-size: 10px; font-weight: 500; color:#fff;
}
#reviewList .review-wrap li a .tit .mtit{
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
    font-size: 16px; font-weight:800;
}
#reviewList .review-wrap li a .text p{
	overflow: hidden; text-overflow: ellipsis; height:3em; line-height:1.5em;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    font-size: 11px;
}

#reviewList .writer {display:flex; align-items:center; gap:10px; margin-top:10px;}
#board #reviewList .writer {align-items:end; z-index:9;}
#reviewList .writer .name {font-size:11px; font-weight:400; color:#969696; letter-spacing:-0.5px;}
#reviewList .writer .star { display:flex; gap:2px;}
#reviewList .writer .star span {width:14px; height:14px;}
#reviewList .writer .star .staron {background:url('/_img/star_on.svg') no-repeat center; background-size:contain; }
#reviewList .writer .star .staroff {background:url('/_img/star_off.svg') no-repeat center; background-size:contain; }

.review-wrap{overflow: hidden; display:flex; margin-bottom:20px;}
.rolling-list{display: flex;}
.rolling-list ul{display: flex; gap: 40px; padding-right: 40px;}
.rolling-list.pause {animation-play-state: paused !important;}
.rolling-list#roller1-1 {animation: rollingleft1 100s linear infinite;}
.rolling-list#roller1-2 {animation: rollingleft2 100s linear infinite;}
.rolling-list#roller2-1 {animation: rollingleft3 100s linear infinite;}
.rolling-list#roller2-2 {animation: rollingleft4 100s linear infinite;}

@keyframes rollingleft1 {
    0% { transform: translateX(0); }
    50% { transform: translateX(-100%); }
    50.01% { transform: translateX(100%); }
    100% { transform: translateX(0); }
}

@keyframes rollingleft2 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-200%); }
}

@keyframes rollingleft3 {
    0% { transform: translateX(0); }
    50% { transform: translateX(100%); }
    50.01% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}

@keyframes rollingleft4 {
    0% { transform: translateX(-200%); }
    100% { transform: translateX(0); }
}

@media (min-width: 768px) {
    #reviewList .title-box{margin-bottom:60px;}
    #reviewList .review-wrap li a{padding:35px; width: 500px;}
    #reviewList .review-wrap li a .tit{gap:10px; margin-bottom: 15px;}
    #reviewList .review-wrap li a .tit:after{width:20px;bottom: 6px;}
    #reviewList .review-wrap li a .tit .stit{padding: 5px 8px; font-size: 14px;}
    #reviewList .review-wrap li a .tit .mtit{font-size: 24px;}
    #reviewList .review-wrap li a .text p{font-size: 15px;}
    #reviewList .writer .name {font-size:14px;}
    #reviewList .writer .star span {width:20px; height:20px;}

    .review-wrap{margin-bottom:50px;}
    .rolling-list ul{gap: 80px; padding-right: 80px;}

    #mpartner{margin-top:120px}
    #mpartner .mpartner-rolling {animation: mpscroll 40s linear infinite;}
    #mpartner .pbox {min-width: 200px;}

    @keyframes mpscroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-1980px);
        }
    }
}


@media (max-width: 1024px) {
    .section01 .inner {gap: 30px; padding-top: 100px;}    
    .section01 .swiper-controller {left: 50px; bottom: 30px;}
    .section01 .main-form .boardwriteWrap dd.agree{font-size: 11px;}

    .section03 .content ul { flex-wrap: wrap; gap: 30px; justify-content: center;}
    .section03 .content ul li {width: 30%;}

    .carSwiper-box .truckSwiper{margin-top: 20px;}
    .carSwiper-box .swiper-button{display: none;}

    .section07 .flex .arrow {margin-left: 30px;}
}

@media (max-width: 820px) {
    .section01 .inner {flex-wrap: wrap;}
    .section01 .swiper {height: auto;}
    .section01 .main-form {width: 100%; max-width: none; height: auto;}

    .section01 .main-form .boardwriteWrap dl:nth-child(4) dt{
        font-size:12px;
    }
    .section01 .main-form .boardwriteWrap dl:nth-child(4) .input-radio label{
        height: 28px; line-height: 26px; font-size: 12px;
    }

    .section05 .content .txt-box > div {width: 100%;}

}

@media (max-width: 768px) {
    .w-br {display: none;}
    .m-br {display: block; height: 1px;}


    /* title */
    .title-box h3 {font-size: 18px;}
    .title-box h2 {font-size: 26px; margin: 4px 0 10px;}
    .title-box > span {display: block; font-size: 15px; padding: 0 50px; line-height: 1.5;}

    .inner {padding: 40px 16px;}

    /* section01 */
    .section01 .inner {padding-top: 60px;}
    .section01 .swiper-controller {left: 25px; bottom: 16px; width: 60px; height: 26px;}
    .section01 .swiper-pagination {font-size: 12px; line-height: 30px;}
    .section01 .control-ber {margin-right: 5px; background-size: 7px 9px;}
    .section01 .control-ber.on {background-size: 7px 9px;}
    .section01 .swiper-slide img{width: 100%; object-fit: cover;}

    .section01 .main-form {padding: 30px 20px 20px; border-radius: 20px;}
    .section01 .main-form .form-content i{margin: 20px auto; width: 64px; height: 64px;}
    .section01 .main-form .form-content i img{width: 64px;}
    .section01 .main-form .form-content .txt01{font-size: 14px;}



    /* section02 */
    .section02 .inner {padding: 40px 16px;}
    .section02 .content-tap {margin: 30px 0;}
    .section02 .content-tap div {height: 36px; font-size: 12px; gap: 4px; width: 130px;}
    .section02 .content-tap div img {height: 20px;}
    .section02 .carSwiper-box .swiper-slide {padding: 0;}
    .section02 .carSwiper-box .swiper-pagination{display: block;}
    .carSwiper-box .swiper-slide .car-wrap {border-radius: 15px; border:1px solid #d8dae3; box-shadow:none;}
    .carSwiper-box .top {padding-bottom: 0;}
    .carSwiper-box .pointTxt span {font-size: 10px; padding: 0 10px;}
    .carSwiper-box .txt-box {padding: 10px;font-size: 12px;}
    .carSwiper-box .top h3 {font-size: 16px;margin: 15px 0 5px;}
    .carSwiper-box .carSwiper .top{height: 104px;}
    .carSwiper-box .top .txt02{font-size:12px;}
    .carSwiper-box .top .txt03 {font-size:11px;}
    .carSwiper-box .bottom .txt01 {margin: 5px 0;}
    .carSwiper-box .bottom .txt01 span {font-size: 11px; padding: 4px 6px; border-radius: 3px;}
    .carSwiper-box .bottom .txt02 {font-size: 14px;}
    .carSwiper-box .bottom h3 {font-size: 24px; margin: 0;}
    .carSwiper-box .bottom h3 em {font-size: 16px;}
    .carSwiper-box .btn {margin-top:10px; height: 40px;border-radius: 8px;font-size: 14px;}
    .carSwiper-box .btn img {height: 13px; margin-top: -1px;}
    .carSwiper-box .swiper-pagination{margin-top: 30px;}


    /* section03 */
    .section03 .content {margin-top: 40px;}
    .section03 .content ul {gap: 10px;}
    .section03 .content ul li {
        width: calc(50% - 5px); height: 230px; padding: 20px 0 24px;
    }
    .section03 .content ul li img:nth-of-type(1) {width: 14px; margin-bottom: 6px;}
    .section03 .content ul li h3 {font-size: 17px;}
    .section03 .content ul li .txt-c {font-size: 15px;}
    .section03 .content ul li img.ico01,
    .section03 .content ul li img.ico02 {height: 50px; margin: 15px 0 20px;}
    .section03 .content ul li img.ico03 {height: 50px; margin: 15px 0 20px;}
    .section03 .content ul li img.ico04 {height: 44px; margin: 15px 0 20px;}
    .section03 .content ul li img.ico05 {height: 30px; margin: 15px 0 20px;}


    /* section04 */
    .section04 .content {margin-top: 30px;}
    .section04 .title h3 {font-size: 20px; margin-bottom: 10px;}
    .section04 .title span {font-size: 12px;}
    .section04 .carSwiper-box .swiper-slide{padding: 0;}
    .section04 .carSwiper-box .txt-box {padding-top: 10px;}
    .section04 .carSwiper-box .txt01 {gap: 4px;}
    .section04 .carSwiper-box .txt01 span {padding: 3px 5px; border-radius: 3px; font-size: 10px;}
    .section04 .carSwiper-box .top h3 {font-size: 16px; line-height: 1.2;}
    .section04 .carSwiper-box .top .txt01{margin-bottom:10px; height:32px; font-size: 12px;}
    .section04 .carSwiper-box .bottom > span {font-size: 14px; flex-wrap: wrap;}
    .section04 .carSwiper-box .bottom > span.txt02 > em {font-size: 20px; }
    .section04 .carSwiper-box .bottom > span.txt02 > em > em {font-size: 14px;}
    .section04 .carSwiper-box .bottom > span.txt03{font-size: 11px;}
    .section04 .carSwiper-box .btn {height: 40px; font-size: 15px;}
    .section04 .content:nth-of-type(3) {margin-top: 50px;}
    


    /* section05 */
    .section05 .title-box span {font-size: 18px;}
    .section05 .title-box div {max-width: 380px; margin-top: 15px;}
    .section05 .title-box div img {width: 17px; margin-top: -20px;}
    .section05 .title-box h2 {font-size: 26px;}
    .section05 .content > img {width: 110px; margin: 20px auto 30px;}
    .section05 .content .txt-box {flex-wrap: wrap; gap: 20px;}
    .section05 .content .txt-box > div {
        border-radius: 15px; padding: 10px 14px; font-size: 14px;
    }
    .section05 .content .txt-box div img {
        width: 100px; border-radius: 15px; margin-right: 10px;
    }
    .section05 .content .txt-box .txt01 {font-size: 16px;}
    .section05 .content .txt-box .txt01 em {font-size: 14px;}
    .section05 .content .txt-box2 {margin-top: 40px;}
    .section05 .content .txt-box2 div:nth-child(1) {
        width: auto; max-width: 400px; font-size: 22px; padding: 15px 10px;
        text-align: center; border-radius: 24px;
    }
    .section05 .content .txt-box2 div:nth-child(1) > span {
        width: 45px; height: 45px; margin-right: 10px;
    }
    .section05 .content .txt-box2 div:nth-child(1)::before {
        border-width: 8px; bottom: -10px;
    }
    .section05 .content .txt-box2 div:nth-child(2) {
        width: 250px; height: 40px; font-size: 17px;
    }
    .section05 .content .txt-box2 div:nth-child(2) img {width: 20px; margin: 0 10px 0 4px;}
    .section05 .content .txt-box2 div:nth-child(2) em {font-size: 19px;}


    /* section06 */
    .section06 .txtBox .titleBox {
        width: 340px; height: 100px; top: -60px; left: 20px;
        max-width: 588px; border-radius: 30px 0 0 0;
    }
    .section06 .txtBox .titleBox::before { width: 430px;}
    .section06 .txtBox .titleBox span {left: 22px; top: 26px; font-size: 18px;}
    .section06 .txtBox {border-radius: 30px; padding: 40px 10px; margin-top: 60px;}
    .section06 .tableBox .tableTop {gap: 56px;}
    .section06 .tableTop .box {font-size: 15px; height: 160px;}
    .section06 .tableTop .box01 {padding-right: 6px;}
    .section06 .tableTop .box02 {padding-left: 6px;}
    .section06 .tableTop .box > span {font-size: 14px; margin-bottom: 18px;}
    .section06 .tableTop .box h3 {font-size: 16px;}
    .section06 .tableTop .box img {width: 15px; height: 32px;}
    .section06 .tableTop .cetner {width: 90px; height: 90px; }
    .section06 .tableTop .cetner  img {width: 20px;}
    .section06 .tableTop .cetner span {font-size: 15px;}
    .section06 .tableBottom div {font-size: 14px;}
    .section06 .tableBottom div img {width: 40px;}
    .section06 .tableBottom div.box01 .boxColor {height: 240px; border-radius: 10px;}
    .section06 .tableBottom div.box02 .boxColor {
        height: 160px; border-radius: 10px 10px 0 0;
    }
    .section06 .tableBottom div.box02 .boxColor02 {
        border-radius: 0 0 10px 10px; font-size: 14px;
    }
    .section06 .tableBottom div .bottomBox,
    .section06 .tableBottom div.box01 .bottomBox {
        border-radius: 10px; font-size: 14px; height: 80px;
    }
    .section06 .tableBottom div.cetner {gap: 10px; justify-content: space-between;}
    .section06 .tableBottom div.cetner > div {font-size: 12px; width: 50%; padding: 0 8px;}
    .section06 .tableBottom div.cetner .right {height: 238px;}
    .section06 .info-txt span {font-size: 12px;}


    /* section07 */
    .section07 .title-box h2 {margin-bottom: 30px;}
    .section07 ul.flex {gap: 20px; max-width: 380px; align-items: flex-start; margin: 0 auto;}
    .section07 .flex li {font-size: 15px; align-items: flex-start;}
    .section07 .flex li div.flex-c {width: 80px; height: 80px; border-radius: 20px;}
    .section07 .flex .arrow {width: 12px; height: 12px; margin: 35px 0 0 14px;}


    /* section08 */
    .section08 {margin-top: 30px;}
    .section08 .inner {padding: 30px 16px;}
    .section08 .inner ul li {font-size: 12px; padding-left: 14px;}
    .section08 .inner ul li p {font-size: 13px; margin-bottom: 0;}
    .section08 .inner ul li p::before {width: 3px; height: 3px; top: 8px; left: -10px;}
    .section08 .inner .warning-txt {font-size: 12px;}
}


@media (max-width: 450px) {
    .section06 .txtBox .titleBox {width: 280px; border-radius: 25px 0 0 0;}
    .section06 .txtBox .titleBox::before { width: 380px;}
}