@charset "UTF-8";
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=.section-key-visual --------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 8, src/project/desktop/assets/styles/tam.scss */
.section-key-visual {
    padding: 20px 0;
}

/* line 11, src/project/desktop/assets/styles/tam.scss */
.section-key-visual .key-visual {
    position: relative;
    width: 100%;
    height: auto;
}

/* line 16, src/project/desktop/assets/styles/tam.scss */
.section-key-visual .key-visual > img {
    width: 100%;
    height: auto;
}

/* line 21, src/project/desktop/assets/styles/tam.scss */
.section-key-visual .key-visual .link-group {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;
    right: 40px;
    width: 300px;
    height: auto;
    transform: translateY(-50%);
}

/* line 31, src/project/desktop/assets/styles/tam.scss */
.section-key-visual .key-visual .link-group .go-link {
    display: flex;
    flex-direction: column;
    padding: 28px 28px 18px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 16px;
    cursor: pointer;
}

/* line 40, src/project/desktop/assets/styles/tam.scss */
.section-key-visual .key-visual .link-group .go-link:last-child {
    margin-bottom: 0;
}

/* line 42, src/project/desktop/assets/styles/tam.scss */
.section-key-visual .key-visual .link-group .go-link .title-wrap {
    display: flex;
    align-items: center;
}

/* line 46, src/project/desktop/assets/styles/tam.scss */
.section-key-visual .key-visual .link-group .go-link .title-wrap .title {
    font-size: 20px;
    font-weight: 500;
    margin-left: 12px;
}

/* line 53, src/project/desktop/assets/styles/tam.scss */
.section-key-visual .key-visual .link-group .go-link .link-label {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    margin-top: 34px;
}

/* line 60, src/project/desktop/assets/styles/tam.scss */
.section-key-visual .key-visual .link-group .go-link .link-label .icon {
    color: #58C1C7;
}

/* line 67, src/project/desktop/assets/styles/tam.scss */
.section-key-visual .key-visual .tire-review-event {
    position: absolute;
    top: 50%;
    right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 310px;
    border-radius: 8px;
    background-color: rgba(42, 49, 56, 0.4);
    transform: translateY(-50%);
}

/* line 81, src/project/desktop/assets/styles/tam.scss */
.section-key-visual .key-visual .tire-review-event > img {
    display: block;
    width: 168px;
    height: 145px;
}

/* line 87, src/project/desktop/assets/styles/tam.scss */
.section-key-visual .key-visual .tire-review-event .description {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 4px;
}

