/*기본 subPage CSS*/

#subIntro {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 210px;
}
#subIntro .bg-theme-alpha {
  width: 100%;
  height: 100%;
}

article#article-conent {
  font-size: 1.2em;
  color: #212121;
}

ul.listType01 {
  padding: 0px;
}
ul.listType01 ul {
  padding: 10px;
}
ul.listType01 ul li {
}
ul.listType01 table {
  margin: 25px 0px;
}

/*color*/
#content-section .color333 {
  color: #333;
}
#content-section .color666 {
  color: #666;
}

#content-section .font-small {
  font-size: 0.9em;
}
#content-section .font-big {
  font-size: 1.1em;
}

/*sub-detail CSS*/

/*서브디테일 비쥬얼 영역*/
#s-mainVisual {
  position: relative;
  margin-top: -58px;
  padding: 0px;
  height: 380px;
  overflow: hidden;
}

#s-mainVisual .container {
  max-width: 940px;
}

#s-mainVisual #s-title {
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: 50px;
}

#s-mainVisual .sub-label {
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: -15px;
}
#s-mainVisual .one-title {
  font-size: 2.7em;
  font-weight: 700;
  letter-spacing: -0.5px;
}
#s-mainVisual .sub-title {
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: -0.5px;
}

#s-mainVisual #s-avata {
  background-position: center center;
  background-size: 100% auto;
  height: 100%;
}
#s-mainVisual #s-avata img {
  display: none;
}

/* content main Title */
#s-mainTitle {
  margin-top: 80px;
  display: block;
  width: 100%;
}

#s-mainTitle .sub-label {
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: -15px;
}
#s-mainTitle .one-title {
  font-size: 2.7em;
  font-weight: 700;
  letter-spacing: -0.5px;
}
#s-mainTitle .sub-title {
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: -0.5px;
}

/* /content main Title */

#head-section {
  margin: 25px 0px;
}
#head-section .cnt-content {
  padding-left: 10px;
  border-left: 4px solid rgba(0, 0, 0, 0.6);
  font-size: 1.1em;
}

#content-section {
  padding: 5px 0px 50px;
  margin: 5px 0px 55px;
}

#content-section a {
  color: #333333;
}

#content-section .head-section {
  margin: 25px 0px;
}

#content-section .head-section .cnt-content {
  text-align: justify;
  padding-left: 10px;
  border-left: 4px solid rgba(0, 0, 0, 0.6);
}

#content-section p {
  font-size: 0.9em;
  line-height: 1.8em;
  margin: 20px 0px;
  word-break: keep-all;
}

#content-section .cnt-copy {
  font-size: 0.8em;
}

#content-section .p-cnt {
  text-align: justify;
  margin: 25px auto;
  word-break: keep-all;
}

#content-section .p-cnt .cnt-title {
  font-size: 1.4em;
  margin: 50px 0px;
}

/* #content-section .p-cnt .p-title {
  font-size: 1.4em;
  margin: 25px 0px;
} */

#content-section .p-cnt.p-title > span {
  display: inline-block;
  margin-bottom: 10px;

  font-weight: 600;
  font-size: 20px;
  color: #fff;
  padding: 8px 14px;
  background: #1c4f5d;
  border-radius: 0px 10px;
}

#content-section .p-cnt.p-title > h2 {
  display: block;

  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(68, 68, 68, 0.5);
  margin: 0;
  margin-bottom: 30px;
}

#content-section .p-cnt.p-title > .cnt-content {
  display: block;

  font-weight: 700;
  line-height: 1.3;
  color: #444;
}

#content-section .p-cnt.p-title > h3 {
  display: block;

  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  margin-top: 10px;
}

#content-section .p-cnt.p-title > h5 {
  display: block;

  font-weight: 500;
  font-size: 20px;
  color: #2c7e96;
  line-height: 1.5;
  background: rgba(241, 244, 244, 0.6);
  max-width: 990px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

