@charset "UTF-8";
/* 0728 START */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=tam-tstation-tv ------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 10, src/project/mobile/assets/styles/tam.scss */
#container.gray {
    background-color: #f9f9fa;
}

/* line 13, src/project/mobile/assets/styles/tam.scss */
.tam-tstation-tv {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    overflow-x: hidden;
}

/* line 21, src/project/mobile/assets/styles/tam.scss */
.tam-tstation-tv.gray {
    background-color: #f9f9fa;
}

/* line 23, src/project/mobile/assets/styles/tam.scss */
.tam-tstation-tv .key-visual {
    position: relative;
    display: block;
    width: 100%;
}

/* line 28, src/project/mobile/assets/styles/tam.scss */
.tam-tstation-tv .key-visual::before {
    display: block;
    content: '';
    padding-top: 53.3333333333%;
}

/* line 34, src/project/mobile/assets/styles/tam.scss */
.tam-tstation-tv .key-visual > img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=tam-tire-info --------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 51, src/project/mobile/assets/styles/tam.scss */
.tam-tire-info {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    overflow-x: hidden;
}

/* line 59, src/project/mobile/assets/styles/tam.scss */
.tam-tire-info.gray {
    background-color: #f9f9fa;
}

/* line 61, src/project/mobile/assets/styles/tam.scss */
.tam-tire-info .key-visual {
    position: relative;
    display: block;
    width: 100%;
}

/* line 66, src/project/mobile/assets/styles/tam.scss */
.tam-tire-info .key-visual::before {
    display: block;
    content: '';
    padding-top: 53.3333333333%;
}

/* line 72, src/project/mobile/assets/styles/tam.scss */
.tam-tire-info .key-visual > img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* line 82, src/project/mobile/assets/styles/tam.scss */
.tam-tire-info .key-visual .link-group {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 8px;
    top: 50%;
    right: 20px;
    width: 160px;
    height: auto;
    transform: translateY(-50%);
}

/* line 93, src/project/mobile/assets/styles/tam.scss */
.tam-tire-info .key-visual .link-group .go-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
}

/* line 101, src/project/mobile/assets/styles/tam.scss */
.tam-tire-info .key-visual .link-group .go-link .title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* line 106, src/project/mobile/assets/styles/tam.scss */
.tam-tire-info .key-visual .link-group .go-link .title-wrap .title {
    font-size: 12px;
    font-weight: 500;
}

/* line 112, src/project/mobile/assets/styles/tam.scss */
.tam-tire-info .key-visual .link-group .go-link .link-label {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
}

