.mainVisual {
    height: 550px;
    position: relative;
    width: 100%;
}

.mainvisualWrap {
    position: relative;
}

.mainVisual .visual01 {
    background: #04193d;
}

.mainVisual .visual02 {
    background: #ddd;
}

.mainvisualWrap .mainVisual a img {
    width: 100%;
}

.mainvisualWrap .mainConsult {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px 15px 30px 30px;
    top: 50%;
    left: 50%;
    margin-left: 200px;
    width: 375px;
    z-index: 1;
    margin-top: -190px;
    box-shadow: 0px 10px 15px 0px rgba(0, 13, 56, 0.1);
}

.mainvisualWrap .mainConsult .mainConsultBtn {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.mainvisualWrap .mainConsult .mainConsultBtn .btn {
    width: 100%;
    padding: 20px 0;
    background: #082A66;
    border-radius: 0 0 15px 15px;
    color: #fff;
    font-size: 17px;
}

.mainvisualWrap .mainConsult .mainConsultBtn .btn i {
    padding: 4px 0 0 7px
}

.mainvisualWrap .mainConsult .mainConsultBox {
    text-align: center;
    padding: 30px;
}

.mainvisualWrap .mainConsult .mainConsultBox h3.tit {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 30px;
    color: #333;
}

.mainvisualWrap .mainConsult .mainConsultBox .selectbox:hover {
    border: 1px solid #333
}

.mainvisualWrap .mainConsult .mainConsultBox .selectbox.w50 {
    float: left;
    width: 49%;
}

.mainvisualWrap .mainConsult .mainConsultBox .selectbox.w50:nth-of-type(2) {
    margin-right: 2%;
}

.mainvisualWrap .mainConsult .mainConsultBox ul li {
    float: left;
    width: 100%;
    margin-bottom: 7px;
    position: relative;
    background: #fff;
}

.mainvisualWrap .mainConsult .mainConsultBox ul li span.tit {
    position: absolute;
    top: 9px;
    left: 15px;
    font-size: 14px;
}

.mainvisualWrap .mainConsult .mainConsultBox ul li span.tit em {
    color: red;
    font-size: 18px;
}

.mainvisualWrap .mainConsult .mainConsultBox ul li input {
    border-radius: 0;
    width: 100%;
    padding: 0 0 0 75px;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    background-color: transparent;
    border: 1px solid #ebebeb;
}

.mainvisualWrap .mainConsult .mainConsultBox ul li:hover input {
    border: 1px solid #333
}

.mainvisualWrap .mainConsult .mainConsultBox .input-checkbox {
    width: 100%;
    text-align: left;
    margin: 5px 0 0 0;
    color: #999;
}

.mainvisualWrap .mainConsult .mainConsultBox .input-checkbox a {
    color: #999;
}

.mainvisualWrap {
    background: #f2f3f6;
    margin-top: 50px;
    padding-bottom: 0px;
}

.mainvisualWrap .swiper-container {
    padding: 0 180px;
}

.mainvisualWrap .swiper-slide {
    width: 80%;
    flex-shrink: 0;
    min-width: 1280px;
}

.mainvisualWrap .swiper-slide a {
    position: relative;
    background: #000;
    height: 100%;
}

.mainvisualWrap .swiper-slide a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.7;
}

.mainvisualWrap .swiper-slide.swiper-slide-active a img {
    opacity: 1 !important;
}

.mainvisualWrap .swiper-slide-active {
    border-radius: 15px;
    overflow: hidden;
    opacity: 1;
    box-shadow: 0px 10px 15px 0px rgba(0, 13, 56, 0.04);
    ;
}

