@charset "utf-8";
/*html {-webkit-tap-highlight-color: rgba(0,0,0,0.0);}*/

@import url(https://hanatourjeju.com/css/font/nanumbarungothic.css);

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: 'Nanum Barun Gothic','나눔 고딕','Nanum Gothic','맑은 고딕','Malgun Gothic', '돋움', Dotum, AppleGothic, Helvetica, Sans-serif;}



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; font-family:'Nanum Barun Gothic','나눔 고딕', '맑은 고딕','Malgun Gothic', '돋움', Dotum, AppleGothic, Helvetica, Sans-serif;}
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;}
div {margin:0 auto; padding:0; font-family:'Nanum Barun Gothic','나눔 고딕', '맑은 고딕','Malgun Gothic', '돋움', Dotum, AppleGothic, Helvetica, Sans-serif;}
select{height:50px; font-size: 26px; margin:0 auto; padding:0; font-family:'Nanum Barun Gothic','나눔 고딕', '맑은 고딕','Malgun Gothic', '돋움', Dotum, AppleGothic, Helvetica, Sans-serif;}
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:24px; color:#444;
    height: 50px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
input[type='text'] {
    background: #fff;
    border: solid 1px #989898;
    font-size:24px; color:#444;
    height: 50px;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
}

input[type='password'] {
    background: #fff;
    border: solid 1px #989898;
    font-size:24px; color:#444;
    height: 50px;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
}

input[type='tel'] {
    background: #fff;
    border: solid 1px #989898;
    height: 50px;
    font-size:24px;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
}
input.input[type='tel'] {
    background: #fff;
    border: solid 1px #989898;
    height: 50px;
    font-size:24px;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
}
textarea {
    background: #fff;
    border: solid 1px #989898;
    -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: #573D91;
    border: solid 1px #dcdcdc;
    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 2px 4px;
    border: solid 1px #dcdcdc;
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    vertical-align:middle;
}

input[type='checkbox']:checked {
   background: #573D91 url(/images/sub/check_sel_ok_on.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='checkbox']:checked:after {
    background: #573D91 url(/images/sub/check_sel_ok_on.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 {
   background: #573D91 url(/images/sub/check_sel_ok_on.png) no-repeat 2px 4px;
    border: solid 1px #dcdcdc;
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
}

textarea{
	color:#444; font-size:20px; font-family: 'Nanum Barun Gothic','나눔 고딕','Nanum Gothic','맑은 고딕','Malgun Gothic', '돋움', Dotum, AppleGothic, Helvetica, Sans-serif;
    background: #fff; border: solid 1px #989898; padding: 5px;   -webkit-appearance: none;  -webkit-border-radius: 5px;
}


