/*** uncss> filename: https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500&display=swap ***/
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4-OSWg.ttf) format('truetype');
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v15/nKKZ-Go6G5tXcoaS.ttf) format('truetype');
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr5mOCWg.ttf) format('truetype');
}
 
/*** uncss> filename: /mnt/web2/css/flix/cleaned-styles.css ***/
@charset "UTF-8";

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #F94BBF;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #F94BBF;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

figcaption,
figure {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1,
h2,
h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #F94BBF;
    border-color: #F94BBF
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active {
    display: block
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
}

.w-100 {
    width: 100% !important
}

.text-center {
    text-align: center !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2018 IcoFont 
* @license - https://icofont.com/license/
*/
@font-face {
    font-family: IcoFont;
    font-weight: 400;
    font-style: Regular;
    src: url(../icofont/fonts/icofont.woff) format("woff2"), url(../icofont/fonts/icofont.woff) format("woff");
    font-display: swap
}

[class*=" icofont-"],
[class^=icofont-] {
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

.icofont-game-controller:before {
    content: "\ea30"
}

.icofont-square-left:before {
    content: "\eabb"
}

.icofont-square-right:before {
    content: "\eabc"
}

.icofont-ui-game:before {
    content: "\ec5c"
}

.icofont-ui-home:before {
    content: "\ec5e"
}

.icofont-ui-password:before {
    content: "\ec71"
}

.icofont-user-alt-4:before {
    content: "\ecfe"
}

.icofont-users-alt-6:before {
    content: "\ed0b"
}

.icofont-users:before {
    content: "\ed0d"
}

.icofont-indent:before {
    content: "\edf1"
}

.icofont-outdent:before {
    content: "\edf9"
}

.icofont-close-circled:before {
    content: "\eedd"
}

.icofont-key:before {
    content: "\ef59"
}

.icofont-phone-circle:before {
    content: "\efba"
}

h1,
h2,
h3 {
    line-height: 1.5
}

a {
    color: #333
}

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

body {
    font-family: Kanit;
    font-weight: 300;
    background: #fff
}

.btn,
button,
h1,
h2,
h3,
input {
    font-weight: inherit
}

img {
    max-width: 100%;
    height: auto;
    transition: background-color .2s ease-in-out
}

#header {
    position: relative;
    z-index: 999
}

#flix-tool {
    font-size: 14px;
    display: none;
    z-index: 9999991;
    position: fixed;
    width: 250px;
    padding: 0 4px 0 0;
    color: inherit;
    transition: opacity 1s ease-in-out, background-color .2s ease-in-out;
    opacity: 0;
    top: 0;
    bottom: 0;
    color: #eee;
    background: #2f4050;
    box-shadow: 0 5px 3px 5px rgba(0, 0, 0, .005), 0 -5px 3px 5px rgba(0, 0, 0, .005), 5px 0 3px 5px rgba(0, 0, 0, .005), -5px 0 3px 5px rgba(0, 0, 0, .005)
}

#flix-content-sidebar {
    z-index: 99999;
    position: fixed;
    width: 0;
    height: calc(var(--vh, 1vh) * 100);
    height: -webkit-fill-available;
    overflow: hidden;
    background: #343434;
    color: #fff;
    transition: width .2s ease-in-out;
    white-space: nowrap
}

