/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/main.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; }

.h1,
.h2,
h1,
h2 {
  font-weight: 500; }

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  font-weight: 400; }

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

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

.table {
  width: 100%;
  display: table; }

.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: 1px; }

/* position */
/* margin */
/* padding */
/* font-size */
html, body {
  width: 100%;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #333;
  font-size: 0.78125vw;
  letter-spacing: 0.06667rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    html, body {
      font-size: 1.95312vw; } }
  @media screen and (max-width: 480px) {
    html, body {
      font-size: 3.125vw; } }

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

.container {
  width: calc(100% - 9.33333rem);
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .container {
      width: calc(100% - 5.33333rem); } }
  @media screen and (max-width: 480px) {
    .container {
      width: calc(100% - 1.33333rem); } }

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

.loading {
  width: 100%;
  height: 100%;
  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: 9999;
  background: rgba(255, 255, 255, 0.98); }

.spinner {
  margin: 5.20833vw auto;
  width: 40px;
  height: 40px;
  position: relative; }

.cube1,
.cube2 {
  background-color: #8bc9cc;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out; }

.cube2 {
  background-color: #b58e51;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

.lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  -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; }
  .lightbox .container {
    max-width: none;
    width: calc(100% - 4.16667vw);
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .lightbox .container {
        width: auto; } }
  .lightbox .scrollBox {
    width: calc(100% - 4.16667vw);
    max-width: 1360px;
    max-height: 100vh; }
    @media screen and (max-width: 1024px) {
      .lightbox .scrollBox {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; } }

.lb_board {
  max-width: 1360px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  position: relative;
  -webkit-box-shadow: 0.10417vw 0.26042vw 0.52083vw rgba(0, 0, 0, 0.1);
          box-shadow: 0.10417vw 0.26042vw 0.52083vw rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 768px) {
    .lb_board {
      width: 100%;
      max-width: none;
      padding: 0;
      -webkit-box-shadow: 0.26042vw 0.65104vw 1.30208vw rgba(0, 0, 0, 0.1);
              box-shadow: 0.26042vw 0.65104vw 1.30208vw rgba(0, 0, 0, 0.1); } }
  @media screen and (max-width: 480px) {
    .lb_board {
      -webkit-box-shadow: 0.41667vw 1.04167vw 2.08333vw rgba(0, 0, 0, 0.1);
              box-shadow: 0.41667vw 1.04167vw 2.08333vw rgba(0, 0, 0, 0.1); } }

.btnClose {
  width: 1.35417vw;
  height: 1.35417vw;
  border: 1px solid #b58e51;
  position: absolute;
  top: 1.04167vw;
  right: 1.04167vw; }
  @media screen and (max-width: 768px) {
    .btnClose {
      width: 3.38542vw;
      height: 3.38542vw;
      top: 2.60417vw;
      right: 2.60417vw; } }
  @media screen and (max-width: 480px) {
    .btnClose {
      width: 5.41667vw;
      height: 5.41667vw;
      top: 4.16667vw;
      right: 4.16667vw; } }
  .btnClose:before, .btnClose.clear:after, .btnClose:after {
    content: '';
    display: block;
    width: 100%;
    height: 0.10417vw;
    border-radius: 0.15625vw;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.07812vw;
    background: #b58e51;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out; }
    @media screen and (max-width: 768px) {
      .btnClose:before, .btnClose.clear:after, .btnClose:after {
        height: 0.26042vw;
        border-radius: 0.39062vw;
        margin-top: -0.13021vw; } }
    @media screen and (max-width: 480px) {
      .btnClose:before, .btnClose.clear:after, .btnClose:after {
        height: 0.41667vw;
        border-radius: 0.625vw;
        margin-top: -0.20833vw; } }
  .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:before, .btnClose a.clear:after {
        content: "";
        width: 100%;
        height: 100%;
        border: 1px dotted #b58e51;
        position: absolute;
        top: 0;
        left: 0;
        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:before, .btnClose a.clear:focus:after {
        opacity: 1; } }

.lbBtn {
  cursor: pointer; }

.header {
  padding: 1.04167vw 0;
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 768px) {
    .header {
      width: 100%;
      padding: 2.60417vw 0;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10; }
      .header:before, .header.clear:after {
        content: "";
        width: 100%;
        height: 120%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.8);
        background: -o-linear-gradient(top, white 0%, white 30%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, white), color-stop(80%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(180deg, white 0%, white 30%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%); } }
  @media screen and (max-width: 480px) {
    .header {
      padding: 4.16667vw 0; } }
  .header .container {
    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: center;
        -ms-flex-align: center;
            align-items: center; }

.mainLogo {
  width: 13.02083vw; }
  @media screen and (max-width: 768px) {
    .mainLogo {
      width: 19.53125vw; } }
  @media screen and (max-width: 480px) {
    .mainLogo {
      width: 31.25vw; } }
  @media screen and (min-width: 769px) {
    .mainLogo a:before, .mainLogo a.clear:after {
      content: "";
      width: 100%;
      height: 100%;
      border: 1px dotted #b58e51;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .mainLogo a:focus:before, .mainLogo a.clear:focus:after {
      opacity: 1; } }

.nav_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative; }

.nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 0.78125vw; }
  @media screen and (max-width: 768px) {
    .nav_list {
      padding: 0 1.95312vw; } }
  @media screen and (max-width: 480px) {
    .nav_list {
      padding: 0 2.08333vw; } }

