.keywd li.green {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 2px 8px;
  background-color: #70c3a7;
  border: none;
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 600;
}

.txt_center {
  text-align: center;
}
.illustCite {
  text-align: right;
  margin-top: 8px;
  font-size: 1.2rem;
}
.activeFlow {
  background: url(/join/sponsor/images/sponser_1711_steparrow.png) left bottom
    no-repeat;
  margin-top: 10px;
}
.step1column{
  padding-left: 90px;
}
.step1column .col{
  margin-top: 0;
}
.aboutChild{
   margin: 60px 0;
}
.paymentMethod{
  padding: 10px 30px;
  border: 1px solid #BDBDBD;
}

.paymentMethod h3{
   margin: 0;
}
.paymentMethod p{
  margin: 15px 0;
}
.component hr {
  margin: 15px 0;
}
.innerC {
  max-width: 800px;
}

.aboutChild h2{
   margin-top: 0;
   margin-bottom: 40px;
}
.activeFlow .col {
  margin-top: 0;
}

.title_flow {
  margin-bottom: 20px;
}

.txt_right {
  text-align: right;
}
.activeFlow .marker {
  margin: 20px 0;
}
.flex {
  display: flex;
  align-items: center;
  margin-top: 58px;
}
.flex h3 {
  margin-top: 0;
}
.box hr.line {
  margin: 20px 0;
}

p.btn + *, .btnGroup + * {
  margin-top: 24px;
}

.boxAbout .btn {
  margin-top: 24px;
}
.boxAbout h4{
  margin-top: 0;
}
@media only screen and (max-width: 720px) {
  .activeFlow {
    background: none;
    padding-left: 0px;
    margin-top: 10px;
    padding-bottom: 40px;
    position: relative;
  }
}

.activeFlow {
  min-height: 200px;
}
.btnForm .btn {
  margin-top: 0;
}

.btnForm p.btn + * {
  margin-top: 20px;
}

.keyword{
  display: flex;
  align-items: center;
  gap: 16px;
}
.keyword p{
  margin-bottom: 0;
}

.bgOrangeLight{
  background: #FAF5EC;
  width: 198px;
  height: 33px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bgOrange{
  background:#FFD500;
  width: 198px;
  height: 33px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bgOrangedark{
  background: #E1BA73;
  width: 198px;
  height: 33px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


.title{
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.box .title h4 {
  margin: 0;
  line-height: 1.6;
  display: flex;
  justify-content: center;
}
.box .box h4:before {
  margin: 0 24px 0 0;
  color: var(--DarkBlue, #243C4B);
  font-family: Poppins;
  font-size: 4.6rem;
  line-height: 0.69;
}
.box .box:nth-child(1) h4:before {
  content: "01";
}
.box .box:nth-child(2) h4:before {
  content: "02";
}
.box .box:nth-child(3) h4:before {
  content: "03";
}
.box .box:nth-child(4) h4:before {
  content: "04";
}

.box .box{
  border: none;
}

.box .box:nth-child(2),
.box .box:nth-child(3),
.box .box:nth-child(4){
  margin: 0;
  border-top: 4px solid #DEF4FA;
}


.box .box{
  width: 100%;
  position: relative;
}
.box-down{
  width: 100%;
  position: absolute;
  z-index: 100;
  top: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-down img{
  width: 52px;
  height: 26px;
}

.col > .img {
  width: auto;
  max-width: 1000px;
  margin-top: 0.375em;
}
.toc.box .linkB {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.toc.box .linkB li{
  width: 31.3333%;
}
.component hr {
  border-top-width: 1px;
}

.toc ul {
  columns: 3;
  gap: 5px;
}

@media screen and (max-width:720px){
  .keyword{
    display: block;
  }
  .box-down{
    width: 100%;
    position: absolute;
    z-index: 100;
    top: -4px;
    left: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bgOrangeLight{
    width: 100%;
    margin-top: 32px;
  }

  .bgOrange{
    width: 100%;
    margin-top: 32px;
  }
  
  .bgOrangedark{
    width: 100%;
    margin-top: 32px;
  }
  .flowstep,.none{
    display: none;
  }

  .activeFlow {
    min-height: 0;
  }
  .activeFlow {
    padding-bottom: 0;
  }
  .step1column{
    padding-left: 0;
  }
  .toc.box .linkB li{
    width: 100%;
  }
  .box-down img{
    width: 30px;
    height: 15px;
  }
}

.flowstep {
  margin-right: 5px;
}

.align-center{
  display: flex;
}

.mt-20{
  margin-top: 20px;
}

.titleStep h4{
    margin: 0;
}

.promoVideo {
	margin-top: 68px;
	margin-bottom: 36px;
	padding-left: 22%;
	padding-right: 22%;
	text-align: center;
}

.promoVideoInner {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
}

.promoVideo iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 768px) {

	.promoVideo {
		margin-top: 32px;
		padding: 0;
	}
}
