@charset "utf-8";

.custom_latest { position: relative; padding: 20px; height: 100%; border: 1px solid #d3d3d3; }
.custom_latest .top { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #e8e8e8; }
.custom_latest .top a { position: relative; display: inline-block; font-weight: 700; font-size: 28px; color: #0e8144; }
.custom_latest .top a img { width: 21px; }

.custom_latest .mid { position: relative; }
.custom_latest .mid .items { position: relative; margin-top: 12px; display: block; }
.custom_latest .mid .items .others { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.custom_latest .mid .items .others .others_scr1 { font-weight: normal; font-size: 18px; color: #383838; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.custom_latest .mid .items .others .others_scr2 { margin-left: 10px; min-width: max-content; font-weight: normal; font-size: 18px; color: #686868; line-height: 1.4; }

.custom_latest .mid .items:first-of-type { margin-top: 0px; }
.custom_latest .mid .items:first-of-type .others { display: none; }

.custom_latest .mid .items .first_cont { display: none; }
.custom_latest .mid .items:first-of-type .first_cont { display: block; }

.custom_latest .mid .items .first_cont1 .itemwrap { position: relative; display: flex; flex-wrap: nowrap; }
/* .custom_latest .mid .items .first_cont1 .itemwrap::after { display: block; content: ''; clear: 'both'; } */

.custom_latest .mid .items .first_cont1 .itemwrap .img_wrap { position: relative; min-width: max-content; margin-right: 15px; width: 210px; height: 140px; overflow: hidden; text-align: center; }
.custom_latest .mid .items .first_cont1 .itemwrap .img_wrap img { position: relative; top: 50%; left: 50%; transform: translate(-50%,-50%); display: inline-block; width: initial; height: initial; min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; }

.custom_latest .mid .items .first_cont1 .itemwrap .txt_wrap { position: relative; width: 100%; overflow: hidden; }
.custom_latest .mid .items .first_cont1 .itemwrap .txt_wrap .txtbox { position: relative; top: 50%; transform: translateY(-50%); }
.custom_latest .mid .items .first_cont1 .itemwrap .txt_wrap .txtbox .txt1 { font-weight: 700; font-size: 18px; color: #000; line-height: 1.66; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.custom_latest .mid .items .first_cont1 .itemwrap .txt_wrap .txtbox .txt2 { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2; }
.custom_latest .mid .items .first_cont1 .itemwrap .txt_wrap .txtbox .txt2, .custom_latest .mid .items .first_cont1 .itemwrap .txt_wrap .txtbox .txt2 * { font-weight: normal !important; font-size: 18px !important; color: #6d6d6d !important; line-height: 1.65 !important; }
.custom_latest .mid .items .first_cont1 .itemwrap .txt_wrap .txtbox .txt2 img { display: none !important; }

@media (max-width: 1230px) {

    .custom_latest .top { padding-bottom: 16px; margin-bottom: 16px; }

    .custom_latest .mid .items .first_cont1 .itemwrap .img_wrap { width: 200px; height: 135px; }
    
    .custom_latest .mid .items .first_cont1 .itemwrap .txt_wrap .txtbox .txt1 { font-size: 16px; }
    .custom_latest .mid .items .first_cont1 .itemwrap .txt_wrap .txtbox .txt2, .custom_latest .mid .items .first_cont1 .itemwrap .txt_wrap .txtbox .txt2 * { font-size: 16px !important; line-height: 1.5 !important; }
}
@media (max-width: 1024px) {
    .custom_latest .top { padding-bottom: 14px; margin-bottom: 14px; }
}
@media (max-width: 524px) {
    .custom_latest .mid .items .first_cont1 .itemwrap { display: block; }

    .custom_latest .mid .items .first_cont1 .itemwrap .img_wrap { margin-right: 0; }
    
    .custom_latest .mid .items .first_cont1 .itemwrap .txt_wrap { margin-top: 10px; }
    .custom_latest .mid .items .first_cont1 .itemwrap .txt_wrap .txtbox { top: initial; transform: translateY(0); }

    .custom_latest .mid .items .first_cont1 .itemwrap .txt_wrap .txtbox .txt2, .custom_latest .mid .items .first_cont1 .itemwrap .txt_wrap .txtbox .txt2 * { font-size: 15px !important; line-height: 1.4 !important; }
}

.custom_latest .mid .items .first_cont2 .itemwrap { position: relative; display: block; }
.custom_latest .mid .items .first_cont2 .itemwrap .txt_wrap { position: relative; width: 100%; overflow: hidden; }
.custom_latest .mid .items .first_cont2 .itemwrap .txt_wrap .txtbox { position: relative; }
.custom_latest .mid .items .first_cont2 .itemwrap .txt_wrap .txtbox .txt1 { font-weight: 700; font-size: 18px; color: #000; line-height: 1.66; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.custom_latest .mid .items .first_cont2 .itemwrap .txt_wrap .txtbox .txt2 { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2; }
.custom_latest .mid .items .first_cont2 .itemwrap .txt_wrap .txtbox .txt2, .custom_latest .mid .items .first_cont2 .itemwrap .txt_wrap .txtbox .txt2 * { font-weight: normal !important; font-size: 18px !important; color: #6d6d6d !important; line-height: 1.65 !important; }
.custom_latest .mid .items .first_cont2 .itemwrap .txt_wrap .txtbox .txt2 img { display: none !important; }

@media (max-width: 1230px) {    
    .custom_latest .mid .items .first_cont2 .itemwrap .txt_wrap .txtbox .txt1 { font-size: 16px; }
    .custom_latest .mid .items .first_cont2 .itemwrap .txt_wrap .txtbox .txt2, .custom_latest .mid .items .first_cont2 .itemwrap .txt_wrap .txtbox .txt2 * { font-size: 16px !important; line-height: 1.5 !important; }
}