﻿
.wrap>div{
    width: 1080px;
}


.wrap{margin-top: 180px;}


p {

   line-height: inherit;
}

/*요금제 제목*/
.page_tit{
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

/* 요금제 */
/* .data 데이터 박스*/
.wrap h3{
    margin-bottom: 1.25rem;
}
.data{
    margin-top:20px;
}


/* 요금제 */
/* .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{
    display: block;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    padding: 50px;
    width: 70%;
    margin-bottom: 50px;
    float: left;
}
.data_title{
    display: flex;
    justify-content: space-between;
    height: 29px;
    line-height: 29px;
}
.data_tag{
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 7px;
    padding: 0 20px;
    border-radius: 25px;
    background-color: #EFF6FF;
    width: 100%;
    height: 100px;
}
.data_tag>li{
    padding: 0  10px;
    margin-right: 5px;
    border-radius: 20px;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
}

/*요금제 수정*/

.data_wrap{
    padding: 1rem;
    justify-content: space-around;
}

.plan{
    background: none;
    padding: 20px;
    width: unset;
}

.plan_tag{
    display: flex;
    align-items: center;
    background: #EFF6FF;
    border-radius: 25px;
    padding: 2rem 1.5rem;
}

.tag_lg{
    background: #FF48AE;
}
.tag_kt{
    background: #FF3840;
}
.plan_tit{
    color: #000;
    text-align: left;
    padding: 0;
    margin: 0;
}

.plan_wrap{
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #b4b4b4;
    justify-content: center;
}

.plan_left{
    width: 100%;
}

.plan_summary{
    width: 100%;
    margin-top: 0;
    column-gap: 0;
}

.plan_summary>li{
    flex: 1;
    display: block;
    margin: 0 auto;
    padding: 0 25px;
    word-break: keep-all;
    text-align: center;
}





.plan_summary>li >img,
.plan_summary>li p{
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.plan_summary>li >img{
    margin-bottom: 10px;
}

.plan_right{
    width: 100%;
}

.plan_right p:nth-child(1),
.plan_right p:nth-child(2){
    display: inline;
}

.plan_right p:nth-child(2){
    margin-left: 10px;
}








.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%;
    margin: 20px 0;
    padding: 30px 20px;
    border-bottom: 1px solid #b4b4b4;
}
.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: var(--btn-color);
    font-size: 1.25rem;
    font-weight: 600;
}
.data_m{
    margin-top: 18px;
    margin-left: auto;
}
.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;
}

.data_m>div{
    display: flex;
    align-items: center;
      justify-content: flex-end;
}
.d1{
    font-weight: 500;
    color: #C8C8C8;
    display: flex !important;
}

.d1_p{
    margin-right: 5px;
    margin-top: 5px;
}

.d1>p{
    text-decoration:line-through;
}
.d1>p>span{
    font-weight: 500;
    margin-right: 20px;
}
.d2{
    display: flex;
}
.d2>p>span{
   margin: 6px 4px 0 4px;
    font-size: 1.38rem;
    font-weight: 800;
}
.d2>p:first-child{
    color: var(--main-color);
}
.d3{
    display: flex;
    font-size: 18px;
    font-weight: 400;
}
.d3 span{
    margin-top: 3px;
    margin-left: 2px;
}

.d4{
    font-size: 1.38rem;
    font-weight: 800;
    color:pink;
}
.data_m span:not(:last-child){
    text-align: left;
}


.priceday{
    color: #b4b4b4;
}

.data_m span{
    font-size: 16px;
    font-weight: 600;
}
.data_btn{
    width: 100%;
    text-align: right;
}
.data button{
    font-size: 16px;
    width: 330px;
    height: 80px;
    margin-top: 25px;
    border-radius: 15px;
    color: #fff;
    background: #00A878;
}
.data button:hover{
    cursor:pointer;
  
}
.data_wrap>div>p:last-child{
    color:red;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    margin-top: 10px;
}

.priceday{
    width: 100%;
    margin-bottom: 11px;
    margin-right: 9px;
    font-size: 16px !important;
    font-weight: 400!important;
    text-align: end;
    color: #939393 !important;
    margin-top: 15px;
}



