/*!
 * Start Bootstrap - Agency v5.0.5 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */
:root {
  --bs-border-style: dashed;
  --text-primary: rgb(222, 62, 30);
}

/* Remove outline for non-keyboard :focus */
*:focus:not(.focus-visible) {
  outline: none;
}

body {
  /* overflow-x: hidden; */
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  background-color: #F8F7EF;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body {
    font-size: 1rem;
  }
}

p {
  line-height: 1.75;
}

a {
  color: #26547c;
  transition: all 0.2s;
  text-decoration: none;
}
a.border:hover{
  border-color: var(--text-primary) !important;
}

hr.hr {
  border-top: 3px solid var(--text-primary);
  opacity: 1;
  margin-top: 0.25rem;
}


a:hover {
  color: #DE3E1E !important;
  transition: all 0.2s;
  text-decoration: none;
}

.text-primary {
  color: var(--text-primary) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section {
  padding: 0.5em 0;
}

section h4.section-heading {
  color: #312E2F;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 0;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section .section-heading-icon {
  width: 64px;
  height: 64px;
  background: #DE3E1E;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  ;
}




.btn {
  border-radius: 8px;
  /* border: none; */
}

.btn:hover {
  color: #FFF !important;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  /* background: #50B23E; */
  --bs-btn-color: #fff;
  --bs-btn-bg: #50B23E;
  --bs-btn-border-color: #50B23E;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #489f37;
  --bs-btn-hover-border-color: #489f37;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #489f37;
  --bs-btn-active-border-color: #489f37;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #50B23E;
  --bs-btn-disabled-border-color: #50B23E;
}

/* 
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #489f37 !important;
  color: white !important;
}

.btn-primary:active,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
} */

/* ::selection {
  background: #ec1f27;
  text-shadow: none;
} */

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/* .bg-light {
  background-color: #f5e6e6 !important;
} */

.breadcrumb {
  background: transparent;
  padding-left: 0;
  font-size: 0.8em;
}

.breadcrumb-item.active {
  color: var(--text-primary);
}

#mainNav {

  background: #DE3E1E;
  padding: 2px 1rem;
  z-index: 2000;
}

#mainNav .navbar-toggler {
  font-size: 20px;
  right: 0;
  padding: 8px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: transparent;
  /* font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; */
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #FDEBEF;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 0.8em;
  padding-left: 0.6em !important;
  padding-right: 0.6em !important;
  color: #212529;
}

.fixed-top2 .navbar-nav .nav-item .nav-link {
  font-size: 1em;
  font-weight: normal;
  /* padding: 0.75em 0.3em; */
  /* letter-spacing: 0.5px; */
  color: #444;

}

.fixed-top2 {
  margin-top: 40px;
  background-color: #FFF;
  padding: 0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

#mainNav .navbar-brand img {
  height: 59px;

}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #FDEBEF;
}


.fixed-top2 .navbar-nav .nav-item::before,
.fixed-top2 .navbar-nav .nav-item::after {
  border-bottom: solid 4px #DE3E1E;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}

.fixed-top2 .navbar-nav .nav-item:hover::before,
.fixed-top2 .navbar-nav .nav-item:hover::after {
  width: 50%;
}

.fixed-top2 .navbar-nav .nav-item::before {
  left: 50%;
}

.fixed-top2 .navbar-nav .nav-item::after {
  right: 50%;
}

.mobile-logo {
  margin-top: 40px;
  /* padding: 0.3em; */
  height: 60px;
}

.side-nav {
  background-color: #EBE9DE;
  padding: 16px;
  /* max-width: 250px; */
  height: 100%;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input,
.form-signin select {
  border-radius: 0;
  margin-bottom: -1px
}

.form-signin .form-floating:first-of-type input {
  margin-bottom: -1px;
  border-top-right-radius: var(--bs-border-radius);
  border-top-left-radius: var(--bs-border-radius);
}



@media (max-width:991px) {
  .menu-scroll {
    overflow-y: scroll;
    max-height: calc(100vh - 100px);
    height: calc(100vh - 100px);
  }

  .fixed-top2 .navbar-nav .nav-item:hover::before,
  .fixed-top2 .navbar-nav .nav-item:hover::after {
    width: 0%;
  }
}

.dropdown-member .dropdown-menu {
  margin-top: 0;
  background-color: #fFF;
  z-index: 2000;
  position: absolute;
  font-size: 1rem;
}


/* 
.dropdown-menu {
  transform: translateY(50px);
  transition: .5s ease all;
  font-size: 1.125rem;
}

.dropdown-menu.show {

  transform: translateY(0px);
  transition: .5s ease all;
} */

.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

.dropdown-menu {
  margin-top: 0;
  background-color: rgba(62, 198, 255, 0.19);
  background-color: #fff;


}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #FFF;
}

#about .container {
  max-width: 980px
}

