@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Arial, 'Microsoft JhengHei', '微軟正黑體', sans-serif, Arial;
	
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}
.show--sm {
  display: none;
}
.clearboth {clear: both;}
.underline1{
	text-decoration: underline;
}
.purple2{
    color: #6e80c4;
}
.purple1{
    color: #930003;
}
.yellow_bg{
    background-color: #FDFC49;
}
.yellow1{
    color: #F0FF00;
}
.t_left{
    text-align: left;
}
.bfloat_left{
    float: right;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 5px;       
}
.container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.rbtn{
	width: 111px;
	height: auto;
	text-align: center;
	display: block;
	text-decoration: none;
	cursor: pointer;
    position: fixed;
	right: 2px;
	z-index: 300;
	top: 242px;
	}
.content1{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px;
	display: block;
	background-color: #131313;
    z-index: 1;
    overflow: hidden;
	}
.kv1 img{
	width: 100%;
	height: auto;
}
.kv1{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
    padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.kv1m{
	display: none;
}
.kv1m2{
	display: none;
}
.content5{
	background-color: #131313;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    padding-bottom: 50px;
}
.w1000{
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.box7_box{
	height: auto;
	width: 100%;
	padding-left: 0%;
    position:relative;
    z-index: 4;
}
.box7_box h1{
	color: #ffffff;
	font-size: 58px;
	line-height: 78px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    text-align: center;
}
.box7_box h2{
	color: #ffffff;
	font-size: 33px;
	line-height: 43px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
}
.box7_box h3{
	color: #ffffff;
	font-size: 39px;
	line-height: 59px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
}
.box7_box h4{
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
}
.box7_box h5{
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
}
.custom-list {
  list-style: none;          /* 隱藏預設圓點 */
  padding-left: 0;           /* 清除預設內邊距 */
  margin: 0;
  background-color: #131313; /* 背景顏色 */
  color: #ffffff;            /* 文字顏色 */
  font-size: 39px;           /* 設定文字大小為 39pt */
  line-height: 49px;          /* 行高 */
}

.custom-list li {
  position: relative;
  padding-left: 44px;        /* 為左側圖片留出空間（34px 圖片 + 20px 間距） */
  margin-bottom: 24px;       /* 項目之間的間距 */
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  /* 透過 calc 讓圖片垂直居中於第一行文字 */
  top: 7.5px; 
  width: 34px;               /* 限制圖片寬度 34px */
  height: 34px;              /* 限制圖片高度 34px */
  background-image: url('../images/mark1.png'); /* 替換為您的圖片路徑 */
  background-size: contain;
  background-repeat: no-repeat;
}
.card_btn{
	height: auto;
	width: 100%;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
	cursor: pointer;
	}
.c2mark{
    margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
    font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
    text-align: center;
}

/* 注意事項外殼 */
.accordion-container {
    max-width: 990px;
    margin: 0 auto;
    
}

/* 點擊標題區 */
.accordion-header {
    background-color: #131313;
    padding: 15px;
    font-size: 35px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #FFFFFF;
    
}
/* 箭頭符號樣式與動態過渡 */
.arrow {
display: inline-block;
transition: transform 0.3s ease;
}

/* 當激活時，箭頭旋轉 180 度向上 */
.accordion-header.active .arrow {
transform: rotate(180deg);
}

/* 下方文字內容區（預設隱藏） */
.accordion-content {
max-height: 0;
overflow: hidden;
background-color: #131313;
transition: max-height 0.3s ease-out, padding 0.3s ease;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;    
}

/* 當內容展開時的內距與文字區排版 */
.accordion-content.show {
    padding: 20px;
}
.content-text p {
            margin: 0 0 15px 0;
        }
.content-text p:last-child {
    margin-bottom: 0;
}
.c2_ol{
	margin: 0px;
	height: auto;
	width: 97%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;	
    list-style-type: decimal;
}
.c2_ol_li{
	margin: 0px;
	padding: 0px;
}
.c2_ol_li a{
	margin: 0px;
	padding: 0px;
    color: #0098ff;
}

/*------------------------POP UP------------------------*/
#pop1,#pop2,#pop3,#pop4,#pop5,#pop6,#pop7,#pop8,#pop9{
	cursor: pointer;
}
.rule_pop{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
    backdrop-filter:blur(5px);
	display: block;
}
.rbox2{
	background-color: #000000;
	height: 580px;
	width: 1000px;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 70px;
    padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
    border-radius: 0px;
    overflow: auto;
}
.rclose{
	height: 50px;
	width: 51px;
	display: block;
	background-image: url(../images/rclose.jpg);
	background-position: center top;
	float: right;
	cursor: pointer;
	position: absolute;
    z-index: 9999;
	top: 0px;
	right: 0px;
}
.c1_list,.c2_list,.c3_list,.c4_list{
	position: relative;
	height: auto;
	width: 1000px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
	}
.banner1{
	position: relative;
	height: auto;
	width: 362px;
	margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 10px;
    background-color: #545251;
}
.box1_img{
	height: auto;
	width: 256px;
	float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    display: block;
}
.box1_txt{
	padding-left: 0px;
	padding-top: 0px;
    text-align: center;
}
.box1_txt h5{
	color: #ffffff;
	font-size: 38px;
	line-height: 50px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    text-align: center;
}
.box1_txt h2{
	color: #ffffff;
	font-size: 24px;
	line-height: 34px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    text-align: center;
    
}
.box1_txt h3{
	color: #3e3a39;
	font-size: 16px;
	line-height: 22px;
	padding: 0px;
	height: 22px;
	width: 92px;
	text-align: center;
	display: block;
	font-weight: bolder;
	text-decoration: none;
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 48px;
	cursor: pointer;
    border-radius: 5rem;
    background-color: #FFFFFF;
}
.box1_txt h4{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    width: 274px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    display: block;
}
.card_btn_b1{
    height: auto;
	width: 101px;
	float: left;
    padding-left: 40px;
    text-align: center;
}
.card_btn_b2{
    height: auto;
	width: 101px;
	float: right;
    padding-right: 40px;
    text-align: center;
}


#left_arrow{
	width: 22px;
	height: auto;
	position: absolute;
	left: -50px;
	top: 45%;
	cursor: pointer;
	z-index: 100;
	display: block;
}
#right_arrow{
	width: 22px;
	height: auto;
	position: absolute;
	right: -50px;
	top: 45%;
	cursor: pointer;
	z-index: 100;
	display: block;
	}
