
/* ////////////////////////////////////////////////////////////////// */
[_service-profile-header] .profile_head {
    height: 250px;
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: -1;
}
@media (min-width:1060px) {
    [_service-profile-header] .profile_head {
        top: 100px;
    }
}
[_service-profile-header] .profile_head_inner {
    height: 100%;
    width: 100%;
    background-color: rgb(25, 24, 28);
    
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);

    filter: blur(100px);
    opacity: 0.9;
}
[_service-profile-header] .prifile_head_back {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(0deg, var(--color-white) 30%, var(--color-back));
    opacity: .5; */
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
/* ////////////////////////////////////////////////////////////////// */
/* header_nav */
[_service-profile-nav] .profile_navwrap {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 15px;
    margin-bottom: 20px;
}
@media (min-width: 1060px) {
    [_service-profile-nav] .profile_navwrap {
        padding: 0 40px;
        padding-top: 15px;
    }
}
[_service-profile-nav] .profile_navwrap > ul {
    display: flex;
    white-space: nowrap;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.25px;
    font-weight: 500;
    color: rgb(111, 119, 133);
}
[_service-profile-nav] .profile_navwrap > ul > li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}
[_service-profile-nav] .profile_navwrap > ul > li:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin: 0 10px;
    background: url(/pages/header/images/step-arrow.svg)no-repeat center center / 100%;
}
[_service-profile-nav] .profile_navwrap > ul > li:first-child:before {
    display: none;
}
[_service-profile-nav] .profile_navwrap > ul > li a {
    display: inline-block;
}
/* // header_nav */














/* content */
[_service-profile-content] .profile_contentwrap {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0;
}
@media (min-width: 1060px) {
    [_service-profile-content] .profile_contentwrap {
        padding: 0 40px;
    }
}
[_service-profile-content] .profile_contentinner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}
@media (min-width: 1060px) {
    [_service-profile-content] .profile_contentinner {
        flex-direction: row-reverse;
    }
}
[_service-profile-content] [_content-side] .content_side {
    height: unset;
    width: 100%;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    padding: 0 20px;
}
@media (min-width: 1060px) {
    [_service-profile-content] [_content-side] .content_side {
        margin-left: 30px;
        max-width: 350px;
        padding: 0;
    }
}
[_service-profile-content] [_content-side] .infoBox {

}
[_service-profile-content] [_content-side] .infoBox_container {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: flex-start;
    margin-bottom: 10px;
}
[_service-profile-content] [_content-side] .infoBox_container ._contr_left {
    display: flex;
    -webkit-box-align: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
[_service-profile-content] [_content-side] .infoBox_container ._contr_left span {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 80px;
    text-align: center;
    box-sizing: border-box;
    cursor: inherit;
    background-color: #ffffff5e;
    color: var(--color);
    border: 1px solid var(--border-color);
    font-weight: 500;
    padding: 2px 10px;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: -0.25px;
    --color: #8E94A0;
    --sub-color: #6F778512;
    --border-color: #8E94A04C;
}
[_service-profile-content] [_content-side] .infoBox_container ._contr_right {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
}
[_service-profile-content] [_content-side] .infoBox_container ._like_button {
    min-width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    gap: 2px;
}
[_service-profile-content] [_content-side] .infoBox_container ._like_button span {
    width: max-content;
    font-size: 13px;
    font-weight: 700;
}
[_service-profile-content] [_content-side] .infoBox_container ._share_button {
    min-width: 25px;
    height: 25px;
    fill: #555;
}


[_service-profile-content] [_content-side] .infoBox_title {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.5px;
    font-weight: 700;
    margin-top: 8px;
    overflow-wrap: break-word;
}
[_service-profile-content] [_content-side] .infoBox_title h3 {
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    line-height: inherit;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* -webkit-line-clamp: 3; */
    word-break: keep-all;
    min-height: 70px;
}
[_service-profile-content] [_content-side] .infoBox_meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-weight: 500;
    margin-top: 8px;
}
[_service-profile-content] [_content-side] .infoBox_meta ._meta_box {
    font-size: 11px;
    font-weight: 400;
    color: #555;
    position: relative;
}
[_service-profile-content] [_content-side] .infoBox_meta ._meta_box:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    vertical-align: middle;
    margin: 0 10px;
    background: #d9dbe175;
}
[_service-profile-content] [_content-side] .infoBox_meta ._meta_box:first-child:before {
    display: none;
}







