@charset "utf-8";
/* MWB :: Board - 공통 - 상단 */
#mwb-board-basic-gallery {
	background-color: transparent;
}
#mwb-board-basic-gallery h1 {
	margin: 0;
	clear: both;
	font-size: 30px;
	/*color: #646363;*/
	text-align: center;
}
#mwb-board-basic-gallery h1 small {
	display: block;
	font-size: 14px;
}
/* MWB :: Board - 공통 - 간격 재조정 */
@media (min-width: 440px) { /* 440px 보다 클 경우 */
	#mwb-board-basic-gallery.container {
		padding-right: 10px;
		padding-left: 10px;
	}
	#mwb-board-basic-gallery.list .row {
		margin-right: -10px;
		margin-left: -10px;
	}
	#mwb-board-basic-gallery.list [class*="mwbs3-"] {
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media (max-width: 439px) { /* 439px 보다 작을 경우 */
	#mwb-board-basic-gallery .mwb-card .body {
		padding-right: 10px;
		padding-left: 10px;
	}
}
/* MWB :: 공통 - breadcrumb */
.board-breadcrumb {
	float: left;
	padding: 10px 0;
}
.mwb-card hr {
	display: block;
}
/* MWB :: 공통 - member sidemenu */
.sv_member,
a.sv_member {
	color: #646363;
	font-size: 16px;
}
.sv_member .profile_img {
	line-height: 1.500001;
}
.sv_member .profile_img img {
	margin-top: -4px;
}
.sv_wrap .sv {
	font-size: 14px;
	width: 120px;
}
.sv_wrap .sv a {
	width: 120px;
}
.sv_on {
	top: 26px;
}
/* MWB :: 공통 - 카테고리 */
.mwb-board-category {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}
.mwb-board-category .btn {
	font-size: 16px;
	margin-bottom: 5px;
}
.mwb-board-category .btn:not(:last-child) {
	margin-right: -1px;
}
/* MWB :: 공통 - captcha */
#captcha {
	/* 캡챠 자동등록(입력)방지 기본 -pc */
	position: relative;
	font-size: 0;
}
#captcha legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden;
	border: none;
}
#captcha #captcha_img {
	width: 110px;
	height: 30px;
	border: 1px solid #898989;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
}
#captcha #captcha_mp3 {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 0;
	background: transparent;
	vertical-align: bottom;
	overflow: hidden;
	cursor: pointer;
	background: url('../../../../../../img/captcha2.png') no-repeat -5px -5px;
	text-indent: -999px;
	border-radius: 0;
}
#captcha #captcha_reload {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 0;
	background: transparent;
	vertical-align: bottom;
	overflow: hidden;
	cursor: pointer;
	background: url('../../../../../../img/captcha2.png') no-repeat -5px -45px;
	text-indent: -999px;
	border-radius: 0;
}
#captcha #captcha_key {
	margin: 0 5px 0 5px;
	padding: 0 5px;
	width: 90px;
	height: 30px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 18px !important;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	vertical-align: bottom;
}
#captcha #captcha_info {
	display: block;
	margin: 0;
	font-size: 12px;
	letter-spacing: -0.1px;
	display: none;
}
#captcha.m_captcha audio {
	/* 캡챠 자동등록(입력)방지 기본 - mobile */
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 240px;
}
#captcha.recaptcha {
	/* 구글리캡챠 크기 조정 scale */
	width: 213px;
	height: 54px;
	overflow: hidden;
	margin: 0 auto;
}
#rc-imageselect,
.g-recaptcha {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
/* MWB :: List - button */
.mwb-board-list-wrapper {
	position: relative;
}
.mwb-board-list-btn-set {
	position: relative;
	display: block;
	margin: 10px 0;
	font-size: 0;
}
.mwb-board-list-btn-set:before,
.mwb-board-list-btn-set:after {
	display: table;
	content: " ";
}
.mwb-board-list-btn-set:after {
	clear: both;
}
.mwb-board-btn {
	float: right;
	margin-right: 10px;
}
.mwb-board-btn .btn:not(:last-child) {
	margin-right: 5px;
}
.mwb-board-admin-btn {
	float: left;
	margin-left: 10px;
}
.mwb-board-admin-btn .btn:not(:first-child) {
	margin-left: 5px;
}
/* MWB :: List - category */
.board-list-pagination {
	margin: 20px 0;
}
.mwb-board-pagination {
	text-align: center;
	font-size: 0;
}
.mwb-board-pagination .btn:not(:last-child) {
	margin-right: -1px;
}
/* MWB :: Selectbox */
.mwb-board-select {
	text-align: center;
	margin-bottom: 0 !important;
	padding: 0 !important;
}
.mwb-board-select .input-group-addon {
	padding: 0;
	border: none;
}
.mwb-board-select input,
.mwb-board-select .btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-right: -1px;
}
.mwb-board-select .mwb-board-search-input {
	border-right: none;
}
.mwb-board-select .bootstrap-select {
	float: left !important;
}
.mwb-board-select .bootstrap-select>.dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-right: none;
}
/* MWB :: List header */
.mwb-board-list-header {
	margin-bottom: 10px;
}
.mwb-board-list-header .body {
	padding-right: 10px;
}
.mwb-board-list-header .body,
.mwb-board-list-header .body a {
	color: #646363;
}
.mwb-board-list-header .header-left {
	float: left;
	text-align: left;
}
.mwb-board-list-header .header-right {
	float: right;
	text-align: right;
	font-size: 0;
}
.mwb-board-list-header .header-left > div,
.mwb-board-list-header .header-right > div {
	display: inline-block;
	text-align: left;
	font-size: 16px;
}
.mwb-board-list-header .header-right > div:last-child {}
.header-checkbox {
	width: 16px;
}
.header-date {
	width: 60px;
	text-align: center;
}
.header-hit {
	width: 50px;
	text-align: center;
}
.header-good {
	width: 50px;
	text-align: center;
}
.header-nogood {
	width: 60px;
	text-align: center;
}
.header-checkbox .board-check {
	width: 16px;
	height: 16px;
	margin: 0 auto;
	padding-top: 2px;
}
.header-checkbox .board-check .mwb-checkbox-action:before {
	top: 0;
}
.header-checkbox .board-check .mwb-checkbox-action:after {
	top: 8px;
}
/* MWB :: List - body(notice) */
.mwb-board-list-gallery-notice {
	margin-bottom: 10px;
	display: table;
	/*width: 100%;*/
	border-collapse: separate;
}
.mwb-board-list-gallery-notice:hover {
	background-color: #f7f6f6;
}
.mwb-board-list-gallery-notice.list-body {}
.mwb-board-list-gallery-notice .body {
	padding: 0 20px 0 0;
	display: table-row;
}
.mwb-board-list-gallery-notice .body-checkbox {
	padding: 20px 0px;
	display: table-cell;
	width: 1%;
	min-width: 70px;
	text-align: right;
	padding-left: 20px;
}
.mwb-board-list-gallery-notice .body-checkbox .board-check {
	margin: 0;
}
.mwb-board-list-gallery-notice .body-checkbox .board-check label {
	padding-left: 25px;
}
.mwb-board-list-gallery-notice .body-number {
	padding: 20px 0px;
	display: table-cell;
	width: 1%;
	min-width: 70px;
	text-align: left;
	padding-left: 20px;
}
.current-id {
	color: #4589c8;
	-webkit-animation: soft-blink 1s linear infinite;
	-o-animation: soft-blink 1s linear infinite;
	animation: soft-blink 1s linear infinite;
}
@-webkit-keyframes soft-blink {
  0% {
	opacity: 0;
  }
  50% {
	opacity: 0.8;
  }
  100% {
	opacity: 0;
  }
}
@keyframes soft-blink {
  0% {
	opacity: 0;
  }
  50% {
	opacity: 0.8;
  }
  100% {
	opacity: 0;
  }
}
.mwb-board-list-gallery-notice .body-jump {
	display: table-cell;
	width: 1%;
	padding: 20px 10px 0;
}
.mwb-board-list-gallery-notice .body-jump .btn-circle {
	vertical-align: text-bottom;
}
.mwb-board-list-gallery-notice .body-subject {
	display: table-cell;
	padding-right: 10px;
}
.mwb-board-list-gallery-notice .body-subject a {
	display: block;
	padding: 20px 0;
}
.mwb-board-list-gallery-notice .body-subject .subject-category {
	margin-right: 5px;
}
.mwb-board-list-gallery-notice .body-subject .subject-content {
	/*display: block;*/
}
.mwb-board-list-gallery-notice .subject-content span.board-list-subject {}
.mwb-board-list-gallery-notice .subject-content span.board-list-comment {
	font-size: 14px;
	color: #646363;
	margin-left: 5px;
}
.mwb-board-list-gallery-notice .subject-content span.board-list-comment sup {
	font-size: 12px;
	margin-left: 2px;
}
.mwb-board-list-gallery-notice .subject-content span.list-icon-pack {
	font-size: 14px;
	margin-left: 5px;
}
.mwb-board-list-gallery-notice .subject-content span.board-list-subject+span.list-icon-pack,
.mwb-board-list-gallery-notice .subject-content span.board-list-comment+span.list-icon-pack {
	margin-left: 10px;
}
.mwb-board-list-gallery-notice .body-writer {
	display: table-cell;
	width: 1%;
	text-align: left;
	min-width: 140px;
	padding-bottom: 20px;
	vertical-align: bottom;
}
.mwb-board-list-gallery-notice .body-date {
	display: table-cell;
	width: 1%;
	text-align: center;
	min-width: 100px;
	padding-bottom: 20px;
	padding-right: 20px;
	vertical-align: bottom;
	color: #646363 !important;
}
.mwb-board-list-gallery-notice .body-date sup {
	margin-right: 3px;
}
/* MWB :: List - body(gallery) */
@media (min-width: 992px) {
	.mwb-board-list-gallery-ul li:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.mwb-board-list-gallery-ul li:nth-child(2n+1) {
		clear: both;
	}
}
.mwb-board-list-gallery-card .mwb-card.mwb-card-thumbnail {
	margin-top: 60px;
	margin-bottom: 20px;
	border-radius: 0;
}
.mwb-board-list-gallery-card .mwb-card.mwb-card-thumbnail .header {
	border-radius: 0;
}
.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: #f7f6f6;
}
.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;
}
@media (max-width: 991px) { /* 991px 보다 작을 경우 */
	.mwb-board-list-gallery-notice,
	.mwb-board-list-gallery-notice .body {
		display: block;
	}
	.mwb-board-list-gallery-notice .body {
		padding: 0 10px;
	}
	.mwb-board-list-gallery-notice .mwb-board-category .btn-category {
		padding: 0 12px;
		font-size: 14px;
		height: 30px;
		line-height: 28px;
	}
	.mwb-board-list-gallery-notice .body-checkbox {
		display: inline-block;
		padding: 20px 0 0 0;
		text-align: left;
	}
	.mwb-board-list-gallery-notice .body-number {
		display: inline-block;
		padding: 20px 0 0 0;
		text-align: left;
	}
	.mwb-board-list-gallery-notice .body-jump {
		display: inline-block;
		padding: 20px 0 0 0;
	}
	.mwb-board-list-gallery-notice .body-subject {
		display: block;
		padding-right: 0;
	}
	.mwb-board-list-gallery-notice .body-writer {
		display: block;
		float: right;
		text-align: right;
		font-size: 14px;
		min-width: 130px;
	}
	.mwb-board-list-gallery-notice .body-date {
		display: block;
		float: right;
		text-align: right;
		padding-right: 0;
		font-size: 14px;
		min-width: 55px;
	}
	.sv_wrap .sv {
		right: 0;
		left: auto;
	}
	.sv_wrap .sv:before {
		right: 15px;
		left: auto;
	}
	.sv_member, a.sv_member {
		font-size: 14px;
	}
}
/* 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;
}
.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: #4589c8;
}
.mwb-board-stay-write h3 span {
	display: block;
	font-size: 14px;
	color: #646363;
	padding-left: 10px;
	font-weight: normal;
}
.mwb-board-write-wrapper .bootstrap-select {
	margin-right: 20px;
}
.mwb-board-write-wrapper .bootstrap-select:after {
	content: "";
	clear: both;
}
.subject-table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	position: relative;
	border: 0;
}
.subject-table .subject-tr {
	display: table-row;
	padding: 0;
	border: 0;
}
.subject-table .subject-td.subject,
.subject-table .subject-td.autosave {
	display: table-cell;
	padding: 0;
	border: 0;
}
.subject-table .subject-td.autosave {
	width: 50px;
	min-width: 50px;
	padding-left: 10px;
}
/* MWB :: Write - under dhtml */
.mwb-add-editor .mwb-form-bar,
.mwb-add-editor .mwb-control-label {
	display: none !important;
}
.mwb-add-editor .mwb-form-group {
	margin-top: 0 !important;
}
/* MWB :: Write - textarea */
.mwb-board-textarea .form-control {
	min-height: 300px;
}
.mwb-board-textarea .mwb-form-group .mwb-control-label {
	font-size: 16px;
}
/* MWB :: Write - file (not gallery)*/
/*.mwb-board-write-file:nth-child(odd) {}
.mwb-board-write-file:nth-child(odd),
.mwb-board-write-file:nth-child(odd) {
	display: table;
	content: " ";
}
.mwb-board-write-file:nth-child(odd) {
	clear: both;
}*/
.file-notice-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background-color: #000000a3;
	padding: 10px;
}
.mwb-board-write-file .body .fileinput,
.mwb-board-write-file .body .target-thumbnail {
	position: relative;
}
.mwb-board-write-file .body .fileinput .fileinput-exists,
.mwb-board-write-file .body .fileinput .fileinput-new {
	padding: 0;
}
.mwb-board-write-file .body .file-del {
	display: block;
	margin-top: 5px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.mwb-board-write-file .body .file-del .mwb-checkbox-action {
	font-size: 12px;
	line-height: 28px;
	word-break: break-all;
}
.mwb-board-write-file .body .file-del .mwb-checkbox-action:before {
	top: 6px;
}
.mwb-board-write-file .body .file-del .mwb-checkbox-action:after {
	top: 14px;
}
.mwb-board-write-file .body .target-thumbnail .file-del {
	position: absolute;
	top: 0;
	left: 0;
	width : 100%;
	padding: 0 5px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.55);
	color: #fff;
}
.mwb-board-write-file .body .target-thumbnail .file-del.mwb-checkbox-group label {
	display: inline-block;
	font-size: 12px !important;
	color: #fff !important;
}
.mwb-board-write-file .body .target-thumbnail .file-del.mwb-checkbox-group label:hover {
	color: #ff5952 !important;
}
.mwb-board-write-file .body .target-thumbnail .file-del.mwb-checkbox-group .mwb-checkbox:checked+label {
	color: #ff5952 !important;
}
/* MWB :: Write - button */
.mwb-board-write-confirm {
	text-align: center;
	margin-bottom: 20px;
}
/* MWB :: Write - 자동완성 */
#mwb-autosave-wrapper {
	/* autosave */
	position: relative;
	display: block;
}
#autosave_pop {
	display: none;
	z-index: 10;
	position: absolute !important;
	top: 78px;
	left: 0;
	padding: 20px;
	width: 100%;
	/*max-width: 450px;*/
	height: auto !important;
	height: 180px;
	max-height: 180px;
	border: 1px solid #9d9c9c;
	background: #fff;
	overflow-y: scroll;
	font-size: 14px;
	line-height: 1.500001;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
