/*
 * newshub 템플릿 커스터마이징을 위한 css 파일
*/

/* 서머노트 fullscreen css깨짐 이슈 수정 */
.note-editing-area {
  background-color: #fff;
}

.justify-center {
  justify-content: center;
}

.logo {
  width: 250px;
  height: auto;
}

.emphasis-category {
  color: #d23f42 !important;
}

.mixedcode-mobile-gnb {
  display: none;
}

.mixedcode-mobile-menu {
  display: none;
}

body.modal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.justify-between {
  justify-content: space-between;
}

.btn.btn-default {
  background-color: #e8e8e8;
  color: #000000;
  font-size: 10px;
  font-weight: 700;
  padding: 10px 30px 10px;
  text-transform: uppercase;
}

form.comment .row ul.post-comment {
  padding: 0px;
}

form.comment .row ul.post-comment li {
  padding: 0px 25px;
  border: 0px;
}

ul.post-comment li.media {
  border-bottom: 0px;
  margin-bottom: 16px;
}

ul.post-comment li.media.comment {
  margin-bottom: 0px;
  border-bottom: 3px solid #f5f5f5;
  padding: 25px;
}

ul.post-comment li.media.comment .commenter-avatar {
  margin-top: 12px;
}

ul.post-comment li.media.comment .media-body h2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

ul.post-comment li.media.comment .media-body h2 div span.dt {
  font-weight: 400;
}

ul.post-comment li.media.comment .media-body h2 div span.edit {
  margin-left: 10px;
  font-weight: 400;
  cursor: pointer;
}

ul.post-comment li.media.comment .media-body h2 div span.delete {
  margin-left: 10px;
  font-weight: 400;
  color: red;
  cursor: pointer;
}

ul.post-comment li.media.comment .media-body p {
  color: black;
}

ul.post-comment li.media.comment .media-body .comment-section {
  color: #821cd9;
}

ul.post-comment li.media.comment .media-body .reply:hover {
  color: #70257a;
}

ul.post-comment li.media.comment-section {
  margin-bottom: 0px;
  border-bottom: 3px solid #f5f5f5;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  padding-left: 90px;
  /* background-color: #efefef; */
}

ul.post-comment li.media.comment-section .commenter-avatar {
  margin-top: 12px;
}

ul.post-comment li.media.comment-section .media-body h2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

ul.post-comment li.media.comment-section .media-body h2 div span.dt {
  font-weight: 400;
}

ul.post-comment li.media.comment-section .media-body h2 div span.edit {
  margin-left: 10px;
  font-weight: 400;
  cursor: pointer;
}

ul.post-comment li.media.comment-section .media-body h2 div span.delete {
  margin-left: 10px;
  font-weight: 400;
  color: red;
  cursor: pointer;
}

ul.post-comment li.media.comment-section .media-body p {
  color: black;
}

ul.post-comment li.media.comment-section .media-body .comment-section {
  color: #821cd9;
}

ul.post-comment li.media.comment-section .media-body .reply:hover {
  color: #70257a;
}

.form-group textarea.comments {
  height: 100px;
  resize: none;
}

/* S: floating-btn */
.floatBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 25px;
  bottom: 15px;
  background-color: #70257a;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  width: 50px;
  height: 50px;
  z-index: 99;
}

.chatModal {
  display: none;
  position: fixed;
  bottom: 75px;
  right: 15px;
  width: 416px;
  height: 616px;
  background-color: #821cd9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 999;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .chatModal {
    width: 95%;
    height: 80%;
  }
}

.chatModal > iframe {
  border-radius: 8px;
}

.nav-link {
  border: 1px solid #dee2e6;
  font-size: 14px;
  width: 100%;
  min-width: 100px;
}
.nav-tabs .nav-link {
  border: 1px solid #dee2e6;
}
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #70257a;
  border: 1px solid #70257a;
}
.checkDate {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
}
.checkDate > strong {
  font-size: 16px;
}
.breadcrumb-content.cash {
  padding: 50px 15px;
  background-image: url(../images/cash-background.jpg);
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn.btn-cash {
  width: 100%;
  max-width: 250px;
  height: 100%;
  max-height: 80px;
  text-align: center;
  box-sizing: border-box;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  padding: 1.5rem 1rem;
  border-radius: 0.25rem;
  background-color: #70257a;
  border-color: #70257a;
  text-transform: uppercase;
}

.btn-manage {
  padding: 5px 10px;
  border-radius: 15px;
  background-color: #754e7a;
  color: #fefefe;
  border: 0;
}
.btn-manage:hover {
  background-color: #70257a;
  color: #fefefe;
}

.mixedcode-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  overflow: hidden;
  outline: 0;
  display: none;
}

