:root {
	--thm-fontcolor: #6e7673;
	--thm-fontcolor2: #333;
	--thm-primary: #ffda00;
	--thm-primary-rgb: 255, 218, 0;
	--thm-primary2: #49a760;
	--thm-primary2-rgb: 73, 167, 96;
	--thm-color1: #008f46;

	--thm-title_h2: #004912;
	--thm-color-rgb: 110, 118, 115;
	--thm-color2:#74a34c;
	
	--thm-color3:#f5f5f5;
	
	--thm-secondary: #ed4b4b;
	--thm-secondary-rgb: 237, 75, 75;
	--thm-special: #5366c2;
	--thm-special-rgb: 83, 102, 194;
	--thm-black: #255946;
	--thm-black-rgb: 37, 89, 70;
	--thm-black2: #1d1c1c;
	--thm-black2-rgb: 29, 28, 28;
	--thm-text-dark: #8e96a0;
	--thm-text-dark-rgb: 142, 150, 160
}

body {
  font-family: 微軟正黑體;
  color: var(--thm-fontcolor);
  background: #fff;
}
input{color:#000;}
.body-bg {
  background-image: url(../images/body-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.inlinb{
	display:inline-block;
}

.backbut {
    background: #fff;
    color: #000;
    border-radius: 5px;
    border: unset;
    padding: 2px 15px;
    font-size: 16px;
    margin: 0 5px;
}

/*header section*/


.hero_area {
    background: #fff;
    box-shadow: 0px 3px 6px #0000003d;
    position: sticky;
    width: 100%;
    z-index: 999;
    top: 0;
	-webkit-box-shadow: 0 10px 60px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / 10%);
}

.sub_page .hero_area {
  height: auto;
}


.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    min-height: 74px;
    align-items: center;
}

.header_section .nav_container {
  margin: 0 auto;
}
.hero_area::after {
    content: "";
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -11px;
    left: 0;
    background-image: url(../images/ripped-paper-header-1.png);
    background-position: center center;
    background-size: auto;
}
.title_h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #004912;
    text-align: center;
}

.title_h2 .logo{
    width:100%;
	max-width:120px;
	margin: 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link img {
  width: 22px;
  margin-right: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 25px;
  color: #fefeff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.custom_menu-btn {
    z-index: 9;
    text-align: right;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;

}

.custom_menu-btn button span {
  display: block;
  width: 24px;
  border-radius: 10px;
  height: 3px;
  background-color: #a0a0a0;
  margin: 6px 0;
  transition: all .3s;
}

.menu_btn-style {
  position: fixed;
  right: 29px;
  top: 14px;
}

.custom_menu-btn .s-2 {
  transition: all .1s;
  width: 12px;
  margin-left: 12px;
}

.menu_btn-style button .s-1 {
  transform: rotate(45deg) translateY(12px);
  background:var(--thm-primary);
}

.menu_btn-style button .s-2 {
  transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  transform: rotate(-45deg)translateY(-12px);
  background:var(--thm-primary);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #08ddff;
}

.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: left;
    margin-left: 40px;
}

.menu_width {
  width: 100%;
}

.inline_block{display:inline-block;}


a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #dc9224;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  margin: 0 40px 0 15px;
  background-position: center;

}

.navbar-brand {
  display: flex;
  align-items: center;
}



.navbar-brand span {
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
  color: #fefeff;
  margin-top: 5px;

}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.quote_btn-container a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fc5d35;
  color: #f7f7f7;
  font-size: 14px;
  text-transform: uppercase;
}

/*end header section*/

/* slider section */


.slider_section .row {
  align-items: center;
}

.slider_detail {
  color: #fefeff;
}

.slider_detail h1 {
  font-weight: bold;
  text-transform: uppercase;
}

.slider_detail h1 span {
  color: #010106;
}

.slider_detail p {
  margin: 25px 0 35px 0;
}

.slider_detail a {
  display: inline-block;
  padding: 9px 35px;
  border: 2px solid #fefeff;
  color: #fefeff;
  border-radius: 35px;
}

.slider_detail a:hover {
  background-color: #fefeff;
  color: #010106;
}

.slider_img-box img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.slider_img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 40%;
  background-color: #fff;
  filter: blur(95px) opacity(.7);

}

.slider_section .carousel-indicators {
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #fff;
  justify-content: flex-start;
  margin: 0;
  left: 5%;
  align-self: center;
}