.container,
.subContainer {
    padding-top: 195px;
    background: linear-gradient(to bottom, #f2f3f6 0%, #fff 100%)
}

.container .sectionBox {
    padding: 100px 0;
}

.container .sectionBox .inner {
    position: relative;
}

.container .sectionBox h1.maintit {
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -2px;
}

.container .sectionBox h1.maintit i.yotubeIco {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(/_img/youtube.svg)no-repeat;
    margin-right: 10px;
    background-size: 100%;
}

.container .sectionBox h1.maintit i.timeIco {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(/_img/ksico.png)no-repeat;
    background-position: -64px -88px;
    margin-left: 13px;
    animation: bell 2s linear;
}

.container .moreBtn {
    font-size: 16px;
    line-height: 37px;
    position: absolute;
    right: 0;
    top: 3px;
    padding: 0 21px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid;
    color: #082A66;
}

.container .moreBtn i {
    margin: 10px 0 0 22px;
}

.container .carlistWrap {
    margin-top: 50px;
}

.timeSaleBox.container .carlistWrap {
    margin-top: 10px;
}

.timeSaleBox .attention {
    padding: 35px;
    background: rgba(255, 255, 255, 0.8);
    color: #888;
    margin: 50px 0 0;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    border: 1px solid #ebebeb;
}

.timeSaleBox .attention p {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 35px;
    color: #313131;
}

.timeSaleBox .attention p:after {
    width: 19px;
    height: 19px;
    background: url(/_img/noticeico.svg) no-repeat;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 8px;
    background-size: cover;
    content: '';
}

.timeSaleBox .attention>ol>li {
    line-height: 26px;
    position: relative;
    padding-left: 10px;
    width: 100%;
}

.timeSaleBox .attention ol li:after {
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 0;
    content: '';
    width: 3px;
    border-radius: 50%;
    height: 3px;
    background: #fff;
}

.container .carlistWrap.searchList {
    margin-top: -50px;
}

.container .carlistWrap .arrBtn {
    margin-top: 50px;
}

.container .carlistWrap ul>li>a {
    background: #fff;
    overflow: hidden;
    position: relative;
    cursor: default;
}

.timeSaleBox.container .carlistWrap ul li,
.searchBox.container .carlistWrap ul li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    margin-top: 50px;
}

.searchBox.container .carlistWrap ul li.listNone {
    font-size: 16px;
    line-height: 26px;
    color: #777;
    text-align: center;
    padding: 100px 0;
    width: 100%;
    border-top: 2px solid;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 50px;
}

.timeSaleBox.container .carlistWrap ul li:nth-child(4n),
.searchBox.container .carlistWrap ul li:nth-child(4n) {
    margin-right: 0;
}

.container .carlistWrap ul>li>a .icoWrap {
    position: absolute;
    top: 15px;
    left: 12px;
    font-size: 13px;
    z-index: 2;
}

.container .carlistWrap ul>li>a .icoWrap span {
    color: #fff;
    padding: 5px 7px;
    margin-right: 3px;
    border-radius: 5px;
    line-height: 1;
    background: #ccc;
}

.container .carlistWrap ul>li>a .icoWrap span.ico01 {
    background: crimson;
}

.container .carlistWrap ul>li>a .icoWrap span.ico02 {
    background: lightseagreen
}

.container .carlistWrap ul>li>a .icoWrap span.ico03 {
    background: #f7e11c;
    color: #333;
}

.container .carlistWrap ul>li>a .icoWrap span.ico04 {
    background: #082A66;
}

.container .carlistWrap ul>li>a .icoWrap span.ico05 {
    background: #ff9800;
}

.container .carlistWrap ul>li>a .icoWrap span.ico06 {
    background: url('/_img/ico_promotion.svg') no-repeat 6px 5px #DC1432;
    padding-left: 22px;
}

.container .carlistWrap ul li a .photo {
    height: 270px;
    overflow: hidden;
    background: #f9f9fb;
    border-radius: 10px;
    text-align: center;
}

