body {
    font-family: "微軟正黑體";
    font-size:1em;
    letter-spacing: 1px;
}
.pd140{
	padding-bottom: 140px;
}
.tt1{
	 text-align: center;
    font-size: 20px;
    line-height: 36px;
}
.tt2{
    width: 140px;
    background: #a1be5c;
    color: #fff;
}
.tt3{
	text-align: left!important;
	    text-indent: 13px;
}
@media screen and (min-width: 1000px) {
.pc{
	display: block;
	}
.mobile{
	display: none;
	}	
	.mt8{
		margin-top: 8px;
	}
	
}
@media screen and (max-width: 999px) {
.pc{	
	display: none;	
}
.mobile{	
	display: block;
	}	

}

.red2{
	margin-left: 67px;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 20px;
    color: red;
}
.ft_bt{
	position: fixed;
    width: 100%;
    bottom: 0;
}
.w300{
	width: 170px;
	float: left;
}
.title1{
	font-family: "微軟正黑體";
    font-size:1.5em;
    letter-spacing: 1px;
	font-weight: 900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #15404D;
	border-bottom-color: #15404D;
	padding-bottom: 5px;
}
.title2{
	font-family: "微軟正黑體";
    font-size:1.5em;
    letter-spacing: 1px;
	font-weight: 900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #15404D;
	border-bottom-color: #15404D;
	padding-bottom: 5px;
	float: right;
}
.accordion {
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #a1be5c;
	text-align:left;
}

.accordion .fa {
  position: relative;
  float: right;
}

