* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
body {
  margin: 0;
  font-family: Roboto, Helvetica, Calibri, Arial, "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: white;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /*	*/
  position: relative;
  min-width: auto !important;
  overflow-x: hidden;
  /*  background: radial-gradient(black, transparent);*/
}
.header_banner {
  position: relative;
  height: 100vh;
/*  background-image: url(https://www.holtek.com.tw/documents/10179/5536389/index_2021_banner.png);*/
  background-repeat: no-repeat;
  background-attachment: revert;
  background-position: 70% 50%;
  background-size: cover;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}
.header_banner div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 30%;
  left: calc(15% - -2%);
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}
.header_banner p {
  line-height: 1.2;
}
.header_banner .title {
  color: #114b77;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  width: max-content;
}
.header_banner .sub {
  color: #2B2B2B;
  font-size: 1rem;
  margin-top: 10px;
}
.support_frame {
  position: fixed;
  bottom: 0px;
  width: 100%;
  /*  width: auto;*/
  z-index: 90;
  pointer-events: none;
}
.support {
  position: relative;
  display: flex;
  align-items: flex-end;
  /*  width: 100vw;*/
  width: auto;
  height: 80px;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s;
}
.support .bg {
  background: #ffffff59;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s;
}
.support .icon_box {
  display: flex;
  position: absolute;
  margin: auto 27%;
  z-index: 2;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s;
  pointer-events: auto;
}
.support .icon {
  display: flex;
  align-items: center;
  margin: 5px 50px;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s;
}
.support .icon p {
  display: block;
  width: max-content;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}
