@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/IBMPlexSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/IBMPlexSans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/IBMPlexSans-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/IBMPlexSans-BoldItalic.woff2") format("woff2");
}
@media screen and (max-width: 1279px) {
  .scrollbar {
    max-height: calc(100vh - 40px);
    overflow: hidden;
    position: relative;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.col-xs-4,
.col-xs-12 {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 5px;
  padding-left: 5px;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  *[class^="col-"],
  *[class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  .col-sm-10 {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    width: 1036px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  *[class^="col-"],
  *[class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  .col-md-3,
  .col-md-9,
  .col-md-10,
  .col-md-12 {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    width: 1452px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  *[class^="col-"],
  *[class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-10 {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
}
.form input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e1e6eb;
  border-radius: 5px;
  color: #0a1924;
  font-size: 1.5rem;
  height: 42px;
  padding: 0 15px;
  width: 100%;
}
.form input[type="text"]:placeholder,
.form input[type="email"]:placeholder,
.form input[type="tel"]:placeholder,
.form textarea:placeholder,
.form select:placeholder {
  color: #697882;
  opacity: 1;
}
.form input[type="text"]:hover {
  border: 1px solid #697882;
}
.form input[type="text"]:focus {
  border-color: #697882;
  -webkit-box-shadow: 0px 0px 4px #697882;
  box-shadow: 0px 0px 4px #697882;
}
@media screen and (min-width: 1920px) {
  .form input[type="text"] {
    font-size: 1.7rem;
  }
}
html {
  font-size: 62.5%;
  position: relative;
}
::-moz-selection {
  background: #dc0028;
  color: white;
}
::selection {
  background: #dc0028;
  color: white;
}
body {
  background: #e1e6eb;
  color: #0a1924;
  font-family:
    IBM Plex Sans,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 1.6rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  background: white;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
input,
textarea,
button {
  font-family:
    IBM Plex Sans,
    Arial,
    Helvetica,
    sans-serif;
}
body,
h1,
h2,
h3,
h5,
p,
ul,
li,
figure {
  margin: 0;
  padding: 0;
}
picture {
  display: block;
  min-width: 100%;
}
picture img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section {
    border-bottom: 1px solid #e1e6eb;
    margin-bottom: 20px;
  }
  article {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  section {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  body {
    margin-left: 0;
  }
  .metawrapper {
    margin: 0 auto;
    width: 1256px;
    position: relative;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  body {
    margin-top: 40px;
  }
  .container {
    margin: 0;
  }
}
@media screen and (min-width: 1920px) {
  section {
    margin-bottom: 20px;
  }
  .metawrapper {
    margin: 0 auto;
    width: 1672px;
    position: relative;
  }
}
.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #46555f;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: bold;
  height: 42px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 10px;
}
.button:hover {
  background-color: #697882;
}
@media screen and (min-width: 1920px) {
  .button {
    font-size: 1.7rem;
  }
}
.icon:before {
  content: "";
  display: block;
  height: 37px;
  width: 37px;
}
@media print {
  body > * {
    display: none;
  }
  .metawrapper {
    display: block;
  }
  .metawrapper > * {
    display: none;
  }
  .container {
    display: block !important;
  }
  .container > * {
    display: none !important;
  }
  .header,
  .article,
  .row,
  *[class^="col-"],
  *[class*=" col-"] {
    display: block !important;
  }
  .article__media,
  #header__nav__timezones,
  .header__nav__lvl1,
  .header__nav__action,
  section {
    display: none !important;
  }
  .header {
    position: static !important;
  }
  .breadcrumb {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header__burger {
    display: none !important;
  }
  .header__nav {
    background: transparent !important;
  }
  .row,
  *[class^="col-"],
  *[class*=" col-"] {
    margin: 0;
    padding: 0;
  }
}
.ems-slot {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ems-slot--wallpaper {
  position: absolute;
  right: 0;
  top: 0;
}
.gujAd {
  display: none;
}
.gujAd--billboard,
.gujAd--superbanner,
.gujAd--dmofooter {
  margin-bottom: 20px;
}
.gujAd--dmofooter {
  margin-top: 30px;
}
@media screen and (min-width: 970px) and (max-width: 1279px) {
  .ems-slot.ems-slot--tab-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .ems-slot.ems-slot--tab-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .ems-slot.ems-slot--tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .ems-slot--wallpaper {
    left: 1036px;
  }
}
@media screen and (min-width: 1920px) {
  .ems-slot--wallpaper {
    left: 1453px;
  }
}
@media screen and (min-width: 1280px) {
  .ems-slot.ems-slot--desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .article .title {
    font-size: 2.2rem;
    margin-bottom: 6px;
  }
  .article > .row {
    min-height: 140px;
  }
}
@media screen and (min-width: 1920px) {
  .article .title {
    font-size: 2.4rem;
    margin-bottom: 9px;
  }
  .article > .row {
    min-height: 175px;
  }
}
.article--img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .article--img {
    width: auto;
  }
}
.article__audioicon {
  font-size: 1.5rem;
  line-height: 22px;
  text-decoration: underline;
  color: #46555f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  margin-top: 32px;
}
.article__audioicon:hover {
  color: #0a1924;
}
.article__audioicon:before {
  content: "";
  background-image: url("/img/icon__audio.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  margin: 0 10px 0 5px;
}
.article__header .article__audioplayer {
  display: none;
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .article__header .article__audioplayer {
    margin-top: -10px;
  }
}
@media screen and (min-width: 1280px) {
  .article__audioicon {
    width: auto;
    margin-top: 0;
    margin-left: auto;
  }
}
.article__date {
  color: #697882;
  display: block;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 4px;
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .article__date {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1920px) {
  .article__date {
    font-size: 1.5rem;
  }
}
a {
  cursor: pointer;
}

.my-body a {
  font-weight: 600;
  text-decoration-color: #b90000;
  color: #b90000;
  text-decoration: underline;
}

.my-body > a:has(> img) {
  display: block;
  margin-bottom: 20px;

  line-height: 0;
}

.my-body > a > img {
  width: 100%;
}

.my-body video {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.article__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
}
.article__header h2 span {
  display: -webkit-box;
  font-size: 30px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .article__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .article__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.article__header__titles {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-bottom: 15px;
  width: 100%;
}
.article__header__titles > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .article__header__titles {
    margin-bottom: 26px;
  }
}
.article__headline {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .article__headline {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .article__headline {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1920px) {
  .article__headline {
    font-size: 3rem;
  }
}
.article__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.article__infos .article__infos__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.article__infos .article__date {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.3;
}
@media screen and (min-width: 1920px) {
  .article__infos {
    margin-top: 20px;
  }
  .article__infos .article__date {
    font-size: 1.5rem;
  }
}
.article__media {
  color: #697882;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media screen and (max-width: 767px) {
  .article__media {
    margin: 0 -10px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .article__media {
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1280px) {
  .article__media {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1920px) {
  .article__media {
    margin-bottom: 16px;
  }
}
.article__share-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e1e6eb;
  border-bottom: 1px solid #e1e6eb;
  padding: 5px 0;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
}
.article__share-action {
  font-size: 1.5rem;
  line-height: 22px;
  text-decoration: underline;
  color: #46555f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.article__share-action:hover {
  color: #0a1924;
}
.article__share-action:before {
  content: "";
  background-image: url("/img/icon__share-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  margin: 0 10px 0 5px;
}
.article__share-main {
  display: none;
}
.article__share-main > * {
  cursor: pointer;
  margin: 0 4px;
  padding: 9px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article__share-main > *:hover {
  background-color: #e1e6eb;
}
.article__share-main > * span {
  display: none;
}
.article__share-main .article__share__print {
  display: none;
}
.article__share-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  font-size: 1.5rem;
}
.article__share-follow > * {
  padding: 9px;
}
.article__share-follow a:hover {
  background-color: #e1e6eb;
}
@media screen and (min-width: 768px) {
  .article__share-action {
    display: none;
  }
  .article__share-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .article__share-main .article__share__whatsapp {
    display: none;
  }
  .article__share-main .article__share__print {
    display: block;
  }
}
.article__text {
  font-size: 1.7rem;
  line-height: 1.4;
}
.article__text > * {
  margin-bottom: 13px;
}
.article__text > h2,
.article__text > h3 {
  font-size: 1.9rem;
}

.article__text p a:hover {
  color: #697882;
  text-decoration: none;
}
.article__text ul {
  counter-reset: ol-counter;
  list-style-type: none;
}
.article__text li {
  line-height: 1.4;
  margin-bottom: 8px;
  padding-left: 16px;
}
.article__text li:before {
  color: #dc0028;
  float: left;
  margin: 2px 10px 0 -16px;
}
.article__text ul li:before {
  content: "\25A0";
  font-size: 1.1rem;
  margin-top: 2px;
}
.article__text ul li a {
  color: #dc0028;
}
@media screen and (min-width: 768px) and (max-width: 1919px) {
  .article__text > h2,
  .article__text > h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .article__text > * {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1920px) {
  .article__text {
    font-size: 1.9rem;
  }

  .article__text > h2,
  .article__text > h3 {
    font-size: 2.1rem;
  }
}
.article__wrapper {
  margin-bottom: 20px;
  min-height: 175px;
  position: relative;
}
.auplayer {
  background-color: #f0f2f5;
  color: #46555f;
  font-size: 1.3rem;
  padding: 16px;
}
.auplayer__time {
  color: #0a1924;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.auplayer__time div:last-child {
  margin-left: auto;
}
.auplayer__ctr {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.auplayer__ctr > * {
  margin: 0 10px;
}
.auplayer__ctr button {
  background-repeat: no-repeat;
  background-size: 30px;
  background-color: transparent;
  background-position: center;
  border: 0;
  cursor: pointer;
  height: 48px;
  width: 48px;
  min-width: 48px;
}
.auplayer__ctr .auplayer__rate {
  margin-left: auto;
  margin-right: 30px;
  text-align: right;
  width: 50%;
}
.auplayer__ctr .auplayer__volume {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-right: auto;
  width: 50%;
}
.auplayer__ctr .auplayer__volume > * {
  display: none;
}
.auplayer__ctr .auplayer__back {
  background-image: url("/img/208e3762e26a078c9165869a1881d26bd0af91ab.svg");
}
.auplayer__ctr .auplayer__playpause {
  background-image: url("/img/c7bc89a12b92dec07f4bb1007d61a9ad5e70a57c.svg");
  background-color: #46555f;
  border-radius: calc(100% / 2);
}
.auplayer__ctr .auplayer__playpause.auplayer__playpause--paused {
  background-image: url("/img/b1073d5d5190c480cd9beda66674ef6c38efd7e2.svg");
}
.auplayer__ctr .auplayer__fwd {
  background-image: url("/img/3c024e1ebc769a0768c9f56c39956b3db833b1a0.svg");
}
.auplayer__ctr .auplayer__mute {
  background-image: url("/img/a309c1e82b28c5078c0edb65089fe4d3a215a4ab.svg");
  background-size: 24px;
}

.auplayer__ctr .auplayer__volume .rangeslider {
  width: 52px;
  --value: 1;
  --min: 0;
  --max: 1;
}
.auplayer__ctr .auplayer__volume .rangeslider::-webkit-slider-thumb {
  background: #46555f;
}
.auplayer__ctr .auplayer__volume .rangeslider::-webkit-slider-runnable-track {
  background:
    -webkit-gradient(linear, left top, left bottom, from(#46555f), to(#46555f))
      0 / var(--sx) 100% no-repeat,
    #e1e6eb;
  background:
    linear-gradient(#46555f, #46555f) 0 / var(--sx) 100% no-repeat,
    #e1e6eb;
}
.auplayer__ctr .auplayer__volume .rangeslider::-moz-range-thumb {
  background: #46555f;
}
.auplayer__ctr .auplayer__volume .rangeslider::-moz-range-track {
  background:
    linear-gradient(#46555f, #46555f) 0 / var(--sx) 100% no-repeat,
    #e1e6eb;
}
.article__audioplayer__info {
  display: block;
  margin-top: 30px;
}
.article__audioplayer__info span {
  display: block;
}
.article__audioplayer__info a {
  color: #46555f;
  text-decoration: underline;
}
.article__audioplayer__info a:first-child {
  padding-right: 5px;
}
.article__audioplayer__info a:last-child {
  padding-left: 5px;
}
@media screen and (min-width: 1280px) {
  .article__audioplayer__info {
    text-align: center;
  }
  .article__audioplayer__info span {
    display: inline;
  }
  .auplayer__ctr .auplayer__volume > * {
    display: block;
  }
}
.breadcrumb {
  margin: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.breadcrumb span,
.breadcrumb h1 {
  color: #697882;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}
.breadcrumb span:not(:last-child):after {
  -ms-flex-item-align: center;
  align-self: center;
  content: "";
  background: url("/img/icon__arrowlight-grey.svg") no-repeat center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  width: 18px;
  height: 0.9rem;
}
.breadcrumb h1 {
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1280px) {
  .breadcrumb span,
  .breadcrumb h1 {
    font-size: 1.4rem;
  }
  .breadcrumb span:not(:last-child):after {
    height: 1rem;
  }
}
.footer {
  background-color: #2d3c46;
  color: #ffffff;
  font-size: 1.2rem;
  margin: 0 -16px;
  padding: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer {
    margin: 0 -8px;
    padding: 17px 8px 20px;
  }
}
@media screen and (max-width: 1919px) {
  .footer {
    padding: 12px 8px 20px;
  }
}
@media screen and (max-width: 1919px) {
  .footer {
    padding: 12px 8px 20px;
  }
}
@media screen and (min-width: 1920px) {
  .footer {
    font-size: 1.4rem;
    margin: 0 -18px;
  }
}
.footer__links {
  margin-bottom: 10px;
  text-align: center;
}
.footer__links a {
  white-space: nowrap;
}
.footer__links a:not(:last-child):after {
  content: "|";
}
header {
  height: 40px;
  margin-bottom: 15px;
  position: sticky;
  top: 0;
  z-index: 900000;
}
@media screen and (max-width: 767px) {
  .header {
    margin: 0 -10px 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header {
    height: 48px;
    margin: 0 -8px 9px;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    height: 60px;
    margin: 0 -16px 15px;
  }
}
@media screen and (min-width: 1920px) {
  .header {
    height: 85px;
    margin: 0 -20px 15px;
  }
}
.header__burger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 40px;
}
.header__burger:before {
  background-image: url("/img/icon__burger.svg");
  height: 17px;
  width: 20px;
}
@media screen and (min-width: 1280px) {
  .header__burger {
    display: none;
  }
}
.header__logo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.header__logo img {
  height: 40px;
  width: 64px;
}
@media screen and (max-width: 1279px) {
  .header__logo {
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header__logo img {
    height: 48px;
    width: 77px;
  }
}
@media screen and (min-width: 1280px) {
  .header__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header__logo img {
    height: 60px;
    width: 96px;
  }
}
@media screen and (min-width: 1920px) {
  .header__logo img {
    height: 85px;
    width: 136px;
  }
}
.header__nav {
  background: #2d3c46;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  position: relative;
  z-index: 300000;
}
.header__nav li {
  list-style: none;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header__nav {
    height: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav {
    height: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .header__nav {
    height: 85px;
  }
}
.header__nav__account > a:before {
  background: url("/img/icon__meinntv.svg") no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  width: 20px;
}
.header-account {
  position: absolute;
  top: 40px;
  width: 100%;
  color: #0a1924;
  background-color: #fff;
  left: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 16px 0 16px;
  z-index: 80000;
  display: none;
}
.header-account.header-account--loading {
  background: url("/img/icon__loading__grey.svg") no-repeat;
  background-position: center 30px;
  background-size: 50px;
  background-color: #fff;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .header__nav__account {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 1.5rem;
    padding: 0 10px;
  }
  .header-account {
    top: 60px;
    width: 350px;
    right: 80px;
    left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header-account {
    top: 48px;
  }
}
@media screen and (min-width: 1920px) {
  .header-account {
    top: 85px;
  }
}
.header__nav__action {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.header__nav__action > li {
  height: 40px;
}
.header__nav__action > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .header__nav__action > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header__nav__action > li {
    height: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav__action {
    margin-left: auto;
  }
  .header__nav__action > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .header__nav__action > li {
    height: 50px;
  }
}
.header__nav__element {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__nav__element a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header__nav__element .header__nav__element__adlabel {
  color: #697882;
  font-size: 1rem;
  text-transform: uppercase;
}
.header__nav__element.header__nav__element--live {
  display: none;
}
.header__nav__element.header__nav__element--live a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav__element.header__nav__element--live a:before {
  background: url("/img/icon__livetv.svg") no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  height: 40px;
  margin-right: 6px;
  width: 6px;
}
@media screen and (max-width: 1279px) {
  .header__nav__element {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 39px;
  }
  .header__nav__element a,
  .header__nav__element > span:not(.icon):not(.header__nav__element__adlabel) {
    height: 100%;
    line-height: 39px;
    padding: 0 15px;
  }
  .header__nav__element a span {
    line-height: 39px;
  }
  .header__nav__element a:hover,
  .header__nav__element
    > span:not(.icon):not(.header__nav__element__adlabel):hover {
    color: #dc0028;
    font-weight: bold;
  }
  .header__nav__element .icon {
    cursor: pointer;
    margin-right: 15px;
  }
  .header__nav__element .icon:before {
    background: url("/img/icon__arrow-circ.svg") no-repeat;
    height: 25px;
    width: 25px;
  }
  .header__nav__element .header__nav__element__adlabel {
    margin-right: 15px;
  }
  .header__nav__element--last a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav__element {
    padding: 0 10px;
  }
  .header__nav__element .icon {
    display: none;
  }
  .header__nav__element.header__nav__element--live {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav__lvl2 .header__nav__element {
    width: calc(100% - 10px);
  }
  .header__nav__lvl2 .header__nav__element a {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .header__nav__element {
    font-size: 1.7rem;
  }
  .header__nav__element.header__nav__element--live a:before {
    height: 50px;
  }
}

.header__nav__footer {
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-top: 1px solid #e1e6eb;
  font-size: 1.5rem;
  margin-bottom: 0;
  padding: 16px;
  width: 100%;
}
.header__nav__footer span {
  color: #dc0028;
}
.header__nav__footer a {
  border-right: 1px solid #e1e6eb;
  color: #0a1924;
  padding-right: 5px;
}
.header__nav__footer a:last-child {
  border: none;
}
@media screen and (max-width: 1279px) {
  .header__nav__footer {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .header__nav__footer {
    font-size: 1.7rem;
  }
}
.header__nav__live {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.header__nav__live a {
  position: relative;
}
.header__nav__live a:before {
  background: url("/img/icon__livetv.svg") no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  margin-right: 5px;
  width: 6px;
}
@media screen and (min-width: 1280px) {
  .header__nav__live {
    display: none;
  }
}
.header__nav__lvl1 {
  color: #0a1924;
  max-width: 85%;
}
@media screen and (max-width: 767px) {
  .header__nav__lvl1 {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .header__nav__lvl1 {
    background: white;
    border: 1px solid #e1e6eb;
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    min-width: 270px;
    top: 40px;
    z-index: 300000;
  }
  .header__nav__lvl1 li:not(:last-child) {
    border-bottom: 1px solid #e1e6eb;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header__nav__lvl1 {
    top: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav__lvl1 {
    display: block;
    height: 40px;
    margin: 20px 0 0 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header__nav__lvl1 .scrollbar > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav__lvl1 li:hover > .header__nav__element {
    color: #dc0028 !important;
    font-weight: bold !important;
  }
  .header__nav__lvl1 .header__nav__submenus {
    background: white;
    left: 0;
    position: absolute;
    top: 60px;
    width: 1036px;
    z-index: 90000;
  }
  .header__nav__lvl1 .scrollbar > ul > li:before {
    content: "";
    display: block;
    float: right;
    height: 27px;
    margin-top: 13px;
    width: 1px;
  }
  .header__nav__lvl1 .scrollbar > ul > li > .header__nav__element {
    color: white;
    padding: 0 15px;
    text-transform: uppercase;
  }
  .header__nav__lvl1
    .scrollbar
    > ul
    > li
    > .header__nav__element
    > *:first-child {
    font-weight: bold;
    line-height: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .header__nav__lvl1 {
    margin-top: 35px;
  }
  .header__nav__lvl1 .scrollbar > ul > li .header__nav__submenus {
    top: 85px;
    width: 1452px;
  }
  .header__nav__lvl1 .scrollbar > ul > li:before {
    height: 34px;
    margin-top: 16px;
  }
  .header__nav__lvl1
    .scrollbar
    > ul
    > li
    > .header__nav__element
    > *:first-child {
    font-weight: bold;
    line-height: 50px;
  }
}
.header__nav__lvl2 {
  background: white;
}
@media screen and (max-width: 1279px) {
  .header__nav__lvl2 {
    display: none;
  }
  .header__nav__lvl2 > li {
    background: #f0f2f5;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav__lvl2 {
    color: #0a1924;
    padding: 17px 0 15px;
    width: 236px;
  }
  .header__nav__lvl2 li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e1e6eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav__lvl2 li a {
    line-height: 29px;
  }
  .header__nav__lvl2 li:before {
    background: url("/img/icon__arrow-red.svg") no-repeat;
    content: "";
    height: 10px;
    width: 10px;
  }
}
.header__nav__lvl3 {
  display: none;
}
@media screen and (max-width: 1279px) {
  .header__nav__lvl3 {
    border-top: 1px solid #e1e6eb;
  }
  .header__nav__lvl3 a {
    width: 100%;
  }
  .header__nav__lvl3 > li {
    background: #e1e6eb;
  }
  .header__nav__lvl3 > li:not(:last-child) {
    border-bottom: 1px solid white;
  }
  .header__nav__lvl3 > li:before {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav__lvl3 {
    background: white;
    border-right: 1px solid #e1e6eb;
    bottom: 0;
    left: 254px;
    padding-left: 16px;
    position: absolute;
    top: 17px;
    width: 254px;
    z-index: 100000;
  }
}
@media screen and (min-width: 1920px) {
  .header__nav__lvl3 {
    padding-left: 20px;
  }
}
.header__nav__lvl4 {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__nav__lvl4 {
    background: white;
    border-right: 1px solid #e1e6eb;
    height: 100%;
    left: 100%;
    padding-left: 16px;
    position: absolute;
    top: 0;
    width: 254px;
  }
}
@media screen and (min-width: 1920px) {
  .header__nav__lvl4 {
    min-height: 344px;
    padding-left: 20px;
    width: 254px;
  }
}
.header__nav__push {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
}
.header__nav__push a {
  height: 100%;
  position: relative;
}
.header__nav__push a:before {
  background: url("/img/icon__push.svg") no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  width: 20px;
}
@media screen and (min-width: 1280px) {
  .header__nav__push {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 1.5rem;
    height: 28px;
    padding: 0 10px;
  }
  .header__nav__push a {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    height: 34px;
  }
}
@media screen and (min-width: 1920px) {
  .header__nav__push {
    font-size: 1.7rem;
    height: 34px;
    line-height: 1;
  }
  .header__nav__push a:before {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.header__nav__search > a:before {
  background: url("/img/icon__search.svg") no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.header__nav__search .header-search {
  position: absolute;
  top: 40px;
  width: 100%;
  color: #0a1924;
  background-color: #fff;
  left: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 10px;
  z-index: 80000;
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav__search {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 1.5rem;
    padding: 0 10px;
  }
  .header__nav__search .header-search {
    top: 60px;
    width: 350px;
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header__nav__search .header-search {
    top: 48px;
  }
}
@media screen and (min-width: 1920px) {
  .header__nav__search .header-search {
    top: 85px;
  }
}
.header__nav__submenus .row {
  height: 100%;
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .header__nav__submenus {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav__submenus {
    -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.7);
    visibility: hidden;
  }
}
@media screen and (min-width: 1920px) {
  .header__nav__submenus {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.header__nav__teasers {
  height: 100%;
  padding-top: 17px;
  width: 100%;
}
.header__nav__teasers .row {
  height: 100%;
}
.header__nav__teasers .teaser .teaser__content .teaser__headline {
  font-size: 1.8rem;
}
@media screen and (max-width: 1279px) {
  .header__nav__teasers {
    display: none;
  }
  .header__nav__teasers img {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav__teasers img {
    min-height: 135px;
  }
}
@media screen and (min-width: 1920px) {
  .header__nav__teasers img {
    min-height: 192px;
  }
  .header__nav__teasers .teaser .teaser__content .teaser__headline {
    font-size: 2.2rem;
  }
}
#header__nav__timezones {
  color: #697882;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  #header__nav__timezones {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #header__nav__timezones {
    display: none;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  #header__nav__timezones {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1920px) {
  #header__nav__timezones {
    font-size: 1.3rem;
  }
}
.header__nav__video {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
}
.header__nav__video a {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .header__nav__video {
    display: none;
  }
}
.media {
  background: #e1e6eb;
  position: relative;
}
.media:before {
  background-size: contain;
  bottom: 15px;
  content: "";
  height: 50px;
  left: 15px;
  position: absolute;
  width: 50px;
  z-index: 90000;
}
.media[class*=" media--"] {
  overflow: hidden;
}
.media[class*=" media--"] img {
  position: absolute;
}
@media screen and (min-width: 1280px) {
  .media:before {
    height: 54px;
    width: 54px;
  }
}
@media screen and (min-width: 1920px) {
  .media:before {
    height: 64px;
    width: 64px;
  }
}
.media--16-9 {
  padding-bottom: 56.25%;
}
.rangeslider {
  height: 16px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 16px + var(--ratio) * (100% - 16px));
}
.rangeslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 1em;
  background: #dc0028;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: calc(3px * 0.5 - 16px * 0.5);
}
.rangeslider::-webkit-slider-runnable-track {
  height: 3px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background:
    -webkit-gradient(linear, left top, left bottom, from(#dc0028), to(#dc0028))
      0 / var(--sx) 100% no-repeat,
    #e1e6eb;
  background:
    linear-gradient(#dc0028, #dc0028) 0 / var(--sx) 100% no-repeat,
    #e1e6eb;
}
.rangeslider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  background: #dc0028;
  border: none;
  box-shadow: none;
}
.rangeslider::-moz-range-track {
  height: 3px;
  border: none;
  border-radius: 0;
  background: #e1e6eb;
  box-shadow: none;
  background:
    linear-gradient(#dc0028, #dc0028) 0 / var(--sx) 100% no-repeat,
    #e1e6eb;
}
.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-left: -16px;
  margin-right: -16px;
  padding: 15px;
}
.sitemap li {
  list-style: none;
}
.sitemap .title {
  color: #0a1924;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sitemap {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sitemap {
    display: none;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sitemap li {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1280px) {
  .sitemap__col:last-of-type {
    margin-left: 15px;
  }
}
.sitemap__group {
  font-size: 1.5rem;
  margin-top: 0;
  padding: 0 20px 10px;
  width: 100%;
}
.sitemap__group .title {
  margin-bottom: 10px;
  text-transform: initial;
  white-space: nowrap;
}
.sitemap__group:last-child {
  margin-bottom: 0;
}
.sitemap__group .title {
  font-size: 1.5rem;
}
@media screen and (min-width: 1920px) {
  .sitemap__group {
    font-size: 1.7rem;
  }
  .sitemap__group .title {
    font-size: 1.7rem;
  }
}
.sitemap__newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sitemap__newsletter input {
  margin-right: 10px;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
.social a {
  margin: 0 4px;
  padding: 9px;
}
.social a:hover {
  background-color: #46555f;
}
.social a img {
  display: block;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .social {
    border: none !important;
  }
}
.teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.teaser__kicker,
.teaser__headline {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .teaser {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .teaser {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .teaser--inline-xs {
    margin-bottom: 15px;
  }
  .teaser--inline-xs .teaser__media {
    margin-bottom: 0;
    padding-right: 5px;
    width: 33.333%;
  }
  .teaser--inline-xs .teaser__content {
    padding-left: 5px;
    width: 66.666%;
  }
  .teaser--inline-xs .media:before {
    height: 30px;
    width: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .teaser--inline-sm {
    margin-bottom: 18px;
  }
  .teaser--inline-sm .teaser__media {
    padding-right: 8px;
    margin-bottom: 0;
    width: 33.333%;
  }
  .teaser--inline-sm .teaser__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding-left: 8px;
    width: 66.666%;
  }
}
.teaser--video picture:before {
  background: url("/img/icon__play--bg.svg") no-repeat;
}
.teaser--wide figure {
  width: 100%;
}
.teaser__content {
  width: 100%;
}
.teaser__date {
  white-space: nowrap;
}
.teaser__date .duration {
  text-transform: lowercase;
}
.teaser__date .date + .duration:before {
  content: " | ";
}
.teaser__headline {
  color: #0a1924;
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .teaser__headline {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .teaser__headline {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1920px) {
  .teaser__headline {
    font-size: 2.6rem;
  }
}
.teaser__infos {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #697882;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 600;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.teaser__infos .duration {
  text-transform: lowercase;
  white-space: nowrap;
}
@media screen and (min-width: 1920px) {
  .teaser__infos {
    font-size: 1.3rem;
  }
}
.teaser__kicker {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #dc0028;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 3px;
}
@media (inverted-colors: inverted) {
  .teaser__kicker {
    color: #23ffd7;
  }
}
@media screen and (min-width: 768px) {
  .teaser__kicker {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1920px) {
  .teaser__kicker {
    font-size: 1.8rem;
  }
}
.teaser__media {
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
  min-height: 1px;
  position: relative;
}
.teaser__media > a {
  display: block;
  width: 100%;
}
.teaser--icnew picture:before {
  content: none !important;
}
.teaser__mediainfo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(10, 25, 36, 0.75);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
}
.teaser__mediainfo svg {
  background: #dc0028;
  color: #ffffff;
  padding: 8px;
}
.teaser__mediainfo span {
  color: #ffffff;
  font-size: 12px;
  padding: 0 8px;
}
.teaser__section {
  margin-right: auto;
}
.title {
  color: #46555f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .title {
    background: #697882;
    color: #ffffff;
    font-size: 1.6rem;
    margin: 0 -10px 10px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .title {
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1919px) {
  .title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1920px) {
  .title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .title--dark {
    background: #697882;
    color: white;
  }
}

.u_cbox {
  position: relative;
  background-color: #fff;
  color: #000;
  text-align: left;
  -webkit-text-size-adjust: none;
}

.u_cbox .u_vc {
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.u_cbox,
.u_cbox p,
.u_cbox h3,
.u_cbox h5,
.u_cbox ul,
.u_cbox li,
.u_cbox fieldset,
.u_cbox legend,
.u_cbox textarea,
.u_cbox button {
  margin: 0;
  padding: 0;
  font-family: Helvetica, sans-serif;
}

.u_cbox,
.u_cbox textarea,
.u_cbox button {
  font-size: 14px;
  line-height: 1.25em;
}

.u_cbox img,
.u_cbox fieldset {
  border: 0;
}

.u_cbox fieldset {
  min-width: 0;
}

.u_cbox ul {
  list-style: none;
}

.u_cbox em {
  font-style: normal;
}

.u_cbox a {
  color: #000;
  text-decoration: none;
}

.u_cbox strong {
  font-weight: 400;
}

.u_cbox a,
.u_cbox button {
  /* 크롬 84 버전 이상부터 스크롤이 고정 되는 이슈를 막기 위해 사용(예:새로 요소가 추가되는 더보기 버튼). ※ https://bugs.chromium.org/p/chromium/issues/detail?id=1102229 ※ https://css-tricks.com/almanac/properties/o/overflow-anchor/ */
  overflow-anchor: none;
}

.u_cbox button {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  /* iOS 15에서 button text color가 blue로 바뀌는 문제가 있어 버튼에 컬러값 명시적으로 지정 */
  /* 참고:https://velog.io/@alvin/iOS-15에서-button-text-color가-blue로-바뀌는-문제 */
  color: #000;
}

/* png sprite image */
.u_cbox .u_cbox_btn_refresh .u_cbox_ico_refresh,
.u_cbox .u_cbox_help_info .u_cbox_ico_help,
.u_cbox .u_cbox_layer_help .u_cbox_btn_info_close,
.u_cbox .u_cbox_layer_help .u_cbox_ico_help,
.u_cbox .u_cbox_sort .u_cbox_sort_option_on .u_cbox_ico_select,
.u_cbox .u_cbox_ico_more,
.u_cbox .u_cbox_sort::before,
.u_cbox .u_cbox_sort::after,
.u_cbox .u_cbox_ico_arrow,
.u_cbox .u_cbox_ico_help {
  background-image: url("/img/sp_cbox_w.png");
  background-repeat: no-repeat;
  background-size: 400px 800px;
  font-size: 0;
  line-height: 0;
}

/* png sprite image:end */
/* svg sprite image */
.u_cbox .u_cbox_work_sub .u_cbox_ico_open,
.u_cbox .u_cbox_ico_recomm,
.u_cbox .u_cbox_ico_unrecomm,
.u_cbox .u_cbox_paginate .u_cbox_ico_more,
.u_cbox .u_cbox_ico_exclamation {
  background-image: url("/img/sp_comment.svg");
  background-size: 410px 406px;
  background-repeat: no-repeat;
}

/* svg sprite image:end */
.u_cbox .u_cbox_head {
  min-height: 41px;
  margin: 0 15px;
  padding-top: 3px;
  line-height: 41px;
}

.u_cbox .u_cbox_head::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_head .u_cbox_head_tools {
  float: right;
  margin-right: -6px;
}

.u_cbox .u_cbox_head .u_cbox_head_tools::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_title {
  float: left;
  font-size: 17px;
  font-weight: 700;
}

.u_cbox .u_cbox_count {
  float: left;
  padding: 1px 0 0 5px;
  font-size: 18px;
  font-family: HelveticaNeue-Light, Helvetica-Light, sans-serif;
  line-height: 39px;
}

.u_cbox .u_cbox_btn_refresh {
  float: left;
  overflow: hidden;
  width: 23px;
  height: 23px;
  margin: 9px 0 0 7px;
  border: 0;
  font-size: 0;
  text-indent: -9999px;
  color: transparent;
}

.u_cbox .u_cbox_btn_refresh .u_cbox_ico_refresh {
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #d9d9d9;
  background-position: -82px -29px;
  background-color: #fff;
}

/* 댓글 카운트 상세 */
.u_cbox .u_cbox_comment_count_wrap {
  margin: 0 15px;
}

.u_cbox .u_cbox_comment_count::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_count_info {
  position: relative;
  float: left;
  padding: 2px 9px 11px;
  font-size: 0;
  line-height: 0;
}

.u_cbox .u_cbox_count_info::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #dcdcdc;
  content: "";
}

.u_cbox .u_cbox_count_info:first-child {
  padding-left: 0;
}

.u_cbox .u_cbox_count_info:first-child::before {
  display: none;
}

.u_cbox .u_cbox_comment_count .u_cbox_info_title {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #767678;
}

.u_cbox .u_cbox_comment_count .u_cbox_info_txt {
  margin-left: 2px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #303038;
}

.u_cbox .u_cbox_wrap > .u_cbox_write_wrap {
  margin: 0 15px;
}

.u_cbox .u_cbox_thumb {
  float: left;
}

.u_cbox .u_cbox_thumb .u_cbox_thumb_wrap {
  display: block;
  position: relative;
  margin-right: 4px;
}

.u_cbox .u_cbox_thumb .u_cbox_img_profile {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  vertical-align: top;
}

.u_cbox .u_cbox_thumb .u_cbox_thumb_mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.u_cbox .u_cbox_write {
  background-color: #fff;
}

.u_cbox .u_cbox_write_inner {
  position: relative;
  border: 1px solid #b3b3b3;
}

.u_cbox .u_cbox_write_area {
  max-width: 100%;
}

.u_cbox .u_cbox_write .u_cbox_inbox {
  position: relative;
  margin-right: 69px;
  padding: 10px 12px 13px;
}

.u_cbox .u_cbox_write .u_cbox_inbox .u_cbox_text {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 18px;
  border: 0;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.25;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}

.u_cbox .u_cbox_write .u_cbox_inbox .u_cbox_guide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  top: 10px;
  right: 112px;
  left: 11px;
  z-index: 10;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #b6b6b6;
}

.u_cbox .u_cbox_type_logged_out .u_cbox_write .u_cbox_inbox .u_cbox_guide {
  right: 11px;
}

/* 창작자 PICK 등록 */

.u_cbox
  .u_cbox_write_notice_checkbox:focus-visible
  + .u_cbox_write_notice_checklabel::before {
  outline: medium auto currentcolor;
  outline: medium auto -webkit-focus-ring-color;
}

/* 창작자 PICK 등록:end */

.u_cbox .u_cbox_write_count {
  display: none;
  position: relative;
  margin: -4px 15px 10px;
  font-size: 13px;
  color: #aaa;
  line-height: 1.57;
  text-align: right;
}

.u_cbox .u_cbox_btn_upload {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  min-width: 69px;
  height: 43px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #00c73c;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  z-index: 10;
}

.u_cbox .u_cbox_upload_sticker {
  display: none;
  position: relative;
  z-index: 20;
  padding: 0 15px 4px;
}

.u_cbox .u_cbox_upload_sticker::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_addition {
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: 76px;
  z-index: 10;
  padding-left: 4px;
}

.u_cbox
  .u_cbox_addition
  .u_cbox_secret_check:focus-visible
  + .u_cbox_secret_label {
  outline: medium auto currentcolor;
  outline: medium auto -webkit-focus-ring-color;
}

.u_cbox .u_cbox_type_logged_out .u_cbox_inbox {
  margin-right: 0;
}

.u_cbox .u_cbox_type_logged_out .u_cbox_write_count,
.u_cbox .u_cbox_type_logged_out .u_cbox_upload {
  display: none;
}

/* 스티커 */

/* 멘션 */

/* 로그인 */

/* 창작자 설정 옵션 */

/* 자동 업데이트 */

/* 정렬 옵션 */
.u_cbox .u_cbox_sort {
  position: relative;
  padding: 13px 0 10px;
}

.u_cbox .u_cbox_sort::before,
.u_cbox .u_cbox_sort::after {
  position: absolute;
  top: 3px;
  bottom: 0;
  z-index: 4;
  width: 20px;
  max-height: 45px;
  content: "";
}

.u_cbox .u_cbox_sort::before {
  left: 0;
  background-position: -343px -108px;
}

.u_cbox .u_cbox_sort::after {
  right: 37px;
  background-position: -365px -108px;
}

.u_cbox .u_cbox_sort_option {
  overflow: hidden;
  position: relative;
  z-index: 3;
  height: 21px;
  margin-right: 37px;
}

.u_cbox .u_cbox_sort_scroller {
  position: absolute;
  z-index: 1;
  padding: 0 17px;
}

.u_cbox .u_cbox_sort .u_cbox_sort_option_list {
  display: table;
  white-space: nowrap;
  margin-right: 37px;
}

.u_cbox .u_cbox_sort .u_cbox_sort_option_wrap {
  display: table-cell;
}

.u_cbox .u_cbox_sort .u_cbox_sort_option_wrap + .u_cbox_sort_option_wrap,
.u_cbox .u_cbox_sort .u_cbox_sort_option_wrap ~ .u_cbox_sort_option_wrap {
  padding-left: 11px;
}

.u_cbox .u_cbox_sort .u_cbox_select {
  float: left;
  overflow: hidden;
  position: relative;
  padding-right: 2px;
}

.u_cbox .u_cbox_sort .u_cbox_ico_select {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  text-indent: -999px;
  vertical-align: top;
  color: transparent;
}

.u_cbox .u_cbox_sort .u_cbox_sort_label {
  display: inline-block;
  font-size: 14px;
  color: #c6c6c6;
  line-height: 21px;
  vertical-align: top;
}

.u_cbox .u_cbox_sort .u_cbox_sort_option_on .u_cbox_sort_label {
  padding-left: 18px;
  color: #000;
}

.u_cbox .u_cbox_sort .u_cbox_sort_option_on .u_cbox_ico_select {
  top: 7px;
  left: 0;
  width: 13px;
  height: 9px;
  background-position: -80px -130px;
}

.u_cbox .u_cbox_help_info {
  float: left;
}

.u_cbox .u_cbox_help_info .u_cbox_info_label {
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.u_cbox .u_cbox_help_info .u_cbox_btn_help {
  float: left;
}

.u_cbox .u_cbox_help_info .u_cbox_ico_help {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-position: -135px -25px;
  vertical-align: top;
}

.u_cbox .u_cbox_help_info .u_cbox_txt_help {
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.u_cbox .u_cbox_layer_help {
  right: 15px;
  width: 222px;
  padding: 20px 15px 16px;
  margin-top: 34px;
  border: 1px solid #e0e0e0;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 320px) {
  .u_cbox .u_cbox_layer_help {
    width: 284px;
  }
}

.u_cbox .u_cbox_layer_help .u_cbox_info_title {
  display: block;
  font-size: 14px;
  line-height: 18px;
}

.u_cbox .u_cbox_layer_help .u_cbox_info_txt + .u_cbox_info_title,
.u_cbox .u_cbox_layer_help .u_cbox_info_txt ~ .u_cbox_info_title {
  margin-top: 25px;
}

.u_cbox .u_cbox_layer_help .u_cbox_ico_help {
  display: inline-block;
  overflow: hidden;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  background-position: -168px -31px;
  line-height: 999px;
  vertical-align: top;
}

.u_cbox .u_cbox_layer_help .u_cbox_info_txt {
  padding-top: 7px;
  font-size: 15px;
  color: #808080;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.u_cbox .u_cbox_layer_help .u_cbox_btn_info_close {
  overflow: hidden;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  background-position: -108px -56px;
  line-height: 999px;
}

.u_cbox .u_cbox_sort .u_cbox_head_tools {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 110;
}

.u_cbox .u_cbox_sort .u_cbox_layer_help {
  margin-top: 35px;
  right: 5px;
}

/* 자동완성 */

/* 창작자 설정 옵션 알림 */

/* 공지사항 */
.u_cbox .u_cbox_notice {
  position: relative;
  margin: 7px 15px 0;
  padding: 11px 13px 10px;
  border: 1px solid #ededed;
  background-color: #f8f8f8;
}

/* 댓글 없을 때 */

/* //댓글 없을 때 */
/* 댓글 안내 */

/* 댓글 리스트 */
.u_cbox .u_cbox_comment_box {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}

.u_cbox .u_cbox_area {
  padding: 15px;
}

.u_cbox .u_cbox_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.u_cbox .u_cbox_info::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_info .u_cbox_thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.u_cbox .u_cbox_info .u_cbox_thumb ~ .u_cbox_info_main {
  width: calc(100% - 27px);
}

.u_cbox .u_cbox_info_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 27px;
  padding-right: 104px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.u_cbox .u_cbox_name {
  overflow: hidden;
}

.u_cbox .u_cbox_name_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.37;
}

.u_cbox .u_cbox_nick_area {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u_cbox .u_cbox_btn_totalcomment {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 4px;
}

.u_cbox .u_cbox_btn_totalcomment .u_cbox_txt_total {
  float: left;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #666;
}

.u_cbox .u_cbox_btn_totalcomment .u_cbox_ico_arrow {
  float: left;
  width: 5px;
  height: 8px;
  margin: 5px 0 0 3px;
  background-position: -185px -155px;
}

/* 창작자,구독자 */

/* 창작자,구독자:end */
/* 팔로우,팔로잉 버튼 */
.u_cbox .u_cbox_follow_button {
  position: absolute;
  top: -2px;
  right: 16px;
  min-width: 49px;
  min-height: 25px;
  padding: 3px 5px 4px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.05);
}

.u_cbox .u_cbox_follow_label {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.6px;
}

.u_cbox .u_cbox_follow_label {
  color: #333;
}

/* //팔로우,팔로잉 버튼 */

/* 더보기 메뉴 */
.u_cbox .u_cbox_work_sub {
  position: absolute;
  top: -4px;
  right: -13px;
}

.u_cbox .u_cbox_work_sub .u_cbox_btn_open {
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
}

.u_cbox .u_cbox_work_sub .u_cbox_ico_open {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  background-position: -373px -266px;
  background-repeat: no-repeat;
  width: 3px;
  height: 15px;
  margin: 8px 0 0 13px;
}

.u_cbox .u_cbox_work_box {
  display: none;
  position: absolute;
  top: 30px;
  right: 13px;
  z-index: 100;
  width: 86px;
}

.u_cbox .u_cbox_work_box .u_cbox_btn_userreport,
.u_cbox .u_cbox_work_box .u_cbox_btn_userblock {
  display: block;
  padding: 12px 5px 10px;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.58px;
  text-align: center;
}

.u_cbox .u_cbox_work_box .u_cbox_ico_block {
  display: none;
}

.u_cbox .u_cbox_work_inner {
  display: block;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow:
    0 1px 4px 0 rgba(0, 0, 0, 0.05),
    0 1px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow:
    0 1px 4px 0 rgba(0, 0, 0, 0.05),
    0 1px 1px 0 rgba(0, 0, 0, 0.07);
}

.u_cbox .u_cbox_work_inner a:first-child {
  border-top: 0;
}

/* //더보기 메뉴 */
.u_cbox .u_cbox_info_base {
  padding-top: 6px;
}

.u_cbox .u_cbox_info_base::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_date {
  float: left;
  font-size: 13px;
  font-family: Helvetica-Light, Helvetica, sans-serif;
  letter-spacing: -0.1px;
  color: #999;
}

.u_cbox .u_cbox_text_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
}

.u_cbox .u_cbox_tool {
  position: relative;
  font-size: 0;
  line-height: 0;
  text-align: right;
}

.u_cbox .u_cbox_tool::after {
  display: block;
  clear: both;
  content: "";
}

/* 답글 버튼 */
.u_cbox a.u_cbox_btn_reply {
  float: left;
  margin-top: 12px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #555;
}

.u_cbox .u_cbox_btn_reply .u_cbox_reply_txt {
  float: left;
}

.u_cbox .u_cbox_btn_reply .u_cbox_reply_cnt {
  float: left;
  padding-left: 4px;
}

.u_cbox .u_cbox_btn_reply .u_cbox_reply_cnt.u_vc {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  margin: 0;
  font-size: 0;
  -webkit-clip-path: none;
  clip-path: none;
}

.u_cbox .u_cbox_btn_reply .u_cbox_reply_cnt.u_vc::after {
  display: inline-block;
  margin-left: -1px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 13px;
  content: "작성";
}

/* 답글 버튼:end */
/* 답글 작성 버튼 */

/* 답글 작성 버튼:end */
/* 공감,비공감 버튼 */
.u_cbox .u_cbox_recomm_set {
  display: inline-block;
  margin-top: 12px;
  vertical-align: top;
}

.u_cbox .u_cbox_btn_recomm,
.u_cbox .u_cbox_btn_unrecomm {
  float: left;
}

.u_cbox .u_cbox_btn_unrecomm {
  margin-left: 22px;
}

.u_cbox .u_cbox_ico_recomm,
.u_cbox .u_cbox_ico_unrecomm {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  float: left;
  margin-top: 1px;
}

.u_cbox .u_cbox_ico_recomm {
  background-position: -156px -340px;
  background-repeat: no-repeat;
  width: 13px;
  height: 16px;
}

.u_cbox .u_cbox_ico_unrecomm {
  background-position: -220px -204px;
  background-repeat: no-repeat;
  width: 13px;
  height: 16px;
}

.u_cbox .u_cbox_cnt_recomm,
.u_cbox .u_cbox_cnt_unrecomm {
  float: left;
  padding-left: 4px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #777;
}

.u_cbox .u_cbox_reply_area {
  background-color: #f7f7f7;
}

.u_cbox .u_cbox_delete_contents {
  font-size: 15px;
  line-height: 1.43;
  letter-spacing: -0.5px;
  color: #999;
}

.u_cbox .u_cbox_paginate .u_cbox_btn_more {
  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;
  min-height: 42px;
}

.u_cbox .u_cbox_more_wrap .u_cbox_page_more {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #555;
}

.u_cbox .u_cbox_paginate .u_cbox_ico_more {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  background-position: -230px -390px;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  margin: 4px 0 0 6px;
}

.u_cbox .u_cbox_layer {
  display: none;
  position: absolute;
  z-index: 1000;
}

.u_cbox .u_cbox_content_wrap {
  position: relative;
  border-top: 1px solid #ededed;
}

.u_cbox .u_cbox_ico_exclamation {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-position: -333px -340px;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  float: left;
  margin: 3px 4px 0 0;
}

.u_cbox .u_cbox_usercomment {
  float: left;
}

.u_cbox .u_cbox_btn_usercomment {
  display: inline-block;
  min-height: 21px;
  border-radius: 15px;
  line-height: 1.5;
}

.u_cbox a.u_cbox_btn_usercomment {
  position: relative;
  padding: 4px 11px;
  background-color: #303038;
  color: #fff;
}

.u_cbox .u_cbox_txt_usercomment {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: -0.2px;
}

.u_cbox .u_cbox_txt_usercomment {
  font-weight: 600;
}

.u_cbox .u_cbox_ico_usercomment {
  display: none;
}

.u_cbox .u_cbox_usercomment_newicon {
  position: absolute;
  top: -1px;
  right: 2px;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #00ce7c;
  font-size: 0;
}

/* //댓글모음,차단관리 */
/* 댓글모음 레이어 */

/* 차단한 이용자 안내 */

/* //댓글모음 레이어 */
/* 익명 댓글 비밀번호 입력 삭제 */

/* 신고하기 레이어 */

.u_cbox
  .u_cbox_layer_report_radio:focus-visible
  + .u_cbox_layer_report_radio_label::before {
  outline: medium auto currentcolor;
  outline: medium auto -webkit-focus-ring-color;
}

.u_cbox
  .u_cbox_layer_cleanbot_checkbox:focus-visible
  ~ .u_cbox_layer_cleanbot_checklabel {
  outline: medium auto currentcolor;
  outline: medium auto -webkit-focus-ring-color;
}

.u_cbox
  .u_cbox_layer_cleanbot2_checkbox:focus-visible
  ~ .u_cbox_layer_cleanbot2_checklabel {
  outline: medium auto currentcolor;
  outline: medium auto -webkit-focus-ring-color;
}

.u_cbox
  .u_cbox_layer_multirating_radiobutton:focus-visible
  + .u_cbox_layer_multirating_radiolabel {
  position: relative;
  outline: medium auto currentcolor;
  outline: medium auto -webkit-focus-ring-color;
}

.u_cbox
  .u_cbox_cateselect_radiobox:focus-visible
  + .u_cbox_cateselect_radioboxdummy {
  outline: medium auto currentcolor;
  outline: medium auto -webkit-focus-ring-color;
}

.u_cbox
  .u_cbox_write_replynotify_checkbox:not(:checked)
  ~ .u_cbox_write_replynotify_description2 {
  display: none;
}

.u_cbox
  .u_cbox_write_replynotify_checkbox:focus-visible
  ~ .u_cbox_write_replynotify_control
  .u_cbox_write_replynotify_label {
  outline: medium auto currentcolor;
  outline: medium auto -webkit-focus-ring-color;
}

#cbox_module .u_cbox_head .u_cbox_btn_refresh .u_cbox_ico_refresh,
#cbox_module .u_cbox_ico_usercomment,
#cbox_module .u_cbox_help_info .u_cbox_ico_help,
#cbox_module .u_cbox_recomm_set .u_cbox_ico_recomm,
#cbox_module .u_cbox_recomm_set .u_cbox_ico_unrecomm,
#cbox_module .u_cbox_btn_totalcomment .u_cbox_ico_arrow,
#cbox_module .u_cbox_ico_more,
#cbox_module .u_cbox_comment .u_cbox_ico_exclamation,
.u_cbox .u_cbox_work_sub .u_cbox_ico_open,
#cbox_module .u_cbox_work_sub .u_cbox_ico_open,
.u_cbox .u_cbox_layer_help .u_cbox_ico_help,
.u_cbox .u_cbox_layer_help .u_cbox_btn_info_close {
  background-image: url("/img/sp_comment_overwrite.png");
  background-size: 226px 201px;
  background-repeat: no-repeat;
}

#cbox_module .u_cbox_head {
  min-height: 42px;
}

#cbox_module .u_cbox_write .u_cbox_inbox .u_cbox_guide {
  top: 13px;
  line-height: 20px;
  bottom: 12px;
  font-size: 15px;
  color: #999;
}

/* 삭제된 댓글,제한된 댓글,임시 블라인드 댓글 */
.u_cbox .u_cbox_delete_contents {
  vertical-align: top;
  overflow: hidden;
  color: #757575;
  letter-spacing: -1px;
  word-break: keep-all;
}

/* 공통댓글UI 개선 */
#cbox_module .u_cbox_wrap {
  position: relative;
}

#cbox_module .u_cbox_head {
  padding-left: 0;
  padding-top: 7px;
}

@media (min-width: 768px) and (orientation: portrait) {
  #cbox_module .u_cbox_head {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  #cbox_module .u_cbox_head {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_head {
    margin-right: 0;
    margin-left: 0;
  }
}

#cbox_module .u_cbox_title,
#cbox_module .u_cbox_sort .u_cbox_sort_option_on .u_cbox_ico_select,
#cbox_module .u_cbox_btn_totalcomment .u_cbox_txt_total {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
}

#cbox_module .u_cbox_count {
  padding-left: 0;
  font-size: 17px;
  font-weight: bold;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
  color: #222;
}

#cbox_module .u_cbox_count::after {
  display: inline;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  content: " Kommentare";
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_wrap > .u_cbox_write_wrap {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_wrap > .u_cbox_write_wrap {
    margin-right: 0;
    margin-left: 0;
  }
}

#cbox_module .u_cbox_head .u_cbox_btn_refresh {
  background: transparent;
  margin: 10px 0 0 5px;
}

#cbox_module .u_cbox_head .u_cbox_btn_refresh .u_cbox_ico_refresh {
  width: 20px;
  height: 20px;
  background-position: -44px -165px;
  background-color: transparent;
  border: none;
}

#cbox_module .u_cbox_head .u_cbox_head_tools {
  margin-top: 2px;
}

#cbox_module .u_cbox_usercomment {
  margin-right: 6px;
}

#cbox_module .u_cbox_ico_usercomment {
  width: 13px;
  height: 14px;
  background-position: -213px -33px;
  margin: 2px 0 0 3px;
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_comment_count_wrap {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_comment_count_wrap {
    margin-right: 0;
    margin-left: 0;
  }
}

#cbox_module .u_cbox_write .u_cbox_write_inner {
  border: 1px solid #b0b3be;
  border-radius: 4px;
}

#cbox_module .u_cbox_write .u_cbox_btn_upload {
  display: none;
}

#cbox_module .u_cbox_write .u_cbox_inbox {
  margin-right: 0;
  padding: 13px 14px 10px;
  border-radius: inherit;
}

#cbox_module .u_cbox_write_count {
  position: absolute;
  left: 15px;
  bottom: 14px;
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
  color: #999;
}

#cbox_module .u_cbox_write_count .u_cbox_count_num {
  margin-right: 4px;
  font-weight: 500;
  color: #222;
}

#cbox_module .u_cbox_write_count .u_cbox_write_total {
  margin-left: 4px;
}

#cbox_module .u_cbox_type_logged_out .u_cbox_inbox .u_cbox_text {
  height: 22px;
  font-size: 15px;
}

#cbox_module .u_cbox_thumb .u_cbox_thumb_mask {
  display: none;
}

#cbox_module .u_cbox_thumb .u_cbox_thumb_wrap {
  margin-right: 8px;
}

#cbox_module .u_cbox_thumb .u_cbox_thumb_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: "";
}

#cbox_module .u_cbox_comment_box .u_cbox_thumb_wrap .u_cbox_img_profile {
  width: 35px;
  object-fit: cover;
  /*object-position: top;*/
  height: 35px;
  border-radius: 50%;
}

#cbox_module .u_cbox_comment_box .u_cbox_info_base {
  left: 58px;
}

/* 관리자 공지사항 등록글 */

/* 댓글모음 레이어 */

#cbox_module .u_cbox_notice {
  overflow: hidden;
  padding: 12px 12px 12px 16px;
  margin-top: 8px;
  background-color: #eff3fb;
  border-radius: 4px;
  border: 0;
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_notice {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_notice {
    margin-right: 0;
    margin-left: 0;
  }
}

.u_cbox .u_cbox_sort {
  border-bottom: 1px solid transparent;
  -webkit-border-image: -webkit-repeating-linear-gradient(
      left,
      transparent 0,
      transparent 15px,
      #d2d4dd 15px,
      #d2d4dd calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1;
  -o-border-image: repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 15px,
      #d2d4dd 15px,
      #d2d4dd calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1;
  border-image: repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 15px,
      #d2d4dd 15px,
      #d2d4dd calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1;
  margin-top: 12px;
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_sort {
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-color: #d2d4dd;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_sort {
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-color: #d2d4dd;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_sort::before {
    display: none;
  }
}

#cbox_module .u_cbox_sort .u_cbox_sort_label {
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #929292;
}

#cbox_module .u_cbox_sort .u_cbox_sort_option_on .u_cbox_sort_label {
  padding-left: 0;
  font-weight: 600;
  color: #222;
}

#cbox_module .u_cbox_help_info .u_cbox_ico_help {
  width: 14px;
  height: 14px;
  background-position: 0px -187px;
  opacity: 0.27;
  margin: 7px 7px 7px 0;
}

#cbox_module .u_cbox_name {
  max-width: 142px;
  font-size: 14px;
}

@media (max-width: 319px) {
  #cbox_module .u_cbox_name {
    max-width: 114px;
  }
}

#cbox_module .u_cbox_comment .u_cbox_text_wrap .u_cbox_contents {
  letter-spacing: -0.3px;
}

#cbox_module .u_cbox_comment .u_cbox_text_wrap {
  font-size: 16px;
  line-height: 21px;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
  color: #222;
  padding-right: 18px;
}

#cbox_module .u_cbox_info_base {
  position: absolute;
  top: 38px;
  padding-top: 0;
}

#cbox_module .u_cbox_date {
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
}

#cbox_module .u_cbox_btn_totalcomment {
  position: absolute;
  left: 0;
  margin-top: 2px;
  width: 100%;
  text-align: right;
}

#cbox_module .u_cbox_info {
  margin-top: 4px;
  margin-bottom: 11px;
}

#cbox_module .u_cbox_info_main {
  position: relative;
  margin-top: -2px;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
  float: left;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media (max-width: 319px) {
  #cbox_module .u_cbox_info_main {
    max-width: 80%;
  }
}

.u_cbox_wrap .u_cbox_cnt_recomm,
.u_cbox_wrap .u_cbox_cnt_unrecomm {
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
}

.u_cbox .u_cbox_recomm_set {
  margin-top: 6px;
}

.u_cbox .u_cbox_btn_unrecomm {
  margin-left: 18px;
}

.u_cbox .u_cbox_tool .u_cbox_btn_reply {
  margin: 7px 0 0 0;
  padding: 0;
  line-height: 1.76;
  letter-spacing: -0.7px;
  border: none;
  background: none;
  font-weight: 600;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
  color: #000;
}

#cbox_module .u_cbox_tool .u_cbox_btn_reply .u_cbox_reply_cnt {
  padding-left: 4px;
  letter-spacing: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
}

#cbox_module .u_cbox_tool .u_cbox_btn_reply .u_cbox_reply_txt {
  font-weight: 500;
  color: #555;
}

#cbox_module .u_cbox_tool .u_cbox_btn_reply .u_cbox_reply_cnt.u_vc {
  overflow: hidden;
  width: 1px;
  height: 1px;
}

#cbox_module .u_cbox_tool .u_cbox_btn_reply .u_cbox_reply_cnt.u_vc::after {
  display: inline-block;
  margin-left: -1px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  letter-spacing: -0.7px;
  content: "작성";
}

#cbox_module .u_cbox_recomm_set .u_cbox_ico_recomm {
  margin-top: 4px;
}

#cbox_module .u_cbox_recomm_set .u_cbox_ico_recomm,
#cbox_module .u_cbox_recomm_set .u_cbox_ico_unrecomm {
  width: 13px;
  height: 15px;
  background-position: -213px 0px;
  opacity: 0.48;
}

#cbox_module .u_cbox_recomm_set .u_cbox_ico_unrecomm {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 6px;
}

#cbox_module .u_cbox_btn_totalcomment .u_cbox_ico_arrow {
  display: inline-block;
  float: none;
  margin: 0 0 3px 0;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  background-position: -213px -33px;
}

.u_cbox .u_cbox_info .u_cbox_info_main {
  width: auto;
}

.u_cbox .u_cbox_info .u_cbox_thumb ~ .u_cbox_info_main {
  width: auto;
}

.u_cbox .u_cbox_info_main {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: visible;
  padding-right: 0;
}

.u_cbox .u_cbox_name_area {
  font-size: inherit;
}

.u_cbox .u_cbox_thumb .u_cbox_thumb_wrap {
  z-index: 1;
}

#cbox_module .u_cbox_type_profile .u_cbox_btn_totalcomment {
  z-index: 1;
  margin-left: -43px;
  height: 35px;
  margin-top: 3px;
  padding-left: 43px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  outline: none;
}

#cbox_module .u_cbox_type_profile .u_cbox_btn_totalcomment .u_cbox_ico_arrow {
  margin-top: -21px;
}

#cbox_module .u_cbox_btn_more {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #222;
}

.u_cbox_wrap .u_cbox_more_wrap .u_cbox_page_more {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}

#cbox_module .u_cbox_ico_more {
  width: 10px;
  height: 6px;
  background-position: -58px -187px;
  opacity: 0.48;
}

.u_cbox .u_cbox_reply_area {
  margin-top: -1px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fbfcfd;
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_sort .u_cbox_head_tools {
    right: -7px;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_sort .u_cbox_head_tools {
    right: -7px;
  }
}

#cbox_module .u_cbox_comment .u_cbox_ico_exclamation {
  width: 16px;
  height: 15px;
  background-position: -192px -149px;
  opacity: 0.32;
}

.u_cbox .u_cbox_delete_contents {
  font-size: 15px;
  color: #757575;
}

.u_cbox_wrap .u_cbox_comment_box {
  border-bottom: 1px solid transparent;
  -webkit-border-image: -webkit-repeating-linear-gradient(
      left,
      transparent 0,
      transparent 15px,
      #f0f0f0 15px,
      #f0f0f0 calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1;
  -o-border-image: repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 15px,
      #f0f0f0 15px,
      #f0f0f0 calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1;
  border-image: repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 15px,
      #f0f0f0 15px,
      #f0f0f0 calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1;
}

@media (min-width: 1025px) {
  .u_cbox_wrap .u_cbox_comment_box {
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-color: #f0f0f0;
  }
}

#cbox_module .u_cbox_content_wrap > .u_cbox_list {
  padding-bottom: 20px;
}

.u_cbox_content_wrap > .u_cbox_list .u_cbox_comment {
  background-color: rgba(0, 0, 0, 0.003);
}

#cbox_module .u_cbox_content_wrap + .u_cbox_paginate {
  margin-top: -20px;
}

/* 공통댓글UI 개선 - 뉴스전용 */

#cbox_module .u_cbox_content_wrap:not(.u_cbox_myfollowing) {
  border-top: none;
}

/* 더보기 메뉴 */
.u_cbox .u_cbox_work_sub .u_cbox_ico_open,
#cbox_module .u_cbox_work_sub .u_cbox_ico_open {
  width: 3px;
  height: 15px;
  background-position: -207px -166px;
  opacity: 0.52;
}

#cbox_module .u_cbox_work_sub .u_cbox_ico_open {
  margin: 6px 0 0 11px;
}

