input:focus, textarea:focus, select:focus{
    outline: none;
}

.search .title{
    font-size: 55px;
    font-weight: 800;
    margin-top: 250px;
    margin-bottom: 12px;
}
section.title-header{    
    position: relative;
    margin-top: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}
section.title-header>h2{
    font-size: 32px;
    font-weight: 700;
}
section.title-header>a{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--blue10);
}
section.title-header>a:hover{
    background: var(--blue20);
}
section.low-mall {
    position: relative;
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    padding: 12px;
    background: var(--blue08);
}

.url-input-box{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px;
    padding-left: 14px;
    background: var(--white);
    border: 1px solid #B1B8C760;
    border-radius: 7px;
}
.url-input-box>input{
    font-size: 13px;
    width: 540px;
    padding: 6px;
}
.url-input-box>button{
    padding: 10px 14px;
    background: var(--black);
    border-radius: 6px;
    color: var(--white);
    font-size: 14px;
}
.multiple-registrations{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    cursor: pointer;
    color: var(--black60);
}
.multiple-registrations:hover{
    color: var(--black);
}
.multiple-registrations path{
    fill: var(--black60);
}
.multiple-registrations:hover path{
    fill: var(--black);
}
.multiple-url-modal{
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-75%, 0%);
    width: max-content;
    border: 2px solid var(--blue);
    border-radius: 15px;
    box-shadow: 0 4px 15px 0 #4B577545;
    background: var(--white);
    z-index: 3;
}  
.multiple-url-input-box{
    padding: 24px;
    border-bottom: 1px solid #B1B8C760;
}
.multiple-url-input-title{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    
}
.multiple-url-input-title>span{
    margin-left: 6px;
    font-weight: 500;
}
.multiple-url-input-sub-title{
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--black60);
}
.multiple-url-input-box input{
    width: 282px;
    padding: 11px 16px;
    border-radius: 8px;
    background: #B1B8C715;
    font-size: 13px;
}
.multiple-url-input-box input:hover{
    background: #E8EBF1;
}
.multiple-url-input-box button{
    margin-left: 4px;
    padding: 11px 16px;
    border-radius: 8px;
    background: var(--black);
    color: var(--white);
    font-size: 13px;
    font-weight: 700;

}
.multiple-url-input-box button.disabled{
    background: #B1B8C715;
    color: var(--black60);
}

.multiple-url-ul{
    padding: 24px;  

}
.multiple-url-ul>li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    box-shadow: 0 2px 6px 0 #4B577545;
    border: 1px solid #00000000;
    border-radius: 6px;
    max-width: 340px;
    font-size: 14px;
}
.multiple-url-ul>li>div:nth-of-type(1){
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
}
.multiple-url-ul>li>div:nth-of-type(2){
    display: none;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #B1B8C730;
    cursor: pointer;
}
.multiple-url-ul>li:hover{
    border: 1px solid #B1B8C750;
}
.multiple-url-ul>li:hover>div:nth-of-type(2){
    display: flex;
}

.multiple-url-button-box{
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.multiple-url-button-box button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 25px;
    border-radius: 24px;
    background: #B1B8C715;
    color: var(--black60);
    font-size: 13px;
    font-weight: 700;
}
.multiple-url-button-box button path{
    fill: #707C91;
    stroke: #707C91;

}
.multiple-url-button-box.action button{
    background: var(--blue);
    color: var(--white);
}
.multiple-url-button-box.action button path{
    fill: var(--white);
    stroke: var(--white);

}
.multiple-url-close{
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 8px;
    border-radius: 50%;
    color: var(--white);
    cursor: pointer;
}
.multiple-url-close path{
    fill: #B1B8C7;
    stroke: #B1B8C7;
}
.multiple-url-close:hover path{
    fill: var(--black90);
    stroke: var(--black90);
}


