/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./resources/src/css/share/common.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; }

html, body {
  width: 100%;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #595757;
  font-size: 0.83333vw;
  letter-spacing: 1px;
  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.33333vw; } }

.en {
  letter-spacing: 0; }

.wrapper {
  width: 100%;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  z-index: 1; }

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

section {
  position: relative;
  overflow: hidden; }

.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 #b39c6a;
      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;
      transition: opacity 0.1s ease-out; }
    .accesskey:focus:after {
      opacity: 1; } }
  @media screen and (max-width: 768px) {
    .accesskey {
      display: none; } }

.access_content {
  width: 0.0625rem;
  height: 0.0625rem;
  font-size: 1rem;
  padding: 0 0.625rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  clip: rect(0, 0, 0, 0); }
  @media screen and (min-width: 769px) {
    .access_content:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #b39c6a;
      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;
      transition: opacity 0.1s ease-out; }
    .access_content:focus:after {
      opacity: 1; } }
  @media screen and (max-width: 768px) {
    .access_content {
      display: none; } }
  .access_content:focus {
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto; }

.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; }

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

: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;
  transition: all 0.2s ease-out;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  @media screen and (min-width: 769px) {
    a:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #b39c6a;
      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;
      transition: opacity 0.1s ease-out; }
    a:focus:after {
      opacity: 1; } }
  a:hover {
    color: inherit;
    text-decoration: none; }

.hide {
  display: none; }

.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; }

table {
  width: 100%; }
  table th,
  table td {
    vertical-align: middle; }

.table {
  width: 100%;
  display: table;
  table-layout: fixed; }

.tr {
  display: table-row; }

.td {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.th {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.inblock {
  font-size: 0;
  letter-spacing: 0; }
  .inblock > * {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.0625rem; }

.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  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: #f4f3ef;
  -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(0, 0, 0, 0.5);
  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: #b39c6a;
  font-size: 1.25rem;
  letter-spacing: 0.375rem;
  margin-top: 0.625rem; }

.header,
.nav_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5; }
  @media screen and (max-width: 480px) {
    .header,
    .nav_header {
      padding-top: 0.625rem; } }
  .header .accesskey,
  .nav_header .accesskey {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.header_bg {
  width: 5.3125rem;
  height: 5.3125rem;
  border-radius: 5.3125rem;
  background: #2a2a2a;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.84, 0);
  transition: -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.84, 0);
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.84, 0);
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.84, 0), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.84, 0);
  z-index: 12; }

.active .header_bg {
  -webkit-transform: scale(50);
      -ms-transform: scale(50);
          transform: scale(50);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.5s cubic-bezier(0.16, 1, 0.3, 1); }
  @media screen and (max-width: 768px) {
    .active .header_bg {
      -webkit-transform: scale(40);
          -ms-transform: scale(40);
              transform: scale(40); } }
  @media screen and (max-width: 480px) {
    .active .header_bg {
      -webkit-transform: scale(35);
          -ms-transform: scale(35);
              transform: scale(35); } }

.header_row {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .header_row {
      width: calc(100% - 1.25rem); } }

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mainLogo {
  width: 3.8125rem;
  position: fixed;
  top: 2.5rem;
  left: 2.5rem; }
  @media screen and (max-width: 768px) {
    .mainLogo {
      left: 1.25rem; } }
  @media screen and (max-width: 480px) {
    .mainLogo {
      width: 3.5rem;
      top: 1.875rem;
      left: 0.625rem; } }

.mainLogo_link {
  white-space: nowrap;
  font-family: "cormorant-garamond";
  position: relative; }
  @media screen and (min-width: 769px) {
    .mainLogo_link:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #b39c6a;
      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;
      transition: opacity 0.1s ease-out; }
    .mainLogo_link:focus:after {
      opacity: 1; } }