/* line 118, src/project/mobile/assets/styles/tam.scss */
.tam-tire-info .key-visual .link-group .go-link .link-label .icon {
    color: #58C1C7;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=tam-tire-review ------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 132, src/project/mobile/assets/styles/tam.scss */
.tam-tire-review {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    overflow-x: hidden;
}

/* line 140, src/project/mobile/assets/styles/tam.scss */
.tam-tire-review.gray {
    background-color: #f9f9fa;
}

/* line 142, src/project/mobile/assets/styles/tam.scss */
.tam-tire-review .key-visual {
    position: relative;
    display: block;
    width: 100%;
}

/* line 147, src/project/mobile/assets/styles/tam.scss */
.tam-tire-review .key-visual::before {
    display: block;
    content: '';
    padding-top: 53.3333333333%;
}

/* line 153, src/project/mobile/assets/styles/tam.scss */
.tam-tire-review .key-visual > img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* line 163, src/project/mobile/assets/styles/tam.scss */
.tam-tire-review .key-visual .bottom-area {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 12px 20px;
    background-color: rgba(42, 49, 56, 0.4);
}

/* line 174, src/project/mobile/assets/styles/tam.scss */
.tam-tire-review .key-visual .bottom-area .description {
    flex-grow: 1;
    font-size: 12px;
    color: #ffffff;
}

/* line 179, src/project/mobile/assets/styles/tam.scss */
.tam-tire-review .key-visual .bottom-area .btn-item {
    flex-shrink: 0;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=suggest-keyword ------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 191, src/project/mobile/assets/styles/tam.scss */
.suggest-keyword {
    padding: 10px 20px 16px;
    border-bottom: 1px solid #D9DBDC;
}

/* line 195, src/project/mobile/assets/styles/tam.scss */
.suggest-keyword .label {
    font-size: 14px;
    font-weight: 500;
    color: #5B6068;
}

/* line 201, src/project/mobile/assets/styles/tam.scss */
.suggest-keyword .suggest-keyword-swiper {
    overflow: visible;
    margin-top: 8px;
}

/* line 205, src/project/mobile/assets/styles/tam.scss */
.suggest-keyword .suggest-keyword-swiper .swiper-slide {
    width: auto;
}

/* line 209, src/project/mobile/assets/styles/tam.scss */
.suggest-keyword .suggest-keyword-swiper .swiper-slide:last-child .keyword {
    margin-right: 20px;
}

/* line 214, src/project/mobile/assets/styles/tam.scss */
.suggest-keyword .keyword {
    display: inline-block;
    padding: 0 16px;
    background-color: #ffffff;
    border: 1px solid #D9DBDC;
    border-radius: 16px;
    line-height: 30px;
}

/* line 222, src/project/mobile/assets/styles/tam.scss */
.suggest-keyword .keyword::before {
    content: '#';
    color: #FE6A2B;
}

/* line 227, src/project/mobile/assets/styles/tam.scss */
.suggest-keyword .keyword.on {
    font-weight: 500;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=section-swiper-card --------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 238, src/project/mobile/assets/styles/tam.scss */
.section-swiper-card {
    background-color: #F9F9FA;
    overflow: hidden;
}

/* line 242, src/project/mobile/assets/styles/tam.scss */
.section-swiper-card .title-wrap {
    padding: 18px 20px 10px;
    border-bottom: 1px solid #F2F2F7;
    background-color: #ffffff;
}

/* line 247, src/project/mobile/assets/styles/tam.scss */
.section-swiper-card .title-wrap .title {
    font-size: 20px;
}

/* line 250, src/project/mobile/assets/styles/tam.scss */
.section-swiper-card .title-wrap .title .count {
    font-size: 16px;
    color: #5B6068;
}

/* line 256, src/project/mobile/assets/styles/tam.scss */
.section-swiper-card .title-wrap .description {
    font-size: 12px;
    color: #5B6068;
    margin-top: 4px;
}

/* line 263, src/project/mobile/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap {
    padding: 20px;
    overflow: visible;
}

/* line 267, src/project/mobile/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap .tam-swiper {
    overflow: visible;
}

/* line 271, src/project/mobile/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap .tam-swiper .swiper-wrapper:empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 236px;
    color: #bdbdcb;
}

/* line 280, src/project/mobile/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap .tam-swiper .swiper-wrapper:empty::before {
    display: block;
    content: '\e949';
    font-family: 'LineIcons';
    font-size: 36px;
    width: 36px;
    height: 36px;
}

/* line 289, src/project/mobile/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap .tam-swiper .swiper-wrapper:empty::after {
    display: block;
    content: '추천 키워드에 맞는 컨텐츠가 없습니다.';
    font-size: 12px;
}

/* line 297, src/project/mobile/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap .tam-swiper .swiper-slide {
    width: auto;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=.ts-tv-card & .ts-tv-cell --------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 307, src/project/mobile/assets/styles/tam.scss */
.ts-tv-card {
    display: block;
    width: 310px;
    height: auto;
    border: 1px solid #D9DBDC;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    overflow: hidden;
    /* 082303 // */
    /* // 082303 */
}

/* line 317, src/project/mobile/assets/styles/tam.scss */
.ts-tv-card .thumb-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #F9F9FA;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../images/common/ts-tv-thumb-empty.jpg");
}

/* line 328, src/project/mobile/assets/styles/tam.scss */
.ts-tv-card .thumb-area::before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

/* line 334, src/project/mobile/assets/styles/tam.scss */
.ts-tv-card .thumb-area > img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* line 344, src/project/mobile/assets/styles/tam.scss */
.ts-tv-card .thumb-area .thumb {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* line 356, src/project/mobile/assets/styles/tam.scss */
.ts-tv-card .thumb-area .time {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    padding: 0 16px;
    background-color: rgba(42, 49, 56, 0.9);
}

/* line 368, src/project/mobile/assets/styles/tam.scss */
.ts-tv-card .description {
    padding: 12px;
}

/* line 371, src/project/mobile/assets/styles/tam.scss */
.ts-tv-card .description > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

/* line 383, src/project/mobile/assets/styles/tam.scss */
.ts-tv-card .keywords {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    padding: 8px 16px;
    background-color: #F9F9FA;
    overflow: hidden;
    border-top: 1px solid #D9DBDC;
}

/* line 392, src/project/mobile/assets/styles/tam.scss */
.ts-tv-card .keywords .keyword {
    display: inline-block;
    padding: 0 12px;
    height: 22px;
    font-size: 12px;
    border: 1px solid #D9DBDC;
    border-radius: 12px;
    background-color: #ffffff;
    margin-right: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
}

/* line 404, src/project/mobile/assets/styles/tam.scss */
.ts-tv-card .keywords .keyword:last-child {
    margin-right: 0;
}

/* line 409, src/project/mobile/assets/styles/tam.scss */
.ts-tv-card .keywords .keyword::before {
    content: '#';
    color: #FE6A2B;
}

/* line 418, src/project/mobile/assets/styles/tam.scss */
.ts-tv-cell {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    height: auto;
    padding: 9px;
    border: 1px solid #D9DBDC;
    border-radius: 6px;
    background-color: #ffffff;
    overflow: hidden;
}

/* line 430, src/project/mobile/assets/styles/tam.scss */
.ts-tv-cell .thumb-area {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 160px;
    height: auto;
    background-color: #F9F9FA;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../images/common/ts-tv-thumb-empty.jpg");
}

/* line 442, src/project/mobile/assets/styles/tam.scss */
.ts-tv-cell .thumb-area::before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

/* line 448, src/project/mobile/assets/styles/tam.scss */
.ts-tv-cell .thumb-area > img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* line 458, src/project/mobile/assets/styles/tam.scss */
.ts-tv-cell .thumb-area .thumb {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* line 470, src/project/mobile/assets/styles/tam.scss */
.ts-tv-cell .thumb-area .time {
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    padding: 0 16px;
    background-color: rgba(42, 49, 56, 0.9);
}

/* line 482, src/project/mobile/assets/styles/tam.scss */
.ts-tv-cell .description {
    flex-grow: 1;
}

/* line 485, src/project/mobile/assets/styles/tam.scss */
.ts-tv-cell .description > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 82px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=.info-card & .info-cell ----------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 503, src/project/mobile/assets/styles/tam.scss */
.info-card {
    display: block;
    width: 240px;
    height: auto;
    border: 1px solid #D9DBDC;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    overflow: hidden;
    /* 082303 // */
    /* // 082303 */
}

/* line 513, src/project/mobile/assets/styles/tam.scss */
.info-card .thumb-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #F9F9FA;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../images/common/ts-tv-thumb-empty.jpg");
}

/* line 524, src/project/mobile/assets/styles/tam.scss */
.info-card .thumb-area::before {
    display: block;
    content: '';
    padding-top: 100%;
}

/* line 530, src/project/mobile/assets/styles/tam.scss */
.info-card .thumb-area > img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* line 540, src/project/mobile/assets/styles/tam.scss */
.info-card .thumb-area .thumb {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* line 553, src/project/mobile/assets/styles/tam.scss */
.info-card .description {
    padding: 12px;
}

/* line 556, src/project/mobile/assets/styles/tam.scss */
.info-card .description > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

/* line 568, src/project/mobile/assets/styles/tam.scss */
.info-card .keywords {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    padding: 8px 16px;
    background-color: #F9F9FA;
    overflow: hidden;
    border-top: 1px solid #D9DBDC;
}

/* line 577, src/project/mobile/assets/styles/tam.scss */
.info-card .keywords .keyword {
    display: inline-block;
    padding: 0 12px;
    height: 22px;
    font-size: 12px;
    border: 1px solid #D9DBDC;
    border-radius: 12px;
    background-color: #ffffff;
    margin-right: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
}

/* line 589, src/project/mobile/assets/styles/tam.scss */
.info-card .keywords .keyword:last-child {
    margin-right: 0;
}

/* line 594, src/project/mobile/assets/styles/tam.scss */
.info-card .keywords .keyword::before {
    content: '#';
    color: #FE6A2B;
}

/* line 603, src/project/mobile/assets/styles/tam.scss */
.info-cell {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    height: auto;
    padding: 9px;
    border: 1px solid #D9DBDC;
    border-radius: 6px;
    background-color: #ffffff;
    overflow: hidden;
}

/* line 615, src/project/mobile/assets/styles/tam.scss */
.info-cell .thumb-area {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 90px;
    height: auto;
    border-radius: 4px;
    background-color: #F9F9FA;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../images/common/ts-tv-thumb-empty.jpg");
    overflow: hidden;
}

/* line 629, src/project/mobile/assets/styles/tam.scss */
.info-cell .thumb-area::before {
    display: block;
    content: '';
    padding-top: 100%;
}

/* line 635, src/project/mobile/assets/styles/tam.scss */
.info-cell .thumb-area > img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* line 645, src/project/mobile/assets/styles/tam.scss */
.info-cell .thumb-area .thumb {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* line 657, src/project/mobile/assets/styles/tam.scss */
.info-cell .thumb-area .time {
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    padding: 0 16px;
    background-color: rgba(42, 49, 56, 0.9);
}

/* line 669, src/project/mobile/assets/styles/tam.scss */
.info-cell .description {
    flex-grow: 1;
}

/* line 672, src/project/mobile/assets/styles/tam.scss */
.info-cell .description > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 82px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=review-card & review-cell --------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 690, src/project/mobile/assets/styles/tam.scss */
.tam-review-card {
    display: block;
    width: 310px;
    height: auto;
    border: 1px solid #D9DBDC;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* line 700, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .review-meta {
    display: flex;
    flex-direction: row;
    gap: 18px;
    padding: 18px 16px 12px;
    border-bottom: 1px solid #F2F2F7;
}

/* line 707, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .review-meta .left {
    flex-shrink: 0;
}

/* line 710, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .review-meta .left .thumb-area {
    position: relative;
    display: block;
    width: 90px;
    height: auto;
    border-radius: 4px;
    background-color: #F9F9FA;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../images/common/bg_review_thumb_empty.png");
    /* 0820 */
    overflow: hidden;
}

/* line 723, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .review-meta .left .thumb-area::before {
    display: block;
    content: '';
    padding-top: 66.6666666667%;
}

/* line 729, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .review-meta .left .thumb-area > img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* line 739, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .review-meta .left .thumb-area .thumb {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* line 752, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .review-meta .left .rating-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* line 757, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .review-meta .left .rating-area .rating-count {
    font-size: 11px;
    margin-left: 4px;
    font-weight: 500;
}

/* line 765, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .review-meta .right {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* line 771, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .review-meta .right img.tire-name {
    width: 100%;
    height: auto;
}

/* line 776, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .review-meta .right h4.tire-name {
    font-size: 14px;
    font-weight: 500;
}

/* line 781, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .review-meta .right .tire-meta {
    font-size: 11px;
}

/* line 787, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .description {
    position: relative;
    padding: 16px;
    color: #5B6068;
    line-height: 20px;
}

/* line 793, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .description .inner {
    position: relative;
}

/* line 796, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .description .inner > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

/* line 806, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .description .inner .read-more {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 24px;
    font-size: 12px;
    padding-left: 20px;
    color: #5EB0B5;
    background: linear-gradient(270deg, white 0%, white 70%, rgba(255, 255, 255, 0) 100%);
    -webkit-tap-highlight-color: transparent;
}

/* line 820, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .keywords {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #F9F9FA;
    overflow: hidden;
    border-top: 1px solid #D9DBDC;
}

/* line 828, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .keywords .keyword {
    display: inline-block;
    padding: 0 12px;
    line-height: 22px;
    font-size: 12px;
    border: 1px solid #D9DBDC;
    border-radius: 12px;
    background-color: #ffffff;
    margin-right: 4px;
}

/* line 838, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .keywords .keyword:last-child {
    margin-right: 0;
}

/* line 840, src/project/mobile/assets/styles/tam.scss */
.tam-review-card .keywords .keyword::before {
    content: '#';
    color: #FE6A2B;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=section-youtube ------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 853, src/project/mobile/assets/styles/tam.scss */
.section-youtube {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #282828;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* line 864, src/project/mobile/assets/styles/tam.scss */
.section-youtube::before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

/* line 870, src/project/mobile/assets/styles/tam.scss */
.section-youtube.16x9::before {
    padding-top: 56.25%;
}

/* line 871, src/project/mobile/assets/styles/tam.scss */
.section-youtube.1x1::before {
    padding-top: 100%;
}

/* line 872, src/project/mobile/assets/styles/tam.scss */
.section-youtube.3x2::before {
    padding-top: 66.6666666667%;
}

/* line 873, src/project/mobile/assets/styles/tam.scss */
.section-youtube.4x3::before {
    padding-top: 75%;
}

/* line 875, src/project/mobile/assets/styles/tam.scss */
.section-youtube #youtube-player {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=section-youtube-detail -----------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 891, src/project/mobile/assets/styles/tam.scss */
.section-youtube-detail {
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid #D9DBDC;
}

/* line 896, src/project/mobile/assets/styles/tam.scss */
.section-youtube-detail .title-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 20px;
}

/* line 903, src/project/mobile/assets/styles/tam.scss */
.section-youtube-detail .title-wrap::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 50%;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #F2F2F7;
    transform: translateX(-50%);
}

/* line 915, src/project/mobile/assets/styles/tam.scss */
.section-youtube-detail .title-wrap .title {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 500;
}

/* line 921, src/project/mobile/assets/styles/tam.scss */
.section-youtube-detail .title-wrap .btn-contents-toggle {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: transparent;
    transition: background-color .15s ease-in-out;
    -webkit-tap-highlight-color: transparent;
}

/* line 933, src/project/mobile/assets/styles/tam.scss */
.section-youtube-detail .title-wrap .btn-contents-toggle:active {
    background-color: #e7e7e8;
}

/* line 935, src/project/mobile/assets/styles/tam.scss */
.section-youtube-detail .title-wrap .btn-contents-toggle.on .icon {
    transform: rotate(180deg);
}

/* line 937, src/project/mobile/assets/styles/tam.scss */
.section-youtube-detail .title-wrap .btn-contents-toggle .icon {
    transition: transform .15s ease-in-out;
}

/* line 941, src/project/mobile/assets/styles/tam.scss */
.section-youtube-detail .contents-wrap {
    position: relative;
    padding: 20px 20px 34px;
    font-size: 14px;
    color: #5B6068;
    height: 80px;
    overflow: hidden;
}

/* line 949, src/project/mobile/assets/styles/tam.scss */
.section-youtube-detail .contents-wrap::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: linear-gradient(to top, white, white, rgba(255, 255, 255, 0));
}

/* line 959, src/project/mobile/assets/styles/tam.scss */
.section-youtube-detail .contents-wrap.on {
    height: auto;
}

/* line 962, src/project/mobile/assets/styles/tam.scss */
.section-youtube-detail .keywords {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 20px;
}

/* line 966, src/project/mobile/assets/styles/tam.scss */
.section-youtube-detail .keywords .keyword {
    display: inline-block;
    line-height: 30px;
    padding: 0 16px;
    border: 1px solid #D9DBDC;
    border-radius: 16px;
    margin-right: 4px;
    margin-bottom: 4px;
}

/* line 974, src/project/mobile/assets/styles/tam.scss */
.section-youtube-detail .keywords .keyword:last-child {
    margin-right: 0;
}

/* line 976, src/project/mobile/assets/styles/tam.scss */
.section-youtube-detail .keywords .keyword::before {
    content: '#';
    color: #FE6A2B;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=section-tam-more -----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 989, src/project/mobile/assets/styles/tam.scss */
.section-tam-more {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 20px 0;
}

/* line 997, src/project/mobile/assets/styles/tam.scss */
.section-tam-more::after {
    display: none;
}

/* line 999, src/project/mobile/assets/styles/tam.scss */
.section-tam-more > ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=section-tire-info-detail ---------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 1011, src/project/mobile/assets/styles/tam.scss */
.section-tire-info-detail {
    position: relative;
    background-color: #ffffff;
}

/* line 1015, src/project/mobile/assets/styles/tam.scss */
.section-tire-info-detail .title-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #D9DBDC;
}

/* line 1022, src/project/mobile/assets/styles/tam.scss */
.section-tire-info-detail .title-wrap .title {
    font-size: 16px;
    font-weight: 500;
}

/* line 1027, src/project/mobile/assets/styles/tam.scss */
.section-tire-info-detail .title-wrap .description {
    font-size: 14px;
}

/* line 1032, src/project/mobile/assets/styles/tam.scss */
.section-tire-info-detail .contents-wrap {
    padding: 40px 20px;
    border-bottom: 1px solid #D9DBDC;
}

/* line 1036, src/project/mobile/assets/styles/tam.scss */
.section-tire-info-detail .contents-wrap p {
    color: #5b6068;
}

.section-tire-info-detail .keywords {
	display: flex;
    flex-wrap: wrap;
}

/* line 1039, src/project/mobile/assets/styles/tam.scss */
.section-tire-info-detail .keywords .keyword {
    display: inline-block;
    line-height: 30px;
    padding: 0 16px;
    border: 1px solid #D9DBDC;
    border-radius: 16px;
    margin-right: 4px;
    margin-bottom: 4px;
}

/* line 1047, src/project/mobile/assets/styles/tam.scss */
.section-tire-info-detail .keyword:last-child {
    margin-right: 0;
}

/* line 1049, src/project/mobile/assets/styles/tam.scss */
.section-tire-info-detail .keyword::before {
    content: '#';
    color: #FE6A2B;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=review-detail --------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 1061, src/project/mobile/assets/styles/tam.scss */
.review-detail {
    position: relative;
}

/* line 1064, src/project/mobile/assets/styles/tam.scss */
.review-detail .thumb-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #F9F9FA;
}

/* line 1071, src/project/mobile/assets/styles/tam.scss */
.review-detail .thumb-area::before {
    display: block;
    content: '';
    padding-top: 66.6666666667%;
}

/* line 1077, src/project/mobile/assets/styles/tam.scss */
.review-detail .thumb-area .empty {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* line 1090, src/project/mobile/assets/styles/tam.scss */
.review-detail .thumb-area .empty .icon {
    width: 100px;
    height: 100px;
}

/* line 1095, src/project/mobile/assets/styles/tam.scss */
.review-detail .thumb-area .empty .label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #A0A6AF;
}

/* line 1103, src/project/mobile/assets/styles/tam.scss */
.review-detail .thumb-area .review-thumb-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 1110, src/project/mobile/assets/styles/tam.scss */
.review-detail .thumb-area .review-thumb-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

/* line 1115, src/project/mobile/assets/styles/tam.scss */
.review-detail .thumb-area .review-thumb-swiper .swiper-slide > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* line 1124, src/project/mobile/assets/styles/tam.scss */
.review-detail .thumb-area .review-thumb-swiper .swiper-slide .thumb {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* line 1137, src/project/mobile/assets/styles/tam.scss */
.review-detail .thumb-area .review-thumb-swiper .swiper-pagination {
    bottom: 8px;
}

/* line 1140, src/project/mobile/assets/styles/tam.scss */
.review-detail .thumb-area .review-thumb-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #A0A6AF;
}

/* line 1143, src/project/mobile/assets/styles/tam.scss */
.review-detail .thumb-area .review-thumb-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FE6A2B;
}

/* line 1151, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents {
    position: relative;
}

/* line 1154, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta {
    display: block;
    padding: 36px 20px 8px;
    border-bottom: 1px solid #D9DBDC;
}

/* line 1159, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta img.tire-name {
    display: block;
    width: 70%;
    max-width: 280px;
    height: auto;
}

/* line 1166, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta h4.tire-name {
    font-size: 18px;
    font-weight: 500;
}

/* line 1171, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 500;
}

/* line 1180, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more {
    display: flex;
    margin-top: 12px;
}

/* line 1184, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more .rating-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    flex-grow: 1;
}

/* line 1191, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more .rating-area .rating {
    width: 75px;
    height: auto;
    background-size: 75px auto;
}

/* line 1196, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more .rating-area .rating > span {
    height: 14px;
    background-size: 75px auto;
}

/* line 1202, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more .rating-area .rating-count {
    font-size: 16px;
    font-weight: 500;
    color: #FE6A2B;
}

/* line 1209, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more .keywords {
    display: flex;
    flex-shrink: 0;
}

/* line 1213, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more .keywords .keyword {
    display: inline-block;
    line-height: 30px;
    padding: 0 16px;
    border: 1px solid #D9DBDC;
    border-radius: 16px;
    margin-right: 4px;
}

/* line 1221, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more .keywords .keyword:last-child {
    margin-right: 0;
}

/* line 1223, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more .keywords .keyword::before {
    content: '#';
    color: #FE6A2B;
}

/* line 1244, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .review-text .contents {
    /* 20220721//  */
    padding: 8px 20px 16px;
    color: #5B6068;
    /* //20220721 */
}

/* line 1238, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .review-text .ratings {
    padding: 0 20px 12px;
}

/* line 1241, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .review-text .ratings .inner {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 16px;
    border-radius: 4px;
    background-color: #F9F9FA;
}

/* line 1249, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .review-text .ratings .rating-group {
    display: flex;
    flex: 1 1 50%;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
    margin-top: 10px;
}

/* line 1257, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .review-text .ratings .rating-group:first-child {
    margin-top: 0;
}

/* line 1258, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .review-text .ratings .rating-group:nth-child(2) {
    margin-top: 0;
}

/* line 1260, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .review-text .ratings .rating-group .label {
    flex-shrink: 0;
    width: 46px;
}

/* line 1265, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .review-text .ratings .rating-group .rating-area {
    display: flex;
    align-items: center;
}

/* line 1269, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .review-text .ratings .rating-group .rating-area .rating-count {
    color: #FE6A2B;
    margin-left: 4px;
}

/* line 1290, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .review-text .reviewer-meta {
    /* 20220721// */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #5B6068;
    padding: 0 20px;
    margin-top: 20px;
    /* //20220721 */
}

