@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,500,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

html, body {
  font-family: 'Work Sans','微軟正黑體', sans-serif;
  background-image: url(../images/bg.png);
  letter-spacing: 2px;
}
html a, html a:hover, html a:active, html a:focus, body a, body a:hover, body a:active, body a:focus {
  text-decoration: none;
}
@media (min-width: 0) {
  html, body {
    min-width: 320px;
  }
}

html {
  font-size: 100%;
}

body {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, ul, li {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 3.75rem;
}

h2 {
  font-size: 2.8125rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

p {
  font-size: 0.9375rem;
}

span, li {
  font-size: 0.9375rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.45rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1rem;
  }

  p {
    font-size: 0.875rem;
  }

  span, li {
    font-size: 0.875rem;
  }
}
section {
  width: 100%;
  position: relative;
  color: #333;
}
@media (max-width: 1199px) {
  section .container {
    width: 900px;
  }
}
@media (max-width: 991px) {
  section .container {
    width: 700px;
  }
}
@media (max-width: 767px) {
  section .container {
    width: 90%;
  }
}

header {
  overflow: hidden;
}
header .container {
  position: relative;
}
header .container .logo {
  position: absolute;
  top: 40px;
  z-index: 1;
}
header .container .logo a {
  display: block;
}
header .container .logo a img {
  width: 78%;
}
header .container .date {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 1;
}
header .container .date a {
  display: block;
}
header .container .date a img {
  width: 100%;
}
header .container .main {
  display: flex;
  justify-content: space-around;
  margin-left: 10%;
  margin-top: 5%;
}
header .container .main .main-word {
  flex: 4;
  margin-right: -8%;
  margin-top: 5%;
}
header .container .main .teacher {
  flex: 10;
  margin-right: -15%;
  margin-top: -5%;
}
@media (max-width: 1199px) {
  header .container {
    width: 900px;
  }
  header .container .logo {
    top: 20px;
  }
  header .container .logo a > img {
    width: 70%;
  }
  header .container .date {
    right: 0px;
  }
  header .container .date a > img {
    width: 90%;
  }
  header .container .main .main-word {
    margin-right: -10%;
  }
  header .container .main .teacher {
    margin-right: -10%;
  }
}
@media (max-width: 991px) {
  header .container {
    width: 700px;
  }
  header .container .logo {
    top: 15px;
  }
  header .container .logo a > img {
    width: 60%;
  }
  header .container .date {
    right: -40px;
  }
  header .container .date a > img {
    width: 70%;
  }
  header .container .main {
    margin-top: 3%;
  }
  header .container .main .main-word {
    margin-right: -10%;
    margin-top: 7%;
  }
  header .container .main .teacher {
    margin-right: -10%;
  }
}
@media (max-width: 767px) {
  header .container {
    width: 90%;
  }
  header .container .logo {
    top: 15px;
  }
  header .container .logo a > img {
    width: 55%;
  }
  header .container .date {
    right: -60px;
  }
  header .container .date a > img {
    width: 75%;
  }
  header .container .main {
    margin-top: 6%;
  }
  header .container .main .main-word {
    margin-right: -10%;
  }
  header .container .main .teacher {
    margin-right: -10%;
  }
}
@media (max-width: 568px) {
  header .container .logo a > img {
    width: 45%;
  }
  header .container .date a > img {
    width: 65%;
  }
  header .container .main {
    margin-top: 10%;
  }
}
@media (max-width: 415px) {
  header .container .logo a > img {
    width: 40%;
  }
  header .container .date {
    right: -90px;
  }
  header .container .date a > img {
    width: 55%;
  }
  header .container .main {
    margin-top: 15%;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  header .container .main .main-word {
    flex-basis: 80%;
    margin-right: 0;
    margin-top: 0;
    padding: 0 15% 0 10%;
  }
  header .container .main .teacher {
    flex-basis: 100%;
    margin-right: -20%;
    margin-top: -25%;
  }
}
@media (max-width: 360px) {
  header .container .main {
    margin-top: 20%;
  }
}

#info {
  padding-bottom: 20px;
}
#info .bigbox {
  background-color: rgba(232, 197, 146, 0.1);
  border: 1px solid #ba9a6b;
  position: relative;
}
#info .bigbox .exclusive {
  position: absolute;
  top: -20px;
  left: 50px;
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 5px;
  background-color: #ae1b33;
  border: 1px solid #ba9a6b;
}
#info .bigbox .goods {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  position: relative;
}
#info .bigbox .goods .reopen {
  position: absolute;
  z-index: 10;
  left: 18%;
  top: 40%;
}
#info .bigbox .goods .set {
  flex-basis: 100%;
}
#info .bigbox .goods .set img {
  display: block;
  margin: 0 auto;
  margin-left: 25%;
}
#info .bigbox .goods .order {
  flex-basis: 50%;
  margin-top: -100px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#info .bigbox .goods .order h2 {
  flex-basis: 100%;
  color: #fff;
}
#info .bigbox .goods .order h2 span {
  font-size: 16px;
}
#info .bigbox .goods .order .number {
  flex-basis: 90%;
  margin-top: 20px;
  margin-bottom: 25px;
}
#info .bigbox .goods .order .number img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
#info .bigbox .goods .order .limit {
  flex-basis: 90%;
  color: #ba9a6b;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#info .bigbox .goods .order .limit span {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  padding: 2px 2px 2px 5px;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background-color: #ba9a6b;
  margin: 2px;
}
#info .bigbox .goods .order .limit .right {
  margin-right: 10px;
}
#info .bigbox .goods .order .button {
  flex-basis: 75%;
  margin-bottom: 10px;
  height: 70px;
  font-size: 24px;
  border-radius: 35px;
  line-height: 70px;
  background: linear-gradient(to bottom, #000000 0%, #333333 20%, #000000 100%);
  color: #e8c592;
  box-shadow: 0 2px 0 #ba9a6b;
}
#info .bigbox .goods .order .button i {
  font-size: 2rem;
}
#info .bigbox .goods .order .button .price {
  display: inline-block;
}
#info .bigbox .goods .order .button .price span {
  font-size: 2.8rem;
  margin-left: 10px;
  margin-right: 10px;
  letter-spacing: 1px;
}
#info .bigbox .goods .order .button .pre {
  display: none;
}
#info .bigbox .goods .order .button:hover {
  background: linear-gradient(to top, #ae1b33 0%, #d3364f 20%, #ae1b33 100%);
  cursor: pointer;
  color: #fff;
}
#info .bigbox .goods .order .button-pre {
  flex-basis: 75%;
}
#info .bigbox .goods .order .note {
  flex-basis: 100%;
  color: #ba9a6b;
  margin-top: 10px;
}
#info .bigbox .goods .order .note p {
  padding-left: 30px;
  padding-right: 30px;
}
#info .bigbox hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px dashed #ba9a6b;
}
#info .bigbox .books {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
#info .bigbox .books .book {
  flex-basis: 50%;
  margin-bottom: 50px;
}
#info .bigbox .books .book h4 {
  color: #e8c592;
  font-weight: bold;
  margin-bottom: 30px;
}
#info .bigbox .books .book .box {
  display: flex;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}
