﻿body {
    overflow-x: hidden;
}

.footer{
    margin-top: 0;
}

/* 전체 간격 */
.main>*{
    margin-top: 50px;
}
.quick{
    margin-top: 30px;
}
@media (max-width:768px) {
    .main > * {
        margin-top: 3rem;
    }
    .main .quick{
        margin-top: 2rem;
    }
}
/* 공통 제목 */
h2{
    font-size: 1.88rem;
    font-weight: 800;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    color: #25252D;
    word-break: keep-all;
}
.main h2>span{
    color: var(--sub-color);
    margin-left: 5px;
    font-weight: 800;
}
.main h3{
    margin: 10px 0 30px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}
@media (max-width:768px) {
    h2{
        font-size: 1.56rem;
    }
}



/* 2. 메인배너 */
.mainbanner_wrap{
    display: block;
    margin-top: 40px;
    overflow: hidden;
}

/*스와이퍼 공통*/
.swiper-wrapper{
       border-radius: 25px;
   }
.mainBanner_wrapper{
    display: flex;
    max-height: 422px;
    height: auto;
}
.mobileBanner_wrapper{
    display: flex;
    max-height: 520px;
}
.plan_wrapper{
    display: flex;
    height: auto;
}
.special_wrapper{
    display: flex;
    height: 400px;
}

.swiper-slide{
    height: auto;
}

.swiper-slide a {
    display: block;
}

.banner a{
    width: 100%;
    height: 100%;
}
.banner img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: var(--border-25px);
    object-fit: cover;
}

.mobile_wrap .banner img{
    height: 380px;
}

.swiper-slide {
  flex: 0 0 auto;
  width: unset;
}

.plan_benefit_wrap img{
  border-radius: 25px;
}

.mobile_wrap .swiper-slide{
    aspect-ratio: 10 / 7; /*이미지 비율*/
}

.mainBanner_wrapper .swiper-slide:nth-child(3n+1) {
  width: 47% !important;
}

.mainBanner_wrapper .swiper-slide:nth-child(3n+2),
.mainBanner_wrapper .swiper-slide:nth-child(3n+3) {
  width: 24%;
}


/* 기본 상태: play 숨김 */
.play-button { display: none; }
.pause-button { display: inline-block; }




/*스와이퍼CSS 기본 설정 변경*/
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{
    display: none;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}

.swiper-button-next, .swiper-button-prev{
    position: unset;
    margin-top: unset;
}

.swiper-pagination{
    position: unset;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: unset;
}



/* 좌우넘기기버튼 */
 .main_controls .swiper-button-next, 
 .main_controls .swiper-button-prev,
  .mobile_controls .swiper-button-next, 
 .mobile_controls .swiper-button-prev,
  .special_controls .swiper-button-next, 
 .special_controls .swiper-button-prev,
  .event_controls .swiper-button-next, 
 .event_controls .swiper-button-prev{
    width: 35px;
    height: 35px;
    cursor: pointer;
}

 .main_controls .swiper-button-prev,
  .mobile_controls .swiper-button-prev,
 .special_controls .swiper-button-prev,
 .event_controls .swiper-button-prev{
     background: url(/common/img/main/prev1.svg) no-repeat;
     background-size: contain;
} 
 
 .main_controls .swiper-button-next,
  .mobile_controls .swiper-button-next,
 .special_controls .swiper-button-next,
 .event_controls .swiper-button-next{
     background: url(/common/img/main/next1.svg) no-repeat;
     background-size: contain;
}

.swiper-button-prev:not(.plan_controls .swiper-button-prev):hover{ 
    content: url(/common/img/main/prev1-1.svg);
}


.swiper-button-next:not(.plan_controls .swiper-button-next):hover {
    content: url(/common/img/main/next1-1.svg);
}


