
/* Font setting up */
@font-face {
    font-family: aHwanHeeM;
    src: url('../fonts/aHwanHeeM.ttf') format('truetype');
}
@font-face {
    font-family: NavarroMedium;
    src: url('../fonts/NavarroMedium.otf') format('opentype');
}
@font-face {
    font-family: TogeMaruGothicM;
    src: url('../fonts/TogeMaruGothic-600-Medium.ttf') format('truetype');
}


/** Reset */
* {
    box-sizing: border-box;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
a[href] { color: inherit; text-decoration: none; display: inline-block; }
a[href]:hover { color: inherit; }
a[href]:focus { color: inherit; }
a[href]:active { color: inherit; }

html, body, div { margin: 0; padding: 0; }

/** Common, Base */
.inline-block { display: inline-block; }
.block { display: block; }
.display.block { display: block !important; }
.hidden, .hide, [v-cloak] { display: none; }
.invisible { visibility: hidden; }
.for-resp { display: none !important; }

.fixed { position: fixed; }
.sticky { position: sticky; }
.absolute { position: absolute;}
.relative { position: relative;}
.position.sticky { position: sticky !important; }
.overflow.overflow-initial { overflow: initial; }

.z-index-1 { z-index: 1; }
.z-index-9 { z-index: 9; }
.z-index-33 { z-index: 33; }

.vertical-top { vertical-align: top; }
.vertical-middle { vertical-align: middle; }
.float-left { float: left; }
.float-right { float: right; }
.left0 { right: auto; left: 0; }
.right0 { left: auto; right: 0; }
.left.left0 { right: auto !important; left: 0 !important; }
.right.right0 { left: auto !important; right: 0 !important; }
.cursor-pointer { cursor: pointer; }
.prevent-click { pointer-events: none; }

/* Text, Color */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-hover-underline:hover { text-decoration: underline; }
.nowrap { white-space: nowrap; }
.text.text-xxs { font-size: 0.61em; }

.text.letter-spacing-180 { letter-spacing: 1.8px; }
.text.line-height-90 { line-height: 90%; }

.text-white { color: #fff; }
.text-yellow { color: #fadd90; }

.text-green { color: #338594; }
.text-lt-green { color: #2cb1ba; }
.text-dark-green { color: #20555f; }

/* Margin, Padding, Width */
.margin-auto { margin: 0 auto; }
.mt10 { margin-top: 10px; }
.mt24 { margin-top: 24px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml18 { margin-left: 18px; }
.ml20 { margin-left: 20px; }
.ml24 { margin-left: 24px; }
.ml32 { margin-left: 32px; }
.ml36 { margin-left: 36px; }
.ml40 { margin-left: 40px; }
.ml80 { margin-left: 80px; }
.ml5p { margin-left: 5%; }
.mr24 { margin-right: 24px; }
.mr32 { margin-right: 32px; }
.mr36 { margin-right: 36px; }
.mr80 { margin-right: 80px; }
.mr5p { margin-right: 5%; }
.mb4 { margin-bottom: 4px; }
.mb8 { margin-bottom: 8px; }
.mb24 { margin-bottom: 24px; }
.mb28 { margin-bottom: 28px; }
.mb5p { margin-bottom: 5%; }
.mb6p { margin-bottom: 6%; }
.mb7p { margin-bottom: 7%; }
.mb10p { margin-bottom: 10%; }
.pl5p { padding-left: 5%; }
.pr5p { padding-right: 5%; }
.pt0 { padding-top: 0px; }
.pt5 { padding-top: 5px; }
.pt24 { padding-top: 24px; }
.pt28 { padding-top: 28px; }
.padding.pt0 { padding-top: 0 !important; }
.padding.padding0 { padding: 0 !important; }
.margin.margin0 { margin: 0 !important; }
.margin.margin-auto { margin: 0 auto !important; }
.margin.ml8 { margin-left: 8px !important; }
.margin.mb18 { margin-bottom: 18px !important; }

.width100p { width: 100%; }
.width50p { width: 50%; }
.width96p { width: 96%; }
.width.width50p { width: 50% !important; }
.height100p { height: 100%; }

/* Layout, Box */
.flex-box { display: flex; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.flex-column { flex-direction: column; }
.justify-flex-start { justify-content: flex-start; }
.justify-flex-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-space-evenly { justify-content: space-evenly; }
.justify-space-around { justify-content: space-around; }
.justify-space-between { justify-content: space-between; }
.align-items-center { align-items: center; }
.box.box-transparent { width: 100%; height: 100%; top: 0; left: 0; }
.divider.divider-default {
    background: url(../images/divider_default.png) no-repeat center 0 / auto 100%;
    border-width: 0;
    height: 8px;
    margin: 0 auto 24px;
    width: 1176px;
    max-width: 100%;
}
.divider.divider-section {
    background: url(../images/divider_546.png) no-repeat center 0 / contain;
    border-width: 0;
    height: 40px;
    margin: 56px auto;
}
.divider.divider-icon {
    background: url(../images/divider_icon_24.png) no-repeat center 0 / contain;
    border-width: 0;
    width: 2px;
    height: 24px;
    margin: -7px 20px 0;
    vertical-align: middle;
}
.divider.divider-text {
    background: url(../images/background/bg_divider_text.png) no-repeat center 0 / contain;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    margin: -2px 16px 0 16px;
    border: none;
    outline: none;
}


/* Icon, Button */
.icon {
    display: inline-block;
    vertical-align: middle;
}
.icon.icon-hamburger {
    background: url(../images/iconbutton/icon_hamburger_48.png) no-repeat 0 0 / 100%;
    width: 24px;
    height: 24px;
    margin-top: 6px;
    cursor: pointer;
}
.icon.icon-social-facebook {
    background: url(../images/iconbutton/icons_social_224.png) no-repeat 0 0 / auto;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.icon.icon-social-facebook:hover {
    background-position: 0 100%;
}
.icon.icon-social-twitter {
    background: url(../images/iconbutton/icons_social_224.png) no-repeat -48px 0 / auto;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.icon.icon-social-twitter:hover {
    background-position: -48px 100%;
}
.icon.icon-social-youtube {
    background: url(../images/iconbutton/icons_social_224.png) no-repeat -96px 0 / auto;
    width: 32px;
    height: 32px;
}
.icon.icon-social-youtube:hover {
    background-position: -96px 100%;
}
.icon.icon-social-twitch {
    background: url(../images/iconbutton/icons_social_224.png) no-repeat -144px 0 / auto;
    width: 32px;
    height: 32px;
}
.icon.icon-social-twitch:hover {
    background-position: -144px 100%;
}
.icon.icon-social-discord {
    background: url(../images/iconbutton/icons_social_224.png) no-repeat -192px 0 / auto;
    width: 32px;
    height: 32px;
}
.icon.icon-social-discord:hover {
    background-position: -192px 100%;
}
.icon.icon-steam {
    background: url(../images/iconbutton/icon_steam_40.png) no-repeat center 0 / 100%;
    width: 40px;
    height: 40px;
}
.icon.icon-nintendo {
    background: url(../images/iconbutton/icon_nintendo_40.png) no-repeat center 0 / 100%;
    width: 40px;
    height: 40px;
}
.icon.icon-steam.sm {
    background-image: url(../images/iconbutton/icon_steam_32.png);
    width: 32px;
    height: 32px;
}
.icon.icon-steam-logo {
    background-image: url(../images/logo_steam_102.png);
    width: 102px;
    height: 32px;
}
.icon.icon-steam-logo-48 {
    background-image: url(../images/logo_steam_48.png);
    width: 48px;
    height: 40px;
}
.icon.icon-nintendo.sm {
    background-image: url(../images/iconbutton/icon_nintendo_32.png);
    width: 32px;
    height: 32px;
}
.icon.icon-nintendo-logo {
    background-image: url(../images/logo_nintendo_122.png);
    width: 122px;
    height: 26px;
}
.icon.icon-nintendo-logo-39 {
    background-image: url(../images/logo_nintendo_39.png);
    width: 39px;
    height: 40px;
}
.icon.icon-global {
    background: url(../images/iconbutton/icon_global_29.png) no-repeat 0 0 / auto;
    width: 29px;
    height: 26px;
}
.icon.icon-magnifier {
    background: url(../images/iconbutton/icon_magnifier_52.png) no-repeat center 0 / 100%;
    width: 52px;
    height: 52px;
}
.icon.icon-magnifier.icon-lg {
    background: url(../images/iconbutton/icon_magnifier_76.png);
    width: 76px;
    height: 76px;
}
.icon.icon-close {
    background: url(../images/iconbutton/icon_close_32.png) no-repeat 0 0 / auto;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: -14px;
    cursor: pointer;
}
.icon.icon-close.sm {
    background: url(../images/iconbutton/icon_close_40.png);
    width: 20px;
    height: 20px;
    top: 24px;
    left: 22px;
    background-size: 100%;
}
.icon.icon-close:hover {
    background-image: url(../images/iconbutton/icon_close_wh_32.png);
}
.icon.icon-play {
    background: url(../images/iconbutton/icon_play_120.png) no-repeat 0 0 / 100%;
    width: 120px;
    height: 120px;
    margin: 0 auto 68px;
    cursor: pointer;
}
.icon.icon-play:hover {
    background-position: 0 100%;
}
.icon.icon-play.sm {
    background-image: url(../images/iconbutton/icon_play_80.png);
    width: 80px;
    height: 80px;
}
.icon.icon-scroll {
    background: url(../images/iconbutton/icon_scroll_56.png) no-repeat 0 0 / 100%;
    width: 56px;
    height: 80px;
    display: block;
    position: absolute;
    top: 860px;
    margin: 0 auto 0 -28px;
    left: 50%;
}
.icon.icon-dot-scroll {
    background: url(../images/iconbutton/icon_dot_26.png) no-repeat 0 -53px / 100%;
    width: 26px;
    height: 26px;
    display: block;
    margin: 0 auto 6px;
    cursor: pointer;
}
.icon.icon-dot-scroll:hover {
    background-position: 0 -107px;
}
.icon.icon-arrow-dn {
    background: url(../images/iconbutton/icon_arrow_sprites.png) no-repeat 0 100% / cover;
    width: 42px;
    height: 34px;
}
.icon.icon-arrow-dn-6 {
    background: url(../images/iconbutton/icon_arrow_dn_6.png) no-repeat 0 100% / auto;
    width: 6px;
    height: 4px;
}
.icon-arrow-dn-md {
    background: url(../images/iconbutton/icon_arrow_sprites.png) no-repeat 0 -56px / auto;
    width: 42px;
    height: 36px;
}
.icon-arrow-dn-md:hover {
    background-position: -89px -56px;
}
.icon.icon-arrow-media-lt {
    background: url(../images/iconbutton/icon_arrow_media_96.png) no-repeat 0 0 / auto;
    width: 48px;
    height: 56px;
    display: block;
    cursor: pointer;
}
.icon.icon-arrow-media-rt {
    background: url(../images/iconbutton/icon_arrow_media_96.png) no-repeat right 0 / auto;
    width: 48px;
    height: 56px;
    display: block;
    cursor: pointer;
}
.icon.icon-arrow-media-lt:hover {
    background-position: 0 100%;
}
.icon.icon-arrow-media-rt:hover {
    background-position: right 100%;
}
.icon.icon-pagination-arrow-lt {
    background: url(../images/iconbutton/icon_arrow_sprites.png) no-repeat -1px 0 / auto;
    width: 34px;
    height: 40px;
    cursor: pointer;
}
.icon.icon-pagination-arrow-rt {
    background: url(../images/iconbutton/icon_arrow_sprites.png) no-repeat -50px 0 / auto;
    width: 34px;
    height: 40px;
    cursor: pointer;
}
.icon.icon-pagination-arrow-lt:hover {
    background-position: -90px 0%;
}
.icon.icon-pagination-arrow-rt:hover {
    background-position: -138px 0%;
}
.btn {
    font-family: NavarroMedium, aHwanHeeM;
    vertical-align: middle;
}
.btn-click-wrap {
    background: none;
    border-width: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}
.btn.btn-click-transparent {
    background: none;
    border-width: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 333;
    top: 0;
    left: 0;
}
.btn.btn-click-transparent:focus,
.btn.btn-click-transparent:active {
    outline: none;
}
.btn.btn-box-red {
    background: url(../images/iconbutton/box_button_240.png) no-repeat center 0 / 100%;
    width: 240px;
    height: 64px;
    font-size: 20px;
    line-height: 64px;
    border-width: 0;
    outline: none;
    font-family: NavarroMedium, aHwanHeeM;
    color: #fff;
    cursor: pointer;
}
.btn.btn-box-red:hover {
    background-position: 0 100%;
}
.btn.btn-red {
    background: url(../images/iconbutton/btn_red_182.png) no-repeat center 0 / 100%;
    width: 182px;
    height: 46px;
    line-height: 44px;
    font-size: 16px;
    border-width: 0;
    outline: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.btn.btn-red:hover {
    background-image: url(../images/iconbutton/btn_red_hover_182.png);
}
.btn.btn-red.sm {
    background-image: url(../images/iconbutton/btn_red_140.png);
    width: 140px;
}
.btn.btn-red.sm:hover {
    background-position: center 100%;
}
.btn.btn-brown {
    background: url(../images/iconbutton/btn_brown_140.png) no-repeat center 0 / 100%;
    width: 140px;
    height: 46px;
    line-height: 44px;
    font-size: 16px;
    border-width: 0;
    outline: none;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.btn.btn-brown:hover {
    background-position: center 100%;
}
.btn.btn-gray {
    background: url(../images/iconbutton/btn_gray_140.png) no-repeat center 0 / 100%;
    width: 140px;
    height: 46px;
    line-height: 44px;
    font-size: 16px;
    border-width: 0;
    outline: none;
    color: #656d72;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.btn.btn-gray:hover {
    background-position: center 100%;
}
.btn.btn-tab-green {
    background: url(../images/iconbutton/btn_tab_green_86.png) no-repeat center 0 / auto;
    min-width: 86px;
    height: 48px;
    font-size: 19px;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
    border-width: 0;
    cursor: pointer;
    font-family: NavarroMedium;
    position: relative;
    vertical-align: middle;
}
.btn.btn-tab-green.tab-ml {
    width: 104px;
    background-image: url(../images/iconbutton/btn_tab_green_104.png);
}
.btn.btn-tab-green.tab-lg {
    width: 114px;
    background-image: url(../images/iconbutton/btn_tab_green_114.png);
}
.btn.btn-tab-green.tab-xl {
    width: 133px;
    background-image: url(../images/iconbutton/btn_tab_green_133.png);
}
.btn.btn-tab-green.tab-xml {
    width: 160px;
    background-image: url(../images/iconbutton/btn_tab_green_160.png);
}
.btn.btn-tab-green.tab-xxl {
    width: 180px;
    background-image: url(../images/iconbutton/btn_tab_green_180.png);
}
.btn.btn-tab-green:focus-within {
    outline: none;
    box-shadow: none;
}
.btn.btn-pagination-number {
    background: url(../images/iconbutton/btn_pagination_number.png) no-repeat center 0 / cover;
    width: 56px;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
    line-height: 56px;
    font-size: 20px;
    padding-top: 1px;
    color: #fff;
}
.btn.btn-pagination-number:hover {
    background-position: 0 100%;
}


/* Background */
.bg.bg-mask-black {
    position: absolute;
    background: url(../images/background/bg_top_header.png) no-repeat center 0 / cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 192px;
    transition: background 0.3s ease-in;
}
.bg.bg-main {
    background: url(../images/background/bg_main.jpg) no-repeat center 0 / cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.bg.bg-error {
    position: absolute;
    background: url(../images/background/bg_error.jpg) no-repeat center 0 / auto;
    top: 50%;
    left: 0;
    width: 100%;
    height: 917px;
    margin-top: -426px;
    z-index: -1;
}
.bg.bg-contact-weapon {
    background: url(../images/background/bg_weapon_502.png) no-repeat center 0 / cover;
    position: absolute;
    top: -168px;
    left: -235px;
    width: 502px;
    height: 470px;
}
.bg.bg-empty-list {
    background: url(../images/background/bg_empty_list.png) no-repeat center 0 / cover;
    width: 499px;
    height: 286px;
    margin: 124px auto 28px;
    max-width: 100%;
}
.bg.bg-game-top {
    background: url(../images/background/bg_game_top.png) no-repeat center 100% / cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 792px;
    width: 100%;
    z-index: 1;
}
.bg.bg-game-bottom {
    background: url(../images/background/bg_game_bottom.png) no-repeat center 100% / cover;
    height: 2904px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -288px;
}
.bg.bg-news-list-top {
    background: url(../images/background/bg_news_list_top.png) no-repeat center 100% / cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 768px;
    width: 100%;
}
.bg.bg-news-list-bottom {
    background: url(../images/background/bg_news_list_bottom.png) no-repeat center 0 / cover;
    height: 768px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -288px;
}
.bg.bg-media-list-top {
    background: url(../images/background/bg_media_list_top.png) no-repeat center 100% / cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 768px;
    width: 100%;
    z-index: 1;
}
.bg.bg-media-list-bottom {
    background: #081a25 url(../images/background/bg_media_list_bottom.png) no-repeat center 100% / cover;
    height: 750px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -288px;
}
.bg.bg-support-list-top {
    background: url(../images/background/bg_support_list_top.png) no-repeat center 100% / cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 768px;
    width: 100%;
}
.bg.bg-support-list-bottom {
    background: url(../images/background/bg_support_list_bottom.png) no-repeat center 100% / cover;
    height: 741px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -288px;
}
.bg.bg-privacy-list-top {
    background: url(../images/background/bg_privacy_list_top.png) no-repeat center 100% / cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 768px;
    width: 100%;
    z-index: 1;
}
.bg.bg-privacy-list-bottom {
    background: url(../images/background/bg_privacy_list_bottom.png) no-repeat center 0 / cover;
    height: 768px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -288px;
}
.bg.bg-category-red {
    background: url(../images/background/bg_category_red_66.png) no-repeat center 0 / 100%;
    width: 66px;
    height: 38px;
    font-size: 13px;
    text-align: center;
    padding-top: 6px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 20px;
}
.bg.bg-category-orange {
    background: url(../images/background/bg_category_orange_54.png) no-repeat center 0 / 100%;
    width: 54px;
    height: 38px;
    font-size: 13px;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 20px;
}
.bg.bg-category-green {
    background: url(../images/background/bg_category_green_81.png) no-repeat center 0 / 100%;
    width: 81px;
    height: 38px;
    font-size: 13px;
    text-align: center;
    padding-top: 6px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 20px;
}
.bg.bg-category-happy-green {
    background: url(../images/background/bg_category_happy_green_110.png) no-repeat center 0 / 100%;
    width: 110px;
    height: 38px;
    font-size: 13px;
    text-align: center;
    padding-top: 9px;
    color: #fff;
    margin-bottom: 10px;
}
.bg.bg-category-blue {
    background: url(../images/background/bg_category_blue_62.png) no-repeat center 0 / 100%;
    width: 62px;
    height: 38px;
    font-size: 13px;
    text-align: center;
    padding-top: 9px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}
.bg.bg-category-violet {
    background: url(../images/background/bg_category_violet_76.png) no-repeat center 0 / 100%;
    width: 76px;
    height: 38px;
    font-size: 13px;
    text-align: center;
    padding-top: 9px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}
.bg.bg-category-brown {
    background: url(../images/background/bg_category_brown_95.png) no-repeat center 0 / 100%;
    width: 95px;
    height: 38px;
    font-size: 13px;
    text-align: center;
    padding-top: 9px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}
.bg.bg-news-frame {
    background: url(../images/background/bg_news_frame.png) no-repeat center 50% / 100%;
    height: 104%;
    position: absolute;
    width: 104%;
    top: -2%;
    left: -2%;
}
.bg.bg-media-frame {
    position: absolute;
    width: calc(100% * 1.039);
    height: calc(100% * 1.039);
    background: url(../images/background/bg_media_frame_260.png) no-repeat 0 50% / 100%;
    top: -1.8%;
    left: -1.8%;
}
.bg.bg-media-screen-frame {
    display: block;
    position: absolute;
    top: 0;
    width: calc(100% * 1.014);
    height: calc(100% * 1.014);
    background: url(../images/background/bg_media_frame_811.png) no-repeat center 50% / cover;
    margin-left: -0.68%;
    margin-top: -0.48%;
}


/* Modal */
.modal.modal-view {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 120;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal.modal-view > .bg-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
}
.modal.modal-view .wrap.wrap-modal {
    width: 1200px;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    padding: 15px 0;
    text-align: center;
}
.modal.modal-view .modal-header {
    color: #777c80;
    min-height: 32px;
    font-size: 22px;
    text-align: left;
    position: relative;
}
.modal.modal-view .modal-header .modal-title {
    display: block;
    min-height: 32px;
    line-height: 32px;
    padding-right: 48px;
}
.modal.modal-view .modal-header .icon.icon-close {
    top: 0;
}
.modal.modal-view.modal-gallery .wrap.wrap-modal .video-view {
    position: relative;
    text-align: center;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.modal.modal-view.modal-gallery .wrap.wrap-modal .video-view iframe {
    border-width: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.modal.modal-view .modal-body .modal-img {
    max-width: 100%;
    max-height: 675px;
    width: auto;
    cursor: pointer;
}
.modal.modal-view .modal-body .controller-view {
    position: fixed;
    top: calc(50% - 28px);
    left: 0;
    width: 100%;
    height: 0;
    padding: 0 5%;
}
.modal.modal-view .modal-body .controller-view .icon {
    cursor: pointer;
}

/* Modal alert */
.modal.modal-view {
    padding: 0 18px;
}
.modal.modal-view.modal-alert .wrap.wrap-modal {
    width: 400px;
    height: 240px;
    text-align: center;
    padding: 24px 40px;
    background-color: #081b25;
}
.modal.modal-view.modal-alert .wrap.wrap-modal .text-desc {
    font-size: 18px;
    line-height: 1.4;
    margin: 48px auto;
}


/* Contact */
.modal.modal-view.contact .wrap.wrap-modal {
    width: 960px;
    background: #081b25 url(../images/background/bg_modal_contact.png) no-repeat 0 100%;
}
.modal.modal-view.contact .wrap.wrap-modal .modal-header .modal-title {
    font-size: 32px;
    color: #fff;
    padding-top: 62px;
    margin-bottom: 36px;
    display: block;
    height: auto;
}
.modal.modal-view.contact .wrap.wrap-modal .modal-header .icon.icon-close {
    top: 28px;
    right: 28px;
}
.modal.modal-view.contact .wrap.wrap-modal .modal-body .form-item input,
.modal.modal-view.contact .wrap.wrap-modal .modal-body .form-item textarea
{
    background-color: #21323b;
    height: 42px;
    border-width: 0;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 0 auto 12px;
    font-family: NavarroMedium, aHwanHeeM, sans-serif;
    font-size: 19px;
    color: #fff;
    width: 576px;
    max-width: 95%;
}
.modal.modal-view.contact .wrap.wrap-modal .modal-body .form-item input:focus,
.modal.modal-view.contact .wrap.wrap-modal .modal-body .form-item textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px #167788;
}
.modal.modal-view.contact .wrap.wrap-modal .modal-body .form-item textarea {
    line-height: 1.4;
    resize: none;
    height: 298px;
}
.modal.modal-view.contact .wrap.wrap-modal .modal-body .form-item.is-error {
    position: relative;
}
.modal.modal-view.contact .wrap.wrap-modal .modal-body .form-item .text-error-msg {
    display: none;
}
.modal.modal-view.contact .wrap.wrap-modal .modal-body .form-item.is-error .text-error-msg {
    display: block;
    position: absolute;
    z-index: 1;
    width: auto;
    left: 50%;
    bottom: -18px;
    margin-left: -276px;
    color: #000;
    background-color: #a91314;
    padding: 0 12px;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    box-shadow: 2px 4px 8px rgba(0,0,0,0.53);
}
.modal.modal-view.contact .wrap.wrap-modal .modal-body .form-item.is-error.content .text-error-msg {
    bottom: -14px;
}
.modal.modal-view.contact .wrap.wrap-modal .modal-body .form-item.is-error .text-error-msg::before {
    content: '';
    background: url(../images/background/bg_anchor_red_8.png) no-repeat 0 0 / auto;
    width: 8px;
    height: 5px;
    position: absolute;
    top: -4px;
    left: 12px;
}
.modal.modal-view.contact .wrap.wrap-modal .modal-body .form-item.is-error .form-control {
    border: 2px solid #21323b;
    background-color: #081b25;
    color: #c10000;
}
.modal.modal-view.contact .wrap.wrap-modal .modal-body .btn-view {
    margin: 15px auto 64px;
}

/* Header & Footer */
header.header {
    width: 100%;
    z-index: 100;
}
body[data-scroll-position] header.header > .has-banner.has-pc-banner {
    margin-top: 168px;
}
body[data-scroll-position] header.header.fixed > .has-banner.has-pc-banner {
    margin-bottom: -168px;
}
body[data-scroll-position] header.header > .has-banner.has-pc-banner + .bg.bg-mask-black {
    top: 168px;
}
body[data-scroll-position] header.header.fixed > .has-banner.has-pc-banner + .bg.bg-mask-black {
    top: 0;
}

/* Sticky header */
html body header.header.fixed {
    position: fixed !important;
    top: 0 !important;
    margin: 0 !important;
}
html body header.header.fixed .bg.bg-mask-black {
    height: 96px;
    background: #000;
}

header.header .container {
    max-width: 100%;
    width: 100%;
    padding: 28px 74px 0 80px;
    position: relative;
    z-index: 111;
}
header.header .container .flex-item:last-child {
    min-width: 330px;
}
header.header .container .flex-item:last-child .icon-group {
    opacity: .8;
}
header.header .container .flex-item:last-child .icon-group:hover {
    opacity: 1;
}
header.header .container .flex-item .icon-group .dropdown {
    font-size: 19px;
    color: #656d72;
    user-select: none;
    margin-left: 8px;
    font-weight: bold;
}
header.header .container .flex-item .icon-group .dropdown .bg.bg-dropdown {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: default;
}
header.header .container .flex-item .icon-group .dropdown .text.text-selected {
    color: #fff;
    background-color: transparent;
    min-width: 0;
    padding-left: 37px;
    margin-left: -37px;
    line-height: 39px;
}
header.header .container .flex-item .icon-group .dropdown .text.text-selected .icon.icon-arrow-dn-6 {
    position: static;
    margin-left: 8px;
    margin-top: -3px;
    opacity: 1;
}
header.header .container .flex-item .icon-group .dropdown .dropdown-content {
    text-align: center;
    background-color: #0f242f;
    width: auto;
    margin-top: 12px;
    margin-left: -64px;
    padding: 0;
}
header.header .container .flex-item .icon-group .dropdown .dropdown-content .list-items .list-item {
    padding: 0 24px;
    min-width: 128px;
    color: #fff;
    opacity: .3;
    height: 24px;
    line-height: 24px;
    margin: 16px auto;
}
header.header .container .flex-item .icon-group .dropdown .dropdown-content .list-items .list-item:hover {
    opacity: 1;
}
header.header .container nav.flex-item {
    padding-top: 4px;
    margin-left: 10%;
    max-width: calc(100% - 495px);
}
header.header nav .link-item {
    position: relative;
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    margin-right: 38px;
    cursor: pointer;
    color: #fff;
    opacity: .5;
}
header.header nav .link-item:last-child {
    margin-right: 0;
}
html:lang(ko) header.header nav .link-item {
    font-size: 19px;
}
header.header nav .link-item:hover,
header.header nav .link-item.router-link-active { opacity: 1; }
header.header nav .link-item.router-link-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 40px);
    height: 32px;
    background: #0c343b;
    margin: 0 -20px;
    border-radius: 16px;
    box-shadow: 2px 2px 0 0px #000;
    z-index: -1;
}
footer.footer {
    position: relative;
    z-index: 99;
}
.error-view + footer.footer {
    display: none;
}
footer.footer .container-footer {
    padding: 0 0 82px;
    background-color: #04131c;
}
footer.footer .social-view {
    border-top: 2px solid rgba(18, 33, 42, 0.83);
    border-bottom: 2px solid rgba(18, 33, 42, 0.83);
    padding: 13px 0;
    margin-bottom: 78px;
}
footer.footer .social-view a[href] > .icon {
    margin: 0 8px;
}
footer.footer .social-view a[href]:hover > .icon {
}
footer.footer .social-view + .flex-box .nav-items {
    font-size: 17px;
    color: #777c80;
    margin-bottom: 8px;
}
footer.footer .social-view + .flex-box .nav-items > a[href] {
    position: relative;
}
footer.footer .social-view + .flex-box .nav-items .text-copyright {
    margin: 10px auto 0;
    font-size: 14px;
    color: #5c6266;
}


/* GNB for responsive view */
.gnb-mobile-view {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #010101;
    z-index: 333;
    text-align: center;
    font-size: 24px;
    line-height: 2.4;
}
.gnb-mobile-view .logo {
    margin: 23px auto -3px;
}
.gnb-mobile-view .gnb-item {
    max-width: calc(100% - 44px);
    margin: 0 auto;
    border-top: 2px solid #081b25;
}
.gnb-mobile-view .gnb-item > a[href] {
    display: block;
}
.gnb-mobile-view .gnb-item > .link-item:hover {
    color: #fff;
}
.gnb-mobile-view .gnb-item.support {
    border-bottom: 2px solid #081b25;
}
.gnb-mobile-view .gnb-item.contact {
    position: fixed;
    bottom: 20px;
    left: 22px;
    max-width: calc(100% - 44px);
    border-top-width: 0;
    width: 100%;
}
.gnb-mobile-view .gnb-item.contact:hover {
    cursor: pointer;
    color: #fff;
}
.gnb-mobile-view .gnb-item.contact > .btn.btn-click-transparent {
    position: static;
    display: block;
}


/* Banner view */
.top-banner-view {
    height: 168px;
    overflow: hidden;
}
.top-banner-view .box.box-gallery {
    z-index: 99;
    position: relative;
}
.top-banner-view .bg.bg-banner-item {
    height: 100%;
    overflow: hidden;
}
.top-banner-view .bg.bg-banner-item .banner-image {
    display: block;
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-position: center top;
    cursor: pointer;
}
.top-banner-view .bg.bg-banner-item .banner-image a[href] {
    display: block;
    height: 100%;
}
.top-banner-view.container.container-tab-gallery .box.box-gallery {
    position: absolute;
}
.top-banner-view.container.container-tab-gallery .box.box-controller  {
    position: absolute;
    text-align: center;
    bottom: 30px;
    height: 0px;
    padding: 0;
}
.top-banner-view.container.container-tab-gallery .box.box-controller .btn.btn-tab-dot {
    text-indent: -9999px;
    margin-right: 10px;
    background: url(../images/iconbutton/icon_banner_dot_12.png) no-repeat center 50% / auto;
    opacity: 0.3;
    cursor: pointer;
    width: 12px;
    height: 12px;
    position: relative;
    padding: 8px;
    margin-right: 6px;
}
.top-banner-view.container.container-tab-gallery .box.box-controller .btn.btn-tab-dot:nth-last-of-type(2) {
    margin-right: 0;
}
.top-banner-view.container.container-tab-gallery .box.box-controller .btn.btn-tab-prev {
    background: url(../images/iconbutton/icon_arrow_25.png) no-repeat left 0 / auto;
    opacity: 0.3;
    width: 25px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    bottom: 32px;
    left: 80px;
}
.top-banner-view.container.container-tab-gallery .box.box-controller .btn.btn-tab-next {
    background: url(../images/iconbutton/icon_arrow_25.png) no-repeat right 0 / auto;
    opacity: 0.3;
    width: 25px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    bottom: 32px;
    right: 80px;
}
.top-banner-view.container.container-tab-gallery .box.box-controller .btn.active,
.top-banner-view.container.container-tab-gallery .box.box-controller .btn:hover {
    opacity: 1;
}


/** Main */
html {
    font: 12px/15px NavarroMedium, sans-serif ;
    background-color: #242424;
    color: #656d72;
}
:lang(en) { font-family: NavarroMedium, sans-serif; }
:lang(ko) { font-family: NavarroMedium, aHwanHeeM, sans-serif !important; }
:lang(ja) { font-family: NavarroMedium, TogeMaruGothicM, sans-serif !important; }
body #app.opened-gnb {
    height: 100%;
    position: fixed;
    overflow: hidden;
}
.main-container {
    position: relative;
    padding-top: 90px;
    max-width: 100%;
}
.home .main-container {
    overflow-x: hidden;
    padding: 0 0 134px;
    margin-bottom: -60px;
}
.main-container section {
    position: relative;
}
.main-container section .text.text-section-title {
    display: block;
    color: #f7f7f7;
    font-size: 60px;
    line-height: 60px;
}
#topVideo + .divider.divider-section {
    margin-bottom: 46px;
}
#topVideo .wrap {
    padding: 196px 0 236px;
}
#topVideo .wrap img[src] {
    max-width: 100%;
}
#topVideo .wrap .text-desc {
    color: #fff;
    font-size: 40px;
    line-height: 1.4;
    margin: 18px auto 76px;
}
html:lang(ko) #topVideo .wrap .text-desc,
html:lang(ko) #topVideo .wrap .text-desc > span {
    font-family: aHwanHeeM;
}
#topVideo .animation {
    top: 42px;
}



/* MainEvent section */
#mainEvent {
    padding: 0;
}
#mainEvent .banner-view {
    margin: 0 auto 100px;
    position: relative;
}
#mainEvent .banner-view.for-resp {
    margin-bottom: 56px;
}
.main-container section#mainEvent .banner-view .slider-view {
    max-width: 1600px;
    height: auto;
    position: relative;
    margin: 0 auto;
}
.main-container section#mainEvent .banner-view .slider-view > .banner-item {
    width: 100%;
    padding-top: 37.5%;
    max-width: 100%;
    background-size: cover;
}
.main-container section#mainEvent .banner-view .slider-view .box-gallery {
    height: 600px;
}
.main-container section#mainEvent .banner-view .slider-view .box-gallery .banner-item {
    width: 100%;
    height: 0;
    padding-top: 37.5%;
    position: relative;
    background-position: center 50%;
    background-size: cover;
}
.main-container section#mainEvent .banner-view .slider-view .box-gallery .banner-item > a[href] {
    width: 50%;
    height: calc(100% - 120px);
    background-size: auto;
    background-position: center 50%;
    position: absolute;
    background-repeat: no-repeat;
    top: 15%;
    z-index: 1;
}
.main-container section#mainEvent .banner-view .slider-view .wrap-controller {
    position: relative;
    max-width: 1354px;
    margin: 0 auto;
    height: 0;
    z-index: 3;
    padding: 15px 0 0;
}
.main-container section#mainEvent .banner-view .slider-view .wrap-controller .btn {
    border-width: 0;
    text-indent: -9999px;
}
.main-container section#mainEvent .banner-view .slider-view .wrap-controller .btn-tab-dot {
    background: url(../images/iconbutton/icon_dot_26.png) no-repeat 0 0 / 100%;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
    cursor: pointer;
}
.main-container section#mainEvent .banner-view .slider-view .wrap-controller .btn-tab-dot:hover {
    background-position: 0 -26px;
}
.main-container section#mainEvent .banner-view .slider-view .wrap-controller .btn-tab-dot.active {
    background-position: 0 -26px !important;
}

