@charset "utf-8";

html,
body {
    height: 100%;
    width: 100%;
}

.view__header {
    height: 0;
}

.view__center {
    position: relative;
    float: right;
    width: calc(100% - 360px);
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.view__map {
    width: 100%;
    height: 100%;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.view__search--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #e0e0e0
}

.view__search--locate {
    float: left;
    width: 50%;

    background: #fff url(3a7725bfc7acf5dbdbe4.png) no-repeat 17px center;
    background-size: 22px 22px;

    padding-left: 48px;

    outline: none;

    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #333;
    border-left: 1px solid #e0e0e0;
    padding-right: 10px;
}

.view__search--keyword {
    float: left;
    width: 50%;

    background: #fff url(99faf884cd940dc81bbf.png) no-repeat 17px center;
    background-size: 22px 22px;

    padding-left: 48px;

    outline: none;

    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;

    border-left: 1px solid #e0e0e0;

    -o-text-overflow: ellipsis;

       text-overflow: ellipsis;

    cursor: pointer;
    padding-right: 10px;
}

.view__input--autocomplete {
    width: 50%;
    position: absolute;
    float: left;
    background: #fff;
    z-index: 101;
    -webkit-box-shadow: 3px 3px 5px grey;
            box-shadow: 3px 3px 5px grey;
}

.view__input--autocomplete-main-result {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding-left: 44px;

    background: #fff url(eb389d57ba0b602ecce0.png) no-repeat 16px center;
    background-size: 20px 20px;

    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

.view__input--autocomplete-detail-result {
    padding: 0;
    margin: 0;

    list-style-type: none;
}

.view__input--autocomplete-detail-result div {
    line-height: 36px;
    list-style-type: none;

    font-size: 14px;

    padding: 0 0 0 16px;
    margin: 0;

    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

.view__sidebar--right {
    width: 360px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.list__center {
}

.list__center > li {
    position: relative;
}

.list__item {
    background-color: white;
    padding: 0;
    margin: 0;
    height: 128px;
    border-bottom: 1px solid #e0e0e0;
}

.list__item--code-wrapper {
    float: left;
    height: 112px;
    line-height: 112px;
    text-align: center;
}

.list__item--code {
    margin: 16px;
    padding: 0;
    width: 23px;
    height: 32px;
    vertical-align: middle;
}

.list__item--bookmark-wrapper {
    float: right;
    height: 112px;
    line-height: 112px;
    text-align: center;
}

.list__item--bookmark {
    padding: 16px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    cursor: pointer;
}

.list__item--center-wrapper {
    width: calc(100% - 105px);
    position: absolute;
    left: 55px;
    top: 32px;

    cursor: pointer;
}

.list__item--title {
    display: inline-block;
    width: 100%;
    height: 24px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;

    overflow: hidden;
    color: #333;
}

.list__item--location-wrapper {
    overflow: hidden;
    width: 100%;
}

.list__item--distance {
    float: left;
    height: 24px;
    margin-right: 8px;
    font-size: 14px;
    line-height: 1.71;
    color: #333;
}

.list__item--address {
    float: left;
    height: 24px;
    font-size: 14px;
    line-height: 1.71;
    color: #333;
}

.list__pagination--wrapper {
    width: 100%;
    position: relative;
    padding-top: 24px;
    margin-bottom: 62px;
    text-align: center;
}

.list__pagination {
    display: inline-block;
}

.list__pagination--lt, .list__pagination--gt {
    float: left;
    width: 28px;
    height: 28px;
    border: 1px solid #e0e0e0;
    background-size: auto 28px;
    background-color: transparent;
    text-indent: -9999px;
}

.list__pagination--lt {
    margin-right: 8px;
    background-image: url("https://assets.trost.co.kr/images/service/medicine/btn_left.png");
    background-position: -1px center;
}

.list__pagination--gt {
    margin-left: 8px;
    background-image: url("https://assets.trost.co.kr/images/service/medicine/btn_right.png");
    background-position: -29px center;
}

.list__pagination--lt a, .list__pagination--gt a {
    width: 100%;
    height: 100%;
}

.list__pagination--num {
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
}

.list__pagination--num a {
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
}

/*.list__pagination--active {*/
/*  background-color: #e0e0e0;*/
/*}*/

.list__pagination--active a {
    color: #FF5A2E;
}

.list__pagination--deactive a:hover:not(.active) {
    background-color: #e0e0e0;
}

.list__scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    height: calc(100% - 45px);
    margin-top: 45px;
}

.offline-center__search-list__field {
    z-index: 1;
    width: 360px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
}

.center-list__title-text {
    line-height: 20px;
    font-size: 14px;
    color: #333333;
}

.offline-center__search-list__title-num {

}

.marker__infoWindow {
    display: block;
    width: 376px;
    height: 228px;
    background: url(4f8b306ef9143d54f25e.png) center top no-repeat;
    background-size: 376px auto;
}

.marker__infoWindow--wrapper {
    position: absolute;
    top: 24px;
    left: 24px;

    display: block;
    width: 352px;
    height: 196px;

    margin: 0 auto;
}

.marker__infoWindow--title-wrapper {
    display: block;
    width: 100%;
    min-height: 32px;
}

.marker__infoWindow--title {
    display: block;
    width: 80%;
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #333;
    word-break: keep-all;
}

.marker__infoWindow--heart-button {
    display: block;
    position: absolute;
    top: 0;
    right: 24px;

    width: 32px;
    height: 32px;
    cursor: pointer;
}

.marker__infoWindow--address {
    display: inline-block;
    width: 100%;
    height: 24px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #333;
}

.marker__infoWindow--tel {
    display: inline-block;
    width: 100%;
    height: 24px;
    margin-top: 2px;

    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #333;
}

.marker__infoWindow--button {
    z-index: 9999;
    position: absolute;
    right: 24px;
    bottom: 36px;

    background-color: #fff;
    width: 104px;
    height: 32px;
    font-size: 14px;
    border: solid 1px #e0e0e0;
}

.popup-search-keyword__content {
    z-index: 1;
    width: 800px;
    height: 696px;
    padding: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: #fff;

}

.popup-search-keyword__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.popup__search--keyword {
    z-index: 1000;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
}

.popup_close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    background: url(a103c170d223a00e927f.png) no-repeat;
    background-size: 24px auto;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    cursor: pointer;
    text-indent: -9999px;
}

.popup_close:hover {
    background: url(b61cb895507fbde463b5.png) no-repeat;
    background-size: 24px 24px;
}

.popup__title {
    margin: 26px 0 22px 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.21;
    color: #333;
}

.popup__contents > li:first-child .popup__template--title:before {
    content: '';
    position: absolute;
    left: 0;
    top: -16px;
    width: 16px;
    height: 16px;
    background: url(64207a9108af55ba6b6e.png) no-repeat;
    background-size: 16px auto;
}

.popup__contents > li {
    border-bottom: 1px dashed #bdbdbd
}

.popup__contents > li:last-child {
    border-bottom: 0
}

.popup-search-keyword__btn-submit {
    display: block;
    width: 200px;
    height: 48px;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    background: #FF5A2E;
    color: #fff
}

.popup__template--type-list {
    width: 100%;
}

.popup__template--contents {
    display: inline-block;
    position: relative;
    width: 100%;

    padding: 24px 0 24px 111px;

    vertical-align: middle;
}

.popup__template--title {
    position: absolute;
    left: 0;
    top: 32px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #333333;
}

.popup__template--list {
    overflow: hidden;
}

.popup__contents > li:first-child .popup__template--list {
    padding: 4px 0
}

li[class^="shape__template--"] {
    cursor: pointer;
}

.shape__template--round-rect {
    float: left;
    height: 32px;
    padding: 4px 16px;
    margin-right: 8px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.7;
    border: 1px solid #FF5A2E;
    color: #FF5A2E;
    border-radius: 20px;

}

.shape__template--round-rect-active {
    background: #FF5A2E;
    color: #fff;
    font-weight: bold;
}

.shape__template--mid-circle {
    float: left;
    width: 72px;
    height: 72px;
    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;
    text-align: center;
    margin-right: 24px;
    padding: 8px;
    border-radius: 50%;
    border: 3px solid #bdbdbd;
    color: #bdbdbd;
    font-size: 16px;
    line-height: 1.25;
    word-break: keep-all;
    font-weight: bold;
}

.shape__template--mid-circle:last-child {
    margin-right: 0
}

.shape__template--mid-circle-active {
    border-color: #FF5A2E;
    color: #FF5A2E;
}

.shape__template--checker {
    float: left;
    width: 160px;
    background: url(79a03df50fb79decc28f.png) no-repeat left center;
    background-size: 24px 24px;
    padding: 8px 0 8px 32px;
    font-size: 14px;
    white-space: nowrap;
    line-height: 1.7;
    color: #bdbdbd;
    font-weight: bold;
}

.shape__template--checker-active {
    background: url(a22eafd5cfe84e103832.png) no-repeat left center;
    background-size: 24px 24px;
    color: #FF5A2E
}

.main-map-frame {
    display: block;
    height: calc(100% - 209px);
}

.main-map-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 209px;
    bottom: 0

}

.empty-list-child {
    margin: 120px auto 0 auto;
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
    color: #bdbdbd;
}

.empty-list-child:before {
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto 8px auto;
    background: url(98458b9549a95a2ee8ae.png) no-repeat center;
    background-size: 32px auto;
}

.my-location-button {
    width: 30px;
    height: 30px;
    border: 1px solid #e0e0e0;
    position: absolute;
    bottom: 228px;
    right: 10px;
    background-color: #ffffff;
    z-index: 1;
    padding: 5px 4px 4px 4px;
    border: 1px solid #333333;
    cursor: pointer;
}

.my-location-button__image {
    width: 20px;
    height: 20px;
    background-image: url(https://assets.trost.co.kr/images/service/mobile/offline/map_util.png);
    background-size: cover;
}

.offline-center-list-box {
    width: 100%;
    min-height: 128px;
    padding: 16px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #E0E0E0;
    font-size: 14px;
    cursor: pointer;
}

.offline-center-list-box:hover {
    background: #f7f7f7;
}

.offline-center-box__icon {
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: transparent;
    top: 17px;
}

.offline-center-box-field {
    margin-left: 36px;
}

.offline-center-box__title-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
}

.offline-center-box__distance {
    margin-top: 4px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.offline-center-box__type {
    /*font-size: 14px;*/
    /*line-height: 16px;*/
    margin-top: 4px;
    color: #757575;
}

.offline-center-box__data {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    margin-top: 4px;
}

.offline-center-box__telephone-number {
    /*font-size: 14px;*/
    line-height: 16px;
    margin-top: 4px;
    color: #333333;
}

.partner-list-box {
    width: 100%;
    min-height: 128px;
    padding: 16px 0;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

.partner-list-box:hover {
    background: #f7f7f7;
}

.partner-box__image {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 16px;
    background-size: cover;
}

.partner-box-text-data {
    margin-left: 140px;
}

.list-box__partner-name {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 4px;
}

.list-box__partner-level_1 {
    color: #91897F;
}

.list-box__partner-level_2 {
    color: #f5ba08;
}

.list-box__partner-level_3 {
    color: #ef8b24;
}

.list-box__partner-type {
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    margin-bottom: 4px;
}

.star-score__wrap--middle,
.star-score__wrap--middle ol,
.star-score__wrap--middle div {
    display: inline-block;
}

.star-score__wrap--middle ol {
    margin-bottom: -1px;
}

.star-score__wrap--middle div {
    color: #757575;
    font-size: 14px;
    line-height: 20px;
}

.list-box__partner-intro {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    margin-bottom: 4px;
}

.list-box__price-info {
    margin-left: 52px;
}

.list-box__price-info:before {
    content: "쿠폰적용";
    position: absolute;
    width: 36px;
    height: 11px;
    padding: 3px 4px;
    line-height: 11px;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    background-color: #d0021b;
    border-radius: 3px;
    text-decoration: none;
    left: 0;
    white-space: nowrap;
    margin-top: 4px;
}

.list-box__normal-price,
.list-box__reduced-price {
    display: inline-block;
}

.list-box__normal-price {
    font-size: 14px;
    color: #9e9e9e;
    text-decoration: line-through;
    vertical-align: middle;
    margin: 0 4px 0 2px;
}

.list-box__reduced-price {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}

.offline-center__detail-field {
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    position: fixed;
    top: 209px;
    left: 360px;
    width: 400px;
    height: calc(100% - 209px);
    background-color: #ffffff;
    z-index: 1;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    border-left: 1px solid #e0e0e0;
}

.view__center {
    z-index: 1;
}

.offline-detail-close__button {
    width: 40px;
    height: 40px;
    padding: 11.3px 10.8px;
    position: fixed;
    top: 72px;
    left: 760px;
    background-color: #f2f2f2;
    cursor: pointer;
}

.offline-detail-close__image {
    width: 18px;
    height: 18px;
    background-image: url("https://assets.trost.co.kr/images/service/mobile/offline/pc-offline-icon-20.png");
    background-size: cover;
    background-position: 55% 0;
}

.offline-center-detail__title {
    margin-top: 24px;
    margin-left: 24px;
    width: calc(100% - 145px);
}

.offline-center-detail__title-text {
    color: #333333;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}

.offline-center-detail__title-type {
    margin-top: 8px;
    color: #757570;
    font-size: 14px;
    line-height: 16px;
}

.offline-center-detail__field-menu {
    /*display: flex;*/
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    height: 48px;
    margin: 24px 0;
}

#offline-center-detail__information-field,
#offline-center-detail__review-field {
    margin: 0;
    padding: 0;
}

.offline-center-detail__field-menu div {
    width: 50%;
    border-bottom: 2px solid #e0e0e0;
    color: #bdbdbd;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    font-weight: bold;
}

.offline-center-detail__field-menu div.clicked {
    border-bottom: 2px solid #F57C00;
    color: #f56c00;
    font-weight: bold;
}

.offline-center-detail-data {
    padding-right: 16px;
}

.offline-center-detail-data__address,
.offline-center-detail-data__number,
.offline-center-detail-data__url,
.offline-center-detail-data__time {
    margin: 0 0 16px 60px;
    font-size: 16px;
    line-height: 24px;
}

.offline-center-detail-data__partners {
    margin: 0 0 16px 16px;
    font-size: 14px;
}

.detail-data__address-old {
    font-size: 14px;
    line-height: 22px;
    color: #757575;
    word-break: break-all;
}

.detail-data__url {
    color: #2a74f6;
    word-break: break-all;
}

.detail-data__url a {
    text-decoration: none;
    color: #2a74f6;
}

.detail-icon {
    position: absolute;
    height: 20px;
    margin-top: 1px;
}

.detail-address-icon {
    clip: rect(0px, 20px, 20px, 0px);
    left: 24px;
}

.detail-number-icon {
    clip: rect(0px, 60px, 20px, 40px);
    left: -15px;
    /*clip: rect(0px,32px,16px,16px);*/
    /*left: 0;*/
}

.detail-url-icon {
    clip: rect(0px, 80px, 20px, 60px);
    left: -35px;
}

.detail-time-icon {
    clip: rect(0px, 100px, 20px, 80px);
    left: -55px;
}

.detail-partners-icon {
    clip: rect(0px, 120px, 20px, 100px);
    left: -75px;
}

.offline-center-detail__util-field {
    width: 82px;
    height: 42px;
    position: absolute;
    top: 24px;
    right: 23px;
    border: 1px solid #FF5A2E;
    border-radius: 4px;
    background-color: #ffffff;
    cursor: pointer;
}

.detail-util__map-image {
    width: 13px;
    height: 16px;
    background-image: url("https://assets.trost.co.kr/images/service/mobile/offline/pc-offline-detail-util.png");
    background-size: cover;
    background-position: 14px 0;
    margin: 12px 9px 12px 13px;
    position: absolute;
}

.detail-util__map-text {
    display: inline-block;
    font-size: 14px;
    /*line-height: 22px;*/
    color: #FF5A2E;
    float: right;
    margin: 12px;
}

.line-frame {
    width: 100%;
    margin: 24px auto;
    /*display: none;*/
}

.border-line {
    border-top: 1px solid #e0e0e0;
    margin-left: 24px;
    margin-right: 24px;
}

.detail-data__address-new.detail-data__text {
    margin-bottom: 6px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.partner-image-field {
    padding: 0 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.detail-partners {
    margin-left: 28px;
    margin-right: 0;
    text-align: center;
}

.partner-image {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    /*background-color: #9e9e9e;*/
    background-size: 100% 100%;
}

.partner-name {
    /*margin-left: 16px;*/
    margin-top: 8px;
    font-size: 16px;
    color: #333333;
    /*line-height: 22px;*/
}

.partner-level {
    font-size: 14px;
    color: #ef8b24;
    font-weight: bold;
}

.partner-level_1 {
    font-size: 14px;
    color: #91897F;
    font-weight: bold;
    margin-top: 4px;
}

.partner-level_2 {
    font-size: 14px;
    color: #f5ba08;
    font-weight: bold;
    margin-top: 4px;
}

.partner-level_3 {
    font-size: 14px;
    color: #ef8b24;
    font-weight: bold;
    margin-top: 4px;
}

.detail-banner {
    width: 100%;
    height: 100px;
    background-size: 100% 100%;
    margin: 24px 0;
    cursor: pointer;
}

.therapy-info {
    margin: 0 24px;
}

.therapy-info__bold-text {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.therapy-info__gray-text {
    color: #9e9e9e;
}

.therapy-info__gray-text__click {
    display: inline-block;
    float: right;
    margin-bottom: 24px;
    font-size: 12px;
    cursor: pointer;
}


/**/

.offline-center-review__chart-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    /*height: 221px;*/
    /*margin-bottom: 40px;*/
    /*position: relative;*/
    /*top: 28px;*/
}

.offline-center-review__chart-star-field {
    width: 30%;
    /*width: 100px;*/
    /*height: 70px;*/
    display: inline-block;
    position: relative;
    /*margin-left: 73px;*/
    /*top: -50%;*/
    /*transform: translateY(50%);*/
}

.offline-center-review__chart-star-score {
    font-size: 38px;
    line-height: 46px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
}

.offline-center-review__start-icon.star-score__wrap--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.star-score__ico {
    float: left;
    background: url('https://assets.trost.co.kr/images/service/partner/review_ico_star_small.png') no-repeat 0 0;
}

.star-score__wrap--tiny {
    height: 18px;
    display: inline-block;
}

.star-score__wrap--tiny ol {
    margin-top: 7px;
    height: 100%;
    width: 100%;
}

.star-score__wrap--tiny .star-score__ico {
    width: 12px;
    height: 12px;
    margin-right: 2px;
    background-size: auto 12px;
}

.star-score__wrap--small .star-score__ico {
    width: 16px;
    height: 16px;
    margin-right: 1px;
    background-size: auto 16px;
}

.star-score__wrap--middle {
    height: 20px;
    display: inline-block;
}

.star-score__wrap--middle .star-score__ico {
    width: 20px;
    height: 20px;
    background-size: auto 20px;
}

.star-score__wrap--large .star-score__ico {
    width: 34px;
    height: 31px;
    margin-right: 2px;
    background-size: auto 34px;
}

.star-score__ico:last-child {
    margin-right: 0;
}

.star-score__wrap--tiny .is-all {
    background-position: -12px 0
}

.star-score__wrap--tiny .is-half {
    background-position: -24px 0
}

.star-score__wrap--small .is-all {
    background-position: -16px 0
}

.star-score__wrap--small .is-half {
    background-position: -32px 0
}

.star-score__wrap--middle .is-all {
    background-position: -20px 0
}

.star-score__wrap--middle .is-half {
    background-position: -40px 0
}

.star-score__wrap--large .is-all {
    background-position: -32px 0
}

.star-score__wrap--large .is-half {
    background-position: -64px 0
}

.offline-center-review__chart-graph-field {
    width: 70%;
    /*width: 210px;*/
    /*height: 174px;*/
    /*margin-left: 140px;*/
    display: inline-grid;
    grid-template-columns: 42px 42px 42px 42px 42px;
    grid-template-rows: 174px;
}

.offline-center-review__graph-column {
    position: relative;
}

.offline-center-review__graph-column.is-max > .graph-column__background > .graph-column__data {
    background-color: #ffc107;
    height: 100%;
}

.is-max:before {
    content: attr(data-count);
    width: 41px;
    height: 22px;
    background-color: #ffc107;
    position: absolute;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
}

.is-max:after {
    content: '';
    position: absolute;
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 4px 3px 0;
    border-style: solid;
    border-color: #ffc107 transparent;
    display: block;
}

.graph-column__background {
    width: 12px;
    height: 120px;
    background-color: #f2f2f2;
    border-radius: 6px;
    margin: 30px 15px 8px;
    position: relative;
}

.graph-column__data {
    position: absolute;
    width: 12px;
    background-color: #e0e0e0;
    z-index: 9;
    bottom: 0;
    border-radius: 6px;
}

.graph-column__title {
    position: absolute;
    margin-left: 12px;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
}

.is-max > .graph-column__title {
    font-weight: bold;
}

.offline-center-detail__review-submit {
    display: block;
    width: 352px;
    height: 40px;
    margin: 0 auto 24px;
    border-radius: 4px;
    border: 1px solid #FF5A2E;
    background-color: #ffffff;
    font-size: 14px;
    color: #FF5A2E;
}

.offline-center-detail__review-total-review {
    width: 100%;
    padding: 0 24px;
}

.offline-center-detail__review-total-review table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

.offline-center-detail__review-total-review table .title {
    width: 110px;
    font-size: 14px;
    margin-bottom: 8px;
}

.offline-center-detail__review-total-review table .content {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

#offline-center-detail__review-field .line-frame {
    display: block;
    margin: 24px auto 17px;
}

#offline-center-detail__review-field .line-frame:last-child {
    margin-bottom: 120px;
}

.offline-center-detail__review-review-box {
    padding: 0 24px;
    margin-top: 18px;
}

.review-box__writer {
    position: absolute;
    right: 24px;
    color: #757575;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
}

.review-box__total-point {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin: 17px 0 0 0;
}

.review-box__total-info {
    font-size: 14px;
    color: #757575;
    line-height: 24px;
    margin: 8px auto 18px;
}

.review-box__merit-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.review-box__merit-title {
    font-size: 16px;
    font-weight: bold;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}

.review-box__merit-content {
    font-size: 14px;
    line-height: 24px;
    margin: 16px auto 25px;
}

.review-box__demerit-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.review-box__demerit-title {
    font-size: 16px;
    font-weight: bold;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}

.review-box__demerit-content {
    font-size: 14px;
    line-height: 24px;
    margin: 16px auto 25px;
}

.review-box__etc-title {
    font-size: 16px;
    font-weight: bold;
}

.review-box__etc-content {
    font-size: 14px;
    line-height: 24px;
    margin: 16px auto 0;
}

.review-box__recommend-btn {
    text-align: right;
}

.review-box__recommend-btn button {
    margin: 16px 0 24px 0;
    font-size: 14px;
    width: 151px;
    height: 38px;
    border-radius: 20px;
    border: solid 1px #FF5A2E;
    color: #F57C00;
}

/**/

.offline-center-review-write__popup {
    width: 607px;
    height: calc(100% - 130px);
    max-height: 953px;
    background-color: #ffffff;
    -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.write-popup__main {
    padding: 0 40px;
    overflow-y: auto;
    height: calc(100% - 98px);
}

.offline-center-review-write__popup-field {
    display: none;
}

.is-show {
    display: block;
}

.write-popup__header {
    width: 100%;
    height: 80px;
    margin-bottom: 16px;
}

.write-popup__header > div {
    position: absolute;
}

.write-popup__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 40px;
}

.write-popup__exit-btn {
    width: 32px;
    height: 32px;
    top: 24px;
    right: 24px;
}

.write-popup__exit-icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

/*.write-popup__offline-center-data {*/
/*    width: 720px;*/
/*    height: 72px;*/
/*    margin: 0 auto;*/
/*    position: relative;*/
/*}*/

/*.write-popup__offline-center-data > div {*/
/*    display: inline-block;*/
/*}*/

.offline-center-data__text-field {
    text-align: center;
}

.offline-center-data__company {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.offline-center-data__name {
    margin-top: 14px;
    font-size: 14px;
    color: #757575;
}

.write-popup__write-field input::-webkit-input-placeholder, .write-popup__write-field textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #9e9e9e;
}

.write-popup__write-field input::-moz-placeholder, .write-popup__write-field textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #9e9e9e;
}

.write-popup__write-field input:-ms-input-placeholder, .write-popup__write-field textarea:-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #9e9e9e;
}

.write-popup__write-field input::-ms-input-placeholder, .write-popup__write-field textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #9e9e9e;
}

.write-popup__write-field input::placeholder,
.write-popup__write-field textarea::placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #9e9e9e;
}

