/* Variable */
.quickcb {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  text-align: center;
}

@media (max-width: 480px) {
  .quickcb {
    padding: 0px;
    margin: 0 -10px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 10px;
    margin: 5px;
  }
}

.quickcb__cta a {
  display: inline-block;
  background: #4a4a4a;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 11px;
}

.quickcb__cta a span {
  width: 15px;
  display: inline-block;
}

.quickcb__cta a span img {
  width: 100%;
  min-width: unset;
}

.quickcb__logo {
  width: 120px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
}

.quickcb__logo img {
  width: 100%;
}

@media (max-width: 480px) {
  .quickcb__frame {
    height: 280px !important;
    overflow: hidden;
    z-index: 1;
  }
}

.quickcb__ads {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

@media (max-width: 480px) {
  .quickcb__ads {
    display: block;
    text-align: center;
    padding-right: 0;
  }
}

.quickcb__ads h3 {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 16px;
  padding-right: 20px;
}

@media (max-width: 480px) {
  .quickcb__ads h3 {
    display: block;
    text-align: center;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.quickcb__ads-list {
  display: inline-block;
  max-width: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 480px) {
  .quickcb__ads-list {
    max-width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}

.quickcb__ads-item {
  display: inline-block;
  margin: 0 5px;
  width: 80px;
}

.quickcb__ads-item.bigger {
  width: 110px;
}

.quickcb__ads-item img {
  width: 100%;
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}

[style*="--aspect-ratio"] > img {
  height: auto;
  object-fit: cover;
}

@supports (--custom: property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.mx-n10 {
  margin-inline: -10px;
}

.cb-cuapcuan {
  font-family: "gotham", sans-serif;
  background: #EDEFF3;
  padding: 16px 18px;
  margin-inline: -10px;
  overflow: hidden;
}

.cb-cuapcuan__header {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.cb-cuapcuan__logo {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
}

.cb-cuapcuan__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cb-cuapcuan__title {
  font-weight: 700;
  font-size: 14px;
  color: #295D97;
  margin: 0;
}

.cb-cuapcuan__title > span {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  display: block;
}

.cb-cuapcuan__arrow {
  margin-left: auto;
  flex-shrink: 0;
}

.cb-cuapcuan__content {
  display: grid;
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: scroll;
}

.cb-cuapcuan__text {
  padding: 8px 16px;
}

.cb-cuapcuan__item {
  display: block !important;
  width: 184px;
  background: #fff;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
}

.cb-cuapcuan__card {
  display: block;
}

.cb-cuapcuan__cardsub {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

.cb-cuapcuan__cardtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #464646;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cb-cuapcuan__icon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  font-size: 26px;
}

.cb-cuapcuan__cardheader {
  position: relative;
}

.cuapcuan-detailbar {
  background-image: url(../images/cuapcuan-bgtexture.png);
  background-size: 130px 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #EDEFF3;
  display: flex;
  gap: 12px;
  padding: 16px 0;
  align-items: center;
  font-family: "gotham", sans-serif;
  position: relative;
  margin-bottom: 16px;
  margin-inline: -10px;
}

.cuapcuan-detailbar__logo {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  z-index: 2;
}

.cuapcuan-detailbar__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cuapcuan-detailbar__text {
  display: flex;
  flex-flow: column nowrap;
  gap: 0px;
  z-index: 2;
}

.cuapcuan-detailbar__title {
  margin: 0 !important;
  color: #295D97;
  font-weight: 700;
  font-size: 14px;
}

.cuapcuan-detailbar__subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.cuapcuan-detailinfo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-family: "gotham", sans-serif;
  margin-bottom: 16px;
}

.cuapcuan-detailinfo__item {
  border: solid #EDEFF3;
  border-width: 2px 1px 2px 1px;
  padding: 11px 18px;
  box-sizing: border-box;
}

.cuapcuan-detailinfo__item:first-child {
  border-width: 2px 1px 2px 2px;
}

.cuapcuan-detailinfo__item:last-child {
  border-width: 2px 2px 2px 1px;
}

.cuapcuan-detailinfo__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #295D97;
}

.cuapcuan-detailinfo__content {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.cuapcuan-index {
  font-family: "gotham", sans-serif;
}

.cuapcuan-index + .cuapcuan-index {
  border-top: 1px solid #E6E6E6;
  padding-top: 16px;
}

.cuapcuan-index__header {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.cuapcuan-index__title {
  font-weight: 700;
  font-size: 16px;
  color: #295D97;
}

.cuapcuan-index__title > span {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  display: block;
}

.cuapcuan-index__more {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #464646;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.cuapcuan-index__icon {
  color: #fff;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.7);
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.cuapcuan-index__date {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #909090;
}

.cb-cuapcuan-card__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.cb-cuapcuan-card__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #464646;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cb-cuapcuan-card__sub {
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

.cb-cuapcuan-card__date {
  font-weight: 400;
  font-size: 12px;
  color: #909090;
}

.cb-cuapcuan-card__body {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 8px;
}

.cuapcuan-audioframe {
  background: #204D7F;
  border-radius: 16px;
  overflow: hidden;
}

.cuapcuan-audioframe__header {
  padding: 10px;
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 4px 16px;
  align-items: start;
}

.cuapcuan-audioframe__main {
  padding: 6px 16px 4px;
  background: #18416D;
}

.cuapcuan-audioframe__img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 6px solid #18416D;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.12));
  box-sizing: border-box;
}

.cuapcuan-audioframe__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cuapcuan-audioframe__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.expand-sticky .cuapcuan-audioframe__title {
  font-size: 14px;
}

.cuapcuan-audioframe__sub, .cuapcuan-audioframe__date {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}

.cuapcuan-audioframe__text {
  display: flex;
  flex-flow: column nowrap;
  gap: 2px;
}

.cuapcuan-audioframe__float {
  z-index: 30;
  overflow: hidden;
  transition: 0.5s;
  display: block;
  top: 0;
}

.vstick .cuapcuan-audioframe__float {
  position: fixed;
  top: 65px;
  left: 10px;
  right: 10px;
  bottom: auto;
  height: 180px;
  overflow: hidden;
}

.grid-box__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.grid-box__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #464646;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.grid-box__body {
  display: inline-block;
  margin-top: 8px;
}

.grid-box__body span {
  display: inline-block;
}

.grid-box__body span.sub {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 300;
}

.grid-box__body span.date {
  font-size: 10px;
  margin: 0 5px 0 0;
  padding-left: 8px;
}

.grid-box .btn__more.arrow {
  color: #295D97;
  border: 1px solid #295D97;
}

.recommend .scroll .scroll__wrap .list-scroll__item p b {
  display: block;
}

.recommend .scroll .scroll__wrap .list-scroll__item p span {
  display: inline-block;
}

.recommend .scroll .scroll__wrap .list-scroll__item p span.sub {
  color: #ec6e60;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 300;
}

.recommend .scroll .scroll__wrap .list-scroll__item p span.date {
  margin: 0 5px 0 0;
  padding-left: 8px;
}

.recommend .scroll .scroll__wrap .list-scroll__item.list-scroll__item--last {
  width: 87px;
  background: none;
  display: inline-block;
  position: absolute;
  margin: 0 10px;
  top: 30%;
}

.recommend .scroll .scroll__wrap .list-scroll__item.list-scroll__item--last a {
  background: white;
  border-radius: 100%;
  margin-bottom: 5px;
  width: 65px;
  height: 65px;
  display: block;
  text-align: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.recommend .scroll .scroll__wrap .list-scroll__item.list-scroll__item--last a div {
  font-family: "Gotham",sans-serif;
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
  width: 100%;
  height: 100%;
}

.recommend .scroll .scroll__wrap .list-scroll__item.list-scroll__item--last a div svg {
  margin-top: 9px;
  margin-bottom: 2px;
}

.cbltv {
  background: #1d4c81;
  display: block;
  height: 100%;
  padding: 10px;
  color: white;
  max-height: 64px;
  overflow: hidden;
  width: calc(100% - 10px);
  font-family: 'Gotham';
}

.cbltv:hover .cbltv__cta {
  opacity: .7;
}

.cbltv__title {
  color: white !important;
  display: block;
  font-weight: 400;
  font-size: 18px;
}

.cbltv__sub {
  font-family: 'Gotham';
  font-size: 14px;
  letter-spacing: .2em;
  font-weight: 100;
  display: block;
  padding-top: 1px;
}

.cbltv__cta {
  position: relative;
  text-align: center;
  font-size: 14px;
  background: #d0021b;
  letter-spacing: .1em;
  width: 100%;
  display: block;
  float: left;
  padding: 5px 0;
  color: white;
}

.box_img.pullr {
  margin-right: 0 !important;
  position: relative;
}

.list__item__photo.cbltv__thmb {
  height: 64px;
}

.icon__text.oncenter {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
  -moz-webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 25px;
  background: transparent;
  opacity: 1;
}

.list__item__desc.pullr {
  width: calc(100% - 105px);
}

.title.cbltv__livebx {
  position: relative;
  padding-left: 80px;
}

.lvr_live.livetv {
  font-style: normal;
  position: absolute;
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  height: 100%;
  top: 0;
  padding-top: 10px;
  box-sizing: border-box;
}

.lvr_live.livetv span {
  width: 10px;
  height: 10px;
  margin-top: 3px;
  background: #fff;
  animation: rec_tick 0.8s linear 0s infinite alternate;
  -moz-animation: rec_tick 0.8s linear 0s infinite alternate;
  -webkit-animation: rec_tick 0.8s linear 0s infinite alternate;
  margin-right: 8px;
}

@keyframes rec_tick {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
