/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/css/symposium.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* RESET
--------------------------------------------------------------------------------------*/
html, body,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
rem,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote.clear:after,
blockquote:after,
q:before,
q.clear:after,
q:after {
  content: "";
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address {
  display: inline;
  font-style: normal; }

:focus,
button:focus {
  outline: 0; }

svg {
  display: block;
  width: 100%;
  height: 100%; }

a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  a:hover {
    color: inherit;
    text-decoration: none; }

.hide {
  display: none; }

@media screen and (max-width: 768px) {
  body .pc {
    display: none; } }

body .pad {
  display: none; }
  @media screen and (max-width: 768px) {
    body .pad {
      display: block; } }

body .mobile {
  display: none; }
  @media screen and (max-width: 640px) {
    body .mobile {
      display: block; } }

.clear:before, .clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

.c {
  clear: both; }

img {
  width: 100%;
  height: auto;
  display: block; }

iframe {
  width: 100%;
  height: auto; }

html, body {
  width: 100%;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #333;
  font-size: 0.83333vw;
  letter-spacing: 0.0625rem;
  background: url(../../assets/img/bg.jpg);
  background-size: 400px auto;
  position: relative;
  overflow-x: hidden; }
  @media screen and (max-width: 768px) {
    html, body {
      font-size: 1.90476vw; } }
  @media screen and (max-width: 480px) {
    html, body {
      font-size: 3.2vw; } }

.lang_en {
  letter-spacing: 0; }

.wrapper {
  width: 100%;
  line-height: 1.41176;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .wrapper {
      padding-top: 5.3125rem; } }
  @media screen and (max-width: 480px) {
    .wrapper {
      padding-top: 5rem; } }

.container {
  width: calc(100% - 6.25rem);
  max-width: 80rem;
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .container {
      width: calc(100% - 2.5rem);
      max-width: 62.5rem; } }
  @media screen and (max-width: 480px) {
    .container {
      width: calc(100% - 1.25rem);
      max-width: 62.5rem; } }

section {
  position: relative; }

.accesskey {
  font-size: 1rem;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 0.625rem;
  z-index: 1; }
  @media screen and (min-width: 769px) {
    .accesskey:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #9c8058;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -2px;
      left: -2px;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .accesskey:focus:after {
      opacity: 1; } }
  @media screen and (max-width: 768px) {
    .accesskey {
      display: none; } }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem; }

.pic {
  position: relative; }

.img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }

.loading {
  width: 100%;
  height: 100%;
  background: #1b1b1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50; }

.loader_container {
  position: relative; }

.circle_box {
  width: 1.25rem;
  height: 5rem;
  margin: 0 auto;
  position: relative; }

.circle {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: .3;
  -webkit-animation: circle 0.5s alternate infinite ease;
          animation: circle 0.5s alternate infinite ease; }

@-webkit-keyframes circle {
  0% {
    top: 3.75rem;
    height: 0.3125rem;
    border-radius: 3.125rem 3.125rem 1.5625rem 1.5625rem;
    -webkit-transform: scaleX(1.7);
            transform: scaleX(1.7); }
  40% {
    height: 1.25rem;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    top: 0%; } }

@keyframes circle {
  0% {
    top: 3.75rem;
    height: 0.3125rem;
    border-radius: 3.125rem 3.125rem 1.5625rem 1.5625rem;
    -webkit-transform: scaleX(1.7);
            transform: scaleX(1.7); }
  40% {
    height: 1.25rem;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    top: 0%; } }

.shadow {
  width: 1.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 3.875rem;
  left: 0;
  -webkit-animation: shadow 0.5s alternate infinite ease;
          animation: shadow 0.5s alternate infinite ease;
  -webkit-filter: blur(0.0625rem);
          filter: blur(0.0625rem);
  z-index: -1; }

@-webkit-keyframes shadow {
  0% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5); }
  40% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0.7; }
  100% {
    -webkit-transform: scaleX(0.2);
            transform: scaleX(0.2);
    opacity: 0.4; } }

@keyframes shadow {
  0% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5); }
  40% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0.7; }
  100% {
    -webkit-transform: scaleX(0.2);
            transform: scaleX(0.2);
    opacity: 0.4; } }

.loading_txt {
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.9375rem;
  letter-spacing: 0;
  margin-top: 0.625rem; }

