* {
    font-family: Microsoft JhengHei;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* a {
    text-decoration: none !important;
    outline: none !important;
    word-break: break-all;
}

* ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

* img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

* p {
    word-break: break-all;
    line-height: 32px;
}

body {
    background-color: #fff;
    padding: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr {
    margin: 0px;
    font-size: inherit;
}

a, button{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover, button:hover{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

textarea {
    resize: none;
}

.form-control{
    background: #fff;
    display: inline-block;
    padding: 10px;
    box-shadow: none;
    border: #eee solid 1px;
}
.form-control:focus{
   box-shadow: none;
   background: #fff;
}

* .ckeditor_container ul{
    list-style: disc;
}

form {
    margin-bottom: 0px;
}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 576px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}