html,
body {
  overflow-x: hidden !important;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  border: none;
}
a {
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  border: none;
}
h1,
h3,
h5,
p {
  margin: 0;
}
img {
  border: none;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
img:not([default]) {
  max-width: 100%;
}
svg {
  width: 100%;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
button {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
}
input {
  font-size: inherit;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input:disabled {
  opacity: 1;
  color: inherit;
}
ul {
  margin: 0;
  padding-left: 1em;
  white-space: initial;
}
ul.cus > li {
  padding-left: 1.2em;
}
ul.cus._gh > li {
  padding-left: 1.5em;
}
ul.cus._num > li:nth-child(n + 10) {
  padding-left: 1.8em;
}
ul.cus._num._gh > li:nth-child(n + 10) {
  padding-left: 2.1em;
}
ul.decimal {
  list-style: decimal;
}
ul.disc {
  list-style: disc;
}
ul.upper_alpha {
  list-style: upper-alpha;
}
ul.cus {
  list-style: none;
  padding: 0;
}
ul.cus > li {
  position: relative;
}
ul.cus > li::before {
  content: attr(str);
  position: absolute;
  top: 0;
  left: 0;
}
ul.cus._gh > li::before {
  content: "(" attr(str) ")";
}
ul._dot {
  list-style: none;
  padding: 0;
  padding-left: 1em;
}
ul._dot > li::before {
  content: "‧";
  position: relative;
  margin-left: -1em;
}
ul li ::marker {
  text-indent: 0 !important;
}
@media (min-width: 351px) {
  .up_mb_hide {
    display: none !important;
  }
}
@media (max-width: 1500px) {
  .mb_hide {
    display: none !important;
  }
}
@media (min-width:1200px) {
    .up_lg3_hide {
      display: none !important
    }
  }
  
  @media (max-width:1199px) {
    .lg3_hide {
      display: none !important
    }
  }
@media (min-width: 1025px) {
  .up_lg_hide {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .lg_hide {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .up_md_hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .md_hide {
    display: none !important;
  }
}
@media (min-width: 601px) {
  .up_sm_hide {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .sm_hide {
    display: none !important;
  }
}
@-webkit-keyframes an_none {
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes an_none {
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes an_fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes an_fadeIn {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes an_cp_inset {
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes an_cp_inset {
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes an_scroll {
  0% {
    height: 0;
  }
  40% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes an_scroll {
  0% {
    height: 0;
  }
  40% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes an_rotate_cw {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes an_rotate_cw {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes an_rotate_acw {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes an_rotate_acw {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes slime {
  0%,
  90% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  10% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
    -webkit-transform: translate(0, 5%) scaleY(1.1);
            transform: translate(0, 5%) scaleY(1.1);
  }
  45% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
    -webkit-transform: translate(0, -6%) scaleY(1);
            transform: translate(0, -6%) scaleY(1);
  }
  0%,
  to {
    -webkit-transform: translate(0, 6%) scaleY(0.9);
            transform: translate(0, 6%) scaleY(0.9);
  }
  90% {
    -webkit-transform: translate(0, 5%) scaleY(1);
            transform: translate(0, 5%) scaleY(1);
  }
}
@keyframes slime {
  0%,
  90% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  10% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
    -webkit-transform: translate(0, 5%) scaleY(1.1);
            transform: translate(0, 5%) scaleY(1.1);
  }
  45% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
    -webkit-transform: translate(0, -6%) scaleY(1);
            transform: translate(0, -6%) scaleY(1);
  }
  0%,
  to {
    -webkit-transform: translate(0, 6%) scaleY(0.9);
            transform: translate(0, 6%) scaleY(0.9);
  }
  90% {
    -webkit-transform: translate(0, 5%) scaleY(1);
            transform: translate(0, 5%) scaleY(1);
  }
}
@media (max-width: 1024px) {
  html.nav_active,
  body.nav_active {
    overflow-y: hidden;
  }
}
span.b {
  font-size: 200%;
  line-height: 1;
}
span.w {
  font-weight: bold;
}
span.s {
  font-size: 80%;
}
.float_frame_fill {
  padding-top: 83px;
}
@media (max-width: 376px) {
  .float_frame_fill {
    padding-top: calc(83 / (376 * 1) * 100vw);
  }
}
html:has(.mask_layer.active) {
  overflow: hidden;
}
.mask_layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow-y: auto;
}
.mask_layer:not(.active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.mask_layer.active .mask_frame {
  -webkit-animation-name: an_none;
          animation-name: an_none;
}
.mask_layer .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mask_layer .mask_frame {
  position: relative;
  top: 3rem;
  left: 0;
  right: 0;
  min-height: calc(100% - 3rem);
  background-color: #fff;
  border-radius: 2.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: env(safe-area-inset-bottom);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: 0.5s ease forwards;
          animation: 0.5s ease forwards;
  overflow: hidden;
}
.mask_layer .mask_frame > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mask_layer .mask_frame > div > ._fill {
  overflow-y: auto;
  height: 100%;
}
.mask_layer .mask_frame > div > :not(._fill) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mask_layer .mask_frame__close {
  position: absolute;
  top: 1.8rem;
  right: 2.65rem;
  z-index: 10;
  width: 1.75rem;
  height: 1.75rem !important;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mask_layer .mask_frame__close {
    top: 5.73vw;
    right: 4.3vw;
    width: 4.56vw;
    height: 4.56vw !important;
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
.header,
.footer {
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
}
.header *,
.footer * {
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, opacity 0.15s linear;
  transition: color 0.25s ease, background-color 0.25s ease, opacity 0.15s linear;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 100;
  padding: 0 40px;
  background-color: #ffffff;
}
@media (min-width: 1025px) {
  .header .nav_item {
    top: 17px;
  }
}
@media (max-width: 1500px) and (min-width: 1025px) {
  .header .nav_item {
    top: 8px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0 20px;
  }
}
.header .header_ctn {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  font-size: 18px;
}
@media (max-width: 1500px) {
  .header .header_ctn {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .header .header_ctn {
    z-index: 2;
  }
}
@media (max-width: 1024px) {
  .header .header_ctn {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .header .header_ctn {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .header .header_logo {
    width: 70px;
  }
}
@media (max-width: 1024px) {
  .header .header_logo {
    width: 210px;
  }
}
.header .header_logo > img {
  width: 100%;
}
@media (min-width: 1025px) {
  .header .nav_frame {
    width: 100%;
    max-width: 550px;
  }
}
@media (max-width: 1500px) and (min-width: 1025px) {
  .header .nav_frame {
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  .header .nav_frame {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .nav_frame:not(.active) {
    height: 0;
  }
}
.header .nav_close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1025px) {
  .header .nav_close {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header .nav_ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .header .nav_ctn {
    position: relative;
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-top: 1px solid #cccccc;
  }
  .header .nav_ctn:not(.active) {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.header .nav_box {
  position: relative;
  color: #6d6d6d;
}
@media (min-width: 1025px) {
  .header .nav_box {
    cursor: pointer;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .nav_box:not(:hover) .sub_frame .sub_ctn {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .header .nav_box {
    border-bottom: 1px solid #cccccc;
  }
}
.header .nav_box:hover .tag_box .new {
  -webkit-animation: swing 0.5s ease-in-out infinite;
          animation: swing 0.5s ease-in-out infinite;
}
.header .nav_box:not(._sign) .nav_item:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .header .nav_box:not(._sign) .nav_item:hover {
    background-color: #efeeee;
  }
}
@media (min-width: 1025px) {
  .header .nav_box._sign {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header .sub_frame {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 0;
  }
}
@media (max-width: 1024px) {
  .header .sub_frame {
    padding: 1.5em 0;
    padding-left: 3em;
    border-top: 1px solid #c2c2c2;
  }
}
@media (min-width: 1025px) {
  .header .sub_frame .sub_ctn {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    background-color: #ffffff;
    -webkit-filter: drop-shadow(0 0 10.5px rgba(112, 112, 112, 0.53));
            filter: drop-shadow(0 0 10.5px rgba(112, 112, 112, 0.53));
    padding: 20px 35px 30px;
  }
}
.header .sub_frame .sub_box {
  display: block;
}
.header .sub_frame .sub_box-inner {
  position: relative;
  width: max-content;
}
.header .sub_box .new {
  position: absolute;
  width: 25px;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@media (min-width: 1201px) {
  .header .sub_box .new {
    right: -15px;
    bottom: 80%;
  }
}

@media (max-width: 1200px) {
  .header .sub_box .new {
    top: -15px;
    left: 100%;
    margin-left: 3px;
  }
}
.header .sub_frame .sub_box:hover .new {
  animation: swing 0.5s ease-in-out infinite;
}
.header .sub_frame .sub_box:not(:last-child) {
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #c2c2c2;
}
.header .sub_frame .sub_box:hover .sub_item {
  opacity: 0.7;
}
.header .sub_frame .sub_item {
  white-space: pre;
}
.header .nav_item {
  position: relative;
  display: block;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1025px) {
  .header .nav_item.active {
    color: #da291c;
    text-shadow: 0 0 1px;
  }
}
@media (max-width: 1024px) {
  .header .nav_item {
    padding: 1em 0;
    padding-left: 3em;
  }
}
@media (max-width: 600px) {
  .header .nav_item {
    padding-left: 40px;
  }
}
.header .nav_item._sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
.header .tag_box {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header .tag_box .new {
  position: absolute;
  width: 25px;
  margin-bottom: 10px;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media (min-width: 1025px) {
  .header .tag_box .new {
    right: -15px;
    bottom: 100%;
  }
}
@media (max-width: 1024px) {
  .header .tag_box .new {
    top: -15px;
    left: 100%;
    margin-left: 3px;
  }
}
.header .sign_item {
  border: 1px solid #da291c;
  border-radius: 5px;
  padding: 0.3em 0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .sign_item:not(:last-child) {
  margin-right: 10px;
}
.header .sign_item._signin {
  color: #ffffff;
  background-color: #da291c;
}
.header .sign_item._signin::before {
  background-image: url("../../../../img/webcall/wait/header/signin.png");
  background-size: 20px auto;
  width: 20px;
  margin-top: -1px;
}
.header .sign_item._signup {
  color: #da291c;
  background-color: #ffffff;
}
.header .sign_item._signup::before {
  background-image: url("../../../../img/webcall/wait/header/signup.png");
  background-size: 25px auto;
  width: 25px;
}
.header .sign_item:hover {
  opacity: 0.7;
}
.header .sign_item::before {
  content: "";
  background: no-repeat left center;
  display: block;
  margin-right: 10px;
}
.header .sign_item > div {
  line-height: 1;
}
.header .sign_item > div::after {
  content: "";
  display: block;
  height: 0.1em;
}
.header .search_frame {
  font-size: 90%;
  position: relative;
}
@media (max-width: 1024px) {
  .header .search_frame {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .search_frame:not(.active) {
    height: 0;
  }
}
.header .search_frame .close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header .search_frame .search_ctn {
  position: relative;
}
@media (max-width: 1024px) {
  .header .search_frame .search_ctn {
    background-color: #ffffff;
    padding: 1em;
  }
}
.header .search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #e5001f;
  border-radius: 50px;
  padding-left: 1.5em;
}

.header .search_box input {
  width: 100%;
  height: 2.5em;
}
.header .search_box input::-webkit-input-placeholder {
  color: #b1b1b1;
}
.header .search_box input::-moz-placeholder {
  color: #b1b1b1;
}
.header .search_box input:-ms-input-placeholder {
  color: #b1b1b1;
}
.header .search_box input::-ms-input-placeholder {
  color: #b1b1b1;
}
.header .search_box input::placeholder {
  color: #b1b1b1;
}
.header .search_box .icon {
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../../../../img/webcall/wait/header/search.png") no-repeat center;
  background-color: #e5001f;
  border-radius: 50px;
}
.header .search_box .icon:hover {
  opacity: 0.8;
}
.header .search_m {
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 70%;
}
.header .search_m:hover {
  opacity: 0.8;
}
.header .search_m > img {
  width: auto;
  height: 100%;
}
.header {
  border: none;
}
.header .nav_btn {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .header .nav_btn {
    display: none;
  }
}
.header .nav_btn .nav_line {
  width: 32px;
  height: 3px;
  background-color: #da291c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .nav_btn .nav_line:not(:last-child) {
  margin-bottom: 8px;
}
.header .nav_btn .nav_line:nth-child(1) {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header .nav_btn .nav_line:nth-child(3) {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.header .nav_btn.active {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.header .nav_btn.active .nav_line:nth-child(1) {
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}
.header .nav_btn.active .nav_line:nth-child(2) {
  opacity: 0;
}
.header .nav_btn.active .nav_line:nth-child(3) {
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
}
.header,
.header_fill {
  height: 100px;
}
@media (max-width: 1500px) {
  .header,
  .header_fill {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .header,
  .header_fill {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .header,
  .header_fill {
    height: 50px;
  }
}
.header_fill {
  height: 110px;
}
@media (max-width: 1500px) {
  .header_fill {
    height: 68px;
  }
}
@media (max-width: 768px) {
  .header_fill {
    height: 68px;
  }
}
@media (max-width: 600px) {
  .header_fill {
    height: 58px;
  }
}
@media (max-width: 1024px) {
  .header .nav_frame,
  .header .search_frame {
    top: 68px;
  }
}
@media (max-width: 768px) {
  .header .nav_frame,
  .header .search_frame {
    top: 68px;
  }
}
@media (max-width: 600px) {
  .header .nav_frame,
  .header .search_frame {
    top: 58px;
  }
}
.header .header_line {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #da291c;
  height: 10px;
}
@media (max-width: 1024px) {
  .header .header_line {
    height: 8px;
  }
}
@media (min-width: 1025px) {
  .header .nav_frame {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    margin: -10px 0;
  }
}
@media (max-width: 1024px) {
  .header .nav_ctn {
    padding-top: 8px;
  }
}
footer.footer {
  background-color: #ffffff;
  display: block;
  text-align: center;
  padding: 30px 10px 50px;
  border-bottom: 16px solid #da291c;
  color: #6d6d6d;
  font-size: 15px;
  line-height: 1.5;
  -webkit-box-shadow: 0px -2px 10px 0 #eeeeee;
          box-shadow: 0px -2px 10px 0 #eeeeee;
}
@media (max-width: 1024px) {
  footer.footer {
    border-width: 10px;
  }
}
@media (max-width: 600px) {
  footer.footer {
    padding-bottom: 30px;
    font-size: 14px;
  }
}
footer.footer a {
  display: inline-block;
}
footer.footer .footer_ctn {
  max-width: 600px;
  margin: auto;
}
@media (max-width: 600px) {
  footer.footer .footer_ctn {
    max-width: 350px;
  }
}
footer.footer .footer_media > a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 30px;
  padding: 0 8px 8px;
  font-size: 0;
  line-height: 1;
}
@media (max-width: 600px) {
  footer.footer .footer_link {
    line-height: 1.8;
  }
}
footer.footer .footer_link a {
  color: #6d6d6d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
}
footer.footer .footer_link a:hover {
  color: #da291c;
}
@media (min-width: 1201px) {
  .up_nav_m_hide {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .nav_m_hide {
    display: none !important;
  }
}
html {
  font-size: 20px;
}
@media (max-width: 1500px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.60416667vw;
  }
}
body {
  letter-spacing: 1px;
  font-weight: 400;
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
}
img {
  display: block;
}
img[src$=".svg"] {
  width: 100%;
}
[v-cloak] {
  opacity: 0;
}
.float_frame > a {
  position: relative;
}
@media (min-width: 1025px) {
  .float_frame > a {
    width: 3rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .float_frame > a:hover {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
}
@media (max-width: 1024px) {
  .float_frame > a {
    background-color: #4cb337;
  }
}
.space_frame {
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
}
