@font-face {
  font-family: 'Microsoft JhengHei';
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(MS Gothic), local(Yu Gothic), local(PMingLiU);
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
input,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
strike,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
textarea,
u,
ul,
var,
video,
xmp,
button {
    border: 0;
    margin: 0;
    padding: 0;
	  -webkit-text-size-adjust: none;
	  -moz-text-size-adjust: none;
	  -ms-text-size-adjust: none;
    font-size: 17px;
    color: #272727;
    line-height: 24px;
    outline: 0;
    box-sizing: border-box;
}

&:not(.editor) a, &:not(.tox-edit-area__iframe) a{
    display: block;
}

.editor a {
    display: inline-block;
}

strong, em, span, font, sub, sup{
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust:none;
}

input, textarea, button, html, body {
    font-family:  Arial, 微軟正黑體, 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'Heiti TC', STHeitiTC, 新細明體, 'PMingLiU', 'Noto Emoji', 'Noto Color Emoji';
}

button {
	cursor: pointer;
}

html,
body {
    width: 100%;
    height: 100%;
	  margin: 0;
    padding: 0;
}

html{ overflow-y:scroll;}

@media screen and (min-width: 1200px) {
    body {
      image-rendering: -webkit-optimize-contrast;
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

b,
strong {
    font-weight: bold;
}

img {
    font-size: 0;
    vertical-align: middle;
    border: 0px;
    -ms-interpolation-mode: bicubic;
}

li {
    display: list-item;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td,
caption {
    font-weight: normal;
    text-align: left;
}

svg {
    overflow: hidden;
}

a, a:link, a:active, a:visited { color:#000000;  text-decoration:none; }
a:hover { color:#000000;  text-decoration:none;  }

.preload { display:none; line-height:0px; font-size:0px; margin:0px; padding:0px; }

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input,
select,
textarea,
button {
	-webkit-appearance: none;
    border-radius: 0;
}

textarea {
	overflow: auto;
	resize: none;
}

::-webkit-input-placeholder {
	color: #000000;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
:-moz-placeholder {
	color: #000000;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
::-moz-placeholder {
	color: #000000;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
:-ms-input-placeholder {
	color: #000000 !important;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
    filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

@media screen and (max-width: 1199px) {
    a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, input, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, strike, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, textarea, u, ul, var, video, xmp, button {
        font-size: 16px;
        line-height: 22px;
    }
}

.animated, .animated *, [class*="animated"], [class*="animated"] * {
    /* Changed from 2.2s to 4.5s globally */
    animation-duration: 4.5s !important;
    animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.animated > .editor, .animated .title1, .animated .title_cap, .animated .more-c, .animated .list-c {
    animation-delay: 800ms !important;
}

.editor .title1, .editor .title_cap,
.editor .title1.active, .editor .title_cap.active,
.animated .editor .title1, .animated .editor .title_cap {
    animation-duration: 2.5s !important;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}