@charset "UTF-8";
/*外連*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600,700|Noto+Sans+TC:300,700&display=swap&subset=chinese-traditional");
/*參數宣告*/
/*rwd 設置*/
/*reset*/
/* line 53, ../../../work/web/topic/2019fair/sass/style.sass */
* {
  box-sizing: border-box;
}

/* line 57, ../../../work/web/topic/2019fair/sass/style.sass */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 67, ../../../work/web/topic/2019fair/sass/style.sass */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 70, ../../../work/web/topic/2019fair/sass/style.sass */
body, html {
  font-family: 'Noto Sans TC', 'Montserrat', '微軟正黑體', sans-serif;
}

/* line 74, ../../../work/web/topic/2019fair/sass/style.sass */
ol, ul {
  list-style: none;
}

/* line 77, ../../../work/web/topic/2019fair/sass/style.sass */
blockquote, q {
  quotes: none;
}

/* line 80, ../../../work/web/topic/2019fair/sass/style.sass */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 84, ../../../work/web/topic/2019fair/sass/style.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 88, ../../../work/web/topic/2019fair/sass/style.sass */
img {
  width: 100%;
  border: 0;
}

/* line 93, ../../../work/web/topic/2019fair/sass/style.sass */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*樣式*/
/*區塊1 整體*/
/* line 103, ../../../work/web/topic/2019fair/sass/style.sass */
.full-width {
  width: 100%;
  background-color: #f2f2f2;
}

/* line 107, ../../../work/web/topic/2019fair/sass/style.sass */
.full-width:nth-child(2), .full-width:nth-child(4), .full-width:nth-child(6), .full-width:nth-child(8) {
  background-color: #FFF;
}

/* line 110, ../../../work/web/topic/2019fair/sass/style.sass */
.fixed-width {
  width: 1200px;
  margin: -20px auto auto auto;
  padding: 30px 0 62px 0;
}

@media all and (max-width: 1200px) {
  /* line 110, ../../../work/web/topic/2019fair/sass/style.sass */
  .fixed-width {
    width: 100%;
    margin: auto;
    padding: 10px 15px;
  }
}

.fixed-width-imagelogo img {
  width: 1200px;
  margin: auto;
  display: block;
  padding: 0 0 30px 0;
  margin-top: -90px;
}

@media all and (max-width: 1200px) {
  /* line 110, ../../../work/web/topic/2019fair/sass/style.sass */
  .fixed-width-imagelogo img {
    width: 100%;
    margin: auto;
    display: block;
    padding: 0px 15px 15px 15px;
    margin-top: -24%;
  }
}

.fixed-width-infoimg img {
  width: 1200px;
  margin: auto;
  display: block;
  padding: 0 0 90px 0;
  margin-top: -100px;
}

@media all and (max-width: 1200px) {
  /* line 110, ../../../work/web/topic/2019fair/sass/style.sass */
  .fixed-width-infoimg img {
    width: 100%;
    margin: auto;
    display: block;
    padding: 0px 0px 75px 0px;
    margin-top: -86px;
  }
}

