@charset "UTF-8";
@font-face {
  font-family: customFont;
  src: url("../font/xxx.eot");
  src: url("../font/xxx.eot?#iefix") format("embedded-opentype"), url("../font/xxx.woff") format("woff"), url("../font/xxx.ttf") format("truetype"), url("../font/xxx.svg#AftaserifRegular") format("svg"); }

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  word-wrap: break-word;
  word-break: normal;
  position: relative;
  vertical-align: middle;
  outline: none !important; }

html, body {
  height: 100vh;
  margin: 0px;
  font-family: Helvetica, Arial, 'Hiragino Sans GB', 'Lantinghei TC', 'WenQuanYi Micro Hei', 'Microsoft JhengHei', '微軟正黑體', sans-serif;
  font-size: 93.8%; }

body.popupOpen {
  overflow: hidden; }

a {
  color: inherit;
  cursor: pointer; }
  a:hover {
    color: inherit;
    text-decoration: none; }

.popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  overflow: hidden;
  z-index: 100000;
  overflow: hidden;
  display: none;
  background: rgba(0, 0, 0, 0.8); }
  .popup .inner {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: auto;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .popup .board {
    margin-top: auto;
    margin-bottom: auto;
    padding: 18px 13px 13px 13px;
    border-radius: 20px;
    background: white;
    text-align: center; }
  .popup .popup_close {
    position: absolute;
    right: -23px;
    top: -23px;
    cursor: pointer;
    z-index: 100; }
  .popup img {
    max-width: 100%; }
  .popup h3, .popup p {
    margin: 0px;
    margin-bottom: 4px;
    color: #5e5e5e; }
  .popup h3 {
    font-size: 16px;
    font-weight: normal; }
  .popup p {
    font-size: 12px; }

.factoryPopup .board {
  width: 780px;
  padding: 5px; }

.btn {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  border: 0px;
  cursor: pointer;
  transition: all 0.3s; }

.loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000000;
  box-shadow: 0px 3px 20px rgba(255, 207, 147, 0.51); }
  .loader img {
    position: absolute;
    left: 47%;
    top: 40%;
    transform: translate(-50%, -50%);
    animation-name: loader;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
  .loader p {
    position: absolute;
    left: 47%;
    top: 40%;
    margin-top: 93px;
    margin-left: 24px;
    font-size: 15px;
    color: #2f5b9e; }

@keyframes loader {
  0% {
    transform: rotateY(0deg); }
  25% {
    transform: rotateY(90deg); }
  50% {
    transform: rotateY(0deg); }
  75% {
    transform: rotateY(-90deg); }
  100% {
    transform: rotateY(0deg); } }

body {
  background-image: url("../img/wall_bg.jpg");
  background-repeat: repeat;
  background-position: center top; }

#page {
  width: 100%;
  min-height: 100vh;
  background-image: url("../img/wall_bg.jpg");
  background-repeat: repeat;
  background-position: center top;
  opacity: 0;
  padding-bottom: 130px;
  overflow: hidden; }

header {
  margin-left: auto;
  margin-right: auto;
  width: 949px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  z-index: 300; }
  header .main_board {
    left: 495px;
    transform: translateX(-50%);
    top: 45px; }

footer {
  width: 100%;
  height: 130px;
  margin-top: -130px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  z-index: 100; }
  footer .copyright {
    width: 949px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    color: #cbbbae;
    display: block;
    margin-top: 50px;
    padding-left: 15px;}
  footer .floor {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px; }

#page_nav {
  width: 100%;
  height: 54px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 265px;
  text-align: center; }
  #page_nav:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 43px;
    height: 54px;
    background: url(../img/nav_deco.png);
    margin-right: -4px; }
  #page_nav:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 43px;
    height: 54px;
    background: url("../img/nav_deco.png");
    transform: rotateY(180deg);
    margin-left: -4px; }
  #page_nav .list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
	width:545px;
    height: 53px;
    background: url("../img/nav_bg.png") repeat-x;
    padding-top: 9px;
	padding-left: 6px;
    vertical-align: top; }
  #page_nav .item {
    float: left;
    height: 30px;
    padding: 0px 17px; }
    #page_nav .item:hover .sub_nav {
      display: block; }
      #page_nav .item:hover .sub_nav a {
        opacity: 1; }
    #page_nav .item:hover a {
      opacity: 0.8; }
    #page_nav .item a {
      color: #fff2aa;
      font-size: 15px;
      text-decoration: none;
      display: block; }
  #page_nav .sub_nav {
    width: 140%;
    padding: 0px 7px;
    padding-bottom: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
	border-radius:8px;
	background-image:url(../img/item_bg.png);
    display: none; }
    #page_nav .sub_nav .sub_item a {
      padding: 7px 0px; }
      #page_nav .sub_nav .sub_item a:hover {
        opacity: 0.8; }
    #page_nav .sub_nav .sub_item span {
      display: block;
      color: #fff2aa;
      padding: 7px 0px; }
    #page_nav .sub_nav .sub_item.has_child .sub_item a {
      padding: 4px 0px;
      opacity: 0.8; }
      #page_nav .sub_nav .sub_item.has_child .sub_item a:hover {
        opacity: 0.8; }

.container-fluid {
  width: 100%;
  z-index: 200; }

.content_block {
  margin-left: auto;
  margin-right: auto;
  width: 949px; }

