@charset "utf-8";
/* ================================================================== */
/* Name	: public.css
/* Script : Public CSS
/* Author : Design jungheaim
/* Date	: 2022-11-19
/* ================================================================== */


/* ----------------------------- */
/* font
/* ----------------------------- */
/*
@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'TmonMonsori';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
*/
/* ----------------------------- */
/* 리셋
/* ----------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	vertical-align: middle;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

body {
	background: #fff;
	color: #222;
	position: relative;
	font-family: 'RobotoR', 'Pretendard-Regular', 'malgun gothic', 맑은고딕, 'Dotum', 돋움, 'Arial', 'sans-serif';
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

input {
	height: 2.5rem;
	padding: 0 1rem;
	color: #606060;
	font-size: inherit;
	font-family: inherit;
	line-height: 2.5rem;
	/* border-radius: 0.5rem; */
	border: 1px solid #cccccc;
	background: #fff;
}

input[type="checkbox"],
input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-right: 1rem;
}

/*
input[type="date"] {
	background: transparent;
	border: none;
	vertical-align: middle;
	height: auto;
	line-height: initial;
}
*/

input::placeholder {
	color: #ccc;
}

select {
	height: 2.7rem;
	padding: 0 1rem;
	color: #222;
	font-size: inherit;
	font-family: inherit;
	line-height: 2.5rem;
	/* border-radius: 0.5rem; */
	border: 1px solid #cccccc;
	background: #fff;
	/* font-weight: 700; */
}

textarea {
	height: 2.5rem;
	padding: 0 1rem;
	color: #222;
	font-size: inherit;
	font-family: inherit;
	line-height: 2.5rem;
	border-radius: 8px;
	border: 1px solid #eaeaea;
	background: #fff;
}

/* ----------------------------- */
/* 공통 속성
/* ----------------------------- */
.txt_v {
	color: #e11837;
}