#info .bigbox .books .book .box .pic {
  flex: 3;
}
#info .bigbox .books .book .box .pic img {
  margin-right: 15px;
  border: 1px solid #ba9a6b;
}
#info .bigbox .books .book .box .word {
  flex: 5;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: justify;
  color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to top, #ba9a6b 1px, rgba(0, 0, 0, 0) 1px);
  background-size: 100% 2.5rem;
}
#info .bigbox .books .book .box .word span {
  font-size: 1.125rem;
  line-height: 2.5rem;
}
@media (max-width: 1199px) {
  #info .bigbox .goods .reopen {
    left: 10%;
    top: 40%;
  }
  #info .bigbox .goods .reopen img {
    width: 90%;
  }
  #info .bigbox .goods .set {
    flex-basis: 75%;
  }
  #info .bigbox .goods .set img {
    margin-left: 5%;
  }
  #info .bigbox .goods .order h2 {
    font-size: 2.5rem;
  }
  #info .bigbox .goods .order .button {
    font-size: 1.125rem;
  }
  #info .bigbox .goods .order .button i {
    font-size: 1.5rem;
  }
  #info .bigbox .goods .order .button .price span {
    font-size: 2.4rem;
  }
  #info .bigbox .goods .order .button:hover .pre span {
    font-size: 2.4rem;
  }
  #info .bigbox .books .book h4 {
    font-size: 1.125rem;
  }
  #info .bigbox .books .book .box .word {
    background-size: 100% 2rem;
  }
  #info .bigbox .books .book .box .word span {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media (max-width: 991px) {
  #info .bigbox .goods .reopen {
    left: 10%;
    top: 40%;
  }
  #info .bigbox .goods .reopen img {
    width: 80%;
  }
  #info .bigbox .goods .set img {
    margin-left: 8%;
  }
  #info .bigbox .goods .order .limit {
    font-size: 1.25rem;
    margin-bottom: 0px;
    margin-top: 15px;
  }
  #info .bigbox .goods .order .limit span {
    font-size: 1.25rem;
  }
  #info .bigbox .goods .order h2 {
    font-size: 2rem;
  }
  #info .bigbox .goods .order .button {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 1rem;
  }
  #info .bigbox .goods .order .button i {
    font-size: 1.2rem;
  }
  #info .bigbox .goods .order .button .price span {
    font-size: 2rem;
  }
  #info .bigbox .goods .order .button:hover .pre span {
    font-size: 2rem;
  }
  #info .bigbox .books .book h4 {
    font-size: 1rem;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  #info .bigbox .books .book .box {
    flex-wrap: wrap;
    align-items: center;
  }
  #info .bigbox .books .book .box .pic {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  #info .bigbox .books .book .box .pic img {
    display: block;
    margin: 0 auto;
  }
  #info .bigbox .books .book .box .word {
    flex-basis: 100%;
    background-size: 100% 2rem;
  }
  #info .bigbox .books .book .box .word span {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media (max-width: 667px) {
  #info .bigbox .goods .reopen {
    left: 10%;
    top: 35%;
  }
  #info .bigbox .goods .reopen img {
    width: 70%;
  }
  #info .bigbox .goods .set {
    margin-bottom: 10px;
  }
  #info .bigbox .goods .set img {
    margin-left: 8%;
  }
  #info .bigbox .goods .order {
    flex-basis: 75%;
  }
  #info .bigbox .goods .order .limit {
    font-size: 1.25rem;
    margin-bottom: 0px;
    margin-top: 20px;
  }
  #info .bigbox .goods .order .limit span {
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  #info .bigbox .goods .reopen {
    left: 10%;
    top: 20%;
  }
  #info .bigbox .goods .reopen img {
    width: 60%;
  }
  #info .bigbox .goods .set img {
    margin-left: 15%;
  }
  #info .bigbox .goods .order h2 {
    font-size: 1.2rem;
  }
  #info .bigbox .goods .order .button {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 0.875rem;
  }
  #info .bigbox .goods .order .button .price span {
    font-size: 1.6rem;
    margin-left: 5px;
    margin-right: 5px;
  }
  #info .bigbox .goods .order .button:hover .pre span {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  #info .bigbox .goods .reopen {
    left: 5%;
    top: 20%;
  }
  #info .bigbox .goods .reopen img {
    width: 60%;
  }
  #info .bigbox .goods .set {
    margin-bottom: 20px;
  }
  #info .bigbox .goods .set img {
    margin-left: 15%;
  }
  #info .bigbox .goods .order .limit {
    font-size: 1rem;
    margin-bottom: 0px;
    margin-top: 15px;
  }
  #info .bigbox .goods .order .limit span {
    font-size: 1rem;
  }
}
@media (max-width: 415px) {
  #info .bigbox .exclusive {
    width: 120px;
    font-size: 16px;
    position: absolute;
  }
  #info .bigbox .goods .reopen {
    left: 5%;
    top: 30%;
  }
  #info .bigbox .goods .reopen img {
    width: 60%;
  }
  #info .bigbox .goods .set {
    flex-basis: 100%;
    margin-bottom: 0px;
  }
  #info .bigbox .goods .set img {
    margin-left: 0px;
  }
  #info .bigbox .goods .order {
    flex-basis: 100%;
    margin-top: -20px;
    margin-left: 0;
    margin-top: 0;
  }
  #info .bigbox .goods .order .limit {
    margin-top: 0;
    font-size: 1.125rem;
  }
  #info .bigbox .goods .order .limit span {
    font-size: 1.125rem;
  }
  #info .bigbox .goods .order h2 {
    font-size: 1.6rem;
  }
  #info .bigbox .goods .order .number {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  #info .bigbox .goods .order .number img {
    width: 90%;
  }
  #info .bigbox .goods .order .button {
    flex-basis: 90%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }
  #info .bigbox .goods .order .button i {
    font-size: 1.2rem;
  }
  #info .bigbox .goods .order .button .price span {
    font-size: 1.3rem;
  }
  #info .bigbox .goods .order .button:hover .pre span {
    font-size: 1.3rem;
  }
  #info .bigbox .goods .order .note p {
    margin-right: -15px;
    margin-left: -15px;
  }
  #info .bigbox .books .book {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  #info .bigbox .books .book h4 {
    font-size: 1rem;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: center;
    margin-right: -10px;
    margin-left: -10px;
  }
  #info .bigbox .books .book .box {
    flex-wrap: wrap;
    align-items: center;
  }
  #info .bigbox .books .book .box .pic {
    flex-basis: 80%;
    margin-bottom: 20px;
  }
  #info .bigbox .books .book .box .pic img {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
  #info .bigbox .books .book .box .word {
    flex-basis: 100%;
    background-size: 100% 2rem;
    margin-left: -10px;
    margin-right: -10px;
  }
  #info .bigbox .books .book .box .word span {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media (max-width: 320px) {
  #info .bigbox .goods .reopen {
    left: 5%;
    top: 25%;
  }
  #info .bigbox .goods .reopen img {
    width: 50%;
  }
}

