@charset "utf-8";
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

.nanummyeongjo * {
 font-family: 'Nanum Myeongjo', serif;
}

header {
	font-family: 'GmarketSansMedium';
	font-size: 14px;
	position: relative;
	padding: 20px 40px;
	box-sizing: border-box;
}
header h1 {
	width: 280px;
	margin: auto;
}
header a {
	display: block;
}
.header_menu {
	text-align: center;
	margin-top: 30px;
}
.header_menu li {
	display: inline-block;
	margin:0 1.5%;
}
.header_menu li a {
	color: #000;
    letter-spacing: 0.5px;
}
.header_menu li a:hover {
	color: #b69d2a;
}
.lang {
	display: block;
	color: #b69d2a;
	position: absolute;
	top: 30px;
	right: 30px;
}
.lang h2 {
	font-weight: normal;
	font-size: 14px;
	font-family: 'GmarketSansMedium';
}
.lang img {
	width: 25px;
	vertical-align: middle;
	margin:0 3px;
}

#popslide .slick-dots {
	bottom: 2.5px;
}
#popslide .slick-dots li.slick-active button:before {
    color: #b69d2a;
}

#mainslide .slick-dots li.slick-active button:before {
    color: #b69d2a;
}

.main_con>div {
	width:1200px;
	margin:auto;
	text-align: center;
}
.main_con>div>h2 {
	width:100%;
	text-align: center;
	font-size:41px;
	letter-spacing: 2px;
	line-height: 80px;
    margin-top: 140px;
	font-weight: bold;
	font-family: 'Nanum Myeongjo', serif;
}
.main_bd {
	width: 60px;
	border-bottom: 4px solid #ad8716;
	margin: 0 auto 50px;
}
.main_con .view {
	font-family: 'Malgun Gothic','MalgunGothic',"맑은고딕", sans-serif;
	font-size:13.5px;
	font-weight: bold;
	letter-spacing: 3px;
	width:210px;
	height:36px;
	margin:30px auto 0;
	display: block;
	line-height:35px;
	border:1px solid  #bbb8ac;
	color:  #bbb8ac;
	text-align: center;
	transition: 0.3s;
}
.main_con .view:hover {
	background-color:  #bbb8ac;
	color:  #fff;
}

#mainslide .slick-slide img {
    margin: auto;
}

/* ROOM */
.main_con .rooms .slick_rooms_box{
	width: 353px !important;
	border: 1px solid #ddd;
	margin:0 22px;
	padding: 30px 0;
}
.slick_rooms_box h3 {
	font-size: 14px;
	color: #adaca0;
	font-weight: normal;
}
.slick_rooms_box h4 {
	font-size: 21px;
	line-height: 40px;
	margin-bottom: 20px;
	color: #ad8716;
}
.slick_rooms_box p{
	font-size: 15px;
	text-align: center;
	line-height: 24px;
	transform: skew(-0.03deg);
	margin: 20px 0 30px;
}

/* FACILITY */
.main_con .rooms .slick_fa_box{
	width: 575px;
	margin:0 50px 100px 0;
	position: relative;
	float: left;
	overflow: hidden;
}
.main_con .rooms .slick_fa_box:last-child {
	margin: 0 0 100px;
}
.main_fatxt {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.75);
    padding: 10px 0 17px;
}
.main_fatxt h3 {
	color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
}
.main_fatxt .view {
	margin: 8px auto 0;
	width: 150px;
	height: 32px;
	line-height: 30px;
	font-size: 12px;
}

/* RESERVATION */
.reservation a {
	display: block;
	width: 18%;
	margin: 50px auto 0;
}

/* LOCATION */
.promotion_wrap {
	overflow: hidden;
	border: 1px solid #ddd;
	text-align: left;
	margin-bottom: 180px;
}
.promotion .pro_left{
	float: left;
}
.promotion .pro_right{
	width:531px;
	height:323px;
	float:right;
	padding: 60px 50px 0;
	box-sizing: border-box;
}
.promotion h3 {
	color: #ad8716;
	font-size: 18px;
	line-height: 60px;
}
.promotion p {
	font-size: 15.5px;
	line-height: 24px;
}
.promotion .view {
	margin:30px 0;
}

.footer{
	width:100%;
	background-color: #e3e3e3;
	padding:20px 0;
	color: #333;
}
.footer footer{
	width:1200px;
	margin: auto;
}
.footer h3{
	margin: 20px 30px;
	width: 210px;
}
.footer footer p{
	letter-spacing: 2px;
}
.footer .inquiry{
	font-size: 16px;
	transform: skew(-0.03deg);
	line-height: 32px;
	padding-left: 30px;
}
.footer .inquiry span{
	display: block;
	font-size: 33px;
	letter-spacing: 0.5px;
}
.footer .address{
	padding-top:30px;
	line-height: 26px;
	padding-left: 30px;
	transform: skew(-0.03deg);
}
.footer #copy_wrap {
	width: 1142px;
	margin:auto;
	margin-top:26px;
	padding-top:10px;
	border-top:1px solid #333;
	overflow: hidden;
}
.footer .copy {
	line-height: 24px;
	float: left;
	transform: skew(-0.03deg);
}
.footer #admin_bt {
	float: right;
	width: 80px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #333;
	text-align: center;
	margin: 10px 10px 0 0;
	cursor: pointer;
	transition: 0.3s;
}

