@charset "utf-8";
/* CSS Document */
body,
h1,
div,
ul,
ol,
li,
form {
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  width: 100%;
  font-family: "微軟正黑體", Verdana, Geneva, sans-serif;
}
a {
  text-decoration: none;
  outline: none;
}
li {
  list-style: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0px;
  display: block;
}
.margin-t5 {
  margin-top: 5px;
}
.margin-t10 {
  margin-top: 10px;
}
.margin-t15 {
  margin-top: 15px;
}
.margin-t20 {
  margin-top: 20px;
}
.margin-t25 {
  margin-top: 25px;
}
.margin-t30 {
  margin-top: 30px;
}
.margin-b5 {
  margin-bottom: 5px;
}
.margin-b10 {
  margin-bottom: 10px;
}
.margin-b15 {
  margin-bottom: 15px;
}
.margin-b20 {
  margin-bottom: 20px;
}
.margin-b25 {
  margin-bottom: 25px;
}
.margin-b30 {
  margin-bottom: 30px;
}
.border-b01 {
  border-bottom: 1px solid #0052a5;
}
.centerTitle01 {
  text-align: center;
  color: #333;
  font-size: 1.4em;
}
.centerTitle02 {
  text-align: center;
  color: #0052a5;
  font-size: 1.2em;
}
.centerTitle03 {
  text-align: center;
  color: #0052a5;
  font-size: 1.2em;
  letter-spacing: 0.2em;
}
.centerTitle04 {
  text-align: center;
  color: #f00;
  font-size: 1em;
}
.centerTitle05 {
  text-align: center;
  color: #333;
  font-size: 1em;
}
.centerTitle06 {
  text-align: center;
  color: #0052a5;
  font-size: 0.8em;
}
.centerTitle06 a {
  color: #0052a5;
}
.centerTitle06 a:hover {
  color: #03c;
}
.txtAhrefStyle01 a,
.txtAhrefStyle02 a {
  color: #0052a5;
}
.txtAhrefStyle01 a:hover {
  color: #00f;
}
.txtAhrefStyle02 a:hover {
  color: #03f;
}
.icon_free1 {
  background-image: url(../images/common/icon_free.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 15px;
  width: 48px;
  text-decoration: none;
  text-align: left;
  text-indent: -1000px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.icon_free3 {
  background-image: url(../images/common/icon_free_3.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 15px;
  width: 48px;
  text-decoration: none;
  text-align: left;
  text-indent: -1000px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.icon_free4 {
  background-image: url(../images/common/icon_training.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 15px;
  width: 48px;
  text-decoration: none;
  text-align: left;
  text-indent: -1000px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#container {
  position: relative;
}
#navi {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 46px;
  background-color: #eee;
}
#navi .navi_l {
  width: 46px;
  height: 46px;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
#navi .navi_c {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
#navi .navi_r {
  width: 46px;
  height: 46px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
#navi .navi_l .border,
#navi .navi_r .border {
  width: 36px;
  height: 36px;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 3px;
}
#navi .navi_l .border:hover,
#navi .navi_r .border:hover,
.navi_active {
  width: 36px;
  height: 36px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 1px #000;
  -webkit-box-shadow: 1px 1px 1px #000;
  box-shadow: 1px 1px 1px #000;
}
#nav_menu_left {
  position: fixed;
  top: 0;
  left: -1000px; /* 初始位置在視窗外 */
  width: 45%; /* 菜單的寬度 */
  height: 100%;
  overflow-y: auto;
  background-color: #333;
  transition: left 1s ease; /* 添加平滑過渡效果 */
  z-index: 1000;
  /* width:45%;
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
	opacity:0;
	left:0;
	top:0;
	position:fixed;
	background:#333;
	z-index:0; */
}
#nav_menu_left.active {
  left: 0; /* 當 active 類別添加時，菜單滑入 */
}
#nav_menu_left .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
#nav_menu_left ul#left_side_menu {
  margin: 50px 0 0 20px;
  padding: 0;
  width: 100%;
  display: block;
}
#nav_menu_left ul#left_side_menu li {
  width: 100%;
  /*height:49px;*/
  line-height: 49px;
  overflow: hidden;
  border-bottom: 1px solid #666;
}
#nav_menu_left ul#left_side_menu li a {
  display: block;
  font-size: 1em;
  color: white;
  padding-left: 65px;
  background: no-repeat 20px center;
  text-decoration: none;
}
#nav_menu_left ul#left_side_menu li .left_side_subMenu a {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

