@charset "utf-8";
/*html {-webkit-tap-highlight-color: rgba(0,0,0,0.0);}*/

html {
	background-color: #ffffff;
	-webkit-text-size-adjust: none; /* Never autoresize text */
}
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1em;
	font-family: 'Avenir-Book', 'AppleSDGothicNeo-Regular', sans-serif;
	letter-spacing: -.5px;
}
img, fieldset {
	border: 0 none;
	margin: 0px;
	padding: 0px;
}
form {
	padding: 0;
	margin: 0;
	border: 0;
}
ol, ul, dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
caption {
	display: none;
}
em {
	font-style: normal;
}
/* Default Font Style */
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
/* Default Link Style */
a {
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
/* Default input, select, textarea Style */
input {
	border: 0px solid #989898;
	color: #444;
	margin: 0 auto;
	padding: 0;
}
input.input-text {
	border: 1px solid #989898;
	height: 40px;
	padding: 5px;
	font-size: 24px;
	color: #444;
}
input.input-radio {
	width: 1em;
	height: 1em;
	margin: 0 0 2px;
	border: 0;
}
input.input-checkbox {
	width: 1em;
	height: 1em;
	margin: 0 0 2px;
	border: 0;
}
input.input-image {
	border: 0;
}
input.type-btn {
	color: #000;
}
/* All */

div {
	margin: 0 auto;
	padding: 0;
}
select {
	font-size: 1.0em;
	margin: 0 auto;
	padding: 10px;
	-webkit-appearance: none;
}
input.btn_submit {
	display: inline-block;
	-webkit-appearance: nonegksk
}
footer, header, menu, nav, section {
	display: block;
}
table {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	color: #353535;
	border-collapse: collapse;
	word-break: break-all;
}
input[type='password'] {
	background: #fff;
	border: solid 1px #989898;
	font-size: 0.9em;
	color: #444;
	padding: 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
input[type='text'] {
	background: #fff;
	border: solid 1px #989898;
	font-size: 0.9em;
	color: #444;
	padding: 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px
}
input[type='email'] {
	background: #fff;
	border: solid 1px #989898;
	font-size: 0.9em;
	color: #444;
	padding: 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	width: 88%;
}
input[type='tel'] {
	background: #fff;
	border: solid 1px #989898;
	font-size: 0.9em;
	padding: 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
input.input[type='tel'] {
	background: #fff;
	border: solid 1px #989898;
	height: 50px;
	font-size: 24px;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
}
input[type='radio'] {
	background: #fff url(/images/sub/check_sel_ok.png) no-repeat 2px 4px;
	border: solid 1px #dcdcdc;
	height: 24px;
	width: 24px;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	vertical-align: middle;
}
input[type='radio']:checked:after {
	background:#39F;
	height: 18px;
	width: 18px;
	-webkit-appearance: none;
	-webkit-border-radius: 20px;
}
input[type='checkbox'] {
	background: #fff url(/images/sub/check_sel_ok.png) no-repeat 4px 5px;
	height: 18px;
	width: 18px;
	-webkit-appearance: none;
	vertical-align: middle;
	margin: 5px 3px;
	background-size: 10px
}
input[type='checkbox']:checked {
	background: #006cba url(/images/sub/check_sel_ok_on.png) no-repeat 4px 5px;
	height: 18px;
	width: 18px;
	-webkit-appearance: none;
	vertical-align: middle;
	background-size: 10px
}
input[type='checkbox']:checked:after {
	background: #006cba url(/images/sub/check_sel_ok_on.png) no-repeat 4px 5px;
	height: 18px;
	width: 18px;
	-webkit-appearance: none;
	vertical-align: middle;
	background-size: 10px;
}
input[type='radio']:checked {
	background: #39f url(/images/sub/check_sel_ok_on.png) no-repeat 2px 4px;
	border: solid 1px #39f;
	height: 24px;
	width: 24px;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
}
textarea {
	color: #444;
	font-size: 1.0em;
	background: #fff;
	border: solid 1px #f4f4f4;
	padding: 5px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
 INPUT[type=text]::-webkit-input-placeholder {
color: #999;
font-size:0.9em;
}
INPUT[type=text]::-moz-placeholder {
color: #999;
font-size:0.9em;
}
INPUT[type=text]:-ms-input-placeholder {
color: #999;
font-size:0.9em;
}
INPUT[type=password]::-webkit-input-placeholder {
color: #999;
font-size:0.9em;
}
INPUT[type=password]::-moz-placeholder {
color: #999;
font-size:0.9em;
}
INPUT[type=password]:-ms-input-placeholder {
color: #999;
font-size:0.9em;
}
/* layout */
#wrapper {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 660px;
	overflow: hidden
}
.center {
	width: 100%;
	overflow: hidden;
}
/* layout */


/* Top S */
#header {
	position: relative;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #eaeaea
}
#header h1 {
	background: #fff;
	text-align: center;
}
#header h1 img {
	position: relative;
	margin: 8px 0 0 0;
	max-width: 100%;
	height:35px;
}
#motel_search {
	position: absolute;
	/*z-index: 1;*/
	top: 16px;
	right: 15px;
	width: 19px;
	cursor: pointer;
}
#btn_mypage {
	position: absolute;
	/*z-index: 1;*/
	top: 15px;
	right: 5px;
	cursor: pointer;
}
#btn_mypage2 {
	position: absolute;
	/*z-index: 1;*/
	top: 13px;
	right: 5px;
	cursor: pointer;
}
#all_menu {
	position: absolute;
	/*z-index: 1;*/
	top: 16px;
	left: 15px;
	cursor: pointer;
}
#all_menu_view {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0,0,0,0.5);
}
#all_menu_view .all_tit {
	height:100px;
	color: #000;
	font-size: 15px;
	background: #fff
}
#all_menu_view .all_tit .icon_tit {
	display: inline-block;
	padding: 20px 0 0 20px;
}
#all_menu_view .search_tit {
	font-size:18px;
	font-weight:800;
	color: #1d1d1d;
	text-align:left;
	padding:14px 0 0 20px;
}
#all_menu_view .all_menu_box {
	position: absolute;
	left: 0;
	width: 80%;
	height: 100%;
	background: #dfe0e1;
}
#all_cmenu {
	position: relative;
	float: right;
	top: 16px;
	right: 20px;
	cursor: pointer;
}
#all_menu_view .tit {
	font-size: 18px;
	color: #222;
	height: 57px;
	background-color: #fff;
	padding: 0px;
	border-bottom: 1px solid #ebebeb;
}
#all_menu_view .tit_last {
	border-bottom: 1px solid #3a6283;
}
#all_menu_view .left {
	float: left;
	width: 50%;
	border-right: 1px solid #7fc7e5;
}
#all_menu_view .icon_menu_01 {
	background: url(/images/main/icon_left_menu.png) no-repeat 23px -63px;
	display: inline-block;
	padding: 20px 0 16px 70px;
}
#all_menu_view .icon_menu_02 {
	background: url(/images/main/icon_left_menu.png) no-repeat 23px -122px;
	display: inline-block;
	padding: 20px 0 16px 70px;
}
#all_menu_view .icon_menu_03 {
	background: url(/images/main/icon_left_menu.png) no-repeat 23px -183px;
	display: inline-block;
	padding: 20px 0 16px 70px;
}
#all_menu_view .icon_menu_04 {
	background: url(/images/main/icon_left_menu.png) no-repeat 23px -244px;
	display: inline-block;
	padding: 20px 0 16px 70px;
}
#all_menu_view .icon_menu_05 {
	background: url(/images/main/icon_left_menu.png) no-repeat 23px -305px;
	display: inline-block;
	padding: 20px 0 16px 70px;
}
#all_menu_view .icon_menu_06 {
	background: url(/images/main/icon_left_menu.png) no-repeat 23px -362px;
	display: inline-block;
	padding: 20px 0 16px 70px;
}
#all_menu_view .icon_menu_07 {
	background: url(/images/main/icon_left_menu.png) no-repeat 23px -422px;
	display: inline-block;
	padding: 20px 0 16px 70px;
}
#all_menu_view .icon_menu_08 {
	background: url(/images/main/icon_left_menu.png) no-repeat 23px -485px;
	display: inline-block;
	padding: 20px 0 16px 70px;
}
#all_menu_view .icon_menu_09 {
	background: url(/images/main/icon_left_menu.png) no-repeat 23px -542px;
	display: inline-block;
	padding: 20px 0 16px 70px;
}
#all_menu_view .icon_menu_10 {
	background: url(/images/main/icon_left_menu.png) no-repeat 23px -599px;
	display: inline-block;
	padding: 20px 0 16px 70px;
}
#all_menu_close {
	position: relative;
	float: right;
	top: 13px;
	right: 22px;
	cursor: pointer;
}
.all_menu_row1 {
	width: 100%;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	background:#fff;
}
.all_menu_row1 img {
	height: 30px;
	margin-bottom:10px;
}
.all_menu_row1:after {
	clear: both;
	display: block;
	content: ""
}
.all_menu_row1 li {
	background:none;
	height: 100px;
	width:29%;
	float: left;
	text-align: center;
}
.all_menu_row1 li.event {
	width:38%;
}
.all_menu_row1 li.notice img {
	height:20px;
}
.all_menu_row1 li a {
	color: #1d1d1d;
	font-size:14px;
	font-weight: bold;
	margin-top:20px;
	display: inline-block;
}
.all_menu_row2 {
	width: 100%;
	margin-top: 0px;
	background:#fff;
}
.all_menu_row2:after {
	clear: both;
	display: block;
	content: ""
}
.all_menu_row2 li {
	background-color: #fff;
	float: left;
	border-bottom: none;
	border-right: none;
	width:100%;
}
.all_menu_row2 li img {
	vertical-align: middle;
	margin: 14px 0px 14px 20px;
}
.all_menu_row2 li a {
	width: 100%;
	padding:13px 20px;
	display: inline-block;
	font-size:16px;
	font-weight:600;
	font-family:'NanumSquare', sans-serif;
	transform: skew(-0.1deg);
}
.all_menu_row2 li:first-child {
	width: 100%;
	font-size: 15px;
	color: #006cba;
	border-top:none;
}
.all_menu_row2 li:nth-child(2n+1) {
	/*border-right: 0*/
}
.row_style02 li:nth-child(4) {
	border-right: none
}
.all_menu_row3 {
	width: 100%;
	margin-top: 7px
}
.all_menu_row3 li {
	text-align: center;
	background: #fff
}
.all_menu_row3 li a {
	display: inline-block;
	margin: 14px 12px;
	font-size: 15px;
}
.all_menu_row4 {
	width: 100%;
	margin-top: 7px;
	padding: 14px 0;
	text-align: center
}
.all_menu_row4 .txt01 {
	font-size: 12px
}
.all_menu_row4 .txt02 {
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0
}
.all_menu_row4 .txt03 {
	font-size: 12px;
	color: #696969
}
.all_menu_company a {
	font-size: 16px;
	font-weight:300;
	color:#333;
	font-family:'noto sans KR';
	border: 1px solid #333;
    padding: 10px 0px 10px 0px;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
	display: block;
}
#btn_mypage_view {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0,0,0,0.5);
}
#btn_mypage_view .all_tit {
	height: 84px;
	background-color: #fff;
}
#btn_mypage_view .all_tit .icon_tit {
	background: url(/images/main/icon_left_menu.png) no-repeat 23px 32px;
	display: inline-block;
	padding: 28px 0 0 70px;
}
#btn_mypage_view .all_menu_box {
	float: right;
	width: 50%;
	height: 100%;
	background: #fff;
}
#btn_mypage_close img {
	position: relative;
	float: right;
	top: 16px;
	right: 20px;
	cursor: pointer;
}
#btn_mypage_view .all_menu_box ul {
	margin: 50px auto 30px;
	text-align: center;
}
#btn_mypage_view .all_menu_box .tit {
	font-size: 25px;
	color: #222;
	padding-bottom: 30px;
}
#btn_mypage_view .all_menu_box .text {
	font-size: 16px;
	color: #222;
	line-height: 25px;
	padding-bottom: 40px;
}
#btn_mypage_view .all_menu_box .btn {
	padding-bottom: 10px;
}
#btn_mypage_view .btn_login_m {
	height: 50px;
	background-color: #f63d8b;
	padding: 10px 0 0 0;
	margin: 0 60px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
#btn_mypage_view .btn_login_m img {
	position: relative;
	top: 4px;
	left: -10px;
}
#btn_mypage_view .btn_join_m {
	height: 50px;
	background-color: #747b8e;
	padding: 10px 0 0 0;
	margin: 0 60px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