.mixedcode-modal.active {
  display: block;
}

.mixedcode-modal .modal-basic {
  position: relative;
  display: flex;
}

.mixedcode-modal .modal-basic.width-type-1 {
  min-height: calc(100% - (1.75rem * 2));
  max-width: 500px;
  margin: 1.75rem auto;
  align-items: center;
}

.mixedcode-modal .modal-basic.charge {
  max-height: calc(100% - (1.75rem * 2));
  overflow: hidden;
  overflow-y: auto;
}

.mixedcode-modal .modal-basic.charge::-webkit-scrollbar {
  width: 10px;
}

.mixedcode-modal .modal-basic.charge::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}

.mixedcode-modal .modal-basic.charge .modal-content {
  position: absolute !important;
  top: 0;
}

.mixedcode-modal .modal-basic .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  z-index: 1003;
}

.mixedcode-modal .modal-basic .modal-content .modal-header {
  display: flex;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

.mixedcode-modal .modal-basic .modal-content .modal-header .title {
  vertical-align: middle;
}

.mixedcode-modal .modal-basic .modal-content .modal-header .title p {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px !important;
}

/* .mixedcode-modal .modal-basic .modal-content .modal-header .btn-close {
} */

.mixedcode-modal .modal-basic .modal-content .modal-header .btn-close button.mixedcode-modal-close {
  cursor: pointer;
  background: transparent;
  border: 0;
}

.mixedcode-modal .modal-basic .modal-content .modal-header .btn-close button.mixedcode-modal-close span {
  color: #c8cacc;
  font-size: 18px;
}

.mixedcode-modal .modal-basic .modal-content .modal-header .btn-close button.mixedcode-modal-close span:hover {
  color: #70257a;
}

.mixedcode-modal .modal-basic .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  padding: 24px 1.4rem;
}

.mixedcode-modal .modal-basic .modal-content .modal-body .modal-body-row {
  display: flex;
  align-items: center;
}

.mixedcode-modal .modal-basic .modal-content .modal-body .modal-body-row.info-message {
  flex-direction: column;
  align-items: normal;
  vertical-align: middle;
}

.mixedcode-modal .modal-basic .modal-content .modal-body .modal-body-row.info-message p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

.mixedcode-modal .modal-basic .modal-content .modal-body .modal-body-row.info-message p.info-message-text-sm {
  font-size: 12px;
  margin-bottom: 0;
}

.mixedcode-modal .modal-basic .modal-content .modal-body .modal-body-row .ipt-charge-price {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 7px 14px;
}

.mixedcode-modal .modal-basic .modal-content .modal-body .modal-body-row input[type='number']::-webkit-inner-spin-button,
.mixedcode-modal .modal-basic .modal-content .modal-body .modal-body-row input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mixedcode-modal .modal-basic .modal-content .modal-body .modal-body-row.charge-options {
  margin-top: 14px;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
}

.mixedcode-modal .modal-basic .modal-content .modal-body .modal-body-row.charge-options .charge-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  margin-bottom: 2px;
  border: 1px solid #000;
  width: 100%;
}