#nav_menu_left #left_side_menu > .home > a {
  background-image: url(../images/common/icon_home1-1.png);
  background-size: 29px 29px;
}
#nav_menu_left #left_side_menu > .searchCourse > a {
  background-image: url(../images/common/icon_courseSearch1-1.png);
  background-size: 29px 29px;
}
#nav_menu_left #left_side_menu > .advancedstudies > a {
  background-image: url(../images/common/icon_advancedstudies1-1.png);
  background-size: 29px 29px;
}
#nav_menu_left #left_side_menu > .freecourse > a {
  background-image: url(../images/common/icon_freeCourse1-1.png);
  background-size: 29px 29px;
}
#nav_menu_left #left_side_menu > .events > a {
  background-image: url(../images/common/icon_events1-1.png);
  background-size: 29px 29px;
}
#nav_menu_left #left_side_menu > .licence > a {
  background-image: url(../images/common/icon_licence1-1.png);
  background-size: 29px 29px;
}
#nav_menu_left #left_side_menu > .civil > a {
  background-image: url(../images/common/icon_civilNews1-1.png);
  background-size: 29px 29px;
}
#nav_menu_left #left_side_menu > .news > a {
  background-image: url(../images/common/icon_news1-1.png);
  background-size: 29px 29px;
}
#nav_menu_left #left_side_menu > .world > a {
  background-image: url(../images/common/icon_world1-1.png);
  background-size: 29px 29px;
}
#nav_menu_left #left_side_menu > .posts > a {
  background-image: url(../images/common/icon_posts1-1.png);
  background-size: 29px 29px;
}
#nav_menu_left #left_side_menu > .tests > a {
  background-image: url(../images/common/icon_tests1-1.png);
  background-size: 29px 29px;
}
#nav_menu_left #left_side_menu > .trainingcourse > a {
  background-image: url(../images/common/icon_trainingcourse1-1.png);
  background-size: 29px 29px;
}
#nav_menu_left #left_side_menu > .trainingnews > a {
  background-image: url(../images/common/icon_trainingnews1-1.png);
  background-size: 29px 29px;
}
#nav_menu_left #left_side_menu > .media > a {
  background-image: url(../images/common/icon_media1-1.png);
  background-size: 29px 29px;
}
#nav_menu_left #left_side_menu > .exhibition > a {
  background-image: url(../images/common/icon_exhibition-1.png);
  background-size: 29px 29px;
}
#nav_menu_left #left_side_menu > .home.active > a,
#nav_menu_left #left_side_menu > .home > a:active,
#nav_menu_left #left_side_menu > .home > a:hover {
  background-image: url(../images/common/icon_home1-2.png);
  color: yellow;
  background-color: #999;
}
#nav_menu_left #left_side_menu > .searchCourse.active > a,
#nav_menu_left #left_side_menu > .searchCourse > a:active,
#nav_menu_left #left_side_menu > .searchCourse > a:hover {
  background-image: url(../images/common/icon_courseSearch1-2.png);
  color: yellow;
  background-color: #999;
}
#nav_menu_left #left_side_menu > .advancedstudies.active > a,
#nav_menu_left #left_side_menu > .advancedstudies > a:active,
#nav_menu_left #left_side_menu > .advancedstudies > a:hover {
  background-image: url(../images/common/icon_advancedstudies1-2.png);
  color: yellow;
  background-color: #999;
}
#nav_menu_left #left_side_menu > .freecourse.active > a,
#nav_menu_left #left_side_menu > .freecourse > a:active,
#nav_menu_left #left_side_menu > .freecourse > a:hover {
  background-image: url(../images/common/icon_freeCourse1-2.png);
  color: yellow;
  background-color: #999;
}
#nav_menu_left #left_side_menu > .events.active > a,
#nav_menu_left #left_side_menu > .events > a:active,
#nav_menu_left #left_side_menu > .events > a:hover {
  background-image: url(../images/common/icon_events1-2.png);
  color: yellow;
  background-color: #999;
}
#nav_menu_left #left_side_menu > .licence.active > a,
#nav_menu_left #left_side_menu > .licence > a:active,
#nav_menu_left #left_side_menu > .licence > a:hover {
  background-image: url(../images/common/icon_licence1-2.png);
  color: yellow;
  background-color: #999;
}
#nav_menu_left #left_side_menu > .civil.active > a,
#nav_menu_left #left_side_menu > .civil > a:active,
#nav_menu_left #left_side_menu > .civil > a:hover {
  background-image: url(../images/common/icon_civilNews1-2.png);
  color: yellow;
  background-color: #999;
}
#nav_menu_left #left_side_menu > .news.active > a,
#nav_menu_left #left_side_menu > .news > a:active,
#nav_menu_left #left_side_menu > .news > a:hover {
  background-image: url(../images/common/icon_news1-2.png);
  color: yellow;
  background-color: #999;
}
#nav_menu_left #left_side_menu > .world.active > a,
#nav_menu_left #left_side_menu > .world > a:active,
#nav_menu_left #left_side_menu > .world > a:hover {
  background-image: url(../images/common/icon_world1-2.png);
  color: yellow;
  background-color: #999;
}
#nav_menu_left #left_side_menu > .posts.active > a,
#nav_menu_left #left_side_menu > .posts > a:active,
#nav_menu_left #left_side_menu > .posts > a:hover {
  background-image: url(../images/common/icon_posts1-2.png);
  color: yellow;
  background-color: #999;
}
#nav_menu_left #left_side_menu > .tests.active > a,
#nav_menu_left #left_side_menu > .tests > a:active,
#nav_menu_left #left_side_menu > .tests > a:hover {
  background-image: url(../images/common/icon_tests1-2.png);
  color: yellow;
  background-color: #999;
}
#nav_menu_left #left_side_menu > .trainingcourse.active > a,
#nav_menu_left #left_side_menu > .trainingcourse > a:active,
#nav_menu_left #left_side_menu > .trainingcourse > a:hover {
  background-image: url(../images/common/icon_trainingcourse1-2.png);
  color: yellow;
  background-color: #999;
}
#nav_menu_left #left_side_menu > .trainingnews.active > a,
#nav_menu_left #left_side_menu > .trainingnews > a:active,
#nav_menu_left #left_side_menu > .trainingnews > a:hover {
  background-image: url(../images/common/icon_trainingnews1-2.png);
  color: yellow;
  background-color: #999;
}
#nav_menu_left #left_side_menu > .media.active > a,
#nav_menu_left #left_side_menu > .media > a:active,
#nav_menu_left #left_side_menu > .media > a:hover {
  background-image: url(../images/common/icon_media1-2.png);
  color: yellow;
  background-color: #999;
}
#nav_menu_left #left_side_menu > .exhibition.active > a,
#nav_menu_left #left_side_menu > .exhibition > a:active,
#nav_menu_left #left_side_menu > .exhibition > a:hover {
  background-image: url(../images/common/icon_exhibition-2.png);
  color: yellow;
  background-color: #999;
}
#nav_menu_left #left_side_menu .left_side_subMenu {
  background: #6e6e6e;
  display: none;
}
#nav_menu_left #left_side_menu .left_side_subMenu li.on a {
  color: yellow;
}
#contentLayer {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  z-index: 3;
}
#content {
  position: relative;
  width: auto;
  height: 100%;
  font-size: 1em;
  background: #fff;
}
.contentShadow {
  -webkit-box-shadow: -10px 0 9px rgba(0, 0, 0, 0.4);
  box-shadow: -10px 0 9px rgba(0, 0, 0, 0.4);
}
#nav_menu_right {
  position: fixed;
  z-index: 99;
  width: 100%;
  display: none;
  background-color: #333;
}
#right_side_menu .list {
  color: #fff;
  font-size: 1em;
  width: 100%;
  height: 3em;
  line-height: 3em;
  padding: 0 1em;
  border-bottom: 1px solid #666;
  cursor: pointer;
}
#right_side_menu .list:hover {
  background-color: #999;
}

