@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900");
@import url("/css/fontawesome-all.css");
@import url("/css/font-awesome.min.css");
@import url("/css/fontawesome.min.css");
@import url("/css/SeoJump.css"); 
@import url('/css/fontawesome-all.css');
@import url('/css/font-awesome.min.css');
@import url('/css/fontawesome.min.css');
@import url('/css/SeoJump.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Sans:wght@400;700&family=Noto+Serif+SC:wght@200;300;400;500;600&family=Noto+Serif+TC:wght@200;300;400;500;600&family=Noto+Serif:wght@400;700&family=Frank+Ruhl+Libre:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belleza&display=swap');

*:focus { outline: none; }

body {margin: 0;background: #ffffff;}
body ::selection {background: #af2e2e;text-shadow: none;color: #af2e2e;}
body::-webkit-scrollbar { width: 5px; }
body::-webkit-scrollbar-track { background: #fff; }
body::-webkit-scrollbar-thumb { background: #404040; }

/* Box Model */
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Basic */
@-ms-viewport { width: device-width; }

body, input, textarea, select { font-family: 'Source Sans Pro', sans-serif; font-weight: 400; color: #444; }

body.is-loading * { -moz-transition: none !important; -webkit-transition: none !important; -ms-transition: none !important; transition: none !important; -moz-animation: none !important; -webkit-animation: none !important; -ms-animation: none !important; animation: none !important; }

h1, h2, h3, h4, h5, h6 ,p{font-weight: 700;color: #000000;margin: 0;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; }

a { -moz-transition: color .25s ease-in-out; -webkit-transition: color .25s ease-in-out; -ms-transition: color .25s ease-in-out; transition: color .25s ease-in-out; text-decoration: underline; color: #717479; }
a:hover { text-decoration: none; }

strong, b { font-weight: 700; color: #000000; }

blockquote { border-left: solid 0.5em #ddd; padding: 1em 0 1em 2em; font-style: italic; }

em, i { font-style: italic; }

hr { border: 0; border-top: solid 1px #ddd; }

sub { position: relative; top: 0.5em; font-size: 0.8em; }

sup { position: relative; top: -0.5em; font-size: 0.8em; }

.nobr { white-space: nowrap; }

br.clear { clear: both; }


header, footer, div, nav, article, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, ul, li, img, svg, span, font, strong, b, a, i {text-align: left;vertical-align: middle;word-wrap: break-word;word-break: break-word;line-height: 170%;border-width: 0;font-family: 'Noto Sans TC', 'Noto Sans SC';font-size: 16px;}
.webBox :before, .webBox :after {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
ul , ol {list-style: none;padding-inline-start: 0;}

fieldset { border: 0; }

input , button , select , textarea { padding: 5px 15px; width: calc(100% - 30px); border: 0; border-bottom: 1px var(--primary) solid; background: none; box-shadow: none; outline: none; font-size: 16px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select { padding: 10px 15px; width: 100%; color: var(--info); }

/* img */
img { max-width: 100%; }
.img_cover { width: 100%; object-fit: cover; }
.img_contain { width: 100%; object-fit: contain; }

a , a:link , a:visited , a:hover {text-decoration: none;/* white-space: pre-wrap; */}

/* general class set */
.txt_clamp { overflow: hidden; height: 27px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.d_inblock.txt_clamp { display: -webkit-inline-box; }
.atag_item { width: 100%; height: 100%; top: 0; left: 0; }
.nowrap_box { font-size: 0; }
.d_flex {
    display: flex;
}
.pos_abs {
    position: absolute;
}
.pos_rel {
    position: relative;
}
/* btn */
.btn , .btn_outline { padding: 2px 10px; background-color: transparent; border: 1px solid transparent; border-radius: 2px; text-align: center; color: var(--info); }

/* badge  */
.badge { padding: 2px 10px; box-shadow: none; }
.badge_lighten { padding: 0 4px; min-width: 22px; border-radius: 3px; font-weight: 400; text-align: center; font-size: 12px; vertical-align: text-bottom; }

/* photo,bgBox */
a.photo , .bgBox { overflow: hidden; background: no-repeat 50% / cover; display: block; }

/* fancybox */
[class^="fancybox-"] , [class^="fancybox-"] * , .slick-track , .fa , .fas , .fa:before , .fas:before , .fa:after , .fas:after , .trans_none_box { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }

/* webBox */
.webBox { overflow: hidden; position: relative; width: 100%; }
.webBox .pageh1 {position: absolute;top: 0;z-index: 1;opacity: 0;}
.webBox .wrapper {position: relative;z-index: 2;}
.webBox .slick-slider { margin-bottom: 0; }
.webBox .wrapper_lines {width: 100vw;height: 100vh;top: 0;left: 0;z-index: 1;display: none;}
.webBox .wrapper_lines .center_box { height: 100vh; border: rgba(var(--info-rgb), .1) solid; border-width: 0 1px; }

/* .slick-dots */
.webBox .slick-dots { position: relative; margin-top: 45px; bottom: 0; }
.webBox .slick-dots li { width: 10px; height: 10px; display: inline-flex; }
.webBox .slick-dots li:before { margin: auto; display: block; border: 1px rgba(var(--white-rgb), .2) solid; content: ""; }
.webBox .slick-dots li.slick-active:before { border-color: var(--primary); }

/* workframe */
.workframe,#copyright { margin: 0 auto; width: 90%; }

/* gotop */
#gotop {right: 20px;bottom: 20px;z-index: 2000;position: fixed;}
#gotop a {border: 1px #7e7e7e solid;background-color: rgb(15 15 15 / 70%);width: 50px;height: 50px;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;position: relative;display: block;}
#gotop a:before {position: absolute;width: 30%;height: 30%;border: solid #fff;border-width: 1px 0 0 1px;display: block;top: calc((100% - 7px) / 2);left: calc((100% - 15px) / 2);content: "";transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);}
header{
    width: 100%;
    display: flex;
    background: white;
    justify-content: center;
}
#header{
    width: 1680px;
    max-width: 100%;
    position: relative;
    padding: 0em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    display: flex;
    position: relative;
    z-index: 999;
}
/*socbox*/
.socbox{
    display: flex;
}
.socbox .socialList{
    display: flex;
}
.socbox .socialList li{
    display: flex;
    margin: 0 5px;
}
.socbox .socialList img{
    width: 40px;
}
/* Mobile Only */
#navPanel, #titleBar { display: none; }


/* Section/Article */
section, article { margin-bottom: 3em; }
section> :last-child, article> :last-child, section:last-child, article:last-child {margin-bottom: 0;}
header.style1 { text-align: center; }
header.style2 { text-align: left; }
header.style1 h2 { font-weight: 700; }
header.style1 p { color: #4e4e4e; }

/*header*/
header #menubtn a {
    position: relative;
    display: flex;
    margin: auto 0 auto auto;
    width: 25px;
    height: 17px;
}
header #menubtn a span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #2e2e2e;
    display: block;
    top: 0;
    right: 0;
}
header #menubtn[data-type="1"] a span {
    transition: transform .4s cubic-bezier(.215,.61,.355,1), opacity .4s cubic-bezier(.215,.61,.355,1), -webkit-transform .4s cubic-bezier(.215,.61,.355,1);
}
#header-wrapper {background-size: cover;position: fixed;width: 100%;z-index: 999;top: 0;}
#header-wrapper:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url("/images/39/index/overlay.png");}



#footer-wrapper .rightBox .footerMenuList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 -25px;
}
#footer-wrapper .rightBox .footerMenuList .footerMenuItem {
    width: 25%;
    padding: 0 25px 36px;
}
#footer-wrapper .rightBox .footerMenuList .title {
    display: block;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
}
#footer-wrapper .rightBox .footerMenuList .submenuList .submenuItem {
  position: relative;
  padding: 2.5px 0 2.5px 10px;
}
#footer-wrapper .rightBox .footerMenuList .submenuList .submenuItem::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #e5e5e5;
}
#footer-wrapper .rightBox .footerMenuList .submenuList a {
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #cfcfcf;
}
#footer-wrapper .rightBox .footerMenuList .footerMenuItem.other .submenuList {
  margin: -4px 0;
}
#footer-wrapper .rightBox .footerMenuList .footerMenuItem.other .submenuItem {
  padding: 4px 0;
}
#footer-wrapper .rightBox .footerMenuList .footerMenuItem.other .submenuItem::before {
  display: none;
}
#footer-wrapper .rightBox .footerMenuList .footerMenuItem.other a {
  font-size: 16px;
  color: #ffffff;
}

