@charset "UTF-8";
.center {
	text-align: center;
}

#reservation_top {
	width: 100%;
	clear: both;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto;
}

#reservation_top ul {
	list-style: none;
}

#reservation_top ul li {
	list-style: none;
}

/* #reservation_top .reservation{width:57%;} */
#reservation_top .reservation {
	overflow: hidden;
}

strong.tit {
	display: block;
	width: 100%;
	font-size: 24px;
	padding: 80px 0 10px;
	margin: 0 auto 15px;
	border-bottom: 1px solid #aaa;
	max-width: 900px;
}

strong.tit i {
	font-size: inherit !important;
}

#reservation_top .re0 {
	float: left;
	width: 50%;
	height: 270px;
	margin-right: 0%;
	border: 1px solid #ddd;
	border-top: 0px;
	border-right: 0;
}

#reservation_top .re0.part {
	border-right: 1px solid #ddd;
}

#reservation_top .re1 {
	float: left;
	width: 50%;
	height: 380px;
	margin-right: 0%;
	border: 1px solid #ddd;
	border-top: 0px;
	border-right: 0;
}

#reservation_top .re1 h1 {
	width: 100%;
	background-color: #585858;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	text-align: center;
}

#reservation_top .re1 .scroll {
	position: relative;
	width: 100%;
	height: 344px;
	overflow-y: auto;
}

#reservation_top .re1 ul {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

#reservation_top .re1 ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 92%;
	height: 3em;
	line-height: 3em;
	font-size: 16px;
	margin: 3px 0px;
	position: relative;
}

#reservation_top .re1 ul li a,
#reservation_top .re1 ul li label {
	display: block;
	width: 100%;
	height: 3em;
	line-height: 3em;
	cursor: pointer;
	border: 1px solid #eee;
	border-radius: 10px;
}

#reservation_top .re1 ul li a:hover,
#reservation_top .re1 ul li label:hover {
	background-color: #f2f2f2;
}

#reservation_top .re1 ul li a.on {
	background-color: rgba(var(--theme-color-rgb), 0.7);
	color: #fff;
	border: 1px solid rgba(var(--theme-color-rgb), 0.7);
}

#reservation_top .re1 ul li input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#reservation_top .re1 ul li input:checked + label {
	background-color: rgba(var(--theme-color-rgb), 0.7);
	color: #fff;
	border: 1px solid rgba(var(--theme-color-rgb), 0.7);
}

#reservation_top .re1.part {
	border-right: 1px solid #ddd;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
}

#reservation_top .re1.doc {
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}

#reservation_top .re2 {
	float: left;
	width: 60%;
	height: 420px;
	margin-right: 0%;
	border: 1px solid #ddd;
	border-top: 0px;
	border-right: 0;
}

#reservation_top .re2 h1 {
	width: 100%;
	background-color: #585858;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	text-align: center;
}

#reservation_top .re2 .tit_calendar {
	position: relative;
	margin: 15px auto;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

#reservation_top .re2 .tit_calendar i {
	color: #888;
	font-size: 0.8em;
}

#reservation_top .re2 table {
	width: 90%;
	margin: 0px auto;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 0px solid #2e86dc;
	border-width: 0 0 0 0;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#reservation_top .re2 table th {
	width: 14%;
	font-size: 16px;
	text-align: center;
	color: #000;
	padding: 8px 0;
	border: 1px solid #eee;
	border-right: 0;
	border-bottom: 0;
}

#reservation_top .re2 table td {
	width: 14%;
	font-size: 14px;
	text-align: center;
	color: #ddd;
	padding: 0;
	border: 1px solid #eee;
	border-right: 0;
	border-bottom: 0;
}

#reservation_top .re2 table th:first-child,
#reservation_top .re2 table td:first-child a {
	color: #d90a3b !important;
}

#reservation_top .re2 table th:last-child,
#reservation_top .re2 table td:last-child a {
	color: #147ac1;
}

#reservation_top .re2 table th:last-child,
#reservation_top .re2 table td:last-child a.rv_date:hover {
	color: #147ac1;
}

#reservation_top .re2 table td a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	cursor: default;
}

#reservation_top .re2 table td a.rv_date {
	color: #000;
	cursor: pointer;
	background-color: #f2f2f2;
	background-color: #ffffff;
}

#reservation_top .re2 table td a.rv_date:hover {
	background-color: #f2f2f2;
}

#reservation_top .re2 table td a.today {
	/*font-weight:bold !important;*/
	border: 1px solid var(--theme-color);
}

#reservation_top .re2 table td a.holiday {
	color: #d90a3b !important;
}

#reservation_top .re2 table td a.on {
	color: #fff !important;
	background-color: var(--theme-color);
}

#reservation_top .re2 table td a.on:hover {
	color: #fff !important;
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
}

#reservation_top .re2 table td a.off {
	color: #aaa !important;
}

#reservation_top .sel-date {
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}

#reservation_top .sel-time {
	border-radius: 0 10px 10px 0;
	overflow: hidden;
}

