/* banner */
.banner{
  background: url(../images/banner_bg.jpg) no-repeat center top  / cover;
  height: 891px;
}
.banner-subTitle{
    display: felx;
    align-items: center;
    justify-content: center;
    padding-top: 81px;
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    /* or 125% */
  
    text-align: center;
}
.banner-title{
  background: url(../images/title.png) no-repeat center top;
  margin-top: 48px;
  text-indent: -9999em;
  height: 105px;
}
.medical{
  background: url(../images/medical.png) no-repeat center top;
  height: 554px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.medical-titleWrap{
  align-items: center;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
.medical-title{
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFAE48;
}
.medical-sub{
  width: 525px;
  font-size: 30px;
  line-height: 40px;
  /* or 133% */
  text-align: center;
}
.medical-text {
  width: 525px;
  font-size: 30px;
  line-height: 40px;
  /* or 133% */
  text-align: center;
}
.e-br {
  display: none;
}
.medical-text-strong {
  font-size: 40px;
}
.medical-desc{
  width: 858px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
.insurance{
  background: url(../images/insurance.png) no-repeat center top ;
  height: 1425px;
  position: relative;
}
/* .insurance-wrap {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  border: 1px solid red;
} */
.insurance-titleWrap{
  position: absolute;
  width: 431px;
  height: 352px;
  left: calc(50% - 215px) ;
  transform: translateX(50%);
  top: 168px;
  display: flex;
  flex-direction: column;
  text-align: end;
}
.insurance-titleWrap2{
    position: absolute;
    width: 431px;
    height: 352px;
    right: calc(50% - 90px);
    transform: translateX(-50%);
    bottom: 168px;
    display: flex;
    flex-direction: column;
}

.insurance-title{
  color: #FFAE48;
  font-size: 50px;
  line-height: 60px;
}
.insurance-sub{
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin: 40px 0 24px;
}
.insurance-desc{
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  display: inline-block;
}
.insurance-desc span{
  font-size: 30px;
}


/* form */
.form{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
form{
  width: 606px;
}
form legend {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #633D2A;
  margin-bottom: 10px;
}
.form-desc{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
fieldset {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: inherit;
}
form label {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #555555;
}
form input, form select {
  width: -webkit-fill-available;
  height: 37px;
  border: 1px solid #C0B0A7;
  padding:  0 20px;
}
form input {
  height: 37px;
  padding:  0 20px;
}
form .required{
  color: red;
  font-size: 30px;
  line-height: 20px;
  vertical-align: super;
}
.form input::placeholder{
  color: #0003
}
input[type="checkbox"] {
 width: 20px;
}
.check{
  display: flex;
  align-items: center;
  gap: 10px;
}
form .btn{
  height: 75px;
  background: #FFAE48;
  color: #fff;
  padding: 12px 0;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  cursor: pointer;
}
.manual{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-top: 1px solid #0001;
  padding: 81px 0;
  color: #333;
  font-weight: 400;
  width: 1140px;
  gap: 10px;
}
.manual-wrap {
  /* background: #0001; */
  margin: 81px 0 0 0;
}
.manual h2{
  font-size: 20px;
  font-weight: 600;
}
.manual div{
  color: #555;
  /* text-align: center; */
  line-height: 20px;
  width: 100%;
}


