@charset "utf-8";
/*-----------------------------
    GLOBE SETTING
-----------------------------*/

/*REGULER FONTS*/
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;300;400;600;800&family=Noto+Sans+TC:wght@100;300;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
/*
font-family: 'Be Vietnam Pro', sans-serif;
font-family: 'Noto Sans TC', sans-serif;
font-family: 'Noto Serif TC', serif;
*/
:root {
  --navHeight: 80px;
  --mainColor: #05538a;
}
* {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  color: #000;
  transition: all 0.3s;
  font-weight: 300;
}

section {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
img {
  margin: 0;
  padding: 0;
}

ul,
ol:not(.detail) {
  list-style: none;
}

ul li,
ol:not(.detail) li {
  list-style: none;
}

p,
a,
span,
i {
  color: inherit;
  font-size: inherit;
  transition: all 0.3s;
  line-height: inherit;
  font-weight: inherit;
  font-weight: 300;
}

p {
  text-align: justify;
}

a {
  color: #03a9f4;
}

a:focus,
a:hover {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

::selection {
  color: #fff;
  background-color: #05538a;
}

.sp-only {
  display: none !important;
}

.cover.bg-cover {
  display: block;
}

.bg-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

.cover-rectangle {
  padding-bottom: 64%;
}

.cover-square {
  padding-bottom: 100%;
}

.cover-rectangle-cloumn {
  padding-bottom: 150% !important;
}

.x-color {
  color: #ffeb3b;
}

.x-bg {
  background-color: #05538a !important;
  transition: all 0.3s;
}

.x-bg-second {
  background-color: #ddd !important;
}

.x-bg-light,
.x-bg-heavy {
  position: relative;
}

.x-bg-light > *,
.x-bg-heavy > * {
  position: relative;
  z-index: 3;
}

.x-bg-light::after {
  background-color: rgba(255, 255, 255, 0.2);
}

.x-bg-heavy::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.x-bg-light::after,
.x-bg-heavy::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.text-row-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-row-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.container-lg {
  max-width: inherit;
}
@media (min-width: 1200px) {
  .container-xl {
    max-width: 1680px;
  }
  .container-lg {
    max-width: 1500px;
  }

  .container-sm {
    max-width: 960px;
  }
  .home-section {
    padding: 150px 0;
  }
}

@media (max-width: 991px) {
  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }
}
/* bread */
.bread {
  display: inline-flex;
  background-color: #fafafa;
  border: 3px solid #fff;
  padding: 4px 20px;
  border-radius: 40px;
  min-width: 180px;
}

.bread ol {
  display: flex;
  align-items: center;
}

.bread ol li {
  position: relative;
}

.bread ol li:not(:last-child) {
  margin-right: 30px;
}

.bread ol li:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  right: -20px;
  transform: translate(-50%, -50%);
  background-color: #05538a;
  border-radius: 100%;
}

.bread ol li:first-child a {
  color: #aaa;
}

.bread ol li a {
  font-size: 0.8em;
  color: #05538a;
}

.bread.init {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inherit;
  width: max-content;
}

.bread.init li.active {
  position: static;
}

.bread.init li.active h1 {
  font-size: 0.8em;
  font-weight: inherit;
  margin-bottom: inherit;
}

.bread.init li.active h1 > a {
  position: absolute;
  width: 100vw;
  max-width: 960px;
  top: -30px;
  left: 50%;
  font-size: 2em;
  transform: translate(-50%, -100%);
}

.bread.init li.active span {
  font-weight: 600;
  font-size: 1.8em;
}

@media (max-width: 767px) {
  .st_wrap .bread {
    margin: 0 auto;
    display: block;
    width: fit-content;
  }
}
/*---------------------
    Stage
----------------------*/
.stage {
  padding-top: 120px;
  min-height: 85vh;
  display: flex;
  align-items: center;
  position: relative;
}

.stage.init {
  min-height: 30svh;
  padding-top: 100px;
  flex-wrap: wrap;
}

.stage .subText {
  flex: 1 0 40%;
}

.st_wrap h1 {
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 20px;
}

.st_wrap p {
  color: #888;
  font-size: 1.2em;
}
.st_wrap .main-title h2,
.st_wrap .main-title h1 {
  font-size: 2em;
  margin-bottom: 40px;
}

.stage .subImg {
  flex: 1 0 60%;
  overflow: hidden;
  border: 20px solid #fff;
  border-radius: 40px;
}

.stage .subImg .si_wrap .si_slider .js-slide > a.bg-cover {
  padding-bottom: 64%;
}

@media (max-width: 991px) {
  .stage {
    flex-wrap: wrap;
    padding-top: 100px;
    margin-bottom: 50px;
  }

  .stage.init {
    align-items: flex-start;
    min-height: 30vh;
    padding-top: 80px;
  }

  .stage .subText,
  .stage .subImg {
    flex: 1 1 100%;
  }

  .stage .subText {
    margin-bottom: 30px;
  }

  .stage .subImg {
  }

  .st_wrap h1 {
    font-size: 3em;
    text-align: center;
  }

  .st_wrap p {
    text-align: center;
  }
  .st_wrap .main-title h2,
  .st_wrap .main-title h1 {
    font-size: 1em;
    text-shadow: 0 0 5px rgb(255 255 255 / 1);
  }
}

@media (max-width: 767px) {
  .stage.init {
    min-height: inherit;
    margin-bottom: 0px;
  }
}

/*login_wrap*/
.login_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: auto;
}

.login_wrap .brand {
  margin-bottom: 30px;
}

.login_panel {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.login_panel .login_head {
  background-color: #05538a;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.login_panel .login_body {
  min-width: 360px;
  padding: 20px 20px;
}

/* home type */
.home-section {
  padding: 100px 0;
}

.home-section.small {
  padding: 50px 0;
}

.main-title {
  margin-bottom: 20px;
  position: relative;
}

.main-title h1,
.main-title h2,
.main-title h3 {
  font-size: 1em;
}

.main-title h1 span,
.main-title h2 span,
.main-title h3 span {
  font-size: 3em;
  font-weight: 600;
  display: block;
  line-height: 1.2em;
  color: #05538a;
}
.main-title h1 span,
.main-title.small h2 span,
.main-title.small h3 span {
  font-size: 2em;
}

.main-title h3 span {
  font-size: 2em;
}

.main-title.white h2 {
  color: #fff;
}

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

.main-title.hasborder {
  padding-bottom: 20px;

  border-bottom: 2px solid #05538a;
}

.main-direction {
}

.main-direction .border-cover {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 10px solid #fff;
}

.main-direction.white {
  color: #fff;
}

.main-title.white h2 span,
.main-direction.white h3 {
  color: #fff;
}

.main-direction p {
  font-size: 1.2em;
  margin-bottom: 40px;
}

.main-direction p.keepall {
  word-break: keep-all;
}

.main-direction p.lead {
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom: 30px;
}

.main-direction p .hilight {
  margin: 0 5px;
  font-weight: 400;
}

.main-direction h3 {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 1.2em;
}

.main-direction .act {
}

.main-direction .act a {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1em;
}

.main-direction .act a span {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cb413d;
  border-radius: 100%;
  margin-left: 20px;
}

.main-direction .act a span i {
  color: #fff;
}

.main-direction .act a:hover span {
  margin-left: 30px;
  opacity: 0.9;
}

.main-direction .act.white a {
  color: #fff;
}

.main-direction .act.white a span {
  background-color: #fff;
}

.main-direction .act.white a span i {
  color: #05538a;
}

.main-direction.center h2,
.main-direction.center p,
.main-direction.center {
  text-align: center;
}

.main-direction .act.borded {
  text-align: center;
}

.main-direction .act.borded a {
  background-color: #05538a;
  border-radius: 10rem;
  color: #fff;
  border: 10px solid #05538a;
  min-width: 230px;
  justify-content: center;
}

.main-direction .act.borded a span {
  background-color: #fff;
}

.main-direction .act.borded a span i {
  color: #05538a;
}

.main-block {
}

.main-block:not(:last-of-type) {
  margin-bottom: 80px;
}

dl.description {
  display: flex;
  flex-wrap: wrap;
}

dl.description > dd {
  flex: 0 0 calc(100% - 80px);
  margin-bottom: 0;
}

dl.description > dt {
  flex: 0 1 80px;
}

dl.description > dt:not(:last-child) {
  margin-bottom: 5px;
}

dl.description > dd > p,
dl.description > dt > p {
  margin-bottom: inherit;
}

dl.description.small > dd > p,
dl.description.small > dt > p {
  font-size: 1em;
}

dl.description.small > dt > p,
dl.description.small > dt > p > a {
  font-weight: 400;
}

dl.description.small > dd a {
  display: flex;
  align-items: center;
}

.sicon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  margin-bottom: -4px;
}

