@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* reset
---------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fiel.accordion-set,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fiel.accordion-set,img,iframe {border:0;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
select:focus,textarea:focus,input[type="text"]:focus,input[type="password"]:focus,button:focus{
  outline: 0;
}

*:focus {
  outline: 1px;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* color
---------------------------------------------------------*/

:root,
[data-bs-theme=light] {
  --brand-line: #06C755;
  --brand-fb: #0866FF;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #e85347;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #19432B;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gold: #BAB25C;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #896cc0;
  --bs-secondary: #64748B;
  --bs-success: #00AC97;
  --bs-info: #418AF0;
  --bs-warning: #ff9f43;
  --bs-danger: #EA5455;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 137, 108, 192;
  --bs-secondary-rgb: 100, 116, 139;
  --bs-success-rgb: 0, 172, 151;
  --bs-info-rgb: 65, 138, 240;
  --bs-warning-rgb: 255, 159, 67;
  --bs-danger-rgb: 234, 84, 85;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 52, 58, 64;
  --bs-primary-text-emphasis: #5d4091;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #236f4d;
  --bs-info-text-emphasis: #255dac;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #88222c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-text: #7367f0;
  --bs-secondary-text: #64748B;
  --bs-success-text: #018a7a;
  --bs-info-text: #2e78e0;
  --bs-warning-text: #ec8a2c;
  --bs-danger-text: #d64142;
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057;
  --bs-primary-bg-subtle: rgba(137, 108, 192, .12);
  --bs-secondary-bg-subtle: rgba(100, 116, 139, .12);
  --bs-success-bg-subtle: rgba(0, 172, 151, .12);
  --bs-info-bg-subtle: rgba(65, 138, 240, .12);
  --bs-warning-bg-subtle: rgba(255, 159, 67, .12);
  --bs-danger-bg-subtle: rgba(234, 84, 85, .12);
  --bs-light-bg-subtle: rgba(248, 249, 250);
  --bs-dark-bg-subtle: rgba(52, 58, 64, .12);
  --bs-primary-border-subtle: rgba(137, 108, 192, .3);
  --bs-secondary-border-subtle:  rgba(100, 116, 139, .3);
  --bs-success-border-subtle: rgba(0, 172, 151, .3);
  --bs-info-border-subtle: rgba(65, 138, 240, .3);
  --bs-warning-border-subtle: rgba(255, 159, 67, .3);
  --bs-danger-border-subtle: rgba(234, 84, 85, .3);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: rgba(52, 58, 64, .3);
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(0, 0, 0, 0.6);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fff3cd;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}


/* common
---------------------------------------------------------*/

:root {
  interpolate-size: allow-keywords;
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  word-wrap: break-word;
  font-size: 1rem;
  line-height: 1.55;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans TC", "Roboto", "Microsoft JhengHei", sans-serif;
}

html,
body {
  scroll-behavior: auto !important;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

a{
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}


/* bootstrap font size
---------------------------------------------------------*/

.fs-5-1{
  font-size: 1.15rem;
}

.fs-7{
  font-size: 0.9rem;
}

.fs-8{
  font-size: 0.813rem;
}

.rounded-4{
  border-radius: 0.55rem;
}

.cursor{
  cursor: pointer;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.ls-1{
  letter-spacing: 0.1rem;
}

.fs-title{
  font-family: "Noto Serif TC", serif;
}


.center-center{
  display: flex;
  align-items:center;
  justify-content:center;
}

.boxShadow-a{
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

hr{
  border-color: var(--bs-gray-400);
}

.coverSize-a{
  object-fit: cover;
  aspect-ratio: 270 / 180;
  overflow: hidden;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 1.0);
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.text-gold{
  color: var(--bs-gold);
}

.bg-gold{
  background-color: var(--bs-gold);
}

.bg-green{
  background-color: var(--bs-green);
}

.text-shadow-a{
  text-shadow: black 0px 0px 4px;
}

.bg-line{
  background-color: var(--brand-line);
}

.bg-fb{
  background-color: var(--brand-fb);
}

@media (max-width: 550px) {

  .container{
    padding-left: 15px;
    padding-right: 15px;
  }

}

/* Font-weight
---------------------------------------------------------*/

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-mediumbold {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.fw-extrabold {
  font-weight: 900 !important;
}

/* Opacity
---------------------------------------------------------*/

.op-9 {
  opacity: 0.9 !important;
}

.op-8 {
  opacity: 0.8 !important;
}

.op-7 {
  opacity: 0.7 !important;
}

.op-6 {
  opacity: 0.6 !important;
}

.op-5 {
  opacity: 0.5 !important;
}

.op-4 {
  opacity: 0.4 !important;
}

.op-3 {
  opacity: 0.3 !important;
}

/* bootstrap button
---------------------------------------------------------*/

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #896cc0;
  --bs-btn-border-color: #896cc0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7455b1;
  --bs-btn-hover-border-color: #7455b1;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7455b1;
  --bs-btn-active-border-color: #7455b1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #64748B;
  --bs-btn-border-color: #64748B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5a6c86;
  --bs-btn-hover-border-color: #5a6c86;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00AC97;
  --bs-btn-border-color: #00AC97;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #009f8c;
  --bs-btn-hover-border-color: #009f8c;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #009f8c;
  --bs-btn-active-border-color: #009f8c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #418AF0;
  --bs-btn-border-color: #418AF0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #307de9;
  --bs-btn-hover-border-color: #307de9;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #307de9;
  --bs-btn-active-border-color: #307de9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff9f43;
  --bs-btn-border-color: #ff9f43;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e38022;
  --bs-btn-hover-border-color: #e38022;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e38022;
  --bs-btn-active-border-color: #e38022;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #EA5455;
  --bs-btn-border-color: #EA5455;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e14243;
  --bs-btn-hover-border-color: #e14243;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e14243;
  --bs-btn-active-border-color: #e14243;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #52585d;
  --bs-btn-hover-border-color: #52585d;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #343a40;
  --bs-btn-active-border-color: #343a40;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-light {
  --bs-btn-color: #343a40;
  --bs-btn-bg: #e8e8e8;
  --bs-btn-border-color: #e8e8e8;
  --bs-btn-hover-color: #343a40;
  --bs-btn-hover-bg: #d9dadc;
  --bs-btn-hover-border-color: #d9dadc;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d9dadc;
  --bs-btn-active-border-color: #d9dadc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}


.btn-outline-primary {
  --bs-btn-color: #896cc0;
  --bs-btn-border-color: #896cc0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #896cc0;
  --bs-btn-hover-border-color: #896cc0;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #896cc0;
  --bs-btn-active-border-color: #896cc0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #64748B;
  --bs-btn-border-color: #64748B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #64748B;
  --bs-btn-hover-border-color: #64748B;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #64748B;
  --bs-btn-active-border-color: #64748B;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #00AC97;
  --bs-btn-border-color: #00AC97;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00AC97;
  --bs-btn-hover-border-color: #00AC97;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00AC97;
  --bs-btn-active-border-color: #00AC97;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color:#418AF0;
  --bs-btn-border-color: #418AF0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #418AF0;
  --bs-btn-hover-border-color: #418AF0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #418AF0;
  --bs-btn-active-border-color: #418AF0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #50a5f1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #f9902b;
  --bs-btn-border-color: #ff9f43;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff9f43;
  --bs-btn-hover-border-color: #ff9f43;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff9f43;
  --bs-btn-active-border-color: #ff9f43;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #EA5455;
  --bs-btn-border-color: #EA5455;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #EA5455;
  --bs-btn-hover-border-color: #EA5455;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #EA5455;
  --bs-btn-active-border-color: #EA5455;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: var(--bs-gray-600);
  --bs-btn-border-color: var(--bs-gray-600);
  --bs-btn-hover-color: var(--bs-gray-500);
  --bs-btn-hover-bg: var(--bs-gray-100);
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #f8f9fa;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #d6d2d2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}


/* bootstrap button btn-dim
---------------------------------------------------------*/

.btn-dim:disabled{
  background: #e1e1e1!important;
  border-color: #e1e1e1!important;
  color: #999!important;
}

.btn-dim-primary{
  --bs-btn-color: #896cc0;
  --bs-btn-bg: #ebe6f4 ;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #896cc0;
  --bs-btn-hover-border-color: #896cc0;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #816BFF;
}

.btn-dim-secondary{
  --bs-btn-color: #64748B;
  --bs-btn-bg: #eff1f3 ;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #64748B;
  --bs-btn-hover-border-color: #64748B;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #64748B;
}

.btn-dim-success{
  --bs-btn-color: #00AC97;
  --bs-btn-bg: #e2f4f1;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00AC97;
  --bs-btn-hover-border-color: #00AC97;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00AC97;
}

.btn-dim-danger{
  --bs-btn-color: #EA5455;
  --bs-btn-bg: #fce4e4 ;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #EA5455;
  --bs-btn-hover-border-color: #EA5455;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #EA5455;
}

.btn-dim-warning{
  --bs-btn-color: #ff9f43;
  --bs-btn-bg: #fff0e1 ;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff9f43;
  --bs-btn-hover-border-color: #ff9f43;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff9f43;
}

.btn-dim-info{
  --bs-btn-color: #418AF0;
  --bs-btn-bg: rgba(65, 138, 240, 0.1) ;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #418AF0;
  --bs-btn-hover-border-color: #418AF0;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #418AF0;
}

.btn-dim-dark{
  --bs-btn-color: #343a40;
  --bs-btn-bg: #e2e2e2 ;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #343a40;
  --bs-btn-hover-border-color: #343a40;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #343a40;
}

 
/* btn 
---------------------------------------------------------*/

.btn,.form-control,.form-select{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.475;
  padding-top: 0.4812rem;
  padding-bottom: 0.4812rem;
  border-radius: 0;
}

.btn-lg,.form-select-lg,.form-control-lg{
  padding-top: 0.708rem;
  padding-bottom:0.708rem ;
  font-size: 1.15rem;
}

.btn-sm,.form-control-sm,.form-select-sm{
  font-size: 0.8125rem;
  padding-top: 0.317rem;
  padding-bottom: 0.317rem;
}

.btn{
  padding-right: 1.25rem;
  padding-left: 1.25rem; 
}

.btn:disabled, .btn.disabled{
  color: #888;
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}

.btn.min-padding{
  padding: 0.5rem 2rem;
}

.btn-sm{
  padding-right: 0.875rem;
  padding-left: 0.875rem;
}

.btn-lg{
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}


/* form-control
---------------------------------------------------------*/

.form-control{
  padding-right: 1rem;
  padding-left: 1rem;
}

.form-control-sm{
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  border-color: rgba(0, 0, 0, 0.2);
  outline: 0;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-size: 0.95rem;
}


/* form-select
---------------------------------------------------------*/

.form-select{
  padding-right: 2.2rem;
}

.form-select-lg{
  padding-right: 2.4rem;
}

.form-select-sm{
  padding-right: 2rem;
  padding-left: 0.8rem;
  background-position: right 0.5rem center;
}

.form-select:focus {
  border-color: rgba(0, 0, 0, 0.2);
  outline: 0;
  box-shadow: 0 0 .15rem 0 rgba(0, 0, 0, 0.1);
}

/* form validation-error
---------------------------------------------------------*/

.form-control.is-invalid,.form-control.input-validation-error {
  border-color: var(--bs-danger);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.input-validation-error:focus {
  border-color: #e85347;
  box-shadow: 0 0 0.3rem 0 rgba(220, 53, 69, 0.25);
}

.input-validation-error ~ .invalid-feedback{
  display: block;
  color: var(--bs-danger);;
}


/* bootstrap form check
---------------------------------------------------------*/

.form-check-input{
  width: 18px;
  height: 18px;
  border: 1px solid var(--bs-gray-900);
  position: relative;
}

.form-check-input:focus {
  border-color: rgba(0, 0, 0, 0.4);
  outline: 0;
  box-shadow:none;
}

.form-check-input:checked {
  background-color: var(--bs-gray-900);
  border-color: var(--bs-gray-900);
  font-family: 'remixicon' !important;
  position: relative;
  fill: #ea3130;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10,18c-0.5,0-1-0.2-1.4-0.6l-4-4c-0.8-0.8-0.8-2,0-2.8c0.8-0.8,2.1-0.8,2.8,0l2.6,2.6l6.6-6.6   c0.8-0.8,2-0.8,2.8,0c0.8,0.8,0.8,2,0,2.8l-8,8C11,17.8,10.5,18,10,18z'%3E%3C/path%3E%3C/svg%3E");
  /* 複製 d='' 裡面的  */
}

/* bootstrap accordion-item
---------------------------------------------------------*/

.accordion-item:first-of-type > .accordion-header .accordion-button,
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed,.accordion-button
{
  border-radius: 0.7rem;
}

.accordion-item{
  border-radius: 0.7rem;
  border: none;
  margin-bottom: 10px;
  background: transparent;
}

.accordion-button{
  background: var(--bs-white);
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.accordion-button:not(.collapsed){
  background: var(--bs-gray-100);
  color: #000;
  box-shadow: none;
}

.accordion-button:focus {
  border: var(--bs-border-width) solid var(--bs-border-color);
  outline: 0;
  box-shadow: none;
}


/* pagination
---------------------------------------------------------*/

.pagination {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.pagination a {
  border-radius: 0.625rem;
  width: 42px;
  height: 42px;
  font-size: 1.1rem;
  margin: 0 2px;
  display: flex;
  color: var(--bs-gray-700);
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.pagination a.active {
  background-color: var(--bs-primary);
  color: #fff;
  pointer-events: none;
}

.pagination a:hover:not(.active) {
  background-color: var(--bs-gray-300);
  color: #222;
}

.pagination i {
  font-size: 1.1em;
}

.pagination .no-click {
  border-radius: 6px;
  transition: background-color .3s;
  background: #fff;
  margin-bottom: 5px;
}

@media (max-width: 800px) {

  .pagination .page-numbers,
  .pagination .no-click {
    display: none;
  }

}


/* site-header
---------------------------------------------------------*/

.site-header-wrap{
  min-height: 2rem;
  background: #bed3e7;
}

.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
  z-index: 3;
}

.site-header.fixed-top{
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}


/* searchBar
---------------------------------------------------------*/

.searchBar {
  display: flex;
}

.searchBar input[type="text"] {
  border: 0;
  flex: 1 1 auto;
  height: 40px;
  border-radius: 0;
  border: none;
  padding-left: 0.8rem;
}

.searchBar input[type="text"]::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.9rem;
}

.searchBar .search-btn {
  border: 0;
  width: 70px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #222;
  background: var(--bs-white);
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.searchBar .search-btn:hover {
  background: var(--bs-gray-100);
}


/* swal2
      ---------------------------------------------------------*/
.swal2-icon {
  margin: 1em auto .6em !important;
  font-size: 0.6rem !important;
}

.swal2-popup {
  width: 400px !important;
  border-radius: 0 !important;
}

.swal2-title {
  font-size: 1.2rem !important;
  padding: .6em 1em 0 !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
  font-size: 0.85rem !important;
  padding: 0.5rem 1rem;
  border-radius: 0 !important;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
}

.swal2-actions {
  margin: 1em auto 0 !important;
}

div:where(.swal2-container) .swal2-html-container {
  font-size: 0.9rem !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  padding: 2em 0 1.4em !important;
}


/* mobile-navi
---------------------------------------------------------*/

.mobile-search,
.top-nav-wrap {
  top: 56px;
}

.mobile-navi {
  display: flex;
}

.mobile-navi .navi-icon {
  cursor: pointer;
  margin: 0 8px;
}

.mobile-navi i {
  color: #222;
  line-height: 1;
}


/* free-edit
---------------------------------------------------------*/

.free-edit{
  line-height: 1.8;
}

.free-edit ul,.free-edit ol{
  margin-left: 20px;
}

.free-edit img{
  max-width: 100%;
}

.free-edit a{
  text-decoration: underline;
  color: var(--bs-info);
}

.free-edit h1,.free-edit h2,.free-edit h3,.free-edit h4,
.free-edit h5,.free-edit h6{
  font-size: revert !important;
  margin: revert;
  font-weight: revert;
}

.free-edit table{
  border-collapse:collapse;
}

.free-edit table th,.free-edit table td{
  padding: 6px 10px;
  line-height: 1.5;
}

.free-edit thead,.free-edit  tbody,.free-edit tfoot,
.free-edit tr,.free-edit td,.free-edit th{
  border-width: inherit;
}


/* video-box
---------------------------------------------------------*/

.video-container{
  max-width: 600px;
}

.video-box {
  position: relative;
  padding-bottom: 56.25%;
}

.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* indexWrap
---------------------------------------------------------*/

.indexWrap{
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.indexWrap .entry-logo{
  width: 100%;
}

.indexMenu{
  font-size: 1.4rem;
  position: absolute;
  right: 1.5rem;
  bottom: 2rem;
  width: 160px;
}

.indexMenu a{
  color: #fff;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}

.indexMenu a:hover{
  text-decoration: underline;
  color: #9a9553;
}

@media (max-width: 768px) {

  .indexWrap .entry-title{
    margin-top: -2rem;
  }

  .indexWrap{
    background-position: center center;
  }

}

@media (max-width: 550px) {



  .indexWrap .entry-logo{
    width: 85%;
    margin: 0 auto;
  }

  .indexMenu{
    width: 100%;
    position: fixed;
    left: 50%;
    bottom: 1.5rem;
    transform:translate(-50%, 0)!important ;
  }

  .indexMenu a{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
  }

}

/* pageHeader
---------------------------------------------------------*/

.pageHeader{
  background-image: url(../img/pageHead-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 115px;
  margin-bottom: 3rem;
}

.pageHeader.bg-a{
  background-image: url(../img/pageHead-2.jpg);
}

.pageHeader.bg-b{
  background-image: url(../img/pageHead-3.jpg);
}

.pageHeader.noBg{
  background-image: none;
}

.mainHeaderWrap{
  background-color: rgba(25, 67, 43, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.mainHeader{
  display: flex;
  justify-content: space-between;
}

.mainHeader .logo {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.mainHeader .logo .logo-2{
  display: none;
}

.mainHeader .logo:hover .logo-1{
  display: none;
}

.mainHeader .logo:hover .logo-2{
  display: block;
}

.mainHeader .logo img{
  width: 245px;
  display: block;
}

.mainHeader .mainNav {
  display: flex;
}

.mainHeader .mainNav li{
  list-style: none;
}

.mainHeader .mainNav li a{
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bs-white);
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  font-family: "Noto Serif TC", serif;
  font-weight: 900;
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  position: relative;
}

.mainHeader .mainNav li a:hover{
  color: var(--bs-gold);
}

.mainHeader .mainNav li a.active{
  color: var(--bs-gold);
}

.mainHeader .mainNav li a.active:before{
  display: block;
  position: absolute;
  content: '▼';
  font-size: 1.1rem;
  line-height: 1;
  top: -4px;
}

@media (max-width: 550px) {

  .mainHeader .logo img{
    width: 180px;
    display: block;
  }

  .pageHeader{
    padding-top: 95px;
  }

  .pageHeader{
    
    background-size: cover;
    background-position: center center;
  }

}

/* pageTitle
---------------------------------------------------------*/

.pageTitle{
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageTitle .entryTitle{
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Noto Serif TC", serif;
  color: var(--bs-white);
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}

.pageTitle .breadcrumb li,.pageTitle .breadcrumb li a{
  color: var(--bs-white);
}

.breadcrumb-item + .breadcrumb-item::before{
  color: var(--bs-white)!important;
}

.pageTitle .breadcrumb{
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
}

@media (max-width: 550px) {

  .pageTitle .entryTitle{
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .pageTitle{
    height: 145px;
  }  

}

/* siteBg
---------------------------------------------------------*/

.siteBg{
  background-image: url(../img/bg-3.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.siteBg.bgStyle-1{
  background-image: url(../img/bg-6.jpg);
  background-position: center center;
  background-size: cover;
}

.siteBg.bgStyle-2{
  background-image: url(../img/bg-7.jpg);
  background-position: center center;
  background-size: cover;
}

.siteBg.bgStyle-3{
  background-image: url(../img/bg-8.jpg);
  background-position: center center;
  background-size: cover;
}

/* scroll-top
---------------------------------------------------------*/

.scroll-top {
  position: absolute;
  left: 50%;
  top: -25px;
  z-index:3;
  background: var(--bs-green);
  width: 68px;
  height: 68px;
  margin-left: -34px;
  border-radius: 70px;
  transition: all 0.4s;
  text-align: center;
}

.scroll-top i {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
}

/* pageFooter
---------------------------------------------------------*/

.pageFooter{
  background-color: var(--bs-green);
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: var(--bs-white);
  text-align: center;
  font-size: 0.9rem;
  position: relative;
  margin-top: 5rem;
}

.pageFooter a{
  color: var(--bs-white);
}

.pageFooter .entry-logo{
  width: 265px;
  position: relative;
  z-index: 4;
}

/* mobile-navi-wrap
---------------------------------------------------------*/

.mobile-navi-btn{
  display: none;
}

.menu-toggle {
  width: 45px;
  height: 45px;
  background: var(--bs-gold);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 65%;
}

.menu-toggle:hover .menu-icon .bar {
  width: 25px;
}

.menu-icon .bar {
  width: 25px;
  height: 2px;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.menu-icon .bar:nth-child(2) {
  width: 20px;
  margin: 5px 0;
}

.menu-icon .bar:last-child {
  width: 15px;
}

.m-menu-wrap {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  z-index: 95;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.5s;
}

.m-menu-wrap.show {
  top: 0;
  pointer-events: auto;
  visibility: visible;
}

.m-menu-wrap .entry-content {
  position: relative;
  z-index: 22;
  height: 100dvh;
  background-image: url("../img/bg-4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.m-menu-wrap .mobile-menu,
.m-menu-wrap .mobile-bottom,.m-menu-wrap .brand-logo{
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
}

.m-menu-wrap.show .mobile-menu,
.m-menu-wrap.show .mobile-bottom,
.m-menu-wrap.show .brand-logo{
  opacity: 1;
  transform: translateY(0);
}

.m-menu-wrap.show .brand-logo {
  transition: all 1s;
  transition-delay: 0.6s;
}

.m-menu-wrap.show .mobile-menu{
  transition: all 1s;
  transition-delay: 1s;
}

.m-menu-wrap.show .mobile-bottom {
  transition: all 1s;
  transition-delay: 1.5s;
}

.mobile-menu .mobile-menu-item{
  color: var(--bs-white);
  letter-spacing: 0.05rem;
  font-family: "Noto Serif TC", serif;
  font-weight: 900;
}

.mobile-menu .mobile-menu-item:hover{
  color: var(--bs-gold);
}

.m-menu-wrap .entry-content .brand-logo img{
  width: 300px;
}

@media (max-width: 992px) {

  .mobile-navi-btn{
    display: block;
    z-index: 23;
  }

  .mainHeader .mainNav{
    display: none;
  }
  
}

@media (max-width: 550px) {

  .m-menu-wrap .entry-content .brand-logo img{
    width: 250px;
  }

}

/* mobile-navi-close
---------------------------------------------------------*/

.mobile-navi-close{
  position: fixed;
  right: 1.6rem;
  top: 2rem;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 23;
}

.mobile-navi-close i{
  transition: transform .5s ease-in-out;
}

.mobile-navi-close:hover i{
  transform: rotate(-60deg);
}

/* iframe-a
---------------------------------------------------------*/

.iframe-a{
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  display: block;
}

/* bgFull-a
---------------------------------------------------------*/

.bgFull-a{
  background-image: url(../img/bg-5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* aboutBox
---------------------------------------------------------*/

.aboutWrap{
  min-height: 80vh;
}

.aboutBox{
  padding: 3rem 2rem;
  background-color: rgba(0, 0, 0, 0.6);
  width: 615px;
  position: fixed;
  right: 7%;
  top: 200px;
}

.aboutBox .entryContent{
  height: 400px;
  overflow-y: scroll;
  color: var(--bs-white);
  padding-right: 1.3rem;
  line-height: 28px;
}

@media (max-width: 992px) {

  .aboutBox{
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: inherit;
    right: inherit;
    top: inherit;
  }

  .aboutBox .entryContent{
    height: 50vh;
  }


}


/* scrollbar
---------------------------------------------------------*/

.scrollbar--dark {
  scrollbar-color: #fff #646464;
  scrollbar-width: 22px;
}

.scrollbar--dark::-webkit-scrollbar-corner {
  background: #393939;
}
.scrollbar--dark::-webkit-scrollbar-thumb {
  background: #606060;
  border: 1px solid #393939;
}
.scrollbar--dark::-webkit-scrollbar-thumb:hover {
  background: #868686;
}
.scrollbar--dark::-webkit-scrollbar-track {
  border: 1px solid #393939;
  background-color: #393939;
}


/* subNav
---------------------------------------------------------*/

.subNav{
  text-align: center;
}

.subNav ul{
  display: inline-flex;
  font-size: 1.2rem;
}

.subNav li{
  list-style: none;
}

.subNav li a{
  display: block;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 5px;
  color: var(--bs-gold);
  font-weight: 900;
}

.subNav li a:hover{
  color: var(--bs-green);
}

.subNav li a.active{
  border-bottom: 3px solid var(--bs-green);
  color: var(--bs-green);
}

@media (max-width: 800px) {

  .subNav ul{
    display: flex;
    flex-wrap: wrap;
    font-size: 1.1rem;
  }

  .subNav li{
    width: 45%;
    margin-bottom: 10px;
  }

  .subNav li a{
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.2;
  }

}


/* coverBox-a
---------------------------------------------------------*/

.coverBox-a{
  padding-left: 60px;
}

.coverBox-b{
  padding-right: 60px;
}

@media (max-width: 992px) {

  .order-a .order-thumb{
    order: 2;
  }

  .order-a .order-content{
    order: 1;
  }

  .textContent-a{
    padding-top: 0rem;
  }

}

/* imgGrayHover
---------------------------------------------------------*/

.imgGrayHover{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.imgGrayHover:hover{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.link-circle{
  width: 45px;
  height: 45px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  border-radius: 1px solid #999;
}

.link-circle.linkFb{
  border: 1px solid var(--brand-fb);
  color: var(--brand-fb);
}

.link-circle.linkFb:hover{
  background-color: var(--brand-fb);
  color: var(--bs-white);
}

.link-circle.linkLine{
  border: 1px solid var(--brand-line);
  color: var(--brand-line);
}

.link-circle.linkLine:hover{
  background-color: var(--brand-line);
  color: var(--bs-white);
}
