@charset "UTF-8";
/* fonts-網頁字形 */
.font-family-zh-tw {
  font-family: '微軟正黑體';
}

.font-family-zh-hk {
  font-family: '微軟正黑體';
}

.font-family-zh-cn {
  font-family: '微軟正黑體';
}

.font-family-ja-jp {
  font-family: 'Noto Sans Japanese','sans-serif';
  font-style: normal;
  font-weight: 200;
}
.font-family-ja-jp #header_nav #jp-head-ul li {
  margin-right: 24px;
}
.font-family-ja-jp #header_nav #jp-head-ul li a {
  letter-spacing: 1px;
  font-size: 15px;
}

.font-family-ja-jp.is-short #header_nav {
  margin-right: 45px;
}

.font-family-en {
  font-family: 'Helvetica','Tahoma','Arial';
  letter-spacing: 1px !important;
}

/*RWD FONT SIZE !!!!!!!*/
/* pc */
@media screen and (min-width: 1200px) {
  .font-lg {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
  }
  .font-lg.dark {
    color: #595353;
    letter-spacing: 2px;
  }
  .font-lg.dark a {
    color: #595353;
  }
  .font-lg.dark a:hover {
    text-decoration: none;
    color: #595353;
  }
  .font-lg.gray {
    color: #333;
    letter-spacing: 2px;
  }
  .font-lg.gray a {
    color: gray;
  }
  .font-lg.gray a:hover {
    text-decoration: none;
    color: gray;
  }
  .font-lg.light {
    color: white;
    letter-spacing: 2px;
  }
  .font-lg.light a {
    color: white;
  }
  .font-lg.light a:hover {
    text-decoration: none;
    color: white;
  }

  .font-md {
    font-size: 19px;
    line-height: 29px;
  }
  .font-md.dark {
    color: #595353;
    letter-spacing: 2px;
  }
  .font-md.dark a {
    color: #595353;
  }
  .font-md.dark a:hover {
    text-decoration: none;
    color: #595353;
  }
  .font-md.gray {
    color: #333;
    letter-spacing: 2px;
  }
  .font-md.gray a {
    color: gray;
  }
  .font-md.gray a:hover {
    text-decoration: none;
    color: gray;
  }
  .font-md.light {
    color: white;
    letter-spacing: 2px;
  }
  .font-md.light a {
    color: white;
  }
  .font-md.light a:hover {
    text-decoration: none;
    color: white;
  }

  .font-sm {
    font-size: 16px;
    line-height: 26px;
  }
  .font-sm.dark {
    color: #595353;
    letter-spacing: 2px;
  }
  .font-sm.dark a {
    color: #595353;
  }
  .font-sm.dark a:hover {
    text-decoration: none;
    color: #595353;
  }
  .font-sm.gray {
    color: #333;
    letter-spacing: 2px;
  }
  .font-sm.gray a {
    color: gray;
  }
  .font-sm.gray a:hover {
    text-decoration: none;
    color: gray;
  }
  .font-sm.light {
    color: white;
    letter-spacing: 2px;
  }
  .font-sm.light a {
    color: white;
  }
  .font-sm.light a:hover {
    text-decoration: none;
    color: white;
  }

  .font-xs {
    font-size: 15px;
    line-height: 20px;
  }
  .font-xs.dark {
    color: #595353;
    letter-spacing: 2px;
  }
  .font-xs.dark a {
    color: #595353;
  }
  .font-xs.dark a:hover {
    text-decoration: none;
    color: #595353;
  }
  .font-xs.gray {
    color: #333;
    letter-spacing: 2px;
  }
  .font-xs.gray a {
    color: gray;
  }
  .font-xs.gray a:hover {
    text-decoration: none;
    color: gray;
  }
  .font-xs.light {
    color: white;
    letter-spacing: 2px;
  }
  .font-xs.light a {
    color: white;
  }
  .font-xs.light a:hover {
    text-decoration: none;
    color: white;
  }
}
/* pad */
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .font-lg {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
  }
  .font-lg.dark {
    color: #595353;
    letter-spacing: 2px;
  }
  .font-lg.dark a {
    color: #595353;
  }
  .font-lg.dark a:hover {
    text-decoration: none;
    color: #595353;
  }
  .font-lg.gray {
    color: #333;
    letter-spacing: 2px;
  }
  .font-lg.gray a {
    color: gray;
  }
  .font-lg.gray a:hover {
    text-decoration: none;
    color: gray;
  }
  .font-lg.light {
    color: white;
    letter-spacing: 2px;
  }
  .font-lg.light a {
    color: white;
  }
  .font-lg.light a:hover {
    text-decoration: none;
    color: white;
  }

  .font-md {
    font-size: 22px;
    line-height: 32px;
  }
  .font-md.dark {
    color: #595353;
    letter-spacing: 2px;
  }
  .font-md.dark a {
    color: #595353;
  }
  .font-md.dark a:hover {
    text-decoration: none;
    color: #595353;
  }
  .font-md.gray {
    color: #333;
    letter-spacing: 2px;
  }
  .font-md.gray a {
    color: gray;
  }
  .font-md.gray a:hover {
    text-decoration: none;
    color: gray;
  }
  .font-md.light {
    color: white;
    letter-spacing: 2px;
  }
  .font-md.light a {
    color: white;
  }
  .font-md.light a:hover {
    text-decoration: none;
    color: white;
  }

  .font-sm {
    font-size: 16px;
    line-height: 26px;
  }
  .font-sm.dark {
    color: #595353;
    letter-spacing: 2px;
  }
  .font-sm.dark a {
    color: #595353;
  }
  .font-sm.dark a:hover {
    text-decoration: none;
    color: #595353;
  }
  .font-sm.gray {
    color: #333;
    letter-spacing: 2px;
  }
  .font-sm.gray a {
    color: gray;
  }
  .font-sm.gray a:hover {
    text-decoration: none;
    color: gray;
  }
  .font-sm.light {
    color: white;
    letter-spacing: 2px;
  }
  .font-sm.light a {
    color: white;
  }
  .font-sm.light a:hover {
    text-decoration: none;
    color: white;
  }

  .font-xs {
    font-size: 15px;
    line-height: 25px;
  }
  .font-xs.dark {
    color: #595353;
    letter-spacing: 2px;
  }
  .font-xs.dark a {
    color: #595353;
  }
  .font-xs.dark a:hover {
    text-decoration: none;
    color: #595353;
  }
  .font-xs.gray {
    color: #333;
    letter-spacing: 2px;
  }
  .font-xs.gray a {
    color: gray;
  }
  .font-xs.gray a:hover {
    text-decoration: none;
    color: gray;
  }
  .font-xs.light {
    color: white;
    letter-spacing: 2px;
  }
  .font-xs.light a {
    color: white;
  }
  .font-xs.light a:hover {
    text-decoration: none;
    color: white;
  }
}
/*mobile*/
@media screen and (max-width: 768px) {
  .font-lg {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
  }
  .font-lg.dark {
    color: #595353;
    letter-spacing: 2px;
  }
  .font-lg.dark a {
    color: #595353;
  }
  .font-lg.dark a:hover {
    text-decoration: none;
    color: #595353;
  }
  .font-lg.gray {
    color: #333;
    letter-spacing: 2px;
  }
  .font-lg.gray a {
    color: gray;
  }
  .font-lg.gray a:hover {
    text-decoration: none;
    color: gray;
  }
  .font-lg.light {
    color: white;
    letter-spacing: 2px;
  }
  .font-lg.light a {
    color: white;
  }
  .font-lg.light a:hover {
    text-decoration: none;
    color: white;
  }

  .font-md {
    font-size: 20px;
    line-height: 40px;
  }
  .font-md.dark {
    color: #595353;
    letter-spacing: 2px;
  }
  .font-md.dark a {
    color: #595353;
  }
  .font-md.dark a:hover {
    text-decoration: none;
    color: #595353;
  }
  .font-md.gray {
    color: #333;
    letter-spacing: 2px;
  }
  .font-md.gray a {
    color: gray;
  }
  .font-md.gray a:hover {
    text-decoration: none;
    color: gray;
  }
  .font-md.light {
    color: white;
    letter-spacing: 2px;
  }
  .font-md.light a {
    color: white;
  }
  .font-md.light a:hover {
    text-decoration: none;
    color: white;
  }

  .font-sm {
    font-size: 16px;
    line-height: 26px;
  }
  .font-sm.dark {
    color: #595353;
    letter-spacing: 2px;
  }
  .font-sm.dark a {
    color: #595353;
  }
  .font-sm.dark a:hover {
    text-decoration: none;
    color: #595353;
  }
  .font-sm.gray {
    color: #333;
    letter-spacing: 2px;
  }
  .font-sm.gray a {
    color: gray;
  }
  .font-sm.gray a:hover {
    text-decoration: none;
    color: gray;
  }
  .font-sm.light {
    color: white;
    letter-spacing: 2px;
  }
  .font-sm.light a {
    color: white;
  }
  .font-sm.light a:hover {
    text-decoration: none;
    color: white;
  }

  .font-xs {
    font-size: 15px;
    line-height: 25px;
  }
  .font-xs.dark {
    color: #595353;
    letter-spacing: 2px;
  }
  .font-xs.dark a {
    color: #595353;
  }
  .font-xs.dark a:hover {
    text-decoration: none;
    color: #595353;
  }
  .font-xs.gray {
    color: #333;
    letter-spacing: 2px;
  }
  .font-xs.gray a {
    color: gray;
  }
  .font-xs.gray a:hover {
    text-decoration: none;
    color: gray;
  }
  .font-xs.light {
    color: white;
    letter-spacing: 2px;
  }
  .font-xs.light a {
    color: white;
  }
  .font-xs.light a:hover {
    text-decoration: none;
    color: white;
  }
}
.letter-spacing-0px {
  letter-spacing: 0 !important;
}