.main-container section#mainEvent .banner-view .slider-view .wrap-controller .btn-tab-dot.active {
    cursor: default;
}
.main-container section#mainEvent .banner-view .slider-view .box-controller {
    height: 56px;
    position: absolute;
    width: 100%;
    margin-top: -108px;
}
.main-container section#mainEvent .banner-view .slider-view .wrap-controller .btn-slider-prev {
    position: absolute;
    z-index: 3;
    background: url(../images/iconbutton/icon_arrow_media_96.png) no-repeat 0 0 / auto;
    width: 48px;
    height: 56px;
    display: block;
    cursor: pointer;
    top: -218px;
    left: 16px;
}
.main-container section#mainEvent .banner-view .slider-view .wrap-controller .btn-slider-next {
    position: absolute;
    z-index: 3;
    background: url(../images/iconbutton/icon_arrow_media_96.png) no-repeat right 0 / auto;
    width: 48px;
    height: 56px;
    display: block;
    cursor: pointer;
    top: -218px;
    right: 16px;
}
.main-container section#mainEvent .banner-view .slider-view .wrap-controller .btn-slider-prev:hover {
    background-position: 0 100%;
}
.main-container section#mainEvent .banner-view .slider-view .wrap-controller .btn-slider-next:hover {
    background-position: right 100%;
}
.main-container section#mainEvent .banner-view .pagination-view .icon {
    display: inline-block;
    margin: 0 6px;
    cursor: pointer;
}
.main-container section#mainEvent .banner-view .pagination-view .icon.active {
    background-position: 0 100%;
    cursor: default;
}
.main-container section#mainEvent .banner-view .ez-slider-resp {
    height: auto;
}
.main-container section#mainEvent .banner-view .ez-slider-resp .banner-item {
    height: auto;
    padding-top: 0;
}
.main-container section#mainEvent .banner-view .ez-slider-resp .banner-item img[src] {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}
.main-container section#mainEvent .banner-view .banner-item .btn.btn-click-transparent {
    display: block;
    max-width: 586px;
    width: 36%;
    height: 55%;
    position: absolute;
    top: 21%;
    left: 50%;
    z-index: 1;
}
.main-container section#mainEvent .banner-view .banner-item .btn.btn-click-transparent > a[href] {
    display: block;
    height: 100%;
    width: 100%;
}
.main-container section#mainEvent .banner-view .banner-item .content-view {
    max-width: 1400px;
    text-align: left;
    width: 34%;
    margin-left: 50%;
    position: relative;
    top: 136px;
    font-size: 19px;
    line-height: 1.432;
}
.main-container section#mainEvent .banner-view .banner-item .content-view .banner-item-title {
    font-size: 42px;
    line-height: 1.168;
    color: #f6f6f6;
}
.main-container section#mainEvent .banner-view .banner-item .content-view .banner-item-desc {
}


