@font-face {
  font-family: "utm_facebook_kt";
  src: url("../fonts/utm_facebook_kt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "utm_facebook_kt_bold";
  src: url("../fonts/utm_facebook_kt_bold.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tahoma";
  src: url("../fonts/tahoma.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tahomabold";
  src: url("../fonts/tahomabold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Display-Regular";
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Display-Semibold";
  src: url("../fonts/SF-Pro-Display-Semibold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Display-Bold";
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.f-tahoma {
  font-family: "tahoma";
}

.f-tahomabold {
  font-family: "tahomabold";
}

.f-sfprodisplay {
  font-family: "SF-Pro-Display-Regular";
}

.f-sfprodisplay_smb {
  font-family: "SF-Pro-Display-Semibold";
}

.f-sfprodisplay_b {
  font-family: "SF-Pro-Display-Bold";
}

/* =Reset default browser CSS.
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

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

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

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

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

/* -------------------------------------------------------------- */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a:hover, a:focus, a:hover p, select:hover, select:focus, select:active {
  text-decoration: none;
  outline: none !important;
}

a, a:link {
  text-decoration: none;
  outline: none !important;
  color: #fff;
}

.clearfix:after {
  content: "";
  visibility: hidden;
  display: table;
  clear: both;
}

::-webkit-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #c0c4cc;
  font-family: "tahoma";
  font-size: clamp(13px, 3.5vw, 16px);
}

::-moz-placeholder {
  /* Firefox, Chrome, Opera */
  color: #c0c4cc;
  font-family: "tahoma";
  font-size: clamp(13px, 3.5vw, 16px);
}

:-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #c0c4cc;
  font-family: "tahoma";
  font-size: clamp(13px, 3.5vw, 16px);
}

::-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #c0c4cc;
  font-family: "tahoma";
  font-size: clamp(13px, 3.5vw, 16px);
}

::placeholder {
  /* Firefox, Chrome, Opera */
  color: #c0c4cc;
  font-family: "tahoma";
  font-size: clamp(13px, 3.5vw, 16px);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c0c4cc;
  font-family: "tahoma";
  font-size: clamp(13px, 3.5vw, 16px);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c0c4cc;
  font-family: "tahoma";
  font-size: clamp(13px, 3.5vw, 16px);
}

*, .box_sizing_border_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.c-pointer {
  cursor: pointer;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.w100percent {
  width: 100%;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

input, button, select {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/icons/arrow-down.html) no-repeat calc(100% - 3px) center;
}

.t-upper {
  text-transform: uppercase;
}

.t-center {
  text-align: center;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

.br5 {
  border-radius: 5px;
}

.c-white {
  color: #ffffff !important;
}

.c-black {
  color: #000 !important;
}

.c-title-label {
  color: #444444;
}

.c-blue {
  color: #3196fe;
}

.c-red {
  color: #bc1823;
}

.bg-blue {
  background: #3196fe;
}

.bg-label-box {
  background: #f5f9fc;
}

.link-under {
  text-decoration: underline !important;
}

.t-shadow {
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes glowing {
  0% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
  50% {
    background-color: #FF0000;
    -webkit-box-shadow: 0 0 40px #FF0000;
  }
  100% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
}
@keyframes glowing {
  0% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
  50% {
    background-color: #FF0000;
    -webkit-box-shadow: 0 0 40px #FF0000;
  }
  100% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
}
@-webkit-keyframes rock-boat {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-7deg) translateY(-5px);
            transform: rotate(-7deg) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
}
@keyframes rock-boat {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-7deg) translateY(-5px);
            transform: rotate(-7deg) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "SF-Pro-Display-Regular";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #555555;
  background-color: #4C3779;
  min-height: 100vh;
  overflow-x: hidden !important;
  background: url(../images/bg.jpg) no-repeat center top #4C3779;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container {
  position: relative;
  width: 96%;
  max-width: 1267px;
  margin: 0 auto;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1023px) {
  .w96per {
    width: 96%;
  }
}

@media only screen and (max-width: 1023px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}

.link-hv:hover .img-hv, .link-hv.active .img-hv {
  display: inline-block;
}
.link-hv .img-ac, .link-hv .img-hv {
  width: 100%;
}
.link-hv .img-hv {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-tranY {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-tranY:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.mt-1per {
  margin-top: 1%;
}

.mt-2per {
  margin-top: 2%;
}

.mt-3per {
  margin-top: 3%;
}

.mt-4per {
  margin-top: 4%;
}

@media only screen and (max-width: 667px) {
  .btn-img-hv {
    width: 60%;
  }
}
.btn-img-hv .img-ac, .btn-img-hv .img-hv {
  width: 100%;
}
.btn-img-hv .img-hv {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.btn-img-hv:hover .img-hv {
  display: inline;
}

.pagination {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .pagination {
    margin-top: 25px;
  }
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 30px;
  background: #651d00;
  font-size: 14px;
  border-radius: 5px;
  margin: 0 2px;
}
@media only screen and (min-width: 768px) {
  .pagination ul li {
    width: 50px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
  }
}
.pagination ul li a {
  color: #fff;
}
.pagination ul li:hover, .pagination ul li.active {
  background: #e14437;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.out-hv {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.out-hv:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.logo-top {
  position: absolute;
  top: 0;
  left: 2%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: #100e23;
  border-bottom: 2px solid #37406c;
  height: 60px;
  width: 100%;
  padding: 2px;
}
@media only screen and (min-width: 375px) {
  .header {
    padding: 4px 2px;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    border-bottom: 0;
    height: 70px;
    padding: 0;
    background: rgba(9, 7, 23, 0.8);
    position: absolute;
  }
}

#toggle-hambuger:checked ~ .navbar #hambuger .inner-hambuger {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#toggle-hambuger:checked ~ .navbar #hambuger .inner-hambuger:before {
  top: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#toggle-hambuger:checked ~ .navbar #hambuger .inner-hambuger:after {
  top: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#toggle-hambuger:checked ~ .navbar .navbar-content {
  display: block;
}

@media only screen and (max-width: 999px) {
  .navbar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.left-header {
  width: 60%;
  float: left;
}
.icon-name-game .icon-game img {
  width: 125px;
  display: block;
}

.txt-name-game {
  color: #ffffff;
  font-size: 2.3vw;
  font-size: clamp(8px, 2.3vw, 14px);
  margin-left: 5px;
  margin-top: 5px;
}
@media only screen and (min-width: 375px) {
  .txt-name-game {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 600px) {
  .txt-name-game {
    margin-left: 10px;
  }
}
.txt-name-game .name-game {
  font-size: clamp(10px, 3.5vw, 20px);
}
.txt-name-game .txt-des {
  color: #fff;
}

.navbar-content {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: calc(100% - 60px);
  left: 0;
  bottom: 0;
  padding-top: 30px;
  padding-left: 5px;
}
@media only screen and (min-width: 1200px) {
  .navbar-content {
    display: block;
    background: transparent;
    height: auto;
    position: inherit;
    padding: 0;
    float: left;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-content ul {
    text-align: center;
    padding-top: 24px;
  }
}
.navbar-content ul li {
  padding-top: 10px;
  padding-bottom: 13px;
  position: relative;
  border-bottom: 1px solid #3d3d3d;
}
@media only screen and (min-width: 1200px) {
  .navbar-content ul li {
    padding: 0;
    display: inline-block;
    margin: 0 60px;
    border-bottom: 0;
  }
}
.navbar-content ul li:before {
  position: absolute;
  content: "";
}
@media only screen and (max-width: 999px) {
  .navbar-content ul li:before {
    width: 94%;
    height: 2px;
    left: 5px;
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-content ul li:not(:first-child):before {
    background: url(../images/icon-link-header.png) no-repeat center center;
    width: 23px;
    height: 24px;
    left: -70px;
    top: 4px;
  }
}
@media only screen and (max-width: 999px) {
  .navbar-content ul li:last-child:after {
    width: 94%;
    height: 2px;
    position: absolute;
    content: "";
    left: 5px;
    bottom: 0;
  }
}
.navbar-content ul li a {
  font-family: "utm_facebook_kt";
  color: #fff;
  font-size: 16px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .navbar-content ul li a {
    font-size: 20px;
    display: inline-block;
  }
}
.navbar-content ul li a:hover {
  color: #fcaa56;
}

.link-download {
  float: left;
  width: 96px;
  height: 40px;
  line-height: 40px;
  margin-top: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 600px) {
  .link-download {
    width: 120px;
    height: 50px;
    line-height: 50px;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 1200px) {
  .link-download {
    margin-right: 0;
    float: right;
  }
}
.link-download a img {
  width: 90%;
  display: block;
}

.icon-hamburger {
  float: right;
  margin-top: 1.5%;
}
@media only screen and (min-width: 600px) {
  .icon-hamburger {
    margin-top: 8px;
  }
}
.icon-hamburger #hambuger {
  display: inline-block;
  position: relative;
  height: 35px;
  width: 35px;
  cursor: pointer;
}
.icon-hamburger #hambuger .inner-hambuger {
  height: 5px;
  width: 100%;
  top: 16px;
  background-color: #edeeff;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.icon-hamburger #hambuger .inner-hambuger:before, .icon-hamburger #hambuger .inner-hambuger:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 5px;
  width: 100%;
  background-color: #edeeff;
}
.icon-hamburger #hambuger .inner-hambuger:before {
  top: -12px;
}
@media only screen and (min-width: 640px) {
  .icon-hamburger #hambuger .inner-hambuger:before {
    top: -15px;
  }
}
.icon-hamburger #hambuger .inner-hambuger:after {
  top: 12px;
}
@media only screen and (min-width: 640px) {
  .icon-hamburger #hambuger .inner-hambuger:after {
    top: 15px;
  }
}

.logo-header {
  position: absolute;
  left: 3%;
  top: 0;
}
@media only screen and (min-width: 1600px) {
  .logo-header {
    left: 15%;
  }
}
@media only screen and (min-width: 1920px) {
  .logo-header {
    left: 19%;
  }
}

.pageDownload {
  width: 94%;
  max-width: 1267px;
  height: 80vh;
  margin-top: 5%;
}

.linePageDL {
  margin-block: 15px;
  border-top: 1px solid #BABABA;
}
@media only screen and (min-width: 1024px) {
  .linePageDL {
    margin-block: 20px;
  }
}

.mainDownload {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .mainDownload {
    padding: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .mainDownload {
    padding: 55px 65px;
  }
}

.headDownload {
  gap: 0 15px;
}
.headDownload .logo {
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  .headDownload .logo {
    width: 80px;
    height: 80px;
  }
}
.headDownload .logo img {
  width: 100%;
}
.headDownload .desGame .name {
  font-size: clamp(20px, 5vw, 30px);
}
.headDownload .desGame .des {
  color: #38A0FF;
  font-size: clamp(12px, 3vw, 18px);
}

.versionSetting {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.versionSetting .leftVersion {
  font-size: clamp(12px, 2.5vw, 16px);
  line-height: 1.7;
}
.versionSetting .leftVersion .titleVer {
  font-size: clamp(14px, 3.5vw, 20px);
  margin-bottom: 5px;
}
.versionSetting .dlGame {
  border-radius: 20px;
  background: #38A0FF;
  font-size: clamp(14px, 3.5vw, 20px);
  padding: 10px 25px;
  text-wrap: nowrap;
}

.infomationDl .titInfo {
  font-size: clamp(14px, 3.5vw, 20px);
}
.infomationDl .text-detail {
  padding-right: 20px;
  margin-top: 15px;
  height: 40vh;
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) {
  .infomationDl .text-detail {
    height: 40vh;
  }
}
#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #BABABA;
}

.text-detail {
  line-height: 1.8;
  font-size: clamp(13px, 2.5vw, 16px);
}
.text-detail span.content-event-first {
  float: left;
  font-size: 40px;
  line-height: 5px;
  margin: 4px 2px 0px 0px;
}
.text-detail h2, .text-detail .content-event-h2 {
  font-size: 19px;
  color: #ff521b;
  padding: 4px 0 8px 35px;
  position: relative;
  font-family: "SF-Pro-Display-Bold";
  margin-top: 10px;
}
.text-detail h2:before, .text-detail .content-event-h2:before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 5px;
}
.text-detail h3, .text-detail .content-event-h3 {
  margin-left: 15px;
  font-size: 16px;
  font-family: "SF-Pro-Display-Bold";
  font-weight: bold;
  padding-left: 25px;
  color: #ff521b;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.text-detail h3:before, .text-detail .content-event-h3:before {
  content: "";
  width: 15px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}
.text-detail a {
  color: #f55c00;
}
.text-detail ul {
  margin-left: 25px;
}
.text-detail ul li {
  line-height: 28px;
}
.text-detail p img {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.text-detail table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .text-detail table {
    width: auto;
  }
}
.text-detail table tr td {
  border: 1px solid #4e5051;
  margin: 0;
  padding: 10px 10px;
  vertical-align: middle !important;
  text-align: center;
}
.text-detail table tr:first-child {
  background: #444444;
}
.text-detail table tr:first-child td {
  font-weight: bold;
}
.text-detail table tr:first-child td p {
  font-weight: bold;
  color: #ffffff;
}
.text-detail fieldset {
  border: 1px solid #444444;
  margin: 20px 0;
  padding: 10px;
  color: #2a2a2a;
  background: #f3f3f3;
}
.text-detail fieldset legend {
  color: white;
  background: #444444;
  font-weight: bold;
  padding: 0 15px;
}
.text-detail fieldset ul {
  margin-left: 15px;
}
.text-detail strong {
  font-family: "SF-Pro-Display-Bold";
}
.text-detail em {
  font-style: italic;
}

table img {
  display: block;
}

table:not(.ui-datepicker-calendar) {
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 10px;
}
table:not(.ui-datepicker-calendar) tr:first-child td {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
table:not(.ui-datepicker-calendar) tr td {
  border: 1px solid #ffffff;
  vertical-align: middle;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 5px 0px;
}
/*# sourceMappingURL=main.css.map */