@charset "UTF-8";

/* Healper Class */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fw500{
    font-weight: 500 !important;
}

/* Reset */
/* html, body{
    font-family: "Spoqa Han Sans Neo", "Product Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.25;
    word-wrap: break-word;
    word-break: keep-all;
} */

/* Style */
.logo_area{
  width: 100%;
  height: 100px;
  overflow: hidden;
  background-color: #FFF;
  border-top: 1px solid #E9EDEF;
}

.logo_swiper_wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 120px 0 60px;
}

.logo_swiper_wrap .swiper-button-next, 
.logo_swiper_wrap .swiper-button-prev{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60px;
    margin: 0;
    background-image: url(../images/sub/btn_footer_prev.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 48px auto;
    transform: none;
}

.logo_swiper_wrap .swiper-button-next:after, 
.logo_swiper_wrap .swiper-button-prev:after{
    display: none;
}

.logo_swiper_wrap .swiper-button-next {
    transform: scale(-1, 1);
    right: 0;    
    left: auto;
}

.btn_logo_swiper_pause {
    position: absolute;
    top: 50%;
    right: 61px;
    z-index: 5;
    width: 60px;
    height: 60px;
    margin-top: 3px;
    padding: 0;
    background: #fff;
    transform: translateY(-50%);
}

.btn_logo_swiper_pause:before{
    content:'';
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff url(../images/main/renew/btn_sub_v_pause_blk.svg) no-repeat center / 6px 8px;
}

.btn_logo_swiper_pause.on:before{
    background-image: url(../images/main/renew/btn_sub_v_play_blk.svg);
}

.swiper-logo{
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.swiper-logo li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 216px;
  height: 100% !important;
  overflow: hidden;
}

.swiper-logo li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #E9EDEF;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-logo li:last-of-type::before {
  display: none;
}

.swiper-logo li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc( 100% -  6px );
  line-height: 1;
}

.swiper-logo li a:focus-visible{
    border: solid 2px #000;
}

.swiper-logo li a img {
  /* 250901 수정 */
  display: inline-block;
  width: auto;
  height: 32px;
  text-align: center;
  /* -- 250901 수정 */
}

@media (max-width: 1024px) {
    .logo_area{
        height: 80px;
    }

    .swiper-logo li a img {
        /* 250901 수정 */
        height: 24px;
        /* -- 250901 수정 */
    }
}

@media (max-width: 575.75px) {

    .logo_swiper_wrap{
        padding: 0 96px 0 40px;
    }

    .logo_swiper_wrap .swiper-button-next, 
    .logo_swiper_wrap .swiper-button-prev {
        width: 48px;
        background-size: 40px auto;
    }

    .logo_swiper_wrap .swiper-button-prev{
        left: 10px;
    }
    
    .logo_swiper_wrap .swiper-button-next{
        right: 10px;
    }

    .btn_logo_swiper_pause{
        right: 48px;
        width: 48px;
        padding: 0;
        background-size: 20px auto;
    }
    
    .swiper-logo li::before {
        display: none;
    }
}

/* 임시 처리_ 이미지 경로 수정 */
.btn_gnb{
  background-image: url(../images/main/btn_gnb.svg);
}

.btn_footPrev::before {
  background-image: url(../images/sub/btn_footer_prev.svg);
}

.btn_footNext::before {
  background-image: url(../images/sub/btn_footer_next.svg);
}

.btn_pause::before {
  background-image: url(../images/main/btn_footer_pause.svg);
}

.btn_pause.on::before {
  background-image: url(../images/main/btn_footer_play.svg);
}

@media (max-width: 1023px) {
  .btn_pause::before {
    background-image: url(../images/main/btn_footer_pause.svg);
  }

  .btn_pause.on::before {
    background-image: url(../images/main/btn_footer_play.svg);
  }
}

@media (min-width: 768px) {
    body[data-active-slide="section00"] .btn_top {
        opacity: 0;
        visibility: hidden;
    }
}
@media (max-width: 1024px) {
   .btn_top{
        right: 20px;
   }
}

@media (max-width: 768px) {
    .btn_top{
        opacity: 0;
        visibility: hidden;
    }

    body.is-scroll .btn_top{
        opacity: 1;
        visibility: visible;
    }
}

/* 메인 시작 */
/* 250818 수정 */
.main-swiper{
    height: 100%;
}

.main-swiper > .swiper-wrapper{
    display: block;
}

.mainWrap #content{
    /* overflow: hidden; */
    margin-top: 72px;
    height: calc( 100vh - 72px );
}


@media (min-width: 769px) {
    html{
        overflow: hidden;
    }
    html, body {
        height:100%;
    }

    .mainWrap #content{
        overflow: hidden;
        margin-top: 72px;
        height: calc( 100vh - 72px );
    }
}

@media (max-width: 768px) {
    .mainWrap #content{
        overflow: unset;
    }
}
/* -- 250818 수정 */

.main-swiper .swiper-pagination{
    position: fixed;
    z-index: 100;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    /* opacity: 0;
    visibility: hidden; */
    text-align: right;
    transition: 0.25s;
}

/* #indexNav.show{
    opacity: 1;
    visibility: visible;
} */

.main-swiper .swiper-pagination li{
    display: block;
    width: auto;
    height: auto;
    border: 0;
    outline: 0;
    background: transparent;
    opacity: 1;
}

.main-swiper .swiper-pagination li + li{
  margin-top: 8px;
}

.main-swiper .swiper-pagination li button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* width: 80px;
    height: 80px; */
    width: 36px;
    height: 34px;
    font-size: 16px;
    font-weight: 500;
    /* background-color: #D7DEE6; */
    /* color: #0F192E; */
    background-color: #1B1B1B;
    color: transparent;
    line-height: 1.375;
    border-radius: 50px;
    transition: .25s;
}

.main-swiper .swiper-pagination li button:hover
.main-swiper .swiper-pagination li button:focus,
.main-swiper .swiper-pagination li button:focus-visible{
    background-color: #007AFF;
    color: #FFF !important;
    width: 143px;
    padding-left: 34px;
    border-radius: 20px;
    justify-content: flex-start;
}