.flix-css-container {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.flix-css-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flix-css-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.flix-css-grow {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

@media (max-width:767.99px) {
    .mode-auto .flix-css-mb-none {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .mode-auto .flix-css-tl-none {
        display: none !important
    }
}

@media (min-width:1024.01px) {
    .mode-auto .flix-css-pc-none {
        display: none !important
    }
}

.flix-css-mb-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.flix-css-mb-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {

    .mode-auto .flix-css-tl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .mode-auto .flix-css-tl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .mode-auto .flix-css-tl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1024.01px) {

    .mode-auto .flix-css-pc-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .mode-auto .flix-css-pc-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .mode-auto .flix-css-pc-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .mode-auto .flix-css-pc-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #a8a9aa;
    border-color: #a8a9aa
}

.layer-heading {
    margin: 0;
    max-width: 100%
}

.layer-heading a,
.layer-heading a:hover {
    color: inherit
}

.layer-figure {
    margin: 0;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center
}

.layer-figure .layer-figure-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    backface-visibility: hidden;
    transition: opacity .5s
}

.layer-figure figcaption {
    z-index: 2;
    opacity: 0;
    backface-visibility: hidden;
    transition: opacity .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px
}

.flix-css-navbar {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999987
}

.layer-navbar {
    min-height: 45px;
    margin: 0 auto;
    display: inline-flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-direction: row;
    white-space: nowrap
}

.layer-navbar li {
    flex: 1;
    text-align: center;
    line-height: 1;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    margin: 0;
    font-size: 10px
}

.layer-navbar li a {
    display: block
}

.layer-navbar li i {
    font-size: 1rem
}

.layer-navbar li span {
    display: block
}

.layer-navbar li i+span {
    margin-top: 7px
}

.layer-navbar li.active {
    margin-top: -15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    flex: 0 0 60px
}

.layer-navbar li.active i {
    font-size: 2rem
}

.layer-figure-hover:hover .layer-figure-overlay,
.layer-figure-hover:hover figcaption {
    opacity: 1 !important
}

.layer-member {
    display: flex
}

.layer-member .layer-member-input {
    display: flex;
    width: 200px;
    align-items: center;
    margin: 0
}

.layer-member i {
    margin: 0 10px 0 0;
    color: inherit
}

.layer-member input {
    border: none;
    outline: 0;
    background: 0 0;
    color: inherit;
    margin: 0;
    padding: 0;
    width: 0;
    flex: 1
}

.layer-member input:-webkit-autofill,
.layer-member input:-webkit-autofill:active,
.layer-member input:-webkit-autofill:focus,
.layer-member input:-webkit-autofill:hover {
    transition: background-color 5500s ease-in-out 0s
}

.layer-member input:-webkit-autofill:active,
.layer-member input:-webkit-autofill:focus,
.layer-member input:-webkit-autofill:hover {
    -webkit-text-fill-color: inherit
}

@media (max-width:767.99px) {
    .layer-member {
        flex-wrap: wrap;
        justify-content: center !important
    }

    .layer-member .layer-member-pass,
    .layer-member .layer-member-tel {
        flex: 0 0 100%;
        display: flex;
        justify-content: center
    }

    .layer-member .layer-member-pass .layer-member-input,
    .layer-member .layer-member-tel .layer-member-input {
        width: 100%
    }

    .layer-member .layer-member-login,
    .layer-member .layer-member-register {
        flex: 1;
        display: flex;
        justify-content: center
    }
}

.layer-menu {
    align-items: center
}

.layer-menu-pos {
    display: flex;
    align-items: center
}

.layer-menu-ipos-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.layer-menu-pos-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

@media (max-width:767.99px) {
    .mode-auto .layer-menu-mb-left-center #nav-btn {
        margin-right: 0
    }

    .mode-auto .layer-menu-mb-left-center .layer-menu-pos {
        margin-right: 50px;
        justify-content: center
    }
}

button:focus {
    outline: noe !important
}

.layer-button {
    color: inherit
}

#nav-btn {
    width: 50px;
    margin: 0 10px 0 0;
    height: 50px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-size: 1.5rem;
    display: flex;
    line-height: 0
}

#nav-btn:hover {
    background-color: rgba(0, 0, 0, .05)
}

.nav-btn-icon {
    position: relative;
    width: 22px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    transition: opacity .2s linear;
    margin: auto
}

.nav-btn-icon:hover {
    opacity: .8
}

.nav-btn-icon span {
    display: block;
    float: left;
    clear: both;
    height: 2px;
    width: 100%;
    border-radius: 40px;
    background-color: #383838;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    transition: all .4s ease
}

.nav-btn-icon span:nth-child(1) {
    margin-top: 0;
    z-index: 9
}

.nav-btn-icon span:nth-child(2) {
    margin-top: 8px
}

.nav-btn-icon span:nth-child(3) {
    margin-top: 16px
}

#content {
    text-align: left;
    margin: 0 auto
}

.flix-css-button {
    display: flex
}

.flix-css-button .flix-css-container {
    display: block;
    text-align: center;
    user-select: none;
    background-color: transparent;
    border: 0 solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: all .25s ease-in-out;
    line-height: 1
}

.flix-content-theme {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    height: -webkit-fill-available;
    background-color: #14202b;
    overflow: hidden
}

.theme-tool .btn-light:not(:disabled):not(.disabled).active,
.theme-tool .btn-light:not(:disabled):not(.disabled):active {
    background-color: #1b2631;
    border-color: #4d6d8c;
    color: #71c3c3
}

.theme-tool .btn-light:not(:disabled):not(.disabled).active:hover,
.theme-tool .btn-light:not(:disabled):not(.disabled):active:hover {
    background: #334b63
}

.theme-tool .btn-outline-light:not(:disabled):not(.disabled).active,
.theme-tool .btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #3d5063;
    border-color: #4d6d8c
}

#popup-backdrop {
    z-index: 99999999;
    background-color: rgba(0, 0, 0, .6);
    height: auto;
    visibility: visible;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#popup-backdrop img {
    max-width: 512px;
    max-height: 512px
}

#popup-wrap {
    margin: 15px;
    position: relative;
    cursor: pointer
}