.sicon.sicon_facebook {
  background-color: #3398dc;
  background-image: url("../images/_icon/nav-act-facebook.png");
}

.sicon.sicon_line {
  background-color: #72c02c;
  background-image: url("../images/_icon/nav-act-line.png");
}

.img_part {
  position: relative;
  padding-bottom: 10%;
  padding-right: 10%;
}

.img_part .img_item {
  border: 5px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 5px 2px 10px rgb(0 0 0 / 0.15);
}

.img_part .img_item.first {
}

.img_part .img_item.last {
  position: absolute;
  width: 25%;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .main-direction p.lead {
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  .main-direction p.lead {
    font-size: 1.4em;
  }

  .main-title h1 {
    font-size: 1.8em;
    margin-top: 0;
  }

  .main-direction p,
  .main-direction h4 {
    font-size: 1.1em;
  }
}

/* photo wall */
.photo_wall .pcsize {
  display: none;
}

.photo_wall .spsize {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .photo_wall .pcsize {
    display: block;
  }

  .photo_wall .spsize {
    display: none;
  }
}

/*Titlebox*/
#Titlebox {
  display: flex;
  flex-wrap: wrap;
}

#Titlebox .ttbox {
  flex: 0 0 calc(100% / 4 - 40px);
  margin: 0 20px 30px;
}

#Titlebox .ttbox .tt_wrap {
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #fff;
}

#Titlebox .ttbox .tt_wrap .cover {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

#Titlebox .ttbox .tt_wrap .cover .bg-cover {
  position: relative;
  left: 50%;
  transform: translateX(-50%) scale(1);
}

#Titlebox .ttbox:hover .tt_wrap .cover .bg-cover {
  transform: translateX(-50%) scale(1.4);
}

#Titlebox .ttbox .tt_wrap .content {
  color: #fff;
}

#Titlebox .ttbox .tt_wrap .content > * {
  padding: 20px 10px;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}

#Titlebox .ttbox:hover .tt_wrap .content > * {
  border-radius: 60px 60px 0 0;
  background-color: #fff;
  color: #05538a;
}

@media (max-width: 767px) {
  #Titlebox .ttbox {
    flex: 0 0 calc(100% / 2 - 40px);
  }
}

/*--------------------------*/
#Step.list {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border: 8px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 15px rgb(0 0 0 / 0.1);
}

#Step.list .step {
  flex: 0 0 calc(100% / 3);
  cursor: pointer;
}

#Step.list .step {
  border-right: 2px solid #b2d3ff;
  border-bottom: 2px solid #b2d3ff;
}

#Step.list .step .s_wrap {
  position: relative;
}

#Step.list .step .s_wrap:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fcfbfc;
  top: 0px;
  left: 0px;
  transition: all 0.5s;
}

#Step.list .step .s_wrap .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#Step.list .step .s_wrap .title span {
  font-size: 0.9em;
  color: #05538a;
}

#Step.list .step .s_wrap .title h4 {
  color: #05538a;
  font-size: 1em;
}

#Step.list .step .s_wrap .title .cover {
  max-width: 80px;

  margin-bottom: 10px;

  margin: 0 auto 10px;
}

#Step.list .step:hover .s_wrap:before {
  background-color: #000;
  opacity: 0.5;
}

#Step.list .step:hover .s_wrap .title h4,
#Step.list .step:hover .s_wrap .title span {
  color: #fff;
}

#Partner.list {
  display: flex;
  flex-wrap: wrap;
}

#Partner.list .pnr {
  flex: 0 0 calc(100% / 5 - 20px);
  margin: 0 10px 15px;
}

@media (min-width: 1200px) {
  .home-section {
    padding: 200px 0;
  }

  .home-section.small {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  #Partner.list .pnr {
    flex: 0 0 calc(100% / 3 - 20px);
  }
}

@media (min-width: 577px) {
  #Step.list .step:nth-of-type(3n) {
    border-right: 0;
  }

  #Step.list .step:nth-of-type(n + 4) {
    border-bottom: 0;
  }
}

@media (max-width: 576px) {
  #Step.list .step {
    flex: 0 0 50%;
  }

  #Step.list .step:nth-of-type(2n) {
    border-right: 0;
  }

  #Step.list .step:nth-of-type(n + 5) {
    border-bottom: 0;
  }

  #Partner.list .pnr {
    flex: 0 0 calc(100% / 2 - 20px);
  }
}

/*culur_table*/
.culur_table {
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
  border-radius: 0 0 80px 80px;
  overflow: hidden;
}

.culur_table .culur-bg {
  content: "";
  display: block;
  position: absolute;
  background-color: #05538a;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#Home-Download.culur_table {
  border-radius: 0;
  padding-top: 200px;
}

#Home-Download.culur_table .culur-bg {
  /* background-color: #f44336; */
}

.culur_table > * {
  position: relative;
  z-index: 4;
}

@media (max-width: 991px) {
  .culur_table {
    padding-bottom: 40px;
    border-radius: 0 0 40px 40px;
  }
}

/*-------------------
    my recipe
-------------------*/
/* switch_box */

.switchbox {
  display: flex;
}

.switchbox .sw-item {
  flex: 0 1 calc(100% / 2 - 40px);
  z-index: 4;
}

.switchbox.sw_37 .sw-item:last-child {
  flex: 1 0 70%;
}

.switchbox.sw_64 .sw-item:first-child {
  flex: 1 0 60%;
}

.switchbox.sw_82 .sw-item:first-child {
  flex: 1 1 80%;
}