.main-swiper .swiper-pagination li.swiper-pagination-bullet-active button{
  /* background-color: #394552; */
    background-color: #007AFF;
    color: transparent;
}

body[data-active-slide="section00"] .main-swiper .swiper-pagination{
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1400px) {
    .main-swiper .swiper-pagination{
        right: 20px;
    }
    .main-swiper .swiper-pagination li button{
        font-size: 14px;
        width: 28px;
        height: 26px;
    }
    .main-swiper .swiper-pagination li button:hover{
        width: 110px;
        padding-left: 24px;
    }
}

@media (max-width: 768px) {
    .main-swiper .swiper-pagination{
        display: none;
    }
}

.main_section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.main_section > section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    /* 250818 수정 */
    overflow: hidden;
    /* -- 250818 수정 */
}

#section05{
    height: auto;
    flex: 1;
}

#footer{
    flex: 0 0 auto;
}

.btn_scroll_down{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* display: inline-block; */
    position: fixed;
    bottom: 40px;
    left: 50%;
    z-index: 10;
    width: auto;
    /* height: 50px; 
    font-size: 0;
    text-indent: -9999em; */
    height: 60px;
    text-align: center;
    transform: translateX(-50%);
    transition: all 0.25s;
}

.btn_scroll_down > span{
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-animation: scrollAnimation 2s infinite;
    animation: scrollAnimation 2s infinite;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    box-sizing: border-box;
    transition: all 0.25s;
}

/* .btn_scroll_down.show span{
    -webkit-animation: scrollAnimation 2s infinite;
    animation: scrollAnimation 2s infinite;
} */