.slider_section .carousel-indicators li {
  text-indent: initial;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  line-height: 10px;
  opacity: 0.9;
}

.slider_section .carousel-indicators .active {
  font-size: 24px;
}

.slider_section #carouselExampleControls,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.slider_section .carousel_btn-container {
  width: 100px;
  position: absolute;
  top: 75vh;
  display: flex;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  background-color: #292727;
  background-size: 12px;

}

.slider_section .carousel-control-prev {
  background-image: url(../images/left-black-arrow.png);
}

.slider_section .carousel-control-next {
  background-image: url(../images/right-black-arrow.png);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/prev.png);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/next.png);
}

/* end slider section */

/* home section */
.hometable td{padding:20px 5px;text-align:center; width:33.3333%;vertical-align: top;}
.hometable td button {
    width: 100%;
    min-height: 90px;
    transition: all 0.8s;
    background: #fff9e5;
    border: #e7e7e7 solid 1px;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    border-bottom: 5px solid var(--thm-primary);
}
.hometable td button img{width:100%;}
.hometable td button:active{
	background:linear-gradient(45deg, #fffade, transparent);
	border: #bbbbbb solid 0px;
	-webkit-box-shadow: 0 10px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
}
.hometable a{color:#255946;}


/* end home section */

/* notice section */
.sticky-button {
    text-align: center;
    width: 100%;
    margin: 10px 0;
    z-index: 999;
    position: sticky;
    top: 85px;
}

.manage {
    text-align: center;
    margin: 15px auto -10px;
}
.manage p{
    font-size: 1.6rem;
}
.notice .manage, .resume .manage{
    text-align: right ;
}

.manage.taleft{
	text-align:left;
}
.manage.taleft button{
    vertical-align: top;
	color: #000;
}

.manage img {
    width: 20px;
    margin: 2px;
}

.notice_list {
    border-radius: 11px;
    box-shadow: 0px 3px 6px #0000003d;
    background: var(--thm-color3);
    margin: 25px auto;
	position: relative;
}

/*.notice_list a{
    color: #3288e6;
}
*/
.product_c {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    flex-wrap: wrap;
}
.product_list {
    border-radius: 11px;
    box-shadow: 0px 3px 6px #0000003d;
    background: var(--thm-primary2);
    margin: 25px auto;
    position: relative;
    padding: 5px 10px;
    width: 100%;
}

.product_list p {
    color: #fff;
    font-size: 1.5em;
    margin: 0;
}

.product_context {
    padding: 10px;
    color: var(--thm-fontcolor2);
    width: 48%;
    background: #ddd;
    border-radius: 11px;
	margin-bottom: 10px;
}

.product_t_link {
    display: flex;
    flex-direction: column;
}
.product_img{
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: relative;
	margin-bottom: 10px;

}
.product_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.new_tag {
    display: block;
    position: absolute;
    left: -10px;
    top: 10px;
}

.new_tag img{
    height:25px;
}

.po_t_link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.po_t_link img {
    width: 30%;
    margin: 5px;
    border-radius: 10px 0 0 10px;
}

.po_t_link span {
    padding: 5px;
    max-width: 45%;
}

.list_context{
	padding: 10px;
	color: var(--thm-fontcolor2);
}
.time {
    line-height: 30px;
    text-align: right;
}

.notice_title {
    margin-bottom: 0.2rem;
}

.notice_title a:link{
    color: var(--thm-fontcolor2);
}

.notice_title a:hover{
    color: #0bb7d3;
}


.notice_people, .notice_unit {
    color: var(--thm-fontcolor2);
	margin-bottom: 0.2rem;
}

.num_detail {
    width: 100%;
    background: #008f46;
    color: #fff;
    padding: 5px 10px;
	border-radius: 5px;
}
.num_detail p{
	margin-bottom: 0;
}

.operating {
    display: flex;
    background: linear-gradient(45deg, #ffffff 15%, #ffc000 90%);
    border-top: solid 2px #8bc34a;
    padding: 10px 0;
    border-radius: 0 0 11px 11px;
    -webkit-box-shadow: 0 4px 0 0 var(--thm-primary);
    box-shadow: 0 4px 0 0 var(--thm-primary);
}

.level {
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
	text-align: center;
	width:52px;
	margin-bottom:0;
}
.vote .level {
	width:unset;
}

.vote_option{
	background: #ffffff;
    border: #cddc39 solid 1px;
    padding: 5px;
    border-radius: 0.25rem;
}

.a{
    background: #d71313;
}
.b{
    background: #1ec9ef;
}
.c{
    background: #18CEB1;
}
.d{
    background: #98b7c6;
}
.agree {
    background: #06ce44;
}
.apply{
	background: #ff8100;
}
.cancel{
	background: #ac1111;
}
.void{
	background: #666;
}

.operating_img {
    text-align: right;
}
.operating_img img, .operating_img_left img {
    width: 25px;
    margin: 0 5px;
}
/* end notice section */


/* notice_new section */
.new_top_info {
    display: flex;
    padding: 10px;
    background: var(--thm-primary);
	border-radius: 11px 11px 0 0;
}

.beforeline:before {
    content: "";
    width: 3px;
    height: 100%;
    border-radius: 5px;
    background: #adadad;
    position: absolute;
    top: 0;
    left: 0;
}
.new_top_info select{
    min-width: 60px;
}

.new_add_context {
    background: url(../images/block_topline.png) 0 0 /100% no-repeat;
    padding: 20px 15px 10px;
}

.operating_img input, #xWin600Message .ButtonSubmit, #xWin600Message #btnSendtoClose {
    background: #fff;
    color: #000;
    border-radius: 5px;
	border: unset;
    padding: 2px 15px;
    font-size: 16px;
    margin: 0 5px;
}
.operating_img input:hover, .operating_img input:focus, 
#xWin600Message input:hover, #xWin600Message input:focus{
  color: #d12345 !important;
}
.operating_img .ButtonReset,  #xWin600Message #btnSendtoClose{
    background: #fff0a7;
    border: #ddd;
}
.inputbk {
    display: block;
    width: 100%;
    padding: 0.375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #FAFAFA;
    background-clip: padding-box;
    border: #cddc39 solid 1px;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.inputbk input {
    background: #18CEB1;
    color: #fff;
    border-radius: 5px;
    border: unset;
    padding: 2px 15px;
    font-size: 16px;
}
.upload_button{
    line-height: 1.5;
	padding: 0.3rem 0.7rem;
    color: #495057;
    background-color: #FAFAFA;
    background-clip: padding-box;
    border: #cddc39 solid 1px;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


/* userpicker section */
body.userpicker{
	background:#1a2b41;
}
.xWinin{
	width:100%;
	overflow-x: scroll;
    padding: 1rem;
}
.userpickerblock {
    border-radius: 5px;
    padding: 0.3rem 0.7rem;
	float:left;
	min-height:500px;
}
.userpickerblock.A1 {
    background: url(../images/1.png) right bottom no-repeat, var(--thm-color3);
    width: 38%;
    margin-right: 1%;
}
.userpickerblock.A2{
    background: url(../images/2.png) right bottom no-repeat, var(--thm-color3);
	width:27%;
}
.userpickerblock.A3 {
    width: 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    align-items: center;
    justify-content: center;
}
.userpickerblock.A3 input {
    width: 40px;
    height: 40px;
    margin: 5px;
    background: #0E238C;
    color: #fff;
    border-radius: 10px;
}
.userpickerblock.A4{
    background: url(../images/3.png) right bottom no-repeat, var(--thm-color3);
	width:27%;
}

.userpickerblock .sendtoDiv{
	width:100%;
	height:420px;
	text-align:left;
	overflow-y:scroll;
	overflow-x:hidden;
}

.unblock {
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid;
    padding: 10px;
}

.unblock input[type="button"] {
    background: #000;
    border-radius: 5px;
    color: #fff;
}


/* end userpicker section */
/* end notice_new section */

/* notice_detail section */

.level_inside {
    border-radius: 30px;
    padding: 2px 10px;
    margin: 0 20px;
    color: #fff;
    text-align: center;
    width: 52px;
    font-size: 16px;
}

.s_e_time {
    margin-left: 10px;
    border-left: 2px solid #086c6c;
    padding-left: 10px;
    font-size: 12px;
    line-height: 1.5;
}
.detail_context {
    background: url(../images/block_topline.png) 0 0 /100% no-repeat;
    padding: 20px 10px 10px;
}

.context_h2 {
    font-size: 20px;
    font-weight: bold;
}

.view_people {
    border-radius: 5px;
    background: #ffffff;
    color: var(--thm-fontcolor2);
    margin-bottom: 20px;
    border: 10px solid #fff;
    height: 300px;
    overflow: auto;
    box-shadow: 0px 3px 6px #0000003d;
}

.view_leave {
    border-radius: 5px;
    background: #f7f7f7;
    color: var(--thm-fontcolor2);
    padding: 10px;
	margin-bottom:20px;
    box-shadow: 0px 3px 6px #0000003d;
}
/* end notice_detail section */

/* notice_view section */
table#searchtable {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: var(--thm-fontcolor2);
}

