@charset "UTF-8";
@media (max-width: 767px) {
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-1, #nav-ctrl:checked ~ #tabs-list #li-for-panel-2, #nav-ctrl:checked ~ #tabs-list #li-for-panel-3, #nav-ctrl:checked ~ #tabs-list #li-for-panel-4, #nav-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    max-height: 46px;
    opacity: 1;
    margin-top: 0; }

  #nav-ctrl_t:checked ~ #tabs-list_t #li-for-myteam, #nav-ctrl_t:checked ~ #tabs-list_t #li-for-sent_request, #nav-ctrl_t:checked ~ #tabs-list_t #li-for-get_request {
    max-height: 46px;
    opacity: 1;
    margin-top: 0; }

  #o_nav-ctrl:checked ~ #o_tabs-list #o_li-for-panel-1, #o_nav-ctrl:checked ~ #o_tabs-list #o_li-for-panel-2 {
    max-height: 46px;
    opacity: 1;
    margin-top: 0; }

  #open-nav-label, #open-nav-label_t, #o_open-nav-label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer; }

  #close-nav-label, #close-nav-label_t, #o_close-nav-label {
    display: block;
    max-height: 0;
    overflow-y: hidden;
    background-color: #444444;
    color: #ecf0f1;
    padding: 0;
    -webkit-transition: max-height 200ms;
    -o-transition: max-height 200ms;
    -moz-transition: max-height 200ms;
    transition: max-height 200ms;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px; }

  #nav-ctrl:checked ~ #tabs-list #open-nav-label,
  #nav-ctrl_t:checked ~ #tabs-list_t #open-nav-label_t,
  #o_nav-ctrl:checked ~ #o_tabs-list #o_open-nav-label {
    display: none; }

  #nav-ctrl:checked ~ #tabs-list #close-nav-label,
  #nav-ctrl_t:checked ~ #tabs-list_t #close-nav-label_t,
  #o_nav-ctrl:checked ~ #o_tabs-list #o_close-nav-label {
    max-height: 36px;
    opacity: 1;
    padding: 8px 24px; }

  #tabs-list, #tabs-list_t, #o_tabs-list {
    position: relative; }
    #tabs-list label.panel-label, #tabs-list_t label.panel-label, #o_tabs-list label.panel-label {
      padding: 12px 0;
      color: #02628e; }
    #tabs-list #li-for-panel-1,
    #tabs-list #li-for-panel-2,
    #tabs-list #li-for-panel-3,
    #tabs-list #li-for-panel-4,
    #tabs-list #li-for-panel-5,
    #tabs-list #li-for-myteam,
    #tabs-list #li-for-sent_request,
    #tabs-list #li-for-get_request,
    #tabs-list #o_li-for-panel-1,
    #tabs-list #o_li-for-panel-2, #tabs-list_t #li-for-panel-1,
    #tabs-list_t #li-for-panel-2,
    #tabs-list_t #li-for-panel-3,
    #tabs-list_t #li-for-panel-4,
    #tabs-list_t #li-for-panel-5,
    #tabs-list_t #li-for-myteam,
    #tabs-list_t #li-for-sent_request,
    #tabs-list_t #li-for-get_request,
    #tabs-list_t #o_li-for-panel-1,
    #tabs-list_t #o_li-for-panel-2, #o_tabs-list #li-for-panel-1,
    #o_tabs-list #li-for-panel-2,
    #o_tabs-list #li-for-panel-3,
    #o_tabs-list #li-for-panel-4,
    #o_tabs-list #li-for-panel-5,
    #o_tabs-list #li-for-myteam,
    #o_tabs-list #li-for-sent_request,
    #o_tabs-list #li-for-get_request,
    #o_tabs-list #o_li-for-panel-1,
    #o_tabs-list #o_li-for-panel-2 {
      max-height: 0;
      overflow-y: hidden;
      -webkit-transition: max-height 200ms;
      -o-transition: max-height 200ms;
      -moz-transition: max-height 200ms;
      transition: max-height 200ms; }

  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1,
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2,
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3,
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4,
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5,
  #myteam-ctrl:checked ~ #tabs-list_t #li-for-myteam,
  #sent_request-ctrl:checked ~ #tabs-list_t #li-for-sent_request,
  #get_request-ctrl:checked ~ #tabs-list_t #li-for-get_request,
  #o_panel-1-ctrl:checked ~ #o_tabs-list #o_li-for-panel-1,
  #o_panel-2-ctrl:checked ~ #o_tabs-list #o_li-for-panel-2 {
    max-height: 46px;
    opacity: 1; }
    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label,
    #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label,
    #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label,
    #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label,
    #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label,
    #myteam-ctrl:checked ~ #tabs-list_t #li-for-myteam label.panel-label,
    #sent_request-ctrl:checked ~ #tabs-list_t #li-for-sent_request label.panel-label,
    #get_request-ctrl:checked ~ #tabs-list_t #li-for-get_request label.panel-label,
    #o_panel-1-ctrl:checked ~ #o_tabs-list #o_li-for-panel-1 label.panel-label,
    #o_panel-2-ctrl:checked ~ #o_tabs-list #o_li-for-panel-2 label.panel-label {
      background-color: #ffffff;
      color: #093e5c; }

  .tab_area .container {
    width: 100%; }
  .tab_area section header {
    display: block; }

  #r_public td, #r_private td {
    vertical-align: middle; }
  #r_public th, #r_public .time, #r_public .submit_time, #r_private th, #r_private .time, #r_private .submit_time {
    line-height: 16px;
    font-size: 12px; }
  #r_public .ranking_num, #r_private .ranking_num {
    font-size: 12px;
    text-align: center; }
  #r_public .name, #r_private .name {
    font-size: 14px;
    line-height: 20px; }
  #r_public th.p0, #r_private th.p0 {
    padding: 8px 0 8px 4px; }

  .tab_area td {
    vertical-align: middle; }
  .tab_area th, .tab_area .a_time {
    line-height: 16px;
    font-size: 12px; }
  .tab_area #panel-1 main {
    padding: 10px; }
  .tab_area .name {
    font-size: 14px;
    line-height: 20px; }
  .tab_area .accuracy, .tab_area .ranking {
    font-size: 16px; }
  .tab_area .file {
    padding-left: 0; }
  .tab_area .file_name {
    font-weight: 600;
    color: #333333; }

  .nda_content {
    width: auto;
    padding: 0; }

  .message_upload #submit_message {
    margin: 10px 0 0 75%; }

  .nav-justified > li {
    display: table-cell;
    width: 1%; }
    .nav-justified > li > a {
      border-radius: 0 !important;
      margin-bottom: 0 !important; }

  .nav > div > li > a {
    padding: 10px 0 10px 0; }

  .issue_banner .banner_gradient h2 {
    font-size: 24px; }

  .index_banner .container-fluid {
    padding: 70px 100px; } }
@media (min-width: 768px) {
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1,
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2,
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3,
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4,
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5,
  #myteam-ctrl:checked ~ #tabs-list_t #li-for-myteam,
  #sent_request-ctrl:checked ~ #tabs-list_t #li-for-sent_request,
  #get_request-ctrl:checked ~ #tabs-list_t #li-for-get_request {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    -moz-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none; }
    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last,
    #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last,
    #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last,
    #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4.last,
    #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5.last,
    #myteam-ctrl:checked ~ #tabs-list_t #li-for-myteam.last,
    #sent_request-ctrl:checked ~ #tabs-list_t #li-for-sent_request.last,
    #get_request-ctrl:checked ~ #tabs-list_t #li-for-get_request.last {
      border-right: 1px solid transparent; }
    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li,
    #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li,
    #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li,
    #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li,
    #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 + li,
    #myteam-ctrl:checked ~ #tabs-list_t #li-for-myteam + li,
    #sent_request-ctrl:checked ~ #tabs-list_t #li-for-sent_request + li,
    #get_request-ctrl:checked ~ #tabs-list_t #li-for-get_request + li {
      border-left: 1px solid #dfdfdf; }
    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label,
    #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label,
    #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label,
    #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label,
    #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label,
    #myteam-ctrl:checked ~ #tabs-list_t #li-for-myteam label.panel-label,
    #sent_request-ctrl:checked ~ #tabs-list_t #li-for-sent_request label.panel-label,
    #get_request-ctrl:checked ~ #tabs-list_t #li-for-get_request label.panel-label {
      background-color: white;
      color: #093e5c; }
      #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after,
      #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after,
      #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after,
      #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after,
      #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label::after,
      #myteam-ctrl:checked ~ #tabs-list_t #li-for-myteam label.panel-label::after,
      #sent_request-ctrl:checked ~ #tabs-list_t #li-for-sent_request label.panel-label::after,
      #get_request-ctrl:checked ~ #tabs-list_t #li-for-get_request label.panel-label::after {
        height: 6px; }

  #tabs-list li {
    width: 49.3%; } }
  @media (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
    #tabs-list li {
      width: 48.8%; } }
  @media (min-width: 768px) and (min-width: 980px) {
    #tabs-list li {
      width: 49.1%; } }

@media (min-width: 768px) {
  #tabs-list_t li {
    width: 32.6%; } }
  @media (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
    #tabs-list_t li {
      width: 32.2%; } }
  @media (min-width: 768px) and (min-width: 980px) {
    #tabs-list_t li {
      width: 32.4%; } }

@media (min-width: 768px) {
  ul#tabs-list, ul#tabs-list_t {
    text-align: center; }
    ul#tabs-list li, ul#tabs-list_t li {
      display: inline-block;
      text-align: center;
      font-size: 15px;
      box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
      border-right: 1px solid #dfdfdf;
      position: relative;
      float: left;
      margin-right: 5px;
      line-height: 20px; }
      ul#tabs-list li:hover, ul#tabs-list_t li:hover {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none;
        border-right: none; }
        ul#tabs-list li:hover.last, ul#tabs-list_t li:hover.last {
          border-right: 1px solid transparent; }
        ul#tabs-list li:hover + li, ul#tabs-list_t li:hover + li {
          border-left: 1px solid #dfdfdf; }
      ul#tabs-list li label.panel-label, ul#tabs-list_t li label.panel-label {
        position: relative;
        padding: 12px 0;
        margin-bottom: 0; }
        ul#tabs-list li label.panel-label::after, ul#tabs-list_t li label.panel-label::after {
          content: "";
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 100%;
          background-color: #093e5c;
          height: 0;
          -webkit-transition-property: height;
          -o-transition-property: height;
          -moz-transition-property: height;
          transition-property: height;
          -webkit-transition-duration: 200ms;
          -moz-transition-duration: 200ms;
          -o-transition-duration: 200ms;
          transition-duration: 200ms; }

  #open-nav-label, #close-nav-label, #nav-ctrl, #open-nav-label_t, #close-nav-label_t, #nav-ctrl_t {
    display: none; }

  #topic_management ul#tabs-list {
    margin-bottom: 5px; }
  #topic_management #tabs-list li {
    width: 24.5%; }
  #topic_management #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label,
  #topic_management #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label,
  #topic_management #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label,
  #topic_management #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    background-color: #093e5c;
    color: #ffffff; }
    #topic_management #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after,
    #topic_management #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after,
    #topic_management #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after,
    #topic_management #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after {
      height: 0; } }

  *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  * button {
    outline: none;
    border: none; }
  * button::-moz-focus-inner {
    border: none; }
  * input[type="reset"]::-moz-focus-inner, * input[type="button"]::-moz-focus-inner, * input[type="submit"]::-moz-focus-inner, * input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none; }
  * input:focus {
    outline: none; }
  *:focus {
    outline: none; }
  * h1 {
    font-size: 38px; }
  * h2 {
    font-size: 30px; }
  * h3 {
    font-size: 28px; }
  * h4 {
    font-size: 22px; }
  * h5 {
    font-size: 20px; }
  * h6 {
    font-size: 18px; }
  * h7 {
    font-size: 16px; }
  * p {
    font-size: 16px;
    line-height: 26px; }
  * h7.bread_crumb {
    font-size: 10px; }
  * h4.title, * h2.title {
    border-bottom: 1px solid #919191;
    padding: 10px 0 10px 0;
    font-weight: 600; }

html, body {
  position: relative;
  font-size: 18px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei";
  font-family--webkit-box-sizing: border-box;
  font-family--webkit-box-sizing--moz-box-sizing: border-box;
  font-family--webkit-box-sizing--moz-box-sizing-box-sizing: border-box;
}

section {
  position: relative;
  clear: both; }

.clear {
  clear: both; }

@media (max-width: 320px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 6px;
    padding-left: 6px; } }

button {
  background-color: transparent; }

.btn {
  border-radius: 100px;
  border: none;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  outline: none; }
  .btn:focus {
    outline: none; }

.btn_lys, #sent .btn-default {
  width: 280px;
  height: 48px;
  background: linear-gradient(112deg, #02628e, #093e5c);
  color: #ffffff;
  line-height: 33px; }
  .btn_lys:hover, #sent .btn-default:hover {
    background: linear-gradient(112deg, #025175, #072e45);
    color: #ffffff; }

.btn_lgs, .register .btn-default, .nda_content .btn-default, .eula .btn-default {
  width: 280px;
  height: 46px;
  background: linear-gradient(112deg, #02628e, #093e5c);
  color: #ffffff;
  margin: 22px 0;
  line-height: 33px; }
  .btn_lgs:hover, .btn_lgs:visited, .register .btn-default:hover, .register .btn-default:visited, .nda_content .btn-default:hover, .nda_content .btn-default:visited, .eula .btn-default:hover, .eula .btn-default:visited {
    background: linear-gradient(112deg, #025175, #072e45);
    color: #ffffff; }

.btn_mys, .admin_setting_list .btn-default {
  width: 100%;
  height: 44px;
  min-width: 150px;
  max-width: 180px;
  background-color: #02628e;
  color: #ffffff;
  line-height: 33px; }
  .btn_mys:hover, .admin_setting_list .btn-default:hover {
    background-color: #013852;
    color: #ffffff; }

.btn_mgs, #data_upload .btn-default {
  height: 44px;
  max-width: 180px;
  width: 100%;
  background: linear-gradient(112deg, #02628e, #093e5c);
  color: #ffffff;
  border-radius: 100px;
  border: none; }
  .btn_mgs:hover, .btn_mgs:visited, #data_upload .btn-default:hover, #data_upload .btn-default:visited {
    background: linear-gradient(112deg, #025175, #072e45);
    color: #ffffff; }

.btn_mye {
  height: 44px;
  width: 100%;
  max-width: 250px;
  min-width: 100px;
  border: 2px solid #02628e;
  background-color: transparent;
  color: #02628e;
  line-height: 33px; }
  .btn_mye:hover {
    border: 2px solid #011d29;
    color: #011d29; }

.btn_mge {
  height: 44px;
  width: 100%;
  max-width: 250px;
  border: 2px solid #02628e;
  background-color: transparent;
  color: #02628e;
  line-height: 33px; }
  .btn_mge:hover {
    border: 2px solid #011d29;
    color: #011d29; }

.btn_mwe {
  width: 150px;
  height: 48px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  line-height: 33px; }

.btn_sys, .message_upload .btn-default {
  width: 90px;
  height: 40px;
  background-color: #02628e;
  color: #ffffff; }
  .btn_sys:hover, .message_upload .btn-default:hover {
    background-color: #013852;
    color: #ffffff; }

@media (max-width: 480px) {
  .message_upload #submit_message {
    margin-left: 60% !important; }
  .message_upload #message .modal-dialog {
    top: 10%; } }

.btn_sye {
  width: 90px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #02628e;
  color: #02628e;
  font-weight: 600; }
  .btn_sye:hover {
    transition: 0.5s;
    color: #013852;
    border: 2px solid #013852; }

.btn_sws {
  width: 90px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  color: #02628e;
  font-weight: 600; }
  .btn_sws:hover {
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.9); }

.btn_mgrays_s {
  width: 150px;
  height: 48px;
  background-color: #ababab;
  color: #ffffff;
  line-height: 33px; }
  .btn_mgrays_s:hover {
    color: #ffffff; }

.btn_mgrays {
  width: 180px;
  height: 44px;
  background-color: #c4c4c4;
  color: #ffffff;
  cursor: default;
  line-height: 30px; }
  .btn_mgrays:hover {
    color: #ffffff; }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.7rem;
  width: 3.5rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8; }
  .btn-toggle:focus, .btn-toggle.focus, .btn-toggle:focus.active, .btn-toggle.focus.active {
    outline: none; }
  .btn-toggle:before, .btn-toggle:after {
    line-height: 1.6rem;
    width: 4rem;
    text-align: center;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
    color: #6b7381; }
  .btn-toggle:before {
    content: "關";
    left: -4rem; }
  .btn-toggle:after {
    content: "開";
    right: -4rem;
    opacity: 0.5; }
  .btn-toggle > .handle {
    position: absolute;
    top: 0.25rem;
    left: 0.18rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 5rem;
    background: #fff;
    transition: left 0.25s; }
  .btn-toggle.active {
    background-color: #02628e;
    transition: background-color 0.25s; }
    .btn-toggle.active > .handle {
      left: 2rem;
      transition: left 0.25s; }
    .btn-toggle.active:before {
      opacity: 0.5; }
    .btn-toggle.active:after {
      opacity: 1; }
  .btn-toggle.btn-sm:before, .btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.9rem;
    width: 1.8rem; }
  .btn-toggle.btn-sm:before {
    text-align: right; }
  .btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0; }
  .btn-toggle.btn-sm.active:before {
    opacity: 0; }
  .btn-toggle.btn-sm.active:after {
    opacity: 1; }

@keyframes bell {
  0%, 25%, 75%, 100% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(10deg); }
  45% {
    transform: rotate(-10deg); }
  55% {
    transform: rotate(8deg); }
  60% {
    transform: rotate(-8deg); } }
@keyframes bellclapper {
  0%, 25%, 75%, 100% {
    transform: translateX(0); }
  40% {
    transform: translateX(-0.15em); }
  45% {
    transform: translateX(0.15em); }
  55% {
    transform: translateX(-0.1em); }
  60% {
    transform: translateX(0.1em); } }
@keyframes notification {
  0%, 25%, 75%, 100% {
    opacity: 1; }
  30%, 70% {
    opacity: 0; } }
@keyframes wave {
  0%, 60%, 100% {
    background: #02628e;
    transform: translateY(0);
    -moz-transform: translateY(0); }
  20% {
    background: #0385c0;
    transform: translateY(33px);
    -moz-transform: translateY(13px); }
  40% {
    background: #011d29;
    transform: translateY(-13px);
    -moz-transform: translateY(-13px); } }
@-moz-keyframes dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 15px; } }
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 15px; } }
@keyframes dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 15px; } }
@keyframes dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 30px; } }
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 30px; } }
@-moz-keyframes dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 30px; } }
@keyframes fade {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0); } }
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%); } }
@keyframes hearted {
  0% {
    transform: scale(1.2); }
  15% {
    transform: scale(1); }
  25% {
    transform: scale(1.1); }
  30% {
    transform: scale(1); } }
@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 30px;
    opacity: 1; }
  40% {
    height: 60px;
    width: 30px;
    opacity: 1; }
  100% {
    height: 60px;
    width: 30px;
    opacity: 1; } }
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 30px;
    opacity: 1; }
  40% {
    height: 60px;
    width: 30px;
    opacity: 1; }
  100% {
    height: 60px;
    width: 30px;
    opacity: 1; } }
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 30px;
    opacity: 1; }
  40% {
    height: 60px;
    width: 30px;
    opacity: 1; }
  100% {
    height: 60px;
    width: 30px;
    opacity: 1; } }
@keyframes excl {
  0% {
    stroke-dashoffset: 100; }
  10% {
    opacity: 1; }
  100% {
    opacity: 1;
    stroke-dashoffset: 200; } }
@keyframes dot-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes anim {
  0% {
    background-position: -30px 0; }
  100% {
    background-position: 60px 0; } }
@keyframes anim {
  0% {
    background-position: -30px 0; }
  100% {
    background-position: 60px 0; } }
nav.navbar, .navbar-right {
  transition: 0.5s; }
  nav.navbar .dropdown-menu, .navbar-right .dropdown-menu {
    padding: 0;
    top: 55px;
    left: -25px;
    border: none;
    border-radius: 0;
    width: fit-content; }
    @media (min-width: 768px) and (max-width: 979px) {
      nav.navbar .dropdown-menu, .navbar-right .dropdown-menu {
        right: -20px; } }
    nav.navbar .dropdown-menu img, .navbar-right .dropdown-menu img {
      cursor: pointer;
      width: 46px;
      height: 46px; }
    nav.navbar .dropdown-menu li:hover, nav.navbar .dropdown-menu a:hover, .navbar-right .dropdown-menu li:hover, .navbar-right .dropdown-menu a:hover {
      color: #ffffff;
      background-color: #02628e; }

.nav > div {
  float: left; }
  .nav > div > li > a {
    position: relative;
    display: block;
    padding: 10px 15px; }
    .nav > div > li > a:hover {
      text-decoration: none; }

.navbar {
  border: 0px;
  box-shadow: 0px 2px 5px rgba(43, 43, 43, 0.1);
  background-image: linear-gradient(225deg, rgba(0, 213, 216, 0.8) 0%, rgba(2, 98, 142, 0.8) 48%, rgba(9, 62, 92, 0.8) 100%); }
  .navbar img {
    height: 44px;
    cursor: pointer; }
    @media (max-width: 480px) {
      .navbar img {
        height: 44px; } }
  @media (max-width: 480px) {
    .navbar img.index_logo {
      height: 38px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .navbar img.index_logo {
      height: 38px; } }

.navbar-right {
  margin: 0 20px 0 0;
  font-size: 18px;
  display: flex;
  align-items: center; }
  @media (max-width: 480px) {
    .navbar-right {
      display: initial;
      align-items: initial; } }
  .navbar-right li {
    padding: 6px 5px;
    font-weight: 600; }
  .navbar-right .for_collapse {
    display: none; }

.navbar-default .navbar-nav > .open > a {
  color: #333;
  background-color: transparent; }
  .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #333;
    background-color: transparent; }

.navbar-default, .background-color > li > a {
  color: #093e5c;
  background-color: transparent; }

.navbar-brand {
  padding: 10px; }

.avatar_menu {
  padding: 6px 20px; }

#navbar a.link_b {
  color: #ffffff; }
  @media (min-width: 768px) and (max-width: 979px) {
    #navbar a.link_b {
      padding: 12px 8px;
      font-size: 14px; } }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff; } }

