@charset "utf-8";

/*@import url(notosanstc.css);*/

:root {
	
	--bg-rgb:2,6,23;
	
	--color-one: #0284c7; /*藍*/
	--color-one-rgb:2,132,199;
	--color-one-light-rgb:147,197,253;
	--color-two-dark:#0E6A99;
	--color-one-gradient:linear-gradient(135deg, #3b82f6, #1e40af); 


	--color-two:#10B981; /*綠*/
	--color-two-rgb:16,185,129;
	--color-two-light-rgb:110,231,183;
	--color-two-dark:#047857;
	--color-two-gradient:linear-gradient(135deg, #10b981, #0f766e); 


	--color-three:#ED8813; /*橙*/
	--color-three-rgb:237,136,19;
	--color-three-light-rgb:252,211,77;
	--color-three-dark:#D97706;
	--color-three-gradient:linear-gradient(135deg, #f59e0b, #c2410c); 
	
	
	--color-accent:#f44336;
	--color-accent-rgb:244,67,54;
	--color-accent-gradient:linear-gradient(135deg, #e57373, #f44336, #b71c1c); 

	
	--color-finish:#18b41f; /*綠*/
	--color-finish-rgb:24,180,31;
	

	
	/* --- font size --- */
	--text-unit:16px;
	--text-xs: calc(var(--text-unit) * 0.75); /* 12px */
    --text-sm: calc(var(--text-unit) * 0.875); /* 14px */
    --text-base: calc(var(--text-unit) * 1);
    --text-lg: calc(var(--text-unit) * 1.125); /* 18px--h4 */
    --text-xl: calc(var(--text-unit) * 1.25); /* 20px--h3 */
    --text-2xl: calc(var(--text-unit) * 1.5); /* 24px--h2 */
    --text-3xl: calc(var(--text-unit) * 1.875); /* 30px--h1 */
    --text-4xl: calc(var(--text-unit) * 2.25); /* 36px */
    --text-5xl: calc(var(--text-unit) * 3); /* 48px */
    --text-6xl: calc(var(--text-unit) * 3.75); /* 60px */
    --text-7xl: calc(var(--text-unit) * 4.5); /* 72px */
    --text-8xl: calc(var(--text-unit) * 6); /* 96px */
    --text-9xl: calc(var(--text-unit) * 8); /* 128px */


	/* --- Space --------------- */
	--spacing: 1rem;
	
	--spacing-2xs: calc(var(--spacing) * 0.25); /*4px*/
	--spacing-xs: calc(var(--spacing) * 0.5); /*8px*/
	--spacing-sm: calc(var(--spacing) * 0.75); /*12px*/
	--spacing-base: calc(var(--spacing) * 1);
	--spacing-md: calc(var(--spacing) * 1.5); /*24px*/
	--spacing-lg: calc(var(--spacing) * 2); /*32px*/
	--spacing-xl: calc(var(--spacing) * 3); /*48px*/
	--spacing-2xl: calc(var(--spacing) * 4); /*64px*/
	--spacing-3xl: calc(var(--spacing) * 6); /*96px*/
	--spacing-4xl: calc(var(--spacing) * 8); /*128px*/
}





/*----------------------------------------------------------------------
	#reset
-------------------------------- */
*,
*::before,
*::after{
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box
}
html, body, div, ul, ol, li, 
form, input, button,textarea, blockquote,p{ margin:0; padding:0; }

ol, ul, li{list-style:none;}

h6, h5, h4, h3, h2, h1{
	margin-top:0;
	margin-bottom:var(--spacing-xs);
	font-weight:500;
	line-height:1.2;
}

p{ margin-top:0; margin-bottom:var(--spacing-xs); }

a{ text-decoration:none; }
a:hover{ outline:none; }

button{ border-radius:0; }

button:focus:not(:focus-visible){ outline:0; }

input, button, select, optgroup, textarea{
	margin:0;
	font-family:inherit; font-size:inherit;
	line-height:inherit; outline:none;
}

button, select{ text-transform:none; }

[role=button]{ cursor:pointer; }

select{ word-wrap:normal; }
select:disabled{ opacity:1; }

[list]::-webkit-calendar-picker-indicator{ display:none; }

button,[type=button],[type=reset],[type=submit]{
	-webkit-appearance:button;
}
button:not(:disabled),[type=button]:not(:disabled),
[type=reset]:not(:disabled),[type=submit]:not(:disabled){
	cursor:pointer;
}

::-moz-focus-inner{ padding:0; border-style:none; }

textarea{ resize:vertical; }

fieldset{
	min-width:0; border:0;
	padding:0; margin:0;
}

legend{
	float:left; width:100%;
	font-size:var(--text-lg); line-height:inherit;
	padding:0; margin-bottom:var(--spacing-xs);
}
@media (min-width:1200px){
	legend{ font-size:var(--text-xl); }
}
legend + *{ clear:left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field{
	padding:0;
}
::-webkit-inner-spin-button{ height:auto; }

[type=search]{
	outline-offset:-2px;
	-webkit-appearance:textfield;
}

/* rtl:raw:[type="tel"],[type="url"],
[type="email"],[type="number"]{ direction:ltr; }
*/

::-webkit-search-decoration{ -webkit-appearance:none; }
::-webkit-color-swatch-wrapper{ padding:0; }
::file-selector-button{ font:inherit; }
::-webkit-file-upload-button{ font:inherit; -webkit-appearance:button; }

iframe{ border:0; }

/* HTML5 display-role reset for older browsers */
article, aside, details,figcaption, figure,
footer,header,hgroup,
menu, nav,section,main{ 
	display:block;
}





/*-------------------------------------------------------------------------------------------

	#base

-------------------------------- */

/* 修正粗體 (碧筵綰在粗體時會隔很遠) */
@font-face{
    font-family:'微軟正黑體修正';
    unicode-range:U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style:normal;
    font-weight:bold;
    src:local(Yu Gothic), local(MS Gothic);
}
/* 一般粗細的時候改回微軟正黑 */
@font-face{
    font-family:'微軟正黑體修正';
    unicode-range:U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style:normal;
    font-weight:normal;
    src:local(微軟正黑體);
}

body{
	background:#f8fafc;
	/*font-family: 'Noto Sans TC', "Microsoft JhengHei","微軟正黑體修正","微軟正黑體", sans-serif;*/
	font-family: "Microsoft JhengHei","微軟正黑體修正","微軟正黑體", sans-serif;
	color:#333;
	font-size:var(--text-base);
	line-height: 1.8;
}





/*-------------------------------------------------------------------------------------------
	#grid system
-------------------------------- */
.container,
.container-fluid{
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px){
	.container,
	.container-fluid{
		padding:0 15px;
	}
}
@media (min-width:768px){
}
@media (min-width:992px){
}
@media (min-width:1200px){
    .container{ width:96%; }
}
@media (min-width:1400px){
    .container{ width:90%; }
}
@media (min-width:1920px){
    .container{ width:80%; }
}



/* ===== grid 有邊距*/
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 1.5rem;
	
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-top: var(--bs-gutter-y);
}

.g-0, .gx-0 { --bs-gutter-x: 0; }
.g-0, .gy-0 { --bs-gutter-y: 0; }

.g-1, .gx-1 { --bs-gutter-x: 0.25rem; }
.g-1, .gy-1 { --bs-gutter-y: 0.25rem; }

.g-2, .gx-2 { --bs-gutter-x: 0.5rem; }
.g-2, .gy-2 { --bs-gutter-y: 0.5rem; }

.g-3, .gx-3 { --bs-gutter-x: 1rem; }
.g-3, .gy-3 { --bs-gutter-y: 1rem; }

.g-4, .gx-4 { --bs-gutter-x: 1.5rem; }
.g-4, .gy-4 { --bs-gutter-y: 1.5rem; }

.g-5, .gx-5 { --bs-gutter-x: 3rem; }
.g-5, .gy-5 { --bs-gutter-y: 3rem; }


.row-cols-auto > * { flex: 0 0 auto; width: auto; }
.row-cols-1 > *{ flex:0 0 auto; width:100%; }
.row-cols-2 > *{ flex:0 0 auto; width:50%; }
.row-cols-3 > *{ flex:0 0 auto; width:33.3333333333%; }
.row-cols-4 > *{ flex:0 0 auto; width:25%; }
.row-cols-5 > *{ flex:0 0 auto; width:20%; }
.row-cols-6 > *{ flex:0 0 auto; width:16.6666666667%; }


.col { flex: 1 0 0%; }
.col-full { flex:1 1 auto; width:1%; min-width:0; }

.col-auto { flex: 0 0 auto; width: auto; }
.col-1 { flex: 0 0 auto; width: 8.33333333%; }
.col-2 {flex: 0 0 auto; width: 16.66666667%; }
.col-3 {flex: 0 0 auto; width: 25%; }
.col-4 {flex: 0 0 auto; width: 33.33333333%; }
.col-5 {flex: 0 0 auto; width: 41.66666667%; }
.col-6 {flex: 0 0 auto; width: 50%; }
.col-7 { flex: 0 0 auto; width: 58.33333333%; }
.col-8 { flex: 0 0 auto; width: 66.66666667%; }
.col-9 { flex: 0 0 auto; width: 75%; }
.col-10 { flex: 0 0 auto; width: 83.33333333%; }
.col-11 { flex: 0 0 auto; width: 91.66666667%; }
.col-12 { flex: 0 0 auto; width: 100%; }


@media (min-width:576px){
	.g-sm-0, .gx-sm-0 { --bs-gutter-x: 0; }
	.g-sm-0, .gy-sm-0 { --bs-gutter-y: 0; }
	
	.g-sm-1, .gx-sm-1 { --bs-gutter-x: 0.25rem; }
	.g-sm-1, .gy-sm-1 { --bs-gutter-y: 0.25rem; }
	
	.g-sm-2, .gx-sm-2 { --bs-gutter-x: 0.5rem; }
	.g-sm-2, .gy-sm-2 { --bs-gutter-y: 0.5rem; }
	
	.g-sm-3, .gx-sm-3 { --bs-gutter-x: 1rem; }
	.g-sm-3, .gy-sm-3 { --bs-gutter-y: 1rem; }
	
	.g-sm-4, .gx-sm-4 { --bs-gutter-x: 1.5rem; }
	.g-sm-4, .gy-sm-4 { --bs-gutter-y: 1.5rem; }
	
	.g-sm-5, .gx-sm-5 { --bs-gutter-x: 3rem; }
	.g-sm-5, .gy-sm-5 { --bs-gutter-y: 3rem; }

	.col-sm { flex: 1 0 0%; }
	.col-sm-full { flex:1 1 auto; width:1%; min-width:0; }
	
	.row-cols-sm-auto > * { flex: 0 0 auto; width: auto; }
    .row-cols-sm-1 > *{ flex: 0 0 auto; width:100%; }
    .row-cols-sm-2 > *{ flex: 0 0 auto; width:50%; }
    .row-cols-sm-3 > *{ flex: 0 0 auto; width:33.3333333333%; }
    .row-cols-sm-4 > *{ flex: 0 0 auto; width:25%; }
    .row-cols-sm-5 > *{ flex: 0 0 auto; width:20%; }
    .row-cols-sm-6 > *{ flex: 0 0 auto; width:16.6666666667%; } 
	
	.col-sm-auto { flex: 0 0 auto; width: auto; }
	.col-sm-1 { flex: 0 0 auto; width: 8.33333333%; }
	.col-sm-2 { flex: 0 0 auto; width: 16.66666667%; }
	.col-sm-3 { flex: 0 0 auto; width: 25%; }
	.col-sm-4 { flex: 0 0 auto; width: 33.33333333%; }
	.col-sm-5 { flex: 0 0 auto; width: 41.66666667%; }
	.col-sm-6 { flex: 0 0 auto; width: 50%; }
	.col-sm-7 { flex: 0 0 auto; width: 58.33333333%; }
	.col-sm-8 { flex: 0 0 auto; width: 66.66666667%; }
	.col-sm-9 { flex: 0 0 auto; width: 75%; }
	.col-sm-10 { flex: 0 0 auto; width: 83.33333333%; }
	.col-sm-11 { flex: 0 0 auto; width: 91.66666667%; }
	.col-sm-12 { flex: 0 0 auto; width: 100%; }
}
@media (min-width:768px){
	.g-md-0, .gx-md-0 { --bs-gutter-x: 0; }
	.g-md-0, .gy-md-0 { --bs-gutter-y: 0; }
	
	.g-md-1, .gx-md-1 { --bs-gutter-x: 0.25rem; }
	.g-md-1, .gy-md-1 { --bs-gutter-y: 0.25rem; }
	
	.g-md-2, .gx-md-2 { --bs-gutter-x: 0.5rem; }
	.g-md-2, .gy-md-2 { --bs-gutter-y: 0.5rem; }
	
	.g-md-3, .gx-md-3 { --bs-gutter-x: 1rem; }
	.g-md-3, .gy-md-3 { --bs-gutter-y: 1rem; }
	
	.g-md-4, .gx-md-4 { --bs-gutter-x: 1.5rem; }
	.g-md-4, .gy-md-4 { --bs-gutter-y: 1.5rem; }
	
	.g-md-5, .gx-md-5 { --bs-gutter-x: 3rem; }
	.g-md-5, .gy-md-5 { --bs-gutter-y: 3rem; }
	
	.col-md { flex: 1 0 0%; }
	.col-md-full { flex:1 1 auto; width:1%; min-width:0; }
	
	.row-cols-md-auto > * { flex: 0 0 auto; width: auto; }
    .row-cols-md-1 > *{ flex: 0 0 auto; width:100%; }
    .row-cols-md-2 > *{ flex: 0 0 auto; width:50%; }
    .row-cols-md-3 > *{ flex: 0 0 auto; width:33.3333333333%; }
    .row-cols-md-4 > *{ flex: 0 0 auto; width:25%; }
    .row-cols-md-5 > *{ flex: 0 0 auto; width:20%; }
    .row-cols-md-6 > *{ flex: 0 0 auto; width:16.6666666667%; } 
	
	
	.col-md-auto { flex: 0 0 auto; width: auto; }
	.col-md-1 { flex: 0 0 auto; width: 8.33333333%; }
	.col-md-2 { flex: 0 0 auto; width: 16.66666667%; }
	.col-md-3 { flex: 0 0 auto; width: 25%; }
	.col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
	.col-md-5 { flex: 0 0 auto; width: 41.66666667%; }
	.col-md-6 { flex: 0 0 auto; width: 50%; }
	.col-md-7 { flex: 0 0 auto; width: 58.33333333%; }
	.col-md-8 { flex: 0 0 auto; width: 66.66666667%; }
	.col-md-9 { flex: 0 0 auto; width: 75%; }
	.col-md-10 { flex: 0 0 auto; width: 83.33333333%; }
	.col-md-11 { flex: 0 0 auto; width: 91.66666667%; }
	.col-md-12 { flex: 0 0 auto; width: 100%; } 
}
@media (min-width:992px){
	.g-lg-0, .gx-lg-0 { --bs-gutter-x: 0; }
	.g-lg-0, .gy-lg-0 { --bs-gutter-y: 0; }
	
	.g-lg-1, .gx-lg-1 { --bs-gutter-x: 0.25rem; }
	.g-lg-1, .gy-lg-1 { --bs-gutter-y: 0.25rem; }
	
	.g-lg-2, .gx-lg-2 { --bs-gutter-x: 0.5rem; }
	.g-lg-2, .gy-lg-2 { --bs-gutter-y: 0.5rem; }
	
	.g-lg-3, .gx-lg-3 { --bs-gutter-x: 1rem; }
	.g-lg-3, .gy-lg-3 { --bs-gutter-y: 1rem; }
	
	.g-lg-4, .gx-lg-4 { --bs-gutter-x: 1.5rem; }
	.g-lg-4, .gy-lg-4 { --bs-gutter-y: 1.5rem; }
	
	.g-lg-5, .gx-lg-5 { --bs-gutter-x: 3rem; }
	.g-lg-5, .gy-lg-5 { --bs-gutter-y: 3rem; }
	
	.col-lg { flex: 1 0 0%; }
	.col-lg-full { flex:1 1 auto; width:1%; min-width:0; }
	
	.row-cols-lg-auto > * { flex: 0 0 auto; width: auto; }    
	.row-cols-lg-1 > *{ flex: 0 0 auto; width:100%; }
    .row-cols-lg-2 > *{ flex: 0 0 auto; width:50%; }
    .row-cols-lg-3 > *{ flex: 0 0 auto; width:33.3333333333%; }
    .row-cols-lg-4 > *{ flex: 0 0 auto; width:25%; }
    .row-cols-lg-5 > *{ flex: 0 0 auto; width:20%; }
    .row-cols-lg-6 > *{ flex: 0 0 auto; width:16.6666666667%; } 
	
	
	.col-lg-auto { flex: 0 0 auto; width: auto; }
	.col-lg-1 { flex: 0 0 auto; width: 8.33333333%; }
	.col-lg-2 { flex: 0 0 auto; width: 16.66666667%; }
	.col-lg-3 { flex: 0 0 auto; width: 25%; }
	.col-lg-4 { flex: 0 0 auto; width: 33.33333333%; }
	.col-lg-5 { flex: 0 0 auto; width: 41.66666667%; }
	.col-lg-6 { flex: 0 0 auto; width: 50%; }
	.col-lg-7 { flex: 0 0 auto; width: 58.33333333%; }
	.col-lg-8 { flex: 0 0 auto; width: 66.66666667%; }
	.col-lg-9 { flex: 0 0 auto; width: 75%; }
	.col-lg-10 { flex: 0 0 auto; width: 83.33333333%; }
	.col-lg-11 { flex: 0 0 auto; width: 91.66666667%; }
	.col-lg-12 { flex: 0 0 auto; width: 100%; } 
}
@media (min-width:1200px){
	.g-xl-0, .gx-xl-0 { --bs-gutter-x: 0; }
	.g-xl-0, .gy-xl-0 { --bs-gutter-y: 0; }
	
	.g-xl-1, .gx-xl-1 { --bs-gutter-x: 0.25rem; }
	.g-xl-1, .gy-xl-1 { --bs-gutter-y: 0.25rem; }
	
	.g-xl-2, .gx-xl-2 { --bs-gutter-x: 0.5rem; }
	.g-xl-2, .gy-xl-2 { --bs-gutter-y: 0.5rem; }
	
	.g-xl-3, .gx-xl-3 { --bs-gutter-x: 1rem; }
	.g-xl-3, .gy-xl-3 { --bs-gutter-y: 1rem; }
	
	.g-xl-4, .gx-xl-4 { --bs-gutter-x: 1.5rem; }
	.g-xl-4, .gy-xl-4 { --bs-gutter-y: 1.5rem; }
	
	.g-xl-5, .gx-xl-5 { --bs-gutter-x: 3rem; }
	.g-xl-5, .gy-xl-5 { --bs-gutter-y: 3rem; }
	
	.col-xl { flex: 1 0 0%; }
	.col-xl-full { flex:1 1 auto; width:1%; min-width:0; }
	
	.row-cols-xl-auto > * { flex: 0 0 auto; width: auto; }    
    .row-cols-xl-1 > *{ flex: 0 0 auto; width:100%; }
    .row-cols-xl-2 > *{ flex: 0 0 auto; width:50%; }
    .row-cols-xl-3 > *{ flex: 0 0 auto; width:33.3333333333%; }
    .row-cols-xl-4 > *{ flex: 0 0 auto; width:25%; }
    .row-cols-xl-5 > *{ flex: 0 0 auto; width:20%; }
    .row-cols-xl-6 > *{ flex: 0 0 auto; width:16.6666666667%; } 


	.col-xl-auto { flex: 0 0 auto; width: auto; }
	.col-xl-1 { flex: 0 0 auto; width: 8.33333333%; }
	.col-xl-2 { flex: 0 0 auto; width: 16.66666667%; }
	.col-xl-3 { flex: 0 0 auto; width: 25%; }
	.col-xl-4 { flex: 0 0 auto; width: 33.33333333%; }
	.col-xl-5 { flex: 0 0 auto; width: 41.66666667%; }
	.col-xl-6 { flex: 0 0 auto; width: 50%; }
	.col-xl-7 { flex: 0 0 auto; width: 58.33333333%; }
	.col-xl-8 { flex: 0 0 auto; width: 66.66666667%; }
	.col-xl-9 { flex: 0 0 auto; width: 75%; }
	.col-xl-10 { flex: 0 0 auto; width: 83.33333333%; }
	.col-xl-11 { flex: 0 0 auto; width: 91.66666667%; }
	.col-xl-12 { flex: 0 0 auto; width: 100%; }
}
@media (min-width:1600px){
	.g-xxl-0, .gx-xxl-0 { --bs-gutter-x: 0; }
	.g-xxl-0, .gy-xxl-0 { --bs-gutter-y: 0; }
	
	.g-xxl-1, .gx-xxl-1 { --bs-gutter-x: 0.25rem; }
	.g-xxl-1, .gy-xxl-1 { --bs-gutter-y: 0.25rem; }
	
	.g-xxl-2, .gx-xxl-2 { --bs-gutter-x: 0.5rem; }
	.g-xxl-2, .gy-xxl-2 { --bs-gutter-y: 0.5rem; }
	
	.g-xxl-3, .gx-xxl-3 { --bs-gutter-x: 1rem; }
	.g-xxl-3, .gy-xxl-3 { --bs-gutter-y: 1rem; }
	
	.g-xxl-4, .gx-xxl-4 { --bs-gutter-x: 1.5rem; }
	.g-xxl-4, .gy-xxl-4 { --bs-gutter-y: 1.5rem; }
	
	.g-xxl-5, .gx-xxl-5 { --bs-gutter-x: 3rem; }
	.g-xxl-5, .gy-xxl-5 { --bs-gutter-y: 3rem; }
	
	.col-xxl { flex: 1 0 0%; }
	.col-xxl-full { flex:1 1 auto; width:1%; min-width:0; }
	
	.row-cols-xxl-auto > * { flex: 0 0 auto; width: auto; }    
    .row-cols-xxl-1 > *{ flex: 0 0 auto; width:100%; }
    .row-cols-xxl-2 > *{ flex: 0 0 auto; width:50%; }
    .row-cols-xxl-3 > *{ flex: 0 0 auto; width:33.3333333333%; }
    .row-cols-xxl-4 > *{ flex: 0 0 auto; width:25%; }
    .row-cols-xxl-5 > *{ flex: 0 0 auto; width:20%; }
    .row-cols-xxl-6 > *{ flex: 0 0 auto; width:16.6666666667%; } 

	
	.col-xxl-auto { flex: 0 0 auto; width: auto; }
	.col-xxl-1 { flex: 0 0 auto; width: 8.33333333%; }
	.col-xxl-2 { flex: 0 0 auto; width: 16.66666667%; }
	.col-xxl-3 { flex: 0 0 auto; width: 25%; }
	.col-xxl-4 { flex: 0 0 auto; width: 33.33333333%; }
	.col-xxl-5 { flex: 0 0 auto; width: 41.66666667%; }
	.col-xxl-6 { flex: 0 0 auto; width: 50%; }
	.col-xxl-7 { flex: 0 0 auto; width: 58.33333333%; }
	.col-xxl-8 { flex: 0 0 auto; width: 66.66666667%; }
	.col-xxl-9 { flex: 0 0 auto; width: 75%; }
	.col-xxl-10 { flex: 0 0 auto; width: 83.33333333%; }
	.col-xxl-11 { flex: 0 0 auto; width: 91.66666667%; }
	.col-xxl-12 { flex: 0 0 auto; width: 100%; }
}





/*-------------------------------------------------------------------------------------------

	#Typography

-------------------------------- */
.heading{}

/*呈一列*/
.heading_group{
	display:flex; flex-wrap:wrap;
	align-items:center; justify-content:center;
}
.heading_group .heading-icon, 
.heading_group .heading-text, 
.heading_group .heading-subtext{
	display:block;
}
.heading-icon img{
	display:block; max-width:100%; height:auto;
}

h1, .font--xxl { font-size: var(--text-3xl); }
h2, .font--xl { font-size: var(--text-2xl); }
h3, .font--lg { font-size: var(--text-xl); }
h4, .font--md { font-size: var(--text-lg); }

h1, h2, h3, h4,h5, h6, form legend {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: var(--spacing-xs);
}
p{
	margin-top:var(--spacing-xs);
	margin-bottom:var(--spacing-xs);
}


/*----------------------------------------------------------------------
	#editor：後台編輯器
-------------------------------- */
.editor{
	line-height:1.8;
	overflow-wrap: break-word; /*文字太長，允許文字在任意位置斷行*/
	word-break: break-all; /*英文過長，強制換行*/
}

.editor h1 { margin-bottom: var(--spacing-md); }

.editor h2,
.editor h3,
.editor h4 {
	margin-top: var(--spacing-md);
	margin-bottom: var(--spacing-sm);
}

.editor ul,
.editor ol,
.editor p {
	margin-bottom: var(--spacing-sm);
}

.editor ul,
.editor ol {
	list-style-position: outside;
	padding-left: var(--spacing-lg);
}

.editor ul { list-style-type: disc; }
.editor ol { list-style-type: decimal; }
.editor ul li,
.editor ol li {
	display:list-item;
	list-style:inherit;
	line-height: var(--line-height-body);
}

.editor em { font-style: italic; }
.editor u { text-decoration: underline; }

.editor img{ max-width:100%; height:auto; }
.editor iframe{ max-width:100%; }


/* ===== a連結 */
.editor{
	color:#333;
}
.editor a{
	color:rgba(0,0,238,1); /*預設藍*/
}
.editor a:hover{
	color:var(--color-accent);
}





/*-------------------------------------------------------------------------------------------

	#Btn

-------------------------------- */
.btnbar{
	display:flex; flex-wrap:wrap;
	align-items:center; justify-content:center;
	
    margin:0.5rem 0;
	text-align:center;
}

.card-btnbar{
	display:flex; flex-wrap:wrap;
	align-items:center; justify-content:center;
	
	margin-top:0.5rem;
}


.btn, 
.card-btn{
	display: inline-flex;
	align-items:center; justify-content:center;
	
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	
	-webkit-appearance: button;
    background-color: transparent;
	border:1px solid #ccc;
	border-radius: 1.5rem;
	
	color:#333;
	
	font-size:var(--text-base); font-weight:600; line-height: 1;
	padding: 1rem 1.5rem;
	cursor:default;
	
	-webkit-user-select:none;
	   -moz-user-select:none;
			user-select:none;
			
	transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
a.btn, 
a.card-btn{
	cursor:pointer;
}
@media (prefers-reduced-motion:reduce){
	.btn, 
	.card-btn{
		transition:none;
	}
}
.btn:active, 
.card-btn:active {
	transition: none;
}


.btn_sm{
	font-size:var(--text-sm);
	padding: 0.75rem 1rem;
}

.btn_full{
	width:100%;
}

.btnbar .btn,
.card-btnbar .btn{
	margin:1rem 0.5rem;
}


.btn .iconsvg,
.btn-text,
.card-btn .iconsvg,
.card-btn-text{
	position:relative; z-index:2;
	line-height:1;
	margin:0 2px;
}

.btn .iconsvg,
.card-btn .iconsvg{
	width:20px; height:20px;
}

.btn .iconsvg:before,
.card-btn .iconsvg:before{
	background-color:#333;
}


a.btn:hover{
	background: #fff;
	border-color: #333;
	color:#000;
	box-shadow:0 0 0 0.1rem rgba(0, 0, 0, 0.15);
}
a.btn:hover .iconsvg:before{
	background-color:var(--color-accent);
}
.btn-check:focus + .btn, .btn:focus{
	outline:0;
	box-shadow:0 0 0 0.15rem rgba(13, 110, 253, 0.15);
}





/*-------------------------------------------------------------------------------------------

	#Card

-------------------------------- */
.card{
	position:relative; z-index:2;
	
	display:flex;
	flex-direction:column;
	word-wrap:break-word;
}


/* ===== #card-photo */
.card-photo, 
.card-iframe{
	position:relative;
	background:#fff;
	border:1px solid #eee;
}
.card-photo a{
	display:block;
}
.card-mask{
    display:none;
}

.card-photo{
    min-height:10px;
}
.card-photo img{
	display:block; max-width:100%; height:auto;
}


/* ===== #item-fitimg：方形圖(限定大小)設定 */
.item-fitimg{
	position: relative;
	text-align:left;
}
.item-fitimg:before{
	content: "";
    display:block;
    padding-bottom: 100%;
}

.fitimg{
	position: absolute; top:0; left:0;
	width: 100%; height: 100%;

	-webkit-object-fit: contain;
	   -moz-object-fit: contain;
		    object-fit: contain;
}
.card-photo .fitimg{
	max-width:auto; height: 100%;
}


/* ====== #card-tr：仿表格 */
.card-tr{
    display:flex; flex-wrap:wrap;
    align-items:center;
}
.card-td{
	padding:5px;
}


/* ===== #card-iframe */
.card-iframe{
	position:relative;
    width:100%; height:0;
    padding-bottom:100%;
}
.card-iframe iframe{
	position:absolute; z-index:2; top:0; left:0;
	width:100%; height:100%;
}
.card-iframe_map{
	position:relative;
	min-height:50px;
	background:#F1F3F4;
}
.card-iframe_map:before{
	display:block;
	position:absolute; z-index:1; top:50%; left:50%; content:"MAP";
	font-family:Helvetica, sans-serif;
	font-weight:600; line-height:1;
	color:#BDD4F8;
	
	transform:translate(-50%, -50%);
}


/* ===== #card-name */
.card-name{
	font-weight:600;
	margin:0.5rem 0;
}
.card-name a{ display:block; }


/*將連結擴展至整個card*/
/*.card-name a:before{
	position:absolute; z-index:2; top:0; left:0; content:"";
	width:100%; height:100%;
	background:transparent;
}*/


/* ===== #card-text */
.card-text{
	color:#666;
	margin-top:0.5rem;
}












/*-------------------------------------------------------------------------------------------

	#Header、#Footer

-------------------------------- */
.header,
.main,
.footer,
.header_inner,
.main_inner,
.footer_inner{
	position:relative;
}


.main{
	overflow:hidden;
}


.header{
	z-index:4;
}
.header_inner{
	z-index:5;
}
.main_inner,
.footer_inner{
	z-index:3;
}






/*-------------------------------------------------------------------------------------------

	#Infolist：資訊

-------------------------------- */
.infolist{}
.infolist > li{ margin:0.25rem 0; }

.infobar{
	display:flex; flex-wrap:wrap;
	align-items:center;
}

.info{
	display: inline-flex;
	align-items:center;
	
	font-weight:600;
	padding:2px 0;
}


/*資訊內容呈一列*/
.info-icon,
.info-title,
.info-text{
	position:relative;
	display:block;
}
.info-text{
	overflow-wrap: break-word;
}






/*-------------------------------------------------------------------------------------------

	#Page：頁碼

-------------------------------- */
.page{
	font-size:var(--text-xs); font-weight:600;
	text-align:center;
	color:#666;
	margin-top:3rem;
}
/*.page br:nth-of-type(1){
	display:none;
}*/
.page a ,
.page span{
	display:inline-block;
	min-width:38px;
	border:1px solid #ccc;
	border-radius:2px;
	color:#333;
	font-size:var(--text-xs);
	margin:0.5rem 0.25rem;
	padding:0.5rem 0.75rem;
	text-align:center;
}
.page span{
	background:red;
	border-color:red;
	color:#fff;
}
.page a:hover{
	border-color:red;
	color:red;
}









/*-------------------------------------------------------------------------------------------

	#Form

-------------------------------- */
.form-label{
	margin-bottom:0.5rem;
}

.col-form-label{
	padding-top:calc(0.375rem + 1px);
	padding-bottom:calc(0.375rem + 1px);
	margin-bottom:0;
	font-size:inherit;
	line-height:1.5;
}

.form-control{
	display:block;
	width:100%;
	
	background-color:#fff;
	background-clip:padding-box;
	
	border:1px solid #ced4da;
	border-radius:0.75rem;
	
	font-size:var(--text-base); font-weight:600; line-height:1.5;
	color:#212529;
	
	padding:1rem 2rem;

	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;

	transition: border-color 0.15s ease-in-out, 
				box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce){
  .form-control{
    transition:none;
  }
}
.form-control[type=file]{
  overflow:hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]){
  cursor:pointer;
}
.form-control:focus{
  color:#212529;
  background-color:#fff;
  border-color:#86b7fe;
  outline:0;
  box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value{
  height:1.5em;
}

.form-control::-moz-placeholder{
	color:#999;
	font-weight:400;
	opacity:1;
}
.form-control::placeholder{
	color:#999;
	font-weight:400;
	opacity:1;
}

.form-control:disabled, .form-control[readonly]{
	background-color:#e9ecef;
	opacity:1;
}
.form-control::file-selector-button{
	padding:0.375rem 0.75rem;
	margin:-0.375rem -0.75rem;
	
	-webkit-margin-end:0.75rem;
	margin-inline-end:0.75rem;
	
	color:#212529;
	background-color:#e9ecef;
	pointer-events:none;
	
	border-color:inherit;
	border-style:solid;
	border-width:0;
	border-inline-end-width:1px;
	
	border-radius:0;
	transition: color 0.15s ease-in-out,
				background-color 0.15s ease-in-out,
				border-color 0.15s ease-in-out,
				box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion:reduce){
	.form-control::file-selector-button{
		transition:none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button{
	background-color:#dde0e3;
}
.form-control::-webkit-file-upload-button{
	padding:0.375rem 0.75rem;
	margin:-0.375rem -0.75rem;
	
	-webkit-margin-end:0.75rem;
	margin-inline-end:0.75rem;
	
	color:#212529;
	background-color:#e9ecef;
	pointer-events:none;
	border-color:inherit;
	border-style:solid;
	border-width:0;
	border-inline-end-width:1px;
	
	border-radius:0;
	
	-webkit-transition: color 0.15s ease-in-out,
						background-color 0.15s ease-in-out,
						border-color 0.15s ease-in-out,
						box-shadow 0.15s ease-in-out;
			transition: color 0.15s ease-in-out,
						background-color 0.15s ease-in-out,
						border-color 0.15s ease-in-out,
						box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion:reduce){
	.form-control::-webkit-file-upload-button{
		-webkit-transition:none;
		transition:none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
	background-color:#dde0e3;
}

.form-control-plaintext{
	display:block;
	width:100%;
	padding:0.5rem 0;
	margin-bottom:0;
	line-height:1.5;
	color:#212529;
	background-color:transparent;
	border:solid transparent;
	border-width:1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg{
	padding-right:0;
	padding-left:0;
}


textarea.form-control{
	min-height:calc(1.5em + 0.75rem + 2px);
	padding:1rem;
}
textarea.form-control-sm{
	min-height:calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg{
	 min-height:calc(1.5em + 1rem + 2px);
}



.form-select{
	display:block;
	width:100%;
	
	font-size:var(--text-base);
	font-weight:400;
	line-height:1.5;
	color:#212529;
	
	background-color:#fff;
	background-image:url(../images/icon/icon_select.svg);
	background-repeat:no-repeat;
	background-position:right 0.75rem center;
	background-size:16px 12px;
	
	border:1px solid #ced4da;
	border-radius:0.25rem;
	
	padding:calc(var(var(--text-base)) * 1) calc(var(var(--text-base)) * 4) calc(var(var(--text-base)) * 1) 0.5rem;
	-moz-padding-start:calc(0.75rem - 3px);
	
	transition: border-color 0.15s ease-in-out,
				box-shadow 0.15s ease-in-out;
				
	-webkit-appearance:none;
	   -moz-appearance:none;
			appearance:none;
}
@media (prefers-reduced-motion:reduce){
	.form-select{
		transition:none;
	}
}
.form-select:focus{
	border-color:#86b7fe;
	outline:0;
	box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]){
	padding-right:0.75rem;
	background-image:none;
}
.form-select:disabled{
	background-color:#e9ecef;
}
.form-select:-moz-focusring{
	color:transparent;
	text-shadow:0 0 0 #212529;
}


.form-check{
	display:block;
	min-height:1.5rem;
	margin:2px 0;
}
/*.form-check .form-check-input{
	float:left;
	margin-left:-1.5em;
}*/

.form-check-input{
	width:1em; height:1em;
	
	margin-top:0.25rem;
	vertical-align:top;
	
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	
	border:1px solid rgba(0, 0, 0, 1);
	
	-webkit-appearance:none;
	   -moz-appearance:none;
			appearance:none;
			
	-webkit-print-color-adjust:exact;
				  color-adjust:exact;
}
.form-check-input[type=checkbox]{
	border-radius:0.25em;
}
.form-check-input[type=radio]{
	border-radius:50%;
}
.form-check-input:active{
	filter:brightness(90%);
}
.form-check-input:focus{
	border-color:#86b7fe;
	outline:0;
	box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked{
	background-color:#0d6efd;
	border-color:#0d6efd;
}
.form-check-input:checked[type=checkbox]{
	background-image:url(../images/icon/icon_tick.svg);
}
.form-check-input:checked[type=radio]{
	background-image:url(../images/icon/icon_circle.svg);
}
.form-check-input[type=checkbox]:indeterminate{
	background-color:#0d6efd;
	border-color:#0d6efd;
	background-image:url(../images/icon/icon_null.svg);
}
.form-check-input:disabled{
	pointer-events:none;
	filter:none;
	opacity:0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label{
	opacity:0.5;
}

.form-check-inline{
	display:inline-block;
	margin-right:1rem;
}





/*-------------------------------------------------------------------------------------------

	#formbox 表單

-------------------------------- */
/*.formlist{
	display:flex; flex-wrap:wrap;
	margin-right:-10px;
	margin-left:-10px;
}
.formlist > li{
	position:relative;
	width:100%;
	padding-right:10px;
	padding-left:10px;
	margin-bottom:1.4rem;
}
.formlist > li:last-child{
	margin-bottom:0;
}
@media (min-width:992px){
	.formlist{
		margin-right:-15px;
		margin-left:-15px;
	}
	.formlist > li{
		padding-right:15px;
		padding-left:15px;
	}
}*/



/*===== #input_group */
.input-group-row-auto{
	/*padding-left:1.3rem;*/
	margin-top:10px;
}

/*.input-group-row{
	padding-left:1.3rem;
	margin-top:10px;
}
.input-group-row .input-group-row-auto{
	padding-left:0;
}

.input-group-row-full{
	width:100%;
	margin-top:10px;
}*/
	
/*@media (min-width:992px){
	.input-group{
		display:flex; flex-wrap:wrap;
		align-items: center;
	}
	.input-group_align_start{
		align-items: flex-start;
	}
	
	.input-group-row-auto{
		position:relative;
		
		flex:1 1 auto;
		width:1%;
		min-width:0;
		
		margin:0 1rem 0 0;
		padding-left:0;
	}
	.input-group-row-auto:last-child,
	.input-group-last{
		margin-right:0;
	}
	
	.input-group-row{
		display:flex; flex-wrap:wrap;
		
		flex:1 1 auto;
		width:1%;
		min-width:0;
		
		margin:0;
		padding-left:0;
	}

}*/



/*===== #form-describe：表單介紹文字 */
.form-describe{
	color:#333;
	font-size:var(--text-lg); font-weight:600;
	text-align:center;
	margin-bottom:2rem;
}

.data_required{
	vertical-align:text-top;
	font-size:var(--text-sm);
	color:red;
}


/*===== #form-title：標題 */
.formlist .form-label{
	display: inline-flex;
	align-items:center; justify-content:center;
}
@media (min-width:992px){
	.formlist .form-label{
		margin:0;
	}
	
	.formlist .input-group_align_start .form-label{
		margin-top:0.25rem;
	}
}

.form-icon,
.form-require,
.form-title{
	margin:0 2px;
}
/*.form-require{
	width:7px;
	margin-right:3px;
}*/

/*.formlist .form-label{
	position:relative;
	padding-left:10px;
}
.formlist .form-label .form-require{
	position:absolute; top:0; left:0;
	font-size:14px;
	color:red;
}*/

.form-title{
	position:relative;
	font-size:var(--text-sm); font-weight:600;
	color:#000;
}

.form-icon.iconsvg{
	display:inline-block; vertical-align:middle;
	width:30px; height:30px;
}
.form-icon.iconsvg:before{
	background-color:#ccc;
}



/*===== #form-text：內容-純文字 */
.form-text{
	font-size: var(--text-lg); font-weight:600; line-height:1.5;
	color:#333;
}

/*欄位說明文字*/
.form-text_remind{
	width:100%;
	color:#666;
	font-size:var(--text-sm);
	margin-top:5px;
}



/*===== #form-checklist：單選按鈕*/
.form-checklist{
	display:flex; flex-wrap:wrap;
	align-items:center;
	margin-top:-0.5rem;
}
.form-checklist li{
	width:100%;
	margin-top:0.5rem;
	margin-right:1rem;
}

.form-checklist_inline li{
	width:auto;
}


.form-check{
	display:flex; flex-wrap:wrap;
	align-items:center;
	
	background:var(--three-color);
	border:1px solid var(--three-color-dark);
	border-radius:5px;
	color:#834e17;
	padding:0.5rem;
}
.form-check label{
}
.form-check > *{
	margin-right:5px;
}




.form-check{
	font-weight:600;
}



/*分隔線*/
.line_separate{
	width:100%; height:1px;
	border-top:1px dashed #ccc;
}











/*----------------------------------------------------------------------
	#flex & text-align
-------------------------------- */
.flexbar{
	display:flex; flex-wrap:wrap;
	align-items:center;
}

.flex-nowrap{ flex-wrap: nowrap; }
.flex-wrap{ flex-wrap: wrap; }
.flex-wrap-reverse{ flex-wrap: wrap-reverse; }

.flex{ display:flex; }
.hidden{ display:none; }
.block{ display:block; }

.align-start { align-items: flex-start; }
.align-center { align-items: center; }
.align-end { align-items: flex-end; }
.align-stretch { align-items:stretch; }

.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-between{ justify-content: space-between; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

@media (min-width:576px){
	.sm-hidden{ display:none; }
	.sm-block{ display:block; }
	
	.align-sm-start { align-items: flex-start; }
	.align-sm-center { align-items: center; }
	.align-sm-end { align-items: flex-end; }
	.align-sm-stretch { align-items:stretch; }
	
	.justify-sm-start { justify-content: flex-start; }
	.justify-sm-end { justify-content: flex-end; }
	.justify-sm-center { justify-content: center; }
	.justify-sm-between{ justify-content: space-between; }

	.text-sm-left { text-align: left; }
	.text-sm-center { text-align: center; }
	.text-sm-right { text-align: right; }
}
@media (min-width:768px){
	.md-hidden{ display:none; }
	.md-block{ display:block; }
		
	.align-md-start { align-items: flex-start; }
	.align-md-center { align-items: center; }
	.align-md-end { align-items: flex-end; }
	.align-md-stretch { align-items:stretch; }
	
	.justify-md-start { justify-content: flex-start; }
	.justify-md-end { justify-content: flex-end; }
	.justify-md-center { justify-content: center; }
	.justify-md-between{ justify-content: space-between; }
	
	.text-md-left { text-align: left; }
	.text-md-center { text-align: center; }
	.text-md-right { text-align: right; }
}
@media (min-width:992px){
	.lg-hidden{ display:none; }
	.lg-block{ display:block; }
	
	.align-lg-start { align-items: flex-start; }
	.align-lg-center { align-items: center; }
	.align-lg-end { align-items: flex-end; }
	.align-lg-stretch { align-items:stretch; }
	
	.justify-lg-start { justify-content: flex-start; }
	.justify-lg-end { justify-content: flex-end; }
	.justify-lg-center { justify-content: center; }
	.justify-lg-between{ justify-content: space-between; }
	
	.text-lg-left { text-align: left; }
	.text-lg-center { text-align: center; }
	.text-lg-right { text-align: right; }
}
@media (min-width:1200px){
	.xl-hidden{ display:none; }
	.xl-block{ display:block; }
	
	.align-xl-start { align-items: flex-start; }
	.align-xl-center { align-items: center; }
	.align-xl-end { align-items: flex-end; }
	.align-xl-stretch { align-items:stretch; }
	
	.justify-xl-start { justify-content: flex-start; }
	.justify-xl-end { justify-content: flex-end; }
	.justify-xl-center { justify-content: center; }
	.justify-xl-between{ justify-content: space-between; }
	
	.text-xl-left { text-align: left; }
	.text-xl-center { text-align: center; }
	.text-xl-right { text-align: right; }
}
@media (min-width:1600px){
	.xxl-hidden{ display:none; }
	.xxl-block{ display:block; }
	
	.align-xxl-start { align-items: flex-start; }
	.align-xxl-center { align-items: center; }
	.align-xxl-end { align-items: flex-end; }
	.align-xxl-stretch { align-items:stretch; }
	
	.justify-xxl-start { justify-content: flex-start; }
	.justify-xxl-end { justify-content: flex-end; }
	.justify-xxl-center { justify-content: center; }
	.justify-xxl-between{ justify-content: space-between; }
	
	.text-xxl-left { text-align: left; }
	.text-xxl-center { text-align: center; }
	.text-xxl-right { text-align: right; }
}





/*-------------------------------------------------------------------------------------------

	#Iconsvg

-------------------------------- */
.iconsvg {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;

} 
.iconsvg:before {
	position: absolute; top: 0; left: 0; content: "";
	width:100%; height:100%;
    background-color: #333;

    -webkit-mask-position: center;
    mask-position: center;
    
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    
    -webkit-mask-size: 100% 100%;
    		mask-size: 100% 100%;
	
	/*-webkit-mask-size: 50% 50%;
    		mask-size: 50% 50%;*/
}

.icon-chart:before {
    -webkit-mask-image: url(../images/icon/icon_chart.svg);
    mask-image: url(../images/icon/icon_chart.svg);
}

.icon-company:before {
    -webkit-mask-image: url(../images/icon/icon_company.svg);
    mask-image: url(../images/icon/icon_company.svg);
}
.icon-readmore:before {
    -webkit-mask-image: url(../images/icon/icon_readmore.svg);
    mask-image: url(../images/icon/icon_readmore.svg);
}
.icon-city:before {
    -webkit-mask-image: url(../images/icon/icon_city.svg);
    mask-image: url(../images/icon/icon_city.svg);
}
.icon-account-tie:before {
    -webkit-mask-image: url(../images/icon/icon_account_tie.svg);
    mask-image: url(../images/icon/icon_account_tie.svg);
}

.icon-id:before {
    -webkit-mask-image: url(../images/icon/icon_id.svg);
    mask-image: url(../images/icon/icon_id.svg);
}
.icon-lock:before {
    -webkit-mask-image: url(../images/icon/icon_lock.svg);
    mask-image: url(../images/icon/icon_lock.svg);
}

.icon-search:before {
    -webkit-mask-image: url(../images/icon/icon_search.svg);
    mask-image: url(../images/icon/icon_search.svg);
}

.icon-logout:before {
    -webkit-mask-image: url(../images/icon/icon_logout.svg);
    mask-image: url(../images/icon/icon_logout.svg);
}

.icon-pencil:before {
    -webkit-mask-image: url(../images/icon/icon_pencil.svg);
    mask-image: url(../images/icon/icon_pencil.svg);
}

.icon-check-double:before {
    -webkit-mask-image: url(../images/icon/icon_check_double.svg);
    mask-image: url(../images/icon/icon_check_double.svg);
}

.icon-view:before {
    -webkit-mask-image: url(../images/icon/icon_view.svg);
    mask-image: url(../images/icon/icon_view.svg);
}

.icon-upload:before {
    -webkit-mask-image: url(../images/icon/icon_upload.svg);
    mask-image: url(../images/icon/icon_upload.svg);
}
.icon-download:before {
    -webkit-mask-image: url(../images/icon/icon_download.svg);
    mask-image: url(../images/icon/icon_download.svg);
}

.icon-back:before {
    -webkit-mask-image: url(../images/icon/icon_back.svg);
    mask-image: url(../images/icon/icon_back.svg);
}

.icon-star:before {
    -webkit-mask-image: url(../images/icon/icon_star.svg);
    mask-image: url(../images/icon/icon_star.svg);
}
.icon-star-empty:before {
    -webkit-mask-image: url(../images/icon/icon_star_empty.svg);
    mask-image: url(../images/icon/icon_star_empty.svg);
}



