section.summary{
    margin-bottom: 68px;
    padding: 16px;
    border-radius: 15px;
    border: 1px solid #B1B8C730;
    background: #F4F5F7;
}
.summary-title{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 12px;
}
.summary-title h2{
    font-size: 20px;
    font-weight: 700;
}
.summary-box{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 16px;
    background: #ffffff;
    border-radius: 8px;
    padding: 19px 16px;
}
.summary-box>div:nth-of-type(1){
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    font-size: 14px;
}
.summary-box .thumbnail{
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background: #B1B8C730;
}
.summary-box .thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.summary-box .mall{
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 5px;
    width: max-content;
    background: #4EBB1B;
    color: var(--white);
    font-size: 13px;
}
.summary-box .title{
   
    font-weight: 600;
    width: 500px;
}
.summary .csv-download{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    gap: 3px;
    border: 1px solid #B1B8C750;
    border-radius: 7px;
    background: #F4F5F7;
    font-size: 14px;
    font-weight: 500;
}
.base-summary-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin-top: 5px;
}

.base-summary-box>div>span:first-of-type{
    margin-right: 6px;
    color: #606060;   
}
.sail-summary-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 8px;
}
.sail-summary-box>div{
    padding: 9px 12px;
    border-radius: 10px;
    border: 1px solid #B1B8C750;
}
.sail-summary-box>div>span:last-of-type{
    color: var(--blue);
}



















.list-competitors-button{
    padding: 16px 0 0;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    color: #282828;
    border-radius: 8px;
    width: max-content;
    margin: 0 auto;
}
.list-competitors-button>p:first-of-type{
    display: block;
}
.list-competitors-button>p:last-of-type{
    display: none;
}
.list-competitors-button:hover{
    
    color: var(--black70);

}
.open .list-competitors-button>p:first-of-type{
    display: none;
}
.open .list-competitors-button>p:last-of-type{
    display: block;
}









.review-summary-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.review-summary-box>div{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--base-shadow);
    padding: 24px 16px;
    border-radius: 10px;
}
.review-summary-box>div>div:nth-of-type(2){
    margin-left: 5px;
    margin-right: 10px;
}
.review-summary-box .comment{
    position: absolute;
    bottom: 10px;
    left: 35%;
    right: 17px;    
    color: #676767;
    font-size: 11px;
    font-weight: 500;
}
.data-summary-section{
    margin-bottom: 68px;
}
.data-summary-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 30px;
}

.data-summary-title>h2{
    font-size: 20px;
    font-weight: 700;
}
.data-summary-title>div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    color: var(--black80);
}
.reading-glasses{
    background-image: url(../../image/reading-glasses.png);
    width: 20px;
    height: 20px;
}
.sum-data{
    margin-bottom: 30px;
}
.cards-box>h3{
    font-size: 18px;
    margin-bottom: 11px;
}
.data-cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.data-card{
    padding: 30px 20px;
    background: #F4F5F7;
    border-radius: 15px;
}
.data-card>div:first-of-type{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 13px;
}
.data-card>div:last-of-type{
    font-size: 26px;
    font-weight: 700;
}











