@charset "UTF-8";

/* * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} */


/* h1 {
  font-size: 70px;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  color: #262b35;
} */

/* h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-family: "Crete Round", serif;
  color: #262b35;
  text-align: center;
  width: 100%;
} */

/* .p100 {
  padding-top: 100px;
  padding-bottom: 100px;
} */



/* .mb_80 {
  margin-bottom: 50px;
} */

.banner_m,
.mobile_quick,
.full_menu_box,
.pc_none,
.mobile_kvtext {
  display: none;
}

/* .asmag_logo,
.asmag_ifarme {
  opacity: 0.4;
} */

/* .pc_kvtext {
  font-size: 20px;
  line-height: 38px;
  color: #404040;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;

}

.pc_kvtext a {
  color: #e44920;
  border-bottom: 2px dotted #ff8767;
  text-decoration: none;
}

picture {
  margin: 0;
  padding: 0;
} */

/* .fixed_menu {
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100% !important;
  height: 60px !important;
  background-color: #19001e !important;
  -webkit-box-shadow: 0 0 20px #b1b1b1;
          box-shadow: 0 0 20px #b1b1b1;
  -webkit-animation: slider_down 20s both;
          animation: slider_down 20s both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.fixed_menu .full_menu_box {
  width: 1200px;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.fixed_menu .full_menu_box .logo_50 {
  width: 200px;
  height: 157px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixed_menu .full_menu_box .logo_50 img {
  max-width: 100%;
  max-height: 100%;
}

.fixed_menu .full_menu_box .menu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fixed_menu .full_menu_box .menu_btn a {
  color: #666;
  text-decoration: none;
}

.fixed_menu .full_menu_box .menu_btn .menu_btn1,
.fixed_menu .full_menu_box .menu_btn .menu_btn2 {
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 0px 4px;
  font-family: "Lato", sans-serif;
  background-color: #fff;
  font-weight: bold;
}

.fixed_menu .full_menu_box .menu_btn .menu_btn2 {
  background-color: #fcdb00;
  border: 1px solid #fcdb00;
  color: #353535;
} */

/* .no_btn {
  display: inline-block;
  max-width: 480px;
  font-size: 20px;
  margin-top: 35px;
  font-family: "Lato", sans-serif;
  background-color: #cccccc;
  padding: 15px 30px;
  border-radius: 50px;
  color: #555;
  text-decoration: none;
} */

/* .rotate_X {
  transform: rotate(45deg);
} */

/* .slide_up {
  -webkit-animation: slider_up 20s both;
          animation: slider_up 20s both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
} */

/* .turncss_up {
  -webkit-animation: rotate_up 1s both !important;
          animation: rotate_up 1s both !important;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  margin-top: -2px !important;
}

.turncss_down {
  -webkit-animation: rotate_down 1s both;
          animation: rotate_down 1s both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  margin-top: 6px;
} */

/* .footer {
  display: block !important;
  text-align: center;
}

.footer a {
  color: #fff;
} */

/* @-webkit-keyframes rotate_up {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotate_up {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes rotate_down {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes rotate_down {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
} */

/* @-webkit-keyframes scroll_down {
  0% {
    bottom: 50px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
} */

/* @keyframes scroll_down {
  0% {
    bottom: 50px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}

@-webkit-keyframes slider_down {
  0% {
    top: -50px;
  }
  100% {
    top: 0;
  }
}

@keyframes slider_down {
  0% {
    top: -50px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes slider_up {
  0% {
    top: 0;
  }
  100% {
    top: -50px;
  }
}

@keyframes slider_up {
  0% {
    top: 0;
  }
  100% {
    top: -50px;
  }
} */

/* .asmag_menu:hover > .asmag_logo,
.asmag_menu:hover > .asmag_ifarme {
  opacity: 1;
} */

/* .right_menu {
  width: 30px;
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -60px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.right_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.right_menu li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-bottom: 0px;
  cursor: pointer;
}

.right_menu li .scroll_btn {
  width: 8px;
  height: 8px;
  background-color: #e33c10;
  border-radius: 100%;
}

.right_menu span {
  position: absolute;
  color: #151515;
  right: 40px;
  width: 150px;
  text-align: right;
  margin-top: -5px;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
} */

