.best-box img {
    height: 21px;
}

.best-box {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
}

a[class^=goods-icon-]:active, a[class^=goods-icon-]:hover, a[class^=goods-icon-]:link, a[class^=goods-icon-]:visited {
    color: #fff;
}

[class^=goods-icon-] {
    font-size: var(--kr-h6);
    line-height: 22px;
    border-radius: 13px;
    padding: 0 8px;
}

.detail__goods-main .goods-info {
    gap: 0;
    padding: 0;
    margin-bottom: 14px;
}

.detail__goods-main .goods-info .series-box {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 3px;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.detail__goods-main .goods-info .series-box .item a {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    overflow: hidden;
    color: #4C4C4C;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.detail__goods-main .goods-info .series-box .item:nth-child(n+4) {
    display: none;
}

.detail__goods-main .goods-info .series-box.on .item {
    display: flex;
}

.detail__goods-main .goods-info .series-box .btn-more {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #4C4C4C;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.detail__goods-main .goods-info .series-box .btn-more .wi-expand_circle_right:after {
    width: 16px;
    height: 16px;
}

.detail__goods-main .goods-info .series-box.on .wi-expand_circle_right:after {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.detail__goods-main .goods-info .sub-name-box {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
}

.detail__goods-main .goods-info .auth-box {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.detail__goods-main .goods-info .auth-box .item {
    color: #4C4C4C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.detail__goods-main .goods-info .auth-box .item span {
    color: #8B8B8B;
}


.detail__goods-main .goods-info .press-box {
    color: #4C4C4C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.detail__goods-main .goods-info .press-box span {
    color: #8B8B8B;
}

.detail__goods-main .goods-review-total {
    margin-bottom: 4px;
}

.detail__goods-main .goods-info .award-box {
    margin-top: 10px;
}

.detail__goods-main .goods-info .award-box li {
    color: #4C4C4C;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 0 0 0 5px;
}

.detail__goods-main .goods-info .title .option {
    margin: 0;
}

.detail__goods-main .goods-info .after-box {
    display: flex;
    justify-content: start;
    align-items: start;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: var(--black95);
    padding: 10px 15px;
    border-radius: 8px;
    background: #F2F7FE;
    width: 100%;
    margin-top: 10px;
}

.detail__same .same-list-box .same-list-bar {
    border-top: 1px solid var(--black05);
    border-bottom: 1px solid var(--black05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    margin: 0 -15px;
}

.detail__same .same-list-box .list {
    gap: 10px;
    border-color: var(--black05);
    padding: 10px 0;
}

.detail__same .same-list-box .item {
    gap: 10px;
    align-items: start !important;
    padding: 8px 0;
}

.detail__same .same-list-box .item .img-box {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
    display: flex;
    justify-content: center;
    align-items: start;
}

.detail__same .same-list-box .item .img-box img {
    width: auto;
    height: auto;
    max-width: 100px;
}

.detail__same .same-list-box .item .goods-info {
    width: 100%;
    overflow: hidden;
    color: #0D0D0D;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    gap: 0;
}

.detail__same .same-list-box .item .goods-info .price-info {
    margin-top: 8px;
}

.detail__same .same-list-box .item:nth-child(n+5) {
    display: none;
}


.detail__series-same .same-list-box .item:nth-child(n+5) {
    display: flex;
}

.detail__series-same .same-list-box .item:nth-child(n+11),
.detail__series-same .same-list-box .item.is-hidden {
    display: none;
}

.detail__series-same .same-list-box .item.is-visible {
    display: flex;
}

.detail__same .same-list-box.on .item {
    display: flex;
}


.detail__same .btn-box {
    padding: 10px 10px;
}

.detail__same .btn-box .btn-more-same-list {
    box-sizing: border-box;
    gap: 4px;
    padding: 14px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    background: #fff;
    color: #0D0D0D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.detail__set {
    padding: 0 15px;
}

.detail__set .title-box {
    border-radius: 8px;
    padding: 16px 0;
    flex-direction: column;
    align-items: start;
}

.detail__set .title-box .btn {
    background: #fff;
    padding: 1px 0 1px 6px;
}

.detail__set .title-box .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 150%;
}

.detail__set .title-box .btn a .icon {
    font-size: 15px;
}

.detail__set .title-box .name {
    margin-top: 8px;
    color: #8B8B8B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.detail .sticky .tab-menu {
    padding: 0;
}

.base-information .title {
    color: #0D0D0D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

.base-information .item {
}

.base-information .item .item-title {
    color: #0D0D0D !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.base-information .item .item-desc {
    color: #4C4C4C !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.base-information .item a {
    color: #4C4C4C !important;
}

.detail-information {
    position: relative;
    min-height: 600px;
    height: 600px;
    overflow: hidden;
}

.detail-image-information {
    position: relative;
    min-height: 800px;
    height: 800px;
    overflow: hidden;
}

.toc-information {
    position: relative;
    overflow: hidden;
}

.publisher-review-information {
    position: relative;
    min-height: 250px;
    height: 250px;
    overflow: hidden;
}

.detail-information {
    min-height: 500px;
    height: 500px;
}

.author-information {
    position: relative;
    overflow: hidden;
}

.detail-information.on,
.detail-image-information.on,
.toc-information.on,
.publisher-review-information.on,
.author-information.on {
    height: auto;
}

.detail-information .btn-more-box,
.detail-image-information .btn-more-box,
.toc-information .btn-more-box,
.publisher-review-information .btn-more-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 15px 15px 15px;
}

.author-information .btn-more-box {
    position: absolute;
    bottom: 0;
    left :0;
    padding: 5px;
}

.detail-information .btn-more-box.off,
.detail-image-information .btn-more-box.off,
.toc-information .btn-more-box.off,
.publisher-review-information .btn-more-box.off {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%);
    padding: 50px 15px 15px 15px;
}

.author-information .btn-more-box.off {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%);
    padding: 5px;
}

.detail-information .btn-more-box .btn,
.detail-image-information .btn-more-box .btn,
.toc-information .btn-more-box .btn,
.publisher-review-information .btn-more-box .btn {
    display: flex;
    height: 50px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #0D0D0D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.author-information .btn-more-box {
    justify-content: end;
}
.author-information .btn-more-box .btn {
    display: flex;
    height: 30px;
    padding: 5px 11px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #707070;
    text-align: center;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: fit-content;
}


.detail-information.on,
.detail-image-information.on,
.toc-information.on,
.publisher-review-information.on,
.author-information.on {
    padding-bottom: 80px;
}

.detail-information.on .btn-more-box .icon,
.detail-image-information.on .btn-more-box .icon,
.toc-information.on .btn-more-box .icon,
.publisher-review-information.on .btn-more-box .icon,
.author-information.on .btn-more-box .icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.detail-image-information .image-list {
    width: 100%;
}

.detail-image-information .image-list img {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.toc-information > .text,
.publisher-review-information > .text {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
}

.toc-information p,
.author-information p,
.publisher-review-information p {
    margin: 0;
}

.author-information .author-name-box {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.author-information .author-name-box .name {
    padding: 16px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    background: #F5F5F5;
}

.author-information .author-name-box .text {
    font-size: 14px;
    font-weight: 400;
}

.detail__information .award-box {
    padding: 0 15px;
}

.detail__information .award-box .row {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    border: 1px solid #D9D9D9;
}

.detail__information .award-box .row .title {
    color: #0D0D0D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    border: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
    gap: 5px;
    margin-bottom: 0;
}

.detail__information .award-box .row .list-disc {
    color: #4C4C4C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    list-style: disc;
    padding-left: 20px;
    display: flex;
    flex-direction: column;

}

.detail__information .award-box .row .list-disc .item {
    width: 100%;
}

.author-goods-information {
    padding-bottom: 15px;
}

.author-goods-information .title-box {
    padding: 0 15px 15px;
}

.author-goods-information .title-box .title {
    margin: 0;
}

.author-goods-information .title-box .btn {
    display: inline-flex;
    padding: 3px 0 3px 5px;
    justify-content: center;
    align-items: center;
    border: 1px solid #D9D9D9 !important;
    background: #FFF;
    color: #0D0D0D;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    line-height: 150%;
}

.author-goods-information .title-box .btn a {
    display: flex;
    align-items: center;
}

.author-goods-information .list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
}

.author-goods-information .list .auth-goods-item {
    overflow: hidden;
}

.author-goods-information .list .auth-goods-item .title {
    display: flex;
    padding: 16px 15px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: #f5f5f5;
    color: #0D0D0D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: space-between;
}

.author-goods-information .list .auth-goods-item .title .point {
    color: #0D0D0D;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.related-video-information .addition-link-wrap {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}

.related-video-information .addition-link-wrap .link-wrap,
.related-video-information .addition-link-wrap .list,
.related-video-information .addition-link-wrap .item-vod {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.related-video-information .addition-link-wrap .item-vod {
    list-style: none;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    overflow: hidden;
}

.related-video-information .addition-link-wrap .item-vod iframe {
    display: block;
    width: 100% !important;
}

.related-video-information .addition-link-wrap .item-vod > div {
    padding: 10px 12px;
    text-align: center;
}

.author-goods-information .list .auth-goods-item .title .btn {
    display: flex;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    color: #0D0D0D;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    background: #fff;
    box-sizing: border-box;
}

.author-goods-information .list .auth-goods-item .title .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.author-goods-information .list .auth-goods-item .title .icon {
    margin-right: -7px;
}

.author-goods-information .list .auth-goods-item .auth-goods-box {
    padding: 10px;
}

.author-goods-information .list .auth-goods-item .auth-goods-box .item {
    min-width: 130px;
    max-width: 130px;
    overflow: hidden;
}

.icon.disabled {
    color: var(--black05);
}