.hamburger {
  width: 5.3125rem;
  height: 5.3125rem;
  border-radius: 5.3125rem;
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 99; }
  @media screen and (max-width: 480px) {
    .hamburger {
      width: 4.625rem;
      height: 4.625rem;
      top: 0.625rem;
      right: 0.625rem; } }
  .hamburger:before, .hamburger.clear:after, .hamburger:after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 0.125rem;
    border-radius: 0.25rem;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.25rem;
    margin-top: -0.0625rem;
    opacity: 0;
    -webkit-transition: opacity .4s, -webkit-transform 0.4s;
    transition: opacity .4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity .4s;
    transition: transform 0.4s, opacity .4s, -webkit-transform 0.4s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .hamburger.active:before, .hamburger.active.clear:after, .hamburger.active:after {
    opacity: 1;
    -webkit-transition-delay: .2s;
            transition-delay: .2s; }
  .hamburger.active:before, .hamburger.active.clear:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .hamburger.active:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .hamburger.active .hamburger_link {
    color: transparent;
    background: transparent; }
    .hamburger.active .hamburger_link:before, .hamburger.active .hamburger_link.clear:after {
      -webkit-transform: translate(-50%, -50%) scale(0);
          -ms-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0); }
  .hamburger.active .hamburger_txt {
    display: none; }
  .hamburger.active .hamburger_txt_open {
    display: block; }

.hamburger_txt_open {
  display: none; }

.hamburger_link {
  height: 100%;
  border-radius: 5.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bolder;
  font-size: 0.875rem;
  background: #fff;
  -webkit-transition: background .0s;
  transition: background .0s; }
  .hamburger_link span {
    position: relative;
    z-index: 1; }
  .hamburger_link:before, .hamburger_link.clear:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #e7dfcf, #79663e);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform .2s ease-out .0s;
    transition: -webkit-transform .2s ease-out .0s;
    transition: transform .2s ease-out .0s;
    transition: transform .2s ease-out .0s, -webkit-transform .2s ease-out .0s; }
  .hamburger_link:hover {
    color: #fff;
    background: transparent;
    -webkit-transition-delay: .2s;
            transition-delay: .2s; }
    .hamburger_link:hover:before, .hamburger_link.clear:hover:after {
      -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }

.nav {
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  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: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  -webkit-transition: height .1s;
  transition: height .1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

.en .nav {
  letter-spacing: 0.0625rem; }

.nav_main {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  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; }
  @media screen and (max-width: 768px) {
    .nav_main {
      display: block;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }
  @media screen and (max-width: 768px) {
    .nav_main .container {
      padding: 12.5rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 480px) {
    .nav_main .container {
      padding: 9.375rem 0; } }

.nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-family: "Noto Sans TC";
  color: #fff; }
  @media screen and (max-width: 768px) {
    .nav_list {
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 5rem;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.nav_li {
  position: relative;
  max-width: 21.25rem; }
  @media screen and (max-width: 768px) {
    .nav_li {
      max-width: none; } }

.nav_link {
  font-size: 1.25rem;
  cursor: auto; }
  @media screen and (max-width: 768px) {
    .nav_link {
      line-height: 3; } }

.subnav_box {
  padding-top: 1.5625rem; }
  @media screen and (max-width: 768px) {
    .subnav_box {
      padding: 0 0 1.875rem; }
      .subnav_box:after {
        content: '';
        width: 2.5rem;
        height: 1px;
        background: #6a6a6a;
        opacity: .7;
        position: absolute;
        left: 50%;
        bottom: 0.625rem;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }

.subnav_link {
  padding: 0.5625rem 0; }
  @media screen and (min-width: 769px) {
    .subnav_link.active, .subnav_link:focus, .subnav_link:hover {
      color: #bca77b; } }

.header_toplink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 2.625rem;
  right: 8rem;
  z-index: 10; }
  @media screen and (max-width: 768px) {
    .header_toplink {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      display: block;
      position: relative;
      top: 0;
      right: 0; } }

.toplink_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-left: 2.875rem; }
  @media screen and (max-width: 768px) {
    .toplink_row {
      display: block;
      text-align: center;
      margin-left: 0;
      margin-bottom: 1.875rem; } }

.toplink_title {
  margin: 0 0.4375rem; }

.toplink_dash {
  width: 2.5rem;
  height: 0.0625rem;
  background: #6a6a6a;
  margin: 0 0.5rem; }
  @media screen and (max-width: 768px) {
    .toplink_dash {
      margin: 0.5rem auto 1.25rem; } }

.toplink_btn {
  padding: 0 0.4375rem; }
  @media screen and (max-width: 768px) {
    .toplink_btn {
      display: inline-block;
      padding: 0 0.3125rem; } }

.toplink_sitemap_link {
  position: relative;
  top: 1px; }
  @media screen and (min-width: 769px) {
    .toplink_sitemap_link:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #b39c6a;
      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;
      transition: opacity 0.1s ease-out; }
    .toplink_sitemap_link:focus:after {
      opacity: 1; } }
  .toplink_sitemap_link:hover {
    color: #b39c6a; }

.toplink_btn_link {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.0625rem solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  padding-top: 0.0625rem;
  padding-left: 0.0625rem; }
  .toplink_btn_link::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 2.8125rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
  .toplink_btn_link.active, .toplink_btn_link:hover, .toplink_btn_link:focus {
    color: #2a2a2a;
    background: #fff;
    -webkit-transition: background .1s .2s;
    transition: background .1s .2s; }
    .toplink_btn_link.active::before, .toplink_btn_link:hover::before, .toplink_btn_link:focus::before {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

.lang_tw {
  font-family: "Noto Sans TC";
  font-weight: bold; }

.fb_link {
  font-size: 1.1875rem; }

.youtube_link {
  font-size: 1.1875rem; }

.search_row {
  position: relative;
  margin-top: 10rem;
  margin-bottom: -4.5rem; }
  @media screen and (max-width: 768px) {
    .search_row {
      width: calc(100% - 18.75rem);
      margin: 0;
      position: fixed;
      top: 2.5rem;
      left: 7.5rem; } }
  @media screen and (max-width: 480px) {
    .search_row {
      width: calc(100% - 12.5rem);
      top: 1.6875rem;
      left: 5rem;
      z-index: 15; } }
  .search_row .fa-search {
    font-size: 1.25rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0.3125rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.search_input {
  width: 100%;
  line-height: 4.5rem;
  display: block;
  border: 0;
  border-bottom: 0.0625rem solid #5f5f5f;
  border-radius: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2.5rem;
  color: #fff;
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .search_input {
      line-height: 2.5rem;
      opacity: 0; } }
  .search_input::-webkit-input-placeholder {
    color: #fff;
    font-size: 1rem; }
  .search_input::-moz-placeholder {
    color: #fff;
    font-size: 1rem; }
  .search_input:-ms-input-placeholder {
    color: #fff;
    font-size: 1rem; }
  .search_input::-ms-input-placeholder {
    color: #fff;
    font-size: 1rem; }
  .search_input::placeholder {
    color: #fff;
    font-size: 1rem; }
  @media screen and (max-width: 768px) {
    .search_input:focus {
      opacity: 1; } }
  .search_input:focus ~ .search_label {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }

.search_label {
  font-size: 0;
  text-indent: -624.9375rem;
  display: block;
  width: 100%;
  height: 0.0625rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out; }

.search_submit {
  font-size: 1.25rem;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  padding: 1.5rem 0.625rem;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
  bottom: 0;
  right: 0; }
  @media screen and (min-width: 769px) {
    .search_submit:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #b39c6a;
      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;
      transition: opacity 0.1s ease-out; }
    .search_submit:focus:after {
      opacity: 1; } }
  .search_submit:focus {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1; }

.org_sec {
  padding: 0.4375rem 0;
  border-top: 0.25rem solid #f8f8f8;
  border-bottom: 0.25rem solid #f8f8f8;
  background: #fff;
  position: relative; }

.swiper_org .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding: 0.125rem 2.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .swiper_org .swiper-slide {
      padding: 0.125rem 1.5625rem; } }

@media screen and (min-width: 769px) {
  .org_link:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px dotted #b39c6a;
    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;
    transition: opacity 0.1s ease-out; }
  .org_link:focus:after {
    opacity: 1; } }

.org_logo {
  width: auto;
  height: 4.1875rem; }
  @media screen and (max-width: 768px) {
    .org_logo {
      height: 3.125rem; } }

.footer {
  color: #fff;
  background: #333;
  padding: 1.875rem 0;
  border-top: 0.0625rem solid #a0a0a0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 2.5rem 0; } }

.footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media screen and (max-width: 768px) {
    .footer_row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: initial;
          -ms-flex-pack: initial;
              justify-content: initial;
      -webkit-box-align: initial;
          -ms-flex-align: initial;
              align-items: initial; } }
  .footer_row:first-child {
    margin-bottom: 1rem; }
    @media screen and (max-width: 768px) {
      .footer_row:first-child {
        margin-bottom: 1.875rem; }
        .footer_row:first-child .footer_left {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          margin-bottom: 0; }
        .footer_row:first-child .footer_right {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          margin-bottom: 1.875rem; } }

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

.footer_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .footer_info_list {
      display: block; } }

.footer_info_li {
  font-size: 0.875rem;
  white-space: nowrap;
  margin-right: 1.125rem; }
  @media screen and (max-width: 768px) {
    .footer_info_li {
      line-height: 2; } }
  @media screen and (max-width: 480px) {
    .footer_info_li {
      white-space: normal; } }

.footer_info_link {
  display: inline; }
  .footer_info_link:hover {
    color: #b39c6a; }

.footer_info_title {
  position: relative; }
  .footer_info_title::after {
    content: "/";
    color: #666; }

.footer_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer_link_list .fa-facebook-f {
    font-size: 1.125rem; }

.footer_link_li {
  margin-right: 1.875rem; }

@media screen and (min-width: 769px) {
  .footer_link_link:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px dotted #b39c6a;
    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;
    transition: opacity 0.1s ease-out; }
  .footer_link_link:focus:after {
    opacity: 1; } }

.footer_link_link:hover {
  color: #b39c6a; }

.footer_link_link .fa-youtube {
  font-size: 1.125rem; }

.footer_logo_list {
  width: 9.375rem; }

@media screen and (min-width: 769px) {
  .footer_logo_link:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px dotted #b39c6a;
    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;
    transition: opacity 0.1s ease-out; }
  .footer_logo_link:focus:after {
    opacity: 1; } }

.logo_1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.375rem;
          flex: 0 0 9.375rem; }
  @media screen and (max-width: 768px) {
    .logo_1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5rem;
              flex: 0 0 12.5rem; } }

.logo_2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.5625rem;
          flex: 0 0 8.5625rem;
  position: relative; }
  .logo_2::before {
    content: "";
    width: 0.0625rem;
    height: 1.1875rem;
    background: #666666;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.copyright {
  font-size: 0.875rem;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .copyright {
      text-align: left; } }

.lightbox,
.lightbox_pic {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.7) 0%, white 30%, white 70%, rgba(255, 255, 255, 0.7) 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  opacity: 0;
  z-index: 999;
  padding: 5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .lightbox::-webkit-scrollbar,
  .lightbox_pic::-webkit-scrollbar {
    width: 0.25rem; }
  .lightbox::-webkit-scrollbar-track,
  .lightbox_pic::-webkit-scrollbar-track {
    border-radius: 0.25rem;
    background: rgba(0, 0, 0, 0.03); }
  .lightbox::-webkit-scrollbar-thumb,
  .lightbox_pic::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1); }
  .lightbox .container,
  .lightbox_pic .container {
    max-width: none;
    width: calc(100% - 5rem);
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .lightbox .container,
      .lightbox_pic .container {
        width: auto; } }

