@charset "UTF-8";

.bg-footer{
	background: #ecebeb url(../img/icons/footer.jpg) no-repeat right top;
	background-size:contain;
}

@media (max-width: 719.98px) {
  .bg-footer{
	background: #ecebeb !important;
  }
}

.bg-concept{
	background: url(../img/home/back_concept.jpg) no-repeat !important;
	background-size:cover !important;
}

.bg-concept p{
	color: #fff !important;
}
.sub {
  position: relative;
  padding-top: 5px;
  padding-bottom: 20px;
  color: #949494;
  font-family: 'Alegreya', serif ;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.sub:after {
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: #952036;
}
.bg-concept .sub,.bg-footer-black .sub ,.bg-darkwood .sub{
  color: #fff;
}
.bg-concept .sub:after ,.bg-footer-black .sub:after ,.bg-darkwood .sub:after{
  background: #cb9293;
}

.bg-gray{
  background:#aaa;
}

.bg-darkwood{
  background: url(../img/icons/bg-darkwood.jpg);
  color: #fff;
}

.bg-footer-black{
  color: #fff;
}

.bg-footer-black .nav-link {
  color: #fff !important;
}

.company dt{
  font-weight: 400;
  line-height: 1.4rem;
  padding-bottom: 1rem;
  color: #ccc;
}
.company dl{
  margin-bottom: 2rem;
}
.company a{
  color: #fff;
  text-decoration: none;
}
.confirm dt{
  font-size: 0.75rem;
  font-weight: 400;
}
.confirm dl:last-child{
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
h1.fw-bolder{
  font-family: 'Alegreya', serif ;
}


.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}
@media (max-width: 719px) {
  .sidebar-box { 
    padding: 25px 0;
  }
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}
.sidebar-box h3, .sidebar-box .h3 {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}
.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.categories li a,
.sidelink li a {
  display: block;
}
.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #bbb;
}
.categories li.active a,
.sidelink li.active a {
  color: #000;
  font-style: italic;
}

.custom-pagination {
  display: block;
}
.custom-pagination li {
  display: inline-block;
}
.custom-pagination li a {
  border: none;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 5px;
  line-height: 50px !important;
  text-align: center;
  border: 1px solid #efefef;
  border-radius: 50%;
}
.custom-pagination li a:hover, .custom-pagination li a:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  background: #cb9293;
  color: #fff;
  -webkit-box-shadow: 0 15px 30px -10px rgba(241, 121, 69, 0.5);
  box-shadow: 0 15px 30px -10px rgba(241, 121, 69, 0.5);
}
.custom-pagination li.prev a, .custom-pagination li.next a {
  width: auto !important;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px !important;
}
.custom-pagination li.active a {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  background: #972036;
  color: #fff;
  -webkit-box-shadow: 0 15px 30px -10px rgba(241, 121, 69, 0.5);
  box-shadow: 0 15px 30px -10px rgba(241, 121, 69, 0.5);
}


.main_contents h6{
  font-size: 1.1rem;
}