#about .container p {
  font-size: 1.2em;
}

/* 
@media (min-width:992px) {
  .container {
    max-width: 1010px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}
*/

@media (min-width:1400px) {
  .container {
    max-width: 1380px;
  }
}

@media (min-width: 992px) {


  #mainNav {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: #FFF;
  }

  .fixed-top2 {
    margin-top: 128px;
    /* height: 56px; */
    border-top: 2px solid #E60012;
    background-color: #fFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
  }

  #mainNav.navbar-shrink+.fixed-top2 {
    margin-top: 74px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    padding-left: 1em;
    padding-right: 1em;
  }

  .fixed-top2 .navbar-nav .nav-item .nav-link {
    padding: 0.8em 0.7em !important;
    color: #444;
  }

  #mainNav .navbar-brand img {
    height: 89px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #FFF;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }

  #mainNav.navbar-shrink .navbar-brand img {
    height: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }


}

header.masthead {
  text-align: center;
  color: #312E2F;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 0px;
  /* padding-bottom: 30px; */
}

header.masthead .intro-text .carousel-bg {

  background-size: cover;
}

/* header.masthead .inner-text .d-flex{
  padding-top: 65px;
  margin: 0 auto;
} */

header.masthead .inner-text .inner-heading {

  line-height: 50px;
  font-weight: bold;
  color: #312E2F;
  letter-spacing: 0.1em;
  font-size: 2em;
  margin-bottom: 0;


}

header.masthead .intro-text .main-carousel img {

  width: 100%;
  max-width: 980px;
  -webkit-box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.75);

}

header.masthead .intro-text .carousel-cell {
  /* margin: 0 40px 40px 40px; */
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}

header.masthead .inner-text {
  height: 120px;
  padding-top: 0px;
  /* padding-bottom: 30px; */
  background: #EBE9DE;
  display: flex;
  align-items: center;
}



@media (min-width: 768px) {

  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }

  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }

  header.masthead .intro-text .carousel-cell {
    width: 100%;
    height: 400px;
    padding: 40px 0;
  }


}

@media (min-width: 992px) {
  header.masthead .intro-text .carousel-cell {
    width: 100%;
    height: 400px;
    padding: 40px 0;
  }

  header.masthead .intro-text {
    padding-top: 185px;
    /* padding-bottom: 30px; */
    /* margin-bottom: 2em; */
  }

  header.masthead .inner-text {
    margin-top: 182px;
    height: 180px;
    /* padding-top: 185px; */
    /* padding-bottom: 30px; */
  }

  header.masthead .intro-text .carousel-bg {

    padding: 40px 0;


  }

}






.service-heading {
  margin: 15px 0;
  text-transform: none;
}

section#banner .col {
  margin-bottom: 0.5em;
  box-sizing: border-box;
  text-align: center;

}

section#banner a img {
  border-radius: 12px;
  border: 2px solid #F8BDB0;
}


