@charset "utf-8";
/* CSS Document */

.topdesc { border-bottom:1px dotted #aaa; margin-bottom:10px; padding-bottom:10px; font-size: 120%; line-height: 150%; letter-spacing: -0.05em; }
#dateMove{ text-align: center; margin: 20px 0px; }

.calendar{ margin-bottom:40px; border-top:1px solid #ccc;}

.dateWrap{ text-align: center; border-bottom: 1px dotted #ccc; line-height: 25px; font-size: 100%;}
a#txtAll { position:absolute; z-index:200; display:block; top:0px; left:0px; background:#6c819d; color:#fff; min-width: 109px; padding-left:5px; padding-right: 5px; }
.ston{ color:#005b7f; font-weight: bold; }
.stoff{ color:#f26522; font-weight: bold; }

#regisAgree{ height: 190px; padding:20px; background: #f7f7f7; border:1px solid #ddd; overflow-y: scroll;  }
#agrlb { line-height: 170%; border-bottom: 1px solid #ddd; display: block; padding: 10px 0px; margin-bottom: 10px;  }

#regisFW{ font-size: 120%; letter-spacing: -0.05em; margin-bottom: 50px; }
#regisFW>h1{ font-size: 140%; color:#000; font-family: "Noto Sans KR"; padding: 15px 0px; border-bottom:1px solid #ddd; }
#regisFW>table:first-of-type td{ text-align: left; line-height: 180%; }

#RGS_ADD1{ margin: 3px 0px; }
#RGS_ETC{ height:100px; }
#RGS_SEX{ width: 30px;}

/*search*/
#rgssearch>h1{ padding:15px;border-bottom:1px solid #ddd; font-size: 105%; text-align: left; font-weight: 400; color:#999; }
#rgssearch>div.fdesc{ padding:15px;border-top:1px solid #ddd; text-align: left; color:#999; letter-spacing: -0.05em;  }

#frgsSearch{ width: 65%; margin: 20px auto; }
#frgsSearch>h1{ color:#00A99D; font-weight: 500; font-family: "Noto Sans KR"; font-size: 150%; margin-bottom: 15px;  }
#frgsSearch>ul{ list-style: none; border-top: 1px dotted #ccc; }
#frgsSearch>ul>li{ display: block; border-bottom: 1px dotted #ccc; padding: 10px 0px; }
#frgsSearch>ul>li>label{ display: inline-block; width: 100px; text-align: left; padding-left: 10px; }
#frgsSearch>ul>li>input+span{ font-size: 90%; color:#999; }

/*write*/
#rgsWrap:has(#regisFW){ position: relative; }
.rgswriteoff{ 
    background-color: rgba(255, 255, 255, 0.8); width: 100%; height: 100%; position: absolute; 
    top:0px; left: 0px; border:5px solid #3DAA9D; box-sizing: border-box; border-radius: 10px;
    display: flex; justify-content: center; align-items: center; 
    font-family: "Noto Sans KR"; font-weight: 500; font-size: 300%; color:#000;
}