@media (min-width: 992px) {
  .switchbox {
    justify-content: space-between;
  }

  .switchbox.sw_82 .sw-item:last-child {
    padding-left: 50px;
    flex: 1 0 315px;
  }

  .switchbox.sw_55 {
    justify-content: space-between;
  }

  .switchbox.sw_55 .sw-item {
    flex: 0 0 calc(100% / 2 - 30px);
    padding: 0;
  }

  .switchbox.sw_46 .sw-item:last-child {
    flex: 1 0 60%;
  }

  .switchbox.sw_46 .sw-item:first-child {
    padding-right: 40px;
  }

  .switchbox.sw_64 .sw-item:last-child {
    flex: 1 0 40%;
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  .switchbox {
    flex-wrap: wrap;
  }

  .switchbox .sw-item {
    flex: 0 0 100% !important;
    margin-bottom: 50px;
  }

  .switchbox.revers .sw-item {
    order: 2;
  }

  .switchbox.revers .sw-item:last-child {
    margin-bottom: 50px;
    order: 1;
  }
}

/* stick on top */
.switchbox.stickontop {
}

.switchbox.stickontop.stickon .sw-item {
  transition: all 0.5s;
}

.switchbox.stickontop.stickon .sw-item:first-child {
  position: fixed;
  top: 150px;
  max-width: 593px;
}

.switchbox.stickontop.stickon .sw-item:last-child {
  margin-left: auto;
}

.switchbox.stickontop.stickoff .sw-item:first-child {
  margin-top: auto;
}

/* zoomincover */
.zoomincover {
  position: relative;
  max-width: 80%;
  min-height: 500px;
  margin: 0 auto;
  padding: 100px 15px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 0.2);
}

.zoomincover:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.4);
  top: 0px;
  left: 0px;
  z-index: 3;
}

.z_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.z_content {
  position: relative;
  z-index: 3;
  max-width: 576px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .zoomincover {
    height: 90vh !important;
    max-width: calc(100% - 30px) !important;
  }
}

/*hw-item*/
.hw-item:not(:last-child) {
  margin-bottom: 40px;
}

.hw-item .bg-cover {
  margin-bottom: 10px;
  border-radius: 20px;
  border: 8px solid #fff;
}

.hw-item h4,
.hw-item p {
  color: #fff;
}

/*---------------------
    x-panel
---------------------*/

.x-panel {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.05);
  position: relative;
  height: 100%;
}

.x-panel.borded-tb {
  border-top: 5px solid #05538a;
  border-bottom: 5px solid #05538a;
}

.x-panel.smaller {
  max-width: 960px;
  margin: 0 auto;
}

.x-panel .wrap > .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.x-panel .wrap .title h2 {
  color: #05538a;
  font-weight: 600;
}

.x-panel .wrap .title h2 > span {
  font-size: 0.5em;
  color: #999;
  font-weight: 300;
  margin-left: 5px;
}

.x-panel .wrap .title > a {
  display: flex;
  align-items: center;
}

.x-panel .wrap .title > a span {
  font-size: 0.8em;
  color: #999;
}

.x-panel .wrap .title > a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #05538a;
  color: #fff;
}

.x-panel .wrap .title > a:hover i {
  color: #aaa;
  background-color: #f2f2f2;
  transform: translateX(-5px);
  position: relative;
}

.x-panel.sub .wrap .title h2 {
  color: #f44336;
}

.x-panel.sub .wrap .title i,
.x-panel.sub #News.list .news .n_wrap .n-head .tag {
  background-color: #f44336;
}

#News.list {
}

#News.list .news {
  border-top: solid 1px #dce3f5;
  padding: 15px 0;
}

#News.list .news:last-child {
  padding-bottom: 0;
}

#News.list .news .n_wrap .n-head {
  display: flex;
  align-items: center;
}

#News.list .news .n_wrap .n-head time {
  display: flex;
  flex: 0 0 100px;
  position: relative;
  color: #999;
}

#News.list .news .n_wrap .n-head .tag {
  padding: 0px 16px;
  background-color: #05538a;
  border-radius: 16px;
  font-size: 0.8em;
  color: #fff;
}

#News.list .news .n_wrap .title h4 a {
  color: #222;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  line-height: 1.3em;
}

#News.list .news .n_wrap .title h4 a:hover {
  opacity: 0.7;
}

#Categroy.list {
  display: flex;
  margin-bottom: 30px;
}

#Categroy.list .categroy {
}

#Categroy.list .categroy a.c_wrap {
  display: flex;
  min-width: 180px;
  min-height: 80px;
  padding: 0 20px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  color: #05538a;
  font-weight: 600;
  border-radius: 40px;
  position: relative;
}

#Categroy.list .categroy:not(:last-child) {
  margin-right: 20px;
}

#Categroy.list .categroy a.c_wrap:before {
  position: absolute;
  content: "";
  bottom: -10.9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  height: 11px;
  background-color: #05538a;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#Categroy.list .categroy a.c_wrap:hover,
#Categroy.list .categroy a.c_wrap.active {
  background-color: #05538a;
  color: #fff;
}

#Categroy.list .categroy a.c_wrap:hover:before,
#Categroy.list .categroy a.c_wrap.active:before {
  opacity: 1;
}