#btn_mypage_view .btn_join_m img {
	position: relative;
	top: 4px;
	left: -10px;
}
#motel_search_view {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0,0,0,0.5);
}
#motel_search_view .motel_search_box {
	position: absolute;
	top: 145px;
	left: 0px;
	width: 100%;
	height: 270px;
	background: #006cba;
	text-align: center;
}
#motel_search_view .motel_search_box .tit {
	width: 200px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	background: url(/images/main/motel_search.png) no-repeat 8px 8px;
}
#motel_search_view .motel_search_box input {
	width: 90%;
	border: 0px solid #fe6600;
	margin: 0px 0px;
	color: #888;
	padding-left: 10px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 22px
}
#motel_search_view .motel_search_box img {
	cursor: pointer;
}
#motel_search_view .btn_search {
	position: relative;
	width: 100px;
	font-size: 25px;
	color: #fff;
	background-color: #6b7286;
	padding: 15px 20px;
	border-radius: 5px;
	margin-left: 10px;
}
#motel_search_view .btn_search img {
	cursor: pointer;
	position: absolute;
	top: 15px;
	left: 25px;
}
#motel_search_view .btn_search_close {
	position: relative;
	width: 100px;
	font-size: 25px;
	color: #fff;
	background-color: #949494;
	padding: 15px 20px;
	border-radius: 5px;
	margin-left: 10px;
	cursor: pointer;
}
.top_menu {
	overflow: hidden;
	border-bottom: 3px solid #f63d8b;
}
.top_menu ul li {
	float: left;
	width: 16.6666%;
	height: 60px;
	background: #ffc2dc;
}
.top_menu .menu01 {
	background: url(/images/main/menu.png) 50% 20px no-repeat;
}
.top_menu .menu02 {
	background: url(/images/main/menu.png) 50% -40px no-repeat;
}
.top_menu .menu03 {
	background: url(/images/main/menu.png) 50% -100px no-repeat;
}
.top_menu .menu04 {
	background: url(/images/main/menu.png) 50% -160px no-repeat;
}
.top_menu .menu05 {
	background: url(/images/main/menu.png) 50% -220px no-repeat;
}
.top_menu .menu06 {
	background: url(/images/main/menu.png) 50% -280px no-repeat;
}
/*
.top_menu ul li:hover {float:left; width:16.6666%; height:60px; background:#ffc2dc; }
.top_menu .menu01:hover {background: url(/images/main/menu_over.png) 50% 20px no-repeat; border-bottom:3px solid #f63d8b;}
.top_menu .menu02:hover {background: url(/images/main/menu_over.png) 50% -40px no-repeat; border-bottom:3px solid #f63d8b;}
.top_menu .menu03:hover {background: url(/images/main/menu_over.png) 50% -100px no-repeat; border-bottom:3px solid #f63d8b;}
.top_menu .menu04:hover {background: url(/images/main/menu_over.png) 50% -160px no-repeat; border-bottom:3px solid #f63d8b;}
.top_menu .menu05:hover {background: url(/images/main/menu_over.png) 50% -220px no-repeat; border-bottom:3px solid #f63d8b;}
.top_menu .menu06:hover {background: url(/images/main/menu_over.png) 50% -280px no-repeat; border-bottom:3px solid #f63d8b;}

*/
/* Top E */
.m_style01 {
	width: 100%;
	padding: 15px 15px 10px 15px
}
.m_style01:after {
	clear: both;
	display: block;
	content: ""
}
.m_style01 li {
	float: left;
}
.m_style01 li.title {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	width: 80%
}
	.m_slide_type01 .bx-wrapper .bx-pager.bx-default-pager a {width:10px;height:10px;background:#fff;margin:0 3px;opacity:0.6}
	.m_slide_type01 .bx-wrapper .bx-pager.bx-default-pager a:hover, .m_slide_type01 .bx-wrapper .bx-pager.bx-default-pager a.active, .m_slide_type01  .bx-wrapper .bx-pager.bx-default-pager a:focus{background:#f49e00;width:22px;border-radius:6px;;opacity:1.0}

.m_slide_type02 .swiper-slide .m_slide_bg {
	position: absolute;
	text-align: center;
	z-index: 100;
	width: 100%;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 45%, rgba(0,0,0,0.65) 87%, rgba(0,0,0,0.45) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 45%, rgba(0,0,0,0.65) 87%, rgba(0,0,0,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 45%, rgba(0,0,0,0.65) 87%, rgba(0,0,0,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
	height: 100%;display:table;
}
.m_slide_type02 .subject_wrap {
display:table-cell;text-align:center;vertical-align:middle}
.m_slide_type02 .subject_wrap .subject {
	border: 1px solid #fff;
	border-radius: 2px;
	width: auto;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	padding: 7px 15px;
	font-weight: bold;
	margin-bottom: 10px;
	background:rgba(0,0,0,0.3)
}
.m_slide_type02 .subject_wrap .price {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px
}
.m_slide_type02 .subject_wrap .price span.sale_price {color:#00fcff

}
.m_slide_type02 .subject_wrap .price span.no_sale {
	text-decoration: line-through;
	color: #fff
}
.m_slide_type02 .subject_wrap .hash_tag {
	color: #fff;
	font-weight: bold;
	font-size: 14px
}
.m_slide_type02 .subject_wrap .hash_tag span {
	color: #00fcff;
	margin-left: 5px
}
.m_slide_type02 .swiper-slide .img {
	position: absolute;
	z-index: 90;
	left: 0;
	top: -30px;
}
.m_slide_type02 .swiper-slide .img img {
	width: 100%;
}
.m_slide_type02 {
	height: 251px;
	background: #f2f4f7
}
.m_slide_type02 .swiper-slide {
	width: 88% !important;
	height: 181px !important;
	overflow: hidden;
	position: relative
}
/*********************/
.m_slide_type04 .swiper-slide .m_slide_bg {
	text-align: center;
	width: 100%;
}
.m_slide_type04 .subject_wrap {
	margin-top: 65px
}
.m_slide_type04 .subject_wrap .subject {
	display: inline-block;
	font-size: 15px;
	padding: 7px;
	font-weight: bold;
}
.m_slide_type04 .subject_wrap .price {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	width:100%;
}
.m_slide_type04 .subject_wrap .price span {
	color: #afafaf
}
.m_slide_type04 .subject_wrap .price span.no_sale {
	text-decoration: line-through;
	width:inherit
}
.m_slide_type04 .subject_wrap .hash_tag {
	color: #fff;
	font-weight: bold;
	font-size: 14px
}
.m_slide_type04 .subject_wrap .hash_tag span {
	color: #00fcff;
	margin-left: 5px
}
.m_slide_type04 .swiper-slide .img {
	float:left;
	height:124px;overflow:hidden
}
.m_slide_type04 .swiper-slide .img img {
	width: 100%
}
.m_slide_type04{
	height: 251px;
	background: #f2f4f7
}
.m_slide_type04 .swiper-slide {
	width: 50% !important;
	height: 181px !important;
	position: relative;
	background:#fff
}
/************************************************************/
.swiper-scrollbar {
	visibility: hidden
}
.m_slide_type03 {
	border-top: 1px solid #d1d8e4;
	border-bottom: 1px solid #d1d8e4
}
.m_slide_type03 .bx-wrapper {
	overflow: hidden;
	position: relative;
	box-shadow:none;
    border: none;
    background: #fff;
}
.m_slide_type03 .bx-viewport {height:230px !important}
/*.m_slide_type03 .bx-viewport {height:430px !important}*/

.m_slide_type03 .img {
	position: absolute;
	width:85%;
	top: 4px;
	left: 29px;
	z-index: 10
}
.m_slide_type03 .img img {
	width: 100%;
	bottom:0;
}
.m_slide_type03 .subject_wrap {
	text-align: center;
	width: 100%;
	margin-top:10px;
}
.m_slide_type03 .subject_wrap  font{font-size:12px}

/*.m_slide_type03 .percent {
	position: absolute;
	font-size: 90px;
	color: #d4d8db;
	letter-spacing: -6px;
	font-weight: bold;
	z-index: 9;
	bottom:-120px;
	left: 53%
}
.m_slide_type03 .percent span {
	font-size: 42px
}*/
.m_slide_type03 .bx-pager{ visibility:hidden}
.m_slide_type03 .title {
	font-size: 18px;
	font-weight: 600;
	line-height:0.8em !important
}
.m_slide_type03 .price {
	font-size: 18px;
	font-weight: 400
}
.m_slide_type03 .time {
	color: #767676;
	font-size: 13px
}
/*모바일 메인메뉴 아이콘*/
.m_category_wrap {
	margin-top:20px;
	margin-bottom:30px;
}
.m_category_wrap .main_flex {
	display:flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.m_category_wrap .main_flex li {
	width:25%
}
.m_category_wrap .main_flex a {
	display:block;
	text-align:center
}
.m_category_wrap .keyword_box {
	position:relative;
	width:40px;
	height:40px;
	margin:0 auto;
	text-align:center;
}
.m_category_wrap .keyword_box img {
	width:100%;
	margin:0 auto;
}
.m_category_wrap .keyword_tit {
	text-align:center;
	color:#000;
	line-height:20px;
	font-size:0.8rem;
	font-weight:600
}
.main_flex > li:nth-child(n+5) {
	margin-top:20px
}/*모바일 메인메뉴 아이콘 추가 끝*/

/*.m_category_wrap {
	width: 100%;
	background: #f2f4f7;
	text-align: center;
	padding: 4px 0
}
.m_category_wrap ul:after {
	clear: both;
	display: block;
	content: ""
}
.m_category_wrap ul {
	border: 1px solid #dee3eb;
	border-top: 0;
	border-left: 0;
	width: 99%;
	margin: 0 auto;
}
.m_category_wrap ul li {
	float: left;
	border: 1px solid #dee3eb;
	border-right: 0;
	border-bottom: 0;
	width: 33%
}
.m_category_wrap a {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	background: #fff
}*/
.m_hotdeal_wrap {
	border: 1px solid #d1d8e4;
	border-left: 0;
	border-right: 0;
	width: 100%;
	padding: 0 0 10px 0;
}

#slider3 li{
	border:1px solid #eaeaea;margin-left:10px;
	position: relative;
	height:188px}
.m_hotdeal_wrap:after {
	clear: both;
	content: "";
	display: block
}
.m_hotdeal_wrap .subject_wrap {
	padding: 5px;
}
.m_hotdeal_wrap .subject_wrap .title {
	font-size: 15px;
	color: #fff
}
.m_hotdeal_wrap .subject_wrap .subject {
	color:#000;font-size:0.9em
}
.m_hotdeal_wrap .subject_wrap .sub_txt {
	font-size: 14px;
	color: #137a7b
}
.m_hotdeal_wrap .subject_wrap .price {
	font-size:1.0em;
	font-weight: bold;
	position:absolute;bottom:5px
}
.m_hotdeal_wrap .subject_wrap .price .sale{color:#03F}
.m_hotdeal_wrap .img {
	height:100px;
	overflow: hidden;
}
.m_hotdeal_wrap .img img {
	height: 120px
}
.m_hotdeal_wrap  p.icon_hotdeal{top:55px;right:10px}
.m_hotdeal_wrap .bx-controls-direction, .m_hotdeal_wrap .bx-default-pager{ visibility:hidden}

.m_top_banner {
	width: 100%
}
.m_top_banner img {
	width: 100%
}
/*메인공지사항*/
.m_notice {
	border-top: 1px solid #000;
	padding: 15px 0;
	width: 100%
}
.m_notice:after {
	clear: both;
	content: "";
	display: block
}
.m_notice li {
	float: left;
	vertical-align: middle
}
.m_notice li.title {
	font-size: 15px;
	font-weight: bold;
	width: 20%;
	text-align: center
}
.m_notice li.subject {
	width: 55%;
	padding-left: 15px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 15px;
}
.m_notice li.subject a {
	font-size: 15px;
	color: #888
}
.m_notice li.subject span {
	color: #b4b4b4;
	font-size: 15px
}
.m_more {
	font-size: 13px;
	font-weight: bold;
	background: url(/images/main/m_blt_more.png) right no-repeat;
	color: #888;
	background-size: 19%;
	padding-right: 10px;
	margin-top: 3px
}
/* 리뉴얼추가 */
#footer {
	clear: both;
	width: 100%;
	background: #fff;
}
.customer_wrap {
	width: 100%;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd
}
.customer_wrap:after {
	clear: both;
	display: block;
	content: ""
}
.customer_wrap li {
	float: left;
    width:46%;
}
.customer_title {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding: 15px 0;
	width: 100%;
	text-align: center;
    border-top: 1px solid #d0d0d0;
}
.customer_wrap .title {
	color: #282828;
	font-size: 14px;
	font-weight:500
}
.customer_wrap .phone {
	margin-bottom: 4px
}
.customer_wrap .phone a {
	color: #1559be;
	font-size: 18px;
	font-weight: bold
}
.customer_wrap .sub_txt {
	color: #000;
	font-size: 13px;
	line-height: 18px
}
.customer_wrap .sub_txt span {
	color: #282828;
	font-weight:500
}
.customer_wrap .customer_01 {
	border-right: 1px solid #eaeaea;
	padding: 23px 0.8em;
	text-align:center
}
.customer_wrap .customer_02 {
	padding: 23px 0;
	text-align:center
}
.copyright {
	width: 100%;
	padding: 15px 0;
	text-align: center
}
.copy_01 {
	color: #000;
	font-size: 11px;
	line-height: 16px
}
.copy_02 {
	color: #a09d9d;
	font-size: 11px;
	margin-top: 10px
}
/* 인터치투어_main S*/


.main_banner {
	width: 100%;
	height: 200px;
}
.main_banner .main_img_text {
	position: relative;
	left: 0;
	top: 25px;
	width: 100%;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
	margin: auto;
	margin-right: 990px;
	z-index: 1000
}
.main_banner h2 {
	font-size: 36px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
	color: #fff;
	font-weight: bold;
}
.main_banner .sub {
}
.main_banner .sub_text {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.main_banner .pay {
	font-size: 40px;
	font-weight: bold;
	color: #fdfd13;
}
.main_banner .won {
	font-size: 26px;
	color: #fdfd13;
	text-decoration: none;
}
.main_banner .link {
	font-size: 16px;
	text-decoration: underline;
	margin-top: 20px;
	font-weight: bold;
	font-style: normal;
}
.main_product_wrap {
	background-color: #eee;
	padding: 4px;
}
.main_tit {
	width: 100%;
}
.main_tit img {
	margin: 15px 0 0px 0px;
}
.main_product {
	width: 100%;
	border: 1px solid #e2e2e2;
	background: #fff;
	overflow: hidden;
}
.main_product li {
	position: relative;
	font-size: 16px;
	width: 24.88%;
	height: 120px;
}
.main_product .aircartel {
	float: left;
	background: url(/images/main/icon_main.png) 50% -982px no-repeat;
	background-size: 92px;
	border-bottom: 1px solid #e2e2e2;
}
.main_product .cartel {
	float: left;
	background: url(/images/main/icon_main.png) 50% -1167px no-repeat;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.main_product .airtel {
	float: left;
	background: url(/images/main/icon_main.png) 50% -1273px no-repeat;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.main_product .air {
	float: left;
	background: url(/images/main/icon_main.png) 50% -109px no-repeat;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.main_product .tel {
	float: left;
	background: url(/images/main/icon_main.png) 50% -215px no-repeat;
	border-bottom: 1px solid #e2e2e2;
}
.main_product .rent {
	float: left;
	background: url(/images/main/icon_main.png) 50% -321px no-repeat;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.main_product .golf {
	float: left;
	background: url(/images/main/icon_main.png) 50% -427px no-repeat;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.main_product .group {
	float: left;
	background: url(/images/main/icon_main.png) 50% -533px no-repeat;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.main_product .event {
	float: left;
	background: url(/images/main/icon_main.png) 50% -643px no-repeat;
	border-left: 0px solid #e2e2e2;
}
.main_product .reserve {
	float: left;
	background: url(/images/main/icon_main.png) 50% -753px no-repeat;
	border-left: 1px solid #e2e2e2;
}
.main_product .custom {
	float: left;
	background: url(/images/main/icon_main.png) 50% -852px no-repeat;
	border-left: 1px solid #e2e2e2;
}
.main_product .jejuinfo {
	float: left;
	background: url(/images/main/icon_main.png) 50% -955px no-repeat;
	border-left: 1px solid #e2e2e2;
}
.main_product li a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 85px 0 7px;
}
.jejuinfo img {
	width: 100%;
	height: 190px;
	margin: 0px;
}
.jejuinfo {
	width: 100%;
	height: 190px;
	margin: 0px;
}
.customer {
	width: 100%;
}
.customer li {
	margin: 20px 0;
}
.customer .kakao {
	margin: 0;
	background: #ffd600;
}
.customer .sns {
	background: #ecedef;
	padding: 15px 0;
	margin: 0;
}
.customer .sns img {
	margin-right: 20px;
}
/* 인터치투어_main E*/



/* 서브 검색박스 S*/
.main_search_box {
	width: 100%;
	display: inline-block;
}
.main_search_box ul {
	width: 100%;
}
.main_search_box li {
	width: 100%;
}
.main_search_box .dot_bg {
	background: url(http://cafeups.com/mobile/images/main/dot_bg.gif) repeat-x left center;
	height: 20px;
	width: 95%;
	margin: auto;
}
.main_search_box .sub_bg {
	width: 100%;
	text-align: center;
	background: #006cba;
} /*#dbdce1*/
.main_search_box .sub_tit {
	font-size: 1.0em;
	color: #fff;
	font-weight: bold;
	padding: 15px 0;
}  /*서브타이틀*/
.main_search_box .search_area {
	margin: 0 10px 10px 10px;
	background: #fff;
	padding: 15px 0;
	border-radius: 8px;
	border: 0px solid #c6c6c6;
	overflow: hidden;
}
.main_search_box .select {
	text-align: center;
	margin: 0 10px;
	overflow: hidden;
}
.main_search_box .tit_package {
}
.main_search_box .tit_air {
}
.main_search_box .tit_tel {
}
.main_search_box .tit_rent {
}
.main_search_box .tit_golf {
}
.main_search_box .tit_group {
}
.main_search_box .tit_res {
}
.main_search_box .tit_board {
}
.main_search_box .tit_login {
}
.main_search_box .tit_join {
}
.main_search_box .tit_idpw {
}
.main_search_box .tit_mypage {
}
.main_search_box .tit_special {
}
.main_search_box .pkg_add {
}
.msearch_box {
	width: 100%;
	background-color: #eff0f0;
	background-repeat : repeat;
	border-bottom: 1px solid #cdcdcd;
}
.msearch_box ul {
}
.msearch_box ul li {
	text-align: center;
	display: inline-block;
	margin-left: 20px;
}
.msearch_box .dot_bg {
	background: url(http://cafeups.com/mobile/images/main/dot_bg.gif) repeat-x left center;
	height: 20px;
	widht: 100%;
}
.msearch_box .pack_img {
}
.msearch_box .pack_img li {
	float: left;
	height: 450px;
	width: 28%;
	margin: 0 0px 0 -8px;
	padding: 0 40px 0 0px;
}
.msearch_box .pack_img .plus {
	background: url(http://cafeups.com/mobile/images/main/icon_plus.gif) no-repeat right center;
}
.msearch_box .pack_img li img {
	cursor: pointer;
}
.msearch_box .btn_begin {
	clear: both;
	text-align: center;
	padding: 20px 0;
}
.msearch_box .btn_begin img {
	cursor: pointer;
}
/* 서브 검색박스 E*/






/* 항공_인터치투어*/
.air_tit {
	width: 100%;
	height: 41px;
	background-color: #305291;
	vertical-align: middle;
	color: #ffffff;
}
.air_s {
	clear: both;
	width: 100%;
	margin: auto;
}
.air_s li {
	height: 70px;
	border-bottom: 1px solid #E0E0E0;
}
/*.air_s li a { width: 100%; height:70px; color: #666; font-size: 12px;  display:inline-block; letter-spacing:-1px;}*/
.air_s li.on {
	border: none;
	width: 100%;
	height: 70px;
	background: #fff;
	border-bottom: 1px solid #E0E0E0;
}
.air_s li.none {
	border: none;
	width: 100%;
	height: 70px;
	background: #e6f8ff;
	border-bottom: 1px solid #E0E0E0;
}
.air_s li:first-child {
	background: #fff;
}
.air_s dl {
	padding-top: 2px;
}
.air_s dd {
	float: left;
	text-align: center;
	padding-top: 12px;
}
.air_s dt {
	float: left;
	text-align: center;
}
.air_e {
	clear: both;
	width: 100%;
	margin: auto;
}
.air_e li {
	height: 70px;
	border-bottom: 1px solid #E0E0E0;
	cursor: pointer
}
/*.air_e li a { display:inline-block;padding:0 10px;height:28px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em;margin-top:8px; }
.air_e li a:hover { display:inline-block;padding:0 10px;height:28px;background:#ff3366;color:#fff;vertical-align:middle;line-height:2.4em;margin-top:8px; }*/
.air_e li.on {
	border: none;
	width: 100%;
	height: 70px;
	background: #fff;
	border-bottom: 1px solid #E0E0E0;
}
.air_e li.none {
	border: none;
	width: 100%;
	height: 70px;
	background: #e6f8ff;
	border-bottom: 1px solid #E0E0E0;
}
.air_e li:first-child {
	background: #fff;
}
.air_e dd {
	float: left;
	text-align: center;
	padding-top: 12px;
}
.air_e dt {
	float: left;
	text-align: center;
}
/* 항공_인터치투어*/
.air_list_new {
	border-top: 1px solid #c9c9c9;
	float: left;
	width: 100%;
	margin-bottom: 10px
}
.air_list_new:after {
	clear: both;
	display: block;
	content: ""
}
.air_list_new li {
	float: left;
	text-align: center;
	width: 22%;
	height: 64px;
	color: #9e9e9e;
	font-size: 1.0em
}
.air_list_new li:first-child {
	width: 100%;
	position: relatvie;
	padding: 10px 0;
	text-align: right;
	height: 20px;
}
.air_list_new li:first-child div {
	margin-right: 10px
}
.air_list_new li:last-child {
	width: 38%;
	position: relative
}
.air_line {
	position: absolute;
	left: 10px
}
.air_line img {
	height: 13px
}
.air_area {
	color: #919191;
	font-size: 15px
}
.air_day {
	color: #525252;
	font-size: 15px
}
.air_time {
	font-size: 20px;
	color: #000;
	font-weight: bold
}
.rline {
	border-right: 1px solid #e0e0e0
}
.air_memo {
	float: left;
	background: #fff;
	width: 100%;
	position: relative;
	min-height: 55px;
}
.air_memo a {
	position: absolute;
	right: 10px;
	top: 20%
}
.air_memo .remark {
	font-size: 0.7em;
	padding: 15px;
	color: #4e5b64;
	font-weight: bold;
}
.air_list_new .percent_area {
	width: 16%;
	position: relative
}
.air_list_new .percent_area .percent {
	position: absolute;
	top: 18px;
	right: 15px
}
.price_area {
	position: absolute;
	top: 12px;
	right: 10px
}
.s_text {
	clear: both;
	color: #666;
	text-align: left;
	font-size: 0.7em;
	margin: 10px 0 0 15px;
}
.s_text_big {
	clear: both;
	color: #222;
	text-align: left;
	font-size: 0.9em;
	font-weight: 600;
	margin: 10px 0 0 15px;
}
.s_text_sub {
	color: #444;
	line-height: 40px;
	text-align: left;
	margin: auto;
	font-size: 18px;
}
.s_air_select {
	float: left;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	height: 421px;
}
.air_ss_tit {
	background-color: #379afc;
	width: 100%;
	height: 85px;
}
.e_air_select {
	float: left;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	height: 500px;
}
.search_date {
	clear: both;
	margin: auto;
	border: 1px solid blue;
}
.search_date2 {
	clear: both;
	width: 95%;
	margin: auto;
}
/* 할인패키지메인_인터치투어*/
.package_main_box {
	overflow: hidden;
	width: 100%;
	height: 936px;
	text-align: center;
	background: url(/images/sub/plan_bg.png) repeat-x;
	background-size: cover;
}
.package_main_box .tit_package_m {
	margin: 15px 0;
}
.package_main_box .bg_plan_R {
	position: absolute;
	bottom: 249px;
	right: 0;
}
.package_main_box .bg_plan_L {
	position: absolute;
	bottom: 249px;
	left: 0;
}
.main_search_box .search_area_pack {
	margin: 10px 17px 10px 13px;
	background: #fff;
	padding: 15px 0;
	overflow: hidden;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	box-shadow: 4px 4px 2px rgba(0,0,0,0.09);
}
.package_main_box .main_pack ul {
	width: 617px;
	overflow: hidden;
	display: inline-block;
}
.package_main_box .main_pack ul li {
	float: left;
}
.package_main_box .main_pack .air {
}
.package_main_box .main_pack .tel {
	margin-left: 10px;
}
.package_main_box .main_pack .ddp {
	margin-left: 10px;
}
.package_main_box .main_pack .rent {
}
.package_main_box .main_pack .taxi {
	margin-left: 10px;
}
.package_main_box .main_pack .bus {
	margin-left: 10px;
}
.package_main_box .main_search_bt {
	margin: 20px auto 0;
}
/* 할인패키지메인_인터치투어*/




/* 숙박 이용선택 스타일_인터치투어*/
.sel_pack {
	width: 98%;
}
.sel_pack table {
	width: 100%;
	border-radius: 2px;
	border: 2px solid #ffb2d2;
	background: #fff0f6;
}
.sel_pack th {
	width: 20%;
	height: 60px;
	font-size: 1.3em;
	color: #f63d8b;
	font-weight: normal;
	border-bottom: 1px dashed #ffb2d2;
}
.sel_pack td {
	font-size: 1.1em;
	padding: 10px 5px 10px 5px;
	line-height: 28px;
	background: #fff;
	border-bottom: 1px dashed #ffb2d2;
	text-align: left;
}
.sel_pack .solid {
	border-bottom: 1px solid #ffb2d2;
	border-top: 1px solid #ffb2d2
}
.sel_pack .title2 {
	color: #222;
}
.sel_pack .title2 strong {
	color: #ff5a00;
	font-weight: bold;
}
.sel_pack .name {
	color: #4177ec;
	font-weight: bold;
	margin-bottom: -16px;
}
.sel_pack .content p {
	color: #ff4e4e;
	font-weight: bold;
	margin-bottom: 0px;
}
.sel_pack .content .name {
	background: #d7567d;
	padding: 0px 5px;
	color: #fff;
	border-radius: 4px;
	display: inherit;
}
.sel_pack .content .name_air {
	background: #d7567d
}
.sel_pack .content .name_tel {
	background: #d7567d
}
.sel_pack .content .name_rent {
	background: #d7567d
}
.sel_pack .content img {
	vertical-align: middle;
}
.search_area .rent_search_tit {
	float: left;
	font-weight: bold;
	background: url(/images/package/rent_search_tit.png) no-repeat 5px 12px;
	padding: 10px 10px 0 49px;
	font-size: 20px;
	color: #4177ec;
}
.sel_pack .tel_choice_ok {
	padding-bottom: 8px;
	overflow: hidden;
}
.sel_pack .tel_choice_ok li {
	float: left;
}
.sel_pack .tel_choice_ok .tit {
	width: 170px;
	height: 68px;
	display: inline-block;
	color: #fff;
	background: url(/images/sub/bg_tel_choice_ok.png) no-repeat 0 0;
}
.sel_pack .tel_choice_ok .text {
	width: 240px;
	line-height: 22px
}
.sel_pack .tel_choice_ok .text .text_red {
	color: #ff4e4e;
	font-weight: bold;
}
.sel_pack .tel_choice_ok .text_s {
	font-size: 15px;
	;
}
.sel_pack .tel_choice_ok .img {
	float: right;
	width: 148px;
	margin: 13px 10px 0 0;
}
.sel_pack .tel_choice .tit {
	width: 170px;
	height: 48px;
	display: inline-block;
	background: url(/images/sub/bg_tel_choice.png) no-repeat 0 0;
}
.sel_pack .tel_choice .date {
	display: inline-block;
	margin: 10px 0 9px 0;
	vertical-align: top;
}
.sel_pack .tel_choice img {
	margin: 0px 10px 0 0px;
	float: right;
}
.sel_pack input {
	height: 24px;
	width: 24px;
	border: 1px solid #dcdcdc;
	vertical-align: middle;
	background: #fff url(/images/sub/check_sel_ok.png) no-repeat 2px 4px;
	-webkit-border-radius: 4px;
}
/* 숙박 이용선택 스타일_인터치투어*/


/* 요금 관련 스타일_인터치투어*/
.total {
	width: 50%;
	display: inline-block;
	overflow: hidden;
	margin: 5px 0;
}
.total li {
	float: left;
}
.total .title {
	width: 80px;
	font-size: 18px;
	color: #222;
	line-height: 35px;
}
.total .img_result {
	position: relative;
	top: 4px;
	width: 21px;
}
.total .title_self {
	font-size: 18px;
	color: #222;
	margin-top: 4px;
	width: 140px;
	text-align: left;
}
.total .sail_won_2 {
	width: 150px;
	font-size: 24px;
	color: #ff1e00;
	margin-top: 0px;
	margin-left: 20px;
	font-weight: bold;
	text-align: left;
}
.total .sail_won_text {
	font-size: 16px;
	color: #ff1e00;
}
.total .s_text {
	margin: 10px 0 0 6px;
	font-size: 12px;
	color: #666;
}
.total .btn {
	width: 240px;
}
/* 요금 관련 스타일_인터치투어*/


/*
.sel_pack2 {width:100%;margin:auto;}
.sel_pack2 ta	le{width:100%;}
.sel_pack2 th{background-color:#E9E9E9; width:65px; color:#222; border-bottom:1px solid #dadada;border-top:1px solid #dadada; height:40px; text-align:center;font-size:16px;}
.sel_pack2 td{padding: 5px 0 5px 10px;width:405px; border-bottom:1px solid #dadada;border-top:1px solid #dadada;  height:40px; line-height:30px; font-size:18px;}
.sel_pack2 .title{width:19%; background-color:#f7f7f7; font-size:22px;}
.sel_pack2 .content{width:80%; background-color:#fff; text-align:left; font-size:22px;}
.sel_pack2 .name {color:#4177ec; font-weight:bold; margin: 4px 0 0;}
.sel_pack2 .title2 {color:#ff5a00; height:60px; text-align:center;font-size:18px; }
.sel_pack2 .choice {color:#b7aa00; line-height: 30px; background:url(/images/package/bullet_choice.png) no-repeat center left;); padding-left: 20px; }
*/



.list {
	margin: 10px auto;
	text-align: center;
}
.search_box {
	clear: both;
	width: 95%;
	margin: auto;
	border-top: 0px;
	line-height: 30px;
}
.search_box table {
	width: 100%;
}
.search_box th {
	color: #fff;
	font-size: 18px;
	width: 10%
}
.search_box td {
	color: #fff;
	font-size: 18px;
}
.search_box td input {
	margin-left: 10px;
}
.search_box td label {
	margin-left: 5px;
}
.p_search_box {
	clear: both;
	width: 100%;
	margin: auto;
	border-top: 0px;
	line-height: 30px;
}
.p_search_box table {
	width: 100%;
}
.p_search_box th {
	color: #fff;
	font-size: 18px;
	width: 10%
}
.p_search_box td {
	color: #fff;
	font-size: 18px;
}
.p_search_box td input {
	margin-left: 10px;
}
.p_search_box td label {
	margin-left: 5px;
}
.air_sel {
	width: 100%;
}
.air_sel li {
	width: 100%;
}
.p_search_date {
	width: 100%;
	height: 50px;
}
.p_sarea_select_style {
	float: left;
	width: 50%;
	height: 45px;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	border: 0px solid red;
}
.p_styled-select {
	height: 45px;
	overflow: hidden;
	background-color: #416dc0;
}
.p_styled-select select {
	background: transparent;
	font-size: 20px;
	color: #fff;
	border: none;
	height: 23px;
	position: relative;
	top: 10px;
	left: 0;
	width: 112%;
	padding-left: 20px;
	cursor: pointer
}
.p_styled-select select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.p_styled-select select option {
	min-height: 30px;
	vertical-align: text-top
}
.search_box_rent {
	clear: both;
	width: 100%;
	margin: auto;
	border-top: 0px;
	line-height: 30px;
}
.search_box_rent th {
	width: 100px;
	text-align: center;
	height: 40px;
	font-size: 13px;
}
.search_box_rent td {
}
.search_box_rent .sdate {
	width: 100px;
}
.search_box_rent .rdate {
	width: 100px;
}
.search_box_rent .sarea {
	width: 254px;
}
.search_box_rent label {
	margin-right: 15px;
	margin-left: 3px;
	cursor: pointer;
}
.search_box_rent .sbt {
	text-align: center;
}
.search_box_rent .s_bt {
	border: 0px;
	padding: 0 20px 0 20px;
	background: #9f9fb0;
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	line-height: 2.4em;
	cursor: pointer;
	font-weight: bold;
	border-radius: 2px;
}
.search_box_rent .s_bt:hover {
	border: 0px;
	padding: 0 20px 0 20px;
	background: #79798c;
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	line-height: 2.4em;
	font-weight: bold;
	border-radius: 2px;
}
.no_br {
	border-right: 0 !important;
}
/* 렌트카 관련 스타일_인터치투어*/
.rent_list {
	margin:10px auto;
	width: 96%;
	position: relative;
}
.rent_list ul {
	margin: 12px 0 0 0;
	padding: 0;
	width: 100%;
}
.rent_list ul:after{clear:both;display: block;content: ""}
.rent_list ul li {
	float: left;
	width: 100%;
	margin:2px 0;
}
.rent_list .list_s {
	float: left;
	width: 100%;
	color: #888;
	padding: 15px 0 15px 0;
	/*border-top: 1px dashed #e1e1e1;*/
	border: 1px solid #e6e8ea;
	background:#fff;
}
.rent_list .list_s .photo {
	width: 90%;
}
.rent_list .line_rent {
	height: 5px;
	background: #fff;
	padding: 0;
	margin: 0;
}
.rent_list .img {
	width: 50%;
	float: left;
	margin-left: 5px;
}
.rent_list .detail {
	width: 47%;
	float: right;
	text-align: left;
	overflow: hidden;
	margin-right:1%;
}
.rent_list .rent_name {
	color: #222;
	font-size: 1.0em;
	font-weight: bold;
}
.rent_list .rent_name font{font-size:0.7em}

.rent_list .rent_info {
	font-size: 0.8em;
	color: #006cba;
	display: inline-block;
	margin: 15px 0 0 0;
	float: left;
	text-align: left;
	padding: 0px 2% 4px 2%;
	width: 96%;
	position: relative;
	height: 36px;
}
.rent_list .rent_info span {
	color: #666
}
.rent_list .rent_type {
	color:#666;
	font-size:0.7em;
}
.blt_rent_wrap{position:absolute;top:0;left:0}
.blt_rent_real{background:#3e42d2;color:#ebe811;font-size:0.7em;padding:2px 4px;font-weight:bold;text-align: center}
.blt_rent_sale{background:#eb203d;color:#fff;font-size:0.7em;padding:2px 4px;font-weight:bold;text-align: center}
a.btn_rent {
	/* width: 40%;
	top: 12px;
	position: absolute;*/
	float: right;
	margin-right: 5px;
	margin-top: -12px;
	display: inline-block;
	background: #006cba;
	color: #fff;
	font-weight: bold;
	padding: 3% 10px;
	font-size: 1.2em;
	text-align: center;
	right: 2%;
	border-radius:4px
}
.rent_list .rent_oil {
	background-color: #52a7c9;
	color: #ffffff;
	font-size: 14px;
	padding: 6px 10px 6px 10px;
	line-height: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.rent_list .rent_peo {
	background-color: #ff7bb3;
	color: #ffffff;
	font-size: 14px;
	padding: 6px 15px 6px 10px;
	line-height: 30px;
	border-radius: 0 4px 4px 0;
}/*#a7abc3*/
.rent_list .rent_time {
	background: url(/images/sub/icon_rent_time.png) no-repeat 0px 6px;
	color: #000;
	font-size: 0.9em;
	background-size: 15px;
	padding: 4px 10px 4px 18px;
	line-height: 30px;
}
.rent_list .rent_navi {
	position: absolute;
	display: none;
}
.rent_list .rent_type img {
	position: relative;
	top: 2px;
}
.rent_list .rent_oil img {
	position: relative;
	top: 2px;
}
.rent_list .rent_peo img {
	position: relative;
	top: 2px;
}
.rent_list .btn_reserv {
	padding-top: 45px;
}
.rent_list .btn_reserv_taxi {
}
.rent_list .btn_reserv_bus {
	padding-top: 30px;
}
.rent_list .bus_count {
	color: #4297e8;
	font-size: 14px;
	line-height: 20px;
}
/* 렌트카 관련 스타일_인터치투어*/


/* 숙소 관련 스타일_인터치투어*/
.tel_list {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.tel_list ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.tel_list ul li {
	float: left;
	width: 100%;
	position: relative;
}
.tel_list .list_s {
	float: left;
	width: 100%;
	color: #888;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.tel_list .list_s .photo {
	width: 100%;
	height: 195px;
}
.tel_list .line {
	height: 5px;
	background: #eeeeee;
	padding: 0;
	margin: 0;
}
.tel_list .img {
	width: 100%;
	height: 195px;
	overflow: hidden;
	position: relative
}
.tel_list .img img {
	position: absolute;
	left: 0
}
.tel_list .detail {
	text-align: left;
	padding: 8px 15px;
	font-size: 0.8em;
	color: #757575;
	line-height: 1.5;
}
.tel_list .detail span {
	color: #000
}
}
.tel_list ul li b {
	color: #000;
	font-size: 14px;
	line-height: 18px;
}
/*.tel_list ul li a {display:block; float:left; width:484px; height:222px; border:1px solid #ddd;  color:#888;}
.tel_list ul li a:link, a:visited, a:active { font-weight:normal;}
.tel_list ul li a:hover {width:484px; height:222px; border:1px solid #1fb0fe; text-decoration:none; }*/
.tel_list ul li .best {
	position: absolute;
	padding: 10px 15px 10px 15px;
	background-color: #FE434C;
	color: #fff;
}
.tel_list .tel_area {
	color: #ffffff;
	font-size: 0.7em;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1000;
	background: #f49e00;
	padding: 5px 10px;
	border-radius: 30px
}
.tel_list .tel_type {
	color: #ffffff;
	font-size: 0.7em;
	padding: 6px 15px 6px 10px;
	background: #006cba;
	padding: 5px 10px;
	border-radius: 30px;
	position: absolute;
	top: 45px;
	right: 15px;
	z-index: 1000;
}
.tel_list .icon_sale{background: rgba(244,158,0,0.7)}
.tel_list .tel_area img {
	position: relative;
	top: 2px;
	width: 9px
}
.tel_list .tel_type img {
	position: relative;
	top: 2px;
	width: 10px
}
.tel_list .tel_map {
	background: url(/images/sub/map_icon.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	padding: 10px 36px 10px 36px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-left: 0px;
}
.tel_list .tel_map:hover {
	background: url(/images/sub/map_icon_over.gif);
	background-repeat: no-repeat;
	background-color: #f65e0c;
	color: #fff;
	font-size: 11px;
	padding: 10px 36px 10px 36px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-left: 0px;
}
.tel_list .tel_pay {
	background: url(/images/sub/pay_icon.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	padding: 10px 35px 10px 35px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-left: 0px;
	border-right: 0px;
}
.tel_list .tel_pay:hover {
	background-image: url(/images/sub/pay_icon_over.gif);
	background-repeat: no-repeat;
	background-color: #f65e0c;
	color: #fff;
	font-size: 11px;
	padding: 10px 35px 10px 35px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-left: 0px;
	border-right: 0px;
}
.btn_list{display:block;padding:10px 30px;font-size:16px;font-weight:bold;border:1px solid #333;width:60%;margin:0 auto}
.tel_list .tel_view {
	background: url(/images/sub/view_icon.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	padding: 10px 20px 10px 20px;
	line-height: 30px;
	border: 1px solid #ddd;
}
.tel_list .tel_view:hover {
	background-image: url(/images/sub/view_icon_over.gif);
	background-repeat: no-repeat;
	background-color: #f65e0c;
	color: #fff;
	font-size: 11px;
	padding: 10px 20px 10px 20px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-left: 0px;
}
.tel_list .subject_wrap {
	position: absolute;
	width: 100%;
	bottom: 0px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,0.65+99 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.65) 37%, rgba(0,0,0,0.45) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.65) 37%, rgba(0,0,0,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.65) 37%, rgba(0,0,0,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
	z-index: 100;
	height: 90px;
	text-align: left
}
.tel_list .price {
	position: absolute;
	right: 15px;
	bottom: 10px;
	text-align: right
}
.tel_list .price span {
	font-size: 1.0em !important;
	color: #fff;
}
.tel_list .price span.won {
	color: #b5b5b5
}
.tel_list .price span.sail_won_2, .tel_list .price span.sail_won_text {
	color: #fff !important;
}
.tel_list .tel_name {
	color: #fff;
	font-size: 1.0em;
	position: absolute;
	bottom: 30px;
	left: 15px;
	font-weight: bold
}
.tel_list .tel_day {
	color: #f49e00;
	font-size: 12px;
	position: absolute;
	bottom: 13px;
	left: 15px
}
.tel_list .tel_info {
	color: #69717e;
	font-size: 14px;
	line-height: 20px;
}
.tel_list .tel_line {
	color: #c8cbd2;
	font-size: 12px;
	line-height: 5px;
}
.tel_list table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.tel_list .sale {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #a5033c;
}
.tel_list .pay {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.tel_list .pay2 2017-03-16 {
font-size:16px;
font-weight:bold;
color:#000000;
}
p.icon_sale {
	position: absolute;
	width: 50px;
	padding: 6px 2px;
	background: rgba(255,0,0,0.8);
	left: 15px;
	top: 15px;
	z-index: 1000;
	font-weight: bold;
	color: #fff;
	font-size: 26px;
	text-align: center
}
p.icon_sale span {
	font-size: 13px
}
p.icon_hotdeal {
	position: absolute;
	right: 0px;
	width: 38px;
	top: -45px
}
p.icon_hotdeal img {
	width: 38px;
}
div.select_icon {
	width: 100%;
	position: absolute;
	left: 15px;
	bottom: 54px
}
div.select_icon ul li {
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	width: auto;
	background: url(/images/hotdeal/hot_plus.png) no-repeat left 1px;
	background-size: 22px;
	padding-left: 23px
}
div.select_icon ul li:first-child {
	background: none;
	padding-left: 0
}
div.select_icon li img {
	position: relative !important;
	vertical-align: middle
}
div.select_icon:after {
	clear: both;
	content: "";
	display: block
}
.tel_list p.select_icon img {
	position: relative
}
.border-style_tel {
	border-radius: 2px;
	border: 1px solid #ffb2d2;
	background: #fff;
}
.room_view_cont {
	width: 100%;
	margin: auto;
}
.room_view_cont table {
	width: 100%;
}
.room_view_cont .r_name_t {
	width: 55%;
	text-align: center;
	background-color: #F4F4F4;
	color: #292121;
	height: 35px;
	font-size: 16px;
	border: 1px solid #DCDCDC;
	border-left: 0px;
}
.room_view_cont .r_peo_t {
	width: 20%;
	text-align: center;
	background-color: #F4F4F4;
	color: #292121;
	height: 35px;
	font-size: 16px;
	border: 1px solid #DCDCDC;
}
.room_view_cont .r_pay_t {
	width: 25%;
	text-align: center;
	background-color: #F4F4F4;
	color: #292121;
	height: 35px;
	font-size: 16px;
	border: 1px solid #DCDCDC;
	border-right: 0px;
}
.room_view_cont .r_name {
	width: 55%;
	padding-left: 10px;
	height: 50px;
	font-size: 16px;
	color: #333;
	border-right: 1px solid #DCDCDC;
	border-left: 0px;
	border-top: 0px;
}
.room_view_cont .r_peo {
	width: 20%;
	text-align: center;
	height: 50px;
	font-size: 16px;
	color: #646464;
	border-right: 1px solid #DCDCDC;
	border-top: 0px;
}
.room_view_cont .r_pay {
	width: 25%;
	text-align: center;
	height: 50px;
	font-size: 18px;
	color: #F44B35;
	border-top: 0px;
}
.room_view_cont .room_tab {
	clear: both;
	width: 100%;
	margin: auto;
}
.room_view_cont .room_tab li {
	border-bottom: 1px solid #E0E0E0;
}
.room_view_cont .room_tab li.on {
	border: none;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #E0E0E0;
}
.room_view_cont .room_tab li.on1 {
	border: none;
	width: 100%;
	background: #000;
	border-bottom: 1px solid #E0E0E0;
}
.room_view_cont .room_tab li.none {
	border: none;
	width: 100%;
	background: #F9F9F9;
	border-bottom: 1px solid #E0E0E0;
	font-weight: bold;
}
.room_view_cont .room_tab li:first-child {
	background: #fff;
}
.room_view {
	clear: both;
	width: 100%;
	display: inline-block;
	border: 0px;
}
.box {
	clear: both;
	width: 100%;
}
.box .s_day {
	width: 99%;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	background: url(/images/sub/info_bar.gif);
	background-repeat: no-repeat;
	color: #000;
	line-height: 50px;
	padding-left: 1%;
}
.box .s_day2 {
	width: 80%;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	background: url(/images/sub/info_bar.gif);
	background-repeat: no-repeat;
	color: #000;
	line-height: 50px;
	padding-left: 1%;
}
.box .s_day3 {
	width: 19%;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	background: url(/images/sub/info_bar.gif);
	background-repeat: no-repeat;
	color: #000;
	line-height: 50px;
}
.box .s_info {
	width: 100%;
	text-align: center;
	height: 50px;
	font-size: 16px;
	;
	background-color: #89a0b4;
	color: #fff;
}
.box .s_pay {
	width: 100%;
	text-align: center;
	height: 50px;
	font-size: 16px;
	;
	background-color: #7b8aa4;
	color: #fff;
}
.box .ss_day {
	width: 100%;
	border-bottom: 1px solid #d0c6c6;
}
.box .ss_info {
	width: 100%;
	text-align: center;
	border-bottom: 0px solid #d0c6c6;
}
.box .ss_pay {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #d0c6c6;
}
.box .ss_img {
	width: 100%;
}
.login_form {
	border-bottom: 1px solid #dbdbdb;
	margin: 15px 0 30px 0
}
.login_form li {
	border-top: 1px solid #dbdbdb;
	padding: 15px;
	text-align: left
}
.room_view_cont .room_select {
	width: 100%;
}
.room_view_cont .room_select th td {
	border: 1px solid #e8e8e8;
}
.room_view_cont .room_select .name {
	color: #000;
	height: 35px;
	letter-spacing: -2px;
	font-size: 20px;
	text-align: left;
}
.room_view_cont .room_select .day {
	width: 100px;
	color: #000;
	height: 35px;
	letter-spacing: -2px;
	font-size: 20px;
}
.room_view_cont .room_select .stay {
	width: 100px;
	color: #000;
	height: 35px;
	letter-spacing: -2px;
	font-size: 20px;
}
.room_view_cont .room_select .peo {
	width: 100px;
	color: #000;
	height: 35px;
	letter-spacing: -2px;
	font-size: 20px;
}
.room_view_cont .room_select .peo2 {
	color: #000;
	line-height: 20px;
	text-align: left;
	font-size: 12px;
	padding-left: 10px;
	letter-spacing: -1px;
	font-size: 20px;
}
.room_view_cont .room_select .r_num {
	width: 100px;
	color: #000;
	height: 35px;
	letter-spacing: -2px;
	font-size: 20px;
}
.room_view_cont .room_pay {
	width: 100%;
}
.room_view_cont .room_pay .tht {
	width: 50px;
	background-color: #f8ece2;
	color: #000;
}
.room_view_cont .room_pay .sp_name {
	color: #2f1a1a;
	height: 35px;
	color: #151631;
	text-align: left;
}
.room_view_cont .room_pay .sr_name {
	color: #2f1a1a;
	height: 35px;
	color: #3d0a2e;
	text-align: left;
}
.room_view_cont .room_pay .sp_stay {
	color: #2f1a1a;
	height: 35px;
	text-align: left;
}
.room_view_cont .room_pay .sr_num {
	color: #2f1a1a;
	height: 35px;
	text-align: left;
}
.room_view_cont .room_pay .sr_pay {
	color: #9B0033;
	height: 35px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
.tsinfo {
	width: 100%;
}
.tsinfo th {
	background-color: #E9E9E9;
	width:20%;
	color: #000;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
	height: 40px;
	text-align: center;
	font-size: 1.1em;
}
.tsinfo td {
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
	font-size: 1.0em;
}
.tsinfo .name {
	width: 350px;
	font-size: 20px;
	font-weight: bold;
	color: #281E1E;
	line-height: 34px;
	letter-spacing: -2px;
}
.tsinfo .back {
	width: 80px;
	letter-spacing: -2px;
}
.tsinfo .title {
	color: #ff5a00;
	text-align:left;
	font-size: 1.2em;
	padding:0 10px
}
.tsinfo_op {
	width: 100%;
}
.tsinfo_op th {
	background-color: #f7f7f7;
	width: 65px;
	color: #222;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 40px;
	text-align: center;
	font-size: 16px;
}
.tsinfo_op td {
	padding-left: 4px;
	width: 405px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 40px;
	line-height: 18px;
	font-size: 16px;
}
.tsinfo_res {
	width: 100%;
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
}
.tsinfo_res th {
	background-color: #e7eaed;
	color: #222;
	border-bottom: 1px solid #c3c3c3;
	height: 40px;
	text-align: center;
	font-size: 1.2em;
	width:20%
}
.tsinfo_res td {
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #c3c3c3;
	height: 40px;
	line-height: 30px;
	font-size: 1.2em;
	text-align: left;
}
.tsinfo_res .title2 strong {
	color: #ff5a00;
}
.tsinfo_res .name {
	background: #3275ca;
	padding: 0px 5px;
	color: #fff;
	border-radius: 4px;
	display: inherit;
}
.tsinfo_res .name_air {
	background: #d7567d
}
.tsinfo_res .name_tel {
	background: #d7567d
}
.tsinfo_res .name_rent {
	background: #d7567d
}
.tsinfo_res .back {
	width: 80px;
	letter-spacing: -2px;
}
.tsinfo_res .title {
	color: #ff5a00;
	height: 60px;
	text-align: center;
	font-size: 18px;
}
.tsinfo_res .pay {
	background-color: #c4d8f1;
}
.room_view_cont .link {
	margin-top: 10px;
}
.room_view_cont .link td {
	text-align: center;
}
/*.room_view_cont .link .link1 a { display:inline-block;padding:0 82px 0 82px;height:40px;background:#473c55;color:#fff;vertical-align:middle;line-height:40px;margin-top:8px; }
.room_view_cont .link .link1 a:hover { display:inline-block;padding:0 82px 0 82px;height:40px;background:#ff3366;color:#fff;vertical-align:middle;line-height:40px;margin-top:8px; }

.room_view_cont .link .link2 a { display:inline-block;padding:0 30px;height:40px;background:#636b87;color:#fff;vertical-align:middle;line-height:40px;margin-top:8px; }
.room_view_cont .link .link2 a:hover { display:inline-block;padding:0 30px;height:40px;background:#3fa3f3;color:#fff;vertical-align:middle;line-height:40px;margin-top:8px; }
*/
.room_view_cont .link .link3 a {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	background: #636b87;
	color: #fff;
	vertical-align: middle;
	line-height: 40px;
	margin-top: 8px;
}
.room_view_cont .link .link3 a:hover {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	background: #3fa3f3;
	color: #fff;
	vertical-align: middle;
	line-height: 40px;
	margin-top: 8px;
}
.room_view_cont .link .link4 a {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	background: #636b87;
	color: #fff;
	vertical-align: middle;
	line-height: 40px;
	margin-top: 8px;
}
.room_view_cont .link .link4 a:hover {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	background: #3fa3f3;
	color: #fff;
	vertical-align: middle;
	line-height: 40px;
	margin-top: 8px;
}
.room_close {
	position: absolute;
	width: 49px;
	height: 40px;
}
.notdate {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.notdate .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}
.notdate .pop-layer {
	display: block;
	width: 500px;
	height: 352px;
	border: 3px solid #dddddd;
}
.room_v_tab {
	clear: both;
	width: 100%;
	height: 45px;
	position: relative;
	margin-top: 20px;
}
.room_v_tab li {
	float: left;
	width: 16%;
	height: 44px;
	border-top: 1px #E0DCDC solid;
	background: #fff;
	border-right: 1px #E0DCDC solid;
	border-left: 1px #E0DCDC solid;
	color: #000;
	font-size: 14px;
	display: inline-block;
	border-right: 0;
	line-height: 33px;
	text-align: center;
}
.room_v_tab li a {
	width: 100%;
	height: 43px;
	color: #333;
	font-size: 14px;
	float: left;
	border-right: 0;
	line-height: 43px;
	text-align: center;
	display: inline-block;
}
.room_v_tab li.end {
	border-right: 1px #E0DCDC solid;
}
.room_v_tab li.on, .room_v_tab li.on1 {
	border: none;
	width: 16%;
	height: 45px;
	background: #D14339;
	color: #fff;
	font-weight: bold;
}
.room_v_tab li.on a, .room_v_tab li.on1 a {
	color: #fff;
	font-weight: bold;
}
.room_v_tab div {
	line-height: 22px;
	font-weight: normal;
	color: #5d5d5d;
}
.room_v_tab .depth >div {
	display: none;
	font-weight: normal;
	color: #5d5d5d;
	text-align: left;
	height: auto;
	min-height: 300px;
	border: 1px solid #E0DCDC;
	position: absolute;
	left: 0;
	top: 35px;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}
.tel_view_img {
	width: 100%;
	overflow: hidden;
	position:relative
}
.tel_view_img .img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.tel_view_img .cont {
	width: 100%;
	overflow: hidden;
}
.tel_view_img .tit {
	float: left;
	width: 65px;
	height: 35px;
	color: #4b4e6b;
	font-size: 12px;
	border-bottom: 1px solid #f7f7f7;
	line-height: 35px;
}
.tel_view_img .text {
	float: left;
	width: 325px;
	height: 35px;
	color: #202435;
	font-size: 13px;
	border-bottom: 1px solid #f7f7f7;
	line-height: 35px;
}
.tel_view_img .sdate {
	width: 100px;
}
.tel_view_img .line_bg {
	overflow: hidden;
	margin: 20px 0px;
	padding: 8px;
	background: url("../images/sub/bg_line.png") repeat;
}
.tel_view_img .line_bg .box {
	border: 1px solid #ebebeb;
	background: #fff;
}
/* 숙소 관련 스타일_인터치투어*/




.center_pkg {
	clear: both;
	width: 100%;
	margin: auto;
	margin-top: 35px;
}
.center_pkg li {
	float: left;
}
.pack_box {
	width: 100%;
	margin: auto;
	background-color: #fff;
	display: inline-block;
}
.pack_box ul {
	width: 100%;
}
.pack_box li {
	float: left;
}
.pack_box table {
	width: 100%;
}
.pack_box th {
	background-color: #f7f7f7;
	width: 90px;
	text-align: center;
	height: 40px;
	font-size: 13px;
}
.pack_box td {
	padding-left: 10px;
}
.pack_box .sdate {
	width: 100px;
}
.pack_box .rdate {
	width: 100px;
}
.pack_box .sarea {
	width: 100px;
}
.pack_box label {
	margin-right: 15px;
	margin-left: 3px;
	cursor: pointer;
}
.pack_box .sbt {
	text-align: center;
	background-color: #F7F7F7;
}
.proom_view {
	width: 100%;
	border: 2px solid #CAC8C8;
	display: inline-block;
}
.pbox {
	clear: both;
	width: 100%;
}
.pbox li {
	float: left;
}
.pbox .ps_day {
	width: 449px;
	height: 50px;
	font-size: 16px;
	background-color: #7b8aa4;
	color: #fff;
}
.pbox .ps_info {
	width: 277px;
	text-align: center;
	height: 50px;
	font-size: 16px;
	;
	background-color: #89a0b4;
	color: #fff;
}
.pbox .ps_pay {
	width: 260px;
	text-align: center;
	height: 50px;
	font-size: 16px;
	;
	background-color: #7b8aa4;
	color: #fff;
}
.pbox .pss_day {
	width: 449px;
	border-right: 1px solid #d0c6c6;
	border-bottom: 1px solid #d0c6c6;
}
.pbox .pss_info {
	width: 277px;
	background-color: #F9F9F9;
	text-align: center;
	border-bottom: 1px solid #d0c6c6;
}
.pbox .pss_pay {
	width: 260px;
	text-align: center;
	background-color: #f8ece2;
	border-left: 1px solid #d0c6c6;
	border-bottom: 1px solid #d0c6c6;
}
.pbox .pss_img {
	width: 986px;
}
.ptsinfo {
	clear: both;
	width: 100%;
	margin-top: 10px;
}
.ptsinfo th {
	background-color: #fff;
	width: 100px;
	color: #222;
	border-bottom: 1px solid #eee;
	height: 30px;
	font-size: 11px;
}
.ptsinfo td {
	width: 350px;
	border-bottom: 1px solid #eee;
	height: 30px;
	font-size: 11px;
	line-height: 18px;
}
.sketch_body {
	width: 100%;
}
.ske_air {
	width: 100%;
}
.ske_air .pv_view {
	width: 100%;
}
.ske_air .pv_view td {
	margin: 0;
	padding: 8px;
	border: 1px solid #4497db;
	text-align: center;
	font-size: 20px;
}
.ske_air .pv_view td span {
	color: #FF3300;
	font-weight: bold;
}
.ske_air .pv_view td b {
	color: #000;
}
.ske_air .pv_view img {
	vertical-align: middle;
}
.ske_air .pv_view .tit {
	background-color: #60a6e6;
	color: #fff;
}
.ske_tel {
	width: 100%;
}
.ske_tel .pv_view {
	width: 100%;
}
.ske_tel .pv_view td {
	margin: 0;
	padding: 8px;
	border: 1px solid #e7433f;
	text-align: center;
	font-size: 20px;
}
.ske_tel .pv_view td span {
	color: #FF3300;
	font-weight: bold;
}
.ske_tel .pv_view td b {
	color: #000;
}
.ske_tel .pv_view img {
	vertical-align: middle;
}
.ske_tel .pv_view .tit {
	background-color: #ef6d63;
	color: #fff;
}
.ske_car {
	width: 100%;
}
.ske_car .pv_view {
	width: 100%;
}
.ske_car .pv_view td {
	margin: 0;
	padding: 8px;
	border: 1px solid #6571c2;
	text-align: center;
	font-size: 20px;
}
.ske_car .pv_view td span {
	color: #FF3300;
	font-weight: bold;
}
.ske_car .pv_view td b {
	color: #000;
}
.ske_car .pv_view img {
	vertical-align: middle;
}
.ske_car .pv_view .tit {
	background-color: #858ecf;
	color: #fff;
}
.tel_list_pkg {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.tel_list_pkg ul {
	margin: 12px 0 0 0;
	padding: 0;
	width: 100%;
}
.tel_list_pkg ul li {
	float: left;
	width: 48%;
	height: 405px;
	color: #888;
	border: 1px solid #e1e1e1;
}
.tel_list_pkg ul li:hover {
	float: left;
	width: 48%;
	height: 435px;
	color: #888;
	border: 1px solid #f65e0c;
}
.tel_list_pkg ul li .photo {
	width: 100%;
	height: 230px;
}
.tel_list_pkg ul li b {
	color: #000;
	font-size: 14px;
	line-height: 18px;
}
.tel_list_pkg ul li img {
	float: left;
}
/*.tel_list_pkg ul li a {display:block; float:left; width:484px; height:222px; border:1px solid #ddd;  color:#888;}
.tel_list_pkg ul li a:link, a:visited, a:active { font-weight:normal;}
.tel_list_pkg ul li a:hover {width:484px; height:222px; border:1px solid #1fb0fe; text-decoration:none; }*/
.tel_list_pkg ul li .best {
	position: absolute;
	padding: 10px 15px 10px 15px;
	background-color: #FE434C;
	color: #fff;
}
.tel_list_pkg .tel_type {
	background-color: #56bacb;
	color: #ffffff;
	font-size: 16px;
	padding: 4px 8px 4px 8px;
	line-height: 30px;
}
.tel_list_pkg .tel_area {
	background-color: #4877aa;
	color: #ffffff;
	font-size: 16px;
	padding: 4px 8px 4px 8px;
	line-height: 30px;
}
.tel_list_pkg .tel_map {
	background: url(/images/sub/map_icon.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	padding: 10px 36px 10px 36px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-left: 0px;
}
.tel_list_pkg .tel_map:hover {
	background: url(/images/sub/map_icon_over.gif);
	background-repeat: no-repeat;
	background-color: #f65e0c;
	color: #fff;
	font-size: 11px;
	padding: 10px 36px 10px 36px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-left: 0px;
}
.tel_list_pkg .tel_pay {
	background: url(/images/sub/pay_icon.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	padding: 10px 35px 10px 35px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-left: 0px;
	border-right: 0px;
}
.tel_list_pkg .tel_pay:hover {
	background-image: url(/images/sub/pay_icon_over.gif);
	background-repeat: no-repeat;
	background-color: #f65e0c;
	color: #fff;
	font-size: 11px;
	padding: 10px 35px 10px 35px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-left: 0px;
	border-right: 0px;
}
.tel_list_pkg .tel_view {
	background: url(/images/sub/view_icon.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	padding: 10px 20px 10px 20px;
	line-height: 30px;
	border: 1px solid #ddd;
}
.tel_list_pkg .tel_view:hover {
	background-image: url(/images/sub/view_icon_over.gif);
	background-repeat: no-repeat;
	background-color: #f65e0c;
	color: #fff;
	font-size: 11px;
	padding: 10px 20px 10px 20px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-left: 0px;
}
.tel_list_pkg .tel_name {
	color: #12002f;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.tel_list_pkg .tel_day {
	color: #0082d9;
	font-size: 14px;
	line-height: 20px;
}
.tel_list_pkg .tel_info {
	color: #69717e;
	font-size: 14px;
	line-height: 20px;
}
.tel_list_pkg .tel_line {
	color: #c8cbd2;
	font-size: 12px;
	line-height: 5px;
}
.tel_list_pkg table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.tel_list_pkg .sale {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #a5033c;
}
.tel_list_pkg .pay {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.tel_list_pkg .pay2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.tel_view_top {
	width: 100%;
	height: 66px;
	border-bottom: 2px solid #011d21;
	clear: both;
}
.tel_view_top li {
	float: left;
}
.tel_view_top .name {
	margin-left: 10px;
	width: 74%;
	font-size: 1.45em;
	font-weight: bold;
	color: #333;
	padding: 17px 0;
}
.tel_view_top .select {
	text-align: right;
	padding-top: 20px;
	cursor: pointer;
	position:absolute;
	right:10px;
}
.tel_view_top .select a {
	font-size: 0.7em;
	background: #eaeaea;
	padding: 5px 10px
}
.tel_view_top_pkg {
	width: 100%;
	margin-top: 10px;
	height: 42px;
	border-bottom: 2px solid #011d21;
}
.tel_view_top_pkg li {
	float: left;
}
.tel_view_top_pkg .name {
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #12002f;
	line-height: 34px;
}
.tel_view_img_pkg {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}
.tel_view_img_pkg .img {
	width: 100%;
	height: 250px;
}
.tel_view_img_pkg .img img {
	border: 0px solid #eeeeee;
}
.tel_view_img_pkg .cont {
	width: 100%;
}
.tel_view_img_pkg .tit {
	float: left;
	width: 65px;
	height: 35px;
	color: #4b4e6b;
	font-size: 12px;
	border-bottom: 1px solid #f7f7f7;
	line-height: 35px;
}
.tel_view_img_pkg .text {
	float: left;
	width: 325px;
	height: 35px;
	color: #202435;
	font-size: 13px;
	border-bottom: 1px solid #f7f7f7;
	line-height: 35px;
}
.tel_view_img_pkg .sdate {
	width: 100px;
}
.tsinfo_pkg {
	width: 100%;
}
.tsinfo_pkg th {
	background-color: #f7f7f7;
	width: 65px;
	color: #222;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 40px;
}
.tsinfo_pkg td {
	padding-left: 4px;
	width: 305px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 40px;
	line-height: 18px;
}
.tsinfo_pkg .name {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #281E1E;
	line-height: 34px;
	letter-spacing: -2px;
}
.tsinfo_pkg .back {
	width: 80px;
	letter-spacing: -2px;
}
.room_view_cont_pkg {
	width: 100%;
}
.room_view_cont_pkg table {
	width: 100%;
}
.room_view_cont_pkg .r_name_t {
	width: 160px;
	text-align: center;
	background-color: #F4F4F4;
	color: #292121;
	height: 35px;
	font-size: 12px;
	border: 1px solid #DCDCDC;
	border-left: 0px;
}
.room_view_cont_pkg .r_peo_t {
	width: 100px;
	text-align: center;
	background-color: #F4F4F4;
	color: #292121;
	height: 35px;
	font-size: 12px;
	border: 1px solid #DCDCDC;
}
.room_view_cont_pkg .r_pay_t {
	width: 100px;
	text-align: center;
	background-color: #F4F4F4;
	color: #292121;
	height: 35px;
	font-size: 12px;
	border: 1px solid #DCDCDC;
	border-right: 0px;
}
.room_view_cont_pkg .r_name {
	width: 160px;
	height: 50px;
	font-size: 12px;
	color: #333;
	border-right: 1px solid #DCDCDC;
	border-left: 0px;
	border-top: 0px;
}
.room_view_cont_pkg .r_peo {
	width: 100px;
	text-align: center;
	height: 50px;
	font-size: 12px;
	color: #646464;
	border-right: 1px solid #DCDCDC;
	border-top: 0px;
}
.room_view_cont_pkg .r_pay {
	width: 100px;
	text-align: center;
	height: 50px;
	font-size: 12px;
	color: #F44B35;
	border-right: 1px solid #DCDCDC;
	border-right: 0px;
	border-top: 0px;
}
.room_view_cont_pkg .room_tab {
	clear: both;
	width: 100%;
	margin: auto;
}
.room_view_cont_pkg .room_tab li {
	border-bottom: 1px solid #E0E0E0;
}
.room_view_cont_pkg .room_tab li.on {
	border: none;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #E0E0E0;
}
.room_view_cont_pkg .room_tab li.on1 {
	border: none;
	width: 100%;
	background: #000;
	border-bottom: 1px solid #E0E0E0;
}
.room_view_cont_pkg .room_tab li.none {
	border: none;
	width: 100%;
	background: #F9F9F9;
	border-bottom: 1px solid #E0E0E0;
	font-weight: bold;
}
.room_view_cont_pkg .room_tab li:first-child {
	background: #fff;
}
.room_view_cont_pkg .room_select {
	width: 100%;
}
.room_view_cont_pkg .room_select .day {
	width: 55px;
	color: #000;
	height: 35px;
	background-color: #F9F9F9;
	letter-spacing: -2px;
}
.room_view_cont_pkg .room_select .stay {
	width: 55px;
	color: #000;
	height: 35px;
	background-color: #F9F9F9;
	letter-spacing: -2px;
}
.room_view_cont_pkg .room_select .peo {
	width: 55px;
	color: #000;
	height: 35px;
	background-color: #F9F9F9;
	letter-spacing: -2px;
}
.room_view_cont_pkg .room_select .peo2 {
	color: #000;
	line-height: 20px;
	text-align: left;
	font-size: 12px;
	padding-left: 10px;
	letter-spacing: -1px;
}
.room_view_cont_pkg .room_select .r_num {
	width: 55px;
	color: #000;
	height: 35px;
	background-color: #F9F9F9;
	letter-spacing: -2px;
}
.room_view_cont_pkg .room_pay {
	width: 100%;
}
.room_view_cont_pkg .room_pay .tht {
	width: 50px;
	background-color: #f8ece2;
	color: #000;
}
.room_view_cont_pkg .room_pay .sp_name {
	color: #2f1a1a;
	height: 35px;
	color: #151631;
	text-align: left;
}
.room_view_cont_pkg .room_pay .sr_name {
	color: #2f1a1a;
	height: 35px;
	color: #3d0a2e;
	text-align: left;
}
.room_view_cont_pkg .room_pay .sp_stay {
	color: #2f1a1a;
	height: 35px;
	text-align: left;
}
.room_view_cont_pkg .room_pay .sr_num {
	color: #2f1a1a;
	height: 35px;
	text-align: left;
}
.room_view_cont_pkg .room_pay .sr_pay {
	color: #9B0033;
	height: 35px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
.room_view_cont_pkg .link {
	margin-top: 10px;
}
.room_view_cont_pkg .link td {
	text-align: center;
}
.room_view_cont_pkg .link .link3 a {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	background: #636b87;
	color: #fff;
	vertical-align: middle;
	line-height: 40px;
	margin-top: 8px;
}
.room_view_cont_pkg .link .link3 a:hover {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	background: #3fa3f3;
	color: #fff;
	vertical-align: middle;
	line-height: 40px;
	margin-top: 8px;
}
.room_view_cont_pkg .link .link4 a {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	background: #636b87;
	color: #fff;
	vertical-align: middle;
	line-height: 40px;
	margin-top: 8px;
}
.room_view_cont_pkg .link .link4 a:hover {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	background: #3fa3f3;
	color: #fff;
	vertical-align: middle;
	line-height: 40px;
	margin-top: 8px;
}
.tel_view_cont_pkg {
	width: 360px;
	display: inline-block;
	background-image: url(/images/sub/dot_bg.gif);
}
.tel_view_cont_pkg li {
	width: 360px;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
.tel_view_cont2_pkg {
	width: 360px;
	display: inline-block;
	background-image: url(/images/sub/dot_bg.gif);
}
.tab_tt_pkg {
	clear: both;
	height: 35px;
	position: relative;
}
.tab_tt_pkg li {
	float: left;
	width: 138px;
	height: 33px;
	border-top: 1px #ccc solid;
	background: #f7f7f7;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
	color: #666;
	font-size: 12px;
	display: inline-block;
	border-right: 0;
	line-height: 33px;
	text-align: center;
}
.tab_tt_pkg li a {
	width: 138px;
	height: 33px;
	color: #666;
	font-size: 13px;
	float: left;
	border-right: 0;
	line-height: 33px;
	text-align: center;
	display: inline-block;
}
.tab_tt_pkg li.end {
	border-right: 1px #ccc solid;
}
.tab_tt_pkg li.on, .tab_tt_pkg li.on1 {
	border: none;
	width: 139px;
	height: 35px;
	background: #6C788C;
	color: #fff;
	font-weight: bold;
}
.tab_tt_pkg li.on a, .tab_tt_pkg li.on1 a {
	color: #fff;
	font-weight: bold;
}
.tab_tt_pkg div {
	line-height: 22px;
	font-weight: normal;
	color: #5d5d5d;
}
.tab_tt_pkg .depth >div {
	display: none;
	font-weight: normal;
	color: #5d5d5d;
	text-align: left;
	width: 350px;
	height: auto;
	border: 1px solid #ccc;
	position: absolute;
	left: 0;
	top: 35px;
	padding: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}
.proom_view_pkg {
	width: 356px;
	border: 2px solid #CAC8C8;
	display: inline-block;
}
.proom_view_pkg .pbox_pkg {
	clear: both;
	width: 356px;
}
.proom_view_pkg .pbox_pkg li {
	float: left;
}
.proom_view_pkg .pbox_pkg .ps_day {
	width: 356px;
	text-align: left;
	height: 50px;
	font-size: 16px;
	background-color: #C3405C;
	color: #fff;
}
.proom_view_pkg .pbox_pkg .ps_info {
	width: 356px;
	text-align: left;
	height: 50px;
	font-size: 16px;
	;
	background-color: #A0253F;
	color: #fff;
}
.proom_view_pkg .pbox_pkg .ps_pay {
	width: 356px;
	text-align: left;
	height: 50px;
	font-size: 16px;
	;
	background-color: #C3405C;
	color: #fff;
}
.proom_view_pkg .pbox_pkg .pss_day {
	width: 356px;
	border-bottom: 1px solid #d0c6c6;
}
.proom_view_pkg .pbox_pkg .pss_info {
	width: 356px;
	background-color: #F9F9F9;
	text-align: center;
	border-bottom: 1px solid #d0c6c6;
}
.proom_view_pkg .pbox_pkg .pss_pay {
	width: 356px;
	text-align: center;
	background-color: #f8ece2;
	border-left: 1px solid #d0c6c6;
	border-bottom: 1px solid #d0c6c6;
}
.proom_view_pkg .pbox_pkg .pss_img {
	width: 356px;
}
.proom_view_pkg .ptsinfo_pkg {
	clear: both;
	width: 356px;
	margin-top: 10px;
}
.proom_view_pkg .ptsinfo_pkg th {
	background-color: #fff;
	width: 56px;
	color: #222;
	border-bottom: 1px solid #eee;
	height: 30px;
	font-size: 11px;
}
.proom_view_pkg .ptsinfo_pkg td {
	width: 300px;
	border-bottom: 1px solid #eee;
	height: 30px;
	font-size: 11px;
	line-height: 18px;
}
.proom_view_pkg .pbox_pkg .room_pay_pkg {
	width: 356px;
}
.proom_view_pkg .pbox_pkg .room_pay_pkg .tht {
	width: 50px;
	background-color: #f8ece2;
	color: #000;
}
.proom_view_pkg .pbox_pkg .room_pay_pkg .sp_name {
	color: #2f1a1a;
	height: 35px;
	color: #151631;
	text-align: left;
}
.proom_view_pkg .pbox_pkg .room_pay_pkg .sr_name {
	color: #2f1a1a;
	height: 35px;
	color: #3d0a2e;
	text-align: left;
}
.proom_view_pkg .pbox_pkg .room_pay_pkg .sp_stay {
	color: #2f1a1a;
	height: 35px;
	text-align: left;
}
.proom_view_pkg .pbox_pkg .room_pay_pkg .sr_num {
	color: #2f1a1a;
	height: 35px;
	text-align: left;
}
.proom_view_pkg .pbox_pkg .room_pay_pkg .sr_pay {
	color: #9B0033;
	height: 35px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
.proom_view_pkg .pbox_pkg .link {
	width: 356px;
	margin-top: 10px;
}
.proom_view_pkg .pbox_pkg .link td {
	text-align: center;
}
.proom_view_pkg .pbox_pkg .link .link3 a {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	background: #636b87;
	color: #fff;
	vertical-align: middle;
	line-height: 40px;
	margin-top: 8px;
}
.proom_view_pkg .pbox_pkg .link .link3 a:hover {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	background: #3fa3f3;
	color: #fff;
	vertical-align: middle;
	line-height: 40px;
	margin-top: 8px;
}
.proom_view_pkg .pbox_pkg .link .link4 a {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	background: #636b87;
	color: #fff;
	vertical-align: middle;
	line-height: 40px;
	margin-top: 8px;
}
.proom_view_pkg .pbox_pkg .link .link4 a:hover {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	background: #3fa3f3;
	color: #fff;
	vertical-align: middle;
	line-height: 40px;
	margin-top: 8px;
}
.room_close_pkg {
	width: 49px;
	height: 51px;
	background-color: #50210C;
}
.pkg_air_ss_tit {
	background-color: #379afc;
	width: 100%;
	height: 85px;
}
.pkg_s_air_select {
	float: left;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	height: 421px;
}
.pkg_s_air_eselect {
	float: left;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	height: 421px;
}
.pkg_air_s {
	clear: both;
	width: 100%;
	margin: auto;
}
.pkg_air_s li {
	height: 70px;
	border-bottom: 1px solid #E0E0E0;
	width: 100%;
}
/*.air_s li a { width: 100%; height:70px; color: #666; font-size: 12px;  display:inline-block; letter-spacing:-1px;}*/
.pkg_air_s li.on {
	border: none;
	width: 100%;
	height: 70px;
	background: #fff;
	border-bottom: 1px solid #E0E0E0;
}
.pkg_air_s li.none {
	border: none;
	width: 100%;
	height: 70px;
	background: #e6f8ff;
	border-bottom: 1px solid #E0E0E0;
}
.pkg_air_s li:first-child {
	background: #fff;
}
.pkg_air_s dl {
	padding-top: 2px;
}
.pkg_air_s dd {
	float: left;
	text-align: center;
	padding-top: 12px;
}
.pkg_air_s dt {
	float: left;
	text-align: center;
}
.pkg_air_e {
	clear: both;
	width: 100%;
	margin: auto;
}
.pkg_air_e li {
	height: 70px;
	border-bottom: 1px solid #E0E0E0;
	cursor: pointer;
	width: 100%;
}
/*.air_e li a { display:inline-block;padding:0 10px;height:28px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em;margin-top:8px; }
.air_e li a:hover { display:inline-block;padding:0 10px;height:28px;background:#ff3366;color:#fff;vertical-align:middle;line-height:2.4em;margin-top:8px; }*/
.pkg_air_e li.on {
	border: none;
	width: 100%;
	height: 70px;
	background: #fff;
	border-bottom: 1px solid #E0E0E0;
}
.pkg_air_e li.none {
	border: none;
	width: 100%;
	height: 70px;
	background: #e6f8ff;
	border-bottom: 1px solid #E0E0E0;
}
.pkg_air_e li:first-child {
	background: #fff;
}
.pkg_air_e dd {
	float: left;
	text-align: center;
	padding-top: 12px;
}
.pkg_air_e dt {
	float: left;
	text-align: center;
}
.air_v_tab {
	clear: both;
	width: 99%;
	height: 45px;
	position: relative;
	margin-top: 20px;
}
.air_v_tab li {
	float: left;
	width: 49%;
	height: 44px;
	border-top: 1px #E0DCDC solid;
	background: #fff;
	border-right: 1px #E0DCDC solid;
	border-left: 1px #E0DCDC solid;
	color: #000;
	font-size: 18px;
	display: inline-block;
	border-right: 0;
	line-height: 33px;
	text-align: center;
}
.air_v_tab li a {
	width: 99%;
	height: 43px;
	color: #333;
	font-size: 18px;
	float: left;
	border-right: 0;
	line-height: 43px;
	text-align: center;
	display: inline-block;
}
.air_v_tab li.end {
	border-right: 1px #E0DCDC solid;
}
.air_v_tab li.on, .air_v_tab li.on1 {
	border: none;
	width: 50%;
	height: 45px;
	background: #D14339;
	color: #fff;
	font-weight: bold;
}
.air_v_tab li.on a, .air_v_tab li.on1 a {
	color: #fff;
	font-weight: bold;
}
.air_v_tab div {
	line-height: 22px;
	font-weight: normal;
	color: #5d5d5d;
}
.air_v_tab .depth >div {
	display: none;
	font-weight: normal;
	color: #5d5d5d;
	text-align: left;
	height: auto;
	min-height: 300px;
	border: 1px solid #E0DCDC;
	position: absolute;
	left: 0;
	top: 35px;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}
.tab {
	clear: both;
	width: 100%;
	height: 50px;
	position: relative;
}
.tab li {
	float: left;
	width: 49%;
	height: 50px;
	border-top: 1px #ccc solid;
	background: #f7f7f7;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
	color: #666;
	font-size: 18px;
	display: inline-block;
	border-right: 0;
	line-height: 50px;
	text-align: center;
}
.tab li a {
	width: 100%;
	height: 50px;
	color: #666;
	font-size: 18px;
	float: left;
	border-right: 0;
	line-height: 50px;
	text-align: center;
	display: inline-block;
}
.tab li.end {
	border-right: 1px #ccc solid;
}
.tab li.on, .tab li.on1 {
	border: none;
	width: 49%;
	height: 50px;
	background: #6C788C;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.tab li.on a, .tab li.on1 a {
	color: #fff;
	width: 100%;
	font-weight: bold;
	text-align: center;
}
.tab div {
	line-height: 22px;
	font-weight: normal;
	color: #5d5d5d;
}
.tab .depth >div {
	display: none;
	font-weight: normal;
	color: #5d5d5d;
	text-align: left;
	width: 99.5%;
	height: 400px;
	border: 1px solid #ccc;
	position: absolute;
	left: 0;
	top: 50px;
	overflow-y: auto;
	overflow-x: hidden;
}
.rent_tit {
	width: 100%;
	height: 85px;
	background-color: #4b56a4;
	vertical-align: middle;
	color: #ffffff;
}
/* 골프 관련 스타일_인터치투어*/
.golf_list {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.golf_list ul {
	margin: 12px 0 0 0;
	padding: 0;
	width: 100%;
}
.golf_list ul li {
	float: left;
	width: 100%;
}
.golf_list .list_s {
	float: left;
	width: 100%;
	color: #888;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.golf_list .list_s .photo {
	width: 100%;
	height: 210px;
}
.golf_list .line_rent {
	height: 5px;
	background: #eeeeee;
	padding: 0;
	margin: 0;
}
.golf_list_wrap {
	position: relative;
	width: 100%;
	height: 180px;
	overflow: hidden
}
.golf_list .img {
	width: 100%;
}
.golf_list .detail {
	position: absolute;
	width: 100%;
	bottom: 0px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,0.65+99 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.65) 37%, rgba(0,0,0,0.45) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.65) 37%, rgba(0,0,0,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.65) 37%, rgba(0,0,0,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
	z-index: 100;
	height: 90px;
	text-align: left
}
.golf_list .golf_name {
	color: #fff;
	font-size: 1.0em;
	position: absolute;
	bottom: 40px;
	left: 15px;
	font-weight: bold;
}
.golf_list .golf_area {
	color: #ffffff;
	font-size: 0.7em;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1000;
	background: #f49e00;
	padding: 5px 10px;
	border-radius: 30px;
}
.golf_list .golf_area img {
	position: relative;
	top: 2px;
	width: 9px
}
.golf_list .golf_text {
	color: #f49e00;
	font-size: 12px;
	position: absolute;
	bottom: 13px;
	left: 15px;
}
.golf_view_top {
	width: 100%;
	height: 66px;
	border-bottom: 2px solid #011d21;
	clear: both;
}
.golf_view_top li {
	float: left;
}
.golf_view_top .name {
	margin-left: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 34px;
	padding: 17px 0;
}
.golf_view_top .select {
	width: 15%;
	text-align: right;
	padding-top: 10px;
	cursor: pointer;
}
.golf_view_cont table {
	width: 100%;
}
.golf_view_cont table th {
	text-align: center;
	background-color: #e7eaed;
	color: #222;
	height: 45px;
	font-size: 16px;
}
.golf_view_cont .r_name_t {
	border: 1px solid #bbbbbb;
	border-left: 0px;
}
.golf_view_cont .r_pay_t {
	width: 25%;
	border: 1px solid #bbbbbb;
	border-left: 0px;
	border: 1px solid #bbbbbb;
	border-left: 0px;
}
.golf_view_cont table td {
	height: 50px;
	font-size: 0.9em;
	color: #222;
	text-align: center;
	border-bottom: 1px solid #bbbbbb
}
.golf_view_cont .r_name {
	padding-left: 10px;
	border-right: 0px solid #fff;
	border-left: 0px;
	border-top: 0px;
}
.golf_view_cont .r_day {
	width: 25%;
}
.golf_view_cont .r_pay {
	width: 25%;
	color: ##ff2e78;
}
.golf_view_cont .btn_golf_reserv {
	width: 110px;
	height: 40px;
	background-color: #006cba;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 auto;
}
.golf_view_cont .btn_golf_reserv img {
	position: relative;
	top: 7px;
	left: -2px;
	width: 18px;
}
.golf_view_cont .btn_golf_reserv:hover {
	background-color: #db347b;
}
/* 골프 관련 스타일_인터치투어*/





/*패키지스타일_인터치투어*/
.package_list {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.package_list ul {
	margin: 12px 0 0 0;
	padding: 0;
	width: 100%;
}
.package_list ul li {
	float: left;
	width: 100%;
}
.package_list .list_s {
	float: left;
	width: 100%;
	color: #888;
	padding: 15px 0 5px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.package_list .list_s:hover {
	float: left;
	width: 100%;
	color: #888;
	padding: 15px 0 5px 0;
	border-top: 1px solid #f63d8b;
	border-bottom: 1px solid #f63d8b;
}
.package_list .list_s .photo {
	width: 100%;
	height: 210px;
}
.package_list .line_rent {
	height: 5px;
	background: #eeeeee;
	padding: 0;
	margin: 0;
}
.package_list .img {
	width: 40%;
	float: left;
	margin-left: 5px;
}
.package_list .detail {
	width: 57%;
	float: right;
	text-align: left;
	overflow: hidden;
}
.package_list .pack_info {
	background-color: #52b9db;
	color: #ffffff;
	font-size: 14px;
	padding: 6px 15px 6px 15px;
	line-height: 30px;
	border-radius: 20px;
}
.package_list .pack_info img {
	position: relative;
	top: 2px;
}
.package_list .pack_name {
	color: #222;
	font-size: 20px;
	line-height: 30px;
	margin-top: 10px;
}
.package_list .pack_text {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
}
.package_list .pack_price {
	margin: 20px 0 0 0;
}
.package_list .peo_num {
	font-size: 14px;
	color: #666;
}
.package_view_top {
	width: 100%;
	height: 66px;
	background: #e5f6fc;
	border-bottom: 2px solid #2eb4e8;
	clear: both;
}
.package_view_top li {
	float: left;
}
.package_view_top .name {
	margin-left: 10px;
	width: 74%;
	font-size: 22px;
	font-weight: bold;
	color: #00a4e3;
	line-height: 34px;
	padding: 17px 0;
}
.package_view_top .select {
	width: 15%;
	text-align: right;
	padding-top: 10px;
	cursor: pointer;
}
.package_date {
	padding: 10px 0;
}
.package_date .wrap {
	border: 2px solid #ff6800;
	overflow: hidden;
	margin: 0 8px;
	padding: 0 0 15px 0;
	background: url(/images/sub/package_box_bg.png) repeat;
	text-align: center;
}
.package_date .tit {
	font-size: 18px;
	margin: 15px 20px;
	color: #007ec2;
}
.package_date .tit .date {
	color: #de066b
}
.package_date .tit .go {
	color: #000;
	margin-left: 5px;
}
.package_date .tit .peo {
	color: #666;
	margin-left: 5px;
}
.package_date .tit .peo b {
	color: #222
}
.package_date .text {
	font-size: 16px;
}
.package_date .package_date_line {
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid #ffc7a1;
	background-color: white;
}
.package_date .package_date_line .in {
	margin: 5px 10px 0 15px;
}
.btn_pack_date_open {
	width: 40%;
	background-color: #727272;
	padding: 13px 10px 13px 10px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}
.btn_pack_date_re {
	width: 50%;
	background-color: #00a4e3;
	padding: 13px 10px 13px 10px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}
.package_con {
} /*항공, 숙박, 렌트카 정보 보여짐*/
.package_con .tab_search {
	background-color: #d1eaf8;
	line-height: 50px;
	color: #ff5ba2;
	padding-bottom: 10px;
	overflow: hidden;
	margin: 0 5px;
	border-radius: 5px;
}
.package_con .tab_search .text {
	font-size: 13px;
	line-height: 40px;
}
.package_con .wrap {
	overflow: hidden;
	margin: 0 10px
}
.package_con .wrap .package_con_view {
	width: 99.4%;
	border-left: 2px solid #00a4e3;
	border-right: 2px solid #00a4e3;
	border-bottom: 2px solid #00a4e3;
	margin: auto;
	height: auto;
}
.package_con .wrap .package_con_view .guide {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #fefff1;
	padding: 12px 0;
	margin: 0 5px;
	font-size: 16px;
	color: #000;
	text-align: center;
}
.package_con .wrap .package_con_view .guide .red {
	color: #de066b;
	font-weight: bold;
}
.package_con .wrap .package_con_view .guide .blue {
	color: #2088c6;
	font-weight: bold;
}
.package_con .wrap .package_con_view .air_view {
	height: 800px;
	padding: 15px 10px;
	overflow-y: auto;
}
.package_con .wrap .package_con_view .air_view table {
	width: 100%;
	border-bottom: 1px dashed #bababa;
}
.package_date .box {
	width: 100%;
	border-top: 1px solid #ffc7a1;
	border-bottom: 1px dashed #ffc7a1;
	background-color: #fff3eb;
}
.package_date .box table {
	margin: 20px;
	letter-spacing: 0px;
}
.package_date .box table th {
	width: 70px;
}
.package_date .box table th .bg {
	width: 60px;
	background: url(/images/sub/bg_pack_text.png) no-repeat 0 4px;
	font-size: 13px;
	color: #666;
	width: 60px;
	height: 19px;
	text-align: left;
	padding-left: 11px;
	padding-top: 8px;
	padding-bottom: 5px;
}
.package_date .box table td .none {
	font-size: 18px;
	color: #888;
}
.package_date .box table td .name {
	font-size: 18px;
	color: #ff6800;
	font-weight: bold;
	line-height: 30px;
}
.package_date .box table td .date {
	font-size: 18px;
	color: #222222;
}
.package_tab {
	overflow: hidden;
	margin: auto;
}
.package_tab .wrap {
	overflow: hidden;
	margin: 0 10px
}
.package_tab ul li {
	float: left;
	cursor: pointer;
}
.package_tab .tab_1 {
	width: 32.5%;
	height: 59px;
	background: #f7f7f7 url(/images/sub/tab_saleair_off.png) no-repeat 15% 50%;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 2px solid #00a4e3;
}
.package_tab .tab_1 span {
	position: relative;
	top: 20px;
	left: 35%;
	color: #666;
	font-size: 18px;
}
.package_tab .tab_2 {
	width: 32.5%;
	height: 59px;
	background: #f7f7f7 url(/images/sub/tab_tel_off.png) no-repeat 20% 50%;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 2px solid #00a4e3;
}
.package_tab .tab_2 span {
	position: relative;
	top: 20px;
	left: 40%;
	color: #666;
	font-size: 18px;
}
.package_tab .tab_3 {
	width: 32.5%;
	height: 59px;
	background: #f7f7f7 url(/images/sub/tab_rentcar_off.png) no-repeat 15% 50%;
	border-top: 1px solid #eaeaea;
	border-left: 0px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 2px solid #00a4e3;
}
.package_tab .tab_3 span {
	position: relative;
	top: 20px;
	left: 40%;
	color: #666;
	font-size: 18px;
}
.package_tab .tab_1_on {
	width: 33.8%;
	height: 59px;
	background: url(/images/sub/tab_saleair_on.png) no-repeat 15% 50%;
	border-top: 2px solid #00a4e3;
	border-left: 2px solid #00a4e3;
	border-right: 2px solid #00a4e3;
}
.package_tab .tab_1_on span {
	position: relative;
	top: 20px;
	left: 35%;
	color: #008fd6;
	font-size: 18px;
}
.package_tab .tab_2_on {
	width: 33.8%;
	height: 59px;
	background: url(/images/sub/tab_tel_on.png) no-repeat 20% 50%;
	border-top: 2px solid #00a4e3;
	border-left: 2px solid #00a4e3;
	border-right: 2px solid #00a4e3;
}
.package_tab .tab_2_on span {
	position: relative;
	top: 20px;
	left: 40%;
	color: #008fd6;
	font-size: 18px;
}
.package_tab .tab_3_on {
	width: 33.8%;
	height: 59px;
	background: url(/images/sub/tab_rentcar_on.png) no-repeat 15% 50%;
	border-top: 2px solid #00a4e3;
	border-left: 2px solid #00a4e3;
	border-right: 2px solid #00a4e3;
}
.package_tab .tab_3_on span {
	position: relative;
	top: 20px;
	left: 40%;
	color: #008fd6;
	font-size: 18px;
}
.package_tab .tab_2_2_on {
	width: 329px;
	height: 59px;
	background: url(/images/sub/tab_tel_on.png) no-repeat 40px 50%;
	border-top: 2px solid #00a4e3;
	border-left: 2px solid #00a4e3;
	border-right: 2px solid #00a4e3;
}
.package_tab .tab_2_on span {
	position: relative;
	top: 20px;
	left: 40%;
	color: #008fd6;
	font-size: 18px;
}
.package_tab .tab_2_3_on {
	width: 329px;
	height: 59px;
	background: url(/images/sub/tab_rentcar_on.png) no-repeat 40px 50%;
	border-top: 2px solid #00a4e3;
	border-left: 2px solid #00a4e3;
	border-right: 2px solid #00a4e3;
}
.package_tab .tab_2_3_on span {
	position: relative;
	top: 20px;
	left: 35%;
	color: #008fd6;
	font-size: 18px;
}
.package_tab .tab_AC_1 {
	width: 49.5%;
	height: 59px;
	background: #f7f7f7 url(/images/sub/tab_saleair_off.png) no-repeat 30% 50%;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 2px solid #00a4e3;
}
.package_tab .tab_AC_1 span {
	position: relative;
	top: 20px;
	left: 45%;
	color: #666;
	font-size: 18px;
}
.package_tab .tab_AC_3 {
	width: 49.5%;
	height: 59px;
	background: #f7f7f7 url(/images/sub/tab_rentcar_off.png) no-repeat 30% 50%;
	border-top: 1px solid #eaeaea;
	border-left: 0px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 2px solid #00a4e3;
}
.package_tab .tab_AC_3 span {
	position: relative;
	top: 20px;
	left: 45%;
	color: #666;
	font-size: 18px;
}
.package_tab .tab_AC_1_on {
	width: 49.5%;
	height: 59px;
	background: url(/images/sub/tab_saleair_on.png) no-repeat 30% 50%;
	border-top: 2px solid #00a4e3;
	border-left: 2px solid #00a4e3;
	border-right: 2px solid #00a4e3;
}
.package_tab .tab_AC_1_on span {
	position: relative;
	top: 20px;
	left: 45%;
	color: #008fd6;
	font-size: 18px;
}
.package_tab .tab_AC_3_on {
	width: 49.5%;
	height: 59px;
	background: url(/images/sub/tab_rentcar_on.png) no-repeat 30% 50%;
	border-top: 2px solid #00a4e3;
	border-left: 2px solid #00a4e3;
	border-right: 2px solid #00a4e3;
}
.package_tab .tab_AC_3_on span {
	position: relative;
	top: 20px;
	left: 45%;
	color: #008fd6;
	font-size: 18px;
}
.package_tab .tab_CT_2 {
	width: 49.5%;
	height: 59px;
	background: #f7f7f7 url(/images/sub/tab_tel_off.png) no-repeat 30% 50%;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 2px solid #00a4e3;
}
.package_tab .tab_CT_2 span {
	position: relative;
	top: 20px;
	left: 45%;
	color: #666;
	font-size: 18px;
}
.package_tab .tab_CT_3 {
	width: 49.5%;
	height: 59px;
	background: #f7f7f7 url(/images/sub/tab_rentcar_off.png) no-repeat 30% 50%;
	border-top: 1px solid #eaeaea;
	border-left: 0px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 2px solid #00a4e3;
}
.package_tab .tab_CT_3 span {
	position: relative;
	top: 20px;
	left: 45%;
	color: #666;
	font-size: 18px;
}
.package_tab .tab_CT_2_on {
	width: 49.5%;
	height: 59px;
	background: url(/images/sub/tab_tel_on.png) no-repeat 30% 50%;
	border-top: 2px solid #00a4e3;
	border-left: 2px solid #00a4e3;
	border-right: 2px solid #00a4e3;
}
.package_tab .tab_CT_2_on span {
	position: relative;
	top: 20px;
	left: 45%;
	color: #008fd6;
	font-size: 18px;
}
.package_tab .tab_CT_3_on {
	width: 49.5%;
	height: 59px;
	background: url(/images/sub/tab_rentcar_on.png) no-repeat 30% 50%;
	border-top: 2px solid #00a4e3;
	border-left: 2px solid #00a4e3;
	border-right: 2px solid #00a4e3;
}
.package_tab .tab_CT_3_on span {
	position: relative;
	top: 20px;
	left: 45%;
	color: #008fd6;
	font-size: 18px;
}
.package_tab .tab_AT_1 {
	width: 49.5%;
	height: 59px;
	background: #f7f7f7 url(/images/sub/tab_saleair_off.png) no-repeat 30% 50%;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 2px solid #00a4e3;
}
.package_tab .tab_AT_1 span {
	position: relative;
	top: 20px;
	left: 45%;
	color: #666;
	font-size: 18px;
}
.package_tab .tab_AT_2 {
	width: 49.5%;
	height: 59px;
	background: #f7f7f7 url(/images/sub/tab_tel_off.png) no-repeat 30% 50%;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 2px solid #00a4e3;
}
.package_tab .tab_AT_2 span {
	position: relative;
	top: 20px;
	left: 45%;
	color: #666;
	font-size: 18px;
}
.package_tab .tab_AT_1_on {
	width: 49.5%;
	height: 59px;
	background: url(/images/sub/tab_saleair_on.png) no-repeat 30% 50%;
	border-top: 2px solid #00a4e3;
	border-left: 2px solid #00a4e3;
	border-right: 2px solid #00a4e3;
}
.package_tab .tab_AT_1_on span {
	position: relative;
	top: 20px;
	left: 45%;
	color: #008fd6;
	font-size: 18px;
}
.package_tab .tab_AT_2_on {
	width: 49.5%;
	height: 59px;
	background: url(/images/sub/tab_tel_on.png) no-repeat 30% 50%;
	border-top: 2px solid #00a4e3;
	border-left: 2px solid #00a4e3;
	border-right: 2px solid #00a4e3;
}
.package_tab .tab_AT_2_on span {
	position: relative;
	top: 20px;
	left: 45%;
	color: #008fd6;
	font-size: 18px;
}
.package_tab .tab_1 {
	width: 32.5%;
	height: 59px;
	background: #f7f7f7 url(/images/sub/tab_saleair_off.png) no-repeat 15% 50%;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 2px solid #00a4e3;
}
.package_tab .tab_1 span {
	position: relative;
	top: 20px;
	left: 35%;
	color: #666;
	font-size: 18px;
}
.package_tab .tab_2 {
	width: 32.5%;
	height: 59px;
	background: #f7f7f7 url(/images/sub/tab_tel_off.png) no-repeat 20% 50%;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 2px solid #00a4e3;
}
.package_tab .tab_2 span {
	position: relative;
	top: 20px;
	left: 40%;
	color: #666;
	font-size: 18px;
}
.package_tab .tab_3 {
	width: 32.5%;
	height: 59px;
	background: #f7f7f7 url(/images/sub/tab_rentcar_off.png) no-repeat 15% 50%;
	border-top: 1px solid #eaeaea;
	border-left: 0px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 2px solid #00a4e3;
}
.package_tab .tab_3 span {
	position: relative;
	top: 20px;
	left: 40%;
	color: #666;
	font-size: 18px;
}
.package_tab .tab_A_on {
	width: 99.4%;
	height: 59px;
	background: url(/images/sub/tab_saleair_on.png) no-repeat 40% 50%;
	border-top: 2px solid #00a4e3;
	border-left: 2px solid #00a4e3;
	border-right: 2px solid #00a4e3;
	border-bottom: 1px dashed #00a4e3;
}
.package_tab .tab_A_on span {
	position: relative;
	top: 20px;
	left: 45%;
	color: #008fd6;
	font-size: 18px;
}
.package_tab .tab_T_on {
	width: 99.4%;
	height: 59px;
	background: url(/images/sub/tab_tel_on.png) no-repeat 40% 50%;
	border-top: 2px solid #00a4e3;
	border-left: 2px solid #00a4e3;
	border-right: 2px solid #00a4e3;
	border-bottom: 1px dashed #00a4e3;
}
.package_tab .tab_T_on span {
	position: relative;
	top: 20px;
	left: 45%;
	color: #008fd6;
	font-size: 18px;
}
.package_tab .tab_C_on {
	width: 99.4%;
	height: 59px;
	background: url(/images/sub/tab_rentcar_on.png) no-repeat 40% 50%;
	border-top: 2px solid #00a4e3;
	border-left: 2px solid #00a4e3;
	border-right: 2px solid #00a4e3;
	border-bottom: 1px dashed #00a4e3;
}
.package_tab .tab_C_on span {
	position: relative;
	top: 20px;
	left: 45%;
	color: #008fd6;
	font-size: 18px;
}
.tel_view {
	overflow: hidden;
	background: #fff;
	padding: 0 10px;
}
.tel_view .tel_name {
	height: 50px;
	color: #222;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #888;
}
.tel_view .tel_name span {
	position: relative;
	top: 12px;
	left: 1px;
}
.tel_view .tel_info {
	width: 100%;
}
.tel_view .tel_info th {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	width: 80px
}
.tel_view .tel_info td {
	height: 40px;
	padding: 5px 0 5px 10px;
	line-height: 18px;
	font-size: 1.0em;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
}
.tel_view .tel_info td img{width:80%}
.tel_view .tel_info .tit {
	background: #dbe1e7;
	border-radius: 2px;
	padding: 8px 10px;
	font-size: 1.0em;
}
.tel_view .tel_info .no_border {
	border-bottom: 0px;
}
.tel_view .tel_info .add {
	width: 100px;
}
.tel_view .tel_info .add .tit {
	background: #dbe1e7;
	border-radius: 2px;
	padding: 13px 7px;
	font-size: 16px;
}
.tel_view .tel_detail_info {
	overflow: hidden;
	padding: 15px;
}
.tel_view .tel_detail_info .box {
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
}
.room_view_img {
	width: 100%;
	height: auto;
}
.room_view_img .room_view_height {
	width: 100%;
	overflow: hidden
}
.room_view_img .img {
	float: left;
	width: 100%;
	height: auto;
}
.room_view_img .img .img_L {
	width: 100%;
	height: 341px;
}
.room_view_img .img .img_S {
	width: 100%;
	height: 340px;
}
.rent_view {
	overflow: hidden;
	background: #fff;
	padding: 0 10px;
}
.rent_view_img {
	width: 100%;
	height: auto;
}
.rent_view_img .img {
	float: left;
	width: 100%;
	height: auto;
}
.rent_view_img .img .img_L {
	width: 100%;
	height: 341px;
}
.rent_view_img .img .img_S {
	width: 100%;
	height: 340px;
}
.rent_view .rent_info {
	width: 100%;
}
.rent_view .rent_info th {
	width: 100px;
	height: 60px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
}
.rent_view .rent_info td {
	height: 40px;
	padding: 5px 0 5px 10px;
	line-height: 30px;
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
}
.rent_view .rent_info .tit {
	background: #dbe1e7;
	border-radius: 2px;
	padding: 8px 10px;
	font-size: 16px;
}
.room_num_select_style_pack {
	float: left;
	width: 77%;
	height: 35px;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.room_num_styled-select_pack {
	background: url(/images/sub/drop_arrow.png) no-repeat 95% 10px #fff;
	height: 35px;
	overflow: hidden;
	padding-left: 10px;
}
.room_num_styled-select_pack select {
	background: transparent;
	font-size: 20px;
	color: #00002b;
	border: none;
	height: 35px;
	position: relative;
	top: 0px;
	left: 0;
	width: 132%;
	cursor: pointer
}
.room_num_styled-select_pack select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.room_num_styled-select_pack select option {
	min-height: 30px;
	vertical-align: text-top
}
.rent_num_select_style_pack {
	float: left;
	width: 77%;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.rent_num_styled-select_pack {
	background: url(/images/sub/drop_arrow.png) no-repeat 95% 10px #fff;
	overflow: hidden;
	padding-left: 10px;
}
.rent_num_styled-select_pack select {
	background: transparent;
	font-size: 0.9em;
	color: #00002b;
	border: none;
	position: relative;
	top: 0px;
	left: 0;
	width: 132%;
	cursor: pointer
}
.rent_num_styled-select_pack select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.rent_num_styled-select_pack select option {
	min-height: 30px;
	vertical-align: text-top
}
.main_select_pack {
	float: left;
	position: relative;
	cursor: pointer;
	width: 30%;
	border: 1px solid #bebebe;
	height: 35px;
	padding: 8px 0;
	background-color: #fff;
}
.main_select_pack .calendar {
	background: url(/images/sub/drop_date.png) no-repeat 95% 5px;
	;
	margin-top: 0px;
	height: 35px;
}
.main_select_pack input[type="text"] {
	color: #575357 !important;
	width: 90%;
	padding: 15px 0px 15px 10px;
	height: 15px;
	border: none !important;
	background: transparent;
	cursor: pointer;
	font-size: 22px;
}
.rent_time_select_style_pack {
	float: left;
	width: 23.3%;
	margin-left: 1%;
	height: 35px;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
	border: 1px solid #bebebe;
}
.rent_time_styled-select_pack {
	background: url(/images/sub/drop_arrow.png) no-repeat 95% 10px;
	overflow: hidden;
}
.rent_time_styled-select_pack select {
	background: transparent;
	font-size: 20px;
	color: #575357;
	border: none;
	height: 35px;
	position: relative;
	top: -2px;
	left: 15px;
	width: 112%;
	cursor: pointer
}
.rent_time_styled-select_pack select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.rent_time_styled-select_pack select option {
	min-height: 30px;
	vertical-align: text-top
}
.border-style_pack {
	border-radius: 2px;
	border: 1px solid #9eaab3;
}
/*패키지스타일_인터치투어*/



/*룸 옵션_인터치투어*/
.room_choice_select_style {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.room_choice_styled-select {
	background: url(/images/sub/drop_arrow.png) no-repeat 95% 15px #fff;
	overflow: hidden;
	background-size:15px
}
.room_choice_styled-select select {
	background: transparent;
	font-size: 0.9em;
	color: #00002b;
	border: none;
	position: relative;
	top: 0px;
	left: 0;
	width: 132%;
	cursor: pointer
}
.room_choice_styled-select select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.room_choice_styled-select select option {
	min-height: 30px;
	vertical-align: text-top
}
.p_search_box_rent {
	clear: both;
	width: 100%;
	margin: auto;
	border-top: 0px;
	line-height: 30px;
}
.p_search_box_rent th {
	width: 100px;
	text-align: center;
	height: 40px;
	font-size: 13px;
}
.p_search_box_rent td {
}
.p_search_box_rent .sdate {
	width: 100px;
}
.p_search_box_rent .rdate {
	width: 100px;
}
.p_search_box_rent .sarea {
	width: 254px;
}
.p_search_box_rent label {
	margin-right: 15px;
	margin-left: 3px;
	cursor: pointer;
}
.p_search_box_rent .sbt {
	text-align: center;
}
.p_search_box_rent .s_bt {
	border: 0px;
	padding: 0 20px 0 20px;
	background: #9f9fb0;
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	line-height: 2.4em;
	cursor: pointer;
	font-weight: bold;
	border-radius: 2px;
}
.p_search_box_rent .s_bt:hover {
	border: 0px;
	padding: 0 20px 0 20px;
	background: #79798c;
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	line-height: 2.4em;
	font-weight: bold;
	border-radius: 2px;
}
.p_search_date2 {
	width: 94%;
	margin: auto;
	background-color: #0f111c;
	height: 50px;
}
.no_br {
	border-right: 0 !important;
}
.reserve_input .res_tit {
	clear: both;
	font-size: 0.9em;
	font-weight: bold;
	padding: 10px 15px;
	color: #000;
	border-bottom: 1px solid #dbdbdb;
}
.res_box {
	width: 100%;
	display: block;
}
.res {
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #d7d7d7;
	width: 100%
}
.res table td {
	line-height: 30px;
}
.res .tit {
	width: 67px;
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
	color: #7d7d7d;
	font-size: 13px;
	font-weight: bold;
}
.res .v_middle {
	vertical-align: middle
}
.res .cont {
	font-size: 18px;
	padding: 7px 15px 7px 0;
	font-size: 13px;
	line-height: 25px
}
.res .cont2 {
	font-size: 18px;
	padding: 7px 15px 7px 0;
	font-size: 13px;
	line-height: 25px;
	color: #000
}
.res .title2 {
}
.res .title2 strong {
	color: #000;
	font-weight: bold;
}
.res .cont2 .name {
	background: #fff !important;
	padding: 0px;
	color: #006cba;
}
.res .cont2 .name_air {
	background: #d7567d
}
.res .cont2 .name_tel {
	background: #d7567d
}
.res .cont2 .name_rent {
	background: #d7567d
}
.res .cont3 {
	width: 100%
}
.res .cont4 {
	padding-left: 10px;
	min-height: 60px;
	line-height: 24px;
	font-size: 1.0em;
	font-weight: bold;
	color: #38608b;
}
.res .tit2 {
	width: 170px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	font-size: 18px;
	min-height: 60px;
	text-align: center;
	color: #202020;
}
.res .cont5 {
	padding-left: 5px;
	border: 1px solid #cccccc;
	min-height: 60px;
	line-height: 30px;
	font-size: 18px;
	color: #38608b;
}
.res .con_ok {
	border: 1px solid #e0e0e0;
	text-align: center;
	height: 50px;
	font-size: 14px;
	background: #e0e0e0;
}
.res_bt {
	cursor: pointer;
}
.res td input {
	border: 1px solid #D0D0D0;
}
.board {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #000
}
.board li {
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0
}
.board select {
	-webkit-appearance: menulist-button!important;
	padding: 10px;
	display: inline-block
}
.board .tit {
	border-bottom: 1px solid #eaeaea;
	font-size: 1.0em;
	color: #000;
	text-align: center;
	padding: 10px 0;
}
.board_content {
	padding: 10px;
	font-size: 1.2em;
	line-height: 1.8em
}
.board_content img {
	width: 100%
}
.board .date {
	display: inline-block;
	text-align: center;
	font-size: 0.8em;
	color: #999
}
.board .date span {
	color: #CCC;
	margin: 0 10px
}
.board .pack {
	width: 25%;
	height: 70px;
	text-align: center;
}
.board .name {
	text-align: center;
	font-size: 0.8em;
	margin-left: 15%;
	color: #999;
}
.board .rdate {
	width: 20%;
	height: 70px;
	text-align: center;
}
.board .type {
	width: 10%;
	height: 70px;
	text-align: center;
}
.board .bigo {
	text-align: center;
	font-size: 0.8em;
	color: #999;
}
.board .no {
	width: 15%;
	text-align: center;
	font-size: 0.9em;
	display: inline-block
}
.board .title {
	text-align: left;
	font-size: 0.9em
}
.board .cont {
	width: 80%;
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #eaeaea
}
.board .cont2 {
	width: 34%;
	height: 38px;
	border-bottom: 1px solid #e9e9e9;
	text-align: left;
	padding-left: 10px;
}
.board .notice {
	width: 660px;
	height: 38px;
	border-bottom: 1px solid #e9e9e9;
	text-align: left;
	padding-left: 10px;
}
.res_view {
}
.res_view .res_tit {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	padding: 0 12px;
	min-height: 50px;
	color: #000;
	line-height: 42px;
	border-top: 3px solid #000;
	border-bottom: 1px solid #ccc;
	background: #fff;
	margin-bottom: 10px;
}
.res_view .res_box {
	width: 100%;
	background: #e0e0e0;
	padding: 10px 0;
	display: block;
}
.mo_peo {
	width: 98%;
	table-layout: fixed;
	font-size: 14px;
	background: #fff;
}
.mo_peo td {
	border: 1px solid #ccc;
	height: 2em;
	table-layout: fixed;
}
.mo_peo .mo_tit {
	background-color: #f5f5f5;
	text-align: center;
	width: 20%;
	word-break: break-all;
	table-layout: fixed;
	font-size: 14px;
	color: #444;
}
.mo_peo4 .docent_img img {width: 100%}
.mo_peo .mo_con {
	width: 30%;
	padding: 10px;
	table-layout: fixed;
	height: auto;
	word-break: break-all;
}
.mo_peo .mo_con2 {
	width: 80%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	table-layout: fixed;
	word-break: break-all;
}
.mo_peo2 {
	width: 98%;
	margin: auto;
	table-layout: fixed;
	font-size: 18px;
	background: #fff;
}
.mo_peo2 td {
	border: 1px solid #cea599;
	height: 50px;
	table-layout: fixed;
	font-size: 0.8em
}
.mo_peo2 .mo_tit {
	background-color: #edd8cb;
	text-align: center;
	width: 20%;
	color: #3e0d09;
	word-break: break-all;
	table-layout: fixed;
	font-size: 15px;
}
.mo_peo2 .mo_con {
	width: 30%;
	padding-left: 10px;
	table-layout: fixed;
	height: auto;
	word-break: break-all;
}
.mo_peo2 .mo_con2 {
	width: 80%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	table-layout: fixed;
	word-break: break-all;
}
.mo_peo2 .mo_con3 {
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	table-layout: fixed;
	word-break: break-all;
}
.mo_peo2 .sail_won_2 {
	font-size: 24px;
	font-weight: normal;
	color: #ff1e00;
}
.mo_peo2 .sail_won_text {
	font-size: 16px;
	font-weight: bold;
	color: #e7274a;
}
.mo_peo3 {
	width: 98%;
	font-size: 18px;
	background: #fff;
}
.mo_peo3 td {
	height: 2em;
}
.mo_peo3 .mo_tit {
	width: 20%;
	background-color: #edd8cb;
	text-align: center;
	color: #3e0d09;
}
.mo_peo3 .mo_tit_t {
	width: 20%;
	background-color: #edd8cb;
	text-align: center;
	color: #2e0301;
}
.mo_peo3 .mo_con {
	width: 30%;
	padding-left: 10px;
	table-layout: fixed;
	height: auto;
}
.mo_peo3 .mo_con2 {
	width: 80%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mo_peo3 .mo_con3 {
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mo_peo4 {
	width: 98%;
	font-size: 18px;
	background: #fff;
}
.mo_peo4 td {
	border: 1px solid #96c1d1;
	padding: 15px 0;
	line-height: 1.5em
}
.mo_peo4 .mo_tit {
	width: 20%;
	background-color: #d7ebf7;
	text-align: center;
	color: #060e40;
	font-size: 15px;
}
.mo_peo4 .day {
	color: #006dcb
}
.mo_peo4 .mo_tit_t {
	width: 100%;
	background-color: #d7ebf7;
	text-align: center;
	color: #060e40;
}
.mo_peo4 .mo_con {
	width: 35%;
	padding: 10px;
	font-size: 14px
}
.mo_peo4 .mo_con2 {
	width: 85%;
	padding: 10px;
	table-layout: fixed;
	word-break: break-all;
	font-size: 14px
}
.mo_peo4 .mo_con3 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	table-layout: fixed;
	word-break: break-all;
}
.mo_peo4 .text_many {
	font-size: 16px;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.5em
}
.mo_peo4 .point {
	color: #ff5a00;
	height: 60px;
	font-size: 18px;
}
.mo_peo4 .mo_con2 img {
	width: 100%;
}
.mo_peo5 {
	width: 98%;
	font-size: 18px;
	background: #fff;
}
.mo_peo5 td {
	border: 1px solid #d698b8;
	height: 2em;
}
.mo_peo5 .mo_tit {
	width: 15%;
	background-color: #dfaec8;
	text-align: center;
	color: #400627;
}
.mo_peo5 .mo_tit_t {
	width: 100%;
	background-color: #dfaec8;
	text-align: center;
	color: #400627;
}
.mo_peo5 .mo_con {
	width: 35%;
	padding-left: 10px;
}
.mo_peo5 .mo_con2 {
	width: 85%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	table-layout: fixed;
	word-break: break-all;
}
.mo_peo5 .mo_con3 {
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	table-layout: fixed;
	word-break: break-all;
}
.mo_sear {
	width: 98%;
	margin: auto;
	border: 1px solid #c2b9a5;
}
.mo_sear td {
	height: 2em;
	border-top: 1px solid #c2b9a5;
	border-right: 1px solid #c2b9a5;
}
.mo_sear input {
	margin: 0.3em;
}
.mo_sear .tit {
	width: 30%;
	background-color: #edeae4;
	text-align: center;
	color: #400627;
}
.mo_sear .con {
	width: 40%;
	padding-left: 10px;
	text-align: center;
}
.mo_sear .con2 {
	width: 30%;
	padding-left: 10px;
	text-align: center;
}
.btn_submit {
	padding: 3px 10px;
	border: 0;
	background: #fff;
	font-size: 0.8em;
	color: #444;
	letter-spacing: -0.1em;
	cursor: pointer;
	border: 1px solid #cccccc;
	border-radius: 3px;
	color: #333;
}
input.btn_re {
	display: inline-block;
	-webkit-appearance: none
}
.btn_re {
	padding: 10px;
	border: 0;
	background: #7C8184;
	font-size: 1.0em;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
}
.bo_fx {
	width: 95%;
	margin: 0 auto;
	zoom: 1
}
.bo_fx:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.bo_fx ul {
	margin: 0;
	padding: 0;
	list-style: none
}
#bo_list_total {
	float: left;
	margin: 0px 0 20px 0;
}
.btn_bo_user {
	float: right;
	margin: 0;
	list-style: none
}
.btn_bo_user li {
	float: left;
	margin-left: 5px
}
.btn_bo_user a {
	display: inline-block;
	padding: 0 8px;
	font-size: 0.7em;
	background: #69AB23;
	color: #fff;
	vertical-align: middle;
	line-height: 2.4em;
	margin-top: 2px;
	border-radius: 2px;
}
.res_search_bt {
	border: 0px;
	width: 70px;
	height: 60px;
	background: #4b545e;
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	line-height: 2.4em;
	cursor: pointer;
	font-weight: bold;
	border-radius: 2px;
}
.res_search_bt:hover {
	border: 0px;
	width: 70px;
	height: 60px;
	background: #ff3366;
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	line-height: 2.4em;
	font-weight: bold;
	border-radius: 2px;
}
.sss_tit {
	width: 100%;
	background-color: #9da2b0;
	color: #fff;
	clear: both;
	border-top: 2px solid #8b91a0;
	border-bottom: 1px solid #8b91a0;
	overflow: hidden;
}
.sss_tit .sleft {
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	/*background: url(/images/sub/icon_search_result.png) no-repeat 15px 13px;
	background-size: 32px;*/
	/*line-height: 50px;*/
}
.sss_tit .sright {
	position: relative;
	font-size: 0.8em;
	padding: 5px 10px;
}
.sss_tit .sright img {
	vertical-align: sub;
}
.sss_tit .text {
	position: relative;
	font-size: 0.7em;
	padding: 0px 8px 8px 12px;
}
.sss_tit_tel {
	height: 55px;
	border-bottom: 0px
}
.tel_menu_out {
	background-color: #9da2b0;
	border-bottom: 1px solid #9ea6bb;
	overflow: hidden;
	padding-bottom: 10px;
}
.sss_tit_package {
	height: 90px;
}
.sss_tit .text_package {
	float: left;
	color: #535353;
	line-height: 30px;
	font-size: 12px;
}
.room2 {
	width: 100%;
	height: 160px;
	background-color: #ff4e4e;
	line-height: 50px;
	color: #ff5ba2;
	clear: both;
	border-top: 2px solid #ff4e4e;
	border-bottom: 1px solid #ff4e4e;
}
.sss_tit_room_choice {
	background-color: #52a7c9;
	color: #fff;
	border-top: 2px solid #469bbd;
	border-bottom: 1px solid #469bbd;
}
.sss_tit_room_choice .select {
	margin: 10px 10px;
	overflow: hidden;
}
.sss_tit_room {
	padding:5px 0;
}
.sss_tit .room_choice {
	/*background: url(/images/sub/icon_room_choice.png) no-repeat 15px 12px;
	background-size: 26px;*/
	padding: 5px 10px 0 13px;
}
.sss_tit .room_reserv {
	/*background: url(/images/sub/icon_room_reserv.png) no-repeat 15px 12px;
	background-size: 26px;*/
	padding: 5px 10px 0 13px;
}
.sss_tit .room_detail {
	/*background: url(/images/sub/icon_room_detail.png) no-repeat 15px 12px;
	background-size: 26px;*/
	padding: 5px 10px 0 13px;
}
.sss_tit .room_area {
	/*background: url(/images/sub/icon_room_area.png) no-repeat 15px 12px;
	background-size: 26px;*/
	padding: 5px 10px 0 13px;
}
.res_title_wrap {
	padding: 30px 0 15px 0
}
.reserve_tit {
	font-size: 1.5em;
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: -1px;
}
.reserve_txt {
	font-size: 0.9em;
	color: #7d7d7d;
	text-align: center;
	letter-spacing: -1px
}
.sss_tit_rent {
}
/*.sss_tit .sright_check {background:url(/images/sub/check.png) no-repeat 290px center;}
.sss_tit .sright_air {background:url(/images/sub/check.png) no-repeat 582px center;}
*/



/******* hshweb 추가*********

#pkg_list .wrap {width:100%; border:1px solid #cccccc; margin-top:10px; overflow: hidden}
#pkg_list .wrap .photo {float:left; width:30%; background-color: #F7F7F7; height: 270px;}
#pkg_list .wrap .photo .size {width: 100%; height: 180px; margin-bottom: 5px;}
#pkg_list .wrap .photo .btn {margin: 9px 0 0 17px;}
#pkg_list .wrap .pkg_choice {float:left; width:47%; margin-left:15px}
#pkg_list .wrap .pkg_choice_detail {float: left; width: 20%; height: 245px; background-color: #f7f7f7; text-align: center; padding-top: 25px;}

*/



.pkg_stit {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}
.pkg_ptit {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -1px;
	border: 1px dashed #fea78b;
	background-color: #FFF9DE;
	color: #FF4900;
	margin: 0 10px 10px 0
}
.pkg_guide {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -1px;
	color: #777;
}
.pkg_air {
	font-size: 16px;
	height: 25px;
	letter-spacing: -1px;
}
.pkg_air .name {
	color: #4177ec;
}
.pkg_telroom {
	font-size: 16px;
}
.pkg_telroom .name {
	color: #4177ec;
}
.add_tit {
	font-size: 18px;
	color: #B53C64;
	font-weight: bold;
	margin: 10px 0 2px;
}
.pkg_view_img {
	width: 100%;
}
.pkg_view_img .img {
	width: 100%;
	height: auto;
}
.pkg_view_img .img img {
}
.pkg_view_img .cont {
	width: 100%;
}
.pkg_view_img .tit {
	float: left;
	width: 65px;
	height: 35px;
	color: #4b4e6b;
	font-size: 12px;
	border-bottom: 1px solid #f7f7f7;
	line-height: 35px;
}
.pkg_view_img .text {
	float: left;
	width: 325px;
	height: 35px;
	color: #202435;
	font-size: 13px;
	border-bottom: 1px solid #f7f7f7;
	line-height: 35px;
}
.pkg_view_img .sdate {
	width: 100px;
}
.pkg_sinfo {
	width: 100%;
}
.pkg_sinfo th {
	width: 100%;
	color: #222;
	padding:10px 10px 0 10px;
	text-align: left;
	font-size: 1.2em;
}
.pkg_sinfo td {
	padding: 10px;
	width: 100%;
	line-height: 30px;
	font-size: 1.2em;
}
/******* hshweb 추가*********/

.msearch_box .sub_tit {
	font-size: 24px;
	height: 60px;
	font-weight: bold;
	text-align: left;
	margin: auto;
	line-height: 60px;
	color: #3d4e50;
}  /*서브타이틀*/
.air_info {
	width: 94%;
	padding: 15px 0 15px 10px;
	background-color: #fffac3;
	border-radius: 5px;
	margin: 15px;
	font-size: 14px;
	color: #434343;
}
.air_info p {
	background: url(/images/sub/bullet_air_info.png) no-repeat center left;
	padding-left: 25px;
	font-size: 16px;
	color: #444;
	font-weight: bold;
	margin-bottom: 8px;
}
.air_info span {
	background: url(/images/sub/bullet_info.png) no-repeat center left;
	padding-left: 8px;
	margin-left: 18px;
	margin-bottom: 5px;
	display: inline-block;
}
.center .start {
	font-size: 15px;
}
.center .start span {
	color: #4177ec;
	font-weight: bold;
	font-size: 18px;
}
.center .percent {
	font-size: 21px;
	font-weight: bold;
	color: #f49e00;
}
.center .person {
	font-size: 13px;
	color: #888;
	margin-left:10px
}
.center .person span {
	color: #006dcb;
}
.center .info {
	font-size: 0.8em;
	color: #4e5b64;
	font-weight:bold
}
.center .dotline {
	background: url(/images/sub/center_dotline.png) repeat;
}
.center .line {
	border-bottom: 1px dashed #bababa
}
/*center안에 들어가는 css -- tel에서는 안들어감*/
.won {
	color: #999;
	text-decoration: line-through;
	font-weight: bold;
	font-size: 1.0em;
}
.price_tit {
	color: #666;
	font-weight: bold;
	margin-right: 10px
}
.sail_won {
	font-weight: bold;
	color: #006cba;
	font-size: 1.0em;
}
.sail_won_2 {
	font-weight: bold;
	color: #006cba;
	font-size: 1.0em;
}
.sail_won_text {
	font-size: 16px;
	font-weight: bold;
	color: #222;
}
/*center안에 들어가는 css -- tel에서는 안들어감*/


.taxi_list {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.taxi_list ul {
	margin: 12px 0 0 0;
	padding: 0;
	width: 100%;
}
.taxi_list ul li {
	float: left;
	width: 48%;
	height: 420px;
	color: #888;
	border: 1px solid #e1e1e1;
	margin-left: 7px;
	margin-top: 12px;
}
.taxi_list ul li .photo {
	width: 100%;
	height: 180px;
	margin: 5px 0;
}
.taxi_list table {
	width: 100%;
	height: 70px;
	margin: auto 0;
	background-color: #EEE;
}
.taxi_list .bus {
	margin: 20px auto 0;
}
.taxi_list .car_name {
	color: #222;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	width: 95%;
	margin: 0 auto 10px;
}
.taxi_list .stay {
	color: #5C53A7;
	font-size: 16px;
	line-height: 20px;
	padding-left: 15px;
}
.taxi_list .td_won {
	width: 50%;
	text-align: right;
	padding: 10px 10px 0 0;
}
.taxi_list .car_info {
	color: #0082d9;
	font-size: 14px;
	line-height: 20px;
	width: 95%;
	margin: 0 auto;
15px auto 0;
}
/*패키지에서 렌터카 추가 스타일 */
.rent_list_pack {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.rent_list_pack ul {
	margin: 12px 0 0 0;
	padding: 0;
	width: 100%;
}
.rent_list_pack ul li {
	position: relative;
	margin: 0 5px 12px 5px;
	width: 98%;
	height: 180px;
	color: #888;
	border: 1px solid #ddd;
}
.rent_list_pack ul li .photo {
	width: 38%;
	height: 180px;
	margin-bottom: 5px;
}
.rent_list_pack .info {
	width: 37%;
	float: left;
	margin-left: 10px;
	margin-left: 15px;
}
.rent_list_pack ul li b {
	color: #000;
	font-size: 14px;
	line-height: 18px;
}
.rent_list_pack ul li img {
	float: left;
}
.rent_list_pack ul li .btn_add_R {
	margin-top: 60px;
}
.rent_list_pack ul li .best {
	position: absolute;
	left: 11px;
	top: 0;
	width: 40px;
	height: 52px;
}
.rent_list_pack .car_type {
	background-color: #D4809C;
	color: #ffffff;
	font-size: 14px;
	padding: 4px 8px 4px 8px;
	line-height: 30px;
	border-radius: 3px;
}
.rent_list_pack .car_navi {
	background-color: #858BC7;
	color: #ffffff;
	font-size: 14px;
	padding: 4px 8px 4px 8px;
	line-height: 30px;
	border-radius: 3px;
	margin-left: 3px;
}
.rent_list_pack .car_name {
	color: #222;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 20px;
}
.rent_list_pack .car_info {
	color: #69717e;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 7px;
	display: inherit;
}
.rent_list_pack .car_line {
	color: #c8cbd2;
	font-size: 18px;
	line-height: 5px;
}
.rent_list_pack .time {
	width: 80px;
	text-align: left;
	color: #5C53A7;
	padding-top: 8px;
	padding-left: 5px;
}
.rent_list_pack table {
	width: 50%;
	background-color: #f7f7f7;
	height: 70px;
}
.rent_list_pack td {
	width: 130px;
	text-align: right;
	color: #666;
	padding-right: 5px;
}
.rent_list_pack .sale {
	font-size: 18px;
	font-weight: bold;
	color: #a5033c;
}
.rent_list_pack .pay {
	font-size: 24px;
	font-weight: bold;
	color: #e7274a;
}
/*예약확인 S */

.res_chk .box {
	width: 100%;
	border-top: 0px solid #ff5ba2;
	border-bottom: 0px solid #ff5ba2;
	padding: 10px 0;
}
.res_chk .box .tit_line {
	border-bottom: 1px dashed #cbcbcb;
	padding: 15px 0 20px 15px;
	text-align: left;
}
.res_chk .box .tit {
	font-size: 1.0em;
	font-weight: bold;
	color: #006cba;
}
.res_chk .box .text {
	font-size: 0.8em;
	color: #666;
}
.res_chk .box table th {
	height: 35px;
	font-size: 16px;
	text-align: left;
	padding-left: 20px;
}
.res_chk .box table .name {
	border: 1px solid #e1e2e2;
	width: 89%;
	line-height: 20px;/*border-radius: 5px;*/
}
.res_chk .box table .phone {
	border: 2px solid #e1e2e2;
	width: 28%;
	font-size: 20px;
	padding-left: 2%;
}
.board_tit {
	font-size: 1.0em;
	font-weight: bold;
	color: #444;
	margin: 10px 10px;
}
.board_tit img {
	width: 8%
}
.board_tit span {
	font-size: 0.8em;
	color: #888;
}
.page {
	text-align: center;
	height: 60px;
	margin-top: 10px;
}
.page .page_in {
	color: #009ef8;
}
#tel_list .stay {
	width: 100%;
	margin: 15px 0;
	font-size: 0.9em;
	color: #444;
	text-align: center;
	letter-spacing:-1px
}
#tel_list .stay .date {
	display: inline-block;
}
#tel_list .stay .day {
}
#tel_list .arrow {
	width: 94%;
	background: url(/mobile/images/package/arrow_stay.png) no-repeat 50% 50%;
	height: 10px;
}
.center .cancle {
	margin: 10px;
	padding: 0px;
	border: 1px solid #3c99c7;
	background: #fff;
}
.cancle .text {
	width: 95%;
	margin: 10px auto;
	font-size: 0.9em;
	line-height: 1.5em
}
.cancle .cancle_info {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	margin: 10px 0;
	background: #61aed3;
	width: 100%;
	display: inline-block;
	border-top: 1px solid #3c99c7;
	border-bottom: 1px solid #3c99c7;
}
.pag_box {
	width: 95%;
	margin: 10px auto;
}
.pag_box .tit {
	font-size: 18px;
	color: #8044CE;
	font-weight: bold;
	padding: 10px 0 10px 13px;
	border: 1px solid #bbb;
	border-radius: 4px 4px 0 0;
	background: #f3f3f3;
	box-shadow: 0 1px 1px #ddd, inset -1px 1px 1px #fff;
}
.pag_box .info {
	border: 1px solid #bbb;
	border-top: 0;
	background: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 20px;
}
.pag_box .info:after{clear:both;display:block;content:""}
.pag_box .info img{width:100%;float:left}
.link1 {
	padding-top: 20px;
}
.cash {
	height: 261px;
	width: 90%;
	margin: 50px auto;
	border: 2px solid #f63d8b;
	border-radius: 8px;
}
.cash table th {
	height: 35px;
	font-size: 20px;
}
.cash .name {
	border: 2px solid #e1e2e2;
	width: 275px;
	border-radius: 5px;
}
.cash .phone {
	border: 2px solid #e1e2e2;
	width: 80px;
	font-size: 18px;
	width: 80px;
	border-radius: 5px;
}
.pr_chk {
	height: 261px;
	width: 90%;
	margin: 50px auto;
	border: 2px solid #00b7cb;
	border-radius: 8px;
}
.pr_chk .pass {
	border: 2px solid #e1e2e2;
	width: 80%;
	border-radius: 5px;
}
.pr_chk .btn_ok {
	display: inline-block;
	height: 50px;
	width: 120px;
	border: 1px solid #0095d9;
	background-color: #009ee5;
	color: #fff;
	font-size: 18px;
	border-radius: 3px;
	cursor: pointer;
}
.pr_chk .btn_cancle {
	display: inline-block;
	height: 50px;
	width: 120px;
	border: 1px solid #848588;
	background-color: #7C8184;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.bo_list_page {
	width: 100%;
	text-align: center;
	line-height: 30px;
	height: 50px;
	margin-top: 20px;
}
.board_res {
	width: 97%;
	margin: 0 auto 20px;
	border: 1px solid #b9b9b9;
	;
}
/*.board_res {width:98%; margin: 0 auto 20px; padding: 7px 0; background: url("/images/res/board_res_pattern.gif") repeat left top;}*/

.board_res .box_white {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	padding: 7px 0 0 0;
}
.board_res .box {
	overflow: hidden;
	background: #fff;
	text-align: left;
	font-size: 16px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}
.board_res table th {
	width: 30%;
	height: 30px;
	font-size: 14px;
	padding-left: 32px;
	font-weight: normal;
	background: #f6f6f6;
}
.board_res table td {
	background: #f6f6f6;
	font-size: 14px
}
.board_res .tit {
	background: url("/images/res/icon_date.png") no-repeat 13px 6px;
	border-bottom: 1px solid #d9d9d9;
	height: 36px;
	padding-bottom: 5px;
}
.board_res .date {
	color: #f63d8b;
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
	padding: 5px;
	background: #fff;
}
.board_res .date .accept {
	float: right;
	color: white;
	font-weight: bold;
	background-color: #48ab19;
	border: 1px solid #2f9100;
	font-size: 14px;
	padding: 3px 10px;
	margin-right: 10px;
	margin-top: -5px
}
.board_res .date .finish {
	float: right;
	color: white;
	font-weight: bold;
	background-color: #ff6f23;
	border: 1px solid #ff6310;
	font-size: 14px;
	padding: 3px 10px;
}
.board_res .date .defer {
	float: right;
	color: white;
	font-weight: bold;
	background-color: #a168ff;
	border: 1px solid #8236ff;
	font-size: 14px;
	padding: 3px 10px;
}
.board_res .date .standby {
	float: right;
	color: white;
	font-weight: bold;
	background-color: #6891ff;
	border: 1px solid #4074ff;
	font-size: 14px;
	padding: 3px 10px;
}
.board_res .date .reject {
	float: right;
	color: white;
	font-weight: bold;
	background-color: #ff595d;
	border: 1px solid #ff262b;
	font-size: 14px;
	padding: 3px 10px;
}
.board_res .date .refund {
	float: right;
	color: white;
	font-weight: bold;
	background-color: #ff68af;
	border: 1px solid #ff3c98;
	font-size: 14px;
	padding: 3px 10px;
}
.board_res .date .cancel {
	float: right;
	color: white;
	font-weight: bold;
	background-color: #dc59ff;
	border: 1px solid #d432ff;
	font-size: 14px;
	padding: 3px 10px;
}
.board_res .date .out {
	float: right;
	color: white;
	font-weight: bold;
	background-color: #7e7e7e;
	border: 1px solid #666;
	font-size: 14px;
	padding: 3px 10px;
}
/*예약확인 E */



/*단체여행 S*/


.group_wrap {
	width: 100%;
	margin-top: 10px;
	height: 66px;
	border-bottom: 2px solid #011d21;
	clear: both;
}
.group_wrap .tit {
	margin-left: 10px;
	width: 74%;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 34px;
	padding: 17px 0;
}
.group_tit {
	clear: both;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	letter-spacing: 0px;
	background: #fff url(/images/sub/bullet_hana.png) no-repeat 0px 6px;
	padding: 1px 0 0 20px;
	margin: 25px 0 5px 25px;
}
.group_box {
	margin: 0 15px;
	overflow: hidden;
	background: #edf2f7;
}
.group_box table {
	margin: 20px;
}
.group_box table th {
	width: 16%;
	height: 35px;
	font-size: 1.0em;
	color: #444;
	font-weight: normal;
	text-align: center;
}
.group_box table td {
	height: 65px;
	font-size: 18px;
	color: #444;
	font-weight: normal;
}
.group_box table input {
	width: 80%;
	font-size: 0.9em;
	padding: 10px;
	border: 1px solid #D0D0D0;
	vertical-align: middle;
}
.group_box table .input_num {
	width: 18%;
	font-size: 0.9em;
	padding: 10px;
	border: 1px solid #D0D0D0;
}
.group_box table textarea {
	width: 80%;
	height: 100px;
	border: 1px solid #D0D0D0;
}
.group_info_box {
	background: #fff;
	overflow: hidden;
	margin: 0 25px;
}
.group_info_box table {
	width: 100%;
}
.group_info_box table th {
	width: 16%;
	padding: 30px 0 30px 0;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	background: #7395c0;
	border: 1px solid #9db5d3;
}
.group_info_box table td {
	padding: 15px;
	font-size: 1.0em;
	color: #444;
	font-weight: normal;
	border: 1px solid #e1e1e1;
}
.group_info_box table .calendar input {
	width: 150px;
	font-size: 0.9em;
	padding-left: 10px;
	background: transparent;
	border: 1px solid #D0D0D0;
}
.group_info_box table .input_box {
	width: 50%;
	font-size: 1.0em;
	padding-left: 10px;
	border-radius: 5px;
	border: 1px solid #D0D0D0;
}
.group_info_box table .input_radio {
	margin-right: 5px;
}
.group_info_box table textarea {
	width: 80%;
	height: 100px;
	border: 1px solid #D0D0D0;
}
.group_info_box .type ul li {
	float: left;
	width: 50%;
	height: 30px;
	margin: 10px 0 0 0;
}
.group_info_box .air ul li {
	float: left;
	width: 120px;
	height: 30px;
	margin: 10px 0 0 0;
}
.group_info_box .tel ul li {
	float: left;
	width: 120px;
	height: 30px;
	margin: 10px 0 0 0;
}
.group_info_box .rent ul li {
	float: left;
	width: 120px;
	height: 30px;
	margin: 10px 0 0 0;
}
.group_info_box .use ul li {
	float: left;
	width: 120px;
	height: 30px;
	margin: 10px 0 0 0;
}
.group_info_box .rec ul li {
	float: left;
	width: 120px;
	height: 30px;
	margin: 10px 0 0 0;
}
.group_info_box .num .tit {
	float: left;
	width: 11%;
}
.group_info_box .num .tit p {
	margin: 12px 0 0 0;
}
.group_info_box .num .info {
	float: left;
	width: 39%;
	height: 90px;
}
.group_info_box .num .info p {
	color: #f73c8b;
	line-height: 26px;
}
.group_info_box .pay p {
	float: left;
	display: inline-block;
	width: 30px;
	text-align: center;
	margin-top: 9px;
}
.group_info_box .pay .text {
	width: 220px;
	color: #f73c8b;
}
.group_info_box .date .calendar {
	background: url(/images/sub/icon_cal.png) no-repeat 129px 10px;
	margin-top: 0px;
	display: inline-block;
}
.group_tit {
	clear: both;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	letter-spacing: 0px;
	background: #fff url(/images/sub/bullet_hana.png) no-repeat 0px 6px;
	padding: 1px 0 0 20px;
	margin: 25px 0 5px 25px;
}
.pro_box {
	height: 200px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 20px;
	margin: 0 25px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.group_ok {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}
.btn_sub_app {
	width: 30%;
	height: 58px;
	background-color: #f6733d;
	font-size: 22px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 auto;
}
.btn_sub_app img {
	position: relative;
	top: 17px;
	left: 40px;
	vertical-align: baseline;
}
.btn_sub_app span {
	position: relative;
	top: 10px;
	left: 47px;
	font-size: 20px;
}
/*단체여행 E*/




/*로그인 S*/

.login_wrap {
	min-height: 300px;
	margin: 0 20px;
}
.login_wrap .login_input {
	float: left;
	width: 73%;
}
.login_wrap .login_input input {
	width: 100%;
	height: 60px;
	padding: 0 10px;
}
.login_wrap .btn {
	float: right;
}
.login_wrap p {
	margin: 15px auto;
	padding: 0;
	font-size: 18px;
	text-align: center;
}
.btn_login {
	width: 125px;
	height: 135px;
	background-color: #f63d8b;
	font-size: 16px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 6px;
	line-height: normal;
}
.btn_login img {
	position: relative;
	top: 53px;
	left: -10px;
	vertical-align: baseline;
}
.btn_login span {
	position: relative;
	top: 49px;
	left: 0px;
	font-size: 18px;
}
.btn_join {
	width: 30%;
	height: 50px;
	background-color: #747b8e;
	padding: 5px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.btn_join img {
	position: relative;
	top: 10px;
	left: 1px;
	vertical-align: baseline;
}
.btn_join span {
	position: relative;
	top: 4px;
	left: 6px;
}
.join_wrap table {
	margin: 0 20px;
	border: 1px solid #cccccc;
}
.join_wrap table .stit {
	width: 20%;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	height: 45px;
	text-align: center;
	color: #202020;
	font-size: 15px;
}
.join_wrap table .cont {
width:;
	border: 1px solid #cccccc;
	height: 60px;
	color: #666666;
	font-size: 14px;
	padding: 10px 0 0 10px;
}
.join_wrap table .cont p {
	margin: 10px 0 10px 10px;
}
.join_wrap table .frm2 {
	border: 1px solid #cccccc;
	height: 45px;
	color: #666666;
	text-align: center;
	font-size: 16px;
}
.join_wrap table .input {
	width: 40%;
	height: 45px;
	font-size: 16px;
	padding: 0 10px;
	margin: 0 5px;
	border: 1px solid #989898;
	border-radius: 5px;
}
.join_wrap table .input_num {
	width: 23%;
	height: 45px;
	font-size: 16px;
	padding: 0 10px;
	margin: 0 5px;
	border: 1px solid #989898;
	border-radius: 5px;
}
.join_wrap table .cont2 {
width:;
	border: 1px solid #cccccc;
	height: 40px;
	color: #444;
	font-size: 15px;
	text-align: center;
	padding: 10px;
}
.join_wrap table .cont2 .info {
	height: 252px;
	overflow-y: scroll;
	text-align: left;
	padding: 5px;
	line-height: 20px;
}
.idpw_wrap {
	min-height: 300px;
	margin: 0 20px;
}
.idpw_wrap table {
	width: 100%;
	border: 1px solid #cccccc;
}
.idpw_wrap table .tit {
	height: 50px;
	font-size: 15px;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
}
.idpw_wrap table .stit {
	width: 15%;
	font-size: 15px;
	padding: 10px 10px 0 0;
	text-align: right;
}
.idpw_wrap table .cont {
	width: 80%;
	font-size: 15px;
	padding: 15px 0 0 0;
}
.idpw_wrap table .name {
	width: 86%;
	padding-left: 10px;
	border: 1px solid #dcdcdc;
}
.idpw_wrap table .num {
	width: 25%;
	padding-left: 10px;
	border: 1px solid #dcdcdc;
}
.idpw_wrap table p {
	margin-bottom: 10px;
	color: #666;
}
.idpw_wrap table .tit input {
	height: 24px;
	width: 24px;
	border: 1px solid #dcdcdc;
	vertical-align: middle;
	background: #fff url(/images/res/check_res_ok.png) no-repeat 2px 4px;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
}
.idpw_wrap table .tit input:checked {
	background: #ff4e4e url(/images/res/check_res_ok_on.png) no-repeat 2px 4px;
	height: 24px;
	width: 24px;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	vertical-align: middle;
}
.idpw_search {
	width: 30%;
	height: 50px;
	background-color: #6b7286;
	padding: 5px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.idpw_search span {
	position: relative;
	top: 14px;
	left: 6px;
}
/*로그인 E*/


/*마이페이지 S*/
.mypage_wrap {
	background: #fff;
	overflow: hidden;
	margin: 0 25px;
}
.mypage_wrap .tit_my {
	clear: both;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	letter-spacing: 0px;
	background: #fff url(/images/sub/bullet_hana.png) no-repeat 0px 6px;
	padding: 1px 0 0 20px;
	margin: 0px 0 5px 0px;
}
.mypage_view ul li {
	padding: 10px 0;
}
.mypage_wrap table {
	width: 100%;
}
.mypage_wrap .tit {
	width: 160px;
	height: 50px;
	background-color: #feebf3;
	text-align: center;
	font-size: 16px;
}
.mypage_wrap td {
	height: 55px;
	font-size: 16px;
	color: #444;
	text-align: center;
	font-weight: normal;
	border: 1px solid #fdcee2;
}
.mypage_wrap .frm {
	text-align: left;
	padding-left: 10px;
}
.mypage_wrap .ipf2 {
	width: 120px;
	background-color: #fff;
	border: 1px solid #c9c9c9;
}
.mypage_wrap .ipf {
	background-color: #fff;
	border: 1px solid #c9c9c9;
}
.mypage_wrap .text {
	font-size: 14px;
	color: #245a9d;
	display: inline-block;
	margin: 0 0 10px 0;
}
.mypage_wrap input {
	margin: 10px 0;
	padding-left: 10px;
}
.btn_my_modify {
	padding: 10px 15px;
	border: 0;
	color: #fff;
	background: #d7567d;
	font-size: 16px;
	cursor: pointer;
	border-radius: 3px;
}
.btn_my_del {
	padding: 10px 15px;
	border: 0;
	color: #fff;
	background: #434343;
	font-size: 16px;
	cursor: pointer;
	border-radius: 3px;
}
/*마이페이지 E*/


/*이벤트 S*/

.special_tit {
	font-size: 1.0em;
	font-weight: bold;
	color: #444;
	margin: 0 10px;
}
.special_tit img {
	width: 8%
}
.special_list {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.special_list ul {
	margin: 0px 0 0 0;
	padding: 0;
	width: 100%;
}
.special_list ul li {
	float: left;
	width: 100%;
}
.special_list .list_s {
	float: left;
	width: 100%;
	color: #444;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #e1e1e1;
}
.special_list .list_s .photo {
	border: 1px solid #eaeaea;
	width:100%
}
.special_list .line {
	height: 5px;
	background: #eeeeee;
	padding: 0;
	margin: 0;
}
.special_list .img {
	width: 100%;
	float: left;
}
.special_list .detail {
	text-align: left;
	font-weight: bold;
	width:100%
}
.special_list .detail .text {
	color: #666;
	font-size: 0.9em
}
.sub_special_info {
	overflow: hidden;
	width:100%
}
.sub_special_info .img {
	width: 100%
}
.sub_special_info .img:after {
	clear: both;
	display: block;
	content: ""
}
.sub_special_info .img p, .sub_special_info .img a{margin:0;padding:0}
.sub_special_info .img img {
	margin: 0;
	padding: 0;
	float: left
}
.sub_special_info .tit {
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	line-height: 28px;
	padding: 10px;
	display:none;
}
.sub_special_info ul {
	margin: 0 auto;
	overflow: hidden;
	display: inline-block;
}
.sub_special_info ul li {
	float: left;
	margin-right: 20px;
}
/*이벤트 E*/





/*할인항공 상세 검색 */

.time_menu {
	margin: 0 10px;
	text-align: left;
	overflow: hidden;
}
#time_menu {
	float: left;
	width: 49%;
	height: 47px;
	font-size: 0.9em;
	color: #444444;
	font-weight: bold;
	border: 1px solid #9ea6bb;
	background-color: #fff;
	cursor: pointer;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	text-align: center
}
#time_menu .icon_menu {
	/*background: url(/images/sub/icon_air_menu_time.png) no-repeat 10px 11px;*/
	width: 90%;
	display: inline-block;
	height: 39px;
	padding: 14px 0 0 0px;
	text-align: center
}
#time_menu .arrow_img {
	float: right;
	height: 47px;
	width: 47px;
	/*background: url(/images/sub/icon_air_menu_arrow.png) no-repeat 50% 50%;*/
	display: inline-block;
}
#time_menu_view {
	display: none;
	position: absolute;
	width: 45%;
	z-index: 9999;
	background-color: white;
	border: 2px solid #507bb1;
}
#time_cmenu {
	height: 47px;
	font-size: 0.9em;
	color: #006cba;
	background-color: #e0e7ec
}
#time_cmenu .close {
	font-weight: bold;
	/*background: url(/images/sub/icon_air_cmenu_time.png) no-repeat 10px 11px;*/
	/*width: 43%;*/
	display: inline-block;
	padding: 0px 0 0 10px;
	cursor: pointer;
	height: 46px
}
#time_cmenu .close_img {
	float: right;
	height: 47px;
	width: 47px;
	background: url(/images/sub/btn_air_cmenu_close.png) no-repeat 0 0;
	display: inline-block;
}
#time_menu_view li {
	font-size: 0.9em;
	color: #333;
	text-align: center;
	line-height:37px;
	border-bottom: 1px dashed #b6c6d4;
	cursor: pointer;
}
#time_menu_view .all {
}
#time_menu_view .left {
	width: 100%;
}
#time_menu.on {
	background-color: #fff;
}
#time_menu .icon_menu_on {
	/*background: url(/images/sub/icon_air_menu_time.png) no-repeat 10px 11px;*/
	width: 170px;
	display: inline-block;
	height: 50px;
	padding: 14px 0 0 0 ;
	color: #575757;
}
#time_menu .choice_img {
	float: right;
	height: 47px;
	width: 80px;
	background: url(/images/sub/icon_air_menu_on.png) no-repeat 80% 50%;
	background-size: 16px;
	display: inline-block;
}
#time_menu .view_text {
	position: relative;
}
#time_cmenu .view_text {
	position: relative;
	top:14px;
}
#sale_menu {
	float: left;
	width: 50%;
	height: 47px;
	font-size: 1.0em;
	color: #444444;
	font-weight: bold;
	background-color: #fff;
	cursor: pointer;
	border-top: 1px solid #9ea6bb;
	border-right: 1px solid #9ea6bb;
	border-bottom: 1px solid #9ea6bb;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	text-align: center
}
#sale_menu .icon_menu {
	/*background: url(/images/sub/icon_air_menu_sale.png) no-repeat 10px 11px;*/
	width: 80%;
	display: inline-block;
	height: 39px;
	padding: 14px 0 0 0px;
}
#sale_menu .arrow_img {
	float: right;
	height: 47px;
	width: 47px;
	/*background: url(/images/sub/icon_air_menu_arrow.png) no-repeat 50% 50%;*/
	display: inline-block;
}
#sale_menu_view {
	display: none;
	position: absolute;
	width: 46%;
	z-index: 9999;
	background-color: white;
	border: 2px solid #006cba;
	right: 4%;
}
#sale_cmenu {
	height: 47px;
	font-size: 0.9em;
	color: #006cba;
	background-color: #e0e7ec;
}
#sale_cmenu .close {
	font-weight: bold;
	/*background: url(/images/sub/icon_air_cmenu_sale.png) no-repeat 10px 11px;*/
	display: inline-block;
	padding: 0px 0 0 10px;
	cursor: pointer;
	height: 46px
}
#sale_cmenu .close_img {
	float: right;
	height: 47px;
	width: 47px;
	background: url(/images/sub/btn_air_cmenu_close.png) no-repeat 0 0;
	display: inline-block;
}
#sale_menu_view li {
	font-size: 0.9em;
	color: #333;
	text-align: center;
	line-height: 37px;
	border-bottom: 1px dashed #bed0dd;
	cursor: pointer;
}
#time_menu_view .all {
}
#time_menu_view .left {
	width: 100%;
}
#sale_menu.on {
	background-color: #fff;
}
#sale_menu .icon_menu_on {
	/*background: url(/images/sub/icon_air_menu_sale.png) no-repeat 10px 11px;*/
	width: 170px;
	display: inline-block;
	height: 47px;
	padding: 16px 0 0 0px;
	color: #575757;
}
#sale_menu .choice_img {
	float: right;
	height: 47px;
	width: 80px;
	background: url(/images/sub/icon_air_menu_on.png) no-repeat 80% 50%;
	background-size: 16px;
	display: inline-block;
}
#sale_menu .view_text {
	position: relative;
}
#sale_cmenu .view_text {
	position: relative;
	top: 14px;
}
/*할인항공 상세 검색 */




/* 숙박 상세검색 메뉴*/
.tel_menu {
	width: 100%;
	text-align: left;
	overflow: hidden;
}
#type_menu {
	float: left;
	width: 49%;
	height: 47px;
	font-size: 0.9em;
	color: #444444;
	font-weight: bold;
	border: 1px solid #9ea6bb;
	background-color: #fff;
	cursor: pointer;
	border-top-left-radius: 2px;
	text-align:center
}
#type_menu .icon_menu {
	/*background: url(/images/sub/icon_tel_menu_type.png) no-repeat 10px 11px;
	;*/
	width: 100%;
	display: inline-block;
	height: 39px;
	text-align:center
}
#type_menu_view {
	display: none;
	position: absolute;
	width: 48%;
	z-index: 9999;
	background-color: white;
	border: 2px solid #006cba;
}
#type_cmenu {
	height: 47px;
	font-size: 0.8em;
	color: #006cba;
	background-color: #e0e7ec
}
#type_cmenu .close {
	font-weight: bold;
	/*background: url(/images/sub/icon_tel_cmenu_type.png) no-repeat 10px 11px;*/
	display: inline-block;
	padding: 0px 0 0 0px;
	cursor: pointer;
	height: 46px;
}
#type_menu_view li {
	height: 35px;
	font-size: 0.9em;
	color: #333;
	text-align: center;
	line-height: 37px;
	border-bottom: 1px dashed #bed0dd;
	cursor: pointer;
}
#type_menu_view .all {
}
#type_menu_view .left {
	width: 100%;
}
#type_menu.on {
	background-color: #fff;
}
#type_menu .icon_menu_on {
	/*background: url(/images/sub/icon_tel_menu_type.png) no-repeat 10px 11px;*/
	width: 100%;
	display: inline-block;
	height: 50px;
	padding: 14px 0 0 0 ;
	color: #575757;
}
#type_menu .arrow_img {
	float: right;
	height: 47px;
	width: 47px;
	/*background: url(/images/sub/icon_air_menu_arrow.png) no-repeat 50% 50%;*/
	display: inline-block;
}
#type_cmenu .close_img {
	float: right;
	height: 47px;
	width: 47px;
	background: url(/images/sub/btn_air_cmenu_close.png) no-repeat 0 0;
	display: inline-block;
}
#type_menu .choice_img {
	float: right;
	height: 47px;
	width: 80px;
	background: url(/images/sub/icon_air_menu_on.png) no-repeat 80% 50%;
	background-size: 16px;
	display: inline-block;
}
#type_cmenu .close .view_text {
	top: 14px;
	left:10px
}
#type_menu .view_text {
	position: relative;
	top: 14px;
}
#type_cmenu .view_text {
	position: relative;
	top: 14px;
}
#area_menu {
	float: left;
	width: 50%;
	height: 47px;
	font-size: 0.9em;
	color: #444444;
	font-weight: bold;
	border-top: 1px solid #9ea6bb;
	border-right: 1px solid #9ea6bb;
	border-bottom: 1px solid #9ea6bb;
	background-color: #fff;
	cursor: pointer;
	border-top-right-radius: 2px;
}
#area_menu .icon_menu {
	/*background: url(/images/sub/icon_tel_menu_area.png) no-repeat 10px 11px;
	;*/
	width: 100%;
	display: inline-block;
	height: 39px;
	text-align:center
}
#area_menu_view {
	display: none;
	position: absolute;
	width: 49.5%;
	z-index: 9999;
	background-color: white;
	border: 2px solid #006cba;
	right: 1%;
}
#area_cmenu {
	height: 47px;
	font-size: 0.8em;
	color: #006cba;
	background-color: #e0e7ec
}
#area_cmenu .close {
	font-weight: bold;
	/*background: url(/images/sub/icon_tel_cmenu_area.png) no-repeat 10px 11px;*/
	display: inline-block;
	padding: 0px 0 0 10px;
	cursor: pointer;
	height: 46px;
}
#area_menu_view li {
	height: 35px;
	font-size: 0.9em;
	color: #333;
	text-align: center;
	line-height: 37px;
	border-bottom: 1px dashed #bed0dd;
	cursor: pointer;
}
#area_menu_view .all {
}
#area_menu_view .left {
	width: 100%;
}
#area_menu.on {
	background-color: #fff;
}
#area_menu .icon_menu_on {
	/*background: url(/images/sub/icon_tel_menu_area.png) no-repeat 10px 11px;*/
	display: inline-block;
	height: 50px;
	padding: 14px 0 0 0 ;
	color: #575757;
	text-align:center;
	width:100%;
}
#area_menu .arrow_img {
	float: right;
	height: 47px;
	width: 47px;
	/*background: url(/images/sub/icon_air_menu_arrow.png) no-repeat 50% 50%;*/
	display: inline-block;
}
#area_cmenu .close_img {
	float: right;
	height: 47px;
	width: 47px;
	background: url(/images/sub/btn_air_cmenu_close.png) no-repeat 0 0;
	display: inline-block;
}
#area_menu .choice_img {
	float: right;
	height: 47px;
	width: 80px;
	background: url(/images/sub/icon_air_menu_on.png) no-repeat 80% 50%;
	background-size: 16px;
	display: inline-block;
}
#area_cmenu .close .view_text {
	top: 14px
}
#area_menu .view_text {
	position: relative;
	top: 14px;
}
#area_cmenu .view_text {
	position: relative;
	top: 14px;
}
#peo_menu {
	float: left;
	width: 49%;
	height: 47px;
	font-size: 0.9em;
	color: #444444;
	font-weight: bold;
	border-left: 1px solid #9ea6bb;
	border-bottom: 1px solid #9ea6bb;
	border-right: 1px solid #9ea6bb;
	background-color: #fff;
	cursor: pointer;
	border-bottom-left-radius: 2px;
	text-align:center
}
#peo_menu .icon_menu {
	/*background: url(/images/sub/icon_tel_menu_peo.png) no-repeat 10px 11px;*/
	display: inline-block;
	height: 39px;
	width:100%;
}
#peo_menu_view {
	display: none;
	position: absolute;
	width: 48%;
	z-index: 9999;
	background-color: white;
	border: 2px solid #006cba;
}
#peo_cmenu {
	height: 47px;
	font-size: 0.8em;
	color: #006cba;
	background-color: #e0e7ec
}
#peo_cmenu .close {
	font-weight: bold;
	/*background: url(/images/sub/icon_tel_cmenu_peo.png) no-repeat 10px 11px;*/
	display: inline-block;
	padding: 0px 0 0 10px;
	cursor: pointer;
	height: 46px;
}
#peo_menu_view li {
	height: 35px;
	font-size: 0.9em;
	color: #333;
	text-align: center;
	line-height: 37px;
	border-bottom: 1px dashed #bed0dd;
	cursor: pointer;
}
#peo_menu_view .all {
}
#peo_menu_view .left {
	width: 100%;
}
#peo_menu.on {
	background-color: #fff;
}
#peo_menu .icon_menu_on {
	/*background: url(/images/sub/icon_tel_menu_peo.png) no-repeat 10px 11px;
	width: 170px;*/
	display: inline-block;
	height: 50px;
	padding: 14px 0 0 0px;
	color: #575757;
	text-align:center;
	width:100%
}
#peo_menu .arrow_img {
	float: right;
	height: 47px;
	width: 47px;
	/*background: url(/images/sub/icon_air_menu_arrow.png) no-repeat 50% 50%;*/
	display: inline-block;
	text-align:center
}
#peo_cmenu .close_img {
	float: right;
	height: 47px;
	width: 47px;
	background: url(/images/sub/btn_air_cmenu_close.png) no-repeat 0 0;
	display: inline-block;
}
#peo_menu .choice_img {
	float: right;
	height: 47px;
	width: 80px;
	background: url(/images/sub/icon_air_menu_on.png) no-repeat 80% 50%;
	background-size: 16px;
	display: inline-block;
}
#peo_menu_view .close .view_text {
	top: 14px
}
#peo_menu .view_text {
	position: relative;
	top: 14px;
}
#peo_cmenu .view_text {
	position: relative;
	top: 14px;
}
#thema_menu {
	float: left;
	width: 50%;
	height: 47px;
	font-size: 0.9em;
	color: #444444;
	font-weight: bold;
	border-right: 1px solid #9ea6bb;
	border-bottom: 1px solid #9ea6bb;
	background-color: #fff;
	cursor: pointer;
	border-bottom-left-radius: 2px;
	text-align:center
}
#thema_menu .icon_menu {
	/*background: url(/images/sub/icon_tel_menu_thema.png) no-repeat 10px 11px;
	;*/
	width: 100%;
	display: inline-block;
	height: 39px;
	text-align:center
}
#thema_menu_view {
	display: none;
	position: absolute;
	width: 49.5%;
	z-index: 9999;
	background-color: white;
	border: 2px solid #006cba;
	right: 1%;
}
#thema_cmenu {
	height: 47px;
	font-size: 0.8em;
	color: #006cba;
	background-color: #e0e7ec
}
#thema_cmenu .close {
	font-weight: bold;
	/*background: url(/images/sub/icon_tel_cmenu_thema.png) no-repeat 10px 11px;
	width: 50px;*/
		display: inline-block;
	padding: 0px 0 0 10px;
	cursor: pointer;
	height: 46px;
}
#thema_menu_view li {
	height: 35px;
	font-size: 0.9em;
	color: #333;
	text-align: center;
	line-height: 37px;
	border-bottom: 1px dashed #bed0dd;
	cursor: pointer;
}
#thema_menu_view .all {
}
#thema_menu_view .left {
	width: 100%;
}
#thema_menu.on {
	background-color: #fff;
}
#thema_menu .icon_menu_on {
	/*background: url(/images/sub/icon_tel_menu_thema.png) no-repeat 10px 11px;*/
	width: 100%;
	display: inline-block;
	height: 50px;
	padding: 14px 0 0 0px;
	color: #575757;
	text-align:center
}
#thema_menu .arrow_img {
	float: right;
	height: 47px;
	width: 47px;
	/*background: url(/images/sub/icon_air_menu_arrow.png) no-repeat 50% 50%;*/
	display: inline-block;
}
#thema_cmenu .close_img {
	float: right;
	height: 47px;
	width: 47px;
	background: url(/images/sub/btn_air_cmenu_close.png) no-repeat 0 0;
	display: inline-block;
}
#thema_menu .choice_img {
	float: right;
	height: 47px;
	width: 80px;
	background: url(/images/sub/icon_air_menu_on.png) no-repeat 80% 50%;
	background-size: 16px;
	display: inline-block;
}
#thema_menu .view_text {
	position: relative;
	top: 14px;
}
#thema_cmenu .close .view_text {
	top: 14px
}
#thema_cmenu .view_text {
	position: relative;
	top: 14px;
}
/* 숙박 상세검색 메뉴*/


