/*----------------------------------------------
curriculum
-----------------------------------------------*/
.cur_contents {
  margin: 70px 3%;
}
.cur_contents .cur {
  display: flex;
  justify-content: space-around;
  align-self: start;
  margin-bottom: 100px;
}
.cur_contents .cur .left {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cur_contents .cur .left .dot {
  background: radial-gradient(ellipse at center, rgb(193, 193, 193) 0%, rgb(193, 193, 193) 25%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%) center 0 repeat-y;
  background-size: 8px 8px;
  width: 8px;
  height: 100%;
  display: block;
  background-color: brown;
  margin-top: 30px;
  margin-bottom: -70px;
}
.cur_contents .cur .left img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 10px;
}
.cur_contents .cur .left .cur_num_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cur_contents .cur .left .cur_num_flex .cur_theme {
  font-size: 30px;
  z-index: 2;
  display: inline-block;
}
.cur_contents .cur .left .cur_num_flex .cur_num {
  position: absolute;
  left: -100px;
  bottom: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #EBD7D6;
  font-size: 100px;
  line-height: 70px;
}
.cur_contents .cur .left .cur_num_flex .cur_deco {
  position: absolute;
  font-size: 85px;
  color: #E2ECF2;
  z-index: 1;
  bottom: -50px;
}
.cur_contents .cur .right {
  width: 70%;
}
.cur_contents .cur .right .cur_right_title {
  margin-bottom: 50px;
  letter-spacing: 10px;
}
.cur_contents .cur .right .check_img {
  width: 25px;
}
.cur_contents .cur .right .cur_example {
  position: relative;
  background-color: #F2F6F7;
  width: 100%;
  padding: 30px;
}
.cur_contents .cur .right .cur_example p {
  margin-left: 15px;
  letter-spacing: 5px;
  font-weight: bold;
  line-height: 30px;
}
.cur_contents .cur .right .cur_example .cur_example_img {
  position: absolute;
  right: 0;
  top: -30px;
}
.cur_contents .cur .right .cur_example .cur_example_img img {
  width: 150px;
}
.cur_contents .cur .right .cur_example .cur_example_contents {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 16px;
}
.cur_contents .cur .right .cur_example .warn {
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 10px 0;
}/*# sourceMappingURL=curriculum.css.map */