@charset "utf-8";
@import url('base.css');
@import url('layout.css');

/* 漸層背景顏色 */
:root{
--bgd-g9:linear-gradient(135deg, rgba(255,255,255,0.06) 0 20%, transparent 20% 100%), linear-gradient(105deg,#00080f 0%, #003b73 40%, #0074c9 70%, #29c7ff 100%);
--bgd-g8: linear-gradient( -90deg, rgb(17,57,97) 58%, rgb(9,91,129) 83%, rgb(1,124,160) 100%)
}

/* ===== Layout Wrappers ===== */
.content {
  display: block;
  width: 100%;
  font-family: 'Noto Sans TC', sans-serif;
}

.wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.main_wrapper {
  max-width: 1420px;
  width: 100%;
  margin: auto;
}

.back_link { padding-top: 15px; line-height: 30px; font-size: 18px; color: #121111; }

@media screen and (min-width:1101px) {
  .main_wrapper.login-wrapper{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

@media screen and (max-width:1500px) {
  .content.p-3,
  .main_wrapper.p-3 {
    padding:1rem 2rem !important;
  }

  .main_wrapper.p-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* ===== Footer ===== */
.footer {
  /* background-color: #184969; */
  background: var(--bgd-g9);
  padding:1.3rem 6px 1rem;
  margin-top: 30px;
}
.footer * { color: rgba(255, 255, 255, .4) !important; font-size: 14px; }
.footer h5 { margin-bottom: 5px;}

@media screen and (max-width:768px) {
  .footer{
    padding: 1rem;
  }
}

/* ===== Page Title ===== */
.content-header { display: inline-block; margin-bottom: 1rem; margin-top: -5px; /*margin-left: 1.5rem;*/ }
.content-header .page-title-block { margin-top: 0; padding-bottom: 0; }

.content-header h1 {
  display: inline-block;
  font-size: 22px;
  color: #303030;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 0.5rem;
  /* margin-left: 1.1rem; */
}

.content-header h1::before{
  content: '';
  display: inline-block;
  width: 24px;
  height: 19px;
  margin: 5px 10px 10px 0;
  background-image: url(../images/heading-icon01.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.content-header small {
  display: none;
  padding-left: 10px;
  font-family: 'Century Gothic';
  font-weight: bolder;
  font-size: 15px;
  color: #8c8585;
}


/* ===== Index: News Section ===== */
.index-news-tabs{
  padding-left: 0;
}
.index-news-tabs li {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 2px 20px 4px;
}
.index-news-tabs li a { font-size: 16px; line-height: 35px; }
.index-news-tabs li + li { margin-left: 10px; }

.index-news-tabs li:hover,
.index-news-tabs li.active{
  background-color: #396ff9 !important;
}

.index-news-tabs li:hover a,
.index-news-tabs li.active a{
  color: #fff;
}

.index-news-btn-more,
.index-news-btn-more:hover {
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  border-radius: 0px;
  color: #fff;
  background: #fff;
  text-align: center;
  padding: 8px 20px 10px;
  border: #bfbebe 1px solid;
  font-size: 14px;
  color: #606060;
}

.index-news-btn-more:hover{
  background-color: #396ff9 !important;
  color: #fff;
}

.index-news-content {
  margin-top: 25px;
  border-top: #bfbebe 2px solid;
  border-bottom: #bfbebe 2px solid;
}

.index-news-list{
  padding-left: 0rem;
  padding-right: 0rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.index-news-list li {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 30px;
}

.index-news-list li a{
  position: relative;
  display: grid;
  grid-template-columns: 6em 1fr auto;
  gap: 1rem;
 }

.index-news-list li:not(:last-child) { border-bottom: #a09e9e 1px dotted; }

.news-title{ color: #606060; font-size: 18px;}
.news-tag{ color: #8e99b4; font-size: 16px; text-align: center; }
.news-date{ font-size: 15px; color: #8e99b4; font-family: 'Century Gothic'; padding: 0 1rem; }

@media screen and (min-width:1101px) {
  .indeNews{ margin-right: 15px; }
  /* .index-news-list li:hover{background-color: #fff; } */
  .index-news-list li a:hover span.news-title { color: #000; }
}

@media screen and (max-width:1100px) {
  .index-news-list li a{
    grid-template-columns: 1fr;
  }

  .index-news-list li span{
    text-align: left;
  }

  .index-news-list li .news-date{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
  }
}

/* ===== Index: Login Buttons ===== */
.index-login-row{
  display: grid;
  grid-template-columns: 1fr minmax(auto,18rem);
  gap: 3rem;
}

.indeNews{
  border: #e5d9d9 0px solid;
  border-radius: 8px;
  overflow: hidden;
  padding: 1.5rem;
  background: #f9f9f9;
  border-top: #3d75a6 3px solid;
  box-shadow: 0 2px 2px -2px #8c8383;
}

.index-login-btn-list{
  background: #fdfdfe;
  border-radius: 8px;
  padding: 0;
  margin-top: 3rem;
}

.index-login-btn-item{
  /* box-shadow: 0 0 5px rgba(0,0,0,0.1); */
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 8px;
}

.index-login-btn-list li { position: relative;/* overflow: hidden;*/ background: #fdfdfe;  margin-bottom: 0.75rem; }

.index-login-btn-list li .item {
  /* width: 100%;
  line-height: 2;
  color: rgba(255, 255, 255, .7);
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  align-items: center;
  gap: 0rem;
  padding: 0.5rem 0.5rem 0.25rem; */
  
  --sb-border-color: #000;
  --sb-border-color-1: #53B5FD;
  --sb-border-color-1-hover: #1C87B0;
  --sb-border-color-2: #D1E060;
  --sb-border-color-2-hover: #B5C91D;
  --sb-border-color-3: #FDD467;
  --sb-border-color-3-hover: #D2C036;
  --sb-bg: #FFF;
  --sb-text-color: #4A4A4A;
  --sb-radius: 0px;
  --sb-icon-dark: #1B6FA0;
  --sb-icon-light: #56C6E6;
  --sb-icon-size: clamp(78px, 12vw, 78px);
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 480px;
  min-height: calc(var(--sb-icon-size) + 8px);
  padding: 0.5rem 0.5rem 0.25rem;
  /* padding-left: clamp(46px, 9vw, 60px); */
  background-color: var(--sb-bg);
  border: 2px solid var(--sb-border-color);
  border-left: none;
  border-radius: var(--sb-radius);
  text-decoration: none;
  color: var(--sb-text-color);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.index-login-btn-list li .item::before,
.index-login-btn-list li .item::after{
  content: '';
  display: block;
  width: 2px;
  height: 8px;
  background-color: var(--sb-border-color);
  position: absolute;
  left: 0;
  z-index: 2;
}

.index-login-btn-list li .item::before{ top:0 }
.index-login-btn-list li .item::after{ bottom: 0; }

.index-login-btn-list li.index-login-btn-item01 .item{
  border-color: var(--sb-border-color-1);
}

.index-login-btn-list li.index-login-btn-item01 .item::before,
.index-login-btn-list li.index-login-btn-item01 .item::after{
  background-color: var(--sb-border-color-1);
}

.index-login-btn-list li.index-login-btn-item02 .item{
  border-color: var(--sb-border-color-2);
}

.index-login-btn-list li.index-login-btn-item02 .item::before,
.index-login-btn-list li.index-login-btn-item02 .item::after{
  background-color: var(--sb-border-color-2);
}

.index-login-btn-list li.index-login-btn-item03 .item{
  border-color: var(--sb-border-color-3);
}

.index-login-btn-list li.index-login-btn-item03 .item::before,
.index-login-btn-list li.index-login-btn-item03 .item::after{
  background-color: var(--sb-border-color-3);
}

.index-login-btn-list li .item .item__icon{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--sb-icon-size);
  height: var(--sb-icon-size);
  z-index: 0;
  overflow: hidden;
}

.index-login-btn-list li .item .item__icon img{
  object-fit: cover;
  height: 75px;
  object-position: center;
  margin-top: 0px;
}

.index-login-btn-list li .item small { color:#909090; margin-bottom: -8px; }
.index-login-btn-list li .item p { width: 100%; font-size: 20px; color: #222; text-align: center; }

.index-login-btn-list li a figure img { display: none; }

.index-login-btn-list li a figure {
  width: 340px;
  height: 188px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: .5s;
}
.index-login-btn-list li:nth-child(1) a figure { background-image: url(../images/index_login_btn01.png); }
.index-login-btn-list li:nth-child(2) a figure { background-image: url(../images/index_login_btn02.png); }
.index-login-btn-list li:nth-child(3) a figure { background-image: url(../images/index_login_btn03.png); }

@media screen and (max-width:1100px) {
  .index-login-row{
    display: block;
  }

  .index-login-btn-list {
    padding-left: 2rem;
    padding-right: 1rem;
  }
}

/* @media screen and (max-width:1100px) {
  .index-login-btn-list{
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
    margin-top: 2rem;
  }

  .index-login-btn-list li a figure{
    width: 100%;
    background-size: cover;
  }
}

@media screen and (max-width:500px) {
  .index-login-btn-list{
    grid-template-columns: 1fr;
  }
} */

/* ===== Login Page ===== */
.login-box {
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}
.login-box section {
  flex: 1;
  padding: 48px 40px 60px;
  line-height: 1.8;
}

.login-text {
  flex: 1.7 !important;
  background: linear-gradient(135deg, #f4f8fb 0%, #e8f1f7 100%);
  color: #334155;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #d0dfeb;
}

.login-text::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.login-text::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.05) 0%, rgba(59, 130, 246, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.login-text h4 {
  font-size: 25px;
  font-weight: 700;
  color: #184969;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(24, 73, 105, 0.12);
}

.login-text h4::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #2b6a95;
  box-shadow: 0 0 6px rgba(43, 106, 149, 0.25);
}

.login-text article {
  color: #475569;
  font-size: 15px;
  line-height: 1.8;
}

.login-text article p {
  margin-bottom: 12px;
}

.login-text article a {
  color: #2b6a95;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.login-text article a:hover {
  color: #184969;
}

.login-text.green {
  background: linear-gradient(135deg, #f2f7f4 0%, #e2ede6 100%);
  color: #344e41;
  border-right-color: #d2e4d9;
}

.login-text.green h4 {
  color: #1c3124;
  border-bottom-color: rgba(40, 54, 24, 0.12);
}

.login-text.green h4::after {
  background: #588157;
  box-shadow: 0 0 6px rgba(88, 129, 87, 0.25);
}

.login-text.green article {
  color: #3a5a40;
}

.login-text.green article a {
  color: #588157;
}

.login-text.green article a:hover {
  color: #344e41;
}

.login-text.blue {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  color: #334155;
  border-right-color: #e2e8f0;
}

.login-text.blue h4 {
  color: #0f172a;
  border-bottom-color: rgba(15, 23, 42, 0.12);
}

.login-text.blue h4::after {
  background: #3b82f6;
  box-shadow: 0 0 6px rgba(59, 130, 246, 0.25);
}

.login-text.blue article {
  color: #475569;
}

.login-text.blue article a {
  color: #3b82f6;
}

.login-text.blue article a:hover {
  color: #1d4ed8;
}

.login-form legend {
  border-bottom: none;
  font-family: 'Century Gothic';
  font-weight: bolder;
  font-size: 24px;
  margin-bottom: 30px;
}
.login-form .form-group { margin-top: 25px; }
.login-form .form-group label { font-size: 14px; color: #cdcecf; font-weight: normal; }
.login-form .form-group .form-control { border-color: transparent; border-bottom-color: #c6c6c6; }
.login-form .login-fwb {
  line-height: 1.5;
  padding-top: 24px;
  padding-bottom: 24px;
}

#login-form .login-fwb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 600;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 6px 16px;
  border-radius: 30px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  text-decoration: none !important;
}

#login-form .login-fwb a::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

#login-form .login-fwb a:hover {
  color: #2563eb;
  background: #eff6ff;
  border-color: #3b82f6;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.12);
  transform: translateY(-2px);
}

#login-form .login-fwb a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 9.9-1'%3E%3C/path%3E%3C/svg%3E");
  transform: rotate(-12deg);
}

@media screen and (max-width:800px) {
  .login-box{
    flex-direction: column;
  }

  .login-box section{
    padding: 1.4rem;
  }
}

.forget-form .login-fwb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 600;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 6px 16px;
  border-radius: 30px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  text-decoration: none !important;
}

.forget-form .login-fwb a::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='19' y1='12' x2='5' y2='12'%3E%3C/line%3E%3Cpolyline points='12 19 5 12 12 5'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.forget-form .login-fwb a:hover {
  color: #2563eb;
  background: #eff6ff;
  border-color: #3b82f6;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.12);
  transform: translateY(-2px);
}

.forget-form .login-fwb a:hover::before {
  transform: translateX(-4px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='19' y1='12' x2='5' y2='12'%3E%3C/line%3E%3Cpolyline points='12 19 5 12 12 5'%3E%3C/polyline%3E%3C/svg%3E");
}

.forget-form { display: none; }

/* ===== Inner Pages ===== */
.mainContent {
  display: block;
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
  background: #f9f9f9;
  border-top: #3d75a6 3px solid;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
  overflow: hidden;
}

.mainTitle { position: relative; margin-bottom: 24px; }

.mainTitle h1,
.mainTitle h3:not(.sample14) {
  position: relative;
  font-weight: 700;
  color: #1e293b;
  margin-top: 0;
  line-height: 1.3;
  letter-spacing: 0.02em;
  display: inline-block;
}

.mainTitle h1 {
  font-size: 25px;
  margin-bottom: 20px;
  padding-left: 18px;
}

.mainTitle h1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12%;
  height: 76%;
  width: 6px;
  background: linear-gradient(180deg, #2563eb 0%, #60a5fa 100%);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
}

/* .mainTitle h1::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #2563eb 0%, transparent 100%);
  border-radius: 2px;
} */

.mainTitle h3:not(.sample14) {
  font-size: 21px;
  margin-bottom: 16px;
  padding-left: 16px;
}

.mainTitle h3:not(.sample14)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  height: 75%;
  width: 5px;
  background: linear-gradient(180deg, #4b8cc4 0%, #93c5fd 100%);
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(75, 140, 196, 0.25);
}

/* .mainTitle h3:not(.sample14)::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #4b8cc4 0%, transparent 100%);
  border-radius: 1px;
} */

.info-mainTitle small{
  position: relative;
  padding-left: 3rem;
}

.info-mainTitle small img{
  display: block;
  position: absolute;
  left: 0;
  top: 2rem;
  width: 35px;
  height: 26px;
}

.mainTitle .articlebox,
.mainTitle small {
  display: block;
  font-size: 14.5px;
  color: #475569;
  line-height: 1.6;
  padding: 12px 18px 12px 48px !important;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.01);
  position: relative;
}

.mainTitle .articlebox img,
.mainTitle small img {
  position: absolute;
  left: 16px;
  top: 25px;
  width: 25px;
  /* height: 20px; */
  object-fit: contain;
  margin: 0;
}

/* ===== Survey Time Bar ===== */
.survey_checktime { padding: 10px 0 20px; font-size: 17px; color: #303030; display: flex; align-items: center; justify-content: end; }
.survey_checktime time { font-size: 1.1em; color: #f11616; font-family: 'Century Gothic'; font-weight: bolder; }
.survey_checktime img { margin: 0px 3px 0 0; }

/* ===== Form Buttons ===== */
.form-btn a { margin-left: 15px; }

/* ===== Content Form ===== */

.mainContent .content-form{
  background: transparent;
  outline: none;
  padding: 0;
}

.content-form {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0px 25px 20px;
  margin-bottom: 40px;
  background: #f2f2f2;
  outline: #e3e3e4 1px solid;
  font-size: 16px;
  color: rgba(97, 97, 97, .8);
}

.content-form .text {
  margin-bottom: 10px;
  font-family: 'Noto Sans TC', 'Century Gothic';
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  color: #334155;
}

.content-form .form-group { margin: 24px 0 0; }

.content-form .form-group.checkbox-form-group {
    position: relative;
    z-index: 3;
    width: calc(100% - 10rem);
}

.content-form .form-control {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background-color: #fff;
  color: #334155;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.content-form .form-control:focus {
  border-color: #396ff9;
  box-shadow: 0 0 0 4px rgba(57, 111, 249, 0.12);
  outline: none;
}

.content-form .form-control:disabled{
  background-color: var(--bs-secondary-bg);
}

.content-form input.form-control,
.content-form select.form-control {
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  padding: 0 14px;
}

.content-form textarea.form-control {
  height: auto;
  line-height: 1.6;
  padding: 12px 14px;
}

.content-form input.form-control.form-text-dw {
  display: inline-block;
  width: 320px;
  margin-right: -15px;
}
.content-form input.form-control.form-text-dw + .btnForm { height: 42px; line-height: 42px; }

.content-form select.form-control { display: inline-block; width: 97px; margin-right: 8px; }
.content-form select.form-control.sub-form-control { width: 95px; }
.content-form select.form-control.sub-form-select { width: 613px; }

.content-form .checkbox_style { margin-right: 4px; }

.content-form .content-form-title {
  color: #1e293b;
  margin: 15px 0 20px -10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  /* border-left: 4px solid #2563eb;
  padding-left: 10px; */
  line-height: 1.4;
}

.content-form .content-form-sub-title {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #334155;
  text-shadow: none;
  flex: none;
}

.content-form .content-form-sub-title .badge {
  margin: -2px 8px 0 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 22px;
  font-family: 'Century Gothic', sans-serif;
  padding: 0;
  background: rgba(224, 76, 76, 0.08);
  border: #e04c4c 1.5px solid;
  color: #e04c4c;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.content-form .content-form-title.content-sub-form-title {
  margin-left: 0 !important;
  margin-bottom: 12px !important;
  color: #475569;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  border-left: none;
  padding-left: 0;
  display: block;
  text-shadow: none;
}

.content-form .content-title { color: #2280d2; margin: 5px 0; font-size: 1.4em; text-shadow: 1px 2px 1px #bbb; }

/* Content Form02 */
.content-form02 .form-group,
.content-form02 .form-group .text + .row .col-12 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content-form02 .form-group .text { flex: 1; min-width: 15em; }
.content-form02 .form-group .text + .row { flex: 6; }
.content-form02 input.form-control { flex: 6; }

.content-form02 .col-4,
.content-form02 .col-4 + .col-8 { width: 50%; }

.content-form02 .col-4 .form-group .text,
.content-form02 .col-6 .form-group .text { flex: 1; }

.content-form02 .col-4 .form-group .text + .row,
.content-form02 .col-6 .form-group .text + .row { flex: 2; width: auto; min-width: auto; }

.content-form02 .col-4 .form-group .text + .row .col-12,
.content-form02 .col-6 .form-group .text + .row .col-12 { display: flex; }

.content-form02 .col-4 .form-group .text + .row .col-12 select.form-control,
.content-form02 .col-6 .form-group .text + .row .col-12 select.form-control { width: auto; flex: 1; }

.content-form02 .col-8 .form-group.bokink .text { width: auto; min-width: auto; }
.content-form02 .col-8 .form-group.bokink .bootstrap-filestyle { width: 100%; margin-top: 5px; }

.content-form02 .content-sub-form .bokink-Y { width: calc(100% - 84px); }
.content-form02 .content-sub-form .bokink-Y .checkbox_style { width: 100%; }

.content-form02 .form-group .text + .row .col-12 select.form-control { flex: 1; }
.content-form02 .form-group .text + .row .col-12 select.form-control:last-child { margin-right: 0; }

.content-form02 select.form-control.sub-form-select { width: calc(100% - 142px); margin-right: 0; }
.content-form02 .content-sub-form { padding-right: 3em; }

/* Content Sub-form */
.content-sub-form { background: #fff; }
.content-sub-form .bokink { vertical-align: top; }
.content-sub-form .bokink-N { width: 80px; margin-top: 3.5px; }
.content-sub-form .bokink-Y { width: calc(100% - 90px); }

/* ===== Select List ===== */
.selectlist-list { list-style: none; margin: 6px 0; padding: 0; }

.selectlist-item {
  display: inline-block;
  background: #fff url(cross-circle.png) no-repeat right center;
  border-left: solid 1px #eee;
  border-top: solid 1px #eee;
  border-right: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  cursor: pointer;
  padding: .5em 50px .5em .7em;
  margin: 1px 10px 1px 0;
  font-size: 14px;
  color: #000;
}

/* ===== Sticky Bar ===== */
.sticky {
  position: fixed;
  /* position: sticky; */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background: rgba(248, 250, 252, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
  padding-bottom: 10px;
  border-radius: 0 0 16px 16px;
  transition: all 0.3s ease;
}

.sticky_btn { display: none; }

.sticky .sticky_btn {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  /* background: linear-gradient(90deg, #184969 0%, #2b6a95 100%); */
  /* background: #E94B0A; */
  background: #d01212;
  padding: 10px 24px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(24, 73, 105, 0.15);
  margin: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.sticky .sticky_btn span {
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  padding: 10px;
  line-height: 1;
}

.sticky .sticky_btn span small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-left: 12px;
  font-weight: 400;
}

.sticky .sticky_btn .survey_checktime {
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.sticky .sticky_btn .survey_checktime time {
  color: #fff;
  font-weight: 700;
}

.sticky .sticky_btn .sticky_text {
  display: flex !important;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

#sticky_close {
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 18px;
  border-radius: 6px;
  transition: all 0.2s ease;
  text-shadow: none;
  box-shadow: none;
  line-height: 1.5;
}

#sticky_close:hover {
  background: #ffffff !important;
  color: #184969 !important;
  border-color: #ffffff !important;
  transform: translateY(-1px);
}

.sticky .row {
  display: block;
  max-height: 70vh;
  overflow-y: auto;
  padding: 15px 24px;
}

/* ===== Checkbox Same Style ===== */
.checkbox_style_same label::before { width: 17px; height: 17px; margin-top: 0; }


/* ===== Registration List Table ===== */
.reg_list_table {
  /* width: 1200px; */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  padding: 0 !important;
  margin-bottom: 10px;
}
.reg_list_table .divTable .divRow .divCell { width: calc(100% / 8); line-height: 20px; }
.reg_list_table .divTable .divRow .divCell:nth-child(2) { width: 33%; }
.reg_list_table .divTable .divRow .divCell:nth-child(8) { width: 14%; }
.reg_list_table .divTable .divRow .divCell.title { color: #4b4c4e; line-height: 4; background: #fff; border-bottom: #b7b7b7 4px solid; }
.reg_list_table .divTable .divRow .divCell.list { background: #fff; font-size: 14px; padding: 15px 0; color: #8b8b8b; border-bottom: #dceaf2 3px solid; }
.reg_list_table .divTable .divRow .divCell.list p { padding: 15px; word-break: break-word; }
.reg_list_table .divTable .divRow.blue .divCell.list { background: #f4f7fa; }
.reg_list_table .divTable .divRow.deepblue .divCell.list { word-break: break-word; background: #67b3e2; color: #fff; }

/* 0731 表格欄位寬度設定 */
.idx__reg_list_table.reg_list_table table thead > tr > td:nth-child(1){ width: 230px; }
.idx__reg_list_table.reg_list_table table thead > tr > td:nth-child(2){ width: 500px; }
.idx__reg_list_table.reg_list_table table thead > tr > td:nth-child(3){ }
.idx__reg_list_table.reg_list_table table thead > tr > td:nth-child(4){ width: 150px; }
.idx__reg_list_table.reg_list_table table thead > tr > td:nth-child(5){  }
.idx__reg_list_table.reg_list_table table thead > tr > td:nth-child(6){  }


.regis_form_btn,
.regis_form_btn:hover {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: #fff;
  border-radius: 20px;
  height: 27px;
  line-height: 26.5px;
}
.regis_form_btn.gray { background: #adadad; }
.regis_form_btn.gray:hover { background: #000; }
.regis_form_btn.red { background: #cf1c1c; }
.regis_form_btn.red:hover { background: #f00; }
.reg_list_table table thead > tr > td { padding: 10px; background: #fff; border-bottom: #b7b7b7 4px solid; }
.reg_list_table table tbody > tr > td { padding: 10px; }
.reg_list_table table tbody > tr > td > table > tbody > tr > td { padding: 10px; }
.reg_list_table table tr td { word-break: break-word; text-align: center; line-height: 25px; }

.reg_list_table table tbody.divBlue { background: #67b3e2; }
.reg_list_table table tbody.divBlue > tr > td { border: rgba(255, 255, 255, .3) 1px solid; color: #fff; }
.reg_list_table table tbody.divBlue > tr > td > table > tbody > tr > td { border: rgba(255, 255, 255, .3) 1px solid; }
.reg_list_table table tbody.divGray { background: #f4f7fa; }
.reg_list_table table tbody.divGray > tr > td { border: #e2dddd 1px solid; }
.reg_list_table table tbody.divGray > tr > td > table > tbody > tr > td { border: #e2dddd 1px solid; }

/* ===== News Box ===== */
.news_box {
  display: block;
  width: 100%;
  padding: 40px;
  margin-bottom: 20px;
  background: #f9f9f9;
  border-top: #3d75a6 3px solid;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
  overflow: hidden;
}

.news-sub-link { padding-bottom: 6px; }
.news-sub-link li { display: inline-block; }

.news-sub-link li + li:before {
  content: "│";
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  color: #ccc;
}
.news-sub-link li a { color: #616161; font-size: 16px; }
.news-sub-link li a:hover,
.news-sub-link li.active a { color: #1b517f; }

.news_list li {
  overflow: hidden;
  padding: 10px 10px 15px;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
}
.news_list li:hover { background: #dceaf2; }
.news_list.news_d_info li:hover { background: #fff; }
.news_list li:not(:last-child) { margin-bottom: 40px; }
.news_list li > a > div { margin-bottom: 5px; }
.news_list li h4,
.news_list li time { line-height: 30px; display: inline-block;}
.news_list.news_d_info li h4 { margin-bottom: 0; }
.news_box .news_list{
  padding-left: 0;
}

.news_box .news_list li{
  border-bottom: #a09e9e 1px dotted;
  background-color: transparent;
  box-shadow: none;
}

/* ===== Top Div ===== */
.top-div { outline: none !important; margin-top: 0 !important; overflow: hidden; }
.top-div input.form-control { padding-left: 12px !important; }
.top-div .form-group .text {
  min-width: auto !important;
  padding-right: 14px;
  width: auto;
  flex: none !important;
  margin-bottom: 0;
}

/* ===== Sub Plan Header ===== */
.sub-plan-header {
  width: 100%;
  padding: 12px 20px;
  /* background: linear-gradient(135deg, #184969 0%, #205c83 100%); */
  background: var(--bgd-g9);
  color: #fff;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  box-shadow: 0 4px 15px rgba(24, 73, 105, 0.15);
  /* border: 1px solid rgba(255, 255, 255, 0.05); */
}

.sub-plan-header > div {
  /* background: rgba(255, 255, 255, 0.08); */
  /* padding: 8px 16px; */
  /* border-radius: 6px; */
  /* border: 1px solid rgba(255, 255, 255, 0.12); */
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
}

.sub-plan-header > div:first-child {
  /* background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25); */
  font-weight: 600;
}

.sub-plan-header > div:nth-child(2) {
  flex: 1;
  min-width: 250px;
}


/* ===== Content List Group ===== */
.content-list-group { margin-top: 1em; margin-bottom: 2px; }
.content-list-group .list-group-item { display: flex; width: 100%; }
.content-list-group .list-group-item > div { flex: 0 0 50%; max-width: 50%; }
.content-list-group .list-group-item,
.content-list-group .list-group-item > div p { color: #135586; }

.content-list-group-plan { margin-top: 0; margin-bottom: .5em; }
.content-list-group-plan li { border: none; background: transparent; }
.content-list-group-plan li + li { border-top: #e1e1e1 1px solid; }

blockquote.content-list-blockquote { border-color: #7d7c7c; margin-bottom: 0; padding: 0 .5em; }
blockquote.content-list-group-plan-smallText { padding: 0; border-left: none; }
blockquote.content-list-group-plan-smallText footer { color: #00f; }

/* ===== Plan Form ===== */
.content-plan-form,
.form-noData { padding: 1.25em 1.5em .25em; margin-top: 1em; background: #f4f4f4; box-shadow: 0 0 5px rgba(0, 0, 0, .3); }

.form-noData {
  display: block;
  width: 100%;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  padding: 1em 1.25em;
  margin-bottom: 1em;
  font-size: 1.25em;
}

.content-plan-form .form-group { margin-top: 0; }
.content-plan-form .content-plan-form-title { display: flex; align-items: center; justify-content: space-between; }

.content-form-topBtn { width: auto; position: absolute; right: 1em; z-index: 2; }

/* ===== Registration Full Form ===== */
.registration_full_form { display: block; width: 100%; margin-bottom: 0.5em; overflow: hidden; }
.registration_full_form.row{
  display: flex !important;
  align-items: center;
  border-bottom: #a09e9e 1px dotted;
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  padding: 0.5rem 0.5rem;
}
.registration_full_form .content-form-title { margin:0; }
.registration_full_form .form-control.title { margin: 0; }
.registration_full_form .reg_list_table table tbody > tr > td { padding-top: 5px; padding-bottom: 5px; }

/* ===== Plan Registration List ===== */
.form-plan-regList table { table-layout: auto; margin-top: 0.75rem; }
.form-plan-regList table thead tr td:nth-child(2) { width: 150px; }
.form-plan-regList table thead tr td:nth-child(3) { width: 120px; }
.form-plan-regList table thead tr td:nth-child(4) { width: 110px; }
.form-plan-regList table tbody tr td:last-child a { color: #00f; }

.form-plan-regList select.form-control,
.form-plan-editor-form select.form-control { width: auto; }

.form-plan-regList-request.form-plan-regList table thead tr td:nth-child(2) { width: 150px; }
.form-plan-regList-request.form-plan-regList table thead tr td:nth-child(3) { width: 180px; }

/* ===== Sample14 (Section Title Block) ===== */
.sample14 {
  position: relative;
  padding: .3em;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #eee 100%);
}

.mainTitle h3.sample14 {
  display: block;
  padding: 0.7em 1.2em;
  border-bottom: none;
  position: relative;
  z-index: 2;
  /* background: linear-gradient(90deg, #1f4e79 0%, #2b679b 100%); */
  background: var(--bgd-g9);
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  /* border-left: 6px solid #396ff9; */
  border-radius: 4px 8px 8px 4px;
  box-shadow: 0 4px 12px rgba(31, 78, 121, 0.15);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* .mainTitle h3.sample14:hover {
  transform: translateX(4px);
  box-shadow: 0 6px 18px rgba(31, 78, 121, 0.25);
  background: linear-gradient(90deg, #1c466d 0%, #265d8c 100%);
} */

.mainTitle h3.sample14 span.c-r2 {
  display: inline-block;
  background-color: rgba(255, 71, 87, 0.15);
  color: #ff8b8b !important;
  font-size: 13px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 10px;
  border: 1px solid rgba(255, 71, 87, 0.3);
  vertical-align: middle;
  text-shadow: none;
}

/* ===== Database Copy List ===== */
.databaseCopy-list.form-plan-regList { max-height: 500px; overflow: auto; overflow-x: hidden; }
.databaseCopy-list.form-plan-regList table thead tr td { width: auto !important; }
.databaseCopy-list.form-plan-regList table thead tr td:nth-child(1) { width: 4% !important; }
.databaseCopy-list.form-plan-regList table thead tr td.wd-12-5 { width: 15.5% !important; }
.databaseCopy-list.form-plan-regList table thead tr td:nth-child(3) { width: 20% !important; }
.databaseCopy-list.form-plan-regList table thead tr td:nth-child(5) { width: 25% !important; }
.databaseCopy-list .checkbox_style input[type="checkbox"]:checked + label::after,
.databaseCopy-list .checkbox_style input[type="radio"]:checked + label::after { top: 52%; }

/* ===== Achievement Survey Table Columns ===== */
.td-full { width: auto !important; }
.td-date { width: 110px !important; }
.td-operating { width: 120px !important; }
.td-status { width: 285px !important; }
.form_control_number { width: 80px; display: inline-block; text-align: center; }

/* ===== User Header Bar & Login Name (UI UX Pro Max) ===== */
.content.text-end.bg-white {
  background: #ffffff !important;
  border-bottom: 1px solid #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.content.text-end.bg-white .main_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.login-name {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  padding: 6px 16px;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 600;
  color: #334155;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 !important;
}

.login-name::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.login-name:hover {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  border-color: #cbd5e1;
  color: #0f172a;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
  transform: translateY(-1px);
}

/* .content.text-end.bg-white a {
  display: inline-flex;
  align-items: center;
  font-size: 13.5px;
  font-weight: 550;
  color: #64748b;
  text-decoration: none !important;
  padding: 6px 12px;
  border-radius: 9999px;
  transition: all 0.25s ease;
  margin-left: 4px !important;
}

.content.text-end.bg-white a:hover {
  color: #1e293b;
  background-color: #f1f5f9;
}

.content.text-end.bg-white a img {
  filter: opacity(0.75);
  transition: all 0.2s ease;
}

.content.text-end.bg-white a:hover img {
  filter: opacity(1);
} */

/* .content.text-end.bg-white span {
  color: #cbd5e1;
  font-weight: 300;
  margin: 0 4px;
} */