/* //더보기 메뉴 */

.u_cbox .u_cbox_layer_help {
  -webkit-box-shadow:
    0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 5px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  background-color: #f8f8f7;
}

.u_cbox .u_cbox_layer_help .u_cbox_ico_help {
  width: 14px;
  height: 14px;
  background-position: 0px -187px;
  margin: 2px 4px 0 2px;
  opacity: 0.48;
}

.u_cbox .u_cbox_layer_help .u_cbox_btn_info_close {
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background-position: -150px -86px;
  opacity: 0.32;
}

/* 신고하기 레이어 */

.u_cbox .u_cbox_date {
  color: #757575;
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_comment .u_cbox_text_wrap {
    font-size: 14px;
    line-height: 1.43;
  }
}

.u_cbox .u_cbox_name {
  max-width: 150px;
  font-size: 14px;
  padding-right: 22px;
}

/* 이용자 관리 레이어 */

/* 차단한 이용자 관리 레이어 */

.u_cbox .u_cbox_area {
  position: relative;
}

/* 댓글이 달린 원본 컨텐츠에 대한 정보 */

/* 신고댓글 */

/* 악플탐지 AI 클린봇 차단글 */

.u_cbox .u_cbox_layer_help {
  border: solid 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.u_cbox .u_cbox_layer_help .u_cbox_info_txt {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  color: #767678;
  line-height: 20px;
  letter-spacing: -1px;
}

.u_cbox .u_cbox_layer_help .u_cbox_info_title {
  display: block;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #1e1e23;
  letter-spacing: -1px;
}

/* 등급별 아이콘 - 스포츠 전용 */

/* 댓글 등록 부가 기능 재선언 */
#cbox_module .u_cbox_addition {
  display: none;
  right: 5px;
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_sort::before {
    display: none;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_sort_scroller {
    padding-right: 0;
    padding-left: 2px;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_sort_scroller {
    padding-right: 0;
    padding-left: 2px;
  }
}

/* //신)댓글모음 레이어 */
/* 신)댓글모음 팔로우 레이어 */

/* 이용자 관리 레이어 */

/* 댓글 작성전 악플 제재 안내 메세지:클린봇 AI스코어 기준 */

/* 팔로우 댓글 우선 보기 안내문구 */

/* 댓글 없을 때 */

/* 관리자 공지사항 등록 */

.u_cbox .u_cbox_write .u_cbox_write_area {
  border-radius: inherit;
}

.u_cbox .u_cbox_follow_button {
  right: 18px;
  background-color: #f4f4f4;
}

.btn_n {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #29293a;
  width: 70%;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  margin: 0 0 20px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s !important;
}

.btn_n:hover {
  background: #4a4a65 !important;
}

.btn_n:focus {
  background: #4a4a65 !important;
}

.btn_n .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

.btn_n span {
  display: block;
  width: 80%;
}

@keyframes ripple {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1),
      0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow:
      0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1),
      0 0 0 60px rgba(255, 255, 255, 0.1),
      0 0 0 80px rgba(255, 255, 255, 0);
  }
}