.container .carlistWrap ul li a .photo p {
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.container .carlistWrap ul li a:hover .photo p,
.container .carlistWrap ul li a:focus .photo p {
    transform: scale(1.05);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

.container .carlistWrap ul li a .carListInfoW {
    padding: 12px 0 16px;
}

.container .carlistWrap ul li a .carListInfoW .carName p {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    line-height: 24px;
}

.container .carlistWrap ul li a .carListInfoW .carName2 p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 3px;
    color: #939393;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container .carlistWrap ul li a .carListInfoW .carPrice {
    line-height: 30px;
    font-size: 14px;
    color: #454545;
    text-align: right;
}

.container .carlistWrap ul li a .carPrice2 {
    margin: 6px 0 13px;
    line-height: 1;
    font-size: 12px;
    color: #999;
    text-align: right;
}

.container .carlistWrap ul li .carTerms {
    display: flex;
    gap: 6px;
}

.container .carlistWrap ul li .carTerms span {
    padding: 6px;
    line-height: 1;
    background: #F1F3F6;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #282A2E;
}

.container .carlistWrap ul li a .carListInfoW .carInfo {
    margin-top: 16px;
    padding: 0;
}

.container .carlistWrap ul li a .carListInfoW .carInfo dl {
    text-align: left;
    line-height: 30px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
}

.container .carlistWrap ul li a .carListInfoW .carInfo dt,
.container .carlistWrap ul li a .carListInfoW .carInfo dd {
    display: inline-block;
}

.container .carlistWrap ul li a .carListInfoW .carInfo dd span.guaranteeTxt {
    color: #04193d;
    font-weight: 600;
    margin-left: 5px;
}

.container .carlistWrap ul li a .carListInfoW .carInfo dd span em {
    color: crimson;
    font-style: normal;
    font-size: 24px;
    margin-right: 0;
    font-weight: bold;
    letter-spacing: -1px;
}

.container .carlistWrap ul li a .carListInfoW .carInfo dd span.oldPrice {
    margin-right: 5px;
    text-decoration: line-through;
}

.container .carlistWrap ul li a .carListInfoW .carInfo dd span.oldPrice em {
    font-size: 14px;
    font-weight: 500;
    color: #777;
    margin-right: 0;
}

.container .carlistWrap ul li a .carListInfoW .carInfo dt {
    float: left;
    width: 24%;
}

.container .carlistWrap ul li a .carListInfoW .carInfo dd {
    float: right;
    font-size: 17px;
    text-align: right;
    width: 76%;
}

.container .carlistWrap ul li .carBtm a {
    text-align: center;
    line-height: 42px;
    color: #fff;
    background: #082A66;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    border-radius: 7px;
}

.container .carlistWrap ul li .carBtm a i {
    margin-left: 10px;
    line-height: 38px;
}


.container .sectionBox.sec02 {
    padding-top: 0;
    background: #F6F8FB;
}

.container .sectionBox.sec02 .videoWrap {
    margin-top: 50px;
}

.container .sectionBox.sec02 .videoWrap>div {
    width: 48.5%;
    float: left;
}

.container .sectionBox.sec02 .videoWrap .videoBox {
    background: #000;
    height: 360px;
}

.container .sectionBox.sec02 .videoWrap .videoList {
    overflow: hidden;
    border: 1px solid #ebebeb;
    background: #fff;
    border-top: 2px solid;
    border-radius: 0 0 30px 30px;
    height: 360px;
    margin-left: 3%;
    padding: 30px 30px 0;
    box-shadow: 0px 10px 15px 0px rgba(0, 13, 56, 0.04);
}

.container .sectionBox.sec02 .videoWrap .videoBox div {
    position: relative;
    height: 100%;
}

.container .sectionBox.sec02 .videoWrap .videoBox div:after {
    z-index: 10;
    background: url(/_img/videoplaybtn.png) no-repeat;
    content: '';
    width: 61px;
    height: 61px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

.container .sectionBox.sec02 .videoWrap .videoList ul li {
    display: inline-block;
    width: 100%;
}

.container .sectionBox.sec02 .videoWrap .videoList ul li:hover .videoTxt h3 {
    color: #082A66;
}

.container .sectionBox.sec02 .videoWrap .videoList ul li:last-child a {
    padding-bottom: 0;
    border-bottom: none;
}

.container .sectionBox.sec02 .videoWrap .videoList ul li:first-child a {
    padding-top: 0;
}

.container .sectionBox.sec02 .videoWrap .videoList ul li a {
    padding: 20px 0px;
    display: inline-block;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
}

.container .sectionBox.sec02 .videoWrap .videoList ul li:last-child a {
    margin-bottom: 30px;
}

.container .sectionBox.sec02 .videoWrap .videoList ul li a .photo {
    width: 160px;
    height: 120px;
    float: left;
    position: relative;
}

.container .sectionBox.sec02 .videoWrap .videoList ul li a .photo:after {
    content: '';
    background: url(/_img/playbtn.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(2, 2, 2, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.container .sectionBox.sec02 .videoWrap .videoList ul li a .photo img {
    width: 100%;
    height: 100%;
}

.container .sectionBox.sec02 .videoWrap .videoList ul li a .videoTxt {
    float: right;
    width: calc(100% - 180px);
}

.container .sectionBox.sec02 .videoWrap .videoList ul li a .videoTxt h3 {
    word-break: keep-all;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.container .sectionBox.sec02 .videoWrap .videoList ul li a .videoTxt p {
    color: #777;
    height: 68px;
    line-height: 21px;
    padding: 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.container .sectionBox.sec03 {
    background: url(/_img/sec03bg.jpg)no-repeat top center #f9f9f9;
}

.container .sectionBox.sec03 .maintit {
    color: #fff;
    line-height: 55px;
    position: relative;
}

.container .sectionBox.sec03 .maintit strong {
    position: relative;
    z-index: 2;
}

.container .sectionBox.sec03 .maintit strong:after {
    position: absolute;
    background: #082A66;
    height: 15px;
    width: 100%;
    content: '';
    left: 0;
    bottom: 0;
    z-index: -1;
}

.container .sectionBox.sec03 .moreBtn2 {
    text-align: center;
    color: #fff;
    margin: 40px;
    font-size: 16px;
}

.container .sectionBox.sec03 .moreBtn2 i {
    margin: 4px 0 0 7px;
}

.container .sectionBox.sec03 .reviewList ul {
    margin-bottom: 60px;
}

.container .sectionBox.sec03 .reviewList ul li a {
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    margin: 10px;
    position: relative;
}

.container .sectionBox.sec03 .reviewList ul li a .photo {
    height: 220px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    width: 100%;
    display: inline-block;
}

.container .sectionBox.sec03 .reviewList ul li a .photo p {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    transform: scale(1);
}

.container .sectionBox.sec03 .reviewList ul li a .icoWrap {
    position: absolute;
    top: 15px;
    left: 12px;
    font-size: 12px;
    z-index: 2;
}

.container .sectionBox.sec03 .reviewList ul li a .icoWrap span {
    color: #fff;
    padding: 5px 15px;
    margin-right: 3px;
    border-radius: 3px;
}

.container .sectionBox.sec03 .reviewList ul li a .icoWrap .ico01 {
    background: #04193d;
}

.container .sectionBox.sec03 .reviewList ul li a .icoWrap .ico02 {
    background: #697792;
}

.container .sectionBox.sec03 .reviewList ul li:hover a .photo p {
    transform: scale(1.05);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

.container .sectionBox.sec03 .reviewList ul li a .reviewBox {
    padding: 30px 30px 40px;
}

.container .sectionBox.sec03 .reviewList ul li a:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    box-shadow: 0px 10px 15px 0px rgba(0, 13, 56, 0.1);
    ;
}

.container .sectionBox.sec03 .reviewList ul li a .reviewTxt {
    font-size: 15px;
    line-height: 27px;
    word-break: keep-all;
    height: 113px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.container .sectionBox.sec03 .reviewList ul li a .reviewName {
    margin-top: 25px;
    margin-bottom: 15px;
    position: relative;
}

.container .sectionBox.sec03 .reviewList ul li a .reviewName h4 {
    padding-left: 50px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.container .sectionBox.sec03 .reviewList ul li a .reviewName h4 span {
    font-size: 13px;
    color: #999;
    margin-right: 15px;
    font-weight: 400;
    margin-top: 5px;
    display: inline-block;
    position: relative;
    line-height: 1.5;
}

.container .sectionBox.sec03 .reviewList ul li a .reviewName h4 span:first-child:after {
    position: absolute;
    top: 5px;
    width: 1px;
    height: 11px;
    background: #ddd;
    content: '';
    right: -7px;
}

.container .sectionBox.sec03 .reviewList ul li a .reviewName i {
    width: 35px;
    height: 35px;
    background: url(/_img/user-ico.svg)no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 8px;
}

.container .sectionBox.sec03 .reviewList ul li a .reviewStar span {
    width: 20px;
    height: 20px;
    background: url(/_img/ksico.png) no-repeat;
    background-position: -58px 0;
    display: inline-block;
}

.container .sectionBox.sec04 p.desc {
    margin-top: 30px;
    font-size: 15px;
    line-height: 26px;
    color: #888;
}

.container .sectionBox.sec04 .arrBtn {
    text-align: left;
    margin-top: 40px;
}

.container .sectionBox.sec04 .partnerWrap {
    width: calc(100% - 400px);
    float: right;
    margin-top: 40px;
}

.container .sectionBox.sec04 .btmBanner {
    margin-top: 70px;
    border: 1px solid #ebebeb
}

.main-quick-btns li {
    float: left;
    width: 50%;
}

.main-quick-btns li a {
    display: block;
    height: 180px;
    background: url(/_img/sec04bgleft.png) no-repeat center #082A66;
    color: #fff;
    position: relative;
}

.main-quick-btns li:nth-of-type(2) a {
    background: url(/_img/sec04bgright.png)no-repeat center;
    color: #333;
}

.main-quick-btns li a dl {
    position: absolute;
    top: 32px;
}

.main-quick-btns li a dl.txtLeft {
    left: 50%;
    margin-left: -20px;
}

.main-quick-btns li a dl.txtRight {
    left: 7%;
}

.main-quick-btns li a dl dt {
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 40px;
}

.main-quick-btns li a dl dd {
    line-height: 30px;
    margin-top: 3px;
}

.main-quick-btns li a dl.txtLeft dd span.kkoTalk {
    background: url(/_img/ksico.png)no-repeat;
    background-position: 0px -154px;
    display: inline-block;
    width: 156px;
    height: 34px;
    text-indent: 40px;
    color: #333;
    font-weight: bold;
    font-size: 15px;
    margin-right: 7px;
    opacity: 1;
    line-height: 26px;
}

.main-quick-btns li a dl.txtLeft dd p {
    color: rgba(255, 255, 255, 0.6)
}

.main-quick-btns li a dl.txtRight dd p {
    color: rgba(0, 0, 0, 0.6)
}

.main-quick-btns li a dl.txtRight dd p span.callico {
    font-size: 24px;
    color: #082A66;
    font-weight: bold;
}

.main-quick-btns li a dl.txtRight dd p span.callico i {
    padding: 3px 5px 0 0;
}

.main-quick-btns .main-left-btn .main-quick-inner {
    float: right;
}

.cm-over-pass-bg-btn {
    overflow: hidden;
    position: relative;
}

.cm-over-pass-bg-btn:after {
    background: #fff;
    content: "";
    left: -100%;
    opacity: .1;
    position: absolute;
    top: -50%;
    bottom: -50%;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    width: 30%;
}

.cm-over-pass-bg-btn:hover:after {
    left: 120%;
}

.topBanner .topBannerList {
    width: 290px;
}

.topBanner .topBannerList ul li {
    width: 250px;
}


/* index_2023 */
/* #index_2023.container{background: #fff;} */
#index_2023 .mainvisualWrap {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 1280px;
    margin: 50px auto;
    background: #f2f3f6;
}

#index_2023 .mainVisual {
    max-width: 875px;
    height: 375px;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
}

#index_2023 .mainVisual .swiper-slide {
    width: 100%;
    min-width: auto;
    height: 100%;
}

#index_2023 .mainConsult {
    position: initial;
    margin: 0;
}

#index_2023 .mainConsult .mainConsultBtn {
    position: initial;
}

#index_2023 .mainConsult .mainConsultBox .input-checkbox {
    margin-top: 10px;
}

#index_2023 .mainConsult .mainConsultBtn .btn {
    padding: 15px 0 17px 0;
    font-size: 16px;
}

#index_2023 .minstant .inscar {
    margin: 0;
    padding: 100px 0;
}

#index_2023 .mvWarp {
    position: relative;
}