table#searchtable tr:nth-child(even){
    background: #F7F7F7;
}
table#searchtable tr:nth-child(odd){
    background: #ddd;
}

table#searchtable tr.TableHead {
    background: #D0F1FA;
    color: var(--thm-fontcolor2);
}

/* end notice_view section */

/* e-message section */

.e-message .time,
.e-message_read .time,
.e-message_send .time
{
    text-align: left;
    color: #0087ac;
}
.btn_add{
	background: var(--thm-primary2);
	border-radius:5px;
	border: 0px;
	color:#fff;
}

.btn_add:hover{
	background: #efb100;
	-webkit-box-shadow: 0 4px 0 0 var(--thm-primary);
    box-shadow: 0 4px 0 0 var(--thm-primary);
}

.btn_add:active{
	background: #efb100 !important;
}

.e-message .notice_list {
    background: var(--thm-color3) url(../images/envelope.png) right bottom no-repeat;
}
.e-message_read .notice_list {
    background: var(--thm-color3) url(../images/envelope-open.png) right bottom no-repeat;
}
.e-message_send .notice_list {
    background: var(--thm-color3) url(../images/record.png) right bottom no-repeat;
}
/* e-message section */

/* vote section */
a.vote{color:#fff;}
p.vote.level{text-align:center; width:unset;}

/* end vote section */

/* resume section */
.resume_name {
    color: #d3b500;
    font-size: 18px;
}
.resume .time {
    text-align: left;
}

	

table.resume_table,
table.resume_table2,
.leave_table table,
table.room_use_table {
    width: 100%;
    border: #a9d3a9;
    background: #e5e5e5;
}
table.resume_table th, table.resume_table td{
	padding:5px;
}
table.resume_table th {
    width: 30%;
    background: var(--thm-primary2);
    color: #fff;
}


table.resume_table2 th, table.resume_table td{
	padding:5px;
}
table.resume_table2 th {
    background: var(--thm-primary2);
    color: #fff;
}

/* end resume section */

/* resume_add section */
.two_block {
    margin-left: -15px;
    margin-right: -15px;
}
.two_block div:first-child{float:left;}
.two_block div:last-child{float:right;}

.itemlink_block {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}

.Wdate {
    background: #FAFAFA url(calendar.png) no-repeat right;
}
.resume_add4_block{
	width: 100%;
    overflow: auto;
	margin-top:20px;
}

/*  end resume_add section */

/* leave_form section */
/*進度條*/
.div_bar{padding:10px;}
.progressbar {
  counter-reset: step;
  padding-left: 0px;
  color: #000;
}
.progressbar li {
  list-style: none;
  display: inline-block;
  width: 24%;
  position: relative;
  text-align: center;
  cursor: pointer;

}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height : 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index : -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: green;

}
.progressbar li.active:before {
  border-color: green;
} 
.progressbar li.active + li:after {
  background-color: green;
}

