/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
  html {
    font-size: 58%;
  }
  .mobile_show {
    display: block !important;
  }
  .pc_show {
    display: none;
  }
  header {
    background-color: #e30012;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .logo {
    width: auto;
    height: 30px;
    margin: 0;
  }
  header .logo img {
    height: 100%;
    width: auto;
  }
  header .nav_out {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    height: calc(100vh - 60px);
    overflow: auto;
    overflow-x: hidden;
  }
  header .nav_list li {
    margin-bottom: 10px;
  }
  header .nav_list li a {
    font-size: 20px;
  }
  .right_content__body {
    width: 100%;
    padding: 100px 0 0 0;
  }
  .pro_list li .txt_con {
    padding-top: 30px;
  }
  .pro_list li .txt_con h6 img {
    max-width: 100%;
  }
  footer .footer_nav a {
    font-size: 18px;
  }
  .pro_list li .img_con img {
    width: 80%;
  }
  .smark_lock__content .focus__con .txt_con {
    width: 50%;
  }
  .smark_lock_list li {
    margin-right: 60px;
    width: calc(100% / 3 - 60px * 2 / 3);
  }
  .one_products_con .one_flex .txt_con {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 30px;
    order: -2;
  }
  .one_products_con .one_flex .img_con {
    width: 100%;
    padding: 20px;
  }
  .one_products_con .one_flex .img_con img {
    position: static;
    display: block;
    margin: 0 auto;
    height: 100%;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .pro_list li, .pro_list li.s_2 {
    background: none;
  }
  .pro_list li .img_con, .pro_list li .txt_con, .pro_list li.s_2 .img_con, .pro_list li.s_2 .txt_con {
    width: 100%;
  }
  .pro_list li .img_con {
    background: url(../images/common/pointer_bg.png) center no-repeat;
    background-size: cover;
    padding: 10px;
    order: -2;
  }
  .pro_list li .img_con img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
  }
  .pro_list li .txt_con {
    padding-bottom: 80px;
  }
  footer {
    padding: 30px;
  }
  footer .logo {
    height: 30px;
    margin-bottom: 20px;
  }
  footer .footer_nav {
    margin-top: 30px;
  }
  footer .footer_nav li {
    width: 25%;
  }
  footer .footer_nav li a {
    font-size: 10px;
  }
  .right_content__body {
    padding-top: 49px;
  }
  .inner_kv__body .flex {
    height: 200px;
  }
  .inner_kv__body .flex .img_con {
    height: 100%;
  }
  .inner_kv__body .flex .img_con img {
    height: 100%;
  }
  .inner_kv__body .flex .txt_con {
    padding-left: 0;
  }
  .inner_kv__body .flex .txt_con h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .inner_kv__body .flex .txt {
    left: 0;
    height: 20px;
  }
  .products__content {
    padding: 30px 0;
  }
  .products__content .focus__con {
    padding: 0;
    margin-bottom: 30px;
  }
  .products__content .focus__con .txt_con {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    padding: 15px;
  }
  .products__content .focus__con .txt_con h3 {
    font-size: 24px;
  }
  .smark_lock_list li {
    width: calc(50% - 20px * 1 / 2);
    margin: 0 20px 30px 0 !important;
  }
  .smark_lock_list li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .products__content .btm_focus__con {
    padding-top: 30px;
  }
  .ai_list {
    margin-top: -30px;
  }
  .ai_list li .img_con, .ai_list li .txt_con {
    width: 100% !important;
  }
  .ai_list li .img_con {
    height: auto;
    margin-bottom: 20px;
    order: -2 !important;
  }
  .ai_list li .img_con img {
    position: static;
    height: 150px !important;
    display: block;
    margin: 0 auto;
  }
  .ai_list li .txt_con {
    padding: 0 0 30px 0 !important;
  }
  .ai_list li .txt_con h3 {
    font-size: 20px;
  }
  .btm_flex_txt .txt_con {
    width: 100%;
    padding: 0;
  }
  .btm_flex_txt .img_con {
    width: 100%;
  }
  .one_products_con div.title {
    font-size: 24px;
  }
  .inner_kv__body.s_1 .flex {
    height: auto;
    padding-top: 30px;
  }
  .inner_kv__body.s_1 .txt_con {
    width: 100%;
    padding-bottom: 0;
  }
  .inner_kv__body.s_1 .flex .img_con {
    width: 100%;
  }
  .cool_flex_1 .txt_con {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .cool_flex_1 .img_con {
    width: 100%;
  }
  .cool_list_1 li {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .cool_list_2 li .txt_con {
    width: 100%;
    padding: 0 0 10px 0 !important;
    order: -2;
  }
  .cool_list_2 li .img_con {
    width: 100%;
  }
}

/* Custom, iPhone Retina */
