@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fs-1 {
  font-size: 40px;
}

.fs-2 {
  font-size: 32px;
}

.fs-3 {
  font-size: 28px;
}

.fs-4 {
  font-size: 24px;
}

.fs-5 {
  font-size: 20px;
}

.fs-6 {
  font-size: 16px;
}

.fs-7 {
  font-size: 15px;
}

.fs-8 {
  font-size: 14px;
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 15px;
}

.mt-4 {
  margin-top: 20px;
}

.mt-5 {
  margin-top: 25px;
}

.mt-6 {
  margin-top: 30px;
}

.mt-7 {
  margin-top: 35px;
}

.mt-8 {
  margin-top: 40px;
}

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 15px;
}

.mb-4 {
  margin-bottom: 20px;
}

.mb-5 {
  margin-bottom: 25px;
}

.mb-6 {
  margin-bottom: 30px;
}

.mb-7 {
  margin-bottom: 35px;
}

.mb-8 {
  margin-bottom: 40px;
}

.text-deepPurple {
  color: #352E85;
}

.text-black {
  color: #000;
}

.text-end {
  text-align: right;
}

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

.text-start {
  text-align: left;
}

a {
  text-decoration: none;
  color: #352E85;
}

.must {
  color: #D71518;
  font-size: 20px;
}

.btn {
  cursor: pointer;
  font-size: 16px;
}

.btn_purple {
  background-color: #352E85;
  color: #fff;
  border: none;
  padding: 8px 15px;
  text-align: center;
}
.btn_purple[disabled] {
  cursor: not-allowed;
  background-color: #ABA7D8;
}
.btn_purple:not([disabled]):hover {
  background-color: #4138a3;
}

.page_title {
  text-align: center;
  font-size: 28px;
  color: #352E85;
  font-weight: 600;
  margin: 10px 0 30px 0;
}
.page_title img {
  margin-bottom: -8px;
}

