/**
* Template Name: Vesperr - v2.0.0
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# font
--------------------------------------------------------------*/
@font-face {
  font-family: "NanumSquare";
  font-weight: normal;
  src: url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/NanumSquareR.otf);
  src: url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/NanumSquareRegular.eot#iefix) format("embedded-opentype"),
    url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/NanumSquareR.woff) format("woff"),
    url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/NanumSquareRegular.ttf) format("truetype");
}
@font-face {
  font-family: "NanumSquare";
  font-weight: bold;
  src: url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/NanumSquareB.otf);
  src: url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/NanumSquareBold.eot#iefix) format("embedded-opentype"),
    url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/NanumSquareB.woff) format("woff"),
    url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/NanumSquareBold.ttf) format("truetype");
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 300;
  src: url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/NanumSquareL.otf);
  src: url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/NanumSquareLight.eot#iefix) format("embedded-opentype"),
    url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/NanumSquareL.woff) format("woff"),
    url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/NanumSquareLight.ttf) format("truetype");
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 800;
  src: url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/NanumSquareEB.otf);
  src: url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/NanumSquareExtraBold.eot#iefix) format("embedded-opentype"),
    url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/NanumSquareEB.woff) format("woff"),
    url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/NanumSquareExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Jalnan";
  font-weight: normal;
  src: url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/Jalnan.otf);
  src: url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/Jalnan.eot#iefix) format("embedded-opentype"),
    url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/Jalnan.woff) format("woff"),
    url(/web/20211211234128im_/https://kiwetv.com/resources/assets/font/Jalnan.ttf) format("truetype");
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "NanumSquare", "Open Sans", sans-serif;
  font-weight: normal;
  color: #333;
}

a {
  color: #3498db;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NanumSquare", "Raleway", sans-serif;
}

.nanum-brush {
  font-family: "Nanum Brush Script", cursive;
}

input[type="password"] {
  font-family: Arial, Helvetica, sans-serif;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(36, 180, 181, 1);
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: rgba(36, 180, 181, 0.8);
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
}

#header .container {
  position: relative;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 70px;
  background: #fff;
}

#header .logo h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header span {
  font-size: 14px;
  color: #7b4bfa;
  letter-spacing: -0.35px;
  font-weight: bold;
  display: block;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
#header.header-scrolled .logo img {
  height: 28px;
}