#content-section .p-cnt.p-title > .cnt-content p.marks {
  position: relative;

  font-weight: 700;
  font-size: 24px;
  margin: 0;
  padding: 0 30px;
  line-height: 1.3;
  margin: 10px 0;
}

#content-section .p-cnt.p-title > .cnt-content p.marks::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #1c4f5d;
  border-radius: 10px;
}

/*프로모션 class*/
#content-section .promotion-01 {
}
#content-section .promotion-01 .ava-box {
  margin-bottom: 25px;
}
#content-section .promotion-01 .ava-thum {
  overflow: hidden;
  height: 220px;
  position: relative;
}
#content-section .promotion-01 .ava-thum img {
  width: 100%;
}
#content-section .promotion-01 .ava-info {
  position: absolute;
  padding: 0px 25px 0px;
  color: #fff;
  bottom: 0px;
}
#content-section .promotion-01 .ava-info h4 {
}
#content-section .promotion-01 .ava-info h3 {
  font-weight: 800;
  margin-top: 10px;
}

#content-section .promotion-02 {
}
#content-section .promotion-02 .ava-banner img {
  width: 100%;
  margin: 0 auto;
}
#content-section .promotion-02.colum-title {
  position: relative;
  margin-top: 90px;
}
#content-section .promotion-02.colum-title hr {
  border-top: 1px solid #cccccc;
}
#content-section .promotion-02.colum-title .po-ca {
  position: absolute;
  bottom: -25px;
}
#content-section .promotion-02.colum-title .po-ca img {
  max-height: 150px;
}
#content-section .promotion-02 .ava-info {
}
#content-section .promotion-02 .ava-box {
  margin-bottom: 25px;
}
#content-section .promotion-02 .ava-box img {
  width: 100%;
}
#content-section .promotion-02 .ava-info h4 {
  font-size: 15px;
  font-weight: 500;
}
#content-section .promotion-02 .ava-info p {
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#content-section .promotion-02 .ava-info p.under-border {
  border-bottom: 1px solid #848484;
  padding-bottom: 8px;
}
#content-section .promotion-02 .ava-info h3 {
  font-weight: 800;
  margin-top: 10px;
}
/*컨텐츠 내의 공통 간격 클래스*/
#content-section .bottom-blank-30 {
  margin-bottom: 30px;
}
#content-section .bottom-blank-40 {
  margin-bottom: 40px;
}
#content-section .bottom-blank-60 {
  margin-bottom: 60px;
}
#content-section .bottom-blank-80 {
  margin-bottom: 80px;
}
#content-section .bottom-blank-100 {
  margin-bottom: 100px;
}

#content-section .top-blank-30 {
  margin-top: 30px;
}
#content-section .top-blank-40 {
  margin-top: 40px;
}
#content-section .top-blank-60 {
  margin-top: 60px;
}
#content-section .top-blank-80 {
  margin-top: 80px;
}
#content-section .top-blank-100 {
  margin-top: 100px;
}

#content-section .container {
  padding-left: 7px;
  padding-right: 7px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
article#article-conent .cnt-ava {
  margin: 25px 0px;
  display: inline-block;
}
article#article-conent .cnt-ava .ava-box {
}

article#article-conent .cnt-ava .ava-info {
}

article#article-conent .ava-no-padding {
  padding: 0px;
}
article#article-conent .ava-no-padding .ava-box {
  padding: 1px;
}
article#article-conent .ava-no-padding img {
  width: 100%;
}

#shared-box {
  padding: 10px 0;
  border-top: 1px solid #1c4f5d;
  border-bottom: 1px solid #1c4f5d;
  margin-bottom: 50px;
}

#shared-box #good-icon {
  text-align: right;
}

#shared-box #shar-icon {
  text-align: left;
}

#shared-box #shar-icon,
#shared-box #good-icon {
  padding: 0 15px !important;
}

