@charset "UTF-8";
/* 배경 이미지를 추가 후 이름을 지정 해주세요! */
.titleBar {
	background: url('./images/Light-Background.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.titleBar .Profile .profileImage { width:112px; height:112px; margin-top:19px }

.contentBox { width: auto; max-width:1008px }
.postContent iframe { max-width:100% }
.postTag a { color:#777; text-decoration:none }
.postTitle a { color:#000; text-decoration:none }


.contents {text-align: center;/*border: 1px solid;*/}
.hotel_info {line-height: 1.8;font-weight: 600;font-size:1.3em;}
.hotel_star {color: #F79D11;}
.main_image img {width: 80%;}

/* intro */
.intro {line-height: 1.8;}
/* image */
.tb_image img {width:70%;}
.tb_image_line {margin-bottom:10px;}
/* description */
.description {display: inline-block;width: 75%;line-height: 1.8;text-align: center;word-break: keep-all;}
/* nearby */
.nearby_hotel_star {color: #F79D11;}
.nearby_hotels {margin-top: 20px;margin-bottom: 20px;}
.nearby_hotels_title {font-weight: 600;margin-bottom: 10px;}
.nearby_hotels_desc {}
/* 1day price */
.lowest_price {font-weight:bold;}
.lowest_price .price {color: #00AEF0;}
.lowest_price_link {font-weight:bold;color: #FF0000;}
.lowest_price_link a:link, .lowest_price_link a:visited {font-weight:bold;color: #FF0000;}
.lowest_price_link a:hover, .lowest_price_link a:active {font-weight:bold;color: #FF0000;}
/* btn */
.link_btn a:link, .link_btn a:visited {font-size: 18pt;color: white;background-color: rgb(0, 156, 255);padding: 15px 30px;text-decoration: none;word-wrap: break-word;border-radius: 10px;}
.link_btn a:hover, .link_btn a:active{text-decoration: none; font-weight:700;/*background-color: #F79D11;*/}
.link_text {color: white;}
/* etc table */
.tb_etc {width: 450px;min-width: 400px;display: inline-block; margin-top:40px;}
.tb_line {border: 0.5px solid white;margin-bottom: 1px;vertical-align: middle;}
.tb_etc .tb_left {	width: 100px;min-width: 100px;height: 60px;min-height: 60px;text-align: center;background-color:deepskyblue;display: table-cell;vertical-align: middle;}
.tb_etc .tb_right {width: 350px;min-width: 200px;height: 60px;min-height: 60px;text-align: center;display: table-cell;vertical-align: middle;background-color:aliceblue}