/* line 94, src/project/desktop/assets/styles/tam.scss */
.section-key-visual .key-visual .tire-review-event > a {
    margin-top: 16px;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=.suggest-keyword -----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 107, src/project/desktop/assets/styles/tam.scss */
.suggest-keyword {
    display: flex;
    align-items: center;
    padding: 24px 0;
}

/* line 112, src/project/desktop/assets/styles/tam.scss */
.suggest-keyword .label {
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 500;
}

/* line 118, src/project/desktop/assets/styles/tam.scss */
.suggest-keyword .suggest-keyword-swiper {
    flex-grow: 1;
    margin-left: 10px;
}

/* line 122, src/project/desktop/assets/styles/tam.scss */
.suggest-keyword .suggest-keyword-swiper .swiper-slide {
    width: auto;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=.keyword -------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 132, src/project/desktop/assets/styles/tam.scss */
.keyword {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 18px;
    background-color: #ffffff;
    border: 1px solid #D9DBDC;
    border-radius: 20px;
}

/* line 141, src/project/desktop/assets/styles/tam.scss */
.keyword::before {
    content: '#';
    color: #FE6A2B;
}

/* line 146, src/project/desktop/assets/styles/tam.scss */
.keyword.keyword-sm {
    height: 32px;
    font-size: 12px;
    padding: 0 12px;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=.section-swiper-card -------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 159, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #D9DBDC;
}

/* line 164, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card.border-top {
    border-top: 1px solid #D9DBDC;
}

/* line 168, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .title-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #D9DBDC;
}

/* line 172, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .title-wrap .title {
    font-size: 24px;
}

/* line 175, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .title-wrap .title .count {
    font-size: 20px;
    color: #5B6068;
}

/* line 181, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .title-wrap .description {
    font-size: 16px;
    color: #5B6068;
    margin-top: 8px;
}

/* line 188, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap {
    padding: 52px 40px;
    overflow: visible;
    background-color: #F9F9FA;
}

/* line 193, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap .guardrail {
    padding: 0 40px;
}

/* line 202, src/project/desktop/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 211, src/project/desktop/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 220, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap .tam-swiper .swiper-wrapper:empty::after {
    display: block;
    content: '추천 키워드에 맞는 컨텐츠가 없습니다.';
    font-size: 12px;
}

/* line 228, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap .tam-swiper .swiper-slide {
    width: auto;
}

/* line 231, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap .swiper-button-next {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: -20px;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 100%;
    background-color: #2a3138;
    background-image: none;
}

/* line 246, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap .swiper-button-next::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-top: 2px solid #f9f9fa;
    border-right: 2px solid #f9f9fa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -11px;
}

/* line 261, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap .swiper-button-next::after {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    background-color: #f9f9fa;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -12px;
    margin-top: 0;
}

/* line 274, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap .swiper-button-next.swiper-button-disabled {
    opacity: .2;
}

/* line 277, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap .swiper-button-prev {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: -20px;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 48px;
    background-color: #2a3138;
    background-image: none;
}

/* line 292, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap .swiper-button-prev::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-bottom: 2px solid #f9f9fa;
    border-left: 2px solid #f9f9fa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -11px;
}

/* line 307, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap .swiper-button-prev::after {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    background-color: #f9f9fa;
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -12px;
    margin-top: 0;
}

/* line 320, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .swiper-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: .2;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=.ts-tv-card & .ts-tv-cell --------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 332, src/project/desktop/assets/styles/tam.scss */
.ts-tv-card {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #D9DBDC;
    border-radius: 6px;
    background-color: #ffffff;
    overflow: hidden;
    /* 082303 // */
    /* // 082303 */
}

/* line 341, src/project/desktop/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 352, src/project/desktop/assets/styles/tam.scss */
.ts-tv-card .thumb-area::before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

/* line 358, src/project/desktop/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 368, src/project/desktop/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 380, src/project/desktop/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 392, src/project/desktop/assets/styles/tam.scss */
.ts-tv-card .description {
    padding: 16px;
}

/* line 395, src/project/desktop/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 407, src/project/desktop/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 416, src/project/desktop/assets/styles/tam.scss */
.ts-tv-card .keywords .keyword {
    margin-right: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
}

/* line 421, src/project/desktop/assets/styles/tam.scss */
.ts-tv-card .keywords .keyword:last-child {
    margin-right: 0;
}

/* line 430, src/project/desktop/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 442, src/project/desktop/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 454, src/project/desktop/assets/styles/tam.scss */
.ts-tv-cell .thumb-area::before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

/* line 460, src/project/desktop/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 470, src/project/desktop/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 482, src/project/desktop/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 494, src/project/desktop/assets/styles/tam.scss */
.ts-tv-cell .description {
    flex-grow: 1;
}

/* line 497, src/project/desktop/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 515, src/project/desktop/assets/styles/tam.scss */
.info-card {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #D9DBDC;
    border-radius: 6px;
    background-color: #ffffff;
    overflow: hidden;
    /* 082303 // */
    /* // 082303 */
}

/* line 524, src/project/desktop/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 535, src/project/desktop/assets/styles/tam.scss */
.info-card .thumb-area::before {
    display: block;
    content: '';
    padding-top: 100%;
}

/* line 541, src/project/desktop/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 551, src/project/desktop/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 564, src/project/desktop/assets/styles/tam.scss */
.info-card .description {
    padding: 16px;
}

/* line 567, src/project/desktop/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 579, src/project/desktop/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 588, src/project/desktop/assets/styles/tam.scss */
.info-card .keywords .keyword {
    margin-right: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
}

/* line 593, src/project/desktop/assets/styles/tam.scss */
.info-card .keywords .keyword:last-child {
    margin-right: 0;
}

/* line 602, src/project/desktop/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 614, src/project/desktop/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 628, src/project/desktop/assets/styles/tam.scss */
.info-cell .thumb-area::before {
    display: block;
    content: '';
    padding-top: 100%;
}

/* line 634, src/project/desktop/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 644, src/project/desktop/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 656, src/project/desktop/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 668, src/project/desktop/assets/styles/tam.scss */
.info-cell .description {
    flex-grow: 1;
}

/* line 671, src/project/desktop/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 689, src/project/desktop/assets/styles/tam.scss */
.tam-review-card {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #D9DBDC;
    border-radius: 6px;
    background-color: #ffffff;
    overflow: hidden;
}

/* line 698, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .review-meta {
    display: flex;
    flex-direction: row;
    padding: 18px 16px 12px;
    border-bottom: 1px solid #F2F2F7;
}

/* line 704, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .review-meta .left {
    flex-shrink: 0;
}

/* line 707, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .review-meta .left .thumb-area {
    position: relative;
    display: block;
    width: 120px;
    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");
    overflow: hidden;
}

/* line 720, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .review-meta .left .thumb-area::before {
    display: block;
    content: '';
    padding-top: 66.6666666667%;
}

/* line 726, src/project/desktop/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 736, src/project/desktop/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 749, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .review-meta .left .rating-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
}

/* line 755, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .review-meta .left .rating-area .rating {
    width: 78px;
    height: 14px;
    background-size: 78px auto;
}

/* line 760, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .review-meta .left .rating-area .rating > span {
    height: 14px;
    background-size: 78px auto;
}

/* line 766, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .review-meta .left .rating-area .rating-count {
    font-size: 12px;
    margin-left: 4px;
    font-weight: 500;
}

/* line 774, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .review-meta .right {
    flex-grow: 1;
    flex-basis: 100%;/* 0825 */
    flex-direction: column;
    margin-left: 16px;
}

/* line 780, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .review-meta .right img.tire-name {
    width: 100%;
    height: auto;
}

/* line 785, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .review-meta .right h4.tire-name {
    font-size: 20px;
    font-weight: 500;
}

/* line 790, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .review-meta .right .tire-meta {
    margin-top: 8px;
}

/* line 794, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .description {
    position: relative;
    padding: 16px;
    color: #5B6068;
    line-height: 20px;
}

/* line 800, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .description .inner {
    position: relative;
}

/* line 803, src/project/desktop/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 813, src/project/desktop/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 827, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .keywords {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #F9F9FA;
    overflow: hidden;
    border-top: 1px solid #D9DBDC;
}

/* line 835, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .keywords .keyword {
    margin-right: 4px;
}

/* line 838, src/project/desktop/assets/styles/tam.scss */
.tam-review-card .keywords .keyword:last-child {
    margin-right: 0;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=review-detail --------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 849, src/project/desktop/assets/styles/tam.scss */
.review-detail {
    position: relative;
}

/* line 852, src/project/desktop/assets/styles/tam.scss */
.review-detail .thumb-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #F9F9FA;
}

/* line 859, src/project/desktop/assets/styles/tam.scss */
.review-detail .thumb-area::before {
    display: block;
    content: '';
    padding-top: 66.6666666667%;
}

/* line 865, src/project/desktop/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 878, src/project/desktop/assets/styles/tam.scss */
.review-detail .thumb-area .empty .icon {
    width: 100px;
    height: 100px;
}

/* line 883, src/project/desktop/assets/styles/tam.scss */
.review-detail .thumb-area .empty .label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #A0A6AF;
}

