@media all and (max-width: 768px) {
  #df_main {
    padding: 0;
  }
}

#df_content {
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

#df_content .df_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media all and (max-width: 768px) {
  #df_content .df_upper {
    display: block;
  }
}

#df_content .df_topNews {
  padding: 0;
  width: calc(100% - 300px);
}

@media all and (max-width: 768px) {
  #df_content .df_topNews {
    width: 100%;
    padding: 0;
  }
}

#df_content .df_topNews__ttlWrap {
  background-color: #005ea1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#df_content .df_topNews__ttl {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-left: 10px;
  position: relative;
}

#df_content .df_topNews__ttlLinkWrap {
  border-left: 1px dashed rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0 auto;
}

#df_content .df_topNews__ttlLinkWrap a {
  color: #fff;
  display: block;
  padding: 10px 16px;
  -webkit-transition: .3s;
  transition: .3s;
  border-right: 1px dashed rgba(255, 255, 255, 0.7);
}

@media all and (max-width: 640px) {
  #df_content .df_topNews__ttlLinkWrap a {
    padding: 10px 6px;
    font-size: 12px;
  }
}

#df_content .df_topNews__ttlLinkWrap a:last-child {
  border-right: none;
}

#df_content .df_topNews__ttlLinkWrap a:before {
  content: "\f138";
  font-family: fontAwesome;
  margin-right: 4px;
}

#df_content .df_topNews__ttlLinkWrap a:hover {
  color: #005ea1;
  background-color: #fff;
  text-decoration: none;
}

#df_content .df_topNews__ttlLinkWrap a.toukouBox {
  background-color: #24adb4;
  border-top: 2px solid #24adb4;
  border-bottom: 2px solid #24adb4;
}

#df_content .df_topNews__ttlLinkWrap a.toukouBox:hover {
  background-color: #fff;
  color: #24adb4;
}

#df_content .df_topNews__ttlLinkWrap a.toukouBox:hover:before {
  color: #24adb4;
}

#df_content .df_topNews__ttlLinkWrap a.toukouBox:before {
  content: "\f1d8";
  font-family: fontAwesome;
}

#df_content .df_topNews__contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding: 0 10px;
}

@media all and (max-width: 768px) {
  #df_content .df_topNews__contentInner {
    display: block;
    margin-top: 0;
  }
}

#df_content .df_topNews__listWrap {
  width: 40%;
}

@media all and (max-width: 768px) {
  #df_content .df_topNews__listWrap {
    width: 100%;
    background-color: #fff;
    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;
  }
}

#df_content .df_topNews__list {
  background: transparent !important;
  display: block;
  cursor: pointer;
}

@media all and (max-width: 768px) {
  #df_content .df_topNews__list {
    background-color: #313131;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
  }
}

@media screen and (max-width: 510px) {
  #df_content .df_topNews__list {
    width: 100%;
  }
}

#df_content .df_topNews__list--readMore {
  cursor: pointer;
  width: 100%;
  background: rgba(0, 94, 161, 0.7) !important;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

#df_content .df_topNews__list--readMore i {
  color: #fff;
}

#df_content .df_topNews__inner {
  display: block;
}

#df_content .df_topNews__inner:hover p {
  color: #3768B7;
}

#df_content .df_topNews__listLink {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-bottom: 1px solid #bbb;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 4px;
  min-height: 84px;
  position: relative;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-animation-duration: .3;
          animation-duration: .3;
}

@media all and (max-width: 768px) {
  #df_content .df_topNews__listLink {
    background-color: #fff;
    padding: 10px;
  }
}

#df_content .df_topNews__listLink:hover {
  text-decoration: none;
}

@-webkit-keyframes btnAnime {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes btnAnime {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

#df_content .df_topNews__listImg {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 200px;
}

#df_content .df_topNews__txtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media all and (max-width: 768px) {
  #df_content .df_topNews__txtArea {
    -ms-flex-line-pack: inherit;
        align-content: inherit;
  }
}

#df_content .df_topNews__txtArea a {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.8px;
}

#df_content .df_topNews__txtArea span {
  display: block;
  color: #939393;
  padding-top: 4px;
  font-size: 10px;
  position: absolute;
  bottom: 6px;
}

@media all and (max-width: 768px) {
  #df_content .df_topNews__txtArea span {
    font-size: 12px;
    padding-top: 0;
  }
}

#df_content .df_topNews__listTxt {
  width: 100%;
  overflow: hidden;
  line-height: 1.4;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#df_content .df_topNews__listTxt--detail {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.8px;
}

#df_content .df_topNews__postWrap {
  margin-top: 10px;
  display: block;
}

@media all and (max-width: 768px) {
  #df_content .df_topNews__postWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
}

@media all and (max-width: 640px) {
  #df_content .df_topNews__postWrap {
    display: block;
    margin-top: 10px;
  }
}

#df_content .df_topNews__postBox {
  display: block;
  background-color: white;
  text-align: center;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 12px;
  width: 100%;
}

@media all and (max-width: 640px) {
  #df_content .df_topNews__postBox {
    width: 100%;
  }
}

#df_content .df_topNews__postBox:hover {
  text-decoration: none;
  opacity: .7;
}

#df_content .df_topNews__postBox--live {
  color: #fff !important;
  position: relative;
  padding: 0;
}

#df_content .df_topNews__postBox--live .liveCameraImage {
  position: relative;
  width: 100%;
  height: 137px;
  overflow: hidden;
}

@media all and (max-width: 640px) {
  #df_content .df_topNews__postBox--live .liveCameraImage {
    height: 120px;
  }
}

#df_content .df_topNews__postBox--live .liveCameraImage img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media all and (max-width: 640px) {
  #df_content .df_topNews__postBox--live .liveCameraImage img {
    top: -15vw;
    -webkit-transform: none;
            transform: none;
  }
}

#df_content .df_topNews__postBox--live p {
  position: relative;
  z-index: 1;
}

#df_content .df_topNews__postBox--live .liveCameraTitle {
  color: #fff !important;
  font-weight: 600;
  line-height: 1.3;
  background: rgba(86, 86, 86, 0.4);
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#df_content .df_topNews__postBox--live .liveCameraTitle:before {
  content: "\f03d";
  font-family: fontAwesome;
  margin-right: 4px;
}

