html,body{margin:0; padding:0; font-size:14pt; font-family: Arial, Helvetica, sans-serif;}


.dwp_body{width:100%; min-height:100vh; background: url(images/bg.jpg); padding-bottom:54px;}
.banner_box{display: flex; flex-direction: column; gap:10px;}
.banner{width:100%;font-size: 0;}
.banner>img{width:100%;}
.banner_box>label{font-size:1.1rem; padding:0 15px; display: block; text-align: center;  }
.banner_box>p{font-size:0.8rem; margin:0;  padding:0 15px;  }

.roller_display_box{ padding:10px 15px; margin:20px 0; display: flex; flex-direction: column; gap:10px; background: #ffffff5b;}
.roller_display_box>label{text-align: center; font-size:1.1rem; }
.roller_display,.r_d_ul,.r_d_pagination{position: static; width:100%;  }
.r_d_li>img{width:100%;}
.r_d_pagination.swiper-pagination .swiper-pagination-bullet-active{background: #2A495C;}

.image_introduction_box{ padding:30px 15px; display: flex; flex-direction: row; gap:10px; flex-wrap: wrap; }
.image_introduction{width:calc(50% - 5px); position: relative;}
.image_box{width:100%; font-size: 0;padding-bottom:71%; position: relative;cursor: pointer;}
.image_box>img{    position: absolute;width: 100%;height: 100%;object-fit: cover;left: 0;right: 0;top: 0;}
.introduction_li{display: flex;flex-direction: column; gap:10px; padding-top:10px; padding-bottom:44px;}
.introduction_li>label{font-size:1rem; display: block; color:#2A495C; font-weight: bold; margin-bottom:5px;}
.introduction_li>p{font-size:0.7rem; margin:0; line-height:0.9rem; color: #3d3d3d;}
.btu_more{background:linear-gradient(to right bottom, #305275 20%, #1C3853 80%); height:34px; box-sizing: border-box; position: absolute; bottom: 0; color: #fff; display:flex; align-items: center; width:100%; justify-content: center; padding:0 15px; font-size:0.8rem; text-align: center;}

.disclaimers{font-size:0.6rem; padding:15px 0; margin:0 15px; color: #738594; display: block; border-top: 1px solid #b9bec3;  }

.dwp_consulting_service{width:100%; height:54px; cursor: pointer; background:#ffffff9d; backdrop-filter: blur(10px); transition: all 0.12s;  position: fixed; bottom:0; left:0; display: flex; align-items: center; justify-content: center;}
.dwp_consulting_service:active{backdrop-filter: blur(20px);}
.dwp_consulting_service>span{font-size:1.2rem; display: flex; align-items: center; gap:8px;}
.dwp_consulting_service>span::before{width:24pt; height:24pt; margin-top:2px; display: block; content: ""; background: url(images/whatsapp.png) no-repeat; background-size: 100%;}

.swiper-slide{height:40vw; width: auto;}
.r_d_li>img{height:100%; width: auto;}

@media only screen and (min-width:1260px) {
.max1260{max-width:1260px; margin:0 auto !important;}
.image_introduction { display: flex;gap: 10px;  padding-bottom:44px;}
.image_box{width:50%;padding-bottom:35.5%;}
.introduction_li{width:calc(50% - 10px); padding-bottom:0;}
}