#gotop {
  display: none;
  position: fixed;
  right: 0.6em;
  bottom: 3.8em;
  padding: 0.6em;
  background: #222;
  color: #fff;
  cursor: pointer;
  z-index: 99;
  opacity: 0.5;
  text-align: center;
}
#gotop .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1em 1em 1em;
  border-color: transparent transparent #fff transparent;
  margin: 0 auto;
}
#gotop:hover {
  opacity: 1;
  transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  -webkit-transition: opacity 2s ease;
}

#m_gotop {
  display: none;
  position: fixed;
  left: 9em;
  bottom: 1em;
  padding: 0.8em;
  background: #111;
  color: #fff;
  z-index: 99;
  opacity: 0.5;
  text-align: center;
}
#m_gotop .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1em 1em 1em;
  border-color: transparent transparent #fff transparent;
  margin: 0 auto;
}
#m_gotop:hover {
  opacity: 1;
  transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  -webkit-transition: opacity 2s ease;
  cursor: pointer;
}
#m_godown {
  display: none;
  position: fixed;
  left: 9em;
  bottom: 1em;
  padding: 0.8em;
  background: #111;
  color: #fff;
  z-index: 99;
  opacity: 0.5;
  text-align: center;
}
#m_godown .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 1em 0 1em;
  border-color: #fff transparent transparent transparent;
  margin: 0 auto;
}
#m_godown:hover {
  opacity: 1;
  transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  -webkit-transition: opacity 2s ease;
  cursor: pointer;
}

#ad_banner_block {
  width: 100%;
  text-align: center;
}
#ad_banner_block img {
  width: 100%;
  max-width: 990px;
}

#noData {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}
#noData .title {
  text-align: center;
  color: #333;
}

#page {
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  padding-right: 5px;
  padding-left: 5px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 8px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > .active > span > a {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: none;
  background-color: #fcfcfc;
  border-color: #ddd;
}
.pagination > .active > span > a {
  cursor: pointer;
}

#sign {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}
#sign .req_bar1,
#sign .fav_bar1 {
  width: 100%;
}
#sign .req_bar2,
#sign .fav_bar2 {
  width: 50%;
  float: left;
}
#sign .req_bar1,
#sign .req_bar2,
#sign .fav_bar1,
#sign .fav_bar2 {
  height: 50px;
  text-align: center;
  border: 1px solid #fff;
}
#sign .req_bar1,
#sign .req_bar2 {
  background: #0052a5;
}
#sign .req_bar1:hover,
#sign .req_bar2:hover {
  background: #039;
}
#sign .fav_bar1,
#sign .fav_bar2 {
  background: #15ab00;
}
#sign .fav_bar1:hover,
#sign .fav_bar2:hover {
  background: #0a782b;
}
#sign .req_bar1 .title,
#sign .req_bar2 .title,
#sign .fav_bar1 .title,
#sign .fav_bar2 .title {
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
}
#sign .req_bar1 .title a,
#sign .req_bar2 .title a,
#sign .fav_bar1 .title a,
#sign .fav_bar2 .title a {
  color: #fff;
  height: 50px !important;
  display: block;
  padding-top: 10px;
}
#sign .req_bar1 .title a:hover,
#sign .req_bar2 .title a:hover,
#sign .fav_bar1 .title a:hover,
#sign .fav_bar2 .title a:hover {
  color: #fff;
  text-decoration: underline;
}

