@charset "utf-8";

/* 학생지도 */
.mBox.custom-01 { padding-top:5rem; }
.mBox.custom-01 .itemWrap { flex-direction:column; padding:2rem; }
.mBox.custom-01 .itemWrap .tit { padding-right:0 !important; }
.mBox.custom-01 .itemWrap .tit::after { display:none; }
.mBox.custom-01 .itemWrap .cont { padding-left:0 !important; padding-top:1rem; }




/* 교육과정 */
.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;
}
/* 2개 */
.circle_list.ea2 ul li.list01 {
  top: 40%;
  left: 26%;
}
.circle_list.ea2 ul li.list02 {
  top: 40%;
  left: 60%;
}
.circle_list.ea2 ul li.list01 p {
  bottom: auto;
  text-align: right;
  left: auto;
  right: 35px;
  top: 150px;
}
.circle_list.ea2 ul li.list02 p {
  left: 35px;
  top: 150px;
}
/* 3개 */
.circle_list.ea3 ul li.list02 {
  top: 50%;
  left: 28%;
}
.circle_list.ea3 ul li.list03 {
  top: 50%;
  left: 58%;
}
.circle_list.ea3 ul li.list01 p {
  bottom: auto;
  top: 0;
}
.circle_list.ea3 ul li.list01 p.po1 {
  text-align: right;
  left: auto;
  right: 160px;
}
.circle_list.ea3 ul li.list01 p.po2 {
  text-align: left;
  left: 160px;
}
.circle_list.ea3 ul li.list02 p {
  right: 30px;
  left: auto;
  top: 130px;
  text-align: right;
}
.circle_list.ea3 ul li.list03 p {
  left: 40px;
}
.circle_type01 {
  text-align: center;
}
.circle_type01 li {
  display: inline-block;
  padding-left: 40px;
  margin-left: 10px;
  background: url("../../images/sub/plus_bg.png") left center no-repeat;
}
.circle_type01 li:first-child {
  background: none;
  padding-left: 0;
  margin-left: 0;
}
.circle_type01 li span {
  background: url("../../images/sub/triangle_bg.png") left top repeat;
  width: 80px;
  height: 100px;
  padding: 0 10px;
  color: #FFF;
  display: table-cell;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 14px;
}
.circle_type01 li.color01 span {
  background-color: #69717e;
}
.circle_type01 li.color02 span {
  background-color: #3cbbb2;
}
.circle_type01 li.color03 span {
  background-color: #8dc63f;
}



@media screen and (max-width:920px) {
  /* html {width: 96%;} */
}
@media screen and (max-width:860px) {
  .college_info .info_bg {
	margin: 15px 20px;
  }
  .scholarship_list ul li {
	width: 33.3%;
  }
  .imgMap_type02.ea4 {
	background: none;
  }
}
@media screen and (max-width:780px) {
  .imgMap_type01,
  .imgMap_type02 {
	background: none;
  }
  .circle_list {
	background: none #f0f0f0;
	padding-top: 20px;
	height: auto;
  }
  .circle_list .circle_list_title {
	margin-bottom: 30px;
  }
  .circle_list .title {
	position: relative;
	top: auto;
	left: auto;
	margin: 0 auto 30px auto;
	border-radius: 0;
	width: 90%;
	padding: 10px 0;
	height: auto;
  }
  .circle_list .title em {
	font-size: 28px;
  }
  .circle_list ul {
	padding: 10px 5%;
	overflow: hidden;
  }
  .circle_list ul li {
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 20px;
  }
  .circle_list ul li:nth-child(odd) {
	clear: both;
  }
  .circle_list ul li em {
	border-radius: 0;
	width: 300px;
	height: 70px;
  }
  .circle_list ul li.list01,
  .circle_list ul li.list02,
  .circle_list ul li.list03,
  .circle_list ul li.list04,
  .circle_list ul li.list05,
  .circle_list.ea2 ul li.list01,
  .circle_list.ea2 ul li.list02,
  .circle_list.ea3 ul li.list01,
  .circle_list.ea3 ul li.list02,
  .circle_list.ea3 ul li.list03  {
	left: auto;
	top: auto;
  }
  .circle_list ul li p {
	position: relative;
	display: block;
	margin: 10px auto 0 auto;
  }
  .circle_list ul li.list01 p,
  .circle_list ul li.list02 p,
  .circle_list ul li.list03 p,
  .circle_list ul li.list04 p,
  .circle_list ul li.list05 p,
  .circle_list.ea2 ul li.list01 p,
  .circle_list.ea2 ul li.list02 p,
  .circle_list.ea3 ul li.list01 p.po1,
  .circle_list.ea3 ul li.list01 p.po2,
  .circle_list.ea3 ul li.list02 p,
  .circle_list.ea3 ul li.list03 p  {
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	width: 90%;
	text-align: left;
	word-break: keep-all;
  }
}
@media screen and (max-width:640px) {
  html, body {min-width: 320px;}
  .college_info .info_bg {
	background-position: center top;
	padding: 270px 0 0 0;
	text-align: center;
  }
  .college_info2 {
	background-position: center top;
	background-size: 100% auto
  }
  .college_info2 .info_text {
	padding: 90% 20px 20px 20px;
  }
  .box_type01 ul li,
  .box_type02 ul li,
  .box_type03 ul li {
	width: 48.5%;
  }
  .box_type01 ul li:nth-child(3n+1),
  .box_type02 ul li:nth-child(3n+1),
  .box_type03 ul li:nth-child(3n+1) {
	clear: none;
  }
  .box_type01 ul li:nth-child(odd),
  .box_type02 ul li:nth-child(odd),
  .box_type03 ul li:nth-child(odd) {
	clear: both;
  }
  .box_type02 ul li:nth-child(3n+3) > div {
	border-right: 1px solid #e5e6e7;
  }
  .box_type02 ul li:nth-child(even) > div {
	border-right: 0;
  }
  .box_type02 ul li:nth-last-child(3) {
	background: url("../../images/sub/box_type02_lineBg.gif") left bottom repeat-x;
  }
  .box_type01.line ul li {
	width: 98.5%;
	clear: both;
  }
  .thumb_list > ul > li .thumb {
	float: none;
	width: auto;
  }
  .thumb_list > ul > li .thumb img {
	max-width: 212px;
	width: 100%;
  }
  .thumb_list > ul > li .text {
	margin-left: 0;
	clear: both;
  }
  .scholarship_list ul li {
	width: 50%;
  }
  .thesis_process {
	text-align: center;
  }
  .thesis_process ul {
	display: inline-block;
  }
  .thesis_process ul li {
	float: left;
	clear: both;
	padding: 50px 0 0 0;
	margin: 15px  0 0 0;
	background: url("../../images/sub/process_arrow_m.png") center 10px no-repeat;
  }
  .thesis_process ul li:first-child {
	padding: 0;
	margin: 0;
  }
  .list_type01 dl,
  .list_type02 dl {
	width: auto;
	display: block;
  }
  .list_type01 dl dt,
  .list_type01 dl dd,
  .list_type02 dl dt,
  .list_type02 dl dd {
	display: block;
	width: auto;
  }
  .list_type01 dl dd {
	border-left: 0;
	padding: 10px 0;
	margin-top: 20px;
  }
}