#df_content .df_topNews__postBox--live .liveCameraTitle span {
  font-weight: 600;
  color: #fff;
  font-size: 12px;
}

#df_content .df_topNews__postBox--live .liveCameraText {
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 2px 10px;
  margin: 8px;
  border-radius: 30px;
  position: relative;
}

#df_content .df_topNews__postBox--live .liveCameraText:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: rgba(255, 255, 255, 0.6) transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#df_content .df_topNews__postBoxImg {
  width: 50px;
}

#df_content .df_topMainNews {
  display: none;
  width: 58%;
  min-height: 450px;
  overflow: hidden;
}

@media all and (max-width: 768px) {
  #df_content .df_topMainNews {
    width: 100%;
    min-height: 270px;
  }
}

@media all and (max-width: 640px) {
  #df_content .df_topMainNews {
    width: 100%;
    height: auto;
  }
}

#df_content .df_topMainNews--active {
  display: block;
}

#df_content .df_topMainNews__video {
  height: 216px;
  width: 100%;
  overflow: hidden;
}

@media all and (max-width: 768px) {
  #df_content .df_topMainNews__video {
    height: inherit;
  }
}

#df_content .df_topMainNews__video img {
  width: 100%;
}

#df_content .df_topMainNews__link {
  display: block;
  text-decoration: none !important;
}

#df_content .df_topMainNews__link:hover p {
  color: #3768B7;
  text-decoration: underline;
}

#df_content .df_topMainNews__ttlWrap {
  display: block;
  background-color: #fff;
}

@media all and (max-width: 768px) {
  #df_content .df_topMainNews__ttlWrap {
    padding: 0 10px;
    padding-bottom: 10px;
  }
}

#df_content .df_topMainNews__ttlWrap:hover {
  text-decoration: none;
}

#df_content .df_topMainNews__ttl {
  display: block;
  height: 42px;
  font-size: 18px;
  padding: 3px 3px 0 3px;
  padding: 8px 0 0 0;
  height: auto;
}

@media all and (max-width: 768px) {
  #df_content .df_topMainNews__ttl {
    padding-top: 4px;
  }
}

#df_content .df_topMainNews__text.notImage {
  height: 320px;
  display: block;
  overflow: hidden;
  position: relative;
}

@media all and (max-width: 640px) {
  #df_content .df_topMainNews__text.notImage {
    height: auto;
    max-height: 220px;
  }
}

#df_content .df_topMainNews__text.notImage:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.4em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(48%, rgba(255, 255, 255, 0.83)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.83) 48%, white 100%);
}

@media all and (max-width: 768px) {
  #df_content .df_topMainNews__dateWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#df_content .df_topMainNews__date {
  color: #a0a0a0;
  font-size: 12px;
  padding: 0 0 3px 0;
}

#df_content .df_topMainNews .df_detailBtn {
  margin-top: 20px;
}

@media all and (max-width: 768px) {
  #df_content .df_topMainNews .df_detailBtn {
    position: relative;
    width: auto;
    max-width: 250px;
    margin: 0;
    background-color: #fff;
    color: #005ea1 !important;
    text-decoration: underline !important;
    font-size: 16px;
    font-weight: bold;
  }
  #df_content .df_topMainNews .df_detailBtn:before {
    content: '';
    border-right: 2px solid #005ea1;
    border-bottom: 2px solid #005ea1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 35%;
    left: -12px;
    height: 7px;
    width: 7px;
  }
  #df_content .df_topMainNews .df_detailBtn:hover {
    text-decoration: none !important;
  }
}

#df_content .newsActive {
  height: 400px;
  -webkit-transition: .3s;
  transition: .3s;
}

#df_content .df_upper__side {
  width: 300px;
  margin-left: 20px;
}

@media all and (max-width: 768px) {
  #df_content .df_upper__side {
    width: 100%;
    margin: 10px auto 0;
    padding: 0 4px;
  }
}

@media all and (max-width: 640px) {
  #df_content .df_upper__side {
    display: block;
  }
}

#df_content .df_radikoLink {
  border: 2px solid #3AA8DD;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 2px 10px;
  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;
  background-color: #00a5e9;
}

@media all and (max-width: 768px) {
  #df_content .df_radikoLink {
    border-radius: 0;
    margin: 0 0 30px;
  }
}

#df_content .df_radikoLink span {
  padding-left: 10px;
}

#df_content .df_radikoLink:hover {
  text-decoration: none;
  opacity: .7;
}

#df_content .df_radikoLink__txt {
  font-weight: bold;
  color: #fff;
}

#df_content .df_radikoLink__img {
  width: 10%;
}

#df_content #df_side {
  width: 100%;
}

@media all and (max-width: 640px) {
  #df_content #df_side {
    width: 100%;
    margin: 0 auto;
  }
}

@media all and (max-width: 768px) {
  #df_content .df_bnRectangle {
    margin-top: 0 !important;
  }
}

@media all and (max-width: 640px) {
  #df_content .df_bnRectangle {
    margin-top: 10px !important;
  }
}

#df_content .df_topSlideHot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
}

@media all and (max-width: 768px) {
  #df_content .df_topSlideHot {
    display: block;
    padding: 0 4px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

@media all and (max-width: 640px) {
  #df_content .df_topSlideHot {
    display: block;
  }
}

#df_content .df_hot {
  width: 30%;
  position: relative;
}

@media all and (max-width: 768px) {
  #df_content .df_hot {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 640px) {
  #df_content .df_hot {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

#df_content .df_hot__ttl {
  margin-bottom: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  opacity: 0.9;
  color: #fff;
  background-color: #CA485C;
  padding: 5px;
}

@media all and (max-width: 640px) {
  #df_content .df_hot__ttl {
    text-align: center;
  }
}

#df_content .df_hot__widgetLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
  cursor: pointer;
}

#df_content .df_hot__widgetLink .ichioshiClick {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#df_content .df_hot__txtInner {
  width: 100%;
  position: absolute;
  bottom: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(52%, rgba(0, 0, 0, 0.63)), color-stop(99%, black), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 52%, black 99%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#df_content .df_hot__widgetTitle {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 8px;
  background-color: #ce4848 !important;
  top: -12px !important;
  display: inline-block;
  padding: 1px 10px;
  font-size: 13px;
}

