@charset "UTF-8";
html,
body {
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 18px;
  position: relative;
  width: 100%;
  height: 100%;
}

.m_menu_box, .full_banner_m {
  display: none;
}

body,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h4 {
  font-size: 22px;
  color: #0e1e75;
}

img {
  max-width: 100%;
  display: block;
}

.mt10 {
  margin-top: 10px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.note {
  font-size: 15px;
  color: #999;
  margin-bottom: 20px;
}

.bg_gary {
  background-color: #f3f3f3;
}

.w_93.mt_30 {
  margin-top: 30px;
  margin-bottom: -50px;
}

.search_not_found {
  font-size: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0e1e75;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #efefef;
}

.search_not_found i {
  font-size: 55px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_not_found div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search_not_found div .big {
  font-size: 22px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.search_not_found div .small {
  font-size: 16px;
}

.btn_basic, .bg_black .login .button, .form_box .submit_box .button {
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border: none;
}

.text {
  font-size: 18px;
  line-height: 30px;
  color: #303030;
  margin-top: 10px;
}

.text h3 {
  color: #0052ce;
  margin-top: 35px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 24px;
}

.text.search_none {
  font-size: 30px;
}

.text .member_name {
  color: #0052ce;
  font-weight: bold;
}

.text ul {
  margin: 8px 0 12px 40px;
}

.text table {
  width: 100%;
  overflow-x: scroll;
}

.text table td {
  border: 1px solid #ccc;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.text a {
  color: #27c0e0;
  border-bottom: 1px dotted #27c0e0;
}

.text .figure_scroll {
  width: 100%;
  overflow-x: scroll;
  margin: 0;
  margin-top: 20px;
}

.text .figure_scroll table {
  margin-bottom: 30px;
  border-collapse: collapse;
}

.text .figure_scroll table tr {
  border-bottom: 1px solid #ccc;
}

.text .figure_scroll table tr:first-child {
  border-top: 1px solid #ccc;
}

.text .figure_scroll table td {
  font-size: 15px;
  padding: 5px 8px;
}

.bg_black {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg_black .bg_box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 1;
}

.bg_black .login {
  min-width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 50px 20px;
}

.bg_black .login .title {
  font-size: 28px;
  font-weight: bold;
}

.bg_black .login span {
  font-size: 16px;
  color: #888;
  margin-bottom: 20px;
  line-height: 30px;
}

.bg_black .login input,
.bg_black .login .button {
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}

.bg_black .login .input_border {
  border: 1px solid #c1c1c1;
  padding: 12px 5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.bg_black .login .login_input {
  border: none;
  text-align: center;
  color: #151515;
  outline: none;
  background-color: transparent !important;
}

.bg_black .login .login_input::-webkit-input-placeholder {
  color: #000;
}

.bg_black .login .login_input:-ms-input-placeholder {
  color: #000;
}

.bg_black .login .login_input::-ms-input-placeholder {
  color: #000;
}

.bg_black .login .login_input::placeholder {
  color: #000;
}

.bg_black .login a {
  color: #888;
}

.bg_black .login .button {
  background-color: #0052ce;
  color: #fff;
}

.bg_black .login .add {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #0052ce;
  font-size: 16px;
}

.bg_black .login .add i {
  margin-top: -8px;
  display: inline-block;
}

.bg_black .full_search {
  width: 80%;
  height: auto;
  background-color: #ffffff;
  position: absolute;
  z-index: 3;
  padding: 30px;
  border-radius: 12px;
  display: none;
}

.bg_black .full_search .search_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg_black .full_search .search_box .search_input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  height: 100px;
  font-size: 40px;
  margin-right: 10px;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}

.bg_black .full_search .search_box .button {
  width: 100px;
  height: 65px;
  padding-left: 10px;
  border-left: 1px solid #333;
  border-right: none;
  border-bottom: none;
  border-top: 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;
}

.sort.news_color {
  color: #0e1e75;
}

.sort.project_color {
  color: #ffa200;
}

.sort.solution_color {
  color: #ff4800;
}

.sort.plan_color {
  color: #d30000;
}

.full_container {
  width: 100%;
  height: auto;
}

.container {
  width: 1200px;
  height: auto;
  margin: auto;
}

.btn {
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  font-size: 18px;
  padding: 12px 0;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}

.btn.wire {
  border: 2px solid #0e1e75;
  color: #0e1e75;
}

.btn.full {
  color: #fff;
  background-color: #0e1e75;
}

nav {
  width: 100%;
  height: 50px;
  background-color: #0e1e75;
  position: fixed;
  z-index: 9;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 8%;
}

nav .is_logo {
  width: 70px;
  height: auto;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

nav .is_logo img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

nav .menu_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

nav .menu_box ul li {
  margin-left: 20px;
}

nav .menu_box ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

nav .menu_box ul li .search {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  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;
}

nav .menu_box ul li .search i {
  color: #fff;
  margin-top: -4px;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

header li {
  margin-right: 15px;
}

header li:last-child {
  margin-right: 0;
}

header .tool_bar {
  background-color: #152770;
}

header .tool_bar a {
  color: #fff;
  font-size: 16px;
}

header .tool_bar li:first-child::after {
  content: "|";
  color: #fff;
  margin-left: 10px;
}

header .main_menu {
  border-bottom: 1px solid #e1e1e1;
}

header .main_menu .container {
  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;
  height: 120px;
}

header .main_menu .container .is_logo {
  width: 180px;
  height: auto;
}

header .main_menu .container .menu_box {
  width: auto;
  height: auto;
}

header .main_menu .container .menu_box a {
  font-size: 24px;
  font-weight: bold;
  color: #151515;
  margin-left: 10px;
}

header .main_menu .container .menu_box a.search {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #0e1e75;
  border-radius: 10px;
  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;
}

header .main_menu .container .menu_box a.search i {
  color: #fff;
  margin-top: -4px;
}

.right_fixed {
  position: fixed;
  right: 0;
}

.full_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.member_info_box {
  padding: 25px 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
}

.member_info_box h4 {
  font-size: 16px;
  color: #666;
  font-weight: bold;
}

.member_info_box .member_btn {
  margin-bottom: 0;
  margin-top: 20px;
}

.member_info_box .member_info_table {
  margin-top: 20px;
}

.member_info_box .member_info_table td {
  font-size: 20px;
  padding: 10px 0;
}

.member_info_box .member_info_table td:nth-child(1),
.member_info_box .member_info_table td:nth-child(3) {
  width: 10%;
  font-weight: bold;
}

.member_info_box .member_info_table td:nth-child(2) {
  color: #666;
  width: 20%;
}

.member_info_box .member_info_table td:nth-child(4) {
  color: #666;
  width: 60%;
}

.member_info_box .member_info_function {
  width: 75%;
}

.member_info_box .member_info_function .function_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 20px;
}

.member_info_box .member_info_function .function_box .function_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  color: #666;
  font-size: 20px;
}

.member_info_box .member_info_function .function_box .function_title span {
  font-weight: bold;
  color: #000;
  margin-right: 5px;
}

.member_info_box .member_info_function .function_box .function_btn {
  margin: 0;
  width: 200px;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}

.content.member_nav {
  padding: 5px 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
  width: 1200px;
  font-size: 18px;
}

.content .member_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.content .member_ul li {
  margin-left: 15px;
}

.content .member_ul li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 20px;
  color: #333333;
  font-weight: bold;
}

.content .member_ul li.on {
  border-bottom: 2px solid #00b9ed;
}

.content .status_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 20px;
  width: 100%;
}

.content .status_box h3 {
  font-size: 36px;
  color: #0e1e75;
}

.content .status_box .breadcrumbs {
  font-size: 15px;
  color: #707070;
}

.content .status_box .breadcrumbs a {
  color: #0e1e75;
  font-weight: bold;
}

.content .left_box {
  width: 765px;
  height: auto;
}

.content .left_box figure {
  margin: 30px 0 0;
}

.content .left_box figure figcaption {
  margin: 5px 0 30px;
  padding: 0;
  font-style: italic;
  font-size: 15px;
  text-align: center;
}

.content .left_box figure figcaption:before {
  content: "▲";
}

.content .left_box .tag_box {
  margin-top: 60px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content .left_box .tag_box .tag {
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #0e1e75;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 16px;
}

.content .left_box .large_box {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}

.content .left_box .large_box.large_box_h {
  min-height: 440px;
}

.content .left_box .large_box .title_content {
  font-size: 40px;
  font-weight: bold;
  line-height: 55px;
}

.content .left_box .large_box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #707070;
  margin-bottom: 10px;
  margin-top: 5px;
  max-height: 50px;
}

.content .left_box .large_box .info .date {
  margin-right: 5px;
}

.content .left_box .large_box .info .date:after {
  content: "-";
}

.content .left_box .large_box .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  height: 47px;
}

