@charset "UTF-8";
body {
  font-family: Arial,"微軟正黑體";
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  background-color: #ececec; }

.body-wrapper {
  max-width: 1600px;
  width: 100%;
  display: block;
  margin: 0 auto;
  background: #fff;
  padding: 0 0 0 0; }

.container {
  width: 100%;
  max-width: 1600px; }

.main {
  padding: 0 90px; }

.section {
  padding-top: 80px;
  padding-bottom: 80px; }

.body-wrapper {
  width: 100%; }

.f-small {
  color: #a7a7a7;
  font-size: 0.8em; }
.f-blue {
  color: #018bd7; }

.f-blue-darker {
  color: #1375bf; }
.f-gary {
  color: #a7a7a7; }

.bg-w {
  background-color: #fff; }

.bg-blue {
  background-color: #e0e9f1; }

.bg-gary {
  background-color: #f1f1f1; }
.btn {
  color: #fff;
  border:none;
  margin-bottom: 15px;
}
.title-master {
  font-size: 2.5em;
  position: relative;
  margin-bottom: 55px;
  text-align: center; }
  .title-master span {
    position: relative;
    display: inline-block;
    padding: 0 36px;
    color: #018bd7;
    letter-spacing: 5px;
    z-index: 5; }
.prize-title {
    display: block;
    margin: 0 0 10px 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #00447C; }
.list-group{
  flex-direction: row;
  margin-bottom: 30px;
  text-align: center;
}
.list-group .btn{
  border:1px solid #00447C;
  border-radius: 20px;
  color: #00447C;
  font-weight: bold;
}
.list-group .btn.active{
  background-color: #00447C;
  color: #fff;
}
.GiftPic {
  max-width: 250px;
  padding: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #d5f2f1;
  margin: 15px 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.dell_survey .custom-control {
  margin-bottom: 15px; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6; }

.custom-control-label::before, .custom-file-label, .custom-select {
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem; }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

textarea.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.btn-master {
  color: white;
  background-color: #1d84d2;
  border-color: transparent;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }

.btn-master:focus {
  color: white;
  background-color: #80ad37;
  border-color: transparent;
  outline: none; }

.btn-master:hover {
  color: white;
  background-color: #1375bf;
  border-color: transparent; }

.btn-info {
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 4px;
  padding: 10px 30px;
  border-radius: 8px;
  margin-top: 15px; }

.text-master {
  line-height: 1.8;
  letter-spacing: 2px; }

.text-muted {
  margin-top: 30px;
  text-align: left;
  font-size: 14px; }

.notice {
  margin-bottom: 20px;
  text-align: center;
  color: #DD5B5B; }

.list {
  list-style: disc; }

.badge-master {
  font-size: 1rem;
  background: #018bd7;
  color: #fff;
  padding: 8px 10px;
  margin-right: 15px; }

.border-t {
  border-top: 2px #ccdeec solid; }

@media (max-width: 768px) {
  .main {
    padding: 0 50px; }
  .section {
    padding: 50px 0; }
  .title-master {
    font-size: 2em; } }

@media (max-width: 480px) {
  .title-master {
    font-size: 1.5em;
    margin-bottom: 30px; }
  .main {
    padding: 0 25px; }
  .section {
    padding: 30px 0; } }

#menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 90px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }
  #menu .container {
    padding-left: 50px;
    padding-right: 50px; }

.menu-brand {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block; }
  .menu-brand img {
    width: 100%; }

#menu.small {
  background-color: black;
  font-size: 95%;
  height: 83px; }
  #menu.small .menu-brand img {
    width: 90%;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease; }

.menu-burger {
  position: absolute;
  right: 36px;
  top: 22px;
  display: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  z-index: 999; }
  .menu-burger span {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 4px;
    color: #fff;
    background: #fff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .menu-burger span::before,
  .menu-burger span::after {
    content: '';
    width: 25px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .menu-burger span:before {
    top: -8px; }
  .menu-burger span:after {
    bottom: -8px; }

.menu-burger.on span {
  background: transparent; }

.menu-burger.on span:before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg); }

.menu-burger.on span:after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg); }

.menu-nav {
  float: right;
  margin-top: 17px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .menu-nav li {
    display: inline-block; }

.menu-link {
  display: block;
  margin: 12px 16px;
  color: #fbd52b;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none; }

.menu-link:focus,
.menu-link:hover,
.menu-link.on {
  color: #fbd52b;
  text-decoration: none; }

.menu-link::after,
.menu-link.on::after {
  position: relative;
  top: 6px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-top: 3px solid #fbd52b;
  opacity: 0;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }

.menu-link:focus::after,
.menu-link:hover::after,
.menu-link.on::after {
  opacity: 1;
  top: 3px; }

.menu-fblink {
  position: relative;
  top: 5px;
  display: block;
  margin-left: 12px;
  font-weight: bold;
  color: #018bd7;
  letter-spacing: 1px; }
.bg-gary{
    background-color: #eceded;
}
/* kv */
.event_kv{
  margin-bottom:0;
}
@media (max-width: 1200px) {
  #menu.small {
    font-size: 100%;
    height: 75px; }
    #menu.small .menu-brand img {
      width: 70%;
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }
  .menu-burger {
    display: block; }
  .menu-mask {
    display: none; }
  .menu-mask.on {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .menu-mask.on .menu-overlay {
      display: table;
      width: 100%;
      height: 100%; }
    .menu-mask.on .menu-nav {
      float: none;
      display: table-cell;
      vertical-align: middle; }
      .menu-mask.on .menu-nav li {
        display: block;
        text-align: center; }
    .menu-mask.on .menu-link, .menu-mask.on .menu-fblink {
      display: inline-block; }
    .menu-mask.on .menu-link {
      margin-bottom: 24px;
      font-size: 22px;
      color: #fff; }
    .menu-mask.on .menu-fblink {
      width: 120px;
      font-size: 18px;
      margin-left: 0;
      top: 10px; }
  .menu-link::after {
    top: 3px; } }

@media (max-width: 800px) {
  #menu {
    height: 60px;
    background-color: black; }
    #menu .container {
      padding-left: 20px;
      padding-right: 20px; }
  .menu-brand {
    padding-top: 10px;
    padding-bottom: 0px; }
    .menu-brand img {
      width: 80%; }
  #menu.small {
    background-color: black;
    height: 60px; }
    #menu.small .menu-brand img {
      width: 80%; }
  .menu-burger {
    top: 12px; } }

@media (max-width: 800px) {
  header {
    margin-top: 60px; } }

#info .list {
  padding-left: 20px;
  margin-top: 30px; }

#info b {
  margin-left: -20px; }

.form-group .col-form-label {
  text-align: right; }

@media (max-width: 991px) {
  .form-group .col-form-label {
    text-align: left; } }

.event-list {
  position: relative;
  padding-left: 106px;
  margin-bottom: 20px;
  font-size: 18px;
  word-break: break-all; }
  .event-list .badge-master {
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px 10px;
    color: #fff;
    font-size: 17px;
    font-weight: bold; }
  .event-list a {
    text-decoration: none; }

@media (max-width: 480px) {
  .event-list {
    font-size: 16px;
    padding-left: 0; }
    .event-list .badge-master {
      position: relative;
      display: block;
      max-width: 90px;
      margin-bottom: 10px; } }

.agenda-title {
  color: #fff;
  background-color: #007fc8; }

.table tbody tr td {
  border: 3px solid white;
  max-width: 500px; 
  vertical-align: middle;
}

.table tbody tr .time {
  width: 180px; }

.table tbody tr:nth-child(even) {
  background-color: #ccdeec; }

.table-hover tbody tr:hover {
  background-color: #e8f4fa;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }

.table .f-blue ul li {
  font-weight: 300;
  font-size: 0.9em;
  color: #555; }

@media (max-width: 1199px) {
  .table tbody tr td span {
    display: block; } }

@media (max-width: 767px) {
  .table tbody tr:nth-child(even) {
    text-align: center; }
  .table tbody tr td {
    text-align: center; } }

@media (max-width: 639px) {
  thead {
    display: none; }
  .table tbody tr td {
    display: block;
    width: 100%;
    border: none;
    background-color: #fff; }
  .table tbody tr td.time {
    width: 100%; }
  .table tbody tr td:first-child {
    width: 100%;
    padding: 8px 12px;
    text-align: center;
    color: #fff;
    background-color: #007fc8; } }

.bigprize {
  text-align: center; }
  .bigprize .prize-title {
    display: block;
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: bold;
    color: #00447C; }
  .bigprize .prize-img {
    display: inline-block;
    margin-bottom: 24px; }
  .bigprize .prize-price {
    margin-top: 4px; }

#sidebarReg {
  position: fixed;
  top: 40%;
  right: -5px; }

#sidebarReg .register {
  line-height: 1.2;
  padding: 15px 20px;
  display: block;
  margin-bottom: 12px;
  background-color: #018bd7;
  border: none;
  border-radius: 5px;
  font-weight: bold; }

#sidebarReg .btn-danger {
  border: 0; }

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