#reservation_top .re3 {
	float: left;
	width: 40%;
	height: 420px;
	border: 1px solid #ddd;
	border-top: 0px;
}

#reservation_top .re3 .center {
	font-size: 20px;
	padding-top: 100px;
	text-align: center;
}

#reservation_top .re3 h1 {
	width: 100%;
	background-color: #585858;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	text-align: center;
}

#reservation_top .re3 .scroll {
	position: relative;
	width: 100%;
	height: 344px;
	overflow-y: auto;
}

#reservation_top .re3 ul {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

#reservation_top .re3 ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 45%;
	margin: 3px 1px;
}

#reservation_top .re3 ul li a {
	display: block;
	width: 100%;
	height: 3em;
	line-height: 3em;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #eee;
	border-radius: 3px;
}

#reservation_top .re3 ul li.off {
	display: none;
}

#reservation_top .re3 ul li a.off {
	display: none;
}

#reservation_top .re3 ul li a:hover {
	background-color: #f2f2f2;
	background-color: #ffffff;
}

#reservation_top .re3 ul li a.on {
	background-color: var(--theme-color);
	color: #fff;
	border: 1px solid var(--theme-color);
}

#reservation_top .scroll {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0%;
	margin-bottom: 2%;
}

#reservation_top .scroll::-webkit-scrollbar {
	width: 6px;
}

#reservation_top .scroll::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #f2f2f2;
}

#reservation_top .scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #585858;
}

#reservation_top .board_time_wrap {
	width: 43%;
	float: right;
	overflow: hidden;
}

#reservation_top .board_time_wrap:after {
	content: "";
	display: block;
	clear: both;
}

#reservation_top .board_time_wrap .time_right {
	width: 100%;
	float: right;
	padding: 0px 40px;
}

#reservation_top .board_time_wrap .time_tit {
	font-size: 1.5em;
	color: #000;
}

#reservation_top .board_time_wrap .time_tel {
	font-size: 3.5em;
	color: var(--theme-color);
	font-weight: 700;
}

#reservation_top .board_time_wrap .time_txt {
	width: 100%;
	padding: 20px 0;
	margin: 0px auto 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #ddd;
}

#reservation_top .board_time_wrap .time_txt:after {
	content: "";
	display: block;
	clear: both;
}

#reservation_top .board_time_wrap .time_txt dl {
	width: 100%;
	padding: 0;
	margin: 0;
}

#reservation_top .board_time_wrap .time_txt dl dd {
	display: inline-block;
	color: #000;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

#reservation_top .board_time_wrap .holiday {
	font-size: 1em;
	color: #000;
	padding-bottom: 15px;
}

#reservation_top .board_time_wrap .holiday span {
	font-size: 1em;
	color: red;
	padding-bottom: 15px;
}

#reservation_tbl {
	width: 100%;
	border-top: 1px solid #333;
	border-collapse: collapse;
}

#reservation_tbl th {
	width: 15%;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	height: 50px;
	min-height: 50px;
	padding: 5px 0;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	text-align: center;
}

#reservation_tbl td {
	width: 35%;
	border-bottom: 1px solid #ccc;
	height: 50px;
	min-height: 50px;
	padding: 5px 0;
	padding-left: 10px;
	font-size: 1em;
}

.confrim_top {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px 20px;
	margin-top: 10px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.confrim_top:after {
	content: "";
	display: block;
	clear: both;
}

.confrim_top .icon {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.confrim_top .icon i {
	font-size: 3.5em;
	color: #000;
}

.confrim_top .txt {
	width: 100%;
	font-size: 1em;
	letter-spacing: -0.05em;
	color: #666;
	text-align: center;
}

.confrim_top .txt strong {
	display: inline-block;
	font-size: 1.5em;
	color: #000;
	margin-bottom: 20px;
}

#pw_confirm {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px 20px;
	border: 1px solid #ddd;
	border-top: 0px;
	text-align: center;
}

#pw_confirm input {
	width: 100%;
}

#reservation_top .re-wr h1 {
	background: var(--theme-color);
	height: 3em;
	line-height: 3em;
	font-size: 18px;
	padding-left: 10px;
	text-align: center;
}

.noti-list {
	width: 100%;
	margin: 50px auto;
	font-size: 16px;
	word-break: keep-all;
}

.noti-list li {
	line-height: 1.5;
	margin-bottom: 1em;
}

.noti-list strong {
	color: #e60000;
}

.tel {
	position: relative;
	width: 310px;
	margin: 80px auto;
	font-size: 16px;
}

.tel strong {
	display: block;
	font-size: 50px;
	margin-bottom: 10px;
	line-height: 1;
}

.tel i {
	-webkit-transform: rotate(-35deg) translate(7px, -3px);
	-ms-transform: rotate(-35deg) translate(7px, -3px);
	transform: rotate(-35deg) translate(7px, -3px);
	color: #6ba6c2;
}

.hours_wrap {
	position: relative;
	width: 280px;
	margin: 50px auto;
}

