@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Sans+TC:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0; }

html, body {
  font-family: 'Montserrat','Noto Sans TC', sans-serif;
  color: #333333;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: #333333; }
  @media screen and (min-width: 992px) {
    a {
      -webkit-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
      a:hover {
        color: #CB983C; } }

input:focus {
  outline: none; }

address {
  font-style: normal; }

main > .inner {
  margin-top: 90px;
  min-height: 800px; }
  @media screen and (max-width: 991px) {
    main > .inner {
      margin-top: 60px; } }

.hidden {
  display: none; }

@media screen and (min-width: 992px) {
  .pc-hidden {
    display: none; } }

ul.nostyle, ul.slider, ol.nostyle, ol.slider {
  list-style: none;
  padding-left: 0;
  margin: 0 !important; }

.light-bg {
  background-color: #FCF7EE; }

.grid-bg {
  background-size: cover;
  background-image: url("images/grid-bg.png"); }

.title-style {
  display: inline-block;
  text-align: center;
  color: #000;
  padding-bottom: 4px;
  border-bottom: 3px solid #CB983C; }

.text-primary {
  color: #CB983C !important; }

.text-red {
  color: red; }

.nav-tabs {
  border: none; }
  .nav-tabs .nav-link {
    background-color: transparent !important;
    border: none !important;
    padding: 0 10px;
    border-radius: 0 0 0 0; }
    .nav-tabs .nav-link.active {
      color: #CB983C;
      border-right: 2px solid #CB983C !important; }
  @media screen and (min-width: 768px) {
    .nav-tabs {
      display: block !important;
      height: 100%;
      border-right: 1px solid #dedede; }
      .nav-tabs .nav-item {
        width: 100%; }
      .nav-tabs .nav-link {
        width: 100%;
        text-align: right;
        margin: 10px 0; } }
  @media screen and (max-width: 767px) {
    .nav-tabs {
      overflow-x: auto;
      border-bottom: 1px solid #dedede;
      margin-bottom: 20px; }
      .nav-tabs .nav-link {
        display: inline-block;
        padding: 10px; } }

.text-note {
  font-size: 15px;
  padding: 10px;
  background-color: #dedede;
  border-radius: 10px;
  margin: 10px 0; }

.btn {
  min-width: 140px;
  -webkit-transition: .25s opacity;
  transition: .25s opacity; }
  .btn.btn-rounded {
    border-radius: 50px; }
  .btn.btn-primary {
    background-color: #CB983C;
    border-color: #CB983C; }
  .btn:hover {
    opacity: .8; }

.circle-img-btn {
  display: block;
  width: 240px;
  height: 240px;
  border: 8px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px auto;
  -webkit-transition: .25s;
  transition: .25s; }
  .circle-img-btn .circle-img-btn_text {
    font-size: 20px;
    color: #222222;
    margin: 18px auto 0; }
  .circle-img-btn:hover {
    background-color: #CB983C;
    border-color: #CB983C; }
    .circle-img-btn:hover .circle-img-btn_text {
      color: #fff; }
  .circle-img-btn .circle-img-btn_img {
    width: 100%;
    height: 70%; }
  .circle-img-btn img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media screen and (max-width: 1180px) {
    .circle-img-btn {
      width: 200px;
      height: 200px; } }
  @media screen and (max-width: 767px) {
    .circle-img-btn {
      width: 180px;
      height: 180px; }
      .circle-img-btn .circle-img-btn_text {
        font-size: 16px;
        margin: 10px auto 0; } }

/* ==========================================================================
 header
 @mixin =========================================================================*/
header .navbar {
  background-size: 100% 100%;
  background-image: url("images/header-bg.png"); }

header .navbar-nav .nav-item .nav-link {
  width: 100%;
  display: inline-block;
  line-height: 1;
  padding: 0 15px;
  color: #333333;
  border-left: 1px solid #BBBBBB; }
  header .navbar-nav .nav-item .nav-link:hover {
    color: #CB983C; }

header .navbar-nav .nav-item:first-child .nav-link {
  border: none; }

header + main {
  margin-top: 74px; }

@media screen and (max-width: 960px) {
  header + main {
    margin-top: 66px; }
  header .navbar-brand img {
    height: 40px !important; }
  header .navbar-nav .nav-item .nav-link {
    padding: 0 4px; } }

@media screen and (max-width: 767px) {
  header .navbar-nav .nav-item .nav-link {
    border: none;
    padding: 15px 0; } }

/* ==========================================================================
 footer
 @mixin =========================================================================*/
#footer {
  background-color: #F0F0F0;
  font-size: 15px; }
  #footer .company-info_label {
    white-space: nowrap; }

.copyright {
  text-align: center;
  font-size: 14px;
  background-color: #CB983C;
  color: #fff;
  padding: 2px 0;
  position: relative; }
  .copyright::before {
    content: '';
    display: block;
    width: 12%;
    height: 100%;
    background-color: #333333;
    position: absolute;
    left: 0;
    bottom: 0; }

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 40; }
  .social-media a {
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .social-media {
      right: 10px;
      bottom: 4px; }
      .social-media a {
        margin-bottom: 14px; }
        .social-media a img {
          image-rendering: -moz-crisp-edges;
          image-rendering: -o-crisp-edges;
          image-rendering: -webkit-optimize-contrast;
          image-rendering: optimize-contrast;
          -ms-interpolation-mode: nearest-neighbor;
          width: 46px;
          height: 46px; } }

.page-banner {
  position: relative;
  height: 34vh; }
  .page-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .page-banner .text {
    color: #fff;
    letter-spacing: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.pageFill {
  height: calc(100vh - 90px); }
  @media screen and (max-width: 991px) {
    .pageFill {
      height: calc(100vh - 60px); } }
  @media screen and (max-width: 1440px) {
    .pageFill {
      height: auto; } }
  @media screen and (max-height: 980px) {
    .pageFill {
      height: auto; } }

@media screen and (min-width: 992px) {
  .l-half_box .l-half:nth-child(odd) .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .l-half_box .l-half:nth-child(odd) .text + * {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .l-half_box .l-half:nth-child(even) .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .l-half_box .l-half:nth-child(even) .text + * {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.l-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .l-half .text .main-title {
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .l-half .text .main-title {
        margin-bottom: 17px; } }
    @media screen and (max-width: 479px) {
      .l-half .text .main-title {
        margin-bottom: 13.2px; } }
  .l-half .text p {
    text-align: justify; }
  @media screen and (min-width: 992px) {
    .l-half .text, .l-half .text + div {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
    .l-half.pageFill {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 991px) {
    .l-half .text, .l-half .text + div {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.l-list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media screen and (min-width: 768px) {
    .l-list_box {
      margin: 0 -20px; } }

.l-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .l-list .l-list_pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    height: 140px; }
  .l-list .l-list_text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 170px);
    padding-left: 24px; }
    .l-list .l-list_text .title {
      text-align: justify;
      margin-top: 0; }
  .l-list .l-list_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .l-list .l-list_info > * {
      display: inline-block;
      margin: 0;
      padding: 0; }
  @media screen and (min-width: 992px) {
    .l-list {
      min-width: calc(50% - 40px);
      margin: 24px 20px; }
      .l-list .l-list_text {
        padding-right: 24px; } }
  @media screen and (max-width: 991px) {
    .l-list {
      width: calc(50% - 40px);
      margin: 20px 10px; }
      .l-list .l-list_text {
        padding-left: 20px;
        padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .l-list {
      width: 100%;
      margin: 20px 0; }
      .l-list .l-list_text {
        width: calc(100% - 140px);
        padding-left: 16px; } }

.l-chartNews {
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .l-chartNews {
      padding-top: 68px; } }
  @media screen and (max-width: 479px) {
    .l-chartNews {
      padding-top: 52.8px; } }
  @media screen and (max-width: 991px) {
    .l-chartNews {
      padding-bottom: 51px; } }
  @media screen and (max-width: 479px) {
    .l-chartNews {
      padding-bottom: 39.6px; } }
  .l-chartNews .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
  .l-chartNews .text {
    padding-right: 6%; }
  .l-chartNews .slider-info {
    width: 60%;
    margin-top: -120px; }
  .l-chartNews .chart_item {
    display: block;
    background-color: #fff;
    -webkit-box-shadow: -2px 5px 30px 0 #ccc;
            box-shadow: -2px 5px 30px 0 #ccc;
    padding: 10px;
    width: 100%;
    height: 26vw;
    overflow: hidden; }
  .l-chartNews .chart_pic {
    width: 100%;
    height: 100%;
    background-size: contain !important;
    min-height: 240px; }
  .l-chartNews .chart_name {
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 0; }
  .l-chartNews .slick-list {
    overflow: visible; }
  .l-chartNews .slick-dots {
    bottom: 5px;
    text-align: right; }
  @media screen and (min-width: 1681px) {
    .l-chartNews .slider-info {
      width: 60%; }
    .l-chartNews .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%; } }
  @media screen and (max-width: 1680px) {
    .l-chartNews .slider-info {
      width: 50%; }
    .l-chartNews .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  @media screen and (max-width: 1199px) {
    .l-chartNews .slider-info {
      width: 55%; }
    .l-chartNews .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%; } }
  @media screen and (min-width: 992px) {
    .l-chartNews .chart_item {
      min-height: 360px; } }
  @media screen and (min-width: 768px) {
    .l-chartNews .slider-info .chart_item {
      -webkit-transition: box-shadow 0.25s ease-in-out;
      -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
      transition: -webkit-box-shadow 0.25s ease-in-out;
      transition: box-shadow 0.25s ease-in-out;
      transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out; }
    .l-chartNews .slider-info .chart_pic {
      -webkit-transition: transform 0.25s ease-in-out;
      -webkit-transition: -webkit-transform 0.25s ease-in-out;
      transition: -webkit-transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
    .l-chartNews .slider-info .chart_name {
      -webkit-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
    .l-chartNews .slider-info:hover .chart_item {
      -webkit-box-shadow: -2px 5px 30px 0 rgba(144, 144, 144, 0.8);
              box-shadow: -2px 5px 30px 0 rgba(144, 144, 144, 0.8); }
    .l-chartNews .slider-info:hover .chart_pic {
      -webkit-transform: scale(1.02);
              transform: scale(1.02); }
    .l-chartNews .slider-info:hover .chart_name {
      color: #CB983C; } }
  @media screen and (max-width: 991px) {
    .l-chartNews {
      margin: 70px 0 60px; }
      .l-chartNews .chart_item {
        min-height: 300px; }
      .l-chartNews .slider-info {
        margin-top: -100px; } }
  @media screen and (max-width: 767px) {
    .l-chartNews {
      margin: 0; }
      .l-chartNews .chart_item {
        padding: 5px; }
      .l-chartNews .text, .l-chartNews .slider-info {
        display: block;
        width: 100%; }
      .l-chartNews .text {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; }
      .l-chartNews .slider-info {
        max-width: 500px;
        margin: 20px auto 0; } }
  @media screen and (max-width: 479px) {
    .l-chartNews .slick-dots {
      text-align: center;
      bottom: -15px; }
    .l-chartNews .chart_name {
      margin-top: 20px;
      margin-bottom: 20px; } }

.l-card {
  display: block;
  margin: 20px;
  border: 1px solid #F2F2F2; }
  .l-card .title {
    font-weight: 600;
    margin: 0; }
  .l-card .l-card_pic {
    height: 14.5vw;
    min-height: 200px;
    overflow: hidden;
    position: relative; }
    .l-card .l-card_pic img {
      max-width: none;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .l-card .l-card_pic::before, .l-card .l-card_pic::after {
      content: '';
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      -webkit-transition: background 0.25s ease-in-out;
      transition: background 0.25s ease-in-out; }
    .l-card .l-card_pic::before {
      height: 20%;
      background: black;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.500438)), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.500438) 0%, rgba(0, 0, 0, 0) 100%);
      opacity: .5;
      bottom: 0;
      z-index: 4; }
    .l-card .l-card_pic::after {
      height: 100%;
      background-color: rgba(255, 255, 255, 0.05);
      top: 0;
      z-index: 5; }
  .l-card .l-card_info {
    padding: 20px; }
    .l-card .l-card_info .f-subTitle {
      margin-top: 0; }
  @media screen and (min-width: 992px) {
    .l-card {
      -webkit-transition: box-shadow 0.25s ease-in-out;
      -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
      transition: -webkit-box-shadow 0.25s ease-in-out;
      transition: box-shadow 0.25s ease-in-out;
      transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out; }
      .l-card .l-card_pic > * {
        -webkit-transition: transform 0.25s ease-in-out;
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
      .l-card .l-card_info > .title {
        -webkit-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
      .l-card:hover {
        -webkit-box-shadow: 0px 0px 24px 0 #ccc;
                box-shadow: 0px 0px 24px 0 #ccc; }
        .l-card:hover .l-card_pic > * {
          -webkit-transform: scale(1.025);
                  transform: scale(1.025); }
        .l-card:hover .l-card_info > .title {
          color: #CB983C; } }
  @media screen and (max-width: 991px) {
    .l-card .l-card_info {
      padding: 10px; } }
  @media screen and (max-width: 767px) {
    .l-card {
      margin: 10px; } }
  @media screen and (max-width: 479px) {
    .l-card {
      margin: 0; } }

.l-iconGrid .line_w, .l-iconGrid .line_h {
  display: inline-block;
  background-color: #BBBBBB; }

.l-iconGrid .l-iconGrid_name {
  font-weight: 400;
  font-size: 1.04em; }

.l-iconGrid .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.l-iconGrid .name_1, .l-iconGrid .name_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  grid-row: 2; }
  @media screen and (min-width: 1441px) {
    .l-iconGrid .name_1, .l-iconGrid .name_2 {
      font-size: 48.0px; } }
  @media screen and (max-width: 1440px) {
    .l-iconGrid .name_1, .l-iconGrid .name_2 {
      font-size: 40.0px; } }
  @media screen and (max-width: 991px) {
    .l-iconGrid .name_1, .l-iconGrid .name_2 {
      font-size: 36.0px; } }

@media screen and (max-width: 1199px) {
  .l-iconGrid {
    margin: 0 5%; } }

@media screen and (min-width: 992px) {
  .l-iconGrid {
    display: grid;
    min-height: 70vh;
    grid-template-columns: 220px auto 220px auto 220px;
    grid-template-rows: auto 120px auto 120px auto; }
    .l-iconGrid .name_1 {
      grid-column: 2; }
    .l-iconGrid .name_2 {
      grid-column: 4; }
    .l-iconGrid .item._01, .l-iconGrid .item._02, .l-iconGrid .item._03 {
      grid-row: 1; }
    .l-iconGrid .item._01 {
      grid-column: 1; }
    .l-iconGrid .item._02 {
      grid-column: 3; }
    .l-iconGrid .item._03 {
      grid-column: 5; }
    .l-iconGrid .item._04, .l-iconGrid .item._05, .l-iconGrid .item._06 {
      grid-row: 3; }
    .l-iconGrid .item._04 {
      grid-column: 1; }
    .l-iconGrid .item._05 {
      grid-column: 3; }
    .l-iconGrid .item._06 {
      grid-column: 5; }
    .l-iconGrid .line_w {
      width: 100px;
      height: 1px;
      margin: calc(180px / 2) auto 0; }
      .l-iconGrid .line_w._01, .l-iconGrid .line_w._02 {
        grid-row: 1; }
      .l-iconGrid .line_w._03, .l-iconGrid .line_w._04 {
        grid-row: 3; }
      .l-iconGrid .line_w._01, .l-iconGrid .line_w._03 {
        grid-column: 2; }
      .l-iconGrid .line_w._02, .l-iconGrid .line_w._04 {
        grid-column: 4; }
    .l-iconGrid .line_h {
      height: 100px;
      width: 1px;
      grid-row: 2;
      margin: 10% auto; } }

@media screen and (max-width: 991px) {
  .l-iconGrid {
    margin: 0 auto;
    padding: 0 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .l-iconGrid h2 {
      display: block; }
    .l-iconGrid .name_1, .l-iconGrid .name_2, .l-iconGrid .line_w, .l-iconGrid .line_h {
      display: none; }
    .l-iconGrid .item {
      margin: 20px; } }

.l-iconGrid_icon > i {
  width: 220px;
  height: 180px;
  display: block;
  background-position: center;
  background-repeat: no-repeat; }

@media screen and (max-width: 1440px) {
  .l-iconGrid_icon > i {
    width: 200px;
    height: 160px; } }