/* Home, Latest News */
#latestNews {
    padding: 90px 0;
}
.main-container section#latestNews .text.text-section-title {
    margin-bottom: 118px;
}
.main-container section#latestNews .flex-item.width96p {
    margin: 0 auto;
}
.main-container section#latestNews .flex-item.width96p .flex-box {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.main-container section#latestNews .flex-item.width96p .flex-box .flex-item:first-child .box-container-img::before {
    content: '';
    background: url(../images/background/bg_news_tree.png) no-repeat 32px 0 / 100% auto;
    width: 381.2%;
    display: block;
    position: absolute;
    pointer-events: none;
    padding-top: 127%;
    margin-left: -23%;
    margin-top: -454px;
    max-width: 1372px;
    bottom: -4px;
}
.main-container section#latestNews .flex-item.width96p .flex-box .flex-item:first-child .box.box-container-img::after {
    content: '';
    background: url(../images/background/bg_news_skeleton.png) no-repeat 50% 0 / contain;
    width: 381.2%;
    display: block;
    position: absolute;
    pointer-events: none;
    padding-top: 127%;
    margin-left: -14%;
    margin-top: -454px;
    max-width: 1372px;
    bottom: -4px;
    z-index: 1;
    transform-origin: 59% 18%;
}
.main-container section#latestNews .flex-item.width96p .animation {
    width: 100%;
    height: 100%;
    margin-top: -18px;
}
.main-container section#latestNews .flex-item.width96p .animation .wrap {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.main-container section#latestNews .animation .bg.bg-monster {
    content: '';
    background: url(../images/background/bg_news_monster.png) no-repeat 7% center / contain;
    width: 75%;
    padding-top: 62%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: -31%;
    margin-top: -43.8%;
}
.main-container section#latestNews .animation .bg.bg-birds {
    content: '';
    background: url(../images/background/bg_news_birds.png) no-repeat 50% center / auto;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    top: -8.4%;
    right: -15%;
}
.main-container section#latestNews .flex-item.news-item {
    position: relative;
    width: 360px;
    max-width: 100%;
    font-size: 16px;
    color: #656d72;
    text-align: left;
    line-height: 1.568;
    cursor: pointer;
    margin: 0 15px 42px;
}
.main-container section#latestNews .flex-item.news-item .bg.bg-post + .bg.inline-block {
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px;
}
.main-container section#latestNews .flex-item.news-item:nth-of-type(1) {
    margin-left: 0;
}
.main-container section#latestNews .flex-item.news-item:last-child {
    margin-right: 0;
}
.main-container section#latestNews .flex-item.news-item .box.box-container-img {
    width: 100%;
    padding-top: calc(100% * 200 / 360);
    margin: 0 auto 18px;
    position: relative;
}
.main-container section#latestNews .flex-item.news-item .box.box-container-img .bg-frame-news {
    content: '';
    position: absolute;
    width: calc(100% * 1.039);
    height: calc(100% * 1.039);
    background: url(../images/background/bg_news_thumb_frame.png) no-repeat center 50% / 100%;
    top: -1.8%;
    left: -1.8%;
}
.main-container section#latestNews .flex-item.news-item .box.box-container-img .bg.bg-thumb-post {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center 50%;
    background-color: #0a2730;
}
.main-container section#latestNews .flex-item.news-item .text-title {
    font-size: 23px;
    line-height: 1.3;
    color: #fff;
    margin: 0 auto 14px;
    padding: 0 12px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 56px;
    max-height: 56px;
}
.main-container section#latestNews .flex-item.news-item:hover .text-title {
    color: #2cb1ba;
    text-decoration: underline;
}
.main-container section#latestNews .flex-item.news-item .text-desc {
    padding: 0 12px;
    margin: 0 auto 8px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    max-height: 102px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.main-container section#latestNews .flex-item.news-item .text.text-right {
    color: #5c6266;
    padding-right: 10px;
}
section#latestMedia {
    padding: 86px 0;
}
.main-container section#latestMedia .text.text-section-title {
    margin-bottom: 112px;
}
section#latestMedia > .flex-box {
    position: relative;
}
.main-container section#latestMedia .media-gallery-view {
    margin: 0 auto 20px;
    max-width: 1000px;
    position: relative;
    padding: 0 100px;
}
.main-container section#latestMedia .media-gallery-view .pagination-view .icon {
    display: inline-block;
    margin: 0 6px;
    cursor: pointer;
    background-position: 0 0;
}
.main-container section#latestMedia .media-gallery-view .pagination-view .icon:hover,
.main-container section#latestMedia .media-gallery-view .pagination-view .icon.active {
    background-position: 0 -26px;
}
.main-container section#latestMedia .media-gallery-view .pagination-view .icon.active {
    cursor: default;
}
.main-container section#latestMedia .media-gallery-view .media-screen {
    max-width: 100%;
    width: 800px;
    margin: 0 auto 36px;
    position: relative;
    z-index: 6;
}
.main-container section#latestMedia .media-gallery-view .media-screen .box-container-ratio {
    padding-top: 56.5%;
    width: 100%;
    position: relative;
}
.main-container section#latestMedia .media-gallery-view .btn-click-wrap {
    max-width: 100%;
    height: 467px;
    position: absolute;
    z-index: 11;
}
.main-container section#latestMedia .media-gallery-view .btn-click-wrap > .btn-click-transparent {
    position: static;
    max-width: 100%;
    width: 811px;
    height: 100%;
    margin: 0 auto;
}
.main-container section#latestMedia .media-gallery-view .media-screen iframe[src] {
    max-width: 100%;
    max-height: 100%;
}
.main-container section#latestMedia .media-gallery-view .media-screen .fallback-image {
    width: 100%;
    height: 100%;
    background-color: #0a2730;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.main-container section#latestMedia .media-gallery-view .media-screen + div + div + #mediaController > .icon-magnifier {
    cursor: pointer;
    transition: opacity 0.3s;
    opacity: 0;
    position: absolute;
    top: -136px;
    left: 50%;
    margin: -12px 0 0 -38px;
}
.main-container section#latestMedia .media-gallery-view .media-screen:hover + div + div + #mediaController > .icon-magnifier {
    opacity: 1;
}
.main-container section#latestMedia #mediaController {
    position: absolute;
    width: 100%;
    bottom: 50%;
    left: 0;
    z-index: 11;
}
.main-container section#latestMedia #mediaController .icon-arrow-media-lt,    .main-container section#latestMedia #mediaController .icon-arrow-media-rt {
    position: absolute;
    top: -136px;
    cursor: pointer;
}
.main-container section#latestMedia #mediaController .icon-arrow-media-lt {
    left: 8px;
}
.main-container section#latestMedia #mediaController .icon-arrow-media-rt {
    right: 8px;
}
.main-container section#latestMedia #mediaController .icon-play {
    position: absolute;
    margin: -32px 0 0 -60px;
    cursor: pointer;
    top: -136px;
    left: 50%;
}
.main-container section#latestMedia .media-gallery-view .btn.btn-click-wrap:hover + .media-screen + div + div + #mediaController > .icon-play,
.main-container section#latestMedia .media-screen:hover + .media-items + .pagination-view + #mediaController .icon-play {
    background-position: 0 100%;
}
.main-container section#latestMedia .media-gallery-view.is-playing #mediaController .icon-play {
    display: none;
}
.media-gallery-view .media-items .media-item {
    background-size: cover;
    width: 250px;
    height: 140px;
    margin: 0 12px 20px;
    position: relative;
    cursor: pointer;
    z-index: 1;
}
.main-container section#latestMedia .media-gallery-view .media-items .media-item:first-child {
    margin-left: 0;
}
.main-container section#latestMedia .media-gallery-view .media-items .media-item:last-child {
    margin-right: 0;
}
.media-gallery-view .media-items .media-item .box.box-container-ratio {
    position: relative;
    width: 100%;
    padding-top: 56%;
    top: 0;
    left: 0;
}
.media-gallery-view .media-items.for-resp .media-item {
    margin-right: 28px;
    margin-bottom: 28px;
}
.main-container section#latestMedia .media-gallery-view .media-items .media-item .bg.bg-item-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% center;
    position: absolute;
    top: 0;
    left: 0;
}
.main-container section#latestMedia .media-gallery-view .media-items .media-item .bg.bg-item-image::before {
    content: '';
    background: rgba(0,0,0, 0.44);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.main-container section#latestMedia .media-gallery-view .media-items .media-item:hover .bg.bg-item-image::before,
