@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0;
}

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

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 {
  border: 0;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

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;
}

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

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -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;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

ol, ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

/* bisic ===================================================================*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* {
  box-sizing: border-box;
}
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

html {
  min-height: 100%;
}

body {
  position: relative;
  height: auto;
  min-height: 100%;
  text-align: left;
  -webkit-text-size-adjust: none;
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  overflow-x: hidden;
}
body.lock {
  overflow: hidden;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
a:hover {
  color: #FF6263;
}

ol > li {
  list-style-type: decimal;
}

ul > li {
  list-style-type: disc;
}

ol li, ul li {
  list-style-position: outside;
  margin-left: 26px;
}

hr {
  border: 1px solid #333;
  border-top: none;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1, h2, h3 {
  line-height: 1.3em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

input, select, textarea {
  padding: 0 5px;
  outline: none;
  box-sizing: border-box;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #333;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #333;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #333;
}

select {
  cursor: pointer;
}

.textarea {
  height: 150px;
  padding: 5px;
}

.placeholder_form p {
  display: inline-block;
  position: relative;
}
.placeholder_form p label {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 24px;
  text-align: left;
  text-indent: 5px;
  cursor: pointer;
}
.placeholder_form p input {
  text-indent: 5px;
}

.hover_fade > img {
  opacity: 1;
  transition: all 0.5s;
}
.hover_fade:hover > img {
  opacity: 0.85;
}

.hover_scale > img {
  transition: all 0.5s;
}
.hover_scale:hover > img {
  transform: scale(1.1);
}

.video_icon {
  position: relative;
}
.video_icon .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
}
.video_icon .icon img {
  width: 100%;
  height: 100%;
}

.edit_wrap {
  clear: both;
  width: 100%;
  line-height: 1.8em;
}
.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4, .edit_wrap h5, .edit_wrap h6, .edit_wrap p, .edit_wrap img, .edit_wrap video, .edit_wrap iframe {
  margin-bottom: 12px;
}
.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4, .edit_wrap h5, .edit_wrap h6, .edit_wrap p {
  line-height: 1.8em;
}
.edit_wrap img, .edit_wrap video, .edit_wrap iframe {
  margin-top: 10px;
}
.edit_wrap h1 {
  font-size: 20px;
}
.edit_wrap h2 {
  font-size: 18px;
}
.edit_wrap h3 {
  font-size: 16px;
}
.edit_wrap h4 {
  font-size: 15px;
}
.edit_wrap h5 {
  font-size: 22px;
}
.edit_wrap h6 {
  font-size: 24px;
}
.edit_wrap img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto 30px auto;
}
.edit_wrap video {
  width: 100%;
  background-size: cover;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
}
.edit_wrap iframe {
  width: 100%;
}
.edit_wrap table {
  border: 1px solid #ccc;
}
.edit_wrap table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.edit_wrap table td:last-child {
  border-right: none;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
}
/* header.css ==============================================*/
.header {
  width: 100%;
}
.header .top_menu {
  background: #007fff;
}

/* footer.css ==============================================*/
.footer {
  position: relative;
  padding: 8vw 0 5vw 0;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(to bottom, #000, #004780);
}
.footer .main {
  position: relative;
  z-index: 1;
}
.footer .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.footer .item:last-child {
  margin-bottom: 0;
}
.footer .item span {
  width: 95px;
  margin-right: 30px;
}
.footer .item p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 125px);
}
.footer .item p img {
  height: 40px;
  margin: 15px 50px 15px 0;
  margin-right: 50px;
  margin-bottom: 20px;
}
.footer .item p .microfusion {
  height: 60px;
}