/* line 123, ../../../work/web/topic/2019fair/sass/style.sass */
.banner {
  background-image: url(../images/ban.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
  min-height: 30em;
}

/* line 130, ../../../work/web/topic/2019fair/sass/style.sass */
.back_top {
  position: fixed;
  right: 20px;
  bottom: 45px;
  z-index: 10;
  background: url(../images/top.png) no-repeat;
  background-size: 80%;
  background-position: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: rgba(139, 139, 139, 0.46);
}

@media all and (max-width: 920px) {
  /* line 130, ../../../work/web/topic/2019fair/sass/style.sass */
  .back_top {
    width: 40px;
    height: 40px;
  }
}

/*---------------------------------media queries---------------------------------*/
/* line 151, ../../../work/web/topic/2019fair/sass/style.sass */
.fairlogo {
  position: absolute;
  width: 200px;
  top: 5%;
  left: 6%;
  transform: rotate(4deg);
  z-index: 10;
}

@media all and (max-width: 1200px) {
  /* line 151, ../../../work/web/topic/2019fair/sass/style.sass */
  .fairlogo {
    width: 130px;
  }
}

@media all and (max-width: 920px) {
  /* line 151, ../../../work/web/topic/2019fair/sass/style.sass */
  .fairlogo {
    transform: rotate(3deg);
    top: 4%;
  }
}

@media all and (max-width: 768px) {
  /* line 151, ../../../work/web/topic/2019fair/sass/style.sass */
  .fairlogo {
    width: 100px;
    top: 6.5%;
    transform: rotate(-3deg);
  }
}

@media all and (max-width: 480px) {
  /* line 151, ../../../work/web/topic/2019fair/sass/style.sass */
  .fairlogo {
    top: 9%;
    left: 5%;
    transform: rotate(0deg);
  }
}

/* line 173, ../../../work/web/topic/2019fair/sass/style.sass */
.jsssologo {
  position: absolute;
  width: 150px;
  top: 10px;
  right: 10px;
  z-index: 10;
}

@media all and (max-width: 1200px) {
  /* line 173, ../../../work/web/topic/2019fair/sass/style.sass */
  .jsssologo {
    width: 120px;
  }
}

@media all and (max-width: 920px) {
  /* line 173, ../../../work/web/topic/2019fair/sass/style.sass */
  .jsssologo {
    /*top: 85px;*/
    display: none;
  }
}

/* line 186, ../../../work/web/topic/2019fair/sass/style.sass */
.nav-bar {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 230px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 15px;
}

@media all and (max-width: 1200px) {
  /* line 186, ../../../work/web/topic/2019fair/sass/style.sass */
  .nav-bar {
    height: 160px;
  }
}

@media all and (max-width: 768px) {
  /* line 186, ../../../work/web/topic/2019fair/sass/style.sass */
  .nav-bar {
    height: 160px;
  }
}

@media all and (max-width: 480px) {
  /* line 186, ../../../work/web/topic/2019fair/sass/style.sass */
  .nav-bar {
    background-size: 120% 100%;
    background-position: 50%;
    height: 180px;
  }
}

/* line 206, ../../../work/web/topic/2019fair/sass/style.sass */
.nav-bar-1 {
  position: fixed;
  background-image: none;
  background-color: #e73356;
  height: 80px;
}

/* line 212, ../../../work/web/topic/2019fair/sass/style.sass */
nav {
  z-index: 1001;
  width: 720px;
  margin: auto;
  margin-top: 25px;
}

/* line 15, ../../../work/web/topic/2019fair/sass/style.sass */
nav:after {
  content: "";
  display: block;
  clear: both;
}

@media all and (max-width: 1200px) {
  /* line 212, ../../../work/web/topic/2019fair/sass/style.sass */
  nav {
    margin-top: 5px;
  }
}

@media all and (max-width: 920px) {
  /* line 212, ../../../work/web/topic/2019fair/sass/style.sass */
  nav {
    width: 100%;
  }
}

/* line 225, ../../../work/web/topic/2019fair/sass/style.sass */
nav .logo {
  display: none;
}

@media all and (max-width: 768px) {
  /* line 225, ../../../work/web/topic/2019fair/sass/style.sass */
  nav .logo {
    display: block;
    width: 250px;
    margin: auto;
  }
}

@media all and (max-width: 480px) {
  /* line 225, ../../../work/web/topic/2019fair/sass/style.sass */
  nav .logo {
    margin-top: -8px;
  }
}

/* line 234, ../../../work/web/topic/2019fair/sass/style.sass */
nav .logo a {
  float: left;
  font-size: 24px;
  font-weight: 500;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 26px;
  text-align: center;
}

@media all and (max-width: 768px) {
  /* line 234, ../../../work/web/topic/2019fair/sass/style.sass */
  nav .logo a {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* line 248, ../../../work/web/topic/2019fair/sass/style.sass */
nav .logo span {
  font-size: 18px;
}

/* line 251, ../../../work/web/topic/2019fair/sass/style.sass */
nav .fb {
  float: right;
}

/* line 254, ../../../work/web/topic/2019fair/sass/style.sass */
nav .fb img {
  width: 35px;
  margin-left: 10px;
  margin-top: 10px;
}

/* line 258, ../../../work/web/topic/2019fair/sass/style.sass */
nav .menu {
  float: right;
  position: relative;
}

@media all and (max-width: 920px) {
  /* line 258, ../../../work/web/topic/2019fair/sass/style.sass */
  nav .menu {
    padding: 0 60px;
  }
}

@media all and (max-width: 768px) {
  /* line 258, ../../../work/web/topic/2019fair/sass/style.sass */
  nav .menu {
    padding: 0;
    position: absolute;
    right: 10px;
    z-index: 100;
    top: 24px;
  }
}

/* line 272, ../../../work/web/topic/2019fair/sass/style.sass */
nav .menu ul {
  display: block;
}

@media all and (max-width: 768px) {
  /* line 272, ../../../work/web/topic/2019fair/sass/style.sass */
  nav .menu ul {
    position: absolute;
    display: none;
    background-color: #e73356;
    margin-top: 40px;
    padding: 10px;
    margin-left: -120px;
    width: 192px;
    right: -10px;
  }
}

/* line 284, ../../../work/web/topic/2019fair/sass/style.sass */
nav .menu li {
  float: left;
}

@media all and (max-width: 768px) {
  /* line 284, ../../../work/web/topic/2019fair/sass/style.sass */
  nav .menu li {
    float: none;
  }
}

/* line 288, ../../../work/web/topic/2019fair/sass/style.sass */
nav .menu li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-decoration: none;
  padding: 0 15px;
  color: #FFF;
  font-weight: 300;
  letter-spacing: 2px;
}

/* line 298, ../../../work/web/topic/2019fair/sass/style.sass */
nav .menu li a:hover {
  background-color: #f49eaf;
  box-shadow: 2px 2px 0px #ba5065 inset;
  color: #000000;
}

@media all and (max-width: 920px) {
  /* line 288, ../../../work/web/topic/2019fair/sass/style.sass */
  nav .menu li a {
    height: 50px;
    line-height: 50px;
  }
}

@media all and (max-width: 768px) {
  /* line 288, ../../../work/web/topic/2019fair/sass/style.sass */
  nav .menu li a {
    height: 60px;
    line-height: 60px;
  }
}

/* line 308, ../../../work/web/topic/2019fair/sass/style.sass */
.sm_menu {
  display: none;
  width: 40px;
  height: 40px;
  padding: 1px 5px;
  float: right;
}

@media all and (max-width: 768px) {
  /* line 308, ../../../work/web/topic/2019fair/sass/style.sass */
  .sm_menu {
    display: block;
  }
}

/* line 316, ../../../work/web/topic/2019fair/sass/style.sass */
.sm_menu span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #FFF;
  margin-top: 8px;
}

/* line 324, ../../../work/web/topic/2019fair/sass/style.sass */
.sm_menu.active span:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 20px;
}

/* line 327, ../../../work/web/topic/2019fair/sass/style.sass */
.sm_menu.active span:nth-child(2) {
  display: none;
}

/* line 329, ../../../work/web/topic/2019fair/sass/style.sass */
.sm_menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -4px;
}