.hours_wrap dl.hours {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 280px;
	font-size: 15px;
}

.hours_wrap dl.hours dt {
	width: 6em;
	letter-spacing: 10px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.hours_wrap dl.hours dt:nth-of-type(1) {
	letter-spacing: 34px;
}

.hours_wrap dl.hours dt:nth-last-of-type(1) {
	letter-spacing: 2px;
}

.hours_wrap dl.hours dd {
	width: calc(100% - 6em);
	padding: 0 0 0.5em;
	text-align: right;
}

.hours_wrap dl.hours dd:nth-last-of-type(1) {
	padding-bottom: 0;
}

.policy_box-wr {
	text-align: center;
}

#bo_w .write_div.captcha {
	margin-bottom: 4rem;
}

pre.policy_box {
	height: 200px;
	white-space: pre-line;
	text-align: left;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	font-family: var(--noto);
}

@media all and (max-width: 1200px) {
	/* #reservation_top .reservation{width:60%;} */
	#reservation_top .board_time_wrap {
		width: 40%;
	}
	#reservation_top .board_time_wrap .time_right {
		padding: 0px 30px;
	}
}
@media all and (max-width: 1100px) {
	#reservation_top .reservation {
		width: 100%;
		margin-bottom: 30px;
		overflow: hidden;
	}
	#reservation_top .board_time_wrap {
		width: 100%;
		background-color: #f7f7f7;
		margin-bottom: 10px;
	}
	#reservation_top .board_time_wrap .time_right {
		padding: 25px 30px;
		padding-bottom: 10px;
	}
}
@media all and (max-width: 768px) {
	#reservation_top .re0 {
		width: 100%;
		height: auto;
		border-right: 1px solid #ddd;
	}
	#reservation_top .re0 .scroll {
		height: auto;
		max-height: 146px;
	}
	#reservation_top .re1 {
		width: 100%;
		height: auto;
		border-right: 1px solid #ddd;
	}
	#reservation_top .re1 .scroll {
		height: auto;
		max-height: 146px;
	}
	#reservation_top .re2 {
		width: 100%;
		height: auto;
		padding-bottom: 20px;
		border-right: 1px solid #ddd;
	}
	#reservation_top .re3 {
		width: 100%;
		height: auto;
	}
	#reservation_top .re3 .scroll {
		height: auto;
		max-height: 146px;
	}
	#bo_w #selected_time,
	#bo_w #wr_4 {
		margin-left: 0;
	}
	#reservation_tbl th {
		display: inline-block;
		width: 25%;
		overflow: hidden;
		height: 100%;
		background-color: #fff;
		border-bottom: 0px;
		line-height: 40px;
	}
	#reservation_tbl td {
		display: inline-block;
		width: 75%;
		overflow: hidden;
		height: auto;
		border-bottom: 0px;
	}
	#reservation_tbl tr {
		display: block;
		clear: both;
	}
	#reservation_tbl tr.double th {
		display: inline-block;
		width: 25%;
		overflow: hidden;
		height: 100%;
	}
	#reservation_tbl tr.double td {
		display: inline-block;
		width: 75%;
		overflow: hidden;
		height: 100%;
	}
	#reservation_tbl td .bo_v_optiona {
		margin: 7px 0;
		overflow: hidden;
	}
	#reservation_tbl td input,
	#reservation_tbl td select,
	#reservation_tbl td textarea {
		width: 100%;
		max-width: 500px;
	}
	#reservation_tbl td #wr_password {
		margin-top: 0;
	}
	#pw_confirm .pfa,
	#pw_confirm .pfb {
		width: 49.5% !important;
	}
	#reservation_top .re1.doc,
	#reservation_top .sel-date {
		border-radius: 10px 10px 0 0;
	}
	#reservation_top .re1.part,
	#reservation_top .sel-time {
		border-radius: 0 0 10px 10px;
	}
	#reservation_top .re3 .center {
		padding: 3rem 0;
		font-size: 1rem;
	}
	strong.tit {
		font-size: 1.5rem;
		padding-top: 3rem;
	}
}
#reservation_top header .rsv-cf-hd {
	text-align: center;
	margin: 3em auto 0;
}
#reservation_top header .rsv-cf-hd h3 {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 1.5em;
}

/* 게시판 목록 */
#bo_list {
	position: relative;
}

#bo_list:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}

/* #bo_list tbody tr:hover {border-left:2px solid #253dbe} */
#bo_list #reservation-wr .rsv-tab {
	margin: 30px auto 0;
}

/* 게시판 목록 공통 */
.selec_chk {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	outline: 0;
	z-index: -1;
	overflow: hidden;
}

.chk_box {
	position: relative;
}

.chk_box input[type="checkbox"] + label {
	position: relative;
	color: #676e70;
}

.chk_box input[type="checkbox"] + label:hover {
	color: #2172f8;
}

.chk_box input[type="checkbox"] + label span {
	width: 15px;
	height: 15px;
	display: inline-block;
	background: #fff;
	border: 1px solid #d0d4df;
	border-radius: 3px;
}