@media screen and (max-width: 580px) {
  .footer .item {
    max-width: 350px;
    margin: 0 auto;
  }
  .footer .item p {
    flex-direction: column;
  }
  .footer .item p img {
    margin-right: 0;
  }
}
@media screen and (max-width: 430px) {
  .footer .item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .footer .item:last-child {
    margin-bottom: 0;
  }
  .footer .item span {
    margin-right: 0;
  }
  .footer .item p {
    width: 100%;
  }
}
/* index.css ==============================================*/
@keyframes dateWrapFadeIn {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
body {
  background: #000;
}

.flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.home {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}
.home::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 0;
  padding-bottom: 63%;
}
.home .main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
.home .logo_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 15px 0;
}
.home .logo_wrap a {
  margin: 0 25px;
}
.home .logo_wrap img {
  width: 200px;
}
.home .date_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  opacity: 0;
  padding-right: 5vw;
}
.home .date_wrap.show {
  animation: dateWrapFadeIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.home .date_wrap .box, .home .date_wrap .btn_wrap {
  width: 100%;
  max-width: 550px;
}
.home .date_wrap .box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.home .date_wrap .date {
  width: 40%;
  margin-right: 25px;
}
.home .date_wrap .time {
  width: 40%;
}
.home .date_wrap .btn_wrap {
  padding-left: 20%;
}
.home .date_wrap .btn_wrap a {
  display: block;
  cursor: pointer;
}
.home .date_wrap .btn_wrap a:hover img {
  transform: scale(1.07);
}
.home .date_wrap .btn_wrap a img {
  width: 100px;
  transition: 0.3s ease;
}
.home #container {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}
.home #finalImg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 3.5s ease-in-out;
  z-index: 1;
}
.home #particleCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: 2;
  pointer-events: none;
  display: block;
}
.home #fx-slogan-container {
  position: absolute;
  right: 0;
  top: -5%;
  z-index: 5;
  width: 62.5%;
  height: 100%;
  background: transparent;
  overflow: hidden;
}
.home #mainCanvas {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  border: none;
  outline: none;
  image-rendering: -webkit-optimize-contrast;
}

.float_btn {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 100;
  transition: 0.3s ease;
  pointer-events: none;
}
.float_btn.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.float_btn:hover {
  transform: scale(1.08);
}
.float_btn img {
  width: 100px;
}

.bg_wrap {
  position: relative;
  z-index: 2;
}
.bg_wrap.trans::before {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transition-duration: 3s;
}
.bg_wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-repeat: no-repeat;
  opacity: 0;
  filter: blur(20px);
  transform: scale(0.8);
  pointer-events: none;
}
.bg_wrap.bg_1::before {
  height: calc(100% + 16vw);
  background-image: url("../	images/bg_1.png");
  background-position: top right;
  transform: translateY(-16vw);
  background-size: 100% auto;
}
.bg_wrap.bg_2::before {
  height: calc(100% + 16vw);
  transform: translateY(-8vw);
  background-image: url("../	images/bg_2.png");
  background-position: top left;
  background-size: auto 100%;
}
.bg_wrap.bg_3::before {
  height: calc(100% + 16vw);
  transform: translateY(-16vw);
  background-image: url("../	images/bg_3.png");
  background-position: top right;
  background-size: auto 100%;
}
.bg_wrap.bg_4::before {
  height: calc(100% + 24vw);
  transform: translateY(-15vw);
}

.title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.title h2 {
  margin-right: 30px;
  line-height: 1.2em;
  padding: 0 15px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.title p {
  font-size: 22px;
}
.intro {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding-top: 0;
}
.intro .head {
  margin-bottom: 30px;
}
.intro .head h2 img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 10px auto;
}
.intro .head h1 {
  font-size: 60px;
}
.intro .text .box {
  margin-bottom: 30px;
}
.intro .text h3 {
  color: #fff352;
  font-size: 24px;
  margin-bottom: 10px;
}
.intro .text p {
  line-height: 1.8em;
}
.intro .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro .btn_wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  min-height: 50px;
  padding: 10px 20px;
  z-index: 1;
  border-radius: 15px;
  transition-duration: 0.5s;
  font-size: 20px;
}
.intro .btn_wrap a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 3px;
  background: linear-gradient(to bottom, #2640ff, rgba(197, 7, 245, 0.5));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.intro .btn_wrap a:hover {
  background: linear-gradient(to bottom, #2640ff, rgba(197, 7, 245, 0.5));
  color: #fff;
}
.intro .btn_wrap a strong {
  margin-right: 10px;
  font-size: 26px;
}
.intro .btn_wrap a strong span {
  margin: 0 10px;
}

.info .group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.info .group .text {
  position: relative;
  padding: 30px 50px;
}
.info .group .text::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 3px;
  background: linear-gradient(to bottom, #2640ff, rgba(197, 7, 245, 0.5));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.info .group .text p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.7em;
  font-size: 24px;
}
.info .group .text p strong {
  width: 80px;
  font-weight: normal;
}
.info .group .text p span {
  width: calc(100% - 80px);
}
.info .group .text p i {
  font-size: 16px;
  font-style: normal;
}

.focus {
  position: relative;
  z-index: 2;
}
.focus .item_wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.focus .item_wrap .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  width: 30%;
}
.focus .item_wrap .item:nth-child(1), .focus .item_wrap .item:nth-child(3) {
  z-index: 1;
}
.focus .item_wrap .item:nth-child(2) {
  flex-direction: column-reverse;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}
