@import url(./main.css);

/* introduction */
#introduction .wrap-tab {
  display: flex;
  margin-bottom: 24px;
}
#introduction .wrap-tab .inner-tab {
  width: 50%;
  height: 52px;
  background-color: var(--G50);
  color: var(--G00);
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 400;
  margin-right: 1px;
}
#introduction .wrap-tab .inner-tab:last-child {
  margin-right: 0;
}
#introduction .wrap-tab .inner-tab.active {
  background-color: var(--S20);
  font-weight: 700;
}

#introduction ol {
  list-style: lower-roman;
}

#introduction p strong {
  color: var(--PrimaryBlue);
}

#introduction p strong.big {
  font-size: 24px;
  font-weight: 700;
}

#introduction #phaseOne > div:nth-child(1),
#introduction #phaseTwo> div:nth-child(1) {
  padding: 16px 0;
  margin-bottom: 32px;
}

#introduction #phaseOne > div:nth-child(1) p,
#introduction #phaseTwo > div:nth-child(1) p {
  line-height: 32px;
  font-size: 16px;
}

#introduction #phaseOne h1,
#introduction #phaseTwo h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

#introduction #phaseOne .step {
  display: flex;
  margin-bottom: 16px;
}

#introduction #phaseOne .wrap-step .step > p {
  width: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--S30);
  border-radius: 4px 0px 0px 4px;
  color: var(--G00);
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
#introduction #phaseOne .wrap-step .step > p::after {
  content: "";
  position: absolute;
  right: -100px;
  width: 0;
  height: 0;
  border-bottom: 72px solid transparent;
  border-top: 72px solid transparent;
  border-left: 13px solid var(--S30);
  border-right: 88px solid transparent;
}
#introduction #phaseOne .wrap-step .step:nth-child(2) > p::after,
#introduction #phaseOne .wrap-step .step:nth-child(3) > p::after {
  border-bottom: 80px solid transparent;
  border-top: 80px solid transparent;
  border-left: 13px solid var(--S30);
  border-right: 88px solid transparent;
}
#introduction #phaseOne .wrap-step .step:nth-child(4) > p::after {
  border-bottom: 118px solid transparent;
  border-top: 118px solid transparent;
  border-left: 13px solid var(--S30);
  border-right: 88px solid transparent;
}
#introduction #phaseOne .wrap-step .step > ul {
  margin-left: 24px;
  background-color: var(--S70);
  width: 100%;
  border-radius: 0px 4px 4px 0px;
  padding: 32px;
  position: relative;
}
#introduction #phaseOne .wrap-step .step > ul::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 72px solid transparent;
  border-top: 72px solid transparent;
  border-left: 12px solid var(--G00);
  border-right: 88px solid transparent;
}
#introduction #phaseOne .wrap-step .step:nth-child(2) > ul::before,
#introduction #phaseOne .wrap-step .step:nth-child(3) > ul::before {
  border-bottom: 80px solid transparent;
  border-top: 80px solid transparent;
  border-left: 12px solid var(--G00);
  border-right: 88px solid transparent;
}
#introduction #phaseOne .wrap-step .step:nth-child(4) >ul::before {
  border-bottom: 118px solid transparent;
  border-top: 118px solid transparent;
  border-left: 12px solid var(--G00);
  border-right: 88px solid transparent;
}
#introduction #phaseOne .wrap-step .step > ul > li {
  list-style: disc;
  color: var(--Sorange);
  font-size: 16px;
  margin-left: 14px;
}
#introduction #phaseOne .wrap-step .step > ul > li.bold {
  font-weight: 700;
  color: var(--G90);
}
#introduction #phaseOne .wrap-step .step > ul > li.se::marker {
  color: var(--S30);
}
#introduction #phaseOne .wrap-step .step > ul > li.se span {
  color: var(--S30);
  font-size: 16px;
  font-weight: 700;
}
#introduction #phaseOne .wrap-step .step > ul > li:first-child span {
  font-weight: 700;
}
#introduction #phaseOne .wrap-step .step > ul > li > ul:not(.last) {
  margin-bottom: 16px;
}
#introduction #phaseOne .wrap-step .step > ul > li > ul > li {
  color: var(--G90);
  font-size: 14px;
}
#introduction #phaseOne .year {
  background-color: var(--PrimaryGreen);
  color: var(--G00);
  padding: 32px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
}
#introduction #phaseOne .year p:last-child {
  font-size: 20px;
  margin-top: 16px;
}
@media (max-width:768px) {
  #introduction .wrap-tab {
    flex-direction: column;
  }
  #introduction .wrap-tab .inner-tab{
    font-size: 16px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1px;
  }
  #introduction .wrap-tab .inner-tab:last-child {
    margin-bottom: 0;
  }
  #introduction p strong,
  #introduction p strong.big {
    font-size: 20px;
  }
  #introduction #phaseOne > div:nth-child(1) p,
  #introduction #phaseTwo > div:nth-child(1) p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
  }
  #introduction #phaseOne .step {
    flex-direction: column;
  }
  #introduction #phaseOne .wrap-step .step > p{
    width: 100%;
    height: 48px;
    border-radius: 4px 4px 0 0;
  }
  #introduction #phaseOne .wrap-step .step > p::after {
    border: 0 !important;
  }
  #introduction #phaseOne .wrap-step .step > ul {
    margin-left: 0;
    border-radius: 0 0 4px 4px;
  }
  #introduction #phaseOne .wrap-step .step > ul::before{
    border: 0 !important;
  }
  #introduction #phaseOne .year {
    margin-bottom: 84px;
    font-size: 24px;
    text-align: center;
  }
  #introduction #phaseOne .year p:last-child {
    font-size: 16px;
  }
}

