@charset "UTF-8";
/* .angemhasu{width: 457px;height: 364px;object-fit: cover;object-position: top; border-radius: 50px;} */

/* news_sec start */
.news_sec{height: 760px;width: 100%;background: #fff;position: relative;display: flex;align-items: center;justify-content: center;background:url(../img/news/news_b.png) center/cover no-repeat, #fff;}
.news_sec .new_sec_inner{width: 1400px;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}

/* new_sec_s start */
.new_sec_s{overflow: hidden; height: 580px; width: 893px;position: relative;left: 50px;}
.new_sec_s .swiper-slide{cursor: pointer; color: #fff; background: #2E486B;opacity: 30%;transition: .3s;background-blend-mode: multiply;display: flex;align-items: center;justify-content: center;}
.new_sec_s .swiper-slide a{display: grid;align-content: center; align-items: center;justify-content: center; }
.new_sec_s .swiper-slide.swiper-slide-next,
.new_sec_s .swiper-slide.swiper-slide-prev{opacity: 70%;}
.new_sec_s .swiper-slide.swiper-slide-active{opacity: 1;background: #031a4cd9;}

.new_sec_s .swiper-slide p:nth-child(1){grid-row: 1;grid-column: 1 /span 2;font-size: 20px;font-weight: bold; line-height: 36px;width: 785px;}
.new_sec_s .swiper-slide p:nth-child(2){grid-row: 2;grid-column: 1;font-size: 20px;line-height: 36px;}
.new_sec_s .swiper-slide p:nth-child(3){grid-row: 2;grid-column: 2;font-size: 17px;font-weight: 200;line-height: 36px;display: flex;justify-content: flex-end;}
/* new_sec_s end */

.news_sec .tbx{text-align: right;} 
.news_sec .tbx p:nth-child(1){font-size: 26px;line-height: 36px;} 
.news_sec .tbx p:nth-child(1) .cb{color: #3D8CC3;font-weight: 800;} 
.news_sec .tbx p:nth-child(2){color: #191919; font-size: 42px;font-weight: bold;line-height: 36px;margin-top: 17px;} 
.news_sec .tbx .news_btn{display: flex;align-items: center;margin-top: 76px;justify-content: flex-end;} 
.news_sec .tbx .news_btn .news_btn_inner{display: flex;align-items: center;cursor: pointer;}
.news_sec .tbx .news_btn .news_btn_inner:hover span{left: 10px;}
.news_sec .tbx .news_btn span{transition: .3s;position: relative;left: 0; color: #191919; font-size: 20px;font-weight: bold;line-height: 36px;} 
.news_sec .tbx .news_btn img{margin-left: 19px;} 

.rl_m_txt {display: inline-block; white-space: nowrap; position: absolute; font-size: 105px; top: 50%;font-family: 'REVONZA'; color: #3E3E3E; opacity: 16%;transform: translateY(-50%);right: 60%;}
/* news_sec end */





@media screen and (max-width: 1450px) {
.news_sec .new_sec_inner{justify-content: space-evenly;}
.new_sec_s{width: 690px;left: 0px;height: 300px;}
.new_sec_s .swiper-slide p:nth-child(1){width: 650px;}
.news_sec .tbx{margin-right: 0px;}
}
@media screen and (max-width: 1025px) {
.news_sec{height: auto;}
.new_sec_s{width: 90%;max-width: 500px;}
.news_sec .new_sec_inner{flex-direction: column-reverse;}
.news_sec .tbx p:nth-child(1){font-size: 16px;line-height: 23px;}
.news_sec .tbx p:nth-child(2){font-size: 28px;font-weight: bold;line-height: 36px;margin-top: 10px;}
.new_sec_s .swiper-slide p{padding: 0 18px;}
.new_sec_s .swiper-slide p:nth-child(1){width: auto;font-size: 16px;line-height: 36px;}
.new_sec_s .swiper-slide p:nth-child(2){font-size: 16px;line-height: 20px;grid-column: 1/span 2;min-width: 280px;}
.new_sec_s .swiper-slide p:nth-child(3){grid-row: 1;font-size: 16px;line-height: 36px;}

.news_sec .tbx{text-align: left;margin-top: 75px;width: 90%;max-width: 500px;margin-bottom: 23px;margin-top: 13px;}
.rl_m_txt{top: 18%;font-size: 57px;}
.news_sec .tbx .news_btn .news_btn_inner{justify-content: flex-end;}
.news_sec .tbx{margin-top: 75px;}

.news_sec .tbx.m{margin-top: 13px;margin-bottom: 42px;}
.news_sec .tbx.m .news_btn{margin-top: 0;}
.news_sec .tbx .news_btn span{font-size: 16px;}
.news_sec .tbx .news_btn img{margin-left: 16px;}
}

@media screen and (max-width: 768px) {
    
}