@charset "UTF-8";
/* CSS Document */
    .generic_flex_block_mb{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 40px 0px;
		border-top: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.generic_left_menu_mb{
		width: 280px;
		min-width: 280px;
		padding-right: 40px;
		margin-bottom: 40px;
	}
	.generic_right_content_mb{
		width: 100%;
		
	}
	.generic_menu_relative_block_mb{
		position: relative;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		font-size: 14px;
		letter-spacing: 0.05em;
		color: #282828;
	}
    .en .generic_menu_relative_block_mb{
	    letter-spacing: 0.02em;
    }
	.generic_menu_relative_block_mb:nth-child(1){
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	.generic_menu_title_mb{
		height: 48px;
		line-height: 48px;
	}
.generic_menu_input_mb {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	height: 48px;
	background-image: url("https://static.mabelle.com/images/header/arrow_square_right.png");
	background-color: transparent;
	border: 0px solid rgba(0,0,0,0);
	border-radius: 0px;
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center right;
	cursor: pointer;
}
	.generic_menu_input_mb:checked {
		background-image: url("https://static.mabelle.com/images/header/arrow_square_down.png");
	}
	.generic_menu_options_block_mb{
		padding-left: 20px;
		padding-bottom: 14px;
		display: none;
	}
	.generic_menu_input_mb:checked + .generic_menu_options_block_mb{
		display: block;
	}
    .en .generic_menu_a_mb{
	    letter-spacing: 0em;
    }
	.generic_menu_a_mb,.generic_menu_a_mb:hover{
		display: block;
		height: 34px;
		line-height: 34px;
		cursor: pointer;
		text-decoration: none;
		color: #282828;
		white-space: nowrap;
	}
	
	
	
	
	
	
	
	.diver_normal_mb{
		background-color: rgba(0,0,0,0.1);
		width: 100%;
		height: 1px;
		margin: 10px 0px;
	}
	
	
	
	
	.ul_mb{
		font-size: 14px;
		color: #282828;
		padding-left: 24px;
	}
	.ul_mb li{
		margin-bottom: 8px;
		line-height: 1.5em;
		letter-spacing: 0.02em;
	}
	.ul_mb a,.ul_mb a:hover{
		color: #631549;
		cursor: pointer;
		text-decoration: none;
	}
	



    .generic_big_title_mb{
		font-size: 24px;
		letter-spacing: 0.05em;
		color:#631549;
	}
    .en .generic_big_title_mb{
	    letter-spacing: 0.01em;
    }
	.generic_space_mb{
		width: 100%;
		height: 1px;
		background-color: rgba(0,0,0,0.1);
		margin-top: 80px;
		margin-bottom: 80px;
	}
    .generic_purple_title_mb{
		margin-bottom: 5px;
		font-size: 16px;
		letter-spacing: 0.02em;
		color:#631549;
	}
    .generic_no_wrap_mb{
		white-space: nowrap;
	}
	.generic_small_text_mb{
		font-size: 12px;
		letter-spacing: 0.01em;
		opacity: 0.5;
		line-height: 0.5em!important;
	}
    .generic_small_text_mb a{
		color: inherit;
		text-decoration: none;
    }





    .generic_ol_mb{
		font-size: 14px;
		line-height: 1.5em;
		color: #282828;
		letter-spacing: 0.01em;
		padding-left: 18px;
	}
	.generic_ol_mb li{
		margin-bottom: 8px;
	}






    .generic_flow_block_mb{
		padding-left: 20px;
		border-left: 1px solid rgba(0,0,0,0.1);
		margin-left:7px;
		padding-right: 14px;
		position: relative;
		min-height: 40px;
		padding-bottom: 18px;
	}
	.generic_flow_point_mb{
		position: absolute;
		left: -7px;
		top:4px;
		background-color:#ACACAC;
		border: 2px solid #fcfcfc;
		width: 13px;
		height: 13px;
		border-radius: 16px;
	}
    .en .generic_flow_block_mb{
	    letter-spacing: 0.01em;
    }



    .generic_go_btn_mb{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		white-space: nowrap;
		font-size: 14px;
		color: #8c8c8c;
		letter-spacing: 0.01em;
		position:relative;
	}
	.generic_go_btn_mb img{
		width:6px;
		margin-left: 5px;
		margin-top: 2px;
	}
	.generic_go_btn_mb a{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 2;
		cursor: pointer;
		opacity: 0;
	}
	






    .generic_table_mb{
		width: 100%;
		color: #282828;
	}
	.generic_table_mb th{
		pointer-events: none;
		background-color: rgba(0,0,0,0.02);
		border: 1px solid rgba(0,0,0,0.1);
		font-size: 14px;
		letter-spacing: 0.02em;
		padding:8px 10px;
		
		font-weight: 500;
	}
	.generic_table_mb td{
		border: 1px solid rgba(0,0,0,0.1);
		font-size: 14px;
		letter-spacing: 0.02em;
		padding:8px 10px;
		
	}
	.generic_table_mb tr:hover{
		background-color: #631549;
		color: white!important;
	}
    .generic_table_mb .purple_text_mb:hover{
	    color: rgba(255,255,255,0.8)!important;
    }
    .en .generic_table_mb{
	    letter-spacing: 0em!important;
    }
	.generic_table_dark_mb{
		background-color: rgba(0,0,0,0.15)!important;
		font-size: 14px!important;
	}
	.generic_table_secord_dark_mb{
		background-color: rgba(0,0,0,0.08)!important;
	}





    .generic_mobile_menu_btn_mb{
		display: none;
	}




    .generic_overflow_hidden_mb{
		overflow: hidden;
	}



    /*膠囊*/
	.generic_tab_block_mb{
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: rgba(0,0,0,0.15);
		border: 1px solid rgba(0,0,0,0.1);
		border-bottom: 0px solid rgba(0,0,0,0);
	}
	.generic_tab_item_mb{
		display: block;
		position: relative;
		padding: 8px 10px;
		border-left: 1px solid rgba(0,0,0,0.1);
		width: 25%;
	}
	.generic_tab_item_mb:nth-child(1){
		border-left: 0px solid rgba(0,0,0,0);
	}
	.generic_tab_item_mb .active{
		color: #282828!important;
	}
	.generic_tab_item_mb a{
		color: rgba(0,0,0,0.3);
		display: block!important;
		font-size: 14px;
		letter-spacing: 0.01em;
	}
    .en .generic_tab_item_mb a{
	    letter-spacing: 0.01em;
    }
    .generic_tab_item_mb a:hover{
	    text-decoration: none;
    }
	/*膠囊*/
	

    .generic_huge_title_mb{
		font-size: 22px;
        color: #282828;
        line-height: 1.5em;
        letter-spacing: 0.04em;
	}
    .generic_huge_title_mb span{
	    letter-spacing: 0.01em;
    }
    .en .generic_huge_title_mb{
	    letter-spacing: 0em;
    }
	.generic_normal_text_mb{
		font-size: 16px;
        color: #282828;
        line-height: 1.5em;
        letter-spacing: 0.02em;
	}
    .en .generic_normal_text_mb{
	    letter-spacing: 0em;
		font-size: 14px;
    }
	.generic_purple_title_v2_mb{
		font-size: 18px;
        color: #631549;
        line-height: 1.5em;
        letter-spacing: 0.02em;
	}
    .en .generic_purple_title_v2_mb{
	    letter-spacing: 0em;
    }
	.generic_ol_v2_mb{
		font-size: 16px;
		line-height: 1.5em;
		color: #282828;
		letter-spacing: 0.01em;
		padding-left: 18px;
	}
	.generic_ol_v2_mb li{
		margin-bottom: 8px;
	}
	

    @media(max-width:992px){
	    .generic_left_menu_mb{
		    min-width: 210px;
		    width: 210px;
	    }
    }
	
	
	@media(max-width:768px){
		.generic_flex_block_mb{
			display: block;
			padding: 20px 0px;
		}
		.generic_left_menu_mb{
			max-width: none;
			width: 100%;
			padding-right: 0px;
		}
		
		
		
		.generic_space_mb{
		    margin-top: 50px;
		    margin-bottom: 50px;
	    }
		
		.generic_big_title_mb{
			font-size: 20px;
		}
		
		
		.generic_table_mb th{
		    font-size: 12px;
			padding: 4px 6px;
	    }
	    .generic_table_mb td{
		    font-size: 12px;
			padding: 4px 6px;
	    }
		
		/*左側菜單手機版收起Start*/
		.generic_mobile_menu_btn_mb{
			display: flex;
			padding:0px 12px;
			border: 1px solid rgba(0,0,0,0.1);
			justify-content: space-between;
			align-items: center;
			font-size: 14px;
			letter-spacing: 0.02em;
			color: #282828;
			position: relative;
			z-index: 1;
			height: 50px;
		}
		.generic_mobile_menu_block_mb{
			padding-left: 12px;
			padding-right: 12px;
			padding-bottom: 12px;
			border: 1px solid rgba(0,0,0,0.1);
			border-top: 1px solid #fcfcfc;
			margin-top: -1px;
			position: relative;
			z-index: 2;
			display: none;
		}
		.generic_mobile_menu_flex_mb{
			display:block;
		}
		.generic_mobile_menu_open_mb{
			font-size: 16px;
		}
		.generic_mobile_menu_close_mb{
			height: 1px;
			color: rgba(0,0,0,0);
			background-color: #282828;
			width: 8px;
		}
		/*左側菜單手機版收起End*/
	}