#signbar {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#signbar .req {
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
  border-left: 1px solid #0052a5;
  border: 1px solid #fff;
  border-radius: 25px;
  box-shadow: inset 0 1px 0 #2ab7ec, 0 5px 0 0 #0014a6, 0 10px 5px #999;
}
#signbar .fav {
  background: #627d4d;
  background: -webkit-linear-gradient(top, #627d4d 0%, #1f3b08 100%);
  background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%);
  background: linear-gradient(to bottom, #627d4d 0%, #1f3b08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627D4D', endColorstr='#1F3B08',GradientType=0 );
  border-left: 1px solid #223512;
  background-image: linear-gradient(
    bottom,
    rgb(34, 53, 0) 0%,
    rgb(34, 53, 0) 100%
  );
  box-shadow: inset 0 1px 0 #2ab7ec, 0 5px 0 0 #223512, 0 10px 5px #999;
}
#signbar .req,
#signbar .fav {
  position: relative;
  border-radius: 25px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 700;
}
#signbar .req a,
#signbar .fav a {
  display: block;
  padding: 10px 20px;
  color: #fff;
}
#signbar .req a:hover,
#signbar .fav a:hover {
  text-decoration: underline;
}
#signbar .req:active {
  top: 3px;
  box-shadow: inset 0 1px 0 #2ab7ec, 0 2px 0 0 #a65200, 0 5px 3px #999;
}
#signbar .fav:active {
  top: 3px;
  background-image: linear-gradient(
    bottom,
    rgb(166, 82, 0) 0%,
    rgb(166, 82, 0) 100%
  );
  box-shadow: inset 0 1px 0 #2ab7ec, 0 2px 0 0 #223512, 0 5px 3px #999;
}

