@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:active, a:hover {
  outline: none;
}
a img {
  border: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table, tbody, tr, th, td {
  margin: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: iddle;
}

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

html {
  line-height: 1;
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html:lang(en) {
  font-size: 17px;
}

html:lang(zh) {
  font-size: 16px;
}

html:lang(ja) {
  font-size: 15px;
}

html:lang(ko) {
  font-size: 17px;
}

* {
  -webkit-tap-highlight-color: transparent;
}

*::-moz-selection {
  color: #fff;
  background: red;
}

*::selection {
  color: #fff;
  background: red;
}

* {
  -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #EAEAEA;
}

::-webkit-scrollbar-thumb {
  background: #444;
}
::-webkit-scrollbar-thumb:hover {
  background: #444;
}

@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot");
  src: url("../font/fontello.eot#iefix") format("embedded-opentype"), url("../font/fontello.woff") format("woff"), url("../font/fontello.ttf") format("truetype"), url("../font/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  overflow-x: hidden;
}

body {
  background-color: #021c24;
  font-size: 8px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body#en {
  font-family: "Montserrat", Arial, sans-serif;
}

body#ko {
  font-family: "Montserrat", "Noto Sans KR", Arial, sans-serif;
}

.df {
  -webkit-transform: translate3d(0, 0, 0);
}

.title {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  z-index: 1;
}
.title span {
  position: relative;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  display: table;
  color: white;
  letter-spacing: 8px;
  top: -10px;
  z-index: 2;
}

h1 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  font-size: 3.5rem;
  line-height: 4rem;
  color: white;
  text-align: center;
  letter-spacing: 5px;
  font-weight: bold;
  font-family: "Barlow Condensed", sans-serif;
}
h1:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  width: 150px;
  height: 1px;
  background: #00FFFF;
  bottom: -15px;
}
h1:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  width: 80px;
  height: 6px;
  background: #00FFFF;
  bottom: -21px;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: 0px;
  }
}

h2 {
  position: relative;
  margin: 0 auto;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 900;
  color: #00FFFF;
  -webkit-filter: drop-shadow(#00ffff94 0px 0px 5px);
          filter: drop-shadow(#00ffff94 0px 0px 5px);
  z-index: 1;
  letter-spacing: 3px;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

h3 {
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 3rem;
  color: #00FFFF;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  margin: 40px 0 20px 0;
  -webkit-filter: drop-shadow(black 0px 5px 5px);
          filter: drop-shadow(black 0px 5px 5px);
  padding: 0 20px;
  z-index: 1;
}

p {
  font-size: 1.1rem;
  line-height: 2rem;
  padding: 10px 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    line-height: 2rem;
  }
}

.wordBreakAll {
  word-break: break-all;
}

.z-5 {
  z-index: 5 !important;
}

.ba_gray {
  background: gray;
}

.inline {
  position: relative;
  display: inline-block;
}

.r_center {
  position: relative;
  margin: 0 auto;
}

.a_center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.indep {
  position: absolute;
}

.MC {
  margin: 0 auto;
}

.FR {
  float: right;
}

.WR {
  text-align: right;
}

.WC {
  text-align: center;
}

.lan_en, .lan_inline_en {
  font-family: "Montserrat", "Helvetica Neue", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}

.lan_jp {
  font-family: "Noto Sans JP", sans-serif;
}

.en_title {
  font-family: "Rufina", serif;
}

.zh_title {
  font-family: "Noto Serif TC", serif;
}

.jp_title {
  font-family: "Noto Serif JP", serif;
}

.whiteColor {
  color: white;
}

.mainColor {
  color: #00FFFF;
}

.blackBG {
  background: black;
}

.whiteBG {
  background: white;
}

.mainColorBG {
  background: #00FFFF;
}

.grayBG {
  background: #1A1A1A;
}

.shadow {
  -webkit-filter: drop-shadow(black 0px 5px 5px);
          filter: drop-shadow(black 0px 5px 5px);
}

.shadowBig {
  -webkit-filter: drop-shadow(black 0px 5px 10px);
          filter: drop-shadow(black 0px 5px 10px);
}

.fw500 {
  font-weight: 500;
}

.border {
  border: 1px solid white;
}

.brookFighterIndex {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1920px;
  overflow: hidden;
}

#bannerWarp {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("../images/kv-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 800px) {
  #bannerWarp {
    width: 100%;
    height: 300px;
  }
}

.contentWrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.section {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 60px 0;
}

#nav {
  position: fixed;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 999;
  top: 0px;
  max-width: 1920px;
}
#nav .navBox {
  position: relative;
  width: 100%;
  height: auto;
}
#nav .navBg {
  position: absolute;
  width: 100%;
  height: 60px;
  background: #131314;
}
@media screen and (max-width: 1200px) {
  #nav .navBg {
    width: 100%;
    height: 45px;
  }
}
#nav .logoWrap {
  width: 200px;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  top: 0px;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  #nav .logoWrap {
    width: 150px;
    height: auto;
    left: 80px;
  }
}
#nav .logoWrap .logoBox {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  width: 60%;
  height: auto;
  top: 5px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#nav .logoWrap .logoBox:hover {
  -webkit-filter: drop-shadow(10px 10px 100px #00FFFF) drop-shadow(-10px -10px 50px #00FFFF);
          filter: drop-shadow(10px 10px 100px #00FFFF) drop-shadow(-10px -10px 50px #00FFFF);
}
@media screen and (max-width: 600px) {
  #nav .logoWrap .logoBox {
    width: 70%;
    height: auto;
  }
}
#nav .logoWrap .logoBoxbg {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  #nav .logoWrap .logoBoxbg {
    width: 75%;
    height: auto;
  }
}
#nav .menuItemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
#nav .menuItem {
  width: calc(100%/4);
  height: 60px;
  font-size: 1.3rem;
  line-height: 1.3rem;
  list-style: none;
  color: white;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Barlow Condensed", sans-serif;
}
#nav .menuItem:hover .menuLine:after {
  width: 150%;
  height: 3px;
}
@media screen and (max-width: 1200px) {
  #nav .menuItem:hover .menuLine:after {
    width: 0%;
    height: 3px;
  }
}
#nav .menuLine {
  position: relative;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#nav .menuLine:after {
  content: "";
  width: 0%;
  height: 3px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  bottom: -18px;
  background: #00FFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#nav .menuTitle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#nav .langBox {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  width: 120px;
  height: 30px;
  background: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
  cursor: pointer;
  background: black;
  top: 15px;
}
#nav .langBox:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  border: 2px solid white;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#nav .langBox:hover .langWord {
  background: #00FFFF;
}
#nav .langBox:hover::before {
  border: 2px solid #00FFFF;
}
#nav .langBox:hover i {
  color: #00FFFF;
}
#nav .langBox .langWord {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  background: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#nav .langBox span {
  width: calc(100%);
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
          transform: translateX(-50%) translateY(-50%) !important;
  font-size: 1rem;
  line-height: 1rem;
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
#nav .langBox i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  width: 20px;
  height: auto;
  font-family: "fontello";
  vertical-align: middle;
  text-align: center;
  right: 4px;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#nav .lanMenu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  width: 120px;
  height: auto;
  top: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
