#prg main header {
  padding: 15px 0 80px 0;
  text-align: center;
}
#prg main header > .banner {
  width: 100%;
  padding-top: 42.8571428571%;
  background: url("/images/program/group/banner.jpg?99") 50% 50% no-repeat;
  background-size: cover;
}
#prg main header > .program-intro {
  max-width: 1800px;
  margin: -95px auto 0;
  border-radius: 20px;
  border: 4px solid #f4f0ea;
  background: #fcfbf9;
}
#prg main header > .program-intro > h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#prg main header > .program-intro > h1 > span {
  position: relative;
  font-size: 128px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
#prg main header > .program-intro > h1 > span:not(:last-child) {
  margin-bottom: 13px;
}
#prg main header > .program-intro > h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#prg main header > .program-intro > h1 {
  color: #60707a;
  padding: 35px 0;
  margin-bottom: 55px;
  text-transform: uppercase;
}
#prg main header > .program-intro > p {
  max-width: 1280px;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
  color: #212111;
  letter-spacing: 2.4px;
  margin: 0 auto 90px;
}
#prg main header > .program-intro > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
#prg main header > .program-intro > div > div {
  flex-basis: calc(20% - 40px);
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
#prg main header > .program-intro > div > div:nth-child(1) > div > span > span {
  background-color: #80cce7;
}
#prg main header > .program-intro > div > div:nth-child(1) > a {
  border-color: #80cce7;
}
#prg main header > .program-intro > div > div:nth-child(2) > div > span > span {
  background-color: #f67bcf;
}
#prg main header > .program-intro > div > div:nth-child(2) > a {
  border-color: #f67bcf;
}
#prg main header > .program-intro > div > div:nth-child(3) > div > span > span {
  background-color: #fbd863;
}
#prg main header > .program-intro > div > div:nth-child(3) > a {
  border-color: #fbd863;
}
#prg main header > .program-intro > div > div:nth-child(4) > div > span > span {
  background-color: #edb274;
}
#prg main header > .program-intro > div > div:nth-child(4) > a {
  border-color: #edb274;
}
#prg main header > .program-intro > div > div:nth-child(5) > div > span > span {
  background-color: #97e422;
}
#prg main header > .program-intro > div > div:nth-child(5) > a {
  border-color: #97e422;
}
#prg main header > .program-intro > div > div > div > h2 {
  font-size: 42px;
  font-weight: 200;
  color: #212111;
  text-align: center;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#prg main header > .program-intro > div > div > div > span {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
#prg main header > .program-intro > div > div > div > span > img {
  display: block;
  width: 100%;
  border-radius: 0 20px 20px 20px;
}
#prg main header > .program-intro > div > div > div > span > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 0 20px 20px 0;
  padding: 10px 20px;
  background-color: #80cce7;
}
#prg main header > .program-intro > div > div > div > p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: normal;
  letter-spacing: 1.6px;
  padding: 0 15px;
  margin-bottom: 50px;
}
#prg main header > .program-intro > div > div > a {
  border: 2px solid;
}
#prg main header > .program-intro > div > div > a > span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
#prg main header > .program-intro > div > div > a > span:nth-child(2) {
  font-size: 18px;
  letter-spacing: 1.8px;
}
#prg main section {
  margin: 15px 0 80px;
  position: relative;
  text-align: center;
}
#prg main section.sectionbox2 > div {
  max-width: 1800px;
  margin: 0 auto;
  display: inline-flex;
  width: 100%;
  background-color: #f4f0ea;
  border-radius: 20px;
  padding: 55px 0;
}
#prg main section.sectionbox2 > div > div {
  width: 50%;
}
#prg main section.sectionbox2 > div > div:nth-child(1) {
  position: relative;
}
#prg main section.sectionbox2 > div > div:nth-child(1) > span {
  position: relative;
  display: block;
}
#prg main section.sectionbox2 > div > div:nth-child(1) > span > img {
  display: block;
  width: 100%;
  border-radius: 0 20px 20px 0;
}
#prg main section.sectionbox2 > div > div:nth-child(1) > span > span {
  position: absolute;
  bottom: 25px;
  left: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 0 20px 20px 0;
  background: #f67bcf;
  padding: 10px 20px;
}
#prg main section.sectionbox2 > div > div:nth-child(1) > div {
  position: absolute;
  top: 20px;
  right: -100px;
  width: 420px;
  border: 1px solid #fcfbf9;
  border-radius: 16px 16px 16px 0;
  background-color: #60707a;
  padding: 26px 46px 19px;
}
#prg main section.sectionbox2 > div > div:nth-child(1) > div > * {
  display: block;
  font-weight: 400;
  color: #fcfbf9;
  text-align: center;
  letter-spacing: 1.6px;
}
#prg main section.sectionbox2 > div > div:nth-child(1) > div > * > span {
  display: block;
}
#prg main section.sectionbox2 > div > div:nth-child(1) > div > * > span:nth-child(1) {
  text-transform: uppercase;
  padding-top: 40px;
}
#prg main section.sectionbox2 > div > div:nth-child(2) > h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#prg main section.sectionbox2 > div > div:nth-child(2) > h2 > span {
  position: relative;
  font-size: 128px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
