﻿



/* 선택 필터 */
.tag{
    display: flex;
    flex-wrap: wrap;
    margin-left: 1%;
}
.label_tag{
    width: calc(14% - -18px);
    height: 50px;
    line-height: 46px;
    margin-right: 7px;
    margin-bottom: 7px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #6A5E5E;
    background: #F5F5F7;
    border-radius: 14px;
    cursor: pointer;
}
.label_tag input[type="radio"] + span {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: auto;
}
.label_tag input[type="radio"]:checked + span {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 14px;
    font-family: 'SUIT', sans-serif;
    background: var(--normal-red);
    color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
}



/* faq 리스트 */
/* 하단 (요금제 설명) */
.wrap .m_gnb {
    margin-top: 50px;
}
.wrap .m_gnb>li:not(:last-child) {
    padding-bottom: 20px;
}
.wrap .m_gnb>li {
    font-weight: 700;
    font-size: 18px;
}
.wrap .m_gnb>li {
    margin-bottom: 25px;
}
.detail_plan{
    margin-top: 75px;
}
.wrap .m_gnb div{
    display: flex;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    padding-bottom: 23px;
    border-bottom: 1px solid #D9D9D9;
    
    line-height: 33px;
}
.faq_list div p{
    width: 33px;
    height: 33px;
    text-align: center;
    color: #fff;
    background: #D3D3D3;
    border-radius: 33px;
    margin-right: 10px;
}
.wrap .m_gnb img {
    position: absolute;
    left: 90%;
    margin-top: 5px;
    transition: all 0.5s ease;
}
.wrap .m_gnb .m2{
    font-weight: 500;
    font-size: 16px;
    margin-left: 20px;
    list-style: disc;
    color: #4d4d4d;
    margin-top: 20px;
}

.m_tex5 li:nth-child(2){
    background: #F5F5F5;
    border-radius: 10px;
    padding: 1.5%;
    line-height: 150%;
     margin-top: 10px;
}

.wrap .m_gnb img {
    left: 96%;
}

.wrap .m_gnb {
    border-bottom: none;
}

@media screen and (max-width: 1200px) {

    .wrap .m_gnb .m2 {
        margin-top: 0;
    }
}


@media screen and (max-width: 1081px){

    .label_tag {
        width: calc(20% - 7px);
    }
}

@media (max-width:984px) {

        .label_tag {
        width: calc(24% - 0px);
    }

}

@media (max-width:768px) {

    /* 선택 필터*/
    .label_tag {
        width: calc(24% - 1px);
        height: 43px;
        line-height: 40px;
        font-size: 13px;
        font-weight: 700;
        margin-right: 6px;
        margin-bottom: 6px;
    }
    .label_tag input[type="radio"]:checked + span {
        height: 43px;
        line-height: 43px;
    }

    /* faq list */
    .m_gnb div p {
        width: 22px;
        height: 22px;
        line-height: 22px;
        margin-top: 5px;
        font-size: 14px;
    }
    .wrap .m_gnb div {
        font-size: 17px;
    }
    .wrap .m_gnb .m2 {
        font-size: 15px;
    }
    .wrap .m_gnb>li:not(:last-child) {
         padding-bottom: 0; 
    }
            .m_gnb img {
        margin-top: 13px;
    }
}

@media (max-width:580px) {
    .label_tag input[type="radio"]:checked + span {
        height: 44px;
        line-height: 44px;
    }

    /* 선택 필터*/
    .tag {
        display: flex;
        margin-left: 1%;
        flex-wrap: wrap;
    }
    .label_tag {
        margin-right: 5px;
        text-align: center;
        font-size: 14px;
        width: calc(33% - 4px);
        white-space: nowrap;
    }

    /* 하단 */
    .wrap .m_gnb div {
        font-size: 16px;
        padding-bottom: 15px;
        padding-right: 11%;
    }
    .wrap .m_gnb .m2 {
        font-size: 14px;
    }

}

@media (max-width:480px) {

    /* 선택 필터*/
    .label_tag {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .label_tag input[type="radio"]:checked + span {
        height: 40px;
        line-height: 40px;
    }
    /* 하단 */
    .wrap .m_gnb {
        margin-top: 30px;
    }
    .wrap .m_gnb div {
        font-size: 14px;
        padding-bottom: 9px;
        padding-right: 16%;

    }
    .wrap .m_gnb .m2 {
        font-size: 13px;
    }
    .wrap .m_gnb div p {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 13px;
        padding-right: 2px;
    }
    .faq .m_gnb{
        width: 100%;
        margin: 20px auto 0 auto;
    }
}

@media (max-width:360px) {

    .tag {
        display: flex;
        margin-left: 3%;
        flex-wrap: wrap;
    }
    .label_tag {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .label_tag input[type="radio"]:checked + span {
        height: 35px;
        line-height: 35px;
        display: inline-block;
    }

    .wrap .m_gnb div {
        font-size: 14px;
        padding-bottom: 9px;
    }
    .wrap .m_gnb img {
        margin-top: 13px;
        width: 10px;
    }

}