@media all and (max-width: 640px) {
  #df_content .df_hot__widgetTitle {
    top: -14px !important;
    padding: 0 10px;
  }
}

#df_content .df_hot__bangumiTitleWrap {
  padding: 16px 8px 10px;
  position: relative;
  line-height: 1.2;
}

#df_content .df_hot__bangumiTitle {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

#df_content .df_hot__bangumiDate {
  color: #fff;
  font-size: 12px;
  display: block;
  margin-top: 4px;
}

@media all and (max-width: 640px) {
  #df_content .df_hot__bangumiDate {
    font-size: 11px;
    letter-spacing: -0.4px;
  }
}

#df_content .df_tvSlider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#df_content .df_tvSlider__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 239px;
  background: rgba(0, 0, 0, 0.7);
}

@media all and (max-width: 768px) {
  #df_content .df_tvSlider__item {
    height: 21.5vw;
  }
}

@media all and (max-width: 640px) {
  #df_content .df_tvSlider__item {
    height: 65.5vw;
  }
}

#df_content .df_tvSlider__item img {
  max-height: 100% !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}

#df_content .df_tvSlider__item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3px;
}

#df_content .df_tvSlider .flickity-prev-next-button {
  top: 46.6%;
}

#df_content .df_tvSlider .next {
  background: transparent !important;
  border-right: solid 3px #cf5a6d !important;
  border-top: solid 3px #cf5a6d !important;
  width: 25px !important;
  height: 25px !important;
  z-index: 1;
  border-radius: 0px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -10px;
}

#df_content .df_tvSlider .next:hover {
  background: none;
}

#df_content .df_tvSlider .previous {
  background: none;
  background: transparent !important;
  border-top: solid 3px #cf5a6d !important;
  border-left: solid 3px #cf5a6d !important;
  border-radius: 0px;
  width: 25px !important;
  height: 25px !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -10px;
  z-index: 1;
  position: absolute;
}

#df_content .df_tvSlider .previous:hover {
  background: none;
}

#df_content .flickity-button-icon {
  fill: #cf5a6d;
  display: none;
}

#df_content .df_middleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

@media all and (max-width: 768px) {
  #df_content .df_middleWrap {
    display: block;
  }
}

#df_content .df_middleWrap__inner--left {
  width: 60%;
}

@media all and (max-width: 768px) {
  #df_content .df_middleWrap__inner--left {
    width: 100%;
  }
}

#df_content .df_middleWrap__inner--right {
  width: 38%;
}

@media all and (max-width: 768px) {
  #df_content .df_middleWrap__inner--right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#df_content .df_top__cornerTtlWrap {
  padding: 6px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #005ea1;
  color: #fff;
}

#df_content .df_top__cornerTtlWrap .df_top__cornerTtl {
  color: #fff;
  font-weight: bold;
  padding: 4px;
  font-size: 16px;
}

#df_content .df_top__cornerTtlWrap a {
  padding: 5px;
  display: block;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  border-left: 1px solid #fff;
  padding-left: 12px;
}

#df_content .df_top__cornerTtlWrap a:before {
  content: "\f138";
  font-family: fontAwesome;
  margin-right: 4px;
}

#df_content .df_top__cornerTtlWrap a:hover {
  text-decoration: none;
  opacity: .7;
}

#df_content .df_knbTopics {
  height: 275px;
  width: 60%;
  position: relative;
}

@media all and (max-width: 768px) {
  #df_content .df_knbTopics {
    width: 100%;
    height: inherit;
  }
}

#df_content .df_knbTopics__listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}

@media all and (max-width: 768px) {
  #df_content .df_knbTopics__listWrap {
    margin-top: 0;
  }
}

#df_content .df_knbTopics__list {
  width: 50%;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

#df_content .df_knbTopics__list:nth-child(even) {
  border-right: none;
}

#df_content .df_knbTopics__list:nth-child(n + 5) {
  border-bottom: none;
}

@media all and (max-width: 640px) {
  #df_content .df_knbTopics__list:nth-child(n + 4) {
    display: none;
  }
}

@media all and (max-width: 640px) {
  #df_content .df_knbTopics__list {
    width: 100%;
  }
}

#df_content .df_knbTopics__link {
  display: block;
  padding: 6px 10px;
  position: relative;
  height: 74px;
  -webkit-transition: .3s;
  transition: .3s;
}

#df_content .df_knbTopics__link:hover {
  background-color: rgba(161, 161, 161, 0.1);
  text-decoration: none;
}

#df_content .df_knbTopics__link:hover .df_indexTtl {
  color: #3768B7;
}

#df_content .df_knbTopics__newIcon {
  display: inline-block;
  padding: 0 2px !important;
  position: relative !important;
  top: -2px !important;
}

@media all and (max-width: 768px) {
  #df_content .df_knbTopics__newIcon {
    left: 0 !important;
  }
}

#df_content .df_knbTopics .df_category {
  display: inline-block;
  margin-bottom: 2px;
  position: relative;
  top: -2px;
}

#df_content .df_knbTopics .df_category__ttl {
  width: 65px;
  font-size: 11px;
  padding: 0;
}

#df_content .df_knbTopics .df_date {
  float: right;
  color: #aaa;
  font-size: 12px;
}

#df_content .df_knbTopics .df_indexTtl {
  font-weight: bold;
  line-height: 1.3;
  -webkit-transition: .3s;
  transition: .3s;
}

#df_content .df_updateBlog {
  margin-top: 20px;
  width: 60%;
  position: relative;
}

@media all and (max-width: 768px) {
  #df_content .df_updateBlog {
    margin-top: 0px;
    width: 100%;
  }
}

#df_content .df_updateBlog__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 10px;
  margin-top: 10px;
}

@media all and (max-width: 768px) {
  #df_content .df_updateBlog__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
    margin-top: 0;
  }
}

#df_content .df_updateBlog__inner .df_updateBlog-cardLink {
  height: 160px;
  margin-top: 0;
  position: relative;
  width: calc(100% / 4 - 10px);
}