.menu_icon {
  width: 44px;
  padding: 12px; }

.language {
  display: flex; }
  .language a {
    color: #fff;
    text-decoration: none;
    font-size: 14px; }

.notification {
  display: flex; }

.account {
  color: #093e5c;
  display: inline;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer; }

.menu_line {
  padding: 0 6px; }

li.language > a {
  padding: 0; }

.btn_login {
  padding: 12px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .btn_login {
      font-size: 14px; } }

.w_color_b {
  color: #093e5c; }

.w_color_w {
  color: #ffffff; }

@media (max-width: 480px) {
  .navbar-toggle {
    margin-top: 0; } }

.notification {
  position: relative;
  width: 50px;
  height: 56px; }
  .notification svg {
    cursor: pointer; }
    .notification svg > path {
      fill: #093e5c; }

.notification_section {
  position: relative;
  padding: 5px 15px 5px 10px;
  vertical-align: middle;
  text-align: center;
  outline: none; }
  .notification_section.is_active .notification_dropdown {
    opacity: 1;
    pointer-events: auto; }

.bell_ani {
  animation: bell 2.2s linear;
  transform-origin: 50% 0%; }

.bellclapper_ani {
  animation: bellclapper 2.2s 0.1s linear; }

.num {
  position: absolute;
  top: 12%;
  right: 10%;
  font-size: 11px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #ff4c13;
  color: #fff;
  text-align: center;
  cursor: pointer; }

.notification_dropdown {
  width: 340px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 110%;
  right: -5px;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  -webkit-box-shadow: 2px 5px 10px rgba(43, 43, 43, 0.2);
  box-shadow: 2px 5px 10px rgba(43, 43, 43, 0.2);
  transition: all 0.05s ease-in;
  opacity: 0;
  pointer-events: none;
  cursor: pointer; }
  .notification_dropdown li {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 22px 6px 12px;
    background-color: lightgray; }
  .notification_dropdown .read {
    background-color: #fff; }
  @media (max-width: 480px) {
    .notification_dropdown {
      max-width: 90vw;
      right: -80%;
      overflow-x: scroll; } }

.notification_dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 18px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #fff transparent; }

.notification_dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 17px;
  border-width: 0 9px 9px 9px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2) transparent; }

.notification_dropdown_item {
  padding: 5px 10px 5px 5px;
  border-bottom: 1px solid #e6e8ea;
  cursor: default;
  position: relative;
  min-height: 50px; }
  .notification_dropdown_item a:hover {
    text-decoration: none; }
  .notification_dropdown_item h7 {
    margin: 10px 0 0 10px; }
  .notification_dropdown_item:first-child {
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #2b2b2b;
    min-height: 40px; }
  .notification_dropdown_item img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    display: inline-block;
    margin: 0 5px;
    cursor: default; }
  .notification_dropdown_item .text {
    padding: 4px 8px 0 60px; }
    .notification_dropdown_item .text h6 {
      font-weight: 600;
      color: #2b2b2b;
      font-size: 16px;
      margin: 0 0 6px 0; }
    .notification_dropdown_item .text p {
      line-height: 18px;
      font-size: 13px;
      color: #2b2b2b; }
    .notification_dropdown_item .text .time {
      font-size: 12px;
      color: #787878; }
  @media (max-width: 480px) {
    .notification_dropdown_item {
      width: 105vw; } }

.section_top ul.bread_crumb, .section_top_issue ul.bread_crumb {
  padding: 4px 0 0 14px;
  list-style: none; }
  .section_top ul.bread_crumb li, .section_top_issue ul.bread_crumb li {
    display: inline;
    font-size: 12px; }
    .section_top ul.bread_crumb li + li:before, .section_top_issue ul.bread_crumb li + li:before {
      padding: 8px;
      color: #2b2b2b;
      content: "/ ";
      text-shadow: 1px 1px 0px #ffffff; }
    .section_top ul.bread_crumb li a, .section_top_issue ul.bread_crumb li a {
      color: #2b2b2b;
      text-decoration: none;
      text-shadow: 1px 1px 0px #ffffff; }
      .section_top ul.bread_crumb li a:hover, .section_top_issue ul.bread_crumb li a:hover {
        color: #2b2b2b;
        text-decoration: underline; }

.section_top_issue {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; }
  .section_top_issue .container ul.bread_crumb {
    padding: 62px 0 0 14px; }

.section_top .container {
  margin-top: 72px; }

input[type=checkbox] {
  display: none; }

.check-box {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 2px solid #02628e;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s; }

.check-box::before, .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 5px;
  background-color: #02628e;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 2px;
  content: " ";
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s; }
.check-box::before {
  top: 20px;
  left: 15px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }
.check-box::after {
  top: 10px;
  left: 4px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input[type=checkbox]:checked + .check-box, .check-box.checked {
  border-color: #02628e; }

input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
  height: 10px;
  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  animation: dothabottomcheck 0.2s ease 0s forwards; }

input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
  height: 60px;
  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
  -o-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  animation: dothatopcheck 0.4s ease 0s forwards; }

form.search_form {
  float: right;
  width: 200px;
  height: 30px;
  position: relative; }
  form.search_form input {
    width: 100%;
    height: 100%;
    padding: 0 50px 0 20px;
    border-radius: 30px;
    border: 1px solid #02628e;
    outline: none;
    box-sizing: border-box;
    font-size: 14px; }

a.search-button {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 30px;
  border: none;
  text-decoration: none; }
  a.search-button .icon {
    width: 12px;
    height: 12px;
    position: absolute;
    border: 2px solid #02628e; }

.alert, .upload_alert {
  min-width: 150px;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 14px; }

.alert_success, .upload_alert_success {
  background-color: #D1F7C3;
  border-color: #39AC23;
  color: #39AC23; }

.alert_warning, .upload_alert_warning {
  background-color: #FFEACF;
  border-color: #C07D00;
  color: #C07D00; }

.alert_danger, .upload_alert_danger {
  background-color: #FFDEE2;
  border-color: #D0011A;
  color: #D0011A; }

.alert_info, .upload_alert_info {
  background-color: #BFECEB;
  border-color: #54ACA9;
  color: #54ACA9; }

.alert p, .upload_alert p {
  padding: 0;
  margin: 0; }
.alert i, .upload_alert i {
  padding-right: 5px;
  vertical-align: middle;
  font-size: 24px; }
.alert .close_alert, .upload_alert .close_alert {
  -webkit-appearance: none;
  position: relative;
  float: right;
  padding: 0;
  border: 0;
  cursor: pointer;
  color: inherit;
  background: 0 0;
  font-size: 24px;
  line-height: 1;
  filter: alpha(opacity=40);
  opacity: 0.4; }
  .alert .close_alert:hover, .upload_alert .close_alert:hover {
    filter: alpha(opacity=70);
    opacity: 0.7; }

.error {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #2b2b2b;
  text-align: center;
  font-size: 50px; }

.error_top {
  margin-top: 200px; }
  .error_top img {
    width: 500px;
    height: 100%; }

.error_text {
  font-size: 30px;
  padding: 0 0 40px 0;
  letter-spacing: 2px;
  line-height: 36px; }
  .error_text button {
    margin-top: 20px; }

.section_footer {
  background-color: #e7eef6;
  z-index: 1;
}
  .section_footer .container {
    margin: 0 auto;
    text-align: center; }
  .section_footer .col-sm-3, .section_footer .col-sm-5 {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 30px 0 20px 0; }
    @media (max-width: 767px) {
      .section_footer .col-sm-3, .section_footer .col-sm-5 {
        padding: 10px 0 20px 0; } }
  @media (max-width: 767px) {
    .section_footer .col-xs-6 {
      padding: 10px 0 20px 20px; } }
  .section_footer h7 {
    font-weight: 600;
    color: #2b2b2b;
    padding-bottom: 12px; }
  .section_footer a {
    font-size: 13px;
    line-height: 26px;
    color: #787878; }
  .section_footer p {
    color: #2b2b2b;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    margin-right: 90px; }
  .section_footer .logo_itri {
    padding: 100px 40px; }
    @media (max-width: 767px) {
      .section_footer .logo_itri {
        padding: 40px 80px; } }
    .section_footer .logo_itri img {
      width: 90%;
      max-width: 180px;
      margin: 0 auto; }
  .section_footer .logo_fb {
    width: 32px;
    position: absolute;
    right: 30px;
    top: 110px; }
    @media (max-width: 767px) {
      .section_footer .logo_fb {
        top: 66px; } }
  @media (max-width: 767px) {
    .section_footer .footer_contact {
      padding: 30px 20px; } }
  .section_footer .footer_version {
    background: url(../images/web/footer_line.png) center top no-repeat; }
    @media (max-width: 767px) {
      .section_footer .footer_version {
        background: #d4e1ef; } }
    .section_footer .footer_version p {
      padding: 15px 0;
      margin: 0;
      font-size: 12px; }

/* bootstrap table */
.table > thead > tr > th,
.table > tbody > tr > td,
.table > tbody > tr > th {
  padding: 12px; }

/* Modify .modal-open: Make the background will not flicker */
.modal {
  overflow-y: auto; 
  }

.modal-backdrop {
  opacity: 0.5 !important;
}

.modal-open {
  overflow-y: auto;
  padding-right: 0px !important; }

h4.modal-title {
  padding-top: 30px;
  font-weight: 600; }

.radio-control input {
  opacity: 0;
  cursor: pointer; }

.signup_checkmark {
  height: 15px;
  width: 15px;
  display: inline-block;
  border-style: solid;
  border-width: 1.5px;
  border-color: #1e6580; }

.radio-control input:checked ~ .signup_checkmark {
  background-color: #1e6580; }

.modal_bg {
  background: linear-gradient(-180deg, #ffffff, #ffffff, #e8eff7); }

.login_cross {
  border: 0; }

.modal-body {
  min-height: 100px; }

/* define bootstrap 5 columns */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-1-5 {
  width: 20%;
  float: left; }

@media (min-width: 768px) and (max-width: 979px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
    padding-bottom: 50px; } }

@media (min-width: 980px) {
  .col-md-1-5 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left; } }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: initial; }

#sent {
  width: 520px;
  height: 460px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0; }
  #sent h3 {
    margin: 60px 0 50px 0; }
  #sent h6 {
    color: #5e5e5e;
    top: 150px;
    position: absolute;
    left: 40%;
    transform: translateX(-34%);
    line-height: 24px; }
  #sent .btn-default {
    width: 280px;
    height: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 112px; }

#ad_info {
  width: 800px;
  height: 460px;
  position: relative; }
  #ad_info img {
    width: 800px;
    height: 460px;
    margin: 0; }

section.middle_box .row {
  padding-top: 140px;
  padding-bottom: 140px;
  min-height: 1200px; }
section.middle_box .forget_password {
  box-shadow: 0px 0px 30px rgba(43, 43, 43, 0.4);
  padding: 240px 100px;
  position: absolute;
  width: 96%; }
section.middle_box .mail_signup {
  box-shadow: 0px 0px 30px rgba(43, 43, 43, 0.4);
  padding: 400px 100px;
  position: absolute;
  width: 96%; }

.register {
  position: relative; }
  .register select {
    width: 130px;
    height: 42px;
    border: none;
    border-bottom: 1px solid #5e5e5e;
    padding: 10px 12px;
    display: inline-block;
    margin-top: 0; }
  .register label {
    font-size: 16px;
    display: inline-block;
    text-align: right;
    width: 120px;
    margin-right: 20px; }
  .register label.label_half {
    width: 40px; }
  .register input {
    width: 260px;
    height: 42px;
    border: none;
    border-bottom: 1px solid #5e5e5e;
    padding: 10px 12px;
    margin-top: 20px;
    display: inline-block; }
  .register input.input_half {
    width: 100px; }
  .register h3 {
    padding: 60px 0 40px 0; }
  .register h6 {
    color: #5e5e5e;
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 120px; }
  .register p {
    font-size: 14px;
    color: #02628e; }
  .register a {
    font-size: 14px;
    color: #02628e;
    text-decoration: none; }
  .register .form-control {
    margin: 0 auto; }
  .register input::placeholder {
    color: #ababab;
    font-size: 12px; }
  .register .register_form {
    height: 680px; }
  .register input#submit {
    padding: 0; }
  .register .checkbox label {
    font-weight: 600;
    vertical-align: bottom;
    margin: 0;
    width: initial;
    color: #02628e;
    font-size: 16px;
    height: 25px; }
    @media (max-width: 767px) {
      .register .checkbox label {
        line-height: 40px;
        display: initial;
        margin-left: -20px; } }
    .register .checkbox label a {
      color: #02628e;
      padding-left: 10px; }
  .register .checkbox input[type=checkbox] {
    display: unset;
    height: 25px;
    width: 25px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: 150px; }
  .register .success-circle h7 {
    color: #02628e;
    font-size: 18px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 280px; }
  .register .success-circle .btn_mge {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 340px; }
    .register .success-circle .btn_mge a {
      color: #02628e; }
    .register .success-circle .btn_mge:hover > a {
      color: #011d29; }
  .register .success-circle .background {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #02628e;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 140px; }
  .register .success-circle .checkmark {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 28%;
    top: 30%;
    transform: translate(-50%, -50%);
    border-radius: 5px; }
    .register .success-circle .checkmark.draw:after {
      -webkit-animation-delay: 300ms;
      -moz-animation-delay: 300ms;
      animation-delay: 300ms;
      -webkit-animation-duration: 2s;
      -moz-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-name: checkmark;
      -moz-animation-name: checkmark;
      animation-name: checkmark;
      -webkit-transform: scaleX(-1) rotate(135deg);
      -moz-transform: scaleX(-1) rotate(135deg);
      -ms-transform: scaleX(-1) rotate(135deg);
      -o-transform: scaleX(-1) rotate(135deg);
      transform: scaleX(-1) rotate(135deg);
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .register .success-circle .checkmark:after {
      opacity: 1;
      -webkit-transform-origin: left top;
      -moz-transform-origin: left top;
      -ms-transform-origin: left top;
      -o-transform-origin: left top;
      transform-origin: left top;
      border-right: 5px solid white;
      border-top: 5px solid white;
      border-radius: 2.5px !important;
      content: "";
      left: 40px;
      top: 70px;
      position: absolute; }
  .register .error-triangular h7 {
    color: #093e5c;
    font-size: 18px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 280px; }
  .register .error-triangular .btn_mye {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 340px; }
    .register .error-triangular .btn_mye a {
      color: #093e5c; }
    .register .error-triangular .btn_mye:hover > a {
      color: black; }
  .register .error-triangular #exclamation {
    transition: transform 0.5s ease-out;
    stroke: #fff;
    stroke-width: 1; }
    .register .error-triangular #exclamation .exclamation_mark {
      opacity: 0;
      stroke-dasharray: 100;
      stroke-dashoffset: 100;
      animation: excl 1s ease forwards -0.6s; }
    .register .error-triangular #exclamation .dot {
      opacity: 0;
      animation: dot-fade 0.2s ease forwards 0.5s; }

.signup_form_area {
  opacity: 1;
  z-index: 100;
  left: 280px; }

.form-group.required.name_half {
  display: inline-block; }

.forgetPwd {
  display: block;
  padding: 20px; }
  .forgetPwd:hover, .forgetPwd:visited {
    text-decoration: none; }

.sent_info {
  padding: 20px 30px 30px 30px; }

.btn-default.signup_close {
  margin-bottom: 50px; }

.g-recaptcha > div {
  text-align: center;
  margin-top: 20px;
  width: auto !important;
  height: auto !important; }
  @media (max-width: 480px) {
    .g-recaptcha > div {
      transform: scale(0.77);
      transform-origin: center; } }

.borderRadiusZero {
  border-radius: 0 !important; }

li > a[href="#tabSignin"] {
  background: linear-gradient(112deg, #00d5d8, #1e6580);
  border: 0;
  color: #FFFFFF; }
  li > a[href="#tabSignin"]:hover {
    background: linear-gradient(112deg, #00d5d8, #1e6580); }
li > a[href="#tabSignup"] {
  background: linear-gradient(112deg, #02628e, #093e5c);
  border: 0;
  color: #FFFFFF; }
  li > a[href="#tabSignup"]:hover {
    background: linear-gradient(112deg, #02628e, #093e5c); }
li[class~="active"] > a[href="#tabSignin"], li[class~="active"] > a[href="#tabSignup"] {
  background: #FFFFFF; }

#tabSignin .modal-header, #tabSignup .modal-header {
  border-bottom: 0px; }

#tabSignin .modal-body .form label, label.email_label, .prefixSignupIdentity {
  text-align: left;
  font-size: 12px;
  font-weight: lighter;
  width: 60%;
  min-width: 250px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px; }

#tabSignup label.radio-control label {
  font-weight: lighter;
  padding: 20px 10px 10px 10px; }

#tabSignin .modal-body .form input#username, #tabSignin .modal-body .form input#password {
  width: 60%;
  min-width: 250px;
  box-shadow: none;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding: 10px 12px;
  margin: 0 auto;
  background-color: transparent; }

#tabSignup .modal-body .form input#new_email {
  width: 60%;
  min-width: 250px;
  box-shadow: none;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding: 10px 12px;
  margin: 0 auto;
  background-color: transparent; }

#tabSignin .modal-body .form input#username:focus, #tabSignin .modal-body .form input#password:focus {
  border-image-source: linear-gradient(112deg, #02628e, #093e5c);
  border-width: 2pt;
  border-image-slice: 1; }

#tabSignup .modal-body .form input#new_email:focus {
  border-image-source: linear-gradient(112deg, #02628e, #093e5c);
  border-width: 2pt;
  border-image-slice: 1; }

#tabSignin .modal-body .form #submit {
  background: linear-gradient(112deg, #02628e, #093e5c);
  color: #FFFFFF;
  height: 42px;
  min-width: 250px;
  margin-top: 20px;
  white-space: normal; }
  #tabSignin .modal-body .form #submit:hover {
    background: linear-gradient(112deg, #02628e, #093e5c); }

#tabSignup .modal-body .form #signup_submit, .modal-body .signup_close {
  background: linear-gradient(112deg, #00d5d8, #1e6580);
  color: #FFFFFF;
  height: 42px;
  min-width: 250px;
  white-space: normal; }

#tabSignup .modal-body .form #signup_submit:hover {
  background: linear-gradient(112deg, #00d5d8, #1e6580); }

#signup_submit {
  margin: 20px 0 40px 0; }

.modal-body .signup_close:hover {
  background: linear-gradient(112deg, #00d5d8, #1e6580); }

@media all and (max-width: 767px) {
  .modal-fullscreen-xs-down {
    padding: 0 !important; }
    .modal-fullscreen-xs-down .modal-dialog {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0; }
    .modal-fullscreen-xs-down .modal-content {
      height: auto;
      min-height: 100%;
      border: 0 none;
      border-radius: 0; }
    .modal-fullscreen-xs-down img.visible-xs {
      max-height: 200px;
      padding: 40px;
      margin: 0 auto; }
    .modal-fullscreen-xs-down #tabSignin .modal-body .form input#username, .modal-fullscreen-xs-down #tabSignin .modal-body .form input#password {
      border-radius: 100px;
      height: 42px;
      background-color: #E9F3FA;
      border: 0; }
    .modal-fullscreen-xs-down #tabSignup .modal-body .form input#new_email {
      border-radius: 100px;
      height: 42px;
      background-color: #E9F3FA;
      border: 0; }

  .register_form input, .register_form select {
    border-radius: 100px;
    height: 42px;
    background-color: #E9F3FA;
    border: 0; }

  .forgot_password_form input, .forget_pw input {
    border-radius: 100px;
    height: 42px;
    background-color: #E9F3FA;
    border: 0; }

  .register_form label, .forgot_password_form label, .forget_pw label {
    text-align: left;
    font-size: 12px;
    width: 60%;
    min-width: 250px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px; }

  .register_form h3, .forgot_password_form h3, .forget_pw h3 {
    padding: 0 0 20px 0;
    margin-top: 0; }

  .register input.input_half {
    width: 260px; }

  #m_signup_active, #m_signin_active {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 90%;
    background: transparent;
    color: #cccccc;
    border-bottom: 4px solid #cccccc; }

  li[class~="active"] > #m_signin_active {
    border-bottom: 4px solid #02628e;
    color: #02628e; }
  li[class~="active"] > #m_signup_active {
    border-bottom: 4px solid #1e6580;
    color: #1e6580; }

  #m_signup_active {
    margin-right: 10%; }

  #m_signin_active {
    margin-left: 10%; }

  .navbar-default .navbar-toggle {
    border: 0; }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
      background: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #02628e; }

  .navbar-toggle {
    margin-right: 0; }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-bottom: 14px;
    border: 0; }

  .section_middle .container ul {
    padding: 10px 0 0 0; }
    .section_middle .container ul .disabled.active {
      border-bottom: 4px solid #ababab; }
    .section_middle .container ul li a {
      padding: 12px 20px; }

  span.mjx-chtml {
    white-space: initial; } }
.at_top {
  transition: 0.5s;
  box-shadow: 0px 2px 5px rgba(43, 43, 43, 0);
  width: 100%;
  height: 72px;
  margin: 0 auto;
  background-image: linear-gradient(225deg, rgba(0, 213, 216, 0) 0%, rgba(0, 213, 216, 0) 48%, rgba(0, 213, 216, 0) 100%); }
  .at_top .buttonLogin {
    color: #ffffff;
    background-color: #093e5c; }
  .at_top #navbar a.link_b {
    color: #093e5c; }

#login {
  transition: 0.5s;
  font-weight: 600;
  color: #02628e;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 5px; }
  #login:hover {
    background-color: rgba(255, 255, 255, 0.9); }

.buttonLogin {
  width: 90px;
  height: 40px;
  font-weight: 600;
  color: #093e5c;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 5px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .buttonLogin {
      width: 80px;
      height: 34px;
      font-size: 14px; } }

.index_banner {
  background: url(../images/web/link_white_addline.png) center bottom no-repeat, linear-gradient(225deg, #00d5d8 0%, #02628e 48%, #093e5c 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  align-content: center; }
  .index_banner .container-fluid {
    padding: 100px; }
    @media (max-width: 480px) {
      .index_banner .container-fluid {
        padding: 80px 20px; } }
  .index_banner h6 {
    font-weight: 600;
    color: linear-gradient(115deg, #ffffff, #093e5c);
    position: absolute;
    left: 50%;
    top: 38%;
    background-color: #1e6580;
    padding: 10px 15px;
    transform: translate(-50%, -50%); }
  .index_banner .index_title {
    padding: 80px; }
    @media (max-width: 480px) {
      .index_banner .index_title {
        padding: 60px 20px; } }
    .index_banner .index_title img {
      padding: 60px 0 140px 0;
      width: 90%;
      min-width: 300px; }

.features .container-fluid {
  padding: 0; }
@media (min-width: 1200px) {
  .features .row {
    align-items: center;
    margin: 0 auto; } }

.new_features:first-child {
  margin-top: -180px; }
.new_features:after {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  top: 50px;
  height: 100%;
  width: 100%;
  left: 0;
  display: block;
  position: absolute;
  z-index: -1;
}
.new_features:nth-child(odd):after {
  background-image: linear-gradient(225deg, #dfe9f3 0%, white 100%);
  z-index: -1;
  transform: skewY(-2deg); }
.new_features .container {
  transform: skewY(0deg);
  padding: 80px 40px 60px 40px;
  display: flex;
  align-items: center; }
.new_features h2 {
  font-weight: 700;
  padding: 60px 0 20px 0;
  margin: 0; }
.new_features h6.h6size {
  background-color: #1e6580;
  margin-top: 40px;
  padding: 12px;
  color: #ffffff; }
.new_features p {
  font-size: 14px;
  font-weight: 700; }

.features01, .features02, .features03, .features04 {
  position: relative;
  z-index: 1; }
  .features01 .text, .features02 .text, .features03 .text, .features04 .text {
    padding: 40px; }
  .features01 .ill img, .features02 .ill img, .features03 .ill img, .features04 .ill img {
    width: 100%; }
  .features01 .paragraph, .features02 .paragraph, .features03 .paragraph, .features04 .paragraph {
    padding: 0 40px; }
  .features01 .ccr_index_logo, .features02 .ccr_index_logo, .features03 .ccr_index_logo, .features04 .ccr_index_logo {
    padding-top: 50px;
    padding-bottom: 0; }
    .features01 .ccr_index_logo h4, .features02 .ccr_index_logo h4, .features03 .ccr_index_logo h4, .features04 .ccr_index_logo h4 {
      color: white; }
  .features01 .logo, .features02 .logo, .features03 .logo, .features04 .logo {
    padding: 20px 50px; }
    @media (max-width: 480px) {
      .features01 .logo, .features02 .logo, .features03 .logo, .features04 .logo {
        padding: 16px 60px; } }
    .features01 .logo img, .features02 .logo img, .features03 .logo img, .features04 .logo img {
      width: 100%; }

.features04:after {
  background-color: #004384;
  z-index: -1;
  transform: skewY(-2deg);
  height: 95%; }

picture img {
  width: 100%;
  height: 100%; }
  @media (max-width: 480px) {
    picture img {
      min-height: 500px; } }

.news {
  border: 1px solid #063d5d;
  padding: 40px 0; }
  @media (max-width: 767px) {
    .news {
      background: #063d5d; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .news {
      background: url(../images/web/brain_w.png) left -220px bottom -180px no-repeat no-repeat, url(../images/web/brain_w.png) right -190px top -140px no-repeat no-repeat, #063d5d; } }
  @media (min-width: 980px) {
    .news {
      background: url(../images/web/brain_w.png) left -160px bottom -180px no-repeat no-repeat, url(../images/web/brain_w.png) right -150px top -150px no-repeat no-repeat, #063d5d; } }
  .news .row {
    padding: 30px 0; }
    @media (max-width: 767px) {
      .news .row {
        padding: 40px 10px; } }
  .news h4 {
    color: #ffffff; }
    @media (max-width: 767px) {
      .news h4 {
        margin: 40px 0 20px 0; } }
  .news p {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 4px;
    vertical-align: top;
    line-height: 26px; }
    @media (max-width: 767px) {
      .news p {
        width: 100%; } }
  .news a {
    color: #ffffff;
    text-decoration: none; }
  .news span {
    color: #ffec45;
    font-size: 14px;
    width: 80px;
    display: inline-block;
    vertical-align: top;
    line-height: 26px; }

.section_ainews {
  min-height: 650px;
  padding-bottom: 150px; }
  .section_ainews .row {
    padding: 30px 50px; }
  .section_ainews .col-sm-12 {
    border-bottom: 1px solid #919191;
    padding-top: 8px; }
  .section_ainews .date {
    display: inline-block;
    width: 100px;
    font-size: 16px;
    color: #02628e; }
  .section_ainews p {
    display: inline-block;
    text-decoration: none;
    cursor: pointer; }
  .section_ainews a {
    color: #2b2b2b; }

.ainews_btn {
  padding: 40px 0; }
  .ainews_btn .btn_ai {
    width: 220px;
    height: 44px;
    background-color: #ffffff;
    color: #093e5c;
    cursor: pointer;
    line-height: 30px; }
  .ainews_btn:after {
    height: 2px;
    width: 34%;
    content: "";
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    display: inline-block;
    margin: 0 30px; }
    @media (max-width: 480px) {
      .ainews_btn:after {
        content: none; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .ainews_btn:after {
        width: 25%; } }
    @media (min-width: 980px) {
      .ainews_btn:after {
        width: 30%; } }
  .ainews_btn:before {
    height: 2px;
    width: 34%;
    content: "";
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    display: inline-block;
    margin: 0 30px; }
    @media (max-width: 480px) {
      .ainews_btn:before {
        content: none; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .ainews_btn:before {
        width: 25%; } }
    @media (min-width: 980px) {
      .ainews_btn:before {
        width: 30%; } }

.service {
  background: linear-gradient(180deg, white, #c5dce2);
  position: relative; }
  .service img {
    padding: 80px; }
    @media (max-width: 480px) {
      .service img {
        padding: 40px; } }
  @media (max-width: 480px) {
    .service .pic {
      padding-top: 20px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .service .pic .fluid_pic {
      width: 80%;
      margin: 0 70px; } }
  @media (min-width: 980px) {
    .service .pic .fluid_pic {
      width: 70%;
      margin: 0 130px; } }
  @media (min-width: 1200px) {
    .service .pic .fluid_pic {
      width: 100%;
      margin: 0 auto; } }
  .service .pic_text {
    position: absolute; }
    @media (max-width: 480px) {
      .service .pic_text {
        font-size: 12px; } }
  .service .t_01 {
    color: #093e5c; }
    @media (max-width: 480px) {
      .service .t_01 {
        top: 45px;
        left: 10px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .service .t_01 {
        top: 60px;
        left: 80px; } }
    @media (min-width: 980px) {
      .service .t_01 {
        top: 60px;
        left: 140px; } }
    @media (min-width: 1200px) {
      .service .t_01 {
        top: 60px;
        left: 0; } }
  .service .t_02 {
    color: #093e5c; }
    @media (max-width: 480px) {
      .service .t_02 {
        bottom: 25px;
        left: 10px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .service .t_02 {
        bottom: 60px;
        left: 80px; } }
    @media (min-width: 980px) {
      .service .t_02 {
        bottom: 60px;
        left: 140px; } }
    @media (min-width: 1200px) {
      .service .t_02 {
        bottom: 60px;
        left: 0; } }
  .service .t_03 {
    color: #00BBD8; }
    @media (max-width: 480px) {
      .service .t_03 {
        top: 45px;
        right: 10px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .service .t_03 {
        top: 60px;
        right: 80px; } }
    @media (min-width: 980px) {
      .service .t_03 {
        top: 60px;
        right: 160px; } }
    @media (min-width: 1200px) {
      .service .t_03 {
        top: 60px;
        right: 0; } }
  .service .t_04 {
    color: #00BBD8; }
    @media (max-width: 480px) {
      .service .t_04 {
        bottom: 25px;
        right: 10px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .service .t_04 {
        bottom: 60px;
        right: 80px; } }
    @media (min-width: 980px) {
      .service .t_04 {
        bottom: 60px;
        right: 160px; } }
    @media (min-width: 1200px) {
      .service .t_04 {
        bottom: 60px;
        right: 0; } }
  .service button {
    top: 395px;
    position: absolute;
    width: 90%;
    left: 60px; }
    @media (max-width: 480px) {
      .service button {
        top: 395px;
        width: 50%;
        font-size: 16px;
        line-height: 24px;
        display: block;
        margin: 10px auto 30px;
        position: initial; } }
  .service .btn_mye:hover {
    border: 2px solid #02628e;
    color: #02628e;
    background-color: rgba(255, 255, 255, 0.3); }

.sub_title {
  padding: 40px; }

hr.title_hr {
  border-bottom: 4px solid #093e5c;
  max-width: 80px;
  margin: 10px auto 30px auto; }

.four_zone img {
  width: 100%; }
  @media (max-width: 480px) {
    .four_zone img {
      padding: 10px; } }
.four_zone p {
  font-size: 15px; }
.four_zone .zone_title {
  padding: 20px 0;
  background: linear-gradient(145deg, transparent 49.5%, #093e5c 49.5%, transparent 51.5%, transparent 50.5%);
  margin: 10px 0;
  text-align: center; }
  @media (max-width: 480px) {
    .four_zone .zone_title {
      padding: 10px 0; } }
  .four_zone .zone_title h4 {
    background-color: #ffffff;
    padding: 6px 0; }
@media (max-width: 480px) {
  .four_zone .col-lg-3 {
    padding: 10px 30px;
    width: 50%;
    height: 400px;
    float: left; } }
@media (min-width: 768px) and (max-width: 979px) {
  .four_zone .col-lg-3 {
    padding: 50px 40px;
    width: 25%; } }
@media (min-width: 980px) {
  .four_zone .col-lg-3 {
    padding: 50px 60px;
    width: 25%; } }
@media (min-width: 1200px) {
  .four_zone .col-lg-3 {
    padding: 50px 83px;
    width: 25%; } }

.topic_tag {
  color: #ffffff;
  background-color: #1c1c1c;
  overflow: hidden;
  position: relative;
  transition: 0.5s; }
  @media (max-width: 767px) {
    .topic_tag .row {
      padding-bottom: 40px; } }
  .topic_tag .topic_tag_content {
    padding-bottom: 80px; }
  .topic_tag .tag_pic {
    height: 130px;
    margin: 20px 0;
    overflow: hidden;
    position: relative; }
    .topic_tag .tag_pic:hover:before {
      opacity: 0.6;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .topic_tag .tag_pic:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.9;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      background-color: rgba(0, 0, 0, 0.5); }
    @media (max-width: 767px) {
      .topic_tag .tag_pic {
        padding: 0 20px; } }
    @media (max-width: 480px) {
      .topic_tag .tag_pic {
        padding: 0; } }
  .topic_tag .tag_title {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 90%;
    top: 20px;
    bottom: 20px; }
  .topic_tag img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  .topic_tag h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    color: #ffffff; }
  .topic_tag hr {
    border-bottom: 4px solid #ffffff;
    max-width: 80px;
    margin: 24px auto 30px auto; }
  @media (max-width: 480px) {
    .topic_tag .col-sm-3 {
      padding: 0 40px; } }

.case {
  background: linear-gradient(180deg, white, #c5dce2); }
  .case h3 {
    line-height: 38px;
    padding: 10px 0 30px 0; }
  .case img {
    width: 100%;
    padding: 60px 20px 40px 20px; }
    @media (max-width: 767px) {
      .case img {
        padding: 20px 0; } }
  .case .row {
    padding: 40px 0 80px 0; }
  @media (max-width: 480px) {
    .case .col-sm-12 {
      padding: 0 40px; } }

.company .logo {
  padding: 20px 80px 80px 80px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .company .logo {
      padding: 0 80px 80px 80px; } }
  @media (max-width: 480px) {
    .company .logo {
      padding: 0 40px 60px 40px; } }
  .company .logo img {
    width: 100%;
    height: 100%; }

.affiliates {
  background-color: #F7F7F7; }
  .affiliates .logo {
    display: flex;
    align-items: center;
    padding: 20px 80px 100px 80px; }
    @media (max-width: 480px) {
      .affiliates .logo {
        display: initial; } }
    .affiliates .logo img {
      width: 100%;
      padding: 20px 30px; }
      @media (max-width: 480px) {
        .affiliates .logo img {
          width: 80%; } }
      @media (min-width: 768px) and (max-width: 979px) {
        .affiliates .logo img {
          padding: 0 10px; } }
      @media (min-width: 980px) {
        .affiliates .logo img {
          padding: 20px 10px; } }

.cloud_service .logo {
  padding: 20px 80px 120px 80px; }
  .cloud_service .logo img {
    width: 90%; }

.index_content {
  position: relative; }
  @media (max-width: 767px) {
    .index_content {
      background: #093e5c; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .index_content {
      background: url(../images/web/brain_w.png) left -150px bottom -150px no-repeat no-repeat, url(../images/web/brain_w.png) right -90px top -129px no-repeat no-repeat, #093e5c; } }
  @media (min-width: 980px) {
    .index_content {
      background: url(../images/web/brain_w.png) left -80px bottom -100px no-repeat no-repeat, url(../images/web/brain_w.png) right -20px top -60px no-repeat no-repeat, #093e5c; } }
  .index_content .container .row {
    display: initial; }
  .index_content h7 {
    color: #ffffff; }
  .index_content a {
    color: rgba(255, 255, 255, 0.7); }
  .index_content p {
    color: rgba(255, 255, 255, 0.7); }
  .index_content .slogan {
    padding: 120px 0 80px 0;
    color: #ffffff; }
  @media (max-width: 767px) {
    .index_content .logo_itri {
      padding: 90px 40px; } }
  @media (max-width: 767px) {
    .index_content .footer_version {
      background: none; } }

.right.carousel-control, .left.carousel-control {
  background-image: initial; }

.issue_list.index_issue_list {
  background: linear-gradient(180deg, white, #c5dce2); }
  .issue_list.index_issue_list .container {
    margin: 60px auto; }
    @media (min-width: 768px) and (max-width: 979px) {
      .issue_list.index_issue_list .container {
        width: 700px; } }
    @media (min-width: 980px) {
      .issue_list.index_issue_list .container {
        width: 900px; } }
    @media (min-width: 1200px) {
      .issue_list.index_issue_list .container {
        width: 1300px; } }
  .issue_list.index_issue_list ul {
    list-style-type: none; }
  .issue_list.index_issue_list .list {
    border: 1px solid #cccccc; }
    .issue_list.index_issue_list .list .list_pic {
      height: initial; }
    .issue_list.index_issue_list .list .list_info {
      height: 120px;
      padding: 12px 18px; }
      .issue_list.index_issue_list .list .list_info p {
        height: initial;
        color: #2081c9; }
      .issue_list.index_issue_list .list .list_info i {
        padding: 0 3px; }
    .issue_list.index_issue_list .list h7 {
      top: 132px;
      right: 16px; }
    .issue_list.index_issue_list .list h4 {
      font-size: 20px; }
  .issue_list.index_issue_list .control-box {
    width: 120%; }
  .issue_list.index_issue_list .carousel {
    margin-right: 40px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .issue_list.index_issue_list .carousel-control .glyphicon-chevron-left,
    .issue_list.index_issue_list .carousel-control .icon-prev {
      margin-left: -50px; } }
  @media (min-width: 980px) {
    .issue_list.index_issue_list .carousel-control .glyphicon-chevron-left,
    .issue_list.index_issue_list .carousel-control .icon-prev {
      margin-left: -80px; } }
  @media (min-width: 1200px) {
    .issue_list.index_issue_list .carousel-control .glyphicon-chevron-left,
    .issue_list.index_issue_list .carousel-control .icon-prev {
      margin-left: -120px; } }
  @media (max-width: 480px) {
    .issue_list.index_issue_list .carousel-control .glyphicon-chevron-right,
    .issue_list.index_issue_list .carousel-control .icon-next {
      margin-right: -50px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .issue_list.index_issue_list .carousel-control .glyphicon-chevron-right,
    .issue_list.index_issue_list .carousel-control .icon-next {
      margin-right: -90px; } }
  @media (min-width: 980px) {
    .issue_list.index_issue_list .carousel-control .glyphicon-chevron-right,
    .issue_list.index_issue_list .carousel-control .icon-next {
      margin-right: -110px; } }
  @media (min-width: 1200px) {
    .issue_list.index_issue_list .carousel-control .glyphicon-chevron-right,
    .issue_list.index_issue_list .carousel-control .icon-next {
      margin-right: -150px; } }
  .issue_list.index_issue_list .carousel-inner ul {
    margin: initial; }
  .issue_list.index_issue_list .list:first-of-type {
    margin-top: 0; }
  .issue_list.index_issue_list .view_count {
    float: right; }

@media (max-width: 480px) {
  .issue_list .thumbnails .list .for_school {
    top: calc(140px - 45px); } }
@media (min-width: 768px) and (max-width: 979px) {
  .issue_list .thumbnails .list .for_school {
    top: calc(167px - 45px); } }
@media (min-width: 980px) {
  .issue_list .thumbnails .list .for_school {
    top: calc(227px - 45px); } }
@media (min-width: 1200px) {
  .issue_list .thumbnails .list .for_school {
    top: calc(164px - 45px); } }

.section_eula .eula {
  padding-top: 120px;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .section_eula .eula h1 {
    text-align: center;
    font-weight: 600;
    color: #02628e; }
  .section_eula .eula form {
    padding-bottom: 50px;
    width: 60%;
    position: relative;
    display: flex;
    flex-direction: column; }
    .section_eula .eula form input#submit {
      margin: 30px auto; }
  .section_eula .eula p {
    padding: 40px 60px; }
  .section_eula .eula .checkbox {
    color: #02628e; }
    .section_eula .eula .checkbox label {
      font-weight: 600;
      vertical-align: bottom; }

.about_banner .banner {
  height: 220px;
  position: relative; }
  @media (max-width: 480px) {
    .about_banner .banner {
      height: 200px; } }
  .about_banner .banner .bg {
    width: 100%;
    opacity: 0.2;
    position: absolute;
    bottom: 0; }
  .about_banner .banner .logo {
    width: 150px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .about_banner .banner .logo_moe {
    width: 180px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px; }
  .about_banner .banner .logo_page_img {
    width: 300px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px; }
    @media (max-width: 480px) {
      .about_banner .banner .logo_page_img {
        width: 250px; } }
  .about_banner .banner h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 80px 0;
    color: #1e6580; }
    @media (max-width: 480px) {
      .about_banner .banner h1 {
        font-size: 34px;
        position: absolute;
        left: 20%;
        top: 75%;
        transform: translate(-10%, -50%); } }
    @media (min-width: 768px) and (max-width: 979px) {
      .about_banner .banner h1 {
        top: 70%; } }
    @media (min-width: 980px) {
      .about_banner .banner h1 {
        top: 70%; } }

.section_about .container.c_about {
  padding: 30px 40px 60px 40px; }
.section_about .container.cookie {
  padding: 30px 40px 60px 40px; }
  .section_about .container.cookie h5 {
    margin: 50px 0 0 0;
    font-weight: 600; }
  .section_about .container.cookie ul {
    font-size: 16px; }
.section_about .container.c_moe {
  padding: 30px 40px 0 40px; }
  .section_about .container.c_moe a {
    color: #2b2b2b;
    text-decoration: none; }
  .section_about .container.c_moe img {
    width: 100%;
    padding: 10px 30px 30px 30px; }
    @media (max-width: 480px) {
      .section_about .container.c_moe img {
        padding: 10px 10px 40px 10px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .section_about .container.c_moe img {
        padding: 0;
        margin: 0 0 40px 0; } }
  .section_about .container.c_moe img.pic_rl {
    width: 900px;
    margin: 10px 60px 40px 60px; }
    @media (max-width: 480px) {
      .section_about .container.c_moe img.pic_rl {
        width: 100%;
        margin: 0;
        padding: 0 0 40px 0; } }
  .section_about .container.c_moe .no_topic {
    display: flex;
    justify-content: center;
    padding: 80px 0; }
    @media (max-width: 480px) {
      .section_about .container.c_moe .no_topic {
        padding: 50px 0; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .section_about .container.c_moe .no_topic {
        padding: 50px 0; } }
    .section_about .container.c_moe .no_topic img {
      width: 580px;
      margin: 0 auto; }
      @media (max-width: 480px) {
        .section_about .container.c_moe .no_topic img {
          width: 320px; } }
      @media (min-width: 768px) and (max-width: 979px) {
        .section_about .container.c_moe .no_topic img {
          width: 400px; } }
  .section_about .container.c_moe ul {
    padding: 20px; }
    @media (max-width: 480px) {
      .section_about .container.c_moe ul {
        padding: 10px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .section_about .container.c_moe ul {
        padding: 15px; } }
  .section_about .container.c_moe ol {
    padding: 0;
    font-size: 16px; }
  .section_about .container.c_moe li {
    font-size: 16px;
    line-height: 28px; }
    @media (max-width: 480px) {
      .section_about .container.c_moe li {
        font-size: 15px;
        line-height: 25px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .section_about .container.c_moe li {
        font-size: 14px;
        line-height: 25px; } }
  .section_about .container.c_moe h6 {
    margin-bottom: 20px;
    font-weight: 500; }
  .section_about .container.c_moe .content_highlight {
    font-size: 16px;
    color: #02628e;
    font-weight: bold;
    margin-bottom: 20px; }
    .section_about .container.c_moe .content_highlight svg {
      padding: 5px;
      min-width: 35px;
      height: 35px;
      vertical-align: bottom; }
    .section_about .container.c_moe .content_highlight span {
      padding: 5px; }
  .section_about .container.c_moe .covid_table {
    width: 80%;
    margin: 0 auto; }
  .section_about .container.c_moe .tabs {
    display: flex;
    flex-wrap: wrap; }
    .section_about .container.c_moe .tabs label {
      order: 1;
      display: block;
      margin: 0;
      cursor: pointer;
      transition: background ease 0.2s;
      padding: 8px 40px;
      color: #999999;
      font-weight: 500;
      font-size: 16px; }
      @media (max-width: 767px) {
        .section_about .container.c_moe .tabs label {
          order: initial;
          width: 100%;
          margin-right: 0;
          margin-top: 0.2rem; } }
      @media (max-width: 480px) {
        .section_about .container.c_moe .tabs label {
          order: -1;
          padding: 10px 16px;
          display: inline-block;
          width: initial; } }
    .section_about .container.c_moe .tabs label.left_line {
      border-left: 1px solid #888888; }
      @media (max-width: 480px) {
        .section_about .container.c_moe .tabs label.left_line {
          padding: 10px 16px;
          display: inline-block; } }
    .section_about .container.c_moe .tabs:first-child {
      border: 1px solid #ffffff; }
    .section_about .container.c_moe .tabs .tab {
      order: 99;
      flex-grow: 1;
      width: 100%;
      display: none;
      padding: 50px 10px;
      background: #fff;
      min-height: 800px; }
      @media (max-width: 480px) {
        .section_about .container.c_moe .tabs .tab {
          padding: 20px 0; } }
      @media (max-width: 767px) {
        .section_about .container.c_moe .tabs .tab {
          order: initial; } }
    .section_about .container.c_moe .tabs input[type="radio"] {
      display: none; }
      .section_about .container.c_moe .tabs input[type="radio"]:checked + label {
        color: #2b2b2b; }
        .section_about .container.c_moe .tabs input[type="radio"]:checked + label + .tab {
          display: block; }
  @media (max-width: 480px) {
    .section_about .container.c_moe .course_img {
      padding: 20px 40px; } }
.section_about .issue_list p {
  padding: 0;
  line-height: 26px; }
.section_about .box_area {
  padding: 40px;
  margin: 20px 40px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(43, 43, 43, 0.2);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(43, 43, 43, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(43, 43, 43, 0.2);
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .section_about .box_area {
      padding: 20px;
      margin: 20px 0; } }
.section_about .bookmark {
  padding: 30px 10px; }
  .section_about .bookmark .btn_mgs {
    background: #02a2b9;
    line-height: 32px;
    margin-right: 20px;
    width: 160px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .section_about .bookmark .btn_mgs {
        width: 140px; } }
.section_about .vedio_area {
  padding: 20px 60px; }
  @media (max-width: 480px) {
    .section_about .vedio_area {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .section_about .vedio_area {
      padding: 0; } }
  @media (min-width: 980px) {
    .section_about .vedio_area {
      padding: 20px 40px; } }
  .section_about .vedio_area iframe {
    display: flex;
    margin: 0 auto;
    height: 214px; }
    @media (max-width: 480px) {
      .section_about .vedio_area iframe {
        width: 100%;
        height: 100%; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .section_about .vedio_area iframe {
        width: initial; } }
    @media (min-width: 980px) {
      .section_about .vedio_area iframe {
        width: initial; } }
    @media (min-width: 1200px) {
      .section_about .vedio_area iframe {
        width: 380px; } }
  .section_about .vedio_area p {
    padding: 15px 40px 30px 40px;
    line-height: 26px;
    font-size: 18px;
    margin: 0; }
    @media (max-width: 480px) {
      .section_about .vedio_area p {
        padding: 10px 0 30px 0; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .section_about .vedio_area p {
        padding: 15px 0 20px 0; } }
  .section_about .vedio_area a {
    padding: 5px 0 0 0;
    line-height: 26px;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 10px;
    color: #666666; }
  .section_about .vedio_area span {
    padding: 5px; }
  .section_about .vedio_area svg {
    padding: 5px;
    min-width: 35px;
    height: 35px; }
  .section_about .vedio_area .add_file {
    display: flex; }
  .section_about .vedio_area h4 {
    padding: 15px; }
  @media (max-width: 480px) {
    .section_about .vedio_area .col-sm-12 {
      padding: 0; } }
.section_about h5 {
  font-weight: 600; }
.section_about h6 {
  font-size: 20px;
  font-weight: 600;
  margin: 0; }
.section_about p {
  padding: 20px 0;
  font-size: 16px;
  line-height: 26px; }
.section_about .img_rl img {
  width: 600px;
  right: 50%;
  transform: translateX(50%); }
.section_about .course table {
  width: 85%;
  margin: 0 auto 40px auto; }
  @media (max-width: 480px) {
    .section_about .course table {
      width: 100%; } }
.section_about .course td {
  font-size: 16px;
  padding: 8px 20px;
  width: 50%; }
  .section_about .course td a {
    color: #2b2b2b; }
    .section_about .course td a:hover {
      text-decoration: none;
      color: #2b2b2b; }

.fluid_pic {
  width: 100%;
  padding: 20px 0 40px 0; }

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

.features_cooperation {
  text-align: center; }
  .features_cooperation span {
    font-size: 14px;
    font-weight: bold; }
  .features_cooperation p {
    font-size: 14px;
    margin: 0; }
  .features_cooperation svg.icon {
    width: 80px;
    height: 90px;
    padding: 10px 0 20px 0;
    margin: 0 auto;
    display: block; }

.features_flow {
  padding: 10px 10px 30px 10px; }
  .features_flow .col-lg-3 {
    width: 22%;
    padding: 20px;
    margin: 30px 10px; }
    @media (max-width: 480px) {
      .features_flow .col-lg-3 {
        width: 94%; } }

.features_cht {
  padding: 20px 0 40px 0; }
  .features_cht .col-lg-4 {
    width: 28%;
    padding: 20px;
    margin: 20px; }
    @media (max-width: 480px) {
      .features_cht .col-lg-4 {
        width: 88%; } }
    @media (max-width: 767px) {
      .features_cht .col-lg-4 {
        width: 30%;
        padding: 7px;
        margin: 8px; } }
  .features_cht .fluid_pic {
    width: 75%;
    margin: 0 auto;
    display: block;
    padding: 20px 0 40px 0; }
    @media (max-width: 480px) {
      .features_cht .fluid_pic {
        width: 100%;
        padding: 0; } }
  .features_cht .list {
    padding: 20px;
    width: 32%;
    padding: 0 30px;
    margin: 0; }
    @media (max-width: 480px) {
      .features_cht .list {
        width: 100%;
        padding: 0 30px 20px 30px; } }
    .features_cht .list h6 {
      padding: 10px; }

.features_datax .col-lg-3 {
  width: 22%;
  padding: 20px;
  margin: 0 10px 80px 10px; }
  @media (max-width: 480px) {
    .features_datax .col-lg-3 {
      width: 94%;
      margin: 0 10px 20px 10px; } }
  @media (max-width: 767px) {
    .features_datax .col-lg-3 {
      margin: 0 8px 80px 8px; } }

.about_structure h5 {
  text-align: center;
  color: #02628e; }
.about_structure img {
  display: block;
  width: 100%;
  margin: auto;
  padding: 40px 20px 80px 20px; }
  @media (max-width: 480px) {
    .about_structure img {
      padding: 20px 0 40px 0; } }

.step_pic {
  padding: 0 60px; }
  @media (max-width: 480px) {
    .step_pic {
      padding: 0 40px; } }
  .step_pic img {
    width: 90%; }
  .step_pic h1, .step_pic h6 {
    color: #093e5c; }
  .step_pic .step_left {
    text-align: right; }
    @media (max-width: 480px) {
      .step_pic .step_left {
        text-align: center; } }
  .step_pic .step_right {
    text-align: left;
    padding-top: 130px;
    padding-bottom: 0; }
    @media (max-width: 480px) {
      .step_pic .step_right {
        text-align: center;
        padding-top: 0; } }
  .step_pic .zone_title {
    position: relative;
    margin: 40px; }
    .step_pic .zone_title:before {
      display: block;
      content: "";
      height: 150px;
      width: 100%;
      position: absolute;
      top: 200px;
      background: linear-gradient(35deg, transparent 49.5%, #093e5c 49.5%, transparent 50%, transparent 50%); }
    .step_pic .zone_title:after {
      display: block;
      content: "";
      height: 100px;
      width: 100%;
      position: absolute;
      top: 500px;
      background: linear-gradient(-35deg, transparent 49.5%, #093e5c 49.5%, transparent 50%, transparent 50%); }

.features_about {
  text-align: center;
  padding: 20px 20px 80px 20px; }
  .features_about .col-lg-4 {
    width: 30%;
    padding: 20px;
    margin: 14px;
    height: 300px; }
    @media (max-width: 480px) {
      .features_about .col-lg-4 {
        width: 90%;
        padding: 10px 20px;
        height: initial; } }
  .features_about svg.icon {
    margin: 10px auto; }

.covid_ranking {
  width: 58%;
  margin: 40px auto 0 auto; }
  .covid_ranking svg.icon {
    width: 80px;
    height: 70px;
    padding: 10px 0;
    margin: 0 auto;
    display: block; }
  .covid_ranking thead {
    background-color: #ddd; }
  .covid_ranking td, .covid_ranking th {
    text-align: center; }

.asvda svg {
  padding: 5px;
  min-width: 35px;
  height: 35px;
  vertical-align: bottom; }
.asvda span {
  padding: 6px; }

.history {
  padding-bottom: 80px; }

section.section_faq .toggle:last-child {
  border-bottom: 1px solid #919191;
  margin-bottom: 100px; }
section.section_faq .toggle .toggle-title {
  border-top: 1px solid #919191;
  margin-bottom: 0; }
  section.section_faq .toggle .toggle-title h5 {
    padding: 16px;
    margin: 0;
    cursor: pointer;
    line-height: 30px; }
  section.section_faq .toggle .toggle-title:hover {
    color: #02628e;
    font-weight: 600; }
  section.section_faq .toggle .toggle-title i {
    position: absolute;
    background: url(../images/web/arrow.png) 0px -24px no-repeat;
    width: 50px;
    height: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-right: 80px;
    right: 0;
    margin: 0; }
  section.section_faq .toggle .toggle-title.active i {
    background: url(../images/web/arrow.png) 0px 0px no-repeat; }
section.section_faq .toggle .toggle-inner {
  padding: 7px 70px 10px 70px;
  display: none;
  margin: -7px 0 6px 0; }
  section.section_faq .toggle .toggle-inner div {
    max-width: 100%; }
section.section_faq .toggle .toggle-title1 {
  border-top: 1px solid #fff; }
section.section_faq .toggle .title_yellow {
  color: #02628e; }
section.section_faq .title-name {
  font-size: 18px; }

.last_updated p {
  float: right;
  font-size: 14px;
  padding: 20px 0;
  color: #919191; }

.profile_banner .container {
  padding-top: 20px; }
  .profile_banner .container .col-lg-2.col-md-3.col-sm-4.col-xs-6 {
    padding: 20px; }
  .profile_banner .container .col-lg-10.col-md-9.col-sm-8.col-xs-6 {
    padding: 10px 0 0 0; }
  .profile_banner .container h3 {
    font-weight: 900; }

@media (min-width: 768px) and (max-width: 979px) {
  .setting .container {
    width: 680px; } }
@media (min-width: 980px) {
  .setting .container {
    width: 880px; } }
@media (min-width: 1200px) {
  .setting .container {
    width: 1100px; } }
.setting .row {
  padding-bottom: 100px; }
.setting .col-sm-12 {
  display: flex;
  align-items: center;
  padding: 20px; }
  .setting .col-sm-12 h4 {
    padding: 10px 0;
    margin-bottom: 0;
    font-weight: 800; }
  .setting .col-sm-12 h6 {
    color: #787878; }
  .setting .col-sm-12 p {
    font-size: 14px; }
.setting .issue_list .col-sm-12 {
  display: initial;
  border-bottom: none;
  padding: 0 15px; }
.setting .no_line {
  border-bottom: none;
  padding-bottom: 0; }

.pwd_prompt {
  font-size: 14px;
  font-weight: 600; }

.setting_list {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative; }
  .setting_list .wrapper {
    padding-left: 20px;
    padding-right: 20px; }
    .setting_list .wrapper .form-group label {
      padding-right: 30px; }
  .setting_list .form-control {
    margin-bottom: 18px; }

.col-sm-12.noti_onoff_list {
  border-bottom: 1px solid #919191;
  padding: 10px 20px; }
  @media (max-width: 480px) {
    .col-sm-12.noti_onoff_list {
      width: 92%;
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .col-sm-12.noti_onoff_list .btn-toggle {
      margin: 0; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .col-sm-12.noti_onoff_list .btn-toggle {
      margin: 0; } }
  @media (min-width: 980px) {
    .col-sm-12.noti_onoff_list .btn-toggle {
      margin: 0; } }
  .col-sm-12.noti_onoff_list .info_text {
    color: #666666; }

.col-sm-12.award_list {
  border-bottom: 1px solid #919191;
  padding: 10px 20px; }

.issue_list .container {
  margin-bottom: 80px; }
.issue_list .list {
  border: 1px solid #787878;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  background-color: #ffffff; }
  .issue_list .list:hover img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25); }
  .issue_list .list:first-of-type {
    margin-top: 30px;
    margin-bottom: 10px; }
  .issue_list .list .list_pic {
    height: 200px;
    overflow: hidden;
    position: relative; }
    .issue_list .list .list_pic img {
      width: 100%;
      height: 100%;
      padding: 0;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
  .issue_list .list .for_school {
    height: 45px;
    width: 100%;
    position: absolute;
    top: calc(200px - 45px);
    padding: 0;
    background: linear-gradient(120deg, rgba(43, 43, 43, 0.5), rgba(43, 43, 43, 0.5));
    display: flex;
    align-items: center; }
    .issue_list .list .for_school i {
      color: #ffffff;
      padding: 0 5px 0 20px; }
    .issue_list .list .for_school h6 {
      font-weight: 600;
      letter-spacing: 0.5px;
      color: #ffffff;
      font-size: 15px;
      margin: 0; }
  .issue_list .list .list_info {
    padding: 12px 26px;
    height: 180px; }
    @media (max-width: 767px) {
      .issue_list .list .list_info {
        height: initial; } }
  .issue_list .list .list_info_course {
    padding: 12px 26px;
    height: 150px; }
    @media (max-width: 767px) {
      .issue_list .list .list_info_course {
        height: initial; } }
.issue_list a {
  color: #2b2b2b; }
  .issue_list a:hover {
    text-decoration: none; }
.issue_list p {
  font-size: 14px;
  height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal; }
.issue_list h4 {
  font-weight: bold; }
@media (max-width: 767px) {
  .issue_list h4, .issue_list h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; } }
@media (max-width: 480px) {
  .issue_list h4, .issue_list h5 {
    overflow: initial;
    text-overflow: initial;
    white-space: initial; } }
@media (min-width: 768px) and (max-width: 979px) {
  .issue_list h4, .issue_list h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; } }
@media (min-width: 980px) {
  .issue_list h4, .issue_list h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; } }
@media (min-width: 1200px) {
  .issue_list h4, .issue_list h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; } }
.issue_list h7 {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 18px;
  top: 164px;
  padding: 3px 12px; }
.issue_list span {
  font-size: 12px;
  color: #787878; }
.issue_list .list_coming:hover {
  border-bottom: 5px solid rgba(0, 213, 216, 0.7); }
.issue_list .list_going:hover {
  border-bottom: 5px solid rgba(2, 98, 142, 0.7); }
.issue_list .list_done:hover {
  border-bottom: 5px solid rgba(120, 120, 120, 0.7); }
.issue_list .issue_coming {
  background-color: rgba(0, 213, 216, 0.7);
  color: #ffffff; }
.issue_list .issue_going {
  background-color: rgba(2, 98, 142, 0.7);
  color: #ffffff; }
.issue_list .issue_done {
  background-color: rgba(120, 120, 120, 0.7);
  color: #ffffff; }
.issue_list .animate:after {
  transition: all 0.7s ease-in-out;
  transform-origin: center;
  content: "";
  display: block;
  background: inherit;
  background-size: cover; }
.issue_list .zoom-in:hover:after {
  transform: scale(1.1); }
.issue_list .zoom-out:after {
  transform: scale(1.1); }
.issue_list .zoom-out:hover:after {
  transform: scale(1); }

.function_bar {
  display: flex;
  align-items: flex-end; }
  @media (max-width: 480px) {
    .function_bar {
      display: block; } }
  @media (max-width: 480px) {
    .function_bar .col-md-4 {
      padding: 20px 20px 0 20px; } }
  .function_bar label {
    font-size: 9px;
    color: #999999;
    font-weight: initial;
    display: block;
    margin: 10px 0 0 0; }
  .function_bar select {
    font-size: 16px;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #888888;
    background-color: #ffffff;
    text-align: center; }
    @media (max-width: 767px) {
      .function_bar select {
        width: 100px; } }
    @media (max-width: 480px) {
      .function_bar select {
        width: 100px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .function_bar select {
        width: 100px; } }
    @media (min-width: 980px) {
      .function_bar select {
        width: 150px; } }
    @media (min-width: 1200px) {
      .function_bar select {
        width: 150px; } }
  .function_bar input {
    outline: none; }
    .function_bar input[type=search] {
      -webkit-appearance: textfield;
      -webkit-box-sizing: content-box;
      font-family: inherit;
      font-size: 100%; }
    .function_bar input::-webkit-search-decoration, .function_bar input::-webkit-search-cancel-button {
      display: none; }
    .function_bar input[type=search] {
      background: #ffffff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
      border: solid 1px #888888;
      padding: 6px 10px 6px 32px;
      -webkit-border-radius: 10em;
      -moz-border-radius: 10em;
      border-radius: 10em;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      color: #333333;
      font-size: 16px;
      float: right; }
      @media (max-width: 480px) {
        .function_bar input[type=search] {
          float: left; } }
      .function_bar input[type=search]:focus {
        border-color: #093e5c;
        -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.3);
        -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.3);
        box-shadow: 0 0 5px rgba(109, 207, 246, 0.3); }
    .function_bar input:-moz-placeholder, .function_bar input::-webkit-input-placeholder {
      color: #999; }
  .function_bar .col-sm-9 {
    padding-left: 0; }

.issue_banner {
  max-height: 400px;
  min-height: 300px;
  overflow: hidden; }
  .issue_banner img {
    width: 100%;
    min-height: 300px; }
    @media (max-width: 480px) {
      .issue_banner img {
        min-height: initial;
        max-height: 300px;
        margin-left: -180px;
        width: 200%; } }
    @media (max-width: 767px) {
      .issue_banner img {
        min-height: initial;
        max-height: 300px;
        margin-left: -180px;
        width: 200%; } }
  .issue_banner .col-sm-12 {
    padding: 0;
    width: 100%; }
  .issue_banner .banner_gradient {
    position: absolute;
    bottom: 0;
    padding: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)); }
    @media (max-width: 480px) {
      .issue_banner .banner_gradient {
        height: initial; } }
    @media (max-width: 767px) {
      .issue_banner .banner_gradient {
        height: initial; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .issue_banner .banner_gradient {
        height: initial; } }
    .issue_banner .banner_gradient h2 {
      font-weight: 600;
      letter-spacing: 0.5px;
      margin: 0;
      padding: 18px; }
    .issue_banner .banner_gradient .col-sm-3 {
      padding: 9px 0;
      display: flex; }
      .issue_banner .banner_gradient .col-sm-3 a {
        text-decoration: none; }
      .issue_banner .banner_gradient .col-sm-3 em {
        color: #3f3f3f;
        font-size: 25px;
        padding: 0 20px;
        line-height: 50px; }
    .issue_banner .banner_gradient .draft {
      border: 3px solid #3f3f3f;
      text-align: center;
      width: 70%; }
      .issue_banner .banner_gradient .draft p {
        color: #3f3f3f;
        font-size: 15px;
        padding: 10px 20px;
        margin: 0; }

.section_middle .container, .profile_middle .container {
  font-size: 18px;
  font-weight: 500;
  padding: 0 20px; }
  .section_middle .container ul, .profile_middle .container ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 10px 0 10px;
    display: flex;
    border-bottom: 1px solid #919191; }
    .section_middle .container ul .active, .profile_middle .container ul .active {
      border-bottom: 4px solid #02628e; }
      .section_middle .container ul .active a, .profile_middle .container ul .active a {
        color: #02628e; }
    .section_middle .container ul .disabled, .profile_middle .container ul .disabled {
      pointer-events: none; }
      .section_middle .container ul .disabled a, .profile_middle .container ul .disabled a {
        color: #ababab;
        cursor: default; }
    .section_middle .container ul li, .profile_middle .container ul li {
      float: left; }
      .section_middle .container ul li:hover:not(.active), .profile_middle .container ul li:hover:not(.active) {
        border-bottom: 4px solid #02628e;
        color: #02628e; }
      .section_middle .container ul li a, .profile_middle .container ul li a {
        display: block;
        color: #2b2b2b;
        text-align: center;
        padding: 14px 26px;
        text-decoration: none;
        background-color: transparent; }
.section_middle .tab-list, .profile_middle .tab-list {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  margin: 0;
  overflow: auto;
  width: 100%; }
  .section_middle .tab-list li, .profile_middle .tab-list li {
    display: inline-block;
    vertical-align: top; }
    .section_middle .tab-list li > a, .profile_middle .tab-list li > a {
      display: inline-block;
      position: relative;
      width: 100%;
      -webkit-transition: all;
      -o-transition: all;
      transition: all;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms;
      font-weight: 500;
      cursor: pointer !important;
      background-color: transparent;
      text-decoration: none !important; }
.section_middle .scrollable, .profile_middle .scrollable {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-top: 10px; }
  .section_middle .scrollable::-webkit-scrollbar, .profile_middle .scrollable::-webkit-scrollbar {
    display: none; }

section.section_middle {
  background-color: #ededed; }

.timeline .container {
  background-color: #ffffff; }

.lifeline .event .element {
  color: white;
  font-size: 17px;
  border-radius: 40px;
  width: 22px;
  height: 22px; }
  .lifeline .event .element:before {
    background-color: #02628e;
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transform: scale(0.79);
    display: block;
    border-radius: 50%; }
.lifeline .event .event_info .date {
  font-weight: bold;
  font-size: 12px;
  color: #02628e; }
.lifeline .event .event_info .name {
  font-size: 12px; }

.lifeline {
  width: 85%;
  margin: 50px auto;
  margin-top: 63px;
  border-radius: 5px;
  height: 8px;
  border-top: 4px dotted #02628e;
  position: relative; }
  .lifeline .tip {
    color: #fff;
    font-size: 10px;
    padding: 5px 10px;
    background-color: #333;
    border-radius: 5px; }
  .lifeline .progress {
    height: 6px;
    background-color: #02628e;
    border-radius: 5px;
    transition: width 1s;
    margin-top: -6px;
    transition-timing-function: ease-out; }
  .lifeline .event {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 50%; }
    .lifeline .event .element {
      cursor: default;
      position: relative;
      margin-left: -10px;
      margin-top: -20px; }
    .lifeline .event .event_info {
      z-index: 1000;
      color: black;
      cursor: default;
      pointer-events: none;
      position: absolute;
      top: -52px;
      left: 0;
      transform: translate(-50%, 0);
      width: 80px;
      text-align: center;
      transition: opacity 500ms, top 500ms; }
    .lifeline .event .donetip {
      color: #fff;
      background-color: #999;
      border-radius: 3px;
      font-size: 10px;
      padding: 4px 0;
      margin-top: 8px;
      width: 40px;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translateX(-58%); }
      .lifeline .event .donetip:before {
        position: absolute;
        top: -5px;
        left: 50%;
        margin-left: -5px;
        display: block;
        border-width: 0 4px 8px 4px;
        border-style: solid;
        border-color: transparent transparent #999 transparent;
        content: "";
        width: 0;
        height: 0; }
    .lifeline .event:last-child .event_info:before, .lifeline .event:last-child .event_info:after {
      left: 60%; }
    .lifeline .event:hover, .lifeline .event:focus {
      outline: none; }
    .lifeline .event:hover .event_info {
      pointer-events: all;
      opacity: 1;
      z-index: 2000;
      transition-duration: 1s; }
    .lifeline .event:hover .element, .lifeline .event:focus .element {
      color: #ffffff; }
    .lifeline .event:hover .element:before, .lifeline .event:focus .element:before {
      opacity: 1;
      background: #02628e; }

ul.u_tabs {
  padding-left: 0; }
  ul.u_tabs li {
    background-color: #f6f6f6;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    width: 100%;
    border: 1px solid #fff;
    position: relative;
    box-shadow: 0px 2px 5px rgba(43, 43, 43, 0.2);
    line-height: 20px;
    font-weight: 600; }
    ul.u_tabs li.current {
      background: #fff;
      box-shadow: 0px 2px 5px rgba(43, 43, 43, 0.3); }
      ul.u_tabs li.current a {
        color: #02628e; }
      ul.u_tabs li.current .icon-arrow-left {
        font-size: 16px;
        padding-right: 5px;
        color: #02628e; }
    ul.u_tabs li a {
      color: #333333;
      text-decoration: none; }
    ul.u_tabs li .icon-arrow-left {
      width: 20px;
      color: #f6f6f6;
      padding-right: 5px;
      font-size: 16px; }
    ul.u_tabs li .icon-check-green {
      color: #999999;
      position: absolute;
      right: 20px;
      font-size: 18px; }
    ul.u_tabs li .icon-check-green.done {
      color: #02628e; }

.eval_content, .data_content, .ranking_content {
  display: none;
  opacity: 0; }
  @media (max-width: 480px) {
    .eval_content, .data_content, .ranking_content {
      padding: 0; } }
  .eval_content.current, .data_content.current, .ranking_content.current {
    display: block;
    opacity: 1; }

.organizer p {
  padding: 10px 20px;
  line-height: 24px;
  font-size: 14px; }

.intro img {
  padding: 20px 0; }
  @media (max-width: 480px) {
    .intro img {
      width: 100%; } }

.countdown_box .time_countdown {
  height: 160px;
  background: linear-gradient(115deg, #02628e, #093e5c); }
  .countdown_box .time_countdown .col-sm-12 {
    padding: 14px;
    margin: 0; }
  .countdown_box .time_countdown .col-xs-3 {
    border-radius: 5px;
    padding: 8px 0;
    margin: 0 3px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 23%; }
    @media (min-width: 768px) and (max-width: 979px) {
      .countdown_box .time_countdown .col-xs-3 {
        width: 21%; } }
    @media (min-width: 980px) {
      .countdown_box .time_countdown .col-xs-3 {
        width: 22%; } }
    @media (min-width: 1200px) {
      .countdown_box .time_countdown .col-xs-3 {
        width: 23%; } }
    .countdown_box .time_countdown .col-xs-3 p.time_des {
      margin-bottom: 0;
      font-size: 14px; }
    .countdown_box .time_countdown .col-xs-3 span.time_num {
      font-size: 32px;
      font-weight: 600;
      line-height: 1.5; }
      @media (min-width: 768px) and (max-width: 979px) {
        .countdown_box .time_countdown .col-xs-3 span.time_num {
          font-size: 26px; } }
  .countdown_box .time_countdown .info {
    padding: 0 10px; }
    .countdown_box .time_countdown .info h7 {
      color: #ffffff;
      font-size: 12px; }
.countdown_box img {
  width: 54px; }
.countdown_box h1 {
  margin: 5px auto; }
.countdown_box h5 {
  font-size: 18px; }
.countdown_box .team_info {
  padding: 10px 80px;
  display: flex;
  align-items: center; }
.countdown_box .team_img {
  flex: 4; }
.countdown_box .right_num {
  flex: 4; }
  .countdown_box .right_num h2 {
    margin: 20px 0 0 0; }
  .countdown_box .right_num p {
    font-size: 12px;
    line-height: 20px;
    margin: 0; }
.countdown_box .btn_mgs {
  padding: 10px; }

#countdown {
  padding-left: 0;
  padding-right: 0; }

.nda_popup button, .nda_popup .close {
  cursor: pointer; }

.nda_content {
  max-width: 900px; }
  @media (min-width: 980px) {
    .nda_content {
      width: 100%;
      padding: 0; } }
  @media (max-width: 480px) {
    .nda_content {
      width: auto;
      padding: 0; } }
  .nda_content .modal-header {
    padding: 15px 40px;
    display: flex; }
    .nda_content .modal-header .modal-title {
      font-weight: 600; }
    .nda_content .modal-header .close {
      position: absolute;
      right: 24px;
      font-size: 30px;
      margin-top: 0; }
  .nda_content .modal-footer {
    text-align: center; }
  .nda_content .inner {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 80px 60px 80px; }
    @media (max-width: 480px) {
      .nda_content .inner {
        padding: 30px; } }
    .nda_content .inner p {
      text-align: left; }
    .nda_content .inner h4 {
      color: #2b2b2b;
      text-align: center;
      padding: 0 0 20px 0;
      margin-bottom: 40px;
      font-weight: 600; }
    .nda_content .inner .btn-default {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      margin: 60px 0 100px 0; }
    .nda_content .inner .checkbox {
      position: relative;
      color: #02628e; }
      .nda_content .inner .checkbox input[type=checkbox] {
        display: unset;
        height: 25px;
        width: 25px;
        opacity: 0;
        z-index: -1;
        position: absolute;
        left: 50px; }
      .nda_content .inner .checkbox:last-child {
        margin-bottom: 30px; }
      .nda_content .inner .checkbox label {
        font-weight: 600;
        vertical-align: middle;
        margin: 3px 15px;
        padding-left: 0px; }
        @media (max-width: 480px) {
          .nda_content .inner .checkbox label {
            margin: 3px; } }
    .nda_content .inner .form-group {
      margin: 0 30px; }
      .nda_content .inner .form-group label {
        color: #02628e; }
      .nda_content .inner .form-group .form-control {
        border: 2px solid #02628e;
        width: 40%;
        display: initial; }

.mask {
  position: fixed;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.nda_popup {
  overflow: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9500;
  width: 900px;
  height: 80%;
  padding: 80px 100px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }
  .nda_popup .inner {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 140px; }
    .nda_popup .inner p {
      text-align: left; }
    .nda_popup .inner h4 {
      color: #2b2b2b;
      text-align: center;
      padding: 0 0 20px 0;
      margin-bottom: 40px;
      font-weight: 600; }
    .nda_popup .inner .btn-default {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      margin: 40px 0 100px 0; }
    .nda_popup .inner .checkbox {
      position: relative;
      color: #02628e;
      margin: 0 40px; }
      .nda_popup .inner .checkbox:last-child {
        margin-bottom: 30px; }
      .nda_popup .inner .checkbox label {
        font-weight: 600;
        vertical-align: middle;
        margin: 3px 15px;
        padding-left: 0px; }
  .nda_popup .close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    width: 25px;
    height: 25px; }

.fittext {
  font-weight: 600;
  padding: 16px 20px 12px 20px;
  letter-spacing: 0.5px; }

.grade_rule .col-sm-12 {
  padding: 10px; }
.grade_rule img {
  width: 100%; }
  @media (max-width: 480px) {
    .grade_rule img {
      max-height: 100px;
      padding: 10px 0;
      margin: 0 auto;
      width: auto;
      display: flex;
      flex-direction: column; } }
.grade_rule .eval_method {
  width: 400px; }
  @media (max-width: 480px) {
    .grade_rule .eval_method {
      width: 100%;
      max-height: initial; } }

section.issue_content {
  background-color: #ededed;
  padding-bottom: 100px; }
  section.issue_content .container {
    padding: 30px; }
    @media (max-width: 480px) {
      section.issue_content .container {
        padding: 20px; } }
    @media (max-width: 767px) {
      section.issue_content .container {
        padding: 20px; } }
    section.issue_content .container p {
      margin: 0 0 20px 0;
      line-height: 28px;
      word-wrap: break-word;
      word-break: normal; }
    section.issue_content .container li {
      font-size: 16px;
      margin-top: 5px;
      line-height: 28px; }
      @media (max-width: 480px) {
        section.issue_content .container li {
          word-break: break-all; } }
    section.issue_content .container .box_area {
      padding: 6px 6px 40px 6px;
      height: 100%;
      background-color: #ffffff;
      box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
      -webkit-box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
      -moz-box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
      margin-bottom: 30px; }
      section.issue_content .container .box_area h4.title {
        padding: 10px 15px; }
      section.issue_content .container .box_area p.p_text {
        padding: 10px 20px;
        line-height: 24px;
        font-size: 14px; }
      section.issue_content .container .box_area h5 {
        color: #2b2b2b;
        padding: 20px;
        font-size: 20px; }
      section.issue_content .container .box_area h6 {
        color: #919191;
        text-align: center;
        font-size: 13px;
        margin-top: 80px;
        line-height: 22px; }
      section.issue_content .container .box_area .upload_padding {
        padding-bottom: 20px; }
    section.issue_content .container .logo {
      width: 100%;
      padding: 10px 30px; }
    section.issue_content .container .time .table td, section.issue_content .container .data_content .table td {
      font-size: 16px; }
    section.issue_content .container .data_download .box_area_left {
      margin-bottom: 20px;
      padding-bottom: 20px; }
    section.issue_content .container .data_download .row {
      margin: 0;
      padding: 0; }
    section.issue_content .container .data_download .col-sm-12 {
      padding: 10px; }
    section.issue_content .container .data_download h4.title {
      margin: 10px 15px 20px 15px; }
    section.issue_content .container .data_download h7 {
      color: #919191;
      font-size: 14px; }
    section.issue_content .container .data_download a {
      text-decoration: none;
      color: #2b2b2b;
      font-weight: 600; }
    section.issue_content .container .data_download i {
      padding-right: 10px;
      padding-left: 10px;
      font-size: 20px; }
    section.issue_content .container .data_download p {
      color: #919191;
      font-size: 13px;
      padding-left: 34px;
      margin-bottom: 0; }
    section.issue_content .container .h6red h6 {
      color: #dd0000;
      font-weight: 600; }
    section.issue_content .container .file_upload {
      display: block;
      text-align: center;
      font-size: 13px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      section.issue_content .container .file_upload .btn_mgs, section.issue_content .container .file_upload .btn_mgrays {
        margin: 20px; }
      section.issue_content .container .file_upload .file_select {
        border: 2px solid #02628e;
        width: 80%;
        cursor: pointer;
        border-radius: 5px;
        line-height: 40px;
        text-align: left;
        position: relative; }
        section.issue_content .container .file_upload .file_select input[type=file] {
          z-index: 100;
          cursor: pointer;
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          opacity: 0;
          filter: alpha(opacity=0); }
        section.issue_content .container .file_upload .file_select .file_select_button {
          background: #02628e;
          padding: 0 10px;
          line-height: 40px;
          cursor: pointer;
          color: #ffffff;
          float: right; }
          section.issue_content .container .file_upload .file_select .file_select_button:hover {
            color: black;
            background: #02628e; }
        section.issue_content .container .file_upload .file_select .file_select_name {
          line-height: 40px;
          padding: 0 10px;
          color: #2b2b2b;
          cursor: pointer; }
      section.issue_content .container .file_upload .file_select_end {
        border: 2px solid #c4c4c4;
        cursor: not-allowed; }
        section.issue_content .container .file_upload .file_select_end .button_g {
          background: #c4c4c4;
          cursor: not-allowed;
          color: #ffffff; }
          section.issue_content .container .file_upload .file_select_end .button_g:hover {
            color: #ffffff;
            background: #c4c4c4; }

.billboard {
  background-color: #ffffff;
  box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.3);
  padding: 0 20px;
  border-radius: 10px;
  position: relative; }
  .billboard p {
    line-height: 24px; }
  .billboard:after, .billboard:before {
    right: 100%;
    top: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .billboard:after {
    border-right-color: #ffffff;
    border-width: 5px;
    margin-top: -5px; }
  .billboard:before {
    border-width: 9px;
    margin-top: -9px; }
  .billboard .seemore {
    background-color: transparent;
    color: #02628e;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0; }
  .billboard h5 {
    font-weight: 600;
    font-size: 16px;
    padding: 14px 0; }
  .billboard .board_list {
    border-bottom: 1px solid #919191; }
    .billboard .board_list h6 {
      font-weight: 600;
      font-size: 16px;
      margin: 20px 0 8px 0; }
    .billboard .board_list p {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 10px;
      white-space: pre-line; }
  .billboard .board_list_single {
    border-bottom: none; }

.newsboard {
  margin-bottom: 30px; }

.img_news {
  width: 100%; }

.prompt_info {
  display: flex;
  vertical-align: middle;
  margin-bottom: 20px;
  align-items: center; }

.topic_info_table {
  border: 1px solid #ddd;
  box-shadow: 2px 5px 10px rgba(43, 43, 43, 0.2); }
  .topic_info_table thead {
    background-color: #ccc; }
    .topic_info_table thead tr > th {
      padding: 6px 12px;
      border: 1px solid #ddd; }
  .topic_info_table tbody {
    background-color: #fefefe; }
    .topic_info_table tbody tr > td {
      padding: 6px 12px;
      border: 1px solid #ddd;
      font-size: 16px;
      vertical-align: middle; }
      @media (max-width: 480px) {
        .topic_info_table tbody tr > td {
          max-width: 180px;
          word-wrap: break-word; } }

.info_custom_table {
  overflow-x: auto; }
  .info_custom_table .table {
    table-layout: fixed;
    min-width: 1440px; }
  .info_custom_table thead th:nth-child(3), .info_custom_table tbody td:nth-child(3) {
    width: 22%; }
  .info_custom_table thead th:nth-child(4), .info_custom_table tbody td:nth-child(4), .info_custom_table thead th:nth-child(6), .info_custom_table tbody td:nth-child(6) {
    width: 11%; }
  .info_custom_table thead th:nth-child(5), .info_custom_table tbody td:nth-child(5), .info_custom_table thead th:nth-child(7), .info_custom_table tbody td:nth-child(7) {
    width: 15%; }

.upload_inf {
  padding: 10px 20px;
  position: relative; }
  .upload_inf h2 {
    margin: 0;
    padding: 10px 0 10px 10px; }
  .upload_inf h7 {
    font-size: 12px;
    color: #ababab; }
  .upload_inf img {
    width: 50px;
    margin: 0 10px 0 0; }
  .upload_inf input[type=checkbox] {
    display: initial;
    width: 18px;
    height: 18px;
    margin-top: 10px; }

.loading_box {
  display: none;
  padding-bottom: 10px;
  text-align: center; }
  .loading_box h6 {
    margin-top: 60px;
    font-size: 16px;
    color: #02628e; }
  .loading_box span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 35px 3px 0;
    background: #02628e;
    border-radius: 50%;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    animation: wave 2s infinite ease-in-out; }
    .loading_box span:nth-child(1) {
      animation-delay: 0s;
      -moz-animation-delay: 0s;
      -webkit-animation-delay: 0s; }
    .loading_box span:nth-child(2) {
      animation-delay: 0.1s;
      -moz-animation-delay: 0.1s;
      -webkit-animation-delay: 0.1s; }
    .loading_box span:nth-child(3) {
      animation-delay: 0.2s;
      -moz-animation-delay: 0.2s;
      -webkit-animation-delay: 0.2s; }
    .loading_box span:nth-child(4) {
      animation-delay: 0.3s;
      -moz-animation-delay: 0.3s;
      -webkit-animation-delay: 0.3s; }
    .loading_box span:nth-child(5) {
      animation-delay: 0.4s;
      -moz-animation-delay: 0.4s;
      -webkit-animation-delay: 0.4s; }

#data_upload h6, #u_report h6, #u_teaminfo h6 {
  margin-top: 0;
  margin-bottom: 0; }
#data_upload .box_area, #u_report .box_area, #u_teaminfo .box_area {
  padding-bottom: 20px; }
  #data_upload .box_area h5, #u_report .box_area h5, #u_teaminfo .box_area h5 {
    margin: 20px; }

#report .team, #teaminfo .team {
  display: flex; }
#report h7, #teaminfo h7 {
  font-weight: 600; }
#report p, #teaminfo p {
  font-size: 12px;
  color: #919191;
  margin: 0; }

#upload_error {
  display: flex;
  align-items: center; }
  #upload_error i {
    padding: 10px 16px;
    color: #dd0000; }
  #upload_error h7 {
    color: #dd0000; }

.upload_error i {
  width: initial !important;
  font-size: 25px; }

.empty_status img {
  width: 200px;
  padding: 40px 40px 20px 40px; }
.empty_status h6 {
  padding-bottom: 20px;
  color: #ababab;
  font-size: 14px; }

.upload_des h4 {
  margin-top: 40px; }

.upload_thead {
  border-bottom: 1px solid #919191;
  padding: 10px 20px;
  margin-bottom: 10px; }
  .upload_thead h5 {
    font-size: 16px;
    font-weight: 600; }

.box_area_left {
  background-color: #ffffff;
  box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
  -webkit-box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
  -moz-box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
  margin-bottom: 80px;
  min-height: 160px; }
  .box_area_left .row {
    margin: 0;
    padding: 10px; }
  .box_area_left .btn_mgs {
    margin-top: 20px; }

#report.box_area_left, #teaminfo.box_area_left {
  padding: 30px 20px; }

.upload_file_inf img {
  width: 78px;
  height: 100%;
  padding: 6px 20px; }
.upload_file_inf .col-sm-4 {
  padding-top: 22px; }

#program_box {
  padding-bottom: 6px; }

[tooltip] {
  position: relative; }
  [tooltip]::before, [tooltip]::after {
    text-transform: none;
    font-size: 14px;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0; }
  [tooltip]::before {
    content: "";
    border: 5px solid transparent;
    z-index: 1001; }
  [tooltip]::after {
    content: attr(tooltip);
    font-family: Helvetica, sans-serif;
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 0.3ch;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000; }
  [tooltip]:hover::before, [tooltip]:hover::after {
    display: block; }

[tooltip='']::before, [tooltip='']::after {
  display: none !important; }

[tooltip]:not([flow])::before, [tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333; }
[tooltip]:not([flow])::after, [tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px); }
[tooltip]:not([flow])::before, [tooltip]:not([flow])::after {
  left: 50%;
  transform: translate(-50%, -0.5em); }
[tooltip][flow^="up"]::before, [tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em); }
[tooltip]:not([flow]):hover::before, [tooltip]:not([flow]):hover::after {
  animation: tooltips-vert 300ms ease-out forwards; }
[tooltip][flow^="up"]:hover::before, [tooltip][flow^="up"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards; }
[tooltip][flow^="down"]:hover::before, [tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards; }
[tooltip][flow^="left"]:hover::before, [tooltip][flow^="left"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards; }
[tooltip][flow^="right"]:hover::before, [tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards; }

#panel-1-ctrl, #panel-2-ctrl, #myteam-ctrl, #sent_request-ctrl, #get_request-ctrl {
  opacity: 0; }

ul#tabs-list, ul#tabs-list_t {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0; }

label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #bdc3c7;
  cursor: pointer;
  background-color: #ecf0f1;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms; }
  label.panel-label:hover {
    color: #093e5c; }

.panel-radios {
  position: fixed;
  left: 50%;
  top: 10px;
  width: 20px;
  opacity: 0.5;
  z-index: 99; }
  .panel-radios:nth-child(1) {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px); }
  .panel-radios:nth-child(2) {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  .panel-radios:nth-child(3) {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  .panel-radios:nth-child(4) {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
  .panel-radios:nth-child(5) {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px); }
  .panel-radios:nth-child(6) {
    top: 30px;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    display: block; }

.tab_area {
  min-height: 300px;
  background-color: white; }
  .tab_area .container {
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .tab_area section header label.panel-label {
    padding: 12px 24px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .tab_area section main {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 600ms;
    -o-transition: opacity 600ms;
    -moz-transition: opacity 600ms;
    transition: opacity 600ms;
    overflow-y: hidden; }

#panel-1-ctrl:checked ~ #panels #panel-1 main,
#panel-2-ctrl:checked ~ #panels #panel-2 main,
#panel-3-ctrl:checked ~ #panels #panel-3 main,
#panel-4-ctrl:checked ~ #panels #panel-4 main,
#panel-5-ctrl:checked ~ #panels #panel-5 main,
#myteam-ctrl:checked ~ #panels_t #myteam main,
#sent_request-ctrl:checked ~ #panels_t #sent_request main,
#get_request-ctrl:checked ~ #panels_t #get_request main {
  max-height: initial;
  opacity: 1; }

.tab_area tr, .tab_area td, .tab_area input, #u_pick tr, #u_pick td, #u_pick input {
  vertical-align: middle; }
.tab_area th, #u_pick th {
  line-height: 30px;
  font-size: 16px; }
.tab_area .upload_inf, #u_pick .upload_inf {
  position: relative; }
.tab_area .file, #u_pick .file {
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle; }
  .tab_area .file h5, #u_pick .file h5 {
    font-size: 16px;
    margin: 0; }
  .tab_area .file h7, #u_pick .file h7 {
    font-size: 12px;
    color: #787878; }
.tab_area .name, #u_pick .name {
  font-size: 16px; }
  .tab_area .name img, #u_pick .name img {
    width: 40px;
    height: 40px; }
.tab_area .a_time, .tab_area .uploader, #u_pick .a_time, #u_pick .uploader {
  font-size: 14px;
  color: #787878; }
.tab_area .accuracy, #u_pick .accuracy {
  color: #02628e; }
.tab_area .ranking, #u_pick .ranking {
  color: #02628e; }
.tab_area .bootstrap-table, #u_pick .bootstrap-table {
  padding: 0 10px; }
.tab_area .fixed-table-container, #u_pick .fixed-table-container {
  border: none; }
  .tab_area .fixed-table-container tr, #u_pick .fixed-table-container tr {
    border-bottom: 1px solid #c4c4c4; }
  .tab_area .fixed-table-container tbody:last-of-type, #u_pick .fixed-table-container tbody:last-of-type {
    border-bottom: 2px solid #ffffff; }
  .tab_area .fixed-table-container th, .tab_area .fixed-table-container td, #u_pick .fixed-table-container th, #u_pick .fixed-table-container td {
    border: none; }

.tab_area td {
  line-height: 15px; }

#u_pick input {
  display: initial;
  width: 18px;
  height: 18px; }

.eval_table tr > th {
  font-size: 14px;
  color: #787878; }
.eval_table tr {
  background-color: #ffffff;
  vertical-align: middle; }
.eval_table .name {
  margin: 0;
  line-height: 22px;
  font-size: 16px;
  min-width: 160px;
  max-width: 190px;
  word-break: break-all; }
.eval_table .a_time {
  line-height: 22px;
  font-size: 14px;
  color: #787878; }
.eval_table .accuracy {
  color: #02628e;
  font-weight: 600; }
.eval_table .ranking {
  color: #02628e; }
  .eval_table .ranking span {
    font-size: 16px; }

.eval_table tbody tr td {
  vertical-align: middle; }
  .eval_table tbody tr td .info_wrap {
    display: none;
    padding: 10px; }
  .eval_table tbody tr td .metrics {
    margin: 0; }
    @media (min-width: 768px) and (max-width: 979px) {
      .eval_table tbody tr td .metrics {
        padding-left: 160px; } }
    @media (min-width: 980px) {
      .eval_table tbody tr td .metrics {
        padding-left: 338px; } }
    @media (min-width: 1200px) {
      .eval_table tbody tr td .metrics {
        padding-left: 422px; } }
    .eval_table tbody tr td .metrics li {
      color: #02628e;
      font-size: 14px;
      line-height: 20px;
      margin: 0;
      list-style: none; }
.eval_table tbody tr.status_info_row {
  display: none; }
  .eval_table tbody tr.status_info_row td {
    padding: 0; }
.eval_table tbody tr td.stat-indicator {
  position: relative;
  padding: 3px;
  cursor: pointer; }
  .eval_table tbody tr td.stat-indicator p {
    margin: 0px 3px;
    background-color: #fff;
    padding: 9px 6px 0 6px;
    height: 34px;
    font-weight: 600;
    font-size: 12px;
    overflow: hidden; }
  .eval_table tbody tr td.stat-indicator i {
    position: absolute;
    background: url(../images/web/arrow_2.png) 0px -24px no-repeat;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
  .eval_table tbody tr td.stat-indicator.active i {
    background: url(../images/web/arrow_2.png) 0px 0px no-repeat; }

.three_score .toggle-title i {
  position: absolute;
  background: url(../images/web/arrow_2.png) 0px -24px no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
.three_score .toggle-title.active i {
  background: url(../images/web/arrow_2.png) 0px 0px no-repeat; }
.three_score .toggle-inner {
  padding: 10px 20px;
  display: none;
  background-color: #eeeeee;
  border-radius: 3px;
  margin-top: 10px; }
  .three_score .toggle-inner p {
    font-size: 12px;
    margin: 0; }
  .three_score .toggle-inner p.score_info {
    margin: 0;
    line-height: 20px; }

#evaluation_result {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 540px; }

.no_info h6 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #919191;
  font-size: 14px; }

.files {
  position: relative;
  margin-bottom: 0; }
  .files h6 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); }
  .files .form-control {
    border: none;
    box-shadow: none; }
  .files input {
    outline: 2px dashed #be83b0;
    outline-offset: -10px;
    -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    padding: 140px 0px 120px 35%;
    margin: 0;
    width: 100%;
    color: #8f326d; }
    .files input:focus {
      outline: 2px dashed #be83b0;
      outline-offset: -10px;
      -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
      transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear; }
  .files:after {
    pointer-events: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 120px;
    right: 0;
    height: 120px;
    content: "";
    background: url(../images/web/program_upload.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat; }
  .files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 84px;
    content: "或將檔案拖曳到這裡";
    display: block;
    margin: 0 auto;
    color: #333333;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center; }

.program_upload_end {
  outline: 2px dashed #999999;
  outline-offset: -10px;
  padding: 140px 0px 120px 35%; }
  .program_upload_end:after {
    background: url(../images/web/program_upload_ed.png);
    background-size: 100%;
    background-repeat: no-repeat; }
  .program_upload_end:before {
    content: "非上傳時間";
    bottom: 20px; }

.program_loading {
  outline: 2px dashed #be83b0;
  outline-offset: -10px;
  padding: 40px 0px 175px 45%;
  display: flex; }
  .program_loading:after {
    background: none; }
  .program_loading:before {
    content: "程式上傳中....";
    bottom: 40px; }
  .program_loading .btn_mge {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 38px;
    width: 130px;
    line-height: 20px;
    bottom: 40px; }

.score_table tr, .score_table td, .score_table input {
  vertical-align: middle; }
.score_table th {
  line-height: 30px;
  font-size: 16px; }
.score_table td {
  padding: 12px;
  line-height: 15px; }
.score_table .th-inner.sortable.both {
  color: #2b2b2b;
  font-size: 16px; }
.score_table .a_time {
  font-size: 12px;
  color: #787878; }
.score_table .name {
  font-size: 16px;
  margin: 0;
  line-height: 22px; }
.score_table .accuracy {
  color: #008BD5; }
.score_table input {
  display: initial;
  width: 18px;
  height: 18px; }
.score_table i {
  width: 18px;
  position: relative; }
.score_table .fa-li {
  left: 0; }
.score_table .file {
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle; }
  .score_table .file h5 {
    font-size: 16px;
    margin: 0; }
  .score_table .file h7 {
    font-size: 12px;
    color: #787878; }
  .score_table .file .ranking {
    color: #AE4283; }

#u_pick .bootstrap-table {
  padding: 0 10px; }
#u_pick .fixed-table-container {
  border: none; }
  #u_pick .fixed-table-container tr {
    border-bottom: 1px solid #c4c4c4; }
  #u_pick .fixed-table-container tbody:last-of-type {
    border-bottom: 2px solid #fff; }
  #u_pick .fixed-table-container th {
    border: none; }
#u_pick.fixed-table-container td {
  border: none; }

.ranking_content thead th {
  font-size: 14px;
  color: #787878; }
.ranking_content th, .ranking_content .ranking_right, .ranking_content .ranking_num, .ranking_content .ranking_left, .ranking_content .name {
  line-height: 30px;
  font-size: 16px; }
.ranking_content .time, .ranking_content .submit_time {
  line-height: 30px;
  font-size: 14px;
  color: #787878;
  font-weight: initial; }
.ranking_content .submit_time, .ranking_content .ranking_num {
  text-align: center; }
.ranking_content .ranking_right {
  text-align: right; }
.ranking_content .col_team_name {
  min-width: 230px;
  max-width: 330px; }
  @media (max-width: 480px) {
    .ranking_content .col_team_name {
      width: initial;
      min-width: initial;
      max-width: initial; } }

.my_team_rank {
  background-color: rgba(231, 238, 246, 0.3); }

.icon-jiantou31 {
  color: #008735;
  font-size: 24px !important;
  vertical-align: bottom; }

.icon-jiantou32 {
  color: #e23b2c;
  font-size: 24px !important;
  vertical-align: bottom; }

.icon-hidden {
  color: transparent; }

.ranking_table {
  width: 95.8%;
  min-height: 600px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .ranking_table {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .ranking_table {
      width: 93.7%; } }
  @media (min-width: 980px) {
    .ranking_table {
      width: 95.2%; } }
  @media (min-width: 1200px) {
    .ranking_table {
      width: 95.8%; } }

#o_panel-1-ctrl, #o_panel-2-ctrl {
  opacity: 0; }

#o_panel-1-ctrl:checked ~ #o_panels #o_panel-1 main,
#o_panel-2-ctrl:checked ~ #o_panels #o_panel-2 main {
  max-height: initial;
  opacity: 1; }

ul#o_tabs-list {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0; }

@media (min-width: 768px) {
  #o_panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1,
  #o_panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    -moz-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none; }
    #o_panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last,
    #o_panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
      border-right: 1px solid transparent; }
    #o_panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li,
    #o_panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
      border-left: 1px solid #dfdfdf; }
    #o_panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label,
    #o_panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
      background-color: white;
      color: #093e5c; }
      #o_panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after,
      #o_panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
        height: 6px; }

  #o_tabs-list li {
    width: 49.3%; } }
  @media (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
    #o_tabs-list li {
      width: 49.2%; } }

@media (min-width: 768px) {
  #o_tabs-list_t li {
    width: 32.6%; }

  ul#o_tabs-list, ul#o_tabs-list_t {
    text-align: center;
    padding: 23px; }
    ul#o_tabs-list li, ul#o_tabs-list_t li {
      display: inline-block;
      text-align: center;
      font-size: 0.875em;
      box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
      border-right: 1px solid #dfdfdf;
      position: relative;
      float: left;
      margin-right: 5px; }
      ul#o_tabs-list li:hover, ul#o_tabs-list_t li:hover {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none;
        border-right: none; }
        ul#o_tabs-list li:hover.last, ul#o_tabs-list_t li:hover.last {
          border-right: 1px solid transparent; }
        ul#o_tabs-list li:hover + li, ul#o_tabs-list_t li:hover + li {
          border-left: 1px solid #dfdfdf; }
      ul#o_tabs-list li label.panel-label, ul#o_tabs-list_t li label.panel-label {
        position: relative;
        padding: 12px 0;
        margin-bottom: 0; }
        ul#o_tabs-list li label.panel-label::after, ul#o_tabs-list_t li label.panel-label::after {
          content: "";
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 100%;
          background-color: #093e5c;
          height: 0;
          -webkit-transition-property: height;
          -o-transition-property: height;
          -moz-transition-property: height;
          transition-property: height;
          -webkit-transition-duration: 200ms;
          -moz-transition-duration: 200ms;
          -o-transition-duration: 200ms;
          transition-duration: 200ms; }

  #o_panel-1-ctrl:checked ~ #o_tabs-list #o_li-for-panel-1,
  #o_panel-2-ctrl:checked ~ #o_tabs-list #o_li-for-panel-2 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    -moz-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none; }
    #o_panel-1-ctrl:checked ~ #o_tabs-list #o_li-for-panel-1.last,
    #o_panel-2-ctrl:checked ~ #o_tabs-list #o_li-for-panel-2.last {
      border-right: 1px solid transparent; }
    #o_panel-1-ctrl:checked ~ #o_tabs-list #o_li-for-panel-1 + li,
    #o_panel-2-ctrl:checked ~ #o_tabs-list #o_li-for-panel-2 + li {
      border-left: 1px solid #dfdfdf; }
    #o_panel-1-ctrl:checked ~ #o_tabs-list #o_li-for-panel-1 label.panel-label,
    #o_panel-2-ctrl:checked ~ #o_tabs-list #o_li-for-panel-2 label.panel-label {
      background-color: white;
      color: #093e5c; }
      #o_panel-1-ctrl:checked ~ #o_tabs-list #o_li-for-panel-1 label.panel-label::after,
      #o_panel-2-ctrl:checked ~ #o_tabs-list #o_li-for-panel-2 label.panel-label::after {
        height: 6px; }

  #o_open-nav-label, #o_close-nav-label {
    display: none; }

  #o_r_public td, #o_r_private td {
    vertical-align: middle; }
  #o_r_public th, #o_r_public .time, #o_r_public .submit_time, #o_r_private th, #o_r_private .time, #o_r_private .submit_time {
    font-size: 14px;
    line-height: 20px; }
  #o_r_public .ranking_num, #o_r_private .ranking_num {
    font-size: 14px;
    line-height: 20px;
    text-align: center; }
  #o_r_public .name, #o_r_private .name {
    font-size: 15px;
    line-height: 20px; }
  #o_r_public th.p0, #o_r_private th.p0 {
    padding: 8px; } }
#merge_info {
  margin-bottom: 50px; }
  #merge_info .nav > li > a:hover {
    background-color: #fff; }
  #merge_info .nav-tabs {
    box-sizing: border-box;
    border-bottom: none; }
    #merge_info .nav-tabs li {
      border-bottom: none;
      margin-right: 8px;
      background-color: #ffffff; }
      #merge_info .nav-tabs li a {
        margin-right: 0; }
      #merge_info .nav-tabs li a, #merge_info .nav-tabs li a:focus, #merge_info .nav-tabs li a:hover {
        border: none;
        background-color: none;
        color: #333;
        padding: 10px 30px; }
    #merge_info .nav-tabs li.active {
      border-top: 4px solid #02628e;
      margin-bottom: -1px;
      border-bottom: 1px solid #ffffff; }
    #merge_info .nav-tabs li.disabled {
      background-color: #dedede; }
      #merge_info .nav-tabs li.disabled a:hover {
        background-color: #dedede;
        cursor: default; }
  #merge_info .tab-content {
    background-color: #ffffff;
    box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
    -webkit-box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
    -moz-box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
    padding: 20px; }
  #merge_info .leaderboard_inf {
    font-size: 14px;
    margin: 15px 10px;
    color: #5e5e5e; }
  #merge_info .btn_mye {
    height: 40px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600; }
  #merge_info .btn_sye {
    float: right;
    height: 38px;
    line-height: 26px;
    padding: 4px 10px;
    font-size: 16px; }
  #merge_info .s_btn_mye, #merge_info .s_btn_sye {
    height: 34px;
    line-height: 20px;
    margin-right: 6px;
    font-size: 14px; }
  #merge_info #agree_btn, #merge_info #save {
    height: 36px;
    line-height: 20px;
    margin-right: 6px;
    font-size: 14px; }

#merge_info .num {
  line-height: 19px;
  cursor: default;
  top: 28%;
  right: 8%;
  background-color: rgba(255, 76, 19, 0.9); }
#merge_info #num_noti {
  padding: 10px 36px; }

#myteam .col-sm-12 {
  padding: 10px 0 8px 30px; }
  @media (max-width: 480px) {
    #myteam .col-sm-12 {
      padding: 10px 0 0 0; } }
  @media (min-width: 980px) {
    #myteam .col-sm-12 {
      padding: 10px; } }

.team_member_list {
  display: flex;
  align-items: center;
  padding: 10px; }

.team_name_input {
  padding: 0 5px;
  height: 36px;
  margin-left: 18px;
  border-radius: 5px;
  width: 90%; }
  @media (max-width: 480px) {
    .team_name_input {
      margin-left: 0;
      width: 100%;
      margin-bottom: 10px; } }

.team_member_name {
  display: flex;
  align-items: center; }
  .team_member_name img {
    width: 40px;
    height: 40px; }
  .team_member_name h6 {
    font-size: 16px;
    padding-left: 10px; }

.iam_leader h6 {
  font-size: 16px;
  color: #02628e;
  font-weight: 600; }

.myteam_inf p {
  font-size: 14px;
  color: #5e5e5e; }

#merge_team form, #merge_team_member form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
#merge_team p, #merge_team_member p {
  font-size: 12px;
  color: #2b2b2b;
  margin: 0;
  line-height: 20px;
  padding: 36px 40px 0 40px; }

.merge_input {
  height: 36px;
  border-radius: 5px;
  margin: 20px 0;
  padding: 5px;
  width: 80%; }

.sent_request_list, .get_request_list {
  display: flex;
  align-items: center;
  padding: 8px 0; }
  @media (max-width: 480px) {
    .sent_request_list, .get_request_list {
      display: block; } }
  .sent_request_list img, .get_request_list img {
    width: 40px;
    height: 40px; }
  .sent_request_list h6, .get_request_list h6 {
    font-size: 16px;
    padding-left: 10px; }
  .sent_request_list .col-sm-4, .get_request_list .col-sm-4 {
    display: flex;
    align-items: center; }
    @media (max-width: 480px) {
      .sent_request_list .col-sm-4, .get_request_list .col-sm-4 {
        padding: 6px 2px; } }
  .sent_request_list h7, .get_request_list h7 {
    font-size: 12px;
    color: #787878; }
  .sent_request_list .reject, .get_request_list .reject {
    margin-right: 4px; }
  .sent_request_list .sent_request_reply, .sent_request_list .sent_request_merged, .get_request_list .sent_request_reply, .get_request_list .sent_request_merged {
    color: #02628e;
    font-size: 16px;
    float: right;
    width: 88px;
    text-align: center;
    font-weight: 600; }
  .sent_request_list .sent_request_status, .get_request_list .sent_request_status {
    justify-content: center; }
    @media (max-width: 480px) {
      .sent_request_list .sent_request_status, .get_request_list .sent_request_status {
        justify-content: initial; } }
  .sent_request_list .sent_request_merged, .get_request_list .sent_request_merged {
    color: #2b2b2b; }

.message_list {
  height: 100%;
  margin-bottom: 10px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
  -webkit-box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2);
  -moz-box-shadow: 2px 2px 4px 0px rgba(43, 43, 43, 0.2); }
  .message_list .row {
    margin: 0; }
  .message_list span {
    color: #919191;
    font-size: 12px;
    padding-left: 10px; }
  .message_list:hover .delete {
    opacity: 1; }
  .message_list:last-child {
    margin-bottom: 100px; }

.message_personal {
  padding: 10px;
  display: flex;
  align-items: center;
  align-content: center; }
  .message_personal .col-sm-1 {
    padding: 0; }
    .message_personal .col-sm-1 img {
      width: 100%;
      padding: 4px;
      margin-left: 6px; }
  .message_personal .col-sm-2 {
    display: flex;
    align-items: center; }
  .message_personal .number {
    color: #02628e;
    font-size: 12px; }
  .message_personal .heart {
    width: 25px;
    cursor: pointer; }
  .message_personal .icon-love {
    color: #E3E3E3;
    cursor: pointer;
    transition: all 250ms ease;
    font-size: 22px; }
  .message_personal .anim {
    color: #e74c3c;
    animation: hearted 0.6s 1; }
  .message_personal .delete {
    color: #d3d3d3;
    opacity: 0;
    transition-duration: 0.5s;
    cursor: pointer;
    padding-right: 12px; }

.message_content {
  padding-bottom: 20px; }
  .message_content .col-sm-1 {
    padding: 0; }
  .message_content .floor p {
    color: #919191;
    font-size: 14px; }
  .message_content .m_content p {
    line-height: 20px;
    font-size: 14px; }

.message_content_none {
  height: 98px; }
  .message_content_none p {
    color: #919191;
    font-size: 14px;
    padding-top: 40px; }

.message_upload {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .message_upload h4 {
    padding: 15px 0 15px 40px;
    text-align: left;
    margin: 0 0 30px 0;
    font-weight: 600;
    font-size: 20px; }
  .message_upload h5 {
    padding: 20px; }
  .message_upload label {
    display: none; }
  .message_upload #submit_message {
    margin: 10px 0 0 75%; }
  .message_upload .textarea {
    padding-right: 10px; }
  .message_upload .close {
    padding: 15px 20px 0 0; }
  .message_upload textarea {
    width: 85%;
    height: 200px;
    padding: 10px 10px;
    border: 1px solid #919191;
    margin: 0 7% 10px 7%; }
  .message_upload .modal-dialog {
    top: 30%; }

.admin_setting_list {
  display: flex;
  align-items: center; }
  .admin_setting_list .wrapper {
    width: 80%;
    padding: 40px; }
  .admin_setting_list input#submit {
    float: right; }

.admin_menu .container {
  padding-top: 20px; }
.admin_menu .col-sm-10 {
  padding-bottom: 140px; }

.permission_manage .bootstrap-table {
  padding-top: 20px; }
.permission_manage .table_scroll {
  overflow-x: scroll; }

.form_select {
  width: 100%;
  max-width: 70%; }

.permission_manage .profile_middle .container {
  width: 100%; }

.manage_sidebar li {
  padding: 10px;
  text-align: center; }

section.management {
  width: 1240px;
  height: 100%;
  background-color: #ffffff;
  margin: 0 auto; }
  section.management .management_wrapper {
    width: 1140px;
    height: 1000px;
    padding: 10px 0 80px 0;
    margin: 0 auto; }
  section.management .management_left {
    width: 178px;
    margin-top: 30px;
    float: left;
    border: 1px solid #919191; }
    section.management .management_left a {
      text-decoration: none;
      color: #2b2b2b; }
    section.management .management_left h6 {
      font-weight: 600;
      padding: 15px;
      color: #2b2b2b;
      font-size: 16px;
      margin: 0;
      cursor: pointer; }
      section.management .management_left h6:hover, section.management .management_left h6:active {
        background-color: #02628e;
        color: #ffffff; }
    section.management .management_left hr {
      margin: 0;
      border-top: 1px solid #919191; }
  section.management .management_right {
    width: 920px;
    float: right;
    margin-left: 40px; }
    section.management .management_right a {
      color: #02628e; }

.statistics_issue {
  margin: 20px; }
  .statistics_issue h8 {
    position: absolute;
    right: 90px;
    top: 45px;
    color: #ababab;
    font-size: 12px; }
  .statistics_issue #issue_overview .statistics_box {
    width: 24%;
    height: 150px;
    display: inline-block;
    color: #ffffff;
    margin: 10px 4px 20px 0;
    padding: 20px;
    border-radius: 5px;
    position: relative; }
    .statistics_issue #issue_overview .statistics_box:nth-child(2), .statistics_issue #issue_overview .statistics_box:nth-child(6) {
      background: #5CCBD2; }
    .statistics_issue #issue_overview .statistics_box:nth-child(3), .statistics_issue #issue_overview .statistics_box:nth-child(7) {
      background: #4BAABB; }
    .statistics_issue #issue_overview .statistics_box:nth-child(4), .statistics_issue #issue_overview .statistics_box:nth-child(8) {
      background: #3781A0; }
    .statistics_issue #issue_overview .statistics_box:nth-child(5), .statistics_issue #issue_overview .statistics_box:nth-child(9) {
      background: #2C6B91; }
    .statistics_issue #issue_overview .statistics_box h3 {
      margin-top: 5px; }
    .statistics_issue #issue_overview .statistics_box .o_line {
      position: absolute;
      width: 100%;
      top: 0;
      right: 0; }
      .statistics_issue #issue_overview .statistics_box .o_line polyline {
        fill: rgba(255, 255, 255, 0.4);
        stroke: #ffffff;
        stroke-width: 2px; }
  .statistics_issue #personal_ranking, .statistics_issue #personal_private_ranking {
    width: 870px;
    margin: 20px 20px 40px 15px;
    font-size: 14px; }
  .statistics_issue #school_view_ranking, .statistics_issue #school_download_ranking, .statistics_issue #school_upload_ranking, .statistics_issue #school_attend_ranking {
    height: 350px;
    margin: 40px 20px 80px 0; }
    .statistics_issue #school_view_ranking .highcharts-title, .statistics_issue #school_download_ranking .highcharts-title, .statistics_issue #school_upload_ranking .highcharts-title, .statistics_issue #school_attend_ranking .highcharts-title {
      display: none; }
  .statistics_issue #issue_upload_record .row {
    position: relative; }
  .statistics_issue #upload_record_wrapper {
    font-size: 14px;
    margin: 20px 0 0 20px;
    width: 870px; }

#upload_record_filter, #upload_record_length {
  width: 400px;
  display: inline-block; }

svg#search {
  width: 40px;
  stroke: #02628e;
  stroke-width: 2px;
  position: absolute;
  right: 22px;
  top: 22px;
  cursor: pointer; }
  svg#search circle {
    fill: none; }

.permission {
  width: 1240px;
  height: 100%;
  margin: 0 auto; }

.manage_sidebar {
  z-index: 10;
  float: left; }

.permission_manage {
  height: 100%;
  margin-bottom: 100px; }
  .permission_manage .container .bootstrap-table {
    height: 100%; }
  .permission_manage .table_scroll {
    overflow-x: scroll; }

.moe_title {
  font-weight: 600;
  padding-top: 50px;
  margin-bottom: 0; }

.moe_facebook {
  padding: 40px; }
  .moe_facebook img {
    width: 100%; }

.moe_organization {
  padding: 40px; }
  @media (max-width: 480px) {
    .moe_organization {
      padding: 0; } }
  .moe_organization img {
    padding: 40px;
    height: 100%;
    width: 100%; }
    @media (max-width: 480px) {
      .moe_organization img {
        padding: 20px 0; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .moe_organization img {
        padding: 20px 0; } }

.award_board img {
  width: 100%;
  padding: 40px 20px; }
  @media (max-width: 480px) {
    .award_board img {
      padding: 40px; } }

.award_title {
  font-weight: 600;
  color: #1e6580; }
  @media (max-width: 480px) {
    .award_title {
      margin-bottom: 40px; } }

.aicup_org img {
  width: 250px;
  margin: 30px 0; }

.aicup_org_2020 img {
  width: 220px;
  margin: 30px 0; }
  @media (min-width: 980px) {
    .aicup_org_2020 img {
      margin: 15px 0; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .aicup_org_2020 img {
      margin: 30px 10px; } }
.aicup_org_2020 .col-md-6 img {
  width: 176px;
  padding: 10px 5px; }
  @media (max-width: 480px) {
    .aicup_org_2020 .col-md-6 img {
      width: 220px;
      padding: 0;
      margin: 20px 0; } }

.aicup_inf h2 {
  display: inline-block;
  vertical-align: sub;
  padding: 40px 0 60px 0; }
  @media (max-width: 480px) {
    .aicup_inf h2 {
      padding: 20px 0; } }
@media (max-width: 480px) {
  .aicup_inf h2.fb_title {
    font-size: 26px; } }
@media (min-width: 768px) and (max-width: 979px) {
  .aicup_inf h2.fb_title {
    font-size: 26px; } }
@media (max-width: 480px) {
  .aicup_inf img {
    width: 100%; } }
.aicup_inf .logo_fb {
  width: 60px;
  padding: 10px;
  display: inline-block; }

.issue_list_mango {
  width: 100%;
  padding: 30px; }

.icip h1 {
  font-weight: 600;
  text-align: center; }
.icip h6 {
  line-height: 30px; }
.icip hr {
  height: 4px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #02628e;
  margin: 0 auto;
  margin-bottom: 30px;
  border: 0; }
.icip ul li {
  line-height: 30px; }
.icip i {
  color: #ff4c13;
  margin: 0 10px;
  font-size: 30px; }
.icip .date {
  color: #02628e;
  min-width: 120px;
  padding: 0 12px; }
.icip .b_title {
  font-weight: 600;
  font-size: 28px;
  color: #2b2b2b; }
.icip .col-sm-6 {
  margin-top: 40px; }
@media (min-width: 980px) {
  .icip .col-lg-4 {
    margin-top: 80px; } }

.entrance {
  margin: 40px auto 60px auto; }
  .entrance .btn_lys {
    font-size: 24px;
    height: 52px;
    line-height: 40px;
    margin: 20px auto; }
  .entrance p {
    max-width: 500px;
    margin: 0 auto;
    line-height: 20px;
    color: #999;
    font-weight: 500; }

.icip_title h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  margin-top: 40px; }
  @media (max-width: 480px) {
    .icip_title h1 {
      width: 340px;
      margin: auto; } }
.icip_title h2 {
  color: #ffffff;
  font-size: 24px; }

.icip_logo {
  width: 100%; }
  .icip_logo img {
    width: 500px;
    padding: 20px; }
    @media (max-width: 480px) {
      .icip_logo img {
        width: 400px; } }

.icip_host {
  width: 100%;
  padding: 20px; }

.icip_footer {
  min-height: 270px; }
  .icip_footer img {
    width: 170px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.icip_enter_btn {
  font-size: 22px;
  margin: 0;
  margin-bottom: 12px; }

.mango_banner {
  background-image: url(../images/web/banner_mango.png);
  width: 100%;
  height: 750px;
  background-size: cover;
  background-position: top -87px center; }
  @media (max-width: 480px) {
    .mango_banner {
      height: 640px;
      background-position: center; } }
  @media (max-width: 767px) {
    .mango_banner {
      background-position: center; } }
  .mango_banner h1 {
    color: #2b2b2b;
    font-size: 42px;
    letter-spacing: 2px;
    line-height: 52px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .mango_banner h1 {
        margin: 0;
        padding: 0 40px; } }
  .mango_banner .aicup_logo {
    width: 100%; }
    .mango_banner .aicup_logo img {
      width: 240px;
      padding: 20px; }
      @media (max-width: 480px) {
        .mango_banner .aicup_logo img {
          width: 200px;
          padding: 60px 20px 40px 20px; } }
      @media (min-width: 768px) and (max-width: 979px) {
        .mango_banner .aicup_logo img {
          padding: 40px; } }

.aicup_mango h6 {
  font-weight: 500; }
.aicup_mango h1 {
  font-weight: 500;
  text-align: center;
  font-size: 36px; }
.aicup_mango hr {
  margin-bottom: 40px; }
.aicup_mango .info_text {
  font-size: 14px;
  color: #666666;
  padding: 0 70px; }
.aicup_mango .col-lg-4 {
  margin-top: 10px;
  margin-bottom: 80px; }
.aicup_mango .topic_info_table {
  height: 240px;
  margin-bottom: 60px; }
  .aicup_mango .topic_info_table td {
    text-align: center;
    vertical-align: middle; }
.aicup_mango .decimal {
  list-style-type: decimal; }
.aicup_mango .new_features:nth-child(odd):after {
  background-image: linear-gradient(225deg, #dfe9f3 0%, white 100%); }
.aicup_mango .new_features .container {
  display: block; }
.aicup_mango .new_features .eval {
  padding: 0 200px; }
  @media (max-width: 480px) {
    .aicup_mango .new_features .eval {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 767px) {
    .aicup_mango .new_features .eval {
      padding-right: 15px;
      padding-left: 15px; } }
.aicup_mango .aicup_host {
  width: 100%;
  padding: 20px 20px 80px 20px; }
  @media (max-width: 480px) {
    .aicup_mango .aicup_host {
      padding: 0; } }
  @media (max-width: 767px) {
    .aicup_mango .aicup_host {
      padding: 0; } }
.aicup_mango svg {
  width: 40px; }
.aicup_mango .c_blue circle {
  fill: #008bd5; }
.aicup_mango .c_black circle {
  fill: #093e5c; }
.aicup_mango .color_blue {
  color: #008bd5; }
.aicup_mango .color_black {
  color: #093e5c; }
.aicup_mango .color_black_right {
  color: #093e5c;
  text-align: right; }
.aicup_mango .timeline {
  margin-top: 80px; }
  @media (max-width: 480px) {
    .aicup_mango .timeline {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .aicup_mango .timeline {
      margin-top: 20px; } }
  .aicup_mango .timeline th {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    font-size: 22px;
    padding: 40px;
    vertical-align: middle; }
  .aicup_mango .timeline td {
    padding: 6px 12px;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    vertical-align: middle; }
.aicup_mango .table_column {
  display: table-column; }
.aicup_mango .time_left {
  color: #093e5c;
  text-align: right; }
.aicup_mango .time_right {
  color: #008bd5; }
.aicup_mango .title_left {
  color: #093e5c;
  text-align: center; }
.aicup_mango .title_right {
  color: #008bd5;
  text-align: center; }

.doctor_banner {
  background-image: url(../images/web/banner_doctor.png); }

.icip .btn_mgrays {
  width: 280px;
  height: 48px;
  line-height: 33px;
  background: linear-gradient(112deg, #c4c4c4, #c4c4c4);
  cursor: default; }

.info_pic {
  width: 460px; }
  @media (max-width: 480px) {
    .info_pic {
      width: 100%; } }

.ccr {
  padding: 30px 40px 60px 40px; }
  .ccr img {
    width: 100%; }
  .ccr h6.h6size {
    background-color: #1e6580;
    margin: 10px 0;
    padding: 14px 20px;
    font-size: 16px;
    color: #ffffff;
    display: inline-block; }
  .ccr .hr {
    width: 95%;
    border-bottom: 1px solid #919191; }
  .ccr .ccr_company {
    display: flex;
    align-items: center;
    padding: 30px; }
    @media (max-width: 480px) {
      .ccr .ccr_company {
        display: block;
        padding: 0; } }
    .ccr .ccr_company p {
      padding: 20px; }
      @media (max-width: 480px) {
        .ccr .ccr_company p {
          padding: 10px;
          word-wrap: break-word; } }
    .ccr .ccr_company i {
      padding: 0 10px; }
    .ccr .ccr_company .topic_info_table {
      margin: -20px 20px 0 20px; }
  @media (max-width: 480px) {
    .ccr .logo_color {
      padding: 30px; } }
  @media (max-width: 480px) {
    .ccr .logo_bw {
      padding: 20px 50px; } }

.section_top_topic {
  background-color: #F7F8F9; }

.topic_menu {
  background-color: #F7F8F9; }
  .topic_menu .col-sm-2 {
    background-color: #F7F8F9;
    padding: 0; }
  .topic_menu .col-sm-10 .save {
    position: absolute;
    right: 26px;
    top: 14px;
    background-color: #093e5c;
    height: 36px;
    font-size: 15px; }
  .topic_menu .col-sm-10 .add {
    position: absolute;
    right: 0;
    top: 40px;
    border-radius: 5px;
    background-color: #093e5c;
    height: 44px;
    font-size: 15px; }
    .topic_menu .col-sm-10 .add:focus {
      color: #ffffff; }
  .topic_menu .preview {
    background-color: #00C3C7; }
    .topic_menu .preview a {
      color: #ffffff;
      text-decoration: none; }
    .topic_menu .preview h6 {
      padding: 25px 30px;
      margin: 0;
      margin-bottom: 5px;
      font-size: 16px; }
    .topic_menu .preview .icon-preview {
      font-size: 18px;
      padding: 8px;
      vertical-align: top; }
  .topic_menu .left_menu {
    background-color: #E0ECF3;
    min-height: 140vh; }
    .topic_menu .left_menu li {
      list-style-type: none;
      padding: 16px 30px;
      background-color: #E0ECF3;
      position: relative;
      cursor: pointer; }
      .topic_menu .left_menu li:hover {
        transition: 0.5s;
        background-color: rgba(9, 62, 92, 0.2); }
      .topic_menu .left_menu li.current {
        transition: 0.5s;
        background-color: #093e5c; }
        .topic_menu .left_menu li.current a {
          color: #ffffff; }
    .topic_menu .left_menu a {
      text-decoration: none;
      color: #093e5c;
      font-size: 16px; }
    .topic_menu .left_menu hr {
      border-top: 1px solid #093e5c;
      width: 90%; }
    .topic_menu .left_menu .icon-triangle {
      font-size: 21px;
      position: absolute;
      top: 14px;
      right: 30px;
      color: #FCCA00; }
    .topic_menu .left_menu .icon-exclamation {
      font-size: 10px;
      color: #ffffff;
      position: absolute;
      top: 22px;
      right: 36px; }

h4.m_title {
  padding: 10px 140px 0 20px; }

@media (min-width: 768px) and (max-width: 979px) {
  #topic_management {
    padding: 10px 10px 150px 10px; } }
#topic_management .row {
  margin: 0; }
#topic_management .tab_area {
  background-color: transparent; }
#topic_management main {
  padding: 0; }
#topic_management label.panel-label {
  color: #093e5c;
  cursor: pointer;
  background-color: #E0ECF3; }
#topic_management .box_area {
  background-color: #ffffff;
  padding: 40px 60px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 4px 0 rgba(43, 43, 43, 0.2);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(43, 43, 43, 0.2);
  -moz-box-shadow: 2px 2px 4px 0 rgba(43, 43, 43, 0.2); }
  #topic_management .box_area .col-sm-2 {
    background-color: transparent; }

.btn_yes_no input {
  display: none !important; }
.btn_yes_no label {
  display: inline-block;
  width: 63px;
  height: 30px;
  border-radius: 18px;
  position: relative;
  padding: 0;
  border: none;
  color: #6b7381;
  background: #bdc1c8; }
  .btn_yes_no label:focus, .btn_yes_no label.focus, .btn_yes_no label:focus.active, .btn_yes_no label.focus.active {
    outline: none; }
  .btn_yes_no label .handle {
    position: absolute;
    top: 5px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: #fff;
    transition: left 0.25s;
    border-radius: 50%; }
.btn_yes_no input:checked + label {
  background-color: #02628e;
  transition: background-color 0.25s; }
  .btn_yes_no input:checked + label .handle {
    left: 40px;
    transition: left 0.25s; }
    .btn_yes_no input:checked + label .handle:before {
      opacity: 0; }
    .btn_yes_no input:checked + label .handle:after {
      opacity: 1; }
.btn_yes_no .btn_inside:before, .btn_yes_no .btn_inside:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.9rem;
  width: 1.8rem; }
.btn_yes_no .btn_inside:before {
  text-align: right;
  content: "否"; }
.btn_yes_no .btn_inside:after {
  text-align: left;
  opacity: 0;
  content: "是"; }
.btn_yes_no .btn_inside.active:before {
  opacity: 0; }
.btn_yes_no .btn_inside.active:after {
  opacity: 1; }

.m_label {
  color: #333333;
  font-weight: 500;
  display: block; }
  .m_label span {
    font-size: 12px;
    color: #787878;
    padding-left: 10px; }
  .m_label p {
    font-size: 12px;
    color: #787878;
    margin-bottom: 20px; }

.on_off .col-sm-12 {
  padding: 8px 0;
  display: flex;
  align-items: center; }
.on_off label {
  font-weight: 500;
  color: #333333; }
.on_off select {
  height: 36px;
  width: 100%;
  font-size: 16px;
  color: #333333; }

.topic_m_filed {
  padding: 10px 0 30px 0;
  position: relative; }
  .topic_m_filed input {
    height: 44px;
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #919191;
    padding: 10px 20px;
    height: 44px; }
  .topic_m_filed input::placeholder {
    color: #787878;
    font-size: 14px; }
  .topic_m_filed select {
    width: 100%;
    display: block;
    font-size: 16px;
    background-color: #ffffff;
    color: #333333;
    border-radius: 4px;
    border: 1px solid #919191;
    padding: 10px 20px;
    height: 44px; }
  .topic_m_filed span {
    font-size: 12px;
    color: #787878;
    padding-left: 10px; }
  .topic_m_filed .half_filed {
    width: 40%; }
  .topic_m_filed .display_inline {
    display: inline-block; }

.company_logo {
  width: 260px;
  min-height: 130px;
  border: 1px solid #a9a9a9;
  background-color: #e5e5e5;
  margin-top: 10px; }

.thumbnail {
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 10px 0 80px 0; }
  .thumbnail .btn_sys {
    width: 100px;
    height: 36px;
    float: right;
    background-color: #093e5c;
    font-size: 15px; }
  .thumbnail .col-sm-10 {
    padding: 0; }

.big_pic {
  width: 650px;
  height: 260px;
  border: 1px solid #a9a9a9;
  background-color: #e5e5e5;
  padding: 0; }

.small_pic {
  width: 300px;
  height: 180px;
  border: 1px solid #a9a9a9;
  background-color: #e5e5e5;
  padding: 0; }

.topic_data .upload_data {
  position: relative;
  width: 700px;
  height: 100px;
  padding: 10px;
  margin: 20px 10px;
  text-align: center;
  cursor: pointer;
  border: 2px dashed #999999;
  border-radius: 4px; }
.topic_data #upload_input {
  display: none; }
.topic_data .upload_icon {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  position: absolute;
  left: 48%;
  top: 51%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center; }
.topic_data .icon-clouddownload-fill {
  padding: 0 10px;
  font-size: 24px; }
.topic_data .delAvatar {
  position: absolute;
  right: 2px;
  top: 2px; }

.download_file_inf {
  display: flex;
  align-items: center;
  padding: 4px; }
  .download_file_inf .col-sm-10 {
    display: flex; }
  .download_file_inf .iconfont {
    color: #444444; }
  .download_file_inf .icon-csv, .download_file_inf .icon-zip1, .download_file_inf .icon-avatar, .download_file_inf .icon-paperclip {
    font-size: 38px;
    padding-right: 13px; }
  .download_file_inf .icon-delete2 {
    font-size: 22px;
    color: #bbbbbb; }
    .download_file_inf .icon-delete2:hover {
      color: #aaaaaa; }
  .download_file_inf .icon-download {
    font-size: 20px;
    color: #bbbbbb;
    padding: 6px; }
    .download_file_inf .icon-download:hover {
      color: #aaaaaa; }
  .download_file_inf .icon-paper-clip {
    font-size: 26px;
    padding-right: 10px;
    line-height: 45px; }
  .download_file_inf h7 {
    font-weight: 600;
    line-height: 33px; }
  .download_file_inf p {
    font-size: 12px;
    color: #919191;
    margin: 0;
    line-height: 10px; }
  .download_file_inf a {
    text-decoration: none; }

.member_list_inf {
  padding-left: 20px; }

.note-editing-area {
  min-height: 200px; }

.note-editor.note-frame {
  margin: 10px 0 60px 0; }

.topic_admin_list {
  min-height: 70vh;
  background-color: #F7F8F9; }
  .topic_admin_list .title {
    padding: 30px 0; }

.topic_box {
  width: 100%;
  height: 80px;
  box-shadow: 2px 2px 4px 0 rgba(43, 43, 43, 0.2);
  padding: 10px;
  display: flex;
  margin: 8px 10px;
  align-items: center;
  background-color: #ffffff;
  color: #2b2b2b; }
  .topic_box h4 {
    color: #2b2b2b;
    text-decoration: none; }
  .topic_box a:hover {
    color: #02628e;
    text-decoration: none; }
  .topic_box p {
    margin: 0; }
  .topic_box .col-sm-2, .topic_box .col-sm-1 {
    display: flex;
    flex-direction: column; }
    .topic_box .col-sm-2 span, .topic_box .col-sm-1 span {
      font-size: 10px;
      color: #ababab; }
  .topic_box .icon {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .topic_box .icon .list_icon {
      width: 38px;
      height: 38px;
      padding: 5px;
      opacity: 0.5; }
      .topic_box .icon .list_icon:hover {
        opacity: 0.9;
        transition: 0.5s; }
  .topic_box .time p {
    font-size: 14px; }
  .topic_box .going, .topic_box .draft, .topic_box .done {
    width: 80px;
    height: 32px;
    margin-left: 40px;
    margin-right: 40px; }
    .topic_box .going p, .topic_box .draft p, .topic_box .done p {
      text-align: center;
      font-size: 14px;
      line-height: 30px; }
  .topic_box .going {
    background-color: rgba(2, 98, 142, 0.9);
    color: #ffffff; }
  .topic_box .draft {
    border: 2px solid rgba(2, 98, 142, 0.9);
    color: rgba(2, 98, 142, 0.9);
    position: relative; }
    .topic_box .draft .icon-triangle {
      font-size: 22px;
      position: absolute;
      top: -15px;
      right: -10px;
      color: #FCCA00; }
    .topic_box .draft .icon-exclamation {
      font-size: 12px;
      color: #ffffff;
      position: absolute;
      top: -8px;
      right: -4px; }
  .topic_box .done {
    background-color: rgba(120, 120, 120, 0.9);
    color: #ffffff; }

.new_topic .btn_mys {
  margin: 0 auto;
  display: block; }

.data_popup {
  padding: 40px 60px; }
  .data_popup td {
    border-top: none; }
  .data_popup .icon-Fill {
    font-size: 24px; }
  .data_popup button {
    background-color: transparent;
    padding: 10px; }

.progress-animated .progress-bar, .progress-animated .bar {
  background: url("../img/progressbar.gif") !important;
  filter: none; }

.progress {
  width: 200px;
  border-radius: 10px;
  margin-top: 20px; }

.progress-bar-success {
  background-color: #02628e; }

.fileupload-process, .upload_files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/loading.gif") center no-repeat;
  background-size: contain; }

.fileupload .files:before {
  content: ""; }
.fileupload .files:after {
  content: ""; }

@media (max-width: 767px) {
  .fileupload-buttonbar .toggle {
    display: none; }

  .files .name {
    width: 80px;
    word-wrap: break-word; } }
.fileinput_button {
  margin: 20px;
  position: relative;
  overflow: hidden; }
  .fileinput_button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    font-size: 200px;
    direction: ltr;
    cursor: pointer; }

.eval_table thead {
  background-color: #e5e5e5; }
.eval_table th {
  font-size: 14px;
  color: #2b2b2b; }
.eval_table td {
  font-size: 14px;
  color: #2b2b2b; }

.upload_data.eval_data {
  width: 100%;
  padding: 10px;
  margin: 0; }

#eval_solution_input, #eval_private_input, #eval_public_input {
  display: none; }

.review_m_filed {
  padding: 10px 30px 30px 30px;
  position: relative; }
  .review_m_filed input {
    height: 44px;
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #919191;
    padding: 10px 20px;
    height: 44px; }

.topic_menu .left_menu .review_btn {
  box-sizing: border-box; }
  .topic_menu .left_menu .review_btn li {
    width: 49%;
    display: inline-block;
    margin: 0 auto;
    background-color: initial;
    border: 1px solid #919191;
    color: #2b2b2b;
    transition: 0.5s;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px; }
  .topic_menu .left_menu .review_btn li.current {
    border: 3px solid #093e5c;
    color: #093e5c;
    box-sizing: border-box; }
  .topic_menu .left_menu .review_btn li:hover {
    background-color: initial;
    box-sizing: border-box; }

.review_record {
  padding: 20px 40px; }
  .review_record .col-sm-12 {
    padding: 10px; }
  .review_record .col-sm-2 {
    background-color: transparent; }

.topic_menu .left_menu .review_record hr {
  border-top: 1px solid #919191; }

.modal_close {
  -webkit-appearance: none;
  cursor: pointer;
  background: 0 0;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  color: #888888; }
  .modal_close span {
    font-size: 28px; }

.section_top_topic {
  background-color: #F7F8F9; }

.topic_menu {
  background-color: #F7F8F9; }
  .topic_menu .col-sm-2 {
    background-color: #F7F8F9;
    padding: 0; }
  .topic_menu .col-sm-10 .save {
    position: absolute;
    right: 26px;
    top: 14px;
    background-color: #093e5c;
    height: 36px;
    font-size: 15px; }
  .topic_menu .col-sm-10 .add {
    position: absolute;
    right: 0;
    top: 40px;
    border-radius: 5px;
    background-color: #093e5c;
    height: 44px;
    font-size: 15px; }
    .topic_menu .col-sm-10 .add:focus {
      color: #ffffff; }
  .topic_menu .preview {
    background-color: #00C3C7; }
    .topic_menu .preview a {
      color: #ffffff;
      text-decoration: none; }
    .topic_menu .preview h6 {
      padding: 25px 30px;
      margin: 0;
      margin-bottom: 5px;
      font-size: 16px; }
    .topic_menu .preview .icon-preview {
      font-size: 18px;
      padding: 8px;
      vertical-align: top; }
  .topic_menu .topic_m_menu {
    background-color: #E0ECF3;
    height: 100%;
    position: absolute;
    width: 200px; }
  .topic_menu .topic_m_conent {
    float: right;
    min-height: 100vh; }
  .topic_menu .left_menu {
    background-color: #E0ECF3;
    width: 100%; }
    .topic_menu .left_menu li, .topic_menu .left_menu .btn_send {
      list-style-type: none;
      padding: 16px 30px;
      background-color: #E0ECF3;
      position: relative;
      cursor: pointer; }
      .topic_menu .left_menu li:hover, .topic_menu .left_menu .btn_send:hover {
        transition: 0.5s;
        background-color: rgba(9, 62, 92, 0.2); }
      .topic_menu .left_menu li.current, .topic_menu .left_menu .btn_send.current {
        transition: 0.5s;
        background-color: #093e5c; }
        .topic_menu .left_menu li.current a, .topic_menu .left_menu .btn_send.current a {
          color: #ffffff; }
    .topic_menu .left_menu .btn_send {
      display: list-item;
      width: 100%;
      text-align: left; }
    .topic_menu .left_menu a {
      text-decoration: none;
      color: #093e5c;
      font-size: 16px; }
    .topic_menu .left_menu hr {
      border-top: 1px solid #093e5c;
      width: 90%; }
    .topic_menu .left_menu .icon-triangle {
      font-size: 21px;
      position: absolute;
      top: 14px;
      right: 30px;
      color: #FCCA00; }
    .topic_menu .left_menu .icon-exclamation {
      font-size: 10px;
      color: #ffffff;
      position: absolute;
      top: 22px;
      right: 36px; }

h4.m_title {
  padding: 10px 140px 0 20px; }

#topic_management .row {
  margin: 0; }
#topic_management .tab_area {
  background-color: transparent; }
#topic_management main {
  padding: 0; }
#topic_management label.panel-label {
  color: #093e5c;
  cursor: pointer;
  background-color: #E0ECF3; }
#topic_management .box_area {
  background-color: #ffffff;
  padding: 40px 60px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 4px 0 rgba(43, 43, 43, 0.2);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(43, 43, 43, 0.2);
  -moz-box-shadow: 2px 2px 4px 0 rgba(43, 43, 43, 0.2); }
  #topic_management .box_area .col-sm-2 {
    background-color: transparent; }

.btn_yes_no input {
  display: none !important; }
.btn_yes_no label {
  display: inline-block;
  width: 63px;
  height: 30px;
  border-radius: 18px;
  position: relative;
  padding: 0;
  border: none;
  color: #6b7381;
  background: #bdc1c8; }
  .btn_yes_no label:focus, .btn_yes_no label.focus, .btn_yes_no label:focus.active, .btn_yes_no label.focus.active {
    outline: none; }
  .btn_yes_no label .handle {
    position: absolute;
    top: 5px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: #fff;
    transition: left 0.25s;
    border-radius: 50%; }
.btn_yes_no input:checked + label {
  background-color: #02628e;
  transition: background-color 0.25s; }
  .btn_yes_no input:checked + label:before {
    text-align: right;
    content: "否";
    opacity: 0; }
  .btn_yes_no input:checked + label:after {
    text-align: left;
    content: "是";
    opacity: 1; }
  .btn_yes_no input:checked + label .handle {
    left: 40px;
    transition: left 0.25s; }
    .btn_yes_no input:checked + label .handle:before {
      opacity: 0; }
    .btn_yes_no input:checked + label .handle:after {
      opacity: 1; }
.btn_yes_no .btn_inside:before, .btn_yes_no .btn_inside:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.9rem;
  width: 1.8rem; }
.btn_yes_no .btn_inside:before {
  text-align: right;
  content: "否";
  opacity: 1; }
.btn_yes_no .btn_inside:after {
  text-align: left;
  content: "是";
  opacity: 0; }
.btn_yes_no .btn_g_disabled {
  cursor: default;
  background-color: rgba(107, 115, 129, 0.4); }
.btn_yes_no input:checked + label.btn_b_disabled {
  cursor: default;
  background-color: rgba(2, 98, 142, 0.6); }

.m_label {
  color: #333333;
  font-weight: 500;
  display: block; }
  .m_label span {
    font-size: 12px;
    color: #787878;
    padding-left: 10px; }
  .m_label p {
    font-size: 12px;
    color: #787878;
    margin-bottom: 20px; }

.on_off .col-sm-12 {
  padding: 8px 0;
  display: flex;
  align-items: center; }
.on_off label {
  font-weight: 500;
  color: #333333; }
.on_off select {
  height: 36px;
  width: 100%;
  font-size: 16px;
  color: #333333; }

.topic_m_filed {
  padding: 10px 0 30px 0;
  position: relative; }
  .topic_m_filed input {
    height: 44px;
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #919191;
    padding: 10px 20px;
    height: 44px; }
  .topic_m_filed input::placeholder {
    color: #787878;
    font-size: 14px; }
  .topic_m_filed select {
    width: 100%;
    display: block;
    font-size: 16px;
    background-color: #ffffff;
    color: #333333;
    border-radius: 4px;
    border: 1px solid #919191;
    padding: 10px 20px;
    height: 44px; }
  .topic_m_filed span {
    font-size: 12px;
    color: #787878;
    padding-left: 10px; }
  .topic_m_filed .half_filed {
    width: 40%; }
  .topic_m_filed .display_inline {
    display: inline-block; }

.company_logo {
  width: 260px;
  min-height: 130px;
  border: 1px solid #a9a9a9;
  background-color: #e5e5e5;
  margin-top: 10px; }

.thumbnail {
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 10px 0 80px 0; }
  .thumbnail .btn_sys {
    width: 100px;
    height: 36px;
    float: right;
    background-color: #093e5c;
    font-size: 15px; }
  .thumbnail .col-sm-10 {
    padding: 0; }
  .thumbnail input {
    display: none; }

.big_pic, .small_pic, .vendor_pic {
  border: 1px solid #a9a9a9;
  background-color: #e5e5e5;
  padding: 0;
  overflow: hidden; }

.big_pic {
  width: 650px;
  height: 260px; }

.small_pic {
  width: 300px;
  height: 180px; }

.vendor_pic {
  width: 260px;
  height: 130px; }

.topic_data .upload_data {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 10px;
  margin: 20px 10px;
  text-align: center;
  cursor: pointer;
  border: 2px dashed #999999;
  border-radius: 4px;
  background-color: rgba(224, 236, 243, 0.3); }
.topic_data #upload_input {
  display: none; }
.topic_data .upload_icon {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  position: absolute;
  left: 48%;
  top: 51%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center; }
.topic_data .icon-clouddownload-fill, .topic_data .icon-add {
  padding: 0 10px;
  font-size: 24px; }
.topic_data .col-sm-3 a {
  color: #ffffff;
  text-decoration: none; }
.topic_data .delAvatar {
  position: absolute;
  right: 2px;
  top: 2px; }

.download_file_inf {
  display: flex;
  align-items: center;
  padding: 4px; }
  .download_file_inf .col-sm-10 {
    display: flex; }
  .download_file_inf .iconfont {
    color: #444444; }
  .download_file_inf .icon-csv, .download_file_inf .icon-zip1, .download_file_inf .icon-avatar, .download_file_inf .icon-paperclip {
    font-size: 38px;
    padding-right: 13px; }
  .download_file_inf .icon-delete2 {
    font-size: 22px;
    color: #bbbbbb; }
    .download_file_inf .icon-delete2:hover {
      color: #aaaaaa; }
  .download_file_inf .icon-download {
    font-size: 20px;
    color: #bbbbbb;
    padding: 6px; }
    .download_file_inf .icon-download:hover {
      color: #aaaaaa; }
  .download_file_inf .icon-paper-clip {
    font-size: 26px;
    padding-right: 10px;
    line-height: 45px; }
  .download_file_inf h7 {
    font-weight: 600;
    line-height: 33px; }
  .download_file_inf p {
    font-size: 12px;
    color: #919191;
    margin: 0;
    line-height: 10px; }
  .download_file_inf a {
    text-decoration: none; }

.member_list_inf {
  padding-left: 20px; }

.download_nda {
  position: relative;
  height: 100px;
  padding: 10px;
  margin: 20px 0;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  background-color: #093e5c;
  line-height: 80px;
  font-size: 15px; }
  .download_nda em {
    margin-right: 10px; }

.note-editing-area {
  min-height: 200px; }

.note-editor.note-frame {
  margin: 10px 0 60px 0; }

.topic_admin_list {
  min-height: 70vh;
  background-color: #F7F8F9; }
  .topic_admin_list .title {
    padding: 30px 0; }

.topic_box {
  width: 100%;
  height: 80px;
  box-shadow: 2px 2px 4px 0 rgba(43, 43, 43, 0.2);
  padding: 10px;
  display: flex;
  margin: 8px 10px;
  align-items: center;
  background-color: #ffffff;
  color: #2b2b2b; }
  .topic_box h4 {
    color: #2b2b2b;
    text-decoration: none; }
  .topic_box a:hover {
    color: #02628e;
    text-decoration: none; }
  .topic_box p {
    margin: 0; }
  .topic_box .col-sm-2, .topic_box .col-sm-1 {
    display: flex;
    flex-direction: column; }
    .topic_box .col-sm-2 span, .topic_box .col-sm-1 span {
      font-size: 10px;
      color: #ababab; }
  .topic_box .icon {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .topic_box .icon .list_icon {
      width: 38px;
      height: 38px;
      padding: 5px;
      opacity: 0.5; }
      .topic_box .icon .list_icon:hover {
        opacity: 0.9;
        transition: 0.5s; }
  .topic_box .time p {
    font-size: 14px; }
  .topic_box .going, .topic_box .draft, .topic_box .done {
    width: 80px;
    height: 32px;
    margin-left: 40px;
    margin-right: 40px; }
    .topic_box .going p, .topic_box .draft p, .topic_box .done p {
      text-align: center;
      font-size: 14px;
      line-height: 30px; }
  .topic_box .going {
    background-color: rgba(2, 98, 142, 0.9);
    color: #ffffff; }
  .topic_box .draft {
    border: 2px solid rgba(2, 98, 142, 0.9);
    color: rgba(2, 98, 142, 0.9);
    position: relative; }
    .topic_box .draft .icon-triangle {
      font-size: 22px;
      position: absolute;
      top: -15px;
      right: -10px;
      color: #FCCA00; }
    .topic_box .draft .icon-exclamation {
      font-size: 12px;
      color: #ffffff;
      position: absolute;
      top: -8px;
      right: -4px; }
  .topic_box .done {
    background-color: rgba(120, 120, 120, 0.9);
    color: #ffffff; }

.new_topic .btn_mys {
  margin: 0 auto;
  display: block; }

.tab_area .modal-content input {
  display: block;
  width: initial;
  height: initial; }

.data_popup {
  padding: 40px 60px; }
  .data_popup td {
    border-top: none; }
  .data_popup .icon-Fill {
    font-size: 24px; }
  .data_popup button {
    background-color: transparent;
    padding: 10px; }

.progress-animated .progress-bar, .progress-animated .bar {
  background: url("../img/progressbar.gif") !important;
  filter: none; }

.progress {
  width: 200px;
  border-radius: 10px;
  margin-top: 20px; }

.progress-bar-success {
  background-color: #02628e; }

.fileupload-process, .upload_files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/loading.gif") center no-repeat;
  background-size: contain; }

.fileupload .files:before {
  content: ""; }
.fileupload .files:after {
  content: ""; }

@media (max-width: 767px) {
  .fileupload-buttonbar .toggle {
    display: none; }

  .files .name {
    width: 80px;
    word-wrap: break-word; } }
.fileinput_button {
  margin: 20px;
  position: relative;
  overflow: hidden; }
  .fileinput_button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    font-size: 200px;
    direction: ltr;
    cursor: pointer; }

.eval_table thead {
  background-color: #e5e5e5; }
.eval_table th {
  font-size: 14px;
  color: #2b2b2b; }
.eval_table td {
  font-size: 14px;
  color: #2b2b2b; }

.upload_data.eval_data {
  width: 100%;
  padding: 10px;
  margin: 0; }

.upload_data.download_data {
  margin: 20px 0; }

.select_eval_method {
  padding-top: 17px; }

#eval_solution_input, #eval_private_input, #eval_public_input {
  display: none; }

#eval_detail {
  padding-top: 60px; }

.review_m_filed {
  padding: 10px 30px 30px 30px;
  position: relative; }
  .review_m_filed input {
    height: 44px;
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #919191;
    padding: 10px 20px;
    height: 44px; }

.topic_menu .left_menu .review_btn {
  box-sizing: border-box; }
  .topic_menu .left_menu .review_btn li {
    width: 49%;
    display: inline-block;
    margin: 0 auto;
    background-color: initial;
    border: 1px solid #919191;
    color: #2b2b2b;
    transition: 0.5s;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px; }
  .topic_menu .left_menu .review_btn li.current {
    border: 3px solid #093e5c;
    color: #093e5c;
    box-sizing: border-box; }
  .topic_menu .left_menu .review_btn li:hover {
    background-color: initial;
    box-sizing: border-box; }

.review_record {
  padding: 20px 40px; }
  .review_record .col-sm-12 {
    padding: 10px; }
  .review_record .col-sm-2 {
    background-color: transparent; }

.topic_menu .left_menu .review_record hr {
  border-top: 1px solid #919191; }

.modal_close {
  -webkit-appearance: none;
  cursor: pointer;
  background: 0 0;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  color: #888888; }
  .modal_close span {
    font-size: 28px; }

#nda_input {
  display: none; }

.nda_template .btn_mys {
  width: 150px;
  height: 36px;
  float: right;
  background-color: #093e5c;
  font-size: 15px;
  margin-top: 20px;
  line-height: 24px; }

.linkedin_banner {
  background-image: url(../images/web/banner_linkedin.png);
  width: 100%;
  height: 750px;
  background-size: cover;
  background-position: top -87px center;
}

@media (max-width: 480px) {
  .linkedin_banner {
    height: 640px;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .linkedin_banner {
    background-position: center;
  }
}

.linkedin_step img {
  display: block;
  width: 90%;
  margin: 0 auto 20px auto;
}
@media (max-width: 480px) {
  .linkedin_step img {
    width: 100%;
  }
}
.custom_link_01 {
  position: absolute;
  top: 114px;
  right: 398px;
  padding: 5px 10px;
  color: #265eb1;
  font-size: 17px;
}
@media (max-width: 480px) {
  .custom_link_01 {
    top: 42px;
    right: 132px;
    font-size: 6px;
  }
}
.custom_link_02 {
  position: absolute;
  top: 110px;
  right: 718px;
  padding: 5px 10px;
  color: #265eb1;
  font-size: 17px;
}
@media (max-width: 480px) {
  .custom_link_02 {
    top: 30px;
    right: 206px;
    font-size: 6px;
  }
}
.custom_link_04 {
  position: absolute;
  top: 137px;
  right: 566px;
  padding: 5px 10px;
  color: #265eb1;
  font-size: 17px;
}
@media (max-width: 480px) {
  .custom_link_04 {
    top: 41px;
    right: 153px;
    font-size: 6px;
  }
}

/*# sourceMappingURL=main.css.map */