/* line 333, ../../../work/web/topic/2019fair/sass/style.sass */
.banner-width-index {
  width: 1200px;
  margin: auto;
}

@media all and (max-width: 1200px) {
  /* line 333, ../../../work/web/topic/2019fair/sass/style.sass */
  .banner-width-index {
    width: 100%;
  }
}

/* line 333, ../../../work/web/topic/2019fair/sass/style.sass */
.banner-width {
  width: 1200px;
  margin: auto;
}

@media all and (max-width: 1200px) {
  /* line 333, ../../../work/web/topic/2019fair/sass/style.sass */
  .banner-width {
    width: 100%;
  }
}

/*
@media all and (min-width: 480px) {
  .banner-width {
    display: none;
  }
}
*/

/*
@media all and (max-width: 480px) {
  .banner-width-special {
    display: none;
  }
}
*/

/* line 340, ../../../work/web/topic/2019fair/sass/style.sass */
header {
  z-index: 1;
  color: #000;
  margin: -75px 0 0 0;
  height: 24vh;
}

@media all and (max-width: 1200px) {
  /* line 340, ../../../work/web/topic/2019fair/sass/style.sass */
  header {
    height: 100%;
    padding-bottom: 15px;
  }
}

@media all and (max-width: 768px) {
  /* line 340, ../../../work/web/topic/2019fair/sass/style.sass */
  header {
    padding: 0 0px 0px 0px;
  }
}

@media all and (max-width: 480px) {
  /* line 340, ../../../work/web/topic/2019fair/sass/style.sass */
  header {
    margin-top: -60px;
  }
}

/* line 354, ../../../work/web/topic/2019fair/sass/style.sass */
header .fairname {
  float: left;
  width: 50%;
  text-align: left;
  font-weight: bold;
  padding: 0 0 0 240px;
}

@media all and (max-width: 1100px) {
header .fairname {
  float: left;
  width: 50%;
  text-align: left;
  font-weight: bold;
  padding: 0 0 0 189px;
  }
}

@media all and (max-width: 1000px) {
header .fairname {
  float: left;
  width: 50%;
  text-align: left;
  font-weight: bold;
  padding: 0 0 0 180px;
  }
}

@media all and (max-width: 885px) {
header .fairname {
  float: left;
  width: 50%;
  text-align: left;
  font-weight: bold;
  padding: 0 0 0 150px;
  }
}

@media all and (max-width: 850px) {
header .fairname {
  float: left;
  width: 50%;
  text-align: left;
  font-weight: bold;
  padding: 0 0 0 120px;
  }
}

@media all and (max-width: 768px) {
  /* line 354, ../../../work/web/topic/2019fair/sass/style.sass */
  header .fairname {
    float: none;
    width: 100%;
    padding: 0 0 0 0;
  }
}

/* line 364, ../../../work/web/topic/2019fair/sass/style.sass */
header .fairname .chb {
  font-size: 100px;
  line-height: 110px;
}

@media all and (max-width: 768px) {
  /* line 364, ../../../work/web/topic/2019fair/sass/style.sass */
  header .fairname .chb {
    font-size: 90px;
    line-height: 100px;
  }
}

@media all and (max-width: 480px) {
  /* line 364, ../../../work/web/topic/2019fair/sass/style.sass */
  header .fairname .chb {
    font-size: 80px;
    line-height: 90px;
  }
}

/* line 373, ../../../work/web/topic/2019fair/sass/style.sass */
header .fairname .jps {
  font-size: 16px;
  line-height: 23px;
}

@media all and (max-width: 768px) {
  /* line 373, ../../../work/web/topic/2019fair/sass/style.sass */
  header .fairname .jps {
    font-size: 23px;
    line-height: 22px;
  }
}

@media all and (max-width: 480px) {
  /* line 373, ../../../work/web/topic/2019fair/sass/style.sass */
  header .fairname .jps {
    font-size: 15px;
    line-height: 12px;
  }
}

/* line 383, ../../../work/web/topic/2019fair/sass/style.sass */
header .fairname .red {
  color: #e73356;
}

/* line 385, ../../../work/web/topic/2019fair/sass/style.sass */
header .fairname .yel {
  color: #967f39;
}

header .fairname .blc {
  color: #231815;
}

/* line 387, ../../../work/web/topic/2019fair/sass/style.sass */
header .fairname .year {
  font-weight: 200;
}

/* line 390, ../../../work/web/topic/2019fair/sass/style.sass */
header .city {
  float: left;
  width: 50%;
  margin-top: 30px;
}

@media all and (max-width: 480px) {
  /* line 390, ../../../work/web/topic/2019fair/sass/style.sass */
  header .city {
    margin-top: 15px;
  }
}

@media all and (max-width: 768px) {
  /* line 390, ../../../work/web/topic/2019fair/sass/style.sass */
  header .city {
    float: none;
    width: 100%;
  }
}

/* line 401, ../../../work/web/topic/2019fair/sass/style.sass */
header .city .kaohsiung, header .city .taipei {
  padding: 5px 30px;
}

@media all and (max-width: 480px) {
  /* line 401, ../../../work/web/topic/2019fair/sass/style.sass */
  header .city .kaohsiung, header .city .taipei {
    padding: 5px 5px;
  }
}

/* line 407, ../../../work/web/topic/2019fair/sass/style.sass */
header .city .taipei {
  margin-top: 25px;
}