.mixedcode-modal .modal-basic .modal-content .modal-body .modal-body-row.charge-options .charge-option .btn-charge-price {
  cursor: pointer;
  width: 80px;
  height: 30px;
  font-size: 12px;
  padding: 5px;
  border-radius: 30px;
  margin-bottom: 0;
  border-color: #70257a;
  background-color: #70257a;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}

.mixedcode-modal .modal-basic .modal-content .modal-body .modal-body-row.charge-options .charge-option .btn-charge-price:hover {
  background-color: #821cd9;
  border-color: #821cd9;
  outline: none;
}

.mixedcode-modal .modal-basic .modal-content .modal-body .modal-body-row.request-cash {
  justify-content: space-between;
  margin-bottom: 14px;
}

.mixedcode-modal .modal-basic .modal-content .modal-body .modal-body-row.tab-next {
  padding: 25px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 14px;
}

.mixedcode-modal .modal-basic .modal-content .modal-body .modal-body-row.tab-next button {
  cursor: pointer;
  width: 100%;
  height: 40px;
  font-size: 13px;
  padding: 8px 12px;
  box-sizing: border-box;
  border-color: #70257a;
  background-color: #70257a;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  border-radius: 0.25rem;
  border: 0;
}

.mixedcode-modal .modal-basic .modal-content .modal-body .modal-body-row.tab-next button:hover {
  background-color: #821cd9;
  border-color: #821cd9;
  outline: none;
}

.mixedcode-modal .modal-basic .modal-content .modal-body .modal-body-row.paypal {
  flex-direction: column;
  align-items: normal;
}

.mixedcode-modal .modal-basic .modal-content .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

.mixedcode-modal .modal-basic .modal-content .modal-footer button {
  outline: none;
  border: 0;
  width: 90px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 1.5em;
  border-radius: 0.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.mixedcode-modal .modal-basic .modal-content .modal-footer button.mixedcode-modal-confirm {
  background-color: rgba(112, 37, 122, 0.7);
  color: #fff;
  transition: background-color 0.3s ease;
}

.mixedcode-modal .modal-basic .modal-content .modal-footer button.mixedcode-modal-confirm:hover {
  background-color: #70257a;
  color: #fff;
}

.mixedcode-modal .modal-basic .modal-content .modal-footer button.mixedcode-modal-close {
  background-color: rgba(185, 185, 185, 0.8);
  color: #fff;
  transition: background-color 0.3s ease;
}

.mixedcode-modal .modal-basic .modal-content .modal-footer button.mixedcode-modal-close:hover {
  background-color: rgb(185, 185, 185);
  color: #fff;
}

.mixedcode-modal .modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.6);
}

.video-upload-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.video-upload-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
}

.video-upload-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.video-upload-modal .video-upload-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.video-upload-modal .video-upload-modal-close:hover,
.video-upload-modal .video-upload-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.video-upload-modal .modal-body {
  padding: 10px 0;
}

.video-upload-modal .input-group {
  display: flex;
  align-items: center;
}

.video-upload-modal .input-group input {
  flex: 1;
  width: 100%;
}

.video-upload-modal .input-group button {
  margin-left: 10px;
}

.video-upload-modal input[type="text"] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
}

