/*서브페이지 공통*/
.top_bnr {
height: 500px;
position: relative;
}
.top_bnr .top_txt_wrap {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
color: #fff;
}
.top_bnr .top_txt_wrap span {
font-size: 17px;
font-weight: 500;
line-height: 20px;
display: block;
padding-bottom: 15px;
position: relative;
font-family: "Montserrat", sans-serif;
letter-spacing: 0;
}
.top_bnr .top_txt_wrap span:after {
content: "";
display: block;
position: absolute;
width: 43px;
height: 2px;
background-color: #fff;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.top_bnr .top_txt_wrap p {
font-size: 43px;
line-height: 54px;
padding-top: 20px;
font-family: "Montserrat", sans-serif;
}
.top_bnr .top_txt_wrap p b {
display: block;
font-weight: 700;
font-size: 50px;
}
.path {
border-bottom: 1px solid #ececec;
}
.path ul {
display: flex;
flex-wrap: wrap;
align-items: center;
border-left: 1px solid #ececec;
}
.path ul li {
line-height: 65px;
border-right: 1px solid #ececec;
width: 190px;
}
.path ul li:first-child {
padding: 24px;
width: unset;
}
.path ul li:first-child img {
width: 24px;
}
.path ul li a {
padding: 0 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.path ul li:first-child a {
padding: 0;
}
.path ul li span {
font-size: 14px;
color: #c1c1c1;
}
.path ul li span.path_name {
display: inline-block;
}
.path ul li span.path_arr {
position: relative;
display: inline-block;
width: 25px;
height: 25px;
border-radius: 50%;
border: 1px solid #c1c1c1;
transition:all .2s;
background-image:url(../../images/path_arrow.png);
background-repeat:no-repeat;
background-position:50% 54%;
background-size: 9px;
}
.path ul li span.path_arr:hover{
	border: 1px solid #0187D0;
	background-image:url(../../images/hover_path.png);
}

.path ul li span img {
position: absolute;
top: 57%;
left: 52.2%;
transform: translate(-50%, -50%);
display:none;
}
.path ul li:last-child span {
color: #000;
}



.sub_tit {
padding: 100px 0 50px;
}
.sub_tit.center {
text-align: center;
}
.sub_tit h2 {
font-size: 40px;
font-weight: 500;
line-height: 1.475;
}
.sub_tit span {
color: #767676;
font-size: 20px;
line-height: 1.45;
}

/*인사말*/
.top_bnr.intro {
background: url(../../images/intro_bnr.png) no-repeat center/cover;
}
.welcom_top,
.sum_top {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.welcom_top > div,
.sum_top > div {
width: calc(50% - 11px);
}
.welcom_top .wel_slide {
}
.welcom_top .wel_slide .swiper {
}
.welcom_top .wel_slide .swiper.mySwiper2 {
margin-bottom: 10px;
}
.welcom_top .wel_slide .swiper-slide {
border-radius: 10px;
overflow: hidden;
}
.welcom_top .wel_slide .swiper img {
width: 100%;
}
.welcom_top .wel_txt {
}
.welcom_top .wel_txt strong,
.sum_top .sum_txt strong {
font-size: 32px;
font-weight: 500;
line-height: 1.37;
}
.welcom_top .wel_txt p,
.sum_top .sum_txt p {
padding-top: 20px;
color: #666666;
font-size: 16px;
line-height: 1.75;
}
.spa_wrap {
padding: 100px 0;
}
.spa_wrap .spa_tit {
padding-bottom: 50px;
}
.spa_wrap .spa_tit strong {
font-size: 32px;
font-weight: 500;
line-height: 1.375;
}
.spa_wrap .spa_tit p {
color: #666666;
font-size: 16px;
line-height: 1.75;
}
.spa_wrap .spa_list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.spa_wrap .spa_list .spa_box {
width: calc(25% - 15px);
}
.spa_wrap .spa_box .spa_view {
margin-bottom: 10px;
border-radius: 10px;
overflow: hidden;
}
.spa_wrap .spa_box .spa_view img {
width: 100%;
}
.spa_wrap .spa_box .spa_txt {
}
.spa_wrap .spa_box .spa_txt b {
font-size: 20px;
font-weight: 500;
line-height: 1.45;
}
.spa_wrap .spa_box .spa_txt p {
font-size: 16px;
color: #666666;
line-height: 1.75;
}

/*연혁*/
.sub_tit > p {
font-size: 16px;
line-height: 1.625;
color: #232323;
padding-top: 37px;
}
.top_bnr.history {
background: url(../../images/history_bnr.png) no-repeat center/cover;
}
.history_wrap {
}
.history_wrap .year_div {
}
.history_wrap .year_div p.year_issue {
font-size: 20px;
line-height: 1.4;
color: #0187d0;
padding-bottom: 6px;
border-bottom: 1px solid #0187d0;
}
.history_wrap .year_div div.year_wrap {
padding-top: 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.history_wrap .year_div div.year_wrap > div.period {    margin-top: -10px;
}
.history_wrap div.year_wrap .period {
width: 21%;
font-size: 30px;
font-weight: 600;
}
.history_wrap div.year_wrap .year_desc {
width: 79%;
}
.history_wrap div.year_wrap .year_desc ul {
padding-bottom: 40px;
}
.history_wrap div.year_wrap .year_desc ul li {
padding-bottom: 12px;
}
.history_wrap div.year_wrap .year_desc ul li span {
font-size: 16px;
color: #767676;
line-height: 1.75;
    display: inline-block;
}
.history_wrap div.year_wrap .year_desc ul li span:first-child{padding-right:20px;}
/*사회공헌*/
.sub_tit.left {
text-align: left;
}
.social_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 60px;
}
.social_wrap .social_box {
width: calc(25% - 18px);
margin-bottom: 45px;
}
.social_wrap .social_box .social_img {
margin-bottom: 10px;
}
.social_wrap .social_box .social_img img {
width: 100%;
}
.social_wrap .social_box .social_txt {    padding-left: 8px;
}
.social_wrap .social_box .social_txt b {
font-size: 20px;
line-height: 1.45;
font-weight: 500;
}
.social_wrap .social_box .social_txt p {
font-size: 16px;
color: #767676;
line-height: 1.56;
}

/*개요*/
.sum_top .sum_img img {
width: 100%;
}

/*더블룸*/
.top_bnr.room {
background: url(../../images/room_bnr.png) no-repeat center/cover;
}
.top_bnr.cafe {
background: url(../../images/cafe_bnr.png) no-repeat center/cover;
}
.top_bnr.walk {
background: url(../../images/walk_bnr.png) no-repeat center/cover;
}
.top_bnr.sauna_bnr {
background: url(../../images/sauna_bnr.png) no-repeat center/cover;
}
.room_wrap {
padding-bottom: 100px;
}
.select_link select{display:none;width: 100%;height: 50px;border-radius: 10px;border-color: #ECECEC;padding: 0 10px;    font-size: 14px;    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 10px;
    background: url(../../images/select_arrow.png)no-repeat;
    background-position: 95% 50%;
    background-size: 10px;}
.room_wrap p.room_type_tit {
font-size: 30px;
font-weight: 500;
line-height: 1.5;
padding: 50px 0 20px;
}

.room_menu {
margin-top: 100px;
}
.room_menu ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.room_menu ul li {
flex: 1;
text-align: center;
background-color: #f5f5f5;
border-right: 1px solid #ececec;
}
.room_menu ul li.selected {
background-color: #fff;
border-top: 2px solid #0187d0;
}
.room_menu ul li.selected a {
color: #0187d0;
}
.room_menu ul li a {
font-size: 16px;
line-height: 1;
color: #c1c1c1;
display: block;
padding: 18px 0;
}
.room_slide {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 50px;
}
.room_slide.fis {
	display: flex;
}
.room_slide.sec {
	display: none;
}
.room_slide .mySwiper {
width: calc(15% - 10px);
height: 693px;
margin-left: 10px;
}
.room_slide .mySwiper2 {
width: calc(85% - 10px);
margin-right: 10px;
}
.room_slide .swiper-slide {
border-radius: 10px;
overflow: hidden;
}
.room_slide .swiper-slide img {
}
.room_slide .mySwiper .swiper-slide img {
height: 100%;
}
.room_slide .mySwiper2 .swiper-slide img {
width: 100%;
}
.room_info table {
width: 100%;
border: 1px solid #dfdfdf;
border-left: 0;
border-right: 0;
}
.room_info table tr {
}
.room_info table tr td {
padding: 19px 0;
text-align: left;
font-size: 16px;
color: #232323;
padding-left: 25px;
border-bottom: 1px solid #dfdfdf;
}
.room_info table tr td.th {
color: #a1a1a1;
padding-left: 0;
text-align: center;
background-color: #f8f8f8;
width: 180px;
}
/*부대시설*/
.top_bnr.facility {
background: url(../../images/facility_bnr.png) no-repeat center/cover;
}
.facility_info .facility_name {
font-size: 24px;
font-weight: 500;
line-height: 1.5;
padding-bottom: 16px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.facility_info .facility_name .benefit {
font-size: 16px;
color: #0187d0;
font-weight: 500;
line-height: 1.625;
display: block;
padding-left: 12px;
}
.facility_info table tr td {
font-size: 16px;
line-height: 1.625;
padding-bottom: 10px;
}
.facility_info table tr td.th {
color: #a1a1a1;
width: 80px;
font-weight:500;
}
.room_menu.sauna {
	width: 400px;
	margin: 100px auto 0;
}
.room_menu.sauna li {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #c1c1c1;
	border-top: 1px solid #ececec;
}
.room_menu.sauna li.selected {
	color: #0187d0;
}
.facility_wrap .room_wrap {
	display: none;
}
.facility_wrap .room_wrap.on {
	display: block;
}
.sauna_slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.sauna_slide .mySwiper2 {
	width: calc(85% - 10px);
	margin-right: 10px;
}
.sauna_slide .mySwiper {
	width: calc(15% - 10px);
	height: 693px;
	margin-left: 10px;
}
.sauna_slide .mySwiper2 .swiper-slide,
.sauna_slide .mySwiper2 .swiper-slide img,
.sauna_slide .mySwiper .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
}
.sauna_slide .mySwiper .swiper-slide img {
	height: 100%;
}

.cafe_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 100px;
}
.cafe_wrap > div {
	width: calc(50% - 12px);
}
.cafe_wrap > div .faci_img {
	margin-bottom: 20px;
}
.cafe_wrap > div .faci_img img {
	width: 100%;
}
.cafe_wrap > div .faci_info {
	padding-left: 20px;
}
.cafe_wrap > div .faci_info p {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	padding-bottom: 16px;
}
.cafe_wrap > div .faci_info p span {
	font-size: 16px;
	color: #0187d0;
	font-weight: 500;
	line-height: 1.625;
	display: inline-block;
	padding-left: 12px;
}
.cafe_wrap > div .faci_info table tr td {
	font-size: 16px;
	line-height: 1.625;
	padding-bottom: 10px;
}
.cafe_wrap > div .faci_info table tr td.th {
	width: 75px;
	color: #a1a1a1;
	font-weight: 500;
}

/*행사안내*/
.top_bnr.event {
background: url(../../images/event_bnr.png) no-repeat center/cover;
}
 .event_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;    margin-bottom: 100px;
}
.event_wrap .event_box {
	width: calc(33.33% - 16px);
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-radius: 10px;
	transition: all 0.3s;
}
.event_wrap .event_box:hover {
	transform: translateY(-10px);
	box-shadow: rgb(0 0 0 / 7%) 0px 0px 13px;
}
.event_wrap .event_box .ev_img img {
	width: 100%;
}
.event_wrap .event_box .ev_txt {
	text-align: center;
	padding-top: 10px;
}
.event_wrap .event_box .ev_txt strong {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
	display: block;
	padding-bottom: 7px;
}
.event_wrap .event_box .ev_txt p {
	font-size: 16px;
	line-height: 1.625;
	padding-bottom: 14px;
}
.event_wrap .event_box .ev_txt span {
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	color: #0187d0;
	border: 1px solid #0187d0;
	border-radius: 30px;
	padding: 7px 17px;
}
/*관광지*/

			.top_bnr.tour {
background: url(../../images/tour_bnr.png) no-repeat center/cover;
}
.tour_wrap .tour_box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 100px;
}
.tour_wrap .tour_box > div {
width: 50%;
}
.tour_wrap .tour_box .tour_view {
}
.tour_wrap .tour_box .tour_view img {
width: 100%;
}
.tour_wrap .tour_box.sec .tour_txt {
padding-left: 0;
}
.tour_wrap .tour_box .tour_txt {
padding-left: 47px;
box-sizing: border-box;
}

