@charset "UTF-8";

ccserviceVB-body {
    font-family: Arial, sans-serif;
    margin: 10px;
    padding: 0;
    display: flex;
    justify-content: center;
}

.ccserviceVB-container {
    display: flex;
    /*max-width: 800px;*/
    width: 100%;
}

.ccserviceVB-menu {
    width: 160px;
    background-color: #ffffff; /* 白色底色 */
}

.ccserviceVB-menu-title {
    color: white;
    display: block;
    font-weight: bold;
    font-size: large;
    width: 173px;
    height: 70px;
    padding: 8px 0px 0px 5px;
    text-align: center;
    background-color: #273C75;
    border: 1px solid #000;  /* 黑色边框 */
    margin-bottom: -1px;
    /*margin-bottom: 0px;*/
    /*border-bottom: 0px solid #444; /* 底部邊線 */
}

.ccserviceVB-menu-button {
    display: block;
    font-size: medium;
    width: 172px;
    padding: 10px;
    text-align: center;
    border: 1px solid #000;  /* 黑色邊框 */
    /*border: none;*/
    cursor: pointer;
    background-color: #FFFFFF;
    margin-bottom: -1px;
}

/*.ccserviceVB-menu-button:hover {
    background-color: #0066CC;
}*/

.ccserviceVB-content {
    flex: 1;
    padding: 20px;
}

/*@media screen and (max-width: 600px) {
    .container {
        flex-direction: column;
    }
    .content {
        padding: 10px;
    }
}*/

.ccserviceVB-menu-button.ccselected{
    color: white;
    font-weight: bold;
    font-size: large;
    background-color: #0066CC;    /* 被選到的選單底色 */
    border: 4px solid #A0BEFC;    /* 淡藍色邊框 */
    transform: scale(1.08);      /* 放大效果 */
}

.no-outline:focus {
    outline: none;     /* 取消被選取時的邊框 */
}

.ccserviceVB-content-item {
	/* 中間文字的效果 */
    display: none;
    margin-left: 15px; /* 添加左側距離 */
	/*color:#3F3F3F;
	font-size: 14px;*/
}

.ccserviceVB-content-item.active {
	display: block;
}
.itemtitle-background {
	background-color: yellow;
	border-bottom: 2px solid yellow;
	display: inline-block; /* 保證底呈線的寬度和文字一致 */
	padding-bottom: 5px; /* 可調整底呈線與文字的間距 */
}
.ccVB-title {
	margin:0px;
	position:relative;
	font-size: 2em;
	font-weight: bold;
	color: #2C2D3F;
	display: block;
	padding-bottom: 30px;
}
.ccserviceVB-itemtitle {
	color:#E75003;
	font-weight: bold;
	line-height: 45px;
	padding-top: 20px;
}
.ccserviceVB-itemtitleV2 {
	color: #009100;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 20px;
	padding:12px 0  10px;
}

.ccVB-text {
	position:relative;
  	font-size: 1.4em;
	margin:20px 0;
	padding-left:50px;
	line-height: 15px;
	
	color: #2C2D3F;
	font-weight: 500;
	display: block;
	
	
	/*
	font-size: 1.1rem;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-right: 150px;
	margin-left: 80px;          */
	
}
.ccVB-textPS {
	background: #FFF2CC;
	position:relative;
  	font-size: 1.2em;
	padding: 6px;
	line-height: 30px;
	color: #2C2D3F;
	font-weight: 500;
	display: block;
}
.ccVB-text-title {
	background: #FFC000;
	color: #2C2D3F;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	padding: 6px;
	text-align: left;
	border-radius: 0;
	margin: 0;
	margin-top: 0px;
}
.ccVB-text-title-con {
	background: #FFF2CC;
	color: #2C2D3F;
	font-size: 1.2em;
	display: block;
	padding: 6px;
	text-align: left;
	border-radius: 0;
	border: none;
	margin: 0;
	margin-top: -2px;
	padding-bottom: 15px;
}
.ccVB-text-title-conB {
	color: #2C2D3F;
	font-size: 1.2em;
	display: block;
	padding-left:50px;
	text-align: left;
	border-radius: 0;
	border: none;
	margin:10px 0;
	
}

/*向下展的效果*/
.accordion {
  border: 1px solid #5B5B5B;
}

.accordion-item {
  border-bottom: 1px solid 	#5B5B5B;
}

.accordion-title {
  background-color: #FFC000;;
  padding: 10px;
  cursor: pointer;
}

.accordion-content {
  padding: 10px;
  display: none;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-title::after {
	font-size: 20px;     /* 調整大小 */
	font-weight: bold;
    content: "▼";
    float: right;	
    transition: transform 0.3s ease;
  }
  
.accordion-item.active .accordion-title::after {
    transform: rotate(180deg);
    color: 	#0072E3;
}
    
.accordion-item.active {
	box-shadow: 0px 0px 10px #D94600; /* 向外放大的淡紅色邊框效果 */
}


/*向下展的效果end*/

.ccVB-HR{
  height: 1px !important;
  background-color: #5B5B5B;
  border: 0;
  width: 90%;

  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  
}


.SVBolli ol{
	list-style: none; counter-reset: li;
	padding: 16px 10px 0px 39px;
	box-sizing: border-box;
	border: 25px;
	margin-top: -10px;
	}
.SVBolli li::before	{
	content: counter(li); 
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	}
	
.SVBolli li {counter-increment: li}