#footer .bottom{
    padding: 30px 20px;
    border-top: 1px solid #e7e7e745;
}
#footer .bottom h2{
    margin: 10px 0;
}
#footer .bottom h2 i{
    vertical-align: inherit;
    margin-right: 7px;
}
#footer .bottom p{
    margin: 5px 0;
    color: #fff;
    font-weight: 300;
}
#footer-wrapper {color: rgba(255, 255, 255, 0.5);padding-top: 110px;padding: 60px 0 0;background: #848484;}
#footer-wrapper h1, #footer-wrapper h2, #footer-wrapper h3, #footer-wrapper h4, #footer-wrapper h5, #footer-wrapper h6, #footer-wrapper strong, #footer-wrapper b, #footer-wrapper a { color: #fff; }
#footer-wrapper hr { border-top-color: #333; border-top-color: rgba(255, 255, 255, 0.05); }
#footer-wrapper form input[type="text"], #footer-wrapper form input[type="email"], #footer-wrapper form input[type="password"], #footer-wrapper form select, #footer-wrapper form textarea { background: #ccc; box-shadow: none; }
#footer-wrapper form input[type="text"]:focus, #footer-wrapper form input[type="email"]:focus, #footer-wrapper form input[type="password"]:focus, #footer-wrapper form select:focus, #footer-wrapper form textarea:focus { background: #fff; }
#footer-wrapper input[type="button"], #footer-wrapper input[type="submit"], #footer-wrapper input[type="reset"], #footer-wrapper button, #footer-wrapper .button { color: #fff; box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.5); }
#footer-wrapper input[type="button"]:hover, #footer-wrapper input[type="submit"]:hover, #footer-wrapper input[type="reset"]:hover, #footer-wrapper button:hover, #footer-wrapper .button:hover { color: #fff; box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.65); }
#footer-wrapper input[type="button"]:active, #footer-wrapper input[type="submit"]:active, #footer-wrapper input[type="reset"]:active, #footer-wrapper button:active, #footer-wrapper .button:active { box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75); }
#footer-wrapper input[type="button"].style2:active, #footer-wrapper input[type="submit"].style2:active, #footer-wrapper input[type="reset"].style2:active, #footer-wrapper button.style2:active, #footer-wrapper .button.style2:active { box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75); }
#footer-wrapper .title {color: #eee;}
#footer-wrapper header.style1 h2 { color: #fff; }
#footer-wrapper header.style1 .p { color: inherit; }
#footer-wrapper .feature-list section { border-top-color: #333; border-top-color: rgba(255, 255, 255, 0.05); }
#footer-wrapper .feature-list h3:before { background: #3d4249 url("/images/39/index/overlay.png"); }
#footer-wrapper .feature-list .row div:nth-child(1) h3:before { background: #015fcc; }
#footer-wrapper .feature-list .row div:nth-child(2) h3:before { background: #4caf50; }
#footer-wrapper .feature-list .row div:nth-child(3) h3:before { background: #ffc107; }