.content .left_box .large_box .share img {
  margin-left: 2px;
}

.content .left_box .large_box h3 {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #0052ce;
}

.content .left_box .large_box .title_box {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 20px;
}

.content .left_box .large_box .title_box,
.content .left_box .large_box .title_box a {
  color: #fff;
}

.content .left_box .large_box .title_box .title > a {
  font-weight: bold;
  line-height: 40px;
  text-shadow: 0 0 8px #333;
  font-size: 34px;
}

.content .left_box .large_box .title_box .sort {
  font-size: 18px;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 10px;
}

.content .left_box .large_box .title_box a {
  color: #fff;
}

.content .left_box .large_box .pic {
  position: relative;
  z-index: 1;
}

.content .left_box .large_box .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+96,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(96%, rgba(0, 0, 0, 0.96)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.96) 96%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.content .left_box .large_box .article_pic {
  position: relative;
  z-index: 1;
}

.content .articleList_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
  width: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  overflow: hidden;
}

.content .articleList_box:hover {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f5f5f5;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.content .articleList_box .bigpic {
  width: 320px;
  height: 196px;
  overflow: hidden;
}

.content .articleList_box .info_box {
  width: calc(100% - 350px);
}

.content .articleList_box .info_box .sort {
  font-size: 15px;
  font-weight: bold;
}

.content .articleList_box .info_box .sort span {
  color: #666;
}

.content .articleList_box .info_box .title {
  font-size: 24px;
  font-weight: bold;
  color: #151515;
}

.content .articleList_box .pic {
  width: 175px;
  height: 107px;
  overflow: hidden;
}

.content .articleList_box .info_box_s {
  width: calc(100% - 205px);
}

.content .articleList_box .info_box_s .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #151515;
}

