@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

#site {
	padding-top: 93px;
	font-family: 'Roboto', 'notokr', sans-serif;
	letter-spacing: -0.02em;
}

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}

#site>.container {
	width: 100%;
	padding: 0;
}

.table_blog dd {
	padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
	display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	margin-bottom: 0;
	border-bottom: 1px solid #e1e1e1;
}

.navbar-brand {
	height: auto;
	padding: 0px;
	margin-left: 0 !important;
	margin-top: 18px;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 15px;
	font-weight: 600;
	color: #59564f;
	letter-spacing: 0.1px;
	line-height: 1;
	text-transform: uppercase;
}

.navbar-inverse .navbar-nav>li>a i {
	line-height: 0;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #c4984e;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
	background: none;
	color: #c4984e;
}

@media (max-width: 767px) {

	/*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
	.navbar-inverse .navbar-toggle {
		border: 0;
		padding: 9px 0;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #666;
		transition: ease-in-out .15s all;
		opacity: 1;
		position: relative;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background: none;
		border-color: #222;
	}

	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar {
		background-color: #222;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: transparent;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
		transform: rotate(45deg);
		top: 6px;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
		transform: rotate(-45deg);
		top: -6px;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border-radius: 0;
		border: none;
		padding: 15px 0;
		box-shadow: none;
		background: rgb(0 0 0 / 0.9);
		border-top: 1px solid #e1e1e1;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 8px 22px;
		color: rgba(255, 255, 255, 0.8);
		font-weight: 400;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		font-weight: 300;
		color: #f1c781
	}
}

@media (min-width: 992px) {
	.navbar-inverse .navbar-right {
		margin-right: -25px;
	}

	.navbar-inverse .navbar-nav>li>a {
		padding: 40px 25px 38px;
	}
}

/* 슬라이드 공통 */
.carousel-control {
	text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transition: ease-in-out .15s all;
	background: rgba(0,0,0,0) !important;
	opacity: 0.6;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	font-size: 60px;
	height: 60px;
	margin-top: -30px;
}

.carousel-control.left .glyphicon::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-control.right .glyphicon::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: none;
	margin: 0 5px;
	border-radius: 50%;
	transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
	width: 12px;
	height: 12px;
	background-color: #dca03c;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	margin: 0 5px;
}

.carousel-caption {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
}

@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

	.carousel-indicators li,
	.carousel-indicators li.active {
		width: 6px;
		height: 6px;
	}
}

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 80px 0 70px;
	background-color: #141414;
	color: #777;
	font-size: 12px;
	letter-spacing: -0.025em;
	font-weight: 500;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: 800px;
}

.root_daum_roughmap {
	width: 100% !important;
	padding: 0 !important;
}

.root_daum_roughmap .map_border {
	display: none !important;
}

.board_box_blog2 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.board_box_blog2 .inner {
	margin-top: 0;
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
	padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
	font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
	display: none;
}

.board_box_blog2 .inner .top a .thumb {
	height: 180px;
}

/* member */
.member_wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.member_wrapper .btn {
	transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
	background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
	color: #5dae57
}

/* personal setting 0.67v */
@media(min-width:768px) {
	.col-sm-20 {
		width: 20%;
		float: left;
		position: relative;
	}
}

/* img */
.img-bordered {
	border: 1px solid #ddd;
}

.img-caption {
	margin: 10px 0;
	text-align: center;
	font-size: 16px;
	color: #555;
	font-weight: 500;
}

/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
	text-align: center !important;
	vertical-align: middle !important;
}

.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
	text-align: left !important;
}

/* font */
.numbering {
	margin-right: 10px;
}

.numbering.circle,
.numbering.sqr {
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
	text-align: center;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: -0.04em;
	color: #fff;
	border-radius: 0;
	background: #C4984E;
}

.numbering.circle {
	border-radius: 50%;
}

/*list style*/
.li-none>li {
	list-style: none !important;
	margin-left: 20px;
}

.li-circle>li {
	list-style: circle !important;
	margin-left: 20px;
}

.li-disc>li {
	list-style: disc !important;
	margin-left: 20px;
}

.li-check>li,
.li-dash>li,
.li-dot>li {
	margin-left: 10px;
	padding-left: 12px;
	position: relative;
}

