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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

q,
blockquote {
  quotes: none;
}

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

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

a img {
  border: none;
}

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

img {
  display: block;
  border: none;
}

@-webkit-keyframes bg {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes train {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -466px;
  }
}

@keyframes train {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -466px;
  }
}

@-webkit-keyframes car-left {
  0% {
    margin-left: -5%;
  }

  100% {
    margin-left: 100%;
  }
}

@keyframes car-left {
  0% {
    margin-left: -5%;
  }

  100% {
    margin-left: 100%;
  }
}

@-webkit-keyframes car-right {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -5%;
  }
}

@keyframes car-right {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -5%;
  }
}

@-webkit-keyframes airplane {
  0% {
    margin-left: 0%;
    margin-top: 40%;
  }

  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}

@keyframes airplane {
  0% {
    margin-left: 0%;
    margin-top: 40%;
  }

  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}

@-webkit-keyframes camera {
  0% {
    margin-left: 100%;
    margin-top: 0%;
  }

  8% {
    margin-left: 80%;
    margin-top: 5%;
  }

  16% {
    margin-left: 65%;
    margin-top: 3%;
  }

  24% {
    margin-left: 50%;
    margin-top: 7%;
  }

  36% {
    margin-left: 38%;
    margin-top: 5%;
  }

  42% {
    margin-left: 23%;
    margin-top: 2%;
  }

  46% {
    margin-left: 13%;
    margin-top: 5%;
  }

  50% {
    margin-left: 0%;
    margin-top: 8%;
  }

  58% {
    margin-left: 18%;
    margin-top: 7%;
  }

  62% {
    margin-left: 35%;
    margin-top: 4%;
  }

  72% {
    margin-left: 50%;
    margin-top: 2%;
  }

  80% {
    margin-left: 62%;
    margin-top: 5%;
  }

  88% {
    margin-left: 75%;
    margin-top: 2%;
  }

  94% {
    margin-left: 88%;
    margin-top: 4%;
  }

  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}

@keyframes camera {
  0% {
    margin-left: 100%;
    margin-top: 0%;
  }

  8% {
    margin-left: 80%;
    margin-top: 5%;
  }

  16% {
    margin-left: 65%;
    margin-top: 3%;
  }

  24% {
    margin-left: 50%;
    margin-top: 7%;
  }

  36% {
    margin-left: 38%;
    margin-top: 5%;
  }

  42% {
    margin-left: 23%;
    margin-top: 2%;
  }

  46% {
    margin-left: 13%;
    margin-top: 5%;
  }

  50% {
    margin-left: 0%;
    margin-top: 8%;
  }

  58% {
    margin-left: 18%;
    margin-top: 7%;
  }

  62% {
    margin-left: 35%;
    margin-top: 4%;
  }

  72% {
    margin-left: 50%;
    margin-top: 2%;
  }

  80% {
    margin-left: 62%;
    margin-top: 5%;
  }

  88% {
    margin-left: 75%;
    margin-top: 2%;
  }

  94% {
    margin-left: 88%;
    margin-top: 4%;
  }

  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}

@-webkit-keyframes cloud {
  0% {
    left: 1%;
  }

  50% {
    left: 2%;
  }

  100% {
    left: 1%;
  }
}

@keyframes cloud {
  0% {
    left: 1%;
  }

  50% {
    left: 2%;
  }

  100% {
    left: 1%;
  }
}

@-webkit-keyframes car {
  0% {
    margin-left: -443px;
  }

  100% {
    margin-left: 100%;
  }
}

@keyframes car {
  0% {
    margin-left: -443px;
  }

  100% {
    margin-left: 100%;
  }
}