body {
  font-family: Arial, "微軟正黑體", "Roboto", sans-serif !important;
  font-size: 17px;
}
body.have_bg {
  background-image: url(../img/bg.png);
  background-position: center center;
  background-repeat: repeat-y;
  background-color: #ddd;
}
body.qrcode_bg {
  background-image: url(../img/qrcode_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
body .wrapper {
  width: 1000px;
  margin: 0 auto;
}
body .wrapper .top {
  width: 100%;
  overflow: hidden;
}
body .wrapper .top .logo {
  float: left;
  padding: 10px 20px 0px 20px;
}
body .wrapper .top ul.info {
  float: right;
  margin: 0px;
  color: black;
  padding: 30px 25px 0 25px;
}
body .wrapper .top ul.info li {
  float: left;
  position: relative;
  padding-left: 30px;
}
body .wrapper .top ul.info li.calendar {
  margin-right: 30px;
}
body .wrapper .top ul.info li.user .full_name {
  color: #068F88;
  font-weight: 600;
}
body .wrapper .top ul.info li img {
  position: absolute;
  left: 0;
  top: -7px;
}
body .wrapper .menu {
  width: 200px;
  float: left;
  padding: 20px 20px 20px 20px;
}
body .wrapper .menu ul.link > li {
  margin: 0 0 10px 0;
  position: relative;
}
body .wrapper .menu ul.link > li ul.sub_menu {
  position: absolute;
  left: 100%;
  top: 0;
  width: auto;
  z-index: 777;
}
body .wrapper .menu ul.sub_menu li {
  margin: 0;
}
body .wrapper .menu ul.link > li ul.sub_menu li a {
  background-color: rgb(242, 248, 255);
  padding: 0;
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 15px 15px 15px 10px;
  width: 200px;
  line-height: 1.2;
  position: relative;
}
body .wrapper .menu ul.link > li.active a.disable {
  background-image: url(../img/arrow-d.png);
}
body .wrapper .menu ul.link > li > a {
  background-color: #EBEDFA;
  display: block;
  background-image: url(../img/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 15px 15px 15px 10px;
  width: 175px;
  line-height: 1.2;
  position: relative;
}
body .wrapper .menu ul.link > li > a.active:not(.disable) {
  background-color: #352E85;
  color: #fff;
}
body .wrapper .menu ul.link > li > a:not(.active, .disable):hover {
  background-color: #fff;
}
body .wrapper .menu ul.link > li > a img,
body .wrapper .menu ul.link li > a img {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 15px;
  top: 8px;
}
body .wrapper .menu ul.link > li > a b,
body .wrapper .menu ul.link li > a b {
  font-weight: 600;
  display: block;
  width: 110px;
  font-size: 18px;
  margin: 0 0 0px 50px;
}
body .wrapper .menu ul.link > li ul {
  padding: 0 0 0px 0;
  width: 100%;
  overflow: hidden;
  background-color: #EBEDFA;
  display: none;
}
body .wrapper .menu ul.link > li ul.active {
  display: block;
}
body .wrapper .menu ul.link > li ul li {
  margin: 0 0 0 0;
}
body .wrapper .menu ul.link > li ul li a {
  padding: 10px 0px 10px 60px;
  display: inline-block;
  width: 100%;
}
body .wrapper .menu ul.link > li ul li a.active {
  background-color: #352E85;
  color: white;
}
body .wrapper .menu ul.link > li ul li a:not(.active):hover {
  background-color: #fff;
}
body .wrapper .menu .logo {
  margin: 0 0 20px 0;
}
body .wrapper .menu .logo a {
  display: block;
}
body .wrapper .menu .tel {
  background-color: #EBEDFA;
  padding: 20px 15px;
}
body .wrapper .menu .tel .tel_title {
  color: black;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
}
body .wrapper .menu .tel .tel_title img {
  margin: 0 8px 0 0;
}
body .wrapper .menu .tel .ctn > a {
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
}
body .wrapper .menu .tel .ctn .smallfont {
  color: #352E85;
}
body .wrapper .down > .right {
  width: 710px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

#ctn {
  width: 710px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

#header {
  width: 710px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

.title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}
.title b {
  font-weight: bolder;
  color: #000;
  font-size: 20px;
}
.title .more_info {
  color: black;
  margin-left: 8px;
  font-size: 15px;
}
.title span.rectangle {
  width: 5px;
  height: 20px;
  background-color: #068F88;
  position: absolute;
  left: 0;
  top: 0;
}

.group_form {
  overflow: hidden;
  margin: 0 0 30px 0;
  display: block;
  width: 100%;
}
.group_form .input_box {
  width: 340px;
}
.group_form .input_box .name {
  margin: 0 0 5px 0;
  font-weight: 600;
}
.group_form .input_box.left {
  float: left;
}
.group_form .input_box.right {
  float: right;
}
.group_form .input_box .form-control {
  width: 306px;
  padding: 12px 15px;
}
.group_form .input_box .form-control[disabled] {
  color: #aaa;
  cursor: not-allowed;
}
.group_form .input_box .other {
  color: #D71518;
  margin: 8px 0 0 0;
}

.warn_box {
  width: 648px;
  background-color: #FEF6DD;
  border-width: 1px;
  border-style: dashed;
  padding: 20px 30px;
  text-align: center;
  color: #967F35;
  margin: 20px 0;
  overflow: hidden;
  display: block;
}
.warn_box img {
  margin-bottom: -5px;
}
.warn_box b {
  font-size: 18px;
}
.warn_box ul {
  border-top-color: #DCCE9E;
  border-top-width: 1px;
  border-top-style: solid;
  text-align: left;
  margin: 20px 0 0 0;
  padding-top: 20px;
}
.warn_box ul li {
  margin: 0 0 10px 0;
}

.hint_box {
  width: 648px;
  background-color: #ECECEC;
  border-width: 1px;
  border-style: dashed;
  padding: 20px 30px;
  text-align: center;
  color: green;
  margin: 20px 0;
  overflow: hidden;
  display: block;
}
.hint_box img {
  margin-bottom: -5px;
}
.hint_box b {
  font-size: 18px;
}
.hint_box ul {
  border-top-color: #97C797;
  border-top-width: 1px;
  border-top-style: solid;
  text-align: left;
  margin: 20px 0 0 0;
  padding-top: 20px;
}
.hint_box ul li {
  margin: 0 0 10px 0;
}

.danger_box {
  width: 648px;
  background-color: #f8d7da;
  border-width: 1px;
  border-style: dashed;
  padding: 20px 30px;
  text-align: center;
  color: #842029;
  margin: 20px 0;
  overflow: hidden;
  display: block;
}
.danger_box img {
  margin-bottom: -5px;
}
.danger_box b {
  font-size: 18px;
}
.danger_box ul {
  border-top-color: #f5c2c7;
  border-top-width: 1px;
  border-top-style: solid;
  text-align: left;
  margin: 20px 0 0 0;
  padding-top: 20px;
}
.danger_box ul li {
  margin: 0 0 10px 0;
}

ul.btn_group {
  text-align: center;
  margin: 40px 0;
  display: block;
  overflow: hidden;
}
ul.btn_group li {
  display: inline-block;
  margin: 5px;
}
ul.btn_group li button {
  width: 175px;
}

ul.radio {
  overflow: hidden;
}
ul.radio li {
  float: left;
  margin-right: 15px;
}
ul.radio li label {
  margin-left: -10px;
}

.one_column {
  background-color: #E9ECF6;
  padding: 30px 20px 0px 20px;
  width: 340px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.one_column .group_form {
  margin: 0;
}
.one_column .group_form .input_box {
  margin: 0 0 30px 0;
}

.footer {
  text-align: center;
  color: black;
  font-size: 15px;
  padding: 15px 15px 15px 15px;
  border-top-color: #ddd;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 60px 12px 0 0;
  display: block;
  overflow: hidden;
  width: 680px;
  float: right;
}

.table {
  width: 100%;
}
.table tr td {
  padding: 12px 20px;
  line-height: 1.5;
  color: black;
  vertical-align: middle;
}
.table tr th {
  padding: 12px 20px;
  line-height: 1.5;
  color: black;
  vertical-align: middle;
  white-space: nowrap;
}
table tr th.bg {
  background-color: #E9ECF6;
  text-align: left;
}

.table tr.bg td {
  background-color: #E9ECF6;
}

.group_checkbox label {
  font-size: 24px;
}
.group_checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
}

input[type=radio] {
  width: 16px;
  height: 16px;
}

.qrcode_info {
  padding: 100px 0 0 0;
  text-align: center;
  width: 760px;
  margin: 0 auto;
}
.qrcode_info .code_title {
  color: #352E85;
  font-weight: bolder;
  font-size: 28px;
  margin: 0 0 40px 0;
}
.qrcode_info .img_box {
  margin: 0 0 15px 0;
}
.qrcode_info .img_box img {
  background-color: #fff;
  border-width: 20px;
  border-color: #fff;
  border-style: solid;
}
.qrcode_info p {
  font-size: 18px;
  letter-spacing: 1px;
}

.print_wrapper {
  width: 800px;
  margin: 0 auto;
  padding: 30px 30px;
}
.print_wrapper .print_title {
  font-size: 40px;
  margin: 0 0px 50px 0;
  text-align: center;
  font-weight: bolder;
}
.print_wrapper .print_note {
  margin: 15px 0 0 0;
}
.print_wrapper .print_note li {
  margin: 0 0 10px 0;
}

.print_bg {
  background-color: #f5f5f5;
}

.table-bordered tr th {
  border-width: 1px;
  border-color: black;
  border-style: solid;
  vertical-align: middle;
  color: #000;
  font-weight: bolder;
  white-space: nowrap;
}
.table-bordered tr td {
  border-width: 1px;
  border-color: black;
  border-style: solid;
}
.table-bordered tr .hr {
  margin: 15px 0;
  border-top-color: black;
  border-top-width: 1px;
  border-top-style: solid;
}

.table-borderless tr th {
  padding: 12px 0px;
  white-space: nowrap;
}
.table-borderless tr td {
  padding: 12px 0px;
}

.apply_btn {
  text-align: center;
  margin: 40px 0;
  display: block;
}
.apply_btn li {
  display: inline;
  margin: 0 10px;
  cursor: pointer;
}
.apply_btn li a {
  width: 180px;
  height: 130px;
  background-color: #32B3D6;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-width: 5px;
  border-color: #352E85;
  border-top-style: solid;
}
.apply_btn li a:hover {
  background-color: #55BEDD;
}
.apply_btn li a .box {
  width: 150px;
  height: 100px;
  padding: 15px;
  font-weight: 600;
  position: relative;
}
.apply_btn li a .box .icon {
  width: 52px;
  height: 52px;
  position: absolute;
  left: 64px;
  top: -26px;
}
.apply_btn li a .box .group {
  overflow: hidden;
  height: 100px;
}
.apply_btn li a .box .group .info {
  margin: 10px 0 15px 0;
  font-size: 20px;
}
.apply_btn li a .box .group .btn {
  background-color: #fff;
  color: #32B3D6;
  padding: 8px 0;
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 150px;
}
.apply_btn li a .box .group .btn img {
  margin-left: 5px;
}

.line_box {
  margin: 20px 0;
  position: relative;
  text-align: center;
}
.line_box span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.line_box .line {
  border-top-width: 1px;
  border-top-color: black;
  border-top-style: dashed;
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
}

@media print {
  .print_wrapper {
    width: auto;
  }
  body.qrcode_bg {
    background-image: none;
  }
}/*# sourceMappingURL=style.css.map */