/* 검색페이지 S*/
.search_page_table ul {
	width: 100%
}
.search_page_table ul li {
	font-size: 18px;
	padding: 20px 0 20px 10px;
	border-bottom: 1px #e6e8ea solid;
}
.search_page_table ul li .num {
	font-size: 14px;
	color: #fff;
	padding: 3px 7px;
	;
	margin-right: 5px;
	background: #006cba;
	border-radius: 2px;
}
/* 검색페이지 E*/

/* 약관 S*/
.com_tit {
	clear: both;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	letter-spacing: 0px;
	background: #fff url(/images/sub/bullet_hana.png) no-repeat 0px 6px;
	padding: 1px 0 0 20px;
	margin: 25px 0 5px 15px;
}
.com_wrap {
	margin: 10px;
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	border: 1px #e6e8ea solid;
	background: #e6e8ea;
}
/* 약관 E*/

/* 버튼 스타일 모음_인터치투어 */
.btn_sub_search {
	background-color: #6b7286;
	padding: 12px 0 12px 0;
	margin: 0 15px;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.btn_sub_plist {
	background-color: #006cba;
	padding: 12px 0 12px 0;
	margin: 0 15px;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.btn_bo_rep {
	padding: 8px 20px;
	color: #fff;
	background: #006cba;
	border: 1px solid #cccccc;
	font-size: 15px;
	letter-spacing: -0.1em;
	cursor: pointer;
	margin-top: 10px;
	font-weight: 700;
	width: 200px;
}
.btn_sub_search img {
	position: relative;
	top: 3px;
	left: 0px;
	width: 19px;
	vertical-align: baseline;
}
.btn_sub_search_S {
	width: 98%;
	height: 42px;
	background-color: #6b7286;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}
.btn_sub_search_S img {
	position: relative;
	top: 7px;
	left: 0px;
	width: 19px;
	vertical-align: baseline;
}
.btn_sub_search_S span {
	position: relative;
	top: 8px;
	left: 0px;
}
.btn_sub_search_S_gray {
	width: 98%;
	height: 42px;
	background-color: #989898;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}
.btn_sub_search_S_gray img {
	position: relative;
	top: 3px;
	left: 0px;
	vertical-align: baseline;
}
.btn_sub_search_S_gray span {
	position: relative;
	top: 7px;
}
.btn_sub_reserve {
	background-color: #f63d8b;
	margin: 0 10px;
	padding: 10px 10px 10px 10px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.btn_sub_reserve img {
	position: relative;
	top: 4px;
	left: 0px;
}
.btn_sub_reserve span {
	position: relative;
	top: -5px;
	left: 8px;
}
.btn_sub_reserve_air {
	background-color: #006cba;
	padding: 0.5em 0;
	width:130px;
	font-size: 1.0em;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-weight:bold

}
.btn_choice_air {
	background-color: #9abc36;
	font-size: 18px;
	color: #fff;
	border: 1px solid #90b800;
	padding: 13px 10px;
	border-radius: 3px;
	cursor: pointer;
}
.btn_choice_room {
	background-color: #9abc36;
	font-size: 18px;
	color: #fff;
	border: 1px solid #90b800;
	padding: 13px 10px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.btn_list_view {
	padding: 10px 15px;
	border: 0;
	color: #434343;
	background: #fff;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 3px;
}
.btn_special_reserv {
	float: left;
	width: 180px;
	height: 50px;
	background-color: #f63d8b;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
}
.btn_special_reserv img {
	position: relative;
	top: 9px;
}
.btn_special_reserv span {
	position: relative;
	left: 5px;
}
/* 버튼 스타일 모음_인터치투어 */



/* 셀렉트박스 스타일_인터치투어 */

.semi-square {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.main_sarea_select_style {
	float: left;
	width: 47%;
	height: 25px;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
	border: 1px solid #bebebe;
} /*width:295px*/
.main_styled-select {
	height: 25px;
	background: url(/images/sub/drop_arrow.png) no-repeat 90% 18px;
	background-size: 13px;
	overflow: hidden;
}
.main_styled-select select {
	background: transparent;
	font-size: 0.9em;
	color: #575357;
	border: none;
	position: relative;
	top: -7px;
	left: 0px;
	width: 112%;
	cursor: pointer;
	letter-spacing: -1px
}
.main_styled-select select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.main_styled-select select option {
	min-height: 30px;
	vertical-align: text-top;
}
.main_air_select_s {
	float: left;
	color: #575357;
	width: 10px;
}
.main_select_style {
	float: left;
	position: relative;
	cursor: pointer;
	width: 44%;
	border: 1px solid #bebebe;
	height: 25px;
	padding: 8px 0;
	background-color: #fff;
}
.main_select_style .calendar {
	background: url(/images/sub/drop_date.png) no-repeat 95% 5px;
	background-size: 20px;
	margin-top: 0px;
	height: 45px;
}
.main_select_style input[type="text"] {
	color: #575357 !important;
	width: 90%;
	padding: 15px 0px 15px 8px;
	height: 2px;
	border: none !important;
	background: transparent;
	cursor: pointer;
	font-size: 0.9em;
}
.main_num_select_style {
	float: left;
	width: 30%;
	height: 25px;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
	border: 1px solid #bebebe;
} /*width:192px;*/
.main_num_styled-select {
	height: 27px;
	overflow: hidden;
	padding-left: 10px;
	background-color: #fff;
}
.main_num_styled-select select {
	background: transparent;
	font-size: 22px;
	color: #575357;
	border: none;
	height: 49px;
	position: relative;
	top: -3px;
	left: 0;
	width: 132%;
	padding-left: 20px;
	cursor: pointer
}
.main_num_styled-select select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.main_num_styled-select select option {
	min-height: 30px;
	vertical-align: text-top
}
.golf_num_select_style {
	float: left;
	width: 95%;
	text-align: center;
	font-weight: bold;
	position: relative;
	border: 1px solid #bebebe;
	height: 25px;
	padding: 8px 0;
	overflow: hidden;
	padding-left: 10px;
	background-color: #fff;
} /*width:192px;*/
.golf_num_select_style select {
	background: transparent;
	font-size: 0.9em;
	color: #575357;
	border: none;
	position: relative;
	top: -3px;
	left: 0;
	width: 80%;
	cursor: pointer;
	float: left
}
.golf_num_select_style .main_styled-select {
	background: url(/images/sub/drop_arrow.png) no-repeat 95% 8px;
	background-size: 13px
}
.golf_num_select_style select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.golf_num_select_style select option {
	min-height: 30px;
	vertical-align: text-top
}
.rent_time_select_style {
	float: left;
	width: 22%;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
	border: 1px solid #bebebe;
}
.rent_time_styled-select {
	background: url(/images/sub/drop_arrow.png) no-repeat 95% 16px;
	overflow: hidden;
}
.rent_time_styled-select select {
	background: transparent;
	font-size: 0.9em;
	color: #575357;
	border: none;
	position: relative;
	top: -7px;
	left: 0px;
	width: 112%;
	cursor: pointer
}
.rent_time_styled-select select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.rent_time_styled-select select option {
	min-height: 30px;
	vertical-align: text-top
}
.rent_num_select_style {
	float: left;
	width: 21%;
	margin-left: 1%;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
	border: 1px solid #bebebe;
}
.rent_num_styled-select {
	background: url(/images/sub/drop_arrow.gif) no-repeat 95% 10px #ffffff;
	overflow: hidden;
	padding-left: 10px;
	background-color: #fff;
}
.rent_num_styled-select select {
	background: transparent;
	font-size: 0.9em;
	color: #575357;
	border: none;
	position: relative;
	top: -7px;
	width: 112%;
	cursor: pointer
}
.rent_num_styled-select select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.rent_num_styled-select select option {
	min-height: 30px;
	vertical-align: text-top
}
.room_select_style {
	width: 73%;
	text-align: center;
	font-weight: bold;
	position: relative;
	border: 1px solid #bebebe;
	background-color: #fff;
}
.room-select {
	background: url(/images/sub/drop_arrow.png) no-repeat 96% 13px;
	background-size: 17px;
	overflow: hidden;
}
.room-select select {
	background: transparent;
	font-size: 0.8em;
	color: #575357;
	border: none;
	position: relative;
	top: -2px;
	left:-15px;
	width: 95%;
	cursor: pointer;
	letter-spacing:-1px
}
.room-select select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.room-select select option {
	min-height: 30px;
	vertical-align: text-top
}
.rnum_select_style {
	float: left;
	width: 24%;
	margin-left: 5px;
	text-align: center;
	font-weight: bold;
	position: relative;
	border: 1px solid #bebebe;
	background-color: #fff;
}
.rnum_styled-select {
	background: url(/images/sub/drop_arrow.png) no-repeat 96% 13px;
	background-size: 17px;
	overflow: hidden;
}
.rnum_styled-select select {
	background: transparent;
	font-size: 0.8em;
	color: #575357;
	border: none;
	position: relative;
	top: -2px;
	width: 112%;
	cursor: pointer
}
.rnum_styled-select select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.rnum_styled-select select option {
	min-height: 30px;
	vertical-align: text-top
}
.pack_select_style {
	height: 25px;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
	float: left;
	width: 98%;
}
.pack-select {
	height: 25px;
	background: url(/images/sub/drop_arrow.png) no-repeat 98% 8px;
	background-size: 13px;
	overflow: hidden;
}
.pack-select select {
	background: transparent;
	font-size: 0.9em;
	color: #575357;
	border: none;
	position: relative;
	top: -7px;
	left: 8px;
	width: 112%;
	cursor: pointer
}
.pack-select select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.pack-select select option {
	min-height: 30px;
	vertical-align: text-top
}
.sarea_select_style {
	float: left;
	width: 48%;
	height: 45px;
	padding: 8px 0px;
	text-align: center;
	font-weight: bold;
	position: relative;
	border: 1px solid #bebebe;
}
.styled-select {
	background: url(http://cafeups.com/mobile/images/main/drop_arrow.gif) no-repeat 95% 10px;
	overflow: hidden;
	background-color: #fff;
}
.styled-select select {
	background: transparent;
	font-size: 22px;
	color: #00002b;
	border: none;
	height: 49px;
	position: relative;
	top: -2px;
	left: 15px;
	width: 112%;
	cursor: pointer
}
.styled-select select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.styled-select select option {
	min-height: 30px;
	vertical-align: text-top
}
.asarea_select_style {
	float: left;
	width: 49.5%;
	height: 45px;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
	border: 1px solid #bebebe;
}
.astyled-select {
	height: 45px;
	overflow: hidden;
	background-color: #fff;
}
.astyled-select select {
	background: transparent;
	font-size: 22px;
	color: #00002b;
	border: none;
	height: 23px;
	position: relative;
	top: 12px;
	left: 0;
	width: 112%;
	padding-left: 20px;
	cursor: pointer
}
.astyled-select select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.astyled-select select option {
	min-height: 30px;
	vertical-align: text-top
}
.air_select01 {
	float: left;
	position: relative;
	cursor: pointer;
	width: 48%;
	border: 1px solid #bebebe;
	height: 45px;
	padding: 8px 0;
	background-color: #fff;
}
.air_select01 .calendar {
	background: url(http://cafeups.com/mobile/images/main/drop_date.gif) no-repeat 95% 10px;
	;
	margin-top: 0px;
	height: 45px;
}
.air_select01 input[type="text"] {
	color: #00002b !important;
	width: 75%;
	padding: 15px 0px 15px 50px;
	height: 15px;
	border: none !important;
	background: transparent;
	cursor: pointer;
	font-size: 22px;
}
.air_select_s {
	float: left;
	color: #00002b;
	position: relative;
	width: 10px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 22px;
}
.tel_search_area {
	width: 94%;
	margin: auto;
	height: 65px;
}
.tel_sarea_select_style {
	float: left;
	width: 49%;
	margin: auto;
	margin-left: 1%;
	height: 45px;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
	border: 1px solid #bebebe;
}
.tel_styled-select {
	height: 45px;
	overflow: hidden;
	background-color: #fff;
}
.tel_styled-select select {
	background: transparent;
	font-size: 22px;
	color: #00002b;
	border: none;
	height: 23px;
	position: relative;
	top: 12px;
	left: 0;
	width: 112%;
	padding-left: 20px;
	cursor: pointer
}
.tel_styled-select select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.tel_styled-select select option {
	min-height: 30px;
	vertical-align: text-top
}
.rent_select01 {
	float: left;
	position: relative;
	cursor: pointer;
	border: 1px solid #bebebe;
	padding: 8px 0;
	background-color: #fff;
	font-size: 0.8em;
	width:30%
}
.rent_select01 .calendar {
	background: url(http://cafeups.com/mobile/images/system/blt_calendar.png) no-repeat;
	margin-top: 0px;
	height: 45px;
}
.rent_select01 input[type="text"] {
	color: #00002b !important;
	padding: 15px 0px 15px 50px;
	height: 15px;
	border: none !important;
	background: transparent;
	cursor: pointer;
	font-size: 22px;
}
.rent_select_s {
	float: left;
	color: #fff;
	position: relative;
	width: 28px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
}
.rent_select01 .date {
	position: relative;
	top: 0px;
	left: 10px;
	font-size:15px;
}
.time_select_style {
	float: left;
	width: 24%;
	margin-left: 1%;
	text-align: center;
	font-weight: bold;
	position: relative;
	border: 1px solid #bebebe;
}
.time_styled-select {
	overflow: hidden;
	padding-left: 10px;
	background-color: #fff;
}
.time_styled-select select {
	background: transparent;
	font-size: 0.8em;
	color: #00002b;
	border: none;
	position: relative;
	top: 0px;
	left: 0;
	width: 132%;
	padding-left: 20px;
	cursor: pointer
}
.time_styled-select select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.time_styled-select select option {
	vertical-align: text-top
}
.name_input {
	position: relative;
	background-color: #fff;
}
.name_input input[type="text"] {
	height: 11px;
	color: #00002b !important;
	padding: 15px 0px 15px 10px;
	border: none !important;
	background: transparent;
}
.search_input {
	background-color: #fff;
	position: relative;
	width: 80%;
	border-radius: 5px;
}
.search_input input[type="text"] {
	width: 96%;
	color: #00002b !important;
	padding: 15px 10px 15px 10px;
	border: none !important;
	background: transparent;
	height: 31px;
}
.border-style {
	border-radius: 2px;
	border: 1px solid #d0d0d0;
}
.border-style_room {
	border-radius: 4px;
	border: 1px solid #c9e4ed;
	background: #fff;
}
.pkg_tel_search_area {
	width: 100%;
	margin: auto;
	height: 65px;
	background-color: #750600;
}
.pkg_tel_sarea_select_style {
	float: left;
	width: 49.6%;
	margin: auto;
	height: 45px;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
	border: 1px solid #600500;
}
.pkg_tel_styled-select {
	background: url(http://cafeups.com/mobile/images/system/bg_per_select.png) no-repeat 95% 30px;
	height: 45px;
	overflow: hidden;
	background-color: #750600;
}
.pkg_tel_styled-select select {
	background: transparent;
	font-size: 22px;
	color: #fff;
	border: none;
	height: 23px;
	position: relative;
	top: 12px;
	left: 0;
	width: 112%;
	padding-left: 20px;
	cursor: pointer
}
.pkg_tel_styled-select select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.pkg_tel_styled-select select option {
	min-height: 30px;
	vertical-align: text-top
}
.p_rent_select01 {
	float: left;
	position: relative;
	cursor: pointer;
	width: 40%;
	border: 0px solid #ddd;
	height: 43px;
}
.p_rent_select01 .calendar {
	background: url(/images/system/blt_calendar.png) no-repeat;
	margin-top: 0px;
	height: 43px;
}
.p_rent_select01 input[type="text"] {
	color: #fff !important;
	padding: 15px 0px 15px 45px;
	height: 15px;
	border: none !important;
	background: transparent;
	cursor: pointer;
	font-size: 20px;
}
.p_rent_select_s {
	float: left;
	color: #fff;
	position: relative;
	width: 28px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
}
.p_time_select_style {
	float: left;
	width: 40%;
	height: 45px;
}
.p_time_styled-select {
	height: 45px;
	overflow: hidden;
	padding-left: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.p_time_styled-select select {
	background: transparent;
	font-size: 20px;
	color: #333;
	border: none;
	height: 23px;
	position: relative;
	top: 12px;
	left: 0;
	width: 132%;
	padding-left: 5px;
	cursor: pointer
}
.p_time_styled-select select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.p_time_styled-select select option {
	min-height: 30px;
	vertical-align: text-top
}
.p_name_input {
	width: 59%;
	background-color: #5c219b;
	position: relative;
	cursor: pointer
}
.p_name_input input[type="text"] {
	color: #fff !important;
	padding: 15px 10px 15px 10px;
	height: 15px;
	border: none !important;
	background: transparent;
}
.p_num_select_style {
	float: left;
	width: 80%;
	height: 45px;
}
.p_num_styled-select {
	height: 45px;
	overflow: hidden;
	padding-left: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.p_num_styled-select select {
	background: transparent;
	font-size: 20px;
	color: #333;
	border: none;
	height: 23px;
	position: relative;
	top: 12px;
	left: 0;
	width: 122%;
	padding-left: 5px;
	cursor: pointer
}
.p_num_styled-select select:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.p_num_styled-select select option {
	min-height: 30px;
	vertical-align: text-top
}
/* 셀렉트박스 스타일_인터치투어 */

.search_result{}

/*선택하신 숙소 없음*/
.search_result_none {
	width: 100%;
	height:100px;
	/*background: url(/images/sub/search_result_none.png) no-repeat 50% 30%;*/
	text-align: center;
}
.search_result_none p {
	font-size:0.8em;
	font-weight:bold;
}
/*선택하신 숙소 없음*/

.search_result { position:absolute;
  top:0;right:0;bottom:0;left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  display:-webkit-flex;
  -webkit-align-item:center;
  -webkit-justify-content:center;height:736px;width:100%;text-align:center;z-index:100000;background: rgba(0,0,0,0.7)}
.search_result .layer_inner{}
/*개인정보수집*/
.rule_peo{}
.rule_peo li{margin-bottom:15px}
.rule_peo li.title{color:#000;font-weight:700;margin-top:5px}
.rule_peo li table{border-top:2px solid #666;margin:5px 0}
.rule_peo li table td{padding:15px 10px;border-bottom:1px solid #d9d9d9;line-height:20px}
.rule_peo li table th{background:#eaeaea;padding:15px 10px;}
/* 검색되었습니다 tel/tel_list.php ,  packagetel_list.php 있음*/
.width_box98 {
	width: 98%;
	display: inline-block;
}
.width_box90 {
	width: 90%;
	display: inline-block;
}
.width_box95 {
	width: 95%;
	display: inline-block;
}
.width_img_100 {
	width: 100%;
}
.clear {
	clear: both;
}
.position_A {
	position: absolute;
}
.position_R {
	position: relative;
}
.text_L {
	text-align: left;
}
.text_C {
	text-align: center;
}
.text_R {
	text-align: right;
}
.float_L {
	float: left;
}
.float_R {
	float: right;
}
.display_inline_b {
	display: inline-block;
}
.H_5 {
	clear: both;
	height: 5px;
}
.H_10 {
	clear: both;
	height: 10px;
}
.H_15 {
	clear: both;
	height: 15px;
}
.H_20 {
	clear: both;
	height: 20px;
}
.H_30 {
	clear: both;
	height: 30px;
}
.H_40 {
	clear: both;
	height: 40px;
}
.H_50 {
	clear: both;
	height: 50px;
}
.H_90 {
	clear: both;
	height: 90px;
}
.border {
	border: 1px solid red;
	overflow: hidden;
}
/* 패키지 검색 선택 메뉴

.packgae_menu {padding: 0 8px 8px 0; overflow:hidden;}
.packgae_menu ul {}
.packgae_menu ul li {float:left; width:19.7%; border-top:1px solid #d3d3d3; border-left:1px solid #d3d3d3; font-size:12px; color:#666; letter-spacing: -1px; margin:0;}
.packgae_menu ul li p {font-size:18px; font-weight:bold; }

.packgae_menu ul .aircartel {background: url(/images/package/icon_aircartel.png) no-repeat 50% 15px; padding: 48px 0 10px 0;}
.packgae_menu ul .cartel {background: url(/images/package/icon_cartel.png) no-repeat 50% 15px; padding: 48px 0 10px 0;}
.packgae_menu ul .aircar {background: url(/images/package/icon_aircar.png) no-repeat 50% 15px; padding: 48px 0 10px 0;}
.packgae_menu ul .airtel {background: url(/images/package/icon_airtel.png) no-repeat 50% 15px; padding: 48px 0 10px 0;}
.packgae_menu ul .airbustel {background: url(/images/package/icon_airbustel.png) no-repeat 50% 15px; padding: 48px 0 10px 0; border-right:1px solid #d3d3d3;}
.packgae_menu ul .bustel {background: url(/images/package/icon_bustel.png) no-repeat 50% 15px; padding: 48px 0 10px 0; border-bottom:1px solid #d3d3d3;}
.packgae_menu ul .airbus {background: url(/images/package/icon_airbus.png) no-repeat 50% 15px; padding: 48px 0 10px 0; border-bottom:1px solid #d3d3d3;}
.packgae_menu ul .airtaxitel {background: url(/images/package/icon_airtaxitel.png) no-repeat 50% 15px; padding: 48px 0 10px 0; border-bottom:1px solid #d3d3d3;}
.packgae_menu ul .taxitel {background: url(/images/package/icon_taxitel.png) no-repeat 50% 15px; padding: 48px 0 10px 0; border-bottom:1px solid #d3d3d3; }
.packgae_menu ul .airtaxi {background: url(/images/package/icon_airtaxi.png) no-repeat 50% 15px; padding: 48px 0 10px 0; border-bottom:1px solid #d3d3d3; border-right:1px solid #d3d3d3; }


.packgae_menu ul .aircartel_on {background:#00a5c9 url(/images/package/icon_aircartel_on.png) no-repeat 50% 15px; padding: 48px 0 10px 0; color:#fff;  border-top:1px solid #009ec0;  border-left:1px solid #009ec0;}
.packgae_menu ul .cartel_on {background:#00a5c9 url(/images/package/icon_cartel_on.png) no-repeat 50% 15px; padding: 48px 0 10px 0; color:#fff;  border-top:1px solid #009ec0;  border-left:1px solid #009ec0;}
.packgae_menu ul .aircar_on {background:#00a5c9 url(/images/package/icon_aircar_on.png) no-repeat 50% 15px; padding: 48px 0 10px 0; color:#fff;  border-top:1px solid #009ec0;  border-left:1px solid #009ec0;}
.packgae_menu ul .airtel_on {background:#00a5c9 url(/images/package/icon_airtel_on.png) no-repeat 50% 15px; padding: 48px 0 10px 0; color:#fff;  border-top:1px solid #009ec0;  border-left:1px solid #009ec0;}
.packgae_menu ul .airbustel_on {background:#00a5c9 url(/images/package/icon_airbustel_on.png) no-repeat 50% 15px; padding: 48px 0 10px 0; border-right:1px solid #009ec0; border-left:1px solid #009ec0; color:#fff;}
.packgae_menu ul .bustel_on {background:#00a5c9 url(/images/package/icon_bustel_on.png) no-repeat 50% 15px; padding: 48px 0 10px 0; border-bottom:1px solid #009ec0;  border-left:1px solid #009ec0; color:#fff; }
.packgae_menu ul .airbus_on {background:#00a5c9 url(/images/package/icon_airbus_on.png) no-repeat 50% 15px; padding: 48px 0 10px 0; border-bottom:1px solid #009ec0; border-left:1px solid #009ec0;  color:#fff;}
.packgae_menu ul .airtaxitel_on {background:#00a5c9 url(/images/package/icon_airtaxitel_on.png) no-repeat 50% 15px; padding: 48px 0 10px 0; border-bottom:1px solid #009ec0; border-left:1px solid #009ec0; color:#fff;  }
.packgae_menu ul .taxitel_on {background:#00a5c9 url(/images/package/icon_taxitel_on.png) no-repeat 50% 15px; padding: 48px 0 10px 0; color:#fff; border-bottom:1px solid #009ec0;  border-top:1px solid #009ec0;  border-left:1px solid #009ec0; }
.packgae_menu ul .airtaxi_on {background:#00a5c9 url(/images/package/icon_airtaxi_on.png) no-repeat 50% 15px; padding: 48px 0 10px 0; border-bottom:1px solid #009ec0; border-right:1px solid #009ec0;  color:#fff; }

 */
.tel_view_event img{float:left}
.btn_res {
	display: inline-block;
	background: #006cba;
	color: #fff;
	font-weight: bold;
	padding: 10px 25px;
	font-size: 1.5em;
	text-align: center;
	border-radius:4px
}
a.btn_text {
	color: #3366cc;
	font-size: 12px;
	text-decoration: underline;
	display: inline-block;
	margin-left: 10px
}
.refund_type01{width:100%;border-top:1px solid #999}
.refund_type02 th{background:#d2efed !important}
.refund_type01 strong{color:#006cba}
.refund_type01 th {
    padding: 10px 0;
    border-left: 1px solid #d0d0d0;
	 border-right:1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
    background: #fafafa;
	 font-size:13px;
	 font-weight:bold
}

.refund_type01 td {
    padding: 10px 10px;
    border: 1px solid #d0d0d0;
    text-align: center;
	 color:#777;
	 font-size:13px;
}
.refund_air tr:last-child{background:#d2efed !important}

/*아이폰6Plus*/
@media only screen and (width:414px) {
}
/*아이폰6*/
@media only screen and (width:375px) {
	.main_sarea_select_style {
		width: 159px
	}
	.main_air_select_s {
		width: 11px
	}
	.main_num_select_style {
		width: 102px
	}
	.pack_select_style {
		width: 331px
	}
}
/*아이폰5*/
@media only screen and (width:320px) {
	.air_list_new li {
		font-size: 0.9em
	}
	.s_text {
		letter-spacing: -1px
	}
	.pack_select_style {
		width: 275px
	}
	.sss_tit .text {
		font-size: 0.7em
	}
	#time_menu {
		width: 50%
	}
	#sale_menu {
		width: 48%
	}
	.special_list .special_name {
		font-size: 1.0em;
		line-height: 30px;
		font-weight: bold
	}
	.main_select_style {
		width: 46%
	}
	.tel_view_top .name {
		width: 70%
	}
	.room_view_img .room_view_height {
		height: 180px
	}
	.golf_num_select_style {
		width: 94%
	}
	.group_box table .input_num {
		width: 15%
	}
	.air_list_new .percent_area .percent {
		right: 10px
	}
	#time_cmenu .close {
		width: 36%
	}
	#sale_cmenu .close {
		width: 30%
	}
	.rent_list .rent_info {
		font-size: 0.7em !important
	}
	div.select_icon {
		width: 90%
	}
	.customer_title {
		font-size: 14px;
		width: 100%;
	}
	.customer_wrap .customer_01 {
		border-right: 1px solid #eaeaea;
		padding: 15px 0.4em;
		text-align:center
	}
	.customer_wrap .customer_02 {
		padding: 15px 0.4em;
		text-align:center
	}
	.customer_wrap .phone a {
		font-size: 16px;
	}
	.customer_wrap .sub_txt {
		font-size: 13px
	}
	.copy_01 {
		font-size: 10px;
		line-height: 16px
	}
	.m_notice li.subject {
		width: 58%;
		padding-left: 7px
	}
	.m_notice li.subject a, .m_notice li.subject span {
		font-size: 13px
	}
	.m_notice li.title {
		font-size: 13px;
		width: 22%
	}
	.m_category_wrap a {
		font-size: 12px
	}
	.all_menu_row3 li a {
		margin: 14px 8px
	}
}
@media only screen and (width:360px) {
	.customer_title {
		font-size: 14px;
		width: 100%
	}
	.customer_wrap li{
		width:46%
	}
	.customer_wrap .sub_txt {
		font-size: 13px
	}
	.m_notice li.subject {
		width: 60%
	}
}
@media only screen and (width:768px) {
	.tel_list .list_s {
		width: 50%;
		float: left
	}
	.tel_list .line {
		display: none
	}
}
@media only screen and (width:1024px) {
	.tel_list .list_s {
		width: 50%;
		float: left
	}
	.tel_list .line {
		display: none
	}
}
.btn_pay{
	background: #1f75ea;
    padding: 5px;
    color: #fff !important;
    display: block;
    margin: 5px;
    text-align: center
}