.row-area .left-box.jose { width: 710px; display: flex; flex-direction: column; margin-right: 56px; } .row-area .right-box.jose { width: 410px; } .sh-banner-wp .swiper .tax-banner01 { background: url("../../images/subhome-tax-bg.jpg") right; background-repeat: no-repeat; background-size: cover; background-position: center; } .sh-banner-wp .swiper .tax-banner02 { background-color: pink; } .semu-contentBox { width: 100%; display: flex; flex-direction: column; } .semu-contentBox .semu-contentItem { display: flex; flex-direction: row; margin-bottom: 16px; transition: all 0.2s ease; } .semu-contentBox .semu-contentItem:hover .txt-box .tit { color: #00bd93; } .semu-contentBox .semu-contentItem:hover .item-thumb .thumb-img { scale: 1.04; } .semu-contentBox .semu-contentItem .item-thumb { width: 170px; height: 112px; border-radius: 4px; overflow: hidden; margin-right: 14px; position: relative; } .semu-contentBox .semu-contentItem .item-thumb .thumb-img { width: 170px; height: 112px; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; transition: all 0.2s ease; } .semu-contentBox .semu-contentItem .txt-box { display: flex; flex-direction: column; } .semu-contentBox .semu-contentItem .txt-box .tit { width: 226px; font-size: 17px; font-weight: 500; line-height: 24px; word-break: keep-all; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-bottom: 38px; transition: all 0.2s ease; font-family: "Noto Sans KR", sans-serif; } .semu-contentBox .semu-contentItem .txt-box .bottom-txt { display: flex; flex-direction: row; justify-content: space-between; width: 100%; } .semu-contentBox .semu-contentItem .txt-box .date { font-size: 14px; color: #bababa; } .semu-contentBox .semu-contentItem .txt-box .writer { font-size: 14px; color: #00c398; } .dropDown-jose select { width: 420px; height: 50px; padding: 10px; border-radius: 8px; font-size: 14px; color: #292c33; position: relative; filter: drop-shadow(0px 4px 30px rgba(153, 171, 198, 0.2)); margin-right: 10px; background: #fff url("../../images/select_bg.png") no-repeat right; background-size: 24px; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; border: 1px solid #dae1e6; transition: all 0.2s ease; } .dropDown-jose select:focus { border: 1px solid #292c33; }