.support .icon p a {
  margin-left: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #2B2B2B;
}
.support.EN .icon p a {
	margin-left: 0;
    font-size: 1rem;
}
.support .icon:hover a {
  color: #114B77;
}
.support svg {
  width: 60px;
  height: 60px;
}
.support .st0 {
  fill: #fff0;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}
.support .st1 {
  fill: #114B77;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}
.support.SMove {
  width: auto;
  animation: fadein 2s ease;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s;
}
@keyframes fadein {
  0% {
    width: 100%;
  }
  100% {
    width: 10%;
  }
}
.support.SMove .bg {
  background: #ffffff00;
  width: min-content;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s;
}
.SMove .icon_box {
  margin-left: 0% !important;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s;
  pointer-events: auto;
}
.SMove .icon {
  margin: 5px 10px;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s;
}
.SMove .st0 {
  fill: rgb(0 0 0 / 50%);
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}
.SMove svg:hover .st0 {
  fill: rgb(255 255 255 / 50%);
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}
.SMove .st1 {
  fill: #FFF;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}
.SMove svg:hover .st1 {
  fill: #114B77;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}
.support.SMove .icon {
  display: flex;
  align-items: flex-end;
}
.support.SMove .icon p {
  display: none;
  /*		display: block;*/
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}
.support.SMove .icon:hover {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-start;
	
}
.support.SMove .icon:hover > p {
  display: block;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}
.support.SMove .icon:hover > p a {
  font-size: .8rem;
  font-weight: 500;
  color: #2B2B2B;
}
/*.support.EN.SMove .icon:hover > p a {
  display: none;
}*/
.SMove svg {
  filter: drop-shadow(-2px 2px 2px rgba(26, 58, 70, 0.7));
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s;
}
.theme_box {
  display: flex;
  width: 100%;
}
.theme_box .theme {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme_box img {
  width: 100%;
}
.theme_title {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
  font-size: 2rem;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Nanum Gothic', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: #2B2B2B 0.1em 0.1em 0.2em;
}
.theme_text {
  position: absolute;
  z-index: 4;
  display: none;
  font-size: 1.5rem;
  line-height: 1.5;
  width: 70%;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Nanum Gothic', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
}
.theme_black {
  position: absolute;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  background: #00000082;
}
.theme_box div:hover > .theme_title {
  display: none;
}
.theme_box div:hover > .theme_text, .theme_box div:hover > .theme_black {
  display: block;
}
.mcugame {
  display: flex;
  background: #f3f3f3;
  align-items: center;
  justify-content: center;
  min-height: 350px;
}
.mcugame img {
  width: 30%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.text_box {
  display: flex;
  flex-direction: column;
  margin: 20px 50px;
  width: 25%;
  /*  cursor: pointer;*/
}
.type {
  color: #009996;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.title {
  color: #114b77;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
    text-shadow: 1px 1px 5px white;
	word-wrap: normal;
}
.sub {
  color: #2B2B2B;
  font-size: 1.2rem;
  line-height: 1.8;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}
.but {
  margin-top: 30px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}
.but a {
  color: #114b77;
  font-size: 1.2rem;
  font-weight: 400;
  border: #114b77 solid 1px;
  border-radius: 25px;
  padding: 8px 15px;
  margin-right: 10px;
	text-shadow: 1px 1px 5px white;
}
.but a:hover {
  color: #FFF;
  border: #114b7700 solid 1px !important;
  background: #114b77;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
	text-shadow: 1px 1px 5px #ffffff00;
}
.but p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #114b77;
}
.Mask_White {
  display: none;
  width: 100%;
  height: 50%;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); /* IE6-9 */
}
.business {
  display: flex;
  justify-content: center;
}
.business div {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.business img, .business a img {
  width: calc(230px / 1.2);
  margin: 15px 10px;
  max-width: none;
}
.banner_img {
  position: relative;
  overflow: hidden;
  height: 490px;
  display: flex;
  align-items: center;
}
.banner_img img {
  height: 100%;
  max-width: max-content;
  position: absolute;
  right: 0%;
  /*  transform: translateX(calc(-15% - 5%));*/
/*  z-index: -1;*/
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}
.banner_img .text_box {
  position: absolute;
  z-index: 3;
}
.text_left {
  margin-left: 15%;
}
.index_more_icon {
  position: absolute;
  z-index: 2;
  width: 50px;
  right: 40px;
  bottom: 40px;
}
.index_more {
  /*  stroke: #114B77;*/
  fill: none;
  stroke-width: 4;
  stroke-miterlimit: 10;
  /*	filter:drop-shadow(-2px 2px 5px rgba(26,58,70,0.7));*/
}
.index_more_icon:hover svg .index_more {
  fill: #114B77;
  stroke: #114B77;
}
.index_more_text {
  display: none;
  position: absolute;
  z-index: 3;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  top: 15px;
  left: 8px;
}
.index_more_icon:hover .index_more_text {
  display: block;
}
.index_more_text a, .index_more_text a:hover {
  color: #FFF !important;
}
.applications .index_more_text a {
    font-size: 2.2rem;
    font-weight: 600;
}
.aui .portlet-borderless-container {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.applications {
  height: 520px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.applications .title {
  line-height: 2.5;
}
.applications .sub {
  text-align: center;
}
.text_center {
  display: flex;
  align-items: center;
}
.app_img {
  position: absolute;
  z-index: 6;
  max-width: 210px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}
.app_img img {
  width: 100%;
}
.app_img p {
  color: #2380ab;
  font-weight: 400;
  display: none;
}
.app_img:hover p {
  display: block;
}
.app_text {
  position: absolute;
  z-index: 5;
  margin: 0;
  width: auto;
}
.applications .index_more_icon {
  position: absolute;
  z-index: 2;
  width: 230px;
  right: auto;
  bottom: -25px;
}
.applications .index_more {
  fill: none;
  stroke-width: 4;
  stroke-miterlimit: 10;
}
.applications .index_more_icon:hover svg .index_more {
  fill: #114b77d1;
  stroke: none;
}
.applications .index_more_text {
  display: none;
  position: absolute;
  z-index: 3;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 600;
  top: 108px;
  left: 73px;
}
.applications .index_more_icon:hover .index_more_text {
  display: block;
}
/*RWD 手機W500以下*/
@media screen and (max-width: 300px) {
  .header_banner .title {
    font-size: 2rem;
	}}
@media screen and (max-width: 350px) {
  .support .icon_box {
    margin: auto 6%;
  }
  .header_banner {
    background-position: calc(60% - -13%);
    background-color: #000000b5;
    background-blend-mode: multiply;
  }
  .banner_img img {
    height: 250px;
    top: 190px;
    right: -70%;
  }
  .banner_img {
    height: 435px;
  }
  .app_img img {
    width: 50%;
  }
  .app_img {
    max-width: 150px;
  }
  .applications div.app_img:nth-child(2) {
    transform: translateX(-30%) translateY(20%);
  }
  .applications div.app_img:nth-child(3) {
    transform: translateX(-5%) translateY(80%);
  }
  .applications div.app_img:nth-child(4) {
    transform: translateX(-34%) translateY(160%);
  }
  .applications div.app_img:nth-child(5) {
    transform: translateX(-5%) translateY(166%);
  }
  .applications div.app_img:nth-child(6) {
    transform: translateX(32%) translateY(-28%);
  }
  .applications div.app_img:nth-child(7) {
    transform: translateX(-27%) translateY(348%);
  }
  .applications div.app_img:nth-child(8) {
    transform: translateX(23%) translateY(120%);
  }
  .applications div.app_img:nth-child(9) {
    transform: translateX(25%) translateY(105%);
  }
  .applications .index_more_icon {
    opacity: 0;
  }
}
@media screen and (min-width: 301px) and (max-width: 350px) {
  .header_banner .title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 351px) and (max-width: 499px) {
  .support .icon_box {
    margin: auto 18%;
  }
  .header_banner {
    background-position: calc(60% - -15%);
    background-color: #000000b5;
    background-blend-mode: multiply;
  }
}
@media screen and (max-width: 499px) {
  .support .icon p a, .support .icon:hover a {
    display: none;
  }
  .theme_box {
    flex-direction: column;
  }
  .theme_box .theme {
    height: calc(290px / 1.2);
    overflow: hidden;
  }
  .support .icon {
    margin: 15px 10px;
  }
  .theme_text {
    font-size: 1.2rem;
  }
  .app_img:hover p {
    display: none;
  }
  .app_img:hover img {
    -webkit-filter: opacity(1) !important;
  }
}
/*RWD index_2021_banner*/
@media screen and (min-width: 351px) and (max-width: 589px) {
  .banner_img img {
    height: 300px;
    top: 190px;
    right: -30%;
  }
}
@media screen and (min-width: 500px) and (max-width: 659px) {
  .header_banner {
    background-position: calc(60% - -15%);
    background-color: #000000b5;
    background-blend-mode: multiply;
  }
  .header_banner div {
    left: calc(30% - 6%);
  }
}
@media screen and (min-width: 660px) and (max-width: 760px) {
  .header_banner div {
    left: calc(15% - 5%);
  }
  .header_banner {
    background-position: 60% 50%;
  }
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .header_banner .sub {
    display: none;
  }
}
@media screen and (max-width: 659px) {
  .header_banner .title {
    color: #FFF;
	  text-shadow: 1px 1px 5px #ffffff00;
  }
  .header_banner .sub {
    color: #FFF;
  }
  .header_banner .but a {
    color: #FFF;
    border: #FFF solid 1px;
  }
  .support .icon p a, .support .icon:hover a {
    color: #FFF;
  }
  .support .st1 {
    fill: #FFF;
  }
  .support .bg {
    background: #ffffff26;
  }
}
@media screen and (min-width: 500px) and (max-width: 559px) {
  .support .icon_box {
    margin: auto calc(20% - 20%);
  }
  .support .icon {
    margin: 5px 3%;
  }
	.support.EN svg {
    width: 45px;
    height: 60px;
}
	.support.EN .icon p a {
    font-size: 0.8rem;
}
}
@media screen and (min-width: 560px) and (max-width: 659px) {
  .support .icon_box {
    margin: auto calc(20% - 15%);
  }
  .support .icon {
    margin: 5px 3%;
  }
	.support.EN svg {
    width: 50px;
    height: 60px;
}
}
@media screen and (min-width: 660px) and (max-width: 799px) {
  .support .icon_box {
    margin: auto calc(18% - 2%);
  }
  .support .icon {
    margin: 5px 3%;
  }
	.support.EN svg {
    width: 55px;
    height: 60px;
}
}
@media screen and (min-width: 800px) and (max-width: 999px) {
  .support .icon_box {
    margin: auto calc(20% - 1%);
  }
  .support .icon {
    margin: 5px 5%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .support .icon_box {
    margin: auto calc(20% - 1%);
  }
}
/*RWD index_2021_NEWS*/
@media screen and (min-width: 0px) and (max-width: 589px) {
  .Mask_White {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+85,0+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); /* IE6-9 */
  }
}
@media screen and (min-width: 590px) and (max-width: 819px) {
  .Mask_White {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+85,0+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); /* IE6-9 */
  }
  .banner_img img {
    height: 300px;
    top: 190px;
    right: -10%;
  }
}
@media screen and (min-width: 820px) and (max-width: 979px) {
  .banner_img img {
    height: 400px;
    top: 90px;
    right: -10%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1090px) {
  .banner_img img {
    height: 450px;
    top: 40px;
    right: -8%;
  }
}
@media screen and (min-width: 0px) and (max-width: 1239px) {
  .banner_img {
    align-items: normal;
  }
  .text_left {
    margin-left: 9%;
    top: 50px;
  }
  .New .text_box, .mcutool .text_box {
    width: 85%;
  }
  .title {
    font-size: 1.7rem;
  }
  .theme_title {
    font-size: 2rem;
  }
  .type {
    line-height: 1;
  }
  .but {
    margin-top: 20px;
  }
  .but a {
    font-size: 1.1rem;
  }
  .New .title {
    color: #114b77 !important;
  }
  .New .type {
    color: #009996 !important;
  }
  .New .but a, .mcutool .but a {
    color: #114b77 !important;
    border: #114b77 solid 1px !important;
    background: #ffffff57;
    box-shadow: 1px 1px 1px 1px rgb(255 255 255 / 20%);
  }
  .New .but a:hover, .mcutool .but a:hover {
    color: #FFF !important;
    background: #114b77 !important;
  }
  .New .index_more, .mcutool .index_more {
    fill: #ffffff57;
  }
  .New .index_more_icon svg, .mcutool .index_more_icon svg {
    stroke: #114B77 !important;
  }
  .index_more_icon {
    left: 10%;
  }
  .applications .index_more_icon {
    left: auto;
  }
  .Mask_White {
	  z-index: 1;
    display: block;
  }
}
@media screen and (min-width: 1240px) and (max-width: 1310px) {
  .title, .theme_title {
    font-size: 2rem;
  }
  .type {
    line-height: 0.5;
  }
}
/*RWD index_2021_applications*/
@media screen and (min-width: 351px) and (max-width: 799px) {
  .app_img img {
    width: 80%;
  }
  .app_img {
    max-width: 130px;
  }
  .applications div.app_img:nth-child(2) {
    transform: translateX(-15%) translateY(20%);
  }
  .applications div.app_img:nth-child(3) {
    transform: translateX(16%) translateY(-18%);
  }
  .applications div.app_img:nth-child(4) {
    transform: translateX(-52%) translateY(41%);
  }
  .applications div.app_img:nth-child(5) {
    transform: translateX(-26%) translateY(43%);
  }
  .applications div.app_img:nth-child(6) {
    transform: translateX(32%) translateY(-28%);
  }
  .applications div.app_img:nth-child(7) {
    transform: translateX(26%) translateY(165%);
  }
  .applications div.app_img:nth-child(8) {
    transform: translateX(23%) translateY(120%);
  }
  .applications div.app_img:nth-child(9) {
    transform: translateX(25%) translateY(40%);
  }
  .applications .index_more_icon {
    opacity: 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 999px) {
  .app_img img {
    width: 80%;
  }
  .app_img {
    max-width: 190px;
  }
  .applications div.app_img:nth-child(2) {
    left: 2% !important;
  }
  .applications div.app_img:nth-child(2) {}
  .applications div.app_img:nth-child(3) {
    transform: translateX(10%) translateY(16%);
  }
  .applications div.app_img:nth-child(4) {
    transform: translateX(-22%);
  }
  .applications div.app_img:nth-child(5) {
    transform: translateX(-15%) translateY(35%);
  }
  .applications div.app_img:nth-child(6) {
    transform: translateX(59%) translateY(29%);
  }
  .applications div.app_img:nth-child(7) {
    transform: translateX(50%) translateY(10%);
  }
  .applications div.app_img:nth-child(8) {
    transform: translateX(25%);
  }
  .applications div.app_img:nth-child(9) {
    transform: translateX(40%) translateY(45%);
  }
}
@media screen and (min-width: 0px) and (max-width: 999px) {
  .app_img:hover img {
    -webkit-filter: opacity(.2);
  }
  .app_img p {
    position: absolute;
    bottom: 50%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1310px) {
  .app_img img {
    width: 90%;
  }
  .app_img {
    max-width: 200px;
  }
  .applications div.app_img:nth-child(2) {}
  .applications div.app_img:nth-child(3) {}
  .applications div.app_img:nth-child(4) {}
  .applications div.app_img:nth-child(5) {}
  .applications div.app_img:nth-child(6) {
    transform: translateX(35%);
  }
  .applications div.app_img:nth-child(7) {
    transform: translateX(45%);
  }
  .applications div.app_img:nth-child(8) {
    transform: translateX(30%);
  }
  .applications div.app_img:nth-child(9) {
    transform: translateX(35%);
  }
}
/*RWD index_2021_under*/
@media screen and (min-width: 500px) and (max-width: 799px) {
  .theme_box {
    flex-direction: column;
  }
  .theme_box .theme {
    height: calc(500px / 1.2);
    overflow: hidden;
  }
}
@media screen and (min-width: 0px) and (max-width: 634px) {
  .theme_box img {
    transform: translateY(calc(-25% - -20%));
  }
}
@media screen and (min-width: 635px) and (max-width: 799px) {
  .theme_box img {
    transform: translateY(calc(-20% - -5%));
  }
}
@media screen and (min-width: 0) and (max-width: 799px) {
  .mcugame {
    flex-direction: column;
  }
  .mcugame img {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 5px;
  }
  .mcugame .text_box {
    margin: 10px 50px 40px;
    width: 65%;
  }
  .business div {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .business img, .business a img {
    width: calc(200px / 1.2);
    margin: 15px 15px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1239px) {
  .mcugame .text_box {
    width: 40%;
  }
}
@media screen and (min-width: 800px) and (max-width: 834px) {
  .business img, .business a img {
    width: calc(200px / 1.2);
    margin: 15px 20px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .business img, .business a img {
    width: calc(180px / 1.2);
    margin: 15px 5px;
  }
}