@charset "utf-8";

.p-2 {
  padding: 1rem !important
}

.p-3 {
  padding: 1.5rem !important
}

.p-4 {
  padding: 2rem !important
}

.p-5 {
  padding: 2.5rem !important
}

.p-6 {
  padding: 3rem !important
}

.p-8 {
  padding: 4rem !important
}


.ptb-1 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.ptb-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ptb-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.ptb-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ptb-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}


.ptb-8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ptb-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.ptb-12 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.mtb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mtb-1 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.mtb-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mtb-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mtb-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mtb-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mtb-8 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mtb-10 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mtb-12 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mt-15 {
  margin-top: 7.5rem !important
}

.radius-15 {
	border-radius: 15px
}

.frame {
	border: 1px solid #dedede;
}

.frame-bk {
	border: 1px solid #90979e;
}

.frame-thick {
	border: 2px solid #898e93;
}

.bg-gray{background-color: #f4f4f4}
.bg-fruit{background-color: #FFF6B5}
.bg-peach{background-color: #FFFCE7}
.bg-indigo{background-color: #002C6C; color: #FFFFFF}
.bg-dust{background-color: #F2AC57}
.bg-tree{background-color:#14A38B}
.bg-ocean{background-color:#0880AE}
.bg-ui-1 {background-color: #F0F5FA;}
.bg-lightblue{background-color: #F0F5FA}
.bg-lightyellow{background-color: #fffdf0}
.bg-lightgreen{background-color: #f2f9f3}
.bg-purple{background-color: #f7f6f7!important}
.bg-pink{background-color: #fdf5f6}


.text-brown{color: #A48B78}
.text-red{color: #e50405}
.text-blue{color: #5BA8B3}
.text-green{color: #0eae51}

button{
	border: 0
}

.btn-cream{
  background-color: #ffc057;
  border-radius: 5rem;
}
.btn-cream:hover{
  background-color: #ffe486;
}

.btn-green{
  background-color: #7AC143;
  color: #fff!important;
  font-size: 1.5rem;
  padding: .7rem 1.3rem;
}
.btn-green:hover,
.btn-green a:link{
  background-color: #9ce067;
  color: #fff
}


.btn-orange {
  color: #fff;
  border-color: #F26334;
  background-color: #F26334
}
.btn-orange:active, .btn-orange:focus, .btn-orange:hover {
  color: #fff;
  border-color: #ff9c7b;
  background-color: #ff9c7b
}

.passwd-info,
.passwd-eye {
  color: #908787;
  position: relative;
  z-index: 999;
  float: right;
  margin-top: -1.8em;
  margin-right: 1em;
  cursor: pointer;
}



.pull-right{
  float: right	
}

.fancybox-content {
  padding: 30px!important;
}


.img-round{
	border-radius: 50%;
}

.pull-left{
	float:left
}

.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.gray { 
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);	
	cursor: not-allowed
}

.between {
  display: flex;
  justify-content: space-between;
  line-height: 1;
}

.footer .footer-links .link-pipe {
  color: #b1b3b3;
  margin: 0 12px;
}


.index-sub{
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 3rem
}


.gray-frame {
  border: 1px solid #D5D5D5;
  padding: 2rem;
  border-radius: .4rem;
}


.gray-frame  > tbody > tr > th, 
.gray-frame  > thead > tr > td, 
.gray-frame  > tbody > tr > td {
  vertical-align: middle;
  padding: .8rem 1em;
  border-bottom: 1px solid #D5D5D5;
  font-size: 1.6rem;
  background: #FFFFFF;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f7f7f7;	
}

/* ---- */
.simple-table a:link,
.simple-table a:visited{
	color: #008DBD;
	line-height: 2;
    font-size: 1.7rem;
}

.simple-table .date{
	text-align: center
}


.simple-title {
  color: #F26334;
  align-items: center;
  font-size: 2.4rem;
  margin: 3rem 0 0 0;
  border-bottom: 3px solid #F26334;
  padding-bottom: 5px;
  font-weight: 600;
}



/* ---- */

.card-body{
	font-size: 1.65rem;
	border: 1px solid #b3bcc7;
	line-height: 1.4;
	padding: 1rem;
	background: #FFFFFF
}

.card-body input{
	margin-bottom: 1rem
}



.co-info .row{
	margin: 1.5rem 0;
    border-bottom: 1px dashed #c2c2c2;
	padding-bottom: 1rem
}

.co-info .row:last-child{
	margin: 1rem 0 .5rem;
    border-bottom: 0px dashed #c2c2c2;
	padding-bottom: .5rem;
}

.co-info li{
	background-image: linear-gradient(to right, #C8C8C8 50%, rgba(255, 255, 255, 0) 0%);
    background-size: 7.5px 1px;
    background-repeat: repeat-x;
	padding: 10px 15px;
	color: #000;
}
.co-info .ti{
	font-weight: 600;
	color: #777676
}
.co-info ul li .ti::after {
    content: "：";
}

.co-info h4 {
    margin: 1rem 0;
}


.co-info label{
	font-weight: 600;
	font-size: 1.7rem;
	color: #565656;
	line-height: 1.2;
}


.co-info .cot a:link,
.co-info .cot a:visited,
.co-info .cot a:hover {
	color: #008DBD;
}

/* ---- */

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ---- */


.small-tag {
    display: inline-block;
    padding: .3rem 1rem;
    font-size: 1.4rem;
    border-radius: 3px;
	line-height: 1.7;
}

.small-tag.yellow{
    background: #ffc80b;
	color: #393939
}

.small-tag.green{
    background: #4caf50;
	color: #FFFFFF
}

.small-tag.light-gray{
    background: #D5D5D5;
	color: #565656
}

.small-tag.blue{
    background: #cfdde9;
	color: #565656
}

.small-tag.orange{
    background: #F26334;
	color: #fff
}

/* ---- */


.btn-top {
  padding: 0.4em 2em;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 5rem;
  margin: 0 .5rem;
  letter-spacing: 1px
}


.btn-top.orange{
  color: #fff;
  background: #F26334
}


.btn-top.orange:hover,
.btn-orange:hover{
  background: #FD9C3C;
  color: #fff;
}


.btn-orange{
	background: #F26334;
	color: #FFFFFF;
	letter-spacing: 2px;
	border-radius: 0.5rem;
}


.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;

}

.form-inline .form-control{
	 width: auto;
	margin: 0 1rem
}



.btn-purple {
  color: #fff;
  border-color: #9a80a4;
  background-color: #9a80a4;
  border-radius: 5rem;
}
.btn-purple:active, .btn-purple:focus, .btn-purple:hover {
  color: #fff;
  border-color: #b9a4c1;
  background-color: #b9a4c1
}


/* ---- */

.small-label {
  display: inline-block;
  text-align: center;
  margin-bottom: .5rem;
  margin-right: 1rem;
  padding: 0.6rem 1rem;
  font-size: 1.3rem;
  border-radius: 5px;
  line-height: 1;
  color: #000000;
}

.small-label.pink {
  background: #FFAEE7;
}

.small-label.yellow {
  background: #FFEB3B;
}

.small-label.blue {
  background: #62EBF3;
}

.small-label.green {
  background: #62F39E;
}

/* ---- */

.qs {
  background-color: #908787;
  border-radius: 16px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  width: 20px;	
  color: #fff;
  position: relative;
  z-index: 999;
  float: right;
  margin-top: -2em;
  margin-right: 1em;
  cursor: pointer;
}
.qs .popover {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 5px;
  bottom: 42px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: none;
  font-size: 14px;
  font-family: "Microsoft JhengHei";
  right: -10rem;
  padding: 7px 10px;
  position: absolute;
  width: 350px;
  z-index: 4;
}

.qs i {
  padding: 0 .5rem 0 .7rem;
}

.qs .popover:before {
  border-top: 7px solid rgba(0, 0, 0, 0.85);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  content: "";
  display: block;
  left: 50%;
  margin-left: 55px;
  position: absolute;
}
.qs:hover .popover {
  display: block;
  -webkit-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
  -moz-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
  -ms-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
}

/* ---- */


.form-qa {
  background-color: #E87D7F;
  border-radius: 16px;
  font-weight: bold;
  height: 17px;
  line-height: 17px;
  width: 17px;	
  color: #fff;
  position: relative;
  z-index: 999;
  float: right;
  margin-right: 1.2em;
  cursor: pointer;
}
.form-qa .popover {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 5px;
  bottom: 42px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: none;
  font-size: 14px;
  font-family: "Microsoft JhengHei";
  right: -8rem;
  padding: 7px 10px;
  position: absolute;
  width: 250px;
  z-index: 4;
}

.form-qa i {
  padding: 0 .5rem 0 .6rem;
}

.form-qa .popover:before {
  border-top: 7px solid rgba(0, 0, 0, 0.85);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  content: "";
  display: block;
  left: 58%;
  margin-left: 8px;
  position: absolute;
}
.form-qa:hover .popover {
  display: block;
  -webkit-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
  -moz-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
  -ms-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
}

.mt--2{
	margin-top: -2em;
}

.mt--3{
	margin-top: -3em;
}

/* ---- */



.iti input, .iti input[type="text"], .iti input[type="tel"] {
  min-height: 4.5rem;
}


.v-center::before {
  position: relative;
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}




.inline {
  display: inline-block;
  vertical-align: top;
}


.filters-container-t {
    padding: 15px 20px;
    background-color: #fff;
	margin-bottom: 25px;
	z-index: 999;
	border: 1px solid #adb3b9;
	text-align: center;
	}

.filters-container-t .btn-white{
    padding: 5px 10px;
	margin: 0;
	border: 1px solid #cdcccc;
	background: #fff;
	font-size: 15px
	}

.filters-container-t .btn-white:link{
    color: #494747
	}

.filters-container-t .btn-white:hover{
    color: #494747;
    background-color: #E0E0E0
	}



.filters-container-t span { 
  display: inline-block;
  line-height: 30px;
  margin-right: 10px;
  font-weight: 600
}


.filters-container-t .fld i,
.filters-container .lbl-cnt i {
    margin: 0 10px;
	font-size: 15px;
	color: #565656;
}


.filters-container-t input[type="date"], 
.filters-container-t input[type="time"], 
.filters-container-t input[type="datetime-local"], 
.filters-container-t input[type="month"] {
  line-height: 1.8;
  width: 20rem;
}


.filters-container-t input {
	-webkit-appearance: none;
	padding: 0 2rem;
	background-color: #fff;
	border: 1px solid #d0cece;
	height: 30px;
    width: 100%;
}


.filters-container-t  .form-control{
	min-height: .5rem!important;
	margin-bottom: 0;
	padding: 0.4rem 2rem;
}

.l-dots {
	border-left: 1px dashed #565656;
}

/* ---- */

.switch input {
  display: none;
}

.switch {
  display: inline-block;
  width: 50px; /*=w*/
  height: 20px; /*=h*/
  margin: 8px;
  transform: translateY(50%);
  position: relative;
}

.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  box-shadow: 0 0 0 2px #777, 0 0 4px #777;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #777;
  border-radius: 30px;
  transform: translateX(-30px); /*translateX(-(w-h))*/
  transition: 0.4s;
}

input:checked + .slider:before {
  transform: translateX(30px); /*translateX(w-h)*/
  background-color: limeGreen;
}

input:checked + .slider {
  box-shadow: 0 0 0 2px limeGreen;
}

.switch200 .slider:before {
  width: 200%;
  transform: translateX(-82px); /*translateX(-(w-h))*/
}



.switch200 input:checked + .slider {
  box-shadow: 0 0 0 2px red, 0 0 8px red;
}

/* ------ */

.agreement {
  font-size: 1.7rem;
  text-align: center;
  margin-top: 2.3rem;
  margin-bottom: 3rem
}

.agreement .slider:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #777;
  border-radius: 30px;
  transform: translateX(-50px); /*translateX(-(w-h))*/
  transition: 0.4s;
}

.agreement input:checked + .slider:before {
  transform: translateX(8px); /*translateX(w-h)*/
  background-color: limeGreen;
}

/* ---- */

.canvas {
	text-align: center;
	margin: 5rem 3rem 3.5rem;
    line-height: 0;
	font-size: 1rem;
		}

.circle {
	display: inline-block;
	margin: 0 2em;
		}

.circles-decimals {
	font-size: .4em;
		}


.circle-info {
    position: relative;
    text-align: center;
    display: inline-block;
	top: 3rem;
	font-size: 2rem;
    font-weight: bold;
}


.circle-wrap {
   display: inline-block;
}


/* ---- */

.page-title {
	color: #1C1C20;	
	align-items: center;
	font-size: 2.4rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid #828484;
    padding-bottom: 8px;
	font-weight: 600;
}


.title-desc {
	font-size: 2.5rem;
    line-height: 1.5;
	padding: 1.5rem;
	border: 1px solid #b3bcc7;
	background: #fff;
}


.title-desc.blue{
	border-left: 8px solid #48919b;
    color: #48919b;	
}

.title-desc.orange{
	border-left: 5px solid #F26334;
    color: #FF8200;
}

.title-desc.purple{
	border-left: 5px solid #b9a4c1;
    color: #77667d;
}

.title-desc span {
	font-size: 1.8rem;
	color: #767676;
}

.title-desc hr {
	border: 1px dashed #B8B8B8;
	margin-bottom: 1rem;
}


.content-subtitle {
  margin: 3.5rem 0 1.4rem;
  line-height: 2;
  font-size: 2.1rem;
  font-weight: bold;
}


.content{
	font-size: 1.7rem
}

.gray-section{
	background: #F1F3F4;
	padding: 3rem;
}

.gray-section .alert-icon {
  padding: 1rem 3.9rem 1rem 1.9rem;
  font-size: 1.5rem;
}

.gray-section .iti--allow-dropdown input {
  padding-right: 36px!important;
}


.mid-title{
	background: #cfdde9;
	color: #393939;
	padding: 1rem 1rem 1rem 2rem;
}


.white-section{
	background: #fff;
	border-radius: 10px;
	padding: 1.1rem 2.5rem;
	border: 1px solid #C8C8C8;
	margin-bottom: 1rem
}

.white-section p{
	color: #1C1C20;
	margin: .2rem 0 ;
	font-size: 1.6rem;
}

.white-section span{
	color: #1C1C20;
	font-weight: 600;
	margin: 0;
	font-size: 2rem;
	margin-right: 1rem
}


.white-section .btn {
  display: inline-block;
  border: 0;
  padding: 0.6em 1.5em;
  font-weight: normal;
  font-size: 1.9rem;
  text-align: center;
  border-radius: 8px;
  letter-spacing: 1px;
  color: #3C3C3C;
}

.white-section .btn.btn-skin {
  background-color: #FFD5B5;
}
.white-section .btn.btn-green {
  background-color: #60DD94;
}


/* ---- */

.v-icon {
  font-size: 40px;
  line-height: 0.7;
  vertical-align: text-bottom;
  margin: 0 2px
}

.v-icon.green {
  color: #4caf50;
}

.v-icon.gray {
  color: #ABABAB;
}


/* ---- */

.icon-container{
	max-width: 1100px;
    margin: auto;
}


.dashboard-box,
.image-box {
  border: 2px solid #EBEBEB;
  padding: 1rem;
  box-shadow: 0 0.125rem 0.188rem rgba(0, 44, 108, 0.3);
  transition-duration: 0.2s;
  background: #FFFFFF
}

.dashboard-box:hover,
.image-box:hover{ 
  border: 2px solid #FBB034;	
  box-shadow: 0 0.625rem 1.875rem rgba(0, 44, 108, 0.1);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  transition-duration: 0.2s;
  transition-timing-function: ease;
  color: #EBEBEB;
}


.image-box.active {
	border: 2px solid #FBB034;	
}


.image-box img {
  object-fit: cover;
  object-position: top;
  height: 200px;
}


/* --index-- */
.dashboard-box img {
  object-fit: cover;
  object-position: top;
}

.text-box{
	background-color: #FFFFFF;
	text-align: center;
}

.text-box h4{
	font-size: 2.5rem;
	font-weight: 600;
	margin: 2rem 0 .3rem 0;
	letter-spacing: 2px;
	color: #545252;
}

.text-box .service,
.text-box .service:hover{
	font-size: 2.2rem;
	font-weight: 600;
	margin: 1.8rem 0 1rem 0;
	letter-spacing: 2px;
	color: #545252;
	line-height: 1.2;
}

.text-box .service small{
	font-weight: 600;
	letter-spacing: 1px;
}


.text-box span{
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	color: #858181;
}


.text-box .item{
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.5;
	color: #F26334;
}


.text-box h5{
	font-size: 1.6rem;
	color: #707070;
	line-height: 1.4;
	font-weight: normal;	
}


/* ---- */

.frame-gln {
  background: #F1F3F4;
  padding: 3rem;
}

.frame-gln h4, .frame-gln h5 {
  margin-bottom: 0.5rem
}


.gln {
	font-size: 2rem;
	color: #002C6C;
	font-weight: 600;
	padding: 2rem;
	background: #FFFFFF
}

.frame-gln h3{
	color: #F26334;
	margin-bottom: 0;
	font-weight: 600
}


.btn-indigo{
  color: #fff!important;
  border-color: #00276e;
  background-color: #00276e
}
.btn-indigo:active,  .btn-indigo:focus, .btn-indigo:hover {
  color: #fff;
  border-color: #4869a4;
  background-color: #4869a4
}


/* Process Styles */


.frame-gray{
	background: #E5E8EB;
	border-radius: 5px;
	padding: 2rem 5rem;
    margin-bottom: 4rem
}

.frame-gray h4{
	margin: 0 0 0 1rem
}

.step-wizard {
    margin-bottom: 30px;
}

.step-wizard>.step-wizard-step {
    padding: 0;
    position: relative;
}


.step-wizard>.step-wizard-step .step-wizard-stepnum {
    color: #595959;
    font-size: 17px;
	font-weight: bold;	
}


.step-wizard>.step-wizard-step>.step-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #ffc7d6;
    top: 65px;
    left: 50%;
    margin-left: -15px;
    border-radius: 50%;
}

.step-wizard>.step-wizard-step>.step-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #e9567e;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.step-wizard>.step-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
	background-color: #e5e3e3;
}

.step-wizard>.step-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #ffc7d6;
	float: left;
	height: 100%;
}


.step-wizard>.step-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.step-wizard>.step-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.step-wizard>.step-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.step-wizard>.step-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.step-wizard>.step-wizard-step.disabled>.step-wizard-dot {
    background-color: #dddcdc;
}

.step-wizard>.step-wizard-step.disabled>.step-wizard-dot:after {
    opacity: 0;
}

.step-wizard>.step-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.step-wizard>.step-wizard-step:last-child>.progress {
    width: 50%;
}

.step-wizard>.step-wizard-step.disabled a.step-wizard-dot {
    pointer-events: none;
}

/* ---- */

.btn-head {
  display: inline-block;
  padding: 0.3em 1.5em;
  font-weight: 600;
  font-size: 1.8rem;
  font-family: "Microsoft JhengHei";
  letter-spacing: 1px;
  text-align: center;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  cursor: pointer;
  border-radius: 3px;  
}


.btn-head.bigbut {
  color: #606060;
  border: 1px solid #989898;
  background-color: #fff;
}
.btn-head.bigbut.active, .btn-head.bigbut:focus, .btn-head.bigbut:hover {
  color: #fff;
  border-color: #A48B78;
  background-color: #A48B78;	
}

.btn-head.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}


@media (min-width: 1200px) {
  .special .col-md-2 {
    max-width: 20%;
    flex: 20%;
  }
}


/* ---- */

.filter-items .purple > a {
  color: #292929;
  background: #eae1ee;
  padding: .8rem 1.2rem;
  font-size: 1.9rem;
  font-weight: 600;
  border-left: 5px solid #b9a4c1;
}

.filter-items .purple > a small {
  font-size: 1.5rem;
  line-height: 1
}


.filter-items .blue > a {
  color: #292929;
  background: #d9e7f4;
  padding: .8rem 1.2rem;
  font-size: 1.9rem;
  font-weight: 600;
  border-left: 5px solid #48919b;
}



/* ---- */

.general-table {
	overflow: auto;
	margin: 0 0 2rem;
	font-size: 1.6rem;
	text-align: center
}


.general-table {
	min-width: 100%;
}

.general-table th {
	display: none;
	border-right: 1px solid #A6B0BB;
	line-height: 1.3;
}

.general-table td {
	display: block;
	border-right: 1px solid #A6B0BB;
}

.general-table th:last-child,
.general-table td:last-child {
  border-right:0;
}




.general-table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 30%;
	word-break: break-all;	
}

.general-table th {
	text-align: center
}

.general-table th {
	padding: .7rem;
	background: #efefef
}

.general-table td {
	padding: .9rem;
}


.general-table th, .general-table td:before {
	font-weight: bold;
}

    
.general-table tr:nth-child(even) {
  background: #f7f7f7
}
.general-table tr:nth-child(odd) {
  background-color: #fff;
}

.general-table td a,
.general-table td a:link{
	color: #008DBD
}

.general-table i:hover,
.general-table i:link,
.general-table i:visited{
	color: #F26334
}

.general-table btn a:hover,
.general-table btn a:link{
	color: #fff
}

.header-right.arrows a,
.header-right.arrows a:link{
   width: 10px;
   color: #008DBD
}


/*.general-table .sorting::before {
  right: 1em;
  content: "↑";
  position: relative;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}



.general-table .sorting::after{
  right: 0.5em;
  content: "↓";
  position: relative;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}*/



/* --select search-- */


.select-search .section {
  margin: 0 auto;
  padding: 0;
}

.select-search .centered {
  margin-bottom: 1rem;
  text-align: center;
  vertical-align: middle;
}

.select-search .form-group {
  position: relative;
}

.select-search .form-arrow {
  position: absolute;
  top: 0.65rem;
  right: 0.5rem;
  z-index: 10;
  font-size: 1.35rem;
  line-height: inherit;
  color: var(--color-darks);
}
.select-search  .form .dropdown {
  position: relative;
}
.select-search  .form .dropdown-select {
  position: relative;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
  width: 100%;
  height: auto;
  padding: 0.75rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  color: var(--color-black);
  background-clip: padding-box; 
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out;
}
.select-search  .form .dropdown-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border-radius: 0.25rem;
  background-color: #FFFFFF;
  box-shadow: var(--shadow-large);
  transition: all 0.3s ease-in-out;  
  border: 1px solid #bbbbbb;
}
.select-search  .form .dropdown-menu-inner {
  max-height: 16rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.select-search  .form .dropdown-menu-inner::-webkit-scrollbar {
  width: 5px;
  height: auto;
}
.select-search .form .dropdown-menu-inner::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: var(--color-greys);
  box-shadow: var(--shadow-small);
}
.select-search .form .dropdown-menu-item {
  font-family: inherit;
  font-weight: normal;
  line-height: inherit;
  cursor: pointer;
  user-select: none;
  padding: 0.65rem 1.25rem;
  background-color: var(--color-white);
  transition: all 0.2s ease-in-out;
}
.select-search .form .dropdown-menu-item:hover {
  color: var(--color-black);
  background-color: var(--color-greys);
}
.select-search .form .dropdown-menu-item.is-select, .form .dropdown-menu-item.is-select:hover {
  color: var(--color-white);
  background-color: var(--color-blues);
}
.select-search .form .dropdown-menu-search {
  display: block;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
  height: auto;
  padding: 0.65rem 1.25rem;
  outline: none;
  background-clip: padding-box;
  background-color: #f7f7f7;
  border-bottom: 1px solid #bbbbbb;
}

.select-search .wrapper-column {
  width: 100%;
  margin: 0 auto;
  border-radius: 0.25rem;
  border: 1px solid #bbbbbb;
  background-color: #FFFFFF;
  padding:0;
}


/* ---- */


.fixHeight{
  height: 230px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.frame-item {
  border: 1px solid #807c7c;
  background-color: #FFFFFF;
  margin-bottom: 1rem;
}


.item-name {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1.3rem 0 1.3rem 0;
  color: #636262;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 45px;
  padding: 0 .5rem 
}




/*讓點擊事件穿過.select-box 的箭頭*/
.select-box::before {
pointer-events: none;
}


@media (min-width: 767px) {	

   .general-table {
	text-align: left;
}
	
	
   .general-table td:before {
	display: none;
}
   .general-table th, .general-table td {
	display: table-cell;
	word-break: break-all;
	overflow: hidden;
}
	
	.canvas {
    text-align: center;
    line-height: 0;
}
	
	.circle-info {
     top: 2.5rem;
     margin-bottom: 5rem;
}
	

	

	
  }

@media (min-width: 320px) and (max-width: 480px) {
  .general-table th, .general-table td {
    text-align: left;
	border-right: 0;
  }
	
 .gray-section {
  padding: 2rem;
}
	
	
 .circle-info {
  top: 2.5rem;
  margin-bottom: 8rem;
}
	
  .agreement .slider::before {
  transform: translateX(-30px);
}
	
  .card-body input{
	margin: 1rem 0 2rem 0
}
  .co-info .row{
    border-bottom: none;
}
  .co-info .cot{
	margin-top: .8rem
}

}

