body{
	background-image: url('../images/bg2.jpg'), url('../images/bg3.jpg');
  background-repeat: repeat-x, repeat;
  background-position: top, center;
  background-size: auto, auto;
}
.container{
  padding: 0;
}
.ps-1em{
	padding-left: 1em;
}
.ps-2em{
	padding-left: 2em;
}
.ps-3em{
	padding-left: 3em;
}
.ps-3_5em{
	padding-left: 3.5em;
}
.ps-4em{
	padding-left: 4em;
}
.ps-5em{
	padding-left: 5em;
}
.ps-6em{
	padding-left: 6em;
}
.ps-7em{
  padding-left: 7em;
}
.ti-5em{
  text-indent: -5em;
}
.ti-6em{
  text-indent: -6em;
}
.ti-7em{
  text-indent: -7em;
}
.fs-15px {
  font-size: 15px;
}
.w-120px {
  width: 120px;
}


/*選單*/
#navbarNav{
	background-image: linear-gradient(90deg,rgba(100,187,46,1.00) 62.3%,rgba(255,252,0,1.00) 62.3%);
	border: 1px solid #FFFFFF;
	border-radius: 10px;
}
/*登入區*/
.log_in_content ,.md_content{
	padding-left:90px
}
/*公告區塊標題*/
.newtitle1{
	background-image: linear-gradient(180deg, rgba(168, 153, 223, 1.00) 0%, rgba(136, 116, 211, 1.00) 100%);	
}
.newtitle2{
	background-image: linear-gradient(180deg, rgba(236, 221, 150, 1.00) 0%, rgba(220, 193, 64, 1.00) 100%);
}
.newtitle3{
	background-image: linear-gradient(180deg, rgba(154, 229, 229, 1.00) 0%, rgba(93, 213, 213, 1.00) 100%);
}





.navbar-nav .nav-link {
  padding: 5px 13px !important;
  font-size: 1rem;
  color: #fff;
  transition: color 0.3s ease;
}
.navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-nav .tmt{
  color: #303030;
}
.navbar-nav .tmt:hover{
  color: #222;
}
.navbar-toggler {
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
.navbar-toggler-icon {
  display: none;
}
.navbar-toggler .bi-list {
  font-size: 1.5rem;
}
.nav-item{
  border-right: 1px solid #fff;
}
.nav-item:last-child {
  border-right: none;
}

.top-100px{
  top: -100px;
}
.flex-start{
  align-items: flex-start;
}
#accordionMenu > .nav > .nav-item > a{
	border-bottom: 1px solid #ccc;
	color: #333;
}
#accordionMenu > .nav > .nav-item > a:hover{
	color: #0DC8F1;
}


.carousel {
  position: relative; /* 確保是定位容器 */
}
/* 預設透明 */
.carousel-control-prev,
.carousel-control-next {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: auto; /* 確保按鈕可點擊 */
}
/* 當滑入 carousel 區域時顯示 */
.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
  opacity: 1;
}
.carousel-fade .carousel-item {
  max-height: 373px;
}
.carousel-indicators {
  height: 34px;
}
.carousel-indicators [data-bs-target] {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 50%;
}
/* 桌面版下拉選單 */
.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transform: translateX(-20px); /* 從左邊 20px 滑入 */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 100%; /* 顯示在第一層下方 */
  margin-top: 0;
  display: block; /* 確保動畫可觸發 */
}
.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.dropdown-menu .dropdown-item {
  color: #fff;
}
.dropdown-menu .dropdown-item:hover {
  color: #007bff;
  background-color: transparent;
}

/* Offcanvas 子選單（Collapse）樣式 */
.offcanvas .collapse,
.offcanvas .collapsing {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  margin-top: 0;
  width: 100%;
}

/* 子選單內的連結樣式 */
.offcanvas .collapse .nav-link,
.offcanvas .collapsing .nav-link {
  color: #fff;
  padding-left: 2rem; /* 縮進顯示層級 */
}