.sub-product-box{
    height: 0px;
    overflow-y: hidden;
}
.list-competitors-box.open .sub-product-box{
    height: max-content;
}
.sub-product{
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
.sub-product-checkbox{
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}


.sub-product .img-box{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
}
.sub-product .img-box img{
    width: 100%;
}
.sub-product>span:last-of-type{
    color: var(--blue);
}

.sub-product>div:nth-of-type(1){
    /* min-width: 30px; */
    width: 100%;
}
.sub-product>div:nth-of-type(2){
   min-width: 40px;
}
.sub-product>div:nth-of-type(3){
   min-width: calc(100% - 110px - 100px - 40px - 50px);
}
.sub-product>div:nth-of-type(4){
   min-width: 110px;
   text-align: center;
}
.sub-product>div:nth-of-type(5){
   min-width: 95px;
   text-align: center;
}




section.my-review-info{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 34px;
}
.my-review-summary-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 23px;
    

}
.my-review-summary{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 28px 24px;
    width: 100%;
    box-shadow: var(--base-shadow);
    border-radius: 15px;
}
.review-summary{
    width: 20px;
    height: 20px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-summary>div:nth-of-type(2){
    min-width: 90px;
}
.review-summary>div:nth-of-type(3){
    color: #172B4D70;
}
.review-summary.icon-1{
    background: #1B5FFF08;
}
.review-summary.icon-2{
    background: #561BFF13;
}
.review-summary.icon-3{
    background: #FF881B13;
}

.review-point-grape{
    padding: 24px 23px 8px;
    border-radius: 15px;
    background: #F4F5F7;
    box-shadow: var(--base-shadow);
}
.my-review-info .title{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

.review-keyword-rank{
    padding: 24px;
    border-radius: 15px;
    box-shadow: var(--base-shadow);
    background: #F4F5F7;
}
.review-keyword-rank ul{
    margin-top: 20px;
    padding: 20px 17px;
    background: var(--white);
    border-radius: 15px;
}
.review-keyword-rank ul li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    border-radius: 5px;
}
.review-keyword-rank ul li:hover{
    background: #ECF1FC;
}
.review-keyword-rank ul li.list-title{
    margin-bottom: 9px;
    color: var(--black50);
    font-size:  12px;

}
.review-keyword-rank ul li.list-title>div:nth-of-type(1){
    min-width: 50%;
}
.review-keyword-rank ul li.list-title>div:nth-of-type(2){
    min-width: 25%;
    text-align: center;
}
.review-keyword-rank ul li.list-title>div:nth-of-type(3){
    min-width: 25%;
    text-align: center;
}
.review-word-more{
    cursor: pointer;
    padding: 14px;
    text-align: center;
    color: var(--black60);
    font-size: 13px;
    font-weight: 500;
}
.review-word-more:hover{
    color: var(--black);

}
.none-keywords{
    height: 60%;
    margin-bottom: 2px;
    padding: 9px 0;
    text-align: center;
    font-size: 12px;
}
.none-keywords>div:nth-of-type(1){
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 100%;
    color: var(--black80);
}
.none-save-review-1{
    color: var(--black);
    font-size: 14px;
    font-weight: 700;
}
.none-save-review-2{
    color: var(--black80);
    font-size: 13px;
}
.none-review-button{
    padding: 9px 16px;
    border: 1px solid var(--blue);
    border-radius: 20px;
    color: var(--blue);
    font-size: 13px;
}
.none-review-button:hover{
    background: #EDF2FF;
}
.top-keyword{
    margin-bottom: 2px;
    padding: 9px 0;
    text-align: center;
    font-size: 12px;
}
.top-keyword>div:nth-of-type(1){
    min-width: 50%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}
.top-keyword>div:nth-of-type(1) span{
    display: inline-block;
    min-width: 8px;
    text-align: center;
    color: var(--blue);
}
.top-keyword>div:nth-of-type(2){
    color: var(--black50);
    min-width: 25%;
}
.top-keyword>div:nth-of-type(3){
    color: var(--black50);
    min-width: 25%;
}

.tag-lists{
    margin-top: 14px;
    height: 215px;
    overflow-y: scroll;

}
.tag-lists::-webkit-scrollbar {
    width: 6px; /* 가로 스크롤바의 폭 */
}
.tag-lists>li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    padding: 8px 12px 8px 10px;
    font-size: 15px;
}
.tag-lists>li>div{
    display: flex;
    gap: 7px;
}
.tag-lists>li .no{
    color: #3874FF;
}





















section.word-cloud{
    margin-bottom: 34px;
    padding: 20px 24px 24px;
    border-radius: 20px;
    background: #F4F5F7;
}
.word-cloud .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.word-cloud .header>div:nth-of-type(1){
    display: flex;
    align-items: center;
    gap: 16px;
}
.word-cloud .header .title{
    font-size: 20px;
    font-weight: 700;
}
.word-cloud .header .sub-title{
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--black80);
    font-size: 16px;
}
.keyword-type-toggle{
    display: flex;
    align-items: center;
    gap: 2px;
    cursor: pointer;
    background: #B1B8C715;
    padding: 2px;
    border-radius: 6px;
}
.keyword-type-toggle>div{
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}
.keyword-type-toggle>div.active{
    background: var(--white);
    color: var(--black);
    box-shadow: 0 1px 4px 0 #B1B8C771;
}
.keyword-type-toggle>div.active:hover{
    box-shadow: 0px 1px 5px 0px #B1B8C780;
    transform: translateY(-2px);
}
.word-cloud-box{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: var(--white);
}