#nav .lanMenu .lanBtn {
  position: relative;
  margin: 0 auto;
  width: 120px;
  height: 30px;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#nav .lanMenu .lanBtn:hover {
  background: #00FFFF;
}
#nav .lanMenu .lanBtn span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
          transform: translateX(-50%) translateY(-50%) !important;
  font-size: 1rem;
  line-height: 1rem;
  width: 90%;
  height: auto;
  color: #474747;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
#nav .navBtn {
  position: absolute;
  width: 65px;
  height: calc(65px - 4px);
  right: 10px;
  top: -10px;
  z-index: 995;
  padding: 8px;
  cursor: pointer;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 1200px) {
  #nav .navBtn {
    display: block;
  }
}
#nav .navBtn path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 24;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#nav .navBtn circle {
  fill: #fff3;
  opacity: 0;
}
#nav .navBtn .line--1, #nav .navBtn .line--3 {
  --total-length: 111.22813415527344;
  --offset: -50.22813415527344;
}
#nav .navBtn .line--2 {
  --total-length: 99;
}
#nav .navBtnBox {
  position: absolute;
  right: 20px;
  top: 8px;
  z-index: 999;
}
#nav .navBtnBox .navSocial {
  position: relative;
  display: inline-block;
}
#nav .navBtnBox .navSocial .iconBox {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nav .navBtnBox .navSocial .iconBox:hover {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
@media screen and (max-width: 800px) {
  #nav .navBtnBox .navSocial .iconBox {
    display: inline-block;
  }
}
#nav .navBtnBox .langBox {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  vertical-align: bottom;
  margin-left: 10px;
  cursor: pointer;
  border: 0.5px solid #000;
}
@media screen and (max-width: 375px) {
  #nav .navBtnBox .langBox {
    margin-left: 0px;
  }
}
#nav .navBtnBox .langBox:hover {
  -webkit-filter: drop-shadow(0px 3px 5px #a168a2);
          filter: drop-shadow(0px 3px 5px #a168a2);
}
#nav .navBtnBox .langBox span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
          transform: translateX(-50%) translateY(-50%) !important;
  font-size: 1.2rem;
  line-height: 1rem;
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: bold;
  color: #555;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#nav .navBtnBox .lanMenu {
  position: absolute;
  width: 35px;
  height: auto;
  top: 50px;
  border-radius: 35px;
  margin-left: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
  right: 0;
}
@media screen and (max-width: 800px) {
  #nav .navBtnBox .lanMenu {
    right: 0px;
  }
}
#nav .navBtnBox .lanMenu .lanBtn {
  position: relative;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 15%;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#nav .navBtnBox .lanMenu .lanBtn:hover {
  background: #EAEAEA;
}
#nav .navBtnBox .lanMenu .lanBtn span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
          transform: translateX(-50%) translateY(-50%) !important;
  font-size: 1.1rem;
  line-height: 1rem;
  font-weight: bold;
  color: #494848;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#nav.active .navBtn path {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

#nav.active .navBtn .line--1, #nav.active .navBtn .line--3 {
  --offset: -16.9705627485;
}

#nav.active .navBtn .line--2 {
  --offset: -20;
  --length: 0;
}

@media screen and (max-width: 1200px) {
  #nav .navBg {
    z-index: 1;
  }
  #nav .logoWrap {
    z-index: 1;
  }
  #nav .menu {
    width: 75%;
    height: 100vh;
    position: fixed;
    right: -75%;
    left: initial;
    background: black;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #nav .menu.active {
    right: 0%;
  }
  #nav .menuItemBox {
    display: block;
    margin-top: 45px !important;
    overflow-y: auto;
  }
  #nav .menuItem {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
  }
  #nav .menuItem .menuLine {
    padding: 20px;
    border-bottom: 1px solid #333;
  }
  #nav .menuItem:hover > .menuLine {
    color: #00FFFF;
  }
  #nav .menuTitle {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  #nav .menuTitle:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #333;
    left: 0;
    top: 0;
  }
  #nav .subMenu {
    position: relative;
    width: 100%;
    height: auto;
    top: 0px;
  }
  #nav .subMenu li:first-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #nav .subMenu a:first-child {
    top: 0px;
  }
  #nav .subMenu a {
    padding: 4% 5%;
    background: #636363;
  }
  #nav .navBG {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #00ffff75;
    opacity: 0.5;
    z-index: -1;
    display: none;
  }
}
#footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  z-index: 800;
}
#footer .footerInfor {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
#footer .footerSocialBox {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  vertical-align: middle;
  background: #1B1C1E;
  padding: 10px 0;
  border-bottom: 1px solid #00FFFF;
}
#footer .footerSocial {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .iconBox {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 10px;
}
#footer .iconBox:hover {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
#footer .organizerBox {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 50px 0 30px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .organizer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer p {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.1rem;
  color: white;
  text-align: center;
  padding: 0 10px 0 20px;
  margin: 40px 0 20px 0;
  font-family: "Barlow Condensed", sans-serif;
}
#footer .orgaLogo {
  width: 130px;
  height: auto;
  margin: 0px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer .orgaLogo:hover {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
#footer .copyRight {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #555;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  #footer .organizerBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .organizer {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  #footer .organizerBox {
    padding: 30px 0;
  }
  #footer .organizer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer p {
    width: 100%;
    height: auto;
    margin: 30px 0 20px 0;
  }
  #footer .orgaLogo {
    width: 100px;
    height: auto;
  }
}