.review_bk{
	border:1px solid #333;
	padding: 10px;
	margin-bottom:10px;
}

table.seal{
	background:url(../images/sign01.png) no-repeat;
	width: 56px;
    font-size: 12px;
	color:red;
}

/*  end leave_form section */

/* leave_form_add section */
.leave_table{
	padding:20px 10px;
}

.leave_table table th, .leave_table table td{
	padding:5px;
}
.leave_table table th {
    width: 30%;
    background: var(--thm-primary2);
    color: #fff;
}
.btn_contact {
    background: var(--thm-primary2);
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-right: 5px;
    border: 0;
}

/* end leave_form_add section */

/* roster section */
.roster_info{margin-top:20px;}
.roster_info div:first-child {
    padding:5px;
}
.roster_round{
	border:1px solid #d4d4d4;
	background:#fff;
	width:25vw;
	height:25vw;
	border-radius:50%;
	display: flex;
	text-align:center;
    justify-content: center;
    align-items: center;
	-webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}

.roster_no {
    font-size: 12px;
    color: #7b7b7b;
}

.roster_status {
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    border: 0;
}
.roster_date{
	padding:3px 3px 10px;
}
.date_top {
    display: flex;
    padding: 5px 0;
    border-radius: 11px 11px 0 0;
	background: var(--thm-primary2);
    color: #fff;
}
.date_ym{
	text-align:center;
	font-weight:bold;
	font-size:18px;
}

