@charset "UTF-8";
/*(@) Powered By Critical */
html, body {
  margin: 0;
  padding: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0;
  display: inline-block; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

strong {
  font-weight: bold; }

ul {
  list-style: none;
  list-style-type: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

a {
  outline: none;
  /* for Firefox */
  hlbr: expression(this.onFocus=this.blur());
  /* for IE */
  cursor: pointer; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

html, body {
  font-family: Arial,Helvetica,sans-serif,微軟正黑體,"Microsoft JhengHei",'STHeiti Light',新細明體,PMingLiU,sans-serif; }

input, select, textarea {
  font-family: Arial,Helvetica,sans-serif,微軟正黑體,"Microsoft JhengHei",'STHeiti Light',新細明體,PMingLiU,sans-serif; }

img {
  display: inline-block; }

.overlay {
  background-image: url(/img/mask.png);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  -webkit-overflow-scrolling: touch; }

body {
  background: #000f2d; }

h1 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 微軟正黑體;
  color: #353535;
  margin: 0 0 5px;
  display: inline-block; }

h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 微軟正黑體;
  color: #353535;
  margin: 0 15px 40px 0;
  display: inline-block; }

h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 微軟正黑體;
  color: #353535;
  margin: 0 0 15px;
  text-align: center; }

h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  text-align: center; }

h5 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #7d7c7d; }

.mask {
  width: 100%;
  height: 100%;
  background: rgba(1, 3, 31, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22; }

.lightbox {
  width: 60%;
  height: auto;
  background: url(../img/img_bg_gray.png) 100%;
  position: fixed;
  top: 60%;
  left: 50%;
  z-index: 99;
  margin: -20% -30%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); }
  .lightbox img {
    width: 100%; }
  .lightbox .speaker-name span {
    height: auto; }

.photo-group {
  width: 30%;
  text-align: center;
  display: inline-block;
  margin: 0 60px 0 0; }
  .photo-group .photo {
    width: 100%;
    height: auto;
    margin: 0 0 20px; }

.cont-group {
  width: 60%;
  height: 360px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0;
  overflow-x: hidden;
  overflow-y: auto; }
  .cont-group p {
    line-height: 24px; }

.btn-close {
  width: 30px;
  height: 30px;
  background: url(../img/icon_close.png) no-repeat center center;
  position: absolute;
  top: -45px;
  right: 0;
  z-index: 3;
  cursor: pointer; }

.info {
  width: 80%;
  margin: 60px auto; }

.menu-btn {
  display: block;
  padding: 10px;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none; }

.menu-unfold {
  font-size: 14px;
  width: 100%;
  background: #00002e;
  text-align: center;
  padding: 20px 0;
  box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 48px;
  z-index: 2; }
  .menu-unfold li {
    display: block; }
  .menu-unfold a {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 35px; }

.m-nav {
  display: none; }

.nav {
  width: 100%;
  height: 48px;
  background: #00002e;
  position: fixed;
  z-index: 20; }