#popup-link {
    display: block
}

#popup-btn {
    text-align: right;
    margin: 0 auto 15px
} 
/*** uncss> filename: /mnt/web2/css/1.491.649608eb.css ***/
@charset "UTF-8";

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #F94BBF;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #F94BBF;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

figcaption,
figure {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1,
h2,
h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #F94BBF;
    border-color: #F94BBF
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active {
    display: block
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
}

.w-100 {
    width: 100% !important
}

.text-center {
    text-align: center !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2018 IcoFont 
* @license - https://icofont.com/license/
*/
@font-face {
    font-family: IcoFont;
    font-weight: 400;
    font-style: Regular;
    src: url(../icofont/fonts/icofont.woff) format("woff2"), url(../icofont/fonts/icofont.woff) format("woff");
    font-display: swap
}

[class*=" icofont-"],
[class^=icofont-] {
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

.icofont-game-controller:before {
    content: "\ea30"
}

.icofont-square-left:before {
    content: "\eabb"
}

.icofont-square-right:before {
    content: "\eabc"
}

.icofont-ui-game:before {
    content: "\ec5c"
}

.icofont-ui-home:before {
    content: "\ec5e"
}

.icofont-ui-password:before {
    content: "\ec71"
}

.icofont-user-alt-4:before {
    content: "\ecfe"
}

.icofont-users-alt-6:before {
    content: "\ed0b"
}

.icofont-users:before {
    content: "\ed0d"
}

.icofont-indent:before {
    content: "\edf1"
}

.icofont-outdent:before {
    content: "\edf9"
}

.icofont-close-circled:before {
    content: "\eedd"
}

.icofont-key:before {
    content: "\ef59"
}

.icofont-phone-circle:before {
    content: "\efba"
}

h1,
h2,
h3 {
    line-height: 1.5
}

a {
    color: #333
}

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

body {
    font-family: Kanit;
    font-weight: 300;
    background: #fff
}

.btn,
button,
h1,
h2,
h3,
input {
    font-weight: inherit
}

img {
    max-width: 100%;
    height: auto;
    transition: background-color .2s ease-in-out
}

#header {
    position: relative;
    z-index: 999
}

#flix-tool {
    font-size: 14px;
    display: none;
    z-index: 9999991;
    position: fixed;
    width: 250px;
    padding: 0 4px 0 0;
    color: inherit;
    transition: opacity 1s ease-in-out, background-color .2s ease-in-out;
    opacity: 0;
    top: 0;
    bottom: 0;
    color: #eee;
    background: #2f4050;
    box-shadow: 0 5px 3px 5px rgba(0, 0, 0, .005), 0 -5px 3px 5px rgba(0, 0, 0, .005), 5px 0 3px 5px rgba(0, 0, 0, .005), -5px 0 3px 5px rgba(0, 0, 0, .005)
}

#flix-content-sidebar {
    z-index: 99999;
    position: fixed;
    width: 0;
    height: calc(var(--vh, 1vh) * 100);
    height: -webkit-fill-available;
    overflow: hidden;
    background: #343434;
    color: #fff;
    transition: width .2s ease-in-out;
    white-space: nowrap
}