.main-container section#latestMedia .media-gallery-view .media-items .media-item.active .bg.bg-item-image::before {
    background: none;
}
.main-container section#latestMedia .media-gallery-view .media-items .media-item span.bg {
    color: #656d72;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -31px;
}
.main-container section#latestMedia .media-gallery-view .media-items .media-item span.bg.bg-category-violet {
    margin-left: -38px;
}
.main-container section#latestMedia .media-gallery-view .media-items .media-item span.bg.bg-category-brown {
    margin-left: -48px;
}
.main-container section#latestMedia .media-gallery-view .media-items .media-item.active span.bg {
    background-position: 0 bottom;
    color: #fff;
}
.main-container section#latestMedia .media-gallery-view .media-items.for-resp {
    width: 280px;
    margin: 0 auto;
}

/* Resp controller */
.media-gallery-view .container.container-gallery .box.box-controller {
    position: absolute;
    top: 96px;
    left: 0;
    width: 100%;
}
.media-gallery-view .container.container-gallery .box.box-controller .btn {
    background: url(../images/iconbutton/icon_arrow_media_96.png) no-repeat 0 0 / auto;
    width: 48px;
    height: 56px;
    display: block;
    cursor: pointer;
    border-width: 0;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    top: 0;
}
.media-gallery-view .container.container-gallery .box.box-controller .btn.btn-slider-next {
    right: 0;
    left: auto;
    background-position: right 0;
}
.media-gallery-view .container.container-gallery .box.box-controller .btn.btn-slider-prev:hover {
    background-position: 0 100%;
}
.media-gallery-view .container.container-gallery .box.box-controller .btn.btn-slider-next:hover {
    background-position: right 100%;
}
.main-container section#latestMedia .media-gallery-view .pagination-view {
    position: relative;
    z-index: 1;
}