.btn_scroll_down > span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.btn_scroll_down > span:nth-of-type(2) {
    display: none;
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

body[data-active-slide="section00"] .btn_scroll_down.wh,
body[data-active-slide="section03"] .btn_scroll_down{
    color: #fff;
}

body[data-active-slide="section00"] .btn_scroll_down.wh > span,
body[data-active-slide="section03"] .btn_scroll_down > span{
    border-color: #fff;
}

body[data-active-slide="section05"] .btn_scroll_down{
    z-index: -10;
    opacity: 0;
    visibility: hidden;
}

@-webkit-keyframes scrollAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scrollAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.section_container{
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.section_header h2{
    margin-bottom: 24px;
    font-size: 2.96875vw;
    font-weight: 700;
    line-height: 1.35088;
    letter-spacing: 0;
}

.section_header h2 b{
    color: #0573E7;
    font-weight: 700;
}

.section_header p{
    margin-bottom: 11.125vh;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.445;
    letter-spacing: -0.02em;
}

.section_btn{
    display: inline-block;
    padding: 12px 32px;
    height: auto;
    margin: 0;
    position: relative;
    font-weight: 500;
    border-radius: 6px;
    font-size: 22px;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s;
    background-color: #0573E7;
    color: #fefefe;
    line-height: 1.5;
}

.section_btn:hover{background-color: #1F57F5;}

/* section0 */
.visual_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px 120px;
}

.visual_container h1 {
    margin-bottom: 22px;
    /* font-size: 60px; */
    font-size: 3.125vw;
    line-height: 1.167;
    font-weight: 700;
    letter-spacing: 0;
}

.visual_container p {
    width: 100%;    
    /* font-size: 22px; */
    font-size: 1.14583vw;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.5;
}

.visual_slider_wrp{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
 
.visual_navigation .swiper-button-prev,
.visual_navigation .swiper-button-next {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 20px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(0,0,0,.5); 
    transform: translateY(-50%);
}

.visual_navigation .swiper-button-prev:before,
.visual_navigation .swiper-button-next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 32px;
    margin-left: -2px;
    background: url(../images/main/renew/section00_swiper_arr.svg) no-repeat center / 19px auto;
    transform: translate(-50%, -50%);
}

.visual_slider_wrp .swiper-button-next {
    left: auto;
    right: 0;
    transform: scale(-1, 1) translateY(-50%);
}

.visual_slider_wrp .swiper-button-prev:after,
.visual_slider_wrp .swiper-button-next:after{
    display: none;
}

.visual_slider{
    width: 100%;
    height: 100%;
    margin: 0;
}

.visual_item {
    position: relative;
    text-align: left;
    color: #000;
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.visual_item h1 b{
    color: #4B6DDA;
}

.visual_txt_box{
   margin-top: 12px;
}

.visual_txt_box p + p{
   margin-top: 12px;
}

/* 250911 수정 */
.visual_txt_box .point{
    font-size: 14px;font-weight:400;color: #c1252d;
}
/* -- 250911 수정 */

.visual_txt_box .point .btn_link{
    display: block;
    color: inherit;
    text-decoration: underline;
}

.visual_txt_box .point + .point{
    margin-top: 8px;
}

/* 250818 수정 */
.visual_txt_box .btn-view-new{
    display: inline-block;
    position: relative;
    margin-top: -3px;
    padding: 4px 10px;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
    background-color: #0059ff;
    color: #fff;
    white-space: nowrap;
    transition: all 0.3s;
    font-size: small;
    vertical-align: middle;
}

.visual_txt_box .btn-view-new:hover{
    background-color: #003495;
}
/* -- 250818 수정 */

.visual_txt_box * + *{
    margin-top: 8px;
}

.visual_txt_box .sm{
    font-size: 12px;
}

.visual_img_box{
    position: absolute;
    top: 50%;
    margin-top: 2%;
    right: 4.1667vw;
    max-width: 40.2083vw;
    transform: translateY(-50%);
    /* background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom; */
}

.visual_img_box .lottie-animation{
    width: 100%;
    height: 100%;
}

.visual_img_box img{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.visual_item01{
    background-image: url(../images/main/renew/section00_bg1.png);
    /* 메인 색상 수정 */
    /* color: #fff; */
}

/* 250818 수정 */
.visual_item01 .visual_img_box{
    right: -22vw;
    left: auto;
    height: 32.5vw;
    max-width: 100%;
    width: 92.7083vw;
    margin-top: 3%;
}
/* -- 250818 수정 */

.visual_item02{
    background-image: url(../images/main/renew/section00_bg2.png);
}

/* 250818 수정 */
.visual_item02 .visual_img_box{
    margin-right: 80px;
}
/* -- 250818 수정 */

.visual_item03{
    background-image: url(../images/main/renew/section00_bg3.png);
}

.visual_item03 .visual_img_box{
    margin-right: 80px;
}

.visual_item04{
    background-image: url(../images/main/renew/section00_bg4.png);
}

.visual_item05{
    background-image: url(../images/main/renew/section00_bg5.png);
}

.visual_item05 .point{
    margin-top: 2px;
}

.visual_item06{
    background-image: url(../images/main/renew/section00_bg6.png);
}

.visual_item07{
    background-image: url(../images/main/renew/section00_bg7.png);
}

/* 250818 수정 */
.visual_item01 h1 b{
    color:#006aff;
}
.visual_item02 h1 b{
    color:#1a6ce2;
}
.visual_item03 h1 b{
    color:#105BB0;
}
.visual_item04 h1 b{
    color:#1a6ce2;
}
.visual_item05 h1 b{
    color:#ec2866;
}
.visual_item06 h1 b{
    color:#c1252d;
}
.visual_item07 h1 b{
    color:#1a6ce2;
}
/* -- 250818 수정 */

/* 251127 수정 - 메인 비주얼 장애인등록증 관련 배너 추가 */
.visual_item08{
    background-image: url(../images/main/renew/section00_bg8.png);
}
.visual_item08 .fw500{
    font-weight: 400 !important;
}
.visual_item08 h1 b{
    color:#4B6DDA;
}
.visual_item08 h1 strong{
    color:#D44266;
}
.visual_item08 small{
    font-size: 83%;
}
.visual_item08 .visual_img_box{
    margin-top: .5%;
}
.visual_item08 .visual_app_btns .btn_link {
    background-color: #4B6DDA;
}
@media (min-width: 1201px) {
    .visual_item08 .visual_img_box img{
        max-width: 860px;
    }
}
@media (max-width: 768px) {
    .visual_item08 .visual_container h1 {
        font-size: 30px;
    }
    .visual_item08 small{
        font-size: 100%;
    }
}
@media (max-width: 575.75px) {
    .visual_item08 .visual_img_box {
        max-width: none !important;
    }
}
/* -- 251127 수정 */

.visual_controller{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    position: absolute;
    bottom: 18svh;
    left: 50%;
    z-index: 10;
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    height: 30px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    transform: translateX(-50%);
}

.visual_controller > button{
    display: inline-block;
    margin-left: 16px;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 8px;
}

.visual_controller > button[data-action="play"]{
    background-image: url(../images/main/renew/btn_sub_v_play_blk.svg);
}

.visual_controller > button[data-action="stop"]{
    background-image: url(../images/main/renew/btn_sub_v_pause_blk.svg);
}

.visual_slider_wrp[data-mode="wh"] .visual_controller > button[data-action="play"]{
    background-image: url(../images/main/renew/btn_sub_v_play_wh.svg);
}

.visual_slider_wrp[data-mode="wh"] .visual_controller > button[data-action="stop"]{
    background-image: url(../images/main/renew/btn_sub_v_pause_wh.svg);
}

.visual_app_btns{
    display: inline-block;
    margin-top: 45px;
    font-size: 0;
}

.visual_app_btns > * + *{
    margin-left: 8px !important;
}

.visual_app_btns [class^=btn]{
    vertical-align: middle;
    display: inline-block;
    width: auto;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    border-radius: 6px;
    line-height: 50px;
    background-color: #fff;
    color: #000;
    font-family: inherit;
    letter-spacing: 0;
    font-size: 16px;
}

.visual_app_btns [class^=btn] i{    
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.visual_app_btns [class^=btn] span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    line-height: 1;
}


.visual_app_btns [class^=btn]:not(.btn_link):hover{
    background-color: #f2f2f2;
}

/* 250818 수정 */
.visual_app_btns .btn_link{
    border-radius: 30px;
    background-color: #0059ff;
    color: #fff;
}

.visual_app_btns .btn_link:hover{
    background-color: #003495;
}

.visual_app_btns .btn_link i{
    margin-top: -3px;
    background-image: url(../images/main/renew/icon_section00_link.svg);  
    background-size: 7px 12px;
}
/* -- 250818 수정 */

.visual_app_btns .btn_onestore i{
    background-image: url(../images/main/renew/section00_onestore.svg);
}

.visual_app_btns .btn_google i{
    background-image:  url(../images/main/renew/section00_google.svg);
}

.visual_app_btns .btn_apple i{
    background-image:  url(../images/main/renew/section00_apple.svg);
}

/* 인디게이터 */
.visual_indicator{
    display: flex !important;
    align-items: center;
}

.visual_indicator .visual_pagination{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    transition: none;
}

.visual_indicator .visual_pagination > *{
    display: inline-block;
}

.visual_indicator .visual_pagination > * + *{
    margin-left: 20px;
}

/* 250818 수정 */
.visual_progress{
    vertical-align: middle;
    position: relative;
    width: 238px;
    height: 1px;
    background-color: rgba(0,0,0,.3);
    overflow: hidden;
    pointer-events: none;
}

.visual_progress *{
    pointer-events: none;
}
/* -- 250818 수정 */

.visual_progress svg {
    --progress: 0;
    position: absolute;
    top: 0;
    left: -1px;
    width: calc( 100% + 1px );
    stroke: #000;
    stroke-width: 1;
    fill: none;
    stroke-dasharray: 100;
    stroke-dashoffset: calc(100 * (1 - var(--progress)));
}

.visual_slider_wrp[data-mode="wh"] .visual_pagination .total_number{
    opacity: 0.5;
}

.visual_slider_wrp[data-mode="wh"] .visual_indicator .visual_pagination{
    color: #fff;
}

.visual_slider_wrp[data-mode="wh"] .visual_progress{
    background-color: rgba(255,255,255,0.3)
}

.visual_slider_wrp[data-mode="wh"] .visual_progress svg {
    stroke: #fff;
}

.appWrap{
    display: none !important;
}

/* section01 */
#section01 {
    padding: 160px 0;
    flex-direction: column;
    text-align: center;
}

/* 250818 수정 */
#section01 .section_contents{
    display: flex;
    width: 100%;
    max-width: 1084px;
    margin: 0 auto;
}
/* -- 250818 수정 */

.section01_txt_box{
    display: inline-block;
    width: calc( ( 100% - 24px ) / 2 );
    padding: 30px 42px;
    border-radius: 32px;
    background-color: #fff;
    box-shadow: -9.76px -8.54px 61.002px 0 rgba(0, 0, 0, 0.05), 24.401px 24.401px 24.401px 0 rgba(0, 0, 0, 0.05), 10.682px 10.682px 16.023px 0 rgba(0, 0, 0, 0.10);
    color: #0F192E;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.54545;
    text-align: left;
}

.section01_txt_box:not(:first-child) {
    margin-left: 20px;
}

.section01_txt_box span{
    display: inline-block;
    vertical-align: middle;
    padding-right: 32px;
    width: 52px;
    color: #AAA;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
}

.section01_txt_box p{
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
}

.section01_txt_box.section01_txt_box_a{
    background-color: #246BEB;
    color: #fff;
}

.section01_txt_box.section01_txt_box_a span{
    color: #fff;
}

/* section02 */
#section02{
    justify-content: flex-start;
    /* padding: 128px 0 90px; */
    padding: 12.35955vh 0;
    background-color: #EFF0F5;
}

#section02 .section_container{
    height: 100%;
}

