/* v2 */
@media screen and (max-width:768px){
    /* footer menu */
    .footer_search_box {
        margin: 0 auto 40px auto;
        width: 90%;
    }
    
    .s_btn {
        width: 100%;
        height: 4.5rem;
        background: #ccf1f9;
        font-weight: bold;
        display: flex;
        align-items: center;
        padding-left: 2rem;
        box-sizing: border-box;
        border-radius: 0.5rem;
        position: relative;
        margin-bottom: 2rem;
        font-size: 1.5rem;
    }

    .s_btn:before {
        content: "";
        position: absolute;
        top: 0;
        right: 1.5rem;
        bottom: 0;
        margin: auto;
        width: 2rem;
        height: 2rem;
        background: #FFF;
        border-radius: 50%;
    }

    .s_btn:after {
    width: 22px;
    content: "";
    height: 22px;
    display: block;
    background: url(/images/common/add_icon_bl.svg) no-repeat;
    background-size: 22px;
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 11px);
    }

    .s_info {
        color: #C90000;
        font-weight: bold;
        margin-bottom: 1.5rem;
        font-size:1.2rem;
    }

    .s_search_content,.p_search_content {
        display: none;
        width: 95%;
        margin: auto;
    }

    .ss_item {
        margin-bottom: 2rem;
    }

    .ss_title {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        font-size: 1.4rem;
        font-weight: bold;
    }

    img.sst_img {
        width: 3rem;
        height: 3rem;
        display: block;
        margin-right: 1rem;
    }

    .ss_link {
        color: #333333;
    border-radius: 0.5rem;
    border: 1px solid #dddddd;
    padding: 5px 10px;
    font-size: 1.3rem;
    margin: 0 0.5rem 0.8rem 0;
    line-height: 1;
    display: inline-block;
    }

    .ss_content {
        display: flex;
        flex-wrap: wrap;
    }

    .search_cate_wrap.open .s_btn:after {
width: 22px;
    content: "";
    height: 22px;
    display: block;
    background: url(/images/common/minus_icon_bl.svg) no-repeat;
    background-size: 22px;
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 11px);
    }

    .sa_item,.sk_item {
        margin-bottom: 1rem;
    }

    .sa_parent,.sk_parent {
border: 1px solid #E1E1E1;
    height: 5rem;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    position: relative;
    border-radius: 5px;
	font-size:1.4rem;
    }

    .sa_parent:after,.sk_parent:after {
        content: "";
        position: absolute;
        top: 0;
        right: 2.1rem;
        bottom: 0;
        margin: auto;
        width: 0.6rem;
        height: 0.6rem;
        border-bottom: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(45deg);
        transition: 0.4s;
    }

    .sa_parent:before,.sk_parent:before {
        content: "";
        position: absolute;
        top: 0;
        right: 1.5rem;
        bottom: 0;
        margin: auto;
        width: 2rem;
        height: 2rem;
        background: #FFF;
        border-radius: 50%;
	font-weight:bold;
    }

    .sa_item.open .sa_parent:after,.sk_item.open .sk_parent:after {
        transform: rotate(-135deg);
    }

    .sa_box,.sk_box {
        display: none;
    }

    .sa_child,.sk_child {
        color: #333;
        width: 100%;
        height: 4rem;
        margin-bottom: 0.1rem;
        display: flex;
        align-items: center;
        padding-left: 2.5rem;
        background: #f5f5f5;
        box-sizing: border-box;
        position: relative;
	font-size:1.4rem;
    }

    .sa_child:after,.sk_child:after {
        content: "";
        position: absolute;
        top: 0;
        right: 2.1rem;
        bottom: 0;
        margin: auto;
        width: 0.6rem;
        height: 0.6rem;
        border-bottom: 2px solid #222;
        border-right: 2px solid #222;
        transform: rotate(-45deg);
    }

    .sa_child:before,.sk_child:before {
    }
    /* popup */
    body.open {
        overflow: hidden;
    }

    .popup_search_box {
        position: fixed;
        z-index: 100000;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
        overflow: scroll;
        box-sizing: border-box;
        padding: 2rem 1rem;
    }

    .ps_btn {
        width: 95%;
        height: 4.5rem;
        margin: auto;
        margin-bottom: 2rem;
        background: #f1f1f1;
        color: #333;
        font-weight: bold;
        display: flex;
        align-items: center;
        padding-left: 2rem;
        box-sizing: border-box;
        border-radius: 0.5rem;
        position: relative;
        font-size: 1.5rem;
    }

    .ps_btn:before {
        content: "";
        position: absolute;
        top: 0;
        right: 1.5rem;
        bottom: 0;
        margin: auto;
        width: 2rem;
        height: 2rem;
        background: #8E8E8E;
        border-radius: 50%;
    }

    .ps_btn:after {
    width: 22px;
    content: "";
    height: 22px;
    display: block;
    background: url(/images/common/cross_icon_bk_wh.svg) no-repeat;
    background-size: 22px;
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 11px);
    }

    .popup_search_box .p_search_content {
        display: block;
    }

    .searchbox_select {
        width: 100%;
        padding: 15px 45px 15px 15px;
        outline: none;
        font-size: 1.4rem;
        margin: 1.5rem 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        line-height: 1;
        color: #333;
        display: inline-block;
        background: url(/images/clinic/select_arrow.svg) no-repeat, #fff;
        background-size: 10px;
        background-position: right 15px top 50%;
        box-sizing: border-box;
        border-radius: 5px;
    }
    
}