.li-check>li:before,
.li-dash>li:before,
.li-dot>li:before {
	content: '-';
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
}

.li-dash>li:before {
	content: "";
	width: 5px;
	height: 2px;
	background: #bbb;
	top: 10px;
	left: 0;
}

.li-dot>li:before {
	content: '·';
}

.li-check>li:before {
	content: '\f00c';
	left: 0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
	color: #C4984E;
}

.location-li {
	border-top: 1px solid #333;
	margin: 20px 0 0;
}

.location-li li {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 0;
	font-size: 15px;
}

.location-li span {
	display: inline-block;
	margin-right: auto;
	min-width: 130px;
	font-weight: 500;
	color: #222;
	border-radius: 4px;
}

@media(max-width:767px) {
	.location-li span {
		display: block;
	}
}

.location-li span i {
	margin-right: 10px;
	color: #C4984E;
}

.partner-li {
	margin: 20px 0;
}

.partner-li:after {
	content: '';
	display: block;
	clear: both;
}

.partner-li>li {
	float: left;
	width: 20%;
	padding: 10px;
}

.partner-li>li img {
	border: 1px solid #ddd;
}

.category-li {
	display: inline-block;
	margin: 20px auto;
}

.category-li:after {
	content: '';
	display: block;
	clear: both;
}

.category-li>li {
	float: left;
	margin: 5px;
	padding: 10px 20px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}

.li-pill li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 100px;
}

.li-pill li span {
	position: absolute;
	left: 0;
	padding: 5px 0;
	text-align: center;
	width: 90px;
	color: #555;
	line-height: 1.1;
	font-weight: 500;
	border-radius: 4px;
	background: #d5d5d5;
}

.trait-dl {
	margin: 30px 0 0px;
}

.trait-dl:after {
	content: '';
	display: block;
	clear: both;
}

.trait-dl dt,
.trait-dl dd {
	float: left;
	margin-bottom: 10px;
	padding: 20px 0px;
	border-top: 1px solid #eaeaea;
}

.trait-dl dt {
	font-size: 17px;
	font-weight: 500;
	color: #333;
	letter-spacing: -0.034em;
	line-height: 1.4;
}

.trait-dl dt small {
	font-weight: 400;
}

.stripe-dl {
	margin: 30px 0;
}

.stripe-dl dt {
	padding: 10px 20px;
	font-size: 16px;
	background: #f5f5f5;
}

.stripe-dl dd {
	margin-bottom: 20px;
	padding: 20px;
}

@media(min-width: 768px) {
	.trait-dl dt {
		width: 25%;
	}

	.trait-dl dd {
		width: 75%;
	}
}

@media(max-width:767px) {
	.partner-li>li {
		width: 50%;
	}
}

/* component */
.card {
	display: block;
	position: relative;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	min-height: max-content;
}

.card .card-ttl {
	margin: -15px -15px 15px;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #C4984E;
}

.column-2 {
	column-count: 2;
	column-rule: 1px solid #ddd;
	column-gap: 30px;
}

.more-btn {
	display: block;
	margin: 40px auto 10px;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #C4984E;
	background: #C4984E;
}

.more-btn:hover {
	color: #C4984E;
	background: transparent;
}

.circle-wrap {
	margin: 30px 0;
	text-align: center;
}

.circle-wrap .circle {
	position: relative;
	display: inline-block;
	width: 20vw;
	padding-top: 20vw;
	margin: 0 15px;
	vertical-align: top;
	background: #000;
	max-width: 100%;
	overflow: hidden;
}

.circle-wrap .circle:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	transition: all .3s ease;
}

.circle-wrap .circle:hover:before {
	opacity: 0.4;
}

.circle-wrap .c1:before {
	background: url(/public/img/main/m-faci1.jpg) no-repeat center / cover;
}

.circle-wrap .c2:before {
	background: url(/public/img/main/m-faci2.jpg) no-repeat center / cover;
}

.circle-wrap .circle span {
	z-index: 10;
	position: absolute;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
	transition: all .3s ease;
	color: #333;
	background: #fff;
	display: block;
	left: 0;
	bottom: -20px;
	width: 100%;
	padding: 20px 0;
}

.circle-wrap .circle:hover span {
	opacity: 1;
	margin-top: 0;
}

