html, body {
    background-color: transparent;
}

@charset "utf-8";

@font-face {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif, system-ui;
    font-display: swap;
}

body,
button,
input,
select,
textarea,
table {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif, system-ui;
    color: #333333;
}

* {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    overscroll-behavior-y: none;
    text-rendering: optimizeSpeed;
    -webkit-tap-highlight-color: transparent !important;
    word-break: keep-all;
}

header,
nav,
main,
section,
article,
aside,
footer {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    background-color: #ffffff;
}

body {
    font-size: 14px;
    color: #333;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}

body .partner-counseling-container {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text
}

body,
h1,
h2,
h3,
h4,
p,
div,
ul,
ol,
li,
input {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

ul,
ol,
li {
    list-style: none
}

address,
em {
    font-style: normal
}

a {
    text-decoration: none;
    display: block;
    color: #4c4c4c;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

button {
    background: 0;
    border: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

button:focus,
textarea:focus {
    outline: 0;
}

img {
    border: 0 none;
    -webkit-user-drag: none;
}

input,
textarea {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

input:focus {
    outline: 0;
}

.hide-text {
    position: absolute;
    left: -9999px;
    top: -9999px
}

input::-ms-check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
    display: none;
}

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.loader-default {
    display: none;
    z-index: 9999999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8)
}

.loader-default:after {
    content: '';
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc((100vw / 2) - 20px);
    top: calc((100vh / 2) - 20px);
    border-radius: 50%;
    border: 7px solid #FF5A2E;
    border-bottom-color: transparent;
    -webkit-animation: spin--loader-default 0.8s linear infinite; /* Safari */
    animation: spin--loader-default 0.8s linear infinite;
}

.loader-aside-contents {
    display: none;
    z-index: 9999;
    position: fixed;
    width: 300px;
    left: 0;
    top: 270px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5)
}

.loader-aside-contents:after {
    content: '';
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc((300px / 2) - 20px);
    top: calc((270px / 2) - 20px);
    border-radius: 50%;
    border: 7px solid #FF5A2E;
    border-bottom-color: transparent;
    -webkit-animation: spin--loader-default 0.8s linear infinite; /* Safari */
    animation: spin--loader-default 0.8s linear infinite;
}

.loader-ico {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    position: absolute;
    left: calc((100vw / 2) - 20px);
    bottom: 12px;
}

.loader-ico:after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 50%;
    border: 5px solid #FF5A2E;
    border-bottom-color: transparent;
    -webkit-animation: spin--loader-default 0.8s linear infinite;
    animation: spin--loader-default 0.8s linear infinite;
}

/* Safari */
@-webkit-keyframes spin--loader-default {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin--loader-default {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@media (max-width: 720px) {
    * {
        cursor: default !important;
    }
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

#appDownloadFloatingPopup {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 120px;
    height: 40px;
    z-index: 98;
}

#appDownloadFloatingPopupImage {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
}

.is-block-overscroll {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.is-hide {
    display: none !important;
}

pre {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif, system-ui;
}

/* TROST Product Language */

.component_text-title-1 {
    font-size: 28px;
    line-height: 36px;
}

.component_text-title-2 {
    font-size: 24px;
    line-height: 32px;
}

.component_text-title-3 {
    font-size: 20px;
    line-height: 28px;
}

.component_text-title-4 {
    font-size: 18px;
    line-height: 26px;
}

.component_text-title-5 {
    font-size: 16px;
    line-height: 24px;
}

.component_text-body-1 {
    font-size: 16px;
    line-height: 24px;
}

.component_text-body-2 {
    font-size: 14px;
    line-height: 22px;
}

.component_text-body-3 {
    font-size: 12px;
    line-height: 20px;
}

.component_text-subtitle-1 {
    font-size: 16px;
    line-height: 20px;
}

.component_text-subtitle-2 {
    font-size: 14px;
    line-height: 22px;
}

.component_text-bold {
    font-weight: bold;
}

.no-padding {
    padding: 0 !important;
}

.is-fix-tab {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #ffffff !important;
    width: 100%;
}

.fixed-tab-fix {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #f6f6f6;
    width: 100%;
    padding: 16px 0;
}

.hide-toast {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    animation: hideToast 500ms;
    -webkit-animation: hideToast 500ms;
}

@-webkit-keyframes hideToast {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes hideToast {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

html, body {
    min-height: 100%;
}


.partner-profile__header {
    position: fixed;
    width: 100%;
    height: 48px;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9999;
    background-color: #ffffff;
}

.partner-profile__header-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
}

.partner-profile__header-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.partner-info__tab-contents,
.partner-center__tab-contents,
.partner-review__tab-contents {
    display: none;
}

.partner-info__tab-contents {
    margin-bottom: 104px;
}

.partner-center__tab-contents {
    margin-bottom: 112px;
}

.partner-center__tab-contents > h1 {
    margin-left: 24px;
    margin-top: 48px;
    margin-bottom: 16px;
    display: block;
    font-size: 18px;
    line-height: 27px;

}

.partner-list-box {
    position: relative;
    width: calc(100% - 48px);
    background-color: #ffffff;
    z-index: 1;
    margin: 24px 24px 0;
}

.partner-list-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.partner-item__level {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-left: 28px;
    position: relative;
}

.partner-item__level:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
    background-size: cover;
}

.partner-item__level.is-junior:before {
    background-image: url(https://assets.trost.co.kr/images/service/partner/badge-junior.png);
}

.partner-item__level.is-senior:before {
    background-image: url(https://assets.trost.co.kr/images/service/partner/badge-senior.png);
}

.partner-item__level.is-master:before {
    background-image: url(https://assets.trost.co.kr/images/service/partner/badge-master.png);
}

.partner-item__name {
    padding-top: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.partner-item__review-preview {
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.review-preview__star-icon {
    width: 17px;
    height: 17px;
    background-image: url(https://assets.trost.co.kr/images/service/partner/review_ico_star_small.png);
    background-position: -17px 0;
    background-size: cover;
}

.review-preview__star-point {
    padding: 0 4px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
}

.review-preview__review-count {
    font-size: 12px;
    line-height: 20px;
    color: #757575;
}

.partner-item__image-field {
    width: 80px;
    height: 80px;
    display: block;
    float: right;
}

.partner-item__image {
    width: 100%;
    height: 100%;
}

.partner-list-item__intro {
    padding-top: 8px;
}

.partner-item__keyword-list {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.partner-item__intro-message {
    padding: 8px 0;
    font-size: 14px;
    color: #757575;
}

.partner-item__sub-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.partner-item__sub-intro > div {
    font-size: 14px;
    color: #333333;
}

.partner-item__offline-center-location {
    padding-left: 17px;
    position: relative;
}

.partner-item__offline-center-location:before {
    content: '';
    position: absolute;
    height: 14px;
    border-left: 1px solid #606060;
    top: 4px;
    left: 8px;
}

.payment-type__icon {
    width: 24px;
    height: 24px;
    padding-right: 4px;
}

.partner-item__min-payment {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.partner-counseling-count {
    margin: 8px 0;
}

.partner-item__payment-type {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.partner-item__payment-type > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    max-width: 50%;
    width: calc((100% - 8px)*0.5);
    border: 1px solid #f2f2f2;
    border-radius: 8px;
}

.partner-item__payment-type > div > span {
    font-size: 14px;
    color: #333333;
}

.payment-type__arrow {
    width: 16px;
    padding-left: 4px;
}

.payment-type__offline {
    margin: 0 !important;
}

.partner-profile__item-tab {
    width: 100%;
    height: 56px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.partner-profile__item-tab > div {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #606060;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #e0e0e0;
}

.is-select-tab {
    font-weight: bold !important;
    color: #333333 !important;
    border-bottom: 0 !important;
}

.is-select-tab:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #333333;
}

.counselling-interview-video {
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.content-box a {
    display: inline-block;
}

.content-box-youtube {
    width: 100%;
    background: transparent;
}

.partner-profile__item-field {
    width: 100%;
    padding: 24px;
}

.partner-profile__item-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 16px;
}

.major-keyword__item {
    margin-bottom: 14px !important;
}

.partner-profile__major-keyword-text {
    font-size: 16px;
    color: #606060;
}

.partner-profile__intro-text {
    font-size: 14px;
    line-height: 24px;
    color: #606060;
}

.partner-profile__activity-history-contents {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.partner-profile__activity-history-contents > div {
    width: calc(100% / 3);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.activity-history__badge > img {
    width: 56px;
    height: 56px;
}

.activity-history__title {
    text-align: center;
}

.partner-profile__major-keyword-text > b {
    position: relative;
    color: #333333;
}

.is-marking-keyword {
    position: absolute;
    width: calc(100% + 4px);
    height: 8px;
    border-radius: 4px;
    background-color: #ffcd8d;
    bottom: 0;
    left: -2px;
    z-index: -1;
}

.partner-profile__counseling-history-certificate {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.certificate-title {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-left: 28px;
    position: relative;
}

.partner-profile__counseling-history-contents {
    margin-left: 28px;
}

.partner-profile__partner-history-contents {
    margin: 18px 0 0 28px;
}

.counseling-history__career {
    width: 100%;
    display: inline-block;
    padding-bottom: 4px;
    font-size: 14px;
    color: #333333;
    position: relative;
}

.counseling-history__career:before {
    content: '·';
    position: absolute;
    top: 3px;
    left: -20px;
    width: 4px;
    height: 14px;
    font-size: 12px;
}

.story-title {
    font-size: 16px;
    color: #333333;
    margin-bottom: 16px;
}

.story-text {
    font-size: 14px;
    line-height: 24px;
    color: #606060;
    margin-bottom: 24px;
    white-space: break-spaces;
}

.is-fold-text {
    width: 100%;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 24px;
    display: -webkit-box;
}

.is-fold-title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.is-fold-item {
    height: 179px !important;
    overflow: hidden;
    padding-bottom: 0 !important;
}

.partner-story-field__btn-field {
    width: calc(100% - 48px);
    height: 44px;
    margin: 24px auto;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.fold-btn {
    font-size: 14px;
    color: #333333;
    position: relative;
}

.fold-btn:after {
    content: '';
    position: absolute;
    right: -24px;
    top: 3px;
    width: 16px;
    height: 16px;
    background-size: cover;
}

.close-item:after {
    background-image: url(https://assets.trost.co.kr/images/service/partner/partner-search__down-btn.png);
}

.open-item:after {
    background-image: url(https://assets.trost.co.kr/images/service/partner/ic-up-btn.png);
}

.partner-profile__counseling-progress-field {
    position: relative;
}

.decoration-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    top: 0;
    left: 0;
    background-color: #f57c00;
    border-radius: 100%;
}

.dot1 {
    top: 12px;
}

.dot2 {
    top: 68px;
}

.dot3 {
    top: 124px;
}

.counseling-progress__info > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
}

.counseling-progress__info > div > img {
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

.progress-title {
    font-size: 14px;
    color: #333333;
}

.counseling-progress__info > div:nth-last-child(1) {
    margin: 0;
}

.partner-profile__counseling-progress-info-txt {
    font-size: 12px;
    line-height: 21px;
    color: #757575;
    margin-top: 16px;
}

.counseling-progress__info {
    padding-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.btn-top-arrow {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 24px;
    right: 24px;
    z-index: 99;
}

.ic-btn-top {
    width: 100%;
    height: 100%;
}

.offline-counseling__map-field {
    width: calc(100% + 48px);
    height: 200px;
    margin-left: -24px;
}

.offline-counseling__map {
    width: 100%;
}

.offline-center__info-field {
    padding: 17px 24px 24px;
}

.offline-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #333333;
}

.partner-center__counseling-progress-field {
    padding: 24px;
    width: 100%;
}

.offline-counseling__progress-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 17px;
}

.offline-counseling__progress-list-field {
    position: relative;
}

.offline-decoration-dot {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #f57c00;
    position: absolute;
    left: 0;
}

.center-dot1 {
    top: 11px;
}

.center-dot2 {
    top: 67px;
}

.center-dot3 {
    top: 123px;
}

.center-dot4 {
    top: 179px;
}

.offline-counseling__progress-list {
    margin-left: 24px;
}

.offline-counseling__progress-list > div {
    width: 100%;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.offline-process__icon {
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

.offline-process__text {
    font-size: 14px;
    line-height: 32px;
    color: #333333;
}

.offline-counseling__progress-info-field {
    font-size: 12px;
    line-height: 21px;
    color: #757575;
}

.partner-review__tab-contents {
    padding: 24px 0 30px;
    min-height: 440px;
    position: relative;
}

.is-empty-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.empty-review__icon {
    width: 40px;
    height: 40px;
}

.empty-review__text {
    margin-top: 16px;
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
}

.is-empty-review-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 48px 0;
}

.empty-review-type__icon {
    width: 40px;
    height: 40px;
}

.empty-review-type__text {
    margin-top: 16px;
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
    color: #333333;
}

.review-info-card__field {
    width: calc(100% - 32px);
    margin: 0 16px 24px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    display: inline-block;
}

.review-info-card__header {
    width: 160px;
    height: 76px;
    margin: 24px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.review-info-card__average-point {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
}


.star-score__ico {
    float: left;
    background: url('https://assets.trost.co.kr/images/service/partner/review_ico_star_small.png') no-repeat;
    background-position: 0 0;
}

.star-score__wrap-title .star-score__ico {
    width: 28px;
    height: 28px;
    margin-right: 4px;
    background-size: cover;
}

.star-score__wrap-title .is-all {
    background-position: -28px 0;
}

#canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.review-info__chart-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 26px 0 40px;
}

#chart-js-radar {
    width: 360px;
    position: relative;
}

#chart-js-radar:after {
    left: 113px;
    content: '';
    position: absolute;
    background-color: #8b787870;
    top: 13px;
    z-index: 9999999;
}

.chart-js-title-list > div {
    font-size: 12px;
    color: #757575;
}

.is-bold {
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.chart-js-title1 {
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.chart-js-title2 {
    position: absolute;
    top: 55px;
    left: 50%;
    text-align: center;
    margin-left: 90px;
}

.chart-js-title3 {
    position: absolute;
    top: 167px;
    left: 50%;
    margin-left: 45px;
}

.chart-js-title4 {
    position: absolute;
    top: 167px;
    left: 50%;
    margin-left: -115px;
}

.chart-js-title5 {
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -142px;
    text-align: center;
}

.review-counseling-type__field {
    width: 100%;
    height: 40px;
    margin-bottom: 16px;
}

.counseling-type__list {
    height: 20px;
    position: absolute;
    right: 44px;
}

.select-type {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #333333;
    position: relative;
}

.select-type:after{
    content: '';
    background-image: url(https://assets.trost.co.kr/images/service/partner/partner-search__down-btn.png);
    background-size: cover;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 1px;
    margin-left: 4px;
}

.type__list {
    width: 153px;
    height: 102px;
    margin-top: 11px;
    right: -20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    position: absolute;
    background-color: #ffffff;
}

.review-list-type {
    width: 100%;
    height: 34px;
    padding-right: 16px;
    font-size: 12px;
    line-height: 34px;
    text-align: right;
    color: #606060;
}

.review-list-type:active {
    background-color: #f7f7f7;
}

.review-item__list {
    width: 100%;
    padding: 0 24px;
}

.best-review-badge {
    width: 68px;
    height: 24px;
}

.best-review-icon {
    width: 100%;
    height: 100%;
}

.star-score__wrap-review-item {
    margin: 16px 0 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.star-score__wrap-review-item .star-score__ico {
    width: 19px;
    height: 19px;
    margin-right: 0;
    background-size: cover;
}

.star-score__wrap-review-item .is-all {
    background-position: -19px 0;
}

#reviewList-top .review-item {
    margin-bottom: 4px;
    padding: 0 24px;
}

.review-item__user-info {
    font-size: 12px;
    color: #757575;
    margin-bottom: 8px;
}

.review-item__review-txt {
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 12px;
}

.review-item-category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.review-item-category > * {
    font-size: 12px;
    color: #606060;
    margin-bottom: 8px;
}

.review-item-category__head {
    font-size: 14px;
}

.review-item__partner-comment {
    width: 100%;
    margin-top: 8px;
    padding: 20px;
    border-radius: 16px;
    background-color: #f7f7f7;
}

.partner-comment-title {
    margin-left: 24px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    position: relative;
}

.partner-comment-title:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -24px;
    width: 16px;
    height: 16px;
    background-image: url(https://assets.trost.co.kr/images/service/partner/ic-comment.png);
    background-size: cover;
}

.partner-comment-text {
    font-size: 14px;
    line-height: 24px;
    color: #606060;
}

.review-more__btn {
    width: calc(100% - 48px);
    height: 44px;
    margin-left: 24px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
}

.review-more__btn > span {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #333333;
    position: relative;
    line-height: 44px;
}

.review-more__btn > span:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(https://assets.trost.co.kr/images/service/partner/partner-search__down-btn.png);
    background-size: cover;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 8px;
}

.is-select-type {
    font-weight: bold;
    border-radius: 8px;
    color: #333333;
}

.realtime-info {
    width: 100%;
    padding: 24px 24px 112px;
}

.realtime-info .content-box__head {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 16px;
}

#realtimeCounselingNotice > div {
    font-size: 14px;
    line-height: 24px;
    color: #606060;
    margin-bottom: 8px;
}

/* #realtimeCounselingPaymentLinkWithVoicetime {
    margin: 24px 0 16px;
} */

.realtime-item {
    width: 100%;
    height: 162px;
    padding: 24px 20px 16px;
    border-radius: 16px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.realtime-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
}

.realtime-subtitle {
    font-size: 14px;
    color: #606060;
}

#realtimeCounselingPaymentWithVoicetime,
#realtimeCounselingPaymentWithTexttime {
    position: absolute;
    bottom: 16px;
    right: 20px;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sale-field {
    margin-right: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #d0011b;
    line-height: 27px;
}

.sale-percentage {
    margin-left: 8px;
    font-size: 16px;
}

.payment-price {
    font-size: 18px;
    font-weight: bold;
}

.origin-payment {
    position: absolute;
    right: 0;
    top: -20px;
    text-decoration: line-through;
    font-size: 12px;
    color: #9e9e9e;
}


#therapySpecialistMenu {
    background: #ebbcae;
    width: 100%;
    padding: 13px 0;
    font-size: 14px;
    font-weight: bold;
    color: black;
    vertical-align: middle;
    text-align: center;
    margin: 8px 0;
}

.therapy-specialist__banner {
    height: 18px;
    margin-bottom: 2px;
}

.therapy-specialist-banner__image {
    height: 26px;
    vertical-align: middle;
    margin: 0 auto 8px;
    display: block;
}

.therapy-specialist-banner__image-button {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-left: 4px;
    margin-bottom: 2px;
}

.is-fix-tab {
    position: fixed;
    top: 0;
    z-index: 999999;
    background-color: #ffffff;
}

.is-fix-tab.is-mobile {
    top: 48px !important;
}

span.ico-medal {
    position: absolute;
    left: -28px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
    background: url('https://assets.trost.co.kr/images/service/partner/ic-license.png') no-repeat center;
    background-size: 20px auto;
}

.is-hide {
    display: none !important;
}

.is-select-contents {
    display: block;
}

#appDownloadFloatingPopup {
    display: none !important;
}

.has-not-medal:before {
    content: '·';
    position: absolute;
    top: 3px;
    left: -20px;
    width: 4px;
    height: 14px;
    font-size: 12px;
    font-weight: normal;
}

.is-line-top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-top: 1px solid #f7f7f7;
    z-index: 99999;
}

.counseling-item {
    width: calc(100% - 32px);
    height: 226px;
    margin: 16px auto;
    padding: 16px 16px 8px;
    border-radius: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.0664);
            box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.0664);
    position: relative;
}

.counseling-item__guide {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #d0021b;
    margin-bottom: 4px;
}

.counseling-item__title {
    font-size: 24px;
    line-height: 27px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
}

.counseling-item__subtitle-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.counseling-item__subtitle-field--one-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.counseling-item__icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.counseling-item__subtitle {
    font-size: 14px;
    line-height: 16px;
    margin-top: 2px;
    color: #757575;
}

.counseling-item__content-guide {
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    margin: 10px 0 32px;
}

.sales-percentage {
    font-size: 20px;
    line-height: 23px;
    position: absolute;
    top: 0;
    left: -50px;
    color: #d0021b;
    font-weight: bold;
}

.counseling-item__original-price {
    position: absolute;
    right: 16px;
    margin-top: -18px;
    letter-spacing: 0.2px;
    font-size: 12px;
    line-height: 14px;
    color: #757575;
    text-decoration: line-through;
}

.counseling-item__discount-price {
    font-size: 20px;
    line-height: 23px;
    color: #333333;
    font-weight: bold;
    position: absolute;
    right: 16px;
    bottom: 32px;
}

.counseling-payment__one-time {
    font-size: 11px;
    line-height: 16px;
    color: #9e9e9e;
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.one-time-counseling__field {
    height: 174px !important;
}

.one-time-counseling__field .counseling-item__content-guide {
    margin-bottom: 16px !important;
}

.one-time-counseling__field .sales-percentage {
    display: none !important;
}

.unClient-payment-button {
    margin-bottom: 88px;
}

.add-bottom-line {
    -webkit-box-shadow: 0 0 0 1px #f7f7f7;
            box-shadow: 0 0 0 1px #f7f7f7;
}

#reviewList-top {
    margin-top: 24px;
}

#reviewList-top.is-null-top-review {
    margin-top: 16px !important;
}

.partner-profile__story-field {
    padding-bottom: 0 !important;
}

.review-item {
    margin-bottom: 24px;
}

.empty-review-item__list {
    margin-bottom: 16px;
}

.is-empty-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/**/
.snsDiv {
    padding: 8px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 108px;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.snsDiv .snsBtn {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    cursor: pointer !important;
}

.snsDiv .snsBtn:last-of-type {
    margin-right: 0;
}

.snsDiv .snsBtn:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 10px auto;
    background: url(https://assets.trost.co.kr/images/service/tests/btn_share.png) no-repeat;
    background-size: auto 40px;
}

.snsDiv .sns-facebook:before {
    background-position-x: -40px;
}

.snsDiv .sns-twitter:before {
    background-position-x: -80px;
}

.snsDiv .sns-link:before {
    background-position-x: -120px;
}

.sns-text {
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.sns-text:before {
    content: '';
    position: absolute;
    width: 80px;
    border-top: 1px solid #333333;
    margin-left: -90px;
    top: 50%;
}

.sns-text:after {
    content: '';
    position: absolute;
    width: 80px;
    border-top: 1px solid #333333;
    margin-right: -90px;
    top: 50%;
}

.partner-solution__tab-contents {
    padding: 26px 16px;
}

.partner-solution__tab-contents > h1 {
    color: #333;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 24px;
}

.partner-profile-container {
    opacity: 0;
}

@media (max-width: 320px) {
    .counseling-item__title {
        font-size: 22px;
    }
}


/*# sourceMappingURL=../../../sourcemaps/mobile/partner/profile/profile.css.map*/