/* Animation */
.animation.animation-mist {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#latestNews .animation.animation-mist,
#latestMedia .animation.animation-mist {
    top: -12%;
}
.animation.animation-mist .bg.bg-char-paladin::before {
    content: '';
    background: url(../images/characters/char_paladin.png) no-repeat 0 100% / contain;
    width: 981px;
    height: 910px;
    top: 11.3%;
    left: 50%;
    position: absolute;
    z-index: 11;
    margin-left: -1199px;
    margin-top: 40px;
}
.animation.animation-mist .bg.bg-char-witch::before {
    content: '';
    background: url(../images/characters/char_witch.png) no-repeat 0 0 / contain;
    width: 332px;
    height: 313px;
    top: 37%;
    left: 50%;
    position: absolute;
    margin-left: -696px;
    z-index: 6;
    margin-top: -32px;
}
.animation.animation-mist .bg.bg-char-werewolf::before {
    content: '';
    background: url(../images/characters/char_werewolf.png) no-repeat 0 0 / contain;
    width: 341px;
    height: 334px;
    top: 36%;
    left: 50%;
    position: absolute;
    margin-left: -1100px;
    z-index: 3;
    margin-top: -36px;
}
.animation.animation-mist .bg.bg-char-sister::before {
    content: '';
    background: url(../images/characters/char_sister.png) no-repeat 0 0 / contain;
    width: 194px;
    height: 297px;
    top: 23%;
    left: 50%;
    position: absolute;
    margin-left: -774px;
    z-index: 1;
    margin-top: -28px;
}

.animation.animation-mist .bg.bg-char-scavenger::before {
    content: '';
    background: url(../images/characters/char_scavenger.png) no-repeat 0 0 / contain;
    width: 438px;
    height: 443px;
    top: 21%;
    left: 50%;
    position: absolute;
    margin-left: 350px;
    z-index: 3;
    margin-top: -15px;
}
.animation.animation-mist .bg.bg-char-swamp::before {
    content: '';
    background: url(../images/characters/char_swamp.png) no-repeat 0 0 / contain;
    width: 233px;
    height: 287px;
    top: 35.5%;
    left: 50%;
    position: absolute;
    margin-left: 108px;
    margin-top: 8px;
    z-index: 6;
}
.animation.animation-mist .bg.bg-char-mashu::before {
    content: '';
    background: url(../images/characters/char_mashu.png) no-repeat 0 0 / contain;
    width: 892px;
    height: 826px;
    top: 11%;
    left: 50%;
    position: absolute;
    margin-left: 265px;
    margin-top: 40px;
    z-index: 9;
}
.animation.animation-mist .bg.bg-mist-left {
    background: url(../images/background/bg_mist_left.png) repeat-x 0 100% / contain;
    width: 1954px;
    height: 597px;
    top: 10%;
    left: 0;
    position: absolute;
    z-index: 1;
    margin-left: -2%;
}
.animation.animation-mist .bg.bg-mist-left-bottom {
    background: url(../images/background/bg_mist_left_bottom.png) repeat-x 0 100% / contain;
    width: 1520px;
    height: 464px;
    top: 25%;
    left: 0;
    position: absolute;
    z-index: 1;
    margin-left: -2%;
}
.animation.animation-mist .bg.bg-mist-right {
    background: url(../images/background/bg_mist_right.png) repeat-x 0 100% / contain;
    width: 2031px;
    height: 378px;
    top: 27%;
    position: absolute;
    z-index: 1;
    margin-left: 5%;
}

.animation.animation-mist .bg.bg-dust-left {
    background: url(../images/background/bg_media_dust_left.png) repeat-x 0 0 / contain;
    width: 570px;
    height: 990px;
    position: absolute;
    top: -2%;
    left: -3%;
}
.animation.animation-mist .bg.bg-dust-right {
    background: url(../images/background/bg_media_dust_right.png) repeat-x 0 0 / contain;
    width: 518px;
    height: 680px;
    position: absolute;
    top: -25%;
    right: -2%;
}
.animation.animation-mist .bg.bg-media-character {
    background: url(../images/background/bg_media_character.png) repeat-x 0 0 / contain;
    width: 712px;
    height: 690px;
    position: absolute;
    top: 25%;
    z-index: 9;
    left: 50%;
    margin-left: 146px;
    margin-top: -356px;
}

/* Animation, topVideo */
body[is-opened="1"] section#topVideo .animation .bg.bg-char-sister::before,
body[is-opened="1"] section#topVideo .animation .bg.bg-char-werewolf::before,
body[is-opened="1"] section#topVideo .animation .bg.bg-char-witch::before,
body[data-scroll-position="1"] section#topVideo .animation .bg.bg-char-sister::before,
body[data-scroll-position="1"] section#topVideo .animation .bg.bg-char-werewolf::before,
body[data-scroll-position="1"] section#topVideo .animation .bg.bg-char-witch::before {
    animation-timing-function: ease-out;
    animation: 1s charLeftAll forwards;
}
body[data-scroll-position="1"] section#topVideo .animation .bg.bg-char-paladin::before,
body[is-opened="1"] section#topVideo .animation .bg.bg-char-paladin::before {
    animation-timing-function: ease-out;
    animation: 0.55s charPaladin forwards;
}
@keyframes charLeftAll {
    0% { left: 50%; }
    100% { left: 64%; }
}
@keyframes charPaladin {
    0% { transform: translate3d(0, 0, 0); }
    2% { transform: translate3d(7px, 1px, 0); }
    4% { transform: translate3d(14px, 1px, 0); }
    6% { transform: translate3d(21px, 1px, 0); }
    8% { transform: translate3d(28px, 1px, 0); }
    10% { transform: translate3d(35px, 2px, 0); }
    12% { transform: translate3d(42px, 2px, 0); }
    14% { transform: translate3d(49px, 2px, 0); }
    16% { transform: translate3d(56px, 3px, 0); }
    18% { transform: translate3d(64px, 3px, 0); }
    20% { transform: translate3d(71px, 3px, 0); }
    22% { transform: translate3d(78px, 4px, 0); }
    24% { transform: translate3d(85px, 4px, 0); }
    26% { transform: translate3d(92px, 4px, 0); }
    28% { transform: translate3d(99px, 5px, 0); }
    30% { transform: translate3d(106px, 5px, 0); }
    32% { transform: translate3d(113px, 5px, 0); }
    34% { transform: translate3d(120px, 5px, 0); }
    36% { transform: translate3d(127px, 6px, 0); }
    38% { transform: translate3d(135px, 5px, 0); }
    40% { transform: translate3d(142px, 4px, 0); }
    42% { transform: translate3d(149px, 3px, 0); }
    45% { transform: translate3d(156px, 2px, 0); }
    48% { transform: translate3d(163px, 1px, 0); }
    51%{ transform: translate3d(170px, 0, 0); }
    55% { transform: translate3d(177px, -1px, 0); }
    60% { transform: translate3d(184px, -2px, 0); }
    65% { transform: translate3d(191px, -3px, 0); }
    70% { transform: translate3d(199px, -4px, 0); }
    76% { transform: translate3d(206px, -5px, 0); }
    81% { transform: translate3d(213px, -6px, 0); }
    87% { transform: translate3d(220px, -7px, 0); }
    93% { transform: translate3d(227px, -8px, 0); }
    100% { transform: translate3d(240px, -9px, 0); }
}
body[is-opened="1"] section#topVideo .animation .bg.bg-char-scavenger::before,
body[is-opened="1"] section#topVideo .animation .bg.bg-char-swamp::before,
body[data-scroll-position="1"] section#topVideo .animation .bg.bg-char-scavenger::before,
body[data-scroll-position="1"] section#topVideo .animation .bg.bg-char-swamp::before {
    animation: 1.2s charRightAll forwards;
}
body[is-opened="1"] section#topVideo .animation .bg.bg-char-mashu::before,
body[data-scroll-position="1"] section#topVideo .animation .bg.bg-char-mashu::before {
    animation-timing-function: linear;
    animation: 0.55s charMashu forwards;
}
@keyframes charRightAll {
    0% { left: 64%; }
    100% { left: 50%; }
}
@keyframes charMashu {
    0% { transform: translate3d(0, 0, 0); }
    2% { transform: translate3d(-7px, 1px, 0); }
    4% { transform: translate3d(-14px, 1px, 0); }
    6% { transform: translate3d(-21px, 1px, 0); }
    8% { transform: translate3d(-28px, 1px, 0); }
    10% { transform: translate3d(-35px, 2px, 0); }
    12% { transform: translate3d(-42px, 2px, 0); }
    14% { transform: translate3d(-49px, 2px, 0); }
    16% { transform: translate3d(-56px, 3px, 0); }
    18% { transform: translate3d(-64px, 3px, 0); }
    20% { transform: translate3d(-71px, 3px, 0); }
    22% { transform: translate3d(-78px, 4px, 0); }
    24% { transform: translate3d(-85px, 4px, 0); }
    26% { transform: translate3d(-92px, 4px, 0); }
    28% { transform: translate3d(-99px, 5px, 0); }
    30% { transform: translate3d(-106px, 5px, 0); }
    32% { transform: translate3d(-113px, 5px, 0); }
    34% { transform: translate3d(-120px, 5px, 0); }
    36% { transform: translate3d(-127px, 6px, 0); }
    38% { transform: translate3d(-135px, 5px, 0); }
    40% { transform: translate3d(-142px, 4px, 0); }
    42% { transform: translate3d(-149px, 3px, 0); }
    45% { transform: translate3d(-156px, 2px, 0); }
    48% { transform: translate3d(-163px, 1px, 0); }
    51% { transform: translate3d(-170px, 0, 0); }
    55% { transform: translate3d(-177px, -1px, 0); }
    60% { transform: translate3d(-184px, -2px, 0); }
    650% { transform: translate3d(-191px, -3px, 0); }
    70% { transform: translate3d(-199px, -4px, 0); }
    76% { transform: translate3d(-206px, -5px, 0); }
    81% { transform: translate3d(-213px, -6px, 0); }
    87% { transform: translate3d(-220px, -7px, 0); }
    93% { transform: translate3d(-227px, -8px, 0); }
    100% { transform: translate3d(-240px, -9px, 0); }
}

