@charset "UTF-8";
body,
main {
  background-color: #F2FFFF;
  color: #252525;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1vw;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0;
}

/*視窗寬度1400以上切換*/
@media screen and (min-width: 1400px) {
  header,
  main,
  section,
  footer {
    font-size: 0.85vw;
  }
}
/*視窗寬度575以下切換*/
@media screen and (max-width: 575px) {
  header,
  main,
  section,
  footer {
    font-size: 3vw;
  }
}
/*視窗寬度1200以下切換*/
@media screen and (max-width: 1200px) {
  .container {
    width: 90%;
  }
}
a {
  color: #08c3c6;
}
a:hover {
  color: #046264;
}

a, a:hover, a:focus, a:active, a:visited,
button, button:hover, button:focus, button:active, button:visited,
.trans, .trans:hover, .trans:focus, .trans:active, .trans:visited {
  --bs-link-color: #FFA188;
  --bs-link-hover-color: #ffddd5;
  text-decoration: none;
  transition: all 0.5s 0s ease;
}

/*font style*/
.fc-main {
  color: #FFA188 !important;
}

.fc-main-dark {
  color: #ff7955 !important;
}

.fc-highlight {
  color: #6EF7F9 !important;
}

.fc-bg {
  color: #F2FFFF !important;
}

.fc-bk {
  color: #252525 !important;
}

.fc-line {
  color: #06c755 !important;
}

.fc-b {
  color: #6EF7F9 !important;
}

.fc-db {
  color: #0b3867 !important;
}

.fc-y {
  color: #ECD00A !important;
}

.fc-r {
  color: #E24956 !important;
}

.fc-gy {
  color: #999 !important;
}

.fc-lgy {
  color: #F2F2F2 !important;
}

.fc-w {
  color: #FFF !important;
}

.bg-main {
  background-color: #FFA188 !important;
}

.bg-highlight {
  background-color: #6EF7F9 !important;
}

.bg-bg {
  background-color: #F2FFFF !important;
}

.bg-bk {
  background-color: #252525 !important;
}

.bg-line {
  background-color: #06c755 !important;
}

.bg-b {
  background-color: #6EF7F9 !important;
}

.bg-db {
  background-color: #0b3867 !important;
}

.bg-y {
  background-color: #ECD00A !important;
}

.bg-r {
  background-color: #E24956 !important;
}

.bg-gy {
  background-color: #999 !important;
}

.bg-lgy {
  background-color: #F2F2F2 !important;
}

.bg-w {
  background-color: #FFF !important;
}

.bd-b {
  border-color: #6EF7F9 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.bd-main {
  border-color: #FFA188 !important;
}

.bd-highlight {
  border-color: #6EF7F9 !important;
}

.bd-bg {
  border-color: #F2FFFF !important;
}

.bd-bk {
  border-color: #252525 !important;
}

.bd-white {
  border-color: #fff !important;
}

.bd-line {
  border-color: #06c755 !important;
}

.row {
  margin-right: auto;
  margin-left: auto;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  padding-left: 0;
  padding-right: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

address,
dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

/*隱藏文字*/
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0;
}

.anchor {
  transform: translate(0, -102px);
}

@media screen and (min-width: 576px) {
  .anchor {
    transform: translate(0, -72px);
  }
}
/*---------------------------- 全站樣式 ----------------------------*/
/* 背景 */
.bg01 {
  background-image: url("/img/bg01.png");
  background-position: top center;
  background-repeat: no-repeat;
  color: #FFF;
  padding: 5% 0;
  background-size: 100%;
}