.video-upload-modal .modal-footer {
  display: flex;
  justify-content: center;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.video-upload-modal button {
  padding: 10px 20px;
  border: 1px solid #6200ea;
  background-color: #6200ea;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

.event-section-title p {
  font-size: 18px;
  font-weight: 500;
  color: #212121;
}

.event-host-section {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 15px 15px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.event-location-section {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 15px 15px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.event-location-section .event-location-info {
  margin-bottom: 10px;
}

.event-location-section .event-location {
  font-size: 22px;
}

.event-location-section .event-address {
  font-size: 15px;
  color: #b1b4b6;
  margin-bottom: 14px;
}

.event-location-section .event-location-desc {
  font-size: 13px;
  color: #b1b4b6;
  margin-bottom: 14px;
}

.event-applicant-section {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 15px 15px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.event-applicant-section .event-applicant-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 10px;
}

.event-applicant-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.event-applicant-info .applicant-thumb {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.event-applicant-info .applicant-thumb img {
  width: 100%;
  height: 100%;
  border-style: none;
  border-radius: 50%;
}

.event-applicant-info .applicant-name {
  font-size: 14px;
  margin-right: 10px;
}

.tr-subtitle {
  display: flex;
  align-items: center;
  background-color: #6c2078;
  padding: 1rem;
  color: #fefefe;
  font-size: 24px;
  font-weight: 700;
}

.tr-post > .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.tr-content.no-result {
  min-height: 700px;
}

.tr-content.no-result .tr-section {
  height: 700px;
}

.tr-content.no-result-sm {
  min-height: 450px;
}

.tr-content.no-result-sm .tr-section {
  height: 450px;
}

.tr-content.no-result-xs {
  min-height: 300px;
}

.tr-content.no-result-xs .tr-section {
  height: 300px;
}

.no-result-info {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.no-result-info p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.entry-title4 p {
  font-size: 18px;
  color: #5f5f5f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.form-detail-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.form-detail {
  display: flex;
  margin-bottom: 10px;
}

.mypage-section {
  display: flex;
  flex-wrap: wrap;
}

.mypage-sidebar {
  width: 300px;
  margin-right: 15px;
  max-width: 300px;
}

.mypage-content {
  width: calc(100% - 315px);
  max-width: calc(100% - 315px);
}

.sidebar-menu {
  min-height: 700px;
  padding: 30px 10px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
}

.sidebar-menu ul {
  padding: 0;
}

.sidebar-menu ul.side-menu li {
  list-style: none;
  display: flex;
  align-items: center;
}

.sidebar-menu ul.side-menu li.menu-title {
  color: #6c757d;
  font-size: 11px;
  padding: 4px 30px;
  margin-top: 10px;
  margin-bottom: 4px;
}

.sidebar-menu ul.side-menu li.menu-title i {
  color: #6c757d;
  margin-right: 14px;
}

.sidebar-menu ul.side-menu li.menu-item {
  padding: 8px 58px;
}

.sidebar-menu ul.side-menu li.menu-item:hover {
  background: #fafafa;
}

.sidebar-menu ul.side-menu li.menu-item a {
  color: #6e768e;
  font-size: 12px;
}

.sidebar-menu ul.side-menu li.menu-item a:hover {
  color: #70257a;
}

.sidebar-menu ul.side-menu li.menu-item.active a {
  color: #70257a;
  font-weight: 600;
}

.post-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}

.post-list .post-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #d5d9e4;
  width: calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  max-height: 400px;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 20px;
}

.post-list .post-card .post-thumbnail {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 20px 20px 0px 0px; 
}



.post-list .post-card .post-thumbnail a {
  display: block;
  width:100%;
  height:100%;
}

.post-list .post-card .post-thumbnail img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.post-list .post-card .post-info {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.post-list .post-card .post-info .post-title {
  color: #212121;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-list .post-card .post-info .post-category {
  width: fit-content;
  font-size: 14px;
  padding: 4px 16px;
  border-radius: 15px;
  border: 1px solid #70257a;
  margin-bottom: 15px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.post-list .post-card .post-info .post-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: 12px;
}

.post-list .post-card .post-info .post-meta i {
  margin-right: 3px;
  color: #212121 !important;
}

.post-list .post-card .post-info .post-meta .count {
  display: flex;
  flex-direction: row;
}

.post-list .post-card .post-info .post-meta .count span {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 5px;
}

.post-list .post-card .post-info .post-meta .date {
  color: #88898a;
}

.event-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}

.event-list .event-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #d5d9e4;
  width: calc(25% - 20px);
  max-width: calc(25% - 20px);
  max-height: 400px;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 20px; 
}

.event-list .event-card .event-thumbnail {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 20px 20px 0px 0px; 
}

.event-list .event-card .event-thumbnail a {
  display: block;
  width:100%;
  height:100%;
}

.event-list .event-card .event-thumbnail img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.event-list .event-card .event-info {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.event-list .event-card .event-info .event-title {
  color: #212121;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.event-list .event-card .event-info .event-desc {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #212121;
}

.event-list .event-card .event-info .event-desc .event-price::before {
  content: '\00a0·\00a0'
}

.event-list .event-card .event-info .event-category {
  width: fit-content;
  font-size: 14px;
  padding: 4px 16px;
  border-radius: 15px;
  border: 1px solid #70257a;
  margin-bottom: 15px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.event-list .event-card .event-info .event-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: 12px;
}

.event-list .event-card .event-info .event-meta i {
  margin-right: 3px;
  color: #212121 !important;
}

.event-list .event-card .event-info .event-meta .count {
  display: flex;
  flex-direction: row;
}

.event-list .event-card .event-info .event-meta .count span {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 5px;
}

.event-list .event-card .event-info .event-meta .date {
  color: #88898a;
}

.content-page {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

.content-page .blog-detail {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.content-page .blog-detail .post {
  width: calc(80% - 40px);
  max-width: calc(80% - 40px);
  min-width: calc(80% - 390px);
  margin-right: 40px;
  display: flex;
  flex-direction: column; 
}

.content-page .blog-detail .post .post-detail {
  background: #fff;
  border-radius: 5px;
  padding: 20px;  
  margin-bottom: 20px;
}

.content-page .blog-detail .post .post-detail .post-thumb {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

/* 블로그 상세 VOD 썸네일 크기 조절  */
.vod-thumb {
  width: 100%;
  overflow: hidden;
}

/* 데스크탑 해상도 */
@media screen and (min-width: 1281px)  {
  .main-vod-thumb {
    width: 100%;
    height: 450px;
    overflow: hidden;
  }

  .main-sub-vod-thumb {
    width: 100%;
    height: 240px;
    overflow: hidden;
  }

  .vod-thumb {
    width: 100%;
    height: 700px;
    overflow: hidden;
  }
}

/* 테블릿가로/노트북해상도 */
@media screen and (max-width: 1280px)  {

  .main-vod-thumb {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .main-sub-vod-thumb {
    width: 100%;
    height: 170px;
    overflow: hidden;
  }

  .vod-thumb {
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
}

/* 테블릿가로/노트북해상도 */
@media screen and  (max-width: 1024px) {

  .main-vod-thumb {
    width: 100%;
    height: 250px;
    overflow: hidden;
  }

  .main-sub-vod-thumb {
    width: 100%;
    height: 150px;
    overflow: hidden;
  }


  .vod-thumb {
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
}

/* 모바일가로/태블릿세로해상도 */
@media screen and (max-width: 768px) {

  .main-vod-thumb {
    width: 100%;
    height: 320px;
    overflow: hidden;
  }

  .main-sub-vod-thumb {
    width: 100%;
    height: 310px;
    overflow: hidden;
  }

  .vod-thumb {
    width: 100%;
    height: 320px;
    overflow: hidden;
  }
}

/* 모바일 세로 해상도 */
@media screen and (max-width: 480px) {

  .main-vod-thumb {
    width: 100%;
    height: 190px;
    overflow: hidden;
  }

  .main-sub-vod-thumb {
    width: 100%;
    height: 190px;
    overflow: hidden;
  }

  .vod-thumb {
    width: 100%;
    height: 190px;
    overflow: hidden;
  }
}






.content-page .blog-detail .post .post-detail .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.content-page .blog-detail .post .post-detail .post-info {
  display: flex;
  flex-direction: column;
  padding: 0px 40px;
}

.content-page .blog-detail .post .post-detail .post-info .author-thumb {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.content-page .blog-detail .post .post-detail .post-info .author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  object-position: center center;
}

.content-page .blog-detail .post .post-detail .post-info .post-title-section {
  display: flex;
  flex-direction: row; 
  align-items: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

.content-page .blog-detail .post .post-detail .post-info .post-title-section .post-title h2 {
  font-size: 24px;
  color: #212121;
  margin-bottom: 0px;
  margin-right: 20px;
}

.content-page .blog-detail .post .post-detail .post-info .post-title-section .share-group {
  display: flex;
  flex-direction: row; 
}

.content-page .blog-detail .post .post-detail .post-info .post-meta {
  display: flex;
  flex-direction: row; 
  color: #afb1b2;
  font-size: 12px;
  align-items: center;
}

.content-page .blog-detail .post .post-detail .post-info .post-meta .author-thumb {
  width: 25px;
  height: 25px;
  border-radius: 100%;
}

.content-page .blog-detail .post .post-detail .post-info .post-meta .author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  object-position: center center;
  margin: 0;
}

.content-page .blog-detail .post .post-detail .post-info .post-meta > * {
  margin-right: 10px;
}

.content-page .blog-detail .post .post-detail .post-content {
  margin-top: 50px;
  padding: 0px 40px;
}

.content-page .blog-detail .post .post-detail .post-content p {
  width: 100%;
}

.content-page .blog-detail .post .post-detail .post-content p > img {
  width: 100%;
}

.content-page .blog-detail .post .post-detail .post-content div {
  width: 100%;
  overflow-x: auto;
}

.content-page .blog-detail .post .post-detail .post-content div > * {
  overflow-x: hidden;
}

.content-page .blog-detail .post .post-detail .post-content pre {
  padding: 40px 20px;
  background: #f0f0f0;
  border-radius: 15px;
}

.content-page .blog-detail .post .post-detail .post-content img {
  width: 100%;
}

.content-page .blog-detail .post .post-detail .post-tags {
  margin-top: 50px;
  padding: 0px 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.content-page .blog-detail .post .post-detail .post-tags span.tag {
  border: 0;
  border-radius: 20px;
  background: #e6d5f7;
  color: #212121;
  padding: 4px 8px;
  margin-bottom: 8px;
  margin-right: 8px;
}

.content-page .blog-detail .post .post-detail .ad-section {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
}

.content-page .blog-detail .post .post-detail .ad-section img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center center;
}

.content-page .blog-detail .post .comment-section {
  background: #fff;
  border-radius: 5px;
  padding: 20px 50px; 
}

.content-page .blog-detail .post .comment-section .comment-write {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.content-page .blog-detail .post .comment-section .comment-write .user-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

.content-page .blog-detail .post .comment-section .comment-write .user-info .user-thumb {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.content-page .blog-detail .post .comment-section .comment-write .user-info .user-thumb img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center center;
}

.content-page .blog-detail .post .comment-section .comment-write .user-info .user-nickname {
  font-size: 16px;
  font-weight: 600;
}

.content-page .blog-detail .post .comment-section .comment-write .write-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.content-page .blog-detail .post .comment-section .comment-write form {
  width: 100%;
}

.content-page .blog-detail .post .comment-section .comment-write .write-section textarea.ipt-comment {
  width: 100%;
  height: 100px;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  resize: none;
  border: 1px solid #ececec;
  border-radius: 5px;
  outline: none;
  text-decoration: none;
  box-shadow: none;
  line-height: 1.5;
  overflow: auto;
  transition: all 300ms;
}

.content-page .blog-detail .post .comment-section .comment-write .write-section textarea.ipt-comment:focus {
  border-color: #70257a;
}

.content-page .blog-detail .post .comment-section .comment-write .write-section .btn-align-end {
  display: flex;
  justify-content: flex-end;
}

.content-page .blog-detail .post .comment-section .comment-write .write-section .btn-comment {
  cursor: pointer;
  width: 80px;
  color: #fff;
  background: #70257a;
  border: 0;
  border-radius: 5px;
  padding: 10px 20px 10px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
}

.comment-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.comment-list p {
  margin: 0;
}

.comment-list .comment {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 3px solid #f5f5f5;
  padding: 35px 10px;
}

.comment-list .comment.deleted {
  color: #888;
}

.comment-list .comment:last-child {
  border: 0;
}

.comment-list .comment .user-thumb {
  padding: 0px 20px;
}

.comment-list .comment .user-thumb img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center center;
}

.comment-list .comment .comment-detail {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.comment-list .comment .comment-detail .comment-info {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 8px;
}

.comment-list .comment .comment-detail .comment-info .comment-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.comment-list .comment .comment-detail .comment-info .comment-meta .nickname {
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
}

.comment-list .comment .comment-detail .comment-info .comment-meta .date {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  margin-right: 15px;
}

.comment-list .comment .comment-detail .comment-info .comment-action {
  font-size: 13px;
  font-weight: 400;
}

.comment-list .comment .comment-detail .comment-info .comment-action span {
  margin-right: 10px;
}

.comment-list .comment .comment-detail .comment-info .comment-action .edit {
  cursor: pointer;
  color: #999;
}

.comment-list .comment .comment-detail .comment-info .comment-action .del {
  cursor: pointer;
  color: red;
}

.comment-list .comment .comment-detail .comment-contents {
  color: #212121;
}

.comment-list .comment .comment-detail .comment-contents .edit-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.comment-list .comment .comment-detail .edit-section textarea.ipt-comment {
  width: 100%;
  height: 100px;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  resize: none;
  border: 1px solid #ececec;
  border-radius: 5px;
  outline: none;
  text-decoration: none;
  box-shadow: none;
  line-height: 1.5;
  overflow: auto;
  transition: all 300ms;
  margin-top: 10px;
}

.comment-list .comment .comment-detail .edit-section textarea.ipt-comment:focus {
  border-color: #70257a;
}

.comment-list .comment .comment-detail .edit-section .btn-align-end {
  display: flex;
  justify-content: flex-end;
}

.comment-list .comment .comment-detail .edit-section .btn-edit {
  cursor: pointer;
  width: 80px;
  color: #fff;
  background: #70257a;
  border: 0;
  border-radius: 5px;
  padding: 10px 20px 10px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
}

.comment-list .comment .comment-detail .edit-section .btn-edit-cancel {
  cursor: pointer;
  width: 80px;
  color: #212121;
  background: #e8e8e8;
  border: 0;
  border-radius: 5px;
  padding: 10px 20px 10px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
  margin-left: 4px;
}

.comment-list .comment .comment-detail .reply-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

.comment-list .comment .comment-detail .reply-section .btn-open-reply {
  cursor: pointer;
  color: #821cd9;
}

.comment-list .comment .comment-detail .reply-section textarea.ipt-comment {
  width: 100%;
  height: 100px;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  resize: none;
  border: 1px solid #ececec;
  border-radius: 5px;
  outline: none;
  text-decoration: none;
  box-shadow: none;
  line-height: 1.5;
  overflow: auto;
  transition: all 300ms;
  margin-top: 10px;
}

.comment-list .comment .comment-detail .reply-section textarea.ipt-comment:focus {
  border-color: #70257a;
}

.comment-list .comment .comment-detail .reply-section .btn-align-end {
  display: flex;
  justify-content: flex-end;
}

.comment-list .comment .comment-detail .reply-section .btn-reply {
  cursor: pointer;
  width: 80px;
  color: #fff;
  background: #70257a;
  border: 0;
  border-radius: 5px;
  padding: 10px 20px 10px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
}

.comment-list .comment .comment-detail .reply-section .btn-reply-cancel {
  cursor: pointer;
  width: 80px;
  color: #212121;
  background: #e8e8e8;
  border: 0;
  border-radius: 5px;
  padding: 10px 20px 10px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
  margin-left: 4px;
}

.comment-list .reply {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 3px solid #f5f5f5;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 70px;
  padding-right: 10px;
  background: #fff;
}

.comment-list .reply.deleted {
  color: #888;
}

.comment-list .reply:last-child {
  border: 0;
}

.comment-list .reply .user-thumb {
  padding: 0px 20px;
}

.comment-list .reply .user-thumb img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center center;
}

.comment-list .reply .comment-detail {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.comment-list .reply .comment-detail .comment-info {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 8px;
}

.comment-list .reply .comment-detail .comment-info .comment-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.comment-list .reply .comment-detail .comment-info .comment-meta .nickname {
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
}

.comment-list .reply .comment-detail .comment-info .comment-meta .date {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  margin-right: 15px;
}

.comment-list .reply .comment-detail .comment-info .comment-action {
  font-size: 13px;
  font-weight: 400;
}

.comment-list .reply .comment-detail .comment-info .comment-action span {
  margin-right: 10px;
}

.comment-list .reply .comment-detail .comment-info .comment-action .edit {
  cursor: pointer;
  color: #999;
}

.comment-list .reply .comment-detail .comment-info .comment-action .del {
  cursor: pointer;
  color: red;
}

.comment-list .reply .comment-detail .comment-contents {
  color: #212121;
}

.comment-list .reply .comment-detail .comment-contents .edit-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.comment-list .reply .comment-detail .edit-section textarea.ipt-comment {
  width: 100%;
  height: 100px;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  resize: none;
  border: 1px solid #ececec;
  border-radius: 5px;
  outline: none;
  text-decoration: none;
  box-shadow: none;
  line-height: 1.5;
  overflow: auto;
  transition: all 300ms;
  margin-top: 10px;
}

.comment-list .reply .comment-detail .edit-section textarea.ipt-comment:focus {
  border-color: #70257a;
}

.comment-list .reply .comment-detail .edit-section .btn-align-end {
  display: flex;
  justify-content: flex-end;
}

.comment-list .reply .comment-detail .edit-section .btn-edit {
  cursor: pointer;
  width: 80px;
  color: #fff;
  background: #70257a;
  border: 0;
  border-radius: 5px;
  padding: 10px 20px 10px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
}

.comment-list .reply .comment-detail .edit-section .btn-edit-cancel {
  cursor: pointer;
  width: 80px;
  color: #212121;
  background: #e8e8e8;
  border: 0;
  border-radius: 5px;
  padding: 10px 20px 10px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
  margin-left: 4px;
}

.comment-list .reply .comment-detail .reply-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

.comment-list .reply .comment-detail .reply-section .btn-open-reply {
  cursor: pointer;
  color: #821cd9;
}

.comment-list .reply .comment-detail .reply-section textarea.ipt-comment {
  width: 100%;
  height: 100px;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  resize: none;
  border: 1px solid #ececec;
  border-radius: 5px;
  outline: none;
  text-decoration: none;
  box-shadow: none;
  line-height: 1.5;
  overflow: auto;
  transition: all 300ms;
  margin-top: 10px;
}

.comment-list .reply .comment-detail .reply-section textarea.ipt-comment:focus {
  border-color: #70257a;
}

.comment-list .reply .comment-detail .reply-section .btn-align-end {
  display: flex;
  justify-content: flex-end;
}

.comment-list .reply .comment-detail .reply-section .btn-reply {
  cursor: pointer;
  width: 80px;
  color: #fff;
  background: #70257a;
  border: 0;
  border-radius: 5px;
  padding: 10px 20px 10px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
}

.comment-list .reply .comment-detail .reply-section .btn-reply-cancel {
  cursor: pointer;
  width: 80px;
  color: #212121;
  background: #e8e8e8;
  border: 0;
  border-radius: 5px;
  padding: 10px 20px 10px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
  margin-left: 4px;
}

.content-page .blog-detail .right-sidebar {
  width: calc(20% - 40px);
  min-width: 350px;
  display: flex;
  flex-direction: column;
}

.content-page .blog-detail .right-sidebar .ad-section {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
}

.content-page .blog-detail .right-sidebar .ad-section img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center center;
}

.content-page .blog-detail .right-sidebar .content-box-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.content-page .blog-detail .right-sidebar .content-box-list .content-box-title {
  padding-left: 15px;
  position: relative;
}

.content-page .blog-detail .right-sidebar .content-box-list .content-box-title::before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0px;
  width: 10px;
  height: 20px;
  background-color: #70257a;
}

.content-page .blog-detail .right-sidebar .content-box-list .content-box-title span {
  color: #212121;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
}

.content-page .blog-detail .right-sidebar .content-box-list .content-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
}

.content-page .blog-detail .right-sidebar .content-box-list .content-box .thumb {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

.content-page .blog-detail .right-sidebar .content-box-list .content-box .thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center center;
}

.content-page .blog-detail .right-sidebar .content-box-list .content-box .box-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content-page .blog-detail .right-sidebar .content-box-list .content-box .box-content .category a {
  font-size: 12px;
  color: #afb1b2;
  text-transform: uppercase;
}

.content-page .blog-detail .right-sidebar .content-box-list .content-box .box-content .category a:hover {
  color: #70257a;
}

.content-page .blog-detail .right-sidebar .content-box-list .content-box .box-content .title {
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content-page .blog-detail .right-sidebar .content-box-list .content-box .box-content .title a {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
}

.content-page .blog-detail .right-sidebar .content-box-list .content-box .box-content .title a:hover {
  color: #70257a;
}

.postmain-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}

.postmain-list .post-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #d5d9e4;
  width: calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  max-height: 400px;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  border-radius: 20px;
}

.postmain-list .post-card .post-thumbnail {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 20px 20px 0px 0px; 
}

.postmain-list .post-card .post-thumbnail a {
  display: block;
  width:100%;
  height:100%;
}

.postmain-list .post-card .post-thumbnail img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.postmain-list .post-card .post-info {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.postmain-list .post-card .post-info .post-author {
  width: 55px;
  margin-top: -45px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}

.postmain-list .post-card .post-info .post-author img {
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  background: #efefef;
  border-radius: 100%;
  overflow: hidden;
}

.postmain-list .post-card .post-info .post-title {
  color: #212121;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.postmain-list .post-card .post-info .post-contents {
  color: #88898a;
  margin-bottom: 10px;
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.postmain-list .post-card .post-info .post-category {
  width: fit-content;
  font-size: 14px;
  padding: 4px 16px;
  border-radius: 15px;
  border: 1px solid #70257a;
  margin-bottom: 15px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.postmain-list .post-card .post-info .post-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: 12px;
}

.postmain-list .post-card .post-info .post-meta i {
  margin-right: 3px;
  color: #212121 !important;
}

.postmain-list .post-card .post-info .post-meta .count {
  display: flex;
  flex-direction: row;
}

.postmain-list .post-card .post-info .post-meta .count span {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 5px;
}

.postmain-list .post-card .post-info .post-meta .date {
  color: #88898a;
}


footer .footer-bottom .container .footer-bottom-content {
  display: flex;
  flex-direction: column;
}

footer .footer-bottom .container .footer-bottom-content .footer-info {
  display: flex;
  flex-direction: column;
}

footer .footer-bottom .container .footer-bottom-content .footer-info .platform-tit {
  margin-bottom: 15px;
}

footer .footer-bottom .container .footer-bottom-content .footer-info .platform-info-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer .footer-bottom .container .footer-bottom-content .footer-info .platform-info-1 span::after {
  content: '\00a0\00a0|\00a0\00a0';
}

footer .footer-bottom .container .footer-bottom-content .footer-info .platform-info-1 span:last-child:after {
  content: '';
}

footer .footer-bottom .container .footer-bottom-content .footer-info .platform-info-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer .footer-bottom .container .footer-bottom-content .footer-info .platform-info-2 span::after {
  content: '\00a0\00a0|\00a0\00a0';
}

footer .footer-bottom .container .footer-bottom-content .footer-info .platform-info-2 span:last-child:after {
  content: '';
}

footer .footer-bottom .container .footer-bottom-content .footer-info .platform-info-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer .footer-bottom .container .footer-bottom-content .footer-info .platform-info-3 span::after {
  content: '\00a0\00a0|\00a0\00a0';
}

footer .footer-bottom .container .footer-bottom-content .footer-info .platform-info-3 span:last-child:after {
  content: '';
}

footer .footer-bottom .container .footer-bottom-content .footer-info .copyright {
  font-size: 14px;
  color: #797878;
}