.footer-m{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
    background-color: #131313;
	display: block;
    z-index: 1;
    position: relative;
	}
.footer-mcon{
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.footer-m1{
	padding: 0px;
	width: 25%;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	float: left;
	line-height: 68px;
	margin: 0px;
	}
.footer-m2{
	padding: 0px;
	width: 75%;
	float: right;
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 18px;
	}
.footer-m2 a{
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	}					
.footer-m3{
	padding: 0px;
	width: 100%;
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 18px;
    text-align: center;
    padding-bottom: 20px
	}
.footer-m3 a{
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
    
	}		
@media only screen and (min-width:980px) and (max-width:1400px){
.rbtn img{
	width: 100%;
	height: auto;
	}    
.rbtn{
	width: 70px;
	height: auto;
	text-align: center;
	display: block;
	text-decoration: none;
	cursor: pointer;
    position: fixed;
	right: 2px;
	z-index: 300;
	top: 140px;
	}
}

@media only screen and (min-width:768px) and (max-width:979px){
.container {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
}
.show--sm {
  display: block;
}
.rbtn img{
	width: 100%;
	height: auto;
	}    
.rbtn{
    width: 60px;
	height: auto;
	top: 150px;
	}
.content1{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px;
	display: block;
	background-color: #000000;
    z-index: 1;
    overflow: hidden;
	}	
.kv1{
	display: none;
}
.kv1m2 img{
	height: auto;
	width: 100%;
}    
.kv1m2{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
    padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.kv1m{
	display: none;
}
.content5{
	background-color: #131313;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    padding-bottom: 50px;
}
.w1000{
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.box7_box{
	height: auto;
	width: 100%;
	padding-left: 0%;
    position:relative;
    z-index: 4;
}
.box7_box h1{
	color: #ffffff;
	font-size: 32px;
	line-height: 48px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    text-align: center;
}
.box7_box h2{
	color: #ffffff;
	font-size: 22px;
	line-height: 32px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
}
.box7_box h3{
	color: #ffffff;
	font-size: 24px;
	line-height: 36px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
}
.box7_box h4{
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
}
.box7_box h5{
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
}
.custom-list {
  list-style: none;          /* 隱藏預設圓點 */
  padding-left: 0;           /* 清除預設內邊距 */
  margin: 0;
  background-color: #131313; /* 背景顏色 */
  color: #ffffff;            /* 文字顏色 */
  font-size: 24px;           /* 設定文字大小為 39pt */
  line-height: 36px;          /* 行高 */
}

.custom-list li {
  position: relative;
  padding-left: 44px;        /* 為左側圖片留出空間（34px 圖片 + 20px 間距） */
  margin-bottom: 24px;       /* 項目之間的間距 */
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  /* 透過 calc 讓圖片垂直居中於第一行文字 */
  top: 7.5px; 
  width: 34px;               /* 限制圖片寬度 34px */
  height: 34px;              /* 限制圖片高度 34px */
  background-image: url('../images/mark1.png'); /* 替換為您的圖片路徑 */
  background-size: contain;
  background-repeat: no-repeat;
}
.c2mark{
    margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
    font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
    text-align: center;
}

/* 注意事項外殼 */
.accordion-container {
    max-width: 100%;
    margin: 0 auto;
    
}

/* 點擊標題區 */
.accordion-header {
    background-color: #131313;
    padding: 15px;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #FFFFFF;
    
}
/* 箭頭符號樣式與動態過渡 */
.arrow {
display: inline-block;
transition: transform 0.3s ease;
}

/* 當激活時，箭頭旋轉 180 度向上 */
.accordion-header.active .arrow {
transform: rotate(180deg);
}

/* 下方文字內容區（預設隱藏） */
.accordion-content {
max-height: 0;
overflow: hidden;
background-color: #131313;
transition: max-height 0.3s ease-out, padding 0.3s ease;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;    
}

/* 當內容展開時的內距與文字區排版 */
.accordion-content.show {
    padding: 20px;
}
.content-text p {
            margin: 0 0 15px 0;
        }
.content-text p:last-child {
    margin-bottom: 0;
}
.c2_ol{
	margin: 0px;
	height: auto;
	width: 97%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3%;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;	
    list-style-type: decimal;
}
.c2_ol_li{
	margin: 0px;
	padding: 0px;
}
.c2_ol_li a{
	margin: 0px;
	padding: 0px;
    color: #0098ff;
}    


/*------------------------POP UP------------------------*/
#pop1,#pop2,#pop3,#pop4,#pop5,#pop6,#pop7,#pop8,#pop9{
	cursor: pointer;
}
.rule_pop{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: block;
}      
.rbox2{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}
.rclose{
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(../images/rclose.jpg);
	background-position: center top;
	background-size: 100% auto;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
.c1_list{
	height: auto;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.banner1{
	position: relative;
	height: auto;
	width: 300px;
	margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 10px;
    background-color: #545251;
}
.box1_img{
	height: auto;
	width: 256px;
	float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    display: block;
}
.box1_txt{
	padding-left: 0px;
	padding-top: 0px;
    text-align: center;
}
.box1_txt h5{
	color: #ffffff;
	font-size: 38px;
	line-height: 50px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    text-align: center;
}
.box1_txt h2{
	color: #ffffff;
	font-size: 24px;
	line-height: 34px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    text-align: center;
    
}
.box1_txt h3{
	color: #3e3a39;
	font-size: 16px;
	line-height: 22px;
	padding: 0px;
	height: 22px;
	width: 92px;
	text-align: center;
	display: block;
	font-weight: bolder;
	text-decoration: none;
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 18px;
	cursor: pointer;
    border-radius: 5rem;
    background-color: #FFFFFF;
}
.box1_txt h4{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    width: 274px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    display: block;
}
.card_btn_b1{
    height: auto;
	width: 101px;
	float: left;
    padding-left: 20px;
    text-align: center;
}
.card_btn_b2{
    height: auto;
	width: 101px;
	float: right;
    padding-right: 20px;
    text-align: center;
}
.footer-m{
	background-color: #131313;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
	clear: both;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
	}
.footer-mcon{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	clear: both;
	float: none;
	}
.footer-m1{
	padding: 0px;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	clear: both;
	float: none;
	height: auto;
	margin: 0px;
	line-height: 50px;
	}
.footer-m2{
	width: 95%;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 18px;
	clear: both;
	float: none;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
    text-align: center;
	}					
.footer-m3{
	width: 95%;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 18px;
	clear: both;
	float: none;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}		

	
}
@media only screen and (min-width:480px) and (max-width:767px){
.container {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
}
.show--sm {
  display: block;
}
.rbtn img{
	width: 100%;
	height: auto;
	}    
.rbtn{
    width: 60px;
	height: auto;
	top: 120px;
	}
.content1{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px;
	display: block;
	background-color: #000000;
    z-index: 1;
    overflow: hidden;
	}	
.kv1{
	display: none;
}
.kv1m img{
	height: auto;
	width: 100%;
}    
.kv1m{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
    padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.kv1m2{
	display: none;
}
.content5{
	background-color: #131313;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    padding-bottom: 50px;
}
.w1000{
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.box7_box{
	height: auto;
	width: 100%;
	padding-left: 0%;
    position:relative;
    z-index: 4;
}
.box7_box h1{
	color: #ffffff;
	font-size: 32px;
	line-height: 48px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    text-align: center;
}
.box7_box h2{
	color: #ffffff;
	font-size: 22px;
	line-height: 32px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
}
.box7_box h3{
	color: #ffffff;
	font-size: 24px;
	line-height: 36px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
}
.box7_box h4{
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
}
.box7_box h5{
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
}
.custom-list {
  list-style: none;          /* 隱藏預設圓點 */
  padding-left: 0;           /* 清除預設內邊距 */
  margin: 0;
  background-color: #131313; /* 背景顏色 */
  color: #ffffff;            /* 文字顏色 */
  font-size: 24px;           /* 設定文字大小為 39pt */
  line-height: 36px;          /* 行高 */
}

.custom-list li {
  position: relative;
  padding-left: 44px;        /* 為左側圖片留出空間（34px 圖片 + 20px 間距） */
  margin-bottom: 24px;       /* 項目之間的間距 */
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  /* 透過 calc 讓圖片垂直居中於第一行文字 */
  top: 7.5px; 
  width: 34px;               /* 限制圖片寬度 34px */
  height: 34px;              /* 限制圖片高度 34px */
  background-image: url('../images/mark1.png'); /* 替換為您的圖片路徑 */
  background-size: contain;
  background-repeat: no-repeat;
}
.c2mark{
    margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
    font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
    text-align: center;
}

/* 注意事項外殼 */
.accordion-container {
    max-width: 100%;
    margin: 0 auto;
    
}

/* 點擊標題區 */
.accordion-header {
    background-color: #131313;
    padding: 15px;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #FFFFFF;
    
}
/* 箭頭符號樣式與動態過渡 */
.arrow {
display: inline-block;
transition: transform 0.3s ease;
}

/* 當激活時，箭頭旋轉 180 度向上 */
.accordion-header.active .arrow {
transform: rotate(180deg);
}

/* 下方文字內容區（預設隱藏） */
.accordion-content {
max-height: 0;
overflow: hidden;
background-color: #131313;
transition: max-height 0.3s ease-out, padding 0.3s ease;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;    
}

/* 當內容展開時的內距與文字區排版 */
.accordion-content.show {
    padding: 20px;
}
.content-text p {
            margin: 0 0 15px 0;
        }
.content-text p:last-child {
    margin-bottom: 0;
}
.c2_ol{
	margin: 0px;
	height: auto;
	width: 97%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3%;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;	
    list-style-type: decimal;
}
.c2_ol_li{
	margin: 0px;
	padding: 0px;
}
.c2_ol_li a{
	margin: 0px;
	padding: 0px;
    color: #0098ff;
}    

/*------------------------POP UP------------------------*/
#pop1,#pop2,#pop3,#pop4,#pop5,#pop6,#pop7,#pop8,#pop9{
	cursor: pointer;
}
.rule_pop{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: block;
}      
.rbox2{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}
.rclose{
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(../images/rclose.jpg);
	background-position: center top;
	background-size: 100% auto;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
.c1_list{
	height: auto;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.banner1{
	position: relative;
	height: auto;
	width: 300px;
	margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 10px;
    background-color: #545251;
}
.box1_img{
	height: auto;
	width: 256px;
	float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    display: block;
}
.box1_txt{
	padding-left: 0px;
	padding-top: 0px;
    text-align: center;
}
.box1_txt h5{
	color: #ffffff;
	font-size: 38px;
	line-height: 50px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    text-align: center;
}
.box1_txt h2{
	color: #ffffff;
	font-size: 24px;
	line-height: 34px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    text-align: center;
    
}
.box1_txt h3{
	color: #3e3a39;
	font-size: 16px;
	line-height: 22px;
	padding: 0px;
	height: 22px;
	width: 92px;
	text-align: center;
	display: block;
	font-weight: bolder;
	text-decoration: none;
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 18px;
	cursor: pointer;
    border-radius: 5rem;
    background-color: #FFFFFF;
}
.box1_txt h4{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    width: 274px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    display: block;
}
.card_btn_b1{
    height: auto;
	width: 101px;
	float: left;
    padding-left: 20px;
    text-align: center;
}
.card_btn_b2{
    height: auto;
	width: 101px;
	float: right;
    padding-right: 20px;
    text-align: center;
}
.footer-m{
	background-color: #131313;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
	clear: both;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
	}
.footer-mcon{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	clear: both;
	float: none;
	}
.footer-m1{
	padding: 0px;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	clear: both;
	float: none;
	height: auto;
	margin: 0px;
	line-height: 50px;
	}
.footer-m2{
	width: 95%;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 18px;
	clear: both;
	float: none;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
    text-align: center;
	}					
.footer-m3{
	width: 95%;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 18px;
	clear: both;
	float: none;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}		

	
}
@media only screen and (max-width:479px){
.container {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
}
.show--sm {
  display: block;
}
.rbtn img{
	width: 100%;
	height: auto;
	}    
.rbtn{
    width: 60px;
	height: auto;
	top: 100px;
	}
.content1{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px;
	display: block;
	background-color: #000000;
    z-index: 1;
    overflow: hidden;
	}	
.kv1{
	display: none;
}
.kv1m img{
	height: auto;
	width: 100%;
}    
.kv1m{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
    padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.kv1m2{
	display: none;
}
.content5{
	background-color: #131313;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    padding-bottom: 50px;
}
.w1000{
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.box7_box{
	height: auto;
	width: 100%;
	padding-left: 0%;
    position:relative;
    z-index: 4;
}
.box7_box h1{
	color: #ffffff;
	font-size: 32px;
	line-height: 48px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    text-align: center;
}
.box7_box h2{
	color: #ffffff;
	font-size: 22px;
	line-height: 32px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
}
.box7_box h3{
	color: #ffffff;
	font-size: 24px;
	line-height: 36px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
}
.box7_box h4{
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
}
.box7_box h5{
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
}
.custom-list {
  list-style: none;          /* 隱藏預設圓點 */
  padding-left: 0;           /* 清除預設內邊距 */
  margin: 0;
  background-color: #131313; /* 背景顏色 */
  color: #ffffff;            /* 文字顏色 */
  font-size: 24px;           /* 設定文字大小為 39pt */
  line-height: 36px;          /* 行高 */
}

.custom-list li {
  position: relative;
  padding-left: 44px;        /* 為左側圖片留出空間（34px 圖片 + 20px 間距） */
  margin-bottom: 24px;       /* 項目之間的間距 */
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  /* 透過 calc 讓圖片垂直居中於第一行文字 */
  top: 7.5px; 
  width: 34px;               /* 限制圖片寬度 34px */
  height: 34px;              /* 限制圖片高度 34px */
  background-image: url('../images/mark1.png'); /* 替換為您的圖片路徑 */
  background-size: contain;
  background-repeat: no-repeat;
}
.c2mark{
    margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
    font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
    text-align: center;
}

/* 注意事項外殼 */
.accordion-container {
    max-width: 100%;
    margin: 0 auto;
    
}

/* 點擊標題區 */
.accordion-header {
    background-color: #131313;
    padding: 15px;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #FFFFFF;
    
}
/* 箭頭符號樣式與動態過渡 */
.arrow {
display: inline-block;
transition: transform 0.3s ease;
}

/* 當激活時，箭頭旋轉 180 度向上 */
.accordion-header.active .arrow {
transform: rotate(180deg);
}

/* 下方文字內容區（預設隱藏） */
.accordion-content {
max-height: 0;
overflow: hidden;
background-color: #131313;
transition: max-height 0.3s ease-out, padding 0.3s ease;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;    
}

/* 當內容展開時的內距與文字區排版 */
.accordion-content.show {
    padding: 20px;
}
.content-text p {
            margin: 0 0 15px 0;
        }
.content-text p:last-child {
    margin-bottom: 0;
}
.c2_ol{
	margin: 0px;
	height: auto;
	width: 97%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3%;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;	
    list-style-type: decimal;
}
.c2_ol_li{
	margin: 0px;
	padding: 0px;
}
.c2_ol_li a{
	margin: 0px;
	padding: 0px;
    color: #0098ff;
}    

/*------------------------POP UP------------------------*/
#pop1,#pop2,#pop3,#pop4,#pop5,#pop6,#pop7,#pop8,#pop9{
	cursor: pointer;
}
.rule_pop{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: block;
}      
.rbox2{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}
.rclose{
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(../images/rclose.jpg);
	background-position: center top;
	background-size: 100% auto;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
.c1_list{
	height: auto;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.banner1{
	position: relative;
	height: auto;
	width: 300px;
	margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 10px;
    background-color: #545251;
}
.box1_img{
	height: auto;
	width: 256px;
	float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    display: block;
}
.box1_txt{
	padding-left: 0px;
	padding-top: 0px;
    text-align: center;
}
.box1_txt h5{
	color: #ffffff;
	font-size: 38px;
	line-height: 50px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    text-align: center;
}
.box1_txt h2{
	color: #ffffff;
	font-size: 24px;
	line-height: 34px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    text-align: center;
    
}
.box1_txt h3{
	color: #3e3a39;
	font-size: 16px;
	line-height: 22px;
	padding: 0px;
	height: 22px;
	width: 92px;
	text-align: center;
	display: block;
	font-weight: bolder;
	text-decoration: none;
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 18px;
	cursor: pointer;
    border-radius: 5rem;
    background-color: #FFFFFF;
}
.box1_txt h4{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    width: 274px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    display: block;
}
.card_btn_b1{
    height: auto;
	width: 101px;
	float: left;
    padding-left: 20px;
    text-align: center;
}
.card_btn_b2{
    height: auto;
	width: 101px;
	float: right;
    padding-right: 20px;
    text-align: center;
}
.footer-m{
	background-color: #131313;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
	clear: both;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
	}
.footer-mcon{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	clear: both;
	float: none;
	}
.footer-m1{
	padding: 0px;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	clear: both;
	float: none;
	height: auto;
	margin: 0px;
	line-height: 50px;
	}
.footer-m2{
	width: 95%;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 18px;
	clear: both;
	float: none;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
    text-align: center;
	}					
.footer-m3{
	width: 95%;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 18px;
	clear: both;
	float: none;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}		





}