@media (max-width: 984px){
    .main_controls .swiper-button-next, 
    .main_controls .swiper-button-prev,
    .mobile_controls .swiper-button-next, 
    .mobile_controls .swiper-button-prev,
    .special_controls .swiper-button-next, 
    .special_controls .swiper-button-prev,
    .event_controls .swiper-button-next, 
    .event_controls .swiper-button-prev{
        width: 28px;
        height: 28px;
    }
}




 .banner .flex{
    position: absolute;
    bottom: 10%;
    left: 100px;
 }
  .main_controls, .mobile_controls{
      display: flex;
      align-items: center;
      justify-content: flex-end;
      column-gap: 0.3rem;
      margin-top: 1rem;
      padding-right: 0.2rem;
  }
 .special_controls,.event_controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 0.5rem;
    margin: 1rem 0;
 }
.banner-controls, .mbanner-controls{
    display: flex;
    z-index: 100;
    justify-content: flex-end;
    align-items: center;
    column-gap: 0.3rem;
}





/* 더보기 버튼 */
.more_btn{
    font-weight: 800;
    font-size: 0.75rem;
    width: max-content;
    white-space: nowrap;
    padding: 10px 0;
}
.more_btn:hover{
    color: var(--main-color);
}
.more_btn{
    font-weight: 800;
    font-size: 0.75rem;
    width: max-content;
    white-space: nowrap;
}
.more_btn:hover{
    color: var(--main-color);
}
.more_btn:hover .arrow {
    animation: arrow-move 0.6s infinite ease-in-out;
}
.arrow {
    display: inline-block;
    margin-left: 6px;
    transition: transform 0.3s ease;
}
@keyframes arrow-move {
    0% { transform: translateX(0); }
    50% { transform: translateX(5px); }
    100% { transform: translateX(0); }
}






@media (max-width:480px){
    .special_plan .title,    .event .title{
        display: block;
    }
     /*.special_controls,
    .event_controls {
         display: block;
     }
     .special_controls .more_btn,
     .event_controls .more_btn{
         width: 100%;
         text-align: right;
     }*/
}



