/********************
¶¦ÄÌ
********************/

body {
  min-width: 1200px !important;
}

table.tbl_calendar {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

table.tbl_calendar caption {
  font-weight: bold;
  margin: 10px auto;
}

.fav-item {
  position: absolute;
  right: 25px;
  top: 10px;
}

.fav-item button {
  animation: none;
  border: none;
  background: none;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.fav-item button.is-added {
  color: rgba(255, 115, 115, 0.5);
}

.hdrMiddle.hdrMiddle--logoLeft .hdrMiddle__center {
  padding: 0 115px !important;
}

#ftr .copyright {
  max-width: 1200px;
  margin: auto;
  padding: 10px 30px !important;
}

.pager.searchResult {
  margin-top: 0;
}

.h2B.text--left::after {
  margin-left: 0;
}

.breadcrumb ol li {
  display: inline-block;
}

.breadcrumb ol li::after {
  content: " > ";
}

.breadcrumb ol li:last-child::after {
  content: "";
}

.subpage-fv {
  margin: 40px 0;
  position: relative;
}

.subpage-fv-comment {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -60px;
}

.subpage-h1 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 60px 0;
}

.subpage-h2 {
  text-align: center;
  margin: 60px 0;
}

.subpage-h2 span {
  display: inline-block;
  position: relative;
  padding: 0 50px;
  font-size: 33px;
  line-height: 1.4;
}

.subpage-h2 span::before,
.subpage-h2 span::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: black;
  top: 0;
}

.subpage-h2 span::before {
  left: 0;
  transform: rotate(-45deg);
}

.subpage-h2 span::after {
  right: 0;
  transform: rotate(45deg);
}

.radius-25 {
  border-radius: 25px;
}

.color-red {
  color: #A74D4D;
}

.dl-border div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: #D6D6D6 1px solid;
}
.dl-border div dt,
.dl-border div dd {
  padding: 15px;
}
.dl-border div dt {
  width: 25%;
}

.dl-border div dd {
  width: 75%;
}

.table-border {
  width: 100%;
  border-collapse: collapse;
}

.table-border thead th,
.table-border tbody td {
  padding: 15px;
}
.table-border thead {
  border-bottom: #D6D6D6 2px solid;
}
.table-border thead th {
  text-align: left;
}
.table-border tbody tr {
  border-bottom: #D6D6D6 1px solid;
}