/* line 1285, src/project/mobile/assets/styles/tam.scss */
.review-detail .review-contents .review-text .reviewer-meta .divider-inline {
    display: inline-block;
    content: '';
    width: 1px;
    height: 12px;
    margin: 0 12px;
    background-color: #D9DBDC;
}

/* 0728 END */
/* 0809 //  */
/* line 1300, src/project/mobile/assets/styles/tam.scss */
.full_review .using {
    padding: 0 0 12px 0;
    border-bottom: 1px dashed #e6e6e6;
}

/* // 0809 */
/* 0817 gnb 수정 배포시 style_pc.css 속성으로 변경 */
/* line 1307, src/project/mobile/assets/styles/tam.scss */
.menu-slide-sty-swiper .swiper-slide {
    letter-spacing: -.5px;
}

/* line 1311, src/project/mobile/assets/styles/tam.scss */
.section-tire-info-detail .contents-wrap img {
    width: 100%;
    height: 100%;
}

.suggest-keyword .keyword.active {
    background-color: #fe6a2b;
    color: #fff;
    border-color: #fe6a2b;
}

.suggest-keyword .keyword.active::before {
    color: #fff;
}

.label-review {
    display: inline-block;
}

/* line 1340, src/project/mobile/assets/styles/tam.scss */
.tire-using-wrap .tire-term {
    border-bottom: 1px solid #e6e6e6;
}