#shared-box #good-icon > a {
  float: right;
}

#shared-box #shar-icon > a {
  float: left;
}

#shared-box #good-icon > .reco-count {
  float: right;
  line-height: 48px;
  vertical-align: top;
  width: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #1c4f5d;
  margin-left: 10px;
}

article section section {
  position: relative;
  margin: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 480px) {
}

@media (max-width: 768px) {
  #s-mainVisual {
    height: auto;
    margin-top: -150px;
  }
  #s-mainVisual #s-avata img {
    display: block;
  }

  #s-mainVisual .sub-label {
    font-size: 1em;
  }
  #s-mainVisual .one-title {
    font-size: 1.8em;
  }
  #s-mainVisual .sub-title {
    font-size: 1em;
  }

  #s-mainTitle .sub-label {
    font-size: 1em;
  }
  #s-mainTitle .one-title {
    font-size: 1.8em;
  }
  #s-mainTitle .sub-title {
    font-size: 1em;
  }
}

@media (max-width: 992px) {
}

@media (max-width: 1000px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1600px) {
}

.func-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

#btn-pdf {
  right: 80px;
}

/* #article-conent .container {
  max-width: 990px;
} */

#article-conent .news-post-page .container {
  max-width: 1190px;
}

/* 한국마약퇴치운동본부 주요활동 */

.news-post-page {
  margin-bottom: 0 !important;
}

#ActivityList {
  text-align: center;
}

#ActivityList > ul {
  display: inline-block;
  list-style: none;
  max-width: 830px;
}

#ActivityList > ul > li {
  display: inline-block;
  margin: 5px;
  padding: 4px 15px;
  min-width: 95px;
  box-sizing: border-box;

  font-weight: 600;
  font-size: 18px;
  color: #1c4f5d;
  letter-spacing: -1.5px;

  border: 1px solid #1c4f5d;
  border-radius: 2px 10px;
  cursor: pointer;
}

#ActivityList > ul > li.active {
  color: #fff;
  background: #1c4f5d;
  pointer-events: none;
}

#ActivityList > .list_contents {
  display: none;
}

#ActivityList > .list_contents > .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #444;
  margin: 30px 0;
}

#ActivityList > .list_contents .one-line-title {
  background-color: rgba(44, 126, 150, 0.1);
  text-align: left;
  padding: 5px 25px;

  font-weight: bold;
  font-size: 20px;
  color: #1c4f5d;
  letter-spacing: -1.1px;
  line-height: 2;
  margin-bottom: 20px;
}

#ActivityList > .list_contents .cols-items {
  margin-top: 10px;
}

#ActivityList > .list_contents .cols-items:first-child {
  margin-top: 0;
}

#ActivityList > .list_contents .cols-items .cols-title {
  background-color: rgba(44, 126, 150, 0.1);
  text-align: left;
  padding: 5px 15px;

  font-weight: bold;
  font-size: 16px;
  color: #1c4f5d;
  letter-spacing: -1.5px;
  line-height: 2;
  margin-bottom: 10px;
}

#ActivityList > .list_contents .top-img {
  margin: 0;
}

#ActivityList > .list_contents .top-img > img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#ActivityList > .list_contents .bottom-text {
  margin: 0;
  padding: 25px;

  font-size: 16px;
  line-height: 2;
  letter-spacing: -1.5px;
  background-color: rgba(241, 244, 244, 0.5);
  text-align: left;
}

#ActivityList > .list_contents .history {
  background-color: rgba(241, 244, 244, 0.3);
}

#ActivityList > .list_contents .history .caption-img {
  margin-bottom: 25px;
}

#ActivityList > .list_contents .history .caption-img:first-child {
  margin-top: 0;
}

#ActivityList > .list_contents .history .caption-img > p {
  margin: 0;
  padding: 0;
}