.accordion h4 {
  position: relative;
  top: 0.8em;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.accordion a {
  position: relative;
  display: block;
  color: #74777b;
  text-decoration: none;
  text-align:left;
}

.accordion a:hover {
	text-decoration: none;
	color: #a1be5c;
	transition: 0.3s;
	background-image: url(../images/arr.png);
}
.acc_adv{
	    background-color: #eaeaea;
    padding-top: 5px;
    padding-bottom: 5px;
}
.accordion-desc {
	font-family: "微軟正黑體";
	font-size: 16px;
	text-indent: 10px;
	    line-height: 11px;
	margin: 5px;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-overflow: ellipsis; /*省略符號...*/
	text-align: left;
}	
.accordion-container{
	
}
.accordion-desc p{
	text-indent: 8px!important;
}
.accordion-container p{
	text-indent: 16px;
	line-height: 18px;
}

.adm_lmenu{
	
}
.adm_lmenu h1{
	font-size: 20px;
    font-weight: 900;
}
.adm_lmenu h2{
	font-size: 16px;
	text-indent: 10px;
	
}
.adm_lmenu h2::before{
    content:"◆";
	margin-right: 5px;
}
.nav100{
    background-color: #fff;
}

.nav-header{
    display: flex;
    padding-top: 20px;
    padding-bottom: 10px;
}

.nav-header a{
    color: #af7225;
    text-decoration: none;
}
.nav-header img{
    width: 100px;
}
.nav-header-m{
    margin: 0 auto;
    display: flex;
    align-self: center;
}

.nav-header-m a{
    color: white;
}

.header-right{
    margin-left: auto;
    color: white;
}

.header-right2{
    float: right;
    padding-right: 30px;
}

.header-right ul li a{
color: white;
}

.nav-header ul li.list-b{
    display: inline;
    border-right: 1px solid white;
    padding-left: 15px;
    padding-right: 15px;
}

.nav-header ul li:last-child{
    border-right: unset;
}

ul{
    list-style-type: none;
}

.mobile-header{
    margin: 0 auto;
    text-align: center;
}

.user-li{
    display: inline;
    border-right: 1px solid #707070;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
}

.user-li:last-child{
    border-right: none;
}
.user-li a{
    color: #707070;
}

.search-sec{
    background-color: rgb(233, 246, 255);
    padding: 30px;
}

@media screen and (max-width:576px){
    .search-sec{
        padding:30px 15px;
    }
}

.search-i{
    padding-left: 15px;
    width: 78%;
}

@media screen and (max-width:1199px){
    .search-i{
        width: 74%;
    }
}

@media screen and (max-width:991px){
    .search-i{
        width: 82%;
    }
}

@media screen and (max-width:767px){
    .search-i{
        width:75% ;
    }
}

@media screen and (max-width:539px){
    .search-i{
        width: 100%;
        padding-left: 0px;
    }
}

.search-btn {
    text-align: right;
    padding-right: 15px;
}

.search-btn .btn{
    background-color: #b27c2d;
    color: white;
    width: 180px;
}

.main-btn .btn {
    background-color: #b27c2d;
    color: white;
}

.main-btn2 .btn {
    background-color: #53BB53;
    color: white;
}

.main-btn3 .btn{
    background-color: #d8d8d8;
}

.main-btn .btn.disabled, .main-btn2 .btn.disabled{
    cursor: not-allowed;
}

.main-btn3.unset-c .btn{
    cursor: unset;
}

.main-btn-outline .btn{
    border:1px solid #b27c2d;
}

.main-btn-outline2 .btn {
    border: 2px solid #7bba16c9;
}


.main-btn-outline  .btn:hover{
    background-color: rgba(3, 157, 162, 0.600);
}

.form-check :disabled{
    cursor: not-allowed;
}

@media screen and (max-width:767px){
    .search-btn .btn{
        width: 100%;
    }
    
    .search-btn{
        padding-left: 15px;
        padding-top: 15px;
    }
}

.search-type{
    padding-left: 20px;
}

@media screen and (max-width:489px){
    .search-type{
        padding-left: 0px;
    }
}

.nav-tabs .nav-link{
    color:#707070;
}

.nav.nav-tabs{
    flex-wrap: unset;
}

.nav-tabs h5{
    margin-top: 0.5rem;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    /* background-color: #ffbf61; */
    color: #53bb53;
}
/* 

.nav-tabs .nav-link {
    border: 1px solid #dee2ef;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
} */

/* .y-btn{
    border:2px solid #ffbf61;
    font-weight: 600;
    border-radius: 0px;
    margin-right: 15px;
    padding: 5px;
    margin-top: 10px
}

.y-btn a{
    color: #212529;
}

.y-btn a:hover{
    text-decoration: none;
}

.y-btn.active{
    background-color: #ffbf61;
} */

@media screen and (max-width:767px){
    .y-btn{
        margin-right: 0px;
    }
}

.l-btn{
    /* border: 1px solid #acacac; */
    height: 35px;
    padding-top: 5px;
    background-color: #b27c2d;
    color: white;
    border: none;
}

.l-btn a{
    color: white;
}

.g-btn{
    height: 35px;
    padding-top: 5px;
    background-color: #d8d8d8;
    border: none;
}

.t-o{
    color: #FF9800;
    padding-left: 15px;
    padding-top: 15px;
}

.o-btn{
    color: white;
    background-color: #FF9800;
    height: 35px;
    font-size: 1.125rem;
    padding-top: 2px;
}

.bg-bg{
    color: white;
    background-color: #b27c2d;
}

.p0{
    padding: 0px;
}

.p10{
    padding: 10px;
}

.p15{
    padding: 15px;
}

.pt3{
    padding-top: 3px;
}

.pt5{
    padding-top: 5px;
}

.pt6{
    padding-top: 6px;
}

.pt8{
    padding-top: 8px;
}

.pt10{
    padding-top: 10px;
}

.pt15{
    padding-top: 15px;
}

.pt20{
    padding-top: 20px;
}

.pt40{
    padding-top: 40px;
}

.pt60{
    padding-top: 60px;
}

.pb5{
    padding-bottom: 5px;
}

.pb10{
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb30{
    padding-bottom: 30px;
}

.pl0{
    padding-left: 0px !important;
}

.pl5{
    padding-left: 5px;
}

.pl20{
    padding-left: 20px;
}

.pl40{
    padding-left: 40px;
}

.pl92{
    padding-left: 92px;
}

.plr15{
    padding-left: 15px;
    padding-right: 15px;
}

.ptb10{
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb15{
    padding-top: 15px;
    padding-bottom: 15px;
}

.m0{
    margin: 0;
}

@media screen and (max-width:1199px){
    .mb2{
        margin-bottom: 5px;
    }
}
.bgc1{
	    background-color: #e5e5e5;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.mb12{
    margin-bottom: 12px;
}

.mr10{
    margin-right: 10px;
}

.mt15{
    margin-top: 15px;
}
.se_2{
	font-size: 16px;
	line-height: 12px;
}
.lh30{
    line-height: 30px;
}
.w30{
    width: 30px;
}
.w40{
    width: 40px;
}
.w80{
    width: 80px;
}
.w90{
    width: 90px;
}
.w70{
    width: 70px;
}
.w160{
    width: 160px;
}

.w170{
    width: 170px;
}

@media screen and (max-width:767px){
    .mp0{
        margin: 0;
        padding: 0;
    }
}
/* .mt100{
    margin-top: 100px;
} */

.f-table{
    display: flex;
    width: 100%;
    text-align: center;
}

.f-th{
    border-top: 1px solid #dadada;
    background-color: #7bba16c9;
    font-weight: 600;
}

.f-th .tl-1,
.f-th .tl-2,
.f-th .tl-3,
.f-th .tl-4{
    padding: 15px;
}

.f-td:nth-child(even) {
    background-color: #7bba161c;
}

.f-td .tl-2,
.f-td .tl-3,
.f-td .tl-3b {
    text-align: left;
}

.tl-1{
    width: 10%;
    border: 1px solid #dadada;
    border-top: unset;
}

.tl-2{
    width: 20%;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.tl-3{
    width: 50%;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.tl-3b {
    width: 70%;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.tl-4{
    width: 20%;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    word-break: break-all;
}

footer{
    text-align: center;
    background-color: #825518;
}
.footer{
   display: flex;
   justify-content: center;
}

.footer ul{
    display: flex;
    list-style-type: none;
}

.footer ul li{
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #707070;
}

.footer ul li:last-child{
    border-right: unset;
}

.user-box{
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
}

.status-b{
    color: blue;
    text-decoration: underline blue;
    padding-right: 3px;
    cursor: pointer;
}

.read-more{
    text-align: right;
}

.read-more .btn{
    /* border: 1px solid #acacac; */
    /* min-width: 130px; */
    color: #b27c2d;
    font-size: 1rem;
}
/* ------------------index-table-style--------------------- */

table {
    overflow-x: auto;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

table * {
    position: relative;
}

table thead tr {
    height: 60px;
}

table tbody tr {
    height: 50px;
    color: #000000;
}

.r-th th {
    border-top: 1px solid #dadada;
    background-color: #7bba16c9;
}

tbody tr:nth-child(even) {
    background-color: #7bba161c;
}

tbody tr {
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
}

.border-rb{
    border-right: 1px solid #dadada; 
    border-bottom: 1px solid #dadada;   
    text-align: center;
    border-radius: unset;
    padding: 10px 15px;
    line-height: 1.5rem;
}

td.col2, td.col5{
    text-align: left;
}

.col1 {
    width: 6%;
    border-left: 1px solid #dadada;
    word-break: keep-all;
}

.col2, .col7 {
    width: 16%;
}

.col3, .col4 {
    width: 6%;
    word-break: keep-all;
}

.col5 {
    width: 38%;
}

.col6 {
    width: 12%;
}

.tb-btn-b{
    color: #53a9f3;
    border: 1px solid #53a9f3;
}

.tb-btn-b:hover{
    background-color: #53a9f3a3;
}

.tb-btn-g{
    color: #53bb53;
    border: 1px solid #53bb53;
}

.tb-btn-g:hover{
    background-color: #53bb53a3;
}

.tb-btn-r{
    color: #fb7272;
    border: 1px solid #fb7272;
}

.tb-btn-r:hover{
    background-color: #fb7272a3;
}

@media screen and (max-width: 999px) {
    
    .table100 table, .table-block{
        display: block;
    }

    tbody tr:nth-child(even) {
        background-color: unset;
    }

    tbody tr:nth-child(odd) {
        background-color: #7bba161c;
    }

    .border-rb {
        border: unset;
        padding: unset;
        line-height: unset;
    }
    .table100 table>*,
    .table100 table tr,
    .table100 table td,
    .table100 table th {
        display: block;
    }

    .table100 table thead {
        display: none;
    }

    .table100 table tbody tr {
        height: auto;
        padding: 30px 15px;
    }

    .table100 table tbody tr td {
        padding-left: 40% !important;
        margin-bottom: 24px;
    }

    .table100 table tbody tr td:last-child {
        margin-bottom: 0;
    }

    .table100 table tbody tr td:before {
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        line-height: 1.2;
        position: absolute;
        width: 40%;
        left: 10px;
        top: 0;
    }

   .table100 table tbody tr td:nth-child(1):before {
        content: "編號";
    }

   .table100 table tbody tr td:nth-child(2):before {
        content: "招標機關";
    }

   .table100 table tbody tr td:nth-child(3):before {
        content: "標案案號";
    }

   .table100 table tbody tr td:nth-child(4):before {
        content: "招標次數";
    }

   .table100 table tbody tr td:nth-child(5):before {
        content: "內容";
    }

   .table100 table tbody tr td:nth-child(6):before {
        content: "截標日期";
    }

    .table100 table tbody tr td:nth-child(7):before {
        content: "詳細內容";
     }

    .col1, .col2, .col3, .col4, .col5, .col6, .col7{
        width: 100%;
        text-align: left;
    }

    tbody tr {
        font-size: 14px;
    }
}

tbody tr td p.width50,
tbody tr td p.width75,
tbody tr td p.width100,
tbody tr td p.width110,
tbody tr td p.width200 {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .container-table100 {
        padding-left: 15px;
        padding-right: 15px;
    }

    tbody tr td p.width50 {
        width: 50px;
    }

    tbody tr td p.width75 {
        width: 75px;
    }

    tbody tr td p.width100 {
        width: 100px;
    }
    
    tbody tr td p.width110 {
        width: 110px;
    }

    tbody tr td p.width200 {
        width: 200px;
    }
}

@media screen and (max-width:991px){
    tbody tr td .width50{
        width: 50px;
    }
    tbody tr td .width80 {
        width: 80px !important;
    }

    tbody tr td .width100 {
        width: 100px !important;
    }

    tbody tr td .width120 {
        width: 120px !important;
    }

    tbody tr td .width150{
        width: 150px !important;
    }
}

.width230{
    width: 230px;
}

@media screen and (max-width:992px){
    .width230{
        width: 160px;
    }
}

@media screen and (max-width:768px){
    .width230{
        width: 100px;
    }
}

.rounded-nav{
    border-radius: 18px;
}

.rounded-nav .nav-link{
    border-radius: 100px !important;
    color: #000000;
}

.text-red{
    color: red;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link{
    background-color: #53bb53;
}

.ebuying-btn{
    background-color: #b27c2d;
    border-radius: 30px;
}

.ebuying-btn .btn{
    color: #f3f3f3;
    font-size: 1.125rem;
}

.form-control{
    height: 35px;
}

.no-border-table tr td{
    background-color: white;
    border-left: none;
    border-right: none;
    font-weight: 600;
}

.no-border-table tr td:first-child{
    border-left: 1px solid #dee2e6;
}

.no-border-table tr td:last-child {
    border-right: 1px solid #dee2e6;
}

.table-td-middle table td, .table-td-middle table th{
    vertical-align: middle;
}

.table-style-center thead th, .table-style-center td{
    vertical-align: middle;
    text-align: center;
}


ol.o-latin{
    list-style: upper-latin;
}

ol.o-latin{
    padding-left: 24px;
}

ul.u-square{
   list-style-type: square;
}

.g-bg-01{
    background-color: #bae4689e;
}

.m-color{
    color: #029ca2;
}

.tnc {
    height: 200px;
    width: 100%;
    border: 1px solid #acacac;
    overflow-y: scroll;
    padding:20px;
    font-size: 12px;
}

.select-inline {
   display: flex;
   align-items: baseline;
}

@media screen and (max-width:992px){
    .select-inline{
        display: block ;
    }
}

.select-style01{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}

.select-style02 {
    width: 200px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,
        box-shadow .15s ease-in-out;
}

.select-style03 {
    width: width;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,
        box-shadow .15s ease-in-out;
}

select.select-style01,
select.select-style02,
select.select-style03{
    /* styling */
    background-color: white;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        0px 1.5em;
    background-repeat: no-repeat;
}

@media screen and (max-width:576px) {
    .w100-m {
        width: 100% !important;
    }
}

.fa{
    color: #b27c2d;
}

.input01 {
    width: 100%;
    float: left;
}

.input02 {
    width: 50%;
    float: left;
}

.input02 input {
    float: left;
    width: 70%;
}

.input02 span {
    float: left;
    margin-top: 6px;
    margin-left: 8px;
}

.input03 {
    width: 50%;
    float: left;
}

.input03 input {
    float: left;
    width: 95%;
}
.btnfix1{
	   text-indent: 0px;
}
.bg-gray {
    color: #000;
    background-color: #d2d2d2!important;
}

.w100 {
    width: 100% !important;
}

/*0311新增*/
.tb1100 {
    width: 1100px !important;
}

.text-l {
    text-align: left !important;
}

.fix-h {
    height: auto !important;
}

.fz {
    color: #0055BC !important;
}

.fz a {
    color: #0055BC !important;
}

.mc-style{
    border: 3px solid #029ca2;
}

.l-container{
    padding:30px 15px;
    background-color: #f2f8eb;
}

/* Pagination */
.pagination{
    flex-wrap: wrap;
}
.page-link{
    color: #000;
    border: unset;
}

.page-item.active .page-link{
   z-index: 0;
   color: #fff;
   text-decoration: none;
   background-color: #825518;
}

.page-link:hover{
    background-color: #f2f8eb;
    color: #495057;
}


