@charset "utf-8";
/* CSS Document */
.main {
  padding-top: 0;
}
.header_banner {
  position: relative;
  height: 100vh;
/*  background: url(/webapi/fl26790954/index_2021_banner.png) no-repeat 70% 50%;*/
  background-attachment: revert;
  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: var(--blue-dark);
  font-size: 2.8rem;
  width: max-content;
}
.header_banner .sub {
  display: none;
  color: var(--gray-dark);
  font-size: var(--font-content);
  margin-top: .5rem;
}
.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: var(--font-title);;
  color: var(--white);
  text-shadow: #2B2B2B .1em .1em .2em;
}
.theme_text {
  position: absolute;
  z-index: 4;
  display: none;
  font-size: var(--font-subtitle);
  line-height: 1.5;
  width: 70%;
  color: var(--white);
}
.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: #72a3c826;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  flex-direction: column;
  padding-left: var(--width-narrow-padding);
  padding-right: var(--width-narrow-padding);
}
.mcugame img {
  width: var(--width-narrow);
  margin-top: 30px;
  margin-bottom: 5px;
}
.mcugame .text_box {
  margin: 10px auto 40px;
  width: var(--width-narrow);
}
.text_box {
  display: flex;
  flex-direction: column;
  margin: -40px auto 20px 15%;
  width: 26%;
}
.type {
  color: var(--green);
  font-size: var(--font-subtitle);
  font-weight: 600;
  line-height: 1.5;
}
.title {
  color: var(--blue-dark);
  font-size: 1.7rem;
  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: var(--gray);
  font-size: var(--font-subtitle);
  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: 20px;
  -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: var(--blue);
  font-size: var(--font-content);
  font-weight: 400;
  border: var(--blue-dark) solid 1px;
  border-radius: 25px;
  padding: 8px 15px;
  margin-right: 10px;
  text-shadow: 1px 1px 5px white;
  white-space: nowrap;
}
.but a:hover {
  color: var(--white);
  border: #114b7700 solid 1px;
  background: var(--blue-dark);
  -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;
}
.New.banner_img .but {
  display: flex;
  flex-direction: row;
}
.but p {
  font-size: var(--font-subtitle);
  font-weight: 400;
  color: var(--blue-dark);
}
.Mask_White {
  /*  display: none;*/
  display: block;
  position: absolute;
  z-index: 1;
  /* 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;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.business img, .business a img {
  max-width: none;
  width: calc(200px / 1.2);
  margin: 15px 15px;
}
.banner_img {
  position: relative;
  overflow: hidden;
  height: 490px;
  display: flex;
  align-items: center;
}
.banner_img img {
  height: 650px;
  bottom: 0;
  right: 0%;
  max-width: max-content;
  position: absolute;
  -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: var(--width-narrow-padding);
}
*/
.index_more_icon {
  position: absolute;
  z-index: 2;
  width: 50px;
  right: 5%;
  bottom: 40px;
}
.index_more {
  fill: none;
  stroke-width: 4;
  stroke-miterlimit: 10;
}
.index_more_icon:hover svg .index_more {
  fill: var(--blue-dark);
  stroke: var(--blue-dark);
}
.index_more_text {
  display: none;
  position: absolute;
  z-index: 3;
  color: var(--white);
  font-size: var(--font-content);
  font-weight: 600;
  top: 15px;
  left: 8px;
}
.index_more_icon:hover .index_more_text {
  display: block;
}
.index_more_text, .index_more_text:hover,.index_more_text a, .index_more_text:hover a {
  color: var(--white);
  position: absolute;
  margin-top: -2px;
  margin-left: -1px;
  cursor: pointer;
}
@media only screen and (min-width: 1680px) {
  .index_more_icon {
    right: 10%;
  }
}
.left_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 30%;
  left: 15px;
  z-index: 90;
}
.left_menu_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.left_menu_box:hover .left_menu_icon {
  background: #023e60;
}
.left_menu_icon {
  background: #016ba7;
  border-radius: 50%;
  /* width: 30px;
    height: 30px;*/
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: 0 0 5px #0b8bd8;
}
.left_menu_text {
  font-size: 1rem;
  font-weight: bold;
  color: #201f1f;
  margin-top: 5px;
  text-align: center;
}
.left_menu_img {
  width: 80%;
}
@media screen and (min-width: 200px) and (max-width: 499px) {
  .left_menu {
    width: 100vw;
    flex-direction: row;
    justify-content: space-around;
    top: unset;
    left: unset;
    bottom: 0px;
    background-color: #000000b5;
  }
  .left_menu_icon {
    background: #016ba700;
    box-shadow: 0 0 5px #0b8bd800!important;
  }
/*
  .left_menu_text {
    color: #ffffff;
  }
*/
  .lang_EN .left_menu_text {
    font-size: .8rem;
  }
  .TOP.fix-icon {
    background: rgb(0 0 0 / 0%);
  }
}
@media screen and (min-width: 500px) and (max-width: 910px) {
  .left_menu_box:hover .left_menu_icon {
    content: unset;
  }
  .left_menu_icon {
    background: #016ba7;
    border-radius: 50%;
    /* width: 30px;
    height: 30px;*/
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-shadow: 0 0 5px #0b8bd8;
  }
  .left_menu_text::before {
    content: attr(data-storke);
  }
  .left_menu_text::before {
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 2px #ffffffd9;
    text-stroke: 2px #ffffffd9;
    text-shadow: #FFF 0 2px 2px;
  }
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
  .left_menu {
    top: unset;
    bottom: 20px;
  }
}
.applications .index_more_text {
  font-size: var(--font-banner-title);
  font-weight: 600;
  margin-top: -25px;
}
.applications .but a {
  border: 0;
}
.applications {
  height: 520px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.applications .title {
  line-height: 2.5;
}
.applications .sub {
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .applications .sub {
    display: none;
  }
  .applications .but {
    margin-top: -10px;
  }
  .applications .but p {
    line-height: 1;
  }
}
.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: var(--blue);
  font-weight: 400;
  display: none;
  margin-top: -5px;
}
.app_img:hover p {
  display: block;
}
.app_text {
  position: absolute;
  z-index: 5;
  margin: 0;
  width: auto;
  -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;
}
.applications .index_more_icon {
  position: absolute;
  z-index: 2;
  width: 230px;
  right: auto;
  bottom: -25px;
  cursor: pointer;
}
.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: var(--white);
  font-size: 2.2rem;
  font-weight: 600;
  top: 108px;
  left: 73px;
}
.applications .index_more_icon:hover .index_more_text {
  display: block;
}
.app_img img {
  width: 90%;
}
.app_img {
  max-width: 200px;
}
.applications div.app_img:nth-child(2) {
  top: 10%;
  left: 10%;
}
.applications div.app_img:nth-child(3) {
  top: 6%;
  left: 25%;
}
.applications div.app_img:nth-child(4) {
  top: 53%;
  left: 20%;
}
.applications div.app_img:nth-child(5) {
  top: 70%;
  left: 33%;
}
.applications div.app_img:nth-child(6) {
  top: 10%;
  right: 24%;
}
.applications div.app_img:nth-child(7) {
  top: 65%;
  right: 30%;
}
.applications div.app_img:nth-child(8) {
  top: 5%;
  right: 5%;
}
.applications div.app_img:nth-child(9) {
  top: 60%;
  right: 10%;
}
@media only screen and (max-width: 350px) {
  .nav_bar {
    width: 20px;
  }
  .subnav {
    right: auto;
    margin-left: 50px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 299px) {
  .applications .but {
    margin-top: -20px;
  }
  .app_img img {
    width: 45%;
  }
  .app_img {
    max-width: 150px;
  }
  .applications div.app_img:nth-child(2) {
    transform: translateX(-21%) translateY(73%);
  }
  .applications div.app_img:nth-child(3) {
    transform: translateX(-5%) translateY(80%);
  }
  .applications div.app_img:nth-child(4) {
    top: 62%;
    left: -2%;
  }
  .applications div.app_img:nth-child(5) {
    top: 77%;
    left: unset;
    right: 10%;
  }
.applications div.app_img:nth-child(6) {
  transform: translateX(47%) translateY(100%);
}
.applications div.app_img:nth-child(7) {
  top: 76%;
  right: unset;
  left: 6%;
}
.applications div.app_img:nth-child(8) {
  transform: translateX(0%) translateY(162%);
}
.applications div.app_img:nth-child(9) {
  transform: translateX(20%) translateY(31%);
}
.applications .index_more_icon {
  opacity: 0;
}
}
@media only screen and (max-width: 599px) {
  .header_banner {
    display: flex;
    justify-content: center;
    background-position: calc(60% - -13%);
    background-color: var(--bg-color-black-alpha);
    background-blend-mode: multiply;
  }
  .header_banner div {
    left: unset;
  }
  .header_banner .title {
    font-size: 2.5rem;
    color: var(--white);
    text-shadow: 1px 1px 5px #ffffff00;
  }
  .header_banner .but a {
    color: var(--white);
  }
}
@media only screen and (min-width: 600px) {
  .header_banner {
    background-position: 60% 50%;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px){
	.mcugame .text_box {
    margin: 10px auto 40px 135px;
}
	.mcugame .text_box , .mcugame img{
    width: calc( var(--width-narrow) - 135px);
}
}
@media only screen and (min-width: 768px) {
  .mcugame {
    flex-direction: unset;
  }
  .mcugame .text_box {
    margin: 0 0 0 10px;
  }
  .mcugame img {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .business img, .business a img {
    width: calc(240px / 1.2);
    margin: 15px 20px;
  }
  .business div {
    flex-direction: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1160px){
.mcugame img {
    margin-left: 50px;
}
}
@media only screen and (min-width: 992px) {
  .business img, .business a img {
    width: calc(180px / 1.2);
    margin: 15px 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .header_banner .sub {
    display: block;
  }
  .title {
    font-size: var(--font-banner-title);
  }
  .business img, .business a img {
    width: calc(230px / 1.2);
    margin: 15px 10px;
  }
}
@media screen and (max-width: 300px) {
  .header_banner .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 301px) and (max-width: 350px) {
  .header_banner .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 499px) {
  .theme_box {
    flex-direction: column;
  }
  .theme_box .theme {
    height: calc(290px / 1.2);
    overflow: hidden;
  }
  .theme_text {
    font-size: 1.2rem;
  }
  .app_img:hover p {
    display: none;
  }
  .app_img:hover img {
    -webkit-filter: opacity(1);
  }
}
/*RWD index_2021_banner*/
@media screen and (min-width: 660px) and (max-width: 760px) {
  .header_banner div {
    left: calc(15% - 5%);
  }
}
/*RWD index_2021_NEWS*/
@media screen and (min-width: 0px) and (max-width: 659px) {
  .Mask_White {
    width: 100%;
    height: 74%;
    /* 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: 660px) and (max-width: 1199px) {
  .Mask_White {
    width: 100%;
    height: 50%;
    /* 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: 1200px) and (max-width: 2274px) {
  .Mask_White {
    width: 50%;
    height: 100%;
    /* 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(to right, 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(to right, 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 right, 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 */
  }
}
@media only screen and (min-width: 2275px) {
  .Mask_White {
    width: 60%;
    height: 100%;
    /* 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(to right, 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(to right, 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 right, 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 */
  }
}
@media screen and (min-width: 0px) and (max-width: 299px) {
  .banner_img img {
    height: 200px;
    right: -9%;
  }
  .New .text_box {
    margin: 0px 9% 20px;
    width: 80%;
    top: 40px;
  }
  .index_more_icon {
    bottom: 5%;
  }
  .but {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .but a {
    margin-bottom: 10px;
    text-align: center;
    font-size: var(--font-remark);
  }
  .title {
    font-size: 1.5rem;
  }
  .index_more_icon {
    width: 40px;
    bottom: 2%;
  }
}
@media screen and (min-width: 300px) and (max-width: 399px) {
  .banner_img img {
    height: 265px;
    right: -9%;
  }
  .New .text_box {
    margin: 0px 9% 20px;
    width: 80%;
    top: 40px;
  }
  .index_more_icon {
    bottom: 5%;
  }
}
@media screen and (min-width: 400px) and (max-width: 499px) {
  .banner_img img {
    height: 300px;
    right: -9%;
  }
  .New .text_box {
    margin: 0px 12% 20px;
    width: 80%;
    top: 50px;
  }
  .index_more_icon {
    bottom: 5%;
  }
}
@media screen and (min-width: 500px) and (max-width: 679px) {
  .banner_img img {
    height: 220px;
    right: -5%;
  }
  .New .text_box {
    margin: 20px auto 20px 30%;
    width: 65%;
    top: 30px;
  }
}
@media screen and (min-width: 500px) and (max-width: 529px) {
  .banner_img img {
    height: 250px;
    right: -5%;
  }
  .New .text_box {
    margin: 20px auto 20px 30%;
    width: 65%;
    top: 30px;
  }
}
@media screen and (min-width: 530px) and (max-width: 569px) {
  .banner_img img {
    height: 280px;
    right: -5%;
  }
  .New .text_box {
    margin: 20px auto 20px 30%;
    width: 65%;
    top: 30px;
  }
}
@media screen and (min-width: 570px) and (max-width: 599px) {
  .banner_img img {
    height: 280px;
    right: -5%;
  }
  .New .text_box {
    margin: 20px auto 20px 30%;
    width: 65%;
    top: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 679px) {
  .banner_img img {
    height: 330px;
    right: -8%;
  }
  .New .text_box {
    margin: 20px auto 20px 30%;
    width: 65%;
    top: 30px;
  }
}
@media screen and (min-width: 680px) and (max-width: 759px) {
  .banner_img img {
    height: 350px;
  }
  .New .text_box {
    margin: 20px auto 20px 30%;
    width: 65%;
    top: 30px;
  }
}
@media screen and (min-width: 760px) and (max-width: 899px) {
  .banner_img img {
    height: 400px;
  }
  .New .text_box {
    margin: 20px auto 20px 25%;
    width: 70%;
    top: 30px;
  }
}
@media screen and (min-width: 900px) and (max-width: 979px) {
  .banner_img img {
    height: 500px;
  }
  .New .text_box {
    margin: 20px auto 20px 20%;
    width: 80%;
    top: 50px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .banner_img img {
    height: 550px;
  }
  .New .text_box {
    margin: 20px auto 20px 20%;
    width: 80%;
    top: 50px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1289px) {
  .banner_img img {
    height: 550px;
    right: -7%;
  }
}
@media screen and (min-width: 1290px) and (max-width: 1354px) {
  .banner_img img {
    height: 600px;
    right: -8%;
  }
}
@media screen and (min-width: 1355px) and (max-width: 1509px) {
  .banner_img img {
    height: 600px;
    right: -5%;
  }
}
@media screen and (min-width: 1510px) and (max-width: 1680px) {
  .banner_img img {
    height: 650px;
    right: -2%;
  }
}
@media screen and (min-width: 0px) and (max-width: 1199px) {
  .banner_img {
    align-items: normal;
  }
  .text_left {
    /*    margin-left: 9%;*/
    /*    top: 50px;*/
  }
  .New .text_box {
    /*    width: 85%;*/
  }
  .theme_title {
    font-size: 1.5rem;
  }
  /*
  .type {
    line-height: 1;
  }
*/
  .New .type {
    color: var(--green);
  }
  .New .but a, .mcutool .but a {
    color: var(--blue-dark);
    border: var(--blue-dark) solid 1px;
    background: #ffffff57;
    box-shadow: 1px 1px 1px 1px rgb(255 255 255 / 20%);
  }
  .New .but a:hover, .mcutool .but a:hover {
    color: var(--white);
    background: var(--blue-dark);
  }
  .New .index_more, .mcutool .index_more {
    fill: #ffffff57;
  }
  .New .index_more_icon svg, .mcutool .index_more_icon svg {
    stroke: var(--blue-dark);
  }
}
@media screen and (min-width: 0px) and (max-width: 1239px) {
  .mcutool .text_box {
    width: 85%;
  }
  .applications .index_more_icon {
    left: auto;
  }
  .applications .app_text {}
}
@media screen and (min-width: 500px) and (max-width: 1500px) {
  .app_text {
    width: calc(100% - 135px);
    right: 0;
  }
}
/*RWD index_2021_applications*/
@media screen and (min-width: 351px) and (max-width: 499px) {
  .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(21%) translateY(-9%);
  }
  .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(44%) translateY(27%);
  }
  .applications div.app_img:nth-child(7) {
    transform: translateX(49%) translateY(171%);
  }
  .applications div.app_img:nth-child(8) {
    transform: translateX(0%) translateY(120%);
  }
  .applications div.app_img:nth-child(9) {
    transform: translateX(25%) translateY(-5%);
  }
  .applications .index_more_icon {
    opacity: 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 600px) {
  .app_img img {
    width: 80%;
  }
  .app_img {
    max-width: 130px;
  }
  .applications div.app_img:nth-child(2) {
    transform: translateX(53%) translateY(20%);
  }
  .applications div.app_img:nth-child(3) {
    transform: translateX(83%) translateY(21%);
  }
  .applications div.app_img:nth-child(4) {
    top: 80%;
    right: 13%;
    left: unset;
  }
  .applications div.app_img:nth-child(5) {
    transform: translateX(-9%) translateY(-118%);
  }
  .applications div.app_img:nth-child(6) {
    transform: translateX(80%) translateY(35%);
  }
  .applications div.app_img:nth-child(7) {
    top: 74%;
    left: 37%;
    right: unset;
  }
  .applications div.app_img:nth-child(8) {
    transform: translateX(0%) translateY(120%);
  }
  .applications div.app_img:nth-child(9) {
    transform: translateX(24%) translateY(-7%);
  }
  .applications .index_more_icon {
    opacity: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 799px) {
  .app_img img {
    width: 80%;
  }
  .app_img {
    max-width: 150px;
  }
  .applications div.app_img:nth-child(2) {
    left: 24%;
  }
  .applications div.app_img:nth-child(3) {
    transform: translateX(78%) translateY(1%);
  }
  .applications div.app_img:nth-child(4) {
    transform: translateX(28%) translateY(31%);
  }
  .applications div.app_img:nth-child(5) {
    transform: translateX(29%) translateY(85%);
  }
  .applications div.app_img:nth-child(6) {
    transform: translateX(73%) translateY(19%);
  }
  .applications div.app_img:nth-child(7) {
    transform: translateX(45%) translateY(28%);
  }
  .applications div.app_img:nth-child(8) {
    transform: translateX(20%);
  }
  .applications div.app_img:nth-child(9) {
    transform: translateX(32%) translateY(-39%);
  }
}
@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: 15%;
  }
  .applications div.app_img:nth-child(3) {
    transform: translateX(40%) translateY(1%);
  }
  .applications div.app_img:nth-child(4) {
    transform: translateX(3%);
  }
  .applications div.app_img:nth-child(5) {
    transform: translateX(8%) translateY(62%);
  }
  .applications div.app_img:nth-child(6) {
    transform: translateX(80%) translateY(-10%);
  }
  .applications div.app_img:nth-child(7) {
    transform: translateX(37%) translateY(28%);
  }
  .applications div.app_img:nth-child(8) {
    transform: translateX(20%);
  }
  .applications div.app_img:nth-child(9) {
    transform: translateX(32%) translateY(-39%);
  }
}
@media screen and (min-width: 0px) and (max-width: 999px) {
  .app_img:hover img {
    -webkit-filter: opacity(.2);
  }
  .app_img p {
    position: absolute;
  }
  .app_img {
    justify-content: center;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1310px) {
  .app_img img {
    width: 80%;
  }
  .app_img {
    max-width: 200px;
  }
  .applications div.app_img:nth-child(2) {
    top: 10%;
    left: calc(2% + 135px);
  }
  .applications div.app_img:nth-child(3) {
    top: 6%;
    left: calc(17% + 135px);
  }
  .applications div.app_img:nth-child(4) {
    top: 53%;
    left: calc(13% + 135px);
  }
  .applications div.app_img:nth-child(5) {
    top: 70%;
    left: calc(29% + 135px);
  }
  .applications div.app_img:nth-child(6) {
    transform: translateX(68%);
  }
  .applications div.app_img:nth-child(7) {
    transform: translateX(45%);
  }
  .applications div.app_img:nth-child(8) {
    transform: translateX(20%);
  }
  .applications div.app_img:nth-child(9) {
    transform: translateX(35%);
  }
}
@media screen and (min-width: 1311px) and (max-width: 1500px) {
  .applications div.app_img:nth-child(2) {
    top: 10%;
    left: calc(5% + 135px);
  }
  .applications div.app_img:nth-child(3) {
    top: 6%;
    left: calc(20% + 135px);
  }
  .applications div.app_img:nth-child(4) {
    top: 53%;
    left: calc(16% + 135px);
  }
  .applications div.app_img:nth-child(5) {
    top: 70%;
    left: calc(29% + 135px);
  }
  .applications div.app_img:nth-child(6) {
    top: 10%;
    right: 15%;
  }
  .applications div.app_img:nth-child(7) {
    top: 65%;
    right: 24%;
  }
  .applications div.app_img:nth-child(8) {
    top: 5%;
    right: 5%;
  }
  .applications div.app_img:nth-child(9) {
    top: 60%;
    right: 5%;
  }
}
/*RWD index_2021_under*/
@media screen and (min-width: 500px) and (max-width: 600px) {
  .theme_box .theme {
    justify-content: flex-end;
  }
  .theme_text {
    width: calc(100% - 200px);
    right: 20px;
  }
}
@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%));
  }
}