@-webkit-keyframes earth {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes earth {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes goon {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes goon {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  100% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  100% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@-webkit-keyframes click01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  20% {
    opacity: 1;
  }

  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes click01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  20% {
    opacity: 1;
  }

  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes click02 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes click02 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes click03 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0%);
    transform: scale(0%);
  }

  10% {
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes click03 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0%);
    transform: scale(0%);
  }

  10% {
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.anisec .animate {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
}

.anisec .animate.show {
  opacity: 1;
}

.anisec .animate.show.inifite {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-animation: goon 1.5s infinite;
  animation: goon 1.5s infinite;
}

.anisec .animate.fadeInUp.show {
  -webkit-animation: fadeInUp 0.5s;
  animation: fadeInUp 0.5s;
}

nav #mainmenu,
section > div.con {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

@media (min-width: 1380px) {
  nav #mainmenu,
  section > div.con {
    max-width: 1000px;
  }
}

nav #mainmenu:after,
section > div.con:after {
  content: " ";
  display: block;
  clear: both;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

html {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  min-width: 1000px;
}

html * {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: "Century Gothic", "Microsoft JhengHei", "Apple LiGothic Medium", "PMingLiU", "sans-serif", "serif";
  line-height: 1.4em;
}

html *:before,
html *:after {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: "Century Gothic", "Microsoft JhengHei", "Apple LiGothic Medium", "PMingLiU", "sans-serif", "serif";
  line-height: 1.4em;
}

body {
  width: 100%;
  height: 100%;
  min-width: 1000px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
}

#wrap {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

#gotop {
  position: fixed;
        bottom: 50px;
        right: 25px;
  z-index: 3;
  display: none;
  width: 40px;
  height: 40px;
}

#gotop:hover {
  opacity: 0.8;
}

#signup {
  position: fixed;
  bottom: 88px;
  right: 25px;
  z-index: 1;
  display: none;
  width: 80px;
  height: 80px;
  z-index: 3;
  transition: transform 0.5s ease;
}

#signup .signupIn,
#signup .signupOut {
  transition: transform 0.5s ease;
}

#signup .signupOut {
  z-index: 2;
  position: absolute;
}

#signup:hover .signupIn {
  opacity: 0.8;
}

#signup:hover .signupOut {
  transform: rotate(-180deg);
  /* 滑鼠滑過時旋轉20度 */
}

@media (max-width: 1024px) {
  #signup {
    bottom: 110px;
    right: 8px;
  }
}

@media (max-width: 480px) {
  #signup {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  #signup {
    width: 100px;
    height: 100px;
        bottom: 120px;

  }

  #gotop {
    right: 55px;
  }
}

@media (min-width: 1580px) {
  #gotop {
    width: 50px;
    height: 50px;
    right: 50px;
  }
}

#signup_m {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 60px;
  color: #ffffff;
  background-color: #3a357b;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  font-weight: 800;
}

@media (max-width: 480px) {
  #signup_m {
    display: block;
  }
}

iframe[name="google_conversion_frame"] {
  display: none;
}

#smenu {
  display: none;
  position: fixed;
  z-index: 1000;
  right: 25px;
  top: 5px;
  right: 10px;
  background: url(../images/menu.svg) center no-repeat;
  background-size: 100%;
  width: 40px;
  height: 48px;
}

.active #smenu {
  background: url(../images/menu-close.svg) center no-repeat;
}

@media (max-width: 1024px) {
  #smenu {
    display: block;
    margin: 40px 0 0 0;
  }
}

@media (max-width: 768px) {
  #smenu {
    margin: 28px 20px 0 0;
  }
}

