

ul, li {
  list-style-type: none;
}

/*서브 비주얼*/
.sub_cont_sec {
  width: 100%;
    margin-bottom: 70px;
}

.sub_cont_sec .subCont {
  width: 100%;
}
.sub_cont_sec .subCont__tex {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 15px 0;
}
.sub_cont_sec .subCont__tex--h5 {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #000000;
}
.sub_cont_sec .subCont__tex--h5 span {
  color: #6f94da;
}
.sub_cont_sec .subCont__tex--p {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sub_cont_sec .subCont__tex--p .tex_li {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
}
.sub_cont_sec .subCont__tex--p .tex_li.title {
  padding: 10px 20px;
  width: 100%;
  background-color: #1d2433;
  transition: all ease 0.5s;
  cursor: pointer;
}
.sub_cont_sec .subCont__tex--p .tex_li.title .tex {
  position: relative;
  display: flex;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
.sub_cont_sec .subCont__tex--p .tex_li.title:hover {
  background-color: #6f94da;
}
@media screen and (max-width: 768px) {
  .sub_cont_sec .subCont__tex--p .tex_li.title {
    margin-top: 0;
    padding: 10px;
  }
  .sub_cont_sec .subCont__tex--p .tex_li.title .tex {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  .sub_cont_sec .subCont__tex--p .tex_li.title .tex .tex_p .s_title {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
}
.sub_cont_sec .subCont__tex--p .tex_li .tex {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  color: #323333;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #19191a;
  padding: 30px 0 0;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p .s_title {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  color: #19191a;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p .s_title {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
  }
}
.sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p span {
  font-weight: 700;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p.bt_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p.bt_box img {
  width: 100%;
  max-width: 100%;
  padding: 20px;
  border: 1px solid #0a0a0a;
  border-radius: 31px;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p.bt_box .point_box {
  width: 100%;
  padding: 50px 20px;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p.bt_box .point_box .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #19191a;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p.bt_box .point_box .sub_tex {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  color: #19191a;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p.bt_box .point_box .sub_tex span {
  font-weight: 700;
  color: #538c73;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p .link_btn {
  margin: 20px 2px 10px;
  width: 170px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 340;
  line-height: 24px;
  color: #ffffff;
  background-color: #1b1d23;
  transition: all 0.5s ease;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p .link_btn:hover {
  background-color: #5c70bd;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p .link_btn.user {
  background-color: #29818d;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p .link_btn.user:hover {
  background-color: #54b2c0;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p .link_btn.myPage {
  background-color: #868d29;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p .link_btn.myPage:hover {
  background-color: #b9c05e;
}
@media screen and (max-width: 992px) {
  .sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #19191a;
    padding: 0;
  }
  .sub_cont_sec .subCont__tex--p .tex_li .tex .tex_p.bt_box {
    display: none;
  }
}
.sub_cont_sec .subCont__tex--p .tex_li .tex img {
  padding: 10px 0;
  width: 100%;
  max-width: 1500px;
  height: auto;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex b {
  font-weight: 700;
  color: #4466a7;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex.inline {
  display: inline-block;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex.inline span {
  font-weight: 700;
  color: #4466a7;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex.btn_box {
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.sub_cont_sec .subCont__tex--p .tex_li .tex.btn_box .link_btn {
  min-width: 170px;
}
.sub_cont_sec .subCont__tex--p .image_li {
  margin: 20px 0;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #c8cbce;
}
.sub_cont_sec .subCont__tex--p .image_li .img_box img {
  max-width: 230px;
  height: auto;
  margin: 10px;
}
.sub_cont_sec .subCont__tex--p span {
  width: 10px;
  height: 10px;
  display: contents;
  background-color: #1d2d3d;
}
@media screen and (max-width: 768px) {
  .sub_cont_sec .subCont__tex {
    padding: 30px 20px 0;
  }
  .sub_cont_sec .subCont__tex--h5 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }
}
