@charset "utf-8";

/* ===================== imgMap_type1 */
.imgMap_type01 {
	max-width: 780px;
	margin: 50px auto 100px auto;
	overflow: hidden;
	background: url("../../images/sub/imgMap_bg.png") center 80px no-repeat;
}
.imgMap_type01 .title {
	width: 151px;
	height: 151px;
	margin: 0 auto;
	text-align: center;
	display: table;
	background: url("../../images/sub/imgMap_titleBg.png") left top no-repeat;
}
.imgMap_type01 .title span {
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	padding-top: 40px;
	background: url("../../images/sub/imgMap_title.png") center 35% no-repeat;
}
.imgMap_type01 ol {
	margin-top: 30px;
}
.imgMap_type01 ol li {
	text-align: center;
	width: 18%;
	position: relative;
	padding-top: 70px;
	float: left;
}
.imgMap_type01 ol li.list01,
.imgMap_type01 ol li.list05 {
	margin-top: -130px;
}
.imgMap_type01 ol li.list02,
.imgMap_type01 ol li.list04 {
	margin-top: -50px;
}
.imgMap_type01 ol li.list03 {
	width: 20%;
	margin: 0 4%;
}
.imgMap_type01 ol li em {
	border-radius: 50%;
	background-color: #00a99d;
	width: 75px;
	height: 75px;
	line-height: 75px;
	margin-left: -36px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
}
.imgMap_type01 ol li p {
	position: relative;
	z-index: 2;
	padding-top: 50px;
	word-break: keep-all;
	background: url("../../images/sub/imgMap_textBg.png") center top no-repeat;
}
/* ===================== imgMap_type2 */
.imgMap_type02 {
	position: relative;
}
.imgMap_type02.ea4 {
	background: url("../../images/sub/imgMap2_Bg.png") center center no-repeat;
}
.imgMap_type02 > p.title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 123px;
	height: 123px;
	margin: -61px 0 0 -61px;
	text-align: center;
	display: table;
	background: url("../../images/sub/imgMap2_titleBg.png") left top no-repeat;
}
.imgMap_type02 > p.title span {
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	padding-top: 50px;
	background: url("../../images/sub/imgMap_title.png") center 35% no-repeat;
}
.imgMap_type02 ol {
	overflow: hidden;
}
.imgMap_type02 > ol > li {
	float: left;
	width: 38%;
	position: relative;
	margin-bottom: 40px;
}
.imgMap_type02 > ol > li:nth-child(odd) {
	clear: both;
}
.imgMap_type02 > ol > li:nth-child(even) {
	float: right;
}
.imgMap_type02 > ol > li > em {
	border-radius: 50%;
	background-color: #00a99d;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -25px;
}
.imgMap_type02 > ol > li:nth-child(odd) > em {
	right: 0;
}
.imgMap_type02 > ol > li:nth-child(even) > em {
	left: 0;
}
.imgMap_type02 > ol > li:nth-child(3n+2) > em,
.imgMap_type02 > ol > li:nth-child(3n+3) > em {
	background-color: #3bb1bb;
}
.imgMap_type02 ol li > div {
	border: 1px solid #e8e8e8;
	background-color: #f0f0f0;
	padding: 15px;
}
.imgMap_type02 > ol > li:nth-child(odd) > div {
	margin-right: 40px;
}
.imgMap_type02 > ol > li:nth-child(even) > div {
	margin-left: 40px;
}
.imgMap_type02 ol li > div .title {
	color: #2058a4;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}






/* 교육과정 */
.circle_list {
	background: url("../../images/sub/circle_list_bg.png") center center no-repeat;
	background-color: #f0f0f0;
	position: relative;
	height: 600px;
}
.circle_list_title {
	background-color: #f0f0f0;
	font-size: 32px;
	color: #333;
	padding-top: 40px;
	text-align: center;
}
.circle_list_title em {
	font-weight: bold;
}
.circle_list .title {
	background-color: rgba(255,255,255,0.7);
	width: 201px;
	height: 210px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	display: table;
	margin: -105px 0 0 -100px;
}
.circle_list .title em {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.circle_list ul li {
	position: absolute;
}
.circle_list ul li.list01 {
	top: 16%;
	left: 43%;
}
.circle_list ul li.list02 {
	top: 30%;
	left: 58%;
}
.circle_list ul li.list03 {
	top: 56%;
	left: 55%;
}
.circle_list ul li.list04 {
	top: 56%;
	left: 31%;
}
.circle_list ul li.list05 {
	top: 30%;
	left: 28%;
}
.circle_list ul li em {
	background: url("../../images/sub/triangle_bg.png") left top repeat;
	width: 80px;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
	border-radius: 50%;
	padding: 0 20px;
	color: #FFF;
	word-break: keep-all;
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
}
.circle_list ul li.list01 em {
	background-color: #42c1ec;
}
.circle_list ul li.list02 em {
	background-color: #8dc63f;
}
.circle_list ul li.list03 em {
	background-color: #3cbbb2;
}
.circle_list ul li.list04 em {
	background-color: #596270;
}
.circle_list ul li.list05 em {
	background-color: #4385b0;
}
.circle_list .title em span {
	display: block;
	font-size: 13px;
	margin: 10px 20px 0 20px;
	line-height: 1.3;
	font-weight: normal;
}
.circle_list ul li p {
	position: absolute;
	color: #444;
	width: 120%;
}
.circle_list ul li.list01 p {
	bottom: 130px;
	left: -10%;
	text-align: center;
}
.circle_list ul li.list02 p {
	top: 20px;
	left: 130px;
}
.circle_list ul li.list03 p {
	top: 130px;
	left: 20px;
}
.circle_list ul li.list04 p {
	top: 130px;
	right: 20px;
	text-align: right;
}
.circle_list ul li.list05 p {
	top: 20px;
	right: 130px;
	text-align: right;
}