@media (max-width: 480px) {
  #smenu {
    margin: 0;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-right-wrap,
.menu-wrap,
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 769px) {
  .menu-wrap li,
  .social li {
    margin: 0 5px;
  }

  .menu-wrap a img,
  .social a img {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1025px) {
  .header_content,
  nav,
  #mainmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-nav {
    background-color: #ef832b;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .header_content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 99;
    width: 90%;
    max-width: 1028px;
  }

  .menu {
    font-size: 20px;
    font-weight: bold;
    margin: 0 16px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
  }

  .down .menu {
    height: 60px;
    position: relative;
  }

  .down .menu:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0px;
    left: 0;
    background: transparent;
  }

  .down .menu:hover:after {
    background: #e3ddbb;
  }

  .down .social a img {
    width: 32px;
    height: 32px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.logo-pc-sticky {
  width: 90px;
  margin-bottom: 0px;
}

.logo-m-sticky {
  width: 90px;
  margin-bottom: -4px;
  margin-left: 10px;
  display: none;
}

@media (max-width: 1024px) {
  .logo-pc a {
    height: 60px;
    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;
  }

  nav {
    position: fixed;
    z-index: 999;
    background-color: #ef832b;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: -100%;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
  }

  nav #mainmenu {
    padding: 10px;
    max-width: 500px;
    margin: 60px auto 20px auto;
    width: 75%;
  }

  nav #mainmenu li a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    position: relative;
    margin: 15px auto;
    text-align: center;
    font-weight: bold;
  }

  nav #mainmenu li a.active {
    font-weight: bold;
    color: #3f2171;
  }

  nav #mainmenu li:hover a {
    font-weight: bold;
    color: white;
  }

  nav ul.social {
    margin: auto;
    width: 120px;
  }

  nav ul.social li img{
    width: 50px;
    height: 50px;
    display: block;
  }

  nav ul.social li.fbshare {
    display: inline-block;
    width: 48%;
    text-align: center;
    vertical-align: middle;
  }

  nav ul.social li.line {
    display: inline-block;
    width: 48%;
    text-align: center;
    vertical-align: middle;
  }

  nav ul.social li.line img {
    margin: 0 auto 0 16px;
  }
}

@media (max-width: 1024px) {
  .logo-pc {
    display: none;
  }
}

#header.down {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
  height: 60px;

  margin-top: 0px;
}

#header.down .header_content {
  border-bottom: 0;
}

#header.down .header_content:after {
  display: none;
}

@media (max-width: 1024px) {
  #header.down {
    position: relative;
    height: 0;
  }
}

.active nav {
  top: 0;
}

section {
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
}

section > div.con {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  padding: 0 1.25rem;
}

h2.title {
  font-weight: bold;
  font-size: 66px;
  letter-spacing: 0.5rem;

  text-align: center;
  color: #ffffff;
  position: relative;
  /* padding-bottom: 20px;*/
  display: table;
  margin: auto;
}

#speaker h2.title > span,
#video h2.title > span {
  color: #ef832b;
}

#video h2.title {
  padding-bottom: 2rem;
}

h2.title > span {
  font-size: 66px;
  color: #392da3;
  font-weight: 900;
}

h2.title b {
  display: block;
  text-align: center;
  font-size: 38px;
  color: #ffffff;
}

h2.title b span {
  font-size: 38px;
}

#forum h2 {
  /*margin-bottom: 60px;*/
}

#forum h2 > span {
  letter-spacing: 5px;
}

#forum h2:after {
  background: #ffffff;
}

#forum b {
  font-weight: 500;
}

#forum .btns a {
  background-color: #542da3;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0px 9px #7d56cb;
  cursor: pointer;
  position: relative;
  top: -9px;
}

#forum .btns a:hover {
  background-color: #542da3;
  color: #ef832b;
  box-shadow: 0px 0px #7d56cb;
  top: 0px;
}

#forum .btns a::after {
  display: none;
}

@media (max-width: 480px) {
  #forum h2 > span {
    letter-spacing: 3px;
  }
}

#award h2 {
  color: #fff;
  padding-top: 20%;
}

#award h2 > span {
  color: #fff;
}

#award h2:after {
  background: #fdef0b;
}

#award .title b {
  font-weight: 500;
}

#award .year,
#award b,
#award span {
  color: #fff;
}

#award .dedication_light {
  background-image: url(../images/light.png);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#award.active .dedication_light {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.btns {
  text-align: center;
}

.btns li {
  display: inline-block;
  margin: 10px 20px;
}

.btns li.icon a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/video-arrow.png) center center no-repeat;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btns a {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  width: 320px;
  padding: 14px 0;
}

.btns a:hover {
  background-color: #9e7830;
}

.btns a::after {
  content: "";
  display: block;
  width: 47px;
  height: 19px;
  background: url(../images/button-arrow.png) center center no-repeat;
  margin: 6px auto 0;
}

#survey {
  overflow: hidden;
}

#survey .title b {
  font-weight: 500;
}

#survey .btns a {
  color: #ffffff;
  background: #1cbbc5;
}