.lightbox {
  width: 100%;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  opacity: 0;
  z-index: 999; }
  @media screen and (min-width: 769px) {
    .lightbox::-webkit-scrollbar {
      width: 0.5rem; }
    .lightbox::-webkit-scrollbar-track {
      border-radius: 0.5rem;
      background: rgba(255, 255, 255, 0.2); }
    .lightbox::-webkit-scrollbar-thumb {
      background: rgba(88, 57, 26, 0.9); } }
  @media screen and (max-width: 768px) {
    .lightbox {
      padding-top: 4.0625rem;
      padding-bottom: 4.0625rem; } }

.lb_board {
  max-width: 60rem;
  margin: auto;
  position: relative; }

.btnClose {
  width: 1.625rem;
  height: 1.625rem;
  border: 0.0625rem solid #fff;
  position: fixed;
  top: 1.25rem;
  right: 1.25rem; }
  @media screen and (max-width: 480px) {
    .btnClose {
      right: 0.625rem; } }
  .btnClose:before, .btnClose.clear:after, .btnClose:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.125rem;
    border-radius: 0.1875rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.0625rem;
    background: #fff;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .btnClose:before, .btnClose.clear:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .btnClose:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btnClose:hover:before, .btnClose.clear:hover:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btnClose:hover:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .btnClose a {
    height: 100%; }
    @media screen and (min-width: 769px) {
      .btnClose a:after {
        content: "";
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        border: 2px dotted #9c8058;
        border-radius: 0.1875rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: absolute;
        top: -2px;
        left: -2px;
        z-index: 5;
        opacity: 0;
        -webkit-transition: opacity 0.1s ease-out;
        -o-transition: opacity 0.1s ease-out;
        transition: opacity 0.1s ease-out; }
      .btnClose a:focus:after {
        opacity: 1; } }

.lb_btn {
  cursor: pointer; }

.lb_pic_img {
  width: auto;
  max-width: 100%;
  max-height: 100%; }

