@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Rowdies:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;600;700&family=Rowdies:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Rowdies:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;600;700&family=Rowdies:wght@700&display=swap");
.cc1 {
  background-color: #bcd79d;
}

.cc2 {
  background-color: #f3cc99;
}

.cc3 {
  background-color: #f3f099;
}

.cc4 {
  background-color: #c7d94f;
}

.cc5 {
  background-color: #63d94f;
}

.cc6 {
  background-color: #4fd9b4;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  font-family: "Noto Sans CJK TC", sans-serif, "微軟正黑體", "新細明體", "Roboto Mono", monospace, Arial;
}
:focus {
  outline: none;
}

.m0-a {
  margin: 0 auto;
}

.mr0 {
  margin-right: 0;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

.p-tb20 {
  padding: 20px 0;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.tc {
  text-align: center;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.mr-l-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.pr-pl-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.clearfix2 {
  zoom: 1;
  clear: both;
  float: none;
}
.clearfix2:before {
  content: "";
  display: table;
}
.clearfix2:after {
  content: "";
  display: table;
  clear: both;
}

.db {
  display: block;
}

.for-pc {
  display: none;
}

@media (min-width: 767px) {
  .for-pc {
    display: block;
  }
  .for-m {
    display: none;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@-webkit-keyframes arrow {
  from {
    margin-left: 10px;
  }
  to {
    margin-left: 0px;
  }
}

@keyframes arrow {
  from {
    margin-left: 10px;
  }
  to {
    margin-left: 0px;
  }
}
@-webkit-keyframes cloud2 {
  from {
    right: 0%;
  }
  to {
    right: 15%;
  }
}
@keyframes cloud2 {
  from {
    right: 0%;
  }
  to {
    right: 15%;
  }
}
.wrap .side_menu {
  position: fixed;
  bottom: 0;
  z-index: 20;
  display: flex;
  flex-flow: wrap row;
  justify-content: space-evenly;
  margin: 0;
  width: 100%;
  background-color: #cfcfcf;
  box-shadow: 0px -2px 10px rgba(102, 102, 102, 0.2);
  display: none;
}
.wrap .side_menu li {
  padding: 0px 0;
  flex: 0 0 20%;
}
.wrap .side_menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 5px 0;
}
.wrap .side_menu li a b {
  font-weight: normal;
  text-align: center;
}
.wrap .side_menu li a span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.wrap .side_menu li a:hover {
  background-color: #ec631b;
}
.wrap .btn {
  color: #fff;
  background-color: #ec631b;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  padding: 10px 0px;
  width: 150px;
  display: block;
}
.wrap .btn1 {
  text-decoration: none;
  font-size: 0.8rem;
  color: #000;
}
.wrap .btn1:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid #ec631b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
  display: inline-block;
  margin-left: 5px;
}
.wrap .btn2 {
  text-decoration: none;
  font-size: 1rem;
  color: #000;
  position: relative;
  padding-top: 20px;
  margin-top: 30px;
  display: block;
  text-align: center;
}
.wrap .btn2:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 7px solid #ec631b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 0px solid transparent;
  display: inline-block;
  margin-right: 5px;
}
.wrap .btn2:after {
  content: "";
  height: 1px;
  width: 110px;
  display: block;
  background-color: #ec631b;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap .btn3 {
  display: inline-block;
}
.wrap .btn3:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid #ec631b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
  display: inline-block;
  position: relative;
  top: -2px;
  left: 5px;
  -webkit-animation: arrow 0.5s infinite alternate;
          animation: arrow 0.5s infinite alternate;
}
@media (min-width: 767px) {
  .wrap .btn2 {
    text-align: left;
  }
}
@media (min-width: 960px) {
  .wrap .side_menu {
    bottom: initial;
    display: block;
    align-items: center;
    width: initial;
    background-color: transparent;
    right: 10px;
    position: absolute;
    top: 200px;
    right: 10px;
    z-index: 20;
    box-shadow: none;
  }
  .wrap .side_menu li {
    padding: 0px 0;
    width: 55px;
    height: 55px;
    margin-bottom: 12px;
  }
  .wrap .side_menu li a {
    width: 55px;
    height: 55px;
    box-sizing: border-box;
    background-color: #ec631b;
    border-radius: 50%;
    transition: 0.3s;
    font-size: 25px;
  }
  .wrap .side_menu li a:hover {
    transition: 0.3s;
    background-color: #086d00;
  }
  .wrap .side_menu li a span {
    display: none;
  }
  .wrap .side_menu li:nth-child(1) a {
    font-size: 24px;
  }
  .wrap .side_menu li:nth-child(3) a {
    font-size: 23px;
  }
  .wrap .side_menu li:nth-child(5) a {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .wrap .btn1 {
    font-size: 1rem;
  }
}

.wrap .top {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
.wrap .logo {
  width: 150px;
  padding: 10px 5px;
  float: left;
}
.wrap .logo img {
  width: 100%;
}
.wrap .menu_switch {
  color: #000;
  display: block;
  padding: 5px;
  font-size: 25px;
  float: right;
  padding: 14px;
  text-align: center;
}
.wrap .nav-box {
  float: none;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.wrap .nav-box .toggle,
.wrap .nav-box [id^=drop] {
  display: none;
}
.wrap .nav-box .toggle {
  display: block;
  background-color: #f00;
  color: #000;
  line-height: 50px;
  text-decoration: none;
  border: none;
  padding-left: 10px;
}
.wrap .nav-box .toggle + a {
  display: none;
}
.wrap .nav-box .toggle:hover {
  /* background-color: #000000; */
}
.wrap .nav-box [id^=drop]:checked ~ ul {
  display: block;
}
.wrap .nav-box a {
  text-decoration: none;
}
.wrap .nav-box nav {
  margin: 0;
  padding: 0;
  text-align: center;
}
.wrap .nav-box nav:after {
  content: "";
  display: table;
  clear: both;
}
.wrap .nav-box nav .nav_group {
  display: none;
}
.wrap .nav-box nav .menu_pad {
  height: calc(100vh - 45px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .nav-box nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrap .nav-box nav ul.menu {
  width: 100%;
}
.wrap .nav-box nav ul.menu li {
  padding: 15px 0;
  font-size: 18px;
}
.wrap .nav-box nav ul.menu li br {
  display: none;
}
.wrap .nav-box nav ul.menu li > a {
  color: #000;
  letter-spacing: 1px;
}
.wrap .nav-box nav ul.menu li a:after {
  content: "";
}
.wrap .nav-box nav ul.menu li.member-nav a:nth-child(2):before {
  content: "/";
  display: inline-block;
  margin: 0 5px 0 0;
}
.wrap .nav-box nav ul.menu li ul {
  display: none;
}
.wrap .nav-box nav ul.menu li ul.multi-item .toggle {
  background-color: #f00;
}
.wrap .nav-box nav ul.menu li ul.multi-item li ul li a {
  background-color: #eee;
}
.wrap .nav-box nav ul.menu li ul li a {
  background-color: #fff;
  color: #000;
}
.wrap .nav-box nav ul li.single {
  position: relative;
}
.wrap .nav-box nav ul li.single label i {
  margin-left: 3px;
  position: absolute;
  right: 10px;
  top: 14px;
}
.wrap .nav-box nav ul li.single i {
  margin-left: 3px;
}
@media (min-width: 960px) {
  .wrap .top {
    overflow: initial;
  }
  .wrap .top .container {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .wrap .top .container .navigation {
    display: block;
    flex: 0 0 calc(100% - 200px);
    font-size: 16px;
  }
  .wrap .logo {
    flex: 0 0 200px;
    padding: 0;
    float: none;
    clear: both;
  }
  .wrap .menu_switch {
    display: none;
  }
  .wrap .nav-box {
    margin: 0px auto 0 auto;
  }
  .wrap .nav-box dl,
  .wrap .nav-box dt,
  .wrap .nav-box dd,
  .wrap .nav-box ul,
  .wrap .nav-box ol,
  .wrap .nav-box li {
    padding: 0;
    margin: 0;
  }
  .wrap .nav-box .toggle,
  .wrap .nav-box [id^=drop] {
    display: none;
  }
  .wrap .nav-box .toggle + a {
    display: block;
  }
  .wrap .nav-box a {
    padding: 0;
    color: #565c69;
  }
  .wrap .nav-box nav {
    width: 100%;
    margin: 0 auto;
  }
  .wrap .nav-box nav .nav_group {
    display: block;
  }
  .wrap .nav-box nav .menu_pad {
    height: initial;
    display: block;
  }
  .wrap .nav-box nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .wrap .nav-box nav ul.menu {
    width: initial;
    z-index: 100;
    display: flex;
    align-items: center;
  }
  .wrap .nav-box nav ul.menu > li > a {
    border-bottom: 6px solid transparent;
    padding: 40px 0;
  }
  .wrap .nav-box nav ul.menu > li.member-nav a:nth-child(2):before {
    margin: 0 7px 0 2px;
  }
  .wrap .nav-box nav ul.menu > li a:hover {
    transition: 0.3s;
    color: #e50012;
  }
  .wrap .nav-box nav ul.menu > li a.selected {
    color: #e50012;
    border-bottom: 6px solid transparent;
  }
  .wrap .nav-box nav ul.menu li {
    margin: 0 16px 0 0;
    position: static;
    border-bottom: 0;
    position: relative;
    padding-right: 15px;
  }
  .wrap .nav-box nav ul.menu li br {
    display: block;
  }
  .wrap .nav-box nav ul.menu li:last-child {
    margin: 0;
  }
  .wrap .nav-box nav ul.menu li:last-child:after {
    content: "";
    padding: 0;
    width: 0;
  }
  .wrap .nav-box nav ul.menu li ul.multi-item li ul li a {
    background: none;
  }
  .wrap .nav-box nav ul.menu li a {
    display: inline;
  }
  .wrap .nav-box nav ul.menu li a:after {
    content: "";
    width: 0px;
    height: 0px;
    background-color: transparent;
    margin: 0;
  }
  .wrap .nav-box nav ul.menu li > a {
    background: none;
  }
  .wrap .nav-box nav ul.menu li ul li a {
    background: none;
  }
  .wrap .nav-box nav ul.menu ul {
    width: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 58px;
    left: 0px;
    z-index: 100;
  }
  .wrap .nav-box nav ul.menu ul .toggle + a {
    font-size: 1rem;
    font-weight: bold;
  }
  .wrap .nav-box nav ul.menu ul.single-item {
    width: 200px;
    padding: 20px 0;
    border-top: 3px solid #00f;
    top: 63px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .wrap .nav-box nav ul.menu ul.single-item li {
    display: block;
    text-align: center;
  }
  .wrap .nav-box nav ul.menu ul.single-item li a {
    line-height: 30px;
    font-size: 13px;
    padding: 10px 0;
  }
  .wrap .nav-box nav ul.menu ul.single-item li a:hover {
    color: #00f;
  }
  .wrap .nav-box nav ul.menu ul.multi-item {
    box-sizing: border-box;
    padding: 35px 40px 60px;
    border-top: 1px solid #eee;
  }
  .wrap .nav-box nav ul.menu ul.multi-item .toggle {
    background: none;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li {
    display: block;
    flex: 0 0 142px;
    padding: 0;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul {
    padding: 0;
    position: static;
    display: block;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul li {
    position: static;
    clear: both;
    margin: 0;
    line-height: normal;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul li a {
    line-height: 20px;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul li a:hover {
    color: #f00;
  }
  .wrap .nav-box nav ul.menu ul li {
    position: relative;
    display: inline-block;
  }
  .wrap .nav-box nav ul li {
    margin: 0px;
  }
  .wrap .nav-box nav ul li.single {
    position: relative;
  }
  .wrap .nav-box nav ul li.single i {
    font-size: 1rem;
    position: relative;
    top: -2px;
  }
  .wrap .nav-box nav ul li.single:hover > ul {
    display: block;
  }
  .wrap .nav-box nav ul li.multi > a {
    cursor: default;
  }
  .wrap .nav-box nav ul li.multi:hover > ul {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .wrap .top .container .navigation {
    font-size: 18px;
    flex: 0 0 calc(100% - 250px);
  }
  .wrap .logo {
    flex: 0 0 250px;
  }
  .wrap .nav-box {
    margin: 0px auto 0 auto;
  }
  .wrap .nav-box nav ul.menu > li br {
    display: none;
  }
  .wrap .nav-box nav ul.menu li {
    margin: 0 45px 0 0;
  }
  .wrap .nav-box nav ul.menu li br {
    display: none;
  }
  .wrap .nav-box nav ul.menu ul {
    top: 87px;
  }
  .wrap .nav-box nav ul.menu ul .toggle + a {
    font-size: 1.15rem;
  }
  .wrap .nav-box nav ul.menu ul.single-item {
    top: 86px;
    font-size: 21px;
  }
  .wrap .nav-box nav ul.menu ul.single-item li a {
    line-height: 22px;
    font-size: 1rem;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li {
    flex: 0 0 160px;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul li a {
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .wrap .top .container .navigation {
    font-size: 22px;
  }
}

.wrap footer {
  background-color: #e3e3e3;
  padding: 20px 0;
}
.wrap footer .ft {
  width: 95%;
  margin: 0 auto;
  max-width: 1450px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap footer .ft img {
  width: 100%;
}
.wrap footer .ft .p1 {
  flex: 0 0 50px;
}
.wrap footer .ft .p1 .for-pc {
  display: none;
}
.wrap footer .ft .p1 a {
  display: block;
}
.wrap footer .ft .p2 {
  flex: 0 0 calc(100% - 60px);
}
.wrap footer .ft .p2 .fb {
  display: none;
}
.wrap footer .ft .p2 .fb i {
  font-size: 30px;
  color: #fff;
}
.wrap footer .ft .p2 span {
  font-size: 14px;
}
@media (min-width: 960px) {
  .wrap footer {
    padding: 25px 0;
  }
  .wrap footer .ft {
    align-items: flex-start;
  }
  .wrap footer .ft .p1 {
    flex: 0 0 50%;
  }
  .wrap footer .ft .p1 .for-m {
    display: none;
  }
  .wrap footer .ft .p1 .for-pc {
    display: block;
  }
  .wrap footer .ft .p1 a {
    max-width: 200px;
  }
  .wrap footer .ft .p2 {
    flex: 0 0 50%;
    text-align: right;
  }
  .wrap footer .ft .p2 .fb {
    display: block;
    margin-bottom: 5px;
  }
  .wrap footer .ft .p2 .fb i:hover {
    color: #000;
  }
}
html,
body {
  font-family: "Noto Sans TC", "微軟正黑體", "Arial", serif;
  outline: none;
  font-size: 16px;
}
html p,
body p {
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 0 30px 0;
}
@media (min-width: 767px) {
  html,
  body {
    font-size: 16px;
  }
}

.wrap {
  padding-top: 70px;
}
.wrap .top .container {
  max-width: 1450px;
  margin: 0 auto;
}
.wrap main img {
  display: block;
}
@media (min-width: 767px) {
  .wrap dl,
  .wrap p {
    font-size: 1.13rem;
    line-height: 1.5;
  }
}
@media (min-width: 960px) {
  .wrap {
    padding-top: 97px;
  }
}
@media (min-width: 1280px) {
  .wrap {
    padding-top: 106px;
  }
}

.cc1 {
  background-color: #bcd79d;
}

.cc2 {
  background-color: #f3cc99;
}

.cc3 {
  background-color: #f3f099;
}

.cc4 {
  background-color: #c7d94f;
}

.cc5 {
  background-color: #63d94f;
}

.cc6 {
  background-color: #4fd9b4;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  font-family: "Noto Sans CJK TC", sans-serif, "微軟正黑體", "新細明體", "Roboto Mono", monospace, Arial;
}
:focus {
  outline: none;
}

.m0-a {
  margin: 0 auto;
}

.mr0 {
  margin-right: 0;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

.p-tb20 {
  padding: 20px 0;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.tc {
  text-align: center;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.mr-l-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.pr-pl-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.clearfix2 {
  zoom: 1;
  clear: both;
  float: none;
}
.clearfix2:before {
  content: "";
  display: table;
}
.clearfix2:after {
  content: "";
  display: table;
  clear: both;
}

.db {
  display: block;
}

.for-pc {
  display: none;
}

@media (min-width: 767px) {
  .for-pc {
    display: block;
  }
  .for-m {
    display: none;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@keyframes arrow {
  from {
    margin-left: 10px;
  }
  to {
    margin-left: 0px;
  }
}
@keyframes cloud2 {
  from {
    right: 0%;
  }
  to {
    right: 15%;
  }
}
.wrap .side_menu {
  position: fixed;
  bottom: 0;
  z-index: 20;
  display: flex;
  flex-flow: wrap row;
  justify-content: space-evenly;
  margin: 0;
  width: 100%;
  background-color: #cfcfcf;
  box-shadow: 0px -2px 10px rgba(102, 102, 102, 0.2);
  display: none;
}
.wrap .side_menu li {
  padding: 0px 0;
  flex: 0 0 20%;
}
.wrap .side_menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 5px 0;
}
.wrap .side_menu li a b {
  font-weight: normal;
  text-align: center;
}
.wrap .side_menu li a span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.wrap .side_menu li a:hover {
  background-color: #ec631b;
}
.wrap .btn {
  color: #fff;
  background-color: #ec631b;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  padding: 10px 0px;
  width: 150px;
  display: block;
}
.wrap .btn1 {
  text-decoration: none;
  font-size: 0.8rem;
  color: #000;
}
.wrap .btn1:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid #ec631b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
  display: inline-block;
  margin-left: 5px;
}
.wrap .btn2 {
  text-decoration: none;
  font-size: 1rem;
  color: #000;
  position: relative;
  padding-top: 20px;
  margin-top: 30px;
  display: block;
  text-align: center;
}
.wrap .btn2:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 7px solid #ec631b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 0px solid transparent;
  display: inline-block;
  margin-right: 5px;
}
.wrap .btn2:after {
  content: "";
  height: 1px;
  width: 110px;
  display: block;
  background-color: #ec631b;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap .btn3 {
  display: inline-block;
}
.wrap .btn3:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid #ec631b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
  display: inline-block;
  position: relative;
  top: -2px;
  left: 5px;
  -webkit-animation: arrow 0.5s infinite alternate;
          animation: arrow 0.5s infinite alternate;
}
@media (min-width: 767px) {
  .wrap .btn2 {
    text-align: left;
  }
}
@media (min-width: 960px) {
  .wrap .side_menu {
    bottom: initial;
    display: block;
    align-items: center;
    width: initial;
    background-color: transparent;
    right: 10px;
    position: absolute;
    top: 200px;
    right: 10px;
    z-index: 20;
    box-shadow: none;
  }
  .wrap .side_menu li {
    padding: 0px 0;
    width: 55px;
    height: 55px;
    margin-bottom: 12px;
  }
  .wrap .side_menu li a {
    width: 55px;
    height: 55px;
    box-sizing: border-box;
    background-color: #ec631b;
    border-radius: 50%;
    transition: 0.3s;
    font-size: 25px;
  }
  .wrap .side_menu li a:hover {
    transition: 0.3s;
    background-color: #086d00;
  }
  .wrap .side_menu li a span {
    display: none;
  }
  .wrap .side_menu li:nth-child(1) a {
    font-size: 24px;
  }
  .wrap .side_menu li:nth-child(3) a {
    font-size: 23px;
  }
  .wrap .side_menu li:nth-child(5) a {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .wrap .btn1 {
    font-size: 1rem;
  }
}

.wrap .top {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
.wrap .logo {
  width: 150px;
  padding: 10px 5px;
  float: left;
}
.wrap .logo img {
  width: 100%;
}
.wrap .menu_switch {
  color: #000;
  display: block;
  padding: 5px;
  font-size: 25px;
  float: right;
  padding: 14px;
  text-align: center;
}
.wrap .nav-box {
  float: none;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.wrap .nav-box .toggle,
.wrap .nav-box [id^=drop] {
  display: none;
}
.wrap .nav-box .toggle {
  display: block;
  background-color: #f00;
  color: #000;
  line-height: 50px;
  text-decoration: none;
  border: none;
  padding-left: 10px;
}
.wrap .nav-box .toggle + a {
  display: none;
}
.wrap .nav-box .toggle:hover {
  /* background-color: #000000; */
}
.wrap .nav-box [id^=drop]:checked ~ ul {
  display: block;
}
.wrap .nav-box a {
  text-decoration: none;
}
.wrap .nav-box nav {
  margin: 0;
  padding: 0;
  text-align: center;
}
.wrap .nav-box nav:after {
  content: "";
  display: table;
  clear: both;
}
.wrap .nav-box nav .nav_group {
  display: none;
}
.wrap .nav-box nav .menu_pad {
  height: calc(100vh - 45px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .nav-box nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrap .nav-box nav ul.menu {
  width: 100%;
}
.wrap .nav-box nav ul.menu li {
  padding: 15px 0;
  font-size: 18px;
}
.wrap .nav-box nav ul.menu li br {
  display: none;
}
.wrap .nav-box nav ul.menu li > a {
  color: #000;
  letter-spacing: 1px;
}
.wrap .nav-box nav ul.menu li a:after {
  content: "";
}
.wrap .nav-box nav ul.menu li.member-nav a:nth-child(2):before {
  content: "/";
  display: inline-block;
  margin: 0 5px 0 0;
}
.wrap .nav-box nav ul.menu li ul {
  display: none;
}
.wrap .nav-box nav ul.menu li ul.multi-item .toggle {
  background-color: #f00;
}
.wrap .nav-box nav ul.menu li ul.multi-item li ul li a {
  background-color: #eee;
}
.wrap .nav-box nav ul.menu li ul li a {
  background-color: #fff;
  color: #000;
}
.wrap .nav-box nav ul li.single {
  position: relative;
}
.wrap .nav-box nav ul li.single label i {
  margin-left: 3px;
  position: absolute;
  right: 10px;
  top: 14px;
}
.wrap .nav-box nav ul li.single i {
  margin-left: 3px;
}
@media (min-width: 960px) {
  .wrap .top {
    overflow: initial;
  }
  .wrap .top .container {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .wrap .top .container .navigation {
    display: block;
    flex: 0 0 calc(100% - 200px);
    font-size: 16px;
  }
  .wrap .logo {
    flex: 0 0 200px;
    padding: 0;
    float: none;
    clear: both;
  }
  .wrap .menu_switch {
    display: none;
  }
  .wrap .nav-box {
    margin: 0px auto 0 auto;
  }
  .wrap .nav-box dl,
  .wrap .nav-box dt,
  .wrap .nav-box dd,
  .wrap .nav-box ul,
  .wrap .nav-box ol,
  .wrap .nav-box li {
    padding: 0;
    margin: 0;
  }
  .wrap .nav-box .toggle,
  .wrap .nav-box [id^=drop] {
    display: none;
  }
  .wrap .nav-box .toggle + a {
    display: block;
  }
  .wrap .nav-box a {
    padding: 0;
    color: #565c69;
  }
  .wrap .nav-box nav {
    width: 100%;
    margin: 0 auto;
  }
  .wrap .nav-box nav .nav_group {
    display: block;
  }
  .wrap .nav-box nav .menu_pad {
    height: initial;
    display: block;
  }
  .wrap .nav-box nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .wrap .nav-box nav ul.menu {
    width: initial;
    z-index: 100;
    display: flex;
    align-items: center;
  }
  .wrap .nav-box nav ul.menu > li > a {
    border-bottom: 6px solid transparent;
    padding: 40px 0;
  }
  .wrap .nav-box nav ul.menu > li.member-nav a:nth-child(2):before {
    margin: 0 7px 0 2px;
  }
  .wrap .nav-box nav ul.menu > li a:hover {
    transition: 0.3s;
    color: #e50012;
  }
  .wrap .nav-box nav ul.menu > li a.selected {
    color: #e50012;
    border-bottom: 6px solid transparent;
  }
  .wrap .nav-box nav ul.menu li {
    margin: 0 16px 0 0;
    position: static;
    border-bottom: 0;
    position: relative;
    padding-right: 15px;
  }
  .wrap .nav-box nav ul.menu li br {
    display: block;
  }
  .wrap .nav-box nav ul.menu li:last-child {
    margin: 0;
  }
  .wrap .nav-box nav ul.menu li:last-child:after {
    content: "";
    padding: 0;
    width: 0;
  }
  .wrap .nav-box nav ul.menu li ul.multi-item li ul li a {
    background: none;
  }
  .wrap .nav-box nav ul.menu li a {
    display: inline;
  }
  .wrap .nav-box nav ul.menu li a:after {
    content: "";
    width: 0px;
    height: 0px;
    background-color: transparent;
    margin: 0;
  }
  .wrap .nav-box nav ul.menu li > a {
    background: none;
  }
  .wrap .nav-box nav ul.menu li ul li a {
    background: none;
  }
  .wrap .nav-box nav ul.menu ul {
    width: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 58px;
    left: 0px;
    z-index: 100;
  }
  .wrap .nav-box nav ul.menu ul .toggle + a {
    font-size: 1rem;
    font-weight: bold;
  }
  .wrap .nav-box nav ul.menu ul.single-item {
    width: 200px;
    padding: 20px 0;
    border-top: 3px solid #00f;
    top: 63px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .wrap .nav-box nav ul.menu ul.single-item li {
    display: block;
    text-align: center;
  }
  .wrap .nav-box nav ul.menu ul.single-item li a {
    line-height: 30px;
    font-size: 13px;
    padding: 10px 0;
  }
  .wrap .nav-box nav ul.menu ul.single-item li a:hover {
    color: #00f;
  }
  .wrap .nav-box nav ul.menu ul.multi-item {
    box-sizing: border-box;
    padding: 35px 40px 60px;
    border-top: 1px solid #eee;
  }
  .wrap .nav-box nav ul.menu ul.multi-item .toggle {
    background: none;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li {
    display: block;
    flex: 0 0 142px;
    padding: 0;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul {
    padding: 0;
    position: static;
    display: block;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul li {
    position: static;
    clear: both;
    margin: 0;
    line-height: normal;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul li a {
    line-height: 20px;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul li a:hover {
    color: #f00;
  }
  .wrap .nav-box nav ul.menu ul li {
    position: relative;
    display: inline-block;
  }
  .wrap .nav-box nav ul li {
    margin: 0px;
  }
  .wrap .nav-box nav ul li.single {
    position: relative;
  }
  .wrap .nav-box nav ul li.single i {
    font-size: 1rem;
    position: relative;
    top: -2px;
  }
  .wrap .nav-box nav ul li.single:hover > ul {
    display: block;
  }
  .wrap .nav-box nav ul li.multi > a {
    cursor: default;
  }
  .wrap .nav-box nav ul li.multi:hover > ul {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .wrap .top .container .navigation {
    font-size: 18px;
    flex: 0 0 calc(100% - 250px);
  }
  .wrap .logo {
    flex: 0 0 250px;
  }
  .wrap .nav-box {
    margin: 0px auto 0 auto;
  }
  .wrap .nav-box nav ul.menu > li br {
    display: none;
  }
  .wrap .nav-box nav ul.menu li {
    margin: 0 45px 0 0;
  }
  .wrap .nav-box nav ul.menu li br {
    display: none;
  }
  .wrap .nav-box nav ul.menu ul {
    top: 87px;
  }
  .wrap .nav-box nav ul.menu ul .toggle + a {
    font-size: 1.15rem;
  }
  .wrap .nav-box nav ul.menu ul.single-item {
    top: 86px;
    font-size: 21px;
  }
  .wrap .nav-box nav ul.menu ul.single-item li a {
    line-height: 22px;
    font-size: 1rem;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li {
    flex: 0 0 160px;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul li a {
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .wrap .top .container .navigation {
    font-size: 22px;
  }
}

.wrap footer {
  background-color: #e3e3e3;
  padding: 20px 0;
}
.wrap footer .ft {
  width: 95%;
  margin: 0 auto;
  max-width: 1450px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap footer .ft img {
  width: 100%;
}
.wrap footer .ft .p1 {
  flex: 0 0 50px;
}
.wrap footer .ft .p1 .for-pc {
  display: none;
}
.wrap footer .ft .p1 a {
  display: block;
}
.wrap footer .ft .p2 {
  flex: 0 0 calc(100% - 60px);
}
.wrap footer .ft .p2 .fb {
  display: none;
}
.wrap footer .ft .p2 .fb i {
  font-size: 30px;
  color: #fff;
}
.wrap footer .ft .p2 span {
  font-size: 14px;
}
@media (min-width: 960px) {
  .wrap footer {
    padding: 25px 0;
  }
  .wrap footer .ft {
    align-items: flex-start;
  }
  .wrap footer .ft .p1 {
    flex: 0 0 50%;
  }
  .wrap footer .ft .p1 .for-m {
    display: none;
  }
  .wrap footer .ft .p1 .for-pc {
    display: block;
  }
  .wrap footer .ft .p1 a {
    max-width: 200px;
  }
  .wrap footer .ft .p2 {
    flex: 0 0 50%;
    text-align: right;
  }
  .wrap footer .ft .p2 .fb {
    display: block;
    margin-bottom: 5px;
  }
  .wrap footer .ft .p2 .fb i:hover {
    color: #000;
  }
}
html,
body {
  font-family: "Noto Sans TC", "微軟正黑體", "Arial", serif;
  outline: none;
  font-size: 16px;
}
html p,
body p {
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 0 30px 0;
}
@media (min-width: 767px) {
  html,
  body {
    font-size: 16px;
  }
}

.wrap {
  padding-top: 70px;
}
.wrap .top .container {
  max-width: 1450px;
  margin: 0 auto;
}
.wrap main img {
  display: block;
}
@media (min-width: 767px) {
  .wrap dl,
  .wrap p {
    font-size: 1.13rem;
    line-height: 1.5;
  }
}
@media (min-width: 960px) {
  .wrap {
    padding-top: 97px;
  }
}
@media (min-width: 1280px) {
  .wrap {
    padding-top: 106px;
  }
}

.wrap .form_container {
  padding: 0px 0 30px;
  font-family: "Noto Sans TC", "微軟正黑體", "Arial", serif;
}
.wrap .form_container .form_body {
  margin: 0px auto;
  box-sizing: border-box;
  position: relative;
  color: #444;
}
.wrap .form_container .form_body form > section {
  margin-bottom: 10px;
}
.wrap .form_container .form_body .flex {
  margin-bottom: 10px;
}
.wrap .form_container .form_body .flex > div .item-name {
  display: block;
  padding: 5px 0 0 5px;
}
.wrap .form_container .form_body .flex2 {
  margin-bottom: 20px;
}
.wrap .form_container .form_body span.tag {
  display: block;
  margin-bottom: 5px;
  font-size: 0.85rem;
  font-weight: bold;
}
.wrap .form_container .form_body span.tag:after {
  content: "*";
  color: #f00;
  margin-left: 5px;
}
.wrap .form_container .form_body span.tag-non {
  display: block;
  margin-bottom: 5px;
  font-size: 0.85rem;
  font-weight: bold;
}
.wrap .form_container .form_body button.send_btn,
.wrap .form_container .form_body button.send_btn_group {
  display: block;
  margin: 0px auto;
  padding: 10px 0px;
  width: 100%;
  background-color: #cadc37;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.wrap .form_container .form_body input,
.wrap .form_container .form_body select,
.wrap .form_container .form_body textarea {
  flex: 0 0 calc(100% - 140px);
  outline: none;
  display: block;
  width: 100%;
  padding: 0px 0px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  border: 0;
  resize: none;
  letter-spacing: 1px;
  border-radius: 0;
}
.wrap .form_container .form_body input:focus,
.wrap .form_container .form_body select:focus,
.wrap .form_container .form_body textarea:focus {
  border: 1px solid #cadc37;
}
.wrap .form_container .form_body textarea {
  padding: 4px 0 0 4px;
  margin-bottom: 10px;
}
.wrap .form_container .form_body input[type=text],
.wrap .form_container .form_body input[type=password],
.wrap .form_container .form_body select {
  height: 40px;
  margin-bottom: 10px;
}
.wrap .form_container .form_body input[type=radio] {
  width: 14px;
  margin: 10px 5px 20px 0;
  display: inline;
}
@media (min-width: 767px) {
  .wrap .form_container {
    padding-bottom: 0;
  }
  .wrap .form_container .form_body .birth {
    display: flex;
    flex-flow: wrap row;
    align-items: center;
  }
  .wrap .form_container .form_body .birth select {
    flex: 0 0 24%;
  }
  .wrap .form_container .form_body .birth span {
    flex: 0 0 9%;
    text-align: center;
  }
  .wrap .form_container .form_body form > section {
    margin-bottom: 0px;
  }
  .wrap .form_container .form_body .flex {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
  }
  .wrap .form_container .form_body .flex > div {
    display: block;
    flex: 0 0 48.5%;
  }
  .wrap .form_container .form_body .flex2 {
    display: block;
  }
  .wrap .form_container .form_body button {
    margin: 0px 0 0;
  }
  .wrap .form_container .form_body textarea {
    height: 100px;
  }
}
@media (min-width: 960px) {
  .wrap .form_container {
    padding: 0px 0 45px;
  }
  .wrap .form_container .form_body button {
    letter-spacing: 1px;
  }
  .wrap .form_container .form_body textarea {
    padding-left: 4px;
  }
  .wrap .form_container .form_body input[type=text],
  .wrap .form_container .form_body input[type=password],
  .wrap .form_container .form_body select {
    height: 50px;
    padding: 0 0 0 4px;
  }
}
@media (min-width: 1280px) {
  .wrap .form_container {
    padding: 0;
  }
  .wrap .form_container .form_body span.tag {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .wrap .form_container .form_body span.tag-non {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .wrap .form_container .form_body button {
    font-size: 1rem;
  }
  .wrap .form_container .form_body textarea {
    height: 80px;
  }
}

.wrap ol,
.wrap ul,
.wrap dl,
.wrap li,
.wrap dt,
.wrap dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap main .kv-box {
  padding-top: 80px;
  background-size: 190%;
}
.wrap main .content-box {
  position: relative;
}
.wrap main .content-box .side .title-box {
  display: flex;
  margin: -20px auto 30px;
  position: relative;
  left: 8px;
  width: calc(100% - 23px);
}
.wrap main .content-box .side .title-box:after {
  content: "";
  background: url("../images/shadow.png") no-repeat -7px 20px;
  width: 17px;
  display: inline-block;
}
.wrap main .content-box .side .title-box .title {
  width: 95%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  padding: 25px 0 0 25px;
  background-color: #fff;
}
.wrap main .content-box .side .title-box .title h1 {
  font-weight: 100;
  font-size: 1.2rem;
  margin: 0 0 5px;
  display: inline-block;
}
.wrap main .content-box .side .title-box .title h2 {
  display: inline-block;
  color: #e0e0e0;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 0.8rem;
  margin: 0;
  position: relative;
  top: 5px;
}
.wrap main .content-box .side .title-box .title:before, .wrap main .content-box .side .title-box .title:after {
  content: "";
  width: 6px;
  height: 30px;
  background-color: #cadc37;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
.wrap main .content-box .side .title-box .title:after {
  content: "";
  width: 30px;
  height: 6px;
}
.wrap main .content-box .side .sub-kv {
  display: none;
}
.wrap main .content-box .side .sub-menu {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 0.8rem;
  width: 95%;
  margin: 0 auto;
}
.wrap main .content-box .side .sub-menu li {
  text-align: center;
  padding: 0px 0 20px;
  flex: 0 0 28%;
}
.wrap main .content-box .side .sub-menu li.all_news {
  border-bottom: 0;
  order: -1;
  flex: 0 0 15%;
}
.wrap main .content-box .side .sub-menu li.all_news a {
  font-size: 0.8em;
}
.wrap main .content-box .side .sub-menu li.all_news a:before {
  content: "←";
  margin-right: 2px;
}
.wrap main .content-box .side .sub-menu li:last-child {
  margin-right: 0;
}
.wrap main .content-box .side .sub-menu li.selected a {
  color: #ec631b;
}
.wrap main .content-box .side .sub-menu li a {
  text-decoration: none;
  color: #000;
}
.wrap main .content-box .side .sub-menu li a:before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
  font-size: 1rem;
}
.wrap main .content-box .side .sub-menu li a:hover {
  color: #ec631b;
}
.wrap main .content-box .main-content {
  width: 90%;
  margin: 0 auto;
}
.wrap main .content-box .main-content .path {
  margin: 20px 0 50px;
  font-size: 0.8rem;
}
.wrap main .content-box .main-content .path i {
  margin-right: 3px;
}
.wrap main .content-box .main-content .path a {
  text-decoration: none;
  color: #000;
}
@media (min-width: 767px) {
  .wrap main .kv-box {
    padding-top: 100px;
    background-size: cover;
  }
  .wrap main .content-box {
    position: relative;
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
  }
  .wrap main .content-box .side {
    flex: 0 0 240px;
  }
  .wrap main .content-box .side .title-box {
    margin: -56px auto 10px;
    left: 0px;
  }
  .wrap main .content-box .side .title-box:after {
    content: "";
    background: url("../images/shadow.png") no-repeat 0 bottom;
  }
  .wrap main .content-box .side .title-box .title {
    padding: 25px 0 36px 25px;
  }
  .wrap main .content-box .side .title-box .title h1 {
    font-size: 1.8rem;
    display: block;
  }
  .wrap main .content-box .side .title-box .title h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    display: block;
  }
  .wrap main .content-box .side .sub-kv {
    display: block;
    padding-top: 30%;
    position: relative;
    box-sizing: border-box;
    margin: 0 38px 20px 0;
  }
  .wrap main .content-box .side .sub-kv:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.6) 30%, transparent 80%);
  }
  .wrap main .content-box .side .sub-kv:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    top: 5px;
    background-color: #ec631b;
  }
  .wrap main .content-box .side .sub-menu {
    display: block;
    text-align: right;
    font-size: 1.4rem;
    margin-right: 38px;
    box-sizing: border-box;
    padding-left: 20px;
    width: 76%;
    margin-bottom: 100px;
  }
  .wrap main .content-box .side .sub-menu li {
    display: block;
    text-align: right;
    border-bottom: 1px dotted #000;
    padding: 20px 0 20px;
    margin-right: 0;
  }
  .wrap main .content-box .side .sub-menu li.all_news {
    padding: 5px 0 0px;
  }
  .wrap main .content-box .side .sub-menu li.all_news a:before {
    content: "";
    margin-right: 0px;
  }
  .wrap main .content-box .side .sub-menu li.all_news a:after {
    content: "←";
    margin-left: 2px;
    font-size: 1.13rem;
  }
  .wrap main .content-box .side .sub-menu li.selected a {
    color: #ec631b;
  }
  .wrap main .content-box .side .sub-menu li a {
    text-decoration: none;
    color: #000;
  }
  .wrap main .content-box .side .sub-menu li a:before {
    content: "";
    margin-right: 0px;
  }
  .wrap main .content-box .side .sub-menu li a:after {
    content: "/";
    display: inline-block;
    margin-left: 10px;
    font-size: 1.5rem;
  }
  .wrap main .content-box .main-content {
    flex: 0 0 calc(100% - 300px);
    box-sizing: border-box;
    padding-right: 4%;
  }
  .wrap main .content-box .main-content .path {
    text-align: right;
    margin: 20px 0 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
  }
}
@media (min-width: 960px) {
  .wrap main .kv-box {
    padding-top: 170px;
  }
  .wrap main .content-box .side {
    flex: 0 0 400px;
  }
  .wrap main .content-box .side .title-box {
    margin: -78px auto 10px;
    width: 380px;
  }
  .wrap main .content-box .side .title-box:after {
    content: "";
  }
  .wrap main .content-box .side .title-box .title {
    padding: 36px 0 14px 36px;
  }
  .wrap main .content-box .side .title-box .title h1 {
    font-size: 2.5rem;
  }
  .wrap main .content-box .side .title-box .title h2 {
    font-size: 2.1rem;
    line-height: 2.1rem;
  }
  .wrap main .content-box .side .title-box .title:before, .wrap main .content-box .side .title-box .title:after {
    top: 20px;
    left: 20px;
  }
  .wrap main .content-box .side .sub-kv {
    margin: 0 53px 20px 0;
    margin-top: 30px;
  }
  .wrap main .content-box .side .sub-menu {
    margin-right: 53px;
  }
  .wrap main .content-box .main-content {
    flex: 0 0 calc(100% - 400px);
  }
  .wrap main .content-box .main-content .path {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .wrap main .kv-box {
    padding-top: 250px;
  }
  .wrap main .content-box .side {
    flex: 0 0 470px;
  }
  .wrap main .content-box .side .title-box {
    margin: -123px auto 60px;
    width: 440px;
  }
  .wrap main .content-box .side .title-box:after {
    content: "";
    background-position-y: bottom;
  }
  .wrap main .content-box .side .title-box .title {
    width: 423px;
    padding: 66px 0 0px 66px;
  }
  .wrap main .content-box .side .title-box .title h1 {
    font-size: 3.18rem;
  }
  .wrap main .content-box .side .title-box .title h2 {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
  .wrap main .content-box .side .title-box .title:before, .wrap main .content-box .side .title-box .title:after {
    width: 10px;
    height: 55px;
    top: 30px;
    left: 30px;
  }
  .wrap main .content-box .side .title-box .title:after {
    width: 55px;
    height: 10px;
  }
  .wrap main .content-box .side .sub-kv {
    padding-top: 170px;
    margin: 0 31px 20px 0;
  }
  .wrap main .content-box .side .sub-kv:before {
    background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.6) 30%, transparent 80%);
  }
  .wrap main .content-box .side .sub-menu {
    font-size: 2rem;
    margin-right: 31px;
    padding-left: 50px;
  }
  .wrap main .content-box .side .sub-menu li {
    padding: 30px 0 30px;
  }
  .wrap main .content-box .main-content {
    flex: 0 0 calc(100% - 470px);
    padding: 0 5% 0 2%;
  }
  .wrap main .content-box .main-content .path {
    margin: 30px 0 55px 0;
  }
}

.wrap main .kv-box {
  background: url("../images/knowledge_bg.jpg") no-repeat right top;
}
.wrap main .date {
  text-align: center;
  padding: 10px;
  background-color: #cadc37;
  color: #fff;
}
.wrap main .date b {
  display: block;
  border-bottom: 1px dotted #fff;
}
.wrap main .content-box .main-content .content section.list {
  max-width: 960px;
}
.wrap main .content-box .main-content .content section.list a {
  display: block;
  text-decoration: none;
  margin: 0 auto 20px;
  box-sizing: border-box;
  padding: 10px 10px 20px;
  border-bottom: 1px solid #cadc37;
  color: #000;
  transition: 0.3s;
}
.wrap main .content-box .main-content .content section.list a dl {
  display: flex;
  justify-content: space-between;
  line-height: 1.5rem;
}
.wrap main .content-box .main-content .content section.list a dl dt {
  flex: 0 0 40px;
  position: relative;
  height: 40px;
  margin-bottom: 20px;
}
.wrap main .content-box .main-content .content section.list a dl dt b {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  background-color: #ec631b;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.wrap main .content-box .main-content .content section.list a dl dt b:nth-child(1) {
  background-color: #cadc37;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.wrap main .content-box .main-content .content section.list a dl dt b:nth-child(2) {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.wrap main .content-box .main-content .content section.list a dl dd {
  flex: 0 0 calc(100% - 50px);
}
.wrap main .content-box .main-content .content section.list a:hover {
  border-radius: 10px;
  background-color: #cadc37;
  color: #fff;
}
.wrap main .content-box .main-content .content section.list a:hover dl dt b:nth-child(1) {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.wrap main .content-box .main-content .content section.list a:hover dl dt b:nth-child(2) {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.wrap main .content-box .main-content .content section.list a:hover dl dd b:after {
  border-left: 7px solid #fff;
}
.wrap main .content-box .main-content .content section.list a.empty {
  height: 0px;
  padding: 0;
  border: none;
}
.wrap main .content-box .main-content .content section.inner {
  word-wrap: break-word;
  padding-top: 20px;
  padding-bottom: 10%;
}
.wrap main .content-box .main-content .content section.inner ul {
  margin: 16px 0;
  padding-left: 40px;
}
.wrap main .content-box .main-content .content section.inner ul li {
  list-style-type: disc;
}
.wrap main .content-box .main-content .content section.inner ol {
  margin: 16px 0;
  padding-left: 40px;
}
.wrap main .content-box .main-content .content section.inner ol li {
  list-style-type: decimal;
}
.wrap main .content-box .main-content .content section.inner dl dd {
  margin-left: 40px;
}
.wrap main .content-box .main-content .content section.inner img {
  max-width: 100%;
  display: inline;
  vertical-align: bottom;
}
.wrap main .content-box .main-content .content section.inner a {
  display: inline;
  margin: 0;
  text-decoration: underline;
}
.wrap main .content-box .main-content .content section.inner p {
  line-height: normal;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.wrap main .content-box .main-content .content section.inner table {
  border-collapse: collapse;
}
.wrap main .content-box .main-content .content section.inner table th,
.wrap main .content-box .main-content .content section.inner table td {
  border: 1px solid #666;
  padding: 5px;
}
.wrap main .content-box .main-content .content section.inner .news-title {
  border-bottom: 1px solid #cadc37;
}
.wrap main .content-box .main-content .content section.inner .news-title h1 {
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.5rem;
}
.wrap main .content-box .main-content .content section.inner .news-title .date {
  padding: 5px 10px;
}
.wrap main .content-box .main-content .content section.inner .news-title .date b {
  display: inline;
  border-bottom: 0;
}
.wrap main .content-box .main-content .content section.inner a {
  color: #ec631b;
}
.wrap main .content-box .main-content .content section.inner a:hover {
  text-decoration: none;
}
.wrap main .content-box .main-content .content section.inner a.btn2 {
  text-decoration: none;
  color: #000;
  margin-top: 30px;
  display: block;
  width: 110px;
  margin: 30px auto 0;
}
.wrap main .content-box .main-content .content section.inner h2 {
  color: #58a200;
}
.wrap main .content-box .main-content .content section.inner p {
  margin-bottom: 20px;
}
.wrap main .content-box .main-content .content section.inner img {
  height: auto;
}
@media (min-width: 767px) {
  .wrap main .content-box .side .sub-kv {
    background: url("../images/knowledge_bar.jpg") no-repeat 0 bottom;
  }
  .wrap main .content-box .main-content .content section.list a dl dt {
    flex: 0 0 60px;
    height: 60px;
  }
  .wrap main .content-box .main-content .content section.list a dl dt b {
    width: 60px;
    height: 60px;
  }
  .wrap main .content-box .main-content .content section.list a dl dd {
    flex: 0 0 calc(100% - 70px);
  }
  .wrap main .content-box .main-content .content section.inner {
    max-width: 950px;
  }
  .wrap main .content-box .main-content .content section.inner .news-title {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
  }
  .wrap main .content-box .main-content .content section.inner .news-title > div {
    flex: 0 0 100px;
  }
  .wrap main .content-box .main-content .content section.inner .news-title h1 {
    flex: calc(100% - 100px);
    margin: 0;
  }
  .wrap main .content-box .main-content .content section.inner .news-title .date {
    padding: 10px;
    width: 60px;
    display: block;
    font-size: 1.25rem;
    margin-top: 7px;
  }
  .wrap main .content-box .main-content .content section.inner .news-title .date b {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .wrap main .content-box .main-content .content section.inner a.btn2 {
    width: 130px;
    margin: 30px 0 0;
  }
  .wrap main .content-box .main-content .content section.inner a.btn2:after {
    transition: 0.3s;
    width: 130px;
  }
  .wrap main .content-box .main-content .content section.inner a.btn2:hover:after {
    transition: 0.3s;
    width: 0px;
    height: 1px;
  }
  .wrap main .content-box .main-content .content section.inner ul {
    font-size: 1.13rem;
  }
}
@media (min-width: 960px) {
  .wrap main .content-box .main-content .content section.list a dl dt b {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .wrap main .content-box .main-content .content section.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wrap main .content-box .main-content .content section.list a {
    flex: 0 0 46%;
  }
  .wrap main .content-box .main-content .content section.list a dl {
    padding: 0 0 20px;
  }
  .wrap main .content-box .main-content .content section.list a dl dt {
    flex: 0 0 80px;
    height: 80px;
  }
  .wrap main .content-box .main-content .content section.list a dl dt b {
    width: 80px;
    height: 80px;
    font-size: 2.5rem;
  }
  .wrap main .content-box .main-content .content section.list a dl dd {
    flex: 0 0 calc(100% - 100px);
  }
  .wrap main .content-box .main-content .content section.inner ul {
    margin: 16px 0;
    padding-left: 40px;
  }
  .wrap main .content-box .main-content .content section.inner ul li {
    list-style-type: disc;
  }
  .wrap main .content-box .main-content .content section.inner ol {
    margin: 16px 0;
    padding-left: 40px;
  }
  .wrap main .content-box .main-content .content section.inner ol li {
    list-style-type: decimal;
  }
  .wrap main .content-box .main-content .content section.inner dl dd {
    margin-left: 40px;
  }
  .wrap main .content-box .main-content .content section.inner img {
    max-width: 100%;
    display: inline;
    vertical-align: bottom;
  }
  .wrap main .content-box .main-content .content section.inner a {
    display: inline;
    margin: 0;
    text-decoration: underline;
  }
  .wrap main .content-box .main-content .content section.inner p {
    line-height: normal;
    display: block;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
  }
  .wrap main .content-box .main-content .content section.inner table {
    border-collapse: collapse;
  }
  .wrap main .content-box .main-content .content section.inner table th,
  .wrap main .content-box .main-content .content section.inner table td {
    border: 1px solid #666;
    padding: 5px;
  }
  .wrap main .content-box .main-content .content section.inner .news-title {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .wrap main .content-box .main-content .content section.inner .news-title h1 {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }
}
@media (min-width: 1600px) {
  .wrap main .kv-box {
    padding-top: 250px;
  }
  .wrap main .content-box {
    padding-bottom: 100px;
  }
}
/*# sourceMappingURL=knowledge.css.map */
