.cg_freespace_01 {
  margin: 5px 0 10px;
}

.cg_freespace_01 img {
  width: 100%;
}

.cg_freespace_02 {
  margin-bottom: 10px;
}

.category_title{
margin: 20px 0;
line-height: 1.5em;
font-size: 21px;
font-weight: 900;
letter-spacing: 1.2px;}

.category_detail{
line-height: 2em;
font-size: 14px;
letter-spacing: 1px;}

.expl{
  font-size: 11px;
  margin: 10px 0;
  padding: 0;
  height: 4.3em;
  overflow: hidden;}

.expl a{
  opacity: 0.7;
}

/* productlist */
.productlist_heading {
  margin: 40px 0 20px;
  padding-bottom: 10px;
}
.productlist_lists {
  margin-top: 20px;
  font-size: 12px;
}
.productlist_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.subcategorylist_lists {
  font-size: 12px;
  margin-top: 40px;
}
ul.subcategorylist_lists > li {
  margin-bottom: 10px;
}
.subcategorylist_list {
}
.subcategorylist_list_img {
}

.productlist_number {
  float: left;
  line-height: 1.4;
}
.productlist_number span {
  font-size: 18px;
  padding: 0 5px;
}
.productlist_sort {
  float: right;
}
.productlist_sort a {
  padding: 5px 10px;
  background: #f0efe9;
  border-radius: 20px;
}
.productlist_sort a:hover {
  background: #403a39;
  color: #f0efe9;
}
.productlist_sort a.sort_select {
  background: #403a39;
  color: #f0efe9;
}

/* pagerlist */
.pagerlist {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.pagerlist ul {

  text-align: right;
  padding-top: 15px;
}
.pagerlist li {
  text-align: center;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pagerlist li a,
.pagerlist li span {
  display: block;
  float: left;
  min-width: 26px;
  height: 26px;
  box-sizing: border-box;
  padding: 0 .5em;
}
.pagerlist li a {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
.pagerlist li a:hover {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}
.pagerlist li span {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
}

.pagerlist_sp {
  text-align: center;
}
.pagerlist_sp_top {
  margin: 20px 0 10px 0;
}
.pagerlist_sp_btm {
  margin: -20px 0 60px;
}
.pagerlist_sp ul {
  margin: 0;
}
.pagerlist_sp li {
  display: inline;
  margin: 0 5px;
}
.pagerlist_pos {
  font-size: 12px;
  margin: 10px 0;
}
.pagerlist_pos span {
  font-size: 14px;
  padding: 0 5px;
}

.c_btn a{
  text-align: center;
  border: 5px solid #27292a;
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #27292a;
  display: block;
  margin-top: 20px;
  max-width: 400px;
}

.c_btn a:hover{
  color: #fff;
  background-color: #27292a;}

.tower_table {
  width: 100%;
  margin: 50px 0;
}

.tower_table th,td {
  padding: 5px;
  font-size: 12px;
  text-align: center;
}

.tower_table th {
  background: #f0efe9;
  border: 1px solid #fff;
  font-weight: normal;
}

th.table_title {
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
}

.delivery_hall span {
  padding: 0 0.5em;
  line-height: 1em;
  background: linear-gradient(transparent 50%, #f0efe9 50%);
  font-size: 0.8em;
}

.delivery_sub {
 font-size: 0.9em;
  opacity: 0.7;
  margin: 15px 0 30px;
}

.city {
  margin: 30px 0 15px;
}

.hall {
  margin-bottom: 10px !important;
  width: 33.33333%;
  float: left;
  padding-right: 1%;
  padding-left: 1%;
  box-sizing: border-box;
}

.hall a {
  text-align: center;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #403a39;
  display: block;
  background: #f0efe9;
}

.hall a:hover {
  color: #f0efe9;
  background-color: #403a39;
}

@media (max-width: 768px) {
  .cg_freespace_01 {
    padding: 0 20px;
  }
  .category_image {
    margin: 0 -20px;
  }
  .cg_freespace_02 {
    font-size: 12px;
    margin-bottom: 60px;
  }
  .productlist_noitem {
    padding: 0 10px 20px;
  }
  .productlist_sort {
    font-size: 12px;
    float: none;
    text-align: center;
  }  
  .category_title {
    font-size: 18px;
  }  
  .hall {
    width: 50%;
  } 
  .productlist_heading {
    text-align: center;
    border: none;
    padding: 0 0.5em;
    line-height: 1em;
    background: linear-gradient(transparent 50%, #f0efe9 50%);
    display: inline-block;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
  }
  .category_list_title {
    text-align: center;
  }
    .expl {
      font-size: 9.5px;
      height: 6.2em;
      line-height: 1.5em;
  }
}

@media (max-width: 480px) {
  .category_title {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .category_detail {
    font-size: 12px;
    letter-spacing: 0.8px;
    line-height: 1.8em;
  }
}

@media (min-width: 769px) {
  .list_hover a {
    position: relative;
    display: block;
  }
  .list_hover a:hover:after {
    opacity: 1;
  }
  .list_hover a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18,86,120,.4);
    font-family: 'Renner*';
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    content: "VIEW DETAIL";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    transition: all .5s ease;
  }
}