/* line 891, src/project/desktop/assets/styles/tam.scss */
.review-detail .thumb-area .review-thumb-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 898, src/project/desktop/assets/styles/tam.scss */
.review-detail .thumb-area .review-thumb-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

/* line 903, src/project/desktop/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 912, src/project/desktop/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 925, src/project/desktop/assets/styles/tam.scss */
.review-detail .thumb-area .review-thumb-swiper .swiper-pagination {
    bottom: 12px;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 20px;
    font-size: 12px;
    color: #ffffff;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    transform: translateX(-50%);
}

/* line 943, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents {
    position: relative;
}

/* line 946, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta {
    display: block;
    padding: 36px 20px 8px;
    border-bottom: 1px solid #D9DBDC;
}

/* line 951, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta img.tire-name {
    display: block;
    width: 70%;
    max-width: 280px;
    height: auto;
}

/* line 958, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta h4.tire-name {
    font-size: 18px;
    font-weight: 500;
}

/* line 963, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .meta {
    display: flex;
    flex-direction: column;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 500;
}

/* line 970, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .meta p + p {
    margin-top: 4px;
}

/* line 973, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more {
    display: flex;
    margin-top: 12px;
}

/* line 977, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more .rating-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
}

/* line 983, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more .rating-area .rating {
    width: 75px;
    height: auto;
    background-size: 75px auto;
}

/* line 988, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more .rating-area .rating > span {
    height: 14px;
    background-size: 75px auto;
}

/* line 994, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more .rating-area .rating-count {
    font-size: 16px;
    font-weight: 500;
    color: #FE6A2B;
    margin-left: 4px;
}

/* line 1002, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more .keywords {
    display: flex;
    flex-shrink: 0;
}

/* line 1006, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more .keywords .keyword {
    margin-right: 4px;
}

/* line 1009, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .tire-meta .more .keywords .keyword:last-child {
    margin-right: 0;
}

/* line 1016, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .review-text .contents {
    /* 20220801//  */
    padding: 8px 20px 16px;
    color: #5B6068;
    /* //20220801 */
}

