body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.cgo_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	min-height: 780px;
	padding: 0;
	background: url(../images/cgo_mainBg.jpg) center bottom repeat-x;
	position: relative;
}
.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;
}

#wrapper {
  width: 1090px;
  height: 680px;
  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;
}

#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: 65px;
  -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: 160px;
  -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: 250px;
  -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: 315px;
  -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: 370px;
  -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%;
  width: 75%;
  -webkit-transition: all .6s ease-in-out;
		  transition: all .6s ease-in-out;
  margin-top: -350px;
  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 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;
  z-index: 1;
}
#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 li{
	list-style: decimal;
	line-height: 24px;
	font-size: 16px;
  margin: 0.5rem 0;
}
.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;
}
}
