/*
 * You can say something about your file if you need it!
 */
/*-------------------------*/
/* $Catalog 
---------------------------*/
/** 
 * Catalog
 * Font import
 * Reset
 * Color
 * Typography
 * Utility
**/
/*-------------------------*/
/* $Font import 
---------------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;900&display=swap'); */
/*-------------------------*/
/* $Reset
---------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }

/*-------------------------*/
/* $Color 
---------------------------*/
/* background color */
.bg-color-primary{background-color: #00E5FF !important;}
.bg-color-secondary{background-color: #1B92D2 !important;}
.bg-color-black{background-color: #161416 !important;}
.bg-color-red{background-color: #DC2626 !important;}
.bg-color-white{background-color: #fefefe !important;}

/* text color */
.color-primary{color: #00E5FF !important;}
.color-secondary{color: #1B92D2 !important;}
.color-black{color: #161416 !important;}
.color-red{color: #DC2626 !important;}
.color-white{color: #fefefe !important;}
/*-------------------------*/
/* $Typography 
---------------------------*/
/* Globel */
body,html{
  /* font-family: 'Noto Sans TC','Helvetica', 'roboto', arial, sans-serif; */
  font-family: 'Noto Sans TC',"Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", Helvetica, Arial, sans-serif;
}
/* heading */
h1,h2,h3,h4,h5,h6{
  margin: 0;
  color: #00E5FF;
}
h1{
  font-size: 80px;
  font-weight: 900;
  margin-top: 24px;
  margin-bottom: 24px;
}
h2{
  font-size: 48px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 24px;
}
h3{
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  margin-top: 16px;
  margin-bottom: 16px;
}
h4{
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #fefefe;
}
h5{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
}
h6{
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
p{
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.subtitle{
  font-size: 48px;
  font-weight: 900;
  margin-top: 24px;
  margin-bottom: 24px;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px){
  h3{
    font-size: 24px;
    line-height: 32px;
  }
  p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
  }
}
@media (max-width: 768px){
  h3{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
  }
}
@media (max-width: 414px){
  h3{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
  }
}
/* link */
a{
  color: #fefefe;
  text-decoration: none;
  transition: all .3s;
}
a:hover,
a:active,
a:focus{
  color: #161416;
  text-decoration: none;
}
/* list */
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
/*-------------------------*/
/* $Utility 
---------------------------*/
.u-d-flex{
  display: flex;
}
.u-d-sm-none{
  display: inline-block;
}
.u-d-lg-none{
  display: none;
}
.u-text-center{
  text-align: center;
}
.u-marginTop-lg{
  margin-top: 120px;
}
.u-padding-none{
  padding: 0 !important;
}
.u-text-ellipsis{
  text-overflow:ellipsis;
  overflow : hidden;
  white-space: nowrap;
}
.u-line-ellipsis{
  overflow:hidden;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media screen and (max-width:768px){
  .u-d-lg-none{
    display: block;
  }
  .u-d-sm-none{
    display: none;
  }
}
/*
 * You can say something about your file if you need it!
 */
/*-------------------------*/
/* $Catalog 
---------------------------*/
/** 
 * Globel
 * Elements
 * Header
 * KV
 * Billboard
 * Mission
 * Notice
 * Library
 * Side-nav
 * Footer
**/
/*-------------------------*/
/* $Globel
---------------------------*/
*{
    position: relative;
    box-sizing: border-box;
}
html{
    min-height: 100%;
    background: linear-gradient(60deg, #1B92D2, #213f53, #161416);
}
/* IE11 */
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop,
    [data-aos^=fade][data-aos^=fade],[data-aos^=zoom][data-aos^=zoom]{
        opacity: 1;
    }
}
/*-------------------------*/
/* $Elements
---------------------------*/
.container{
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1172px;
}
.container-lg{
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1440px;
}
@media screen and (max-width:768px){
    .container-lg{
        padding: 0;
        max-width: 768px;
    }
}
/* btn
---------------------*/
.btn{
    font-size: 16px;
    font-weight: 500;
    color: #fefefe;
    border: 2px solid #00E5FF;
    border-radius: 8px;
    text-align: center;
    padding: 12px 16px;
    box-shadow: 0 0 10px rgba(254, 254, 254, 0.6);
    cursor: pointer;
    transition: all .3s;
}
.btn a{
    color: #fefefe;
}
.btn:hover,
.btn:active,
.btn.js-collect.collect-active{
    background: #00E5FF;
    box-shadow: 2px 2px 16px rgba(254, 254, 254, 0.6);
}
.btn:hover a,
.btn.btn-bl:hover a,
.btn.js-collect.collect-active a{
    color: #161416;
}
.btn.btn-bl a{
    color: #00E5FF;
}
.btn.btn-lg{
    width: 300px;
    text-align: center;
    font-size: 28px;
    letter-spacing: 1px;
    padding: 12px 16px;
}
@media (max-width: 768px){
    .btn.btn-lg{
        width: 260px;
        padding: 12px 16px;
    } 
}
/* section-subtitle
---------------------*/
.section-subtitle{
    width: 100%;
}
.section-subtitle img{
    width: 100%;
}
@media (max-width: 768px){
    .section-subtitle{
        width: 100%;
        padding-top: 48px;
    }
}
.copyright{
    color: #fefefe;
    font-size: 14px;
    text-shadow: 0 0 6px #00E5FF ;
    text-align: center;
}
@media (max-width: 768px){
    .copyright{
        padding: 0 24px;
        font-size: 8px;
        margin: 0 24px;
    }
}
/* anchor
---------------------*/
.dec-circle,
.popup-menu-container .menu-dec-circle{
    width: 20px;
    height: 20px;
    margin: 4px auto;
    border-radius: 50%;
    background: #00E5FF;
    box-shadow: 0 0 10px rgba(254, 254, 254, 0.6);
}
.anchor-item,
.popup-menu-container .menu-anchor-item{
    display: inline-block;
    width: 80px;
    height: 36px;
    margin: 4px 0;
    border: 2px solid #00E5FF;
    background: #161416;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    transform: skewY(3deg);
    text-align: center;
}
/* card
---------------------*/
.card{
    border: 2px solid #00E5FF;
    box-shadow: 0 0 10px rgba(254, 254, 254, 0.6);
    border-radius: 12px;
    background: linear-gradient(60deg, #213f53, #161416);
    animation: flash 3s linear infinite both;
}
@keyframes flash{
    0%{
        box-shadow: 0 0 10px rgba(254, 254, 254, 0.6);
    }
    50%{
        box-shadow: 0 0 18px rgba(254, 254, 254, 0.6);
    }
    100%{
        box-shadow: 0 0 10px rgba(254, 254, 254, 0.6);
    }
}
.decoration{
    border-radius: 4px;
    background: #00E5FF;
    box-shadow: 0 0 10px rgba(254, 254, 254, 0.6);
    width: 12px;
    height: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.decoration.decoration-left{
    transform: translate(-100% , -50%);
    border-radius: 4px 0 0 4px ;
}
.decoration.decoration-right{
    left: 100%;
    border-radius: 0 4px 4px 0;
}
/*-------------------------*/
/* $Header
---------------------------*/
.header{
    width: 100%;
    max-height: 60px;
    padding: 12px 0;
    background-color: rgba(77, 74, 89 ,.4);
    border-bottom: 1px solid #00E5FF;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 1;
    transition: all .3s;
}
.header.header-hide{
    max-height: 0;
    padding: 0;
    top: -24px;
    opacity: 0;
}
.header .header-wrapper{
    width:70%;
    margin: 0 auto;
    justify-content: space-between;
}
.header .logo{
    line-height: 50%;
}
.header-wrapper .header-more .more{
    padding: 0 16px;
}
.header-wrapper .header-more .more.more-comic{
    border-right: 1px solid #fefefe;
}
.header-wrapper .header-more .more .header-icon{
    width: 30px;
    line-height: 32px;
    margin-right: 12px;
}
.header-wrapper .header-more .more .header-icon img{
    width: 100%;
}
@media screen and (max-width:768px){
    .header .header-wrapper{
        width: 94%;
    }
    /* mobile header */
    .header-meun{
        width: 46px;
        cursor: pointer;
        transition: all .3s;
    }
    .header-meun .menu-toggle{
        display: block;
        padding: 0 2px;
    }
    .header-meun .menu-toggle span{
        display: block;
        width: 100%;
        height: 4px;
        background: #fefefe;
        border-radius: 3px;
        margin: 6px 0;
    }
    /* popup-menu 
    ---------------------*/
    #popup-overlay:target{
        opacity: 1;
        visibility: visible;
    }
    .popup-menu,
    #popup-overlay.active{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(22, 20, 22, .9);
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }
    .popup-menu-container{
        height: 100vh;
        text-align: center;
    }
    .popup-menu__close{
        width: 48px;
        height: 48px;
        position: absolute;
        top: 0;
        left: 88%;
        background: #161416 ;
        z-index: 99;
        display: inline-block;
    }
    .popup-menu__close span{
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .popup-menu__close span:nth-child(1){
        transform: translate(-50%,-50%) rotate(45deg);
    }
    .popup-menu__close span:nth-child(2){
        transform: translate(-50%,-50%) rotate(-45deg);
    }
    .popup-menu-container .menu-anchor{
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-top: 10vh;
    }
    .popup-menu-container .menu-anchor li{
        width: 100%;
    }
    .popup-menu-container .menu-dec-circle{
        width: 30px;
        height: 30px;
        margin: 24px auto;
    }
    .popup-menu-container .menu-anchor-item{
        width: 60%;
        height: 66px;
        margin: 12px 0;
        line-height: 66px;
        font-size: 18px;
    }
    .popup-menu-container .menu-anchor-item:active{
        background: #00E5FF;
    }
    .popup-menu-container .menu-anchor-item:active span{
        color: #161416;
    }
    .popup-menu-container .menu-anchor-item span{
        display: inline-block;
        transform: skewY(-3deg);
    }
}
@media screen and (max-width:414px){
    .header{
        height: 50px;
        line-height: 50px;
        padding: 0;
    }
    /* mobile header */
    .header-meun{
        width: 36px;
        height: 32px;
    }
    .popup-menu-container .menu-anchor{
        padding-top: 6vh;
    }
    .popup-menu-container .menu-anchor-item{
        display: inline-block;
        width: 80%;
        height: 60px;
        margin: 8px 0;
        line-height: 60px;
        font-size: 18px;
    }
    .popup-menu__close{
        width: 48px;
        height: 48px;
        position: absolute;
        top: 0;
        left: 86%;
    }
}
/*-------------------------*/
/* $KV
---------------------------*/
.kv{
    margin-top: 60px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 200px;
}
.kv .kv-bgimg{
    opacity: 0.3;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    animation: kvbgimgopacity 10s 2s linear infinite both;
}
@keyframes kvbgimgopacity{
    0%{
        opacity: 0.3;
    }
    50%{
        opacity: 0.2;
    }
    100%{
        opacity: 0.3;
    }
}
.kv .kv-content{
    width: 50%;
}
.kv .kv-title{
    padding-left: 24px;
    width: 100%;
}
.kv .kv-title img{
    width: 100%;
}
.kv .kv-subtitle{
    /* background: url(../images/pc-electricScroll.png) center center no-repeat; */
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    margin: 0 auto;
    width: 100%
}
.kv .kv-subtitle .card{
    width: 90%;
    margin: 0 auto;
}
.kv .kv-subtitle .kv-subtitle-outter{
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
.kv .kv-subtitle h3{
    animation: electricScroll 8s linear infinite;
    width: 100%;
}
@keyframes electricScroll{
    0%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(-100%);
    }
}
.kv .kv-intro{
    margin: 0 auto;
    padding: 28px 0;
}
.kv .kv-intro-bg{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.kv .kv-intro-bg img{
    width: 100%;
}
.kv .kv-intro .kv-intro-inner{
    padding: 48px;
    margin: 0 auto;
} 
.kv .kv-intro .kv-intro-time{
    width: 400px;
    padding-top: 12px;
    margin: 0 auto;
}
.kv .kv-intro .kv-intro-time img{
    width: 100%;
}
.kv .kv-intro .kv-intro-text{
    text-align: center;
}
.kv .kv-img{
    width: 50%;
}
.kv-img .kv-KRT{
    width: 900px;
}
.kv-img .kv-KRT img{
    width: 100%;
}
.img-box{
    width: 100%;
    overflow: hidden;
} 
.img-box_inner{
    width: 100%;
    padding-top: 100%;
    position: relative;
} 
.img-box_inner.img-box_inner-kvlg{
    padding-top: calc(100% * 1102 / 900);
}
.img-box_inner.img-box_inner-kvsm{
    padding-top: calc(100% * 903 / 768);
}
.img-box_inner.img-box_inner-kvtitle{
    padding-top: calc(100% * 278 / 680);
}
.img-box_inner.img-box_inner-kvKRT2{
    padding-top: calc(100% * 172 / 206);
}
.kv .img-box.kv-krt-sm{
    width: 200px;
    position: absolute;
    top: 240px;
    left: -72px;
}
.img-box_inner .inner_images{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.kv .kv-CTA{
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 48px;
}
.kv .kv-CTA .kv-btn{
    font-size: 32px;
    background: #161416;
    padding: 12px;
}
.kv .kv-CTA .kv-btn.visiter{
    display: none;
}
.kv .kv-CTA .kv-btn.member{
    display: none;
}
.kv .kv-CTA .kv-btn a{
    color: #DC2626;
}
.kv .kv-CTA .kv-btn:hover{
    background: #fefefe;
}
.kv .kv-CTA .kv-btn:hover a{
    color: #00E5FF;
}
.kv-CTA .btnMark-up{
    transform: translateY(-36%);
}
.kv-CTA .btnMark-down{
    transform: translateY(36%);
}
.move{
    left: 0;
    animation: move 1.5s linear infinite;
}
@keyframes move{
    0%{
        opacity: 1;
        left: 0;
    }
    100%{
        opacity: 0;
        left: 12px;
    }
}
@media screen and (min-width: 769px){
    .img-box_inner .inner_images.inner_images-kvlg{
        background-image: url(../images/kv-KRT-PC.png);
    }
    .img-box_inner .inner_images.inner_images-kvtitle{
        background-image: url(../images/title.png);
    }
    .img-box_inner .inner_images.inner_images-kvKRT2{
        background-image: url(../images/kv-KRT2.png);
    }
}
@media screen and (max-width: 1440px){
    .kv .kv-subtitle h3{
        font-size: 28px;
    }
}
@media screen and (max-width: 1024px){
    .kv-img .kv-KRT{
        width: 900px;
    }
    .kv .kv-subtitle{
        background-size: contain;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .kv .img-box.kv-krt-sm{
        top: 140px;
    }
    .kv .kv-intro{
        padding: 28px 0;
    }
    .kv .kv-intro-bg{
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .kv .kv-intro .kv-intro-inner{
        padding: 48px;
        margin: 0 auto;
    } 
    .kv .kv-intro .kv-intro-time{
        width: 80%;
    }
    .kv .kv-img{
        width: 50%;
    }
    .kv-img .kv-KRT{
        width: 600px;
        margin-left: -50px;
    }
    .kv-img .kv-KRT img{
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .kv{
        margin-top: 50px;
    }
    .kv .kv-bgimg{
        top: 10%;
        left: 50%;
        width: 160%;
    }
    .kv .kv-content{
        width: 100%;
        align-items: center;
        justify-content: center;
        padding-top: 8px;
    }
    .img-box_inner .inner_images.inner_images-kvsm{
        background-image: url(../images/kv-KRT-mobile.png);
    }
    .kv .kv-intro .kv-intro-inner{
        padding: 24px 36px;
    } 
    .kv .kv-intro-bg{
        width: 90%;
    }
    .kv .kv-intro .kv-intro-time{
        width: 80%;
        padding-top: 0px;
        margin-bottom: 12px;
    }
    .kv .kv-img{
        width: 50%;
    }
    .kv-img .kv-KRT{
        width: 960px;
        margin-left: 0;
    }
    .kv-img .kv-KRT img{
        width: 100%;
    }  
    .kv .kv-CTA{
        margin-top: 0;
        margin-bottom: 48px;
    }
    .kv .kv-CTA .kv-btn{
        font-size: 32px;
        padding: 8px;
        width: 80%;
        margin: 24px 0;
    }
    .kv-CTA .btnMark-up,
    .kv-CTA .btnMark-down{
        display: none;
    }
}
@media screen and (max-width:414px){
    .kv .kv-intro{
        margin: 0 auto;
        padding: 0;
    }
    .kv .kv-CTA .kv-btn{
        font-size: 28px;
    }
    .kv .kv-intro .kv-intro-inner{
        margin-top: -48px;
    } 
}
/*-------------------------*/
/* $Billboard
---------------------------*/
.billboard-intro{
    justify-content: center;
}
.billboard{
    width: 48%;
    margin-top: -16%;
    padding: 12px 36px;
    margin-right: 36px;
}
.billboard .billboard-title{
    text-align: center;
}
.billboard-title h4{
    display: inline-block;
    width: 200px;
    border: 1px solid #00E5FF;
    box-shadow: 0 0 10px rgba(254, 254, 254, 0.6);
    padding: 6px 12px;
    border-radius: 6px;
}
.billboard .billboard-content{
    margin: 16px auto;
    width: 80%;
    font-size: 16px;
    color: #fefefe;
    line-height: 24px;
}
.billboard-content .billboard-headline{
    font-weight: 300;
    margin-bottom: 12px;
}
.billboard .billboard-content tr:nth-child(2){
    color: #DC2626;
}
.billboard .billboard-content tr td{
    padding: 4px 0;
    margin: 4px 0;
    border-top: 1px dashed #00E5FF;
}
.billboard .billboard-content tr td:nth-child(1){
    color: #00E5FF;
}
.billboard .billboard-content tr:nth-child(2) td:nth-child(1){
    color: #DC2626;
}
.billboard .billboard-bg{
    position: absolute;
    top: 60%;
    left: 110%;
    opacity: .6;
    width: 400px;
}
.billboard .billboard-bg img{
    width: 100%;
}
.login-member{
    width: 40%;
    padding: 12px 0;
}
.login-member.member{
    display: none;
}
.login-member .member-title{
    margin: 12px 0 24px;
}
.login-member .member-qualify{
    justify-content: center;
    align-items: center;
}
.login-member .member-qualify.fifteenpass.qualify-fifteen,
.login-member .member-qualify.fifteenfail.qualify-fifteen{
    display: none;
}
.member-qualify .member-badge{
    width: 160px;
    margin-right: 36px;
}
.member-qualify .member-badge img{
    width: 100%;
}
.member-progress .progress{
    position: absolute;
    top: 78%;
    left: 26%;
    background: #00E5FF;
    width: 27px;
    height: 20px;
    transform: rotate(180deg);
    transform-origin: center top;
}
.member-progress .progress.progress-full{
    height: 150px;
}
.login-member .member-content p{
    letter-spacing: 1px;
    
}
@media screen and (max-width:768px){
    .billboard-intro{
        flex-wrap: wrap;
    }
    .billboard{
        width: 90%;
        margin-top: -20%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .billboard .billboard-content{
        width: 90%;
    }
    .billboard .billboard-bg{
        top: 90%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .login-member{
        width: 90%;
        padding: 12px 0;
    }
    .member-qualify{
        padding: 0 24px;
    }
    .member-qualify .member-badge{
        margin-right: 16px;
    }
    .billboard .billboard-bg{
        opacity: .1;
    }
}
/*-------------------------*/
/* $Mission
---------------------------*/
.mission .mission-content{
    margin: 0 auto;
}
.mission .mission-content .mission-bg,
.notice .notice-content .notice-bg{
    width: 100%;
    object-fit: cover;
}
.mission .mission-content .mission-bg img,
.notice .notice-content .notice-bg img{
    width: 100%;
}
.section-title{
    margin-bottom: 12px;
}
.section-title .title-name{
    position: absolute;
    top: 0;
    left: 10%;
}
.content-detail{
    padding: 0 8%;
    margin-top: 12%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
}
.mission-content .content-detail .mission-rule{
    width: 60%;
}
.content-detail .mission-rule .mission-rule-dashed{
    border-top: 2px dashed #00E5FF;
    padding-top: 12px;
}
.mission-rule  .rule-graphic{
    justify-content: space-between;
}
.mission-rule  .rule-graphic .graphic-explanation{
    margin: 24px;
    max-width: 350px;
}
.mission-rule  .rule-graphic .graphic-explanation img{
    width: 100%;
}
.mission-content .content-detail .screen-wrapper{
    width: 40%;
}
.content-detail .screen-wrapper .captain,
.content-detail .screen-wrapper .screen{
    width: 90%;
    margin: 0 auto 12px;
}
.screen-wrapper .captain .captain-head{
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.content-detail .screen-wrapper .screen{
    border-radius: 6px;
    background: rgba(0, 229, 255, .26);
}
.content-detail .screen-wrapper .screen .reward{
    padding: 8px 36px;
}
.screen-wrapper .captain .captain-head img{
    width: 100%;
}
.reward-title{
    height: 100%;
    align-items: center;
}
.reward-title img{
    height: 100%;
}
@media screen and (max-width: 1024px){
    .content-detail{
        padding: 0 6%;
        margin-top: 10%;
    }
    .reward-img{
        display: none;
    }
    .content-detail .screen-wrapper .screen .reward{
        padding: 12px 24px;
    }
    .mission-rule  .rule-graphic .graphic-explanation{
        margin: 12px;
    }
    .content-detail .mission-rule .mission-rule-dashed{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px){
    .section-title .title-name{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-size: 32px;
        line-height: 48px;
    }
    .mission-content .content-detail{
        flex-wrap: wrap;
        padding: 0;
        margin-top: 12%;
    }
    .mission-content .content-detail .mission-rule{
        margin-top: 16%;
        width: 70%;
    }
    .mission-content .content-detail .mission-rule p,
    .content-detail .screen-wrapper .screen h5{
        font-size: 24px;
        line-height: 36px;
    }
    .mission-rule  .rule-graphic{
        flex-wrap: wrap;
        justify-content: center;
    }
    .mission-rule  .rule-graphic .graphic-explanation{
        margin: 24px 0;
    }
    .mission-content .content-detail .screen-wrapper{
        width: 90%;
        min-width: 350px;
        padding-top: 36px;
    }
    .content-detail .screen-wrapper .captain,
    .content-detail .screen-wrapper .screen{
        width: 90%;
        margin: 36px auto;
    }
    .content-detail .screen-wrapper .screen .reward{
        padding: 24px 36px;
    }
    .content-detail .mission-rule .mission-rule-dashed{
        border-top: 2px dashed #00E5FF;
        padding-top: 12px;
    }
}
@media (max-width: 414px){
    .mission-content .content-detail .mission-rule p,
    .content-detail .screen-wrapper .screen h5{
        font-size: 16px;
        line-height: 24px;
    }
    .mission-rule  .rule-graphic .graphic-explanation{
        margin: 8px 0;
    }
    .mission-content .content-detail .screen-wrapper{
        padding-top: 0;
    }
    .content-detail .screen-wrapper .captain,
    .content-detail .screen-wrapper .screen{
        width: 76%;
        margin: 12px auto;
    }
    .content-detail .screen-wrapper .screen .reward{
        padding: 4px 12px;
    }
}
/*-------------------------*/
/* $Notice
---------------------------*/
.content-detail .notice-detail{
    width: 100%;
}
@media (max-width: 768px){
    .content-detail .notice-detail{
        width: 80%;
        margin: 24% auto 0;
        font-size: 24px;
        line-height: 48px;
    }
}
@media (max-width: 414px){
    .content-detail .notice-detail{
        width: 80%;
        margin: 24% auto 0;
        font-size: 16px;
        line-height: 24px;
    }
}
/*-------------------------*/
/* $Library
---------------------------*/
.books-title.card{
    width: 60%;
    margin: 0 auto;
}
.library{
    border: 1px solid #00E5FF;
    margin-top: 24px;
    padding: 36px;
    flex-wrap: wrap;
    box-shadow: 0 0 10px rgba(254, 254, 254, 0.6);
    animation: flash 5s 1s linear infinite both;
}
.library .books{
    width: 25%;
    margin: 16px 0;
}
.library .books .books-right,
.library .books .books-left{
    width: 24px;
}
.library .books .books-right img,
.library .books .books-left img{
    width: 100%;
}
.library .books .books-detail{
    border: 1px solid #00E5FF;
    margin: 0 6px;
    text-align: center;
    transition: all .3s;
}
.library .books .books-detail:hover{
    background: rgba(0, 229, 255, .2);
}
.books .books-detail .cover{
    margin: 12px 8px 8px;
}
.books .books-detail .cover .cover-img{
    display: inline-block;
    width: 100%;
    height: 280px;
}
.books .books-detail .cover .cover-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.books .books-detail .books-detail-title{
    max-width: 200px;
    height: 36px;
    -webkit-line-clamp: 2;
    color: #fefefe;
    margin-top: 12px;
    text-align: left;
}
.books .books-detail .books-detail-title:hover{
    color: #161416;
}
.books .books-detail .books-CTA{
    justify-content: center;
    flex-wrap: wrap;
}
.books .books-detail .books-CTA .btn{
    margin: 8px;
    width: 40%;
}
.library .books-change{
    width: 100%;
    margin: 24px auto 16px;
    justify-content: center;
}
@media (max-width: 1024px){
    .books .books-detail .cover .cover-img{
        display: inline-block;
        width: 100%;
        height: 214px;
    }
    .books .books-detail .books-CTA .btn{
        margin: 8px;
        width: 80%;
    }
    .library .books .books-detail{
        padding: 4px;
    }
}
@media (max-width: 768px){
    .library{
        margin-top: 24px;
        padding: 12px;
    }
    .books-title.card{
        width: 80%;
        margin: 0 auto;
    }
    .library .books{
        width: 50%;
        margin: 16px 0;
    }
    .books .books-right,
    .books .books-left{
        display: none;
    }
    .library .books .books-detail{
        margin: 0 6px;
        padding: 18px 8px;
    }
    .books .books-detail .cover .cover-img{
        height: 370px;
    }
    .books .books-detail .books-detail-title{
        padding: 0 8px;
    }
}
@media (max-width: 576px){
    .books .books-detail .cover .cover-img{
        height: 190px;
    }
}
/*-------------------------*/
/* $Footer
---------------------------*/
.footerImg{
    width: 100%;
    margin-bottom: -6px;
    z-index: -1;
    margin-top: 24px;
}
.footerImg img{
    width: 100%;
    opacity: .6;
    filter: drop-shadow(0 0 2px rgba(254, 254, 254, 0.6));
    -webkit-filter: drop-shadow(0 0 2px rgba(254, 254, 254, 0.6));
}
.footer{
    background: rgba(22, 20, 22, .8);
    z-index: -1;
}
.footer p{
    margin: 0;
    padding: 24px 0;
}
/*-------------------------*/
/* $Side-nav
---------------------------*/
.side-nav{
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 36px;
    transition: all .3s;
    max-height: 100%;
    z-index: 9;
}
.side-nav.js-anchor-hide{
    opacity: 0;
    max-height: 0;
    margin: 0;
}
.side-nav .anchor-item{
    opacity: .9;
    color: #fefefe;color: #fefefe;
    cursor: pointer;
}
.side-nav .anchor-item:hover,
.side-nav .anchor-item.anchor-share-active{
    background: #00E5FF ;
    color: #161416;
}
.btn-share-content{
    display: none;
    position: absolute;
    top: -64px;
    left: -64px;
    transition: all .3s;
    opacity: 0;
}
.btn-share-content.btn-share-active{
    display: block;
    opacity: 1;
}
.btn-share-content a.fb,
.btn-share-content a.line,
.btn-share-content a.plurk{
    width: 48px;
    height: 48px;
    display: inline-block;
    background-size: 48px 48px;
    margin: 4px 0;
    opacity: .8;
}
.btn-share-content .fb{
    background: url(../images/share_fb.png) no-repeat center center;
}
.btn-share-content .line{
    background: url(../images/share_line.png) no-repeat center center;
}
.btn-share-content .plurk{
    background: url(../images/share_plurk.png) no-repeat center center;
}
@media screen and (max-width:768px){
    .side-nav{
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 24px;
    }
    .side-nav .anchor-item.u-d-sm-none{
        display: none;
    }
}