:root {
  --mainCore: #00abc9;
  --mainSupLight: #d6faff;
  --mainLight: #22d3ee;
  --mainDeep: #008fa8;
  --mainDark: #0072a7;
  --auxColor: #000d20;
  --callColor: #e22200;
  
} 

body {
    /* -webkit-text-size-adjust: none; */
    -webkit-text-size-adjust: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
html {scroll-behavior: smooth;}

img {width: 100%;}

section {
  position: relative;
  word-wrap: break-word;
}

.bg-gradient {
  background: linear-gradient(180deg, var(--mainCore), var(--mainSupLight));
}

.bg-blackAf {
  background-color: #0000003f;
}

.Patient-content {
  max-width: 800px;
  margin: auto;
}

/* 固定物件 */
.w-available {
  position: absolute;
  width: -webkit-fill-available;
  z-index: 9;
}

/* 單行文字 */
.single-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 垂直書寫 */
.vertical-writing {
  writing-mode: vertical-lr;
  white-space: nowrap;
  padding-left: 16px;
  padding-right: 24px;
}
.rem75 { font-size: 0.75rem !important; }

.navbar {
  display: flex;
  justify-content:space-between;
  align-items: center;
  /* height: 88px; */
  position: relative;
  z-index: 30;
}

.select-sequence {
  display: flex;
  align-items: center;
  margin-left: 16px;
}

/* ---醫控端--- */
.dr-block-h {
   height: calc(100vh - 100px);
}
@media (max-width: 1279px) {
  .dr-block-h {
    height: calc(100vh - 84px);
  }
}

.setup-post-list-h {
  height: calc(100vh - 207px);
}

.PatientCard {
  display: flex;
  justify-content:space-between;
  align-items: center;
  height: 72px;
  width: 100%;
  background-color: #fff;
}
.pc-active {
  background-color: #fcffe7 !important;
}

.PatientCard-LAera { min-width: calc(100% - 120px); }

.PatientCard-number {
  height: 72px;
  /* line-height: 1; */
  align-items: center;
  display: flex;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* 叫號-卷軸 */
.scBar::-webkit-scrollbar {
  width: 8px;
}
.scBar::-webkit-scrollbar-track {
  background-color: rgb(211, 211, 211);
  border-radius: 10px;
}
/* .scBar::-webkit-scrollbar-track-piece {
  background: transparent;
} */
.scBar::-webkit-scrollbar-thumb {
  background-color: var(--mainCore);
  border-radius: 10px;
}
/* 叫號-卷軸end */

/* 叫號NEW */
.main-area-h {
  height: 90.7vh;
}

.area-L {
  width: 50%;
  background-color: rgb(48, 48, 48);
}
.area-ex62 {width: 62%;}

.area-R {flex: 1;}
/* width: calc(50% - 0px); */

/* 叫號 序號文字區塊--4/321診 */
.call-number-tBox {
  height: calc(100% - 104px);
}
.call-number-vBox {
  display: grid;
  width: 100%;
  text-align: right;
  padding-right: 2vw;
}

/* 叫號 序號 */
/* .call-number-x4 {
  font-size: 15rem;
  font-family: 'Anton', sans-serif;
  line-height: 15rem;
} */

/* .call-number-v3 {
  font-size: 10rem;
  font-family: 'Anton', sans-serif;
  font-family: 'Noto Sans TC', sans-serif;
  font-family: 'Oswald', sans-serif;
} */


/* 叫號 序號文字--彈性 */
.call-number-Res-x4 {
  font-size: 12.5vw;
  font-family: 'Anton', sans-serif;
  line-height: 1;
  align-self: center;
}

.room-type-Res-x4 {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1;
}

.call-number-Res-x3 {
  font-size: 15vw;
  font-family: 'Anton', sans-serif;
  line-height: 1;
  align-self: center;
}

/* 叫號 序號文字--LINE客端 */
.call-number-Patient {
  font-size: 11rem;
  font-family: 'Anton', sans-serif;
  line-height: 1;
  align-self: center;
}

.call-number-Patient-bg {
  background: linear-gradient(0deg, #eee, #f1f1f1, #f4f4f4);
}


/* 叫號提示 */
.call-focus { 
  background-color: var(--callColor)!important; 
}


.footer {
  display: grid;
  height: 9.3vh;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
}

.footer-sm {
  display: grid;
  height: 6vh;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
}

/* 文字跑馬燈 */
.marqee {
	height: 5.5vh;
	margin: 0 auto;
	overflow: hidden; 
	position: relative;
	/* background: black; */
}

.marqee > ul {
	padding-left: 0;
	/* display: flex; */
  display: inline-flex;
	list-style-type: none;
	animation: marqee 30s linear infinite;
	position: absolute;
}

.marqee > ul > li {
	white-space: nowrap;
	margin-right: 2em;
	font-weight: bold;
	color: #ffe26f;
  display: inline-flex;
  font-size: 5.5vh;
  line-height: 1;
}

@keyframes marqee {
	0% {
		left: 100%;
		transform: translateX(0%);
	}

	100% {
		left: 0;
		transform: translateX(-100%);
	}
}
/* 文字跑馬燈end */

/* Mp4影片end */
#Mp4Video {
  /* position: fixed;
  right: 50%;
  bottom: 115px; */
  min-width: 100%; 
  min-height: 100%;
  background-color: black;
}


/* 投影片--圖片垂直居中+彈性 */
.sld-imageCenter {
  position: relative;
  width: 100%;
  /* padding-top: 90.7vh; */
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sld-imageCenter img {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* height: 100% 啟用-圖片垂直居中, 橫圖填滿 不啟用 齊上 */
  object-position: center center;
  object-fit: contain;
  vertical-align: middle;
  display: inline-block;
}
/* 投影片--圖片垂直居中+彈性 end */


/* 圖片垂直居中-通用 */
.imageCenter-v {
  background-color: rgb(207, 207, 207);
  position: relative;
  width: 100%;
  padding-top: 90.7vh; /* 80%= 5:4 高度比例 */
  text-align: center;
  overflow: hidden;
  /* background-image: url(../assets/images/dfimg.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.imageCenter-v img {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: white;
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* height: 100% 啟用-圖片垂直居中, 橫圖填滿 不啟用 齊上 */
  object-position: center center;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
/* 圖片垂直居中-通用end */
/* 圖片垂直居中-彈性螢幕高度比例 */
.imageCenter-v81 {
  /* background-color: rgb(69 69 69); */
  position: relative;
  width: 100%;
  padding-top: 90.7vh; /* 彈性螢幕高度比例 */
  text-align: center;
  overflow: hidden;
  /* background-image: url(../assets/images/dfimg.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.imageCenter-v81 img {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: white;
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* height: 100% 啟用-圖片垂直居中, 橫圖填滿 不啟用 齊上 */
  object-position: center center;
  /* object-fit: 裁切填滿cover -- 等比符合contain */
  object-fit: contain;
  vertical-align: middle;
  display: inline-block;
}
/* 圖片垂直居中-彈性螢幕高度比例 end */


/* 圖片垂直居中-橫幅81% */
.divCenter {
  background-color: rgb(211, 160, 160);
  position: relative;
  width: 100%;
  padding-top: 100%; /* 80%= 5:4 高度比例 */
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.divCenter div {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;

  width: 100%;
  max-width: 100%;
  height: 100%;
  /* height: 100% 啟用-圖片垂直居中, 橫圖填滿 不啟用 齊上 */
  object-position: center center;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
/* 圖片垂直居中-橫幅81% end */



/* 影片 */
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}

.aspect-w-16>* {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* audio,canvas,embed,iframe,img,object,svg,video {
  display: block;
  vertical-align: middle
}

img,video {
  max-width: 100%;
  height: auto
} */

/*** 診所 櫃台端counter ***/
.med-active-t1 {
  background-color: var(--callColor)!important;
  color: #FFF;
}
.med-active-t2 {
  background-color: var(--mainCore)!important;
  color: #FFF;
}

/* 診所 櫃台端設定 */
.mstype-active {
  background-color: var(--mainCore);
  color: #FFF;
}

/*** Line@客顯端 專用CSS ***/
/* 文字跑馬燈-SM */
.marqee-sm {
	height: 3vh;
	margin: 0 auto;
	overflow: hidden; 
	position: relative;
	/* background: black; */
}

.marqee-sm > ul {
	padding-left: 0;
	/* display: flex; */
  display: inline-flex;
	list-style-type: none;
	animation: marqee 30s linear infinite;
	position: absolute;
}

.marqee-sm > ul > li {
	white-space: nowrap;
	margin-right: 2em;
	font-weight: bold;
	color: #ffe26f;
  display: inline-flex;
  font-size: 3vh;
  line-height: 1;
}

@keyframes marqee-sm {
	0% {
		left: 100%;
		transform: translateX(0%);
	}

	100% {
		left: 0;
		transform: translateX(-100%);
	}
}
/* 文字跑馬燈-SM end */
/*** Line@客顯端 專用CSS end ***/

/*** 候診設定選單-折疊式 ***/
.accordion {
  /* background-color: #eee; */
  color: #ffffff;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

.active-acc, .accordion:hover {
  /* color: var(--mainCore); */
  background-color: #003750;
}

.accordion:after {
  content: '\002B';
  /* color: var(--mainCore); */
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active-acc:after {
  content: "\2212";
}

.accordion-panel {
  background-color: #002333;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-panel > a {
  padding-left: 50px !important;
}
.accordion-panel > a:hover {
  background-color: #005d88;
  
}

/*** 候診設定選單-折疊式 end ***/




/* 社群icon */
.soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}


/* 底圖 平/漸層 overlay */  
.bg-overlay {
  background-color: #240400;
  /* background-image: linear-gradient(to right, #999999, #333333, #000000); */
  bottom: 0;
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}



/* New end */


/* 點我測試 物件居中 覆蓋 96px*/
.xyCentent96 {
  position: absolute;
  top: calc(50% - 48px);
  left: calc(50% - 48px);
  border-radius: 9999px;
}


/* 捲軸 */
.gs-scrollbar::-webkit-scrollbar {
  /* width: 2px; */
  height: 6px;
  background-color: #81d8d0;
}
.gs-scrollbar::-webkit-scrollbar-thumb {
  /* width: 2px; */
  background-color: #59cabf;
}
.gs-scrollbar::-webkit-scrollbar-button {
  background-color: #35a095;
}




.topbar {
  background: linear-gradient(90deg, var(--mainDeep), var(--mainCore), var(--mainDeep));
}

.navbar-sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  background: linear-gradient(90deg, var(--mainDeep), var(--mainCore), var(--mainDeep));
  /* background: linear-gradient(90deg, #52b8ad, #81d8d0, #52b8ad); */
}
.navbar-sticky2 {
  position: fixed !important;
  top: 0;
  width: 100%;
  /* background: linear-gradient(90deg, #52b8ad, #81d8d0, #52b8ad); */
  background-color: #203800;
  /* background-color: #7cc51b; */
}
  
.navbar-sticky + .content {
  padding-top: 60px;
}

.navbar-width {
  width: calc(100% - 48px);
}

/* .navbtn-drop {
    border-radius: 50%;
    background-color: #042c25;
    width: 40px;
    height: 40px;
} */


/* .meal_item {
  position: relative;
  display: inline-block;
}
.meal_item2 {
  position: relative;
  display: flex;
  border-bottom-color: #f1f1f1;
  border-bottom-width: 1px;
  padding-bottom: 16px;
  margin-bottom: 16px;
} */

/* 醫師頭像 */
.dr_imgBox {
  background-color: rgb(207, 207, 207);
  position: relative;
  width: 100%;
  padding-top: 100%; /* 5:4 */
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.dr_imgBox img {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: white;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}

/* V- Med */
.badge {
  font-size: 0.875rem;
  line-height: 24px;
  min-width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  top: -6px;
  right: -6px;
  border-radius: 50px;
  background-color: rgb(224, 0, 0);
  color: white;
}

/* 下拉MENU - Line@客顯端 */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    /* background-color: rgba(255, 255, 255, 0.9); */
    background: linear-gradient(180deg, var(--mainCore), var(--mainSupLight));
    overflow-y: hidden;
    transition: 0.3s;
}
  
.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    /* overflow-y: hidden; */
    /* padding-bottom: 20px; */
    /* height: 88%; */
}
  
.overlay a {
    /* padding: 8px; */
    text-decoration: none;
    font-size: 18px;
    color: #242424;
    display: block;
    transition: 0.3s;
}
  
.overlay a:hover, .overlay a:focus {
    color: var(--mainDark);
}
  
.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 48px;
    line-height: 1;
    /* width: max-content!important; */
}

/* @media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
} */
/* 下拉 MENU */

/* 更多選項 側欄MENU vv */
.sidenav-overlay {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: 48;
}

.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 50;
    top: 0;
    /* right: 0; */
    background-color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    transition: 0.5s;
    padding-top: 72px;
}
  
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block;
  transition: 0.3s;
  width: 100%;
}

.sidenav a:hover {
  color: #f1f1f1;
  background-color: #004a6d;
  width: 100%;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 48px;
  margin-left: 50px;
  padding: 0;
  width: max-content!important;
}
.sidenav .closebtn:hover {
  color: #71deff;
  background-color: rgba(0,0,0,0);
}

.sidenav-inbox-h {
  height: calc(100vh - 288px);;
}
/* 更多選項 右側欄 MENU end */

/* +++++ CallNow叫號提示 Alerts 上彈跳 +++++ */
.CallNow-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}
  
/* Modal Content 叫號提示Alerts */
.CallNow-modal-content {
  position: fixed;
  bottom: 0;
  /* background-color: #fefefe; */
  height: 88%;
  width: 40%;
  margin: 0 30% ;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

.CallNow-close {
  color: rgba(255, 255, 255, 0.2);
  float: right;
  font-size: 24px;
  padding-top: 4px;
  position: absolute;
  top: 3px;
  right: 12px;
}

.CallNow-close:hover,
.CallNow-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.CallNow-modal-header {
  padding: 36px 36px 24px 36px;
  background-color: #e22200;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  /* border-bottom-color: #00abc9; */
  /* border-bottom-width: 2px; */
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
  
.CallNow-modal-body {
    padding: 16px 16px;
    background-color: #fefefe;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
  
.CallNow-modal-footer {
  height: 5rem;
}

.CallNow-icon {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -20px;
  left: -60px;
  background-color: #000d20;
  color: #ffd83c;
  font-size: 80px;
  text-align: center;
  line-height: 150px;
  box-shadow: 10px 6px 15px 5px rgba(0, 0, 0, 0.2);
}

.CallNow-number {
  font-size: 15vw;
  font-family: 'Anton', sans-serif;
}

.CallNow-number-title {
  font-size: 6.6vw;
  line-height: 1;
}

.CallNow-number-dr_name {
  font-size: 3.3vw;
  line-height: 1;
}
/* +++++ CallNow叫號提示 Alerts 上彈跳 +++++ end */

/* 投影片 */
.mySlides {display: none;}

.slideshow-container {
  max-width: 2400px;
  position: relative;
  margin: auto;
  /* 投影片彈性 */
  height: 100%;
  display: flex;
}

.fade {
  animation-name: fade;
  animation-duration: 3.5s;
}

@keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  opacity: .5;
}
.active {
  background-color: #717171;
}

.dot-box {
  text-align:center;
  position: absolute;
  bottom: 0px;
  width: inherit;
}
/* 投影片 */

  
/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
/* 廣告 上彈跳 The Modal (background) */




/* +++++ 醫囑編輯 MedicalAdviceModal 上彈跳 上彈跳 +++++ */
.MedicalAdvice-modal {
  display: none;
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content 叫號提示Alerts */
.MedicalAdvice-modal-content {
  position: fixed;
  bottom: 0;
  /* background-color: #fefefe; */
  height: 88%;
  width: 60%;
  margin: 0 20% ;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

.MedicalAdvice-close {
 color: rgba(0, 0, 0, 0.2);
 float: right;
 font-size: 24px;
 padding-top: 4px;
 position: absolute;
 top: 10px;
 right: 12px;
}

.MedicalAdvice-close:hover,
.MedicalAdvice-close:focus {
 color: #000;
 text-decoration: none;
 cursor: pointer;
}

.MedicalAdvice-modal-header {
  padding: 16px;
  background-color: #f4f4f4;
  color: var(--mainDeep);
  text-align: center;
  font-weight: bold;
  border-bottom-color: #00abc9;
  border-bottom-width: 2px;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.MedicalAdvice-modal-body {
  padding: 16px 32px;
  background-color: #f4f4f4;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.MedicalAdvice-modal-footer {
 height: 5rem;
}

/* +++++ 醫囑編輯 MedicalAdviceModal 上彈跳 +++++ end */

/* +++++ 基本對話框 modal-basic上彈跳 上彈跳 +++++ */
.basic-modal {
  display: none;
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  /* bottom: 0; */
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content 叫號提示Alerts */
.basic-modal-content {
  position: fixed;
  bottom: 0;
  /* top: 0; */
  /* background-color: #fefefe; */
  height: 88%;
  width: 92%;
  margin: 0 4% ;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

.basic-modal-header {
  padding: 16px 16px 2px 16px;
  background-color: #f4f4f4;
  color: var(--mainDeep);
  text-align: center;
  font-weight: bold;
  /* border-bottom-color: #00abc9;
  border-bottom-width: 2px; */
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.basic-modal-body {
  padding: 2px 16px 16px 16px;
  background-color: #f4f4f4;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

@media (max-width: 768px) {
  .basic-modal-content {
    width: 80%;
    margin: 0 10% ;
  }
}
@media (min-width: 1024px) {
  .basic-modal-content {
    width: 70%;
    margin: 0 15% ;
  }
}
@media (min-width: 1280px) {
  .basic-modal-content {
    width: 60%;
    margin: 0 20% ;
  }
}
@media (min-width: 1440px) {
  .basic-modal-content {
    width: 50%;
    margin: 0 25% ;
  }
}
@media (min-width: 1536px) {
  .basic-modal-content {
    width: 40%;
    margin: 0 30% ;
  }
}

/* +++++ 基本對話框 modal-basic +++++ end */



/* 提醒對話框 部分共用 */
/* The Modal (background) */
.alertDialog-modal {
  display: none; /* default -> none / block */
  position: fixed; /* Stay in place */
  z-index: 20; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4);
  padding-top: 50px;
  text-align: center;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 5% auto;
  width: 90%;
  border-radius: 1.5rem;
}

.container {
  padding: 16px;
  text-align: center;
}

/* The Modal Close Button (x) */
.close {
  /* position: absolute; */
  /* right: 16px; */
  /* top: 16px; */
  font-size: 36px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}


/* Change styles for cancel button and delete button on extra small screens */
/* @media screen and (max-width: 300px) {
  .cancelbtn, .deletebtn {
     width: 100%;
  }
} */

/* 提醒對話框 end */

/* 返回 Btn ?? */
.backtrack {
  position: absolute;
  left: 12px;
  top: 8px;
  font-size: 24px;
  /* font-weight: bold; */
  color: #ffffff;
}

/* +++++ 表單元件 集合區 +++++ */

/* ----- input一般  ----- */
input {
  text-align: center;
}
input::placeholder {
  text-align: center !important;
  font-size:1.1rem;
  /* color: #f16100; */
}

/* select下拉 iOS字居中 */
select {
  text-align-last:center;
}
/* option {
  text-align:center !important;
  text-align-last:center!important;
} */


/* switch設定開關 */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--mainCore);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--mainCore);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* switch設定開關 end */
/* switch設定開關-2 */
.switch2 {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switch2 input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider2 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider2:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider2 {
  background-color: var(--mainCore);
}

input:focus + .slider2 {
  box-shadow: 0 0 1px var(--mainCore);
}

input:checked + .slider2:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider2.round2 {
  border-radius: 34px;
}

.slider2.round2:before {
  border-radius: 50%;
}
/* switch設定開關-2 end */


/*** 單選紐 (圓形) RadioButton加大改色 ***/
.radio-container {
  display: block;
  position: relative;
  padding: 8px 8px 8px 32px;
  margin-top: 8px;
  /* margin-bottom: 8px; */
  cursor: pointer;
  font-size: 16px;
  /* text-align: start; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* checked, 按下後底色 */
.radio-container input:checked ~ .checkmark {
  background-color: var(--mainDeep);
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/* html demo */
/* <label class="radio-container">A選項
  <input type="radio" name="radio_1">
  <span class="checkmark"></span>
  <span class="absolute right-0 top-2"><i class="bi bi-chevron-right"></i></span>
</label> */
/* html demo */

/*** 單選紐 (圓形) RadioButton加大改色 -- end ***/


.ckBox-dn {
  transform: translateY(1px);
}

/* +++++ 表單元件 集合區 end +++++ */



.clock-bg { background:#000435; }


/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}


/***** 投影片 *****/
.SliderContainer {
	margin: 0 auto;
	top: -2px;
  position: relative;
	/* width: 100%; */
}
.SliderContainer img {
	width: 100%;
}



/* LINE首頁-Tab 換頁 */
.tablink {
  background-color: #ffffff;
  /* color: white; */
  /* float: left; */
  /* border: none; */
  /* outline: none; */
  cursor: pointer;
  padding: 12px 12px 7px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #555;
  width: 25%;
  border-bottom: 5px solid #eeeeee;
}

.tablink:hover {
  color: var(--mainCore);
  background-color: #ffffff;
  border-bottom: 5px solid #00abc9;
}

.tablink-active {
  font-weight: bold;
  color: var(--mainCore);
  background-color: #ffffff;
  border-bottom: 5px solid #00abc9;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: #222;
  /* background-color: #fff; */
  display: none;
  padding: 64px 16px 16px 16px;
  height: 100%;
}

/* #Home {background-color: #fff;}
#News {background-color: #fff;}
#Contact {background-color: #fff;}
#About {background-color: #fff;} */

/* LINE首頁-Tab end */



/* +++++ CallNow叫號提示 Alerts 上彈跳 +++++ */
.RegisteredNow-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

.RegisteredNow-modal-content {
  position: fixed;
  bottom: 0;
  height: 92%;
  width: -webkit-fill-available;
  /* width: 90%; */
  margin: 0 5% ;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

.RegisteredNow-modal-header {
  padding: 16px;
  background-color: #fefefe;
  color: var(--mainDeep);
  text-align: center;
  font-weight: bold;
  border-bottom-color: #00abc9;
  border-bottom-width: 2px;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.RegisteredNow-modal-body {
  padding: 16px 16px;
  background-color: #fefefe;
  /* border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem; */
}

.RegisteredNow-modal-footer {
  padding: 16px 12px;
  display: flex;
  background-color: #fefefe;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.RegisteredNow-close {
  color: rgba(255, 255, 255, 0.2);
  float: right;
  font-size: 24px;
  padding-top: 4px;
  position: absolute;
  top: 3px;
  right: 12px;
}
.RegisteredNow-close:hover,
.RegisteredNow-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* +++++ CallNow叫號提示 Alerts 上彈跳 +++++ end */


/* 字距 */
.letter-span {
  letter-spacing: 12px;
}

/* 標籤雲 */
.tag-cloud {
  display: inline-block;
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  background-color: var(--mainCore);
  margin-top: 8px;
}