/*------------------------------------
three-features
------------------------------------*/
.icon-img1{
  position: absolute;
  top: -10px;
  left: 55px;
  height: 98px;
}
.icon-img2{
  position: absolute;
  top: 12px;
  left: 45px;
  height: 68px;
}
.icon-img3{
  position: absolute;
  top: 3px;
  left: 52px;
  height: 85px;
}
.pop{
  height: 103px;
  margin-left: 186px;
  margin-bottom: -78px;
 
}
.point-box {
  width: 800px;
  border: solid #009380 4px;
  margin: 69px auto;
  padding-bottom: 20px;
}

.point-ttl {
  background-color: #c9e2df;
  position: relative;
  padding: 20px 0;
}
.reason1{
  position: absolute;
  height: 119px;
  top: -68px;
  left: -69px;
}
.point-ttl-num {
  position: absolute;
  top: -30px;
  left: -122px;
  color: white;
  background-color: #00A38A;
  width: 241px;
  height: 63px;
  font-size: 24px;
  line-height: 65px;
  text-align: center;
  font-weight: bold;
  border-radius: 71px;
}

.point-ttl-main {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  line-height: 1.5;
  margin-left: 30px;
  margin-top: 12px;
}

.point-cnt {
  padding: 20px;
  font-size: 20px;
  position: relative;
  justify-content: center;
}
.feature-top-text{
  text-align: center;
  font-size: 23px;
  color: #009380;
  font-weight: bold;
  margin:0 auto 20px;
}
.small-top-text{
  font-size: 20px;
}

.features-img {
  height: 140px;
  float: right;
}
.features-img5 {
  height: 150px;
  float: right;
  margin-top: -14px;
}
.features-img2 {
  height: 150px;
  float: left;
  margin-right: 20px;
  margin-top: -7px;
}

.annotation-mark {
  font-size: 15px;
}

.annotation-txt {
  text-align: right;
  font-size: 18px;
}

.point-cnt2 {
  width: 90%;
  padding: 20px;
  font-size: 20px;
  position: relative;
  display: flex;
  justify-content: center;
}

.point3-detail {
  color: blue;
  text-decoration: underline;
}

.features-img3 {
  width: 125%;
  margin-top: 15px;
}
.addition-top-text{
  background-color: #FCEB3D;
  color: #00A38A;
  border-radius: 71px;
  font-weight: bold;
  padding: 5px;
  margin-right: 13px;

}
.addition-container{
  width: 819px;
  height: 75px;
  background-color: #00A38A;
  border-radius: 75px;
  position: relative;
  left: 90px;
  margin-top: -50px;
}
.addition-text-box{
  font-size: 25px;
    font-weight: bold;
    color: white;
    position: relative;
    top: 22px;
    text-align: center;
}

.red{
color: red;
}

/*------------------------------------
modal-common
------------------------------------*/

.modal-title {
  color: #009380;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
}

.modal-subinfo {
  text-align: center;
  margin-top: 20px;
}

.attention{
  font-size: 15px;
  font-weight: bold;
}