.letter-spacing-1px {
  letter-spacing: 1px !important;
}

.letter-spacing-2px {
  letter-spacing: 2px !important;
}

.letter-spacing-3px {
  letter-spacing: 3px !important;
}

html, body, p, ul, li {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html {
  width: 100%;
  height: 100%;
}

body {
  min-height: 100%;
  background-color: #FFF;
}

/* sec1 */
section {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
section #sec1 {
  z-index: 1;
}
section #sec2 {
  z-index: 2;
}
section #sec3 {
  z-index: 3;
}

/* 下載條 樣式 */
.ld_panel {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: #ebe9e7;
  margin: 0;
  padding: 0;
  display: none;
}

.center {
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
}

.loading {
  background-color: transparent;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
}

.loading .txt {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-family: arial;
  font-size: 40px;
  line-height: 40px;
  margin-top: -15px;
}

.loading .txt .num {
  text-align: center;
}

.loading .txt .num:after {
  content: "%";
  font-size: 20px;
}

svg {
  -moz-transform: rotate(-91deg);
  -o-transform: rotate(-91deg);
  -ms-transform: rotate(-91deg);
  -webkit-transform: rotate(-91deg);
  transform: rotate(-91deg);
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
}

.gauge {
  stroke: #bac8d0;
  stroke-width: 10px;
  fill: white;
}