[_service-profile-content] [_content-side] .sideuser {
    margin: 15px 0;
    height: fit-content;
    width: 100%;
}
@media (min-width:1060px) {
    [_service-profile-content] [_content-side] .sideuser {
        position: sticky;
        top: 110px;
        z-index: 10;
    }
}
[_service-profile-content] [_content-side] .sideuserBox {
    background-color: rgb(255 255 255 / 40%);
    border: 1px solid var(--color-main);
    border-radius: 8px;
    width: 100%;
    /* cursor: pointer; */
}
[_service-profile-content] [_content-side] .sideuserBox_inner {
    padding: 15px;
}
[_service-profile-content] [_content-side] ._inner_user_info {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
[_service-profile-content] [_content-side] ._inner_user_info_title {
    display: flex;
}
[_service-profile-content] [_content-side] ._inner_user_info_title_img {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-width: 45px;
    width: 45px;
    height: 45px;
    flex-basis: 45px;
}
[_service-profile-content] [_content-side] ._inner_user_info_title_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
[_service-profile-content] [_content-side] ._inner_user_info_title_text {
    padding-left: 10px;
}
[_service-profile-content] [_content-side] ._inner_user_info_title_text_txt {
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.5px;
}
[_service-profile-content] [_content-side] ._inner_user_info_title_text_txtdesc {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: -0.25px;
    color: #555;
}
[_service-profile-content] [_content-side] ._inner_user_info_desc {

}

/* user_SNS_BOX */
.SNSList-mobile_back {
    display: none !important;
}
@media (max-width:1060px) {
    .SNSList-mobile {
        display: none !important;
    }
    .SNSList-mobile::-webkit-scrollbar {
        display: none;
    }
    .SNSList-mobile.-active {
        display: block !important;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffffff;
        z-index: 1700000;
        padding: 30px 20px;
        height: calc(100% - 50%);
        overflow: auto;
        border-radius: 20px 20px 0 0;
    }
    .SNSList-mobile_back {
        display: none !important;
    }
    .SNSList-mobile.-active + .SNSList-mobile_back {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .5);
        z-index: 160000;
        padding: 30px 20px;
        height: calc(100% - 50% + 20px);
        overflow: auto;
        border-radius: 0;
    }
}
[_service-profile-content] [_content-side] .sidesnsBox {
    margin-top: 15px;

}
[_service-profile-content] [_content-side] .sidesnsBoxLink {
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
[_service-profile-content] [_content-side] .sidesnsBox_info {
    display: flex;
}
[_service-profile-content] [_content-side] .sidesnsBox_info ._info_img {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-width: 45px;
    width: 45px;
    height: 45px;
    flex-basis: 45px;

}
[_service-profile-content] [_content-side] .sidesnsBox_info ._info_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
}
[_service-profile-content] [_content-side] .sidesnsBox_info ._info_info {
    padding-left: 10px;
}
[_service-profile-content] [_content-side] .sidesnsBox_info ._info_info_text {
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.5px;

    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
[_service-profile-content] [_content-side] .sidesnsBox_info ._info_info_desc {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: -0.25px;
    color: rgb(170, 177, 188);
}
[_service-profile-content] [_content-side] .sidesnsBox_link {
    width: fit-content;
    max-width: -webkit-fill-available;
}
/* user_SNS_BOX */




















/* content */
[_service-profile-content] ._contentinner_content {
    /* margin-top: 20px; */
    -webkit-box-flex: 1;
    flex-grow: 1;
    position: relative;
    /* overflow: hidden; */
    width: 100%;
}
@media (min-width:1060px) {
    [_service-profile-content] ._contentinner_content {
        width: calc(100% - 380px);
    }
}
[_service-profile-content] ._content_images {
    position: relative;
    margin-bottom: 20px;
    padding: 0px;
    overflow: hidden;
}
@media (min-width:1060px) {
    [_service-profile-content] ._content_images {
        padding: 20px;
    }
}
[_service-profile-content] ._content_images_inner {
    width: 100%;
    height: 350px;
    opacity: 1;
    transition: opacity 0.3s;
}
@media (min-width:1060px) {
    [_service-profile-content] ._content_images_inner {
        height: 270px;
    }
}
[_service-profile-content] ._content_images_swiper_button.-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 0px;
    border: 0px;
    outline: none;
    width: 23px;
    height: 50px;
    transition: color 0.3s, background-color 0.3s, opacity 0.3s, transform 0.3s;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 0 50px 50px 0;
    transform: translateY(-50%);
    box-shadow: transparent 0px 0px 0px 1px, transparent 0px 0px 0px 4px, rgba(0, 0, 0, 0.18) 0px 2px 4px;
    z-index: 2;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.76);
    left: 0;
}
[_service-profile-content] ._content_images_swiper_button.-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 0;
    border: 0;
    outline: none;
    width: 23px;
    height: 50px;
    -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, opacity 0.3s, transform 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 50px 0 0 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 0 0 1px transparent, 0 0 0 4px transparent, 0 2px 4px rgba(0 0 0 / 18%);
    z-index: 2;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.76);
    right: 0;
}
@media (min-width: 1060px) {
    [_service-profile-content] ._content_images_swiper_button.swiper-button-disabled, [_service-profile-content] ._content_images_swiper_button.swiper-button-lock {
        opacity: .3;
    }
}
[_service-profile-content] [_services-swiper] {
    display: block;
    width: 100%;
    height: 100%;
}
[_service-profile-content] [_services-swiper] .services_img_swiper {
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: unset;
}
@media (min-width: 1060px) {
    [_service-profile-content] [_services-swiper] .services_img_swiper {
        padding: 0;
    }
}
[_service-profile-content] [_services-swiper] .services_img_swiper ._swiper_list {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
[_service-profile-content] [_services-swiper] .services_img_swiper ._swiper_item {
    cursor: pointer;
    height: auto !important;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001a;
    overflow: hidden;
    background-color: var(--color-white);
}
[_service-profile-content] [_services-swiper] ._swiper_item ._item_link {
    display: block;
    width: 100%;
    height: 100%;
}
[_service-profile-content] [_services-swiper] ._swiper_item ._item_link_contbox {
    position: relative;
    height: 210px;
    overflow: hidden;
}
@media (min-width:1060px) {
    [_service-profile-content] [_services-swiper] ._swiper_item ._item_link_contbox {
        height: 190px;
    }
}
[_service-profile-content] [_services-swiper] ._swiper_item ._item_link_contbox__image {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: all .4s;
    object-fit: cover;
}
[_service-profile-content] [_services-swiper] ._swiper_item:hover ._item_link_contbox__image {
    width: 116%;
    height: 116%;
    margin: -8% 0 0 -8%;
}
[_service-profile-content] [_services-swiper] ._swiper_item ._swiper_item__desc {
    height: 80px;
    min-height: 80px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 1.63;
    color: var(--color-main);
    display: flex;
    align-items: center;
}
[_service-profile-content] [_services-swiper] ._swiper_item:hover ._swiper_item__desc {
    text-decoration: underline;
    text-decoration-color: var(--color-main);
}
[_service-profile-content] [_services-swiper] ._swiper_item ._swiper_item__desc_txt {
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
/* // content */















/* tab_Nav */
    [_service-profile-content] [_service-profile-nav] {
        display: block;
        position: sticky;
        top: 0px;
        z-index: 150000;
    }
@media (min-width: 1060px) {
    [_service-profile-content] [_service-profile-nav] {
        top: 101px;
        z-index: 10;
    }
}
[_service-profile-content] [_service-profile-nav] .nav_BoxWrap {
    margin-bottom: 20px;
    background-color: #fff;
}
[_service-profile-content] [_service-profile-nav] .nav_BoxList {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #e4e5ed;
    overflow: auto;
    padding: 0 20px;
}
[_service-profile-content] [_service-profile-nav] .nav_BoxList::-webkit-scrollbar {
    display: none;
}
@media (min-width: 1060px) {
    [_service-profile-content] [_service-profile-nav] .nav_BoxList {
        padding: 0;
    }
}
[_service-profile-content] [_service-profile-nav] .nav_BoxLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 15px;
    color: #727585;
    border-bottom: 0;
    min-width: fit-content;
    position: relative;
    padding: 0 10px;
}
@media (min-width: 1060px) {
    [_service-profile-content] [_service-profile-nav] .nav_BoxLink {
        height: 60px;
    }
}
[_service-profile-content] [_service-profile-nav] .nav_BoxLink.-active {
    color: #303441;
    font-weight: 700;
}
[_service-profile-content] [_service-profile-nav] .nav_BoxLink.-active:before {
    content: "";
    position: absolute;
    border-radius: 5px;
    z-index: 1;
    left: 0px;
    right: 0;
    bottom: 0px;
    /* width: 69px; */
    height: 3px;
    background: rgb(33, 34, 36);
    transform: translateX(0px);
    transition: transform 300ms;
}
/* tab_Nav */















[_profile-service-tab] {
    display: block;
    position: sticky;
    top: 50px;
    z-index: 9;
    background-color: #ffffff;
}
@media (min-width: 1060px) {
    [_profile-service-tab] {
        position: sticky;
        top: 161px;
        z-index: 9;
    }
}
[_profile-service-tab] .services-tabs {
    margin: 0 20px;
    position: relative;
    padding: 10px 30px 10px 0px;
    overflow: hidden;
}
@media (min-width: 1060px) {
    [_profile-service-tab] .services-tabs {
        margin: 0;
        padding: 0 0 25px;
    }
}
@media (min-width: 1060px) {
    [_profile-service-tab] .services__anchor-all {
        display: none;
    }
}
@media (max-width: 1059px) {
    [_profile-service-tab] .services__anchor-all {
        position: absolute;
        border: 0;
        background-color: transparent;
        right: 0;
        top: 20px;
        width: 30px;
        height: 30px;
        z-index: 1;
        border-radius: 100%;
    }
    [_profile-service-tab] .services__anchor-all:before {
        content: "";
        position: relative;
        z-index: 2;
        display: inline-block;
        width: 100%;
        height: 100%;
        background: url(/pages/header/images/search-btn-open.svg)no-repeat center / 100%;
    }
    [_profile-service-tab] .services__anchor-all.-active:before {
        transform: rotate(180deg);
    }
    [_profile-service-tab] .services__anchor-all:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        width: 70px;
        height: 40px;
        background: url(/pages/header/images/search-btn-gradation.svg);
        opacity: 1;
    }
}
[_profile-service-tab] .services__anchors-scroll {
    overflow-x: hidden;
    scroll-behavior: smooth;
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
    scrollbar-width: none;
}
[_profile-service-tab] .services__anchors-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 0px);
    overflow: scroll;
}
[_profile-service-tab] .services__anchors-list::-webkit-scrollbar {
    display: none;
}
[_profile-service-tab] .-active + .services__anchors-scroll .services__anchors-list {
    flex-wrap: wrap;
}
@media (min-width: 1060px) {
    [_profile-service-tab] .services__anchors-list {
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }
}
[_profile-service-tab] .services__anchors-item {
    padding: 5px;
}
[_profile-service-tab] .services__anchor {
    display: block;
    font-size: 13px;
    padding: 10px 15px 10px;
    height: 40px;
    border: solid 1px #d9d9d9;
    border-radius: 30px;
    background-color: #fff;
    color: var(--color-main);
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}
@media (min-width: 1060px) {
    [_profile-service-tab] .services__anchor {
        font-size: 13px;
        min-width: 100px;
        text-align: center;
    }
}
[_profile-service-tab] .services__anchor.-active {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: #fff;
    font-weight: 700;
}








