@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}
body {
  color: #212529;
  font-family: "Open Sans","Segoe UI","Meiryo","微軟正黑體","MS UI Gothic","MS PGothic",Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
body * {
  box-sizing: border-box;
}
body.modal-open {
  overflow: auto;
}
a {
  text-decoration: none;
}
ol, ul {
  list-style: none;
}
sup {
  font-size: 50% !important;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.9em !important;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
input, textarea {
  font-size: 14px;
  line-height: 20px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background-image: none;
  border: 1px solid #bebebe;
  color: #333;
  border-radius: 2px;
  box-sizing: border-box;
}

select:focus, input:focus, textarea:focus {
  outline: 0;
  border-color: #33ccff;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*For IE 6&7 only*/
}
.flex_block {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
}
.flex_block.row_reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.grid {
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 0;
}
.grid.col_2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.col_3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.col_4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.col_5 {
  grid-template-columns: repeat(5, 1fr);
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fm_main_banner {
  height: 350px;
  background-color: #000;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.top_content {
  width: 100%;
  height: 100%;
  max-width: 2048px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}
.overview .fm_main_banner {
  background-color: #0f1719;
}
.overview .top_content {
  background-position-x: 68%;
  background-image:url(../img/bg_overview_banner.jpg);
}
.platform .fm_main_banner {
  background-color: #0f1719;
}
.platform .top_content {
  background-position-x: 68%;
  background-image:url(../img/bg_platform_banner_2048.jpg);
}
.smartRetail .fm_main_banner {
  background-color: #0f1719;
}
.smartRetail .top_content {
  background-position-x: 68%;
  background-image:url(../img/bg_smartretail_banner_2048.jpg);
}

.security .fm_main_banner {
  background-color: #031729;
}
.security .top_content {
  background-position-x: 72%;
  background-image:url(../img/bg_security_banner.jpg);
}
.covid-19 .fm_main_banner {
  background-color: #031729;
}
.covid-19 .top_content {
  background-position-x: 72%;
  background-image:url(../img/bg_health_banner.jpg);
}
.cht .covid-19 .top_content, .jpn .covid-19 .top_content, .kor .covid-19 .top_content {
  background-position-x: 72%;
  background-image:url(../img/bg_health_banner_2.jpg);
}
.eKYC .fm_main_banner {
  background-color: #031729;
}
.eKYC .top_content {
  background-position-x: 72%;
  background-image:url(../img/bg_eKYC_banner.jpg);
}
.intel .fm_main_banner {
  background-color: #010315;
}
.intel .top_content {
  background-position-x: 72%;
  background-image:url(../img/bg_intel_banner.jpg);
}
.nvidia .fm_main_banner {
  background-color: #000;
}
.nvidia .top_content {
  background-position-x: 72%;
  background-image:url(../img/bg_nvidia_banner.jpg);
}
.top_content .inner {
  max-width: 1260px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.top_des {
  width: 55%;
  color: #00aaee;
  display: block;
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top_des p, .top_des h1 {
  color: #fff;
  font-size: 20px;
  margin: 15px 0;
}
.top_des .slogan {
  color: inherit;
  display: block;
  font-size: 24px;
  font-weight: 400;
}
.fm_logo,
.fm_txt {
  display: inline-block;
  vertical-align: middle;
}
.fm_logo {
  width: 90px;
  height: 90px;
  margin-right: 15px;
}
.fm_txt {
  width: calc(100% - 115px);
  font-weight: normal;
}
.fm_txt .name, .fm_txt .badge {
  display: inline-block;
  vertical-align: middle;
}
.fm_txt .name {
  font-size: 56px;
  line-height: 1.2;
}
.fm_txt .badge {
  color: #fff;
  background-color: #00aaee;
  font-size: 28px;
  line-height: 1.2;
  padding: 5px 1.5em;
}
.overview .top_des {
  color: #3cf;
}
.intel .top_des {
  color: #fff;
}
.nvidia .top_des, .nvidia .top_des p  {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .fm_main_banner {
    margin-top: 40px;
  }
  .top_des {
    top: 35%;
    transform: translateY(-35%);
  }
  .fm_logo {
    width: 70px;
    height: 70px;
  }
  .top_des .slogan {
    font-size: 22px;
  }
  .fm_txt {
    width: calc(100% - 100px);
  }
  .fm_txt .name {
    font-size: 40px;
  }
  .fm_txt .badge {
    font-size: 20px;
    padding: 3px 15px;
  }
}
@media screen and (max-width: 800px) {
  .top_des .slogan {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .fm_main_banner {
    height: auto;
  }
  .top_content {
    height: auto;
    background-position-x: center;
  }
  .top_des {
    width: 100%;
    text-align: center;
    top: auto;
    position: relative;
    padding-top: 45%;
    transform: none;
  }
  .top_des p {
    margin: 5px 0;
  }
  .fm_txt {
    width: 100%;
  }
  .fm_txt .name {
    font-size: 32px;
  }
  .fm_logo {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
  .fm_logo + .fm_txt {
    width: 130px;
    text-align: left;
  }
  .overview .top_content {
    background-position-x: center;
    background-image:url(../img/bg_overview_banner_m.jpg);
  }
  .security .top_content {
    background-image:url(../img/bg_security_banner_m.jpg);
  }
  .platform .top_content {
    background-image:url(../img/bg_platform_banner_m.jpg);
  }	
  .smartRetail .top_content {
    background-image:url(../img/bg_smartretail_banner_m.jpg);
  }		
  .covid-19 .top_content {
    background-image:url(../img/bg_health_banner_m.jpg);
  }
  .cht .covid-19 .top_content, .jpn .covid-19 .top_content, .kor .covid-19 .top_content {
    background-position-x: 72%;
    background-image:url(../img/bg_health_banner_m_2.jpg);
  }
  .eKYC .top_content {
    background-image:url(../img/bg_eKYC_banner_m.jpg);
  }
  .intel .top_content {
    background-image:url(../img/bg_intel_banner_m.jpg);
  }
  .nvidia .top_content {
    background-image:url(../img/bg_nvidia_banner_m.jpg);
  }
}
@media screen and (max-width:480px) {
  .top_des .slogan, .top_des p {
    font-size: 16px;
  }
}
.bottom_des {
  width: 84%;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  bottom: 20px;
}
.bottom_des.flex_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.bottom_des .intel_iot {
  max-width: 200px;
  width: 100%;
}
.bottom_des .intel_gold_partner {
  max-width: 180px;
  width: 100%;
  display: inline-block;
}
.bottom_des .intel_rfp_ready {
  max-width: 120px;
  width: 100%;
  display: inline-block;
  margin: 5px;
}
.bottom_des .btn_area > a {
  margin: 5px;
}
.jpn .bottom_des .btn_area > a {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .jpn .overview .bottom_des {
    width: 70%;
  }
}
@media screen and (max-width: 800px) {
  .bottom_des .intel_iot {
    width: 170px;
  }
}
@media screen and (max-width: 600px) {
  .bottom_des {
    width: 100%;
    margin: 0;
    display: block;
    padding-bottom: 5px;
    position: relative;
    bottom: auto;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .bottom_des .intel_iot {
    max-width: 140px;
  }
  .bottom_des .btn_area {
    display: inline-block;
  }
}
.one-column, .two-column {
  width: 100%;
  margin: 0;
  padding: 0;
}
.column-block {
  width: 100%;
  clear: both;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
}
.one-column {
  width: 100%;
  float: none;
}
.gap-col {
  margin-top: 80px;
  margin-bottom: 0;
}
.one-column.first {
  margin-top: 30px;
}
.one-column h2, .one-column h1 {
  color: #363636;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}
.one-column h2 + h3 {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  .one-column h2, .one-column h1 {
    font-size: 34px;
  }
}
@media screen and (max-width:600px) {
  .one-column h2, .one-column h1 {
    font-size: 27px;
  }
  .one-column h2.smaller {
    font-size: 25px;
  }
}
.one-column h3 {
  color: #275ea2;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width:800px) {
  .one-column h3 {
    font-size: 30px;
  }
}
@media screen and (max-width:600px) {
  .one-column h3 {
    font-size: 28px;
  }
}
.one-column p, .blist p {
  font-size: 16px;
  margin-bottom: 12px;
}
.one-column p {
  text-align:center;
}
.one-column .blist {
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 0 15px;
  text-align: center;
}
ul li h2 > span.note {
  color: #ff9900;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  margin-left: 5px;
  vertical-align: baseline;
}
.two-column {
  margin-bottom: 40px;
}
.two-column ul li h3 {
  color: #0099ff;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}
.two-column ul li h4 {
  font-size: 18px;
  color: #363636;
  font-weight: 600;
  margin-bottom: 5px;
}
.two-column ul li.li_right {
  float: none;
}
.one-column ul li {
  display: block;
  list-style: disc;
}
@media screen and (width:768px) and (height:1024px) {
  .two-column ul li {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 800px) {
  .two-column ul li {
    width: 50%;
    float: left;
  }
  .two-column ul li.li_right {
    float: right;
  }
  .two-column > ul.flex_block li {
    float: none;
  }
  .two-column > ul.flex_block li:last-child {
    padding-left: 1.4em;
  }
  .two-column > ul.flex_block.row_reverse li:last-child {
    padding-left: 0;
    padding-right: 1.4em;
  }
  .two-column > ul.flex_block li:first-child {
    padding-right: 1.4em;
  }
  .two-column > ul.flex_block.row_reverse li:first-child {
    padding-right: 0;
    padding-left: 1.4em;
  }
}
@media screen and (max-width: 800px) {
  .two-column ul li {
    width: 100%
  }
}
.two-column ul li.w6 {
  width: 60%;
}
.two-column ul li.w4 {
  width: 40%;
}
.intro_brief {
}
.intro_brief > li {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}
.intro_brief > li:first-child {
  width: 70%;
  padding-left: 0;
}
.intro_brief > li:last-child {
  width: 30%;
  padding-right: 0;
  text-align:center;
}
.intro_brief > li:last-child .btn_link.big {
  max-width: 320px;
  width: 100%;
}
.logo_nist_subtitle {
  width: 100%;
  max-width: 400px;
  margin: 10px auto 15px auto;
}
@media screen and (max-width: 1300px) {
  .intro_brief > li:first-child {
    width: 60%;
  }
  .intro_brief > li:last-child {
    width: 39.5%;
  }
}
@media screen and (max-width: 991px) {
  .intro_brief > li, .two-column ul li.w6, .two-column ul li.w4 {
    width: 100% !important;
  }
  .intro_brief > li {
    width: 100% !important;
    display: block;
    padding: 15px 0;
  }
}
@media screen and (max-width: 800px) {
  .gap-col {
    margin-top: 60px;
  }
  .one-column .blist {
    padding: 0;
  }
  .two-column ul li h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
  }
}

.blist {
	width: 100%;
}
.blist.narrow {
  max-width: 720px;
  margin: 0 auto;
}

/* AL */
.two-column.faceMe_SDK {
  margin-top: 0;
}
.two-column.faceMe_SDK .flex_block {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.two-column.faceMe_SDK ul.flex_block {
  margin-bottom: 0;
}
.two-column.faceMe_SDK .flex_block li {
  float: none;
}
.two-column.faceMe_SDK .flex_block li .inner {
  height: 100%;
  position: relative;
}
@media screen and (max-width:800px) {
  .two-column.faceMe_SDK .flex_block > li {
    padding: 30px 0;
  }
  .two-column.faceMe_SDK .flex_block > li:not(.li_first) {
    padding-bottom: 0;
  }
  .two-column.faceMe_SDK .flex_block li .inner {
    padding-bottom: 0;
  }
  .two-column.faceMe_SDK .flex_block li .btn_area {
    text-align: center;
  }
  .two-column.faceMe_SDK .flex_block li .btn_link {
    position: relative;
    bottom: auto;
  }
}
.note {
  font-size: 13px;
  line-height: 19px !important;
  margin: 5px 0;
}
.note span {
  display: inline-block;
  vertical-align: top;
}
.note span.info, .note span:last-child {
  width: calc(100% - 20px);
}
.btn_area.center {
  text-align: center;
}
.btn_link {
  background-color: #08f;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  padding: 6px 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color ease .2s;
}
.btn_link > span {
  width: auto;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.btn_link.orange {
  background-color: #ff6600;
}
.btn_link.orange:hover {
  background-color: #f68b35;
}
.btn_link.small {
  font-size: 14px;
  margin: 6px 0;
  padding: 4px 15px;
}
.btn_link.big {
  font-size: 17px;
  margin: 5px;
  padding: 10px 20px;
  text-align: center;
}
.btn_link.covid19 {
  max-width: 310px;
  width: 100%;
  margin: 0;
}
.covid19 {
  text-align: center;
}
.btn_link img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top;
}
.btn_link.big img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.btn_link:hover {
  background-color: #33ccff;
}
.btn_whitepaper {
  max-width: 330px;
  width: 100%;
  background-color: #ff6600;
  border-radius: 10px;
  color: #fff;
  display: block;
  padding: 15px 15px;
  text-align: center;
  transition: background-color ease .2s;
}
.btn_whitepaper .txt {
  width: calc(100% - 60px);
  display: inline-block;
  font-size: 14px;
  padding-right: 5px;
  text-align: left;
  vertical-align: middle;
}
.btn_whitepaper:hover {
  background-color: #ff8838;
}
.btn_whitepaper img {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.btn_whitepaper .txt > div {
  font-size: 18px;
  margin-bottom: 10px;
}
.jpn .btn_whitepaper .txt > div {
  font-size: 17px;
}
.btn_whitepaper .txt > div:last-child {
  font-size: 15px;
}
@media screen and (max-width:800px) {
  .btn_link.big {
    font-size: 16px;
    margin: 10px 0;
    padding: 6px 20px;
  }
  .btn_link.covid19 {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .btn_whitepaper {
    margin: 0 auto;
  }
}
@media screen and (max-width:600px) {
  .btn_link.covid19 {
    margin-left: 0;
    margin-right: 0;
  }
}

section.module.content:not(#contactForm) > .column-block:first-child {
  margin-top: 40px;
}
@media screen and (max-width:991px) {
  .fm_main_banner ~ section.module.content:not(#contactForm) > .column-block:first-child {
    margin-top: 30px;
  }
  section.module.content:not(#contactForm) > .column-block:first-child {
    margin-top: 70px;
  }
  .fm_main_banner section.module.content > .column-block:first-child {
    margin-top: 0;
  }
}
img.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}
img.codec_logo {
  max-width: 185px;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}
img.acc {
  max-width: 150px;
}
.dd_menu ul li a {
  color: #333;
}
.dd_menu ul li.sub_target a {
  color: #ccb108;
}
.sub_act a:hover {
  color: #f2e06f;
}
.bn-wrap {
    padding: 20px 0;
}
.bn-wrap img {
    margin: 0 auto;
}
.bn-wrap img.mobile {
    display: none;
}
.txt_center {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .two-column ul li h4 {
    text-align: center;
  }
  .table {
    display: block;
  }
  .table_cell {
    display: block !important;
    float: none !important;
    vertical-align: middle;
  }
  .two-column ul li.three_quaters {
    width: 100%;
  }
  .two-column ul li.one_quaters {
    width: 100%;
  }
  img.codec_logo {
    max-width: 200px;
  }
  .bn-wrap img.mobile {
    display: block;
	  width: 90%;
  }
  .bn-wrap img.top {
      display: none;
  }
  .padding_fix {
    padding: 0 20px;
  }
  .two-column ul li.three_quaters {
    width: 80%;
  }
  .two-column ul li.one_quaters {
    width: 20%;
  }
  .line_chart > div {
    width: 100% !important;
  }
  .line_chart > div:last-child {
    text-align: center;
    margin-top: 15px;
    padding: 0;
  }
  .blist {
    text-align: left;
  }
}
/* END AL */

.btn_contact {
  background-color: #ff6600;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color ease .2s;
}
.btn_contact:hover {
  background-color: #ff8838;
}
.sticky_contact {
  width: 60px;
  height: 60px;
  background-color: #ff761a;
  border-radius: 60px;
  cursor: pointer;
  display: none;
  opacity: .8;
  overflow: hidden;
  position: fixed;
  bottom: 22px;
  right: 1em;
  z-index: 9999;
  transition: width ease .2s, box-shadow ease .2s, opacity ease .2s;
}
.sticky_contact .flex_block {
  width: 200px;
}
.sticky_contact img {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}
.sticky_contact span {
  width: calc(200px - 65px);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
}
/*@media (pointer: fine) and (hover: hover) {*/
	.sticky_contact/*:hover*/ {
	  width: 188px;
	  box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 50%);
	  opacity: 1;
	}
	.cht .sticky_contact/*hover*/, .kor .sticky_contact/*:hover*/ {
	  width: 150px;
	}
/*}*/
/*
@media screen and (max-width:480px) {
  .sticky_contact, .sticky_contact img {
    width: 50px;
    height: 50px;
  }
}
*/
@media screen and (max-width:480px)/* and (pointer: fine) and (hover: hover){*/

  .cht .sticky_contact/*:hover*/ {
    width: 180px;
  }
  .jpn .sticky_contact/*:hover*/ {
    width: 190px;
  }
  .kor .sticky_contact/*:hover*/ {
    width: 160px;
  }
}
.swiper-container {
  width: auto;
  margin: 0 auto
}

/* only face */
.face_icon {
  width: 50% !important;
  margin: 0 auto;
}
.margin-btm {
    margin-bottom: 70px;
}
@media screen and (max-width: 800px) {
  .face_icon {
    width: 60% !important;
    max-width: 120px !important;
  }
}

/* end only face */

a.txt_link {
  color: #001fee;
  text-decoration: underline;
}
a.txt_link:hover, a.txt_link:active {
  color: #007cee;
}
a.txt_link sup {
  display:inline-block;
  border-bottom: 1px solid #001fee;
  padding-bottom: 12px;
}
a.txt_link:hover sup, a.txt_link:active sup {
  border-bottom: 1px solid #007cee;
}

p.pic_info {
  font-size: 16px;
  font-weight: 600;
  margin: 5px;
  text-align: center;
}
@media screen and (max-width:600px) {
  p.pic_info {
    font-size: 15px;
  }
}
/* case_list */
.case_list {
  margin-bottom: 30px;
}
.case_list li {
  width: 33.333%;
  padding: 10px;
}
.case_list.col_4 li {
  width: 25%;
}
.case_list li a {
  border: 1px solid #008fc8;
  border-radius: 2px;
  color: #008fc8;
  display: block;
  font-size: 16px;
  padding: 15px;
  text-align: center;
  transition: background-color .2s ease, color .2s ease;
}
.case_list li a:hover {
  background-color: #00aaee;
  color: #fff;
}
@media screen and (max-width:768px) {
  .case_list li {
    width: 50%;
  }
}
@media screen and (max-width:600px) {
  .case_list li {
    width: 100%;
  }
}

/* card_list */
.card_list {
  margin: 40px 0 60px 0;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.card_list li {
  padding: 10px;
  position: relative;
}
.card_list li > a, .card_list li > .inner {
  height: 100%;
  box-shadow: 0px 0px 10px rgba(0,0,0,.35);
  color: #292929;
  display: block;
  position: relative;
  text-decoration: none;
  transition: box-shadow ease .3s;
}
.card_list li .tag {
  border-radius: 3px 3px 0 0;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 15px;
  position: relative;
  z-index: 2;
}
.card_list li .pic {
  width: auto;
  height: 220px;
  background-color: #4b505c;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  background-image: url(../img/icon_unknown_pic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
}
.card_list li .pic::after {
  content: "";
  background-color: rgba(255,255,255,.2);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transition: opacity ease .25s;
}
.card_list li a.icon_play .pic::after, .card_list li .inner.icon_play .pic::after {
  background-color: rgba(255,255,255,.2);
  background-image: url(../img/svg/icon_play_2.svg);
  background-size: 60px 60px;
}
.card_list li .pic::after {
  content: "";
  background-color: rgba(255,255,255,.2);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transition: opacity ease .25s;
}
.card_list li a.icon_play:hover .pic::after, .card_list li .inner.icon_play:hover .pic::after {
  opacity: 1;
}
.card_list li a:hover .pic::after, .card_list li .inner:hover .pic::after {
  opacity: 1;
}
.card_list li .card_body {
  height: calc(100% - 220px);/* 220px >> .pic height */
  background-color: transparent;
  padding: 15px;
  padding-bottom: 70px;
}
.card_list[showTab='insights'] li .card_body {
	padding-bottom: 28px;
}
.card_list li .card_body .info {
  width: calc(100% - 30px);/* 30px >> padding */
  border-top: 1px solid #ddd;
  padding-top: 15px;
  position: absolute;
  bottom: 15px;
}
.card_list[showTab='insights'] li .card_body .info {
	bottom: 10px;
}

.card_list[showTab='insights'] li .card_body .info {
	border-top-width: 0px;
}
.card_list li .card_body .info.flex_block {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.card_list[showTab='insights'] li .card_body .info.flex_block {
	justify-content: center;
  	-webkit-justify-content: center;
}
.card_list li .card_body .info .content {
  padding-right: 3px;
}
.card_list li .card_body .btn_area {
  margin-top: 3px;
}
.card_list li .card_body .btn_area .btn {
  min-width: 110px;
  border-radius: 30px;
  color: #fff;
  display: block;
  padding: 3px 20px 4px 20px;
  font-size: 15px;
  text-align: center;
}
.card_list[showTab='insights'] li .card_body .btn_area .btn {
	border-radius: 6px;
}
.card_list li .card_body .btn_area .btn.download, .card_list li .card_body .btn_area .btn.orange {
  background-color: #ff6600;
}
.card_list li .card_body .btn_area .btn.read {
  background-color: #08f;
}
.card_list[showTab='insights'] li .card_body .btn_area .btn.read {
  background-color: #ff9900;
}
.card_list li .card_body .btn_area .btn.watch {
  background-color: #45515c;
}
.card_list li h5.title {
  font-size: 16px;
  font-weight: 600;
  color: #292929;
  overflow: hidden;
  margin-bottom: 10px;
  transition: color ease .25s;
}
.card_list li a.title:hover {
	color: #292929;
	text-decoration: underline;
}
.card_list[showTab='insights'] li h5.title {
	text-align: center;
}
.card_list li > a:hover .title {
  color: #00aaee;
}
.card_list li .desc {
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}
.card_list li .detail {
  padding-bottom: 15px;
  padding-right: 15px;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.card_list li .media_name {
  color: #222;
  font-size: 15px;
  margin-bottom: 5px;
}
.card_list li .date, .card_list li .format, .card_list li .time {
  color: #666;
  font-size: 14px;
}
.card_list li .date {
  font-weight: bold;
}
.card_list li .time {
  font-size: 13px;
  margin-bottom: 3px;
}
.card_list li .format {
  font-size: 12px;
}
.card_list li .pic img {
  max-width: 100.3%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.card_list li {
  width: 33.333%;
}
.media .card_list li h5.title {
  height: 63px;
}
.media .card_list li .pic {
  height: 160px;
  background-color: transparent;
}
.media .card_list li .card_body {
  height: auto;
  background-color: rgba(0,0,0,.035);
  transition: background-color ease .2s;
  padding: 15px;
  padding-bottom: 60px;
}
.media .card_list li > a:hover .card_body, .card_list li > .inner:hover .card_body {
  background-color: rgba(0,0,0,.025);
}
.prod.card_list.flex_block {
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.prod.card_list.flex_block + .btn_area {
  margin-top: 44px;
  margin-bottom: 40px;
}
@media screen and (max-width:1200px) {
  .card_list li .pic {
    height: 200px;
  }
  .card_list li .card_body {
    height: calc(100% - 200px);
  }
}
@media screen and (max-width:991px) {
  .card_list li h5.title {
    font-size: 15px;
  }
  .card_list li {
    width: 50%;
    padding: 10px;
  }
  .card_list li .pic {
    height: 225px;
  }
  .card_list li .card_body {
    height: calc(100% - 225px);
  }
}
@media screen and (max-width:768px) {
  .card_list li a::before {
    content: none;
  }
  .card_list li .pic {
    height: 180px;
  }
  .card_list li .card_body {
    height: calc(100% - 180px);
  }
  .card_list li .inner.icon_play .pic::after {
    background-color: transparent;
    background-image: url(../img/svg/icon_play_2.svg);
    background-position: left bottom;
    background-size: 50px 50px;
    margin-left: 10px;
    margin-bottom: 10px;
    opacity: 1;
  }
}
@media screen and (min-width:601px) {
  .card_list li > a:hover, .card_list li > .inner:hover {
    box-shadow: 1px 1px 10px rgba(55, 55, 55, 0.65);
  }
}
@media screen and (max-width:600px) {
  .card_list li {
    width: 100%;
    padding: 10px 0;
  }
  .card_list li .pic {
    height: 200px;
  }
  .card_list li .card_body {
    height: calc(100% - 225px);
  }
}
@media screen and (max-width:360px) {
  .card_list li .card_body {
    height: calc(100% - 200px);
  }
}
/* custom css rule for featured articles item in insightsDetail lightbox */
#insightsPromoLightbox .card_list li .pic {
    height: 130px;
}				
#insightsPromoLightbox .card_list li {
  padding: 10px;
  position: relative;
}
@media screen and (max-width:1200px) {
  #insightsPromoLightbox .card_list li .pic {
    height: 130px;
  }
}
@media screen and (max-width:600px) {
  #insightsPromoLightbox .card_list li a {
    display: none;
  }
}
#insightsPromoLightbox .featured_article_mobile_only_btn{
  display: flex;
  justify-content: center;
}
@media screen and (min-width:601px) {
  #insightsPromoLightbox .featured_article_mobile_only_btn{
	display: none;
  }
}
#insightsPromoLightbox .featured_article_mobile_only_btn .btn.read{
	min-width: 250px;
    border-radius: 40px;
	background-color: #ff9900;
    color: #fff;
    display: block;
    padding: 3px 20px 4px 20px;
}
#insightsPromoLightbox .card_list[showTab='insights'] li .card_body .info {
	bottom: 0px;
}

/* slider_custom */
.slider_custom {
  margin: 25px 0 60px 0;
}
.slider_custom h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}
.slider_custom > div img {
  width: 100%;
  height: auto;
  display: block;
}
.slider_custom#security2 .pc {
  max-width: 800px;
  margin: 0 auto;
}
.slider_custom#security2 .pc .top .flex_block {
  align-items: self-start;
  -webkit-align-items: self-start;
}
.slider_custom#security2 .pc .part1, .slider_custom#security2 .pc .part2 {
  width: 50%;
}
.slider_custom#security2 .pc .bottom.flex_block {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.slider_custom#security2 .info .content {
  min-height: 120px;
  list-style: disc;
  padding: 15px;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.slider_custom#security2 ul {
  display: inline-block;
  list-style: disc;
  padding-left: 20px;
}
.slider_custom#security2 ul li {
  padding: 5px 0;
}
.slider_custom#security2 .info {
  padding: 0 10px;
}
.slider_custom#security2 .info .inner {
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  overflow: hidden;
}
.slider_custom#security2 .info h3 {
  color: #fff;
  margin: 0;
  padding: 10px;
}
.slider_custom#security2 .info h3 span {
  display: block;
  font-size: 18px;
}
.slider_custom#security2 .part1.info .inner {
  border-color: #1e9e52;
}
.slider_custom#security2 .part1.info h3 {
  background-color: #1e9e52;
}
.slider_custom#security2 .part2.info .inner {
  border-color: #e95504;
}
.slider_custom#security2 .part2.info h3 {
  background-color: #e95504;
}
.slider_custom#security2 .part3.info .inner {
  border-color: #0087c8;
}
.slider_custom#security2 .part3.info h3 {
  background-color: #0087c8;
}
@media screen and (max-width:768px) {
  .slider_custom#security2 .info .content {
    min-height: 200px;
  }
}
@media screen and (max-width:600px) {
  .slider_custom#security2 .info .content {
    min-height: auto;
  }
}