/* .topics__box {
  width: 180px;
  height: 180px;
  padding: 30px 25px 25px;
  border: 1px solid #2C3E7E;
  vertical-align: top;
  position: relative;
}

.topics__box-heading {
  color: #2C3E7E;
  line-height: 1;
}

.topics__box-heading .ch {
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
}

.topics__box-heading .en {
  font-size: 1rem;
  font-weight: normal;
}

.topics__box-more {
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size: 1rem;
  font-weight: normal;
  text-align: right;
}

.topics__line {
  width: 100%;
  padding: 30px 25px 25px;
  border-bottom: 1px solid #2C3E7E;
  vertical-align: top;
  position: relative;
} */






section#mobile-icon a {
  display: block;
  font-size: 1.1em;
  color: #666666;
  white-space: nowrap;
}

section#mobile-icon .card {
  margin: 0 2px;
  height: 100%;
}

section#mobile-icon .card img {
  margin: auto;
}

section#event {
  /* padding-top: 3em; */
  padding-bottom: 50px;
  background-color: #EBE9DE;
}

section#mobile-icon .card p {
  margin: 0;
  margin-top: 0.5em;
}

section#event .event-carousel .carousel-cell {
  margin: 0 20px;
  background-color: #fff;
  width: 282px;
  height: 100%;
}

section#event .event-carousel .carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}

section#event .event-carousel {
  height: 310px;

}

.card-img-container {
  display: block;
  overflow: hidden;
  height: 210px;
  position: relative;
}

.card-img-container:hover a img {
  transform: scale(1.3);
}



.card-text {
  line-height: 1.3;
  color: #312E2F;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

section#inner {
  padding-top: 0px;
}

.innerpage {
  padding-top: 0px;
  background: #FFF;
  padding: 1.4em;
  border-radius: 8px;
  overflow: auto;
  max-width: 100%;
}

section#innerpage .section-heading {
  color: #666;
}

section#sidemenu {
  width: 230px;
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
}

@media (max-width:768px) {
  section#sidemenu {
    width: 100%;
  }
}

@media (min-width: 768px) {
  section#innerpage dt {
    text-align: right !important;
  }


}

section#sidemenu h5 {
  padding: 5px 0;
  color: #312E2F;
  font-weight: bold;
}

section#sidemenu ul li {
  line-height: 1.4em;
  padding: 10px 0;
}

section#sidemenu a.sidemenu-list-item {
  padding: 5px 0;
  color: #333;
  font-weight: normal;
  font-size: 1rem;
  display: block;
}

section#sidemenu a.sidemenu-list-item::before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: var(--text-primary);
  border-radius: 100%;
  display: inline-block;
  margin: 0 10px;
}

section#sidemenu a.sidemenu-list-item.active,
section#sidemenu a.sidemenu-list-item:hover {
  color: var(--text-primary);
  transition: all 0.2s;
}

.first-word {
  font-size: 1.5em;
  color: #6b3742;
  font-weight: bold;
}

footer {
  /* margin-top: 2em; */
  padding: 25px 0;
  background-color: #F39800;
  color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #F2C21F !important;
}