#section02 .section_inner{
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

#section02 .section_contents{
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 970px;
	/* max-width: 720px; */
    transform: translateY(-50%);
    right: 0;
}

#section02 .section_header h2{
    margin-bottom: 22px;
    font-size: 2.8125vw;
}

#section02 .section_header p{
    font-size: 20px;
}

/* 250911 수정 */
.section02_card_list{
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 15%;
    /* margin-top: -5%; */
    font-size: 0;
    text-align: left;
}

.section02_card_list li{
    display: inline-block;
    width: 25%;
    padding: 0 15px;
    box-sizing: inherit;
}

.section02_card_list li:nth-child(3){
    margin-right: 25%;
}

.section02_card_list li:nth-child(4){
    margin-left: 25%;
}

.section02_card_list li:nth-child(1n+4){
    margin-top: 24px;
}

.section02_card_list li:nth-child(1){
    transform: translateY(calc( 50% + 24px ));
}

.section02_card_list li:nth-child(3),
.section02_card_list li:nth-child(5){
    transform: translateY(calc( -50% - 12px ));
}

.section02_card_list li:nth-child(6){
    transform: translateY(calc( -100% - 24px - 12px ));
}

@media screen and (min-width: 1025px) {
    /* .section02_card_list.card_align_right{
        margin-top: 30%;
        text-align: left;
    }

    .section02_card_list.card_align_right li:nth-child(3){
        margin-right: auto;
    }
    .section02_card_list.card_align_right li:nth-child(4) {
        margin-left: 50%;
        transform: translateY(calc( -50% - 12px ));
    }
    .section02_card_list.card_align_right li:nth-child(5) {
        transform: translateY(calc( -100% - 24px - 12px ));
    } */

    .section02_card_list.card_align_right{
        margin-top: -5%;
        padding-left: 25%;
        text-align: center;
    }
    
    .section02_card_list.card_align_right li{
        width: 33.33%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        transform: none !important;
    }

    .section02_card_list:not(.card_align_right) li:nth-child(2),
    .section02_card_list:not(.card_align_right) li:nth-child(4){
        transform: translateY(-20%);
    }

    .section02_card_list:not(.card_align_right) li:nth-child(6){
        transform: translateY(calc( -120% - 24px - 12px ))
    }
    
    .section02_card_list li a{
        min-height: 302px;
    }
}
/* -- 250911 수정 */

.section02_card_list li a{
    display: block;
    padding: 40px 25px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.05);
    color: #0C0C0D;
    text-align: left;
    transition: color .15s, background-color .25s;
}


.section02_card_list li a:hover{
    background-color: #246BEB;
    color: #fff;
}

.section02_card_list li a:hover p{
    color: #fff;    
}

.section02_card_list li a:hover p:after{
    background-image: url(../images/main/renew/section02_icon_arr_wh.svg); 
}

.section02_card_list li a h3{
    display: flex;
    align-items: flex-end;
    /* min-height: 2.76924em; */
    font-size: 22px;
    font-weight: 600;
    line-height: 1.273;
    letter-spacing: -.02em;
    min-height: 2.546em;
}

.section02_card_list li a p{
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: auto;
    color: #246BEB;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -.02em;
}

.section02_card_list li a p:after{
    content:'';
    display: inline-block;
    align-self: center;
    width: 8px;
    height: 12px;
    margin-left: 8px;
    background: url(../images/main/renew/section02_icon_arr.svg) center / 100%;
    transition: 0.15s;
}

.section02_img_box{
    display: flex;
    margin-top: 30px;
}

.section02_img_box img{
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(85,91,101, 0.149);
}

/* section03 */
/* 250818 수정 */
#section03 .section_header h2{
    margin-bottom: 4.49438vh;
    font-size: 3.125vw;
    font-weight: 400;
    line-height: 1.2;
}
/* -- 250818 수정 */

#section03 .section_header h2 > span{
    font-weight: 700;
}

#section03 .section_header h2 > span b{
    display: inline-flex;
    position: relative;
    color: #246BEB;
}

#section03 .section_header h2 > span b:after{
    content:'';
    align-self: center;
    display: inline-block;
    width: 54px;
    height: 54px;
    margin: 0 14px;
    background: url(../images/main/renew/section03_icon_qr.svg) center / 100%;
}

#section03 .section_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    top: auto;
    height: 100%;
    /* min-height: 715px; */
}

#section03 .section03_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#section03 .section03_bg img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

#section03 .section_inner{
    position: relative;
    top: auto;
    color: #fff;
}

