﻿.swiper-wrapper{
    /*display: flex;*/
    /*width: 100%;*/
    /*height: auto;*/
}
.swiper .swiper-wrapper img, .swiper2 .swiper-wrapper img{
    margin: 0 2%;
    /*margin-left: 2px;*/
    width: 96%;
    height: 96%;
     border-radius: 20px;
}
/* 좌우 넘기기 버튼 수정*/
.swiper-button-prev{
   background: url(/common/image/main/left_btn.png) no-repeat;
   width: calc(var(--swiper-navigation-size)/ 23 * 27);
   left: var(--swiper-navigation-sides-offset,16px);
}
.swiper-button-next{
   background: url(/common/image/main/right_btn.png) no-repeat;
   width: calc(var(--swiper-navigation-size)/ 23 * 27);
   right: var(--swiper-navigation-sides-offset,5px);
}
.swiper-button-next::after,.swiper-button-prev::after {
  display: none;
}

.data_prev{
   background: url(/common/image/main/data_prev.png) no-repeat;
   width: calc(var(--swiper-navigation-size)/ 23 * 27);
}
.data_next{
   background: url(/common/image/main/data_next.png) no-repeat;
   width: calc(var(--swiper-navigation-size)/ 23 * 27);
}

.swiper-container {overflow: visible;}
.swiper-slide {opacity:0.4; transition:opacity 0.3s;}
.swiper-slide-active,
.swiper-slide-active + .swiper-slide,
.swiper-slide-active + .swiper-slide + .swiper-slide,
.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {opacity:1}

/* 동그라미 버튼 커스텀 */
.swiper2 {
  position: relative;
}
.swiper2 .swiper-pagination{
  position: absolute;
  bottom: -23px; 
}
.swiper3 {
  position: relative;
  display: block;
}
.swiper3 .swiper-pagination{
  position: absolute;
  bottom: 50px; 
}


.swiper-pagination-bullet-active {
    opacity: #D9D9D9;
    background: var(--normal-red);
    width: 20px;
    border-radius: 8px;
    height: 7px;
}
.swiper-pagination-bullet {
    height: 7px;
    width: 7px;
}
.m_banner{
    display: block;
}
.s_banner{
    display: none;
}

.swiper{
    display: block;
}
.swiper2{
    display: none;
}


/* 메인 배너 */
 .swiper>div img{
      border-radius: 20px;
 }

/* section2 - 퀵메뉴 */
.quick {
    margin-top: 50px;
    width: auto;
    max-height: 240px;
    height: auto;
    padding: 0 0px;
}
.quick ul{
    width: 100%;
    display: flex;
}
.quick li {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 92%;
    margin: 0 8px;
    height: 135px;
    cursor: pointer;
}
.quick li:hover{
    background: #FFF8F8;
}

.quick img {
    position: relative;
    margin-top: 15px;
    line-height: 80px;
}
.quick p {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    color: #4D4D4D;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 30px;
    text-align: center;
}




/* section3, section4 공통 h2*/
.plan h2, .event h2{
    font-size: 28px;
    color: #111111;
    font-weight: 900;
}