.nav_li {
  padding: 0 0.78125vw;
  position: relative; }
  .nav_li:hover .subnav_box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); }

.nav_link {
  font-size: 0.88542vw;
  line-height: 1.77083vw; }
  @media screen and (max-width: 768px) {
    .nav_link {
      font-size: 2.21354vw;
      line-height: 4.42708vw; } }
  @media screen and (max-width: 480px) {
    .nav_link {
      font-size: 3.54167vw;
      line-height: 7.08333vw; } }
  .nav_link.active, .nav_link:hover, .nav_link:focus {
    color: #b58e51; }
    .nav_link.active .subnav_box,
    .nav_link.active + .subnav_box, .nav_link:hover .subnav_box,
    .nav_link:hover + .subnav_box, .nav_link:focus .subnav_box,
    .nav_link:focus + .subnav_box {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateX(-50%) translateY(0);
          -ms-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0); }

.subnav_box {
  padding-top: 1.30208vw;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(15px);
      -ms-transform: translateX(-50%) translateY(15px);
          transform: translateX(-50%) translateY(15px);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.subnav_list {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0.10417vw 0.15625vw 0.36458vw rgba(0, 0, 0, 0.2);
          box-shadow: 0.10417vw 0.15625vw 0.36458vw rgba(0, 0, 0, 0.2); }

.subnav_link {
  color: #333;
  text-align: center;
  padding: 0.78125vw 1.5625vw;
  white-space: nowrap; }
  .subnav_link:hover, .subnav_link:focus {
    background: rgba(181, 142, 81, 0.05); }

.lang_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative; }

.lang_btn {
  width: 1.77083vw;
  height: 1.77083vw; }
  @media screen and (max-width: 768px) {
    .lang_btn {
      width: 4.42708vw;
      height: 4.42708vw; } }
  @media screen and (max-width: 480px) {
    .lang_btn {
      width: 7.08333vw;
      height: 7.08333vw; } }
  .lang_btn:last-child {
    margin-left: 0.52083vw; }
    @media screen and (max-width: 768px) {
      .lang_btn:last-child {
        margin-left: 1.30208vw; } }
    @media screen and (max-width: 480px) {
      .lang_btn:last-child {
        margin-left: 2.08333vw; } }