#section03 .section_btn{
    position: relative;
    height: auto;  
    padding: 0;
    border-radius: 0;
    background: none;
    font-size: 18px;
    font-weight: 700;
    color: #fff; 
    line-height: 1;
}

#section03 .section_btn:after{
    content:'';
    vertical-align: top;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 12px;
    background: url(../images/main/renew/section03_icon_arr.svg) center / 100%;
    transition: all 0.25s;
}

#section03 .section_btn:hover:after{
    transform: translateX(6px);
}

@-webkit-keyframes section03BtnAnimation {
    0%{
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes section03BtnAnimation {
    0%{
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* section04 */
#section04{
    /* padding: 100px 0 100px; */
    background-color: #F7F7F7;
}

#section04 .section_contents{
    margin: 0 -20px;
}

.section04_card_wrp{
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}

.section04_card_list{
    display: inline-flex;
}

.section04_card_list li{
    padding: 0 10px;
}

.section04_card_inner{    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
}

.section04_card_inner p{
    margin-top: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: -.02em;
    color: #0C0C0D;
}

.section04_icon_box{
    text-align: center;
}

[class^=section04_icon]{
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.section04_icon1{
    background-image: url(../images/main/renew/section04_icon1.svg);
}

.section04_icon2{
    background-image: url(../images/main/renew/section04_icon2.svg);
}

.section04_icon3{
    background-image: url(../images/main/renew/section04_icon3.svg);
}

.section04_icon4{
    background-image: url(../images/main/renew/section04_icon4.svg);
}

.section04_icon5{
    background-image: url(../images/main/renew/section04_icon5.svg);
}

/* 롤링 애니메이션 */
.section04_card_list.original {
    -webkit-animation: sectionCardAnimation1 50s linear infinite;
    animation: sectionCardAnimation1 50s linear infinite;
}
.section04_card_list.clone {
    -webkit-animation: sectionCardAnimation2 50s linear infinite;
    animation: sectionCardAnimation2 50s linear infinite;
}

@-webkit-keyframes sectionCardAnimation1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    50.01% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes sectionCardAnimation1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    50.01% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes sectionCardAnimation2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}
@keyframes sectionCardAnimation2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}


/* section05 */
#section05 .section_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#section05 .section_header h2{
    margin-bottom: 14px;
    font-size: 1.97916vw;
}

#section05 .section_header p{
    margin-bottom: 8.988764vh;
    font-size: 20px;
}

#section05 .section_container{
    background-color: #f2fbff;
}

/* 250818 수정 */
/* utilities 관련 style.css로 이동 */
/* -- 250818 수정 */

@media (min-width: 1921px) {
    .section_header h2{
        font-size: 57px;
    }

    /* 250818 수정 */
    .visual_container{
        padding-bottom: 60px;
    }
    /* -- 250818 수정 */

    .visual_container h1 {
        font-size: 60px;
    }
    .visual_container p {
        font-size: 22px;
    }

    .visual_img_box {
        right: auto;
        left: 50%;
        width: 100%;
        max-width: 1280px;
        transform: translate(-50%, -50%);
    }

    /* 250818 수정 */
    .visual_img_box img{
        left: 800px;
    }

    .visual_item01 .visual_img_box{
        right: 0;
        left: 50%;
        max-width: 1600px;
        transform: translate(-50%, -50%);
    }

    .visual_item01 .visual_img_box .lottie-animation {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        left: 500px;
    }
    /* -- 250818 수정 */
    
    /* 2251124 수정 */
    .visual_item08  .visual_img_box img{
        left: 500px;
    }
    /* -- 2251124 수정 */
    
    #section02 .section_header h2{
        font-size: 54px;
    }
    
    #section03 .section_header h2{
        font-size: 57px;
    }
}

@media (max-width: 1400px) {
    /* 250818 수정 */
    .btn_scroll_down {
        bottom: 32px;
        height: 56px;
        font-size: 14px;
    }

    .visual_controller{
        right: 90px;
        bottom: 20px;
        left: auto;
        width: auto;
        height: 40px;
        padding: 0;
        transform: none;
    }

    .visual_navigation{
        display: flex;
        align-items: center;
        gap: 4px;
        position: absolute;
        right: 20px;
        bottom: 20px;
        height: 40px;
    }
 
    .visual_navigation .swiper-button-prev, 
    .visual_navigation .swiper-button-next{
        position: relative;
        top: auto;
        margin: 0;
        transform: none;
        width: 30px;
        height: 30px;
        background-color: #fff;
        /* background-image: url(../images/main/renew/section00_swiper_arr_blk.svg); */
        /* background-size: 7px auto; */
    }

    .visual_navigation .swiper-button-prev:before, .visual_navigation .swiper-button-next:before{
        width: 52px;
        height: 52px;
        background-image: url(../images/main/renew/section00_swiper_arr_blk.svg);
        background-size: 7px auto;
    }

    .visual_slider_wrp[data-mode="wh"] .visual_navigation .swiper-button-prev, .visual_slider_wrp[data-mode="wh"] .visual_navigation .swiper-button-next{
        background-color: rgba(255,255,255,.2);
        /* background-image: url(../images/main/renew/section00_swiper_arr.svg); */
    }
    
    .visual_slider_wrp[data-mode="wh"] .visual_navigation .swiper-button-prev:before, .visual_slider_wrp[data-mode="wh"] .visual_navigation .swiper-button-next:before{
        background-image: url(../images/main/renew/section00_swiper_arr.svg);
    }
    
    .visual_navigation .swiper-button-next{
        transform: scale(-1, 1);
    }

    .visual_indicator .visual_pagination{
        font-size: 16px;
    }

    .visual_indicator .visual_pagination > * + *{
        margin-left: 4px;
    }

    .visual_progress{
        width: 15vw;
    }
    /* -- 250818 수정 */
    
    .section02_card_list{
        margin-right: -16px;
        margin-left: -16px;
    }

    .section02_card_list li{
        padding: 0 16px;
    }

    .section02_card_list li a{
        padding: 30px 30px 40px;
    }

    .section02_card_list li a h3{
        font-size: 24px;
    }
}