#myform,
#searchform {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  color: #333;
}
#myform .inputShorten {
  width: calc(100% - 120px) !important;
}
#myform select,
#searchform select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #eee;
  background-image: url(../images/common/icon_select01.png);
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 1.4em;
  width: 100%;
  height: 40px;
  font-size: 1.2em;
  color: #0052a5;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #666;
  outline: none;
}
#myform input[type="text"],
#searchform input[type="text"],
#myform input[type="tel"],
#myform input[type="email"],
#myform input[type="password"] {
  background-color: #fff;
  width: 100%;
  height: 40px;
  font-size: 1.2em;
  color: #0052a5;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #666;
  outline: none;
}
#myform input[type="checkbox"] {
  vertical-align: middle;
  width: 2em;
  height: 2em;
  border: 1px solid #333;
}
#myform input[type="radio"] {
  vertical-align: middle;
  width: 2em;
  height: 2em;
  border: 1px solid #333;
  border-radius: 99em;
}
#myform .input_zip {
  max-width: 100px;
}
#myform .option {
  min-height: 70px;
  margin-bottom: 10px;
}
#myform .select_area1 {
  width: calc(100% - 107px);
}
#myform input[type="text"]:focus,
#searchform input[type="text"]:focus,
#myform input[type="tel"]:focus,
#myform input[type="email"]:focus,
#myform input[type="password"]:focus,
#myform select:focus,
#searchform select:focus {
  border: 1px solid #0ca9f1;
  -webkit-appearance: none;
  -o-box-shadow: 0 0 8px #03a9f4;
  -moz-box-shadow: 0 0 8px #03a9f4;
  -webkit-box-shadow: 0 0 8px #03a9f4;
  box-shadow: 0 0 8px #03a9f4;
  transition: all 0.5s ease;
}
#searchform .submit_bar {
  background: -webkit-linear-gradient(left top, #3b4888, #31218a);
  background: -o-linear-gradient(bottom right, #3b4888, #31218a);
  background: -moz-linear-gradient(bottom right, #3b4888, #31218a);
  background: linear-gradient(to bottom right, #0052a5, #4b336b);
  border-left: 1px solid #061c57;
  background-image: linear-gradient(
    bottom,
    rgb(0, 44, 166) 0%,
    rgb(43, 45, 126) 100%
  );
  box-shadow: inset 0 1px 0 #2ab7ec, 0 5px 0 0 #361592, 0 10px 5px #999;
}
#myform .submit_bar {
  background: rgb(85, 100, 210);
  background: -webkit-linear-gradient(
    top,
    rgb(85, 100, 210) 0%,
    rgb(42, 79, 185) 50%,
    rgb(6, 0, 170) 51%,
    rgb(91, 45, 203) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgb(85, 100, 210) 0%,
    rgb(85, 100, 210) 50%,
    rgb(6, 0, 170) 51%,
    rgb(91, 45, 203) 100%
  );
  background: linear-gradient(
    top bottom,
    rgb(85, 100, 210) 0%,
    rgb(85, 100, 210) 50%,
    rgb(6, 0, 170) 51%,
    rgb(591, 45, 203) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFD255', endColorstr='#9ECB2D',GradientType=0 );
  border-left: 1px solid #174575;
  background-image: linear-gradient(
    bottom,
    rgb(72, 112, 30) 0%,
    rgb(72, 112, 30) 100%
  );
  box-shadow: inset 0 1px 0 #2ab7ec, 0 5px 0 0 #1e345b, 0 10px 5px #999;
}
#myform .submit_bar,
#searchform .submit_bar {
  color: #fff;
  position: relative;
  padding: 10px 20px;
  border-radius: 13px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  cursor: pointer;
}
#searchform .submit_bar:hover {
  background: -webkit-linear-gradient(left top, #3cb7b4, #403884);
  background: -o-linear-gradient(bottom right, #3cb7b4, #403884);
  background: -moz-linear-gradient(bottom right, #3cb7b4, #403884);
  background: linear-gradient(to bottom right, #3cb7b4, #403884);
  border-left: none;
  border-right: 1px solid #1c1399;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.5);
}
#myform .submit_bar:hover {
  background: -webkit-linear-gradient(left top, #3b4888, #31218a);
  background: -o-linear-gradient(bottom right, #3b4888, #31218a);
  background: -moz-linear-gradient(bottom right, #3b4888, #31218a);
  background: linear-gradient(to bottom right, #0052a5, #4b336b);
  border-left: none;
  border-right: 1px solid #3c5b1e;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.5);
}
#searchform .submit_bar:active {
  top: 3px;
  box-shadow: inset 0 1px 0 #2ab7ec, 0 2px 0 0 #a65200, 0 5px 3px #999;
}
#myform .submit_bar:active {
  top: 3px;
  background-image: linear-gradient(
    bottom,
    rgb(72, 112, 0) 0%,
    rgb(72, 112, 30) 100%
  );
  box-shadow: inset 0 1px 0 #2ab7ec, 0 2px 0 0 #3c5b1e, 0 5px 3px #999;
}

#shareLink {
  width: 100%;
  margin-top: 26px;
}
#shareLink ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#shareLink ul li {
  width: 102px;
  text-align: center;
  padding-right: 15px;
}

#linkArea02 {
  width: 100%;
}
#linkArea02 ul.tabs {
  width: 100%;
  display: block;
}
#linkArea02 ul.tabs li {
  width: 25%;
  height: 94px;
  line-height: 94px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: -1px; /* 讓 li 往下移來遮住 ul 的部份 border-bottom */
  border-left: none;
}
#linkArea02 ul.tabs li a {
  display: block;
  border: 1px solid #fff;
  font-size: 1.2em;
  text-align: center;
  color: white;
  text-shadow: 0 0 6px #ccc, 0 0 8px #ccc;
  padding: 25px 6px 4px 5.3px;
  background: no-repeat center 15%;
}
@media screen and (max-device-width: 365px) {
  #linkArea02 ul.tabs li a {
    font-size: 1em;
  }
}
#linkArea02 .tabs > .searchCourse > a {
  background-color: #0052a5;
  background-image: url(../images/common/icon_courseSearch1-1.png);
  background-size: 36px;
}
#linkArea02 .tabs > .events > a {
  background-color: #0052a5;
  background-image: url(../images/common/icon_events1-1.png);
  background-size: 36px;
}
#linkArea02 .tabs > .freecourse > a {
  background-color: #0052a5;
  background-image: url(../images/common/icon_freeCourse1-1.png);
  background-size: 36px;
}
#linkArea02 .tabs > .civil > a {
  background-color: #0052a5;
  background-image: url(../images/common/icon_civilNews1-1.png);
  background-size: 36px;
}
#linkArea02 .tabs > .searchCourse.active > a,
#linkArea02 .tabs > .searchCourse > a:active,
#linkArea02 .tabs > .searchCourse > a:hover {
  background-image: url(../images/common/icon_courseSearch1-2.png);
  color: yellow;
  text-shadow: 0 0 6px #ffc, 0 0 8px #ffc;
  background-color: #00aee0;
}
#linkArea02 .tabs > .events.active > a,
#linkArea02 .tabs > .events > a:active,
#linkArea02 .tabs > .events > a:hover {
  background-image: url(../images/common/icon_events1-2.png);
  color: yellow;
  text-shadow: 0 0 6px #ffc, 0 0 8px #ffc;
  background-color: #00aee0;
}
#linkArea02 .tabs > .freecourse.active > a,
#linkArea02 .tabs > .freecourse > a:active,
#linkArea02 .tabs > .freecourse > a:hover {
  background-image: url(../images/common/icon_freeCourse1-2.png);
  color: yellow;
  text-shadow: 0 0 6px #ffc, 0 0 8px #ffc;
  background-color: #00aee0;
}
#linkArea02 .tabs > .civil.active > a,
#linkArea02 .tabs > .civil > a:active,
#linkArea02 .tabs > .civil > a:hover {
  background-image: url(../images/common/icon_civilNews1-2.png);
  color: yellow;
  text-shadow: 0 0 6px #ffc, 0 0 8px #ffc;
  background-color: #00aee0;
}

#footer {
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 0.8em;
  padding-right: 5px;
  padding-left: 5px;
}
#footer .marginLeft20 {
  margin-left: 20px;
}

/* 會員通知圈圈 */
.circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  background: #f00;
}
.upper-right {
  position: absolute;
  top: 7px;
  right: 7px;
}

