.section-txt {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: -0.5px;
}
.section-txt span {
  font-weight: bold;
}

.about-wrap {
  display: none;
}
@media (max-width: 480px) {
  .nav-menu {
    display: none;
  }
  .about-wrap {
    display: block;
  }

  .today,
  .hotcast {
    display: none;
  }
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.about-visual {
  background: url(/web/20211211234131im_/https://kiwetv.com/resources/assets/img/minitv-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}
.about-visual .mask {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    106deg,
    #000000 0%,
    rgba(0, 0, 0, 0.53) 12%,
    rgba(84, 84, 84, 0.1) 64%
  );
  /* opacity: 0.7; */
}
.about-visual .container {
  padding: 80px 0;
}
.about-visual h2 {
  font-size: 38px;
  letter-spacing: -0.95px;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin: 70px 0 8px;
}
.about-visual span {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.75px;
}

.about .section-title h2 {
  font-size: 28px;
}

.about2 {
  background-color: #f6f4fd;
  background: url(/web/20211211234131im_/https://kiwetv.com/resources/assets/img/bg02.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}
.about2 .container {
  position: relative;
  padding: 80px 0;
}
.about2 h2 {
  margin-bottom: 28px;
}
.about2 .section-txt {
  line-height: 1.4;
}
.about2 .nanum-brush {
  font-size: 34px;
  letter-spacing: -0.95px;
  margin: 78px auto 25px;
}
.bg-wrap {
  width: 100%;
}
.bg-wrap img {
  width: 35%;
  position: absolute;
  bottom: 0;
}
.bg-wrap img:first-child {
  left: -60px;
  max-width: 380px;
}
.bg-wrap img:last-child {
  max-width: 304px;
  right: -90px;
}

/* team */
.team .team-title {
  width: 100%;
  max-width: 995px;
  margin: 0 auto 91px;
}
.team .team-title h2 {
  font-size: 34px;
  letter-spacing: -0.9px;
  line-height: 1.22;
  font-weight: 800;
  display: inline-block;
}
.team .team-title .line {
  display: inline-block;
  width: 4px;
  height: 88px;
  background: #4e9da6;
  margin: 0 43.5px 0 60.5px;
}
.team .team-title .team-txt {
  display: inline-block;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: #222;
}
.team .team-title .team-txt span {
  font-weight: bold;
}
.team-wrap {
  text-align: center;
}
.team-wrap .team-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.team-wrap .team-img img {
  width: 100%;
}
.team-wrap .team-img .team-info {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  letter-spacing: -0.43px;
  opacity: 0;
  transition: ease-in-out 0.3s;
}
.team-wrap .team-img:hover .team-info {
  opacity: 1;
}
.team-wrap .team-img .team-info h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
  margin-top: 80px;
}
.team-wrap .team-img .team-info p {
  font-size: 14px;
  line-height: 1;
}
.team-name h2 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.45px;
  line-height: 1;
  margin: 14px auto 2px;
}
.team-name span {
  font-size: 18px;
  letter-spacing: -0.45px;
  color: #999;
  font-weight: 800;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .about-visual h2 {
    font-size: 33px;
  }
  .about-visual span {
    font-size: 27px;
  }
  .section-txt {
    font-size: 18px;
  }
  .about2 .nanum-brush {
    font-size: 31px;
  }
  .team .team-title {
    width: 80%;
  }
  .team .team-title h2 {
    font-size: 32px;
  }
  .team .team-title .line {
    margin: 0 43.5px 0 50.5px;
  }
  .team .team-title .team-txt {
    font-size: 18px;
  }
  .team-wrap {
    width: 90%;
    margin: auto;
  }
  .team-wrap .team-img {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 780px) {
  .about-visual {
    max-height: 370px;
  }
  .team .team-title .team-txt {
    margin-top: 14px;
  }
  .team-wrap .team-img {
    width: 140px;
    height: 140px;
  }
  .team-wrap .team-img .team-info {
    box-sizing: border-box;
    padding: 0 10px;
  }
  .team-wrap .team-img .team-info h3 {
    margin-top: 50px;
  }
  .team-wrap .team-img .team-info h3 {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .logo {
    margin: auto;
    text-align: center;
  }
  .about .section-title h2,
  .about2 h2 {
    font-size: 24px;
  }
  .section-txt {
    width: 90%;
    margin: auto;
    font-size: 16px;
  }
  .about2 .nanum-brush {
    font-size: 27px;
  }
  .team .team-title {
    margin-bottom: 60px;
  }
  .team .team-title h2 {
    font-size: 24px;
  }
  .team .team-title .line {
    height: 68px;
  }
  .team .team-title .team-txt {
    font-size: 16px;
  }
  .team-wrap .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 380px) {
  .about2 h2 {
    width: 59%;
    margin: 0 auto 20px;
  }
  .section-txt {
    font-size: 15px;
  }
  .about2 .nanum-brush {
    margin: 40px auto 20px;
  }
}
@media (max-width: 360px) {
  .visual .container {
    width: 90%;
  }
  .team .team-title {
    width: 85%;
  }
}

/*--------------------------------------------------------------
# mypage
--------------------------------------------------------------*/
.profile-info-wrap {
  width: 100%;
  background: #f8f8f8;
  padding-bottom: 32px;
}
.profile-info-wrap .container {
  padding-top: 32px;
}
.profile-info-wrap .profile-img {
  position: relative;
  width: 125px;
  height: 125px;
  display: inline-block;
  margin-right: 20px;
}
.profile-info-wrap .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.edit-profile {
  width: 40px;
  height: 25px;
  line-height: 25px;
  border-radius: 100px;
  border: 1px solid #551de5;
  background: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.35px;
  color: #551de5;
  position: absolute;
  right: 0;
  top: 0;
  transition: ease-in-out 0.3s;
}
.edit-profile:hover {
  background: #551de5;
  color: #fff;
}

.profile-info-wrap .profile-info {
  display: inline-block;
  vertical-align: middle;
}
.profile-info-wrap .profile-info .user-name {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.6px;
}
.profile-info-wrap .profile-info .user-id {
  font-size: 16px;
  color: #5c5c5c;
  letter-spacing: -0.4px;
  font-weight: bold;
}
.profile-info-wrap .profile-info .user-id img {
  width: 16px;
}

/* // edit user profile modal  */
.modal-dialog {
  width: 90%;
}
.edit-profile-modal .modal-dialog,
.edit-password-modal .modal-dialog {
  max-width: 1400px;
}
.edit-profile-modal .modal-body,
.edit-password-modal .modal-body {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.edit-profile-modal .modal-body h4,
.edit-password-modal .modal-body h4 {
  font-size: 24px;
  letter-spacing: -0.6px;
  font-weight: 800;
  border-bottom: 1px solid #dedede;
  line-height: 1;
  padding-bottom: 22px;
}
.edit-form {
  max-width: 793px;
  margin: 108px auto 146px;
}
.edit-form .form-group {
  line-height: 46px;
}
.edit-form .form-control {
  height: 46px;
  font-size: 18px;
  letter-spacing: -0.45px;
  color: #454545;
  border-radius: 2px;
}
.user-img-wrap {
  text-align: center;
}
.user-img {
  position: relative;
  max-width: 125px;
  height: 135px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 6px;
}
.user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-img .edit-user-img label {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.53);
  text-align: center;
  transition: ease-in-out 0.3s;
  opacity: 0;
}
.user-img .edit-user-img:hover label {
  opacity: 1;
}
.user-img .edit-user-img label img {
  width: 40%;
  object-fit: contain;
}
.user-img .edit-user-img .change-profile {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.user-img-wrap span {
  font-size: 16px;
  letter-spacing: -0.4px;
}

.form-group label {
  font-size: 18px;
  letter-spacing: -0.45px;
}
.childname-wrap label {
  line-height: 56px;
}
.childname-wrap .form-control {
  height: 56px;
}

.birth-wrap {
  padding: 0 1rem;
}
.birth-wrap select.form-control {
  background-image: url(/web/20211211234131im_/https://kiwetv.com/resources/assets/img/icons/icon_down.png);
  background-position: 90% 50%;
  background-size: 12px 12px, 12px 12px, 12px 12px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gender-wrap label {
  line-height: 58px;
}
.gender-wrap .form-radio {
  display: inline-block;
  width: 50%;
  max-width: 120px;
  margin-right: 28px;
}
.gender-wrap .form-radio label {
  line-height: 1;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 20px 14px 20px 40px;
  height: 58px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
.gender-wrap .form-radio input {
  opacity: 0;
  cursor: pointer;
}
.gender-wrap .check-box {
  position: absolute;
  left: 14px;
  top: 20px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/web/20211211234131im_/https://kiwetv.com/resources/assets/img/icons/icon_check.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.gender-wrap .form-radio input:checked + .check-box {
  background-image: url(/web/20211211234131im_/https://kiwetv.com/resources/assets/img/icons/icon_select.png);
}
.modal-footer {
  margin-bottom: 70px;
}
.modal-footer button {
  width: 50%;
  max-width: 300px;
  height: 64px;
  border-radius: 2px;
  border: 1px solid #24b4b5;
  background: #fff;
  color: #24b4b5;
  font-size: 24px;
  letter-spacing: -0.6px;
  font-weight: bold;
}
.modal-footer .save-btn {
  background: #24b4b5;
  color: #fff;
}

@media (max-width: 768px) {
  .edit-profile-modal .modal-body,
  .edit-password-modal .modal-body {
    width: 100%;
  }
  .edit-form {
    margin: 58px auto 66px;
  }
  .edit-form .col-8 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .form-group label.col-3 {
    flex: 0 0 27%;
    max-width: 27%;
  }
  .form-group .col-9 {
    max-width: 73%;
  }
  .birth-wrap select.form-control {
    max-width: 24%;
  }
}
@media (max-height: 768px) {
  .edit-form {
    margin: 68px auto 86px;
  }
  .modal-footer {
    margin-bottom: 50px;
  }
}
/* // end edit user profile modal  */

/* edit password modal */
.change-form {
  max-width: 622px;
  margin: 108px auto 146px;
}
.change-form .form-group {
  line-height: 56px;
}
.change-form .form-control {
  height: 56px;
  font-size: 18px;
  letter-spacing: -0.45px;
  color: #454545;
  border-radius: 2px;
}
.change-form .form-control::placeholder {
  color: #999;
}
/* end edit password modal */

.cast-menu {
  width: 100%;
  height: 72px;
  line-height: 72px;
  background: #6e23c9;
}
.cast-menu .nav-tabs .nav-item {
  margin-bottom: 0;
}
.cast-menu .nav-tabs .nav-link {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  letter-spacing: -0.55px;
  padding: 0 28px;
  font-weight: 300;
  border: none;
  border-radius: 0;
}
.cast-menu .nav-link.active {
  background: #5d20a7;
  font-weight: normal;
}
.my-cast-container .items .items-title .title {
  margin-bottom: 2px;
}
.item-title span {
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #797979;
  line-height: 1;
}
.share-btn {
  width: 100%;
  max-width: 112px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #24b4b5;
  color: #24b4b5;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: -0.35px;
  font-weight: bold;
  margin-top: 12px;
}
.share-btn:hover {
  background: #24b4b5;
  color: #fff;
}
.my-cast-container .items-wrap.on .items a:before {
  width: 56px;
  height: 29px;
  line-height: 29px;
  font-size: 11px;
}
.items-wrap.on .items .share-btn:before {
  display: none;
}

/*--------------------------------------------------------------
# login
--------------------------------------------------------------*/
.login,
.find-password {
  width: 100%;
  background: #fafafa;
  margin-top: 80px;
}
.login-form {
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 80px 0 199px;
  text-align: center;
}
.login-form h3 {
  font-size: 28px;
  letter-spacing: -0.8px;
  font-weight: 800;
}
.login-form .line {
  width: 40px;
  height: 3px;
  background: #4e9da6;
  margin: 24px auto 80px;
}
.login-form .form-group {
  margin-bottom: 12px;
}
.login-form .password-form {
  margin-bottom: 9px;
}
.login-form .form-control {
  height: 56px;
  border-radius: 2px;
  border: 1px solid #dddddd;
}
.login-form .form-control::placeholder {
  color: #999;
}

.login-form .form-check {
  text-align: left;
  padding-left: 0;
}
.remember-check label {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: -0.4px;
  padding-left: 32px;
}
.remember-check .checkbox {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 0;
}
.remember-check .form-check input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.remember-check .form-check input:checked + .checkbox {
  background: url(/web/20211211234131im_/https://kiwetv.com/resources/assets/img/icons/icon-checked-w.png) no-repeat;
  background-color: #24b4b5;
  background-size: 80%;
  background-position: center;
  border: 1px solid #24b4b5;
}

.login-form button {
  width: 80%;
  max-width: 400px;
  height: 64px;
  border-radius: 2px;
  background: #24b4b5;
  font-size: 22px;
  color: #fff;
  letter-spacing: -0.55px;
  font-weight: bold;
  margin: 39px auto 20px;
}

.find-login-info {
}
.find-login-info .line {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #999;
  margin: 0 14.5px;
}
.find-login-info a {
  display: inline-block;
  color: #404040;
  font-size: 18px;
  letter-spacing: -0.45px;
}

.sns-login {
  border-top: 1px solid #dedede;
  padding-top: 50px;
  margin-top: 62px;
}
.sns-login span {
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: -0.45px;
}
.sns-login a {
  display: inline-block;
  width: 48px;
  margin: 0 7px;
}
.sns-login a img {
  width: 100%;
}

/* // find password */
.find-password .find-pass-info {
  font-size: 18px;
  letter-spacing: -0.45px;
  line-height: 1.44;
  margin-bottom: 24px;
}
.find-password .cs-info {
  margin-top: 89px;
  border-top: 1px solid #dedede;
  padding-top: 30px;
  font-size: 18px;
  letter-spacing: -0.45px;
}
.find-password .cs-info span {
  display: block;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 9px;
}
.find-password .cs-info p {
  line-height: 1;
}

@media (max-height: 1024px) {
  .find-password .login-form {
    padding-bottom: 119px;
  }
}

@media (max-height: 768px) {
  .find-password .cs-info {
    margin-top: 59px;
  }
}

.success-modal .modal-dialog {
  max-width: 600px;
}
.success-modal .container {
  text-align: center;
  font-size: 22px;
  letter-spacing: -0.55px;
  margin: 96px auto 78px;
}
.success-modal .modal-footer {
  margin-bottom: 31px;
  padding: 0;
}
.success-modal .confirm-btn {
  background: #24b4b5;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
}

/*--------------------------------------------------------------
# singup
--------------------------------------------------------------*/
.signup-agreement {
  background: #fafafa;
  margin-top: 80px;
  padding-bottom: 200px;
}
.agreement-form h2 {
  font-size: 28px;
  letter-spacing: -0.7px;
  color: #222;
  font-weight: 800;
  padding-top: 80px;
  margin-bottom: 0;
}
.signup-agreement .form-group {
  margin-bottom: 0;
}
.terms-label {
  font-size: 24px;
  letter-spacing: -0.6px;
  font-weight: bold;
  margin: 48px auto 20px;
}
.service-form,
.privacy-form {
  width: 100%;
  height: 360px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px;
  font-size: 16px;
  color: #404040;
  letter-spacing: -0.4px;
}
.signup-agreement h3,
.signup-agreement h4 {
  font-size: 16px;
}

.all-check-form {
  text-align: center;
  margin-top: 122px;
}
.signup-agreement .form-check-label {
  position: relative;
  font-size: 20px;
  color: #484848;
  margin-top: 20px;
  padding-left: 34px;
  line-height: 24px;
  cursor: pointer;
}
.signup-agreement .form-check-label .checkbox {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #ccc;
}
.signup-agreement .form-check-label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.signup-agreement .form-check-label input:checked + .checkbox {
  background: url(/web/20211211234131im_/https://kiwetv.com/resources/assets/img/icons/icon-checked-w.png) no-repeat;
  background-color: #24b4b5;
  background-position: center;
  background-size: 80%;
  border-color: #24b4b5;
}

.btn-wrap {
  text-align: center;
  margin-top: 35px;
}
.btn-wrap button {
  width: 40%;
  max-width: 350px;
  height: 64px;
  line-height: 62px;
  box-sizing: border-box;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #24b4b5;
  color: #24b4b5;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.6px;
  margin-right: 27px;
}
.btn-wrap .agree-btn {
  margin-right: 0;
  background: #24b4b5;
  color: #fff;
}

.signup {
  background: #fafafa;
  margin-top: 80px;
}
.signup-form {
  width: 90%;
  max-width: 630px;
  margin: auto;
  padding: 80px 0 200px;
}
.signup-form h3 {
  font-size: 24px;
  letter-spacing: -0.6px;
  font-weight: bold;
}
.sns-wrap {
  margin-top: 20px;
}
.sns-wrap a {
  display: inline-block;
  width: 30%;
  margin-right: 13px;
  height: 54px;
  border: 1px solid #dedede;
  background: #fff;
  text-align: center;
  line-height: 54px;
  vertical-align: middle;
}
.sns-wrap a img {
  margin: auto;
}

.signup-email {
  border-top: 1px solid #dedede;
  margin: 80px auto 80px;
  padding-top: 40px;
}
.signup-email .signup-tip {
  display: block;
  line-height: 1;
  font-size: 16px;
  letter-spacing: -0.4px;
  margin: 9px auto 40px;
}
.signup-email .form-group {
  line-height: 56px;
  margin-bottom: 20px;
}
.signup-email .form-group label {
  margin-bottom: 0;
}
.signup-email .form-control {
  height: 56px;
}
.signup-email .form-control::placeholder {
  color: #999;
}
.signup-email .invalid-feedback {
  line-height: 1;
}
.signup-email .matching-password-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
  line-height: 1;
}
.signup-email p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.45px;
  margin: 50px auto 40px;
}

.signup-btn-wrap {
  width: 100%;
  text-align: center;
}
.signup-btn {
  width: 80%;
  max-width: 400px;
  height: 64px;
  color: #fff;
  background: #24b4b5;
  border-radius: 2px;
  font-size: 24px;
  letter-spacing: -0.6px;
  font-weight: bold;
}

.sns-signup-form {
  max-width: 1000px;
}
.sns-signup-form .signup-email {
  border: 1px solid #ddd;
  background: #fff;
  padding: 76px 222px;
}
.sns-signup-form .signup-email p {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .signup-form {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .signup-agreement {
    padding-bottom: 150px;
  }
  .all-check-form {
    margin-top: 82px;
  }
}

/*--------------------------------------------------------------
# terms service
--------------------------------------------------------------*/
.agreement-wrap {
  margin-top: 80px;
  padding-bottom: 200px;
  background: #fafafa;
}
.agreement-wrap .service-form,
.agreement-wrap .privacy-form {
  height: 100%;
  padding: 40px;
}

.agreement-wrap h3,
.agreement-wrap h4 {
  font-size: 16px;
  margin-bottom: 25px;
}
.agreement-wrap .p {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}
/*--------------------------------------------------------------
# terms privacy
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Gold Kiwe
--------------------------------------------------------------*/

.cover-onplay {
  background: rgba(0, 0, 0, 1) 0% 0% no-repeat;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.cover-locked {
  background: rgba(0, 0, 0, 1) 0% 0% no-repeat;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.icon-onplay {
  background-image: url("/web/20211211234131im_/https://kiwetv.com/resources/assets/images/mypage/play_btn.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.icon-locked {
  background-image: url("/web/20211211234131im_/https://kiwetv.com/resources/assets/images/mypage/icon_key.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.icon-watched {
  background-image: url("/web/20211211234131im_/https://kiwetv.com/resources/assets/images/mypage/play-finished.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.icon-finished {
  background-image: url("/web/20211211234131im_/https://kiwetv.com/resources/assets/images/mypage/play-watched.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.text-onplay {
  color: rgba(52, 96, 244, 1);
}

.modal-alert {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 55%;
  min-width: 300px;
  margin: 0 auto;
  height: 320px;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  outline: 0;
}

.modal-alert > .alert-body {
  height: 200px;
  padding: 13% 10% 5% 10%;
  text-align: center;
  font-size: 22px;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 16px;
  display: inline-block;
}
.modal-alert-close {
  text-align: center;
}

.modal-alert-close > button {
  display: inline-block;
  height: 60px;
  width: 20vw;
  border-radius: 4px;
  background: #24b4b5;
  color: #fff;
  font-size: 20px;
  border: 1px solid #24b4b5;
  max-width: 250px;
}

/* Footer Sns Link */
.footer-sns-links {
  text-align: right;
  margin-top: -.5vw;
}

.footer-sns-links > img {
  width: 20px;
  height: 20px;
  margin-left: .5vw;
  cursor: pointer;
}
/*
     FILE ARCHIVED ON 23:41:31 Dec 11, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:34:15 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.568
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.016
  esindex: 0.01
  cdx.remote: 23.671
  LoadShardBlock: 256.213 (3)
  PetaboxLoader3.datanode: 252.779 (5)
  PetaboxLoader3.resolve: 110.408 (2)
  load_resource: 158.022
  loaddict: 57.471
*/