#ActivityList > .list_contents .history .caption-img > p > img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#ActivityList > .list_contents .history .caption-img > p.caption {
  font-size: 16px;
  color: #1c4f5d;
  letter-spacing: -1.5px;
  line-height: 2;
  padding: 4px 20px;
  background-color: rgba(241, 244, 244, 0.6);
}

#ActivityList > .list_contents .history > ul.history-line {
  position: relative;
  list-style: none;
  text-align: left;
  padding: 20px 0;
  padding-left: 80px;
  padding-right: 20px;
  margin-bottom: 0;
  overflow: hidden;
}

#ActivityList > .list_contents .history > ul.history-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  border: 1px dashed #2c7e96;
  height: calc(100% + 5px);
}

#ActivityList > .list_contents .history > ul.history-line > li {
  position: relative;
  margin-top: 25px;
}

#ActivityList > .list_contents .history > ul.history-line > li:first-child {
  margin-top: 0;
}

#ActivityList > .list_contents .history > ul.history-line > li > div {
  position: relative;
  float: left;
  font-size: 18px;
  /* letter-spacing: -1px; */
  line-height: 1.2;
  color: #1c4f5d;
}

#ActivityList > .list_contents .history > ul.history-line > li > div.days {
  width: 25%;

  font-weight: 600;
}

#ActivityList > .list_contents .history > ul.history-line > li > div.days::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -51px;
  width: 24px;
  height: 24px;
  background-image: url("../images/days-mark.png");
}

#ActivityList > .list_contents .history > ul.history-line > li > div.text {
  width: 75%;

  font-weight: 400;
  word-break: keep-all;
}

#ActivityList > .list_contents .history > ul.history-line > li > div.text > p {
  font-size: 15px;
  line-height: 2;
  margin: 0;
  margin-top: 10px;
}

#ActivityList > .list_contents .history > .history-text {
  position: relative;
  padding: 2px 0;
}

#ActivityList > .list_contents .history > .history-text > p {
  position: relative;
  text-align: left;
  padding-left: 80px;
  padding-right: 20px;

  font-weight: 400;
  font-size: 18px;
  letter-spacing: -1.2px;
  line-height: 1.2;
}

#ActivityList > .list_contents .history > .history-text > p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 12px;
  height: 12px;
  background-color: #2c7e96;
  border-radius: 100%;
}

#ActivityList > .list_contents .history > .history-text2 {
  position: relative;
  padding: 25px 25px 25px 90px;
  text-align: left;
  list-style: none;
}

#ActivityList > .list_contents .history > .history-text2 > li {
  position: relative;
  margin-top: 0;
  padding: 11.3px 0;
}

#ActivityList > .list_contents .history > .history-text2 > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -90px;
  width: calc(100% + 115px);
  height: 0;
  border: 1px solid #f1f4f4;
}

#ActivityList > .list_contents .history > .history-text2 > li:first-child {
  margin-top: 0;
}

#ActivityList > .list_contents .history > .history-text2 > li:first-child::before {
  border: 0;
}

#ActivityList > .list_contents .history > .history-text2 > li > div {
  position: relative;
  float: left;
}

#ActivityList > .list_contents .history > .history-text2 > li > .mark {
  width: 35%;

  font-weight: 600;
  font-size: 18px;
}

#ActivityList > .list_contents .history > .history-text2 > li > .mark::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -40px;
  width: 9px;
  height: 9px;
  background-color: #2c7e96;
  border-radius: 100%;
}

#ActivityList > .list_contents .history > .history-text2 > li > .text {
  width: 65%;

  font-weight: 400;
  font-size: 16px;
  word-break: keep-all;
}

#ActivityList > .list_contents .closeBtn {
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid #444;
  border-radius: 35px;

  font-weight: 600;
  font-size: 16px;
  color: #444;
  margin-top: 30px;
  cursor: pointer;
}

#table_section {
  padding: 80px 0;
  background-color: #f8f7f6;
}

