#modal-overlay {
	background-color: #000;
	opacity: 0.5;
	z-index: 1000;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
}

#modal-button {
	text-decoration: none;
}


.modal-main{
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 4px 12px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.5);
	margin:50px auto 20px;
	padding:0;
	position:fixed;
	top:0;
	width:450px;
	z-index:1001;
	display: none ;
	border: 2px solid #2167ae ;
	font-family: "lr oSVbN", "qMmpS Pro W3", Arial, sans-serif;
}
.modal-main .header{
	padding: 20px 30px 0 30px;
	position: relative;
	z-index:1;
	line-height: 1.5;
    width: calc(100% - 60px);
    background-color: #2167ae;
    display: inline-block;
    vertical-align: middle;
	text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: white;
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}
.modal-main .header p{
	margin: 0px 0px 20px 0px;
}
.modal-main .header .close01{
	background:url(/shared/images/common_ico_009.png) top left no-repeat;
	background-size:50px 51px;
	cursor:pointer;
	height:51px;
	right:-16px;
	top:-16px;
	position:absolute;
	width:50px;
}

.modal-main .block1{
	color: #0075c2;
    font-size: 16px;
    line-height: 2;
	padding: 10px 30px 5px 30px;
}

.modal-main .block1 p{
	margin-bottom: .45em;
}

.modal-main .block2{
	color: #0075c2;
    font-size: 12px;
    line-height: 2;
	padding: 10px 30px 5px 30px;
}

.modal-main .actionBtn{
	padding:5px;
}

.modal-main .actionBtn .line-btn{
	background-color: #06c755;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 3px 5px #ccc;
	-moz-box-shadow: 0 3px 5px #ccc;
	-webkit-box-shadow: 0 3px 5px #ccc;
	cursor:pointer;
	margin: 0 auto;
	padding:15px;
	text-align:center;
	width:300px;
	font-size: 16px;
    color: white;
}

.modal-main .actionBtn .line-label{
	cursor:pointer;
	margin: 0 auto;
	padding:15px;
	text-align:center;
	width:330px;
	font-size: 16px;
    color: #0075c2;
    text-decoration: underline;
    line-height: 1.25;
}
.modal-main .actionBtn .confirm-btn-wrapper {
	text-align: center;
	margin: 20px 0;
}

.modal-main .actionBtn .back-btn {
    background: #fff;
    color: #0070c0;
    border: 2px solid #0070c0;
    border-radius:5px;
    padding:15px;
    font-size: 16px;
    font-weight: bold;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-box-shadow: 0 3px 5px #ccc;
    -webkit-box-shadow: 0 3px 5px #ccc;
    cursor:pointer;
    margin: 0 auto;
    text-align:center;
    width:300px;
}

.modal-main .actionBtn .confirm-btn {
	background-color: #F38034;
	color: #fff;
	border-radius:5px;
	padding:15px;
	font-size: 16px;
	font-weight: bold;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-box-shadow: 0 3px 5px #ccc;
    -webkit-box-shadow: 0 3px 5px #ccc;
    cursor:pointer;
    margin: 0 auto;
    text-align:center;
    width:300px;
}

.modal-main .info-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 24px 0 20px 0;
  width: 100%;
}

.modal-main .info-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

@media (max-width: 480px) {
  .modal-main .info-center {
    padding: 10px 10px 5px 10px !important;
  }
}

.modal-main .info-center {
  padding: 10px 52px 5px 52px;
}
