body {
    font-family: Effra, sans-serif;
    margin: auto;
    width: 70%;
}

i {
  cursor: pointer;
  position: absolute;
  top: -20px;
}

header {
  max-width: 1356px;
  margin: 0 auto;
  height: 263px;
  padding-top: ; 
}

.logo-left {
  float: left;
  margin-top: 95px;
}

.logo-left img {
    width: 115px;
    height: auto;
}

.logo-right {
  float: right;
  margin-top: 65px;
}

.logo-right img {
    width: 328px;
    height: auto;
}

#main-page {
    width: 100%;
}

.container-box {
  max-width: 1356px;
  width: 100%;
  height: fit-content;
  border: 1px solid #8BAE4D;  
  margin: auto;
  transition: max-height ease 1s;
  max-height: 48px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}

.box-title {
    color: #FFF;
    width: 100%;
    background-color: #8BAE4D;
    font-family: Effra, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
}

.box-sub-title {
  color: #000;
  width: 100%;
  font-family: Effra, sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
}

.box-body-text {
  color: #000;
  width: 100%;
  font-family: Effra, sans-serif;
  font-size: 18px;
  text-align: left;
  margin-top: 20px;
}

.box-body-text img {
    display: block;
    text-align: center;
}

.sub-box {
  max-width: 1120px;
  width: 1120px;
  margin: 80px auto;
  /*display: none;*/
}

.box-open {
  max-height: 2000px; 
  padding: 20px;
}

.box-open i {
  position: absolute;
  right: 15px;
  top: 15px;
}

.box-open .box-title {
  background-color: #fff;
  color: #8BAE4D;
}

.box-title {
  cursor: pointer;
}