/* 線上互動課程上課提醒視窗 Start. */
.online-box {
  /*width: 40%;*/
  margin: 0 auto;
  padding: 35px;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.online-button {
  font-size: 1em;
  padding: 7px 20px;
  color: #fff;
  font-size: 16px;
  border: 2px solid #1862cb;
  border-radius: 26px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  background: #1862cb;
}

.online-button:hover {
  background: #123b76;
  color: #ffffff;
}

.online-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display: none;
  z-index: 100;
  /*   visibility: hidden; */
  /*   opacity: 0; */
}
.online-overlay.active {
  display: block;
}
/* .online-overlay:target {
  visibility: visible;
  opacity: 1;
} */

.online-popup {
  margin: auto;
  padding: 5px;
  background-image: url(https://www.1111edu.com.tw/edm/test02/1.png);
  background-repeat: no-repeat;
  background-position: center center;
  color: #20486b;
  position: absolute;
  width: 500px;
  height: 500px;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.online-popup h2 {
  text-align: center;
  margin-top: 280px;
  margin-bottom: 20px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
}

.online-popup .online-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.online-popup .online-close:hover {
  color: #c7c7c7;
}

.online-popup .online-content {
  max-height: 50%;
  font-size: 16px;
  line-height: 24px;
  overflow: auto;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
/* 線上互動課程上課提醒視窗 End. */

#content .naviBar {
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  clear: both;
}
#content .naviBar a {
  color: #666;
}
#content .upload {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#content .upload .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#content .upload .play_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
  transition: transform 0.3s, fill 0.3s;
}
#content .upload .play_overlay svg {
  display: block;
  width: 80px;
  height: 80px;
}
#content #playText {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
#content .upload img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 16px;
}
.video_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}
.video_modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 420px;
  background: black;
  padding: 25px 30px 20px 30px;
  border-radius: 0%;
}
.modal-content h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.video_modal iframe {
  width: 100%;
  height: 300px;
}

#modal .modal-content .close {
  position: absolute;
  top: 30px;
  right: 8%;
  font-size: 30px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.content_side .upload .play_overlay svg {
  display: block;
  width: 80px;
  height: 80px;
}
.play_overlay svg path {
  fill: white; /* 預設顏色 */
  transition: fill 0.3s;
}

