@import url("checkbox.css");
/*@import url("reset.css");*/
@import url("style_.css");
@charset "gb2312";

body {
  font-family: Arial, "Microsoft JhengHei";
  color: #333333;
  overflow-x: hidden;
}

html * {
  padding: 0;
  margin: 0;
  font-family: Arial, "Microsoft JhengHei";
}

a {
  color: hsla(200, 50%, 50%, 1);
  text-decoration: none;
}

a:hover {
  color: hsla(200, 50%, 50%, 1);
  text-decoration: underline;
}

hr {
  border-top: 1px solid #ccc;
  border-bottom: 0px;
}

.mt {
  margin-top: 7px;
}

.mt2 {
  margin-top: 17px;
}

.mt3 {
  margin-top: 27px;
}

.mb {
  margin-bottom: 7px;
}

.mb2 {
  margin-bottom: 17px;
}

.mb3 {
  margin-bottom: 27px;
}

.text_1 {
  color: #ddd;
  text-decoration: underline;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #555;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #555;
  color: #fff;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*上傳檔案*/
.fileUpload_line {
  border: 1px solid #ddd;
  height: 20px;
  padding: 10px;
  border-radius: 0;
  background: #fff;
  font-size: 15px;
  float: left;
  margin-right: 10px;
  width: 290px;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  background: #555;
  color: #fff;
  cursor: pointer;
  width: 100px;
  padding: 5px;
  text-align: center;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  float: left;
}

.itemli {
  color: #009e96;
  font-size: 22px;
  line-height: 55px;
  font-weight: 600;
  text-align: left;
}

/*== SHO：報名名細 ==*/
.sub-itemli,
.sub-itemli i {
  font-size: 20px;
  height: 40px;
  background: linear-gradient(to top left, #ff8a00 0%, #e83e8c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bill_box_l {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  border: 0px solid #ccc;
  padding: 15px;
  width: 320px;
  height: 450px;
  background: #f7f7f7;
  float: left;
  margin-top: 0px;
  overflow-x: hidden;
}

.bill_box_r {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  border: 0px solid #ccc;
  padding: 15px;
  width: 760px;
  height: 450px;
  background: #f7f7f7;
  float: left;
  margin-top: 0px;
  overflow-x: hidden;
}

.bill_box2 {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  border: 0px solid #ccc;
  padding: 15px;
  width: 540px;
  height: 450px;
  background: #f7f7f7;
  float: left;
  margin-top: 0px;
  overflow-x: hidden;
}

.bill_box_l:hover,
.bill_box_r:hover,
.bill_box2:hover {
  background: #f7f7f7;
}

.bill_box_l table td {
  border-bottom: 0px solid #ccc;
}

.bill_box_r table td {
  border-bottom: 0px solid #ddd;
}

.bill_box2 table td {
  border-bottom: 0px solid #ddd;
}

.bill_box_l h3,
.bill_box_r h3,
.bill_box2 h3 {
  color: #009e96;
  font-size: 22px;
  line-height: 55px;
  font-weight: 600;
  text-align: left;
}

.file_table {
  font-size: 16px;
  line-height: 33px;
}

.file_table_t {
  font-size: 26px;
  line-height: 80px;
  font-weight: 400;
}

.store_box a,
.store_box a:hover {
  color: #000;
}

.store_box {
  color: #000;
  font-size: 22px;
  line-height: 35px;
  border: 3px solid #eee;
  text-align: center;
  padding: 15px;
  width: 276px;
  background: #fff;
  cursor: pointer;
}

.store_box:hover {
  color: #000;
  border: 3px solid #ccc;
  background: #f7f7f7;
  cursor: pointer;
}

.store_box_a {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
  border: 3px solid #aad74a;
  text-align: center;
  padding: 15px;
  width: 276px;
  background: #f5ffdf;
  cursor: pointer;
}

.store_box img,
.store_box_a img {
  vertical-align: middle;
  margin-right: 10px;
}

/*頁籤效果*/
.tab {
  width: 100%;
  margin: 30px auto;
}

.tab-title {
  height: 40px;
  font-size: 0;
}

/*未選取*/
.tab-title .item {
  display: inline-block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 16px;
  float: left;
  border: 2px solid #fff;
  background-color: #eee;
}

/*選取*/
.tab-title .item-cur {
  color: #fff;
  background-color: #18a1cb;
}

/*內容背景*/
.tab-cont {
  background-color: #eef7fa;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.tab-cont_wrap {
  width: 100%;
}

.tab-cont .item {
  width: 100%;
  color: #000;
  padding: 40px 20px 30px 60px;
  float: left;
}

.item_bottom {
  width: 100%;
}

.id {
  font-size: 18px;
  color: #606060;
}

.id_2 {
  color: #a76410;
}

.color_3 {
  color: #0068b7;
}

.sel {
  color: #e60012;
}

.blue {
  color: #22ac38;
}

.red {
  color: #dc143c;
}

.money {
  font-size: 20px;
  font-weight: 600;
  color: #e60012;
}

.base_title {
  font-size: 24px;
  font-weight: 500;
  color: #555;
  line-height: 55px;
}

.head {
  font-size: 22px;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #555;
}

.head_content {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.rotate {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}

.rotate:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.nav {
  list-style: none;
  width: 1250px;
  background-color: #fff;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
  z-index: 999999;
}

.nav * {
  text-decoration: none;
  font-size: 11pt;
  font-weight: normal;
}

.nav * a:hover {
}

/*主選單底色*/
.menu {
  list-style: none;
  width: 100%;
  background-color: #fcfcfc;
  height: 80px;
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid #cdcdcd;
  padding-top: 7px;
}

.nav li {
  float: left;
  position: relative;
  border-right: 1px solid #ddd;
  padding-left: 25px;
}

/*主選單文字*/
.nav li a {
  color: #333;
  font-weight: bold;
  blr: expression(this.onFocus=this.close());
  blr: expression(this.onFocus=this.blur());
  display: inline-block;
  text-align: center;
  padding-top: 10;
  padding-right: 27px;
  padding-bottom: 0;
  padding-left: 0px;
  line-height: 35px;
}

.nav li a:hover {
  color: #e60012;
  font-weight: bold;
  blr: expression(this.onFocus=this.close());
  blr: expression(this.onFocus=this.blur());
  display: inline-block;
  text-align: center;
  padding-top: 10;
  padding-right: 27px;
  padding-bottom: 0;
  padding-left: 0px;
  line-height: 35px;
}

.nav li a:focus {
  -moz-outline-style: none;
}

.nav li .sub-nav {
  position: absolute;
  top: 75px;
  left: -1px;
  list-style: none;
  background-color: #ffffff;
  display: none;
}

.nav li .sub-nav li {
  text-align: center;
  clear: left;
  height: 35px;
  line-height: 35px;
  position: relative;
  width: 140px;
  z-index: 999999;
  padding: 0;
}

.nav li .sub-nav li a {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  display: inline-block;
  color: #fff;
  text-align: left;
  text-indent: 5px;
  width: 140px;
  background-color: #555;
  z-index: 999999;
}

.nav li .sub-nav li a:hover {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  text-indent: 5px;
  width: 140px;
  background-color: #8fc31f;
  z-index: 999999;
}

.content {
}

.sel_page {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.page {
  padding-bottom: 15px;
  padding-top: 10px;
}

.page_inside {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  font-size: 14px;
  padding-top: 10px;
  color: rgba(102, 102, 102, 1);
}

.search_inside {
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
  padding: 25px;
  background-color: #eff5f9;
  border: 0px solid #ddd;
}

.textarea_line {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.textarea_line:focus {
  border: 1px solid #ccc;
  padding: 10px;
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.content {
  width: 100%;
  margin-top: 10px;
}

.content_inside {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 15px;
  text-indent: 1;
  line-height: 20px;
}

.t_1 {
  font-size: 13px;
  color: #fff;
}

.t_2 {
  font-size: 16px;
  color: #f39800;
  font-weight: bold;
}

.table {
  font-size: 14px;
  border-top: 1px solid rgba(204, 204, 204, 1);
  border-left: 1px solid rgba(204, 204, 204, 1);
}

.table tr:hover {
  background-color: #ecfec5;
}

.table td {
  border-right: 1px solid rgba(204, 204, 204, 1);
  border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.table tr td {
  padding: 3px;
}

.table_td td {
  font-size: 14px;
  background-color: #009e96;
}

.table_title {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.select {
  font-family: Arial, "Microsoft JhengHei";
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-size: 16px;
  height: 32px;
  text-indent: 0px;
  padding-right: 5px;
  padding-left: 5px;
}

.textfield {
  font-family: Arial, "Microsoft JhengHei";
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-size: 16px;
  height: 32px;
  text-indent: 10px;
}

.textfield:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.textfield:-moz-placeholder {
  color: #999;
}

.textfield::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.textfield:-ms-input-placeholder {
  color: #999;
}

.textfield:-webkit-input-placeholder {
  color: #999;
}

.textfield[disabled],
.textfield[readonly],
fieldset[disabled] .textfield {
  cursor: not-allowed;
  background-color: #eee;
}

.textarea.textfield {
  height: auto;
}

.textarea {
  font-family: Arial, "Microsoft JhengHei";
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-size: 16px;
}

.textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.textarea:-moz-placeholder {
  color: #999;
}

.textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.textarea:-ms-input-placeholder {
  color: #999;
}

.textarea:-webkit-input-placeholder {
  color: #999;
}

.textarea[disabled],
.textarea[readonly],
fieldset[disabled] .textarea {
  cursor: not-allowed;
  background-color: #eee;
}

.textarea.textarea {
  height: auto;
}

.foot {
  color: #333;
  padding-top: 7px;
  padding-bottom: 60px;
  font-size: 12px;
  background-color: #fcfcfc;
  border-top: 1px solid #cdcdcd;
  z-index: 1;
  position: relative;
}

.foot_inside {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.btn {
  color: rgba(51, 51, 51, 1);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 6px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  cursor: pointer;
  font-size: 15px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  border: 1px solid #c2c2c2;
}

.btn:hover {
  color: #fff;
  background-color: #00b7ee;
  border-radius: 6px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  cursor: pointer;
  font-size: 15px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  border: 1px solid #00b7ee;
}

.btn2 {
  color: rgba(255, 255, 255, 1);
  background-color: #b3b3b3;
  border-radius: 6px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  cursor: pointer;
  font-size: 15px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.btn2:hover {
  color: rgba(255, 255, 255, 1);
  background-color: #e60012;
  border-radius: 6px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  cursor: pointer;
  font-size: 15px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
}

.btn3 {
  color: rgba(255, 255, 255, 1);
  background-color: #f39800;
  border-radius: 6px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  cursor: pointer;
  font-size: 15px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.btn3:hover {
  color: rgba(255, 255, 255, 1);
  background-color: #eb6100;
  border-radius: 6px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  cursor: pointer;
  font-size: 15px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
}

.btn4 {
  color: rgba(255, 255, 255, 1);
  background-color: #0068b7;
  border-radius: 6px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  cursor: pointer;
  font-size: 18px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
  width: 170px;
  height: 40px;
}

.btn4:hover {
  color: rgba(255, 255, 255, 1);
  background-color: #1b88da;
  border-radius: 6px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  cursor: pointer;
  font-size: 18px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  width: 170px;
  height: 40px;
}

.btn5 {
  color: rgba(255, 255, 255, 1);
  background-color: #e60012;
  border-radius: 6px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  cursor: pointer;
  font-size: 15px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.btn5:hover {
  color: rgba(255, 255, 255, 1);
  background-color: #e60012;
  border-radius: 6px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  cursor: pointer;
  font-size: 15px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
}

.test {
  height: 45px;
  text-align: center;
}

.long_text {
  width: 300px;
}

.thumbnail {
  max-width: 300px;
}

/*1600 電腦解析度*/
@media (max-width: 1600px) {
}

/*1440 電腦解析度*/
@media (max-width: 1440px) {
}

/*1366 電腦解析度*/
@media (max-width: 1366px) {
}

/*1280 電腦解析度*/
@media (max-width: 1280px) {
}

/*1024 電腦解析度*/
@media (max-width: 1024px) {
  .bill_box_l {
    width: 280px;
  }

  .bill_box_r {
    width: 600px;
  }

  .bill_box {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    border: 3px solid #ddd;
    padding: 15px;
    height: 370px;
    background: #fff;
    float: left;
    margin-top: 30px;
    overflow-x: hidden;
  }

  .tab-cont .item {
    padding: 30px 20px 30px 20px;
  }

  .nav li {
    float: left;
    position: relative;
    border-right: 1px solid #ddd;
    padding-left: 16px;
  }

  .nav li a {
    color: #333;
    font-weight: bold;
    blr: expression(this.onFocus=this.close());
    blr: expression(this.onFocus=this.blur());
    display: inline-block;
    text-align: center;
    padding-top: 10;
    padding-right: 13px;
    padding-bottom: 0;
    padding-left: 0px;
    line-height: 35px;
  }

  .nav li a:hover {
    color: #e60012;
    font-weight: bold;
    blr: expression(this.onFocus=this.close());
    blr: expression(this.onFocus=this.blur());
    display: inline-block;
    text-align: center;
    padding-top: 10;
    padding-right: 13px;
    padding-bottom: 0;
    padding-left: 0px;
    line-height: 35px;
  }

  .head_content {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }

  .content_inside {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 15px;
    text-indent: 1;
    line-height: 20px;
  }

  .foot_inside {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
}

.delimg {
  position: relative;
  right: 20px;
  bottom: 0px;
  color: #f00;
}

small {
  font-size: 14px;
}

.grecaptcha-badge {
  display: none;
}
/* 2019/11/28 Update by Alice */
.ui-widget.ui-widget-content {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 9999;
}
.ui-dialog .ui-dialog-content {
  min-height: none !important;
  max-height: calc(90vh - 50px) !important;
  height: auto !important;
  overflow: auto;
}
