@charset "utf-8";
@import url("reset.css");
@import url("loading.css");
@import url("fontawesome_all.css");
/*@import url("fakeLoader.min.css");*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("animate.css");
@import url("mobile-category-selector.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');
@import url('webfile/sweetalert2-11.3.10/sweetalert2.min.css');


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Main <<<------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing:1px; }
html { height:100% }
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; -webkit-text-size-adjust:none; font-size:12px; overflow-y:scroll; overflow-x:hidden; }
body, td, th,select,input {font-size: 12px;font-family: /*Arial,*/ "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "Microsoft JhengHei", "新細明體", "PMingLiU", sans-serif;color:#333333;}


/*簡易設定*/
.iframe_ch { display:none }
.middle { vertical-align:middle; }
.center { text-align:center; }
.w100{ width:100%; }

#tip_box { position: fixed; line-height:22px; background-image:url(../../images/bg.png); color: #FFF; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin-left:10px; }

/*fix safari*/
input, select, textarea{ -ms-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-box-sizing:content-box;}
input[type='text'],input[type='password'],input[type='button'],input[type='submit']{  -webkit-appearance: none; }

/* Safari select 樣式統一 */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23666" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
    padding-right: 30px !important;
}

/* 針對不同容器的 select 統一樣式 */
.form-input select,
select[name="topics_sn"],
select[name="presentation_format"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23666" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 8px center !important;
    background-size: 12px !important;
    padding-right: 30px !important;
    border: 1px solid #b9b7b7 !important;
    /* border-radius: 4px !important; */
    height: 35px !important;
    font-size: 14px !important;
    color: #333 !important;
    background-color: #fff !important;
}

/*分頁*/
.pager{ width:100%; overflow:hidden; margin:50px auto 50px auto; text-align:center; }

