/** CA lists. */
.page__contents__adviser {
	background: #FFF;
}
.page__contents__wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 80px 0;
}
.page__title_box {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: var(--Spacing-16, 16px);
    justify-content: center;
    max-width: 1022px;
}
.sec__caption {
    align-items: center;
    color: var(--233-d-4-c, #233D4C);
    display: flex;
    font-size: 22px;
    font-weight: 700;
    gap: 12px;
    line-height: 160%;
}
.sec__caption::before {
    background: var(--cta, #D85041);
    content: "";
    display: inline-block;
    height: 25px;
    width: 4px;
}
.sec__sub_caption {
    color: var(--596266, #596266);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 140%;
}
.sec__sub_caption.small {
    color: var(--7-a-878-c, #7A878C);
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-top: 4px;
}
.adviser__container {
    margin-top: 32px;
}
.adviser__list_container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.adviser__row_item {
    background: #fff;
    box-sizing: border-box;
    width: calc((100% - 40px) / 2);
}
.adviser__item_info {
    align-items: center;
    display: flex;
    flex: 1 0 0;
    gap: var(--Spacing-12, 12px);
}
.adviser__item_detail {
    align-items: flex-start;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: var(--Spacing-12, 12px);
    justify-content: center;
    min-width: 220px;
}
.adviser__name {
    color: var(--233-d-4-c, #233D4C);
    text-edge: cap;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.44px;
    line-height: 160%;
}
.adviser__tag_list {
    align-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.adviser_tag_item {
    background: #E7F2F4;
    border-radius: 4px;
    color: var(--596266, #596266);
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.48px;
    padding: 6px 8px;
}
.adviser__catch_text {
    color: var(--596266, #596266);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.26px;
    line-height: 140%;
}
.adviser__image_wrap {
    align-items: center;
    aspect-ratio: 13/21;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    height: 270px;
    justify-content: center;
    max-height: 270px;
    max-width: 180px;
    min-height: 129.231px;
    min-width: 80px;
}
.adviser__thumbnail_box {
    align-self: stretch;
    aspect-ratio: 4 / 3;
    background: lightgray !important;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 4px 24px 0 rgba(212, 225, 234, 0.25) inset;
    flex-shrink: 0;
    height: 220px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.adviser__thumbnail_img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform: scale(1.4);
    transform-origin: center top;
    width: 100%;
}
.adviser__image_detail_box {
    align-items: center;
    align-self: stretch;
    background: var(--OK, #A7D129);
    border-radius: var(--BorderRadius-0, 0) var(--BorderRadius-0, 0) var(--BorderRadius-16, 16px) var(--BorderRadius-16, 16px);
    display: flex;
    gap: 6px;
    justify-content: center;
    padding: 6px;
}
.adviser__image_detail_circle {
    background: var(--ffffff, #FFF);
    border-radius: 30px;
    padding: 2px 3px;
}
.adviser__image_detail_label {
    color: var(--ffffff, #FFF);
    font-size: 13px;
    font-weight: 700;
    line-height: 150%;
}
@media screen and (max-width: 768px) {

    .page__contents__wrap {
        padding: 80px 20px;
    }
    .adviser__container {
        margin-top: 24px;
    }
    .adviser__list_container {
        gap: 24px;
    }
    .adviser__row_item {
        width: 100%;
    }
    .adviser__item_detail {
        min-width: 0;
    }
}
/** CA details. */
.page__contents_single {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--Spacing-64, 64px);
    max-width: 1022px;
    width: 100%;
}
.page__contents_single_header {
    align-items: flex-start;
    align-self: stretch;
    border-radius: var(--BorderRadius-16, 16px);
    display: flex;
    flex-direction: column;
}
.page__contents_single_header_top {
    align-self: stretch;
    background: var(--cta, #D85041);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 8px;
}
.page__contents_single_header_body {
    align-items: center;
    align-self: stretch;
    background: linear-gradient(180deg, #FFF 0%, #F5F5F5 100%);
    border-radius: var(--BorderRadius-0, 0);
    display: flex;
    gap: 24px;
    justify-content: center;
    padding: 24px;
}
.page__contents_single_header_body_adviser {
    align-items: center;
    display: flex;
    gap: 35.368px;
    width: 50%;
}
.adviser__name_box {
    align-items: flex-start;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 23.579px;
    text-align: center;
}
.adviser__name_title {
    align-self: stretch;
    color: var(--7-a-878-c, #7A878C);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height: 120%;
}
.adviser__name_box .adviser__name {
    color: var(--233-d-4-c, #233D4C);
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0.88px;
    line-height: 160%;
}
.adviser__image_box {
    aspect-ratio: 3/4;
    border-radius: var(--BorderRadius-24, 24px);
    flex-shrink: 0;
    height: 280px;
    width: 210px;
}
.adviser__profile_box {
    align-items: flex-start;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 24px;
}
.adviser__profile_catch_text {
    color: var(--233-d-4-c, #233D4C);
    font-size: 22px;
    font-weight: 700;
    line-height: 160%;
}
.adviser__profile_exp_box {
    align-self: stretch;
    align-items: flex-start;
    display: flex;
    gap: 7.564px;
}
.adviser__profile_exp {
    align-items: center;
    align-self: stretch;
    background: var(--ffffff, #FFF);
    border-radius: var(--BorderRadius-8, 8px);
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
}
.adviser__profile_exp_title {
    align-items: center;
    align-self: stretch;
    background: var(--233-d-4-c, #233D4C);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: var(--f-5-f-5-f-5, #F5F5F5);
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 3.152px;
    height: 32px;
    justify-content: center;
    letter-spacing: 0.32px;
    line-height: 160%;
    padding: 3.782px 0;
    text-align: center;
}
.adviser__profile_exp_body {
    align-content: center;
    align-items: center;
    align-self: stretch;
    color: var(--233-d-4-c, #233D4C);
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
    gap: 9.455px;
    justify-content: center;
    letter-spacing: 0.32px;
    line-height: 160%;
    padding: var(--Spacing-16, 16px) 7.879px;
}
.page__contents_single_box {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.page__contents_single_box.border {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: var(--Spacing-56, 56px);
}
.page__contents_single_box {
    padding-bottom: 0;
}
.sec_text {
    align-self: stretch;
    color: var(--233-d-4-c, #233D4C);
    font-size: 16px;
    font-weight: 400;
    line-height: 220%;
}
.page__contents_single_tags {
    align-content: center;
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.page__contents_single_tag_item {
    align-items: center;
    border: 1px solid var(--e-6-e-6-e-6, #E6E6E6);
    border-radius: 100px;
    display: flex;
    gap: 4px;
    height: 40px;
    padding: 0 16px;
}
.page__contents_single_tag_item svg {
    aspect-ratio: 1/1;
    height: 16px;
    width: 16px;
}
.page__contents_single_tag_item_value {
    color: var(--233-d-4-c, #233D4C);
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
}
.page__contents_single_case_box {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    gap: 24px;
}
.page__contents_single_case_inner_box {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 1 0 0;
    gap: 16px;
    padding-right: 20px;
}
.page__contents_single_case_item_box {
    align-items: flex-end;
    background: var(--ffffff, #FFF);
    border: 1px solid var(--e-6-e-6-e-6, #E6E6E6);
    border-radius: 8px;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
}
.page__contents_single_case_top {
    align-items: flex-start;
    align-self: stretch;
    border-bottom: solid 1px #E6E6E6;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 16px;
}
.page__contents_single_case_top_person {
    align-items: center;
    display: flex;
    gap: 16px;
}
.case__avator_image_box {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}
.case__avator_image_box img {
    border-radius: 100px;
}
.case__person_box {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
.case__person_sex {
    align-self: stretch;
    color: var(--233-d-4-c, #233D4C);
    font-size: 15px;
    font-weight: 700;
    line-height: 160%;
}
.case__person_seeker {
    margin-right: 4px;
}
.case__persona_job_hunting {
    color: var(--a-4-afb-3, #A4AFB3);
    font-size: 13px;
    font-weight: 400;
    line-height: 160%;
}
.page__contents_single_case_middle {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
}
.page__contents_single_case_middle_box {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
}
.page__contents_single_case_middle_box.prev {
    background: #EDF6F7;
}
.page__contents_single_case_middle_box.after {
    background: #FCF3F2;
}
.page__contents_single_case_title {
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    color: var(--ffffff, #FFF);
    display: flex;
    font-size: 13px;
    font-weight: 700;
    height: 27px;
    justify-content: center;
    line-height: 160%;
    padding: 4px 8px;
}
.page__contents_single_case_title.prev {
    background: var(--233-d-4-c, #233D4C);
}
.page__contents_single_case_title.after {
    background: var(--cta, #D85041);
}
.page__contents_single_case_job_box {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    gap: 8px;
}
.page__contents_single_case_job_wrap {
    align-items: flex-start;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
}
.page__contents_single_case_job {
    align-self: stretch;
    color: var(--233-d-4-c, #233D4C);
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
}
.page__contents_single_case_job.industory {
    color: var(--a-4-afb-3, #A4AFB3);
    font-size: 13px;
    font-weight: 400;
}
.page__contents_single_case_income_wrap {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page__contents_single_case_income_wrap.prev {
    color: var(--233-d-4-c, #233D4C);
}
.page__contents_single_case_income_wrap.after {
    color: var(--cta, #D85041);
}
.page__contents_single_case_income_label {
    font-size: 13px;
    font-weight: 700;
    line-height: 145%;
}
.page__contents_single_case_income_box {
    align-items: baseline;
    display: flex;
}
.page__contents_single_case_income {
    font-family: Gotham;
    font-size: 24px;
    font-weight: 350;
    line-height: 100%;
}
.page__contents_single_case_income_unit {
    font-size: 13px;
    font-weight: 700;
    line-height: 145%;
}
.page__contents_single_case_income_addition {
    font-size: 11px;
    font-weight: 700;
    line-height: 145%;
}
.page__contents_single_case_bottom {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.page__contents_single_case_detail_btn {
    align-items: center;
    align-self: stretch;
    background: #F5F5F5;
    border-radius: 8px;
    color: var(--233-d-4-c, #233D4C);
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 16px;
    height: 48px;
    justify-content: center;
    line-height: 160%;
    position: relative;
    width: 100%;
}
.case_detail_btn_wrap {
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
}
.case_detail_btn_wrap::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 2px;
    background-color: #D85041;
}
.case_detail_btn_wrap::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 14px;
    background-color: #D85041;
    position: absolute;
    transition: 0.4s;
}
.page__contents_single_case_bottom.active .case_detail_btn_wrap::after {
	transform: rotate(90deg);
}
.page__contents_single_case_detail_btn svg {
    position: absolute;
    right: 12px;
    top: 16.5px;
}
.page__contents_single_case_detail_wrap {
    display: none;
}
.page__contents_single_case_detail_box {
    align-items: flex-end;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.page__contents_single_case_detail_ca_reason_box {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.page__contents_single_case_detail_ca_reason_title {
    align-self: stretch;
    color: var(--cta, #D85041);
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
}
.page__contents_single_case_detail_ca_reason {
    align-self: stretch;
    color: var(--233-d-4-c, #233D4C);
    font-size: 13px;
    font-weight: 400;
    line-height: 180%;
}
.page__contents_single_profile_box {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    gap: 24px;
    justify-content: flex-end;
}
.adviser_profile_image_box {
    aspect-ratio: 4/3;
    flex: 1 0 0;
    height: 375px;
}
.adviser_profile_image_box img {
    border-radius: 4px;
}
.page__contents_single_profile_detail_box {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 16px;
}
.page__contents_single_profile_detail_item {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
}
.profile_detail_item_title {
    align-items: center;
    align-self: stretch;
    background: var(--233-d-4-c, #233D4C);
    border-radius: 10px 0 0 0;
    color: var(--f-5-f-5-f-5, #F5F5F5);
    font-size: 18px;
    font-weight: 700;
    leading-trim: both;
    line-height: 160%;
    letter-spacing: 0.36px;
    display: flex;
    height: 40px;
    justify-content: center;
    min-width: 200px;
    text-align: center;
}
.profile_detail_item {
    align-content: center;
    align-items: center;
    align-self: stretch;
    background: var(--f-5-f-5-f-5, #F5F5F5);
    display: flex;
    flex-wrap: wrap;
    gap: 9.455px;
    justify-content: center;
    padding: var(--Spacing-16, 16px) 12px;
}
.profile_hobby_item {
    color: var(--233-d-4-c, #233D4C);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 160%;
}
.personality {
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
}
.page__contents_single_ope {
    align-items: center;
    background: var(--ffffff, #FFF);
    border: 2px solid var(--233-d-4-c, #233D4C);
    border-radius: var(--BorderRadius-Full, 9999px);
    display: flex;
    gap: 40px;
    height: 56px;
    padding: 0 var(--Spacing-64, 64px);
    position: relative;
}
.page__contents_single_ope span {
    color: var(--233-d-4-c, #233D4C);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.page__contents_single_ope svg {
    bottom: 17px;
    left: 14.5px;
    position: absolute;
}
@media screen and (max-width: 768px) {

    .sec__caption {
        font-size: 18px;
    }
    .sec_text {
        font-size: 14px;
    }
    .page__contents_single {
        gap: 54px;
    }
    .page__contents_single_box.border {
        padding-bottom: 40px;
    }
    .page__contents_single_header_body {
        align-items: flex-start;
        align-self: stretch;
        display: flex;
        flex-direction: column;
    }
    .page__contents_single_header_body_adviser {
        gap: 24px;
        width: 100%;
    }
    .adviser__name_box {
        gap: var(--Spacing-16, 16px);
    }
    .adviser__name_title {
        font-size: 12px;
        letter-spacing: 0.24px;
    }
    .adviser__name {
        font-size: 30px;
        letter-spacing: 0.6px;
    }
    .adviser__image_box {
        height: 180px;
        width: 135px;
    }
    .adviser__profile_catch_text {
        font-size: 18px;
    }
    .adviser__profile_exp_title {
        font-size: 13px;
        letter-spacing: 0.26px;
    }
    .adviser__profile_exp_body {
        font-size: 14px;
        letter-spacing: 0.28px;
        padding: 9.455px 7.879px;
    }
    .page__contents_single_case_inner_box {
        max-width: 1024px;
        width: 100%;
    }
    .page__contents_single_case_item_box {
        flex: none;
        flex-shrink: 0;
        transition: transform 0.4s;
    }
    .swiper-slide:not(.adviser__item) {
        width: calc(100% - 14px) !important;
    }
    .page__contents_single_profile_box {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 24px;
        justify-content: center;
    }
    .adviser_profile_image_box {
        flex: none;
        height: 270px;
    }
    .profile_hobby_item {
        font-size: 14px;
        letter-spacing: 0.28px;
    }
    .profile_hobby_item.personality {
        font-size: 13px;
    }
    .page__contents_single_ope svg {
        bottom: 17px;
    }
}