#table_section > .container > .caption {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  color: #444;
  margin-bottom: 35px;
}

#table_section > .container > table {
  position: relative;
  width: 100%;

  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  border: 2px solid #2c7e96;
  color: #2c7e96;
}

#table_section > .container > table > thead > tr > th {
  text-align: center;
  padding: 13px 0;
  color: #1c4f5d;
  background-color: rgba(44, 126, 150, 0.5);
  border: 1px solid #2c7e96;
  border-bottom: 0;
}

#table_section > .container > table > tbody > tr > td {
  padding: 16px 0;
  font-weight: 400;
  border: 1px solid #2c7e96;
}

#table_section > .container > table > tbody > tr > td:first-child {
  background-color: rgba(44, 126, 150, 0.3);
}

/* 일부 다른 콘텐츠용 */
#ActivityList > .list_content2 .history {
  background-color: transparent;
}

#ActivityList > .list_content2 .history > ul {
  background-color: rgba(241, 244, 244, 0.3);
}

/* 조금만 옆으로... */
@media (min-width: 992px) {
  .col-md-offset-l0 {
    margin-left: 1.5%;
  }

  #ActivityList > .list_content2 .history > ul {
    padding-bottom: 36px;
  }

  .col-md-6-padding-left {
    padding-left: 15px !important;
  }

  .col-md-6-padding-right {
    padding-right: 15px !important;
  }

  .col-md-6-padding-left .bottom-text {
    padding-bottom: 10% !important;
  }

  #ActivityList > .list_contents.list_content0 .cols-items .cols-title {
    min-height: 74px;
    display: flex;
    align-items: center;
  }

  #ActivityList > .list_contents.list_content0 .bottom-text {
    display: flex;
    align-items: center;
    min-height: 390px;
  }

  .max-hegiht22 .top-img > img {
    height: 326px !important;
  }

  .max-hegiht22 .bottom-text {
    min-height: 275px;
  }
}

.list_content6 .row,
.list_content8 .row,
.list_content9 .row,
.list_content12 .row {
  display: flex;
  flex-wrap: wrap;
}

.list_content0 .row .right-text,
.list_content6 .row .right-text,
.list_content8 .row .right-text,
.list_content9 .row .right-text,
.list_content12 .row .right-text {
  display: flex;
  align-items: center;
  text-align: left;
  background-color: rgba(241, 244, 244, 0.6);
  padding: 0 30px !important;

  font-size: 16px;
  line-height: 2;
  letter-spacing: -1.5px;
  color: #1c4f5d;
  flex-wrap: wrap;
}

.list_content12 .row .right-text > span {
  display: block;
  font-size: 18px;
  /* font-weight: 600; */
  letter-spacing: -0.5px;
  overflow: hidden;
}

.list_content12 .row .right-text > span > span {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.list_content12 .row .right-text > span > span.t1 {
  font-weight: 600;
  width: 180px;
  padding-left: 5%;
}

.list_content12 .row .right-text > span > span.t1::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #2c7e96;
  border-radius: 100%;
}

.list_content12 .row .right-text > span > span.t2 {
  width: calc(100% - 180px);
  text-align: left;
}

.mb-15 {
  margin-bottom: 15px !important;
}

#ActivityList > .list_contents.list_content12 .one-line-title > span {
  font-weight: 400;
  font-size: 16px;
}

.hr-text {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding-top: 20px;

  font-size: 16px;
  color: #2c7e96;
  text-align: center;
  line-height: 1.3;
  border-top: 1px solid #f1f4f4;
}

#content-section .table_item {
  position: relative;
  width: 100%;
  text-align: center;
  border: 1px solid #000;
}

#content-section .table_item > thead > tr > th {
  font-weight: 600;
  font-size: 20px;
  border: 1px solid #000;
  background-color: rgba(44, 126, 150, 0.1);
  text-align: center;
  padding: 5px 0;
}

