@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;
    -webkit-overflow-scrolling: touch;
    padding: 30px;
    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: 50%;
    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: 50%;
    margin-top: 106px;
    margin-left: 33px;
    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: 750px;
  min-height: 100vh;
  background-image: url("../img/wall_bg.jpg");
  background-repeat: repeat;
  background-position: center top;
  opacity: 0;
  padding-bottom: 86px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }

header {
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  height: 388px;
  position: relative;
  z-index: 300; }
  header .main_board {
    width: 442px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 17px; }
    header .main_board img {
      max-width: 100%; }

footer {
  width: 750px;
  height: 86px;
  background-image: url("../img/floor_bg.png");
  margin-top: -86px;
  z-index: 0;
  position: absolute;
  left: 0px;
  bottom: 0px; }
  footer .copyright {
    width: 100%;
    font-size: 12px;
    color: white;
    display: block;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 12px; }

#page_nav .inner {
  padding: 0px 0px 40px 0px;
  align-items: flex-start; }

#page_nav .yb_logo {
  margin-top: 46px;
  text-align: center;
  z-index: 100; }
  #page_nav .yb_logo a {
    margin-left: auto;
    margin-right: auto;
    display: inline-block; }
  #page_nav .yb_logo img {
    width: 125px; }

#page_nav .board {
  width: 750px;
  height: auto;
  padding: 0px;
  background-image: url("../img/mobile_nav_bg.png");
  background-color: transparent;
  background-size: 100% 100%;
  margin: 0 auto;
  border-radius: 0px; }
  #page_nav .board:after {
    content: '';
    width: 693px;
    height: calc(100% - 70px);
    top: 30px;
    left: 30px;
    position: absolute;
    z-index: 0;
    background-image: url("../img/mobile_nav_bg2.png");
    background-size: 100% 100%; }

#page_nav .nav_close {
  position: absolute;
  right: 48px;
  top: 48px;
  z-index: 10000; }

#page_nav ul {
  list-style-type: none;
  padding: 0px;
  z-index: 10;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px; }

#page_nav li {
  font-size: 40px;
  color: white;
  min-height: 118px;
  line-height: 118px;
  border-bottom: solid 1px #dac28a; }
  #page_nav li .sub_nav {
    width: 543px;
    height: auto;
    line-height: normal;
    border: 0px;
    display: none;
    left: 50%;
    transform: translateX(-50%); }
    #page_nav li .sub_nav:before {
      content: '';
      position: absolute;
      width: 2px;
      height: 100%;
      background: url("../img/mobile_sub_nav_side.png") repeat-y;
      right: 0px;
      top: 0px; }
    #page_nav li .sub_nav:after {
      content: '';
      position: absolute;
      width: 2px;
      height: 100%;
      background: url("../img/mobile_sub_nav_side.png") repeat-y;
      left: 0px;
      top: 0px; }
    #page_nav li .sub_nav .sub_item {
      height: 84px;
      line-height: 84px; }
    #page_nav li .sub_nav .sub_item.has_child {
      height: auto; }
      #page_nav li .sub_nav .sub_item.has_child span {
        display: inline-block; }
      #page_nav li .sub_nav .sub_item.has_child .sub_item {
        opacity: 0.65; }
    #page_nav li .sub_nav > .sub_item:first-child {
      margin-top: 30px; }
      #page_nav li .sub_nav > .sub_item:first-child:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 56px;
        background: url("../img/mobile_sub_nav_top.png") no-repeat;
        left: 0px;
        top: -54px; }
    #page_nav li .sub_nav > .sub_item:last-child {
      margin-bottom: 90px; }
      #page_nav li .sub_nav > .sub_item:last-child:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 56px;
        background: url("../img/mobile_sub_nav_bottom.png") no-repeat;
        left: 0px;
        bottom: -56px; }
  #page_nav li .deco {
    position: absolute;
    z-index: 10;
    pointer-events: none;
    line-height: 0px; }
  #page_nav li:nth-child(1) .deco {
    left: -43px;
    bottom: 26px; }
  #page_nav li:nth-child(2) .deco {
    right: 13px;
    bottom: 9px; }
  #page_nav li:nth-child(3) .deco {
    left: 23px;
    top: 11px; }
  #page_nav li:nth-child(5) .deco {
    left: 62px;
    top: 20px; }
  #page_nav li:nth-child(6) .deco {
    right: -47px;
    top: 30px; }
  #page_nav li:nth-child(4) > a:after {
    content: '';
    width: 28px;
    height: 8px;
    position: absolute;
    right: 111px;
    top: 55px;
    background-image: url(../img/mobile_nav_plus_icon.png); }
  #page_nav li:nth-child(4) > a:before {
    content: '';
    width: 28px;
    height: 8px;
    position: absolute;
    right: 109px;
    top: 54px;
    background-image: url(../img/mobile_nav_plus_icon.png);
    transform: rotate(-90deg); }
  #page_nav li:nth-child(4) > a.open:before {
    display: none; }
  #page_nav li:last-child {
    border: 0px; }

