/*------------------------
  top_add_20201211.scss
------------------------*/
.topMainSld #pfa_prev,
.topMainSld #pfa_next {
  position: absolute;
  height: auto;
  bottom: 0;
  cursor: pointer;
  overflow: visible !important;
  z-index: 100;
  width: 50px; }
  .topMainSld #pfa_prev img,
  .topMainSld #pfa_next img {
    margin: 0; }
  .topMainSld #pfa_prev:hover img,
  .topMainSld #pfa_next:hover img {
    opacity: 0.7; }
.topMainSld #pfa_prev {
  right: 50px; }
.topMainSld #pfa_next {
  right: 0px; }
.topMainSld .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  bottom: 19px; }
  @media screen and (max-width: 46em) {
    .topMainSld .slick-dots {
      width: auto;
      padding: 0;
      bottom: 15px;
      left: 15px; } }
  .topMainSld .slick-dots li {
    width: 50px;
    height: auto;
    margin: 0 5px; }
    @media screen and (max-width: 46em) {
      .topMainSld .slick-dots li {
        display: block;
        position: static;
        width: auto;
        margin: 0; } }
    @media screen and (max-width: 46em) {
      .topMainSld .slick-dots li + li {
        margin-left: 5px; } }
    .topMainSld .slick-dots li button {
      background-color: #fff;
      width: 50px;
      height: 5px;
      padding: 0;
      border: 1px solid #111;
      opacity: 0.7; }
      @media screen and (max-width: 46em) {
        .topMainSld .slick-dots li button {
          width: 25px;
          height: 3px;
          border: none !important;
          opacity: 1;
          transition: background-color .3s; } }
      .topMainSld .slick-dots li button:before {
        content: none; }
    .topMainSld .slick-dots li.slick-active button {
      background-color: #111;
      border: 1px solid #fff; }
      @media screen and (max-width: 46em) {
        .topMainSld .slick-dots li.slick-active button {
          background-color: #000; } }
.topMainSld .item a {
  display: block; }
  .topMainSld .item a img {
    width: 100%; }

.is_wht {
  color: #fff; }
  .is_wht:after {
    background-color: #fff; }
