/*내용 */
/* section{position:relative;float:left;width:910px;height:589px;box-sizing:border-box;background-image: url("../images/common/bg.png");  background-repeat: no-repeat; margin-left: 22px;} */
section{position:relative;float:left;width:910px;height:589px;box-sizing:border-box; margin-left: 22px;}
/*section{position:relative;float:left;width:932px;height:589px;padding-left:40px;box-sizing:border-box;}원본*/
.container {
	position : absolute; width:910px;height:589px; top: 0; 
}
section .this_time {
	margin-top: 90px;
}
section .this_time i{
	float:left;  font-size:32px; font-weight:bold; color:#00385e; padding: 35px 80px; 
	background-image: url('../images/04_2/this_time.png'); background-repeat: no-repeat; background-position: 25px center;
}
/* section .this_time p{
	font-size: 30px;
} */
.this__time--title, .next__time--title{display:inline-block;font-size: 30px; font-weight: bold; color:#00385e;}
.this__time--title{
	padding-top:40px;  color:#00385e; 
}
.next__time--title{
	padding-top:55px; color:#0084ff;
}


section .next_time{
	margin-left: 50px; margin-top: 70px;
}
section .next_time i{
	float:left; font-size:32px; font-weight:bold; color:#fff; padding: 55px 90px; 
	background-image: url('../images/04_2/next_time.png'); background-repeat: no-repeat; background-position: 25px center;
}
/* section .next_time p{
	font-size: 30px;
} */




/*
section h1{display:none}
section #intro_con1 {margin-top:10px}
section #intro_con1 h2{margin-left:12px;line-height:21px; }
section  #intro_con1 h2 img{vertical-align:middle;margin-right:9px}

section .application {margin-top:30px;line-height:41px;font-size:16px;font-weight:bold}
section .application img{float:left;margin-right:10px}

section #con_pic {margin-top:10px;border:1px solid #dddddf;border-radius:5px 5px;float:left;background-color:#fff;box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset; 	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset; }
section #con_pic img{padding:7px 7px 1px 7px}

section #reflect {float:left;margin-top:10px;margin-left:6px;width:520px;}
section #reflect .reflect_list {float:left;width:510px;height:224px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset; 	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset; background-color:#fff;overflow-y:scroll;font-size:17px;}
section #reflect .reflect_list p {padding:15px 15px;word-break:break-word;font-weight:bold;font-size:17px}

section .next_lession{clear:both;width:855px;}
section .next_lession ul li{float:left;width:100%;}
section .next_lession ul li.tt{height:39px;background-image:url('../images/04_2/s4_2_next.png');background-repeat:no-repeat;line-height:39px;color:#fff;text-indent:15px;font-size:18px;font-weight:bold}
section .next_lession ul li.next_lession_con{width:100%;height:65px;background-color:#e9e9e9;margin-top:3px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset; 	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset;line-height:65px;font-size:18px;font-weight:bold;text-indent:25px}
section .next_lession ul li.next_lession_con{width:100%;height:65px;background-color:#e9e9e9;margin-top:3px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset; 	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset;line-height:65px;font-size:18px;font-weight:bold;text-indent:25px}

section .save_btn_box {float:right;margin-top:10px;margin-right:40px}
.submit {
	-moz-box-shadow: -2px 2px 14px -7px #276873;
	-webkit-box-shadow: -2px 2px 14px -7px #276873;
	box-shadow: -2px 2px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #248cbf), color-stop(1, #66aad2));
	background:-moz-linear-gradient(top, #248cbf 5%, #66aad2 100%);
	background:-webkit-linear-gradient(top, #248cbf 5%, #66aad2 100%);
	background:-o-linear-gradient(top, #248cbf 5%, #66aad2 100%);
	background:-ms-linear-gradient(top, #248cbf 5%, #66aad2 100%);
	background:linear-gradient(to bottom, #248cbf 5%, #66aad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#248cbf', endColorstr='#66aad2',GradientType=0);
	background-color:#248cbf;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	height:36px;
	padding-left:33px;padding-right:33px;
	text-decoration:none;
	border:none;
}
.submit:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #66aad2), color-stop(1, #248cbf));
	background:-moz-linear-gradient(top, #66aad2 5%, #248cbf 100%);
	background:-webkit-linear-gradient(top, #66aad2 5%, #248cbf 100%);
	background:-o-linear-gradient(top, #66aad2 5%, #248cbf 100%);
	background:-ms-linear-gradient(top, #66aad2 5%, #248cbf 100%);
	background:linear-gradient(to bottom, #66aad2 5%, #248cbf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#66aad2', endColorstr='#248cbf',GradientType=0);
	background-color:#66aad2;
}
.submit:active {
	position:relative;
}
*/

/*내용 */