/* line 1021, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .review-text .ratings {
    padding: 0 20px 12px;
}

/* line 1024, src/project/desktop/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 1032, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .review-text .ratings .rating-group {
    display: flex;
    flex: 1 1 50%;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}

/* line 1040, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .review-text .ratings .rating-group:first-child {
    margin-top: 0;
}

/* line 1041, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .review-text .ratings .rating-group:nth-child(2) {
    margin-top: 0;
}

/* line 1043, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .review-text .ratings .rating-group .label {
    flex-shrink: 0;
    width: 56px;
}

/* line 1048, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .review-text .ratings .rating-group .rating-area {
    display: flex;
    align-items: center;
}

/* line 1052, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .review-text .ratings .rating-group .rating-area .rating-count {
    color: #FE6A2B;
    margin-left: 4px;
}

/* line 1060, src/project/desktop/assets/styles/tam.scss */
.review-detail .review-contents .review-text .reviewer-meta {
    /* 20220801// */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #5B6068;
    padding: 0 20px;
    margin-top: 20px;
    /* //20220801 */
}


/* line 1068, src/project/desktop/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;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=section-youtube ------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 1087, src/project/desktop/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 1098, src/project/desktop/assets/styles/tam.scss */
.section-youtube::before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

/* line 1104, src/project/desktop/assets/styles/tam.scss */
.section-youtube.16x9::before {
    padding-top: 56.25%;
}

/* line 1105, src/project/desktop/assets/styles/tam.scss */
.section-youtube.1x1::before {
    padding-top: 100%;
}

/* line 1106, src/project/desktop/assets/styles/tam.scss */
.section-youtube.3x2::before {
    padding-top: 66.6666666667%;
}

/* line 1107, src/project/desktop/assets/styles/tam.scss */
.section-youtube.4x3::before {
    padding-top: 75%;
}

/* line 1109, src/project/desktop/assets/styles/tam.scss */
.section-youtube #youtube-player {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=section-youtube-detail -----------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 1127, src/project/desktop/assets/styles/tam.scss */
.section-youtube-detail {
    position: relative;
    background-color: #ffffff;
}

/* line 1131, src/project/desktop/assets/styles/tam.scss */
.section-youtube-detail .title-wrap {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 26px 0;
}

/* line 1138, src/project/desktop/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 1150, src/project/desktop/assets/styles/tam.scss */
.section-youtube-detail .title-wrap .title {
    flex-grow: 1;
    font-size: 24px;
    font-weight: 400;
}

/* line 1156, src/project/desktop/assets/styles/tam.scss */
.section-youtube-detail .title-wrap .btn-item {
    flex-shrink: 0;
    margin-left: 12px;
}

/* line 1162, src/project/desktop/assets/styles/tam.scss */
.section-youtube-detail .contents-wrap {
    position: relative;
    padding: 34px 0;
    font-size: 14px;
    color: #5B6068;
    overflow: hidden;
}

/* line 1170, src/project/desktop/assets/styles/tam.scss */
.section-youtube-detail .keywords {
    display: flex;
    padding: 0 0 34px;
}

/* line 1174, src/project/desktop/assets/styles/tam.scss */
.section-youtube-detail .keywords .keyword {
    margin-right: 4px;
}

