/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
/*---------- START BREADCRUMB ----------*/
.page-header {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-header {
    padding-top: 4.2rem;
    padding-bottom: 9.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-header {
    padding-top: 1rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.7rem;
    position: relative;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .breadcrumb {
    display: none;
  }
}
.page-header .breadcrumb:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: var(--co-blue);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-header .breadcrumb a {
  text-decoration: none;
  position: relative;
  padding-right: 1.4rem;
  margin-right: 0.8rem;
}
.page-header .breadcrumb a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border: solid #18172b;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.3rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.page-header .heading_ttl {
  font-weight: 600;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .page-header .heading_ttl {
    font-size: 4.8rem;
    margin: 4.2rem 0 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .heading_ttl {
    font-size: 2.8rem;
    margin: 0 0 2rem;
  }
}
.page-header .page-desc {
  margin: 0;
}
.page-header .slide_txt {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.page-header .slide_txt .slide_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 60s linear infinite;
          animation: marquee 60s linear infinite;
}
.page-header .slide_txt .slide_track p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  font-family: var(--font-teko);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(145, 151, 226, 0.1);
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .page-header .slide_txt .slide_track p {
    font-size: 18rem;
    line-height: 1.4333333333;
    margin: 0 9.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .slide_txt .slide_track p {
    font-size: 8rem;
    line-height: 1;
    margin: 0 3rem 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .page-content {
    margin-top: 3.7rem;
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-content {
    margin: 2rem 0 3rem;
  }
}
.page-content .sidebar .category-filter .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .page-content .sidebar .category-filter .list-category {
    margin-top: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .sidebar .category-filter .list-category {
    margin-top: 2rem;
  }
}
.page-content .sidebar .category-filter .list-category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f3f4ff;
  height: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9197e2;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 0.2rem;
}
.page-content .sidebar .category-filter .list-category a:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .page-content .sidebar .category-filter .list-category a {
    padding: 0 2.2rem;
    margin-bottom: 1rem;
  }
  .page-content .sidebar .category-filter .list-category a:hover {
    background: var(--co-blue);
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .sidebar .category-filter .list-category a {
    width: calc(50% - 0.5rem);
    padding: 0 1rem;
    font-size: 1.3rem;
  }
}
.page-content .sidebar .category-filter .list-category a.active {
  background: var(--co-blue);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .page-content .sidebar .tag-filter {
    margin-top: 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .sidebar .tag-filter {
    margin-top: 3rem;
  }
}
.page-content .sidebar .tag-filter .list-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .page-content .sidebar .tag-filter .list-tag {
    margin-top: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .sidebar .tag-filter .list-tag {
    margin-top: 2rem;
  }
}
.page-content .sidebar .tag-filter .list-tag a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.1rem solid #9197e2;
  border-radius: 0.2rem;
  color: #9197e2;
  padding: 0.6rem 1.6rem;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .page-content .sidebar .tag-filter .list-tag a:hover {
    background: var(--co-blue);
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .sidebar .tag-filter .list-tag a {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-content .sidebar .pickup-filter {
    margin-top: 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .sidebar .pickup-filter {
    margin-top: 3rem;
  }
}
.page-content .sidebar .pickup-filter .expert-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .page-content .sidebar .pickup-filter .expert-list {
    margin-top: 1.5rem;
    gap: 2.9rem 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .sidebar .pickup-filter .expert-list {
    gap: 2rem;
    margin-top: 2rem;
  }
}
.page-content .sidebar .pickup-filter .expert-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .page-content .sidebar .pickup-filter .expert-item {
    width: calc(50% - 1.9rem);
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .sidebar .pickup-filter .expert-item {
    width: 100%;
    gap: 1rem;
  }
}
.page-content .sidebar .pickup-filter .expert-item .expert-avatar {
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-content .sidebar .pickup-filter .expert-item .expert-avatar {
    width: 11rem;
    height: 11rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .sidebar .pickup-filter .expert-item .expert-avatar {
    width: 6rem;
    height: 6rem;
  }
}
.page-content .sidebar .pickup-filter .expert-item .expert-avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.page-content .sidebar .pickup-filter .expert-item .expert-info {
  width: 100%;
}
.page-content .sidebar .pickup-filter .expert-item .expert-info .expert-name {
  color: var(--co-blue);
  margin: 0;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .page-content .sidebar .pickup-filter .expert-item .expert-info .expert-name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .sidebar .pickup-filter .expert-item .expert-info .expert-name {
    font-size: 1.6rem;
  }
}
.page-content .sidebar .pickup-filter .expert-item .expert-info .expert-badge {
  border: 0.1rem solid #9197e2;
  color: #9197e2;
  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;
  border-radius: 0.2rem;
  margin-top: 0.3rem;
}
@media only screen and (min-width: 768px) {
  .page-content .sidebar .pickup-filter .expert-item .expert-info .expert-badge {
    width: 5rem;
    height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .sidebar .pickup-filter .expert-item .expert-info .expert-badge {
    width: 4rem;
    height: 2rem;
    font-size: 1.2rem;
  }
}
.page-content .content-right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-content .content-right {
    margin-top: 9.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .content-right {
    margin-top: 5rem;
  }
}
.page-content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .page-content-flex {
    gap: 6.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-content-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .page-content-flex .sidebar {
    width: 23rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-content-flex .sidebar .category-filter .list-category .cat-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 1.1rem;
  margin: 0;
}
.page-content-flex .sidebar .category-filter .list-category .cat-tab .number {
  width: 2rem;
  height: 2rem;
  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;
  color: #e7f707;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 50%;
  background: #303ab1;
}
.page-content-flex .sidebar .category-filter .list-category .cat-tab.active .number {
  background: #e7f707;
  color: #303ab1;
}
@media only screen and (min-width: 768px) {
  .page-content-flex .sidebar .tag-filter {
    margin-top: 7.4rem;
  }
  .page-content-flex .sidebar .tag-filter .list-tag a {
    padding: 0.6rem 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-content-flex .sidebar .pickup-filter {
    margin-top: 7.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-content-flex .sidebar .pickup-filter {
    margin-top: 3rem;
  }
}
.page-content-flex .sidebar .pickup-filter .expert-list {
  gap: 2rem;
  margin-top: 2rem;
}
.page-content-flex .sidebar .pickup-filter .expert-item {
  width: 100%;
  gap: 1rem;
}
.page-content-flex .sidebar .pickup-filter .expert-item .expert-avatar {
  width: 6rem;
  height: 6rem;
}
.page-content-flex .sidebar .pickup-filter .expert-item .expert-info .expert-name {
  font-size: 1.6rem;
}
.page-content-flex .sidebar .pickup-filter .expert-item .expert-info .expert-badge {
  width: 4rem;
  height: 2rem;
  font-size: 1.2rem;
}
.page-content-flex .sidebar .pickup-filter .expert-item .expert-info .expert-role {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .page-content-flex .content-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.6rem;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .pagination {
    gap: 2.9rem;
    margin-top: 6.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagination {
    gap: 0.5rem;
    margin-top: 3rem;
  }
}
.pagination .page-num {
  border: 0.1rem solid #cbcde5;
  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;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .pagination .page-num {
    width: 4rem;
    height: 5.5rem;
    font-size: 2rem;
  }
  .pagination .page-num:hover {
    border: 0.1rem solid var(--co-blue);
    color: var(--co-blue);
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  .pagination .page-num {
    font-size: 1.6rem;
    width: 3rem;
    height: 3.5rem;
  }
}
.pagination .page-num.active {
  border: 0.1rem solid var(--co-blue);
  color: var(--co-blue);
  font-weight: 600;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page-plog .article-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .page-plog .article-grid {
    gap: 6rem 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plog .article-grid {
    gap: 3rem;
    margin-top: 2rem;
  }
}
.page-plog .article-card {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .page-plog .article-card {
    width: calc(33.3333333333% - 3.8666666667rem);
  }
  .page-plog .article-card:hover .article-read-btn {
    background: #fff;
    color: var(--co-blue);
  }
  .page-plog .article-card:hover .img-ph img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media only screen and (max-width: 767px) {
  .page-plog .article-card {
    padding: 0;
  }
}
.page-plog .article-card-img {
  width: 100%;
  height: 24rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
}
.page-plog .article-card-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.page-plog .article-card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
}
.page-plog .article-card-meta span.article-date {
  color: var(--co-blue);
  font-size: 1.6rem;
  font-family: var(--font-teko);
  line-height: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0.3rem;
}
.page-plog .article-card-meta span.article-cat {
  background: var(--co-blue);
  font-size: 1.2rem;
  border-radius: 0.2rem;
  height: 2.6rem;
  color: #fff;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .page-plog .article-card-meta span.article-cat {
    padding: 0.1rem 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plog .article-card-meta span.article-cat {
    padding: 0.5rem 1.3rem 0;
  }
}
.page-plog .article-card-title {
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .page-plog .article-card-title {
    font-size: 2rem;
    margin: 0.5rem 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plog .article-card-title {
    font-size: 1.8rem;
    margin: 0.5rem 0 1rem;
  }
}
.page-plog .article-card-body {
  position: relative;
  margin-top: 1.5rem;
}
.page-plog .article-card p {
  margin: 0;
}
.page-plog .article-card .article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0 0;
}
.page-plog .article-card .article-tags .tag {
  border: 0.1rem solid #9197e2;
  border-radius: 0.2rem;
  color: #9197e2;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.05rem 0.9rem;
}
.page-plog .article-card .article-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.4rem 0 0;
}
.page-plog .article-card .article-author-avatar {
  border-radius: 50%;
  background: #d9d9d9;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .page-plog .article-card .article-author-avatar {
    width: 6rem;
    height: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plog .article-card .article-author-avatar {
    width: 4rem;
    height: 4rem;
  }
}
.page-plog .article-card .article-author-avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.page-plog .article-card .article-author-name {
  margin: 0;
}
.page-plog .article-card .article-read-btn {
  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;
  color: #fff;
  border-radius: 50%;
  background: var(--co-blue);
  position: absolute;
  border: 0.1rem solid var(--co-blue);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .page-plog .article-card .article-read-btn {
    width: 5rem;
    height: 5rem;
    right: 0;
    top: 8.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plog .article-card .article-read-btn {
    display: none;
  }
}

.page-plogsingle .page-content {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .article-header {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plogsingle .article-header {
    margin-bottom: 2rem;
  }
}
.page-plogsingle .article-header-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
}
.page-plogsingle .article-header-meta span.article-date {
  color: var(--co-blue);
  font-size: 1.6rem;
  font-family: var(--font-teko);
  line-height: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0.3rem;
}
.page-plogsingle .article-header-meta span.article-cat {
  background: var(--co-blue);
  font-size: 1.2rem;
  border-radius: 0.2rem;
  height: 2.6rem;
  color: #fff;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .article-header-meta span.article-cat {
    padding: 0.1rem 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plogsingle .article-header-meta span.article-cat {
    padding: 0.5rem 1.3rem 0;
  }
}
.page-plogsingle .article-header-title {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .article-header-title {
    font-size: 3.6rem;
    line-height: 1.3888888889;
  }
}
@media only screen and (max-width: 767px) {
  .page-plogsingle .article-header-title {
    font-size: 1.8rem;
  }
}
.page-plogsingle .article-header-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .article-header-tags {
    margin: 2.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-plogsingle .article-header-tags {
    margin: 1.5rem 0 0;
  }
}
.page-plogsingle .article-header-tags .tag {
  border: 0.1rem solid #9197e2;
  border-radius: 0.2rem;
  color: #9197e2;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.05rem 0.9rem;
}
.page-plogsingle .article-header-title {
  margin: 0.8rem 0 0;
}
.page-plogsingle .article-eyecatch {
  width: 100%;
  border-radius: 0.4rem;
  overflow: hidden;
}
.page-plogsingle .article-eyecatch img {
  width: 100%;
  display: block;
}
.page-plogsingle .sidebar-block {
  border: 0.2rem solid #9197e2;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .sidebar-block {
    margin: 8rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-plogsingle .sidebar-block {
    margin: 3rem 0 0;
  }
}
.page-plogsingle .sidebar-block-title {
  background: #9197e2;
  font-weight: 600;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .sidebar-block-title {
    font-size: 2rem;
    padding: 1.5rem 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plogsingle .sidebar-block-title {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .sidebar-block-body {
    padding: 0.7rem 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plogsingle .sidebar-block-body {
    padding: 1.2rem;
  }
}
.page-plogsingle .sidebar-block-body ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 7.6rem;
  padding: 0;
}
.page-plogsingle .sidebar-block-body li {
  border-bottom: 0.1rem dotted #9197e2;
  list-style-type: none;
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .sidebar-block-body li {
    padding: 1.3rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plogsingle .sidebar-block-body li {
    padding: 1rem 1.5rem;
  }
}
.page-plogsingle .sidebar-block-body li:last-child {
  border-bottom: none;
}
.page-plogsingle .sidebar-block-body li:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .sidebar-block-body li:after {
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    border-left: 1rem solid var(--co-blue);
    top: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plogsingle .sidebar-block-body li:after {
    border-top: 0.4rem solid transparent;
    border-bottom: 0.4rem solid transparent;
    border-left: 0.6rem solid var(--co-blue);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.page-plogsingle .sidebar-block-body li a {
  text-decoration: none;
}
.page-plogsingle .article-body-ph {
  border-bottom: 0.1rem solid #dddddd;
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .article-body-ph {
    margin-top: 7.2rem;
    padding-bottom: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plogsingle .article-body-ph {
    margin-top: 3rem;
    padding-bottom: 2rem;
  }
}
.page-plogsingle .article-body-ph .ph-label {
  font-weight: 400;
  color: #9197e2;
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .article-body-ph .ph-label {
    font-size: 1.8rem;
    margin: 0 0 -3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plogsingle .article-body-ph .ph-label {
    font-size: 1.6rem;
    margin: 0;
  }
}
.page-plogsingle .article-body-ph .ph-label span {
  font-family: var(--font-teko);
}
.page-plogsingle .article-body-ph .ph-h2 {
  font-weight: 600;
  color: var(--co-blue);
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .article-body-ph .ph-h2 {
    font-size: 2.4rem;
    background: url(../images/top/ico-security.svg) no-repeat left top 1.3rem;
    background-size: 2.2rem auto;
    padding-left: 3.1rem;
    margin-top: 4.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plogsingle .article-body-ph .ph-h2 {
    font-size: 1.8rem;
    background: url(../images/top/ico-security.svg) no-repeat left top 0.6rem;
    background-size: 1.8rem auto;
    padding-left: 2.4rem;
    margin-top: 1.5rem;
  }
}
.page-plogsingle .article-body-ph .ph-h3 {
  font-weight: 600;
  margin: 1rem 0 0;
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .article-body-ph .ph-h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plogsingle .article-body-ph .ph-h3 {
    font-size: 1.6rem;
  }
}
.page-plogsingle .article-body-ph .ph-img {
  margin: 1.7rem 0 2.9rem;
}
.page-plogsingle .article-footer-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9197e2;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .article-footer-tags {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plogsingle .article-footer-tags {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2rem;
  }
}
.page-plogsingle .article-footer-tags .tags-label {
  font-family: var(--font-teko);
}
.page-plogsingle .article-footer-tags .tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .article-footer-tags .tags-list {
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plogsingle .article-footer-tags .tags-list {
    gap: 0.5rem;
  }
}
.page-plogsingle .article-footer-tags .tags-list span {
  border: 0.1rem solid #9197e2;
  border-radius: 0.2rem;
  color: #9197e2;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.05rem 0.9rem;
}
.page-plogsingle .section-related {
  background: #e6e8fd;
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .section-related {
    margin: 10rem 0 0;
    padding: 9.6rem 0 9.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plogsingle .section-related {
    margin: 4rem 0 0;
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-plogsingle .pickup-grid {
    margin-top: 4rem;
  }
}