@media all and (max-width: 768px) {
  #df_content .df_updateBlog__inner .df_updateBlog-cardLink {
    width: calc(100% / 2 - 7px);
    margin-top: 10px;
  }
}

#df_content .df_updateBlog__detailArea .df_detailArea__name {
  font-size: 10px;
}

#df_content .df_updateBlog__detailArea .df_blogIndexTitle {
  font-size: 12px;
}

#df_content .df_updateBlog__category {
  display: none;
}

#df_content .df_topPresentPreview {
  height: 240px;
  width: calc(40% - 20px);
  position: relative;
}

@media all and (max-width: 768px) {
  #df_content .df_topPresentPreview {
    margin-top: 0px;
    width: 100%;
    height: inherit;
  }
}

#df_content .df_topPresentPreview__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 212px;
  margin-top: 10px;
  padding: 6px 10px;
}

@media all and (max-width: 768px) {
  #df_content .df_topPresentPreview__wrap {
    padding: 10px 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: inherit;
  }
}

#df_content .df_topPresentPreview__wrap--content {
  width: calc(100% / 2 - 7px);
  height: 202px;
  position: relative;
}

#df_content .df_topPresentPreview__new {
  background-color: #fff;
  color: #f45353;
  border: 1px solid #f45353;
  position: absolute;
  font-size: 11px;
  padding: 1px 2px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 40px;
  left: 78px;
  z-index: 1;
}

#df_content .df_topPresentPreview__card {
  display: block;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
  height: 100%;
  background-color: rgba(187, 187, 187, 0.2);
}

#df_content .df_topPresentPreview__card:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(80%, rgba(0, 0, 0, 0.85)));
  background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.85) 80%);
  opacity: 0.9;
}

#df_content .df_topPresentPreview__card:hover {
  text-decoration: none;
  opacity: .7;
}

#df_content .df_topPresentPreview__card--inner {
  background-color: #fff;
}

#df_content .df_topPresentPreview__card--img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
}

#df_content .df_topPresentPreview__card--title {
  height: 48px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  padding: 8px;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

#df_content .df_topPresentPreview__card .df_tagPresent {
  background-color: #ea8681;
  display: block;
}

#df_content .df_topPresentPreview__card .df_tagPreview {
  background-color: #145689;
  display: block;
}

#df_content .df_topPresentPreview__more {
  font-size: 11px;
  text-align: center;
  margin-top: 5px;
}

@media all and (max-width: 768px) {
  #df_content .df_topPresentPreview__more {
    display: none;
  }
}

#df_content .df_topPresentPreview__more span:before {
  content: "\f0d7";
  font-family: fontAwesome;
  margin-right: 2px;
}

#df_content .df_topPresentPreview__more span:after {
  content: "\f0d7";
  font-family: fontAwesome;
  margin-left: 2px;
}

#df_content .df_topPresentPreview__more a {
  background-color: #f1f1f1;
  border-radius: 18px;
  display: block;
  color: #005ea1;
  font-weight: bold;
}

#df_content .df_topPresentPreview__more a:after {
  content: "\f0a9";
  font-family: fontAwesome;
  margin-left: 2px;
}

#df_content .df_top__CardTag {
  display: none;
  background-color: #04acb3;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 75px;
  text-align: center;
  text-align: center;
  font-size: 11px;
  z-index: 1;
}

@media all and (max-width: 768px) {
  #df_content .df_top__CardTag {
    display: block;
  }
}

#df_content .df_topEvent {
  margin-top: 20px;
  width: calc(40% - 20px);
  position: relative;
}

@media all and (max-width: 768px) {
  #df_content .df_topEvent {
    width: 100%;
    margin-top: 10px;
  }
}

#df_content .df_topEvent__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  padding: 6px 10px;
}

@media all and (max-width: 768px) {
  #df_content .df_topEvent__wrap {
    padding: 0 7px 10px;
    margin-top: 0;
  }
}

#df_content .df_topEvent__card {
  height: 160px;
  width: calc(100% / 3 - 9px);
  background-color: rgba(187, 187, 187, 0.2);
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

@media all and (max-width: 768px) {
  #df_content .df_topEvent__card {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(100% / 2 - 7px);
    margin-top: 10px;
  }
}

#df_content .df_topEvent__card:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(85%, rgba(0, 0, 0, 0.85)));
  background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.85) 85%);
  opacity: .9;
}

#df_content .df_topEvent__card:hover {
  text-decoration: none;
  opacity: .7;
}

#df_content .df_topEvent__card--img img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
}

#df_content .df_topEvent__card--ttl {
  height: 48px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 8px 8px;
  font-size: 12px;
  line-height: 1.4;
  z-index: 2;
}

#df_content .df_knbTopics--sp .df_top__cornerTtl {
  text-align: center;
}

#df_content .df_knbContent {
  display: none;
  position: relative;
  margin-top: 20px;
  background-color: rgba(240, 240, 240, 0.2);
}

@media all and (max-width: 768px) {
  #df_content .df_knbContent {
    display: block;
  }
}

#df_content .df_knbContent__ttl {
  color: #fff;
  background-color: #005ea1;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

#df_content .df_knbContent__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

#df_content .df_knbContent__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
  background-color: #f0f0f0;
  width: calc(100% / 2);
  padding: 6px 12px;
  cursor: pointer;
  text-align: center;
  letter-spacing: -1px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

#df_content .df_knbContent__link--active {
  z-index: 3;
  -webkit-box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.4);
  color: #fff !important;
  background-color: #005ea1;
  position: relative;
}

#df_content .df_knbContent__link--active:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 99%;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: #005ea1 transparent transparent transparent;
}

#df_content .df_knbContent__link--active span {
  color: #fff !important;
}

#df_content .df_knbContent__link--active .df_knbContent__moreBtn {
  color: #fff !important;
  border-left: 1px solid #fff;
}

#df_content .df_knbContent__link--active .df_knbContent__moreBtn:hover {
  opacity: .8;
  color: #fff !important;
}

#df_content .df_knbContent__link span {
  font-weight: bold;
  color: #545454;
  font-size: 15px;
  line-height: 1;
}

#df_content .df_knbContent__link span br {
  display: none;
}