.wall_shadow {
  width: 949px;
  height: 150%;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%);
  z-index: 0;
  background: url("../img/wall_shadow_center.png") repeat-y;
  background-size: 100%;
  pointer-events: none; }
  .wall_shadow:before {
    content: '';
    display: block;
    width: 108px;
    height: 100%;
    position: absolute;
    left: -108px;
    top: 0px;
    background: url("../img/wall_shadow_side.png") repeat-y; }
  .wall_shadow:after {
    content: '';
    display: block;
    width: 108px;
    height: 100%;
    position: absolute;
    right: -108px;
    top: 0px;
    background: url("../img/wall_shadow_side.png") repeat-y;
    transform: rotateY(180deg); }

.home_lamp {
  position: absolute;
  top: -24px;
  z-index: 1;
  pointer-events: none; }
  .home_lamp img {
    z-index: 1; }
  .home_lamp .light {
    position: absolute;
    left: 0px;
    top: 155px;
    z-index: 0; }
  .home_lamp.lamp1 {
    left: 330px; }
  .home_lamp.lamp2 {
    left: 440px; }
  .home_lamp.lamp3 {
    left: 550px; }
  .home_lamp.lamp4 {
	  display:none;
    left: 712px; }
  .home_lamp.lamp5 {
	  display:none;
    left: 821px; }
  .home_lamp.lamp6 {
	  display:none;
    left: 930px; }

.home_window {
  position: absolute;
  top: 192px; }
  .home_window.left {
    left: -231px; }
  .home_window.right {
    left: 968px; }

.home_main_logo {
  position: absolute;
  left: -118px;
  top: 18px; }

.top_flag {
	display:none;
  position: absolute;
  top: -25px;
  z-index: 2; }
  .top_flag.left {
	  display:none;
    left: 116px; }
    .top_flag.left img {
      transform-origin: left top; }
  .top_flag.right {
	  display:none;
    left: 494px;
    transform: rotateY(180deg); }
    .top_flag.right img {
      animation-delay: 0.5s;
      transform-origin: right top; }

.top_flag.fluttering img {
  animation-name: topFlag;
  animation-duration: 3s;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes topFlag {
  0% {
    transform: rotateX(0deg) skew(0deg); }
  10% {
    transform: rotateX(-15deg) skew(-5deg); }
  20% {
    transform: rotateX(0deg) skew(0deg); }
  30% {
    transform: rotateX(15deg) skew(5deg); }
  40% {
    transform: rotateX(0deg) skew(0deg); }
  100% {
    transform: rotateX(0deg) skew(0deg); } }

.HOME .loader {
  background-image: url("../img/wall_bg.jpg");
  background-repeat: repeat;
  background-position: center center; }

.HOME .copyright {
  position: absolute;
  left: 50%;
  top: 130px;
  transform: translateX(-50%);
  font-size: 12px;
  color: #cbbbae;
  width: 949px; }

.HOME #page {
  height: 100%;
  overflow: hidden;
  min-height: 750px;
  opacity: 1;
  transition: all 1s; }

.HOME .wall_shadow {
  max-height: 815px; }

.HOME .home_floor {
  position: absolute;
  width: 100vw;
  height: 198px;
  left: 50%;
  top: 617px;
  transform: translateX(-50%);
  z-index: 0;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.24); }
  .HOME .home_floor img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .HOME .home_floor:before {
    content: '';
    width: 100vw;
    height: 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(62, 35, 9, 0.56);
    z-index: 1; }
  .HOME .home_floor:after {
    content: '';
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 198px;
    left: 0px;
    background: rgba(33, 16, 0, 0.6); }

.HOME .content_block {
  height: 750px; }
  @media (min-height: 750px) {
    .HOME .content_block {
      height: 100vh; } }

.HOME .main_board {
  position: absolute;
  left: 294px;
  top: 118px; }

.HOME .home_table {
  position: absolute;
  left: 290px;
  top: 400px;
  z-index: 100;
  pointer-events: none; }

.HOME .home_btn .btn:hover .hover {
  opacity: 1; }

.HOME .home_btn .hover {
  position: absolute;
  opacity: 0;
  transition: all .3s; }

.HOME .virtual_farm {
  position: absolute;
  width: 199px;
  height: 88px;
  left: 40px;
  top: 190px;
  background: url("../img/virtual_farm_bg.png") no-repeat;
  z-index: 2; }
  .HOME .virtual_farm .btn {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 15; }
  .HOME .virtual_farm .hover {
    position: absolute;
    left: 0px;
    top: 0px; }

.HOME .online_event {
  position: absolute;
  width: 437px;
  height: 350px;
  left: 20px;
  top: 347px;
  background: url("../img/online_event_bg.png") no-repeat;
  z-index: 1; }
  .HOME .online_event .deco {
    position: absolute;
    left: 60px;
    top: -60px; }
  .HOME .online_event .btn {
    position: absolute;
    left: -40px;
    top: -30px; }
  .HOME .online_event .hover {
    position: absolute;
    left: 0px;
    top: 0px; }

.HOME .chronicles {
  position: absolute;
  width: 158px;
  left: 50px;
  top: 80px;
  z-index: 3; }
  .HOME .chronicles .btn {
    position: absolute;
    left: 0px;
    top: 0px; }
  .HOME .chronicles .hover {
    position: absolute;
    left: 0px;
    top: 0px; }

.HOME .yearbook {
  position: absolute;
  width: 280px;
  height: 468px;
  left: 680px;
  top: 220px; }
  .HOME .yearbook .btn {
    position: absolute;
    left: 0px;
    top: 0px; }
  .HOME .yearbook .hover {
    position: absolute;
    left: 0px;
    top: 0px; }

.HOME .news_board {
  position: absolute;
  width: 267px;
  height: 305px;
  left: 780px;
  top: 123px;
  background: url("../img/news_board_bg.png") no-repeat; }
  .HOME .news_board .memo {
    position: absolute;
    left: 0px;
    top: 320px;
    transform-origin: center top;
    transition: all 0s; }
  .HOME .news_board .hover {
	display:none;
    position: absolute;
    left: -17px;
    top: 12px; }