#footer-wrapper .socialList {
  margin: 15px 0px 0;
  display: flex;
}
#footer-wrapper .socialList li {
  padding: 6px;
  width: auto;
}
#footer-wrapper .socialList a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
}
#footer-wrapper .socialList img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Intro */
#intro>.style2 { font-weight: 700; color: #fff; border-radius: 0.35em; box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25); }
#intro>.style2 a { color: inherit; text-decoration: none; }

/* Highlights */
#highlights .highlight { text-align: center; }
#highlights .highlight h3 { color: #e35958; }



/* Copyright */
#copyright {text-align: center;position: relative;padding: 15px;}
#copyright ul {border-radius: 0.35em;color: rgba(255, 255, 255, 0.25);display: flex;justify-content: space-between;align-items: center;margin: 0;}
#copyright a { color: inherit; }
#copyright a:hover { color: #fff; }
#copyright::before {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #2a2a2a;
  z-index: -1;
}


/* Desktop + Tablet */
@media screen and (min-width: 1141px) {
	/* Basic */
	body, input, select, textarea {font-size: 13pt;line-height: 1.75em;letter-spacing: 0.025em;}
	body { min-width: 1200px; }
	hr { margin: 2em 0 2em 0; }
	/* Section/Article */
	section, article { margin: 0 0 4em 0; }
	header.style1 { padding: 3em 0 3em 0; }
	header.style1 h2 { font-size: 2em; letter-spacing: 0.075em; line-height: 1.5em; }
	header.style1 p { display: block; margin: 1.15em 0 0 0; font-size: 1.3em; letter-spacing: 0.075em; line-height: 1.5em; }
	/* Form */
	form label { margin: 0.25em 0 0.5em 0; }
	/* Button */
	input[type="button"], input[type="submit"], input[type="reset"], button, .button { padding: 0 2.25em 0 2.25em; font-size: 0.9em; min-width: 12em; height: 4em; line-height: 4em; }
	input[type="button"].big, input[type="submit"].big, input[type="reset"].big, button.big, .button.big { font-size: 1em; min-width: 14em; }
	/* List */
	ul.actions { margin: 3em 0 0 0; }
	ul.actions li { display: inline-block; margin: 0 0.75em 0 0.75em; }
	ul.actions li:first-child { margin-left: 0; }
	ul.actions li:last-child { margin-right: 0; }
	ul.actions-centered { text-align: center; }
	form ul.actions { margin-top: 0; }
	/* Feature List */
	.feature-list section { padding-top: 2em; border-top: solid 1px #eee; }
	.feature-list .row:first-child section { padding-top: 0; border-top: 0; }
	.feature-list h3 { margin: 0 0 0.75em 0; font-size: 1.15em; letter-spacing: 0.05em; margin-top: -0.35em; }
	.feature-list h3:before { width: 64px; height: 64px; line-height: 64px; margin-right: 0.75em; font-size: 32px; top: 0.2em; }
	.feature-list p, .feature-list h4 { margin: 0 0 0 5em; }
	.feature-list.small h3:before { font-size: 24px; line-height: 45px; width: 45px; height: 45px; margin-right: 1em; }
	.feature-list.small p { margin: 0 0 0 4em; }
	/* Box */
	.box header { margin: 0 0 1em 0; }
	.box header.style1 { position: relative; margin: -0.5em 0 0 0; padding-top: 0; }
	.box h2 { margin: 0 0 0.75em 0; font-size: 1.15em; letter-spacing: 0.05em; }
	.box h3 { margin: 0 0 0.5em 0; font-size: 1em; font-weight: 600; letter-spacing: 0.05em; }
	.box.post-excerpt .image.left { position: relative; top: 0.5em; width: 10em; }
	.box.post-excerpt h3, .box.post-excerpt p, .news-date { margin-left: 7em; }
	/* Wrappers */
	#header-wrapper { padding: 0; }
	#intro-wrapper { padding-bottom: 8em; }
	/* Header */
	#header {}
	.homepage #header {}
	/* Logo */
	#logo {position: relative;top: 0;border-top-left-radius: 0;border-top-right-radius: 0;width: 100px;}
	#logo .image.featured {display: flex;flex-direction: column;align-items: flex-start;justify-content: center;}

	/* Nav */
	#nav {display: flex;text-align: center;width: calc(100% - 0px);justify-content: center;}
	#nav>ul {display: inline-block;border-radius: 0.35em;padding: 0 1.5em 0 1.5em;margin: 0em;}
	#nav>ul>li {display: inline-block;text-align: center;padding: 0 20px;}
	#nav>ul>li>ul {display: none;}
	#nav>ul>li>a, #nav>ul>li>span {display: block;color: #000;color: #000;text-transform: uppercase;text-decoration: none;font-size: 1em;letter-spacing: 0.25em;height: 5em;line-height: 5em;-moz-transition: all .25s ease-in-out;-webkit-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;transition: all .25s ease-in-out;outline: 0;font-weight: 500;}
	#nav>ul>li:hover>a {color: #a20000;}
	#nav>ul>li.active>a, #nav>ul>li.active>span {color: #a20000;}
	.dropotron {background: rgb(77 74 74 / 90%) url(/images/39/index/overlay.png);background-color: rgb(47 47 47 / 90%);padding: 1.25em 1em 1.25em 1em;border-radius: 0.35em;box-shadow: inset 0px 0px 1px 1px rgb(255 255 255 / 8%);min-width: 12em;text-align: left;margin-top: -1.25em;margin-left: -1px;}
	.dropotron.level-0 { margin-top: -1px; margin-left: 0; border-top-left-radius: 0; border-top-right-radius: 0; }
	.dropotron a, .dropotron span { -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; transition: all .25s ease-in-out; display: block; color: #eee; color: rgba(255, 255, 255, 0.75); text-transform: uppercase; text-decoration: none; font-size: 0.8em; letter-spacing: 0.25em; border-top: solid 1px rgba(255, 255, 255, 0.15); line-height: 3em; }
	.dropotron li:first-child a, .dropotron li:first-child span { border-top: 0; }
	.dropotron li:hover>a, .dropotron li:hover>span { color: #fff; }
	/* Intro */
	#intro { text-align: center; }
	#intro>.style1 { font-size: 1.5em; letter-spacing: 0.075em; }
	#intro>.style2 { font-size: 2.75em; letter-spacing: 0.075em; line-height: 1.35em; padding: 1em 0 1em 0; margin-bottom: 1em; }
	#intro>.style3 { font-size: 1.1em; width: 48em; margin: 0 auto; }
	/* Features */
	#features { padding: 0 6em 0 6em; }
	#features header.style1 { padding-bottom: 5em; }
	#features .actions { margin-top: 5em; }
	/* Highlights */
	#highlights .highlight h3 { margin: 0 0 0.75em 0; font-size: 1.15em; letter-spacing: 0.05em; }
	/* Main */
	#main { margin-top: 1em; margin-bottom: 1em; }
	.homepage #main { margin-top: 0; margin-bottom: 0; }
	/* Footer */
	#footer header.style1 { padding-bottom: 0; }
	#footer hr { margin: 2em 0 2em 0; }
	/* Copyright */
	#copyright ul {}
	#copyright ul li {display: inline-block;margin-left: 1em;padding-left: 1em;}
	#copyright ul li:first-child { border-left: 0; margin-left: 0; padding-left: 0; }
}
/* Tablet Only */
@media screen and (min-width: 1141px) and (max-width: 1280px) {
	/* Basic */
	body { min-width: 1000px; font-size: 12pt; line-height: 1.5em; letter-spacing: 0.015em; }
	input, select, textarea { font-size: 12pt; line-height: 1.5em; letter-spacing: 0.015em; }
	body { min-width: 960px; }
	/* Wrappers */
	.wrapper {}
	#intro-wrapper { padding-bottom: 7em; }
	#footer-wrapper hr { margin: 3em 0 3em 0; }
	/* Header */
	#header {/* padding: 10em 0; */}
	.homepage #header {/* padding: 12em 0; */}
	/* Intro */
	#intro>.style1 { font-size: 1.25em; }
	#intro>.style2 { font-size: 2.25em; }
	/* Copyright */
	#copyright {}
	/* Logo */
	#logo {width: 17em;left: 40px;}
}
@media screen and (max-width: 1140px) {
	/* Basic */
	html, body { overflow-x: hidden; }
	body, input, select, textarea { line-height: 1.5em; font-size: 10.5pt; letter-spacing: 0; }
	h2, h3, h4, h5, h6 {font-size: 1.2em;letter-spacing: 0.05em;/* margin: 0 0 1em 0; */}
	hr { margin: 1em 0 1em 0; }
	/* Section/Article */
	section, article {clear: both;/* padding: 1em 0 1em 0 !important; */}
	header br { display: none; }
	header.style1 { padding: 0 0 1em 0; }
	header.style1 h2 { font-size: 1.5em; letter-spacing: 0.075em; line-height: 1.25em; }
	header.style1 p { display: block; margin: 0; }
	/* Button */
	input, input[type="button"], input[type="submit"], input[type="reset"], button, .button { display: block; width: 100%; font-size: 1em; padding: 1em 0 1em 0; max-width: 30em; margin: 0 auto; }
	/* List */
	ul.actions { margin: 2em 0 0 0; }
	ul.actions li { margin: 15px 0 0 0; }
	form ul.actions { margin: 1em 0 0 0; }
	/* Feature List */
	.feature-list section { border-top: solid 1px #eee; }
	.feature-list>div>div:first-child>div:first-child>section { border-top: 0; padding-top: 0; }
	.feature-list h3 { position: relative; padding: 4px 0 0 48px; line-height: 1.25em; }
	.feature-list h3:before { position: absolute; left: 0; top: 0; width: 32px; height: 32px; line-height: 32px; font-size: 16px; }
	.feature-list p, .feature-list h4 { margin: 0 0 0 48px; }
	/* Box */
	.box.post-excerpt .image.left { display: none; }
	.box.post-excerpt h3, .box.post-excerpt p, .date { margin-left: 0px; }
	/* Off-Canvas Navigation */
	#page-wrapper { -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -moz-transition: -moz-transform 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transition: transform 0.5s ease; padding-bottom: 1px; }
	#titleBar {-moz-backface-visibility: hidden;-webkit-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;-moz-transition: -moz-transform 0.5s ease;-webkit-transition: -webkit-transform 0.5s ease;-ms-transition: -ms-transform 0.5s ease;transition: transform 0.5s ease;display: block;height: 44px;left: 0;position: fixed;top: 0;width: 100%;z-index: 10001;background: none;}
	#titleBar .title {display: none;}
	#titleBar .toggle {position: relative;display: inline-block;top: 23px;left: 10px;width: 45px;height: 45px;}
	#titleBar .toggle:before {-moz-transition: all .15s ease-in-out;-webkit-transition: all .15s ease-in-out;-ms-transition: all .15s ease-in-out;transition: all .15s ease-in-out;font-family: FontAwesome;text-decoration: none;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: '';font-size: 18px;position: absolute;top: 6px;left: 6px;display: block;width: 55px;height: 45px;line-height: 46px;text-align: center;text-shadow: 0px 0px 3px #545454;color: rgba(255, 255, 255, 1);background-color: rgb(58 58 58 / 75%);border-radius: 0.25em;position: absolute;width: 100%;height: 2px;display: block;top: 0;right: 0;}
	.navPanel-visible #titleBar .toggle:before{
	    transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    top: 11px;
	}
	.navPanel-visible #titleBar .toggle:after{
	    transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    top: 11px;
	}
	#titleBar .toggle:after {-moz-transition: all .15s ease-in-out;-webkit-transition: all .15s ease-in-out;-ms-transition: all .15s ease-in-out;transition: all .15s ease-in-out;font-family: FontAwesome;text-decoration: none;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: '';font-size: 18px;left: 6px;line-height: 46px;text-align: center;text-shadow: 0px 0px 3px #545454;color: rgb(255 255 255);border-radius: 0.25em;position: absolute;width: 100%;height: 2px;display: block;top: 15px;right: 0;background-color: rgb(57 57 57 / 75%);}
	#titleBar .toggle:active:before {background-color: rgb(255 255 255 / 75%);}
	#titleBar .toggle:active:after {background-color: rgb(255 255 255 / 75%);}
	#navPanel {-moz-backface-visibility: hidden;-webkit-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;-moz-transform: translateX(-102%);-webkit-transform: translateX(-102%);-ms-transform: translateX(-102%);transform: translateX(-102%);-moz-transition: -moz-transform 0.5s ease;-webkit-transition: -webkit-transform 0.5s ease;-ms-transition: -ms-transform 0.5s ease;transition: transform 0.5s ease;display: block;height: 100%;left: 0;overflow-y: auto;position: fixed;top: 78px;width: 100%;z-index: 10002;background: #242730 url("/images/39/index/overlay.png");box-shadow: inset -3px 0px 4px 0px rgba(0, 0, 0, 0.1);box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	#navPanel .link { display: block; color: rgba(255, 255, 255, 0.5); text-transform: uppercase; text-decoration: none; font-size: 1.2em; letter-spacing: 0.15em; text-decoration: none; height: 44px; line-height: 44px; border-top: solid 1px rgba(255, 255, 255, 0.05); margin: 0 15px 0 15px; }
	#navPanel .link:first-child { border-top: 0; }
	#navPanel .indent-1 { display: inline-block; width: 1em; }
	#navPanel .indent-2 { display: inline-block; width: 2em; }
	#navPanel .indent-3 { display: inline-block; width: 3em; }
	#navPanel .indent-4 { display: inline-block; width: 4em; }

	#navPanel .indent-5 { display: inline-block; width: 5em; }
	#navPanel .depth-0 { color: #fff; }
	body.navPanel-visible #page-wrapper { -moz-transform: translateX(275px); -webkit-transform: translateX(275px); -ms-transform: translateX(275px); transform: translateX(275px); }
	body.navPanel-visible #titleBar {}
	body.navPanel-visible #navPanel {-moz-transform: translateX(0);-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}
	/* Wrappers */
	.wrapper {}
	#header-wrapper {/* position: absolute; */}
	#footer-wrapper { padding-top: 3em; }
	#footer-wrapper .feature-list section { border-top-color: #eee; border-top-color: rgba(255, 255, 255, 0.05); }
	/* Nav */
	#nav { display: none; }
	/* Intro */
	#intro { text-align: center; padding: 1em 2em 1em 2em !important; margin: 0 auto; }
	#intro .style2 { font-size: 1.5em; letter-spacing: 0.05em; line-height: 1.25em; padding: 1.25em; }
	/* Main */
	#main { padding: 1em 0 0 0; }
	/* Content */
	#content { padding: 0 0 2em 0; }
	#content header.style1 { padding-bottom: 2.5em; }
	/* Footer */
	#footer hr { display: none; }
	/* Copyright */
	#copyright {width: 90%;margin: auto;}
	#copyright ul li {display: block;margin: 0.5em 0 0 0;}
	#copyright ul li:first-child { margin-top: 0; }
	#copyright ul li, #copyright ul li a{
    font-size: 14px;
}
	#logo .image.featured{
    display: flex;
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 70px;
}
}

@media screen and (min-width: 1441px){
	.workframe {width: 1440px;}
	#copyright {margin: auto;position: relative;width: 1440px;}

}
@media screen and (min-width: 1281px){
	.webBox .slick-dots li:hover:before { border-color: var(--primary); }
}
@media screen and (min-width: 1141px){
	
#footer-wrapper .feature-list{
    display: flex;
    padding-bottom: 20px;
}
#footer-wrapper .leftBox {
  width: 33.333%;
}

#footer-wrapper .rightBox {
  width: 66.666%;
  padding-left: 60px;
}
	#footer-wrapper .rightBox {
    -ms-flex: 1;
        flex: 1;
    padding-left: 25px;
  }
}
@media screen and (max-width: 1140px){
	#footer-wrapper .feature-list .leftBox{
    margin-bottom: 30px;
}
	#footer-wrapper .feature-list .leftBox .downLogo{
    width: 80%;
}
	#footer-wrapper .rightBox{
    display: none;
}
	#copyright ul{
    display: flex;
    flex-direction: column;
}
}
@media screen and (max-width: 960px){
	#footer-wrapper .feature-list{}
#footer-wrapper .leftBox {
    width: 100%;
    margin-bottom: 55px;
  }
}
@media (max-width: 1200px) {

}