.custom_item .client_info .profile {
    display: flex;
    align-items: center;
}
.custom_item .details_cont .summary dl dt,
	.custom_item .details_cont .summary dl dd
		{
		text-align: center;
		width: 100%;
	}
	/* .btn_row .disabled{
		opacity: 0.7;
        background-color: #b1b1b1 !important;
	} */

    .category_tab_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 36px 0 56px;
        padding-left: 212px;

    }

	.category_tab {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        justify-content: center;
    }

    .category_tab_top .btn_register_new {
        display: block;
        padding: 12px 30px;
        border-radius: 22px;
        background-color: #2b63f7;
        display: flex;
        gap: 10px;
        align-items: center;
        color: #fff;
        font-size: 18px;
    }

    .category_tab_top .btn_register_new img {
        width: 15px;
        filter: brightness(0) invert(1);
    }

.tab{
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    cursor: pointer;
}
.tab.active{
    background-color: #2b63f7;
    color: #fff;
}

.agree_pop
 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.agree_pop .popups
 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 455px;
    height: 380px;
    z-index: 2;
}

.agree_pop .popups .top
 {
    height: 60px;
    line-height: 34px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #252525;
    padding: 12px 12px 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popups .top p
 {
    color: #fff;
    line-height: 58px;
    font-size: 17px;
}

.agree_pop .popups .top .close {
    float: right;
    cursor: pointer;
}

.agree_pop .popups .top .close img {
    display: block;
    width: 23px;
    vertical-align: middle;
}

.agree_pop .popups .content {
    height: calc(100% - 35px);
    background: #fff;
    padding: 15px;
    font-size: 12px;
    line-height: 1.5;
}

.agree_pop .popups .content .padding
 {
    height: 100%;
    overflow-y: auto;
    font-size: 16px;
}

.agree_pop .bg
 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 850px) {
    .tab {
        font-size: 1rem;
        padding: 0.577rem 1.346rem;
        border-radius: 1.154rem;
        gap: 0.385rem;
        overflow-x: auto;
    }

    .category_tab {
        gap: 0.385rem;
    }

    .category_tab_top {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column-reverse;
        padding: 0.5rem 0 2.154rem;
        padding-left: 0;
        gap: 1.154rem;
    }

    .category_tab_top .btn_register_new {
        display: block;
        padding: 0.77rem 1.346rem;
        border-radius: 1.846rem;
        display: flex;
        gap: 0.385rem;
        align-items: center;
        color: #fff;
        font-size: 1rem;
        margin-right: auto;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .category_tab_top .btn_register_new img {
        width: 0.577rem;
    }

    .agree_pop .popups
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 24.615rem;
        height: 24.615rem;
        z-index: 2;
    }

    .agree_pop .popups .top
    {
        height: 2.308rem;
        line-height: 1.308rem;
        font-size: 1rem;
        font-weight: 400;
        color: #fff;
        background: #252525;
        padding: 0.462rem 0.462rem 0.462rem 0.577rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .popups .top p
    {
        color: #fff;
        line-height: 2.231rem;
        font-size: 1rem;
    }

    .agree_pop .popups .top .close {
        float: right;
        cursor: pointer;
    }

    .agree_pop .popups .top .close img {
        display: block;
        width: 0.885rem;
        vertical-align: middle;
    }

    .agree_pop .popups .content {
        height: calc(100% - 1.346rem);
        background: #fff;
        padding: 0.577rem;
        font-size: 0.923rem;
        line-height: 1.5;
    }

    .agree_pop .popups .content .padding
    {
        height: 100%;
        overflow-y: auto;
        font-size: 0.692rem;
    }

    .agree_pop .popups .content .padding * {
        font-size: 0.923rem !important;
        line-height: 1.4 !important;
    }

    .now_tab_text {
        width: 102%;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        /* background-color: #000; */
        font-size: 0.8667rem;
        font-weight: 700;
        background: #2b63f7 url(../img/btn/arrow_down_m.png) no-repeat right 0.666rem center / auto;
        background-size: 0.9231rem 0.6538rem;
    }

        .gnb_menu_list
        {
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            padding: 0.5263rem 0;
            display: none;
            background-color: #fff;
            /* border: 1px solid #dbdbdb; */
            z-index: 10;
            margin-top: 0;
            padding: 0 1.1538rem 1rem;
        }

        .gnb_menu_list li {
            width: 100%;
            height: 100%;
            border: none;
            text-align: center;
            color: #000;
            font-size: 0.8667rem;
            font-weight: 400;
            background-color: transparent;
            border-bottom: 0.0769rem solid #dbdbdb;
        }

        .gnb_menu_list .menu_level_2 li:last-of-type {
            border-bottom: unset;
        }

        .gnb_menu_list li a {
            display: block;
            padding: 1rem 0;
        }

        .gnb_menu_list .menu_level_2 li a.on {
            text-decoration: underline;
        }

        .gnb_menu_list>li.on .menu_level_1
        {
            color: #2b63f7;
        }

        .gnb_menu_list>li .menu_level_1
        {
            border-bottom: none;
            justify-content: center;
            display: flex;
        }

        .gnb_menu li .menu_level_1 a {
            font-size: 1rem;
            font-weight: 400;
            color: #252525;
        }

        .gnb_menu_list>li .menu_level_2 {
            flex-direction: column !important;
            border-bottom: none !important;
            color: #656565 !important;
            gap: 1.1538rem !important;
            background-color: #fafafa !important;
            border-top: 0.0769rem solid #dbdbdb !important;
        }

        .gnb_menu li .menu_level_2 a
        {
            font-size: 1rem;
            font-weight: 400;
            color: #656565;
        }

        .gnb_menu_list .menu_level_1.has_submenu {
            background: url(../img/btn/gnb_menu_list_w.png) no-repeat right 0.666rem center / auto;
            background-size: 0.7692rem 0.3846rem;
        }
}