.write_div .chk_box input[type="checkbox"] + label,
.bo_vc_w .chk_box input[type="checkbox"] + label {
	padding-left: 20px;
}

.write_div .chk_box input[type="checkbox"] + label span,
.bo_vc_w .chk_box input[type="checkbox"] + label span {
	position: absolute;
	top: 2px;
	left: 0;
	width: 15px;
	height: 15px;
	display: block;
	margin: 0;
	background: #fff;
	border: 1px solid #d0d4df;
	border-radius: 3px;
}

.chk_box input[type="checkbox"]:checked + label {
	color: #000;
}

.chk_box input[type="checkbox"]:checked + label span {
	background: url(./img/chk.png) no-repeat 50% 50% #3a8afd;
	border-color: #1471f6;
	border-radius: 3px;
}

#bo_btn_top {
	-webkit-transition: height 0.2s;
	transition: height 0.2s;
	height: 33px;
}

#bo_btn_top .btn_bo_user .toggle-switch {
	float: left;
	margin-right: 20px;
}

/* =============== LIST =============== */
.ist-table.normal .th-chk,
.ist-table.normal .td-chk {
	width: 50px;
	text-align: center;
}
.ist-table.normal .th-status,
.ist-table.normal .td-status,
.ist-table.normal .th-no,
.ist-table.normal .td-no {
	width: 80px;
}
.ist-table.normal .th-time,
.ist-table.normal .td-time,
.ist-table.normal .th-doc,
.ist-table.normal .td-doc {
	width: 100px;
}
.ist-table.normal .th-name,
.ist-table.normal .td-name {
	width: 120px;
}
.ist-table.normal .th-hit,
.ist-table.normal .td-hit {
	width: 120px;
}
.ist-table.normal .th-date,
.ist-table.normal .td-date {
	width: 120px;
}
.ist-table.normal .th-part,
.ist-table.normal .td-part {
	width: 150px;
}
.ist-table.normal .bo_notice {
	background: #f5f6fa;
}
.ist-table.normal .td-status {
	font-weight: bold;
	color: #ccc;
}
.ist-table.normal .td-status.standby {
	color: #d13b00;
}
.ist-table.normal .td-status.confirm {
	color: #0785ac;
}
.ist-table.normal .sv_member {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ist-table.normal .tb-hd {
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	height: 48px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.ist-table.normal .tb-hd ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	line-height: 1em;
	padding: 1rem 0;
	text-align: center;
}
.ist-table.normal .tb-hd ul li {
	display: table-cell;
}
.ist-table.normal .tb-body ul li {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #dee2e6;
}
.ist-table.normal .tb-body ul li.cancel {
	color: #ccc;
}
.ist-table.normal .tb-body ul li .td {
	display: table-cell;
	padding: 1rem 0;
	vertical-align: middle;
	line-height: 1.5;
}
.ist-table.normal .tb-body ul li .td-title {
	text-align: left;
	padding: 20px;
}
.ist-table.normal .tb-body ul li .td-title .fa-reply {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ist-table.normal .tb-body ul li .td-title .title-wr {
	display: inline-block;
	max-width: 100%;
}
.ist-table.normal .tb-body ul li .td-title a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.ist-table.normal .tb-body ul li .cate {
	display: inline-block;
	line-height: 1em;
	padding: 5px 8px;
	margin-right: 8px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	font-size: 12px;
}

/* 게시판 쓰기 */
#char_count_desc {
	display: block;
	margin: 0 0 5px;
	padding: 0;
}

#char_count_wrap {
	margin: 5px 0 0;
	text-align: right;
}

#char_count {
	font-weight: bold;
}

#autosave_wrapper {
	position: relative;
}

#autosave_pop {
	display: none;
	z-index: 10;
	position: absolute !important;
	top: 34px;
	right: 0;
	width: 350px;
	height: auto !important;
	height: 180px;
	max-height: 180px;
	border: 1px solid #565656;
	background: #fff;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

#autosave_pop:before {
	content: "";
	position: absolute;
	top: -8px;
	right: 45px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #000 transparent;
}

#autosave_pop:after {
	content: "";
	position: absolute;
	top: -7px;
	right: 45px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #fff transparent;
}

html.no-overflowscrolling #autosave_pop {
	height: auto;
	max-height: 10000px !important;
} /* overflow 미지원 기기 대응 */
#autosave_pop strong {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

#autosave_pop div {
	text-align: center;
	margin: 0 !important;
}

#autosave_pop button {
	margin: 0;
	padding: 0;
	border: 0;
}

#autosave_pop ul {
	padding: 15px;
	border-top: 1px solid #e9e9e9;
	list-style: none;
	overflow-y: scroll;
	height: 130px;
	border-bottom: 1px solid #e8e8e8;
}

#autosave_pop li {
	padding: 8px 5px;
	border-bottom: 1px solid #fff;
	background: #eee;
	zoom: 1;
}

