﻿@charset "UTF-8";

/* page Styles ****************************************************************************/
/* sub-nav----------------------------------*/
.sub-nav {
  border: 0px solid #F0F;
}
.sub-nav .sub-nav-header h3 {
  margin: 0;
  padding: 0;
  color: #9F3A83; 
}
.sub-nav .sub-nav-header h3 i {
  margin: 0 5px 0 2px;
}

/* Tabs ************************************************************************/

.tab-content {
  overflow: hidden;
  padding-bottom: 40px;
}

.nav-tabs > li > a {
  border: 0px solid transparent;
}

.nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
  background-color: transparent;
  border-bottom: 4px solid #E5E5E5;
}

/* nav-tabs.nav-justified ------*/
.nav-tabs.nav-justified {
  margin-top: 10px;
  margin-bottom: 20px;
      border: 0px solid #F0F;
}
.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 0px;
  padding: 5px 0 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 4px solid #E5E5E5;
  color:#6d6d6d;
  background-color: #FFFFFF;
  border-radius: 0px;
}

.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
	border-bottom: 4px solid #A6D107;
	color: #A6D107;
	background-color: #FFFFFF;
} 

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: 0px solid transparent;
	border-bottom: 4px solid #A6D107;
	color: #A6D107;
}

.nav-tabs.nav-justified > li > a > i {
  display: none;	
}

@media screen and (min-width: 768px) {
	.nav-tabs.nav-justified > li {
	  display:block;
	  width: 100%;
	}
	.nav-tabs.nav-justified > li > a {
	  text-align: left;
	  padding: 20px 0 10px 0;
	}
	.nav-tabs.nav-justified > li > a > i {
	  display: inline;	
	  margin-right: 5px;
	  color: #E5E5E5;
	}
	.nav-tabs.nav-justified > li > a:hover > i,
	.nav-tabs.nav-justified > li > a:focus > i,
	.nav-tabs.nav-justified > .active > a > i,
	.nav-tabs.nav-justified > .active > a:hover > i,
	.nav-tabs.nav-justified > .active > a:focus > i{
	  color: #A6D107;
	}
}


@media screen and (min-width: 768px) and (max-width: 991px) {
	.nav-tabs.nav-justified > li > a { font-size: 16px; }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-tabs.nav-justified > li > a { font-size: 17px; }
}

@media screen and (min-width: 1200px) {
	.nav-tabs.nav-justified > li > a { font-size: 18px; }
}

/* Input-group *****************************************************************************/
.input-group-fluid{
	width: 100%;
  }

.form-horizontal {
  margin-bottom: 40px;
	border: 0px solid #F0F;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.text-control {
  display: block;
  width: 100%;
  height: 44px;
	margin: 0 ;
  padding: 10px 12px 0 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #F2F2F2;
  background-image: none;
  border: 1px solid #F2F2F2;
  border-radius: 0px;
}

.input-group .input-group-addon {
  border-radius: 0px;	
}

.icon-label .input-group {
  margin-bottom: 20px;	
  	border: 0px solid #F0F;
}

.form-group .nail {
  padding-top: 0;
}

.radio-inline-sex div {
	 float: left;
	 margin-top: 4px;
}

.form-horizontal .control-label.big-label {
padding-top: 5px;
font-size: 22px;
text-align: left;
}

/* checkbox & radio ------*/
.radio-inline,
.checkbox-inline {
  padding-left: 0px;
}

.form-group.choose .control-label{
  text-align: left;
  	border: 0px solid #F0F;
}

.form-group.choose .radio-inline,
.form-group.choose .checkbox-inline {
  margin: 0 ;
  padding: 5px 15px 0 0;
  text-align: right;	
  	border: 0px solid #F0F;
}

@media (max-width: 767px) {
	.control-label-inline { padding: 25px 10px 10px 16px; border: 0px solid #F0F; }
	/*.radio-inline-sex div { margin-top: 18px;}*/
    .radio-inline-sex div { margin-top: 0px;}
 	.form-horizontal .control-label.big-label {font-size: 18px;}
	
	.form-group.choose .radio-inline,
	.form-group.choose .checkbox-inline {
	  padding-top: 0px;
	}
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 10px;
    margin-bottom: 0;
    text-align: right;
  }
}




/* button *****************************************************************************/
/* btn-box ------*/
.btn-box {
	clear: both;
	overflow: hidden;
	margin: 20px -10px;
	padding: 0;
		border: 0px solid #F0F;
}

.btn-box div {
	margin: 0 0px;
	padding: 0 10px;
		border: 0px solid #F0F;
}

.btn-box div .btn {
	padding-left: 0;
	padding-right: 0;

}

.btn-box i,
.btn-box-single i,
.btn-box-wild i {
	padding-right: 5px;
}

/* btn-box-single and  btn-box-wild ------*/
.btn-box-single,
.btn-box-wild {
	clear: both;
	margin: 20px 0;
	text-align: center;
			border: 0px solid #F0F;
}

.btn-box-wild {
	margin: 0 -15px;
}

.btn-box-single > .btn,
.btn-box-wild > .btn {
  width: 100%;
}



/* btn ------*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; 
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif;  
  color: #fff;
  background-color: #A6D107;
  border-color: #A6D107;   
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0px auto #FF7F7D;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
  background-color: #FF7F7D;
  border-color: #FF7F7D;
}

/* btn-default ------*/
.btn-default {
  color: #A6D107;
  background-color: #FFFFFF;
  border: 3px solid #A6D107;
  padding: 6px 14px;
}
.btn-default:focus,
.btn-default.focus {
  color: #FFF;
  background-color: #FF7F7D;
  border-color: #FF7F7D;
}
.btn-default:hover {
  color: #FFF;
  background-color: #FF7F7D;

  border-color: #FF7F7D;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: #FF7F7D;
  border-color: #FF7F7D;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #FF7F7D;
  border-color: #FF7F7D;
}

/* btn-primary ------*/
.btn-primary {
  color: #FFF;
  background-color: #A6D107;
  border-color: #A6D107;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #FFF;
  background-color: #FF7F7D;
  border-color: #FF7F7D;;
}
.btn-primary:hover {
  color: #FFF;
  background-color: #FF7F7D;
  border-color: #FF7F7D;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFF;
  background-color: #FF7F7D;
  border-color: #FF7F7D;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #333;
  background-color: #FF7F7D;
  border-color: #FF7F7D;
}

/* btn-success ------*/
.btn-success {
  color: #A6D107;
  background-color: #EDF6CD;
  border: 1px solid #A6D107;
  padding: 6px 14px;
}
.btn-success:focus,
.btn-success.focus {
  color: #FFF;
  background-color: #A6D107;
  border-color: #A6D107;
}
.btn-success:hover {
  color: #FFF;
  background-color: #A6D107;
  border-color: #A6D107;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #FFF;
  background-color: #A6D107;
  border-color: #A6D107;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #FFF;
  background-color: #A6D107;
  border-color: #A6D107;
}


.btn-lg,
.btn.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm,
.btn.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* input-group-search------*/
.input-group-search > .form-control,
.input-group-search > .input-group-addon,
.input-group-search > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.input-group-search .btn {
  color: #5B5B5B;
  background-color: #E5E5E5;
  border-color: #ccc;
}
.input-group-search .btn:focus,
.input-group-search .btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input-group-search .btn:hover,
.input-group-search .btn:focus {
  color: #FFFFFF;
  background-color: #A6D107; 
  text-decoration: none;
}


/* iconBtn 按鈕 ***************************************************************************************/
/* iconBtn-box */
.iconBtn {
  margin: 0;
  padding:0;
}
.iconBtn-box {
  margin: 20px auto 10px auto;
  padding:0;
  text-align: center;
	border: 0px solid #F0F;	
}
.iconBtn-box.floatR {
  margin: 0px auto 0px auto;
  float: right;
}
.iconBtn a,
.iconBtn-box a {
	display: inline-block;
	margin: 0px 8px 10px 8px ;
	text-decoration: none;
	font-family:"新細明體",Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	  	border: 0px solid #F0F;	
}

.iconBtn i, 
.iconBtn-box i {	
	display: block;
	font-size: 30px;
}
.iconBtn span,
.iconBtn-box span {	
	display: block;
	font-size: 12px;
	font-weight: 700;
}

/*.iconBtn span.txt-size{
    font-size: 30%;
}*/

/* iconBtn-inline */
.iconBtn-inline {
  margin: 20px 0 20px 0;
  padding:0;
  text-align: left;
}
.iconBtn-inline a {
	display: inline-block;
	margin: 0 10px 10px 5px;
	text-decoration: none;
	font-weight: 700;
	line-height: 20px;
	vertical-align: middle;
	  	border: 0px solid #F00;	
}
.iconBtn-inline a i {	
	display: inline-block;
	padding-top: 3px;
	font-size: 20px;
	line-height: 20px;
	vertical-align: middle;
} 
.iconBtn-inline a span{
	display: inline-block;	
	padding-left: 5px;
	font-size: 15px;
	line-height: 20px;
	vertical-align: middle;
}

/* 回上一層 */
a.upper {padding-right: 10px; }

/* note-password ***************************************************************/
.note-password {
  margin: 20px -15px;
  color: #689D4D;
  font-weight: 700; 
     	border: 0px solid #F0F;
}
.note-password a {
  color: #689D4D;
  text-decoration: none;
  -webkit-tap-highlight-color:rgba(166,209,7,0.5);	
  -webkit-user-select: none;
}
.note-password a:hover,
.note-password a:focus {
  color: #FF7F7D;
  text-decoration: none;
  outline: 0;
  } 
.note-password i {
  margin-right: 5px;
}


/* modal **************************************************************************/
/* modal 垂直置中------*/   
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  /*height: left;*/
  vertical-align: middle;
  text-align: left;
}