/* Animation, latestNews */
body[data-scroll-position="3"] section#latestNews .animation .bg.bg-monster {
    animation: 2.3s monsterMoving forwards;
}
body[data-scroll-position="3"] section#latestNews .animation .bg.bg-birds {
    animation: 2.3s birdsMoving forwards;
}
body[data-scroll-position="3"] section#latestNews .flex-item.width96p .flex-box .news-item:first-child .box.box-container-img::after {
    animation: 2.8s skeletonMoving forwards;
}

@keyframes skeletonMoving {
    0% { transform: matrix(1,0,0,1,0,0); }
    20% { transform: matrix(1,0,0,1,0,0); }
    35% { transform: matrix(1,0.2,-0.2,1,0,0); }
    50% { transform: matrix(1,-0.15,0.15,1,0,0); }
    65% { transform: matrix(1,0,-0.09,1,0,0); }
    80% { transform: matrix(1,-0.06,0.06,1,0,0); }
    100% { transform: matrix(1,0,0,1,0,0); }

    /* 0% { transform: rotateZ(0); margin-top: -454px; right: -114px; }
    20% { transform: rotateZ(0); margin-top: -454px; right: -114px; }
    35% { transform: rotateZ(4deg); margin-top: -464px; right: -102px; }
    50% { transform: rotateZ(-2deg); margin-top: -448px; right: -121px; }
    65% { transform: rotateZ(1deg); margin-top: -456px; right: -111px; }
    80% { transform: rotateZ(-0.5deg); margin-top: -452px; right: -115px; }
    100% { transform: rotateZ(0); margin-top: -454px; right: -114px; } */
}
@keyframes monsterMoving {
    0% { top: 0; left: -31%; }
    25% { top: 0; left: -31%; }
    50% { top: 1.5%; left: -30.5%; }
    100% { top: 3%; left: -32%; }
}
@keyframes birdsMoving {
    0% { top: -51.4%; right: -15%; }
    24% { top: -53%; right: -16.4%; }
    100% { top: -60%; right: -24%; }
}

body[data-scroll-position="4"] #latestMedia .animation.animation-mist .bg.bg-media-character,
body[data-scroll-position="4"] #latestMedia .animation.animation-mist .bg.bg-dust-left,
body[data-scroll-position="4"] #latestMedia .animation.animation-mist .bg.bg-dust-right {
    opacity: 1;
}
body[data-scroll-position="4"] #latestMedia .animation.animation-mist .bg.bg-media-character {
    animation: 2.3s characterDown forwards;
}
body[data-scroll-position="4"] #latestMedia .animation.animation-mist .bg.bg-dust-left {
    animation: 2.3s dustoverLeft forwards;
}
body[data-scroll-position="4"] #latestMedia .animation.animation-mist .bg.bg-dust-right {
    animation: 2.3s dustoverRight forwards;
}


body[data-scroll-position="2"] #mainEvent .animation.animation-mist .bg.bg-mist-left,
body[data-scroll-position="3"] #latestNews .animation.animation-mist .bg.bg-mist-left,
body[data-scroll-position="4"] #latestMedia .animation.animation-mist .bg.bg-mist-left {
    animation: 3.3s mistoverLeft forwards;
}
body[data-scroll-position="3"] #latestNews .animation.animation-mist .bg.bg-mist-left-bottom,
body[data-scroll-position="4"] #latestMedia .animation.animation-mist .bg.bg-mist-left-bottom {
    animation: 3.3s mistoverLeftBottom forwards;
}
body[data-scroll-position="2"] #mainEvent .animation.animation-mist .bg.bg-mist-right {
    animation: 3.3s mistoverRight forwards;
}
body[data-scroll-position="3"] #latestNews .animation.animation-mist .bg.bg-mist-right,
body[data-scroll-position="4"] #latestMedia .animation.animation-mist .bg.bg-mist-right {
    animation: 3.3s mistoverRightMiddle forwards;
}

@keyframes characterDown {
    0% { top: 25%; left: 50%; }
    25% { top: 25%; left: 50%; }
    50% { top: 26.5%; left: 51%; }
    100% { top: 28%; left: 49.5%; }
}
@keyframes dustoverLeft {
    0% { left: 0; top: 25%; }
    25% { left: -1%; top: 22%; }
    100% { left: -6%; top: 5%; }
}
@keyframes dustoverRight {
    0% { right: -2%; top: -25%; }
    25% { right: -1%; top: -20%; }
    100% { right: 2%; top: -5%; }
}
@keyframes mistoverLeft {
    0% { left: 0; top: 10%; }
    25% { left: -5%; top: 5%; opacity: 0.8; }
    100% { left: -50%; top: -40%; opacity: 0.5; }
}
@keyframes mistoverLeftBottom {
    0% { left: 0; top: 25%; }
    30% { left: -5%; top: 30%; opacity: 0.8; }
    100% { left: -50%; top: 50%; opacity: 0.5; }
}
@keyframes mistoverRight {
    0% { right: -5%; top: 27%; }
    30% { right: -10%; top: 32%; opacity: 0.8; }
    100% { right: -60%; top: 68%; opacity: 0.5; }
}
@keyframes mistoverRightMiddle {
    0% { right: 5%; top: 27%; }
    30% { right: 0%; top: 29%; opacity: 0.8; }
    100% { right: -50%; top: 40%; opacity: 0.5; }
}




/* Aside right nav */
aside.sticky {
    position: fixed;
    right: 80px;
    top: 50%;
    margin-top: -120px;
    z-index: 99;
}
aside.sticky nav .item-dot {
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 0 0 15px;
    letter-spacing: -0.5px;
    color: #5c6267;
    font-weight: 700;
    font-size: 13px;
    position: relative;
}
aside.sticky nav .item-dot:hover {
    color: #b9bbbd;
}
aside.sticky nav .item-dot .icon.icon-dot-scroll {
    position: relative;
}
aside.sticky nav .item-dot:hover .icon.icon-dot-scroll {
    background-position: 0 -107px;
}
aside.sticky.sticky-game nav .item-dot:hover .icon.icon-dot-scroll {
    background-position: 0 -79px;
}
[data-scroll-position="1"] aside.sticky nav .item-dot:nth-child(1),
[data-scroll-position="2"] aside.sticky nav .item-dot:nth-child(2),
[data-scroll-position="3"] aside.sticky nav .item-dot:nth-child(3),
[data-scroll-position="4"] aside.sticky nav .item-dot:nth-child(4),
[data-scroll-position="5"] aside.sticky nav .item-dot:nth-child(4) {
    color: #b9bbbd;
}
[data-scroll-position="1"] aside.sticky nav .item-dot:nth-child(1) .icon.icon-dot-scroll,
[data-scroll-position="2"] aside.sticky nav .item-dot:nth-child(2) .icon.icon-dot-scroll,
[data-scroll-position="3"] aside.sticky nav .item-dot:nth-child(3) .icon.icon-dot-scroll,
[data-scroll-position="4"] aside.sticky nav .item-dot:nth-child(4) .icon.icon-dot-scroll,
[data-scroll-position="5"] aside.sticky nav .item-dot:nth-child(4) .icon.icon-dot-scroll {
    margin-top: 52px;
}
[data-scroll-position="1"] aside.sticky nav .item-dot:nth-child(1) .icon.icon-dot-scroll::before,
[data-scroll-position="2"] aside.sticky nav .item-dot:nth-child(2) .icon.icon-dot-scroll::before,
[data-scroll-position="3"] aside.sticky nav .item-dot:nth-child(3) .icon.icon-dot-scroll::before,
[data-scroll-position="4"] aside.sticky nav .item-dot:nth-child(4) .icon.icon-dot-scroll::before,
[data-scroll-position="5"] aside.sticky nav .item-dot:nth-child(4) .icon.icon-dot-scroll::before {
    content: '';
    background: url(../images/iconbutton/icon_dot_active_46.png) no-repeat 0 0 / 100%;
    display: block;
    width: 46px;
    height: 68px;
    position: absolute;
    top: -41px;
    left: -19px;
}
[data-scroll-position="4"].game aside.sticky nav .item-dot:nth-child(3) {
    color: #b9bbbd;
}
[data-scroll-position="4"].game aside.sticky nav .item-dot:nth-child(3).icon.icon-dot-scroll {
    margin-top: 52px;
}


/* Cookie Policy */
aside.cookie-policy-view {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 120px;
    bottom: 0;
    background: rgba(0,0,0,0.90);
    padding: 0 5%;
    color: #656d72;
    font-size: 14px;
    line-height: 1.4;
    z-index: 111;
}
aside.cookie-policy-view > .flex-box {
    font-size: 15px;
    height: 100%;
}
aside.cookie-policy-view > .flex-box .text.text-lt-green {
    color: #2cb1ba;
}