.pagenavi {
  text-align: center;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  padding-top: 12px; }
  .pagenavi li {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 1000px;
    font-size: 12px;
    color: white;
    display: inline-block;
    margin: 0px 12px; }
    .pagenavi li.item:hover {
      background: #ec5501; }
  .pagenavi .item.now {
    background: #ec5501; }
  .pagenavi a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    color: white;
    text-decoration: none; }

.NEWS .news_board {
  width: 984px;
  height: 469px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/news_list_bg.png") no-repeat;
  margin-top: 251px;
  margin-bottom: 40px;
  padding-top: 154px;
  padding-left: 115px;
  padding-right: 115px; }
  .NEWS .news_board .list {
    color: white; }
    .NEWS .news_board .list .item {
      overflow: hidden;
      margin-bottom: 20px; }
    .NEWS .news_board .list .date {
      width: 90px;
      font-size: 14px;
      padding-top: 6px;
      float: left; }
    .NEWS .news_board .list .more_btn {
      width: 53px;
      float: right; }
      .NEWS .news_board .list .more_btn:hover {
        opacity: 0.65; }
    .NEWS .news_board .list .title {
      float: left;
      width: calc(100% - 166px);
      height: 24px;
      overflow: hidden;
      font-size: 16px; }
  .NEWS .news_board .detail {
    color: white; }
    .NEWS .news_board .detail h3 {
      overflow: hidden;
      margin: 0px;
      font-weight: normal;
      padding-bottom: 16px;
      border-bottom: solid 1px white;
      margin-bottom: 16px; }
    .NEWS .news_board .detail .date {
      width: 90px;
      font-size: 14px;
      padding-top: 6px;
      float: left; }
    .NEWS .news_board .detail .title {
      float: left;
      width: calc(100% - 90px);
      font-size: 16px; }
    .NEWS .news_board .detail .item {
      width: 100%;
      height: 289px;
      overflow: auto;
      padding-bottom: 80px;
      display: none; }
    .NEWS .news_board .detail .text {
      line-height: 2rem;
      font-size: 16px; }
  .NEWS .news_board .back_btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    display: none; }

.mCS-my-theme-wood > .mCSB_container {
  margin-right: 40px; }

.mCS-my-theme-wood.mCSB_scrollTools {
  width: 25px;
  opacity: 1; }
  .mCS-my-theme-wood.mCSB_scrollTools .mCSB_dragger {
    min-height: 25px !important;
    background-image: url("../img/wood-dragger2.png");
    background-size: cover;
    border-radius: 1000px;
    box-shadow: -3px -3px 16px rgba(97, 44, 7, 0.86) inset; }
  .mCS-my-theme-wood.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    line-height: 25px !important;
    background: none;
    width: 100%;
    height: 100%;
    box-shadow: 0px 3px 3px rgba(74, 34, 0, 0.4); }
  .mCS-my-theme-wood.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ebca84;
    width: 6px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }

.slick-dots,
.slick-arrow {
  display: none !important; }

