@charset "utf-8";

/* 관련사이트 화살표 없애기 */
.arrBox1 > li:not(:last-child)::after { background:none !important; }
 

/* ===================== imgMap_type1 */
.imgMap_type01 {
  max-width: 780px;
  margin: 0 auto;
  overflow: hidden;
  background: url("../../images/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/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/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/imgMap_textBg.png") center top no-repeat;
}
/* ===================== imgMap_type2 */
.imgMap_type02 {
  position: relative;
}
.imgMap_type02.ea4 {
  background: url("../../images/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/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/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;
}