@media all and (max-width: 768px) {
  /* line 407, ../../../work/web/topic/2019fair/sass/style.sass */
  header .city .taipei {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

/* line 413, ../../../work/web/topic/2019fair/sass/style.sass */
header .city h1 {
  font-size: 45px;
  margin-right: 10px;
  margin-top: 10px;
  font-weight: bold;
  /*border-left: 5px solid #c10c2f*/
  /*padding-left: 10px*/
}

@media all and (max-width: 480px) {
  /* line 413, ../../../work/web/topic/2019fair/sass/style.sass */
  header .city h1 {
    margin-top: 0px;
  }
}

/* line 423, ../../../work/web/topic/2019fair/sass/style.sass */
header .city span {
  font-size: 20px;
  background-color: #484848;
  color: #FFF;
  border-radius: 50%;
  padding: 3px 8px;
}

/* line 430, ../../../work/web/topic/2019fair/sass/style.sass */
header .city .date {
  font-size: 45px;
  font-weight: bold;
}

@media all and (max-width: 480px) {
  /* line 430, ../../../work/web/topic/2019fair/sass/style.sass */
  header .city .date {
    line-height: 30px;
  }
}

/* line 436, ../../../work/web/topic/2019fair/sass/style.sass */
header .city .time {
  font-size: 23px;
  margin-bottom: 5px;
  margin-left: 5px;
  font-weight: 600;
}

@media all and (max-width: 480px) {
  /* line 436, ../../../work/web/topic/2019fair/sass/style.sass */
  header .city .time {
    display: block;
  }
}

/* line 444, ../../../work/web/topic/2019fair/sass/style.sass */
header .city .addname {
  font-size: 25px;
  font-weight: bold;
}

/* line 448, ../../../work/web/topic/2019fair/sass/style.sass */
header .city .add {
  font-size: 20px;
}

/* line 451, ../../../work/web/topic/2019fair/sass/style.sass */
header .gift {
  text-align: right;
  margin-top: 10px;
}

/* line 455, ../../../work/web/topic/2019fair/sass/style.sass */
header .gift img {
  display: block;
  float: left;
  width: 50%;
  padding: 40px 0 40px 40px;
}

header .go img {
  display: block;
  float: right;
  width: 50%;
  padding: 40px 0 40px 40px;
}

header .imagelogo img {
  display: block;
  float: center;
  margin: auto;
  width: 61%;
}

header .imagedate img {
  display: inline;
  float: center;
  margin-top: -150px;
  width: 25%;
}

@media all and (max-width: 1100px) {
header .imagedate img {
  display: inline;
  float: center;
  margin-top: -116px;
  width: 26%;
  }
}

@media all and (max-width: 1000px) {
header .imagedate img {
  display: inline;
  float: center;
  margin-top: -108px;
  width: 26%;
  }
}

@media all and (max-width: 885px) {
header .imagedate img {
  display: inline;
  float: center;
  margin-top: -97px;
  width: 26%;
  }
}

@media all and (max-width: 850px) {
header .imagedate img {
  display: inline;
  float: center;
  margin-top: -86px;
  width: 26%;
  }
}

@media all and (max-width: 768px) {
  /* line 455, ../../../work/web/topic/2019fair/sass/style.sass */
  header .gift img {
    width: 100%;
    float: none;
    padding: 40px 0 0 0;
  }
	
  header .go img {
    width: 100%;
    float: none;
    padding: 20px 0 40px 0;
  }
	
  header .imagelogo img {
    width: 100%;
    float: none;
  }
	
  header .imagedate img {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
}

/* line 464, ../../../work/web/topic/2019fair/sass/style.sass */
.title {
  display: block;
  font-size: 35px;
  color: #555;
  font-weight: 700;
  text-align: center;
  letter-spacing: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
  border-bottom: #555 1px solid;
  margin: -50px auto auto auto;
}

@media all and (max-width: 480px) {
  /* line 464, ../../../work/web/topic/2019fair/sass/style.sass */
  .title {
    font-size: 24px;
    letter-spacing: 6px;
  }
}

/* line 479, ../../../work/web/topic/2019fair/sass/style.sass */
.name {
  position: relative;
  width: 1200px;
  margin: 0px auto auto auto;
  z-index: 1000;
  font-size: 28px;
  color: #4b4b4b;
  text-align: center;
  line-height: 35px;
  font-weight: bolder;
  letter-spacing: 13px;
  /*@include pads-width
        font-size: 55px*/
  /*@include phone-width
        font-size: 45px*/
}

@media all and (max-width: 1200px) {
  /* line 479, ../../../work/web/topic/2019fair/sass/style.sass */
  .name {
    width: 100%;
  }
}

/* line 499, ../../../work/web/topic/2019fair/sass/style.sass */
.name .en-title {
  letter-spacing: 0px;
  font-size: 25px;
}

/*文字說明*/
/* line 504, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap-cont {
  width: 80%;
  margin: 10px auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media all and (max-width: 480px) {
  /* line 504, ../../../work/web/topic/2019fair/sass/style.sass */
  .wrap-cont {
    width: 100%;
  }
}

/* line 509, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap-cont h1 {
  color: #555;
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

@media all and (max-width: 920px) {
  /* line 509, ../../../work/web/topic/2019fair/sass/style.sass */
  .wrap-cont h1 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
}

/* line 518, ../../../work/web/topic/2019fair/sass/style.sass */
.jasso-font {
  font-size: 18px;
  margin: auto;
  padding-bottom: 10px;
  width: 80%;
}

@media all and (max-width: 480px) {
.jasso-font {
  font-size: 18px;
  margin: auto;
  padding-bottom: 10px;
  width: 100%;
  }
}

.jasso-font-title {
  color: #555;
  font-weight: bold;
  font-size: 24px;
  padding-top: 15px;
  margin-bottom: 20px;
  text-align: center;
}

@media all and (max-width: 920px) {
.jasso-font-title {
    font-size: 18px;
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: center;
  }
}

/* line 523, ../../../work/web/topic/2019fair/sass/style.sass */
.cont-img,
.cont-font {
  float: left;
  font-size: 18px;
}

@media all and (max-width: 920px) {
  /* line 523, ../../../work/web/topic/2019fair/sass/style.sass */
  .cont-img,
  .cont-font {
    float: none;
  }
}

/* line 530, ../../../work/web/topic/2019fair/sass/style.sass */
.cont-font {
  width: 65%;
  padding: 0px 20px 20px 20px;
}

@media all and (max-width: 1200px) {
  /* line 530, ../../../work/web/topic/2019fair/sass/style.sass */
  .cont-font {
  padding: 0px 30px 30px 30px;
  }
}

@media all and (max-width: 920px) {
  /* line 530, ../../../work/web/topic/2019fair/sass/style.sass */
  .cont-font {
    width: 100%;
    padding: 10px;
  }
}

/* line 540, ../../../work/web/topic/2019fair/sass/style.sass */
.cont-img {
  width: 35%;
  height: 205px;
  overflow: hidden;
}

@media all and (max-width: 920px) {
  /* line 540, ../../../work/web/topic/2019fair/sass/style.sass */
  .cont-img {
    width: 100%;
    height: 260px;
  }
}

@media all and (max-width: 480px) {
  /* line 540, ../../../work/web/topic/2019fair/sass/style.sass */
  .cont-img {
    height: 100%;
  }
}

/* line 552, ../../../work/web/topic/2019fair/sass/style.sass */
.fn-r {
  text-align: right;
}

@media all and (max-width: 920px) {
  /* line 552, ../../../work/web/topic/2019fair/sass/style.sass */
  .fn-r {
    text-align: left;
  }
}

/* line 557, ../../../work/web/topic/2019fair/sass/style.sass */
.img-ri {
  float: right;
}

@media all and (max-width: 920px) {
  /* line 557, ../../../work/web/topic/2019fair/sass/style.sass */
  .img-ri {
    float: none;
  }
}

/*參展活動*/
/* line 565, ../../../work/web/topic/2019fair/sass/style.sass */
.rundown .title, .exhibitors .title {
  border-bottom: 0;
}

/* line 567, ../../../work/web/topic/2019fair/sass/style.sass */
.rundown p, .exhibitors p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  width: 80%;
  margin: auto;
}

