/** All Values **/
/** All Values **/
.sayKorea-alert-layer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
.sayKorea-alert-layer .layer-box {
  position: fixed;
  min-width: 75vw;
  max-width: 90vw;
  padding: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
}
.sayKorea-alert-layer .layer-box .layer-head {
  position: relative;
  text-align: center;
}
.sayKorea-alert-layer .layer-box .layer-head h2 {
  position: relative;
  display: inline-block;
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-break: keep-all;
}
.sayKorea-alert-layer .layer-box .layer-footer {
  margin-top: 25px;
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.sayKorea-alert-layer .layer-box .layer-footer button[type=button] {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
  margin-right: 6px;
  border: none;
  max-width: 250px;
  min-width: 50vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.sayKorea-alert-layer .layer-box .layer-footer button[type=button]:last-child {
  margin-right: 0;
}
.sayKorea-alert-layer .layer-box .layer-footer button[type=button].bg-blue {
  background-color: #3679ec;
}
.sayKorea-alert-layer .layer-box .layer-footer button[type=button].bg-blue:hover {
  background-color: #1f69ea;
}
.sayKorea-alert-layer .layer-box .layer-footer button[type=button].bg-green {
  background-color: #04BB5E;
}
.sayKorea-alert-layer .layer-box .layer-footer button[type=button].bg-green:hover {
  background-color: #03a251;
}
.sayKorea-alert-layer .layer-box .layer-footer button[type=button].bg-gray {
  background-color: #9a9a9a;
}
.sayKorea-alert-layer .layer-box .layer-footer button[type=button].bg-gray:hover {
  background-color: #8d8d8d;
}
.sayKorea-alert-layer .layer-box .layer-footer button[type=button].line-blue {
  background-color: #fff;
  border: 1px solid #3679EB;
  color: #3679EB;
}
.sayKorea-alert-layer .layer-box .layer-footer.inside-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.sayKorea-alert-layer .layer-box .layer-footer.inside-2 button {
  width: 125px;
  min-width: 125px;
}

/*# sourceMappingURL=layer.css.map */