/* .asmag_menu {
  width: 100%;
  height: 50px;
  background-color: #19001f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  display: none;
}

.asmag_menu .asmag_logo {
  width: 200px;
}

.asmag_menu .asmag_ifarme {
  width: 60%;
  margin-top: -10px;
}

.security_kv {
  max-width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.security_kv .index_bg {
  background-image: url("https://www.asmag.com/rankings/2023_abc/images/index_bg.jpg");
}

.security_kv .survey_bg {
  background-image: url("https://www.asmag.com/rankings/2023_abc/images/survey_bg.png");
}

.index_bg,
.survey_bg {
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: -1;
}

.security_kv .kv_title {
  width: 1200px;
  height: 300px;
  position: relative;
  margin-bottom: 10px;
}

.kv_title .btn_box {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Oswald", sans-serif;
}

.kv_title .btn_box .btn {
  display: block;
  color: #fff;
  font-size: 20px;
  width: fit-content;
  padding: 10px;
  text-decoration: none;
}

.kv_title .btn_box .btn:last-of-type {
  border: 1px solid #a1a1a1;
}

.kv_title .btn_box .on,
.kv_title .btn_box .btn:hover {
  color: #ffe400;
} */

/* .security_kv .kv_box {
  width:1200px;
  text-align-last: left;
} */

/* .security_kv .scroll_down,
.security_kv .scroll_down_mobile {
  position: absolute;
  z-index: 999;
  height: 50px;
  left: 50%;
  bottom: 0;
  font-size: 50px;
  font-weight: bold;
  color: #e33c10;
  margin-left: -35px;
  -webkit-animation: scroll_down 20s both;
          animation: scroll_down 20s both;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  cursor: pointer;
} */

/* .security_kv img {
  text-align: center;
  top: 30px;
  max-width: 100%;
} */

/* .security_kv .mobile_menu {
  position: relative;
  z-index: 1;
} */

/* .index_menu {
  width: 1200px;
  height: 60px;
  margin: auto;
  background-color: #1e1e1e;
}

.index_menu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.index_menu li {
  width: 100%;
  height: 100%;
  display: block;
  list-style: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index_menu li a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 26px;
  font-family: "Crete Round", serif;
}

.index_menu li a:hover {
  background-color: #605562;
}

.index_menu .on {
  background-color: #e33c10;
} */

/* .color_1 {
  background-color: #999999;
}

.color_2 {
  background-color: #ff0000;
}

.color_3 {
  background-color: #ff5566;
} */

/* .full_container {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
} */

/* .fullFlex_container {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
}

.fullFlex_container.mb30 {
  margin-bottom: 30px;
}
.fullFlex_container.mb50 {
  margin-bottom: 50px;
}

.fullFlex_container.mb70 {
  margin-bottom: 70px;
}

.fullFlex_container.mt50 {
  margin-top: 50px;
}

.fullFlex_container.mt30 {
  margin-top: 30px;
} */

/* .fullFlex_container.mt100 {
  margin-top: 100px;
} */

/* .flex_container {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_container.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_container.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_container h2 {
  font-size: 36px;
  line-height: 38px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 35px;
}

.flex_container h4 {
  font-size: 28px;
  line-height: 28px;
  font-family: "Oswald", sans-serif;
  color: #262b35;
  margin-top: 20px;
} */

/* .flex_container .row_2 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.flex_container .row_2 .pic_article {
  width: 40%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
}

.flex_container .row_2 .pic_article img {
  max-width: 100%;
}

.flex_container .row_2 .pic_article:first-of-type {
  margin-right: 20px;
}

.flex_container .row_2 .list_article {
  width: 47%;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  padding: 50px 30px;
  border: 5px solid #336988;
}

.flex_container .row_2 .list_article:first-of-type {
  margin-right: 6%;
}

.flex_container .row_2 .article_title {
  font-size: 20px;
  margin-bottom: 20px;
}

.flex_container .row_2 .article_text {
  font-size: 18px;
  line-height: 32px;
}

.flex_container .list_article .btn {
  margin-top: 10px;
  width: fit-content;
  padding: 10px 15px;
  background-color: #1f435d;
  color: #ccc !important;
  border-radius: 10px;
  display: block;
  text-decoration: none;
}

.flex_container .row_3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.flex_container .row_3 .list_article {
  display: flex;
  flex-direction: column;
  width: 30%;
} */

/* .flex_container .row_3 .article_pic {
  width: 100%;
  margin-bottom: 5px;
}

.flex_container .row_3 .article_pic img {
  max-width: 100%;
}

.flex_container .row_3 .article_title {
  font-size: 18px;
  margin-bottom: 5px;
} */

/* .flex_container .row_3 .article_text {
  font-size: 16px;
  line-height: 24px;
}

.flex_container .row_2 .article_title,
.flex_container .row_3 .article_title {
  font-family: "Noto Serif TC", serif;
  color: #1e1e1e;
  text-decoration: none;
  display: block;
}

.flex_container .row_2 .article_text,
.flex_container .row_3 .article_text,
.flex_container .list_article .btn {
  font-family: "Lato", sans-serif;
  color: #404040;
} */