/* section3 - plan 추천요금제*/
.plan{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.plan_l{
    width: 23%;
    margin-left: 1%;    
    padding-top: 16px;
}
.plan_l>p:first-child{
    font-size: 28px;
    font-weight: 900;
    color: #6a5e5e;
    margin-bottom: 25px;
}
.plan_l>p:nth-child(2){
    font-size: 16px;
    font-weight: 500;
    color: #4d4d4d;
    margin-top: 15px;
}
.plan_w1 p{
    margin-top: 8px;
}
.plan_w1 br{
    display: none;
}
.plan_w2{
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 23px;
    margin-top: 55px;
    cursor: pointer;
}
.plan_l span{
    margin-left: 10px;
    line-height: 23px;
}


/*plan_r*/
.plan_r{
    width: 70%;
}



/* 태그 */
.tag .label_tag{
    background: none;
    margin: 0;
    width: auto;
    font-size: 15px;
    font-weight: 600;
}
.tag .label_tag input[type="radio"] + span {
    display: inline-block;
    line-height: 40px;
    background-color: #F5F5F7;
    color: #6A5E5E;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
    width: auto;
    padding: 0 20px;
    height: 40px;
    border-radius: 50px;
}
.tag .label_tag input[type="radio"]:checked + span {
    width: auto;
    padding: 0 20px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    border-radius: 25px;
    background: #6A5E5E;
    color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
}

/* 데이터박스 */
.data{
    display: flex;
    width: 100%;
    margin-top:20px;
    margin-bottom: 15px;
}
.data_wrap{
    border: 1px solid #dedede;
    border-radius: 20px;
    padding: 6%;
    cursor: pointer;
}
.data .swiper-slide {
    width: 49% !important;
}

/* 요금제 */
/* .data 데이터 박스*/
.data_group{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.data_group>div:nth-child(1), .data_group>div:nth-child(2){
    margin-top: 20px;
}
.data_wrap{
    border: 1px solid #dedede;
    border-radius: 20px;
    padding: 4% 3%;
    width: 100%;
    cursor: pointer;
    height: 300px;
}
.data_title{
    display: flex;
    justify-content: space-between;
    height: 29px;
    line-height: 29px;
}
.data_tag{
    display: flex;
    font-size: 13px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 7px;
}
.data_tag>li{
    padding: 0  10px;
    margin-right: 5px;
    border-radius: 5px;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
}
.tag_lg{
    background: #F251AB;
}
.tag_sp{
    background: #1e1e1e;
}

.data_name{
    font-size: 19px;
    font-weight: 800;
    margin-left: 5px;
}
.data_sub{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-top: 4px;
    margin-left: 2px;
}
.data_info {
    display: flex;
    justify-content: space-around;
    width: 100%;
    background: #f9f9f9;
    margin: 22px 0 15px 0;
    padding: 18px;
    border-radius: 10px;
}
.data_info li{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.data_info p:first-child{
    font-size: 16px;
    font-weight: 800;
    margin-top: 2px;
}
.data_info p:last-child {
    color: #6B6B6B;
}
.data_m{
    display: flex;
    text-align: right;
    justify-content: flex-end;
}
.data_m>p:first-child{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    text-decoration: line-through;
    margin-top: 18px;
    margin-right: 11px;
    display: flex; 
}
.data_m>p:last-child{
    font-size: 36px;
    font-weight: 800;
    color: #ff4b4c;
}
.data_m span{
    font-size: 16px;
    font-weight: 600;
    margin: 0 2px;
}
.data_info img{
   margin-right: 3px;
    margin-bottom: 5px;
}

.phone_plan .result {
    margin-bottom: 0;
}

/* 추천요금제 - 3번째 슬라이더 */
.swiper3 {
    position: relative;
    width: 100%; /* 슬라이더 전체 너비 설정 */
    overflow: hidden; /* 넘치는 내용 가리기 */
}

.swiper3 .swiper-wrapper {
    display: flex;
}

.swiper3 .swiper-slide {
    width: 50%; /* 슬라이드가 두 개씩 보이도록 설정 */
    box-sizing: border-box; /* 내부 여백과 테두리 포함하여 크기 지정 */
}
.swiper3 .swiper-pagination2 {
    bottom: 0 !important;
    top: 30px !important;
}
.swiper-pagination {
    position: relative;
}




/* event 이벤트 */
.event{    
    width: 98%;
    margin: 60px 1%;
    overflow: hidden;
}
.event>div:first-child{
    display: flex;
    justify-content: space-between;
}
.event_btn{
    display: flex;
    margin-right: 15px;
    cursor: pointer;
    line-height: 35px;
}
.event p:first-child{
    margin-right: 8px;
}
.event_img{
    display: flex;
    width: 100%;
    margin-top: 20px;
}
.event_img>img{
    width: 32.8%;
    border-radius: 20px;
    cursor: pointer;
}
.event_img>img:nth-of-type(2){
    margin: 0 1%;
}


.move_btn .right{
    background: url(/common/image/main/right.png) no-repeat;
}


/* section5 - info - 공지사항, 자주묻는질문, 고객센터 */
/* 공통 */
.info_1{
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: 0 1%;
}
.info_1>div{
    flex: 1;
    border: 1px solid #DEDEDE;
    padding: 25px 30px;
    border-radius: 20px;
}
.info_1 h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    display: inline-block;
  }
.info_1 h3::after {
    content: '';
    position: absolute;
    height: 1px;
    background: #D9D9D9;
    top: 50%;
    margin-left: 20px;
  }
.notice li p:first-child, .faq p{
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 두 줄까지 표시하도록 설정 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 공통 버튼*/
.btn_b{
    width: 100%;
    margin: auto;
    height: 55px;
    font-size: 16px;
    font-weight: 400;
    background: #9D8E8E;
    color: #fff;
    border-radius: 30px;

    margin-top: 15px;
}

/* .notice 공지사항 */
.notice{
    margin-right: 15px;
}
.notice_t, .faq p{
    font-size: 18px;
    font-weight: 600;
}
.notice_d{
    font-weight: 500;
}
.notice div{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.notice li{
    margin-bottom: 15px;
    cursor: pointer;
}


/* .faq 자주 묻는 질문 */
.faq p{
    margin-bottom: 15px;
    /*cursor: pointer;*/
}
.faq p span{
    margin-left: 10px;
    color: #929292;
}


/* help 고객센터*/
.help{
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: 15px 1% 0 1%;

    border: 1px solid #DEDEDE;
    padding: 15px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
}
.help_icon{
    display: flex;
}
.help img{
    width: auto;
    height: 28px;
    margin-top: 5px;
    margin-right: 12px;
}

.help_num{
    display: flex;
}
.help_num>p:first-child{
    margin-right: 5px;
}
.help_time{
    text-align: right;
}

@media (max-width:1200px) {

    .slider{
        width: 100%;
    }
    .event img{
    max-width: 100%;
    height: auto;
}
    .quick li{
        height: 125px;
    }

}


@media (max-width:1081px) {



    .plan_l {
        width: 23%;
        margin-left: 1%;
    }
    .plan_r {
        width: 76%;
    }
    .plan_w1 p{
    margin-top: 8px;
    }
    .plan_w1 br{
        display: block;
    }
    .plan_w2{
        font-size: 16px;
        font-weight: 500;
        color: #222222;
        line-height: 23px;
        margin-top: 55px;
        cursor: pointer;
    }
    /* 요금제 */
    .data_tag {
        font-size: 12px;
    }
    .data_name {
        font-size: 18px;
    }
    .data_info{
        padding: 16px 11px;
    }
    .data_info p:first-child {
        font-size: 14px;
    }
    .data_info li {
        font-size: 13px;
    }
    .data_m > p:first-child {
        margin-top: 15px;
    }
    .data_m > p:last-child {
        font-size: 32px;
    }

    .data_wrap{
        height: 280px;
    }


}



@media (max-width:984px) {


        .autoplay3{
    flex-wrap: wrap;
    }

    
    .quick ul{
    display: inline-block;
    width: 100%;
    height: auto;
    }
    
    .quick li {
     margin: 0 auto 10px 14px;
    width: calc(24% - 10px);
    height: 110px;
    float: left;
}
    .quick li img{
        width: 53px;
        height: 53px;
    }
    .quick p{
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
        margin-top: 0;
    }
    .quick img{
        margin-top: 15px;
    }

    /* 추천 데이터 */
    .plan_l{
        width: 29%;
    }
    .plan_l > p:first-child {
        font-size: 23px;
        font-weight: 900;
        color: #6a5e5e;
        }
    .plan h2, .event h2 {
        font-size: 31px;
        font-weight: 800;
    }

    .plan_r{
        width: 65%;
        margin-left: 5%;
    }


    .plan_l p:nth-child(3){
        font-size: 14px;
    }

    /* 요금제 필터 */
    .tag .label_tag input[type="radio"] + span {
        line-height: 32px;
        height: 32px;
        margin-right: 3px;
        padding: 0 16px;
        border-radius: 50px;
    }
    .tag .label_tag input[type="radio"]:checked + span {
        padding: 0 16px;
        height: 32px;
        line-height: 32px;
    }
    /* 요금제 */
    .result {
        font-size: 14px;
    }

    .filter {
        font-size: 14px;
        width: 110px;
    }

    .label_tag input[type="radio"]:checked + span {
        height: 44px;
        line-height: 44px;
    }

    .data {
        width: 100%;
    }

    .data_wrap {
        padding: 2.4% 3%;
    }

    .data_filter {
        margin-top: 25px;
    }

    .data_group > div:nth-child(1), .data_group > div:nth-child(2) {
        margin-top: 10px;
    }

    .data_info {
        margin: 20px 0 10px 0;
    }


    .plan h2, .event h2 {
        font-size: 24px;
    }
    .plan{
        display: block;
        margin-top: 30px;
    }
    .plan_l{
        width: 100%;
        margin: auto;
    }
    .plan_l>p:first-child{
        display: none;
    }
    .plan_l p:nth-child(3) {
     margin-top: 5px; 
}
    .plan_l p:nth-of-type(2){
        font-size: 13px;
    }
    .plan_l p:nth-child(3) br {
        display: none;
    }
    .plan_l br{
        display: none;
    }
    .plan_l>p:last-child {
        margin-top: 15px;
        font-size: 13px;
        }
    .plan_r{
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }
    .tag li {
        font-size: 12px;
    }
    .data_m > p:first-child {
        font-size: 14px;
    }
    .data_m > p:last-child {
        font-size: 30px;
    }
    .data_m span {
        font-size: 14px;
    }

    .plan_w1{
        float: left;
        margin-bottom: 20px;
    }
    .plan_w2{
        float: right;
        margin-top: 37px;
        font-size: 14PX;
    }
    .tag{
        clear: both;
    }

    .swiper3{
        overflow: visible;
    }





    .info_1 h3 {
        font-size: 20px;
        font-weight: 800;
    }


    .notice_t, .faq p {
        font-size: 16px;
    }

    .btn_b {
        font-size: 15px;
    }

    .help_icon > p {
        font-size: 18px;
    }

    /* 이벤트 */
    .event_img{
    margin-top: 15px;
    }
    .event_img>img{
        width: 49.4%;
    }
    .event_img img:nth-of-type(3){
        display: none;
    }
    .event_img>img:nth-of-type(2){
    margin: 0;
    margin-left: 1%;
}


    /* 선택 필터*/
    .tag{
        margin-left: 0;
    }
    .label_tag {
        height: 38px;
        line-height: 34px;
    }
    .label_tag input[type="radio"] + span {
        font-size: 14px;
    }
    .label_tag input[type="radio"]:checked + span {
        height: 38px;
        line-height: 38px;
    }

    .help{
        line-height: 25px;
    }
    .help_num, .help_time{
        font-size: 14px;
    }
}


@media (max-width:768px) {

    .swiper{
        display: none;
    }
    .swiper2{
    display: block;
}

    .plan{
    margin-top: 60px;
    }



    .data .swiper-slide {
    width: 100% !important;
}



    /* 이벤트 */
    .event {
        width: 100%;
        margin: 60px 0;
    }
    .event>div>div {
        font-size: 14px;
    }
    .event_img{
    display: block;
    margin-top: 10px;
    }
    .event_img>img{
        width: 100%;
        border-radius: 20px;
    }
    /*.event_img img:nth-child(2){
        display: none;
    }*/
    .event_img>img:nth-of-type(2) {
        margin: 0;
        margin-top: 10px;
    }
    .event_btn {
        margin-right: 0;
    }
    
    .info_1 {
        display: block;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}
    .info_1 > div {
        padding: 20px;
        margin-top: 11px;
    }
    .faq h3::after, .info_1 h3::after{
        display: block;
    }
    .info_1 h3::after {
        content: '';
        position: absolute;
        height: 1px;
        background: #D9D9D9;
        top: 50%;
    }
    .info_1 h3 {
     border-bottom: 0; 
     padding-bottom: 0; 
     margin-bottom: 15px; 
    font-size: 19px;
    }

    .notice{
        margin: 0 0 10px 0;
    }

    .btn_b{
       margin-top: 5px;
       height: 45px;
       font-size: 14px;
    }
    

    .help {
        display: block;
        line-height: 30px;
        padding: 15px 20px;
    }
    .help_icon {
    display: flex;
    justify-content: flex-start;
}
    .help_info{
        margin-left: 29px;
    }
    .help_num{
        display: flex;
    }
    .help img {
        width: auto;
        height: 20px;
        margin-top: 4.5px;
        position: absolute;
    }
    .help_time{
        display: block;
        text-align: left;
        line-height: 23px;
    }



}



@media (max-width:580px){

    .quick li{
        height: 95px;
    }
    .quick li img{
        width: 45px;
        height: 45px;
    }
    .plan_l>p:first-child {
        margin-top: 3px;
    margin-bottom: 10px;
    }
    .plan_l p:nth-child(3) {
        margin-top: 0px;
        width: 81%;
    }
    .plan_l>p:last-child {
        font-size: 14px;
        margin-top: 30px;
    }

    


    .data_wrap {
        height: 270px;
    }
    .plan_w1{
        margin-bottom: 15px;
    }


    /* 요금제 필터 */
    .tag .label_tag input[type="radio"] + span {
        line-height: 29px;
        height: 29px;
        font-size: 13px;
        margin-right: 3px;
        padding: 0 13px;
        border-radius: 50px;
    }
    .tag .label_tag input[type="radio"]:checked + span {
        padding: 0 13px;
        height: 29px;
        line-height: 29px;
    }


    .data_wrap{
        min-height: 248px;
    }
    .data_tag {
        font-size: 11px;
    }
    .data_tag>li {
        height: 20px;
        line-height: 20px;
    }

    
    .move_btn img{
        width: 85%;
    }

    .event {
        margin: 45px 0;
    }
}



@media (max-width:480px){

    .quick {
        margin-top: 35px;
    }
    .quick li {
        margin: 0 auto 10px 8px;
    }
    .quick li{
        width: calc(25% - 10px);
        height: 85px;
    }
    .quick li p{
        font-size: 12px;
    }
    .quick li img{
        width: 38px;
        height: 38px;
    }




    .data_wrap {
        height: 250px;
    }
    .data_tag {
        margin-top: 0;
    }
    .plan {
        margin-top: 30px;
    }
    .plan_w1 p{
        display: none;
    }
    .plan_w2{    
        margin-top: 10px;
        margin-left: auto;
    }

    /* 요금제 필터 */
    .tag .label_tag input[type="radio"] + span {
        line-height: 29px;
        height: 29px;
        font-size: 12px;
        margin-right: 3px;
        padding: 0 10px;
        border-radius: 50px;
    }
    .tag .label_tag input[type="radio"]:checked + span {
        padding: 0 10px;
        height: 29px;
        line-height: 29px;
    }

    /* 요금제 */
    .data_wrap {
        min-height: 220px;
    }
    .data_wrap {
        padding: 5% 3%;
    }
    .data_name {
        font-size: 15px;
    }
    .data_info {
        margin: 12px 0 10px 0;
    }
    .label_tag {
        margin-top: 2%;
    }
    .result {
        font-size: 12px;
    }
    .filter {
        font-size: 12px;
        width: 95px;
    }
    .data_info p:first-child {
        font-size: 13px;
    }
    .data_info li {
        font-size: 11px;
    }
    .data_m > p:first-child {
        font-size: 12px;
    }
    .data_m span {
        font-size: 12px;
    }
    .data_m > p:last-child {
        font-size: 24px;
    }



    .event {
        margin: 35px 0;
    }



  .notice_t, .faq p {
        font-size: 14px !important;
    }


    .help_num, .help_time {
        font-size: 12px;
    }
    .help img{
        height: 17px;
        margin-top: 6px;
    }

}



@media (max-width:360px){

    .help{
        padding: 15px;
    }

    .move_btn img {
        width: 55%;
        }
    .left {
        position: absolute;
        z-index: 1;
        left: 7%;
        margin-top: 25%;
    }
    .right {
        position: absolute;
        z-index: 1;
        left: 85%;
        margin-top: 25%;
    }

    .quick {
        margin-top: 31px;
    }
    .plan_w1 p{
        font-size: 13px;
        margin-top: 5px;
    }
    .plan_w2 {
        font-size: 13px;
    }
    .plan_r {
        margin-top: 3px;
    }
    /* 요금제 필터 */
    .tag .label_tag input[type="radio"] + span {
        line-height: 25px;
        height: 25px;
        font-size: 10px;
        padding: 0 8px;
        border-radius: 50px;
    }
    .tag .label_tag input[type="radio"]:checked + span {
        padding: 0 8px;
        height: 25px;
        line-height: 25px;
    }

    /* 데이터 박스 */
    .data_wrap {
        height: 215px;
    }
    .data_name {
        font-size: 16px;
    }
    .data_sub {
        font-size: 12px;
    }
    .data_tag {
        font-size: 10px;
    }
    .data_tag>li {
        height: 18px;
        line-height: 18px;
    }
    .data_info {
        padding: 11px 5px;
        margin: 12px 0;
    }
    .data_info li {
        font-size: 10px;
    }
    .data_info p:first-child {
        font-size: 11px;
    }
    .data_m > p:first-child {
        font-size: 11px;
    }
    .data_m span {
        font-size: 11px;
    }
    .data_m > p:last-child {
        font-size: 22px;
    }
    .data_m>p:first-child {
        margin-top: 10px;
    }





    .info_1 > div {
        padding: 15px;
    }
    .notice li {
        margin-bottom: 11px;
    }
    .btn_b {
        height: 41px;
        font-size: 14px;
        border-radius: 10px;
    }
    .help>div>p {
        font-size: 17px;
    }


}