#content-section .table_item > tbody > tr > td {
  border: 1px solid #000;
}

#content-section .table_item > tbody > tr > td:first-child {
  text-align: center;
  text-indent: 0;
}

#content-section .table_item > tbody > tr > td {
  text-align: left;
  text-indent: 20px;
  padding: 20px 0;
}

#content-section .table_item > tbody > tr > td > p {
  position: relative;
  margin: 0;
  margin-top: 10px;
  padding-left: 30px;

  font-size: 18px;
  color: #1c4f5d;
  line-height: 1.1;
}

#content-section .table_item > tbody > tr > td > p:first-child {
  margin-top: 0;
}

#content-section .table_item > tbody > tr > td > p::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 20px;
  width: 6px;
  height: 6px;
  background-color: #1c4f5d;
  border-radius: 6px;
}

#content-section .table_item > tbody > tr > td > p > span {
  float: left;
  width: 75px;
  letter-spacing: -1.5px;
}

#content-section .big-fonts {
  display: block;

  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#content-section .table-itemss {
  position: relative;
  width: 100%;
  border: 1px solid #444;
  text-align: center;
  min-width: 1000px;
}

#content-section .table-itemss > thead > tr > th {
  font-weight: 600;
  font-size: 20px;
  border: 1px solid #444;
  background-color: rgba(44, 126, 150, 0.1);
  text-align: center;
  padding: 5px 0;
}

#content-section .table-itemss > tbody > tr > td {
  border: 1px solid #444;
}

#content-section .table-itemss > tbody > tr > td:first-child {
  text-align: center;
  text-indent: 0;
}

#content-section .table-itemss > tbody > tr > td {
  padding: 20px 0;
}

#content-section .table-itemss > tbody > tr.color > td:last-child {
  background-color: rgba(44, 126, 150, 0.1);
}

#content-section .p-context {
  position: relative;
  padding: 80px 0;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 2;
  letter-spacing: -0.234px;
  margin-top: 30px;
  border-top: 1px solid #f1f4f4;
}

#content-section .p-context::after,
#content-section .p-context::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center center;
}

#content-section .p-context::before {
  top: 30px;
  background-image: url("../../../upload/kaada/magazine/21/351/top.png");
}

#content-section .p-context::after {
  bottom: 30px;
  background-image: url("../../../upload/kaada/magazine/21/351/bottom.png");
}

#content-section .p-context:first-child {
  margin-top: 0;
  border-top: 0;
}

#content-section .p-context > h1 {
  font-size: 1.1em;
}

#content-section .p-context > h2 {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.5);
}

.no-border {
  border: 0 !important;
}

.color22 {
  font-weight: 700;
  color: #1c4f5d;
}

.displayFlex {
  display: flex;
  flex-wrap: wrap;
}

.displayFlex .heightContent {
  display: flex;
  align-items: center;
  background-color: rgba(241, 244, 244, 0.6);
}

.list_content10 .row.vol-109 {
  display: flex;
  flex-wrap: wrap;
}

.list_content10 .row .right-text.vol-109 {
  display: flex;
  align-items: center;
  text-align: left;
  background-color: rgba(241, 244, 244, 0.6);
  padding: 0 30px !important;

  font-size: 16px;
  line-height: 2;
  letter-spacing: -1.5px;
  color: #1c4f5d;
  flex-wrap: wrap;
}

.vol-109-content7 .row {
  display: flex;
  flex-wrap: wrap;
}

.vol-109-content7 .row .left-img {
  display: flex;
  align-items: center;
  background-color: rgba(241, 244, 244, 0.6);
}

.vol-109-content7 .row .right-text {
  display: flex;
  align-items: center;
  text-align: left;
  background-color: rgba(241, 244, 244, 0.6);
  padding: 0 30px !important;
  font-size: 16px;
  line-height: 2;
  letter-spacing: -1.5px;
  color: #1c4f5d;
  flex-wrap: wrap;
}