.offcanvas .collapse .nav-link:hover,
.offcanvas .collapsing .nav-link:hover {
  color: #0DC8F1;
}

/* 圖示切換 */
.offcanvas .nav-link .bi-chevron-up {
  display: none;
}
.offcanvas .nav-link.active-chevron .bi-chevron-down {
  display: none;
}
.offcanvas .nav-link.active-chevron .bi-chevron-up {
  display: inline-block;
}
.col-1-10 { width: 10%; }
.col-2-10 { width: 20%; }
.col-3-10 { width: 30%; }
.col-3_5-10 { width: 35%; }
.col-4-10 { width: 40%; }
.col-5-10 { width: 50%; }
.col-6-10 { width: 60%; }
.col-6_5-10 { width: 65%; }
.col-7-10 { width: 70%; }
.col-8-10 { width: 80%; }
.col-9-10 { width: 90%; }
.col-10-10 { width: 100%; }
.fs-12px{
  font-size: 12px;
}
.fs-13px{
  font-size: 13px;
}
.fs-14px{
  font-size: 14px;
}
.fs-15px{
  font-size: 15px;
}
.ps-5em{
  padding-left: 5em;
}
.border-dashed{
  border-bottom: 1px dashed #333;
}
.card {
  --bs-card-border-color: rgb(255 255 255 / 18%);
}
.newslink{
  color: #000;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 10px;
}
.newslink:hover{
  color: #0B58B1;
}
#carouselh{
  background-image: url(../images/bg_b.png);
  width: 983px;
  height: 720px;
  position: absolute;
  z-index: -1;
  top: -200px;
  background-repeat: no-repeat;
  left: -108px;
}
.logoimg{
  width: 300px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .col-6_5-10{
    width: 100%;
  }
  .col-3_5-10 {
    width: 100%;
  }
  .navbar-brand {
    margin: 0 auto;
  }
  .dropdown-menu {
    display: none; /* 行動版不顯示下拉選單 */
  }
  #carouselh{
    background-image: url(../images/bg_b.png);
    width: calc(100% + 125px);
    height: 720px;
    position: absolute;
    z-index: -1;
    top: -200px;
    background-repeat: no-repeat;
    left: -108px;
  }
}

#log_in{
  background-image: url(../images/bg5.jpg);
  background-repeat: no-repeat;
  background-size: 25%;
  background-color: hsla(69, 37%, 50%, 0.90);
  width: 330px;
  height: auto;
  max-height:280px;
  margin: 50px 0 auto auto;
}
#dragdiv{
  padding-left: 3.1em;
}
@media (max-width: 767px) {
  #carouselh{
    background: none;
  }
  #log_in{
    background-image: url(../images/bg5.jpg);
    background-repeat: no-repeat;
    background-size: 80px;
    background-color: hsla(69, 37%, 50%, 0.90);
    width: 100%;
    height: auto;
    max-height:280px;
    margin: 0 0 auto auto;
  }
  #dragdiv{
    padding-left: 3.1em;
    margin: 0;
  }
  .logoimg{
    top: 20px;
  }
}

@media(max-width: 390px){
  .logoimg {
    width: 275px;
    top: 20px;
  }
  .md_content {
    padding-left: 45px;
  }
}
.w-65 {
  width: 65% !important;
}
.loginput{
  width: calc(100% - 83px);
}
.reginput {
  width: calc(100% - 115px);
}
.gpwinput{
  width: calc(100% - 1em);
}

/* 拖動驗證（共用 class）*/
.drag-container {
  position: relative;
  width: calc(100% - 33px);
  height: 27px;
  background: #e0e0e0;
  border-radius: 4px;
  user-select: none;
  touch-action: none; /* 防止手勢衝突（手機） */
  overflow: hidden;
  box-sizing: border-box;
}

.drag-container .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #5cb85c;
  border-radius: 4px;
  border: 1px solid #e2ffe0;
  box-sizing: border-box;
}