#prg main section.sectionbox2 > div > div:nth-child(2) > h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
#prg main section.sectionbox2 > div > div:nth-child(2) > h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #fcfbf9;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#prg main section.sectionbox2 > div > div:nth-child(2) > h2 {
  margin-top: -20px;
  margin-bottom: 35px;
}
#prg main section.sectionbox2 > div > div:nth-child(2) > h2 > span:nth-child(1) {
  margin-left: -50px;
}
#prg main section.sectionbox2 > div > div:nth-child(2) > h2 > * span::before {
  background-color: #fcfbf9;
}
#prg main section.sectionbox2 > div > div:nth-child(2) > div > p {
  max-width: 690px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 150%;
  margin: 0 auto 55px;
}
#prg main section.sectionbox3 > div {
  max-width: 1800px;
  margin: 0 auto;
  display: inline-flex;
  width: 100%;
  padding: 55px 0;
}
#prg main section.sectionbox3 > div > div {
  width: 50%;
}
#prg main section.sectionbox3 > div > div:nth-child(1) > h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#prg main section.sectionbox3 > div > div:nth-child(1) > h2 > span {
  position: relative;
  font-size: 128px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
#prg main section.sectionbox3 > div > div:nth-child(1) > h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
#prg main section.sectionbox3 > div > div:nth-child(1) > h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#prg main section.sectionbox3 > div > div:nth-child(1) > h2 {
  margin-top: -20px;
  margin-bottom: 35px;
}
#prg main section.sectionbox3 > div > div:nth-child(1) > h2 > span {
  padding-right: 13vw;
}
#prg main section.sectionbox3 > div > div:nth-child(1) > h2 > span:not(:first-child) {
  align-self: flex-end;
}
#prg main section.sectionbox3 > div > div:nth-child(1) > h2 > span:not(:first-child)::before {
  border-radius: 20px 0 0 20px;
}
#prg main section.sectionbox3 > div > div:nth-child(1) > h2 > * span::before {
  background-color: #fcfbf9;
}
#prg main section.sectionbox3 > div > div:nth-child(1) > div > p {
  max-width: 690px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 150%;
  margin: 0 auto 55px;
}
#prg main section.sectionbox3 > div > div:nth-child(2) {
  position: relative;
}
#prg main section.sectionbox3 > div > div:nth-child(2) > span {
  position: relative;
  display: block;
}
#prg main section.sectionbox3 > div > div:nth-child(2) > span > img {
  display: block;
  width: 100%;
  border-radius: 20px 0 0 20px;
}
#prg main section.sectionbox3 > div > div:nth-child(2) > span > span {
  position: absolute;
  bottom: 25px;
  left: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 0 20px 20px 0;
  background: #80cce7;
  padding: 10px 20px;
}
#prg main section.sectionbox3 > div > div:nth-child(2) > div {
  position: absolute;
  top: 20px;
  right: -100px;
  width: 420px;
  border: 1px solid #fcfbf9;
  border-radius: 16px 16px 16px 0;
  background-color: #60707a;
  padding: 26px 46px 19px;
}
#prg main section.sectionbox3 > div > div:nth-child(2) > div > * {
  display: block;
  font-weight: 400;
  color: #fcfbf9;
  text-align: center;
  letter-spacing: 1.6px;
}
#prg main section.sectionbox3 > div > div:nth-child(2) > div > * > span {
  display: block;
}
#prg main section.sectionbox3 > div > div:nth-child(2) > div > * > span:nth-child(1) {
  text-transform: uppercase;
  padding-top: 40px;
}
#prg main section .index-box1 {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 80px));
  grid-template-rows: auto;
  justify-content: space-evenly;
  justify-items: center;
}
#prg main section .index-box1 > div {
  max-width: 1800px;
  margin: 0 auto;
}
#prg main section .index-box1 > div > :nth-child(1) {
  margin-bottom: 40px;
}
#prg main section .index-box1 > div > :nth-child(1) > a {
  display: block;
  position: relative;
}
#prg main section .index-box1 > div > :nth-child(1) > a > img {
  display: block;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
