@charset "utf-8";

/* font */
@font-face {
    font-family: 'Noto Sans';
    src: url(//t1.kakaocdn.net/kakaotv/fonts/NotoSans-DemiLight.woff) format('woff');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Noto Sans Bold';
    src: url(//t1.kakaocdn.net/kakaotv/fonts/NotoSans-Bold.woff) format('woff');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Noto Sans Medium';
    src: url(//t1.kakaocdn.net/kakaotv/fonts/NotoSansCJKkr-Medium-subset.woff) format('woff');
    font-style: normal;
    font-weight: normal;
}

#__next {
    width: 100%;
    height: 100%;
}

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
figure,
figcaption {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0 none;
}

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
}

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

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal;
}

header,
main,
aside,
article,
footer,
figure,
figcaption {
    margin: 0;
    padding: 0;
    display: block;
}

input,
select,
textarea,
button {
    vertical-align: middle;
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

input:checked[type='checkbox'] {
    background-color: #666;
    -webkit-appearance: checkbox;
}

input[type='text'],
input[type='password'],
input[type='submit'],
input[type='search'],
input[type='tel'],
input[type='email'],
html input[type='button'],
input[type='reset'] {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

a:active,
a:hover {
    text-decoration: none;
}

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 14px;
    line-height: 1.5;
    font-family:
        Noto Sans,
        HelveticaNeue,
        Helvetica,
        Arial,
        AppleSDGothicNeo,
        'Malgun Gothic',
        '맑은 고딕',
        sans-serif;
    color: #000;
}

img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

@keyframes btn_fadeout {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

@keyframes noti_fadeout {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes fade-in-display {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in-display {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bounce-in {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        -webkit-transform: scale(0.0846);
        transform: scale(0.0846);
    }
    6% {
        -webkit-transform: scale(0.191);
        transform: scale(0.191);
    }
    7% {
        -webkit-transform: scale(0.3255);
        transform: scale(0.3255);
    }
    8% {
        -webkit-transform: scale(0.4804);
        transform: scale(0.4804);
    }
    9% {
        -webkit-transform: scale(0.646);
        transform: scale(0.646);
    }
    10% {
        -webkit-transform: scale(0.8116);
        transform: scale(0.8116);
    }
    11% {
        -webkit-transform: scale(0.9665);
        transform: scale(0.9665);
    }
    12% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    13% {
        -webkit-transform: scale(1.2069);
        transform: scale(1.2069);
    }
    14% {
        -webkit-transform: scale(1.2796);
        transform: scale(1.2796);
    }
    19% {
        -webkit-transform: scale(1.1558);
        transform: scale(1.1558);
    }
    20% {
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
    }
    21% {
        -webkit-transform: scale(0.9823);
        transform: scale(0.9823);
    }
    22% {
        -webkit-transform: scale(0.901);
        transform: scale(0.901);
    }
    23% {
        -webkit-transform: scale(0.8328);
        transform: scale(0.8328);
    }
    25% {
        -webkit-transform: scale(0.7551);
        transform: scale(0.7551);
    }
    29% {
        -webkit-transform: scale(0.8516);
        transform: scale(0.8516);
    }
    31% {
        -webkit-transform: scale(0.973);
        transform: scale(0.973);
    }
    33% {
        -webkit-transform: scale(1.0857);
        transform: scale(1.0857);
    }
    35% {
        -webkit-transform: scale(1.1538);
        transform: scale(1.1538);
    }
    40% {
        -webkit-transform: scale(1.0771);
        transform: scale(1.0771);
    }
    42% {
        -webkit-transform: scale(0.9954);
        transform: scale(0.9954);
    }
    45% {
        -webkit-transform: scale(0.9057);
        transform: scale(0.9057);
    }
    52% {
        -webkit-transform: scale(0.9908);
        transform: scale(0.9908);
    }
    56% {
        -webkit-transform: scale(1.0623);
        transform: scale(1.0623);
    }
    64% {
        -webkit-transform: scale(0.9845);
        transform: scale(0.9845);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes bounce-in {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        -webkit-transform: scale(0.0846);
        transform: scale(0.0846);
    }
    6% {
        -webkit-transform: scale(0.191);
        transform: scale(0.191);
    }
    7% {
        -webkit-transform: scale(0.3255);
        transform: scale(0.3255);
    }
    8% {
        -webkit-transform: scale(0.4804);
        transform: scale(0.4804);
    }
    9% {
        -webkit-transform: scale(0.646);
        transform: scale(0.646);
    }
    10% {
        -webkit-transform: scale(0.8116);
        transform: scale(0.8116);
    }
    11% {
        -webkit-transform: scale(0.9665);
        transform: scale(0.9665);
    }
    12% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    13% {
        -webkit-transform: scale(1.2069);
        transform: scale(1.2069);
    }
    14% {
        -webkit-transform: scale(1.2796);
        transform: scale(1.2796);
    }
    19% {
        -webkit-transform: scale(1.1558);
        transform: scale(1.1558);
    }
    20% {
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
    }
    21% {
        -webkit-transform: scale(0.9823);
        transform: scale(0.9823);
    }
    22% {
        -webkit-transform: scale(0.901);
        transform: scale(0.901);
    }
    23% {
        -webkit-transform: scale(0.8328);
        transform: scale(0.8328);
    }
    25% {
        -webkit-transform: scale(0.7551);
        transform: scale(0.7551);
    }
    29% {
        -webkit-transform: scale(0.8516);
        transform: scale(0.8516);
    }
    31% {
        -webkit-transform: scale(0.973);
        transform: scale(0.973);
    }
    33% {
        -webkit-transform: scale(1.0857);
        transform: scale(1.0857);
    }
    35% {
        -webkit-transform: scale(1.1538);
        transform: scale(1.1538);
    }
    40% {
        -webkit-transform: scale(1.0771);
        transform: scale(1.0771);
    }
    42% {
        -webkit-transform: scale(0.9954);
        transform: scale(0.9954);
    }
    45% {
        -webkit-transform: scale(0.9057);
        transform: scale(0.9057);
    }
    52% {
        -webkit-transform: scale(0.9908);
        transform: scale(0.9908);
    }
    56% {
        -webkit-transform: scale(1.0623);
        transform: scale(1.0623);
    }
    64% {
        -webkit-transform: scale(0.9845);
        transform: scale(0.9845);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom-in {
    0%,
    20%,
    100% {
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }

    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes zoom-in {
    0%,
    20%,
    100% {
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }

    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.zoom-in {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: zoom-in 1s forwards;
    animation: zoom-in 1s forwards;
}

/* ----------------------------------------------
 * Generated by Animista on 2018-7-5 19:19:0
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/* ----------------------------------------------
 * Generated by Animista on 2018-7-5 19:24:41
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/
.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}

/*
  Optionally: Define a strong focus indicator for keyboard focus.
  If you choose to skip this step then the browser's default focus
  indicator will be displayed instead.
*/
.js-focus-visible .focus-visible {
    outline: Highlight solid 2px;
}

/* WebKit gets its native focus styles.
 */
@media (-webkit-min-device-pixel-ratio: 0) {
    .js-focus-visible .focus-visible {
        outline: -webkit-focus-ring-color auto;
    }
}

.scale-up-center {
    -webkit-animation: scale-up-center 0.2s both;
    animation: scale-up-center 0.2s both;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}

.player_body {
    position: absolute;
    width: 100%;
    top: 55px;
    bottom: 55px;
}

.video_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}

.video_container button {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    z-index: 1000;
    text-indent: -9999px;
    overflow: hidden;
}

.video_container video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    position: absolute;
}

.video_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
}

video::-internal-media-controls-download-button,
video::-internal-media-controls-cast-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    width: 100%;
    margin-left: auto;
}

.live video::-webkit-media-controls-enclosure {
    width: 100%;
    margin: 0;
}

.hide_default_control video::-webkit-media-controls {
    display: none !important;
    overflow: hidden !important;
}

.hide_default_control video::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

.hide_default_control video::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

.hide_default_control video::-webkit-media-controls-current-time-display {
    display: none !important;
    -webkit-appearance: none;
}

.hide_default_control video::-webkit-media-controls-time-remaining-display {
    display: none !important;
    -webkit-appearance: none;
}

.hide_default_control video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    -webkit-appearance: none;
}

.hide_default_control video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

#spinnerContainer,
#errorView,
#confirmView,
#reserveView,
#controller {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#controller {
    background: url(//img1.daumcdn.net/kakaotv/2016/player/web/pc/bg_box.png) repeat-x 0 0;
    background-size: contain;
}

#errorView,
#reserveView,
#confirmView {
    z-index: 999;
}

#adContainer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

#adContainer.hidden {
    z-index: 1;
}

#adContainer div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

#playerFrame {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

#playerContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.box_player {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.box_player * {
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.visible {
    display: block;
    width: 100%;
    height: 100%;
}

.pc .visible {
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.pc .hidden {
    -webkit-transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.hidden {
    display: block;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 100%;
    height: 100%;
}

#controllerContainer {
    position: absolute;
    z-index: 997;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.hide-custom-control #controller {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.show-custom-control #controller {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
}

.fullscreen .hidden {
    z-index: 1 !important;
}

.fullscreen #adController,
.fullscreen #playerBlind {
    z-index: 2147483647;
}

.custom_cover {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.custom_cover .link_play:active {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.cover_image_wrap {
    text-align: center;
    width: 100%;
    height: 100%;
}

.cover_image {
    background-color: #000000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

/* custom */
.indicator {
    width: 100%;
    height: 100%;
    position: absolute;
    top: calc(50% - 18px);
    text-align: center;
    z-index: 999;
}

.debug_tooltip {
    position: absolute;
    height: 100px;
    top: 0;
    font-size: 12px;
    z-index: 99999;
}

.debug_tooltip div {
    margin: 5px 20px 0 20px;
    width: auto !important;
    height: auto !important;
    border-radius: 3px;
    padding: 2px 5px;
    background-color: white;
}

.force-select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: all;
}

.loading_spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 0.5s ease-in-out infinite;
    -webkit-animation: spin 0.5s ease-in-out infinite;
}

.banner_ad,
.ads {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: 1;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