/* 상태 원형 */
.autoplay-progress {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.autoplay-progress svg {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.autoplay-progress .progress-background {
    stroke-width: 1px;
    stroke: #f4f4f4; /* 배경용 동그라미 선 색상 */
    fill: none;
}
.autoplay-progress .progress-foreground {
    stroke-width: 1px;
    stroke: #343434; /* 진행용 동그라미 선 색상 */
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
}




/* 페이지네이션 스타일 */
.banner .swiper-pagination,
.special_plan .swiper-pagination,
.event .swiper-pagination {
    text-align: center;
    width: 64px;
    line-height: 50px;
    border-radius: 20px;
    left: auto;
    right: 0;
    bottom: 16px;
    color: #343434; 
}
.banner .swiper-pagination span,
.special_plan .swiper-pagination span,
.event .swiper-pagination span{
    font-weight: 600;
    margin: 0 3px;
    color: #343434;
}

.banner .swiper-pagination-current,
.special_plan .swiper-pagination-current,
.event .swiper-pagination-current{
    color: #3F4970 !important;
}

/* 자동재생 */
.autoplay-controls {
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
}
.autoplay-controls button {
    padding: 8px 10px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    background: transparent;
}
.autoplay-controls button img {
    position: relative;
    top: 0px;
    right: -2px;
    width: 23px; 
    height: 23px;
}

.mainbanner_wrap{
    display: block;
}
.mobile_wrap{
    display: none;
}




@media (max-width:984px){


    .banner .swiper-pagination, .special_plan .swiper-pagination, .event .swiper-pagination{
        width: 50px;
        font-size: 0.87rem;
    }


    .autoplay-progress{
        width: 30px;
        height: 30px;
    }

  .autoplay-controls button {
    padding: 5px;
  }

  .autoplay-controls button img{
      right: 1px;
      width: 18px;
      height: 18px;
  }

}






@media (max-width:984px) {

    .mainbanner_wrap {
        display: none;
    }

    .mobile_wrap {
        display: block;
    }

    .mobileBanner {
  position: relative; /* 기준이 되어야 absolute 정렬 가능 */
}

    .mobileBanner_wrapper .swiper-slide{
        width: 100%;
}

    .mobile_controls{
        margin-top: 0.5rem;
        height: 30px;
    }

}


@media (max-width:768px) {

    .mobileBanner_wrapper{
        height: 80%;
    }

}



@media (max-width:580px) {

    .mobileBanner_wrapper{
        height: 100%;
    }

}





/*2. 퀵메뉴*/
.quick{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quick_wrap ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1.5rem;
}

.quick li {
   text-align: center;
   cursor: pointer;
}

.circle{
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    padding: 1rem;
    aspect-ratio: 1 / 1; 
    object-fit: contain; 

    background-color: #F2F7FB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
   margin: 0 auto;
   margin-bottom: 0.5rem;
}

.quick_wrap li{
    position: relative
}

.quick_wrap li:hover .circle {
        animation: bounce 0.8s infinite;
        box-shadow:0px 2px 5px rgba(180, 180, 180, 0.6);
        border-radius: 150px;
}

.quick_wrap li:nth-child(2){
    position: relative;
}

.quick_wrap li p{
    font-weight: 500;
}

.bubble_box1,
.bubble_box2 {
  position: absolute;
  width: 80px;
  top: -23px;
  left: 50%;
  transform: translate(-50%);
  padding: 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 25px;
  color: #fff;
  font-size: 0.75rem;
  z-index: 999;
}

.bubble_box1:after,
.bubble_box2:after {
  position: absolute;
  bottom: -60%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-width: 10px;
  pointer-events: none;
  content: ' ';
}

.bubble_box1{
  background: #06BF9A;
}

.bubble_box1:after{
  border-top-color: #06BF9A;
}

.bubble_box2{
  width: 100px;
  background: #FF614F;
}

.bubble_box2:after{
  border-top-color: #FF614F;
}

.quick_wrap li:nth-child(3){
    position: relative;
}



@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    to {
        transform: translateY(0);
    }
}


.quick_wrap li img{
    max-width: 70px;
    max-height: 70px;
    width: 100%;
    height:100%;
}

.mquick{
    display: none;
}




/*로그인*/
.login{
    border-radius: 25px;
    border: 1px solid #b2b2b2;
    padding: 2rem;
    cursor: default;
    min-width: 290px;
}

.log_txt{
    display: flex;
    justify-content: space-between;
}

.log_txt p{
    text-align: left;
    font-size: 1.13rem;
    font-weight: 500;
    line-height: 135%;
}

.log_txt p:last-child{
    display: flex;
    align-items: flex-end;
}

.log_txt p span{
    text-decoration: underline;
    font-weight: 800;
}

.log_btn{
    display: flex;
    gap: .7rem;
    margin-top: 1rem;
    justify-content: space-between;
}

.log_btn button{
    width: 100%;
    height: 45px;
    border-radius: 25px;
    font-size:0.87rem;
}

.log_btn button:first-child{
    background: #000;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.log_btn button:first-child:hover{
    background: var(--main-color);
}

.log_btn button:last-child{
    border: 1px solid #000;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.log_btn button:last-child:hover{
    border: 1px solid var(--sub-color);
    background: var(--sub-color);
    color: #fff;
}


@media (max-width:1200px) {
    .quick{
        justify-content: space-around;
    }
    .quick,    .quick_wrap ul{
        column-gap: .93rem;
    }
    .login{
        padding: 1.5rem 1.4rem;
    }
} 
@media (max-width:1080px) {
    .circle {
        max-width: 115px;
        max-height: 115px;
    }
    .quick{
        display: block;
    }
    .quick>li:last-child{
        margin-top: 2rem;
    }
    .quick_wrap > ul{
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        justify-content: space-around;
        gap:1rem;
        text-align: center;
    }
    .login{
        padding: 2rem 1.5rem;
    }
    .bubble_box1, .bubble_box2 {
      width: 90px;
      top: -25px;
      font-size: 0.87rem;
    }
    .bubble_box2{
        width: 115px;
    }
}

@media (max-width:768px) {
         .quick{
        column-gap: 0;
    }
    .quick_wrap > ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
        .mquick{
            display: block;
        }

    .quick_wrap > ul > li {
        box-sizing: border-box;
        display: block;
        text-align: center;
        padding: 0.5rem 0;
    }
    .bubble_box1, .bubble_box2 {
      top: -18px;
    }
}
@media (max-width:580px) {
    .circle{
       max-width: 80px;
       max-height: 80px;
   }
   .quick_wrap li img {
        max-width: 60px;
        max-height: 60px;
    }
    .bubble_box1, .bubble_box2 {
      width: 75px;
      top: -18px;
      font-size: 0.75rem;
    }
    .bubble_box2{
        width: 95px;
    }
}
@media (max-width:480px) {
    .bubble_box1, .bubble_box2 {
      width: 70px;
      top: -22px;
      font-size: 0.75rem;
    }
    .bubble_box2{
        width: 90px;
    }
}
@media (max-width:360px) {
        .bubble_box1,    .bubble_box2 {
  width: 65px;
}
    .bubble_box2{
        width: 80px;
    }
}


.opt_obj input[type="radio"] + span{
     background-color: #fff;
     white-space: nowrap;
}


/*요금제 섹션 공통*/
.plan_wrap{
    width: 100%;
    background-color: #F2F7FB;
    border-radius: 25px;
    padding: 2.5rem;
}

.plan_section{
    display: flex;
    justify-content: space-between;
}

.left_title{
    width: 20%;
}

.left_title p{
    color: #797979;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-weight: 500;
    word-break: keep-all;
}

.right_title{
    width: 80%;
    position: relative;
}

.plan_wrapper, .special_wrapper {
    width: 100%;
    box-sizing: border-box;
}

@media (max-width:984px) {

    .plan_section{
        display: block;
    }

    .left_title{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 1.5rem;
    }

    .left_title p{
        margin-top: 0.5rem;
        margin-bottom: 0;
    }

    .right_title{
        width: 100%;
    }

}






/* 3. 추천요금제 */
.tab_container{
    overflow: hidden;

}

.tab_btn{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-left: 0.4rem;
}

.tab_btn .swiper-slide{
    display: flex;
    justify-content: center;
}


.plan_contents{
    position: relative;
}

.plan_controls .swiper-button-prev{
    position: absolute;
    top: 50%;
    z-index: 99;
    left: -25px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(/common/img/main/prev2.svg) no-repeat;
    background-size: contain;

}

.plan_controls .swiper-button-next{
    position: absolute;
    top: 50%;
    z-index: 999;
    right: -35px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(/common/img/main/next2.svg) no-repeat;
    background-size: contain;
}

.recommend_plan{
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}



@media (max-width:1080px) {

    .opt_obj input[type="radio"] + span{
        padding: 0 0.8rem;
    }

    .tab_btn span{
        font-size: 0.87rem;
    }

    .left_title p{
        font-size: 0.87rem;
    }

}




/*요금제*/
.plan{
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px #e5e5e5;
    padding: 1.2rem;
    margin: 0.5rem;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.plan:hover{
    box-shadow: 0 0 7px 2px rgba(0, 169, 234, .4 );
    transition: all 0.3s ease-in-out;
}

.plan .tag{
    flex-wrap: wrap;
}

.plan_title{
    font-size: 0.87rem;
    margin-bottom: 4px;
}

.plan_data{
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.plan_info{
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 0.7rem 2rem;
    padding-left: 0.5rem;
    display: flex;
    justify-content: flex-start;
    column-gap:0.5rem;
    align-items: center;
    margin-bottom: 1rem;
}
.plan_info img{
    width: 18px;
    height: 18px;
}

.info_wrap{
    display:flex;
    align-items: center;
    column-gap: 0.3rem;
    font-size: 0.87rem;
}

.info_wrap p{
    color: #ADADAD;
}


.plan_price{
    text-align: right;
}

.price{
    justify-content: flex-end;
    column-gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.2rem;
}

.fixed_price{
    text-decoration: line-through;
    color: #aaa;
    font-size: 0.75rem;
}

.month_price{
    font-size: 1.13rem;
    font-weight: 700;
    color: var(--main-color);
}

.month_price span{
    font-weight: 800;
    font-size: 1.5rem;
}

.next_price{
    font-size: 0.87rem;
}

hr{
    border: 1px solid #f5f5f5;
    margin-top: 1rem;
}


/*요금제 혜택*/
.plan_benefit_wrap{
    padding-top: 1.5rem;
}

.plan_benefit_wrap>div{
    display: flex;
    justify-content: flex-end;
    column-gap: 0.2rem;
}

.plan_benefit_wrap>div img:not(:last-child){
    width: 15px;
    height: 15px;
    margin-left: -10px;
}

.plan_benefit_wrap>div img:last-child{
    width: 10px;
    transition: all 0.3s ease;
}

.plan_benefit_wrap p{
    font-size: 0.75rem;
    color: #707070;
}

.plan_benefit{
    font-size: 0.75rem;
    line-height: 1.5rem;
    text-align: center;
    margin-top: 1rem;
    background-color: #F9F9F9;
    border-radius: 15px;
    padding: 0.5rem 1rem;
    min-width: 0;
    display: none;
    transition: all 0.3s ease;
}

.plan_benefit li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1 1 calc(20% - 1rem);
}

.plan_benefit img{
    width: 15px;
    height: 15px;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.plan_benefit  li p{
    display: inline-block;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 10px);
}





/*4. 맞춤 요금 찾기*/
.plan_custom{
    display: flex;
    column-gap: 1.5rem;
    align-items: center;
}

.plan_custom li{
    background-color: #fff;
    padding: 1.5rem 1rem;
    border-radius: 15px;
    text-align: center;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px #e5e5e5;
    display: grid;
    align-items: center;
}

.plan_custom li p:first-child{
    color: var(--main-color);
    font-size: 1.5rem;
    font-weight: 700;
}

.plan_custom li p:last-child{
    font-size: 0.87rem;
    word-break: keep-all;
}




@media (max-width:1080px) {

    .plan_section{
        column-gap: 1rem;
    }

    .plan_custom {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding: 1rem 0.5rem;
    }

    .plan_custom li {
        min-width: 150px;
        white-space: normal;
        vertical-align: top;
        padding: 2rem 1rem;
        gap: 0.5rem;
    }

    /* 스크롤바 안 보이게 (선택) */
    .plan_custom::-webkit-scrollbar {
        display: none;
    }

    .custom_section .left_title{
        width: 20%;
    }

    .custom_section .right_title{
        width: 80%;
        padding: 1rem 0.5rem;
    }

}






/*이벤트 섹션 공통*/
.title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left_event{
    display: flex;
    column-gap: 1.5rem;
    width: auto;
}

.left_event p{
    display: flex;
    align-items: center;
    color: #797979;
    word-break: keep-all;
}


@media (max-width:984px) {

    .title{
        margin-bottom: 1rem;
    }

    .left_event{
        display: block;
    }

    .left_event p{
        margin-top: 0.5rem;
    }

}


@media (max-width:768px) {

    .left_event p{
        font-size: 0.87rem;
    }

}





/*5. 특별 기획전*/
.mprogress {
  display: none;
}
.special_exhibition{
    overflow: hidden;
    height: 100%;
}
.special_wrapper{
    height: unset;
}
.special_exhibition .swiper-slide,.special_exhibition .swiper-slide img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 25px;
}
@media (max-width:1080px) {
    .special_exhibition,  .special_exhibition .swiper-slide img{
        height: 350px;
        object-fit: cover;
    }
}
@media (max-width:984px) {
    .pcprogress {
      display: none;
    }
    .mprogress {
      display: block;
    }
    .special_controls{
        margin: 0;
    }
    .copyright{
        margin-top: 2rem;
    }
}

@media (max-width:768px) {
    .special_exhibition,  .special_exhibition .swiper-slide img{
             height: 250px;
    }
}
@media (max-width:580px) {
    .special_exhibition,  .special_exhibition .swiper-slide img{
         height: 220px;
    }
}
@media (max-width:480px) {
    .special_exhibition,  .special_exhibition .swiper-slide img{
        height: 170px;
    }
    .special_plan{
        position: relative;
        margin-bottom: 80px;
    }
    .special_controls{
        justify-content: flex-start;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        margin-top:  190px;
        display: inline;
    }
    .special_controls .more_btn{
        position: absolute;
        top: -205px;
        right: -70%;
    }
}
@media (max-width:360px) {
    .special_exhibition,  .special_exhibition .swiper-slide img{
           height: 150px;
    }
     .special_controls{
         margin-top: 160px;
     }
     .special_controls .more_btn{
        top: -175px;
        right: -50%;
    }
}




/*6. 진행중인 이벤트*/
.event{
    margin-top: 50px;
    margin-bottom: 1rem;
    position: relative;
}

.event_wrapper{
    display: flex;
    width: 1200px;
}

.progress_event{
  position: relative;
  width: 1180px;
  overflow: hidden;
}

.progress_event .swiper-slide {
    max-width: 100%;
    box-sizing: border-box;
}

.event_wrapper img{
    width: 100%;
  border-radius: 25px;
}

/* 마스킹 */
/*.progress_event::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -400px;
    background-color: rgba(299,299, 299, 1);
    width: 400px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.progress_event::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: -400px;
    background-color: rgba(299,299, 299, 1);
    width: 400px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}*/

@media (max-width:984px) {

    .progress_event,
     .event_wrapper{
        width: unset;
    }

}

@media (max-width:768px) {

    .progress_event{
        width: 100%;
    }

   

}

@media (max-width:480px) {

    .event{
        position: relative;
        margin-bottom: 80px;
    }

    .event_controls{
        justify-content: flex-start;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        margin-top:  235px;
        display: inline;
    }

    .event_controls .more_btn{
        position: absolute;
        top: -255px;
        right: -70%;
    }

    .event_wrapper .swiper-slide img{
         height: 260px;
}

    .event .banner-controls{
        margin-top: 40px;
    }

}

@media (max-width:360px) {

    .event_controls{
        margin-top: 210px;
    }

    .event_wrapper .swiper-slide img{
        height: 200px;
    }

    .event .banner-controls{
        margin-top: 10px;
    }

    .event_controls .more_btn{
        top: -225px;
        right: -50%;
    }

}







/*7. 고객지원*/
.customer{
    width: 100%;
    margin: 0;
    background-color: #F2F7FB;
    margin-top: 50px;
}

.mcustomer{
       display: none;
   }

.cust_contents{
    margin: 0 auto;
    max-width: 1180px;
    height: auto;
    padding: 3rem 0;
    display: flex;
    column-gap: 2rem;
}

.cust_contents .left_title{
    width: 15%;
}


.cust_contents .right_title{
    width: 85%;
    display: block;
}

.cust_top{
    width: 100%;
    display: flex;
}

.cust_btn{
    display: flex;
    column-gap: 2rem;
}

.cust_btn button{
    width: 33.3%;
    background-color: #fff;
    border-radius: 25px;
    padding: 1.5rem 2rem;
    display: block;
}

.cust_btn button:hover{
    box-shadow: var(--box-shadow);
    /*outline: 2px solid var(--main-color);*/
    animation: bounce 0.8s infinite;
}

.cust_btn button img{
    width: 50px;
}

.cust_btn button p{
    font-size: 1rem;
    font-weight: 700;
    color: #2A2A2A;
    display: flex;
    align-items: center;
    word-break: keep-all;
    justify-content: center;
    margin-top: 1rem;
}


.info_txt{
    border-left: 1px solid #CCCCCC;
    padding-left: 3%;
    margin-left: 3%;
}

.info_txt p{
    font-weight: 600;
}

.info_txt p:nth-child(1){
    font-size: 1.25rem;
}

.info_txt p:nth-child(2){
    font-size: 1.88rem;
}

.info_txt p:nth-child(3){
    margin: 1rem 0;
}

.info_txt p:nth-child(4){
    font-size: 1rem;
}


.cust_bottom{
    background-color: #fff;
    border-radius: 25px;
    padding: 1.5rem 2rem;
    margin-top: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cust_bottom_left{
    display: flex;
    column-gap: 1.5rem;
    align-items: center;
    flex: 1 1 auto;   /* 🔑 공간을 유연하게 차지 */
  min-width: 0;   
}

.cust_bottom_left p:nth-child(1){
    font-size: 1.25rem;
    font-weight: 700;
    padding-right: 1.5rem;
    border-right: 1px solid #ccc;
    flex-shrink: 0;
  white-space: nowrap;
}

.cust_bottom_left p:nth-child(2){
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 0.5rem;
    flex: 1 1 auto;         /* 🔑 유일하게 줄어드는 아이템 */
  min-width: 0; 
  cursor: pointer;
}

.cust_bottom_left p:nth-child(3){
    margin: 0 1rem;
    font-size: 0.87rem;
    color: #797979;
    flex-shrink: 0;
  white-space: nowrap;
  cursor: pointer;
}


@media (max-width:1200px) {

    .cust_contents{
        justify-content: space-between;
        padding: 2rem 1.5rem;
    }

    .cust_btn button{
        padding: 1rem 1.5rem;
    }


}


@media (max-width:1080px) {
       .cust_contents .left_title{
           width: 12%;
       }
       .cust_contents .right_title{
           width: 88%;
       }
}
@media (max-width:984px) {
       .customer{
           display: none;
       }
       .mcustomer{
           display: block;
        width: 100%;
        margin: 0;
        background-color: #F2F7FB;
        margin-top: 50px;
    }
    .mcust_contents{
        width: 100%;
        max-width: 1180px;
        padding: 3rem 1.5rem;
        gap: 1.5rem;
    }
    .mcust_contents .top_title{
            display: flex;
            width: 100%;
            justify-content: space-between;
            margin-bottom: 2rem;
            align-items: center;
    }
    .top_title p{
        margin-top: 0.5rem;
    }
    .mcust_contents .bottom_title{
        width: 100%;
    }
    .mcustomer .cust_btn{
        column-gap: 1rem;
    }
    .mcustomer .cust_btn button p{
        font-size: 0.87rem;
    }
    .mcustomer .cust_btn button img{
        width: 40px;
    }
    .cust_bottom{
        margin-top: 1rem;
    }
    .cust_bottom_left{
        display: flex;
      align-items: center;
      gap: 1rem;
      width: 100%;
      min-width: 0;
    }
    .cust_bottom_left p:nth-child(3){
        margin-left: 0;
    }
    .mcustomer .info_txt{
        border: none;
        padding-left: 0;
        margin-left: 0;
        margin-top: 1rem;
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        word-break: keep-all;
    }
    .info_txt_left, .info_txt_right{
        width: 100%;
        background-color: #fff;
        border-radius: 25px;
        padding: 1.5rem 2rem;
        display: grid;
        align-items: center;
    }
    .info_txt_left{
        text-align: center;
    }
    .info_txt_left p:nth-child(1){
        font-size: 1.08rem;
        font-weight: 400;
    }
    .info_txt_left p:nth-child(2){
        font-size: 1.75rem;
    }
    .info_txt_right{
        text-align: center;
    }
    .info_txt_right p:nth-child(1),.info_txt_right p:nth-child(2){
        font-size: 0.87rem;
        font-weight: 400;
        line-height: 145%;
    }
    .info_txt_right p:nth-child(1){
        margin-bottom: 0.5rem;
    }

}
@media (max-width: 768px) {
    .cust_bottom_left{
        column-gap: 0.5rem;
    }
    .cust_bottom_left p:nth-child(1){
        padding-right: 0.5rem;
       white-space: nowrap;
       font-size: 1rem;
    }
    .cust_bottom_left p:nth-child(2){
        font-size: 0.87rem;
    }
    .cust_bottom_left p:nth-child(3){
        display: none;
    }
}
@media (max-width: 480px) {
    .info_txt_left,    .info_txt_right{
        padding: 1rem 1.5rem;
    }
        .info_txt_left p:nth-child(1) {
        font-size: 1rem;
    }
             .info_txt_left p:nth-child(2) {
        font-size: 1.56rem;
    }
    .mcustomer .info_txt {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}





.smog2 {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999999;
}

.modal button{
    width: 100%;
    height: 74px;
    background: var(--main-color);
    color: #fff;
    border-radius: 15px;
}
.modal button:hover{
    background: var(--main-color);
}

.event_modal{
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10000000000;
    display: flex;
    column-gap: 2rem;
    justify-content: center;
    align-items: center;
}

.m_modalbox{
    display: none ;
    visibility: hidden ;
}
.m_modalbox .swiper-container{
    max-height:520px;
}
.event_modal .swiper-slide img{
    border-radius: 0;
}

.event_modal_close{
    height: 54px;
    position: absolute;
    bottom: -80px;
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    padding: .8rem 1.2rem;
    border-radius: 14px;
    visibility: hidden;
    border: 1px solid #fff;
}

.event_modal_close p{
    font-size: 1.05rem;
    font-weight: 500;
    color: #fff;
}

    .event_modal_close img {
        width: 15px;
        
    }

.left_mo_modalbox{
    width: 40%;
    max-width: 400px;
    visibility: hidden;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
     display:none;
}

.left_mo_modalbox img:not(.modal_close){
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;

}

.left_mo_modalbox img:not(.modal_close),
.right_mo_modalbox img:not(.modal_close){
    max-width: 400px;
    width: 100%;
}

.left_mo_modalbox .swiper-slide{
    width: 100%;
    max-width: 400px;
}

.left_modal_banner{
    width: 100%;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}
 
.right_mo_modalbox{
    width: 40%;
    max-width: 400px;
    transition: all 0.3s ease;
    animation: unset;
    overflow: hidden;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    visibility: hidden;
     display:none;
    position: relative;
}

.modal_pagination {
    margin: 0 auto;
    position: absolute;
    left: 50% !important;
    bottom: 80px !important;
    transform: translate(-50%);
    z-index: 999;
    display: flex;
    width: unset !important;
}

.modal_pagination .swiper-pagination-bullet {
    display: block;
    margin-right:8px;
    width:15px;
    height:15px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    transition:all 0.3s ease;
    border-radius: 50%;
}
 
.modal_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:rgba(0, 0, 0, 0.8);
    width:40px !important;
    border-radius: 20px;
     transition:all 0.3s ease;
     opacity:1;
}
 
.event_modal  .swiper-wrapper{
    display: flex;
}

.event_modal .swiper-slide{
    width: 100%;
}

.right_modal_banner{
    width: 100%;
    object-fit: contain;
}

.mo_modal_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000;
    height: 60px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .mo_modal_btn button {
        background: transparent;
        border-radius: unset;
        height: 70px;
        color: #fff;
    }

    .mo_modal_btn button:hover{
        color: var(--main-color);
        font-weight: 700;
    }


    .mo_modal_btn button:hover,  .event_modal img:hover{
    cursor: pointer;
}


    .modal_dayclose2{
        padding: 0 2rem;
        text-align: left;
    }

    .mo_modal_close{
    padding: 0 2rem;
    }

.mo_modal_close img{
    width: 20px;
}

.mo_modal_close:hover img{
    content: url(/common/img/main/close_active.svg);
}

@media (max-width:768px) {

    .modal_dayclose2{
        font-size: 0.75rem;
        padding-right: 0;
    }

        .modal_pagination .swiper-pagination-bullet {
    width:12px;
    height:12px;

}
 
.modal_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width:30px !important;
}

}



.m_modalbox img:not(.modal_close){
        width: 100%;
    }
 
@media(max-width:580px) {

    .m_modalbox{
        display: none;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 10000000000;
        overflow: hidden;
    }

    .m_modalbox img:not(.modal_close){
        width: 100%;
        object-fit: cover;
    }

    .event_modal,
    .event_modal_close{
        display: none !important;
        visibility: hidden !important;
    }

    .m_modalbox .swiper-wrapper{
        display: flex;
    }

    .m_modal_banner{
        width: 100%;
        max-height: 520px !important;
    }

    .m_modalbox .swiper-wrapper,
    .mo_modal_btn {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .m_modalbox .swiper-slide {
    width: 100%;
    aspect-ratio: 10 / 7; /* ✅ 초기 비율 고정 */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .m_modalbox .swiper-slide img{
    border-top-left-radius: 1.7rem;
        border-top-right-radius: 1.7rem;
}


    .modal_pagination .swiper-pagination-bullet {
    margin-right:8px;
    width:10px;
    height:10px;
}
    }


 