html.no-overflowscrolling #autosave_pop {
	height: auto;
	max-height: 10000px !important;
}
#autosave_pop div {
	/* overflow 미지원 기기 대응 */
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
}
#autosave_pop button {
	/*  margin: 0;
	padding: 0;
	border: 0;
	background: transparent;*/
}
.autosave-close-wrapper {}
.autosave-close-wrapper .btn-autosave-close {}
#autosave_pop strong {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
#autosave_pop ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 40px;
	border-top: 1px solid #9d9c9c;
	border-bottom: 1px solid #9d9c9c;
	z-index: 11;

}
#autosave_pop li {
	padding: 0;
	border-bottom: 1px dashed #e9e9e9;
	zoom: 1;
	position: relative;
	text-align: left;
	z-index: 12;
}
#autosave_pop li::last-child {
	border-bottom: none;
}
#autosave_pop li:hover {
	background-color: #eee;
}
#autosave_pop li:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
#autosave_pop a {
	display: block;
	float: left;
	padding: 10px;
	width: 100%;
}
#autosave_pop span {
	display: block;
	position: absolute;
	right: 10px;
	top: 5px;
	color: #9e9e9e;
}
.autosave_close {
	cursor: pointer;
}
.autosave_content {
	display: none;
}
.autosave_del {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 10px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	background-color: #9d9c9c;
	border: 1px solid #9d9c9c;
	color: #fcf8f8;
	padding: 0;
	font-size: 0;
	height: 30px;
	width: 30px;
	line-height: 28px;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	position: relative;
}
.autosave_del:before {
	position: absolute;
	left: 4px;
	top: 4px;
	bottom: auto;
	height: 20px;
	width: 20px;
	content: '\f2ed';
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	right: 0px;
}
@media (max-width: 767px) {
	.subject-table,
	.subject-table .subject-tr,
	.subject-table .subject-td.subject {
		display: block;
	}
	.subject-table .subject-td.autosave {
		display: block;
		float: right;
		padding: 0;
		margin-top: 10px;
		width: 100%;
		text-align: right;
	}
	#autosave_pop {
		padding: 10px;
		top: 93px;
		z-index: 10;
	}
	#autosave_pop div {
		top: 10px;
		right: 10px;
	}
	#autosave_pop span {
		color: transparent;
	}
}
/* MWB :: View */
.room-insert-img {
}
.room-insert-img.room-insert-img-3,
.room-insert-img.room-insert-img-5,
.room-insert-img.room-insert-img-7 {
	clear: both;
}
.room-insert-img img {
	margin: 6px 0;
	width: 100%;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.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: #f5f4f4;
}
.table.mwb-price-table>tbody>tr>td {
	font-size: 14px;
	vertical-align: middle;
	padding: 5px 8px;
}
.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: 991px) { /* 991px 보다 작을 경우 */
	.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: 767px) { /* 767px 보다 작을 경우 */
	.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;
}
#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: '\f053';
    font-family: 'Font Awesome 5 Free';
    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: '\f054';
    font-family: 'Font Awesome 5 Free';
}
.owl-carousel.mwb-room-view .owl-stage-outer {
	padding: 0;
}
.owl-carousel.mwb-room-view .room-body .owl-item .item {
	height: auto;
	background: #f5f4f4;
	color: #fff;
	position: relative;
	/*width: 1180px;*/
	background-position: center;
    background-size: cover;
    height: 800px;
}
@media (max-width: 1199px) { /* 1199px 보다 작을 경우 */
	.owl-carousel.mwb-room-view .room-body .owl-item .item {
		/*width: 900px;*/
		height: 600px;
	}
}
@media (max-width: 991px) { /* 991px 보다 작을 경우 */
	.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: 767px) {	/* 767px 보다 작을 경우 */
	.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: 439px) { /* 439px 보다 작을 경우 */
	.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: #4589c8;
	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: '\f236';
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	font-weight: 900;
	right: 0px;
	color: #4589c8;
}
.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;
}
.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;
}
.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;
}
.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: #fff;
}
.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;
}
.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;
}
.ddnayo-room-desc .week_date .prv:before {
	content: '\f137';
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    font-weight: 900;
    color: #4589c8;
}
.ddnayo-room-desc .week_date .next:before {
	content: '\f138';
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    font-weight: 900;
    color: #4589c8;
}
.ddnayo-room-desc .week_date p {
	margin: 0;
	line-height: 33px;
}

