<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrap { width: 100%; min-width: 320px; position: relative; margin: 0 auto; overflow: hidden; visibility: hidden; } 
#header { width: 100%; position: relative; margin: 0 auto; } 
#container { width: 100%; position: relative; margin: 0 auto; } 
.inner { max-width: 1840px; position: relative; margin-left: auto; margin-right: auto; } 
.inner02 { max-width: 1680px; position: relative; margin-left: auto; margin-right: auto; } 
.inner03 { max-width: 1400px; position: relative; margin-left: auto; margin-right: auto; } 

.inner-1780{
  padding: 0 70px;
  /* max-width: 1780px; */
   position: relative; 
   margin-left: auto; 
   margin-right: auto;
   width: 100%; 
}
.inner-1848{
  padding: 0px 36px;
  /* max-width: 1780px; */
   position: relative; 
   margin-left: auto; 
   margin-right: auto;
   width: 100%; 
}
.inner-1440{
 
  max-width: 1440px;
   position: relative; 
   margin-left: auto; 
   margin-right: auto;
   width: 100%; 
}
.inner-1220{
 
  max-width: 1220px;
   position: relative; 
   margin-left: auto; 
   margin-right: auto;
   width: 100%; 
}





#footer { width: 100%; clear: both; position: relative; margin: 0 auto; } 

@media all and (max-width: 1880px){
 .inner { width: auto; margin-left: 3.90625%; margin-right: 3.90625%; }

  .header-side .inner {margin: 0;}
} 
 
@media all and (max-width: 1780px){
 .inner02 { width: auto; margin-left: 3.90625%; margin-right: 3.90625%; } 
 .inner03 { width: auto; margin-left: 3.90625%; margin-right: 3.90625%; } 
 }







 @media all and (max-width:1400px) {
  .step02 .flex{
    gap: 14px !important;
  }
  .step02 .flex .cont+.cont::before{
  margin-right: 14px !important;
  }
}

@media all and (max-width:1200px) {
  .step01.step .flex .col-right{
    width: 100%;
  }
  .step01.step .flex .col-right svg,
  .step01.step .flex .col-left svg{
    transform: rotate(90deg);
  }
  .step01.step .flex .col-left{
    width: 100%;
  }
  .step01.step .flex{
    display: flex;
    /* align-items: center; */
    align-items: flex-end;
    gap: 40px !important;
    flex-direction: column;
  }
  .step01.step .flex .col-left-top{
    display: flex;
    align-items: center;
    gap: 40px !important;
    flex-direction: column;
  }
.col-left-top .wide .tag{
display: none !important;
}

.step01.step .flex .col-right .img-cont{
  display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
}
.step01.step .flex .col-right .cont{
  width: 100%;
}
.step01.step .flex .col-right{
  display: flex;
  align-items: center;
  gap: 40px;
  flex-direction: column;
}
.txt-cont .col-right,
.txt-cont .col-left{
  max-width: none !important;
}
.step .flex .col-right .svg-thumb{
  margin-top: 0 !important;
}




  
}

@media all and (max-width: 768px){
  .show-768{
    display: block !important;
  }
  .hide-768{
   display: none !important;
  }
}
@media all and (max-width: 720px){
 .inner,
 .inner02,
 .inner03 { margin-left: 4.17vw; margin-right: 4.17vw; } 
 }



 @media all and (max-width: 1300px){
  .inner-1848,
  .inner-1780,
  .inner-1780,
  .inner-1220{
    padding: 0 20px;
  }
  /* .sc-regi .inner-1220 {
    padding: 40px 20px !important;
  } */
  .footer .inner-1220 {
    padding: 42px 20px !important;
  }
 }</pre></body></html>