@media screen and (max-width: 430px) {
  #df_content .df_knbContent__link span br {
    display: block;
  }
}

@media screen and (max-width: 430px) {
  #df_content .df_knbContent__link span span {
    display: none;
  }
}

#df_content .df_knbContent .df_contentPresent.df_knbContent__link--active {
  -webkit-box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.4);
          box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.4);
}

#df_content .df_knbContent__moreBtn {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  border-left: 1px solid #005ea1;
  padding: 10px 0 10px 12px;
  color: #005ea1 !important;
}

@media all and (max-width: 768px) {
  #df_content .df_knbContent__moreBtn {
    display: inline-block;
  }
}

#df_content .df_knbContent__moreBtn:before {
  content: "\f138";
  font-family: fontAwesome;
  margin-right: 4px;
}

#df_content .df_knbContent__moreBtn:hover {
  color: #005ea1 !important;
  opacity: .8;
  text-decoration: none;
}

#df_content .df_knbContent .df_scrollWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

@media all and (max-width: 768px) {
  #df_content .df_knbContent .df_top__cornerTtlWrap {
    display: none;
  }
}

#df_content .df_knbContent .df_topPresentPreview {
  display: none;
  height: 240px;
  width: 35%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

@media all and (max-width: 768px) {
  #df_content .df_knbContent .df_topPresentPreview {
    position: static;
    margin-top: 0;
    width: 100%;
    height: inherit;
  }
}

#df_content .df_knbContent .df_topPresentPreview__wrap {
  height: 160px;
  width: 570px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 8px;
}

@media all and (max-width: 768px) {
  #df_content .df_knbContent .df_topPresentPreview__wrap {
    margin-top: 0;
    padding: 0 10px;
  }
}

@media all and (max-width: 768px) {
  #df_content .df_knbContent .df_topPresentPreview__wrap--content {
    display: inline-block;
    height: 160px;
    background: #fff;
  }
  #df_content .df_knbContent .df_topPresentPreview__wrap--content:nth-of-type(n + 2) {
    margin-left: 15px;
  }
}

#df_content .df_knbContent .df_topPresentPreview__wrap--content .df_topPresentPreview__article {
  background-color: #fff;
}

#df_content .df_knbContent .df_topPresentPreview__card--title {
  height: 45px;
  font-size: 13px;
  overflow: hidden;
}

#df_content .df_knbContent .df_topPresentPreview__card .df_tagPresent {
  background-color: #ea8681;
}

#df_content .df_knbContent .df_topEvent {
  width: 35%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

@media all and (max-width: 768px) {
  #df_content .df_knbContent .df_topEvent {
    position: static;
    margin-top: 10px;
    width: 100%;
  }
}

#df_content .df_knbContent .df_topEvent__wrap {
  height: 160px;
  width: 851px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 8px;
}

@media all and (max-width: 768px) {
  #df_content .df_knbContent .df_topEvent__wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 10px;
  }
}

#df_content .df_knbContent .df_topEvent__card {
  height: 90px;
  margin-top: 10px;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

@media all and (max-width: 768px) {
  #df_content .df_knbContent .df_topEvent__card {
    display: block;
    margin-top: 0;
    height: 160px;
  }
  #df_content .df_knbContent .df_topEvent__card:nth-of-type(n + 2) {
    margin-left: 15px;
  }
}

#df_content .df_knbContent .df_topEvent__card:hover {
  text-decoration: none;
  opacity: .7;
}

#df_content .df_knbContent .df_topEvent__card--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35%;
}

@media all and (max-width: 768px) {
  #df_content .df_knbContent .df_topEvent__card--img {
    width: 100%;
  }
}

#df_content .df_knbContent .df_topEvent__card--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  font-size: 11px;
  line-height: 1.3;
  margin-left: 10px;
}

@media all and (max-width: 768px) {
  #df_content .df_knbContent .df_topEvent__card--ttl {
    width: 100%;
    margin-left: 0;
    font-size: 13px;
    padding: 0 4px;
  }
}

#df_content .df_knbContent .df_topEvent .df_tagEvent {
  display: none;
}

@media all and (max-width: 768px) {
  #df_content .df_knbContent .df_topEvent .df_tagEvent {
    display: block;
    color: #fff;
    background-color: #04acb3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
  }
}

#df_content .df_topBottomWrap {
  margin-top: 20px;
  background-color: #EBF6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 10px 15px 2%;
}

@media all and (max-width: 768px) {
  #df_content .df_topBottomWrap {
    display: block;
  }
}

#df_content .df_topBottomWrap .slick-dots {
  bottom: -15px !important;
}

@media all and (max-width: 768px) {
  #df_content .df_topBottomWrap .slick-dots {
    bottom: -1.5% !important;
  }
}

#df_content .df_topBottomWrap .df_topBottomBanner {
  width: 300px;
}

@media all and (max-width: 768px) {
  #df_content .df_topBottomWrap .df_topBottomBanner {
    margin: 6px auto 10px;
  }
}

#df_content .df_topBottomWrap .df_topBottomBanner .df_bnRectangle {
  width: 100%;
  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;
}

#df_content .df_topBottomWrap .df_topBottomBanner .df_bnRectangle a {
  display: block;
}

#df_content .df_topBottomWrap .df_topBottomBanner .df_bnRectangle a img {
  width: 100%;
}

#df_content .df_topBottomWrap__miniBanner {
  width: calc(100% - 120px);
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  #df_content .df_topBottomWrap__miniBanner {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#df_content .df_topBottomWrap__miniBanner .bottomSlideBanner {
  min-height: 207px;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

@media all and (max-width: 768px) {
  #df_content .df_topBottomWrap__miniBanner .bottomSlideBanner {
    padding: 0 0 15px 0;
  }
}

@media all and (max-width: 640px) {
  #df_content .df_topBottomWrap__miniBanner .bottomSlideBanner {
    height: inherit;
    min-height: 113px;
  }
}

#df_content .df_topBottomWrap__miniBanner .slick-slide {
  margin-right: 12px;
}

#df_content .df_topBottomWrap__miniBanner .bottomSlideBanner__list {
  min-height: 200px;
  padding: 0 6px;
}