/* line 575, ../../../work/web/topic/2019fair/sass/style.sass */
.btn a {
  display: block;
  margin: 30px 0 0 0;
/*  width: 180px;*/
  height: 40px;
  line-height: 40px;
  background-color: #ab1e27;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  text-decoration: none;
}

.btn2 a {
/*  display: block;*/
  margin: 10px 0 0 0;
  width: 180px;
  height: 40px;
  line-height: 80px;
  background-color: #ab1e27;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
}

/* line 587, ../../../work/web/topic/2019fair/sass/style.sass */
.btn a:hover {
  box-shadow: 3px 2px 3px #d0d0d0;
  padding-left: 5px;
}

.btn2 a:hover {
  box-shadow: 3px 2px 3px #d0d0d0;
/*  padding-left: 5px;*/
}

/*活動流程*/
/* line 593, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_rundown table {
  width: 100%;
  /*        color: #999999;*/
  font-size: 20px;
  font-weight: 200;
  background-color: #ededed;
}

/* line 600, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_rundown td {
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #cecece;
  vertical-align: middle;
}

@media all and (max-width: 480px) {
.wrap_rundown td {
  font-size: 11px;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #cecece;
  vertical-align: middle;
  }
}

/* line 605, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_rundown td[colspan] {
  background-color: #dadada;
}

/* line 610, ../../../work/web/topic/2019fair/sass/style.sass */
.rundown_head td {
  border: none;
  color: #FFF;
  background-color: #ab1e27;
  min-width: 70px;
}

/*參展學校*/
/* line 617, ../../../work/web/topic/2019fair/sass/style.sass */
.tab {
  width: 700px;
  margin: 30px auto;
}

@media all and (max-width: 768px) {
  /* line 617, ../../../work/web/topic/2019fair/sass/style.sass */
  .tab {
    width: 100%;
  }
}

@media all and (max-width: 480px) {
  .tab {
    width: 90%;
    margin: 30px 10px 30px 10px;
  }
}

/* line 623, ../../../work/web/topic/2019fair/sass/style.sass */
.tab li {
  float: left;
}

@media all and (max-width: 768px) {
  /* line 623, ../../../work/web/topic/2019fair/sass/style.sass */
  .tab li {
    width: 50%;
  }
}

@media all and (max-width: 480px) {
  /* line 623, ../../../work/web/topic/2019fair/sass/style.sass */
  .tab li {
    float: none;
    width: 100%;
  }
}

/* line 630, ../../../work/web/topic/2019fair/sass/style.sass */
.tab li a {
  display: block;
  width: 320px;
  margin: 10px;
  padding: 5px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  background-color: #e73356;
  color: #FFF;
}

/* line 640, ../../../work/web/topic/2019fair/sass/style.sass */
.tab li a:hover {
  background-color: #d0173b;
}

@media all and (max-width: 768px) {
  /* line 630, ../../../work/web/topic/2019fair/sass/style.sass */
  .tab li a {
    width: 100%;
  }
}

/* line 646, ../../../work/web/topic/2019fair/sass/style.sass */
.tab li:nth-child(2) a {
  background-color: #4688e2;
  margin-top: 10px;
}

/* line 649, ../../../work/web/topic/2019fair/sass/style.sass */
.tab li:nth-child(2) a:hover {
  background-color: #185ebe;
}

