@charset "utf-8";
/* MWB :: List - body(gallery) */
.mwb-board-list-gallery-card .mwb-card.mwb-card-thumbnail {
	margin-top: 60px;
	margin-bottom: 20px;
	border-radius: var(--border-radius);
}
.mwb-board-list-gallery-card .mwb-card.mwb-card-thumbnail .header {
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
}
.mwb-board-list-gallery-card .mwb-card.mwb-card-thumbnail .header a.thumbnail {
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2), 0 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2), 0 1px 5px 0px rgba(0, 0, 0, 0.2);
	border-radius: var(--border-radius);
}
.mwb-board-list-gallery-card .mwb-card.mwb-card-thumbnail .body {
	border-bottom-left-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
}
.mwb-board-list-gallery-card .mwb-card.mwb-card-thumbnail .footer {
	border-radius: 0;
}
.mwb-board-list-gallery-card .mwb-card.mwb-card-thumbnail img.transparent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mwb-board-list-gallery-card .mwb-card:hover .header,
.mwb-board-list-gallery-card .mwb-card:hover .body,
.mwb-board-list-gallery-card .mwb-card:hover .footer {
	background-color: var(--mwb-hover-bg);
}
.mwb-board-list-gallery-card .mwb-card:hover .header a img {
	transform: scale(1.1);
}
.mwb-board-list-gallery-card .board-check {
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 10px;
	margin: 0;
}
.mwb-board-list-gallery-card .board-check .mwb-checkbox-action {
	padding-left: 16px;
}
.mwb-board-list-gallery-card .board-check .mwb-checkbox-action:before {
	background-color: #fff;
}
.mwb-board-list-gallery-card .board-check .mwb-checkbox:checked + .mwb-checkbox-action:before {
	background-color: #fff !important;
}
.mwb-board-list-gallery-card .header .btn-circle.btn-jump {
	left: 25px;
	bottom: -15px;
	right: auto;
	width: 30px !important;
	height: 30px !important;
	font-size: 14px !important;
}
.mwb-board-list-gallery-card .gallery-icon-pack {
	position: absolute;
	right: 25px;
	bottom: -15px;
}
.mwb-board-list-gallery-card .gallery-icon-pack .btn-circle.btn-new,
.mwb-board-list-gallery-card .gallery-icon-pack .btn-circle.btn-hot {
	right: auto;
	bottom: auto;
	position: relative;
	width: 30px !important;
	height: 30px !important;
	font-size: 14px !important;
	padding: 3px;
	font-weight: bold;
	background-color: #fff !important;
}
.mwb-board-list-gallery-card .gallery-icon-pack .btn-circle:not(:first-child) {
	margin-left: 5px;
}
.mwb-board-list-gallery-card .gallery-icon-pack .btn-circle.btn-hot {}
.mwb-board-list-gallery-card .body .label.gallery-category {
	margin-bottom: 0;
}
.mwb-board-list-gallery-card .body h2 a.gallery-subject {
	display: block;
	font-size: 20px;
	height: 30px;
	overflow: hidden;
	text-align: center;
}
.mwb-board-list-gallery-card .body h2 span {}
.mwb-board-list-gallery-card .footer .status > div {
	display: inline;
}
.mwb-board-list-gallery-card .footer .status > div:not(:first-child) {
	margin-left: 3px;
}
.mwb-board-list-gallery-card .footer .status > div {
	display: inline;
}
.mwb-board-list-gallery-card .footer .status > div[class*="gallery-"] > span {
	font-size: 14px;
}
.mwb-board-list-gallery-card .footer .status > div[class*="gallery-"] > span sup {
	margin-right: 3px;
}
.mwb-board-list-gallery-card .footer .author .gallery-person {
	font-size: 14px;
	color: #7d7c7c;
}
.mwb-board-list-gallery-card .footer .status .gallery-size {
	font-size: 14px;
	color: #7d7c7c;
}
/* MWB :: Write */
.mwb-board-stay-label {
	font-weight: bold;
	font-size: 14px;
}
.mwb-board-stay-write .stay-desc-1.form-group {
	margin-top: 0;
}
.mwb-board-stay-write .stay-desc-1.form-group .input-group-addon {
	font-weight: bold;
}
.mwb-board-stay-write .stay-desc-1.form-group .form-control {
	text-align: right;
}
.mwb-board-stay-write .ddnayo-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 10px 20px;
	color: #fff;
	border-bottom-left-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
}
.mwb-board-stay-write.not-ddnayo .input-group-addon {
	font-weight: bold;
}
.mwb-board-stay-write.not-ddnayo .form-group.mwb-form-group {
	margin-top: 35px;
}
.mwb-board-stay-write h3 {
	font-size: 16px;
	margin: 0;
	color: #5091cd;
}
.mwb-board-stay-write h3 span {
	display: block;
	font-size: 14px;
	color: #646363;
	padding-left: 10px;
	font-weight: normal;
}
/* MWB :: View */
.table.mwb-price-table {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	border-top: 2px solid #585353;
}
.table.mwb-price-table + .price-table-extra-desc {
	font-size: 12px;
	color: #9d9c9c;
	text-align: right;
	padding-top: 4px;
}
.table.mwb-price-table caption {
	text-align: right;
	font-size: 12px;
	padding-bottom: 4px;
}
.table.mwb-price-table > thead > tr > th {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 8px;
	border-bottom-width: 1px;
	background-color: #e5e4e4;
}
.table.mwb-price-table > tbody > tr.bg1 {}
.table.mwb-price-table > tbody > tr.bg2 {
	background-color: var(--mwb-body-bg);
}
.table.mwb-price-table > tbody > tr > td {
	font-size: 14px;
	vertical-align: middle;
	padding: 5px 8px;
	background-color: var(--mwb-body-bg);
}
.table.mwb-price-table > tbody > tr > td.season {
	/*font-weight: bold; */
}
.table.mwb-price-table > tbody > tr > td.name strong {
	font-size: 16px;
}
.table.mwb-price-table > tbody > tr > td.name small {
	display: block;
}
.table.mwb-price-table > tbody > tr > td.extra {
	color: #9d9c9c;
}
@media (max-width: 991.98px) {
	/* 991.98px 보다 작을 경우 */
	.table.mwb-price-table > thead > tr > th.name,
	.table.mwb-price-table > thead > tr > th.size,
	.table.mwb-price-table > tbody > tr > td.name,
	.table.mwb-price-table > tbody > tr > td.size {
		display: none;
	}
}
@media (max-width: 767.98px) {
	/* 767.98px 보다 작을 경우 */
	.table.mwb-price-table > thead > tr > th {
		font-size: 12px;
	}
	.table.mwb-price-table > tbody > tr > td {
		font-size: 12px;
	}
	.table.mwb-price-table > thead > tr > th.extra,
	.table.mwb-price-table > tbody > tr > td.extra {
		display: none;
	}
}
#mwb-board-room-slide .mwb-card {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	margin-bottom: 50px;
}
#mwb-board-room-slide .mwb-card .body {
	padding: 0;
}
.owl-carousel.mwb-room-view .view-dots {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.owl-carousel.mwb-room-view .view-dots .view-dot {
	margin: 3px;
	border: 3px solid #fff;
	padding: 5px;
	border-radius: 0px;
	background-color: transparent;
}
.owl-carousel.mwb-room-view .view-dots .view-dot.active {
	background-color: #fff;
}
.owl-carousel.mwb-room-view .room-nav .room-nav-prev,
.owl-carousel.mwb-room-view .room-nav .room-nav-next {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0;
	background-color: transparent;
	border: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.owl-carousel.mwb-room-view .room-nav .room-nav-prev span,
.owl-carousel.mwb-room-view .room-nav .room-nav-next span {
	display: none;
}
.owl-carousel.mwb-room-view .room-nav .room-nav-next {
	left: auto;
	right: 0;
}
.owl-carousel.mwb-room-view .room-nav .room-nav-prev:before,
.owl-carousel.mwb-room-view .room-nav .room-nav-next:before {
	content: "\ed38";
	font-family: "MWBicon-Basic";
	font-size: 60px;
	font-weight: 900;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.05), 0px 0px 12px rgba(0, 0, 0, 0.05);
}
.owl-carousel.mwb-room-view .room-nav .room-nav-next:before {
	content: "\ed3b";
	font-family: "MWBicon-Basic";
}
.owl-carousel.mwb-room-view .owl-stage-outer {
	padding: 0;
}
.owl-carousel.mwb-room-view .room-body .owl-item .item {
	height: auto;
	background: var(--mwb-body-bg);
	color: #fff;
	position: relative;
	/*width: 1180px;*/
	background-position: center;
	background-size: cover;
	height: 800px;
}
@media (max-width: 1199.98px) {
	/* 1199.98px 보다 작을 경우 */
	.owl-carousel.mwb-room-view .room-body .owl-item .item {
		/*width: 900px;*/
		height: 600px;
	}
}
@media (max-width: 991.98px) {
	/* 991.98px 보다 작을 경우 */
	.owl-carousel.mwb-room-view .owl-stage-outer {}
	.owl-carousel.mwb-room-view .view-dots {}
	.owl-carousel.mwb-room-view .room-body .owl-item .item {
		/*width: 600px;*/
		height: 500px;
	}
	.owl-carousel.mwb-room-view .room-nav .room-nav-prev,
	.owl-carousel.mwb-room-view .room-nav .room-nav-next {
		margin-top: -20px;
	}
	.owl-carousel.mwb-room-view .room-nav .room-nav-prev:before,
	.owl-carousel.mwb-room-view .room-nav .room-nav-next:before {
		font-size: 40px;
	}
}
@media (max-width: 767.98px) {
	/* 767.98px 보다 작을 경우 */
	.owl-carousel.mwb-room-view .owl-stage-outer {}
	.owl-carousel.mwb-room-view .room-body .owl-item .item {
		/*width: 100vw;*/
		height: 400px;
	}
	.owl-carousel.mwb-room-view .room-nav .room-nav-prev,
	.owl-carousel.mwb-room-view .room-nav .room-nav-next {
		margin-top: -14px;
	}
	.owl-carousel.mwb-room-view .room-nav .room-nav-next {}
	.owl-carousel.mwb-room-view .room-nav .room-nav-prev {}
	.owl-carousel.mwb-room-view .room-nav .room-nav-prev:before,
	.owl-carousel.mwb-room-view .room-nav .room-nav-next:before {
		font-size: 28px;
	}
}
@media (max-width: 439.98px) {
	/* 439.98px 보다 작을 경우 */
	.owl-carousel.mwb-room-view .room-body .owl-item .item {
		height: 300px;
	}
}
.ddnayo-room-desc .room_tit {
	display: none;
}
.ddnayo-room-desc .room_data {
	padding: 0;
}
.ddnayo-room-desc .room_data li .tit,
.ddnayo-room-desc h4 {
	color: #5091cd;
	font-size: 16px;
	padding: 0 0 0 25px;
	position: relative;
	margin-top: 0;
	margin-bottom: 5px;
}
.ddnayo-room-desc .room_data li:not(:first-child) .tit,
.ddnayo-room-desc h4:not(:first-child) {
	margin-top: 40px;
}
.ddnayo-room-desc .room_data li .tit:before,
.ddnayo-room-desc h4:before {
	position: absolute;
	left: 0;
	top: 1px;
	bottom: auto;
	height: 20px;
	width: 20px;
	content: "\eb21";
	font-family: "MWBicon-Basic";
	font-size: 16px;
	font-weight: 900;
	right: 0px;
	color: #5091cd;
}
.ddnayo-room-desc .room_data li .data {
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 14px;
}
.ddnayo-room-desc .desc-content {
	font-size: 14px;
	padding-left: 10px;
}
.ddnayo-room-desc .room_data li .person_limit {
	padding-right: 10px;
}
.ddnayo-room-desc .room_data li .person_limit table {
	width: 100%;
	text-align: center;
	border-top: 2px solid #585353;
	background-color: var(--mwb-body-bg);
}
.ddnayo-room-desc .room_data li .person_limit table th,
.ddnayo-room-desc .room_data li .person_limit table td {
	text-align: center;
	padding: 5px 8px;
	font-size: 14px;
	border-color: #ccd0d6;
}
.ddnayo-room-desc .room_data li .person_limit table th {
	padding: 10px 8px;
	background-color: #e5e4e4;
}
.ddnayo-room-desc .room_data li .person_limit table tr:not(:first-child):hover {
	background-color: #dfdfdf;
}
.ddnayo-room-desc .room-ddnayo-season {
	padding: 0 10px;
	background-color: var(--mwb-body-bg);
}
.ddnayo-room-desc .season {
	width: 100%;
	border-color: #ccd0d6;
	border-top: 2px solid #585353;
}
.ddnayo-room-desc .season div {
	padding: 10px 8px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 10px;
	background-color: #e5e4e4;
}
.ddnayo-room-desc .season dl {
	border-color: #ccd0d6;
}
.ddnayo-room-desc .season dt,
.ddnayo-room-desc .season dd {
	font-size: 14px;
	text-align: center;
	border-right-color: #ccd0d6;
}
.ddnayo-room-desc .season dl:hover {
	background-color: #dfdfdf;
}
.ddnayo-room-desc .room_rprice {
	padding: 0;
	border-top: 2px solid #585353;
	background-color: var(--mwb-body-bg);
}
.ddnayo-room-desc .week_date {
	font-size: 16px;
	margin: 10px 0;
	line-height: 33px;
	height: 33px;
}
.ddnayo-room-desc .week_date .prv,
.ddnayo-room-desc .week_date .next {
	background: none;
	font-size: 24px;
	color: #5091cd;
}
.ddnayo-room-desc .week_date .prv:before {
	content: "\ea4e";
	font-family: "MWBicon-Basic";
}
.ddnayo-room-desc .week_date .next:before {
	content: "\ea51";
	font-family: "MWBicon-Basic";
}
.ddnayo-room-desc .week_date p {
	margin: 0;
	line-height: 33px;
}
.ddnayo-room-desc .room_rprice table .head td {
	font-weight: bold;
	background-color: #e5e4e4;
}
.ddnayo-room-desc .rsv_cal_b .rate .dc,
.ddnayo-room-desc .room_rprice table .rprice .dc {
	color: #cc4364;
	font-size: 14px;
	font-weight: bold;
}
.ddnayo-room-desc .rsv_cal_b .rate .rate,
.ddnayo-room-desc .room_rprice table .rprice .rate {
	color: #9d9c9c;
	font-size: 14px;
}
.ddnayo-room-desc .room_rprice table .state td {
	background-color: var(--mwb-body-bg);
}
.ddnayo-room-desc .rsv_cal_b .state .son,
.ddnayo-room-desc .room_rprice table .state .son {
	color: #5091cd;
}
.ddnayo-room-desc .rsv_cal_b .rate .sale,
.ddnayo-room-desc .room_rprice table .rprice .sale {}
#priceLayer .yapen-priceContent .yapen-sec-title,
#priceLayer .yapen-priceContent .yapen-dateTime-content,
#priceLayer .yapen-priceContent .yapen-realReserveBtn {
	display: block;
}
.yapen-dateTime-content .yapen-dateTime-item {
	font-size: 14px;
}
@media (min-width: 992px) {
	/* 992px 보다 클 경우 */
	.ddnayo-room-desc .room_rprice table .head td,
	.ddnayo-room-desc .room_rprice table .ss td,
	.ddnayo-room-desc .room_rprice table .rprice td,
	.ddnayo-room-desc .room_rprice table .state td,
	.ddnayo-room-desc .room_rprice table .state .rstate {
		font-size: 16px;
	}
}
@media (max-width: 991.98px) {
	/* 991.98px 보다 작을 경우 */
	.ddnayo-room-desc .room_data li .person_limit,
	.ddnayo-room-desc .room-ddnayo-season {
		padding: 0;
	}
	.ddnayo-room-desc .room_data li .person_limit table td,
	.ddnayo-room-desc .season dt,
	.ddnayo-room-desc .season dd {
		font-size: 12px;
	}
	.ddnayo-room-desc .room_rprice table .head td,
	.ddnayo-room-desc .room_rprice table .ss td,
	.ddnayo-room-desc .room_rprice table .rprice td,
	.ddnayo-room-desc .room_rprice table .state td,
	.ddnayo-room-desc .room_rprice table .state .rstate {
		font-size: 12px;
	}
	.ddnayo-room-desc .week_date p {
		font-size: 14px;
		padding: 0;
	}
	.ddnayo-room-desc .week_date .prv,
	.ddnayo-room-desc .week_date .next {
		font-size: 20px;
		width: 20px;
		height: 20px;
	}
}
@media (max-width: 767.98px) {
	/* 767.98px 보다 작을 경우 */
	.yapen-dateTime-content .yapen-dateTime-item {
		font-size: 12px;
	}
	/*.ddnayo-room-desc .room_rprice table .head td:first-child,
	.ddnayo-room-desc .room_rprice table .head td:last-child,
	.ddnayo-room-desc .room_rprice table .ss td:first-child,
	.ddnayo-room-desc .room_rprice table .ss td:last-child,
	.ddnayo-room-desc .room_rprice table .rprice td:first-child,
	.ddnayo-room-desc .room_rprice table .rprice td:last-child,
	.ddnayo-room-desc .room_rprice table .state td:first-child,
	.ddnayo-room-desc .room_rprice table .state td:last-child {
		display: none;
	}*/
}
.mwb-card.room-desc .body {
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
}
.mwb-card.room-desc h4 {
	color: #5091cd;
	font-size: 16px;
	padding-left: 25px;
	position: relative;
	margin-top: 0;
	margin-bottom: 5px;
}
.mwb-card.room-desc h4:not(:first-child) {
	margin-top: 40px;
}
.mwb-card.room-desc h4:before {
	position: absolute;
	left: 0;
	top: 1px;
	bottom: auto;
	height: 20px;
	width: 20px;
	content: "\eb21";
	font-family: "MWBicon-Basic";
	font-size: 16px;
	font-weight: 900;
	right: 0px;
	color: #5091cd;
}
.mwb-card.room-desc .desc-content {
	font-size: 14px;
	padding-left: 10px;
}
.mwb-card.room-desc .desc-content-table {
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
}
.mwb-card.room-desc .desc-content-table table {
	border-top: 2px solid #585353;
	background-color: var(--mwb-body-bg);
}
.mwb-card.room-desc .desc-content-table caption {
	font-size: 12px;
	text-align: right;
	padding-bottom: 4px;
}
.mwb-card.room-desc .desc-content-table thead tr th {
	text-align: center;
	padding: 10px 8px;
	font-size: 14px;
	border-bottom-width: 1px;
	background-color: #e5e4e4;
}
.mwb-card.room-desc .desc-content-table tbody tr td {
	padding: 5px 8px;
	font-size: 14px;
}
@media (max-width: 767.98px) {
	/* 767.98px 보다 작을 경우 */
	.mwb-card.room-desc .desc-content-table {
		padding: 0;
	}
	.mwb-card.room-desc .desc-content-table thead tr th,
	.mwb-card.room-desc .desc-content-table tbody tr td {
		font-size: 12px;
	}
}
.mwb-card.room-desc .desc-content-table .period tbody tr td:first-child,
.mwb-card.room-desc .desc-content-table .period-charge tbody tr td:first-child {
	/*font-weight: bold; */
}
.mwb-card.room-desc .yapen-priceLayer .yapen-priceTbl {
	border-top: 2px solid #585353;
}