.pagenum {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.pagenum ul {
  display: flex;
}

.pagenum ul > li {
}

.pagenum ul > li:not(:last-child) {
  margin-right: 10px;
}

.pagenum ul > li > a {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  border-radius: 100%;
}

.pagenum ul > li > a.active,
.pagenum ul > li > a:hover {
  background-color: #05538a;
  color: #fff;
}

.pagenum ul > li.first > a,
.pagenum ul > li.next > a {
  width: fit-content;
  border-radius: 18px;
  padding: 20px;
}

/*---------------------
    home promo slider
----------------------*/
.promoSlider {
}
.promoSlider .js-slide {
  padding: 20px;
}
.promoSlider .js-slide a {
  display: flex;
  overflow: hidden;
}
.promoSlider .js-slide a img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .promoSlider {
    padding-top: 20px;
  }
  .promoSlider .js-slide {
    padding: 0;
  }
}
/*-------------------
        KVstage
-------------------*/
#KVstage {
  min-height: calc(100svh - var(--navHeight));
  position: relative;
}
.kvSlideItem {
  opacity: 0 !important;
  overflow: hidden;
  transition: opacity 1.5s ease-out !important;
}
.kvSlideItem.slick-current {
  opacity: 1 !important;
  transition: opacity 1.5s ease-out !important;
}
.kvSlideItem.slick-active .bg-cover {
  transform: scale(1);
  animation-delay: 1s;
}
.kvSlideItem .bg-cover {
  height: 100svh;
  transform: scale(1.13);
  transition: transform 12s cubic-bezier(0, 0, 0.46, 1.02);
}
.kv-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.kvContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.kvSlogan {
  position: absolute;
  bottom: 10%;
  left: 50px;
  color: #fff;
}
.kvSlogan > *:not(:last-child) {
  margin-bottom: 14px;
}
.kvSlogan h1 {
  color: #fff;
  font-size: 4em;
}
.kvSlogan p {
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 1.4em;
}
.kvSlogan a.kvCta {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--mainColor);
  color: #fff;
  max-width: 220px;
  font-size: 1.4em;
  padding: 6px 0;
  border-radius: 22px;
}
.kvDirection {
  position: absolute;
  max-width: 30dvw;
  bottom: 50px;
  right: 50px;
}
.kvDirection p {
  font-size: 0.8em;
  color: #fff;
  font-weight: 100;
}
.kvScroll {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  writing-mode: tb-rl;
  color: #fff;
  cursor: pointer;
}
.kvScroll span {
  margin-top: 5px;
  position: relative;
  display: inline-block;
  height: 80px;
  width: 2px;
  background-color: #ccc;
  overflow: hidden;
}
.kvScroll span:before {
  content: "";
  display: block;
  position: absolute;
  height: 200%;
  transform-origin: top;
  background-color: #fff;
  top: 0px;
  left: 0px;
  width: 2px;
  animation: lineScroll 2s ease infinite;
}
@keyframes lineScroll {
  0% {
    top: -200%;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
@media (max-width: 767px) {
  .kvContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .kvSlogan,
  .kvDirection {
    position: static;
    max-width: calc(100% - 40px);
  }
  .kvSlogan {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .kvSlogan h1 {
    font-size: 2em;
    text-shadow: 0 0 5px rgba(0 0 0 / 0.8);
  }
  .kvSlogan {
    display: flex;
    flex-direction: column;
    align-items: cednter;
    text-align: center;
  }
  .kvSlogan p {
    text-align: center;
    text-shadow: 0 0 5px rgba(0 0 0 / 0.8);
    font-size: 1.2em;
    font-weight: 400;
  }

  .kvSlogan a.kvCta {
    min-width: 200px;
    font-size: 1.2em;
  }
}

.video-container {
  width: 100dvw;
  height: calc(100svh - var(--navHeight));
  position: absolute;
  top: var(--navHeight);
  left: 0px;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 177.78vh;
  }
}
/*-----------------------------
            Footer
-----------------------------*/

footer .footer .inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

footer .footer .inner .footer-logo {
  flex: 0 0 200px;
}

footer .footer .inner .content {
  padding-left: 50px;
}

footer .footer p,
footer .footer p span,
footer .footer ul.footer-nav li a {
  color: #fff;
  font-size: 1rem;
}

footer .footer p {
  line-height: 2rem;
}

footer .footer p span {
  margin: 0 5px;
  display: inline-block;
}

footer .footer ul.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer ul.footer-nav li {
  list-style: none;
  display: inline-block;
}

footer .footer ul.footer-nav li a {
  padding: 6px 15px;
  display: block;
  position: relative;
}

footer .footer ul.footer-nav li:first-child a {
  padding-left: 0;
}

footer .footer ul.footer-nav li:not(:first-child) a:before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 1px;
  background-color: #aaa;
  left: 0px;
  top: 10px;
  transform: rotate(24deg);
}

footer .footer .copyright {
  background-color: #38332c;
}

footer .footer .copyright p {
  color: #999;
  font-size: 0.9rem !important;
  text-align: center;
  margin-bottom: 0;
}

footer .footer .copyright p a {
  color: #999;
  font-size: inherit;
}

@media (max-width: 991px) {
  footer .footer .inner {
    flex-direction: column;
    align-items: center;
  }

  footer .footer .inner .footer-logo {
    flex: none;
    margin: 30px auto;
    max-width: 240px;
  }

  footer .footer .inner .content {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}

/*-----------------------------
    Contacts
-----------------------------*/
.ct_wrap {
  display: flex;
}

.ct_wrap .cover {
  flex: 0 0 50%;
}

.ct_wrap .formpanel {
  position: relative;
}

.contact_form .title:not(:first-of-type) {
  margin-top: 50px;
}

.contact_form .title {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #666;
}

.contact_form .title h3 {
  text-align: center;
}

.contact_form .title p {
  text-align: center;
  background-color: #000;
  color: #fff;
}

.form-part {
  display: flex;
}

.form-part .form_item {
  flex: 1 1 calc(100% / 2 - 20px);
  margin: 0 10px 20px 10px;
}

.form-part .form_item label {
  display: block;
  font-size: 13px;
  margin-bottom: 0;
}

.form-part .form_item label span {
  margin-left: 4px;
  font-size: 13px;
}

.form-part .form_item .u-select-v2 {
  background-color: #fff;
}

.form-part .form_item input,
.form-part .form_item textarea,
.form-part .form_item select,
.form-part .form_item button {
  width: 100%;
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 0px;
  min-height: 42px;
  background: #fff;
}

.form-part .form_item select {
  padding: 10px;
  color: #1e3338;
}

.form-part .form_item button {
  padding: 20px 10px;
  letter-spacing: 10px;
  background-color: #1e3338;
  color: #fff;
}

.form-part .form_item button:hover {
  background-color: #395860;
}

.form-part .form_item.group {
  display: flex;
  flex-wrap: wrap;
}

.form-part .form_item.group label {
  flex: 0 0 100%;
}

.form-part .form_item.group input,
.form-part .form_item.group select {
  flex: 1 1 calc(50% - 10px);
}

.form-part .form_item.group input:not(:first-of-type),
.form-part .form_item.group select:not(:first-of-type) {
  margin-left: 20px;
}

.form-part > .form_item > .group {
  display: flex;
  align-items: center;
}

.form-part > .form_item > .group .imgs {
  margin-left: 10px;
}

.form-part > .form_item > .group > input {
  flex: 0 1 180px;
}

.form-section {
}

.form-section > .title {
  text-align: center;
  background-color: #05538a;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
}

#Contact {
  margin: 0 auto;
}

#Contact .chosen-container {
  border: 1px solid #ccc;
  min-height: 42px;
  display: flex;
  align-items: center;
  color: #1e3338;
  background: #fff;
}

@media (max-width: 767px) {
  .form-part {
    flex-wrap: wrap;
  }

  .form-part .form_item {
    flex: 1 1 100%;
    margin: 0 0 15px;
  }
}

/*-------------------------
    article-content
--------------------------*/
.article-cover img {
  width: 100%;
}
.article-content {
  padding-bottom: 100px;
}

.article_wrap > figure.cover > img {
  width: 100%;
  max-width: 100%;
}

.article-content img {
  max-width: 100%;
  width: 100%;
}

.article-content h2 {
  margin: 30px 0;
  font-weight: 400;
  font-size: 1.4em;
}

.article-content h3 {
  margin: 10px 0;
}

.article-content p {
  line-height: 2.4rem;
}

.article-content a {
  color: #007bff;
  font-weight: 600;
}

.article-content p:not(:last-of-type) {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .article-content p {
    font-size: 1.2em;
    letter-spacing: 1px;
  }
}

/*-----------------------------
    Contacts
-----------------------------*/

.contact_form .title {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #666;
}

.contact_form .title h3 {
  text-align: center;
}

.contact_form .title p {
  text-align: center;
  background-color: #000;
  color: #fff;
}

.form-part {
  display: flex;
}

.form-part .form_item {
  flex: 1 1 calc(100% / 2 - 20px);
  margin: 0 10px 20px 10px;
}

.form-part .form_item label {
  display: block;
  font-size: 11pt;
  margin-bottom: 0;
}

.form-part .form_item label span {
  margin-left: 4px;
  font-size: 13px;
}

.form-part .form_item .u-select-v2 {
  background-color: #fff;
}

.form-part .form_item input,
.form-part .form_item textarea,
.form-part .form_item select,
.form-part .form_item button {
  width: 100%;
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 0px;
  min-height: 42px;
  background: #fff;
}