.bull {
	position: relative;
	padding-left: .5em;
}

.bull:before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background: #C4984E;
	position: absolute;
	left: 0;
	top: 0.5em;
	margin-top: -3px;
}

@media(max-width:767px) {
	.column-2 {
		column-count: 1;
	}
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
	margin: 0;
}

.greet .quote,
p.quote {
	margin: 0px 0 40px;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.4;
	color: #59564f;
	letter-spacing: -0.035em;
	text-align: left;
}

p.quote span {
	color: #c4984e;
}

/* custom setting */
ul,
dl,
ol {
	padding: 0;
}

p,
li,
dt,
dd {
	line-height: 1.65;
}

a:hover,
a:focus {
	text-decoration: none;
}

* {
	box-sizing: border-box;
	word-break: keep-all;
}

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #C4984E;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}

.history-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.history-wrap:before {
	content: '';
	display: block;
	height: 100%;
	width: 2px;
	background: #76706E;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.history-wrap .history-box {
	position: relative;
	width: 50%;
	padding: 30px 50px;
}

.history-wrap h6 {
	position: relative;
	margin: 0 0 10px;
	color: #494949;
	font-size: 36px;
	letter-spacing: -0.05em;
	font-weight: 400;
}

.history-wrap h6:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -45px;
	display: block;
	border-right: 0px;
	border-top: 1px solid #C4984E;
	width: 26px;
}

.history-wrap h6:after {
	content: '';
	position: absolute;
	top: 50%;
	left: -50px;
	transform: translate(-50%, -50%);
	display: block;
	width: 11px;
	height: 11px;
	border: 2px solid #C4984E;
	border-radius: 50%;
	background: #fff;
}

.history-wrap li {
	position: relative;
	margin: 5px 0;
	font-size: 16px;
	letter-spacing: -0.03em;
	color: #313131;
}

.history-wrap li span {
	display: block;
	font-weight: 600;
	font-size: 18px;
	color: #C4984E;
}

@media(min-width:768px) {
	.history-wrap .history-box:nth-child(odd) {
		text-align: right;
	}

	.history-wrap .history-box:nth-child(even) {
		margin-top: 80px;
	}

	.history-wrap .history-box:nth-child(odd) h6:before {
		left: auto;
		right: -45px;
	}

	.history-wrap .history-box:nth-child(odd) h6:after {
		left: auto;
		right: -61px;
	}
}

@media(max-width:767px) {
	.history-wrap:before {
		left: 15px;
	}

	.history-wrap .history-box {
		width: 100%;
		padding-top: 0;
		padding-right: 15px;
		margin-left: 15px
	}

	.history-wrap h6 {
		font-size: 26px;
	}

	.history-wrap li {
		font-size: 14px;
	}
}

/* personal setting 0.67v end */
/* navigation setting */

/* mainpage setting */
.main-room {
	display: flex;
	padding: 50px 40px;
}

.main-room>div {
	position: relative;
	width: 49%;
	margin: 0 0.5%;
}

.main-room .inner {
	position: relative;
	display: block;
	padding: 70px 30px;
	color: #fff;
	text-align: center;
	background: #000;
}

.main-room .inner * {
	position: relative;
	z-index: 10;
}

.main-room .inner:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	opacity: 0.72;
	transition: all .3s ease;
}

.main-room .left-con .inner:before {
	background: url(/public/img/main/m-room1.jpg) no-repeat center / cover;
}

.main-room .right-con .inner:before {
	background: url(/public/img/main/m-room2.jpg) no-repeat center / cover;
}

.main-room .inner:hover:before {
	opacity: 0.4;
}

.main-room .inner:after {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	border: 1px solid #fff;
	opacity: 0.4;
}

.main-room h3 {
	margin: 0 0 15px;
	font-size: 36px;
}

.main-room h3 small {
	display: block;
	margin-bottom: 10px;
	color: #c4984e;
	font-size: 15px;
	letter-spacing: 2px;
}

.main-room p {
	font-size: 18px;
	opacity: 0.9;
	font-weight: 300;
}

.main-room .more {
	display: inline-block;
	margin-top: 25px;
	padding: 8px 25px;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.1px;
	font-weight: 400;
	transition: all 0.25s ease;
}

