.advantage-section{display:flex;align-items:stretch;padding:20px;background:#fff;border-top:2px solid rgba(var(--main-color), 1);border-bottom:2px solid rgba(var(--main-color), 1);gap:10px;position:relative;min-height:200px;max-width:1200px;margin:0 auto}.advantage-section .advantage-left{flex:0 0 clamp(100px,30vw,350px);display:flex;flex-direction:column;justify-content:center}.advantage-section .advantage-left h2{font-size:clamp(24px,3vw,32px);font-weight:bold;color:#000;margin:0 0 5px 0;line-height:1.2}.advantage-section .advantage-left p{color:#666;font-size:clamp(12px,1.2vw,14px);margin:0 0 20px 0;line-height:1.5}.advantage-section .advantage-left .slide-btn-group{display:flex;gap:5px}.advantage-section .advantage-left .slide-btn-group .slide-control-btn{width:40px;height:30px;border:1px solid #000;background:#fff;color:#666;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;border-radius:0;transform:skew(-25deg)}.advantage-section .advantage-left .slide-btn-group .slide-control-btn.slide-prev-btn::before{content:"<";font-size:20px;transform:skew(25deg)}.advantage-section .advantage-left .slide-btn-group .slide-control-btn.slide-next-btn::after{content:">";font-size:20px;transform:skew(25deg)}.advantage-section .advantage-left .slide-btn-group .slide-control-btn:hover{background:rgba(var(--main-color), 1);color:#fff;border-color:#ccc}.advantage-section .advantage-left .slide-btn-group .slide-control-btn:disabled{opacity:.5;cursor:not-allowed;background:#f0f0f0}.advantage-section .advantage-middle{display:flex;align-items:stretch;align-self:stretch}.advantage-section .advantage-middle .custom-divider-nav{display:flex;flex-direction:column;gap:8px;width:2px;height:100%;justify-content:flex-start}.advantage-section .advantage-middle .custom-divider-nav>li{cursor:pointer;flex:none;display:flex;align-items:center}.advantage-section .advantage-middle .custom-divider-nav>li.divider-line{display:block;width:100%;flex-grow:1;min-height:2px;background:#ddd;transition:background .2s ease}.advantage-section .advantage-middle .custom-divider-nav>li.divider-line:hover{background:#999}.advantage-section .advantage-middle .custom-divider-nav>li.divider-line.nav-active{background:rgba(var(--main-color), 1) !important}.advantage-section .advantage-middle .custom-divider-nav>li.divider-line.nav-active:hover{background:rgba(var(--main-color), 1) !important}.advantage-section .advantage-right{align-self:stretch;flex:1;padding:clamp(15px,2vw,20px);background:#f6f8fd;display:block;overflow:hidden;position:relative;min-height:180px}.advantage-section .advantage-right .slider-items{width:100%;height:100%;position:relative}.advantage-section .advantage-right .slider-items .slide-item{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;gap:clamp(15px,2vw,20px);opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease;z-index:1}.advantage-section .advantage-right .slider-items .slide-item.slide-active{opacity:1;visibility:visible;z-index:2}.advantage-section .advantage-right .slider-items .slide-item .slide-icon{flex-shrink:0}.advantage-section .advantage-right .slider-items .slide-item .slide-icon img{width:clamp(60px,8vw,80px);height:auto;-o-object-fit:contain;object-fit:contain;display:block}.advantage-section .advantage-right .slider-items .slide-item .slide-text{flex:1}.advantage-section .advantage-right .slider-items .slide-item .slide-text h3{font-size:clamp(16px,2vw,22px);font-weight:bold;text-transform:uppercase;color:#000;margin:0 0 5px 0;line-height:1.2}.advantage-section .advantage-right .slider-items .slide-item .slide-text p{color:#666;font-size:clamp(12px,1.2vw,14px);line-height:1.5;margin:0}@media(max-width: 768px){.advantage-section{flex-direction:column;gap:20px;padding:15px}.advantage-section .advantage-left{flex:none;width:100%;border-bottom:1px solid #ddd;padding-bottom:15px;align-items:center;text-align:center}.advantage-section .advantage-middle{flex:none;width:100%;height:1px}.advantage-section .advantage-middle .custom-divider-nav{flex-direction:row;width:100%;height:1px;justify-content:center;gap:15px}.advantage-section .advantage-middle .custom-divider-nav>li{flex:none}.advantage-section .advantage-middle .custom-divider-nav>li.divider-line{width:20px;height:1px}.advantage-section .advantage-middle .custom-divider-nav>li.divider-line:hover{height:1px;width:25px}.advantage-section .advantage-middle .custom-divider-nav>li.divider-line.nav-active{width:25px !important;height:1px !important}.advantage-section .advantage-right{width:100%;min-height:150px}.advantage-section .advantage-right .slider-items .slide-item{flex-direction:column;align-items:center;text-align:center}}@media(max-width: 480px){.advantage-section{padding:10px}.slide-btn-group{justify-content:center}}/*# sourceMappingURL=page-about_advantage-section.min.css.map */