#page_nav a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block; }

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

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

.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: -92px; }
  .home_lamp.lamp2 {
    left: 17px; }
  .home_lamp.lamp3 {
    left: 126px; }
  .home_lamp.lamp4 {
    left: 712px; }
  .home_lamp.lamp5 {
    left: 821px; }
  .home_lamp.lamp6 {
    left: 930px; }

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

.home_main_logo {
  position: absolute;
  left: 23px;
  top: 17px; }

.nav_trigger {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer; }

.top_flag {
  position: absolute;
  top: -25px;
  z-index: 2; }
  .top_flag.left {
    left: 116px; }
    .top_flag.left img {
      transform-origin: left top; }
  .top_flag.right {
    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 header {
  height: 529px; }

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

.HOME #page {
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  opacity: 1;
  transition: all 1s;
  padding-bottom: 264px; }

.HOME footer {
  width: 750px;
  height: 264px;
  background-image: url("../img/floor_bg.png");
  margin-top: -264px;
  z-index: 0;
  position: absolute;
  left: 0px;
  bottom: 0px; }
  .HOME footer .copyright {
    width: 100%;
    font-size: 12px;
    color: white;
    display: block;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 12px; }

.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: 540px;
  z-index: 100; }

.HOME .main_board {
  width: 598px;
  top: 45px; }

.HOME .home_table {
  position: absolute;
  left: 0px;
  top: 254px;
  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: 177px;
  height: 242px;
  left: 42px;
  top: -9px;
  background: url("../img/virtual_farm_bg.png") no-repeat; }
  .HOME .virtual_farm .btn {
    position: absolute;
    left: 0px;
    top: 155px;
    z-index: 10; }
  .HOME .virtual_farm .hover {
    position: absolute;
    left: 0px;
    top: -18px; }

.HOME .online_event {
  position: absolute;
  width: 418px;
  height: 354px;
  left: -37px;
  top: 264px;
  background: url("../img/online_event_bg.png") no-repeat; }
  .HOME .online_event .deco {
    position: absolute;
    left: 75px;
    top: 34px; }
  .HOME .online_event .btn {
    position: absolute;
    left: 278px;
    top: 20px; }
  .HOME .online_event .hover {
    position: absolute;
    left: -18px;
    top: -20px; }

.HOME .chronicles {
  position: absolute;
  width: 178px;
  height: 219px;
  left: 252px;
  top: 20px;
  background: url("../img/chronicles_bg.png") no-repeat; }
  .HOME .chronicles .btn {
    position: absolute;
    left: 0px;
    top: 0px; }
  .HOME .chronicles .hover {
    position: absolute;
    left: 0px;
    top: 0px; }
	
  .HOME .memo{
  position: absolute;
  width: 178px;
  height: 219px;
  left: 252px;
  top: 20px; }