.week {
    background: #EBEBEB;
    margin: 3px auto;
    padding: 3px;
}
.week p{
    text-align:center;
}

.week p span {
    width: 13%;
    display: inline-block;
	color: #172941;
}

table.roster_day {
    background: #F2F2F2;
    border: #DBDBDB;
	color: #172941;
}
table.roster_day td{
    width:14%;
	vertical-align: top;
}
.holiday {
	background:#FFD631;
}

.not_now_m{
	color:#aaa;
}
.allday{
	font-size:12px;
	margin-top: 5px;
    border-radius: 3px;
    color: #fff;
    padding: 1px;
	text-align: center;
	background:#bcbdb7;
}
.status_context input[type="radio"] {
    clip-path: inset(100%);
    position: absolute;
}

.status_context input[type="radio"] + label{
	background:#bcbdb7;
	margin: 3px;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
	text-align: center;
	background:#bcbdb7;3
	cursor: pointer;
	
}


.day_status1, .status_context input[type="radio"]:checked + label.day_statusr1 {
    background: #FF6C0A;
}/*休息日、例假日、特休假、公假*/

.day_status2, .status_context input[type="radio"]:checked + label.day_statusr2 {
    background: #FF0A85;
}/*事假、病假、婚假、喪假、產假、陪產假、產檢假、生理假、颱風*/

.day_status3, .status_context input[type="radio"]:checked + label.day_statusr3 {
    background: #18CE66;
}/*早班*/

.day_status4, .status_context input[type="radio"]:checked + label.day_statusr4 {
    background: #18CEB1;
}/*中班*/

.day_status5, .status_context input[type="radio"]:checked + label.day_statusr5 {
    background: #BCCE18;
}/*晚班*/

.day_status6, .status_context input[type="radio"]:checked + label.day_statusr6 {
    background: #478F10;
}/*全班*/

.day_status7, .status_context input[type="radio"]:checked + label.day_statusr7 {
    background: #0E682F;
}/*單班*/

.day_status8, .status_context input[type="radio"]:checked + label.day_statusr8  {
    background: #1B5FBB;
}/*展示會公差*/

.noteword{
    color: var(--thm-fontcolor2);
}

.status_picker_block{
	padding: 3px;
    margin: 15px;
	border-radius: 11px;
    box-shadow: 0px 3px 6px #0000003d;
    background: #fff;
    position: relative;
}

.status_context {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
}

/* end roster section */

/* leave_form_all section */
.today {
	background:#FFD631;
}
.l_f_p_num {
    text-align: center;
    color: #dd1234;
    font-size: 1.2em;
    font-weight: bold;
}
.l_f_all {
    font-size: 12px;
    margin-top: 5px;
    border-radius: 3px;
    color: #fff;
    padding: 1px;
    text-align: center;
    background: #bcbdb7;
}

.l_f_agree{
    background: #0E682F;
}/*綠色同意*/

.l_f_disagree{
    background: #ff0000;
}/*紅色退回*/

.l_f_Review{
    background: #1B5FBB;
}/*藍色審核中*/

/* end leave_form_all section */

/* guest section */

table.room_use_table th, table.room_use_table td{
	padding:5px;
}
table.room_use_table th {
    width: 30%;
    background: var(--thm-primary2);
    color: #fff;
}

.day_run {
    background: #214f92;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 40px;
}
.day_run a{
    color: #fff;
}