.content .right_box {
  width: 385px;
  height: auto;
  border: none;
  margin-bottom: 0;
}

.content .right_box h4 {
  margin-bottom: 15px;
}

.content .right_box .even_box {
  margin-bottom: 15px;
}

.content .right_box .even_box .big_date {
  font-size: 26px;
  color: #0052ce;
}

.content .right_box .even_box .title {
  font-size: 18px;
  line-height: 28px;
  color: #151515;
  padding-bottom: 15px;
  border-bottom: 1px solid #9a9a9a;
  display: block;
}

.content .right_box .even_box:last-of-type .title {
  border-bottom: none;
}

.content .right_box .banner_box {
  width: 100%;
  height: 385px;
  margin-bottom: 40px;
}

.content .col_1 {
  width: 100%;
}

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

.content .col_3.table_div .th_div {
  background-color: #666666;
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

.content .col_3.table_div .th_div:nth-child(1) {
  width: 60%;
}

.content .col_3.table_div .th_div:nth-child(2) {
  width: 25%;
  text-align: center;
}

.content .col_3.table_div .th_div:nth-child(3) {
  width: 15%;
  text-align: center;
}

.content .col_3.table_div .td_div {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 5px;
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .col_3.table_div .td_div:nth-child(1) {
  width: 60%;
}

.content .col_3.table_div .td_div:nth-child(1) a {
  color: #666;
  font-weight: bold;
}

.content .col_3.table_div .td_div:nth-child(2) {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .col_3.table_div .td_div:nth-child(3) {
  width: 15%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .col_3.table_div .td_div:nth-child(3) a {
  background-color: #08bce0;
  font-weight: bold;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}

.content .col_3 .card,
.content .col_3 .square {
  width: 31%;
  height: 420px;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content .col_3 .card:first-child,
.content .col_3 .square:first-child {
  -webkit-box-shadow: 0 0 5px 2px rgba(13, 57, 149, 0.5);
          box-shadow: 0 0 5px 2px rgba(13, 57, 149, 0.5);
  border: 2px solid #0d3995;
}

.content .col_3 .card.old,
.content .col_3 .square.old {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e1e1e1;
}

.content .col_3 .card .pic,
.content .col_3 .square .pic {
  width: 100%;
  height: 228px;
  overflow: hidden;
  margin-bottom: 6px;
}

.content .col_3 .card .pic_ad,
.content .col_3 .square .pic_ad {
  width: 100%;
  height: 430px;
  overflow: hidden;
}

.content .col_3 .card .info,
.content .col_3 .square .info {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content .col_3 .card .info .date,
.content .col_3 .square .info .date {
  font-size: 18px;
  color: #ff006c;
  font-weight: bold;
  margin-bottom: 3px;
}

.content .col_3 .card .info .title,
.content .col_3 .square .info .title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.content .col_3 .card .info .address,
.content .col_3 .square .info .address {
  font-size: 16px;
  line-height: 24px;
  color: #888;
}

.content .col_3 .square {
  height: auto;
  border-radius: 0;
  border: none;
}

.content .col_3 .square:first-child {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.content .col_3 .square a {
  font-size: 18px;
  color: #333;
  display: block;
  line-height: 28px;
}

.process {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.process .steps {
  width: 33%;
  height: auto;
  background-color: #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px;
  margin-bottom: 50px;
}

.process .steps.on {
  background-color: #27c0e0;
  color: #fff;
}

.process .steps.on span {
  color: #27c0e0;
}

.process span {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

.form_box {
  width: 100%;
  margin: 0;
}

.form_box .message {
  font-size: 16px;
  color: #d30000;
  display: block;
}

.form_box .message.mb_10 {
  margin-bottom: -30px;
  font-size: 18px;
  margin-top: 30px;
  display: block;
}

.form_box .message.top_message {
  font-size: 24px;
  font-weight: bold;
}

.form_box .col_2_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_box .col_2_1 .event_form {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form_box .col_2_1 .event_form.event_form:not(:first-of-type) {
  margin-left: 50px;
}

.form_box .event_form {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.form_box .event_form.short_info {
  display: block;
}

.form_box .event_form input::-webkit-input-placeholder {
  font-size: 16px;
  color: #000;
}

.form_box .event_form input:-ms-input-placeholder {
  font-size: 16px;
  color: #000;
}

.form_box .event_form input::-ms-input-placeholder {
  font-size: 16px;
  color: #000;
}

.form_box .event_form input::placeholder {
  font-size: 16px;
  color: #000;
}

.form_box .event_form .v_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form_box .event_form .v_box.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form_box .event_form .checked_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_box .event_form .checked_box input[type="checkbox"] {
  display: none;
}

.form_box .event_form .checked_box label {
  display: inline;
  /* float: left; */
  color: #000;
  cursor: pointer;
  text-indent: 40px;
  white-space: nowrap;
}

.form_box .event_form .checked_box input[type="checkbox"] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border: 0.0625em solid silver;
  border-radius: 0.25em;
  /* background       : rgb(211,168,255);
      background-image : -moz-linear-gradient(rgb(240,240,240),rgb(211,168,255));
      background-image : -ms-linear-gradient(rgb(240,240,240),rgb(211,168,255));
      background-image : -o-linear-gradient(rgb(240,240,240),rgb(211,168,255));
      background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(211,168,255));
      background-image : linear-gradient(rgb(240,240,240),rgb(211,168,255)); */
  /* vertical-align   : middle; */
  line-height: 30px;
  font-size: 18px;
  border-radius: 0px;
  margin-bottom: 5px;
  font-weight: normal;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form_box .event_form .checked_box input[type="checkbox"]:checked + label::before {
  /* content         : url('images/agree.png'); */
  content: "&amp;";
  /* color           : #67be00; */
  /* line-height     : 1.1em; */
  width: 30px;
  height: 30px;
  margin-right: -30px;
  font-size: 30px;
  background-image: url("https://www.informationsecurity.com.tw/member/images/agree.png");
  background-size: 23px;
  display: block;
  background-repeat: no-repeat;
  background-position: 4px 3px;
  color: #fff;
  text-indent: 40px;
}

.form_box .event_form .form_name {
  width: 120px;
}

.form_box .event_form .form_subname {
  width: 100px;
  text-align: right;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_box .event_form .input_5 {
  width: 5%;
}

.form_box .event_form .input_10 {
  width: 10%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.form_box .event_form .input_15 {
  width: 15%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.form_box .event_form .input_20 {
  width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.form_box .event_form .input_30 {
  width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.form_box .event_form .input_5.mr_20,
.form_box .event_form .input_10.mr_20,
.form_box .event_form .input_15.mr_20,
.form_box .event_form .input_20.mr_20,
.form_box .event_form .input_30.mr_20 {
  margin-right: 20px;
}

.form_box .event_form .input_5.ml_20,
.form_box .event_form .input_10.ml_20,
.form_box .event_form .input_15.ml_20,
.form_box .event_form .input_20.ml_20,
.form_box .event_form .input_30.ml_20 {
  margin-left: 20px;
}

.form_box .event_form .reg_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form_box .event_form .reg_box .content_black {
  width: calc(100% - 120px);
}

.form_box .event_form .reg_box input {
  margin-bottom: 5px;
}

.form_box .event_form.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form_box .event_form input,
.form_box .event_form select,
.form_box .event_form textarea {
  border: 1px solid #c1c1c1;
  width: auto;
  height: auto;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_box .event_form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  padding: 10px 20px;
}

.form_box .event_form select {
  font-size: 18px;
  padding: 10px;
  height: auto;
}

.form_box .event_form textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  height: 200px;
}

.form_box .event_form textarea::-webkit-input-placeholder {
  font-size: 18px;
}

.form_box .event_form textarea:-ms-input-placeholder {
  font-size: 18px;
}

.form_box .event_form textarea::-ms-input-placeholder {
  font-size: 18px;
}

.form_box .event_form textarea::placeholder {
  font-size: 18px;
}

.form_box .event_form .select_short {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form_box .event_form .select_short_y {
  width: 100px;
}

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

.form_box .submit_box .button {
  -webkit-appearance: none;
  background-color: #0e1e75;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.sitemap_box {
  border-top: 8px solid #0e1e75;
  margin-top: 40px;
}

.sitemap_box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 55px 0 0;
}

.sitemap_box .sitemap_div {
  width: 25%;
}

.sitemap_box .sitemap_div h3 {
  font-size: 26px;
}

.sitemap_box .sitemap_div ul {
  margin-top: 10px;
}

.sitemap_box .sitemap_div li {
  list-style-type: none;
  font-size: 20px;
  line-height: 36px;
}

.sitemap_box .sitemap_div li.service {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.sitemap_box .sitemap_div li.service a {
  font-size: 20px;
}

.sitemap_box .sitemap_div li a {
  color: #333;
}

.footer_box {
  border-top: 1px solid #0052ce;
  padding: 25px 0;
  margin-top: 55px;
}

.footer_box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 30px;
}

.footer_box .container .copyright {
  color: #707070;
}

.footer_box .container .copyright li {
  display: inline-block;
  margin-right: 5px;
}

.footer_box .container .copyright li::after {
  content: "|";
  margin-left: 10px;
}

.footer_box .container .copyright li:last-child::after {
  content: "";
}

.footer_box .container .mflogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scrollTop {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 3;
  width: 50px;
  height: 50px;
  background-color: #0e1e75;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scrollTop i {
  color: #fff;
  font-size: 40px;
  margin-top: -5px;
}

.center .textarea2 {
  width: 100%;
}

@media (max-width: 1024px) {
  .bg_black .login .button {
    -webkit-appearance: none;
  }
  .ios_input {
    background-color: #e1e1ee;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container {
    width: 95%;
  }
  .m_container {
    width: 100%;
  }
  .content {
    width: 95%;
  }
  .content.member_nav {
    width: 100%;
  }
  .content .left_box {
    width: calc(100% - 320px);
  }
  .content .right_box {
    width: 300px;
  }
  .content .right_box .banner_box {
    height: auto;
  }
  .content .articleList_box .info_box .text {
    display: none;
  }
  .content .articleList_box .info_box_s {
    width: 100%;
    margin-top: 5px;
  }
  .content .mR_List {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .mR_List .pic {
    width: 100%;
    height: auto;
  }
  .content .form_box input {
    -webkit-appearance: none;
  }
  .content .form_box .event_form .input_10 {
    width: 12%;
  }
  .content .form_box .event_form .width_15 {
    width: 7%;
  }
  .content .form_box .event_form .m_radio input {
    width: 25px;
    height: 25px;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 5px -5px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    outline: none;
  }
  .content .form_box .event_form .m_radio input:checked::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #89b000;
    border-radius: 50%;
    outline: none;
  }
  .member_info_box .member_info_function {
    width: 95%;
  }
}

@media (max-width: 768px) {
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .left_box,
  .content .right_box {
    width: 100%;
  }
  .content .left_box {
    padding-left: 0;
  }
  .content .right_box .banner_box {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
  .content .articleList_box .info_box .text {
    display: block;
  }
  .content .mR_List {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .content .mR_List .pic {
    width: 320px;
    height: 196px;
    overflow: hidden;
  }
  .content .mR_List .info_box_s {
    width: calc(100% - 350px);
  }
  .content .mR_List .info_box_s .title {
    font-size: 24px;
    line-height: 34px;
  }
  .content .col_3 .card {
    width: 48%;
    height: 394px;
  }
  .content .col_3 .card .info {
    padding-top: 10px;
  }
  .content .col_3 .card .pic {
    height: auto;
  }
  .content .col_3 .card .pic_ad {
    height: 394px;
  }
  .content .process {
    font-size: 16px;
  }
  .content .process .steps:nth-child(1) {
    width: 45%;
  }
  .content .process .steps:nth-child(2) {
    width: 32%;
  }
  .content .process .steps:nth-child(3) {
    width: 23%;
  }
  .content .form_box .col_2_1 .event_form.event_form:not(:first-of-type) {
    margin-left: 20px;
  }
  .content .form_box .event_form .input_5 {
    width: 10%;
  }
  .content .form_box .event_form .input_10 {
    width: 15%;
  }
  .content .form_box .event_form .input_20 {
    width: auto;
  }
  .content.member_nav div {
    width: 95%;
  }
  .content .member_ul li {
    margin-left: 0;
    margin-right: 40px;
  }
  .content .member_ul li:last-child {
    margin-right: 0;
  }
  .content .member_ul li a {
    padding: 0;
  }
  .member_info_box .member_info_table td:nth-child(1),
  .member_info_box .member_info_table td:nth-child(3) {
    width: 15%;
  }
  .member_info_box .member_info_table td:nth-child(2),
  .member_info_box .member_info_table td:nth-child(4) {
    width: 30%;
  }
  .member_info_box .member_btn {
    width: 200px;
  }
  .member_info_box .member_info_function .function_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member_info_box .member_info_function .function_box .function_title {
    width: 100%;
  }
  .member_info_box .member_info_function .function_box .function_btn {
    margin-top: 10px;
  }
  .footer_box .m_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_box .m_footer .copyright {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  header,
  nav,
  .full_banner,
  .process,
  .mobile_right_box {
    display: none;
  }
  .full_banner_m {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
  .full_banner_m img {
    max-width: 100%;
    margin: auto;
  }
  .privacy_box {
    word-break: break-all;
  }
  .w_93 {
    width: 93% !important;
  }
  .w_93.mt_30 {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .w_100 {
    width: 100% !important;
  }
  .w_93,
  .w_100 {
    margin-left: auto;
    margin-right: auto;
  }
  .m_menu_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #999999;
  }
  .m_menu_box .m_menuList {
    position: absolute;
    z-index: 99;
    width: 100%;
    min-height: calc(100% - 50px);
    background-color: #f7f6ef;
    top: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 40px;
    display: none;
  }
  .m_menu_box .m_menuList .m_searchBox {
    width: 80%;
    height: 50px;
    border: 1px solid #c1c1c1;
    margin: auto;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 10px;
  }
  .m_menu_box .m_menuList .m_searchBox input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    border: none;
    background-color: transparent;
    font-size: 24px;
    padding-left: 10px;
  }
  .m_menu_box .m_menuList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    margin: 20px auto 0;
    list-style-type: none;
  }
  .m_menu_box .m_menuList ul.top_line {
    border-top: 1px solid #8e897d;
    padding-top: 20px;
  }
  .m_menu_box .m_menuList ul li {
    font-size: 24px;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .m_menu_box .m_menuList ul li a {
    color: #333;
    display: block;
  }
  .m_menu_box .m_menuList ul li i {
    margin-right: 5px;
    color: #0e1e75;
  }
  .m_menu_box .m_menuList ul.col_2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m_menu_box .m_menuList ul.col_2 li {
    width: 45%;
  }
  .m_menu_box .m_menuList .copyright {
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
    font-size: 16px;
  }
  .m_menu_box .m_menuBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #0e1e75;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    position: relative;
  }
  .m_menu_box .m_menuBar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m_menu_box .m_menuBar a img {
    max-width: 24%;
  }
  .m_menu_box .m_menuBar i {
    position: absolute;
    right: 20px;
    font-size: 28px;
    margin-top: -1px;
  }
  .container {
    width: 100%;
  }
  .sitemap_box {
    margin-top: 0;
  }
  .content {
    padding-top: 0;
  }
  .content .status_box {
    width: 100%;
    margin: 20px auto 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .status_box h3 {
    width: 100%;
  }
  .content .status_box h3 span {
    color: #0052ce;
  }
  .content .status_box.mb_20 {
    margin-bottom: 20px;
  }
  .content .left_box .large_box {
    margin-bottom: 20px;
  }
  .content .left_box .large_box .info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .left_box .large_box.large_box_h {
    min-height: 210px;
  }
  .content .left_box .large_box .title_box .title a {
    font-size: 24px;
    line-height: 34px;
  }
  .content .left_box .articleList_box {
    width: 93%;
    margin: 0 auto 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .left_box .articleList_box .info_box .sort {
    margin-top: 5px;
  }
  .content .left_box .articleList_box .bigpic {
    height: auto;
  }
  .content .left_box .articleList_box .bigpic, .content .left_box .articleList_box .info_box {
    width: 100%;
  }
  .content .right_box {
    width: 100%;
    margin: 30px auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .content .right_box h4,
  .content .right_box .even_box,
  .content .right_box .mR_List {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .right_box .mR_List {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .right_box .mR_List .pic,
  .content .right_box .mR_List .info_box_s {
    width: 100%;
  }
  .content .right_box .fb_box {
    width: 93%;
    margin: auto;
  }
  .content .banner_box {
    margin-top: 20px;
    height: auto;
  }
  .content .col_1,
  .content .col_3 {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .col_1 .content_box_h2 {
    margin-top: 50px;
  }
  .content .col_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .col_3 .card {
    width: 100%;
  }
  .content .col_3 .card:first-child {
    margin-top: 20px;
  }
  .content .col_3 .square {
    width: 100%;
  }
  .content .form_box .event_form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .form_box .event_form .width_15 {
    width: 20% !important;
    margin-bottom: 10px;
  }
  .content .form_box .event_form .width_20 {
    width: 22% !important;
    margin-bottom: 10px;
  }
  .content .form_box .event_form .input_10 {
    width: 48%;
    margin-bottom: 10px;
  }
  .content .form_box .event_form .input_20.ml_20 {
    margin-left: 0;
  }
  .content .form_box .event_form .mb15 {
    margin-bottom: 15px;
  }
  .content .form_box .event_form .form_name {
    width: 100%;
    margin-bottom: 10px;
  }
  .content .form_box .event_form .form_subname {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .content .form_box .event_form .select_short {
    margin-bottom: 10px;
  }
  .content .form_box .event_form .m_radio input {
    width: 25px;
    height: 25px;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 5px -5px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    outline: none;
  }
  .content .form_box .event_form .m_radio input:checked::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #89b000;
    border-radius: 50%;
    outline: none;
  }
  .content .form_box .event_form .v_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .content .form_box .event_form .v_box .v_input {
    width: 300px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .content .form_box .event_form .v_box .v_btn {
    margin-top: 10px;
  }
  .content .form_box .event_form .v_box .v_checkBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .form_box .event_form .v_box .v_checkBox .v_btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content .form_box .col_2_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .form_box .col_2_1 .event_form.event_form:not(:first-of-type) {
    margin-left: 0;
  }
  .content .form_box .submit_box {
    margin-bottom: 50px;
  }
  .content.member_nav {
    padding: 0%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content.member_nav div {
    width: 93%;
    height: 40px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content.member_nav div .m_functionBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8px;
  }
  .content.member_nav .slidedown {
    -webkit-animation-name: slidedown;
            animation-name: slidedown;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .content.member_nav .slideup {
    -webkit-animation-name: slideup;
            animation-name: slideup;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes slidedown {
    0% {
      height: 40px;
    }
    100% {
      height: 220px;
    }
  }
  @keyframes slidedown {
    0% {
      height: 40px;
    }
    100% {
      height: 220px;
    }
  }
  @-webkit-keyframes slideup {
    0% {
      height: 220px;
    }
    100% {
      height: 40px;
    }
  }
  @keyframes slideup {
    0% {
      height: 220px;
    }
    100% {
      height: 40px;
    }
  }
  .content .member_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .member_ul li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .content .table_div {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .content .table_div .th_div:nth-child(1),
  .content .table_div .td_div:nth-child(1) {
    width: 75% !important;
    padding-left: 0;
    margin-bottom: 0 !important;
    padding: 5px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content .table_div .th_div:nth-child(2),
  .content .table_div .td_div:nth-child(2) {
    display: none !important;
  }
  .content .table_div .th_div:nth-child(3),
  .content .table_div .td_div:nth-child(3) {
    width: 25% !important;
    margin-bottom: 0 !important;
  }
  .content .is_pagebox {
    margin-bottom: 50px;
  }
  .btn {
    width: 93%;
    margin: auto;
  }
  .top,
  .bottom {
    width: 100%;
  }
  .sitemap_box {
    border-top: none;
    background-color: #0e1e75;
  }
  .sitemap_box .m_sitemap {
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sitemap_box .sitemap_div {
    width: 50%;
    margin-bottom: 20px;
  }
  .sitemap_box .sitemap_div:nth-child(odd) {
    width: 45%;
  }
  .sitemap_box .sitemap_div h3 {
    color: #fff;
    border-bottom: 2px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 5px;
  }
  .sitemap_box .sitemap_div li a {
    color: #e1e1e1;
  }
  .footer_box {
    background-color: #0e1e75;
    margin-top: 0;
  }
  .footer_box .m_footer {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_box .container .copyright {
    width: 100%;
    color: #e1e1e1;
    font-size: 16px;
  }
  .member_info_box .member_info_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member_info_box .member_info_table td {
    width: 100% !important;
    padding: 0;
    word-break: break-all;
  }
  .member_info_box .member_info_table td:nth-child(even) {
    margin-bottom: 20px;
  }
  .member_info_box .member_info_function .function_box .function_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .member_info_box .member_info_function .function_box .function_title span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .member_info_box .member_info_function .function_box .function_btn {
    margin-left: auto;
    margin-right: auto;
  }
}