/* line 655, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_exhibitors table {
  border-collapse: inherit;
  border-spacing: 1px;
  vertical-align: top;
  float: left;
  width: 49%;
  margin-right: 1%;
  table-layout: fixed;
  font-size: 18px;
  font-weight: 100;
  border: 1px solid #EEE;
  background-color: #ccc5b1;
}

.wrap_video table {
  border-collapse: inherit;
  border-spacing: 1px;
  vertical-align: top;
  float: left;
  width: 49%;
  margin-right: 1%;
  table-layout: fixed;
  font-size: 22px;
  font-weight: 100;
  border: 1px solid #EEE;
  background-color: #ccc5b1;
}

@media all and (max-width: 768px) {
  /* line 655, ../../../work/web/topic/2019fair/sass/style.sass */
  .wrap_exhibitors table {
    width: 100%;
    font-size: 14px;
  }
}

/* line 671, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_exhibitors td, .wrap_exhibitors th {
  text-align: center;
  padding-bottom: 2px;
  vertical-align: middle;
}

/* line 676, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_exhibitors th {
  background-color: #967f39;
  color: #FFF;
  font-weight: 300;
}

/* line 681, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_exhibitors tr {
  background-color: #fffdf7;
}

/* line 684, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_exhibitors p {
/*  color: #C9B379;*/
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 30px;
  clear: both;
}

/* line 692, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_exhibitors .exhibitors_type1,
.wrap_exhibitors .exhibitors_type2 {
  text-align: center;
  margin: 20px 0;
  font-size: 30px;
}

.wrap_video .exhibitors_type1,
.wrap_video .exhibitors_type2 {
  text-align: center;
  margin: 20px 0;
  font-size: 30px;
}

@media all and (max-width: 480px) {
  /* line 692, ../../../work/web/topic/2019fair/sass/style.sass */
  .wrap_exhibitors .exhibitors_type1,
  .wrap_exhibitors .exhibitors_type2 {
    font-size: 25px;
  }
}

@media all and (max-width: 480px) {
  /* line 692, ../../../work/web/topic/2019fair/sass/style.sass */
  .wrap_video .exhibitors_type1,
  .wrap_video .exhibitors_type2 {
    font-size: 28px;
  }
}

@media all and (max-width: 768px) {
  /* line 655, ../../../work/web/topic/2019fair/sass/style.sass */
  .wrap_video table {
    width: 100%;
    font-size: 14px;
  }
}

/* line 671, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_video td, .wrap_video th {
  text-align: center;
  padding-bottom: 2px;
  vertical-align: middle;
  font-size: 18px;
}

@media all and (max-width: 768px) {
.wrap_video td, .wrap_video th {
  text-align: center;
  padding-bottom: 2px;
  vertical-align: middle;
  font-size: 14px;
  }
}

/* line 676, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_video th {
  background-color: #967f39;
  color: #FFF;
  font-weight: 300;
    font-size: 17px;
}

/* line 681, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_video tr {
  background-color: #fffdf7;
}

/* line 684, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_video p {
/*  color: #C9B379;*/
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 30px;
  clear: both;
}

/* line 692, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_video .video_type1,
.wrap_video .video_type2 {
  text-align: center;
  margin: 20px 0;
  font-size: 30px;
}

@media all and (max-width: 480px) {
  /* line 692, ../../../work/web/topic/2019fair/sass/style.sass */
  .wrap_video .video_type1,
  .wrap_video .video_type2 {
    font-size: 25px;
  }
}

/* line 701, ../../../work/web/topic/2019fair/sass/style.sass */
.exhibitors_type1 a {
  width: 156px;
  height: 14px;
  background-position: -225px -250px;
}

/* line 709, ../../../work/web/topic/2019fair/sass/style.sass */
.exhibitors_type2 a {
  width: 142px;
  height: 14px;
  background-position: -380px -250px;
}

.wrap_exhibitors .exhibitors_type3 {
  text-align: center;
  margin: 20px 0;
  font-size: 24px;
}

.wrap_video .exhibitors_type3 {
  text-align: center;
  margin: 20px 0;
  font-size: 24px;
}

@media all and (max-width: 480px) {
  .wrap_exhibitors .exhibitors_type3 {
    font-size: 18px;
  }
}

@media all and (max-width: 480px) {
  .wrap_video .exhibitors_type3 {
    font-size: 18px;
  }
}

/* line 714, ../../../work/web/topic/2019fair/sass/style.sass */
.exhibitors_num1 {
  width: 50px;
}

.exhibitors_num2 {
  width: 72px;
}

/* line 719, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_rundown tr td:nth-child(2),
.tibor tr td:nth-child(2),
.wrap_exhibitors tr td:nth-child(3) {
  font-weight: bolder;
}

.wrap_rundown tr td:nth-child(2),
.tibor tr td:nth-child(2),
.wrap_video tr td:nth-child(3) {
  font-weight: bolder;
}

/*時間與地點*/
/* line 725, ../../../work/web/topic/2019fair/sass/style.sass */
.map-title {
  font-size: 28px;
  margin-bottom: 30px;
  width: 100%;
  margin: 10px auto;
}

@media all and (max-width: 1200px) {
  /* line 725, ../../../work/web/topic/2019fair/sass/style.sass */
  .map-title {
    padding: 0px 10px;
  }
}

@media all and (max-width: 480px) {
  /* line 725, ../../../work/web/topic/2019fair/sass/style.sass */
  .map-title {
    font-size: 25px;
    width: 100%;
  }
}

/* line 737, ../../../work/web/topic/2019fair/sass/style.sass */
.map-title a {
  color: #ab1e27;
  text-decoration: none;
  font-weight: bold;
  font-size: 23px;
}

