
.sec .btn-download {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 525px;
  border-radius: 12px;
  padding:15px;
  text-decoration: none;
  box-shadow: 3px 3px #8CBFE8;
  text-align: center;
  color:#324B93;
  font-weight: bold;
  transition: unset;
}
.btn.ic-pdf:after {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/common/ico-pdf-white.svg);
  width: 26px;
  height: 32px;
}
.sec .btn-download.btn-blue {
  color:#fff;
  background-color:#324B93;
  padding-right: 78px;
  max-width: 480px;
}
.btn-download.btn-blue span {
  display: block;
}
.btn-download.btn-blue .t1 {
  font-size: 18px;
  line-height: 30px;
}
.btn-download.btn-blue .t2 {
  font-size: 22px;
}

.download-l {
  text-align: center;
  margin-bottom: 50px;
}
.download-l .btn-download {
  border:1px solid #324B93;
}
.download-l .btn-download:after {
  background-image: url(../img/common/ico-pdf.svg);
  right: 50px;
}
.download-l .btn-download:hover,
.btn-download.btn-blue:hover {
  text-decoration: none;
  bottom: -3px;
  right: -3px;
  box-shadow: unset;
  transition: unset;
}
.download-l .btn-download .note {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 4px;
  color:#B94947;
}
.download-l .btn-download .t {
  font-size: 28px;
  line-height: 38px;
}
.desc a {
  text-decoration: underline;
  color:#324B93;
}
.desc.d2 {
  font-size: 18px;
  font-weight: bold;
}
.desc.d2 a {
  text-decoration: none;
}
.desc.d2 a:hover {
  text-decoration: underline;
}

.sec h2 {
  color:#324B93;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 3px solid #324B93;
  margin-bottom: 28px;
  font-size: 28px;
  line-height: 40px;
}
.sec h2 .sm {
  font-size: 20px;
}

.b-box {
  background: #F7F8FA;
  padding:40px;
  border-radius: 20px;
  margin:50px 0;
  text-align: center;
}
.b-box .t {
  color:#324B93;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 40px;
}
.b-box .row {
  margin:0 -20px -40px;
}
.b-box .row>div {
  padding:0 20px;
  margin-bottom: 40px;
}


@media (max-width: 1199px) {
  .b-box .row {
    marign:0 -15px -30px;
  }
  .b-box .row>div {
    padding:0 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 767px) {
  .sec .btn-download {
    padding:12px;
  }
  .download-l .btn-download .note {
    font-size: 14px;
    line-height: 18px;
  }
  .download-l .btn-download .t {
    font-size: 22px;
    line-height: 30px;
  }
  .download-l .btn-download:after {
    right: 10px;
  }

  .sec h2 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 8px;
    border-bottom: 2px solid #324B93;
    margin-bottom: 16px;
  }
  .sec h2 .sm {
    font-size: 14px;
  }

  .b-box {
    padding:20px 18px;
    margin:30px 0;
    border-radius: 15px;
  }
  .b-box .t {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 26px;
  }
  .sec .btn-download.btn-blue.ic-pdf:after {
    right: 10px;
  }
  .sec .btn-download.btn-blue {
    padding-right: 48px;
  }
  .btn-download.btn-blue .t1 {
    font-size: 15px;
    line-height: 25px;
  }
  .btn-download.btn-blue .t2 {
    font-size: 18px;
  }
  .desc.d2 {
    font-size: 16px;
    line-height: 24px;
  }
}