/* 中間2格處 */
/* .flex_container .article {
  width: 500px;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

.flex_container .article:first-of-type {
  margin-right: 20px;
} */

/* .flex_container picture {
  width: 100%;
}

.flex_container .article img {
  width: 100%;
  height: auto;
  opacity: 1;
}

.flex_container .article .article_title {
  position: absolute;
  width: 80%;
  height: 40%;
  background-color: #e1e1e1;
  bottom: -100px;
  z-index: 2;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 50px;
  box-sizing: border-box;
  padding: 20px;
  text-decoration: none;
  color: #151515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif TC", serif;
  text-align: center;
  box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.2);
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

.flex_container .article .article_title:hover {
  background-color: #e33c10;
  color: #fff;
  height: 38%;
  bottom: -110px;
}

.bg_01 {
  background-position: center 80px;
  background-repeat: no-repeat;
}

.overflow_box {
  width: 1200px;
  height: 760px;
  overflow: hidden;
  white-space: nowrap;
  margin: auto;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} */

/* .overflow_box .move_box {
  position: absolute;
  left: 0px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.overflow_page {
  width: 100%;
}

.overflow_page ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.overflow_page li {
  width: 20px !important;
  height: 20px !important;
  background-color: #e1e1e1;
  border-radius: 100%;
  margin: 0px 5px;
  cursor: pointer;
}

.container {
  width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 30px 0 30px;
} */

/* .container.col {
  flex-direction: column;
}

.container.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container .l_arrow,
.container .r_arrow {
  width: 50px;
  height: 100px;
  top: 450px;
  position: absolute;
  z-index: 1;
  font-weight: bold;
  font-size: 80px;
  cursor: pointer;
  color: #e33c10;
}

.container .l_arrow {
  left: -50px;
}

.container .r_arrow {
  right: -30px;
}

.container .l_arrow:hover,
.container .r_arrow:hover {
  color: #605562;
} */



/* .bg_box {
  width: 100%;
  height: 320px;
  background-color: #e33c10;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
} */

/* .box1-1 {
  text-align: center;
  width: 1200px;
  display: inline-block;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box1-1 h3,
.box1-1 h4 {
  font-family: "Noto Serif TC", serif;
} */

/* .box1-1 h3 {
  font-size: 30px;
}

.box1-1 h4 {
  font-size: 24px;
}

.box1-1 .double_h3 {
  display: flex;
}

.double_h3 div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  white-space: normal;
} */

/* .box1-1 span {
  font-size: 20px;
  margin-top: 0px;
  display: block;
}

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.left_arrow {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chart_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chart_box .div {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.chart_box .div .circle {
  width: 200px;
  height: 200px;
  background-color: #cccccc;
  border-radius: 100%;
}

.chart_box_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.chart_box_other li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

.chart_box_other span {
  width: 30px;
  height: 30px;
  background-color: #e33c10;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  margin-right: 8px;
}

.con_text {
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  display: block;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  max-width: 100%;
}

.con_text h6 {
  font-size: 28px;
  font-family: "Crete Round", serif;
  margin-bottom: 25px;
}

.con_text .ul {
  display: block;
  width: 100%;
  margin: 0px 0px 30px 15px;
}

.con_text .ul li {
  display: list-item;
  list-style-type: disc;
  width: 100%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.deep_color {
  background-color: #333;
  margin-top: 30px;
}

.left_box,
.right_box {
  width: 49%;
} */

/* .full_ranking,
.report_box {
  width: 50%;
  height: 450px;
  padding: 30px 0 60px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.full_ranking .con_text,
.report_box .con_text {
  text-align: center;
  margin-top: 40px;
}

.full_ranking .btn,
.report_box .btn {
  display: block;
  width: fit-content;
  background-color: #e33c10;
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  font-size: 30px;
  margin-top: 35px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}

.report_box .btn.no{
  background-color: #ccc;
  color:#888;
}

.full_ranking .btn:hover,
.report_box .btn:hover {
  background-color: #336988;
}

.ranking_line {
  border-left: 2px solid #e1e1e1;
  height: 400px;
}

.full_ranking {
  padding-right: 80px;
}

.report_box {
  padding-left: 80px;
}

.top_line {
  border-top: 10px solid #e33c10;
}

.fullTop_line {
  border: none;
}

.social_box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 0 0 1px #333, 0 0 10px #000;
}

.contact_box {
  color: #fff;
  font-family: "Lato", sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  font-size: 16px;
  line-height: 26px;
} */