@media all and (max-width: 640px) {
  #df_content .df_topBottomWrap__miniBanner .bottomSlideBanner__list {
    max-height: 214px;
  }
}

#df_content .df_topBottomWrap__miniBanner .slick-arrow.slick-next, #df_content .df_topBottomWrap__miniBanner .slick-arrow.slick-prev {
  background: white !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid rgba(0, 94, 161, 0.7) !important;
}

#df_content .df_topBottomWrap__miniBanner .slick-arrow.slick-next {
  right: -56px !important;
}

@media all and (max-width: 768px) {
  #df_content .df_topBottomWrap__miniBanner .slick-arrow.slick-next {
    right: 6px !important;
  }
}

#df_content .df_topBottomWrap__miniBanner .slick-arrow.slick-prev {
  left: -56px !important;
}

@media all and (max-width: 768px) {
  #df_content .df_topBottomWrap__miniBanner .slick-arrow.slick-prev {
    left: 6px !important;
  }
}

#df_content .df_topBottomWrap__miniBanner li {
  display: inline-block;
}

#df_content .df_topBottomWrap__miniBanner li img {
  max-height: 64px;
}

#df_content .df_topBottomWrap__miniBanner a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

#df_content .df_topBottomWrap__miniBanner a:hover {
  opacity: .7;
}

#df_content .df_topBottomWrap__miniBanner img {
  width: auto;
  margin: auto;
}

#df_content .df_topBottomWrap .bottomSlideBanner.slick-initialized {
  opacity: 1;
}

#df_content .df_topSlider {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  z-index: 15;
  margin: 20px 0 30px auto !important;
  width: 100%;
}

@media all and (max-width: 768px) {
  #df_content .df_topSlider {
    width: 100%;
    margin: 0 auto 30px !important;
  }
}

@media all and (max-width: 640px) {
  #df_content .df_topSlider {
    width: 100% !important;
    margin: 0 auto 20px !important;
    padding-bottom: 3%;
  }
  #df_content .df_topSlider .slick-dots {
    bottom: -14px !important;
  }
}

#df_content .df_topSlider .slick-slide a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
}

#df_content .df_topSlider .slick-slide img {
  width: 100%;
  max-height: 100%;
}

#df_content .df_topSlider.slick-initialized {
  opacity: 1;
}

#df_content .swiper-wrapper {
  width: 100%;
  height: 250px;
}

#df_content .slick-prev {
  background: transparent !important;
  border-top: solid 3px #005ea1 !important;
  border-left: solid 3px #005ea1 !important;
  width: 25px !important;
  height: 25px !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
  position: absolute;
}

#df_content .slick-prev:before {
  content: "" !important;
}

#df_content .slick-next {
  background: transparent !important;
  border-right: solid 3px #005ea1 !important;
  border-top: solid 3px #005ea1 !important;
  width: 25px !important;
  height: 25px !important;
  z-index: 1;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#df_content .slick-next:before {
  content: "" !important;
}

#df_content .swiper-link {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

#df_content .swiper-link:hover {
  opacity: .7;
}

#df_content .swiper-link img {
  width: 100%;
}

#df_content .df_ichanWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16px 0 30px;
}

@media all and (max-width: 768px) {
  #df_content .df_ichanWrap {
    margin-top: 10px;
  }
}

#df_content .df_ichanWrap__btn {
  padding: 15px 0;
  width: 300px;
  background-color: #FAE2A3;
  text-align: center;
  display: block;
  position: relative;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

#df_content .df_ichanWrap__btn:hover {
  text-decoration: none;
}

@media all and (max-width: 640px) {
  #df_content .df_ichanWrap__btn {
    margin: 0 auto;
  }
}

#df_content .df_ichanWrap__quiz {
  background-color: #efb31a;
  margin-right: 20px;
}

#df_content .df_ichanWrap__quiz:hover {
  background-color: #f5c751;
}

@media all and (max-width: 640px) {
  #df_content .df_ichanWrap__quiz {
    margin-right: 10px;
    margin-left: 10px;
  }
}

#df_content .df_ichanWrap__tsushin {
  background-color: #a4bd05;
  margin-left: 5px;
}

#df_content .df_ichanWrap__tsushin:hover {
  background-color: #ccde5a;
}

@media all and (max-width: 640px) {
  #df_content .df_ichanWrap__tsushin {
    margin-right: 10px;
    margin-left: 10px;
  }
}

#df_content .df_ichanWrap__txt {
  font-weight: bold;
  color: #fff !important;
  font-size: 15px;
  display: block;
}

#df_content .df_ichanWrap__img {
  width: 50px;
  position: absolute;
  top: 0;
}

@media all and (max-width: 640px) {
  #df_content .df_ichanWrap__img {
    position: relative;
  }
}

#df_content .df_ichanWrap__img--yucchyu {
  width: 35px;
  right: 3%;
  top: 7%;
}

@media all and (max-width: 640px) {
  #df_content .df_ichanWrap__img--yucchyu {
    right: 0;
  }
}

#df_content .df_ichanWrap__img--meppi {
  width: 32px;
  left: 3%;
  top: 7%;
}

@media all and (max-width: 640px) {
  #df_content .df_ichanWrap__img--meppi {
    left: 0;
  }
}

#df_content .df_ichanWrap__img--echyu {
  width: 45px;
  right: 3%;
  top: 5%;
}

@media all and (max-width: 640px) {
  #df_content .df_ichanWrap__img--echyu {
    right: 0;
  }
}

#df_content .df_shoppingBtn {
  padding: 15px 0;
  width: 300px;
  background-color: #FAE2A3;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

#df_content .df_shoppingBtn:hover {
  text-decoration: none;
}

@media all and (max-width: 640px) {
  #df_content .df_shoppingBtn {
    margin: 0 auto;
  }
}

#df_content .swiper-button-prev, #df_content .swiper-button-next {
  background: transparent !important;
  border-top: solid 5px rgba(255, 255, 255, 0.7) !important;
  width: 30px !important;
  height: 30px !important;
  z-index: 2;
  -webkit-transition: .2s;
  transition: .2s;
}

#df_content .swiper-button-prev:hover, #df_content .swiper-button-next:hover {
  opacity: 0.5;
}