.scrollToTop {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 50px;
  z-index: 900;
  right: 40px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: none;
}
@media screen and (max-width: 800px) {
  .scrollToTop {
    width: 55px;
    height: 55px;
    bottom: 20px;
  }
}
.scrollToTop:after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 15%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: drop-shadow(black 0px -2px 3px);
          filter: drop-shadow(black 0px -2px 3px);
}
@media screen and (max-width: 800px) {
  .scrollToTop:after {
    width: 35%;
    height: 35%;
    bottom: 20%;
  }
}
.scrollToTop:hover:after {
  bottom: 20%;
}

footer {
  position: relative;
  background: black;
}
footer .brookLogo {
  position: relative;
  margin: 0 auto;
  width: 170px;
  height: auto;
  margin-top: 3%;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  footer .brookLogo {
    width: 150px;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  footer .brookLogo {
    width: 40%;
    height: auto;
    margin-top: 8%;
  }
}
footer .logoBox {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .logoBox:hover {
  -webkit-filter: drop-shadow(0px 3px 5px #000000c7);
          filter: drop-shadow(0px 3px 5px #000000c7);
}

.brookInfo {
  position: relative;
  margin: 0 auto;
  width: 40%;
  height: auto;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-top: 2%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .brookInfo {
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .brookInfo {
    width: 80%;
    height: auto;
  }
}
.brookInfo.lan_zh {
  font-size: 1rem;
  line-height: 1.8rem;
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}

.rightWarp {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: linear-gradient(45deg, #0090d0d9, #5f328ff5);
  margin-top: 3%;
}
@media screen and (max-width: 450px) {
  .rightWarp {
    margin-top: 20%;
  }
}

.rightWord {
  position: relative;
  margin: 0 auto;
  width: 80%;
  height: auto;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: center;
  padding: 0.5%;
  color: #b5b5b5;
}
@media screen and (max-width: 450px) {
  .rightWord {
    width: 90%;
    height: auto;
    font-size: 0.8rem;
    line-height: 1.5rem;
    padding: 2%;
  }
}

.bgLineBox {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 4;
  pointer-events: none;
  mix-blend-mode: soft-light;
}
.bgLineBox .bgLine {
  width: calc(100/3);
  height: 100%;
  border-left: 1px solid white;
  border-right: 1px solid white;
  opacity: 0.8;
}

#ko h1, #ko h2, #ko .menuItem, #ko #footer p {
  font-family: "Do Hyeon", sans-serif;
}
#ko h2 {
  font-weight: normal;
}

#kvWarp {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  #kvWarp {
    margin-bottom: 0px !important;
  }
}

.bgPic {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
}
.bgPic img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
          transform: translateX(-50%) translateY(-50%) !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kvLogoBox {
  padding-top: 80px !important;
  z-index: 6;
}
@media screen and (max-width: 1366px) {
  .kvLogoBox {
    padding-top: 60px !important;
  }
}

.esportLogoBox {
  position: relative;
  margin: 0 auto;
}

.video-container {
  position: relative;
  margin: 0 auto;
  width: 80%;
  height: auto;
  padding-top: 45%;
}
.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.kvOrganizerWrap {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 5%;
  right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .kvOrganizerWrap {
    position: relative;
    margin: 0 auto;
    padding: 30px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0;
  }
}

.kvOrganizerBox {
  position: relative;
  margin: 0 5px;
}

.kvLogo {
  position: relative;
  display: inline-block;
  width: 100px;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .kvLogo {
    width: 60px;
    height: auto;
  }
}

.kvWord {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: white;
  vertical-align: middle;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 600px) {
  .kvWord {
    font-size: 1rem;
    line-height: 1rem;
  }
}

#canvasBox {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  mix-blend-mode: screen;
  opacity: 0.7;
}

canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.kvRampLeft {
  position: absolute;
  width: 50%;
  height: 100vh;
  z-index: 2;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#000305), color-stop(80%, #021C2400));
  background: linear-gradient(270deg, #000305 0%, #021C2400 80%);
}
@media screen and (max-width: 992px) {
  .kvRampLeft {
    width: 50%;
    height: 100%;
  }
}

.kvRamp {
  position: absolute;
  width: 100%;
  height: 20vh;
  z-index: 4;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#021C24), color-stop(80%, #021C2400));
  background: linear-gradient(0deg, #021C24 0%, #021C2400 80%);
}
@media screen and (max-width: 992px) {
  .kvRamp {
    width: 100%;
    height: 30vh;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #021C24), color-stop(90%, #021C2400));
    background: linear-gradient(0deg, #021C24 10%, #021C2400 90%);
  }
}

.contentVideo {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .contentVideo {
    display: block !important;
  }
}

.section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.titleImg {
  position: absolute;
  width: 100%;
  height: auto;
  top: 65px;
  z-index: 1;
  mix-blend-mode: screen;
}
@media screen and (max-width: 767px) {
  .titleImg {
    top: 7%;
  }
}

.bgTop, .bgBottom {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 3;
}

.bgTop {
  top: -2px;
}

.bgBottom {
  bottom: -2px;
}

.bottomRamp {
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#021C2E), to(#021C2E00));
  background: linear-gradient(0deg, #021C2E 0%, #021C2E00 100%);
  z-index: 3;
}
@media screen and (max-width: 576px) {
  .bottomRamp {
    width: 100%;
    height: 5%;
  }
}

.section1 {
  padding: 50px 0 0px 0 !important;
}
@media screen and (max-width: 992px) {
  .section1 {
    padding: 0px 0 0px 0 !important;
  }
}
.section1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, left top, from(#021C2400), color-stop(70%, #021c2edb), to(#021C24));
  background: linear-gradient(0deg, #021C2400 0%, #021c2edb 70%, #021C24 100%);
  top: 0;
  z-index: 5;
}
.section1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/story-kv.jpg");
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .section1:after {
    background: url("../images/story-kv-md.jpg");
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .section1 .titleImg {
    top: 5.5%;
  }
}
.section1 .sectionbg {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -2px;
  z-index: 1;
}
.section1 .format {
  position: absolute !important;
  width: 900px;
  height: auto;
  top: -52px;
}
@media screen and (max-width: 1200px) {
  .section1 .format {
    width: 550px;
    height: auto;
    top: -4px;
  }
}
@media screen and (max-width: 767px) {
  .section1 .format {
    width: 330px;
    height: auto;
    top: 4px;
  }
}
.section1 .formatWord {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  font-size: 6rem;
  line-height: 3.5rem;
  color: white;
  -webkit-filter: drop-shadow(#ffffff8c 0px 0px 5px);
          filter: drop-shadow(#ffffff8c 0px 0px 5px);
  text-align: center;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  -webkit-transform: skewX(0deg) skewY(352deg);
          transform: skewX(0deg) skewY(352deg);
}
.section1 .formatWord span {
  font-size: 3.5rem;
  line-height: 0rem;
  letter-spacing: -3px;
}
@media screen and (max-width: 767px) {
  .section1 .formatWord {
    font-size: 3.5rem;
    line-height: 1.8rem;
  }
  .section1 .formatWord span {
    font-size: 2rem;
    line-height: 0rem;
  }
}
.section1 .player {
  position: absolute;
  bottom: 0;
}
.section1 .player1 {
  width: 53%;
  height: auto;
  left: -15%;
  bottom: 25%;
  z-index: 0;
}
.section1 .player2 {
  width: 92%;
  height: auto;
  right: -38%;
  z-index: 0;
}
.section1 .player3 {
  width: 90%;
  height: auto;
  left: -73%;
  bottom: -5%;
}
.section1 .player4 {
  width: 90%;
  height: auto;
  left: -26%;
  z-index: 4;
}
.section1 .player5 {
  width: 80%;
  height: auto;
  right: -20%;
  z-index: 3;
  bottom: -5%;
}
.section1 .player6 {
  width: 90%;
  height: auto;
  right: -70%;
}
.section1 .playerBG {
  position: absolute;
  width: 100%;
  height: 15%;
  bottom: 8%;
  background: linear-gradient(82deg, #00FFFF 0%, #FF00FF 100%);
  z-index: 2;
  -webkit-transform: skewY(354deg);
          transform: skewY(354deg);
  mix-blend-mode: hard-light;
}
@media screen and (max-width: 1200px) {
  .section1 .playerBG {
    width: 100%;
    height: 11%;
    bottom: 4%;
  }
}
@media screen and (max-width: 576px) {
  .section1 .playerBG {
    width: 100%;
    height: 4%;
    bottom: 3%;
  }
}
@media screen and (max-width: 576px) {
  .section1 .wildCardPlayer {
    right: 23px;
  }
  .section1 .wildCardPlayer img {
    width: 128%;
    height: auto;
  }
}
.section1 .decoItem {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
.section1 .decoLeft, .section1 .decoRight {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  width: 25%;
  height: auto;
  top: 33%;
  padding-top: 36%;
}
@media screen and (max-width: 1366px) {
  .section1 .decoLeft, .section1 .decoRight {
    top: 28%;
  }
}
@media screen and (max-width: 576px) {
  .section1 .decoLeft, .section1 .decoRight {
    top: 17%;
    width: 35%;
    height: auto;
    padding-top: 50%;
  }
}
.section1 .decoLeft {
  left: 0;
}
.section1 .decoLeft .deco1 {
  width: 40%;
  height: auto;
  top: 23%;
  left: -9%;
}
@media screen and (max-width: 576px) {
  .section1 .decoLeft .deco1 {
    top: 28%;
    left: 10%;
  }
}
.section1 .decoLeft .deco2 {
  width: 30%;
  height: auto;
  top: 20%;
  left: 34%;
}
.section1 .decoLeft .deco3 {
  width: 70%;
  height: auto;
  top: 42%;
  left: -9%;
}
@media screen and (max-width: 576px) {
  .section1 .decoLeft .deco3 {
    top: -8%;
  }
}
.section1 .decoLeft .deco4 {
  width: 40%;
  height: auto;
  bottom: 4%;
  left: -8%;
}
@media screen and (max-width: 576px) {
  .section1 .decoLeft .deco4 {
    bottom: 16%;
    left: 2%;
  }
}
.section1 .decoLeft .deco5 {
  top: -2%;
  left: -2%;
}
@media screen and (max-width: 576px) {
  .section1 .decoLeft .deco5 {
    top: 45%;
    left: -5%;
  }
}
.section1 .decoLeft .deco6 {
  bottom: 9%;
  left: 37%;
}
@media screen and (max-width: 576px) {
  .section1 .decoLeft .deco6 {
    bottom: 11%;
    left: 35%;
  }
}
.section1 .decoLeft .deco7 {
  top: 8%;
  left: 32%;
}
.section1 .decoRight {
  right: 0;
}
.section1 .decoRight .deco1 {
  width: 45%;
  height: auto;
  top: 16%;
  right: 25%;
}
.section1 .decoRight .deco2 {
  width: 77%;
  height: auto;
  top: 33%;
  right: -20%;
}
.section1 .decoRight .deco3 {
  width: 45%;
  height: auto;
  bottom: 0%;
  right: 6%;
}
.section1 .decoRight .deco4 {
  top: -4%;
  right: 5%;
}
.section1 .decoRight .deco5 {
  bottom: 13%;
  right: -19%;
}
.section1 .decoRight .deco6 {
  top: 5%;
  right: 40%;
}
.section1 .deco {
  position: absolute;
  -webkit-filter: drop-shadow(black 0px 0px 10px);
          filter: drop-shadow(black 0px 0px 10px);
}
.section1 .decoGlow {
  -webkit-filter: drop-shadow(10px 10px 100px #00FFFF) drop-shadow(-10px -10px 50px #00FFFF);
          filter: drop-shadow(10px 10px 100px #00FFFF) drop-shadow(-10px -10px 50px #00FFFF);
}
@media screen and (max-width: 576px) {
  .section1 .decoGlow {
    -webkit-filter: drop-shadow(10px 10px 50px #00FFFF);
            filter: drop-shadow(10px 10px 50px #00FFFF);
  }
}
.section1 .AniBox1 {
  -webkit-animation: upDown1 8s infinite;
          animation: upDown1 8s infinite;
}
@media screen and (max-width: 576px) {
  .section1 .AniBox1 {
    -webkit-animation: upDown1-1 4s infinite;
            animation: upDown1-1 4s infinite;
  }
}
.section1 .AniBox2 {
  -webkit-animation: upDown2 7s infinite;
          animation: upDown2 7s infinite;
}
@media screen and (max-width: 576px) {
  .section1 .AniBox2 {
    -webkit-animation: upDown2 3.5s infinite;
            animation: upDown2 3.5s infinite;
  }
}
.section1 .AniBox3 {
  -webkit-animation: upDown3 8s infinite;
          animation: upDown3 8s infinite;
}
@media screen and (max-width: 576px) {
  .section1 .AniBox3 {
    -webkit-animation: upDown3 4s infinite;
            animation: upDown3 4s infinite;
  }
}
.section1 .decoCubeBig {
  width: 30%;
  height: auto;
  padding-top: 30%;
}
.section1 .decoCubeSmall {
  width: 12%;
  height: auto;
  padding-top: 12%;
}
.section1 .smoke {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -5%;
  right: -7%;
  z-index: 5;
  mix-blend-mode: screen;
}

.section2 {
  padding: 30px 0 150px 0 !important;
}
@media screen and (max-width: 992px) {
  .section2 {
    padding: 30px 0 50px 0 !important;
  }
}
.section2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/live-bg.jpg");
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .section2:after {
    background: url("../images/live-bg-md.jpg");
    background-size: cover;
  }
}
@media screen and (max-width: 1200px) {
  .section2 .titleImg {
    top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .section2 .titleImg {
    width: 75%;
    height: auto;
    top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .section2 .titleImg {
    width: 90%;
    height: auto;
    top: 4%;
  }
}
.section2 .liveTitle {
  background: linear-gradient(130deg, #003B4D 0%, black 100%);
  font-size: 2.3rem;
  line-height: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .section2 .liveTitle {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .section2 .liveTitle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.section2 .finalsTitle {
  background: linear-gradient(130deg, #9d222c 0%, black 100%);
  font-size: 3rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .section2 .finalsTitle {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .section2 .finalsTitle {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.section2 .ne {
  display: table;
  border: 2px solid black;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 3px 2px;
  font-weight: 500;
}
.section2 .date {
  font-size: 2.3rem;
  line-height: 3rem;
  font-weight: 900;
  color: #6900FF;
  padding: 10px 0;
}
@media screen and (max-width: 1200px) {
  .section2 .date {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section2 .date {
    padding: 20px 0;
  }
}
.section2 .time {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .section2 .time {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.section2 .video-container {
  width: 100%;
  height: auto;
  padding-top: 60%;
}

.section3 {
  padding: 30px 0 150px 0 !important;
}
@media screen and (max-width: 992px) {
  .section3 {
    padding: 30px 0 100px 0 !important;
  }
}
.section3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, left top, from(#021C2400), to(#021C2E));
  background: linear-gradient(0deg, #021C2400 0%, #021C2E 100%);
  top: 0;
  z-index: 5;
}
.section3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/prize-bg.jpg");
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .section3:after {
    background: url("../images/prize-bg-md.jpg");
    background-size: cover;
  }
}
@media screen and (max-width: 576px) {
  .section3:after {
    background: #031E31;
  }
}
.section3 .titleImg {
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 1200px) {
  .section3 .titleImg {
    top: 7%;
  }
}
@media screen and (max-width: 992px) {
  .section3 .titleImg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    width: 50%;
    height: auto;
    top: 2%;
  }
}
@media screen and (max-width: 576px) {
  .section3 .titleImg {
    width: 90%;
    height: auto;
  }
}
.section3 .rulesBox {
  background: linear-gradient(140deg, #007E81 0%, #1B1C1E 70%);
}
.section3 .rulesBox:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/rules-bg.jpg");
  background-size: cover;
  z-index: -1;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}
.section3 .rulesBox .title {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section3 .rulesBox .title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.section3 .rulesBox .content {
  font-size: 1.3rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .section3 .rulesBox .content {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}
.section3 .onlineTotal img {
  opacity: 0;
}
.section3 .rulesBox.finals {
  background: linear-gradient(140deg, #D00D1D 0%, #2B0B0A 70%);
}
.section3 .prize {
  background: linear-gradient(140deg, white 0%, #00FFFF 70%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 7rem;
  line-height: 7rem;
  font-family: "Barlow Condensed", sans-serif;
  -webkit-filter: drop-shadow(#00ffff94 0px 0px 5px);
          filter: drop-shadow(#00ffff94 0px 0px 5px);
}
@media screen and (max-width: 1200px) {
  .section3 .prize {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .section3 .prize {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
.section3 .rank {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.section3 .rank span {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.section3 .rankBG {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
          transform: translateX(-50%) translateY(-50%) !important;
  width: 20%;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .section3 .rankBG {
    width: 30%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section3 .rankBG {
    width: 40%;
    height: auto;
  }
}
.section3 .rankBG.opacity {
  opacity: 0.5;
}
.section3 .finalBG {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
          transform: translateX(-50%) translateY(-50%) !important;
  width: 100%;
  height: auto;
  z-index: 0;
  top: 85%;
  mix-blend-mode: hard-light;
  pointer-events: none;
}
.section3 .format {
  position: absolute !important;
  width: 800px;
  height: auto;
  top: 0px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .section3 .format {
    width: 550px;
    height: auto;
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section3 .format {
    width: 330px;
    height: auto;
    top: 38px;
  }
}
.section3 .rankWrap {
  z-index: 6;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: center;
}
.section3 .rankWrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 39%;
  top: 32%;
  background: linear-gradient(82deg, #00FFFF 0%, #FF00FF 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section3 .rankWrap:after {
    width: 100%;
    height: 15%;
    top: 9%;
  }
}
.section3 .championBox {
  z-index: 1;
}
.section3 .championBox .rankList {
  background: linear-gradient(82deg, #5b1cfd 0%, #00FFFF 100%);
  font-size: 3vw;
  line-height: 3vw;
  letter-spacing: 2px;
  margin-top: -7% !important;
}
@media screen and (max-width: 767px) {
  .section3 .championBox .rankList {
    font-size: 6.5vw;
    line-height: 6.5vw;
  }
}
.section3 .championPic {
  -webkit-filter: drop-shadow(black 10px 8px 16px);
          filter: drop-shadow(black 10px 8px 16px);
}
.section3 .championBG {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  width: 100%;
  height: auto;
  top: 25%;
  z-index: -1;
}
.section3 .rankList {
  font-size: 1.8vw;
  line-height: 1.8vw;
  font-weight: bold;
  color: white;
  background: #2a2a97;
  padding: 10px 5px !important;
  margin-top: -5% !important;
}
@media screen and (max-width: 767px) {
  .section3 .rankList {
    font-size: 5.3vw;
    line-height: 5.3vw;
  }
}
.section3 .rankList:after, .section3 .rankList:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: white;
  top: 0;
  z-index: 1;
  right: 0;
  mix-blend-mode: soft-light;
}
.section3 .rankList:after {
  top: initial;
  bottom: 0;
}
.section3 .rankTeamName {
  font-size: 1.7vw;
  line-height: 1.7vw;
  color: #00FFFF;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section3 .rankTeamName {
    font-size: 5.2vw;
    line-height: 5.2vw;
  }
}
.section3 .rankName {
  font-size: 2vw;
  line-height: 2vw;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section3 .rankName {
    font-size: 5.5vw;
    line-height: 5.5vw;
  }
}
.section3 .rankRealName {
  font-size: 1vw;
  line-height: 1vw;
  color: white;
}
@media screen and (max-width: 767px) {
  .section3 .rankRealName {
    font-size: 4.5vw;
    line-height: 4.5vw;
  }
}
.section3 .rankTwitter {
  font-size: 0.9vw;
  line-height: 0.9vw;
  color: #a1a1a1;
}
@media screen and (max-width: 767px) {
  .section3 .rankTwitter {
    font-size: 4.4vw;
    line-height: 4.4vw;
  }
}
.section3 .rankFormBox {
  z-index: 5;
}
.section3 .rankFormTitle {
  font-size: 1.2vw;
  line-height: 1.2vw;
  color: white;
  background: #5740cd;
  padding: 15px 5px !important;
}
@media screen and (max-width: 767px) {
  .section3 .rankFormTitle {
    font-size: 3.9vw;
    line-height: 5vw;
  }
}
.section3 .rankFormList {
  font-size: 1.2vw;
  line-height: 1.5vw;
  color: white;
  background: linear-gradient(82deg, #17165a 0%, #1d191d 100%);
  padding: 15px 5px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .section3 .rankFormList {
    font-size: 3.9vw;
    line-height: 5vw;
  }
}
.section3 .rankFormList:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: white;
  bottom: 0;
  z-index: 1;
  mix-blend-mode: soft-light;
}

.section4 {
  padding: 30px 0 0px 0 !important;
}
@media screen and (max-width: 767px) {
  .section4 {
    padding: 30px 0 10px 0 !important;
  }
}
.section4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/player-bg.jpg");
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .section4:after {
    background: url("../images/player-bg-md.jpg");
    background-size: cover;
  }
}
.section4 .titleImg {
  top: 100px;
}
@media screen and (max-width: 767px) {
  .section4 .titleImg {
    top: 7%;
  }
}
.section4 .playerBox {
  width: 100%;
  height: 52rem;
  z-index: 6;
}
@media screen and (max-width: 1536px) {
  .section4 .playerBox {
    width: 100%;
    height: 45rem;
  }
}
@media screen and (max-width: 1366px) {
  .section4 .playerBox {
    width: 100%;
    height: 40rem;
  }
}
.section4 .playerBG {
  position: absolute;
  width: auto;
  height: 100%;
  z-index: 1;
  top: 0;
  mix-blend-mode: overlay;
  left: -5%;
}
.section4 .playerBG img {
  width: auto;
  height: 100%;
}
.section4 .playerPicBox {
  position: absolute;
  width: auto;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.section4 .playerPicBox img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .section4 .playerPicBox {
    left: -12%;
  }
}
@media screen and (max-width: 767px) {
  .section4 .playerPicBox {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
.section4 .teamBox {
  padding: 21px 0 !important;
}
@media screen and (max-width: 1024px) {
  .section4 .teamBox {
    padding: 12px 0 !important;
  }
}
.section4 .teamName {
  position: absolute;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #00FFFF;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .section4 .teamName {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section4 .teamName {
    left: 50%;
    text-align: center;
    -webkit-filter: drop-shadow(black 0px 0px 5px);
            filter: drop-shadow(black 0px 0px 5px);
  }
}
.section4 .teamName.active {
  display: block;
}
.section4 .teamNameNone {
  padding: 21px 0 !important;
}
@media screen and (max-width: 1024px) {
  .section4 .teamNameNone {
    padding: 12px 0 !important;
  }
}
.section4 .playerNameBox {
  padding: 3rem 0 !important;
}
@media screen and (max-width: 1366px) {
  .section4 .playerNameBox {
    padding: 2.1rem 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .section4 .playerNameBox {
    padding: 1.5rem 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .section4 .playerNameBox {
    padding: 1rem 0 !important;
  }
}
.section4 .playerName {
  position: absolute;
  font-size: 6rem;
  line-height: 6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#bbb));
  background: linear-gradient(180deg, white 0%, #bbb 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-weight: bold;
  font-style: italic;
  padding: 5px 5px !important;
  top: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1366px) {
  .section4 .playerName {
    font-size: 4.2rem;
    line-height: 4.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .section4 .playerName {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .section4 .playerName {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section4 .playerName {
    left: 50%;
    text-align: center;
    -webkit-filter: drop-shadow(black 0px 0px 5px);
            filter: drop-shadow(black 0px 0px 5px);
  }
}
.section4 .playerNameSmall {
  font-size: 4.5rem;
  line-height: 6rem;
}
@media screen and (max-width: 1536px) {
  .section4 .playerNameSmall {
    font-size: 3.5rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 1366px) {
  .section4 .playerNameSmall {
    font-size: 2.5rem;
    line-height: 4.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .section4 .playerNameSmall {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section4 .playerNameSmall {
    font-size: 1.7rem;
    line-height: 2rem;
    text-align: center;
    -webkit-filter: drop-shadow(black 0px 0px 5px);
            filter: drop-shadow(black 0px 0px 5px);
  }
}
.section4 .nameBoxWrap {
  padding: 60px 0 0 0 !important;
}
.section4 .nameBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 0;
  position: absolute;
  top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px playerName 10px 0 !important;
}
@media screen and (max-width: 767px) {
  .section4 .nameBox {
    left: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-filter: drop-shadow(black 0px 0px 5px);
            filter: drop-shadow(black 0px 0px 5px);
  }
}
.section4 .playerRealName {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: white;
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  .section4 .playerRealName {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}
.section4 .playerTwitter {
  width: 40px;
  height: 40px;
  margin: 0 0 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section4 .playerTwitter:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.section4 .rankWrapWrap {
  padding: 160px 0 0 0 !important;
}
@media screen and (max-width: 767px) {
  .section4 .rankWrapWrap {
    padding: 110px 0 0 0 !important;
    left: 50%;
  }
}
.section4 .rankWrap {
  position: absolute;
  top: 0;
}
.section4 .rankBox {
  background: -webkit-gradient(linear, left top, right top, from(#D00D1D), to(#2f60f9));
  background: linear-gradient(90deg, #D00D1D 0%, #2f60f9 100%);
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin: 5px 0 !important;
  padding: 10px 15px !important;
  color: white;
}
@media screen and (max-width: 1024px) {
  .section4 .rankBox {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .section4 .rankBox {
    font-size: 1rem;
    line-height: 1rem;
    margin: 3px 0 !important;
    padding: 5px 15px !important;
    margin-left: 12% !important;
  }
}
@media screen and (max-width: 576px) {
  .section4 .rankBox {
    margin-left: 4% !important;
  }
}
.section4 .rankBoxNone {
  padding: 21px 0 !important;
}
@media screen and (max-width: 1024px) {
  .section4 .rankBoxNone {
    padding: 19px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .section4 .rankBoxNone {
    padding: 13px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .section4 .shadow {
    -webkit-filter: drop-shadow(black 0px 0px 5px);
            filter: drop-shadow(black 0px 0px 5px);
  }
}
.section4 .playerBtnWrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .section4 .playerBtnWrap {
    width: 90%;
    height: auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 450px) {
  .section4 .playerBtnWrap {
    margin-bottom: 20px;
  }
}
.section4 .playerBtnBox-prev, .section4 .playerBtnBox-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  width: 35px;
  height: 35px;
  z-index: 500;
  cursor: pointer;
  top: 55%;
  display: none;
}
@media screen and (max-width: 576px) {
  .section4 .playerBtnBox-prev, .section4 .playerBtnBox-next {
    display: block;
  }
}
@media screen and (max-width: 1536px) {
  .section4 .playerBtnBox-prev, .section4 .playerBtnBox-next {
    top: 50%;
  }
}
.section4 .playerBtnBox-prev i, .section4 .playerBtnBox-next i {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 40px;
  line-height: 40px;
  font-family: "fontello";
  vertical-align: middle;
  text-align: center;
  color: white;
}
.section4 .playerBtnBox-prev:focus, .section4 .playerBtnBox-next:focus {
  outline: none;
}
.section4 .playerBtnBox-prev {
  left: 2%;
}
.section4 .playerBtnBox-next {
  right: -2%;
}
@media screen and (max-width: 375px) {
  .section4 .playerBtnBox-next {
    right: -3%;
  }
}
.section4 .playerBtnBox {
  position: relative;
  width: 90%;
  height: auto;
  margin-left: initial;
}
@media screen and (max-width: 767px) {
  .section4 .playerBtnBox {
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .section4 .playerBtnBox {
    width: 85%;
    height: auto;
  }
}
.section4 .playerBtnBox .swiper-slide {
  margin: 10px 0;
}
.section4 .swiper-wrapper {
  width: 100%;
  height: auto;
}
.section4 .playerBtn {
  position: relative;
  margin: 0 auto;
  width: calc((100% / 8));
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.section4 .playerBtn .functionImg {
  z-index: 2;
}
.section4 .playerBtn:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 70%;
  left: 50%;
  bottom: 4px;
  background: linear-gradient(147deg, #852EFF, #2F60F9);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateX(-50%) skewX(-5deg) !important;
          transform: translateX(-50%) skewX(-5deg) !important;
  z-index: -2;
}
.section4 .playerBtn:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 70%;
  left: 50%;
  bottom: 4px;
  background: linear-gradient(147deg, #00FFFF, #2F60F9);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateX(-50%) skewX(-5deg) !important;
          transform: translateX(-50%) skewX(-5deg) !important;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.section4 .playerBtn:hover:after {
  opacity: 1;
  -webkit-filter: drop-shadow(-2px -2px 5px #00FFFF);
          filter: drop-shadow(-2px -2px 5px #00FFFF);
}
.section4 .playerBtn.active:after {
  opacity: 1;
}

.section5 {
  padding: 30px 0 50px 0 !important;
}
.section5:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/FIGHT-STICKS-bg.jpg");
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .section5:after {
    background: url("../images/FIGHT-STICKS-bg-md.jpg");
    background-size: cover;
  }
}
@media screen and (max-width: 576px) {
  .section5:after {
    background: #242d33;
  }
}
.section5:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(#021C2400), to(#021C2E));
  background: linear-gradient(0deg, #021C2400 0%, #021C2E 100%);
  top: 0;
  z-index: 5;
}
.section5 .titleImg {
  mix-blend-mode: luminosity;
}
@media screen and (max-width: 1200px) {
  .section5 .titleImg {
    top: 4%;
  }
}
@media screen and (max-width: 992px) {
  .section5 .titleImg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    width: 500px;
    height: auto;
    top: 0.5%;
  }
}
@media screen and (max-width: 576px) {
  .section5 .titleImg {
    width: 350px;
    height: auto;
    top: 1%;
  }
}
.section5 .shopTitle {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1536px) {
  .section5 .shopTitle {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .section5 .shopTitle {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .section5 .shopTitle {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 10px 0 !important;
  }
}
.section5 .shopNe {
  font-size: 1.1rem;
  line-height: 2rem;
}
@media screen and (max-width: 1536px) {
  .section5 .shopNe {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 992px) {
  .section5 .shopNe {
    padding: 10px 0 !important;
  }
}
.section5 a {
  color: black;
}
.section5 .shopBtn {
  position: relative;
  font-size: 2rem;
  line-height: 2rem;
  display: table;
  font-weight: bold;
  padding: 10px 30px;
  background: #00FFFF;
  font-family: "Barlow Condensed", sans-serif;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.section5 .shopBtn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: drop-shadow(10px 10px 200px #00FFFF) drop-shadow(-10px -10px 50px #00FFFF);
          filter: drop-shadow(10px 10px 200px #00FFFF) drop-shadow(-10px -10px 50px #00FFFF);
}
@media screen and (max-width: 992px) {
  .section5 .shopBtn {
    margin: 0 auto !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
  }
}

@-webkit-keyframes upDown1 {
  0%, 100% {
    top: -2%;
  }
  50% {
    top: -5%;
  }
}
@-webkit-keyframes upDown1-1 {
  0%, 100% {
    top: 45%;
  }
  50% {
    top: 43%;
  }
}
@-webkit-keyframes upDown2 {
  0%, 100% {
    top: -4%;
  }
  50% {
    top: 1%;
  }
}
@-webkit-keyframes upDown3 {
  0%, 100% {
    bottom: 13%;
  }
  50% {
    bottom: 16%;
  }
}
#ko .section1 .format {
  top: -66px;
}
@media screen and (max-width: 1200px) {
  #ko .section1 .format {
    top: -23px;
  }
}
@media screen and (max-width: 767px) {
  #ko .section1 .format {
    top: -4px;
  }
}
@media screen and (max-width: 576px) {
  #ko .section1 .format {
    top: -15px;
  }
}
@media screen and (max-width: 576px) {
  #ko .section1 h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
#ko .section1 .formatWord {
  font-size: 5.5rem;
  line-height: 3rem;
  font-family: "Do Hyeon", sans-serif;
}
#ko .section1 .formatWord span {
  font-size: 3rem;
  line-height: 0rem;
}
@media screen and (max-width: 767px) {
  #ko .section1 .formatWord {
    font-size: 3rem;
    line-height: 1.8rem;
  }
  #ko .section1 .formatWord span {
    font-size: 1.5rem;
    line-height: 0rem;
  }
}
#ko .section3 .prize {
  font-family: "Do Hyeon", sans-serif;
  font-size: 6rem;
  line-height: 6rem;
}
@media screen and (max-width: 1200px) {
  #ko .section3 .prize {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 576px) {
  #ko .section3 .prize {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
#ko .section3 .rank {
  font-family: "Do Hyeon", sans-serif;
}
@media screen and (max-width: 1200px) {
  #ko .section3 .rank {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  #ko .section3 .rank span {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
#ko .section3 .rulesBox .content {
  font-size: 1.3rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  #ko .section3 .rulesBox .content {
    font-size: 1.1rem;
    line-height: 2.5rem;
  }
}
#ko .section5 .shopBtn, #ko .section4 .teamName {
  font-family: "Do Hyeon", sans-serif;
}
#ko .ko {
  font-family: "Do Hyeon", sans-serif;
}