/* Tab view */
.tab-header + .divider.divider-default {
    margin-top: -12px;
    position: relative;
}
.tab-header .btn {
    background-position: center 100%;
    color: #656d72;
    margin-right: -4px;
}
.tab-header .btn:last-child {
    margin-right: 12px;
}
.tab-header .btn:hover,
.tab-header .btn.active {
    background-position: center 0;
    color: #fff;
}
.tab-header .btn.active {
    cursor: default;
}
.tab-content .flex-item {
    position: relative;
    max-width: 1175px;
}
.tab-content .flex-item .column.col-right .text-title {
    font-size: 30px;
    line-height: 1.18;
    color: #fff;
    margin: 0 auto 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tab-content .flex-item:hover .column.col-right .text-title {
    color: #2cb1ba;
    text-decoration: underline;
}
.tab-content .flex-item .column.col-right .text-desc {
    margin: 0 auto 8px;
    font-size: 20px;
    line-height: 1.462;
    color: #777c80;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.tab-content .flex-item .column.col-right .text-date {
    display: inline-block;
    color: #5c6266;
    ;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    right: 8px;
}



/* Pagination view */
.pagination-view {
    white-space: nowrap;
}
.pagination-view .btn.btn-pagination-number {
    margin: 0 4px;
    position: relative;
    background-position: 0 100%;
    color: #656d72;
}
.pagination-view a.link.active .btn.btn-pagination-number,
.pagination-view a.link:hover .btn.btn-pagination-number {
    background-position: 0 0;
    color: #fff;
}

.controller-view {
    color: #656d72;
    z-index: 1;
}
.controller-view .flex-item {
    background: #08353d;
    padding: 26px 5%;
    width: 50%;
}
.controller-view .flex-item:last-child {
    background: #055d64;
    color: #656d72;
}
.controller-view .text.text-title {
    display: block;
    font-size: 32px;
    line-height: 28px;
    margin: 0 0 12px;
    color: #fff;
    font-weight: normal;
}
.controller-view .text.text-info {
    font-size: 19px;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
}


/* Empty contents view */
.wrap .empty-list-view .text {
    font-size: 32px;
    margin-bottom: 160px;
    line-height: 1.3;
}


/* News page */
section#newsList {
    background: #081b25;
    position: static;
}
.overflow.overflow-initial #newsList.news-detail .controller-view {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    top: auto;
    cursor: pointer;
    z-index: 3;
    /* Sticky style
    top: calc(100% - 115px);
    padding-bottom: 292px;
    margin-top: -407px;
    z-index: 3;
    max-width: 100%;
    cursor: pointer; */
}
.overflow.overflow-initial #newsList.news-detail .controller-view .flex-item {
    user-select: none;
    padding: 28px 5% 26px;
}
.overflow.overflow-initial #newsList.news-detail .controller-view .flex-item[disabled] {
    cursor: default;
}
.overflow.overflow-initial #newsList.news-detail .controller-view .flex-item:hover .text.text-info {
    color: #2cb1ba;
    position: relative;
}
.overflow.overflow-initial #newsList.news-detail .controller-view .flex-item:hover .text.text-info::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    bottom: 0;
    background-color: #166a72;
    height: 1px;
}
.overflow.overflow-initial #newsList.news-detail .controller-view .flex-item[disabled] .text.text-title {
    opacity: 0.2;
}
.overflow.overflow-initial #newsList.news-detail .controller-view .flex-item[disabled] .text.text-info {
    color: #656d72;
}
.overflow.overflow-initial #newsList.news-detail .controller-view .flex-item[disabled] .text.text-info::after {
    display: none;
}
section#newsList .wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 18px 288px;
}
section#newsList .title-h3 {
    color: #f7f7f7;
    font-weight: normal;
    font-size: 70px;
    line-height: 70px;
    padding-top: 120px;
    margin: 0 auto 106px;
}
section#newsList .wrap .tab-view .tab-header + .divider.divider-default {
    margin-bottom: 28px;
}
section#newsList .wrap .tab-content .flex-item {
    width: 1175px;
    max-width: 100%;
    padding-left: 5px;
}
section#newsList .wrap .tab-view .tab-body .tab-content .flex-box {
    width: 100%;
    display: flex;
    position: relative;
}
section#newsList .wrap .tab-view .tab-body .tab-content .pagination-view {
    margin-top: 14px;
}
section#newsList .wrap .tab-content .flex-item .col-left {
    flex-basis: 41.238%;
    position: relative;
}
section#newsList .wrap .tab-content .flex-item .col-left .box.box-container-ratio {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
section#newsList .wrap .tab-content .flex-item .col-left .thumb-view .bg.bg-news-frame {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    top: -6px;
    left: -6px;
}
section#newsList .wrap .tab-content .flex-item .col-left .box.box-container-ratio .thumb-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center 50%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-color: #0a2730;
}
section#newsList .wrap .tab-content .flex-item .col-center {
    flex-basis: 4.296%;
}
section#newsList .wrap .tab-content .flex-item .col-right {
    text-align: left;
    flex-basis: 54.466%;
}
section#newsList .wrap .tab-content .flex-item .col-right span.bg.block:first-child {
    margin-bottom: 6px;
}
section#newsList .wrap .tab-content .flex-item .col-right .text.text-title {
    max-height: 80px;
    line-height: 1.3;
}
section#newsList .wrap .tab-content .flex-item .col-right .text.text-desc {
    max-height: 82px;
}
section#newsList .wrap .tab-content .flex-item .divider {
    margin: 26px auto;
}
#newsList.news-detail .news-content-view {
    padding-top: 36px;
}
#newsList.news-detail .news-content-view .btn-view {
    margin: 36px auto 0;
}
#newsList.news-detail .news-content-view .bg.inline-block {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    margin-top: -44px;
}
#newsList.news-detail .news-content-view .bg.inline-block.bg-category-red {
    margin-left: -33px;
}
#newsList .title-h4 {
    font-size: 46px;
    font-weight: normal;
    color: #fff;
    line-height: 1.18;
    padding: 0 15px;
    margin: 36px auto 16px;
    max-width: 984px;
}
#newsList.news-detail .news-content-view .text.text-date {
    font-size: 19px;
    margin-bottom: 46px;
    display: block;
}
#newsList.news-detail .text-description {
    font-size: 20px;
    line-height: 1.462;
    text-align: left;
    padding: 26px 15px;
    max-width: 984px;
    margin: 0 auto;
}
#newsList.news-detail .text-description * {
    max-width: 100%;
}
#newsList.news-detail .text-description a[href] {
    color: #2cb1ba;
    position: relative;
}
#newsList.news-detail .text-description a[href]::before {
    content: '';
    position: absolute;
    bottom: 2px;
    height: 1px;
    width: 100%;
    border-top: 1px solid;
}
#newsList.news-detail .share-view {
    color: #656d72;
    font-size: 15px;
    line-height: 2.5;
    margin: 38px auto;
    position: relative;
    z-index: 9;
}
#newsList.news-detail .share-view a > .icon {
    opacity: 0.7;
}
#newsList.news-detail .share-view a:hover > .icon {
    opacity: 1;
}
#newsList.news-detail .share-view .divider {
    margin: 0 16px;
}
#newsList.news-detail .controller-view {
    top: calc(100% - 115px);
}


