/* 공통 폼 */
.input-block { margin-bottom: 20px; }
.input-block .tit { font-size: 16px; margin-bottom: 8px; font-weight: 600; }
.necessary::after { display: inline-block; vertical-align: middle; margin-left: 4px; font: inherit; line-height: inherit;	color: red;	content: '*'; }
.notice { color: #0a0a0a; }
.form-box { position: relative; width: 100%; }
.form-box > input,
.form-box > select { width: 100%; height: 50px; padding: 12px 12px; border: 1px solid #d5d5d5; border-radius: 5px; }
.form-box > textarea { width: 100%; height: 100px; padding: 12px 12px; border: 1px solid #d5d5d5; border-radius: 5px; outline: none; }
.cs-scroll { overflow: auto; }
.emailField { margin-bottom: 20px; }
.emailLabel { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 600; }
.emailInputGroup { white-space: nowrap; }
.emailInput,
.emailSelect { height: 52px; font-size: 14px; padding: 0 12px; border: 1px solid #e00; 
  border-radius: 5px; vertical-align: top;}
.emailInput,
.emailSelect { width: 160px; }
.emailSeparator { display: inline-block; line-height: 52px; vertical-align: top; margin: 0 8px; font-size: 14px;}
.residence.form-box { overflow: hidden; }
.residence.form-box .select-box {
  float: left;
  width: calc((100% - 24px) / 3);
   height: 50px;
  margin-right: 12px;
  box-sizing: border-box;
}
.residence.form-box .select-box:last-child { margin-right: 0; }
.residence.form-box select { width: 100%; height: 100%; padding: 0 12px; border: 1px solid #ddd;
	border-radius: 5px; box-sizing: border-box; font-size: 14px; line-height: 2.5;}
.residence.form-box::after {
  content: "";
  display: block;
  clear: both;
}

/* 약관 및 이용동의 */
.reserveAgree_content {}
.agreement-box { margin-top: 15px; align-items: center; }
.checks { display: inline-block; vertical-align: middle; }
.blind { position: relative; float: right; font-size: 13px; }


/* 인원 선택 */
.list_head { width: 100%; padding: 20px;
	
	border: 1px solid #05b482;
	border-radius: 5px; }
.list-tit { font-size: 17px; font-weight: 700; color: #0b8568 }
.checkbox_default { position: relative; float: right; }
.checkbox_default > .btn-delete-tvl {
	padding: 4px 6px;
  margin-right: 15px;
	background: #777;
 	border: none;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}
.checkbox_default > label input { margin-right: 3px;}


/* 유의사항 박스 */
.grey_box { padding: 20px; margin-top: 20px; border-radius: 6px; background-color: #fafafa; font-size: 14px; font-weight: 400; text-align: left;}  
.grey_box ul > li { position: relative; padding-left: 10px; }
.grey_box ul > p { height: 24px; font-weight: 600; line-height: 24px; color: #0b8568; }
.grey_box > ul p span { display: inline-block; width: 20px; height: 20px; margin-right: 5px; line-height: 24px; font-size: 20px; color: #0b8568; vertical-align: middle; }
.grey_box > ul li::after { position: absolute; top: 9px; left: 0; display: block; width: 2px; height: 2px; content: ''; border-radius: 50%; background-color: #000; } 


/* 마이페이지 */
.mypage-container {	margin: 0 auto; background: white; padding: 0; }
.mypage-content { padding: 0 20px; margin-top: 20px }
.mypage-content .user-info { position: relative; height:150px; margin-bottom: 30px; padding: 20px; border: 1px solid #ddd; border-radius: 8px; }
.user-profile { display: flex; align-items:baseline; gap: 10px; justify-content: space-between}
.mypage-content .user-info .user-profile .nickname strong {
	padding-right: 4px;
	font-size: 19px;
  font-weight: 700;
}
.mypage-content .user-info .user-profile .logout-btn {  
  float: right; border: none; border-radius: 5px; color: #333; font-size: 13px;
  text-decoration: underline; cursor: pointer; }
.mypage-content .user-info .user-profile .info_box { border:;}
.bgBar { position: relative; width: 100%; height: 8px; background-color: #f5f5f5; }
/*.mypage-menu {display: flex; flex-direction: column; margin-top: 10px; border-top: 10px solid #e5e7eb;} 마이페이지 구분선*/
.mypage-menu li {box-sizing: border-box;}
.mypage-menu li:last-child a { border: none;}
.mypage-menu a { display: block; height: 68px; padding: 20px; border-bottom: 1px solid #ddd;
	align-items: center; font-size: 16px; font-weight: 500; text-decoration: none; color: black; }
.mypage-menu a img {width: 24px; margin-right: 12px;}

/* 마이페이지 - 박스 내 마일리지 관심상품 */
.benefit-info {display: flex; text-align: center; height: 72px; align-items: center;}
.benefit-info div {flex:2;}
.benefit-info .wish {border-left: 1px solid #ccc;}
.benefit-info .mileage > span,
.benefit-info .wish > span{	position: relative; display: block;}

/* 예약목록 */
.account-settings {text-decoration: none; color: #007bff; font-size: 14px; margin-top: 10px;}
.reservation-info .reservation-tit { border-bottom: 1px solid #ddd; height: 60px; display: flex; justify-content: space-between; 
		align-items: center; margin-bottom: 20px; padding: 20px;}				
.reservation-info .reservation-tit h2 {margin: 0; font-size: 18px; font-weight:600; }
.reservation-info .reservation-tit a {font-size: 13px;}
.reservation-info .reservation-list {padding: 0 20px;}
.no-reservation {
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 30vh;
  margin-top: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #777;    
}
.icon {font-size: 40px; font-weight:300; margin-bottom: 20px;}


/* memberInsert : 회원정보설정 */
.basic_info { padding: 0 20px; padding-bottom: 4rem; }
.basic_info > h3 { font-size: 24px; font-weight: 400; line-height: 1.2; margin-bottom: 10px; }
.basic_info > h4 { font-size: 14px; font-weight: 400; line-height: 1.4; }
.tbl_type {	width: 100%; margin-bottom: 40px; border-collapse: collapse; }
.tbl_type th, .tbl_type td {
	padding: 10px;
	font-size: 14px;
	letter-spacing: -1px;
	border-bottom: 1px solid #ddd;
	color: #333;
} 
.tbl_type th { text-align: left; font-weight: 600; }
.comm_input {	width:100%; padding: 12px; border-radius: 5px;  border: 1px solid #ddd; }
.memberInsert-container > .contents {	padding-bottom: 4rem; }
.basic_info form > .board-data-wrap input {
	display: block;	height: 40px;	padding: 10px; border: 1px solid #ccc; border-radius: 5px;
	line-height: 40px; }
.basic_info form > .board-data-wrap input[type="text"],
.basic_info form > .board-data-wrap input[type="password"], input[type="text"]  {

}
.form_align { display: inline-block; }
.form_align input { margin-right: 0.25rem; vertical-align: middle;}
.form_align label {width: auto; vertical-align: middle;}
.memberDelete {
		position: relative;
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #ccc;
}
.memberDelete > a { display: block; }
.btn_wrap {	padding-top: 20px; width: 100%; display: flex; gap: 12px;	justify-content: center; text-align: center; }
/*.btn_wrap.next {}
.btn_wrap .btn {
		width: calc(50% - 6px); /* 12px 간격을 버튼 양쪽에 나눠 적용 */
/*  	height: 48px; /* 버튼 높이, 필요 시 조정 
	  color:#555;
	  border-radius:30px;
	  align-content: center;
	  font-weight:400;
	  vertical-align: middle;
	  border: 1px solid #ddd;
  	font-size: 16px;
}*/


/* 마일리지 pointList */
.mileageHistory_list { list-style: none; padding: 0; margin: 0; }
.mileage-item { display: flex; justify-content: space-between; padding: 20px 0; align-items: center;
  font-size: 14px; border-bottom: 1px solid #ddd; }
/* .mileage-item:last-of-type { border: none; } */
.mileage-left { display: flex; flex-direction: column; justify-content: center; gap: 4px; }
.mileage-date { font-size: 12px; font-weight: 600; line-height: 1; color: #333; }
.mileage-desc { display: flex; align-items: center; gap: 6px; margin-top: 4px; }
.mileage-save,
.mileage-use,
.mileage-cancle { padding: 2px 6px; border-radius: 5px; font-size: 12px; color: #fff; }
.mileage-save { background: #06b986; border-radius: 3px; }
.mileage-use { background: #555; }
.mileage-cancle { background: #999; }
.mileage-text {	font-size: 15px; color: #333;}
.mileage-point {padding-top: 18px; font-weight: bold; color: #0b8568; white-space: nowrap; }
.mileage-point .amount { font-size: 15px;}
.use { color: #555; }
.cancle { color: #999; text-decoration: line-through; }


/* 개인정보 처리방침 동의 */
.form_wrap {font-size: 14px; }

label.agree {
	text-align: left;
	/*padding: 1.2rem 1rem;*/
	font-size: 16px;
}
.form_wrap .btn_wrap {position: relative;	border-bottom: 1px solid #ccc; height: 60px; padding: 20px 0;}
.form_wrap ul li {padding: 10px 0;}
.agree.All {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 17px;
	/*padding: 1.5rem 1rem;*/
	font-weight: 600;
}
.agree > input {margin-right: 7px;}
.privacy-wrap{
	display:block;
	width:100%;
	height:100px;
	padding:20px;
	background:#f9f9f9;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow-y:scroll;
}
.btn-cert {
	display: block; 
	width: 50%; 
	margin: 100px auto;
	border-radius: 15px; 
	text-align: center; 
	padding: 10px 20px; 
	background:#296ec5; 
	color:white;
}
.required {color: #0b8568;}

/* registerInsert : 회원 가입 - 기본정보입력*/
.prefer-type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.prefer-item { position: relative; }
.prefer-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.prefer-item label {
  display: inline-block;
  padding: 5px 16px;
  border: 1px solid #ddd;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
  color: #333;
  transition: all 0.3s ease-in-out;
}

.prefer-item input[type="checkbox"]:checked + label {
  background-color: #aaa; border-color: #aaa; color: #fff; font-weight: 600;}

/* 고객센터 */
.ctr_category {	width: 100%; padding: 30px 20px;	font-size: 0;	text-align: center; }
.ctr_category > li { display: inline-block;	width: 100%;border: 1px solid #ddd;
    border-radius: 5px; margin-bottom: 20px; padding: 2rem 0; }
.ctr_category > li a { display: block; width: 100%; }
.ctr_category > li a img { width: 48px; }
.ctr_category > li a span {	display: block;	width: 100%; font-size: 12px;	font-weight: 400; }


/* 후기 리스트 */
.review-list{ padding: 0 20px; }
.review-list > li {
	border-top: 1px solid #ededed;
	padding: 20px 0;
}
.type { padding: 3px 8px; margin-right: 6px; border-radius: 12px;	font-size: 14px;
 	font-weight: 500;	box-sizing: border-box; }
.trvCdCate { border: 1px solid #06b986; color: #0b8568;}
.review-best {
	/*background: linear-gradient(to right, #865DFB , #552BCC); 보라색 */
	/*background: linear-gradient(to right, #88DA91 , #54C9A8); 초록색 */
	background-color: #50C878;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.tgName {
	font-size: 15px;
	color: #666;
}
.brd-list {
	font-size: 14px;
}
.trvRegname,
.trvRegdate,
.rv-trvQuality {
	position: relative;
}
.trvRegname:after,
.trvRegdate:after,
.rv-trvQuality:after {
    position: absolute;
    top: 2px;
    right: 0;
    width: 1px;
    height: 12px;
    content: ' ';
    margin-left: 10px;
    background: #ddd;
}
.trviSaveName {	font-size: 18px; font-weight: 500; }
.reviewImg { display: block; width:100px;	height: 100px; border-radius: 5px;
 	background-color: #50c878; object-fit: cover; overflow: hidden;}
.reviewImg > img { width: 100%; height: 100%;	border-radius: 5px;	background-color: #50c878;
 	object-fit: cover; overflow: hidden; }

.trv_infobox { border: 1px solid #ddd; padding: 20px; border-radius: 5px; }
.brd_view { word-break: break-word; }
.editor_area > p {font-size: 15px;}
.trv_cmt { font-size: 16px; font-weight: 600; margin-bottom: 10px; }
.trvContentReply {line-height: 1.2;}

/* 후기 작성 */
.review-wrap {
	padding: 0 20px;
}
.review-block {margin-bottom: 30px; word-break: break-word;}
#starRating {overflow: visible; height:48px;}
#starRating .star {position: relative; height:48px; font-size: 48px; line-height: 1; color: lightgray; cursor: pointer;}
#starRating .star.selected {color: gold;}
.btn-img {
	width: 100%;
	height:60px;
	border: 1px solid #ddd;
	border-radius: 5px;
	line-height: 60px;
	font-size: 15px;
	color: #777;
	font-weight: 600;
}
.btn-img > img {width: 36px; vertical-align: middle; margin-right: 4px;}
.picList {height: auto;}
.imgs_wrap {position: relative; width: 100%; height: auto;}
.imgs_wrap > li {
	position: relative;
	display: inline-block;
	width: 33.3333%;
	aspect-ratio: 1 / 1;
	padding: 0 5px 5px 0;
	object-fit: cover;
  overflow: hidden;
  box-sizing:padding-box;
}
.imgs_wrap > li img {width: 100%; height: 100%;	object-fit: cover; overflow: hidden;}
.repre_lb {position: absolute; padding: 0 8px; height: 30px; top: 0; left: 0;	font-size: 12px;
	color: #fff; background-color: rgba(0, 0, 0, 0.6);}
.bdel {
	position: absolute;
	top: 0;
	right: 5;
	width: 30px;
	height: 30px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}
.bdel > img {z-index: 1000;	width: 28px; height: 28px; text-align: center; line-height: 30px;}