body{
 font-family: 微軟正黑體, Microsoft JhengHei !important;
}

html {
    scroll-behavior: smooth;
}

#one, #two {
    scroll-margin-top: 70px;
}

#three {
    scroll-margin-top: 20px;
}

@media(max-width:979px){
	#gotocenter:focus{
	font-size:1.1em;
	}

	#gotocenter{
	font-size:0px;
	}
}
@media(min-width:980px){
	#gotocenter:focus{
	font-size:1.1em;
	}

	#gotocenter{
	font-size:0px;
	}
}

/*基本設定調整
::selection {
    background-color: #fca61b;
}*/

/*背景END*/


.large{					
	transition:0.3s;
}
.large:hover{
	transform:scale(1.02);	/* 放大 */
}
.operator1{
display: ;
}
.operator2{
display: none;
}
.px-6 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}
@media screen and (max-width: 768px) {
	.operator1{
	display: none;
	}
	.operator2{
	display: block;
	}
	.px-6 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
	}
}

a{
	text-decoration:none;
}

.list-box {
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px dashed #ccc;
}

/*選單文字*/

.menubtn{
	display: inline-flex;  
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0.6rem 1.2rem !important;
    background-color: #4CAF50;
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 30px;
    margin: 0.3rem 0.5rem;
    box-shadow: 0 4px 6px rgba(76, 175, 80, 0.2);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
	box-shadow: 0 8px 15px rgb(255 255 255 / 30%);
}

.menubtn:hover, .menubtn:focus {
    background-color: #FFC107;
    color: #333333 !important;
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgba(255, 193, 7, 0.4);
}

/*讓選單浮在圖片上*/
.floating_navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background-color: transparent !important;
}
@media screen and (max-width: 768px) {
	.navbar-nav {
        width: 100%;
        padding: 1rem 0;
    }
	.navbar-nav .nav-item {
        width: 100%;
        display: flex;
        justify-content: center; 
    }
    .menubtn {
        width: 100%;
        max-width: 110px;
        margin: 0;
        padding: 0.5rem 0.4rem !important;
    }
}

@media screen and (min-width: 1800px) {
	
}


/*首頁*/


#apply {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1050;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 1.15rem;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
    background-color: #FFC107;
    color: #5D4037 !important;
    border: 3px solid #FFFFFF;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.4);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: applyPulse 2s infinite; 
}

#apply:hover {
    background-color: #fc6c84;
    color: #FFFFFF !important;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 25px rgb(255 44 140 / 50%) !important;
    animation-play-state: paused; 
}

@keyframes applyPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 8px 20px rgba(255, 193, 7, 0.4);
    }
    50% {
        transform: scale(1.05); /* 微微膨脹 */
        box-shadow: 0 8px 30px rgba(255, 193, 7, 0.7), 0 0 0 10px rgba(255, 193, 7, 0); /* 擴散光圈 */
    }
    100% {
        transform: scale(1);
        box-shadow: 0 8px 20px rgba(255, 193, 7, 0.4);
    }
}

@media (max-width: 767.98px) {
    #apply {
        bottom: 20px;
        right: 20px;
        padding: 10px 18px;
        font-size: 1rem;
        border: 2px solid #FFFFFF;
    }
}



/*大圖底層*/
#T_inside{
	background-image:url('../web_img/First.png');
	background-repeat:no-repeat;
	width:100%;
	position: relative;
    background-position: center center;
    background-size: cover;
    aspect-ratio:1920 / 1270;
}

@media screen and (max-width: 768px) {
	#T_inside{
		aspect-ratio:1920 / 1270;
	}
}

/*首頁大標位置*/
.min-vh-headline{
	min-height: 80vh !important;
}

.titleh1{
	color: #fc5a77;
    font-weight: bold;
    text-shadow: -4px 3px 0px #ffffff;
	margin-top:1rem;
}
@media screen and (max-width: 768px) {
	.titleh1{
		font-size: 1.3rem;
		text-shadow: -1px 1px 0px #ffffff;
	}
}


/*計畫背景*/
.section_spacing {
    margin-top: 30vh;
    padding-bottom: 5vh;
}

.card_title_bak {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);/*霧感*/
    border: 4px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.08);
    position: relative;
    overflow: hidden;
}