#prg main section .index-box1 > div > :nth-child(1) > a > span {
  position: absolute;
  bottom: 25px;
  left: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 0 20px 20px 0;
  background: #80cce7;
  padding: 10px 20px;
}
#prg main section .index-box1 > div > :nth-child(1) > a.bgclr-quality > span {
  background-color: #80cce7;
}
#prg main section .index-box1 > div > :nth-child(1) > a.bgclr-financing > span {
  background-color: #f67bcf;
}
#prg main section .index-box1 > div > :nth-child(1) > a.bgclr-safety > span {
  background-color: #fbd863;
}
#prg main section .index-box1 > div > :nth-child(1) > a.bgclr-service > span {
  background-color: #edb274;
}
#prg main section .index-box1 > div > :nth-child(1) > a.bgclr-technology > span {
  background-color: #97e422;
}
#prg main section .index-box1 > div > :nth-child(2) {
  text-align: center;
}
#prg main section .index-box1 > div > :nth-child(2) > h2 {
  font-size: 64px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 6.4px;
  line-height: normal;
  color: #212111;
  margin-bottom: 40px;
}
#prg main section .index-box1 > div > :nth-child(2) > p {
  width: 80%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  color: #212111;
  margin: 0 auto 60px;
}
#prg main section .index-box1 > div > :nth-child(2) > p::before {
  content: "";
  display: block;
  width: 95%;
  height: 3px;
  background-color: #f4f0ea;
  margin-bottom: 20px;
}
#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: #80cce7;
}
#prg main section.programgroup.quality a.button-default {
  background-color: #80cce7;
}
#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: #f67bcf;
}
#prg main section.programgroup.financing a.button-default {
  background-color: #f67bcf;
}
#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: #edb274;
}
#prg main section.programgroup.service a.button-default {
  background-color: #edb274;
}
#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: #97e422;
}
#prg main section.programgroup.technology a.button-default {
  background-color: #97e422;
}
#prg main section.programgroup ul.backslash {
  padding: 15px 0 40px 0;
}
#prg main section.programgroup ul.backslash li:not(.title) {
  text-transform: uppercase;
}

#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: #ffffff;
  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: #ffffff;
  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: #336699;
  font-weight: 500;
  padding-top: 40px;
}
#prg-grp section p {
  padding: 50px 0 80px 0;
  font-size: 14pt;
  border-bottom: 3px solid #80cce7;
  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: #80cce7;
  font-size: 26pt;
}
#prg-grp section a.button-content:hover > .eswebicon {
  color: #ffffff;
}
#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: #80cce7;
}
#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: #f67bcf;
}
#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: #edb274;
}
#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: #97e422;
}

