#rsvForm {
	overflow: hidden;
	color: #fff;
  }
  
  #rsvForm .infoAgree {
    width: 100%;
    margin: 0 auto;
    max-width: 600px
  }
  
  #rsvForm .infoAgree .cu-tit-box {
	  font-size: 18px;
	  color: #978c6e;
  }
  #rsvForm .infoAgree .cu-tit-box span {
	display:block;
	padding:5px 0;
	font-weight: 300;
	font-size:22px;
  }
  
  #rsvForm .infoAgree .cu-tit {
	padding: 10px 0;
	text-align: right;
	color: #485053;
	font-size: 26px;
  }
  
  #rsvForm .infoAgree .cu-tit2 {
	font-size: 22px;
	color: #555c5f;
	text-align: right;
  }
  
  #rsvForm .infoAgree .cu-address-box {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #978c6e;
  }
  
  #rsvForm .infoAgree .cu-address {
	font-size: 18px;
	padding: 10px 0;
	color: #b2ad9c;
	display: flex;
	align-items: center;
  }
  #rsvForm .infoAgree .cu-address b {
	width:70px;
  }
  #rsvForm .infoAgree .cu-address span {
	
  }
  #rsvForm .infoAgree .cu-address2 {
	font-size: 15px;
	color: #7d7664;
  }
  
  #rsvForm .infoAgree .cu-tel {
	width: 272px;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	color: #fff;
	background: #485053;
	font-size: 30px;
	float: right;
	margin: 0 15% 10px 0px;
  }
  
  #rsvForm .infoAgree .cu-tel2 {
	color: #929292;
	background: transparent;
  }
  #rsvForm .rsvInfoTxt {
    display: flex;
    width: 100%;
    background: #1c2747;
    text-align: center;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-weight: 500;
    max-width: 420px;
    margin: 0 auto 20px;
  }
  #rsvForm .rsvInfoTxt span {
	
  }
  #rsvForm .rsvInfoTxt span:first-child {
	color: red;
  }
  #rsvForm .rsvInfoTxt span:nth-child(2) {
	margin: 0 5px;
  }
  #rsvForm .rsvInfoTxt span:last-child {
	color: #e1ac3c;
	font-size: 14px;
  }
  #rsvForm .rsvForm {
	width: 100%;
	margin: 10px auto 0;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
  }
  
  #rsvForm .rsvForm .rsvBox {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
  }
  .rsvTit {
	border-bottom: 1px solid #1c2747;
	margin-bottom: 30px;
	color: #1c2747;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	padding: 0 0 10px 0;
  }
  .rsvTit span {
	display: inline-block;
	color: #fff;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background: #1c2747;
	text-align: center;
	line-height: 35px;
	font-weight: 500;
  }
  #rsvForm .rsvForm .rsvField {
	padding-bottom: 30px;
	width: 100%;
	overflow: hidden;
  }
  #rsvForm .rsvForm .rsvField.rsvField_l {
	padding-bottom: 0;
  }
  #rsvForm .rsvForm .rsvLbtit {
	color: #1c2747;
	font-size: 21px;
	font-weight: 800;
	padding: 0 0 10px 0;
  }
  #rsvForm .rsvForm .rsvLabel {display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 0 20px 0;}
  #rsvForm .rsvForm .rsvLabel label {
    width: fit-content;
    min-width: 31.5%;
  }
  #rsvForm .rsvForm .rsvLabel label:nth-child(4n) {
	margin-right:0;
  }
  
  #rsvForm .rsvForm .rsvLabel .rsvRadio {
	display:none;
  }
  .rsvRadio:checked + .label {
	background:#1c2747;
	color:#fff;
  }
  #rsvForm .rsvForm strong {
	display: block;
	color: #1c2747;
	font-size: 21px;
	font-weight: 800;
	padding: 0 0 10px 0;
	text-align: left;
  }
  #rsvForm .rsvForm strong .red_dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #f15755;
	border-radius: 100%;
	vertical-align: text-top;
	margin-top: 4px;
	margin-left: 4px;
  }
  #rsvForm .rsvForm input:focus {
	border: 1px solid #000;
  }
  
  #rsvForm .rsvForm textarea:focus {
	border: 1px solid #000;
  }
  
  #rsvForm .rsvForm .rsvInput {
	height: 46px;
	border: 1px solid #aeaeae;
	width: 100%;
	-webkit-appearance: none;
	padding-left: 10px;
	border-radius: 3px;
  }
  #rsvForm .rsvForm .rsvSel {
	height: 46px;
	border: 1px solid #aeaeae;
	width: 70%;
	padding-left: 10px;
	border-radius: 0;
	float: left;
  }
  #rsvForm select {
	height: 46px;
	border: 1px solid #c9c9c9;
	width: 150px;
	padding-left: 10px;
	border-radius: 8px;
  }
  
  #rsvForm .rsvForm .rsvInputtel {
	height: 46px;
	border: 1px solid #aeaeae;
	width: 100%;
	-webkit-appearance: none;
	padding-left: 10px;
	border-radius: 0;
  }
  
  #rsvForm .rsvForm .sendField {
	width: 100%;
	padding: 30px 0 0 0;
	text-align: center;
  }
  
  #rsvForm .rsvForm .rsvTextarea {
	height: 80px;
	border: 1px solid #aeaeae;
	width: 100%;
	-webkit-appearance: none;
	padding-left: 10px;
	border-radius: 3px;
	overflow-y: scroll;
	line-height: 1.4;
	background: #fff;
	color: #6a6a6a;
	font-size: 13px;
  }
  #rsvForm .rsvForm .rsvTextarea[name=memo] {
	height: 180px;
	font-size: 19px;
	color: #1c2747;
	font-family: 'NanumSquare','?????','Noto Sans KR', sans-serif;
	font-weight: 600;
	padding: 15px;
  }
  .sendField .sendbt {
    max-width: 375px;
    height: 50px;
    background: #1c2747;
    color: #fff;
    border: 0;
    font-size: 21px;
    font-weight: 700;
    margin: 35px auto;
    line-height: 50px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.4s;
    text-align: center;
    width: 94%;
  }
  
  .sendField .sendbt:hover {
	background: #0cb3b3;
	color: #fff;
  }
  
  .chk-box {
	color: #1c2747;
	width: 100%;
	padding: 10px 0;
	font-size: 17px;
	font-weight: 600;
	display: flex;
	align-items: center;
  }
  
  #chk {
	width: 100%;
	padding: 10px 0;
	font-size: 13px;
	width: 20px;
	height: 20px;
  }
  
  .chk-p {
	display: flex;
	height: 20px;
	align-items: center;
	margin-left: 5px;
  }
  .view_terms {
	vertical-align: top;
	color:#000;
	margin-left:10px;
	text-decoration: underline;
	cursor:pointer;
  }
  .layer_terms {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
	background: #fff;
	border: 8px solid #000;
	padding: 30px;
	width: 96%;
	max-width: 1000px;
  }
  .layer_terms.open {display:block;}
  .layer_terms h1 {
	position:relative;
	padding: 0 0 0 18px;
	text-align: left;
  }
  .layer_terms h1::before {
	display:block;
	content:'\2610';
	position:absolute;
	top: -1px;
	left:0;
  }
  .layer_terms p {
	  padding: 10px 0 20px;
	  line-height: 1.3;
	  text-align: left;
  }
  .layer_terms_close {
	width: 30px;
	height: 30px;
	position: relative;
	/* margin: 0 auto 20px; */
	cursor:pointer;
	margin-left: auto;
	margin-top: -20px;
	margin-right: -20px;
  }
  .layer_terms_close span {
	width: 100%;
	display: block;
	height: 3px;
	background: #959595;
	position: absolute;
	top: 50%;
	left: 0;
	transition:all .25s;
  }
  .layer_terms_close:hover span {
  background:#000;
  }
  .layer_terms_close span:first-child {
	transform: rotate(45deg);
  }
  .layer_terms_close span:last-child {
	transform: rotate(315deg);
  }
  /* Customize the label (the container) */
  .label {
	display: flex;
	position: relative;
	padding: 10px 5px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #8b8b8b;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	justify-content: center;
	font-weight: 600;
  }
  
  /* Hide the browser's default radio button */
  .label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom radio button */
  .checkmark {
	display:none;
	position: absolute;
	top: 2px;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #a4a9af;
  }
  
  /* On mouse-over, add a grey background color */
  .label:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .label input:checked ~ .checkmark {
	background-color: #f25657;
	border: 1px solid #f25657;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .label input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .label .checkmark:after {
  
  }

.online_info {
	color: #1c2747;
	text-align: center;
	margin-bottom: 80px;
}
.online_info p {
	font-size: 17px;
	padding: 5px 0;
	font-weight: 600;
	line-height: 1.4;
}
.online_info span {
    display: table;
    padding: 8px 15px;
    font-size: 15px;
    background: #3d63e2;
    color: #fff;
    border-radius: 24px;
    margin: 20px auto 0;
    max-width: 92%;
    line-height: 1.4;
}