#df_content .swiper-button-prev:before, #df_content .swiper-button-next:before {
  content: "";
  background: transparent !important;
  border-top: solid 3px #005ea1 !important;
  width: 25px !important;
  height: 25px !important;
  top: -4px;
  left: -4px;
  z-index: 1;
  position: absolute;
}

#df_content .swiper-button-prev {
  border-left: solid 5px rgba(255, 255, 255, 0.7) !important;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

#df_content .swiper-button-prev:before {
  border-left: solid 3px #005ea1 !important;
}

#df_content .swiper-button-next {
  border-right: solid 5px rgba(255, 255, 255, 0.7) !important;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#df_content .swiper-button-next:before {
  border-right: solid 3px #005ea1 !important;
  left: 2px;
}

#df_wrap .df_newIcon {
  background-color: #fff;
  color: #f45353;
  border: 1px solid #f45353;
  position: absolute;
  font-size: 11px;
  padding: 1px 2px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 40px;
  z-index: 10;
}

@media all and (max-width: 768px) {
  #df_wrap .df_newIcon {
    left: 78px;
  }
}

#df_wrap .notBr br {
  display: none !important;
}

#df_wrap .radikoNowOnairBtn {
  margin-left: 10px;
  -webkit-animation: pounding .5s ease-in infinite alternate;
          animation: pounding .5s ease-in infinite alternate;
}

#df_wrap .radikoNowOnairBtn .imasuguText {
  display: none;
}

@-webkit-keyframes pounding {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pounding {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#df_wrap .bangumihyoBtn.twitterColor {
  display: none !important;
}

#df_wrap .bannerMiddleWrap {
  margin: 20px 0;
}

@media all and (max-width: 640px) {
  #df_wrap .bannerMiddleWrap {
    margin: 10px 0 10px;
  }
}

#df_wrap .middleBanner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#df_wrap .middleBanner__list--detail {
  width: calc(100% / 4 - 12px);
  margin: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 768px) {
  #df_wrap .middleBanner__list--detail {
    width: calc(100% / 2 - 12px);
  }
}

#df_wrap .middleBanner__list--detail a {
  display: block;
  text-align: center;
  width: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

#df_wrap .middleBanner__list--detail a:hover {
  opacity: .7;
}

#df_wrap .middleBanner__list--detail img {
  width: 100%;
}

#df_wrap .bangumiMiniBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;
  padding: 6px;
}

@media all and (max-width: 640px) {
  #df_wrap .bangumiMiniBanner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#df_wrap .bangumiMiniBanner a {
  width: calc(100% / 4);
  padding: 2px;
  display: inline-block;
  border: 1px solid #ddd;
  border-right: none;
  -webkit-transition: .2s;
  transition: .2s;
}

#df_wrap .bangumiMiniBanner a:nth-child(4) {
  border-right: 1px solid #ddd;
}

#df_wrap .bangumiMiniBanner a:nth-child(n + 5) {
  border-top: none;
}

#df_wrap .bangumiMiniBanner a:last-child {
  border-right: 1px solid #ddd;
}

#df_wrap .bangumiMiniBanner a:hover {
  opacity: 0.7;
}

#df_wrap .bangumiMiniBanner a img {
  width: 100%;
}

#df_wrap .bannerBottomWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px 0 10px;
  margin-top: 20px;
}

@media all and (max-width: 768px) {
  #df_wrap .bannerBottomWrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#df_wrap .bannerBottomWrap a {
  width: calc(100% / 6 - 7px);
  -webkit-transition: .2s;
  transition: .2s;
  margin: 4px;
}

#df_wrap .bannerBottomWrap a:first-child, #df_wrap .bannerBottomWrap a:nth-child(7), #df_wrap .bannerBottomWrap a:nth-child(13) {
  margin-left: 0;
}

#df_wrap .bannerBottomWrap a:nth-child(6n) {
  margin-right: 0;
}

@media all and (max-width: 768px) {
  #df_wrap .bannerBottomWrap a {
    width: calc(100% / 4 - 8px);
  }
  #df_wrap .bannerBottomWrap a:first-child, #df_wrap .bannerBottomWrap a:nth-child(7), #df_wrap .bannerBottomWrap a:nth-child(13) {
    margin-left: 4px;
  }
  #df_wrap .bannerBottomWrap a:nth-child(6n) {
    margin-right: 4px;
  }
}

@media all and (max-width: 640px) {
  #df_wrap .bannerBottomWrap a {
    width: calc(100% / 2 - 8px);
  }
}

#df_wrap .bannerBottomWrap a:hover {
  opacity: 0.7;
}

#df_wrap .bannerBottomWrap a img {
  max-height: 100px;
}

#df_wrap .spView {
  display: none;
}

@media all and (max-width: 768px) {
  #df_wrap .spView {
    display: block;
  }
}

#df_wrap .df_topNews {
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  min-height: 505px;
}

@media all and (max-width: 768px) {
  #df_wrap .df_topNews {
    min-height: inherit;
  }
}

@media all and (max-width: 768px) {
  #df_wrap .df_topNews .df_topNews__contentInner {
    padding: 0;
  }
}

#df_wrap .df_topNews .df_topMainNews {
  width: calc(52% - 16px);
}

@media all and (max-width: 768px) {
  #df_wrap .df_topNews .df_topMainNews {
    width: 100%;
    border-bottom: 1px dotted #bbb;
  }
}

#df_wrap .df_topNews .df_topMainNews__ttl {
  font-weight: bold;
  border-bottom: 1px dotted rgba(0, 94, 161, 0.5);
  margin-bottom: 6px;
  padding-bottom: 1px;
  padding-top: 1px;
  padding-left: 6px;
  margin-top: 6px;
  margin-top: 10px;
  border-left: 4px solid rgba(0, 94, 161, 0.5);
}

#df_wrap .df_topNews .df_topMainNews .df_topMainNews__date {
  margin-top: 4px;
}

#df_wrap .df_topNews .df_topNews__listWrap {
  width: 48%;
  margin-left: 16px;
}

@media all and (max-width: 768px) {
  #df_wrap .df_topNews .df_topNews__listWrap {
    width: 100%;
    margin-left: 0;
  }
}

