* {
	box-sizing:border-box;
	word-break: keep-all;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	/* color: #254daf; */
}
a.yn-btn:hover {
	color: #ffffff !important;
}


/* page_navi.skin.php */
.pager_container {}
.pager_container .pager {display:inline-block;padding:0;list-style-type:none;}
.pager_container .pager li {float:left;}
.pager_container .pager li a {display:inline-block;border:1px solid #cccccc;padding:4px 11px;margin:3px;color:#444444;text-decoration:none;}
.pager_container .pager .pager_first {}
.pager_container .pager .pager_prev {}
.pager_container .pager .pager_num {}
.pager_container .pager .pager_num.active {}
.pager_container .pager .pager_num.active a {border:0;background-color:#696969;color:#ffffff;font-weight:bold;}
.pager_container .pager .pager_next {}
.pager_container .pager .pager_last {}

/**
  *
  * yn-divider style
  *
  */
div.yn-divider {
	display:block;
	border: 0;
	height: 1px;
	margin:40px 0;
	background: #ccc;
}


.font-size-24 {font-size:24px;}
.font-size-28 {font-size:28px;}
.font-size-42 {font-size:42px;}


/**
  * 추가
  */

* { letter-spacing: -0.08rem; }

@media (max-width: 991.99px) {
	html, body { font-size: 14px; }
}
@media (min-width: 992px) {
	html, body { font-size: 16px; }
}

/** _site_head.php **/

.header {
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 9999;
	border-bottom: 1px solid #cccccc;
}
.header_main {
	background-color: #ffffff;
	z-index: 9999;
	border-bottom: 1px solid #d9d9d9;
}
.header_top {
	position: relative;
	display:flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.header_logo_wrap {
	display: inline-block;
	float: left;
}
.header_logo_wrap img {
	width: 120px;
}
.header_menu_wrap {
	display: none;
}
.header_userinfo_wrap {
}
.header_sitemap_icon_wrap {
	display: inline-block;
	float: right;
	padding-bottom: 1px;
	padding-right: 7px;
}
.header_sitemap_icon_wrap i {
	font-size:25px;
}
.mobile_menu_bg {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	padding: 30px;
	background-color: rgba(0,0,0,0.5);
	z-index: 99999;
	display: block;
	display: none;
}
.mobile_menu {
	background-color: #ffffff;
	padding:30px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}
.mobile_userinfo_wrap {
	padding: 10px 20px;
}
.mobile_userinfo_wrap a {
	font-size: 0.9rem;
	text-decoration: none;
	color: rgb(5, 44, 101);
}
.mobile_userinfo_wrap span {
	font-size: 0.8rem;
}
.mobile_menu_close_wrap {
	text-align: right;
	font-size:24px;
	cursor: pointer;
}
.mobile_submenu a {
	display: inline-block;
	margin: 5px 10px;
	text-decoration: none;
	color: rgb(5, 44, 101);
	font-size: 0.95rem;
}
.sitemap_bg {
	display: none;
}

.header_submenu_area {
	position: relative;
	background-color: #f2f6f7;
	margin-top: -500px;
	z-index: 9990;
	display: none;
}
.header_height {
	height: 80px;  /* 헤더의 높이 만큼 영역을 줌 */
}

@media (min-width: 992px) {
	.header {
		position: fixed;
		width: 100vw;
		z-index: 9999;
	}
	.header_main {
		position: relative;
		background-color: #ffffff;
		z-index: 9999;
	}
	.header_top {
		display:flex;
		justify-content: space-between;
		align-items: stretch;
		height: 100px;
	}
	.header_logo_wrap {
		display: inline-flex;
		align-items: center;
	}
	.header_logo_wrap img {
		width: auto;
	}
	.header_menu_wrap {
		display: inline-flex;
		align-items: center;
	}
	a.header_menu {
		display: inline-block;
		font-size: 1.1rem;
		text-decoration: none;
		padding: 5px;
		margin: 10px 15px;
		color: #000000;
		font-weight: 800;
	}
	a.header_menu:hover {
		color: #254daf;
	}
	.header_userinfo_wrap {
		basis: 220px;
		text-align: center;
		display: none;
		display: inline-flex;
		align-items: center;
	}
	.header_userinfo_wrap a {
		font-size: 0.85rem;
		color: #000000;
		font-weight: 700;
		text-decoration: none;
	}
	.header_userinfo_wrap span {
		color: #cccccc;
		font-size: 12px;
		display: inline-block;
		margin: 0 5px;
	}
	.header_sitemap_icon_wrap {
		display: inline-flex;
		align-items: center;
		padding-bottom: 1px;
		padding-right: 7px;
	}
	.header_sitemap_icon_wrap i {
		font-size: 25px;
	}
	.mobile_menu_bg {
		display: none;
	}

	.sitemap_open {
		cursor: pointer;
	}
	.sitemap_bg {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		padding: 30px;
		background-color: #0b2d86;
		display: block;
		display: none;
		z-index: 999999;
	}
	.sitemap_box {
		background-color: #0b2d86;
		padding:50px 40px 70px 60px;
	}
	.sitemap_container {
		display: flex;
		justify-content: space-between;
	}
	.sitemap_container a:hover {
		text-decoration: underline !important;
	}
	.sitemap_col {
	}
	.sitemap_col.border_left {
		border-left: 1px solid #3a57a7;
	}
	.sitemap_col.padding_left {
		padding-left: 30px;
	}
	.sitemap_col h3 {
		color: #f2ef00;
		font-size: 23px;
		font-weight: 700;
		margin-bottom: 15px;
	}
	.sitemap_col .submenu {
		margin-bottom: 50px;
	}
	.sitemap_col .submenu a {
		font-size: 18px;
		color: #ffffff;
		text-decoration: none;
	}
	.sitemap_col .subsubmenu {
		margin-top: 5px;
		margin-bottom: 16px;
	}
	.sitemap_col .subsubmenu a {
		font-size: 16px;
		color: #7cc7da;
	}
	.sitemap_close {
		display:inline-block;
		color: #ffffff;
		font-size: 27px;
		cursor: pointer;
		margin-top: -20px;
	}

	.header_submenu_area {
		display: block;
	}

	.header_submenu_pos {
		width: 0;
		height: 0;
	}
	.header_submenu_wrap {
		position: fixed;
		left:0;
		top: -500px;
		width: 100vw;
		height: 240px;
		background-color: #f2f6f7;
		border-top: 1px solid #e3e3e3;
		padding: 24px 0 48px 0;
		display: block;
		z-index: 99999999999;
	}

	.header_submenu_container {
	}
	.header_submenu_qr {
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
	.header_qr_img {
		position:absolute;
		top: 0;
		left: -90px;
	}
	.header_submenu_qr_title {
		font-size: 22px;
		font-weight: 700;
	}
	.header_submenu_qr_text {
		font-size: 16px;
		margin-top: 4px;
	}
	a.header_submenu_qr_install {
		display: inline-block;
		font-size: 15px;
		font-weight: 800;
		height: 30px;
		line-height: 30px;
		color: #ffffff;
		background-color: #254daf;
		border-radius: 14px;
		padding: 0 15px;
		text-decoration: none;
		margin-top: 6px;
	}
	.header_submenu_block {
		display: inline-block;
	}
	.header_submenu_group {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		display: inline-block;
		vertical-align: top;
		padding-top: 24px;
		padding-left: 8px;
		border-left: 1px solid #e5e7e7;
	}
	.header_submenu {
		margin: 3px 0;
	}
	.header_submenu a {
		font-size: 14px;
		text-decoration: none;
		color: #000000;
	}
	.header_submenu a:hover {
		color: #254daf;
		font-weight: 800;
	}
	.header_height {
		height: 110px;  /* 헤더의 높이 만큼 영역을 줌 */
	}
}

@media (min-width: 1400px) {
	.header {
		position: fixed;
		width: 100vw;
		display: block;
	}
	.header_main {
		position: relative;
		background-color: #ffffff;
	}
	.header_top {
		display:flex;
		justify-content: space-between;
		align-items: stretch;
		height: 100px;
	}
	.header_logo_wrap {
		display: inline-flex;
		align-items: center;
	}
	.header_logo_wrap img {
		width: auto;
	}
	.header_menu_wrap {
		display: inline-block;
		align-self: stretch;
	}
	.header_menu_area {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	a.header_menu {
		display: inline-block;
		font-size: 1.1rem;
		text-decoration: none;
		padding: 10px;
		margin: 10px 20px;
		color: #000000;
		font-weight: 800;
	}
	a.header_menu:hover {
		color: #254daf;
	}
	.header_userinfo_wrap {
		basis: 220px;
		text-align: center;
		display: inline-flex;
		align-items: center;
	}
	.header_userinfo_wrap a {
		font-size: 0.9rem;
		color: #000000;
		font-weight: 700;
		text-decoration: none;
	}
	.header_userinfo_wrap span {
		color: #cccccc;
		font-size: 12px;
		display: inline-block;
		margin: 0 5px;
	}
	.header_sitemap_icon_wrap {
		display: inline-flex;
		align-items: center;
		padding-bottom: 1px;
		padding-right: 7px;
	}
	.header_sitemap_icon_wrap i {
		font-size: 25px;
	}
	.mobile_menu_bg {
		display: none;
	}

	.sitemap_open {
		cursor: pointer;
	}
	.sitemap_bg {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		padding: 30px;
		background-color: #0b2d86;
		display: block;
		display: none;
		z-index: 999999;
	}
	.sitemap_box {
		background-color: #0b2d86;
		padding:50px 40px 70px 100px;
	}
	.sitemap_container {
		display: flex;
		justify-content: space-between;
	}
	.sitemap_container a:hover {
		text-decoration: underline !important;
	}
	.sitemap_col {
	}
	.sitemap_col.border_left {
		border-left: 1px solid #3a57a7;
	}
	.sitemap_col.padding_left {
		padding-left: 50px;
	}
	.sitemap_col h3 {
		color: #f2ef00;
		font-size: 23px;
		font-weight: 700;
		margin-bottom: 15px;
	}
	.sitemap_col .submenu {
		margin-bottom: 50px;
	}
	.sitemap_col .submenu a {
		font-size: 18px;
		color: #ffffff;
		text-decoration: none;
	}
	.sitemap_col .subsubmenu {
		margin-top: 5px;
		margin-bottom: 16px;
	}
	.sitemap_col .subsubmenu a {
		font-size: 14px;
		color: #7cc7da;
	}
	.sitemap_close {
		display:inline-block;
		color: #ffffff;
		font-size: 27px;
		font-weight: bold;
		cursor: pointer;
		margin-top: -50px;
	}

	/*
	.header_submenu_area {
		position: relative;
		background-color: #f2f6f7;
		border-top: 1px solid #e3e3e3;
		margin-top: -500px;
		padding: 24px 0 48px 0;
		z-index: 9990;
		display: block;
	}
	*/

	.header_submenu_pos {
		width: 0;
		height: 0;
	}
	.header_submenu_wrap {
		position: fixed;
		left:0;
		top: -500px;
		width: 100vw;
		height: 240px;
		background-color: #f2f6f7;
		border-top: 1px solid #e3e3e3;
		padding: 24px 0 48px 0;
		display: block;
		z-index: 10;
	}

	.header_submenu_container {
	}
	.header_submenu_qr {
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
	.header_qr_img {
		position:absolute;
		top: 0;
		left: -90px;
	}
	.header_submenu_qr_title {
		font-size: 18px;
		font-weight: 700;
	}
	.header_submenu_qr_text {
		font-size: 14px;
		margin-top: 4px;
	}
	a.header_submenu_qr_install {
		display: inline-block;
		font-size: 15px;
		font-weight: 800;
		height: 30px;
		line-height: 30px;
		color: #ffffff;
		background-color: #254daf;
		border-radius: 14px;
		padding: 0 15px;
		text-decoration: none;
		margin-top: 6px;
	}
	.header_submenu_block {
		display: inline-block;
	}
	.header_submenu_group {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		display: inline-block;
		vertical-align: top;
		padding-top: 18px;
		padding-left: 8px;
		border-left: 1px solid #e5e7e7;
	}
	.header_submenu {
		margin: 3px 0;
		max-width: none;
	}
	.header_submenu a {
		font-size: 15px;
		text-decoration: none;
		color: #000000;
	}
	.header_submenu a:hover {
		color: #254daf;
		font-weight: 800;
	}
	.header_height {
		height: 110px;  /* 헤더의 높이 만큼 영역을 줌 */
	}
}

/* 본문 영역 */
.content_body {
	min-height: 300px;
}
@media (min-width: 992px) {
	.content_body {
		min-height: 500px;
	}
}
@media (min-width: 1400px) {
	.content_body {
		min-height: 500px;
	}
}



/** _site_tail.php **/

.tail_top_margin {
	height: 100px;
	background-color: #ffffff;
}
.tail_reservation_section {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	padding-bottom: 5px;
	z-index: 99;
}
.elFixed {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
}

.tail_reservation_area {
	background-color: #1853a2;
	border-radius: 10px;
	padding: 30px 40px;
}
.tail_reservation_title {
	margin-right: 20px;
	margin-bottom: 10px;
}
.tail_reservation_right {
}
.tail_reservation_inputs {
	display: block;
}
.tail_reservation_name {
	margin-right: 20px;
	margin-bottom: 10px;
}
.tail_reservation_phone {
	margin-right: 20px;
	margin-bottom: 20px;
}
.tail_reservation_agree {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 15px;
}

.tail_res_title {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}
.tail_res_tel {
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}
.tail_res_text {
	font-size: 16px;
	color: #b5caff;
	margin: 0;
}
.tail_input_title {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin-right: 12px;
}
.tail_res_name {
	border: 1px solid  #b8ccff;
	background-color: #ffffff;
	width: 100%;
	height: 50px;
	padding-left: 15px;
	font-size: 24px;
}
.tail_res_phone {
	border: 1px solid  #b8ccff;
	background-color: #ffffff;
	width: 70px;
	height: 38px;
	text-align: center;
	font-size: 20px;
}
.tail_res_tel_bar {
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	margin: 0 3px;
}
.tail_res_submit {
	display: block;
	background-color: #00bbf2;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	border: 0;
	width: 100%;
	max-width: 220px;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	margin-top: 0;
}
.tail_res_agree {
	display: inline-block;
	border: 0;
	width: 14px;
	height: 14px;
}
.tail_res_privacy_agree_text {
	font-size: 14px;
	color: #ffffff;
	vertical-align: bottom;
}
.tail_res_privacy_agree_detail {
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	color: #ffffff;
	text-decoration: none;
	margin-left: 22px;
	vertical-align: bottom;
}
.tail_res_privacy_agree_detail i {
	font-size: 9px;
}

.tail_ban_section {
	border-top: 1px solid #d9d9d9;
	background-color: #ffffff;
}
.tail_ban_area {
	height: 110px;
}

.tail_info_area {
	background-color: #33353a;
	padding: 35px 0 40px 0;
	color: #b8bcc4;
}
.tail_quick_area {
	margin-bottom: 20px;
}
.tail_quick_area a {
	color: #b8bcc4;
	text-decoration: none;
}
.tail_quick_area a.tail_quick_privacy {
	font-weight: 700;
	color: #ffffff;
}
.tail_info_area .divider {
	display: inline-block;
	margin: 0 10px;
	color: #646464;
}
.tail_tel_title {
	font-size: 22px;
	color: #ffffff;
}
.tail_tel {
	font-size: 22px;
	color: #36c0f9;
}

/* mobile bottom fixed section */
.mobile_fixed_section {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #ffd553;
	border-top: 1px solid #000000;
	z-index: 1;
}
.mfs_box {
	height: 50px;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
}
.mfs_box:not(last-child) {
	border-right: 1px solid #000000;
}
.mfs_icon {
	margin-right: 7px;
}

/* floation_menu */
.floating_section {
	display: none;
}

@keyframes bottomSlideUp {
	from {
		bottom: -400px;
	}
	to {
		bottom: 0;
	}
}

@keyframes bottomSlideDown {
	from {
		bottom: 0;
	}
	to {
		bottom: -400px;
	}
}

@media (min-width: 992px) {

	.tail_top_margin {
		height: 100px;
		background-color: #ffffff;
	}
	.tail_reservation_section {
		position: relative;
		left: 0;
		right: 0;
		bottom: auto;
		padding-bottom: 5px;
		z-index: 99;
	}
	.elFixed {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		animation-name: bottomSlideUp;
		animation-duration: 0.3s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
	}
	.elRelative {
		animation-name: bottomSlideDown;
		animation-duration: 0.3s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
	}

	.tail_reservation_area {
		background-color: #1853a2;
		border-radius: 12px;
		padding: 15px 35px;
		display: flex;
		align-items: center;
	}
	.tail_reservation_title {
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.tail_reservation_right {
		flex: 1 1 auto;
	}
	.tail_reservation_inputs {
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
	}
	.tail_reservation_name {
		margin-right: 20px;
		margin-bottom: 0;
	}
	.tail_reservation_phone {
		margin-right: 20px;
		margin-bottom: 0;
	}
	.tail_reservation_agree {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-top: 15px;
	}

	.tail_res_title {
		font-size: 18px;
		font-weight: 700;
		color: #ffffff;
		margin: 0;
		margin-right: 30px;
	}
	.tail_res_tel {
		font-size: 30px;
		font-weight: 700;
		color: #ffffff;
		margin: 0;
	}
	.tail_res_text {
		font-size: 16px;
		color: #b5caff;
		margin: 0;
	}
	.tail_input_title {
		display: inline-block;
		font-size: 16px;
		color: #ffffff;
		margin-right: 12px;
	}
	.tail_res_name {
		border: 1px solid  #b8ccff;
		background-color: #ffffff;
		width: 160px;
		height: 38px;
		padding-left: 12px;
		font-size: 20px;
	}
	.tail_res_phone {
		border: 1px solid  #b8ccff;
		background-color: #ffffff;
		width: 60px;
		height: 38px;
		text-align: center;
		font-size: 20px;
	}
	.tail_res_tel_bar {
		display: inline-block;
		color: #ffffff;
		font-weight: bold;
		margin: 0 3px;
	}
	.tail_res_submit {
		display: inline-block;
		background-color: #00bbf2;
		color: #ffffff;
		font-size: 18px;
		font-weight: 700;
		border: 0;
		width: 100%;
		min-width: 170px;
		max-width: 220px;
		height: 38px;
		line-height: 38px;
		padding: 0 20px;
		margin-top: 0;
	}
	.tail_res_agree {
		display: inline-block;
		border: 0;
		width: 15px;
		height: 15px;
	}
	.tail_res_privacy_agree_text {
		font-size: 15px;
		color: #ffffff;
		vertical-align: bottom;
	}
	.tail_res_privacy_agree_detail {
		display: inline-block;
		font-size: 13px;
		line-height: 13px;
		color: #ffffff;
		text-decoration: none;
		margin-left: 10px;
		vertical-align: bottom;
	}
	.tail_res_privacy_agree_detail i {
		font-size: 9px;
	}

	.tail_ban_section {
		border-top: 1px solid #d9d9d9;
		background-color: #ffffff;
	}
	.tail_ban_area {
		height: 110px;
	}

	.tail_info_area {
		background-color: #33353a;
		padding: 35px 0 40px 0;
		color: #b8bcc4;
	}
	.tail_quick_area {
		margin-bottom: 20px;
	}
	.tail_quick_area a {
		color: #b8bcc4;
		text-decoration: none;
	}
	.tail_quick_area a.tail_quick_privacy {
		font-weight: 700;
		color: #ffffff;
	}
	.tail_info_area .divider {
		display: inline-block;
		margin: 0 10px;
	}
	.tail_tel_title {
		font-size: 20px;
		color: #ffffff;
	}
	.tail_tel {
		font-size: 20px;
		color: #36c0f9;
	}


	/* floating_menu */
	.floating_section {
		display: block;
		position: absolute;
		top: 200px;
		right: 20px;
		z-index: 100;
	}
	.floating_container {
		text-align:center;
	}
	.floating_box {
		width: 74px;
		text-align: center;
		background-color: #ffffff;
		border: 1px solid #cccccc;
		border-radius: 37px;
		box-shadow: 0 0 2px 2px #dddddd;
		padding: 32px 0;
	}
	a.floating_item {
		display: inline-block;
		width: 100%;
		color: #000000;
		font-size: 13px;
		text-decoration: none;
		padding: 10px 0;
	}
	a.floating_item:hover {
		background-color: #3e69d2;
		color: #ffffff !important;
	}
	.floating_item_icon {
		font-size: 24px;
		line-height: 30px;
	}
	.floating_to_top {
		display: inline-block;
		text-align: center;
		width: 46px;
		height: 46px;
		background-color: #ffffff;
		border: 1px solid #cccccc;
		border-radius: 50%;
		box-shadow: 0 0 2px 2px #dddddd;
		margin-top: 7px;
		cursor: pointer;
	}
	.floating_to_top i {
		font-size: 44px;
		line-height: 50px;
	}

	/* left popover */
	.leftpop_pos {
		position: relative;
		height:0;
		width: 0;
	}
	.leftpop_box {
		position: absolute;
		top: -40px;
		left: -420px;
		width: 400px;
		background-color: #ffffff;
		border: 1px solid #b0b0b0;
		box-shadow: 0 0 1px 1px #dddddd;
		border-radius: 20px;
		text-align: left;
		padding: 30px 40px;
		display: inline-block;
		display: none;
	}
	.leftpop_top {
		display: flex;
		justify-content: space-between;
	}
	.leftpop_top_title {
		font-size: 20px;
		font-weight: 800;
		color: #254daf;
	}
	.leftpop_top_close {
		font-weight: 800;
		cursor: pointer;
	}
	.leftpop_arrow_area {
		text-align: right;
	}
	.leftpop_arrow_area img {
		margin-right: -52px;
	}
	.leftpop_form {
	}
	.leftpop_input_line {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px;
	}
	.leftpop_input .leftpop_res_name {
		border: 1px solid #dddddd;
		width: 263px;
		height: 40px;
		text-align: center;
	}
	.leftpop_input .leftpop_res_tel {
		border: 1px solid #dddddd;
		width: 80px;
		height: 40px;
		text-align: center;
	}
	.leftpop_res_policy_wrap {
		margin: 24px 0;
		font-size: 14px;
	}
	.leftpop_res_policy {
		width: 100%;
		height: 110px;
		border: 0;
		background-color: #f5f5f5;
		font-size: 14px;
		padding: 10px 14px;
		color: #7e7e7e;
	}
	.leftpop_res_agree {
	}
	.leftpop_res_text {
		font-size: 16px;
	}
	.leftpop_res_submit_button {
		font-size: 20px;
		font-weight: 800;
		color: #ffffff;
		border: 0;
		background-color: #3e69d2;
		display: block;
		width: 100%;
		height: 46px;
		border-radius: 23px;
		margin-top: 30px;
	}
}

@media (min-width: 1400px) {

	.tail_top_margin {
		height: 100px;
		background-color: #ffffff;
	}
	.tail_reservation_section {
		position: relative;
		left: 0;
		right: 0;
		bottom: auto;
		padding-bottom: 5px;
		z-index: 99;
	}
	.elFixed {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		animation-name: bottomSlideUp;
		animation-duration: 0.6s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
	}
	.elRelative {
		animation-name: bottomSlideDown;
		animation-duration: 0.6s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
	}

	.tail_reservation_area {
		background-color: #1853a2;
		border-radius: 12px;
		padding: 20px 46px;
		display: flex;
		align-items: center;
	}
	.tail_reservation_title {
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.tail_reservation_right {
		flex: 1 1 auto;
	}
	.tail_reservation_inputs {
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
	}
	.tail_reservation_name {
		margin-right: 40px;
		margin-bottom: 0;
	}
	.tail_reservation_phone {
		margin-right: 40px;
		margin-bottom: 0;
	}
	.tail_reservation_agree {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-top: 15px;
	}

	.tail_res_title {
		font-size: 18px;
		font-weight: 700;
		color: #ffffff;
		margin: 0;
		margin-right: 30px;
	}
	.tail_res_tel {
		font-size: 30px;
		font-weight: 700;
		color: #ffffff;
		margin: 0;
	}
	.tail_res_text {
		font-size: 16px;
		color: #b5caff;
		margin: 0;
	}
	.tail_input_title {
		display: inline-block;
		font-size: 16px;
		color: #ffffff;
		margin-right: 12px;
	}
	.tail_res_name {
		border: 1px solid  #b8ccff;
		background-color: #ffffff;
		width: 180px;
		height: 38px;
		padding-left: 12px;
		font-size: 20px;
	}
	.tail_res_phone {
		border: 1px solid  #b8ccff;
		background-color: #ffffff;
		width: 70px;
		height: 38px;
		text-align: center;
		font-size: 20px;
	}
	.tail_res_tel_bar {
		display: inline-block;
		color: #ffffff;
		font-weight: bold;
		margin: 0 3px;
	}
	.tail_res_submit {
		display: inline-block;
		background-color: #00bbf2;
		color: #ffffff;
		font-size: 20px;
		font-weight: 700;
		border: 0;
		width: 100%;
		max-width: 220px;
		height: 38px;
		line-height: 38px;
		padding: 0 20px;
		margin-top: 0;
	}
	.tail_res_agree {
		display: inline-block;
		border: 0;
		width: 15px;
		height: 15px;
	}
	.tail_res_privacy_agree_text {
		font-size: 15px;
		line-height: 15px;
		color: #ffffff;
		vertical-align: bottom;
	}
	.tail_res_privacy_agree_detail {
		display: inline-block;
		font-size: 13px;
		line-height: 13px;
		color: #ffffff;
		text-decoration: none;
		margin-left: 10px;
		vertical-align: bottom;
	}
	.tail_res_privacy_agree_detail i {
		font-size: 9px;
	}

	.tail_ban_section {
		border-top: 1px solid #d9d9d9;
		background-color: #ffffff;
	}
	.tail_ban_area {
		height: 110px;
	}

	.tail_info_area {
		background-color: #33353a;
		padding: 35px 0 40px 0;
		color: #b8bcc4;
	}
	.tail_quick_area {
		margin-bottom: 20px;
	}
	.tail_quick_area a {
		color: #b8bcc4;
		text-decoration: none;
	}
	.tail_quick_area a.tail_quick_privacy {
		font-weight: 700;
		color: #ffffff;
	}
	.tail_info_area .divider {
		display: inline-block;
		margin: 0 10px;
		color: #646464;
	}
	.tail_tel_title {
		font-size: 20px;
		color: #ffffff;
	}
	.tail_tel {
		font-size: 20px;
		color: #36c0f9;
	}


	/* floation_menu */
	.floating_section {
		display: block;
		position: absolute;
		top: 200px;
		right: 20px;
		z-index: 100;
	}
	.floating_container {
		text-align:center;
	}
	.floating_box {
		width: 74px;
		text-align: center;
		background-color: #ffffff;
		border: 1px solid #cccccc;
		border-radius: 37px;
		box-shadow: 0 0 2px 2px #dddddd;
		padding: 32px 0;
	}
	a.floating_item {
		display: inline-block;
		width: 100%;
		color: #000000;
		font-size: 13px;
		text-decoration: none;
		padding: 10px 0;
	}
	a.floating_item:hover {
		background-color: #3e69d2;
		color: #ffffff !important;
	}
	.floating_item_icon {
		font-size: 24px;
		line-height: 30px;
	}
	.floating_to_top {
		display: inline-block;
		text-align: center;
		width: 46px;
		height: 46px;
		background-color: #ffffff;
		border: 1px solid #cccccc;
		border-radius: 50%;
		box-shadow: 0 0 2px 2px #dddddd;
		margin-top: 7px;
		cursor: pointer;
	}
	.floating_to_top i {
		font-size: 44px;
		line-height: 50px;
	}

	/* left popover */
	.leftpop_pos {
		position: relative;
		height:0;
		width: 0;
	}
	.leftpop_box {
		position: absolute;
		top: -40px;
		left: -420px;
		width: 400px;
		background-color: #ffffff;
		border: 1px solid #b0b0b0;
		box-shadow: 0 0 1px 1px #dddddd;
		border-radius: 20px;
		text-align: left;
		padding: 30px 40px;
		display: inline-block;
		display: none;
	}
	.leftpop_top {
		display: flex;
		justify-content: space-between;
	}
	.leftpop_top_title {
		font-size: 20px;
		font-weight: 800;
		color: #254daf;
	}
	.leftpop_top_close {
		font-weight: 800;
		cursor: pointer; 
	}
	.leftpop_arrow_area {
		text-align: right;
	}
	.leftpop_arrow_area img {
		margin-right: -52px;
	}
	.leftpop_form {
	}
	.leftpop_input_line {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px;
	}
	.leftpop_input .leftpop_res_name {
		border: 1px solid #dddddd;
		width: 263px;
		height: 40px;
		text-align: center;
	}
	.leftpop_input .leftpop_res_tel {
		border: 1px solid #dddddd;
		width: 80px;
		height: 40px;
		text-align: center;
	}
	.leftpop_res_policy_wrap {
		margin: 24px 0;
		font-size: 14px;
	}
	.leftpop_res_policy {
		width: 100%;
		height: 110px;
		border: 0;
		background-color: #f5f5f5;
		font-size: 14px;
		padding: 10px 14px;
		color: #7e7e7e;
	}
	.leftpop_res_agree {
	}
	.leftpop_res_text {
		font-size: 16px;
	}
	.leftpop_res_submit_button {
		font-size: 20px;
		font-weight: 800;
		color: #ffffff;
		border: 0;
		background-color: #3e69d2;
		display: block;
		width: 100%;
		height: 46px;
		border-radius: 23px;
		margin-top: 30px;
	}
}



/* index.php */
/* mobile size */

.main_top_margin {
	position: relative;
	height: 100vh;
	z-index: -1;
}
.mobile_main_banner_section {
	padding: 50px 0;
	background-color: #ffffff;
}
.mmb_box {
	color: #000000;
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	display: flex;
	flex-direction: column-reverse;
	padding: 25px 10px;
}
.mmb_box:hover {
	color: #254daf;
}
.mmb_left {
}
.mmb_title {
	font-size: 1.1rem;
	font-weight: 800;
	margin-bottom: 10px;
	text-align: center;
}
.mmb_text {
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
}
.mmb_icon {
	font-size: 60px;
	text-align: center;
}

/* social channel */
.main_social_section {
	background-color: #ffffff;
	padding: 60px 0;
}
.main_social_top {
	text-align: center;
	margin-bottom: 30px;
}
.main_social_title {
	font-size: 36px;
	font-weight: 700;
}
.main_social_sub {
	text-align: center;
}
.main_social_text {
	display: none;
}
a.main_more_btn {
	display: inline-block;
	border: 1px solid #a1a1a1;
	border-radius: 18px;
	font-size: 16px;
	width: 110px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #254daf;
	text-decoration: none;
	font-weight: 800;
}
a.main_more_btn span {
	display: none;
}
.main_social_content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main_social_box {
	width: 48%;
	height: 255px;
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.main_social_box:nth-child(n+7) {
	display: none;
}
.main_social_image_wrap {
	display: inline-block;
	width: 100%;
	height: 180px;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.main_social_image_cover {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100px;
	background-image:  -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
	background-image:  -moz-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For Firefox (3.6 to 15) */
	background-image:  -o-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For old Opera (11.1 to 12.0) */
	background-image:  linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* Standard syntax; must be last */
	margin-top: -100px;
	display: inline-flex;
	align-items: flex-end;
	padding: 5px 10px;
	color: #ffffff;
	font-weight: bold;
}
.main_social_image_cover:hover {
	text-decoration: underline;
}

.main_social_tags {
	padding: 0 3px;
}
.main_social_tag {
	display: inline-block;
	padding: 4px 14px;
	color: #000000;
	background-color: #f1f1f1;
	border-radius: 15px;
	margin: 3px 2px;
	font-size: 0.85rem;
}

/* 고객 후기 */
.main_review_section {
	padding-bottom: 70px;
	background-color: #ffffff;
}
.main_review_top {
	margin-bottom: 30px;
}
.main_review_title {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	text-align: center;
}
.main_review_more_btn {
	text-align: center;
}
.main_review_content_wrap {
	background-color: #ebf0f5;
	padding: 30px 0;
	z-index: -1;
}
.main_review_content {
}
.main_review_left {
	margin-bottom: 15px;
}
.main_review_main_item {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.main_review_main_item_gradiant {
	width: 100%;
	height: 200px;
	margin-top: -200px;
	background-image:  -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
	background-image:  -moz-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For Firefox (3.6 to 15) */
	background-image:  -o-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For old Opera (11.1 to 12.0) */
	background-image:  linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* Standard syntax; must be last */
}
.main_review_main_item_title {
	width: 100%;
	height: 395px;
	margin-top: -395px;
	display: flex;
	align-items: end;
	padding: 20px 30px;
	font-size: 32px;
	line-height: 130%;
	font-weight: 800;
	color: #ffffff;
}
.main_review_items {
}
.main_review_item {
	display: flex;
	margin-bottom: 10px;
	text-decoration: none;
}
.main_review_item:hover {
	text-decoration: underline;
}
.main_review_item_image {
	display: inline-block;
	background-color: #f0f0f0;
	height: 100px;
	width: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	flex: 0 0 150px;
}
.main_review_item_image img {
	height: 100px;
}
.main_review_item_content {
	display: inline-flex;
	flex-direction: column;
	margin-left: 10px;
	justify-content: center;
	align-items: flex-start;
}
.main_review_item_cate {
	color: #eea501;
	font-weight: 700;
}
.main_review_item_title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #000000;
}
.main_review_item_text {
	font-size: 1rem;
	font-weight: 700;
	color: #686868;
}

.find_load_button {
	border: 1px solid #000000;
	background-color: #ffffff;
	border-radius: 10px;
	margin-top: 15px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
}
.icon_circle {
	background-color: black;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.icon_circle i {
	color: #ffffff;
	font-size: 12px;
}

/* 메인 공지사항 - 모바일 크기 */
.main_notice_section {
	background-color: #ffffff;
	padding: 10px 0;
}
.main_notice_top {
	margin-bottom: 25px;

	text-align: center;
	margin-bottom: 50px;

	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}
.main_notice_content {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100%, auto));
	row-gap: 10px;
	column-gap: 10px;
	gap: 10px;
}
.main_notice_box {
	width: 100%;
	border: 1px solid #d9d9d9;
	padding: 20px 12px;
	margin: 4px;
}
@keyframes box-ani-shadow {
	from {
		box-shadow: none;
	}
	to {
		box-shadow: 0 0 2px 2px #eeeeee;
	}
}
.main_notice_box:hover {
	/* box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.25); */
	animation-duration: 0.3s;
	animation-name: box-ani-shadow;
	animation-fill-mode: forwards;
}
.main_notice_box_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.main_notice_box_top_category {
	width: 96px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background-color: #eeeeee;
	border-radius: 18px;
	font-weight: 700;
}
.main_notice_box_top_date {
	font-size: 18px;
}
a.main_notice_box_content {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	display: inline-block;
	padding-left: 5px;
}
a.main_notice_box_content:hover {
	text-decoration: underline;
}

@media (min-width: 992px) {
	.main_top_margin {
		position: relative;
		height: 100vh;
		z-index: -1;
	}
	.main_social_section {
		padding: 120px 0;
		background-color: #ffffff;
	}
	.main_social_top {
		margin-bottom: 40px;
		text-align: left;
	}
	.main_social_title {
		font-size: 40px;
		font-weight: 700;
	}
	.main_social_sub {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.main_social_text {
		display: inline-block;
		font-size: 18px;
	}
	a.main_more_btn {
		border: 1px solid #a1a1a1;
		border-radius: 21px;
		width: 130px;
		height: 43px;
		text-align: center;
		line-height: 43px;
		color: #254daf;
		text-decoration: none;
		font-weight: 800;
	}
	a.main_more_btn span {
		display: inline;
	}
	.main_social_content {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.main_social_box {
		width: 24%;
		max-width: 372px;
		height: 354px;
		border: 1px solid #dbdbdb;
		border-radius: 10px;
		overflow: hidden;
		margin-bottom: 44px;
	}
	.main_social_box:nth-child(n+7) {
		display: block;
	}
	.main_social_image_wrap {
		display: inline-block;
		width: 100%;
		height: 240px;
		background-color: #f0f0f0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	.main_social_image_cover {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 35%;
		background-image:  -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
		background-image:  -moz-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For Firefox (3.6 to 15) */
		background-image:  -o-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For old Opera (11.1 to 12.0) */
		background-image:  linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* Standard syntax; must be last */
		display: inline-flex;
		align-items: flex-end;
		padding: 5px 10px;
		color: #ffffff;
		font-weight: bold;
		font-size: 18px;
	}
	.main_social_image_cover:hover {
		text-decoration: underline;
	}
	.main_social_tags {
		padding: 0 12px;
	}
	.main_social_tag {
		display: inline-block;
		padding: 8px 16px;
		color: #000000;
		background-color: #f1f1f1;
		border-radius: 20px;
		margin: 5px 3px;
		font-size: 1rem;
	}

	/* 고객 후기 */
	.main_review_section {
		padding-bottom: 110px;
		background-color: #ffffff;
	}
	.main_review_top {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin-bottom: 30px;
	}
	.main_review_title {
		font-size: 40px;
		line-height: 40px;
		font-weight: 700;
	}
	.main_review_content_wrap {
		background-color: #ebf0f5;
		padding: 30px 0;
		height: 475px;
		z-index: -1;
	}
	.main_review_content {
		display: flex;
	}
	.main_review_left {
		margin-right: 15px;
		width: 55%;
		margin-bottom: 15px;
	}
	.main_review_main_item {
		width: 100%;
		height: 395px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.main_review_main_item_gradiant {
		width: 100%;
		height: 200px;
		margin-top: -200px;
		background-image:  -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
		background-image:  -moz-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For Firefox (3.6 to 15) */
		background-image:  -o-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For old Opera (11.1 to 12.0) */
		background-image:  linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* Standard syntax; must be last */
	}
	.main_review_main_item_title {
		width: 100%;
		height: 395px;
		margin-top: -395px;
		display: flex;
		align-items: end;
		padding: 40px 50px;
		font-size: 42px;
		line-height: 130%;
		font-weight: 800;
		color: #ffffff;
	}
	.main_review_items {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 395px;
	}
	.main_review_item {
		display: flex;
		margin-bottom: 10px;
		text-decoration: none;
	}
	.main_review_item:hover {
		text-decoration: underline;
	}
	.main_review_item_image {
		display: inline-block;
		background-color: #f0f0f0;
		height: 120px;
		width: 180px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		flex: 0 0 180px;
	}
	.main_review_item_image img {
		height: 120px;
	}
	.main_review_item_content {
		display: inline-flex;
		flex-direction: column;
		margin-left: 10px;
		justify-content: center;
		align-items: flex-start;
	}
	.main_review_item_cate {
		color: #eea501;
		font-weight: 700;
	}
	.main_review_item_title {
		font-size: 22px;
		font-weight: 700;
		color: #000000;
	}
	.main_review_item_text {
		font-size: 16px;
		font-weight: 700;
		color: #686868;
	}

	.find_load_button {
		border: 1px solid #000000;
		background-color: #ffffff;
		border-radius: 10px;
		margin-top: 15px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 22px;
	}
	.icon_circle {
		background-color: black;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}
	.icon_circle i {
		color: #ffffff;
		font-size: 12px;
	}

	/* 메인 공지사항 - 중간 크기 */
	.main_notice_section {
		background-color: #ffffff;
	}
	.main_notice_top {
		text-align: center;
		margin-bottom: 50px;

		font-size: 40px;
		line-height: 40px;
		font-weight: 700;
	}
	.main_notice_content {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(33.33%, auto));
		row-gap: 20px;
		column-gap: 20px;
		gap: 20px;
	}
	.main_notice_box {
		width: 100%;
		height: 180px;
		border: 1px solid #d9d9d9;
		padding: 20px 12px;
		margin: 4px;
	}
	@keyframes box-ani-shadow {
		from {
			box-shadow: none;
		}
		to {
			box-shadow: 0 0 2px 2px #eeeeee;
		}
	}
	.main_notice_box:hover {
		/* box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.25); */
		animation-duration: 0.3s;
		animation-name: box-ani-shadow;
		animation-fill-mode: forwards;
	}
	.main_notice_box_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 30px;
	}
	.main_notice_box_top_category {
		width: 96px;
		height: 36px;
		text-align: center;
		line-height: 36px;
		background-color: #eeeeee;
		border-radius: 18px;
		font-weight: 700;
	}
	.main_notice_box_top_date {
		font-size: 18px;
	}
	a.main_notice_box_content {
		font-size: 16px;
		color: #000000;
		text-decoration: none;
		display: inline-block;
		padding-left: 5px;
	}
	a.main_notice_box_content:hover {
		text-decoration: underline;
	}
}

@media (min-width: 1400px) {
	.main_top_margin {
		position: relative;
		height: 100vh;
		z-index: -10;
	}
	.main_content_wrap {
		z-index: 0;
	}
	.main_social_section {
		padding-bottom: 100px;
		background-color: #ffffff;
	}
	.main_social_top {
		margin-bottom: 40px;
		text-align: left;
	}
	.main_social_title {
		font-size: 40px;
		font-weight: 700;
	}
	.main_social_sub {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.main_social_text {
		display: inline-block;
		font-size: 18px;
	}
	a.main_more_btn {
		border: 1px solid #a1a1a1;
		border-radius: 21px;
		width: 130px;
		height: 43px;
		text-align: center;
		line-height: 43px;
		color: #254daf;
		text-decoration: none;
		font-weight: 800;
	}
	a.main_more_btn span {
		display: inline;
	}
	.main_social_content {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.main_social_box {
		width: 24%;
		max-width: 372px;
		height: 388px;
		border: 1px solid #dbdbdb;
		border-radius: 10px;
		overflow: hidden;
		margin-bottom: 44px;
	}
	.main_social_box:nth-child(n+7) {
		display: block;
	}
	.main_social_image_wrap {
		display: inline-block;
		width: 100%;
		height: 270px;
		background-color: #f0f0f0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	.main_social_image_cover {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 35%;
		background-image:  -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
		background-image:  -moz-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For Firefox (3.6 to 15) */
		background-image:  -o-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For old Opera (11.1 to 12.0) */
		background-image:  linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* Standard syntax; must be last */
		display: inline-flex;
		align-items: flex-end;
		padding: 5px 10px;
		color: #ffffff;
		font-weight: bold;
		font-size: 18px;
	}
	.main_social_image_cover:hover {
		text-decoration: underline;
	}
	.main_social_tags {
		padding: 0 12px;
	}
	.main_social_tag {
		display: inline-block;
		padding: 8px 16px;
		color: #000000;
		background-color: #f1f1f1;
		border-radius: 20px;
		margin: 5px 3px;
		font-size: 1rem;
	}

	.main_review_section {
		padding-bottom: 110px;
	}
	.main_review_top {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin-bottom: 30px;
	}
	.main_review_title {
		font-size: 40px;
		line-height: 40px;
		font-weight: 700;
	}
	.main_review_content_wrap {
		background-color: #ebf0f5;
		padding: 30px 0;
		height: 460px;
		z-index: -1;
	}
	.main_review_content {
		display: flex;
	}
	.main_review_left {
		width: 700px;
		margin-right: 30px;
		margin-bottom: 0;
	}
	.main_review_main_item {
		width: 700px;
		height: 400px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.main_review_main_item_gradiant {
		width: 700px;
		height: 200px;
		margin-top: -200px;
		background-image:  -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
		background-image:  -moz-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For Firefox (3.6 to 15) */
		background-image:  -o-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* For old Opera (11.1 to 12.0) */
		background-image:  linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* Standard syntax; must be last */
	}
	.main_review_main_item_title {
		width: 700px;
		height: 400px;
		margin-top: -400px;
		display: flex;
		align-items: end;
		padding: 30px 40px;
		font-size: 40px;
		line-height: 130%;
		font-weight: 800;
		color: #ffffff;
	}
	.main_review_items {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}
	a.main_review_item {
		display: flex;
		margin-bottom: 10px;
		text-decoration: none;
	}
	.main_review_item:hover {
		text-decoration: underline;
	}
	.main_review_item_image {
		display: inline-block;
		background-color: #f0f0f0;
		height: 126px;
		width: 198px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		flex: 0 0 198px;
	}
	.main_review_item_image img {
		height: 126px;
	}
	.main_review_item_content {
		display: inline-flex;
		flex-direction: column;
		margin-left: 20px;
		justify-content: center;
		align-itmes: flex-start;
	}
	.main_review_item_cate {
		color: #eea501;
		font-weight: 700;
	}
	.main_review_item_title {
		font-size: 22px;
		font-weight: 700;
		color: #000000;
	}
	.main_review_item_text {
		font-size: 16px;
		font-weight: 700;
		color: #686868;
	}

	.find_load_button {
		border: 1px solid #000000;
		background-color: #ffffff;
		border-radius: 10px;
		margin-top: 15px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 22px;
	}
	.icon_circle {
		background-color: black;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}
	.icon_circle i {
		color: #ffffff;
		font-size: 12px;
	}

	.main_notice_section {
	}
	.main_notice_top {
		text-align: center;
		margin-bottom: 50px;

		font-size: 40px;
		line-height: 40px;
		font-weight: 700;
	}
	.main_notice_content {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(25%, auto));
		row-gap: 20px;
		column-gap: 20px;
		gap: 20px;

	}
	.main_notice_box {
		width: 100%;
		height: 200px;
		border: 1px solid #d9d9d9;
		padding: 20px 12px;
	}
	@keyframes box-ani-shadow {
		from {
			box-shadow: none;
		}
		to {
			box-shadow: 0 0 2px 2px #eeeeee;
		}
	}
	.main_notice_box:hover {
		/* box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.25); */
		animation-duration: 0.3s;
		animation-name: box-ani-shadow;
		animation-fill-mode: forwards;
	}
	.main_notice_box_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 30px;
	}
	.main_notice_box_top_category {
		width: 116px;
		height: 42px;
		text-align: center;
		line-height: 42px;
		background-color: #eeeeee;
		border-radius: 21px;
		font-weight: 700;
	}
	.main_notice_box_top_date {
		font-size: 18px;
	}
	a.main_notice_box_content {
		font-size: 18px;
		color: #000000;
		text-decoration: none;
		display: inline-block;
		padding-left: 5px;
	}
	a.main_notice_box_content:hover {
		text-decoration: underline;
	}
}


/* main slide 만 따로 설정함 */
.main_slide_section {
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
	height: auto;
	background-color: #f2f6f9;
}
.ynslide {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}
.mainimgtitle {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}
.mainimgsubject_sub {
	display: inline-block;
	font-size: 26px;
	line-height: 34px;
	padding: 15px 40px;
	color: #ffffff;
	font-weight: 800;
}
.slidenavi {
	position:absolute;
	top:87%;
	left:0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	z-index: 1;
}
.slidenavi a {
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	margin: 0 10px;
}
.overSlide {
	display: none;
}
/* 슬라이드 후 줌 인 */
@keyframes bangSlideZoomIn {
	from {
		scale: 1;
	}
	to
	{
		scale: 1.1;
	}
}
.bangSlideZoom {
	animation-name: bangSlideZoomIn;
	animation-duration: 6s;
	animation-fill-mode: forwards;
}
/* 마우스 오버시 부드럽게 animation */
@keyframes overSlideMouseOver {
	from {
		background-color: #09a6af;
		color: #ffffff;
	}
	to {
		background-color: #ffffff;
		color: #000000;
	}
}

@media(min-width: 992px) {
	.main_slide_section {
		position: relative;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: #f2f6f9;
	}
	.ynslide {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: 0;
	}
	.mainimgtitle {
		font-size: 20px;
		font-weight: 700;
		color: #ffffff;
	}
	.mainimgsubject_sub {
		display: inline-block;
		font-size: 50px;
		line-height: 65px;
		padding: 15px 40px;
		color: #ffffff;
		font-weight: 800;
	}
	.slidenavi {
		position:absolute;
		top:70%;
		left:0;
		width: 100%;
		text-align: center;
		color: #ffffff;
		font-size: 28px;
		z-index: 1;
	}
	.slidenavi a {
		color: #ffffff;
		display: inline-block;
		font-size: 20px;
		margin: 0 10px;
	}
	.overSlide {
		display: block;
		position: absolute;
		bottom:0;
		left: 0;
		right: 0;
		z-index: 0;
	}
	.main_slide_over_area {
		display: flex;
		justify-content: center;
	}
	.overslide_contact {
		flex: 1 1 auto;
		margin: 0 3px;
		width: 240px;
		height: 130px;
		background-color: #3e69d2;
		color: #ffffff;
		padding: 12px 20px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		display: flex;
		cursor: pointer;
	}
	.overslide_item {
		flex: 1 1 auto;
		margin: 0 3px;
		width: 240px;
		height: 130px;
		background-color: #09a6af;
		color: #ffffff;
		padding: 20px 20px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		display: flex;
		justify-content: space-between;
		cursor: pointer;
	}
	.overslide_reservation {
		flex: 1 1 auto;
		margin: 0 3px;
		width: 240px;
		height: 130px;
		background-color: #ffffff;
		color: #000000;
		padding: 20px 20px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		display: flex;
		justify-content: space-between;
		cursor: pointer;
	}
	.overslide_item:hover {
		animation-name: overSlideMouseOver;
		animation-duration: 0.5s;
		animation-fill-mode: forwards;
	}
	.overslide_title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.overslide_text {
		font-size: 14px;
	}
	.overslide_right i {
		font-size: 38px;
		margin-left: 5px;
	}
	.overslide_tel {
		font-size: 24px;
		line-height: 24px;
		font-weight: 800;
		margin-bottom: 5px;
	}
}
@media(min-width: 1400px) {
	.main_slide_section {
		position: relative;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: #f2f6f9;
	}
	.ynslide {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: 0;
	}
	.mainimgtitle {
		font-size: 22px;
		font-weight: 700;
		color: #ffffff;
	}
	.mainimgsubject_sub {
		display: inline-block;
		font-size: 50px;
		line-height: 65px;
		padding: 15px 40px;
		color: #ffffff;
		font-weight: 800;
	}
	.slidenavi {
		position:absolute;
		top:70%;
		left:0;
		width: 100%;
		text-align: center;
		color: #ffffff;
		font-size: 28px;
		z-index: 1;
	}
	.slidenavi a {
		color: #ffffff;
		display: inline-block;
		font-size: 20px;
		margin: 0 10px;
	}
	.overSlide {
		display: block;
		position: absolute;
		bottom:0;
		left: 0;
		right: 0;
		z-index: 0;
	}
	.main_slide_over_area {
		display: flex;
		justify-content: center;
	}
	.overslide_contact {
		flex: 1 1 auto;
		margin: 0 3px;
		width: 240px;
		height: 130px;
		background-color: #3e69d2;
		color: #ffffff;
		padding: 20px 20px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		display: flex;
		cursor: pointer;
	}
	.overslide_item {
		flex: 1 1 auto;
		margin: 0 3px;
		width: 240px;
		height: 130px;
		background-color: #09a6af;
		color: #ffffff;
		padding: 20px 20px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		display: flex;
		justify-content: space-between;
		cursor: pointer;
	}
	.overslide_reservation {
		flex: 1 1 auto;
		margin: 0 3px;
		width: 240px;
		height: 130px;
		background-color: #ffffff;
		color: #000000;
		padding: 20px 20px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		display: flex;
		justify-content: space-between;
		cursor: pointer;
	}
	.overslide_item:hover {
		animation-name: overSlideMouseOver;
		animation-duration: 0.5s;
	}
	.overslide_title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.overslide_text {
		font-size: 15px;
	}
	.overslide_right i {
		font-size: 44px;
		margin-left: 5px;
	}
	.overslide_tel {
		font-size: 24px;
		line-height: 24px;
		font-weight: 800;
		margin-bottom: 5px;
	}
}


/* pub/subnavi.inc.php */
.subnavi_section {
	display: none;
}
.subnavi_height {
	height: 0;
}

@media (min-width: 992px) {
	.subnavi_section {
		position: fixed;
		width: 100vw;
		background-color: #1853a2;
		top: 100px;
		z-index: 10;
	}
	.subnavi_area {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.subnavi_left {
		display: flex;
	}
	.subnavi_home a {
		display: inline-block;
		width: 43px;
		height: 43px;
		text-align:center;
		border-right: 1px solid #7c99e0;
		padding: 8px 12px;  /* 홈 아이콘 크기가 100%라서 여백으로 결정됨 */
		color: #fed700 !important;
	}
	.subnavi_step1_area {
		border-right: 1px solid #7c99e0;
	}
	.step1_title {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 160px;
		height: 43px;
		padding: 0 15px 0 20px;
		cursor: pointer;
	}
	.step1_current {
		font-size: 16px;
		color: #ffffff;
	}
	.step1_down {
		font-size: 16px;
		color: #fed700;
		cursor: pointer;
	}
	.step1_pos {
		position: relative;
		width: 160px;
		height: 0;
	}
	.step1_list {
		position: absolute;
		top: 0;
		width: 160px;
		border-right: 1px solid #0b2d86;
		border-bottom: 1px solid #0b2d86;
		border-left: 1px solid #0b2d86;
		background-color: #ffffff;
		padding: 10px 0;
		display: block;
		display: none;
	}
	.step1_item {
		padding: 0 20px;
	}
	.step1_item:hover {
		background-color: #f3f3f3;
	}
	.step1_item a {
		text-decoration: none;
		color: #000000;
		line-height: 36px;
	}
	.subnavi_step2_area {
		border-right: 1px solid #7c99e0;
	}
	.step2_title {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 200px;
		height: 43px;
		padding: 0 15px 0 20px;
		cursor: pointer;
	}
	.step2_current {
		font-size: 16px;
		color: #ffffff;
	}
	.step2_down {
		font-size: 16px;
		color: #fed700;
		cursor: pointer;
	}
	.step2_pos {
		position: relative;
		width: 200px;
		height: 0;
	}
	.step2_list {
		position: absolute;
		top: 0;
		width: 200px;
		border-right: 1px solid #0b2d86;
		border-bottom: 1px solid #0b2d86;
		border-left: 1px solid #0b2d86;
		background-color: #ffffff;
		padding: 12px 0;
		display: block;
		display: none;
	}
	.step2_item {
		padding: 0 25px;
	}
	.step2_item:hover {
		background-color: #f3f3f3;
	}
	.step2_item a {
		text-decoration: none;
		color: #000000;
		line-height: 36px;
	}
	.subnavi_right a {
		display: inline-block;
		margin: 0 8px;
	}
	.subnavi_right a img {
		height: 22px;
	}
	.subnavi_height {
		height: 43px;
	}
}

@media (min-width: 1400px) {
	.subnavi_section {
		top: 100px;
	}
}


/* 서브 페이지 공통 */
.subpage_title_area {
	margin-top: 90px;
	margin-bottom: 20px;
}
.subpage_title_container {
	text-align:center;
}
.subpage_title {
	font-size: 30px;
}
.subpage_title_text {
	font-size: 18px;
	padding: 0 30px;
	word-break: keep-all;
}
.subject_1 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 120%;
}
.subject_2 {
	font-size: 18px;
	font-weight: 700;
	color: #254daf;
	margin-bottom: 10px;
}


@media (max-width: 991.99px) {
	.bangtable_wrap {
		width: 100%;
		overflow-x: auto;
	}
}
@media (min-width: 900px) {
	.bangtable_wrap {
		width: 100%;
		overflow-x: initial;
	}
}
.bangtable {
	width: 100%;
	min-width: 600px;
	border-top: 1px solid #004c3f;
}
.bangtable > thead > tr > th {
	background-color: #f5f5f5;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	font-size: 16px;
	line-height: 160%;
	font-weight: 700;
	text-align: center;
	padding: 4px 0;
}
.bangtable > tbody > tr > th {
	background-color: #f5f5f5;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	font-size: 16px;
	line-height: 160%;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
}
.bangtable > tbody > tr > td {
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	font-size: 16px;
	line-height: 160%;
	padding: 5px 5px 5px 5px;
}
.border-right-none {
	border-right: 0 !important;
}

@media (min-width: 992px) {
	.subpage_title_area {
		margin-top: 180px;
		margin-bottom: 100px;
	}
	.subpage_title_container {
		text-align:center;
	}
	.subpage_title {
		font-size: 44px;
	}
	.subpage_title_text {
		font-size: 18px;
	}
	.subject_1 {
		font-size: 28px;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.subject_2 {
		font-size: 20px;
		font-weight: 700;
		color: #254daf;
		margin-bottom: 10px;
	}
	.bangtable {
		width: 100%;
		border-top: 1px solid #004c3f;
	}
	.bangtable > thead > tr > th {
		background-color: #f5f5f5;
		border-bottom: 1px solid #c9c9c9;
		border-right: 1px solid #c9c9c9;
		font-size: 18px;
		line-height: 30px;
		font-weight: 700;
		text-align: center;
		padding: 12px 0;
	}
	.bangtable > tbody > tr > td {
		border-bottom: 1px solid #c9c9c9;
		border-right: 1px solid #c9c9c9;
		font-size: 16px;
		line-height: 26px;
		padding: 8px 8px 8px 16px;
	}
	.border-right-none {
		border-right: 0 !important;
	}
}
@media (min-width: 1400px) {
	.subpage_title_area {
		margin-top: 180px;
		margin-bottom: 100px;
	}
	.subpage_title_container {
		text-align:center;
	}
	.subpage_title {
		font-size: 44px;
	}
	.subpage_title_text {
		font-size: 18px;
	}
	.subject_1 {
		font-size: 28px;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.subject_2 {
		font-size: 20px;
		font-weight: 700;
		color: #254daf;
		margin-bottom: 10px;
	}
	.bangtable {
		width: 100%;
		border-top: 1px solid #004c3f;
	}
	.bangtable > thead > tr > th {
		background-color: #f5f5f5;
		border-bottom: 1px solid #c9c9c9;
		border-right: 1px solid #c9c9c9;
		font-size: 18px;
		line-height: 30px;
		font-weight: 700;
		text-align: center;
		padding: 12px 0;
	}
	.bangtable > tbody > tr > td {
		border-bottom: 1px solid #c9c9c9;
		border-right: 1px solid #c9c9c9;
		font-size: 16px;
		line-height: 26px;
		padding: 8px 8px 8px 16px;
	}
	.border-right-none {
		border-right: 0 !important;
	}
}


/* 서브페이지 공통 */
.section_title {
	font-size: 24px;
	font-weight: 700;
	margin: 26px 8px 10px 0;
}
@media (min-width: 992px) {
	.section_title {
		font-size: 30px;
		font-weight: 700;
		margin: 32px 10px;
	}
}
@media (min-width: 1400px) {
	.section_title {
		font-size: 32px;
		font-weight: 700;
		margin: 40px 12px;
	}
}

/* 제목 텍스트 통일 */
@media (max-width: 991.98px) {
	.page_subject_1 {
		font-size: 20px;
		font-weight: 700;
	}
	.page_subject_2 {
		font-size: 18px;
		font-weight: 700;
	}
	.page_subject_3 {
		font-size: 16px;
		font-weight: 700;
	}
	.page_text {
		font-size: 14px;
		line-height: 160%;
	}
}
@media (min-width: 992px) {
	.page_subject_1 {
		font-size: 22px;
		font-weight: 700;
	}
	.page_subject_2 {
		font-size: 20px;
		font-weight: 700;
	}
	.page_subject_3 {
		font-size: 18px;
		font-weight: 700;
	}
	.page_text {
		font-size: 18px;
		line-height: 160%;
	}
}
@media (min-width: 1400px) {
	.page_subject_1 {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.page_subject_2 {
		font-size: 20px;
		font-weight: 700;
	}
	.page_subject_3 {
		font-size: 18px;
		font-weight: 700;
	}
	.page_text {
		font-size: 18px;
		line-height: 160%;
	}
}


/* find_id.php */
.find_id_title {
	margin: 48px 0;
	width: 100%;
	text-align: center;
}
.find_id_input_wrap {
	padding: 0 30px 20px 30px;
}
.find_id_input_wrap .form-control {
	height: 45px;
}
.find_id_btn {
	width: 80px;
}

/* find_id_proc.php */
.result_box {
	border: 1px solid #cccccc;
	text-align: center;
	padding: 40px 0;
	margin: 0 30px;
	background-color: #f8f8f8;
	font-size: 16px;
}
.result_box > div {
	margin-top: 20px;
}

/* find_pw.php */
.find_pw_title {
	margin: 48px 0;
}
.find_pw_input_wrap {
	padding: 0 30px 20px 30px;
}
.find_pw_input_wrap .form-control {
	height: 45px;
}
.find_pw_btn {
	width: 80px;
}