/*編輯器*/
/* .editor{position:relative;padding: 20px 0 20px 20px;font-size:16px;line-height:30px;min-height: 500px;} */
.editor{position:relative;padding: 30px 0 30px 0;font-size:16px;line-height: 28px;overflow-x: auto;}
.decorate1{ border-left:1px solid #e1e1e1; }
.decorate1 .dot{position:absolute;top:0;left: -4px;width:10px;height:10px;background: #e0bfa5;}

/*連結*/
a{color: #28231c;text-decoration:none;}
a:hover{ color:#578fa2; }

.editor a{color: #f39850 !important;text-decoration:underline !important;}
.editor table th,.editor table td{ font-size:14px; }

/*表格*/
#css-table {display:table;width:100%;}
.css-tr {display: table-row;}
.css-td {display: table-cell;text-align:left;vertical-align:middle;padding: 0px 10px;box-sizing:border-box;letter-spacing:1px;font-size: 13px;word-break: break-all;color:#121212;}

/*全營幕遮罩*/ 
.bg-overlay { display:block; position:fixed; left:0; top:0; background:rgba(0, 0, 0, 0.7); opacity:0; visibility:hidden; width:100%; height:100%; z-index:9999; transition: all 0.2s linear; }
.bg-overlay.visible { opacity:1; visibility:visible }

/*layout*/
/*
.layout-flex{ display:flex; margin:40px auto !important; }
.layout-left{flex: 1;padding-right:50px;font-weight:bold;}
.layout-right{flex:3;margin-bottom: 70px;}
.layout-right .web-caption .left .title{ color:#48351e; }
*/
/*左右欄的頁面*/
.container .wrap .layout-left{
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 30px 0 10px;
    margin: 0 0 50px 0;
    background-position: left top;
    background-repeat: no-repeat;
    border-radius: 20px;
    min-height: 500px;
    /* border-top: 5px solid #bed38f; */
    /* border-bottom: 5px solid #bed38f; */
}
.container .wrap .layout-right{width: 75%;float:left;box-sizing: border-box;padding: 1px 10px;}
.container .wrap .layout-all{ width:100%; }
.container .wrap .layout-right .end{margin-bottom: 50px;}

.container .wrap .layout-flex{ display:flex; }
.container .wrap .layout-news{ flex:2; }
.container .wrap .layout-quicklink{ flex:1; }

@media screen and (max-width : 900px) {
	.container .wrap .layout-flex{ display:block; }
}

/*左邊選單*/
.layout-left .caption-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 20px;
    background: #f9ede4;
    border-radius: 20px 20px 0 0;
    border-top: 5px solid #bed38f;
    border-bottom: 5px solid #bed38f;
}
.layout-left .caption{
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #346886;
    /* background: #b3d3e6; */
    /* border-radius: 20px; */
    padding: 15px 10px;
    margin: 0 0 10px 0;
}
.layout-left .caption span{ display: block; margin:5px 0;}
.layout-left > ul{list-style:none;margin: 0px;/* background-color: #f9ede4; */background-image:url(../../images/left-menu-bg.png);background-position: top left;background-repeat:no-repeat;padding: 40px 20px 200px 60px;border-radius: 20px;min-height: 500px;/* border-top: 5px solid #bed38f; *//* border-bottom: 5px solid #bed38f; */}
ul {}
.layout-left > ul > li{width: 100%;font-size: 16px;border-bottom: 1px solid #f2f7fa;}
.layout-left > ul > li em{ font-style:inherit; width:20px; display:inline-block; }
.layout-left > ul > li > a{position:relative;color: #434242;/* font-weight: bold; */text-decoration:none;display: block;letter-spacing: 1px;padding: 20px 0px 20px 15px;}
.layout-left > ul > li > a:before{/*font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f57d";content:url(../../images/menu-icon.png);*/padding-right:5px;position: absolute;left: 5px;top: 18px;color: #90c31f;}
.layout-left > ul > li > a:hover{/*background: #e5eace;*/ color:#346886; transition: all 0.5s ease;}
.layout-left > ul > li > a.on{ /*background:#e5eace;*/ color:#346886; }
.layout-left > ul > li:hover{ /*background:#bbd2ed; transition: all 0.5s ease;*/ }
.layout-left > ul > li:last-child{ border-bottom:0; }
.layout-left > ul > li ul{ display:block; list-style:none; margin:0; padding:0; }
.layout-left > ul > li.has-submenu .submenu{ display:block; }
.layout-left > ul > li.has-submenu .menu-item-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    padding: 20px 0px 20px 0px;
}
.layout-left > ul > li.has-submenu .menu-item-wrapper a{ 
    flex: 1;
    padding: 0;
}
.layout-left > ul > li.has-submenu .submenu-toggle{ 
    font-size: 12px; 
    color: #346886; 
    transition: transform 0.3s ease; 
    margin-right: 10px;
}
.layout-left > ul > li.has-submenu .submenu-toggle i{ 
    width: 12px;
    height: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.layout-left > ul > li.has-submenu.collapsed .submenu-toggle{ 
    transform: rotate(-90deg); 
}
.layout-left > ul > li.has-submenu .submenu:empty{ 
    display: none !important; 
}
.layout-left > ul > li.has-submenu.clicked{ 
    background-color: #f0f0f0; 
    transition: background-color 0.2s ease; 
}
.layout-left > ul > li.has-submenu.collapsed .submenu{ 
    display: none; 
}
.layout-left > ul > li ul li{width:100%;padding: 18px 0px;font-size:16px;border-top: 1px solid #f2f7fa;}
.layout-left > ul > li ul li:last-child{ border-bottom:0; }
.layout-left > ul > li ul li:hover{ /*background:#e5eace;*/ color:#346886; transition: all 0.5s ease; }
.layout-left > ul > li ul li a{position: relative;color:#000000;text-decoration:none;display: block;padding: 0px 0px 0px 17px;line-height: 20px;}
.layout-left > ul > li ul li a:hover{/*background: #e5eace;*/ color:#346886; transition: all 0.5s ease;}
.layout-left > ul > li ul li a:before{position: absolute;left: 13px;top: -2px;/* content:url(../../images/dot-1.png); */}
.layout-left > ul > li ul li.third{ padding-left:20px; }
.layout-left > ul li:hover ul{ /*display:block; height:inherit; transition: all 0.5s ease;*/ }


/*內頁banner*/
#banner-box{width:100%;margin: 10px auto 0 auto;overflow:hidden;/* background:#110102; */}
/* #banner-inner{position:relative;height: 295px;background: url(../../images/banner-inner.jpg) top no-repeat;background-size: cover;} */
#banner-inner .overlay{display:flex;align-items:center;justify-content: center;flex-direction: column;width:100%;height: 300px;/*background-color: rgba(0, 0, 0, 0.5);*/}
#banner-inner .title{opacity:0;text-align:center;color:#ffffff;font-size: 24px;font-weight: bold;letter-spacing: 2px;padding: 10px 0vw 10px 0vw;/* background-color: rgba(0, 0, 0, 0.5); */border-bottom: 5px solid #c7e0d8;}
#banner-inner .title_en{margin: 20px 0;color: #ffffff;letter-spacing: 5px;font-size: 16px;}

/*麵包屑*/
#sitemap{width:100%;margin: 0 0 25px 0;padding:0 10px;box-sizing: border-box;letter-spacing:1px;color: #737373;text-align: left;}
#sitemap .wrap{width:100%;max-width:1200px;overflow:hidden;margin: 0 auto;padding: 20px 0px;color: #696969;font-size: 13px;}
#sitemap .wrap i{padding-right:5px;color: #4a8fcd;font-size: 16px;vertical-align: middle;}
#sitemap .wrap a{color: #696969;text-decoration:none;}
#sitemap .wrap a{ text-decoration:underline; }

/*提醒視窗*/
.alert {
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 1.08em;
    margin-bottom: 24px;
    border: 1.5px solid #ffe08a;
    background: linear-gradient(90deg, #fffbe6 80%, #fff3cd 100%);
    color: #856404;
    /* display: flex; */
    align-items: center;
    text-align: left;
    line-height: 1.5;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.08);
    font-family: 'Noto Sans TC', 'Segoe UI', Arial, sans-serif;
    letter-spacing: 1px;
  }
  
  .alert-warning {
    border-color: #b3d7ff; /* 淺淺的藍色 */
    background: linear-gradient(90deg, #e6f3ff 80%, #d9ecff 100%); /* 淺淺的藍色 */
    color: #856404;
  }

/*網站按鈕(一)*/
.btn-1{
	position:relative;
	display:inline-block;
	color: #18a2c7!important;
	font-size: 16px !important;
	/* font-style: italic; */
	font-weight: bold;
	letter-spacing: 0px;
	/* background: #ffffff; */
	/* border: 1px solid #578fa2; */
	width:auto !important;
	padding: 15px 45px 15px 0px;
	margin: 0 0 0 0;
	cursor:pointer;
	/* border-radius: 30px; */
	text-align:left !important;
	text-decoration: none;
	border-radius: 30px;
	/* box-shadow: 2px 2px 5px #ebebeb; */
}
.btn-1:before{/* content:url(../../images/more-dot.png); */position:absolute;left:10px;top: 17px;}
.btn-1:after{position:absolute;width: 50px;top: 22%;right: -20px;transition: all 0.5s ease;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f2d1";}
.btn-1:hover:after{ right:-25px;}


/*按鈕*/
.btn-2 {
    /* width: 100%; */
    padding: 12px 20px;
    font-size: 0.8rem;
    /* font-weight: bold; */
    display: inline-block;
    color: #fff;
    background-color: #4a90e2; /* A professional blue */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
}
.btn-2:hover {
	color:#ffffff;
    background-color: #357abd; /* Darker blue on hover */
}

/* 首頁標題區塊 */
.b-title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 4vw 0 0;
    min-width: 160px;
    color: #26618d;
    font-weight: bold;
    font-size: 30px;
  }
  
  .b-title .b-title-img {
    /* width: 90px; */
    height: auto;
    margin-top: 10px;
    /* align-self: flex-end; */
  }

  /* 學會簡介標題 */
  #index-about .b-title {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  #index-about .b-title .b-title-img,
  #index-links .b-title .b-title-img {
    margin-top: 0;
    margin-left: 30px;
    align-self: center;
  }

  /* 相關連結標題 */
  #index-links .b-title {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px; /* Add spacing on the right */
  }
  
  @media screen and (max-width: 900px) {
    #banner-box{margin:0px auto 0 auto;}
    .b-title {
      align-items: flex-start;
      padding-right: 0;
      /* margin-bottom: 30px; */
    }
    #index-about .b-title,
    #index-links .b-title {
        justify-content: center;
    }
    .alert{
        padding: 10px 10px;
    }
  }

  .links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 40px 20px 20px 20px;
}

.link-item {
    text-align: center;
    background: #ffffff;
}

.link-item img {
    max-width: 100%;
    height: auto;
    /* border: 1px solid #ddd; */
    /* margin-bottom: 10px; */
}

.link-item a {
    text-decoration: none;
    color: #333;
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.link-item span {
    display: block;
}

/* Responsive */
@media (max-width: 992px) {
    .links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .links-grid {
        grid-template-columns: 1fr;
    }
}  

  
/*內頁大標題*/
.b-innertitle{
    position: relative;
    color: #000000;
    /* background-color: #738a41; */
    background-image:url(../../images/title-bg.jpg);
    background-position:center right;
    background-repeat:no-repeat;
    color: #346886;
    font-weight: bold;
    font-size: 22px;
    padding: 13px 10px 13px 0px;
}
.b-innertitle:before{position: absolute;left: 20px;top: 10px;/* content:url(../../images/dot-1.png); */filter: brightness(0) invert(1);}
.b-innertitle .line{
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 5px;
    background: #346886;
}

/*圖片延遲載入*/
img.lazy {
	display: block;
	/* optional way, set loading as background */
	background-image: url('../../images/ajax-loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/*活動圖片裁切*/
.album-cut {/* height: 210px; */overflow:hidden;/*border:1px solid #ccc;*//* line-height: 210px; *//* background: #ebebeb; */}
.album-cut img{vertical-align:middle;}
.album-cut2 {height:250px;overflow:hidden;/*border:1px solid #ccc;*/line-height: 250px;background: #ebebeb;}
.album-cut2 img{ vertical-align:middle;width: 100%; height: 100%; object-fit: cover; object-position: center;}
/*
.album-cut2 {background: #ebebeb;display: flex;align-items: center;justify-content: center;}
.album-cut2 img{ max-width: 100% !important; max-height: 100% !important; object-fit: contain !important; width: auto !important;}
.album-cut2 a{ display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
*/

.album-cut3 {/* height:172px; */overflow:hidden;/*border:1px solid #ccc;*//* line-height: 172px; */background: #ffffff;}
.album-cut3 img{ vertical-align:middle;}


@media screen and (max-width : 1200px) {
	.container .wrap .layout-left{ width:30%; }
	.container .wrap .layout-right{ width:70%; }	
}

@media screen and (max-width : 900px) {
	.container .wrap .layout-left{ display:none; }
	.container .wrap .layout-right{ width:100%; }

}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#wrapper{ width:100%; overflow:hidden; }

.container{ position:relative; width:100%; overflow: hidden;}
.container.bg-gray{ background:#f9f9f9; }

.container.row-color:nth-child(even) {/*background: #ffffff;*/}
.container.row-color:nth-child(odd) {/*background: #f4f5ef;*/}

.container .wrap{position: relative;max-width: 1200px;overflow: hidden;margin: 0px auto;padding: 10px;}
/*回上頁*/
.gotop{position:fixed;bottom: 5%;right:20px;z-index:99;}

/*footer*/
#site_footer {
    background:url(../../images/footer-bg.png) no-repeat;
    background-size:cover;
}

.footer_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center; /* 垂直對齊 */
    justify-content: space-between; /* 左右內容對齊 */
    box-sizing: border-box;
    padding: 40px 0 40px 0;
}

.footer_wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}
.footer_top {
    text-align: left;
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid #ddd; */
}
.footer_top .footer_logo {
    max-width: 400px;
    /* width: 100%; */
}
.footer_bottom {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    /* padding-top: 20px; */
}
.footer_contact {
    flex: 60%;
    /* max-width: 300px; */
    padding: 30px 10px 30px 10px;
    color: #ffffff;
    font-size: 16px;
}
.footer_menu {
    flex: 40%;
    /* max-width: 300px; */
    padding: 10px;
    color: #ffffff;
    font-size: 16px;
}
.footer_contact h4, .footer_menu h4 {
    font-size: 18px;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #eee; */
    padding-bottom: 10px;
    color: #ffffff;
}
.contact-info-grid {
    display: flex;
    flex-wrap: wrap;
}
.footer_contact .contact-info-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer_contact .contact-col {
    flex: 1 1 0px;
    max-width: 300px;
  }
  .footer_contact .contact-row {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    color: #e6e6e6;
    font-size: 16px;
    /*font-weight: bold;*/
    letter-spacing: 2px;
  }
  
  .footer_contact .contact-row i {
    font-size: 16px;
    margin-right: 10px;
    width: 30px;
    text-align: center;
  }
  .footer_contact .contact-row .label {
    margin-right: 10px;
    font-size: 16px;
    color: #e6e6e6;
    min-width: 60px;
  }
  .footer_contact .contact-row .value {
    color: #e6e6e6;
    font-size: 16px;
    word-break: break-all;
    min-width: 250px;
  }
  .footer_contact .contact-row .value a {
    color: #e6e6e6;
    text-decoration: underline;
  }
  @media (max-width: 700px) {
    .footer_contact .contact-info-flex {
      flex-direction: column;
      gap: 0;
    }
    .footer_contact .contact-col {
      min-width: 0;
    }
    .footer_contact .contact-row {
      font-size: 18px;
    }
    .footer_contact .contact-row .label,
    .footer_contact .contact-row .value {
      font-size: 16px;
    }
  }

.footer_menu ul {
    /*list-style: none;*/
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.footer_menu ul li {
    flex-basis: 33.33%;
    padding: 10px 0;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 16px;
}
.footer_menu ul li a {
    color: #ffffff;
    text-decoration: none;
}
.footer_menu ul li a:hover {
    text-decoration: underline;
}


#site_footer .designed_by {
	width:100%;
	max-width:1200px;
	margin: 130px auto 0px auto;
	padding: 0 10px 20px 10px;
	/* margin-top: 50px; */
	align-self: flex-end; /* 右對齊 */
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: 1px;
}

#site_footer .designed_by a {
    color: #ffffff;
    text-decoration: none;
}

#site_footer .designed_by a:hover {
    text-decoration: underline;
}

/* 響應式設計 - 專業風格排版 */
@media (max-width: 1200px) {
    .footer_wrapper {
        padding: 20px 15px;
    }
    .footer_contact .contact-row .value {
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .footer_wrapper {
        padding: 25px 15px;
        position: relative;
    }
    
    .footer_wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        height: 3px;
        /* background: linear-gradient(90deg, #4a8fcd, #5ba3e0, #4a8fcd); */
        border-radius: 2px;
    }
    
    .footer_top {
        text-align: center;
        margin-bottom: 30px;
        position: relative;
    }
    
    .footer_top::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 2px;
        background: #ffffff;
        border-radius: 1px;
    }
    
    .footer_top .footer_logo {
        max-width: 280px;
        margin: 0 auto;
        filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
    }
    
    .footer_bottom {
        flex-direction: column;
        gap: 25px;
    }
    
    .footer_contact {
        flex: 100%;
        padding: 25px 20px;
        text-align: center;
        background: rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(5px);
    }
    
    .footer_contact::before {
        content: 'Contact Information';
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 20px;
        text-align: center;
        letter-spacing: 1px;
    }
    
    .footer_contact .contact-info-flex {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }
    
    .footer_contact .contact-col {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: left;
        padding: 0 10px;
    }
    
    .footer_contact .contact-row {
        justify-content: flex-start;
        margin-bottom: 18px;
        flex-wrap: nowrap;
        padding: 15px 20px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        border-left: 4px solid #4a8fcd;
        transition: all 0.3s ease;
    }
    
    .footer_contact .contact-row:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: translateX(8px);
    }
    
    .footer_contact .contact-row i {
        background: rgba(74, 143, 205, 0.2);
        padding: 8px;
        border-radius: 8px;
        margin-right: 15px;
        min-width: 35px;
        text-align: center;
    }
    
    .footer_contact .contact-row .label,
    .footer_contact .contact-row .value {
        min-width: auto;
        text-align: left;
        font-weight: 500;
    }
    
    .footer_contact .contact-row .label {
        color: #ffffff;
        font-weight: 600;
        margin-right: 12px;
        min-width: 50px;
    }
    
    .footer_menu {
        flex: 100%;
        padding: 25px 20px;
        text-align: center;
        background: rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }
    
    .footer_menu::before {
        content: '快速連結';
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 20px;
        text-align: center;
        letter-spacing: 2px;
    }
    
    .footer_menu ul {
        justify-content: center;
        gap: 10px;
    }
    
    .footer_menu ul li {
        flex-basis: 100%;
        text-align: center;
        padding: 12px 0;
        margin: 5px 0;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        transition: all 0.3s ease;
    }
    
    .footer_menu ul li:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: translateY(-2px);
    }
    
    .footer_menu ul li a {
        display: block;
        padding: 8px 15px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    
    #site_footer .designed_by {
        margin: 40px auto 0px auto;
        padding: 25px 20px;
        font-size: 12px;
        background: rgba(0, 0, 0, 0.2);
        /* border-radius: 10px; */
        border-top: 2px solid rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 480px) {
    .footer_wrapper {
        padding: 20px 10px;
    }
    
    .footer_wrapper::before {
        left: 10px;
        right: 10px;
    }
    
    .footer_top {
        margin-bottom: 25px;
    }
    
    .footer_top::after {
        width: 50px;
    }
    
    .footer_top .footer_logo {
        max-width: 220px;
    }
    
    .footer_bottom {
        gap: 20px;
    }
    
    .footer_contact {
        padding: 20px 15px;
        font-size: 15px;
    }
    
    .footer_contact::before {
        font-size: 16px;
        margin-bottom: 18px;
    }
    
    .footer_contact .contact-row {
        font-size: 14px;
        margin-bottom: 15px;
        padding: 12px 15px;
    }
    
    .footer_contact .contact-row i {
        font-size: 14px;
        padding: 6px;
        min-width: 30px;
        margin-right: 12px;
    }
    
    .footer_contact .contact-row .label,
    .footer_contact .contact-row .value {
        font-size: 14px;
    }
    
    .footer_contact .contact-row .label {
        min-width: 45px;
        margin-right: 10px;
    }
    
    .footer_menu {
        padding: 20px 15px;
        font-size: 15px;
    }
    
    .footer_menu::before {
        font-size: 16px;
        margin-bottom: 18px;
    }
    
    .footer_menu ul li {
        font-size: 14px;
        padding: 10px 0;
        margin: 4px 0;
    }
    
    .footer_menu ul li a {
        padding: 6px 12px;
        font-size: 14px;
    }
    
    #site_footer .designed_by {
        margin: 30px auto 0px auto;
        padding: 20px 15px;
        font-size: 11px;
        line-height: 1.5;
    }
}

/*表格樣式*/
#table-1 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#table-1 td, #table-1 th {
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
}

#table-1 tr:nth-child(even){background-color: #f2f1f1;}

#table-1 tr:hover {background-color: #ddd;}

#table-1 th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: #90c31f;
  color: white;
}

@media screen and (max-width : 1200px) {
	.container{/* padding:0 10px; */}
	#footer-nav ul{ display:flex; flex-wrap:wrap; align-items:center; justify-content: center; }
}

@media screen and (max-width : 768px) {
	
}

@media screen and (max-width : 550px) {
	.logo-b{/* width:80%; *//* max-height: 65px; */}	
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Index <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*即時新聞*/
#index-report{width:100%;overflow: hidden;display:flex;justify-content: space-between;flex-wrap:wrap;}
#index-report .items{
    border: 1px solid #bcbcbc;
    flex: 0 32%;
    padding: 10px;
    margin: 10px 5px;
	transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}
#index-report .items img{ width: 100%; }
#index-report .items:hover{ transform: translateY(-0.5rem); }

#index-report .items div{ width:100%; overflow:hidden; }
#index-report .items div.title{color:#000000;font-weight:bold;font-size: 16px;padding: 15px 0 0 0;}
#index-report .items div.title a{ /*color:#000000; text-decoration:none;*/ }
#index-report .items div.title:before{content:url(../../images/news-icon-1.png);vertical-align:middle;padding-right: 5px;}
#index-report img.lazy{ /*max-height:300px;*/ }

@media screen and (max-width : 900px) {
	#index-report .items{flex: 1 48%;}
}

@media screen and (max-width : 480px) {
	#index-report .items{flex: 0 100%;}
}

/*最新消息*/
.news-bg{
    background: url(../../images/news-bg.png) no-repeat;
    background-position: 10% 20%;
}

#index-news{margin: 0px 0;padding: 80px 10px 40px 10px;text-align:center;display: flex;/*align-items:center;*/justify-content: center;}
#index-news .news-left{
    flex: 80%;
}
#index-news .news-left .b-title{ margin-top: 5vw;}
#index-news .news-right{
    flex: 20%;
}

#index-news .news-types{width:100%;text-align:center;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;padding-bottom: 30px;}
#index-news .news-types span{padding: 10px 1vw;margin: 5px 8px;color: #000000;background: #ffffff;border: 1px solid #175c6c;border-radius: 25px;font-size: 16px;/* font-family: 'Noto Sans TC', sans-serif; */cursor: pointer;flex-basis: 150px;/* flex-grow: 1; */}
#index-news .news-types span:hover{background: #d7eefc; border:1px solid #90c5e5;/*color:#ffffff;*/transition: all 0.3s ease;}
#index-news .news-frame{width:100%;overflow:hidden;border-top: 1px solid #dadada;border-bottom: 1px solid #dadada;}
#index-news .news-list{display:flex;flex-wrap:wrap;width:100%;overflow:hidden;margin: 5px 0;text-align: left;padding: 10px 0px 16px 0;border-bottom: 1px solid #dadada;}
#index-news .news-list:last-child{ border:0; }
#index-news .news-list .types{flex: 1;color: #ffffff;background: #388e67;padding: 8px 10px;max-width: 110px;text-align: center;margin: 5px 0 5px 0;font-weight: normal;font-size: 15px;display: flex;align-items:center;justify-content: center;/* border-radius: 20px; */}
#index-news .news-list .title{flex: 6;color: #060606;font-size: 16px;line-height:22px;font-family: 'Noto Sans TC', sans-serif;display: flex;align-items:center;padding: 0px 0 0 20px;}
#index-news .news-list .title a:hover{ color:#28231c; text-decoration:underline; }
#index-news .news-list .date{position: relative;flex: 1;min-width: 150px;padding: 0 10px;font-size: 16px;display: flex;align-items: center;justify-content: center;/* flex-direction: column; *//* font-weight: bold; */color: #656565;/* font-style: italic; */}
#index-news .news-list .date span{padding: 5px 0 5px 0px;/* display: block; */font-style: normal;font-size: 16px;}
#index-news .news-list .date span:before{position: absolute;top: 14px;left: 15px;/* content:url(../../images/dot-1.png); */}
#index-news .news-list .more{flex:1;padding:0 20px;min-width:150px;color: #143874;font-size: 14px;display: flex;align-items: flex-end;justify-content: center;}
#index-news .news-list .more a{ color:#143874; }
#index-news .pager{position:relative;text-align: right;margin: 30px auto;}

@media screen and (max-width : 900px) {
    #index-news {
        padding: 30px 10px 40px 10px;
        flex-direction: column;
    }
    #index-news .news-left,
    #index-news .news-right {
        width: 100%;
        flex: 100%;
    }
    #index-news .b-title {
        flex-direction: row;
        align-items: center;
        margin: 0 0 30px 0;
    }
    #index-news .b-title .b-title-img {
        margin-left: 15px;
        margin-top: 0;
    }
	#index-news .news-list .types{
    max-width: 150px;
	}
	#index-news .news-list .date{
    justify-content: start;
    min-width: auto;
    flex-direction: inherit;
    font-size: 16px;
 }
	#index-news .news-list .date span{border:0;padding: 0 0px 0px 0px;font-size: 16px;}
	#index-news .news-list .title{flex:100%;padding: 10px 0px;}
}


/*活動剪影*/

.album-bg{
    background: url(../../images/album-bg.png) no-repeat;
    background-position: 50% 10%;
    padding: 50px 0 0 0;
}

