@font-face {
  font-family: 'HelveticaNeue';
  src: url("font/HelveticaNeue.woff") format("woff");
}

body {
  font-family: Helvetica, "Noto Sans TC", sans-serif;
  background-color: #edf2db;
}

.main_color {
  color: #68f9ff;
}

.sub_color {
  color: #79717c;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: .5rem;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background-color: #fff;
  font-size: .95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms, -webkit-transform 240ms, -webkit-box-shadow 240ms;
}

.fix_aside .fx_item.is_primary {
  background-color: #1baab4;
  color: #fff;
  line-height: 1.3;
}

.fix_aside .fx_item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}

.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fix_aside .fx_item .in_wrap.txt {
  color: #ffe000;
}

.fix_aside .fx_item .in_wrap.txt img {
  position: relative;
  width: 100%;
}

.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}

.fix_aside .fx_item .in_wrap.ic .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.g_header .header_cnt {
  position: relative;
  padding: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_header .header_sns {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 12px;
  text-align: right;
}

.g_header .header_sns .hover {
  display: inline-block;
  position: relative;
}

.g_header .header_sns .hover img {
  width: 40px;
  line-height: 0;
}

.g_header .header_sns .hover:hover .hover_menu {
  display: block;
}

.g_header .header_sns .hover_holder {
  cursor: pointer;
}

.g_header .header_sns .hover_menu {
  position: absolute;
  padding: 0.5em 0;
  display: none;
}

.g_header .header_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
}

