#prg main header {
  padding: 15px 0 80px 0;
  text-align: center;
}
#prg main header h1 {
  padding: 15px 0;
  text-transform: uppercase;
}
#prg main header p {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 12pt;
  letter-spacing: 3px;
}
#prg main header p strong {
  text-transform: uppercase;
  font-size: 13pt;
}
#prg main section {
  padding: 15px 40% 20px 10%;
  margin: 15px 0 80px;
  position: relative;
  text-align: center;
}
#prg main section.programgroup {
  background-image: none;
}
#prg main section.programgroup::before {
  display: inline-block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #98cac5;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  content: "";
}
#prg main section.programgroup a.button-default {
  padding-left: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  color: #000;
}
#prg main section.programgroup a.button-default > i {
  margin-right: 15px;
  font-size: 18pt;
}
#prg main section.programgroup.quality {
  background: url("/images/program/group/quality/background.jpg") calc(50% + 400px) 0 no-repeat;
  background-size: contain;
}
#prg main section.programgroup.quality::before {
  background-color: #b2dae8;
}
#prg main section.programgroup.quality a.button-default {
  background-color: #b2dae8;
}
#prg main section.programgroup.financing {
  background: url("/images/program/group/financing/background.jpg") calc(50% + 400px) 0 no-repeat;
  background-size: contain;
}
#prg main section.programgroup.financing::before {
  background-color: #f8a5de;
}
#prg main section.programgroup.financing a.button-default {
  background-color: #f8a5de;
}
#prg main section.programgroup.safety {
  background: url("/images/program/group/safety/background.jpg") calc(50% + 400px) 0 no-repeat;
  background-size: contain;
}
#prg main section.programgroup.safety::before {
  background-color: #fbd863;
}
#prg main section.programgroup.safety a.button-default {
  background-color: #fbd863;
}
#prg main section.programgroup.service {
  background: url("/images/program/group/service/background.jpg") calc(50% + 400px) 0 no-repeat;
  background-size: contain;
}
#prg main section.programgroup.service::before {
  background-color: #f7d0a7;
}
#prg main section.programgroup.service a.button-default {
  background-color: #f7d0a7;
}
#prg main section.programgroup.technology {
  background: url("/images/program/group/technology/background.jpg") calc(50% + 400px) 0 no-repeat;
  background-size: contain;
}
#prg main section.programgroup.technology::before {
  background-color: #c7dea4;
}
#prg main section.programgroup.technology a.button-default {
  background-color: #c7dea4;
}
#prg main section.programgroup ul.backslash {
  padding: 15px 0 40px 0;
}
#prg main section.programgroup ul.backslash li:not(.title) {
  text-transform: uppercase;
}
#prg main section h2 {
  padding: 0 0 40px 0;
  text-transform: uppercase;
  font-size: 22pt;
  font-weight: 500;
}