/* line 1176, src/project/desktop/assets/styles/tam.scss */
.section-youtube-detail .keywords .keyword:last-child {
    margin-right: 0;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=section-tire-info-detail ---------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 1186, src/project/desktop/assets/styles/tam.scss */
.section-tire-info-detail {
    position: relative;
    background-color: #ffffff;
}

/* line 1190, src/project/desktop/assets/styles/tam.scss */
.section-tire-info-detail .title-wrap {
    position: relative;
    padding: 26px 0;
    border-top: 1px solid #D9DBDC;
    border-bottom: 1px solid #D9DBDC;
}

/* line 1196, src/project/desktop/assets/styles/tam.scss */
.section-tire-info-detail .title-wrap .title-inner {
    display: flex;
    align-items: center;
    flex-direction: row;
}

/* line 1201, src/project/desktop/assets/styles/tam.scss */
.section-tire-info-detail .title-wrap .title-inner .title {
    flex-grow: 1;
    font-size: 24px;
    font-weight: 400;
}

/* line 1207, src/project/desktop/assets/styles/tam.scss */
.section-tire-info-detail .title-wrap .title-inner .btn-item {
    flex-shrink: 0;
    margin-left: 12px;
}

/* line 1213, src/project/desktop/assets/styles/tam.scss */
.section-tire-info-detail .title-wrap .keywords {
    margin-top: 26px;
}

/* line 1216, src/project/desktop/assets/styles/tam.scss */
.section-tire-info-detail .title-wrap .keywords .keyword {
    margin-right: 4px;
}

/* line 1219, src/project/desktop/assets/styles/tam.scss */
.section-tire-info-detail .title-wrap .keywords .keyword:last-child {
    margin-right: 0;
}

/* line 1224, src/project/desktop/assets/styles/tam.scss */
.section-tire-info-detail .contents-wrap {
    padding: 40px 20px;
}

/* line 1227, src/project/desktop/assets/styles/tam.scss */
.section-tire-info-detail .contents-wrap p {
    color: #5b6068;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=section-tire-info-detail-contents ------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* line 1236, src/project/desktop/assets/styles/tam.scss */
.section-tire-info-detail-contents {
    position: relative;
}

/* line 1239, src/project/desktop/assets/styles/tam.scss */
.section-tire-info-detail-contents .contents-wrap {
    width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

/* line 1244, src/project/desktop/assets/styles/tam.scss */
.section-tire-info-detail-contents .contents-wrap p {
    color: #5b6068;
}

.section-tire-info-detail-contents .contents-wrap a {
    display: inline-block;
}

.section-tire-info-detail-contents .contents-wrap b {
    color: #2a3138;
    font-weight: 500;
    font-size: 16px;
}

/* 0728 END */
/* 0809 //  */
/* line 1250, src/project/desktop/assets/styles/tam.scss */
.qna_write .using {
    padding: 0 0 12px 0;
    border-bottom: 1px dashed #e6e6e6;
}

/* // 0809 */
/* 0817 gnb 수정 배포시 style_pc.css 속성으로 변경 */
/* line 1257, src/project/desktop/assets/styles/tam.scss */
#header .gnb nav .list-size-free > li .main-menu {
    padding: 0;
}

/* line 1261, src/project/desktop/assets/styles/tam.scss */
#header .gnb nav .list-size-free > li .main-menu .btn-item.btn-xl {
    min-width: auto;
    padding: 0 24px;
}

/* line 1266, src/project/desktop/assets/styles/tam.scss */
#header .gnb nav .sub-menu-wrap .guardrail .sub-menu[data-parent-nth="2"] > li {
    left: 104px;
}

/* line 1270, src/project/desktop/assets/styles/tam.scss */
#header .gnb nav .sub-menu-wrap .guardrail .sub-menu[data-parent-nth="4"] > li {
    left: 340px;
}

/* line 1274, src/project/desktop/assets/styles/tam.scss */
#header .gnb nav .sub-menu-wrap .guardrail .sub-menu[data-parent-nth="6"] > li {
    left: 576px;
}

/* line 1278, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .title-wrap.title-sort {
    padding: 0;
}

/* line 1279, src/project/desktop/assets/styles/tam.scss */
.section-swiper-card .title-wrap.title-sort .title {
    height: 70px;
    line-height: 50px;
    padding: 10px 0;
}