.ddnayo-room-desc .room_rprice table .head td {
	font-weight: bold;
}
.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 .rsv_cal_b .state .son,
.ddnayo-room-desc .room_rprice table .state .son {
	color: #4589c8;
}
.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-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: 991px) {	/* 991px 보다 작을 경우 */
	.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;
	}
	.week_date .prv,
	.week_date .next {
		width: 20px;
		height: 20px;
	}
	.ddnayo-room-desc .week_date .prv:before,
	.ddnayo-room-desc .week_date .next:before {
		font-size: 20px;
	}
}
@media (max-width: 767px) { /* 767px 보다 작을 경우 */
	.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 h4 {
	color: #4589c8;
	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: '\f236';
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	font-weight: 900;
	right: 0px;
	color: #4589c8;
}
.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;
}
.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;
}
.mwb-card.room-desc .desc-content-table tbody tr td {
	padding: 5px 8px;
	font-size: 14px;
}
@media (max-width: 767px) {	/* 767px 보다 작을 경우 */
	.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;
}
.mwb-view-category {
	display: block;
	font-size: 14px;
}
.mwb-board-view-copyright {}
.mwb-board-view-copyright span+span {
	margin-left: 5px;
}
.mwb-board-view-copyright span {
	color: #9d9c9c;
	font-size: 14px;
}
.mwb-board-view-copyright sup {
	font-size: 12px;
}
.mwb-board-view-copyright span i {
	margin-right: 2px;
}
.mwb-board-view-link span {
	font-size: 14px;
	word-break: break-all;
	color: #9e9e9e;
}
.mwb-board-view-link i {
	display: inline;
}
.mwb-board-view-link sup {
	margin-left: 2px;
	margin-right: 5px;
}
.mwb-board-view-link a {
	color: #9d9c9c;
}
.mwb-board-view-link .view-hit {
	float: right;
}
.mwb-board-view-file span {
	font-size: 14px;
	word-break: break-all;
	color: #9e9e9e;
	float: left;
}
.mwb-board-view-file i {
	display: inline;
}
.mwb-board-view-file sup {
	margin-left: 2px;
	margin-right: 5px;
}
.mwb-board-view-file a {
	color: #9d9c9c;
}
.mwb-board-view-file .view-hit-date {
	float: right;
}
@media (max-width: 991px) {
	.mwb-board-view-link:not(:last-child) .mwb-card {
		margin-bottom: 0;
	}
	.mwb-board-view-file:not(:last-child) .mwb-card {
		margin-bottom: 0;
	}
}
#bo_v_img {
	width: 100%;
	overflow: hidden;
	zoom: 1
}
#bo_v_img:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
#bo_v_img img {
	margin-bottom: 20px;
	max-width: 100%;
	height: auto
}
.mwb-board-view-content-wrapper {
	position: relative;
	clear: both;
	margin: 0;
}
.mwb-board-view-content-wrapper .body {
	padding-top: 60px;
	padding-bottom: 60px;
}
.mwb-board-view-btn-set {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.mwb-board-view-btn-set:before,
.mwb-board-view-btn-set:after {
	display: table;
	content: " ";
}
.mwb-board-view-btn-set:after {
	clear: both;
}
.mwb-board-view-content-wrapper+.mwb-board-view-btn-set {
	margin-top: 10px;
	margin-bottom: 20px;
}
.mwb-board-view-btn-set .btn-left {
	float: left;
	margin-left: 5px;
	z-index: 1;
	font-size: 0;
}
.mwb-board-view-btn-set .btn-right {
	float: right;
	margin-right: 5px;
	z-index: 1;
	font-size: 0;
}
.mwb-board-view-btn-set .btn-left .btn:not(:first-child) {
	margin-left: 5px;
}
.mwb-board-view-btn-set .btn-right .btn:not(:last-child) {
	margin-right: 5px;
}
.mwb-board-view-content {}
.mwb-board-view-content img {
	max-width: 100%;
	height: auto;
}
.mwb-board-write-prev-next .body {
	padding: 0;
}
.view-prev,
.view-next {
	text-align: left;
}
.view-prev .left,
.view-next .left {
	display: block;
}
.view-prev .left a,
.view-next .left a {
	display: block;
	padding: 20px;
}
.view-prev .left i,
.view-next .left i {
	margin-right: 10px;
}
.view-prev .right,
.view-next .right {
	display: block;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #9e9e9e;
	width: 60px;
}
.mwb-board-view-content-bottom {
	margin-top: 30px;
}
/* MWB :: View - vote */
#bo_v_act {
	float: left;
	font-size: 0;
}
#bo_v_act .bo_v_act_gng {
	position: relative;
	display: inline-block;
}
#bo_v_act .bo_v_act_gng:not(:first-child) {
	margin-left: 5px;
}
#bo_v_act a {
	vertical-align: middle;
}
#bo_v_act a:hover {}
#bo_v_act_good,
#bo_v_act_nogood {
	display: none;
	position: absolute;
	top: 35px;
	right: 50%;
	margin-right: -85px;
	left: auto;
	padding: 5px 0;
	width: 170px;
	background: #4589c8;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