.slider_custom#security1 .pc > div, .slider_custom#security3 .pc > div {
  width: 33.333%;
}
.slider_custom#security1 .pc {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.slider_custom#security1 .pc > div {
  align-self: flex-end;
  -webkit-align-self: flex-end;
}

.slider_custom#security1a .pc > div {
  width: 33.333%;
}
.slider_custom#security1a .pc {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.slider_custom#security1a .pc > div {
  align-self: flex-start;
  -webkit-align-self: flex-start;
}

.slider_custom#security3 {
  margin-top: 60px;
}
.slider_custom#security3 .pc.flex_block {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.slider_custom#security3 .info {
  padding: 0 10px;
}
.slider_custom#security3 .info .inner {
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  overflow: hidden;
}
.slider_custom#security3 h3 {
  color: #fff;
  margin: 0;
  padding: 10px;
}
.slider_custom#security3 h3 span {
  display: block;
  font-size: 18px;
}
.slider_custom#security3 .info .bottom {
  min-height: 120px;
  list-style: disc;
  padding: 15px;
  justify-content: center;
  -webkit-justify-content: center;
}
.slider_custom#security3 ul {
  display: inline-block;
  list-style: disc;
  padding-left: 20px;
}
.slider_custom#security3 ul li {
  padding: 5px 0;
}
.slider_custom#security3 .part1 .info .inner {
  border-color: #1e9e52;
}
.slider_custom#security3 .part1 h3 {
  background-color: #1e9e52;
}
.slider_custom#security3 .part2 .info .inner {
  border-color: #e95504;
}
.slider_custom#security3 .part2 h3 {
  background-color: #e95504;
}
.slider_custom#security3 .part3 .info .inner {
  border-color: #0087c8;
}
.slider_custom#security3 .part3 h3 {
  background-color: #0087c8;
}
@media screen and (max-width:992px) {
  .slider_custom#security1 h3, .slider_custom#security1a h3  {
    height: 52px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .slider_custom#security3 .info .bottom {
    min-height: 200px;
  }
}
@media screen and (max-width:600px) {
  .slider_custom#security1 h3, .slider_custom#security1a h3 {
    height: auto;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .slider_custom#security3 .info .bottom {
    min-height: auto;
  }
}
.slider_custom .mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.slider_custom .mobile {
  display: none;
}
.slider_custom .parallax-bg {
  position: relative;
  left: 0;
  top: 0;
  width: 300%;
  height: 1000px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width:991px) {
}
@media screen and (max-width:600px) {
  .slider_custom .pc {
    display: none;
  }
  .slider_custom .mobile {
    display: block;
  }
}