.form-part .form_item select {
  padding: 10px;
  color: #1e3338;
}

.form-part .form_item button {
  padding: 20px 10px;
  letter-spacing: 10px;
  background-color: #05538a;
  color: #fff;
}

.form-part .form_item button:hover {
  background-color: #395860;
}

.form-part .form_item.group {
  display: flex;
  flex-wrap: wrap;
}

.form-part .form_item.group label {
  flex: 0 0 100%;
}

.form-part .form_item.group input,
.form-part .form_item.group select {
  flex: 1 1 calc(50% - 10px);
}

.form-part .form_item.group input:not(:first-of-type),
.form-part .form_item.group select:not(:first-of-type) {
  margin-left: 20px;
}

.form-part .form_item a.form_delete {
  font-size: 0.8em;

  display: flex;

  justify-content: end;

  color: #3f51b5;
}

.form-part > .form_item > .group {
  display: flex;
  align-items: center;
}

.form-part > .form_item > .group .imgs {
  margin-left: 10px;
}

.form-part > .form_item > .group > input {
  flex: 0 1 180px;
}
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
.form-part .form_item .checkbox-group label {
  flex: 0 0 calc(100% / 5 - 20px);
  padding-left: 25px;
  margin: 0 10px 15px;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .checkbox-group label {
    flex: 0 0 100%;
    margin: 0 0 15px;
  }
}
#Contact {
  margin: 0 auto;
}

#Contact .chosen-container {
  border: 1px solid #ccc;
  min-height: 42px;
  display: flex;
  align-items: center;
  color: #1e3338;
  background: #fff;
}

.form-part.form-checkbox {
  flex-wrap: wrap;
}

.form-part.form-checkbox span {
  flex: 1 1 100%;
  font-size: 13px;
  margin-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.form-part.form-checkbox .form_item {
  display: flex;
  flex-wrap: wrap;
}

.form-part.form-checkbox .form_item label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.form-part.form-checkbox .form_item label:not(:last-child) {
  margin-right: 30px;
}

.form-part.form-checkbox .form_item label input {
  width: 20px;
  height: 20px;
  font-size: inherit;
  padding: 0px;
  min-height: fit-content;
  margin-right: 5px;
}

.form_cust:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
}

.form_cust .form-part {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .form-part {
    flex-wrap: wrap;
  }

  .form-part .form_item {
    flex: 1 1 100%;
    margin: 0 0 15px;
  }
}

/*------------------
    Filter Checkbox
--------------------*/
#FilterTag {
  display: flex;
  flex-wrap: wrap;
}

#FilterTag .fter {
  flex: 0 0 calc(100% / 4 - 40px);
  margin: 0 20px 30px;
}

.ft_wrap {
}

.ft_wrap .title {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  color: #05538a;
}

.ft_wrap ul.check_list {
}

.ft_wrap ul.check_list li:not(:last-child) {
  margin-bottom: 10px;
}

.ft_wrap ul.check_list li label {
  display: flex;
  align-items: center;
}

.ft_wrap ul.check_list li label span {
  margin-left: 10px;
}

.ft_wrap ul.check_list li label input {
  width: 20px;
  height: 20px;
}

@media (min-width: 992px) {
  #FilterTag .fter {
    margin-bottom: 50px;
  }

  #FilterTag .fter.around {
    flex: 1 1 100%;
  }

  #FilterTag .fter.around .ft_wrap ul.check_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  #FilterTag .fter.around .ft_wrap ul.check_list li:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  #FilterTag .fter {
    flex: 0 0 50%;
    margin: 0 0 30px;
  }
}
@media (max-width: 576px) {
  #FilterTag .fter {
    flex: 0 0 100%;
  }
}
/*---------------
    nat web table
-----------------*/
table th,
table td {
  padding: 0.8em 1em;
  text-align: left;
}

table td {
  border: #ddd 1px solid;
  word-break: break-word;
}

table td a {
  word-break: break-word;
}

table td.important {
  color: #f07743;
}

table th {
  background-color: #f3f3f3;
  color: #333;
  border: #ddd 1px solid;
  text-align: center;
  white-space: nowrap;
}

table.table_hover tr:hover {
  background: #f3f3f3;
}

table.table_sprite tr:nth-child(even) {
  background: #f5f5f5;
}

table tr td.counseling td p {
  margin-bottom: 0.25em;
}

.table_list table {
  width: 100%;
  background-color: #fff;
}
.boxlist {
  display: flex;
}
.boxlist img {
  max-width: 70px;
}
.boxlist img:not(:last-of-type) {
  margin-right: 15px;
}
@media screen and (max-width: 575px) {
  .table_list {
    background-color: #fff;
    padding: 10px;
  }

  .table_list > table {
    width: 100%;
  }

  .table_list thead,
  .table_list tbody,
  .table_list th,
  .table_list td,
  .table_list tr {
    display: block;
  }

  .table_list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table_list tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }

  .table_list tr:last-of-type {
    margin-bottom: 0;
  }

  .table_list td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    white-space: normal;
    text-align: left;
    display: flex;
  }

  .table_list td:before {
    content: attr(data-title);
    width: 30%;
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    color: #000;
    flex: 0 0 30%;
  }
}

.table_list.tabel_style2 th,
.table_list.tabel_style2 td {
  border-width: 0 0 1px 0;
  border-style: solid;
}

.table_list.tabel_style2 th {
  border-color: #188275;
  text-align: left;
  font-size: 0.8em;
  font-weight: 400;
}

.table_list.tabel_style2 td {
  border-color: #ddd;
  min-width: 120px;
  font-size: 0.9em;
}

.table_list.tabel_style2 td.num {
  text-align: center;
}

.table_list.tabel_style2 td a {
  color: #242424;
  text-decoration: none;
  font-weight: bold;
}

.table_list.tabel_style2 td a.dl {
  color: #03a9f4;
  font-weight: 300;
  text-decoration: underline;
}

.table_list.tabel_style2 td a:hover,
.table_list.tabel_style2 td a:focus {
  color: #10574e;
  cursor: pointer;
}

.fix_th_table {
  margin: 1em 0;
}

@media screen and (max-width: 767px) {
  .fix_th_table {
    position: relative;
    width: 100%;
    overflow: hidden !important;
  }
}

@media screen and (max-width: 767px) {
  .fix_th_table table {
    display: block;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 1em;
  }
}

@media screen and (min-width: 768px) {
  .table_list.tabel_style2 td.num {
    padding: 10px;
    width: 50px;
    min-width: inherit;
  }

  .table_list.tabel_style2 td:last-of-type {
    width: 80px;
    min-width: inherit;
  }
}

.fix_th_table th,
.fix_th_table td {
  width: 10em;
  padding: 0.8em 0;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .fix_th_table th,
  .fix_th_table td {
    display: inline-block;
    margin-right: -6px;
    margin-left: 0;
    margin-top: -1px;
  }
}

.fix_th_table th:first-child {
  width: 8em;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  .fix_th_table th:first-child {
    position: absolute !important;
    left: 0;
    top: auto;
  }
}

@media screen and (max-width: 767px) {
  .fix_th_table tr {
    display: block;
    clear: both;
    white-space: nowrap;
    width: auto;
    padding-left: 8em;
  }

  .fix_th_table tr:first-child {
    border-top: #ddd 1px solid;
  }
}