.date_st {
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

/* end guest section */

/* love section */
.lovelink .list_context {
    padding: 20px;
    line-height: 2.5em;
}
.lovelink .list_context a:before{
	content:url(../images/link.png);
	margin-right: 10px;
}
/* end love section */

/* about section */
.about_section {
  margin-top: 45px;
  text-align: center;
}

.about_section h4 {
  font-size: 22px;
}

.about_card-container {
  display: flex;
  justify-content: center;
}

.about_card {
  margin: 45px 20px;
  width: 30%;
  min-width: 300px;
  height: 540px;
}

.about_card .about-detail {
  padding: 2px 25px 35px 25px;
  height: 420px;
  -webkit-box-shadow: -1px 0px 25px 9px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -1px 0px 25px 9px rgba(0, 0, 0, 0.09);
  box-shadow: -1px 0px 25px 9px rgba(0, 0, 0, 0.09);
}

.about_card .about_img-box {
  width: 110px;
  height: 104px;
  margin: 50px auto;

}

.about_card .about-detail p {
  margin-top: 15px;
}

.about_card img {
  width: 100%;
}

.about_card a {
  display: inline-block;
  padding: 8px 25px;
  border: 2px solid #c4d70f;
  color: #c4d70f;
  border-radius: 35px;
  margin-top: 55px;
}

.about_card a:hover {
  background-color: #c4d70f;
  color: #fefeff;
}

.pagination {
    justify-content: center;
}

.pagination {
    justify-content: center;
    margin: auto;
    padding: 2em 0;
}

.pagination a {
    width: 30px;
    text-decoration: unset;
    margin: 0 5px;
    text-align: center;
    line-height: 30px;
	transition: all .3s ease;
}

.pagination a:hover, .pagination .active {
    background: var(--thm-primary);
    border-radius: 50px;
    color: #fff;
}


/* end about section */

/* portfolio section */
.portfolio_section {
  text-align: center;
}

.portfolio_section .row>div {
  margin: 20px 0;

}

.portfolio_img-box img {
  width: 100%;
  height: max-content;
}

/* end portfolio section */

/* team section */

.team_section {
  text-align: center;
}

.team_card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #9be604;
}

.team_card {
  width: 250px;
  padding: 0 15px;
  margin: 35px 0;
}

.team_card h5 {
  text-transform: uppercase;
}

.team_card img {
  width: 100%;
}

.team_detail-box {
  width: 150px;
  margin: 35px auto 0 auto;
}

.team_social {
  display: flex;
  justify-content: space-between;
}

.team_follow h6 {
  color: #9be604;
}

/* end team section */

/* contact section */
.contact_section .row {
  align-items: center;
}

.contact_section h2 {
  text-align: center;
  text-transform: uppercase;
}

.contact_section p {
  color: #787877;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}


.contact_section label {
  display: flex;
  flex-direction: column;
  color: #797879;
  margin-bottom: 25px;
}

.contact_section input,
.contact_section textarea {
  outline: none;
  border: 1px solid #c1c1c2;
  width: 90%;
  height: 45px;
  padding: 0 15px;
  margin-top: 5px;
}

.contact_section textarea {
  height: 175px;
  padding: 5px;
}

.contact_form-container {
  padding: 15px 0 15px 0;
}

.contact_form-container button {
  border: none;
  background-color: #a0e711;
  color: #fff;
  padding: 12px 45px;
  font-size: 14px;
  border-radius: 25px;
  text-transform: uppercase;
}

.contact_img-box img {
  width: 100%;
}


/* contact section */

/* why section */
.Why_section {
  text-align: center;
}

.Why_section p {
  width: 85%;
  margin: 35px auto 0 auto;
}

/* end why section */

/* info section */
.info_section {
  position: relative;
}

.info_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -3px;
  background-color: #191919;
  clip-path: polygon(0 315px, 100% 0, 100% 100%, 0% 100%);
}

.info_content {
  margin-top: 250px;
}

.info_section img {
  width: 100%;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 10px 0;
}

.info_section ul li a,
.info_section ul li a:hover {
  color: #fff;
}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.info_section .social-box {
  margin: 25px 0;
}

.info_logo .navbar-brand span {
  color: #fff;
}

.info_section .social-box img {
  width: 35px;
  margin-right: 5px;
}

.form_container form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.info_section .form_container input {
  width: 95%;
  height: 45px;
  border-radius: 0;
  border: none;
  outline: none;
  padding-left: 5px;
  border-bottom: 1px solid #626262;
  background-color: transparent;
}


.info_section .form_container button {
  background-color: #a0e711;
  border: none;
  outline: none;
  color: #fff;
  padding: 8px 50px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 25px;
  text-transform: uppercase;
  margin-top: 35px;

}

/* end info section */
.footer_hr {
  position: relative;
  width: 55%;
  margin: 0 auto;
  background-color: #626262;
}

/* footer section*/

.footer_section {
  padding: 25px 20px;
}

.footer_section p {
  color: #fefeff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fefeff;
}

.footer_img{
  width: 50%;
  max-width: 200px;
}

/* end footer section*/