/* contents */
[_service-profile-content] ._contents {
    min-height: 500px;
}
[_service-profile-content] ._contents + ._contents {
    padding-top: 50px;
}
[_profile-content-header] ._content_header {
    margin-bottom: 20px;
    padding: 0 20px;
}
@media (min-width:1060px) {
    [_profile-content-header] ._content_header {
        padding: 0;
    }
}
[_profile-content-header] ._content_header_txt {
    display: inline-block;
    position: relative;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.5px;
    color: #212224;
}
[_profile-content-header] ._content_header_txt:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 8%;
    margin-top: 0;
    width: 100%;
    height: 7px;
    border-radius: 2px;
    /* background: linear-gradient(to right, rgba(18, 100, 28, 52%) 0%, rgba(211, 233, 46, 0) 100%); */
    background: linear-gradient(310deg, #d5feff, #f0fcd5 95%);
}


[_service-profile-content] ._contentsBox {
    padding: 0 20px;
}
@media (min-width:1060px) {
    [_service-profile-content] ._contentsBox {
        padding: 0;
    }
}
[_service-profile-content] ._contentsBox__inner {
    border: 1px solid rgb(217, 217, 217);
    border-radius: 10px;
}
[_service-profile-content] ._contentsBox_key {
    display: block;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    background-color: rgb(247, 247, 247);
    padding: 10px 15px;
}
[_service-profile-content] ._contentsBox_key_txt {
    display: block;
    margin: 0px;
    color: var(--color-main);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}
