/* modal */
#modal-outer {
  display: none;
  position: relative;
  z-index: 999;
}
#modal-wrapper {
  align-content: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  min-height: 1%;
  min-width: 1%;
  padding: 30px 20px 30px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.modal-outer {
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 960px;
  min-height: 1%;
  min-width: 1%;
  width: 100%;
}
.modal-inner {
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  max-width: 960px;
  min-height: 1%;
  min-width: 1%;
  overflow: auto;
  padding: 60px 40px 0;
  position: relative;
  width: 100%;
  z-index: 110;
}
@media screen and (max-width: 639px) {
  .modal-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal-inner .mod-pnl-02 .inner .col:last-child {
    padding-bottom: 0;
  }
}
.modal-inner .str-inner > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 60px;
}
.modal-inner .mod-hdg-l2 {
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (min-width: 640px), print {
  .modal-inner .mod-hdg-l3 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.modal-inner .mod-media img {
  width: 400px !important;
}
@media screen and (min-width: 640px), print {
  .modal-inner .modal-desc {
    margin-left: auto;
    margin-right: auto;
    /* max-width: 540px; */
  }
}
.modal-inner .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modal-inner .mod-btn-wrap-01 {
  margin: 10px;
  max-width: 300px;
}
.modal-inner .mod-btn-01 {
  background-image: linear-gradient(to right, #05305f 0, #476589 51%, #05305f 100%);
  background-size: 200% auto;
  border-radius: 1000px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  min-width: 180px;
  padding: 10px 48px 9px 32px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease;
  width: 100%;
}
.modal-inner .mod-btn-01::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  transform: rotate(45deg);
  transition: right 0.2s;
  width: 20px;
}
.modal-inner .mod-btn-01:hover,.modal-inner .mod-btn-01:active,.modal-inner .mod-btn-01:focus {
  background-position: right center;
}
.modal-inner .mod-btn-01:hover::before,.modal-inner .mod-btn-01:active::before,.modal-inner .mod-btn-01:focus::before {
  right: 11px;
}
.modal-inner .section-box {
  flex: 0 0 auto;
  margin: 0 auto;
  max-width: 700px;
  padding-bottom: 40px;
}
#modal-bg {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
.modal-close {
  color: #505050;
  cursor: pointer;
  font-size: 1.4rem;
  padding-right: 30px;
  position: absolute;
  right: 10px;
  top: 20px;
}
.modal-close::before,.modal-close::after {
  background: #494949;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 24px;
}
.modal-close::before {
  right: 0;
  transform: rotate(45deg);
}
.modal-close::after {
  right: 1px;
  transform: rotate(-45deg);
}
.mod-box-05 .col .box .mod-txt p {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
