/* 공통 */
.brd-tit {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}

/* 공지사항 */
.board-list > li a .notice {
	display: inline-block;
	width: 45px;
	height: 25px;
	background-color: #06b986;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}
.brd-header {margin-bottom: 20px; padding: 20px 0; border-bottom: 1px solid #ddd; }
.notice-wrap {padding: 0 20px;}
.notice-meta > span { color: #666;	font-size: 14px; }

/* 사용자 게시판 목록 */
.board-list, 
.review-list { display:block; width:100%; margin:0 auto; }
.board-list { min-height:30vh; padding: 0 20px;}
.board-list li { display:block; width:100%; border-bottom:1px solid #ddd; padding:1rem 0px; }
.board-list li a, .board-list li button { display:block; width:100%; height:100%; }
.board-list li a {color:#000;}

/* 게시판 보기 / 등록	*/
.board-data-wrap { display:block; width:100%; margin:0 auto; }
.board-data-wrap .board-data-item { display:flex; width:100%;}
.board-data-wrap .board-data-item .board-data-title{
	flex-grow:1;
	flex-basis: 25%; 
	background: #f7f7f7; 
	padding:15px 0px;
	border-bottom: 1px solid #cbcbcb;
	color: #111; 
	text-align: center; 
}
.board-data-wrap .board-data-item .board-data-value{
	flex-grow:1;
	flex-basis:75%;
	padding:15px 0px; 
	padding-left:10px; 
	border-bottom:1px solid #cbcbcb;
	word-break:break-all; 
}

/* faq 자주묻는질문 */
.faq-wrap {	position: relative; min-height: 70vh; height: auto;}
.contents {	margin-bottom: 3rem; }
.fapType-wrap{
	overflow-x: scroll;
	white-space: nowrap;
	-ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none;
  padding: 0 20px;
}
.fapType-wrap::-webkit-scrollbar {
  display: none;
  scroll-behavior: smooth;
}
.faqType { position: relative; display: inline-block;	padding: 16px 0; margin: 0; }
.faqType > li { display: inline-block; margin-right: 8px; }
.faqType > li a {
	display : block;
	height: 2.4rem;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 15px;
	line-height: 2.4rem;
	box-size: border-box;
	cursor: pointer;
}
.faqType > li a.on {
	border: 1px solid #06b986;
	color: #0b8568;
	font-weight: 600;
}
.faqList { border-top: 1px solid #ddd; padding: 0 20px;}
.faqList::after {
  content: "";
  display: block;
  clear: both;
}
.faq_Q { display: inline-block; float: left; width: 100%;	padding: 20px 0; border-bottom: 1px solid #ddd;
	cursor: pointer;
}
/*.faq_Q .faq_category {
	display: inline-block;
	width: 14%;
	float: left;
	margin-right: 10px; 반응형때 추가

}*/
.faq_Q > .faq_icon {
	position: relative;
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 16px;
	/*margin-top: 6px;*/
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	border-radius: 50%;
	background-color: #0b8568;
}
.faq_Q > .faq_tit{
	position: relative;
	display: block;
	float: left;
	width: calc(100% - 76px);
	/*margin-top: 6px;*/
	font-weight: 500;
}
.btn_Q_close { position: relative; display: block; float: right; width: 36px; }
.btn_Q_close span { font-size: 36px; font-weight: 200;	color: #aaa; }
.arrow_icon.rotate { transform: rotate(180deg); }
.faq_A {
	display: inline-block;
	width: 100%;
	padding: 1rem;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	clear: both;
	background-color: #f9f9f9;
}
.faq_A > .faq_icon {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	line-height: 24px;
	text-align: center;
	font-weight: 600;
}
.arrow_icon {float: right;}

/* reviewList : 여행후기 */
.substance { position: relative; width: 100%; }
.review-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; 
	width: 100%; padding: 20px 20px; font-size: 14px; gap: 10px;}
.select-comm,
.searchBox,
button.btn-search,
button.btn-reset {
	box-sizing: border-box;
	height: 3rem;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	color: #333;
}
.select-comm { width: 19%; padding: 0 15px; border: 1px solid #ddd; font-size: 14px; }
.searchBox { width: 50%; }
.searchBox input {
	width: 100%;
	height: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-sizing: border-box;
}
button.btn-search {
	width: 14%;
	border: none;
	background: #555;
	color: #fff;
}
button.btn-reset {
	width: 10%;
	border: 1px solid #ddd;
}

input.btn-myreview,
.btn-member {
	height: 45px;
	width: 40%;
	border-radius: 5px;
	border: 1px solid #06b986;
  background-color: #fff;
  line-height: 45px;
  color: #0b8568;
  font-weight: 600;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
	margin-top: 6px;
}

.review-top .label_checkbox {
	width: auto;
  font-size: 14px;
  align-items: center;
  margin-top: 6px;
  text-align: right;
}
/* board 공통 상단 */
.board-top {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0 20px;
}

min-height: 60vh;
.btn-member {
	position: relative;
	display: block;
	height: 36px;
	width: 112px;
	border-radius: 5px;
	border: 1px solid #06b986;
  background-color: #fff;
  color: #0b8568;
  text-align: center;
	line-height: 36px;
  font-weight: 600;
  box-sizing: border-box;
  cursor: pointer;
}
/* 견적문의 */
.board-top form > .date-wrap { 
  font-size: 0; /* inline-block 간 여백 제거 */
}
.date-wrap input[type="date"],
.date-wrap .tilde {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.date-wrap input[type="date"] {
  margin-right: 6px;
}
.date-wrap .tilde { padding: 0 4px; color: #333; }
.estm-item { position: relative;  display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.estm-item a { flex: 1; white-space: nowrap; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; }
.tstSpot { font-size: 13px; color: #555; }
.btn_area { display: flex; gap: 8px; justify-content: flex-end; }
.estm-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.estm-status.done{
  background-color: #e3f9ed;
  color: #1a7f4d;
}
.estm-status.waiting {
  background-color: #e5f1ff;
  color: #0073e9;
}
.estm-status.delete {
  border: 1px solid #ddd;
  color: #555;
  cursor: pointer;
  width: auto !important;
}
.board-list li button {
  width: auto !important;
  height: auto !important;
}

/* 1:1문의 */
.commentFormBox {
	width: 100%;
}
.inp-comm,
.text-comm {
	width: 100%;
	background: #f8f8f8;
	border: 1px solid #ddd;
	border-right: none;
	border-bottom: none;
	border-radius: 3px;
	text-align: left;
}


/* 해외안전공지 */
.safetyNotice_wrap {
	padding: 0 20px;
}
.notice-select { padding: 0 15px; border: 1px solid #ddd; font-size: 14px; }
.tbl_basic th{
	font-size: 14px;
	font-weight: 500;
}
.tbl_basic td {
	font-size: 14px;
	font-weight: 400;
}
.tbl_basic td > button {
	font-size: 14px;
	color: #333;
}
.sn_select {
	box-sizing: border-box;
  height: 3rem;
	padding: 0 10px; 
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
.count_select {border: none;}
.ISO_searchBox {width: 40%;}
.ISO_btn-search {width: 10% !important;}
.countryISO {
	width: 20%;
	min-width: 200px;

}
.total, .sources {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
}
.txtOriginCns > td {
	padding: 10px !important;
}

@media all and (max-width:480px) {
	.select-comm {
    width: 50%;
  }
	.searchBox {
    width: 70%;
 	}
 	.ISO_btn-search {
 		width: 20% !important;
 	}
}
@media all and (max-width:390px) {
	.searchBox {
    width: 80%;
 	}
 	button.btn-reset {
    width: 20%;
}