.main-room .inner:hover .more {
	color: #111;
	background: #fff;
}

.main-facility {
	padding: 70px 0 70px;
	text-align: center;
}

.main-facility .title h3 {
	margin: 0 0 12px;
	font-size: 48px;
	font-weight: 600;
}

.main-facility .title p {
	margin-bottom: 55px;
	font-size: 18px;
	color: #707070;
	font-weight: 400;
}

.main-banner {
	position: relative;
	padding: 30px 0 20px;
	text-align: center;
	color: #fff;
	background: #524e48;
}

.main-banner h4 {
	font-size: 18px;
	display: inline-block;
	margin: 0px 0 13px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #dea950;
	margin-right: 15px;
	vertical-align: middle;
}

.main-banner p {
	margin: 0;
	font-size: 34px;
	line-height: 1;
	color: #fff;
	font-weight: 300;
	display: inline-block;
	letter-spacing: 0.2px;
}

#bookArea .bookIns{
	padding: 20px 35px !important;
}

/* footer setting */
#site footer {
	/* text-align: center; */
}

#site footer li {
	display: inline-block;
	margin-right: 10px;
	line-height: 1.5;
}
#site footer li strong{
	font-weight: 600;
	font-size:15px;
	color:#aaa;
	display: inline-block;
	margin-bottom: 13px;
	line-height: 1;
}
#site footer ul {
	margin-bottom: 2px;
}

.foot-logo {
	margin-bottom: 25px;
}
footer .box1{
    /* padding-top: 25px; */
}
footer .box2{
}
footer .box3{
    padding-left: 20px;
}
footer p.copy {
	font-size: 11px;
	opacity: 0.5;
	letter-spacing: 0;
}
.info-wrap{
	display:flex;
	justify-content: space-between;
}
.info-wrap dl{
	width: 49%;
	color: #999;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 14px;
}
.info-wrap dl dt{
	font-size: 15px;
	color: #c4984e;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1;
}
.info-wrap dl dd{
	line-height: 1.75;
}
.info-wrap dl span{
	display:inline-block;
	width: 55px;
	font-weight: 400;
	color: #ccc;
}
/* subpage setting */
.pageheader {
	height: 200px;
	background: #000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}

.pageheader .container {
	position: relative;
	height: 100%;
}

.pageheader h2 {
	margin: 6px 0 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	color: #fff;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	opacity: 0.6;
}

.breadcrumb {
	position: absolute;
	right: 15px;
	bottom: -40px;
	padding: 0;
	margin: 0;
	background: transparent;
	font-size: 12px;
	color: #777;
	letter-spacing: 0.01em;
}

.breadcrumb>li+li:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 11px;
	padding: 0 5px;
	color: #bfbfbf;
}

.breadcrumb .active {
	color: #333;
	font-weight: 500;
}

.subpage-content {
	padding-top: 80px;
	padding-bottom: 40px;
}

.subpage-content .container {
}

.subpage-content .emp {
	font-weight: 500;
	color: #C4984E;
}

.subpage-content section {
	padding-bottom: 80px;
}

.subpage-content section h4 {
	position: relative;
	margin: 0 0 25px;
	font-size: 34px;
	font-weight: 300;
	color: #000;
}

.subpage-content section h5 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0;
}

@media(max-width:767px) {

	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits {
		display: none;
	}
}

.board_wrapper,
.calendar_wrapper {
	margin-top: 0;
	visibility: hidden;
}

.pagination_wrap,
.search_wrap {
	visibility: hidden;
}

.s-title {
	margin-bottom: 75px;
	text-align: center;
}

.s-title h3 {
	margin: 0;
	font-size: 40px;
	font-weight: 500;
}

/* subpage about */
#common-info {
	display: none;
}

.greet .right-con {
	padding-left: 60px;
	padding-right: 65px;
}

.greet p {
	margin-bottom: 25px;
	font-size: 15px;
	color: #555;
	line-height: 1.75;
}

.introduction .txt-box {
	position: relative;
	z-index: 10;
	width: 80%;
	margin: -90px auto 0;
	padding: 60px 30px 0;
	background: #fff;
	text-align: center;
}

.introduction .txt-box p {
	font-size: 15px;
	color: #555;
	line-height: 1.75;
	margin-bottom: 35px;
}

