
* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}



.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	top: 0;
	left: 0;
/*	display: none;*/
	background: rgba(0,0,0,0.38);
}

.layer_board {
/*	display: none;*/
	position: fixed;
    top: 50%;
	left: 50%;
	margin: 0 auto;
	text-align: center;
	z-index: 20000;
      transform: translate(-50%, -50%);
	  max-width: 600px;
	  width: 90vw;
}


.layer_board2 img{
max-width: 600px;
width: 90vw; 
cursor: pointer;
margin-top: -2px;
}


.layer_board-box {
/*	display: none;*/
	position: fixed;
    top: 50%;
	left: 50%;
	margin: 0 auto;
	text-align: center;
	z-index: 20000;
      transform: translate(-50%, -50%);
	  width: 600px;
	   font-size: 23px;
}

.layer_frame{
	border: 3px solid #fff;
	background-color: #233942;
	/* max-width: 600px; */
	max-width: 90vw;
	padding: 3rem 2rem 2rem;
	color: #fff;
}

.layer_frame .text-001{
color: rgb(234, 234, 0);
font-size: 27px;
  border-bottom: 1px solid rgb(234, 234, 0);
  display: inline-block;
  font-weight: 700;
}

.layer_frame .text-002{
font-size: 23px;
margin: 1.5rem auto 1.5rem;
display: block;
}


.layer_frame a.btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 3rem;
    width: 40%;
    margin: 0 auto 0;
    padding: 4px 20px;
    text-align: center;
    background-color: #fff;
    color: #233942;
    border: 1px solid #233942;
}




.layer_frame a.btn:after {
    content: "";
    display: inline-block;
    background: url(../img/icon-link-b2.png) no-repeat;
    background-size: contain;
	width: 1.6rem;
    height: 1.6rem;
	    margin: 0.4rem 0 0 0px;
}



.layer_frame .modal-logo{
  width: 140px;
  margin-top: 1rem;
}


.board_btn{
  width: 32px;
  height: 32px;
  background: url(../img/board_btn.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0rem;
  right: 0rem;
  cursor: pointer;

}


@media (max-width: 821px){
.layer_board-box {
font-size: 16px;
}


.layer_frame .text-001{
font-size: 18px;
}

.layer_frame .text-002{
font-size: 14px;
}


.layer_frame .modal-logo{
  width: 20vw;
  margin-top: 1rem;
}


}