#index_2023 .mvWarp .visualoption {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 20px;
    bottom: 30px;
    left: 40px;
    z-index: 99;
}

#index_2023 .mvWarp .visualoption .playWarp {
    padding: 10px 17px 11px 17px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0 0 0 / 60%);
    border-radius: 30px;
}

#index_2023 .mvWarp .visualoption .playnpause a.on {
    display: block;
}

#index_2023 .mvWarp .visualoption .playnpause a {
    display: none;
    width: 12px;
    line-height: 14px;
}

#index_2023 .mvWarp .visualoption .swiper-pagination-fraction {
    width: 45px;
    font-size: 14px;
    line-height: 14px;
    color: #ccc;
    text-align: center;
    font-weight: 500;
}

#index_2023 .mvWarp .visualoption .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 17px;
    font-weight: 700;
}

#index_2023 .mvWarp .visualoption .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #ccc;
}

#index_2023 .mvWarp .visualoption .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #082A66;
}


#index_2023 .sectionBox.sec01 {
    background: #fff;
    font-family: 'Pretendard', 'Dotum', sans-serif;
}

#index_2023 .sectionBox.sec02 {
    padding: 100px 0;
}

#index_2023 .minstant {
    background: #fff;
}

#index_2023 .inscar .inscar-tit h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
}