.white_bg {
  width: 1048px;
  height: 459px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -78px;
  opacity: 0.7;
  border-radius: 100%;
  overflow: hidden;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255, 0) 73%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255, 0) 73%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, white 0%, rgba(255, 255, 255, 0) 73%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.chronicle_slick_group {
  margin-top: 350px;
  min-height: 433px; }
  .chronicle_slick_group .tab_nav {
    position: absolute;
    right: 34px;
    top: -9px;
    text-align: right; }
    .chronicle_slick_group .tab_nav .btn {
      display: inline-block;
      margin-left: 4px; }
      .chronicle_slick_group .tab_nav .btn:hover {
        filter: brightness(1.2); }
  .chronicle_slick_group .slick_block {
    width: 890px;
    margin-top: 19px;
    margin-left: auto;
    margin-right: auto; }
  .chronicle_slick_group .mySlick {
    min-height: 242px; }
  .chronicle_slick_group .title {
    width: 890px;
    margin-left: auto;
    margin-right: auto; }
    .chronicle_slick_group .title span {
      display: inline-block; }
    .chronicle_slick_group .title .sub {
      font-size: 30px;
      line-height: 30px;
      padding-left: 15px;
      color: #7d3a15;
      display: none; }
  .chronicle_slick_group .arrowNav {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 27%; }
    .chronicle_slick_group .arrowNav .prev {
      position: absolute;
      left: -70px;
      cursor: pointer; }
    .chronicle_slick_group .arrowNav .next {
      position: absolute;
      right: -70px;
      cursor: pointer; }
      .chronicle_slick_group .arrowNav .next img {
        transform: rotateY(180deg); }
    .chronicle_slick_group .arrowNav .pointer {
      position: absolute;
      left: 50%;
      bottom: -30px;
      transform: translateX(-50%);
      font-size: 16px;
      line-height: 16px;
      color: #333333;
      width: 100px;
      text-align: center;
      font-weight: 600; }
  .chronicle_slick_group .dotsNav {
    width: 100%;
    height: 75px;
    margin-bottom: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    z-index: 100; }
    .chronicle_slick_group .dotsNav:after {
      content: '';
      width: 95%;
      height: 4px;
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      background: #373736;
      /* Old browsers */
      background: -moz-linear-gradient(top, #373736 0%, #5f5e5d 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #373736 0%, #5f5e5d 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #373736 0%, #5f5e5d 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373736', endColorstr='#5f5e5d',GradientType=0 );
      /* IE6-9 */
      z-index: 0; }
    .chronicle_slick_group .dotsNav .dot {
      width: 75px;
      height: 75px;
      text-align: center;
      color: white;
      z-index: 10; }
      .chronicle_slick_group .dotsNav .dot span {
        width: 75px;
        height: 75px;
        line-height: 75px;
        z-index: 10;
        display: block;
        border-radius: 1000px;
        cursor: pointer; }
      .chronicle_slick_group .dotsNav .dot:hover span {
        box-shadow: 0px 0px 10px 4px #f3de14; }
      .chronicle_slick_group .dotsNav .dot:after {
        content: '';
        position: absolute;
        display: block;
        left: -2px;
        top: 0px;
        width: 84px;
        height: 84px;
        background-image: url("../img/chronicle_dot_bg.png");
        z-index: 0; }
    .chronicle_slick_group .dotsNav .dot.now span {
      box-shadow: 0px 0px 10px 4px #f3de14; }
  .chronicle_slick_group .factory,
  .chronicle_slick_group .award {
    display: none; }
  .chronicle_slick_group .factory .mySlick {
    margin-top: 24px; }
  .chronicle_slick_group .factory .item {
    display: flex;
    flex-flow: row wrap; }
    .chronicle_slick_group .factory .item .grid {
      width: 33.333%;
      display: inline-block; }
    .chronicle_slick_group .factory .item .myLabel {
      font-size: 15px;
      color: #2b2828;
      margin-bottom: 11px; }

body.YEARBOOK .footer {
  z-index: 0; }

body.YEARBOOK .yearbook {
  z-index: 100; }

.chronicle_slick_group.yearbook {
  width: 100%;
  height: 444px;
  margin: 0 auto;
  margin-top: 355px; }
  .chronicle_slick_group.yearbook .yb_bg {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%); }
  .chronicle_slick_group.yearbook .yb_logo {
    position: absolute;
    left: 50%;
    top: 276px;
    transform: translateX(-50%);
    z-index: 100; }
  .chronicle_slick_group.yearbook .yb_title {
    position: absolute;
    font-size: 24px;
    color: white;
    left: 162px;
    top: 347px;
    z-index: 100; }
  .chronicle_slick_group.yearbook .yb_years {
    position: static; }
  .chronicle_slick_group.yearbook .year {
    font-size: 36px;
    font-family: serif;
    color: white;
    position: absolute;
    left: 576px;
    top: 338px;
    display: none; }
  .chronicle_slick_group.yearbook .year.now {
    display: block; }
  .chronicle_slick_group.yearbook .slick_block {
    width: 100%; }
  .chronicle_slick_group.yearbook .mySlickWrap {
    position: absolute;
    width: 685px;
    height: 325px;
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
    overflow: hidden;
    margin-top: 0px; }
  .chronicle_slick_group.yearbook .mySlick {
    width: 685px;
    height: 352px;
    margin-bottom: 0px; }
    .chronicle_slick_group.yearbook .mySlick .item {
      width: 693px;
      height: 352px;
      overflow: hidden; }
      .chronicle_slick_group.yearbook .mySlick .item .sub_item {
        position: absolute;
        cursor: pointer; }
        .chronicle_slick_group.yearbook .mySlick .item .sub_item .info {
          position: absolute;
          opacity: 0;
          margin-top: 50px;
          transition: all .3s;
          pointer-events: none; }
        .chronicle_slick_group.yearbook .mySlick .item .sub_item:hover {
          filter: brightness(1.1); }
          .chronicle_slick_group.yearbook .mySlick .item .sub_item:hover .info {
            opacity: 1;
            margin-top: 0px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(1) .sub_item:nth-child(1) {
      left: 65px;
      top: 186px; }
      .chronicle_slick_group.yearbook .mySlick .item:nth-child(1) .sub_item:nth-child(1) .info {
        left: -36px;
        top: -56px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(1) .sub_item:nth-child(2) {
      left: 238px;
      top: 254px;
      z-index: 10; }
      .chronicle_slick_group.yearbook .mySlick .item:nth-child(1) .sub_item:nth-child(2) .info {
        left: 15px;
        top: -54px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(1) .sub_item:nth-child(3) {
      left: 386px;
      top: 187px; }
      .chronicle_slick_group.yearbook .mySlick .item:nth-child(1) .sub_item:nth-child(3) .info {
        left: -31px;
        top: -139px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(1) .sub_item:nth-child(4) {
      left: 521px;
      top: 205px; }
      .chronicle_slick_group.yearbook .mySlick .item:nth-child(1) .sub_item:nth-child(4) .info {
        left: -29px;
        top: -73px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(2) .sub_item:nth-child(1) {
      left: 53px;
      top: 205px; }
      .chronicle_slick_group.yearbook .mySlick .item:nth-child(2) .sub_item:nth-child(1) .info {
        left: -61px;
        top: -95px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(2) .sub_item:nth-child(2) {
      left: 119px;
      top: 160px; }
      .chronicle_slick_group.yearbook .mySlick .item:nth-child(2) .sub_item:nth-child(2) .info {
        left: 35px;
        top: -98px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(2) .sub_item:nth-child(3) {
      left: 368px;
      top: 186px; }
      .chronicle_slick_group.yearbook .mySlick .item:nth-child(2) .sub_item:nth-child(3) .info {
        left: -16px;
        top: -76px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(2) .sub_item:nth-child(4) {
      left: 451px;
      top: 198px; }
      .chronicle_slick_group.yearbook .mySlick .item:nth-child(2) .sub_item:nth-child(4) .info {
        left: 40px;
        top: -55px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(2) .sub_item:nth-child(5) {
      left: 264px;
      top: 173px; }
      .chronicle_slick_group.yearbook .mySlick .item:nth-child(2) .sub_item:nth-child(5) .info {
        left: -39px;
        top: -128px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(3) .sub_item:nth-child(1) {
      left: 49px;
      top: 170px; }
      .chronicle_slick_group.yearbook .mySlick .item:nth-child(3) .sub_item:nth-child(1) .info {
        left: -48px;
        top: -99px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(3) .sub_item:nth-child(2) {
      left: 147px;
      top: 204px; }
      .chronicle_slick_group.yearbook .mySlick .item:nth-child(3) .sub_item:nth-child(2) .info {
        left: -63px;
        top: -96px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(3) .sub_item:nth-child(3) {
      left: 214px;
      top: 225px;
      z-index: 10; }
      .chronicle_slick_group.yearbook .mySlick .item:nth-child(3) .sub_item:nth-child(3) .info {
        left: -38px;
        top: -71px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(3) .sub_item:nth-child(4) {
      left: 293px;
      top: 179px; }
      .chronicle_slick_group.yearbook .mySlick .item:nth-child(3) .sub_item:nth-child(4) .info {
        left: -40px;
        top: -77px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(3) .sub_item:nth-child(5) {
      left: 392px;
      top: 183px; }
      .chronicle_slick_group.yearbook .mySlick .item:nth-child(3) .sub_item:nth-child(5) .info {
        left: -65px;
        top: -106px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(3) .sub_item:nth-child(6) {
      left: 486px;
      top: 168px; }
      .chronicle_slick_group.yearbook .mySlick .item:nth-child(3) .sub_item:nth-child(6) .info {
        left: -65px;
        top: -107px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(3) .sub_item:nth-child(7) {
      left: 569px;
      top: 168px; }
      .chronicle_slick_group.yearbook .mySlick .item:nth-child(3) .sub_item:nth-child(7) .info {
        left: -74px;
        top: -105px; }
  .chronicle_slick_group.yearbook .dotsNav {
    width: 57px;
    height: 238px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    z-index: 100;
    position: absolute;
    left: 30px;
    top: 80px; }
    .chronicle_slick_group.yearbook .dotsNav:after {
      height: 166px;
      width: 4px;
      top: 35px;
      left: 50%;
      transform: translate(-50%, 0%); }
    .chronicle_slick_group.yearbook .dotsNav .dot {
      cursor: pointer; }
      .chronicle_slick_group.yearbook .dotsNav .dot .star {
        left: 18px;
        top: 18px;
        position: absolute;
        z-index: 10;
        opacity: 0;
        transition: all .3s; }
      .chronicle_slick_group.yearbook .dotsNav .dot:after {
        content: '';
        position: absolute;
        display: block;
        left: -2px;
        top: 0px;
        transform: translate(0%, 0%);
        width: 64px;
        height: 64px;
        background-image: url(../img/chronicle_dot_bg.png);
        background-size: 100%;
        z-index: 1;
        opacity: 0;
        transition: all .3s; }
      .chronicle_slick_group.yearbook .dotsNav .dot:before {
        content: '';
        width: 13px;
        height: 13px;
        background: #171616;
        border-radius: 1000px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        display: block;
        z-index: 0; }
      .chronicle_slick_group.yearbook .dotsNav .dot:hover:after {
        opacity: 1; }
      .chronicle_slick_group.yearbook .dotsNav .dot:hover .star {
        opacity: 1; }
    .chronicle_slick_group.yearbook .dotsNav .dot.now:after {
      opacity: 1; }
    .chronicle_slick_group.yearbook .dotsNav .dot.now:hover {
      opacity: 1;
      transform: scale(1); }
    .chronicle_slick_group.yearbook .dotsNav .dot.now .star {
      opacity: 1; }

body.EVENT .white_bg {
  top: -48px;
  margin-left: -135px; }

.term_check_row {
  position: absolute;
  left: 0px;
  top: 300px;
  color: white;
  text-shadow: 0px 0px 8px black; }
  .term_check_row span, .term_check_row input {
    display: inline-block; }
  .term_check_row span {
    margin-left: 5px; }

.award_terms {
  width: 900px;
  height: 1350px;
  margin: 0 auto;
  margin-top: 350px;
  margin-bottom: -24px; }
  
.event_terms {
  width: 839px;
  height: 410px;
  background-image: url("../img/event_terms_bg.png");
  margin: 0 auto;
  margin-top: 350px;
  margin-bottom: -24px; }
  .event_terms .text {
    width: 560px;
    height: 230px;
    overflow: auto;
    font-size: 16px;
    color: #333333;
    line-height: 27px;
    position: absolute;
    left: 0px;
    top: 60px; }
    .event_terms .text p {
      margin-top: 0px;
      margin-bottom: 10px;
      text-shadow: 0px 0px 8px white; }
    .event_terms .text .mCSB_container {
      padding-right: 10px;
      padding-bottom: 40px; }
    .event_terms .text .mCS-my-theme-wood.mCSB_scrollTools .mCSB_draggerRail {
      width: 4px;
      background: #3a3a3a; }
    .event_terms .text .mCS-my-theme-wood.mCSB_scrollTools .mCSB_dragger {
      min-height: 20px !important; }
    .event_terms .text .mCS-my-theme-wood.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      line-height: 20px !important; }
    .event_terms .text .mCS-my-theme-wood.mCSB_scrollTools {
      width: 20px; }
  .event_terms .event_entry_btn {
    position: absolute;
    left: 200px;
    top: 320px; }
    .event_terms .event_entry_btn:hover {
      filter: brightness(1.2); }

#upload_editor .uploaded_image {
  width: 434px;
  height: 320px;
  margin-bottom: 20px;
  overflow: hidden; }
  #upload_editor .uploaded_image img {
    width: 100%;
    max-width: 100%; }

#upload_editor .step_title {
  margin-bottom: 20px;
  text-align: left; }

#upload_editor .board {
  padding: 43px 45px 45px 28px; }

#upload_editor .row {
  text-align: center; }
  #upload_editor .row .btn {
    display: inline-block;
    margin: 6px; }
    #upload_editor .row .btn:hover {
      filter: brightness(1.2); }

#privacy_terms_popup p {
  font-size: 16px; }

#privacy_terms_popup .board {
  max-width: 980px;
  text-align: left;
  padding: 28px 40px; }

#privacy_terms_popup .have_read {
  text-align: center; }
  #privacy_terms_popup .have_read img {
    cursor: pointer; }
    #privacy_terms_popup .have_read img:hover {
      filter: brightness(1.2); }

.step_title {
  color: #7d3a15;
  font-weight: normal; }
  .step_title span {
    display: inline-block;
    vertical-align: baseline; }
  .step_title .eng {
    font-size: 41px;
    font-family: serif;
    padding-right: 15px; }
  .step_title .zht {
    font-size: 24px; }

.event_step {
  width: 824px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 350px; }
  .event_step .form {
    width: 600px;
    margin-top: 15px;
    font-size: 16px; }
    .event_step .form .row {
      margin-bottom: 27px; }
    .event_step .form .row:last-child {
      text-align: left; }
    .event_step .form .label {
      color: #7d3a15;
	  line-height:32px;
	  margin-top:15px;
      display: inline-block; }
    .event_step .form input[type="text"] {
      height: 39px;
      line-height: 39px;
      border: solid 2px #c2913c;
      background: rgba(255, 255, 255, 0.15);
      border-radius: 12px;
      display: inline-block;
      padding-left: 10px; }
    .event_step .form input.name {
      width: 192px; }
    .event_step .form textarea {
      width: 490px;
      height: 120px;
      border: solid 2px #c2913c;
      background: rgba(255, 255, 255, 0.15);
      border-radius: 12px;
      display: block;
      resize: none;
      padding: 10px; }
    .event_step .form .btn {
      transition: all 0s;
      font-size: 16px;
      margin-left: 7px; }
      .event_step .form .btn:hover {
        filter: brightness(1.2); }
    .event_step .form .privacy_terms_btn {
      color: #7d3a15;
      text-decoration: underline; }
  .event_step.step1{ left:180px;}
  .event_step.step1 .deco, .event_step.step3 .deco {
    position: absolute;
    left: 538px;
    top: 116px;
    z-index: 200;
    pointer-events: none; }
  .event_step.step1 .upload_area, .event_step.step3 .upload_area {
    position: static; }
    .event_step.step1 .upload_area .upload_btn, .event_step.step1 .upload_area .uploaded_image, .event_step.step3 .upload_area .upload_btn, .event_step.step3 .upload_area .uploaded_image {
      position: absolute;
      left: 573px;
      top: 9px; }
    .event_step.step1 .upload_area .uploaded_image, .event_step.step3 .upload_area .uploaded_image {
      width: 261px;
      height: 191px;
      z-index: 100;
      pointer-events: none;
      overflow: hidden; }
      .event_step.step1 .upload_area .uploaded_image img, .event_step.step3 .upload_area .uploaded_image img {
        max-width: 100%; }
  .event_step.step1 .upload_btn, .event_step.step3 .upload_btn {
    cursor: pointer;
    z-index: 100; }
    .event_step.step1 .upload_btn:hover, .event_step.step3 .upload_btn:hover {
      filter: brightness(1.2); }
	  .event_step.step3{ left:180px;}
  .event_step.step3 form .row {
    margin-bottom: 15px; }
  .event_step.step3 .name {
    display: inline-block; }
  .event_step.step3 .msg {
    color: black;
    margin-top: 2px;
    margin-bottom: 17px;
    line-height: 1.5em; }
  .event_step.step4 .deco {
    position: absolute;
    left: 153px;
    top: -2px; }
  .event_step.step4 .step_title {
    position: absolute;
    left: 282px;
    top: 23px; }
  .event_step.step4 .tip {
    position: absolute;
    text-align: center;
    top: 99px;
    left: 282px;
    font-size: 16px;
    color: #333333; }
  .event_step.step4 .form {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 150px; }
    .event_step.step4 .form .btn {
      margin: 0px 7px; }
    .event_step.step4 .form .row:last-child {
      text-align: center; }
  .event_step.step5 {
    width: 650px; }
    .event_step.step5 .form .row {
      overflow: hidden;
      margin-bottom: 10px; }
    .event_step.step5 .form .label {
      width: 100px;
      float: left;
      font-size: 16px;
      color: #333333;
      text-align: right; }
    .event_step.step5 .form input[type="text"] {
      width: calc(100% - 100px);
      float: left; }
    .event_step.step5 .form input[type="checkbox"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 20px;
      height: 20px;
      border: solid 2px #c2913c;
      background: rgba(255, 255, 255, 0.15); }
      .event_step.step5 .form input[type="checkbox"]:after {
        content: '✓';
        font-size: 26px;
        line-height: 26px;
        color: #e6080f;
        display: block;
        position: absolute;
        left: 1px;
        top: -8px;
        display: none; }
      .event_step.step5 .form input[type="checkbox"]:checked::after {
        display: block; }
    .event_step.step5 .form .check_row, .event_step.step5 .form .row:last-child {
      text-align: left;
      padding-left: 100px;
      padding-top: 10px; }
      .event_step.step5 .form .check_row div, .event_step.step5 .form .row:last-child div {
        display: inline-block; }
    .event_step.step5 .form .row:last-child {
      text-align: left;
      padding-left: 100px;
      padding-top: 10px;
      margin-bottom: 30px; }
      .event_step.step5 .form .row:last-child .btn {
        margin: 0px;
        margin-right: 12px; }

#photo_wall_detail .board {
  padding: 36px 40px 36px 40px;
  text-align:left;
  max-width: 525px; }

#photo_wall_detail .top {
  width: 446px;
  height: 331px;
  background: url("../img/photo_wall_item_bg.png") no-repeat;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding:30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }

#photo_wall_detail .topic {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px; }
  #photo_wall_detail .topic:before {
    content: '主題：';
    color: #7d3a15;
    position: relative;
    display: inline-block; }

#photo_wall_detail .pic {
  width: 418px;
  height: 302px;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer; }
  #photo_wall_detail .pic:hover img {
    transform: scale(1.12); }
  #photo_wall_detail .pic img {
    width: 100%;
    transition: all 1600ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  #photo_wall_detail .pic:after {
    content: '';
    display: block;
    position: absolute;
    width: 143px;
    height: 70px;
    transform: rotate(32.5deg);
    transform-origin: right bottom;
    background:;
    z-index: 100;
    right: 0px;
    top: 0px; }

#photo_wall_detail .count {
  font-size: 18px;
  color: white;
  position: absolute;
  right: 23px;
  top: 23px;
  z-index: 120;
  text-align: right; }

