
.main_area05 {display: flex; background-color: #eeeeee;justify-content: flex-end; overflow: hidden;}

.nest_news_banner{height:50vw; position: relative;display: flex;flex-direction: column; justify-content: space-between; width: calc(100vw - ((100vw - 79.16666vw) / 2)); overflow: hidden;}

.nest_news_title{position: absolute;top: 0;left: 0;width: 100%;display: flex;flex-direction: column; justify-content:flex-start;margin-top: 6.25vw;margin-bottom: 6.125vw;align-items: flex-start;}
.nest_news_title > div:nth-child(1) {font-size: 2.125rem;font-weight: bold; color: #101010;} 
.nest_news_title > div:nth-child(1) > span {font-size: 1.625rem; font-weight: 500; color: #333333;}

.nest_news_banner .bn_controller{position: absolute; bottom: 0; right: calc(100% - 79.16666vw); display: flex; align-items: center; gap: 1.041666667vw;}

.nest_news_list{position: absolute; top: 18vw; display: flex;justify-content: space-between;margin-bottom: 6.166666667vw; gap: 3.125vw;}
.nest_news_item{display: flex;flex-direction: column; background-color: #F7F8FA; width:16.59375vw; padding: 1.083333333vw 0.770833333vw; text-align: center; }
.nest_news_item > div{font-size: 1.375em;font-weight: bold;margin: 1.041666667vw 0;color: #222;letter-spacing: -0.07px;}
.nest_news_item > li:nth-child(3){font-size: 1em;margin-bottom: 1.979166667vw;text-align: center;color: #999999;letter-spacing: -0.05px;padding:0px 1.770833333vw;}

.nest_news_item img{width: 100%;}
/* .nest_news_item a{width: 100%; margin-bottom: 1.5625vw;} */

.nest_news_list a{margin-left: 0.1vw;}

.bo_common{margin: 13.0208vw 0px; }

/* .nest_news > a{padding: 2vw;} */


.next_btn3 {border: none;}

.prev_btn3 {border: none;}

.skip_btn3{ border: 1px solid#1a1a1a;background-color: #ffffff; border-radius: 10px; padding: 0.3vw; }

@media (max-width: 768px) {

    .next_btn3 > img, .prev_btn3 > img{width: 3vw;}
}