body {
  font-size: 15px !important;
}

@media screen and (min-width: 1025px) and (max-width: 1480px) {

  body {
    font-size: 14px !important;
  }

}

main {
  position: relative;
  margin-top: 0em !important;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  main {
    top: 0px;
    margin-top: 0;
  }

}


section {
  position: relative;
  margin: 1em auto 4em auto;
}


.container {
  box-sizing: border-box;
  width: 94%;
  max-width: 1720px;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    top: 0;
    max-width: 1280px;
  }

}




.margin-off {
  margin: 0 auto;
}

p {
  margin: 12px 0;
}


@media screen and (max-width: 800px) {
  .container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 16px !important;
  }
}





/* Theme 02 */
.theme {
  display: table !important; 
  table-layout: fixed;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

  .theme main {
    top: 0;
  }


@media screen and (max-width: 1025px) {

  .theme main {
    top: 0;
  }

}
/* --- */















/* Theme 01 */
.theme01 {
  display: table !important;
  table-layout: fixed;
  width: 100%;
}
.theme01 aside {
  display: none !important;
}
/* --- */

/* Theme 02 */
.theme02 {
  display: table !important; 
  table-layout: fixed;
  width: 100%;
}
  .theme02 {

  }
  .theme02 main {
    
  }

.theme02 .main_top,
.theme02 header,
.theme02 nav {
  display: none;
}


@media screen and (max-width: 1025px) {
  .theme02 main {
    padding: 0;
  }

  .theme02 .header_bg2,
  .theme02 nav {
    display: block;
  }
}
/* --- */







.gift {
  
}







@media screen and (min-width: 1025px) {

  aside ::-webkit-scrollbar { 
      width: 0px; 
      height: 0px;
  }
  aside ::-webkit-scrollbar-track { 
      background-color: #fff; 
      box-shadow: 0px 0px 3px #fff inset; 
  }
  aside ::-webkit-scrollbar-thumb {      
      border-radius: 11110px; 
      background-color: #000;  
      background-image: url(''); 
      background-position: center; 
      background-repeat: no-repeat; 
  }

}







.win_hide {
  display: none !important;
}









@media screen and (max-width: 1025px) {

  .cat_name,
  .page_text h1,
  .heading {
    display: block;
    margin-bottom: 12px;
    text-align: left;
    line-height: 1.15 !important;
    font-size: 24px;
    font-weight: 400;
  }

}




