﻿/*-----------Default Setting-----------*/

@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");

* {
  /* outline: 1px solid red !important; */
}

body,
html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  border: none;
}

body {
  font-family: "Open Sans", Arial, Verdana, "Microsoft JhengHei", "新細明體",
    "細明體" !important;
  font-family: "Open Sans", "Arial", "Verdana", "Microsoft JhengHei", "Meiryo",
    "Hiragino Kaku Gothic Pro", "sans-serif" !important;
  height: 100%;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  color: #263228;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
}

p {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
}

.font_50 {
  font-size: 50px;
  line-height: 75px;
}

.font_36 {
  font-size: 36px;
  line-height: 54px;
}

.font_30 {
  font-size: 30px;
  line-height: 45px;
}

.font_28 {
  font-size: 28px;
  line-height: 42px;
}

.font_24 {
  font-size: 24px;
  line-height: 36px;
}

.font_20 {
    font-size: 20px;
    line-height: 30px;
}

.font_18 {
  font-size: 18px;
  line-height: 28px;
}

.font_16 {
  font-size: 16px;
  line-height: 24px;
}

select {
  outline: none;
}

a {
  color: #0582ca;
  text-decoration: none;
}

a:hover {
  color: #0057a6;
  text-decoration: none;
  outline: none !important;
}

a.link_no_hover:hover,
.link_no_hover a:hover {
  color: #039be5 !important;
}

textarea,
input[type="text"],
input[type="button"],
input[type="reset"],
input[type="submit"],
select {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}

select::-ms-expand {
  display: none;
}

.no_ul,
.no_ul>li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table_block {
  table-layout: fixed;
  display: table;
  height: 100%;
  width: 100%;
}

table {
  border-spacing: 0px;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.html_edit {
  overflow: hidden;
}

.html_edit table {
  height: auto;
  table-layout: fixed;
  /* width: 100%; */
  /* max-width: 100%; */
  min-width: 100%;
}

.html_edit a {
  color: #039be5;
  word-break: break-all;
}

.html_edit a:hover {
  text-decoration: underline;
}

.html_edit img {
  max-width: 100%;
  height: auto;
}

.html_edit .img_table {
  position: relative;
}

.html_edit .zoom_table {
  width: 50px;
  height: 50px;
  min-width: auto;
  background-image: url(../images/umc_zoom_btn.png);
  background-position: center;
  position: absolute;
  right: -10px;
  bottom: -10px;
  background-repeat: no-repeat;
  display: none;
  cursor: pointer;
}

.img_table .zoom_table td {
  padding: 0;
  font-size: 0;
}

.img_table .zoom_table .zoom_btn {
  /* background-repeat: no-repeat;
  background-image: url(../images/umc_zoom_btn.png);
  background-position: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; */
}

/* default-end */

/* ================================================ */

/* html_template-start */

/* 20200217 Ken html_template_banner */

.html_template_banner {
  background-color: #eceff1;
  padding: 80px 0 60px 0;
}

.html_template_banner .date {
  color: #455a64;
}

.html_template_banner .title {
  color: #455a64;
  border-bottom: 1px solid #b0bec5;
  padding-bottom: 40px;
  padding-top: 15px;
  margin-bottom: 16px;
}

.html_template_banner .breadcrumb a,
.html_template_banner .breadcrumb span {
  color: #90a4ae;
}

.container.html_content {
  padding-top: 80px;
}

@media screen and (max-width: 1199px) {
  .html_template_banner {
    padding: 40px 0;
  }

  .html_template_banner .title {
    border-bottom: 0px;
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 0px;
    margin-bottom: 0;
  }

  .container.html_content {
    padding-top: 40px;
  }
}

/* 大標 */

/* tp_html_style1 start*/

.tp_html_style1 .tp_title {
  padding-bottom: 36px;
}

.tp_html_style1 .tp_title p {
  font-size: 36px;
  line-height: 54px;
  color: #455a64;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .tp_html_style1 .tp_title p {
    font-size: 30px;
    line-height: 45px;
  }
}

/* tp_html_style1 end*/

/* ===============================
================================== */

/* 副標 */

/* tp_html_style2 start*/

.tp_html_style2 .tp_sub_title {
  padding-bottom: 36px;
}

.tp_html_style2 .tp_sub_title p {
  font-size: 30px;
  line-height: 45px;
  color: #455a64;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .tp_html_style2 .tp_sub_title p {
    font-size: 24px;
    line-height: 36px;
  }
}

/* tp_html_style2 end*/

/* ===============================
================================== */

/* 左圖右文 */

/* tp_html_style3 start*/

.tp_html_style3 img {
  width: 100%;
  max-width: 560px;
}

.tp_html_style3 td:nth-child(1) {
  width: 50% !important;
  padding-right: 20px;
  vertical-align: top;
}

.tp_html_style3 td:nth-child(2) {
  width: 50% !important;
  padding-left: 20px;
}

.tp_html_style3>tbody>tr td p:not(:last-of-type) {
  margin-bottom: 28px;
}

.tp_html_style3 tr td {
  padding-bottom: 36px;
}

@media screen and (max-width: 1199px) {
  .tp_html_style3 td:nth-child(1) {
    text-align: center;
    width: 100% !important;
    padding: 0;
  }

  .tp_html_style3 td:nth-child(2) {
    width: 100% !important;
    padding: 0px;
    padding-bottom: 36px;
  }

  .tp_html_style3 tr td:nth-child(1) {
    padding-bottom: 36px;
  }

  .tp_html_style3 td {
    display: block;
  }
}

/* tp_html_style3 end*/

/* ===============================
================================== */

/* Bullet 清單 */

/* tp_html_style4 start*/

/* 圓點清單共用 */

.html_edit ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.html_edit ul>li {
  position: relative;
  font-size: 20px;
  line-height: 34px;
  padding-left: 40px;
  color: #263228;
}

.html_edit ul>li::before {
  background-color: #0057a6;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 7px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 17px;
}

.html_edit ul>li:not(:last-of-type) {
  margin-bottom: 15px;
}

.tp_html_style4 .bullet:last-of-type {
  padding-bottom: 80px;
}

/* tp_html_style4 end*/

/* ===============================
================================== */

/* 標題列在上方表格 */

/* tp_html_style5 start*/

.tp_html_style5 p {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
}

.tp_html_style5 .tp_sub_title {
  padding-bottom: 36px;
}

.tp_html_style5 .tp_sub_title p {
  font-size: 30px;
  line-height: 45px;
  color: #455a64;
}

.tp_html_style5 .tp_form {
  padding-bottom: 30px;
}

.tp_html_style5 .remind {
  padding-bottom: 36px;
}

.tp_html_style5 .remind p {
  color: #455a64;
  font-size: 18px;
  line-height: 28px;
}

.tp_html_style5 .tp_form th {
  text-align: center;
  color: #fff;
  padding: 23px 0;
  background-color: #0057a6;
}

.tp_html_style5 .tp_form tr td:nth-child(1) {
  padding: 20px 0 20px 60px;
  color: #0057a6;
  width: 25.86%;
}

.tp_html_style5 .tp_form tr td:nth-child(2) {
  padding: 20px 80px 20px 20px;
  color: #263238;
}

.tp_html_style5 .tp_form td {
  border-bottom: 1px solid #cfd8dc;
}