.table .view-info {
  width: 100%;
  border-top: 4px solid #05538a;
  margin-bottom: 30px;
}

.table .view-info table {
  width: 100%;
}

.table .view-info tbody {
  background-color: #fff;
}

.table .view-info table th {
  width: auto;
  white-space: nowrap;
}

.table .view-info th {
  width: 20%;
  text-align: right;
  padding: 0.8em 1em;
}

.table .view-info h6:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #ccc;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.table .view-info td ul {
  list-style: none;
  padding-left: 19px;
}

.table .view-info td > ul {
  padding-left: 0;
}

.table.resource-table .view-info td > ul > li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ccc;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.table .view-info td p {
  word-break: break-word;
}

.table .view-info td p:not(:last-of-type) {
  margin-bottom: 20px;
}

.table .view-info td figure {
  margin: 0;
}

.table .view-info td figure table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .table .view-info th,
  .table .view-info td {
    display: block;
    line-height: 1.5;
  }

  .table .view-info th {
    border-bottom: 0;
    width: calc(100% - 30px);
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .table_wrapper {
    width: 100%;
    display: block;
    clear: both;
    zoom: 1;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 1em;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .table_wrapper:before,
  .table_wrapper:after {
    content: "";
    display: table;
  }

  .table_wrapper:after {
    clear: both;
  }

  .table_wrapper table {
    width: 100%;
    min-width: 600px;
  }
}

.soucein {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* act box*/
.act-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.act-box .act-item {
  flex: 0 0 calc(100% / 4 - 20px);
  margin: 0 10px 20px;
  background-color: #ffffff;
  border-radius: 1em;
}

.act-box .act-item .act-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.1em;
  font-weight: 600;
  color: #05538a;
  padding: 10px 1.6em;
  border-radius: 0.8em;
  min-height: 6em;
  position: relative;
  overflow: hidden;
  align-items: center;
  box-shadow: 5px 5px 5px rgba(0 0 0 / 0.1);
}

.act-box .act-item .act-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #05538a;
  transform: skewX(-40deg);
  top: 0px;
  left: -100%;
  transition: all 0.3s;
}

.act-box .act-item:nth-child(odd) .act-link:after {
  background-color: #f44336;
}

.act-box .act-item .act-link:hover span {
  color: #fff;
  text-shadow: 0 0 5px rgba(0 0 0 / 0.5);
}

.act-box .act-item .act-link:hover:after {
  left: 0px;
}

.act-box .act-item .act-link > span {
  font: inherit;
  position: relative;
  z-index: 3;
}

@media (max-width: 991px) {
  .act-box .act-item {
    flex: 0 0 calc(100% / 2 - 20px);
  }
}

@media (max-width: 576px) {
  .act-box .act-item {
    flex: 0 0 100%;
    margin: 0 0 15px;
  }
}
/* DROPMENU */
.nav-link.has-dropmenu {
  position: relative;
  cursor: pointer;
  min-width: 90px !important;
}
.dropmenu .dropmenu-item .dropmenu-link {
  display: block;
  padding: 5px 0 5px 10px;
  color: #555;
  font-weight: 400;
}
.dropmenu .dropmenu-item .dropmenu-link:hover {
  background-color: #f2f2f2;
}
.dropmenu:not(.open) {
  opacity: 0;
  visibility: hidden;
}
.dropmenu.open {
  background-color: #fff;
}
@media (min-width: 992px) {
  .dropmenu {
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: translate(0%, 100%);
    min-width: 100%;
    width: 130px;
    transition: all 0.3s;
    border-radius: 0 0 8px 8px;
    box-shadow: 5px 5px 5px rgba(0 0 0 / 0.15);
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .dropmenu.open {
    margin-top: 5px;
  }
  .dropmenu .dropmenu-item .dropmenu-link:before {
    content: "- ";
  }
  .dropmenu:not(.open) {
    visibility: visible;
    opacity: 1;
  }
}
/* filter-nav*/
.filter-nav {
}
.filter-nav .filter-container {
  display: flex;
  justify-content: center;
  padding: 10px 15px;
}
.filter-nav .filter-container .select-wrap {
  position: relative;
}
.filter-nav .filter-container .select-wrap::after {
  content: "\f0dd";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  transform: translateY(-64%);
  right: 10px;
  z-index: 4;
}
.filter-nav .filter-container .select-wrap select {
  position: relative;
  z-index: 3;
  appearance: none;
  padding: 5px 30px 5px 10px;
  height: 40px;
  border: none;
}
.filter-nav .filter-container input {
  height: 40px;
  outline: none;
  padding: 5px 5px 5px 10px;
  border: none;
}
.filter-nav .filter-container button.btn {
  background-color: #eee;
  border-radius: 0;
  height: 40px;
  outline: none;
  border: none;
  border-left: 1px solid #ccc;
}
.filter-nav .filter-container button.filter:hover {
  background-color: #ccc;
}
.filter-nav .filter-container button.showall:hover {
  color: #fff;
}
.filter-nav .filter-container button.showall {
  border: none;
}
@media (min-width: 768px) {
  .filter-nav .filter-container .select-wrap {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .filter-nav .filter-container {
    flex-direction: column;
  }
  .filter-nav .filter-container .select-wrap {
    margin-right: 0px;
    margin-bottom: 4px;
  }
  .filter-nav .filter-container .select-wrap select {
    width: 100%;
  }
  .filter-nav .filter-container input {
    border-bottom: 1px solid #ccc;
  }
}
/* .bizList */
.bizList {
  display: flex;
  flex-wrap: wrap;
}
.bizList .biz {
  flex: 0 0 calc(100% / 4);
  padding: 4vw;
  border: 1px solid #ccc;
  display: block;
  background-color: #fff;
}
.bizList .biz:hover {
  background-color: #f3faff;
}
.bizList .biz .biz-cover {
  transition: all 0.5s;
  transform: scale(0.9);
}
.bizList .biz:hover .biz-cover {
  transform: scale(1);
}
.bizList .biz .title {
  margin: 20px 0;
}
.bizList .biz .title .detail {
  display: flex;
}
.bizList .biz .title .detail span {
  font-size: 0.9em;
  line-height: 0.9em;
  border: 1px solid #ccc;
  padding: 4px 10px;
  border-radius: 14px;
}
.bizList .biz .title .detail span:not(:last-of-type) {
  margin-right: 5px;
}
.bizList .biz:hover .title .detail span {
  background-color: #05538a;
  color: #fff;
  border-color: transparent;
}
.bizList .biz:hover .title .detail span.loc {
  background-color: #f44336;
}
.bizList .biz .title h3 {
  font-size: 1.26em;
  line-height: 1em;
  margin-bottom: 5px;
  margin-left: 4px;
  color: #05538a;
}
.bizList .biz .biz-content ul {
  display: flex;
  flex-wrap: wrap;
}
.bizList .biz .biz-content ul > li:not(:last-of-type) {
  margin-right: 10px;
  margin-bottom: 5px;
}
.bizList .biz .biz-content ul li > img {
  max-width: 36px;
}
.biz-content-cover img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .bizList .biz .biz-content ul li > img {
    max-width: 50px;
  }
}
@media (max-width: 991px) {
  .bizList .biz {
    flex: 0 0 calc(100% / 3);
  }
}
@media (max-width: 767px) {
  .bizList .biz {
    flex: 0 0 100%;
    border-left: none;
    border-right: none;
  }
  .bizList .biz:not(:last-of-type) {
    border-bottom: none;
  }
  .bizList .biz .biz-wrap {
    display: flex;
    align-items: flex-start;
  }
  .bizList .biz .biz-wrap .biz-cover {
    flex: 0 0 80px;
    padding-bottom: 80px;
    transform: scale(1);
  }
  .bizList .biz .biz-wrap .biz-content {
    margin-left: 20px;
  }
  .bizList .biz .title {
    margin: 0 0 10px;
  }
  .bizList .biz .title .detail span {
    font-size: 0.75em;
  }
  .bizList .biz .biz-content ul {
    margin-left: 8px;
  }
  .bizList .biz .biz-content ul li > img {
    max-width: 28px;
  }
  .bizList .biz .title h3 {
    font-size: 1em;
    margin-bottom: 10px;
  }
}

/* biz info */
.main-title.in-biz {
  margin-bottom: 15px;
  margin-top: 15px;
}
.st_wrap .main-title.in-biz h2 {
  font-size: 1em;
  font-weight: 400;
}
.st_wrap .main-title.in-biz h2 span {
  font-size: 4em;
  margin-bottom: 5px;
}
ul.sdgsIcon {
  display: flex;
  margin-bottom: 10px;
}
ul.sdgsIcon li:not(:last-of-type) {
  margin-right: 15px;
}
ul.sdgsIcon img {
  max-width: 70px;
}
.st_wrap ul.sdgsIcon {
  margin-bottom: 30px;
}
.biz-content-title {
  margin-bottom: 10px;
  letter-spacing: 4px;
  margin-right: -4px;
  position: relative;
  padding-left: 20px;
  color: #555;
}
.biz-content-title:before {
  content: "█";
  font-size: 0.6em;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  color: inherit;
}
.in-biz .bread ol li:last-of-type {
  display: none;
}
.in-biz .bread ol li:nth-of-type(2) {
  margin-right: 0px;
}
.in-biz .bread ol li:nth-of-type(2):before {
  display: none;
}
@media (max-width: 767px) {
  .st_wrap .main-title.in-biz h2 span {
    font-size: 26pt;
    background-color: #fff;
    padding: 4px 0;
    border-radius: 10px;
  }
  .st_wrap .main-title.in-biz p {
    background-color: #fff;
    padding: 10px;
    font-size: 0.95em;
    text-align: left;
    border-radius: 10px;
    color: #555;
  }
}

.biz-introl p:not(:last-of-type) {
  margin-bottom: 2em;
}
.biz-introl .biz-item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.biz-story p {
  font-size: 1.2em;
  color: #555;
}
ul.link-list {
  display: flex;
  flex-wrap: wrap;
}
ul.link-list li:not(:last-of-type) {
  margin-right: 10px;
}
ul.link-list li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  padding: 4px 16px;
  border-radius: 18px;
  color: #555;
  font-weight: 400;
}
ul.link-list li > a:hover {
  background-color: #05538a;
  color: #fff;
  border-color: transparent;
}
ul.biz-info {
  display: inline-block;
}
ul.biz-info li {
  color: #555;
  font-weight: 400;
  padding: 0 20px;
}
ul.biz-info li span {
  font-weight: 600;
  color: inherit;
}
ul.biz-info li:not(:last-of-type) {
  padding-bottom: 2px;
  margin-bottom: 2px;
  border-bottom: 1px dashed #ccc;
}
@media (max-width: 767px) {
  ul.biz-info li {
    font-size: 0.85em;
  }
}