@-webkit-keyframes scaleInBounce {
  0% {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  3.4% {
    -webkit-transform: matrix(1.068, 0, 0, 1.059, 0, 0);
    transform: matrix(1.068, 0, 0, 1.059, 0, 0);
  }
  4.7% {
    -webkit-transform: matrix(1.055, 0, 0, 1.04, 0, 0);
    transform: matrix(1.055, 0, 0, 1.04, 0, 0);
  }
  6.81% {
    -webkit-transform: matrix(1.034, 0, 0, 1.011, 0, 0);
    transform: matrix(1.034, 0, 0, 1.011, 0, 0);
  }
  9.41% {
    -webkit-transform: matrix(1.012, 0, 0, 0.983, 0, 0);
    transform: matrix(1.012, 0, 0, 0.983, 0, 0);
  }
  10.21% {
    -webkit-transform: matrix(1.006, 0, 0, 0.977, 0, 0);
    transform: matrix(1.006, 0, 0, 0.977, 0, 0);
  }
  13.61% {
    -webkit-transform: matrix(0.988, 0, 0, 0.967, 0, 0);
    transform: matrix(0.988, 0, 0, 0.967, 0, 0);
  }
  14.11% {
    -webkit-transform: matrix(0.986, 0, 0, 0.967, 0, 0);
    transform: matrix(0.986, 0, 0, 0.967, 0, 0);
  }
  17.52% {
    -webkit-transform: matrix(0.979, 0, 0, 0.976, 0, 0);
    transform: matrix(0.979, 0, 0, 0.976, 0, 0);
  }
  18.72% {
    -webkit-transform: matrix(0.979, 0, 0, 0.981, 0, 0);
    transform: matrix(0.979, 0, 0, 0.981, 0, 0);
  }
  21.32% {
    -webkit-transform: matrix(0.98, 0, 0, 0.993, 0, 0);
    transform: matrix(0.98, 0, 0, 0.993, 0, 0);
  }
  24.32% {
    -webkit-transform: matrix(0.985, 0, 0, 1.004, 0, 0);
    transform: matrix(0.985, 0, 0, 1.004, 0, 0);
  }
  25.23% {
    -webkit-transform: matrix(0.987, 0, 0, 1.006, 0, 0);
    transform: matrix(0.987, 0, 0, 1.006, 0, 0);
  }
  29.03% {
    -webkit-transform: matrix(0.994, 0, 0, 1.01, 0, 0);
    transform: matrix(0.994, 0, 0, 1.01, 0, 0);
  }
  29.93% {
    -webkit-transform: matrix(0.995, 0, 0, 1.01, 0, 0);
    transform: matrix(0.995, 0, 0, 1.01, 0, 0);
  }
  35.54% {
    -webkit-transform: matrix(1.002, 0, 0, 1.004, 0, 0);
    transform: matrix(1.002, 0, 0, 1.004, 0, 0);
  }
  36.74% {
    -webkit-transform: matrix(1.003, 0, 0, 1.002, 0, 0);
    transform: matrix(1.003, 0, 0, 1.002, 0, 0);
  }
  41.04% {
    -webkit-transform: matrix(1.004, 0, 0, 0.998, 0, 0);
    transform: matrix(1.004, 0, 0, 0.998, 0, 0);
  }
  44.44% {
    -webkit-transform: matrix(1.003, 0, 0, 0.997, 0, 0);
    transform: matrix(1.003, 0, 0, 0.997, 0, 0);
  }
  52.15% {
    -webkit-transform: matrix(1.001, 0, 0, 0.999, 0, 0);
    transform: matrix(1.001, 0, 0, 0.999, 0, 0);
  }
  59.86% {
    -webkit-transform: matrix(0.999, 0, 0, 1.001, 0, 0);
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  63.26% {
    -webkit-transform: matrix(0.999, 0, 0, 1.001, 0, 0);
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  75.28% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  85.49% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  90.69% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes scaleInBounce {
  0% {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  3.4% {
    -webkit-transform: matrix(1.068, 0, 0, 1.059, 0, 0);
    transform: matrix(1.068, 0, 0, 1.059, 0, 0);
  }
  4.7% {
    -webkit-transform: matrix(1.055, 0, 0, 1.04, 0, 0);
    transform: matrix(1.055, 0, 0, 1.04, 0, 0);
  }
  6.81% {
    -webkit-transform: matrix(1.034, 0, 0, 1.011, 0, 0);
    transform: matrix(1.034, 0, 0, 1.011, 0, 0);
  }
  9.41% {
    -webkit-transform: matrix(1.012, 0, 0, 0.983, 0, 0);
    transform: matrix(1.012, 0, 0, 0.983, 0, 0);
  }
  10.21% {
    -webkit-transform: matrix(1.006, 0, 0, 0.977, 0, 0);
    transform: matrix(1.006, 0, 0, 0.977, 0, 0);
  }
  13.61% {
    -webkit-transform: matrix(0.988, 0, 0, 0.967, 0, 0);
    transform: matrix(0.988, 0, 0, 0.967, 0, 0);
  }
  14.11% {
    -webkit-transform: matrix(0.986, 0, 0, 0.967, 0, 0);
    transform: matrix(0.986, 0, 0, 0.967, 0, 0);
  }
  17.52% {
    -webkit-transform: matrix(0.979, 0, 0, 0.976, 0, 0);
    transform: matrix(0.979, 0, 0, 0.976, 0, 0);
  }
  18.72% {
    -webkit-transform: matrix(0.979, 0, 0, 0.981, 0, 0);
    transform: matrix(0.979, 0, 0, 0.981, 0, 0);
  }
  21.32% {
    -webkit-transform: matrix(0.98, 0, 0, 0.993, 0, 0);
    transform: matrix(0.98, 0, 0, 0.993, 0, 0);
  }
  24.32% {
    -webkit-transform: matrix(0.985, 0, 0, 1.004, 0, 0);
    transform: matrix(0.985, 0, 0, 1.004, 0, 0);
  }
  25.23% {
    -webkit-transform: matrix(0.987, 0, 0, 1.006, 0, 0);
    transform: matrix(0.987, 0, 0, 1.006, 0, 0);
  }
  29.03% {
    -webkit-transform: matrix(0.994, 0, 0, 1.01, 0, 0);
    transform: matrix(0.994, 0, 0, 1.01, 0, 0);
  }
  29.93% {
    -webkit-transform: matrix(0.995, 0, 0, 1.01, 0, 0);
    transform: matrix(0.995, 0, 0, 1.01, 0, 0);
  }
  35.54% {
    -webkit-transform: matrix(1.002, 0, 0, 1.004, 0, 0);
    transform: matrix(1.002, 0, 0, 1.004, 0, 0);
  }
  36.74% {
    -webkit-transform: matrix(1.003, 0, 0, 1.002, 0, 0);
    transform: matrix(1.003, 0, 0, 1.002, 0, 0);
  }
  41.04% {
    -webkit-transform: matrix(1.004, 0, 0, 0.998, 0, 0);
    transform: matrix(1.004, 0, 0, 0.998, 0, 0);
  }
  44.44% {
    -webkit-transform: matrix(1.003, 0, 0, 0.997, 0, 0);
    transform: matrix(1.003, 0, 0, 0.997, 0, 0);
  }
  52.15% {
    -webkit-transform: matrix(1.001, 0, 0, 0.999, 0, 0);
    transform: matrix(1.001, 0, 0, 0.999, 0, 0);
  }
  59.86% {
    -webkit-transform: matrix(0.999, 0, 0, 1.001, 0, 0);
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  63.26% {
    -webkit-transform: matrix(0.999, 0, 0, 1.001, 0, 0);
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  75.28% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  85.49% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  90.69% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@-webkit-keyframes scaleOutBounce {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  3.4% {
    -webkit-transform: matrix(1.032, 0, 0, 1.041, 0, 0);
    transform: matrix(1.032, 0, 0, 1.041, 0, 0);
  }
  4.7% {
    -webkit-transform: matrix(1.045, 0, 0, 1.06, 0, 0);
    transform: matrix(1.045, 0, 0, 1.06, 0, 0);
  }
  6.81% {
    -webkit-transform: matrix(1.066, 0, 0, 1.089, 0, 0);
    transform: matrix(1.066, 0, 0, 1.089, 0, 0);
  }
  9.41% {
    -webkit-transform: matrix(1.088, 0, 0, 1.117, 0, 0);
    transform: matrix(1.088, 0, 0, 1.117, 0, 0);
  }
  10.21% {
    -webkit-transform: matrix(1.094, 0, 0, 1.123, 0, 0);
    transform: matrix(1.094, 0, 0, 1.123, 0, 0);
  }
  13.61% {
    -webkit-transform: matrix(1.112, 0, 0, 1.133, 0, 0);
    transform: matrix(1.112, 0, 0, 1.133, 0, 0);
  }
  14.11% {
    -webkit-transform: matrix(1.114, 0, 0, 1.133, 0, 0);
    transform: matrix(1.114, 0, 0, 1.133, 0, 0);
  }
  17.52% {
    -webkit-transform: matrix(1.121, 0, 0, 1.124, 0, 0);
    transform: matrix(1.121, 0, 0, 1.124, 0, 0);
  }
  18.72% {
    -webkit-transform: matrix(1.121, 0, 0, 1.119, 0, 0);
    transform: matrix(1.121, 0, 0, 1.119, 0, 0);
  }
  21.32% {
    -webkit-transform: matrix(1.12, 0, 0, 1.107, 0, 0);
    transform: matrix(1.12, 0, 0, 1.107, 0, 0);
  }
  24.32% {
    -webkit-transform: matrix(1.115, 0, 0, 1.096, 0, 0);
    transform: matrix(1.115, 0, 0, 1.096, 0, 0);
  }
  25.23% {
    -webkit-transform: matrix(1.113, 0, 0, 1.094, 0, 0);
    transform: matrix(1.113, 0, 0, 1.094, 0, 0);
  }
  29.03% {
    -webkit-transform: matrix(1.106, 0, 0, 1.09, 0, 0);
    transform: matrix(1.106, 0, 0, 1.09, 0, 0);
  }
  29.93% {
    -webkit-transform: matrix(1.105, 0, 0, 1.09, 0, 0);
    transform: matrix(1.105, 0, 0, 1.09, 0, 0);
  }
  35.54% {
    -webkit-transform: matrix(1.098, 0, 0, 1.096, 0, 0);
    transform: matrix(1.098, 0, 0, 1.096, 0, 0);
  }
  36.74% {
    -webkit-transform: matrix(1.097, 0, 0, 1.098, 0, 0);
    transform: matrix(1.097, 0, 0, 1.098, 0, 0);
  }
  41.04% {
    -webkit-transform: matrix(1.096, 0, 0, 1.102, 0, 0);
    transform: matrix(1.096, 0, 0, 1.102, 0, 0);
  }
  44.44% {
    -webkit-transform: matrix(1.097, 0, 0, 1.103, 0, 0);
    transform: matrix(1.097, 0, 0, 1.103, 0, 0);
  }
  52.15% {
    -webkit-transform: matrix(1.099, 0, 0, 1.101, 0, 0);
    transform: matrix(1.099, 0, 0, 1.101, 0, 0);
  }
  59.86% {
    -webkit-transform: matrix(1.101, 0, 0, 1.099, 0, 0);
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  63.26% {
    -webkit-transform: matrix(1.101, 0, 0, 1.099, 0, 0);
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  75.28% {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  85.49% {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  90.69% {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  100% {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
}

@keyframes scaleOutBounce {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  3.4% {
    -webkit-transform: matrix(1.032, 0, 0, 1.041, 0, 0);
    transform: matrix(1.032, 0, 0, 1.041, 0, 0);
  }
  4.7% {
    -webkit-transform: matrix(1.045, 0, 0, 1.06, 0, 0);
    transform: matrix(1.045, 0, 0, 1.06, 0, 0);
  }
  6.81% {
    -webkit-transform: matrix(1.066, 0, 0, 1.089, 0, 0);
    transform: matrix(1.066, 0, 0, 1.089, 0, 0);
  }
  9.41% {
    -webkit-transform: matrix(1.088, 0, 0, 1.117, 0, 0);
    transform: matrix(1.088, 0, 0, 1.117, 0, 0);
  }
  10.21% {
    -webkit-transform: matrix(1.094, 0, 0, 1.123, 0, 0);
    transform: matrix(1.094, 0, 0, 1.123, 0, 0);
  }
  13.61% {
    -webkit-transform: matrix(1.112, 0, 0, 1.133, 0, 0);
    transform: matrix(1.112, 0, 0, 1.133, 0, 0);
  }
  14.11% {
    -webkit-transform: matrix(1.114, 0, 0, 1.133, 0, 0);
    transform: matrix(1.114, 0, 0, 1.133, 0, 0);
  }
  17.52% {
    -webkit-transform: matrix(1.121, 0, 0, 1.124, 0, 0);
    transform: matrix(1.121, 0, 0, 1.124, 0, 0);
  }
  18.72% {
    -webkit-transform: matrix(1.121, 0, 0, 1.119, 0, 0);
    transform: matrix(1.121, 0, 0, 1.119, 0, 0);
  }
  21.32% {
    -webkit-transform: matrix(1.12, 0, 0, 1.107, 0, 0);
    transform: matrix(1.12, 0, 0, 1.107, 0, 0);
  }
  24.32% {
    -webkit-transform: matrix(1.115, 0, 0, 1.096, 0, 0);
    transform: matrix(1.115, 0, 0, 1.096, 0, 0);
  }
  25.23% {
    -webkit-transform: matrix(1.113, 0, 0, 1.094, 0, 0);
    transform: matrix(1.113, 0, 0, 1.094, 0, 0);
  }
  29.03% {
    -webkit-transform: matrix(1.106, 0, 0, 1.09, 0, 0);
    transform: matrix(1.106, 0, 0, 1.09, 0, 0);
  }
  29.93% {
    -webkit-transform: matrix(1.105, 0, 0, 1.09, 0, 0);
    transform: matrix(1.105, 0, 0, 1.09, 0, 0);
  }
  35.54% {
    -webkit-transform: matrix(1.098, 0, 0, 1.096, 0, 0);
    transform: matrix(1.098, 0, 0, 1.096, 0, 0);
  }
  36.74% {
    -webkit-transform: matrix(1.097, 0, 0, 1.098, 0, 0);
    transform: matrix(1.097, 0, 0, 1.098, 0, 0);
  }
  41.04% {
    -webkit-transform: matrix(1.096, 0, 0, 1.102, 0, 0);
    transform: matrix(1.096, 0, 0, 1.102, 0, 0);
  }
  44.44% {
    -webkit-transform: matrix(1.097, 0, 0, 1.103, 0, 0);
    transform: matrix(1.097, 0, 0, 1.103, 0, 0);
  }
  52.15% {
    -webkit-transform: matrix(1.099, 0, 0, 1.101, 0, 0);
    transform: matrix(1.099, 0, 0, 1.101, 0, 0);
  }
  59.86% {
    -webkit-transform: matrix(1.101, 0, 0, 1.099, 0, 0);
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  63.26% {
    -webkit-transform: matrix(1.101, 0, 0, 1.099, 0, 0);
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  75.28% {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  85.49% {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  90.69% {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  100% {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  50% {
    -webkit-transform: scale(1.1) translateY(30px);
            transform: scale(1.1) translateY(30px);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  50% {
    -webkit-transform: scale(1.1) translateY(30px);
            transform: scale(1.1) translateY(30px);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@-webkit-keyframes fadeLight {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeLight {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes notbed {
  0% {
    opacity: 0;
  }
  2.5% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  7.5% {
    opacity: 0.8;
  }
  10% {
    opacity: 0.8;
  }
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes notbed {
  0% {
    opacity: 0;
  }
  2.5% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  7.5% {
    opacity: 0.8;
  }
  10% {
    opacity: 0.8;
  }
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}

.heehee {
  -webkit-animation-name: notbed;
          animation-name: notbed;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(40);
          animation-timing-function: steps(40);
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  white-space: nowrap;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  z-index: 1;
}

.kv_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: float 20s linear alternate infinite;
          animation: float 20s linear alternate infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.kv_bg_light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: fadeLight 3s ease-in-out alternate infinite;
          animation: fadeLight 3s ease-in-out alternate infinite;
  background-image: url("img/kv_flash.png?v=20220825.1");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kv_bg_light img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.kv_bg_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/kv_bg.jpg?v=20220825.1");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.g_kv {
  position: relative;
  overflow: hidden;
}

.g_kv .desktop {
  position: relative;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005363), color-stop(10%), to(rgba(0, 83, 99, 0)));
  background-image: linear-gradient(180deg, #005363, 10%, rgba(0, 83, 99, 0));
}

.g_kv .kv_logo {
  position: absolute;
  top: 2.77778%;
  left: 1.5625%;
  height: 8.7963%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g_kv .kv_logo-line {
  position: relative;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.g_kv .kv_logo img {
  position: relative;
  width: auto;
  height: 100%;
  display: block;
}

.g_kv .kv_logo .digi {
  height: 80%;
}

.g_kv .t1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 82.8125%;
}

.g_kv .t1 img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.g_kv .kv_CTA {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18.22917%;
  -webkit-transform: translate(-50%, 390%);
          transform: translate(-50%, 390%);
}

.g_kv .kv_CTA .kv_CTA_inner {
  position: relative;
  width: 100%;
  -webkit-animation: scaleInBounce 1000ms linear both;
          animation: scaleInBounce 1000ms linear both;
}

.g_kv .kv_CTA .kv_CTA_inner img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.g_kv .kv_CTA .kv_CTA_inner:hover {
  -webkit-animation: scaleOutBounce 1000ms linear both;
          animation: scaleOutBounce 1000ms linear both;
}

.g_main {
  overflow: hidden;
}

.main_sc {
  padding: 60px 0;
}

.sc_intro {
  position: relative;
  padding: 50px 0 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px #68f9ff;
          box-shadow: 0 5px 25px #68f9ff;
  z-index: 10;
}

.sc_intro .container {
  max-width: 1320px;
}

.intro_cnt {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3125rem;
}

.intro_cnt-text {
  color: #000;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.3px;
  text-align: center;
}

.intro_cnt-tit {
  position: relative;
  color: #68f9ff;
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.3px;
  text-align: center;
  margin: 4.375rem auto;
}

.intro_cnt-items {
  position: relative;
  width: 100%;
  height: auto;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro_cnt-items .item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro_cnt-items .item_inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
  background-color: rgba(104, 249, 255, 0.1);
  border-radius: 0 15px 0 15px;
  border: #68f9ff solid 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro_cnt-items .item img {
  position: relative;
  width: 25%;
  height: auto;
  display: block;
  margin: -55px auto 25px auto;
}

.intro_cnt-items .item p {
  position: relative;
  color: #000;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.3px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.intro_cnt-ps {
  position: relative;
  color: #808080;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.3px;
  text-align: center;
  margin: 50px auto 10px auto;
}

.intro_cnt p {
  margin: 0;
  padding: 0;
}

.sc_title {
  position: relative;
  font-size: 48px;
  padding: 0;
  margin: 50px auto 5px auto;
  text-align: center;
}

.sc_title .tit {
  position: relative;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}

.sc_title .tit.sp_tit {
  position: relative;
  display: inline-block;
  padding: 15px 0;
  font-weight: 700;
  color: transparent;
  background: -webkit-gradient(linear, right top, left top, from(#68f9ff), color-stop(#005363), to(#1baab4));
  background: linear-gradient(-90deg, #68f9ff, #005363, #1baab4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.sc_title .tit.sp_tit span {
  font-size: 1.5rem;
}

.sc_speaker {
  position: relative;
  width: 100%;
  padding: 0 0 300px 0;
  background-color: rgba(0, 83, 99, 0.9);
}

.sc_speaker .container {
  max-width: 1320px;
}

.sc_speaker .speaker_items {
  position: relative;
  width: 100%;
  padding: 60px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc_speaker .speaker_items .item {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 40px;
  text-align: center;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sc_speaker .speaker_items .item_cnt {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.sc_speaker .speaker_items .item_cnt-sq {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 auto 20px auto;
}

.sc_speaker .speaker_items .item_cnt-mainTit {
  position: relative;
  text-align: center;
  font-size: 2.625rem;
  font-weight: bold;
  color: #00ffe6;
}

.sc_speaker .speaker_items .item_cnt-name {
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin: 1.25rem 0 0 0;
}

.sc_speaker .speaker_items .item_cnt-tit {
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  margin: 0.3125rem 0 0 0;
}

.sc_speaker .speaker_items .item_cnt ul {
  position: relative;
  margin: 50px 0 0 0;
  list-style-type: square;
}

.sc_speaker .speaker_items .item_cnt ul li {
  position: relative;
  text-align: left;
  font-size: 1.75rem;
  font-weight: 100;
  color: #fff;
  margin: 0.9375rem 0;
}

.sc_speaker .speaker_items .item_spk {
  position: relative;
  width: 100%;
  max-width: 350px;
  height: auto;
  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-box-sizing: border-box;
          box-sizing: border-box;
  border: 6px #68f9ff solid;
  padding: 6px;
  border-radius: 99%;
  overflow: hidden;
  background-image: linear-gradient(120deg, #68f9ff, #005363, #1baab4);
  cursor: pointer;
}

.sc_speaker .speaker_items .item_spk img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 99%;
  overflow: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sc_speaker .speaker_items .item_spk:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sc_speaker-bottomBg {
  position: relative;
  width: 100%;
  height: 500px;
  margin: -130px 0 0 0;
  background-image: url(img/spkBMBg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
}

@-webkit-keyframes ctaAni {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1.05);
            transform: scaleX(1.05);
  }
}

@keyframes ctaAni {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1.05);
            transform: scaleX(1.05);
  }
}

.sc_speaker .spkCTA {
  position: absolute;
  bottom: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sc_speaker .spkCTA-inner {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.sc_speaker .spkCTA-inner .btn {
  position: relative;
  display: block;
  width: 300px;
  padding: 30px 0;
  height: auto;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  -webkit-animation: ctaAni 1s linear infinite alternate;
          animation: ctaAni 1s linear infinite alternate;
  border: 5px solid #FABE00;
  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;
}

.sc_speaker .spkCTA-inner .btn .t {
  position: relative;
  display: block;
  width: 41.66667%;
  height: auto;
}

.sc_speaker .spkCTA-inner .btn .arr {
  position: relative;
  display: block;
  width: 5%;
  height: auto;
  margin: 0 0 0 15px;
}

.sc_speaker .spkCTA-inner:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sc_speaker .spkCTA-inner:hover .btn {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}

.modal .modal-dialog {
  max-width: 800px;
}

.modal .modal-content {
  padding: 20px 30px;
  border-radius: 20px;
}

.modal .modal-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #005363;
}

.modal .modal-header .modal-title {
  font-size: 24px;
  font-weight: bold;
  display: block;
}

.modal .modal-header .modal-title span {
  font-size: 21px;
  font-weight: 300;
}

.modal .modal-header .websiteBtn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px;
  border-radius: 25px;
  margin: 0 25px;
  color: #fff;
  background-color: #005363;
  border: 1px solid #005363;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.modal .modal-header .websiteBtn:hover {
  color: #005363;
  background-color: #fff;
}

.modal .modal-header .sub {
  position: relative;
  margin: 5px 0 0 0;
  font-size: 20px;
  font-weight: 300;
  color: #343a40;
  display: block;
}

.modal .modal-header .close {
  position: absolute;
  top: 25px;
  right: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.modal .modal-header .close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal .modal-body {
  font-size: 20px;
  font-weight: 300;
  color: #343a40;
  line-height: 1.6;
}

.modal .modal-body ol {
  list-style: decimal;
  padding: 0 0 0 20px;
}

.modal .modal-body ul {
  list-style: disc;
  padding: 0 0 0 20px;
}

.modal .modal-body ul li span {
  color: #79717c;
  font-style: italic;
}

.modal .modal-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}

.modal .modal-footer .ps {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0;
}

.modal .modal-footer .btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 40px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  border-radius: 10px;
  color: #fff;
  background-color: #005363;
  border: 1px solid #005363;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.modal .modal-footer .btn:hover {
  color: #005363;
  background-color: #fff;
}

@media (max-width: 768px) {
  .g_header {
    background-color: #343a40;
  }
  .g_header .header_cnt {
    display: block;
    padding: 0;
  }
  .kv_bg {
    position: absolute;
    height: 110vw;
  }
  .g_kv .desktop {
    height: 110vw;
  }
  .g_kv .t1 {
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
    width: 90%;
  }
  .g_kv .kv_CTA {
    -webkit-transform: translate(-50%, 90%);
            transform: translate(-50%, 90%);
    width: 60%;
  }
  .main_sc {
    padding: 40px 0;
  }
  .sc_title {
    font-size: 1.75rem;
  }
  .sc_title .tit {
    line-height: 1.3;
  }
  .intro_cnt {
    font-size: 1rem;
  }
  .intro_cnt-text {
    font-size: 1.3125rem;
  }
  .intro_cnt-tit {
    font-size: 2rem;
    margin: 1.875rem auto;
  }
  .intro_cnt-items .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 10px;
  }
  .intro_cnt-items .item img {
    margin: 25px auto;
  }
  .intro_cnt-items .item p {
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 1.1px;
  }
  .intro_cnt-ps {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 1.1px;
    margin: 30px auto 10px auto;
  }
  .sc_speaker {
    background-position: bottom center;
    background-size: contain;
    padding: 30px 0 100px 0;
  }
  .sc_speaker .speaker_items {
    padding: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sc_speaker .speaker_items .item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 50px 50px;
    text-align: center;
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sc_speaker .speaker_items .item_cnt-sq {
    margin: 0 auto 15px auto;
  }
  .sc_speaker .speaker_items .item_cnt-mainTit {
    font-size: 2rem;
  }
  .sc_speaker .speaker_items .item_cnt-name {
    font-size: 1.5rem;
    margin: 0.9375rem 0 0 0;
  }
  .sc_speaker .speaker_items .item_cnt-tit {
    font-size: 1.5rem;
    margin: 0.9375rem 0 0 0;
  }
  .sc_speaker .speaker_items .item_cnt ul {
    margin: 30px 0 0 0;
  }
  .sc_speaker .speaker_items .item_cnt ul li {
    font-size: 1.125rem;
    margin: 0.5rem 0;
  }
  .sc_speaker .speaker_items .item_spk {
    position: relative;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sc_speaker .speaker_items .item_spk img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .sc_speaker-bottomBg {
    width: calc(100% + 30px);
    height: 150px;
    margin: -150px 0 0 -15px;
  }
  .sc_speaker .spkCTA {
    position: absolute;
    top: auto;
    bottom: 3%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .sc_speaker .spkCTA-inner {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
  }
  .sc_speaker .spkCTA-inner .btn {
    position: relative;
    display: block;
    width: 200px;
    padding: 20px 0;
    height: auto;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    -webkit-animation: ctaAni 1s linear infinite alternate;
            animation: ctaAni 1s linear infinite alternate;
    border: 5px solid #fabe00;
    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;
  }
  .sc_speaker .spkCTA-inner .btn .t {
    position: relative;
    display: block;
    width: 41.66667%;
    height: auto;
  }
  .sc_speaker .spkCTA-inner .btn .arr {
    position: relative;
    display: block;
    width: 5%;
    height: auto;
    margin: 0 0 0 15px;
  }
  .sc_speaker .spkCTA-inner:hover {
    text-decoration: none;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .sc_speaker .spkCTA-inner:hover .btn {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
  }
  .modal .modal-dialog {
    max-width: 800px;
  }
  .modal .modal-content {
    margin: 50px auto;
    padding: 10px 20px;
  }
  .modal .modal-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal .modal-header .modal-title {
    font-size: 24px;
  }
  .modal .modal-header .websiteBtn {
    margin: 15px 0 0 0;
  }
  .modal .modal-header .sub {
    font-size: 16px;
  }
  .modal .modal-body {
    font-size: 16px;
    line-height: 1.3;
  }
  .modal .modal-footer .ps {
    font-size: 18px;
    margin: 0 0 20px 0;
    line-height: 1.3;
  }
  .modal .modal-footer .btn {
    padding: 17px 40px;
    font-size: 24px;
  }
}
/*# sourceMappingURL=style.css.map */