@media screen and (max-width: 1199px) {
  .tp_html_style5 .tp_sub_title p {
    font-size: 24px;
    line-height: 36px;
  }

  .tp_html_style5 .tp_form td {
    display: block;
  }

  .tp_html_style5 .tp_form td {
    width: 100%;
    border-bottom: 1px solid #cfd8dc;
  }

  .tp_html_style5 .tp_form tr td:nth-child(1) {
    border-bottom: none;
    padding: 20px 0 0 0;
    width: 100%;
  }

  .tp_html_style5 .tp_form tr td:nth-child(2) {
    padding: 20px 0 20px 0;
    color: #263238;
  }
}

/* tp_html_style5 end*/

/* ===============================
================================== */

/* 左圖右文 */

/* tp_html_style6 start*/

.tp_html_style6 img {
  width: 100%;
  max-width: 560px;
}

.tp_html_style6 td:nth-child(1) {
  width: 50% !important;
  padding-right: 20px;
}

.tp_html_style6 td:nth-child(2) {
  width: 50% !important;
  padding-left: 20px;
  vertical-align: top;
}

.tp_html_style6>tbody>tr td p:not(:last-of-type) {
  margin-bottom: 28px;
}

.tp_html_style6 tr td {
  padding-bottom: 36px;
}

.html_edit ol {
  margin: 0;
}

.html_edit ol>li {
  text-align: left;
  font-size: 20px;
  line-height: 34px;
}

.html_edit ol>li:not(:last-of-type) {
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .tp_html_style6 td:nth-child(1) {
    text-align: left;
    width: 100% !important;
    padding: 0;
  }

  .tp_html_style6 td:nth-child(2) {
    height: auto;
    width: 100% !important;
    text-align: center;
    padding-left: 0;
  }

  .tp_html_style6 tr td:nth-child(1) {
    padding-bottom: 36px;
  }

  .tp_html_style6>tbody>tr>td {
    display: block;
    width: 100%;
  }
}

/* tp_html_style6 end*/

/* ===============================
================================== */

/* 分隔線 */

/* tp_html_style7 start*/

.tp_html_style7 td {
  border-top: 1px solid #cfd8dc;
  padding-bottom: 36px;
  line-height: 0;
}

/* tp_html_style7 end*/

/* ===============================
================================== */

/* 數字清單 */

/* tp_html_style8 */

.tp_html_style8 td {
  padding-bottom: 80px;
}

/* tp_html_style8  end*/

/* ===============================
================================== */

/* 一列兩圖 */

/* tp_html_style9 start*/

.tp_html_style9 td {
  vertical-align: top;
  padding-bottom: 36px;
  width: 50%;
}

.tp_html_style9 td img {
  width: 100%;
}

.tp_html_style9 p {
  padding-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tp_html_style9 td {
    display: block;
    width: 100%;
  }
}

/* tp_html_style9 end*/

/* ===============================
================================== */

/* 一列三圖 */

/* tp_html_style10 start*/

.tp_html_style10 td {
  vertical-align: top;
  padding-bottom: 36px;
  width: 33.33%;
}

.tp_html_style10 td img {
  width: 100%;
}

.tp_html_style10 p {
  padding-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tp_html_style10 td {
    display: block;
    width: 100%;
  }
}

/* tp_html_style10 end*/

/* ===============================
================================== */

/* 影片 */

/* tp_html_style11 start*/

.tp_html_style11 tr:nth-child(1) td {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.tp_html_style11 tr:nth-child(2) td {
  padding-bottom: 36px;
  line-height: 0;
}
.tp_html_style11 img,
.tp_html_style11 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* tp_html_style11 end*/

/* ===============================
================================== */

/* 聯絡方式 */

/* tp_html_style13 start*/

.tp_html_style13 .connection_line.line_top {
  border-top: 1px solid #cfd8dc;
  padding-bottom: 30px;
}

.tp_html_style13 .connection_line.line_bottom {
  border-bottom: 1px solid #cfd8dc;
  padding-top: 30px;
}

.tp_html_style13 .connection_content {
  text-align: center;
}

.tp_html_style13 .connection_content .phone {
  position: relative;
  padding-left: 30px;
}

.tp_html_style13 .connection_content .phone::before {
  pointer-events: none;
  content: "\f095";
  font-family: "FontAwesome";
  display: inline-block;
  left: 0;
  color: #90a4ae;
  font-size: 24px;
  font-weight: lighter;
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}

.tp_html_style13 .connection_content .mail {
  position: relative;
  padding-left: 34px;
}

.tp_html_style13 .connection_content .mail::before {
  pointer-events: none;
  content: "\f0e0";
  font-family: "FontAwesome";
  display: inline-block;
  left: 0;
  color: #90a4ae;
  font-size: 24px;
  font-weight: lighter;
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}

/* tp_html_style13 end*/

/* ===============================
================================== */

/* back按鈕 */

.html_edit_btn_block {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media screen and (max-width: 1199px) {
  .html_edit_btn_block {
    padding: 80px 0;
  }
}

.html_edit_btn_block a {
  margin: auto;
}

/* back按鈕 */

/* ==============================
=================================
================================= */

/* csr html_template*/

/* csr_tp_html_style1 start */

/* csr小標 */

.csr_tp_html_style1 {
  color: #0057a6;
}

.csr_tp_html_style1 td {
  padding-bottom: 36px;
}

.csr_tp_html_style1 p {
  font-size: 24px;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  .tp_html_style1 .tp_title p {
    font-size: 30px;
    line-height: 45px;
  }
}

/* csr_tp_html_style1 end */

/* ================================
=================================== */

/* csr內文標 */

/* csr_tp_html_style2 start */

.csr_tp_html_style2 {
  color: #455a64;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
}

.csr_tp_html_style2 td {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .tp_html_style2 .tp_sub_title p {
    font-size: 24px;
    line-height: 36px;
  }
}

/* csr_tp_html_style2 end */

/* ================================
=================================== */

/* csr標題列在上方表格 (小)  */

/* csr_tp_html_style3 start */

.csr_tp_html_style3_overflow {
  width: 100%;
  margin-bottom: 36px;
}

.html_edit table.csr_tp_html_style3 {
  width: 800px;
}

.csr_tp_html_style3 a {
  text-decoration: none;
  color: #039be5;
}

.csr_tp_html_style3 th,
.csr_tp_html_style3 td {
  width: 50%;
}

.csr_tp_html_style3 th {
  background-color: #0057a6;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding: 23px 0;
}

.csr_tp_html_style3 td {
  padding: 35px 20px;
  border-bottom: 1px solid #cfd8dc;
}

@media screen and (max-width: 1199px) {
  .csr_tp_html_style3_overflow>tbody>tr>td {
    overflow: auto;
    overflow-y: hidden;
  }
}

/* csr_tp_html_style3 end */

/* ================================
=================================== */

/* csr條列式下載 */

/* csr_tp_html_style4 start */

.csr_tp_html_style4 {
  color: #039be5;
}

.html_edit .csr_tp_html_style4 ul li::before {
  background: none;
  width: auto;
  height: auto;
  color: #039be5;
  pointer-events: none;
  /* content: "\f15b";
  font-family: 'FontAwesome'; */
  width: 16px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/umc_icon_file.svg);
  display: inline-block;
  left: 0;
  font-weight: lighter;
  z-index: 5;
  position: absolute;
  top: 7px;
  background-size: 100%;
  border-radius: 0;
}

.html_edit .csr_tp_html_style4 ul li {
  padding-left: 20px;
}

.csr_tp_html_style4 td {
  padding-bottom: 36px;
}

.csr_tp_html_style4 a {
  text-decoration: none;
  color: #039be5;
}

/* csr_tp_html_style4 end */

/* ================================
=================================== */

.hidden_m {
  /* display: block !important; */
}

.hidden_pc {
  /* display: none !important; */
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }

  h1 {
    font-size: 36px;
    line-height: 54px;
  }

  h2 {
    font-size: 30px;
    line-height: 45px;
  }

  h3 {
    font-size: 24px;
    line-height: 36px;
  }

  h4 {
    font-size: 18px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
  }

  h5 {
    font-size: 14px;
    line-height: 21px;
  }

  .html_edit .zoom_table {
    display: block;
  }
}

