/**주문결제, 마이페이지 스크롤 Active**/
@media all and (min-width:1024px) {
  .myWrap.active .myLeft{position:relative !important}
  .myWrap.active .myLeft .mypageBox{background:#fff;position: sticky;top: 0;transition:all ease .25s;z-index:9;}
  .myWrap.active .myRight{}
}

@media all and (min-width:1201px) {
  .paymentWrap.active > .right{position: fixed;top:146px;right: calc(calc(100% - 1400px) / 2);background:#fff;transition:all ease .25s;z-index:9;}
  .paymentWrap.active > .left{padding-right:380px;width: 100%;}
}

@media all and (min-width:1201px) and (max-width:1400px){
  .paymentWrap.active > .right{right:25px;}
}
._objWidget {overflow: unset;}
