.mainArea {
  padding: 80px 0 150px;
  background-color: #fbfaf5; }
  @media (max-width: 767px) {
    .mainArea {
      padding-top: 30px; } }

.contentBox {
  position: relative;
  padding-bottom: 100px; }

.titleBox {
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(206, 188, 145, 0.2); }
  @media (max-width: 767px) {
    .titleBox {
      padding-bottom: 20px; } }
  .titleBox .title {
    font-size: 23px;
    color: #353535; }

.pinBox {
  position: relative;
  background-color: #fbfaf5;
  z-index: 1; }

.storeClassBox {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(206, 188, 145, 0.2);
  letter-spacing: 1px; }
  @media (max-width: 1180px) {
    .storeClassBox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 767px) {
    .storeClassBox {
      padding: 0; } }
  .storeClassBox .storeClassTitle {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 45px;
    margin-right: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #000; }
    @media (max-width: 1180px) {
      .storeClassBox .storeClassTitle {
        margin: 0;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .storeClassBox .storeClassTitle {
        margin-bottom: 0;
        padding-top: 30px;
        padding-bottom: 30px; } }
    .storeClassBox .storeClassTitle:before, .storeClassBox .storeClassTitle:after {
      content: "";
      position: absolute;
      right: 0;
      top: calc(50% - 5.5px);
      width: 11px;
      height: 11px;
      background-color: #457f81;
      border-radius: 50%; }
    .storeClassBox .storeClassTitle:after {
      right: 17px; }
  .storeClassBox .storeClassListBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fbfaf5; }
    @media (max-width: 960px) {
      .storeClassBox .storeClassListBox {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .storeClassBox .listBox {
    position: relative;
    max-width: 315px;
    margin: 5px 6px;
    width: 100%; }
    @media (max-width: 767px) {
      .storeClassBox .listBox {
        margin: 5px auto; } }
  .storeClassBox a.main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    background-color: #cab380; }
    .storeClassBox a.main.open:before {
      bottom: auto;
      top: 16px;
      border-bottom: none;
      border-top: 1px solid #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .storeClassBox a.main:before {
      content: "";
      position: absolute;
      bottom: 16px;
      right: 34px;
      width: 9px;
      height: 9px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .storeClassBox ul {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 100%;
    height: 200px;
    overflow-y: auto;
    background-color: #fff; }
    .storeClassBox ul a {
      display: inline-block;
      width: 100%;
      height: 40px;
      line-height: 40px;
      text-align: center;
      letter-spacing: 2px;
      font-size: 13px;
      font-weight: 300;
      color: #000;
      border-bottom: 1px solid #ddd; }

table {
  border-spacing: 0px;
  table-layout: fixed; }

thead th {
  padding: 20px 0;
  position: relative;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px; }
  thead th:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 2px);
    height: 2px;
    background-color: #cebc91; }
  thead th:nth-of-type(1), thead th:nth-of-type(2) {
    width: 140px; }
    @media (max-width: 480px) {
      thead th:nth-of-type(1), thead th:nth-of-type(2) {
        width: 95px; } }
  thead th:nth-of-type(3) {
    width: 190px; }
    @media (max-width: 480px) {
      thead th:nth-of-type(3) {
        width: 120px; } }
  thead th:nth-of-type(4):before {
    width: 100%; }
  thead th:last-child {
    width: 65px;
    text-align: center; }
    thead th:last-child:before {
      width: 100%; }

tbody td {
  position: relative;
  padding: 0 20px;
  height: 60px;
  font-weight: 400;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd; }
  @media (max-width: 480px) {
    tbody td {
      padding: 0 10px; } }
  tbody td:nth-of-type(1):before, tbody td:nth-of-type(2):before, tbody td:nth-of-type(3):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #dddddd; }
  tbody td:nth-of-type(1) {
    padding-left: 0; }
    tbody td:nth-of-type(1) a {
      font-weight: 500; }
  tbody td:last-child a {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 25px;
    color: #cab380; }
    tbody td:last-child a:hover {
      color: #0f765e; }
  tbody td a {
    font-weight: 400; }

.selectBox {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .selectBox > a {
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(202, 179, 128, 0.6);
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    .selectBox > a.hide {
      pointer-events: none;
      opacity: 0; }
    .selectBox > a:hover {
      background-color: #0f765e;
      border-color: #0f765e; }
      .selectBox > a:hover:before {
        background-color: #fff; }
      .selectBox > a:hover:after {
        border-color: #fff; }
    .selectBox > a:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 12px;
      width: 16px;
      height: 1px;
      background-color: #cab380;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .selectBox > a:after {
      content: "";
      position: absolute;
      top: 20px;
      width: 6px;
      height: 6px;
      border: 1px solid #cab380;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
  .selectBox .prev:after {
    left: 12px;
    border-bottom: none;
    border-right: none;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .selectBox .next {
    margin-left: 15px; }
    .selectBox .next:after {
      right: 12px;
      border-bottom: none;
      border-left: none;
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.pageBox {
  position: absolute;
  bottom: 0;
  left: 0; }
  .pageBox > a {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px; }
    .pageBox > a:hover:before, .pageBox > a.current:before {
      background-color: rgba(0, 0, 0, 0.5); }
    .pageBox > a:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.1);
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }

.numBox {
  margin-top: 10px; }
  .numBox .currentPage {
    color: #777; }
