.menu_box {
    padding-top: 15px;
    margin-bottom: 20px;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}

.menu_box nav{
    width: 309px;
    margin-right: -9px;
    overflow: hidden;
    height: auto;
}
.menu_box nav ul li {
    float: left;
    height: 93px;
    width: 142px;
    margin-right: 9px;
    border: 1px solid #C5B19A;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.menu_box nav ul li a {
    text-indent: -9999px;
    display: block;
    height: 93px;
    width: 142px;
    background-size: 142px 93px;
}
.menu_box nav .menu1 a {
    background-image: url(../images/index/menu1_bg.png);
    background-repeat: no-repeat;
}
.menu_box nav .menu2 a {
    background-image: url(../images/index/menu2_bg.png);
    background-repeat: no-repeat;
    
}
.flick_box {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-bottom: 20px;
}


.flick_cmt {
    font-size: 14px;
    color: #CF7F26;
    padding-top: 10px;
    padding-bottom: 10px;
}
.flick_box .arrow-left {
    background: url(../images/index/flick_arrow_left.png) no-repeat;
    position: absolute;
    width: 30px;
    height: 150px;
    left: -38px;
    top: 0px;
    background-size:30px 150px;
}
.flick_box .arrow-right {
    background: url(../images/index/flick_arrow_right.png) no-repeat left bottom;
    position: absolute;
    width: 30px;
    height: 150px;
    top: 0px;
    right: -38px;
    background-size:30px 150px;
}
.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 10px;
    width: 100%;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 5px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.flick_box_underline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #967653;
    margin-bottom: 15px;
    margin-top: 5px;
}



.ban_box .left {
	float: left;
}
.ban_box .right {
	float: right;
}
.h2_box .to_topics {
    float: right;
    width: 58px;
    margin-right: 10px;
    height: 24px;
    margin-top: 10px;
}




.to_topics a {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	text-align: center;
	display: block;
	background-image: url(../images/index/arrow.png);
	background-size: 4px 12px;
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 12px;
	padding-left: 3px;
	margin-top: 6px;
}
.topics {
    overflow: hidden;
    height: auto;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/index/topics_ul_bg.png);
    margin-bottom: 45px;
}
.topics_li a  {
    padding-top: 18px;
    padding-bottom: 18px;
    height: auto;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #C5B19A;
    cursor: pointer;
    background-image: url(../images/index/topics_li_bg.png);
    background-size: 25px 59px;
    background-repeat: no-repeat;
    background-position: right;
    overflow: hidden;
    padding-left: 15px;
    display: block;
}
.topics .title{
    color: #CF7F26;
    font-size: 16px;
    width: 240px;
}

.calendar {
  margin-bottom: 40px;
}

.calendar-wrap {
  padding: 10px;
}

.calendar-box {
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.year-month {
  margin-bottom: 10px;
  font-size: 13px;
  text-align: center;
}

.calendar-box:first-child {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bdbdbd;
}

.calendar-table {
    width: 100%;
}

.calendar-table .gray {
  opacity: .3;
}

.calendar-table thead th:first-child {
  color: #c4373e;
}

.calendar-table thead th:last-child {
  color: #00a094;
}

.calendar-table td {
  text-align: center;
  position: relative;
  padding: 5px 0;
}

.calendar-table td:first-child {
  color: #c4373e;
}

.calendar-table td:not(.none):nth-child(2):before,
.calendar-table tr:nth-child(4) td:not(.none):first-child:before,
.calendar-table td.holiday:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(196, 55, 62, 0.35);
}

.instagram {
  margin-bottom: 40px;
}
