@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");
.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;
  }
}

.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 img {
  width: 100%;
}
.wrap main .kv-box {
  background: url("../images/kv_bg_m.jpg") no-repeat 0 0;
  background-size: cover;
  padding-bottom: 35px;
  margin-top: 20px;
}
.wrap main .kv-box .kv {
  width: 80%;
  margin: 0 auto;
}
.wrap main .kv-box .kv div {
  border-radius: 10px;
  overflow: hidden;
}
.wrap main .kv-box .kv .for-pc {
  display: none;
}
.wrap main .content-box {
  position: relative;
}
.wrap main .content-box .block1 {
  background: url("../images/index-about-bg.jpg") no-repeat right 0;
  background-size: 50%;
  padding: 10% 0 50px 0;
}
.wrap main .content-box .block1 .title {
  width: 86%;
  margin: 0% auto 10%;
  position: relative;
  box-sizing: border-box;
  padding: 20px 20px 0;
}
.wrap main .content-box .block1 .title h1 {
  font-weight: 100;
  font-size: 1.8rem;
  margin: 0 0 10px;
}
.wrap main .content-box .block1 .title h2 {
  color: #e0e0e0;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 0;
}
.wrap main .content-box .block1 .title:before, .wrap main .content-box .block1 .title:after {
  content: "";
  width: 8px;
  height: 40px;
  background-color: #cadc37;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap main .content-box .block1 .title:after {
  content: "";
  width: 40px;
  height: 8px;
}
.wrap main .content-box .block1 section .pic {
  background: url("../images/index-about-bar.jpg");
  background-size: 100%;
  height: 120px;
  width: 70%;
  margin-bottom: 5%;
}
.wrap main .content-box .block1 section .txt {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.wrap main .content-box .block1 section .txt p:first-child::first-letter {
  font-size: 2rem;
}
.wrap main .content-box .block1 section .txt a:before {
  content: "";
  width: 35%;
  height: 1px;
  background-color: #ec631b;
  display: block;
  position: absolute;
  bottom: 30px;
  left: -15%;
}
.wrap main .content-box .block2 {
  background: #f6f6f6 url("../images/index-news-bg.jpg") no-repeat center bottom;
  padding: 50px 0 100px 0;
}
.wrap main .content-box .block2 .tab-box {
  width: 95%;
  max-width: 630px;
  margin: 0 auto;
  border: 3px solid #cadc37;
  border-radius: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
  background-color: #fff;
}
.wrap main .content-box .block2 .tab-box li {
  flex: 0 0 28%;
  padding: 20px 3px;
}
.wrap main .content-box .block2 .tab-box li:hover {
  cursor: pointer;
  color: #ec631b;
}
.wrap main .content-box .block2 .tab-box li.selected {
  color: #ec631b;
  position: relative;
}
.wrap main .content-box .block2 .tab-box li.selected:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ec631b;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.wrap main .content-box .block2 .tab-content-box {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto 0px;
}
.wrap main .content-box .block2 .tab-content-box a {
  text-decoration: none;
  color: #000;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.wrap main .content-box .block2 .tab-content-box a:last-child {
  border-bottom: 0;
}
.wrap main .content-box .block2 .tab-content-box dl {
  letter-spacing: 1px;
}
.wrap main .content-box .block2 .tab-content-box dl dt {
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.wrap main .content-box .block2 .tab-content-box dl dd span {
  display: inline-block;
  width: 25px;
}
.wrap main .content-box .block2 .btn {
  margin: 35px auto 0;
  transition: 0.3s;
}
.wrap main .content-box .block2 .btn:hover {
  transition: 0.3s;
  background-color: #086d00;
}
.wrap main .content-box .block3 {
  background: #cadc37 url("../images/index-contact-bg.jpg") no-repeat center 0;
  padding: 50px 0 70px 0;
}
.wrap main .content-box .block3 .b3-container {
  width: 90%;
  margin: 0% auto 0%;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px;
  overflow: hidden;
}
.wrap main .content-box .block3 .b3-container > section .title {
  margin: 20px auto 20px;
  position: relative;
  box-sizing: border-box;
}
.wrap main .content-box .block3 .b3-container > section .title h1 {
  font-weight: 100;
  font-size: 1.8rem;
  margin: 0 0 5px;
}
.wrap main .content-box .block3 .b3-container > section .title h2 {
  color: #e0e0e0;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 0;
}
.wrap main .content-box .block3 .b3-container > section .title:after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #cadc37;
  display: block;
  margin-top: 20px;
}
.wrap main .content-box .block3 .b3-container > section .info-box .info {
  margin-bottom: 20px;
}
.wrap main .content-box .block3 .b3-container > section .info-box .info dl {
  display: flex;
  margin: 0 0 10px;
  font-size: 0.8em;
  line-height: 1rem;
}
.wrap main .content-box .block3 .b3-container > section .info-box .info dl:before {
  content: "●";
  display: block;
  margin-right: 5px;
  font-size: 5px;
  color: #cadc37;
}
.wrap main .content-box .block3 .b3-container > section .info-box .info dl dt {
  flex: 0 0 50px;
}
.wrap main .content-box .block3 .b3-container > section .info-box .info dl dd {
  flex: 0 0 calc(100% - 50px);
  margin: 0;
}
.wrap main .content-box .block3 .b3-container > section .info-box .info dl dd a {
  color: #000;
}
.wrap main .content-box .block3 .b3-container > section .info-box .info dl dd a:hover {
  text-decoration: none;
}
.wrap main .content-box .block3 .b3-container > section .googlemap {
  margin: 20px auto 50px;
  border: 8px solid #cadc37;
}
.wrap main .content-box .block3 .b3-container > section .googlemap iframe {
  height: 300px;
}
.wrap main .content-box .block3 .b3-container .form_container .form_body textarea {
  height: 150px;
}
.wrap main .content-box .block4 {
  background: #cadc37 url("../images/index-link-bg.jpg") no-repeat center 0;
  padding: 50px 0 50px;
}
.wrap main .content-box .block4 .link-box {
  width: 75%;
  margin: 0 auto;
  max-width: 300px;
}
.wrap main .content-box .block4 .link-box a {
  box-sizing: border-box;
  padding: 0 10px;
}
.wrap main .content-box .block4 .slick-prev {
  left: -33px;
}
.wrap main .content-box .block4 .slick-next {
  right: -33px;
}
@media (min-width: 767px) {
  .wrap main .kv-box {
    background: url("../images/kv_bg.jpg") no-repeat 0 0;
    background-size: cover;
    padding-bottom: 50px;
    margin-top: 0;
  }
  .wrap main .kv-box .kv {
    width: 95%;
    max-width: 1450px;
  }
  .wrap main .kv-box .kv div {
    border-radius: 20px;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);
  }
  .wrap main .kv-box .kv .for-m {
    display: none;
  }
  .wrap main .kv-box .kv .for-pc {
    display: block;
  }
  .wrap main .content-box .block1 .title {
    margin: 0% auto 2%;
  }
  .wrap main .content-box .block1 .title h1 {
    font-size: 2.3rem;
  }
  .wrap main .content-box .block1 .title h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .wrap main .content-box .block1 .title:before, .wrap main .content-box .block1 .title:after {
    content: "";
  }
  .wrap main .content-box .block1 .title:after {
    content: "";
  }
  .wrap main .content-box .block1 section {
    display: flex;
    flex-flow: wrap row;
  }
  .wrap main .content-box .block1 section .pic {
    flex: 0 0 40%;
    height: 120px;
  }
  .wrap main .content-box .block1 section .txt {
    flex: 0 0 60%;
    box-sizing: border-box;
    padding: 0 3%;
    margin-top: -9%;
  }
  .wrap main .content-box .block2 .tab-box li {
    font-size: 1.2rem;
    font-weight: 200;
    color: #ccc;
  }
  .wrap main .content-box .block2 .tab-box li.selected:after {
    content: "";
  }
  .wrap main .content-box .block2 .tab-content-box a {
    transition: 0.3s;
  }
  .wrap main .content-box .block2 .tab-content-box a:hover {
    background-color: rgba(202, 220, 55, 0.1);
    transition: 0.3s;
  }
  .wrap main .content-box .block2 .tab-content-box a:hover dl dt,
  .wrap main .content-box .block2 .tab-content-box a:hover dl dd {
    color: #ec631b;
  }
  .wrap main .content-box .block2 .tab-content-box dl {
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    position: relative;
    font-size: 1.13rem;
  }
  .wrap main .content-box .block2 .tab-content-box dl dt {
    flex: 0 0 140px;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 1.13rem;
  }
  .wrap main .content-box .block2 .tab-content-box dl dd {
    flex: 0 0 calc(100% - 140px);
  }
  .wrap main .content-box .block2 .tab-content-box dl dd:after {
    content: "";
  }
  .wrap main .content-box .block3 .b3-container {
    padding: 30px;
  }
  .wrap main .content-box .block3 .b3-container > section .title h1 {
    font-size: 2rem;
  }
  .wrap main .content-box .block3 .b3-container > section .title h2 {
    font-size: 1.2rem;
  }
  .wrap main .content-box .block3 .b3-container > section .title:after {
    content: "";
  }
  .wrap main .content-box .block3 .b3-container > section .info-box {
    display: flex;
    justify-content: space-between;
  }
  .wrap main .content-box .block3 .b3-container > section .info-box .info {
    flex: 0 0 50%;
  }
  .wrap main .content-box .block3 .b3-container > section .info-box .info dl dt {
    flex: 0 0 43px;
  }
  .wrap main .content-box .block3 .b3-container > section .info-box .info dl dd {
    flex: 0 0 calc(100% - 43px);
  }
  .wrap main .content-box .block3 .b3-container > section .info-box .fb {
    flex: 0 0 45%;
  }
  .wrap main .content-box .block3 .b3-container > section .googlemap iframe {
    height: 200px;
  }
  .wrap main .content-box .block4 .link-box {
    width: 85%;
    max-width: 1000px;
    position: relative;
  }
  .wrap main .content-box .block4 .link-box a {
    position: relative;
  }
  .wrap main .content-box .block4 .link-box a:after {
    content: "";
    width: calc(100% - 20px);
    height: 100%;
    border: 0px solid transparent;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 99;
    transition: 0.3s;
  }
  .wrap main .content-box .block4 .link-box a:hover:after {
    content: "";
    transition: 0.3s;
    border: 7px solid #cadc37;
  }
  .wrap main .content-box .block4 .slick-prev {
    width: 20px;
    height: 20px;
  }
  .wrap main .content-box .block4 .slick-next {
    width: 20px;
    height: 20px;
  }
  .wrap .slick-next {
    right: 10px;
  }
  .wrap .slick-prev {
    left: 10px;
    z-index: 9;
  }
  .wrap .slick-dots {
    bottom: -42px;
  }
  .wrap .slick-dots li button:before {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .wrap .slick-dots li {
    width: 30px;
    height: 30px;
  }
  .wrap .slick-dots li button {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 960px) {
  .wrap main .content-box .block1 {
    padding-bottom: 80px;
  }
  .wrap main .content-box .block1 .title:before, .wrap main .content-box .block1 .title:after {
    content: "";
  }
  .wrap main .content-box .block1 .title:after {
    content: "";
  }
  .wrap main .content-box .block1 section {
    align-items: flex-end;
  }
  .wrap main .content-box .block1 section .pic {
    margin-bottom: 0;
  }
  .wrap main .content-box .block2 {
    padding-top: 80px;
  }
  .wrap main .content-box .block2 .tab-box li {
    flex: 0 0 103px;
    font-size: 1.5rem;
    box-sizing: border-box;
    margin: 0 30px;
  }
  .wrap main .content-box .block2 .tab-box li.selected:after {
    content: "";
  }
  .wrap main .content-box .block2 .tab-content-box dl dd:after {
    content: "";
  }
}
@media (min-width: 1280px) {
  .wrap main .kv-box {
    padding-bottom: 80px;
    margin-top: 20px;
  }
  .wrap main .content-box .block1 {
    background-size: initial;
    padding-top: 10%;
    padding-bottom: 125px;
  }
  .wrap main .content-box .block1 .title {
    padding: 40px 0 0 40px;
  }
  .wrap main .content-box .block1 .title h1 {
    font-size: 3.3rem;
  }
  .wrap main .content-box .block1 .title h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .wrap main .content-box .block1 .title:before, .wrap main .content-box .block1 .title:after {
    content: "";
    width: 13px;
    height: 92px;
  }
  .wrap main .content-box .block1 .title:after {
    content: "";
    width: 92px;
    height: 13px;
  }
  .wrap main .content-box .block1 section .pic {
    flex: 0 0 50%;
    height: 260px;
  }
  .wrap main .content-box .block1 section .txt {
    flex: 0 0 50%;
    font-size: 1.25rem;
  }
  .wrap main .content-box .block1 section .txt p:first-child::first-letter {
    font-size: 2.3rem;
  }
  .wrap main .content-box .block1 section .txt a:before {
    content: "";
  }
  .wrap main .content-box .block2 {
    padding-top: 90px;
    padding-bottom: 56px;
  }
  .wrap main .content-box .block2 .tab-box {
    max-width: 880px;
    border: 5px solid #cadc37;
    border-radius: 20px;
    margin-bottom: 70px;
  }
  .wrap main .content-box .block2 .tab-box li {
    flex: 0 0 137px;
    font-size: 2rem;
  }
  .wrap main .content-box .block2 .tab-box li.selected:after {
    content: "";
    height: 5px;
    bottom: -5px;
  }
  .wrap main .content-box .block2 .tab-content-box dl dt {
    flex: 0 0 200px;
    padding-left: 30px;
  }
  .wrap main .content-box .block2 .tab-content-box dl dd {
    flex: 0 0 calc(100% - 200px);
  }
  .wrap main .content-box .block2 .tab-content-box dl dd:after {
    content: "";
  }
  .wrap main .content-box .block2 .btn {
    font-size: 1.25rem;
    padding: 20px 0;
    width: 210px;
    margin: 80px auto 0;
  }
  .wrap main .content-box .block3 {
    padding: 100px 0 100px 0;
  }
  .wrap main .content-box .block3 .b3-container {
    max-width: 1450px;
    padding: 3%;
    display: flex;
  }
  .wrap main .content-box .block3 .b3-container > section {
    flex: 0 0 50%;
  }
  .wrap main .content-box .block3 .b3-container > section .title {
    margin: 0px auto;
  }
  .wrap main .content-box .block3 .b3-container > section .title h1 {
    font-size: 2.38rem;
  }
  .wrap main .content-box .block3 .b3-container > section .title h2 {
    font-size: 1.5rem;
  }
  .wrap main .content-box .block3 .b3-container > section .title:after {
    content: "";
    width: 70px;
    height: 6px;
    margin: 28px 0 20px;
  }
  .wrap main .content-box .block3 .b3-container > section .info-box .info {
    margin-bottom: 0;
  }
  .wrap main .content-box .block3 .b3-container > section .googlemap {
    margin-bottom: 0;
  }
  .wrap main .content-box .block3 .b3-container > section .googlemap iframe {
    height: 200px;
  }
  .wrap main .content-box .block3 .b3-container .form_container {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding-left: 45px;
  }
  .wrap main .content-box .block4 {
    padding: 75px 0 75px;
  }
  .wrap main .slick-prev,
  .wrap main .slick-next {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1600px) {
  .wrap main .content-box .block1 {
    padding-top: 6%;
  }
  .wrap main .content-box .block1 .title {
    margin: 0% 0 0 13%;
    padding: 50px 0 0 50px;
  }
  .wrap main .content-box .block1 .title h1 {
    font-size: 4.2rem;
  }
  .wrap main .content-box .block1 .title h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
  .wrap main .content-box .block1 .title:before, .wrap main .content-box .block1 .title:after {
    content: "";
  }
  .wrap main .content-box .block1 .title:after {
    content: "";
  }
  .wrap main .content-box .block1 section .pic {
    height: 330px;
  }
  .wrap main .content-box .block1 section .txt {
    padding: 0 13% 0 100px;
    margin-top: -4%;
  }
  .wrap main .content-box .block1 section .txt p {
    margin-bottom: 50px;
  }
  .wrap main .content-box .block1 section .txt p:first-child::first-letter {
    font-size: 3rem;
  }
  .wrap main .content-box .block1 section .txt a:before {
    content: "";
    width: 27%;
    bottom: 46px;
    left: -6%;
  }
  .wrap main .content-box .block3 .b3-container > section .title:after {
    content: "";
    width: 100px;
    height: 6px;
    margin: 5% 0 4%;
  }
  .wrap main .content-box .block3 .b3-container > section .googlemap iframe {
    height: 280px;
  }
  .wrap main .content-box .block3 .b3-container .form_container .form_body textarea {
    height: 238px;
  }
}
/*# sourceMappingURL=index.css.map */