.arc {
  stroke: #1e658e;
  stroke-width: 10px;
  fill: none;
  -moz-transform: 1s linear;
  -o-transform: 1s linear;
  -ms-transform: 1s linear;
  -webkit-transform: 1s linear;
  transform: 1s linear;
}

/* common */
html, body, #wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

/* header */
/* nav */
/* footer */
/* graphics style */
.row-line {
  display: inline-block;
  width: 100%;
  line-height: 25px;
}
.row-line a, .row-line ul li {
  color: #555;
  list-style: none inside;
}
.row-line .row-inner {
  display: inline-block;
  width: 100%;
  padding: 2px 0 2px 0;
}
.row-line .row-unit {
  float: left;
  padding-bottom: 2px;
}
.row-line .row-unit p {
  width: 100%;
  line-height: 24px;
}
.row-line .row-unit .icon {
  float: right;
  cursor: pointer;
}
.row-line .row-unit-line {
  width: 100%;
}

/* social elements style */
/* 施工中 */
#working_container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ec623d;
  z-index: 999999;
  text-align: center;
}
#working_container #working_div {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -85px;
}
#working_container #working_div #working_pic {
  position: relative;
  width: 320px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}
#working_container #working_div #working_text {
  position: relative;
  color: white;
  font-size: 16px;
  letter-spacing: 16px;
  line-height: 32px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

/* focus */
a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

a::-moz-focus-inner {
  border: 0;
}

button::-moz-focus-inner {
  border: 0;
}