.review-word-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px ;
    margin-bottom: 6px;
    width: 300px;
    border-radius: 8px;
    color: var(--white);
}
.review-word-header.blue{
    background: var(--blue);
}
.review-word-header.red{
    background: var(--red);
}
.review-word-header>div:nth-of-type(2){
    font-size: 12px;
    font-weight: 400;
    color: #ffffff60;
}
.review-word-ul{
    height: 260px;
    overflow-y: scroll;
}
.review-word-li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 6px;
    padding: 12px;
    font-size: 14px;
    background: var(--white);
    box-shadow: var(--base-shadow);
    border-radius: 8px;
    width: 300px;
   
}
.review-word-li>div:nth-of-type(1){
    display: flex;
    align-items: center;
    gap: 6px;
    
}
.review-word-li>div:nth-of-type(2){
    width: 280px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--black60);
}
.review-word-li>div:nth-of-type(2) span{
    color: var(--black);
    text-decoration: underline;
    font-weight: 600;

}

section.review-section{
    padding: 24px;
    background: #B1B8C715;
    border-radius: 20px;
    margin-bottom: 180px;
}

.reviews-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 18px;
    transition: all 0.3s;
}
.reviews-title>div:nth-of-type(1){
    display: flex;
    font-size: 20px;
    font-weight: 700;
}
.reviews-title>div:nth-of-type(2){
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black60);
}
.reviews-title-search{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    background: #B1B8C730;
    border-radius: 8px;
}
.reviews-title-search>div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews-title-search .search-close,
.reviews-title-search .search-reset{
    display: none;
}
.reviews-title-search .search-input{
    width: 0px;
    overflow: hidden;
    transition: all 0.3s;
}
.reviews-title-search.open{
    position: relative;
    background: var(--white);
}
.reviews-title-search.open .search-close,
.reviews-title-search.open .search-reset{
    display: block;
}
.reviews-title-search.open .search-input{
    margin-left: 10px;
    width: max-content;
    color: var(--black);
}
.reviews-title-search.open .search-reset{
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B1B8C730;
}
.reviews-title-search.open .search-close{
    cursor: pointer;
    position: absolute;
    left: calc(100% + 8px);
    width: max-content;
    color: #172B4D50;
}
.review-body{
    padding: 15px ;
    padding-left: 30px;
    padding-right: 15px;
    background: var(--white);
}

.review-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.review-header>div{
    display: flex;
}
.review-header>div:nth-of-type(1){
    font-size: 18px;
    font-weight: 700;
}
.review-header>div:nth-of-type(1) .contour{
    margin-left: 10px;
    margin-right: 10px;
}
.review-count-box{
    display: flex;
    align-items: center;
    gap: 8px;
}
.review-header>div:nth-of-type(1) .total-count{
    color: var(--blue);
}
.filter-box-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 30px;

}
.review-filter-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 2px 0;
    font-size: 13px;
}
.review-filter-2>div{
    display: flex;
    align-items: center;
    gap: 4px;
}
.photo-toggle{
    cursor: pointer;
    background: #B1B8C750;
    border-radius: 8px;
    padding: 1px;
    width: 22px;
 
}
.photo-toggle::after{
    content: '';
    position: relative;
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: var(--white);
    transition: all 0.3s;
}
.photo-toggle.on::after{
    left: calc(100% - 10px);
    background: var(--blue);
}
.point-box{
    display: flex;
    align-items: center;
    gap: 16px;
}
.review-card-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.review-card{
    position: relative;
    padding: 20px;   
    border: 1px solid #172B4D30;
    border-radius: 10px;
    width: 342px;
    height: 135px;
    overflow: hidden;
}
.review-card>div:nth-of-type(1){
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

.review-card .star{
    display: flex;
    align-items: center;
    gap: 2px;
}
.review-card .point{
    display: flex;
    align-items: center;
    gap: 5px;
}

.review-card .user{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #B1B8C7;
    font-size: 12px;
}
.review-card>div:nth-of-type(2){
    width: 100%;
    color: #2E2E2E;
    line-height: 150%;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.review-modal .review-card>div:nth-of-type(2){
    width: 100%;
    color: #2E2E2E;
    line-height: 150%;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 100;
}
.review-card>div:nth-of-type(2) b{
    background: var(--blue16);
    text-decoration: underline;
}
.list-more-hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #131F3475;
    z-index: 2;
    transition: all 0.3s;
}
.list-more-hover>div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--white);
    cursor: pointer;
}
.review-card:hover .list-more-hover{
    top: 0;
    opacity: 1;
}