.flix-css-container {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.flix-css-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flix-css-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.flix-css-grow {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

@media (max-width:767.99px) {
    .mode-auto .flix-css-mb-none {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .mode-auto .flix-css-tl-none {
        display: none !important
    }
}

@media (min-width:1024.01px) {
    .mode-auto .flix-css-pc-none {
        display: none !important
    }
}

.flix-css-mb-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.flix-css-mb-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {

    .mode-auto .flix-css-tl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .mode-auto .flix-css-tl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .mode-auto .flix-css-tl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1024.01px) {

    .mode-auto .flix-css-pc-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .mode-auto .flix-css-pc-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .mode-auto .flix-css-pc-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .mode-auto .flix-css-pc-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #a8a9aa;
    border-color: #a8a9aa
}

.layer-heading {
    margin: 0;
    max-width: 100%
}

.layer-heading a,
.layer-heading a:hover {
    color: inherit
}

.layer-figure {
    margin: 0;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center
}

.layer-figure .layer-figure-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    backface-visibility: hidden;
    transition: opacity .5s
}

.layer-figure figcaption {
    z-index: 2;
    opacity: 0;
    backface-visibility: hidden;
    transition: opacity .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px
}

.flix-css-navbar {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999987
}

.layer-navbar {
    min-height: 45px;
    margin: 0 auto;
    display: inline-flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-direction: row;
    white-space: nowrap
}

.layer-navbar li {
    flex: 1;
    text-align: center;
    line-height: 1;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    margin: 0;
    font-size: 10px
}

.layer-navbar li a {
    display: block
}

.layer-navbar li i {
    font-size: 1rem
}

.layer-navbar li span {
    display: block
}

.layer-navbar li i+span {
    margin-top: 7px
}

.layer-navbar li.active {
    margin-top: -15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    flex: 0 0 60px
}

.layer-navbar li.active i {
    font-size: 2rem
}

.layer-figure-hover:hover .layer-figure-overlay,
.layer-figure-hover:hover figcaption {
    opacity: 1 !important
}

.layer-member {
    display: flex
}

.layer-member .layer-member-input {
    display: flex;
    width: 200px;
    align-items: center;
    margin: 0
}

.layer-member i {
    margin: 0 10px 0 0;
    color: inherit
}

.layer-member input {
    border: none;
    outline: 0;
    background: 0 0;
    color: inherit;
    margin: 0;
    padding: 0;
    width: 0;
    flex: 1
}

.layer-member input:-webkit-autofill,
.layer-member input:-webkit-autofill:active,
.layer-member input:-webkit-autofill:focus,
.layer-member input:-webkit-autofill:hover {
    transition: background-color 5500s ease-in-out 0s
}

.layer-member input:-webkit-autofill:active,
.layer-member input:-webkit-autofill:focus,
.layer-member input:-webkit-autofill:hover {
    -webkit-text-fill-color: inherit
}

@media (max-width:767.99px) {
    .layer-member {
        flex-wrap: wrap;
        justify-content: center !important
    }

    .layer-member .layer-member-pass,
    .layer-member .layer-member-tel {
        flex: 0 0 100%;
        display: flex;
        justify-content: center
    }

    .layer-member .layer-member-pass .layer-member-input,
    .layer-member .layer-member-tel .layer-member-input {
        width: 100%
    }

    .layer-member .layer-member-login,
    .layer-member .layer-member-register {
        flex: 1;
        display: flex;
        justify-content: center
    }
}

.layer-menu {
    align-items: center
}

.layer-menu-pos {
    display: flex;
    align-items: center
}

.layer-menu-ipos-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.layer-menu-pos-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

@media (max-width:767.99px) {
    .mode-auto .layer-menu-mb-left-center #nav-btn {
        margin-right: 0
    }

    .mode-auto .layer-menu-mb-left-center .layer-menu-pos {
        margin-right: 50px;
        justify-content: center
    }
}

button:focus {
    outline: noe !important
}

.layer-button {
    color: inherit
}

#nav-btn {
    width: 50px;
    margin: 0 10px 0 0;
    height: 50px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-size: 1.5rem;
    display: flex;
    line-height: 0
}

#nav-btn:hover {
    background-color: rgba(0, 0, 0, .05)
}

.nav-btn-icon {
    position: relative;
    width: 22px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    transition: opacity .2s linear;
    margin: auto
}

.nav-btn-icon:hover {
    opacity: .8
}

.nav-btn-icon span {
    display: block;
    float: left;
    clear: both;
    height: 2px;
    width: 100%;
    border-radius: 40px;
    background-color: #383838;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    transition: all .4s ease
}

.nav-btn-icon span:nth-child(1) {
    margin-top: 0;
    z-index: 9
}

.nav-btn-icon span:nth-child(2) {
    margin-top: 8px
}

.nav-btn-icon span:nth-child(3) {
    margin-top: 16px
}

#content {
    text-align: left;
    margin: 0 auto
}

.flix-css-button {
    display: flex
}

.flix-css-button .flix-css-container {
    display: block;
    text-align: center;
    user-select: none;
    background-color: transparent;
    border: 0 solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: all .25s ease-in-out;
    line-height: 1
}

.flix-content-theme {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    height: -webkit-fill-available;
    background-color: #14202b;
    overflow: hidden
}

.theme-tool .btn-light:not(:disabled):not(.disabled).active,
.theme-tool .btn-light:not(:disabled):not(.disabled):active {
    background-color: #1b2631;
    border-color: #4d6d8c;
    color: #71c3c3
}

.theme-tool .btn-light:not(:disabled):not(.disabled).active:hover,
.theme-tool .btn-light:not(:disabled):not(.disabled):active:hover {
    background: #334b63
}

.theme-tool .btn-outline-light:not(:disabled):not(.disabled).active,
.theme-tool .btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #3d5063;
    border-color: #4d6d8c
}

#popup-backdrop {
    z-index: 99999999;
    background-color: rgba(0, 0, 0, .6);
    height: auto;
    visibility: visible;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#popup-backdrop img {
    max-width: 512px;
    max-height: 512px
}

#popup-wrap {
    margin: 15px;
    position: relative;
    cursor: pointer
}

#popup-link {
    display: block
}

#popup-btn {
    text-align: right;
    margin: 0 auto 15px
}