.album-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 20px 45px 20px;
    position: relative; /* For absolute positioning of ALBUM text */
}

.album-header-left {
    display: flex;
    align-items: center;
    gap: 20px; /* Space between title and arrow */
}

.album-header .b-title {
    flex-grow: 0; /* Prevent title from growing */
    justify-content: flex-start;
    flex-direction: row; /* Align title and arrow horizontally */
    color: #26618d; /* Adjust color to match image */
    font-size: 30px; /* Adjust font size to match image */
    padding: 0; /* Remove padding */
    min-width: auto; /* Remove min-width */
}

.album-header .b-title-img {
    margin-top: 0;
    margin-left: 0;
    align-self: center;
}

.album-promo-text {
    width: 600px;
    max-width: 600px;
    text-align: left;
    line-height: 1.6;
    color: #4f9c79;
    font-weight: bold;
    font-size: 18px;
    position: absolute; /* Position text relative to album-header */
    left: 260px; /* Adjust as needed */
    top: 55%;
    transform: translateY(-50%);
}

#index-album {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around; /* Distribute items evenly */
    flex-wrap: wrap;
    padding: 30px 0 0 0;
    padding-top: 30px;
}

#index-album .items {
    flex: 0 0 30%; /* Set fixed width for 3 items per row */
    margin: 10px 0;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s;
    background-color: #f8fafb; /* White background for each item */
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    /* border-radius: 5px; */ /* Slightly rounded corners */
    border: 1px solid #ebebeb;
    overflow: hidden; /* Ensure image corners are rounded */
}

#index-album .items-index {
    width: auto; /* Let flexbox handle width */
    overflow: hidden;
}

#index-album .items-content {
    width: auto; /* Let flexbox handle width */
}

#index-album.inner-album .items-content {
    width: auto !important; /* Let flexbox handle width */
}

#index-album .items img {
    width: 100%;
    height: 250px; /* Fixed height for images */
    object-fit: cover; /* Cover the area without distortion */
    object-position: center; /* Center the image */
    /* border-radius: 5px 5px 0 0; */ /* Rounded top corners */
}

#index-album .items:hover {
    transform: translateY(-5px); /* Lift effect on hover */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* More pronounced shadow on hover */
}

#index-album .items div {
    width: 100%;
    overflow: hidden;
}

#index-album .items div i{ padding: 0 5px; }

#index-album .items div.title {
    color: #000000;
    text-align: center;
    font-size: 16px;
    padding: 30px 10px;
    /* background: #f9fafc; */
    /* border-top: 1px solid #eee; */ /* Separator line */
    border-radius: 0 0 5px 5px; /* Rounded bottom corners */
    line-height: 1.3;
}

#index-album .items div.title a {
    /* font-weight: bold; */
    text-decoration: none; /* Remove underline */
    color: #000000; /* Match title color */
}

#index-album .items div.title a:hover {
    text-decoration: underline; /* Add underline on hover */
}

#index-album .items div.title:before {
    content: none; /* Remove existing icon */
}

#index-album img.lazy {
    /*max-height:330px;*/
}

.album-cut {
    position: relative;
    overflow: hidden;
}

.album-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.album-cut:hover .album-mask {
    opacity: 1;
}

.icon-loupe {
    width: 30px;
    height: 30px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.view-detail {
    color: white;
    margin-top: 10px;
    text-align: center;
}

.date-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 10px 5px 10px;
    color: #a6a6a5; /* Adjust date color */
    background: #f8fafb;
    font-size: 14px; /* Adjust date font size */
}

.clock-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.album-pager {
    text-align: right;
    margin-top: 20px;
}

.album-pager .btn-1 {
    color: #18a2c7 !important;
    font-size: 16px !important;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 15px 45px 15px 0px;
    border-radius: 30px;
    text-align: left !important;
    text-decoration: none;
    border: none; /* Remove border */
    background: none; /* Remove background */
    margin: 0 20px;
}

.album-pager .btn-1:after {
    content: "\f2d1"; /* Font Awesome right arrow icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    /* left: 10px; */
    transition: all 0.3s ease;
}

.album-pager .btn-1:hover:after {
    right: -25px;
}

@media screen and (max-width : 992px) {
    #index-album .items {
        flex: 0 0 45%; /* Two items per row on smaller screens */
    }
    .album-promo-text {
        position: static; /* Remove absolute positioning */
        transform: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 20px;
        padding: 0 20px;
    }
    .album-header {
        flex-direction: column;
        align-items: center;
        padding: 0px 0px 0px 0px;
    }
    .album-header-left {
        /* flex-direction: column; */
        align-items: center;
        gap: 10px;
    }
}

@media screen and (max-width : 576px) {
    #index-album .items {
        flex: 0 0 100%; /* One item per row on mobile */
    }
}

@media screen and (max-width : 1036px) {
    #index-album .items-index {
        width: auto;
    }
}

@media screen and (max-width : 838px) {
    #index-album .items-index {
        width: auto;
    }
}

@media screen and (max-width : 1201px) {
    #index-album .items-content {
        width: auto;
    }
}

@media screen and (max-width : 1074px) {
    #index-album .items-content {
        width: auto;
    }
}

@media screen and (max-width : 923px) {
    #index-album .items-content {
        width: auto;
    }
}



/*系所介紹*/
#index-about{width:100%;overflow:hidden;padding: 40px 0 40px 0;}
.about-bg{ 
  background:url(../../images/about-title.png) 10% 10% no-repeat, url(../../images/about-bg.png) bottom center no-repeat; 
  background-size: auto, cover;
  
}
#index-about .about-wrap{display:flex; max-width:1300px; margin:0 auto; flex-direction: row; flex-wrap: wrap;}
#index-about .about-wrap .b-title{text-align:left;margin-bottom: 30px;}
#index-about .about-wrap .b-title h5{ padding:20px 0px 20px 0px; }
#index-about .about-wrap .slogan{
    color: #81a237;
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
    letter-spacing: 2px;
}
#index-about .right{
    flex:1;
    padding: 0 50px 0 50px;
    display: flex;
    flex: 1;
    padding: 0 50px 0 50px;
    flex-direction: column;
    justify-content: space-around;
    max-width: 530px;
    }
#index-about .right .service-area{position:relative;display: flex;justify-content: space-between;margin:20px 0;padding:30px 0;border-top:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;}
#index-about .right .service-area .caption{position:absolute;background: #ffffff;padding: 5px 10px;top: -13px;left:0;text-transform:uppercase;color:#334e5f;font-size:16px;letter-spacing:2px;}
#index-about .right .service-area span{ width:102px; border:8px solid #698ba1; color:#fefefe; font-size:18px; margin:5px 0; padding: 30px 23px; letter-spacing: 2px; display:inline-block;
    
	background: linear-gradient(274deg, rgba(50, 77, 94, 1)51%, rgba(74, 105, 124, 0.9)100%);
	background: -moz-linear-gradient(274deg, rgba(50, 77, 94, 1)51%, rgba(74, 105, 124, 0.9)100%);
	background: -webkit-linear-gradient(274deg, rgba(50, 77, 94, 1)51%, rgba(74, 105, 124, 0.9)100%);
	background: -o-linear-gradient(274deg, rgba(50, 77, 94, 1)51%, rgba(74, 105, 124, 0.9)100%);
	
	border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
#index-about .pager{text-align: left;margin: 0 0;}
#index-about .pager .btn-1{/* padding: 10px 50px 10px 0px; */}
#index-about .pager .btn-1:after{top: 20%;}


#index-about .left{
    display: flex;
    flex: 1;
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    border-radius: 20px;
}
#index-about .left img{ border-radius: 20px; }

@media screen and (max-width : 900px) {
	#index-about .about-wrap{ display:block; }
	#index-about .right{flex:1;padding: 0 20px 0 20px;}
}

@media screen and (max-width :1230px) {
    #index-about .about-wrap{  flex-direction: column; }
    #index-about .about-wrap .left img{margin-bottom: 30px;}
}

 #index-about .about-wrap .right img{max-width:  550px !important;}

/*相關連結*/
.links-container{text-align:center;width:100%;margin: 5vw 0;/* vertical-align: top; */}
.links-container a{margin: 10px 8px;max-width:280px;width:100%;text-align:left;display:inline-block;vertical-align: top;}
.links-container a img{width:100%;box-shadow: 2px 2px 8px rgba(15%,15%,40%,0.1);}

/*相關連結-輪播*/
.links-bg{
  background: url(../../images/links-title.png) 45% 10% no-repeat, url(../../images/links-bg.png) bottom center no-repeat;
  background-size: auto, cover;
}
#index-links{padding-bottom:80px;padding-top: 80px;}
#index-links .b-title{color: #226185;padding: 0 0 20px 0;}
#index-links .b-title span{ color:#413c3c; }
#index-links .b-title .line{ background:#d7925a; }
#index-pdt .pdt-carousel{display: flex;position: relative;margin-bottom: 20px;}
#index-pdt .owl-left{/*position: absolute;*/left: 20px;top: 40%;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 10%;float:left;}
#index-pdt .owl-center{width: 80%;float:left;padding: 0 0vw;margin: 0 auto;}
#index-pdt .owl-right{/*position: absolute;*/right: 20px;top: 40%;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 10%;text-align: right;float:left;}
#index-pdt .contain{position: relative;text-align:center;font-size:22px;}
#index-pdt .contain a{position: absolute;bottom: -10%;width: 80%;display: inline-block;padding: 25px 0 25px 0;margin: 20px 0;left: 0;right: 0;margin-left: auto;margin-right: auto;t-decoration: none;font-size: 16px;border-radius: 50px;/* font-weight: bold; */background: #d7925a;color: #ffffff;}
#index-pdt .contain span{
    color: #747474;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
    padding: 0 25px;
    display: inline-block;
}
#index-pdt .contain a:hover{ /*text-decoration:underline;*/ }
#index-pdt .item{margin: 0 auto;/* padding: 10px 1vw; */margin: 10px 10px;max-width: 100%;max-height: 100%;height: 300px;overflow:hidden;display:flex;align-items:center;justify-content: center;/* -webkit-box-shadow: 0px 0px 10px #cccccc; *//* background:#ffffff; */}
#index-pdt .item img{max-width: 100%;max-height: 100%;cursor:pointer;border-radius: 30px;}
#index-pdt .pager{ text-align: right; max-width: 1370px; }

@media screen and (max-width: 1400px) {
	#index-pdt .pager{text-align: center;margin: 10px auto 10px auto;}
	#index-pdt .pager .btn1{ margin:0 0 0 0; }	
	#index-pdt .pager .btn1:after{ position:inherit; }
}

@media screen and (max-width: 900px) {
	#index-about{padding: 0px 0 0px 0;}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Content <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*最新消息*/
#inner-news{margin: 0px 0;padding: 30px 0 0 0px;text-align:center;}
#inner-news .news-list{width:100%;overflow:hidden;margin: 0 0 10px 0;text-align: left;padding: 0px 0px 10px 0;}
#inner-news .news-list{display:flex;flex-wrap:wrap;border-bottom: 1px dashed #c9c9c9;}
#inner-news .news-list .title{flex: 6;color: #28231c;font-size: 16px;line-height:22px;font-family: 'Noto Sans TC', sans-serif;display: flex;align-items:center;}
#inner-news .news-list .title a{ color:#28231c; }
#inner-news .news-list .title a:hover{ text-decoration:underline; }
#inner-news .news-list .date{flex: 1;min-width: 170px;padding: 0 0px;font-size: 14px;display: flex;align-items: center;/* justify-content: center; */font-weight: bold;color: #2ca4d0;}
#inner-news .news-list .date span{position: relative;letter-spacing: 2px;padding: 0 15px 0 30px;}
/* #inner-news .news-list .date span:before{position: absolute;left: 5px;top: -30px;content:"‧";font-size:60px;color: #90c31f;} */
#inner-news .news-list .date span:before{position: absolute;top: -2px;left: 13px;content:url(../../images/dot-1.png);}
#inner-news .news-list .more{flex:1;padding:0 20px;min-width:150px;color: #143874;font-size: 14px;display: flex;align-items: flex-end;justify-content: center;}
#inner-news .news-list .more a{ color:#143874; }


@media screen and (max-width : 900px) {
	#inner-news .news-list .date{ justify-content: start; min-width: auto;}
	#inner-news .news-list .date span{ border:0; }
	#inner-news .news-list .title{flex:100%;padding: 10px 0;}
}

/*影音花絮*/
#inner-video{width:100%;overflow:hidden;margin: 30px auto 0 auto;}
#inner-video .video_area{width: 47.5%;margin: 20px 1%;display: inline-block;vertical-align: top;line-height: 25px;/* border: 1px solid #ebebeb; */padding: 10px;/* box-shadow: 1px 1px 5px #ebebeb; */}
#inner-video .video_area .title{color:#000000;background: #f8fafb;/* font-weight:bold; */font-size: 16px;padding: 20px 0 20px 0;text-align: center;}
#inner-video .video_area .title a{ /*color:#000000; text-decoration:none;*/ }
#inner-video .video_area .title:before{/* content: url(../../images/dot-1.png); */vertical-align: 5%;padding-right: 5px;}

#inner-video .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	/* border-radius: 20px; */
}
#inner-video .video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width : 768px) {
	#inner-video .video_area{width:100%;margin: 20px 0;}	
}


/*圖片連結*/
#inner-imglink{ width:100%; display:flex; flex-wrap:wrap; margin:40px 0; }
#inner-imglink .items{
  position: relative;
  width: 31%;
  display: flex;
  justify-content: center;
  margin: 0 1% 29px 1%;
  cursor:pointer;
  border: 1px solid #ebebeb;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* border-radius: 8px; */
  overflow: hidden;
}
#inner-imglink .items:hover{ 
  transform: translateY(-5px); /* 向上移動5px */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* 更明顯的陰影 */
}
#inner-imglink .items > div{text-align:center;margin: 0px auto 0 auto;width: 100%;}
#inner-imglink .items .img{/* max-width: 240px; *//* height:160px; */margin: 0 auto;display: flex;align-items:center;justify-content: center;}
#inner-imglink .items img{display:block;/* padding-bottom:20px; */margin: 0 auto;/*width:100%;*/max-width: 260px;border-radius: 25px;}
#inner-imglink .items .word{/* position: absolute; *//* bottom: -30px; */margin-left: auto;margin-right: auto;width: 100%;left: 0;right: 0;background: #f8fafb;text-align: center;color: #000000;padding: 20px 20px 20px 20px;font-size: 16px;letter-spacing: 3px;/* border-radius: 50px; *//* font-family: 'Noto Sans TC', sans-serif; *//* font-weight: bold; */}