/* line 1281, src/project/desktop/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 917, src/project/mobile/assets/styles/tam.scss */
/* line 1295, src/project/desktop/assets/styles/tam.scss */
.section-youtube-detail .title-wrap .btn-contents-toggle:active {
    background-color: #e7e7e8;
}

/* line 919, src/project/mobile/assets/styles/tam.scss */
/* line 1300, src/project/desktop/assets/styles/tam.scss */
.section-youtube-detail .title-wrap .btn-contents-toggle.on .icon {
    transform: rotate(180deg);
}

/* line 921, src/project/mobile/assets/styles/tam.scss */
/* line 1305, src/project/desktop/assets/styles/tam.scss */
.section-youtube-detail .title-wrap .btn-contents-toggle .icon {
    transition: transform .15s ease-in-out;
}

/* line 1309, src/project/desktop/assets/styles/tam.scss */
.section-youtube-detail .contents-wrap {
    position: relative;
    padding: 20px 140px 34px 20px;
    font-size: 14px;
    color: #5B6068;
    height: 92px;
    overflow: hidden;
}

/* line 933, src/project/mobile/assets/styles/tam.scss */
/* line 1319, src/project/desktop/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 943, src/project/mobile/assets/styles/tam.scss */
/* line 1330, src/project/desktop/assets/styles/tam.scss */
.section-youtube-detail .contents-wrap.on {
    height: auto;
}

/* line 1334, src/project/desktop/assets/styles/tam.scss */
.section-youtube-detail .contents-wrap .youtube-share {
    position: absolute;
    right: 0;
    top: 24px;
}

/* 082002 */
/* line 1341, src/project/desktop/assets/styles/tam.scss */
#header .gnb nav .sub-menu-wrap .guardrail .sub-menu {
    width: 100%;
}

.suggest-keyword .keyword.active {
    background-color: #fe6a2b;
    color: #fff;
    border-color: #fe6a2b;
}

.suggest-keyword .keyword.active::before {
    color: #fff;
}

/* line 1359, src/project/desktop/assets/styles/tam.scss */
.label-review {
    display: inline-block;
}

/* line 1363, src/project/desktop/assets/styles/tam.scss */
.tire-using-wrap .tire-term {
    border-bottom: 1px solid #e6e6e6;
}

/* line 1367, src/project/desktop/assets/styles/tam.scss */
.tire-using-wrap .label-review {
    float: left;
    width: 50%;
}

/* line 1371, src/project/desktop/assets/styles/tam.scss */
.tire-using-wrap .label-review .line-icons {
    color: #d9dbdc;
}

/* line 1375, src/project/desktop/assets/styles/tam.scss */
.tire-using-wrap .label-review .label-txt {
    color: #c0c6ce;
}

/* line 1379, src/project/desktop/assets/styles/tam.scss */
.tire-using-wrap .label-review.active .line-icons {
    color: #5eb0b5;
}

/* line 1383, src/project/desktop/assets/styles/tam.scss */
.tire-using-wrap .label-review.active .label-txt {
    color: #2a3138;
}

.qna_write .noti-legal-wrap {
    position: relative;
    background-color: rgb(249, 249, 250);
    border-radius: 4px;
    padding: 12px 16px 12px 40px;
}

.qna_write .noti-legal-wrap .error-circle-light {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.qna_write .noti-legal-wrap .label-txt {
    display: block;
    line-height: 140%;
}

.full_review .qna_write {
    padding-right: 12px;
    overflow-y: scroll;
    height: 379px;
}

.full_review .noti-legal-wrap {
    position: relative;
    background-color: rgb(249, 249, 250);
    border-radius: 4px;
    padding: 12px 16px 12px 40px;
}

.full_review .noti-legal-wrap .error-circle-light {
 	position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.full_review .noti-legal-wrap .label-txt {
    display: block;
    line-height: 140%;
}

.full_review .noti-legal-wrap {
    position: relative;
    background-color: rgb(249, 249, 250);
    border-radius: 4px;
    padding: 12px 16px 12px 40px;
}

.full_review .noti-legal-wrap .error-circle-light {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.full_review .noti-legal-wrap .label-txt {
    display: block;
    line-height: 140%;
}