.write-review-star__field {
    width: 100%;
    /*height: 68px;*/
    /*margin-bottom: 26px;*/
    position: relative;
}

.write-review__title-offline,
.write-review__title-counseling {
    margin-top: 24px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #333333;
}

.write-review-star {
    width: 200px;
    position: absolute;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.write-review-star__click-field-offline,
.write-review-star__click-field-counseling {
    width: 178px;
    height: 31px;
    position: absolute;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.write-review-star__click-field-offline > div,
.write-review-star__click-field-counseling > div {
    width: 32px;
    height: 100%;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-right: 2px;
}

.write-review-star__click-field-offline > div:nth-last-child(1),
.write-review-star__click-field-counseling > div:nth-last-child(1) {
    margin-right: 0;
}

.write-review__star-guide-offline,
.write-review__star-guide-counseling {
    margin-top: 73px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #9E9E9E;
}

.write-review__unClient-login {
    margin: 18px 0 8px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: underline;
    color: #2a74f6;
    cursor: pointer;
}

.write-review__input-field > div {
    margin: 24px auto 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

.write-review__input-field input {
    background-color: transparent;
}

.write-review__text {
    display: inline-block;
    min-width: 105px;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    white-space: nowrap;
}

.write-name__input,
.write-number-input,
.write-symptoms__input {
    display: inline-block;
}

.write-comment-long {
    display: inline-block !important;
    position: relative;
}

.write-comment-long-input {
    height: 130px;
    margin-top: 16px;
    padding: 10px 16px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
}

.write-comment-long span {
    position: absolute;
    vertical-align: middle;
    right: 0;
    font-size: 12px;
    color: #9e9e9e;
}

.write-comment-long textarea {
    width: 100%;
    height: 100%;
    border: 0;
    resize: none;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
}

.write-name__input {
    width: 626px;
    height: 40px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
}

.write-name__input > input {
    width: 100%;
    height: 100%;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
}

.write-number-input {
    width: 50px;
    height: 40px;
    border: 1px solid #e0e0e0;
    margin: 0 8px 0 0;
}

.write-number-input > input {
    width: 100%;
    height: 100%;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
}

.write-text {
    margin-right: 16px;
}

.write-text {
    margin-right: 16px;
}

.center-moods-keyword-list__row,
.partner-gender-keyword-list__row,
.client-age-keyword-list__row,
.client-gender-keyword-list__row,
.keywords-category-keyword-list__row,
.keywords-keyword-list__row {
    width: 100%;
}

.keywords-category-keyword-list__row {
    margin-top: 16px;
}

.keywords-keyword-list__row {
    margin-top: -8px;
}

.center-moods-keyword-list__row .keyword-el:hover:not(.is-null-keyword),
.partner-gender-keyword-list__row .keyword-el:hover:not(.is-null-keyword),
.client-age-keyword-list__row .keyword-el:hover:not(.is-null-keyword),
.client-gender-keyword-list__row .keyword-el:hover:not(.is-null-keyword),
.keywords-category-keyword-list__row .keyword-el:hover:not(.is-null-keyword),
.keywords-keyword-list__row .keyword-el:hover:not(.is-null-keyword) {
    border: 1px solid #FF5A2E;
    color: #FF5A2E;
}

.center-moods-keyword-list__row td {
    width: 25%;
    border: 1px inset #E0E0E0;
}

.partner-gender-keyword-list__row td {
    width: 50%;
    border: 1px inset #E0E0E0;
}

.client-age-keyword-list__row td {
    width: 25%;
    border: 1px inset #E0E0E0;
}

.client-gender-keyword-list__row td {
    width: 33%;
    border: 1px inset #E0E0E0;
}

.keywords-category-keyword-list__row td {
    width: 50%;
    border: 1px inset #E0E0E0;
}

.keywords-keyword-list__row td {
    width: 20%;
    border: 1px inset #E0E0E0;
}

.write-review__finish-btn {
    width: 360px;
    height: 48px;
    background-color: #e0e0e0;
    border-radius: 5px;
    margin: 24px auto 40px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #bdbdbd;
    cursor: pointer;
}

.is-active-btn {
    background-color: #FF5A2E;
    color: #ffffff;
}

.hide-line {
    display: none !important;
}

.is-active__detail-category {
    background-color: #f5f6fa !important;
    color: #333333 !important;
}

.finish-offline-center-review__client-popup-field {
    display: none;
}

.finish-offline-center-review__unClient-popup-field {
    display: none;
}

.finish-offline-center-review__client-popup,
.finish-offline-center-review__unClient-popup {
    width: 448px;
    height: 168px;
    border: solid 1px #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    text-align: center;
    padding: 30px 0;
}

.finish-offline-center-review__unClient-popup > span,
.finish-offline-center-review__client-popup > span {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #757575;
}

.finish-offline-center-review__client-popup > button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px;
    height: 40px;
    background-color: #FF5A2E;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
}

.finish-offline-center-review__unClient-popup > .js-popup-bg-close {
    width: 100px;
    height: 40px;
    position: absolute;
    left: 119px;
    bottom: 30px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    line-height: 40px;
    color: #757575;
    cursor: pointer;
}

.offline-center-review__login {
    width: 100px;
    height: 40px;
    right: 119px;
    bottom: 30px;
    position: absolute;
    background-color: #FF5A2E;
    border-radius: 4px;
    color: #ffffff;
    line-height: 40px;
    cursor: pointer;
}

/**/

.search-offline-center-field {
    z-index: 1;
    position: fixed;
    right: 24px;
    top: 84px;
    width: 352px;
    height: 150px;
}

.search-offline-center__with-area {
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 4px;
}

.search-offline-center__with-area-image {
    width: 24px;
    height: 24px;
    background-image: url("https://assets.trost.co.kr/images/service/mobile/offline/pc-offline-icon-24.png");
    background-size: cover;
    background-position: 0 0;
    position: absolute;
    top: 10px;
    left: 8px;
}

.search-offline-center__with-area-input {
    width: calc(100% - 44px);
    height: 22px;
    line-height: 45px;
    margin-left: 36px;
}

.search-offline-center__with-area-input-box {
    width: 100%;
    font-size: 14px;
    color: #333;
}

.search-offline-center__with-area-input-box::-webkit-input-placeholder {
    color: #9e9e9e;
}

.search-offline-center__with-area-input-box::-moz-placeholder {
    color: #9e9e9e;
}

.search-offline-center__with-area-input-box:-ms-input-placeholder {
    color: #9e9e9e;
}

.search-offline-center__with-area-input-box::-ms-input-placeholder {
    color: #9e9e9e;
}

.search-offline-center__with-area-input-box::placeholder {
    color: #9e9e9e;
}

.search-offline-center__with-area-result-list {
    width: 352px;
    background-color: #ffffff;
    border: 1px solid #FF5A2E;
    margin-left: -37px;
    margin-top: -1px;
    position: absolute;
    display: none;
    z-index: 1;
}

.search-offline-center__with-area-result-list > div:hover:not(.not-found__similar-data) {
    background-color: #f7f7f7;
    cursor: pointer;
}

.not-found__similar-data {
    display: none;
    width: 100%;
    height: 184px;
}

.similar-metro {
    display: none;
    width: 100%;
    height: 46px;
    position: relative;
}

.metro-image {
    width: 16px;
    height: 16px;
    background-image: url("https://assets.trost.co.kr/images/service/mobile/offline/detail_icon.png");
    background-size: cover;
    background-position: -16px 0;
    position: absolute;
    top: 15px;
    left: 15px;
}

.metro-name {
    line-height: 46px;
    padding-left: 39px;
}

.similar-address {
    display: none;
    width: 100%;
    height: 46px;
    position: relative;
}

.address-image {
    width: 16px;
    height: 16px;
    background-image: url("https://assets.trost.co.kr/images/service/mobile/offline/detail_icon.png");
    background-size: cover;
    background-position: 0;
    position: absolute;
    top: 15px;
    left: 15px;
}

.address-name {
    line-height: 46px;
    padding-left: 39px;
}

.search-offline-center__with-keyword {
    width: 100%;
    height: 104px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    position: relative;
}

.search-offline-center__with-keyword-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 8px;
    background-image: url(https://assets.trost.co.kr/images/service/mobile/offline/pc-offline-icon-24.png);
    background-size: cover;
    background-position: 72px 0;
}

.search-offline-center__with-keyword-title {
    position: absolute;
    top: 11px;
    left: 36px;
    font-size: 14px;
    line-height: 22px;
    color: #9e9e9e;
}

.search-offline-center__with-keyword-reset {
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(https://assets.trost.co.kr/images/service/mobile/offline/pc-offline-icon-24.png);
    background-size: cover;
    background-position: 24px 0;
    right: 8px;
    top: 10px;
    cursor: pointer;
}

.search-offline-center__with-keyword-list {
    position: absolute;
    bottom: 10px;
    left: 16px;
    width: 320px;
    height: 44px;
    display: table;
    border-collapse: collapse;
    text-align: center;
}

.search-offline-center__with-keyword-list > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /*padding-top: 11px;*/
    font-size: 14px;
    line-height: 42px;
    color: #9e9e9e;
    position: relative;
    display: table-cell;
    width: 107px;
}

.search-offline-center__with-keyword-list__client-age {
    border: 1px inset #e0e0e0;
    cursor: pointer;
}

.search-offline-center__with-keyword-list__therapy-type {
    border: 1px inset #e0e0e0;
    border-left: 0;
    cursor: pointer;
}

.search-offline-center__with-keyword-list__keyword {
    border: 1px inset #e0e0e0;
    border-left: 0;
    cursor: pointer;
}

.keyword-el {
    cursor: pointer;
}

.search-offline-center__with-keyword-list__client-age:hover,
.search-offline-center__with-keyword-list__therapy-type:hover,
.search-offline-center__with-keyword-list__keyword:hover,
.keyword-list__row .keyword-el:hover:not(.is-null-keyword) {
    background: #F7F7F7;
}

.is-check-search-keyword {
    border: 1px solid #FF5A2E;
    color: #FF5A2E !important;
}

.keyword-list-content {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-top: 108px;
    display: none;
}

.list-age {
    width: 352px;
    height: 111px;
}

.list-type {
    width: 352px;
    height: 239px;
}

.list-keyword {
    width: 352px;
}

.search-age__title {
    margin: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.search-age__select-box-field {
    margin: 16px;
    width: 320px;
    height: 44px;
    display: table;
    border-collapse: collapse;
}

.search-age__select-box-field > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    line-height: 42px;
    color: #9e9e9e;
    text-align: center;
    display: table-cell;
    width: 107px;
}

.search-age__select-box__child {
    border: 1px inset #e0e0e0;
}

.search-age__select-box__youth,
.search-age__select-box__adult {
    border: 1px inset #e0e0e0;
    border-left: 0;
}

.is-check-age {
    border: 1px solid #FF5A2E;
    color: #FF5A2E !important;
}

.therapy-type__title-text {
    color: #333333;
    margin: 16px 0 16px 16px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.therapy-type__title-text-mini {
    font-size: 12px;
    display: inline-block;
    color: #9e9e9e;
    margin-left: 4px;
}

.therapy-type-select {
    position: relative;
    margin: 0 16px;
    width: 320px;
    height: 44px;
    display: table;
    border-collapse: collapse;
    text-align: center;
}

.therapy-type-select > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 11px;
    font-size: 14px;
    line-height: 22px;
    color: #9e9e9e;
    display: table-cell;
    width: 107px;
}

.therapy-type-online {
    border: 1px inset #e0e0e0;
}

.therapy-type-offline,
.therapy-type-mental {
    border: 1px inset #e0e0e0;
    border-left: 0;
}

.therapy-type-text-one {
    margin-top: 16px;
    margin-left: 16px;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #9e9e9e;
}

.therapy-type-text-two {
    margin-left: 24px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 20px;
    color: #9e9e9e;
}

.therapy-type-text-three {
    margin-left: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #9e9e9e;
}

.is-check-type {
    border: 1px solid #FF5A2E;
    color: #FF5A2E !important;
}

.keyword-list__row {
    width: 100%;
}

.keyword-list__row td {
    width: 25%;
    border: 1px inset #E0E0E0;
}

.select-keyword {
    padding: 13px 0;
    font-size: 14px;
    color: #9e9e9e;
    text-align: center;
}

.keyword-search__title-text {
    color: #333333;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.keyword-search__title__multi-select-text {
    font-size: 12px;
    display: inline-block;
    color: #9e9e9e;
    margin-left: 4px;
}

.keyword-search__keywords {
    margin-top: 16px;
}

.offline-keyword-search-field {
    padding: 16px;
    width: 100%;
}

.keyword-search__footer {
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 73px;
    border-top: 1px solid #e0e0e0;
    background-color: #ffffff;
    z-index: 999999;
}

.keyword-reset-field {
    border: 1px solid #e0e0e0;
}

.keyword-reset-frame {
    width: 71px;
    height: 24px;
    margin: 0 auto;
}

.keyword-reset-field,
.keyword-select {
    margin: 11px 0 12px 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
}

.keyword-reset__image-field {
    width: 24px;
    height: 24px;
    position: absolute;
}

.keyword-reset__image {
    height: 24px;
    position: absolute;
    clip: rect(0px, 24px, 24px, 0px);
    margin-right: 4px;
    left: 0;
    top: -3px;
}

.keyword-reset {
    color: #9e9e9e;
    margin-left: 28px;
}

.keyword-select {
    background-color: #FF5A2E;
    margin-right: 16px;
    color: #ffffff;
}

.is-check-age,
.is-check-type,
.is-check-keyword {
    border: 1px solid #FF5A2E !important;
    color: #FF5A2E;
}

.header-pc__gnb {
    -webkit-box-shadow: unset;
            box-shadow: unset;
}

.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;
    margin-top: 2px;
}

.star-score__wrap--tiny .star-score__ico {
    width: 12px;
    height: 12px;
    margin-right: 2px;
    background-size: auto 12px;
}

.star-score__wrap--small .star-score__ico {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-size: auto 16px;
}

.star-score__wrap--middle .star-score__ico {
    width: 13px;
    height: 13px;
    margin-right: 2px;
    background-size: auto 13px;
}

.star-score__wrap--large .star-score__ico {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background-size: auto 32px;
}

.star-score__ico:last-child {
    margin-right: 0;
}

.star-score__wrap--tiny .is-all {
    background-position: -12px 0
}

.star-score__wrap--tiny .is-half {
    background-position: -24px 0
}

.star-score__wrap--small .is-all {
    background-position: -16px 0
}

.star-score__wrap--small .is-half {
    background-position: -32px 0
}

.star-score__wrap--middle .is-all {
    background-position: -13px 0
}

.star-score__wrap--middle .is-half {
    background-position: -26px 0
}

.star-score__wrap--large .is-all {
    background-position: -32px 0
}

.star-score__wrap--large .is-half {
    background-position: -64px 0
}

.is-exist-age {
    color: #FF5A2E !important;
}

.is-exist-age:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #d0011b;
    position: absolute;
    border-radius: 100%;
    top: 10px;
    right: 32px;
}

.is-exist-type {
    color: #FF5A2E !important;
}

.is-exist-type:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #d0011b;
    position: absolute;
    border-radius: 100%;
    top: 10px;
    right: 22px;
}

.is-exist-keyword {
    color: #FF5A2E !important;
}

.is-exist-keyword:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #d0011b;
    position: absolute;
    border-radius: 100%;
    top: 10px;
    right: 16px;
}


/*# sourceMappingURL=sourcemaps/1973.css.map*/