.iziModal {
  box-shadow: 0px 0px 50px 1px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 50px 1px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 50px 1px rgba(0, 0, 0, 0.27);
  width: 90%;
  max-height: 92%;
}

@media screen and (max-width: 767px) {
  .iziModal {
    width: 94% !important;
    max-height: 96%;
    overflow: visible !important;
  }
}

.iziModal:after {
  background: none;
}

.iziModal .iziModal-wrap {
  border: 3px solid #4A91C9;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .iziModal .iziModal-wrap {
    overflow: visible;
  }
}

.iziModal .iziModal-wrap .iziModal-content {
  padding: 50px !important;
  overflow: hidden !important;
  background-color: #fff;
}

@media screen and (max-width: 1190px) {
  .iziModal .iziModal-wrap .iziModal-content {
    padding: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .iziModal .iziModal-wrap .iziModal-content {
    padding: 15px !important;
  }
}

/*
.iziModal ::-webkit-scrollbar{display: none;}
*/
.iziModal-navigate > button {
  width: 44px;
  opacity: 0.5;
  height: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .iziModal-navigate > button {
    width: 8%;
  }
}

.iziModal .iziModal-loader {
  background-image: none !important;
}

.iziModal .iziModal-loader:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: no-repeat 50% 50%;
  background-size: cover;
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .iziModal .iziModal-loader:before {
    font-size: 1.8rem;
  }
}

.contents__wrapper .top_pick_up_item .common_dvd_area ul li {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contents__wrapper .top_pick_up_item .common_dvd_area ul li:hover {
  opacity: 0.7;
}

.modal-dvd h2 {
  color: #4A91C9;
  font-size: 28px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 6px solid #4A91C9;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .modal-dvd h2 {
    margin: 20px 0;
    font-size: 20px;
  }
}

.modal-dvd .for_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal-dvd .for_box ul li {
  margin-right: 5px;
}

.modal-dvd .for_box ul li span {
  font-size: 12px;
  color: #4A91C9;
  font-weight: bold;
  padding: 3px 6px;
  border: 1px solid #4A91C9;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .modal-dvd .for_box ul li span {
    font-size: 10px;
  }
}

.modal-dvd .facility_ico ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .modal-dvd .facility_ico ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.modal-dvd .facility_ico ul li {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .modal-dvd .facility_ico ul li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.modal-dvd .facility_ico ul li img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .modal-dvd .facility_ico ul li img {
    width: 42px;
    height: 42px;
  }
}

.modal-dvd .facility_ico ul li:last-child {
  margin-right: 0;
}

.modal-dvd p.ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .modal-dvd p.ttl {
    font-size: 14px;
  }
}

.modal-dvd .img_box {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .modal-dvd .img_box {
    margin-top: 20px;
  }
}

.modal-dvd .img_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal-dvd .img_box ul li:first-child {
  width: 34%;
}

@media screen and (max-width: 767px) {
  .modal-dvd .img_box ul li:first-child {
    width: 100%;
  }
}

.modal-dvd .img_box ul li:first-child img {
  border: 1px solid #ddd;
  width: 100%;
  height: auto;
}

.modal-dvd .img_box ul li:last-child {
  width: 62%;
}

@media screen and (max-width: 767px) {
  .modal-dvd .img_box ul li:last-child {
    width: 100%;
  }
}

.modal-dvd .img_box ul li p {
  line-height: 1.8;
  font-weight: bold;
  font-size: 14px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .modal-dvd .img_box ul li p {
    font-size: 12px;
    margin-top: 20px;
  }
}

.modal-dvd .img_box ul li span {
  text-align: right;
  font-weight: normal;
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .modal-dvd .img_box ul li span {
    font-size: 12px;
  }
}

.modal-dvd .terms {
  background-color: #F5F5F5;
  padding: 30px;
  border-radius: 6px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .modal-dvd .terms {
    padding: 15px;
  }
}

.modal-dvd .terms h3 {
  padding-left: 8px;
  border-left: 3px solid #C63C3C;
  font-weight: bold;
  color: #C63C3C;
  font-size: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .modal-dvd .terms h3 {
    font-size: 14px;
  }
}

.modal-dvd .terms p {
  color: #C63C3C;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .modal-dvd .terms p {
    font-size: 12px;
  }
}

.modal-dvd p.mod_contact {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .modal-dvd p.mod_contact {
    font-size: 14px;
  }
}

.modal-dvd p.mod_contact a {
  text-decoration: underline;
  font-weight: bold;
}

.modal-dvd p.dvd_copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 50px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .modal-dvd p.dvd_copyright {
    margin-top: 25px;
  }
}

.modal-dvd .btn {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .modal-dvd .btn {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.modal-dvd .btn a.close-btn {
  border-radius: 50px;
  color: #4A91C9;
  border: 3px solid #4A91C9;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .modal-dvd .btn a.close-btn {
    margin: auto;
    margin-bottom: 20px;
  }
}

.modal-dvd .btn a.close-btn:hover {
  opacity: 0.7;
}

.modal-dvd .btn a.next-btn, .modal-dvd .btn a.prev-btn {
  color: #4A91C9;
  font-weight: bold;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-dvd .btn a.next-btn:hover, .modal-dvd .btn a.prev-btn:hover {
  opacity: 0.7;
}

.modal-dvd .btn a.next-btn:after, .modal-dvd .btn a.prev-btn:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  content: "";
  background-color: #4A91C9;
}

.modal-dvd .btn a.next-btn ico, .modal-dvd .btn a.prev-btn ico {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-size: cover;
}

.modal-dvd .btn a.next-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .modal-dvd .btn a.next-btn {
    position: inherit;
    display: inline-block;
    margin-bottom: 20px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.modal-dvd .btn a.next-btn ico {
  background-image: url("../../img/modal/next.svg");
}

.modal-dvd .btn a.prev-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .modal-dvd .btn a.prev-btn {
    position: inherit;
    display: inline-block;
    margin-bottom: 20px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.modal-dvd .btn a.prev-btn ico {
  background-image: url("../../img/modal/prev.svg");
  margin-right: 2px;
}

.modal-dvd .close {
  position: fixed;
  z-index: 9999;
  right: -30px;
  top: -30px;
  background-image: url("../../img/modal/close.svg");
  width: 60px;
  height: 60px;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .modal-dvd .close {
    right: 5px;
    top: 4px;
    width: 24px;
    height: 24px;
  }
}

.back-btn {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .back-btn {
    margin-top: 30px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.back-btn a {
  border-radius: 50px;
  color: #4A91C9;
  border: 3px solid #4A91C9;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .back-btn a {
    margin: auto;
    margin-bottom: 20px;
  }
}

.back-btn a:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=modal.css.map */