/*요금제 수정*/







/*custom_box*/
.custom_box{
    width: 25%;
    float: right;
}

.custom_box>p{
    display: none;
}

.box_wrap{
    background-color: #F0F4F8;
        padding: 30px;
            border-radius: 25px;
}

.box_top h3,
.custom_box p{
    color: var(--btn-color);
    font-weight: 600;
}

.box_top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.13rem;
    margin-bottom: 10px;
}

.box_top img{
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.box_top img:hover{
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}

.custom_box p{
    margin-bottom: 10px;
}

.open_obj input[type="radio"] + span{
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

.open_obj input[type="radio"]:checked + span{
    background: #fff;
    color: #2479E4;
}

.open_obj input[type="radio"] + span,
.open_obj input[type="radio"]:checked + span{
    font-weight: 400 !important;
}

.usiminfo{
    width: 100%;
    display: block !important;
}

.usiminfo input{
    height: 40px !important;
    line-height: 40px;
    background-color: #fff;
    color: var(--btn-color);
}

.usiminfo input::-webkit-input-placeholder{
 	color: #b4b4b4;
}

.usiminfo input:-ms-input-placeholder{
 	color: #b4b4b4;
}

.custom_box_btn{
    margin-top: 20px;
    justify-content: flex-end;
    width: 100%;
}

.custom_box_btn input{
    background-color: #2479E4;
    color: #fff;
    height: 50px;
    border-radius: 15px;
    width: 100%;
    text-indent: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom_box_btn input:hover{
    background-color: var(--btn-color);
    transition: all 0.3s ease;
}

.custom_box_btn img{
    display: none;
}



/* 상단 배경색 */
.top_bg{
    width: 100%;
    height: 590px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.wrap .m_gnb {
    display: block;
    width: 100%;
    background-color: #F0F4F8;
    border-radius: 25px;
    padding: 50px;
    margin-bottom: 50px;
}


/* 하단 (요금제 설명) */
.detail_plan{
    width: 70%;
    float: inline-start;
}
.m_gnb>li>div{
    font-size: 1.63rem;
    font-weight: 700;
    color: var(--btn-color);
    margin-bottom: 20px;
}

.m_gnb>li>div:last-child{margin-bottom:0;}
.m_gnb {
    max-width: 1200px;
}


.m_gnb>li{
    margin-bottom: 40px;
}
.m_gnb>li:last-child{margin-bottom:0;}
.phone_plan .m_gnb li ul {
    color: #626262;
}
.m_gnb li li {
    padding: 20px 0;
    line-height: 26px;
}


.m_tit div{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.m_tit div img{
    width: 20px;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}

.m_tit div img.rotate{
    transform: rotate(360deg);
}



/* 표 형식 */
.p_det_t{
    width: 100%;
    background: #fff;
}
.p_det_t tr td{
    text-align:center;
    padding: 2% 0;
    border:1px solid #b4b4b4;
}

.p_det_t tr td:first-child{
    border-left: none;
}
.p_det_t tr td:last-child{
    border-right: none;
}


.plus_btn {
    width: 100%;
    height: 80px;
    border-radius: 50px;
    background: var(--btn-color);
    border:1px solid #d6d6d6;
    color: #fff;
    font-size: 1.13rem;
    margin:auto;
    display:block;
}

.btn_wrap{
    width: 70%;
    margin-top: 20px;
}

/*초과요율 데이터*/

.p_det_t tr td {
    text-align: center;
    height: 50px;
    padding: 0 0 0 2px;
    color:#626262;
    font-weight: normal;
    font-size:1.06rem;
}

.p_det_t tbody td{
    color: var(--main-color);
}




/* 반응형 */
@media (max-width:1280px) {

.page_tit{
    width: 90%;
    padding: 0 2rem;
}

}

@media (max-width:1200px) {

        .page_tit{
    width: 100%;
}

    .data_m {
        width: 386px;
    }
    .data button {
        width: 386px;
    }
    /* 상단 */
    .top_bg {
        height: 580px;
    }
    .data_info li {
        font-size: 16px;
    }

    /* 하단 */


    .p_det_t{
        overflow-x: scroll;
        width: 98%;
        height: 80px;
        margin: auto;
        overflow: scroll;
    }
    .m_gnb > li:first-child {
        border-top: none;
    }

    .m_gnb div {
        margin: 0;
    }
    .m_gnb li li:not(:last-child) {
         margin-bottom: 5px;
    }
    .m_gnb ul {
         margin-top: 0; 
    }
    .m_gnb>li {
        margin-bottom: 30px;
    }
    .detail_plan .m_gnb>li:last-child {
         margin-bottom: 0px; 
    }

}


@media (max-width:1080px) {

    .wrap>div{
        width: 100%;
        padding: 0 1.5rem;
    }

    /* 요금제 */
    .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;
    }


    .plan_right{
        margin-right: 30px;
    }



    .custom_box{
        width: 26%;
    }

    .open_obj input[type="radio"] + span,
    .open_obj input[type="radio"]:checked + span{
        font-size: 0.81rem;
    }

    .m_gnb>li>div{
        font-size: 1.5rem;
    }

    .p_det_t tr td{
        height: 40px;
        font-size: 0.94rem;
    }

}


@media (max-width:984px) {

    .wrap{
        margin-top: 70px;
    }


    /* 상단 */
    /* 요금제 */
    .data {
        flex-direction: column;
        width: 100%;
    }
    .data_wrap {
        width: 100%;
    }
    .data_tag {
        font-size: 12px;
    }
    .data_name {
        font-size: 17px;
    }
    .data_sub {
        font-size: 14px;
    }
    .data_info {
        padding: 0 20px;
        margin: 20px 0;
    }

    .data_info img{
        width: 20px !important;
        height: 20px !important;
    }

    .data_info p:first-child{
        font-size: 1.25rem;
    }

     .plan_wrap{
    width:100%;
}

    .plan{
        padding: 10px;
    }
    .plan_tag{
        width: 100%;
    }

    .plan_right{
        margin-right: 0px;
    }




    .d1 {
        margin-right: 0;
        font-size: 16px;
    }

    .data_m {
        margin-top: 0;
        width: 100%;
    }

        .data_m > p:first-child {
        font-size: 16px;
    }
    .data_m > p:last-child {
        font-size: 30px;
    }
    .data_m > p:first-child {
        margin-top: 13px;
    }

    .data_info img {
        width: 16px;
        height: 16px;
    }

    .data_m span{
        font-size: 1.25rem;
    }

    .d1 > p:first-child {
        margin-top: 15px;
    }

    .d1 > p:last-child {
        margin-top: 17px;
    }

        .d2 > p:first-child {
        margin-top: 15px;
        font-size: 1.5rem;
    }

    .data button {
        width: 100%;
    }

    .d4 {
        font-size: 29px;
    }

    .top_bg {
        height: 540px;
    }

/*custom_box */

.custom_box{
    margin-top: -20px !important;
}

.custom_box{
    margin-top: 30px;
    width: 100%;
    display: block;
    background-color: #EFF6FF;
    border-radius: 25px;
    /*height: 80px;*/
    overflow: hidden;
    transition: all 0.3s ease;


}


/*.custom_box>p{
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #2479E4;
    border-radius: 25px;
    color: #fff;
    font-size: 1.13rem;
    font-weight: 500;
    margin-bottom: 15px;
}*/

.custom_box.open >p{
    background-color: #fff;
    color: #2479E4;
    border: 1px solid #2479E4;
    transition: all 0.3s ease-in-out;
}

.custom_box.open >p img{
    content: url(/common/image/icon/down_blue.svg);
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;

}

.custom_box>p img{
    width: 15px;
    margin-bottom: 3px;
    transition: all 0.3s ease-in-out;

}


.box_top{
    /*display: none;*/
    align-items: center;
    margin-bottom: 1.5rem;
}

.box_top h3{
    margin-bottom: 0;
}

.box_top img{
    content: url(/common/image/icon/re_btn.svg);
    width: 50px;
}

.custom_option{
    width: 100%;
    justify-content: space-around;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
}

.option_wrap{
    width: 100%;
    margin-right: 4%;
}

.option_wrap:nth-child(3),
.option_wrap:nth-child(6){
    margin-right: 0;
}

.custom_box p{
    text-align: center;
}

.custom_box_btn{
    width: 100%;
   margin-top: 0;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}

.custom_box_btn input{
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.box_wrap{
    width: 100%;
    /*padding-top: 0px;
    padding-bottom: 10px;*/
}



    /* 하단 */

    .detail_plan{
        width: 100%;
        margin-top: 30px;
    }

    .m_gnb .m1 {
        font-size: 18px;
        font-weight: 600;
        margin: 25px 0;
    }

    .m_gnb .m2 {
        font-size: 16px;
    }

    .data_info {
        width: 100%;
        padding: 20px 10px
    }

    .d_flex {
        display: block;
        text-align: center;
    }

    .m_gnb > li > div {
        font-size: 20px;
    }

    .btn_wrap{
        width: 100%;
    }



}

@media (max-width:768px) {
    .priceday {
    font-size: 13px !important;
    margin-top: 2px;
}
    .p_det_t {
        width: 100%;
    }
        .p_det_t tr td {
font-size: 0.75rem;
}
        .wrap {
        margin-bottom: 60px;
    }

        .wrap>div {
    margin-bottom: 0;
}
        .top_bg {
        height: 515px;
    }



    .m_gnb>li {
        margin-bottom: 20px;
    }
    .m_gnb > li > div {
        font-size: 21px;
    }
    .m_gnb .m1{
        font-size: 16px;
        font-weight: 600;
        margin: 25px 0;
    }
    .m_gnb .m2{
        font-size: 15px;
    }
    .data button {
        height: 60px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .data_info li {
        font-size: 16px;
        font-weight: 600;
    }
    .data_m {
         margin-top: 0; 
         text-align: right;
    }
    .d1{
        font-size: 14px;
    }
    .d1>p:first-child {
        margin-top: 19px;
    }
    .d3 {
        justify-content: flex-end;
        margin-right: 0;
    }

    .usiminfo input{
        font-size: 0.75rem;
    }

    .plan{
        height: 100%;
    }

    .plan_wrap{
        display: flex;
        justify-content: flex-start;
        padding: 0;
        padding-bottom: 10px;
    }

    .plan_summary{
        display: block;
    }

    .plan_summary>li{
        padding: 0 10px;
        border: 0;
        display: flex;
        margin:0;
    }


    /*요금제 설명 너비 고정*/
.plan_summary>li:nth-child(1),
.plan_summary>li:nth-child(2),
.plan_summary>li:nth-child(3){
    width: 100%;
}


    .plan_summary>li >img, .plan_summary>li p{
        justify-content: unset;
        text-align: unset;
        margin: 10px 0;
    }


    .plan_right{
        margin-top: 20px;
    }
    .plan_summary p{
        font-size: 1.13rem;
        word-break: keep-all;
    }






/*custom_box*/

.custom_box{

}

.box_top img{
    width: 40px;
}

.custom_option{
            grid-template-columns: repeat(2, 1fr);

}




    /* 상세 */
    .wrap .m_gnb{
        padding: 30px;
    }

    .p_det_t{
        font-size: 14px;
        font-weight: 500;
    }

    /* 요금제 */
    .plan_tag{
        padding: 1.5rem;
    }

    .plan_tit{
        font-size: 1.3rem;
    }

    .data {
        width: 100%;
    }
    .data_wrap {
        padding: 1.2rem;
    }
    .data_filter {
        margin-top: 25px;
    }
    .data_group > div:nth-child(1), .data_group > div:nth-child(2) {
        margin-top: 10px;
    }
    .data_m > p:first-child {
        font-size: 14px;
    }
    .data_m > p:last-child {
        font-size: 30px;
    }
    .data_m span {
        font-size: 14px;
    }

    .phone_plan .btn_wrap {
        margin-top: 40px;
    }

}


@media (max-width:580px) {
    .plus_btn {
        height: 60px;
        font-size: 0.94rem;
    }

    .top_bg {
        height: 470px;
    }

    .m_gnb > li > div {
        font-size: 18px;
    }
    .detail_plan {
        margin-top: 42px;
    }
    .m_gnb img {
        left: 92%;
    }
    .data_wrap{
        padding: 20px;
    }
    .data_tag {
        font-size: 11px;
    }
    .data_tag>li {
        height: 20px;
        line-height: 20px;
    }
    .data_info {
        margin: 17px 0 0 0;
    }

    .d1>p:last-child {
        font-size: 15px;
        margin-top: 15px; 
    }
    .d1>p:first-child {
        margin-top: 16px;
    }
    .d3 span {
        margin-top: 1px;
    }

    .plan_tag>*{
        font-size: 0.87rem;
    }

    .plan{
        height: auto;
    }

    .plan_tit{
        font-size:1.38rem;
    }

    .plan_tag{
        padding: 20px;
    }






/*custombox*/

.option{
    column-gap: 0.3rem;
}


    /* 상세 - 하단 표 */
    .p_det_t{
        font-size: 12px;
        font-weight: 500;
    }


    .data button{
        font-size: 16px;
    }



}


@media (max-width:480px) {
    /*.m_tit_tb .m_tex{
     padding: 17px 0;
    }*/
        .plus_btn {
        width: 100%;
        height: 61px;
        font-size: 12px;
    }
    .m_gnb > li > div {
    font-size: 15px;
}
    .m_gnb > li > div {
        padding: 10px;
    }
    .m_gnb .m1 {
        font-size: 14px;
    }
    .m_gnb .m2 {
        font-size: 13px;
    }
    .m_gnb {
        width: 100%;
        margin: auto;
    }
    .top_bg {
        height: 445px;
    }
    .detail_plan {
    margin-top: 42px;
}

  /* 요금제 */
  .data li:nth-child(2){
      margin-top: 0 !important;
  }
    .data_name {
        font-size: 15px;
    }
    .data_info {
        margin: 12px 0 0 0;
    }
    .label_tag {
        margin-top: 2%;
    }
    .result {
        font-size: 12px;
    }
    .filter {
        font-size: 12px;
        width: 95px;
    }
    .data_info {
        padding: 15px 5px;
    }
    .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;
    }
    .d4 {
        font-size: 24px;
    }
    .data button {
        margin-top: 14px;
    }

    .data_wrap{
        padding: 10px;
    }
    .plan_tag{
        padding: 15px;
        column-gap: 5px;
    }
    .plan_tit{
        text-align: left;
    }
    .tag_kt, .tag_lg, .tag_prepay{
        padding: 3px;
        width: 40px;
        line-height:20px;
    }

    .plan_right{
        margin-top: 10px;
    }

    .plan_right p:nth-child(1), .plan_right p:nth-child(2){
        display: block;
    }



/*custom_box*/
.box_wrap{
    padding: 20px;
    /*padding-top: 0;*/
    padding-bottom: 10px;
}

.custom_box_btn{
    padding-left: 20px;
    padding-right: 20px;
}

    /* 상세 */

    .wrap .m_gnb{
        padding: 20px;
    }

    .wrap .m_tex{
        
        overflow-x: scroll;
    }

    .m_gnb>li>div{
        margin-bottom: 0;
    }

    .m_gnb li li{
        padding: 10px;
    }
    .p_det_t{
        font-size: 10px;
        font-weight: 500;
    }
    .p_det_t td{
        padding: 0 1%;
    }
    .p_det_t tr{
    }
    .m_gnb>li {
        margin-bottom: 5px;
    }
    .data button{
        height: 70px;
        border-radius: 12px;
    }

    .phone_plan .btn_wrap {
        margin-top: 25px;
    }
}

@media (max-width:360px) {
        .plus_btn {

        font-size: 12px;
    }

    .wrap .m_gnb {
        margin-top: 25px;
    }
        .top_bg {
        height: 420px;
    }


   /* 데이터 박스 */
    .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 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;
    }


    .d1 {
        font-size: 12px;
    }
    .d1 > p > span {
        font-size: 12px;
    }
    .d2 {
        line-height: 8px;
    }
    .d4 {
        font-size: 22px;
    }
    .m_gnb li li {
        font-size: 12px;
        line-height: 20px;
    }
    .data button {
        width: 100%;
        height: 54px;
    }
    .detail_plan {
        margin-top: 39px;
    }

}
