@font-face {
  font-family: "ChosunGu";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGu.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.color1 {
  color: #61b7d9;
}

main .content10 .fontChange {
  font-family: "ChosunGu";
  font-weight: 600;
}
main .content10 h6 {
  font-size: 1.2rem;
  margin-top: 20px;
}
main .content10 .dotteBor {
  border: 2px dotted #444;
}
main .content10 .textH6 {
  border-bottom: 2px solid gray;
}
main .content10 .row {
  margin: 20px auto 0 auto;
  margin-top: 40px;
}
main .content10 .row .textBox {
  color: #61b7d9;
  background-color: #2c2825;
  padding: 20px;
  box-sizing: border-box;
}
main .content10 .row .textBox .color1 {
  color: #61b7d9;
}
main .content10 .row .textBox .textH5 {
  margin: 0;
}
main .content10 .row .textBox p {
  color: #fff;
  font-size: 0.9em;
  text-align: left;
}
main .content10 .row1 {
  margin-top: 20px;
}
main .content10 .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 20px 0 0 0;
}
main .content10 .flex .textCon {
  color: #61b7d9;
  background-color: #2c2825;
  width: calc(75% - 10px);
  padding: 20px;
  box-sizing: border-box;
}
main .content10 .flex .textCon .color1 {
  color: #61b7d9;
}
main .content10 .flex .textCon .textH5 {
  margin: 0;
}
main .content10 .flex .textCon p {
  color: #fff;
  font-size: 0.9em;
}
main .content10 .flex .imgCon {
  width: calc(25% - 10px);
}
main .content10 .flex .imgCon img {
  width: 100%;
  display: block;
}
main .content10 .flex .imgCon2 {
  width: 300px;
}
main .content10 .flex .imgCon2 img {
  width: 100%;
}
main .content10 .flex .textCon2 {
  width: calc(100% - 350px);
}
main .content10 .flex .textCon2 h6 {
  margin-top: 0;
}
main .content10 .program .textH6 {
  margin-top: 10px;
}
main .content10 .program .highlighter {
  background: linear-gradient(to top, #2c2825 100%, transparent 40%);
  color: #61b7d9;
}
main .content10 .textCon2 {
  color: #61b7d9;
  background-color: #2c2825;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  box-sizing: border-box;
}
main .content10 .textCon2 .color1 {
  color: #61b7d9;
}
main .content10 .textCon2 .textH5 {
  margin: 0;
}
main .content10 .textCon2 p {
  color: #fff;
  font-size: 0.9em;
}
main .content10 .textCon2 .smallText {
  font-size: 0.9em;
}
main .content10 .mControl {
  margin-top: 15px;
}
main .content10 .imgBox {
  margin: 20px 0 0 0;
  position: relative;
}
main .content10 .imgBox .textH5 {
  color: #61b7d9;
  position: absolute;
  top: 20px;
  right: 120px;
  margin: 0;
}
main .content10 .imgBox .abImg {
  position: absolute;
  bottom: 10px;
  color: #fff;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
}
main .content10 .imgBox .abImg .backText {
  background-color: #61b7d9;
  color: black;
}
main .content10 .flexCon {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
main .content10 .flexCon .col2 {
  width: calc((100% - 20px) / 2);
}
main .content10 .flexCon .col2 img {
  width: 100%;
  display: block;
}
main .content10 .color2 {
  color: #61b7d9;
  background-color: #000;
}

@media screen and (max-width: 1100px) {
  main .content10 .imgBox2 {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
  }
  main .content10 .flex .textCon {
    width: calc(70% - 10px);
  }
  main .content10 .flex .imgCon {
    width: calc(30% - 10px);
  }
}
@media screen and (max-width: 960px) {
  main .content10 .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  main .content10 .flex .textCon {
    width: calc(100%);
  }
  main .content10 .flex .imgCon {
    width: calc(100%);
  }
  main .content10 .flex .imgCon img {
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  main .content10 .reverse {
    flex-direction: column-reverse;
  }
  main .content10 .imgBox {
    position: inherit;
  }
  main .content10 .imgBox .textH5 {
    color: #61b7d9;
    position: inherit;
    top: 20px;
    right: 120px;
    margin: 0;
  }
  main .content10 .imgBox .abImg {
    position: inherit;
    color: inherit;
    padding: 0px;
  }
  main .content10 .imgBox:nth-child(2) {
    margin: 50px 0 0 0;
  }
  main .content10 .flexCon {
    flex-direction: column;
  }
  main .content10 .flexCon .col2 {
    width: calc(100%);
  }
  main .content10 .row .col2 {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 425px) {
  main .content10 .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  main .content10 .flex .textCon {
    width: calc(100%);
    margin-top: 20px;
  }
  main .content10 .flex .imgCon {
    width: calc(100%);
  }
  main .content10 .flex .imgCon img {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  main .content10 .reverse {
    flex-direction: column-reverse;
  }
  main .content10 .imgBox {
    position: inherit;
  }
  main .content10 .imgBox .textH5 {
    color: #61b7d9;
    position: inherit;
    top: 20px;
    right: 120px;
    margin: 0;
  }
  main .content10 .imgBox .abImg {
    position: inherit;
    color: inherit;
    padding: 0px;
  }
  main .content10 .imgBox:nth-child(2) {
    margin: 50px 0 0 0;
  }
  main .content10 .flexCon {
    flex-direction: column;
  }
  main .content10 .flexCon .col2 {
    width: calc(100%);
  }
}