/* line 742, ../../../work/web/topic/2019fair/sass/style.sass */
.map-title .information_list {
  font-size: 18px;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  }

@media all and (max-width: 1200px) {
.map-title .information_list {
  font-size: 18px;
  margin-left: 0;
  margin-top: -40px;
  margin-bottom: 10px;
  font-weight: 300;
  float: right;
  }
}

@media all and (max-width: 720px) {
.map-title .information_list {
  font-size: 18px;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  float: none;
  }
}

@media all and (max-width: 480px) {
  /* line 742, ../../../work/web/topic/2019fair/sass/style.sass */
  .map-title .information_list {
    margin-left: 0px;
    float: none;
  }
}

/* line 750, ../../../work/web/topic/2019fair/sass/style.sass */
.taipei-map,
.kaohsiung-map {
  width: 50%;
  float: left;
}

@media all and (max-width: 1200px) {
  /* line 750, ../../../work/web/topic/2019fair/sass/style.sass */
  .taipei-map,
  .kaohsiung-map {
    width: 100%;
    float: none;
  }
}

/* line 760, ../../../work/web/topic/2019fair/sass/style.sass */
.map-iframe {
  float: left;
  width: 100%;
  border: #d6d6d6 2px solid;
}

/* line 766, ../../../work/web/topic/2019fair/sass/style.sass */
.map-info {
  float: left;
  width: 50%;
  padding-left: 30px;
  margin-top: 35px;
}

@media all and (max-width: 1200px) {
  /* line 766, ../../../work/web/topic/2019fair/sass/style.sass */
  .map-info {
    width: 100%;
    padding: 5px 10px;
  }
}

/* line 776, ../../../work/web/topic/2019fair/sass/style.sass */
.map-info dl {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

/* line 781, ../../../work/web/topic/2019fair/sass/style.sass */
.map-info dt {
  color: #ffffff;
  background-color: #ab1e27;
  display: inline-block;
  padding: 2px 5px 2px 10px;
  /*border-radius: 5px*/
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: 2px;
  font-weight: 400;
}

/* line 791, ../../../work/web/topic/2019fair/sass/style.sass */
.map-info dd {
  font-size: 14px;
  margin-top: 1px;
  margin-bottom: 1px;
  font-weight: 300;
  letter-spacing: 1px;
}

.exhibition-title {
  font-size: 28px;
  margin-bottom: 30px;
  width: 54%;
  margin: 10px auto;
}

@media all and (max-width: 1200px) {
  /* line 725, ../../../work/web/topic/2019fair/sass/style.sass */
  .exhibition-title {
    padding: 0px 10px;
  }
}

@media all and (max-width: 480px) {
  /* line 725, ../../../work/web/topic/2019fair/sass/style.sass */
  .exhibition-title {
    font-size: 25px;
    width: 100%;
  }
}

/* line 737, ../../../work/web/topic/2019fair/sass/style.sass */
.exhibition-title a {
  color: #ab1e27;
  text-decoration: none;
  font-weight: bold;
}

/* line 742, ../../../work/web/topic/2019fair/sass/style.sass */
.exhibition-title .information_list {
  font-size: 18px;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  }

@media all and (max-width: 1200px) {
.exhibition-title .information_list {
  font-size: 18px;
  margin-left: 0;
  margin-top: -40px;
  margin-bottom: 10px;
  font-weight: 300;
  float: right;
  }
}

@media all and (max-width: 720px) {
.exhibition-title .information_list {
  font-size: 18px;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  float: none;
  }
}

@media all and (max-width: 480px) {
  /* line 742, ../../../work/web/topic/2019fair/sass/style.sass */
  .exhibition-title .information_list {
    margin-left: 0px;
    float: none;
  }
}

.exhibition-info {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 1200px) {
  /* line 766, ../../../work/web/topic/2019fair/sass/style.sass */
  .exhibition-info {
    width: 100%;
    padding: 5px 10px;
  }
}

/* line 776, ../../../work/web/topic/2019fair/sass/style.sass */
.exhibition-info dl {
  margin: 0;
  padding: 0;
  font-size: 19px;
}

/* line 781, ../../../work/web/topic/2019fair/sass/style.sass */
.exhibition-info dt {
  color: #ffffff;
  background-color: #ab1e27;
  display: inline-block;
  padding: 4px 10px 6px 10px;
  /*border-radius: 5px*/
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: 2px;
  font-weight: 400;
}

/* line 791, ../../../work/web/topic/2019fair/sass/style.sass */
.exhibition-info dd {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}

@media all and (max-width: 480px) {
.exhibition-info dd {
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}
}

/* line 799, ../../../work/web/topic/2019fair/sass/style.sass */
.tibor {
  border-top: #b5b5b5 2px dashed;
  padding-top: 5px;
}

/*---活動花絮---*/
/* line 804, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_photos {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 15px 25px;
  text-align: center;
}

/* line 811, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_photos ul {
  display: inline-block;
}

/* line 814, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_photos ul li {
  display: inline-block;
  width: 33%;
  padding: 5px;
}

/*單位*/
/* line 821, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_member {
  width: 768px;
  margin: auto;
}

@media all and (max-width: 1200px) {
  /* line 821, ../../../work/web/topic/2019fair/sass/style.sass */
  .wrap_member {
    width: 100%;
  }
}

/* line 828, ../../../work/web/topic/2019fair/sass/style.sass */
.org_logo a, .org_logo span {
  display: block;
  background: url(../images/sprites.png) no-repeat;
  text-indent: -9999em;
}

/* line 833, ../../../work/web/topic/2019fair/sass/style.sass */
.org_logo li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 13px;
}