.pagination-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    margin-top: 26px;
}
.pagination-number-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.page-button{
    min-width: 25px;
    padding: 0 4px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #282828;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.page-button.action{
    background: #B1B8C715;
}
.review-photo-icon{
    position: absolute;
    top: 13px;
    right: 13px;

}
.review-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0F1D3660;
    z-index: 80;
}
.review-modal>div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}
.review-modal>div>div:nth-of-type(1),
.review-modal>div>div:nth-of-type(3){
    cursor: pointer;
}
.review-modal-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    color: var(--white);
    font-size: 18px;
}
.review-modal-content{
    width: 600px;
    height: 460px;
    border-radius: 15px;
    background: var(--white);
    overflow: hidden;
}
.review-product-info{
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    background: #F2F6FF;
    border-bottom: 1px dashed  #B1B8C750;
}
.review-product-info .title{
    font-size: 15px;
    font-weight: 700;
}
.review-product-info .option{
    color: var(--black70);
    font-size: 13px;
}
.review-image{
    width: 237px;
    height: 327px;
    border-radius: 15px;
    overflow: hidden;
}
.review-content{
    display: flex;
    padding: 20px 24px;
    gap: 24px;

}
.review-content .review-card{
    border : none;
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.review-content .review-card>div:nth-of-type(2){
    height: 300px;
    overflow-y: scroll;
}
.product-image {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
}
.product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.select-sub-product-modal{
    position: fixed;
    bottom: -60px;
    left: 50%;
    width: 547px;
    height: 48px;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 26px;
    border-radius: 6px;
    background: var(--blue);
    color: var(--white);
    font-size: 14px;
    z-index: 80;
    transition: all 0.3s;
}
.select-sub-product-modal>div:nth-of-type(2){
    display: flex;
    align-items: center;
    gap: 26px;
}
.select-sub-product-modal>div:nth-of-type(2)>div{
    cursor: pointer;
}
.select-sub-product-modal.view{
    bottom: 30px;
}

.word-cloud span{
    /* cursor: pointer; */
}
.reset-filter:hover{
    animation: rotate 0.5s;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.review-filter-1{
    gap: 12px;
}
.review-filter-tap {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #B1B8C7;
    font-size: 14px;
    cursor: pointer;
}
.review-filter-tap:hover {
    color: var(--black90);
}
.review-filter-tap>span:first-of-type{
    display: none;
}
.review-filter-tap>span:last-of-type{
    display: block;
}
.review-filter-tap.action {
    color: var(--black);

}
.review-filter-tap.action>span:first-of-type{
    display: block;
}
.review-filter-tap.action>span:last-of-type{
    display: none;
}
.downloading-section{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}
.downloading-section>div{
    background-image: url(../../image/로당1.gif);
    width: 500px;
    height: 500px;
    filter: contrast(500%);
}
.loading{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #ffffff30;
    border-top: 3px solid #ffffff;
    animation: rotation 1s ease-in-out infinite;
}

@keyframes rotation {
    0%  { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


@media print {
    button,
    footer,
    .select-sub-product-modal,
    .summary .csv-download,
    .review-section,
    .low-mall,
    .url-input-box,
    .multiple-registrations,
    header {
        display: none;
    }
    section.title-header{
        margin-top: 50px;
    }
    section.summary{
        margin-bottom: 300px;
    }
    .data-summary-section{
        margin-top: 50px;
    }
    .section.my-review-info{
        margin-bottom: 300px;
    }
    .section.word-cloud{
        padding-top: 500px!important;
    }

}