[_service-profile-content] .listtotalcnt {
    display: inline-block;
    margin: 0px;
    color: var(--color-main);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}
[_service-profile-content] ._contentsBox_val {
    display: block;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    background-color: rgb(255, 255, 255);
    padding: 20px 15px;
    font-size: 13px;
    font-weight: 400;
}
/* // contents */


[_service-profile-content] .services-service__list {
    width: 100%;
    display: flex;
    gap: 20px 5%;
    background: #fff;
    flex-wrap: wrap;
}
@media (max-width:400px) {
    [_service-profile-content] .services-service__list {
        gap: 20px 5%;
    }
}
@media (min-width:1060px) {
    [_service-profile-content] .services-service__list {
        gap: 20px 2%;
    }
}
[_service-profile-content] .services-service__itm {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-shrink: 0;
    width: calc(45% - 0px);
    position: relative;
}
@media (max-width:400px) {
    [_service-profile-content] .services-service__itm {
        width: calc(100% - 0px);
    }
}
@media (min-width:1060px) {
    [_service-profile-content] .services-service__itm {
        width: calc(32% - 0px);
    }
}
[_service-profile-content] .services-service__link {
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: relative;
}
[_service-profile-content] .services-service__imgbox {
    overflow: hidden;
    position: relative;
    backface-visibility: hidden;
    border-radius: 4px;
    border: 1px solid rgb(245, 246, 247);
    flex-shrink: 0;
    width: 100%;
    height: 140px;
}
[_service-profile-content] .services-service__imgbox img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: all .4s;
    object-fit: cover;
}