.introduction .txt-box p.small-quote {
	font-size: 26px;
	font-weight: 500;
	color: #af7f28;
	display: inline-block;
	padding: 0 80px;
	line-height: 1.7;
	margin-top: 10px;
}

/* subpage room */
.tab-menu {
	margin-bottom: 50px;
	text-align: center;
}

.tab-menu::after {
	content: "";
	display: block;
	clear: both;
}

.tab-menu li {
	display: inline-block;
	margin: 0 -2px;
}

.tab-menu li a {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 400;
	border: 1px solid #d8d8d8;
	color: #555;
	background: #fff;
}

.tab-menu li.active a {
	border-color: #b98a3c;
	background: #b98a3c;
	color: #fff;
}

.slick-prev,
.slick-next {
	background: rgb(50 50 50 / 0.75);
	width: 60px;
	height: 60px;
	z-index: 1;
	left: 0;
}

.slick-next {
	left: auto;
	right: 0;
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.slick-prev:before {
	content: "\f053"
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
	background: rgba(0, 0, 0, 0.8)
}

.slick-dots {
	bottom: 20px;
	left: 0;
}

.slick-dots li button:before {
	color: #fff;
	opacity: 1;
	font-size: 10px;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #d89f3e
}

.slick-dots li {
	margin: 0 1px;
}

.room-info {
	margin-top: 80px;
	text-align: center;
}

#site .room-info h5 {
	margin-bottom: 30px;
	font-size: 45px;
	letter-spacing: 0;
	font-weight: 800;
	color: #333;
}

.room-info p {
	font-size: 16px;
	color: #555;
	margin-bottom: 8px;
}

.room-info li {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	font-size: 20px;
	color: #b9842b;
	letter-spacing: 0;
}

.room-info li+li:before {
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	background: #cec1ac;
	position: absolute;
	left: -2px;
	top: 4px;
}

.hotel-info {
	padding: 40px 70px 40px;
	border: 1px solid #e3e3e3;
	border-top: 1px solid #999;
}

.reserve-box {
	position: relative;
	max-width: 700px;
	margin: 55px auto 90px;
	text-align: center;
}

.reserve-box dt {
	margin-bottom: 20px;
	font-size: 20px;
	letter-spacing: -0.04em;
	display: inline-block;
	line-height: 1.5;
}

.reserve-box ul {
	margin: 0;
	display: inline-block;
	text-align: left;
}

.reserve-box li {
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0;
}

.reserve-box li+li {
	margin-top: 5px;
}

.reserve-box li strong {
	margin-right: 6px;
	letter-spacing: .2px;
	font-weight: 500;
	background: #f1e5d3;
	color: #555;
	font-size: 13px;
	padding: 5px 15px;
	display: inline-block;
}

.reserve-box .more-btn {
	position: relative;
	z-index: 10;
	margin-top: 35px;
	margin-bottom: 0;
	width: 210px;
	line-height: 60px;
	height: 60px;
	font-size: 18px;
	border-color: #b98a3c;
	background: #b98a3c;
	letter-spacing: 0;
	transition: all 0.25s ease;
}

.reserve-box .more-btn:hover, 
.reserve-box .more-btn:focus {
	color: #fff;
	border-color: #8a6d3b;
	background: #8a6d3b;
}

.trait-dl dd li {
	font-size: 15px;
	color: #666;
}

.room-amenity {
	padding: 70px 70px;
	margin-top: 29px;
	border: 1px solid #e3e3e3;
	border-top: 1px solid #999;
}

.room-amenity li {
	margin-left: 0;
	margin-bottom: 5px;
	font-size: 16px;
	letter-spacing: -0.035em;
	color: #666;
}

.room-amenity .txt-box {
	padding-top: 0;
}

.room-amenity .txt-box h5 {
	margin-top: 0;
	margin-bottom: 30px;
}

.faci-info {
	position: relative;
	max-width: 700px;
	margin: 55px auto 0;
	padding: 45px 30px 50px;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#site .faci-info h5 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #111;
	font-size: 20px;
}

.faci-info ul {
	margin: 0;
	display: inline-block;
	text-align: left;
}

.faci-info li {
	font-size: 15px;
	letter-spacing: -0.025em;
	margin-left: 0;
}