#index_2023 .carStory .inscar-tit h2 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -1px;
}

#index_2023 .incarlist>ul {
    margin-right: 0;
    margin-left: 0;
}

#index_2023 .incarlist>ul>li {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
}

#index_2023 .subContainer {
    padding: 100px 0;
    background: #fff;
}

#index_2023 .bestPeople h1 {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -2px;
}

#index_2023 .bestPeopleList {
    margin-top: 40px;
}

#index_2023 .subContainer .subContents {
    margin-bottom: 0;
}

#index_2023 .subContainer .subContents.carstoryWrap .swiper-container {
    padding-top: 5px;
}

#index_2023 .subContainer .subContents.carstoryWrap .boardList03 {
    margin: 0;
}

#index_2023 .subContainer .subContents.carstoryWrap .boardList03 li a {
    margin: 0;
}

#index_2023 .subContainer .subContents.carstoryWrap .boardList03 li a .photo {
    height: 215px;
}

#index_2023 .carInfoBanner .inner {
    position: relative;
    padding: 40px 60px 45px 60px;
    border-radius: 15px;
    background: url('/_img/carinfo_img2.png') no-repeat right;
    background-size: cover;
}

#index_2023 .carInfoBanner a {
    max-width: 1280px;
    margin: 0 auto;
}

