/* 평화통일교육 */
.sub-content.w1300.edu_content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.edu_cont1,
.edu_cont2 {
  margin-bottom: 130px;
}

.edu_cont2.mb150 {
  margin-bottom: 50px;
}

.edu_cont2.mb120 {
  margin-bottom: 120px;
}

.contBox h4 {
  font-size: 32px;
  font-weight: 600;
  color: #146e79;
  margin: 26px 0;
  line-height: 38px !important;
}

.contBox p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

.sub_titBox h5 {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  letter-spacing: -1px;
  margin: 20px 0;
}

.imgBox {
  margin-bottom: 60px;
}

.imgBox img {
  max-width: 100%;
  height: auto;
  display: block;
}

.halfCont.flex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.halfCont h4 {
  width: 440px;
  font-size: 32px;
  font-weight: 600;
  flex-shrink: 0;
  margin-right: 30px;
}

.halfCont .textBox {
  width: calc(100% - 470px);
  flex: 1;
}

.tableBox {
  margin-bottom: 0;
}

.tableBox table {
  width: 100%;
  border-collapse: collapse;
}

.tableBox table th {
  background-color: #f7f7f7;
  padding: 25px 0 !important;
  text-align: center;
  border: 1px solid #eaeaea;
}

.tableBox table td {
  padding: 25px 0 !important;
  text-align: center;
  border: 1px solid #eaeaea;
}

.tableBox table * {
  border-color: #eaeaea;
}

.border_t2 {
  border-top: 2px solid transparent;
}

.border_b {
  border-bottom: 1px solid #eaeaea;
}

.border_r {
  border-right: 1px solid #eaeaea;
}

.buttonBox {
  width:35%;
  margin: 0 auto 60px auto !important;
}

.buttonBox a {
  display: block;
  text-decoration: none;
}

.buttonBox .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 30px;
  background-color: #146e79;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.buttonBox .flex:hover {
  background-color: #0f545d;
}

.buttonBox .flex span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-right: 25px;
}

.buttonBox .flex img {
  width: auto;
  height: auto;
  display: block;
}

/* 모바일 최적화 */
@media (max-width: 768px) {
  .sub-content.w1300.edu_content {
    padding: 0 15px;
  }

  .edu_cont1,
  .edu_cont2 {
    margin-bottom: 60px;
  }

  .edu_cont2.mb150 {
    margin-bottom: 80px;
  }

  .edu_cont2.mb120 {
    margin-bottom: 60px;
  }

  .contBox h4 {
    font-size: 22px;
    line-height: 32px !important;
    margin: 20px 0 15px 0;
  }

  .contBox p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .sub_titBox h5 {
    font-size: 24px;
    margin: 15px 0;
  }

  .imgBox {
    margin-bottom: 40px;
  }

  .halfCont.flex {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .halfCont h4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .halfCont .textBox {
    width: 100%;
  }

  .tableBox {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tableBox table {
    min-width: 600px;
  }

  .tableBox table th {
    padding: 12px 8px;
    font-size: 14px;
  }

  .tableBox table td {
    padding: 15px 8px;
    font-size: 14px;
  }

  .buttonBox {
    width:100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .buttonBox .flex {
    padding: 15px 20px;
  }

  .buttonBox .flex span {
    font-size: 16px;
    margin-right: 15px;
  }

  .buttonBox .flex img {
    width: 20px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .sub-content.w1300.edu_content {
    padding: 0 10px;
  }

  .edu_cont1,
  .edu_cont2 {
    margin-bottom: 40px;
  }

  .edu_cont2.mb150 {
    margin-bottom: 50px;
  }

  .edu_cont2.mb120 {
    margin-bottom: 40px;
  }

  .contBox h4 {
    font-size: 18px !important;
    letter-spacing: -1px;
    line-height: 28px !important;
    margin: 16px 0 12px 0;
  }

  .contBox p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .sub_titBox h5 {
    font-size: 20px;
    margin: 12px 0;
  }

  .imgBox {
    margin-bottom: 30px;
  }

  .halfCont.flex {
    margin-bottom: 30px;
  }

  .halfCont h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .tableBox table th {
    padding: 10px 6px;
    font-size: 15px !important;
  }

  .tableBox table td {
    padding: 12px 6px;
    font-size: 15px !important;
  }

  .buttonBox {
    width:100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .buttonBox .flex {
    padding: 12px 16px;
  }

  .buttonBox .flex span {
    font-size: 16px !important;
    margin-right: 10px;
  }

  .buttonBox .flex img {
    width: 18px;
  }
}