@import "font.css";
#pet_help_container {
    padding-bottom: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
}
.cate_banner_sub {
    width: 100%;
    max-width: 1280px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 60px;
    border-radius: 12px;
    background: #FFE7E5;
    margin-top: 40px;
    gap: 12px;
}
.cate_banner_sub p {
    font-family: 'Jalnan';
    font-size: 40px;
    font-weight: 700;
}
.cate_banner_sub span {
    color: var(--Grey_6, #666);
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
}
.categoryselect.pet_help {
    margin: 40px 0 20px 0;
}
.categoryselect.pet_help > .post_number{
    width: 100px;
    margin: 0;
}
.categoryselect.pet_help > div.select > select {
    background-color: white;
}
.pet_help_write_btn {
    border-radius: 100px;
    background: var(--Orange, #ee7f99);
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-weight: 800;
}
.pet_help_service_box {
    max-width: 1280px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.helper_post_box {
    border-radius: 4px;
    border: 1px solid var(--Grey_E, #EEE);
    width: calc((100% / 3) - 8px);
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}
.helper_profile_box > img {
    width: 64px;
    height: 64px;
}
.helper_comment_box {
    width: 100%;
}
.helper_comment_box > .title {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px; /* 150% */
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.helper_comment_box > .info1 {
    font-size: 12px;
    line-height: 16px; /* 133.333% */
    margin: 4px 0 12px 0;
    
}
.helper_comment_box > .info2 {
    color: var(--Primary, #ee7f99);
    font-size: 12px;
    font-weight: 800;
    line-height: 16px; /* 133.333% */
    height: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.helper_comment_box > .info2 > span {
    border-radius: 100px;
    background: var(--Primary, #ee7f99);
    padding: 2px 6px;
    color: var(--White, #FFF);
    font-size: 8px;
    font-weight: 800;
    line-height: 14px; /* 175% */
}
.typeSelecter > div.price {
    display: flex;
    align-items: center;
    width: 100%;
}
.typeSelecter > div.price > input[type="text"] {
    text-align: right;
    padding: 0 20px;
}
.typeSelecter > div.price > input[type="checkbox"] {
    margin-right: 8px;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 2px solid #ccc;
}
.typeSelecter > div.price > input[type="checkbox"]:checked {
    background: url(../z_images/zoo_img/checked_black.svg) no-repeat center center;
    border: none;
}
.typeSelecter > div.price > label {
    font-size: 16px;
    line-height: 24px; /* 150% */
}
.typeSelecter > div.price > p {
    margin-left: 8px;
    font-size: 16px;
    line-height: 24px; /* 150% */
}
.typeSelecter > div.price > span {
    margin: 0 12px;
    color: #ccc;
}
.nomalpagearea .safe_free_check_box .input_box input {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 2px solid #ccc;
}
.helper_cate_plus_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    cursor: pointer;
    border-radius: 100px;
    background: var(--Primary, #ee7f99);
}
.pet_help_post_chkbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 40px;
}
.pet_help_post_chkbox > .title {
    font-weight: 800;
    line-height: 20px; /* 142.857% */
}
.pet_help_post_chkbox > .chk_group {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 20px; /* 142.857% */
}
.pet_help_post_chkbox > .chk_group > input[type="checkbox"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 2px solid #ccc;
}
.pet_help_post_chkbox > .chk_group > input[type="checkbox"]:checked {
    background: url(../z_images/zoo_img/checked_black.svg) no-repeat center center;
    border: none;
}
.pet_help_post_chkbox > button {
    border-radius: 100px;
    background: var(--Dark, #212121);
    width: 200px;
    height: 36px;
    color: var(--White, #FFF);
    font-size: 12px;
    font-weight: 800;
    line-height: 16px; /* 133.333% */
}
.pet_service_info.helper {
    flex-direction: column;
    gap: 20px;
}
.pet_service_info.helper > .helper_post_box {
    width: 100%;
    cursor: unset;
    border: none;
    padding: 20px 0;
}
.pet_service_info.helper .info_sub_title {
    border-top: 1px solid #eee;
    padding: 8px 0;
    font-size: 12px;
    margin: 0 !important;
}
.pet_service_info.helper .info_sub_title > .set {
    border-radius: 100px;
    background: var(--Primary, #ee7f99);
    padding: 2px 6px;
    color: var(--White, #FFF);
    font-size: 8px;
    font-weight: 800;
    line-height: 14px; /* 175% */
    width: unset;
    margin-left: 8px;
}
.post_do_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.post_do_box > .do_service {
    display: flex;
    align-items: center;
    gap: 20px;
}
.post_do_box > .do_service > img {
    cursor: pointer;
}
.post_do_box > button {
    border-radius: 8px;
    background: var(--Primary, #ee7f99);
    padding: 8px 20px;
    color: var(--White, #FFF);
    font-size: 12px;
    font-weight: 800;
    line-height: 16px; /* 133.333% */
}
.post_do_box > div > button {
    border-radius: 8px;
    background: var(--Primary, #ee7f99);
    padding: 8px 20px;
    color: var(--White, #FFF);
    font-size: 12px;
    font-weight: 800;
    line-height: 16px; /* 133.333% */
}

.nomalpagearea.write_pet_help2 {
    padding: 0 !important;
    max-width: 600px !important;
    width: 100% !important;
}