
/* nav背景 顏色 */
.bg-nav{
   background-color: #262626;
}
.fontcoloryellow{
background-color:yellow;

}
.fontblueitalic{
	color:blue;
	font-style:italic;
}
.navbar-toggler{
   background-color: white;
}
.tb_bg_yellow_B{
   background-color: #fff2cc;
   font-weight: bold;
}
.tb_bg_yellow{
   background-color: #fff2cc;
}
.tb_B{
   font-weight: bold;
}
/* NEW的橘色 */
.fontcolororg{
   color:#c45911;
}
/* 紅色的字  */
.fontcolorred{
	color: #000000;
}
.calender{
   width: 100%;
   height: 500px;
}

/* 為了讓輪播圖 不會跟NAV重疊 */
.mtp{
   margin-top: 56px;
}

.strong
{font-weight:bold;

}
/* 白色的字 */
.fontwhite{
color:white !important;
}

/* 背景的顏色 */
body{
   background-color: rgb(71, 71, 71) !important;
   overflow: scroll;
}


/* 白色背景 */
.bg-white{
   background-color: aliceblue;
}
/* footer的字體顏色 */
.footerfont{
   color: white;
}

/* 左右邊空的大小 */

@media (min-width: 1200px){
.mag1{
   margin-left: 15%;
   margin-right: 15%;
}}

/* 把預設h1的空格拿掉 */
h1 {
   display: block;
   font-size: 2em;
   margin-block-start: em;
   margin-block-end: 0em;
   margin-inline-start: 0px;
   margin-inline-end: 0px;
   font-weight: bold;
}

.card-header:first-child {
   border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0px 0px;
         /* border-radius: 0px; */
}

.mag2{
   margin-right: 5%;
   margin-left: 5%;
}

@media screen and (max-width: 600px) {
   .rwdtable {
       border: 0;
   }
                           
   .rwdtable caption {
           font-size: 1.3em;
       }
           
   .rwdtable thead {
           border: none;
           clip: rect(0 0 0 0);
           height: 1px;
           margin: -1px;
           overflow: hidden;
           padding: 0;
           position: absolute;
           width: 1px;
       }
                           
   .rwdtable tr {
           background-color: rgb(255, 255, 255);
           border-bottom: 3px solid #ddd;
           display: block;
           margin-bottom: .625em;
       }
                           
   .rwdtable td {
           color: rgb(0, 0, 0);
           border-bottom: 1px solid #ddd;
           display: block;
           font-size: .8em;
           text-align: left;
       }
                               
   .rwdtable td:before {
               color: black;
               content: attr(data-label);
               float: left;
               font-weight: bold;
               text-transform: uppercase;
           }
                               
   .rwdtable td:last-child {
               border-bottom: 0;
           }
}
@media (max-width: 600px){
.fontsizeone{
   font-size: 0.5%;
}
.fontsizeone1
{
   font-size: 2%;
}
}
#c1{
   padding-top: 56px;
}
#b1{
   padding-top: 56px;
}
#s1{
   padding-top: 56px;
}
#p1{
   padding-top: 56px;
}
#ss1{
   padding-top: 56px;
}
#sp1{
   padding-top: 56px;
}
#Seminar{
   padding-top: 56px;
}

#lr{
   padding-top: 56px;
}


#toptop
{padding-top:1px;}
#goBackBtn {
   width: 40px;
   height: 40px;
   border: none;
   position: fixed;
   right: 15px;
   bottom: 15px;
   z-index: 1000;
   border-radius: 50%;
   box-shadow: 5px 5px 5px #2e2e2e; 
}

/* 回到最上的按鈕顏色 */
.colorroyblue{
background-color: pink;  /*底色*/
color:rgb(0, 0, 0);  /*字的顏色*/
}

.colorroyblue:hover{
   background-color: rgb(255, 143, 236);  /*底色*/
   color:rgb(0, 0, 0);  /*字的顏色*/
}


.container {
  font-family: 'lato', sans-serif;
  font-size: 10pt;
  max-width: 1000px;
  margin-left: auto;
  padding-left: 0;
}

#container_h2 {
  font-size: 26px;
  margin: 20px 0;
  text-align: center;
  
}
small {
    font-size: 0.5em;
  }

  #c.table-header {
    border-radius: 3px;
    padding: 15px 20px;
    display: flex;
    margin-bottom: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  } 
  #c.table-row {
    font-size: 14px;
    border-radius: 3px;
    padding: 15px 20px;
    display: flex;
    margin-bottom: 5px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  } 
  .responsive-table{
    padding : 0;
  }
  .responsive-table.table-header {
    background-color: #95A5A6;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .column.column-1 {
    width: 35%;
    margin-right: 5px;
  }
  .column.column-2 {
    width: 25%;
    margin-right: 5px;
  }
  .column.column-3 {
    width: 25%;
    margin-right: 5px;
  }
  .column.column-4 {
    width: 15%;
    margin-right: 5px;
  }
  @media all and (max-width: 767px) {
 
      .column.column-1 {
    width: 100%;
  }
  .column.column-2 {
    width: 100%;
  }
  .column.column-3 {
    width: 100%;
  }
  .column.column-4 {
    width: 100%;
  }
    #c.table-header {
      display: none;
    }
    #c.table-row {
      display: block;
    }
    .column {
    }
    .column::before {
      width: 30%;
        color: #6C7A89;
        padding-right: 100px;
        content: attr(data-label);
        text-align: left;
      }
    .column {
      width: 100%;
      display: flex;
      padding: 5px 0;
    }

  }

.collapse_card { 
  max-height: 0;
  overflow: hidden;
  transition:  0.4s ;
  padding: 0 18px;
}

.collapsible {
  background-color: #eeeeee;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius: 0;
  padding: 5px;
}

div.card_head {
  background-color: #fefefe;
    width: auto;
    margin-left: 3vw;
    margin-right: 3vw;
    float: center;
    border-radius: 3px;
    padding: 15px 20px;
    display: flex;
    transition: 0.3s;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  text-decoration:none;
}
.card_head:hover {
    background-color: #99ccff;
    opacity: 0.7;
}

table{
	border-color: #669999;
}
td{
	border-color: #669999;
}

img {
  height: ;
}
.carousel-item {
  transition: transform  1.5s ease-in-out;
}
.carousel-item img{
  max-height: 330px;
}
.card_container {
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.card-body {
  background-color: #eee;
  height: auto;
}
.rightcontent {
  width: 80%;
}
.rightcontent select{
  width: 100%;
  display: table;
}


