.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box .topic-tag-page-name, .topic-list .topic-item .info-box .title, .topic-list .topic-item .info-box .tag a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owl-product .owl-item .img-wrap .title, .topic-list .topic-item .info-box .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 15px;
  }
  .topic-tag-wrap .topic-tag-area .topic-tag-block hr {
    display: none;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 10px;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-subscription {
    margin-left: 5px;
    margin-top: 0;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-tag {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: -10px;
  width: 100%;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-tag {
    margin-right: 0;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-tag.topic-tag-page {
  display: none;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-tag.topic-tag-page {
    display: block;
    width: calc(100% - 150px - 10px);
    margin-left: 10px;
    margin-right: 0;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription {
  margin-top: 8px;
  background: #ebf2fd;
  padding: 5px 0px 5px 10px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription:nth-child(1) {
  margin-top: 0;
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__title {
  width: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #6a6a6a;
  display: inline-block;
  white-space: nowrap;
  line-height: 2em;
}

@media screen and (min-width: 768px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__title {
    width: auto;
  }
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__title > span {
  display: none;
}

@media screen and (min-width: 768px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__title > span {
    display: inline-block;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__tag-box {
  height: 30px;
  overflow: hidden;
  width: calc(100% - 30px);
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__tag-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__tag-box .tag-btn {
  display: none;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__tag-box .tag-btn {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #e1e1e1;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list {
  width: 100%;
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-y: auto;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list {
    margin-left: 0;
    padding-right: 0;
    height: 40px;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list.active + .tag-btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list li {
  margin-right: 10px;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list li {
    margin-bottom: 5px;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list li:last-child {
  margin-right: 0;
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-tag-title {
  line-height: 30px;
  border-bottom: solid 1px #ebf2fd;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-tag-title {
    display: none;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  background: #ebf2fd;
  line-height: 30px;
  padding: 0 0 0 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    margin-left: 0;
    width: 150px;
    height: 155px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box .subscription-btn {
    margin-top: 8px;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box .topic-tag-page-name {
  color: #96bfd9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box .topic-tag-page-name {
    width: auto;
    padding-right: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: unset;
    line-height: 23px;
  }
}

.topic-tag-wrap .topic-tag-area footer {
  display: none;
}

.topic-tag-wrap .tool-btn-wrap {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 114px;
}

.topic-tag-wrap .tool-btn-wrap.topics {
  top: 169px;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .tool-btn-wrap {
    position: static;
    top: auto;
    right: auto;
  }
}

.topic-tag-wrap .tool-btn-wrap .btn {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .topic-tag-wrap .tool-btn-wrap .btn.btn__white {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.owl-product-wrap .owl-product-area {
  background: #eef3fa;
  padding-bottom: 15px;
}

.owl-product {
  position: relative;
  width: calc(100% - 60px);
  margin: auto;
}

.owl-product .owl-item a {
  text-decoration: none;
}

.owl-product .owl-item .img-wrap {
  background: #fff;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  display: block;
}

.owl-product .owl-item .img-wrap .img-box {
  position: relative;
  height: 0;
  padding-top: 100%;
}

.owl-product .owl-item .img-wrap .img-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-product .owl-item .img-wrap .title {
  color: #595757;
  margin-top: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  text-align: center;
  height: 36px;
}

.owl-product .owl-item .price {
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #a20000;
  margin-top: 8px;
  font-size: 21px;
  font-size: 1.3125rem;
}

.owl-product .owl-nav {
  position: absolute;
  top: calc(50% - 27px);
  left: -30px;
  right: -30px;
  margin: 0;
}

.owl-product .owl-nav [class*=owl-],
.owl-product .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (min-width: 970px) {
  .owl-product .owl-nav [class*=owl-]:hover {
    color: #000;
  }
}

.owl-product .owl-nav .owl-prev,
.owl-product .owl-nav .owl-next {
  margin: 0;
}

.owl-product .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}

@media screen and (min-width: 970px) {
  .owl-product .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-product .owl-nav .owl-next {
  position: absolute;
  right: 0px;
}

@media screen and (min-width: 970px) {
  .owl-product .owl-nav .owl-next {
    right: 0px;
  }
}

.page-wrap {
  margin: 30px 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (min-width: 375px) {
  .page-wrap li {
    margin-left: 5px;
  }
  .page-wrap li:nth-child(1) {
    margin-left: 0;
  }
}

.page-wrap li a {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #595757;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  font-size: 17px;
  font-size: 1.0625rem;
}

.page-wrap li:hover a {
  background: rgba(152, 192, 255, 0.23);
}

.page-wrap li.active a {
  background: #96bfd9;
  color: #fff;
}

.page-wrap li.arrow a {
  font-size: 21px;
  font-size: 1.3125rem;
}

.topic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .topic-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.topic-list .topic-item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: solid 1px #96bfd9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.topic-list .topic-item:last-child {
  border-bottom: 0;
}

@media screen and (min-width: 768px) {
  .topic-list .topic-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    width: calc((100% - 30px) / 3);
    margin-left: 15px;
    margin-top: 15px;
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 8px;
  }
  .topic-list .topic-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .topic-list .topic-item:nth-child(1), .topic-list .topic-item:nth-child(2), .topic-list .topic-item:nth-child(3) {
    margin-top: 0;
  }
}

.topic-list .topic-item a {
  text-decoration: none;
}

.topic-list .topic-item .img-box {
  width: 150px;
  display: block;
}

@media screen and (min-width: 768px) {
  .topic-list .topic-item .img-box {
    width: 100%;
  }
}

.topic-list .topic-item .info-box {
  width: calc(100% - 150px - 10px);
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .topic-list .topic-item .info-box {
    width: 100%;
    padding: 10px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.topic-list .topic-item .info-box .title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  color: #000;
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .topic-list .topic-item .info-box .title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.topic-list .topic-item .info-box .desc {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  color: #595757;
}

@media screen and (min-width: 768px) {
  .topic-list .topic-item .info-box .desc {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 23px;
    margin-top: 8px;
    -webkit-line-clamp: 3;
  }
}

.topic-list .topic-item .info-box .tag {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .topic-list .topic-item .info-box .tag {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 5px;
  }
}

.topic-list .topic-item .info-box .tag li {
  margin-left: 5px;
}

.topic-list .topic-item .info-box .tag li:nth-child(1) {
  margin-left: 0;
}

.topic-list .topic-item .info-box .tag a {
  display: block;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 40px;
}

@media screen and (min-width: 375px) {
  .topic-list .topic-item .info-box .tag a {
    max-width: 50px;
  }
}

@media screen and (min-width: 414px) {
  .topic-list .topic-item .info-box .tag a {
    max-width: 70px;
  }
}

@media screen and (min-width: 568px) {
  .topic-list .topic-item .info-box .tag a {
    max-width: 125px;
  }
}

@media screen and (min-width: 768px) {
  .topic-list .topic-item .info-box .tag a {
    max-width: 65px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 970px) {
  .topic-list .topic-item .info-box .tag a {
    max-width: 90px;
  }
}

@media screen and (min-width: 1366px) {
  .topic-list .topic-item .info-box .tag a {
    max-width: 120px;
  }
}

.topic-list .topic-item .info-box .date {
  display: none;
  text-align: right;
  margin-top: 8px;
  color: #96bfd9;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .topic-list .topic-item .info-box .date {
    display: block;
  }
}