[_service-profile-content] .services-service__link:hover .services-service__imgbox img {
    width: 116%;
    height: 126%;
    margin: -8% 0 0 -8%;
}
[_service-profile-content] .services-service__infobox {
    
}
[_service-profile-content] .services-service__infobox .services-service__title {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.63;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
[_service-profile-content] .services-service__link:hover .services-service__title {
    text-decoration: underline;
}
[_service-profile-content] .services-service__descbox {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.25px;
    font-weight: 500;
    color: rgb(142, 148, 160);

    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
[_service-profile-content] .services-service__labels {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}
[_service-profile-content] .services-service__labels_label {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 80px;
    text-align: center;
    box-sizing: border-box;
    cursor: inherit;
    background-color: white;
    color: var(--color);
    border: 1px solid var(--border-color);
    font-weight: 500;
    padding: 2px 10px;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: -0.25px;
    --color: #8E94A0;
    --sub-color: #6F778512;
    --border-color: #8E94A04C;
}


/* myedit */
[_service-profile-content] .servicesmyEdit {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
}
/* [_service-profile-content] .servicesmyEdit-button {
    width: 25px;
    height: 25px;
    background: url(/pages/header/images/icon--setting1.png) no-repeat center / 100%;
} */
[_service-profile-content] .servicesmyEdit-list {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
[_service-profile-content] .servicesmyEdit-item {
    
}
[_service-profile-content] .servicesmyEdit-link {
    background-color: #ffffffe3;
    outline: none;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    color: #303441;
    border: 1px solid #c8cad2;
    border-radius: 4px;
    align-items: center;
    justify-content: left;
    padding: 5px 10px;
    cursor: pointer;
    transition: border-color 0.2s ease;
}
/* // myedit */

























[_profile-content-faq] .faq_wrap {
    padding: 0 20px;
}
@media (min-width:1060px) {
    [_profile-content-faq] .faq_wrap {
        padding: 0;
    }
}
[_profile-content-faq] .faq_list {
    
}
[_profile-content-faq] .faq_item {
    position: relative;
    border-top: 1px solid rgb(233, 235, 237);
}
[_profile-content-faq] .faq_item_key {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: -0.5px;
    color: var(--color-mainsub);
    padding: 10px;
    position: relative;
    padding-right: 10px;

}
[_profile-content-faq] .faq_item_key .faq_item_ico {
    position: absolute;
    top: 10px;
    right: 10px;
    /* transform: translateY(-50%) rotate(0deg); */
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}
[_profile-content-faq] .faq_item_key.-active .faq_item_ico {
    /* transform: translateY(-50%) rotate(45deg); */
    transform: rotate(45deg);
}
[_profile-content-faq] .faq_item_val {
    font-size: 13px;
    font-weight: 400;
    color: #555;
    width: 100%;
    overflow: hidden;
    /* transition: height 0.3s ease-in-out; */
    white-space: pre-line;
    word-break: keep-all;
    line-height: 24px;
    padding: 0px 10px 10px 10px;
    display: none;
}