.drag-container .text {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 27px;
  text-align: center;
  color: #333;
  font-size: 13px;
  pointer-events: none;
}

.drag-container .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  background: #fff !important;
  border-radius: 4px;
  text-align: center;
  line-height: 27px;
  font-size: 10px;
  color: #999;
  padding: 0;
  cursor: grab;
  box-shadow: 0 0 4px rgba(0, 0, 0, .3);
  user-select: none;
}

.drag-container .btn:active {
  cursor: grabbing;
}

#dragdivML{
  padding-left: 3.2em;
}
#dragdivMR{
  padding-left: 5.2em;
}




    

.modalformbg{
  background-image: url(../images/bg5.jpg);
  background-repeat: repeat-y;
  background-size: 20%;
  background-color: hsla(69, 37%, 50%, 0.95);
}

/*頁面路徑*/
.title_name {
  padding-top: 8px;
  color: #5C5C5C;
  font-weight: bold;
  background-image: url(../images/arrow_icon.jpg);
  background-repeat: no-repeat;
  padding-left: 15px;
  background-position: 0px 12px;
  float: right;
  padding-bottom: 10px;
  font-size: 13px;
}
.title_name a {
  color: #5C5C5C;
  text-decoration: none;
}
.title_name a:hover {
  color: #2F7FCF;
  text-decoration: none;
}
.color_hr{
  color: #05748c;
  margin: 5px auto 10px auto;
}

/*分享條*/
.web_share div {
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  float: right;
}
.sh_facebook {
  background-image: url(../images/facebook_32.png);
  background-repeat: no-repeat;
}
.sh_googleplus {
  background-image: url(../images/googleplus_32.png);
  background-repeat: no-repeat;
}
.sh_twitter {
  background-image: url(../images/twitter_32.png);
  background-repeat: no-repeat;
}
.sh_line {
  background-image: url(../images/line_32.png);
  background-repeat: no-repeat;
}
.blog_title{
  font-weight: bold;
}
.blog_date {
    color: #BBBBBB;
    font-size: 12px;
    padding-bottom: 10px;
}
.blog_footer {
  color: #b0b0b0;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  font-size: 13px;
}
.blog_footer li {
    display: inline-block;
}
.blog_footer a {
  color: #b0b0b0;
  font-weight: bold;
  text-decoration: none;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
.blog_tag {
  color: #393939;
  margin: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}
.blog_tag li {
  display: inline-block;
  margin-right: 2pt;
  margin-bottom: 5px;
}
.back2 a {
  color: #515151;
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-decoration: none;
}

.back2 a:hover {
  color: #2F7FCF;
}

.blog_bottom a {
  color: #909090;
  text-decoration: none;
}
.blog_bottom a:hover {
  /* color: inherit; */
  color: #2F7FCF;
  text-decoration: none;
}
/*公告清單*/
.blog_box_list {
  border: 1px solid #D0D0D0;
  background-color: #FFFFFF;
  padding-right: 20px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
}
.blog_box_p {
  /* width: 250px;
  height: 249px; */
  float: left;
  margin-right: 20px;
  border-right-color: #D0D0D0;
  border-right-style: solid;
  border-right-width: 1px;
}
.blog_content_list {
  overflow: hidden;
  height: 100px;
  color: #4D4D4D;
  border-top: 1px solid #E3E3E3;
  padding-top: 10px;
}
.blog_more {
  text-align: right;
}
.blog_more img {
  width: 60px;
}
.blog_box_p img{
  width: 250px;
  min-height: 208px;
}
.blog_top {
  background-image: url(../images/hot.png);
  background-repeat: no-repeat;
  background-size: 17px auto;
  padding-left: 290px;
  background-position: 270px top;
}
.blog_title_list {
  color: #4E4E4E;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}
.blog_box_box a {
  text-decoration: none;
}

#links .menu {
  background-color: rgb(243, 243, 243);
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
#links .title_menu{
  color: rgb(67, 67, 67);
  background-color: rgb(117, 202, 220);
  background-image: url(../../views/images/list_title.png);
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 20px;
  position: relative;
}
#links .list a {
  display: block;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  padding-top: 7px;
  padding-left: 5px;
  margin-left: 10px;
  padding-bottom: 7px;
  border-bottom-width: 1px;
  margin-right: 10px;
  color: #333;
  border-bottom-color: rgb(217, 217, 217);
  border-bottom-style: solid;
  pointer-events: auto;
}
#links .list a:hover {
  color: rgb(61, 133, 198);
}