.zoom_img {
  position: relative;
  text-align: center;
}

.zoom_img::after {
  width: 50px;
  height: 50px;
  content: "";
  min-width: auto;
  background-image: url(../images/umc_zoom_btn.png);
  background-position: center;
  position: absolute;
  right: -10px;
  bottom: -10px;
  background-repeat: no-repeat;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .zoom_img::after {
    display: block;
  }
}

/* loading  */

#loading_block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading {
  text-align: center;
}

/*
 * Loading Dots
 * Can we use pseudo elements here instead :after?
 */

.loading span {
  display: inline-block;
  vertical-align: middle;
  width: 0.6em;
  height: 0.6em;
  margin: 0.19em;
  background: #6738b7;
  border-radius: 0.6em;
  animation: loading 1s infinite alternate;
  -webkit-animation: loading 1s infinite alternate;
}

/*
 * Dots Colors
 * Smarter targeting vs nth-of-type?
 */

.loading span:nth-of-type(2) {
  background: #0457a6;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.loading span:nth-of-type(3) {
  background: #2c79ff;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.loading span:nth-of-type(4) {
  background: #0cc4ff;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.loading span:nth-of-type(5) {
  background: #4dd0e1;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

/*
 * Animation keyframes
 * Use transition opacity instead of keyframes?
 */

@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#loading_block {
  background-color: #eceff1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.main_content {
  overflow: hidden;
  margin-top: -1px;
}

.container-fluid {
  min-width: 1170px;
  max-width: 100%;
  /*overflow: hidden;*/
}

.no_hover,
.no_click {
  pointer-events: none;
}

.frozen_block::before {
  /* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block; */
}

.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%);
}

.select_block {
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
}

.select_block.mb_0 {
  margin-bottom: 0px;
}

.select_block.mb_36 {
  margin-bottom: 36px;
}

.select_block::before {
  pointer-events: none;
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  right: 0;
  color: #0057a6;
  font-size: 30px;
  font-weight: lighter;
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}

.common_select {
  cursor: pointer;
  width: auto;
  max-width: 100%;
  min-width: 200px;
  font-size: 24px;
  line-height: 36px;
  color: #455a64;
  border: 0;
  border-bottom: 1px solid #b0bec5;
  /* background-image: url(../images/umc_select_icon.png);
  background-repeat: no-repeat;
  background-position: right center; */
  background-color: #fff;
  padding: 7px 40px 7px 0px;
}

.common_btn_1 {
  width: 240px;
  line-height: 52px;
  max-height: 52px;
  text-align: center;
  font-size: 20px;
  display: block;
  outline: none !important;
  border: none;
}

.common_btn_2 {
  width: 200px;
  line-height: 52px;
  max-height: 52px;
  text-align: center;
  font-size: 20px;
  border-radius: 26px;
  display: block;
  outline: none !important;
  border: none;
}

.common_btn_3 {
  width: 220px;
  line-height: 52px;
  max-height: 52px;
  text-align: center;
  font-size: 20px;
  border-radius: 26px;
  display: block;
  outline: none !important;
  border: none;
}

.btn_color {
  color: #ffffff !important;
  border-radius: 30px;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  background-size: cover;
}

.btn_color span {
  z-index: 5;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
}

.btn_color::before,
.btn_color::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  background-size: cover;
  position: absolute;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}

.btn_color::before {
  opacity: 1;
  /* filter: Alpha(opacity=100); */
  background-image: url(../images/umc_btn.svg);
  z-index: 0;
}

.btn_color::after {
  opacity: 0;
  z-index: 0;
  background-image: url(../images/umc_btn_hover.svg);
}

.btn_color:hover::after {
  opacity: 1;
}

.btn_color_2:hover {
  color: #fff;
  background-color: #0057a6;
}

.btn_color_2 {
  border: 1px solid #0057a6;
  color: #0057a6;
  border-radius: 30px;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}


.ir-tab-btn.btn_color_2.show {
    color: #fff;
    background-color: #0057a6;
}

.btn_color_3 {
  background-color: #0057a6;
  color: #fff;
  border-radius: 30px;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}

.btn_color_3:hover {
  background-color: #039be5;
  color: #fff;
}

.has_next {
  color: #455a64;
  transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
}

.has_next:hover {
  color: #039be5 !important;
}

.has_next::after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
  color: #0057a6;
}

a.has_underline,
.has_underline a:hover {
  text-decoration: underline !important;
}

.hover_underline:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {

  /* mb/tb Show */
  .show_1200 {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .w_180_t {
    width: 180px;
    min-width: auto;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .show_767 {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .show_767 {
    display: block;
  }

  .select_block,
  .common_select {
    width: 100%;
  }

  .select_block::before {
    font-size: 18px;
    right: 20px;
  }

  .select_block.mb_36 {
    margin-bottom: 60px;
  }
}

.bg_cover {
  background-size: cover !important;
  background-position: center;
}

.noscroll {
  overflow: hidden;
}

.require {
  color: #dd2c00;
}

.slide_wrap {
  display: none;
}

.slide_wrap.open {
  display: block;
}

.pb_30 {
  padding-bottom: 30px;
}

/* GDPR start */
/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */

/* gdpr start */
.gdpr-space {
    height: 100%;
    display: block;
}

.gdpr .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(180, 180, 180, 0.2) !important;
}

.gdpr .mCSB_draggerRail {
    background-color: transparent !important;
}

.gdpr .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.gdpr .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(180, 180, 180, 0.4) !important;
}

.gdpr .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.gdpr .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 25px;
    margin: 0px !important;
}

.gdpr-mask {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9998;
}

    .gdpr-mask.active {
        z-index: 10000;
    }

.gdpr-block,
.gdpr-manage-block {
    color: #263238;
    background-color: #ECEFF1;
    position: fixed;
    display: block;
}

.gdpr-block {
    width: 100%;
    bottom: 0;
    z-index: 9999;
}

    .gdpr-block.none {
        display: none;
    }

    .gdpr-block .container,
    .gdpr-block .btn-block,
    .gdpr-manage-block .manage-block .item .top-bar {
        display: flex;
    }

    .gdpr-block .container {
        padding-top: 50px;
        padding-bottom: 50px;
        /* justify-content: center; */
        min-height: 126px;
        max-width: 1080px;
    }

    .gdpr-block .text-block {
        margin-right: 70px;
        max-width: 566px;
    }

    .gdpr-block .gdpr-title,
    .gdpr-manage-block .text-block .gdpr-title,
    .gdpr-manage-block .effective-block .gdpr-title,
    .gdpr-manage-block .manage-block .item .title {
        font-size: 16px;
        font-weight: bold;
        /* margin-bottom: 10px; */
        line-height: 24px;
    }

    .gdpr-block .gdpr-title,
    .gdpr-manage-block .text-block .gdpr-title,
    .gdpr-manage-block .effective-block .gdpr-title,
    .gdpr-manage-block .manage-block .item .title {
        font-size: 20px;
        line-height: 34px;
        font-weight: normal;
    }

    .gdpr-block .gdpr-title {
        padding-bottom: 20px;
    }