/* line 1344, src/project/mobile/assets/styles/tam.scss */
.tire-using-wrap .label-review {
    float: left;
    width: 50%;
}

/* line 1349, src/project/mobile/assets/styles/tam.scss */
.tire-using-wrap .label-review .line-icons {
    color: #d9dbdc;
}

/* line 1353, src/project/mobile/assets/styles/tam.scss */
.tire-using-wrap .label-review .label-txt {
    color: #c0c6ce;
}

/* line 1357, src/project/mobile/assets/styles/tam.scss */
.tire-using-wrap .label-review.active .line-icons {
    color: #5eb0b5;
}

/* line 1361, src/project/mobile/assets/styles/tam.scss */
.tire-using-wrap .label-review.active .label-txt {
    color: #2a3138;
}

/* line 1365, src/project/mobile/assets/styles/tam.scss */
.full_review .noti-legal-wrap {
    position: relative;
    background-color: #f9f9fa;
    border-radius: 4px;
    padding: 8px 12px 8px 32px;
}

/* line 1372, src/project/mobile/assets/styles/tam.scss */
.full_review .noti-legal-wrap .error-circle-light {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

/* line 1379, src/project/mobile/assets/styles/tam.scss */
.full_review .noti-legal-wrap .label-txt {
    display: block;
    line-height: 120%;
}

.tab-link {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #fff;
    padding: 0 20px;
    top: 50px;
    left: 0;
    overflow: hidden;
    font-size: 0;
    z-index: 800;
}

.tab-link:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #d9dbdc;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tab-link > a {
    display: inline-block;
    text-decoration: none;
    width: auto;
    height: inherit;
    line-height: 44px;
    text-align: center;
    color: #5b6068;
    font-size: 14px;
    font-weight: 400;
    padding: 0 12px;
    /*border-bottom: 1px solid transparent;*/
    position: relative;
    cursor: default;
}

.tab-link > a.on {
    color: #fe6a2b;
    font-weight: 500;
}

.tab-link > a.on::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fe6a2b;
    min-width: 0;
    transition: left ease-in-out .16s, width ease-in-out .16s;
    z-index: 1;
}