.title_icon_box {
    background-color: #def1ce;
    color: #4CAF50; 
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}
.card_badge {
    position: absolute;
    top: 0;
    right: 3rem;
    background-color: #FFC107;
    color: #5d4037;
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}


.titleh2 {
    color: #2e7d32;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 1px;
}

.card_text {
    color: #173118;
    line-height: 1.8;
    font-size: 1.1rem;
	text-align: justify;
}

.sub_text {
    color: #555555;
    border-left: 4px solid #81c784;
    padding-left: 15px;
}

.highlight_date {
    background-color: #FFF9C4;
    padding: 0.2rem 0.4rem;
    border-radius: 6px;
    font-weight: bold;
    color: #d84315;
}

.highlight_topic {
    color: #4CAF50;
    font-weight: bold;
    font-size: 1.15em;
	box-shadow: inset 0 -6px 0 rgba(76, 175, 80, 0.2);
}

.card_img {
    position: absolute;
    bottom: 0;
    right: 3rem;
}

@media screen and (max-width: 768px) {
	#T_inside{
		bottom: 150px;
	}
	.section_spacing {
		margin-top: 0vh;
	}

	.min-vh-headline{
		min-height: 90vh !important;
	}

	.titleh2 {
        font-size: 1.4rem;
    }
    .card_badge {
        display: none; /* 手機版隱藏避免太擠 */
    }
	.card_img {
		display: none;
	}

}

@media screen and (min-width: 1800px) {
	
}

#one_2{
	background-color:#f2faef;
}

.order_card {
    background-color: rgba(255, 255, 255, 0.88);
    border: 4px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    box-shadow: 0px 5px 30px rgb(225 198 76 / 20%);
	position: relative;
	padding:1.5rem;
}

.titleimg{
	vertical-align: middle;
	margin-right:0.5rem;
}


/* 用來建立連接數字的虛線 */
.order_list {
    position: relative;
    padding-left: 8px;
}

.order_item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0.8rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.order_item:hover {
    background-color: rgba(255, 249, 196, 0.4); 
    transform: translateX(5px);
}

.order_item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 20px;
    bottom: -18px;
    border-left: 2px dashed #a5d6a7;
    z-index: 1;
}
/*虛線結束*/

.order_num {
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
    font-size: 0.95em;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;/*當尺寸變化時不允許壓縮*/
    z-index: 2;
    box-shadow:0 2px 5px rgb(106 179 110 / 50%);
}

.order_text {
    color: #444444;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
}

.order_item:hover .order_text i {
    color: #FFB300 !important;
    transform: scale(1.15);
    transition: all 0.2s ease;
}

.order_img {
    position: absolute;
    bottom: 0;
    right: 1rem;
	
}

@media screen and (max-width: 768px) {
	.titleimg{
		display: block;
        margin: 0 auto 10px;
        float: none;
	}
	.order_card {
		padding:1rem;
	}
	.order_img {
		display:none;
	}
}

/*會議主題及子題*/

#two{
	background-image:url('../web_img/banner2.png');
	background-color:#fff;
	background-repeat:no-repeat;
	width:100%;
	position: relative;
    background-position: top center;
    aspect-ratio:1300/ 500;
}


.theme_card {
    background-color: rgba(255, 255, 255, 0.88);
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    box-shadow: 0px 2px 30px rgb(229 230 97 / 20%);
    transition: all 0.3s ease;
    position: relative;
	padding:1.5rem;
}

.theme_card:hover {
    transform: translateY(-10px);
    box-shadow:3px 6px 20px rgb(255 134 11 / 20%);
    background-color: rgba(255, 255, 255, 0.95);
}

.theme_badge {
    padding: 0.4rem 1.2rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
}
.bg_theme_green {
    background-color: #E8F5E9;
    color: #2E7D32;
}
.bg_theme_yellow {
    background-color: #FFF9C4;
    color: #F57F17;
}

.theme-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #198754;
    line-height:2.5;
}


.theme_list {
    position: relative;
    padding-left: 5px;
}

.theme_item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border-radius: 12px;
    transition: background-color 0.2s ease;
}
.theme_item:hover {
    background-color:rgba(255, 249, 196, 0.4);
}

