@charset "utf-8";

/* 관련사이트 */
.box_type02 .mBox > li { padding:3rem 1.5rem; border:.1rem solid #eee; border-top-right-radius: 2rem; border-bottom-left-radius: 2rem; }
.box_type02 .mBox > li > div { text-align:center; }
.box_type02 .mBox > li > div .title { padding-top:1rem; }


/* 학생지도 */
/* ===================== imgMap_type1 */
.imgMap_type01 {
  max-width: 78rem;
  margin: 5rem auto 10rem auto;
  overflow: hidden;
  background: url("/sites/hotel/images/sub/imgMap_bg.png") center 8rem no-repeat;
  background-size:contain;
}
.imgMap_type01 .title {
  width: 15.1rem;
  height: 15.1rem;
  margin: 0 auto;
  text-align: center;
  display: table;
  background: url("/sites/hotel/images/sub/imgMap_titleBg.png") left top no-repeat;
  background-size:contain;
}
.imgMap_type01 .title span {
  color: #FFF;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 4rem;
  background: url("/sites/hotel/images/sub/imgMap_title.png") center 35% no-repeat;
}
.imgMap_type01 ol {
  margin-top: 3rem;
}
.imgMap_type01 ol li {
  text-align: center;
  width: 18%;
  position: relative;
  padding-top: 7rem;
  float: left;
}
.imgMap_type01 ol li.list01,
.imgMap_type01 ol li.list05 {
  margin-top: -13rem;
}
.imgMap_type01 ol li.list02,
.imgMap_type01 ol li.list04 {
  margin-top: -5rem;
}
.imgMap_type01 ol li.list03 {
  width: 20%;
  margin: 0 4%;
}
.imgMap_type01 ol li em {
  border-radius: 50%;
  background-color: #00a99d;
  width: 7.5rem;
  height: 7.5rem;
  line-height: 7.5rem;
  margin-left: -3.6rem;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
}
.imgMap_type01 ol li p {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  word-break: keep-all;
  background: url("/sites/hotel/images/sub/imgMap_textBg.png") center top no-repeat;
}
/* ===================== imgMap_type2 */
.imgMap_type02 {
  position: relative;
}
.imgMap_type02.ea4 {
  background: url("/sites/hotel/images/sub/imgMap2_Bg.png") center center no-repeat;
}
.imgMap_type02 > p.title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12.3rem;
  height: 12.3rem;
  margin: -6.1rem 0 0 -6.1rem;
  text-align: center;
  display: table;
  background: url("/sites/hotel/images/sub/imgMap2_titleBg.png") left top no-repeat;
}
.imgMap_type02 > p.title span {
  color: #FFF;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 5rem;
  background: url("/sites/hotel/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: 4rem;
}
.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: 5rem;
  height: 5rem;
  line-height: 5rem;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -2.5rem;
}
.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: .1rem solid #e8e8e8;
  background-color: #f0f0f0;
  padding: 1.5rem;
}
.imgMap_type02 > ol > li:nth-child(odd) > div {
  margin-right: 4rem;
}
.imgMap_type02 > ol > li:nth-child(even) > div {
  margin-left: 4rem;
}
.imgMap_type02 ol li > div .title {
  color: #2058a4;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: .5rem;
}