.bg02 {
  background-color: #FAF7F0;
  background-image: url("/img/bg02.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 3% 0;
  background-size: 100%;
}

.bg03 {
  background-image: url("/img/bg03.png");
  background-position: top center;
  background-repeat: no-repeat;
  color: #010101;
  padding: 5% 0;
  background-size: 100%;
}

/*button*/
.btn-group {
  width: 100%;
  margin: 0 auto;
}
.btn-group .button {
  display: block;
  width: 100%;
  padding: 0.75em;
  margin: 0.5em;
  border-radius: 10px;
  border: 1px solid #252525;
  color: #252525;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1em;
  background-color: #fff;
  font-size: 1em;
  box-shadow: 4px 4px 0 #6EF7F9;
}
.btn-group .button:hover, .btn-group .button:focus {
  color: #fff;
  box-shadow: none;
  transform: translate(4px, 4px);
  background-color: #252525;
}
.btn-group .main-button {
  display: block;
  width: 100%;
  padding: 0.75em;
  margin: 0.5em;
  border-radius: 10px;
  border: 1px solid #252525;
  color: #252525;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1em;
  background-color: #fff;
  font-size: 1.5em;
  box-shadow: 4px 4px 0 #6EF7F9;
}
.btn-group .main-button:hover, .btn-group .main-button:focus {
  color: #fff;
  box-shadow: none;
  transform: translate(4px, 4px);
  background-color: #252525;
}
.btn-group .main-button-highlight {
  display: block;
  width: 100%;
  padding: 0.75em;
  margin: 0.5em;
  border-radius: 10px;
  border: 1px solid #252525;
  color: #252525;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1em;
  background-color: #6EF7F9;
  font-size: 1.5em;
  box-shadow: 4px 4px 0 #252525;
}
.btn-group .main-button-highlight:hover, .btn-group .main-button-highlight:focus {
  color: #fff;
  box-shadow: none;
  transform: translate(4px, 4px);
  background-color: #252525;
}
.btn-group .main-button-r {
  display: block;
  width: 100%;
  padding: 0.75em;
  margin: 0.5em;
  border-radius: 10px;
  border: 1px solid #252525;
  color: #252525;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1em;
  background-color: #FFA188;
  font-size: 1.5em;
  box-shadow: 4px 4px 0 #252525;
}
.btn-group .main-button-r:hover, .btn-group .main-button-r:focus {
  color: #fff;
  box-shadow: none;
  transform: translate(4px, 4px);
  background-color: #252525;
}
.btn-group .footer-button {
  display: block;
  width: 100%;
  padding: 0.75em;
  margin: 0.5em;
  border-radius: 10px;
  border: 1px solid;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1em;
  background-color: transparent;
  font-size: 1em;
}
.btn-group .footer-button:hover {
  color: #6EF7F9;
}

.btn-txt {
  display: inline-block;
  margin: 0.25em 0;
  padding: 0.1em 0.5em;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.1em;
  /*background-color: #ECD00A;*/
}

a.btn-txt {
  cursor: pointer;
  text-decoration: underline;
}
a.btn-txt:hover {
  color: #0b3867;
}
a.btn-img {
  display: block;
}
a.btn-img:hover {
  text-decoration: none;
  transform: scale(0.97);
}
a.btn-small {
  font-size: 1.25em;
}

.btn-icon {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}

@media screen and (min-width: 576px) {
  .btn-h2x {
    line-height: 2.25em;
  }
}
@media screen and (max-width: 575px) {
  .button.btn-line > img {
    width: 2em;
  }
}
@keyframes flash {
  from, 20%, 40%, to {
    opacity: 1;
  }
  10%, 30% {
    opacity: 0;
  }
}
.flash {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: flash;
}

/*---------------------------- 表頭 ----------------------------*/
main.content, section.content {
  margin-top: 120px;
  min-height: calc(100vh - 120px - 412px);
}

.navbar-brand {
  padding: 0.25rem;
  margin: 0 auto;
}
.navbar-brand img {
  width: 50%;
  max-width: 380px;
}

header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background-color: #ff7955;
  height: 102px;
  border-bottom: 1px solid #fff;
}
header ul {
  margin: auto 2em;
}
header ul li.itemx4 {
  width: 25%;
}
header ul li.itemx3 {
  width: 33.3333333333%;
}
header ul li.itemx2 {
  width: 50%;
}
header ul li > a.nav-link {
  display: block;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  padding: 0 !important;
}
header ul li > a.nav-link span {
  position: relative;
  display: block;
  height: 24px;
  line-height: 20px;
  margin: 5px auto;
  padding: 2px 3em;
  border-left: 1px solid;
  border-right: 1px solid;
}
header ul li > a.nav-link span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 0;
  background-color: #fff;
  transition: all 0.3s 0s ease;
}
header ul li > a.nav-link:hover, header ul li > a.nav-link:focus {
  color: #FFA188;
}
header ul li > a.nav-link:hover span:before, header ul li > a.nav-link:focus span:before {
  height: 100%;
  transition: all 0.3s 0s ease;
}
header ul li:first-child > a.nav-link span {
  border-right: 0;
}

@media screen and (min-width: 992px) {
  main.content, section.content {
    margin-top: 72px;
    min-height: calc(100vh - 72px - 340px);
  }
  header {
    height: 72px;
  }
  header .navbar-brand {
    display: inherit;
  }
  header .navbar-brand img {
    width: auto;
    max-width: inherit;
    max-height: calc(70px - 0.5rem);
  }
  header ul li {
    width: inherit !important;
  }
  header ul li > a.nav-link {
    font-size: 18px;
  }
  header ul li > a.nav-link span {
    height: 30px;
    line-height: 26px;
    margin: 20px auto;
  }
}
/*下拉式選單*/
header .navbar-nav .dropdown-menu {
  position: absolute !important;
  width: 90vw;
}

