/* Minification failed. Returning unminified contents.
(3083,1): run-time error CSS1019: Unexpected token, found '@charset'
(3083,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(3083,17): run-time error CSS1019: Unexpected token, found ';'
(3084,1): run-time error CSS1019: Unexpected token, found '@import'
(3084,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap')'
(3084,111): run-time error CSS1019: Unexpected token, found ';'
(3085,1): run-time error CSS1019: Unexpected token, found '@import'
(3085,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap')'
(3085,87): run-time error CSS1019: Unexpected token, found ';'
(3581,33): run-time error CSS1046: Expect comma, found '0'
(3581,37): run-time error CSS1046: Expect comma, found '/'
(3677,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3678,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4167,31): run-time error CSS1046: Expect comma, found '0'
(4167,35): run-time error CSS1046: Expect comma, found '/'
(5777,31): run-time error CSS1046: Expect comma, found '0'
(5777,35): run-time error CSS1046: Expect comma, found '/'
(5808,31): run-time error CSS1046: Expect comma, found '0'
(5808,35): run-time error CSS1046: Expect comma, found '/'
(5888,35): run-time error CSS1046: Expect comma, found '0'
(5888,39): run-time error CSS1046: Expect comma, found '/'
(5890,36): run-time error CSS1046: Expect comma, found '0'
(5890,40): run-time error CSS1046: Expect comma, found '/'
(5890,65): run-time error CSS1046: Expect comma, found '0'
(5890,69): run-time error CSS1046: Expect comma, found '/'
(5890,93): run-time error CSS1046: Expect comma, found '0'
(5890,97): run-time error CSS1046: Expect comma, found '/'
(5890,121): run-time error CSS1046: Expect comma, found '0'
(5890,125): run-time error CSS1046: Expect comma, found '/'
(5890,150): run-time error CSS1046: Expect comma, found '0'
(5890,154): run-time error CSS1046: Expect comma, found '/'
(6561,31): run-time error CSS1046: Expect comma, found '0'
(6561,35): run-time error CSS1046: Expect comma, found '/'
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
    height: 25px;
    }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  color: #fff;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px;
  left: 0;
  width: 100%;
}
.swiper-pagination-custom{
  display: flex;
  justify-content: center;
  background: linear-gradient(to top,rgba(0,0,0,0.9) ,transparent);
  bottom: 0;
  height: 100px;
}
.swiper-pagination-custom a{ 
  color: #fff; 
  padding: 20px 10px 0; 
  margin: 0 10px; 
  border-bottom: 3px solid #f5bf1e;
  line-height: 1.6;
}
@media (max-width: 768px){
  .swiper-pagination-custom{ display: none;}
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?9yvfyg');
  src:  url('fonts/icomoon.eot?9yvfyg#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?9yvfyg') format('truetype'),
    url('fonts/icomoon.woff?9yvfyg') format('woff'),
    url('fonts/icomoon.svg?9yvfyg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
  content: "\e916";
}
.icon-phone-call:before {
  content: "\e917";
}
.icon-checkmark1:before {
  content: "\e915";
}
.icon-google:before {
  content: "\e913";
}
.icon-godown:before {
  content: "\e912";
}
.icon-close:before {
  content: "\e911";
}
.icon-back_arrow:before {
  content: "\e900";
}
.icon-calendar:before {
  content: "\e901";
}
.icon-document:before {
  content: "\e902";
}
.icon-down_arrow:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-fb:before {
  content: "\e905";
}
.icon-go-top:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-left_arrow:before {
  content: "\e908";
}
.icon-line:before {
  content: "\e909";
}
.icon-map:before {
  content: "\e90a";
}
.icon-more_arrow:before {
  content: "\e90b";
}
.icon-placeholder:before {
  content: "\e90c";
}
.icon-reset:before {
  content: "\e90d";
}
.icon-right_arrow:before {
  content: "\e90e";
}
.icon-search:before {
  content: "\e90f";
}
.icon-shopping-cart:before {
  content: "\e910";
}
.icon-checkmark:before {
  content: "\e914";
}

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

* {
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
html,
body {
    /*font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;*/
    font-family: 'M PLUS Rounded 1c','微軟正黑體', sans-serif;
    font-size: 15px;
    color: #000;
    box-sizing: border-box;
    background: #f9f9f9;
    line-height: 1.5;
}
body, a {
	font-family: "Microsoft JhengHei",sans-serif;
	font-size: 14px;
	color: #303030;
}

input[type=text] {
    font-size: 0.9375rem;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.3;
    box-sizing: border-box;
    letter-spacing: 1px;
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


a,
button,
input,
select {
    transition: all, .5s;
}

.swiper-slide img {
    width: 100%;
}

.open {
    transition: all, .5s;
}

    .open :last-child {
        transform: rotate(45deg);
        margin-bottom: 0;
    }

    .open :nth-child(2) {
        display: none;
    }

    .open :first-child {
        transform: rotate(-45deg);
        margin-bottom: -1px;
    }

@media (max-width: 768px) {
    .swiper-pagination {
        display: none;
    }
}

body {
    line-height: 1.2;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.w1400 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    position: relative;
    min-height: 1px;
}

.col-container {
    width: 100%;
}

.col-row {
    display: flex;
    flex-wrap: wrap;
}

.col-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
}

.col-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
}

.col-3 {
    max-width: 25%;
    flex: 0 0 25%;
}

.col-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
}

.col-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
}

.col-6 {
    max-width: 50%;
    flex: 0 0 50%;
}

.col-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
}

.col-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
}

.col-9 {
    max-width: 75%;
    flex: 0 0 75%;
}

.col-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
}

.col-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
}

.col-12 {
    max-width: 100%;
    flex: 0 0 100%;
}