footer span.copyright {
  font-size: 60%;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

footer ul.info {

  line-height: 28px;
  margin-bottom: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

ul.social-icon a {
  color: #FFF;
  font-size: 1.2em;
}

ul.social-icon a:hover {
  color: #FFF !important;
  opacity: 0.8;
}

ul.social-icon a:hover i.fab {
  opacity: 0.5;
}

svg.fa-instagram-square * {
  fill: url(#rg);
}


.tag {
  background: none repeat scroll 0 0 #F2E875;
  border-radius: 4px;
  color: #232323;
  display: inline-block;
  font-size: 0.9em;
  padding: 2px 6px;
  min-width: 80px;
  text-align: center;

}

.tag-01 {
  font-weight: normal;
  color: #FFF;
  background: none repeat scroll 0 0 #92b33b;
}

.tag-02 {
  font-weight: normal;
  color: #FFF;
  background: none repeat scroll 0 0 #2c99ca;
}

.tag-03 {
  font-weight: normal;
  color: #FFF;
  background: none repeat scroll 0 0 #eb859d;
}

.tag-04 {
  font-weight: normal;
  color: #FFF;
  background: none repeat scroll 0 0 #a77fff;
}




/* banner */
.banner-link {
  margin-top: 25px;
}

.banner-link li {
  border: 1px #ccc solid;
  border-radius: 4px;
  margin: 6px 0;
}

.banner-link li:hover {
  border: 2px #a7cccf solid;
}

.banner-link li img {
  border-radius: 4px;
  width: 100%
}



@media (max-width: 767.98px) {

  .m-table tr th,
  .m-table tr td {
    display: none;

  }

  .m-table-1 tr th:nth-child(1),
  .m-table-1 tr td:nth-child(1),
  .m-table-2 tr th:nth-child(2),
  .m-table-2 tr td:nth-child(2),
  .m-table-3 tr th:nth-child(3),
  .m-table-3 tr td:nth-child(3),
  .m-table-4 tr th:nth-child(4),
  .m-table-4 tr td:nth-child(4),
  .m-table-5 tr th:nth-child(5),
  .m-table-5 tr td:nth-child(5),
  .m-table-6 tr th:nth-child(6),
  .m-table-6 tr td:nth-child(6),
  .m-table-7 tr th:nth-child(7),
  .m-table-7 tr td:nth-child(7),
  .m-table-8 tr th:nth-child(8),
  .m-table-8 tr td:nth-child(8),
  .m-table-9 tr th:nth-child(9),
  .m-table-9 tr td:nth-child(9),
  .m-table-10 tr th:nth-child(10),
  .m-table-10 tr td:nth-child(10) {

    display: table-cell;
  }
}

/* GRIDVIEW表格 */
/*Page*/
.page-title {
  margin-left: 0.5rem;
  margin-right: 18px;
}

.page-QryArea {
  margin-bottom: 1em;
  font-size: 1rem;
  border-bottom: 1px dashed var(--bs-border-color);

}

/* .page-QryArea tbody tr td {
  padding: 8px;
} */

.border1 tr td {
  padding: 6px;
}

/* 內頁Tabs分頁 */
.table-nav ul li a {
  padding: 0.8em 0.7em !important;
}

.table-nav ul li a.selected {
  color: var(--text-primary);
}

.table-nav ul li a::after,
.table-nav ul li a::before {
  border-bottom: solid 4px #DE3E1E;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}

.table-nav ul li.static {
  margin: 0 0.75rem;
}

.table-nav ul li a:hover::before,
.table-nav ul li a:hover::after,
.table-nav ul li a.selected::before,
.table-nav ul li a.selected::after {
  width: 50%;
}

.table-nav ul li a::before {
  left: 50%;
}

.table-nav ul li a::after {
  right: 50%;
}

/*Gview*/
.gvStyle {
  /*border: 2px solid #FCC8AF;*/
  font-size: 1rem;
  margin-bottom: 0;
}

/*Header 標題*/
.gvStyle th {
  background-color: var(--text-primary);
  font-weight: normal;
  border: 1px solid #D9D9D9;
  border-top: 1px solid #FFFFFF;
  height: 40px;
  text-align: center;
  color: #FFF;
  letter-spacing: 2px;
  font-size: 1rem;

}

/* @media (max-width: 767px) {
  .gvStyle th {
    min-width: 120px;
  }

} */

/*OnMouseOver 滑鼠移過列表時, 背景色變更*/
/* .gvStyle .row1:hover {
  background-color: #C7E8E8;
} */

/*Rows 列表顏色*/
.gvStyle .row1 td {
  border: 1px solid #D9D9D9;
  height: 35px;
}

.gvStyle .row1 {
  background-color: #FFFFFF;
}

/*Change Rows 如果想要有單、雙列不同顏色替換, 在這裡更換*/
.gvStyle .alt td {
  border: 1px solid #D9D9D9;
  height: 35px;
}

.gvStyle .alt {
  background-color: #fff8e0;
  border: 1px solid #D9D9D9;
  height: 35px;
}

/* .gvStyle .alt:hover {
  background-color: #C7E8E8;
} */

/*Page 分頁顏色*/
.gvStyle .pgr table {
  margin-left: auto;
  margin-right: auto;
}

.gvStyle .pgr td {
  background-color: #E2EAF2;
  border-width: 0px;
  padding: 0px 3px 0px 3px;
}

.gvStyle .pgr a {
  color: #666;
  text-decoration: underline;
  padding: 0px 3px 0px 3px;
}

.gvStyle .pgr a:hover {
  color: #FF0000;
  text-decoration: none;
}

.ps {
  font-size: 13px;
  color: rgba(156, 156, 156, 1.00);
}

/*人力雲*/
.HR-map {
  width: 810px;
  height: 1060px;
  position: relative;
  background-color: #b3ddf9;
  background-image: url(../img/MAP.png);
  background-repeat: no-repeat;
  background-position: center center;

}

.HR-map-tag {
  display: block;
  position: absolute;
  text-align: center;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  text-decoration: none;

}

.HR-map-tag:hover {
  text-decoration: none;
}

.HR-map-tag-number {
  font-size: 20px;
  color: #f98f5f;
}

.text-stroke {
  position: relative;
  background: transparent;
  z-index: 0;
}

.text-stroke:before {
  content: attr(name);
  position: absolute;
  -webkit-text-stroke: 0.2em #FFF;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}

.HR-map-tag:hover .text-stroke:before {
  -webkit-text-stroke: 0.3em #feff7a;
  transition: all 0.3s ease-out;
}

.ta001 {
  position: absolute;
  left: 705px;
  top: 30px;
}

.ta002 {
  position: absolute;
  left: 633px;
  top: 74px;
}

.ta003 {
  position: absolute;
  left: 698px;
  top: 119px;
}

.ta004 {
  position: absolute;
  left: 510px;
  top: 57px;
}

.ta005 {
  position: absolute;
  left: 518px;
  top: 214px;
}

.ta006 {
  position: absolute;
  left: 425px;
  top: 125px;
}

.ta007 {
  position: absolute;
  left: 382px;
  top: 207px;
}

.ta008 {
  position: absolute;
  left: 423px;
  top: 325px;
}

.ta009 {
  position: absolute;
  left: 320px;
  top: 280px;
}

.ta010 {
  position: absolute;
  left: 260px;
  top: 372px;
}

.ta011 {
  position: absolute;
  left: 473px;
  top: 449px;
}

.ta012 {
  position: absolute;
  left: 227px;
  top: 477px;
}

.ta013 {
  position: absolute;
  left: 175px;
  top: 563px;
}

.ta014 {
  position: absolute;
  left: 388px;
  top: 551px;
}

.ta015 {
  position: absolute;
  left: 280px;
  top: 639px;
}

.ta016 {
  position: absolute;
  left: 200px;
  top: 663px;
}

.ta017 {
  position: absolute;
  left: 372px;
  top: 687px;
}

.ta018 {
  position: absolute;
  left: 240px;
  top: 773px;
}

.ta019 {
  position: absolute;
  left: 335px;
  top: 944px;
}

.ta020 {
  position: absolute;
  left: 735px;
  top: 251px;
}

.ta021 {
  position: absolute;
  left: 665px;
  top: 470px;
}

.ta022 {
  position: absolute;
  left: 565px;
  top: 772px;
}

.ta023 {
  position: absolute;
  left: 27px;
  top: 528px;
}

.ta024 {
  position: absolute;
  left: 90px;
  top: 270px;
}

.ta025 {
  position: absolute;
  left: 120px;
  top: 57px;
}

.HR-map.mini-map {
  width: 100%;
  padding-bottom: 147%;
  height: 0;
  background-image: url(../img/MAP1.png);
  background-size: contain;
  background-position: top center;
  border-radius: 8px;
  border: 1px solid #cccccc;

}

.mini-map .HR-map-tag {
  font-size: 0.6em;
  font-weight: normal;
  white-space: nowrap;
  color: #000;
}

.mini-map .HR-map-tag-number {
  font-size: 1.1em;
}

.mini-map .ta001 {
  position: absolute;
  left: 86%;
  top: 2%;
}

.mini-map .ta002 {
  position: absolute;
  left: 74%;
  top: 3%;
}

.mini-map .ta003 {
  position: absolute;
  left: 81%;
  top: 13%;
}

.mini-map .ta004 {
  position: absolute;
  left: 58%;
  top: 2%;
}

.mini-map .ta005 {
  position: absolute;
  left: 58%;
  top: 17%;
}

.mini-map .ta006 {
  position: absolute;
  left: 45%;
  top: 8%;
}

.mini-map .ta007 {
  position: absolute;
  left: 46%;
  top: 19%;
}

.mini-map .ta008 {
  position: absolute;
  left: 55%;
  top: 28%;
}

.mini-map .ta009 {
  position: absolute;
  left: 31%;
  top: 25%;
}

.mini-map .ta010 {
  position: absolute;
  left: 23%;
  top: 35%;
}

.mini-map .ta011 {
  position: absolute;
  left: 53%;
  top: 40%;
}

.mini-map .ta012 {
  position: absolute;
  left: 21%;
  top: 45%;
}

.mini-map .ta013 {
  position: absolute;
  left: 9%;
  top: 54%;
}

.mini-map .ta014 {
  position: absolute;
  left: 41%;
  top: 50%;
}

.mini-map .ta015 {
  position: absolute;
  left: 26%;
  top: 61%;
}

.mini-map .ta016 {
  position: absolute;
  left: 14%;
  top: 64%;
}

.mini-map .ta017 {
  position: absolute;
  left: 44%;
  top: 58%;
}

.mini-map .ta018 {
  position: absolute;
  left: 21%;
  top: 74%;
}

.mini-map .ta019 {
  position: absolute;
  left: 35%;
  top: 88%;
}

.mini-map .ta020 {
  position: absolute;
  left: 89%;
  top: 23%;
}

.mini-map .ta021 {
  position: absolute;
  left: 85%;
  top: 40%;
}

.mini-map .ta022 {
  position: absolute;
  left: 65%;
  top: 75%;
}

.mini-map .ta023 {
  position: absolute;
  left: 4%;
  top: 38%;
}

.mini-map .ta024 {
  position: absolute;
  left: 1%;
  top: 18%;
}

.mini-map .ta025 {
  position: absolute;
  left: 1%;
  top: 1%;
}

.mini-map .text-stroke:before {
  -webkit-text-stroke: 0.3em #FFF;
}


/*影音學習*/
.lesson-question{
  margin-left: 50px;
  font-size: 1.2rem;
}
.lesson-question-number{
  margin-top: 3px;
  white-space: nowrap;
  right: 100%;
}
.lesson-anwser{
  margin-left: 60px;
  margin-bottom: 7rem;
}
.lesson-anwser .form-check{
  margin-bottom: 0.5rem;
}

/* CKEDITOR FIX */
.ckeditor tbody, .ckeditor td, .ckeditor tfoot, .ckeditor th, .ckeditor thead, .ckeditor tr {
    border-width: 1px;

}

/* 20231027 raido fix */
.radio-list .form-check-inline input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
  width: 13px;
  min-width: 13px;
}

.radio-list .form-check-inline label {
  margin-bottom: 0;
}
.radio_check input{margin-right:2px;}	
.radio_check label{margin-right:15px;}