/* sub */
.sub_wrap {
	width: 1220px;
	margin:0 auto 190px;
}
.sub_top img {
    margin: auto;
    display: block;
}
.sub_title {
	text-align: center;
    margin:90px 0 70px;
}
.sub_title h2 {
	font-size: 30px;
	font-weight: normal;
	font-family: 'GmarketSansMedium', sans-serif;
}
.sub_title div {
    width: 65px;
    height: 2px;
    margin: 20px auto 0;
    background-color: #ad8716;
}
.sub_tab {
	margin:80px auto 60px;
	text-align: center;
	width: 1000px;
}
.sub_tab li {
	display: inline-block;
	width: 225px;
	height: 40px;
	line-height: 42px;
	margin:10px;
	border: 1px solid #ad8716;
	color: #ad8716;
}
.sub_tab .on {
	background-color: #ad8716;
}
.sub_tab .on a {
	color: #fff;
}
.sub_tab li a {
	display: block;
	font-size: 17px;
	font-family: 'GmarketSansMedium', sans-serif;
}

/* about */
.about {
	text-align: center;
}
.about_txt {
	margin: 20px 0 70px;
}
.about_txt .about_tit{
	font-size:22px;
	letter-spacing: 2px;
	padding:40px 0 60px;
	color: #ad8716;
}
.about_txt p{
	line-height:30px;
	font-size: 16.5px;
	letter-spacing: 1px;
	box-sizing: border-box;
}

.about ul.img_wrap {
    display: flex;
    height: 250px;
    justify-content: space-between;
    gap: 10px;
}

.about ul.img_wrap li {
    height: 100%;
    width: calc(100% / 3);
	overflow: hidden;
}

.about ul.img_wrap li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 3px;
}


/* location */
#location {
	margin-top: 40px;
}
#location_txt>div {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 70px;
}
#location_txt h3 {
	font-size: 17px;
	line-height: 40px;
	margin-top: 50px;
}
#location_txt p {
	font-size: 17px;
	line-height: 0;
	padding-top: 20px;
}
#location_txt table {
	border: 1px solid #ddd;
	font-size: 15px;
}
#location_txt th {
	border-right: 1px solid #ddd;
	padding:15px 0;
	width: 30%;
	border-bottom: 1px solid #ddd;
	transform: skew(-0.03deg);
}
#location_txt td {
	padding:15px;
	border-bottom: 1px solid #ddd;
	transform: skew(-0.03deg);
}
#location_txt span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 6px;
	margin-right: 5px;
	text-align: center;
	border-radius: 10px;
	background-color: #9A7611;
	color: #fff;
}
#location_txt .bus_sky {
	border-radius: 0;
	background-color: #68A4D0;
	margin-right: 8px;
}
#location_txt .bus_orange {
	border-radius: 0;
	background-color: #d5800b;
	margin-right: 8px;
}
#location_txt .bus_blue {
	border-radius: 0;
	background-color: #3353A2;
	margin-right: 8px;
}
#location_txt .bus {
	border-radius: 0;
	background-color: #48952E;
	margin-right: 8px;
}
#location_spots {
	text-align: center;
}
#location_spots td:nth-child(1) {
	border-right: 1px solid #ddd;
	width: 50%;
}
.map .root_daum_roughmap {
	border: none;
	padding:0;
}

/* room */
#info_wrap{
	margin-top:20px;
}
#info_wrap #room_info{
	border-top:2px solid #594941;
}
#info_wrap #room_info tr td{
	padding:14px 0;
	color:#2d2d2d;
	border-bottom: 1px solid #989898;
}
#info_wrap #room_info tr td:nth-child(1){
	text-align: center;
	background-color: #e8e8e8;
	font-weight: bold;
}
#info_wrap #room_info tr td:nth-child(2){
	padding-left: 20px;
	line-height: 25px;
}
#info_wrap b{
	display: block;
	font-size: 17px;
	font-weight: bold;
	padding-bottom:7px;
	color:#222;
	margin-top:50px;
}
#info_wrap #room_notice {
	clear: both;
}
#info_wrap #room_notice ul{
	border-top:2px solid #594941;
	clear: both;
}
#info_wrap  #room_notice ul li{
	border-bottom: 1px solid #ddd;
	line-height: 40px;
	text-indent:10px;
	letter-spacing: 0.5px;
	transform: skew(-0.03deg);
}
.room_wrap {
	width: 1096px;
	margin:auto;
}
.room_wrap h5 {
	font-size: 19px;
	font-weight: normal;
	margin-top: 90px;
	line-height: 30px;
}
.room_info {
	margin: 50px 0 100px; 
}
.room_info b {
	display: block;
	font-size: 17px;
	margin: 40px 0 5px;
}
.room_info ul {
	border-top:2px solid #ddd;
}
.room_info ul li {
	border-bottom: 1px solid #ddd;
	line-height: 40px;
	text-indent:3px;
	font-size: 14px;
	transform: skew(-0.03deg);
}
.room_slider .slick-prev, .room_slider .slick-next {
	width: 32px;
    height: 38px;
    z-index: 999;
}
.room_slider .slick-prev {
    background: url(/images/left.gif) 0 0 no-repeat;
    left: 0;
}
.room_slider .slick-next {
    background: url(/images/right.gif) 0 0 no-repeat;
    right: 0;
}

/* reservation */
#reservation_banner {
	display: block;
}
.reservation_btn {
	display: block;
	width: 200px;
	height: 55px;
	margin:100px auto 0;
}

/* board */
#bo_v header {
	position: static;
	/* height: 45px; */
	background-color: #fff;
	transform: translateX(0);
	padding: 0;
	/* text-align: center; */
}
#bo_v h2 {
	font-size: 16px;
	font-family: 'NanumSquare', sans-serif;
}
#bo_v_info {
	text-align: center;
}
#bo_list {
	font-family: 'Malgun Gothic', dotum, sans-serif;
}

#bo_v_share .btn {
	width: auto;
}

#container {
	width: 100% !important;
}