.button-pre {
  flex-basis: 75%;
  text-align: center;
}
.button-pre .price {
  margin-bottom: 10px;
  height: 70px;
  font-size: 24px;
  border-radius: 35px;
  line-height: 70px;
  background: linear-gradient(to bottom, #000000 0%, #333333 20%, #000000 100%);
  color: #e8c592;
  box-shadow: 0 2px 0 #ba9a6b;
  cursor: pointer;
  transition: 0.5s ease-out;
}
.button-pre .price i {
  display: inline-block;
  font-size: 2rem;
}
.button-pre .price .word {
  display: inline-block;
}
.button-pre .price .word span {
  font-size: 2.8125rem;
  margin-left: 10px;
  margin-right: 10px;
}
.button-pre .pre {
  display: none;
  margin-bottom: 10px;
  height: 70px;
  font-size: 24px;
  border-radius: 35px;
  line-height: 70px;
  background: linear-gradient(to top, #ae1b33 0%, #d3364f 20%, #ae1b33 100%);
  color: #fff;
  box-shadow: 0 2px 0 #ba9a6b;
  cursor: pointer;
  transition: 0.5s ease-out;
}
.button-pre .pre i {
  display: inline-block;
  font-size: 2rem;
}
.button-pre .pre .word {
  display: inline-block;
}
.button-pre .pre .word span {
  font-size: 2.8125rem;
}
@media (max-width: 1199px) {
  .button-pre .price i {
    font-size: 1.5rem;
  }
  .button-pre .price .word span {
    font-size: 2.5rem;
  }
  .button-pre .pre i {
    font-size: 1.5rem;
  }
  .button-pre .pre .word {
    display: inline-block;
  }
  .button-pre .pre .word span {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .button-pre .price i {
    font-size: 1.5rem;
  }
  .button-pre .price .word span {
    font-size: 2rem;
  }
  .button-pre .pre i {
    font-size: 1.5rem;
  }
  .button-pre .pre .word {
    display: inline-block;
  }
  .button-pre .pre .word span {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .button-pre .price {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 0.875rem;
  }
  .button-pre .price i {
    font-size: 1rem;
  }
  .button-pre .price .word span {
    font-size: 1.6rem;
  }
  .button-pre .pre {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 0.875rem;
  }
  .button-pre .pre i {
    font-size: 1rem;
  }
  .button-pre .pre .word {
    display: inline-block;
  }
  .button-pre .pre .word span {
    font-size: 1.6rem;
  }
}

#note {
  overflow: hidden;
  padding-bottom: 30px;
}
#note .container {
  color: #ba9a6b;
}
#note .container .button {
  display: none;
}
#note .container .button-pre {
  display: none;
}
#note .container ul {
  list-style: decimal;
  margin-left: 20px;
}
@media (max-width: 767px) {
  #note .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #note .container .button {
    flex-basis: 90%;
    display: inline-block;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    line-height: 50px;
    background: linear-gradient(to bottom, #000000 0%, #333333 20%, #000000 100%);
    color: #e8c592;
    box-shadow: 0 2px 0 #ba9a6b;
    margin-bottom: 20px;
    font-size: 1rem;
  }
  #note .container .button i {
    font-size: 1.2rem;
  }
  #note .container .button .price {
    display: inline-block;
  }
  #note .container .button .price span {
    font-size: 1.3rem;
    margin-left: 5px;
    margin-right: 5px;
    letter-spacing: 1px;
  }
  #note .container .button .pre {
    display: none;
  }
  #note .container .button:hover {
    background: linear-gradient(to top, #ae1b33 0%, #d3364f 20%, #ae1b33 100%);
    cursor: pointer;
    color: #fff;
  }
  #note .container .button-pre {
    display: block;
  }
  #note .container p {
    flex-basis: 100%;
  }
}
@media (max-width: 415px) {
  #note .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #note .container .button {
    flex-basis: 90%;
    font-size: 0.875rem;
  }
  #note .container p {
    flex-basis: 100%;
  }
  #note .container ul > li {
    text-align: justify;
  }
}