#autosave_pop li:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}

#autosave_pop a {
	display: block;
	float: left;
}

#autosave_pop span {
	display: block;
	float: right;
	font-size: 0.92em;
	font-style: italic;
	color: #999;
}

.autosave_close {
	cursor: pointer;
	width: 100%;
	height: 30px;
	background: none;
	color: #888;
	font-weight: bold;
	font-size: 0.92em;
}

.autosave_close:hover {
	background: #f3f3f3;
	color: #3597d9;
}

.autosave_content {
	display: none;
}

.autosave_del {
	background: url(./img/close_btn.png) no-repeat 50% 50%;
	text-indent: -999px;
	overflow: hidden;
	height: 20px;
	width: 20px;
}

#bo_w .bo_w_info {
	max-width: 900px;
	margin: 0 auto;
}

#bo_w .bo_w_info .write_div {
	width: 23%;
}

.rsv-tab {
	margin: 2em 0 3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 200;
	line-height: 1;
}
.rsv-tab a {
	display: block;
	margin-top: -0.1em;
}
.rsv-tab li {
	padding: 0 1em;
	opacity: 0.7;
}
.rsv-tab li:first-child {
	border-right: 1px solid var(--theme-color);
}
.rsv-tab li.active {
	font-weight: 400;
	opacity: 1;
}

#bo_w h2 {
	font-size: 3rem;
	text-align: center;
	font-weight: 100;
	line-height: 1;
}
#bo_w h3 {
	font-size: 1.5rem;
	margin-bottom: 0.5em;
}
#bo_w h3::before {
	content: "\f274";
	font: normal normal normal 1.5rem/1 FontAwesome;
	display: inline-block;
	margin-right: 0.3em;
}
#bo_w .rsv-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	border: 1px solid #ddd;
	line-height: 1;
	border-top: 2px solid #aaa;
}
#bo_w .rsv-info .sect {
	width: 50%;
	font-size: 1rem;
	padding: 6em 0;
	text-align: center;
}
#bo_w .rsv-info .sect.tel {
	padding: 0 calc(50% - 30em);
}
#bo_w .rsv-info .sect.tel strong {
	font-size: 2.5rem;
	font-family: var(--brown);
}
#bo_w .rsv-info .sect.tel strong::before {
	content: "\f2a0";
	font: normal normal normal 3rem/1 FontAwesome;
	display: inline-block;
	margin-right: 0.3em;
	color: var(--theme-color);
	-webkit-transform: rotate(-35deg) translate(0.2em, 0.1em);
	-ms-transform: rotate(-35deg) translate(0.2em, 0.1em);
	transform: rotate(-35deg) translate(0.2em, 0.1em);
}
#bo_w .rsv-info .sect.tel p {
	margin-top: 1em;
}
#bo_w .rsv-info .sect.hours {
	text-align: center;
	border-left: 1px solid #ddd;
}
#bo_w .rsv-info .sect.hours dl {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 18em;
	text-align: left;
}
#bo_w .rsv-info .sect.hours dt {
	width: 5em;
	white-space: nowrap;
}
#bo_w .rsv-info .sect.hours dt.week {
	letter-spacing: normal;
}
#bo_w .rsv-info .sect.hours dt.night {
	letter-spacing: 0.45em;
}
#bo_w .rsv-info .sect.hours dt.sat {
	letter-spacing: 0.45em;
}
#bo_w .rsv-info .sect.hours dd {
	width: 13em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#bo_w .rsv-info .sect.hours dd span,
#bo_w .rsv-info .sect.hours dd em {
	display: block;
	line-height: 1;
	opacity: 0.7;
}
#bo_w .rsv-info .sect.hours dd:not(:last-child) {
	margin-bottom: 1em;
}
#bo_w .noti-list {
	font-size: 1.1rem;
	margin: 2rem auto;
}
#bo_w .noti-list li {
	margin-bottom: 1em;
}

@media all and (max-width: 1230px) {
	#bo_w .rsv-info .sect.tel strong {
		font-size: 2.2rem;
	}
}
@media all and (max-width: 768px) {
	#bo_list,
	#bo_v,
	#bo_w,
	#bo_gall {
		padding: 4rem 10px;
		margin: 0 auto;
	}
	#bo_w h2 {
		margin-bottom: 2em;
		font-size: 2.5rem;
	}
	#bo_w .rsv-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#bo_w .rsv-info .sect {
		width: 100%;
		padding: 3em 0;
	}
	#bo_w .rsv-info .sect.tel {
		text-align: center;
		margin: 3rem 0;
	}
	#bo_w .rsv-info .sect.tel p {
		font-size: 1.2rem;
	}
	#bo_w .rsv-info .sect.hours {
		border-left: 0;
		border-top: 1px solid #ddd;
		font-size: 1.2rem;
	}
	.rsv-tab {
		font-size: 1.5rem;
	}
}
/* =============== VIEW =============== */
#bo_v {
	margin-bottom: 20px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#bo_v header h1 {
	font-size: 30px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 1em;
}
#bo_v #bo_v_con table {
	font-size: 16px;
	border-collapse: collapse;
	width: 100%;
}
#bo_v #bo_v_con table .td-status a {
	width: 4.5em;
	height: 2em;
	line-height: 1.8em;
	border: 1px solid #000;
	border-radius: 2em;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}