@media (max-width: 1200px) {
    .btn_scroll_down{
        bottom: 20px;
    }
    
    .visual_img_box {
        right: 20px;
        width: 100%;
        margin-top: 0;
    }

    .visual_img_box img{
        width: 100%;
        max-width: 100%;
    }

    /* 250818 수정 */
    #section01 .section_contents{
        max-width: 820px;
    }
    /* -- 250818 수정 */
}

@media (max-width: 1024px) {
    /* Common */
    .section_btn{
        padding: 14px 34px;
        height: 50px;
        font-size: 16px;
    }

    .section_header h2{
        margin-bottom: 12px;
        font-size: 28px;
    }

    .section_header p{
        margin-bottom: 48px !important;
        font-size: 16px;
    }

    /* section00 */
    .visual_container {
        justify-content: flex-start;
        /* padding: 7.693vh 20px 20px; */
        padding: 5.2vh 20px 20px;
        text-align: left;
    }
    
    /* 250818 수정 */
    .visual_container h1{
        font-size: 48px;
    }

    .visual_container p{
        font-size: 22px;
    }
    /* -- 250818 수정 */
    
    .visual_app_btns .btn_link {
        height: 44px;
        padding: 0 16px;
        font-size: 14px;
        line-height: 44px;
    }

    /* 250818 수정 */
    .visual_img_box {
        top: auto;
        bottom: 16%;
        transform: none;
        right: 10px;
        /* width: calc(100% - 20px); */
        width: 60%;
        max-width: 80vw;
    }
    
    .visual_img_box img{
        top: auto;
        bottom: 0;
        transform: none;
        width: auto;
        max-height: 40vh;
    }

    /* .visual_item01 .visual_img_box{
        top: 50%;
        right: -22%;
        max-width: 100%;
        height: auto;
        margin-top: 2%;
        transform: translateY(-50%);
    } */

    .visual_item01 .visual_img_box {
        right: -43vw;
        bottom: 8%;
        width: 140vw;
        height: 42vh;        
        max-width: 1200px;
    }

    .visual_item02 .visual_img_box,
    .visual_item03 .visual_img_box{
        margin-right: 0;
    }

    .visual_slider_wrp{
        height: calc(100svh - 72px);
    }
    /* -- 250818 수정 */

    .visual_app_btns {
        margin-top: 26px;
    }

    /* 250818 수정 */
    .visual_txt_box .btn-view-new{
        font-size: 12px;
        font-weight: 400;
    }

    .visual_app_btns .btn_link i{
        width: 5px;
        height: 14px;
        background-size: 5px auto;
        margin-top: -2px;
        margin-left: 4px;
    }

    .visual_app_btns [class^=btn] {
        font-size: 14px;
    }

    .visual_app_btns [class^=btn]:not(.btn_link){
        width: 40px;
        height: 40px;
        padding: 0;
        line-height: 40px;
        text-align: center;
    }

    .visual_app_btns [class^=btn] span{
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        font-size: 14px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    
    /* .visual_app_btns .btn_google, 
    .visual_app_btns .btn_apple{
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    .visual_app_btns .btn_apple{
        position: absolute;
        left: 68px;
    } 

    .btn_onestore{
        display: none !important;
    } */

    /* section01 */
    #section01{
        padding: 90px 0;
    }
    
    .section01_txt_box{
        padding: 24px 20px;
        border-radius: 20px;
        font-size: 18px;
    }

    .section01_txt_box span{
        width: 32px;
        font-size: 26px;
        padding-right: 16px;
    }
    
    .section01_txt_box p{
        width: calc( 100% - 40px );
    }

    /* section02 */
    #section02{
        justify-content: center;
        padding: 90px 0;
    }

    #section02 .section_container{
        height: auto;
    }

    #section02 .section_header h2{
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 1.3125;
    }
    
    #section02 .section_header p{
        font-size: 14px;

    }

    .section02_img_box{
        display: none;
    }

    #section02 .section_inner{
        text-align: center;
    }

    #section02 .section_contents{
        position: relative;
        top: auto;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        transform: none;
    }
    
    .section02_card_list{
        margin-top: 0;
        /* gap: 20px 0; */
    }

    .section02_card_list li{
        width: 50%;
        padding: 0 10px;
        transform: none !important;
        margin: 0 !important;
    }
    
    .section02_card_list li + li{
        margin-top: 10px !important; 
    }
    
    .section02_card_list li a{
        border-radius: 5px;
        padding: 30px 20px;
    }

    .section02_card_list li a h3{
        min-height: 0;
        font-size: 22px;
    }

    .section02_card_list li a h3 br{
        display: none;
    }
    
    .section02_card_list li a p{
        margin-top: 6px;
        font-size: 16px;
    }

    .section02_img_box{
        display: none;
    }
    
    /* section03 */
    #section03 .section_header h2{
        font-size: 40px;
        line-height: 1.4;
    }

    #section03 .section_container{
        min-height: 610px;
    }

    /* section04 */
    #section04{
        padding: 100px 0;
    }
    .section04_card_inner{
        width: 160px;
        height: 160px;
    }

    [class^=section04_icon]{
        width: 80px;
        height: 80px;
    }

    .section04_card_inner p {
        font-size: 16px;
    }
    
    /* section05 */
    #section05 .section_container {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    
    /* 250818 수정 */
    #section05 .section_header{
        max-width: 600px;
        margin: 0 auto;
    }
    /* -- 250818 수정 */

    #section05 .section_header h2{
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 1.3125;
    }

    #section05 .section_header p{
        font-size: 14px;
    }

    #section05 .logoArea{
        height:80px;
        line-height: 80px;
    }

    .swiper-logo{
        height: 80px;
    }

    #section05 .logoArea > div{
        padding: 0 20px;
    }

    #section05 .foot_swiperWrap{
        flex: 1;
        height: 80px;
    }

    #section05 .footSwiper{
        height: 80px;
        line-height: 80px;
    }

    .footSwiper li{
        height:80px;
    }

    .footSwiper li a{
        display: flex;
        justify-content: center;
        align-items: center;
        height:100%;
    }

    .btn_footPrev, 
    .btn_footNext, 
    .btn_pause, 
    .btn_play{
        width: 32px;
        flex-basis: 32px;
        height: 100%;
    }

    .btn_footPrev::before, 
    .btn_footNext::before, 
    .btn_pause::before, 
    .btn_play::before{
        width: 100%;
    }

    .btn_footNext{
        margin-right: 12px;
    }
}

