
@import url("css2-NotoSansTCwght400700_NotoSansSCwght400700_NotoSanswght400700_Robotowght400700_swap.css");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "Arial", "NotoSans", "sans-serif";
  font-weight: normal;
  /*outline: 1px solid #84bc9c !important;*/
}

.web-search-content input:-webkit-autofill,
.web-search-content input:-webkit-autofill:hover,
.web-search-content input:-webkit-autofill:focus,
.web-search-content input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  /*背景色*/
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/
  -webkit-text-fill-color: #fff;
  /*字體顏色*/
  filter: none;
}

.web-search-content input:focus {
  background-color: transparent;
  color: #fff;
}

.web-search-content input:not(:focus) {
  background-color: transparent;
  color: #fff;
}

sub,
sup {
  font-size: 16px;
}

th {
  text-align: inherit;
}

/* 基本設定Start for html_edit*/
body {
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "Arial", "NotoSans", "sans-serif";
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow-x: hidden;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  body {
    overflow-x: auto;
  }
}
p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

img {
  border: none;
  max-width: 100%;
  width: auto;
  height: auto;
}

button {
  outline: 0;
}

input[type=text],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-ms-clear {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  -webkit-transition-property: color, background-color, border-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: color, background-color, border-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: color, background-color, border-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: color, background-color, border-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

a:focus {
  outline: none;
}

a:hover {
  color: #0093FF;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/*btn commom class*/
/* a.common_btn:

 */
.common_btn {
  color: #fff !important;
  overflow: hidden;
  position: relative;
  display: inline-block;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
  line-height: 60px;
  margin: auto;
  font-size: 18px;
  padding: 0px 2px;
  border-radius: 30px;
  vertical-align: middle;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.common_btn:hover::after {
  opacity: 1;
}

.common_btn:before,
.common_btn::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  transition: opacity 0.3s ease;
}

.common_btn:before {
  opacity: 1;
  /*background-image: url(../image/matek_button.png);*/
  z-index: 0;
 /* background: #ccc3;*/
}

.common_btn::after {
  opacity: 0;
  z-index: 0;
 /* background-image: url(../image/matek_button_hover.png);*/
}

.common_btn p {
  z-index: 5;
  position: relative;
  display: inline-block;
  width: 100%;
}

a.common_btn p {
  -webkit-transition-property: color, background-color, border-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: color, background-color, border-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: color, background-color, border-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: color, background-color, border-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: 0;
  line-height: 45px;
}

/* a.common_btn_2:
原文字白色 底色水藍；
hover後: 文字白色  底色深藍
 */
.common_btn_2 {
  color: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-decoration: none;
  min-width: 330px;
  height: 80px;
  margin: auto;
  font-size: 18px;
  padding: 0px 30px;
  border-radius: 45px;
  vertical-align: middle;
  background-color: #0093FF;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.common_btn_2::before {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  line-height: 28px;
  color: #18FFFF;
  text-rendering: auto;
  transform: rotate(180deg) translateY(50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.common_btn_2 h5 {
  z-index: 5;
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding-right: 20px;
  max-height: 56px;
  overflow: hidden;
}

.common_btn_2:hover {
  background-color: #025B9B;
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .common_btn_2 {
    min-width: 320px;
  }

  .common_btn_2::before {
    right: 20px;
  }
}
/* a.common_btn_3:
原文字白色 邊框水藍色 無底色；
hover後: 文字黑色 邊框水藍色 底色藍色

 */
.common_btn_3 {
  color: #fff;
  overflow: hidden;
  position: relative;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
  min-width: 240px;
  line-height: 56px;
  margin: auto;
  font-size: 20px;
  padding: 0px 30px;
  border-radius: 28px;
  border: 1px solid #18FFFF;
  vertical-align: middle;
  text-align: center;
  transition-property: background color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.common_btn_3 p {
  z-index: 5;
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
}

.common_btn_3:hover {
  background-color: #18FFFF;
}

.common_btn_3:hover p {
  color: #00275A;
}

.common_btn_3.selected {
  background-color: #18FFFF;
}

.common_btn_3.selected p {
  color: #00275A;
}

/* a.common_btn_4:
see more
 */
.common_btn_4 {
  color: #148CE3;
  overflow: hidden;
  position: relative;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
  min-width: 191px;
  line-height: 40px;
  margin: auto;
  font-size: 20px;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 0;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}

.common_btn_4 img {
  vertical-align: top;
}

.common_btn_4 .hover_icon {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.common_btn_4 .hover_icon img {
  vertical-align: top;
}

.common_btn_4:hover {
  text-decoration: none;
}

.common_btn_4:hover .hover_icon {
  opacity: 1;
}

.common_btn_4 p {
  z-index: 5;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 10px;
  font-size: 20px;
  line-height: 30px;
}

.common_btn_5 img {
  transform: rotate(90deg);
}

/* 字體大小 */
.font_50 {
  font-size: 50px;
  line-height: 65px;
}

.font_36 {
  font-size: 36px;
  line-height: 54px;
}

.font_28 {
  font-size: 28px;
  line-height: 40px;
}

.font_24 {
  font-size: 24px;
  line-height: 36px;
}

.font_20 {
  font-size: 20px;
  line-height: 32px;
}

/* 平板字型參照mobile */
@media screen and (max-width: 1199px) {
  .m_font_28 {
    font-size: 28px;
    line-height: 40px;
  }

  .m_font_24 {
    font-size: 24px;
    line-height: 36px;
  }

  .m_font_20 {
    font-size: 20px;
    line-height: 32px;
  }
}
.container-fluid {
  width: 100%;
  padding: 0;
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 1199px;
  padding: 0;
}

.html_container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  min-width: 1040px;
}

@media screen and (max-width: 1240px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .main_content {
    min-width: 1199px;
    margin: 0 auto;
  }
}
/* HTML_template start */
.html_edit {
  width: 100%;
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
}

.html_edit ul > li {
  position: relative;
}

.html_edit img {
  max-width: 100%;
}

.html_edit table {
  table-layout: fixed;
  border-spacing: 0px;
  max-width: 100%;
}

/* 大標 */
.padding_bottom {
  padding-bottom: 20px;
}

.html_temp1 p {
  line-height: 36px;
  font-size: 24px;
  color: #00275A;
}

/* 副標 */
.padding_bottom {
  padding-bottom: 20px;
}

.html_temp2 p {
  line-height: 30px;
  font-size: 20px;
  color: #8CB808;
}

/* 內文 */
.article p {
  line-height: 28px;
  font-size: 18px;
  color: #37474F;
}

.sub_para p {
  font-size: 24px;
  line-height: 36px;
  color: #00275A;
  padding-bottom: 20px;
}

/* 一頁兩圖 */
.html_temp3 {
  min-width: 100%;
}

.html_temp3 tr td {
  width: 50%;
  vertical-align: top;
}

.html_temp3 tr > td > img {
  width: 100%;
}

.html_temp3 tr:first-child td:nth-child(1) {
  padding-right: 25px;
}

.html_temp3 tr:first-child td:nth-child(2) {
  padding-left: 25px;
}

.html_temp3 tr:first-child > td > p {
  padding-top: 10px;
  text-align: left;
  line-height: 28px;
  font-size: 18px;
  color: #607D8B;
}

@media screen and (max-width: 767px) {
  .html_temp3 tr td {
    width: 100%;
  }

  .html_temp3 tr:last-child > td {
    padding-bottom: 0;
  }

  .html_temp3 tr:first-child > td {
    display: block;
    width: 100%;
  }

  .html_temp3 tr:first-child td:nth-child(1) {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .html_temp3 tr:first-child td:nth-child(2) {
    padding-left: 0;
  }
}
/* 左圖右文 */
.html_temp4 {
  min-width: 100%;
}

.html_temp4 img {
  width: 100%;
}

.html_temp4 td:nth-child(1) {
  width: 48%;
  vertical-align: top;
}

.html_temp4 td:nth-child(2) {
  width: 52%;
  padding-left: 40px;
  vertical-align: top;
}

/* 圖文共用 */
.html_temp4 .temp_content {
  line-height: 28px;
  font-size: 18px;
  color: #37474F;
}

@media screen and (max-width: 767px) {
  .html_temp4 .temp_content {
    padding-top: 40px;
  }

  .html_temp4 td:nth-child(1),
.html_temp4 td:nth-child(2) {
    display: block;
    padding-left: 0;
    width: 100%;
  }

  .html_temp4 tr:last-child td:last-child {
    padding-bottom: 0;
  }
}
/* 橫式表格 */
.html_temp5_overflow {
  width: 100%;
}

.html_temp5_overflow,
.html_temp5_overflow > tbody,
.html_temp5_overflow > tbody > tr,
.html_temp5_overflow > tbody > tr > td {
  display: block;
}

.html_temp5_overflow {
  min-width: 100%;
}

table.html_temp5 {
  width: 100%;
  table-layout: auto;
}

.html_temp5_outside {
  width: 100%;
}

table.html_temp5_outside > tbody > tr > td {
  padding: 0;
  padding-top: 16px;
  padding-bottom: 70px;
}

.html_temp5_header,
.html_temp5_header > tbody,
.html_temp5_header > tr,
.html_temp5_header > td {
  max-width: 100%;
  width: 100%;
}

.html_temp5_header tr:first-child td {
  padding: 0;
  padding-bottom: 10px;
}

.html_temp5_header .table_title {
  padding-left: 0;
  text-align: left;
  line-height: 40px;
  font-size: 28px;
  color: #546E7A;
}

.html_temp5_header .table_info_top {
  padding-right: 0;
  text-align: right;
  line-height: 30px;
  font-size: 18px;
}

.html_temp5_overflow .table_info_bottom {
  padding-left: 0;
  text-align: left;
  line-height: 30px;
  font-size: 18px;
}

.html_temp5 .media_link {
  display: flex;
  justify-content: start;
  align-items: center;
}

.html_temp5 .media_link > a.download {
  width: 15px;
  height: 15px;
  margin-right: 30px;
}

.html_temp5 .media_link > a::before {
  display: inline-block;
  min-width: 15px;
}

.html_temp5 > tbody > tr > td {
  min-width: 88px;
}

.html_temp5 tbody tr:nth-of-type(n+1) {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #CFD8DC;
}

.html_temp5 thead tr:nth-child(2) th {
  padding: 0;
  width: 0%;
  height: 4px;
  line-height: 0;
  min-height: 0;
  background: transparent linear-gradient(90deg, #A1C927 0%, #0EA3D3 40%, #1D81CC 70%, #0040B1 100%) 0% 0% no-repeat;
}

.html_temp5 th[colspan] {
  text-align: center;
}

.html_temp5 th {
  padding: 20px 17px;
  background-color: #607D8B;
}

.html_temp5 tr:first-child th:first-child {
  padding-left: 30px;
}

.html_temp5 tr:first-child th:last-child {
  padding-right: 30px;
}

.html_temp5 th > p {
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.html_temp5 td {
  padding: 20px 17px;
}

.html_temp5 td:first-child {
  padding-left: 30px;
}

.html_temp5 td:last-child {
  padding-right: 30px;
}

.html_temp5 td > p {
  line-height: 28px;
  font-size: 18px;
  color: #37474F;
  text-align: center;
}

.html_temp5_overflow > tbody > tr > td {
  overflow: auto;
  overflow-y: hidden;
}

@media screen and (max-width: 1199px) {
  .html_temp5_overflow {
    overflow: auto;
    overflow-y: hidden;
  }

  .html_temp5 {
    min-width: 890px;
  }
}
/* 基本設定End for html_edit*/
.no_ul,
.no_ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.table_row {
  display: table-row;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.table_block .table_cell img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.flex_center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.hidden {
  display: none !important;
}

.tran_cs,
.block_link_trans a {
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  -moz-transition: background 0.2s linear, color 0.2s linear;
  -o-transition: background 0.2s linear, color 0.2s linear;
  -ms-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
}

.tran_cs::before {
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  -moz-transition: background 0.2s linear, color 0.2s linear;
  -o-transition: background 0.2s linear, color 0.2s linear;
  -ms-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
}

@media screen and (min-width: 1280px) {
  .hidden_pc {
    display: none !important;
  }

  .show_m,
.show_tb {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .show_mobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden_m,
.show_tb {
    display: none !important;
  }

  .html_container,
.container {
    min-width: 0;
  }
}
body.noscroll {
  overflow: hidden;
  position: relative;
}

body.header_noscroll {
  overflow: visible;
}

body.noscroll .header_logo,
body.noscroll .container_block,
body.noscroll .footer_container_block {
  filter: blur(6px);
  -webkit-filter: blur(6px);
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  .hidden_mobile {
    display: none !important;
  }

  body.noscroll .header_logo,
body.noscroll .container_block,
body.noscroll .footer_container_block {
    filter: blur(0);
    -webkit-filter: blur(0);
  }
}
.more_block {
  padding: 163px 0;
}

.no_hover,
.no_click {
  pointer-events: none;
}

.frozen_block {
  height: 425px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .frozen_block {
    background-image: none !important;
  }
}
.frozen_img {
  width: 100.5%;
  position: fixed;
  bottom: 0;
  top: auto;
  z-index: -1;
  overflow: hidden;
  left: 50%;
  transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}

/* IE不要凍結 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .frozen_img {
    position: absolute;
  }
}
.frozen_img img {
  max-width: none;
  min-width: 100vw;
  /* max-height: 100vh; */
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}

.more_block .title {
  color: #fff;
  text-align: center;
}

.more_block .btn_block {
  margin-top: 40px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .more_block {
    padding: 0;
    position: relative;
    height: 250px;
    overflow: hidden;
  }

  .frozen_img {
    position: absolute;
  }

  .more_block .inner {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    padding: 0 20px;
  }

  .more_block .title {
    font-size: 24px;
    line-height: 32px;
  }

  .more_block .btn_block {
    margin-top: 18px;
  }
}
/*--- Header start ---*/
.gdpr_padding header .header {
  top: 156px;
}

@media screen and (max-width: 767px) {
  .gdpr_padding header .header {
    top: 95px;
  }
}
header .header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header .header.scroll {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
}

.scroll .scroll_logo {
  display: block;
  opacity: 1;
}

.scroll .logo > img {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

header .header.scroll .header_safe_block {
  height: 80px;
}

header .header.scroll .header_safe_block .menu_lv1 > li {
  color: #37474F;
}

header .header.scroll .header_safe_block .menu_lv1 {
  color: #37474F;
}
header .header.scroll .header_safe_block .menu_lv1 a:hover {
  color: #0093FF;
}

header .header.scroll .header_safe_block .menu_lv1 > li {
  height: 80px;
  color: #37474F;
}

header .header.scroll .header_safe_block .menu_lv1 > li a {
  top: 12px;
  padding-bottom: 22px;
  color: inherit;
}

.scroll .header_lang_title {
  background-image: url(../image/matek_world_scroll.svg);
}

.scroll .header-search-pc {
  background-image: url(../image/matek_search_scroll_blue.svg);
}

.scroll .header-epaper {
  background-image: url(../image/matek_epaper_scroll.svg);
}
.scroll .header_ec_title {
  background-image: url(../image/EC_ICON-20231130_white_v1.svg);
}
.scroll .header_lang_title a {
  color: #37474F;
}

header .pc_menu_show.scroll {
  top: 80px;
}

.scroll_logo {
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.resident_block {
  width: 103%;
  left: 0px;
  top: 0;
  position: absolute;
  height: 8px;
  z-index: 1;
  /*background: transparent linear-gradient(90deg, #7f07ff 0%, #4d5ed1 40%, #ccc71d 60%, #0040B1 100%) 0% 0% no-repeat;*/
}

header .header .header_safe_block {
  width: 1426px;
  max-width: 100%;
  height: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

/* logo */
header .header .header_safe_block .logo {
  position: relative;
  top: 0px;
}

/* lang */
.header_lang_btn {
  position: relative;
  top: 8px;
  right: 27px;
  display: flex;
}

.header_lang_title {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  cursor: pointer;
  background: url(../image/matek_world_noscroll.svg) no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 25px;
  width: 20px;
  margin: 0 15px;
}

.header_ec_title {
  cursor: pointer;
  background: url(../image/EC_ICON-20231130_deepblue_v1.svg) no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 26px;
  width: 27px;
  background-size: contain;
  margin: 0 15px;
}
.header_ec_title a {
  display: block;
  width: 100%;
  height: 100%;
}

.ecommerce-hint {
  display: none;
  position: absolute;
  top: 100%;
  left: 150px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header_ec_title:hover .ecommerce-hint {
  display: block;
}
.header_ec_title .ec_list {
  width: 120px;
  margin-top: 30px;
  left: 50%;
  display: none; 
}

.header_ec_btn.active {
  color: #CE000F;
}


.ec_list li {
  display: block;
  width: 100%;
  background-color: #1A1A1A;
}

.ec_list li a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 0 10px;
  font-size: 16px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header-search-pc {
  cursor: pointer;
  background: url(../image/matek_search_scroll.svg) no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 25px;
  width: 20px;
  background-size: contain;
  margin: 0 15px;
}

.header-epaper {
  cursor: pointer;
  background: url(../image/matek_epaper_noscroll.svg) no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 25px;
  width: 20px;
  background-size: contain;
  margin: 0 15px;
}
.header-epaper a {
  display: block;
  width: 100%;
  height: 100%;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: #333;
}

.header_lang_btn .lang_list {
  cursor: pointer;
  width: 120px;
  position: absolute;
  top: 33px;
  left: 0;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}

.header_lang_btn.active {
  color: #CE000F;
}

.header_lang_btn.active .lang_list {
  opacity: 1;
  pointer-events: auto;
}

.lang_list li {
  display: block;
  width: 100%;
  background-color: #1A1A1A;
}

.lang_list li a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 0 10px;
  font-size: 16px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.lang_list li a:hover,
.lang_list li a:focus,
.lang_list li a:active {
  color: #18FFFF;
}

@media (max-width: 1279px) {
  header .header .header_safe_block .threat_link {
    width: 60px;
    height: 26px;
    background: url(/template/images/txone_threat_link.svg) no-repeat center;
  }

  header .header .header_safe_block {
    align-items: flex-end;
  }
}
@media (max-width: 1279px) and (-ms-high-contrast: none) {
  header .header .header_safe_block {
    align-items: center;
  }
}
@media (max-width: 1279px) {
  header .header.m_scroll {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 1279px) {
  header .header .header_safe_block .newsletter_block {
    margin-right: 0;
  }
}
@media (max-width: 1279px) {
  .header_lang_btn {
    display: none;
  }
}
.flex_center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}

/* newsletter */
header .header .header_safe_block .newsletter {
  display: flex;
  font-size: 20px;
  line-height: 30px;
  color: #CE000F;
  align-items: center;
}

header .header .header_safe_block .newsletter .news_img {
  width: 37px;
  height: 21px;
  background: url(/template/images/txone_pc_menu_news.png) no-repeat;
  margin-left: 10px;
}

/* pc menu lv1 */
header .header .header_safe_block .menu_lv1 {
  /*width: 995px;*/
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}

header .header .header_safe_block .menu_lv1 > li {
  color: #fff;
  height: 95px;
  display: flex;
  align-items: center;
  margin-right: 1px;
}

header .header .header_safe_block .menu_lv1 > li:last-of-type {
  margin-right: 0;
}

header .header .header_safe_block .menu_lv1 > li > a {
  font-size: 18px;
  line-height: 26px;
  position: relative;
  top: 15px;
  padding: 15px;
  display: block;
  text-decoration: none;
  padding-bottom: 29px;
  transition: color 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
}

header .header .header_safe_block .menu_lv1 > li > a:hover::before {
  bottom: 5px;
  opacity: 1;
}

header .header .header_safe_block .menu_lv1 > li > a::before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  line-height: 32px;
  color: #18FFFF;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  bottom: -20px;
  transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  #m_menu_show,
#m2_menu_show {
    display: none;
  }

  header .header .header_safe_block .menu_lv1 > li > a.scroll_arrow {
    background: transparent;
    background: transparent;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  header .header .header_safe_block .menu_lv1 > li > a.scroll_arrow:hover::before {
    bottom: 0;
    opacity: 1;
  }

  header .header .header_safe_block .menu_lv1 > li > a.scroll_arrow::before {
    color: #0093FF;
    bottom: -20px;
  }

  header .header .header_safe_block .menu_lv1 > li > a.hover_noscroll::before {
    bottom: 3px;
    opacity: 1;
  }

  header .header .header_safe_block .menu_lv1 > li > a.hover_scroll {
    color: #0093FF;
  }

  header .header .header_safe_block .menu_lv1 > li > a.hover_scroll::before {
    bottom: -4px;
    opacity: 1;
    color: #0093FF;
  }
}
/* pc menu lv2 */
header .pc_menu_show {
  display: none;
  position: fixed;
  top: 95px;
  width: 100%;
  min-height: 70px;
  transition: all 0.3s ease;
  z-index: 150;
  max-width: 1426px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 30px;
}

header .pc_menu_lv2 {
  position: relative;
  background-color: #1A1A1A;
}

header .pc_menu_lv2 .pc_menu_lv2_item,
header .pc_menu_lv3 .pc_menu_lv3_item {
  display: none;
}

header .pc_menu_lv2 .swiper-container {
  height: 106px;
  padding: 0 30px;
  border-bottom: 1px solid #CFD8DC;
}

header .pc_menu_lv2 .swiper-container .swiper-slide {
  width: 20%;
}

header .pc_menu_lv2 .swiper-container .swiper-slide a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
  color: #929292;
}

header .pc_menu_lv2 .swiper-container .swiper-slide a.active,
header .pc_menu_lv2 .swiper-container .swiper-slide a:hover,
header .pc_menu_lv2 .swiper-container .swiper-slide a:focus {
  color: #CE000F;
}

/* pc menu lv3 */
header .pc_menu_lv3 {
  width: 1160px;
  /*min-height: 484px;*/
  padding: 0 0 30px;
  margin: 0 auto;
}

header .pc_menu_lv3 .lv2_note {
  color: #546E7A;
  margin-bottom: 70px;
}

header .pc_menu_lv3 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

header .pc_menu_lv3 ul li {
  width: 25%;
  margin-bottom: 30px;
}

header .pc_menu_lv3 ul li a {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}

header .pc_menu_lv3 ul li a:hover > p {
  color: #CE000F;
}

header .pc_menu_lv3 ul li a > p {
  width: 100%;
  color: #27283C;
  text-align: center;
  margin-bottom: 20px;
}

header .pc_menu_lv3 ul li a > div {
  width: 190px;
  height: 190px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

header .pc_menu_lv3 ul li a > div img {
  flex-shrink: 0;
}

header .pc_menu_lv3 ul li a > div p {
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  color: #27283C;
  text-align: center;
  margin-bottom: 10px;
}

header .pc_menu_lv3 ul li a div:after {
  content: "";
  display: block;
  width: 190px;
  height: 190px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -95px;
  top: 0;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -ms-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  z-index: -1;
}

header .pc_menu_lv3 ul li a div.all_product {
  margin-top: 26px;
}

header .pc_menu_lv3 ul li a div.all_product:after {
  opacity: 1;
  background: #D1D1D1;
}

header .pc_menu_lv3 ul li a:hover div.all_product:after,
header .pc_menu_lv3 ul li a:hover div:after,
header .pc_menu_lv3 ul li a:focus div:after {
  opacity: 1;
  background: #fff;
}

/* about menu */
header .pc_menu_lv2 .menu_content .pc_menu_lv2_title {
  font-size: 36px;
  line-height: 45px;
  color: #FFFFFF;
  padding-bottom: 20px;
}

header .pc_menu_lv2 .menu_content .inner_content {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

header .pc_menu_lv2 .menu_content > div {
  display: flex;
}

header .pc_menu_lv2 .menu_content .menu_left {
  width: 330px;
  padding: 40px 40px 145px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}

header .pc_menu_lv2 .menu_content .menu_right {
  width: calc(100% - 330px);
  padding: 50px 40px 110px;
  height: 360px;
}

header .pc_menu_lv2 .menu_content .menu_right ul {
  display: flex;
  flex-wrap: wrap;
}

header .pc_menu_lv2 .menu_content .menu_right ul li {
  width: calc((100% - 120px)/4);
  margin-bottom: 30px;
  margin-right: 40px;
}

header .pc_menu_lv2 .menu_content .menu_right ul li:nth-of-type(4n) {
  margin-right: 0;
}

header .pc_menu_lv2 .menu_content .menu_right ul li a {
  font-size: 18px;
  color: #B0BEC5;
  display: block;
  width: 100%;
}

header .pc_menu_lv2 .menu_content .menu_right ul li a:hover {
  color: #18FFFF;
  text-decoration: none;
}

/* m menu */
header .header .header_safe_block .m_menu_btn,
.header-search-mb {
  display: none;
}

header .header .header_safe_block .m_menu_btn div {
  width: 30px;
  height: 22px;
  position: relative;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-default .icon-bar {
  color: #455a64;
}

#m_menu_btn div span {
  display: block;
  position: absolute;
  width: 100%;
  background: #fff;
  opacity: 1;
  filter: Alpha(opacity=100);
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.m_scroll .header-search-mb {
  background-image: url(../image/matek_search_scroll_gray.svg);
  bottom: 16px;
}

.m_scroll #m_menu_btn div span {
  background: #8da2a8;
}

.black_scroll #m_menu_btn div span {
  background: #fff;
}

.black_scroll.black_closing.m_scroll #m_menu_btn div span {
  background: #8da2a8;
}

#m_menu_btn span:nth-child(1) {
  top: 0px;
}

#m_menu_btn span:nth-child(2),
#m_menu_btn span:nth-child(3) {
  top: 10px;
}

#m_menu_btn span:nth-child(4) {
  top: 20px;
}

#m_menu_btn.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}

#m_menu_btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#m_menu_btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#m_menu_btn.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.m_background_block {
  position: absolute;
  width: 100%;
  height: 200%;
  top: 8px;
  left: -120%;
  background-color: #1A1A1A;
  z-index: 0;
}

header .header .header_safe_block .menu_lv1 > li.show_1279 {
  display: none;
}

@media screen and (max-width: 1426px) {
  .header_lang_btn {
    right: 0px;
  }
}
@media (min-width: 1280px) and (max-width: 1325px) {
  header .header .header_safe_block .menu_lv1 > li > a {
    font-size: 17px;
  }

  header .header .header_safe_block .menu_lv1 {
    left: 24px !important;
  }

  header .header .header_safe_block .menu_lv1 {
    width: 950px;
  }
}
@media (max-width: 1279px) {
  /* ----- Header ----- */
  header .header .header_safe_block {
    height: 60px;
    padding: 0 20px;
  }

  header .header.black_scroll .header_safe_block {
    height: 80px;
    padding: 0 20px 20px;
  }

  header .header.black_closing .header_safe_block {
    height: 60px;
    padding: 0 20px;
  }

  header .header .header_safe_block .menu_lv1 > li.show_1279 {
    display: flex;
  }

  header .header .header_safe_block .menu_lv1 {
    color: #37474F;
  }

  header .header .header_safe_block .menu_lv1 > li:last-of-type:hover a {
    background: url(../image/matek_world_noscroll.svg) no-repeat;
    background-position: left;
    padding-left: 32px;
  }

  header .header .header_safe_block .menu_lv1 > li:last-of-type a {
    background: url(../image/matek_world_noscroll.svg) no-repeat;
    background-position: left;
    padding-left: 32px;
  }

  header .header .header_safe_block .logo {
    align-self: flex-end;
    top: 30px;
  }

  header .header .header_safe_block .logo img {
    width: 230px;
    vertical-align: bottom;
  }

  /* newsletter */
  header .header .header_safe_block .newsletter .news_img {
    width: 35px;
    height: 20px;
    background: url(/template/images/txone_m_menu_news.png) no-repeat;
    margin-left: 0;
  }

  header .header .header_safe_block .newsletter span {
    display: none;
  }

  /* m menu */
  .header-search-mb {
    display: block;
    cursor: pointer;
    background: url(../image/matek_search_noscroll_white.svg) no-repeat;
    background-position: center;
    transition: bottom 0.3s ease-in-out;
    height: 22px;
    width: 23px;
    background-size: contain;
    position: absolute;
    right: 70px;
    bottom: 0;
  }

  /* IE11 */

  /* ----- Footer ----- */
}
@media (max-width: 1279px) and (-ms-high-contrast: none) {
  .header-search-mb {
    background-size: cover;
  }
}
@media (max-width: 1279px) {
  header .header .header_safe_block .m_menu_btn {
    display: block;
    align-self: flex-end;
    position: absolute;
    right: 20px;
    bottom: 0;
    cursor: pointer;
    transition: bottom 0.3s ease-in-out;
  }
}
@media (max-width: 1279px) {
  header .header .header_safe_block .menu_lv1 {
    display: block;
    position: absolute;
    z-index: 1600;
    width: 100%;
    background: #1A1A1A;
    border: 0;
    top: 60px;
    left: -100%;
    overflow-y: scroll;
    padding: 25px 0;
    overflow-x: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
}
@media (max-width: 1279px) {
  header .header.black_scroll .header_safe_block .menu_lv1 {
    top: 80px;
    padding: 5px 0 25px;
  }
}
@media (max-width: 1279px) {
  header .header .header_safe_block .menu_lv1::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1279px) {
  header .header .header_safe_block .menu_lv1 > li {
    position: relative;
    height: 60px;
    padding: 0px 20px;
    margin-right: 0;
  }
}
@media (max-width: 1279px) {
  header .header .header_safe_block .menu_lv1 > li:hover {
    background: none;
  }
}
@media (max-width: 1279px) {
  header .header .header_safe_block .menu_lv1 > li:first-of-type a {
    padding-left: 0;
  }
}
@media (max-width: 1279px) {
  header .header .header_safe_block .menu_lv1 > li > a {
    color: #fff;
    justify-content: flex-start;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    top: auto;
    width: 100%;
  }
}
@media (max-width: 1279px) {
  header .header .header_safe_block .menu_lv1 > li:last-of-type > a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1279px) {
  header .header .header_safe_block .menu_lv1 > li > a:hover {
    color: #18FFFF;
  }
}
@media (max-width: 1279px) {
  header .header .header_safe_block .menu_lv1 > li > a::before {
    content: "";
  }
}
@media (max-width: 1279px) {
  header .m_menu_show {
    display: none;
    position: fixed;
    z-index: 1600;
    width: 100%;
    background: #1A1A1A;
    border: 0;
    top: 80px;
    left: 100%;
    padding: 20px 20px 55px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
}
@media (max-width: 1279px) {
  header .m_menu_show::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1279px) {
  header .level_show > div {
    display: none;
  }
}
@media (max-width: 1279px) {
  header .level_show .mutiple_block .back_m_title {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    color: #18FFFF;
    padding-bottom: 15px;
    line-height: 30px;
  }
}
@media (max-width: 1279px) {
  header .level_show .mutiple_block .header_blue_line {
    width: 100%;
    height: 1px;
    background-color: #18FFFF;
    display: block;
  }
}
@media (max-width: 1279px) {
  header .level_show > div > p.back_m_title:before {
    position: absolute;
    right: 0;
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    line-height: 32px;
    color: #18FFFF;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 1279px) {
  header .level_show > div li {
    position: relative;
  }
}
@media (max-width: 1279px) {
  header .level_show > div li:first-of-type a {
    padding-top: 0;
  }
}
@media (max-width: 1279px) {
  header .level_show > div li a {
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    display: block;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
  }
}
@media (max-width: 1279px) {
  header .level_show > div li a:hover {
    color: #18FFFF;
  }
}
@media (max-width: 1279px) {
  header .m2_menu_show {
    display: none;
    position: fixed;
    z-index: 1700;
    width: 100%;
    background: #1A1A1A;
    border: 0;
    top: 80px;
    left: 100%;
    padding: 20px 20px 55px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow-x: hidden;
  }
}
@media (max-width: 1279px) {
  header .m2_menu_show::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1279px) {
  header .header .header_safe_block .logo {
    transition: top 0.3s ease-in-out;
  }
}
@media (max-width: 1279px) {
  header .header.m_scroll .header_safe_block {
    height: 60px;
    background-color: #fff;
    align-items: center;
  }
}
@media (max-width: 1279px) {
  header .header.black_scroll.m_scroll .header_safe_block {
    height: 80px;
  }
}
@media (max-width: 1279px) {
  .m_scroll .logo > img {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 1279px) {
  .m_scroll .scroll_logo {
    display: block;
    opacity: 1;
  }
}
@media (max-width: 1279px) {
  header .header.m_scroll .header_safe_block .logo {
    top: -8px;
  }
}
@media (max-width: 1279px) {
  header .header.m_scroll .header_safe_block .logo img {
    vertical-align: top;
  }
}
@media (max-width: 1279px) {
  header .header.m_scroll .header_safe_block .m_menu_btn {
    bottom: 17px;
  }
}
@media (max-width: 1279px) {
  header .header.black_scroll .header_safe_block {
    background-color: transparent;
  }
}
@media (max-width: 1279px) {
  header .header.black_closing .header_safe_block {
    height: 60px;
    background-color: transparent;
  }
}
@media (max-width: 1279px) {
  header .header.black_closing.m_scroll .header_safe_block {
    height: 60px;
    background-color: #fff;
  }
}
@media (max-width: 1279px) {
  .black_scroll .logo > img {
    opacity: 1;
    display: block;
  }
}
@media (max-width: 1279px) {
  .black_scroll .scroll_logo {
    display: none;
    opacity: 0;
  }
}
@media (max-width: 1279px) {
  header .header.black_closing .scroll_logo {
    display: none;
    opacity: 0;
  }
}
@media (max-width: 1279px) {
  header .header.black_closing.m_scroll .scroll_logo {
    opacity: 1;
    display: block;
  }
}
@media (max-width: 1279px) {
  header .header.black_scroll .header_safe_block .logo {
    top: 0;
  }
}
@media (max-width: 1279px) {
  header .header.black_closing .header_safe_block .logo {
    top: 0;
  }
}
@media (max-width: 1279px) {
  header .header.black_closing.m_scroll .header_safe_block .logo {
    top: -8px;
  }
}
@media (max-width: 1279px) {
  header .header.black_scroll .header_safe_block .logo img {
    vertical-align: middle;
  }
}
@media (max-width: 1279px) {
  header .header.black_closing .header_safe_block .logo img {
    vertical-align: bottom;
  }
}
@media (max-width: 1279px) {
  header .header.black_closing.m_scroll .header_safe_block .logo img {
    vertical-align: top;
  }
}
@media (max-width: 1279px) {
  header .header.black_scroll .header_safe_block .m_menu_btn {
    bottom: auto;
  }
}
@media (max-width: 1279px) {
  .adjust_search_scroll .header-search-mb {
    bottom: auto;
  }
}
@media (max-width: 1279px) {
  header .header.black_closing .header_safe_block .m_menu_btn {
    bottom: 0;
  }
}
@media (max-width: 1279px) {
  header .header.black_closing.m_scroll .header_safe_block .m_menu_btn {
    bottom: 17px;
  }
}
@media (max-width: 1279px) {
  @-moz-document url-prefix() {
    header {
      overflow: -moz-hidden-unscrollable;
      height: 100%;
    }

    header .m_menu_show,
header .header .header_safe_block .menu_lv1,
header .m2_menu_show {
      overflow: auto;
      overflow-x: hidden;
    }
  }
}
@media (max-width: 1279px) {
  header .level_show > div > ul > li > a.down_arrow:before {
    position: absolute;
    right: 4px;
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    line-height: 62px;
    color: #18FFFF;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(270deg);
  }
}
@media (max-width: 1279px) {
  header .level_show > div > ul > li > a.down_arrow.active:before {
    transform: rotate(90deg);
  }
}
@media (max-width: 1279px) {
  .lv3 {
    color: #fff;
    width: 100vw;
    background-color: #333333;
    display: none;
    padding: 10px 20px 23px 50px;
    margin-left: -20px;
  }
}
@media (max-width: 1279px) {
  .lv3 li {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .lv3 li a {
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    display: block;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
  }
}
@media (max-width: 1279px) {
  footer .footer_left {
    width: 745px;
    max-width: 40%;
    height: 219px;
    background: none;
  }
}
@media (max-width: 1279px) {
  footer .footer_left > div .meida_area {
    margin-left: 0;
  }
}
@media (max-width: 1279px) {
  footer .footer_left > div {
    justify-content: flex-start;
    padding: 0 20px;
  }
}
@media (max-width: 1279px) {
  footer .footer_left > div .f_logo {
    width: 155px;
    height: 38px;
    background: url(/template/images/txone_tablet_footer_logo.png) no-repeat center;
    margin-bottom: 20px;
  }
}
@media (max-width: 1279px) {
  footer .footer_left > div .meida_area {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  footer .footer_left > div .meida_area .f_fb,
footer .footer_left > div .meida_area .f_youtube,
footer .footer_left > div .meida_area .f_twitter {
    margin: 0 25px 0 0;
  }
}
@media (max-width: 1279px) {
  footer .footer_left > div .meida_area .f_fb {
    background: url(/template/images/txone_tablet_footer_facebook.png) no-repeat center;
  }
}
@media (max-width: 1279px) {
  footer .footer_left > div .meida_area .f_youtube {
    background: url(/template/images/txone_tablet_footer_youtube.png) no-repeat center;
  }
}
@media (max-width: 1279px) {
  footer .footer_left > div .meida_area .f_twitter {
    background: url(/template/images/txone_tablet_footer_twitter.png) no-repeat center;
  }
}
@media (max-width: 1279px) {
  footer .footer_right {
    background: url(/template/images/txone_tablet_footer_bg.png) no-repeat right top;
    padding: 0 20px;
  }
}
@media (max-width: 1279px) {
  footer .footer_right > div > ul {
    display: none;
  }
}
@media (max-width: 1279px) {
  footer .footer_right > div > div {
    width: 100%;
    flex-wrap: wrap;
    border-top: none;
    padding: 0;
    margin: 0 auto 0 45px;
  }
}
@media (max-width: 1279px) {
  footer .footer_right > div > div > ul {
    justify-content: flex-end;
    margin-bottom: 20px;
  }
}
@media (max-width: 1279px) {
  footer .footer_right > div > div > ul li a {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
/*--- header end ---*/
/*--- Footer start ---*/
footer {
  background-color: #001838;
  min-width: 1199px;
  margin-top: -1px;
}

footer .footer_container {
  max-width: 1406px;
  padding: 0 20px;
  margin: 0 auto;
}

footer .footer_container .footer_top {
  padding-top: 116px;
}

footer .footer_container .footer_up {
  width: 100%;
  background-image: url(../image/matek_footer_background.png);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  min-width: 1104px;
}

footer .footer_container .footer_up .footer_flex {
  display: flex;
  width: 1104px;
  justify-content: flex-end;
  padding-bottom: 33px;
}

footer .footer_container .footer_up .footer_flex li:last-of-type a {
  padding-right: 0;
}

footer .footer_container .footer_up .footer_flex li:last-of-type a::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 22px);
  background: #18FFFF;
  opacity: 0;
  position: absolute;
  top: 25px;
  left: auto;
  right: 0;
  transform: translateX(0%);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

footer .footer_container .footer_up .footer_flex li a {
  font-size: 18px;
  line-height: 28px;
  padding: 0 22px;
  color: #18FFFF;
  display: inline-block;
  text-decoration: none;
  position: relative;
}

footer .footer_container .footer_up .footer_flex li a::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 44px);
  background: #18FFFF;
  opacity: 0;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

footer .footer_container .footer_up .footer_flex li a:hover::after {
  opacity: 1;
}

footer .footer_container .footer_mid {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  min-width: 1104px;
}

footer .footer_container .footer_mid .icon_flex {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}

footer .footer_container .footer_mid .icon_flex div a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

footer .footer_container .footer_mid .icon_flex div a .footer_icon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

footer .footer_container .footer_mid .icon_flex div a:hover .footer_icon {
  opacity: 0;
}

footer .footer_container .footer_mid .icon_flex > div:not(:first-child) {
  margin-left: 30px;
}

footer .footer_blue_line {
  width: 100%;
  height: 1px;
  background-color: #0F3669;
  margin: 79px 0 30px 0;
}

footer .footer_block {
  max-width: 1406px;
  padding: 0 5px;
  margin: 0 auto;
  padding-right: 20px;
}

footer .footer_block .footer_bottom {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
}

footer .footer_block .footer_bottom .flex_left {
  width: 50%;
  display: flex;
}

footer .footer_block .footer_bottom .flex_left div {
  font-size: 16px;
  line-height: 24px;
}

footer .footer_block .footer_bottom .flex_left div a {
  padding: 0 15px;
  color: #78909C;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  position: relative;
}

footer .footer_block .footer_bottom .flex_left div a::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 30px);
  background: #78909C;
  opacity: 0;
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

footer .footer_block .footer_bottom .flex_left div a:hover::after {
  opacity: 1;
}

footer .footer_block .footer_bottom .flex_right p {
  color: #78909C;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1366px) {
  footer .footer_container .footer_up .footer_flex li:last-of-type a::after {
    content: "";
    width: calc(100% - 15px);
  }

  footer .footer_container .footer_up .footer_flex li a {
    padding: 0 15px;
  }

  footer .footer_container .footer_up .footer_flex li a::after {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  footer {
    min-width: 0;
  }

  footer .footer_container .footer_top {
    padding-top: 60px;
    overflow: hidden;
  }

  footer .footer_container .footer_up {
    /*width: 158px;*/
    /*background-image: url(../image/matek_footer_svg.svg);*/
    background-size: 100%;
    height: 47px;
    display: flex;
    justify-content: flex-end;
    min-width: 0;
  }

  footer .footer_container .footer_up .footer_flex {
    display: none;
  }

  footer .footer_container .footer_bar {
    width: 100%;
    position: relative;
    left: 140px;
    bottom: 9px;
    /*background-image: url(../image/matek_footer_bar.svg);*/
    background-size: cover;
    height: 9px;
    background-position: bottom;
    background-repeat: no-repeat;
  }

  footer .footer_container .footer_mid {
    justify-content: center;
    min-width: 0;
  }

  footer .footer_container .footer_mid .icon_flex {
    margin-top: 28px;
  }

  footer .footer_blue_line {
    margin: 54px 0 30px 0;
  }

  footer .footer_block {
    max-width: 1406px;
    padding: 0 5px;
    margin: 0 auto;
  }

  footer .footer_block .footer_bottom {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  footer .footer_block .footer_bottom .flex_left {
    width: 100%;
    justify-content: center;
    padding-bottom: 40px;
  }

  footer .footer_block .footer_bottom .flex_right {
    padding: 0 15px;
    width: 100%;
    text-align: center;
  }
}
/*--- Footer end ---*/
/*--- gdpr start ---*/
.gdpr {
  background-color: #37474F;
  padding: 50px 0 46px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.gdpr .gdpr_container {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px 0;
  margin: 0 auto;
}

.gdpr .gdpr_container .gdpr_txt {
  max-width: 900px;
  padding-right: 60px;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
}

.gdpr .gdpr_container .gdpr_txt a {
  color: #18FFFF;
  transition: color 0.3s linear;
}

.gdpr .gdpr_container .gdpr_txt a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .gdpr {
    padding: 15px 0;
  }

  .gdpr .gdpr_container {
    display: block;
  }

  .gdpr .gdpr_container .gdpr_txt {
    max-width: none;
    padding: 0;
  }

  .gdpr .gdpr_container .gdpr_txt a {
    color: #18FFFF;
    transition: color 0.3s linear;
  }

  .gdpr .gdpr_container .btn_block {
    margin: 5px auto 0;
    width: 200px;
  }
}
/*--- gdpr end ---*/
/*--- search start ---*/
.web-result-container {
  background-color: #37474F;
  padding: 30px 0 22px;
  position: fixed;
  top: 156px;
  width: 100%;
  z-index: 999;
  display: none;
}
.web-result-container .web-search-content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px 0;
  margin: 0 auto;
}
.web-result-container .search-block {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  width: 100%;
}
.web-result-container .search-block input {
  width: calc(100% - 80px);
  padding: 0px 30px 0px 0px;
  font-size: 24px;
  line-height: 28px;
  border: none;
  background: none;
  box-shadow: none;
  color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.web-result-container .search-block button {
  overflow: hidden;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
.web-result-container .search-block .close-block {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.web-result-container .search-block .close-block .img {
  width: 20px;
  height: 20px;
}
.web-result-container .search-block .close-block .img img {
  vertical-align: top;
}
.web-result-container .search-block .close-block span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .web-result-container .search-block input {
    width: calc(100% - 20px);
    padding: 0px 20px 0px 0px;
    font-size: 20px;
  }
}
/*--- search end ---*/
.qr_code {
  position: fixed;
  width: 100%;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1800;
  display: none;
  top: 0;
  left: 0;
}

.qr_code .show_result {
  position: absolute;
  background-color: #fff;
  width: 500px;
  height: 300px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: auto;
  text-align: center;
  padding-top: 58px;
  padding-bottom: 55px;
 /* background-image: url(../image/matek_qr_bottom.png);*/
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.qr_code .show_result .top_img {
  background: transparent linear-gradient(90deg, #7f07ff 0%, #4d5ed1 40%, #ccc71d 60%, #0040B1 100%) 0% 0% no-repeat;
  width: 100%;
  left: 0;
  top: -1px;
  position: absolute;
  height: 8px;
}

.qr_code .show_result .title {
  color: #37474F;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}

.qr_code .show_result .social_media {
  width: 100%;
  left: 0;
  top: 10px;
  position: absolute;
  height: 20px;
}

.qr_code .show_result .qr_img {
  margin-bottom: 55px;
  width: 250px;
  height: 250px;
  background-size: 100%;
  z-index: 50;
  margin: 0 auto;
  background-image: url(../image/wechat_qrcode2023_1208.png);
  
}

.qr_code .show_result .close_btn {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 21px;
  height: 21px;
  background-image: url(../image/matek_qr_close.svg);
  background-size: 100%;
  cursor: pointer;
  z-index: 50;
}

@media (max-width: 767px) {
  .qr_code .show_result {
    width: 320px;
    padding: 60px 0;
  }
}
/*# sourceMappingURL=default.css.map */

/*# sourceMappingURL=default.css.map */