@media (max-width: 576px) {
  .btn_n {
    width: 100%;
  }
}

.customNewsWrapper {
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
  background: #f5f7fa;
  border-left: 4px solid #c7161c;
  padding: 18px 18px 5px 20px;
  margin: 18px 0;
  border-radius: 6px;

  overflow: hidden;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.uniqueImageHolder {
  flex: 0 0 40%; /* Slightly more than 1/3 */
  max-width: 30%;
}
.uniqueImageHolder img {
  border-radius: 50%;

  width: 200px !important;
  height: 200px !important;
  object-fit: cover;
  display: block;
}
.distinctTextArea {
  flex: 1 1 60%;
  padding: 15px;
  color: #333;
}
.specialHeadline {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7rem;
  color: rgb(194, 21, 73);
}
.exclusiveContent {
  margin: 0;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  margin-top: 8px !important;
}
.uniqueImageHolder a:has(img) {
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .customNewsWrapper {
    flex-direction: column;
    margin: 0;
  }
  .uniqueImageHolder {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .distinctTextArea {
    flex: 1 1 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

:root {
  --mainColor: #1a3850;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

#form-feedback {
  padding: 56px 32px 47px 32px;
  max-width: 700px;
  margin: 40px auto;
  font-family: Arial;
  box-shadow: 0px 0px 5px #0000007d;
  background-color: #000;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}