@media screen and (max-width : 1024px) {
	#inner-imglink .items img{ width:90%; max-width:100%; }
}
@media screen and (max-width : 600px) {
	#inner-imglink .items{ width:48%; }
}
@media screen and (max-width : 450px) {
	#inner-imglink .items{ width:100%; }  
}

/*圖片輪播*/
#inner-carousel{width: 100%;overflow: hidden;margin:30px 0 30px 0;}


/*下載與連結*/
#inner-download{margin: 0px 0;padding: 20px 0 0 0px;text-align:center;}
#inner-download .download-list{width:100%;overflow:hidden;margin: 0px 0;text-align: left;padding: 0px 0px 15px 0;margin: 10px 0 10px 0;}
#inner-download .download-list{display:flex;flex-wrap:wrap;border-bottom: 1px solid #cccccc;}
#inner-download .download-list .title{flex: 6;color: #28231c;font-size: 16px;padding: 0 10px 0 10px;line-height:22px;font-family: 'Noto Sans TC', sans-serif;display: flex;align-items:center;}
#inner-download .download-list .title a{ color:#28231c; }
#inner-download .download-list .title a:hover{ text-decoration:underline; }
#inner-download .download-list .types{/* flex: 1; *//* width: 120px; */padding: 8px 5px;margin: 0 0px 0 0;font-size: 18px;display: flex;align-items: center;justify-content: center;color: #ffffff;}
#inner-download .download-list .types span{
    padding-right: 5px;
}
#inner-download .download-list .types.color-bule1{/* background: #bed38f; */border-radius: 15px;font-weight: bold;color: #4999c4;}
#inner-download .download-list .types.color-bule2{background: #90c31f;border-radius: 15px;}

@media screen and (max-width : 480px) {
	#inner-download .download-list .types{flex: inherit;}
	#inner-download .download-list .title{flex:100%;padding: 10px 0;}
}

/*成員執掌*/
#inner-member{width:100%;overflow:hidden;margin: 30px auto 0 auto;}
#inner-member .member-list{display: flex;flex-wrap: wrap;align-items: stretch;margin: 20px 1%;vertical-align: top;line-height: 25px;/* border: 1px solid #bcbcbc; */padding: 20px 20px;box-shadow: 0 0px 6px rgb(0 0 0 / 15%);border-radius: 20px;}
#inner-member .member-list .caption{width:100%;overflow:hidden;font-size: 18px;font-weight: bold;border-bottom: 2px solid #c7e0d8;padding: 0 0 10px 0;margin: 0 0 20px 0;}
#inner-member .member-list .caption span{
    font-size: 12px;
    color: #b6b6b6;
    padding: 0 15px;
}
#inner-member .member-list .title-area{flex: 1;padding: 0 20px;text-align: center;}
#inner-member .member-list .title-area img{/* border: 1px solid #cccccc; */width:100%;max-width:175px;border-radius: 20px;}

#inner-member .member-list .info-area{
    flex: 3;
}
#inner-member .member-list .info-area .info{
    display: flex;
    align-items: stretch;
    /* justify-content: center; */
    border-bottom: 1px solid #c8c6b3;
}
#inner-member .member-list .info-area .info:last-child{ border:0; }
#inner-member .member-list .info-area .info .left{
    /* background: #f4f5ef; */
    min-width: 90px;
    flex: 1;
    color: #c1783d;
    font-size: 16px;
    padding: 5px 10px;
    display: flex;
    align-items:center;
    justify-content: center;
    text-wrap: nowrap;
}
#inner-member .member-list .info-area .info .left i{ width:26px;}
#inner-member .member-list .info-area .info .right{
    flex: 3;
    font-size: 16px;
    padding: 5px 10px;
    word-break:break-all;
    display: flex;
    align-items:center;
    /* justify-content: center; */
}

@media screen and (max-width : 1200px){
	#inner-member .member-list{ width:98%; }
}

@media screen and (max-width : 480px){
	#inner-member .member-list{ display:block; }
	#inner-teacher .member-list{width: 98%;}
	#inner-teacher .member-list .title-area{display:block;text-align: center;}
}


/*中心成員*/
#inner-teacher{width:100%;overflow:hidden;margin: 30px auto 0 auto;}
#inner-teacher .teacher-list{width: 30.5%;margin: 20px 1%;display: inline-block;vertical-align: top;line-height: 25px;/* border: 1px solid #bcbcbc; */padding: 20px 0px;/* box-shadow: 0 0px 6px rgb(0 0 0 / 25%); */}
#inner-teacher .teacher-list .title-area{text-align: center;/* display: flex; */align-items:center;justify-content: center;}
#inner-teacher .teacher-list .title-area .left{
    flex: 1;
}
#inner-teacher .teacher-list .title-area .left img{
	width:100%;
	/*border: 1px solid #cccccc;*/
	/* max-width: 220px; */
	width: 220px;
	height: 220px;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
	border-radius: 140px;
	border: 1px solid #ebebeb;
}
#inner-teacher .teacher-list .title-area .right{
    flex: 1;
    color: #010101;
    font-size: 20px;
    padding: 20px 0 10px 0;
}
#inner-teacher .teacher-list .title-area .right span{
    font-size: 16px;
}
#inner-teacher .teacher-list .title-area .right p{
    font-size: 14px;
    color: #2a2a2a;
    display: block;
    max-width: 130px;
    text-align: center;
    padding: 5px 10px;
    margin: 15px auto 10px auto;
    /* min-height: 36px; */
    background: #f9ede4;
}
#inner-teacher .teacher-list .info-area{
    /* border-top: 2px solid #90c31f; */
    margin-top: 5px;
}
#inner-teacher .teacher-list .info-area .info{
    display: flex;
    align-items: stretch;
    /* justify-content: center; */
    /* border-bottom: 1px solid #c8c6b3; */
}
#inner-teacher .teacher-list .info-area .info:last-child{ border:0; }
#inner-teacher .teacher-list .info-area .info .left{
    /* background: #f4f5ef; */
    color: #c1783d;
    min-width: 60px;
    flex: 1;
    font-size: 14px;
    padding: 0px 5px;
    display: flex;
    align-items:center;
    /* justify-content: center; */
}
#inner-teacher .teacher-list .info-area .info .left i{ width:26px; }
#inner-teacher .teacher-list .info-area .info .right{
    flex: 3;
    font-size: 14px;
    padding: 5px 0px;
    word-break:break-all;
}

@media screen and (max-width : 1200px){

	#inner-teacher .teacher-list{width: 46.5%;}
}