.blog_content img{
  width: 100%;
  height: auto;
}

.map_box {
    background-color: #e6f6f6;
}
.map_t {
    display: inline-block;
    vertical-align: top;
}
.pd_form_search {
    margin-bottom: 10px;
    background-color: #698fc9;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
.submit_flash {
    background-color: #a484b4;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
#Taiwan_-_Counties path:hover, #Taiwan_-_Counties polygon:hover {
    fill: #95c7dc;
    stroke: #ffffff;
    cursor: pointer;
}
.map_title {
    color: #5596b3;
    font-size: 20px;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}
.map_data .title {
    color: #FFFFFF;
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #64accc;
    text-align: center;
}
.fish_list {
    background-color: #FFFFFF;
    border-collapse: collapse;
    box-shadow: 0px 0px 1px 1px hsla(0, 0%, 0%, 0.1);
    font-size: 14px;
}
.fish_list td {
    border: 1px solid #d6d6d6;
    padding: 7px;
}
.fish_list_title {
    background-color: #db85a8;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
}
.fish_list_title2 {
    background-color: #e28c84;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
.fish_list td {
    border: 1px solid #d6d6d6;
    padding: 6px 5px;
}
.fish_list tr:nth-child(odd) {
    background-color: #fff9f5;
}
.fish_red {
    color: #C50003;
}
.fish_total {
    background-color: #ffe6e7;
}
.fish_list_no {
    color: #FFFFFF;
    background-color: #920002;
}
.fish_host_0 {
    background-color: #FFF5E1;
}
.mm_table {
    overflow-x: auto;
    position: relative;
}
.pd_table_flash {
    border-collapse: collapse;
    width: 100%;
    position: relative;
}
.pd_table_flash tr:nth-child(odd) {
    background-color: #e6f6f6;
}
.pd_table_flash td {
    padding: 5px;
    border: 1px solid #d7e6e6;
    color: #6f6f6f;
}
.pd_tr_flash td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #50b1db;
    padding: 5px;
    border: 1px solid #FFFFFF;
}

.pd_table_flash tr:nth-child(odd) {
    background-color: #e6f6f6;
}
.pd_table_flash tr:hover {
    background-color: #FCF2E1;
}
#content .total {
    float: right;
}

/*頁碼*/
.manu {
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  margin: 3px auto;
  padding-top: 3px;
  text-align: center;
  line-height:25px;
}
.manu A {
  border-right: #eee 1px solid;
  padding-right: 5px;
  border-top: #eee 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #eee 1px solid;
  color: #036cb4;
  padding-top: 2px;
  border-bottom: #eee 1px solid;
  TEXT-DECORATION: none
}
.manu A:hover {
  border-right: #999 1px solid;
  border-top: #999 1px solid;
  border-left: #999 1px solid;
  color: #666;
  border-bottom: #999 1px solid
}
.manu A:active {
  border-right: #999 1px solid;
  border-top: #999 1px solid;
  border-left: #999 1px solid;
  color: #666;
  border-bottom: #999 1px solid
}
.manu .current {
  border-right: #036cb4 1px solid;
  padding-right: 5px;
  border-top: #036cb4 1px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #036cb4 1px solid;
  color: #fff;
  padding-top: 2px;
  border-bottom: #036cb4 1px solid;
  background-color: #036cb4
}
.manu .disabled {
  border-right: #eee 1px solid;
  padding-right: 5px;
  border-top: #eee 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #eee 1px solid;
  color: #ddd;
  padding-top: 2px;
  border-bottom: #eee 1px solid
}