.nav-fixed {
  width: 1200px;
  position: fixed;
  left: 50%;
  margin: 0 0 0 -600px;
  background: #00002e; }

.nav-list {
  padding: 5px 0;
  float: right; }
  .nav-list li {
    display: inline-block;
    padding: 0 15px; }

.menu-item {
  font-size: 16px;
  color: #fff;
  transition: .3s; }
  .menu-item:hover {
    color: #ff833f; }

.btn-sign-up {
  color: #fff;
  padding: 8px 18px 12px;
  background: #e95504;
  box-shadow: 0 -4px 0 #8f3302 inset;
  display: inline-block;
  border-radius: 5px;
  transition: .3s; }
  .btn-sign-up:hover {
    background: #ff5a00; }

.banner-box {
  width: 100%;
  height: 980px;
  background: url(../img/img_banner.jpg) center center;
  background-size: cover;
  position: relative; }

.cont {
  width: 1200px;
  margin: -300px auto 0;
  background: rgba(255, 255, 255, 0.95);
  position: relative; }

.tit-group {
  text-align: center; }
  .tit-group span {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-family: 微軟正黑體;
    color: #353535; }

.tit-box {
  margin: 80px 30px;
  display: inline-block; }

.white-group {
  padding: 80px 200px;
  background: url(../img/img_bg_white.png);
  box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.2); }

.gray-group {
  padding: 80px 200px;
  background: url(../img/img_bg_gray.png);
  box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.2); }

.banner-group {
  width: 100%;
  height: 230px;
  background: url(../img/img_gift_banner.jpg) center; }
  .banner-group img {
    display: none; }

.intro p {
  color: #404040;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px; }

.table-group {
  line-height: 30px;
  border: 2px solid #e95504; }
  .table-group .row:nth-child(even) {
    background: #fff; }
  .table-group .row:nth-child(1), .table-group .row:nth-child(11), .table-group .row:nth-child(13) {
    background: #fff; }
  .table-group .row:nth-child(12) {
    background: none; }
  .table-group .row.o-bg {
    background: #ebd1c5;
    border-top: 1px solid #e95504;
    border-bottom: 1px solid #e95504; }
    .table-group .row.o-bg:last-child {
      border-bottom: none; }

.row-time {
  text-align: center;
  width: 15%;
  border-right: 1px solid #f29968;
  display: table-cell;
  vertical-align: middle; }

.row-cont {
  font-weight: bold;
  text-align: center;
  width: 36%;
  padding: 3px 10px;
  border-right: 1px solid #f29968;
  display: table-cell;
  vertical-align: middle; }

.row-cont2 {
  font-size: 14px;
  width: 49%;
  padding: 3px 0 3px 10px;
  display: table-cell;
  vertical-align: middle;
  line-height: 22px; }
  .row-cont2 span {
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0;
    display: block; }

.row-width {
  text-align: center;
  width: 85%; }

.row {
  width: 100%;
  display: table; }
  .row .row-cont:last-child {
    border: none; }

.txt-c {
  text-align: center; }

.row-orange {
  border-bottom: 1px solid #e95504; }

.w-bg {
  background: rgba(255, 255, 255, 0.4); }

.map-txt p {
  margin: 0 0 0 30px; }

.speakers {
  text-align: left; }
  .speakers li {
    width: 150px;
    margin: 0 3px 15px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
    .speakers li:hover .speaker-name {
      background: #e95504; }

.photo {
  width: 150px;
  height: 150px; }
  .photo img {
    width: 100%;
    display: block;
    border-radius: 200px; }

.speaker-name {
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #f0884f;
  margin: 10px 0 0;
  padding: 20px 0;
  transition: .3s; }
  .speaker-name .h-2 {
    font-size: 14px;
    height: 47px;
    padding: 18px 0 0;
    display: block;
    line-height: 18px; }
  .speaker-name .h-3 {
    font-size: 14px;
    height: 55px;
    padding: 10px 0 0;
    display: block;
    line-height: 18px; }
  .speaker-name span {
    font-size: 14px;
    height: 55px;
    padding: 10px 0 0;
    display: block;
    line-height: 18px; }

.speaker-info {
  line-height: 24px;
  padding: 10px 0;
  text-align: left; }

.info-detail {
  list-style-type: decimal; }
  .info-detail li {
    width: auto;
    display: list-item;
    margin: 0 0 12px 20px; }

.people-box {
  display: block; }

.name {
  font-weight: bold;
  font-size: 16px;
  width: 24%;
  display: inline-block;
  vertical-align: top; }

.title {
  width: 74%;
  display: inline-block; }

.tit-bold {
  font-size: 16px;
  margin: 15px 0; }

.sub-tit {
  margin: 0 0 40px; }
  .sub-tit img {
    margin: 0 auto;
    display: block; }

.organizer img {
  margin: 0 auto;
  display: block; }

.company-box {
  margin: 40px 0 80px; }
  .company-box p {
    line-height: 28px;
    word-break: break-all; }

.activities li {
  line-height: 32px; }

.activities-box {
  list-style-type: disc; }

.notice-box {
  margin: -30px 0 40px 100px; }

.map img {
  display: block;
  width: 100%; }

.map-txt {
  width: 80%;
  margin: 50px auto 0;
  line-height: 26px; }
  .map-txt p {
    margin: 0 0 50px;
    color: #454545; }
  .map-txt span {
    color: #808082;
    font-weight: bold; }

.go-top {
  font-size: 14px;
  color: #000;
  text-align: center;
  width: 50px;
  height: 30px;
  background: rgba(233, 85, 4, 0.7);
  border-radius: 4px;
  display: inline-block;
  position: fixed;
  bottom: 20%;
  right: 8%;
  padding: 6px 0 14px;
  cursor: pointer;
  transition: .3s; }
  .go-top img {
    margin: 0 auto;
    display: block; }
  .go-top:hover {
    background: #e95504; }
  .go-top a {
    color: #fff;
    display: block;
    margin: 3px auto;
    line-height: 25px; }

.footer-group {
  background: rgba(255, 255, 255, 0);
  text-align: center;
  padding: 40px 10px 20px; }

.logo-box {
  display: inline-block;
  margin: 0 20px; }

@media screen and (max-width: 1400px) {
  .cont {
    width: 1000px; }
  .nav-fixed {
    width: 100%;
    margin: 0 0 0 -50%; }
  .white-group, .gray-group {
    padding: 80px 100px; }
  .go-top {
    right: 1%; }
  .lightbox {
    width: 80%;
    top: 520px;
    left: 40%;
    margin: -30% -30%; }
  .photo-group {
    margin: 0 50px 0 0; }
  .cont-group {
    height: 310px; } }

@media screen and (max-width: 1000px) {
  .nav-list li {
    padding: 0px 12px; }
  .menu-btn {
    display: none; }
  .cont {
    width: 100%; }
  .gray-group {
    padding: 80px 80px; }
  .row-time {
    width: 15%; }
  .white-group {
    padding: 80px 40px; }
  .speakers li {
    width: 30%;
    margin: 0 1% 15px; }
  .info-detail li {
    width: 90%;
    margin: 0 0 12px 20px; }
  .photo {
    width: 100%;
    height: auto; }
  .photo-group {
    width: 30%; }
  .lightbox {
    top: 45%; }
  .photo-group {
    width: 32%;
    margin: 0 30px 0 0; } }

@media screen and (max-width: 780px) {
  .white-group, .gray-group {
    padding: 60px 5% 40px; }
  .banner-group {
    background: url(../img/img_gift_banner.jpg) 40% 100%; }
  h2 {
    font-size: 1.6em;
    margin: 0 15px 10px 0; }
  .nav-list {
    width: 100%;
    padding: 0;
    float: none;
    display: none; }
    .nav-list li {
      text-align: center;
      width: 100%;
      padding: 0;
      border-bottom: 1px solid #6e6ea0; }
    .nav-list li:last-child {
      border: none; }
    .nav-list a {
      display: block;
      padding: 10px 0; }
    .nav-list a.btn-sign-up {
      padding: 8px 18px 12px;
      margin: 15px 5%; }
  .menu-btn {
    display: block; }
  .row-time {
    width: 26%; }
  .row-cont {
    width: 37%; }
    .row-cont br {
      display: none; }
  .row-width {
    width: 74%; }
  .table-group .row.o-bg {
    border-top: 2px solid #e95504;
    border-bottom: 2px solid #e95504; }
  .banner-box {
    height: 560px; }
  .cont {
    margin: -150px auto 0;
    position: relative;
    left: 0; }
  .tit-box {
    margin: 60px 2%; }
    .tit-box h1 {
      font-size: 1.6em; }
  .tit-group span {
    font-size: 1em; }
  .activities-box {
    margin: 0 0 0 6%; }
  .notice-box {
    margin: 0 0 30px 6%; }
  .activities ol {
    margin: 0 0 30px 6%; }
  .m-nav {
    width: 100%;
    padding: 3px 0;
    background: #111;
    display: block;
    overflow: hidden; }
  .nav-warp {
    display: none;
    width: 100%;
    position: absolute;
    background: rgba(34, 34, 34, 0.9);
    z-index: 5; }
  .o-grid__item {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    float: right;
    padding: 0; }
  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
  .c-hamburger:focus {
    outline: none; }
  .c-hamburger span {
    display: block;
    background: #e95403;
    position: absolute;
    top: 19px;
    left: 8px;
    right: 8px;
    height: 3px; }
  .c-hamburger span::before, .c-hamburger span::after {
    background: #e95403;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    content: ""; }
  .c-hamburger span::before {
    top: -7px; }
  .c-hamburger span::after {
    bottom: -7px; }
  /**
	* Style 2
	* 
	* Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
	* down to center and transform into an "x".
	*/
  .c-hamburger--htx {
    background-color: transparent; }
  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s; }
  .c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform; }
  /* active state, i.e. menu open */
  .c-hamburger--htx.is-active span {
    background: none; }
  .c-hamburger--htx.is-active span::before {
    top: 0;
    background: #e95403;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    background: #e95403;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s; }
  .speakers li {
    width: 46%; }
  .info-detail li {
    width: 90%;
    margin: 0 0 12px 25px; }
  .table-group {
    border: none;
    line-height: 24px; }
    .table-group .row:first-child {
      display: none; }
    .table-group .row:nth-child(odd) {
      background: #fff; }
    .table-group .row:nth-child(12) {
      background: #fff; }
    .table-group .row.o-bg:last-child {
      border-bottom: 2px solid #e95504; }
  .row {
    display: block;
    border: 2px solid #e95504;
    border-radius: 8px;
    margin: 10px auto; }
  .row-time {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    border-right: none; }
  .row-cont {
    width: 90%;
    padding: 3px 5%;
    text-align: center;
    display: block;
    border-right: none;
    border-bottom: 1px solid #ccc; }
  .row-cont2 {
    width: 90%;
    padding: 3px 5%;
    text-align: center;
    display: block;
    border-right: none;
    border-bottom: 1px solid #ccc; }
    .row-cont2 br {
      display: none; }
  .name {
    width: 30%;
    text-align: right; }
  .title {
    width: 60%;
    text-align: left;
    padding: 0 0 0 15px; }
  .lightbox {
    top: 380px;
    width: 90%;
    left: 35%; }
  .photo-group {
    width: 35%;
    margin: 0 10px 0 0; }
  .cont-group {
    width: 60%; }
  .info {
    width: 90%; }
  .footer-group {
    padding: 20px 10px 10px; }
  .logo-box {
    width: 43%;
    margin: 0 2.5% 10px;
    text-align: right;
    vertical-align: top; }
    .logo-box img {
      width: 80%;
      height: auto; }
    .logo-box:nth-child(2n) {
      text-align: left; }
    .logo-box:nth-child(1) {
      margin: 0 2.5% 10px 2.5%; }
    .logo-box:nth-child(2) img {
      width: 56%; }
    .logo-box:nth-child(3) {
      width: 45%;
      margin: 0 6% 0 0; }
      .logo-box:nth-child(3) img {
        width: 55%; }
    .logo-box:nth-child(4) {
      width: 45%;
      margin: 0 2% 0 0; }
      .logo-box:nth-child(4) img {
        width: 22%; } }

@media screen and (max-width: 480px) {
  .banner-group {
    background: none;
    height: auto; }
    .banner-group img {
      width: 100%;
      display: block; }
  .banner-box {
    height: 470px; }
  .tit-group {
    margin: 0 0 15px 0; }
    .tit-group img {
      vertical-align: middle; }
  .tit-box {
    margin: 35px 4%;
    width: 71%;
    vertical-align: middle; }
  h2 {
    margin: 0 15px 0 0;
    vertical-align: middle; }
  .organizer img {
    width: 45%; }
  .sub-tit {
    margin: 0 0 20px; }
    .sub-tit img {
      width: auto; }
  .company-box {
    margin: 20px 0 30px; }
  .speakers li {
    width: 100%; }
  .photo img {
    width: 60%;
    margin: 0 auto; }
  .speaker-name {
    font-size: 1em; }
    .speaker-name .h-2, .speaker-name .h-3 {
      height: auto;
      padding: 10px 0 0; }
    .speaker-name span {
      height: auto; }
  .map-txt {
    width: 95%; }
  .lightbox {
    width: 96%;
    top: 10px;
    left: 2%;
    bottom: 10px;
    margin: 0px;
    display: block; }
    .lightbox .photo-group {
      width: 100%;
      margin: 0; }
    .lightbox .photo {
      width: 45%;
      margin: 0 auto; }
      .lightbox .photo img {
        width: 100%; }
    .lightbox .speaker-name {
      font-size: 1.1em; }
    .lightbox span {
      height: auto;
      font-size: 0.8em; }
    .lightbox .cont-group {
      width: 100%;
      overflow: auto;
      height: auto;
      text-align: left; }
      .lightbox .cont-group p {
        margin: 0 0 50px; }
      .lightbox .cont-group ol {
        margin: 0 0 80px; }
  .btn-close {
    top: 10px;
    right: 10px; }
  .info {
    text-align: center;
    margin: 40px auto;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .logo-box {
    text-align: center;
    margin: 0 auto 10px; }
    .logo-box:nth-child(2n) {
      text-align: center; }
    .logo-box:nth-child(1) {
      width: 45%;
      margin: 0 auto 10px;
      text-align: right; }
    .logo-box:nth-child(2) {
      width: 48%; }
      .logo-box:nth-child(2) img {
        width: 56%; }
    .logo-box:nth-child(3) {
      width: 40%;
      margin: 0 50px 10px 0;
      text-align: right; }
      .logo-box:nth-child(3) img {
        width: 65%; }
    .logo-box:nth-child(4) {
      width: 25%;
      margin: 0 40px 10px 5px;
      text-align: left; }
      .logo-box:nth-child(4) img {
        width: 45%; } }