.gdpr-manage-block .text-block .gdpr-title {
    margin-bottom: 10px;
}


.cookie-block-two .btn-block,
.gdpr-block .btn-block {
    display: flex;
    align-items: center;
    width: auto;
}

    .cookie-block-two .btn-block .accept-all,
    .gdpr-block .btn-block .accept-all {
        margin-right: 32px;
        white-space: nowrap;
    }

    .cookie-block-two .btn-block .manage-preferences,
    .gdpr-block .btn-block .manage-preferences {
        /* text-decoration: underline; */
        white-space: nowrap;
        color: #039BE5;
        transition: .3s;
    }

        .cookie-block-two .btn-block .manage-preferences:hover,
        .gdpr-block .btn-block .manage-preferences:hover {
            text-decoration: underline;
        }

        .gdpr-block .btn-block .manage-preferences:hover,
        .gdpr-manage-block .manage-block .top-bar:hover {
            cursor: pointer;
        }

.gdpr-manage-block {
    height: 100%;
    z-index: 10000;
    width: 560px;
    padding: 50px 0;
    right: -150%;
    transition: right 0.3s linear;
    padding-bottom: 0px;
}

    .gdpr-manage-block.active {
        top: 0;
        right: 0;
    }

    .gdpr-manage-block .text-block .gdpr-text {
        margin-bottom: 20px;
    }

    .gdpr-manage-block .text-block {
        margin-bottom: 50px;
    }

    .gdpr-manage-block .effective-block {
        height: 100%;
        overflow-y: auto;
        padding: 0 40px;
    }

ul.manage-block {
    margin-top: 12px;
}


.gdpr-manage-block .manage-block .top-bar {
    padding: 10px 15px 10px 42px;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.gdpr-manage-block .manage-block .item:first-of-type {
    border-top: 1px solid #CCCCCC;
}

.gdpr-manage-block .manage-block .item:nth-of-type(2n) {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.gdpr-manage-block .manage-block .item:last-of-type {
    border-bottom: 1px solid #CCCCCC;
}


.gdpr-manage-block .manage-block .item .status-block {
    color: #0057A6;
}



    .gdpr-manage-block .manage-block .item .status-block .status-text {
        pointer-events: none;
    }

.gdpr-manage-block .text-block .gdpr-text a {
    /* text-decoration: underline; */
    color: #039BE5;
    transition: .3s;
}

    .gdpr-manage-block .text-block .gdpr-text a:hover {
        text-decoration: underline;
    }

.gdpr-manage-block .manage-block .item .title {
    margin: 0;
}

.gdpr-manage-block .manage-block .item .text {
    margin-bottom: 10px;
    display: none;
    padding: 0 40px;
}

.gdpr-manage-block .manage-block .item .title::before {
    display: block;
    position: absolute;
    content: "";
    width: 2px;
    height: 12px;
    background-color: #0057A6;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.35s;
}

.gdpr-manage-block .manage-block .item .title::after {
    display: block;
    position: absolute;
    content: "";
    width: 2px;
    height: 12px;
    background-color: #0057A6;
    left: 15px;
    top: 50%;
    /* transform: translateY(-50%); */
    transition: 0.35s;
    transform: translateY(-50%) rotate(90deg);
}

.gdpr-manage-block .manage-block .item .title.active:before {
    transform: translatex(0) translateY(-50%) rotate(-90deg);
}

.gdpr-manage-block .manage-block .item .title.active:after {
    transform: translatex(0) translateY(-50%) rotate(0deg);
    opacity: 0;
}

.gdpr-manage-block .manage-block .item .status-block {
    line-height: 24px;
}

    .gdpr-manage-block .manage-block .item .status-block .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 24px;
        margin: 0;
    }

        .gdpr-manage-block .manage-block .item .status-block .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .gdpr-manage-block .manage-block .item .status-block .slider.round {
        border-radius: 23px;
    }

    .gdpr-manage-block .manage-block .item .status-block .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #CCC;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .gdpr-manage-block .manage-block .item .status-block .slider.round:before {
            border-radius: 50%;
        }

        .gdpr-manage-block .manage-block .item .status-block .slider:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: 3px;
            bottom: 3px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
            box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
        }

    .gdpr-manage-block .manage-block .item .status-block input:checked + .slider {
        background-color: #7DCE58;
    }

        .gdpr-manage-block .manage-block .item .status-block input:checked + .slider:before {
            -webkit-transform: translateX(24px);
            -ms-transform: translateX(24px);
            transform: translateX(24px);
        }

.gdpr-manage-block .bottom-cover {
    display: block;
    z-index: 10005;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #ECEFF1;
    padding: 30px 40px 50px 40px;
    left: 0;
}

.gdpr-block .btn-block .accept-all,
.gdpr-manage-block .gdpr-btn-block .allow-all,
.gdpr-manage-block .bottom-btn .confirm {
    /* line-height: 35px; */
}

.gdpr-manage-block .gdpr-btn-block {
    display: flex;
}

.cookie-block-two .common_btn_2,
.gdpr-block .common_btn_2 {
    min-width: 200px;
    width: 240px;
    line-height: 50px;
    font-size: 18px;
}

    .cookie-block-two .common_btn_2 span,
    .gdpr-block .common_btn_2 span {
        padding: 0 44px;
    }

.gdpr-manage-block .gdpr-btn-block .reject-all,
.gdpr-manage-block .gdpr-btn-block .allow-all {
    line-height: 48px;
    font-size: 18px;
    max-height: 50px;
    width: 150px;
    cursor: pointer;
    /* margin-right: 20px; */
}

    .gdpr-manage-block .gdpr-btn-block .allow-all + .reject-all {
        margin-left: 20px;
    }

    .gdpr-manage-block .gdpr-btn-block .allow-all span {
        /* padding: 0 40px; */
    }

.gdpr-btn-block.bottom-btn .confirm {
    width: auto;
    line-height: 50px;
    max-height: 50px;
    font-size: 18px;
}

    .gdpr-btn-block.bottom-btn .confirm span {
        padding: 0 36px;
    }

@media(max-width: 1199px) {


    .gdpr-block .container {
        padding: 50px 40px;
        justify-content: center;
        min-height: 150px;
    }

    .gdpr-block .text-block {
        margin-right: 42px;
        width: 406px;
    }

    .cookie-block-two .btn-block,
    .gdpr-block .btn-block {
        flex-direction: column;
        width: auto;
        justify-content: center;
    }

        .cookie-block-two .btn-block .accept-all,
        .gdpr-block .btn-block .accept-all {
            margin-right: 0px;
            margin-bottom: 20px;
        }
}

@media(max-width: 767px) {

    .gdpr .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
    .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
        right: 0px;
    }

    .gdpr-block .container {
        flex-direction: column;
        padding: 30px 20px;
    }

    .gdpr-block .text-block {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 40px;
    }

    .gdpr-manage-block .gdpr-btn-block {
        text-align: end;
        justify-content: center;
    }

    .gdpr-manage-block .text-block .gdpr-text {
        margin-bottom: 20px;
    }

    .gdpr-manage-block {
        width: 100%;
        padding-top: 30px;
        /* padding: 40px 0; */
    }

        .gdpr-manage-block .effective-block {
            padding: 0 20px;
        }

        .gdpr-manage-block .bottom-cover {
            width: 100%;
            bottom: 0;
            padding: 30px 0;
        }

        .gdpr-manage-block .text-block {
            margin-bottom: 40px;
        }

        .gdpr-manage-block .manage-block .item .title {
            min-width: 190px;
        }

        .gdpr-manage-block .manage-block .item .status-block .status-text {
            margin-left: 18px;
            text-align: end;
        }
}


