.moonCal{
	height: 100%;
	width: auto;
	overflow-y: auto; 
	padding: 10px 0 0 0;
}

.caleandar{
    height: fit-content;
}

.cld-main{
  width: 100%;
  height: 60%;
/*  font-size: 36px;*/
  font-size: 16px;  
  font-weight: bold;
}
.cld-main a{
  color: #0080FF;
}
.cld-main svg{
  fill: #0080FF;
}
  .cld-datetime{
    position: relative;
    width: 66%;
    /*min-width: 100px;
    max-width: 300px;*/
    width:400px;
    margin: 10px auto 30px auto;
    overflow: hidden;
  }
  .cld-datetime .today{
    position: relative;
    float: left;
    /*width: calc(100% - 40px);*/
    height: 30px;
    width: 260px;
/*    font-size: 50px;*/
    font-size: 25px;    
    font-weight: bold;
    margin: auto;
    text-align: center;
    color: black;
  }
  .cld-nav{
    position: relative;
    width: 30px;
    height: 30px;
    margin-top: 2px;
  }
  .cld-nav:hover{
    cursor: pointer;
  }
  .cld-nav:hover svg{
      fill: #005EFF;
  }
  .cld-rwd{
    float: left;
    margin-left: 40px;
  }
  .cld-fwd{
    float: right;
    margin-right: 40px;
  }

.cld-labels, .cld-days{
  padding-left: 0;
}
  .cld-label, .cld-day{
    box-sizing: border-box;
    display: inline-block;
    width: 14.28%;
    text-align: center;
  }
  .cld-day{
    border: 1px solid #eee;
  }
  .cld-day.today .cld-number{
    background: #0080FF;
/*  	background: #EBEBEB;*/    
    color: #fff;
/*    color: #000;*/
  }
  .cld-day.disableDay{
    opacity: 0.5;
  }
  .cld-day.nextMonth, .cld-day.prevMonth{
    opacity: 0.33;
  }
    .cld-number{
      position: relative;
      margin: 0;
      padding: 2px;
    }
      .cld-title{
        position: absolute;
        z-index: 5;
        display: none;
        top: 35px;
        left: 0;
        padding: 5px 10px;
        background: #fff;
        white-space: nowrap;
        border: 1px solid #ccc;
        border-radius: 5px;
/*        font-size: 12px;*/
        font-size: 12px;        
      }
      .cld-number:hover .cld-title{
        display: block;
      }
      .cld-title::before{
        content: '';
        position: absolute;
        top: -7.5px; left: 10px;
        width: 0;
        height: 0;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;

        border-bottom: 7.5px solid #ccc;
      }
      .cld-number.eventday{
        font-weight: bold;
        color: #0080FF;
      }
      .cld-number.eventday:hover{
        cursor: pointer;
        background: #eee;
      }
      .today .cld-number.eventday:hover{
        background: #005EFF;
      }
      
      .moontime{
		  font-size: 16px;
/*		  font-size: 30px;*/		  
/*		  color: lightblue;*/
/*		  color:#787F85;*/
/*		  font-weight: normal;*/
		  color:rgb(255, 128, 192);
		  margin: 5px 0px 5px 0px;
	  }

	  .calendar-tide{
		  margin: 5px;
		  text-align: center;
/*		  background-color: #C0C0C0;
		  border-color: wheat;
		  border: #005EFF;
		  border-width: 2px;*/
	  }
	  
	  	.calendar-tide table{
			font-weight: bold;
			font-size: 15px;
      		width: 100%;
  		  	border-collapse: collapse; /* 셀 경계 겹치기 */
	  	}
	  .calendar-tide th, .calendar-tide td {
 		  border: 1px solid #8C8C8C; /* 진한 선 */
          text-align: center;
	  }
	  
	  .calendar-tide th{
		  background-color: #EBEBEB;
		  padding: 5px; 
	  }
	   .calendar-tide td{
		  padding: 5px; 
	  }
	  
	  .calendar-tide .tide{
	    text-align: left;
	    padding: 0 0 0 20px;
	  }
	  
	  .calendar-tide .moonstat{
		  width:35px; 
		  background-color: #C0C0C0; 
	  }
	  
	  .tideview{
     	margin-top: 10px;
/*		margin-top: 50px;  */    	
    	margin-left: 2px;
    	margin-right: 2px;
	  }
	  
	  .tide-name{
		font-size: 16px;  
  		font-weight: bold;  
  		text-align: center;
  		height: 30px;
    	color: #0080FF;
	  }