.pgsw{
  width: 3.5em;
  text-align: center;
  height: 25px !important;
}
.pgbg{
  border: #eee 1px solid;
  padding: 2px 5px;
  margin: 2px;
  background-color:#eee;
}
/*100*/
.peo_box {
    margin: 40px;
    border: 3px solid #64bb2e;
    border-radius: 10px;
    background-color: #fbfbfb;
    padding: 40px;
    -webkit-box-shadow: 0px 0px 3px hsla(0, 0%, 0%, 0.3);
    box-shadow: 0px 0px 3px hsla(0, 0%, 0%, 0.3);
}
.peo_box .title {
    text-align: center;
    font-size: 32px;
    color: #493E20;
    font-weight: bold;
    margin-bottom: 20px;
}
.peo_box .subtitle {
    text-align: center;
    font-size: 22px;
    color: #493E20;
}
.peo_box .item {
    display: flex;
    justify-content: center;
    color: #2E2E2E;
    font-size: 18px;
    font-weight: bold;
}
.peo_box .search {
    margin-top: 20px;
    padding: 20px;
    border-top: 1px solid #aaaaaa;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.peo_box .input_s {
    width: 180px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin: 0px;
    height: 38px;
    border: 2px solid #099ada;
}
.peo_box .but_s {
    width: 50px;
    margin: 5px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #099ada;
    cursor: pointer;
}
.peo_box .table {
    display: flex;
    align-items: center;
    border: 1px solid #3cc3ff;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 3px hsla(0, 0%, 0%, 0.3);
    box-shadow: 0px 0px 3px hsla(0, 0%, 0%, 0.3);
}
.peo_box .tr {
    border: 1px solid #3cc3ff;
}
.peo_box .td_title {
    color: #FFFFFF;
    background-color: #099ada;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.peo_box .td {
    color: #2D2D2D;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    background-color: #FFFFFF;
}
.peo_box .t1 {
    text-align: center;
}
.peo_box .end {
    flex: 1;
}
.peo_box .no_data {
    color: #B10002;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border: 1px solid #B10002;
}
.form-check-input {
  border: 2px solid #c1c1c1;
}