.banner_box {
  width: 100%;
}

.banner_ab {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.banner_a {
  width: 850px;
  height: 110px;
  background-color: #999;
}

.banner_b {
  width: 320px;
  height: 110px;
  background-color: #666;
}

.banner_m {
  width: 320px;
  height: 110px;
  background-color: #333;
  margin: 20px auto;
}

/* .bigPic {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bigPic .bigBG {
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.bigPic .bigBox {
  background-color: #fff;
  border-radius: 12px;
  width: 85%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 4;
}

.bigBox img {
  max-width: 100%;
} */

@media (max-width: 1200px) {
  .asmag_menu .asmag_ifarme {
    width: 75%;
  }
  .asmag_logo,
  .asmag_ifarme {
    opacity: 0.8;
  }
  /* .right_menu,
  .pc_none {
    display: none;
  }
  .fixed_menu .full_menu_box {
    width: 100%;
  }
  .security_kv {
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  .security_kv img {
    position: static;
    left: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    max-width: 100%;
  } */

  /* .fullFlex_container {
    padding: 0 40px;
  }

  .flex_container {
    width: 100%;
  }

  .flex_container .article {
    width: 32.5%;
  } */

  .index_menu {
    width: 90%;
  }
  /* .pc_kvtext br {
    display: none;
  }
  .container {
    width: 100%;
    padding: 40px;
  }
  .container li {
    width: 23%;
  }
  .container .l_arrow,
  .container .r_arrow {
    top: 350px;
    font-size: 40px;
  }
  .container .text {
    display: none;
  }
  .overflow_box {
    width: 100%;
    height: 720px;
  }
  .overflow_box .move_box {
    width: 100%;
  }
  .container .l_arrow {
    left: 10px;
  }
  .container .r_arrow {
    right: 10px;
  } */

  /* .chart_box_other {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .chart_box_other li {
    width: 33%;
    margin-bottom: 15px;
  }
  .box1-1 {
    width: 100%;
  }
  .box1-1 img {
    max-width: 100%;
  }

  .bg_box {
    height: 220px;
  }
  .full_ranking,
  .report_box {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .full_ranking {
    padding-right: 30px;
    margin-top: 10px;
  }
  .report_box {
    padding-left: 30px;
  }

  .report_box br {
    display: none;
  } */

  .banner_a {
    margin: auto;
  }

  .banner_b {
    display: none;
  }
}

@media (max-width: 768px) {
  /* html,
  body {
    width: 100%;
    height: auto;
  } */



  .banner_a,
  .banner_m,
  .bg_box,
  .overflow_box,
  .asmag_menu,
  .l_arrow,
  .r_arrow,
  .move_box,
  .overflow_page,
  .index_menu,
  .ranking_line,
  .full_menu_box,
  .index_menu,
  .fixed_menu {
    display: none;
    visibility: hidden;
  }
  .none {
    width: 100%;
    padding: 0;
    display: none;
  }
  .mobile_quick,
  .mobile_kvtext {
    display: block;
  }
  /* .fullFlex_container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .fullFlex_container.mt100 {
    margin-top: 0;
  }
  .flex_container {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_container.center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex_container h1 {
    font-size: 50px;
  }
  .flex_container .article {
    width: 100%;
    margin-bottom: 100px;
  }
  .security_kv {
    height: 400px;
    margin-bottom: -20px;
  } */

  /* .security_kv .index_bg {
    background-image: url("https://www.asmag.com/rankings/2023_abc/images/index_bg_m.jpg");
  }

  .security_kv .survey_bg {
    background-image: url("https://www.asmag.com/rankings/2023_abc/images/survey_bg_m.png");
    background-position: center;
  }

  .index_bg,
  .survey_bg {
    height: 100%;
    background-size: cover;
  }

  .security_kv .kv_title {
    width: 90%;
    display: none;
  }

  .security_kv .kv_title .btn_box {
    width: 90%;
    flex-wrap: wrap;
  }

  .security_kv .kv_title .btn_box .btn {
    width: 50%;
    padding: 0 0 5px 0;
  } */
  /* .security_kv .kv_box {
    width:80%;
  } */

  /* .kv_box img{
    max-width: 100%;
  } */

  /* .security_kv .mobile_kvtext {
    color: #232323;
    background-color: #fff;
    width: 68%;
    margin: auto;
    padding: 15px 0px;
    font-family: "Lato", sans-serif;
    line-height: 30px;
    margin-bottom: 70px;
  } */
  /* .security_kv .scroll_down {
    color: #232323;
    display: none;
  }
  .security_kv .mobile_menu {
    width: 26px;
    height: 17px;
    background-color: #ffffff;
    position: absolute;
    z-index: 9;
    top: 20px;
    right: 15px;
    display: none;
  }
  .security_kv .mobile_menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    margin-top: 1px;
    background-color: #232323;
  }
  .security_kv .mobile_menu::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    margin-top: 1px;
    background-color: #232323;
  } */
  /* .top_line {
    border-top: none;
  } */
  /* .mobile_quick img {
    margin-top: 10px;
  } */

  /* .mobile_quick h2 {
    color: #333;
    font-size: 18px;
    flex: 1;
    font-family: "Noto Serif TC", serif;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 0;
  }
  .mobile_quick span {
    width: 30px;
    margin-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition-duration: 0.3s;
  }

  .mobile_quick .quick_more {
    width: 100%;
    margin: 10px 0 50px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
  }

  .quick_more table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
  }

  .quick_more img {
    max-width: 100%;
  }

  .quick_more .org td {
    color: #e33c10;
    font-weight: bold;
  }

  .quick_more td {
    border-bottom: 1px solid #349994;
    padding: 10px 0;
    box-sizing: border-box;
    color: #666;
  }

  .quick_more td:first-child {
    text-align: center;
    width: 5%;
  }

  .quick_more td:nth-child(2) {
    width: 75%;
    padding-left: 8px;
  }

  .quick_more td:nth-child(3) {
    width: 20%;
    text-align: right;
  }

  .quick_more tr:first-child td {
    text-align: left;
    /* border:2px solid #666;
    padding-left:10px;
    color: #666;
  }*/

  /* .quick_more tr:last-child td {
    border-bottom: none;
  }

  .mobile_quick .con_text {
    font-size: 16px;
    color: #666;
  }
  .mobile_quick img {
    width: 100%;
    background-color: #999999;
  }
  .mobile_quick .mobile_quick_li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #666;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  } */
  /* .maxheight {
    max-height: 2000px !important;
  } */
  /* .chart_ul {
    display: block;
    list-style: disc !important;
  }
  .chart_ul li {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    list-style: disc !important;
    display: list-item !important;
    margin-left: 15px;
  }
  .chart_ul li span {
    color: #e43d11;
  } */
  /* .overflow_box {
    height: 670px;
  }
  .con_text {
    width: 100%;
    white-space: normal;
    text-align: left;
    color: #666;
    line-height: 28px;
  }
  .con_text h6 {
    white-space: normal;
    margin-top: 0px;
    margin-top: 15px;
    color: #333;
  }
  .con_text .ul {
    white-space: normal;
    margin-top: 0px;
  }
  .con_text .ul li {
    margin-bottom: 0;
  }
  .m_aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .full_ranking {
    padding-right: 0;
    border-bottom: 1px solid #333;
  }
  .report_box {
    padding-left: 0;
    border-bottom: none;
  }
  .full_ranking,
  .report_box {
    height: auto;
  }

  .full_ranking .con_text,
  .report_box .con_text {
    margin-top: 0;
    color: #666;
  }
  .ranking_line {
    width: 98%;
    height: 1px;
    border-left: none;
    border-bottom: 2px solid #e1e1e1;
  }

  .container img {
    max-width: 100%;
  } */

  /* .container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
  .container .text {
    display: block;
  }
  .container .col-3 {
    width: 48%;
  }
  .container .col-2 {
    width: 100%;
  }
  .aic {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  } */
  /* .chart_box_other {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .chart_box_other li {
    width: auto !important;
    margin-right: 10px;
    margin-bottom: 10px !important;
  } */
  /* .container li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .container li img {
    width: 288px;
    height: 176px;
  }
  .container li .title {
    color: #333;
    font-size: 26px;
    text-decoration: none;
    margin-top: -5px;
  }
  .container li .text {
    color: #333;
    font-size: 18px;
    line-height: 28px;
  }

  .container .article_box {
    flex-direction: column;
  }

  .article_box .left {
    width: 100%;
  }

  .article_box .title {
    font-size: 32px;
    line-height: 42px;
  }

  .article_box .right {
    width: 100%;
    margin-top: 15px;
  }

  .article_box .con_text .p_1,
  .article_box .con_text .p_2 {
    line-height: 26px;
  } */

  /* .m_list {
    margin-left: 25px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m_list .title,
  .m_list .text {
    color: #333;
  } */

  /* .pc_kvtext {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
  }

  .banner_b {
    display: block;
    margin: auto;
  }

  .mb_80 {
    margin-bottom: 0;
  }
  .asmag_menu,
  .mobile_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
  .bg_01 {
    background-image: none;
    padding-bottom: 0;
  }
  h1 {
    color: #333;
    font-size: 22px;
  }
  .kv_box img {
    max-width: 100%;
  }
  .security_kv .mobile_kvtext {
    width: 75%;
    text-align: center;
  }

  .flex_container h2 {
    font-size: 30px;
    margin-bottom: 20px;
  } */

  /* .fullFlex_container.mb30 {
    margin-bottom: 20px;
  }
  .fullFlex_container.mt100 {
    margin-top: 0px;
  }
  .flex_container h1 {
    font-size: 42px;
  }
  .flex_container .list_article {
    font-size: 18px;
    padding: 15px 0;
    line-height: normal;
  }
  .flex_container .list_article:first-of-type {
    margin-bottom: 20px;
  }
  .flex_container .article .article_title {
    height: 100px;
    font-size: 20px;
    line-height: 26px;
  }

  .flex_container .article .article_title:hover {
    height: 100px;
    font-size: 20px;
    background-color: #e1e1e1;
    color: #151515;
    bottom: -100px;
  }
  .container {
    padding: 20px;
    text-align: left;
    display: block;
  } */
  /* .container h1 {
    font-size: 42px;
  }
  .container li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container li img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .container .black_color {
    color: #333;
  }
  .container .col-3,
  .container .col-2 {
    width: 100%;
  }
  .overflow_box {
    height: auto;
    overflow: initial;
    text-align: left;
  }
  .con_text .ul {
    width: 90%;
  }

  .text-left {
    margin-top: 10px;
  }

  .m_list {
    margin-left: 0;
    margin-top: 8px;
  }
  .fullTop_line {
    border: none;
    background-color: #f5f5f5;
  }
  .full_ranking .btn,
  .report_box .btn {
    width: fit-content;
    font-size: 20px;
    margin-top: 20px;
    font-family: "Lato", sans-serif;
    display: block;
  } */
}

.mobile_menubox,
.mobile_footer,
.mobile_header {
  display: none;
}

/* .parallax-mirror {
   display: none;
} */

.asmag_menu {
  background-color: #151515;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #fff;
}



/* .security_header .security_logo .goback {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #999;
  font-family: "Crete Round", serif;
  cursor: pointer;
  text-decoration: none;
} */

/* .goback:first-child{
  border-left:none !important;
} */
/* .goback .goback_Larrow,
.goback .goback_Rarrow {
  display: flex;
  width: 35px;
  height: 100%;
  align-items: center;
  font-size: 20px;
}

.goback .goback_Larrow {
  justify-content: flex-start;
}

.goback .goback_Rarrow {
  justify-content: flex-end;
}

.goback .goback_text {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 20px;
  box-sizing: border-box;
  border-left: 1px solid #333;
  border-right: 1px solid #333;

}

.security_header .security_logo .important {
  color: #ccc;
  font-size: 20px;
}

.goback:hover .goback_Larrow,
.goback:hover .goback_text,
.goback:hover .important,
.goback:hover .goback_Rarrow {
  color: #fff;
}

.security_header .security_logo img {
  width: 90px;
} */

.security_header .security_menu {
  width: 100%;
  height: 70px;
  border-top: 1px solid #333;
  font-family: "Crete Round", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.security_header .security_menu ul {
  width: 1200px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}

.security_header .security_menu li {
  width: 100%;
  height: 100%;
  font-size: 24px;
  list-style: none;
}

.security_header .security_menu li:hover {
  background-color: #605562;
}

.security_header .security_menu li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

/* .on {
  border-bottom: 5px solid #e33c10;
}

.on a {
  color: #fff;
} */

/* .container_50 {
  width: 1200px;
  margin: auto;
} */

/* .container_50 .ceo_tag {
  background-color: #450054;
  border-radius: 30px;
  display: inline;
  max-width: 500px;
  padding: 5px 20px;
  color: #ffffff;
} */

/* .container_50 .company_logo {
  margin-right: 20px;
}

.container_50 .company_name {
  font-size: 26px;
  color: #450054;
}

.container_50 .ceo_quotes,
.container_50 .company_introduction .text {
  font-size: 16px;
  line-height: 26px;
} */

/* .container_50 .case_study span {
  color: #450054;
  line-height: 28px;
}

.container_50 .case_study a {
  color: #333;
}

.container_50 .case_study a:hover {
  color: #450054;
} */

/* .container_50 .text {
  font-size: 16px;
  line-height: 26px;
} */

/* .container_50 .ceo_info {
  font-size: 13px;
  line-height: 20px;
}

.container_50 .ceo_box_01 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container_50 .ceo_box_01 .left {
  width: 40%;
  padding: 40px 70px 40px 25px;
}

.container_50 .ceo_box_01 .left .company_logo {
  width: 200px;
  height: 50px;
  background-color: #999999;
  margin-bottom: 15px;
}

.container_50 .ceo_box_01 .left .company_name {
  margin-bottom: 15px;
}

.container_50 .ceo_box_01 .left .ceo_quotes {
  margin-top: 20px;
  position: relative;
}

.container_50 .ceo_box_01 .left .ceo_quotes:before {
  content: '"';
  display: block;
  font-size: 50px;
  color: #450054;
  margin-top: 30px;
  margin-bottom: 0px;
}

.container_50 .ceo_box_01 .left .ceo_quotes:after {
  content: '"';
  display: block;
  font-size: 50px;
  color: #450054;
  position: absolute;
  right: 20px;
}

.container_50 .ceo_box_01 .right {
  width: 55%;
  background-color: #e1e1e1;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0 40px 25px;
}

.container_50 .ceo_box_01 .right .company_introduction {
  width: 104%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #450054;
  left: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container_50 .ceo_box_01 .right .company_introduction .introduction_left {
  position: relative;
  padding: 50px 0px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
}

.container_50
  .ceo_box_01
  .right
  .company_introduction
  .introduction_left
  .title {
  font-size: 26px;
  margin-bottom: 20px;
}

.container_50 .ceo_box_01 .right .company_introduction .introduction_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: 55px;
  right: -50px;
}

.container_50
  .ceo_box_01
  .right
  .company_introduction
  .introduction_right
  .ceo_pic {
  width: 235px;
  height: 235px;
  background-color: #eee;
  border: 3px solid #450054;
  -webkit-box-shadow: 1px 1px 10px #888;
  box-shadow: 1px 1px 10px #888;
}

.container_50
  .ceo_box_01
  .right
  .company_introduction
  .introduction_right
  .ceo_info {
  width: 80%;
  padding-top: 10px;
  padding-left: 10px;
  color: #ffffff;
} */

/* .container_50 .ceo_box_02 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container_50 .ceo_box_02 .left {
  width: 40%;
  padding: 40px 0 40px 25px;
}

.container_50 .ceo_box_02 .left .company_logo {
  width: 200px;
  height: 50px;
  background-color: #999999;
  margin-bottom: 15px;
}

.container_50 .ceo_box_02 .left .company_name {
  margin-bottom: 15px;
}

.container_50 .ceo_box_02 .left .company_introduction {
  margin-top: 20px;
}

.container_50 .ceo_box_02 .right {
  width: 55%;
  padding: 40px 25px 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container_50 .ceo_box_02 .right .ceo_quotes_left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container_50 .ceo_box_02 .right .ceo_quotes_left .ceo_pic {
  width: 270px;
  height: 330px;
  border: 3px solid #450054;
  margin-top: 80px;
  background-color: #ffffff;
} */

/* .container_50 .ceo_box_02 .right .ceo_quotes_left .ceo_pic:after {
  display: block;
  content: "";
  position: relative;
  width: 200px;
  height: 300px;
  z-index: -1;
  top: -40px;
  left: -30px;
  background-color: #450054;
}

.container_50 .ceo_box_02 .right .ceo_quotes_left .ceo_info {
  margin-top: 10px;
}

.container_50 .ceo_box_02 .right .ceo_quotes_right {
  width: 50%;
}

.container_50 .ceo_box_02 .right .ceo_quotes_right .title {
  margin-top: 80px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #450054;
}

.container_50 .ceo_box_02 .right .ceo_quotes_right .text {
  position: relative;
}

.container_50 .ceo_box_02 .right .ceo_quotes_right .text:before {
  content: '"';
  display: block;
  font-size: 50px;
  color: #450054;
  margin-top: 30px;
  margin-bottom: 0px;
}

.container_50 .ceo_box_02 .right .ceo_quotes_right .text:after {
  content: '"';
  display: block;
  font-size: 50px;
  color: #450054;
  position: absolute;
  margin-top: 20px;
  right: 20px;
}

.container_50 .ceo_box_03 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px;
  font-size: 16px;
}

.container_50 .ceo_box_03 .left {
  width: 70%;
}

.container_50 .ceo_box_03 .left .ceo_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 20px;
}

.container_50 .ceo_box_03 .left .company_introduction {
  margin: 30px 0 20px;
}

.container_50 .ceo_box_03 .left .company_introduction .title {
  margin-bottom: 10px;
  color: #450054;
  font-size: 20px;
}

.container_50 .ceo_box_03 .right {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: 65px;
}

.container_50 .ceo_box_03 .right .ceo_pic {
  width: 270px;
  height: 330px;
  margin-bottom: 10px;
  background-color: #999999;
}

.container_50 .ceo_box_03 .right .ceo_pic:after {
  content: "";
  display: block;
  position: relative;
  z-index: -1;
  width: 223px;
  height: 300px;
  top: -35px;
  left: 90px;
  background-color: #450054;
}

.container_50 .ceo_box_03 .right .ceo_info {
  color: #333;
} */

/* .path {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.path .path_text {
  margin-left: 10px;
}

.ceo_box_01,
.ceo_box_02,
.ceo_box_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #00b09b;
  margin-bottom: 50px;
  color: #333333;
} */

/* .security_footer {
  width: 100%;
  height: 200px;
  background-color: #450054;
}

.no_btn {
  margin-top: 20px;
} */

/* .footer {
  display: block;
  text-align: center;
} */

/* .footer a {
  color: #fff;
} */

/* @media (max-width: 1200px) {
  .security_header .security_menu {
    width: 100%;
  }

  .security_header .security_logo {
    width: 60%;
  }

  .no_btn {
    margin-top: 0px;
  }
} */

@media (max-width: 768px) {
  .asmag_menu,
  .security_header,
  .ceo_box_02,
  .ceo_box_03,
  .container .ceo_tag,
  .security_footer {
    display: none;
  }

  .mobile_menubox a {
    color: #fff;
    text-decoration: none;
  }

  .footer {
    padding: 15px 0 !important;
  }

  /* .security_kv,
  .security_kv .mobile_kvtext {
    background-color: #fff;
  } */

  /* .security_kv .mobile_kvtext {
    margin-bottom: 0px;
    color: #333;
  }

  .mobile_kvtext {
    margin-top: 30px !important;
  } */



  .container {
    padding: 0;
  }

  /* .path {
    background-color: #262626;
    padding: 15px 10px;
    color: #a8a8a8;
  }

  .path img {
    display: none;
  }

  .path ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .path li {
    list-style-type: none;
    font-size: 14px;
  }

  .path li:first-child:before {
    content: "► ";
  }

  .path li:after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
  }

  .path li:last-child:after {
    content: "";
  } */

  /* .con_text .ul {
    margin-top: 15px;
  } */

  /* .switch {
    display: block;
  } */

  /* .no_btn {
    display: block;
    max-width: 180px;
    font-size: 20px;
    background-color: #cccccc;
    padding: 15px 30px;
    border-radius: 50px;
    color: #555;
    text-decoration: none;
    margin-top: 20px;
    margin-left:auto;
    margin-right:auto;
  } */

  /* .security_header {
    display: none;
  } */



  /* h2 {
    padding: 20px 20px;
    font-size: 16px;
  } */

  /* .mobile_quick h2 {
    padding: 10px 0;
  } */

  /* .container_50 .ceo_box_01 {
    width: 100%;
    border: none;
  }

  .container_50 .ceo_box_01 .left {
    padding: 0;
  }

  .container_50 .ceo_box_01 .left .mobile_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .container_50 .ceo_box_01 .left .mobile_flex .company_logo {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 0 10px 0 0;
  }

  .container_50 .ceo_box_01 .left .mobile_flex .company_name {
    display: inline-block;
    font-size: 13px;
    margin: 0;
  }

  .container_50 .mobile_footer {
    display: block;
    width: 100%;
    height: 100px;
    background-color: #450054;
  } */

  /* .security_kv{
    background-color: #d8f1f5 !important;
  } */

  /* .security_kv .mobile_kvtext {
    background-color: transparent !important;
  }

  .flex_container .article:first-of-type {
    margin-right: 0;
  }

  .flex_container .row_2 {
    flex-direction: column;
  }

  .flex_container .row_2 .pic_article {
    width: 100%;
    margin-bottom: 10px;
  }

  .flex_container .row_2 .article_title {
    margin-bottom: 10px;
  }

  .flex_container .row_2 .pic_article:first-of-type {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .flex_container .row_3 {
    flex-direction: column;
  }

  .flex_container .row_2 .list_article,
  .flex_container .row_3 .list_article {
    width: 100%;
  } */

  /* .mobile_quick .mobile_quick_li:nth-of-type(3),
  .mobile_quick .mobile_quick_li:nth-of-type(4) {
    max-height: 95px;
  } */
}