/* gdpr start end */

/* ================================================================================================================================== */
/* ================================================================================================================================== */
/* ================================================================================================================================== */

/* GDPR end */

/*clear bootstrap*/

.navbar-right {
  margin: 0;
}

.container-fluid,
.navbar-collapse {
  padding: 0;
}

.navbar {
  border: 0;
  padding: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}

.navbar-default {
  background: #fff;
  z-index: 999;
}

.navbar-header {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#header {
  position: fixed;
  width: 100%;
}

/* ----- Menu ----- */

.menu_block {
  width: auto;
}

.con-1200 {
  width: 1170px;
  max-width: 100%;
  height: 70px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.con-1200:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: -webkit-linear-gradient(left, #00a2a3, #00deff);
  background: -o-linear-gradient(right, #00a2a3, #00deff);
  background: -moz-linear-gradient(right, #00a2a3, #00deff);
  background: linear-gradient(to right, #00a2a3, #00deff);
}

/*logo*/

.navbar-brand {
  position: relative;
  margin: 0;
  height: 100%;
  padding: 10px;
}

.navbar-nav.navbar-right.top_item_area {
  position: relative;
  flex-direction: row;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus {
  color: #01aaab;
  text-decoration: none;
  outline: 0;
  background-color: #263238;
}

.dropdown-menu {
  top: 70px;
  left: 2px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #016dce;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.lang_menu {
  margin: -10px 0 0;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  background-color: #0057a6;
}

.dropdown-menu>li>a {
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  text-align: center;
  display: block;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #01aaab;
  color: #fff;
}

.navbar-default .navbar-nav>.language.open>a,
.navbar-default .navbar-nav>.language.open>a:hover,
.navbar-default .navbar-nav>.language.open>a:focus {
  background-color: #fff;
  color: #546e7a;
}

.navbar-right .dropdown-menu {
  left: 47%;
  transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  position: absolute;
}

/*language*/

.navbar-default .navbar-nav>li>a {
  font-size: 16px;
  line-height: 24px;
  color: #546e7a;
  padding: 15px 15px;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}

.dropdown.language>a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/umc_language.svg) no-repeat center center;
  background-size: cover;
  position: relative;
  top: 3px;
  left: -12px;
}

.dropdown.language>a span::after {
  display: inline-block;
  width: 9px;
  height: 20px;
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 20px;
  background-size: cover;
  position: relative;
  top: 2px;
  margin-left: 10px;
  COLOR: #90A4AE
}

.navbar-default .navbar-nav>li>a.lang {
  padding: 15px 18px;
  text-decoration: none;
  position: relative;
  top: 2px;
}

.navbar-default .navbar-nav>li>a.dropdown-toggle::after {
  display: none;
}

/* login */

.login div {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url(../images/umc_login.svg);
  background-position: center;
  margin-top: 6px;
  transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
}

.login:hover div {
  background-image: url(../images/umc_login_hover.svg);
}

/*area*/

.navbar-default .navbar-nav>li>a.area {
  width: 117px;
  height: 36px;
  line-height: 36px;
  background: #0abbbc;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 0;
  position: relative;
  top: 8px;
}

.navbar-default .navbar-nav>li>a.area i {
  font-size: 18px;
  color: #fff;
  position: relative;
  top: 0;
  left: -7px;
}

/*cross bar*/

.line_title {
  display: inline;
}

.line_title {
  color: #fff;
  /* position: relative;
    top: 2px;
    left: 6px; */
  padding-bottom: 0;
}

.line {
  padding: 6.5px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.line:focus {
  outline: none;
}

.line-bar {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: -4px;
  left: 0px;
}

.line-bar-inner {
  display: block;
  top: 50%;
  margin-top: 1px;
}

.line-bar-inner,
.line-bar-inner:before,
.line-bar-inner:after {
  width: 30px;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  height: 3px;
  transform: rotate(0deg) translate3d(0, 0, 1px);
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

#m_menu_btn {
  float: left;
  padding-right: 0;
}

#m_menu_btn .line-bar-inner,
#m_menu_btn .line-bar-inner:before,
#m_menu_btn .line-bar-inner:after {
  background: #0057a6;
}

#m_menu_btn.is-active .line-bar {
  z-index: 2;
}

/*.line-bar-inner{
	width: 26px;
	right: 0;
}*/

.line-bar-inner {
  width: 30px;
  right: 11px;
  top: 14px;
}

/*.line-bar-inner:before {
    top: -11px;
    left: -10px;
}*/

.line-bar-inner:before {
  top: 11px;
}

.line-bar-inner:after {
  bottom: -23px;
  left: 0px;
}

.line-bar-inner:before,
.line-bar-inner:after {
  content: "";
  display: block;
  border-radius: 3px;
}

.menuappend {
  position: relative;
  top: 0;
}

.menuappend>div {
  display: flex;
}

.menuappend-1200 {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}

.menu_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #0057a6;
  width: 123px;
  padding: 5px 20px;
}

.menuappend .line-bar-inner:after {
  transition: bottom 0.1s 0.14s ease,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menuappend .line-bar-inner:before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.is-active .line-bar-inner:before {
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: top 0.2s ease, opacity 0.2s 0.44s ease,
    background-color 0.2s ease 0.2s;
}

.is-active .line-bar-inner:after {
  bottom: 0;
  transform: rotate(-90deg) translate3d(0, 0, 1px);
  transition: bottom 0.2s ease,
    transform 0.2s 0.44s cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 0.2s ease 0.2s;
}

.is-active .line-bar-inner {
  transform: rotate(45deg) translate3d(0, 0, 1px);
  transition-delay: 0.44s;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #fff;
  top: 24px;
}

/* resident_block */

.resident_block {
  padding-left: 40px;
}

.resident_block ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.resident_block li {
  margin-right: 30px;
}

.resident_block li:last-child {
  margin-right: 0px;
}

.resident_block ul a {
  color: #202b2f;
  font-size: 18px;
  line-height: 28px;
}

.header_search_icon div {
  width: 21px;
  height: 22px;
  display: inline-block;
  background-image: url(../images/umc_search.svg);
  background-size: 100%;
  background-size: 21px;
  background-position: center;
  margin-top: 6px;
  transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  position: relative;
  background-repeat: no-repeat;
}

.header_search_icon div::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/umc_search_hover.svg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  background-repeat: no-repeat;
}

.header_search_icon:hover div:after {
  background-image: url(../images/umc_search_hover.svg);
  opacity: 1;
}

.search_menu {
  background-color: #016dce;
  color: #fff;
}

.navbar-right .dropdown-menu.search_menu {
  position: fixed;
  left: 0;
  /* top: 0px; */
  width: 100%;
  margin: 0;
  margin-top: -1px;
  transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
}

.search_menu li {
  max-width: 1200px;
  padding: 20px 0;
  margin: auto;
  display: flex;
  line-height: 60px;
}

.search_btn,
.search_close_btn {
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
}

.search_menu input {
  font-size: 20px;
  line-height: 36px;
  width: 100%;
  background: none;
  outline: none;
  border: none;
  color: #fff;
}

#search::placeholder {
  color: #fff !important;
}

/* For IE 11 */

