/*
.item_list .item_list_pager ul {
  display: flex;
justify-content: center;
}
.item_list .item_list_pager ul li {
  margin-right: 10px;
}
.item_list .item_list_pager ul li a {
  width: 25px;
  height: 25px;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 3px;
}
.item_list .item_list_pager ul li a:hover {
  background: #d6d6d6;
  border-radius: 50%;
}
.item_list .item_list_pager ul li.here {
  width: 25px;
  height: 25px;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 3px;
  background: #d6d6d6;
  border-radius: 50%;
}
.item_list .item_list_pager ul li.pager_prev {
  margin-right: auto;
  width: 73px;
}
.item_list .item_list_pager ul li.pager_prev a {
  width: 100%;
}
.item_list .item_list_pager ul li.pager_prev a:hover {
  background: none;
}
.item_list .item_list_pager ul li.pager_next {
  margin-left: auto;
  width: 73px;
}
.item_list .item_list_pager ul li.pager_next a {
  width: 100%;
}
.item_list .item_list_pager ul li.pager_next a:hover {
  background: none;
}
*/
.item_list ul.list_area li{
    max-width: calc(25% - 11px);
    width: unset;
    min-height: 340px;
    height: auto !important;
}
.item_list ul.list_area li:nth-child(4n){
  margin-right: 0 !important;
}
.container{
 padding-top:0 !important;
}
.container--change{
  max-width: 1120px;
  margin: 0 auto;
  padding:0 10px 1px !important;
}
.container--change{
  padding-top: 0 !important;
  margin-top: 0 !important;
 padding-bottom: 0 !important;
}
/*sub nav*/
   .row {
    margin: 0 !important;
  }
  .ct-bg-sub-bar {
    background-color: #FAF21E;
  }

  .sub-header {
    max-width: 1130px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    display: table;
    width: 100%;
    text-align: center;
  }

  .sub-header .row .col-6 {
    padding: 10px 5px;
  }

  .sub-header .row .col-6 div {
    position: relative;
  }

  .sub-header .row .col-6 div::before {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0;
    left: -5px;
    height: 100%;
    width: 2px;
    background-color: #B7B7B7;
  }
  .category_info_area{
    padding-bottom: 35px;
  }

  .sub-header .row .col-6:last-child div::after {
    position: absolute;
    content: "";
    top: 0;
    right: -7px;
    height: 100%;
    width: 2px;
    background-color: #B7B7B7;
  }

  .sub-header a {
    color: black;
    text-decoration: none;
    font-size: 13px;
  }

  .sub-header-ruler {
    height: 1px;
    background-color: #e6e6e6;
    width: 100%;
    display: none;
  }

  @media screen and (max-width: 1000px) {
    .sub-header .row .col-6 div {
      font-size: 13px;
    }
  }

  @media screen and (max-width: 850px) {
    .sub-header .row .col-6 div {
      font-size: 12px;
    }
  }

  @media screen and (max-width: 767px) {
    .item_list ul.list_area li {
      margin-bottom: 8px !important;
    }
    .item_list ul.list_area li{
    max-width: calc(50% -2.5px) !important;
    }
   .item_list ul.list_area li:nth-child(2n + 1){
    margin-right: 2.5px;
    margin-left:0;  
    }
    .item_list ul.list_area li:nth-child(2n){
    margin-left: 2.5px;
    margin-right: 0; 
    }
    .sub-header {
      padding-top: 75px;
    }

    .sub-header .row a {
      position: relative;
    }

    .sub-header {
      position: relative;
    }

    .sub-header::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 100%;
      width: 1px;
      margin: auto;
      background-color: #e6e6e6;
      padding-top: 0 !important;
    }

    .sub-header-ruler {
      display: block;
    }

    .sub-header .row .col-6 div {
      font-size: 13px;
    }

    .sub-header .row .col-6 {
      padding: 14px 5px 9px;
    }

    .ct-bg-sub-bar {
      background-color: #f3f3f3;
    }

    .sub-header .row .col-6 div::before,
    .sub-header .row .col-6:last-child div::after {
      content: none;
    }


    .sub-header {
      padding-left: 0;
      padding-right: 0;
    }

  }
@media screen and (max-width: 767px){
.item_list ul.list_area li {
    max-width: calc(50% - 2.5px) !important;
    width: unset !important;
    min-height: 66.667vw;
}
}
@media screen and (max-width: 567px){
  .item_list ul.list_area li{
   min-height:unset !important;
   height: auto;
  }
  .item_list ul.list_area li figure {
     width:unset !important;
     height: unset !important;
  }
}
    /*sub nav end*/
/* iPhone 6 and 6 Plus */
@media only screen
  and (max-device-width: 640px),
  only screen and (max-device-width: 667px),
  only screen and (max-width: 480px)
  {
     .col-4{
      flex: 0 0 calc(33.333333% - 1px);
      max-width: calc(33.333333% - 1px);
    }
   .col-md-3{
      flex: 0 0 calc(50% - 1px);
      max-width: calc(50% - 1px);
    }
    .col-6{
      flex: 0 0 calc(33.333333% - 1px);
      max-width: calc(33.333333% - 1px);
    }
  }