/* Game page */
section#game {
    padding: 0 18px;
    margin-top: -90px;
    overflow: hidden;
    background: #081b25;
}
section#game .wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
section#game .title-h3 {
    color: #f7f7f7;
    font-weight: normal;
    font-size: 70px;
    line-height: 70px;
    padding-top: 206px;
    margin: 0 auto 152px;
}
section#game .wrap .wrap-content {
    max-width: 1024px;
    padding-bottom: 22px;
}
section#game .wrap .wrap-content .animation.animation-mist {
    opacity: 0.45;
}
section#game .wrap .wrap-content .animation.animation-mist .bg.bg-mist-left {
    top: 5%;
}
section#game .wrap .wrap-content .title-h4 {
    color: #f7f7f7;
    font-weight: normal;
    font-size: 46px;
    line-height: 70px;
    margin: 54px auto;
}
section#game .wrap .wrap-content.universe .title-h4 {
    margin-bottom: 72px;
}
section#game .wrap .wrap-content.universe .text.text-desc {
    margin-bottom: 48px;
}
section#game .wrap .wrap-content .text-title.text-lt-green {
    font-size: 20px;
    display: block;
    margin-bottom: 40px;
    position: relative;
}
section#game .wrap .wrap-content .text-title.text-lt-green::before {
    content: '';
    background: url(../images/background/bg_divider_title.png) repeat-x 0 100% / contain;
    display: block;
    height: 4px;
    position: absolute;
    width: 100%;
    margin-top: -18px;
}
section#game .wrap .wrap-content .text-title.text-lt-green::after {
    content: '';
    background: url(../images/background/bg_divider_title.png) repeat-x 0 100% / contain;
    display: block;
    height: 4px;
    position: absolute;
    width: 100%;
    margin-top: 11px;
}
section#game .wrap .wrap-content .text.text-desc {
    font-size: 20px;
    line-height: 1.3;
    color: #656d72;
    margin-bottom: 32px;
}
section#game .wrap .wrap-content.feature .flex-item {
    max-width: 100%;
    width: 320px;
}
section#game .wrap .wrap-content.feature .flex-item:nth-child(2) {
    margin: 0 26px;
}
section#game .wrap .wrap-content.feature .flex-item .bg-frame {
    margin: 0 auto 40px;
    padding: 0 0 0 4px;
}
section#game .wrap .wrap-content.feature .flex-item .bg-frame .bg-image {
    height: 176px;
    background-image: url(../images/thumb_feature_03.png);
    background-repeat: no-repeat;
    background-position: 50% center;
}
section#game .wrap .wrap-content.feature .flex-item:nth-child(2) .bg-frame .bg-image {
    background-image: url(../images/thumb_feature_02.png);
}
section#game .wrap .wrap-content.feature .flex-item:nth-child(3) .bg-frame .bg-image {
    background-image: url(../images/thumb_feature_01.png);
}
section#game .wrap .wrap-content.feature .text-title.text-lt-green::before,
section#game .wrap .wrap-content.feature .text-title.text-lt-green::after {
    background-image: url(../images/background/bg_divider_box_title.png);
}
section#game .wrap .wrap-content.feature .text.text-desc {
    padding: 0 15px;
    margin-bottom: 38px;
}
section#game .wrap .wrap-content.crew {
    padding-bottom: 120px;
}
section#game .wrap-content .crew-view .item-gallery .bg.bg-char-box {
    width: 848px;
    height: 640px;
    margin: 0 auto 12px;
    position: relative;
}
section#game .wrap-content .crew-view .item-gallery .text.text-crew-name {
    color: #f7f7f7;
    font-weight: normal;
    font-size: 40px;
    text-transform: uppercase;
    margin: -80px auto 32px;
    display: block;
    height: 80px;
    line-height: 80px;
}
section#game .wrap-content .crew-view .item-gallery .text.text-personality::before,
section#game .wrap-content .crew-view .item-gallery .text.text-crew-name::before {
    content: '';
    background: url(../images/background/bg_divider_title.png) repeat-x center 100% / auto;
    display: block;
    height: 4px;
    position: absolute;
    width: 100%;
}
section#game .wrap-content .crew-view .item-gallery .text.text-personality::after,
section#game .wrap-content .crew-view .item-gallery .text.text-crew-name::after {
    content: '';
    background: url(../images/background/bg_divider_title.png) repeat-x center 100% / auto;
    display: block;
    height: 4px;
    position: absolute;
    width: 100%;
}
section#game .wrap-content .crew-view .item-gallery .text-desc {
    margin-top: 24px;
}
section#game .wrap-content .crew-view .item-gallery .text.text-personality {
    font-size: 20px;
    position: relative;
    display: block;
    line-height: 46px;
    font-weight: normal;
}
section#game .wrap-content .crew-view .item-gallery .text.text-personality::after {
    margin-top: -4px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-gallery {
    align-items: flex-start;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-gallery .item-gallery {
    margin-left: -40%;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-gallery > *:first-child {
    margin-left: -120%;
}
section#game .wrap-content .crew-view .item-gallery .bg.bg-char-box img {
    transition: opacity 0.6s ease-out;
}
section#game .wrap-content .crew-view .item-gallery .bg.bg-char-box img[src]:first-child {
    opacity: 0;
}
section#game .wrap-content .crew-view .item-gallery .bg.bg-char-box img[src]:last-child {
    opacity: 1;
    position: relative;
    top: -516px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-gallery .item-gallery.active .bg.bg-char-box img[src]:first-child {
    opacity: 1;
}
section#game .wrap-content .crew-view .box.box-gallery.is-animating .item-gallery.active .bg.bg-char-box img:first-child {
    opacity: 0 !important;
}
section#game .wrap-content .crew-view .box.box-gallery.is-animating .item-gallery.active .bg.bg-char-box img:last-child {
    opacity: 1 !important;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-gallery .item-gallery.active .bg.bg-char-box img[src]:last-child {
    opacity: 0;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-gallery .item-gallery .text {
    opacity: 0;
    transition: opacity 0.77s;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-gallery .item-gallery.active .text {
    opacity: 1;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-gallery.is-animating .item-gallery.active .text {
    opacity: 0;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller {
    position: absolute;
    top: 31%;
    padding: 0 16px;
    width: 100%;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .wrap-controller {
    display: inline-block;
    width: 780px;
    max-width: 100%;
    height: 56px;
    position: relative;
    white-space: nowrap;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn {
    border-width: 0;
    text-indent: -9999px;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn.btn-slider-prev {
    background: url(../images/iconbutton/icon_arrow_media_96.png) no-repeat 0 0 / auto;
    width: 48px;
    height: 56px;
    cursor: pointer;
    left: 0;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn.btn-slider-next {
    background: url(../images/iconbutton/icon_arrow_media_96.png) no-repeat right 0 / auto;
    width: 48px;
    height: 56px;
    cursor: pointer;
    right: 0;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:hover {
    background-position: 0 100%;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn.btn-slider-next:hover {
    background-position: right 100%;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn.btn-tab-dot {
    position: relative;
    margin: 0 8px;
    width: 64px;
    height: 64px;
    margin-top: -520px;
    cursor: pointer;
    background: url(../images/characters/feature/gallery_char_thumb.png) no-repeat 0 -77px / auto;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(2):hover,
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(2).active {
    background: url(../images/characters/feature/gallery_char_thumb.png) no-repeat 0 -77px / auto;
    background-position: 0px -2px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn.active::before {
    display: block;
    color: #fff;
    position: absolute;
    height: 36px;
    text-indent: 0;
    font-size: 13px;
    padding-top: 9px;
    top: -40px;
    background-repeat: no-repeat;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(2).active::before {
    content: 'Paladin';
    width: 73px;
    background-image: url(../images/background/bg_category_yellow_73.png);
    left: -4px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(3) {
    background-position: -76px -77px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(3):hover,
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(3).active {
    background-position: -76px -2px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(3).active::before {
    content: 'Shadow Blade';
    width: 116px;
    left: -26px;
    background-image: url(../images/background/bg_category_green_116.png);
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(4) {
    background-position: -152px -77px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(4):hover,
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(4).active {
    background-position: -152px -2px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(4).active::before {
    content: 'Sister';
    width: 64px;
    left: 0;
    background-image: url(../images/background/bg_category_pink_64.png);
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(5) {
    background-position: -228px -77px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(5):hover,
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(5).active {
    background-position: -228px -2px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(5).active::before {
    content: 'Grim Reaper';
    width: 106px;
    left: -21px;
    background-image: url(../images/background/bg_category_violet_106.png);
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(6) {
    background-position: -304px -77px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(6):hover,
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(6).active {
    background-position: -304px -2px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(6).active::before {
    content: 'Ronin';
    width: 64px;
    left: 0;
    background-image: url(../images/background/bg_category_blue_64.png);
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(7) {
    background-position: -380px -77px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(7):hover,
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(7).active {
    background-position: -380px -2px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(7).active::before {
    content: 'Onmyouji';
    width: 88px;
    left: -8px;
    background-image: url(../images/background/bg_category_ltblue_88.png);
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(8) {
    background-position: -456px -77px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(8):hover,
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(8).active {
    background-position: -456px -2px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(8).active::before {
    content: 'Witch';
    width: 64px;
    left: 0;
    background-image: url(../images/background/bg_category_mint_64.png);
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(9) {
    background-position: -532px -77px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(9):hover,
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(9).active {
    background-position: -532px -2px;
}
section#game .wrap .wrap-content .container.container-slider-gallery .box.box-controller .btn:nth-child(9).active::before {
    content: 'Werewolf';
    width: 86px;
    left: -14px;
    background-image: url(../images/background/bg_category_red_86.png);
}




/* Media page */
section#media {
    background: #081b25;
}
section#media .wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 16px 288px;
}
section#media .wrap .tab-view .tab-body {
    margin: 0 -16px;
}
section#media .title-h3 {
    color: #f7f7f7;
    font-weight: normal;
    font-size: 70px;
    line-height: 70px;
    padding-top: 120px;
    margin: 0 auto 106px;
}
section#media .tab-view .tab-header + .divider {
    margin-bottom: 30px;
}
section#media .wrap .tab-view .flex-box {
    max-width: 1200px;
    margin: 0 auto;
}
section#media .wrap .tab-view .flex-box + .divider {
    margin-top: -4px;
    margin-bottom: 36px;
}
section#media .flex-item {
    margin: 0 20px 36px;
    position: relative;
    max-width: 100%;
}
section#media .flex-item > a.link {
    display: block;
}
section#media .flex-item .box.box-frame::before {
    content: '';
    background: url(../images/background/bg_box_frame.png) repeat-x 0 100% /100% 100%;
    max-width: calc(100% + 16px);
    width: 377px;
    height: 214px;
    display: block;
    position: absolute;
    top: -6px;
    left: -8px;
    z-index: 1;
}
section#media .flex-item .box.box-frame .bg {
    position: absolute;
    z-index: 1;
    top: -19px;
    margin: 0 0 0 -38px;
    left: 50%;
    background-position: center 100%;
}
section#media .flex-item .box.box-frame .bg.bg-category-blue {
    margin: 0 0 0 -31px;
}
section#media .flex-item .box.box-frame .bg.bg-category-brown {
    margin: 0 0 0 -48px;
}
section#media .flex-item .box.box-frame .bg + .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}
section#media .flex-item .box.box-frame .bg + .icon-magnifier {
    display: none;
    position: absolute;
    margin-top: 75px;
    top: 50%;
    left: 50%;
    margin: -26px 0 0 -26px;
}
section#media .flex-item:hover .box.box-frame .bg + .icon-magnifier {
    display: block;
}
section#media .flex-item .box.box-frame .bg-thumb-img {
    width: 360px;
    max-width: 100%;
    height: 200px;
    background-position: center 50%;
    background-size: cover;
}
section#media .flex-item:hover .box.box-frame .bg-thumb-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.12);
}


/* Support page */
section#support {
    background: #081b25;
    margin-top: -90px;
}
section#support .wrap {
    max-width: 100%;
    width: 1200px;
    padding: 0 18px 288px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
section#support .title-h3 {
    color: #f7f7f7;
    font-weight: normal;
    font-size: 70px;
    line-height: 70px;
    padding-top: 206px;
    margin: 0 auto 106px;
}
section#support .tab-view .tab-header + .divider {
    margin-bottom: 28px;
}
section#support .flex-item {
    width: 100%;
    margin: 0 1.4% 28px;
    position: relative;
    padding: 0 26px;
}
section#support .flex-item .divider.divider-default {
    max-width: none;
    width: auto;
    margin: 0 -26px;
}
section#support .flex-item .wrap.wrap-item {
    width: calc(100% - 128px);
    margin: 0;
    padding: 0;
    cursor: default;
}
section#support .flex-item.active .divider {
    margin-top: 8px;
}
section#support .flex-item .wrap.wrap-item .btn.btn-click-transparent {
    position: static;
    width: calc(100% + 128px);
}
section#support .flex-item .wrap.wrap-item .bg:lang(en) {
    margin-bottom: 9px;
}
section#support .flex-item .icon-arrow-dn-md {
    position: absolute;
    right: 56px;
    top: 50%;
    margin-top: -40px;
}
section#support .flex-item.active .icon-arrow-dn-md {
    background-position: -44px -56px;
    top: 74px;
}
section#support .flex-item .text-title {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
}
section#support .flex-item.active .text-title,
section#support .flex-item .btn.btn-click-transparent:hover .text-title {
    color: #2cb1ba;
    position: relative;
}
section#support .flex-item.active .btn.btn-click-transparent:hover .text-title::before {
    border-top-width: 0;
}
section#support .flex-item .btn.btn-click-transparent:hover .text-title::before {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 100%;
    border-top: 2px solid;
}
section#support .flex-item .text-date {
    font-size: 19px;
    color: #5c6266;
    margin: 10px 0 28px;
}
section#support .flex-item .text-desc {
    font-size: 18px;
    line-height: 1.4;
    height: 0;
    display: block;
    overflow: hidden;
}
section#support .flex-item.active .text-desc {
    color: #777c80;
    height: auto;
}
section#support .flex-item.active .text-desc * {
    max-width: 100%;
}
section#support .flex-item.active .text-desc a[href] {
    color: #2cb1ba;
    position: relative;
}
section#support .flex-item.active .text-desc a[href]:hover {
    text-decoration: underline;
}



/* Privacy page */
section#privacy {
    background: #081b25;
    margin-top: -90px;
}
section#privacy .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px 224px;
    position: relative;
    z-index: 1;
    min-height: 800px;
}
section#privacy .title-h3 {
    color: #f7f7f7;
    font-weight: normal;
    font-size: 70px;
    line-height: 70px;
    padding-top: 204px;
    margin: 0 auto 152px;
}
section#privacy .wrap .dropdown-view {
    margin: -3px 4% 23px;
}
section#privacy .wrap .dropdown-view > .dropdown .bg.bg-dropdown {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: default;
}
section#privacy .wrap .dropdown-view > .dropdown .list-items .list-item {
    color: #777c80;
}
section#privacy .wrap .box.box-content {
    padding: 0 32px 60px;
    color: #a5a8aa;
    text-align: left;
    font-size: 19px;
    line-height: 1.3;
}
/* Removed style. Replaced with admin editor
section#privacy .wrap .box.box-content h4 {
    color: #2cb1ba;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 68px auto 28px;
    line-height: 140%;
}
section#privacy .wrap .box.box-content h5 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin: 26px auto;
}
section#privacy .wrap .box.box-content p {
    margin: 28px auto 0;
}
section#privacy .wrap .box.box-content p:first-child {
    margin-top: 0;
}
section#privacy .wrap .box.box-content ul {
    padding-left: 16px;
}
section#privacy .wrap .box.box-content ul li {
}
section#privacy .wrap .box.box-content ul li a[href] {
    text-decoration: underline;
    color: #2cb1ba;
}
*/

/* Error */
section#error {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #081b25;
}
section#error .wrap {
    height: 100%;
}
section#error .title-h3 {
    font-size: 120px;
    color: #fff;
    font-weight: normal;
    line-height: 120px;
    margin: 0 auto 5px;
}
section#error .text-error {
    font-size: 40px;
    color: #fff;
    margin: 0 auto 56px;
    line-height: 1.2;
}