#prg-grp main {
  overflow: hidden;
  padding-bottom: 100px;
}
#prg-grp h1 {
  font-size: 32pt;
  text-transform: uppercase;
  font-weight: 500;
}
#prg-grp h1.programgroup-icon {
  padding-top: 120px;
  background-size: 80px;
  background-position-y: top;
  line-height: 1.4;
}
#prg-grp section {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 60px;
}
#prg-grp section.header {
  width: 45%;
  margin: 0;
  padding-top: 120px;
  position: relative;
}
#prg-grp section.header::before {
  display: inline-block;
  width: 20px;
  height: calc(100% - 120px);
  position: absolute;
  left: 0;
  top: 120px;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  content: "";
}
#prg-grp section.header p {
  padding: 60px;
  border: none;
}
#prg-grp section.extra-info {
  width: 90%;
  margin: 120px 0 80px auto;
  padding: 90px 40px 90px 150px;
  box-sizing: border-box;
  position: relative;
  background-color: #000;
  color: #fff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  text-align: left;
}
#prg-grp section.extra-info h2 {
  font-size: 24pt;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 25px;
  line-height: 1.3;
}
#prg-grp section.extra-info p {
  padding: 0;
  line-height: 1.6;
  font-weight: 300;
  border: none;
  text-align: left;
}
#prg-grp section div.motive {
  width: calc(100% + 120px);
  height: auto;
  text-align: right;
  overflow: hidden;
}
#prg-grp section div.motive img {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#prg-grp section div.motive + p {
  margin: 0 auto;
}
#prg-grp section:has(div.motive) {
  padding-bottom: 0;
}
#prg-grp section:has(.background-motive) {
  position: relative;
}
#prg-grp section h3 {
  font-size: 22pt;
}
#prg-grp section h3 strong {
  text-transform: uppercase;
  font-weight: 500;
}
#prg-grp section h3.top {
  color: #0b6fc7;
  font-weight: 500;
  padding-top: 40px;
}
#prg-grp section p {
  padding: 50px 0 80px 0;
  font-size: 14pt;
  border-bottom: 3px solid #b2dae8;
  text-align: center;
}
#prg-grp section p.before-motive {
  border: none;
}
#prg-grp section p.before-quote {
  border: none;
  padding-bottom: 0;
}
#prg-grp section p.quote br {
  display: none;
}
#prg-grp section p.quote strong::before {
  content: " ";
}
#prg-grp section p.quote.before-motive {
  border: none;
  padding-bottom: 0;
}
#prg-grp section p.narrow {
  padding-left: 15%;
  padding-right: 15%;
}
#prg-grp section .wi-content-more {
  color: #b2dae8;
  font-size: 26pt;
}
#prg-grp section a.button-content:hover > .eswebicon {
  color: #fff;
}
#prg-grp section ul.backslash {
  padding-top: 40px;
  text-align: left;
  padding-left: 30%;
}
#prg-grp section ul.backslash li {
  line-height: 2;
}
#prg-grp section ul.backslash li.title {
  padding-bottom: 5px;
}
#prg-grp section ul.backslash li strong {
  text-transform: uppercase;
  font-weight: 600;
}
#prg-grp section.more-info {
  width: 55%;
  text-align: left;
}
#prg-grp section.more-info ul {
  padding-top: 40px;
}
#prg-grp section.more-info ul li {
  position: relative;
  min-height: 50px;
  padding-bottom: 15px;
}
#prg-grp section.more-info ul li::before {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("/images/program/another/ico_program_info.svg");
  content: "";
  position: absolute;
  top: 0;
}
#prg-grp section.more-info ul li a {
  display: block;
  padding-left: 70px;
}
#prg-grp section.more-info ul li a strong {
  display: block;
  text-transform: uppercase;
  font-size: 14pt;
  font-weight: 400;
}
#prg-grp .background-motive {
  width: 1400px;
  height: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.15;
}
#prg-grp.quality {
  background: url("/images/program/group/quality/background.jpg") calc(50% + 400px) 70px no-repeat;
  background-size: 1000px;
}
#prg-grp.quality .background-motive {
  background-image: url("/images/program/group/quality/background.jpg");
}
#prg-grp.quality section.header::before {
  background-color: #b2dae8;
}
#prg-grp.financing {
  background: url("/images/program/group/financing/background.jpg") calc(50% + 400px) 70px no-repeat;
  background-size: 1000px;
}
#prg-grp.financing .background-motive {
  background-image: url("/images/program/group/financing/background.jpg");
}
#prg-grp.financing section.header::before {
  background-color: #f8a5de;
}
#prg-grp.safety {
  background: url("/images/program/group/safety/background.jpg") calc(50% + 400px) 70px no-repeat;
  background-size: 1000px;
}
#prg-grp.safety .background-motive {
  background-image: url("/images/program/group/safety/background.jpg");
}
#prg-grp.safety section.header::before {
  background-color: #fbd863;
}
#prg-grp.service {
  background: url("/images/program/group/service/background.jpg") calc(50% + 400px) 70px no-repeat;
  background-size: 1000px;
}
#prg-grp.service .background-motive {
  background-image: url("/images/program/group/service/background.jpg");
}
#prg-grp.service section.header::before {
  background-color: #f7d0a7;
}
#prg-grp.technology {
  background: url("/images/program/group/technology/background.jpg") calc(50% + 400px) 70px no-repeat;
  background-size: 1000px;
}
#prg-grp.technology .background-motive {
  background-image: url("/images/program/group/technology/background.jpg");
}
#prg-grp.technology section.header::before {
  background-color: #c7dea4;
}