/* Press Room */
.news_table a, .news_date {
  font-weight: normal !important;
}

/* Partners */
.partners.flex_block {
  max-width: 1045px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  justify-content: center;
  -webkit-justify-content: center;
}
.partners li {
  width: 25%;
  padding: 0 15px;
}

.colu_5 li {
  width: 20%;
}

.partners li.colspan_2 {
  width: 50%;
}
.partners li img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width:991px) {
  .partners.flex_block {
    width: 100%;
  }
  .partners li{
    padding: 5px;
  }
}
@media screen and (max-width:800px) {
  .partners li {
    width: 33.3333% !important;
  }
  .partners li.colspan_2 {
    width: 66.6666% !important;
  }
}
@media screen and (max-width:480px) {
  .partners li {
    width: 50% !important;
  }
  .partners li.colspan_2 {
    width: 100% !important;
  }
}
.diagram {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.diagram > div {
  padding: 15px 10px;
}
.diagram > .left {
  width: 65%;
}
.diagram > .right {
  width: 35%;
}
.diagram > div > .inner {
  height: 100%;
}
.diagram > div > .inner .pic {
  padding: 15px;
}
.diagram > .right > .inner .pic {
  padding-top: 30px;
}
.diagram > .left > .inner {
  background-color: #ddeee1;
}
.diagram > .right > .inner {
  background-color: #dbf0fc;
}
.diagram > div .title {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
}
.diagram > .left .title {
  background-image: linear-gradient(180deg, #55b37d, #009842);
  background-color: #009842;
}
.diagram > .right .title {
  background-image: linear-gradient(180deg, #009fe2, #0071b3);
  background-color: #0071b3;
}
.diagram > .left .pic .mobile {
  display: none;
}
.diagram img {
  width: 100%;
  height: auto;
  display: block;
}
.diagram p.note {
  padding: 15px;
  padding-top: 0;
}
@media screen and (max-width:768px) {
  .diagram > .left, .diagram > .right, .diagram > .left .inner > div {
    width: 100%;
    max-width: 720px;
  }
  .diagram > .right > .inner .pic {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width:600px) {
  .diagram > .left .pic .pc {
    display: none;
  }
  .diagram > .left .pic .mobile {
    display: block;
  }
}
#security4 .pc {
  max-width: 1000px;
  margin: 0 auto;
}
#security4 .pc > .flex_block {
  align-items: stretch;
  -webkit-align-items: stretch;
}
#security4 .pc > .flex_block > div {
  width: 50%;
  position: relative;
}
#security4 .pic1 {
  position: absolute;
  top: 35%;
}
#security4 .pic1 > div:first-child {
  width: 37.3%;
}
#security4 .pic1 > div:last-child {
  width: 13.7%;
}
#security4 .pic1 img {
  width: 49%;
}
#security4 .info {
  padding: 0 10px;
}
#security4 .info .inner {
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  margin: 10px 0;
  overflow: hidden;
}
#security4 .info .inner h3 {
  color: #fff;
  margin: 0;
  padding: 6px;
}
#security4 .info .inner span {
  display: block;
}
#security4 .info .bottom {
  list-style: disc;
  padding: 15px;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
#security4 .info ul {
  display: inline-block;
  list-style: disc;
  padding-left: 20px;
}
#security4 .info ul li {
  padding: 5px 0;
}
#security4 .info .inner.central h3 {
  background-color: #e95504;
}
#security4 .info .inner.central {
  border-color: #e95504;
}
#security4 .info .inner.check-in_add-on h3 {
  background-color: #5653c1;
}
#security4 .info .inner.check-in_add-on {
  border-color: #5653c1;
}
@media screen and (max-width:768px) {
  #security4 > div {
    width: 100%;
  }
}
.slider_custom#security5 .pc {
  max-width: 1000px;
  margin: 0 auto;
}
.slider_custom#security5 .pc .top .flex_block {
  align-items: self-start;
  -webkit-align-items: self-start;
}
.slider_custom#security5 .pc .part1, .slider_custom#security5 .pc .part2 {
  width: 50%;
  position: relative;
}
.slider_custom#security5 img.pic_absolute {
  width: 73%;
  position: absolute;
  top: 42%;
  left: 25%;
}
.bottom.flex_block {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.slider_custom#security5 .info .content {
  min-height: 120px;
  list-style: disc;
  padding: 15px;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.slider_custom#security5 ul {
  display: inline-block;
  list-style: disc;
  padding-left: 20px;
}
.slider_custom#security5 ul li {
  padding: 5px 0;
}
.slider_custom#security5 .info {
  padding: 0 10px;
}
.slider_custom#security5 .info .inner {
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  overflow: hidden;
}
.slider_custom#security5 .info h3 {
  color: #fff;
  margin: 0;
  padding: 10px;
}
.slider_custom#security5 .info h3 span {
  display: block;
  font-size: 18px;
}
.slider_custom#security5 .part1.info .inner {
  border-color: #009ed2;
}
.slider_custom#security5 .part1.info h3 {
  background-color: #009ed2;
}
.slider_custom#security5 .part2.info .inner {
  border-color: #e95504;
}
.slider_custom#security5 .part2.info h3 {
  background-color: #e95504;
}
.slider_custom#security5 .part3.info .inner {
  border-color: #0087c8;
}
.slider_custom#security5 .part3.info h3 {
  background-color: #0087c8;
}
@media screen and (max-width:768px) {
  .slider_custom#security5 .info .content {
    min-height: 200px;
  }
}
@media screen and (max-width:600px) {
  .slider_custom#security5 .info .content {
    min-height: auto;
  }
}

