/* Minification failed. Returning unminified contents.
(1,10): run-time error CSS1017: Expected charset string, found 'UTF-8'
 */
@charset UTF-8;
@import url(3rd/jquery.fancybox.css);
@import url(3rd/jPushMenu.css);
/* line 6, ../sass/frame/__reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 26, ../sass/frame/__reset.scss */
body {
  line-height: 1;
}

/* line 30, ../sass/frame/__reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 34, ../sass/frame/__reset.scss */
ul, ol {
  list-style: none;
}

Summary ul ol {
  list-style: decimal;
}

/* line 37, ../sass/frame/__reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, ../sass/frame/__reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../sass/frame/__reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* line 54, ../sass/frame/__reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 60, ../sass/frame/__reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 66, ../sass/frame/__reset.scss */
del {
  text-decoration: line-through;
}

/* line 69, ../sass/frame/__reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 73, ../sass/frame/__reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 78, ../sass/frame/__reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 86, ../sass/frame/__reset.scss */
input, select {
  vertical-align: middle;
}

/* line 89, ../sass/frame/__reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 1, ../sass/frame/_layouts.scss */
html, body {
  height: 100%;
  font-family: Arial, 'Microsoft JhengHei', PMingLiU, MingLiU;
  color: #48391a;
  font-size: 15px;
}

/* line 7, ../sass/frame/_layouts.scss */
body {
  width: 100%;
}

/* line 10, ../sass/frame/_layouts.scss */
* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/frame/_layouts.scss */
a {
  text-decoration: none;
  color: #000;
}

/* line 18, ../sass/frame/_layouts.scss */
.crop {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}
/* line 203, ../sass/define/___mixins.scss */
.crop img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
/* line 20, ../sass/frame/_layouts.scss */
.crop a {
  display: block;
}

/* line 24, ../sass/frame/_layouts.scss */
.hide {
  display: none;
}

/* line 13, ../sass/define/___mixins.scss */
.container, .clearfix {
  zoom: 1;
}
/* line 16, ../sass/define/___mixins.scss */
.container:after, .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* line 30, ../sass/frame/_layouts.scss */
.container {
  position: relative;
  margin: 0 auto;
  width: 1000px;
}
@media (min-width: 1238px) {
  /* line 30, ../sass/frame/_layouts.scss */
  .container {
    width: 1150px;
  }
}
@media (min-width: 1000px) and (max-width: 1237px) {
  /* line 30, ../sass/frame/_layouts.scss */
  .container {
    width: 1000px;
  }
}
@media (max-width: 999px) {
  /* line 30, ../sass/frame/_layouts.scss */
  .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 44, ../sass/frame/_layouts.scss */
  .hidden-mobile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  /* line 49, ../sass/frame/_layouts.scss */
  .hidden-pad {
    display: none;
  }
}

@media (min-width: 1000px) {
  /* line 54, ../sass/frame/_layouts.scss */
  .hidden-desktop {
    display: none;
  }
}

/* line 59, ../sass/frame/_layouts.scss */
.section {
  width: 100%;
  position: relative;
}

/* line 63, ../sass/frame/_layouts.scss */
.col-left {
  float: left;
}

/* line 66, ../sass/frame/_layouts.scss */
.col-right {
  float: right;
}

/* line 70, ../sass/frame/_layouts.scss */
h3.brown, h5.brown {
  color: #8c5003;
}
/* line 73, ../sass/frame/_layouts.scss */
h3.green, h5.green {
  color: #6bab20;
}
/* line 76, ../sass/frame/_layouts.scss */
h3.orange, h5.orange {
  color: #ff832b;
}
/* line 79, ../sass/frame/_layouts.scss */
h3.red, h5.red {
  color: #e04a4a;
}

/* line 83, ../sass/frame/_layouts.scss */
h3 {
  font-size: 24px;
}

/* line 86, ../sass/frame/_layouts.scss */
h4 {
  font-size: 20px;
}
/* line 88, ../sass/frame/_layouts.scss */
h4.orange {
  color: #ff832b;
}

/* line 92, ../sass/frame/_layouts.scss */
h5 {
  font-size: 18px;
}
/* line 94, ../sass/frame/_layouts.scss */
h5.orange {
  color: #ff832b;
}

/* line 98, ../sass/frame/_layouts.scss */
.center {
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
}

/* line 2, ../sass/frame/_header.scss */
.header {
  /* background: url(../img/header.jpg) no-repeat center center; */
  width: 100%;
  /* height: 194px; */
  position: relative;
  padding-top: 18px;
}
/* line 8, ../sass/frame/_header.scss */
.header .m-menu {
  display: none;
}
/* line 11, ../sass/frame/_header.scss */
.header .logo {
  /* background: url(../img/logo.png) no-repeat; */
  background: url(../img/f_logo.png) no-repeat;
  width: 247px;
  height: 62px;
  text-indent: -9999px;
  background-size: contain;
  display: block;
  float: left;
}
/* line 20, ../sass/frame/_header.scss */
.header .block2 {
  float: right;
}
/* line 23, ../sass/frame/_header.scss */
.header .second-nav {
  background: url(../img/second_bg.png) no-repeat left center;
  height: 64px;
  line-height: 64px;
  display: block;
  margin-top: -18px;
  padding-right: 10px;
}
/* line 30, ../sass/frame/_header.scss */
.header .second-nav li {
  display: inline-block;
}
/* line 34, ../sass/frame/_header.scss */
.header .login {
  float: right;
  cursor: pointer;
  font-size: 15px;
  color: #7e4c02;
  text-decoration: none;
  text-align: center;
  line-height: 32px;
  height: 36px;
  border: none;
  padding: 0 14px;
  margin: 0;
  font-family: 'Microsoft JhengHei';
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 1px 0px #ffffbe inset;
  -moz-box-shadow: 0px 0px 1px 0px #ffffbe inset;
  box-shadow: 0px 0px 1px 0px #ffffbe inset;
  margin-top: -4px;
}
/* line 53, ../sass/frame/_header.scss */
.header .login:hover {
  background-color: #fee862;
}
/* line 56, ../sass/frame/_header.scss */
.header .login.logout {
  background: #f55100;
  color: #fff;
}
/* line 61, ../sass/frame/_header.scss */
.header .welcome {
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-right: -87px;
  text-shadow: 2px 3px 5px #fff;
  margin-top: 5px;
}

