body {
  font-size: 16px;
  line-height: 30px;
  font-family: "微軟正黑體";
  color: #333;
}

.cgo_mainBg {
  position: relative;
  width: 100%;
  float: left;
  min-width: 1200px;
  min-height: 780px;
  /* min-height: 1400px; */
  padding: 0;
  background: url(../images/risk_mainBg.png) center bottom repeat-x;
  position: relative;
}

.cgo_mainBg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, transparent, #fff 80%);
}

.cgo_main {
  width: 1200px;
  margin: 0 auto;
}

.icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  fill: rgba(51, 51, 51, 0.5);
  margin-right: 5px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.icon img {
  vertical-align: middle;
}

.icon.active {
  fill: #E74C3C;
}

.icon.big {
  width: 28px;
  height: 28px;
}

.imgBx {
  width: 90%;
  margin: 10px auto 30px auto;
}

.imgBx img {
  width: 100%;
}

.text_wrap {
  overflow-y: scroll;
  overflow-x: hidden;
}

#wrapper {
  width: 1090px;
  height: 680px;
  /* height: 1300px; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.risk_links {
  width: 100%;
  margin-left: 30px;
  margin-bottom: 30px;
}

#left-side {
  height: 86%;
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

#left-side ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  color: rgba(51, 51, 51, 0.5);
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#left-side ul li:hover {
  color: #333333;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#left-side ul li:hover>.icon {
  fill: #333;
}

#left-side ul li.active {
  color: #333333;
}

#left-side ul li.active:hover>.icon {
  fill: #E74C3C;
}

#border {
  height: 100%;
  width: 1px;
  background-color: rgba(51, 51, 51, 0.2);
}

#border #line.one {
  width: 5px;
  height: 54px;
  background-color: #E74C3C;
  margin-left: -2px;
  margin-top: 45px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#border #line.two {
  width: 5px;
  height: 54px;
  background-color: #E74C3C;
  margin-left: -2px;
  margin-top: 100px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#border #line.three {
  width: 5px;
  height: 54px;
  background-color: #E74C3C;
  margin-left: -2px;
  margin-top: 152px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#border #line.four {
  width: 5px;
  height: 54px;
  background-color: #E74C3C;
  margin-left: -2px;
  margin-top: 240px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#border #line.five {
  width: 5px;
  height: 54px;
  background-color: #E74C3C;
  margin-left: -2px;
  margin-top: 300px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#right-side {
  height: 90%;
  width: 75%;
  overflow: hidden;
}

#right-side #first,
#right-side #second,
#right-side #third,
#right-side #fourth,
#right-side #five {
  position: absolute;
  height: 90%;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  margin-top: -100%;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* #right-side #first {
  transform: translateY(40px);
}

#right-side #second {
  transform: translateY(-60px);
}

#right-side #third {
  transform: translateY(46px);
} */

#right-side #first h1,
#right-side #second h1,
#right-side #third h1,
#right-side #fourth h1,
#right-side #five h1 {
  font-weight: 600;
  color: #333;
  font-size: 20px;
  margin: 10px 0;
}

#right-side #first p,
#right-side #second p,
#right-side #third p,
#right-side #fourth p,
#right-side #five p {
  color: #333;
  padding-left: 25px;
  padding-right: 25px;
  margin: 10px 0;
}

#right-side #first.active,
#right-side #second.active,
#right-side #third.active,
#right-side #fourth.active,
#right-side #five.active {
  margin-top: 0px;
  opacity: 1;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

#right-side #first ol,
#right-side #second ol,
#right-side #third ol,
#right-side #fourth ol,
#right-side #five ol {
  padding: 0 25px 0 45px;
  margin: 10px 0;
}

#right-side ol li {
  list-style: decimal;
}

#right-side li {
  line-height: 2;
  font-size: 16px;
  text-align: left;
}

#right-side #first ul,
#right-side #second ul,
#right-side #third ul {
  width: 90%;
  margin: 0 auto 20px auto;
}

#right-side ul>li {
  list-style: cjk-ideographic;
}
#right-side ul>li>ol {
  padding-left: 1.5rem !important;
}


.mob {
  display: none;
}

.Det-btn {
  background: url(../images/chc_fm_bg.png) left bottom no-repeat, #B50029;
  color: #FFF;
  padding: 5px 11px;
  display: inline-block;
}

.Det-btn:hover {
  color: #222222;
}

table.Detailed-tab th {
  background: #1758a5;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px dashed #ccc;
}

table.Detailed-tab td {
  padding: 5px 10px;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px dashed #ccc;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cgo_mainBg {
    min-width: 1000px;
    background: url(../images/cgo_mainBg.jpg) left bottom repeat-x;
  }

  .cgo_main {
    width: 1000px;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .cgo_mainBg {
    min-width: 320px;
    min-height: inherit;
    padding-bottom: 80px;
    background: url(../images/op_bg_1.png) left 20% no-repeat, url(../images/cgo_mainBg.jpg) center bottom repeat-x;
  }

  .cgo_main {
    width: 90%;
    margin: 0 5%;
    height: auto;
  }

  #wrapper {
    display: none;
  }

  .mob {
    display: block;
  }

  .mob .tit {
    padding: 20px 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #00479d;
  }

  .mob .tit img {
    vertical-align: middle;
  }

  .mob ol {
    padding: 0 0 0 20px;
  }

  .mob ol li {
    list-style: decimal;
  }

#mob ol {
  padding-left: 45px;
  margin: 10px 0;
}

#mob ol li {
  list-style: decimal;
}

#mob li {
  line-height: 2;
  font-size: 16px;
  text-align: left;
}

#mob ul {
  width: 90%;
  margin: 0 0 20px 45px;
}

#mob ul li {
  list-style: cjk-ideographic;
}

.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

table {
  width: 200%;
}

table td {
  min-width: 95px;
}
}