@charset "utf-8";
/****************** 基本 ******************/
*{	
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Geneva,sans-serif;
  }

  body {
    font-size: 20px !important;    
    font-weight: 400;
    line-height: 1.8;
    color: #777777;
    color: #323232;
    height: 100%;
    position: relative;
}

a{
  color: #009999;
  text-decoration: none;
}

img{
  max-width: 100%;
}

.container{
  /* width: 700px; */
  /* background-color: #bbbbbb; */
  margin: auto;
}
.navbar{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}
.navbar img{
  width: 250px;
}

.pictureBG{
  background-color: #1bbbbb;
  background-image: url(../images/bgTitle.png);
  background-position: center;
  background-size: contain;
  height: 400px;
}

.picture{
  text-align: center;
  margin-top: -350px;
  margin-bottom: 30px;
}

.title{
  /* border: 4px solid #000; */
  max-width: 1000px;
  padding-top: 20px;
  margin: 20px auto;
}


h1{
  font-size: 50px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 800;
  color: #fff;
}

h1::before{
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 6px #1bbbbb;
}


h3{
  font-size: 22px;
  margin: auto;
  text-align: center;
  max-width: 1000px;
  padding-top: 10px;
  padding-bottom: 10px;
}

hr{
  max-width: 1000px;
}

.textCtn{
  max-width: 1000px;
  margin: auto;
  padding-left: 22px;
  padding-right: 22px;
}

.textCtnNum{
  display: flex;
}

.titleText{
  font-weight: 600;
  background-color: #1bbbbb;
  border-radius: 15px 0 15px 0;
  color: #fff;
  padding: 10px 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
  height: 58px;
}

.ctnText{
  border-radius: 0;
  padding: 10px 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.note{
  max-width: 950px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 30px;
  border: #1bbbbb solid 3px;
  border-radius: 20px;
}

.noteTitle{
  max-width: 950px;
  border-radius: 15px 15px 0 0;
  background: #1bbbbb;
  margin: -20px -30px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #fff;
  font-weight: 600;
}


ol{
  margin-top: 0;
  padding-left: 20px;
}


.btnBox{
  text-align: center;
}

.btn:hover, .btn:active, .btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}

.btn{
	border-radius: 0px; 
}
.btn.btn-primary {
    background: #1bbbbb;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
    display: inline-block; 
    margin-top: 5px;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
}

footer {
    background-color: #f4f4f4;
    margin-top: 20px;
}
#footer {
	background-color: #eeeeee;
}
.copyright{
  display: flex;
  justify-content: center;
}
.copyright a {
	color: #7f7f7f;
	outline: none;
    text-decoration: none;
}
.copyright h4,.copyright h5{
    margin-top: 15px;
}
.copyright h4 {
	font-size: 20px;
	text-align: right;   
  font-weight: 400; 
}
.copyright h5 {
	font-size: 12px;
	text-align: left;
	color: #777;
	margin-left: 70px;
}
.copyright p {
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.copyright .list-inline {
    margin-bottom: 0;
}

@media screen and (max-width: 576px){
  body{
    font-size: 18px !important;
  }

  h1{
    font-size: 40px;
  }

  .pictureBG{
    height: 215px;
  }

  .picture{
    margin-top: -155px;
  }

  h3{
    font-size: 18px;
  }

  .titleText{
    background-color: #1bbbbb;
    width: 100%;
    text-align: center;
    padding: 5px 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    height: 40px;
  }

  .ctnText{
    width: 100%;
    padding: 0;
  }

  .textCtnNum{
    flex-wrap: wrap;
  }
}

/* modal */
.leaveModal.modal .btn-close {
  background: url(https://activity.ubot.com.tw/eCardWeb/images/img/close.png) no-repeat;
  width: 2em;
  height: 1.5em;
  float: right;
}
.leaveModal .modal-header{
  background-color: #fff;
  border-radius: 30px 30px 0 0;
}
.leaveModal .modal-content {
  background-color: #fff;
  border: 5px solid rgba(26, 193, 220, 0.84);
  border-radius: 30px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.leaveModal.modal .modal-title {
  color: #009999;
  font-weight: 600;
}