.prg-dtl .divider {
  width: 100%;
  max-width: 1800px;
  height: 3px;
  background-color: #f4f0ea;
  margin: 25px auto;
}
.prg-dtl header {
  padding: 15px 0 25px 0;
}
.prg-dtl header > .banner {
  width: 100%;
  padding-top: 42.8571428571%;
  background: url("/images/program/group/banner.jpg?99") 50% 50% no-repeat;
  background-size: cover;
}
.prg-dtl header > .program-intro {
  width: 100%;
  max-width: 1800px;
  margin: -95px auto 0;
  border-radius: 20px;
  border: 4px solid #f4f0ea;
  background: #fcfbf9;
}
.prg-dtl header > .program-intro > h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.prg-dtl header > .program-intro > h1 > span {
  position: relative;
  font-size: 128px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
.prg-dtl header > .program-intro > h1 > span:not(:last-child) {
  margin-bottom: 13px;
}
.prg-dtl header > .program-intro > h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.prg-dtl header > .program-intro > h1 {
  color: #60707a;
  padding: 10px 0 35px;
  margin-bottom: 55px;
  text-transform: uppercase;
}
.prg-dtl header > .program-intro > h1 > small {
  font-size: 80px;
  font-weight: 200;
  line-height: 128px; /* 160% */
  letter-spacing: 8px;
  text-transform: uppercase;
  padding-left: 25px;
}
.prg-dtl header > .program-intro > p {
  max-width: 1280px;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
  color: #212111;
  letter-spacing: 2.4px;
  margin: 0 auto 90px;
}
.prg-dtl header > .program-intro > .prg-grp {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 0 20px 20px 0;
  padding: 10px 20px;
  margin-top: 47px;
  margin-left: -4px;
}
.prg-dtl header > .program-intro > .motto {
  font-size: 42px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 4.2px;
}
.prg-dtl header > .program-intro > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.prg-dtl header > .program-intro > div > div {
  flex-basis: calc(20% - 40px);
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
.prg-dtl header > .program-intro > div > div:nth-child(1) > div > span > span {
  background-color: #80cce7;
}
.prg-dtl header > .program-intro > div > div:nth-child(1) > a {
  border-color: #80cce7;
}
.prg-dtl header > .program-intro > div > div:nth-child(2) > div > span > span {
  background-color: #f67bcf;
}
.prg-dtl header > .program-intro > div > div:nth-child(2) > a {
  border-color: #f67bcf;
}
.prg-dtl header > .program-intro > div > div:nth-child(3) > div > span > span {
  background-color: #fbd863;
}
.prg-dtl header > .program-intro > div > div:nth-child(3) > a {
  border-color: #fbd863;
}
.prg-dtl header > .program-intro > div > div:nth-child(4) > div > span > span {
  background-color: #edb274;
}
.prg-dtl header > .program-intro > div > div:nth-child(4) > a {
  border-color: #edb274;
}
.prg-dtl header > .program-intro > div > div:nth-child(5) > div > span > span {
  background-color: #97e422;
}
.prg-dtl header > .program-intro > div > div:nth-child(5) > a {
  border-color: #97e422;
}
.prg-dtl header > .program-intro > div > div > div > h2 {
  font-size: 42px;
  font-weight: 200;
  color: #212111;
  text-align: center;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.prg-dtl header > .program-intro > div > div > div > span {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
.prg-dtl header > .program-intro > div > div > div > span > img {
  display: block;
  width: 100%;
  border-radius: 0 20px 20px 20px;
}
.prg-dtl header > .program-intro > div > div > div > span > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 0 20px 20px 0;
  padding: 10px 20px;
  background-color: #80cce7;
}
.prg-dtl header > .program-intro > div > div > div > p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: normal;
  letter-spacing: 1.6px;
  padding: 0 15px;
  margin-bottom: 50px;
}
.prg-dtl header > .program-intro > div > div > a {
  border: 2px solid;
}
.prg-dtl header > .program-intro > div > div > a > span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.prg-dtl header > .program-intro > div > div > a > span:nth-child(2) {
  font-size: 18px;
  letter-spacing: 1.8px;
}
.prg-dtl header > .program-warranty {
  width: 100%;
  max-width: 1440px;
  border: 2px solid #f4f0ea;
  border-radius: 20px;
  background-color: #f4f0ea;
  margin-top: 50px;
}
.prg-dtl header > .program-warranty > div.warranty-header {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 70px;
  max-height: 150px;
}
.prg-dtl header > .program-warranty > div.warranty-header > * {
  flex-basis: 50%;
}
.prg-dtl header > .program-warranty > div.warranty-header > h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.prg-dtl header > .program-warranty > div.warranty-header > h2 > span {
  position: relative;
  font-size: 64px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
.prg-dtl header > .program-warranty > div.warranty-header > h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
.prg-dtl header > .program-warranty > div.warranty-header > h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #fcfbf9;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.prg-dtl header > .program-warranty > div.warranty-header > div {
  display: inline-flex;
  align-items: flex-end;
  column-gap: 20px;
}
.prg-dtl header > .program-warranty > div.warranty-header > div > img {
  height: 150px;
  border-radius: 20px;
  border: 3px solid #fcfbf9;
}
.prg-dtl header > .program-warranty > div.warranty-header > div > div > * {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.prg-dtl header > .program-warranty > div.warranty-header > div > div > strong {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.prg-dtl header > .program-warranty > div.warranty-content {
  padding: 0 70px;
  margin-bottom: 40px;
}
.prg-dtl header > .program-warranty > div.warranty-content > div {
  max-width: 960px;
  margin: 0 auto;
}
.prg-dtl header > .program-warranty > div.warranty-content > div > p {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 200%; /* 48px */
  letter-spacing: 2.4px;
}
.prg-dtl section {
  margin: 15px 0 25px;
  position: relative;
  text-align: center;
}
.prg-dtl section.program-motto {
  margin-top: 60px;
}
.prg-dtl section.program-motto > p {
  max-width: 1020px;
  font-size: 42px;
  font-weight: 300;
  line-height: 150%; /* 63px */
  letter-spacing: 4.2px;
  text-align: center;
  margin: 0 auto;
}
.prg-dtl section.program-benefits > ul > li {
  font-size: 24px;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 2.4px;
}
.prg-dtl section .box-links {
  text-align: left;
  padding: 0 5%;
  margin-top: 50px;
}
.prg-dtl section .box-links > a {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #60707a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.prg-dtl section .box-links > a > span {
  display: inline-block;
  border-radius: 10px;
  padding: 10px 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  line-height: normal;
}
.prg-dtl section .box-links > a > span:nth-child(1) {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.8px;
  background-color: #60707a;
}
.prg-dtl section .box-links > a > span:nth-child(2) {
  font-size: 16px;
  font-weight: 200;
  color: #000000;
  letter-spacing: 1.6px;
  background-color: transparent;
}
.prg-dtl section .box-links > a + a {
  margin-top: 15px;
}
.prg-dtl section.sectionbox2 > div {
  max-width: 1800px;
  margin: 0 auto;
  display: inline-flex;
  width: 100%;
  background-color: #f4f0ea;
  border-radius: 20px;
  padding: 55px 0;
}
.prg-dtl section.sectionbox2 > div > div {
  width: 50%;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(1) {
  position: relative;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(1) > span {
  position: relative;
  display: block;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(1) > span > img {
  display: block;
  width: 100%;
  border-radius: 0 20px 20px 0;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(1) > span > span {
  position: absolute;
  bottom: 25px;
  left: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 0 20px 20px 0;
  background: #f67bcf;
  padding: 10px 20px;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(1) > div {
  position: absolute;
  top: 20px;
  right: -100px;
  width: 420px;
  border: 1px solid #fcfbf9;
  border-radius: 16px 16px 16px 0;
  background-color: #60707a;
  padding: 26px 46px 19px;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(1) > div > * {
  display: block;
  font-weight: 400;
  color: #fcfbf9;
  text-align: center;
  letter-spacing: 1.6px;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(1) > div > * > span {
  display: block;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(1) > div > * > span:nth-child(1) {
  text-transform: uppercase;
  padding-top: 40px;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(2) > h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(2) > h2 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(2) > h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(2) > h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #fcfbf9;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(2) > h2 {
  margin-top: -20px;
  margin-bottom: 35px;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(2) > h2 > span:nth-child(1) {
  margin-left: -50px;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(2) > h2 > * span::before {
  background-color: #fcfbf9;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(2) > div > p {
  max-width: 690px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 150%;
  margin: 0 auto;
}
.prg-dtl section.sectionbox2 > div > div:nth-child(2) > div > p + p {
  margin-top: 35px;
}
.prg-dtl section.sectionbox4 > div {
  max-width: 1800px;
  margin: 0 auto;
  display: inline-flex;
  width: 100%;
  border-radius: 20px;
  padding: 55px 0;
}
.prg-dtl section.sectionbox4 > div > div {
  width: 50%;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(1) {
  position: relative;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(1) > span {
  position: relative;
  display: block;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(1) > span > img {
  display: block;
  width: 100%;
  border-radius: 0 20px 20px 0;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(1) > span > span {
  position: absolute;
  bottom: 25px;
  left: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 0 20px 20px 0;
  background: #f67bcf;
  padding: 10px 20px;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(1) > div {
  position: absolute;
  top: 20px;
  right: -100px;
  width: 420px;
  border: 1px solid #fcfbf9;
  border-radius: 16px 16px 16px 0;
  background-color: #60707a;
  padding: 26px 46px 19px;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(1) > div > * {
  display: block;
  font-weight: 400;
  color: #fcfbf9;
  text-align: center;
  letter-spacing: 1.6px;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(1) > div > * > span {
  display: block;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(1) > div > * > span:nth-child(1) {
  text-transform: uppercase;
  padding-top: 40px;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(2) > h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(2) > h2 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(2) > h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(2) > h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(2) > h2 {
  margin-top: 40px;
  margin-bottom: 35px;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(2) > h2 > span:not(:first-child) {
  align-self: flex-end;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(2) > h2 > span:not(:first-child)::before {
  border-radius: 20px 0 0 20px;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(2) > h2 > * span::before {
  background-color: #fcfbf9;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(2) > div > p {
  max-width: 690px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 150%;
  margin: 0 auto;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(2) > div > p + p, .prg-dtl section.sectionbox4 > div > div:nth-child(2) > div > p + a {
  margin-top: 35px;
}
.prg-dtl section.sectionbox4 > div > div:nth-child(2) > div > p.p-note {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 150%; /* 36px */
  text-align: center;
}
.prg-dtl section.sectionbox3 > div {
  max-width: 1800px;
  margin: 0 auto;
  display: inline-flex;
  width: 100%;
  padding: 55px 0;
}
.prg-dtl section.sectionbox3 > div > div {
  width: 50%;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(1) > h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(1) > h2 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(1) > h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(1) > h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(1) > h2 {
  margin-bottom: 35px;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(1) > h2 > span:not(:first-child) {
  align-self: flex-end;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(1) > h2 > span:not(:first-child)::before {
  border-radius: 20px 0 0 20px;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(1) > h2 > * span::before {
  background-color: #fcfbf9;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(1) > div > p {
  max-width: 690px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.6px;
  line-height: 150%;
  margin: 0 auto;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(2) {
  position: relative;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(2) > span {
  position: relative;
  display: block;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(2) > span > img {
  display: block;
  width: 100%;
  border-radius: 20px 0 0 20px;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(2) > span > span {
  position: absolute;
  bottom: 25px;
  left: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 0 20px 20px 0;
  background: #80cce7;
  padding: 10px 20px;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(2) > div {
  position: absolute;
  top: 20px;
  right: -100px;
  width: 420px;
  border: 1px solid #fcfbf9;
  border-radius: 16px 16px 16px 0;
  background-color: #60707a;
  padding: 26px 46px 19px;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(2) > div > * {
  display: block;
  font-weight: 400;
  color: #fcfbf9;
  text-align: center;
  letter-spacing: 1.6px;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(2) > div > * > span {
  display: block;
}
.prg-dtl section.sectionbox3 > div > div:nth-child(2) > div > * > span:nth-child(1) {
  text-transform: uppercase;
  padding-top: 40px;
}
.prg-dtl section.sectionbox6 > div {
  max-width: 1800px;
  margin: 0 auto;
  display: inline-flex;
  width: 100%;
  padding: 55px 0;
}
.prg-dtl section.sectionbox6 > div.box-reverse {
  flex-direction: row-reverse;
}
.prg-dtl section.sectionbox6 > div > div {
  width: 50%;
}
.prg-dtl section.sectionbox6 > div > div:nth-child(1) > h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.prg-dtl section.sectionbox6 > div > div:nth-child(1) > h2 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
.prg-dtl section.sectionbox6 > div > div:nth-child(1) > h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
.prg-dtl section.sectionbox6 > div > div:nth-child(1) > h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.prg-dtl section.sectionbox6 > div > div:nth-child(1) > h2 {
  margin-bottom: 35px;
}
.prg-dtl section.sectionbox6 > div > div:nth-child(1) > h2 > span:not(:first-child) {
  align-self: flex-end;
}
.prg-dtl section.sectionbox6 > div > div:nth-child(1) > h2 > span:not(:first-child)::before {
  border-radius: 20px 0 0 20px;
}
.prg-dtl section.sectionbox6 > div > div:nth-child(1) > h2 > * span::before {
  background-color: #fcfbf9;
}
.prg-dtl section.sectionbox6 > div > div:nth-child(2) {
  position: relative;
}
.prg-dtl section.sectionbox6 > div > div:nth-child(2) > p {
  max-width: 690px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 150%;
  margin: 0 auto;
}
.prg-dtl section.sectionbox6 > div > div:nth-child(2) > p + p {
  margin-top: 35px;
}
.prg-dtl section.sectionbox6 > div > div:nth-child(2) > p.p-note {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 150%; /* 36px */
  text-align: center;
}
.prg-dtl section.sectionbox5 > div {
  max-width: 1800px;
  margin: 0 auto;
  display: inline-flex;
  width: 100%;
  background-color: #f4f0ea;
  padding: 55px 0;
}
.prg-dtl section.sectionbox5 > div > div {
  width: 50%;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(1) > h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(1) > h2 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(1) > h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(1) > h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #fcfbf9;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(1) > h2 {
  margin-bottom: 35px;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(1) > h2 > span {
  padding: 0 20px 0 20px;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(1) > h2 > span:not(:first-child) {
  align-self: flex-end;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(1) > h2 > span:not(:first-child)::before {
  border-radius: 20px 0 0 20px;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(1) > h2 > * span::before {
  background-color: #fcfbf9;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(1) > div > p {
  max-width: 690px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.6px;
  line-height: 150%;
  margin: 0 auto;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(2) {
  position: relative;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(2) > span {
  position: relative;
  display: block;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(2) > span > img {
  display: block;
  width: 100%;
  border-radius: 20px 0 0 20px;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(2) > span > span {
  position: absolute;
  bottom: 25px;
  left: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 0 20px 20px 0;
  background: #80cce7;
  padding: 10px 20px;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(2) > div {
  position: absolute;
  top: 20px;
  right: -100px;
  width: 420px;
  border: 1px solid #fcfbf9;
  border-radius: 16px 16px 16px 0;
  background-color: #60707a;
  padding: 26px 46px 19px;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(2) > div > * {
  display: block;
  font-weight: 400;
  color: #fcfbf9;
  text-align: center;
  letter-spacing: 1.6px;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(2) > div > * > span {
  display: block;
}
.prg-dtl section.sectionbox5 > div > div:nth-child(2) > div > * > span:nth-child(1) {
  text-transform: uppercase;
  padding-top: 40px;
}
.prg-dtl section .index-box1 {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 80px));
  grid-template-rows: auto;
  justify-content: space-evenly;
  justify-items: center;
}
.prg-dtl section .index-box1 > div {
  max-width: 1800px;
  margin: 0 auto;
}
.prg-dtl section .index-box1 > div > :nth-child(1) {
  margin-bottom: 40px;
}
.prg-dtl section .index-box1 > div > :nth-child(1) > a {
  display: block;
  position: relative;
}
.prg-dtl section .index-box1 > div > :nth-child(1) > a > img {
  display: block;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.prg-dtl section .index-box1 > div > :nth-child(1) > a > span {
  position: absolute;
  bottom: 25px;
  left: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 0 20px 20px 0;
  background: #80cce7;
  padding: 10px 20px;
}
.prg-dtl section .index-box1 > div > :nth-child(2) {
  text-align: center;
}
.prg-dtl section .index-box1 > div > :nth-child(2) > h2 {
  font-size: 64px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 6.4px;
  line-height: normal;
  color: #212111;
  margin-bottom: 40px;
}
.prg-dtl section .index-box1 > div > :nth-child(2) > p {
  width: 80%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  color: #212111;
  margin: 0 auto 60px;
}
.prg-dtl section .index-box1 > div > :nth-child(2) > p::before {
  content: "";
  display: block;
  width: 95%;
  height: 3px;
  background-color: #f4f0ea;
  margin-bottom: 20px;
}
.prg-dtl section.programgroup {
  background-image: none;
}
.prg-dtl 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-dtl section.programgroup a.button-default {
  padding-left: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  color: #000;
}
.prg-dtl section.programgroup a.button-default > i {
  margin-right: 15px;
  font-size: 18pt;
}
.prg-dtl section.programgroup.quality {
  background: url("/images/program/group/quality/background.jpg") calc(50% + 400px) 0 no-repeat;
  background-size: contain;
}
.prg-dtl section.programgroup.quality::before {
  background-color: #80cce7;
}
.prg-dtl section.programgroup.quality a.button-default {
  background-color: #80cce7;
}
.prg-dtl section.programgroup.financing {
  background: url("/images/program/group/financing/background.jpg") calc(50% + 400px) 0 no-repeat;
  background-size: contain;
}
.prg-dtl section.programgroup.financing::before {
  background-color: #f67bcf;
}
.prg-dtl section.programgroup.financing a.button-default {
  background-color: #f67bcf;
}
.prg-dtl section.programgroup.safety {
  background: url("/images/program/group/safety/background.jpg") calc(50% + 400px) 0 no-repeat;
  background-size: contain;
}
.prg-dtl section.programgroup.safety::before {
  background-color: #fbd863;
}
.prg-dtl section.programgroup.safety a.button-default {
  background-color: #fbd863;
}
.prg-dtl section.programgroup.service {
  background: url("/images/program/group/service/background.jpg") calc(50% + 400px) 0 no-repeat;
  background-size: contain;
}
.prg-dtl section.programgroup.service::before {
  background-color: #edb274;
}
.prg-dtl section.programgroup.service a.button-default {
  background-color: #edb274;
}
.prg-dtl section.programgroup.technology {
  background: url("/images/program/group/technology/background.jpg") calc(50% + 400px) 0 no-repeat;
  background-size: contain;
}
.prg-dtl section.programgroup.technology::before {
  background-color: #97e422;
}
.prg-dtl section.programgroup.technology a.button-default {
  background-color: #97e422;
}
.prg-dtl section.programgroup ul.backslash {
  padding: 15px 0 40px 0;
}
.prg-dtl section.programgroup ul.backslash li:not(.title) {
  text-transform: uppercase;
}

#prg-pmr .prg-grp {
  background-color: #f67bcf;
}
#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: #336699;
  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: #336699;
  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 section {
  /*
  padding: variables.$space-top-big variables.$space-lr-big;
  margin: variables.$space-top-double auto;
  text-align: center;
  */
}
main.program article section.black {
  background-color: #000;
  color: #ffffff;
}
main.program article section.black h2 {
  color: #ffffff;
}
main.program article section.black a {
  color: #858585;
}
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: #336699;
}
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: #336699;
  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: 160px 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 variables.$color-program;
  	border-top-right-radius: 20px;
  	border-bottom-right-radius: 20px;
  }
  */
}
main.program article section ul.boxed li.title {
  padding-bottom: 10px;
}
main.program article section ul.boxed li {
  /*
  &: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::before {
  content: "";
  width: 0;
}
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: #336699;
  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?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pnh main.program article header .banner {
  background: url("/images/program/pnh/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pph main.program article header .banner {
  background: url("/images/program/pph/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-vyd main.program article header .banner {
  background: url("/images/program/vyd/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pch main.program article header .banner {
  background: url("/images/program/pch/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pms main.program article header .banner {
  background: url("/images/program/pms/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-phf main.program article header .banner {
  background: url("/images/program/phf/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pzr main.program article header .banner {
  background: url("/images/program/pzr/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-vrd main.program article header .banner {
  background: url("/images/program/vrd/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pid main.program article header .banner {
  background: url("/images/program/pid/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pup main.program article header .banner {
  background: url("/images/program/pup/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pps main.program article header .banner {
  background: url("/images/program/pps/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pph main.program article header .banner {
  background: url("/images/program/pph/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-psp main.program article header .banner {
  background: url("/images/program/psp/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-chh main.program article header .banner {
  background: url("/images/program/chh/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pd main.program article header .banner {
  background: url("/images/program/pd/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pdo main.program article header .banner {
  background: url("/images/program/pdo/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") center top transparent no-repeat;
  background-size: 30%;
}

#prg-pem main.program article header .banner {
  background: url("/images/program/pem/banner.jpg?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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?99") 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");
}
