/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.page_title {
  background: url("../img/common/bg_title.png") no-repeat center top;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 72px;
}
.page_title .title {
  margin: auto;
  padding-top: 25px;
}

.breadcrumbs {
  margin: 18px 20px 12px;
}
.breadcrumbs ul li {
  float: left;
  font-size: 12px;
  margin-bottom: 6px;
}
.breadcrumbs ul li:not(:last-child) {
  background: url("/assets/img/common/arrow_panlist.png") no-repeat right center;
  -webkit-background-size: 4px;
  -o-background-size: 4px;
  background-size: 4px;
  padding-right: 13px;
  margin-right: 5px;
}
.breadcrumbs ul li a {
  color: #000;
}

.page_backBtn {
  background: url("/assets/img/common/arrow_white.png") no-repeat 95% center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  text-align: center;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 20px;
}
.page_backBtn a {
  color: #FFF;
  display: block;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
}

/********* pager **************/
.contents_pager {
  text-align: center;
  position: relative;
}
.contents_pager p, .contents_pager ul, .contents_pager li {
  display: inline-block;
}
.contents_pager .prev, .contents_pager .next {
  background: no-repeat left center;
  -webkit-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  position: absolute;
}
.contents_pager .prev a, .contents_pager .next a {
  color: #e60012;
  font-size: 14px;
  display: block;
}
.contents_pager .prev {
  background-image: url("/assets/img/common/slick_prev.png");
  left: 20px;
}
.contents_pager .prev a {
  padding: 10px 0 10px 25px;
}
.contents_pager .next {
  background-image: url("/assets/img/common/slick_next.png");
  background-position: right center;
  right: 20px;
}
.contents_pager .next a {
  padding: 10px 25px 10px 0;
}
.contents_pager li {
  width: 36px;
  height: 36px;
  border: 2px solid #aaaaaa;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
}
.contents_pager li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #aaaaaa;
}
.contents_pager li.current {
  color: #e60012;
  border-color: #e60012;
}
.contents_pager li:not(:last-child) {
  margin-right: 10px;
}

/****************/
.cate_title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  display: table;
  margin-bottom: 20px;
}
.cate_title .line {
  width: 45%;
  position: relative;
  display: table-cell;
}
.cate_title .line:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background: #ffec01;
  top: 50%;
  margin-top: -3px;
  left: 0;
}
.cate_title .title {
  padding: 0 15px;
  display: table-cell;
  white-space: nowrap;
  line-height: 1.2;
}

/****************************/
.page_navi {
  margin: 0 20px 20px;
}
.page_navi li {
  margin-bottom: 10px;
  display: inline-block;
  min-width: 50%;
  max-width: 100%;
  margin-left: -4px;
}
.page_navi li a {
  background: url("/assets/img/common/arrow_jump.png") no-repeat left center;
  -webkit-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  line-height: 1.2;
  font-size: 12px;
  padding: 4px 0 4px 25px;
  color: #000;
  display: block;
  text-decoration: none;
}
