@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..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;
}

a{
  color: var(--bs-black);
}

a:active,a:focus,select:focus,button:focus {
  /*box-shadow:inset 0 0 0 2px #00b0f0;*/
}

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

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --brand-line: #06C755;
  --brand-fb: #0866FF;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #e85347;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --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: #33A14A;
  --bs-info: #2B9CE2;
  --bs-warning: #EDCB3A;
  --bs-danger: #EA5455;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 137, 108, 192;
  --bs-secondary-rgb: 100, 116, 139;
  --bs-success-rgb: 51, 161, 74;
  --bs-info-rgb: 43, 156, 226;
  --bs-warning-rgb: 237, 203, 58;
  --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: #c46500;
  --bs-danger-text-emphasis: #b12020;
  --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: #e6ae03;
  --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(43, 156, 226, .1);
  --bs-warning-bg-subtle: rgba(237, 203, 58, .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: #444;
  font-weight: 400;
  font-family: "Roboto","Noto Sans TC", "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.125rem;
}

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

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

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

.cursor{
  cursor: pointer;
}

.cursorGrab{
  cursor:grab;
}

.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;
}

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

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

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

.hoverLine:hover{
  text-decoration: underline;
}

.hoverImg-a,.hoverLine{
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.hoverImg-a:hover{
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

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

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

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

.break-all{
  word-break:break-all;
}

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

.coverSize-a img,.coverSize-a{
  object-fit: cover;
  aspect-ratio: 585 / 365;
  width: 100%;
  display: block;
}

.imgUploadBox{
  position: relative;
}

.imgUploadBox .icon-delete{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: var(--bs-dark);
  color: var(--bs-white);
  line-height: 1;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-warning{
  color: var(--bs-warning-text)!important;
}

.text-orange{
  color: orange;
}

.heightFixed-a{
  height: 44px;
  overflow: hidden;
  display: block;
}

.heightFixed-b{
  height: 41px;
  overflow: hidden;
  display: block;
}

.nowrap{
  white-space: nowrap;
}

.table td{
  word-break: keep-all
}

@media (max-width: 550px) {

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

}

/* 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: 700 !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: #33A14A;
  --bs-btn-border-color: #33A14A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #24933b;
  --bs-btn-hover-border-color: #24933b;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #24933b;
  --bs-btn-active-border-color: #24933b;
  --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: #2B9CE2;
  --bs-btn-border-color: #2B9CE2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1a8bd2;
  --bs-btn-hover-border-color: #1a8bd2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1a8bd2;
  --bs-btn-active-border-color: #1a8bd2;
  --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-info-grad {
  color: #fff;
  background-image: linear-gradient(to right, #178dd6, #32a5ec, #027bc6);
  background-size: 200% 100%;
  transition: all .4s ease-in-out;
}

.btn-info-grad:hover {
  color: #fff;
  background-position: 100% 0;
}

.btn-success-grad {
  color: #fff;
  background-image: linear-gradient(to right, #33A14A, #43b85c, #1b9134);
  background-size: 200% 100%;
  transition: all .4s ease-in-out;
  border: 1px solid #33A14A;
}

.btn-success-grad:hover {
  color: #fff;
  background-position: 100% 0;
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #eab30b;
  --bs-btn-border-color: #eab30b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ea990b;
  --bs-btn-hover-border-color: #ea990b;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ea990b;
  --bs-btn-active-border-color: #ea990b;
  --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: #33A14A;
  --bs-btn-border-color: #33A14A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #33A14A;
  --bs-btn-hover-border-color: #33A14A;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #33A14A;
  --bs-btn-active-border-color: #33A14A;
  --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:#2B9CE2;
  --bs-btn-border-color: #2B9CE2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2B9CE2;
  --bs-btn-hover-border-color: #2B9CE2;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2B9CE2;
  --bs-btn-active-border-color: #2B9CE2;
  --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: #eab30b;
  --bs-btn-border-color: #eab30b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #eab30b;
  --bs-btn-hover-border-color: #eab30b;
  --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: #33A14A;
  --bs-btn-bg: #e0f6e4;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #33A14A;
  --bs-btn-hover-border-color: #33A14A;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #33A14A;
}

.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: #eab30b;
  --bs-btn-bg: #fcf4e6 ;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #eab30b;
  --bs-btn-hover-border-color: #eab30b;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #eab30b;
}

.btn-dim-info{
  --bs-btn-color: #2B9CE2;
  --bs-btn-bg: #e0eef6;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2B9CE2;
  --bs-btn-hover-border-color: #2B9CE2;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2B9CE2;
}

.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;
}

.btn-pill{
  border-radius: 50px;
}

.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;
  margin-top: 2px;
}

.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-info);
  border-color: var(--bs-info);
  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='' 裡面的  */
}

.form-check-input.checkboxSwitch{
  border: 1px solid var(--bs-gray-400);
  height: 30px;
  width: 55px;
}

.form-check-input.checkboxSwitch:checked{
  border-color: var(--bs-info);
}

/* 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: 2rem;
  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-info);
  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;
  }

}


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

.scroll-top {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 10;
  background: var(--bs-gray-500);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transition: all 0.4s;
  text-align: center;
  line-height: 40px;
}

.scroll-top i {
  color: #fff;
  font-size: 1.2rem;
}


/* header-top.sr-only
---------------------------------------------------------*/

.site-header-wrap .sr-only{
  position: absolute;
  top: 0;
  left: 0;
  transition:none;
}

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

.site-header{
  background-color: var(--bs-white);
  display: flex;
}

.site-header-wrap{
  min-height: 4rem;
  background: #bed3e7;
  position: relative;
}

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

.header-fixed.fixed-top{
  position: fixed;
  left: 0;
  width: 100%;
  height: 76px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.site-header .header-logo{
  width: 370px;
  background-color: var(--bs-white);
  padding-top: 0.8rem;
  padding-left: 1rem;
  padding-bottom: 0.8rem;
}

.site-header .header-logo img{
  height: 50px;
}

.site-header .header-main{
  display: flex;
  justify-content:end;
  align-items: center;
  width: calc(100% - 370px);
  background-color: var(--bs-info);
  position: relative;
}

.site-header .header-main:before{
  content: '';
  width: 29px;
  height: 100%;
  position: absolute;
  left: -29px;
  top: 0;
  background-image: url(../img/icon-1.png);
  background-repeat: no-repeat;
  background-position: left top;
  transition:transform .3s;
}

.site-header .header-links{
  padding-right: 1rem;
  display: flex;
}

.site-header .mobile-navi{
  display: none;
}

@media (max-width: 1450px) {

  .site-header .header-menu,.site-header .header-links{
    display: none;
  }

  .site-header .header-main{
    justify-content: end;
    padding-right: 1rem;
  }

  .site-header .mobile-navi{
    display: flex;
  }

}

@media (max-width: 550px) {

  .site-header .icon-link-a.md{
    width: 35px;
    height: 35px;
    font-size: 1.1rem;
  }

  .site-header .header-logo{
    width: 65%;
    padding-left: 0.5rem;
  }

  .site-header .header-logo img{
    height: auto;
    width: 80%;
  }

  .site-header .header-main{
    width: calc(100% - 65%);
    padding-right: 10px;
  }

  .header-fixed.fixed-top{
    height: auto;
  }

  .site-header-wrap{
    min-height: 51px;
  }


}


/* header-nav
---------------------------------------------------------*/

.header-nav{}

.header-nav-wrap{
  position: relative;
}

.header-nav-wrap ul,
.header-nav-wrap ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.header-nav-wrap > ul > li {
  display: inline-block;
  position: relative;
}

.header-nav-wrap > ul > li > a{
  padding: 0 8px;
  display: block;
  font-size: 1.125rem;
  color: var(--bs-white);
  font-weight: 500;
  height: 76px;
  display: flex;
  align-items: center;
}

.header-nav-wrap > ul > li > a i{
  line-height: 1;
}

.header-nav-wrap > ul > li:first-child {
  border-left: none;
}

.header-nav .sub-menu{
  background: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
  border-radius: 0.625rem;
  padding: 15px 15px;
  visibility: hidden;
  pointer-events:none;
  opacity: 0;
  position: absolute;
  top: 100%;
  margin-left: -15%;
  width: 150%;
  transform: translateY(-1em);
  z-index: 2;
  pointer-events:none;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-nav .mega-menu-parent{
 position: static;
}

.header-nav .mega-menu{
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.15);
  border-radius: 0 0 0.4rem 0.4rem;
  padding: 20px 15px;
  visibility: hidden;
  pointer-events:none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-1em);
  z-index: 2;
  pointer-events:none;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.header-nav .mega-menu-wrap {
  min-height: 200px;
  max-height: 250px;
  overflow-y: auto;
  width: 100%;
  overflow-x: hidden;
}

.header-nav .sub-menu-parent.focused-style .sub-menu,
.header-nav .sub-menu-parent.focused-style .sub-menu,
.header-nav .sub-menu-parent.focused-style .sub-menu,
.header-nav .mega-menu-parent.focused-style .mega-menu,
.header-nav .mega-menu-parent.focused-style .mega-menu,
.header-nav .mega-menu-parent.focused-style .mega-menu
{
  visibility: visible;
  opacity: 1;
  z-index: 2;
  transform: translateY(0);
  transition-delay: 0s, 0s, 0.3s;
  pointer-events:auto;
}

.header-nav .mega-menu-parent:focus-within,
.header-nav-wrap > ul > li > a:hover,
.header-nav-wrap > ul > li > a.current
{
  background-color: rgba(0, 0, 0, 0.06);
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.header-nav .sub-menu-parent {
  position: relative;
}

.header-nav .sub-menu > li{
  position: relative;
  line-height: 1.2;
}

.header-nav .sub-menu a{
  padding: 5px 0;
  display: block;
  color: var(--bs-gray-800);
}

.header-nav .sub-menu a:hover{
  color: var(--bs-info);
}

.header-nav .sub-sub-menu{
  background-color: #fff;
  box-shadow:inset 0 0 0 1px #ddd;
  padding: 10px 0 15px;
  position: absolute;
  top: 0;
  width: 130px;
  right: -144px;
  list-style: none;
  margin-left: 0;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  z-index: -99;
  margin-left: -20px;
}

.header-nav .sub-menu-parent li:hover .sub-sub-menu,
.header-nav .sub-menu-parent li:focus-within .sub-sub-menu
{
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.header-nav .sub-sub-menu li{
  padding: 0 10px;
}

.header-nav .mega-menu a{
  color: var(--bs-gray-700);
  line-height: 1.3;
}

.header-nav .mega-menu a:hover{
  color: var(--bs-black);
}

/* dropDown-group
---------------------------------------------------------*/

.dropDown-group {
  position: relative;
}

.dropDown-group .dropDowContent {
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
  border-radius: 0.625rem;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-1em);
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.dropDown-group .dropDowContent.open {
  transform: translateY(0);
  background-color: var(--bs-white);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  display: block;
  z-index: 5;
}

.header-main .dropDowLinks{
  height: 30px;
  display: flex;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  align-items: center;
}

.dropDown-group.icon-link-b{
  padding-right: 0;
  padding-left: 0;
}

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

.searchBar {
  display: flex;
}

.searchBar input[type="text"] {
  border: 0;
  flex: 1 1 auto;
  border-radius: 0;
  border: none;
}

.searchBar .search-btn {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  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);
}

.mobile-search {
  background-color: var(--bs-gray-300);
  position: absolute;
  padding: 12px 12px;
  right: 0;
  top: 100%;
  width: 100%;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.mobile-search .searchBar input[type="text"]{
  padding: 5px 10px;
}

.mobile-search .searchBar .search-btn{
  width: 60px;
  background-color: var(--bs-gray-800);
  color: var(--bs-white);
}

.mobile-search .searchBar .search-btn:hover{
  background-color: var(--bs-dark);
}

/* icon-link-a
---------------------------------------------------------*/

.icon-link-a,.icon-link-b,.header-links .searchBar{
  height: 30px;
  background-color: transparent;
  border-radius: 40px;
  line-height: 1.3;
  border:1px solid var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-link-a{
  width: 30px;
  line-height: 1;
  color: var(--bs-white);
}

.icon-link-a:hover{
  background-color: var(--bs-white);
  color: var(--bs-info);
}

.icon-link-a.md{
  width: 45px;
  height: 45px;
  border-radius: 50px;
  font-size: 1.3rem;
}

.icon-link-a.theme-dark{
  border:1px solid var(--bs-dark);
  color: var(--bs-dark);
}

.icon-link-a.theme-fill{
  background-color: var(--bs-info);
  color: var(--bs-white);
}

.icon-link-b{
  font-size: 0.875rem;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}

.header-links .searchBar input[type="text"]{
  background-color: transparent;
  color: var(--bs-white);
}

.header-links .searchBar input[type="text"]::placeholder{
  color: rgba(255, 255, 255, 0.7);
}

.header-links .searchBar .search-btn{
  background-color: transparent;
  color: var(--bs-white);
}

/* 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;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
  background-color: var(--bs-info)!important;
}

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

.free-edit{
  line-height: 1.8;
  font-size: 1.05rem;
  color: var(--bs-gray-900);
}

.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;
  max-width: 100%;
}

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

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

.abstract{
  padding: 1rem;
  background-color: var(--bs-light);
  box-shadow: inset 4px 0 0 0 var(--bs-info);
  color: var(--bs-black);
  line-height: 1.8;
  text-align: justify;
}

/* 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%;
}

.videoFull{
  width: 100%;
  height: 0;
  padding-bottom: 62%;
  position: relative;
  margin: 0 auto
}

.videoFull iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

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

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

/* m-menu-wrap
---------------------------------------------------------*/

.m-menu-wrap {
  position: fixed;
  top: -100dvh;
  left: 0;
  width: 100%;
  z-index: 95;
  min-height: 100dvh;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.5s;
  overflow-y: auto;
}

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

.m-menu-wrap .mobile-navi-close{
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50px;
  border: 1px solid var(--bs-gray-800);
  color: var(--bs-gray-800);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.m-menu-wrap .entry-content {
  position: relative;
  z-index: 22;
}

.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.open .mobile-menu,
.m-menu-wrap.open .mobile-bottom,
.m-menu-wrap.open .brand-logo{
  opacity: 1;
  transform: translateY(0);
}

.m-menu-wrap.open .brand-logo {
  transition: all 1s;
  transition-delay: 0.6s;
  margin-bottom: 1.5rem;
}

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

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

/* mobileMenuWrap
---------------------------------------------------------*/

.mobileMenuWrap{
  display: flex;
}

.mobileMenuWrap .entry-side{
  width: 300px;
  background-image: url(../img/bg-1.jpg);
  background-color: #eee;
  background-repeat: no-repeat;
  min-height: 100dvh;
  background-position: -15px top;
  background-size: contain;
  background-attachment: fixed;
}

.mobileMenuWrap .entry-content{
  width: calc(100% - 300px);
  padding: 1.5rem 1.5rem;
  height: 100dvh;
  overflow-y: auto;
  background-color: #fff;
  background-image: url(../img/bg-2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {

  .mobileMenuWrap .entry-side{
    display: none;
  }

  .mobileMenuWrap .entry-content{
    width: 100%;
  }

}


/* site-footer
---------------------------------------------------------*/

.site-footer{
  margin-top: 2rem;
}

/* swiper setting
---------------------------------------------------------*/

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: 0.5;
}

.swiper-button-next,.swiper-button-prev{
  width: 42px;
  height: 42px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--bs-gray-200);
  top: 50%;
  margin-top: -21px;
  transition:all .3s;
}

.swiper-button-next:hover,.swiper-button-prev:hover{
  background: var(--bs-gray-300);
}

.swiper-button-next i,.swiper-button-prev i{
  color: var(--bs-dark);
  font-size: 1rem;
  line-height: 1;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-family:auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  content: '';
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  content: '';
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 1rem;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next
{
  transform: scale(1);
}

.swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background: transparent;
  opacity:1;
}

.swiper-pagination-bullet-active{
  background: var(--bs-info);
}

.swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: 0;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: 0;
  right: auto;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transform:scale(1);
}


@media (max-width: 992px) {

  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 10px;
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 15px;
  }

  .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 15px;
    right: auto;
  }

}

/* sectionThemeA
---------------------------------------------------------*/

.sectionTitle{
  font-size: 1.6rem;
  line-height:1;
}

.sectionThemeA{
  position: relative;
}

.sectionThemeA:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 175px 90px 0 0;
  border-color: var(--bs-info) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.sectionThemeA .sectionMain,.sectionThemeG .sectionMain{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {

  .sectionTitle{
    font-weight: 600;
  }

}


/* sectionThemeB
---------------------------------------------------------*/

.sectionThemeB{
  background-image: linear-gradient(to right, #f8ebf5 0%, #f1f0f9  51%, #e8f5fe  100%);
  position: relative;
}

.sectionThemeB:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-image: url(../img/bg-3.png);
  background-repeat: no-repeat;
  background-position: center -70px;
}

.sectionThemeB .sectionMain{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* sectionThemeC
---------------------------------------------------------*/

.sectionThemeC .sectionMain{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* num-circle
---------------------------------------------------------*/

.num-circle{
  width: 208px;
  height: 208px;
  border-radius: 210px;
  margin: 0 auto;
  background-color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 3px 2px 1px rgba(0, 0, 0, 0.1) ;
}

.num-circle .numberBox{
  color: var(--bs-info);
  font-size: 4.3rem;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.1rem;
  font-weight: 600;
}

@media (max-width: 768px) {

  .sectionThemeB .sectionMain{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .num-circle{
    width: 150px;
    height: 150px;
  }

  .num-circle .numberBox{
    color: var(--bs-info);
    font-size: 3.3rem;
  }

}

/* infoBox tabs
---------------------------------------------------------*/

.tabs-menu {
  display: flex;
}

.tabs-menu li {
  list-style: none;
}

.tabs-menu li.current {
  font-weight: bold;
}

.infoBox .tabs-menu li a{
  display: block;
  background-color: var(--bs-white);
  border-radius: 4px 4px 0 0 ;
  padding: 10px 12px 8px;
  margin-left: 5px;
  text-align: center;
  line-height: 1;
  color: var(--bs-gray-600);
  height: 46px;
}

.infoBox .tabs-menu li.current a{
  font-weight: bold;
  color: var(--bs-info);
  box-shadow: inset 0 3px 0 0 var(--bs-warning);
}

/* infoDate tabs
---------------------------------------------------------*/

.infoDate .tabs-menu li a{
  display: block;
  background-color: var(--bs-gray-100);
  border-radius: 10px;
  padding: 8px 12px 8px;
  margin-right: 5px;
  text-align: center;
  line-height: 1;
  color: var(--bs-gray-600);
}

.infoDate .tabs-menu li.current a{
  font-weight: bold;
  color: var(--bs-white);
  background: linear-gradient(180deg,rgba(23, 141, 214, 1) 0%, rgba(2, 123, 198, 1) 100%);
}

.infoDate .entry-date{
  font-size: 1.4rem;
  line-height: 1.1;
}

/* infoBox
---------------------------------------------------------*/

.infoBox .boxHeader{
  border-radius: 10px 10px 0 0 ;
  background-color: var(--bs-info);
  background-image: url(../img/icon-2.png);
  color: var(--bs-white);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 12px 16px 10px;
}

.infoBox .boxContent{
  border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
  padding: 1rem;
}

.infoBox .boxContent .fixedHeight{
  height: 215px;
  overflow-y: auto;
}

.infoBox .boxContent .fixedHeight::-webkit-scrollbar {
  width: 8px;
  background-color: var(--bs-gray-200);
  border-radius: 8px;
}

.infoBox .boxContent .fixedHeight::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: var(--bs-gray-500);
}

.boxHeader{
  position: relative;
} 

.infoBox .boxHeader .tabs-menu{
  position: absolute;
  bottom: -1px;
  right: 15px;
}

/* list-a
---------------------------------------------------------*/

.list-a li{
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  line-height: 1.4;
}

.list-a li:before{
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: var(--bs-success);
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
}

/* list-b
---------------------------------------------------------*/

.list-b li{
  list-style: none;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--bs-light-border-subtle);
  padding-bottom: 15px;
}

.list-b li .entry-time{
  width: 120px;
}

.list-b li .entry-content{
  width: calc(100% - 120px);
}

@media (max-width: 768px) {

  .list-b li .entry-time{
    width: 100%;
  }

  .list-b li .entry-content{
    width: 100%;
  }

}

/* list-c
---------------------------------------------------------*/

.list-c .entry-title{
  font-size: 1.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

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

@media (max-width: 768px) {

  .list-c .entry-title{
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }

  .list-c .entry-text{
    display: none;
  }

}

/* sectionThemeD
---------------------------------------------------------*/

.sectionThemeD{
  display: flex;
}

.sectionThemeD .sectionHeader{
  width: 90px;
  background-color: var(--bs-warning);
  background-image: url(../img/icon-3.png);
  background-repeat: repeat-y;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-top: 2rem;
  padding-bottom: 2rem;

}

.sectionThemeD .sectionMain{
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: calc(100% - 90px);
}

/* BigSectionTheme
---------------------------------------------------------*/

.BigSectionTheme{
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url(../img/bg-4.png);
  position: relative;
}

.BigSectionTheme:before{
  content: '';
  background-image: url(../img/icon-4.png);
  background-repeat: no-repeat;
  width: 600px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
}

/* sectionThemeE sectionThemeF
---------------------------------------------------------*/

.sectionThemeE{
  margin-bottom: 2rem;
}

.sectionThemeE .entry-content{
  margin-left: -50px;
}

.sectionThemeF,.sectionThemeE{
  display: flex;
}

.sectionThemeF .sectionHeader,.sectionThemeE .sectionHeader{
  width: 90px;
  background-color: var(--bs-info);
  background-image: url(../img/icon-3.png);
  background-repeat: repeat-y;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sectionThemeE .sectionHeader{
  background-color: var(--bs-success);
}

.sectionThemeF .sectionMain,.sectionThemeE .sectionMain{
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: calc(100% - 90px);
  display: flex;
  align-items: center;
}

.sectionThemeF .entry-cover,.sectionThemeE .entry-cover{
  position: relative;
  width: 45%;
}

.sectionThemeF .entry-cover:before,.sectionThemeE .entry-cover:before{
  content: '';
  width: 133px;
  height: 100%;
  position: absolute;
}

.sectionThemeF .entry-cover:before{
  background-color: var(--bs-info);
  left: -40px;
  bottom: -30px;
}

.sectionThemeE .entry-cover:before{
  background-color: var(--bs-success);
  right: -40px;
  bottom: -33px;
}

.sectionThemeF .entry-cover img,.sectionThemeE .entry-cover img{
  position: relative;
}

.sectionThemeF .entry-content{
  margin-right: -50px;
}

.sectionThemeF .entry-title,.sectionThemeE .entry-title{
  font-size: 1.5rem;
}

.sectionThemeE .entry-content,.sectionThemeF .entry-content{
  width: 55%;
  background-color: var(--bs-white);
  border-radius: 10px;
  padding: 3rem 2rem;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {

  .sectionThemeE .entry-content, .sectionThemeF .entry-content{
    padding: 2rem 1.5rem;
  }

}

@media (max-width: 768px) {

  .sectionThemeD .sectionHeader,
  .sectionThemeF .sectionHeader,
  .sectionThemeE .sectionHeader{
    width: 50px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sectionThemeE .entry-content, .sectionThemeF .entry-content{
    padding: 2rem 1rem;
  }

  .sectionThemeF .sectionMain, .sectionThemeE .sectionMain,
  .sectionThemeD .sectionMain
  {
    width: calc(100% - 50px);
  }

  .sectionThemeF .sectionMain, .sectionThemeE .sectionMain,
  .sectionThemeD .sectionMain
  {
    display: inline-flex;
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sectionThemeF .entry-cover,.sectionThemeE .entry-cover{
    width: 90%;
    margin: 0 auto 1rem;
  }

  .sectionThemeE .entry-content,.sectionThemeF .entry-content{
    width: 100%;
  }

  .sectionThemeE .entry-content{
    margin-left: 0;
  }

  .sectionThemeF .entry-cover{
    order: 1;
  }

  .sectionThemeF .entry-content{
    margin-right: 0;
    order: 2;
  }

  .BigSectionTheme:before{
    content: '';
    background-image: none;
  }

  .sectionThemeF .entry-cover:before, .sectionThemeE .entry-cover:before{
    width: 80px;
  }

  .sectionThemeE .entry-cover:before{
    right: -25px;
  }

  .sectionThemeF .entry-cover:before{
    left: -25px;
  }

}

/* post-item-a
---------------------------------------------------------*/

.post-item-a .entry-cover img{
  border-radius: 15px 0 0 0;
  object-fit: cover;
  aspect-ratio: 416 / 173;
  width: 100%;

}
.post-item-a .entry-content{
  padding: 15px;
  border-radius: 0 0 15px 0;
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.post-item-a .entry-title{
  font-size: 1.3rem;
}

@media (max-width: 768px) {

  .post-item-a .entry-text{
    font-size: 0.9rem;
  }

}

/* page-head
---------------------------------------------------------*/

.page-head{
  height: 170px;
  text-align: center;
  padding: 25px 0 ;
  background-image: url(../img/pageHeader-1.jpg);
  border-radius: 0 0 40px 40px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.page-head h2{
  font-size: 2.5rem;
}

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

.page-head .breadcrumb{
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {

  .page-head{
    height: 120px;
    text-align: center;
    padding: 25px 0 ;
    background-image: url(../img/pageHeader-1.jpg);
    border-radius: 0 0 25px 25px;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
  }

  .page-head h2{
    font-size: 1.95rem;
  }

}


/* dropdown-checkbox
---------------------------------------------------------*/

.dropdown-checkbox {
  position: relative;
}

.checkbox-toggle{
  background: var(--bs-white);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  padding-right: 2rem;
  padding-left: 1rem; 
  padding-top: 0.4912rem;
  padding-bottom: 0.45rem;
  display: block;
}

.checkbox-toggle i,.link-a i{
  position: absolute;
  right: 7px;
  top: 3px;
  font-size: 1.4rem;
}

.filter-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  padding: 0.8rem;
  background: #777;
  width: 220px;
  background-color: var(--bs-white);
  border-radius: 0.625rem;
  z-index: 2;
}

.filter-dropdown.w-a{
  width: 280px;
}

.filter-dropdown .filter-option{
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  font-size: 0.9rem;
  padding-right: 0.3rem;
}

.filter-dropdown .filter-option [type=checkbox] {
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
}

.filter-dropdown .filter-box{
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}

.tag-filter{
  padding: 0.4rem 0.8rem 0.4rem 0.8rem;
  line-height: 1.1;
  position: relative;
  color: var(--bs-warning-text-emphasis);
  background-color:var(--bs-warning-bg-subtle);
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.3rem;
  font-weight: 500;
}

.tag-filter i{
  color: var(--bs-warning-text-emphasis);
  font-size: 1.3rem;
}

.filter-dropdown .filter-box .dropClick{
  padding: 10px 22px 10px 25px;
  line-height: 1.2;
  overflow-x: hidden;
  position: relative;
}

.filter-box .dropBox{
  overflow-x: hidden;
}

.filter-dropdown .filter-box .dropClick:before{
  right: 5px;
}

@media (max-width: 550px) {

  .filter-dropdown{
    width: 100%;
  }

}

/* checkbox-b
---------------------------------------------------------*/

.checkbox-a [type=checkbox]{
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.checkbox-b {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-b input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  box-shadow: inset 0 0 0 1px #777;
  border-radius: 3px;
}

.checkbox-b input:checked ~ .checkmark {
  background-color: #666;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-b input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-b .checkmark:after {
  font-family: remixicon!important;
  content: "\eb7b";
  background-color: #777;
  border-radius: 3px;
  line-height: 1;
  color: #fff;
}


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

.searchBar-a{
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.475;
  padding: 0.4812rem 0.4812rem 0.4812rem 0.7rem;
  background-color: var(--bs-white);
  border-radius: var(--bs-border-radius);
}

.searchBar-a input[type="text"]{
  padding: 0;
  border: none;
  font-size: 0.9rem;
  width: calc( 100% - 26px);
}

.searchBar-a .search-btn{
  border: none;
  background-color: var(--bs-white);
  color: var(--bs-gray-700);
  width: 26px;
}


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

.btn-addLove {
  position: absolute;
  right: 10px;
  top: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-style: initial;
  cursor: pointer;
  z-index: 1;
}

.btn-addLove i {
  font-style: initial;
  font-size: 1.6rem;
  text-shadow: -1px 0 rgba(255, 255, 255, 0.6), 0 1px rgba(255, 255, 255, 0.6),1px 0 rgba(255, 255, 255, 0.6), 0 -1px rgba(255, 255, 255, 0.6);
}

.btn-addLove i:before {
  font-family: remixicon !important;
  display: block;
  content: "\ee0b";
  position: relative;
}

.btn-addLove.add i:before {
  content: "\ee0a";
  color: var(--bs-danger);
  font-size: 1.6rem;
  animation: pulse 0.4s ease-in-out alternate;
  text-shadow: -1px 0 rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.8),1px 0 rgba(255, 255, 255, 0.8), 0 -1px rgba(255, 255, 255, 0.8);
}

.bounce-in {
  animation: pulse 0.5s ease-in-out alternate;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.btn-addLove.add.bounce-in  i:before{
  font-size: 1.7rem;
}

/* coverLinkIcon
---------------------------------------------------------*/

.coverLinkIcon{
  width: 25px;
  height: 25px;
  background-color: var(--bs-info);
  border-radius: 30px;
  color: var(--bs-white);
  position: absolute;
  right: 10px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  z-index: 1;
}

/* mainWrap-a
---------------------------------------------------------*/

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

.mainWrap-a .main{
  width: calc(100% - 300px);
  padding-right: 1rem;
}

.mainWrap-a .rightSideWrap{
  width: 300px;
  margin: 0 auto;
  border-left: 1px solid var(--bs-light-border-subtle);
  padding-left: 1rem;
}

@media (max-width: 992px) {

  .mainWrap-a{
    display: block;
  }

  .mainWrap-a .main{
    width: 100%;
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .mainWrap-a .rightSideWrap{
    padding-left: 0;
    border-left: none;
    width: 80%;
    margin: 0 auto;
  }

}

/* single-post-title
---------------------------------------------------------*/

.single-post-title{
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3;
}

/* single-post-title
---------------------------------------------------------*/

.articalSwiper-1 .swiper-slide{
  cursor: pointer;
  opacity: 0.8;
}

.articalSwiper-1 .swiper-slide img,
.articalSwiper-2 .swiper-slide img{
  border-radius: 10px;
}

.articalSwiper-1 .swiper-wrapper{
  margin-left: 50px;
  margin-right: 50px;
}

.articalSwiper-1 .swiper-slide.swiper-slide-thumb-active{
  opacity: 1;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 1.0);
  border-radius: 10px;
}

/* title-a
---------------------------------------------------------*/

.title-a{
  position: relative;
  padding-left: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.title-a:before{
  content: '';
  width: 7px;
  height: 20px;
  border-radius: 15px;
  background-color: var(--bs-info);
  position: absolute;
  left: 0;
  top: 2px;
}

.title-a.fs-4{
  padding-left: 1.2rem;
}

.title-a.fs-4:before{
  width: 8px;
  height: 22px;
  left: 0;
  top: 3px;
}


/* eventCover
---------------------------------------------------------*/

.eventCover{
  background-color: var(--bs-black);
  position: relative;
}

.eventCover img{
  opacity: 0.7;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.eventCover img:hover{
  opacity: 0.8;
}

.eventCover .entry-icon{
  font-size: 4rem;
  line-height: 1;
  color: var(--bs-white);
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%, -50%)!important ;
  z-index: 1;
}

.articalSwiper-1 .eventCover .entry-icon{
  font-size: 2.5rem;
}

/* full-stars
---------------------------------------------------------*/

#ratingStars .rating-group {
  display: inline-flex;
}

#ratingStars .rating-icon {
  pointer-events: none;
}

#ratingStars .rating-input {
  position: absolute !important;
  left: -9999px !important;
}

#ratingStars .rating-input--none {
  display: none;
}

#ratingStars .rating-label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}

#ratingStars .rating-icon--star {
  color: orange;
}

#ratingStars .rating-input:checked~.rating-label .rating-icon--star {
  color: #ddd;
}

#ratingStars .rating-group:hover .rating-label .rating-icon--star {
  color: orange;
}

#ratingStars .rating-input:hover~.rating-label .rating-icon--star {
  color: #ddd;
}

/* list-terms
---------------------------------------------------------*/

.list-terms li{
  list-style: none;
  display: flex;
  margin-bottom: 10px;
}

.list-terms li .entryNum{
  width: 32px;
}

.list-terms li .entryText{
  width: calc(100% - 32px);
}

/* tabLink
---------------------------------------------------------*/

ul.tabLink{
  display: flex;
}

ul.tabLink li{
  list-style: none;
  width: 20%;
}

ul.tabLink li a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  text-align: center;
  border-bottom: 2px solid var(--bs-border-color);
  font-size: 1rem;
  line-height: 1.1;
  height: 60px;
}

ul.tabLink li a.active,ul.tabLink li a:hover{
  border-bottom: 2px solid var(--bs-info);
}

@media (max-width: 768px) {

  ul.tabLink{
    flex-wrap: wrap;
  }

  ul.tabLink li:nth-child(1),ul.tabLink li:nth-child(2),ul.tabLink li:nth-child(3){
    width: 33%;
  }

  ul.tabLink li:nth-child(4),ul.tabLink li:nth-child(5){
    width:50%;
  }

}

/* tableDate
---------------------------------------------------------*/

.tableDate td{
  padding: 10px 15px 10px;
  line-height: 1.3;
}

.tableDate td{
  color: var(--bs-tertiary-color);
  font-weight: 500;
  box-shadow: inset -1px 0 0 0 #fff;
}

/* tableDataInfo
---------------------------------------------------------*/

.tableDataInfo td{
  padding: 15px 15px;
  line-height: 1.3;
}

.tableDataInfo {
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.07);
  position: relative;
  margin-bottom: 20px;
}

.tableDataInfo td{
  background-color: var(--bs-white);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  word-break:break-all;
}

.tableDataInfo .btn-expand{
  display: none;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 2.2rem;
  line-height: 1;
}

@media only screen and (max-width: 992px) {

  .tableDataInfo .btn-expand{
    display: block;
    color: var(--bs-info);
  }

  .tableDataInfo .btn-expand{
    transition:all 0.4s ease;
  }

  .tableDataInfo.expandAll .btn-expand{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .tableDate{
    display: none;
  }

  .tableDataInfo td{
    display: none;
  }

  .tableDataInfo td.showTd {
    display: block;
    width: 100%;
  }

  .tableDataInfo td:before {
    content: attr(data-title);
    display: block;
    margin-bottom: 5px;
    width: 100%;
    font-size: 0.95rem;
    color: var(--bs-tertiary-color);
    font-weight: 500;
  }

  .tableDataInfo.expandAll td{
    display: block;
    width: 100%;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  }

  .tableDataInfo{
    position: relative;
  }

  .tableDataInfo td.topRight {
    display: inline-block;
    background-color: transparent;
    box-shadow: none;
    width: auto;
    padding: 0;
    position:absolute;
    top: 1rem;
    right: 3rem;
  }

  .tableDataInfo.expandAll td.topRight{
    box-shadow: none;
  }

}

/* pointItem
---------------------------------------------------------*/

.pointItem-1{
  position: relative;
  padding-left: 15px;
}

.pointItem-1:before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: var(--bs-info);
  position: absolute;
  left: 0;
  top: 7px;
}

.pointItem-2{
  position: relative;
  padding-left: 17px;
}

.pointItem-2:before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: var(--bs-warning);
  position: absolute;
  left: 0;
  top: 7px;
}

/* mobileShow
---------------------------------------------------------*/

.pcShow{}

.mobileShow{
  display: none;
}

@media (max-width: 992px) {

  .pcShow{
    display: none;
  }

  .mobileShow{
    display: block;
  }

}

/* icon-symbol
---------------------------------------------------------*/

.icon-symbol{
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-white);
  background: linear-gradient(312deg,rgba(23, 141, 214, 1) 1%, rgba(50, 165, 236, 1) 48%, rgba(2, 123, 198, 1) 100%);;
  position: absolute;
}

.editItemBox{
  position: relative;
  display: flex;
  flex-direction: column;
}

.editItemBox .entry-content{
  height: 82px;
}

.editItemBox .icon-symbol{
  top: 13px;
  right: 12px;
}

/* tipBox
---------------------------------------------------------*/

.tipBox{
  position: relative;
  padding: 0.6rem 1rem 0.6rem 2.5rem;
}

.tipBox .entry-icon{
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  left: 0.7rem;
  top: 8px;
}


/* ck-editor
---------------------------------------------------------*/

.ck-editor__editable[role="textbox"] {
  /* editing area */
  min-height: 350px;
}

.ck-content .image {
  /* block images */
  max-width: 80%;
  margin: 20px auto;
}

/* formData
---------------------------------------------------------*/

.formData .hideBox{
  display: none;
  transition: visibility 0s, opacity 0.5s linear;
}

.formData.expandAll .hideBox{
  display: block;
}

.formData .btn-expandForm {
  transition: all 0.4s ease;
  background-color: var(--bs-gray-100);
  font-size: 2.1rem;
  line-height: 1;
  cursor: pointer;
  color: var(--bs-info);
}

.formData.expandAll .btn-expandForm {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* sortable-chosen
---------------------------------------------------------*/

.sortable-chosen{
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

/* Toggle Switch
---------------------------------------------------------*/

input.sw {
  opacity: 0;
  position: absolute;
  left: -9999px;
}

input.sw + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.2s ease;
  display: inline-block;
  height: 28px;
  width: 51px;
  position: relative;
  box-shadow: inset 0 0 0px 2px #e4e4e4;
  border-radius: 60px;
  cursor: pointer;
  /* White toggle */
}

input.sw + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 28px;
  width: 28px;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: rgba(76, 217, 100, 0);
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}

input.sw + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 28px;
  width: 28px;
  top: 50%;
  margin-top: -14px;
  left: 1px;
  border-radius: 60px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
input.sw + label span {
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  margin-left: 51px;
  padding-left: 16px;
}
input.sw:checked + label:before {
  width: 51px;
  background: #4cd964;
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1) !important;
}
input.sw:checked + label:after {
  left: 23px;
}
input.sw:checked + label {
  box-shadow: inset 0 0 0px 25px #e4e4e4;
  transition: box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95);
}

/* switch_btn
---------------------------------------------------------*/

.switch_btn {
  display: block;
  vertical-align: middle;
  cursor: pointer
}

.switch_btn input {
  vertical-align: middle;
  width: 52px;
  height: 29px;
  position: relative;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  box-shadow: #dfdfdf 0 0 inset;
  border-radius: 20px;
  background-clip: content-box;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer
}

.switch_btn input:before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px #0006
}