.tour_wrap .tour_box .tour_txt strong {
font-size: 30px;
line-height: 1.5;
font-weight: 500;
}
.tour_wrap .tour_box .tour_txt span {
font-size: 18px;
font-weight: 500;
color: #767676;
line-height: 1.5;
display: block;
}
.tour_wrap .tour_box .tour_txt p {
font-size: 16px;
line-height: 1.75;
color: #767676;
padding-top: 24px;
}
/*소학레저*/
/*
.top_bnr.fish {
		background: url(../../images/fish_bnr.png) no-repeat center/cover;
	}
	.fish_wrap {
		border: 1px solid #e9e9e9;
		border-radius: 10px;
		overflow: hidden;
		padding: 25px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.fish_wrap .fish_table {
		width: calc(55% - 25px);
	}
	.fish_wrap table {
		width: 100%;
	}
	.fish_wrap table tbody tr {
		border-bottom: 10px solid transparent;
		position: relative;cursor: pointer;
	}
	.fish_wrap table tbody tr::after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		border: 1px solid #e9e9e9;
		border-radius: 10px;
		left: 0;
		top: 3px;
		background: #fff;
		z-index: 0;
	}
	.fish_wrap table tbody tr td {
		transition: all 0.3s;
		position: relative;
		z-index: 1;
	}
	.fish_wrap table tbody tr:hover:after {
		border-color: #0187d0;
	}
	.fish_wrap table tbody tr:hover td {
		color: #0187d0;
	}
	.fish_wrap table tbody tr:hover td:first-child {
		font-weight: 500;
		font-size: 20px;
	}

	.fish_wrap table tr th {
		font-size: 20px;
		font-weight: 500;
		line-height: 24px;
		color: #666666;
		text-align: left;
		padding: 0 15px 15px;
	}
	.fish_wrap table tr td {
		padding: 17px 15px;
		font-size: 16px;
		line-height: 24px;
		color: #767676;
	}
	.fish_wrap table tr td:first-child {
		width: 43%;
	}
	.fish_wrap table tr td:nth-child(2) {
		width: 27%;
	}
	.fish_wrap table tr td:last-child {
		width: 30%;
	}
	.fish_wrap .food_map,
	.fish_wrap .fish_map {
		width: 45%;
	}
	.fish_wrap .food_map > div,
	.fish_wrap .fish_map > div {
		height: 100%;
		display: none;
	}
	.fish_wrap .food_map > div.on,
	.fish_wrap .fish_map > div.on {
		display: block;
	}
	.fish_wrap .food_map iframe,
	.fish_wrap .fish_map iframe {
		width: 100%;
		border-radius: 10px;
		overflow: hidden;
		height: 100%;
	}

	.fis_images {
		margin-top: 20px;
	}
	.fis_images ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.fis_images ul li {
	}
	.fis_images ul li img {
		width: 100%;
	}
	.food_cont {
		margin-bottom: 100px;
	}
	.fish_wrap .fish_table.food ul {
		display: flex;
		flex-wrap: wrap;
	}
	.fish_wrap .fish_table.food ul li {
		flex: 1;
		padding-bottom: 12px;
		font-size: 20px;
		font-weight: 500;
		box-sizing: border-box;
		color: #666666;
	}
	.fish_wrap .fish_table.food ul li:first-child {
		padding: 0 40px;
	}
	.fish_wrap .fish_table.food ul li:nth-child(2) {
		padding: 0 20px;
	}
.fish_wrap .fish_table.food .food_bg_wrap {
padding: 10px 24px;
background: #f8f8f8;
box-sizing: border-box;
border-radius: 10px;
border-radius: 10px;
max-height: 480px;
overflow-y: scroll;
}
*/