.focus .item_wrap .item:nth-child(2) .line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 65%;
  padding-bottom: 70%;
  transform: translate(-50%, -50%);
}
.focus .item_wrap .item:nth-child(2) .line:before, .focus .item_wrap .item:nth-child(2) .line:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  padding-bottom: 65.88%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.focus .item_wrap .item:nth-child(2) .line:before {
  right: 100%;
  background-image: url("../images/focus_line_l.png");
}
.focus .item_wrap .item:nth-child(2) .line:after {
  left: 100%;
  background-image: url("../images/focus_line_r.png");
}
.focus .item_wrap .item .pic {
  position: relative;
  width: 90%;
  max-width: 396px;
}
.focus .item_wrap .item .pic img {
  width: 100%;
}
.focus .item_wrap .item .text h3 {
  color: #007fff;
  font-size: 30px;
  margin-bottom: 10px;
}
.focus .item_wrap .item .text p {
  line-height: 1.5em;
}

.speaker .group {
  margin-bottom: 5vw;
}
.speaker .head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5vw;
}
.speaker .head p {
  padding: 10px 30px;
  background: linear-gradient(to bottom, #04179f, #6f0ead);
  border-radius: 10px;
  font-size: 32px;
  line-height: 1.2em;
}
.speaker .item_wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
}
.speaker .item_wrap.disabled .slider {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.speaker .item_wrap.disabled .slider_btn_wrap {
  display: none;
}
.speaker .item_wrap .item {
  position: relative;
  width: 25%;
}
.speaker .item_wrap .item .pic, .speaker .item_wrap .item .text {
  width: 50%;
}
.speaker .item_wrap .item .pic {
  position: relative;
  width: 100%;
  padding-left: 12%;
}
.speaker .item_wrap .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("../images/speaker_bg.png") no-repeat top left;
  background-size: auto 100%;
}
.speaker .item_wrap .item .pic::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 88%;
  height: 3px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.speaker .item_wrap .item .pic .box {
  position: relative;
  width: 50%;
  height: 0;
  padding-bottom: 60%;
}
.speaker .item_wrap .item .pic img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
.speaker .item_wrap .item .text {
  width: 100%;
  padding-left: 17%;
}
.speaker .item_wrap .item .text h3 {
  color: rgba(255, 255, 255, 0.2);
  font-size: 40px;
  min-height: 40px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1em;
}
.speaker .item_wrap .item .text h4 {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.5em;
}
.speaker .item_wrap .item .text p {
  margin-bottom: 10px;
  line-height: 1.5em;
  font-size: 14px;
}

.agenda .agenda_list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.agenda .agenda_list .item .time {
  width: 140px;
  font-weight: bold;
  font-size: 1rem;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
}
.agenda .agenda_list .item .text {
  width: calc(100% - 170px);
}
.agenda .agenda_list .item h3 {
  margin-bottom: 10px;
  line-height: 1.5em;
  font-size: 20px;
  color: #007fff;
}
.agenda .agenda_list .item p {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5em;
  padding-left: 0;
}
.agenda .agenda_list .item p:last-child {
  margin-bottom: 0;
}
.agenda .agenda_list .item li {
  margin-left: 0;
  margin-bottom: 10px;
  list-style: none;
}
.agenda .agenda_list .item li:last-child {
  margin-bottom: 0;
}
.agenda .agenda_list .item .flex {
  line-height: 1.5em;
}
.agenda .agenda_list .item .flex span {
  width: 80px;
  margin-right: 10px;
}
.agenda .agenda_list .item .flex .th {
  min-width: 80px;
}
.agenda .agenda_list .item .flex p, .agenda .agenda_list .item .flex ul {
  width: calc(100% - 90px);
}
.agenda .agenda_list .item .tag {
  color: #007fff;
  font-weight: bold;
}
.agenda .agenda_list .item .list {
  list-style: none;
  padding: 0;
  font-size: 0.9rem;
}
.agenda .agenda_list .item .list li::before {
  content: "• ";
  color: #007fff;
}
.agenda .tracks_group .track_bar {
  width: 100%;
  margin-bottom: 30px;
  padding: 3px 20px;
  background: #007fff;
  color: #fff;
  font-size: 22px;
  border-radius: 30px;
  text-align: center;
}
.agenda .tracks_group .tracks_items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.agenda .tracks_group .tracks_items .track {
  width: 32%;
  margin-right: 2%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 15px;
}
.agenda .tracks_group .tracks_items .track:nth-child(3n) {
  margin-right: 0;
}
.agenda .tracks_group .tracks_items .track.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.agenda .tracks_group .tracks_items .track .track_tag {
  display: inline-block;
  padding: 0px 10px;
  border-radius: 20px;
  font-size: 1rem;
  margin-bottom: 15px;
  background: #007fff;
}
.agenda .tracks_group .tracks_items .track_head {
  padding-top: 3px;
  padding-bottom: 0;
  margin-bottom: 10px;
  background: #007fff;
  color: #fff;
  font-size: 22px;
  border-radius: 30px;
  text-align: center;
  border: none;
}