/* 250818 수정 */
@media (max-width: 1023px) {
    .btn_scroll_down{
        display: none;
    }
}
/* -- 250818 수정 */

@media (max-width: 768px) {
    .section_header h2{
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 1.3125;
    }
    
    .section_header p{
        margin-bottom: 35px !important;
        font-size: 14px;
    }

    .main-swiper{
        height: auto;
    }

    .main-swiper > .swiper-wrapper{
        display: block;
        height: auto;
    }

    .main-swiper > .swiper-wrapper > .swiper-slide{
        height: auto !important;
    }
    
    .visual_slider_wrp {
        min-height: calc( 100vh - 72px );
    }

    /* section00 */
    .visual_container h1 {
        max-width: 340px;
        margin-bottom: 14px;
        font-size: 32px;
        line-height: 1.3125;
    }

    .visual_container p {
        max-width: 360px;
        font-size: 14px;
        line-height: 1.42858;
    }
    
    .visual_img_box{
        bottom: 12%;
        width: calc( 100% - 20px );
    }

    .visual_item01 .visual_img_box{
        width: 200%;
        height: 48vh;
        max-height: 100%;
        margin-top: 0;
        bottom: 2%;
        right: -59vw;
        max-width: 200%;
    }

    .visual_txt_box .point{
        font-size: 12px;
    }

    .visual_txt_box p + p {
        margin-top: 8px;
    }
    
    .visual_txt_box .point + .point{
        margin-top: 4px;
    }

    .visual_txt_box .sm{
        font-size: 10px;
    }
    
    .visual_item05 .visual_img_box{
        bottom: 10%;
    }

    .visual_item06 .visual_container h1{
        font-size: 30px;
    }

    /* 250818 수정 */
    .visual_app_btns .btn_link{
        height: 36px;
        padding: 0 16px;
        font-size: 12px;
        line-height: 36px;
    }
    /* -- 250818 수정 */

    /* section01 */
    #section01{
        padding: 80px 0;
    }
    
    /* 250818 수정 */
    #section01 .section_contents{
        flex-direction: column;
        align-items: center;
    }
    /* -- 250818 수정 */

    .section01_txt_box{
        width: 100%;
        max-width: 400px;
        padding: 24px 30px;
        border-radius: 30px;
        font-size: 16px;
        line-height: 1.625;
    }
    
    .section01_txt_box:not(:first-child){
        margin-left: 0;
        margin-top: 20px;
    }

    .section01_txt_box span{
        font-size: 24px;
    }

    /* section02 */
    #section02{
        padding: 80px 0;
    }

    /* section03 */
    #section03 .section_header h2 {
        font-size: 38px;
    }

    #section03 .section_header h2 > span b:after{
        width: 30px;
        height: 30px;
        margin: 0 8px
    }
    
    #section03 .section_container{
        height: calc(100svh - 72px);
        min-height: 460px;
    }

    #section03 .section_btn:after{
        margin-left: 8px;
        animation: section03BtnAnimation 0.7s ease-in infinite;
    }
    
    /* section04 */
    .section04_card_inner{
        width: 100px;
        height: 100px;
    }

    .section04_card_list li{
        padding: 0 5px;
    }

    [class^=section04_icon]{
        width: 60px;
        height: 60px;
    }

    .section04_card_inner p {
        font-size: 12px;
        line-height: 1;
    }
}

@media (max-width: 640px) {
    /* .section02_card_list{
        gap: 10px 0;
    } */
    .section02_card_list li{
        width: 100%;
    }
}

@media (max-width: 575.75px) {
    /* 250820 수정 */
    .btn_lost, .btn_dev {
        margin-right: 4px;
        padding: 8px 6px;
        height: auto;
        font-size: 14px;
        line-height: 1.3;
    }
    
    .visual_img_box{
        bottom: 60px;
    }

    .visual_item01 .visual_img_box{
        bottom: 10px;
        max-height: 38vh;
    }
    /* -- 250820 수정 */
}

@media (max-width: 359.75px) {
    .btn_lost, .btn_dev {
        margin-right: 4px;
        padding: 8px 6px;
        font-size: 12px;
        height: auto;
        line-height: 1;
    }
}

/* ie 대응 */
/* 250820 수정 */
@media screen and (min-width: 1401px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .visual_controller{
        bottom: 18%;
    }
}

@media screen and (max-width: 1400px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .visual_controller {
        bottom: 20px;
    }
}
/* -- 250820 수정 */

/* 250904 로티 제거 후 스와이퍼로 적용 버전 */
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* 250911 수정 */
.visual_item01 .visual_img_box{
    opacity: 0;
    animation: fadein 4s forwards;
    -moz-animation: fadein 4s forwards;
    -webkit-animation: fadein 4s forwards;
    -o-animation: fadein 4s forwards;
}
.cardSwiper{
    width: 19vw;
    height: 100%;
    position: absolute;
    top: 2.5%;
    left: 32.5%;
    transform: rotate(16deg);
    opacity: 0;
    transition: .25s;
}

.cardSwiper .swiper-wrapper{
    height: 100% !important;
}
.visual_item01.swiper-slide-active .cardSwiper,
.visual_item01.swiper-slide-duplicate-active .cardSwiper{
    opacity: 1;
}

