#sec {
    color: #222
}

#month .display-4 {
    margin: 10px 5px
}

.card-block {
    padding: 5px
}

.condition {
    width: 100%;
    height: 25px;
    color: #db1f31;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 10px 0;
    padding: 0 0 0 20px
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6)
}

#myBtn {
    overflow: hidden;
    cursor: pointer;
    height: 20px;
    text-decoration: underline;
    color: #0c00fc
}

#myBtn img {
    width: 100%
}

.modal-content {
    background-color: #fefefe;
    margin: 13% auto 9% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 900px
}

.modal-content h5 {
    color: #555;
    width: 180px;
    height: 40px;
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 1.8em;
    font-weight: 600
}

.modal-content p {
    font-weight: 500;
    line-height: 32px;
    color: #555;
    font-size: 1rem
}

.close {
    color: #999;
    float: right;
    font-size: 30px;
    font-weight: bold
}

.close:hover,
.close:focus {
    color: #a21e39;
    text-decoration: none;
    cursor: pointer
}

.col-lg-12 img {
    width: 100%;
    height: auto
}

.mb_img {
    display: none
}

.ceoSay {
    background: url('img/escheresque.png');
    width: 100%;
    min-height: 300px;
    height: auto;
    margin-bottom: -17px;
    padding: 26px 0
}

.sayContent {
    width: 60%;
    margin: 0 auto;
    max-width: 1420px
}

h2#ceo {
    color: #FFF;
    text-shadow: 3px 2px 2px #666
}

p#ceo {
    color: #FFF;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px
}

.clear {
    clear: both
}
table.compare{
	font-size: 15px;
	margin: 30px 0;
}
table.compare tr{
	height: 40px;
}
table.compare td{
	padding: 10px 0;
}
.contact_btn{
    width: 100%;
    margin: 50px 0;
    text-align: center;
}
a.c-button {
    width: 280px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 19px;
    text-decoration: none;
    margin: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
    font-family: Microsoft JhengHei, sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
}

a.c-button,
a.c-button:visited {
    color: #fff;
}

.c-button:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    box-shadow: 0px 1px 0px 0px;
}

.blue {
    background-color: #55acee;
    box-shadow: 0px 5px 0px 0px #3C93D5;
}

.blue:hover {
    background-color: #4E91C4;
    text-shadow: 0px -2px #2980B9;
}

.green {
  background-color: #2ecc71;
  box-shadow: 0px 5px 0px 0px #15B358;
}

.green:hover {
  background-color: #28B564;
  text-shadow: 0px -2px #2980B9;
}
.red {
  background-color: #e74c3c;
  box-shadow: 0px 5px 0px 0px #CE3323;
}

.red:hover {
  background-color: #FF6656;
  text-shadow: 0px -2px #BD3E31;
}
@media only screen and (max-width:960px) {
    .pc_img {
        display: none
    }
    .mb_img {
        display: block
    }
    .sayContent {
        width: 90%;
        margin: 0 auto
    }
}