#photo_wall_detail .fb_share {
  position: absolute;
  right: 130px;
  bottom: 30px;
  z-index: 120;
  cursor: pointer; }
  #photo_wall_detail .fb_share:hover {
    filter: brightness(1.2); }

#photo_wall_detail .text {
  width: 100%;
  font-size: 18px;
  text-align: left;
  line-height: 1.5em; }

#photo_wall_detail .name {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left; }
  #photo_wall_detail .name:before {
    content: '暱稱：';
    color: #7d3a15;
    position: relative;
    display: inline-block; }

#photo_wall_detail .vote_btn {
    position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 120;
  cursor: pointer; }
#photo_wall_detail .vote_btn a:hover {
    filter: brightness(1.2); }

.photo_wall {
  width: 928px;
  margin-top: 350px;
  margin-left: auto;
  margin-right: auto; }
  .photo_wall .step_title {
    margin-left: 13px; }
  .photo_wall .list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin: 24px 0px 0px 0px; }
  .photo_wall .list .item {
    width: 280px;
    font-size: 16px;
    color: #333333;
    margin: 0px 13px;
    margin-bottom: 47px; }
    .photo_wall .list .item:last-child {
      margin-right: auto; }
    .photo_wall .list .item .topic {
      display: none; }
    .photo_wall .list .item .top {
      width: 280px;
      height: 206px;
      background: url("../img/photo_wall_item_bg.png") no-repeat;
      background-size: 100% 100%;
      box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
      border-radius: 8px;
      margin-bottom: 15px; }
    .photo_wall .list .item .pic {
      width: 260px;
      height: 187px;
      position: absolute;
      overflow: hidden;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer; }
      .photo_wall .list .item .pic:hover img {
        transform: scale(1.12); }
      .photo_wall .list .item .pic img {
        width: 100%;
        transition: all 1600ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      .photo_wall .list .item .pic:after {
        content: '';
        display: block;
        position: absolute;
        width: 143px;
        height: 70px;
        transform: rotate(32.5deg);
        transform-origin: right bottom;
        background: #b5995e;
        z-index: 100;
        right: 0px;
        top: 0px; }
    .photo_wall .list .item .count {
      font-size: 15px;
      color: white;
      position: absolute;
      right: 14px;
      top: 17px;
      z-index: 120;
      text-align: right; }
    .photo_wall .list .item .fb_share {
      position: absolute;
      right: 20px;
      bottom: 20px;
      z-index: 120;
      cursor: pointer; }
      .photo_wall .list .item .fb_share:hover {
        filter: brightness(1.2); }
    .photo_wall .list .item .text {
      width: 244px;
      height: 24px;
      line-height: 24px;
      overflow: hidden; }
    .photo_wall .list .item .name {
      margin-bottom: 5px; }
    .photo_wall .list .item .more_btn {
      color: #ec5501;
      font-size: 15px;
      text-decoration: underline;
      position: absolute;
      right: 0px;
      top: 251px;
      cursor: pointer; }
      .photo_wall .list .item .more_btn:hover {
        opacity: 0.65; }
    .photo_wall .list .item .vote_btn {
      text-align: center;
      margin-top: 12px; }
      .photo_wall .list .item .vote_btn a:hover {
        filter: brightness(1.2); }
  .photo_wall .pagenavi {
    margin-bottom: 30px; }
    .photo_wall .pagenavi a {
      color: #333333; }
    .photo_wall .pagenavi .now a, .photo_wall .pagenavi .item:hover a {
      color: white; }

.photo_wall_filter {
  position: absolute;
  text-align: right;
  right: 22px;
  top: 0px;
  text-align: right;
  z-index: 100; }
  .photo_wall_filter .btn {
    transition: all 0s;
    border-radius: 10px;
    background: #d8314d;
    border: solid 2px #b51530;
    display: inline-block;
    margin-left: 10px; }
    .photo_wall_filter .btn:hover {
      filter: brightness(1.2); }
    .photo_wall_filter .btn a {
      padding: 10px 23px;
      color: white;
      text-decoration: none;
      display: block;
      font-size: 16px;
      line-height: 16px; }

.topic_select {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10; }
  .topic_select .title {
    display: inline-block;
    font-size: 18px;
    color: #7d3a15;
    padding-right: 5px; }
  .topic_select select {
    font-size: 18px;
    display: inline-block;
    vertical-align: baseline; }
	
	
.article_wall {
  width: 800px;
  margin-top: 350px;
  margin-left: auto;
  margin-right: auto; }
  .article_wall .step_title {
    margin-left: 13px; }
  .article_wall .list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin: 24px 0px 0px 0px; }
  .article_wall .list .item {
    width: 350px;
    font-size: 16px;
    color: #333333;
    margin: 25px 25px;
    margin-bottom: 47px; }
    .article_wall .list .item:last-child {
      margin-right: auto; }
    .article_wall .list .item .topic {
      display: none; }
    .article_wall .list .item .top {
      width: 340px;
      height: 220px;
      background: url("../img/photo_wall_item_bg.png") no-repeat;
      background-size: 100% 100%;
      box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
      border-radius: 8px;
      margin-bottom: 15px; }
    .article_wall .list .item .pic {
		display:none;
      width: 260px;
      height: 187px;
      position: absolute;
      overflow: hidden;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer; }
      .article_wall .list .item .pic:hover img {
        transform: scale(1.12); }
      .article_wall .list .item .pic img {
        width: 100%;
        transition: all 1600ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      .article_wall .list .item .pic:after {
        content: '';
        display: block;
        position: absolute;
        width: 143px;
        height: 70px;
        transform: rotate(32.5deg);
        transform-origin: right bottom;
        background: #b5995e;
        z-index: 100;
        right: 0px;
        top: 0px; }
    .article_wall .list .item .count {
      font-size: 18px;
      color: white;
      position: absolute;
      right: 14px;
      top: 10px;
      z-index: 120;
      text-align: right; }
    .article_wall .list .item .fb_share {
      position: absolute;
      left: 80px;
      bottom: 15px;
      z-index: 120;
      cursor: pointer; }
      .article_wall .list .item .fb_share:hover {
        filter: brightness(1.2); }
	  .article_wall .list .item .vote_btn {
      position: absolute;
      left: 180px;
      bottom: 15px;
      z-index: 120;
      cursor: pointer; }
      .article_wall .list .item .vote_btn a:hover {
        filter: brightness(1.2); }
    .article_wall .list .item .text {
      width: 244px;
      height: 24px;
      line-height: 24px;
      overflow: hidden; }
    .article_wall .list .item .name {
      position: absolute; top:30px; left:30px; margin-bottom:10px; color:#7d3a15;}
	.article_wall .list .item .name span {
      color:#333333;}
	  .article_wall .list .item .content {
      position: absolute; top:60px; left:30px; width:280px; margin-bottom:10px; color:#7d3a15;}
	.article_wall .list .item .content span {
      color:#333333; line-height:26px;}
    .article_wall .list .item .more_btn {
      color: #ec5501;
      font-size: 15px;
      text-decoration: underline;
      position: absolute;
      right: 35px;
      top: 130px;
      cursor: pointer; }
      .article_wall .list .item .more_btn:hover {
        opacity: 0.65; }
  .article_wall .pagenavi {
    margin-bottom: 30px; }
    .article_wall .pagenavi a {
      color: #333333; }
    .article_wall .pagenavi .now a, .photo_wall .pagenavi .item:hover a {
      color: white; }

.article_wall_filter {
  position: absolute;
  text-align: right;
  right: 22px;
  top: 0px;
  text-align: right;
  z-index: 100; }
  .article_wall_filter .btn {
    transition: all 0s;
    border-radius: 10px;
    background: #d8314d;
    border: solid 2px #b51530;
    display: inline-block;
    margin-left: 10px; }
    .article_wall_filter .btn:hover {
      filter: brightness(1.2); }
    .article_wall_filter .btn a {
      padding: 10px 23px;
      color: white;
      text-decoration: none;
      display: block;
      font-size: 16px;
      line-height: 16px; }
	  
	  
	  #article_wall_detail .board {
  padding: 36px 40px 36px 40px;
  text-align: center;
  max-width: 525px; }

#article_wall_detail .top {
  width: 446px;
  height: 331px;
  background: url("../img/photo_wall_item_bg.png") no-repeat;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }

#article_wall_detail .topic {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px; }
  #article_wall_detail .topic:before {
    content: '主題：';
    color: #7d3a15;
    position: relative;
    display: inline-block; }

#article_wall_detail .pic {
  width: 418px;
  height: 302px;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer; }
  #article_wall_detail .pic:hover img {
    transform: scale(1.12); }
  #article_wall_detail .pic img {
    width: 100%;
    transition: all 1600ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  #article_wall_detail .pic:after {
    content: '';
    display: block;
    position: absolute;
    width: 143px;
    height: 70px;
    transform: rotate(32.5deg);
    transform-origin: right bottom;
    background: #b5995e;
    z-index: 100;
    right: 0px;
    top: 0px; }

#article_wall_detail .count {
  font-size: 18px;
  color: white;
  position: absolute;
  right: 23px;
  top: 23px;
  z-index: 120;
  text-align: right; }

#article_wall_detail .fb_share {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 120;
  cursor: pointer; }
  #article_wall_detail .fb_share:hover {
    filter: brightness(1.2); }

#article_wall_detail .text {
  width: 100%;
  font-size: 16px;
  text-align: left;
  line-height: 1.5em; }

#article_wall_detail .name {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left; }
  #article_wall_detail .name:before {
    content: '暱稱：';
    color: #7d3a15;
    position: relative;
    display: inline-block; }

#article_wall_detail .vote_btn {
  text-align: center;
  margin-top: 12px; }
  #article_wall_detail .vote_btn a:hover {
    filter: brightness(1.2); }