/* line 839, ../../../work/web/topic/2019fair/sass/style.sass */
.org_logo li:first-child {
  display: block;
  margin-top: 8px;
  margin-bottom: 0;
}

/* line 845, ../../../work/web/topic/2019fair/sass/style.sass */
.org_logo, .info p {
  text-align: center;
}

/* line 849, ../../../work/web/topic/2019fair/sass/style.sass */
.link li {
  margin-right: 20px;
}

/* line 852, ../../../work/web/topic/2019fair/sass/style.sass */
.host1 a {
  width: 204px;
  height: 54px;
  background-position: 0 -27px;
}

/* line 858, ../../../work/web/topic/2019fair/sass/style.sass */
.co_host1 a {
  width: 360px;
  height: 55px;
  background-position: 0px -82px;
}

@media all and (max-width: 480px) {
  /* line 858, ../../../work/web/topic/2019fair/sass/style.sass */
  .co_host1 a {
    width: 288px;
    background-size: 480px;
    height: 44px;
    background-position: 0 -64px;
  }
}

/* line 869, ../../../work/web/topic/2019fair/sass/style.sass */
.co_host2 a {
  width: 350px;
  height: 55px;
  background-position: 0 -450px;
}

@media all and (max-width: 480px) {
  /* line 869, ../../../work/web/topic/2019fair/sass/style.sass */
  .co_host2 a {
    width: 283px;
    background-size: 480px;
    height: 44px;
    background-position: 0 -360px;
  }
}

/* line 880, ../../../work/web/topic/2019fair/sass/style.sass */
.co_host3 a {
  width: 252px;
  height: 55px;
  background-position: 0 -192px;
}

/* line 886, ../../../work/web/topic/2019fair/sass/style.sass */
.support {
  text-align: center;
}

/* line 889, ../../../work/web/topic/2019fair/sass/style.sass */
.support li {
  font-size: 20px;
  /* float: left; */
/*  margin-right: 10px;*/
  color: #87746a;
}

@media all and (max-width: 768px) {
  /* line 889, ../../../work/web/topic/2019fair/sass/style.sass */
  .support li {
    float: none;
    text-align: center;
  }
}

@media all and (max-width: 480px) {
  /* line 889, ../../../work/web/topic/2019fair/sass/style.sass */
  .support li {
    font-size: 16px;
  }
}

/* line 901, ../../../work/web/topic/2019fair/sass/style.sass */
.support a {
  color: #87746a;
  text-decoration: none;
}

/* line 905, ../../../work/web/topic/2019fair/sass/style.sass */
.supportm {
/*
  padding-left: 15px;
  width: 500px;
*/
  margin: auto;
}

@media all and (max-width: 768px) {
  /* line 905, ../../../work/web/topic/2019fair/sass/style.sass */
  .supportm {
    width: 100%;
  }
}

/* line 913, ../../../work/web/topic/2019fair/sass/style.sass */
.assist1 a {
  width: 164px;
  height: 69px;
  background-position: -353px -27px;
}

/* line 918, ../../../work/web/topic/2019fair/sass/style.sass */
.assist2 a {
  width: 164px;
  height: 69px;
  background-position: -353px -95px;
}

.assist3 a {
  width: 164px;
  height: 69px;
  background-position: -223px -335px;
}

/* line 923, ../../../work/web/topic/2019fair/sass/style.sass */
.co_host,
.support,
.assist,
.link {
  border-top: 1px solid #f8f8f8;
  box-shadow: 0px -1px #d5d5d5;
  text-align: center;
  padding: 5px;
}

/* line 932, ../../../work/web/topic/2019fair/sass/style.sass */
.link1 a {
  width: 45px;
  height: 44px;
  background-position: -225px -270px;
}

/* line 938, ../../../work/web/topic/2019fair/sass/style.sass */
.link2 a {
  width: 113px;
  height: 44px;
  background-position: 0 -250px;
}

/* line 943, ../../../work/web/topic/2019fair/sass/style.sass */
.link3 a {
  width: 53px;
  height: 44px;
  background-position: -114px -250px;
}

/* line 948, ../../../work/web/topic/2019fair/sass/style.sass */
.link4 a {
  width: 150px;
  height: 44px;
  background-position: -370px -277px;
}

/*footer*/
/* line 954, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_bottom {
  text-align: center;
  color: #FFF;
  background-color: #ab1e27;
  padding: 10px;
}

/* line 960, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_bottom span {
  color: #FFF;
}

@media all and (max-width: 480px) {
  /* line 960, ../../../work/web/topic/2019fair/sass/style.sass */
  .wrap_bottom span {
    display: block;
  }
}

/* line 964, ../../../work/web/topic/2019fair/sass/style.sass */
.wrap_bottom a {
  color: #FFF;
  text-decoration: none;
}

/*FB留言*/
/* line 970, ../../../work/web/topic/2019fair/sass/style.sass */
.fb_iframe_widget span {
  width: 100%;
  height: auto;
}

/* line 974, ../../../work/web/topic/2019fair/sass/style.sass */
.fb-forum {
  width: 600px;
  margin: auto;
}

@media all and (max-width: 768px) {
  /* line 974, ../../../work/web/topic/2019fair/sass/style.sass */
  .fb-forum {
    width: 100%;
  }
}

/*bxslider*/
/* line 983, ../../../work/web/topic/2019fair/sass/style.sass */
.bx-wrapper .bx-next {
  right: -30px;
}

/* line 985, ../../../work/web/topic/2019fair/sass/style.sass */
.bx-wrapper .bx-prev {
  left: -38px;
}

/*# sourceMappingURL=style.css.map */