.lang_link {
  height: 100%;
  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;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .lang_link:hover, .lang_link:focus {
    color: #fff;
    background: #b58e51;
    border: 1px solid #b58e51; }
  .lang_link:before, .lang_link.clear:after {
    display: none; }

footer {
  position: relative;
  z-index: 1;
  padding: 2.60417vw 0;
  color: #333;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 768px) {
    footer {
      padding: 6.51042vw 0; } }
  @media screen and (max-width: 480px) {
    footer {
      padding: 10.41667vw 0; } }
  footer .container {
    max-width: 60.41667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media screen and (max-width: 768px) {
      footer .container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: 151.04167vw; } }
    @media screen and (max-width: 480px) {
      footer .container {
        max-width: 241.66667vw; } }
  footer p {
    font-size: 0.86667rem;
    line-height: 2;
    margin-bottom: 0; }
    footer p a {
      display: inline;
      line-height: 2; }

.footer_left {
  padding-right: 2.60417vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10.9375vw;
          flex: 0 0 10.9375vw;
  white-space: nowrap;
  vertical-align: bottom; }
  @media screen and (max-width: 768px) {
    .footer_left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      text-align: center;
      padding: 3.25521vw 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media screen and (max-width: 480px) {
    .footer_left {
      padding: 5.20833vw 0; } }

.footer_middle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .footer_middle {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      text-align: center;
      padding-bottom: 3.25521vw;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media screen and (max-width: 480px) {
    .footer_middle {
      padding-bottom: 5.20833vw; } }

.footer_right {
  text-align: right;
  padding-left: 2.60417vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10.41667vw;
          flex: 0 0 10.41667vw;
  white-space: nowrap;
  vertical-align: bottom; }
  @media screen and (max-width: 768px) {
    .footer_right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      text-align: center;
      padding-left: 0;
      padding-top: 3.25521vw;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  @media screen and (max-width: 480px) {
    .footer_right {
      padding-top: 5.20833vw; } }

.footerShare {
  margin-bottom: 1.5625vw; }
  @media screen and (max-width: 768px) {
    .footerShare {
      margin-bottom: 3.90625vw; } }
  @media screen and (max-width: 480px) {
    .footerShare {
      margin-bottom: 6.25vw; } }
  .footerShare h5 {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1.5625vw; }
    @media screen and (max-width: 768px) {
      .footerShare h5 {
        margin-bottom: 3.90625vw; } }
    @media screen and (max-width: 480px) {
      .footerShare h5 {
        margin-bottom: 6.25vw; } }
  .footerShare dl {
    font-size: 0;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: center; }
    .footerShare dl > * {
      display: inline-block;
      vertical-align: top;
      letter-spacing: 0px; }
  .footerShare dt,
  .footerShare dd {
    font-size: 1.2rem;
    width: 2.60417vw;
    height: 2.60417vw; }
    @media screen and (max-width: 768px) {
      .footerShare dt,
      .footerShare dd {
        width: 6.51042vw;
        height: 6.51042vw; } }
    @media screen and (max-width: 480px) {
      .footerShare dt,
      .footerShare dd {
        width: 10.41667vw;
        height: 10.41667vw; } }
  .footerShare dd {
    margin-left: 0.78125vw; }
    @media screen and (max-width: 768px) {
      .footerShare dd {
        margin-left: 1.95312vw; } }
    @media screen and (max-width: 480px) {
      .footerShare dd {
        margin-left: 3.125vw; } }
  .footerShare a {
    height: 100%;
    border: 1px solid #333;
    border-radius: 50px;
    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; }
    .footerShare a:focus, .footerShare a:hover {
      color: #b58e51;
      border: 1px solid #b58e51; }

.footerLogo {
  width: 7.8125vw;
  margin-bottom: 1.04167vw; }
  @media screen and (max-width: 768px) {
    .footerLogo {
      width: 19.53125vw;
      margin: 0 auto;
      margin-bottom: 3.90625vw; } }
  @media screen and (max-width: 480px) {
    .footerLogo {
      width: 31.25vw;
      margin-bottom: 6.25vw; } }
  @media screen and (min-width: 769px) {
    .footerLogo a:before, .footerLogo a.clear:after {
      content: "";
      width: 100%;
      height: 100%;
      border: 1px dotted #b58e51;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .footerLogo a:focus:before, .footerLogo a.clear:focus:after {
      opacity: 1; } }

.qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    .qrcode {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.qrcode_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.64583vw;
          flex: 0 0 3.64583vw;
  margin-left: 0.78125vw; }
  @media screen and (max-width: 768px) {
    .qrcode_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 9.11458vw;
              flex: 0 0 9.11458vw;
      margin-left: 1.95312vw; } }
  @media screen and (max-width: 480px) {
    .qrcode_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14.58333vw;
              flex: 0 0 14.58333vw;
      margin-left: 3.125vw; } }
  .qrcode_li:first-child {
    margin-left: 0; }

@media screen and (min-width: 769px) {
  .qrcode_link:before, .qrcode_link.clear:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px dotted #b58e51;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out; }
  .qrcode_link:focus:before, .qrcode_link.clear:focus:after {
    opacity: 1; } }

.qrcode_img {
  width: 3.64583vw; }
  @media screen and (max-width: 768px) {
    .qrcode_img {
      width: 9.11458vw; } }
  @media screen and (max-width: 480px) {
    .qrcode_img {
      width: 14.58333vw; } }

.qrcode_caption {
  font-size: .5rem;
  text-align: center; }
  .qrcode_caption .en {
    display: inline-block;
    white-space: normal;
    line-height: 1.1; }

.icon_line a {
  background: url(../../assets/img/icon_line.png) no-repeat center center;
  background-size: 1.30208vw auto; }
  @media screen and (max-width: 768px) {
    .icon_line a {
      background-size: 3.25521vw auto; } }
  @media screen and (max-width: 480px) {
    .icon_line a {
      background-size: 5.20833vw auto; } }
  .icon_line a:focus, .icon_line a:hover {
    background-image: url(../../assets/img/icon_line_hvr.png); }

