@media only screen and (max-width: 1100px) {
body {
  background: #eef5fb;
  margin: 0;
  font-family: 'Noto Sans TC', sans-serif;
  
}
header {
    width: 100%;
    background: #3f4d67;
    height: 60px;
}
footer {
    width: 100%;
    background: #3f4d67;
    height: 30px;
}
.borderBottom {
    border-bottom: solid 1px #c5c5c5;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18.72px;
}
h4 {
    font-size: 16px;
}
#logo {
    height: 50px;
    width: auto;
    position: absolute;
    left: 0;
    top: 5px;
}
#login {
    position: absolute;
    top: 11px;
    right: 10px;
    border: 0;
    background: #F1B80E;
    font-size: larger;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    font-family: inherit;
}
.contentPosition {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.contentPosition h3 {
    text-align: center;
    font-weight: 300;
}
#index {
    width: 100%;
    height: 600px;
    position: relative;
}
#slogan {
    position: unset;
    width: auto;
    margin-bottom: 10px;
}
#slogan_line {
    position: unset;
    width: 550px;
    border-bottom: solid 2px #000;
    margin: 0 auto;
}
#description {
    position: unset;
    font-weight: 400;
    width: 490px;
    margin: 10px auto;
}
#indexCallToAction {
    position: absolute;
    top: 310px;
    left: 45px;
}
.btnSignUp {
    border: 0;
    padding: 20px 30px;
    font-size: large;
    font-weight: 500;
    background: #0f73ee;
    color: #fff;
    border-radius: 5px;
    font-family: 'Noto Sans TC', sans-serif;
    cursor: pointer;
    display: none;
}
#iosDownload {
    position: absolute;
    top: 520px;
    left: 404px;
    height: 60px;
    width: auto;
}
#imgWeb {
    position: absolute;
    bottom: 105px;
    right: 310px;
    width: 420px;
}
#imgApp {
    position: absolute;
    bottom: 105px;
    right: 265px;
    width: 100px;
}
#resourceManagement {
    width: 100%;
    height: auto;
    text-align: center;
}
.descriptionBlock {
    width: auto;
    height: auto;
    float: unset;
    margin: 40px 5px;
    position: unset;
}
.descriptionBlock h4{
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.descriptionBlock ul {
    text-align: center;
    list-style: none;
    padding: 0;
    position: unset;
    background: unset;
    width: unset;
    display: unset;
    border: unset;
    box-shadow: none;
}
.descriptionBlock ul li{
    width: 85%;
    margin: 5px auto;
    font-size: 14px;
}
#imgChart {
    margin: 30px 0;
    max-width: 500px;
}
#chartDescription {
    width: 80%;
    float: unset;
    text-align: center;
    margin: 0 auto 25px;
}
#imgChat {
    margin: 50px 0;
    max-width: 400px;
}
#onlineDescription {
    margin: 10px auto;
    width: 85%;
}
#imgForum {
    max-width: 500px;
    margin: 20px;
}
#pricing {
    height: 350px;
}
#priceTable {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 #6b6b6b80;
    padding: 35px;
    width: 90%;
    margin: 40px auto;
    text-align: center;
    background: #fff;
}
#priceTable th {
    border-bottom: solid 0.5px #ccc;
}
#credits {
    font-size: .618rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
}
}