.content_side .upload .play_overlay svg:hover path {
  fill: #0a65c2;
}
#content .content_down {
  width: 100%;
  color: #fff;
  padding: 2px 20px;
  background-color: #172f5f;
  padding: 20px 20px 10px 20px;
}
#content .content_down .content_area {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
#content .content_down a {
  color: #fff;
  font-size: 15px;
}
#content .content_down .title h2 {
  font-size: 21px;
  margin: 12px 0 18px 0;
  text-align: justify;
}
.button_side {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  height: 10%;
  margin-bottom: 10px;
  gap: 10px;
}
.button_side .btn_white_frame {
  display: inline-flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 5px 12px;
  border: #fff 1px solid;
  border-radius: 5px;
  text-align: center;
  align-items: center;
  transition: background-color 0.3s ease-in;
  cursor: pointer;
  gap: 5px;
}
.button_side .btn_white_frame:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.share-modal {
  display: none; /* 預設是隱藏的 */
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 背景色 */
  justify-content: center;
  align-items: center;
}
#share-modal.active {
  display: flex;
}
.share-modal .modal-content {
  background-color: white;
  padding: 10px;
  border-radius: 8px;
  width: 300px;
  text-align: center;
  color: #000;
  font-size: 20px;
  position: relative;
}
.share-modal .modal-content h2 {
  font-size: 16px;
  float: left;
  min-width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
.share-modal .modal-content .close-btn {
  position: relative;
  float: right;
}
.close-btn:hover,
.close-btn:focus {
  color: #ff6473;
  text-decoration: none;
}

/* 社群按鈕共同樣式 */
.modal-content button {
  padding: 10px 20px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  margin: 5px 0;
  transition: background-color 0.3s;
}
#share-facebook {
  background-color: #0a65c2;
}
#share-facebook:hover {
  background-color: #084b8a;
}
#share-line {
  background-color: #06c755;
}
#share-line:hover {
  background-color: #008d3b;
}
#content .content_down table {
  font-size: 14px;
  line-height: 28px;
}
#content .content_down table tr td:first-child {
  width: 70px;
}
.icon-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
#course_feeInfo {
  margin-left: 20px;
}
.courseContainer .tarBar_section {
  position: sticky;
  top: 45px;
  z-index: 98;
}
.signUp_section {
  position: fixed;
  bottom: 0;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
}
.signUp_section p {
  margin: 8px 0;
  color: #0a65c2;
  display: none; /* 先不顯示 */
}
.signUp_section .signUp {
  width: 100%;
  max-width: 200px;
  text-align: center;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #0a65c2;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
}
.signUp_section .signUp:hover {
  background-color: #094a8f;
}
.courseContainer .tabBar {
  width: 100%;
  margin: 0 auto;
  position: sticky;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  border-bottom: #eeeeee 2px solid;
  box-shadow: 0 0 0 0 #e9ecef;
  overflow-x: auto;
  scroll-behavior: smooth;
  /* 隱藏水平方向的滑桿 */
  -ms-overflow-style: none; /* IE 和 Edge 隱藏滑桿 */
  scrollbar-width: none; /* Firefox 隱藏滑桿 */
}
.courseContainer .tabBar::-webkit-scrollbar {
  display: none; /* 隱藏 Webkit-based 瀏覽器的滑桿 */
}
.courseContainer .tabBar .pp-tab {
  flex-shrink: 0;
  white-space: nowrap;
  color: #000;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 14px;
  padding: 15px 25px 15px; /*上 左右 下*/
  position: relative;
  border-bottom: 3px solid transparent;
  text-align: center;
}
.courseContainer .tabBar .pp-tab:hover {
  transition: border-color 1s;
  border-bottom-color: #0a65c2;
  color: #0a65c2;
}
.tarBar_section {
  position: relative;
  display: flex; /* 确保子元素水平排列 */
  align-items: center; /* 子元素垂直居中 */
  justify-content: space-between; /* 兩側箭頭分別在左右 */
}
.arrow {
  position: sticky; /* 讓箭頭固定在 tabBar 的視窗內 */
  position: absolute;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
  user-select: none;
  transition: opacity 0.3s;
}
.arrow.left {
  left: 0;
}
.arrow.right {
  right: 0;
}
.arrow.hidden {
  display: none;
}
/* 課程主要區塊 start */
.about-main {
  padding: 0 12px;
}
.about-main .info_area h3 {
  font-size: 16px;
  margin: 12px 0;
}
.about-main .info_area .block {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  border: #eeeeee 2px solid;
  border-radius: 10px;
  padding: 0 12px;
}
.about-main .info_area .block .course_block {
  display: flex;
  width: 45%;
  flex-direction: row;
  align-items: center;
  padding: 10px 0px;
  margin: 5px 5px;
}
.about-main .info_area .block .course_block .info_value {
  font-size: 14px;
  margin-left: 5px;
  flex: 1;
}
.about-main .info_area .block .course_block .info_value p {
  margin: 0;
  font-weight: 500;
}
.about-main .info_area .block .course_block .info_value p:first-child {
  color: #7a7a7a;
  font-size: 12px;
  margin-bottom: 5px;
}
.about-main .info_area .text_block {
  border: #eeeeee 2px solid;
  border-radius: 10px;
  position: relative;
  padding: 10px 20px;
  max-width: 100%;
}
.about-main .info_area .text_block .value {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
  overflow-x: auto;
}
#detail_content {
  overflow: hidden;
  max-height: 210px;
  transition: max-height 0.3s ease;
  position: relative;
}
#detail_content.has-overflow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /* 漸層高度 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  pointer-events: none; /* 確保不影響點擊操作 */
}
#detail_content.has-overflow::after {
  opacity: 1; /* 當有溢出時顯示漸層 */
}
#detail_content.expanded {
  max-height: none; /* 展開時取消高度限制 */
  margin-bottom: 0px; /* 展開時取消底部邊界 */
}
#detail_content.expanded::after {
  opacity: 0; /* 隱藏漸層 */
}
.toggle_button {
  margin-top: 10px;
  background-color: #0a65c2;
  color: white;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 13px;
  text-align: center;
  position: absolute;
  bottom: 6px;
  left: 38%;
  display: none;
  transition: 0.3s ease;
  border-radius: 10px;
}
#upload_detail_img {
  margin-top: 10px;
}
/* 全屏容器初始樣式 */
.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fullscreen-overlay img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

/* 當全屏容器顯示時 */
.fullscreen-overlay.active {
  visibility: visible;
  opacity: 1;
}