.mores.show .btns li.icon a:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.white .btns a {
  background-color: #ffffff;
  color: #1e6674;
}

.white .btns a::after {
  background: url(../images/button-arrow-dark.png) center center no-repeat;
}

.white .btns a:hover {
  color: #ffffff;
  background-color: #9e7830;
}

.white .btns a:hover::after {
  background: url(../images/button-arrow.png) center center no-repeat;
}

.active .fadeinup {
  opacity: 0;
}

.active .fadeinup.active {
  -webkit-animation: fadeInUp 1s;
  animation: fadeInUp 1s;
  opacity: 1;
}

.fadeinup {
  opacity: 0;
}

.fancybox-close {
  background-image: url(../images/dialog-close.png) !important;
  background-size: cover !important;
  top: 15px !important;
  right: 15px !important;
}

.fancybox-close:hover {
  opacity: 0.8;
}

@media (max-width: 480px) {
  .fancybox-skin {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.boxcon h4.title {
  display: table;
  color: #a07729;
  font-size: 36px;
  font-weight: bold;
  margin: 20px auto;
  text-align: center;
}

.boxcon h4.title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 2px;
  background: #a07729;
  margin: 20px auto;
}

ul.tabs {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: #a07729 1px solid;
}

ul.tabs li {
  display: inline-block;
  width: auto !important;
  margin: 0 !important;
}

ul.tabs li.active a::after {
  background: #a07729;
}

ul.tabs li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  margin: 1px 0;
  color: #a07729;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

ul.tabs li a::after {
  content: "";
  content: "";
  width: 100%;
  height: 5px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -2.5px;
  width: 100%;
  height: 4px;
  background: transparent;
  margin: 0 auto;
}

.tab_container .tab_content {
  max-width: 1000px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  #awardList .tab_content {
    padding: 0;
  }
}

.table-wrap {
  background-color: #a07729;
  padding: 40px 20px 30px;
  margin: 40px auto 100px;
  position: relative;
}

.table-wrap:last-child {
  margin-bottom: 0;
}

.table-wrap div {
  background-color: #8b5d13;
  position: absolute;
  width: 70%;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #ffffff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -36px;
  min-width: 200px;
}

.table-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
}

.table-wrap li span {
  line-height: 50px;
  font-size: 20px;
  background: #ffffff;
  width: 160px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #a07729;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.table-wrap li p {
  font-size: 18px;
  color: #ffffff;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media (max-width: 480px) {
  .table-wrap li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .table-wrap li span {
    width: 100%;
    font-size: 18px !important;
  }
}

@media (max-width: 480px) {
  .table-wrap li p {
    padding-left: 0;
    padding-top: 10px;
  }
}

.sectt {
  font-size: 24px;
  font-weight: bold;
  display: table;
  margin: 35px auto 25px auto;
}

.sectt:before,
.sectt:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 1px;
  background: #000;
  margin: 0 10px;
}

.rwdvideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.rwdvideo iframe,
.rwdvideo object,
.rwdvideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-grid {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.section-grid figure {
  position: relative;
  overflow: hidden;
}

.section-grid .item {
  float: left;
  width: 25%;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  position: relative;
  z-index: 1;
  margin-top: -2px;
}

.section-grid figure {
  position: relative;
  overflow: hidden;
}

.section-grid figcaption {
  background-color: #8e7035cc;
  position: absolute;
  color: #fff;
  padding-top: 15%;
  z-index: 5;
  width: 100%;
  height: 90%;
  top: 0px;
  line-height: 1.5em;
  font-weight: bold;
  top: -1px;
}

.section-grid figcaption .title {
  font-size: 130%;
  margin-bottom: 20px;
  padding: 0 7%;
}

.section-grid figcaption .content {
  color: #fff;
  margin-bottom: 30px;
  padding: 0 1%;
  text-align: center;
}

.section-grid figcaption .content b {
  font-size: 24px;
  line-height: 1.3em;
  color: #fff;
}

.section-grid figcaption .content strong {
  color: #ffe400;
}

.section-grid figcaption .content strong span {
  font-size: 1.3em;
  color: #ffe400;
  font-weight: bold;
}

.section-grid figcaption .content span {
  font-size: 0.9em;
  line-height: 1.3em;
}

.section-grid figcaption .content i {
  padding-right: 22px;
  background: url(../images/icon.png) left center no-repeat;
}

.section-grid figcaption .text {
  position: relative;
  top: 20%;
}

.section-grid figcaption .more a {
  font-size: 20px;
  display: table;
  margin: auto;
  padding: 2px 8px;
  border-radius: 50px;
  color: #fff;
  background: #e8be6b;
  line-height: 40px;
  width: 120px;
  text-align: center;
}

@media (max-width: 980px) {
  .section-grid {
    position: relative;
  }
}

@media (max-width: 768px) {
  .section-grid figcaption .content b {
    font-size: 20px;
  }
}

@media (max-width: 720px) {
  .section-grid figcaption .content {
    font-size: 1.2em;
  }
}

@media (max-width: 980px) {
  .section-grid .item {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .section-grid .item {
    width: 100%;
  }

  .section-grid figcaption .content {
    font-size: 1em;
  }
}

footer {
  position: relative;
  background-color: #ffffff;
  padding: 3rem;
}

/*footer:before {
  content: '';
  display: block;
  position: absolute;
  top: -200px;
  right: 0px;
  background-image: url(../images/footer.svg);
  background-position: top center;
  height: 300px;
  width: 100%;
  z-index: 1;
}*/

footer .support-center {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

footer .support-wrap {
  overflow: hidden;
}

@media (min-width: 960px) {
  footer .support-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  footer .support-wrap li {
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
}

@media (min-width: 1320px) {
  footer .support-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}

footer .support-wrap li {
  padding: 10px 0;
}

footer .support-wrap li h3 {
  font-size: 20px;
  font-weight: 800;
  width: 130px;
  display: inline-block;
  vertical-align: middle;
}

footer .support-wrap li:last-child .support-box a {
  cursor: auto;
}

footer .support-wrap li:first-child {
  margin-right: 40px;
}

footer .support-wrap .support-box {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  width: calc(100% - 124px);
}

footer .support-wrap a {
  margin: 0 20px 0 0;
  display: inline-block;
}

footer .support-wrap a img {
  display: block;
  width: auto;
  height: 45px;
}

footer .component {
  background: #1e6674;
  text-align: center;
  padding: 30px 0;
}

footer .component * {
  color: #fff;
}

@media (max-width: 980px) {
  footer {
    margin-top: 0px;
    padding: 40px 20px;
  }

  footer:before {
    display: none;
  }

  footer .support-center {
    top: 0px;
  }

  footer .support-wrap li {
    width: 100%;
  }

  footer .support-wrap li h3 {
    width: 120px;
  }

  footer .support-wrap li + li {
    margin-top: 30px;
    margin-left: 0px;
  }
}

@media (max-width: 600px) {
  footer .support-wrap li {
    text-align: center;
  }

  footer .support-wrap li h3 {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    width: auto;
  }

  footer .support-wrap li + li {
    margin-top: 50px;
  }

  footer .support-wrap a {
    margin: 0px;
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }

  footer .support-wrap a + a {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 40px 20px 100px 20px;
  }
}

@media (min-width: 0px) {
  html,
  body {
    min-width: 320px;
  }
}

@media (max-width: 1000px) {
  section > div.con {
    width: 100%;
  }
}

@media (max-width: 980px) {

  #gotop img {
    width: 65px;
  }

  #signup img {
    width: 100px;
  }
}

@media (max-width: 768px) {
  h2.title {
    font-size: 38px;
  }

  h2.title > span {
    display: inline-block;
    font-size: 42px;
  }

  h2.title b {
    font-size: 24px;
  }

  h2.title b span {
    display: inline-block;
    font-size: 24px;
  }

  #unit h2,
  #survey h2 {
    margin-bottom: 40px;
  }

  ul.tabs li a {
    padding: 8px 12px;
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .boxcon h4.title {
    font-size: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 475px) {
    #gotop {
        bottom: 70px;
        right: 15px;
    }
}


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