.switch_btn input:checked {
  border-color: #4cd964;
  box-shadow: #4cd964 0 0 0 16px inset;
  background-color: #4cd964
}

.switch_btn input:checked:before {
  left: 23px
}

.switch_btn input.mui-switch-animbg {
  transition: background-color ease .4s
}

.switch_btn input.mui-switch-animbg:before {
  transition: left .3s
}

.switch_btn input.mui-switch-animbg:checked {
  box-shadow: #4cd964 0 0 0 16px inset;
  background-color: #4cd964;
  transition: border-color .3s, background-color ease .4s
}

.switch_btn input.mui-switch-animbg:checked:before {
  transition: left .3s
}

/* padding-a
---------------------------------------------------------*/

.padding-a{
  padding: 1.5rem;
}

@media (max-width: 768px) {

  .padding-a{
    padding: 1rem;
  }

}

/* expoHeader
---------------------------------------------------------*/

.expoHeader{
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.expoHeader .entry-title,.expoHeader .entry-text{
  /*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);*/
}

.expoHeader .entry-title{
  font-size: 3rem;
  line-height: 1;
}

.expoHeader .entry-text{
  font-size: 1.2rem;
  line-height: 1.5;
}

.expoHeader .entry-content{
  display: flex;
  align-items: end;
}

/* bodyTable
---------------------------------------------------------*/

#bodyTable ol,#bodyTable ul{
  list-style: none;
}