header .dropdown-menu .dropdown-item {
  border-top: 1px dashed rgba(0, 0, 0, 0.125);
}

header .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}

header .dropdown-menu .dropdown-item:active {
  background-color: #FFF;
}

@media only screen and (min-width: 576px) {
  header .navbar-nav .dropdown-menu {
    width: auto;
  }
}
/*---------------------------- 主視覺 ----------------------------*/
#main-bn {
  background-image: url("/img/main_bg.png");
  background-attachment: fixed;
  background-position: center;
  padding-bottom: 8%;
  background-size: cover;
}
#main-bn .index-title {
  max-width: 1000px;
  padding-top: 1em;
  padding-bottom: 3%;
}
#main-bn .index-title h1 {
  position: relative;
  background-color: #6EF7F9;
  color: #252525;
  border: 1px solid;
  padding: 0.5em;
  margin: 1em;
  margin-bottom: 0;
  font-size: 1.75em;
  text-align: center;
  line-height: 1.125em;
  letter-spacing: 0.15em;
}
#main-bn .index-title h1:before, #main-bn .index-title h1:after {
  position: absolute;
  top: calc(50% - 0.75em);
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  color: #fff;
  margin: auto 1em;
  font-size: 0.75em;
}
#main-bn .index-title h1:before {
  left: 0;
}
#main-bn .index-title h1:after {
  right: 0;
}

@media screen and (min-width: 576px) {
  #main-bn .index-title h1 {
    font-size: 2.25em;
  }
}
.course-block {
  background-color: #fff;
  border: 1px solid #252525;
  border-radius: 10px;
  box-shadow: 5px 5px 0 #6EF7F9;
  font-size: 12px;
  margin: 1em;
  margin-top: 2em;
}
.course-block .card-header {
  position: relative;
  border-bottom: 1px dashed #252525;
}
.course-block .card-header .card-title {
  color: #ff7955;
  text-align: center;
  margin: 0.5em;
}
.course-block .card-header .badge {
  position: absolute;
  top: -2em;
  right: 0.5em;
  background-color: #ff7955;
  color: #fff;
  border: 1px solid #252525;
  border-radius: 10px;
  text-align: center;
  padding: 0.75em 1em;
  font-size: 1.25em;
}
.course-block .card-body .list-title {
  font-size: 0.85em;
  color: #07abad;
  padding-right: 1em;
}
.course-block .card-body .list-title span {
  display: inline-block;
  line-height: 2em;
  border-bottom: 5px solid #6EF7F9;
}
.course-block .card-body .list-content {
  font-size: 1.3125em;
}
.course-block .card-body .list-content small {
  font-size: 0.9375;
  color: #495057;
}

@media screen and (min-width: 576px) {
  .course-block {
    font-size: 16px;
    margin-top: 1em;
  }
  .course-block .card-header .badge {
    top: -0.5em;
  }
  .course-block .card-body .list-title {
    text-align: right;
  }
}
@media screen and (max-width: 575px) {
  .list-title, .list-content {
    width: auto;
  }
}
.class-item {
  padding: 0.5em;
}
.class-item .class-bn {
  width: 100%;
  height: 22em;
  background-size: cover;
}
.class-item .class-bn h2 {
  font-size: 2.5em;
  font-weight: 900;
  text-align: center;
  color: #FFF;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  padding: 0.5em;
  padding-bottom: 0.5em;
  max-width: 10em;
  margin: auto;
}
.class-item .main-btn {
  font-size: 1.25em;
  padding: 1em;
  text-align: center;
}
.class-item .main-btn > span {
  font-size: 1em;
  color: #FFF;
  border: 1px solid;
  border-radius: 100px;
  padding: 0.5em 2em;
  transition: all 0.5s ease;
}

/*---------------------------- 課程介紹 ----------------------------*/
.title {
  font-size: 12px;
  text-align: center;
  margin: 1em auto;
}
.title h2 {
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 0.25em;
}
.title h2 span {
  display: inline-block;
  line-height: 1.5em;
  border-bottom: 0.25em solid;
}
.title p {
  font-size: 1.125em;
  letter-spacing: 1px;
  margin-top: 1em;
}

