@charset "UTF-8";
/*한남동 마을복지 '오감채움' 관련.css*/
.borderBox1 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0px 30px 43px 30px;
  margin: 43px 0px -8px 0px;
  border-radius: 5px;
  border: 2px solid #652d8d; }
  .borderBox1 .middleTitle {
    display: flex;
    justify-content: center;
    margin: 0px;
    height: auto;
    position: relative;
    width: 100%;
    height: 48px; }
    .borderBox1 .middleTitle div.titleBox {
      position: absolute;
      top: -24px;
      min-height: 48px;
      height: auto;
      text-align: center;
      border: 2px solid #652d8d;
      width: auto;
      height: auto;
      border-radius: 30px;
      background-color: white;
      color: #333;
      padding: 0 35px; }
      .borderBox1 .middleTitle div.titleBox div.cBox {
        position: absolute;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        border: 2px solid #652d8d; }
      .borderBox1 .middleTitle div.titleBox div.cBox:nth-child(1) {
        top: 50%;
        margin-top: -4px;
        left: 15px; }
      .borderBox1 .middleTitle div.titleBox div.cBox:nth-child(2) {
        top: 50%;
        margin-top: -4px;
        right: 15px; }
  .borderBox1 .textCon .rowRow {
    display: flex;
    width: 100%;
    height: auto;
    margin: 20px 0; }
    .borderBox1 .textCon .rowRow .colImg {
      width: 200px;
      margin-right: 20px; }
    .borderBox1 .textCon .rowRow .colTxt {
      width: calc(100% - 220px); }
      .borderBox1 .textCon .rowRow .colTxt h5.middleTitle {
        display: block;
        text-align: left;
        margin: 0px;
        width: 100%;
        font-size: 1.2em;
        height: auto; }
      .borderBox1 .textCon .rowRow .colTxt p b {
        color: #625f9e;
        font-weight: 700; }

@media screen and (max-width: 768px) {
  .borderBox1 {
    margin-top: 70px; }
    .borderBox1 .textCon .rowRow {
      display: flex;
      width: 100%;
      height: auto;
      flex-flow: column;
      margin: 20px 0; }
      .borderBox1 .textCon .rowRow .colImg {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        margin-right: 0px; }
      .borderBox1 .textCon .rowRow .colTxt {
        width: calc(100%); } }
@media screen and (max-width: 442px) {
  .borderBox1 {
    margin-top: 70px; }
    .borderBox1 .middleTitle div.titleBox {
      top: -52px; }
    .borderBox1 .textCon .rowRow {
      display: flex;
      width: 100%;
      height: auto;
      flex-flow: column;
      margin: 20px 0; }
      .borderBox1 .textCon .rowRow .colImg {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        margin-right: 0px; }
      .borderBox1 .textCon .rowRow .colTxt {
        width: calc(100%); } }
@media screen and (max-width: 330px) {
  .borderBox1 {
    margin-top: 85px;
    padding: 20px; }
    .borderBox1 .middleTitle div.titleBox {
      top: -72px; }
    .borderBox1 .textCon .rowRow {
      display: flex;
      width: 100%;
      height: auto;
      flex-flow: column;
      margin: 20px 0; }
      .borderBox1 .textCon .rowRow .colImg {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        margin-right: 0px; }
      .borderBox1 .textCon .rowRow .colTxt {
        width: calc(100%); } }

/*# sourceMappingURL=fiveS.css.map */