/* form */
.btn.btn-primary {
	border-color: #b98a3c;
	background: #b98a3c;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	color: #fff;
	border-color: #8a6d3b;
	background: #8a6d3b;
}

.btn.btn-dark {
	border-color: #444;
	background: #444;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
	color: #fff;
	border-color: #222;
	background: #222;
}

.member_wrapper h1 {
	border-bottom: none;
	padding-bottom: 0;
}

.form-control:not([readonly]):focus {
	border-color: #333;
}
.main_popup_contents img{
	max-width:100%;
	height:auto;
}
@media(max-width:767px){
	#site{
		padding-top:70px;
	}
	.navbar-inverse .navbar-brand{
		margin-top:0;
	}
	.navbar-brand img{
		margin:10px;
		height:50px;
	}
	.navbar-toggle{
		top:12px;
	}
	#mainCarousel .carousel-inner .item {
		height: 280px;
	}
	.carousel-control{
		display:none;
	}
	.main-room{
		flex-wrap: wrap;
		padding:15px;
	}
	.main-room>div{
		width:100%;
	}
	.main-room div + div{
		margin-top:15px;
	}
	.main-room h3{
		font-size:31px;
	}
	.main-room p{
		font-size:16px;
	}
	.main-room h3 small{
		font-size:13px;
	}
	.main-room .more{
		padding:5px 15px;
	}
	.main-facility .title h3{
		font-size: 38px;;
	}
	.main-facility .title p{
		font-size:16px;
	}
	.circle-wrap .circle{
		display:block;
		width:100%;
		margin:0 0 35px;
		padding-top:70vw;
	}
	.main-banner h4{
		display:block;
		margin-right:0;
		font-size:16px;
	}
	.main-banner p{
		font-size:30px;
	}
	#site footer{
		padding:40px 0 30px;
	}
	.foot-logo{
		height:50px;
	}

	.pageheader h2{
		font-size:32px;
		white-space: nowrap;
	}
	.s-title{
		margin-bottom:55px;
	}
	.s-title h3{
		font-size:36px;
	}
	.greet .right-con{
		padding:30px 15px 0;
	}
	.greet .quote, p.quote{
		font-size:22px;
	}
	.introduction .txt-box{
		width: 100%;
		margin: 0;
		padding: 30px 30px 0;
	}
	.introduction .txt-box p.small-quote{
		padding:0;
		font-size:20px;
	}
	.tab-menu li a{
		width:150px;
		font-size:16px;
	}
	.subpage-content section h4{
		font-size:28px;
	}
	.slick-prev, .slick-next{
		width:40px;
		height:40px;
	}
	.slick-prev:before, .slick-next:before{
		font-size:15px;
	}
	#site .room-info h5{
		font-size:30px;
	}
	.room-info li{
		font-size:17px;
	}
	.room-info p{
		font-size:15px;
	}
	.reserve-box .more-btn{
		width: 190px;
		line-height: 50px;
		height: 50px;
	}
	.room-amenity,
	.hotel-info {
		padding: 4px 30px 30px;
	}
	.trait-dl dt{
		padding-bottom:10px;
		border:none;
		font-size:16px;
	}
	.trait-dl dt br{
		display: none;
	}
	.trait-dl dd{
		width:100%;
	}
	.trait-dl dd li{
		margin:0;
		font-size:14px;
	}
	.subpage-content section h5{
		font-size:24px;
	}
	.room-amenity .txt-box h5{
		margin-top:30px;
	}
	.room-amenity ul{
		margin-bottom:15px;
		column-count: 2;
	}
	.room-amenity li{
		font-size:14px;
	}
}

#rest01 .reserve-box .more-btn{
	display: none;
}
#rest01 .room-info h5{
	font-weight: 300;
}
.subpage-content .room-info02 h5{
	margin-top: 40px;
	padding-top: 40px;
    border-top: 1px solid #e6e3df;
	margin-bottom: 27px;
    font-size: 17px;
    color: #666;
}
.room-info02 dt{
	margin-bottom: 7px;
    font-size: 16px;
    color: #af7f28;
    font-weight: 500;
}
.room-info02 dd{
	font-size: 15px;
    font-weight: 400;
	color: #777;
}
.room-info02 dd+dd{
	margin-top: 3px;
}