@media screen and (min-width: 576px) {
  .title {
    font-size: 16px;
  }
}
.point-block .unemployed {
  background-color: #fff;
  border: 2px solid #252525;
  box-shadow: 5px 5px 0 #252525;
  margin: 3em;
  padding: 2em 4em;
  min-height: 47.5em;
  border-radius: 10px;
}
.point-block .unemployed h4 {
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #ff7955;
  padding: 0.8em 0;
  text-align: center;
}
.point-block .unemployed p {
  font-size: 1.325em;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  padding: 1em 0;
  border-top: 1px dashed #252525;
  text-align: center;
}
.point-block.block-highlight {
  max-width: 80%;
  letter-spacing: 0.1em;
}
.point-block.block-highlight h3 {
  font-size: 2em;
  text-align: left;
  font-weight: 700;
  line-height: 1.5em;
  color: #252525;
}
.point-block.block-highlight span {
  display: inline-block;
  background-color: #252525;
  color: #6EF7F9;
  padding: 0 0.5em;
  margin: 0.25em;
  font-weight: 700;
}

/*---------------------------- footer ----------------------------*/
footer {
  background-color: #252525;
  color: #FFF;
  padding: 2em 0;
  min-height: 340px;
  text-align: center;
}
footer img {
  width: 75%;
}
footer h5 {
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  margin: 0em 1em;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  border-bottom: #fff 1px solid;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #6EF7F9;
}
footer p, footer .footer-item {
  font-size: 1.25em;
  color: #fff;
  margin: 0.5em 1em;
  letter-spacing: 0.2em;
  padding: 0 0 0 20px;
}
footer p .add-line, footer .footer-item .add-line {
  padding: 0.1em 0.75em;
  border: 1px solid;
}
footer p .add-line:hover, footer .footer-item .add-line:hover {
  color: #06c755;
}

@media screen and (min-width: 576px) {
  footer {
    padding: 5em 0;
    text-align: left;
  }
  footer h5 {
    border-bottom: 0;
    margin: 0.5em 1em;
  }
  footer p, footer .footer-item {
    border-left: #fff 2px solid;
  }
}
/* 側邊快捷功能 */
.right-fix {
  display: block;
  position: fixed;
  right: 0;
  bottom: 110px;
  font-size: 16px;
  z-index: 10000;
}
.right-fix ul > li a, .right-fix ul > li .btn, .right-fix ul > li button {
  display: block;
  position: relative;
  width: 3.5em;
  min-width: 3.5em;
  height: 3.5em;
  color: #fff;
  border: none;
  background-color: #252525;
  margin: 0.5em;
  margin-left: auto;
  padding: 0;
  border-radius: 50em;
  text-align: left;
}
.right-fix ul > li a.line-link, .right-fix ul > li .btn.line-link, .right-fix ul > li button.line-link {
  background-color: #06c755;
}
.right-fix ul > li a.line-link svg > *, .right-fix ul > li .btn.line-link svg > *, .right-fix ul > li button.line-link svg > * {
  fill: #fff;
}
.right-fix ul > li a.highlight-link, .right-fix ul > li .btn.highlight-link, .right-fix ul > li button.highlight-link {
  background-color: #FFA188;
  color: #fff;
}
.right-fix ul > li a .icon, .right-fix ul > li .btn .icon, .right-fix ul > li button .icon {
  height: 1.75em;
}
.right-fix ul > li a .icon > *, .right-fix ul > li .btn .icon > *, .right-fix ul > li button .icon > * {
  display: inline-block;
  text-align: center;
  font-size: 2em;
  width: 1.75em;
  height: 1em;
}
.right-fix ul > li a .caption, .right-fix ul > li .btn .caption, .right-fix ul > li button .caption {
  visibility: hidden;
  opacity: 0;
  font-size: 1em;
  letter-spacing: 0.1em;
  transform: translate(1.25em, 0);
}
.right-fix ul > li a:hover, .right-fix ul > li .btn:hover, .right-fix ul > li button:hover {
  background-color: #3f3f3f;
  min-width: 9em;
}
.right-fix ul > li a:hover.line-link, .right-fix ul > li .btn:hover.line-link, .right-fix ul > li button:hover.line-link {
  background-color: #059540;
}
.right-fix ul > li a:hover.highlight-link, .right-fix ul > li .btn:hover.highlight-link, .right-fix ul > li button:hover.highlight-link {
  background-color: #ff7955;
}
.right-fix ul > li a:hover .caption, .right-fix ul > li .btn:hover .caption, .right-fix ul > li button:hover .caption {
  visibility: visible;
  opacity: 1;
  color: #fff;
  transform: translate(0, 0);
  transition: all 0.5s 0.25s ease;
}

@media screen and (min-width: 576px) {
  .right-fix {
    bottom: 70px;
  }
}