@media screen and (max-width : 480px){


	#inner-teacher .teacher-list{width: 98%;}
	#inner-teacher .teacher-list .title-area{display:block;text-align: center;}
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 學員專區 <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.login-area{ width:100%; overflow:hidden; margin:30px 0; }
.login-title{ display:flex; width:100%; padding:15px 30px; background:#46C5EA; color:#ffffff; border:2px solid #46C5EA; font-size:24px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.login-title .left{ padding-right:30px; }
.login-title .right{ display:flex; border-left:1px dashed #ffffff; padding-left:30px; align-items:center; justify-content: center;}
.login-content{width:100%;padding:15px 10px;font-size:16px;color:#222222;line-height:30px;text-align: center;/* background:#ffffff; */-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}

#login-area{width:100%;margin: 30px auto;overflow:hidden;padding:0 10px;box-sizing:border-box;/* background: #eeeeee; */}
#login-area .input{ cursor:hand; cursor:pointer; background:#f3f3f3;border:1px solid #d6d6d6;max-width:450px; color:#323232; font-size:16px; letter-spacing:2px;margin: 30px auto 0px auto;padding: 5px 30px 5px 30px;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;}
#login-area .input input[type=text],#login-area .input input[type=password]{ border:0; background:#F3F3F3;width: 70%; outline:0; font-size:14px;padding: 10px 0;letter-spacing:1px; color:#333;}

.login-submit{ display:inline-block; border:1px solid #dadada; margin:30px auto; padding:12px 28px; letter-spacing:1px; color:#585858; font-size:16px; text-decoration:none; background:#ffffff; }

@media (max-width: 480px) {
	.hide480{ display:none; }	

}


.login-area{ width:100%; overflow:hidden; margin:0px auto; text-align:center; }
.login-title{ font-size:18px; color:#395069; font-weight:bold; border-bottom:1px solid #bebebe; padding-bottom:10px; }
.login-area table{ margin:30px 0;}
.login-area table td {color:#3b3a3a;padding: 10px 0px 10px 0px;font-size: 15px;text-align:left;/* height: 50px; */line-height: 1.3;border-bottom: 1px dashed #d1d1d1;}
.login-area table td:first-child span{display: inline-block;width: 15px;color: red;padding-right:3px;}
.login-area table td img{ vertical-align:middle; }

.form-input input[type="text"],input[type="password"],input[type="email"],input[type="number"]{border: 1px solid #b9b7b7;/* background: #f9f9f9; *//* border-radius: 4px; */margin:5px 0;width:100%;height:35px;padding:5px 10px;box-sizing:border-box;color: #000;outline: none;font-size: 14px;}
.form-input select{max-width: 300px;width:100%;height:35px;border:1px solid #696868;padding:0 7px;box-sizing: border-box;outline:0;letter-spacing:1px;font-size:15px;font-family:"微軟正黑體";border: 1px solid #b9b7b7;/* background: #f9f9f9; *//* border-radius: 4px; */}
.form-input textarea {border:1px solid #696868;width:100%;font-size:14px;padding:5px 10px;box-sizing:border-box;color:#646464;-webkit-transition: width 0.4s ease-in-out;transition: height 0.4s ease-in-out;height:100px;outline: none;border: 1px solid #b9b7b7;/* background: #f9f9f9; *//* border-radius: 4px; */}

@media (max-width: 767px) {
  .login-area table,
  .login-area tbody,
  .login-area tr,
  .login-area td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  .login-area tr {
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
    border-bottom: 1px dashed #d1d1d1;
  }

  .login-area tr:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .login-area td {
    height: auto !important;
    padding: 5px 0;
    text-align: left !important; /* Align text to the left */
    border-bottom: 0 !important;
  }

  .login-area td:first-child {
    font-weight: bold;
    padding-bottom: 5px;
    color: #2ca4d0;
    /* border-bottom: 0; */
  }
  .login-area table td:first-child span{width:auto;}
  .login-area table tr:nth-child(odd) td {
    background-color: transparent !important;
    border-bottom: 0;
  }

  .login-area input[type="text"],
  .login-area input[type="password"] {
    width: 100%; /* Make inputs take full width */
  }

  .login-area .frame-title {
    margin-top: 20px;
  }
}


.professional-login-container {
    /* max-width: 450px; */
    margin: 2rem auto;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    text-align: center;
}
.professional-login-container .b-innertitle {
    text-align: center;
    margin-bottom: 1.5rem;
}
.professional-login-container .b-innertitle .line {
    display: none;
}
.login-area.form-input .input {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
}
.login-area.form-input .input i {
    color: #888;
    margin-right: 10px;
}
.login-area.form-input .input .hide480,
.login-area.form-input .input span[style*="color:#c7c7c7"] {
    display: none;
}
.login-area.form-input .input input[type="text"],
.login-area.form-input .input input[type="password"] {
    border: none;
    flex: 1;
    padding: 10px 5px;
}
.login-area.form-input .input input[type="text"]:focus,
.login-area.form-input .input input[type="password"]:focus {
    outline: none;
}

.extra-links {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.extra-links a {
    color: #4a90e2;
    text-decoration: none;
    white-space: nowrap;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}
.extra-links a:hover {
    text-decoration: underline;
    background-color: rgba(74, 144, 226, 0.1);
}
.extra-links .separator {
    color: #ccc;
    margin: 0 4px;
}

/* 論文管理頁面的狀態文字樣式 */
.status-text {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid;
    background-color: transparent;
}

/* 審查結果狀態樣式 */
.status-text.status-pending {
    color: #856404;
    border-color: #ffeaa7;
    background-color: #fff3cd;
}

.status-text.status-accepted {
    color: #155724;
    border-color: #c3e6cb;
    background-color: #d4edda;
}

.status-text.status-rejected {
    color: #721c24;
    border-color: #f5c6cb;
    background-color: #f8d7da;
}

.status-text.status-revised {
    color: #0c5460;
    border-color: #bee5eb;
    background-color: #d1ecf1;
}

/* 付款狀態樣式 */
.status-text.payment-paid {
    color: #155724;
    border-color: #c3e6cb;
    background-color: #d4edda;
}

.status-text.payment-unpaid {
    color: #721c24;
    border-color: #f5c6cb;
    background-color: #f8d7da;
    text-wrap-mode: nowrap;
}

/* 論文管理頁面的操作按鈕樣式 */
.action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    margin: 0 4px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    min-width: 80px;
    background: none;
    cursor: pointer;
}

/* 確保按鈕在表單中也能正常顯示 */
.action-btn[type="submit"] {
    background: none;
    border: 2px solid transparent;
    font-family: inherit;
}

.action-btn i {
    margin-right: 6px;
    font-size: 16px;
}

.action-btn span {
    font-size: 13px;
}

.action-btn.edit-btn {
    background-color: #4a90e2;
    color: #ffffff;
    border-color: #4a90e2;
}

.action-btn.edit-btn:hover {
    background-color: #357abd;
    border-color: #357abd;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(74, 144, 226, 0.3);
}

.action-btn.delete-btn {
    background-color: #dc3545;
    color: #ffffff;
    border-color: #dc3545;
}

.action-btn.delete-btn:hover {
    background-color: #c82333;
    border-color: #c82333;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

/* 禁用狀態的按鈕樣式 */
.action-btn.disabled {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #ffffff !important;
    opacity: 0.7;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

.action-btn.disabled:hover {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    transform: none !important;
    box-shadow: none !important;
}

/* 刪除中狀態的特殊樣式 */
.action-btn.delete-btn.disabled {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    opacity: 0.8;
}

.action-btn.delete-btn.disabled i.fa-spinner {
    color: #ffffff;
}

/* 已審核論文的刪除按鈕禁用樣式 */
.action-btn.delete-btn.disabled:not(.fa-spinner) {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #ffffff !important;
    opacity: 0.6;
    cursor: not-allowed !important;
}

.action-btn.delete-btn.disabled:not(.fa-spinner):hover {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    transform: none !important;
    box-shadow: none !important;
}

/* 響應式設計 - 小螢幕優化 */
@media screen and (max-width: 768px) {
    .action-btn {
        padding: 6px 12px;
        margin: 2px;
        min-width: 70px;
    }
    
    .action-btn i {
        margin-right: 4px;
        font-size: 14px;
    }
    
    .action-btn span {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .action-btn {
        display: block;
        width: 100%;
        margin: 4px 0;
        text-align: center;
    }
    
    .action-btn i {
        margin-right: 8px;
    }
}

/* 響應式設計 - 小螢幕優化 */
@media screen and (max-width: 480px) {
    .extra-links {
        flex-direction: column;
        gap: 12px;
    }
    .extra-links .separator {
        display: none;
    }
    .extra-links a {
        padding: 8px 16px;
        border: 1px solid #e0e0e0;
        border-radius: 20px;
        background-color: #f8f9fa;
        min-width: 120px;
        text-align: center;
        text-decoration: none;
    }
    .extra-links a:hover {
        background-color: #e9ecef;
        border-color: #4a90e2;
    }
}

/* 中等螢幕優化 */
@media screen and (max-width: 768px) and (min-width: 481px) {
    .extra-links {
        gap: 6px;
    }
    .extra-links a {
        padding: 6px 12px;
        font-size: 0.85rem;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 網站表單 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.website-frame{width:100%;overflow:hidden;margin: 20px 0 30px 0 !important;padding: 20px 20px;min-height:200px;/* border: 1px solid #cac6be; */background: #ffffff;/* border-radius: 25px; *//* border-bottom: 3px solid #d6eddf; */}
.website-frame .frame-title{
    position: relative;
    color: #000000;
    /* background-color: #f9e9c6; */
    background-position:center right;
    text-align: left;
    background-repeat:no-repeat;
    color: #256b5e;
    border-bottom: 1px solid #b5b5b5;
    /* font-weight: bold; */
    font-size: 20px;
    padding: 13px 20px 13px 45px;
    margin: 0 0 20px 0px;
    /* border-top-right-radius: 20px; */
    /* border-bottom-left-radius: 20px; */
}
.website-frame .frame-title:before{position: absolute;left: 0px;top: 8px;content:url(../../images/menu-icon.png);/*filter: brightness(0) invert(1);*/}

.website-frame .frame-content{ padding: 30px 0;}


#inner-signup{}
#inner-signup .caption{font-size: 16px;color: #6a6a6a;line-height:25px;font-family: 'Noto Sans TC', sans-serif;margin-bottom:50px;text-align: center;}
#inner-signup .caption span{ color:#ae0101; font-size:14px; }
#inner-signup .flex-table{display:flex;max-width:870px;width:100%;margin:0 auto;padding:0 10px;/* border-bottom:1px dashed #e1e1e1; */}
#inner-signup .flex-table.line{border-bottom:1px dashed #b2b2b2;}
#inner-signup .flex-table .flex-th{width:120px;text-align:left;display:flex;align-items:center;font-size: 16px;color: #3a291a;/* border-top:1px solid #c9c9c9; *//* border-right: 1px solid #c9c9c9; */}
#inner-signup .flex-table .flex-th font{color:#8c1b01;margin-right: 5px;}
#inner-signup .flex-table .flex-th i{ display:inline-block; width:10px; font-style:inherit; color:#F00; padding-right:5px; }
#inner-signup .flex-table .flex-th span{ display:inline-block; color:#067d97; font-size:12px; }

#inner-signup .flex-table .flex-td{flex:4;padding: 5px 10px;text-align:left;/* border-top:1px solid #c9c9c9; */min-height: 50px;font-size: 15px;/* display: flex; */align-items:center;}
#inner-signup .flex-table .middle{ display:flex; align-items:center; }

#inner-signup input[type='text'],
#inner-signup input[type='file'],
#inner-signup select{

outline:0;

/*width:100%;*/

background: #ffffff;

border: 1px solid #bfbfbf;

color:#333333;

font-size:15px;

padding: 12px 20px;

margin: 5px 0;

box-sizing: border-box;

border-radius: 15px;

border: 1px solid #c9c5be;

padding: 7px 16px;

box-sizing: border-box;

margin: 0 0 10px 0;

font-size: 16px;

border-radius: 10px;

color: #000000;

letter-spacing: 1px;
}

#inner-signup .flex-table{min-height: 100px;outline:0;width:100%;background: #ffffff;border: 1px solid #e7d4b5;color: #b3a48a;font-size:15px;padding: 15px 15px;margin: 5px 0;box-sizing: border-box;border-radius: 15px;}
#inner-signup .flex-area{display:flex;}

#inner-signup .flex-area .flex-column{flex: 1;padding: 0 5px; font-size:15px; }
#inner-signup .flex-area .flex-column2{flex: 2;padding: 0 5px;}
#inner-signup .flex-area .flex-column5{flex: 5;padding: 0 5px;}
#inner-signup .flex-table .zipcode{ font-size:15px; color:#787878; }
#inner-signup .flex-table .zipcode span{ font-size:13px; color:#00629f; padding:0 10px; }
#inner-signup span.btn{display: inline-block;border: 1px solid #cf6b00;color: #cf6b00;cursor:pointer;margin: 5px 3px;text-decoration: none;padding: 10px 20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}

#fancy-frame{ width:100%; padding:40px 5%; }
#fancy-frame .bottom{ width:100%; padding:30px 30px; text-align:center; }


@media screen and (max-width : 768px) {
  	#inner-signup .flex-area{/* display:block; */}
  	#inner-signup .flex-area .flex-column{ padding:5px; }
}

@media screen and (max-width : 480px) {
	#inner-signup .flex-table .flex-th{ border:0; padding:15px 0 0 0; font-weight:bold; }
	#inner-signup .flex-table{ display:block; }
}



@media screen and (max-width : 600px) {
    .website-frame{padding: 20px 0px;}
}


.employment-form {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

.employment-form__section {
  margin-bottom: 20px;
}

.employment-form__sub-options {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.employment-form__indent {
  margin-left: 30px;
  margin-bottom: 0px;
}

.employment-form__input {
  width: 60px;
  padding: 4px;
  margin-left: 4px;
}

@media (max-width: 600px) {
  .employment-form {
    font-size: 15px;
  }

  .employment-form__input {
    width: 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Sitemap <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#sitemap-area{ max-width:1200px; width:100%; overflow:hidden; margin:30px auto; }
#sitemap-area .sitemap-list{display: inline-block;vertical-align: top;width: 22.5%;margin: 0 1% 40px 1%;min-height:300px;overflow:hidden;}
#sitemap-area .title{width:100%;padding: 10px 0px;color: #3d3d3d;font-size:20px;font-family: 'Noto Sans TC', sans-serif;font-weight: bold;border-bottom: 5px solid #c7e0d8;display: flex;align-items:center;/* justify-content: center; */}
#sitemap-area .title span{
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
    background: #c7e0d8;
    padding: 7px 10px 15px 18px;
    margin: 0 20px 0 0;
    border-radius: 50px;
}
#sitemap-area .list{position: relative;clear:both;border-bottom: 1px dashed #cccccc;color: #c7e0d8;font-size:16px;letter-spacing:1px;margin:0 20px;padding: 17px 10px;}
#sitemap-area .list.type-2{
    padding-left: 30px;
}
#sitemap-area .list.type-1:before{ content:"●"; }
#sitemap-area .list.type-2:before{content:"○";left: 30px !important;}
#sitemap-area .list.type-1:before , #sitemap-area .list.type-2:before{position: absolute;left: 8px;top: 20px;padding-right: 5px;font-size:12px;}
#sitemap-area .list a{display: inline-block;line-height: 20px;color: #3d3d3d;font-weight: bold;text-decoration:none;padding-left: 20px;}
#sitemap-area .list a:hover{ color:#c7e0d8; }
#sitemap-area .list:first-child{ border:0; }
#sitemap-area .list.sub{border:0;padding: 15px 35px;}
#sitemap-area .list.sub:before{font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f1ce";padding-right: 10px; font-size:14px; }


@media screen and (max-width : 1023px) {	
	#sitemap-area .sitemap-list{ width:47%; }
	
}
@media screen and (max-width : 720px) {
 	#sitemap-area .sitemap-list{ width:98%; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> News <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*檔案與連結*/
.download-list{width:100%;overflow:hidden;padding: 15px 20px 15px 20px;box-sizing:border-box;margin:5px 0;border-bottom:1px dotted #919191;}
.download-list .down-left{float:left;font-size: 16px;max-width: 30px;width: 10%;color: #90c31f;}
.download-list .down-left img{ vertical-align:-15%; width:20px; }
.download-list .down-right{float:left;width: 90%;}
.download-list .down-right a{color: #000000;font-size:15px;text-decoration:none;}
.download-list .down-right a:hover{ color:#90c31f; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Contact <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*聯絡我們*/
#index-contact{width:100%;max-width: 1300px;margin: 0 auto;min-height:190px;padding: 30px 0px;overflow:hidden;/* background:url(../../images/contact-bg.png) no-repeat top center; */}
#index-contact .contact-form{/*display:flex;*/}
#index-contact .contact-form > .left{flex:1;padding: 0 15px;}
#index-contact .contact-form > .right{flex:1;padding: 0 15px;}

#contact_info{ position:relative; max-width:1200px; overflow:hidden; }
#contact_info .contact_info_left{float:left;width: 50%;margin: 20px 0 30px 0;}
#contact_info .contact_info_right{/* float:left; *//* max-width:400px; *//* width: 50%; */font-size:15px;padding: 10px 0 0 10px;box-sizing: border-box;letter-spacing:1px;color:#4f4f4f;line-height:30px;}

#contact_info .slogan{ background:url(../../images/about_line.png) top center no-repeat; padding:90px 0 0 0; position:absolute; top:0; right:0; }
.contact_info_btitle{ width:100%; border-bottom:1px solid #6d6b64; }
.contact_info_area{width:100%;overflow:hidden;line-height:25px;padding: 5px 0;/* border-bottom:1px dashed #a7a7a4; */}
.contact_info_title{float:left;width:10%;color: #346886;/* background:#c6e0a8; */text-align:center;margin:0 5% 0 0;padding:0 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;text-wrap: nowrap;}
.contact_info_content{ float:left; width:70%; }

/*聯絡我們表單*/
.contact-form .input-item{width:100%;display: flex;align-items:center;justify-content: center;background:#ffffff;margin: 25px 0;padding: 0px 10px 0px 10px;border:1px solid #cecece;transition: all 0.5s ease;line-height: 25px;}
.contact-form .input-item:hover{border:1px solid #346886; border-left:5px solid #346886;}
.contact-form .input-item .left{flex:1.5;color: #000000;font-size: 16px;letter-spacing: 1px;}
.contact-form .input-item .left span{ color:#cb333e; width:13px; display:inline-block; }
.contact-form .input-item .right{flex: 3.5;padding: 0 0px;border-left: 1px solid #d5d5d5;}
.contact-form .input-item .right input{width:100%;font-size:16px;border:0;padding: 10px 10px 10px 10px;background:transparent;outline: 0;}
.contact-form .input-item .right select{width:90%;font-size:16px;border:0;padding: 10px 10px 10px 10px;background:transparent;outline: 0;}
.contact-form .input-item .right textarea{width:100%;padding:10px;font-size:16px;height: 175px;border:0;background:transparent;resize:none;outline: 0;}
.contact-form .input-item .right .rand-img{position:absolute;right: 10px;top: 8px;cursor:pointer;}
.contact-form .pager .btn-1:before{ left:10px; }
.contact-form .pager{ text-align:right; }

#contact-info{ background:url(../../images/contact-bg.png) no-repeat; }
#contact-info .wrap{min-height:600px;display:flex; justify-content: space-between; flex-wrap:wrap; }
#contact-info .left{width:40%; padding:10px; }
#contact-info .left .css-table{ padding:10px; }
#contact-info .left .css-td:first-child{width: 20px; color:#71c6b2; }
#contact-info .left .css-td:nth-child(2){ width:40px; }
#contact-info .left .css-td{width:30px;padding: 15px 0;font-size: 16px;border-bottom: 1px dotted #cccccc;}
#contact-info .right{width:50%; padding:10px; }
#contact-info .right .map{width:100%;color:#385170;font-size:16px;display: flex;justify-content: flex-end;}
#contact-info .right .map .iframe{width:100%;/* max-width:500px; */height:400px;border:0;}


@media screen and (max-width : 1200px) {
	#contact-info .left{ flex:1; width:auto; }
	#contact-info .right{ flex:1; width:auto; }	
}
@media screen and (max-width : 1024px) {
	#contact-info .wrap{ display:block; }
	#index-contact .contact-form{padding-top: 0px;}
	.contact-form .input-item .left{ flex:2; }
}
@media screen and (max-width : 768px) {
	#index-contact { min-height: 180px; }
	#index-contact .contact-form{ display:block; }
	.contact-form .input-item .right{ flex:3; }
	.contact-form .input-item .left{ flex:1; }

	#contact_info .contact_info_left { float: none; width: 100%; }
    #contact_info .contact_info_right { padding: 0px; width: 100%; }
	
}
@media screen and (max-width : 480px) {
	#contact-info .left .css-td:nth-child(2){ display:none; }
	.contact-form .input-item .right{ flex:1.5; }	
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Mobile Menu <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


body { transition: background-color .2s; }
#wrapper { transition: margin-left .2s; }
.sidenav { display:flex; flex-direction: column; height: 100%;overflow:hidden;width: 0;position: fixed;z-index: 9999;top: 0;right: 0;background-color: rgba(255, 255, 255, 1);overflow-x: hidden;transition: 0.2s;/*padding-top: 60px;*/box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.sidenav .closebtn {font-size: 25px;position: absolute;top: 25px;right: 10px;color: #356684;}
.sidenav .head {width:100%;position: relative;overflow:hidden;/* text-align: center; */padding: 15px 0 15px 5px;border-top: 3px solid #356684;border-bottom: 1px solid #ebebeb;background: #ffffff;}
.sidenav .head img{max-width: 259px;}

.sidenav .menu-top{ }
.sidenav .menu-bottom{width: 100%;height: 100%;background: #ebebeb;padding: 20px 0 10px 0;display: flex;align-items: flex-end;justify-content: center;}
.sidenav .menu-bottom .search{padding:10px 20px;}
.sidenav .menu-bottom .search .items{
    margin: 20px 0;
    display:flex;
}
.sidenav .menu-bottom .search .items .lefter{
	flex: 1;
	width: 80px;
	font-size: 16px;
	color: #3c3c3c;
	display: flex;
	align-items:center;
	justify-content: center;
}
.sidenav .menu-bottom .search .items .lefter i{color: #0557A1;padding-right:8px;}
.sidenav .menu-bottom .search .items .righter{flex: 1;padding: 0 0 0 10px;}
.sidenav .menu-bottom .search .items .righter .search-items{ display:flex;}
.sidenav .menu-bottom .search .items .righter .search-items .input{flex: 1;}
.sidenav .menu-bottom .search .items .righter .search-items .input input[type="text"]{border:0;outline: 0;max-width: 100px;padding: 15px;-webkit-border-top-left-radius: 20px;-webkit-border-bottom-left-radius: 20px;-moz-border-radius-topleft: 20px;-moz-border-radius-bottomleft: 20px;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.sidenav .menu-bottom .search .items .righter .search-items .button{flex:1;background: #0557A1;color: #ffffff;padding: 15px 20px;-webkit-border-top-right-radius: 20px;-webkit-border-bottom-right-radius: 20px;-moz-border-radius-topright: 20px;-moz-border-radius-bottomright: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}

.sidenav .menu-bottom .community{padding: 10px 5px;text-align: center;}
.sidenav .menu-bottom .copyright a{color: #939797;text-decoration:none;}
.sidenav .menu-bottom .copyright a:hover{ text-decoration:underline; }


@media screen and (max-height: 450px) {
 .sidenav {padding-top: 15px;}
 .sidenav a {font-size: 18px;}
}
/*選單 - 選項*/
#ajax-sidenav > div {position:relative;width: 100%;border-left: 5px solid #356684;border-bottom: 1px solid #ebebeb;color: #000000;padding: 15px 25px;line-height:20px;box-sizing:border-box;cursor: pointer;cursor: hand;font-size: 14px;letter-spacing: 3px;}
#ajax-sidenav > div:before {/*content:url(../../images/header-icon.png);vertical-align:0; padding-right:10px;color: #000000;*/}

#ajax-sidenav > div i {position:absolute;right: 15px;top: 17px;}
#ajax-sidenav > div.title { background: #b19bb5; color: #ffffff; }
#ajax-sidenav > div:hover { /*color:#57708e;*/ }
#ajax-sidenav > div span { position:absolute; right:0; top: 0; display:block; padding: 15px 20px; border-left: 1px solid #ebebeb;/* border-right: 1px solid #ebebeb; */ }
#ajax-sidenav > div.nav {/* background:#ECECEC; */border-bottom: 1px solid #CDCDCD;color: #333333;letter-spacing: 1px;}
#ajax-sidenav > div.nav:before { content:""; padding-right:0px; }
#ajax-sidenav > div img { vertical-align:middle; padding-right:8px; }
.submenu-nav { width: 100%; overflow:hidden; display:none; background-color: #FFFFFF; }
.submenu-nav div {position:relative;font-size: 14px;background: #ffffff;line-height: 20px;border-bottom: 1px solid #ebebeb!important;padding: 18px 30px 18px 55px !important;cursor:pointer;}
.submenu-nav div:before{position: absolute;left: 30px;top: 20px;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f111";color: #e2e2e2;padding-right: 8px;}
.submenu-nav div a{font-size: 14px;color: #000000 !important;}
.submenu-nav div i{position:absolute;top:20px;right: 16px;color: #000000;}
.submenu-nav.layer3 div{padding: 18px 10px 18px 80px !important;}
.submenu-nav.layer3 div:before{position: absolute;left: 55px;top: 20px;font-family: "Font Awesome 5 Free";font-weight: 100;content: "\f111";color: #e2e2e2;padding-right: 8px;}


.submenu2{background:#ebebeb !important;border-left: 5px solid #9B7354;}
.submenu3{background:#f5f5f5 !important;border-left: 5px solid #9B7354;}

.copyright{text-align: center;color: #939797;line-height: 18px;padding: 20px 10px;}

@media screen and (max-height: 450px) {
 .sidenav { padding-top: 15px;}

 .sidenav a { font-size: 18px;}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Menu Search <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.jq-submenu.srh{position:relative;padding:0 !important;}
.jq-submenu.srh .srh-btn{position:absolute;right: 30px;top: 20px;}
.jq-submenu.srh input[type="text"]{
	/* max-width:218px; */
	background: #F2f2f2;

	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	border:0;
	font-size: 14px;
	padding: 0 50px 0 25px;

	box-sizing: border-box;
	letter-spacing:1px;

	color:#333;
	outline:0;
}

.jq-submenu.nav{/* border-left:0 !important; */}
.jq-submenu.nav i{ position:initial !important; padding-right:8px; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Bxslider <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

ul.bxslider { margin:0; padding:0; }
#home_banner {display: inline-block;width: 100%;margin: 10px 0 0 0;overflow: hidden;position: relative;background:#f3f8fb;}


#home_banner ul{ list-style:none; }
#home_banner li { width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center;}
#home_banner .bxslider { opacity: 0; }
#home_banner .bx-wrapper .bx-pager.bx-default-pager a:hover, #home_banner .bx-wrapper .bx-pager.bx-default-pager a.active {background: #399066;/* border: 1px solid #ffffff; */}
#home_banner .bx-wrapper .bx-pager.bx-default-pager a {background-color: #d9d9d9;/* border: 1px solid #2d2727; */width: 13px;height: 13px;margin: 0 5px;border-radius: 50%;box-shadow:2px 2px 8px rgba(15%,15%,40%,0.1);}
#home_banner .bx-wrapper .bx-pager { bottom: 32px; opacity: 1; }
#home_banner .bx-wrapper .bx-controls-direction{ opacity: 0; }
#home_banner .word { font-size: 15px; position: absolute; margin-left: -187px; margin-top: -116px; left: 50%; top: 50%; color: #673D3A; letter-spacing: 25px; opacity: 0.2; }
#home_banner .word b { font-weight: bold; }
#home_banner .down { position: absolute; right: 30px; bottom: 32px; width: 34px; height: 28px; z-index: 99; cursor: pointer; opacity: 0; }
#home_banner .down img { display: block; }
#home_banner .bx-prev{ left:5%; }
#home_banner .bx-next{ right:5%; }
#home_banner .bx-next:hover , #home_banner .bx-prev:hover{ opacity:.8; }

/* line 84, scss/_header.scss */
.headerTitleContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  /*
  @media only screen and (max-width: 640px), screen and (max-height: 900px) {     
  	.headline {
  		margin: 13rem auto 0 auto;
  	}
  }
  @media only screen and (min-width: 641px) and (max-width: 768px) {
  	.headline {
  		margin: 10rem auto 0 auto;
  	}
  }
  */
}
/* line 90, scss/_header.scss */
.headerTitleContainer .headline {
  text-align: center;
  /*margin: 15rem auto 0 auto;*/
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  color: #ffffff;
  /* background: #ebebeb; */
  /* border-bottom: 1px solid #ffffff; */
  background-color: rgba(33, 33, 33, 0.6);
  padding: 10px 20px 10px 20px;
}

.headerTitleContainer a{ 
  text-decoration:none;
}

.headerTitleContainer .headline h2{
    padding: 0px 0 0px 0;
    margin: 20px 0;
    font-size: 65px;
    letter-spacing: 10px;
    /*font-family: "標楷體", "KaiTi", sans-serif;*/
    font-weight: normal;
    text-shadow: 1px 1px 1px #9a9a9a;
    font-weight: bold;
}
.headerTitleContainer .headline p{
    letter-spacing: 2px;
    font-size: 24px;
    color: #F4D885;
    /*font-family: "標楷體", "KaiTi", sans-serif;*/
    /* font-weight: bold; */
}



/* line 96, scss/_header.scss */
.headerTitleContainer .button, .headerTitleContainer .headerButton {
  display: none;
}


@media screen and (max-width : 1024px) {
	
	#home_banner .bx-controls-direction
	{
		display:none;	
	}
	
	#home_banner .bx-wrapper .bx-pager.bx-default-pager a {
		 width: 15px;
		 height: 15px;
	}
	#home_banner, #home_banner li {
		/*max-height: 275px;
		height: 275px;
		margin-top: 75px;*/
	}
}

@media only screen and (max-width: 1024px) {
  /* line 104, scss/_header.scss */
  .headerTitleContainer .headline {
   /* margin: 7rem auto 0 auto;*/
   margin: 0 auto;
  }
  .headerTitleContainer .headline p{ font-size:19px; padding:1px 0; letter-spacing: 2px;}  
  .headerTitleContainer .headline h2{ letter-spacing: 3px;font-size: 22px;color: #F4D885; }

}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  /* line 110, scss/_header.scss */
  .headerTitleContainer .headline {
    /*margin: 7rem auto 0 auto;*/
    margin: 0 auto;
  }
}


@media only screen and (max-width: 900px) {
  #home_banner {margin: 0 0 0 0;}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Effect <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/



/*scroll progress bar*/
.KW_progressContainer {
  left:0;
  width: 100%;
  height: 0.6em;
  margin-bottom: 0px;
  position: fixed;
  top: 0px;
  overflow: hidden;
  background-color: #81a237;
  content: "";
  display: table;
  table-layout: fixed;
  z-index:999;
}

.KW_progressBar {
  width: 0%;
  float: left;
  height: 100%;
  z-index:99;
  max-width: 100%;
  background-color: #9cd420;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/*圖片放大*/
.zoom-in img {

	width: 100%;	
}


.zoom-in:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common Animation <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

@keyframes widthGroup-1 {
    0% { width: 0; }
    60% { width: 70px; }	
    100%   { width: 60px; }
}


.scaleZoom {
	-webkit-animation: scaleZoom 2s ease both;
	animation: scaleZoom 2s ease both;
}
@-webkit-keyframes scaleZoom {
	from { opacity: 0; -webkit-transform: scale(1.2); }
}
@keyframes scaleZoom {
	from { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); }
}

.scaleZoom-2 {
	-webkit-animation: scaleZoom-2 2s ease both;
	animation: scaleZoom-2 2s ease both;
}
@-webkit-keyframes scaleZoom-2 {
	from { opacity: 0; -webkit-transform: scale(1.05); }
}
@keyframes scaleZoom-2 {
	from { opacity: 0; -webkit-transform: scale(1.05); transform: scale(1.05); }
}

/*------image mask--------*/
.photo-mask{opacity:0;position:absolute;left:0;bottom:0;color:#ffffff;width:100%;height:100%;background-color: rgba(155, 155, 155, 0.9);letter-spacing:3px;text-align:center;padding: 4vw;box-sizing:border-box;line-height:22px;-webkit-transition:.2s;-ms-transition:.2s;-moz-transition:.2s;}

.photo-mask-content{ width:100%; height:100%; display:flex; align-items:center; justify-content: center; }
.photo-mask-content span{color:#8dbb00 !important;font-weight:normal !important;font-size: 18px !important;}
.photo-mask .line{border:1px solid #FFFFFF;}
.gallery{ position:relative; }
.gallery .photo-mask{ opacity:0; cursor:pointer; }
.gallery:hover .photo-mask{ opacity:1; }
.gallery:hover .title{ opacity:0; }	
	

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Location <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.Loadaction_Box { position:relative; height: 100%; width: 0%; position: fixed; overflow:auto; top: 0; left: 0; overflow:auto; background-color:rgba(0, 0, 0, 0.5); z-index:100000000 }
.Loadaction {width: 220px;height: 60px;top: 42%;position: absolute;margin-left: auto;margin-right: auto;padding-top: 10px;left: 0;right: 0;background-color:rgba(0, 0, 0, 0.5);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.Actionupload_Text {font-size:13px;color:#FFFFFF;height: 25px;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> pagelink <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


.pageselect{border:1px solid #CCCCCC;padding: 4px 5px;font-size:12px;}
.pageselect:hover{ background:#ebebeb; }
a.pagelink_no{color:#333333;text-decoration:none;border: 1px solid #cccccc;padding: 7px 5px;display: inline-block;margin: 5px 0;}
a.pagelink_no:hover{ background:#ebebeb; }
a.pagelink{color:#333333;text-decoration:none;border: 1px solid #CCCCCC;padding: 5px 10px;}
a.pagelink:hover{ background:#ebebeb; }
a.pagelink_ch{color:#333333;padding: 5px 10px;border: 1px solid #cccccc;background: #ebebeb;text-decoration:none;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Content <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*師資介紹*/
.member_list{width:100%;overflow:hidden;margin: 50px 0 20px 0;}
.member_list_left{width: 30%;margin: 0 4% 0 0;float:left;}
.member_list_left img{width:100%;margin-right: 5%;border:2px solid #eaeaea;max-width: 275px;border-radius: 35px;}
.member_list_center{width: 43%;margin: 0 5% 0 0;float:left;}
.member_list_center2{width: 65%;margin: 0 0 0 0;float:left;}
.member_list_right{ width:30%; float:left; padding:0 0; box-sizing:border-box; }
.member_title{color: #413c3c;font-size:20px;border-bottom: 5px solid #c7e0d8;padding: 40px 0 15px 0;}
.member_title:before{ /*content:url(../../images/teacher_title.png); vertical-align:middle; padding:0 10px 0 0;*/ }
.more_area{width:95%; text-align:right;}

.member{width:100%; overflow:hidden; margin:0 auto; line-height:40px; color:#2D2D2D; font-size:15px; letter-spacing:1px;}
.member_name{font-size:20px;color: #010101;/* font-weight:bold; */margin: 0 0 5px 0;/* border-bottom: 1px dashed #a7a7a4; */}
.member_name a{color: #000000;text-decoration: inherit;}
.member_name span{/* display:block; */margin: 0 20px;color: #009090;font-size: 16px;text-shadow:none;}
.member_info_area{width:100%;overflow:hidden;line-height:25px;padding: 7px 0 7px 0;border-bottom:1px dashed #a7a7a4;}
.member_info_title{float:left;width: 22%;/* height: 35px; */line-height: 35px;color: #c1783d;/* font-weight: bold; */}
.member_info_title i{ padding:0 10px 0 0; }
.member_info_content{float:left;width: 78%; line-height: 2;}
.member_info_content a{ color:#000000; text-decoration:underline; }
.member_info_content a:hover{ color:#90c31f; }
.member_info_content .form-input {border: 1px solid #b9b7b7;background: #f9f9f9;border-radius: 4px;width: 100%;height: 35px;padding: 5px 10px;box-sizing: border-box;color: #646464; outline: none;}

/*教師留校時間*/


.table-1 { border-collapse:collapse; }
.table-1 th,.table-1 td{ text-align:center;  border:1px solid #cccccc; }

@media screen and (max-width : 768px){
	.member_list_left{ float:none; text-align:center; margin:0 auto; width:60%; }
	.member_list_center, .member_list_center2{ width:100%; float:left }
	.member_list_right{ float:none; width:100%; }	
	.more_area{width:100%; text-align:center;}
	.member_info_title{ float:none; width:100%; }	
}

/* 文件上傳區域樣式 */
.file-upload-container {
  padding: 10px 0;
}

.upload-section {
  margin-bottom: 15px;
  /* padding: 12px; */
  /* background: #f8f9fa; */
  /* border: 1px solid #e9ecef; */
  border-radius: 6px;
}

/* 通用文件上傳框樣式 */
input[type="file"] {
  width: 100%;
  padding: 8px;
  margin:5px 0;
  border: 2px dashed #dee2e6;
  /* border-radius: 4px; */
  box-sizing: border-box;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.3s ease;
  font-size: 14px;
  color: #333;
}

input[type="file"]:hover {
  border-color: #007bff;
  background: #f8f9ff;
}

input[type="file"]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

/* 管理後台文件上傳框樣式 */
.form_text_width450[type="file"] {
  width: 100% !important;
  max-width: 450px;
  padding: 8px;
  border: 2px dashed #dee2e6 !important;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff !important;
  cursor: pointer;
  transition: border-color 0.3s ease;
  font-size: 14px;
  color: #333;
}

.form_text_width450[type="file"]:hover {
  border-color: #007bff !important;
  background: #f8f9ff !important;
}

/* 文件上傳提示文字樣式 */
.file-upload-hint {
  font-size: 12px;
  color: #666;
  margin: 5px 5px;
  line-height: 1.3;
}



/* 特定樣式類別 - 保持向後兼容 */
.file-input {
  width: 100%;
  padding: 8px;
  border: 2px dashed #dee2e6;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.file-input:hover {
  border-color: #007bff;
  background: #f8f9ff;
}

.file-info {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.file-info small {
  font-size: 11px;
  color: #666;
  line-height: 1.3;
}

.current-file-section {
  padding: 10px 12px;
  background: #e8f5e8;
  border: 1px solid #c3e6c3;
  border-radius: 4px;
  /* margin-top: 8px; */
}

.current-file-label {
  font-size: 12px;
  color: #2d5a2d;
  font-weight: 500;
  margin-bottom: 5px;
}

.file-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #0066cc;
  text-decoration: none;
  font-size: 13px;
  padding: 4px 8px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ddd;
  transition: all 0.2s ease;
}

.file-link:hover {
  background: #f0f8ff;
  border-color: #0066cc;
  text-decoration: none;
}

/*活動花絮*/
.activity-square{ float:left; display: inline-block;width: 45%;margin:2%;vertical-align: top;}
.activity-square img{ 
  width:100%; 
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.activity-square .title{width:100%;overflow:hidden;padding: 10px 0;display: flex;}
.activity-square .title .left{width: 25%;float:left;line-height: 20px;border-right:1px solid #b9b9b9;padding: 0 10px;box-sizing:border-box;}
.activity-square .title .left table td{ color:#143874; text-align:center; height:20px; letter-spacing:1px; }
.activity-square .title .right{width: 75%;float:left;font-size:18px;line-height: 22px;color:#282828;font-weight:bold;letter-spacing:1px;padding: 0 0 0 15px;box-sizing:border-box;display: flex;align-items:center;/* justify-content: center; */}
.activity-square .title .right a{ color:#282828; text-decoration:none; }
.activity-square .content{ cursor:hand; cursor:pointer; width:100%;position: relative;overflow:hidden;min-height: 30px;color: #5c5c5c;font-size: 15px;line-height: 24px;letter-spacing: 1px;}
.activity-square .content a{position:absolute;display:inline-block;right: 0px;bottom: 0px;color:#d67e01;font-size:12px;text-decoration:none;}
.activity-square .content a:before{ content:url(../../images/news-icon1.png); letter-spacing:2px; padding-right:5px; }

.main-box{width:100%;overflow: hidden;/* border:1px solid #e6e5e5; *//* box-shadow: 1px 1px 5px #EBEBEB; */color:#0e0e0e;font-size:16px;margin: 7px 0;letter-spacing: 1px;box-sizing:border-box;align-items: center;/* justify-content: center; */}
.main-box .main-title{ width:100%; background:#143874; color:30px; color:#ffffff; font-size:30px; padding:15px 30px; box-sizing:border-box; }
.main-box .main-content{padding:30px;background: #ffffff;}
.main-box .main-content .end-line{width:100%;height:1px;margin: 0 0 20px 0;border-bottom:1px dotted #919191;}
.main-box .main-content .subtitle{font-size:20px;font-weight:bold;letter-spacing:1px;padding: 0 0 15px 0;color:#143874;}
.main-box .main-content .subtitle img{vertical-align: -30%;padding-right:7px;width:25px;}
.news-content{font-size: 16px;padding: 15px 0 25px 0;overflow:hidden;clear:both;letter-spacing:1px;line-height:30px;/* border-bottom:1px solid #d3d3d3; */}

@media screen and (max-width : 550px) {
	.news-square, .activity-square{ width:96%; margin:2%; }	
	.img-demo, .img-demo2 { height:auto; line-height:inherit; }
}

/* 內容頁面活動花絮 - 一列兩欄 */
.inner-album .items {
  flex: 0 0 48% !important;
  margin: 1% !important;
  float: left !important;
  display: inline-block !important;
  vertical-align: top !important;
  box-sizing: border-box !important;
}

.inner-album .items:nth-child(odd) {
  clear: left !important;
}

/* 內容頁面活動花絮響應式設計 */
@media screen and (max-width : 768px) {
  .inner-album .items {
    width: 98% !important;
    margin: 1% !important;
  }
}

@media screen and (max-width : 550px) {
  .inner-album .items {
    flex: 100% !important;
    margin: 2% !important;
  }
}

/* 教師 */
.teacher-table {
	min-height: 200px;
	margin: 30px 0;
}

.teacher-table table{
	line-height: 60px;
}

.teacher-table table .title{
	font-size: 16px;
	width: 150px;
}

#privacy_policy_hint {
	position: fixed;
	top: 40%;
	background: #000;
	width: 500px;
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	padding: 15px 10px;
	max-width: 100%;
}
#privacy_policy_hint .link {
	color: #90c31f;
	text-decoration: underline;
}
#privacy_policy_hint .btn_area {
	text-align: center;
	margin: 15px 0 0 0;
}
#privacy_policy_hint .btn {
	background: #90c31f;
	color: #fff;
	font-size: 20px;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;

}
.max-h-527{max-height: 527px !important;}
.radius-20{border-radius: 20px !important;}
table.table-list {  border-spacing: 0px;
    border-collapse: separate;}

table.table-list tr td{
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}


#index-album .items div{
    max-height: 248px;
}

.table-teacher .line{border-bottom:2px #c7e0d8 solid;}
.table-teacher				        {border:2px #c7e0d8 solid;}
.table-teacher	td,
.table-teacher th			        {padding:6px 10px; color:#000; font-size:13px;}
.table-teacher th			        {text-align:center;background:#ddebe6;}
.table-teacher td.lasttd	        {}
.table-teacher thead               {border-bottom:1px #999 solid;}
.table-teacher thead th,
.table-teacher thead td	        {color:#000;  text-align:center; font-weight: bold;}
.table-teacher thead th	        {text-align:left;}
.table-teacher tbody th,
.table-teacher tbody td	        {}
.table-teacher tbody th	        {text-align:left;}
.table-teacher tbody tr.even th,
.table-teacher tbody tr.even td	{background:#f8f8f8;}


@media screen and (max-width : 768px) {
    #home_banner .bx-default-pager{ display:none; }
}

/* 最新消息區塊（獨立版） */
.news-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding-right: 10px;
  min-width: 160px;
}

.news-block .news-title {
  width: 100%;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-block .news-img {
  width: 90px;
  height: auto;
  margin-top: 10px;
  align-self: flex-end;
}

@media screen and (max-width: 900px) {
  .news-block {
    align-items: flex-start;
    padding-right: 0;
  }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 論文管理表格 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.paper-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.paper-table th,
.paper-table td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.paper-table th {
    background-color: #f0f4f8;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px; /* 調整標題字體大小 */
    text-align: center;
}

.paper-table tbody tr:last-child td {
    border-bottom: none;
    line-height: 1.3;
}

.paper-table tbody tr:hover {
    background-color: #f9f9f9;
    transition: background-color 0.2s ease;
}

/* 狀態徽章 */
.status-badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.85em;
    font-weight: bold;
    color: white;
    text-align: center;
    min-width: 60px;
}

.status-accepted {
    background-color: #28a745;
}

.status-rejected {
    background-color: #dc3545;
}

.status-revised {
    background-color: #ffc107;
    color: #343a40;
}

.status-pending {
    background-color: #6c757d;
}

.payment-paid {
    background-color: #28a745;
}

.payment-unpaid {
    background-color: #dc3545;
}

/* 論文標題樣式 */
.paper-title {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    font-size: 1.05em;
    cursor: pointer;
}

.paper-title:hover {
    color: #0056b3;
}

/* 詳細資料內容 */
.paper-detail-content {
    /* background-color: #f8f9fa; */
    /* border-left: 4px solid #007bff; */
    padding: 0px 0;
    font-size: 15px;
    border-radius: 0 0 4px 4px;
}

.paper-detail-content h4 {
    margin-top: 0;
    color: #007bff;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.detail-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(800px, 1fr)); */
    /* gap: 15px; */
}

.detail-item {
    display: flex;
    align-items: anchor-center;
    padding: 15px 20px;
    border-bottom: 1px solid #e9ecef;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-label {
    width: 200px;
    font-weight: bold;
    color: #555;
    flex-shrink: 0;
    text-align: left;
}

.detail-value {
    flex: 1;
    color: #333;
    text-align: left;
    line-height: 1.3;
}

.detail-value a {
    color: #007bff;
    text-decoration: none;
}

.detail-value a:hover {
    /*text-decoration: underline;*/
}

/* 詳細資料行樣式 */
.detail-row {
    background-color: #f8f9fa;
}

.detail-row td {
    padding: 0 !important;
}

/* 沒有論文記錄的訊息 */
.no-papers-message {
    padding: 15px;
    background-color: #e9f7ef;
    border: 1px solid #d4edda;
    color: #155724;
    border-radius: 8px;
    text-align: center;
    font-size: 1.1em;
    margin-top: 20px;
}

/* 新增論文按鈕 */
.add-paper-btn {
    display: inline-block;
    padding: 12px 25px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    transition: background-color 0.3s ease;
    margin-bottom: 20px;
}

.add-paper-btn:hover {
    background-color: #0056b3;
    color: white;
    text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 提示框 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #256b5e;
    font-weight: 500;
    transition: color 0.2s;
}

.tooltip:hover {
    color: #fac552;
}

.tooltip .tooltiptext {
    visibility: hidden;
    opacity: 0;
    min-width: 300px;
    max-width: 350px;
    background: linear-gradient(120deg, #256b5e 80%, #3a7e6c 100%);
    color: #fff;
    text-align: left;
    font-size: 14px;
    border-radius: 10px;
    padding: 16px 18px;
    position: absolute;
    z-index: 10;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%) scale(0.98);
    box-shadow: 0 8px 24px rgba(37,107,94,0.18), 0 1.5px 6px rgba(0,0,0,0.08);
    line-height: 1.3;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    pointer-events: none;
}

/* 箭頭設計 */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #256b5e transparent transparent transparent;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.08));
}

.tooltip:hover .tooltiptext,
.tooltip:focus .tooltiptext {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) scale(1);
    pointer-events: auto;
}


/* 研討會報名文宣樣式 */
.conference-article {
  background-color:rgb(245, 251, 253);
  border: 1px solid #e1e5e9;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 24px;
  line-height: 1.5;
  font-size: 14px;
  text-align: left;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 提示框 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.notice-block {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #495057;
    padding: 40px 40px;
    border-radius: 15px;
    text-align: center;
    margin: 20px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #dee2e6;
    }
    
    .notice-block h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #343a40;
    }
    
    .notice-block p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    opacity: 0.8;
    color: #6c757d;
    }
    
    .notice-block .icon {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
    opacity: 0.7;
    }
    
    .notice-block .btn-back {
    display: inline-block;
    background: #6c757d;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    margin-top: 20px;
    border: none;
    transition: all 0.3s ease;
    }
    
    .notice-block .btn-back:hover {
    background: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    }

    @media (max-width: 768px) {
        .notice-block {
            padding: 20px 20px;
        }
    }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 論文詳細資料 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

    .paper-fee-section {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        border: 1px solid #dee2e6;
        border-left: 4px solid #495057;
        border-radius: 8px;
        padding: 20px;
        margin: 20px 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      }
      
      .paper-fee-label {
        font-size: 16px;
        font-weight: 600;
        color: #495057;
        /* width: 150px; */
      }
      
      .paper-fee-value {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
      }
      
      .fee-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        flex: 1;
      }
      
      .payment-action {
        flex-shrink: 0;
      }
      
      .fee-amount {
        font-size: 20px;
        font-weight: 600;
        color: #212529;
      }
      
      .price-type {
        padding: 4px 10px;
        border-radius: 15px;
        font-size: 11px;
        font-weight: 500;
        text-align: center;
        display: inline-block;
        width: fit-content;
      }
      
      .sale-price {
        background-color: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
      }
      
      .regular-price {
        background-color: #fff3cd;
        color: #856404;
        border: 1px solid #ffeaa7;
      }
      
      /* 繳費按鈕樣式 - 專業研討會風格 */
      .btn-payment {
        background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
        color: white;
        border: none;
        padding: 10px 24px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        white-space: nowrap;
      }
      
      .btn-payment:hover {
        background: linear-gradient(135deg, #495057 0%, #343a40 100%);
        transform: translateY(-1px);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
      }
      
      .payment-icon {
        margin-right: 6px;
        font-size: 14px;
      }
      
      /* RWD 響應式設計 */
      @media (max-width: 768px) {
        .paper-fee-value {
          flex-direction: column;
          align-items: flex-start;
          gap: 15px;
        }
        
        .payment-action {
          align-self: stretch;
        }
        
        .btn-payment {
          width: 100%;
          padding: 12px 24px;
          font-size: 16px;
        }
        
        .fee-amount {
          font-size: 18px;
        }
        
        .paper-fee-label {
          width: auto;
          margin-bottom: 10px;
        }
      }
      
      @media (max-width: 480px) {
        .paper-fee-section {
          padding: 15px;
        }
        
        .fee-amount {
          font-size: 16px;
        }
        
        .btn-payment {
          padding: 10px 20px;
          font-size: 14px;
        }
      }
      
      /* 審查結果區塊樣式 - 專業研討會風格 */
      .review-result-section {
        background: linear-gradient(135deg, #f8f9fa 0%, #e3f2fd 100%);
        border: 1px solid #dee2e6;
        border-left: 4px solid #1976d2;
        border-radius: 8px;
        padding: 25px;
        margin: 25px 0;
        box-shadow: 0 3px 12px rgba(25, 118, 210, 0.1);
      }
      
      .review-section-title {
        font-size: 20px;
        font-weight: 600;
        color: #1976d2;
        margin: 0 0 20px 0;
        padding-bottom: 10px;
        border-bottom: 2px solid #e3f2fd;
      }
      
      .review-content-grid {
        display: flex;
        flex-direction: column;
        gap: 18px;
      }
      
      .review-item {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 16px;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 8px;
        border: 1px solid rgba(227, 242, 253, 0.8);
        transition: all 0.2s ease;
      }
      
      .review-item:hover {
        background-color: rgba(255, 255, 255, 0.9);
        border-color: rgba(25, 118, 210, 0.3);
        box-shadow: 0 2px 8px rgba(25, 118, 210, 0.1);
      }
      
      .review-label {
        font-size: 14px;
        font-weight: 600;
        color: #495057;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        min-width: 160px;
        flex-shrink: 0;
        padding: 2px 10px;
        line-height: 1.3;
      }
      
      .review-value {
        display: flex;
        align-items: flex-start;
        line-height: 1.3;
        flex: 1;
        text-align: left;
      }
      
      .review-suggestion-content {
        text-align: left;
        background-color: #fff;
        border: 1px solid #e9ecef;
        border-radius: 6px;
        padding: 15px;
        line-height: 1.6;
        color: #495057;
        font-size: 14px;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
        width: 100%;
        min-height: 60px;
        max-height: 500px;
        overflow: auto;
      }
      
      /* 狀態標籤樣式 - 使用嚴謹命名避免重複 */
      .status-badge {
        display: inline-block;
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        color: white;
        text-align: center;
        min-width: 90px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
      }
      
      .status-accepted { 
        background-color: #28a745; 
        box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
      }
      
      .status-rejected { 
        background-color: #dc3545; 
        box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
      }
      
      .status-revised { 
        background-color: #ffc107; 
        color: #343a40; 
        box-shadow: 0 2px 4px rgba(255, 193, 7, 0.2);
      }
      
      .status-pending { 
        background-color: #6c757d; 
        box-shadow: 0 2px 4px rgba(108, 117, 125, 0.2);
      }
      
      .payment-paid { 
        background-color: #28a745; 
        box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
      }
      
      .payment-unpaid { 
        background-color: #dc3545; 
        box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
      }
      
      /* RWD 響應式設計 */
      @media (max-width: 768px) {
        .paper-fee-value {
          flex-direction: column;
          align-items: flex-start;
          gap: 15px;
        }
        
        .payment-action {
          align-self: stretch;
        }
        
        .btn-payment {
          width: 100%;
          padding: 12px 24px;
          font-size: 16px;
        }
        
        .fee-amount {
          font-size: 18px;
        }
        
        .paper-fee-label {
          width: auto;
          margin-bottom: 10px;
        }
        
        /* 審查結果區塊 RWD */
        .review-content-grid {
          gap: 15px;
        }
        
        .review-item {
          flex-direction: column;
          align-items: flex-start;
          padding: 12px;
        }
        
        .review-label {
          width: auto;
          margin-bottom: 8px;
          padding-top: 0;
          text-align: left;
        }
        
        .review-section-title {
          font-size: 18px;
          margin-bottom: 15px;
        }
        
        .review-result-section {
          padding: 20px;
          margin: 20px 0;
        }
        
        /* 繳費提示區塊 RWD */
        .payment-notice-section {
          padding: 20px;
          margin: 20px 0;
        }
        
        .payment-notice-content {
          flex-direction: column;
          text-align: center;
          gap: 15px;
        }
        
        .notice-icon {
          font-size: 28px;
        }
      }
      
      @media (max-width: 480px) {
        .paper-fee-section {
          padding: 15px;
        }
        
        .fee-amount {
          font-size: 16px;
        }
        
        .btn-payment {
          padding: 10px 20px;
          font-size: 14px;
        }
        
        /* 審查結果區塊小螢幕 RWD */
        .review-result-section {
          padding: 15px;
          margin: 15px 0;
        }
        
        .review-section-title {
          font-size: 16px;
          margin-bottom: 12px;
        }
        
        .review-item {
          padding: 10px;
          gap: 8px;
        }
        
        .review-suggestion-content {
          padding: 12px;
          font-size: 13px;
          min-height: 50px;
        }
        
        .status-badge {
          padding: 6px 12px;
          font-size: 11px;
          min-width: 80px;
        }
        
        /* 繳費提示區塊小螢幕 RWD */
        .payment-notice-section {
          padding: 15px;
          margin: 15px 0;
        }
        
        .notice-text h4 {
          font-size: 16px;
        }
        
        .notice-text p {
          font-size: 13px;
        }
      }      

      /* 繳費提示區塊樣式 - 未審核通過 */
      .payment-notice-section {
        background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
        border: 1px solid #dee2e6;
        border-left: 4px solid #ffc107;
        border-radius: 8px;
        padding: 25px;
        margin: 25px 0;
        box-shadow: 0 3px 12px rgba(255, 193, 7, 0.1);
      }
      
      .payment-notice-content {
        /* display: flex; */
        align-items: center;
        gap: 20px;
      }
      
      .notice-icon {
        font-size: 32px;
        color: #856404;
        flex-shrink: 0;
      }
      
      .notice-text h4 {
        font-size: 18px;
        font-weight: 600;
        color: #856404;
        margin: 12px 0 10px 0;
      }
      
      .notice-text p {
        font-size: 14px;
        color: #856404;
        margin: 0 0 5px 0;
        line-height: 1.5;
      }
      
      .notice-text p:last-child {
        margin-bottom: 0;
      }

    /* 繳費狀態橫幅樣式 */
    .payment-status-banner {
        margin: 20px 0;
        padding: 15px 20px;
        border-radius: 8px;
        border-left: 4px solid;
    }
    
    .payment-status-banner.payment-open {
        background-color: #e8f5e8;
        border-left-color: #28a745;
        color: #155724;
    }
    
    .payment-status-banner.payment-closed {
        background-color: #fff3cd;
        border-left-color: #ffc107;
        color: #856404;
    }
    
    .banner-content {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .banner-icon {
        font-size: 24px;
        flex-shrink: 0;
    }
    
    .banner-text h4 {
        margin: 0 0 5px 0;
        font-size: 16px;
        font-weight: 600;
    }
    
    .banner-text p {
        margin: 0;
        font-size: 14px;
        line-height: 1.4;
    }
    
    /* 繳費關閉提示樣式 */
    .payment-closed-notice {
        margin-top: 15px;
        padding: 15px;
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 6px;
        text-align: center;
    }
    
    .closed-notice-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    
    .closed-icon {
        font-size: 20px;
        color: #6c757d;
    }
    
    .closed-text h4 {
        margin: 0 0 5px 0;
        font-size: 14px;
        color: #495057;
    }
    
    .closed-text p {
        margin: 0;
        font-size: 12px;
        color: #6c757d;
        line-height: 1.3;
    }
    
    /* 繳費按鈕樣式 */
    .btn-payment {
        background: linear-gradient(135deg, #28a745, #20c997);
        color: white;
        border: none;
        padding: 12px 24px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    
    .btn-payment:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    }
    
    .payment-icon {
        font-size: 16px;
    }
    
    /* 繳費狀態橫幅樣式 */
    .payment-status-banner {
        margin: 20px 0;
        padding: 15px 20px;
        border-radius: 8px;
        border-left: 4px solid;
    }
    
    .payment-status-banner.payment-open {
        background-color: #e8f5e8;
        border-left-color: #28a745;
        color: #155724;
    }
    
    .payment-status-banner.payment-closed {
        background-color: #fff3cd;
        border-left-color: #ffc107;
        color: #856404;
    }
    
    .banner-content {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .banner-icon {
        font-size: 24px;
        flex-shrink: 0;
    }
    
    .banner-text h4 {
        margin: 0 0 5px 0;
        font-size: 16px;
        font-weight: 600;
    }
    
    .banner-text p {
        margin: 0;
        font-size: 14px;
        line-height: 1.4;
    }
    
    /* 繳費完成提示樣式 */
    .payment-completed-notice {
        margin-top: 15px;
        padding: 15px;
        background-color: #d4edda;
        border: 1px solid #c3e6cb;
        border-radius: 6px;
        /* text-align: center; */
    }
    
    .completed-notice-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    
    .completed-icon {
        font-size: 20px;
        color: #155724;
    }
    
    .completed-text h4 {
        margin: 0 0 5px 0;
        font-size: 14px;
        color: #155724;
        font-weight: 600;
    }
    
    .completed-text p {
        margin: 0;
        font-size: 12px;
        color: #155724;
        line-height: 1.3;
    }
    
    /* 繳費關閉提示樣式 */
    .payment-closed-notice {
        margin-top: 15px;
        padding: 15px;
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 6px;
        text-align: center;
    }
    
    .closed-notice-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    
    .closed-icon {
        font-size: 20px;
        color: #6c757d;
    }
    
    .closed-text h4 {
        margin: 0 0 5px 0;
        font-size: 14px;
        color: #495057;
    }
    
    .closed-text p {
        margin: 0;
        font-size: 12px;
        color: #6c757d;
        line-height: 1.3;
    }
    
    /* 繳費按鈕樣式 */
    .btn-payment {
        background: linear-gradient(135deg, #28a745, #20c997);
        color: white;
        border: none;
        padding: 12px 24px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    
    .btn-payment:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    }
    
    .payment-icon {
        font-size: 16px;
    }    

/* Login & Forgot Password Form Alignment */
.professional-login-container .form-input .input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.5rem;
}

.professional-login-container .form-input .input-group label {
    flex: 0 0 150px; /* 設定標題的固定寬度 */
    text-align: right; /* 標題文字靠右對齊 */
    padding-right: 15px;
    /* font-weight: bold; */
    color: #000000;
    font-size: 15px;
}

.professional-login-container .form-input .input-group .input-wrapper {
    flex: 1; /* 讓輸入框填滿剩餘空間 */
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    /* border-radius: 4px; */
    padding: 0; /* 移除內邊距，由內部元素控制 */
}

.professional-login-container .form-input .input-group .input-wrapper i {
    color: #888;
    margin: 0 10px; /* 調整圖示的邊距 */
}

.professional-login-container .form-input .input-group .input-wrapper input {
    flex: 1;
    border: none;
    outline: none;
    padding: 5px 10px;
    background-color: transparent;
    width: 100%;
    text-align: left;
}

.professional-login-container .form-input .input-group .captcha-img {
    margin-left: 10px;
    border-radius: 4px;
    margin: 0 5px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 767px) {
    .professional-login-container .form-input .input-group label {
        flex-basis: 100%; /* 標題佔滿整行 */
        text-align: left; /* 文字靠左 */
        margin-bottom: 15px;
    }

    .professional-login-container .form-input .input-group .input-wrapper {
        flex-basis: 100%; /* 輸入框佔滿整行 */
    }

    .professional-login-container .form-input .input-group label {
      color: #2ca4d0;
  }    
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Loading 遮罩畫面 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.loading-overlay {
  position: fixed; /* 固定位置，不隨捲動而移動 */
  top: 0;
  left: 0;
  width: 100vw; /* 100% 視窗寬度 */
  height: 100vh; /* 100% 視窗高度 */
  background: rgba(255, 255, 255, 0.85); /* 半透明白色背景 */
  z-index: 9999; /* 確保在最上層 */
  display: flex;
  flex-direction: column;
  align-items: center; /* 水平置中 */
  justify-content: center; /* 垂直置中 */
  transition: opacity 0.4s ease-out; /* 用於淡出效果 */
}

/* --- Loading 旋轉圖示 --- */
.loading-spinner {
  border: 8px solid #f3f3f3; /* 淺灰色軌道 */
  border-top: 8px solid #3498db; /* 藍色旋轉部分 */
  border-radius: 50%; /* 圓形 */
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite; /* 旋轉動畫 */
  margin-bottom: 20px;
}

/* 旋轉動畫定義 */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* --- Loading 文字 --- */
.loading-text {
  color: #333; /* 深灰色文字 */
  font-size: 12px;
  letter-spacing: 1px;
}

.menu-item::before {
  content: '';
  display: inline-block;
  width: 20px; /* or the width of your image */
  height: 20px; /* or the height of your image */
  background-image: url(../../images/menu-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-right: 5px;
  margin-top: -1px;
  visibility: hidden;
}

.menu-item:hover::before {
  visibility: visible;
}