:-ms-input-placeholder {
  color: #fff !important;
}

/* edge */

::-ms-input-placeholder {
  color: #fff !important;
}

#top_header {
  padding-right: 30px;
}

@media screen and (max-width: 1570px) {
  .resident_block {
    padding-left: 20px;
  }

  .resident_block li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1499px) and (min-width: 1366px) {


  .resident_block ul a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .search_menu input {
    font-size: 18px;
  }
}

/*main menu*/

.main-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}

.is-menu-open .main-menu {
  opacity: 1;
}

.main-menu-1200 {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}

.main-menu__wrapper {
  display: none;
  position: fixed;
  top: 69px;
  left: 0;
  bottom: 0;
  bottom: -60px;
  right: 0;
  justify-content: space-between;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: auto;
  z-index: -1;
}

.main-menu__wrapper.scroller {
  top: 60px;
}

.is-menu-open.main-menu__wrapper {
  display: flex;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 999;
  animation: brief_show 0.5s forwards;
  -webkit-animation: brief_show 0.5s forwards;
}

.js-menu-background-lv1 {
  display: block;
  position: absolute;
  z-index: 0;
  content: "";
  background: #455a64;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  pointer-events: none;
}

.js-menu-background-lv2 {
  display: block;
  position: absolute;
  z-index: 0;
  content: "";
  /* background: #eceff1; */
  top: 0;
  bottom: 0;
  width: calc(100% - 540px);
  right: 0;
  pointer-events: none;
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

/*menu item */

.lv1 li.unit_title {
  opacity: 0;
  filter: alpha(opacity=0);
  letter-spacing: 0.10526em;
  font-size: 15px;
  line-height: 1rem;
  color: #90a4ae;
  padding-bottom: 14px;
  display: inline-block;
  list-style: none;
  padding-left: 0;
}

.lv1 {
  padding-left: 49px;
  padding-right: 49px;
  margin: 47px 0 42px;
  padding-bottom: 5px;
  position: relative;
  padding-left: 160px;
  padding-right: 75px;
  max-width: 540px;
  max-height: 10000000px;
}

.lv1>li {
  padding-top: 15px;
  padding-bottom: 15px;
  /*overflow: hidden;*/
  /* max-height: 57px; */
  transition: max-height 0.6s ease-out;
  /* margin-left: -10px; */
  opacity: 1;
  filter: alpha(opacity=0);
}


.lv1>li>a {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  position: relative;
  transition: 0.2s ease-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lv1>li:hover {
  /* cursor: pointer; */
}

.lv1>li:hover>a,
.lv1>li.is-active>a {
  color: #00c4ff;
}

.lv1>li>a:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 10px;
  font-size: 20px;
}

.lv1>li>a:hover,
.lv1>li>a:focus {
  color: #00c4ff;
  text-decoration: none;
}

.menu_title {
  width: calc(100vw - 660px);
  max-width: 1150px;
  max-height: none;
  left: 100%;
  /* position: absolute; */
  top: 0;
  font-size: 30px;
  line-height: 41px;
  color: rgba(69, 90, 100, 0.79);
  display: none;
  margin-left: 70px;
  /* border-bottom: 1px solid #cfd8dc; */
  padding-bottom: 17px;
  padding-top: 47px;
}

.menu_hot_link {
  color: #37474F;
  position: absolute;
  bottom: 17px;
  right: 0;
  display: flex;
}

.menu_hot_link::before {
  position: relative;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 17px;
  margin-top: 7px;
  background-size: cover;
  background-position: center;
  background-image: url(../images/umc_swiper_right_hover.svg);
}

.menu_brief {
  width: 300px;
  left: 100%;
  position: absolute;
  display: none;
  margin-left: 70px;
  padding-top: 30px;
  top: 60px;
  opacity: 0;
}

.menu_brief div {
  opacity: 0;
  transition: opacity 3s ease;
  -webkit-transition: opacity 3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.is-menu-open .menu_brief div {
  animation: brief_show 0.5s forwards;
  -webkit-animation: brief_show 0.5s forwards;
}

@keyframes brief_show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes brief_show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.menu_brief p {
  font-size: 16px;
  line-height: 24px;
  padding-top: 30px;
  color: #455a64;
}

.is-active .menu_title,
.is-active .menu_brief {
  display: block;
  opacity: 1;
}

.lv2 {
  display: none;
  /* position: absolute; */
  top: 60px;
  /* left: calc(100% + 370px); */
  left: 100%;
  width: 100%;
  margin-left: 70px;
  padding-top: 30px;
}

.lv2>li {
  /* padding-top: 10px; */
  padding-bottom: 30px;
  /*overflow: hidden;*/
  /* max-height: 57px; */
  transition: max-height 0.6s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 320px;
  color: #455a64;
}

.lv2>li {
  margin-right: 80px;
}

.is-active .lv2>li {
  opacity: 1;
}

.lv2>li>a:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.lv2>li>a.active {
  color: #016dce;
}

.lv3 {
  /* display: none; */
}

.lv2>li>a,
.lv3>li>a {
  font-size: 18px;
  line-height: 28px;
  color: #455a64;
  position: relative;
  transition: 0.2s ease-out;
}


.lv2>li>a.download_btn {
  border: 1px solid #06fbfe;
  padding: 13px 40px;
  border-radius: 25px;
  position: relative;
  left: -40px;
}

.lv2>li>a.download_btn:hover {
  color: #fff;
  border: 1px solid #0abbbc;
  background: #0abbbc;
}

.menu_title_block,
.menu_brief_block {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}

.is-active .brief_block {
  display: block;
}

@media screen and (min-width: 1200px) {
  .js-menu-background-lv1 {
    width: calc(100% - 40px);
  }

  .lv1>li>a {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }

  .lv2>li:nth-child(3n) {
    margin-right: 0px;
  }

  .lv2>li>a {
    display: block;
    /* height: 100%; */
    font-weight: bold;
  }

  .lv2>li>a:hover {
    color: #016dce;
  }

  .lv2>li>a:hover,
  .lv2>li>a:focus {
    color: #016dce;
  }

  .lv2>li>a.active:after,
  .lv2>li>a:hover:after {
    opacity: 1;
  }

  .lv2>li.has_child>a:after {
    opacity: 1;
    transform: rotate(90deg);
  }

  .lv2>li.has_child>a.clicked {
    padding-bottom: 10px;
    border-bottom: 1px solid #CFD8DC;
    color: #016dce;
  }

  .lv2>li.has_child>a.clicked:after {
    transform: rotate(-90deg);
  }

  .is-active .lv2 {
    display: flex !important;
    /* width: calc(100vw - 1030px); */
    width: calc(100vw - 610px);
    flex-wrap: wrap;
    max-width: 1310px;
  }

  .lv3>li>a {
    margin-top: 15px;
    position: relative;
    padding-left: 20px;
    color: #37474F;
    display: block;
  }

  .lv3>li>a:hover,
  .lv3>li>a.active {
    color: #00C4FF;
  }

  .lv3>li>a:hover::after,
  .lv3>li>a.active::after {
    position: relative;
    margin-left: 10px;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
  }

  .lv3>li>a:hover::after,
  .lv3>li>a.active::after {
    opacity: 1;
  }

  .bg-wrap {
    position: absolute;
    left: 100%;
    top: 0;
    top: -47px;
    height: calc(100% + 47px);
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: 100% !important;
    max-height: calc(100% + 47px);
    overflow-y: auto;
    min-height: 100vh;
    width: calc(100vw - 540px);
    pointer-events: none;
    display: none;
    background: #eceff1;
    padding-bottom: 100px;
    overflow-x: hidden;
  }

  .is-active .bg-wrap {
    pointer-events: all;
    display: block;
  }
}

@media screen and (max-width: 1820px) {
  .lv2>li {
    width: 280px;
  }
}

@media screen and (max-width: 1670px) {
  .lv2>li {
    width: 251px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 1499px) and (min-width: 1200px) {
  .menu_title {
    margin-left: 50px;
    width: calc(100vw - 620px);
  }

  .menu_brief {
    width: 240px;
    margin-left: 50px;
  }

  .lv2>li {
    /* width: 50%; */
  }

  .lv2>li:nth-child(2n) {
    margin-right: 0;
  }

  .is-active .lv2 {
    /* left: calc(100% + 270px);
    width: calc(100vw - 910px);
    */
    width: calc(100vw - 620px);
    width: 600px;
    margin-left: 50px;
  }
}

@media screen and (max-width: 1365px) and (min-width: 1200px) {
  .is-active .menu_brief {
    /* display: none !important; */
  }

  .is-active .lv2 {
    /* margin-left: 60px;
    left: 100%;
    width: calc(100vw - 630px); */
  }

  .lv2>li:nth-child(2n) {
    margin-right: 30px;
  }
}

/*自訂動畫效果*/

/*淡入淡出*/

/* Chrome, Safari, Opera */

@-webkit-keyframes ani_opactiy {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(0%);
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(100%);
  }
}

/* Standard syntax */

@keyframes ani_opactiy {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes ani_opactiy_r {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

/* Standard syntax */

@keyframes ani_opactiy_r {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

#menu_back {
  display: none;
}

/* ----- container ----- */

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px 0;
}

@media screen and (max-width: 1600px) {
  .lv1 {
    /* max-width: 37%; */
  }
}

@media screen and (min-width: 1810px) {
  .lv2>li:nth-child(3n) {
    /* margin-right: 0; */
  }
}

@media screen and (max-width: 1499px) {
  .lv2>li:nth-child(n) {
    margin-right: 40px;
  }

  .lv2>li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1365px) {
  .hidden_1366 {
    display: none !important;
  }

  .resident_block ul a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1279px) {
  .hidden_1280 {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .hidden_tb {
    display: none !important;
  }

  .container-fluid {
    min-width: 100%;
  }

  .container {
    width: 100%;
    min-width: 100%;
    padding: 0 40px;
  }

  .con-1200,
  .menuappend-1200,
  .main-menu-1200 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1200px) {
  .hidden_pc {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .menu_block {
    position: absolute;
    left: 36px;
    z-index: 200;
    top: 15px;
  }


  .resident_block li {
    margin-right: 10px;
  }

  .resident_block ul a {
    font-size: 12px;
  }

  .navbar-brand {
    padding: 15px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
  }

  .hidden_t {
    display: none !important;
  }

  .hidden_m_br {
    display: none !important;
  }

  .m_menu_top {
    width: 100%;
    background: #fff;
    height: 60px;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
  }

  .navbar-header {
    position: relative;
    width: 100%;
    top: 0%;
    left: 0%;
    transform: translate(-0%, -0%);
    -moz-transform: translate(-0%, -0%);
    -webkit-transform: translate(-0%, -0%);
    -o-transform: translate(-0%, -0%);
  }

  .line-bar {
    left: 10px;
  }

  .line-bar-inner {
    margin-top: 6px;
  }

  .line-bar-inner,
  .line-bar-inner:before,
  .line-bar-inner:after {
    width: 18px;
    background-color: #0057a6;
  }

  .line-bar-inner:before {
    top: 7px;
  }

  .line-bar-inner:after {
    bottom: -14px;
    left: 0px;
  }

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin: 0;
    z-index: 999;
    pointer-events: none;
  }

  .container>.navbar-header *,
  .container-fluid>.navbar-header *,
  .container>.navbar-collapse *,
  .container-fluid>.navbar-collapse * {
    pointer-events: all;
  }

  .lv1>li>a:after {
    color: #00c4ff;
  }

  .lv1 li a:after {
    float: right;
    top: 8px;
    right: 0;
    position: relative;
  }

  .is-menu-open.main-menu__wrapper {
    overflow: auto;
    z-index: -1;
  }

  #menu_back {
    display: block;
    font-size: 18px;
    position: fixed;
    font-weight: inherit;
    color: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    top: 60px;
    left: 0;
    z-index: 99;
    animation-name: ani_opactiy;
    animation-duration: 0.5s;
    width: 100%;
    background-color: #016dce;
  }

  #menu_back.is_hidden {
    display: none;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }

  #menu_back i {
    padding-right: 10px;
  }

  #top_header {
    padding-right: 5px;
    position: absolute;
    right: 0;
    z-index: 999;
    bottom: 12px;
  }

  /* 語系 */
  .navbar-right .dropdown-menu {
    width: 100vw;
    top: 60px;
    left: 0;
    transform: translate(-0, -0);
    -moz-transform: translate(-0, -0);
    -webkit-transform: translate(-0, -0);
    -o-transform: translate(-0, -0);
    position: fixed;
    margin: 0;
  }

  /*menu*/
  .js-menu-background-lv1,
  .js-menu-background-lv2 {
    display: none !important;
  }

  .main-menu__wrapper {
    top: 0;
    opacity: 1;
  }

  .main-menu {
    position: absolute;
    left: -100%;
    height: calc(100% - 60px);
    top: 0;
    background: #002243;
    overflow-x: hidden;
    /* transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; */
  }

  .lv2,
  .lv3 {
    display: none;
  }

  .lv1 li.unit_title {
    display: none;
  }

  .lv1>li,
  .lv2>li {
    padding: 0;
    max-height: none;
  }

  .lv1>li>a,
  .lv2>li>a,
  .lv3>li>a {
    display: block;
    padding: 7.5px 20px;
    font-weight: normal;
  }

  /*lv2*/
  .lv1 li.unit_title {
    display: none;
  }

  .lv1>li {
    opacity: 1;
    margin-left: 0;
    padding: 0;
  }

  .lv1>li.active .lv2 {
    /* position: relative; */
  }

  .lv1 {
    position: relative;
    min-width: 100%;
    margin: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    background: #002243;
    /* margin: 70px 0 0 0; */
    /* overflow: hidden; */
    /* height: auto !important; */
  }

  .lv1>li>a i {
    color: #01aaab;
    padding-right: 10px;
  }

  .gdpr.show~#header .lv2 {
    /* top: 0; */
  }

  .lv2 {
    position: absolute;
    color: #fff;
    display: block;
    /* opacity: 0;
    filter: alpha(opacity=0); */
    top: 60px;
    left: 0;
    width: 100%;
    max-width: inherit;
    z-index: 1;
    padding: 0;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    background: #002243;
    height: 100%;
    /* tbh */
    /* animation-name: ani_opactiy;
    animation-duration: 0.5s; */
  }

  .lv2>li.has_child>a:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    opacity: 1;
    color: #00c4ff;
  }

  .lv1 li.active .lv2::-webkit-scrollbar {
    display: none;
  }

  .main-menu::-webkit-scrollbar,
  .main-menu__wrapper.is-menu-open::-webkit-scrollbar {
    display: none;
  }

  .main-menu {
    -ms-overflow-style: none;
  }

  .main-menu {
    overflow: -moz-scrollbars-none;
  }

  .lv1 li.active .lv2 {
    /* animation-name: ani_opactiy;
    animation-duration: .5s; */
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    margin: 0;
    height: 100%;
    background: #002243;
    /* transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; */
  }

  .lv2>li>a {
    display: block;
    width: 100vw;
    font-size: 16px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }

  .lv1>li>a.lang:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../images/oep_language.svg) no-repeat center center;
    background-size: cover;
    position: relative;
    top: 3px;
    left: -4px;
  }

  .lv1>li>a,
  .lv2>li>a,
  .lv3>li>a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform;
    -moz-transition: opacity 0.3s, -moz-transform;
    transition: opacity 0.3s, transform;
    /* border-bottom: 1px solid #37474f; */
    border-bottom: 1px solid #21466a;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lv2>li,
  .lv3>li {
    width: 100%;
    max-width: none;
  }

  .lv2 li a.active::after {
    transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    color: #00c4ff;
  }

  .lv3 {
    color: #fff;
    width: 100vw;
    background-color: #002d58;
    border-bottom: 1px solid #21466a;
  }

  .lv3>li>a {
    display: block;
    width: 100%;
    padding: 15px 40px;
    border: none !important;
  }

  .lv1.move_out>li>a {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
    pointer-events: none;
  }

  .lv1.move_out>li {
    pointer-events: none;
  }

  .lv1.move_out>li>* {
    pointer-events: auto;
  }

  .lv2.is_hidden {
    /* animation-name: ani_opactiy_r;
    animation-duration: 0.5s; */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  .lv2>li>a.download_btn {
    left: 0;
    padding: 7.5px 10px;
    border: none;
    color: #06fbfe;
  }
}

