@charset "UTF-8";
/*250212 모바일서비스 추가*/
.cs .page_view .mobile-item-box.moservice { gap:60px; }
.cs .page_view .mobile-item-box.moservice .img-box { width:590px; border:none; }
.cs .page_view .mobile-item-box.moservice .info_box { display: block; }
.cs .page_view .mobile-item-box.moservice .info_box .store_group { flex-direction: unset; justify-content: center; gap:10px; }
.cs .page_view .mobile-item-box.moservice .info_box .store_group:first-child { margin-bottom:30px; } 
.cs .page_view .mobile-item-box.moservice .info_box .store_group a { cursor:pointer; }
.cs .page_view .mobile-item-box.moservice .info_box .store_group .qrCode { width:100px; height:100px; }
.cs .page_view .mobile-item-box.moservice .info_box .store_group .qrCode.empty { background-color:#fff; }

@media screen and (max-width: 1275px) { 
  .cs .page_view .mobile-item-box.moservice {
    gap: 30px;
  }
}

@media screen and (max-width: 1211px) { 
  .cs .page_view .mobile-item-box.moservice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs .page_view .mobile-item-box.moservice .info_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .cs .page_view .mobile-item-box.moservice .info_box .qrCode {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100px;
    height: 100px;
  }
  .cs .page_view .mobile-item-box.moservice .info_box .store_group {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 4px;
  }
  .cs .page_view .mobile-item-box.moservice .info_box .store_group a {
    height: 48px;
  }
  .cs .page_view .mobile-item-box.moservice .info_box .store_group a img {
    height: 100%;
  }
}
/*250212 모바일서비스 추가 끝*/

@media screen and (max-width: 720px) {
  /*250212 모바일서비스 추가*/
  .cs .page_view .mobile-item-box.moservice .img-box { text-align:center; }
  .cs .page_view .mobile-item-box.moservice .img-box img { width:65%; }
  /*250212 모바일서비스 추가 끝*/
}