/*먹거리 - 김보미*/
 .top_bnr.fish {
        background: url(../../images/fish_bnr.png) no-repeat 360px / cover;
        background-position: center;
    }
.fish_wrap.fish {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fish_wrap.fish .fish_table {
    width: calc(50% - 25px);
    float: left;
}
/* .fish_wrap table tbody{width: calc(1);} */

.fish_wrap.fish table tbody tr {
    border-bottom: 10px solid transparent;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 15px;
    box-sizing: border-box;
}

.fish_wrap.fish table tbody tr::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    left: 0;
    top: 3px;
    background: #fff;
    z-index: 0;
}
.fish_wrap.fish table tbody tr td {
    transition: all 0.3s;
    color: #767676;
    position: relative;
    width: 30%;
    z-index: 1;
}

.fish_wrap.fish table tbody tr:hover:after {
    border-color: #0187d0;
}

.fish_wrap table tbody tr:hover td {
    color: #0187d0;
}
.fish_wrap.fish
    table
    tbody
    tr:hover
    td:first-child:not(.famous_restaurant_inner) {
    font-weight: 500;
    font-size: 20px;
}

.fish_wrap.fish table tr th {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #666666;
    box-sizing: border-box;
    text-align: center;
    padding: 0 15px 15px;
}
.fish_wrap .fish_table.food table tr td {
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    color: #767676;
    width: 33.3%;
}

.fish_wrap .fish_table.food .food_bg_wrap table tbody .franchisee:hover td {
    color: #0187d0;
}
.fish_wrap .fish_table.food .food_bg_wrap table tbody .franchisee:hover {
    border-color: #0187d0;
}

.fish_wrap.fish table tbody tr td:nth-child(1) {
    width: 35%;
}
.fish_wrap.fish table tbody tr:nth-child(1):hover td:nth-child(1) {
    color: #0187d0;
    font-size: 20px;
}
.fish_wrap.fish table tbody tr td:nth-child(2) {
    width: 20%;
}
.fish_wrap.fish table tbody tr td:nth-child(3) {
    width: 35%;
    text-align: center;
}

.fish_wrap
    table
    tr
    td:first-child:not(.famous_restaurant_inner):hover
    td:first-child:not(.famous_restaurant_inner) {
    color: #232323;
    font-size: 20px;
}
.fish_wrap table tr td:nth-child(2):not(.famous_restaurant_inner) .address {
    display: none;
    color: #767676;
    font-size: 16px;
    margin-right: 12px;
}

.fish_wrap .food_map,
.fish_wrap .fish_map {
    width: 50%;
    height: 59vh;
}

.fish_wrap .food_map > div,
.fish_wrap .fish_map > div {
    height: 100%;
    display: none;
}

.fish_wrap .food_map > div.on,
.fish_wrap .fish_map > div.on {
    display: block;
}