#introduction #phaseTwo .wrap-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#introduction #phaseTwo .wrap-box > img {
  margin: 16px 0;
}
#introduction #phaseTwo .box {
  width: 100%;
  text-align: center;
}
#introduction #phaseTwo .box li {
  height: 56px;
  line-height: 56px;
  border-radius: 4px;
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 500;
}
#introduction #phaseTwo .box li:last-child {
  margin-bottom: 0;
}
#introduction #phaseTwo .box.secondary li {
  background-color: var(--S70);
}
#introduction #phaseTwo .box.secondary li:first-child {
  background-color: var(--S30);
  color: var(--G00);
  font-weight: 700;
}
#introduction #phaseTwo .box.yellow li {
  background-color: #FEF4D9;
}
#introduction #phaseTwo .box.yellow li:first-child {
  background-color: #FDE3A1;
  font-weight: 700;
}
#introduction #phaseTwo > ul {
  display: flex;
  justify-content: space-between;
}
#introduction #phaseTwo > ul img {
  width: 100%;
}
#introduction #phaseTwo > ul li {
  width: 33.3%;
  margin-right: 16px;
}
#introduction #phaseTwo > ul li:last-child {
  margin-right: 0;
}
#introduction #phaseTwo > ul li span{
  height: 84px;
  display: block;
  padding: 24px;
  background-color: #E8F5F0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  #introduction ol {
    padding-left: 16px;
  }
  #introduction #phaseTwo .box li{
    font-size: 14px;
    height: auto;
    line-height: normal;
    padding: 14px 0;
  }
  #introduction #phaseTwo > ul {
    flex-direction: column;
    margin-bottom: 84px;
  }
  #introduction #phaseTwo > ul li {
    margin-bottom: 16px;
    width: 100%;
  }
  #introduction #phaseTwo > ul li span {
    font-size: 14px;
  }
  #introduction #phaseTwo > ul li:last-child {
    margin-bottom: 0;
  }
}

/* Program */
#program .wrap-tab {
  display: flex;
  margin-bottom: 24px;
}
#program .wrap-tab .inner-tab {
  width: 50%;
  height: 52px;
  background-color: var(--G50);
  color: var(--G00);
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 400;
  margin-right: 1px;
}
#program .wrap-tab .inner-tab:last-child {
  margin-right: 0;
}
#program .wrap-tab .inner-tab.active {
  background-color: var(--S20);
  font-weight: 700;
}

#program .box {
  display: flex;
}
#program .box > div {
  width: 50%;
  margin-right: 32px;
  margin-bottom: 32px;
  position: relative;
}

#program .box > div:nth-child(2n){
  margin-right: 0;
}

#program .box > div > img {
  width: 100%;
}
#program .box > div > span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63px;
  padding: 24px 32px;
  background: rgba(0, 0, 0, 0.60);
  color: var(--G00);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
}
#program h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
#program h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
#program .text-title {
  color: var(--PrimaryBlue);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
#program ul:not(.wrap-tab) {
  list-style: disc;
  display: flex;
  padding: 32px 32px 32px 50px;
  background-color: var(--S70);
  margin-bottom: 16px;
  border-radius: 4px;
}
#program ul:not(.wrap-tab) li {
  width: 460px;
}
#program iframe {
  border-radius: 15px;
}
@media (max-width:1200px) {
  section.content {
    margin: 0 0 84px 0;
  }
  #program .wrap-tab {
    flex-direction: column;
  }
  #program .wrap-tab .inner-tab {
    width: 100%;
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 1px;
  }
  #program .wrap-tab .inner-tab:last-child {
    margin-bottom: 0;
  }

  #program .box {
    flex-direction: column;
  }
  #program .box > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  #program .box.last {
    margin-bottom: 22px;
  }
  #program .box > div > span {
    font-size: 12px;
    height: 30px;
  }
  #program h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  #program ul:not(.wrap-tab) {
    flex-direction: column;
    padding: 16px 12px 16px 35px;
  }
  #program ul:not(.wrap-tab) li:first-child {
    margin-bottom: 12px;
  }
  #program ul:not(.wrap-tab) li {
    width: 100%;
  }
}