@media (max-width: 768px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    background: #fff;
  }
  #header .logo h1 {
    font-size: 28px;
  }
  #header .logo img {
    height: 25px;
  }
  #header span {
    font-size: 12px;
    margin-top: 3px;
  }
}
@media (max-width: 480px) {
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.nav-menu {
  margin-left: 75px;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  margin-right: 55px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #555555;
  padding: 12px 0;
  transition: 0.3s;
  font-size: 16px;
  font-family: "NanumSquare";
  font-weight: bold;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #3498db;
  text-decoration: none;
}

.top-menu {
  position: absolute;
  right: 0;
}
.top-menu a {
  display: inline-block;
  font-size: 14px;
  color: #797979;
  font-weight: bold;
  letter-spacing: -0.4px;
  margin-left: 43px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #222222;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #3498db;
  text-decoration: none;
}

.mobile-nav .get-started {
  text-align: center;
  margin-top: 10px;
}

.mobile-nav .get-started a {
  background: #3498db;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 30px;
  display: inline-block;
}

.mobile-nav .get-started a:hover {
  background: #57aae1;
  color: #fff;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
Visual Section
--------------------------------------------------------------*/
.visual {
  width: 100%;
  height: 39vh;
  max-height: 500px;
  margin-top: 80px;
  background-color: #6b49d0;
  overflow: visible;
  background: url(/web/20211211234128im_/https://kiwetv.com/resources/assets/img/bg01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.visual .container {
  position: relative;
}

.visual h1 {
  margin: 0 0 87px 0;
  font-size: 34px;
  color: #fff;
  letter-spacing: -0.85px;
}

.visual h2 {
  color: #484848;
  margin-bottom: 50px;
  font-size: 24px;
}

.download-btn-wrap a {
  display: inline-block;
  width: 50%;
  max-width: 195px;
}

.download-btn-wrap a:first-child {
  margin-right: 19px;
}
.download-btn-wrap a img {
  width: 100%;
}

.onair-img {
  position: relative;
  width: 50%;
  max-width: 850px;
  max-height: 477px;
  position: absolute;
  top: 10px;
  right: 0;
}
.onair-img:before {
  display: block;
  clear: both;
  content: "On Air";
  position: absolute;
  top: 12px;
  left: 32px;
  width: 71px;
  height: 31px;
  line-height: 31px;
  color: #fff;
  border-radius: 24px;
  background: #f12d49;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.14px;
  font-family: "Jalnan";
}
.onair-img img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
}
.onair-img .onair-btn {
  position: absolute;
  right: 32px;
  bottom: 12px;
  display: block;
  width: 158px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.5px;
  background-color: #24b4b5;
}

.visual .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 1450px) {
  .visual h1 {
    margin: 110px 0 57px 0;
  }
  .onair-img {
    top: 50px;
  }
}

@media (max-width: 1200px) {
  .visual h1 {
    font-size: 29px;
  }
  .onair-img {
    top: 90px;
  }
}

@media (max-width: 1024px) {
  .visual {
    background-attachment: fixed;
    max-height: 360px;
  }
  .download-btn-wrap a {
    width: 46%;
  }
}

@media (max-width: 991px) {
  .visual {
    height: 100vh;
    max-height: 560px;
  }
  .visual .animated {
    -webkit-animation: none;
    animation: none;
  }
}

@media (max-width: 768px) {
  .visual {
    margin-top: 20px;
    max-height: 480px;
  }
  .visual h1 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 37px;
    margin-top: 0;
  }
  .visual h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .onair-img {
    top: 0;
  }
  .download-btn-wrap a {
    max-width: 145px;
  }
  .onair-img .onair-btn {
    width: 45%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
}

@media (max-width: 480px) {
  .visual {
    max-height: 420px;
    padding-bottom: 50px;
  }
  .visual .container {
    width: 80%;
  }
  .visual h1 {
    line-height: 1;
    text-align: center;
    font-size: 24px;
    margin-bottom: 17px;
  }
  .download-btn-wrap {
    text-align: center;
  }
  .download-btn-wrap a:first-child {
    margin-right: 0;
  }
  .onair-img {
    position: relative;
    width: 100%;
  }
  .onair-img .onair-btn {
    width: 37%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .visual h1 {
    font-size: 22px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

.section-title .line {
  width: 40px;
  height: 3px;
  background: #4e9da6;
  margin: 21px auto 23px;
}

@media (max-width: 1200px) {
  .section-title h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 23px;
  }
  .section-title .line {
    margin: 20px auto;
  }
}

/*--------------------------------------------------------------
# modal
--------------------------------------------------------------*/
.modal-dialog {
  width: 60%;
  max-width: 1100px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}
.modal-content {
  border-radius: 12px;
  border: none;
}
.modal-header {
  border: none;
}
.modal-footer {
  border: none;
}
.modal-body {
  max-width: 950px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.modal-body .cast-wrap:first-child {
  border-bottom: 1px solid #dedede;
  padding-bottom: 28px;
}
.modal-body .cast-wrap:last-child {
  margin: 65px auto 49px;
}
.modal-body .cast-thumb img {
  width: 100%;
}
.modal-body h4 {
  font-size: 22px;
  letter-spacing: -0.55px;
  color: #222;
  font-weight: 800;
}
.modal-body .cast-description {
  max-width: 392px;
  font-size: 18px;
  color: #333;
  letter-spacing: -0.45px;
  margin-bottom: 24px;
}
.modal-body .cast-info {
  font-size: 18px;
  font-weight: bold;
}
.modal-body .cast-info p {
  margin-bottom: 3px;
  line-height: 1;
}
.modal-body .cast-info span {
  color: #551de5;
}
.cast-detail-info:first-child {
  border-right: 1px solid #dedede;
}
.cast-detail-info:last-child {
  padding-left: 102px;
}
.cast-detail-info h4 {
  font-size: 20px;
  margin-bottom: 17px;
}
.cast-detail-info h4 img {
  height: 18px;
}
.cast-detail-info .praph {
  width: 285px;
  margin: auto;
}
.cast-detail-info .praph img {
  width: 100%;
}
.cast-detail-info .cast-schedule-wrap:first-child {
  margin-bottom: 53px;
}
.cast-detail-info .cast-schedule {
  box-sizing: border-box;
  padding-left: 22px;
  margin-bottom: 10px;
}
.cast-detail-info .cast-schedule:last-child {
  margin-bottom: 0;
}
.cast-detail-info .cast-schedule p {
  margin-bottom: 0;
  display: inline-block;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 28px;
  vertical-align: middle;
}
.keep {
  display: inline-block;
  border: 1px solid #21a6a7;
  border-radius: 100px;
  color: #21a6a7;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 8px;
}
.keep.on {
  background: #21a6a7;
  color: #fff;
}

.modal-footer {
  display: block;
  text-align: center;
}
.modal-footer .footer-title {
  width: 100%;
  font-size: 14px;
  letter-spacing: -0.35px;
}
.modal-footer a {
  display: inline-block;
  width: 50px;
}
.modal-footer a img {
  width: 100%;
}
.modal-footer a span {
  font-size: 12px;
  color: #1f4384;
  letter-spacing: -0.3px;
}

/*--------------------------------------------------------------
# today
--------------------------------------------------------------*/
.today {
  padding: 112px 0 100px;
}
@media (min-width: 1440px) {
  .today {
    padding-top: 115px;
  }
}

@media (max-width: 1024px) {
  .today {
    padding: 125px 0 60px;
  }
}

@media (max-width: 768px) {
  .today {
    padding-top: 85px;
  }
}
@media (max-width: 480px) {
  .today {
    padding-top: 55px;
  }
}

.items-wrap {
  position: relative;
}
.items-wrap .items {
  position: relative;
  width: 100%;
}
.items a {
  position: relative;
  display: block;
  width: 100%;
}
.items-wrap.on .items a:before {
  clear: both;
  content: "On Air";
  display: block;
  width: 68px;
  height: 36px;
  line-height: 36px;
  border-radius: 24px;
  background: #f12d49;
  color: #fff;
  font-size: 14px;
  font-family: "Jalnan";
  letter-spacing: 0.14px;
  text-align: center;
  position: absolute;
  left: 8px;
  top: 10px;
}
.items a img {
  width: 100%;
}
.items a .item-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  background: rgba(6, 27, 28, 0.9);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.items a .item-info p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  letter-spacing: -0.45px;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.items a:hover .item-info {
  opacity: 1;
}

.items .item-info p:last-child {
  margin-bottom: 0;
}

.items .items-title .title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.45px;
  margin: 20px 0 6px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.items .items-title .items-tag {
  font-size: 16px;
  color: #551de5;
  letter-spacing: -0.4px;
  line-height: 1;
  display: inline-block;
  margin: 0;
  margin-right: 8px;
}

@media (max-width: 1024px) {
  .items .items-title .title {
    margin: 14px 0 2px;
  }
}

/*--------------------------------------------------------------
# hotcast
--------------------------------------------------------------*/
.hotcast {
  background: #eeeeee;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #343A41;
  /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1); */
  padding: 30px 0;
  color: #fff;
  font-size: 13px;
}

#footer .credits {
  font-size: 12px;
  padding-top: 5px;
  color: #fff;
  margin-bottom: 10px;
}
#footer .copyright {
  font-size: 10px;
}

#footer .footer-links a {
  color: #fff;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #fff;
}

/*
     FILE ARCHIVED ON 23:41:28 Dec 11, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:34:14 Aug 20, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.661
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.019
  esindex: 0.013
  cdx.remote: 29.443
  LoadShardBlock: 153.707 (3)
  PetaboxLoader3.datanode: 178.158 (5)
  PetaboxLoader3.resolve: 70.601
  load_resource: 140.208
  loaddict: 109.066
*/