@charset "UTF-8";
/* Create with Compass + SCSS on windows */
/* ... 學習版作品上傳網站 ... */
.main .doc .list dd .touchUI .ctx > img {
  margin: 0 auto;
}

.main .doc .list dd .touchUI .controls button {
  background: none;
  border: none;
}

.hiddenItem {
  font-size: 1px;
  line-height: 0;
  text-indent: 0;
  visibility: hidden;
}

.hideItem {
  display: none;
}

.clearFloat {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  height: 0;
}

@media only screen and (orientation: landscape) {
  /*橫向*/
}
@media only screen and (orientation: portrait) {
  /*直向*/
}
#pingForRwd p {
  float: right;
}

.main header {
  /*
  區塊大小參考
  width:640px ;
  height:395px;
  */
}
.main header h1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main header h3 {
  top: 0px;
  left: 1.25%;
  width: 30.15625%;
  height: 8.86076%;
}
.main header .goIndex {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 14.6875%;
  height: 8.60759%;
  background-image: url("../../../../../html/events/edit/1707learn/images/spacer.gif");
  /*相容IE8~10 無內容元素滑鼠點擊穿透問題*/
}
.main header .goIndex span {
  display: none;
}

.main {
  background-image: none;
  background-color: #99ff33;
}
.main .doc {
  /*
  區塊大小參考
  width:640px ;
  height:833px;
  */
  position: relative;
}
.main .doc .list {
  width: auto;
  padding: 0;
  background: none;
  margin-left: 1.5625%;
  margin-right: 1.5625%;
}
.main .doc .list dd {
  position: relative;
  padding: 0;
  background: none;
  width: auto;
}
.main .doc .list dd .slickCount {
  display: block;
  position: absolute;
  top: 9.12365%;
  left: 0;
  width: 100%;
  height: 3.60144%;
  text-align: center;
}
.main .doc .list dd .slickCount span {
  display: inline-block;
  font-size: 11px;
  color: #a055ed;
  padding: 3px 3px;
}
.main .doc .list dd .slickCount span.now {
  padding: 3px 10px;
  background-color: #f5eefd;
  -webkit-box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.4);
}
.main .doc .list dd .slickCount span.all {
  padding: 3px 0px;
}
.main .doc .list dd .slickCount.part2 {
  top: 94.11765%;
}
.main .doc .list dd .touchUI {
  position: absolute;
  top: 13.56543%;
  left: 0;
  width: 100%;
  height: 78.15126%;
}
.main .doc .list dd .touchUI br.break-4,
.main .doc .list dd .touchUI .hrLine {
  display: none;
}
.main .doc .list dd .touchUI .controls {
  display: block;
}
.main .doc .list dd .touchUI .controls button {
  position: absolute;
  top: 47.54098%;
  width: 8.37359%;
  height: 8.34575%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100;
}
.main .doc .list dd .touchUI .controls button.prev {
  left: 2.73752%;
  background-image: url("../../../../../html/events/edit/1707learn/images/list_drawing_prev_rwd.png");
}
.main .doc .list dd .touchUI .controls button.next {
  right: 2.73752%;
  background-image: url("../../../../../html/events/edit/1707learn/images/list_drawing_next_rwd.png");
}
.main .doc .list dd .touchUI .controls button span {
  display: none;
}
.main .doc .list dd .touchUI li {
  margin: 0;
}
.main .doc .list dd .touchUI .ctx {
  position: relative;
  width: 100%;
  height: auto;
  background-image: none;
}
.main .doc .list dd .touchUI .ctx a,
.main .doc .list dd .touchUI .ctx figcaption {
  position: absolute;
  display: block;
  font-size: 13px;
}
.main .doc .list dd .touchUI .ctx a {
  top: 9.9851%;
  left: 16.58615%;
  width: 66.66667%;
  height: 80.17884%;
  overflow: hidden;
  z-index: 2;
}
.main .doc .list dd .touchUI .ctx a > span {
  opacity: 1;
}
.main .doc .list dd .touchUI .ctx > img {
  display: block;
  width: 74.87923%;
  height: auto;
}
.main .doc .list dd .touchUI .ctx figcaption {
  padding: 0;
  top: 3.72578%;
  left: 20%;
  right: 20%;
  width: auto;
  height: 6.70641%;
  line-height: inherit;
}
.main .doc .list dd .touchUI .ctx figcaption.rwd {
  display: block;
  top: auto;
  bottom: 0.74516%;
}

.main footer {
  position: static;
}

@media only screen and (min-device-width: 740px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) {
  /*主流平板*/
  .main .doc .list dd .slickCount {
    top: 9.84394%;
  }
  .main .doc .list dd .slickCount span {
    font-size: 16px;
  }
  .main .doc .list dd .slickCount.part2 {
    top: 95.07803%;
  }
}
@media only screen and (min-device-width: 740px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  /*主流平板橫向*/
}
@media only screen and (min-device-width: 740px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  /*主流平板直向*/
}