#index_2023 .carInfoBanner h2 {
    font-size: 36px;
    font-weight: 300;
}

#index_2023 .carInfoBanner p {
    margin-top: 5px;
    color: #111;
    font-size: 17px;
}

#index_2023 .carInfoBanner .img {
    position: absolute;
    bottom: 0;
    right: 60px;
    max-width: 400px;
}

#index_2023 .carStory {
    background: #fff;
}

#index_2023 .carStory .inscar-tit p {
    font-size: 17px;
    color: #626262;
    font-weight: 400;
}

#index_2023 .storyWrap {
    display: flex;
    margin: 40px 0 100px;
}

#index_2023 .storyWrap .csLink {
    overflow: hidden;
    padding: 30px;
    width: 308px;
    border-radius: 20px;
}

#index_2023 .storyWrap .csLink .tit {
    line-height: 1.5;
    font-size: 26px;
    color: #fff;
    text-shadow: 0px 2px 10px rgb(48 113 165 / 40%);
    letter-spacing: -1.2px;
}

#index_2023 .storyWrap .csLink a {
    display: block;
    width: 100%;
    padding: 7px 0;
    margin-top: 120px;
    background: linear-gradient(to bottom, #163975 0%, #102B5A 100%);
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

#index_2023 .storyWrap .story {
    width: calc(100% - 333px);
    margin-left: auto;
    padding: 30px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

#index_2023 .storyWrap .story .carBox {
    display: block;
}

#index_2023 .storyWrap .story .carBox .imgBox {
    overflow: hidden;
    height: 229px;
    border: 1px solid #ebebeb;
    border-radius: 20px;
}

#index_2023 .storyWrap .story .carBox .imgBox>div {
    width: 100%;
    height: 100%;
}

#index_2023 .storyWrap .story .carBox p {
    overflow: hidden;
    height: 60px;
    line-height: 1.5;
    margin-top: 25px;
    font-size: 20px;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
}

#index_2023 .storyWrap .story .carBox:hover p {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #454545;
}

/*celeb*/
@import url('/data/font/pretendard.css');

.mCeleb {
    padding: 40px 0 155px 0;
    background: #fff;
    font-family: 'Pretendard';
}

.mCeleb .celCon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mCeleb .celCon .celTit {
    position: relative;
}

