#cmi {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 100px;
}

#cmi .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}

#cmi .wrap .content {
  width: 100%;
  height: auto;
}

#cmi .wrap .content .rank {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

#cmi .wrap .content .rank img {
  width: auto;
  height: auto;
}

#cmi .wrap .content .rank h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
}

#cmi .wrap .content .president {
  width: 350px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #fff;
  background: #053863;
}

#cmi .wrap .content .line {
  width: 100%;
  height: 1px;
  background: #888;
  margin: 30px 0;
}

#cmi .wrap .content .rep_box {
  width: 700px;
  height: 250px;
  border-radius: 20px;
  background: #053863;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}

#cmi .wrap .content .rep_box img {
  width: 100%;
  max-width: 180px;
  height: auto;
  flex-shrink: 0;
}

#cmi .wrap .content .rep_box dl {
  width: 100%;
  height: auto;
}

#cmi .wrap .content .rep_box dl dt {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

#cmi .wrap .content .rep_box dl dd {
  width: 100%;
  height: auto;
}

#cmi .wrap .content .rep_box dl dd h4 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 24px;
  color: #fff;
}

#cmi .wrap .content .rep_box dl dd h4 span {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
}

#cmi .wrap .content .rep_box dl dd .line {
  background: #fff;
  margin: 10px 0;
}

#cmi .wrap .content .rep_box dl dd ul li {
  list-style: square inside;
  font-family: 'FR';
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

#cmi .wrap .content .rep_box dl dd p:last-of-type {
  margin-bottom: 0;
}

#cmi .wrap .content .government {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

#cmi .wrap .content .government p {
  width: calc(33.3333% - 16.7px);
  height: 60px;
  border-radius: 10px;
  background: #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #053863;
}

#cmi .wrap .content .sel_btn_wrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 25px;
}

#cmi .wrap .content .sel_btn_wrap label {
  width: calc(33.3333% - 16.7px);
  height: 60px;
  border-radius: 10px;
  border: 1px solid #053863;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'PB_B';
  font-weight: bold;
  font-size: 20px;
  color: #053863;
  transition: all 0.3s;
}

#cmi .wrap .content .sel_btn_wrap label:hover {
  background: #0a4e85;
  border: none;
  color: #fff;
}

#cmi .wrap .content .sel_btn_wrap input {
  display: none;
}

#cmi .wrap .content .sel_btn_wrap input[type="radio"]:checked + label {
  background: #053863;
  color: #fff;
}

#cmi .wrap .content .private {
  display: none;
}

#cmi .wrap .content .private.active {
  display: block;
}

#cmi .wrap .content .burden {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}

#cmi .wrap .content .burden .box {
  width: calc(50% - 15px);
  height: 250px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border: 1px solid #053863;
}

#cmi .wrap .content .burden .box img {
  width: 100%;
  max-width: 180px;
  height: auto;
  flex-shrink: 0;
}

#cmi .wrap .content .burden .box dl {
  width: 100%;
  height: auto;
}

#cmi .wrap .content .burden .box dl dt {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 16px;
  color: #053863;
  margin-bottom: 5px;
}

#cmi .wrap .content .burden .box dl dd {
  width: 100%;
  height: auto;
}

#cmi .wrap .content .burden .box dl dd h4 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 24px;
  color: #053863;
}

#cmi .wrap .content .burden .box dl dd h4 span {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
}

#cmi .wrap .content .burden .box dl dd .line {
  background: #053863;
  margin: 10px 0;
}

#cmi .wrap .content .burden .box dl dd ul li {
  list-style: square;
  font-family: 'FR';
  font-size: 16px;
  color: #053863;
  margin-left: 20px;
  margin-bottom: 3px;
}

#cmi .wrap .content .burden .box dl dd ul li:last-of-type {
  margin-bottom: 0;
}

#cmi .wrap .content .burden .box dl dd p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  #cmi .wrap {
    max-width: 90%;
  }
}

@media (max-width: 1200px) {
  #cmi .wrap .content .rank img {
    height: 20px;
  }

  #cmi .wrap .content .rank h3 {
    font-size: 24px;
  }

  #cmi .wrap .content .rank {
    gap: 10px;
  }
  
  #cmi .wrap .content .president {
    width: 300px;
    height: 50px;
    font-size: 16px;
  }

  #cmi .wrap .content .government p {
    font-size: 16px;
    height: 50px;
  }

  #cmi .wrap .content .sel_btn_wrap label {
    font-size: 16px;
    height: 50px;
  }

  #cmi .wrap .content .rep_box img {
    max-width: 160px;
  }

  #cmi .wrap .content .burden .box img {
    max-width: 160px;
  }
}

@media (max-width: 900px) {
  #cmi .wrap .content .rep_box {
    width: 100%;
  }

  #cmi .wrap .content .burden .box {
    width: 100%;
  }
}

@media (max-width: 700px) {
  #cmi .wrap .content .rep_box {
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
  }

  #cmi .wrap .content .burden .box {
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
  }

  #cmi .wrap .content .president {
    width: 100%;
  }

  #cmi .wrap .content .government p {
    width: calc(50% - 16.7px);
  }

  #cmi .wrap .content .sel_btn_wrap label {
    width: 100%;
  }

  #cmi .wrap .content .sel_btn_wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 500px) {
  #cmi .wrap .content .rank img {
    height: 15px;
  }

  #cmi .wrap .content .rank h3 {
    font-size: 20px;
  }

  #cmi .wrap .content .president {
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
  }

  #cmi .wrap .content .government p {
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    height: 40px;
  }

  #cmi .wrap .content .government {
    gap: 15px;
  }

  #cmi .wrap .content .sel_btn_wrap label {
    font-size: 14px;
    height: 40px;
    border-radius: 5px;
  }

  #cmi .wrap .content .sel_btn_wrap {
    gap: 15px;
  }

  #cmi .wrap .content .rep_box dl dt {
    font-size: 14px;
  }

  #cmi .wrap .content .rep_box dl dd h4 {
    font-size: 20px;
  }

  #cmi .wrap .content .rep_box dl dd h4 span {
    font-size: 14px;
  }

  #cmi .wrap .content .rep_box dl dd ul li {
    font-size: 12px;
  }

  #cmi .wrap .content .burden .box dl dt {
    font-size: 14px;
  }

  #cmi .wrap .content .burden .box dl dd h4 {
    font-size: 20px;
  }

  #cmi .wrap .content .burden .box dl dd ul li {
    font-size: 12px;
  }
}