#bo_v #bo_v_con table .td-status select {
	height: 35px;
	width: 70px;
	border-radius: 5px;
	text-align: center;
}
#bo_v #bo_v_con table .td-status button.btn-dark {
	font-size: 16px;
	border-radius: 5px;
	margin-left: 5px;
}
#bo_v #bo_v_con table th {
	width: 10em;
	background: #eee;
	font-weight: 500;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#bo_v #bo_v_con table td {
	padding: 1em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.view-wr {
	background: rgba(255, 255, 255, 0.6666666667);
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
}

.view-wr {
	background: rgba(255, 255, 255, 0.6666666667);
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
}

#bo_v_table {
	position: absolute;
	top: 0;
	right: 16px;
	margin: 0;
	padding: 0 5px;
	height: 25px;
	background: #ff3061;
	color: #fff;
	font-weight: bold;
	line-height: 2.2em;
}

#bo_v_title .bo_v_cate {
	display: inline-block;
	line-height: 20px;
	background: #e2eaf6;
	color: #3a8afd;
	padding: 0 10px;
	border-radius: 3px;
}

#bo_v_title .bo_v_tit {
	display: block;
	font-size: 24px;
	margin: 0 0 20px;
	word-break: break-all;
	font-weight: 500;
}

#bo_v_info {
	margin: 0;
	border-bottom: 1px solid #f1f1f1;
	color: #666;
}

#bo_v_info:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}

#bo_v_info h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

#bo_v_info .profile_info {
	margin: 0 0 10px;
}

#bo_v_info .profile_info .pf_img {
	margin-right: 10px;
}

#bo_v_info .profile_info .pf_img img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

#bo_v_info .profile_info .profile_info_ct {
	padding: 5px 0;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#bo_v_info .profile_info .profile_info_ct .v-name {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

#bo_v_info strong {
	display: inline-block;
	margin: 0 15px 0 0;
	font-weight: normal;
}

#bo_v_info strong i {
	margin-right: 5px;
}

#bo_v_info .fa-commenting-o {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {
	font-weight: bold;
}

#bo_v_info .profile_img {
	display: none;
}

#bo_v_info .sv_member {
	color: #000;
}

#bo_v_info .if_date {
	margin: 0;
	color: #888;
}

#bo_v_file h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

#bo_v_file ul {
	margin: 0;
	list-style: none;
}

#bo_v_file li {
	padding: 15px;
	position: relative;
	margin: 10px 0;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#bo_v_file li i {
	color: #b2b2b2;
	font-size: 2.35em;
	margin-right: 20px;
}

#bo_v_file a {
	display: block;
	text-decoration: none;
	word-wrap: break-word;
	color: #000;
}

#bo_v_file a:focus,
#bo_v_file li:hover a,
#bo_v_file a:active {
	text-decoration: underline;
	color: #3a8afd;
}

#bo_v_file img {
	float: left;
	margin: 0 10px 0 0;
}

#bo_v_file .bo_v_file_cnt {
	color: #b2b2b2;
	font-size: 0.92em;
}

#bo_v_file li:hover {
	border-color: #bed4f4;
	color: #bed4f4;
}

#bo_v_file li:hover i {
	color: #3a8afd;
}

#bo_v_file li:hover .bo_v_file_cnt {
	color: #99c2fc;
}

#bo_v_link h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

#bo_v_file ul {
	margin: 0;
	list-style: none;
}

#bo_v_link li {
	padding: 15px;
	position: relative;
	margin: 10px 0;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#bo_v_link li i {
	color: #b2b2b2;
	font-size: 2.35em;
	margin-right: 20px;
}

#bo_v_link a {
	display: block;
	text-decoration: none;
	word-wrap: break-word;
	color: #000;
}

#bo_v_link a:focus,
#bo_v_link li:hover a,
#bo_v_link a:active {
	text-decoration: underline;
	color: #3a8afd;
}

#bo_v_link .bo_v_link_cnt {
	color: #b2b2b2;
	font-size: 0.92em;
}

#bo_v_link li:hover {
	border-color: #bed4f4;
	color: #bed4f4;
}

#bo_v_link li:hover i {
	color: #3a8afd;
}

#bo_v_link li:hover .bo_v_link_cnt {
	color: #99c2fc;
}

#bo_v_top {
	zoom: 1;
}

#bo_v_top:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}

#bo_v_top h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

#bo_v_top ul {
	padding: 0;
	list-style: none;
	word-break: break-all;
	background: #fff;
}

#bo_v_bot {
	zoom: 1;
}

#bo_v_bot:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}

#bo_v_bot h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

#bo_v_bot ul {
	padding: 0;
	list-style: none;
}