/*0*/
.member_content {
    padding: 20px;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    font-size: 16px;
}
.member_title {
    font-size: 22px;
    font-weight: bold;
    color: #858585;
    background-image: url(../images/member_icon.jpg);
    background-repeat: no-repeat;
    padding-left: 35px;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.member_placard {
    border: 1px solid #DDDDDD;
    padding: 10px;
}
.nav-tabs .nav-link {
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #E9E9E9;
    margin-top: 3px;
    margin-right: 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #535353;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #d2d2d2;
}
.nav-tabs .nav-link:hover {
    background-color: #00b7f0;
    color: #FFFFFF;
}
.nav-tabs .nav-link.active{
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-top: 3px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    background-color: #00b7f0;
    color: #FFFFFF;
    border-bottom: 1px solid #d2d2d2;
}

/*5*/
.form_box {
    background-color: #e6f6f6;
    padding: 20px;
}
.form_box2 {
    background-color: #45a6d0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 10px;
}
.form_box_t {
    padding: 20px;
    color: #001E31;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
}
.form_b1 {
    /* width: 600px; */
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
    color: #FFFFFF;
    border-radius: 10px;
}
.table123 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.f_file {
    border-collapse: collapse;
    background-color: #45a6d0;
    border-radius: 10px;
    color: #FFFFFF;
}
.f_file td {
    border: 1px solid #FFFFFF;
    padding: 7px;
}
.f_file_td {
    background-color: #64bb2e;
}
.f_file_up, .f_photo_up {
    cursor: pointer;
    background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(217, 217, 217, 1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(217,217,217,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(217,217,217,1.00) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(217, 217, 217, 1.00) 100%);
    border: 1px solid #555555;
}
.f_file_del {
    border-radius: 5px;
    padding: 3px 6px;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 3px;
    cursor: pointer;
    user-select: none;
    background-image: -webkit-linear-gradient(270deg, rgba(193, 36, 0, 1.00) 0%, rgba(126, 0, 0, 1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(193,36,0,1.00) 0%,rgba(126,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(193,36,0,1.00) 0%,rgba(126,0,0,1.00) 100%);
    background-image: linear-gradient(180deg, rgba(193, 36, 0, 1.00) 0%, rgba(126, 0, 0, 1.00) 100%);
    border: 1px solid #000000;
    width: 80px;
    text-align: center;
    vertical-align: middle;
}
.f_file_s1 {
    background-color: #BC0000;
    border-radius: 5px;
    padding: 3px 6px;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 3px;
    display: inline-block;
    width: 45px;
    vertical-align: middle;
}
.f_file_s2 {
    background-color: #548000;
    border-radius: 5px;
    padding: 3px 6px;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 3px;
    display: none;
    width: 45px;
    vertical-align: middle;
}
.f_file_h {
    background-color: #E89700;
}
.bdivh{
  min-height: 31px;
}
.but6 {
    border-width: 0px;
    cursor: pointer;
    color: hsla(0, 0%, 100%, 1.00);
    font-weight: bold;
    background-image: linear-gradient(0deg, rgb(255 56 120) 0%, rgb(132 20 169) 100%);
    font-family: "微軟正黑體", "蘋果儷黑體", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    width: 90%;
}
.fff {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.del_species {
    background-color: #ff007b;
    padding-top: 5px;
    border-radius: 10px;
    display: inline-block;
    color: #000000;
    background-image: url(../images/pc/del.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: right;
}
.species_box {
    border: 1px solid #FFFFFF;
    background-color: #1d92c3;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.h123 {
    background-color: hsla(0, 0%, 0%, 0.50);
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
}
.h123 a {
    color: #FF8E00;
    text-decoration: none;
    background: none;
}
.f_required {
    background-color: #C37900;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 5px;
}
.table > :not(caption) > ul > li {
    background: none;
}
.d_picker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px;
    padding: 0px;
}
.d_picker li {
    list-style-type: none;
    margin-right: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #ffffff;
}
.all_radio li {
    display: inline-block;
    color: #ffffff;
}
.help_f {
    padding-top: 20px;
    font-size: 14px;
    color: #FFFFFF;
}
.mail_loader {
    color: #FFFFFF;
    font-size: 15px;
    margin-left: 10px;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left 5px;
    display: none;
}
.add_s_box {
    display: flex;
    align-items: center;
}
.add_species {
    background-color: #d1ff00;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 35px;
    padding-bottom: 5px;
    border-radius: 10px;
    display: inline-block;
    color: #000000;
    margin-bottom: 5px;
    background-image: url(../images/add.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 15px auto;
    cursor: pointer;
}
.h_species {
    background-color: hsla(0, 0%, 0%, 0.50);
    border-radius: 5px;
    padding: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
    width: 410px;
}
.del_species {
    background-color: #ff007b;
    padding-top: 5px;
    border-radius: 10px;
    display: inline-block;
    color: #000000;
    background-image: url(../images/del.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: right;
}
.all_checkbox li {
    display: inline-block;
}
.fish_name_box {
  display: none;
  background: none !important;
  color: white !important;
}

.progress {
  height: 8px;
  margin-top: 4px;
  width: 200px;
}
.uploaded-file {
  margin-top: 5px;
  font-size: 13px;
}
.uploaded-file a {
  text-decoration: none;
  color: #007bff;
}
.table_line {
    border-left: 1px solid #C3C3C3;
    border-top: 1px solid #C3C3C3;
    font-size: 13px;
    background-color: #FFFFFF;
    line-height: 23px;
    color: #000000;
}
.table_line td {
    border-right-color: #C3C3C3;
    border-bottom-color: #C3C3C3;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-collapse: separate;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}
.tr_line td {
    background-color: #ececec !important;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #1E1E1E;
    padding-bottom: 5px;
    padding-top: 5px;
}
.table_line tr:nth-child(even) {
    background-color: #F4F4F4;
}
.table_line tr:hover {
    background-color: #EDEDED;
}



.w-50px{
  width: 50px;
}
.w-70px{
  width: 70px;
}
.w-100px{
  width: 100px;
}
.w-150px{
  width: 150px;
}
@media screen and (max-width: 767px) {
  .blog_box_p {
    width: 250px;
    height: auto;
    background-color: #000000;
    float: none;
    margin-right: auto;
    text-align: center;
    border-right: 1px solid #FFFFFF;
    margin-left: auto;
  }
  .blog_box_list {
    border: 1px solid #D0D0D0;
    background-color: #FFFFFF;
    padding-right: 10px;
    overflow: hidden;
    cursor: pointer;
    padding-left: 10px;
    padding-top: 10px;
  }
  .blog_more {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .blog_content_list {
    overflow: hidden;
    height: auto;
    color: #4D4D4D;
    border-top: 1px solid #E3E3E3;
    padding-top: 10px;
    line-height: 25px;
  }
  .blog_box_p img {
    border: 1px solid #D3D3D3;
  }

  /*100*/
  .peo_box .title {
    font-size: 28px;
  }
  .peo_box .subtitle {
    font-size: 20px;
  }
  .peo_box {
    margin: 10px;
    border: 2px solid #64bb2e;
    padding: 10px;
  }
  .peo_box .table {
    flex-direction: column;
    width: auto;
  }
  .peo_box .tr {
    width: 100%;
  }
  .peo_box .td_title {
    text-align: center;
  }
  .peo_box .td {
    font-size: 17px;
  }
  .peo_box .td_title {
    text-align: center;
  }
}

.w_box {
    background-color: #A40000;
    color: #FFFFFF;
    margin: 2px;
    padding: 1px 3px;
    border-radius: 5px;
}

.back_list2 {
    font-size: 15px;
    color: #252525;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(217, 217, 217, 1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(217,217,217,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(217,217,217,1.00) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(217, 217, 217, 1.00) 100%);
    border: 1px solid #555555;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.back_list_h {
    display: inline-block;
    border: 1px solid #D4D4D4;
    font-size: 15px;
    padding: 4px 5px;
    color: #7B0002;
}

.form_ms_check {
    background-color: #F0F0F0;
    border: 1px solid #737373;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.apply_cancel_1 {
    color: #FFFFFF;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #555555;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    background-color: #940002;
    margin-top: 2px;
    margin-bottom: 2px;
}
.apply_up{
  color: #FFFFFF;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(270deg,rgba(0,203,255,1.00) 0%,rgba(0,113,142,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(0,203,255,1.00) 0%,rgba(0,113,142,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(0,203,255,1.00) 0%,rgba(0,113,142,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(0,203,255,1.00) 0%,rgba(0,113,142,1.00) 100%);
  border: 1px solid #555555;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  width: 60px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
.apply_del{
  color: #FFFFFF;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(270deg,rgba(255,71,0,1.00) 0%,rgba(142,26,0,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(255,71,0,1.00) 0%,rgba(142,26,0,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(255,71,0,1.00) 0%,rgba(142,26,0,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(255,71,0,1.00) 0%,rgba(142,26,0,1.00) 100%);
  border: 1px solid #555555;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  width: 90px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
.form_ms_remind{
  color: #D50000;
  font-size: 22px;
  font-weight: bold;
}

.form_ms_check2 {
    background-color: #dde3d0;
    border: 1px solid #737373;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.f_d_time {
    background-color: #fff4e5;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.f_file_preview {
    color: #252525;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,198,91,1.00) 100%);
    border: 1px solid #555555;
    text-decoration: none;
    text-align: center;
    width: 60px;
    margin-bottom: 5px;
}
.btn-delete-photo{
    border: none;
    background: none;
}

.left_c {
    padding: 5px;
    color: #000000;
    font-weight: bold;
    margin-top: 10px;
}
.right_c {
    padding: 5px;
    color: #000000;
    border: 1px solid #D4D4D4;
    min-height: 30px;
}

.f_table {
    border-collapse: collapse;
}
.f_table td {
    border: 1px solid #7C7C7C;
    padding: 5px;
}
.f_table_td {
    background-color: #DFDFDF;
}

.d_file td a {
    font-size: 15px;
    color: #252525;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(217, 217, 217, 1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(217,217,217,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(217,217,217,1.00) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(217, 217, 217, 1.00) 100%);
    border: 1px solid #555555;
    text-decoration: none;
    text-align: center;
    width: 100px;
    margin: 4px 2px;
}

.f_file_s2a {
    background-color: #548000;
    border-radius: 5px;
    padding: 3px 6px;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 3px;
    width: 45px;
    text-align: center;
}
.f_file td a {
    font-size: 15px;
    color: #252525;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(217, 217, 217, 1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(217,217,217,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(217,217,217,1.00) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(217, 217, 217, 1.00) 100%);
    border: 1px solid #555555;
    text-decoration: none;
    text-align: center;
    width: 100px;
    margin: 4px 2px;
}

.apply_box_t{
  border-collapse: collapse;
}
.apply_box_t input{
  font-size: 16px;  
}
.apply_box_t td{
  padding: 8px;
  border: 1px solid #C8C8C8;
}
.apply_ok{
  color: #FFFFFF;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(270deg,rgba(0,203,255,1.00) 0%,rgba(0,113,142,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(0,203,255,1.00) 0%,rgba(0,113,142,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(0,203,255,1.00) 0%,rgba(0,113,142,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(0,203,255,1.00) 0%,rgba(0,113,142,1.00) 100%);
  border: 1px solid #555555;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
}
.apply_cancel{
  color: #FFFFFF;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(270deg,rgba(255,182,0,1.00) 0%,rgba(171,138,0,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(255,182,0,1.00) 0%,rgba(171,138,0,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(255,182,0,1.00) 0%,rgba(171,138,0,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(255,182,0,1.00) 0%,rgba(171,138,0,1.00) 100%);
  border: 1px solid #555555;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
}

.apply_remark1{
  color: #373737;
  background-color: #FFF2CC;
}
.apply_remark2{
  font-size: 14px;
  color: #808080;
}

.d_picker{
  display: flex;
  flex-wrap: wrap; /*換行*/
  align-items: center; /*上下居中*/
  margin: 0px;
  padding: 0px;
}
.d_picker li{
  list-style-type: none;
  margin-right: 20px;
  display: flex;
  align-items: center; /*上下居中*/
  margin-bottom: 10px;
}
.d_picker input{
  margin-left: 5px;
}

.back_list {
    color: #252525;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 30px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(217, 217, 217, 1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(217,217,217,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(217,217,217,1.00) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(217, 217, 217, 1.00) 100%);
    border: 1px solid #555555;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}


.f_file_w{
  background-color: #d9d9d9;
}
.f_file_w .notice_up{
  color: #FFFFFF;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(270deg,rgba(255,55,0,1.00) 0%,rgba(147,0,0,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(255,55,0,1.00) 0%,rgba(147,0,0,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(255,55,0,1.00) 0%,rgba(147,0,0,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(255,55,0,1.00) 0%,rgba(147,0,0,1.00) 100%);
  border: 1px solid #555555;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 25px;
  font-weight: bold;
  width: auto;
}

.form-control.is-invalid {
  border-width: 3px;
}