@media (max-width: 480px){
	
				#enroll_nav{
					width: 100%;
					height: 100%;
					border-radius: 10px;
				}

					#enroll_nav ul li{
						width: 50%
					}

						.enroll_nav{
							width: 95%;
							font-size: 16px;
						}

						#enroll_nav ul li a:nth-child(odd){
							background: none;
						}

						#enroll_nav_btn1{
							width: 95%;
						}

						#enroll_nav_btn2{
							width: 95%;
						}

						#enroll_nav_btn7{
							font-size: 12px;
						}

						.enroll_inner{
							width: 100%;
							left: 0;
							z-index: 999;
							border-radius: 5px;
							padding: 10px 0;
							border: 0;
							box-shadow: 0 0 10px #08c inset;
						}

							.enroll_inner img{
								display: none;
							}

							.enroll_inner a:last-child{
								border-bottom: 0;
							}

			#center #left_side_bar{
				margin-top: 1px;
				border-radius: 5px;
			}

						#center #left_side_bar ul li .active{
							background: #f5f5f5;
						}

							.enroll_left_nav_inner{
								position: absolute;
								box-shadow: 0 0 10px #08c inset;
								width: 100%;
								left: 0;
								border-radius: 5px;
								padding: 10px 0;
								border: 0;
							}

								#left_side_bar .enroll_left_nav_inner a{
									border: 0;
								}

			#enroll_news{
				width: 100%;
				padding: 0;
				padding-top: 20px;
				float: none;
				clear: left;
			}

				#enroll_news table{
					margin-top: 8px;
				}

					#enroll_news .table_title{
						background-color: #f5f5f5;
						font-weight: 600;
					}

			#enroll_number{
				width: 100%;
				padding: 0;
				float: right;
			}

				#enroll_number table{
					margin-top: 8px;
				}

					#enroll_number .table_title{
						font-size: 16px;
						font-weight: 600;
						background-color: #fbeebb;
					}

			#enroll_banner{
				display: none;
			}

			#enroll_poster{
				width: 100%;
				margin-top: 10px;
				padding: 0;
				float: none;
			}

				#enroll_poster #poster_inner{
				width: 100%;
				border-radius: 0;
				}

			.nocopy_inner ul{
				margin-left: 0;
				padding-left: 0;
			}

}

@media (min-width: 481px) and (max-width: 767px){

				#enroll_nav{
					height: 80px;
					font-size: 14px;
				}

					#enroll_nav ul li{
						width: 50%
					}

						.enroll_nav{
							width: 100%;
						}

						#enroll_nav_btn1{
							width: 100%;
						}

						#enroll_nav_btn2{
							width: 100%;
						}

}

@media (min-width: 768px) and (max-width: 979px){

				#enroll_nav{
					height: 40px;
				}

					#enroll_nav ul li{
						width: 25%
					}

						.enroll_nav{
							width: 100%;
						}

						#enroll_nav_btn1{
							width: 100%;
						}

						#enroll_nav_btn2{
							width: 100%;
						}


}