/* covid-19 */
.covid-19 .system_setup {
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.covid-19 .system_setup > div {
  width: 50%;
  padding: 10px;
}
.covid-19 .system_setup > div > .inner {
  height: 100%;
}
.covid-19 .system_setup div > .title {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
}
.covid-19 .system_setup .left .title {
  background-image: linear-gradient(180deg, #f7af07, #eb7b15);
  background-color: #eb7b15;
}
.covid-19 .system_setup .right .title {
  background-image: linear-gradient(180deg, #009adc, #00599f);
  background-color: #00599f;
}
.covid-19 .system_setup > div > .inner p {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  padding: 0 15px;
  text-align: center;
}
.covid-19 .system_setup div > .inner .pic {
  padding: 30px;
}
.covid-19 .system_setup .left > .inner {
  background-color: #fffac7;
}
.covid-19 .system_setup .right > .inner {
  background-color: #dbf0fc;
}
@media screen and (max-width:991px) {
  .covid-19 .system_setup > div {
    width: 100%;
    max-width: 720px;
    padding: 10px 0;
  }
}
@media screen and (max-width:600px) {
  .diagram > .left .pic .pc {
    display: none;
  }
  .diagram > .left .pic .mobile {
    display: block;
  }
}

.covid-19 .pic_tag {
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.covid-19 .pic_tag .pic {
  width: 50%;
}
.covid-19 .pic_tag .pic img {
  border: 1px solid #ccc;
}
.covid-19 .pic_tag .tag_container {
  position: relative;
  width: 26%;
}
body.cht .covid-19 .pic_tag .tag_container {
  width: 20%;
}
.covid-19 .pic_tag .tag_container .tag {
  background-color: #00a3e6;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  position: absolute;
  left: 30px;
}
.covid-19 .pic_tag .tag_container .tag1 {
  top: 15%;
}
.covid-19 .pic_tag .tag_container .tag2 {
  top: 65%;
}
.covid-19 .pic_tag .tag_container .tag3 {
  top: 80%;
}
.covid-19 .pic_tag .tag_container .tag span.dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #006fb1;
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.covid-19 .pic_tag span.num {
  display: none;
}
.covid-19 .pic_tag .tag_container .tag span:first-child {
  left: -50px;
}
.covid-19 .pic_tag .tag_container .tag span:first-child::before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #006fb1;
  display: block;
  position: absolute;
  top: 3px;
}
.covid-19 .pic_tag .tag_container .tag span:last-child {
  left: -6px;
}
@media screen and (max-width:1200px) {
  .covid-19 .pic_tag .pic {
    width: 59.5%;
  }
  .covid-19 .pic_tag .tag_container {
    position: relative;
    width: 40%;
  }
  body.cht .covid-19 .pic_tag .tag_container, body.jpn .covid-19 .pic_tag .tag_container {
    width: 25%;
  }
}
@media screen and (max-width:991px) {
  .covid-19 .pic_tag .tag_container {
    width: 100% !important;
    padding: 15px;
    text-align: center;
  }
  .covid-19 .pic_tag .tag_container .tag {
    background-color: transparent;
    border-radius: 0;
    color: #333;
    display: inline-block;
    padding: 10px;
    position: relative;
    left: auto;
  }
  .covid-19 .pic_tag .tag_container .tag.tag1, .covid-19 .pic_tag .tag_container .tag.tag2, .covid-19 .pic_tag .tag_container .tag.tag3 {
    top: auto;
  }
  .covid-19 .pic_tag .tag_container .tag span.dot {
    display: none;
  }
  .covid-19 .pic_tag span.num {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #00a3e6;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    margin-right: 10px;
    vertical-align: baseline;
  }
  .covid-19 .pic_tag .pic span.num {
    margin-left: 0;
    position: absolute;
    right: -15px;
  }
  .covid-19 .pic_tag .pic span.num1 {
    top: 16%;
  }
  .covid-19 .pic_tag .pic span.num2 {
    top: 66%;
  }
  .covid-19 .pic_tag .pic span.num3 {
    top: 81%;
  }
  .covid-19 .pic_tag .pic {
    width: 100%;
    max-width: 720px;
    padding-right: 10px;
    position: relative;
  }
}
@media screen and (max-width:600px) {
  .covid-19 .pic_tag .tag_container {
    text-align: left;
  }
  .covid-19 .pic_tag .tag_container .tag {
    display: block;
  }
  .covid-19 .pic_tag .pic {
    padding-right: 18px;
  }
  .covid-19 .pic_tag .pic span.num1 {
    top: 14%;
  }
  .covid-19 .pic_tag .pic span.num2 {
    top: 61%;
  }
  .covid-19 .pic_tag .pic span.num3 {
    top: 77%;
  }
}

/* security */
.vistor_traffic .pic, .vistor_traffic .info {
  display: inline-block;
  vertical-align: middle;
}
.vistor_traffic .pic {
  max-width: 230px;
  padding: 0 15px;
}
.vistor_traffic .info {
  max-width: calc(100% - 200px);
  text-align: left;
}
.vistor_traffic .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.vistor_traffic h3 {
  font-size: 32px;
}
.vistor_traffic h3 span {
  font-size: 20px;
}
.security .swiper-container .btn_next, .security .swiper-container .btn_prev {
  color: rgba(0,0,0,.3);
  font-size: 50px;
  outline: none;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 9;
}
.security .swiper-container .btn_next i:focus, .security .swiper-container .btn_prev i:focus {
  outline: none !important;
}
.security .swiper-container .btn_next {
  right: 0;
}
.security .swiper-container .btn_prev {
  left: 0;
}

.platform .swiper-container .btn_next, .platform .swiper-container .btn_prev {
  color: rgba(0,0,0,.3);
  font-size: 50px;
  outline: none;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 9;
}
.platform .swiper-container .btn_next i:focus, .platform .swiper-container .btn_prev i:focus {
  outline: none !important;
}
.platform .swiper-container .btn_next {
  right: 0;
}
.platform .swiper-container .btn_prev {
  left: 0;
}


.faceme_vms {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.faceme_vms li {
  width: 33.333%;
  padding: 10px;
}
.faceme_vms li .inner {
  height: 100%;
  border: 2px solid #bdbdbd;
  border-radius: 20px;
  padding: 15px;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
}
.faceme_vms li .inner::before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -7px;
}
.faceme_vms li .partner_logo {
  width: 100%;
  max-width: 240px;
  display: inline-block;
  vertical-align: middle;
}
.faceme_vms li .partner_logo2 {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.faceme_vms li .btn_area {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 15px;
}
.faceme_vms li .btn {
  display: inline-block;
  font-size: 16px;
  padding: 6px 30px;
  border-radius: 30px;
  transition: background-color ease .2s;
}
.faceme_vms li .btn.orange {
  background-color: #ff6600;
  color: #fff;
}
.faceme_vms li .btn.orange:hover {
  background-color: #ff8a3c;
}
.faceme_vms li .btn.blue {
  background-color: #00aaee;
  color: #fff;
}
.faceme_vms li .vivotek, .faceme_vms li .vast2 {
  width: 100%;
  max-width: 140px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}
@media screen and (max-width:1200px) {
  .vistor_traffic .pic {
    max-width: 180px;
    padding: 0 10px;
  }
  .vistor_traffic .info {
    max-width: calc(100% - 185px);
  }
}
@media screen and (max-width:768px) {
  .vistor_traffic .table_block.mobile .table_tr, .vistor_traffic .table_block.mobile .table_tr > .table_td {
    width: 100%;
    display: block;
  }
  .vistor_traffic .pic {
    max-width: 230px;
    padding: 0 10px;
  }
  .vistor_traffic .info {
    max-width: calc(100% - 235px);
  }
}
@media screen and (max-width:720px) {
  .faceme_vms li {
    width: 100%;
  }
  .faceme_vms li .inner {
    max-width: 360px;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width:600px) {
  .vistor_traffic h3 span {
    display: block;
  }
}
@media screen and (max-width:480px) {
  .vistor_traffic .pic, .vistor_traffic .info {
    width: 100%;
    max-width: none;
    display: block;
  }
  .vistor_traffic .pic {
    padding: 0;
    padding-bottom: 10px;
  }
  .vistor_traffic .info {
    text-align: center;
  }
  .vistor_traffic h3 {
    font-size: 24px;
    padding-bottom: 5px;
  }
  .vistor_traffic h3 span {
    font-size: 18px;
  }
}
@media screen and (max-width:360px) {
  .vistor_traffic h3 {
    font-size: 16px;
  }
  .vistor_traffic h3 span {
    font-size: 13px;
  }
}
.faq_block {
  text-align: center;
}
.faq_block > .btn_link {
  margin: 10px;
  vertical-align: middle;
}
.btn_link.faq {
  background-color: #4291ce;
  border-color: #4291ce;
  padding: 13px 20px;

}
.btn_link.faq img {
  width: 24px;
  height: 24px;
}
.btn_link.faq:hover {
  background-color: #53a0db;
}
@media screen and (max-width:800px) {
  .btn_link.faq {
    padding: 10px 20px;
  }
  .faq_block > .btn_link {
    margin: 20px auto;
  }
}
@media screen and (max-width:600px) {
  .faq_block > .btn_link {
    max-width: 360px;
    display: block;
    padding: 8px 20px;
  }
  .kor .faq_block > .btn_link {
    text-align: center;
  }
  .faq_block > .btn_link:not(.faq) > span {
    width: calc(100% - 50px);
  }
  .kor .faq_block > .btn_link:not(.faq) > span {
    width: auto;
  }
}

.faceme_offer {
  max-width: 990px;
  margin: 0 auto;
  margin-top: 30px;
}
.faceme_offer > li {
  display: block;
  padding: 10px;
}
.faceme_offer > li .inner {
  height: 100%;
  background-color: #fbfbfb;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 30%);
  padding: 15px;
}
.faceme_offer > li .icon {
  width: 100px;
  padding-right: 15px;
  align-self: center;
  -webkit-align-self: center;
}
.faceme_offer > li .txt {
  width: calc(100% - 100px);
  height: 100%;
  border-left: 1px solid #aaa;
  padding-left: 15px;
}
.faceme_offer > li .txt h3 {
  color: #0099ff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
.faceme_offer > li .txt ul {
  list-style: disc;
  padding-left: 27px;
}
@media screen and (max-width:768px) {
  .faceme_offer > li .icon, .faceme_offer > li .txt {
    padding: 0;
  }
  .faceme_offer > li .icon {
    margin: 0 auto;
  }
  .faceme_offer > li .txt {
    width: 100%;
    border-left: none;
    text-align: center;
  }
  .faceme_offer > li .txt ul {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width:600px) {
  .faceme_offer {
    display: block;
  }
  .faceme_offer .inner .txt h3 {
    font-size: 22px;
  }
}

.devices_app {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.devices_app > li {
  width: 25%;
  padding: 10px;
  text-align: center;
}
.devices_app > li .inner {
  height: 100%;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
  -webkit-justify-content: center;
}
.devices_app > li .inner h3 {
  height: 50px;
  color: #333;
  display: flex;
  font-size: 20px;
  margin-bottom: 10px;
}
.devices_app > li .inner h3 span {
  align-self: center;
  -webkit-align-self: center;
}
.devices_app > li .inner .logos {
  height: calc(100% - 45px);
  background-color: #ebedef;
  border-radius: 10px;
  padding: 5%;
}
.devices_app > li .inner .logos.middle::before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  margin-left: -10px;
  vertical-align: middle;
}
.devices_app > li .inner .logos.middle .middle_compare {
  display: inline-block;
  vertical-align: middle;
}
.devices_app > li .logos {
  text-align: center;
}
.devices_app > li .logos img {
  display: inline-block;
  margin: 10px;
  vertical-align: middle;
}
.devices_app > li .logos .win {
  width: 60px;
  height: 60px;
}
.devices_app > li .logos .linux {
  width: 80px;
}
.devices_app > li .logos .android, .devices_app > li .logos .ios {
  width: 70px;
}
.devices_app > li .logos .nv_geforce_rtx {
  width: 160px;
}
.devices_app > li .logos .nv_quadro {
  width: 200px;
}
.devices_app > li .logos .nv_jetpack, .devices_app > li .logos .nv_jetson, .devices_app > li .logos .openvino, .devices_app > li .logos .tensorflow {
  width: 180px;
}
.devices_app > li .logos .movidius {
  width: 100px;
}
.devices_app > li .logos .tensorrt, .devices_app > li .logos .coreml {
  width: 160px;
}
.devices_app > li .logos .intel_celeron, .devices_app > li .logos .intel_core, .devices_app > li .logos .arm,  .devices_app > li .logos .apple_a11 {
  width: 80px;
}
@media screen and (max-width:1200px) {
  .devices_app > li .logos .win {
    width: 40px;
  }
  .devices_app > li .logos .linux {
    width: 60px;
  }
  .devices_app > li .logos .android, .devices_app > li .logos .ios {
    width: 50px;
  }
  .devices_app > li .logos .nv_geforce {
    width: 160px;
  }
  .devices_app > li .logos .nv_jetpack, .devices_app > li .logos .nv_jetson, .devices_app > li .logos .openvino, .devices_app > li .logos .tensorflow {
    width: 140px;
  }
  .devices_app > li .logos .movidius {
    width: 90px;
  }

  .devices_app > li .logos .tensorrt, .devices_app > li .logos .coreml {
    width: 120px;
  }
  .devices_app > li .logos .intel_celeron, .devices_app > li .logos .intel_core, .devices_app > li .logos .arm,  .devices_app > li .logos .apple_a11 {
    width: 60px;
  }
}
@media screen and (max-width:991px) {
  .devices_app > li {
    width: 50%;
    padding: 20px 10px;
  }
  .devices_app > li .inner h3 span {
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
}
@media screen and (max-width:600px) {
  .devices_app > li {
    width: 100%;
    padding: 20px 0;
  }
  .devices_app > li .inner .logos {
    width: 100%;
    height: auto;
  }
}

.switcher {
  max-width: 920px;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin: 0 auto;
  padding-bottom: 15px;
  position: relative;
  z-index: 2;
}
.switcher > li {
  width: 50%;
  padding: 15px;
  text-align: center;
  position: relative;
}
.switcher .btn {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  padding: 15px;
  position: relative;
  transition: background-color ease .2s;
}
.switcher > li.active .btn {
  color: #fff !important;
}
.switcher > li::after {
  content: "▼";
  width: 0;
  height: 0;
  display: block;
  color: #fff;
  cursor: initial;
  font-size: 32px;
  text-shadow: 0 3px 3px rgba(0,0,0,0);
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 44%;
  transition: text-shadow ease .2s, bottom ease .2s, opacity ease .1s;
  transform: scaleX(2.5);
}
.switcher > li.active::after {
  text-shadow: 0 4px 2px rgba(0,0,0,.25);
  opacity: 1;
  bottom: 0;
}
.switcher .btn.btn1 {
  color: #4472c4;
  border-color: #4472c4;
}
.switcher .btn.btn2 {
  color: #70ad47;
  border-color: #70ad47;
}
.switcher .btn.btn1:hover {
  background-color: #e6edfa;
}
.switcher .btn.btn2:hover {
  background-color: #e2f0d9;
}
.switcher > li.active .btn.btn1 {
  background-color: #4472c4;
}
.switcher > li.active .btn.btn2 {
  background-color: #70ad47;
}
@media screen and (max-width:768px) {
  .switcher > li {
    padding: 5px;
  }
  .switcher .btn {
    font-size: 16px;
    padding: 10px;
  }
  .switcher > li::after {
    left: 43%;
  }
}
@media screen and (max-width:600px) {
  .switcher > li {
    width: 100%;
  }
  .switcher > li::after {
    display: none;
  }
}

.switch_content {
  background-color: #e6edfa;
  box-shadow: inset 0px 13px 10px -14px rgba(0,0,0,.75);
  overflow: hidden;
  padding: 60px 0;
  transition: background-color ease .5s;
  position: relative;
  z-index: 1;
}
.switch_content::after {
  content: "";
  width: 100%;
  height: 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.75);
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.switch_container {
  overflow: hidden;
}
.switch_container {
  width: 200%;
  transition: transform ease .5s;
}
.switch_container .inner1, .switch_container .inner2 {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.switch_container .one-column {
  margin-top: 0;
  margin-bottom: 10px;
}
.switch_container p.blist {
  font-size: 16px;
  padding: 0;
}
.switch_container .inner1 h3 {
  color: #275ea2;
}
.switch_container .inner2 h3 {
  color: #70ad47;
}
.switch_container .case_app_list {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.switch_container .case_app_list > li {
  width: 25%;
  padding: 10px;
  text-align: center;
}
.switch_container .case_app_list > li .inner {
  height: 100%;
}
.switch_container .case_app_list h3 {
  height: 54px;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  justify-content: center;
  -webkit-justify-content: center;

}
.switch_container .case_app_list h3 span {
  align-self: center;
  -webkit-align-self: center;
}
.switch_container .case_app_list .info {
  height: calc(100% - 64px);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  padding: 15px;
}
.switch_container .case_app_list .info > img {
  width: 100px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.switch_container .inner1 .info {
  border-color: #89a9d2;
}
.switch_container .inner2 .info {
  border-color: #99bb83;
}
.switch_container .case_app_list .list {
  display: inline-block;
  list-style: disc;
  margin-top: 15px;
  padding-left: 27px;
  text-align: left;
}
@media screen and (max-width:991px) {
  .switch_container .case_app_list > li {
    width: 50%;
  }
  .switch_container .case_app_list h3 span {
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
}
@media screen and (max-width:600px) {
  .switch_content {
    padding: 40px 0;
  }
  .switch_container .case_app_list > li {
    width: 100%;
    padding: 15px 0;
  }
  .switch_container .inner1, .switch_container .inner2 {
    padding: 0;
  }
}

ul.note {
  font-size: 14px;
  list-style: disc;
  margin: 15px 0;
  padding-left: 17px;
}
ul.note li {
  display: list-item;
  padding: 5px 0;
}
ul.note li:first-child {
  display: block;
  margin-left: -17px;
}
@media screen and (max-width:800px) {
  .note_wrapper {
    text-align: center;
  }
  ul.note {
    display: inline-block;
    text-align: left;
  }
}

/* intel */
@media screen and (max-width:799px) {
  .intel .two-column ul li {
    padding: 10px 0;
  }
}
.intel_tech {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.intel_tech > div {
  width: 33.333%;
  padding: 10px;
  text-align: center;
}
.intel_tech > div .inner {
  height: 100%;
}
.intel_tech > div .inner .pic {
  height: 133px;
}
.intel_tech > div .inner .pic::before {
  content: "";
  height: 100%;
  display: inline-block;
  margin-left: -8px;
  vertical-align: middle;
}
.intel_tech > div .inner .pic img {
  vertical-align: middle;
}
.intel_tech .logo_intel_openvino {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.intel_tech .logo_intel_movidius {
  max-width: 133px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.intel_tech .logo_intel_real_sense {
  max-width: 270px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.intel_tech > div .inner .top {
  height: 360px;
  padding: 20px;
  margin-bottom: 10px;
}
.intel_tech > div .inner .txt {
  color: #fff;
  font-size: 24px;
}
.intel_tech > div .inner .txt::before {
  content: "";
  max-width: 340px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 15px auto;
  margin-bottom: 8%;
}
.intel_tech > div .inner .txt span {
  color: #ffc000;
  font-size: 200%;
  line-height: 150%;
}
.intel_tech > div:first-child .inner .top {

  background-color: #003c71;

}
.intel_tech > div:nth-child(2) .inner .top {
  background-color: #2d4ca0;
}
.intel_tech > div:nth-child(2) .inner .pic {
  padding: 0;
}
.intel_tech > div:last-child .inner .top {
  background-color: #03133a;
}
@media screen and (max-width:768px) {
  .intel_tech > div .inner .txt {
    font-size: 20px;
  }
  .intel_tech > div .inner .pic {
    height: 120px;
  }
  .intel_tech > div .inner .top {
    height: 340px;
  }
}
@media screen and (max-width:600px) {
  .intel_tech > div {
    width: 100%;
  }
  .intel_tech > div .inner .top {
    height: auto;
  }
  .intel_tech > div .inner .txt::before {
    max-width: none;
  }
}
.intel_movidius {
  margin: 30px 0;
  text-align: center;
}
.intel_movidius .pic img {
  width: 130px;
  height: 130px;
  display: inline-block;
}
.intel_movidius .pic {
  width: 130px;
  display: inline-block;
  vertical-align: middle;
}
.intel_movidius .txt {
  width: calc(100% - 150px);
  display: inline-block;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}
.intel_movidius_device {
  border: 4px solid #22b0ec;
  border-radius: 20px;
  margin: 60px 0;
  padding: 30px;
  position: relative;
}
.intel_movidius_device .title {
  width: 100%;
  padding: 0 30px;
  text-align: center;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.intel_movidius_device h4 {
  background-color: #fff;
  color: #0071c5;
  display: inline-block;
  font-size: 24px;
  padding: 0 15px;
}
.intel_movidius_device .content {
  align-items: self-start;
  -webkit-align-items: self-start;
}
.intel_movidius_device .content > div {
  width: 25%;
  padding: 10px;
  text-align: center;
}
.intel_movidius_device .content > div .dev_name {
  font-size: 15px;
}
.intel_movidius_device .content > div a {
  display: block;
  color: inherit;
  transition: color ease .2s;
}
.intel_movidius_device .content > div a:hover {
  color: #0099ff;
}
.intel_movidius_device .content > div img {
  width: 220px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:600px) {
  .intel_movidius .pic, .intel_movidius .txt {
    width: 100%;
    display: block;
    text-align: center;
  }
  .intel_movidius_device .content > div {
    width: 50%;
  }
}
.intel_device_spec {
  margin: 60px 0;
}
.intel_device_spec h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.intel_device_spec .content {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.intel_device_spec .spec {
  width: 65%;
  padding-right: 10px;
}
.intel_device_spec .platform {
  width: 35%;
  padding-left: 10px;
}
.intel_device_spec .spec .table_wrapper {
  height: 100%;
  margin-bottom: 0;
}
.intel_device_spec .spec .table_block {
  font-size: 14px;
}
.intel_device_spec .spec .table_block.advantech > .table_tr > .table_td {
  width: 25%;
}
.intel_device_spec .spec .table_block.advantech > .table_tr > .table_td.col_3 {
  width: 25%;
}
.intel_device_spec .spec .table_block.advantech > .table_tr > .table_td.col_3:last-child {
  width: 50%
}
.intel_device_spec .platform .title {
  background-color: #0099ff;
  color: #fff;
  font-size: 20px;
  padding: 15px;
  text-align: center;
}
.intel_device_spec .platform .inner {
  height: 100%;
  background-color: #dae3f3;
}
.intel_device_spec .platform .content {
  padding: 20px;
  text-align: center;
}
.intel_device_spec .platform .content .logo_advantech {
  width: 140px;
  height: 29px;
  display: inline-block;
}
.intel_device_spec .platform .content .logo_iei {
  width: 70px;
  display: inline-block;
}
.intel_device_spec .platform .content > div {
  margin: 20px 0;

}
.intel_device_spec .platform .content > div .pic, .intel_device_spec .platform .content > div .txt {
  width: 50%;
}
.intel_device_spec .platform .content > div .txt {
  padding: 10px;
  text-align: center;
}
.intel_device_spec .platform .content > div .txt > div {
  margin-top: 10px;
}
.intel_device_spec .platform .content ul {
  font-size: 13px;
  list-style: disc;
  padding-left: 17px;
  text-align: left;
}
.intel_device_spec .platform .content li {
  display: list-item;
}
@media screen and (max-width:768px) {
  .intel_device_spec .spec, .intel_device_spec .platform {
    width: 100%;
    margin: 10px 0;
    padding: 0;
  }
  .intel_device_spec .platform .content > div {
    max-width: 400px;
    margin: 20px auto;
  }
  .intel_device_spec .platform .content ul {
    display: inline-block;
  }
  .intel_device_spec .platform .content > div .txt > div {
    font-size: 15px;
  }
  .intel_device_spec .spec .table_wrapper {
    height: auto;
  }
}
.intel_real_sense {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.intel_real_sense .pic, .intel_real_sense .txt {
  padding: 15px;
}
.intel_real_sense .pic {
  width: 40%;
  text-align: center;
}
.intel_real_sense .pic img {
  max-width: 400px;
  width: 100%;
  display: inline-block;
}
.intel_real_sense .txt {
  width: 60%;
}
@media screen and (max-width:800px) {
  .intel_real_sense .pic, .intel_real_sense .txt {
    width: 100%;
  }
}
.mask_identify {
  margin-bottom: 60px;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.mask_identify li {
  width: 25%;
  padding: 5px;
  text-align: center;
}
.mask_identify li .inner {
  height: 100%;
  background-color: #e5f1f8;
  padding: 15px;
  padding-bottom: 55%;
  position: relative;
}
.mask_identify li p {
  margin-bottom: 15px;
}
.mask_identify li .pic {
  width: calc(100% - 30px);
  position: absolute;
  bottom: 15px;
  left: 15px;
}
@media screen and (max-width:991px) {
  .mask_identify li {
    width: 50%;
    padding: 10px;
    text-align: center;
  }
}
@media screen and (max-width:600px) {
  .mask_identify li {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .mask_identify li .inner {
    height: auto;
    padding-bottom: 15px;
  }
  .mask_identify li .pic {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
  }
}

/* eKYC */
.eKYC .system_setup {
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.eKYC .system_setup > div {
  width: 50%;
  padding: 10px;
}
.eKYC .system_setup > div > .inner {
  height: 100%;
}
.eKYC .system_setup div > .title {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
}
.eKYC .system_setup .left .title {
  background-image: linear-gradient(180deg, #f7af07, #eb7b15);
  background-color: #eb7b15;
}
.eKYC .system_setup .right .title {
  background-image: linear-gradient(180deg, #009adc, #00599f);
  background-color: #00599f;
}
.eKYC .system_setup > div > .inner p {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  padding: 0 15px;
  text-align: center;
}
.eKYC .system_setup div > .inner .pic {
  padding: 30px;
}
.eKYC .system_setup .left > .inner {
  background-color: #fffac7;
}
.eKYC .system_setup .right > .inner {
  background-color: #dbf0fc;
}
@media screen and (max-width:991px) {
  .eKYC .system_setup > div {
    width: 100%;
    max-width: 720px;
  }
}
@media screen and (max-width:600px) {
  .diagram > .left .pic .pc {
    display: none;
  }
  .diagram > .left .pic .mobile {
    display: block;
  }
}

.eKYC .pic_tag {
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.eKYC .pic_tag .pic {
  width: 50%;
}
.eKYC .pic_tag .pic img {
  border: 1px solid #ccc;
}
.eKYC .pic_tag .tag_container {
  position: relative;
  width: 26%;
}
body.cht .eKYC .pic_tag .tag_container {
  width: 20%;
}
.eKYC .pic_tag .tag_container .tag {
  background-color: #00a3e6;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  position: absolute;
  left: 30px;
}
.eKYC .pic_tag .tag_container .tag1 {
  top: 15%;
}
.eKYC .pic_tag .tag_container .tag2 {
  top: 65%;
}
.eKYC .pic_tag .tag_container .tag3 {
  top: 80%;
}
.eKYC .pic_tag .tag_container .tag span.dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #006fb1;
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.eKYC .pic_tag span.num {
  display: none;
}
.eKYC .pic_tag .tag_container .tag span:first-child {
  left: -50px;
}
.eKYC .pic_tag .tag_container .tag span:first-child::before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #006fb1;
  display: block;
  position: absolute;
  top: 3px;
}
.eKYC .pic_tag .tag_container .tag span:last-child {
  left: -6px;
}
@media screen and (max-width:1200px) {
  .eKYC .pic_tag .pic {
    width: 59.5%;
  }
  .eKYC .pic_tag .tag_container {
    position: relative;
    width: 40%;
  }
  body.cht .eKYC .pic_tag .tag_container, body.jpn .eKYC .pic_tag .tag_container {
    width: 25%;
  }
}
@media screen and (max-width:991px) {
  .eKYC .pic_tag .tag_container {
    width: 100% !important;
    padding: 15px;
    text-align: center;
  }
  .eKYC .pic_tag .tag_container .tag {
    background-color: transparent;
    border-radius: 0;
    color: #333;
    display: inline-block;
    padding: 10px;
    position: relative;
    left: auto;
  }
  .eKYC .pic_tag .tag_container .tag.tag1, .eKYC .pic_tag .tag_container .tag.tag2, .eKYC .pic_tag .tag_container .tag.tag3 {
    top: auto;
  }
  .eKYC .pic_tag .tag_container .tag span.dot {
    display: none;
  }
  .eKYC .pic_tag span.num {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #00a3e6;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    margin-right: 10px;
    vertical-align: baseline;
  }
  .eKYC .pic_tag .pic span.num {
    margin-left: 0;
    position: absolute;
    right: -15px;
  }
  .eKYC .pic_tag .pic span.num1 {
    top: 16%;
  }
  .eKYC .pic_tag .pic span.num2 {
    top: 66%;
  }
  .eKYC .pic_tag .pic span.num3 {
    top: 81%;
  }
  .eKYC .pic_tag .pic {
    width: 100%;
    max-width: 720px;
    padding-right: 10px;
    position: relative;
  }
}
@media screen and (max-width:600px) {
  .eKYC .pic_tag .tag_container {
    text-align: left;
  }
  .eKYC .pic_tag .tag_container .tag {
    display: block;
  }
  .eKYC .pic_tag .pic {
    padding-right: 18px;
  }
  .eKYC .pic_tag .pic span.num1 {
    top: 14%;
  }
  .eKYC .pic_tag .pic span.num2 {
    top: 61%;
  }
  .eKYC .pic_tag .pic span.num3 {
    top: 77%;
  }
}
.ekyc_four_column {
    margin: 20px 0;
    width: 100%;
    display: block;
    float: left;
}
.ekyc_four_column  ul{
    display: block;
}
.ekyc_four_column li {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    display: block;
    float: left;
}
@media screen and (min-width: 991px){
  .ekyc_four_column {
    display: table;
    border-spacing: 20px;
    float: none;
    margin-bottom: 30px;
  }
  .ekyc_four_column  ul{
    display: table-row;
  }
  .ekyc_four_column li {
    width: 25%;
    display: table-cell;
    float: none;
  }
}

.ekyc_solution li {
  background: #006fb1;
  border-radius: 10px;
  display: flex;
  float: left;
}
@media screen and (min-width: 600px){
.ekyc_solution li {
    background: #006fb1;
    border-radius: 10px;
    margin: 1%;
    display: flex;
    float: left;
    width: 48%;
}
}
@media screen and (min-width: 991px){
.ekyc_solution li {
    background: #006fb1;
    border-radius: 10px;
    margin: 1%;
    display: flex;
    float: left;
    width: 23%;
}
}
.ekyc_solution img {
    width: 85px;
    display: inline-block;
    vertical-align: middle
}
.ekyc_solution .inner {
    max-width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle
    /* margin-top: 20px; */
}
.ekyc_solution .inner p {
  font-size: 18px;
  color: #ffffff;
  padding-left: 10px;
  word-wrap: normal;
}
.ekyc-recognition-img, .ekyc-recognition-img.col-4 {
  width: 80%;
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  .ekyc-recognition-img {
    width: 33%;
    float: left;
    padding: 10px;
  }
  .ekyc-recognition-img.col-4 {
    width: 25%;
  }
}
.ekyc-recognition li {
    width: 100%;
}
@media screen and (min-width: 768px){
.ekyc-recognition li:nth-child(1) {
    width: 40%;
}
.ekyc-recognition li:nth-child(2) {
    width: 60%;
}}
ul.ekyc-bullet-list li {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
    display: list-item;
    list-style: decimal;
    padding: 15px 0 0 0;
    border: navajowhite;
    border-bottom: 1px dotted #ced8e0;
    font-size: 14px;
}

.ekyc-situation-list {display: table;}


.ekyc-situation-list li {
    text-align: center;
    border: 8px solid #ced8e0;
    /* border-radius: 10px; */
}
ul.ekyc-bullet-list {
    display: block;
    padding-left: 24px;
    /* padding-right: 20px; */
    margin-bottom: 10px;
    overflow: overlay;
}
.ekyc_four_column.ekyc-situation-list .inner p {
    height: 72px;
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0;
}
.ekyc_four_column.ekyc-situation-list .inner p span {
  display: inline-block;
  vertical-align: middle;
}
.ekyc_four_column.ekyc-situation-list .inner p.top span {
  vertical-align: top;
}
.ekyc_four_column.ekyc-situation-list .inner p::before {
  content: "";
  height: 100%;
  display: inline-block;
  margin-left: -2px;
  vertical-align: middle;
}
span.btn-txt-ecky {
    margin-top: 10px;
    font-size: 13px;
}

a.btn_link.big.eKYC {
  padding: 10px 20px;
  min-width: 120px;
  margin: 10px;
}
.ekyc-recognition .btn_area {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ekyc-recognition .btn_area {
    text-align: left;
  }
  a.btn_link.big.eKYC {
    padding: 10px 30px;
    margin: 10px;
    width: auto;
  }
}
.ekyc-recognition-img p {
  text-align: center;
}
.ekyc-recognition {
  margin-top: 0;
}
.eKYC .one-title{
  margin-bottom: 20px;
}
span.title-color {
  color: orange;
}
.eKYC .ekyc_four_column .pic {
  padding: 10px;
}
@media screen and (min-width: 601px){
  .eKYC .ekyc_four_column .pic {
    padding: 0;
    text-align: center;
    width: 20%;
    float: left;
  }
}
@media screen and (min-width: 991px){
  .eKYC .ekyc_four_column .pic {
    padding: 0;
    text-align: center;
    width: 100%;
  }
}
.ekyc-situation-list img {
    width: 100px;
    margin: auto;
}
@media screen and (min-width: 601px){
    .ekyc-situation-list img {
    width: 100px;
  }
}
.margin-h60 {
    margin-bottom: 0px;
    margin-top: 0px;
}
@media screen and (min-width: 601px){
	.margin-h60 {
    margin-bottom: 0px;
    margin-top: 40px;
  }
}
a.btn_link.big.eKYC-top span {
    display: block;
    text-align: center;
}
.one-column.table-txt {
    margin-top: -30px;
    margin-bottom: 0;
}
a.btn_link.big.eKYC-top {
    margin: 0 10px;
}
.eKYC .intro_brief > li:last-child {
   padding: 15px 0 0px 0;
}

.ekyc_sdk h3 {
  border-radius: 10px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  background-color: #006fb1 !important;
  padding: 15px;
}
.ekyc_sdk > h3 {
  margin-bottom: 10px;
}
.ekyc_sdk ul.grid > li {
  padding: 10px;
}
.ekyc_sdk ul.grid > li .inner {
  height: 100%;
  background-color: #dde8f1;
  border-radius: 10px;
}
.ekyc_sdk ul.grid > li .title {
  background-color: #9ed6f9;
  border-radius: 10px;
  color: rgb(0 54 88);
  font-size: 22px;
  padding: 10px;
  text-align: center;
}
.ekyc_sdk ul.grid > li .content {
  padding: 30px 10px;
}
.ekyc_sdk ul.grid > li .content ul {
  display: inline-block;
  list-style: disc;
  padding-left: 24px;
}
.ekyc_sdk ul.grid.grid2 li .title {
  color: #fff;
}
.ekyc_sdk ul.grid.grid2 ul:not(.list) > li {
  padding: 0 10px;
}
.ekyc_sdk ul.grid.grid2 ul {
  height: 100%;
}
@media screen and (min-width:601px) {
  .ekyc_sdk ul.grid li:first-child {
    padding-left: 0 !important;
  }
  .ekyc_sdk ul.grid li:last-child {
    padding-right: 0 !important;
  }
}
@media screen and (max-width:768px) and (min-width:601px) {
  .ekyc_sdk ul.grid.col_4 > li:nth-child(odd) {
    padding-left: 0;
  }
  .ekyc_sdk ul.grid.col_4 > li:nth-child(even) {
    padding-right: 0;
  }
}
@media screen and (max-width:768px) {
  .ekyc_sdk h3 {
    font-size: 24px;
  }
  .ekyc_sdk ul.grid.col_4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ekyc_sdk ul.grid.grid2 {
    display: block;
  }
  .ekyc_sdk ul.grid > li .title {
    font-size: 20px;
  }

}
@media screen and (max-width:600px) {
  .ekyc_sdk ul.grid {
    display: block;
  }
  .ekyc_sdk ul.grid > li, .ekyc_sdk ul.grid.grid2 li:last-child, .ekyc_sdk ul.grid.grid2 ul > li {
    padding: 10px 0;
  }
  .ekyc_sdk ul.grid.grid2 li {
    padding: 0;
  }
}

/* nvidia */
.nvidia .two-column ul li h3 {
  color: #76b900;
}
.nvidia .one-column h3 {
  color: #58b900;
}
.nvidia .vistor_traffic {
  max-width: 800px;
  margin: 0 auto;
}
.nvidia .vistor_traffic .pc .table_td:first-child {
  width: 70%;
}
.nvidia .vistor_traffic .pc .table_td:last-child {
  width: 30%;
}
.nvidia .pc .table_tr.combine_3 .table_td:nth-child(2) {
  position: relative;
  width: 25%;
  height: 100%;
  border-right: none;
}
.nvidia .pc .table_tr.combine_3 .table_td:nth-child(2) > div::before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  margin-left: -7px;
  vertical-align: middle;
}
.nvidia .pc .table_tr.combine_3 .table_td:nth-child(2) > div {
  width: 501%;
  position: absolute;
  bottom: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  padding: 0 10px;
}
.nvidia .pc .table_tr.combine_3 .table_td:nth-child(3) {
  border-right: none;
}
.nv_app .top {
  background-color: #eee;
  padding: 10px;
  text-align: center;
}
.nv_app .left {
  width: 20%;
}
.nv_app .right {
  width: 80%;
}
.nv_app .top .right .title {
  background-color: #76b900;
  color: #fff;
  font-size: 24px;
  padding: 15px;
}
.nv_app .top .right .col_3 {
  background-color: #333;
  color: #fff;
  margin-top: 10px;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.nv_app .top .right .col_3 > div {
  padding: 10px;
}
.nv_app .top .right .col_3 > div:nth-child(1) {
  width: 30%;
}
.nv_app .top .right .col_3 > div:nth-child(2) {
  width: 40%;
}
.nv_app .top .right .col_3 > div:nth-child(3) {
  width: 30%;
}
.nv_app .top .right .col_3 > div:nth-child(3) .icon_group {
  padding-top: 15px;
}
.nv_app .top .right .col_3 h4 {
  font-size: 20px;
  font-weight: 400;
}
.nv_app .top .right .icon_group.flex_block {
  min-height: calc(100% - 54px);
  justify-content: center;
  -webkit-justify-content: center;
}
.nv_app .top .right .icon_group > img {
  height: auto;
  display: block;
  margin: 10px;
}
.nv_app .device {
  margin: 10px 0;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.nv_app .device .left, .nv_app .device .right {
  background-color: #eee;
  padding: 10px;
}
.nv_app .device .left {
  background-color: #76b900;
  text-align: center;
}
.nv_app .device .left::before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  margin-left: -7px;
  vertical-align: middle;
}
.nv_app .device .left h4 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}
.nv_app .device .right.flex_block {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.nv_app .device ul li {
  width: 120px;
  padding: 5px;
}
.nv_app .device ul li.win {
  width: 80px;
}
.nv_app .device ul li.linux {
  width: 100px;
}
.nv_app .device ul li.wide {
  width: 180px;
}
@media screen and (max-width:768px) {
  .nv_app .left, .nv_app .right {
    width: 100%;
  }
  .nv_app .device {
    margin: 15px 0;
  }
}
@media screen and (max-width:600px) {
  .nv_app .top .right .col_3 > div {
    width: 100% !important;
  }
  .nv_app .top .right .col_3 > div:nth-child(3) .icon_group {
    padding-top: 0;
  }
}

/* Events */
.events .column-block {
  max-width: 991px;
}
.events .card_list .inner {
  display: flex;
  height: auto;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  padding: 15px;
  transition: background-color ease .3s, box-shadow ease .3s;
}
.events .card_list li {
  width: 100%;
}
.events .card_list li .pic {
  width: 40%;
  height: auto;
  background-color: transparent;
  border-bottom: none;
}
.events .card_list li .pic img {
  left: 0;
  top: 0;
  transform: none;
}
.events .card_list li .card_body {
  width: 60%;
  height: auto;
  padding: 0;
  padding-left: 15px;
  align-self: center;
  align-self: center;
  align-self: center;
}
.events .card_list li > .inner:hover {
  background-color: rgba(0,0,0,.03);
}
.events .card_list li > .inner:hover .card_body {
  background-color: transparent;
}
.events .card_list li h5.title {
  font-size: 18px;
  overflow: hidden;
}
.events .card_list li .desc {
  height: 65px;
  font-size: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.events  .card_list li .card_body .info {
  width: auto;
  position: relative;
  bottom: auto;
}
.events  .card_list li .date {
  color: #111;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media screen and (max-width:768px) {
  .events .card_list li .pic, .events .card_list li .card_body {
    width: 50%;
  }
}
@media screen and (max-width:600px) {
  .events .card_list .inner {
    padding: 0;
  }
  .events .card_list li .pic, .events .card_list li .card_body {
    width: 100%;
  }
  .events .card_list li .card_body {
    padding: 15px;
  }
}

.case .case_list li a {
  height: 62px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #bbb;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 15px;
  position: relative;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
  transition: color ease .2s, text-shadow ease .4s;
}
.case .case_list li a::before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  margin-left: -5px;
  vertical-align: middle;
}
.case .case_list li a::after {
  content: "";
  background-color: rgba(0,0,0,0);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  transition: background-color ease .4s;
}
.case .case_list li a:hover {
  color: #eee;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.case .case_list li a:hover::after {
  background-color: rgba(0,0,0,.45);
}
.case .case_list li a.tag1 {
  background-image: url(/stat/technology/img/btn_bg_banking.jpg);
}
.case .case_list li a.tag2 {
  background-image: url(/stat/technology/img/btn_bg_security.jpg);
}
.case .case_list li a.tag3 {
  background-image: url(/stat/technology/img/btn_bg_retail.jpg);
}
.case .case_list li a.tag4 {
  background-image: url(/stat/technology/img/btn_bg_medical.jpg);
}
.case .case_list li a.tag5 {
  background-image: url(/stat/technology/img/btn_bg_building.jpg);
}
.case .case_list li a.tag6 {
  background-image: url(/stat/technology/img/btn_bg_home.jpg);
}
.case .case_list li a.tag7 {
  background-image: url(/stat/technology/img/btn_bg_government.jpg);
}
.case .case_list li a span {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.case .card_list {
  border-top: 2px solid #eee;
  margin-top: 10px;
  padding-top: 20px;
}
.case .card_list li .tag {
  color: #fff;
}
.case .card_list li .tag.tag1 {
  background-color: #c79500;
}
.case .card_list li .tag.tag2 {
  background-color: #4534a0;
}
.case .card_list li .tag.tag3 {
  background-color: #e46e00;
}
.case .card_list li .tag.tag4 {
  background-color: #ac0e0e;
}
.case .card_list li .tag.tag5 {
  background-color: #004294;
}
.case .card_list li .tag.tag6 {
  background-color: #1e7f0a;
}
.case .card_list li .tag.tag7 {
  background-color: #009892;
}
.case .btn_back {
  background-color: transparent;
  border: 1px solid #08f;
  border-radius: 5px;
  color: #08f;
  display: inline-block;
  margin-bottom: 30px;
  padding: 5px 15px;
  transition: background-color ease .2s;
}
.case.resources .btn_back {
  margin-left: 10px;
}
.case .btn_back:hover {
  background-color: #08f;
  color: #fff;
}
.case .btn_area a.btn {
  background-color: #00aaee;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 5px 30px 7px 30px;
}
.case .btn_area a.btn.btn_all {
  min-width: 160px;
  font-size: 17px;
  padding: 10px 30px;
  transition: background-color ease .2s;
}
.case .btn_area a.btn.btn_all:hover {
  background-color: #33ccff;
}
.case.detail .column-block {
  max-width: 991px;
  min-height: 640px;
}
.case.detail .btn_area {
  text-align: center;
  margin: 30px 0;
}
.case.detail .pic {
  margin: 15px 0;
  text-align: center;
}
.case.detail .pic img {
  display: inline-block;
}
.case .blist {
  margin: 0;
}
.case .section_content {
  margin: 30px 0;
}
.case .section_content h2 {
  border-bottom: 1px solid #00ccff;
  color: #00aaee;
  font-size: 34px;
  font-weight: 400;
  margin: 10px 0;
  padding-bottom: 10px;
  text-align: center;
}
.case .section_content .inner {
  margin: 15px 0;
  padding: 0 15px;
}
.case .section_content ul {
  list-style: disc;
  padding-left: 20px;
}
@media screen and (max-width:991px) {
  .case .case_list.col_4 li {
    width: 33.333%;
  }
}
@media screen and (max-width:800px) {
  .case .card_list {
    margin-top: 0;
  }
  .case .case_list.col_4 li {
    width: 50%;
  }
  .case .two-column ul li {
    padding: 8px 0;
  }
  .case .section_content h2 {
    font-size: 30px;
  }
}
@media screen and (max-width:600px) {
  .case .case_list.col_4 li {
    width: 100%;
    padding: 5px 0;
  }
  .case .section_content h2 {
    font-size: 28px;
  }
}

/* Webinars */
.webinars.resources .card_list li > .inner,
.no_card_tag.resources .card_list li > .inner {
  height: 100%;
}

/* Home */
.faceme_engine {
  max-width: 920px;
  margin: 0 auto;
}
.faceme_engine > li {
  display: block;
  padding: 10px;
}
.faceme_engine .inner {
  height: 100%;
  background-color: #fbfbfb;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-shadow: 1px 1px 6px 0 rgba(0,0,0,.3);
  padding: 15px;
}
.faceme_engine .inner.flex_block {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.faceme_engine .inner .icon {
  width: 80px;
  padding-right: 15px;
  align-self: center;
  -webkit-align-self: center;
}
.faceme_engine .inner .txt {
  width: calc(100% - 80px);
  height: 100%;
  border-left: 1px solid #aaa;
  padding-left: 15px;
}
.faceme_engine .inner .txt h3 {
  color: #0099ff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
.iot_hardware {
  width: 100%;
  background-color: #d9efff;
  margin-top: 80px;
  padding: 60px 0 20px 0;
}
.home .check {
  margin-bottom: 50px;
}
.home .check > h3 {
  color: #333;
  font-size: 26px;
}
.home .check .btn_area {
  text-align: center;
}
.home .check .btn_link.big {
  min-width: 200px;
  font-size: 20px;
}
.partners_container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 70px;
  padding: 60px 0 30px 0;
}
.nist_range_card {
  max-width: 990px;
  margin: 0 auto;
}
.nist_range_card li .note {
  text-align: center;
  position: absolute;
  top: calc(100% - 35px);
  left: 15px;
  right: 15px;
}
.nist_range_card ul.flex_block {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.nist_range_card ul.flex_block li {
  position: relative;
  padding-bottom: 40px;
}
.nist_range_card ul.flex_block li:first-child {
  padding-right: 7px;
}
.nist_range_card ul.flex_block li:last-child {
  padding-left: 7px;
}
.nist_range_card .card {
  height: 100%;
  background-color: #fbfbfb;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 30%);
  color: #555;
  font-size: 18px;
  font-weight: 600;
  padding: 6%;
}
.nist_range_card .card strong {
  color: #e79330;
  font-size: 2em;
}
.jpn .nist_range_card .card strong {
  font-size: 1.7em;
}
.nist_range_card .card .top {
  text-align: center;
}
.nist_range_card .card .top p:first-child {
  font-size: 1.5em;
}
.nist_range_card .card .top p:first-child strong {
  font-size: 1.7em;
}
.nist_range_card .card .bottom {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
}
.nist_range_card .card .bottom.flex_block {
  justify-content: center;
  -webkit-justify-content: center;
}
.nist_range_card .card .left, .nist_range_card .card .right {
  padding: 5px;
}
.nist_range_card .card .left {
  padding-right: 10px;
}
.nist_range_card .card .left p {
  font-size: 1.2em;
}
.nist_range_card .card .left p:last-child {
  font-size: 0.75em;
}
.nist_range_card .card .right {
  text-align: center;
}
@media screen and (max-width:991px) {
  .nist_range_card .card {
    font-size: 0.8em;
    padding: 3%;
  }
  .nist_range_card ul li {
    width: 50%;
  }
  .nist_range_card li .note {
    top: calc(100% - 40px);
  }
}
@media screen and (max-width:768px) {
  .faceme_engine li {
    min-height: 165px;
  }
  .faceme_engine .inner .txt h3 {
    font-size: 21px;
  }
  .faceme_engine .inner .txt p {
    font-size: 15px;
  }
  .nist_range_card .card .top p:first-child strong {
    font-size: 1.4em;
  }
  .nist_range_card .card .left p {
    font-size: 1.4em;
  }
}
@media screen and (max-width:600px) {
  .faceme_engine {
    display: block;
  }
  .faceme_engine li {
    min-height: auto;
  }
  .faceme_engine .inner .txt h3 {
    font-size: 22px;
  }
  .faceme_engine .inner .txt p {
    font-size: 16px;
  }
  .home .check > h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .nist_range_card ul.flex_block li {
    width: 100%;
    padding: 10px 0;
  }
  .nist_range_card ul.flex_block li:first-child {
    padding-right: 0;
  }
  .nist_range_card ul.flex_block li:last-child {
    padding-left: 0;
  }
  .nist_range_card .card {
    height: auto;
    text-align: center;
  }
  .nist_range_card .card .left, .nist_range_card .card .right {
    width: 100%;
  }
  .nist_range_card li .note {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}

/* Home Page Banner */
.home_top_banner {
	background-color: #031729;
	position: relative;
}
.home_top_banner::after {
	content: "";
	width: 100%;
	height: 70px;
	background-color: #efefef;
	border-bottom: 3px solid #ccc;
	display: block;
	position: absolute;
	bottom: 0;
}
.home_top_banner .swiper-container {
	max-width: 2048px;
  width: 100%;
  height: 500px;
	margin: 0 auto;
	padding-bottom: 70px;
	position: relative;
}
.home_top_banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
	position: relative;
	z-index: 1;
}
.home_top_banner .swiper-container .swiper-slide {
	background-color: #000;
	background-position: 35% center;
	background-size: cover;
}
.home_top_banner .swiper-container .swiper-slide p {
	margin: 10px 0;
}
.home_top_banner .swiper-container .swiper-slide.banner1 {
	background-image: url(/stat/technology/img/bg_home_banner.jpg);
}
.home_top_banner .swiper-container .swiper-slide.banner2 {
	background-image: url(/stat/technology/img/bg_security_banner_home.jpg);
}
.home_top_banner .swiper-container .swiper-slide.banner3 {
	background-image: url(/stat/technology/img/bg_health_banner_2_home.jpg);
}
.home_top_banner .swiper-container .swiper-slide.banner4 {
	background-image: url(/stat/technology/img/bg_ekyc_banner_home.jpg);
}
.home_top_banner .swiper-container .swiper-slide > .inner {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.home_top_banner .swiper-container .swiper-slide > .inner.flex_block {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.home_top_banner .swiper-container .swiper-slide > .inner .left {
  width: 50%;
}
.home_top_banner .swiper-container .swiper-slide > .inner .left.nist {
	padding-bottom: 20px;
	align-self: flex-end;
	-webkit-align-self: flex-end;
}
.nist {
  width: 44%;
}
.nist .logo {
  width: 110px;
	display: inline-block;
	vertical-align: middle;
}
.nist .txt {
	width: calc(100% - 122px);
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-left: 6px;
	vertical-align: middle;
}
.nist .txt > div:nth-child(2) {
	font-size: 12px;
}
@media screen and (max-width:600px) {
  .nist {
    width: auto;
  }
}
.home_top_banner .swiper-container .swiper-slide > .inner .right {
  width: 50%;
	color: #00aaee;
}
.home_top_banner .swiper-container .swiper-slide .btn_area a {
	margin: 5px;
}
.home_top_banner .swiper-container .swiper-slide .slogan {
  display: block;
  font-size: 24px;
}
.home_top_banner .swiper-container .swiper-slide .logos {
	margin: 10px 0;
}
.home_top_banner .swiper-container .swiper-slide .logos img {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.home_top_banner .swiper-container .swiper-slide .logos .win {
	width: 40px;
}
.home_top_banner .swiper-container .swiper-slide .logos .linux {
	width: 50px;
}
.home_top_banner .swiper-container .swiper-slide .logos .android {
	width: 50px;
}
.home_top_banner .swiper-container .swiper-slide .logos .ios {
	width: 50px;
}
.home_top_banner .swiper-container .swiper-slide .logos .nv_jetpack {
	width: 120px;
}
.home_top_banner .swiper-container .swiper-button-prev, .home_top_banner .swiper-container .swiper-button-next {
	display: none;
	top: 50%;
	transform: translateY(-50%);
}
.home_top_banner .swiper-container > .swiper-pagination-bullets {
	width: 100%;
  height: 70px;
	background-color: transparent;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
  position: relative;
	bottom: auto;
	left: auto;
}
.home_top_banner .swiper-container > .swiper-pagination-bullets > .swiper-pagination-bullet {
	height: 100%;
	display: block;
	background-color: #efefef;
	border: 1px solid #ccc;
	border-right: none;
	border-top: none;
	border-radius: 0;
	margin: 0;
	padding: 5px 1%;
	padding-top: 2px;
	opacity: 1;
	position: relative;
	flex-grow: 1;
  outline: none !important;
}
.home_top_banner .swiper-container > .swiper-pagination-bullets > .swiper-pagination-bullet:first-child {
	border-left: none;
}
.home_top_banner .swiper-container > .swiper-pagination-bullets > .swiper-pagination-bullet::before {
	content: "";
	width: 1px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-left: -7px;
}
.home_top_banner .swiper-container > .swiper-pagination-bullets > .swiper-pagination-bullet em {
  color: #111;
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	vertical-align: middle;
}
.home_top_banner .swiper-container > .swiper-pagination-bullets > .swiper-pagination-bullet i {
	width: 100%;
  height: 3px;
	background-color: #ccc;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.home_top_banner .swiper-container > .swiper-pagination-bullets > .swiper-pagination-bullet b {
  width: 0%;
  height: 3px;
  background-color: #09f;
	position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.home_top_banner .swiper-container > .swiper-pagination-bullets > .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #e0f0f7;
}
.home_top_banner .swiper-container > .swiper-pagination-bullets > .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 0 20px 10px 20px;
	border-color: transparent transparent #e0f0f7 transparent;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.home_top_banner .swiper-container > .swiper-pagination-bullets > .swiper-pagination-bullet.swiper-pagination-bullet-active em {
	color: #09f;
}
.home_top_banner .swiper-container > .swiper-pagination-bullets > .swiper-pagination-bullet.swiper-pagination-bullet-active i {
	background-color: #88d8ff;
}
.home_top_banner .swiper-container > .swiper-pagination-bullets > .swiper-pagination-bullet.swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width:991px) {
	.home_top_banner {
		background-color: transparent;
		margin-top: 40px;
	}
	.home_top_banner .swiper-container {
		padding-bottom: 20px;
	}
	.home_top_banner .swiper-container .swiper-slide > .inner .left {
	  width: 45%;
	}
	.home_top_banner .swiper-container .swiper-slide > .inner .right {
	  width: 55%;
	}
	.home_top_banner .swiper-container .swiper-slide .fm_txt {
		width: auto;
	}
	.home_top_banner::after, .home_top_banner .swiper-container > .swiper-pagination-bullets > .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
		display: none;
	}
	.home_top_banner .swiper-container .swiper-slide .slogan {
    font-size: 22px;
  }
	.home_top_banner .swiper-container .swiper-slide .fm_txt .name {
    font-size: 40px;
  }
	.home_top_banner .swiper-container .swiper-slide .fm_txt .badge {
    font-size: 20px;
    padding: 3px 15px;
  }
	.nist .logo {
	  width: 100px;
	}
	.nist .txt {
		transform: scale(.9);
	}
	.home_top_banner .swiper-container > .swiper-pagination-bullets {
		height: auto;
		text-align: center;
		padding-top: 10px;
	}
	.home_top_banner .swiper-container > .swiper-pagination-bullets > .swiper-pagination-bullet {
		height: 3px;
		border: none;
		border-radius: 10px;
		display: inline-block;
		overflow: hidden;
		margin: 5px;
		padding: 0;
	}
	.home_top_banner .swiper-container > .swiper-pagination-bullets > .swiper-pagination-bullet em {
		display: none;
	}
	.home_top_banner .swiper-container > .swiper-pagination-bullets > .swiper-pagination-bullet i {
		background-color: #999;
	}
}
@media screen and (max-width:768px) {
	.home_top_banner .swiper-container .swiper-slide .logos .win {
		width: 30px;
	}
	.home_top_banner .swiper-container .swiper-slide .logos .linux {
		width: 40px;
	}
	.home_top_banner .swiper-container .swiper-slide .logos .android {
		width: 40px;
	}
	.home_top_banner .swiper-container .swiper-slide .logos .ios {
		width: 40px;
	}
	.home_top_banner .swiper-container .swiper-slide .logos .nv_jetpack {
		width: 110px;
	}
  .overview .fm_main_banner .bottom_des .nist .txt {
    width: auto;
    margin-left: 0;
    margin-top: 5px;
    transform: none;
  }
}
@media screen and (max-width:600px) {
	.home_top_banner .swiper-container {
		height: 500px;
	}
	.home_top_banner .swiper-container .swiper-slide.banner1 {
		background-image: url(/stat/technology/img/bg_home_banner_m.jpg);
	}
	.home_top_banner .swiper-container .swiper-slide.banner2 {
		background-image: url(/stat/technology/img/bg_security_banner_m_home.jpg);
	}
	.home_top_banner .swiper-container .swiper-slide.banner3 {
		background-image: url(/stat/technology/img/bg_health_banner_m_2.jpg);
	}
	.home_top_banner .swiper-container .swiper-slide.banner4 {
		background-image: url(/stat/technology/img/bg_ekyc_banner_m.jpg);
	}
	.home_top_banner .swiper-container .swiper-slide > .inner .left, .home_top_banner .swiper-container .swiper-slide > .inner .right {
		width: 100%;
	}
	.home_top_banner .swiper-container .swiper-slide > .inner .left.nist {
		width: calc(100% - 30px);
		padding-bottom: 0;
		text-align: center;
		position: absolute;
		bottom: 5px;
		left: 15px;
	}
  .nist .logo {
		width: 60px;
	}
	.nist .txt {
		width: auto;
		font-size: 12px;
		transform: none;
		text-align: left;
	}
  .overview .fm_main_banner .bottom_des .nist {
    margin: 0 auto;
  }
  .overview .fm_main_banner .bottom_des .nist .txt {
    transform: scale(.9);
    margin-top: 0;
  }
	.home_top_banner .swiper-container .swiper-slide > .inner .right {
		padding-top: 45%;
		margin-bottom: 5px;
		text-align: center;
	}
  .home_top_banner .swiper-container .swiper-slide .slogan {
    font-size: 16px;
		margin: 5px 0;
  }
	.home_top_banner .swiper-container .swiper-slide .logos {
		display: none;
	}
	.home_top_banner .swiper-container .swiper-slide > .inner.flex_block {
  	align-items: flex-end;
		-webkit-align-items: flex-end;
  }
	.home_top_banner .swiper-container .swiper-slide.banner1 > .inner .right {
		padding-bottom: 40px;
	}
}
@media screen and (max-width:360px) {
	.home_top_banner .swiper-container .swiper-slide .fm_txt {
	}
	.home_top_banner .swiper-container .swiper-slide .fm_txt .name {
		font-size: 32px;
	}
}

.security .facial_recognition .top, .security .facial_recognition .bottom {
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  margin: 10px 0;
  padding: 30px 15px;
}
.security .facial_recognition .top {
  background-color: #f2f2f2;
  border-color: #cdcdcd;
  padding-bottom: 30px;
}
.security .facial_recognition .bottom {
  background-color: #DFEBF7;
  border-color: #81D0F3;
}
.security .facial_recognition .top .txt {
  width: 20%;
  font-size: 18px;
  font-weight: 600;
  padding: 6px;
}
.security .facial_recognition .top .icon_group {
  width: 40%;
}
.security .facial_recognition .top .icon_group > div {
  width: 33.333%;
  text-align: center;
  padding: 6px;
}
.security .facial_recognition .top .icon_group > div:last-child {
  padding-right: 0;
}
.security .facial_recognition .top .icon_group figure {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.security .facial_recognition .bottom {
  position: relative;
}
.security .facial_recognition .bottom .icon_plus {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #34B0EF;
  border-radius: 60px;
  display: block;
  padding: 10px;
  position: absolute;
  left: 20px;
  top: -38px;
  z-index: 2;
}
.security .facial_recognition .bottom > .title, .security .facial_recognition .bottom > p {
  text-align: center;
}
.security .facial_recognition .bottom h2 {
  color: #00aaee;
  display: inline-block;
  font-size: 40px;
  font-weight: normal;
  vertical-align: middle;
}
.security .facial_recognition .bottom p {
  margin: 15px 0;
}
.security .facial_recognition .bottom p  strong {
  color: #00aaee;
}
.security .facial_recognition .bottom .logo {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.security .facial_recognition .bottom .feature {
  margin-top: 15px;
}
.security .facial_recognition .bottom .feature.flex_block {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.security .facial_recognition .bottom .features > div {
  padding: 5px;
}
.security .facial_recognition .bottom .inner {
  height: 100%;
  background-color: #48B0EE;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
}
.security .facial_recognition .bottom .icon {
  width: 100%;
  text-align: center;
}
.security .facial_recognition .bottom .icon h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 6px;
}
.security .facial_recognition .bottom .icon figure {
  width: 70px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.security .facial_recognition .bottom .list_group {
}
.security .facial_recognition .bottom .list {
  display: block;
  font-size: 15px;
  list-style: disc;
  margin-top: 10px;
  padding-left: 20px;
}
@media screen and (max-width:992px) {
  .security .facial_recognition .top .txt {
    text-align: center;
    width: 100%;
  }
  .security .facial_recognition .top .icon_group {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .security .facial_recognition .features.grid.col_5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .security .facial_recognition .bottom h2 {
    font-size: 36px;
  }
  .security .facial_recognition .bottom .logo {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width:600px) {
  .security .facial_recognition .top .icon_group {
    width: 50%;
  }
  .security .facial_recognition .top .icon_group > div {
    width: 100%;
  }
  .security .facial_recognition .bottom h2 {
    font-size: 31px;
  }
  .security .facial_recognition .bottom .icon_plus {
    left: 50%;
    margin-left: -30px;
  }
  .security .facial_recognition .bottom .features.grid {
    display: block;
  }
  .security .facial_recognition .bottom .inner {
    padding: 6px;
  }
  .security .facial_recognition .bottom .features .icon {
    width: 43%;
    border-right: 1px solid #fff;
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    vertical-align: middle;
  }
  .facial_recognition .bottom .features .list {
    width: 55%;
    display: inline-block;
    font-size: 14px;
    margin-top: 0;
    padding-left: 30px;
    vertical-align: middle;
  }
  .security .facial_recognition .bottom .icon figure {
    width: 60px;
  }
}
@media screen and (max-width:300px) {
  .facial_recognition .bottom .features .list {
    width: 50%;
    padding-left: 20px;
}
.security .facial_recognition .bottom .icon h4 {
    font-size: 11px;
    font-weight: 600;
    margin-top: 6px;
}
}
/*--security----*/
.video-btn-new {
  position: relative;
  float: left;
  width: 100%;
}

.video-btn-new img {
  display: block;
    margin: 0 auto;	
}

.video-btn-new:after  {
  content: "";
  position: absolute;
  bottom: 47px;
  right:30px;
}
.video-btn-new:before {
  content: "";
  position: absolute;
  bottom: 30px;
 right:30px;;
}
.video-btn-new:after {
  width: 0;
  height: 0;
  border: 0.9em solid transparent;
  border-left: 1.5em solid #ffffff;
  margin-top: -0.9em;
  margin-left: -0.5em;
  /* -webkit-filter: drop-shadow(0px 0px 2px hsla(0, 0%, 0%, 0.25)); */
}

.video-btn-new:before {
  width: 4em;
  margin-left: -2em;
  margin-top: -2em;
  height: 4em;
  /* border: 2px solid #fff; */
  border-radius: 50%;
  box-shadow: 0 0 24px hsla(0, 0%, 0%, 0.2);
  background: hsl(200deg 100% 42% / 91%);
}

.video-btn-new:hover:before {
  background: rgb(0 136 255);
  transition: all 0.45s ease;
}

.video-btn-new:hover::after {
  border: 0.9em solid transparent;
  border-left: 1.5em solid #ffffff;
}
@media (min-width: 551px) {
  .video-btn-new:after {
  width: 0;
  height: 0;
  border: 1.1em solid transparent;
  border-left: 1.7em solid #ffffff;
  margin-top: -1em;
  margin-left: -0.6em;
  /* -webkit-filter: drop-shadow(0px 0px 2px hsla(0, 0%, 0%, 0.25)); */
}

.video-btn-new:before {
  width: 5em;
  margin-left: -2.5em;
  margin-top: -2.5em;
  height: 5em;
}

.video-btn-new:hover::after {
  border: 1.1em solid transparent;
  border-left: 1.7em solid #ffffff;
}
.video-btn-new:after  {
  content: "";
  position: absolute;
  bottom: 51px;
  right: 34px;
}
.video-btn-new:before {
  content: "";
  position: absolute;
  bottom: 30px;
 right:30px;;
}
}
@media (min-width: 769px) {
  .video-btn-new:after {
  width: 0;
  height: 0;
  border: 1.3em solid transparent;
  border-left: 2em solid #ffffff;
  margin-top: -1.25em;
  margin-left: -0.6em;
  /* -webkit-filter: drop-shadow(0px 0px 2px hsla(0, 0%, 0%, 0.25)); */
}

.video-btn-new:before {
  width: 5.8em;
  margin-left: -2.9em;
  margin-top: -2.9em;

  height: 5.8em;

}

.video-btn-new:hover::after {
  border:1.3em solid transparent;
  border-left: 2em solid #ffffff;
}
.video-btn-new:after  {
  content: "";
  position: absolute;
  bottom: 54px;
  right: 34px;
}
.video-btn-new:before {
  content: "";
  position: absolute;
  bottom: 30px;
 right:30px;;
}
}
.Tutorial .left {
    width:100%;
    float: left;
}
.Tutorial .right {
    width: 100%;
    float: left;
    padding: 10px 20px 0px 20px;
}
@media (min-width: 768px) {
 .Tutorial .left {
    width: 65%;
    float: left;
}
.Tutorial .right {
    width: 35%;
    float: left;
    padding: 0 20px;
} 
}
.Tutorial  {
        max-width: 1100px;
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: stretch;
        -webkit-align-items: stretch;
        /* border-radius: 20px; */
}
@media (min-width: 769px) {
	.one-column .Tutorial .left {
		width: 100%;
		float: left;
	}
	.one-column .Tutorial .right {
		width: 100%;
		float: left;
	}
}
.Tutorial img{
    border: 1px solid #c5c5c5;
    /* border-radius: 20px; */
}


.img-box {
    /* padding: 0 30px; */
}
.one-column .Tutorial .img-box {
    padding: 0 0px;
}
.one-column .Tutorial {
    width: 100%;
    float:left;
    padding: 20px;
    margin: 10px 0;
}
@media (min-width: 769px) {
	.one-column .Tutorial {
		width: 46%;
		float:left;
		padding: 20px;
		margin: 0 2%;
	}  
}
.Tutorial img {
    width: 100%;
    /* position: relative; */
}

.Tutorial ul {display: inline-block;list-style: disc;padding-left: 20px;}

.Tutorial ul li {
    display: list-item;
}

.Tutorial h3 {
    /* background: #2f6eb0; */
    width: 100%;
    font-size: 20px;
    color: #0088c9;
    line-height: normal;
    text-align: left;
    font-weight: 600;
    margin: 10px 0;
}

.Tutorial {background: #f3f3f3;padding: 20px;}

.one-column.float-block {
    display: block;
    float: left;
    margin: 0 0 60px 0;
}

/*AWARD SLIDER*/
#prizeLogList{
	position: relative;
	overflow: hidden;
}
#prizeLogList .swiper-wrapper{
	
}
#prizeLogList .swiper-slide{
	padding: 15px;
}
#prizeLogList .swiper-slide img{
	margin: 0 auto;
}
#prizeLogList .swiper-slide p{
	text-align: center;
	width: 70%;
	margin:0 auto;
	padding-bottom: 20px;
	font-size: 18px;
	color:#222222;
}
#prizeLogList .swiper-frame{
	/*border:1px solid #999999;*/
	border-radius: 8px;
}


.swiper-slide a:hover> .swiper-frame{
	background-color: #ecf7ff;
	transition: background-color ease .3s;
}
.btn_area .big-w{
	min-width: 300px !important;
	font-size: 16px !important;
	    /*box-shadow: 5px 8px 0px 0px #154065;*/
}


/*menu icon*/
.menu-icon{display: none;}
@media (max-width: 992px) {
.menu-icon{
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px;	
}
}
