﻿/********** Opinions (Home) **********/
.opinions { padding: 12px; height: 310px; width: calc((100% - 372px) /2); float: right; border: 1px solid #e8e8e8; margin-left: 20px }
.opinions .ttl { height: 40px; border-bottom: 2px solid #E03322 !important; }
.opinions .ttl h3 { padding: 0; background: none !important; line-height: 40px; font-size: 18px; }
.opinions .ttl h3 a { color: #1d1d1d }
.opinions .ttl .more { line-height: 40px }
.opinions .ttl .icon-more:before { line-height: 40px }
.opinions .allItems { display: inline-block; width: 100%; padding: 16px 0 0; }
.opinions .allItems li { width: 100%; margin-bottom: 12px; padding-bottom: 12px; display: inline-block; position: relative; float: right; border-bottom: 1px solid #ddd }
.opinions .allItems li:last-child { border-bottom: 0; margin-bottom: 0; }
.opinions ul li a .imageCntnr { position: relative; overflow: hidden; padding-bottom: calc((60px * 100) / 100); float: right; width: 60px; border-radius: 50%; overflow: hidden }
.opinions .allItems li img { position: absolute; top: -4px; left: 50%; margin: 0 auto; width: auto; height: 150%; max-width: unset; transform: translateX(-50%); float: right; filter: brightness(100%) contrast(100%); -webkit-filter: brightness(100%) contrast(100%); -moz-filter: brightness(100%) contrast(100%); -o-filter: brightness(100%) contrast(100%); -ms-filter: brightness(100%) contrast(100%); transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -ms-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; }
.opinions .allItems li .desc { float: right; width: calc(100% - 60px); padding-right: 12px; margin-top: 6px }
.opinions .allItems li .desc h2 { font-family: AvenirMeduim, Arial; font-size: 14px; color: #1d1d1d; line-height: 1.5; height: 22px; overflow: hidden }
.opinions .allItems li .writer { position: absolute; right: 72px; bottom: 16px; font-family: AvenirLight, Arial; font-size: 12px; color: #b0b0b0; display: inline-block }
.opinions .allItems li .date { position: absolute; left: 0; bottom: 16px; font-family: AvenirLight, Arial; font-size: 12px; color: #b0b0b0; display: inline-block; cursor: default; }
.opinions .allItems li .icon-date:before { content: "c"; float: right; margin-left: 5px }
.opinions .allItems li .item:hover img { filter: brightness(108%) contrast(108%); -webkit-filter: brightness(108%) contrast(108%); -moz-filter: brightness(108%) contrast(108%); -o-filter: brightness(108%) contrast(108%); -ms-filter: brightness(108%) contrast(108%) }
.opinions .allItems li .item:hover .desc h2 { color: #E03322 }
.opinions .allItems li .writer:hover { color: #1d1d1d }

@media screen and (min-width:1152px) and (max-width:1279px) {
    .opinions { width: 100%; margin-left: 0 }
}

@media screen and (min-width:1024px) and (max-width:1151px) {
    .opinions { width: 100%; margin-left: 0 }
}

@media only screen and (max-width: 1023px) {
    .opinions { width: 100%; margin-left: 0 }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .opinions { width: 100%; padding: 10px; }
    .opinions .allItems li:last-child { margin-bottom: 2px }
    .opinions .allItems li .desc h2 { font-size: 13px; height: 20px }
    .opinions .allItems li .date { display: none }
}

/********** Opinions Channel (List News - Small 5) **********/
.opinionsChannel {
    width: 100%;
    margin-bottom: 24px;
    box-sizing: border-box;
}

.opinionsChannel .allItems {
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 10px;
    box-sizing: border-box;
}

.opinionsChannel .allItems ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.opinionsChannel .allItems li {
    display: block;
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.opinionsChannel .allItems li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.opinionsChannel .allItems li .item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.opinionsChannel .allItems li .imageCntnr {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    overflow: hidden;
    border-radius: 8px;
    background: #f2f2f2;
}

.opinionsChannel .allItems li img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: filter 0.2s ease-in-out;
}

.opinionsChannel .allItems li .cnts {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items:flex-start;
    gap: 10px;
    min-width: 0;
    text-align: right;
}

.opinionsChannel .allItems li .desc {
    display: block;
    width: 100%;
}

.opinionsChannel .allItems li .desc h2 {
    margin: 0;
    padding: 0;
    background: none !important;
    font-family: AvenirLight, Arial;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: right;
}

.opinionsChannel .allItems li .writer {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: AvenirLight, Arial;
    font-size: 12px;
    color: #666;
    line-height: 1.2;
}

.opinionsChannel .allItems li .writer:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background:#666666;
    mask: url(../../Images/writerPen.svg) no-repeat center center;
    -webkit-mask: url(../../Images/writerPen.svg) no-repeat center center;
    mask-size: contain;
}

.opinionsChannel .allItems li .item:hover img {
    filter: brightness(108%) contrast(108%);
}

.opinionsChannel .allItems li .item:hover .desc h2 {
    color: #E03322;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .opinionsChannel {
        width: 100%;
        margin-bottom: 30px;
        padding:0 10px
    }

    .opinionsChannel .allItems li .desc h2 {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }
}