#bo_v_atc {
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#bo_v_atc_title {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

#bo_v_img {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}

#bo_v_img:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}

#bo_v_img a.view_image {
	display: block;
}

#bo_v_img img {
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}

#bo_v_con {
	margin: 30px 0;
	width: 100%;
	line-height: 1.7em;
	min-height: 200px;
	word-break: break-all;
	overflow: hidden;
}

#bo_v_con a {
	color: #000;
	text-decoration: underline;
}

#bo_v_con img {
	max-width: 100%;
	height: auto;
}

#bo_v_act {
	margin-bottom: 30px;
	text-align: center;
}

#bo_v_act .bo_v_act_gng {
	position: relative;
}

#bo_v_act a {
	margin-right: 5px;
	vertical-align: middle;
	color: #4a5158;
}

#bo_v_act a:hover {
	background-color: #fff;
	color: #ff484f;
	border-color: #ff484f;
}

#bo_v_act i {
	font-size: 1.4em;
	margin-right: 5px;
}

#bo_v_act_good,
#bo_v_act_nogood {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 9999;
	padding: 10px 0;
	width: 165px;
	background: #ff3061;
	color: #fff;
	text-align: center;
}

#bo_v_act .bo_v_good {
	display: inline-block;
	border: 1px solid #dedede;
	width: 70px;
	line-height: 46px;
	border-radius: 30px;
}

#bo_v_act .bo_v_nogood {
	display: inline-block;
	border: 1px solid #dedede;
	width: 70px;
	line-height: 46px;
	border-radius: 30px;
}

#bo_v_sns {
	padding: 0;
	list-style: none;
	zoom: 1;
	float: left;
	display: inline-block;
}

#bo_v_sns:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}

#bo_v_sns li {
	float: left;
	width: 135px;
	margin-right: 5px;
	text-align: left;
}

#bo_v_sns li a {
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-size: 0.95em;
}

#bo_v_sns li img {
	vertical-align: middle;
	margin-right: 5px;
}

#bo_v_sns li .sns_f {
	display: block;
	background: #3b5997;
}

#bo_v_sns li .sns_t {
	display: block;
	background: #09aeee;
}

#bo_v_sns li .sns_g {
	display: block;
	background: #ea4026;
}

#bo_v_sns li .sns_k {
	display: block;
	background: #fbe300;
}

#bo_v_share {
	position: relative;
	padding: 20px 0;
}

#bo_v_share:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}

#bo_v_share .btn {
	padding: 0 10px;
	color: #555;
	font-weight: normal;
	font-size: 1em;
	width: 80px;
	line-height: 35px;
	height: 35px;
	border-color: #d5d5d5;
	border-radius: 5px;
}

#bo_v_share .btn:hover {
	background: #fff;
}

#bo_v_share .btn i {
	margin-right: 5px;
	color: #4b5259;
	vertical-align: middle;
}

.cmt_btn {
	border-bottom: 0;
	padding-bottom: 0;
}

#bo_vc article {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
}
#bo_vc article .bo_vl_opt {
	top: 20px;
}

#bo_w.is-admin .bo_w_info .write_div {
	width: 48%;
}

/* =============== 1230 =============== */
@media screen and (max-width: 1230px) {
	.ist-table.normal .th-no,
	.ist-table.normal .td-no {
		width: 60px;
	}
	.ist-table.normal .th-name,
	.ist-table.normal .td-name {
		width: 100px;
	}
	.ist-table.normal .th-hit,
	.ist-table.normal .td-hit {
		width: 80px;
	}
	.ist-table.normal .th-date,
	.ist-table.normal .td-date {
		width: 80px;
	}
}
/* =============== 800 =============== */
@media screen and (max-width: 800px) {
	.sms-toggle {
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		overflow: hidden;
		width: 0;
	}
}
/* =============== 768 =============== */
@media screen and (max-width: 768px) {
	#bo_btn_top {
		height: 0;
		overflow: hidden;
	}
	.ist-table.normal .tb-hd {
		height: 0;
	}
	.ist-table.normal .tb-body ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		position: relative;
		padding: 15px 5px;
	}
	.ist-table.normal .tb-body ul li .td {
		display: inline-block;
		padding: initial;
		width: auto;
		line-height: 1em;
	}
	.ist-table.normal .tb-body ul li .td-no.is_admin {
		position: absolute;
		top: 15px;
		left: 30px;
	}
	.ist-table.normal .tb-body ul li .td-no .notice_icon {
		line-height: 1em !important;
	}
	.ist-table.normal .tb-body ul li .td-no .sound_only {
		width: auto;
		height: auto;
		font-size: 14px;
		line-height: 1em;
		position: relative;
		top: 1px;
		padding-right: 5px !important;
	}
	.ist-table.normal .tb-body ul li .td-title {
		width: 100%;
		padding: 15px 0;
	}
	.ist-table.normal .tb-body ul li .td-status {
		position: absolute;
		top: 15px;
		right: 0;
	}
	.ist-table.normal .tb-body ul li .td-hit .sound_only,
	.ist-table.normal .tb-body ul li .td-date .sound_only {
		width: auto;
		height: auto;
		font-size: 14px;
		line-height: 1em;
		position: relative;
		top: 1px;
		padding-right: 5px !important;
		margin-right: 5px !important;
		padding-right: 8px !important;
		border-right: 1px solid #aaa !important;
	}
}
/* =============== 570 =============== */
@media screen and (max-width: 570px) {
	#bo_v_info .profile_info .profile_info_ct {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#bo_v_info .profile_info .profile_info_ct .v-name {
		width: 100%;
	}
	#bo_w .bo_w_info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#bo_w .bo_w_info .write_div {
		width: 48%;
	}
}
#bo_w .bo_w_info .write_div {
	vertical-align: top;
}

