html,
body {
  /*overflow: scroll;*/
  position: relative;
  /*height: 100%;*/
}

.modal-content .btn, .btn-block {
  border: none;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  outline: 0;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff;
  background-color: #3897f0;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-content .btn.disabled *,
.btn-block.disabled,
.btn-floating.disabled *,
.btn:disabled *,
.btn-floating:disabled * {
  pointer-events: none;
}

.modal-content .btn.disabled:hover,
.btn-block.disabled:hover,
.btn:disabled:hover,
.btn-floating.disabled:hover,
.btn-floating:disabled:hover,
.modal-content .btn-floating-large.disabled:hover,
.btn-floating-large:disabled:hover {
  box-shadow: none;
}

.modal-content .btn,
.btn-floating,
.dropnav a,
.btn-floating-large,
.btn-block,
.navbar a,
.sidenav a,
.pagination li a,
.hoverable tbody tr,
.hoverable li,
.modal-content .accordion-content a,
.dropdown-content a,
.dropdown-click:hover,
.dropdown-hover:hover,
.opennav,
.closenav,
.closebtn,
*[class*="hover-"] {
  -webkit-transition: background-color 0.25s, color 0.15s, box-shadow 0.25s,
    opacity 0.25s, filter 0.25s, border 0.15s;
  transition: background-color 0.25s, color 0.15s, box-shadow 0.15s,
    opacity 0.25s, filter 0.25s, border 0.15s;
}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

.modal-content {
  background-color: #fff;
  position: relative;
  height: auto;
  outline: 0;
  width: 450px !important;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
}

.modal-content .header {
  background-color: white;
  margin-left: 10px;
  margin-right: 12px;
  margin-top: 12px;
}

.modal-content .logo-img {
  width: auto;
  float: left !important;
  content: url("https://shipget.co.kr/mdg/v4/ui/common/modal/img/modal_logo.png");
}

.modal-content .content_img {
  overflow: hidden;
  background-origin: content-box;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.modal-content .closeBtn {
  position: absolute;
  top: 20px;
  right: 10px;
  text-decoration: none;
  height: 21px;
  width: 21px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  content: url("https://shipget.co.kr/mdg/v4/ui/common/modal/img/new_close_btn.png");
}

.modal-content .closeBtn:hover,
.closeBtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal_container {
  width: 100%;
  display: table;
}

.modal-content .content {
  width: 100%;
  overflow: auto;
  word-break: break-all;
  line-height: 1.2;
  margin-bottom: 2.4%;
  /*padding-right: 8.3%;
    padding-left: 8.3%;*/
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}

.modal-content .content #custom_content{overflow-y:scroll;}

.modal-content #button_right {
  width: 48%;
  float: right;
  font-size: 14px;
}

.modal-content #button_left {
  width: 48%;
  float: left;
  font-size: 14px;
  background-color: #e3756f;
}

.modal-content #contentsBody {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.modal-content .footer {
  width: 100%;
  float: left;
  height: auto;
  padding-bottom: 12px;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}

.modal-content .day {
  width: auto;
  padding-left: 5%;
  /*margin-top : 10px;*/
  margin-bottom: 5px;
  padding-right: 5%;
}

.modal-content .hover-none:hover {
  box-shadow: none !important;
  background-color: transparent !important;
}

/* 다시보지 않기 css 추가*/
.day-not-show {
  width: 45%;
  float: left;
  margin-right: 5%;
  height: 20px;
  margin-left: 5%;
  margin-bottom: 11px;
  background: url("https://shipget.co.kr/mdg/v4/ui/common/modal/img/day_off.png")
    no-repeat;
  background-size: contain;
  cursor:pointer;
}

.day-not-show.jp{
  background: url("https://shipget.co.kr/mdg/v4/ui/common/modal/img/day_off_jp.png")
    no-repeat;
  background-size: contain;
}

.day-not-show.vn{
  background: url("https://shipget.co.kr/mdg/v4/ui/common/modal/img/day_off_vn.png")
    no-repeat;
  background-size: contain;
}

.day-not-show.is-active {
  width: 45%;
  float: left;
  margin-right: 5%;
  height: 20px;
  margin-left: 5%;
  margin-bottom: 11px;
  background: url("https://shipget.co.kr/mdg/v4/ui/common/modal/img/day_on.png")
    no-repeat;
  background-size: contain;
}

.day-not-show.jp.is-active {
  background: url("https://shipget.co.kr/mdg/v4/ui/common/modal/img/day_on.png")
    no-repeat;
  background-size: contain;
}

.week-not-show {
  width: 45%;
  margin-left: -5%;
  float: left;
  height: 20px;
  margin-bottom: 11px;
  background: url("https://shipget.co.kr/mdg/v4/ui/common/modal/img/week_off.png")
    no-repeat;
  background-size: contain;
}

.week-not-show.is-active {
  width: 45%;
  margin-left: -5%;
  float: left;
  height: 20px;
  margin-bottom: 11px;
  background: url("https://shipget.co.kr/mdg/v4/ui/common/modal/img/week_on.png")
    no-repeat;
  background-size: contain;
}