@media screen and (max-width: 767px) {
  .hidden_m {
    display: none !important;
  }

  .navbar-default .navbar-nav>li>a.lang span {
    display: none;
  }

  .navbar-default .navbar-nav>li>a.lang {
    padding-right: 5px;
  }
}

/* ----- footer ----- */

.footer {
  background-color: #eceff1;
  z-index: 100;
  position: relative;
}

.footer_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1700px;
  margin: auto;
  padding: 72px 50px;
}

.footer_left,
.footer_right {
  display: flex;
  align-items: center;
}

.footer_right {
    justify-content: space-between;
    flex: 1;
    /*  20210716 footer多1 menu*/
    max-width:420px
}

/*20210106 Elin footer IE 調整*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .footer_right {
        justify-content: space-between;
        flex: 1 0 420px;
        /*  20210716 footer多1 menu*/
        max-width: 420px
    }
}

.footer_list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
    max-width: 616px;
}

.footer_list li {
  display: flex;
  align-items: center;
/*  20210716 footer多1 menu*/
  font-size:16px;
}

    .footer_list li:not(:first-child)::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 2px;
        background-color: #455a64;
        /*  20210716 footer多1 menu*/
        margin: 0 10px;
        border-radius: 1px;
    }

    .footer_list li:nth-child(4)::before {
        display: none !important;
    }