.fish_wrap .food_map iframe,
.fish_wrap .fish_map iframe {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.fis_images {
    margin: 20px auto 100px;
}
.fis_images ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.fis_images ul li {
    width: calc(33.3% - 13.33333333333333px);
    display: inline-block;
}
.fis_images ul li img {
    width: 100%;
}
.fish_wrap .fish_table.food ul {
    display: flex;
    justify-content: baseline;
    text-align: left;
    flex-wrap: wrap;
}
.fish_wrap .fish_table.food ul li {
    flex: 1;
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    box-sizing: border-box;
    color: #666666;
}
.fish_wrap .fish_table.food ul li:first-child {
    padding: 0 40px;
}
.fish_wrap .fish_table.food ul li:nth-child(2) {
    padding: 0 20px;
}
.fish_wrap .fish_table.food .food_bg_wrap {
    padding: 10px 17px;
    box-sizing: border-box;
    background: #f8f8f8;
    border-radius: 10px;
    max-height: 480px;
    overflow-y: scroll;
    width: 100%;
}
.fish_wrap .fish_table.food .food_bg_wrap table {
    width: 100%;
    display: block;
}
.fish_wrap .fish_table.food .food_bg_wrap table tbody {
    width: 100%;
    display: block;
}

.fish_wrap .fish_table.food .food_bg_wrap table tbody .franchisee {
    background: #fff;
    border: 1px solid #e9e9e9e9;
    border-radius: 10px;
    display: flex;
    margin: 10px auto;
    padding: 18px 10px;
    box-sizing: border-box;
    width: calc(100% - 20px);
    justify-content: space-between;
    align-items: center;
}

.sub_wrap.w1200.fish {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    box-sizing: border-box;
}
.sub_wrap.w1200.fish .sub_tit {
    padding: 0 0 50px 0;
}
.fish_wrap .fish_table.fish {
    width: calc(50% - 25px);
}
.fish_wrap .fish_table.fish table {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.fish_wrap .fish_table.fish table thead {
    width: 100%;
}
.fish_wrap .fish_table.fish table thead tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fish_wrap .fish_table.fish table tbody {
    width: 100%;
}
.fish_wrap .fish_table.food table tbody .franchisee {
    padding: 18px 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fish_wrap.food_cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fish_table.food {
    width: calc(50% - 25px);
}
.fish_wrap .fish_table.food table tbody tr .name {
    display: block;
    color: #767676;
    box-sizing: border-box;
}

.fish_wrap.food_cont {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fish_wrap .fish_table.food .food_bg_wrap table tbody .franchisee .icon_call {
    display: none;
    background: url(../../images/icon_call.png) no-repeat 0 / cover;
    top: 30%;
    transform: translate(-50%, -50%);
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
}

.fish_wrap .fish_table.food .food_bg_wrap table tbody .franchisee .icon_map {
    display: none;
    background: url(../../images/icon_map.png) no-repeat 0 / cover;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 70%;
    transform: translate(-50%, -50%);
}

.sub_wrap.w1200.fish .sub_tit.left span br {
    display: none;
}
.fish_wrap table tr td .name,
.fish_wrap table tr td .number {
    display: none;
}
.fish_wrap.fish table tr .number_wrap {
    text-align: right;
}
.fish_wrap.fish table tr .address_wrap {
    text-align: center;
}

/*이용후기*/
.top_bnr.review {
background: url(../../images/review_bnr.png) no-repeat center/cover;
}
/*예약 및 요금정보 요금안내*/
.top_bnr.cost {
	background: url(../../images/cost_bnr.png) no-repeat center/cover;
}
.cost_wrap {
}
.cost_pg .sub_tit {
	padding: 100px 0 0;
	margin-bottom: -30px;
}
.cost_wrap .room_cost {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cost_wrap .room_cost .rcost_img {
	width: calc(60% - 10px);
	padding-top: 60px;
}
.cost_wrap .room_cost .rcost_img img {
	width: 100%;
}
.cost_wrap .room_cost_table {
	width: calc(40% - 10px);
	padding-top: 60px;
	margin: unset;
}
.cost_wrap .room_cost_table .cost_table_info {
}
.cost_wrap .room_cost_table .cost_table_info p {
	font-size: 24px;
	font-weight: 500;
	position: absolute;
	top: -60px;
	left: 50px;
	width: 120px;
	text-align: center;
}
.cost_wrap .room_cost_table .cost_table_info table {
	width: 100%;
	height: 100%;
}
.cost_wrap .room_cost_table .cost_table_info tr {
}
.cost_wrap .room_cost_table .cost_table_info td.th {
	width: 180px;
	background-color: #f8f8f8;
	color: #a1a1a1;
	text-align: center;
	padding-left: 0;
	font-size: 18px;
}
.cost_wrap .room_cost_table .cost_table_info tr:first-child td {
	border-top: 1px solid #dfdfdf;
}
.cost_wrap .room_cost_table .cost_table_info td {
	padding: 20px 0 20px 18px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 16px;
}
.room_cost_table .swiper-button-prev,
.room_cost_table .swiper-button-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	transition: all 0.2s;
	background: #cfcfcf;
	top: 23px;
}
.room_cost_table .swiper-button-next {
	right: calc(50% + 20px);
}
.room_cost_table .swiper-button-prev:hover,
.room_cost_table .swiper-button-next:hover {
	background: #3a89ce;
}
.room_cost_table .swiper-button-prev:after,
.room_cost_table .swiper-button-next:after {
	font-size: 10px;
	color: #ffff;
	font-weight: 600;
}
.room_cost_table .swiper-button-next:after {
	margin-right: -3px;
}

.sauna_cost {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.sauna_wrap {
	padding: 100px 0;
}
.sauna_wrap .sauna_tit {
	font-size: 30px;
	line-height: 1.5;
	font-weight: 600;
	padding-bottom: 20px;
}
.sauna_cost .sauna_table {
	width: calc(60% - 10px);
}
.sauna_cost .sauna_img {
	width: calc(40% - 10px);
}
.sauna_cost .sauna_img img {
	width: 100%;
}
.sauna_cost .sauna_table table tr:first-child {
	height: 100px;
}
.sauna_cost .sauna_table table tr th {
	background-color: #f2f2f2;
	border-right: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	color: #a1a1a1;
	line-height: 1.55;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	font-weight:400;
}
.sauna_cost .sauna_table table tr th:last-child,
.sauna_cost .sauna_table table tr td:last-child{border-right:0;}
.sauna_cost .sauna_table table tr:nth-child(4) td:last-child{    border-right: 1px solid #dfdfdf;}
.sauna_cost .sauna_table table tr th span {
	color: #767676;
	font-size: 14px;
	display: block;
}
.sauna_cost .sauna_table table tr td {
	vertical-align: middle;
	color: #232323;
	font-size: 16px;
	line-height: 1.625;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
.sauna_cost .sauna_table table tr td.wid_small {
	width: 50px;
}
.sauna_cost .sauna_table table tr td.th_color {
	color: #c1c1c1;
}
.sauna_cost .sauna_table table tr td.sauna_dc {
	color: #0187d0;
	font-weight: 500;
	line-height: 1.75;
}
.sauna_cost .sauna_table table tr td.grey {
	color: #666666;
}
.mo_sauna{display:none;}

.facility_wrap .room_slide.sec{display:none;}
.warn_cost {
	padding-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px dotted #cecece;
}
.warn_cost .warn_list {
	width: 50%;
}
.warn_cost .reserve_info {
	width: calc(50% - 115px);
}
.refund_cost > p,
.warn_cost > div > p {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 30px;
}
.cost_wrap > div ul {
}
.cost_wrap > div ul li {
	margin-bottom: 15px;
	display: flex;
}
.cost_wrap > div ul li span.rec {
	color: #0187d0;
	font-size: 10px;
	margin-top: 10px;
}
.cost_wrap > div ul li span.warn_det {
	font-size: 16px;
	line-height: 1.75;
	display: inline-block;
	padding-left: 5px;
	color: #767676;
}
.refund_cost {
	padding: 60px 0 100px;
	width: 50%;
}
.refund_cost table {
	width: 100%;
}
.refund_cost tr {
}
.refund_cost tr th {
    text-align: center;
    font-weight: 400;
	font-size: 20px;
	color: #a1a1a1;
	padding: 17px 0;
	line-height: 1.4;
	vertical-align: middle;
	background-color: #f2f2f2;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}
.refund_cost tr th:last-child{border-right:0;}
.refund_cost tr td {
	font-size: 16px;
	line-height: 1.625;
	padding: 8px 0;
	color: #232323;
	vertical-align: middle;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	text-align: center;
}
.refund_cost tr:nth-child(2) td:last-child{border-right:0;}
/*오시는길*/
 .top_bnr.way {
                background: url(../../images/way_bnr.png) no-repeat center/cover;
            }
.ctc_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0 100px;
}
.ctc_wrap > div {
    padding: 0 34px;
}
.ctc_wrap .ctc_cont {
}
.ctc_wrap .ctc_cont .ctc_tit {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 6px;
}
.ctc_wrap .ctc_cont .ctc_desc {
    font-size: 16px;
    line-height: 1.5;
    color: #767676;
}
.ctc_wrap .ctc_cont .ctc_desc br{display:none;}
.ctc_wrap .ctc_btn .find_map{display:none;}
.ctc_wrap .ctc_btn a {
    display: inline-block;
    width: 110px;
    height: 50px;
    line-height: 50px;
    background-color: #0187d0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}
.ctc_map {
    height: 530px;
    border-radius: 10px;
    overflow: hidden;
}
.ctc_map iframe {
    width: 100%;
    height: 100%;
}
/*공지사항*/
.top_bnr.notice {
	background: url(../../images/notice_bnr.png) no-repeat center/cover;
}
.board_top{}
.board_top > div{} 
.board_top > div.brd_search{    display: flex;justify-content: end;
}
.board_top > div.brd_write{}
#search_table{
    float: right;margin-bottom: 20px;
}
#search_table tr{position:relative;}
#search_table tr td.est_btn_cell {position: absolute;right: 25px;top: 45%;transform: translateY(-50%);}


.est_cate_cell select{ 
	width: 110px;
	height: 50px;
	border-radius: 10px;
	font-size: 16px;
	-o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 10px;
	background:url(../../images/select_arrow.png)no-repeat;
	background-position:90% 50%;
	background-size:10px;
}

#search_display1 input{ 
height: 50px;
border-radius: 10px;
border-color: #E8E8E8;}
td.est_btn_cell input{border:none;
}

/*문의하기*/
.top_bnr.cs {
background: url(../../images/cs_bnr.png) no-repeat center/cover;
}




@media (max-width:1200px){
.room_slide .mySwiper{height: 55vw;}

/*인사말*/
.welcom_top .wel_slide{width: 100%;}
.welcom_top .wel_txt{margin: 20px auto; width: 100%;}
.welcom_top .wel_txt p, .sum_top .sum_txt p{padding-top:15px;}
.welcom_top .wel_txt strong, .sum_top .sum_txt strong{font-size: 26px; }
.welcom_top .wel_txt p br{display: none;}

/*객실요금*/
.cost_wrap .room_cost .rcost_img{    width: 50%;}
.cost_wrap .room_cost_table{width: calc(50% - 10px);}

 /* 먹거리 - 김보미*/
    .fish_wrap.fish {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .fish_wrap.fish,
    .fish_wrap.food_cont {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .fish_wrap {
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
    }
    .sub_wrap.w1200.fish .sub_tit.left {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 0 0 25px 0;
    }
    .fish_wrap .food_map > div.on {
        height: 60vh;
    }
    .fish_wrap .fish_table.fish {
    }

    .fis_images {
        width: calc(100% - 40px);
        margin: 30px auto 60px;
    }
}


@media (max-width: 1024px) {
/*오시는길*/
.ctc_wrap > div{width:100%;padding: 0;}
.ctc_wrap .ctc_cont .ctc_desc{    margin-bottom: 10px;}
.ctc_wrap .ctc_cont .ctc_desc br{display:block;}
.ctc_map{height: 380px;}
.ctc_wrap {padding: 20px 0 60px;}
.ctc_wrap > div{text-align: center;}
.ctc_wrap > div:first-child{margin-bottom: 20px;}
.ctc_wrap .ctc_btn .find_map{display:block;margin: 0 auto;}
.ctc_wrap .ctc_btn a{margin-right:0;width: 150px}
.ctc_wrap .ctc_btn a.find_map02{display:none;}


/* 인사말 상단*/
.top_bnr.intro{background: url(/img/mo_main_img.png) 360px no-repeat center/cover; display: block;}
.top_bnr .top_txt_wrap span{font-size: 15px;}
.top_bnr .top_txt_wrap p{padding-top:0; font-size: 25px;  line-height: 38px;}
.top_bnr .top_txt_wrap p b{font-size: 32px;}

/* 인사말 타이틀 텍스트 */
.sub_tit.center.spa>h2{text-align: center;}
.home_icon{}


/* 인사말 페이지 - 척산휴양촌의 온천은? */
.spa_wrap{ box-sizing: border-box; padding: 40px 0 30px 0;}
.spa_wrap .spa_tit{width:100%; margin: 0 auto; text-align: left; padding-bottom: 30px;}
.spa_wrap .spa_tit strong{font-size: 30px; font-weight: 500; margin-bottom: 6px; line-height: 1.466666666666667;display: block;}
.spa_wrap .spa_tit p{font-size: 16px; line-height: 1.625; margin: 0 auto;}
.spa_wrap .spa_list{ margin: 0 auto; }
.spa_wrap .spa_list .spa_box{width: calc(50% - 10px); margin: 0 0 30px; }
.spa_wrap .spa_box .spa_view{margin-bottom: 15px;}
.welcom_top .wel_txt {width: 100%;}


/* 연혁 history.html */
.sub_tit.center.history{}
.top_bnr.history{text-align: center;padding: 60px 0; box-sizing: border-box; background: url(../../images/mo_history_top.png)no-repeat 360px/cover; background-position: center;}
.history.title{margin-bottom: 0;}
.sub_tit > p{padding-top: 30px; width: calc(100% - 40px); margin: 0 auto;}

/* 사회공헌 */
.top_bnr.history .sub_tit{padding: 60px 0 30px 0; box-sizing: border-box;}
.sub_wrap.w1200.social .social_wrap{justify-content: unset; display: block; overflow: hidden;} 

.sub_wrap.w1200.social .social_wrap .social_box{width: calc(33.3% - 16px);margin-bottom: 30px; float: left; margin-right: 24px;}
.sub_wrap.w1200.social .social_wrap .social_box:nth-child(3n){margin-right: 0;}

/* 행사안내 EVENT */
.top_bnr.facility{}
.sub_wrap.w1200.event{padding-bottom: 60px;}
.sub_wrap.w1200.event .spacing{}
.top_bnr.event{background: url(../../images/event_mo.png) no-repeat 360px/cover; background-position: center;}
.event_wrap .event_box{width: calc(50% - 10px);}

/* 관광지 tour */
.sub_wrap.w1200 .tour{}
.tour_wrap{padding:0;margin-bottom:60px;}
.tour_wrap .tour_box{width: 100%; margin: 0 auto 60px;}
.tour_wrap .tour_box .tour_txt p br{display: none;}
.tour_wrap .tour_box .tour_txt,.tour_wrap .tour_box .tour_view{width:calc(50% - 10px); padding-left: 0; }
.tour_wrap .tour_box .tour_txt strong{font-size: 24px;}
.tour_wrap .tour_box .tour_txt .pc_social_txt br{display: none;}
.sub_tit.center.tour{text-align: center; width: calc(100% - 40px); margin: 0 auto; padding:0 0 30px 0; box-sizing: border-box;}
.tour_wrap .tour_box .tour_txt .text_box>br{display: none;}
.top_bnr.tour{background: url(../../images//mo_tour.png) no-repeat center/cover;}

/*객실요금*/
.cost_wrap .room_cost .rcost_img {width: 100%;}
.cost_wrap .room_cost_table {width: 100%;}
.cost_wrap .room_cost_table{padding-top: 75px;}
.cost_wrap .room_cost_table .cost_table_info td.th{font-size: 16px;}
.cost_wrap .room_cost_table .cost_table_info p{left: 0;    width: 100%;}
.room_cost_table .swiper-button-next{right: 25%;top: 43px;}
.room_cost_table .swiper-button-prev{top: 43px;left: 25%;}
.cost_wrap .room_cost_table .cost_table_info td{font-size:16px;}
.sauna_cost .sauna_table{width: 100%;}
.sauna_cost .sauna_table table{width:100%;}
.sauna_cost .sauna_img {width: 100%;    margin-top: 20px;}
.sauna_wrap{padding:60px 0;}
.warn_cost{padding-top:60px;}
.sauna_cost .sauna_table > table.pc_sauna{display:none;}
.mo_sauna{display:block;}
.sauna_cost .sauna_table table tr th{font-size:16px;    padding: 5px 0;}
.sauna_cost .sauna_table table tr:nth-child(4) td:last-child{border-right:0;}
.sauna_cost .sauna_table table:first-child tr:nth-child(4) td:last-child{border-bottom:0;}
.sauna_cost .sauna_table table{}


/* 관광지 -먹거리 */
    .fish_wrap.fish {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .fish_wrap.fish .food_map {
        margin-top: 20px;
    }
    .fish_wrap.food_cont {
        width: calc(100% - 40px);
        padding: 0;
    }
    .fish_wrap .food_map,
    .fish_wrap .fish_map {
        width: 100%;
    }
    .fish_wrap .fish_table.fish {
        width: 100%;
        display: block;
    }
    .fish_wrap .fish_table.fish table {
        width: 100%;
        display: block;
    }
    .fish_wrap .fish_table.fish table tbody {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .fish_wrap table tr td:nth-child(2):not(.famous_restaurant_inner) .address {
        display: inline-block;
    }
    .fish_wrap .fish_table.food .address {
        display: inline-block;
    }

    /* 속초 맛집 = 가게명 */

    .fish_wrap .fish_table.food table tbody tr .name {
        width: 100%;
        font-size: 20px;
        color: #232323;
        padding-bottom: 7px;
    }
    .fish_wrap .fish_table.food .food_bg_wrap table tbody .franchisee {
        display: block;
    }
    .fish_wrap.fish table tbody tr td:nth-child(1) {
        box-sizing: border-box;
        width: 50%;
    }
    .fish_wrap.fish table tbody tr td:nth-child(2) {
        width: 35%;
        text-align: right;
    }
    .fish_wrap.fish table tbody tr td:nth-child(3) {
        display: none;
    }
    .fish_wrap.fish table tbody tr:hover:after {
        border-color: #e9e9e9;
    }
    .fish_wrap table tbody tr:hover td {
        color: #232323;
    }
    .fish_wrap .fish_table.food table tr td {
        color: #232323;
    }
    .fish_wrap.fish
        table
        tbody
        tr:hover
        td:first-child:not(.famous_restaurant_inner) {
        font-weight: 400;
        font-size: 16px;
    }
    .fish_wrap.fish table tbody tr:nth-child(1):hover td:nth-child(1) {
        color: none;
    }

    /* 속초 맛집- 전화번호 */
    .fish_wrap.fish {
        padding: 10px 10px 20px 10px;
        box-sizing: border-box;
    }
    .fish_wrap table tr td:last-child:not(.famous_restaurant_inner) {
        display: block;
    }
    .fish_wrap .fish_table.food {
        border: 1px solid #e9e9e9e9;
    }
    .fish_wrap .fish_table.food .number_wrap {
        color: #232323;
    }
    .fish_wrap .fish_table.food .number_wrap .number {
        margin-right: 12px;
        display: inline-block;
        color: #767676;
    }
    .top_bnr.fish {
        background: url(../../images/mo_fish.png) no-repeat 360px / cover;
        background-position: center;
    }
    .fish_wrap .fish_table.food {
        border-radius: 10px;
        box-sizing: border-box;
        padding: 0;
        width: 100%;
        border: none;
    }
    .fish_wrap .fish_table.food .food_bg_wrap {
        background: transparent;
        padding: 0;
        border: 1px solid #e9e9e9;
    }
    .fish_wrap .fish_table.fish .food_bg_wrap {
        padding: 10px;
    }
    .sub_wrap.w1200.fish {
        padding: 60px 0;
        box-sizing: border-box;
    }
    .fish_wrap .food_map > div.on {
        height: 50vh;
    }
    .sub_wrap.w1200.fish .sub_tit.left span br {
        display: block;
    }
    .fish_wrap .fish_table.fish thead {
        display: none;
    }
    .sub_wrap.w1200.fish .spacing {
        display: block;
    }

    .sub_wrap.w1200.fish .sub_tit.left.fish_second {
        padding-bottom: 25px;
        box-sizing: border-box;
    }

    /* 먹거리 하단 = 속초 맛집*/
    .fish_wrap .food_map {
        margin-top: 20px;
    }
    .sub_wrap.w1200.fish .sub_tit.left.fish_second .fish_wrap {
        border: transparent;
    }
    .fish_wrap .fish_table.food thead {
        display: none;
    }
    .fish_wrap .fish_table.food ul {
        display: none;
    }
    .fish_wrap table tr th {
        padding: 0 0 10px 0;
    }
    .fis_images ul {
        flex-wrap: wrap;
    }
    .fis_images ul li {
        width: calc(50% - 10px);
    }
    .fis_images ul li:last-child {
        margin-bottom: 0;
        float: left;
        margin-top: 15px;
    }
    .fish_wrap.food_cont {
        border: none;
    }
    .fish_wrap
        .fish_table.food
        .food_bg_wrap
        table
        tbody
        .franchisee
        .icon_call,
    .fish_wrap
        .fish_table.food
        .food_bg_wrap
        table
        tbody
        .franchisee
        .icon_map {
        display: inline-block;
    }

}

@media (max-width: 767px) {

/*********************************************************************/
/*공통*/
.sub_tit{padding: 60px 0 20px;}
.sub_tit.center{text-align: left;}
.sub_tit.center.int,
.sub_tit.center.hist{text-align:center;}
.sub_tit.center.hist{padding: 60px 0;}
.sub_tit h2{font-size:30px;}
.sub_tit span{font-size:16px;}
/*객실안내*/
.select_link{padding-top:60px;}
.select_link select{display:block;}
.room_menu{display: none;}
.room_wrap{padding-bottom:60px;}
.room_wrap p.room_type_tit{padding: 30px 0 20px;font-size: 26px;}
.top_bnr{height:400px;}
.top_bnr .top_txt_wrap span{font-size: 15px;}
.top_bnr .top_txt_wrap span:after{width:38px;}
.top_bnr .top_txt_wrap p{font-size:25px;padding-top: 10px;line-height: 38px;}
.top_bnr .top_txt_wrap p b{font-size: 32px;}

.path_inner.w1200{padding:0;}
.path ul{justify-content: space-between;border-left: 0;}
.path ul li{width: 42%;line-height: 50px;}
.path ul li:first-child{width: 16%;position: relative;border-right: 0;}
.path ul li:first-child img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 20px;}
.path ul li:nth-child(2){border-left: 1px solid #ececec;}
.path ul li:last-child{border-right:0;}


.room_slide{margin-bottom:20px;}
.room_slide.fis {display: none;}
.room_slide.sec {display: block;margin-right: -20px;}
.room_slide.sec .mySwiper {width: 100%;padding-bottom: 30px;}
.room_info table tr td.th{width:90px;}
.room_info table tr td{padding: 17px 0 17px 10px;font-size: 15px;}
.room_slide .mySwiper{margin-left:0;}
.room_slide .mySwiper .swiper-slide img{width:100%;height:auto;}
.room_slide .swiper-horizontal>.swiper-pagination-bullets, .room_slide .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 0;}
.room_slide .swiper-pagination-bullet{width: 10px;height: 10px;display: inline-block;border-radius: 50%;background: #0187D0;opacity: 0.15;}
.room_slide .swiper-pagination-bullet-active{opacity:1;}
/*부대시설*/
.sauna_slide{display:none;}
.facility_wrap .room_slide.sec{display:block;}

#sauna01 .room_wrap .sub_tit.center{padding: 30px 0 20px;}

.facility_info .facility_name{flex-direction: column;align-items: baseline;padding-bottom: 10px;}
.room_wrap#sauna01 .sub_tit.center,
.room_wrap#sauna02 .sub_tit.center{padding: 30px 0 20px;}
.cafe_wrap > div{width:100%;}
.cafe_wrap > div.cafe{margin-bottom: 60px;}
.cafe_wrap > div .faci_info{padding-left:0;}
.cafe_wrap > div .faci_info p{padding-bottom:10px;}
.cafe_wrap > div .faci_info p span{display: block;}



/*게시판*/
.board_top > div.brd_search{display: block;}
#search_table{float:unset;margin-bottom: 10px;}
#ext_search {width: 100%!important;}
.brd_search table td:nth-child(2){width: 100%;}
.brd_write{margin-bottom: 20px;position:relative;}
.brd_write:after{content:"";display:block;position:absolute;width:100%;height:2px;background:#232323;bottom:-20px;left:0;}
.brd_write > a{position: relative;display: block;background: #0187D0;overflow: hidden;;height: 50px;border-radius: 10px;}
.brd_write > a:before{content:"+";color:#fff;font-size:25px;display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.brd_write img{width: 100%;}
.table > tbody > tr > td.bbsno{display:none;}
.board_top .table > tbody > tr > td{padding:0;border: none;}
.board_top .table > tbody > tr > td.bbsnewf5{padding-top:17px;}
.board_top .table > tbody > tr > td.bbswriter{padding-bottom:17px;}
.notice_brd #search_table{margin-bottom:0;}
/*********************************************************************/

/*인사말*/
.spa_wrap .spa_box .spa_txt{padding-left: 15px;}

/* 연혁 history.html */
.history_wrap{margin-bottom:60px;}
.history_wrap .year_div div.year_wrap{padding-top: 10px;}
.history_wrap div.year_wrap .period{width: 100%; margin-bottom: 19px;}
.history_wrap div.year_wrap .year_desc{width: 100%;}
.sub_tit > p{line-height: 1.625;}
.sub_tit > p br{display: none;}
.history_wrap .year_div{padding-bottom: 50px;}
.history_wrap .year_div:last-child{padding-bottom: 0;}
.history_wrap div.year_wrap .year_desc ul{padding-bottom: 50px;}
.history_wrap div.year_wrap .year_desc ul:last-child{padding-bottom: 0;}
.history_wrap div.year_wrap .year_desc ul li:last-child{padding-bottom: 0;}
.year_desc_2013{padding-bottom: 0;}


/* 사회공헌 */
.sub_wrap.w1200.social .social_wrap{ display: flex; justify-content: space-between; margin:0 auto 30px;}
.sub_wrap.w1200.social .social_wrap .social_box{width: calc(50% - 10px); margin-right: 0;}
.pc_social_txt{display: none;}
.mo_social_txt{display: block; line-height: 1.625;}
.mo_social_txt br{display: block;}
.social_wrap .social_box .social_txt p{ line-height: 1.625;}
.social_txt_2010{display: none;}
.social_wrap .social_box .social_txt .pc_social_txt br{display: none;}


/* 관광지 - 행사안내 EVENT */
.sub_wrap.w1200.event .sub_tit h2{line-height: 1.466666666666667; margin-bottom: 0;}
.sub_tit.center.event{padding: 30px 0;text-align: center;}
.event_wrap{margin-bottom:0;}
.event_wrap .event_box{width: 100%;  margin-bottom: 40px; padding-bottom: 0;}
.event_wrap .event_box .ev_txt{padding-top: 15px;}
.event_wrap .event_box .ev_txt strong{padding-bottom: 5px;}
.event_wrap .event_box .ev_txt p{padding-bottom: 7px;}
.event_wrap .event_box .ev_txt .spacing{display: block;}
.event_wrap .event_box .ev_txt span{padding: 1px 17px;line-height: 30px;}
.event_wrap .event_box:hover{transform:none; box-shadow: none;}

/* 관광지 tour */
.sub_tit.center.tour{padding-bottom: 30px; text-align: left;}
.sub_tit.center.tour .spacing{display: block;}
.tour_wrap .tour_box:nth-child(1){margin-bottom: 60px;}
.tour_wrap .tour_box:nth-child(3){margin-bottom: 0;}
.tour_wrap .tour_box.sec .tour_txt p br{display: none;}
.tour_wrap .tour_box:nth-child(3) .tour_txt p br{display: none;}

.tour_wrap .tour_box > div{width: calc(100% - 40px); margin:0 auto;}
.tour_wrap .tour_box .tour_txt, .tour_wrap .tour_box .tour_view{width: 100%; margin: 0 auto;}
.tour_wrap .tour_box.sec{ display: flex; flex-direction: column-reverse;}
.tour_wrap .tour_box .tour_txt.sec br{ display: none;}
.tour_wrap .tour_box.sec .tour_txt,.tour_wrap .tour_box .tour_txt{padding-top: 20px;}

/*객실안내*/
.warn_cost .warn_list,
.warn_cost .reserve_info,
.refund_cost{width: 100%;}
.warn_cost .warn_list{padding: 0;}
.warn_cost .reserve_info{padding:40px 0 ;}
.refund_cost{padding: 0 0 60px;;}
.refund_cost > p, .warn_cost > div > p{padding: 0;}
.refund_cost tr th{font-size: 18px;}




    /* 관광지 -먹거리 */
    .sub_wrap.w1200.fish .sub_tit.left {
        padding: 0 0 20px 0;
        box-sizing: border-box;
    }
    .fish_wrap {
        border: transparent;
    }
    .fis_images ul {
        flex-wrap: wrap;
    }
    .fis_images ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    .fis_images ul li:last-child {
        margin-bottom: 0;
        float: left;
        margin-top: 15px;
    }
    .fish_table.food {
    }
    .fish_wrap .food_map > div.on {
        height: 40vh;
    }
    .fish_wrap .fish_table.food .food_bg_wrap {
        background: transparent;
        padding: 0;
        margin: 0 auto;
        border: 1px solid #e9e9e9;
    }

    .fish_wrap table tr .famous_restaurant_inner {
        padding: 0;
    }
    .fish_wrap .fish_table.food .food_bg_wrap table {
        width: 100%;
        display: block;
    }
    .fish_wrap .fish_table.food .food_bg_wrap table tbody {
        width: 100%;
        display: block;
    }
    .fish_wrap.fish table tbody tr td:nth-child(1) {
        width: 70%;
    }
    .fish_wrap .food_map,
    .fish_wrap .fish_map {
        width: 100%;
        height: 300px;
    }

    /* 가게이름 */
    .fish_wrap table tr td:not(.address_wrap, .number_wrap) {
        padding: 0;
    }
    .fish_wrap table .name {
        padding: 0 0 0 10px;
        box-sizing: border-box;
    }
    .fish_wrap.fish table tbody tr td:nth-child(2) {
        width: 40%;
    }
    .fish_wrap .fish_table.fish table tbody tr {
        border-bottom: 15px solid transparent;
        font-size: 16px;
        padding: 13px 10px;
        box-sizing: border-box;
    }
    .fish_wrap .fish_table.food table tbody tr {
        border-bottom: 10px solid transparent;
        display: block;
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .fish_wrap .fish_table.fish tbody tr .name {
        display: block;
        width: 100%;
    }
    .fish_wrap
        .fish_table.food
        table
        tr
        td:nth-child(2):not(.famous_restaurant_inner) {
        width: 100%;
        display: block;
        color: #232323;
        font-size: 16px;
    }
    .fish_wrap
        .fish_table.food
        table
        tr
        td:nth-child(2):not(.famous_restaurant_inner)
        .address {
        display: inline-block;
        margin-right: 12px;
        color: #767676;
    }
    .fish_wrap
        .fish_table.food
        table
        tr
        td:last-child:not(.famous_restaurant_inner) {
        width: 100%;
        color: #232323;
    }
    .fish_wrap
        .fish_table.food
        table
        tr
        td:last-child:not(.famous_restaurant_inner)
        .number {
        display: inline-block;
        margin-right: 12px;
        color: #767676;
    }

    .fish_wrap .fish_table.food table tbody tr {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        color: #232323;
    }
    .fish_wrap table tbody tr:hover td {
        border-color: #767676;
    }
    .sub_tit.left.fish_second .sub_tit h2 {
        margin-bottom: 0;
    }
    .fish_wrap .fish_table.food .food_bg_wrap table tbody .franchisee:hover td {
        color: #232323;
    }
    .fish_wrap .fish_table.food .food_bg_wrap table tbody .franchisee:hover {
        border-color: #e9e9e9e9;
    }
}

@media (max-width: 500px) {
/*********************************************************************/
/*객실안내*/
.top_bnr.room{background: url(../../images/m_room_bnr.png) no-repeat center/cover;}
.top_bnr.facility{background: url(../../images/m_facility_bnr.png) no-repeat center/cover;}
.top_bnr.cafe {background: url(../../images/m_cafe_bnr.png) no-repeat center/cover;}
.top_bnr.walk {background: url(../../images/m_walk_bnr.png) no-repeat center/cover;}
.top_bnr.sauna_bnr {background: url(../../images/m_sauna_bnr.png) no-repeat center/cover;}
.facility_info table tr td{vertical-align: top;}

/*********************************************************************/

/*인사말*/
.spa_wrap .spa_list .spa_box{width:100%;}

}