/* select2
---------------------------------------------------------*/

.select2-container{
  width: 100%!important;
}

.select2-search--dropdown{
  padding: 8px;
}

.select2-search--dropdown .select2-search__field{
  padding: 0.4rem 0.75rem;
  border-radius:var(--bs-border-radius);
  background: #fff;
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple
{
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  padding-bottom: 6px;
  min-height: 40px;
}

.input-validation-error .select2-container--default.select2-container--focus .select2-selection--multiple,
.input-validation-error .select2-container--default .select2-selection--multiple{
  border: 1px solid red!important;
}

.select2-container .select2-search--inline .select2-search__field{
  margin-top: 8px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.95rem;
  line-height: 1.4;
}

.select2-container .select2-selection--single{
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  width: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  left: 50%;
  top: 60%;
  border-width:7px 7px 0 7px;
}

.select2-md .select2-container--default .select2-selection--single .select2-selection__arrow b{
  top: 73%;
}

.select2-container--open .select2-dropdown--below{
  z-index: 1056;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
  margin-right: 40px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  border: none;
  padding-left: 22px;
  margin-top: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
  padding-left: 7px;
  padding-right: 7px;
  font-size: 0.95rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  padding: 0 6px;
  border-right: 1px solid var(--bs-gray-400);
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 1.5;
  margin-top: 8px;
  font-size: 0.95rem;
  padding-left: 11px;
}

.select2-md .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 1.5;
  margin-top: 8px;
  font-size: 0.95rem;
}