.footer_list a {
  color: #455a64;
}

.footer_list a:hover {
  color: #0057a6;
}

.copyright {
  color: #90a4ae;
  font-size: 16px;
  line-height: 24px;
  flex: 1;
}

.go_top {
  margin-left: 30px;
  width: 36px;
  height: 36px;
  background-image: url(../images/umc_go_top.svg);
  /* background-image: url(../images/umc_go_top_arrow.svg); */
  background-repeat: no-repeat;
  cursor: pointer;
  transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -webkit-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
}

.go_top:hover {
  background-image: url(../images/umc_go_top_hover.svg);
}

@media screen and (max-width: 1380px) {
    .footer_list {
        padding-left: 35px;
    }
}
    @media screen and (min-width: 1366px) {
        .copyright {
            text-align: right;
        }
    }

    @media screen and (max-width: 1365px) {

        .footer_wrap,
        .footer_left,
        .footer_logo {
            display: block;
        }

        .footer_wrap {
            padding: 0;
        }

        .footer_left {
            padding: 62px 20px 80px;
        }

        .footer_logo {
            text-align: center;
        }

            .footer_logo a {
                padding: 20px;
            }

        .footer_list {
            padding-top: 33px;
            padding-left: 0;
            justify-content: center;
            max-width: 596px;
            margin: 0 auto;
        }

            .footer_list li:not(:first-child)::before {
                margin: 0 15px;
            }

        .footer_right {
            border-top: 1px solid #cfd8dc;
            padding: 33px 20px;
        }
    }

    @media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio:0) {
        @media (max-width: 1366px) {
            .footer {
                background-color: #eceff1;
                z-index: 100;
                position: relative;
            }

            .footer_wrap {
                display: flex;
                justify-content: space-between;
                max-width: 1700px;
                margin: auto;
                padding: 72px 50px;
            }

            .footer_left,
            .footer_right {
                display: flex;
                align-items: center;
            }

            .footer_right {
                justify-content: space-between;
                flex: 1;
            }

            .footer_list {
                display: flex;
                flex-wrap: wrap;
                padding-left: 35px;
            }

                .footer_list li {
                    display: flex;
                    align-items: center;
                }

                    .footer_list li:not(:first-child)::before {
                        content: "";
                        display: inline-block;
                        width: 2px;
                        height: 2px;
                        background-color: #455a64;
                        margin: 0 10px;
                        border-radius: 1px;
                    }

                .footer_list a {
                    color: #455a64;
                }

                    .footer_list a:hover {
                        color: #0057a6;
                    }

            .copyright {
                color: #90a4ae;
                font-size: 16px;
                line-height: 24px;
                flex: 1;
            }

            .go_top {
                margin-left: 30px;
                width: 36px;
                height: 36px;
                background-image: url(../images/umc_go_top.svg);
                /* background-image: url(../images/umc_go_top_arrow.svg); */
                background-repeat: no-repeat;
                cursor: pointer;
                transition: background 0.1s linear;
                -moz-transition: background 0.1s linear;
                -webkit-transition: background 0.1s linear;
                -o-transition: background 0.1s linear;
            }

                .go_top:hover {
                    background-image: url(../images/umc_go_top_hover.svg);
                }
        }
        /*  20210716 footer多1 menu,斷點由1350改1365*/
        @media (max-width: 1365px) {

            /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
            .footer_wrap,
            .footer_left,
            .footer_logo {
                display: block;
            }

            .footer_wrap {
                padding: 0;
            }

            .footer_left {
                padding: 62px 20px 80px;
            }

            .footer_logo {
                text-align: center;
            }

                .footer_logo a {
                    padding: 20px;
                }

            .footer_list {
                padding-top: 33px;
                padding-left: 0;
                justify-content: center;
            }

                .footer_list li:not(:first-child)::before {
                    margin: 0 15px;
                }

            .footer_right {
                border-top: 1px solid #cfd8dc;
                padding: 33px 20px;
                max-width: 100%;
            }

           
        }
    }

/*20210106 Elin IE footer 調整*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 1365px) {

   
        .footer_right {
            max-width: 100%;
        }
    
}

    @media screen and (max-width: 767px) {
        .footer_left {
            padding: 62px 20px 40px;
        }

        .footer_right {
            padding: 20px;
        }

        .footer_list li:nth-child(n) {
            width: 100%;
            justify-content: center;
        }

        .footer_list li:nth-child(n + 2) {
            padding-top: 10px;
        }

        .footer_list li:nth-child(n)::before {
            display: none;
        }
    }

    .no_banner_breadcrumb span {
        color: #90a4ae;
    }