#bo_w .bo_w_info-wr {
	position: relative;
	padding-top: 30px;
	margin-top: 20px;
}

#bo_w .bo_w_info-wr > label {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.policy_box-wr {
	text-align: center;
}

#booking {
	padding: 100px 0 20px;
}
#booking .book-wr {
	max-width: 1200px;
	margin: 0 auto;
}
#booking header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#booking header h4 {
	font-size: 50px;
	text-align: center;
	font-weight: 100;
	color: #1e1e1e;
	letter-spacing: -3px;
	margin-bottom: 1em;
	line-height: 1;
	width: 100%;
}
#booking header section {
	width: 50%;
	padding: 50px 100px 0;
}
#booking header h5 {
	font-size: 35px;
	color: #1f64af;
	font-weight: 500;
}
#booking header section.seoul {
	border-right: 1px solid #939297;
	text-align: right;
}
#booking header section.seoul dl.hours {
	float: right;
}
#booking header section.seoul dl.hours dt {
	text-indent: 27px;
}
#booking header section.incheon dl.hours {
	width: 270px;
}
#booking .select-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #bbb;
	border-right: 0;
	font-size: 16px;
}
#booking .select-wr section {
	width: 33.33%;
	text-align: center;
	padding-bottom: 30px;
	border-right: 1px solid #bbb;
}
#booking .select-wr section h5 {
	font-size: 18px;
	line-height: 3;
	background: #1f64af;
	color: #fff;
	margin-bottom: 30px;
}
#booking .select-wr section select {
	width: 80%;
	height: 3em;
	outline: none;
	text-align: center;
	border: 1px solid #aaa;
}
#booking .select-wr section ul li {
	margin-bottom: 12px;
}
#booking .select-wr section ul li:last-child {
	margin-bottom: 0;
}
#booking .select-wr section ul label {
	position: relative;
	width: 50%;
	line-height: 2.5;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #aaa;
}
#booking .select-wr section ul label input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#reservation-wr,
.policy_box-wr,
#bo_w .write_div.captcha {
	max-width: 900px;
	margin: 10px auto;
}

#rsv-confirm {
	max-width: 1200px;
	margin: 5rem auto;
	text-align: center;
}
#rsv-confirm h2 {
	font-size: 3rem;
	text-align: center;
	font-weight: 100;
	line-height: 1;
}
#rsv-confirm .rsv-cf-hd h2 {
	font-size: 24px;
	font-weight: 500;
}
#rsv-confirm .rsv-cf-hd p {
	font-size: 16px;
	margin-top: 1em;
}
#rsv-confirm table {
	margin: 50px auto;
	text-align: left;
}
#rsv-confirm table th {
	width: 6em;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	padding: 5px;
}
#rsv-confirm table td {
	padding: 5px;
}
#rsv-confirm .ist-bt-01 {
	font-size: 20px;
}

#bo_v_atc .td,
#bo_v_atc .edit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#bo_v_atc .td button,
#bo_v_atc .edit button {
	margin-left: 1em;
}
#bo_v_atc .rsv-time {
	margin-left: 1em;
}
#bo_v_atc .edit {
	display: none;
}
#bo_v_atc .edit .frm_input {
	font-size: 16px;
	height: 2em;
	border-radius: 10px;
	margin-right: 0.5em;
	width: 8em;
}

#rsv-confirm h2,
#reservation_top h2 {
	font-size: 3rem;
	text-align: center;
	font-weight: 100;
	line-height: 1;
}

.add-notice {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.add-notice form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 20px;
	background: rgba(var(--theme-color-rgb), 0.5);
	border-radius: 10px;
}
.add-notice .full_input {
	width: calc(100% - 6em);
}
.add-notice label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.add-notice label span {
	width: 6em;
}
.add-notice button {
	height: 4em;
}

.rsv-notice {
	margin-top: 3em;
	font-size: 1rem;
	color: red;
}
.rsv-notice li {
	line-height: 1;
	margin-bottom: 0.8em;
	word-break: keep-all;
}
.rsv-notice i {
	margin-right: 0.2em;
}

.ft__section.section__interior {
	display: none !important;
} /*# sourceMappingURL=style.css.map */