/* line 70, ../sass/frame/_header.scss */
.nav-block {
  background-color: #f37832 !important;
  background-color: #7f7f33;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb735), to(#f37832));
  background-image: -webkit-linear-gradient(top, #fbb735, #f37832);
  background-image: -moz-linear-gradient(top, #fbb735, #f37832);
  background-image: -ms-linear-gradient(top, #fbb735, #f37832);
  background-image: -o-linear-gradient(top, #fbb735, #f37832);
  background-image: linear-gradient(top bottom, #fbb735, #f37832);
  -webkit-box-shadow: 0px 0px 1px 2px #e0e0e0;
  -moz-box-shadow: 0px 0px 1px 2px #e0e0e0;
  box-shadow: 0px 0px 1px 2px #e0e0e0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}
/* line 78, ../sass/frame/_header.scss */
.nav-block .main-nav, .nav-block .search-block {
  float: left;
}
/* line 81, ../sass/frame/_header.scss */
.nav-block .search-block {
  background-color: #886432 !important;
  background-color: #7f6b36;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9c733a), to(#886432));
  background-image: -webkit-linear-gradient(top, #9c733a, #886432);
  background-image: -moz-linear-gradient(top, #9c733a, #886432);
  background-image: -ms-linear-gradient(top, #9c733a, #886432);
  background-image: -o-linear-gradient(top, #9c733a, #886432);
  background-image: linear-gradient(top bottom, #9c733a, #886432);
}

/* line 87, ../sass/frame/_header.scss */
.main-nav li {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  width: 141px;
  text-align: center;
  margin-left: -4px;
}
/* line 92, ../sass/frame/_header.scss */
.main-nav li a {
  display: block;
  color: #fff;
  background: none;
}
/* line 96, ../sass/frame/_header.scss */
.main-nav li a i {
  margin-right: 5px;
}
/* line 99, ../sass/frame/_header.scss */
.main-nav li a:hover, .main-nav li a.active {
  background-color: #fff !important;
  background-color: #7f7f7f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #fff, #e1e1e1);
  background-image: -moz-linear-gradient(top, #fff, #e1e1e1);
  background-image: -ms-linear-gradient(top, #fff, #e1e1e1);
  background-image: -o-linear-gradient(top, #fff, #e1e1e1);
  background-image: linear-gradient(top bottom, #fff, #e1e1e1);
  -webkit-box-shadow: 0px 0px 1px 0px #e3722f;
  -moz-box-shadow: 0px 0px 1px 0px #e3722f;
  box-shadow: 0px 0px 1px 0px #e3722f;
  color: #f55100;
}
/* line 40, ../sass/define/___background.scss */
.main-nav li a:hover .icon-about, .main-nav li a.active .icon-about {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.main-nav li a:hover .icon-about:before, .main-nav li a.active .icon-about:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .main-nav li a:hover .icon-about:before, .main-nav li a.active .icon-about:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.main-nav li a:hover .icon-about:before, .main-nav li a.active .icon-about:before {
  width: 25px;
  padding-top: 25px;
  background-position: 0px -25px;
  top: 0px;
  left: 0px;
}
/* line 106, ../sass/frame/_header.scss */
.main-nav li a:hover .icon-about:before, .main-nav li a.active .icon-about:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
/* line 40, ../sass/define/___background.scss */
.main-nav li a:hover .icon-news, .main-nav li a.active .icon-news {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.main-nav li a:hover .icon-news:before, .main-nav li a.active .icon-news:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .main-nav li a:hover .icon-news:before, .main-nav li a.active .icon-news:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.main-nav li a:hover .icon-news:before, .main-nav li a.active .icon-news:before {
  width: 25px;
  padding-top: 25px;
  background-position: -25px -25px;
  top: 0px;
  left: 0px;
}
/* line 114, ../sass/frame/_header.scss */
.main-nav li a:hover .icon-news:before, .main-nav li a.active .icon-news:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
/* line 40, ../sass/define/___background.scss */
.main-nav li a:hover .icon-subject, .main-nav li a.active .icon-subject {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.main-nav li a:hover .icon-subject:before, .main-nav li a.active .icon-subject:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .main-nav li a:hover .icon-subject:before, .main-nav li a.active .icon-subject:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.main-nav li a:hover .icon-subject:before, .main-nav li a.active .icon-subject:before {
  width: 25px;
  padding-top: 25px;
  background-position: -50px -25px;
  top: 0px;
  left: 0px;
}
/* line 122, ../sass/frame/_header.scss */
.main-nav li a:hover .icon-subject:before, .main-nav li a.active .icon-subject:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}


/* line 40, ../sass/define/___background.scss */
.main-nav li a:hover .icon-bookshelf, .main-nav li a.active .icon-bookshelf {
    position: relative;
}
    /* line 43, ../sass/define/___background.scss */
    .main-nav li a:hover .icon-bookshelf:before, .main-nav li a.active .icon-bookshelf:before {
        content: ".";
        height: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        background-image: url(../img/icon_bookshelf_retain.png);
        background-repeat: no-repeat;
        overflow: hidden;
        position: absolute;
    }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    /* line 61, ../sass/define/___background.scss */
    .main-nav li a:hover .icon-bookshelf:before, .main-nav li a.active .icon-bookshelf:before {
        background-image: url(../img/icon_bookshelf_retain.png);
        /*background-size: 400px 400px;*/
    }
}
/* line 24, ../sass/define/___background.scss */
.main-nav li a:hover .icon-bookshelf:before, .main-nav li a.active .icon-bookshelf:before {
    width: 25px;
    padding-top: 25px;
    top: 0px;
    left: 0px;
}
/* line 122, ../sass/frame/_header.scss */
.main-nav li a:hover .icon-bookshelf:before, .main-nav li a.active .icon-bookshelf:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}


/* line 40, ../sass/define/___background.scss */
.main-nav li a:hover .icon-learn, .main-nav li a.active .icon-learn {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.main-nav li a:hover .icon-learn:before, .main-nav li a.active .icon-learn:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .main-nav li a:hover .icon-learn:before, .main-nav li a.active .icon-learn:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.main-nav li a:hover .icon-learn:before, .main-nav li a.active .icon-learn:before {
  width: 25px;
  padding-top: 25px;
  background-position: -75px -25px;
  top: 0px;
  left: 0px;
}
/* line 130, ../sass/frame/_header.scss */
.main-nav li a:hover .icon-learn:before, .main-nav li a.active .icon-learn:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
/* line 40, ../sass/define/___background.scss */
.main-nav li a:hover .icon-media, .main-nav li a.active .icon-media {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.main-nav li a:hover .icon-media:before, .main-nav li a.active .icon-media:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .main-nav li a:hover .icon-media:before, .main-nav li a.active .icon-media:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.main-nav li a:hover .icon-media:before, .main-nav li a.active .icon-media:before {
  width: 25px;
  padding-top: 25px;
  background-position: -100px -25px;
  top: 0px;
  left: 0px;
}
/* line 138, ../sass/frame/_header.scss */
.main-nav li a:hover .icon-media:before, .main-nav li a.active .icon-media:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}

/* line 149, ../sass/frame/_header.scss */
.search-block .LiSelect, .search-block .form-group {
  display: inline-block;
}
/* line 152, ../sass/frame/_header.scss */
.search-block .LiSelect {
  text-align: center;
  width: 120px;
  height: 24px;
  line-height: 24px;
  z-index: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
/* line 161, ../sass/frame/_header.scss */
.search-block .LiSelect:hover ul {
  display: block;
  z-index: 3;
}
/* line 166, ../sass/frame/_header.scss */
.search-block .LiSelect a {
  display: block;
  width: 100%;
  color: #fff;
}
/* line 171, ../sass/frame/_header.scss */
.search-block .LiSelect ul {
  position: relative;
  list-style: none;
  max-height: 300px;
  overflow-y: visible;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  text-align: center;
  display: none;
  border: 1px solid #ccc;
  border-top: 0;
}
/* line 183, ../sass/frame/_header.scss */
.search-block .LiSelect ul li {
  width: 100%;
  background: #FFF;
  color: #000;
  line-height: 25px;
}
/* line 188, ../sass/frame/_header.scss */
.search-block .LiSelect ul li:hover {
  background-color: #FE8C80;
  color: #FFF;
}
/* line 195, ../sass/frame/_header.scss */
.search-block .form-group {
  height: 50px;
  width: 172px;
  position: relative;
}
/* line 199, ../sass/frame/_header.scss */
.search-block .form-group a {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 204, ../sass/frame/_header.scss */
.search-block .form-group input[type="text"] {
  border: 0;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  margin-top: -1px;
}
/* line 211, ../sass/frame/_header.scss */
.search-block .form-group .search-btn {
  width: 36px;
  height: 100%;
  background: #fccf00;
  text-align: center;
}

@media (max-width: 999px) {
  /* line 221, ../sass/frame/_header.scss */
  .nav-block {
    margin-bottom: 1px;
  }
  /* line 223, ../sass/frame/_header.scss */
  .nav-block .main-nav, .nav-block .search-block {
    display: block;
    float: none;
    background-color: #f37832 !important;
    background-color: #7f7f33;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb735), to(#f37832));
    background-image: -webkit-linear-gradient(top, #fbb735, #f37832);
    background-image: -moz-linear-gradient(top, #fbb735, #f37832);
    background-image: -ms-linear-gradient(top, #fbb735, #f37832);
    background-image: -o-linear-gradient(top, #fbb735, #f37832);
    background-image: linear-gradient(top bottom, #fbb735, #f37832);
    box-shadow: none;
  }
  /* line 229, ../sass/frame/_header.scss */
  .nav-block .main-nav .LiSelect, .nav-block .search-block .LiSelect {
    width: 20%;
  }
  /* line 232, ../sass/frame/_header.scss */
  .nav-block .main-nav .form-group, .nav-block .search-block .form-group {
    width: 79%;
  }
  /* line 236, ../sass/frame/_header.scss */
  .nav-block .search-block {
    background-color: #886432 !important;
    background-color: #7f6b36;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9c733a), to(#886432));
    background-image: -webkit-linear-gradient(top, #9c733a, #886432);
    background-image: -moz-linear-gradient(top, #9c733a, #886432);
    background-image: -ms-linear-gradient(top, #9c733a, #886432);
    background-image: -o-linear-gradient(top, #9c733a, #886432);
    background-image: linear-gradient(top bottom, #9c733a, #886432);
  }
  /* line 241, ../sass/frame/_header.scss */
  .nav-block .main-nav li {
    width: 100%;
    text-align: left;
    background-color: #7f7f33;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb735), to(#f37832));
    background-image: -webkit-linear-gradient(top, #fbb735, #f37832);
    background-image: -moz-linear-gradient(top, #fbb735, #f37832);
    background-image: -ms-linear-gradient(top, #fbb735, #f37832);
    background-image: -o-linear-gradient(top, #fbb735, #f37832);
    background-image: linear-gradient(top bottom, #fbb735, #f37832);
    line-height: 36px;
    margin-left: 0;
  }
  /* line 247, ../sass/frame/_header.scss */
  .nav-block .main-nav li a {
    padding-left: 20px;
    font-weight: bold;
    border-bottom: 1px solid #d96e2e;
  }
  /* line 251, ../sass/frame/_header.scss */
  .nav-block .main-nav li a:hover, .nav-block .main-nav li a.active {
    background: #e1e1e1;
    background-color: #7f7f7f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #fff, #e1e1e1);
    background-image: -moz-linear-gradient(top, #fff, #e1e1e1);
    background-image: -ms-linear-gradient(top, #fff, #e1e1e1);
    background-image: -o-linear-gradient(top, #fff, #e1e1e1);
    background-image: linear-gradient(top bottom, #fff, #e1e1e1);
    -webkit-box-shadow: 0px 1px 1px 0px #919191;
    -moz-box-shadow: 0px 1px 1px 0px #919191;
    box-shadow: 0px 1px 1px 0px #919191;
    color: #f55100;
  }
  /* line 40, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-about, .nav-block .main-nav li a.active .icon-about {
    position: relative;
  }
  /* line 43, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-about:before, .nav-block .main-nav li a.active .icon-about:before {
    content: ".";
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
  }
}
@media only screen and (max-width: 999px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 999px) and (max--moz-device-pixel-ratio: 2), only screen and (max-width: 999px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 999px) and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-about:before, .nav-block .main-nav li a.active .icon-about:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
@media (max-width: 999px) {
  /* line 24, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-about:before, .nav-block .main-nav li a.active .icon-about:before {
    width: 25px;
    padding-top: 25px;
    background-position: 0px -25px;
    top: 0px;
    left: 0px;
  }
  /* line 258, ../sass/frame/_header.scss */
  .nav-block .main-nav li a:hover .icon-about:before, .nav-block .main-nav li a.active .icon-about:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
  }
  /* line 40, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-news, .nav-block .main-nav li a.active .icon-news {
    position: relative;
  }
  /* line 43, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-news:before, .nav-block .main-nav li a.active .icon-news:before {
    content: ".";
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
  }
}
@media only screen and (max-width: 999px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 999px) and (max--moz-device-pixel-ratio: 2), only screen and (max-width: 999px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 999px) and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-news:before, .nav-block .main-nav li a.active .icon-news:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
@media (max-width: 999px) {
  /* line 24, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-news:before, .nav-block .main-nav li a.active .icon-news:before {
    width: 25px;
    padding-top: 25px;
    background-position: -25px -25px;
    top: 0px;
    left: 0px;
  }
  /* line 266, ../sass/frame/_header.scss */
  .nav-block .main-nav li a:hover .icon-news:before, .nav-block .main-nav li a.active .icon-news:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
  }
  /* line 40, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-subject, .nav-block .main-nav li a.active .icon-subject {
    position: relative;
  }
  /* line 43, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-subject:before, .nav-block .main-nav li a.active .icon-subject:before {
    content: ".";
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
  }
}
@media only screen and (max-width: 999px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 999px) and (max--moz-device-pixel-ratio: 2), only screen and (max-width: 999px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 999px) and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-subject:before, .nav-block .main-nav li a.active .icon-subject:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
@media (max-width: 999px) {
    /* line 24, ../sass/define/___background.scss */
    .nav-block .main-nav li a:hover .icon-subject:before, .nav-block .main-nav li a.active .icon-subject:before {
        width: 25px;
        padding-top: 25px;
        background-position: -50px -25px;
        top: 0px;
        left: 0px;
    }
    /* line 274, ../sass/frame/_header.scss */
    .nav-block .main-nav li a:hover .icon-subject:before, .nav-block .main-nav li a.active .icon-subject:before {
        content: "";
        position: relative;
        display: inline-block;
        vertical-align: middle;
        zoom: 1;
    }



    /* line 40, ../sass/define/___background.scss */
    .nav-block .main-nav li a:hover .icon-bookshelf, .nav-block .main-nav li a.active .icon-bookshelf {
        position: relative;
    }
        /* line 43, ../sass/define/___background.scss */
        .nav-block .main-nav li a:hover .icon-bookshelf:before, .nav-block .main-nav li a.active .icon-bookshelf:before {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            background-image: url(../img/icon_bookshelf.png);
            background-repeat: no-repeat;
            overflow: hidden;
            position: absolute;
        }
}

@media only screen and (max-width: 999px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 999px) and (max--moz-device-pixel-ratio: 2), only screen and (max-width: 999px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 999px) and (min-device-pixel-ratio: 2) {
    /* line 61, ../sass/define/___background.scss */
    .nav-block .main-nav li a:hover .icon-bookshelf:before, .nav-block .main-nav li a.active .icon-bookshelf:before {
        background-image: url(../img/icon_bookshelf_retain.png);
        /*background-size: 400px 400px;*/
    }
}

@media (max-width: 999px) {
    /* line 24, ../sass/define/___background.scss */
    .nav-block .main-nav li a:hover .icon-bookshelf:before, .nav-block .main-nav li a.active .icon-bookshelf:before {
        width: 25px;
        top: 0px;
        left: 0px;
    }
    /* line 274, ../sass/frame/_header.scss */
    .nav-block .main-nav li a:hover .icon-bookshelf:before, .nav-block .main-nav li a.active .icon-bookshelf:before {
        content: "";
        position: relative;
        display: inline-block;
        vertical-align: middle;
        zoom: 1;
    }




    /* line 40, ../sass/define/___background.scss */
    .nav-block .main-nav li a:hover .icon-learn, .nav-block .main-nav li a.active .icon-learn {
        position: relative;
    }
        /* line 43, ../sass/define/___background.scss */
        .nav-block .main-nav li a:hover .icon-learn:before, .nav-block .main-nav li a.active .icon-learn:before {
            content: ".";
            height: 0;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            background-image: url(../img/icon.png);
            background-repeat: no-repeat;
            overflow: hidden;
            position: absolute;
        }
}
@media only screen and (max-width: 999px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 999px) and (max--moz-device-pixel-ratio: 2), only screen and (max-width: 999px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 999px) and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-learn:before, .nav-block .main-nav li a.active .icon-learn:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
@media (max-width: 999px) {
  /* line 24, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-learn:before, .nav-block .main-nav li a.active .icon-learn:before {
    width: 25px;
    padding-top: 25px;
    background-position: -75px -25px;
    top: 0px;
    left: 0px;
  }
  /* line 282, ../sass/frame/_header.scss */
  .nav-block .main-nav li a:hover .icon-learn:before, .nav-block .main-nav li a.active .icon-learn:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
  }
  /* line 40, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-media, .nav-block .main-nav li a.active .icon-media {
    position: relative;
  }
  /* line 43, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-media:before, .nav-block .main-nav li a.active .icon-media:before {
    content: ".";
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
  }
}
@media only screen and (max-width: 999px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 999px) and (max--moz-device-pixel-ratio: 2), only screen and (max-width: 999px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 999px) and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-media:before, .nav-block .main-nav li a.active .icon-media:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
@media (max-width: 999px) {
  /* line 24, ../sass/define/___background.scss */
  .nav-block .main-nav li a:hover .icon-media:before, .nav-block .main-nav li a.active .icon-media:before {
    width: 25px;
    padding-top: 25px;
    background-position: -100px -25px;
    top: 0px;
    left: 0px;
  }
  /* line 290, ../sass/frame/_header.scss */
  .nav-block .main-nav li a:hover .icon-media:before, .nav-block .main-nav li a.active .icon-media:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
  }
  /* line 299, ../sass/frame/_header.scss */
  .nav-block .main-nav .nav-2 {
    margin-top: 1px;
  }
  /* line 302, ../sass/frame/_header.scss */
  .nav-block .main-nav .nav-2 li a {
    background: #f9fbfa;
    color: #8c5003;
    border-bottom: 1px solid #b1b1b2;
    box-shadow: none;
  }
  /* line 307, ../sass/frame/_header.scss */
  .nav-block .main-nav .nav-2 li a:hover {
    color: #f55100;
  }

  /* line 315, ../sass/frame/_header.scss */
  .m-header {
    background-color: #fcd700 !important;
    background-color: #7f7f00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcd700), to(#fdca00));
    background-image: -webkit-linear-gradient(top, #fcd700, #fdca00);
    background-image: -moz-linear-gradient(top, #fcd700, #fdca00);
    background-image: -ms-linear-gradient(top, #fcd700, #fdca00);
    background-image: -o-linear-gradient(top, #fcd700, #fdca00);
    background-image: linear-gradient(top bottom, #fcd700, #fdca00);
    margin-top: -24px;
    padding: 10px 20px;
  }
  /* line 13, ../sass/define/___mixins.scss */
  .m-header {
    zoom: 1;
  }
  /* line 16, ../sass/define/___mixins.scss */
  .m-header:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 321, ../sass/frame/_header.scss */
  .m-header .m-menu, .m-header .login {
    display: block;
    background-color: #dea11a !important;
    background-color: #7f7f12;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd30b), to(#dea11a));
    background-image: -webkit-linear-gradient(top, #ffd30b, #dea11a);
    background-image: -moz-linear-gradient(top, #ffd30b, #dea11a);
    background-image: -ms-linear-gradient(top, #ffd30b, #dea11a);
    background-image: -o-linear-gradient(top, #ffd30b, #dea11a);
    background-image: linear-gradient(top bottom, #ffd30b, #dea11a);
    border: 1px solid #c58a00;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    width: 46px;
    height: 46px;
  }
  /* line 332, ../sass/frame/_header.scss */
  .m-header .button {
    padding: 0;
  }
  /* line 335, ../sass/frame/_header.scss */
  .m-header .login {
    float: right;
    color: #fff;
    margin-top: 0;
  }
  /* line 339, ../sass/frame/_header.scss */
  .m-header .login .icon-login {
    display: block;
    margin-top: -3px;
  }
  /* line 40, ../sass/define/___background.scss */
  .m-header .login .icon-login {
    position: relative;
  }
  /* line 43, ../sass/define/___background.scss */
  .m-header .login .icon-login:before {
    content: ".";
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
  }
}
@media only screen and (max-width: 999px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 999px) and (max--moz-device-pixel-ratio: 2), only screen and (max-width: 999px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 999px) and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .m-header .login .icon-login:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
@media (max-width: 999px) {
  /* line 24, ../sass/define/___background.scss */
  .m-header .login .icon-login:before {
    width: 25px;
    padding-top: 25px;
    background-position: -363px 0px;
    top: 0px;
    left: 0px;
  }
  /* line 343, ../sass/frame/_header.scss */
  .m-header .login .icon-login:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
  }
  /* line 349, ../sass/frame/_header.scss */
  .m-header .login .text {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-top: -6px;
  }

  /* line 357, ../sass/frame/_header.scss */
  .header {
    /* background: url(../img/p_header.jpg) no-repeat center center; */
    width: 100%;
    /* height: 385px; */
    position: relative;
  }
  /* line 362, ../sass/frame/_header.scss */
  .header .block2 {
    float: none;
  }
  /* line 365, ../sass/frame/_header.scss */
  .header .second-nav {
    margin-top: 0;
    padding: 0 15px;
    padding: 0;
    text-align: center;
    font-weight: bold;
  }
  /* line 372, ../sass/frame/_header.scss */
  .header .welcome {
    float: none;
    text-align: right;
    margin: 10px 20px 10px;
  }
  /* line 377, ../sass/frame/_header.scss */
  .header .logo {
    margin: 0 auto;
    float: none;
    width: 500px;
    height: 113px;
    background-size: contain;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 389, ../sass/frame/_header.scss */
  .header .second-nav {
    background: #fff;
    opacity: .6;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  /* line 402, ../sass/frame/_header.scss */
  .nav-block .main-nav .LiSelect, .nav-block .search-block .LiSelect {
    width: 40%;
  }
  /* line 405, ../sass/frame/_header.scss */
  .nav-block .main-nav .form-group, .nav-block .search-block .form-group {
    width: 55%;
  }

  /* line 410, ../sass/frame/_header.scss */
  .header {
    /*background: url(../img/m_header.jpg) no-repeat center bottom;*/
    width: 100%;
    /* height: 370px; */
    position: relative;
  }
  /* line 415, ../sass/frame/_header.scss */
  .header .second-nav {
    background-position: center center;
    background-repeat: repeat-x;
    height: 50px;
    line-height: 48px;
  }
  /* line 421, ../sass/frame/_header.scss */
  .header .welcome {
    margin: 0 30px 18px 0;
  }
  /* line 424, ../sass/frame/_header.scss */
  .header .logo {
    width: 280px;
    height: 63px;
    background-size: contain;
  }
}
/* line 1, ../sass/frame/_footer.scss */
.footer {
  background: #f5f5f5;
  padding-top: 25px;
  font-size: 13px;
}
/* line 5, ../sass/frame/_footer.scss */
.footer .f-nav, .footer p {
  display: block;
  margin-bottom: 15px;
}
/* line 8, ../sass/frame/_footer.scss */
.footer .f-nav.brown, .footer p.brown {
  color: #a17f46;
}
/* line 10, ../sass/frame/_footer.scss */
.footer .f-nav.brown a, .footer p.brown a {
  color: #a17f46;
}
/* line 14, ../sass/frame/_footer.scss */
.footer .f-nav li, .footer p li {
  display: inline-block;
}
/* line 18, ../sass/frame/_footer.scss */
.footer .logo {
  background: url(../img/f_logo.png) no-repeat;
  width: 274px;
  height: 62px;
  background-size: contain;
  margin-bottom: 6px;
}
/* line 25, ../sass/frame/_footer.scss */
.footer .tool-block {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px -2px 4px 0px #e2e2e2;
  -moz-box-shadow: 0px -2px 4px 0px #e2e2e2;
  box-shadow: 0px -2px 4px 0px #e2e2e2;
  padding: 8px 10px;
  margin-left: 62px;
  margin-bottom: 17px;
}
/* line 32, ../sass/frame/_footer.scss */
.footer .tool-block li {
  display: block;
  line-height: 18px;
}
/* line 37, ../sass/frame/_footer.scss */
.footer .container {
  padding: 0 18px;
}

@media (max-width: 999px) {
  /* line 43, ../sass/frame/_footer.scss */
  .footer {
    line-height: 24px;
  }
  /* line 45, ../sass/frame/_footer.scss */
  .footer .col-left {
    font-size: 14px;
  }
  /* line 48, ../sass/frame/_footer.scss */
  .footer .col-left, .footer .col-right {
    float: none;
    text-align: center;
  }
  /* line 52, ../sass/frame/_footer.scss */
  .footer .logo, .footer .tool-block {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
  }
  /* line 55, ../sass/frame/_footer.scss */
  .footer .tool-block {
    margin: 0;
    text-align: left;
    margin-left: 15px;
  }
}
/* line 40, ../sass/define/___background.scss */
.icon-about {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-about:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-about:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-about:before {
  width: 25px;
  padding-top: 25px;
  background-position: 0px 0px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-news {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-news:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-news:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-news:before {
  width: 25px;
  padding-top: 25px;
  background-position: -25px 0px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-subject {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-subject:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-subject:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-subject:before {
  width: 25px;
  padding-top: 25px;
  background-position: -50px 0px;
  top: 0px;
  left: 0px;
}


/* line 40, ../sass/define/___background.scss */
.icon-bookshelf {
    position: relative;
}
    /* line 43, ../sass/define/___background.scss */
    .icon-bookshelf:before {
        content: ".";
        height: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        background-image: url(../img/icon_bookshelf.png);
        background-repeat: no-repeat;
        overflow: hidden;
        position: absolute;
    }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    /* line 61, ../sass/define/___background.scss */
    .icon-bookshelf:before {
        background-image: url(../img/icon_bookshelf.png);
        /* background-size: 400px 400px;*/
    }
}
/* line 24, ../sass/define/___background.scss */
.icon-bookshelf:before {
    width: 25px;
    padding-top: 25px;
    top: 0px;
    left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-learn {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-learn:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-learn:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-learn:before {
  width: 25px;
  padding-top: 25px;
  background-position: -75px 0px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-media {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-media:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-media:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-media:before {
  width: 25px;
  padding-top: 25px;
  background-position: -100px 0px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-arrow-down {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-arrow-down:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-arrow-down:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-arrow-down:before {
  width: 25px;
  padding-top: 25px;
  background-position: -125px 0px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-about-h {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-about-h:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-about-h:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-about-h:before {
  width: 25px;
  padding-top: 25px;
  background-position: 0px -25px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-news-h {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-news-h:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-news-h:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-news-h:before {
  width: 25px;
  padding-top: 25px;
  background-position: -25px -25px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-subject-h {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-subject-h:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-subject-h:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-subject-h:before {
  width: 25px;
  padding-top: 25px;
  background-position: -50px -25px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-learn-h {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-learn-h:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-learn-h:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-learn-h:before {
  width: 25px;
  padding-top: 25px;
  background-position: -75px -25px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-media-h {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-media-h:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-media-h:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-media-h:before {
  width: 25px;
  padding-top: 25px;
  background-position: -100px -25px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-arrow-down {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-arrow-down:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-arrow-down:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-arrow-down:before {
  width: 25px;
  padding-top: 25px;
  background-position: -125px 0px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-search {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-search:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-search:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-search:before {
  width: 25px;
  padding-top: 25px;
  background-position: -150px 0px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-arrow-right {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-arrow-right:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-arrow-right:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-arrow-right:before {
  width: 13px;
  padding-top: 25px;
  background-position: -175px 0px;
  top: 1px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-login {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-login:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-login:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-login:before {
  width: 25px;
  padding-top: 25px;
  background-position: -188px 0px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-menu {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-menu:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-menu:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-menu:before {
  width: 25px;
  padding-top: 25px;
  background-position: -338px 0px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-login-m {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-login-m:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-login-m:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-login-m:before {
  width: 25px;
  padding-top: 25px;
  background-position: -363px 0px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-player {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-player:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-player:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-player:before {
  width: 50px;
  padding-top: 50px;
  background-position: -150px -25px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-brown {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-brown:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-brown:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-brown:before {
  width: 25px;
  padding-top: 25px;
  background-position: 0px -50px;
  top: -2px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-green {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-green:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-green:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-green:before {
  width: 25px;
  padding-top: 25px;
  background-position: -25px -50px;
  top: -2px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-orange {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-orange:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-orange:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-orange:before {
  width: 25px;
  padding-top: 25px;
  background-position: -50px -50px;
  top: -2px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-red {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-red:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-red:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-red:before {
  width: 25px;
  padding-top: 25px;
  background-position: -75px -50px;
  top: -2px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-arrow-r-o {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-arrow-r-o:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-arrow-r-o:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-arrow-r-o:before {
  width: 25px;
  padding-top: 25px;
  background-position: -213px 0px;
  top: -2px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-arrow-r-b {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-arrow-r-b:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-arrow-r-b:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-arrow-r-b:before {
  width: 25px;
  padding-top: 25px;
  background-position: -238px 0px;
  top: -2px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-home {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-home:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-home:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-home:before {
  width: 25px;
  padding-top: 25px;
  background-position: -263px 0px;
  top: -1px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-arrow-b {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-arrow-b:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-arrow-b:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-arrow-b:before {
  width: 14px;
  padding-top: 25px;
  background-position: -288px 0px;
  top: -2px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-book {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-book:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-book:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-book:before {
  width: 25px;
  padding-top: 25px;
  background-position: -200px -25px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-map {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-map:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-map:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-map:before {
  width: 25px;
  padding-top: 25px;
  background-position: -227px -50px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-category {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-category:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-category:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-category:before {
  width: 25px;
  padding-top: 25px;
  background-position: -249px -50px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-search-s {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-search-s:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-search-s:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-search-s:before {
  width: 25px;
  padding-top: 25px;
  background-position: -276px -50px;
  top: 1px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-subject-1 {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-subject-1:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-subject-1:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-subject-1:before {
  width: 25px;
  padding-top: 25px;
  background-position: -300px -25px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-subject-2 {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-subject-2:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-subject-2:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-subject-2:before {
  width: 25px;
  padding-top: 25px;
  background-position: -325px -25px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-subject-3 {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-subject-3:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-subject-3:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-subject-3:before {
  width: 25px;
  padding-top: 25px;
  background-position: -350px -25px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-subject-4 {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-subject-4:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-subject-4:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-subject-4:before {
  width: 25px;
  padding-top: 25px;
  background-position: -375px -25px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-arrow-down2 {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-arrow-down2:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-arrow-down2:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-arrow-down2:before {
  width: 12px;
  padding-top: 25px;
  background-position: -300px -50px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-map-title {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-map-title:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-map-title:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-map-title:before {
  width: 25px;
  padding-top: 25px;
  background-position: -249px -25px;
  top: -2px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-map-book {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-map-book:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-map-book:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-map-book:before {
  width: 25px;
  padding-top: 25px;
  background-position: -312px -50px;
  top: -1px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-media-t {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-media-t:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-media-t:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-media-t:before {
  width: 30px;
  padding-top: 25px;
  background-position: -338px -50px;
  top: -3px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-return {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-return:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-return:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-return:before {
  width: 25px;
  padding-top: 25px;
  background-position: -300px 0px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-pen {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-pen:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-pen:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-pen:before {
  width: 17px;
  padding-top: 25px;
  background-position: -279px -27px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-arrow-top {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-arrow-top:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-arrow-top:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-arrow-top:before {
  width: 24px;
  padding-top: 16px;
  background-position: -368px -50px;
  top: -3px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-return {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-return:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-return:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-return:before {
  width: 25px;
  padding-top: 25px;
  background-position: -300px 0px;
  top: 0px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-class {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-class:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-class:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-class:before {
  width: 25px;
  padding-top: 25px;
  background-position: 0px -75px;
  top: 0px;
  left: -2px;
}

/* line 40, ../sass/define/___background.scss */
.icon-test {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-test:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-test:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-test:before {
  width: 25px;
  padding-top: 25px;
  background-position: -25px -75px;
  top: 0px;
  left: -2px;
}

/* line 40, ../sass/define/___background.scss */
.icon-detail {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-detail:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-detail:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-detail:before {
  width: 25px;
  padding-top: 25px;
  background-position: -50px -75px;
  top: 2px;
  left: 0px;
}

/* line 40, ../sass/define/___background.scss */
.icon-logout {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-logout:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-logout:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px;
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-logout:before {
  width: 25px;
  padding-top: 25px;
  background-position: -77px -74px;
  top: 0px;
  left: 0px;
}

/* line 140, ../sass/frame/_icon.scss */
[class*="icon-"]:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}

/* line 1, ../sass/frame/_button.scss */
.button {
  cursor: pointer;
  font-size: 15px;
  color: #7e4c02;
  text-decoration: none;
  width: auto;
  text-align: center;
  border: none;
  padding: 3px;
  margin: 0;
  font-family: 'Microsoft JhengHei';
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #fff;
  -webkit-box-shadow: 1px 1px 2px 0px #a2a2a2;
  -moz-box-shadow: 1px 1px 2px 0px #a2a2a2;
  box-shadow: 1px 1px 2px 0px #a2a2a2;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #7f7f40;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fee777), to(#fcd10a));
  background-image: -webkit-linear-gradient(top, #fee777, #fcd10a);
  background-image: -moz-linear-gradient(top, #fee777, #fcd10a);
  background-image: -ms-linear-gradient(top, #fee777, #fcd10a);
  background-image: -o-linear-gradient(top, #fee777, #fcd10a);
  background-image: linear-gradient(top bottom, #fee777, #fcd10a);
}
/* line 20, ../sass/frame/_button.scss */
.button:hover {
  background: #fee862;
}
/* line 23, ../sass/frame/_button.scss */
.button.green {
  background-color: #577f7f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#75ddb9), to(#39ce9b));
  background-image: -webkit-linear-gradient(top, #75ddb9, #39ce9b);
  background-image: -moz-linear-gradient(top, #75ddb9, #39ce9b);
  background-image: -ms-linear-gradient(top, #75ddb9, #39ce9b);
  background-image: -o-linear-gradient(top, #75ddb9, #39ce9b);
  background-image: linear-gradient(top bottom, #75ddb9, #39ce9b);
  color: #005739;
}
/* line 26, ../sass/frame/_button.scss */
.button.green:hover {
  background: #39ce9b;
}
/* line 30, ../sass/frame/_button.scss */
.button.blue {
  background-color: #4a7f7f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6ed8ff), to(#27c5ff));
  background-image: -webkit-linear-gradient(top, #6ed8ff, #27c5ff);
  background-image: -moz-linear-gradient(top, #6ed8ff, #27c5ff);
  background-image: -ms-linear-gradient(top, #6ed8ff, #27c5ff);
  background-image: -o-linear-gradient(top, #6ed8ff, #27c5ff);
  background-image: linear-gradient(top bottom, #6ed8ff, #27c5ff);
  color: #103486;
}
/* line 33, ../sass/frame/_button.scss */
.button.blue:hover {
  background: #27c5ff;
}
/* line 37, ../sass/frame/_button.scss */
.button.purple {
  background-color: #7f7f7f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dd9dfe), to(#d17bfe));
  background-image: -webkit-linear-gradient(top, #dd9dfe, #d17bfe);
  background-image: -moz-linear-gradient(top, #dd9dfe, #d17bfe);
  background-image: -ms-linear-gradient(top, #dd9dfe, #d17bfe);
  background-image: -o-linear-gradient(top, #dd9dfe, #d17bfe);
  background-image: linear-gradient(top bottom, #dd9dfe, #d17bfe);
  color: #531175;
}
/* line 40, ../sass/frame/_button.scss */
.button.purple:hover {
  background: #d17bfe;
}
/* line 44, ../sass/frame/_button.scss */
.button.red {
  background-color: #7f7f7f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9ca3), to(#ff6c76));
  background-image: -webkit-linear-gradient(top, #ff9ca3, #ff6c76);
  background-image: -moz-linear-gradient(top, #ff9ca3, #ff6c76);
  background-image: -ms-linear-gradient(top, #ff9ca3, #ff6c76);
  background-image: -o-linear-gradient(top, #ff9ca3, #ff6c76);
  background-image: linear-gradient(top bottom, #ff9ca3, #ff6c76);
}
/* line 46, ../sass/frame/_button.scss */
.button.red:hover {
  background: #ff6c76;
}
/* line 50, ../sass/frame/_button.scss */
.button.btn-text {
  padding: 4px 12px;
}
/* line 52, ../sass/frame/_button.scss */
.button.btn-text i {
  margin-right: 5px;
}
/* line 56, ../sass/frame/_button.scss */
.button.style2 {
  padding: 2px 12px;
  box-shadow: none;
}
/* line 59, ../sass/frame/_button.scss */
.button.style2 i {
  margin-right: 5px;
}




/* line 40, ../sass/define/___background.scss */
.icon-subject-reload {
  position: relative;
}
/* line 43, ../sass/define/___background.scss */
.icon-subject-reload:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon_reload.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}

/* line 40, ../sass/define/___background.scss */
.icon-subject-upload {
    position: relative;
}
    /* line 43, ../sass/define/___background.scss */
    .icon-subject-upload:before {
        content: ".";
        height: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        background-image: url(../img/icon_cloud_upload.png);
        background-size: 25px 25px;
        background-repeat: no-repeat;
        overflow: hidden;
        position: absolute;
    }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    /* line 61, ../sass/define/___background.scss */
    .icon-subject-upload:before {
        background-image: url(../img/icon_cloud_upload.png);
        background-size: 25px 25px;
        /*background-size: 400px 400px;*/
    }
}
/* line 24, ../sass/define/___background.scss */
.icon-subject-upload:before {
    width: 25px;
    padding-top: 25px;
    /*background-position: 0px 0px;*/
    position: relative;
    top: 0px;
    left: 0px;
}



@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 61, ../sass/define/___background.scss */
  .icon-subject-reload:before {
    background-image: url(../img/icon_reload.png);
    /*background-size: 400px 400px;*/
  }
}
/* line 24, ../sass/define/___background.scss */
.icon-subject-reload:before {
  width: 25px;
  padding-top: 25px;
  /*background-position: 0px 0px;*/
  position: relative;
  top: 0px;
  left: 0px;
}


/* line 40, ../sass/define/___background.scss */
.icon-subject-print {
    position: relative;
}
    /* line 43, ../sass/define/___background.scss */
    .icon-subject-print:before {
        content: ".";
        height: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        background-image: url(../img/icon_print.png);
        background-size: 25px 25px;
        background-repeat: no-repeat;
        overflow: hidden;
        position: absolute;
    }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    /* line 61, ../sass/define/___background.scss */
    .icon-subject-print:before {
        background-image: url(../img/icon_print.png);
        background-size: 25px 25px;
        /*background-size: 400px 400px;*/
    }
}
/* line 24, ../sass/define/___background.scss */
.icon-subject-print:before {
    width: 25px;
    padding-top: 25px;
    /*background-position: 0px 0px;*/
    position: relative;
    top: 0px;
    left: 0px;
}




/*-----2017年維護案調整-----*/
.header{
	/* background: url(../img/header.jpg) no-repeat center center; */
    /*width: 100%;*/
	width: auto;
    /* height: 249px; */
    position: relative;
    padding-top: 18px;
	}
	
.header .second-nav{
    height: 36px;
    line-height: 36px;
    display: block;
    margin-top: -4px;
    padding-right: 10px;
    background: #fff;
    margin-right: -5px;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
	}
	
.nav-block{
	background-color: #f37832 !important;
	background-color: #7f7f33;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00c4c3), to(#019b9e));
	background-image: -webkit-linear-gradient(top, #00c4c3, #019b9e);
	background-image: -moz-linear-gradient(top, #00c4c3, #019b9e);
	background-image: -ms-linear-gradient(top, #00c4c3, #019b9e);
	background-image: -o-linear-gradient(top, #00c4c3, #019b9e);
	background-image: linear-gradient(top bottom, #00c4c3, #019b9e);

	-webkit-box-shadow: 0px 0px 1px 2px #e0e0e0;
	-moz-box-shadow: 0px 0px 1px 2px #e0e0e0;
	box-shadow: 0px 0px 1px 2px #e0e0e0;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	}

.main-nav li a:hover, .main-nav li a.active {
  background-color: #fff !important;
  background-color: #7f7f7f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #fff, #e1e1e1);
  background-image: -moz-linear-gradient(top, #fff, #e1e1e1);
  background-image: -ms-linear-gradient(top, #fff, #e1e1e1);
  background-image: -o-linear-gradient(top, #fff, #e1e1e1);
  background-image: linear-gradient(top bottom, #fff, #e1e1e1);
  -webkit-box-shadow: 0px 0px 1px 0px #e3722f;
  -moz-box-shadow: 0px 0px 1px 0px #e3722f;
  box-shadow: 0px 0px 1px 0px #e3722f;
  color: #2c4900;
}


@media (max-width: 999px) {
.header {
    /* background: url(../img/p_header.jpg) no-repeat center center; */
    width: 100%;
    /* height: 385px; */
    position: relative;
}
	
.m-header {
    background-color: #fcd700 !important;
    background-color: #7f7f00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00c4c3), to(#019b9e));
    background-image: -webkit-linear-gradient(top, #00c4c3, #019b9e);
    background-image: -moz-linear-gradient(top, #00c4c3, #019b9e);
    background-image: -ms-linear-gradient(top, #00c4c3, #019b9e);
    background-image: -o-linear-gradient(top, #00c4c3, #019b9e);
    background-image: linear-gradient(top bottom, #00c4c3, #019b9e);
    margin-top: -24px;
    padding: 10px 20px;
  }
  
.m-header .m-menu, .m-header .login {
    display: block;
    background-color: #dea11a !important;
    background-color: #7f7f12;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00c4c3), to(#00c4c3));
    background-image: -webkit-linear-gradient(top, #00c4c3, #00c4c3);
    background-image: -moz-linear-gradient(top, #00c4c3, #00c4c3);
    background-image: -ms-linear-gradient(top, #00c4c3, #00c4c3);
    background-image: -o-linear-gradient(top, #00c4c3, #00c4c3);
    background-image: linear-gradient(top bottom, #00c4c3, #00c4c3);
    border: 1px solid #019b9e;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    width: 46px;
    height: 46px;
  }
  
  .m-header .login {
    float: right;
    color: #fff;
    margin-top: 0;
  }
  
.nav-block .main-nav li {
    width: 100%;
    text-align: left;
    background-color: #7f7f33;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#019b9e), to(#4f8400));
    background-image: -webkit-linear-gradient(top, #019b9e, #4f8400);
    background-image: -moz-linear-gradient(top, #019b9e, #4f8400);
    background-image: -ms-linear-gradient(top, #019b9e, #4f8400);
    background-image: -o-linear-gradient(top, #019b9e, #4f8400);
    background-image: linear-gradient(top bottom, #019b9e, #4f8400);
    line-height: 36px;
    margin-left: 0;
  }	
	
.nav-block .main-nav li a {
    padding-left: 20px;
    font-weight: bold;
    border-bottom: 1px solid #019b9e;
  }	

.nav-block .main-nav, .nav-block .search-block {
    display: block;
    float: none;
    background-color: #00c4c3 !important;
    background-color: #00c4c3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00c4c3), to(#00c4c3));
    background-image: -webkit-linear-gradient(top, #00c4c3, #00c4c3);
    background-image: -moz-linear-gradient(top, #00c4c3, #00c4c3);
    background-image: -ms-linear-gradient(top, #00c4c3, #00c4c3);
    background-image: -o-linear-gradient(top, #00c4c3, #00c4c3);
    background-image: linear-gradient(top bottom, #00c4c3, #00c4c3);
    box-shadow: none;
  }

.nav-block .main-nav li a:hover, .nav-block .main-nav li a.active {
    background: #e1e1e1;
    background-color: #7f7f7f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #fff, #e1e1e1);
    background-image: -moz-linear-gradient(top, #fff, #e1e1e1);
    background-image: -ms-linear-gradient(top, #fff, #e1e1e1);
    background-image: -o-linear-gradient(top, #fff, #e1e1e1);
    background-image: linear-gradient(top bottom, #fff, #e1e1e1);
    -webkit-box-shadow: 0px 1px 1px 0px #919191;
    -moz-box-shadow: 0px 1px 1px 0px #919191;
    box-shadow: 0px 1px 1px 0px #919191;
    color: #2c4900;
  }	
}
	
@media (max-width: 767px) {
.header {
    /* background: url(../img/m_header.jpg) no-repeat center bottom; */
    width: 100%;
    /* height: 370px; */
    position: relative;
}
}




.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.w-100 {
    width: 100% !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
    position: absolute !important;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