.ticket .item_wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.ticket .item {
  position: relative;
  flex: 1;
  padding: 50px 10px;
  margin-right: 40px;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
.ticket .item:nth-child(3) {
  margin-right: 0;
}
.ticket .item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 3px;
  background: linear-gradient(to bottom, #2640ff, rgba(230, 131, 255, 0.5));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.ticket .item .text h3, .ticket .item .text p {
  margin-bottom: 10px;
}
.ticket .item .text h3 {
  color: #3facff;
  font-size: 32px;
}
.ticket .item .text p {
  font-size: 20px;
  line-height: 1.3em;
}
.ticket .item .text strong {
  margin: 0 5px;
  font-weight: bold;
  color: #3facff;
  font-size: 38px;
}

.map .frame_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.map .frame_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.article .item_wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article .item_wrap .item {
  position: relative;
  width: 31%;
  margin-right: 3.5%;
  padding: 15px;
}
.article .item_wrap .item:nth-child(3n) {
  margin-right: 0;
}
.article .item_wrap .item::before, .article .item_wrap .item::after {
  content: "";
  position: absolute;
  z-index: 0;
}
.article .item_wrap .item::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(200, 200, 200, 0.1));
  border-radius: 8px;
}
.article .item_wrap .item::after {
  right: 0;
  top: 2px;
  width: calc(100% - 2px);
  height: calc(100% - 4px);
  background: #000;
  border-radius: 6px 0 0 6px;
}
.article .item_wrap .item:hover .pic img {
  transform: scale(1.15);
}
.article .item_wrap .item:hover .text {
  color: #007fff;
}
.article .item_wrap .item .pic, .article .item_wrap .item .text {
  position: relative;
  z-index: 1;
}
.article .item_wrap .item .pic {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}
.article .item_wrap .item .pic img {
  width: 100%;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.article .item_wrap .item .text {
  margin-bottom: 10px;
}
.article .item_wrap .item .text p {
  line-height: 1.5em;
}
.article .item_wrap .item .tag {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.article .item_wrap .item .tag span {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #007fff;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .home .date_wrap .box {
    flex-direction: column;
    align-items: flex-end;
  }
  .home .date_wrap .box .date {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .home .date_wrap .box .time {
    width: 40%;
  }
  .home .date_wrap .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
  }
  .focus .item_wrap .item {
    width: 32%;
  }
  .focus .item_wrap .item:nth-child(2) .line:before, .focus .item_wrap .item:nth-child(2) .line:after {
    width: 80%;
    padding-bottom: 52%;
  }
  .focus .item_wrap .item .text h3 {
    font-size: 24px;
  }
  .focus .item_wrap .item .text p {
    font-size: 17px;
  }
}
@media screen and (max-width: 1000px) {
  .home {
    padding-bottom: 60px;
  }
  .home .logo_wrap img {
    width: 140px;
  }
  .home #container {
    margin-top: 60px;
  }
}
@media screen and (max-width: 900px) {
  .focus .item_wrap .item:nth-child(2) {
    flex-direction: column;
    justify-content: flex-start;
  }
  .focus .item_wrap .item:nth-child(2) .line {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .title {
    margin-bottom: 30px;
  }
  .focus .item_wrap {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
  .focus .item_wrap .item {
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
  }
  .focus .item_wrap .item:nth-child(2) {
    flex-direction: row;
  }
  .focus .item_wrap .item:last-child {
    margin-bottom: 0;
  }
  .focus .item_wrap .item .pic {
    width: 150px;
    margin-right: 20px;
  }
  .focus .item_wrap .item .text {
    width: calc(100% - 170px);
  }
  .speaker .head {
    margin-bottom: 40px;
  }
  .speaker .head p {
    font-size: 22px;
  }
  .ticket .item {
    margin-right: 20px;
  }
  .ticket .item:nth-child(3) {
    margin-right: 0;
  }
  .ticket .item .text h3 {
    font-size: 24px;
  }
  .ticket .item .text p strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .agenda .agenda_list .item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .agenda .agenda_list .item .time {
    margin-bottom: 15px;
  }
  .agenda .agenda_list .item .text {
    width: 100%;
  }
  .agenda .agenda_list .item .text p span {
    display: block;
    text-align: center;
  }
  .agenda .tracks_group .tracks_items .track {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 750px) {
  .ticket .item_wrap {
    flex-direction: column;
  }
  .ticket .item_wrap .item {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 15px;
  }
  .ticket .item_wrap .item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .home {
    padding-bottom: 80px;
  }
  .home .logo_wrap {
    justify-content: flex-start;
    padding-left: 20px;
  }
  .home .logo_wrap a {
    margin: 0;
    margin-right: 20px;
  }
  .home #container {
    margin-top: 100px;
  }
  .home #fx-slogan-container {
    top: 0;
  }
  .intro {
    margin-top: 3vw;
  }
  .intro .head h1 {
    font-size: 48px;
  }
  .intro .text h3 {
    font-size: 24px;
  }
  .intro .text p {
    font-size: 16px;
  }
  .title {
    justify-content: center;
    margin-bottom: 30px;
  }
  .title h2 {
    margin: 0;
    font-size: 28px;
  }
  .agenda .agenda_list .item .flex span {
    margin-right: 0;
  }
  .agenda .agenda_list .item .flex p, .agenda .agenda_list .item .flex ul {
    width: calc(100% - 80px);
  }
  .agenda .tracks_group .track_bar {
    font-size: 18px;
  }
  .article .item_wrap {
    flex-direction: column;
    max-width: 320px;
    margin: 0 auto;
  }
  .article .item_wrap .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .article .item_wrap .item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .info .group .text {
    padding: 15px 20px;
  }
  .info .group .text p {
    font-size: 20px;
  }
  .info .group .text p strong {
    width: 70px;
  }
  .info .group .text p span {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 550px) {
  .agenda .tracks_group .tracks_head_items {
    display: none;
  }
  .agenda .tracks_group .tracks_items .track {
    width: 100%;
    padding-top: 50px;
    margin-right: 0 !important;
    overflow: hidden;
  }
  .agenda .tracks_group .tracks_items .track::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #007fff;
    color: #fff;
    text-align: center;
  }
  .agenda .tracks_group .tracks_items .track:nth-child(1):before {
    content: "雲端轉型初探";
  }
  .agenda .tracks_group .tracks_items .track:nth-child(2):before {
    content: "AI 落地應用";
  }
  .agenda .tracks_group .tracks_items .track:nth-child(3):before {
    content: "Agent 智動化生態系";
  }
}
@media screen and (max-width: 530px) {
  .intro .btn_wrap a {
    flex-direction: column;
  }
  .intro .btn_wrap a strong {
    margin-bottom: 10px;
  }
  .intro .btn_wrap a strong span {
    display: none;
  }
  .intro .btn_wrap a span {
    margin-bottom: 5px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  .home {
    padding-bottom: 100px;
  }
  .home .logo_wrap {
    padding: 10px;
  }
  .home .logo_wrap img {
    width: 100px;
  }
  .home .date_wrap .box .date {
    width: 65%;
  }
  .home .date_wrap .box .time {
    width: 50%;
  }
  .home .date_wrap .btn_wrap {
    padding-right: 10vw;
  }
  .home .date_wrap .btn_wrap a img {
    width: 75px;
  }
  .home #fx-slogan-container {
    top: 5%;
  }
  .intro .head {
    margin-bottom: 20px;
  }
  .intro .head h1 {
    font-size: 38px;
  }
  .intro .text h3 {
    font-size: 20px;
  }
  .intro .text p {
    font-size: 15px;
  }
  .agenda .agenda_list .item .flex {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .agenda .agenda_list .item .flex:last-child {
    margin-bottom: 0;
  }
  .agenda .agenda_list .item .flex span {
    margin-bottom: 5px;
    font-weight: bold;
  }
  .agenda .agenda_list .item .flex p, .agenda .agenda_list .item .flex ul {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .agenda .agenda_list .item {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .agenda .agenda_list .item.time_item {
    align-items: center;
  }
  .agenda .agenda_list .item.time_item .text {
    text-align: center;
  }
  .agenda .agenda_list .item .time {
    width: 100%;
    font-size: 18px;
  }
  .agenda .agenda_list .item .text {
    width: 100%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 400px) {
  .info .group .text p {
    font-size: 17px;
  }
  .info .group .text p strong {
    width: 60px;
  }
  .info .group .text p span {
    width: calc(100% - 60px);
  }
  .focus .item_wrap .item {
    flex-direction: column !important;
    align-items: center;
  }
  .focus .item_wrap .item .text {
    width: auto;
    margin: 0 auto;
  }
}
/* main.css ==============================================*/
.mw_30 {
  max-width: 30px;
}

.mw_40 {
  max-width: 40px;
}

.mw_50 {
  max-width: 50px;
}

.mw_60 {
  max-width: 60px;
}

.mw_70 {
  max-width: 70px;
}

.mw_80 {
  max-width: 80px;
}

.mw_90 {
  max-width: 90px;
}

.mw_100 {
  max-width: 100px;
}

.mw_110 {
  max-width: 110px;
}

.mw_120 {
  max-width: 120px;
}

.mw_130 {
  max-width: 130px;
}

.mw_140 {
  max-width: 140px;
}

.mw_150 {
  max-width: 150px;
}

.mw_160 {
  max-width: 160px;
}

.mw_170 {
  max-width: 170px;
}

.mw_180 {
  max-width: 180px;
}

.mw_190 {
  max-width: 190px;
}

.mw_200 {
  max-width: 200px;
}

.mw_210 {
  max-width: 210px;
}

.mw_220 {
  max-width: 220px;
}

.mw_230 {
  max-width: 230px;
}

.mw_240 {
  max-width: 240px;
}

.mw_250 {
  max-width: 250px;
}

.mw_260 {
  max-width: 260px;
}

.mw_270 {
  max-width: 270px;
}

.mw_280 {
  max-width: 280px;
}

.mw_290 {
  max-width: 290px;
}

.mw_300 {
  max-width: 300px;
}

.mw_310 {
  max-width: 310px;
}

.mw_320 {
  max-width: 320px;
}

.mw_330 {
  max-width: 330px;
}

.mw_340 {
  max-width: 340px;
}

.mw_350 {
  max-width: 350px;
}

.box {
  display: block;
  width: 100%;
}

.wrap {
  clear: both;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.video_h {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.full_wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.full_vid {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.video_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.fixed_bg {
  background-attachment: fixed;
}

.cover_bg, .contain_bg {
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cover_bg {
  background-size: cover;
}

.contain_bg {
  background-size: contain;
}

.content {
  width: 100%;
}

.section {
  padding: 3vw 0;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.terms .box {
  margin-bottom: 30px;
}
.terms label {
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}
.terms label:hover {
  color: #D90000;
}
.terms label input {
  margin-right: 10px;
}
.terms ul li, .terms ol li {
  margin-bottom: 10px;
}
.terms ul li ul, .terms ul li ol, .terms ol li ul, .terms ol li ol {
  margin-top: 10px;
}
.terms ul > li {
  list-style-type: disc;
}

.slider_btn_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.slider_btn {
  opacity: 0.5;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: #f1f1f1;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.slider_btn:hover {
  background: #007fff;
}
.slider_btn:hover span:before {
  border-color: #fff !important;
}
.slider_btn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
}
.slider_btn span:before {
  content: "";
  display: block;
  width: 70%;
  height: 70%;
  border-top: 3px solid #333;
  transition: 0.3s ease;
}
.slider_btn.prev {
  left: 0;
}
.slider_btn.prev span:before {
  border-left: 3px solid #333;
  transform: translateX(3px) rotate(-45deg);
}
.slider_btn.next {
  right: 0;
}
.slider_btn.next span:before {
  border-right: 3px solid #333;
  transform: translateX(-3px) rotate(45deg);
}

@media screen and (max-width: 640px) {
  .section {
    padding: 6vw 0;
  }
}
/* inViewport.css ==============================================*/
.view_item {
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.view_item.trans.to_top, .view_item.trans.to_right, .view_item.trans.to_left, .view_item.trans.to_bottom {
  opacity: 1;
  transform: translateX(0);
}
.view_item.trans.scale_in {
  transform: scale(1);
}
.view_item.trans .scale_out {
  transform: scale(0.8);
}
.view_item.trans.bg_scale_in, .view_item.trans.bg_scale_out {
  opacity: 1;
  transform: scale(1);
}
.view_item.trans.fade_in {
  opacity: 1;
}
.view_item.trans.flip {
  opacity: 1;
  transform: rotateY(0);
}
.view_item.trans.speed_scale_left, .view_item.trans.speed_scale_right {
  opacity: 1;
  transform: scale(1) translate(0);
}
.view_item.trans.from_tl, .view_item.trans.from_tr, .view_item.trans.from_bl, .view_item.trans.from_br {
  opacity: 1;
  transform: translate(0, 0);
}

.view_group .to_top, .view_group .to_right, .view_group .to_left, .view_group .to_bottom, .view_group .bg_scale_in, .view_group .bg_scale_out, .view_group .fade_in, .view_group .flip, .view_group .speed_scale_left, .view_group .speed_scale_right, .view_group .extrude_w, .view_group .extrude_h, .view_group .from_tl, .view_group .from_tr, .view_group .from_bl, .view_group .from_br {
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.view_group.trans .to_top, .view_group.trans .to_right, .view_group.trans .to_left, .view_group.trans .to_bottom {
  opacity: 1;
  transform: translateX(0);
}
.view_group.trans .scale_in, .view_group.trans .scale_out {
  opacity: 0;
}
.view_group.trans .scale_in {
  transform: scale(1);
}
.view_group.trans .scale_out {
  transform: scale(0.8);
}
.view_group.trans .bg_scale_in, .view_group.trans .bg_scale_out {
  opacity: 1;
  transform: scale(1);
}
.view_group.trans .fade_in {
  opacity: 1;
}
.view_group.trans .flip {
  opacity: 1;
  transform: rotateY(0);
}
.view_group.trans .speed_scale_left, .view_group.trans .speed_scale_right {
  opacity: 1;
  transform: scale(1) translate(0);
}
.view_group.trans .extrude_w, .view_group.trans .extrude_h {
  opacity: 1;
}
.view_group.trans .extrude_w {
  width: 100%;
}
.view_group.trans .extrude_h {
  height: 100%;
}
.view_group.trans .from_tl, .view_group.trans .from_tr, .view_group.trans .from_bl, .view_group.trans .from_br {
  opacity: 1;
  transform: translate(0, 0);
}

.to_top, .to_right, .to_left, .to_bottom {
  opacity: 0;
}

.to_top {
  transform: translateY(50%);
}

.to_right {
  transform: translateX(-50%);
}

.to_bottom {
  transform: translateY(-50%);
}

.to_left {
  transform: translateX(50%);
}

.from_tl, .from_tr, .from_bl, .from_br {
  opacity: 0;
}

.from_tl {
  transform: translate(-50%, -50%);
}

.from_tr {
  transform: translate(50%, -50%);
}

.from_bl {
  transform: translate(-50%, 50%);
}

.from_br {
  transform: translate(50%, 50%);
}

.scale_in, .scale_out {
  opacity: 0;
}

.scale_in {
  transform: scale(0);
}

.speed_scale_left, .speed_scale_right {
  opacity: 0;
  transition-delay: 0.3s;
}

.speed_scale_left {
  transform: scale(5) translate(-50%, 100%);
}

.speed_scale_right {
  transform: scale(5) translate(50%, 100%);
}

.bg_scale_in {
  opacity: 0;
  transform: scale(0.6);
  transition-duration: 1.5s;
}

.bg_scale_out {
  opacity: 0;
  transform: scale(1.3);
  transition-duration: 1.5s;
}

.fade_in {
  opacity: 0;
}

.flip {
  opacity: 0;
  transform: rotateY(180deg);
}

.flip_parent {
  perspective: 150vh;
}

.extrude_w {
  opacity: 0;
  width: 0;
}

.extrude_h {
  opacity: 0;
  height: 0;
}

.delay_1 {
  transition-delay: 0.2s;
}

.delay_2 {
  transition-delay: 0.4s;
}

.delay_3 {
  transition-delay: 0.6s;
}

.delay_4 {
  transition-delay: 0.8s;
}

.delay_5 {
  transition-delay: 1s;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

/* mobilerBtn.css ==============================================*/
.menu_m {
  display: none;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  width: 30px;
  height: 22px;
  cursor: pointer;
  transition: 0.3s ease;
}
.menu_m .group {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.menu_m .group div {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.3s ease;
}
.menu_m .group .line1 {
  top: 0;
}
.menu_m .group .line2, .menu_m .group .line3 {
  top: 50%;
  transform: translateY(-50%);
}
.menu_m .group .line4 {
  bottom: 0;
}
.menu_m:hover .group .line1, .menu_m:hover .group .line4 {
  transform: translateX(5px);
}
.menu_m:hover .group .line2, .menu_m:hover .group .line3 {
  transform: translate(-5px, -50%);
}
.menu_m.on {
  width: 30px;
  height: 22px;
  margin-left: 50px;
}
.menu_m.on .group {
  top: -2px;
  transform: rotate(360deg);
}
.menu_m.on .group div {
  background: #D90000;
}
.menu_m.on .group .line1, .menu_m.on .group .line4 {
  top: 0;
  opacity: 0;
  transition: transform 0.5s ease 0, top 0.5s ease 0, opacity 0.1s ease 0.4;
}
.menu_m.on .group .line2 {
  transform: rotate(45deg);
}
.menu_m.on .group .line3 {
  transform: rotate(-45deg);
}
.menu_m.on:hover {
  transform: translateY(-50%) rotate(-180deg) scale(1.2);
}

.menu_m .group .line2, .menu_m .group .line3 {
  transition: all 0.5s 0 ease;
}

.menu_m .group .line1, .menu_m .group .line4, .menu_m.on .group .line2, .menu_m.on .group .line3 {
  transition: transform 0.5s ease 0.4, top 0.5s ease 0.4, opacity 0.1s ease 0.4;
}

@media screen and (max-width: 990px) {
  .menu_m {
    display: block;
  }
}
/* overlay.css ==============================================*/
.overlay_wrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  transform: scale(0);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(0, 0, 0, 0.7);
  cursor: url(../images/index/mouse_icon_w.png), auto;
}
.overlay_wrap.trans {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.overlay_wrap.trans .overlay_content {
  opacity: 1;
}
.overlay_wrap.full > .overlay_close_btn {
  display: block;
  width: 50px;
  height: 50px;
}
.overlay_wrap.full > .overlay_close_btn:before, .overlay_wrap.full > .overlay_close_btn:after {
  background: #fff;
}
.overlay_wrap.in_close > .overlay_close_btn {
  display: none;
}

.overlay_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
  cursor: url(../images/icon/mouse_icon_w.png), auto;
}

.overlay_content {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  pointer-events: none;
  cursor: default;
}

.overlay_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 20px 0;
  box-sizing: border-box;
}

.overlay_box {
  display: none;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.overlay_box.trans {
  display: block;
}

.overlay_close_btn {
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 30;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  box-sizing: border-box;
}
.overlay_close_btn:hover {
  transform: rotateZ(180deg) scale(1.2);
}
.overlay_close_btn:before, .overlay_close_btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 2px;
  background: #007fff;
}
.overlay_close_btn:before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.overlay_close_btn:after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.overlay_slider_btn {
  display: block;
  position: fixed;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.overlay_slider_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  width: 40px;
  height: 40px;
  transform: rotateZ(45deg);
}
.overlay_slider_btn:hover.prev {
  left: 30px;
}
.overlay_slider_btn:hover.next {
  right: 30px;
}
.overlay_slider_btn.prev {
  left: 40px;
}
.overlay_slider_btn.prev:before {
  left: 9px;
  border-bottom: 5px solid #8B4513;
  border-left: 5px solid #8B4513;
}
.overlay_slider_btn.next {
  right: 40px;
}
.overlay_slider_btn.next:before {
  right: 9px;
  border-top: 5px solid #8B4513;
  border-right: 5px solid #8B4513;
}

.notice_box {
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 50px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.5em;
  box-sizing: border-box;
}
.notice_box p {
  margin-bottom: 10px;
}
.notice_box p:last-child {
  margin-bottom: 0;
}

.notice_btn {
  display: inline-block;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 2px 20px;
  background: #ddd;
  border-radius: 7px;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-size: 16px;
}
.notice_btn:hover {
  background: #8B4513;
  border-color: #ccc;
  color: #fff;
}

.notice_box {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  background: #fff;
  color: #4b545e;
  text-align: center;
}
.notice_box .group {
  padding: 30px;
}
.notice_box .notice_text {
  margin-bottom: 30px;
}
.notice_box .notice_btn {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 5px;
  background: #2065ac;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}
.notice_box .notice_btn:hover {
  background: #4b545e;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

/*# sourceMappingURL=style.css.map */