.mt50 {
	margin-top: 50px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt100 {
	margin-top: 100px;
}

.mb100 {
	margin-bottom: 100px;
}

.pt50 {
	padding-top: 50px;
}

.pt100 {
	padding-top: 100px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb100 {
	padding-bottom: 100px;
}

.btn_w {
	cursor: pointer;
	color: #222;
	padding: 10px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.8);
	/* font-weight: bold; */
}

.btn_v {
	/* cursor: pointer; */
	color: #fff;
	/* padding: 10px 20px; */
	/* border-radius: 10px; */
	background: #e11837;
	/* font-weight: bold; */
	/* font-size: 1rem; */
}

.btn_vw {
	/* cursor: pointer; */
	color: #e11837;
	/* padding: 10px 20px; */
	/* border-radius: 5px; */
	background: #eaddfe;
	/* font-weight: bold; */
	/* font-size: 1rem; */
}

.btn_g {
	/* cursor: pointer; */
	color: #777;
	/* padding: 10px 20px; */
	border-radius: 10px;
	/* background: #ced6e8; */
	/* font-weight: bold; */
	/* font-size: 1rem; */
}

.btn_vline {
	cursor: pointer;
	color: #e11837;
	padding: 1rem 2rem;
	/* border-radius: 10px; */
	background: #fff;
	font-weight: bold;
	font-size: 1rem;
	border: 1px solid #e11837;
}

.btn_y {
	cursor: pointer;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	background: #f8ad3d;
	font-weight: bold;
	font-size: 1rem;
}

.btn_p {
	cursor: pointer;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	background: #eb20d0;
	font-weight: bold;
	font-size: 1rem;
}

button .material-symbols-outlined {
	font-size: 1.6rem;
	vertical-align: sub;
}

.btn_gline {
	margin-left: auto;
	cursor: pointer;
	border: 1px solid #ced6e8;
	color: #222;
	padding: 8px;
	border-radius: 10px;
	background: #f2f4f9;
}

.btn_cicle {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	box-shadow: 0 5px 12px 0px rgb(0 0 0 / 6%);
	position: absolute;
}

.txt_gray {
	color: #ccc !important;
}

.txt_purple {
	color: #e11837 !important;
}

a {
	color: #000;
}

button {
	cursor: pointer;
}

/* ----------------------------- */
/* 공통 layout
/* ----------------------------- */
.container {
	width: 1136px;
	margin: 0 auto;
	display: block;
}

.sub_bg {
	background: #f5f4f4;
}

.main_tit {
	/* margin-bottom: 1rem; */
	font-size: 1.6rem;
	font-weight: 800;
}

.main_tit b {
	color: #e11837;
	border-bottom: 2px solid #e11837;
	padding-bottom: 5px;
}

.main_tit .material-symbols-outlined {
	font-size: 2rem;
}

.bg_w {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}

/* ----------------------------- */
/* 헤더
/* ----------------------------- */
.header {
	height: 100px;
	background: #fff;
	box-shadow: 0 8px 8px rgb(0 0 0 / 5%);
	border-bottom: 1px solid #eee
}

.head {
	width: 100%;
	display: flex;
	margin: 0 auto;
	position: relative;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.header_logo a {
	display: block;
	width: 162px;
	height: 42px;
	text-indent: -9999px;
	background: url('../img/layout/footer_logo.png') no-repeat;
}

header.main .header_logo a {
	background-image: url('../img/layout/header_logo.png');
}


.head .logo {
	display: inline-block;
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 99;
	width: 143px;
}

.head .logo img {
	width: 100%;
}

.head .head_menu {
	margin-left: auto;
	display: block;
}

.head .head_menu a {
	font-weight: normal;
}

.head .head_menu li {
	display: inline-block;
	padding: 0 20px;
	line-height: 100px;
}

/*모바일헤더*/
.head_m {
	width: 100%;
	display: none;
	margin: 0 auto;
	position: relative;
	height: 70px;
}

header.main .header_logo a {
	background-image: url('../img/layout/header_logo.png');
}

.head_m .logo {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 5px;
	z-index: 9;
	width: 140px;
	height: 32px;
	text-indent: -9999px;
	background: url('../img/layout/footer_logo.png') no-repeat;
	background-size: cover;
}

header.main .head_m .logo {
	background-image: url('../img/layout/header_logo.png');
}

.head_m .logo img {
	height: 100%;
}

.head_m .menu {
	position: absolute;
	top: 10px;
	right: 0;
	border-radius: 5px;
	color: #fff;
	/* color: #e11837; */
	background: none;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	min-width: auto;
	height: auto;
}

.head_m .menu span {
	font-size: 2rem;
}

.index_ad .menu {
	color: #fff;
}

/*모바일네비*/
.nav_m {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	padding: 0;
	width: 75%;
	max-width: 520px;
	height: 100%;
	background: #fff;
	z-index: 10;
}

.nav_m>ul {
	padding: 0;
}

.nav_m>ul>li>a {
	border-bottom: 1px solid #e1e1e1;
	padding: 1rem 1.5rem;
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
}

.nav_m .btn_vline {
	width: 100%;
	margin-bottom: 20px;
}

.nav_m>ul li h3 {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.nav_m>ul li .nav_ms {}

.nav_m>ul li .nav_ms a {
	display: block;
	padding: 2px 10px 2px 2px;
	font-size: 1rem;
	font-weight: 400;
	color: #3e4149;
	letter-spacing: 0;
}

.nav_m>ul li .nav_ms li {
	display: inline-block;
	margin-right: 10px;
}

.nav_m_close {
	position: absolute;
	top: 0;
	left: -45px;
	width: 40px;
	height: 40px;
	color: #fff;
	padding: 1rem;
	min-width: auto;
	z-index: 12;
}

.nav_m>ul>li>a.hasChild+ul {
	display: none;
	padding: 1rem;
	background: #ddd;
}

.nav_m>ul>li>a.hasChild.on+ul {
	display: block;
}

.mveiw {
	display: none;
}

/* ----------------------------- */
/* footer
/* ----------------------------- */
.footer {
	background: #513186;
	padding: 45px;
	color: #fff;
	font-size: 0.9rem;
}

.footer li {
	display: inline-block;
	padding: 0 10px;
}

.footer li:first-child {
	padding-left: 0;
}

.footer small {
	margin-top: 20px;
	display: block;
}

.ft_menu {
	display: flex;
}

.ft_menu li a {
	color: #fff;
}

.sns_wrap {
	margin-left: auto;
}

.sns_wrap a {
	margin-left: 10px;
	display: inline-block;
}


/*카드*/
.card {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 5px 12px 0px rgb(0 0 0 / 6%);
	display: inline-block;
	width: 96%;
	margin: 3% 2%;
}

.card .img {
	width: 100%;
	height: 260px;
	position: relative;

}

.card .img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.label_v {
	position: absolute;
	top: 0;
	right: 30px;
	background: #e11837;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 1rem;
	color: #fff;
}

.label_y {
	position: absolute;
	top: 0;
	right: 30px;
	background: #f8ad3d;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 1rem;
	color: #fff;
}

.label_p {
	position: absolute;
	top: 0;
	right: 30px;
	background: #eb20d0;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 1rem;
	color: #fff;
}

.label_v img {
	border-radius: 0 !important;
}

.htl {
	padding: 20px 25px;
}

.htl .name_wrap2 {
	display: flex;
}

.item_title {
	font-size: 1.4rem;
	font-weight: bold;
}

.wrap_star {
	margin-left: auto;
	display: inline-block;
	font-size: 0.8rem;
}

.wrap_star .material-symbols-outlined {
	vertical-align: sub;
	color: #ffb400;
	font-size: 1.2rem;
}

.wrap_star .material-symbols-outlined {
	font-variation-settings:
		'FILL' 1,
		'wght' 400,
		'GRAD' 0,
		'opsz' 48
}

.keyword {
	color: #777;
	font-size: 0.9rem;
	margin-top: 5px;
}

.discount {
	vertical-align: baseline;
	font-size: 0.875rem;
	color: #000000;
}

.cost {
	color: #999;
	text-decoration: line-through;
	font-weight: normal;
	margin-top: 40px;
}

.price {
	font-size: 1.5rem;
}

.price small {
	color: #777;
	font-size: 0.8rem;
}

.origin {
	color: #777;
	font-size: 0.8rem;
	text-decoration: line-through;
}

.review {
	font-size: 1rem;
	border-bottom: 1px solid #eee;
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.label_pass {
	background: #eadeff;
	color: #e11837;
	border-radius: 5px;
	display: inline-block;
	padding: 10px;
}

/*
.label_pass.pass_y {
	background: #f8ad3d;
	color:#fff;
}
.label_pass.pass_p {
	background: #eb20d0;
	color:#fff;
}
*/


/* ----------------------------- */
/* index
/* ----------------------------- */

.index_ad {
	background: url(../img/index_title.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	height: 750px;
}

.index_ad .head .head_menu a {
	color: #fff;
}

.index_ad_wrap {
	text-align: center;
	margin-top: 150px;
}

.index_ad_wrap .index_ad_tit {
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 40px;
}

.index_ad_wrap .index_ad_tit img {
	width: 100%;
	padding: 0 20px;
	max-width: 699px;
}

.index_ad_wrap .btn_w {
	color: #e11837;
	padding: 10px 7%;
	font-size: 1.1rem;
}

.index_banner {
	text-align: center;
}

.index_banner ul {}

.index_banner ul li {
	display: inline-block;
	width: 23.9%;
	margin-left: 1%;
}

.index_banner ul li:first-child {
	margin-left: 0;
}

.index_banner ul li a {
	display: inline-block;
	width: 100%;
}

.index_banner ul li a img {
	width: 100%;
}

.thmea_wrap li a {
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	height: 331px;
}

.thmea_wrap li b {
	font-size: 1.8rem;
	display: block;
	text-align: left;
	margin-top: 212px;
	text-shadow: -1px 0px 1px black;
}

.thmea_wrap li small {
	font-size: 1rem;
	display: block;
	text-align: left;
}

.thmea01 {
	background: url(../img/index_banner01.png) no-repeat;
	background-position: center;
	background-size: cover;

}

.thmea02 {
	background: url(../img/index_banner02.png) no-repeat;
	background-position: center;
	background-size: cover;
}

.thmea03 {
	background: url(../img/index_banner03.png) no-repeat;
	background-position: center;
	background-size: cover;
}

.thmea04 {
	background: url(../img/index_banner04.png) no-repeat;
	background-position: center;
	background-size: cover;
}


/**231114 수정**/
.carousel-control-prev-icon {
    height: 4rem!important;
		width: 4rem!important;
}
.carousel-control-next-icon {
	height: 4rem!important;
	width: 4rem!important;
}

.class_category li {
	cursor: pointer;
}
.class_category li button  {
text-align: center;
}
.class_category li button span  {
	vertical-align:baseline;
}

.class_category .active  {
	background: #e11837!important;
	color:#fff!important;
	border: 1px solid #e11837!important;
}
.class_category .main_keyword_tag  {
	border-radius: 0!important;
}

/*페이지네이션*/

.page-link {
	color:#666!important;
	height: 3rem!important;
	min-width: auto!important;
	padding:0 1rem ;
	border-radius: 0!important;
	width: 54px;
}

.page-link svg {
	vertical-align: middle;
}

.active>.page-link, .page-link.active {
	background: #e11837!important;
	color:#fff!important;
	border: 1px solid #e11837!important;
}






/*추천숙소*/
.recommend_wrap {
	background: url(../img/submain01.png) no-repeat;
	background-position: left;
	background-size: auto;
	height: 616px;
	padding-top: 88px;
	display: flex;
}

.recommend_wrap .fl {
	margin: 60px 116px 0 40px;
}

.recommend_wrap .fl .main_tit {
	color: #fff;
}

.recommend_wrap .fl .btn_key li {
	margin-bottom: 15px;
}

.recommend_wrap .fl .btn_key button {
	line-height: 26px;
	font-size: 1rem;
	padding: 10px 20px;
}

.recommend_wrap .fr li {
	display: inline-block;
	margin-left: 10px;
	max-width: 346px;
}

/*리뷰이용후기*/
.cummnuity {
	background: #e9e2f2;
	text-align: center;
	padding: 50px 0;
}

.review_list {
	position: relative;
}

.arr_l {
	position: absolute;
	top: 169px;
	left: -25px;
	z-index: 99;
}

.arr_r {
	position: absolute;
	top: 169px;
	right: -25px;
	z-index: 99;
}

.review_list li {
	display: inline-block;
	width: 33%;
}

.review_list li .item_title {
	font-size: 1rem !important;
}

/*태그*/
.tag_warp {
	text-align: center;
}

.tag_list li {
	width: 24%;
	display: inline-block;
}

.tag_list li a {
	width: 253px;
	height: 253px;
	display: inline-block;
	color: #fff;
	background-size: 87%;
	background-position: center;
}

.tag_list li a strong {
	font-size: 1.5rem;
	display: block;
}

.tag_list li a p {
	font-size: 1.2rem;
	margin-top: 10px;
}

.tag01 {
	background: url(../img/tag01.png) no-repeat;
}

.tag02 {
	background: url(../img/tag02.png) no-repeat;
}

.tag03 {
	background: url(../img/tag03.png) no-repeat;
}

.tag04 {
	background: url(../img/tag04.png) no-repeat;
}

/*파트너배너*/
.pt_banner {
	background: url(../img/banner.png) no-repeat;
	background-size: auto;
	background-position: center;
}

.pt_banner div {
	margin-left: 50%;
	width: 50%;
	padding: 50px;
	display: inline-block;
	color: #fff;
	background: #8d51efde;
}

.pt_banner p {
	margin: 10px 0;
}

.pt_banner .btn_w {
	color: #e11837;
	font-size: 1rem;
	padding: 10px 20px;
}

/*주요서비스*/
.service_wrap li {
	width: 32%;
	margin-left: 1%;
	display: inline-block;
}

.service_wrap li a {
	width: 100%;
	height: auto;
	color: #fff;
	display: inline-block;
	border-radius: 10px;
	padding: 35px 25px;
}

.stap01 {
	background: #27539f;
}

.stap02 {
	background: #aa86e6;
}

.stap03 {
	background: #e47daa;
}

.service_wrap li:first-child {
	margin-left: 0;
}

.service_wrap .tap_l {
	width: 78%;
	display: inline-block;
}

.service_wrap .tap_l h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.service_wrap .tap_l p {
	font-size: 0.9rem;
}

.service_wrap .tap_r {
	width: 20%;
	font-size: 2.5rem;
	display: inline-block;
}

/* ----------------------------- */
/* 서브_객실상세
/* ----------------------------- */
.room_wrap {
	display: flex;
	background: #fff;
}

.room_wrap .fl {
	width: 50%;
	height: 354px;
	position: relative;
	display: inline-block;
}

.room_wrap .fl img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.pic_list {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #000000b0;
	color: #eee;
	border-radius: 10px;
	padding: 10px;
}

.room_wrap .fr {
	padding: 20px 20px 20px 50px;
	display: inline-block;
	vertical-align: top;
	min-width: 400px;
	width: 49%;
}


.room_wrap .fr .wrap_star {
	display: inline-block;
}

.room_wrap .fr .item_title {
	margin-top: 30px;
}

.room_wrap .fr .adr {
	margin-top: 5px;
	color: #999;
	font-size: 0.9rem;
}

.room_wrap .fr .intro {
	margin-top: 20px;
}

.room_wrap .fr .keyword {
	margin-top: 43px;
}

.room_wrap .fr .keyword span {
	border: 1px solid #ccc;
	border-radius: 22px;
	padding: 9px;
	display: inline-block;
}

.price_wrap {
	border: 1px solid #ccc;
	padding: 20px;
	margin-top: 10px;
	border-radius: 10px;
	display: flex;
}

.price_wrap .cost {
	margin: 0;
}

.price_wrap .btn_v {
	margin-left: auto;
}

.search_main {
	border-bottom: 1px solid #eee;
	border-radius: 0 !important;
	position: relative;
}

.data_wrap {
	display: flex;
	padding-top: 55px;
}

.data_wrap li {
	flex-grow: 1;
	padding-left: 10px;
}

.data_wrap li:first-child {
	padding-left: 0;
}

.data_wrap li a,
.data_wrap li>button {
	width: 100%;
	background: #f5f4f4;
	border-radius: 10px;
	display: flex;
	color: #222;
	padding: 20px 30px;
	line-height: 32px;
}

.data_wrap li a span {
	vertical-align: top;
	margin-right: 5px;
}

.data_wrap h5 {
	font-size: 1rem;
}

.data_wrap li b {
	margin-left: auto;
}

.data_wrap_detail {
	width: 100%;
	background: #f5f4f4;
	box-shadow: 1px 10px 12px 0px rgb(0 0 0 / 28%);
	position: absolute;
	left: 0;
	top: 168px;
	z-index: 99;
	padding: 50px 0;
}

.data_wrap_detail ul {
	width: 1136px;
	margin: 0 auto;
}

.data_wrap_detail ul li {
	width: 33%;
	display: inline-block;
	padding: 0 30px;
	border-left: 1px solid #eee;
}

.data_wrap_detail ul li:first-child {
	border: 0;
}

.data_wrap_detail ul li strong {
	font-size: 1.3rem;
}

.data_wrap_detail ul li label {
	width: 30%;
	display: inline-block;
}

.data_wrap_detail ul li .people_num {
	width: 68%;
	display: inline-block;
	text-align: right;
}

.data_wrap_detail ul li .people_num input {
	width: 100px;
	text-align: center;
	margin: 0 10px;
}

.data_wrap_detail ul li .people_num .btn_cicle {
	width: 40px;
	height: 40px;
	box-shadow: none;
	border: 1px solid #ccc;
	background: #fff;
	position: relative;
}

.data_wrap_detail .btn_wrap {
	text-align: center;
	margin-top: 50px;
	border-top: 1px solid #e9e4e4;
	padding-top: 50px;
}

.data_wrap_m {
	display: none;
	font-size: 0.8rem;
}

.data_wrap_m ul {
	display: flex;
}

.data_wrap_m li {
	flex-grow: 1;
	padding: 9px 5px;
	background: #eee;
	border-radius: 5px;
	margin: 1%;
}

.data_wrap_m li .material-symbols-outlined {
	font-size: 1.4rem;
}

.room_info {
	width: 100%;
}

.tap {
	display: flex;
	/* border-bottom: 1px solid #ccc; */
}

.tap li {
	flex-grow: 1;
	text-align: center;
	/* padding: 20px 0; */
}

.tap li > * {
	width: 100%;
	display: block;
	border: 1px solid #ccc;
	padding: 1rem 0;
}

.tap li > *:hover,
.tap li > *.on {
	background-color: #e11837;
	/* border-bottom: 2px solid #e11837; */
	color: #fff;
	border-color: #e11837;
}

.info_con {
	display: none;
	padding: 20px;
}

.info_con:first-child {
	display: block;
}


.info_con .notice {
	background: #f5f4f4;
	border-radius: 10px;
	padding: 25px 0;
	display: flex;
}

.info_con .notice li {
	flex-grow: 1;
	padding: 0 30px;
	display: inline-block;
	border-left: 1px solid #ccc;
}

.info_con .notice li:first-child {
	border-left: 0;
}

.info_con .notice li b {
	margin-left: 50px;
}

.info_con .text strong {
	color: #222;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}

.info_con .text {
	color: #606060;
	line-height: 1.5;
	letter-spacing: -0.01em;
	box-sizing: border-box;
	word-break: keep-all;
	word-wrap: break-word;
	white-space: normal;
	padding: 30px 0;
}

.info_con .facility {
	display: block;
	width: 100%;
}

.info_con .facility li {
	position: relative;
	width: 79px;
	margin: 10px;
	color: #404040;
	text-align: center;
	min-height: 50px;
	display: inline-block;
	text-align: center;
}

.info_con .facility li .material-symbols-outlined {
	font-size: 2.5rem;
}

.info_con .facility li small {
	display: block;
	text-align: center;
}

.info_con .bd_list {
	border-top: 0;
}

.info_con .wrap_star {
	padding-left: 41px;
}

.info_con .gallery_list .tit {
	padding-left: 41px;
	padding-top: 20px;
}

.info_con .gallery_list .detail {
	padding-left: 41px;
	padding-right: 20px;
	overflow: auto;
	white-space: break-spaces;
	font-size: 1rem;
	line-height: 1.5;
}

.info_con .info_map {
	width: 100%;
}

.info_con .adr {
	padding: 20px 0;
}

/* ----------------------------- */
/* 서브_예약내용
/* ----------------------------- */
.reserv_wrap {
	width: 100%;
}

.reserv_wrap .fl {
	width: 65%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
}

.reserv_wrap .fl .bg_w {
	padding: 30px;
	margin-bottom: 20px;
}

.reserv_wrap .fr {
	width: 32%;
	display: inline-block;
}

.reserv_wrap .info {
	display: none;
}

.reserv_wrap .Mpayment {
	display: none;
}

.reserv_wrap h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.user_info li {
	margin-bottom: 10px;
}

.user_info label {
	width: 20%;
	display: inline-block;
}

.user_info input {
	width: 78%;
	display: inline-block;
}

.payment select {
	width: 100%;
}

.rule input {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

.rule li {
	margin-bottom: 10px;
	color: #777;
}

.reserv_wrap .item_title {
	margin: 10px 0 20px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.reserv_wrap .data_wrap li {
	display: block;
	width: 100%;
	margin-left: 0;
}

.reserv_wrap .data_wrap {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.reserv_wrap .data_wrap li {
	margin-bottom: 20px;
	color: #777;
}

.reserv_wrap .data_wrap li b {
	color: #000;
	float: right;
}

.reserv_wrap .price {
	font-size: 2rem;
	margin-top: 10px;
	display: block;
}

.reserv_wrap .price small {
	font-size: 1rem;
	color: #e11837;
}

.price_info {
	font-size: 0.9rem;
	color: #777;
	margin-bottom: 20px;
}

.price_info b {
	font-size: 1.5rem;
	color: #e11837;
	margin-right: 10px;
}

.reserv_wrap .btn_v {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 1.5rem;
}

/* ----------------------------- */
/* 서브_예약완료
/* ----------------------------- */

.reserv_end {}

.reserv_end ul {
	width: 40%;
	margin: 0 auto;
}

.reserv_end .end_title {
	text-align: center;
	border-bottom: 2px solid #e11837;
	padding: 30px 0;
	margin-bottom: 30px;
}

.reserv_end .end_title .txt_v {
	font-size: 5rem;
}

.reserv_end .end_title p {
	color: #000;
	font-size: 1.3rem;
}

.reserv_end .item_title {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px 0;
	border-radius: 10px;
}

.reserv_end li {
	line-height: 30px;
}

.reserv_end li b {
	width: 30%;
	display: inline-block;
	color: #777;
}

.reserv_end li span {
	width: 68%;
	display: inline-block;
}

.reserv_end .payment {
	border-top: 1px solid #eee;
	padding: 20px 0;
	margin: 20px 0;
	border-bottom: 1px solid #e11837;
}

.reserv_end .btn_wrap {
	text-align: center;
}

.reserv_end .btn_wrap button {
	width: 139px;
	line-height: 30px;
}


/* ----------------------------- */
/* 커뮤니티
/* ----------------------------- */
.board_wrap {
	display: flex;
}

.board_wrap .fl {
	width: 25%;
	padding-right: 20px;
}

.board_menu {
	line-height: 50px;
	font-size: 1.2rem;
}

.board_menu li {}

.board_menu li a {
	padding: 0 20px;
	display: block;
}

.board_menu .on a {
	background: #e11837;
	border-radius: 10px;
	color: #fff;
}

.board_menu_m {
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}

.board_menu_m select {
	width: 100%;
	padding: 0 10px;
	display: block;
	border: 0;
}


.board_wrap .fr {
	width: 75%;
}

.board_wrap .board_con {}

.bd_tit {
	font-weight: bold;
	font-size: 1.3rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #e11837;
}

.bd_menu {
	display: flex;
	padding: 15px 10px;
}

.bd_menu .total {
	line-height: 42px;
	margin-right: auto;
}

.bd_menu .btn_v {
	border-radius: 5px;
	margin-left: 10px;
}

.bd_menu .btn_v span {
	font-size: 1rem;
}

.bd_menu .search {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0 10px;
}

.bd_menu .search input {
	border: 0;
	padding: 0;
	height: 40px;
}

.bd_menu .btn_search {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0 10px;
	cursor: pointer;
	display: none;
}

.search_pop {
	width: 100%;
	background: rgba(0, 0, 0, 0.701);
	display: block;
	z-index: 99;
	position: absolute;
	height: 100vh;
	top: 0;
	left: 0;
}

.search_pop ul {
	width: 100%;
	background: #fff;
	display: block;
	padding: 20px;
}

.search_pop ul li {
	display: block;
}

.search_con .title {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.1rem;
}

.search_con .title button {
	top: 0;
	right: 0;
	position: absolute;
	background: #fff;
}

.search_pop ul li input {
	width: 100%;
}

.search_pop ul li .btn_v {
	width: 100%;
	height: 48px;
	margin-top: 10px;
}

.bd_list {
	border-top: 1px solid #ccc;
}

/*텍스트커뮤니티*/
.txt_list {
	display: block;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	padding: 20px 10px;
}

.txt_list a {
	display: block;
	width: 100%;
	text-align: center;
}

.txt_list .no {
	display: inline-block;
	width: 5%;

}

.txt_list .title {
	width: 68%;
	display: inline-block;
	text-align: left;
}

.txt_list .tit {
	max-width: 90%;
	display: inline-block;
	color: #000;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.txt_list .title .txt_v {
	width: 10%;
}

.txt_list .user {
	display: inline-block;
	width: 10%;

}

.txt_list .date {
	display: inline-block;
	width: 15%;
	color: #777;
}

/*갤러리커뮤니티*/
.gallery_list {
	display: block;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	padding: 20px 10px;
}

.gallery_list a {
	display: block;
}

.gallery_list .fl {
	width: 86%;
	display: inline-block;
}

.gallery_list .fr {
	width: 12%;
	display: inline-block;
	text-align: right;
}

.gallery_list .tit {
	max-width: 100%;
	display: block;
	color: #000;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.1rem;
	margin-bottom: 5px;
}

.gallery_list .detail {
	color: #777;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.9rem;
	margin-bottom: 20px;
}

.user_wrap {
	max-width: 100%;
	display: block;
}

.user_wrap .user_pic {
	display: inline-block;
	width: 30px;
	height: 30px;
}

.user_wrap .user_pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.user_wrap .user {
	display: inline-block;
	color: #777;
	padding: 0 10px;
}

.user_wrap .date {
	display: inline-block;
	color: #777;
}

.gallery_list .fr .pic {
	width: 100px;
	height: 100px;
	;
	display: inline-block;
}

.gallery_list .fr .pic img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.htl_star {
	margin-left: 10px;
}

.htl_star h5 {
	font-size: 1rem;
	display: inline-block;
}


/*예약내역*/

.reserve_list {
	width: 49%;
	display: inline-block;
}

.reserve_list .card {
	border: 1px solid #eee;
	box-shadow: none;
}

.reserve_list .card .img {
	height: 200px;
}

.reserve_list .card .htl {
	padding: 15px;
}

.reserve_list .card .reserv_sta {
	display: block;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.reserve_list .card .reserv_sta .btn_v,
.reserve_list .card .reserv_sta .btn_y,
.reserve_list .card .reserv_sta .btn_p,
.reserve_list .card .reserv_sta .btn_g {
	font-size: 0.8rem;
	font-weight: 100;
	padding: 5px 10px;
}

.reserve_list .htl .name_wrap2 {
	display: block;
	padding-bottom: 10px;
}

.reserve_list .htl .name_wrap2 .item_title {
	font-size: 1.2rem;
	margin-bottom: 5px;
	display: block;
}

.reserve_list .htl .name_wrap2 dt {
	display: inline-block;
	font-weight: 100;
	font-size: 1rem;
	color: #777;
}

/*페이지리스트*/
.pageMove {
	display: block;
	margin: 20px 0;
	text-align: center;
}

.pageMove li {
	display: inline-block;
	font-size: 1rem;
}

.pageMove li a {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 6px;
	font-weight: 600;
	text-align: center;
	line-height: 32px;
}

.pageMove .prev {
	color: #777;
}

.pageMove .next {
	color: #777;
}

.pageMove .now {
	background: #e11837;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
}


/* ----------------------------- */
/* 커뮤니티//상세보기
/* ----------------------------- */
.bdv_title {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding: 20px 10px;
	line-height: 20px;
}

.bdv_title strong {
	line-height: 40px;
	display: block;
}

.bdv_title small {
	color: #777;
}

.item_title .label_pass {
	line-height: 10px;
	font-size: 1rem;
}

.item_title .label_pass {
	line-height: 10px;
	font-size: 1rem;
}

.resev_num {
	float: inherit;
	display: block;
	background: #eee;
	padding: 20px;
	margin-top: 15px;
	border-radius: 10px;
	text-align: center;
}

/*예약내역 상세보기*/
.reserv_detail {
	width: 100%;
	display: block;
	padding: 20px 0;
}

.reserv_detail li {
	width: 49%;
	padding: 20px;
	display: inline-block;
}

.reserv_detail h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

.reserv_detail dl {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
}

.reserv_detail li dt {
	line-height: 30px;
	display: block;
}

.reserv_detail li dt span {
	width: 30%;
	display: inline-block;
	color: #777;
}

.reserv_detail li dt b {
	width: 68%;
	display: inline-block;
	font-weight: 100;
}

.board_con .btn_wrap {
	text-align: center;
	display: block;
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.board_con .btn_wrap button {
	padding: 10px 20px;
	font-size: 1rem;
}

/*텍스트커뮤니티//상세보기*/
.txt_area {
	padding: 40px 10px;
}

.txt_area img {
	max-width: 100%;
	margin-bottom: 30px;
	display: block;
}

/* 
.reply {
	background: #f2f5f6;
	padding: 2rem2.5rem;
	border-radius: 10px;
	margin-bottom: 40px;
}
*/

.reply p {
	margin-bottom: 10px;
}

.board_con .user_wrap {
	display: flex;
	line-height: 30px;
	margin-top: 10px;
}

.board_con .wrap_star {
	margin-left: 10px;
}

.board_con .wrap_star p {
	display: inline-block;
}

/* ----------------------------- */
/* 커뮤니티//새글쓰기
/* ----------------------------- */
.bd_write {
	width: 100%;
	padding: 20px 0;
}

.bd_write li {
	padding: 10px;
}

.bd_write li h3 {
	width: 20%;
	display: inline-block;
}

.bd_write li h3 small {
	vertical-align: text-bottom;
	margin-left: 5px;
}

.bd_write li .con {
	width: 79%;
	display: inline-block;
}

.bd_write li select,
.bd_write li input[type='text'],
.bd_write li input[type='password'],
.bd_write li input[type='email'],
.bd_write li input[type='tel'] {
	width: 100%;
}

.bd_write li input[type='checkbox'],
.bd_write li input[type='radio'] {
	width: 18px;
	margin-right: 10px;
}

.bd_write li textarea {
	width: 100%;
	height: 200px;
	line-height: 48px;
	border-radius: 8px;
	border: 1px solid #eaeaea;
	background: #fff;
	padding: 10px;
}

.bd_write li .con .star {
	height: 48px;
	padding: 0 15px;
	color: #222;
	font-size: inherit;
	font-family: inherit;
	line-height: 44px;
	border-radius: 8px;
	border: 1px solid #eaeaea;
	background: #fff;
}

.bd_write li .con .star button {
	border: 0 none;
	background: transparent;
	outline: none;
	color: #ccc;
	cursor: pointer;
}

.bd_write li .con .star .on {
	color: #ffb400;
}

.bd_write .notice {
	width: 100%;
	background: #eee;
	padding: 20px;
	border-radius: 10px;
}

.bd_write .notice p {
	margin: 5px 0;
}

.board_con .check {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.1rem;
}

.board_con .check input {
	height: 20px;
	width: 20px;
	margin-right: 10px;
}

/* ----------------------------- */
/* 검색결과
/* ----------------------------- */
.pic_tit {
	background: url(../img/index_title.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	height: 300px;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	line-height: 300px;
}

.room_all {
	width: 100%;
	display: block;
}

.room_all li {
	width: 33%;
	display: inline-block;
}

/* ----------------------------- */
/* 회원가입
/* ----------------------------- */
.join_container {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	display: block;
}

.join_container .main_tit {
	text-align: center;
}

.join_wrap {
	width: 100% !important;
	display: block;
	padding: 4rem !important;
}

.join_wrap .join_info:nth-child(n+2) {
	border-top:1px solid #ccc;
	padding-top: 1.25rem;
}

.join_wrap>ul>li {
	margin-bottom: 1.25rem;
}

.join_wrap button {
	height: 3rem;
}

.join_wrap>ul>li a.btn {
	padding: 1rem 0;
	font-size: 1.5rem;
	font-weight: 400;
}

.join_wrap .btn_wrap {
	text-align: center;
}

.join_wrap .btn_wrap button {
	width: 48%;
	margin-left: 2%;
}

.join_wrap .btn_wrap button:first-child {
	margin-left: 0%;
}


/*로그인*/
.join_wrap .title {
	text-align: center;
	/* padding: 1rem; */
	line-height: 1;
}

.join_wrap .title img {
	margin-bottom: 10px;
	width: 100px;
}

.join_wrap .inp p {
	text-align: left;
	margin-bottom: 10px;
}

.join_wrap .inp input {
	width: 100%;
}

.join_wrap .chk input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.join_wrap .chk {
	display: block;
	text-align: left;
}

.join_wrap .btn_v {
	width: 100%;
}

.join_wrap .find {
	text-align: center;
}

.join_text a {
	border-bottom: 2px solid #000;
	display: inline-block;
	margin-left: 1rem;
	font-weight: 700;
}

/*약관동의*/
.join_wrap .sub_tit {
	text-align: center;
	/* border-bottom: 3px solid #e11837; */
	/* color: #666; */
	padding-bottom: 20px;
	font-weight: 700;
	font-size: 1.6rem;
}

.join_wrap .chk_all {
	text-align: left;
}

.join_wrap .chk_all .txt_v {
	font-weight: bold;
	font-size: 1rem;
}

.join_wrap .chk_all input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.join_wrap .chk_all {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.join_wrap .rule_detail {}

.join_wrap .rule_detail textarea {
	width: 100%;
	border: 1px solid #ccc;
	height: 100px;
	line-height: 1.6;
	border-radius: 0;
	text-align: left;
}

.join_wrap table {
	text-align: center;
	font-size: 0.9rem;
	border-collapse: collapse;
	border-top: 2px solid #3a4371;
}

.join_wrap .table thead th {
	background: #eee;
	padding: 10px;
	border: 1px solid #ddd;
}

.join_wrap .table tbody td {
	padding: 10px;
	border: 1px solid #ddd;
}

/*회원정보입력*/
.join_info li {
	display: block;
	text-align: left;
}

.join_info h3 {
	font-size: 1rem;
	width: 20%;
	display: inline-block;
}

.join_info .con {
	width: 78%;
	display: inline-block;
}

.join_info .con input {
	width: 100%;
	height: 3rem;
}

.join_info li .idcon input {
	/* width: 63%; */
	/* height: 3rem; */
}

.idcon button {
	width: 30%;
	margin-left: 2%;
}

/*회원가입완료*/
.join_end .title .material-symbols-outlined {
	font-size: 5rem;
}

.join_wrap .title .icon {
	padding: 1rem;
	border-radius: 100%;
	background: #e11837;
	width: 5rem;
	height: 5rem;
}

.join_wrap .title .icon i {
	color: #e11837;
}

.join_Uinfo {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: left;
	padding: 20px;
}

.join_Uinfo dt {
	line-height: 30px;
}

.join_Uinfo dt b {
	width: 68%;
	display: inline-block;
	font-weight: normal;
}

.join_Uinfo dt span {
	width: 30%;
	color: #777;
	display: inline-block;
}

.join_Uinfo dt span:before {
	content: "ㆍ";

}

/*아이디, 비밀번호찾기*/

.find_wrap {
	width: 80%;
	margin: 0 auto;
	padding: 10px 0 30px 0;
}

.find_con .fd_tit {
	/* text-align: center; */
	/* margin: 50px 0 30px 0; */
	/* border-bottom: 1px solid #eee; */
	/* padding-bottom: 50px; */
}

.find_con .fd_tit h4 {
	font-size: 1.5rem;
	margin: 10px 0 20px 0;
}

.find_con .fd_tit .material-symbols-outlined {
	display: block;
	font-size: 5rem;
}

.find_con li {
	margin: 10px 0;
}

.find_wrap li b {
	width: 20%;
	display: inline-block;
}

.find_wrap li input {
	width: 78%;
	display: inline-block;
}

.find_wrap .btn_wrap {
	margin-top: 30px;
}

.find_wrap .btn_wrap button {
	width: 100%;
	height: 60px;
}

/* ----------------------------- */
/* FAQ
/* ----------------------------- */
.txt_faq {
	position: relative;
	border-bottom: 1px solid #eee;
}

.txt_faq a {
	position: relative;
	display: block;
	padding: 25px 0;
}

.txt_faq .label_Q {
	background: #eee;
	width: 45px;
	height: 45px;
	color: #777;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	position: absolute;
	left: 10px;
	top: 14px;
}

.txt_faq .title {
	width: 100%;
	padding: 0 65px 0 85px;
	display: block;
	font-size: 1.1rem;
	line-height: 1.5rem;
}

.txt_faq .arrdow {
	color: #ccc;
	position: absolute;
	top: 27px;
	right: 20px;
	transition: all 0.3s;
}

.txt_faq.open .arrdow {
	color: #e11837;
	position: absolute;
	top: 27px;
	right: 20px;
	transform: rotate(180deg);
}

.txt_faq .arrup {
	color: #e11837;
	position: absolute;
	top: 27px;
	right: 20px;
}

.txt_faq .answer {
	display: none;
	position: relative;
	padding: 30px 0;
	background: #f8f8f8;
	border-radius: 10px;
	margin-bottom: 15px;
}

.txt_faq.open .answer {
	display: block;
}

.txt_faq .answer .label_A {
	background: #e11837;
	width: 45px;
	height: 45px;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	position: absolute;
	left: 12px;
	top: 20px;
}

/* ----------------------------- */
/* 반응형잡기
/* ----------------------------- */

/* PC */
@media screen and (min-width:1024px) {
	.board_menu_m {
		display: none;
	}

}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
	.head {
		width: 100%;
	}

	.head .logo {
		top: 24px;
	}

	.head .logo img {
		width: 72%;
	}

	.mt100 {
		margin-top: 50px;
	}

	.recommend_wrap .fl {
		margin: 60px 0 0 40px;
	}

	.main_tit {
		text-align: center;
	}

	.container {
		width: 100%;
		padding: 20px 2%;
	}

	.board_wrap {
		display: block;
	}

	.board_wrap>.fl {
		width: 100%;
		padding: 0;
		;
	}

	.board_wrap>.fr {
		width: 100%;
		padding: 0;
		;
	}

	.board_menu {
		display: none;
	}

	/*객실상세*/
	.room_wrap {
		padding: 0;
	}

	.room_wrap .fl {
		width: 100%;
		height: 300px;
	}

	.room_wrap .fr {
		width: 100%;
		padding: 20px 10px 10px 10px;
	}

	.tag_list li {
		width: 24%;
	}

	.index_banner ul li {
		width: 48%;
		margin-bottom: 10px;
	}

	.recommend_wrap {
		display: block;
		padding: 10px;
		height: 696px;
		background-size: 100%;
	}

	.recommend_wrap .fl .main_tit {
		text-align: center;
		margin-top: 50px
	}

	.recommend_wrap .fl {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.recommend_wrap .fr {
		width: 100%;
		z-index: 99;
		position: relative;
	}

	.btn_key {
		text-align: center;
	}

	.recommend_wrap .fl .btn_key li {
		display: inline-block;
		margin-bottom: 5px;
	}

	.recommend_wrap .fl .btn_key button {
		display: inline-block;
		padding: 5px 10px;
		font-size: 0.9rem;
		line-height: 20px;
	}

	.recommend_wrap .fr li {
		width: 49%;
		margin: 0;
		max-width: 100%;
	}

	.recommend_wrap .card {
		width: 100%;
		margin: 0;
	}

	.review_list ul {
		height: 428px;
		overflow: hidden;
	}

	.review_list li {
		width: 48%;
	}

	.tag_list li a {
		width: 185px;
	}

	.tag_list li a strong {}

	.pt_banner div {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.service_wrap li {
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.info_con .notice li {
		text-align: center;
	}

	.info_con .notice li b {
		display: block;
		margin: 0;
		margin-top: 5px;

	}

	/*예약*/
	.reserv_wrap .fl {
		width: 100%;
	}

	.reserv_wrap .fl .bg_w {
		padding: 20px;
	}

	.reserv_wrap .fr {
		display: none;
	}

	.reserv_wrap .info {
		display: block;
	}

	.reserv_wrap .info .item_title {
		padding-bottom: 20px;
	}

	.reserv_wrap .info .data_wrap {
		margin: 0;
		border: 0;
		padding: 0;
		display: block;
	}

	.reserv_wrap .info .data_wrap li {
		margin-bottom: 10px;
		text-align: left;
		padding: 0;
	}

	.reserv_wrap .Mpayment {
		display: block;
	}

	.reserv_wrap .Mpayment .total {
		padding-top: 10px;
	}

	.reserv_wrap .Mpayment .price {
		display: inline-block;
		font-size: 1.5rem;
		float: right;
		margin: 0;
	}

	.reserv_wrap .btn_v {
		font-size: 1.2rem;
	}

	.reserv_end ul {
		width: 80%;
	}

	.room_all li {
		width: 49%;
	}

	.data_wrap {
		display: none;
	}

	.data_wrap_m {
		display: inline;
	}

	.search_main {
		padding: 0px;
	}

	.data_wrap_detail {
		top: 96px;
	}
}

/* mobile */
@media screen and (max-width:768px) {
	.container {
		width: 100%;
		padding: 20px 2%;
	}

	.main_tit {
		/* margin-bottom: 1rem; */
	}

	.board_wrap {
		display: block;
	}

	.board_wrap>.fl {
		width: 100%;
		padding: 0;
		;
	}

	.board_wrap>.fr {
		width: 100%;
		padding: 0;
		;
	}

	.board_menu {
		display: none;
	}

	.board_menu_m {
		display: block;
	}

	.nav_m.on {
		display: block;
	}

	.bd_menu .search {
		display: none;
	}

	.bd_menu .btn_search {
		display: inline-block
	}

	.txt_list a {
		text-align: left;
	}

	.txt_list .no {
		display: none;
	}

	.txt_list .title {
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}

	.txt_list .date {
		width: auto;
	}

	.txt_list .user {
		width: auto;
	}

	.user_wrap .user_pic {
		display: none;
	}

	.user_wrap .htl_star {
		display: none;
	}

	.mveiw {
		display: block;
	}

	.user_wrap .user {
		padding-left: 0;
	}

	.gallery_list .fl {
		width: 68%;
	}

	.gallery_list .fr {
		width: 24%;
	}

	.htl_star {
		margin-left: 0;
	}

	.reserve_list {
		width: 100%;
	}

	.bd_write li {
		padding: 10px 0;
	}

	.bd_write li h3 {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.bd_write li .con {
		width: 100%;
	}

	/*룸전체보기*/
	.pic_tit {
		height: 200px;
		line-height: 200px;
	}

	.room_all {
		margin-top: 50px;
	}

	.room_all li {
		width: 100%;
	}

	.board_con .btn_wrap button {
		padding: 10px;
	}

	/*예약내역*/
	.item_title .resev_num {
		display: none;
	}

	.reserv_detail li {
		width: 100%;
		padding: 10px 0;
	}

	/*예약완료*/
	.reserv_end .end_title p {
		font-size: 1.1rem;
	}

	.reserv_end ul {
		width: 90%;
	}

	.reserv_end .btn_wrap button {
		width: 40%;
	}

	/*예약*/
	.reserv_wrap .fl {
		width: 100%;
	}

	.reserv_wrap .fl .bg_w {
		padding: 20px;
	}

	.reserv_wrap .fr {
		display: none;
	}

	.reserv_wrap .info {
		display: block;
	}

	.reserv_wrap .info .item_title {
		padding-bottom: 20px;
	}

	.reserv_wrap .info .data_wrap {
		margin: 0;
		border: 0;
		padding: 0;
		display: block;
	}

	.reserv_wrap .info .data_wrap li {
		margin-bottom: 10px;
		text-align: left;
		padding: 0;
	}

	.reserv_wrap .Mpayment {
		display: block;
	}

	.reserv_wrap .Mpayment .total {
		padding-top: 10px;
	}

	.reserv_wrap .Mpayment .price {
		display: inline-block;
		font-size: 1.5rem;
		float: right;
		margin: 0;
	}

	.reserv_wrap .btn_v {
		font-size: 1.2rem;
	}

	/*객실상세*/
	.room_wrap {
		padding: 0;
	}

	.room_wrap .fl {
		width: 100%;
		height: 300px;
	}

	.room_wrap .fr {
		width: 100%;
		padding: 20px 10px 10px 10px;
	}

	.room_wrap .fr .item_title {
		margin-top: 10px;
	}

	.room_wrap .fr .keyword {
		margin-top: 10px;
	}

	.search_main {
		padding: 0;
	}

	.room_info {
		margin-top: 20px;
		padding: 0;
	}

	.info_con .notice {
		display: block;
	}

	.info_con .notice li {
		display: block;
		border-left: 0;
		line-height: 30px;
	}

	.info_con .notice li b {
		margin: 0;
	}

	.room_info .info_con .gallery_list .fl {
		width: 100%;
		padding: 0;
	}

	.room_info .info_con .gallery_list .fl .user_wrap {
		padding: 0;
	}

	.room_info .info_con .gallery_list .fl .wrap_star {
		padding: 0;
		margin-bottom: 20px;
	}

	.room_info .info_con .gallery_list .fl p {
		padding: 0;
	}


	.room_info .info_con .gallery_list .fr {
		width: 100%;
		text-align: left;
	}


	/*푸터*/
	.footer {
		width: 100%;
		padding: 2%;
		text-align: center;
	}

	.ft_menu {
		display: block;
	}

	.sns_wrap {
		margin: 20px 0;
	}

	.sns_wrap img {
		width: 50px;
	}

	/*헤더*/
	.header {
		height: 67px;
	}

	.head {
		display: none;
	}

	.head_m {
		display: inline-block;
	}


	/*인덱스*/
	.index_ad {
		height: 487px;
	}

	.index_ad_wrap {
		margin-top: 112px;
	}

	.index_ad_wrap .index_ad_tit {
		margin-bottom: 20px;
	}

	.index_ad_wrap .index_ad_tit img {
		padding: 0 50px;

	}

	.index_banner ul li {
		width: 48%;
		margin: 5px 0;
	}

	.recommend_wrap {
		display: block;
		padding: 10px;
		height: 548px;
	}

	.recommend_wrap .fl {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.recommend_wrap .fr {
		width: 100%;
	}

	.btn_key {
		text-align: center;
	}

	.recommend_wrap .fl .btn_key li {
		display: inline-block;
		margin-bottom: 5px;
	}

	.recommend_wrap .fl .btn_key button {
		display: inline-block;
		padding: 5px 10px;
		font-size: 0.9rem;
		line-height: 20px;
	}

	.recommend_wrap .fr li {
		width: 49%;
		margin: 0;
		max-width: 100%;
	}

	.recommend_wrap .card {
		width: 100%;
		margin: 0;
	}

	.card {
		border-radius: 10px;
	}

	.card .img {
		height: 119px;
	}

	.card .img img {
		border-radius: 10px 10px 0 0;
	}

	.htl {
		padding: 10px;
	}

	.htl .name_wrap2 {
		display: block;
	}

	.recommend_wrap .keyword {
		display: none;
	}

	.recommend_wrap .item_title {
		display: block;
		font-size: 1rem;
	}

	.recommend_wrap .wrap_star {
		display: block;
	}

	.discount {
		margin-top: 10px;
		font-size: 0.9rem;
	}

	.price {
		font-size: 1.2rem;
	}

	.cummnuity {
		padding: 0;
		padding-bottom: 50px;
	}

	.review_list ul {
		width: 100%;
		height: 257px;
		overflow: hidden;
		margin-top: 30px;
	}

	.review_list li {
		width: 80%;
	}

	.review_list li:first-child {}

	.btn_cicle {
		height: 40px;
		width: 40px;
	}

	.arr_l {
		left: 0;
	}

	.arr_r {
		right: 0;
	}

	.tag_list li {
		width: 49%;
	}

	.tag_list li a {
		width: 168px;
		height: 168px;
	}

	.tag_list li a strong {
		margin-top: 70px;
	}

	.tag_list li a p {
		display: none;
	}

	.pt_banner div {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.service_wrap li {
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.mt100 {
		margin-top: 50px;
	}

	.review {
		font-size: 0.9rem;
	}

	.tag_warp h3 b {
		display: block;
	}

	.thmea_wrap li a {
		height: 200px;

	}

	.thmea_wrap li a b {
		margin-top: 55px;
		text-align: center;
		font-size: 1.5rem;
	}

	.thmea_wrap li a small {
		text-align: center;
	}

	.data_wrap {
		display: none;
	}

	.data_wrap_m {
		display: inline;
	}

	.data_wrap_detail {
		border-top: 1px solid #eee;
		padding: 20px 0;
		top: 88px;
	}

	.data_wrap_detail ul {
		width: 100%;
		padding: 2%;
	}

	.data_wrap_detail ul li strong {
		font-size: 1rem;
	}

	.data_wrap_detail ul li {
		width: 100%;
		border: 0;
		margin-bottom: 10px;
	}

	.data_wrap_detail .btn_wrap {
		padding: 20px;
		margin: 0px;
	}

	.data_wrap_detail ul li .people_num .btn_cicle {
		width: 30px;
		height: 30px;
	}

	/*로그인*/
	.join_container {
		width: 100%;
	}

	.join_wrap {
		padding: 2rem 1rem!important;
	}

	.join_info h3 {
		width: 100%;
		margin-bottom: 10px;
	}

	.join_info .con {
		width: 100%;
	}

	.idcon button {
		padding: 0;
	}

	.find_wrap {
		width: 100%;
		padding: 0px;
	}

	.find_con .fd_tit .material-symbols-outlined {
		font-size: 4rem;
	}

	.find_con .fd_tit {
		margin: 0;
		padding: 20px;
	}

	.find_con .fd_tit h4 {
		font-size: 1.2rem;
	}

	.find_con .fd_tit p {
		font-size: 0.9rem;
	}

	.search_main {
		padding: 0px;
	}


	/**231114 수정**/
	.carousel-control-prev-icon {
		height: 2rem!important;
		width: 2rem!important;
	}
	.carousel-control-next-icon {
	height: 2rem!important;
	width: 42rem!important;
	}

	#carouselExampleInterval button  {
		min-width: auto!important;
	}
	.main_vis .text_wrap img {
		max-width: 71%!important;
	}
	.carousel-item .img_wrap {
		height: 250px;
	}
	.carousel-item .img_wrap img  {
		height: 100%;
	}
	
	.class_head .class_category .row {
    flex-flow: row;
    height: 50px;
    overflow-x: scroll;
    overflow-y: hidden;
	}

	.class_head .class_category .row .py-3  {
		padding: 0.5rem  1rem !important;
	}

	.class_head .class_category ul li  {
		font-size: 0.9rem;
	}

	.class_head .class_category ul li:first-child {
		padding: 2rem;
	}


	.head_m .logo {
		width: 122px;
		top:20px
	}
	ul.cart_list li .cart_detail .img_wrap {
		/*
		width: 52px!important;
		*/
	}

	.movie_section .movie_none {

	}

}