#bo_v_act_nogood {
	right: auto;
	left: 50%;
	margin-left: -85px;
	background: #ff5952;
}
/* MWB :: View - share */
.mwb-board-view-share {
	float: right;
	font-size: 0;
}
.bo_v_snswr {
	position: relative;
	display: inline-block;
	margin-left: 5px;
}
.bo_v_snswr .btn {
	width: 100px;
}
#bo_v_sns {
	display: none;
	position: absolute;
	top: -125px;
	left: 0;
	width: 60px;
	padding: 0;
	list-style: none;
	zoom: 1;
}
#bo_v_sns:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
#bo_v_sns:before {
	/*content: "";*/
	position: absolute;
	bottom: -7px;
	left: 24px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #415b92 transparent transparent transparent;
}
#bo_v_sns li {
	float: left;
	width: 100px;
	text-align: center;
}
#bo_v_sns li a {
	height: 40px;
	padding: 10px 0;
}
#bo_v_sns li .sns_f {
	display: block;
	background: #415b92;
}
#bo_v_sns li .sns_t {
	display: block;
	background: #35b3dc;
}
#bo_v_sns li .sns_g {
	display: block;
	background: #d5503a;
}
#bo_v_sns.show_kakao {
	width: 120px;
	top: -165px;
}
#bo_v_sns li .sns_k {
	display: block;
	background: #fbe300;
}
#bo_v_sns li img {
	vertical-align: top;
}
/* MWB :: View - 서명 */
.mwb-namecard {
	display: block;
	width: 80%;
	margin: 30px auto;
	border: 1px #ededed solid;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mwb-namecard:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.mwb-namecard .body {
	padding: 20px;
	font-size: 14px;
}
.mwb-namecard .body .btn {
	display: inline-block;
	margin-top: 10px;
}
/* MWB :: Comment */
.mwb-board-view-comment-title button {
	display: block;
	margin-bottom: 10px;
}
.mwb-board-view-comment-empty {
	text-align: center;
	color: #9e9e9e;
	margin: 20px 0;
}
.mwb-comment-btn .arrow {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
}
.mwb-comment-btn .arrow:after {
	position: absolute;
	right: 0;
	top: 50%;
	bottom: auto;
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.mwb-comment-btn.mwb-comment-btn-close .arrow:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
.mwb-board-view-comment-act {}
.mwb-board-view-comment-act {
	text-align: right;
	margin: 0;
	list-style: none;
	zoom: 1;
}
.mwb-board-view-comment-act:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.mwb-board-view-comment-act li {
	display: inline-block;
}
.comment-ip,
.comment-date {
	color: #9e9e9e;
	font-size: 14px;
	margin-left: 5px;
}
#mwb-board-view-comment .mwb-card {
	margin-top: 0;
	margin-bottom: 10px;
}
#mwb-board-view-comment .mwb-card.media-reply {
	margin-top: -10px;
}
#mwb-board-view-comment .mwb-card .body {
	/*padding: 10px 20px 30px;*/
}
#wr_content {
/*	display: block;
	width: 100%;
	background-color: #fff !important;
	border-radius: 0;
	height: 150px !important;
	font-size: 16px;
	min-height: 100px;
	min-width: 100%;
	max-width: 100%;
	line-height: 1.500001;*/
}
#mwb-board-view-comment .bo_vc_w .mwb-card {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#mwb-board-view-comment .mwb-board-view-comment-write .body {
	padding: 10px 0;
	border-top: 1px dashed #9d9c9c;
}
.mwb-board-view-comment-write-info {
	margin: 0;
	float: left;
}
.mwb-board-view-comment-write-info:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.mwb-board-view-comment-write-info .frm_input {
	float: left;
	margin-right: 5px;
}
.mwb-board-view-comment-write-info .form-group {
	display: inline-block;
	margin-right: 10px;
	font-size: 0;
	vertical-align: bottom;
}
.mwb-board-view-comment-write-info #captcha {
	padding-top: 0;
	margin-top: 30px;
	margin-right: 10px;
	display: inline-block;
	clear: both;
	vertical-align: bottom;
}
.mwb-board-view-comment-write-info .form-group.info-sns {
	margin-top: 30px;
}
.mwb-board-view-comment-write-info .form-group.info-name,
.mwb-board-view-comment-write-info .form-group.info-password {
	margin-top: 30px;
}
.mwb-board-view-comment-write-info #captcha #captcha_info {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden;
}
.mwb-board-view-comment-write-info #bo_vc_send_sns {
	display: inline-block;
}
.mwb-board-view-comment-write-info #bo_vc_sns {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	zoom: 1;
}
.mwb-board-view-comment-write-info #bo_vc_sns:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.mwb-board-view-comment-write-info #bo_vc_sns li {
	float: left;
	margin: 0 5px 0 0;
}
.mwb-board-view-comment-write-info #bo_vc_sns .sns_li_f {
	border-radius: 0;
	background: #3a589b;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
}
.mwb-board-view-comment-write-info #bo_vc_sns .sns_li_t {
	border-radius: 0;
	background: #00aced;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
}
.mwb-board-view-comment-write-info #bo_vc_sns .sns_li_off {
	background: #646363;
}
.mwb-board-view-comment-write-info #bo_vc_sns a {
	display: inline-block;
	padding: 0 5px 0 5px;
}
.mwb-board-view-comment-write-info #bo_vc_sns input {
	margin: 0;
}
.bo_vc_w h2 {
	font-size: 20px;
	color: #646363;
	margin-top: 20px;
	margin-bottom: 10px;
}
.bo_vc_w .mwb-board-view-comment-write-confirm {
	float: right;
	margin-top: 20px;
}
.bo_vc_w .mwb-board-view-comment-write-confirm button {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 0;
}
.bo_vc_w .mwb-board-view-comment-write-confirm label {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 8px;
	border-radius: 0;
	font-size: 16px;
	text-align: center;
	color: #646363 !important;
}
.bo_vc_w .btn_submit {
	height: 45px;
	padding: 0 20px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 1.083em;
}
.bo_vc_w_wr {
	font-size: 0;
}
.bo_vc_w_wr:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
@media (max-width: 1199px) { /* 1199px 보다 작을 경우 */
	.mwb-board-view-comment-write-info #captcha {
		margin-top: 10px;
	}
	.mwb-board-view-comment-write-info .form-group.info-sns {
		margin-top: 10px;
	}
}