#prg-pmr article.kitchen > header {
  display: flex;
  flex-wrap: nowrap;
}
#prg-pmr article.kitchen > header h1 {
  font-size: 15pt;
  font-weight: 500;
}
#prg-pmr article.kitchen > header div p {
  padding: 0 60px;
}
#prg-pmr article.kitchen > div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding-top: 40px;
}
#prg-pmr article.kitchen > div h2 {
  font-size: 15pt;
}
#prg-pmr article.kitchen > div > ul li h3 {
  padding-top: 15px;
  font-weight: 500;
}
#prg-pmr article.kitchen > div > ul li ul {
  list-style-position: outside;
  list-style-type: "- ";
  padding-left: 15px;
}
#prg-pmr article.kitchen > div > div {
  padding-left: 80px;
}

main.program {
  padding-bottom: 100px;
}
main.program article header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border: none;
}
main.program article header .banner {
  flex-basis: 100%;
  width: 100%;
  padding-top: calc(100% * 3 / 7);
}
main.program article header .title {
  padding: 15px 30px;
  margin-top: -95px;
  flex-basis: 35%;
  background-color: #f3f3f3;
  border-radius: 10px;
}
main.program article header .title h1 {
  line-height: 40px;
  font-size: 22pt;
  font-weight: 300;
  color: #0b6fc7;
  white-space: pre-line;
}
main.program article header .title h1 strong {
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: bottom;
}
main.program article header .title p {
  padding-top: 40px;
}
main.program article header .title p.motto {
  padding: 40px 0;
  color: #0b6fc7;
  font-size: 20pt;
  line-height: 1.5;
  text-transform: uppercase;
}
main.program article header .title .list {
  padding-top: 40px;
}
main.program article header .title .list > span {
  display: block;
  margin-bottom: 8px;
}
main.program article header .title .list > ul {
  padding-left: 8px;
}
main.program article header .title .list > ul > li {
  padding-bottom: 5px;
  padding-left: 15px;
}
main.program article header .title .list > ul > li::marker {
  content: "\\";
  display: inline-block;
}
main.program article header .warrantor {
  flex-basis: 40%;
  text-align: center;
}
main.program article header .warrantor figure {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
main.program article header .warrantor figure > * {
  flex-basis: 50%;
}
main.program article header .warrantor figure > a > span {
  display: block;
}
main.program article header .warrantor figure > div:has(img) {
  width: 150px;
  max-width: 150px;
  height: 150px;
  padding: 0;
  margin: 25px auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
main.program article header .warrantor figure > div:has(img) > img {
  width: 150px;
  height: auto;
  margin-top: 5%;
}
main.program article header .warrantor p {
  padding: 0;
  text-align: center;
}
main.program article header .warrantor p.name {
  font-size: 18pt;
  font-weight: 500;
}
main.program article header .warrantor p.motto {
  padding: 15px 0 0 0;
  color: #000;
  font-size: 12pt;
}
main.program article section {
  padding: 40px 80px;
  margin: 30px auto;
  text-align: center;
}
main.program article section.main-motto p {
  padding: 60px 25% 60px 25%;
  box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
  color: #0b6fc7;
  font-size: 20pt;
  font-weight: 500;
  background-position: 5% 50%;
  background-size: 140px;
}
main.program article section.bee-left {
  padding: 30px 120px;
  text-align: center;
  position: relative;
}
main.program article section.bee-left::before {
  display: inline-block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #98cac5;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  content: "";
}
main.program article section.black {
  background-color: #000;
  color: #fff;
}
main.program article section.black h2 {
  color: #fff;
}
main.program article section.black a {
  color: #858585;
}
main.program article section.before-motive {
  margin-bottom: 0;
}
main.program article section.counter h2 {
  text-align: left;
}
main.program article section.counter > div {
  padding: 15px 0 0 150px;
  counter-reset: item-counter;
  position: relative;
  text-align: left;
}
main.program article section.counter > div p {
  padding-bottom: 20px;
}
main.program article section.counter > div p::before {
  padding: 4px 7px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 12pt;
  counter-increment: item-counter;
  content: counter(item-counter) ".";
  position: absolute;
  left: 110px;
  background-color: #98cac5;
}
main.program article section:last-child {
  padding-bottom: 100px;
}
main.program article section h2 {
  padding: 0 0 15px 0;
  font-size: 20pt;
  font-weight: 500;
  text-transform: uppercase;
  color: #0b6fc7;
}
main.program article section div.quote {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
main.program article section div.quote > p {
  max-width: 31%;
  margin: 30px 20px 40px 0;
  white-space: pre-line;
  box-sizing: border-box;
  padding: 20px 50px 40px 50px;
  font-size: 10pt;
  border: 1px solid #98cac5;
  border-radius: 10px;
  text-align: left;
  border-right: 30px solid #98cac5;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
main.program article section div.quote > p a {
  display: block;
  color: #0b6fc7;
  font-size: 18pt;
}
main.program article section div.quote > p a::first-letter {
  text-transform: uppercase;
}
main.program article section div.quote > p a strong::first-letter {
  text-transform: uppercase;
  color: black;
}
main.program article section div.pre-title {
  margin-bottom: 30px;
}
main.program article section div.pre-title > p {
  font-weight: 500;
}
main.program article section ul.boxed {
  padding: 25px 60px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.program article section ul.boxed li {
  box-sizing: border-box;
  padding: 130px 50px 40px 50px;
  margin-bottom: 20px;
  flex-basis: 25%;
  text-align: center;
  background-position: 50% 30px;
  background-size: 80px;
  /*
  &:nth-child(3n+1) {
  	border-right: 30px solid $color-program;
  	border-top-right-radius: 20px;
  	border-bottom-right-radius: 20px;
  }
  */
  /*
  &:not(.title) {
  	background: url('/images/program/chh/ico_info1.svg') center top transparent no-repeat;
  	background-size: 30%;
  }
  */
}
main.program article section ul.boxed li.title {
  padding-bottom: 10px;
}
main.program article section ul.boxed li::before {
  content: "";
  width: 0;
}
main.program article section ul.boxed strong {
  font-weight: 500;
}
main.program article img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}

#prg-pdo section.main-motto > p {
  padding: 60px 10% 60px 40%;
}
#prg-pdo section h2.plus::before {
  content: "+";
  display: block;
  font-size: 3em;
  font-weight: 300;
  padding: 5px 0 35px;
}
#prg-pdo section h3 {
  font-size: 14pt;
  font-weight: 500;
  text-transform: uppercase;
  color: #2a70ca;
  line-height: 1.3;
  padding: 0;
}
#prg-pdo section .box-equals {
  font-size: 3.5em;
  text-transform: uppercase;
  color: #0b6fc7;
  padding: 0 0 13px;
  background: url("/images/program/pdo/border.svg") center bottom no-repeat;
  background-size: 80%;
}
#prg-pdo section .table {
  display: block;
  padding: 15px 0;
}
#prg-pdo section .table > ul {
  display: flex;
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#prg-pdo section .table > ul > li {
  flex-basis: 33.3333333333%;
  text-align: left;
}
#prg-pdo section .table > ul > li + li {
  padding-left: 20px;
}
#prg-pdo section .table > ul:nth-child(1) > li {
  font-weight: 500;
}
#prg-pdo section .table > span {
  display: block;
  font-size: 14pt;
  font-weight: 400;
  color: #2a70ca;
  margin-top: 15px;
}

