  .cat_box {
  margin: 0 auto;
  padding: 35px 15px;
  border: solid 2px #e5e5e5;
  border-top: none;
}
#am, #pm {
  padding-top: 30px;
}



/* slider */
.cat_cnt {
	position: relative;
}

.cat_cnt .naviArea {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.cat_cnt .naviArea .back {
  width: 35px;
  height: 35px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 8.5rem;
  bottom: 0;
  left: -28px;
  cursor: pointer;
  z-index: 10;
}

.cat_cnt .naviArea .next {
  width: 35px;
  height: 35px;
	margin: auto;
	padding: 0;
	position: absolute;
	top: 8.5rem;
	bottom: 0;
	right: -28px;
  cursor: pointer;
  z-index: 10;
}

.ttList,
.ttList2 {
  margin: 0;
  padding: 0;
  width: 100%;
	display: table;
	table-layout: fixed;
}

.ttList2 {
	display: none;
}

.ttList li,
.ttList2 li {
  margin: 0;
  padding: 0;
	display: table-cell;
}
.ttList .list_h,
.ttList2 .list_h {
	margin: 0 auto 10px;
	padding: 8px 0;
	text-align: center;
  font-size: 20px;
	border-width: 2px;
  border-style: solid;
}

.liContner {
  height: 450px;
	padding: 20px 10px 10px;
  text-align: center;
  border: solid 2px #e5e5e5;

}




@media screen and ( max-width:768px ) {
  #am, #pm {
    padding-top: 20px;
  }
  .cat_box {
    padding: 20px 15px;
  }
	.cat_cnt .listDispArea {
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.cat_cnt .listMvArea {
		position: relative;
		top: 0;
	}
	#acadmcmn .listMvArea {
		left: -600%;
	}
	#global .listMvArea {
		left: -200%;
	}
  .liContner {
    height: 25rem;
  }
	.ttList {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: 600%;
		position: relative;
		top: 0;
		left: 600%;
	}
	.ttList2 {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: 600%;
		position: absolute;
		top: 0;
		left: 0;
	}
  #global .ttList {
    width: 200%;
		left: 200%;
  }
  	#global .ttList2 {
      width: 200%;
  }
.ttList .list_h,
.ttList2 .list_h {
	margin-bottom: 15px;
  }
	.ttList li,
	.ttList2 li {
		width: 100%;
		display: block;
	}
	.cat_cnt .naviArea {
		display: block;
	}
}/*max-width:769px*/

/* dialog */
body.noscroll {
	overflow-y: scroll;
}

#dialogBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 80000;
	background-color: rgba(0,0,0,0.7);
	display: none;
}

#dialogBg .dialogContainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 70%;
	height: 65%;
}

#dialogBg .ifBox {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#dialogFrame {
	background-color: #fff;
	display: none;
	width: 100%;
  height: 100%;
	border:none;
	display:block;
}

#dialogBg .tb-dialog-close-btn {
	position: absolute;
}
#dialogBg .tb-dialog-close-btn img {
	width: auto;
	height: auto;
}
@media screen and ( max-width:768px ) {
	#dialogBg .ifBox {
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
	#dialogBg .dialogContainer {
	width: 90%;
  height: 60%;
	display: -webkit-flex;
  display: flex;
	border-radius: 0;
	-webkit-border-radius: 0;
  }
}/*max-width:769px*/