@media (max-width: 768px) {
    .col-container {
        width: 100%;
    }

    .col-row {
        padding-top: 0px;
    }

    .col-container--mbNoPt {
        padding-top: 0;
    }

    .col-1 {
        position: relative;
        min-height: 1px;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .col-2 {
        position: relative;
        min-height: 1px;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .col-3 {
        position: relative;
        min-height: 1px;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .col-4 {
        position: relative;
        min-height: 1px;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .col-5 {
        position: relative;
        min-height: 1px;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .col-6 {
        position: relative;
        min-height: 1px;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .col-7 {
        position: relative;
        min-height: 1px;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .col-8 {
        position: relative;
        min-height: 1px;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .col-9 {
        position: relative;
        min-height: 1px;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .col-10 {
        position: relative;
        min-height: 1px;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .col-11 {
        position: relative;
        min-height: 1px;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .col-12 {
        position: relative;
        min-height: 1px;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }
}

.col-noGutter {
    margin: 0;
    padding: 0;
}

.e-btn {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 12px;
}

    .e-btn:hover {
        background: #fff;
        color: #000;
    }

.e-btn--normal {
    background: #f5bf1e;
    color: #fff;
    border: 1px solid #f5bf1e;
}

    .e-btn--normal:hover {
        background: #fff;
        color: #f5bf1e;
    }

.e-btn--primary {
    background: #fff;
    color: #000;
}

    .e-btn--primary:hover {
        background: transparent;
        color: #fff;
    }

.e-btn--ac {
    background: #fff;
    color: #000;
}

.e-btn--mr10 {
    margin-right: 10px;
}

.e-iconBtn {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
}

    .e-iconBtn:hover {
        background: transparent;
        color: #fff;
    }

.e-titleGroup_subtitle {
    color: #f5bf1e;
    font-weight: bolder;
    margin-bottom: 10px;
}

.e-titleGroup_title {
    font-size: 4vmin;
    font-weight: bolder;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.e-more {
    color: #987a43;
}

    .e-more i {
        margin-left: 50px;
    }

    .e-more:hover {
        color: #f5bf1e;
    }

@media (max-width: 768px) {
    .e-titleGroup_title {
        font-size: 24px;
    }

    .e-more i {
        margin-left: 5px;
    }
}

.go_top_fly {
    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 60px;
    cursor: pointer;
    opacity: 0;
    z-index: 100;
    background: #f5bf1e;
    text-align: center;
    padding: 20px 10px;
    border-radius: 50px;
    color: #FFF;
}

    .go_top_fly.active {
        opacity: 1;
    }

header {
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0 8.33333%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.l-logo {
    display: block;
    background: rgba(255,255,255,0.8);
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 10px;
}

    .l-logo img {
        width: 130px;
        transition: all .5s;
    }

.l-ColumnGroup {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.l-tool {
    width: 100%;
    padding: 20px 0 30px;
}

.l-tool--end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.l-social {
    display: flex;
}

.l-nav {
    display: inline-flex;
    flex-wrap: wrap;
}

.l-nav_item {
    text-align: right;
    color: #fff;
    font-size:16px;
    margin-right: 50px;
    position: relative;
    padding-bottom: 12px;
     text-shadow: 0 0 5px rgb(0 0 0 / 70%);
}
.l-nav_item p:first-child{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
   
}

    .l-nav_item:last-child {
        margin-right: 0;
    }

    .l-nav_item:hover {
        color: #f5bf1e;
    }

        .l-nav_item:hover .l-nav_subGroup {
            display: block;
        }

.l-nav_item_en {
    font-size: 12px;
    margin-top: 5px;
}

.l-nav_subGroup {
    display: none;
    background: #f5bf1e;
    padding: 20px 15px;
    margin-top: 10px;
    position: absolute;
    width: 130px;
    text-align:center;
    left: 50%;
    transform: translateX(-50%);
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}



.l-nav_subGroup_link {
    padding-bottom: 35px;
    color: #fff;
    display: block;
    text-shadow:none;
}

    .l-nav_subGroup_link:last-child {
        padding-bottom: 0;
    }

    .l-nav_subGroup_link:hover {
        color: #000;
    }

.l-hamburger {
    display: none;
}

.l-mobile {
    display: none;
}

.slider-banner p {
    display: none;
}

.scroll {
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    color: #00643d;
    bottom: 3px;
    left: 50%;
    padding: 25px 10px 30px 10px;
    transform: translateX(-50%);
    z-index: 999;
    background: rgba(255,255,255,0.8);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.scroll-bar {
    position: absolute;
    bottom: 0;
    left: calc(50% - 2px);
    display: block;
    width: 2px;
    height: 25px;
    background-color: #00643d;
    border-radius: 4px 4px;
    animation: animeBar 1.8s ease 0s infinite;
}

@keyframes animeBar {
    0% {
        bottom: 0;
        height: 25px;
    }

    50% {
        bottom: 0;
        height: 0;
    }

    60% {
        bottom: 25px;
        height: 0;
    }

    100% {
        bottom: 0;
        height: 25px;
    }
}

@media (max-width: 1330px) {
    .scroll {
        display: none;
    }

    .l-nav_item:hover .l-nav_subGroup {
        display: flex;
    }

    .slider-banner p {
        display: block;
        color: #212121;
        text-align: center;
        padding: 10px;
        font-size: 22px;
        font-weight: bold;
        background: #f5bf1e;
    }


    .l-tool--end {
        flex-wrap: wrap;
        background: #f5bf1e;
        padding: 20px 30px;
        justify-content: flex-start;
    }

    .l-social {
        display: none;
    }

    .l-logo img {
        width: 60px;
    }

    .l-ColumnGroup {
        display: none;
    }

    .l-ColumnGroup--mb {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .l-navGroup {
        width: 100%;
        height: 100vh;
        position: fixed;
        overflow: scroll;
        top: 0;
        left: -100%;
        background: rgba(0, 0, 0, 0.8);
        padding-right: 20px;
        transition: all 0.3s ease-in-out;
    }

        .l-navGroup.open_menu {
            left: 0;
        }

    .l-nav {
        width: 100%;
        background: #f5bf1e;
        padding: 30px 0 30px 30px;
    }

    .l-nav_item {
        display: block;
        width: 100%;
        margin-right: 0;
        padding-right: 20px;
        text-align: left;
        margin-bottom: 20px;
        padding-bottom: 0;
    }

        .l-nav_item:hover:hover {
            color: #fff;
        }

    .l-mobile {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        background: #f5bf1e;
        padding: 20px 30px;
    }

    .l-hamburger {
        display: block;
        padding-top: 20px;
    }

    .l-hamburger_item {
        display: block;
        width: 30px;
        height: 2px;
        background: #fff;
        margin-bottom: 8px;
    }

    .l-nav_subGroup {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        position: inherit;
        width: auto;
    }

        .l-nav_subGroup .l-nav_subGroup_link {
            display: block;
            margin-right: 10px;
            padding-bottom: 10px;
        }
}

.l-share {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .l-share.sp {
        padding: 20px 8.33333% 60px;
    }

.l-share_title {
    font-weight: bolder;
    margin-right: 10px;
}

.l-share_btn {
    display: block;
    font-size: 24px;
    margin-right: 10px;
}

    .l-share_btn.line {
        color: #4a9e5c;
    }

    .l-share_btn.fb {
        color: #4e80b3;
    }

    .l-share_btn img {
        width: 24px;
    }

    .l-share_btn:last-child {
        margin-right: 0;
    }

    .l-share_btn:hover {
        opacity: .7;
    }

.l-aboutSlogan {
    position: relative;
    width: 100%;
    text-align: right;
}

.l-bgFont {
    font-size: 14vmin;
    font-weight: bolder;
    color: rgba(245, 191, 30, 0.2);
    letter-spacing: 5px;
}

.l-font {
    font-size: 2.5em;
    font-weight: bolder;
    position: absolute;
    bottom: -20px;
    right: 0px;
    line-height: 1.3;
    letter-spacing: 3px;
}

.l-about {
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

    .l-about img {
        width: 120px;
        flex: none;
    }

.l-about_title {
    width: 100%;
    display: block;
    padding: 20px 0 5px;
    margin-bottom: 20px;
    font-size: 3.6vmin;
    font-weight: bold;
    color: rgba(245, 191, 30, 0.3);
    border-bottom: 1px solid rgba(245, 191, 30, 0.2);
    text-align: right;
}

.l-about_content {
    width: calc(100% - 160px);
    line-height: 1.6;
}

.l-about--center {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 1470px) {
    .l-bgFont {
        font-size: 9vmin;
    }

    .l-about--center {
        align-items: center;
    }

    .l-font {
        display: flex;
        flex-direction: column;
        left: 80px;
        bottom: 0;
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .l-aboutSlogan {
        text-align: left;
    }

    .l-font {
        flex-direction: row;
    }

    .l-about_content {
        width: 100%;
    }

    .l-about {
        padding-left: 0;
    }

        .l-about img {
            width: 45%;
            margin: 30px auto 0 auto;
        }

    .l-share {
        padding: 20px 0 10px 0;
        margin: 0 0 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #e8e8e8;
    }

        .l-share.sp {
            border-bottom: none;
        }
}

.l-txt-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.l-aboutLink {
    margin-top: 20px;
    display: block;
    color: #987a43;
}

    .l-aboutLink i {
        margin-left: 20px;
    }

    .l-aboutLink:hover {
        color: #f5bf1e;
    }

.l-info {
    background: #eef0f1;
    width: 100%;
}

    .l-info.A {
        background: #eef0f1;
    }

    .l-info.B {
        background: #e9eced;
    }

    .l-info.C {
        background: #ebedee;
    }

    .l-info.D {
        background: #e6e9ea;
    }

.l-info--star {
    padding: 30px 18% 0 30px;
    display: flex;
    justify-content: flex-end;
}

.l-info--end {
    padding: 30px 20px 0 18%;
}

.l-info--end2 {
    padding: 30px 62px 0 9%;
}

.l-info_group {
    width: 100%;
    height: 190px;
}

.l-info_group_title {
    width: 100%;
    display: flex;
    align-items: center;
    word-break: keep-all;
    margin-bottom: 20px;
}

    .l-info_group_title p {
        font-weight: bolder;
        color: #000;
    }

.l-line {
    display: block;
    width: 85%;
    height: 1px;
    background: #f5bf1e;
    margin-left: 10px;
}

.l-info_group_link {
    display: block;
    width: 100%;
    padding: 10px;
}

    .l-info_group_link:hover {
        background: #f5f5f5;
    }

.l-info_group_link_date {
    color: #545454;
    margin-right: 10px;
}

.l-info_group_link_title {
    color: #701d07;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 100px);
    vertical-align: bottom;
}

@media (max-width: 768px) {
    .l-info--star {
        padding: 30px 20px;
    }

    .l-info--end {
        padding: 30px 20px;
    }

    .l-info_group {
        height: auto;
    }

    .l-info_group_link {
        padding: 10px;
    }

    .l-info_group_link_title {
        display: block;
        width: 100%;
        line-height: 1.6;
    }
}

.l-tourism {
    width: 100%;
    padding: 30px 20px 8% 18%;
    margin-top: 30px;
    background: #f5bf1e;
    display: flex;
}

.l-tourism_title {
    display: block;
    font-size: 2.5vmin;
    font-weight: bolder;
    color: #fff;
    padding: 10px 10px 10px 0;
    border-right: 1px solid #fff;
    line-height: 1.5;
    transition: all, .5s;
}

.l-tourism a:hover .l-tourism_title {
    text-shadow: 0 0 3px #a08500;
}

.l-tourism_content {
    padding: 8px 20px;
    color: #fff;
    line-height: 1.6;
    position:relative;
}

    .l-tourism_content p:first-child {
        font-size: 15px;
        color: #926500;
    }

    .l-tourism_content .e-btn {
        position: absolute;
        right: 5%;
        bottom: -9%;
    }

.l-tourism--1200{
    /*max-height:400px;
    overflow:hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;*/
}

.l-tourismImg {
    display: block;
    width: 100%;
    height:100%;
    max-height:470px;
    object-fit: cover;
}

.l-list_group > a img {
    transition: all 0.5s;
}

.l-list_group > a:hover img {
    box-shadow: 0 0 6px rgb(0 0 0 / 50%);
}

@media (max-width: 1470px) {
    .l-tourism {
        padding: 30px 20px 5% 18%;
    }
}

@media (max-width: 1220px) {
    .l-tourism--1200 {
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .l-list_group img {
        width: 20vmin;
    }

    .l-tourism {
        flex-wrap: wrap;
        padding: 20px;
    }

    .l-tourism_title {
        width: 100%;
        font-size: 24px;
        border-right: none;
    }

    .l-tourism_content {
        padding: 0;
    }
}

.l-tourismNews {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 9%;
}

.l-tourismNews_group {
    display: flex;
    width: 100%;
    background: #fff;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
    transition: all, .5s;
    position:relative;
}

.l-tourismNews_group_img{
    width: 300px;
    height: 200px;
    object-fit: cover;
    flex: none;
}

    .l-tourismNews_group:hover .l-tourismNews_group_title {
        color: #987a43;
    }

    .l-tourismNews_group:first-child {
        margin-right: 30px;
    }


.l-tourismNews_grou_content {
    width: 65%;
    padding: 15px;
}

.l-tourismNews_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 15px;
}

.l-tourismNews_data_dat {
    color: #222222;
}

.l-tourismNews_data_tag {
    color: #987a43;
}

.l-tourismNews_group_title {
    color: #f5bf1e;
    margin-bottom: 10px;
    display: block;
}

.l-tourismNews_group_txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.5;
}

.l-tourismNews_group_btn {
    position: absolute;
    bottom: -10px;
    right: 10px;
}

@media (max-width: 768px) {
    .l-tourismNews {
        padding: 30px 0;
        flex-wrap: wrap;
    }

    .l-tourismNews_group {
        flex-wrap: wrap;
    }

        .l-tourismNews_group:first-child {
            margin: 0 0 30px 0;
        }

    .l-tourismNews_group_img {
        width: 100%;
    }

    .l-tourismNews_grou_content {
        width: 100%;
    }
     .l-tourism_content .e-btn{
         position:inherit;
     }
}

.l-card {
    width: 49%;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    background: #5898c4;
    position: relative;
}

    .l-card:hover {
        background: #4482ad;
        transition: all, .5s;
    }

.l-card_content > a {
    color: #fff;
}

.l-card_icon {
    color: #fff;
    padding: 0 30px 0 0;
}

    .l-card_icon img {
        width: 100px;
    }

.l-card_content_subtitle {
    font-size: 13px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.l-card_content_title {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bolder;
    letter-spacing: 3px;
}

.l-card_content_txt {
    line-height: 1.6;
    margin-bottom: 30px;
}

.l-card--green {
    background: #56b79a;
}

    .l-card--green:hover {
        background: #389478;
    }

.l-card .h-txt--right {
    text-align: right;
    position: absolute;
    right: 4%;
    bottom: 11%;
}

@media (max-width: 768px) {
    .l-card {
        width: 100%;
        height: auto;
        padding: 20px;
        flex-wrap: wrap;
        text-align: center;
    }

    .l-card_icon {
        margin-bottom: 20px;
    }

    .l-card .h-txt--right {
        position: inherit;
        text-align: center;
    }
}

.l-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 16%;
}

.l-list_group {
   width: 30vmin;
   padding: 0 10px;
}

.l-list_group img {
    display: block;
    width:100%;
    margin-bottom: 20px;
}

.l-list_group_info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #f5bf1e;
    font-size: 13px;
}

.l-list_group_txt{
    line-height: 1.6;
}

.l-list_group_info_tag {
    display: block;
    padding: 5px;
    background: #f5bf1e;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 10px;
    font-size: 13px;
}

@media (max-width: 1470px) {
    .l-list_group img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .l-list {
        flex-wrap: wrap;
        padding: 50px 20px;
    }

    .l-list_group {
        width: 48%;
        margin-bottom: 20px;
    }

        .l-list_group:last-child {
            margin-right: 0;
        }

        .l-list_group img {
            width: 100%;
            margin-bottom: 10px;
        }
}

.l-ac {
    padding: 50px 10%;
    background: #efefef;
}

    .l-ac img {
        width: 100%;
    }

@media (max-width: 768px) {
    .l-ac {
        padding: 50px 20px;
    }
}

.l-event {
    padding: 50px 10%;
}

.l-eventGroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.l-cardLink {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 0 75px 20px 0;
    background: linear-gradient(to left, #f5b61e, #f5bf1e);
    color: #fff;
    line-height: 1.6;
}

    .l-cardLink .h-txt--right {
        transition: all 0.5s;
    }

    .l-cardLink:hover {
        opacity: .7;
    }

        .l-cardLink:hover .h-txt--right {
            margin-right: 5px;
        }

    .l-cardLink:last-child {
        margin-right: 0;
    }

.l-cardLink_title {
    font-weight: bolder;
    margin-bottom: 20px;
}

.l-cardLink_txt {
    font-size: 13px;
    margin-bottom: 10px;
}

.l-cardLink--gray {
    background: linear-gradient(to left, #e6e9ea, #f5f7f8);
    color: #000;
}

.l-eventBtn {
    margin-top: 30px;
    display: block;
    padding: 15px;
    background: #555555;
    border: 1px solid #555555;
    color: #fff;
    font-size: 13px;
}

    .l-eventBtn i {
        margin-left: 60px;
    }

    .l-eventBtn:hover {
        background: #fff;
        color: #555555;
    }

@media (max-width: 768px) {
    .l-event {
        padding: 50px 20px;
    }

    .l-eventGroup {
        flex-wrap: wrap;
    }

    .l-cardLink {
        margin-right: 0;
    }
}

footer {
    background: #efefef;
    padding: 30px 10%;
    clear: both;
}

.l-footer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.l-footer_group {
    width: 15%;
    margin-right: 15px;
}

.l-footer_group_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
    position: relative;
}

    .l-footer_group_title::before {
        content: "";
        display: block;
        width: 25px;
        height: 1px;
        background: #f5bf1e;
        position: absolute;
        left: 0;
        bottom: -1px;
    }

.l-footer_group_link {
    display: block;
    color: #000;
    margin-bottom: 15px;
    font-size: 13px;
    padding: 0 10px;
}

    .l-footer_group_link:hover {
        color: #f5bf1e;
    }

.l-footer_group--center {
    width: 100%;
    padding: 80px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.l-footer_group_logo {
    width: 190px;
    margin-bottom: 30px;
}

.l-footer_group_txt {
    color: #000;
    margin-bottom: 20px;
    font-size: 13px;
}

.l-footer_group--btw {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #000;
    padding-top: 20px;
}

.l-footer_group_link {
    color: #000;
    margin-right: 10px;
}

    .l-footer_group_link:hover {
        color: #f5bf1e;
    }

@media (max-width: 768px) {
    footer {
        padding: 30px 20px;
    }

    .l-footer {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .l-footer_group {
        width: 100%;
        margin-right: 0;
    }

    .l-footer_group--mb {
        width: 45px;
    }

    .l-footer_group--btw {
        flex-wrap: wrap;
    }

    .l-footer_group_link {
        display: inline-block;
        padding: 0;
    }

    .l-footer_group_title {
        padding: 10px 0;
    }
}

.h-flex {
    display: flex;
}

.h-flexRow {
    display: flex;
    flex-wrap: wrap;
}

.h-flex--center {
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: keep-all;
    flex-wrap: wrap;
}

.h-flex--yCenter {
    display: flex;
    align-items: center;
}

.h-flex--xCenter {
    display: flex;
    justify-content: center;
}

.h-flex--yCenterXend {
    display: flex;
    justify-content: center;
}

.h-flex--btw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.h-flex--xBtw {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.h-flex--end {
    display: flex;
    align-items: flex-end;
    justify-self: start;
    flex-wrap: wrap;
}

.h-flex--xEnd {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.h-flex--yEnd {
    display: flex;
    align-items: flex-end;
}

.h-positionTopRight {
    position: absolute;
    top: 0;
    right: 0;
}

.h-txt--left {
    text-align: left;
}

.h-txt--right {
    text-align: right;
    padding-top: 15px;
}

.h-txt--center {
    text-align: center;
}

.h-txt-keep {
    word-break: keep-all;
}

.h-mt5 {
    margin-top: 5px;
}

.h-mt10 {
    margin-top: 10px;
}

.h-mt20 {
    margin-top: 20px;
}

.h-mt25 {
    margin-top: 25px;
}

.h-mt30 {
    margin-top: 30px;
}

.h-mt35 {
    margin-top: 35px;
}

.h-mt50 {
    margin-top: 50px;
}

.h-mt60 {
    margin-top: 60px;
}

.h-mb3 {
    margin-bottom: 3px;
}

.h-mb10 {
    margin-bottom: 10px;
}

.h-mb20 {
    margin-bottom: 20px;
}

.h-mb25 {
    margin-bottom: 25px;
}

.h-mb30 {
    margin-bottom: 30px;
}

.h-mb40 {
    margin-bottom: 40px;
}

.h-mb80 {
    margin-bottom: 80px;
}

.h-mr5 {
    margin-right: 5px;
}

.h-mr10 {
    margin-right: 10px;
}

.h-mr15 {
    margin-right: 15px;
}

.h-mr20 {
    margin-right: 20px;
}

.h-mr25 {
    margin-right: 25px;
}

.h-ml-10 {
    margin-left: -10px;
}

.h-ml5 {
    margin-left: 5px;
}

.h-ml10 {
    margin-left: 10px;
}

.h-ml15 {
    margin-left: 15px;
}

.h-ml20 {
    margin-left: 20px;
}

.h-ml30 {
    margin-left: 30px;
}

.h-pt10 {
    padding-top: 10px;
}

.h-pt20 {
    padding-top: 20px;
}

.h-pt25 {
    padding-top: 25px;
}

.h-pt35 {
    padding-top: 35px;
}

.h-pb5 {
    padding-bottom: 5px;
}

.h-pb10 {
    padding-bottom: 10px;
}

.h-pb20 {
    padding-bottom: 20px;
}

.h-pb30 {
    padding-bottom: 30px;
}

.h-pl10 {
    padding-left: 10px;
}

.h-pl20 {
    padding-left: 20px;
}

.h-pl30 {
    padding-left: 30px;
}

.h-pr10 {
    padding-right: 10px;
}

.h-pr15 {
    padding-right: 15px;
}

.h-pl--1 {
    padding-left: 18%;
}

.h-w30 {
    width: 30%;
}

/*訂閱電子報*/
.jump {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: hidden;
    display: none;
}

.black2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    overflow-y: hidden;
}

.Jumpbox {
    background: #fffee6;
    border-radius: 5px;
    border: 3px solid #ffae15;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -250px auto 0 auto;
    width: 500px;
    height: auto;
    box-sizing: border-box;
    z-index: 9999;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

    .Jumpbox .x {
        position: absolute;
        top: -30px;
        right: -30px;
        width: 70px;
        z-index: 10000;
    }

    .Jumpbox input {
        border: 1px solid #ccc;
    }

.Newsletter {
    text-align: center;
    padding: 40px;
}

    .Newsletter input {
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
    }

    .Newsletter p {
        font-size: 20px;
        font-weight: 600;
        color: #FFAE15;
        padding: 0 0 10px 0;
    }

        .Newsletter p i {
            display: block;
            font-size: 35px;
            padding: 0 0 3px 0;
        }

    .Newsletter span {
        display: block;
        margin: 15px 0 0 0;
    }

        .Newsletter span a {
            display: inline-block;
            position: static;
            background: #ffb425;
            border-radius: 5px;
            padding: 10px;
            color: #fff;
            margin: 0 5px;
        }

.JumpVideo {
    background: #ffffff;
    border: 5px solid #fff;
    width: 1100px;
    height: 550px;
    padding: 5px;
}

    .JumpVideo iframe {
        width: 100%;
        height: 100%;
    }
/*內頁all*/

.St {
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
    position: relative;
}

    .St:before {
        content: "";
        width: 4px;
        height: 90%;
        background: #ffc107;
        position: absolute;
        left: 2px;
        top: 1px;
    }

.main-banner.message {
    background-image: url(../../../images/2021/mb-message.jpg);
}

.main-banner.trends {
    background-image: url(../../../images/2021/mb-trends.jpg);
}

.main-banner.publications {
    background-image: url(../../../images/2021/mb-publications.jpg);
}

.main-banner.gallery {
    background-image: url(../../../images/2021/mb-gallery.jpg);
}

.main-banner.about {
    background-image: url(../../../images/2021/mb-about.jpg);
}

.main-banner {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.edit_title {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
}

    .edit_title span {
        margin-top: 10px;
        display: block;
        color: #5a5a5a;
    }

.all_in_title {
    text-align: center;
    font-size: 1.875rem;
    font-weight: 600;
}

    .all_in_title.left {
        text-align: left;
    }

    .all_in_title span {
        font-size: 16px;
        display: block;
        font-weight: 100;
        padding: 10px 0 0 0;
        color: #f5bf1e;
    }

.all_in_box {
    padding: 45px 0;
}

    .all_in_box .Down_box .Sl {
        color: #d8a200;
        position: relative;
        padding-left: 15px;
    }

        .all_in_box .Down_box .Sl:before {
            content: "";
            width: 4px;
            height: 17px;
            background: #f5bf1e;
            position: absolute;
            left: 0;
            top: 2px;
        }

.all_in_type {
    display: inline-block;
    background: #f5bf1e;
    color: #FFF;
    font-size: 0.9375rem;
    padding: 5px 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-weight: 300;
    border-radius: 5px;
}

.all_in_box.A .all_in_type {
    background: #14b2cb;
}

.all_in_box.A .Down_box .Sl {
    color: #14b2cb;
}

    .all_in_box.A .Down_box .Sl:before {
        background: #14b2cb;
    }

.all_in_box.A .Back a {
    color: #14b2cb;
    border: 2px solid #14b2cb;
}

    .all_in_box.A .Back a:hover {
        background: #14b2cb;
        color: #fff;
    }

.all_in_box.A .Down_box .icon_dl {
    background: #14b2cb;
}

.all_in_box.B .all_in_type {
    background: #8770bc;
}

.all_in_box.B .Down_box .Sl {
    color: #8770bc;
}

    .all_in_box.B .Down_box .Sl:before {
        background: #8770bc;
    }

.all_in_box.B .Back a {
    color: #8770bc;
    border: 2px solid #8770bc;
}

    .all_in_box.B .Back a:hover {
        background: #8770bc;
        color: #fff;
    }

.all_in_box.B .Down_box .icon_dl {
    background: #8770bc;
}

.all_in_box.C .all_in_type {
    background: #e28e12;
}

.all_in_box.C .Down_box .Sl {
    color: #e28e12;
}

    .all_in_box.C .Down_box .Sl:before {
        background: #e28e12;
    }

.all_in_box.C .Back a {
    color: #e28e12;
    border: 2px solid #e28e12;
}

    .all_in_box.C .Back a:hover {
        background: #e28e12;
        color: #fff;
    }

.all_in_box.C .Down_box .icon_dl {
    background: #e28e12;
}

.all_in_box.D .all_in_type {
    background: #729a22;
}

.all_in_box.D .Down_box .Sl {
    color: #729a22;
}

    .all_in_box.D .Down_box .Sl:before {
        background: #729a22;
    }

.all_in_box.D .Back a {
    color: #729a22;
    border: 2px solid #729a22;
}

    .all_in_box.D .Back a:hover {
        background: #729a22;
        color: #fff;
    }

.all_in_box.D .Down_box .icon_dl {
    background: #729a22;
}


.Down_box .text.sp {
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
}

.Down_box .text.sp.list_style ol, .Down_box .text.sp.list_style ul,.Down_box .text.sp.list_style li{
    list-style-type:revert; 
    text-indent: -47px;
    padding: 3px 0 3px 47px;
}
    .Down_box .text.sp > span {
        padding: 0 0 0 20px;
        box-sizing: border-box;
    }
 .Down_box .text.sp > span i {
        padding: 0 0 0 30px;
	text-indent: -30px;
    }
.Down_box .text.sp img{
	width:100%;
}
.Down_box .text.sp table{display: table;border: 1px solid black;margin:10px 0;}
.Down_box .text.sp table tr { display: table-row ; border: inherit; }
.Down_box .text.sp table thead { display: table-header-group ; border: inherit; }
.Down_box .text.sp table tbody { display: table-row-group ; border: inherit; }
.Down_box .text.sp table td,.Down_box .text.sp table th { display: table-cell ; border: 1px solid black; padding:5px; }

.Down_box .text.sp.list_style strong{	
	font-weight: bolder !important;
}

.Down_box .table3 {
    float: inherit;
    width: auto;
}

    .Down_box .table3 .text span {
        display: block;
        padding: 5px 0;
    }

.Down_box .Sl {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

.Down_box .icon_dl {
    border-radius: 5px;
    font-size: 14px;
    transition: all .2s ease-out;
    padding: 7px 15px;
    display: inline-block;
    margin-left: 5px;
}

    .Down_box .icon_dl a {
        color: #fff;
    }

        .Down_box .icon_dl a:hover {
            opacity: 0.5;
        }

.Back {
    text-align: center;
    margin: 30px 0 0 0;
}

    .Back a {
        border: 2px solid #f5bf1e;
        color: #f5bf1e;
        clear: both;
        border-radius: 25px;
        font-size: 14px;
        text-align: center;
        width: 150px;
        padding: 10px;
        transition: all .2s ease-out;
        display: inline-block;
        cursor: pointer;
    }

        .Back a:hover {
            background: #f5bf1e;
            color: #fff;
        }

        .Back a i {
            padding-right: 10px;
        }

.page {
    font-size: 0.8125rem;
    padding: 20px 0 45px 0;
}

    .page > div {
        display: flex;
        justify-content: center;
    }

        .page > div .last_bt,
        .page > div .next_bt {
            padding: 0 15px;
        }

        .page > div .num {
            display: flex;
        }

        .page > div a {
            border-radius: 5px;
            transition: background 0.15s ease-out, color 0.15s ease-out;
            padding: 0 10px;
            margin: 0 3px;
            display: flex;
            height: 30px;
            align-items: center;
            color: #545454;
            background-color: #ebebeb;
        }

            .page > div a:hover,
            .page > div a.now {
                background: #edb50e;
                color: #545454;
            }

    .page > p {
        text-align: center;
        color: #808080;
        padding: 15px 0 0 0;
    }

/*News*/
/*search*/
.news_search {
    display: flex;
    justify-content: center;
    padding: 25px 0 0 0;
    flex-flow: row wrap;
}

    .news_search .title {
        position: relative;
        font-size: 0.9375rem;
        color: #987a43;
        width: 30%;
        margin-right: 10px;
    }

        .news_search .title input {
            padding-left: 60px;
        }

    .news_search .time {
        position: relative;
        font-size: 0.9375rem;
        color: #987a43;
        margin-right: 10px;
    }

        .news_search .time .ui-datepicker-trigger {
            display: none;
        }

@media (max-width: 767px) {

    .news_search .title,
    .news_search .time {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

.news_search .title input,
.news_search .time input {
    height: 45px;
    border: 1px solid #f5bf1e;
    box-sizing: border-box;
    outline: none;
    border-radius: 0;
    width: 100%;
}

    .news_search .time input.A {
        border-right: none;
        padding-left: 90px;
        width: 205px;
    }

@media (max-width: 767px) {
    .news_search .time input.A {
        width: 50%;
    }
}

.news_search .time input.B {
    border-left: none;
    padding-left: 15px;
    width: 135px;
}

@media (max-width: 767px) {
    .news_search .time input.B {
        width: 50%;
    }
}

.news_search .title span,
.news_search .time span,
.news_search .time b,
.news_search .time i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.news_search .title span,
.news_search .time span {
    left: 10px;
}

.news_search .time b {
    left: 56%;
    transform: translate(-50%, -50%);
}

.news_search .time i {
    right: 12px;
    font-size: 1.1875rem;
}

.news_search .select_box {
    margin-right: 10px;
    position: relative;
}

.select_box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 45px 0 15px;
    font-size: 0.9375rem;
}

.news_search .select_box select {
    height: 45px;
    border: 1px solid #f5bf1e;
}

@media (max-width: 767px) {

    .news_search .title,
    .news_search .select_box {
        margin: 0 0 10px 0;
        width: 100%;
    }
}

.news_search .select_box select {
    height: 45px;
    color: #987a43;
    border: 1px solid #f5bf1e;
}

@media (max-width: 767px) {
    .news_search .select_box select {
        width: 100%;
    }

    .news_search .time b {
        left: 50%;
    }
}

.select_box i {
    position: absolute;
    pointer-events: none;
    right: 10px;
    top: 50%;
    margin: -11px 0 0 0;
    color: #987a43;
}

.news_search .select_box.one {
    margin: 0 10px 0 0;
}

@media (max-width: 767px) {
    .news_search .select_box.one {
        margin: 0 0 10px 0;
    }
}

.news_search .key_box {
    margin: 0 10px 0 0;
}

    .news_search .key_box input {
        height: 45px;
        border: 1px solid #f5bf1e;
        padding-left: 15px;
        width: 200px;
        box-sizing: border-box;
    }

@media (max-width: 1023px) {
    .news_search .key_box input {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .news_search .key_box {
        width: 100%;
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .news_search .key_box {
        margin: 0 0 10px 0;
    }
}

.news_search .go {
    background: #f5bf1e;
    transition: background 0.15s ease-out;
    padding: 0 20px;
    display: flex;
    align-items: center;
    color: #231e1e;
    font-size: 0.9375rem;
}

    .news_search .go input {
        background: none;
        border: none;
    }

    .news_search .go:hover {
        background: #d8a715;
    }

@media (max-width: 1023px) {
    .news_search .go.sp {
        height: 45px;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .news_search .go {
        height: 45px;
        width: 100%;
        justify-content: center;
    }
}

/*列表*/
.news_list li {
    display: flex;
    flex-flow: row wrap;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
    transition: background 0.15s ease-out;
    position: relative;
}

    .news_list li span {
        width: 90px;
    }

@media (max-width: 767px) {
    .news_list li span {
        width: auto;
    }
}

.news_list li span.time {
    text-align: center;
    color: #707070;
    font-weight: 600;
    transition: color 0.15s ease-out;
}

    .news_list li span.time b {
        display: block;
        font-size: 19px;
        letter-spacing: 0;
    }

@media (max-width: 767px) {
    .news_list li span.time b {
        display: inline-block;
        font-size: 1rem;
    }
}

.news_list li span.type {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 0.9375rem;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: 300;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .news_list li span.type {
        padding: 3px 10px;
        border-radius: 3px;
        margin: 0 0 0 10px;
    }
}

.news_list li span.num {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    color: #808080;
    font-size: 0.9375rem;
}

@media (max-width: 767px) {
    .news_list li span.num {
        position: inherit;
        padding: 5px 0 0 0;
        transform: none;
    }
}

.news_list li.A span.type {
    background: #14b2cb;
}

.news_list li.B span.type {
    background: #8770bc;
}

.news_list li.C span.type {
    background: #e28e12;
}

.news_list li.D span.type {
    background: #729a22;
}

.news_list li.E span.type {
    background: #50d0a7;
}

.news_list li a {
    width: calc(100% - 370px);
    padding: 0 80px 0 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: color 0.15s ease-out;
    color: #231e1e;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .news_list li a {
        width: 100%;
        padding: 8px 0 0 0;
    }
}

.news_list li:hover {
    background: #FBFBFB;
}

    .news_list li:hover.A span.time {
        color: #14b2cb;
    }

    .news_list li:hover.A a {
        color: #14b2cb;
    }

    .news_list li:hover.B span.time {
        color: #8770bc;
    }

    .news_list li:hover.B a {
        color: #8770bc;
    }

    .news_list li:hover.C span.time {
        color: #e28e12;
    }

    .news_list li:hover.C a {
        color: #e28e12;
    }

    .news_list li:hover.D span.time {
        color: #729a22;
    }

    .news_list li:hover.D a {
        color: #729a22;
    }

    .news_list li:hover.E span.time {
        color: #50d0a7;
    }

    .news_list li:hover.E a {
        color: #50d0a7;
    }

.text_wrapper{
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-start;
}

.text.sp .Img {
    /*display: inline-block;
    width: 23%;*/
    height: 20vw;
    flex-basis:23%;
    margin: 10px 5px;
    border: 5px #fff solid;
    box-shadow: 0 0 3px rgb(0 0 0 / 60%);
}

    .text.sp .Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

.bread {
    font-size: 14px;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

    .bread a {
        color: #AAAAAA;
    }

        .bread a:after {
            content: "/";
            padding: 0 8px;
            transform: translateY(-1px);
            display: inline-block;
        }

/*觀光趨勢*/

.trends_box .title_say {
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    padding: 30px;
    position: relative;
    margin: 0 5px;
}

    .trends_box .title_say span {
        color: #000000;
        border-bottom: 1px dotted #e0e0e0;
        padding-bottom: 10px;
        margin: 0 0 10px 0;
        display: block;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        box-sizing: border-box;
    }

    .trends_box .title_say p {
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 15px;
        line-height: 1.5;
    }

        .trends_box .title_say p.open {
            height: auto;
            -webkit-line-clamp: unset;
            transition: height 0.15s ease-out;
        }

    .trends_box .title_say a {
        background: #f5bf1e;
        color: #FFF;
        border-radius: 20px;
        font-size: 14px;
        padding: 6px 15px;
        display: inline-block;
        transition: background 0.15s ease-out;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 70px;
        text-align: center;
    }

        .trends_box .title_say a:before {
            content: "展開";
        }

        .trends_box .title_say a.open:before {
            content: "收闔";
        }

        .trends_box .title_say a:hover {
            background: #cf602a;
        }

.trends_box .first_a {
    display: flex;
    justify-content: center;
    padding: 30px 0 0 0;
}

    .trends_box .first_a a {
        width: 50%;
        height: 160px;
        margin: 0 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        font-size: 25px;
        font-weight: bold;
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        position: relative;
        text-shadow: 0 0 5px rgb(0 0 0 / 15%), -5px 0 5px rgb(0 0 0 / 15%), 5px 0 5px rgb(0 0 0 / 15%), 0 5px 5px rgb(0 0 0 / 15%), 0 -5px 5px rgb(0 0 0 / 15%);
        letter-spacing: 1px;
        overflow: hidden;
    }

        .trends_box .first_a a:before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%);
            background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%);
            background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#bf000000',GradientType=0);
            transition: opacity 0.15s ease-out;
        }

        .trends_box .first_a a:after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            background: rgba(0,0,0,0.3);
        }

        .trends_box .first_a a span {
            position: relative;
            z-index: 3;
            transition: opacity 0.15s ease-out;
            text-align: center;
            padding: 0 0 15px 0;
            display: block;
            box-sizing: border-box;
        }

            .trends_box .first_a a span img {
                width: 30px;
                margin: 0 0 5px 0;
            }

        .trends_box .first_a a:first-child {
            background: url(../../../images/trends/02.jpg);
            background-size: cover;
            background-position: center;
        }

        .trends_box .first_a a:nth-child(2) {
            background: url(../../../images/trends/03.jpg);
            background-size: cover;
            background-position: center;
        }

    .trends_box .first_a.two a:first-child {
        background: url(../../../images/trends/04.jpg);
        background-size: cover;
        background-position: center;
    }

    .trends_box .first_a.two a:nth-child(2) {
        background: url(../../../images/trends/05.jpg);
        background-size: cover;
        background-position: center;
    }

    .trends_box .first_a.two a:nth-child(3) {
        background: url(../../../images/trends/06.jpg);
        background-size: cover;
        background-position: center;
    }

    .trends_box .first_a a:hover span, .trends_box .first_a a:hover:before, .trends_box .first_a a:hover:after {
        opacity: 0;
    }

.trends_box .first_a_tab {
    border-bottom: 4px solid #e07039;
    display: flex;
    padding: 25px 0 0 0;
}

    .trends_box .first_a_tab a {
        background: url(../../../images/trends/globe_b.png) 20px center no-repeat #e3e3e3;
        background-size: 20px;
        padding: 0 25px 0 50px;
        height: 50px;
        line-height: 50px;
        margin: 1px 0 -1px 0;
        border-radius: 8px 8px 0 0;
        margin: 0 26px 0 0;
        position: relative;
        font-size: 19px;
        font-weight: bolder;
        letter-spacing: 1px;
        color: #848484;
    }

        .trends_box .first_a_tab a:hover {
            background: url(../../../images/trends/globe_w.png) 20px center no-repeat #e07039;
            background-size: 20px;
            color: #FFF;
        }

        .trends_box .first_a_tab a:nth-child(2) {
            background: url(../../../images/trends/analytics_b.png) 20px center no-repeat #e3e3e3;
            background-size: 20px;
        }

            .trends_box .first_a_tab a:nth-child(2):hover {
                background: url(../../../images/trends/analytics_w.png) 20px center no-repeat #e07039;
                background-size: 20px;
            }

        .trends_box .first_a_tab a:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 50px 0 0 30px;
            border-color: transparent transparent transparent #e3e3e3;
            display: block;
            position: absolute;
            right: -26px;
            top: 0;
            transition: 0.2s ease-out border-color;
        }

        .trends_box .first_a_tab a.active {
            background: url(../../../images/trends/globe_w.png) 20px center no-repeat #e07039;
            background-size: 20px;
            color: #FFF;
        }

        .trends_box .first_a_tab a:nth-child(2).active {
            background: url(../../../images/trends/analytics_w.png) 20px center no-repeat #e07039;
            background-size: 20px;
            color: #FFF;
        }

        .trends_box .first_a_tab a.active:after, .trends_box .first_a_tab a:hover:after {
            border-color: transparent transparent transparent #e07039;
        }

.trends_box ul {
}

    .trends_box ul li {
        display: flex;
        padding: 0 5px;
        border-bottom: 1px dashed #c8c8c8;
        padding: 20px 5px;
        align-items: flex-start;
        flex-flow: row wrap;
    }

        .trends_box ul li .img {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            /*padding: 0 0 18% 0;*/
            width: 300px;
            height:200px;
            overflow:hidden;
            border: 3px solid #FFF;
            box-sizing: border-box;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        }

        .trends_box ul li .text {
            width: calc(100% - 300px);
            box-sizing: border-box;
            padding: 0 0 0 20px;
            overflow: hidden;
        }

            .trends_box ul li .text > div {
                border-left: 3px solid #ffa841;
                padding: 0 0 0 10px;
                font-weight: bolder;
            }

                .trends_box ul li .text > div span {
                    color: #989898;
                }

                .trends_box ul li .text > div h4 a {
                    font-size: 19px;
                    font-weight: bolder;
                    transition: color 0.15s ease-out;
                }

                    .trends_box ul li .text > div h4 a:hover {
                        color: #e07039;
                    }

            .trends_box ul li .text p {
                font-size: 15px;
                padding: 12px 0 0 0;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                /*height: 112px;*/
                box-sizing: border-box;
            }

            .trends_box ul li .text > a {
                color: #e07039;
                float: right;
                margin: 8px 0 0 0;
            }

                .trends_box ul li .text > a:hover {
                    text-decoration: underline;
                }

 @media (max-width: 768px) {
     .trends_box ul li .img {
            width: 100%;
            height: 50vw;
        }

    .trends_box ul li .text {
            width: 100%;
            padding: 20px 0 0;
        }

}


.trends_in_box {
    font-size: 15px;
    border-bottom: 1px dotted #CCC;
    margin: 0 0 15px 0;
}

    .trends_in_box .time {
        padding: 0 0 10px 0;
    }

    .trends_in_box h4 {
        font-size: 19px;
        font-weight: bolder;
        padding: 0 0 15px 0;
    }

    .trends_in_box .edit_box {
        border-top: 1px dashed #c8c8c8;
        border-bottom: 1px dashed #c8c8c8;
        padding: 15px 0;
    }


        .trends_in_box .edit_box img {
            max-width: 100%;
        }

    .trends_in_box .b_box .title_s {
        padding: 0 0 10px 15px;
        position: relative;
        color: #f89200;
        font-size: 19px;
        font-weight: bolder;
        border-bottom: 1px dashed #c8c8c8;
    }

        .trends_in_box .b_box .title_s:before {
            content: "";
            position: absolute;
            top: 11px;
            left: 3px;
            width: 5px;
            height: 5px;
            background: #f89200;
        }

    .trends_in_box .donload_box {
        padding: 25px 0 0 0;
    }

        .trends_in_box .donload_box .list p {
            font-weight: bolder;
            padding: 15px 0 0 0;
        }

            .trends_in_box .donload_box .list p a {
                display: inline-block;
                font-size: 15px;
            }

                .trends_in_box .donload_box .list p a:hover {
                    color: #e07039;
                    transition: 0.15s ease-out color;
                }

                .trends_in_box .donload_box .list p a span {
                    background: url(../../../images/dw_icon.png) no-repeat right 25px center,#f89200;
                    color: #FFF;
                    border-radius: 25px;
                    padding: 10px 25px;
                    width: 180px;
                    box-sizing: border-box;
                    display: inline-block;
                    transition: 0.15s ease-out background;
                }

                .trends_in_box .donload_box .list p a:hover span {
                    background: url(../../../images/dw_icon.png) no-repeat right 25px center,#e07039;
                }

                .trends_in_box .donload_box .list p a b {
                    padding: 0 0 0 10px;
                }

    .trends_in_box .photo_box {
        padding: 35px 0 0 0;
    }

        .trends_in_box .photo_box .list {
            display: flex;
            flex-flow: row wrap;
            padding: 15px 0 0 0;
        }

            .trends_in_box .photo_box .list a {
                background-size: cover;
                background-position: center;
                padding: 0 0 16% 0;
                width: 23%;
                border: 3px solid #FFF;
                box-sizing: border-box;
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
                margin: 0 1% 15px 1%;
            }

.country_box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0 0 0;
}

    .country_box .St {
        font-size: 16px;
        color: #6b6b6b;
        font-weight: 600;
        padding-bottom: 10px;
        position: relative;
        border-bottom: 1px solid #ddd;
    }

    .country_box > div {
        width: 30%;
        margin: 0 0 25px 0;
    }

        .country_box > div:nth-child(1) {
            width: 100%;
        }

            .country_box > div:nth-child(1) .c_list span {
                background: #05aee8;
            }

        .country_box > div:nth-child(2) .c_list span {
            background: #d62b6c;
        }

        .country_box > div:nth-child(3) .c_list span {
            background: #00ada7;
        }

        .country_box > div:nth-child(4) .c_list span {
            background: #f15a29;
        }

        .country_box > div .c_list {
            padding: 20px 0 0 0;
            display: flex;
            flex-flow: row wrap;
        }

            .country_box > div .c_list span {
                /*margin:0 40px 25px 0;
	padding:0 0 0 8px;
	border-left:5px solid #ffa841;
	font-size:15px;
	height:20px;
	line-height:20px;*/
                /*background:#ffa841;*/
                margin: 0 15px 10px 0;
                padding: 5px 25px;
                border-radius: 20px;
                color: #FFF;
                font-size: 15px;
                transition: 0.15s ease-out background;
                cursor: pointer;
            }

        .country_box > div:nth-child(1) .c_list span:hover {
            background: #0080d6;
        }

        .country_box > div:nth-child(2) .c_list span:hover {
            background: #a73e5c;
        }

        .country_box > div:nth-child(3) .c_list span:hover {
            background: #00827b;
        }

        .country_box > div:nth-child(4) .c_list span:hover {
            background: #ef4136;
        }

    .country_box img {
        border: 3px solid #FFF;
        width: calc(100% - 16px);
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        margin: 0 auto;
        height: auto;
    }


.trends_in_box .edit_box {
    /* Begin bidirectionality settings (do not change) */
}

    .trends_in_box .edit_box html, .trends_in_box .edit_box address,
    .trends_in_box .edit_box blockquote,
    .trends_in_box .edit_box body, .trends_in_box .edit_box dd, .trends_in_box .edit_box div,
    .trends_in_box .edit_box dl, .trends_in_box .edit_box dt, .trends_in_box .edit_box fieldset, .trends_in_box .edit_box form,
    .trends_in_box .edit_box frame, .trends_in_box .edit_box frameset,
    .trends_in_box .edit_box h1, .trends_in_box .edit_box h2, .trends_in_box .edit_box h3, .trends_in_box .edit_box h4,
    .trends_in_box .edit_box h5, .trends_in_box .edit_box h6, .trends_in_box .edit_box noframes,
    .trends_in_box .edit_box ol, .trends_in_box .edit_box p, .trends_in_box .edit_box ul, .trends_in_box .edit_box center,
    .trends_in_box .edit_box dir, .trends_in_box .edit_box hr, .trends_in_box .edit_box menu, .trends_in_box .edit_box pre {
        display: block;
    }

    .trends_in_box .edit_box li {
        display: list-item;
    }

    .trends_in_box .edit_box head {
        display: none;
    }

    .trends_in_box .edit_box table {
        display: table;
    }

    .trends_in_box .edit_box tr {
        display: table-row;
    }

    .trends_in_box .edit_box thead {
        display: table-header-group;
    }

    .trends_in_box .edit_box tbody {
        display: table-row-group;
    }

    .trends_in_box .edit_box tfoot {
        display: table-footer-group;
    }

    .trends_in_box .edit_box col {
        display: table-column;
    }

    .trends_in_box .edit_box colgroup {
        display: table-column-group;
    }

    .trends_in_box .edit_box td, .trends_in_box .edit_box th {
        display: table-cell;
    }

    .trends_in_box .edit_box caption {
        display: table-caption;
    }

    .trends_in_box .edit_box th {
        font-weight: bolder;
        text-align: center;
    }

    .trends_in_box .edit_box caption {
        text-align: center;
    }

    .trends_in_box .edit_box body {
        margin: 8px;
    }

    .trends_in_box .edit_box h1 {
        font-size: 2em;
        margin: .67em 0;
    }

    .trends_in_box .edit_box h2 {
        font-size: 1.5em;
        margin: .75em 0;
    }

    .trends_in_box .edit_box h3 {
        font-size: 1.17em;
        margin: .83em 0;
    }

    .trends_in_box .edit_box h4, .trends_in_box .edit_box p, .trends_in_box .edit_box blockquote, .trends_in_box .edit_box ul, .trends_in_box .edit_box fieldset, .trends_in_box .edit_box form, .trends_in_box .edit_box ol, .trends_in_box .edit_box dl, .trends_in_box .edit_box dir, .trends_in_box .edit_box menu {
        margin: 1.12em 0;
    }

    .trends_in_box .edit_box h5 {
        font-size: .83em;
        margin: 1.5em 0;
    }

    .trends_in_box .edit_box h6 {
        font-size: .75em;
        margin: 1.67em 0;
    }

    .trends_in_box .edit_box h1, .trends_in_box .edit_box h2, .trends_in_box .edit_box h3, .trends_in_box .edit_box h4, .trends_in_box .edit_box h5, .trends_in_box .edit_box h6, .trends_in_box .edit_box b, .trends_in_box .edit_box strong {
        font-weight: bolder;
    }

    .trends_in_box .edit_box blockquote {
        margin-left: 40px;
        margin-right: 40px;
    }

    .trends_in_box .edit_box i, .trends_in_box .edit_box cite, .trends_in_box .edit_box em, .trends_in_box .edit_box var, .trends_in_box .edit_box address {
        font-style: italic;
    }

    .trends_in_box .edit_box pre, .trends_in_box .edit_box tt, .trends_in_box .edit_box code, .trends_in_box .edit_box kbd, .trends_in_box .edit_box samp {
        font-family: monospace;
    }

    .trends_in_box .edit_box pre {
        white-space: pre;
    }

    .trends_in_box .edit_box button, .trends_in_box .edit_box textarea, .trends_in_box .edit_box input, .trends_in_box .edit_box select {
        display: inline-block;
    }

    .trends_in_box .edit_box big {
        font-size: 1.17em;
    }

    .trends_in_box .edit_box small, .trends_in_box .edit_box sub, .trends_in_box .edit_box sup {
        font-size: .83em;
    }

    .trends_in_box .edit_box sub {
        vertical-align: sub;
    }

    .trends_in_box .edit_box sup {
        vertical-align: super;
    }

    .trends_in_box .edit_box table {
        border-spacing: 2px;
    }

    .trends_in_box .edit_box thead, .trends_in_box .edit_box tbody, .trends_in_box .edit_box tfoot {
        vertical-align: middle;
    }

    .trends_in_box .edit_box td, .trends_in_box .edit_box th {
        vertical-align: inherit;
    }

    .trends_in_box .edit_box s, .trends_in_box .edit_box strike, .trends_in_box .edit_box del {
        text-decoration: line-through;
    }

    .trends_in_box .edit_box hr {
        border: 1px inset;
    }

    .trends_in_box .edit_box ol, .trends_in_box .edit_box ul, .trends_in_box .edit_box dir, .trends_in_box .edit_box menu, .trends_in_box .edit_box dd {
        margin-left: 40px;
    }

    .trends_in_box .edit_box ol {
        list-style-type: decimal;
    }

        .trends_in_box .edit_box ol ul, .trends_in_box .edit_box ul ol,
        .trends_in_box .edit_box ul ul, .trends_in_box .edit_box ol ol {
            margin-top: 0;
            margin-bottom: 0;
        }

    .trends_in_box .edit_box u, .trends_in_box .edit_box ins {
        text-decoration: underline;
    }

    .trends_in_box .edit_box br:before {
        content: "\A";
    }

    .trends_in_box .edit_box :before, .trends_in_box .edit_box :after {
        white-space: pre-line;
    }

    .trends_in_box .edit_box center {
        text-align: center;
    }

    .trends_in_box .edit_box :link, .trends_in_box .edit_box :visited {
        text-decoration: underline;
    }

    .trends_in_box .edit_box :focus {
        outline: thin dotted invert;
    }

    .trends_in_box .edit_box BDO[DIR="ltr"] {
        direction: ltr;
        unicode-bidi: bidi-override;
    }

    .trends_in_box .edit_box BDO[DIR="rtl"] {
        direction: rtl;
        unicode-bidi: bidi-override;
    }

    .trends_in_box .edit_box *[DIR="ltr"] {
        direction: ltr;
        unicode-bidi: embed;
    }

    .trends_in_box .edit_box *[DIR="rtl"] {
        direction: rtl;
        unicode-bidi: embed;
    }

@media print {
    .trends_in_box .edit_box h1 {
        page-break-before: always;
    }

    .trends_in_box .edit_box h1, .trends_in_box .edit_box h2, .trends_in_box .edit_box h3,
    .trends_in_box .edit_box h4, .trends_in_box .edit_box h5, .trends_in_box .edit_box h6 {
        page-break-after: avoid;
    }

    .trends_in_box .edit_box ul, .trends_in_box .edit_box ol, .trends_in_box .edit_box dl {
        page-break-before: avoid;
    }
}

.trends_in_box .edit_box ol, .trends_in_box .edit_box ul, .trends_in_box .edit_box li {
    list-style: initial;
}

/*專題*/
.imgL {
    height: 250px;
    border: 5px #fff solid;
    box-shadow: 0 0 4px rgb(0 0 0 / 50%);
}

.Topic {
    padding: 20px 0;
}

    .Topic .mbox {
        display: inline-block;
        background: #fff;
        box-shadow: 0 0 3px rgba(0,0,0,0.5);
        width: 24%;
        padding: 6px;
        margin: 10px 4px;
        box-sizing: border-box;
        line-height: 1.4;
        vertical-align: top;
        transition: all 0.2s ease-out;
    }



        .Topic .mbox .img {
            display: block;
            width: 100%;
            height: 160px;
            overflow: hidden;
            transition: all .2s ease-out;
        }

        .Topic .mbox a {
            display: block;
            overflow: hidden;
        }

            .Topic .mbox a:hover .img {
                transform: scale(1.1);
            }

        .Topic .mbox:hover {
            opacity: 0.8;
        }

        .Topic .mbox p {
            font-size: 14px;
            padding: 5px 5px 2px 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .Topic .mbox span {
            height: 58px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3; /* 第三行要顯示點點點 */
            -webkit-box-orient: vertical;
        }

        .Topic .mbox .icon {
            display: block;
            padding: 3px 0;
            margin: 5px 0 0 0;
            border-top: 1px solid #fadfbc;
            box-sizing: border-box;
            color: #f77a00;
        }

            .Topic .mbox .icon:hover {
                background: #f77a00;
                color: #fff;
            }
/*期刊*/
.last_text.pub {
    text-align: center;
    font-size: 13px;
    color: #987a43;
    padding: 20px 0 10px 0;
}

.Magazine {
    margin: 10px 0;
    text-align: center;
}

    .Magazine li {
        vertical-align: top;
        text-align: center;
        display: inline-block;
        width: 15%;
        margin: 10px 4px;
        position: relative;
    }

        .Magazine li p {
            padding: 5px 0;
            display: block;
            text-align: center;
        }

        .Magazine li span {
            font-size: 12px;
            line-height: 1.4;
            color: #777;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
        }

        .Magazine li p span:last-child {
            font-size: 14px;
            font-weight: bold;
            color: #000;
        }

        .Magazine li b {
            position: absolute;
            bottom: 35px;
            right: 0;
            text-align: center;
            line-height: 40px;
            width: 40px;
            height: 40px;
            border-radius: 20px;
            background: #f5bf1e;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
            color: #fff;
            transition: background 0.2s ease-out;
        }

        .Magazine li a.spBook {
            display: inline-block;
            height: 220px;
            width: 164px;
            margin: 0 auto;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        }

        .Magazine li a:hover {
            opacity: 0.7;
        }

            .Magazine li a:hover b {
                background: #FF8D00;
                box-shadow: 0 0 8px #fff;
            }
/*部落客文章*/
.News_list3 {
    padding: 20px 0;
}

    .News_list3 li {
        border-bottom: 1px dotted #ccc;
        padding: 15px 10px;
        box-sizing: border-box;
        overflow: hidden;
        transition: all 0.2s ease-out;
    }

        .News_list3 li .L_img {
            width: 30%;
            display: inline-block;
            vertical-align: top;
        }

        .News_list3 li .L_img img {
           display: block;
           width: 100%;
           object-fit: cover;
           height: 100%;
        }
	.News_list3 li .L_img iframe{
		width: 100%;
	}

        .News_list3 li .R_text {
            width: 69%;
            display: inline-block;
            vertical-align: middle;
            padding: 0 20px;
        }

            .News_list3 li .R_text .St {
                font-size: 18px;
                font-weight: 600;
                padding-left: 15px;
                position: relative;
            }

                .News_list3 li .R_text .St:before {
                    content: "";
                    width: 4px;
                    height: 90%;
                    background: #ffc107;
                    position: absolute;
                    left: 2px;
                    top: 1px;
                }

            .News_list3 li .R_text span:first-child {
                font-size: 13px;
                color: #edb50e;
                margin-bottom: 7px;
                display: block;
            }

            .News_list3 li .R_text span:last-child {
                display: block;
                margin-top: 7px;
                line-height: 1.4;
                font-size: 14px;
            }

            .News_list3 li .R_text a span.sp {
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            .News_list3 li .R_text span .type {
                display: inline-block;
                background: #f5bf1e;
                color: #FFF;
                font-size: 0.9375rem;
                padding: 5px 10px;
                margin-bottom: 5px;
                box-sizing: border-box;
                font-weight: 300;
                border-radius: 5px;
            }

            .News_list3 li .R_text span i {
                color: #6f6f6f;
                margin-left: 5px;
            }

            .News_list3 li .R_text a {
                color: #000;
            }

        .News_list3 li .L_img .S_img {
            display: block;
            width: 100%;
            height: 200px;
            border: 4px solid #fff;
            box-shadow: 0 0 4px rgba(0,0,0,0.5);
            transition: all .2s ease-out;
        }

        .News_list3 li.sp .L_img {
            width: 25%;
            display: inline-block;
            vertical-align: middle;
        }

        .News_list3 li.sp .R_text {
            width: 73%;
            display: inline-block;
            vertical-align: middle;
            padding: 0 20px;
        }

 @media (max-width: 768px) {
     .News_list3 li .L_img .S_img {
            width: 100%;
            /*height: 50vw;*/
        }

}
/*媒體報導*/
.News_title2 {
    background: #f5bf1e;
    color: #000;
    padding: 6px 0;
    font-size: 15px;
}

.News_list2 li:nth-child(even) {
    background: #fff;
}

.News_list2 li:hover {
    background: #fff7de;
}

.News_list2 li span {
    display: inline-block;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
}

.News_title2 > span {
    display: inline-block;
    padding: 5px 5px;
    text-align: left;
    box-sizing: border-box;
}

    .News_title2 > span:nth-child(1), .News_list2 li span:nth-child(1) {
        width: 10%;
        text-align: center;
        padding: 0;
    }

    .News_title2 > span:nth-child(2), .News_list2 li span:nth-child(2) {
        width: 68%;
    }

        .News_list2 li span:nth-child(2) a {
            color: #987a43;
        }

    .News_title2 > span:nth-child(3), .News_list2 li span:nth-child(3) {
        width: 20%;
    }


.News_list2 li span:nth-child(3) {
    text-align: left;
}

.News_title2 > span:nth-child(4), .News_list2 li span:nth-child(4) {
    width: 20%;
}

.News_list2 li {
    border-bottom: 1px dotted #e0e0e0;
    overflow: hidden;
    padding: 10px 5px;
    box-sizing: border-box;
    transition: background .2s ease-out;
}
/*關於我們*/
.text-about .FR-about {
    float: right;
    width: 45%;
    vertical-align: bottom;
    margin: 14px 5px 10px 20px;
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.FR-about img {
    width: 100%;
    height: 100%;
    vertical-align: inherit;
}

.FL.about_sp {
    padding: 15px 10px;
    box-sizing: border-box;
    position: relative;
    color: #aa683a;
    margin: 38px 0 0 0;
    width: 100%;
}

    .FL.about_sp p {
        display: inline-block;
        width: 19%;
        position: relative;
        background: #ffffff;
        border: 1px solid #e6e6e6;
        color: #585858;
        box-sizing: border-box;
        border-radius: 10px;
        min-height: 120px;
        margin: 0 2px;
        vertical-align: top;
        font-size: 15px;
        line-height: 1.4;
        padding: 20px 15px 0px 15px;
        text-align: justify;
    }

        .FL.about_sp p img {
            width: 50px;
            position: absolute;
            margin: 0 auto;
            left: 0;
            right: 0;
            top: -40px;
            z-index: 1;
        }

.text-about .text {
    padding: 5px 15px 15px 15px;
}

    .text-about .text span {
        font-size: 15px;
        line-height: 1.5;
        padding: 6px 0;
        display: block;
    }
.text-about .text.indent span{
	padding: 6px 0 0 50px;
    	text-indent: -50px;
	position: relative;
}
.text-about .text.indent span:before{	
	content: "";
    position: absolute;
    background: #f5bf1e;
    width: 5px;
    height: 5px;
    left: -13px;
    top: 15px;

}

.text-about .text.indent b{
	display: block;
	padding: 3px 0 0 50px;
}


.choose {
    padding: 40px 0 20px 0;
}

    .choose a {
        color: #ffffff;
        border: 1px solid #ffbf00;
        background: #ffbf00;
        border-radius: 5px;
        font-size: 15px;
        font-weight: initial;
        padding: 3px 10px;
        margin: 5px 10px;
        position: relative;
        display:inline-block;
    }

        .choose a:hover {
            border: 1px solid #ffbf00;
            background: #fff;
            color: #ffbf00;
        }

.table {
    float: left;
    width: 49%;
    margin: 0 5px 40px 5px;
}

    .table dl {
        margin: 0 auto;
        border-bottom: none;
    }

    .table dt {
        background: #ffa216;
        color: #fff;
        font-size: 15px;
        padding: 10px;
        text-align: center;
        box-sizing: border-box;
    }

    .table dd {
        line-height: 30px;
        box-sizing: border-box;
        height: 30px;
    }

        .table dd:nth-child(odd) {
            background: #f7f1e7;
        }

        .table dd span {
            display: block;
            float: left;
            font-size: 14px;
            text-indent: 0;
            width: 49.6%;
            text-align: center;
        }
/*大事記*/
#sync1 {
    min-height: 350px;
}

    #sync1 .item {
        padding: 10px 0;
        margin: 5px;
        color: #000;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
    }

        #sync1 .item p {
            font-size: 30px;
            font-weight: 700;
            color: #e8ae00;
            text-align: left;
            display: block;
            margin: 0 0 15px 0;
            padding: 0 0 20px 0;
            border-bottom: 1px solid #dedede;
        }

            #sync1 .item p b {
                font-size: 15px;
            }

        #sync1 .item span {
            display: block;
            text-align: left;
            line-height: 1.5;
            font-size: 15px;
            padding: 10px 30px;
            position: relative;
        }

            #sync1 .item span:hover {
                background: #fff;
            }

            #sync1 .item span:before {
                content: "";
                position: absolute;
                top: 18px;
                left: 15px;
                width: 7px;
                height: 7px;
                background: #f5bf1e;
                border-radius: 7px;
            }

#sync2 .item {
    color: #000;
    background: #ffffff;
    padding: 10px;
    position: relative;
    border-radius: 30px;
    margin: 0 10px;
}

#sync2 .current .item {
    color: #fff;
    background: #f5bf1e;
    border: 1px solid #f5bf1e;
    position: relative;
}

#sync2 .item h4 {
    font-size: 18px;
    text-align: center;
}

#sync2 .owl-nav {
    position: inherit;
}
/*會員名單*/

.News_title {
    background: #f5bf1e;
    padding: 6px 0;
}

    .News_title > span {
        display: inline-block;
        padding: 5px 5px;
        text-align: left;
        box-sizing: border-box;
    }

        .News_title > span:nth-child(1), .News_list li span:nth-child(1) {
            width: 25%;
            text-align: left;
            padding: 0 0 0 20px;
        }

            .News_list li span:nth-child(1), .News_list li span:nth-child(1) a {
                color: #987a43;
            }

        .News_title > span:nth-child(2), .News_list li span:nth-child(2) {
            width: 15%;
        }

        .News_title > span:nth-child(3), .News_list li span:nth-child(3) {
            width: 55%;
        }

.News_list li {
    border-bottom: 1px dotted #e0e0e0;
    overflow: hidden;
    padding: 10px 5px;
    box-sizing: border-box;
    transition: background .2s ease-out;
}

    .News_list li:nth-child(even) {
        background: #fff;
    }

    .News_list li:hover {
        background: #fff7de;
    }

    .News_list li span {
        display: inline-block;
        padding: 0 5px;
        box-sizing: border-box;
        text-align: left;
        vertical-align: middle;
    }

        .News_list li span a {
            display: block;
            white-space: nowrap;
            text-align: left;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
        }

            .News_list li span a i {
                padding-left: 10px;
                font-size: 14px;
                color: #f5bf1e;
            }

            .News_list li span a:hover {
                text-decoration: underline;
            }

            .News_list li span a b {
                display: block;
                color: #e32828;
                text-align: left;
            }

    .News_list li .qa_content {
        text-align: center;
        color: #000;
        border-top: 1px solid #e4e4e4;
        margin: 15px 0 0 0;
        padding: 10px 5px 0 5px;
        display: none;
    }

        .News_list li .qa_content o {
            padding: 5px 10px;
            box-sizing: border-box;
            display: inline-block;
        }

            .News_list li .qa_content o a {
                color: #987a43;
            }
/*資訊公開*/
.info .text {
    padding: 5px 0;
    clear: both;
    overflow: hidden;
}

    .info .text > span {
        font-size: 15px;
        padding: 5px 0;
        display: block;
        line-height: 1.7;
    }

.info .ListT {
    padding: 10px 0;
    border-bottom: 3px solid #f8b551;
}

.ListT span {
	display: block;
	padding: 0 0 10px 0;
}

.info .St {
    font-size: 20px;
    font-weight: bold;
    color: #423f3f;
    position: relative;
    padding: 20px 0 0 0;
}

    .info .St:before {
        content: "";
        display: none;
    }

.info .text.sp span b {
    color: #c41212;
    display: block;
}

.info .table-bordered {
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.5);
}

.info .table2 {
    position: relative;
    margin: 10px 0;
}

.info tr.tr-only-hide {
    color: #262626;
    font-weight: bold;
}

.info .table-bordered > tbody > tr > th {
    padding: 10px;
}

.info .table-bordered > tbody > tr > td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .h-pl--1 {
        text-align: center;
        padding: 0;
    }

    .main-banner {
        min-height: 200px;
    }

    .w1400 {
        padding: 0 1rem;
    }

    .Topic .mbox {
        display: block;
        width: auto;
    }

    .news_search .select_box span {
        display: none;
    }

    .trends_box .title_say {
        margin: 15px 0;
    }

    .trends_box .first_a {
        margin: 15px 0 20px 0;
    }

    .Magazine li {
        width: 46%;
        padding: 10px;
    }

        .Magazine li a.spBook {
            width: 100%;
            height: 200px;
        }

        .Magazine li b {
            display: none;
        }

    .News_list3 li .L_img, .News_list3 li .R_text {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .text.sp .Img {
        height: 60vmin;
        flex-basis: 100%;
        display: block;
    }

    .all_in_box {
        padding: 0;
    }

    .Back {
        margin: 30px 0;
    }

    .News_title {
        display: none;
    }

        .News_title > span:nth-child(1), .News_list li span:nth-child(1) {
            padding: 0 0 0 5px;
        }

    .News_list li span {
        margin: 5px 0;
    }

        .News_list li span:nth-child(1) {
            width: 83%;
            text-align: left;
        }

        .News_list li span:nth-child(2) {
            width: 100%;
        }

        .News_list li span:nth-child(1) a {
            display: block;
            text-align: left;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
        }

        .News_list li span:nth-child(3) {
            width: 100%;
            display: block;
            text-align: left;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* 第六行要顯示點點點 */
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

    .News_list li .qa_title {
        position: relative;
    }

        .News_list li .qa_title > i {
            position: absolute;
            top: 36%;
            right: 15px;
            font-size: 30px;
        }

    .News_title2 {
        display: none;
    }

    .News_list2 li {
        padding: 10px;
    }

        .News_list2 li span:first-child {
            width: 100%;
            text-align: left;
            padding: 0;
            font-size: 14px;
            color: #949494;
        }

        .News_list2 li span:nth-child(2) {
            width: 100%;
            padding: 0;
        }

        .News_list2 li span:nth-child(3) {
            width: 100%;
            font-size: 14px;
            padding: 0;
        }

        .News_list2 li span a {
            white-space: inherit;
            text-overflow: inherit;
            -o-text-overflow: ellipsis;
            overflow: auto;
        }

        .News_list2 li span.sp:nth-child(3) {
            width: 100%;
            position: relative;
            padding-left: 80px;
        }

    .News_list3 li.sp .L_img {
        width: auto;
        display: block;
    }

        .News_list3 li.sp .L_img iframe {
            width: 100%;
        }

    .News_list3 li.sp .R_text {
        width: auto;
        display: block;
        padding: 0;
    }

    .Down_box article.sp img {
        padding: 15px 0 0 0;
        width: 100%;
    }

    .text-about .FR-about {
        float: inherit;
        width: auto;
        margin: 15px 0;
    }

    .info .Down_box .text .icon_dl {
        margin: 7px 0;
        padding: 10px;
        text-align: center;
        width: auto;
        display: block;
    }

    .table {
        width: auto;
        float: inherit;
    }

    .FL.about_sp {
        margin: 0;
    }

        .FL.about_sp p {
            width: 100%;
            min-height: inherit;
            margin: 0 0 10px 0;
            padding: 10px;
        }

            .FL.about_sp p img {
                position: static;
                padding: 0 15px 0 0;
                float: left;
            }
}

/*行事曆*/
.spreadcal {
	clear: both;
	background: url(../images/rough_diagonal.jpg);
	position: relative;
	padding: 20px;
}

.spreadcal .top {
	padding: 0 0 10px 0;
	overflow: hidden;
}

.spreadcal h2 {
	letter-spacing: 2px;
	float: left;
}

.spreadcal .Search {
	float: right;
}

.spreadcal .Search span {
	margin: 0 0 0 -5px;
	vertical-align: top;
}

.spreadcal .Search span input {
	padding: 5px;
	border: 1px solid #cecece;
}

.spreadcal .Search span input.ic01 {
	padding: 5px 17px;
}

.spreadcal .down-cal {
	text-align: right;
	padding: 10px;
}

.spreadcal .down-cal span {
	padding: 0 5px;
	display: inline-block;
}

.spreadcal .fa-square {
	font-size: 21px;
}

.spreadcal .down-cal .square-pi {
	color: #ffb9cb;
}

.spreadcal .down-cal .square-y {
	color: #ffdb85;
}

.spreadcal .down-cal .square-g {
	color: #b7eda2;
}

.spreadcal .down-cal .square-b {
	color: #a4ebf2;
}

.spreadcal .down-cal .square-db {
	color: #c2d2f5;
}

.spreadcal .down-cal .square-p {
	color: #e2c9ed;
}

.spreadcal .fc-title img {
	width: auto;
	height: 15px;
	display: inline-block;
	vertical-align: sub;
	margin: 0 2px 0 0;
}

.fc-view-container *, .fc-view-container *:before, .fc-view-container *:after {
	text-overflow: ellipsis;
	white-space: nowrap;
}
.spreadcal .down-cal {
    text-align: right;
    padding: 10px;
}
/*2017/11 首頁日曆條*/
/*
    .square-pi = 東南亞暨港澳地區
    .square-y  = 歐美地區
    .square-g  = 澳洲地區
    .square-b  = 韓國地區
    .square-db = 日本地區
    .square-p  = 全球
*/

/*出發中*/
.fc-event.square-pi {
	background-color: #ffb9cb;
}

.fc-event.square-y {
	background-color: #ffdb85;
}

.fc-event.square-g {
	background-color: #b7eda2;
}

.fc-event.square-b {
	background-color: #a4ebf2;
}

.fc-event.square-db {
	background-color: #c2d2f5;
}

.fc-event.square-p {
	background-color: #e2c9ed;
}

/*出發前*/
.fc-event.aquare {
	margin: 0 -4px 0 0;
}

.fc-event.square-pi.before {
	background-color: #ffd6e1;
}

.fc-event.square-y.before {
	background-color: #fff0ce;
}

.fc-event.square-g.before {
	background-color: #d5ffc4;
}

.fc-event.square-b.before {
	background-color: #c9faff;
}

.fc-event.square-db.before {
	background-color: #d8e2f7;
}

.fc-event.square-p.before {
	background-color: #f1dff9;
}

/*2017/11 海外推廣 分區分色*/
.Down_box article {
	padding: 15px 0;
}

.Down_box article.square-pi .St:before {
	background: #faa2a2;
}

.Down_box article.square-pi tr.tr-only-hide {
	background: #ffcbd6;
}

.Down_box article.square-pi .table4 td .fa-calendar:before {
	color: #eb8da1;
}

.Down_box article.square-y .St:before {
	background: #ffa200;
}

.Down_box article.square-y tr.tr-only-hide {
	background: #ffda5b;
}

.Down_box article.square-y .table4 td .fa-calendar:before {
	color: #ffda5b;
}

.Down_box article.square-g .St:before {
	background: #7dd57f;
}

.Down_box article.square-g tr.tr-only-hide {
	background: #a8e09b;
}

.Down_box article.square-g .table4 td .fa-calendar:before {
	color: #a8e09b;
}

.Down_box article.square-b .St:before {
	background: #8ec3d9;
}

.Down_box article.square-b tr.tr-only-hide {
	background: #9bd7e0;
}

.Down_box article.square-b .table4 td .fa-calendar:before {
	color: #57aac6;
}

.Down_box article.square-db .St:before {
	background: #7788f2;
}

.Down_box article.square-db tr.tr-only-hide {
	background: #adbfeb;
}

.Down_box article.square-db .table4 td .fa-calendar:before {
	color: #7d74dc;
}

.Down_box article.square-p .St:before {
	background: #da9ff7;
}

.Down_box article.square-p tr.tr-only-hide {
	background: #d4b8e2;
}

.Down_box article.square-p .table4 td .fa-calendar:before {
	color: #a474dc;
}

tr.tr-only-hide {
	color: #262626;
	font-weight: bold;
}

.table-bordered {
	border: 1px solid #ddd;
	background: rgba(255, 255, 255, 0.5);
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	padding: 5px 10px;
	box-sizing: border-box;
}

.table-bordered > tbody > tr > td {
	border: 1px solid #ddd;
}
.table4 td a {
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
}

.table4 td a.Spread_ic1 {
	background: #FFDB9A;
}

.table4 td a.Spread_ic2 {
	background: #FFBB9A;
}

.table4 td a:hover {
	opacity: 0.7;
}

.table4 tr td:first-child {
	width: 35%;
}

.table4 tr td:nth-child(2) {
	width: 20%;
}

.table4 tr td {
	vertical-align: middle;
}
.ListT2 {
	padding: 0 0 2px 0;
	margin: 20px 0 0 0;
}