#prg-pem main section > ul {
  margin: 15px 0;
}
#prg-pem main section > p + p {
  padding-top: 15px;
}

#prg-pmr main.program article header .banner {
  background: url("/images/program/pmr/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-pmr main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/pmr/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pmr main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/pmr/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pmr main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/pmr/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pmr main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/pmr/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pmr main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/pmr/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pmr main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/pmr/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pnh main.program article header .banner {
  background: url("/images/program/pnh/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-pnh main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/pnh/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pnh main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/pnh/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pnh main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/pnh/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pnh main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/pnh/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pnh main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/pnh/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pnh main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/pnh/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pph main.program article header .banner {
  background: url("/images/program/pph/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-pph main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/pph/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pph main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/pph/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pph main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/pph/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pph main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/pph/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pph main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/pph/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pph main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/pph/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-vyd main.program article header .banner {
  background: url("/images/program/vyd/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-vyd main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/vyd/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-vyd main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/vyd/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-vyd main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/vyd/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-vyd main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/vyd/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-vyd main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/vyd/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-vyd main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/vyd/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pch main.program article header .banner {
  background: url("/images/program/pch/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-pch main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/pch/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pch main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/pch/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pch main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/pch/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pch main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/pch/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pch main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/pch/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pch main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/pch/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pms main.program article header .banner {
  background: url("/images/program/pms/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-pms main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/pms/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pms main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/pms/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pms main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/pms/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pms main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/pms/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pms main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/pms/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pms main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/pms/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-phf main.program article header .banner {
  background: url("/images/program/phf/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-phf main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/phf/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-phf main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/phf/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-phf main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/phf/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-phf main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/phf/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-phf main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/phf/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-phf main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/phf/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pzr main.program article header .banner {
  background: url("/images/program/pzr/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-pzr main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/pzr/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pzr main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/pzr/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pzr main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/pzr/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pzr main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/pzr/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pzr main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/pzr/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pzr main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/pzr/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-vrd main.program article header .banner {
  background: url("/images/program/vrd/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-vrd main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/vrd/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-vrd main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/vrd/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-vrd main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/vrd/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-vrd main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/vrd/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-vrd main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/vrd/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-vrd main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/vrd/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pid main.program article header .banner {
  background: url("/images/program/pid/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-pid main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/pid/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pid main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/pid/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pid main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/pid/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pid main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/pid/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pid main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/pid/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pid main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/pid/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pup main.program article header .banner {
  background: url("/images/program/pup/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-pup main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/pup/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pup main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/pup/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pup main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/pup/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pup main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/pup/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pup main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/pup/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pup main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/pup/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pps main.program article header .banner {
  background: url("/images/program/pps/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-pps main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/pps/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pps main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/pps/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pps main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/pps/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pps main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/pps/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pps main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/pps/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pps main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/pps/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pph main.program article header .banner {
  background: url("/images/program/pph/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-pph main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/pph/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pph main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/pph/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pph main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/pph/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pph main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/pph/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pph main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/pph/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pph main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/pph/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-psp main.program article header .banner {
  background: url("/images/program/psp/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-psp main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/psp/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-psp main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/psp/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-psp main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/psp/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-psp main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/psp/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-psp main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/psp/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-psp main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/psp/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-chh main.program article header .banner {
  background: url("/images/program/chh/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-chh main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/chh/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-chh main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/chh/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-chh main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/chh/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-chh main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/chh/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-chh main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/chh/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-chh main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/chh/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pd main.program article header .banner {
  background: url("/images/program/pd/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-pd main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/pd/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pd main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/pd/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pd main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/pd/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pd main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/pd/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pd main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/pd/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pd main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/pd/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pdo main.program article header .banner {
  background: url("/images/program/pdo/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-pdo main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/pdo/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pdo main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/pdo/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pdo main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/pdo/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pdo main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/pdo/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pdo main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/pdo/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pdo main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/pdo/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pem main.program article header .banner {
  background: url("/images/program/pem/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#prg-pem main.program article section ul.boxed li:not(.title):nth-child(2) {
  background: url("/images/program/pem/ico_info1.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pem main.program article section ul.boxed li:not(.title):nth-child(3) {
  background: url("/images/program/pem/ico_info2.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pem main.program article section ul.boxed li:not(.title):nth-child(4) {
  background: url("/images/program/pem/ico_info3.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pem main.program article section ul.boxed li:not(.title):nth-child(5) {
  background: url("/images/program/pem/ico_info4.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pem main.program article section ul.boxed li:not(.title):nth-child(6) {
  background: url("/images/program/pem/ico_info5.svg") center top transparent no-repeat;
  background-size: 30%;
}
#prg-pem main.program article section ul.boxed li:not(.title):nth-child(7) {
  background: url("/images/program/pem/ico_info6.svg") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pph.cs main.program article section ul.boxed li:not(.title):nth-child(2) {
  background-image: url("/images/program/pph/ico_info1.cs.svg");
}

#prg-pph.sk main.program article section ul.boxed li:not(.title):nth-child(2) {
  background-image: url("/images/program/pph/ico_info1.sk.svg");
}

#prg-pph.cs main.program article section ul.boxed li:not(.title):nth-child(6) {
  background-image: url("/images/program/pph/ico_info5.cs.svg");
}

#prg-pph.sk main.program article section ul.boxed li:not(.title):nth-child(6) {
  background-image: url("/images/program/pph/ico_info5.sk.svg");
}

#prg-vrd.cs main.program article section ul.boxed li:not(.title):nth-child(4) {
  background-image: url("/images/program/vrd/ico_info3.cs.svg");
}

#prg-vrd.sk main.program article section ul.boxed li:not(.title):nth-child(4) {
  background-image: url("/images/program/vrd/ico_info3.sk.svg");
}