#footer {
  background-color: #000;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  padding: 20px 0 5px 0;
  font-family: '微軟正黑體', sans-serif;
}
#footer p {
  line-height: 18px;
  letter-spacing: 0px;
}

.go-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background-color: #ae1b33;
  cursor: pointer;
  z-index: 999;
}
.go-top a {
  display: block;
  width: 50px;
  height: 50px;
}
.go-top a:before, .go-top a:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.go-top a:before {
  transform: rotate(45deg);
  right: 12px;
}
.go-top a:after {
  transform: rotate(-225deg);
  left: 12px;
}

.go-top:hover {
  background-color: #ba9a6b;
}

@media (max-width: 767px) {
  .go-top {
    width: 40px;
    height: 40px;
  }
  .go-top a {
    width: 40px;
    height: 40px;
  }
  .go-top a:before {
    transform: rotate(45deg);
    right: 7px;
  }
  .go-top a:after {
    transform: rotate(-225deg);
    left: 7px;
  }
}
/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #4c0010;
  color: #fff;
}
.preloader .loader .circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
}
.preloader .loader span {
  display: block;
  margin-top: 10px;
}
.preloader .loader .one {
  animation: moving 0.6s 0.1s linear infinite;
}
.preloader .loader .two {
  animation: moving 0.6s 0.2s linear infinite;
}
.preloader .loader .three {
  animation: moving 0.6s 0.3s linear infinite;
}
@keyframes moving {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#remind .modal-dialog {
  margin: 10% auto !important;
}
#remind .modal-content {
  background-color: #ba9a6b;
  border: 1px solid #fff;
  padding: 30px;
  padding-bottom: 50px;
  color: #fff;
  border-radius: 0;
}
#remind .modal-content a.close {
  opacity: 0.8;
}
#remind .modal-content a.close i {
  color: #fff;
  font-size: 1.5rem;
}
#remind .modal-content a.close:hover {
  opacity: 1;
}
#remind .modal-content h2 {
  margin-top: 30px;
  text-align: center;
}
#remind .modal-content p {
  text-align: justify;
  font-size: 1.2rem;
  line-height: 30px;
}
#remind .modal-content hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 415px) {
  #remind .modal-dialog {
    margin: 10px !important;
  }
  #remind .modal-content {
    height: 100vh;
    margin-top: 0%;
  }
}

/*# sourceMappingURL=main.css.map */