.scrollBox {
  max-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 768px) {
    .scrollBox {
      max-height: 90vh; } }
  @media screen and (max-width: 480px) {
    .scrollBox {
      max-height: 85vh; } }
  .scrollBox::-webkit-scrollbar {
    width: 0.25rem; }
  .scrollBox::-webkit-scrollbar-track {
    border-radius: 0.25rem;
    background: rgba(0, 0, 0, 0.03); }
  .scrollBox::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1); }

.lb_board {
  width: calc(100% - 5rem);
  max-width: 75rem;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 768px) {
    .lb_board {
      width: calc(100% - 2.5rem);
      max-width: none;
      padding: 0; } }
  @media screen and (max-width: 480px) {
    .lb_board {
      width: calc(100% - 1.25rem); } }

.btnClose {
  width: 1.625rem;
  height: 1.625rem;
  border: 0.0625rem solid #595757;
  position: absolute;
  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: #595757;
    -webkit-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 #b39c6a;
        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;
        transition: opacity 0.1s ease-out; }
      .btnClose a:focus:after {
        opacity: 1; } }

.lb_btn {
  cursor: pointer; }

.breadcrumbs {
  margin-bottom: 3.125rem; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.875rem;
    margin-right: -0.875rem; }
  .breadcrumbs li {
    font-size: 0.875rem;
    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; }
  @media screen and (min-width: 769px) {
    .breadcrumbs a:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #b39c6a;
      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;
      transition: opacity 0.1s ease-out; }
    .breadcrumbs a:focus:after {
      opacity: 1; } }
  .breadcrumbs a::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
  .breadcrumbs a:focus::before, .breadcrumbs a:hover::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .breadcrumbs .fa-magnifying-glass {
    display: none; }


/*# sourceMappingURL=common.min.css.map*/