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, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, tfoot, th, thead, time, tt, u, ul, var, video, xmp {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  display: block;
}
i {
  font-style: normal;
}
html {
  font-size: 15px;
}

img {
  font-size: 0;
  color: transparent;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

li {
  /* For IE6 + IE7 */
  display: list-item;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before, q:after {
  content: '';
  content: none;
}

sub, sup, small {
  font-size: 75%;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
svg {
  overflow: hidden;
}
p:empty {
  display: none !important;
}

/* #General
--------------------------------------------------------------- */

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #1e5a80;
}
::selection {
  color: #fff;
  background: #1e5a80;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Clear fix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* Misc. */

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  outline: 0;
  color: #78a6c4;
  transition: color .3s;
}
a:hover{
  color: #1e5a80;
}
/* Forms */
input[type="text"], input[type="password"], input[type="number"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"], input[type="week"], input[type="email"], input[type="search"], input[type="tel"], input[type="url"], input.input-text, select, textarea {
  background: none;
  font-family: inherit;
  line-height: 1.6;
  outline: 0;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  border-bottom: 1px solid rgba(255,255,255,.3);
  width: 100%;
  color: #B0AA7E;
  padding: 1.2rem 0;
  font-size: 1rem;
  resize: vertical;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="time"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input.input-text:focus, select:focus, textarea:focus {
  outline: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-text-fill-color: #B0AA7E;
    -webkit-box-shadow: 0 0 0 1000px rgba(255,255,255,0) inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* Button */
button, input[type=submit] {
  background: none;
  display: inline-block;
  color: #282828 ;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
}

button:hover, input[type=submit]:hover {
}

button:active, button:focus, input[type=submit]:active, input[type=submit]:focus {
}

button[disabled], button.disabled, button.loading {
  cursor: default;
  opacity: 0.3;
}

/* #Typography
--------------------------------------------------------------- */

body {
  line-height: 1.8;
  letter-spacing: 3px;
	font-family: 'Noto Serif TC', serif;
  font-weight: normal;
  color: #282828;
}
h1, h2{
  letter-spacing: 8px;
  color: #78a6c4;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: normal;
}

h5, h6 {
  line-height: 1.6;
}

h1 {
  font-size: 3.5vw;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

::-webkit-input-placeholder {
  opacity: 0.5;
}
:-moz-placeholder {
  opacity: 0.5;
}
/* FF 4 to 18 */

::-moz-placeholder {
  opacity: 0.5;
}
/* FF 19+ */
:-ms-input-placeholder {
  opacity: 0.5;
}

/* 頁面文字樣式 */

.edit_style{
  margin: 50px 0;
  text-align: left;
}
.edit_style p{
  font-size: 1rem;
  margin: 0 0 1rem;
}

.edit_style h2,
.edit_style h3,
.edit_style h4,
.edit_style h5,
.edit_style h6{
    font-size: 1.6rem;
    color: #78a6c4;
    margin: 2rem 0 1rem;
}
.edit_style a:hover{
	color: #1e5a80
}
.edit_style img{
    margin: 40px 0;
    position: relative;
}
.edit_style p.wp-caption-text{
    background: #B5BD00;
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    position: relative;
}
.edit_style p.wp-caption-text:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 20px;
    top: -10px;
    border-style: solid;
    border-width: 0 6px 10.4px 6px;
    border-color: transparent transparent #B5BD00 transparent;
}
.edit_style ul, .edit_style ol{
    margin-left: 20px;
    margin-bottom: 15px;
    line-height: 30px;
}
.edit_style ol, .pc_content ol{
    margin-left: 30px;    
    list-style-type: none;
    counter-reset: es_count_ol;
}
.edit_style ul li:before{
    content: "•";
    font-size: 24px;
    color: #78a6c4;
    display: inline-block;
    width: 30px;
    margin-left: -22px;
    position: absolute;
}
.edit_style ul li, .edit_style ol li{
    margin-bottom: 5px;
}
.edit_style ol li:before{
    content: counter(es_count_ol);
    counter-increment: es_count_ol;
    color: #78a6c4;
    display: inline-block;
    width: 30px;
    margin-left: -20px;
    position: absolute;
}
.edit_style hr{
    border: 0.5px solid #848484;
    margin: 30px 0 30px;
}
.edit_style blockquote{
    background: #fafafa;
    padding: 2rem;
    margin: 2rem 0;
    border-left: 5px solid #78a6c4;
}
.edit_style a{
    color: #78a6c4;
}
.edit_style a:hover{
    color: #fff;
}
.edit_style img.image2{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.edit_style img.image2:nth-child(1){
    padding-right: 10px;
}
.edit_style img.image2:nth-child(2){
    padding-left: 10px;
}
.edit_style img.full{
    width: 100%;
}
.edit_style table{
    margin: 50px 0 40px;
}
.edit_style td{
    border: 1px solid #8E8D8B;
    padding: 10px 20px;
}
.edit_style tr:nth-child(odd){
    background: #fff;
}
.edit_style strong{
	display: inline;
	color: #78a6c4
}

/*! locomotive-scroll v4.0.6 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-direction=horizontal] [data-scroll-container]{white-space:nowrap;height:100vh;display:inline-block;white-space:nowrap}[data-scroll-direction=horizontal] [data-scroll-section]{display:inline-block;vertical-align:top;white-space:nowrap;height:100%}.c-scrollbar{position:absolute;right:0;top:0;width:11px;height:100%;transform-origin:center right;transition:transform .3s,opacity .3s;opacity:0}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{opacity:1}[data-scroll-direction=horizontal] .c-scrollbar{width:100%;height:10px;top:auto;bottom:0;transform:scaleY(1)}[data-scroll-direction=horizontal] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{position:absolute;top:0;right:0;background-color:#000;opacity:.5;width:7px;border-radius:10px;margin:2px;cursor:-webkit-grab;cursor:grab}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}[data-scroll-direction=horizontal] .c-scrollbar_thumb{right:auto;bottom:0}
