﻿





/*.wrap_bottom .swiper {
    width: 100%;
    height: 100%;
    background: #F5F5F7;
    border-radius: 14px;
    margin-top: 10px;
}*/
.wrap_bottom .swiper-slide {
    text-align: center;
    font-size: 18px;
    align-items: center;
}


/* 선택 필터 */
.tag2 {
    margin-left: 1%;
    white-space: nowrap; 
    height: 50px;
}
.tag2 .label_tag{
    background: none;
    margin: 0;
    width: auto;
    font-size: 15px;
    line-height: 47px;
}
.label_tag input[type='radio'] {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}
.label_tag input[type="radio"] :checked {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.wrap_bottom .swiper {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 18px;
    margin-bottom: 30px;
}
.label_tag input[type="radio"]:checked + span {
    width: auto;
    line-height: 40px;
    border-bottom: 0.2rem solid var(--primary-color);
}
.label_tag input[type="radio"] + span {
    display: inline-block;
    height: 45px;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
    width: auto;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
}
input[type='radio'] {
    width: 20px;
    height: 20px;
     border: 0; 
     border-radius: 0; 
}





/*부가서비스박스*/

.card_bottom{
    margin-top: 20px;
}
.exserv{
    flex-direction:column;
}

.noti{
   width: 100%;
    position: relative;
    height: auto;
    max-height: 80px;
    transition: max-height 1s linear;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    margin-bottom: 12px;
    border-radius: 20px;
}

.noti:hover{
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.09);
    border: 1px solid var(--primary-color);
    cursor: pointer;
}
.notiopen{
    max-height: 500px;
      transition: max-height 1s linear;
}

.c_arrow{
margin-left:30px;
 transition:all 0.5s ease;
}


.noti h3{
    margin-bottom:0;
}
.noti h3 img{
    width:40px;
    margin-right:15px;

}
.n_box{
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 25px;
}
.n_box>div:first-child{
   flex-direction:column;
   align-items:flex-start;
   width:80%;
}


.n_tit{
    display:flex;
    align-items:center;
}


.n_box>div:last-child>p{
    font-weight: bold;
    color: var(--orange-color);
    font-size: 18px;
    position:relative;
    text-align: center;
}

.n_box>div:last-child>p>span{
    font-size:14px;
    width:100px;
    color: #979797;
    font-weight:lighter;
}

.n_box>div:last-child:hover{
    cursor:pointer;
}

.n_tit>h3{
    font-size:18px;
    font-weight: 600;
    color: #252525;
}

.n_tit>p{
    font-size:14px;
    color:#818181;
    margin-top:5px;
}






.n_pro{
    display:flex;
    justify-content:space-between;
    margin: auto;
    width: 100%;
    height: auto;
    min-height: 100px;
    color: #505050;
    text-align: start;
    font-size:16px;
    font-weight: 600;
    padding: 20px;
    background: #f9f9f9;
}

.detail_list{
    padding:0 20px;
    line-height: 20px;
}

.detail_list ul li{
    list-style:disc;
    line-height: 25px;
}

.price_box{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.price_box p{
    font-weight: bold;
    color: var(--orange-color);
    font-size: 18px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.price_box button{
    width: 125px;
    height: 44px;
    border-radius: 30px;
    background: var(--orange-color);
}



.morebtn{
    border-radius: 50px;
    border: 1px solid #58A9FF;
    background: #58A9FF;
    font-size:12px;
    color:white;
    width:auto;
    height:auto;
    padding: 3px 10px;
    margin-left: 10px;
}
/*리스트없음*/

#addservice_list{
    width: 100%;
    min-height: 200px;
}
@media(max-width:768px){
        

    .b_scro {
        padding: 0 !important;
    }


    /* 선택 필터*/
    .label_tag {
        height: 43px;
        line-height: 40px;
        font-weight: 700;
        margin-right: 6px; 
        font-size:14px;
    }
    .label_tag input[type="radio"] + span {
        font-size:14px;
    }
    .label_tag input[type="radio"]:checked + span {
        font-size:14px;
    }
    .opt_obj input[type="radio"] + span {
    font-size:14px;
    }


    .n_tit>h3 {
    font-size: 16px;
}

    .n_tit>p {
    font-size: 12px;
    color: #818181;
    margin-top: 0px;
}

    .n_box > div:last-child > p {
    font-size: 15px;
    white-space: nowrap;
    }

.n_box>div:last-child>p>span {
    font-size: 12px;
}

.detail_list ul li {
    font-size:12px;
    line-height: 20px;
}

    .n_pro {
    flex-direction: column;
    }

    .price_box {
    margin-top: 20px;
    }

    .price_box p {
    font-size: 16px;
    }

    .price_box button {
    width: 120px;
    height: 38px;
    }
    .n_box>div:first-child {
    width: 75%;
    }

    .n_box {
    padding: 0px 10px;
}

    .c_arrow {
        margin-left: 14px;
    }

.n_tit {
    width: auto;
}

}


@media (max-width:580px) {

    /* 선택 필터*/
    .tag {
        display: flex;
        margin-left: 1%;
        flex-wrap: wrap;
    }
    .label_tag {
        height: 44px;
        width: calc(20% - 2px);
        line-height: 40px;
        margin-right: 5px;
        margin-top: 1%;
        text-align: center;
        font-size: 14px;
    }
    .label_tag input[type="radio"] + span {
        padding: 0 10px;
    }
    .tag2 .label_tag input[type="radio"] + span, .tag2 .label_tag input[type="radio"]:checked + span {
        font-size: 12px;
    }
    .tag2 .label_tag input[type="radio"] + span {
        line-height: 30px;
        height: 30px;
    }
    .tag2 {
        height: 44px;
    }
    .tag2 .label_tag {
        line-height: 40px;
    }
    .tag2 .label_tag input[type="radio"]:checked + span {
        height: 30px;
        line-height: 30px;
    }
}



@media(max-width:480px){


    /* 선택 필터*/
    .label_tag {
        width: calc(24% - 5px);
        margin-top: 1%;
        font-size: 12px;
    }


    .c_arrow {
    width: 14px;
}
    .n_tit>h3 {
    font-size: 14px;
}
    .n_pro {
   padding:10px;
         }
    .detail_list {
    padding: 0 10px;
}
     .detail_list p{
    font-size:12px;
    line-height: 20px;
     }

    .n_box>div:first-child {
    width: 66%;
}
    .price_box button {
    font-size:13px;
    }
    .price_box p {
    font-size: 12px;
}
    .n_box > div:last-child > p {
    font-size: 13px;
}
}