@charset "UTF-8";
@import url(3rd/jquery.fancybox.css);
@import url(3rd/jPushMenu.css);
/* line 6, ../sass/frame/__reset.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


/* 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;
  
}


/* 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: #F75000;
}

/* 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: 24px;
}
/* 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;
  width: 247px;
  height: 55px;
  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: '微軟正黑體';
  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: -8px;
}

/* 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-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-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: top;
  }
  /* 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-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: '微軟正黑體';
  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;
}
@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;
}