.info_area .text_block {
  border: #eeeeee 2px solid;
  border-radius: 10px;
  position: relative;
  padding: 10px 20px;
}
.text_block img {
  max-width: 322px;
  height: auto; /* 維持圖片的寬高比例 */
}
.info_area .text_block .similar_container {
  margin: 15px 0;
  padding: 24px;
  background-color: #f6fafa;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 10px;
}
.similar_container .similar_course {
  background-color: #fff;
  border-radius: 15px;
  border: rgba(10, 101, 194, 0.2) 1px solid;
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s ease;
  align-items: center;
  gap: 8px;
}
.similar_course a {
  color: #666666;
}
.similar_container .similar_course:hover {
  background-color: #e9e9e9;
}
.similar_course p.service a {
  font-size: 14px;
  color: #666666;
}
.similar_course article.class_title a:link {
  font-size: 16px;
  color: #000000;
}
.similar_course a:visited {
  color: #0a65c2;
}
.similar_container .similar_course h4 {
  margin: 0;
}
.similar_container .similar_course .type {
  border-radius: 8px;
}
.similar_container .similar_course .advanced {
  background-color: rgba(255, 100, 115, 0.2);
  color: #ff6473;
}
.similar_container .similar_course .training {
  background-color: rgba(0, 166, 147, 0.2);
  color: #00a693;
}
.similar_container .similar_course .free {
  background-color: rgba(253, 159, 66, 0.2);
  color: #fd9f42;
}
.similar_course h4 {
  font-size: 16px;
  font-weight: 600;
  padding: 4px 13px;
}
.similar_course p {
  font-size: 14px;
  color: #666666;
  margin: 5px 0;
}
.similar_course .class_title {
  font-size: 18px;
  font-weight: 1000;
}
.about-main .ad_area {
  text-align: center;
}
.about-main .ad_area .ad_block {
  margin: 15px 0;
  padding: 0px 20px;
  transition: 0.3s ease;
  margin-left: auto;
  margin-right: auto;
}
.ad_block img {
  width: 87%;
  transition: 0.3s ease;
}
.ad_block img:hover {
  scale: 1.02;
}
#ad_banner495x2 {
  width: fit-content;
  background-color: #eaeaea;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 12px 15px;
}
.margin_top12 {
  margin-top: 12px;
}
#ad_banner495x2 .block {
  width: 100%;
  text-align: center;
}
#ad_banner495x2 .block img {
  transition: 0.3s ease;
}
#ad_banner495x2 .block img:hover {
  scale: 1.02;
}
/* 報名表單 */
#reqForm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease, opacity 0.3s ease;
  z-index: 1000;
}
#reqForm.background-visible {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
}
#reqForm .form_container {
  display: flex;
  position: relative;
  flex-direction: column;
  background: white;
  padding: 15px 20px;
  border-radius: 8px;
  width: 400px;
  text-align: center;
  transform: translateX(100%); /* 初始溢出畫面右側 */
  transition: transform 0.3s ease; /* 滑入動畫 */
}
/* 表单内容滑入画面 */
#reqForm .form_container.shown {
  transform: translateX(0); /* 滑入畫面 */
}
#reqForm .form_container h3 {
  margin: 10px 0;
}
#reqForm.show {
  display: flex; /* 顯示表單 */
}
#reqForm .form_container .up_btn_section {
  display: inline-block;
  width: 250px;
}
#reqForm .checkboxradio {
  background-color: #fff;
  border: #0a65c2 1px solid;
  border-radius: 10px;
  color: #0a65c2;
  display: inline-flex;
  padding: 11px 18px;
  cursor: pointer;
  align-items: center;
  transition: 0.3s ease;
  margin-bottom: 5px;
}
#reqForm .checkboxradio2 {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  background-color: #fff;
  border: #00a693 1px solid;
  border-radius: 10px;
  color: #00a693;
  padding: 5px 18px;
  cursor: pointer;
  align-items: center;
  transition: 0.3s ease;
  letter-spacing: 0.8px;
}
#reqForm .checkboxradio2:hover {
  background-color: #ebebeb;
}

#reqForm .checkboxradio2 a {
  color: #00a693;
  text-decoration: underline;
}
#reqForm .checkboxradio:hover {
  background-color: #d3d3d3;
  color: #fff;
}
#reqForm .checkboxradio:hover svg path {
  fill: #fff;
}
#reqForm input[type="radio"]:checked + .checkboxradio {
  background-color: #0a65c2;
  color: #fff;
  border-color: #0a65c2;
}
#reqForm input[type="radio"]:checked + .checkboxradio svg path {
  fill: #fff;
}
#reqForm .checkboxradio span {
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
}

#reqForm #queryForm input[type="text"],
#reqForm #queryForm input[type="email"] {
  background-color: rgba(10, 101, 194, 0.1);
  border: none;
  font-size: 14px;
  outline: none;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 0 5px 10px;
}
#reqForm #queryForm select {
  border: rgba(10, 101, 194, 0.2) 1px solid;
  padding: 5px 10px;
  color: #0a65c2;
}
#reqForm #queryForm .end_section {
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center; /* 垂直置中 */
}
#reqForm #queryForm .msg {
  color: #ff6473;
  font-size: 15px;
  font-weight: 600;
}
#reqForm #queryForm .submit_btn {
  display: flex;
  align-items: center;
  background-color: #0a65c2;
  color: white;
  border: none; /* 取消預設的邊框 */
  border-radius: 10px; /* 圓角按鈕 */
  padding: 10px 18px; /* 調整內邊距 */
  font-size: 16px; /* 調整字型大小 */
  cursor: pointer;
  transition: background-color 0.3s; /* 增加滑鼠效果 */
}
#reqForm #queryForm .submit_btn:hover {
  background-color: #094a8f;
}

/* 頁尾 */
#footer {
  width: 100%;
  background-color: #e9ecef;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 25%;
}
#footer .footer_container {
  padding: 10px 21.5px 30px 21.5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
#footer .footer_container .link_section {
  margin-top: 20px;
  width: 20%;
  flex: 1 1 calc(25% - 20px);
  text-align: start;
  min-width: 120px;
}
#footer .link_section h3,
.other_section h3 {
  font-size: 15px;
  color: #0a65c2;
  font-weight: 1000 !important;
  margin: 10px 0;
}
#footer .footer_container .link_section a {
  color: #495057;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.6;
}
#footer .link_section ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#footer .footer_container .link_section a {
  color: #495057;
}
#footer .footer_container .other_section {
  text-align: start;
  margin-top: 20px;
  flex: 1 1 calc(25% - 20px);
}
#footer .footer_container .other_section .company_info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#footer .company_info p {
  color: #495057;
  font-size: 12px;
  margin: 0;
}
#footer .social_media {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 10px;
}
#footer .footer_container .social_media a svg path {
  transition: 0.1s ease;
}
#footer .social_media a:hover svg path {
  fill: #008172;
}
#footer .copyright {
  padding: 15px 10px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
}