/* glightbox
---------------------------------------------------------*/

.glightbox-clean .gdesc-inner{
  padding: 10px;
}

.glightbox-clean .gslide-title{
  margin-bottom: 0;
}

/* linkRightSide
---------------------------------------------------------*/

.linkRightSide{
  position: fixed;
  color: #1D2E79;
  right: 10px;
  bottom: 90px;
  text-align: center;
  z-index: 2;
}

.linkRightSide img{
  width: 70px;
}

/* fullBg
---------------------------------------------------------*/

.online-exhibition-wrap{
  padding-top: 3rem;
  overflow-y: auto;
  padding-bottom: 3rem;
  min-height: calc(100dvh - 90px);
}

.online-exhibition-wrap::-webkit-scrollbar-track{
  border-radius: 10px;
  background-color: #F5F5F5;
}

.online-exhibition-wrap::-webkit-scrollbar{
  width: 9px;
  background-color: transparent;
}

.online-exhibition-wrap::-webkit-scrollbar-thumb{
  border-radius: 10px;
  background-color: var(--bs-gray-500);
}

.fullBg{
  background-image: url(../img/online_exh_bg_p1-de06a485.jpg);
  background-repeat: no-repeat;
  background-position: center -100px;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  min-height: calc(100dvh - 70px);
}