.hamburger {
  width: 5.3125rem;
  height: 5.3125rem;
  background: #fff;
  position: relative;
  cursor: pointer;
  z-index: 99;
  margin-left: 0.125rem;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  @media screen and (max-width: 480px) {
    .hamburger {
      width: 5rem;
      height: 5rem; } }

.active .hamburger {
  background: #222; }

.hamburger_link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.hamburger_bars {
  width: 2.5rem;
  height: 1.375rem;
  position: relative;
  margin-top: 0.3125rem; }

.hamburger_bar {
  width: 100%;
  height: 0.125rem;
  background: #333;
  border-radius: 0.25rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.0625rem;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out; }
  .hamburger_bar:before, .hamburger_bar.clear:after, .hamburger_bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.125rem;
    background: #333;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.0625rem;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out; }
  .hamburger_bar:before, .hamburger_bar.clear:after {
    height: 0.0625rem;
    -webkit-transform: translateY(-0.625rem);
        -ms-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem); }
  .hamburger_bar:after {
    height: 0.1875rem;
    -webkit-transform: translateY(0.75rem);
        -ms-transform: translateY(0.75rem);
            transform: translateY(0.75rem); }

.active .hamburger_bar {
  background: transparent;
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px); }
  .active .hamburger_bar:before, .active .hamburger_bar.clear:after, .active .hamburger_bar:after {
    height: 0.125rem;
    background: #fff; }
  .active .hamburger_bar:before, .active .hamburger_bar.clear:after {
    height: 0.125rem;
    -webkit-transform: translateY(0) rotate(135deg);
        -ms-transform: translateY(0) rotate(135deg);
            transform: translateY(0) rotate(135deg); }
  .active .hamburger_bar:after {
    -webkit-transform: translateY(0) rotate(-135deg);
        -ms-transform: translateY(0) rotate(-135deg);
            transform: translateY(0) rotate(-135deg); }

.active .hamburger_txt {
  opacity: 0; }

.hamburger_txt {
  font-size: 0.75rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 0.625rem;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.nav {
  width: 100%;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    .nav {
      max-height: 100vh;
      overflow-x: hidden;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }

.nav_box {
  padding: 11.25rem 0 6.25rem; }

.nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.875rem; }
  @media screen and (max-width: 768px) {
    .nav_list {
      display: block;
      width: 100%;
      padding: 0;
      margin-right: 0; } }

.nav_li {
  position: relative;
  margin-left: 0.0625rem; }
  .nav_li:before, .nav_li.clear:after {
    content: '';
    width: 0.0625rem;
    height: calc(100% - 24px);
    background: #dedede;
    position: absolute;
    top: 50%;
    left: -0.0625rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .nav_li:before, .nav_li.clear:after {
        display: none; } }
  .nav_li:first-child {
    margin-left: 0; }
    .nav_li:first-child:before, .nav_li.clear:first-child:after {
      display: none; }

.nav_link {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.5;
  padding: 0 3.125rem; }
  @media screen and (min-width: 769px) {
    .nav_link:hover, .nav_link:focus {
      color: #9c8058; } }
  @media screen and (max-width: 768px) {
    .nav_link {
      padding: 1.25rem 0; } }
  @media screen and (max-width: 480px) {
    .nav_link {
      font-size: 1.25rem; } }

.subnav_link {
  font-size: 1.125rem;
  color: #333;
  text-align: center;
  line-height: 2.4;
  white-space: nowrap;
  padding: 0 3.125rem; }
  @media screen and (min-width: 769px) {
    .subnav_link:hover, .subnav_link:focus {
      color: #9c8058; } }
  @media screen and (max-width: 768px) {
    .subnav_link {
      padding: 0.75rem 0; } }
  @media screen and (max-width: 480px) {
    .subnav_link {
      font-size: 1.1875rem; } }

.follow_list, .func_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "cormorant-garamond";
  padding: 0 0.875rem; }

.follow_li, .func_li {
  position: relative; }
  @media screen and (max-width: 768px) {
    .follow_li:last-child .follow_link, .func_li:last-child .follow_link {
      padding-right: 0; } }

.follow_link {
  font-size: 1.125rem;
  padding: 1.4375rem 0.6875rem; }
  @media screen and (max-width: 768px) {
    .follow_link {
      font-size: 1.375rem;
      padding: 1.25rem 1rem; } }

.tixfun {
  width: 3.5625rem;
  position: relative;
  margin-top: -0.3125rem; }

.tixfun_b {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.tixfun_w {
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.active .tixfun_w {
  opacity: 0; }

.active .tixfun_b {
  opacity: 1; }

.func_list {
  position: relative; }

.active .func_list:before, .active .func_list.clear:after {
  background: #333; }

.func_link {
  padding: 1.4375rem 1.25rem;
  font-size: 0.9375rem;
  font-family: "cormorant-garamond";
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    .func_link {
      padding: 1.25rem 1rem; } }
  .func_link .fa-angle-down {
    font-size: 1.375rem;
    position: relative;
    bottom: -0.1875rem;
    margin-left: 0.1875rem; }
  .func_link .fa-search {
    font-size: 1rem;
    position: relative;
    bottom: -0.125rem;
    margin-right: 0.1875rem; }

.lang_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.25rem; }
  @media screen and (max-width: 768px) {
    .lang_row {
      padding: 0 0.625rem; } }
  .lang_row .fa-globe {
    font-size: 1.125rem;
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
    position: relative;
    bottom: -0.0625rem; }

.lang_col:last-child {
  position: relative; }
  .lang_col:last-child:before, .lang_col.clear:last-child:after {
    content: '';
    width: 1px;
    height: 14px;
    background: #fff;
    opacity: .5;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .lang_col:last-child:before, .lang_col.clear:last-child:after {
        background: #333; } }

.lang_link {
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-size: 0.9375rem;
  padding: 1.4375rem 0.625rem; }

.nav_search {
  background: #eeeeee;
  padding: 2.625rem 0; }
  .nav_search .container {
    max-width: 62.5rem; }

.nav_search_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125rem 0; }
  @media screen and (max-width: 480px) {
    .nav_search_row {
      display: block; } }

.nav_search_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.5rem;
          flex: 0 0 7.5rem; }

.nav_search_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.nav_search_title {
  font-size: 1.125rem;
  font-weight: bold;
  white-space: nowrap; }
  @media screen and (max-width: 480px) {
    .nav_search_title {
      margin-bottom: 1.25rem; } }

.nav_search_input {
  position: relative; }
  .nav_search_input .inputStyle {
    line-height: 1.75;
    padding-right: 4.375rem; }

.nav_search_submit {
  width: 4.375rem;
  font-size: 1rem;
  background: transparent;
  color: #ccc;
  text-align: center;
  line-height: 3rem;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.nav_keywords_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.nav_keywords_li {
  padding: 0.3125rem; }

.nav_keywords_link {
  font-size: 0.9375rem;
  line-height: 1.6;
  padding: 0 1.25rem;
  background: #dbdbdb;
  border-radius: 1.25rem;
  -webkit-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out; }
  .nav_keywords_link:focus, .nav_keywords_link:hover {
    color: #fff;
    background: #9c8058; }

.inputStyle {
  width: 100%;
  color: #333;
  border: 0.0625rem solid #dddddd;
  border-radius: 0;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.375;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block; }
  .inputStyle::-webkit-input-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle::-moz-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:-ms-input-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:-moz-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:required {
    border-left: 0.1875remsolid #9c8058; }
  .inputStyle:focus {
    outline: 0.0625remsolid #9c8058; }
  .inputStyle.auto {
    width: auto; }

.selectStyle {
  width: 100%;
  border: 0.0625rem solid #dddddd;
  color: #333;
  font-size: 1rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.375;
  padding: 0.625rem 1.25rem;
  padding-right: 3.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../../assets/img/icon_arrow_b.png) no-repeat calc(100% - 1.0625rem) center #fff;
  background-size: 0.625rem auto;
  display: block; }
  .selectStyle:focus {
    outline: 0.0625remsolid #9c8058; }

.radioStyle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  border: 0.0625rem solid #dddddd;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .radioStyle:checked:before, .radioStyle.clear:checked:after {
    opacity: 1; }
  .radioStyle:before, .radioStyle.clear:after {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background: #666;
    border-radius: 0.625rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .radioStyle:before, .radioStyle.clear:after {
        width: 0.5rem;
        height: 0.5rem; } }
  .radioStyle:focus {
    outline: 0.0625remsolid #9c8058; }

.checkboxStyle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  border: 0.0625remsolid #dddddd;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media screen and (max-width: 768px) {
    .checkboxStyle {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 1.25rem;
              flex: 0 0 1.25rem;
      width: 1.25rem;
      height: 1.25rem; } }
  .checkboxStyle:checked:before, .checkboxStyle.clear:checked:after {
    opacity: 1; }
  .checkboxStyle:before, .checkboxStyle.clear:after {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background: #666666;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .checkboxStyle:before, .checkboxStyle.clear:after {
        width: 0.625rem;
        height: 0.625rem; } }
  .checkboxStyle:focus {
    outline: 0.0625remsolid #9c8058; }
  .checkboxStyle ~ label {
    line-height: 1.5;
    padding: 0.5625rem 0; }

.buttonStyle {
  width: 13.875rem;
  background: #fff;
  color: #1c1920;
  text-align: center;
  line-height: 2.625rem;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out; }
  .buttonStyle a {
    line-height: 3rem; }
  .buttonStyle:hover {
    background: rgba(255, 255, 255, 0.6); }
  .buttonStyle:focus {
    outline: 0.0625remsolid #9c8058; }
  .buttonStyle.cancel {
    background: rgba(255, 255, 255, 0.15); }
  .buttonStyle.submit {
    background: #9c8058; }
  .buttonStyle.goback {
    background: #9c8058;
    color: #fff; }

.header {
  width: 100%;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  @media screen and (max-width: 768px) {
    .header {
      color: #333; } }
  .header::before {
    content: "";
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .header::before {
        background: #fff; } }
  .header.active {
    color: #333; }
  .header .accesskey {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.header_container {
  max-width: none; }

.header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .header_row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.875rem; }
  @media screen and (max-width: 768px) {
    .header_left {
      padding-left: 1.25rem; } }
  @media screen and (max-width: 480px) {
    .header_left {
      padding-left: 0.625rem; } }

.header_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.625rem; }
  @media screen and (max-width: 768px) {
    .header_right {
      padding-right: 0; } }

.mainLogo {
  width: 11.25rem; }
  @media screen and (max-width: 768px) {
    .mainLogo {
      width: 3.4375rem;
      position: relative; }
      .mainLogo::before {
        content: '';
        width: 100%;
        height: 100%;
        background: url(../../assets/img/favicon.png);
        background-size: 100% auto;
        position: absolute;
        top: 0;
        left: 0; } }
  @media screen and (max-width: 480px) {
    .mainLogo {
      width: 3.125rem; } }

.mainLogo_b {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.mainLogo_w {
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  @media screen and (max-width: 768px) {
    .mainLogo_w {
      width: 250%;
      opacity: 0; } }

.active .mainLogo_w {
  opacity: 0; }

.active .mainLogo_b {
  opacity: 1; }

.footer {
  color: #bbb;
  font-size: 0.9375rem;
  font-weight: 100;
  line-height: 1.8;
  background: #141414;
  position: relative;
  z-index: 1;
  padding: 1.875rem 0; }
  .footer .container {
    max-width: 105rem; }
    @media screen and (max-width: 1240px) {
      .footer .container {
        max-width: none; } }
  .footer a {
    display: inline; }

.footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: nowrap; }
  @media screen and (max-width: 768px) {
    .footer_row {
      display: block;
      white-space: inherit; } }

@media screen and (max-width: 768px) {
  .footer_left,
  .footer_middle {
    margin-bottom: 1.25rem; } }

.footer_middle {
  padding-right: 5rem; }

.footer_logo_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 480px) {
    .footer_logo_row {
      display: block; } }

.footer_mainlogo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.25rem;
          flex: 0 0 11.25rem;
  padding-right: 1.875rem; }
  @media screen and (max-width: 480px) {
    .footer_mainlogo {
      width: 12.5rem;
      margin-bottom: 1.25rem; } }

.footer_logo_info {
  padding-left: 1.875rem;
  position: relative; }
  @media screen and (max-width: 480px) {
    .footer_logo_info {
      padding-left: 0; } }

.footer_logo {
  width: 13.125rem;
  margin-bottom: 0.625rem; }

.maintitle_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .maintitle_row.left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .maintitle_row.left .maintitle_en::before, .maintitle_row.left .maintitle_en::after {
      display: none; }
    .maintitle_row.left .maintitle {
      margin-top: 0; }

.maintitle_en {
  font-size: 3.6875rem;
  font-family: "cormorant-garamond";
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  position: relative; }
  @media screen and (max-width: 768px) {
    .maintitle_en {
      font-size: 3rem; } }
  .maintitle_en::before, .maintitle_en::after {
    content: '';
    width: 50vw;
    height: 0.0625rem;
    background: #cccccc;
    position: absolute;
    top: 50%; }
  .maintitle_en::before {
    right: 100%;
    margin-right: 6.125rem; }
    @media screen and (max-width: 768px) {
      .maintitle_en::before {
        margin-right: 4.0625rem; } }
  .maintitle_en::after {
    left: 100%;
    margin-left: 6.125rem; }
    @media screen and (max-width: 768px) {
      .maintitle_en::after {
        margin-left: 4.0625rem; } }

.maintitle {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.625rem; }

.page_top {
  color: #fff;
  position: relative; }

.page_top_img {
  height: 31.25rem;
  -o-object-fit: cover;
     object-fit: cover; }

.page_top_content {
  width: 100%;
  padding-bottom: 6.25rem;
  position: absolute;
  bottom: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    .page_top_content {
      padding-bottom: 3.75rem; } }
  .page_top_content .maintitle_en::before, .page_top_content .maintitle_en::after {
    opacity: .4; }

.page_top_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.75rem;
  margin-bottom: 0.625rem; }
  @media screen and (max-width: 768px) {
    .page_top_time {
      margin-bottom: 3.75rem; } }

.datetime_dash {
  width: 7.5rem;
  height: 0.0625rem;
  background: #fff;
  margin: 0 1.25rem; }

.datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -0.625rem; }

.datetime_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  letter-spacing: 0; }

.date {
  font-size: 3.5rem;
  font-weight: 600;
  font-family: "cormorant-garamond";
  line-height: 1;
  margin-right: 0.625rem; }

.month {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.0625rem;
  margin-top: 0.3125rem; }

.year {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.0625rem; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.875rem;
  margin-right: -0.875rem; }

.breadcrumbs_li {
  line-height: 1.5;
  padding: 0 0.875rem;
  position: relative; }
  .breadcrumbs_li::after {
    content: '/';
    opacity: .7;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -53%);
        -ms-transform: translate(50%, -53%);
            transform: translate(50%, -53%); }
  .breadcrumbs_li:last-child::after {
    display: none; }

.breadcrumbs_link:focus, .breadcrumbs_link:hover {
  color: #9c8058; }

._en .ck_editor {
  font-size: 1rem; }

.ck_editor {
  line-height: 1.875;
  font-size: 1.0625rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana; }
  @media screen and (max-width: 480px) {
    .ck_editor {
      font-size: 1.0625rem; } }
  .ck_editor a {
    display: inline;
    position: relative; }
    .ck_editor a:hover::before {
      display: none; }
    .ck_editor a::before {
      content: "";
      width: 100%;
      border-bottom: 0.0625rem dotted #000;
      position: absolute;
      bottom: -0.0625rem;
      left: 0; }
  .ck_editor p {
    margin-bottom: 1.25rem; }
    .ck_editor p:last-child {
      margin-bottom: 0; }
  .ck_editor img {
    height: auto !important; }
  .ck_editor img {
    width: auto;
    max-width: 100%;
    display: inline-block; }
  .ck_editor ol {
    list-style: decimal;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem; }
  .ck_editor ul {
    list-style: disc;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem; }
  .ck_editor iframe {
    min-width: 62.5rem;
    height: 37.5rem;
    margin-bottom: 1.25rem; }
  .ck_editor figure {
    max-width: 56.25rem;
    margin: 0 auto;
    margin-bottom: 1.25rem; }
  .ck_editor figcaption {
    font-size: .9em;
    margin-top: 0.3125rem;
    padding-left: 1.5625rem;
    position: relative; }
    .ck_editor figcaption::before {
      content: "";
      width: 0;
      border-width: 0 4px 7px 4px;
      border-color: transparent transparent #000 transparent;
      border-style: solid;
      position: absolute;
      left: 0.3125rem;
      top: 0.7rem; }
  .ck_editor table {
    max-width: 100%;
    font-size: 16;
    border: 1px solid #666;
    margin: 1.25rem auto; }
  .ck_editor th,
  .ck_editor td {
    line-height: 1.5;
    border: 1px solid #666;
    padding: 0.4375rem 0.9375rem; }
    @media screen and (max-width: 768px) {
      .ck_editor th,
      .ck_editor td {
        width: auto !important;
        padding: 0.4375rem 0.625rem !important;
        font-size: 1rem !important; } }
    @media screen and (max-width: 768px) {
      .ck_editor th p,
      .ck_editor th span,
      .ck_editor td p,
      .ck_editor td span {
        width: auto !important;
        padding: 0 !important;
        font-size: 1rem !important; } }
  .ck_editor th {
    color: #fff;
    background: #444; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.75rem; }

.pagination_li {
  padding: 0 0.625rem; }
  .pagination_li:first-child, .pagination_li:last-child {
    padding: 0 1.25rem; }

.pagination_link {
  font-size: 1.125rem;
  padding: 0 0.1875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out; }
  .pagination_link::after {
    content: '';
    width: 100%;
    height: 0.0625rem;
    background: #9c8058;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
  .pagination_link.active, .pagination_link:hover {
    color: #9c8058; }
    .pagination_link.active::after, .pagination_link:hover::after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
  .pagination_link i {
    font-size: 1.5rem; }

.btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2; }
  .btn_row.white .btn_more_link {
    color: #fff; }
    .btn_row.white .btn_more_link .btn_more_circle {
      opacity: .6; }

@-webkit-keyframes angle_right {
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); } }

@keyframes angle_right {
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); } }

.btn_more_link {
  font-family: "cormorant-garamond";
  font-weight: bold;
  line-height: 2;
  padding: 0.625rem0;
  position: relative; }
  .btn_more_link i {
    font-size: 1.125rem;
    position: relative;
    bottom: -0.0625rem;
    margin-left: 0.3125rem;
    -webkit-animation: angle_right 1s ease-out infinite;
            animation: angle_right 1s ease-out infinite; }
  .btn_more_link:hover .btn_more_circle {
    width: 3.75rem;
    left: 100%;
    border-color: #9c8058;
    -webkit-animation: btn_more .5s ease-out;
            animation: btn_more .5s ease-out; }

.btn_more_circle {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 3.75rem;
  border: 0.0625rem solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.9375rem;
  margin-left: -1.875rem;
  opacity: .8;
  z-index: -1;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

@-webkit-keyframes btn_more {
  0% {
    width: 3.75rem;
    left: 0;
    border-color: #ccc; }
  35% {
    width: 130%;
    left: 0; }
  100% {
    width: 3.75rem;
    left: 100%;
    border-color: #9c8058; } }

@keyframes btn_more {
  0% {
    width: 3.75rem;
    left: 0;
    border-color: #ccc; }
  35% {
    width: 130%;
    left: 0; }
  100% {
    width: 3.75rem;
    left: 100%;
    border-color: #9c8058; } }

.button_link {
  color: #fff;
  font-size: 1.0625rem;
  background: #9c8058;
  border: 0.0625rem solid rgba(156, 128, 88, 0.7);
  padding: 0.8125rem 2.5rem; }
  .button_link:hover {
    color: #9c8058;
    background: transparent; }
  .button_link i {
    margin-left: 0.625rem; }
  .button_link .fa-search {
    margin-left: 0;
    margin-right: 0.625rem; }
  .button_link .fa-angle-right {
    -webkit-animation: angle_right 1s ease-out infinite;
            animation: angle_right 1s ease-out infinite; }

.btn_back_row {
  margin-top: 3.75rem; }

.btn_back_link {
  display: inline-block;
  font-weight: bold; }
  .btn_back_link:hover {
    color: #9c8058; }
  .btn_back_link .fa-angle-left {
    margin-right: 0.625rem; }

.btn_back_circle {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 3.75rem;
  border: 0.0625rem solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.9375rem;
  margin-right: -1.875rem;
  opacity: .8;
  z-index: -1;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.col_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  @media screen and (max-width: 768px) {
    .col_list {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }

.col_li {
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 1.25rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .col_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding: 1.25rem 0.625rem; } }
  @media screen and (max-width: 480px) {
    .col_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 1.25rem 0.625rem; } }

.col_link:hover img {
  opacity: .7; }

.col_item, .gallery_item {
  -webkit-box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.2); }

.col_pic, .gallery_pic {
  background: #fff;
  position: relative; }
  .col_pic img, .gallery_pic img {
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; }

.col_caption {
  background: #fff;
  padding: 0.9375rem 1.25rem; }

.col_title, .gallery_title {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden; }

.col_txt, .gallery_txt {
  font-size: 0.875rem;
  opacity: .7;
  margin-top: 0.125rem; }
  .col_txt p, .gallery_txt p {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden; }

.paper_panel {
  background: #fff;
  -webkit-box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.2);
  padding: 3.75rem 0; }
  .paper_panel .btn_row {
    margin-top: 2.5rem; }

.content_row {
  margin-bottom: 0.625rem; }

.content_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 0;
  cursor: pointer; }
  .content_top i {
    font-size: 1.625rem;
    color: #9c8058;
    margin-right: 0.8125rem;
    margin-bottom: -0.0625rem;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  .content_top.active i {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.content_title {
  font-size: 1.375rem; }

.content_bottom {
  padding-left: 2.3125rem;
  padding-bottom: 1.25rem; }

.sec_symposium {
  padding: 3.75rem 0 9.375rem; }

.page_top_content {
  padding-bottom: 0; }

.col_list {
  margin-top: -1.25rem; }

.tab_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 1.25rem;
  margin-bottom: -1.25rem;
  padding: 0.4375rem;
  background: #9c8058; }

.tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.0625rem; }

.tab_link {
  font-size: 1.125rem;
  text-shadow: -0.0625rem-0.0625rem 0 #5b4a33;
  letter-spacing: 0.125rem;
  text-align: center;
  background: #a5885f;
  padding: 0.8125rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.25); }
  .tab_link:hover {
    background: #ac926c; }

.gallery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -0.3125rem;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }

.gallery_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .gallery_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333%;
              flex: 0 0 33.3333%; } }
  @media screen and (max-width: 480px) {
    .gallery_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }

.gallery_link:hover .gallery_caption::before {
  opacity: 1; }

.gallery_caption {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  padding: 0.9375rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  bottom: 0;
  left: 0; }
  .gallery_caption::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; }

.gallery_title {
  position: relative;
  z-index: 1; }

.gallery_txt {
  position: relative;
  z-index: 1; }