.mCeleb .celCon .celTit h5 {
    margin-bottom: 27px;
    font-size: 19px;
    color: #626262;
    font-weight: 400;
    letter-spacing: -0.38px;
}

.mCeleb .celCon .celTit h2 {
    font-size: 41px;
    color: #313131;
    font-weight: 400;
    letter-spacing: -2.05px;
    line-height: 1.3;
}

.mCeleb .celCon .celebSwiper {
    margin: 0;
    width: 950px;
}

.mCeleb .celCon .celebSwiper .img {
    margin-bottom: 23px;
    border-radius: 15px;
    overflow: hidden;
}

.mCeleb .celCon .celebSwiper p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    color: #313131;
    font-weight: 400;
    letter-spacing: -0.8px;
    text-align: center;
}

.mCeleb .celCon .celebSwiper p .name {
    font-size: 25px;
    font-weight: 700;
}

.celebSwiperBtn {
    margin-top: 55px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.celebSwiperBtn .btn {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #D3D7DB;
    cursor: pointer;
}

.celebSwiperBtn .btn:hover {
    background: #c4c9ce;
    transition: all 0.5s;
}

.celebSwiperBtn .btn img {
    width: 30px;
}

.celebSwiperBtn .btn.next img {
    transform: scaleX(-1);
}

/* 무신용 차량리스트 */
.mGuarantee {
    padding: 120px 0;
    background: #F6F8FB;
}

.mGuarantee .inner {
    position: relative;
    display: flex;
    padding-left: calc((100% - 1280px) / 2);
    width: 100%;
}

.mGuarantee .inner:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62%;
    height: 360px;
    border-radius: 191px 0 0 191px;
    background: linear-gradient(261deg, rgba(0, 114, 255, 0.08) 0%, rgba(0, 114, 255, 0.03) 88.78%);
}

.mGuarantee .guaTit h1 {
    margin-top: 20px;
    font-size: 40px;
}

.mGuarantee .guaTit h1 em {
    font-weight: 300;
}

.mGuarantee .guaTit .caution {
    margin: 27px 0 57px;
    font-size: 17px;
    color: #626262;
}

.mGuarantee .moreBtn {
    position: relative;
    width: 130px;
    background: transparent;
}

.mGuarantee .guaranteeWrap {
    margin-left: 82px;
    flex: 1;
    overflow: hidden;
}

.mGuarantee .swiper {
    padding: 15px 0 15px 15px;
}

.mGuarantee .guaList {
    display: flex;
    gap: 0;
    margin: 0;
}

.mGuarantee .guaList li {
    width: 320px;
    background: #FBFDFF;
    border: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.mGuarantee .arrBtn {
    margin-top: 120px;
    text-align: left;
}

/* 쇼츠 영상 */
.mShorts {
    padding: 100px 0 150px;
    background: #F6F8FB;
}

.mShorts .inner {
    display: flex;
}

.mShorts .shortsTit h1 {
    margin-top: 20px;
    font-size: 40px;
}

.mShorts .shortsTit h1 em {
    font-weight: 300;
}

.mShorts .arrBtn {
    margin-top: 120px;
    text-align: left;
}

.mShorts .shortsWrap {
    margin-left: 82px;
    flex: 1;
    overflow: hidden;
}

.mShorts .shortsList li {
    position: relative;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 65px;
    transition: all 0.2s ease;
}

/*
.mShorts .shortsList li.swiper-slide-next,
.mShorts .shortsList li:last-child {
    margin-top: 0;
    transition: all 0.2s ease;
}
*/
/* new */
.mShorts .shortsList li {
    position: relative;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 65px;
    transition: margin-top 0.2s ease;
}

.mShorts .shortsList li.is-top {
    margin-top: 0;
}

.mShorts .shortsList li.is-bottom {
    margin-top: 65px;
}

.mShorts .shortsList li video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mShorts .customPlayBtn {
    position: absolute;
    right: 18px;
    bottom: 22px;
    width: 40px;
    height: 40px;
    background: url('/_img/ico_pause.png') no-repeat center center;
    background-size: 16px;
    border-radius: 100%;
    border: 1px solid #fff;
    cursor: pointer;
}

.mShorts .customPlayBtn.on {
    background: url('/_img/ico_play.png') no-repeat center center;
    background-size: 16px;
}