INPUT[type=text]::-webkit-input-placeholder{color: #999; font-size:20px;}
INPUT[type=text]::-moz-placeholder{color: #999; font-size:20px;}
INPUT[type=text]:-ms-input-placeholder{color: #999; font-size:20px;}
INPUT[type=password]::-webkit-input-placeholder{color: #999; font-size:20px;}
INPUT[type=password]::-moz-placeholder{color: #999; font-size:20px;}
INPUT[type=password]:-ms-input-placeholder{color: #999; font-size:20px;}

/* layout */
#wrapper {position: relative; width:100%; height: auto; min-width:640px; overflow: hidden; }
.center{width:100%; min-width:640px;overflow: hidden;}

/* layout */


/* Top S */
#header {position: relative; width:100%; height:auto; }
#header h1 {height: 85px;  background: #fff; text-align: center; }
#header h1 img{ vertical-align:top;position: relative;  top: 20px; z-index:1; }

#header_js {position: relative; width:100%; height:auto; }
#header_js h1 {height: 55px;  background: #fff; text-align: center; }
#header_js h1 img{ vertical-align:top;position: relative;  top: 15px; z-index:1; width:150px;}

#btn_mypage2_js {position:absolute; z-index:1; top: 13px; right: 5px; cursor:pointer;}
#btn_mypage2_js img{width:40px;}




#motel_search {position:absolute; z-index:1; top: 13px; right: 65px; cursor:pointer;}
#btn_mypage {position:absolute; z-index:1; top: 13px; 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: 13px; left:5px; 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:84px; color:#fff; font-size:22px; background-color:#3d4553; border-bottom:1px solid #366288; }
#all_menu_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;}
#all_menu_view .all_menu_box {position: absolute; left: 0; width: 50%;  height: 100%; background: #fff;}
 
#all_cmenu {position: relative; float:right; top: 16px; right: 20px; cursor:pointer;}
#all_menu_view ul {width:100%; display:inline-block; background-color: white; border: 0px solid #008fcb;}
#all_menu_view  li {padding-top: 15px; text-align:left; }
#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_view .icon_menu_11 {background:url(/images/main/icon_left_menu.png) no-repeat 23px -659px; display: inline-block; padding: 20px 0 16px 70px;}
#all_menu_view .icon_menu_12 {background:url(/images/main/icon_left_menu.png) no-repeat 23px -728px; display: inline-block; padding: 20px 0 16px 70px;}
#all_menu_view .icon_menu_13 {background:url(/images/main/icon_left_menu.png) no-repeat 23px -120px; display: inline-block; padding: 20px 0 16px 70px;}
#all_menu_close {position: relative; float:right; top: 16px; right: 20px; cursor:pointer;}


#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: #573D91;  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: #6446a8; 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%; height: 74px; border: 0px solid #fe6600; margin: 0px 0px; color:#888; padding-left:10px; border-radius:10px;}
#motel_search_view .motel_search_box img {cursor:pointer; }
#motel_search_view .btn_search {position: relative; width:150px; 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: 50px;}
#motel_search_view .btn_search_close {position: relative; width:150px; 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 #573D91;}
.top_menu ul li {float:left;  height:60px; background:#ffc2dc; }
.top_menu .menu01 {width:14%;background: url(/images/main/menu.png) 50% 20px no-repeat;}
.top_menu .menu02 {width:17%;background: url(/images/main/menu.png) 50% -40px no-repeat;}
/*.top_menu .menu03 {width:13%;background: url(/images/main/menu.png) 50% -100px no-repeat;}*/
.top_menu .menu04 {width:17%;background: url(/images/main/menu.png) 50% -160px no-repeat;}
.top_menu .menu05 {width:16%;background: url(/images/main/menu.png) 50% -220px no-repeat;}
.top_menu .menu06 {width:16%;background: url(/images/main/menu.png) 50% -280px no-repeat;}
.top_menu .menu07 {width:16%;background: url(/images/main/menu.png) 50% -340px no-repeat;}
/*.top_menu .menu08 {width:12%;background: url(/images/main/menu.png) 50% -400px 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 #573D91;}
.top_menu .menu02:hover {background: url(/images/main/menu_over.png) 50% -40px no-repeat; border-bottom:3px solid #573D91;}
.top_menu .menu03:hover {background: url(/images/main/menu_over.png) 50% -100px no-repeat; border-bottom:3px solid #573D91;}
.top_menu .menu04:hover {background: url(/images/main/menu_over.png) 50% -160px no-repeat; border-bottom:3px solid #573D91;}
.top_menu .menu05:hover {background: url(/images/main/menu_over.png) 50% -220px no-repeat; border-bottom:3px solid #573D91;}
.top_menu .menu06:hover {background: url(/images/main/menu_over.png) 50% -280px no-repeat; border-bottom:3px solid #573D91;}

*/



.top_menu_new {overflow:hidden; border-bottom:3px solid #573D91;}
.top_menu_new ul li {float:left;  height:60px; background:#ffc2dc; }
.top_menu_new .menu01 {width:12%;background: url(/images/main/menu_new.png) 50% 20px no-repeat;}
.top_menu_new .menu02 {width:22%;background: url(/images/main/menu_new.png) 50% -40px no-repeat;}
.top_menu_new .menu03 {width:20%;background: url(/images/main/menu_new.png) 50% -100px no-repeat;}
.top_menu_new .menu04 {width:16%;background: url(/images/main/menu_new.png) 50% -160px no-repeat;}
.top_menu_new .menu05 {width:12%;background: url(/images/main/menu_new.png) 50% -220px no-repeat;}
.top_menu_new .menu06 {width:20%;background: url(/images/main/menu_new.png) 50% -280px no-repeat;}
.top_menu_new .menu07 {width:18%;background: url(/images/main/menu_new.png) 50% -340px no-repeat;}


.new_top_menu {overflow:hidden; border-bottom:3px solid #573D91;}
.new_top_menu ul li {float:left;  height:60px; background:#fff; 
line-height:60px;
font-family: 'Noto Sans KR', sans-serif;
font-size:21px;
font-weight:700;
letter-spacing:-1px;
color:#333;
text-align:center;
}


.new_top_menu_js {overflow:hidden; border-bottom:2px solid #573D91;}
.new_top_menu_js ul li {
float:left;  
height:40px; background:#fff; 
line-height:40px;
font-family: 'Noto Sans KR', sans-serif;
font-size:14px;
font-weight:700;
letter-spacing:-1px;
color:#333;
text-align:center;
}




.top_menu_meet {overflow:hidden; border-bottom:3px solid #573D91;}
.top_menu_meet ul li {float:left; width:33%; text-align:center; color:#333;  height:60px; line-height:60px; background:#fff; font-size:24px; font-weight:bold; letter-spacing:-2px; }



/* Top E */




/* Footer S */
#footer {clear:both;width:100%; background:#fff; }
#footer .menu_1 {clear:both; width: 100%;  } 
#footer .menu_1 li {float:left; width: 33.2%; border-top:1px solid #abafb8; border-bottom:1px solid #d8dadf; border-right:1px solid #d9dbe0;  padding:15px 0 15px 0; text-align:center; color:#222; font-size:14px;} 
#footer .menu_1 .top span {display:inline-block; width:100px; background: url(/images/main/arrow_top.png) 66px 7px no-repeat;}

#footer .menu_2 {clear:both; width: 316px; margin:0px auto; padding:30px 0;} 
#footer .menu_2 li {float:left; padding:0 10px; border-right:1px solid #999;  text-align:center; color:#444; font-size:14px; line-height: 12px;} 

#footer  .copy {clear:both;width: 100%; font-size:12px; line-height:20px;  text-align:center; color:#666; }
#footer  .copy div {margin: 15px 0 0 15px;}
#footer .btn_top {position: absolute;  bottom: 30px;  right: 0px; cursor:pointer; }




#footer_js {clear:both;width:100%; background:#fff; }
#footer_js .menu_1 {clear:both; width: 100%;  } 
#footer_js .menu_1 li {float:left; width: 33.2%; border-top:1px solid #abafb8; border-bottom:1px solid #d8dadf; border-right:1px solid #d9dbe0;  padding:15px 0 15px 0; text-align:center; color:#222; font-size:14px;} 
#footer_js .menu_1 .top span {display:inline-block; width:100px; background: url(/images/main/arrow_top.png) 66px 7px no-repeat;}

#footer_js .menu_2 {clear:both; width:250px;margin:auto; overflow:hidden; padding-top:10px; padding-bottom:5px;} 
#footer_js .menu_2 li {float:left; padding:0 10px; border-right:1px solid #999;  text-align:center; color:#444; font-size:11px; line-height: 12px;} 

#footer_js  .copy {clear:both;width: 100%; font-size:10px; line-height:20px;  text-align:center; color:#666; }
#footer_js  .copy div {margin: 15px 0 0 15px;}
#footer_js .btn_top {position: absolute;  bottom: 30px;  right: 0px; cursor:pointer; }




/* Footer E */



/* 하나투어제주_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:19.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-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;}
.main_product .rent {float: left; background: url(/images/main/icon_main.png) 50% -321px no-repeat;  border-bottom:1px solid #e2e2e2; border-left:1px solid #e2e2e2;}
.main_product .golf {float:left; background: url(/images/main/icon_main.png) 50% -427px no-repeat;  border-bottom:1px solid #e2e2e2; }
.main_product .group {float: left; background: url(/images/main/icon_main.png) 50% -533px no-repeat;   border-bottom:1px solid #e2e2e2;  border-left:1px solid #e2e2e2;}
.main_product .event {float: left; background: url(/images/main/icon_main.png) 50% -643px no-repeat;  border-left:1px solid #e2e2e2; }
.main_product .reserve {float: left; background: url(/images/main/icon_main.png) 50% -753px no-repeat;   border-bottom:1px solid #e2e2e2;}
.main_product .custom {float: left; background: url(/images/main/icon_main.png) 50% -852px no-repeat;   border-right:1px solid #e2e2e2;}
.main_product .jejuinfo {float: left; background: url(/images/main/icon_main.png) 50% -955px no-repeat;  border-left:1px solid #e2e2e2; border-right:1px solid #e2e2e2;}

.main_product .sale {float:left; background: url(/images/main/icon_main.png) 50% 2px no-repeat; background-size: 92px; border-bottom:1px solid #e2e2e2; }
.main_product .theme {float:left; background: url(/images/main/icon_main.png) 50% -1480px no-repeat; background-size: 92px;border-left:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; }

.main_product .notice {float: left; background: url(/images/main/icon_main.png) 50% -1724px no-repeat;  border-left:1px solid #e2e2e2; }
.main_product .story {float: left; background: url(/images/main/icon_main.png) 50% -1490px no-repeat;  border-left:1px solid #e2e2e2; }

.main_product .sail_coupon {float: left; background: url(/images/main/icon_main.png) 50% -955px no-repeat;  border-left:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2;}

.main_product .blog {float:left; background: url(/images/main/icon_main.png) 50% -1479px no-repeat; background-size: 92px;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2; border-bottom: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 {clear:both;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(/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:#6446a8;} /*#dbdce1*/
.main_search_box .sub_tit {text-align:left; width:94%; height:50px; margin-left: 20px; font-size:26px; color:#fff; font-weight:bold; line-height:60px;}  /*서브타이틀*/

.main_search_box .search_area {margin:10px; background:#fff; padding: 15px 0; border-radius: 8px; border: 0px solid #c6c6c6; overflow: hidden; }
.main_search_box .select {text-align:center; margin: 0 0 0 15px; overflow:hidden;}

.main_search_box .tit_package {width: 500px; padding: 0px 0 0 62px; background: url(/images/main/icon_main.png) -10px -15px  no-repeat; background-size: 84px;}
.main_search_box .tit_air {width: 500px; padding: 0px 0 0 62px; background: url(/images/main/icon_main.png) -10px -103px no-repeat; background-size: 84px;}
.main_search_box .tit_tel {width: 500px; padding: 0px 0 0 62px; background: url(/images/main/icon_main.png) -10px -193px no-repeat; background-size: 84px;}
.main_search_box .tit_rent {width: 500px; padding: 0px 0 0 62px; background: url(/images/main/icon_main.png) -14px -279px no-repeat; background-size: 84px;}
.main_search_box .tit_golf {width: 500px; padding: 0px 0 0 62px; background: url(/images/main/icon_main.png) -10px -372px no-repeat; background-size: 84px;}
.main_search_box .tit_group {width: 500px; padding: 0px 0 10px 62px; background: url(/images/main/icon_main.png) -10px -458px no-repeat; background-size: 84px;}
.main_search_box .tit_res {width: 500px; height:60px; padding: 0px 0 0 62px; background: url(/images/main/icon_main.png) -10px -640px  no-repeat; background-size: 84px;}
.main_search_box .tit_board {width: 500px; height:60px; padding: 0px 0 0 62px; background: url(/images/main/icon_main.png) -10px -726px no-repeat; background-size: 84px;}
.main_search_box .tit_login {width: 500px; height:60px; padding: 0px 0 0 62px; background: url(/images/main/icon_main.png) -10px -1166px no-repeat; background-size: 83px;}
.main_search_box .tit_join {width: 500px; height:60px; padding: 0px 0 0 62px; background: url(/images/main/icon_main.png) -10px -1263px no-repeat; background-size: 84px;}
.main_search_box .tit_idpw {width: 500px; height:60px; padding: 0px 0 0 62px; background: url(/images/main/icon_main.png) -10px -1166px no-repeat; background-size: 83px;}
.main_search_box .tit_mypage {width: 500px; height:60px; padding: 0px 0 0 62px; background: url(/images/main/icon_main.png) -10px -1263px no-repeat; background-size: 84px;}
.main_search_box .tit_special {width: 500px; height:60px; padding: 0px 0 0 62px; background: url(/images/main/icon_main.png) -10px -549px no-repeat; background-size: 84px;}
.main_search_box .tit_coupon {width: 500px; height:60px; padding: 0px 0 0 62px; background: url(/images/main/icon_main.png) -10px -1333px no-repeat; background-size: 84px;}


.main_search_box .pkg_add {float:left; width:99.2%; height:60px; line-height:60px; font-size:22px; text-align: left; padding-left: 10px;}

.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(/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(/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;}

/* 항공_하나투어제주*/





.s_text {clear:both; color:#666; text-align:left; font-size:14px; 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; }



.air_list_guide {width:100%;  background-color:#fefff1; padding: 15px 0; font-size:16px; font-weight:bold; color:#222; text-align:center; }
.air_list_guide .red {color:#573D91; }
.air_list_guide .blue {color:#2088c6;}

/* 할인패키지메인_하나투어제주*/
.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:140px; height: 60px;font-size:18px; color:#573D91; font-weight:normal; border-bottom:1px dashed #ffb2d2;}
.sel_pack td{font-size:18px; padding:10px 5px 10px 10px; 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 {background:url(/images/system/bg_per_select.png) no-repeat 95% 30px ; 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:0 auto; width:100%; position:relative;}
.rent_list ul { margin:12px 0 0 0; padding:0; width:100%;}
.rent_list ul li {float:left; width:100%;}
.rent_list .list_s {float:left; width:100%; color:#888; padding: 20px 0 10px 0 ; border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1; }
.rent_list .list_s:hover {border-top:1px solid #573D91; border-bottom:1px solid #573D91;}
.rent_list .list_s .photo { width:100%; height:210px; }
.rent_list .line_rent {height: 5px;  background: #eeeeee;  padding: 0; margin:0; }
.rent_list .img {width:40%; float: left; margin-left:5px;}
.rent_list .detail {width:57%; float: right; text-align:left; overflow: hidden;}

.rent_list .rent_name{color:#222; font-size:18px;line-height:30px;}
.rent_list .rent_type {background-color:#6446a8; color:#ffffff; font-size:14px; padding:6px 10px 6px 15px; line-height:30px; border-radius: 4px 0 0 4px; border-right: 1px solid rgba(255, 255, 255, 0.5);}
.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:#6446a8; 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 5px 3px ; border:1px solid #b5b5b5; color:#666; font-size:12px; padding:4px 10px 4px 23px; line-height:30px; border-radius: 30px;}
.rent_list .rent_navi {position: absolute; }

.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 {padding-top:70px; }
.rent_list .btn_reserv_bus {padding-top:30px; }
.rent_list .bus_count{color:#4297e8; font-size:14px;line-height:20px;}
/* 렌트카 관련 스타일_하나투어제주*/


/* 숙소 관련 스타일_하나투어제주*/
.tel_list { position: relative;margin:0 auto; width:100%;}
.tel_list ul { margin:12px 0 0 0; padding:0; width:100%; overflow:hidden;}
.tel_list ul li {position:relative;width:100%;}
.tel_list .list_s {float:left; width:100%; color:#888; padding: 20px 0 10px 0 ; border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1; }
.tel_list .list_s:hover {border-top:1px solid #573D91; border-bottom:1px solid #573D91;}
.tel_list .list_s .photo { width:100%; height:210px; }
.tel_list .line {height: 0px;  background: #eeeeee;  padding: 0; margin:0; }
.tel_list .img {width:40%; float: left; margin-left:5px;}
.tel_list .detail {width:57%; float: right; text-align:left; overflow: hidden;}

.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 {background-color:#6446a8; color:#ffffff; font-size:14px; padding:6px 10px 6px 15px; line-height:30px; border-radius: 4px 0 0 4px;}
.tel_list .tel_type {background-color:#52a7c9; color:#ffffff; font-size:14px; padding:6px 15px 6px 10px; line-height:30px; border-radius: 0 4px 4px 0;}
.tel_list .tel_area img {position: relative; top: 2px;}
.tel_list .tel_type img {position: relative; top: 2px;}

.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;}

.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 .tel_name {color:#222; font-size:18px;line-height:30px;}
.tel_list .tel_day {color:#666; font-size:14px;line-height:20px;}
.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;}

.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%;}

.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:65px; color:#555 ; border-bottom:1px solid #dadada; border-top:1px solid #dadada; height:40px; text-align:center; font-size:16px;}
.tsinfo 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;}
.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; height: 60px; text-align: center; font-size: 18px;}


.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; width:65px; color:#222; ; border-bottom:1px dashed #c3c3c3; height:40px; text-align:center; font-size:16px;}
.tsinfo_res td{padding: 5px 0 5px 10px; width:405px; border-bottom:1px dashed #c3c3c3 ; height:40px; line-height:30px;font-size:18px; 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: #ffffc8;}



.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;}
.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%; margin-top:10px; 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:24px; font-weight:bold; color:#333; line-height:34px; padding:17px 0;}
.tel_view_top .select{width:15%; text-align:right; padding-top: 10px; cursor:pointer;}



.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; padding: 20px 0 10px 0 ; border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1; }
.golf_list .list_s:hover {border-top:1px solid #573D91; border-bottom:1px solid #573D91;}
.golf_list .list_s .photo { width:100%; height:210px; }
.golf_list .line_rent {height: 5px;  background: #eeeeee;  padding: 0; margin:0; }
.golf_list .img {width:40%; float: left; margin-left:5px;}
.golf_list .detail {width:57%; float: right; text-align:left; overflow: hidden;}

.golf_list .golf_name{color:#222; font-size:18px;line-height:30px;}
.golf_list .golf_area{background-color:#52a7c9; color:#ffffff; font-size:14px; padding:6px 10px 6px 15px; line-height:30px; border-radius: 4px;}
.golf_list .golf_area img {position: relative; top: 2px;}
.golf_list .golf_text {color:#666; font-size:14px;line-height:20px;}

.golf_view_top {width:100%; margin-top:10px; height:66px; border-bottom:2px solid #011d21; clear: both;}
.golf_view_top li{float:left;}
.golf_view_top .name{margin-left:10px;width:74%; 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:16px; 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:#573D91; 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:22px; }
.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 #573D91; border-bottom:1px solid #573D91;}
.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{width:100px; height:60px; color:#333 ; font-size:14px; font-weight:normal;  text-align:left; border-bottom:1px solid #e6e6e6;}
.tel_view .tel_info td{height:40px; padding: 5px 0 5px 10px;  line-height:30px ; font-size:17px;  text-align:left; border-bottom:1px solid #e6e6e6; }
.tel_view .tel_info .tit {background:#dbe1e7; border-radius:2px; padding:8px 10px; font-size:16px;}
.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 .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: 20px; color:#00002b; border: none; height: 35px; 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: 77%; height: 35px; padding: 8px 0; text-align: center; font-weight: bold;  position: relative;}
.room_choice_styled-select {background:url(/images/sub/drop_arrow.png) no-repeat 95% 10px #fff; height:35px; overflow: hidden; padding-left:10px;}
.room_choice_styled-select select {background: transparent; font-size: 20px; color:#00002b; border: none; height: 35px; 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:18px; font-weight:bold;
	      padding: 0 12px; min-height: 42px; color: #245a9d;  line-height: 42px; border-top: 2px solid #646464; border-bottom: 1px solid #9c9c9c; background: #f3f3f3;}
	   


.res_box {width:100%; background:#e0e0e0; padding: 10px 0; display: block;}
.res {width:98%; border: 1px solid #b9b9b9; background-color:#fff;}
.res table td{line-height: 30px;}
.res .tit{width:100px; border: 1px solid #d5d5d5; background-color:#f7f7f7; padding:10px; text-align:center; color:#202020; font-size:15px; font-weight:bold;}
.res .cont{border: 1px solid #d8d8d8;  min-height:60px; line-height:20px;font-size:20px;padding:10px; }
.res .cont2 { padding-left:10px; border: 1px solid #d8d8d8;  min-height:60px; line-height:30px; font-size:18px;padding:10px; }

.res .title2 {}
.res .title2 strong {color: #ff5a00; font-weight: bold;}
.res .cont2 .name {background: #d7567d; padding:2px 5px; color:#fff; border-radius: 4px}
.res .cont2 .name_air {background: #d7567d}
.res .cont2 .name_tel {background: #d7567d}
.res .cont2 .name_rent {background: #d7567d}

.res .cont3{ border-left: 1px solid #fff;border-right: 1px solid #fff;  min-height:60px; line-height:20px;  color:#38608b; font-size:17px;}

.res .cont4{padding-left:10px;  border: 1px solid #cccccc; min-height:60px; line-height:24px;font-size:16px;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;font-size:18px;}
.board .tit{background-color:#61aed3; height:50px; border-top:1px solid #3c99c7; border-bottom:1px solid #3c99c7; font-size:16px; color:#fff; text-align:center; }

.board .date{width:15%;height:70px; border-bottom:1px solid #e9e9e9;  text-align:center; font-size: 16px;}
.board .pack{width:25%;height:70px; border-bottom:1px solid #e9e9e9;  text-align:center;}
.board .name{width:15%;height:70px; border-bottom:1px solid #e9e9e9;  text-align:center; font-size: 16px;}
.board .rdate{width:20%;height:70px; border-bottom:1px solid #e9e9e9;  text-align:center;}
.board .type{width:10%;height:70px; border-bottom:1px solid #e9e9e9;  text-align:center;}
.board .bigo{width:10%;height:70px; border-bottom:1px solid #e9e9e9;  text-align:center; font-size: 16px;}

.board .no{width:80px;height:38px; border-bottom:1px solid #e9e9e9;  text-align:center;}
.board .title{width:350px;height:38px; border-bottom:1px solid #e9e9e9;  text-align:left;}
.board .cont{width:85%;height:70px; border-bottom:1px solid #e9e9e9;  text-align:left; padding-left:10px;}
.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: #573D91;  line-height: 42px; border-top: 3px solid #573D91; 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:18px; 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:15px; color:#444;}
.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; }
.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{98%:1px solid #cea599; 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; height:50px;}
.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; }
.mo_peo4 .mo_con2{width:85%; padding:10px; table-layout:fixed; word-break:break-all;}
.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}
.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:10px;border:0;background:#fff ;font-size:20px;color:#444;letter-spacing:-0.1em;cursor:pointer;  border: 1px solid #cccccc;border-radius: 3px; color: #333;}
.btn_re {padding:10px;border:0;background:#7C8184;font-size:20px;color:#fff;letter-spacing:-0.1em;cursor:pointer; margin-top:10px;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:20px;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; line-height:50px; color:#fff; clear:both; border-top:2px solid #8b91a0 ; border-bottom:1px solid #8b91a0; overflow:hidden; }
.sss_tit .sleft{float:left;  font-size:22px;  font-weight:bold; padding:5px 10px 0 54px; background:url(/images/sub/icon_search_result.png) no-repeat 15px 13px; background-size: 32px;}
.sss_tit .sright{position: relative; top: 8px;font-size:12px;}
.sss_tit .sright img{vertical-align: sub;}
.sss_tit .text { position: relative; top: -14px; font-size: 12px;  left: -212px;  height: 30px;}
.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 {height:55px; }
.sss_tit .room_choice {background:url(/images/sub/icon_room_choice.png) no-repeat 15px 12px;  background-size: 26px; padding:5px 10px 0 50px;}
.sss_tit .room_reserv { background:url(/images/sub/icon_room_reserv.png) no-repeat 15px 12px; background-size: 26px; padding:5px 10px 0 50px; }
.sss_tit .room_detail {background:url(/images/sub/icon_room_detail.png) no-repeat 15px 12px; background-size: 26px; padding:5px 10px 0 50px;}
.sss_tit .room_area {background:url(/images/sub/icon_room_area.png) no-repeat 15px 12px;  background-size: 26px; padding:5px 10px 0 50px;}
.sss_tit .reserve_tit {background:url(/images/sub/icon_res_tit.png) no-repeat 15px 12px;  background-size: 26px; padding: 5px 10px 0 50px;}

.sss_tit_rent {height:55px; }



/*.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{background-color:#f7f7f7; width:100%; color:#222; border-bottom:1px solid #eee;border-top:1px solid #eee; height:60px; text-align:center;font-size:18px;}
.pkg_sinfo td{padding:10px;width:100%; border-bottom:1px solid #eee;border-top:1px solid #eee;  min-height:80px; line-height:30px;font-size:18px;}





/******* 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:16px;} 
.center .start  span {color:#4177ec; font-weight:bold; font-size: 18px;} 
.center .percent {font-size: 21px; font-weight:bold; color:#ff0000;}
.center .person {font-size:13px; color:#888;}
.center .person span {color:#006dcb;}
.center .info {font-size:15px; line-height: 22px;}
.center .dotline {background:url(/images/sub/center_dotline.png) repeat;}
.center .line {border-bottom:1px dashed #bababa}

/*center안에 들어가는 css -- tel에서는 안들어감*/
.won {font-size:14px; color:#999; }
.sail_won {font-size:22px; font-weight:bold; color:#ff2e78;}
.sail_won_2 {font-size:24px; font-weight:normal; color:#ff2e78;}
.sail_won_text {font-size:16px; font-weight:bold; color:#ff2e78;}
/*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; background: #f2f2f2; 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:20px; font-weight:bold; color:#573D91;}
.res_chk .box .text {font-size:14px; color:#666; }
.res_chk .box table th {height:35px; font-size:16px; text-align:left; padding-left: 20px;}

.res_chk .box table .name { border: 2px solid #e1e2e2; width:93%; border-radius: 5px; font-size:20px;padding-left:2%;}
.res_chk .box table .phone { border: 2px solid #e1e2e2; width:28%; font-size:20px;padding-left:2%;}


.board_tit {font-size: 22px; font-weight: bold; color: #444; margin: 10px 10px;}
.board_tit span {font-size: 16px; color:#888;}
.page {font-size: 20px; text-align: center; height: 60px; margin-top: 10px;}
.page .page_in {color:#009ef8; }

#tel_list .stay {width:94%; padding: 10px 0 15px 0px ;  background:#573D91; border-radius:50px; margin:15px 15px 0 15px; font-size:14px; color:#444; text-align:center; color: #fff; }
#tel_list .stay .date {display:inline-block; font-weight: bold; color: #f6ff00; font-size:20px; margin-top:13px;}
#tel_list .stay .day {font-weight: bold; color: #f6ff00;font-size:20px; }
#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;}
.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: 14px; padding:10px; line-height:20px;}

.link1 {padding-top:20px;}

.cash {height: 261px; width:90%; margin:50px auto; border: 2px solid #573D91; 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:350px; 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: 100%; width:20% ; height:30px; font-size:14px; padding-left: 32px; font-weight:normal; background: #f6f6f6;}
.board_res table td  {background: #f6f6f6;}
.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:#573D91; font-weight:bold; border-bottom:1px solid #d9d9d9; padding-bottom: 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; }
.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 25px; overflow: hidden; background:#edf2f7; border-radius:5px; }
.group_box table { margin: 20px;}
.group_box table th {width: 16%; height: 35px; font-size:18px; 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%; height:50px; font-size:24px; padding-left:10px; border-radius:5px; border:1px solid #D0D0D0; vertical-align: sub;}
.group_box table .input_num {width:23%; height:50px; font-size:24px; padding-left:10px; border-radius:5px; 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 {height: 55px; padding:30px 0 30px 30px; font-size:18px; color:#444; font-weight:normal; border:1px solid #e1e1e1;}
.group_info_box table .calendar input {width: 150px; font-size: 24px; padding-left: 10px;  background: transparent; border:1px solid #D0D0D0;}
.group_info_box table .input_box {width:50%; height:50px; font-size:24px; 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 {height: 35px;  margin-top: 0px; width: 165px; 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:#573D91; 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:#573D91; 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: 22px; font-weight: bold; color:#444; margin:0 10px;}

.special_list { margin:0 auto; width:100%; position:relative;}
.special_list ul { margin:12px 0 0 0; padding:0; width:100%;}
.special_list ul li {float:left; width:100%;}
.special_list .special_name{color:#222; font-size:18px;line-height:30px;}
.special_list .list_s {float:left; width:100%; color:#444; padding: 20px 0 10px 0 ; border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1; }
.special_list .list_s:hover {border-top:1px solid #573D91; border-bottom:1px solid #573D91;}
.special_list .list_s .photo { width:100%; height:210px; }

.special_list .list_s .photo55 { width:100%; height:160px;}

.special_list .line {height: 5px;  background: #eeeeee;  padding: 0; margin:0; }
.special_list .img {width:40%; float: left; margin-left:5px;}
.special_list .detail {width:57%; float: right; text-align:left; overflow: hidden;}

.sub_special_info {margin: 0 10px; border-radius: 8px; border-left: 1px solid #573D91;border-right: 1px solid #573D91;border-bottom: 1px solid #573D91;}
.sub_special_info .img {margin: 10px}
.sub_special_info .img img {width:100%}
.sub_special_info .tit {height:45px; font-size:26px; font-weight:bold; color:#fff; line-height: 28px; padding-top:17px; border-radius: 8px 8px 0 0; background:#573D91 url(/images/sub/sub_special_info.png) repeat; }
.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: 18px; color:#444444; font-weight:bold; border:1px solid #9ea6bb;  background-color: #fff; cursor:pointer;
			    border-top-left-radius: 2px;border-bottom-left-radius: 2px;	}
#time_menu .icon_menu { width: 60%; display: inline-block; height: 39px; padding: 0px 0 0 48px;}
#time_menu .arrow_img {float: right; height: 47px; width: 47px;  display: inline-block;}

#time_menu_view {display:none; position:absolute; width:48%; z-index:9999;  background-color: white; border: 2px solid #ff5ba2;}
#time_cmenu {height: 47px; font-size: 18px; color:#fff; background-color: #ff95c3}
#time_cmenu .close {font-weight:bold; background:url(/images/sub/icon_air_cmenu_time.png) no-repeat 10px 11px; width: 200px; display: inline-block; padding: 0px 0 0 44px; cursor:pointer;}
#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{height: 50px; font-size: 21px; color: #333; text-align: center;  line-height: 47px; border-bottom: 1px dashed #ff95c3; cursor:pointer;}
#time_menu_view .all { }
#time_menu_view .left {width:100%;}
#time_menu.on {background-color: #fff; }
#time_menu .icon_menu_on {width: 170px; display: inline-block; height: 50px; padding: 0px 0 0 48px; 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; top: -2px;}
#time_cmenu .view_text {position: relative; top: -2px;}


#sale_menu {float:left; width:50%; height: 47px; font-size: 18px; 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;	}
#sale_menu .icon_menu {background:url(/images/sub/icon_air_menu_sale.png) no-repeat 10px 11px;  width: 60%; display: inline-block; height: 39px; padding: 0px 0 0 48px;}
#sale_menu .arrow_img {float: right; height: 47px; width: 47px; display: inline-block;}

#sale_menu_view {display:none; position:absolute; width:49.5%; z-index:9999;  background-color: white; border: 2px solid #ff5ba2; right: 1%;}
#sale_cmenu {height: 47px; font-size: 18px; color:#fff; background-color: #ff95c3}
#sale_cmenu .close {font-weight:bold; background:url(/images/sub/icon_air_cmenu_sale.png) no-repeat 10px 11px; width: 200px; display: inline-block; padding: 0px 0 0 44px; cursor:pointer;}
#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{height: 50px; font-size: 21px; color: #333; text-align: center;  line-height: 52px; border-bottom: 1px dashed #ff95c3; 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: 0px 0 0 48px; 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; top: -2px;}
#sale_cmenu .view_text {position: relative; top: -2px;}
/*할인항공 상세 검색 */




/* 숙박 상세검색 메뉴*/
.tel_menu {width: 100%; text-align: left; overflow: hidden;}

#type_menu {float:left; width:49%; height: 47px; font-size: 18px; color:#444444; font-weight:bold; border:1px solid #9ea6bb;  background-color: #fff; cursor:pointer;
			    border-top-left-radius: 2px;}
#type_menu .icon_menu {background:url(/images/sub/icon_tel_menu_type.png) no-repeat 10px 11px;; width: 60%; display: inline-block;height: 39px; padding: 0px 0 0 48px;}
#type_menu_view {display:none; position:absolute; width:48%; z-index:9999;  background-color: white; border: 2px solid #ff5ba2;}
#type_cmenu {height: 47px; font-size: 18px; color:#fff; background-color: #ff95c3}
#type_cmenu .close {font-weight:bold; background:url(/images/sub/icon_tel_cmenu_type.png) no-repeat 10px 11px; width: 200px; display: inline-block; padding: 0px 0 0 44px; cursor:pointer; height: 46px;}
#type_menu_view li{height: 50px; font-size: 21px; color: #333; text-align: center;  line-height: 52px; border-bottom: 1px dashed #ff95c3; 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: 170px; display: inline-block; height: 50px; padding: 14px 0 0 48px; color: #575757;}
#type_menu .arrow_img {float: right; height: 47px; width: 47px;  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_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: 18px; 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: 60%; display: inline-block;height: 39px; padding: 0px 0 0 48px;}
#area_menu_view {display:none; position:absolute; width:49.5%; z-index:9999;  background-color: white; border: 2px solid #ff5ba2; right: 1%;}
#area_cmenu {height: 47px; font-size: 18px; color:#fff; background-color: #ff95c3}
#area_cmenu .close {font-weight:bold; background:url(/images/sub/icon_tel_cmenu_area.png) no-repeat 10px 11px; width: 200px; display: inline-block; padding: 0px 0 0 44px; cursor:pointer; height: 46px;}
#area_menu_view li{height: 50px; font-size: 21px; color: #333; text-align: center;  line-height: 52px; border-bottom: 1px dashed #ff95c3; 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 ; width: 170px; display: inline-block; height: 50px; padding: 14px 0 0 48px; color: #575757;}

#area_menu .arrow_img {float: right; height: 47px; width: 47px;  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_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: 18px; 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;}
#peo_menu .icon_menu {background:url(/images/sub/icon_tel_menu_peo.png) no-repeat 10px 11px;; width: 60%; display: inline-block;height: 39px; padding: 0px 0 0 48px;}
#peo_menu_view {display:none; position:absolute; width:48%; z-index:9999;  background-color: white; border: 2px solid #ff5ba2;}
#peo_cmenu {height: 47px; font-size: 18px; color:#fff; background-color: #ff95c3}
#peo_cmenu .close {font-weight:bold; background:url(/images/sub/icon_tel_cmenu_peo.png) no-repeat 10px 11px; width: 200px; display: inline-block; padding: 0px 0 0 44px; cursor:pointer; height: 46px;}
#peo_menu_view li{height: 50px; font-size: 21px; color: #333; text-align: center;  line-height: 52px; border-bottom: 1px dashed #ff95c3; 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 48px; color: #575757;}

#peo_menu .arrow_img {float: right; height: 47px; width: 47px;  display: inline-block;}
#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_text {position: relative; top: 14px;}
#peo_cmenu .view_text {position: relative; top: 14px;}


#thema_menu  {float:left; width:50%; height: 47px; font-size: 18px; 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;}
#thema_menu .icon_menu {background:url(/images/sub/icon_tel_menu_thema.png) no-repeat 10px 11px;; width: 60%; display: inline-block;height: 39px; padding: 0px 0 0 48px;}
#thema_menu_view {display:none; position:absolute; width:49.5%; z-index:9999;  background-color: white; border: 2px solid #ff5ba2; right: 1%;}
#thema_cmenu {height: 47px; font-size: 18px; color:#fff; background-color: #ff95c3}
#thema_cmenu .close {font-weight:bold; background:url(/images/sub/icon_tel_cmenu_thema.png) no-repeat 10px 11px; width: 200px; display: inline-block; padding: 0px 0 0 44px; cursor:pointer; height: 46px;}
#thema_menu_view li{height: 50px; font-size: 21px; color: #333; text-align: center;  line-height: 52px; border-bottom: 1px dashed #ff95c3; 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: 170px; display: inline-block; height: 50px; padding: 14px 0 0 48px; color: #575757;}

#thema_menu .arrow_img {float: right; height: 47px; width: 47px;  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 .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:#6446a8; 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 { height:42px; background-color:#6b7286;  padding: 6px 0 6px 0; margin: 0 15px; font-size:18px; color: #fff; text-align:center; border-radius: 3px; cursor: pointer; }
.btn_sub_search img {position: relative; top: 9px; left: 0px; width: 19px; vertical-align: baseline;}
.btn_sub_search span {position: relative; top: 4px; left: 1px; }


.btn_sub_search_S {width:98%; height:42px; background-color:#6b7286;  padding: 10px 0 0 0; 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;  padding: 10px 0 0 0; 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: 4px; left: -2px; }


.btn_sub_reserve {background-color:#573D91;  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:#573D91;  padding: 13px 10px; font-size:18px; color: #fff; text-align:center; border-radius: 3px; cursor: pointer;}

.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;  line-height: 50px;background-color: #573D91; font-size: 20px;  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:48%; height:45px; padding:8px 0; text-align:center;  font-weight:bold; position:relative; border:1px solid #bebebe;} /*width:295px*/
.main_styled-select { height:45px; background:url(/images/sub/drop_arrow.png) no-repeat 95% 15px ; background-size: 17px;overflow: hidden; }
.main_styled-select select {background: transparent; font-size: 20px; color:#575357; border: none; height: 54px; position:relative; top:-2px; left:15px; width: 112%;  cursor:pointer}
.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:48%; border:1px solid #bebebe;  height:45px; padding:8px 0; background-color:#fff;}
.main_select_style .calendar{background:url(/images/sub/drop_date.png) no-repeat 95% 5px ; background-size: 30px; margin-top:0px; height:45px;}
.main_select_style 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; }

.main_num_select_style {float:left; width: 31.3%; height:45px; padding:8px 0; text-align:center;  font-weight:bold; position:relative; border:1px solid #bebebe;} /*width:192px;*/
.main_num_styled-select {background:url(../mobile/images/system/bg_per_select.png) no-repeat 95% 30px #ffffff; height:45px; 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: 96%; height:45px; padding:8px 0; text-align:center;  font-weight:bold; position:relative; border:1px solid #bebebe;} /*width:192px;*/
.golf_num_select_style {background:url(../mobile/images/system/bg_per_select.png) no-repeat 95% 30px #ffffff; height:45px; overflow: hidden; padding-left:10px; background-color:#fff;}
.golf_num_select_style 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}
.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:23%; margin-left:1%;height:45px; 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; height: 45px; overflow: hidden;}
.rent_time_styled-select select {background: transparent; font-size: 20px; color:#575357; border: none; height: 54px; position:relative; top:-2px; left:15px; 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:22%; margin-left:1%; height:45px; 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; height:45px; overflow: hidden; padding-left:10px; background-color:#fff;}
.rent_num_styled-select select {background: transparent; font-size: 20px; color:#575357; border: none; height: 54px; position:relative; top:-2px; left:15px; 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:71%; height:45px; padding:8px 0; text-align:center;  font-weight:bold; position:relative; border:1px solid #bebebe;background-color:#fff;}
.room-select { height:45px; background:url(/images/sub/drop_arrow.png) no-repeat 95% 16px ; background-size: 17px; overflow: hidden; }
.room-select select {background: transparent; font-size: 18px; color:#575357; border: none; height: 45px; position:relative; top:-2px; left:15px; width: 112%;  cursor:pointer}
.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; height:45px; padding:8px 0; text-align:center;  font-weight:bold; position:relative; border:1px solid #bebebe;background-color:#fff;}
.rnum_styled-select { height:45px; background:url(/images/sub/drop_arrow.png) no-repeat 95% 16px ; background-size: 17px;overflow: hidden; }
.rnum_styled-select select {background: transparent; font-size: 20px; color:#575357; border: none; height: 45px; position:relative; top:-2px; left:15px; 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 {width:98%; height:45px; padding:8px 0; text-align:center;  font-weight:bold; position:relative; }
.pack-select {height:45px; background:url(/images/sub/drop_arrow.png) no-repeat 98% 16px; background-size: 17px; overflow: hidden; }
.pack-select select {background: transparent; font-size: 20px; color:#575357; border: none; height: 54px; position:relative; top:-2px; left:15px; 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(/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 {background:url(/images/system/bg_per_select.png) no-repeat 95% 30px ; 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(/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 {background:url(/images/system/bg_per_select.png) no-repeat 95% 30px ; 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; width:44%; border:1px solid #bebebe;  height:45px; padding:8px 0; background-color:#fff; font-size: 20px;}
.rent_select01 .calendar{background:url(/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: 8px; left: 15px; font-size: 22px;}




.time_select_style {float:left;width:24%; margin-left:1%;height:45px; padding:8px 0; text-align:center;  font-weight:bold; position:relative; border:1px solid #bebebe;}
.time_styled-select {background:url(/images/system/bg_per_select.png) no-repeat 95% 20px #ffffff; height:45px; overflow: hidden; padding-left:10px; background-color:#fff;}
.time_styled-select select {background: transparent; font-size: 20px; color:#00002b; border: none; height: 23px; position:relative; top:12px; 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{min-height:30px; vertical-align:text-top}



.name_input{position:relative; background-color:#fff;}
.name_input input[type="text"]{width:99%; height:15px; color:#00002b !important; padding:15px 0px 15px 10px;border:none !important;background: transparent; height:31px;}

.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; background: #fff;}
.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(/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 {background:url(/images/system/bg_per_select.png) no-repeat 95% 20px #ffffff; 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 {background:url(/images/system/bg_per_select.png) no-repeat 90% 20px #ffffff; 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_none {width: 100%; height: 280px; background: url(/images/sub/search_result_none.png) no-repeat 50% 30%; text-align: center;}
.search_result_none p {font-size: 20px; padding-top:190px;}
/*선택하신 숙소 없음*/

.search_result {position:absolute; width:100%; text-align: center; z-index:100; } /* 검색되었습니다 tel/tel_list.php ,  packagetel_list.php 있음*/

.width_box98 {width: 98%; 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; }

 */



/*택시, 버스 이용안내부분 S*/
.board_taxi_tit {background-color: #573D91;padding: 10px 20px;
            border-left: 10px solid white; border-right: 10px solid white;            
            font-size: 20px; color: white; font-weight: bold;
            position: relative; top: 20px; left: 20px;}

.board_taxi {width:98%; margin: 0 auto 20px; padding: 10px 0; background: url("/images/sub/board_taxi_pattern.gif") repeat left top;}
.board_taxi .box_white {background: #fff; margin: 0 auto; padding: 25px 0 10px; width: 97%;}
.board_taxi .box_white ul {margin:10px auto; width: 95%;}
.board_taxi .box_white .tit {font-weight: bold; background-color:#e5e5e5; padding:10px; margin: 0px;}
.board_taxi .box_white .tit span {background: url("/images/sub/bullet_board_taxi.gif") no-repeat center left; padding-left:10px;}
.board_taxi .box_white ul li {margin: 5px 10px 0 10px;}
.board_taxi .box_white .point {color:#00a6be}
.board_taxi .box_white .star {color:#ff005e}






 
	.tab_rent {
		width: 100%;
		height: 60px;
		margin:auto;
	}
	.tab_rent li {
		float: left;
		height: 60px;
		width:50%;
		color: #666;
		font-size: 18px;
		display: inline-block;
		line-height: 60px;
		text-align: center;
		font-weight:500;
		cursor:pointer;
		background:#f7f7f7;

	}
 
.tab_rent .tab_on {
		width: 50%;
		height: 60px;
		color: #fff;
		font-weight: bold;
		
		background:#6446a8;
}








/*택시, 버스 이용안내부분 E*/
 
	.tab_group {
		width: 98%;
		height: 62px;
		margin:auto;
		margin-top: 10px;


	}
	.tab_group li {
		float: left;
		height: 60px;
		width:20%;
		color: #666;
		font-size: 18px;
		display: inline-block;
		line-height: 60px;
		text-align: center;
		font-weight:500;
		cursor:pointer;
		background:#f7f7f7;
		border-bottom: 1px solid #573D91;

	}
 
.tab_group .tab_on {
		width: 20%;
		height: 60px;
		color: #fff;
		font-weight: bold;
		
		background:#6446a8;
		border-bottom:1px solid #573D91 !important;
}


 
	.tab_group_new {
		width: 98%;
		height: 62px;
		margin:auto;
		margin-top: 10px;


	}
	.tab_group_new li {
		float: left;
		height: 60px;
		width:33.3%;
		color: #666;
		font-size: 18px;
		display: inline-block;
		line-height: 60px;
		text-align: center;
		font-weight:500;
		cursor:pointer;
		background:#f7f7f7;
		border-bottom: 1px solid #573D91;

	}
 
.tab_group_new .tab_on {
		width: 33.3%;
		height: 60px;
		color: #fff;
		font-weight: bold;
		
		background:#6446a8;
		border-bottom:1px solid #573D91 !important;
}






	.tab_main {
		width: 98%;
		height: 62px;
		margin:auto;
		margin-top: 10px;


	}
	.tab_main li {
		float: left;
		height: 60px;
		color: #666;
		font-size: 18px;
		display: inline-block;
		line-height: 60px;
		text-align: center;
		font-weight:500;
		cursor:pointer;
	}


.tab_main .mtab_1_on {
		width: 25%;
		height: 60px;
		color: #fff;
		font-weight: bold;
		
		background:#6446a8;
		border-bottom:1px solid #573D91 !important;
}
.tab_main .mtab_2_on {
		width: 25%;
		height: 60px;
		color: #fff;
		font-weight: bold;
		background:#6446a8;
		border-bottom:1px solid #573D91 !important;
}
.tab_main .mtab_3_on {
		width: 25%;
		height: 60px;
		color: #fff;
		font-weight: bold;
		background:#6446a8;
		border-bottom:1px solid #573D91 !important;
}
.tab_main .mtab_4_on {
		width: 25%;
		height: 60px;
		color: #fff;
		font-weight: bold;
		background:#6446a8;
		border-bottom:1px solid #573D91 !important;
}
.tab_main .mtab_1 {
		width: 24.8%;
background:#f7f7f7;
		border-bottom: 1px solid #573D91;
}
.tab_main .mtab_1_2 {
		width: 24.8%;
		border-left: 1px solid #e6e8ea;
		border-right: 1px solid #b9b9b9;

		border-bottom: 1px solid #573D91;
}
.tab_main .mtab_2 {
		width: 24.8%;
		border-right: 1px solid #e6e8ea;
		background:#f7f7f7;
		border-bottom: 1px solid #573D91;
}
.tab_main .mtab_2_2 {
		width: 24.8%;
		background:#f7f7f7;
		border-left: 1px solid #e6e8ea;
		border-bottom: 1px solid #573D91;
}
.tab_main .mtab_3_2 {
		width: 24.8%;
		background:#f7f7f7;
		border-left: 1px solid #e6e8ea;
		border-bottom: 1px solid #573D91;
}
.tab_main .mtab_3 {
		width: 24.8%;
		border-right: 1px solid #e6e8ea;
background:#f7f7f7;
		border-bottom: 1px solid #573D91;
}

.tab_main .mtab_4 {
		width: 24.8%;
background:#f7f7f7;
		border-bottom: 1px solid #573D91;
}







	.tab_main_sub {
		width: 98%;
		height: 62px;
		margin:auto;



	}
	.tab_main_sub li {
		float: left;
		height: 60px;
		color: #666;
		font-size: 15px;
		display: inline-block;
		line-height: 60px;
		text-align: center;
		font-weight:500;
		cursor:pointer;
	}


.tab_main_sub .mtab_1_on {
		width: 32.8%;
		height: 60px;
		color: #fff;
		font-weight: bold;
		
		background:#6b7286;
		border-bottom:1px solid #6b7286 !important;
}
.tab_main_sub .mtab_2_on {
		width: 32.8%;
		height: 60px;
		color: #fff;
		font-weight: bold;
		background:#6b7286;
		border-bottom:1px solid #6b7286 !important;
}
.tab_main_sub .mtab_3_on {
		width: 32.8%;
		height: 60px;
		color: #fff;
		font-weight: bold;
		background:#6b7286;
		border-bottom:1px solid #6b7286 !important;
}
.tab_main_sub .mtab_4_on {
		width: 32.8%;
		height: 60px;
		color: #fff;
		font-weight: bold;
		background:#6b7286;
		border-bottom:1px solid #6b7286 !important;
}
.tab_main_sub .mtab_1 {
		width: 32.8%;
background:#f7f7f7;
		border-bottom: 1px solid #6b7286;
}
.tab_main_sub .mtab_1_2 {
		width: 32.8%;
		border-left: 1px solid #e6e8ea;
		border-right: 1px solid #b9b9b9;

		border-bottom: 1px solid #6b7286;
}
.tab_main_sub .mtab_2 {
		width: 32.8%;
		border-right: 1px solid #e6e8ea;
		background:#f7f7f7;
		border-bottom: 1px solid #6b7286;
}
.tab_main_sub .mtab_2_2 {
		width: 32.8%;
		border-left: 1px solid #e6e8ea;
		background:#f7f7f7;
		border-bottom: 1px solid #6b7286;
}
.tab_main_sub .mtab_3_2 {
		width: 32.8%;
		border-left: 1px solid #e6e8ea;
		background:#f7f7f7;
		border-bottom: 1px solid #6b7286;
}
.tab_main_sub .mtab_3 {
		width: 32.8%;
		border-right: 1px solid #e6e8ea;
background:#f7f7f7;
		border-bottom: 1px solid #6b7286;
}

.tab_main_sub .mtab_4 {
		width: 32.8%;
background:#f7f7f7;
		border-bottom: 1px solid #6b7286;
}









	.tab_main_sub_edu {
		width: 98%;
		height: 62px;
		margin:auto;



	}
	.tab_main_sub_edu li {
		float: left;
		height: 60px;
		color: #666;
		font-size: 15px;
		display: inline-block;
		line-height: 60px;
		text-align: center;
		font-weight:500;
		cursor:pointer;
	}


.tab_main_sub_edu .mtab_1_on {
		width: 34%;
		height: 60px;
		color: #fff;
		font-weight: bold;
		
		background:#6b7286;
		border-bottom:1px solid #6b7286 !important;
}
.tab_main_sub_edu .mtab_2_on {
		width: 34%;
		height: 60px;
		color: #fff;
		font-weight: bold;
		background:#6b7286;
		border-bottom:1px solid #6b7286 !important;
}
.tab_main_sub_edu .mtab_3_on {
		width: 34%;
		height: 60px;
		color: #fff;
		font-weight: bold;
		background:#6b7286;
		border-bottom:1px solid #6b7286 !important;
}

.tab_main_sub_edu .mtab_1 {
		width: 32.8%;
background:#f7f7f7;
		border-bottom: 1px solid #6b7286;
}
.tab_main_sub_edu .mtab_1_2 {
		width: 32.8%;
		border-left: 1px solid #e6e8ea;
		border-right: 1px solid #b9b9b9;

		border-bottom: 1px solid #6b7286;
}
.tab_main_sub_edu .mtab_2 {
		width: 32.8%;
		border-right: 1px solid #e6e8ea;
		background:#f7f7f7;
		border-bottom: 1px solid #6b7286;
}
.tab_main_sub_edu .mtab_2_2 {
		width: 32.8%;
		border-left: 1px solid #e6e8ea;
		background:#f7f7f7;
		border-bottom: 1px solid #6b7286;
}
.tab_main_sub_edu .mtab_3_2 {
		width: 32.8%;
		border-left: 1px solid #e6e8ea;
		background:#f7f7f7;
		border-bottom: 1px solid #6b7286;
}
.tab_main_sub_edu .mtab_3 {
		width: 32.8%;
background:#f7f7f7;
		border-bottom: 1px solid #6b7286;
}










.pkg_view_img {float:left;width:589px; height:417px; margin-left:30px;}
.pkg_view_img .img_L img {border:0px solid #eeeeee; width:589px; height:387px}

.pkg_view_info {float:left; width: 96%; margin: 16px; background:#fff;}
.pkg_view_info .pkgtit{float:left; height:50px; font-size:28px; color:#4b4e6b; margin-left:10px;}
.pkg_view_info .text{float:left;width:380px; height:35px; color:#202435; font-size:12px; border-bottom:1px solid #f7f7f7;line-height:35px;}
.pkg_view_info .sdate{width:100px;}


.pkg_view_info .tsinfo {width:100%; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;}
.pkg_view_info .tsinfo th{width: 80px; height:50px; font-size:15px; color:#444; font-weight:bold; text-align: left; background-color:#fff; }
.pkg_view_info .tsinfo td{height:50px; font-size:15px; color:#555; line-height:20px; padding-left:4px; }
.pkg_view_info .bg {width:70px; height:27px; padding-left: 7px;padding-top: 12px;  font-size:13px; font-weight:normal; color:#fff; text-align: left; background:url(/images/sub/bg_search_text_1.png) no-repeat 0 7px;  }
.pkg_view_info .bg2 {width:70px; height:27px; padding-left: 7px;padding-top: 12px;  font-size:13px; font-weight:normal; color:#fff; text-align: left; background:url(/images/sub/bg_search_text_2.png) no-repeat 0 7px;  }



.pm_bt{
	float:left;
	background:#fff;
	border:1px solid #c9c9c9;
	height:56px;
	width:56px;
	line-height:56px;
	text-align:center;
	color:#000;
	cursor:pointer;
}

.p_num{
	float:left;
	background:#fff;
	height:56px;
	width:46px;
	line-height:56px;
	text-align:center;
	color:#000;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
}

.pm_pay{
	font-size:26px;
	font-weight:bold;
	color:#E51B13;
}
.pm_pay2{
	font-size:24px;
	color:#E51B13;
}















.pkg_v_tab_theme {
	clear:both;
	height: 50px;
	width:100%;
	margin: auto;
}
.pkg_v_tab_theme li {
    float: left;
    display: inline-block;
    width: 336px;
    height: 50px;
    color: #686868;
    text-align: center;
}

.pkg_v_tab_theme li a {
	width: 356px;
    height: 48px;
    color: #686868;
    font-size: 16px;
    border-right: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
	cursor: pointer;
}
.pkg_v_tab_theme li.end {
		border-right: 1px solid #cacaca;

}
.pkg_v_tab_theme li:first-child a {border-left: 1px solid #d0d0d0;}
.pkg_v_tab_theme li.on, .pkg_v_tab_theme li.on1 {
	border: none;
	width: 336px;
	background: #fff;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #fff !important
}
.pkg_v_tab_theme li.on a, .pkg_v_tab_theme li.on1 a {
color: #fff;
    background: #464953;
}
.pkg_v_tab_theme div {
	line-height: 22px;
	font-weight: normal;
	color: #5d5d5d;
}
.pkg_v_tab_theme .depth >div {
	display: none;
	font-weight: normal;
	color: #5d5d5d;
	text-align: left;
	height: auto;
	min-height: 300px;
	position: absolute;
	left: 0;
	top: 35px;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}
.pkg_v_tab_theme li.on, .pkg_v_tab_theme li.on1_self {
	border: none;
	width: 237px;
	background: #351038;
	color: #fff;
	font-weight: bold;
}
.pkg_v_tab_theme .self {
	float: left;
	width: 237px;
	height: 44px;
	border-top: 1px #E0DCDC solid;
	background: #fff;
	border-bottom: 1px #E0DCDC solid;
	border-left: 1px #E0DCDC solid;
	color: #000;
	font-size: 12px;
	display: inline-block;
	border-right: 0;
	line-height: 33px;
	text-align: center;
}
.pkg_v_tab_theme li.on a, .pkg_v_tab_theme li.on1_self a {
	width: 133px;
	color: #000;
	font-weight: bold;
}
.pkg_v_tab_theme .self a {
	width: 137px;
}
.pkg_show {
	width:100%;
	background-color: #fff;
	padding: 0 0 40px 0;
}
.pkg_v_show table{width:100%!important}
.pkg_v_show td {
	font-size: 15px;
	line-height: 25px !important;
}
/*숙소상세보기*/



.coment {width:100%;}
.coment li:first-child {background:#fff;}
.coment .cont{width:100%;margin-left:45px; color:#1c1c1c;font-size:14px; margin-top:20px; margin-bottom:20px;  line-height:20px;}
.coment .rcont{width:100%;padding-left:45px; color:#1c1c1c; background-color:#f7f7f7; font-size:14px; padding-top:20px; padding-bottom:20px;  line-height:20px;}
.coment .rcid{width:100%; padding-left:20px;padding-top:10px; font-size:14px; line-height:18px;margin-top:10px; background-color:#f7f7f7; }
.coment .cid{width:100%; font-size:14px; line-height:18px;margin-top:10px; }
.coment .pag{clear:both;width:100%;}
.coment .write_bt {border:0px; padding:17px 30px 17px 30px;background:#777;color:#fff;vertical-align:middle;font-size:14px;line-height:2.4em; cursor:pointer; border-radius:2px; margin-left:20px; margin-top:5px;}
.coment .write_bt:hover{background:#444444;color:#fff;}
.coment .q{background-color:#777777; color:#ffffff; font-size:14px; padding:4px 8px 4px 8px;line-height:28px; margin-right:10px;}
.coment .a{background-color:#0982c4; color:#ffffff; font-size:14px; padding:4px 8px 4px 8px;line-height:28px; margin-right:10px;}
.coment .date{ color:#777; font-size:14px; margin-right:10px;}
.coment .edit{background-color:#626c77; color:#ffffff; font-size:11px; padding:4px 8px 4px 8px;line-height:28px; margin-right:5px; cursor:pointer;}
.coment .edit:hover{background-color:#40464d; color:#ffffff;}
.coment .delet{background-color:#88939d; color:#ffffff; font-size:11px; padding:4px 8px 4px 8px;line-height:28px; margin-right:5px; cursor:pointer;}
.coment .delet:hover{background-color:#626c77; color:#ffffff;}

.coment .delet2{background-color:#213026; color:#ffffff; font-size:11px; padding:4px 8px 4px 8px;line-height:28px; margin-right:5px; cursor:pointer;}
.coment .delet2:hover{background-color:#0f1511; color:#ffffff;}

.coment .can{background-color:#88939d; color:#ffffff; font-size:11px; padding:4px 8px 4px 8px;line-height:28px; margin-right:5px; cursor:pointer;}

.scoment li:first-child {background:#fff;}
.scoment .cont{width:625px; color:#1c1c1c}
.scoment .cid{width:625px; font-size:11px; line-height:18px;margin-top:10px; }
.scoment .pag{clear:both;width:100%;}

.scoment .q{background-color:#777777; color:#ffffff; font-size:11px; padding:4px 8px 4px 8px;line-height:28px; margin-right:10px;}
.scoment .date{ color:#777; font-size:11px; margin-right:10px;}
.scoment .edit{background-color:#626c77; color:#ffffff; font-size:11px; padding:4px 8px 4px 8px;line-height:28px; margin-right:5px;}
.scoment .delet{background-color:#626c77; color:#ffffff; font-size:11px; padding:4px 8px 4px 8px;line-height:28px; margin-right:5px;}

 .swrite_bt {border:0px; padding:17px 30px 17px 30px;background:#777;color:#fff;vertical-align:middle;font-size:12px;line-height:2.4em; cursor:pointer;border-radius:2px;}
 .swrite_bt:hover{border:0px;padding:17px 30px 17px 30px;background:#444444;color:#fff;vertical-align:middle;font-size:12px;line-height:2.4em;border-radius:2px;}



.theme_sdate_div{float:left;background:#ffffff; position:relative; cursor:pointer; width:100%; border:1px solid #ddd;  height:35px;}
.theme_sdate_div .calendar{ margin-top:0px; height:35px}
.theme_sdate_div input[type="text"]{width: 100%; height:35px; font-size: 16px; color:#222 !important; padding:0px 0px 0px 12px; border:none !important; background:transparent; cursor:pointer;}



.theme_num_select_style {width:100%; border:1px solid #ddd;}
.theme_num_styled-select {background:url(/images/sub/bg_per_select.png) no-repeat 96% 16px #ffffff; height:35px; overflow: hidden; }
.theme_num_styled-select select {background: transparent; font-size: 16px; color:#222; border: none; height: 23px; position:relative; top:7px; left:10px;  width: 102%; padding-left:0px;  cursor:pointer}
.theme_num_styled-select select:focus {outline: -webkit-focus-ring-color auto 0px; }
.theme_num_styled-select select option{min-height:35px; vertical-align:text-top}




.main_special_new .wishbeen{
	float:left;
	width:100%;
	height:280px;
}
.main_special_new .text{
	font-family: 'Noto Sans Korean', '돋움', Dotum, AppleGothic, Helvetica, Sans-serif; letter-spacing:-0.5px;
	width:100%;
	margin:auto;
	text-align:center;
	color:#fff;
	position:absolute;
	z-index:55;
	font-size:24px;
	font-weight:bold;
	padding-top:70px;
	/*text-shadow: 0px 0px 3px rgba(0,0,0,0.8);*/
}



.main_special_new .area_over{
	width:100%;
	height:280px;
	position:absolute;
	z-index:33;
	background:#000;opacity:0.6;
}


.main_special_new .area{
	width:100%;
	height:280px;
	position:absolute;
	z-index:33;
	background:#000;opacity:0.4;
}
.main_special_new .area:hover{
	width:100%;
	height:280px;
	position:absolute;
	z-index:33;
	background:#000;opacity:0.6;
}
.main_special_new .img{
	width:100%;
	height:280px;
	position:relative;
	z-index:22;
}
.main_special_new img{
	width:100%;
	height:280px;
}



.btn_special_list {float:left; width:200px; height:50px; background-color:#3a3d3f; font-size:18px; color: #fff;border-radius:5px; cursor: pointer; text-align:center;}
.btn_special_list span {position: relative; top: 14px;  font-weight:normal; }
.btn_special_list:hover {background-color:#330000; }




.plan_table{
	width:100%;
	margin:auto;
}
.plan_table td{
	padding-top:20px;
	padding-bottom:20px;
	border:1px solid #ccc;
	text-align:center;
	font-size:18px;
}
.plan_table .blan_tit{
	background:#f7f7f7;

	text-align:center;
}


.plan_table  .padd_r{padding-right:10px;}
.plan_table  .plan_bt{background-color:#ccc; padding:20px 15px 20px 15px; color:#333; font-weight:bold;font-size:18px; cursor:pointer;-webkit-border-top-right-radius:15px;-webkit-border-top-left-radius:15px;border-radius:15px;}
.plan_table  .plan_bt_on{background-color:#573D91; padding:20px 15px 20px 15px; color:#fff; font-weight:bold;font-size:18px; cursor:pointer;-webkit-border-top-right-radius:15px;-webkit-border-top-left-radius:15px;border-radius:15px;}













.car_det_view_var{
	height:80px;
	background:#034777;
	line-height:80px;
	color:#fff;
	text-align:center;
	font-size:26px;
	font-weight:bold;
}


.pop_box{

	clear:both;
	width:100%;
	
	border-radius: 5px;
	background:#fff;
}
.box_view_area{
	width:96%;
	margin:auto;
	margin-top:20px;
	overflow:hidden;
}




.box_view_area .imgv{
	width:40%;  
	margin:auto;
}
.box_view_area .imgv .photo{
width:100%; height:180px;  border-radius: 5px;
}
.box_view_area .detailv{
width:100%;  text-align:center; overflow: hidden;
}


.car_com_line{
	height:12px;
	background:#f7f7f7;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
}

.box_view_area .comapny_area{
	width:96%;
	margin:auto;
	overflow:hidden;

}

.box_view_area .car_company_title{
	margin-top:10px;
	font-size:28px;
	font-weight:bold;
	height:40px;
	line-height:40px;
}

.box_view_area .car_company_option{
clear:both;
overflow:hidden;
width:100%;
}

.box_view_area .car_company_bo{
	clear:both;
	margin-top:20px;
}
.box_view_area .car_company_bo .bo_tit{
	color:#034777;
	font-size:22px;
	font-weight:bold;
	line-height:30px;
}
.box_view_area .car_company_bo .bo_txt_area{
	clear:both;
	margin-top:10px;
	font-size:18px;
	background:#f7f7f7;
	border-radius: 5px;
	padding:20px;
}
.car_company_pay{
	float:left;
	width:100%;
	margin-top:20px;
}

.cacspay{
	float:left;
	width:100%;
}


.pop_pay_area{
	float:left;
	width:31%;
	height:200px;
	border:1px solid #573D91;
	margin-right:1.5%;
	text-align:center;
	border-radius:5px;
}

.cacspay2{
	float:left;
	width:10%;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	line-height:60px;
	color:#666;
}
.cacspay3{
	float:left;
	width:40%;
}
.saltxt{
	font-size:22px;
	line-height:60px
}
.saltxtpay1{
	font-size:24px;
	color:#FF5A5F;
	font-weight:bold;
}

.saltxtpay{
	font-size:28px;
	color:#ff2f34;
	font-weight:bold;
	line-height:60px;
}
.car_company_res{
	float:right;
	width:20%;
	margin-top:20px;
}
.car_company_res_bt{
	width:80%;
	margin:auto;
	background:#573D91;
	height:60px;
	line-height:60px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:26px;
	margin-top:20px;
	border-radius:5px;
}













.sub_package {overflow: hidden;}
.sub_package .tit {color:black; font-size:18px;}
.sub_package ul {}
.sub_package ul li {position:relative; float:left; margin:10px 0px 0px 0px; width:100%; height: 550px; border: 1px solid #EBEBEB;  background-color:#fff;}
.sub_package .margin_R_none {margin-right:0px;}
.sub_package ul .self {position:relative; float:left; margin:7px 3px 0px 0px; width:238px; height: 318px; border: 1px solid #EBEBEB; }



.sub_package ul li a {display:block; float:left; width:100%; height:550px; border:1px solid #ccc; padding:10px; color:#888;}

.sub_package ul li:hover {border:1px solid #573D91; }
.sub_package ul li .photo { width:100%; height:350px;}

.sub_package ul li .info {clear:both; margin: 20px 15px 20px 15px; overflow:hidden;}
.sub_package ul li .info .package_name{clear:both;width:100%; color: #333;  font-size: 20px; line-height: 21px; text-align:center; font-weight:bold; height:50px;}



.sub_package ul li .info .price_area {clear:both;width:100%; text-align:center; margin-top:10px;} 

.sub_package ul li .info .sail_won {font-size:24px; color:#c10957; text-align:right; width: 90px;} 
.sub_package ul li .info .sail_won_text { font-size: 20px;color:#c10957;}

.sub_package ul li .info .package_list_view_bt {font-size:18px; background:#573D91; text-align:center; height:40px; width:220px; margin:auto; margin-top:20px; line-height:40px; color:#fff; border-radius:20px;}


.sub_package_tab_r {clear:both;width:100%; margin:auto; height:50px; }
.sub_package_tab_r li { float:left; width: 19.8%; height:50px;background:#fff;  border-right: 1px solid #e6e8ea; border-top: 1px solid #e6e8ea;border-bottom: 1px solid #e6e8ea; color: #333;  font-size: 18px; display:inline-block;  line-height: 50px; text-align: center;}
.sub_package_tab_r 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; }

.sub_package_tab_r li.on, .sub_package_tab_r li.on1{ border: none; width: 19.9%; height: 50px; background:#573D91; color: #071bc7;font-weight:500;border: 1px solid #e6e8ea; border-right: 0;  border-top: 0; }
.sub_package_tab_r li.on a, .sub_package_tab_r li.on1 a{ color: #fff; font-weight:500;}
/*.sub_package_tab_r li:last-child{ border-right: 0px #e6e8ea solid;}*/




.package_view_tel_tit{
	clear:both;
	width:96%;
	margin:auto;
	height:80px;
	line-height:80px;
	color:#000;
	font-size:22px;
	font-weight:bold;
}
.package_back_bt{float:right; background:#573D91; color:#fff; height:40px; line-height:40px; width:120px;text-align:center;border-radius:2px; margin-top:20px; font-size:14px; cursor:pointer;}
.package_back_bt:hover{background:#e30b67; }


.package_view_sub_tit{
	width:98%;
	margin:auto;
	height:40px;
	line-height:40px;
	color:#000;
	font-size:20px;
	font-weight:bold;
}


.package_select_style {float:left; width:530px; border:1px solid #ddd;}
.package_select_style {background:url(/images/sub/bg_per_select.png) no-repeat 95% 16px #ffffff; height:35px; overflow: hidden; padding-left:7px;}
.package_select_style select {background: transparent; font-size: 14px; color:#222; border: none; height: 35px; position:relative;  left:0;  width: 105%; padding-left:0px;  cursor:pointer;}
.package_select_style select:focus {outline: -webkit-focus-ring-color auto 0px; }
.package_select_style select option{min-height:35px; vertical-align:text-top}



.package_reserv {width:420px; height:54px; text-align:center; line-height:54px; background-color:#573D91; font-size:18px; color: #fff;border-radius:5px; cursor: pointer; margin-top:10px;}
.package_reserv:hover {background-color:#db347b; }




.main_best {width:96%;margin:auto;}
.main_best .main_prd_list {overflow:hidden;}
.main_best .main_prd_list li {position:relative; float:left; margin-top:20px;}
.main_best .main_prd_list .md {width:47%;  margin-right:2%; height:450px; margin-bottom:0px; }
.main_best .main_prd_list .md .img {width:100%; height:350px; }
.main_best .main_prd_list .no_bottom_R {margin-right:0px;}
.main_best .main_prd_list .no_bottom_B {margin-bottom:0px;}


.main_best .main_prd_list .md div {width:100%; height:40px; color:#333; font-size:14px; text-align: left; line-height:22px; padding-top:10px;  letter-spacing:-0.5px;

    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;

margin-bottom:10px;
}
.main_best .main_prd_list .md .won{
	font-size:18px;
	font-weight:bold;
	color:#875BFF;
}
.main_best .main_prd_list .md .won2{
	font-size:14px;
	font-weight:bold;
	color:#875BFF;
}









/*베너시작*/

#group_banner_area{
	width:100%;

}
#group_banner_area ul{
width:96%;margin:auto;
}
#group_banner_area ul li{
	width:100%;
	text-align:center;
	margin-top:10px;
}





#link_banner_area {
	width:96%;margin:auto;
	margin:auto;
}
#link_banner_area  li{
	float:left;
	width:47%;
	margin-top:10px;
}

#link_banner_area  li img{
	width:100%;
}




#link_banner_area_meet {
	width:96%;margin:auto;
	margin:auto;
}
#link_banner_area_meet  li{

	width:100%;
	margin-top:10px;
}

#link_banner_area_meet  li img{
	width:100%;
}



















.main_search_back{
width:100%;
height:730px;
background:#EFF0F0;

}
.main_search_back .sub_tit {width:100%;text-align:left;font-size:20px; height:50px; font-weight:bold; text-align:left; margin:auto; line-height:50px; color:#fff;   background:#573D91; }  /*서브타이틀*/




.sub_search{
	clear:both;
	width:98%;
	margin:auto;
	
}



.sub_search .sub_search_area{

	background:#fff;
	width:100%;
	margin:auto;
	height:260px;
	border-radius:0px;

}










.sub_in_box_area{
height:60px;
line-height:60px;
border-bottom:1px solid #E7E7E7;
}
.sub_in_box_area_not{
height:60px;
line-height:60px;
}



.sub_in_box_area_good{

}
.sub_in_box_area_not_good{

}

.search_ch_div_text{
float:left;
font-size:14px; 
color:#6E6E6E; 
height:35px; 
line-height:35px; 
border:1px solid #C8C8C8; 
border-radius:5px;
width:93%;
padding-left:10px;
}
.search_ch_div_tit{
float:left;
font-size:14px; 
color:#333; 
height:30px; 
line-height:30px; 
font-weight:bold;
	margin-left:3%;
	width:97%;
}


.icon_area{
	float:left;
	width:10%;
	line-height:60px;
	text-align:center;
	font-size:20px;
	color:#C8C9CB;
}

.box_cont_area{
	float:left;
	width:90%;
	line-height:60px;
}

.box_cont_area_good{
	float:left;
	margin-left:3%;
	width:97%;
}

.rec_date_area{
	width:100%;
}

.rec_date_area .rec_left{
	float:left;
	width:87%;
	color:#6E6E6E;
	font-size:20px;
	letter-spacing:-1.5px;
	line-height:30px;
	margin-top:15px;
}
.rec_date_area .rec_right{
	float:left;
	width:13%;
	color:#6E6E6E;
	font-size:14px;
	text-align:center;
}


.sub_search_bt{
width:100%;
background:#573D91;
border-radius:10px; 
color:#fff;
text-align:center;
height:50px;
line-height:50px;
font-size:24px;
}





.search_m_call{
	width:100%;

}

.search_m_call .main_sea_cal{
width:98%;
margin:auto;
}
.search_m_call .sea_date{
width:100%;
background:#f7f7f7;
}


.search_m_call .stit{
float:left;
color:#000;
font-size:22px;
height:35px;
font-weight:500;
margin-top:10px;
margin-right:5px;
}

.search_m_call .ssdate_view{
float:left;
color:#000;
font-size:18px;
height:25px;
font-weight:500;
margin-top:14px;

}

.search_m_call .sel_date{
float:left;
color:#000;
width:140px;
font-size:16px;
line-height:35px;
font-weight:400;
height:35px;
margin-top:10px; 
margin-right:5px;
text-align:center;
border:1px  solid #DDDDDD;
border-radius:5px;
}


.use_birth_csss{
clear:both;
background:#fff;
border-radius:5px;
width:100%;
margin:auto;
height:60px;
}


.pop_sea_btn_area{
display:none;
position:fixed;
width:100%;
background:#fff;
bottom:0px;
height:120px;
z-index:9999999999999999999999999999999999;
text-align:center;
border-top:1px solid #c7e2f3;
}















.rent_list_area{
	width:98%;
	margin:auto;
}


.rent_cont_area{
	background:#EBE9EA;
	width:100%;
	border-radius:0px;
	margin-top:20px;
	/*min-height:280px;
	margin-top:30px;

	display: flex;
	justify-content: left;*/
	/*align-items: center;*/
}




.rent_img_area{
	clear:both;
	width:100%;
	height:120px;
	border-radius:0px;
	text-align:center;
	overflow:hidden;
	
}

.rent_img_area .rent_name{
	font-size:26px;
	font-weight:500;
	line-height:40px;
	letter-spacing:-1px;
	
}
.rent_img_area .rent_opton_text{
  position: relative;
  display: inline-block;
	font-size:20px;
	color:#575757;
	font-weight:500;
}

.fa-car{
	color:#666;
	font-size:15px;
}

.fa-user{
	color:#666;
	font-size:15px;
	margin-left:10px;
}

.fa-gas-pump{
	color:#666;
	font-size:15px;
	margin-left:10px;
}

.fa-suitcase-rolling{
	color:#8d6db2;
	font-size:15px;
	margin-left:10px;
}

.rent_img_area .photo{
	width:140px;
	height:140px;
	margin-top:-20px;
	


}

.rent_img_area .img_text{
	font-size:13px;
	color:#575757;
}









.rent_sub_list_area{
clear:both;
width:100%;
}

.rent_com_list{
	width:94%;
	margin:auto;

}

.rent_com_list_cont_not{
	width:100%;
	height:110px;
	border-radius:10px; 
	/*box-shadow: 0px 0px 0px #d9d8d8,	0 0 8px #d9d8d8,0 0 8px #d9d8d8;*/
	background:#DDDDDD;
	margin-top:10px;
	border:1px solid #DDDDDD;
	color:#999999;
	font-size:18px;
	line-height:120px;
	text-align:center;
}



.rent_com_list_cont{
	width:100%;
	height:180px;
	border-radius:0px; 

	background:#fff;
	margin-top:10px;
	cursor:pointer;

}










.rent_com_list_cont .de_cont_area{

	width:94%;
	margin:auto;
	overflow:hidden;

}


 .de_cont_area .rent_com_name{
	width:100%;
	font-size:24px;
	font-weight:500;
	line-height:40px;

}


 .de_cont_area .rent_com_slice{
 	width:100%;
	font-size:16px;
 }


 .de_cont_area .rent_com_sopt_area{
	width:70%;
	height:30px;
	line-height:30px;
	margin-top:6px;
 }


.rent_com_sopt{
	float:left;
	width:30%;
	height:20px;
	line-height:20px;
	text-align:center;
	border:1px solid #666;
	color:#666;
	border-radius:10px;
	font-size:16px;
	margin-right:1%;
	margin-top:2px;
}

.rent_com_sopt_off{
	float:left;
	width:30%;
	height:20px;
	line-height:20px;
	text-align:center;
	border:1px solid #cecece;
	background:#ebebeb;
	color:#b7b7b7;
	border-radius:10px;
	font-size:16px;
	margin-right:1%;
	margin-top:2px;
}




 .de_cont_area .rent_com_pay_area{
 	float:right;
	width:29%;
	text-align:right;
	font-size:18px;
	color:#000;
	margin-top:15px;
 }


.rent_com_more_bt{
	clear:both;
	width:100%;
	text-align:center;
	height:55px;
	line-height:55px;
	font-size:18px;
	cursor:pointer;
	background:#666;
	color:#fff;
	margin-top:10px;
	border-radius: 0 0 10px 10px;
}








.wrap_gray{
width:100%;
}


.center{
width:98%;
margin:auto;
}


.rent_view_area{
	width:100%;
	float:left;
}



.rent_view_area .rent_view_tit{
	width:100%;
	background:#573D91;
	color:#fff;
	text-align:left;
	height:40px;
	line-height:40px;
	font-size:18px;
}




.rent_view_area .rent_view_box{
	width:100%;
	height:225px;
	background:#fff;
}



.rent_view_area .rent_view_box .photo{
	width:110px;
	float:left;
	text-align:center;
	font-size:11px;
	margin-left:2%;
}

.rent_view_area .rent_view_box .photo img{
	width:100%;
	margin-top:10px;
}

.rent_view_area .rent_view_box .com{
clear:both;
width:90%;
margin:auto;
}

.rent_view_area .rent_view_box  .rent_name{
	float:left;
	margin-left:2%;
	font-size:18px;
	color:#222;
	font-weight:500;
}


.rent_view_area .rent_view_box .com .rent_com_name{
	font-size:20px;
	font-weight:600;

}




.rent_view_area .rent_view_box  .rent_opton_text{
	font-size:13px;
	color:#575757;
	font-weight:500;
}



.rent_view_area .rent_view_box .com .rent_com_slice{
 	width:100%;
	font-size:12px;
	font-weight:500;
	color:#666;
 }





.rent_view_area .rent_view_box .com .rent_com_sopt_area{
	width:100%;
	height:30px;
	line-height:30px;
	margin-top:6px;
 }





.rent_view_area .rent_view_stit{
	width:100%;
	color:#333;
	text-align:left;
	height:40px;
	line-height:40px;
	font-size:18px;
}



.rent_view_area .rent_view_sbox{
	width:100%;
	background:#fff;
	border-radius:10px;
}

.rent_view_area .rent_view_cont_box{
	width:96%;
	margin:auto;
	font-size:16px;
	font-weight:500;
}


.rent_view_area .rent_view_cont_box table{
	width:100%;
	margin:auto;
	font-size:13px;
}

.rent_view_area .rent_view_cont_box th{
	font-size:13px;
	background:#EBEBEB;
	border:1px solid #ACACAC;
	color:#333;
	text-align:center;
	height:40px;
}

.rent_view_area .rent_view_cont_box td{
	font-size:13px;
	background:#fff;
	border:1px solid #ACACAC;
	color:#585858;
	text-align:center;
	height:40px;
}



.rent_view_area .rent_view_cont_sbox{
	width:100%;
	background:#fff;
	border:1px solid #ACACAC;
	border-radius:10px;
	text-align:center;
	min-height:60px;
	margin-top:10px;

}
.rent_view_area .rent_view_cont_ssbox{
	width:90%;
	background:#fff;
	/*border-top:1px solid #e5e5e5;*/
	background:#ebebeb;
	text-align:left;
	font-size:13px;
	margin-top:10px;
	padding:10px;
	border-radius:10px;
}

.rent_view_area .rent_view_cont_dbox{
	width:100%;
	background:#fff;

	text-align:left;
	font-size:12px;
	line-height:22px;
	margin-top:10px;
}





.rent_view_area .rent_view_cont_optbox{
	width:96%;
	margin:auto;
	background:#fff;
	border-radius:10px;
	text-align:center;

}

.rent_view_area .rent_view_ss_option{
float:left;
width:23%;
height:30px;
line-height:30px;
text-align:center;
color:#573D91;
font-size:14px;
border:1px solid #573D91;
border-radius:5px;
margin-left:1%;
margin-top:1%;
}
.rent_view_area .rent_view_ss_option_off{
float:left;
width:23%;
height:30px;
line-height:30px;
text-align:center;
color:#b7b7b7;
font-size:14px;
border:1px solid #cecece;
background:#ebebeb;
border-radius:5px;
margin-left:1%;
margin-top:1%;
}



.rent_view_area .rent_view_cont_bagbox{
	width:92%;
	background:#FFF;
	border-radius:10px;

}




.time_view_chk_bt{
background:#573D91; 
color:#fff; 
font-size:15px;
width:50%;
margin:auto;
height:40px;
line-height:40px;
cursor:pointer;
border-radius:20px;
text-align:center;
margin-top:10px;
}

.time_view_chk_b:hover{
background:#0069ac; 
}












.rent_view_img {float:left;width:100%;  }
.rent_view_img .img_L img { width:100%;  }
.rent_view_img .tit{ height:40px; font-size:26px; color:#333333;  font-weight:bold;}

.rent_view_info {width:100%; margin: 15px; background:#fff;}
.rent_view_info .tit{ height:40px; font-size:26px; color:#333333;  font-weight:500;}
.rent_view_info .text{float:left;width:380px; height:35px; color:#202435; font-size:12px; border-bottom:1px solid #f7f7f7;line-height:35px;}
.rent_view_info .sdate{width:100px;}





.view_soption_100{
	float:left;
	height:40px;
	line-height:40px;
	text-align:left;
	width:94%;
	border:1px solid #919191;
	border-style: dotted;
	background:#fff;
	border-radius:5px; 
	overflow:hidden;
	display:block;
	margin-top:5px;
	font-weight:300;
	padding-left:15px;
	font-size:18px;
	color:#444;
}


.view_soption_50{
	float:left;
	height:40px;
	line-height:40px;
	text-align:left;
	width:45%;
	border:1px solid #919191;
	border-style: dotted;
	background:#fff;
	border-radius:5px; 
	overflow:hidden;
	display:block;
	margin-top:5px;
	font-weight:300;
	padding-left:15px;
	font-size:14px;
	color:#444;
}


.view_soption_s{
	float:left;
	height:40px;
	line-height:40px;
	text-align:left;
	width:16%;
	border:1px solid #919191;
	border-style: dotted;
	background:#fff;
	border-radius:5px; 
	overflow:hidden;
	display:block;
	margin-top:5px;
	font-weight:300;
	margin-right:5px;
	padding-left:15px;
	font-size:14px;
	color:#444;

}


.view_soption{
	float:left;
	height:55px;
	line-height:20px;
	text-align:center;
	width:155px;
	border:1px solid #919191;
	border-style: dotted;
	background:#fff;
	border-radius:5px; 
	overflow:hidden;
	display:block;
	margin-top:5px;
	font-weight:300;
	margin-right:5px;
	font-size:14px;
	color:#444;
	padding:20px;
}


.car_opt_area{
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	display:block;
	margin-left:0px;
}

.car_com_de_option{
float:left; border:1px solid #919191;	border-style: dotted;	background:#fff;	border-radius:5px;  padding:10px;	overflow:hidden;	display:block;	margin-top:5px;	font-weight:300;	margin-right:5px;	font-size:15px;	font-family: '돋움', Dotum, AppleGothic, Helvetica, Sans-serif;	color:#666;
}

.rent_stext_view{font-size:18px; color:#111; line-height:40px;font-weight:500;}
.rent_stext{font-size:20px; color:#111; line-height:40px;font-weight:500;}



.notice_choice {width:100%; margin:auto;height:80px; line-height:80px; font-size:26px; color:#333333; font-weight:600; border-bottom:1px solid #f1f1f1; } /*객실 선택 및 요금 확인하기*/ 
.notice_choice img {position: relative; left: 0px;}
.notice_choice .tit {position: relative; left: 10px; font-weight:500; }
.notice_choice .tit_s {position: relative; left: 20px; font-size:14px;color:#444; font-weight:300;}




.warr_box{
	width:92%;
	margin:auto;
	background:#fef3f5;
	color:#6f0616;
	font-size:17px;
	line-height:35px;
	padding:20px;
	border-radius:20px;
}
.warr_box_tit{
	color:#99091e;
	font-size:20px;
	font-weight:600;
}


.bo_gide_box{
	width:92%;
	margin:auto;
	background:#F8F8F8;
	color:#555;
	font-size:18px;
	line-height:30px;
	padding:20px;
	border-radius:20px;
}
.bo_gide_box_tit{
	color:#333;
	font-size:18px;
	font-weight:500;
}




.de_etc_box{
	width:92%;
	margin:auto;
	background:#fff;
	color:#333;
	font-size:18px;
	line-height:30px;
	padding:20px;
	border-radius:20px;
	border:1px solid #EAEAEA;
}

.de_etc_box_tit{
	width:100%;
	text-align:center;
	color:#333;
	font-size:18px;
	font-weight:500;
}

.de_etc_box_s{
	width:100%;
	background:#F8F8F8;
	border-radius:20px;
	font-size:18px;
}
.de_etc_box_s span{
	font-size:18px;
	font-weight:500;
}



.guide_box{
	width:95%;
	margin:auto;
	background:#fff;
	color:#888;
	font-size:18px;
	line-height:30px;
}
.guide_box_tit{
	color:#333;
	font-size:20px;
	font-weight:600;
}



.table_box{
	width:96%;
	margin:auto;
	background:#fff;
	color:#888;
	font-size:18px;
	line-height:30px;
	border-radius:20px;
}
.table_box{
	color:#333;
	font-size:20px;
	font-weight:600;
}


.table_box table{
	width:100%;
	margin-top:10px;
}

.table_box table th{
	width:33.3%;
	height:50px;
	font-size:18px;
	background:#F8F8F8;
	color:#222;
	font-weight:500;
	border:1px solid #EAEAEA;
}


.table_box table td{
	width:33.3%;
	height:50px;
	font-size:18px;
	background:#fff;
	color:#777;
	font-weight:500;
	border:1px solid #EAEAEA;
	text-align:center;
}



.table_box_red{
	width:96%;
	margin:auto;
	background:#fff;
	color:#888;
	font-size:18px;
	line-height:30px;
	border-radius:20px;
}
.table_box_red{
	color:#333;
	font-size:20px;
	font-weight:600;
}


.table_box_red table{
	width:100%;
	margin-top:10px;
}

.table_box_red table th{
	width:33.3%;
	height:50px;
	font-size:18px;
	background:#FEF3F5;
	color:#99091E;
	font-weight:500;
	border:1px solid #fabac6;
}


.table_box_red table td{
	width:33.3%;
	height:50px;
	font-size:18px;
	background:#fff;
	color:#99091E;
	font-weight:500;
	border:1px solid #fabac6;
	text-align:center;
}






.res_tit {clear:both; clear: both;  height: 35px; line-height:35px; font-size: 24px; font-weight:bold; color: #333333; }/*margin: 25px 0 5px 25px;*/





.res_box_rent { background: #f6f6f6; border-radius: 5px;width:96%; margin:auto;}
.res_box_rent .res_write {width:96%; margin:auto;}
.res_box_rent .res_write th {height:45px; font-size:18px; text-align:center; color:#444;  text-align: left; font-weight:normal; border: 0px solid #ffa1c8 ; }
.res_box_rent .res_write td {height: 55px; font-size: 18px;  color: #444;  font-weight: normal;}
.res_box_rent .res_write .input_box { height: 46px;  width: 98%;  font-size: 18px;  padding-left: 10px;  border-radius: 5px;}


 .car_types_lin{
float:left;
width:100%;

}
 .car_types_lin .bo_sel_box{

	float:left;
	height:45px;
	line-height:45px;
	text-align:center;
	width:104px;
	border:1px solid #C9C9C9;
	
	background:#fff;
	border-radius:5px; 
	overflow:hidden;


	font-size:16px;
	color:#444;
	cursor:pointer;
}



.car_types_lin .bo_sel_on{
	background:#573D91;
	color:#fff;
	border:1px solid #573D91;
}



.rent_yak_ul{
float:left;
width:100%;
border:1px solid #DDDDDD;
height:60px;
font-size:18px;
}

.rent_yak_ul .tit_area{
	float:left;
	width:70%
	height:60px;
	line-height:60px;
}


.rent_yak_ul .btn_area{
	float:right;
	width:30%;
	height:60px;
	line-height:60px;
	text-align:right;
}
.rent_yak_ul .btn_area span{
	background:#333;
	color:#fff;
	padding:6px 40px;
	font-size:14px;
}


.res_bt {clear:both;width:50%; height:66px;  margin:auto; line-height:66px; background-color:#573D91; font-size:20px; color: #fff;border-radius:5px; cursor: pointer; text-align:center; margin:auto; margin-top:10px;}







.res_pop_top_area{
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#573D91;
}


.res_pop_cont_area{
	margin-top:40px;
	width:100%;
	overflow:hidden;
	line-height:30px;
	text-align:center;
	font-size:14px;
	font-weight:500;
	color:#333;

}




.res_pop_search_bt{
	width:200px;
	margin:auto;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	font-weight:500;
	color:#fff;
	background:#573D91;
	border-radius:5px;
	cursor:pointer;
}




.res_chk_subsearch_btn_area{
width:80%;
margin:auto;
margin-top:10px;
}





.res_view_subsearch_view_chk_bt{
float:left;
background:#573D91; 
color:#fff; 
font-size:15px;
width:45%;

height:40px;
line-height:40px;
cursor:pointer;
border-radius:20px;
text-align:center;
margin-top:10px;
}

.subsearch_view_chk_bt:hover{
background:#0069ac; 
}

.subsearch_view_chk_bt_re{
float:left;
background:#fff; 
color:#333; 
font-size:15px;
width:150px;
margin-left:16px;
height:36px;
line-height:36px;
cursor:pointer;
border-radius:20px;
text-align:center;
margin-top:10px;

border:2px solid #573D91; 
}

.subsearch_view_chk_bt_re:hover{
background:#0069ac; 
}



.res_view_ok_bt{

background:#573D91; 
color:#fff; 
font-size:18px;
width:45%;

height:40px;
line-height:40px;
cursor:pointer;
border-radius:5px;
text-align:center;
margin:auto;
}



.res_view_rentcar {width:98%; border:1px solid #f1f1f1;}
.res_view_rentcar th {width:200px; height:35px;  padding:8px 0;  font-size:18px; font-weight: normal; text-align:center; color:#444;
				border-bottom:1px solid #f1f1f1; border-right:1px solid #f1f1f1; border-left:1px solid #f1f1f1; background:#f7f7f7; }
.res_view_rentcar td {height:35px; padding-left:5px; font-size:18px; padding:8px 0 8px 10px; line-height: 24px; border-bottom:1px solid #efefef; background:#fff;  }
.res_view_rentcar .tit {font-size:18px; background-color:#e0e3ed; font-weight:500;}
.res_view_rentcar .color02 {background-color:#dbe8f2;}
.res_view_rentcar .color03 {background-color:#e4e6e9;}
.res_view_rentcar .td_fix {width:250px;}
.res_view_rentcar .sail_won_2 {font-size:20px; color:#573D91; margin-top: 0px; font-weight:500;}