@charset "utf-8";

.bodyHide{
	height : 1250px; 
	position: relative; 
	overflow: hidden;
	}

.hideImg{
	height: 100% !important;
    width: 100%;
    position: absolute;
    padding-top: 30px;
	}
.btnYn{
	text-align: center;
	}
.cpBtn{
	font-size: 35px;
      border-radius: 20px;
      border: 1px solid black;
      background-color: #dbdada;
      padding: 10px;
      font-weight: 500;
      box-shadow: 3px 3px gray;
	}
.cpBtnDtail{
	font-size: 15px;
	color: blue;
	}