.theme_dot {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #E8F5E9;
    color: #4CAF50;
    font-weight: bold;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.theme_dot.dot_yellow {
    background-color: #FFF9C4;
    color: #FFB300;
}

.theme_text {
    margin: 0;
    font-size: 1.1em;
    color: #444444;
}

.border_yellow_focus {
    border-left: 6px solid #FFC107 !important;
}
.theme_card:not(.border_yellow_focus) {
    border-left: 6px solid #4CAF50 !important; 
}

@media screen and (max-width: 768px) {

	#two{
		padding-bottom:4rem;
	}
}


/*期程*/

#three{
	background-image:url('../web_img/banner.png');
	background-color:#fff;
	background-repeat:no-repeat;
	width:100%;
	position: relative;
    background-position: top center;
    aspect-ratio:1920 / 1620;
	padding-top:10rem;
}

.schedule_card {
    background-color: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgb(121 135 211 / 20%);
}

.info_card {
    display: flex;
    align-items: center;
    padding: 1rem 1.2rem;
    border-radius: 16px;
    height: 100%;
}

.bg_light_green { 
	background-color: #E8F5E9;
	border: 1px solid #C8E6C9; 
}

.bg_light_yellow {
	background-color: #FFF9C4;
	border: 1px solid #ffce9f; 
}

.info_icon {
    font-size: 1.5rem;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.info_label { 
	font-size: 0.8rem; 
	color: #666666;
}

.info_text { 
	font-size: 1.1rem; 
	color: #c55815;
	font-weight: bold;
}

.custom_table {
    border-collapse: separate;
    background-color: #ffffff;
}

.custom_table thead th {
    background-color: #4CAF50;
    color: #ffffff;
	font-size:1.05em;
    font-weight: bold;
    padding: 1rem;
    border: none;
}

.custom_table tbody td {
    padding: 1.2rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    color: #444444;
}

.time{
    font-weight:bold;
    color: #2E7D32 !important;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
	text-align:center;
}

.event {
    font-size: 1.05rem;
}

.text-coffee { 
	color: #795548!important; 
}

.text-warning-dark { 
	color: #E65100; 
}

.people_group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.role-badge {
    padding: 0.2rem 0.6rem;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 6px;
}

.bg-green { 
	background-color: #4CAF50; 
	color: #fff; 
}

.bg-yellow {
	background-color: #FFC107;
	color: #5D4037; 
}

.bg-outline-green { 
	border: 1px solid #4CAF50;
	color: #4CAF50;
	background-color: #fff;

}
.bg-outline-yellow {
	border: 1px solid #FFB300;
	color: #FFB300;
	background-color: #fff;
}

.name-text { 
	font-weight: bold; 
	color: #222222;
	font-size: 1.05rem;
}

.title-text {
	color: #666666; 
	font-size: 0.9rem;

}

.people_group_line {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.panel-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.panel-item {
    font-size: 0.95rem;
    color: #444444;
	line-height:1.5;
}





/*Footer*/

#footer {
    background-color: #2E7D32;
    color: #E8F5E9 !important;
    font-size: 0.95rem;
    position: relative;
    border-top: 5px solid #FFC107;
	position: relative;
}

.footer_img {
    position: absolute;
    bottom: 20;
    right: 3.5rem;
}

.footer_logo {
    font-weight: bold;
    font-size: 1.2rem;
    color: #FFF9C4;
    letter-spacing: 1px;
}

.copyright-text {
    color: #FFFFFF;
    font-size: 1rem;
}

.browser-tip {
    font-size: 0.85rem;
    color: #f3fff4; 
    margin-top: 0.6rem;
}

.text-success-opacity {
    color: #FFF9C4;
    opacity: 0.9;
}

.footer_phone {
    color: #FFFFFF !important;
    text-decoration: none;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    transition: all 0.2s ease;
}

.footer_phone:hover {
    color: #333333 !important;
    background-color: #FFC107;
    box-shadow: 0 4px 10px rgba(255, 193, 7, 0.3);
}

.footer_link {
    color: #E8F5E9 !important;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    display: inline-block;
}

.footer_link:hover {
    color: #FFF9C4 !important;
    transform: translateX(4px);
}



@media only screen and (max-width:768px){
	.footer_img {
		display: none;
	}
	.footer_line {
        border-right: none !important;
        margin-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
    }
    .footer_group {
        display: inline-block;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .footer_line {
        border-right: 2px dashed rgba(255, 255, 255, 0.3) !important;
        padding-right: 3rem;
    }
}

@media only screen and (min-width:1800px){



}


/*FooterEND*/