.HOME .yearbook {
  position: absolute;
  width:222px;
  height: 508px;
  left: 488px;
  top: 65px;
  background: url("../img/yearbook_bg_for_home.png") no-repeat; }
  .HOME .yearbook .btn {
    position: absolute;
    left: 0px;
    top: 0px; }
  .HOME .yearbook .hover {
    position: absolute;
    left: 0px;
    top: 0px; }

.HOME .news_board {
	display:none;
  position: absolute;
  width: 250px;
  height: 306px;
  left: 467px;
  top: -15px;
  background: url("../img/news_board_bg.png") no-repeat; }
  .HOME .news_board .btn {
    position: absolute;
    left: 128px;
    top: 180px;
    transform-origin: center top;
    transition: all 0s; }
  .HOME .news_board .hover {
    position: absolute;
    left: -17px;
    top: 12px; }

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

.NEWS .news_board {
  width: 687px;
  height: 921px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/news_list_bg.png") no-repeat;
  margin-top: -101px;
  margin-bottom: 40px;
  padding-top: 200px;
  padding-left: 65px;
  padding-right: 48px; }
  .NEWS .news_board .list {
    color: white; }
    .NEWS .news_board .list .item {
      overflow: hidden;
      margin-bottom: 30px; }
    .NEWS .news_board .list .date {
      font-size: 26px;
      margin-bottom: 5px; }
    .NEWS .news_board .list .more_btn {
      width: 63px;
      float: right; }
      .NEWS .news_board .list .more_btn:hover {
        opacity: 0.65; }
    .NEWS .news_board .list .title {
      width: calc(100% - 63px);
      height: 36px;
      overflow: hidden;
      font-size: 32px;
      float: left; }
  .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 {
      font-size: 28px; }
    .NEWS .news_board .detail .title {
      font-size: 32px; }
    .NEWS .news_board .detail .item {
      width: 100%;
      height: 605px;
      overflow: auto;
      padding-bottom: 80px;
      display: none; }
    .NEWS .news_board .detail .text {
      line-height: 51px;
      font-size: 32px; }
  .NEWS .news_board .back_btn {
    position: absolute;
    left: 50%;
    bottom: 53px;
    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: 1100px;
  height: 600px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  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 20%, rgba(255, 255, 255, 0) 73%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, white 20%, rgba(255, 255, 255, 0) 73%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, white 20%, 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: -7px;
  margin-bottom: 30px; }
  .chronicle_slick_group .tab_nav {
    position: absolute;
    width: 201px;
    right: 50px;
    top: -9px;
    text-align: right;
    z-index: 100; }
    .chronicle_slick_group .tab_nav .btn {
      width: 100%;
      height: 72px;
      line-height: 72px;
      display: block;
      margin-bottom: 17px;
      font-size: 32px; }
  .chronicle_slick_group .slick_block {
    width: 624px;
    margin-top: 19px;
    margin-left: auto;
    margin-right: auto; }
  .chronicle_slick_group .mySlick {
    width: 506px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px; }
  .chronicle_slick_group .title {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px; }
    .chronicle_slick_group .title span {
      display: inline-block; }
    .chronicle_slick_group .title .sub {
      font-size: 60px;
      color: #7d3a15;
      display: none;
      padding-left: 25px;
      margin-top: 20px; }
  .chronicle_slick_group .arrowNav {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 27%; }
    .chronicle_slick_group .arrowNav .prev {
      position: absolute;
      left: -30px;
      cursor: pointer; }
    .chronicle_slick_group .arrowNav .next {
      position: absolute;
      right: -30px;
      cursor: pointer; }
      .chronicle_slick_group .arrowNav .next img {
        transform: rotateY(180deg); }
    .chronicle_slick_group .arrowNav .pointer {
      position: absolute;
      left: 50%;
      bottom: -48px;
      transform: translateX(-50%);
      font-size: 32px;
      line-height: 32px;
      color: #333333;
      width: 100px;
      text-align: center;
      font-weight: 600; }
  .chronicle_slick_group .dotsNav {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 100; }
    .chronicle_slick_group .dotsNav:after {
      content: '';
      width: 95%;
      height: 4px;
      position: absolute;
      left: 10px;
      top: 68px;
      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:before {
      content: '';
      width: 95%;
      height: 4px;
      position: absolute;
      left: 10px;
      top: 225px;
      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: 132px;
      height: 132px;
      text-align: center;
      color: white;
      z-index: 10; }
      .chronicle_slick_group .dotsNav .dot span {
        width: 132px;
        height: 132px;
        line-height: 132px;
        z-index: 10;
        font-size: 32px;
        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: -3px;
        top: 0px;
        width: 150px;
        height: 150px;
        background-image: url("../img/chronicle_dot_bg.png");
        z-index: 0; }
      .chronicle_slick_group .dotsNav .dot:first-child {
        margin-bottom: 22px; }
      .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 {
    width: 534px;
    margin-top: 30px; }
  .chronicle_slick_group .factory .item {
    display: flex;
    flex-flow: row wrap; }
    .chronicle_slick_group .factory .item .grid {
      width: 100%;
      display: inline-block; }
    .chronicle_slick_group .factory .item .myLabel {
      font-size: 32px;
      color: #2b2828;
      margin-bottom: 11px; }

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

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

.chronicle_slick_group.yearbook {
  width: 713px;
  height: 1039px;
  margin: 0 auto;
  margin-top: 159px;
  margin-bottom: -68px; }
  .chronicle_slick_group.yearbook .yb_bg {
    position: absolute;
    top: 0px;
    left: 15px; }
  .chronicle_slick_group.yearbook .yb_bg2 {
    position: absolute;
    left: 104px;
    top: 477px; }
  .chronicle_slick_group.yearbook .yb_logo {
    position: absolute;
    left: 50%;
    bottom: 110px;
    transform: translateX(-50%);
    z-index: 100; }
  .chronicle_slick_group.yearbook .yb_title {
    position: absolute;
    font-size: 48px;
    color: white;
    left: 55px;
    top: -157px;
    z-index: 100; }
  .chronicle_slick_group.yearbook .yb_years {
    position: static; }
  .chronicle_slick_group.yearbook .year {
    font-size: 72px;
    font-family: serif;
    color: white;
    position: absolute;
    left: 0px;
    top: -111px;
    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: 713px;
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin-top: 0px; }
  .chronicle_slick_group.yearbook .mySlick {
    width: 713px;
    margin-bottom: 0px; }
    .chronicle_slick_group.yearbook .mySlick .item {
      width: 713px;
      height: 940px;
      overflow: hidden; }
      .chronicle_slick_group.yearbook .mySlick .item .pic {
        position: absolute; }
      .chronicle_slick_group.yearbook .mySlick .item .info {
        position: absolute;
        opacity: 0;
        margin-top: 50px;
        transition: all .8s;
        z-index: 500; }
      .chronicle_slick_group.yearbook .mySlick .item .info.now {
        opacity: 1;
        margin-top: 0px;
        z-index: 100000; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(1) .pic {
      left: 104px;
      top: 239px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(1) .info {
      left: 32px;
      top: 6px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(2) .pic {
      left: 104px;
      top: 204px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(2) .info {
      left: 43px;
      top: 0px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(3) .pic {
      left: 104px;
      top: 213px; }
    .chronicle_slick_group.yearbook .mySlick .item:nth-child(3) .info {
      left: 0px;
      top: 21px; }
  .chronicle_slick_group.yearbook .dotsNav {
    width: 380px;
    height: 99px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    z-index: 100;
    position: absolute;
    left: 327px;
    top: -153px; }
    .chronicle_slick_group.yearbook .dotsNav:after {
      display: none; }
    .chronicle_slick_group.yearbook .dotsNav:before {
      height: 7px;
      top: 48px;
      width: 300px;
      left: 40px; }
    .chronicle_slick_group.yearbook .dotsNav .dot {
      cursor: pointer;
      width: 98px;
      height: 98px; }
      .chronicle_slick_group.yearbook .dotsNav .dot .star {
        left: 37px;
        top: 32px;
        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: 120px;
        height: 120px;
        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: 22px;
        height: 22px;
        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.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: 428px;
  color: white;
  text-shadow: 0px 0px 8px black;
  font-size: 27px;
  width: 100%; }
  .term_check_row label {
    display: flex;
    justify-content: center;
    align-items: center; }
  .term_check_row span, .term_check_row input {
    display: inline-block; }
  .term_check_row span {
    margin-left: 10px; }
  .term_check_row input {
    zoom: 2; }

.event_terms {
  width: 750px;
  height: 833px;
  background-image: url("../img/event_terms_bg.png");
  margin: 0 auto;
  margin-top: 39px;
  margin-bottom: -24px; }
  .event_terms .text {
    width: 620px;
    height: 320px;
    overflow: auto;
    font-size: 32px;
    color: #333333;
    line-height: 48px;
    position: absolute;
    left: 80px;
    top: 77px; }
    .event_terms .text p {
      margin-top: 0px;
      margin-bottom: 20px; }
    .event_terms .text .mCSB_container {
      padding-bottom: 40px;
      padding-right: 30px; }
    .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: 225px;
    top: 465px; }
    .event_terms .event_entry_btn:hover {
      filter: brightness(1.2); }

#upload_editor .uploaded_image {
  width: 585px;
  height: 428px;
  margin-bottom: 40px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }
  #upload_editor .uploaded_image img {
    width: 100%;
    max-width: 100%; }

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

#upload_editor .board {
  width: 100%;
  padding: 36px 27px 60px 27px; }

#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: 32px; }

#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: 72px;
    font-family: serif;
    padding-right: 15px; }
  .step_title .zht {
    font-size: 48px; }

.event_step {
  width: 688px;
  margin-left: auto;
  margin-right: auto; }
  .event_step .form {
    width: 650px;
    margin-top: 15px;
	margin-left:30px;
    font-size: 32px;
    line-height: 46px; }
    .event_step .form .row {
      margin-bottom: 22px; }
    .event_step .form .row:last-child {
      text-align: left; }
    .event_step .form .label {
      color: #7d3a15;
      display: block;
      font-size: 32px;
      margin-bottom: 20px; }
    .event_step .form input[type="text"] {
      height: 70px;
      line-height: 70px;
      border: solid 2px #c2913c;
      background: rgba(255, 255, 255, 0.15);
      border-radius: 12px;
      display: inline-block;
      padding-left: 20px; }
    .event_step .form input.name {
      width: 600px; }
    .event_step .form textarea {
      width: 600px;
      height: 250px;
      border: solid 2px #c2913c;
      background: rgba(255, 255, 255, 0.15);
      border-radius: 12px;
      display: block;
      resize: none;
      padding: 20px; }
    .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 {
      font-size: 32px;
      color: #7d3a15;
      text-decoration: underline;
      display: inline-block;
      vertical-align: baseline; }
    .event_step .form select {
      background: white; }
  .event_step.step1 .deco, .event_step.step3 .deco {
    position: absolute;
    left: 308px;
    top: 87px;
    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: 351px;
      top: 257px; }
    .event_step.step1 .upload_area .uploaded_image, .event_step.step3 .upload_area .uploaded_image {
      width: 336px;
      height: 246px;
      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.step1 .go_step3_btn, .event_step.step3 .go_step3_btn {
    position: absolute;
    left: 200px;
    bottom: -78px; }
  .event_step.step3 form .row {
    margin-bottom: 20px; }
  .event_step.step3 .name {
    display: inline-block; }
  .event_step.step3 .msg {
    color: black;
    margin-top: 2px;
    margin-bottom: 17px;
    min-height: 250px; }
  .event_step.step4 .deco {
    position: absolute;
    left: 267px;
    top: 124px; }
  .event_step.step4 .tip {
    position: absolute;
    text-align: center;
    top: 358px;
    left: 0px;
    font-size: 32px;
    color: #333333;
    line-height: 52px;
    width: 100%; }
  .event_step.step4 .form {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 500px; }
    .event_step.step4 .form .btn {
      margin: 0px 12px; }
    .event_step.step4 .form .row:last-child {
      text-align: center; }
  .event_step.step5 {
    width: 673px; }
    .event_step.step5 .form {
      width: 673px;
      margin-top: 60px;
      margin-bottom: 80px; }
      .event_step.step5 .form .row {
        overflow: hidden;
        margin-bottom: 20px; }
      .event_step.step5 .form .label {
        width: 173px;
        float: left;
        font-size: 32px;
        color: #333333;
        text-align: right; }
      .event_step.step5 .form input[type="text"] {
        width: calc(100% - 173px);
        float: left; }
      .event_step.step5 .form input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 40px;
        height: 40px;
        border: solid 2px #c2913c;
        background: rgba(255, 255, 255, 0.15); }
        .event_step.step5 .form input[type="checkbox"]:after {
          content: '✓';
          font-size: 40px;
          line-height: 40px;
          color: #e6080f;
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          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: 173px;
        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: 0px;
        padding-top: 10px;
        margin-bottom: 20px;
        margin-top: 60px;
        text-align: center; }
        .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: 720px;
  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: 50%;
    padding: 0px 15px;
    font-size: 32px;
    color: #333333;
    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: 330px;
      height: 251px;
      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: 300px;
      height: 221px;
      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: 18px;
      color: white;
      position: absolute;
      right: 21px;
      top: 25px;
      z-index: 120;
      text-align: right; }
    .photo_wall .list .item .fb_share {
      position: absolute;
      right: 25px;
      bottom: 25px;
      z-index: 120;
      cursor: pointer; }
      .photo_wall .list .item .fb_share:hover {
        filter: brightness(1.2); }
    .photo_wall .list .item .text {
      width: 290px;
      height: 24px;
      line-height: 24px;
      overflow: hidden;
      font-size: 21px; }
    .photo_wall .list .item .name {
      font-size: 21px;
      margin-bottom: 5px; }
    .photo_wall .list .item .more_btn {
      color: #7d3a15;
      font-size: 21px;
      text-decoration: underline;
      position: absolute;
      right: 16px;
      top: 294px;
      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 img {
        width: 166px; }
  .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 {
  text-align: center;
  top: 0px;
  z-index: 100;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 40px; }
  .photo_wall_filter .btn {
    transition: all 0s;
    float: left;
    width: 33.33%;
    height: 72px;
    padding: 0px 15px; }
    .photo_wall_filter .btn a {
      color: white;
      text-decoration: none;
      display: block;
      width: 100%;
      height: 100%;
      font-size: 32px;
      line-height: 72px;
      border-radius: 10px;
      background: #d8314d;
      border: solid 2px #b51530; }

.photo_wall {
  padding-top: 30px; }

.photo_wall .step_title {
  margin-bottom: 50px; }

.topic_select {
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 10; }
  .topic_select .title {
    display: inline-block;
    font-size: 36px;
    color: #bf1e38;
    padding-right: 10px; }
  .topic_select select {
    font-size: 36px;
    display: inline-block;
    background: white;
    padding-left: 10px; }
	
	.article_wall {
  width: 800px;
  margin-top: 0px;
  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: 20px 50px 10px 0px;
    margin-bottom: 0px; }
    .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: 22px;
      color: white;
      position: absolute;
      right: 10px;
      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: 22px;
  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: 24px;
  text-align: left;
  line-height: 1.5em; }

#article_wall_detail .name {
  margin-bottom: 10px;
  font-size: 24px;
  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); }
