/* new */

.theme-new .foot_menus {
  background: url(theme-01.png), #363636;
  padding: 33px 0;
  background-size: cover, 100% 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
.theme-new .header {
  background: url(theme-01-01.png), #292929;
  background-size: 100% auto;
  background-position: 50%;
}
.slider-item-new-content {
  color: #fff !important;
}
/* march */
.theme-march .header {
  background: url(theme-02-01.png), #292929;
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
}

.theme-march .foot_menus {
  background: url(theme-02.png), #363636;
  padding: 33px 0;
  background-size: 100% auto, 100% 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (max-width: 1700px) {
  .theme-march .header{
    background: #292929;
  }
  .theme-march .foot_menus{
    background: #363636;
  }
}
.slider-item-march-content:after {
  content: '';
  width: 40%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -20px;
  height: calc(100% + 40px);
  background: url(after-mart.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.slider-item-march-content {
  padding: 20px 50% 20px 20px;

  background: rgba(255,255,255,0.4) !important;
}
/* feb */
.theme-feb .foot_menus {
  background: url(theme-04.png), #363636;
  padding: 33px 0;
  background-size: cover, 100% 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
.theme-feb .header {
  background: url(theme-03-01.png), #292929;
  background-size: 100% 100%;
  background-position: 50%;
}
.slider-item-feb .slider-inner {
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 68%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  background-position: 0;
  background-size: 60% 100%;
  background-repeat: no-repeat;
}