.bigLink{
  background-color: rgb(255 255 255 / 0.9);
  padding: 5px 20px;
  border-radius: 2rem;
  backdrop-filter: blur(3px);
  font-size: 1.5rem;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  width: 260px;
  color: var(--bs-info);
  display: block;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.bigList li{
  list-style: none;
  margin-bottom: 0.9rem;
  position: relative;
  width: 280px;
}

.bigList li .hoverBox {
  background-color: rgb(255 255 255 / 0.9);
  backdrop-filter: blur(3px);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.8rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}

.online-exhibition-wrap .searchBar{
  padding: 5px 5px 5px 15px;
  background-color: var(--bs-white);
  width: 260px;
  border-radius: 100px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.online-exhibition-wrap .searchBar input[type="text"]{
  line-height: 1;
}

@media (min-width: 768px) {

  .bigList li .hoverBox{
    position: absolute;
    left: 100%;
    top: 0px;
    width: 350px;
    padding: 20px 15px;
    transform: translateX(-10px);
  }

  .bigList li.active .hoverBox{
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility:visible ;
    transform: translateX(0);
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
  }

}

@media (max-width: 768px) {

  .online-exhibition-wrap{
    padding-top: 2rem;
  }

  .fullBg{
    background-position: center;
    background-size: cover;
    width: 100%;
  }

  .bigLink{
    width: 100%;
  }

  .bigList li{
    width: auto;
  }

  .bigList li .hoverBox{
    position: relative;
    left: 0;
    top: 10px;
    width: 95%;
    margin: 0 auto 1.5rem;
    padding: 20px 15px;
    transition: all 0.3s ease;
  }

  .bigList li.active .hoverBox{
    opacity: 1;
    visibility: visible;
    display: block;
    pointer-events: auto;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
  }

}