/* cust-panel */
.cust-panel p:not(:last-of-type) {
  margin-bottom: 1em;
}
.infomation {
  border: 1px solid #333;
}
.infomation:not(:last-of-type) {
  margin-bottom: 50px;
}
.cust-panel .title h4 {
  background-color: #333;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  font-size: 1em;
}
.cust-panel-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cust-panel-wrap .cp-item {
  flex: 0 0 50%;
}
.cust-panel-wrap .cp-item .cp-wrap {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #dadada;
  height: 100%;
}

.cust-panel-wrap .cp-item.over {
  flex: 0 0 100%;
}
.cust-panel-wrap .cp-item .cp-wrap .cp-title,
.cust-panel-wrap .cp-item .cp-wrap .cp-content {
  padding: 10px;
}
.cust-panel-wrap .cp-item .cp-wrap .cp-title {
  flex: 0 0 120px;
  display: flex;
  justify-content: center;
  background-color: #dadada;
}
.cust-panel-wrap .cp-item .cp-wrap .cp-content {
  flex: 1 1 50%;
  background-color: #fff;
}
.cust-panel-wrap .cp-item .cp-wrap.updown {
  flex-direction: column;
}
.cust-panel-wrap .cp-item .cp-wrap.updown .cp-title {
  flex: inherit;
}
.cust-panel-wrap .cp-item .cp-wrap.updown .cp-title {
  background-color: #05538a;
  color: #fff;
}
.cust-panel-wrap .cp-item .cp-wrap.updown .cp-content {
  padding: 30px;
}
.photolist {
  display: flex;
  flex-wrap: wrap;
}
.photolist .photo {
  flex: 0 0 calc(100% / 5 - 30px);
  margin: 0 15px 30px;
}
.photolist .photo > a {
  display: block;
}
@media (max-width: 576px) {
  .cust-panel-wrap .cp-item {
    flex: 0 0 100%;
  }
  .photolist .photo {
    flex: 0 0 calc(100% / 3 - 10px);
    margin: 0 5px 10px;
  }
}
@media print {
  .g-bg-gray-light-v5 {
    background-color: #fff !important;
  }
  table th,
  table td {
    padding: 10px !important;
  }
  .container-sm {
    max-width: 100%;
  }
  .infomation {
    page-break-before: always;
  }
  a.js-go-to {
    visibility: hidden;
  }
}
/* Header ----------------*/

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.header a.brand {
  flex: 0 0 200px;
  padding: 10px;
  height: var(--navHeight);
  display: flex;
  align-items: center;
}
.header a.brand img {
  max-height: 46px;
  width: auto;
}
.navContainer {
  display: flex;
  height: var(--navHeight);
  gap: 30px;
}
.navWrap {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.navWrap ul.navbarList {
  display: flex;
}
.navWrap ul.navbarList li {
}
.navWrap ul.navbarList li:not(:last-of-type) {
  margin-right: 14px;
}
.navWrap ul.navbarList li a {
  color: #444;
  font-size: 13pt;
  font-weight: 400;
}
.navWrap ul.navbarList li a:hover {
  color: var(--mainColor);
}
.navWrap ul.navbarList.mainNav li a {
  letter-spacing: 1px;
}
.navWrap ul.navbarList.subNav {
  justify-content: flex-end;
}
.navWrap ul.navbarList.subNav li a {
  font-size: 0.86em;
  color: #555;
  font-weight: 300;
}
.navContainer .navCta button {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  background-color: #05538a;
  color: #fff;
  border-radius: 0;
  border: none;
  font-size: 1.2em;
  min-width: 200px;
  letter-spacing: 1px;
}
.navContainer .navCta button:hover {
  background-color: #1368a4;
}
@media (max-width: 991px) {
  .header .navContainer {
    height: inherit;
  }
  .video-container {
    top: 0px;
    height: calc(100svh - 50px);
  }
  #KVstage {
    height: calc(100svh - var(--navHeight) - 50px);
    min-height: inherit;
    position: relative;
    z-index: 3;
  }
  .hamburgerSet {
    z-index: 1001;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    outline: none;
    display: block;
  }
  .hamburgerBody {
    position: relative;
  }
  .hamburgerBody::after,
  .hamburgerBody::before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    left: -15px;
    transition: all 0.3s;
  }
  .hamburgerBody::after {
    top: 6px;
  }
  .hamburgerBody::before {
    top: -6px;
  }
  .header.onOpen .hamburgerBody::after {
    top: 0px;
    transform: rotate(45deg);
  }
  .header.onOpen .hamburgerBody::before {
    top: 0px;
    transform: rotate(-45deg);
  }
  .header {
    padding: 0 10px;
    background-color: var(--mainColor);
    position: relative;
    z-index: 99;
  }
  .header a.brand {
    position: relative;
    z-index: 9999;
    padding: 0;
  }
  .header.onOpen a.brand {
  }
  .navWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0px;
    z-index: 1000;
    background-color: #023c64;
    align-items: flex-start;
    flex-direction: column;
  }
  .header.onOpen .navWrap {
    right: 0%;
  }
  .navWrap ul.navbarList li {
    text-align: center;
  }
  .navWrap ul.navbarList li a {
    color: #fff;
  }
  .navWrap ul.navbarList.subNav li {
    margin-right: 0px;
  }
  .navWrap ul.navbarList.subNav li a {
    color: #fff;
  }
  .navWrap ul.navbarList.mainNav {
    margin-bottom: 30px;
  }
  .navWrap ul.navbarList.mainNav li:not(:last-of-type) {
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .navWrap ul.navbarList {
    flex-direction: column;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
  .navContainer .navCta {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1001;
    width: 100%;
  }
  .navContainer .navCta button {
    width: 100%;
    height: 50px;
  }
}
/*-----------
  consolt form
------------------*/
.formWrap {
  margin-bottom: 30px;
}
.formWrap p {
  text-align: center;
}
.formAction {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.formButton {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--mainColor);
  color: #fff;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  gap: 20px;
  transition: all 0.3s;
}
.formButton.js-prev {
  background-color: #999;
  flex-direction: row-reverse;
}
.formButton.js-prev i {
  color: #777;
}
.formButton.js-prev {
}
.formButton.js-prev:hover {
  background-color: #666;
}
.formButton .text {
  font-size: 1.4em;
  line-height: 1em;
  transform: translateY(-2px);
  transition: background-color 0.3s;
}
.formButton:hover {
  background-color: #063659;
  color: #fff;
  gap: 10px;
}
.formButton i {
  display: flex;
  background-color: #fff;
  color: var(--mainColor);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  line-height: 1em;
}

.consultPanel {
  padding: 50px 30px;
  border: 2px solid var(--mainColor);
  border-radius: 24px;
  min-height: 40svh;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.consultPanel.formStart {
  position: relative;
  overflow: hidden;
}
.consultPanel.formStart::after,
.consultPanel.formStart::before {
  content: "";
  background-color: var(--mainColor);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  transform: skewX(-30deg);
  transition: all 0.3s;
}
.consultPanel.formStart::before {
  left: -80%;
}
.consultPanel.formStart::after {
  right: -80%;
}
.consultPanel.formStart:hover::after {
  right: -75%;
}
.consultPanel.formStart:hover::before {
  left: -75%;
}
.consultPanel .title {
  margin-bottom: 10px;
  color: var(--mainColor);
}
.consultPanel .title i.form-success {
  font-size: 2em;
  color: var(--mainColor);
  margin-bottom: 15px;
}
.consultPanel .consultBody {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 767px;
}
.form_item input.is-invalid,
.form_item select.is-invalid,
.form_item textarea.is-invalid {
  border: 2px solid #e74c3c !important;
  background-color: #fff8f8;
}

.form_item.has-error label {
  color: #e74c3c;
}
@media (max-width: 991px) {
  .consultPanel.formStart::after,
  .consultPanel.formStart::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .formAction {
    flex-direction: column;
    gap: 20px;
  }
  .formButton.js-prev {
    flex-direction: row;
  }
}

.consultPanel {
  display: none;
  transition: all 0.3s ease;
}

.consultPanel.active {
  display: flex;
}
.finish-ani {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 40px auto;
}

.progress-ring {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  /* 從上方開始畫 */
  animation: ringFadeOut 0.4s ease 1.4s forwards;
}

.progress-ring circle {
  fill: none;
  stroke-width: 8;
}

.ring-bg {
  stroke: #e5e5e5;
}

.ring-fill {
  stroke: #35c759;
  stroke-linecap: round;

  /* 圓周長 = 2πr = 2 * 3.14 * 46 ≈ 289 */
  stroke-dasharray: 289;
  stroke-dashoffset: 289;

  animation: drawCircle 1.4s ease forwards;
}

.finish {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 64px;
  color: #35c759;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.3);
  animation: checkPop 0.45s cubic-bezier(0.2, 1.4, 0.4, 1) 1.55s forwards;
}

@keyframes drawCircle {
  from {
    stroke-dashoffset: 289;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes ringFadeOut {
  to {
    opacity: 0;
    transform: rotate(-90deg) scale(1.08);
  }
}

@keyframes checkPop {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
  }

  70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.15);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
/*--------------------------
      filterBox
--------------------------*/
.filterBox {
  margin: 10px 0;
}
#Filter {
  padding: 80px 0;
}
@media (max-width: 767px) {
  #Filter {
    padding: 30px 0;
  }
}
.filterBox h3 {
  color: #fff;
  font-size: 11pt;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.filterItem {
  display: flex;
  align-items: flex-start;
}
.filterTags.filterAll {
  display: flex;
  flex: 0 0 120px;
}
.filterTags .filterTag {
  position: relative;
  color: #fff;
  padding: 6px 24px;
  margin-bottom: 8px;
  font-size: 11pt;
}
.filterTags .filterTag:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 20px;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease;
}
.filterTags .filterTag > span {
  position: relative;
  font-weight: 300;
}
.filterTags .filterTag.active:before {
  background-color: yellow;
  border-color: transparent;
}
.filterTags .filterTag.active > span {
  color: #333;
}
.filterTags .filterTag:not(.active):hover:before {
  transform: scale(1.05);
}
.filterTags {
  display: flex;
  flex-wrap: wrap;
}
.filterTags .filterTag:not(:last-of-type) {
  margin-right: 6px;
}
.filterInner:not(:last-of-type) {
  margin-bottom: 30px;
  border-bottom: 1px solid #aaa;
}
/*---colorReverse*/
.filterTags.colorReverse .filterTag {
  color: #333;
}
.filterTags.colorReverse .filterTag:before {
  border-color: #333;
}
@media (max-width: 767px) {
  .filterTags .filterTag {
    padding: 4px 11px;
  }
}
