/*Add font ================================*/
#main_slides {
  background: rgba(222, 212, 212, 0.15);
}

footer {
  border-top: 20px solid #7b2382;
}

.full.faq {
  font-family: "Roboto", sans-serif;
  color: #646569;
}
.full.faq .nav {
  padding: 0;
}
.full.faq .box_header {
  border-bottom: 1px solid #7b2382;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.full.faq .box_header .nav_bot {
  font-weight: 500;
  margin: 1.5rem 0;
  color: #646569;
  font-size: 20px;
}
.full.faq .box_header .short {
  font-size: 16px;
  font-weight: 400;
}
.full.faq .list_item {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.full.faq .list_item .item {
  margin-bottom: 20px;
  transition: 350ms;
}
.full.faq .list_item .item:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.full.faq .list_item .item .title {
  text-align: center;
  padding-top: 10px;
  padding-bottom: calc(1rem + 10px);
  background: #7b2382;
  color: #ffffff;
  font-size: 16px;
}
.full.faq .list_item .item img {
  max-width: 100%;
}

.full.detail {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.full.detail .nav_bot {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin: 1.5rem 0;
}
.full.detail .nav_bot span {
  color: #993399;
}

#item_detail {
  border-top: 1px solid #7b2382;
  margin-top: 1rem;
  padding-top: 3rem;
  font-family: "Roboto", sans-serif;
}
#item_detail .col_left {
  display: none;
}
@media (min-width: 601px) {
  #item_detail .col_left {
    display: block;
  }
}
#item_detail .col_left .h3 {
  color: #7b2382;
  font-size: 20px;
  font-weight: bolder;
}
#item_detail .col_left ul {
  margin-top: 20px;
}
#item_detail .col_left ul li.active a {
  color: #fff;
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #7b2382;
  border: 1px solid #7b2382;
}
#item_detail .col_left ul li a {
  position: relative;
  font-size: 16px;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  color: #7b2382;
}
#item_detail .col_right h1 {
  margin-bottom: 20px;
  font-weight: bolder;
  font-size: 20px;
  color: #7b2382;
}
#item_detail .col_right h2 {
  color: #800080;
  font-size: 20px;
  font-size: 500;
}
#item_detail .col_right h3, #item_detail .col_right strong {
  color: #800080;
  font-size: 14px;
  font-weight: 600;
}
#item_detail .col_right .date {
  font-size: 16px;
  margin-bottom: 20px;
  color: #646569;
}
#item_detail .col_right .gallery .title {
  color: #800080;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2rem;
}
#item_detail .col_right .gallery .items {
  margin-bottom: 2rem;
  position: relative;
}
#item_detail .col_right .gallery .items h3 {
  color: #646569;
  font-size: 18px;
  text-align: center;
  margin-top: 2rem;
}
#item_detail .col_right .gallery .items img {
  max-width: 100%;
}
#item_detail .col_right .gallery .slick-slider {
  position: unset;
  margin-bottom: 0;
}
#item_detail .col_right .gallery .slick-dots {
  bottom: 10px;
  z-index: 99;
  margin: 0 -5px;
}
#item_detail .col_right .gallery .slick-dots li {
  width: 15px;
  height: 15px;
}
#item_detail .col_right .gallery .slick-dots li button {
  width: 15px;
  height: 15px;
}
#item_detail .col_right .gallery .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #D6D6D6;
  opacity: 0.5;
  border-radius: 50%;
}
#item_detail .col_right .gallery .slick-dots li:hover button:before {
  background: #D6D6D6;
  opacity: 0.5;
}
#item_detail .col_right .gallery .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #869791;
}