.cardSwiper:before{
    content:'';
    position: absolute;
    top: -12.5%;
    left: -0.5%;
    width: 110%;
    height: 110%;
    background: url(../images/main/renew/bg_phone.png) no-repeat center / 100% auto;
    transform: rotate(-16deg);
}
.visual_img_box .lottie-animation{
    overflow: hidden;
}
.cardSwiper .swiper-slide {
    opacity: 0;
}
.cardSwiper .swiper-slide img{    
    top: 50%;
    width: 120%;
    max-width: unset;
    max-height: 120%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-16deg) scale(0.96);
}
.visual_item01.swiper-slide-active .cardSwiper .swiper-slide img,
.visual_item01.swiper-slide-duplicate-active .cardSwiper .swiper-slide img{
    transition: left 0.5s, opaticy 1.2s, transform 0.85s ease-in-out;
}
.cardSwiper .swiper-slide > div:before{    
    content:'';
    position: absolute;
    top: 42%;
    width: 120%;
    height: 70%;
    left: 48%;
    opacity: 0;
    background: url(../images/main/renew/bg_shadow.png) no-repeat center / 100% auto;
    transform: translate(-50%,-50%) rotate(-16deg) scale(0.96);
}
.cardSwiper .swiper-slide.swiper-slide-prev,
.cardSwiper .swiper-slide.swiper-slide-active, 
.cardSwiper .swiper-slide.swiper-slide-next,
.cardSwiper .swiper-slide.swiper-slide-next + .swiper-slide{
    opacity: 1;
}
.visual_item01.swiper-slide-duplicate-active .cardSwiper .swiper-slide.swiper-slide-prev,
.visual_item01.swiper-slide-active .cardSwiper .swiper-slide.swiper-slide-prev{
    transition: left 0.4s, opaticy 1s, transform 0.6s ease-in-out;
}
.visual_item01.swiper-slide-duplicate-active .cardSwiper .swiper-slide.swiper-slide-active, 
.visual_item01.swiper-slide-duplicate-active .cardSwiper .swiper-slide.swiper-slide-next,
.visual_item01.swiper-slide-duplicate-active .cardSwiper .swiper-slide.swiper-slide-next + .swiper-slide,
.visual_item01.swiper-slide-active .cardSwiper .swiper-slide.swiper-slide-active, 
.visual_item01.swiper-slide-active .cardSwiper .swiper-slide.swiper-slide-next,
.visual_item01.swiper-slide-active .cardSwiper .swiper-slide.swiper-slide-next + .swiper-slide{
    transition: left 0.5s, opaticy 1s, transform 0.7s ease-in-out;
}
.cardSwiper .swiper-slide.swiper-slide-active > div:before,
.cardSwiper .swiper-slide.swiper-slide-duplicate-active > div:before{
    opacity: 0.7;
    transition: left 0.5s, opaticy 1s 0.5s, transform 0.7s 0.2s ease;
}
.visual_item01.swiper-slide-active .cardSwiper .swiper-slide.swiper-slide-active > div:before,
.visual_item01.swiper-slide-active .cardSwiper .swiper-slide.swiper-slide-duplicate-active > div:before{
    transition: left 0.5s, opaticy 1s 0.5s, transform 0.7s 0.2s ease;
}
.cardSwiper .swiper-slide.swiper-slide-active img{
    opacity: 1;
    transform: translate(-50%, calc( -50% - 9% )) rotate(-16deg) scale(1);
}
.cardSwiper .swiper-slide.swiper-slide-duplicate-active img{
    transform: translate(-50%, calc( -50% - 9% )) rotate(-16deg) scale(1);
}
.cardSwiper .swiper-slide-duplicate-prev img,
.cardSwiper .swiper-slide-duplicate-next img,
.cardSwiper .swiper-slide.swiper-slide-prev img,
.cardSwiper .swiper-slide.swiper-slide-next img{
    opacity: 0.5;
}
.cardSwiper .swiper-slide-duplicate-next + .swiper-slide img,
.cardSwiper .swiper-slide.swiper-slide-next + .swiper-slide img{
    opacity: 0.25;
    left: -31%;
}

.cardSwiper .swiper-slide-duplicate-next + .swiper-slide > div:before,
.cardSwiper .swiper-slide.swiper-slide-next + .swiper-slide > div:before{
    left: -31%;
}
.cardSwiper .swiper-slide-duplicate-prev > div:before,
.cardSwiper .swiper-slide.swiper-slide-prev > div:before,
.cardSwiper .swiper-slide-duplicate-prev img,
.cardSwiper .swiper-slide.swiper-slide-prev img{
    left: 92%;
}
.cardSwiper .swiper-slide-duplicate-next > div:before,
.cardSwiper .swiper-slide.swiper-slide-next > div:before,
.cardSwiper .swiper-slide-duplicate-next img,
.cardSwiper .swiper-slide.swiper-slide-next img{
   left: 15%;
}  

@media (min-width: 1921px) {
    .cardSwiper{
        width: 303px;
    }
    .cardSwiper:before {
        top: -10.5%;
    }
}
/* 
@media (max-width: 1399px) {
    .cardSwiper {
        top: auto;
        width: 18vw;        
        height: 100%;
        bottom: 0;
        left: 50%;
        transform: rotate(16deg) translateX(-106%) scale(2);
    }
    .cardSwiper:before{
        top: -9.5%;
    }
    .cardSwiper .swiper-slide > div:before{
        top: 46%;
    }
} */
/* 
@media (max-width: 1023px) {
    .cardSwiper {
        top: auto;
        width: 18vw;        
        height: 100%;
        bottom: 0;
        left: 50%;
        transform: rotate(16deg) translateX(-106%) scale(2);
    }
    .cardSwiper:before{
        top: -9.5%;
    }
    .cardSwiper .swiper-slide > div:before{
        top: 46%;
    }
} */

@media (min-width: 768px) and (max-width: 1066px) {
    .cardSwiper {
        width: 30vw;
    }
}
@media (max-width: 768px) {
    .cardSwiper {
        top: auto;
        width: 19vw;        
        height: 60vw;
        bottom: 0;
        left: 50%;
        transform: rotate(16deg) translateX(-106%) scale(2);
    }
    .cardSwiper:before{
        top: -9%;
    }
    .cardSwiper .swiper-slide > div:before{
        top: 46%;
    }
}

/*
.main-swiper .swiper-pagination-bullet:focus {
	outline: none;
}


.main-swiper .swiper-pagination-bullet:focus-visible {
	outline: 2px solid #1a4fd6 !important;
	outline-offset: 2px;
}
*/



/* -- 250911 수정 */
/* -- 250904 로티 제거 후 스와이퍼로 적용 버전 */