#df_wrap .df_topNews .df_topNews__listWrap .df_topNews__list:nth-child(4) .df_topNews__listLink {
  border: none;
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  #df_wrap .df_topNews .df_topNews__listWrap .df_topNews__list:nth-child(4) .df_topNews__listLink {
    border-bottom: 1px dotted #bbb;
  }
}

#df_wrap .df_topNews .df_topNews__listWrap .df_topNews__list:nth-child(n + 5) {
  display: none;
}

@media all and (max-width: 768px) {
  #df_wrap .df_topNews .df_topNews__listWrap .df_topNews__list {
    border-bottom: none;
  }
}

#df_wrap .df_topNews .df_topNews__listWrap .df_topNews__list:last-child .df_topNews__listLink, #df_wrap .df_topNews .df_topNews__listWrap .df_topNews__list:nth-child(n + 4) .df_topNews__listLink {
  border-bottom: none;
}

#df_wrap .df_topNews .df_topNews__listWrap .df_topNews__list .df_topNews__listLink {
  padding: 6px;
  padding-right: 0;
  border-style: dotted;
}

@media all and (max-width: 768px) {
  #df_wrap .df_topNews .df_topNews__listWrap .df_topNews__list .df_topNews__listLink {
    padding-right: 6px;
  }
}

#df_wrap .df_topNews .df_topNews__listWrap .df_topNews__list .df_topNews__listLink .vjs-big-play-button {
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
}

#df_wrap .df_topNews .df_topNews__listWrap .df_topNews__list .df_topNews__txtArea {
  width: calc(100% - 140px);
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

#df_wrap .df_topNews .df_topNews__listWrap .df_topNews__list .df_topNews__listImg {
  width: 140px;
  text-align: center;
  margin-left: 6px;
}

#df_wrap .df_topNews .df_topNews__listWrap .df_topNews__list .df_topNews__listImg img {
  max-height: 73px;
}

#df_wrap .df_topNews .df_topNews__listWrap .df_topNews__list .df_detailBtn {
  background: #fff;
  border: 1px solid rgba(0, 94, 161, 0.6);
  width: 140px;
  padding: 2px 10px;
  z-index: 10;
  position: relative;
  margin-top: 10px;
  color: rgba(0, 94, 161, 0.6) !important;
}

#df_wrap .df_topNews .df_topNews__listWrap .df_topNews__list .df_detailBtn:hover {
  color: #005ea1 !important;
  border: 1px solid #005ea1;
  opacity: 1;
}

#df_wrap .bannerBottomWrap img {
  max-height: 60px;
}

#df_wrap .slick-slide a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#df_wrap .bangumiMiniBanner a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 769px) {
  #df_wrap .bangumiMiniBanner a:nth-child(10n) {
    border-right: 1px solid #ddd;
  }
}

@media only screen and (min-width: 769px) {
  #df_wrap .bangumiMiniBanner a:nth-child(n + 11) {
    border-top: none;
  }
}

#df_wrap .slick-arrow {
  border-radius: 50%;
  display: block;
  -webkit-box-shadow: 0 0 3px #ddd;
          box-shadow: 0 0 3px #ddd;
}

#df_wrap .slick-arrow.slick-prev {
  background: rgba(255, 255, 255, 0.7) !important;
  border: none !important;
  width: 40px !important;
  height: 40px !important;
  left: 10px !important;
  transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#df_wrap .slick-arrow.slick-prev:before {
  content: "\f104" !important;
  font-family: FontAwesome !important;
  color: rgba(0, 94, 161, 0.9) !important;
  font-size: 36px !important;
  margin-right: 4px;
}

#df_wrap .slick-arrow.slick-next {
  background: rgba(255, 255, 255, 0.7) !important;
  border: none !important;
  width: 40px !important;
  height: 40px !important;
  right: 10px !important;
  transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#df_wrap .slick-arrow.slick-next:before {
  content: "\f105" !important;
  font-family: FontAwesome !important;
  color: rgba(0, 94, 161, 0.8) !important;
  font-size: 36px !important;
  margin-left: 4px;
}

#df_wrap .df_tvSlider .flickity-prev-next-button.previous {
  margin-top: 8px;
  border-radius: 50%;
  display: block;
  -webkit-box-shadow: 0 0 3px #ddd;
          box-shadow: 0 0 3px #ddd;
  background: rgba(255, 255, 255, 0.7) !important;
  border: none !important;
  width: 40px !important;
  height: 40px !important;
  left: 10px !important;
  transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 1;
}

#df_wrap .df_tvSlider .flickity-prev-next-button.previous:before {
  content: "\f104" !important;
  font-family: FontAwesome !important;
  color: rgba(0, 94, 161, 0.9) !important;
  font-size: 36px !important;
  margin-right: 4px;
}

#df_wrap .df_tvSlider .flickity-prev-next-button.previous:hover {
  opacity: 0.8;
}

#df_wrap .df_tvSlider .flickity-prev-next-button.next {
  margin-top: 8px;
  border-radius: 50%;
  display: block;
  -webkit-box-shadow: 0 0 3px #ddd;
          box-shadow: 0 0 3px #ddd;
  background: rgba(255, 255, 255, 0.7) !important;
  border: none !important;
  width: 40px !important;
  height: 40px !important;
  right: 10px !important;
  transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 1;
}

#df_wrap .df_tvSlider .flickity-prev-next-button.next:before {
  content: "\f105" !important;
  font-family: FontAwesome !important;
  color: rgba(0, 94, 161, 0.8) !important;
  font-size: 36px !important;
  margin-left: 4px;
}

#df_wrap .df_tvSlider .flickity-prev-next-button.next:hover {
  opacity: 0.8;
}

@media all and (max-width: 768px) {
  #df_wrap .df_tvSlider {
    max-width: 100% !important;
  }
}

#df_wrap #df_nowOnAir__program {
  border-bottom: 1px dotted #25AdB4;
}

#df_wrap #df_nowOnAir__program:last-of-type {
  margin-top: 0;
}

#df_wrap #df_nowOnAir .df_nowProgram__date--ttl {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

#df_wrap .slick-dots > li:first-child:last-child {
  display: none;
}