.modal-header .close {
  margin-top: 0px;
}
.close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #A6D107;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=1);
  opacity: 1;
}
.close:hover,
.close:focus {
  color: #FF7F7D;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}


/*預約掛號門診資訊視窗*/
.modal-title {
    font-size: 24px;
    color: #A6D107;
    font-weight: 700;
}

.modal-body {
  position: relative;
  padding: 20px;
}
.modal-body h2 {
  margin: 0 0 10px 0;
  padding: 0;
}
.modal-body p  {
  line-height: 1.4;
  margin-bottom: 10px;
}
.modal-body p input.three-word {
	width:50px; 
	margin: 0 5px; 
	padding: 2px 5px;
	line-height: 1.2;
	color: #FF7F7D; 
	font-weight: 700;
}
.modal-body p b {
	font-size: 22px;	
	font-weight: 700;
}


/* modal 裡面的下拉選單------*/   
.modal-body .input-group .input-group-btn .form-control {
  font-size: 14px;
  }   
.modal-body .input-group-btn .dropdown-menu > li > a {
  font-size: 16px;
}



/* 網路掛號  看診進度 appointment-progress ***************************************************************/
.appointment {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
			   border: 0px solid #F0F;
}
.appointment  .group {
	overflow: hidden;
	margin: 0 0 10px 0;	
	padding: 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #4C4C4C;
	font-weight: 500;
	vertical-align: middle;
		     	border: 0px solid #F0F;
}

/* .appointment .title------*/
.appointment .title {
	padding: 0;
}

/* .appointment .text------*/
.appointment .text {
	padding: 0;
	     	border: 0px solid #F0F;
}
.appointment .text p {
	margin: 0;	
	padding: 0;
	     	border: 0px solid #F0F;
}
.appointment .text p.department {
	margin: 0;	
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #7C7C7C;
	font-weight: 700;
	text-align: right;
}
.text span.number {
	margin: 0;
	padding: 0 3px 0 0;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #FF7F7D;
}
.Dr-nane {
	margin: 0;	
	padding: 6px 0 0 0;
	font-size: 32px;
	line-height: 1;
	font-weight: 500;
}

.signboard {
	margin: 0 0 2px 0;
	padding: 2px 0;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 5px;
	background-color: #A6D107;
		     	border: 0px solid #F0F;
}
.signboard-number {
	margin: 0;
	padding: 10px 0 15px 0;
	font-size:16px;
	line-height: 1;
	font-weight: 700;
	color: #A6D107;
	text-align: center;
	background-color: #EDF6CD;
		     	border: 0px solid #F0F;
}
.signboard-number span {
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 60px;
	line-height: 1;
	font-weight: 700;
	color: #A6D107;
}


/* list-table ***************************************************************/
.list-table {
	overflow: hidden;
	clear: both;
	margin: 0 0 20px 0;	
	padding: 0;
	text-align: center;
	vertical-align: middle;
	background-color: #f7f7f7;
	border: 1px solid #e2e2e2;
}
.list-table .side-L {
	margin: 0;	
	padding: 0;
	border: 0px solid #F00;
}
.list-table .side-R {
	margin: 0;	
	padding: 0;
	border: 0px solid #F00;
}
.list-table .title {
	margin: 0;	
	padding: 10px 5px;
	font-size: 16px;
	line-height: 1.5;
	color: #4C4C4C;
	font-weight: 700;
	text-align: center;	
	vertical-align: middle;
  	border: 0px solid #F00;
}
.list-table .text {
	margin: 0;	
	padding: 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #4C4C4C;
	font-weight: 700;
	background-color: #FFFFFF;
  	border: 0px solid #F00;
}

.list-table ul {
	margin: 0;	
	padding: 0;
  padding-left: 0;
  list-style: none;
  	border: 0px solid #F00;
}
.list-table ul li {
	overflow: hidden;
	padding: 0px 0;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #e2e2e2;
}
.list-table ul li:last-child {
  border-bottom: none;
}

.list-table.list-s .title {	
	font-size: 14px;
	line-height: 1.4;
}
.list-table.list-s .text {
	font-size: 14px;
	line-height: 1.4;
}


@media (max-width: 767px) {
	.list-table .title, 
	.list-table .text {
		padding: 10px 8px;
		font-size: 14px;
	}
	.list-table.list-s .title, 
	.list-table.list-s .text {
		padding: 10px 5px;
		font-size: 12px;
	}
}


/* list-card ***************************************************************/
.list-card {
	overflow: hidden;
	clear: both;
	margin: 0 0 20px 0;	
	padding: 0;
	text-align: center;
	vertical-align: middle;
	background-color: #EDF6CD;
	border: 0px solid #A6D107;
	/*
	background-color: #f7f7f7;
	border: 0px solid #e2e2e2;
	*/
}
.list-card .side-L {
	margin: 0;	
	padding: 0;
	border: 0px solid #F00;
}
.list-card .side-R {
	margin: 0;	
	padding: 0;
	border: 0px solid #F00;
}
.list-card .title {
	margin: 0;	
	padding: 0 10px 0 0;
	font-size: 14px;
	line-height: 2;
	color: #4C4C4C;
	font-weight: 700;
	text-align: center;
  	border-right: 1px solid #d1d1d1;
}
.list-card .text {
	margin: 0;	
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 2;
	color: #4C4C4C;
  	border: 0px solid #F00;
}

.list-card ul {
	margin: 5px 10px 5px 10px;	
	padding: 0;
  padding-left: 0;
  list-style: none;
  	border: 0px solid #F00;
}
.list-card ul li {
	overflow: hidden;
	padding: 6px 0;
	text-align: left;
	vertical-align: middle;
  border-bottom: 1px dotted #d1d1d1;
}
.list-card ul li:last-child {
  border-bottom: none;
}

@media (min-width: 768px) {
	.list-card .title {
		font-size: 16px;
	}
	.list-card .text {
		font-size: 16px;
	}
}

.list-table a, 
.list-card a {
	display: block;
	margin: 7px 0 0 0 ;
}

/* 按鈕 - iconBtn-vertical */
.list-table a.iconBtn-vertical {	
	display: block;
	margin: 16px 0 0 0 ;
}


/* list-notes ***************************************************************/
/* list-notes ------*/
.list-notes {
	overflow: hidden;
	clear: both;
	margin: 20px 0 20px 0;	
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px dotted #d1d1d1;
}
.list-notes .side-L {
	margin: 0;	
	padding: 0;
	border: 0px solid #F00;
}
.list-notes .side-R {
	margin: 0;	
	padding: 0;
	border: 0px solid #F00;
}
.list-notes .title {
	margin: 0;	
	padding: 10px 5px;
	text-align: left;
	font-weight: 100;
	/*background-color: #f7f7f7;*/
  	border: 0px solid #F00;
}
.list-notes .text {
	margin: 0;	
	padding: 10px 0 10px 10px;
	font-weight: 100;
  	border: 0px solid #F00;
}
.list-notes .text span {
	font-weight: 700;
}


.list-notes ul {
	margin: 0;	
	padding: 0;
  padding-left: 0;
  list-style: none;
  	border: 0px solid #F00;
}
.list-notes ul li {
	overflow: hidden;
	padding: 0px 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #4C4C4C;
	font-weight: 700;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #e2e2e2;
}
.list-notes ul li:last-child {
  border-bottom: none;
}

@media (min-width: 768px) {
	.list-notes ul li {
		font-size: 16px;
	}
}




/* list-item & list-item-bg ***************************************************************/
/* list-item ------*/
.list-item {
	overflow: hidden;
	position: relative;
	clear: both;
	margin: 0;	
	padding: 20px 0;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px dotted #d1d1d1;
}
.list-item .side-L {	
	padding: 0 0 0 5px;
	text-align: left;
	border: 0px solid #F0F;
}
.list-item .side-R {
	padding: 0 5px 0 0;
	text-align: right;
	border: 0px solid #F0F;
}
.list-item:last-child, .list-item.no-borderB {
  border-bottom: none;
}

.list-item .subject {
	margin:0 0 0 0;	
	padding: 0 0px 0 0;
		border: 0px solid #F0F;
}
.list-item .subject p {
	margin: 0 0 0 0;	
	padding: 0; 
		border: 0px solid #F0F;

}


.list-item .title {
	margin:0 0 0 0;	
	padding: 0 0px 0 0;
}
.list-item .title p {
	display: inline;
	margin: 0 0 0 0;	
	padding: 2px 30px 2px 30px; 
	font-size: 22px;
	line-height: 1.8;
	font-weight: 700;
	text-align: center;
  	border: 1px solid #e2e2e2;
	border-radius: 20px;
}
.list-item .title p span {
	padding-left: 5px;
	font-size: 15px;
	font-weight: 500;
}

	.list-item .no-frame p.division-clinicRoom-text {
		padding-left: 31px;
		font-size: 17px;
	}

.list-item > a > div > ul > li > .title > p {
  background-color: #D9EF7D;
}
.list-item > a:hover > div > ul > li > .title > p,
.list-item > a:focus > div > ul > li > .title > p {
  color: #FFFFFF;
  background-color: #FF7F7D;
}

.list-item .text {
	margin: 0;	
	padding: 0;
	text-align: center;
}
.list-item .text p {
	margin: 0;	
	padding: 0;
	font-size: 22px;
	line-height: 1.8;
	font-weight: 700;
	text-align: center;
}
.list-item .text span {
	padding: 0 5px;
	font-size: 15px;
	font-weight: 500;
}

.list-item ul {
	margin: 0;	
	padding: 0;
	padding-left: 0;
	list-style: none;
  	border: 0px solid #F0F;
}
.list-item ul li {
	overflow: hidden;
	padding: 0px 0;
	color: #333333;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
	text-align: left;
}
.list-item ul.item-text li {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
}
.list-item i { 
	font-size: 40px;
}
.list-item i.notification{
    font-size: 25px;
}

/* list-item-layout ( use table for layout ）------*/
.list-item-layout {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.list-item-layout tr {
  border-bottom: 1px dotted #d1d1d1;
}
.list-item-layout th {
  padding: 20px 0 20px 10px;
  text-align: left;
  vertical-align: middle;
  font-weight: 500;
}
.list-item-layout td {
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
	 border: 0px solid #F0F;
}
.list-item-layout td.text-right {
  padding: 10px 10px 10px 0px;
  text-align: right;
}
.list-item-layout th p,
.list-item-layout td p {
  margin: 0;	
  padding: 0;
}
.list-item-layout {
  border-spacing: 0;
  border-collapse: collapse;
}
.list-item-layout ul {
  margin: 0;	
  padding: 0;
  list-style: none;
  text-align: left;
}
.list-item-layout ul li {
  margin: 0;	
  padding: 0;
}
.list-item-layout td .warning {
  color: #FF7F7D;
  font-weight: 700;
}
.list-item-layout td i {
  font-size: 40px;
}
.list-item-layout td .btn-default span {
  display: inline;
}

.list-item-layout td p.sequence {
	text-align: right;
}
.list-item-layout td p.sequence span {
  display: inline;
}
.list-item-layout td img.picture {
  width:100px;
  height: auto;
}
.list-item-layout td i.fa-pencil {
	font-size: 20px;
	padding-left: 8px;
}

@media (max-width: 767px) {
	.list-item .title p { padding: 2px 8px 2px 8px; font-size: 16px; line-height: 1.8; font-weight: 700;}
	.list-item .title p span { padding-left: 2px; font-size: 12px; }

	.list-item .no-frame p.division-clinicRoom-text {
		padding-left: 9px;
		font-size: 14px;
	}

	.list-item .text p { font-size: 16px; font-weight: 700; }
	.list-item .text span {padding: 0 1px; font-size: 12px; }
	.list-item ul li { font-size: 16px; }
	.list-item i { font-size: 35px;}	
	.list-item ul.item-text li {font-size: 16px; line-height: 1.6; }
	
	.list-item-layout td .btn-default {
	  padding: 5px;
	  font-size: 16px;
	  line-height: 1.2;
	}
	.list-item-layout td .btn-default span {
	  display: block;
	}
	.list-item-layout td i {
	  font-size: 35px;
	}
	
	.list-item-layout td p.sequence {
	  text-align: center;
	}
	.list-item-layout td p.sequence span {
	  display: block;
	}
	.list-item-layout td img.picture {
	  width:60px;
	}

	
}


/* list-article *************************************************************************************/
.list-article {
  margin: 0;
  padding: 0;
    border: 0px solid #F0F;
}
.list-article > li {
  list-style-type: none;
}
.list-article > li > p {
  font-family:"新細明體",Arial, Helvetica, sans-serif;
}

.list-article > li > a {
  overflow: hidden;
  display: block;
  margin: 0 0 15px 0;
  padding: 0 55px 0 10px;
  text-decoration:none;  
  color: #333333;
  background: url("../images/icon/news_off_gray.png") no-repeat center right transparent; 
  background-size: 40px auto; 
  border-bottom: 1px dotted #d1d1d1;
}
.list-article > li > a:hover,
.list-article > li > a:focus {
  color: #FF7F7D;
  background-image: url("../images/icon/news_on.png");
}

.list-article > li > a > h3 {
  margin: 5px 0 20px 0;
}
.list-article > li > a > h5 {
  color: #b6b6b6;
}

.list-article > li > a:hover > h5,
.list-article > li > a:focus > h5 {
  color: #FF7F7D;
}

@media screen and (max-width: 767px) {
	.list-article > li > a {
	  padding: 0 45px 0 10px;
	  background-size: 30px auto; 
	}
}

@media screen and (min-width: 992px) {
	.list-article > li > a > h3 {
	  font-size: 18px;
	}
}

@media screen and (min-width: 1200px) {
	.list-article > li > a > h3 {
	  font-size: 20px;
	}
}



/* list-article-detail *************************************************************************************/
.list-article-detail {
  margin: 0;
  padding:0;
  border: 0px solid #F0F;  
}
.list-article-detail > p {
  font-family:"新細明體",Arial, Helvetica, sans-serif;
}

.information {
  overflow: hidden;
  margin:0 0 30px 0;
  padding: 5px 0;
  border-top: 1px solid #d1d1d1; 
  border-bottom: 1px solid #d1d1d1;  
}
.information .author {
  float: left;
}
.information .publish-date {
  float: right;
}
.information .h6 {
	margin: 0;
  	padding: 0;	
}

/* list-article-detail *************************************************************************************/
/* list-header ------*/
.list-header {
	margin: 0;	
	padding: 10px 0;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 700;
	background-color: #A6D107;
}
.title.text-left {
	text-align: left;
}
.title.text-center{
	text-align: center;
}
.title.text-right {
	text-align: right;
}
.text.text-left {
	text-align: left;
}
.text.text-center{
	text-align: center;
}
.text.text-right {
	text-align: right;
}



/* 設定到號提醒 set-remind ***************************************************************/
.set-remind-caption {
	margin: 30px 0 5px 0;	
	padding: 0px;
	font-size: 22px;
	line-height: 1.42857143;
	color: #4C4C4C;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}
.set-remind {
	margin: 0 auto 5px auto;	
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #f7f7f7;
	border: 1px solid #e2e2e2;
}
.set-remind p {
	display: inline-block;
	margin: 0 auto;	
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #4C4C4C;
	font-weight: 700;
	text-align: left;
	vertical-align: middle;

}
.set-remind input {
	width: 45px;
	margin: 0 5px;	
	padding: 0px 5px;
	font-size: 18px;
	color: #FF7F7D;
	font-weight: 700;
	border: 1px solid #e2e2e2;
}

.set-remind .btn {	
	padding: 3px 5px;
	font-size: 18px;
}



/* list-social-icons *************************************************************************************/
.list-social-icons {
  margin: 0;
  padding: 0;
  overflow: hidden;
    border: 0px solid #F0F;
}
.list-social-icons > li {
  list-style-type: none;
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
}
.list-social-icons > li > a {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  margin: 0;
  padding: 0;
}



/* 常見問題 panel-group ***************************************************************/
.panel {
  border-radius: 0px;
}
.panel-body {
  padding: 10px 15px 10px 15px;
}
.panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.panel-footer {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}

.panel-title p,
.panel-body p {
  margin: 0;
  padding: 5px 0;
  line-height: 1.5;
}


/* 關於我們 ***************************************************************/
/* 門診時間 -------*/  
.openTime {
  overflow: hidden;
		border: 0px solid #F0F;  
}
.openTime > div > p {
  margin: 0 0 10px 0;
}
.openTime > div > p > span.h6 {
  margin: 0 0 0 3px;
  font-weight: 100;
}



/* 醫療團隊 -------*/  
.info {
  margin: 0;
  padding: 0 0 20px 0;
	border: 0px solid #F0F;  
}

.info > .photograph {
	margin: 0 0 20px 0;
	border: 0px solid #F0F;  
}
.info > .photograph > .row  {
  margin: 0 -15px 0 -15px;
}
.info > .appellation {
  padding: 10px 0 0 0;
  text-align: center;
		border: 0px solid #F0F;  
}

.info > .appellation > .row > h2 {margin: 0; padding: 0px 0 5px 0; }

.info > .appellation > .row > .iconBtn a i,
.info > .appellation > .row > .iconBtn-box i {	
	font-size: 60px;
}
.info > .appellation > .row > .iconBtn span,
.info > .appellation > .row > .iconBtn-box span {	
	font-size: 12px;
}

@media (max-width: 767px) {
	.info {
	  padding: 0 0 20px 0;
	}
	.info > .photograph {
	  float: left;
	  margin: 0 0px 0px 0;
	}
	.info > .photograph > .row  {
	  margin: 0 -15px 0 -15px;
	}
	.info > .appellation {
	  float: left; 
	  padding: 5px 0 0 0px;
	}
	.info > .appellation > .row > .iconBtn-box {	
	  margin: 8px 0 0 0;
	  padding: 0;
	}
}


/* 經歷 -------*/  
.experience {
	padding: 10px 0 0 0px;
		border: 0px solid #F0F;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
}
legend {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #A6D107;
} 
legend > h4 {
  position: absolute;
  left: 0;
  top: -10px;
  display: inline;
  margin: 0;
  padding: 2px 6px 0px 0px;
  font-size: 18px;
  line-height: 1;
  color: #A6D107;
  text-align: left;
  letter-spacing: 1px;
  background-color: #fff;
}
fieldset > ul {
  margin: 0;
  padding: 20px 15px;
  		border: 0px solid #F0F;
}   
fieldset > ul > li  {
  margin: 0;
  padding: 0;
}  




/* 聯絡我們 -------*/  
.contact {
	padding:0;
		border: 0px solid #F0F;
}
.contact .map {
	height: 300px;
	}	
.contact h3 {
	margin: 0; 
	padding: 10px 0 20px 0;
	}
.contact-information p {
	margin: 0 0 10px 0;
	}

.contact-form {
	margin: 20px 0 10px 0; 
}
.contact-form h3 {
	margin: 10px 0 20px 0; 
	}

@media (max-width: 767px) {
	.contact .map {
		height: 150px;
		}
	.contact h3 {
		margin: 0; 
		padding: 30px 0 10px 0;
		}
	.contact-form h3 small {
		display: block;
		margin: 5px 0 0 0; 
		}
}
@media (min-width: 768px) {
	.contact .map {
		height: 350px;
		}
}
@media (min-width: 992px) {
	.contact .map {
		height: 300px;
		}
}
@media (min-width: 1200px) {
	.contact .map {
		height: 300px;
		}
}



/* 產檢計畫 / 妊娠日記 ***************************************************************/
.pregnancy_check {
	margin: 0 0 0px 0; 
	background: url("../images/bg/pregnancy_check.jpg") no-repeat top right transparent; 
	background-size: contain;
	}
.pregnancy_diary {
	margin: 0 0 10px 0;   
	background-size: contain;
	}

.pregnancy_check h4, pregnancy_diary h4 {
	margin: 0; 
	padding: 5px 0 0px 0;
	}



/* measure 量測 -------*/  
.measure {
	overflow: hidden;
	margin: 0 0 10px 0;
	}
.measure-item {
	float:left;
	padding: 56px 0 0 0;
	font-size:16px;
	color: #A6D107;
	font-weight: 700;
	text-align: center;
	background-image:url(../images/icon/measure.png);
	background-size:60px auto;
	background-repeat: no-repeat;
	background-position: center 0px;
	}
.measure-item-single {
	float: none;
	}
.measure-digital {
	float: right;
	margin-top: 10px;
	font-size: 35px;
	color: #FF7F7D;
	font-weight: 500;
	text-align: center;
	/*text-align: right;*/
	}

.measure-item.uterineContraction { background-position: center 0px;}
.measure-item.fetalMovement { background-position: center -120px;}
.measure-item.bloodPressure { background-position: center -240px;}
.measure-item.bloodSugar { background-position: center -360px;}
.measure-item.bodyTemperature { background-position: center -480px;}



/* notes -------*/  
.notes {
	margin: 0;
	padding:0;
		border: 0px solid #F0F;
}
.notes h5 {
	margin: 0 0 8px 0;
	padding:0;
}
.notes h5 a {
	padding: 0 9px 0 0 ; 
}
.notes h3 {
	margin: 0;
	padding: 5px 5px 8px 5px;
	background-color: #f7f7f7;
  	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.notes h3 i{
	margin: 0 0 0 10px;
}
.notes h3.no-border-B {
	border-bottom: none;
}
.notes h3 p {
	display: inline;
	float: right;
	margin: 0 0 0 0;	
	text-align: right;
	padding: 3px 5px 0 5px;
}
.notes-content{
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
	.notes-content{
		padding: 15px 0 20px 0;
	}
}





/* upload 上傳檔案 *****************************************************/
/* upload -------*/  
.upload {
	padding: 15px 0 30px 0;
	border: 0px solid #F0F;
}
.upload p {
	margin: 0 10px 10px 0;
}
.upload p i {
	padding:  0 5px 0 0;
}
.upload p span.gap {
	padding:  0 5px 0 15px;
}
.upload .basket {
	margin: 0;
	padding:  0 5px 0 0;
	vertical-align: middle;
}
.upload .basket input {
	width: 100%;
	display: inline-block;
	margin: 0 0px 0 0;
	padding: 6px 5px 7px 5px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #e2e2e2;
	border-radius: 0px;
}
@media screen and (max-width: 768px) {
	.upload p {
		float: none;
		margin: 0 0 10px 0;
	}
}

/* upload 按鈕寫法一 ------*/
/* show-case */
.show-case {
	display: none;
	overflow: hidden;
	clear: both;
	padding: 0px 0 0 0;
			border: 0px solid #F0F;
}
.show-case.paddingT {
	padding: 10px 0 0 0;
}
.switch-case{
	display: none;
	overflow: hidden;
	clear: both;
	padding: 0;
			border: 0px solid #F0F;
}

/* file */
.file {
    position: relative;
    display: inline-block;
    background: #A6D107;
    border: 0px solid #A6D107;
    border-radius: 0px;
	margin: 0px;
    padding: 6px 15px 9px 15px;
    overflow: hidden;
    color: #fff;
	font-weight: 700;
	text-align: center;
    text-decoration: none;
    text-indent: 0;
	vertical-align: middle;
}
.file input {
    position: absolute;
    /*font-size: 100px;*/
    right: 0;
    top: 0;
    opacity: 0;
}
.file:hover {
    background: #FF7F7D;
    border-color: #FF7F7D;
    color: #fff;
    text-decoration: none;
}

/* upload 按鈕寫法二 ------*/
.a-upload {
	display: block;	
	margin: 0;
    padding: 0px 10px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}
.a-upload  input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}
.a-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}


/*網路掛號預約-------------------------------------------------------------------------------*/  
/* 網路掛號條件查詢 ------*/
.input-group .input-group-btn {
	position: relative;
	border: 0px solid #F0F; 
  }
.input-group .input-group-btn .btn {
	position: absolute;
	right: 0;
	top: 0;    
  }
   
.input-group .input-group-btn .btn {
  display: inline-block;
  padding: 7px 16px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; 
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif;  
  color: #fff;
  background-color: #A6D107;
  border-color: #A6D107;   
}  
  
.input-group .input-group-btn .form-control {
  padding-top: 8px;
  font-size: 18px;
  }   
.input-group-btn .dropdown-menu {
  width: 100%; 
}
.input-group-btn .dropdown-menu > li > a {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 100;
}

/* inquire ------*/
.inquire {
    border: 0px solid #F0F;
	padding: 0;
}
.inquire .input-group  {
	float: none;
	margin-bottom: 20px;
	padding: 0;
}

@media screen and (min-width: 768px) {
  .inquire {
	  padding: 0 10px;
  }
  .inquire .input-group  {
	  float: left;
  }
  .inquire .input-group.average-L  {
	  margin-left: -10px;
  }
  
  .inquire .input-group.average-R  {
	  margin-left: 20px;
	  margin-right: -10px;
  }
}


/* 日記用日曆 *****************************************************************************************/
/****************************************************************************************************/
/****************************************************************************************************/


/*日曆 month--------------------------------------------------------------------*/
.month {
	width: 100%;
	padding: 0px 0 10px 0;
	}
	
.month table {
	width: 100%;
	margin: 0;
	}
.month table td {
	text-align: center;
	vertical-align: middle;
	font-size: 1.8em;
	line-height: 60px;
	color: #A6D107;
	font-weight: 700;
	}	

.month table td.monthTitle {
	background-color: #EDF6CD;
	}

.month table td a.monthL,
.month table td a.monthR {
	display: block;
	padding: 0 20px;
	height: 60px;
	color: #A6D107;
	background-color: #EDF6CD;
	border-radius: 0;
	}
.month table td a.monthL:hover,
.month table td a.monthR:hover {
	color: #FFFFFF;
	background-color: #A6D107;
	}
.month table td a.monthL {
	border-radius: 0;
	}	
.month table td a.monthR {
	border-radius: 0;
	}	
	

/*日曆 calendar--------------------------------------------------------------------*/
.calendar {
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	}
	
.calendar table {
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #ccde8e;
	border: 1px solid #ccde8e;
	background-color: #ccde8e;
	}
.calendar table th {
	padding: 10px 0px 10px 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
	font-weight: 700;
	color: #86b171;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #ccde8e;
	}
.calendar table th p {
	text-align: center;
	}
.calendar table th span {
	display: inline;
	}
.calendar table th span.cn {
	padding: 0 0 0 5px;
	}
.calendar table td.holiday {
	font-size: 1em;
	font-weight: 100;
	color: #CECECE;
	background-color: #FFFFFF;
	}	
.calendar table td {
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #ccde8e;
	}	
.calendar table td a,
.calendar table td.today a {
	padding: 10px;
	display: block;
	text-decoration:none;
	font-size: 2em;
	color: #2D2D2D;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 2px solid transparent;
	}
.calendar table td a:hover,
.calendar table td.today a:hover {
	border: 2px solid #A6D107;
	}

/*today */	
.calendar table td.today a {
	border: 2px solid #A6D107;
	}	

/*timetable*/	
.calendar table td a p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
.times {
  float: left;
  background-color: transparent;
  background-image: none;
  	border:  0px solid #F00;
}
.times:focus {
  outline: 0;
}
.times .bar {
  display: block;
  width: 15px;
  height: 5px;
  border-radius: 3px;
}
.times .bar + .bar {
  margin-top: 5px;
}

.times .dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 3px;
}
.times .dot + .dot {
  margin-top: 2px;
}

.times .am { background-color: #2295E3; margin-top: 6px; }
.times .pm { background-color: #FFA200; }
.times .nt { background-color: #50A85C; }

/*rest*/
.calendar table td.rest a {
	color: #EDF6CD;
	}
.calendar table td.rest a:hover {
	border: 2px solid transparent;
	cursor: default;
	}	
.calendar table td.rest .times .am, .calendar table td .times .am.rest { background-color: #d3eaf9; }
.calendar table td.rest .times .pm, .calendar table td .times .pm.rest { background-color: #ffeccc; }
.calendar table td.rest .times .nt, .calendar table td .times .nt.rest { background-color: #dceede; }	


/* 好孕日曆 ************************/
.calendar table td.good a { background-color: #ffd5d4; }
.calendar table td.egg a { background-color: #FF7F7D; }
.calendar table td.mc a { background-color: #D9EF7D; }

/* 好孕日曆顏色說明*/
.color-explain { margin: 10px 0; }
.color-explain p { display: inline-block; margin-right: 20px; padding: 0;}
.color-explain p span { padding-right: 10px; }

.color-explain p span.safe,
.color-explain p span.good,
.color-explain p span.egg,
.color-explain p span.mc { display: inline-block; width: 15px; height: 15px; margin-right: 5px; padding: 0; border: 1px solid #3b3b3b; }

.color-explain p span.safe { background-color: #FFFFFF; }

.calendar table td.good a,
.color-explain p span.good { 
	background-color: #ffdee3;
	}
.calendar table td.egg a,
.color-explain p span.egg { 
	background-color: #FF7F7D;
	}
.calendar table td.mc a,
.color-explain p span.mc { 
	background-color: #ffe589;
	}

	
	
@media (max-width: 479px) {
	.calendar table th { font-size: 0.8em; } 
	.calendar table td.holiday { font-size: 0.5em; } 
	.month table td { font-size: 1.1em; line-height: 50px; }	
	.calendar table th span { display: block; }
	.calendar table th span.cn { padding: 0 0 0 0px;}
	.month table td a.monthL { padding: 0 0 0 0px; width:40px; height: 50px; }
	.month table td a.monthR { padding: 0 0px 0 0; width:40px; height: 50px; }
	
	.calendar table td a p { margin: 5px 0 0 0; text-align: center;}
	.calendar table td a p.date { clear: both; padding-top: 5px;}
	.calendar table td a, .calendar table td.today a { padding: 5px 2px 5px 2px; font-size: 1em; }
	
	.times .bar { margin: 0 auto;}
	.times .bar + .bar { margin-top: 3px;}
	.times .am { margin-top: 0px;}
	
	.color-explain p { margin-right: 3px;}
	
	.color-explain p span.safe,
	.color-explain p span.good,
	.color-explain p span.egg,
	.color-explain p span.mc { width: 10px; height: 10px; margin-right: 2px;  }
}

@media (min-width: 480px) and (max-width: 767px) {
	.calendar table th { font-size: 0.8em; } 
	.month table td { font-size: 1.5em; line-height: 50px; }
	.calendar table th span { display: block; }
	.calendar table th span.cn { padding: 0 0 0 0px;}
	.month table td a.monthL { padding: 0 5px 0 10px; height: 50px; }
	.month table td a.monthR { padding: 0 10px 0 5px; height: 50px; }
	
	.calendar table td a, .calendar table td.today a { padding: 10px 5px 10px 5px; font-size: 1em; }
	.times .bar + .bar { margin-top: 3px;}
	.times .am { margin-top: 0px;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.month table td { font-size: 1.5em; }
	.calendar table th span { display: block; }
	.calendar table th span.cn { padding: 0 0 0 0px;}
	.month table td a.monthL { padding: 0 5px 0 10px; }
	.month table td a.monthR { padding: 0 10px 0 5px; }
	
	.calendar table td a, .calendar table td.today a { padding: 10px 5px 10px 5px; font-size: 1.5em; }
	.times .am { margin-top: 2px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.calendar table td a, .calendar table td.today a { padding: 10px 8px 10px 8px; }
}

@media (min-width: 1200px) {
	.calendar table td a, .calendar table td.today a { padding: 10px 15px 10px 15px; }
}




/* 日記日曆 calendar-diary --------------------------------------------------------------------*/
.calendar-diary {
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	}
	
.calendar-diary table {
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #ccde8e;
	border: 1px solid #ccde8e;
	background-color: #ccde8e;
	}
.calendar-diary table th {
	padding: 10px 0px 10px 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
	font-weight: 700;
	color: #86b171;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #ccde8e;
	}
.calendar-diary table th span {
	display: inline;
	}
.calendar-diary table th span.cn {
	padding: 0 0 0 5px;
	}

.calendar-diary table td {
	width: 14.2857142857%;
	padding: 0;
	vertical-align: top;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #ccde8e;
	}

.calendar-diary table td a p {
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
	line-height: 1;
		border: 0px solid #F0F;
	}

.calendar-diary table td a,
.calendar-diary table td.active a {
	display:block;
	padding: 10px 0 10px 0;
	text-decoration:none;
	color: #2D2D2D;
	font-weight: bold;
	border: 0px solid transparent;	
	}


.calendar-diary table td.active {
	border: 1px solid #A6D107;
	background-color: #F2F7E3;
	border-bottom-color: transparent;
	}
.calendar-diary table td.can:hover,
.calendar-diary table td.active:hover {
	border: 1px solid #A6D107;
	cursor: pointer;
	background-color: #F2F7E3;
	}

.calendar-diary table td.diary-content {
	padding: 10px 0px 10px 0px;
	background-color: #F2F7E3;
	}
.calendar-diary table td.diary-content div.diary-point {
	width: 80%;
	margin: 20px auto 0 auto;
	padding: 0;
		border: 0px solid #F0F;
	}
.calendar-diary table td.diary-content div.diary-point p {
	width: auto;
	margin: 0;
	padding: 0 0 10px 30px;
	line-height: 1.5;
	text-indent: -13px;
		border: 0px solid #F0F;
	}
.calendar-diary table td.diary-content div.diary-point p i {
	margin: 0 13px 0 0;
	}

.calendar-diary table td.diary-content div.iconBtn-box a {
	display: inline-block;
	padding: 0;
	color: #A6D107;
	}
.calendar-diary table td.diary-content div.iconBtn-box a:hover,
.calendar-diary table td.diary-content div.iconBtn-box a:focus  {
	color: #FF7F7D;
	}


/* 妊娠日記圖示說明-----------------------------*/	
.calendar-diary table td a p i.fa { 
	margin: 0 2px 0 2px;
		border: 0px solid #F0F;
	}

.calendar-diary-icon-explain p { 
	float: left; 
	margin: 0 30px 10px 0;
	}
.calendar-diary-icon-explain p i.fa { 
	margin-right: 5px; 
	}

.calendar-diary table td i.fa-calendar-check-o,
.calendar-diary-icon-explain p i.fa-calendar-check-o { color: #2295E3; }

.calendar-diary table td i.fa-heart,
.calendar-diary-icon-explain p i.fa-heart { color: #ffbcba; }

.calendar-diary table td i.fa-exclamation-triangle,
.calendar-diary-icon-explain p i.fa-exclamation-triangle { color: #FF7F7D; }

.calendar-diary table td i.fa-file-text,
.calendar-diary-icon-explain p i.fa-file-text { color: #FFA200; }


@media (max-width: 479px) {
	.calendar-diary table th { font-size: 0.8em; } 	
	.calendar-diary table th span { display: block; }
	.calendar-diary table th span.cn { padding: 0 0 0 0px;}

	.calendar-diary table td a p i.fa { margin: 0 1px 0 1px;}
	.calendar-diary-icon-explain p { margin: 0 18px 5px 0;}
	.calendar-diary-icon-explain p i.fa { margin-right: 3px; }
	
	.calendar-diary table td.diary-content div.diary-point { width: 90%; margin: 5px auto 0 auto;}
}

@media (min-width: 480px) and (max-width: 767px) {
	.calendar-diary table th { font-size: 0.8em; } 
	.calendar-diary table th span { display: block; }
	.calendar-diary table th span.cn { padding: 0 0 0 0px;}
	
	.calendar-diary table td.diary-content div.diary-point { width: 90%; margin: 10px auto 0 auto;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.calendar-diary table th span { display: block; }
	.calendar-diary table th span.cn { padding: 0 0 0 0px;}
}




/* 預約用日曆 *****************************************************************************************/
/****************************************************************************************************/
/****************************************************************************************************/

/* month-reservation ************************************************************************/
.month-reservation {
	width: 100%;
	padding: 0px 0 10px 0;
	}
	
.month-reservation table {
	width: 100%;
	margin: 0;
	}
.month-reservation table td {
	text-align: center;
	vertical-align: middle;
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	background-color: #EDF6CD;
	}	

.month-reservation table td.monthTitle {
	border: 0px solid #EDF6CD;
	}
.month-reservation table td.monthTitle p {
	display:inline;
	margin: 0;
	padding: 0 10px;
	font-size: 18px;
	font-weight: 500;
	}
.month-reservation table td.monthTitle p.title {
	display:inline;
	margin: 0;
	padding: 0 10px;
	font-size: 25px;
	font-weight: 700;
	}
.month-reservation table td.monthTitle p span.digital {
	padding: 0 5px 0 0;
	font-size: 25px;
	font-weight: 700;
	}
.month-reservation table td.monthTitle a {
	display: block;
	color: #2D2D2D;
	padding: 5px 0;
	text-decoration: none;
	background-color: #EDF6CD;
	border-radius: 0;
	-webkit-tap-highlight-color:rgba(128,128,128,0.5);	
	-webkit-user-select: none;
	}

.month-reservation table td.monthTitle a:hover {
	color: #FFFFFF;
	background-color: #A6D107;
	}


.month-reservation table td a.monthL,
.month-reservation table td a.monthR {
	display: block;
	padding: 8px 20px;
	font-size: 25px;	
	color: #A6D107;
	font-weight: 700;
	text-decoration: none;
	background-color: #EDF6CD;
	border-radius: 0;
	}
.month-reservation table td a.monthL:hover,
.month-reservation table td a.monthR:hover {
	color: #FFFFFF;
	background-color: #A6D107;
	}
.month-reservation table td a.monthL {
	border-radius: 0;
	}	
.month-reservation table td a.monthR {
	border-radius: 0;
	}	
	
/* calendar-reservation-s ************************************************************************/
	
.calendar-reservation-s {
	clear: both;
	margin: 0 auto 20px auto;
	text-align: center;
	background-color: #FFFFFF;
	}
	
.calendar-reservation-s table {
	margin: 0 auto;
	border-collapse: collapse;
	white-space: nowrap;
	}
.calendar-reservation-s table th {
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	vertical-align: middle;
		border: 0px solid #F0F;
	}
.calendar-reservation-s table th div {
	float: left;
	margin: 0;
	padding: 0;
	width: 40px;
	text-align: center;
	}
.calendar-reservation-s table th div p {
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
	}
.calendar-reservation-s table th p.week_cn {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #7f7f7f;
	}
.calendar-reservation-s table th p.week_eg{
	font-size: 10px;
	line-height: 10px;
	font-weight: 500;
	color: #7f7f7f;
	}
	
.calendar-reservation-s table td {
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	color: #2D2D2D;
	}
.calendar-reservation-s table td div {
	float: left;
	width: 40px;
	padding: 10px 0;
	}
.calendar-reservation-s table td div p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
.calendar-reservation-s table td div span.holiday {
	color: #CECECE;
	}

.calendar-reservation-s table td a {display: block; height: 40px; text-decoration: none; border: 1px solid #FFF;}/* 未連結 */  	
.calendar-reservation-s table td a:link {color: #2D2D2D;}/* 未連結 */  
.calendar-reservation-s table td a:visited {color: #2D2D2D;}/* 已連結過 */  
.calendar-reservation-s table td a:hover {color: #DD0000; border: 1px solid #DD0000;} /* 滑鼠移至連結 */
.calendar-reservation-s table td a:active {color: #DD0000;} /* 選擇的連結 */	

/* calendar-reservation ************************************************************************/	
.calendar-reservation {
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	}
	
.calendar-reservation table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	white-space: nowrap;
	border-bottom: 1px solid #EDF6CD;
	border: 1px solid #EDF6CD;
	background-color: #EDF6CD;
	}
.calendar-reservation table th {
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 100;
	color: #a3cd07; /*顏色*/
	color: #7f7f7f; /*黑白*/	
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #EDF6CD;
	}
.calendar-reservation table th.department {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	background-color: #bbcb82;
	border: 1px solid #EDF6CD;
	}
.calendar-reservation table th.week {
	font-size: 20px;
	font-weight: 700;
	}
.calendar-reservation table th.week a {
	display: block;	
	padding: 7px 0;
	color: #A6D107;
	font-size: 22px;
	font-weight: 700;
	background-color: #EDF6CD;
	border-radius: 0;
	}
.calendar-reservation table th.week a:hover {
	color: #FFFFFF;
	background-color: #A6D107;
	}		
.calendar-reservation table th p {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
.calendar-reservation table th p.date {
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	}
.calendar-reservation table th p.date span{
	font-size: 22px;
	}
.calendar-reservation table th p.week_cn {
	width: 100%;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	}
.calendar-reservation table th p.week_eg {
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	}

	
.calendar-reservation table td {
	margin: 0 auto;
	padding: 10px 0px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #EDF6CD;
	font-size: 15px;
	}
.calendar-reservation table td.time{
    vertical-align: middle;
}
/*  td top------*/
.calendar-reservation table td.vaTop { vertical-align: top;}

.calendar-reservation table td p {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 2px 0;
	text-align: center;
	-webkit-writing-mode: horizontal-tb;
	writing-mode: lr-tb;
	color: #282828;
		border: 0px solid #F0F;
	}
.calendar-reservation table td p.room_1 {
	padding-bottom: 5px;
	}
.calendar-reservation table td.holiday {
	background-color:#F7F7F7;
	}
.calendar-reservation table td p.day {
	margin: 0 auto;
	padding: 0 0 5px 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	color: #9F3A83;
	}

.calendar-reservation table td.holiday p {
	color: #a8a8a8;
	}	
	
.calendar-reservation table td.time {
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	background-color: #a3cd07;
	width: 15%;
	}	
.calendar-reservation table td.time p {
	width: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	-webkit-writing-mode: horizontal-tb;
	writing-mode: lr-tb;
	}
.calendar-reservation table td.time p.timeSession {
	display: block;
	padding: 0 0 1px 0;
	font-size: 20px;
	line-height: 15px;
	color: #FFFFFF;
	font-weight: 700;
	}
.calendar-reservation table td.time p.timeDigital {
	padding: 0;
	}
.calendar-reservation table td.time p span {
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: 700;
	}
.calendar-reservation table td.time p.timeDigital span {
	display: inline-block;
	}
.calendar-reservation table td.time p.timeDigital span.timeDashed {
	padding: 0 5px;
	}	
		
.calendar-reservation table td p span.circle {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
    margin-top: -5px;
	padding: 5px 5px 5px 5px;
	border-radius: 10px;
	font-size: 10px;
	line-height: 10px;
	}

.calendar-reservation table td p span.dt {
	padding: 0 3px 0 0;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	}
.calendar-reservation table td p span.closing {
	color: #8E8E8E;
	}
.calendar-reservation table td p span.filled {
	color: #cd856f;
	}

.calendar-reservation table td p span.full {
	color: #2D2D2D;
	background-color:#f9c38f;
	}
.calendar-reservation table td p span.rest {
	color: #2D2D2D;
	background-color:#e4e4e4;
	}
.calendar-reservation table td p span.female {
	color: #2D2D2D;
	background-color:#ffd8d8;
	}

/* link color------*/
.calendar-reservation table a {text-decoration: none; color: #428bca;}
.calendar-reservation table a:link {color: #428bca;}/* 未連結 */  
.calendar-reservation table a:visited {color: #428bca;}/* 已連結過 */  
.calendar-reservation table a:hover {color: #FF7F7D;} /* 滑鼠移至連結 */
.calendar-reservation table a:active {color: #FF7F7D;} /* 選擇的連結 */

/* 預約按鈕------*/
.calendar-reservation table a.reservation-make {
  padding: 5px 10px;
  text-decoration:none;
  font-weight: 700;
  color: #5B5B5B;
  border: 1px solid #A6D107;
  background-color: #D9EF7D;
  border-radius: 5px;
}
	.calendar-reservation table a.reservation-make:hover,
	.calendar-reservation table a.reservation-make:focus {
		color: #fff !important;
		background-color: #FF7F7D !important;
	}

@media (max-width: 767px) {	
	.month-reservation table td.monthTitle p {
		padding: 0 2px;
		font-size: 12px;
		}
	.month-reservation table td.monthTitle p.title {
		padding: 0 2px;
		font-size: 20px;
		}
	.month-reservation table td.monthTitle p span.digital {
		padding: 0 2px 0 0;
		font-size: 25px;
		}
	
	.calendar-reservation table th.week {
		color: #FFFFFF;
		font-size: 18px;
		font-weight: 700;
		background-color: #bbcb82;
		border: 1px solid #EDF6CD;
		}
	.calendar-reservation table th p.date {
		font-size: 15px;
		}
	.calendar-reservation table th p.date span{
		font-size: 20px;
		}
	.calendar-reservation table th p.week_cn {
		font-size: 16px;
		}
	.calendar-reservation table th p.week_eg {
		font-size: 11px;
		}
	.calendar-reservation table td {
		font-size: 14px;
		}


	.calendar-reservation table td p {
        width: 15px;
		line-height: 15px;
		text-align: center;
		-webkit-writing-mode: vertical-rl;    
		writing-mode: tb-rl;
		max-height: 200px;
        padding: 1px 0;
		}
	.calendar-reservation table td p span {
		padding: 2px 3px 5px 5px;
		}

	.calendar-reservation table td p span.dt {
		padding: 0 0 3px 0;
		}

	.calendar-reservation table td p.room_1 {
		padding-bottom: 15px;
		}

	.calendar-reservation table td.time p {
		width: 30px;
		}
	.calendar-reservation table td.time p.timeSession {
		padding: 0 0 5px 0;
		font-size: 15px;
		}
	.calendar-reservation table td.time p span {
		text-align: center;
		vertical-align: middle;
		font-size: 12px;
		line-height: 12px;
		}
	.calendar-reservation table td.time p.timeDigital span {
		display: block;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: lr-tb;
		}
	.calendar-reservation table td.time p.timeDigital span.timeDashed {
		display: block;
		padding: 0 0 0 10px;
		-webkit-writing-mode: vertical-rl;    
		writing-mode: tb-rl;
		max-height: 20px;
		}
	.calendar-reservation table td p span.circle {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		margin-top: 0px;
		padding: 3px 3px 3px 3px;
		border-radius: 6px;
		font-size: 10px;
		line-height: 10px;
		}
	.calendar-reservation table td p.day {
		display: inline;
		padding: 0 0 0px 0;
		font-size: 16px;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: lr-tb;
		}

	.calendar-reservation table a.reservation-make {
		padding: 5px 3px;
		}	
	.calendar-reservation table td p span.circle {
		margin-top: 0px;
		}
}


/*on duty -------------------------------------------------------*/
.duty {
	padding-top: 5px;
	overflow: hidden;
	}
.duty div {
	padding: 0;
    height: 70px !important;
	height: 70px;
	line-height: 70px;
	font-weight: 700;
	color: #86b171;
	text-align: center;
	vertical-align: middle;
	background-color: #EDF6CD;
	border-radius: 0;
	  	border:  0px solid #F0F;
	}
.duty .dutyL {
	border-radius: 0px 0 0 0px;
	}
.duty .dutyR {
	border-radius: 0 0px 0px 0;
	}	
.duty .duty-date,
.duty .duty-doctor {
	color: #FFFFFF;
	background-color: #A6D107;
	}	
.duty .duty-time{
	margin: 0;
	padding: 0;
	border:  0px solid #F0F;
	}
.duty .duty-date span,
.duty .duty-doctor span {
	display: inline-block;
	margin-left: 5px;
	}
.duty .duty-time span{
	display: block;
	margin: 0;
	padding: 0;
	}
.duty div p {
	display: inline-table;
	margin: 0;
	padding: 0;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
		border:  0px solid #F0F;
	}

/* 預約按鈕------*/
.duty div a.reservation-make {
  padding: 5px 10px;
  text-decoration:none;
  font-weight: 700;
  color: #5B5B5B;
  border: 1px solid #A6D107;
  background-color: #D9EF7D;
  border-radius: 5px;
}
.duty div a.reservation-make:hover,
.duty div a.reservation-make:focus {
  color: #fff;
  background-color: #FF7F7D;
}


@media screen and (max-width: 767px) {
	.duty .duty-date,
	.duty .duty-doctor,
	.duty .duty-time {
		margin: 0;
		padding: 0;
	}
	.duty .duty-date span,
	.duty .duty-doctor span,
	.duty .duty-time span {
		display: block;
		margin: 0;
		padding: 0;
	}
}

/* 圖表 chart -------------------------------------------------------*/
.morris-hover {
	position:absolute;
	z-index:1000;
	}
.morris-hover.morris-default-style {
	border-radius:10px;
	padding:6px;
	color:#666;
	background-color: #EDF6CD;
	border:solid 2px #e2e2e2;
	font-family:sans-serif;
	font-size:12px;
	text-align:center
	}
.morris-hover.morris-default-style .morris-hover-row-label {
	font-weight:bold;
	margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point {
	white-space:nowrap;
	margin:0.1em 0
	}

/* table 外框陰影  -------------------------------------------------------*/
.custab{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5% 0;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.5s;
    }
.custab:hover{
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
    }



/* magic-radio & magic-checkbox **************************************************************************************************/
@keyframes hover-color {
  from {
    border-color: #689D4D; }
  to {
    border-color: #A6D107; } }

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  		padding-left: 25px; /* the space of label and radio(checkbox) */
  cursor: pointer;
  vertical-align: middle; }
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .magic-radio + label:before,
  .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #689D4D; }
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #A6D107; }

.magic-radio:checked + label:before {
  border: 1px solid #A6D107; }

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: #A6D107;
  background: #A6D107; }

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }



/* switch **************************************************************************************************/
.switch.switch-default {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-default .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-default .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 2px;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    -webkit-transition-property: opacity background;
    transition-property: opacity background; }
  .switch.switch-default .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-default .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-default .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 1px;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out; }
  .switch.switch-default .switch-input:checked ~ .switch-handle {
    left: 18px; }
  .switch.switch-default.switch-lg {
    width: 48px;
    height: 28px; }
    .switch.switch-default.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-default.switch-lg .switch-handle {
      width: 24px;
      height: 24px; }
    .switch.switch-default.switch-lg .switch-input:checked ~ .switch-handle {
      left: 22px; }
  .switch.switch-default.switch-sm {
    width: 32px;
    height: 20px; }
    .switch.switch-default.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-default.switch-sm .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-default.switch-sm .switch-input:checked ~ .switch-handle {
      left: 14px; }
  .switch.switch-default.switch-xs {
    width: 24px;
    height: 16px; }
    .switch.switch-default.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-default.switch-xs .switch-handle {
      width: 12px;
      height: 12px; }
    .switch.switch-default.switch-xs .switch-input:checked ~ .switch-handle {
      left: 10px; }

.switch.switch-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-text .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-text .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 2px;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    -webkit-transition-property: opacity background;
    transition-property: opacity background; }
  .switch.switch-text .switch-label::before,
  .switch.switch-text .switch-label::after {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    -moz-transition: inherit;
    -o-transition: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
  .switch.switch-text .switch-label::before {
    right: 1px;
    color: #cfd8dc;
    content: attr(data-off); }
  .switch.switch-text .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0; }
  .switch.switch-text .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-text .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-text .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 1px;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out; }
  .switch.switch-text .switch-input:checked ~ .switch-handle {
    left: 26px; }
  .switch.switch-text.switch-lg {
    width: 56px;
    height: 28px; }
    .switch.switch-text.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-text.switch-lg .switch-handle {
      width: 24px;
      height: 24px; }
    .switch.switch-text.switch-lg .switch-input:checked ~ .switch-handle {
      left: 30px; }
  .switch.switch-text.switch-sm {
    width: 40px;
    height: 20px; }
    .switch.switch-text.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-text.switch-sm .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-text.switch-sm .switch-input:checked ~ .switch-handle {
      left: 22px; }
  .switch.switch-text.switch-xs {
    width: 32px;
    height: 16px; }
    .switch.switch-text.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-text.switch-xs .switch-handle {
      width: 12px;
      height: 12px; }
    .switch.switch-text.switch-xs .switch-input:checked ~ .switch-handle {
      left: 18px; }

.switch.switch-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-icon .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-icon .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 2px;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    -webkit-transition-property: opacity background;
    transition-property: opacity background; }
  .switch.switch-icon .switch-label::before,
  .switch.switch-icon .switch-label::after {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    -moz-transition: inherit;
    -o-transition: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
  .switch.switch-icon .switch-label::before {
    right: 1px;
    color: #cfd8dc;
    content: attr(data-off); }
  .switch.switch-icon .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0; }
  .switch.switch-icon .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-icon .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-icon .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 1px;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out; }
  .switch.switch-icon .switch-input:checked ~ .switch-handle {
    left: 26px; }
  .switch.switch-icon.switch-lg {
    width: 56px;
    height: 28px; }
    .switch.switch-icon.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-icon.switch-lg .switch-handle {
      width: 24px;
      height: 24px; }
    .switch.switch-icon.switch-lg .switch-input:checked ~ .switch-handle {
      left: 30px; }
  .switch.switch-icon.switch-sm {
    width: 40px;
    height: 20px; }
    .switch.switch-icon.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-icon.switch-sm .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-icon.switch-sm .switch-input:checked ~ .switch-handle {
      left: 22px; }
  .switch.switch-icon.switch-xs {
    width: 32px;
    height: 16px; }
    .switch.switch-icon.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-icon.switch-xs .switch-handle {
      width: 12px;
      height: 12px; }
    .switch.switch-icon.switch-xs .switch-input:checked ~ .switch-handle {
      left: 18px; }

.switch.switch-3d {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-3d .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-3d .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #eceff1;
    border: 1px solid #cfd8dc;
    border-radius: 2px;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    -webkit-transition-property: opacity background;
    transition-property: opacity background; }
  .switch.switch-3d .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-3d .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-3d .switch-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 1px;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
    border: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  .switch.switch-3d .switch-input:checked ~ .switch-handle {
    left: 16px; }
  .switch.switch-3d.switch-lg {
    width: 48px;
    height: 28px; }
    .switch.switch-3d.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-3d.switch-lg .switch-handle {
      width: 28px;
      height: 28px; }
    .switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
      left: 20px; }
  .switch.switch-3d.switch-sm {
    width: 32px;
    height: 20px; }
    .switch.switch-3d.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-3d.switch-sm .switch-handle {
      width: 20px;
      height: 20px; }
    .switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
      left: 12px; }
  .switch.switch-3d.switch-xs {
    width: 24px;
    height: 16px; }
    .switch.switch-3d.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-3d.switch-xs .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
      left: 8px; }

.switch-pill .switch-label, .switch.switch-3d .switch-label,
.switch-pill .switch-handle, .switch.switch-3d .switch-handle {
  border-radius: 50em !important; }

.switch-pill .switch-label::before, .switch.switch-3d .switch-label::before {
  right: 2px !important; }

.switch-pill .switch-label::after, .switch.switch-3d .switch-label::after {
  left: 2px !important; }

.switch-primary > .switch-input:checked ~ .switch-label {
  background: #A6D107 !important;
  border-color: #EDF6CD; }

.switch-primary > .switch-input:checked ~ .switch-handle {
  border-color: #EDF6CD; }

.switch-primary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #A6D107; }
  .switch-primary-outline > .switch-input:checked ~ .switch-label::after {
    color: #A6D107; }

.switch-primary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #A6D107; }

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #A6D107; }
  .switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #A6D107; }

.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #A6D107 !important;
  border-color: #A6D107; }

.switch-secondary > .switch-input:checked ~ .switch-label {
  background: #cfd8dc !important;
  border-color: #b2c0c6; }

.switch-secondary > .switch-input:checked ~ .switch-handle {
  border-color: #b2c0c6; }

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #cfd8dc; }
  .switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
    color: #cfd8dc; }

.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #cfd8dc; }

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #cfd8dc; }
  .switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #cfd8dc; }

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #cfd8dc !important;
  border-color: #cfd8dc; }

.switch-success > .switch-input:checked ~ .switch-label {
  background: #4dbd74 !important;
  border-color: #3a9d5d; }

.switch-success > .switch-input:checked ~ .switch-handle {
  border-color: #3a9d5d; }

.switch-success-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #4dbd74; }
  .switch-success-outline > .switch-input:checked ~ .switch-label::after {
    color: #4dbd74; }

.switch-success-outline > .switch-input:checked ~ .switch-handle {
  border-color: #4dbd74; }

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #4dbd74; }
  .switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #4dbd74; }

.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #4dbd74 !important;
  border-color: #4dbd74; }

.switch-info > .switch-input:checked ~ .switch-label {
  background: #63c2de !important;
  border-color: #39b2d5; }

.switch-info > .switch-input:checked ~ .switch-handle {
  border-color: #39b2d5; }

.switch-info-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #63c2de; }
  .switch-info-outline > .switch-input:checked ~ .switch-label::after {
    color: #63c2de; }

.switch-info-outline > .switch-input:checked ~ .switch-handle {
  border-color: #63c2de; }

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #63c2de; }
  .switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #63c2de; }

.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #63c2de !important;
  border-color: #63c2de; }

.switch-warning > .switch-input:checked ~ .switch-label {
  background: #f8cb00 !important;
  border-color: #c5a100; }

.switch-warning > .switch-input:checked ~ .switch-handle {
  border-color: #c5a100; }

.switch-warning-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f8cb00; }
  .switch-warning-outline > .switch-input:checked ~ .switch-label::after {
    color: #f8cb00; }

.switch-warning-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f8cb00; }

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f8cb00; }
  .switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #f8cb00; }

.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f8cb00 !important;
  border-color: #f8cb00; }

.switch-danger > .switch-input:checked ~ .switch-label {
  background: #f86c6b !important;
  border-color: #f63c3a; }

.switch-danger > .switch-input:checked ~ .switch-handle {
  border-color: #f63c3a; }

.switch-danger-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f86c6b; }
  .switch-danger-outline > .switch-input:checked ~ .switch-label::after {
    color: #f86c6b; }

.switch-danger-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f86c6b; }

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f86c6b; }
  .switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #f86c6b; }

.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f86c6b !important;
  border-color: #f86c6b; }



/* stars 評比星星 **************************************************************************************************/
.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.stars
{
    margin-top: 2px;
    font-size: 26px;
	line-height: 1;
    color: #A6D107;
}



/* input checkbox 複選變單選 **************************************************************************************************/
.btn span.glyphicon {    			
	opacity: 0.5;				
}
.btn.active span.glyphicon {				
	opacity: 1;				
}


/* 聲明書 **************************************************************************************************/
.statement {
	margin: 0;
	padding: 0px 0px 20px 0px;
		border: 0px solid #F0F;
	}
.statement dl {
	margin: 0;
	padding: 10px;
		border: 0px solid #F0F;
	}
.statement dt {
	padding: 0px 0 5px 30px;
	text-indent: -35px;
	}
.statement dd {
	margin: 0 0 20px 0px;
		border: 0px solid #F0F;
	}
.statement ul {
	margin: 10px 0 10px 25px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
		border: 0px solid #F00;
	}
.statement ol {
	margin: 10px 0 10px 25px;
	padding: 0;
	list-style-type: decimal;
	list-style-position: outside;
		border: 0px solid #F00;
	}
.statement ul li, .statement ol li {
	padding: 0px 0 10px 0;
	text-indent: 0px;
	}
	




/* 選擇 **************************************************************************************************/

/*  選擇科別 ------*/
ul.pick {
  margin: 40px auto 20px auto;
  padding: 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
	border: 0px solid #F0F;
}  
ul.pick > li {
  float: left;
  width: 50%;
  margin: 0 0 30px 0;
  padding: 0;
		border: 0px solid #F0F;
} 
ul.pick > li > a {
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  width: 350px;
  height: 64px;
  padding: 0;
  color: #A6D107;
  text-decoration: none;
  text-align: center;
  border: 1px solid #E5E5E5;  
} 
ul.pick > li > a:hover,
ul.pick > li > a:focus {
  color: #FF7F7D;
  border: 1px solid #8E8E8E; 
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

ul.pick > li > a > i.pick-icon {
  position: absolute;
  z-index:  9;
  top: 4px;
  left: 10px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  padding: 0px;
  font-size: 32px;
  color: #FFFFFF;
  border-radius: 27px;
  background-color: #A6D107;
	border: 0px solid #F0F;
}
ul.pick > li > a:hover > i.pick-icon,
ul.pick > li > a:focus > i.pick-icon {
  background-color: #FF7F7D;
	border: 0px solid #F0F;
}

ul.pick > li > a > img {
  position: absolute;
  z-index:  9;
  float: left;
  top: 0;
  left:0;
  width: auto;
  height: 100%;
	border: 0px solid #F0F;
}
ul.pick > li > a > div {
  position: absolute;
  z-index: 10;
  top: 18%;
  right: 10px;
	border: 0px solid #F0F;
}
ul.pick > li > a > div > p {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
  text-align:  right;
	border: 0px solid #F0F;
}
ul.pick > li > a > div > p > i {
  padding: 0 0 0 10px;
}
ul.pick > li > a > div > p > span{
  display: inline;
}

@media screen and (max-width: 767px) {
	ul.pick {
	  margin: 0px 0 10px 0;
	  padding: 0 10px;
	} 
	ul.pick li {
	  float: none;
	  width: 100%;
	  margin: 0 0px 20px 0;
	}
	ul.pick > li > a {
	  width: 250px;
	} 
	ul.pick > li > a > div {
	  top: 22%;
	  right: 5px;
		border: 0px solid #F0F;
	}
	ul.pick > li > a > div > p > i {
	  padding: 0 0 0 5px;
	}
}


@media screen and (min-width: 768px) and (max-width: 991px) {
	ul.pick > li > a {
	  width: 270px;
	} 
	ul.pick > li > a > div {
	  top: 20%;
	  right: 5px;
		border: 0px solid #F0F;
	}
	ul.pick > li > a > div > p > i {
	  padding: 0 0 0 5px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) { 
	ul.pick > li > a {
	  width: 320px;
	} 
}

@media screen and (min-width: 1200px) {
	ul.pick > li > a {
	  width: 350px;
	} 
}


/* Portrait 手機拿直*/
@media screen and (max-device-width: 480px) and (orientation:portrait) {

}

/* Landscape 手機拿橫 */
@media screen and (max-device-width: 480px) and (orientation: landscape) {
	ul.pick {
	  margin: 0px 0 10px 0;
	  padding: 0 10px;
	} 
	ul.pick li {
	  float: left;
	  width: 50%;
	  margin: 0 0 30px 0;
	  padding: 0;
	}
	ul.pick > li > a {
	  width: 250px;
	} 
	ul.pick > li > a > div {
	  top: 22%;
	  right: 5px;
		border: 0px solid #F0F;
	}
	ul.pick > li > a > div > p > i {
	  padding: 0 0 0 5px;
	}
}







/* .equal-box 內容均分排列(靠左和靠右) .equal-box-one 在 max-width: 992px 整合成一個 box ******************************************************************/
.equal-box,
.equal-box-one {
  overflow: hidden;
  padding: 0 0px;
		border: 0px solid #000;
}
.equal-box .box-L,
.equal-box-one .box-L {
  padding: 0 15px 20px 0;
		border: 0px solid #F00;
}
.equal-box .box-R,
.equal-box-one .box-R {
  padding: 0 0 20px 15px;
		border: 0px solid #F00;
}
.equal-box hr,
.equal-box-one hr {
  clear: both;
  margin: 10px 0 15px 0;
}

@media screen and (max-width: 768px) {
	.equal-box .box-L,
	.equal-box-one .box-L {
	  padding: 0 0 20px 0;
	}
	.equal-box .box-R,
	.equal-box-one .box-R  {
	  padding: 0 0 20px 0;
	} 
}

@media screen and (max-width: 992px) {
	.equal-box-one .box-L {
	  padding: 0 0 20px 0;
	}
	.equal-box-one .box-R {
	  padding: 0 0 20px 0;
	} 
}


/* photo *************************************************************************************/
.photo, .photo-shrink50 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  		border: 0px solid #F0F; 
}
.photo img, .photo-shrink50 img {
  margin: 0;
  padding: 0;
}

.photo-shrink50 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  		border: 0px solid #F0F; 
}

@media (max-width: 767px) {
  .photo-shrink50 {
	width: 100%;
  }
}
@media (min-width: 768px) {
  .photo-shrink50 {
	width: 70%;
  }
}
@media (min-width: 992px) {
  .photo-shrink50 {
	width: 60%;
  }
}
@media (min-width: 1200px) {
  .photo-shrink50 {
	width: 50%;
  }
}


/* picture-group *************************************************************************************/

.picture-group {
  overflow: hidden;
  margin: 5px -3px 20px -3px;
  padding: 0;
  		border: 0px solid #F0F; 
}

.picture-group div {
  margin: 0;
  padding: 0 2px;
}


/* video **************************************************************************************************/
.video-container {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}


/* 產檢計畫 / 妊娠日記 ***************************************************************/
.pregnancy_check {
	margin: 0 0 0px 0; 
	background: url("../images/bg/pregnancy_check.jpg") no-repeat top right transparent; 
	background-size: contain;
	}

.pregnancy_check h4 {
	margin: 0; 
	padding: 5px 0 0px 0;
	}

.pregnancy_diary h4.float-left {
	padding: 10px 0 0px 0;
	}

ul.pregnancy-question {
  margin: 20px 0 20px 0;
  padding: 0;
  list-style: none;
  }
ul.pregnancy-question li {
  display: inline-block;
  padding: 5px;
  }
ul.pregnancy-question li a {
  display: block;
  padding: 10px;
  background-color: #EDF6CD;
  border: 1px solid #A6D107; 
  }


/* swiper ************************************************************************/
.swiper{
  clear: both;
  margin: 20px 0;
  overflow: hidden;
      border: 0px solid #F0F;
}
.swiper.mt0 {margin-top: 0;}
.swiper.mb0 {margin-bottom: 0;}

.swiper > div  {
  float: left;
	width: 25%;
}

.swiper.pic-1 > div  {width: 100%;}
.swiper.pic-2 > div  {width: 50%;}
.swiper.pic-3 > div  {width: 33.3333333333333333333333333333333333%;}
.swiper.pic-4 > div  {width: 25%;}
.swiper.pic-5 > div  {width: 20%;}

.swiper > div > a {
  display: table-cell;
  width: 1%;
  margin-bottom: 0px;
  padding: 5px 0 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 4px solid #E5E5E5;
  color: #BCBCBC;
  background-color: #FFFFFF;
  border-radius: 0px;
}

.swiper > div > a:hover,
.swiper > div > a:focus {
	border-bottom: 4px solid #A6D107;
	color: #1b1b1b;
	background-color: #FFFFFF;
} 

.swiper > .active > a,
.swiper > .active > a:hover,
.swiper > .active > a:focus {
	border: 0px solid transparent;
	border-bottom: 4px solid #A6D107;
	color: #1b1b1b;
}

@media screen (max-width: 767px) {
	.swiper > div > a { font-size: 16px; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.swiper > div > a { font-size: 16px; }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.swiper > div > a { font-size: 17px; }
}

@media screen and (min-width: 1200px) {
	.swiper > div > a { font-size: 18px; }
}

/* site-map 網站地圖 ************************************************************************/
.site-map h3 {
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 5px 0;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  background-color: #FCFCFC;
}
.site-map {
  margin: 0px 0px 20px 0px;
  padding: 0;
		border: 0px solid #F00;
}
.site-map > div,
.site-map > div > div,
.site-map > div > div > div,
.site-map > div > div > div > div,
.site-map > div > div > div > div > div,
.site-map > div > div > div > div > div > div{
  margin: 0px 0px 0 0px;
  padding: 0;
		border: 0px solid #F00;
}

.site-map-first {
  margin: 20px 0px 10px 0px;
  padding: 0;	
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
		border: 0px solid #F00;
}

.site-map-first a,
.site-map-second {
  width: 150px;
}

.site-map-first a {
  display: block;
  text-decoration: none;
  padding: 5px 0px;
  text-align: center;
  color: #86B171;
  background-color: #F2F7E3;
  border: 1px solid #D9EF7D;
}

.site-map-first a:hover,
.site-map-first a:focus {
  color: #FFFFFF;
  background-color: #FF7F7D;
  border: 1px solid #FF7F7D;
}


.site-map-second {
  margin: 0 0 20px 0;	
  padding: 0 0 0 0px;
  /*list-style: circle;
  list-style: disc;
  list-style-position: inside;*/
  font-size: 16px;
  color: #E5E5E5;
  font-weight: 700;
  line-height: 1;
  	border: 0px solid #F0F;
}
.site-map-second li {
  list-style: none;
}
.site-map-second li a {
  display:block;
  padding: 10px 20px;
  color: #5B5B5B;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px dotted #d1d1d1;
}

.site-map-second li a:hover,
.site-map-second li a:focus {
  color: #FFFFFF;
  background-color: #FF7F7D;
}


@media (max-width: 767px) {
	.site-map-first a,
	.site-map-second {
	  width: 120px;
	}
	.site-map-first {
	  font-size: 16px;
	}
	.site-map-second li a {
	  padding: 10px 10px;
	  font-size: 15px;
	}
}


@media screen and (min-width: 768px) and (max-width: 991px) {
	.site-map-first a,
	.site-map-second {
	  width: 130px;
	}
	.site-map-first {
	  font-size: 18px;
	}
	.site-map-second li a {
	  padding: 10px 10px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	
}

@media screen and (min-width: 1200px) {
	
}
