@charset "utf-8";
/* CSS Document */

.insurance-notice-wrap {
  font-family: '돋움', 'dotum', sans-serif !important;
  line-height: 1,5; !important;
  text-align: left !important; 
  color:#5c5b5b; !important;

}

.insurance-notice-wrap p,
.insurance-notice-wrap li {
  line-height: 1,5 !important; 
}

.notice-top-text,
.notice-bottom-text {
  margin-bottom: 12px; !important;
  font-family: '돋움','dotum',sans-serif; !important;
  color:#5c5b5b; !important;

}

.protection-row {
  display: flex;  !important;
  align-items:flex-start; !important;
  margin-bottom: 10px; !important;
}

.logo-box {
  flex: 0 0 90px; !important;
  width: 90px !important;
  min-width:90px !important;
  margin-right: 15px !important;

}

.logo-box img {
  width: 100%; !important;
  display: block; !important;
}

.protection-text {
  flex: 1;
  line-height: 1,5 !important;
  font-family: '돋움','dotum',sans-serif; !important;
  text-align: left !important;
}

/* 하단 리스트  */
.sub-disclaimer {
  margin: 12px 0; !important;
  padding-left: 0; !important;
  list-style: none; !important;
}

.sub-disclaimer li {
  margin-bottom:4px; !important;
  font-family: '돋움','dotum',sans-serif; !important;
  line-height: 1,5 !important;

}
  
.sub-disclaimer li span {
   color: #FF0000; !important;

  
}

.footer-info {
  margin-top: 10px; !important;
  line-height:1,5; !important;
  color:#5c5b5b; !important;


}

.footer-info p {
  margin-bottom: 3px; !important;
}