/* disable user text select */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
section {
  text-align: center;
  /* table */
  /* tr */
  /* td , th */
}
section p {
  margin-top: 40px;
  margin-bottom: 35px;
  font-size: 18px;
  color: #585252;
  letter-spacing: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
section .custom_table {
  display: table;
  width: 100%;
  margin-bottom: 60px;
}
section .custom_row {
  display: table-row;
}
section .custom_cell_pic {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  overflow: hidden;
}
section .custom_cell_pic img {
  position: absolute;
  padding: 0;
  margin: 0;
}
section .custom_cell_text {
  vertical-align: middle;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #5a5152;
  font-size: 15px;
  letter-spacing: 3px;
}
section .custom_cell_text:nth-child(even) {
  background-color: #ffffff;
}
section .custom_cell_text:nth-child(odd) {
  background-color: #ffffff;
}
section #button_container {
  margin-bottom: 50px;
}
section #button_container .pic_button {
  display: block;
  position: relative;
  left: 50%;
  margin-left: -85px;
  padding: 20px;
  line-height: 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2dccc;
  width: 170px;
  height: 70px;
  background-color: #ffffff;
  color: #5a5152;
  font-size: 16px;
  letter-spacing: 3px;
}
section #button_container .pic_button:hover {
  background-color: #e2dccc;
}

.focused {
  background: #abcdef;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  section {
    text-align: center;
    /* table */
    /* tr */
    /* td , th */
  }
  section p {
    margin-top: 55px;
    margin-bottom: 50px;
    font-size: 22px;
    color: #585252;
    letter-spacing: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  section .custom_table {
    display: table;
    width: 100%;
    margin-bottom: 80px;
  }
  section .custom_row {
    display: table-row;
  }
  section .custom_cell_pic {
    display: table-cell;
    width: 66.6%;
    margin-bottom: 0;
  }
  section .custom_cell_text {
    vertical-align: middle;
    display: table-cell;
    width: 33.4%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #5a5152;
    font-size: 16px;
    letter-spacing: 3px;
  }
  section .custom_cell_text:nth-child(even) {
    background-image: url("../images/story/bg_story.jpg");
  }
  section .custom_cell_text:nth-child(odd) {
    background-color: #ffffff;
  }
  section #button_container {
    margin-bottom: 80px;
  }
  section #button_container .pic_button {
    display: block;
    position: relative;
    left: 50%;
    margin-left: -90px;
    padding: 20px;
    line-height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #e2dccc;
    width: 180px;
    height: 80px;
    background-color: #ffffff;
    color: #5a5152;
    font-size: 16px;
    letter-spacing: 10px;
  }
  section #button_container .pic_button:hover {
    background-color: #e2dccc;
  }

  .focused {
    background: #abcdef;
  }
}
@media screen and (min-width: 1200px) {
  section {
    text-align: center;
    /* table */
    /* tr */
    /* td , th */
  }
  section p {
    margin-top: 90px;
    margin-bottom: 80px;
    font-size: 22px;
    color: #585252;
    letter-spacing: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  section .custom_table {
    display: table;
    width: 100%;
    margin-bottom: 80px;
  }
  section .custom_row {
    display: table-row;
  }
  section .custom_cell_pic {
    display: table-cell;
    width: 66.6%;
    margin-bottom: 0;
  }
  section .custom_cell_text {
    vertical-align: middle;
    display: table-cell;
    width: 33.4%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #5a5152;
    font-size: 16px;
    letter-spacing: 3px;
  }
  section .custom_cell_text:nth-child(even) {
    background-image: url("../images/story/bg_story.jpg");
  }
  section .custom_cell_text:nth-child(odd) {
    background-color: #ffffff;
  }
  section #button_container {
    margin-bottom: 80px;
  }
  section #button_container .pic_button {
    display: block;
    position: relative;
    left: 50%;
    margin-left: -115px;
    padding: 20px;
    line-height: 45px;
    border-style: solid;
    border-width: 1px;
    border-color: #e2dccc;
    width: 230px;
    height: 90px;
    background-color: #ffffff;
    color: #5a5152;
    font-size: 16px;
    letter-spacing: 10px;
  }
  section #button_container .pic_button:hover {
    background-color: #e2dccc;
  }

  .focused {
    background: #abcdef;
  }
}
@media print {
  .custom_cell_pic img {
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
  }

  a[href]:after {
    content: none !important;
  }
}
section {
  width: 100%;
  height: auto;
}

body {
  overflow-x: hidden;
}

/* Bootstrap */
.container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 80px;
}

.col-md-8, .col-lg-8, .col-md-4, .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.img-responsive {
  width: 100%;
}
