@charset 'utf-8'; 

/* Reset */
html,body,p,a,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,em,table,th,td,form,fieldset,legend,input,textarea,select,button,div,time,article,aside,dialog,footer,header,section,footer,nav,figure,blockquote,address {margin:0;padding:0;border:0;outline:0;-webkit-text-size-adjust:none;}
html,body {height:100%;}
body {height:100%; font:normal 15px 'NanumBarunGothic', 'Apple Gothic', 'Samsung Gothic', 'Malgun Gothic', sans-serif; color:#222;-webkit-text-size-adjust: none;background:#e5e5e5; }
article, aside, footer, header, hgroup, nav, section, figure {display:block;}
img {border:none;-webkit-touch-callout:none; width:100%; vertical-align:top; padding:0; margin:0}
h1, h2, h3 {font-size:1.1em;margin:0;}
em,address,time {font-style:normal;}
ul, ol, li {list-style:none;}   
a {text-decoration:none;color:#555;}
a { -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent; /* For some Androids */}
table {width:100%;padding:0;margin:0;font-size:1em;border-collapse:collapse;border-spacing:0;empty-cells:show;}
table td, table th {padding:0;border-collapse:collapse;-webkit-user-select:element;}
table th {letter-spacing:-1px;font-weight:normal;}
button {margin:0; padding:0; font:normal 1em 'Apple Gothic', 'Samsung Gothic', 'Malgun Gothic', sans-serif;vertical-align:middle; border:none; overflow:visible; background:none;}
input[type=text], input[type=password], input[type=number], input[type=rang], input[type=email], input[type=url], input[type=month], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=search], input[type=time], input[type=color], .input_date, select 
	{height:40px;padding:0 7px;vertical-align:middle;font:normal 1em 'Apple Gothic', 'Malgun Gothic', sans-serif;border:1px solid #bbb;border-radius:3px;-webkit-border-radius:3px;background:#fff;-webkit-box-sizing:border-box;-webkit-appearance:none;}
input[type=text], input[type=password], input[type=number], input[type=rang], input[type=email], input[type=url], input[type=month], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=search], input[type=time], input[type=color] {width:80px;}
select {padding-right:40px;letter-spacing:-0.08em;-webkit-box-shadow:none;background: url('../images/bg_select.png') no-repeat right center; background-size:37px auto, 100% 38px; color:#9b9b9b}
.input_date {padding-right:23px;letter-spacing:0;text-align:left;-webkit-box-shadow:none;background: url('../images/date_bg.png') no-repeat right center #fff;background-size:20px auto, 100% 38px;}
input[type=checkbox], input[type=radio] {margin:0;vertical-align:middle;}
input[type=checkbox] {width:26px;height:26px;margin-right:5px;outline:none;vertical-align:middle;background:url('../images/checkbox_off.png') no-repeat center center;-webkit-background-size:25px;-webkit-box-sizing:border-box;-webkit-appearance:none;border-radius:0;}
input[type=checkbox]:checked, input[type=checkbox]:active {background-image: url('../images/checkbox_on.png');}
input[type=checkbox]:disabled {opacity:0.5;}
input[type=radio] {width:26px;height:26px;padding:0;margin-right:0.2em;background:url('../images/radio_off.png') no-repeat center center;background-size:25px;-webkit-appearance:none;}
input[type=radio]:checked {background-image: url('../images/radio_on.png');}
 input[type=checkbox]:checked + label, input[type=checkbox]:active + label{color:#62a6ed}
input[type=radio]+label, input[type=checkbox]+label {margin-right:3px;}
 input[type=radio]+label:checked + label, input[type=radio]+label:active + label{color:#62a6ed}
label:last-child {margin-right:0;}
label>input[type=radio] {vertical-align:middle;}
label>input, label>span {vertical-align:middle;} 
input[type=file] {border:1px solid #ccc; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
input[type=text]:only-child, input[type=password]:only-child, input[type=number]:only-child, input[type=tel]:only-child, input[type=email]:only-child, input[type=search]:only-child, select:only-child, input[type=month]:only-child, input[type=date]:only-child, input[type=datetime]:only-child, input[type=datetime-local]:only-child, input[type=time]:only-child, .input_date:only-child {width:100%;}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button{display:none;-webkit-apperance:none;}
input[type=time]::-webkit-outer-spin-button {display:none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#999;}
.input_date[readonly^=readonly], .input_time[readonly^=readonly] {opacity:1;background:#f4f4f4;}
/*input[type=text][readonly^=readonly] {background:#f4f4f4;color:#777;}*/
input[type=text]:disabled, input[type=number]:disabled, input[type=tel]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=time]:disabled, select:disabled, textarea:disabled {color:#333;opacity:0.8;}
button:disabled {opacity:0.8;}
textarea {width:100%;padding:10px;font:normal 1em/150% 'Apple Gothic', 'Samsung Gothic', 'Malgun Gothic', sans-serif;color:#333;background:#fff;border:1px solid #bbb;border-radius:3px;/*box-shadow:inset 3px 2px 2px rgba(0,0,0,0.1);*/-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
hr {height:0; padding:0; margin:0; border:none; overflow:hidden;}

.skip, .bl, legend {position:absolute; left:-1000px; top:-1000px; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0px; line-height:0; padding:0; margin:0; text-indent:-9999px;}
caption {overflow:hidden;visibility:hidden;width:0;height:0;font-size:0;line-height:0;padding:0;margin:0;text-indent:-9999px;}
.ellipsis {text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.cover{background:#000; opacity:0.5; width:100%; height:100%; position:absolute; bottom:72px; z-index:8;}
.cover_menu{display:none;z-index:99;position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0.5;filter:alpha(opacity=50);}
.fix_s {position:absolute; bottom:0; width:100%; left:0}
.fix_b{position:fixed; left:0; bottom:0; width:100%; z-index:999}
.com:after {content:""; display:block; clear:both;}
.com {width:100%;}
.com button, .com a {float:left; width:48%; text-align:center; padding:15px 0; display:block; border:1px solid #62a6ed; color:#62a6ed; border-radius:3px; box-sizing:border-box;}
.com button:last-child, .com a:last-child {float:right}
.com button:first-child, .com a:first-child, .com a:hover, .com a:focus  {background:#62a6ed; color:#fff; border:1px solid #62a6ed}
.com .on {background:#62a6ed; color:#fff; border:1px solid #62a6ed}
.btn_sch_b {width:100%; margin-top:50px;}
.btn_sch_b button, .btn_sch_b a {color:#fff; width:100%; padding:17px 0 13px 0; font-size:18px; background:#62a6ed; display:block; text-align:center; border-radius:3px}
.open_left{width:100%; height:100%; overflow:hidden;}
.close {position:absolute; right:6px; top:6px; z-index:9; width:2.5em; height:2.5em;  background:url("../images/close.png") no-repeat center; background-size:auto 18px; text-indent:-9999px;}
.close01 {position:fixed; right:0; top:0; z-index:9; width:2.5em; height:2.5em;  background:#62a6ed url("../images/close.png") no-repeat center; background-size:auto 18px; text-indent:-9999px;}
.btn_date {width:100%;}
.btn_blue {width:100%; background:#7c7c7c; color:#fff; padding:17px 0 13px 0; font-size:18px; display:block; text-align:center; opacity:0.9}
.btn_com {width:80%; background:#62a6ed; color:#fff; padding:17px 0 13px 0; font-size:17px; display:block; text-align:center;border-radius:3px; margin:0 auto;}
.btn_login {width:100%; background:#62a6ed; padding:17px 0 13px 0; font-size:17px; display:block; text-align:center; border-radius:3px; margin-top:15px;}
.btn_login a {color:#fff; font-weight:bold;}
.btn_filter {opacity:0.9}
.more {width:100%;  text-align:center; font-size:18px; padding:17px 0 13px 0; border:1px solid #ccc; border-radius:3px; background:#fff; margin-top:5px;}
.more span{font-size:15px;}

/*아이콘*/
.btn_menu {width:40px; height:48px; background:url("../images/btn_menu_w.png") no-repeat center; background-size:auto 20px;}
.btn_sch {width:40px; height:48px; background:url("../images/btn_sch_blue.png") no-repeat center; background-size:auto 24px;}
.btn_sch_blue {width:40px; height:48px; background:url("../images/btn_sch_blue.png") no-repeat center; background-size:auto 24px;}
.btn_sch_j {width:33px; height:33px; background:#e5e5e5 url("../images/btn_sch_j.png") no-repeat center; background-size:auto 24px; border-radius:0 3px 3px 0}
.btn_sch_w {width:40px; height:48px; background:url("../images/btn_sch_w.png") no-repeat center; background-size:auto 24px;}
.btn_map {width:40px; height:48px; background:url("../images/bg_map_w.png") no-repeat center; background-size:auto 26px;}
.btn_map01 {width:40px; height:48px; background:url("../images/btn_map.png") no-repeat center; background-size:auto 20px;}
.btn_map01 a {width:40px; height:48px; display:block;}
.btn_main {width:40px; height:48px; background:url("../images/btn_home_w.png") no-repeat center; background-size:auto 23px; position:absolute; top:-1px; left:3px; z-index:9}
.btn_main_w {width:40px; height:48px; background:url("../images/btn_home_w.png") no-repeat center; background-size:auto 23px;position:absolute; top:-1px; left:3px; z-index:9}
.btn_main_w2 {width:40px; height:48px; background:url("../images/btn_home_w.png") no-repeat center; background-size:auto 23px;position:absolute; top:-1px; right:3px; z-index:9;text-indent:-9999px;}
.btn_main_b {width:40px; height:48px; background:url("../images/btn_home_b.png") no-repeat center; background-size:auto 23px;text-indent:-9999px;}
.btn_mypage {width:40px; height:48px; background:url("../images/btn_mypage.png") no-repeat center; background-size:auto 20px;}
.btn_mypage a {width:40px; height:48px; display:block;}
.btn_now {width:40px; height:48px; background:url("../images/btn_now.png") no-repeat center; background-size:auto 23px;}
.btn_prev {width:40px; height:48px; background:url("../images/btn_prev_w.png") no-repeat 5px center; background-size:auto 20px; position:absolute; top:0; left:10px; font-size:17px; text-align:left;}
.btn_prev01 {width:40px; height:48px; background:url("../images/btn_prev01_w.png") no-repeat center; background-size:auto 26px;}
.btn_review {width:43px; padding:14px 0 9px 0; background:url("../images/bg_review.png") no-repeat center; background-size:auto 42px; text-indent:-9999px; float:left; text-align:center; }
.bg_sale {width:42px; height:24px; padding:9px 0 ; background:#ea272c; border-radius:21px; font-family:HelveticaLTStd-Bold; color:#fff; text-align:center; font-size:14px; float:left; margin-left:3px;}
.bg_sale span {font-family:HelveticaLTStd-Roman; font-size:21px;}
.bg_sale1 {width:48px; height:32px; padding:10px 0 6px 0; background:#ea272c; border-radius:24px; font-family:HelveticaLTStd-Bold; color:#fff; text-align:center; display:inline-block; line-height:15px; }
.bg_sale1 .tt {font-size:11px; letter-spacing:-1px;}
.bg_sale1 span {font-family:HelveticaLTStd-Roman; font-size:12px;}
.bg_sale1 em {font-family:HelveticaLTStd-Roman; font-size:17px; font-weight:bold;}
.btn_close {width:22px; height:22px; background:url("../images/icon_close.png") no-repeat center; background-size:auto 22px}
.btn_close2 {position:absolute; right:0; top:0; width:47px; height:47px;  background:url("../images/close.png") no-repeat center; background-size:auto 18px; text-indent:-9999px; z-index:9}
.bg_finish {width:65px; padding:3px 0; text-align:center; border:2px solid #4b91e9; border-radius:13px; background:#fff; color:#4b91e9; position:absolute; top:10px; right:9px; font-weight:bold; font-size:13px;}
.bg_abr {width:40px; height:40px; background:url("../images/bg_abr.png") no-repeat center; background-size:auto 40px; position:absolute; top:10px; right:9px;text-indent:-9999px; }
.bg_today {width:69px; padding:4px 0; text-align:center; border-radius:13px; background:#ea272c; color:#fff; position:absolute; top:10px; right:9px; font-weight:bold; font-size:13px;}
.btn_cal {width:40px; height:48px; background:url("../images/bg_cal_blue.png") no-repeat center; background-size:auto 19px; text-indent:-9999px;}
.btn_include, .btn_special {border:1px solid #ccc; border-radius:3px; width:100%; padding:10px 15px; margin-top:7px; text-align:left; box-sizing:border-box; background:url("../images/btn_right.png") no-repeat 95% center; background-size:auto 16px;}
.btn_face, .btn_kakao {padding-top:10px;}
.btn_face a {width:100%; display:block; text-align:center; padding:15px 0 13px 0; border-radius:3px; color:#fff; background:#3c5a9a url("../images/facebook.gif") no-repeat 13% center; background-size:auto 21px; font-size:17px; font-weight:bold;}
.btn_kakao a {width:100%; display:block; text-align:center; padding:15px 0 13px 0; border-radius:3px; color:#441d00; background:#fff313 url("../images/kakao.png") no-repeat 12% center; background-size:auto 38px; font-size:17px; font-weight:bold;}
.icon_close {width:22px; height:22px; background:url("../images/icon_close2.png") no-repeat center; background-size:auto 22px; text-indent:-9999px;}
.icon_blue {padding:5px 10px 3px 10px; font-size:14px; display:inline-block; border:1px solid #62a6ed; border-radius:3px; color:#62a6ed; background:#fff; margin-right:5px;}
.icon_gray {padding:5px 10px 3px 10px; font-size:14px; display:inline-block; border:1px solid #b0b0b0; border-radius:3px; color:#b0b0b0; background:#fff; margin-right:5px;}
.icon_bluish {padding:2px 8px 1px 8px; height:17px; font-size:11px; border-radius:3px; color:#fff; background:#19398b;  margin-right:5px; line-height:18px;}
.icon_white {padding:5px 10px 3px 10px; font-size:14px; display:inline-block; border-radius:3px; color:#fff; background:#62a6ed;  margin-right:5px; line-height:16px;}
.icon_del {padding:5px 7px 3px 7px;display:inline-block;  border:1px solid #21b2f3; border-radius:3px; color:#21b2f3; font-size:11px; }
.icon_all {background:url("../images/icon_all.png") no-repeat center;background-size:auto 23px;}
.icon_hotel {background:url("../images/icon_hotel.png") no-repeat center;background-size:auto 23px;}
.icon_condo {background:url("../images/icon_condo.png") no-repeat center;background-size:auto 23px;}
.icon_pen {background:url("../images/icon_pen.png") no-repeat center;background-size:auto 23px;}
.icon_all_gray {background:url("../images/icon_all_gray.png") no-repeat center;background-size:auto 23px;}
.icon_hotel_gray {background:url("../images/icon_hotel_gray.png") no-repeat center;background-size:auto 23px;}
.icon_condo_gray {background:url("../images/icon_condo_gray.png") no-repeat center;background-size:auto 23px;}
.icon_pen_gray {background:url("../images/icon_pen_gray.png") no-repeat center;background-size:auto 23px;}
.icon_down {background:url("../images/icon_down.png") no-repeat center; background-size:auto 14px;}
.icon_vr {background:url("../images/icon_vr.png") no-repeat center; background-size:100% auto, 100% auto;display:block;position:absolute;top:20px;right:100px;z-index:9;width:46px;height:29px;text-indent:-9999px;cursor:pointer;}
.icon_oran {background:url("../images/icon_oran.png") no-repeat center; background-size:auto  50.5px; width:56.5px; height:50.5px; position:absolute; top:-4px; right:5px; color:#fff; font-size:11px; }
.icon_green {background:url("../images/icon_green.png") no-repeat center; background-size:auto  50.5px; width:56.5px; height:50.5px; position:absolute; top:-4px; right:5px; color:#fff; font-size:11px; }
.icon_oran span, .icon_green span {display:block; width:44px; vertical-align:middle; line-height:14px; text-align:center; padding:7px 0 0 2px;}
.kakao {display:inline-block; width:135px; height:31px; background:#ffeb00 url("../images/kakao.png") no-repeat 15px center; background-size:auto 25px; border-radius:15px 15px; }
.kakao span {display:inline-block; padding:8px 0 6px 47px; color:#402524}
.icon_box {position:absolute; bottom:90px; left:10px;}
.icon_prmt {float:left; width:70px; height:70px; border:2px solid #fff; border-radius:37px; position:relative; overflow:hidden; color:#fff; text-align:center; margin-right:7px;}
.icon_prmt .tt {position:relative; z-index:9; font:bold 13px Dotum, "돋움"; padding-top:41px; letter-spacing:-1px;}
.md .tt {background:url("../images/bg_md.png") no-repeat center 12px; background-size:auto 25px;}
.special .tt {background:url("../images/bg_special.png") no-repeat center 12px; background-size:auto 25px;}
.only .tt {background:url("../images/bg_only.png") no-repeat center 12px; background-size:auto 25px;}
.popularH .tt {background:url("../images/bg_popular.png") no-repeat center 12px; background-size:auto 25px;}
.new .tt {background:url("../images/bg_new.png") no-repeat center 12px; background-size:auto 25px;}
.promotion .tt {background:url("../images/bg_promotion.png") no-repeat center 12px; background-size:auto 25px; }
.sale .tt {background:url("../images/bg_sale1.png") no-repeat center 10px; background-size:auto 16px; padding-top:29px; color:#f6ff00; letter-spacing:0}
.sale .ttW {position:relative; z-index:9; font:bold 13px Dotum, "돋움"; letter-spacing:-1px;}
.big_sale .tt {color:#f6ff00; letter-spacing:0; padding-top:0}
.big_sale .ttW {position:relative; z-index:9; font:bold 13px Dotum, "돋움"; letter-spacing:-1px;}
.big_sale .ttW:first-child {padding-top:13px;}

/*등급*/
.star {background:url("../images/star.png") no-repeat 0 0; width:62px; height:9px; background-size:auto 59px;}
.star5 {background-position:0 0;}
.star4 {background-position:0 -14px;}
.star3 {background-position:0 -26px;}
.star2 {background-position:0 -38px;}
.star1 {background-position:0 -50px;}
.star_a {background:url("../images/star_a.png") no-repeat 0 0; width:62px; height:9px; background-size:auto 49px;}
.star_a5 {background-position:0 -40px;}
.star_a4 {background-position:0 -30px;}
.star_a3 {background-position:0 -20px;}
.star_a2 {background-position:0 -10px;}
.star_a1 {background-position:0 0;}

.red {color:#f30100}
.blue {color:#0840b1}
.sky {color:#21b2f3}

.load {width:100%; height:98px; text-align:center; background:url("../images/loading.gif") no-repeat center; background-size:auto 98px; position:absolute; top:50%; z-index:99; margin-top:-63px;}
.load span { text-indent:-9999px; display:block;}
.load01 {width:100%; height:98px; text-align:center; background:url("../images/ajax-loader.gif") no-repeat center; }
.load01 span { text-indent:-9999px; display:block;}
#clone_template + .load01 {margin-bottom:60px;}
#wrap {height:100%;}
#list_more {padding:0 7px; box-sizing:border-box; background:none; border:0 none; margin:0;}
#list_more span {font-size:17px; font-weight:bold; background:#95c5f8; color:#fff; padding:16px 0 14px 0; display:block; border-radius:3px }
#list_more span em{font-size:12px; font-weight:normal;}
#searchForm {height:0}
#kor_mobile_list figcaption:nth-child(3) {top:-4px; right:63px;}
/*intro*/
.intro p:after {content:""; display:block; clear:both;}
.intro p {width:100%;}
.intro p a{float:left; width:50%;}

.banner_slide {position:relative;}
.banner_slide img {width:auto; height:100%;}
.swiper-wrapper:after {content:""; display:block; clear:both;}

/*검색박스*/
.sch_bx {margin:0 10px 13px 10px; position:relative;}
.sch_bx input{width:100%; height:35px; border-radius:3px; border:1px solid #3883d2}
.sch_bx button:nth-child(2) {left:auto; right:1px; top:1px; }

/*카카오톡상담고정*/
.fix_kakao {position:fixed; bottom:10%; right:5%; z-index:999; width:67px; height:67px; border-radius:35px; background:#ffeb00; box-shadow:1px 1px 2px 0 rgba(175,175,175,.75)}
.fix_kakao a {display:block; background:url("../images/kakao.png") no-repeat center 8px; background-size:39px auto; padding-top:40px; color:#3b1f1c; font-weight:bold; font-size:12px; text-align:center;}

/*헤더푸터공통*/
header {width:100%; border-bottom:1px solid #bdbdbd; position:fixed; top:0; left:0; z-index:99; background:#fff;}
header h1 {text-align:center; background:url("../images/logo.png") no-repeat center; width:100%; height:47px; background-size:auto 15px}
section {padding-top:48px; /*height:100%; */box-sizing:border-box;}
header button:nth-child(2){position:absolute; top:0px; left:0;}
header button:nth-child(3){position:absolute; top:0px; right:0;}
header button:nth-child(4){position:absolute; top:0px; left:35px; display:none;}
header .btn_prev{padding-left:30px; text-indent:-9999px;}
.others {background:#62a6ed; border-bottom:0 none;}
.others span {padding:13px 0; display:block; font-size:18px; text-align:center; width:100%; font-weight:bold; color:#fff; line-height:24px;}
.others_room {background:#fff; border-bottom:1px solid #efefef;}
.others_room span {padding:16px 31px 14px 31px; display:block;  font-size:18px; text-align:center; width:100%; font-weight:bold; box-sizing:border-box; line-height:17px;}
.others_room .btn_prev {background:url("../images/btn_prev.png") no-repeat 5px center; background-size:auto 20px}
footer{padding-bottom:30px; background:#e5e5e5; color:#929292;text-align:center;}
footer ul{width:100%; padding-bottom:12px}
footer ul:after{content:""; display:block; clear:both;}
footer li{float:left; width:33%; border-top:1px solid #bdbdbd; border-bottom:1px solid #bdbdbd; padding:11px 0 9px 0}
footer li:first-child {width:34%;}
footer li a{display:block; border-right:1px solid #bdbdbd; }
footer li:last-child a {border:0 none;}
footer div a{padding:0 13px; border-right:1px solid #9d9d9d; margin:0 auto; font-size:11px; display:inline-block; color:#4f4f4f}
footer div a:last-child{border-right:0 none}
footer p {color:#010101; font:bold 16px "Samsung Gothic"; padding-top:19px;}
address{font-size:11px; padding:12px 0; line-height:15px;}
address span{color:#4f4f4f}

/*헤더20150701new*/
.header_a {background:#62a6ed;}
.header_a h1 {background:url("../images/logo_a.png") no-repeat center; background-size:auto 15px}
.header_a .btn_menu {background:url("../images/btn_menu_w.png") no-repeat center; background-size:auto 20px;}
.header_a .btn_mypage {background:url("../images/btn_mypage_w.png") no-repeat center; background-size:auto 20px;}
.header_b {background:#62a6ed;}
.header_b h1{position:absolute; top:11px; left:50%; height:auto; margin-left:-31px; background:none; text-align:left; p}
.header_b span { color:#fff; background:url("../images/bg_down01.gif") no-repeat right center; background-size:auto 10px; padding-right:17px; line-height:25px}
.header_b .btn_map01 {left:auto; right:0; display:block;}
.header_b .btn_sch_w {left:auto; right:34px; position:absolute;}
.header_b .btn_now {left:50%; margin-left:-69px;}

/*전체메뉴*/
.all_menu .head, aside .head {width:100%;height:47px; background:#62a6ed; position:absolute; top:0; left:0; z-index:999}
.all_menu, aside  {position:absolute; top:0px; left:-3000px; z-index:9999; width:88%; height:100%; display:block; overflow:hidden; background:#fff;}
.all_menu h2, aside .head h2{color:#fff; font-size:17px; text-align:center; width:100%; padding-top:13px;}
.all_menu li {border-bottom:1px solid #121416; padding:17px 4px; position:relative;}
.all_menu li a {color:#9f9f9f; padding-left:28px}
.all_menu li:nth-child(1) {background:url("../images/bg_room.png") no-repeat left center; background-size:auto 25px;}
.all_menu li:nth-child(2) {background:url("../images/bg_today.png") no-repeat left center; background-size:auto 25px;}
.all_menu li:nth-child(3) {background:url("../images/bg_mobile.png") no-repeat left center; background-size:auto 25px;}
.all_menu li:nth-child(4) {background:url("../images/bg_event.png") no-repeat left center; background-size:auto 25px;}
.all_menu li:nth-child(5) {background:url("../images/bg_mypage.png") no-repeat left center; background-size:auto 25px;}
.all_menu li:nth-child(6) {background:url("../images/bg_center.png") no-repeat left center; background-size:auto 25px;}
.all_menu li:nth-child(7) {background:url("../images/bg_set.png") no-repeat left center; background-size:auto 25px;}
.all_menu li .kakao {padding:0; margin-left:16px;}
.all_menu dl {padding:22px 7px; }
.all_menu dl:after {content:""; display:block; clear:both;}
.all_menu dt {font-size:18px; color:#62a6ed; padding-bottom:22px; font-weight:bold;}
.all_menu dd {float:left; margin:0 15px 15px 0;}
.all_menu dd a {padding-top:49px; display:block; color:#9f9f9f; font-size:12px;}
.all_menu dd:nth-child(2) {background:url("../images/logo_rnj.png") no-repeat center top; background-size:auto 42px;}
.all_menu dd:nth-child(3) {background:url("../images/logo_pnj.png") no-repeat center top; background-size:auto 42px;}
.all_menu dd:nth-child(4) {background:url("../images/logo_teeup.png") no-repeat center top; background-size:auto 42px;}
.all_menu dd:nth-child(5) {background:url("../images/logo_band.png") no-repeat center top; background-size:auto 42px; margin-right:0}
.all_menu .scroll {background:#2e3138; }
.all_menu .vip {width:100%; padding:4px 0}
.all_menu .vip:after{content:""; display:block; clear:both;}
.all_menu li:nth-child(5).vip {background:none;}
.all_menu .vip > a {background:url("../images/bg_mypage.png") no-repeat left center; background-size:auto 25px;float:left; padding:13px 0 13px 28px; margin-right:18px;}
.all_menu .vip > div {float:left; background:url("../images/vip.png") no-repeat 0 center ; background-size:auto 27px; padding-left:40px; color:#9f9f9f; font-size:12px;}
.all_menu .vip div p {line-height:23px;}
.all_menu .vip div p > a {color:#eadfc5; padding-left:0}
.all_menu .vip div p:first-child {border-bottom:1px solid #585a60}
.all_menu .vip div p:first-child a {color:#f1d28e;}

/*검색메뉴*/
aside {left:-3000px; width:100%}
.scroll {padding:63px 14px 70px 14px; width:100%; height:100%; background:#fff; overflow-y:auto; box-sizing:border-box;}
.scroll::-webkit-scrollbar{display:none;}
.nav_tab:after {content:""; display:block; clear:both;}
.nav_tab {width:100%; }
.nav_tab li {float:left; width:50%; }
.nav_tab li:nth-child(2) button{ border-radius:0 3px 3px 0;}
.nav_tab li button {color:#9b9b9b; width:100%; border-radius:3px 0 0 3px; padding:9px 0 7px 0; box-sizing:border-box; border:1px solid #475967; }
.nav_tab .on button {background:#475967; border:1px solid #475967; color:#fff}

/*오늘 가능한 내주변 숙소*/
.today_room {float:right; text-align:right; height:25px; background:url("../images/bg_map_black.png") no-repeat 5% center; background-size:auto 16px; padding-left:22px; margin-top:-3px;  }

/*지도보기*/
.map {padding-top:48px;}
.map ul{background:#fff; position:fixed; left:0; bottom:0; width:100%}
.map li p {margin-bottom:9px;}
.map li p:nth-child(2) {font-size:13px; color:#8f8f8f;}
.map li p:nth-child(3) {font-size:17px; color:#24b3f3;}
.map li div {float:left; width:150px;}
.map li div:last-child {float:left; width:51%; padding:16px 10px 13px 10px; box-sizing:border-box;}
.map li div img {width:auto; height:99px;}
.map li a:after {content:""; display:block; clear:both;}
.map li a {width:100%; display:block;}
.map iframe body{margin:0;}

/*달력*/
.calendar_hd {width:100%; color:#9b9b9b; padding-top:14px;}
.calendar_hd:after {content:""; display:block; clear:both;}
.calendar_hd h2 {font-size:15px; font-weight:normal; color:#222; padding-bottom:12px;}
.calendar_hd dl {float:left; width:50%;}
.calendar_hd dl:nth-child(3) {float:right; width:49%;}
.calendar_hd dt {/*font-size:11px;*/ color:#222; padding-bottom:10px;}
.calendar_hd dd button {color:#444;border-radius:3px; width:100%; padding:8px 0 6px 0; border:1px solid #cfcfcf; vertical-align:middle;}
.calendar_hd dd span:first-child, #s_d, #e_d , #select_in_day, #select_out_day{font-size:23px; font-family:HelveticaLTStd-Bold; }
.calendar_hd dd span:last-child {display:inline-block; width:33px; text-align:center; padding-left:5px; letter-spacing:-1px; background:url("../images/bg_cal.png") no-repeat center; background-size:auto 20px; text-indent:-9999px; position:relative; top:-3px}
.calendar_hd .on {color:#62a6ed; }
.calendar_hd .on button {border:1px solid #62a6ed; color:#fff; background:#62a6ed;}
.calendar_hd .on dd span:last-child {font-size:10px; background:none; text-indent:0;top:1px}
.calendar {border:1px solid #62a6ed; border-left:0 none; text-align:center; margin-top:9px;border-radius:3px; background:#fff;}
.calendar select {border:0 none; font-size:20px; color:#424041; background:none; padding:0}
.calendar div {position:relative;border-left:1px solid #62a6ed;border-radius:3px 0 0 0;}
.calendar div button:nth-child(2) {background:url("../images/btn_cal_left.png") no-repeat center; background-size:auto 17px; position:absolute; top:0; left:22px; width:20px; height:40px;}
.calendar div button:nth-child(3) {background:url("../images/btn_cal_right.png") no-repeat center; background-size:auto 17px; position:absolute; top:0; right:22px; width:20px; height:40px;}
.calendar th {background:#ededed; color:#9c9c9c; width:40px; padding:12px 0 10px 0}
.calendar th:first-child {border-left:1px solid #a5ccf3;}
.calendar td {border-left:1px solid #a5ccf3; border-top:1px solid #a5ccf3; position:relative;}
.calendar td button {color:#8f8f8f; width:100%; padding:12px 0 10px 0; }
/*.calendar td button:hover, .calendar td button:focus {background:#475967}
.calendar td button:hover em, .calendar td button:focus em {color:#fff}*/
.calendar td button em {font-family:HelveticaLTStd-Roman; }
.calendar label {font-size:17px;}
.calendar .nm em {color:#cbcbcb;}
.calendar .sat em {color:#62a6ed }
.calendar .sun em {color:#ff625f }
.calendar .today em {color:#fff;}
.calendar .today button{background:#ff625f;}
.calendar .disable {background-color:#3bafda}
.calendar .duration button{background:#62a6ed}
.calendar .duration em {color:#000; font-weight:bold}
.calendar .today button:after{content:"TODAY"; display:block; font-size:9px; position:absolute; text-align:center; width:100%; bottom:0; color:#fff;}
.calendar .checkin button:after{content:"IN"; display:block; font-size:9px; position:absolute; text-align:center; width:100%; bottom:0; color:#222;}
.calendar .checkout button:after{content:"OUT"; display:block; font-size:9px; position:absolute; text-align:center; width:100%; bottom:0; color:#222;}

/*지역선택*/
.area_check {padding-top:27px;}
.area_check dl {padding-top:24px;}
.area_check dd {padding-top:12px}
.area_check dd{width:100%;}
.area_check dd:after{content:""; display:block; clear:both;}
.area_check select {float:right; width:49%; border:1px solid #cfcfcf}
.area_check select:first-child {width:50%; float:left;}

/*객실수*/
.sch_con {padding-top:12px}
.sch_con dt {padding-bottom:12px;}
.sch_con dl button {float:right; background:#ededed; width:41px; height:41px; color:#62a6ed; font-size:17px}
.sch_con dl button:first-child{float:left;}
.sch_con dl input[type="text"] {border:0 none; border-radius:0; box-shadow:0 0; width:80%; color:#9b9b9b; text-align:center; opacity:1;}
.sch_con dl div {width:100%; border:1px solid #cfcfcf; border-radius:3px 3px; box-sizing:border-box; }
.sch_con dl div:after {content:""; display:block; clear:both;}
.sch_con_sel {border:1px solid #cfcfcf; border-radius:3px; margin-top:12px; width:100%; box-sizing:border-box; overflow:hidden;}
.sch_con_sel:after {content:""; display:block; clear:both;}
.sch_con_sel label {display:block; padding:12px 12px 10px 11px;border-bottom:1px solid #cfcfcf;}
.sch_con_sel select {border:0 none; border-bottom:1px solid #cfcfcf; border-radius:0; width:50%; margin-right:-5px;}
.sch_con_sel select:nth-child(4) {border-bottom:0 none;}
.sch_con_sel select:last-child {border-bottom:0 none; border-top:1px solid #cfcfcf;}

/*금액선택*/
.range_sel{position:relative; margin:20px auto; width:85%; color:#9f9f9f; font-size:13px; padding-top:30px}
.range_sel button {width:10%; height:41px; color:#21b2f3;  font-size:17px}
.range_sel input {vertical-align:middle; width:77%;}
.range_sel dd {position:relative; padding-top:24px;}
.range_sel div:nth-child(4) {color:#9f9f9f; position:absolute; top:-12px; left:29px; }
.range_sel div:nth-child(5) {color:#21b2f3; position:absolute; top:-21px; left:50%; margin-left:-37px; font-size:20px; width:100px; text-align:center;}
.range_sel div:nth-child(6) {color:#9f9f9f; position:absolute; top:-12px; right:0px;}
.range_sel .noUi-handle { border-radius:35px; background:#62a6ed; border:0 none; box-shadow:0 0}
.range_sel .noUi-handle:after, .range_sel .noUi-handle:before {background:none;}
.range_sel .noUi-horizontal .noUi-handle {width:23px; height:23px; top:-10px; }
.range_sel .noUi-horizontal {height:3px;}
.range_sel .noUi-target {border-radius:0; box-shadow:0 0; border:0 none; }
.range_sel .noUi-background, .range_sel .noUi-connect{background:#9f9f9f}
.range_sel .noUi-base:before, .range_sel .noUi-base:after {font-size:18px; font-weight:bold; color:#62a6ed; position:absolute;}
.range_sel .noUi-base:before {content:"-"; top:-7px; left:-30px; }
.range_sel .noUi-base:after {content:"+"; top:-7px; right:-20px;}
.range_money {float:right; padding:5px; }
.range_money, .range_money input { font-family:HelveticaLTStd-Roman; color:#62a6ed; font-size:1em; padding-top:0}

/*현재검색어*/
.sch_box {position:relative; padding-top:24px;}
.sch_box p input {width:100%; line-height:20px;}
.sch_box .btn_sch_blue {position:absolute; top:19px; right:5px; z-index:9}
.sch_contens{width:100%; background:#fff;}
.sch_find li {border-bottom:1px solid #cfcfcf}
.sch_find li em {color:#484848}
.sch_find li a {background:url("../images/bg_map_black.png") no-repeat 7px center; background-size:auto 18px;display:block; padding:10px 10px 8px 34px; width:100%; box-sizing:border-box; color:#9c9c9c; line-height:17px;}
.sch_find li .icon_hotel{background:url("../images/icon_hotel.png") no-repeat 7px center;background-size:auto 18px;}
.sch_find li .icon_condo{background:url("../images/icon_condo.png") no-repeat 7px center;background-size:auto 18px;}
.sch_find li .icon_pen{background:url("../images/icon_pen.png") no-repeat 7px center;background-size:auto 18px;}
#search_kor_btn button, #search_abr_btn button {margin-top:24px; background:#62a6ed; border-radius:3px}

/*검색리스트*/
.sch_list li {margin:8px;position:relative; }
.sch_list li figure figcaption:nth-child(3){top:37px;}
.sch_list .cover {height:65px;}
.sch_details:after {content:""; display:block; clear:both;}
.sch_txt {position:absolute; left:0; bottom:80px; color:#fff; font-size:17px; z-index:9;width:100%; height:55px; }
.sch_txt .star {margin-bottom:5px;}
.sch_txt div:nth-child(1) {font-size:15px; width:50%; padding-left:12px; box-sizing:border-box; display:table-cell; vertical-align:middle; height:65px;}
.sch_txt div:nth-child(1) p:nth-child(2) { width:66%; font-size:16px; letter-spacing:-1px; line-height:17px;}
#abr_today_list .sch_txt div:nth-child(1) p:nth-child(2), #abr_mobile_list .sch_txt div:nth-child(1) p:nth-child(2), .sch_txt .move:nth-child(1) p:nth-child(2){ width:100%;}
.sch_txt div:nth-child(2) {position:absolute; bottom:3px; right:12px; z-index:10}
.sch_details {background:#fff; height:64px; padding:0 9px 8px 9px}
.sch_details p:first-child {color:#fff; font-size:12px; padding-top:10px; position:absolute; top:0; left:13px}
.sch_details p:nth-child(2) {font-size:15px; padding:9px 0 8px 0; height:18px; color:#545454; letter-spacing:-1px;}
.sch_details div {float:left; padding-top:5px;}
.sch_details div:nth-child(4)  {float:right; }
.sch_details del {font-size:14px;color:#8f8f8f; vertical-align:middle}
.sch_details del span {font-family:HelveticaLTStd-Roman}
.sch_details strong {font-size:17px; color:#ea272c; vertical-align:middle; }
.sch_details strong span {font-size:20px; font-family:HelveticaLTStd-Bold; position:relative; top:1px;}
#clone_template {padding-bottom:45px; padding-top:48px;}

/*검색리스트A*/
.barTxt {background:#19398b; color:#fff; line-height:18px; height:44px;overflow:hidden;}
.barTxt ul li {padding:13px; font-weight:bold; }
.sch_listA {margin:8px}
.sch_listA li {margin-top:8px; position:relative;}
.sch_listA li:first-child {margin-top:0}
.sch_listA figure {position:relative;}
.sch_listA figcaption {position:absolute; top:0; left:0; z-index:9; color:#fff; font-size:12px; padding:3px 15px; line-height:15px;}
.sch_listA figcaption span {position:relative; z-index:9}
#kor_today_list.sch_listA li figure div:nth-child(4) {top:38px;}
#kor_mobile_list.sch_listA li figure div:nth-child(4) {right:61px;}
.sch_listA .cover {bottom:auto; top:0; left:0;}
.sch_listA .field {position:relative; background:#fff; padding:15px 12px; width:100%; box-sizing:border-box; margin-top:-6%}
.sch_listA .field:after {content:""; display:block; clear:both;}
.sch_listA .bg_sale{line-height:25px; position:absolute; top:-26px; right:20px; width:48px; height:26px; border-radius:24px; padding-top:13px}
.sch_listA .bg_sale1 {position:absolute; top:-26px; right:20px}
.sch_listA .field > span {float:left; }
.sch_listA .field strong {float:right; text-align:right; line-height:18px; font-size:15px; color:#ea272c; padding-top:1px;}
.sch_listA .field strong span {font-family:HelveticaLTStd-Bold; font-size:19px; position:relative; top:1px;}
.sch_listA .field strong del {padding-right:5px; color:#8f8f8f; font-size:14px; font-weight:normal}
.sch_listA .field .name {width:58%; color:#373737; font-size:17px;letter-spacing:-1px; padding-top:1px; padding-bottom:2px; font-weight:bold; line-height:21px;}
.sch_listA .field .benefit {width:67%; color:#8e8e8e; font-size:13px; line-height:18px; padding-top:3px;}
#resultData .sch_listA#clone_template {padding-top:0}
.sch_listA .field #title {width:100%; line-height:21px; }
.sch_listA .field #prank + #title {width:56%}
.sch_listA .field .hide#m_recom + #promotion {width:62%;}
.sch_listA .field #m_recom + #promotion {width:46%; height:20px; padding-top:2px}

/*공통슬라이더*/
.device {position:relative; padding-bottom:10px}
.arrow-left {position:absolute; top:50%; left:10px; z-index:99; background:url("../images/btn_left_arr.png") no-repeat center; background-size:auto 29px; margin-top:-60px; width:17px; height:30px; text-indent:-9999px;}
.arrow-right {position:absolute; top:50%; right:10px; z-index:99; background:url("../images/btn_right_arr.png") no-repeat center; background-size:auto 29px; margin-top:-60px; width:17px; height:30px; text-indent:-9999px;}
.swiper-pagination-switch {display: inline-block; width:10px; height:10px; border-radius:10px; background:#999; box-shadow:0px 1px 2px #555 inset; margin:0 3px; cursor:pointer;}
.swiper-active-switch {background: #fff;}
.pagination {position:absolute; bottom:37%; left:0;  width:100%; text-align:center; z-index:9;}
.intro .pagination {bottom:10px;}
.swiper-container {margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1; background:#e5e5e5}
.swiper-wrapper {position:relative;width:100%;-webkit-transition-property:-webkit-transform, left, top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0px,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform, left, top;-moz-transition-duration:0s;-moz-transform:translate3d(0px,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform, left, top;-o-transition-duration:0s;-o-transform:translate3d(0px,0,0);-o-transition-timing-function:ease;-o-transform:translate(0px,0px);-ms-transition-property:-ms-transform, left, top;-ms-transition-duration:0s;-ms-transform:translate3d(0px,0,0);-ms-transition-timing-function:ease;transition-property:transform, left, top;transition-duration:0s;transform:translate3d(0px,0,0);transition-timing-function:ease;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
.swiper-free-mode > .swiper-wrapper {-webkit-transition-timing-function: ease-out;-moz-transition-timing-function: ease-out;-ms-transition-timing-function: ease-out;-o-transition-timing-function: ease-out;transition-timing-function: ease-out;margin: 0 auto;}
.swiper-slide {float: left; -webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}

/*이벤트*/
.main_event .nav_tab {border-bottom:1px solid #cdcdcd; padding:10px 8px 5px 8px; box-sizing:border-box; background:#fff; }
.main_event ul:nth-child(2) {padding:8px}
.main_event li {padding-bottom:6px;}
.main_event a {display:block;}
.app a {float:left; width:50%;}
.app {width:100%}
.app:after {content:""; display:block; clear:both;}

/*쿠폰*/
.coupon {margin:8px; }
.coupon li {width:100%; padding:21px 19px 19px 14px; box-sizing:border-box; background:#fff; margin-bottom:8px}
.coupon li:after {content:""; display:block; clear:both;}
.coupon li p:nth-child(2) {height:40px; font-weight:bold;}
.coupon div {float:left; width:75%;}
.coupon div:last-child {float:right; width:25%; text-align:right;}
.coupon div:first-child p:first-child {font-size:20px; color:#62a6ed;}
.coupon div:first-child p:nth-child(3) {font-size:13px; color:#8f8f8f}
.coupon div p span {font-family:HelveticaLTStd-Bold; font-size:26px; vertical-align:top; position:relative; top:-1px;}
.down {background:url("../images/btn_down.png") no-repeat center; width:68px; height:68px; background-size:auto 68px; text-indent:-9999px;}
.down-com {width:68px; height:68px; color:#fff; font-size:13px; border-radius:35px; background:#c7c7c7}
.use_com {width:68px; height:68px; color:#fff; font-size:13px; border-radius:35px; background:#64a7ed}

/*회원가입*/
.agree {background:#fff; margin:7px; box-sizing:border-box; }
.agree > h2 {background:#ededed; padding:12px 0 10px 15px}
.agree input {border:0 none; border-radius:0; border-bottom:1px solid #cfcfcf; padding:0}
.agree .check input, .agree .radio input {border-bottom:0 none; position:absolute; top:50%; right:5px; margin-top:-8px;}
.agree .check label {padding-right:23px; display:inline-block;}
.agree .check {display:block; position:relative;}
.agree input::-webkit-input-placeholder {color:#9c9c9c}
.agree input::-moz-placeholder{color:#9c9c9c; opacity:1}
.agree input:-ms-placeholder{color:#9c9c9c;}
.agree div:last-child {padding-bottom:17px;}
.agree .com {padding:16px 11px; box-sizing:border-box;}
.agree .sky {padding:0 11px 30px 11px; display:block;}

/*약관동의*/
.agree_bx > .check{padding:18px 15px 16px 15px;}
.agree_bx dl {border:1px solid #cfcfcf; margin:0 6px 9px 6px; border-radius:3px;}
/*.agree_bx dt {font-size:16px; padding:10px 16px 8px 15px; background:url("../images/bg_down.png") no-repeat 98% center; background-size:auto 8px;}*/
.agree_bx dt {font-size:16px; padding:10px 16px 8px 15px; background-size:auto 8px;}
.agree_bx .up{background:url("../images/bg_up.png") no-repeat 98% center; background-size:auto 8px;}
.agree_bx dt:hover, .agree_bx dt:focus {color:#62a6ed}
.agree_bx dd {font-size:13px; border-top:1px solid #cfcfcf; padding:17px 13px 15px 15px; display:none}
.agree_bx dd span {font-size:10px; color:#9c9c9c; padding-left:9px; text-decoration:underline;}
.agree_bx dd input {float:right; margin-top:-3px;}
.agree_bx dd div:last-child {display:none;}

/*회원정보 입력*/
.agree_info {padding:0 11px 16px 11px; background:#fff}
.agree_info h3{font-size:17px; padding-bottom:4px; border-bottom:1px solid #cfcfcf}
.agree_info dl {width:100%;}
.agree_info dl:after {content:""; display:block; clear:both;}
.agree_info dt {float:left; width:27%; padding-top:10px; height:40px; color:#999}
.agree_info dt label {vertical-align:middle; display:table-cell; height:40px;}
.agree_info dd {float:left; width:73%; padding-top:10px; height:40px;}
.agree_info dd span { float:left; width:48%; color:#9b9b9b;padding:12px 0; text-align:center; border:1px solid #cfcfcf; border-radius:3px; box-sizing:border-box; }
.agree_info dd span:last-child {float:right;}
.agree_info dd .on {border:1px solid #21b2f3; color:#21b2f3; }
.agree_info p {padding-top:2px; border-bottom:1px solid #cfcfcf}
.agree_info input {width:100%; border:0 none}
.agree_info input[type="text"] {background:url("../images/icon_id.png") no-repeat 95% center; background-size:auto 16px;}
.agree_info input[type="password"] {background:url("../images/icon_pw.png") no-repeat 95% center; background-size:auto 16px;}
.al {color:#f00; font-size:12px; margin:3px 0 6px 1px; display:block}
.al1 {color:#000; position:absolute; top:12px; right:10%}
.agree_info1 {border-top:10px solid #e5e5e5;padding:0 11px 16px 11px;}
.agree_info1 h2 {background:#fff; padding-top:12px;}
.agree_info1 input {width:100%}
.agree_info1 dl {width:100%; border-bottom:1px solid #cfcfcf}
.agree_info1 dd:after {content:""; display:block; clear:both;}
.agree_info1 dd {width:90%; padding:10px 0; margin:0 auto}
.agree_info1 dd span { float:left; width:49%; color:#62a6ed;padding:12px 0; text-align:center; border:1px solid #62a6ed; border-radius:3px; box-sizing:border-box; }
.agree_info1 dd span:last-child {float:right;}
.agree_info1 dd .on {border:1px solid #62a6ed; background:#62a6ed; color:#fff; }
.agree_info1 .box {position:relative;border-bottom:1px solid #cfcfcf;padding:15px 0 15px 10px}
.agree_info1 .box select {background:none; border:0 none; color:#000; font-weight:bold; padding:0 40px 0 0; background-size:auto 8px}
.agree_info1 .box input {border:0 none; width:130px;}
.agree_info1 .box button {border:1px solid #8f8f8f; font-weight:bold; color:#000; border-radius:3px; padding:11px 18px; position:absolute; top:12px; right:5%;}
.agree_info1 .box span {display:block; padding:5px 0 0 65px;}
.agree_info1 .box1 span {padding:0}
.agree_info1 .box1 input {height:30px;}
.agree_bx  .btn_blue {background:#62a6ed; color:#fff; width:95%; margin:30px  auto; margin-bottom:20px;}

/*개인정보수정*/
.modify .com {padding:16px 0}
.modify .box input {width:100%}
.modify .agree_info1 p input[type="password"] {background:url("../images/icon_pw.png") no-repeat 2px center; background-size:auto 16px; padding-left:18px;border:0 none}
.pw_re {background:#fff;  position:relative; z-index:2; margin-top:-71px;}
.modify .agree_info1 .sms_tx, .modify .agree_info1 .sms_num {display:none}
.modify .agree_bx {border-top:10px solid #e5e5e5;}
.modify .agree_bx h2 {padding:12px 0 0 11px}
.modify .agree_bx span {padding:0 11px 5px 11px; color:#9b9b9b; font-size:13px; display:block;}
.birth {border-bottom:1px solid #cfcfcf}
.birth select {width:32%; background:url("../images/bg_down.png") no-repeat 98% center; background-size:auto 8px; border:0 none;}
.btn1 { margin:0 7px;}
.btn1 .btn_blue{width:100%;}

.site {padding:16px 11px}
.site h3 {padding-bottom:21px}
.site span {margin-right:15px}
.site span:last-child {margin-right:0}
.hnj {background:url("../images/hnj.png") no-repeat 0 0; background-size:auto 33px; text-indent:-9999px; display:inline-block; height:33px; width:81px;}
.rnj {background:url("../images/rnj.png") no-repeat 0 0; background-size:auto 26px; text-indent:-9999px; display:inline-block; height:33px; width:99px;}
.pnj {background:url("../images/pnj.png") no-repeat 0 0; background-size:auto 32px; text-indent:-9999px; display:inline-block; height:33px; width:103px;}

/*수신여부*/
.agree_re h3 {font-size:17px; padding-bottom:4px; border-bottom:1px solid #cfcfcf}
.agree_re div {font-size:12px; color:#9c9c9c ; text-decoration:underline; line-height:18px; padding:8px 3px;}
.agree_re dl:after {content:""; display:block; clear:both}
.agree_re dl {width:100%;}
.agree_re dt {float:left; width:20%; padding-top:5px; font-size:13px; }
.agree_re dd {float:left; width:80%; padding-bottom:13px;}
.agree_re label {color:#9b9b9b; line-height:18px;}
.agree_re .check {padding:18px 15px 16px 15px;}

/*회원가입 완료*/
.agree_com {padding:30px 0}
.agree_com p {font-size:13px; color:#9c9c9c; text-align:center; line-height:20px;}
.agree_com p:first-child {font-size:17px; color:#000; padding-bottom:5px}

/*로그인*/
.login {background:#fff; padding:28px 28px 10% 28px; box-sizing:border-box;}
.login > ul {width:100%; padding-bottom:19px; }
.login > ul:after {content:""; display:block; clear:both;}
.login > ul li {float:left; width:50%; border:1px solid #475967; border-radius:3px 0 0 3px; box-sizing:border-box; text-align:center; padding:12px 0 10px 0; color:#9b9b9b}
.login > ul li:last-child {float:right;  border-radius:0 3px 3px 0; }
.login > ul li.on {background:#475967; color:#fff;}
.mem form p{padding:0 25px 10px 25px;}
.mem input[type="text"] {background:url("../images/icon_id.png") no-repeat 95% center; background-size:auto 16px; border:0 none; border-radius:0; border-bottom:1px solid #cfcfcf}
.mem input[type="password"] {background:url("../images/icon_pw.png") no-repeat 95% center; background-size:auto 16px; border:0 none; border-radius:0; border-bottom:1px solid #cfcfcf}
.mem .check {text-align:center; padding:5px 25px 11px 25px}
.mem .check label {vertical-align:middle;}
.mem div:nth-child(2) {padding-top:12px;}
#v_search {padding-top:0}
#id_save {margin-left:29px;}
#v_oid {background:url("../images/icon_be.png") no-repeat 95% center; background-size:auto 16px; }
.mem div:nth-child(3), .mem div:nth-child(4), .mem div:nth-child(5), .mem div:nth-child(6){padding-top:13px;}
.mem div:nth-child(3) a, .mem div:nth-child(4) a, .mem div:nth-child(5) a, .mem div:nth-child(6) a{text-align:center;width:100%; display:block;padding:15px 0 13px 0; border-radius:3px; box-sizing:border-box; border:1px solid #b7bfc8;}
.mem div:nth-child(3) a img{width:15%;height:100%;vertical-align:middle;}
.mem div:nth-child(4) a img{width:15%;height:100%;vertical-align:middle;position:relative;}
.mem div:nth-child(5) a img,.mem div:nth-child(6) a img{width:18%;position:relative;top:2px;}
.mem div:nth-child(6) a {width:100%; display:block;padding:15px 0 13px 0; border-radius:3px; box-sizing:border-box; border:1px solid #b7bfc8;}
/*.mem div:nth-child(4) {padding:23px 6px 0 6px; }*/
.mem div:nth-child(4) span {color:#9b9b9b; font-size:12px; background:url("../images/icon_pw.png") no-repeat left center; background-size:auto 16px; padding:5px 0 0 15px; text-decoration:underline;}
.mem div:nth-child(4) p {float:right;color:#9b9b9b; font-size:13px; padding-top:2px;}
/*.mem div:nth-child(4) a {color:#9b9b9b; font-size:13px;}*/
.mem .idpw/*div:nth-child(5)*/ {padding:23px 6px 0 6px; !important}
.mem .idpw/*div:nth-child(5)*/ span {color:#9b9b9b; font-size:12px; background:url("../images/icon_pw.png") no-repeat left center; background-size:auto 16px; padding:5px 0 0 15px; text-decoration:underline;}
.mem .idpw/*div:nth-child(5)*/ p {float:right;color:#9b9b9b; font-size:13px; padding-top:2px;}
.mem .idpw/*div:nth-child(5)*/ a {color:#9b9b9b; font-size:13px; background:none;}

/*로그인 njoy*/
.mem_n {padding-top:35px;}
.mem_n form p{padding-bottom:10px;}
.mem_n input[type="text"] {background:url("../images/icon_id.png") no-repeat 95% center; background-size:auto 16px; border:0 none; border-radius:0; border-bottom:1px solid #cfcfcf}
.mem_n input[type="password"] {background:url("../images/icon_pw.png") no-repeat 95% center; background-size:auto 16px; border:0 none; border-radius:0; border-bottom:1px solid #cfcfcf}
.mem_n .check {text-align:center; padding:5px 0 11px 0}
.mem_n .check label {vertical-align:middle;}
.mem_n div:nth-child(2) {padding-top:12px;}
.mem_n div:nth-child(2) button {width:48%; padding:15px 0; border:1px solid #62a6ed; color:#62a6ed; border-radius:3px; box-sizing:border-box;}
.mem_n div:nth-child(2) button:last-child {float:right}
.mem_n div:nth-child(2) .on {background:#62a6ed; color:#fff; border:1px solid #62a6ed}
.mem_n ul {width:100%; padding:25px 0 0 0}
.mem_n ul:after {content:""; display:block; clear:both;}
.mem_n li {float:left; color:#9b9b9b; width:33%; background:url("../images/bg_bar.png") no-repeat right center; background-size:1px 15px;text-align:center;}
.mem_n li:last-child {background:0 none}
.mem_n li a {color:#9b9b9b; font-size:12px; display:block; padding:0 3px;}
.btn_login {color:#fff;}
.njoypoint {padding-top:30px}
.njoypoint > div {border-radius:5px 5px; background:#ff580f; padding:20px 15%; width:100%; text-align:center; box-sizing:border-box;}
.njoypoint strong {color:#000; font-size:16px; padding:20px 0 0 5px; display:block; word-break:keep-all;}
.njoypoint ul {padding-top:10px; color:#9b9b9b; font-size:13px; line-height:17px;}
.njoypoint li {padding-bottom:3px;}

/*간편로그인_NJOYPOINT 연결*/
.others2{position:relative;}
.others2 span {padding:13px 0; display:block; font-size:18px; text-align:center; width:100%; font-weight:bold; color:#000; line-height:24px;}
.login2{background:#fff; padding:28px 14px 40% 14px; box-sizing:border-box;}
.login2 b{display:block;font-size:16px;margin-top:10px;}
.login2 b.memTit{font-size:14px;padding-bottom:6px;border-bottom:2px solid #333;}
.login2 p{font-size:0.8em;margin-top:10px;}
.comloginForm{padding:15px 0 5px 0;}
.comloginForm li{margin-bottom:10px;position:relative;}
.comloginForm li .snsInClose{width:16px;height:16px;background:url('../images/snsInClose.png') no-repeat center;background-size:16px 16px;display:block;position:absolute;top:50%;right:10px;margin-top:-8px;cursor:pointer;}
.comloginForm input{width:100%;height:30px;font-size:15px;border:1px solid #adadad;padding:20px 5%;border-radius:0;}
.comloginForm input:focus{border:1px solid #292b47;}
.comloginForm .numInput > input{width:20%;text-align:center;}
.comloginGo{background:#fff;border:1px solid #000;padding:15px 0;width:100%;font-size:0.9em;font-weight:bold;cursor:pointer;}
.snsBox{padding:18px 15px 16px 15px;}
.not_njoyp{padding-top:20px;}
.bgnavy{background:#292b47;color:#fff;}
.comloginjoin{padding:15px 0;width:100%;font-size:0.9em;font-weight:bold;cursor:pointer;border:1px solid #000;margin-top:15px;}
.comloginF{color:#666;text-align:center;margin-top:20px;font-size:15px;letter-spacing:-1px;}
.comloginF span{font-weight:bold;color:#000;}
.comloginF span.line{text-decoration:underline;}
.lay_comlogY_in{background:#fff;width:80%;position:fixed;top:50%;left:50%;margin:-140px 0 0 -42%;padding:10px;font-family:sans-serif;}
.comlogY_header{font-size:15px;text-align:center;padding:20px 0;position:relative;}
.comlogY_header span.close{position:absolute;right:10px;top:10px;background:url('../images/common/layClose.gif') no-repeat 0 0;text-indent:-9999px;width:22px;height:22px;cursor:pointer;}
.lay_comlogY_in p{font-size:16px;line-height:23px;text-align:center;}
.lay_comlogY_in button{width:100%;padding:15px 0;font-size:16px;}
.comlogYes{margin-top:15px;}
.covers{background:rgba(0,0,0,0.7);position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;}
.myInfo li{border-bottom:1px solid #d6d6d6;padding:12px 0;font-size:14px;}
.myInfo span{display:inline-block;width:20%;}
.myInfo input{height:18px;font-size:15px;width:80%;border:none;font-size:1em;}
.myInfo .numInput > input{width:15%;}
.myInfo p{font-size:0.7em;color:#999;}
.myInfo_sns > li{border-bottom:1px solid #d6d6d6;height:45px;line-height:45px;font-size:14px; cursor:pointer;}
.myInfo_sns input{height:18px;font-size:15px;width:80%;border:none;}
.myInfo_sns p{font-size:0.9em;margin-top:auto;display:inline-block;width:45%}
.myInfo_sns p > span{font-weight:bold;}
.myInfo_sns li > ul{display:inline-block;float:right;width:55%;}
.myInfo_sns li > ul li{float:right;width:100%;line-height:normal;text-align:right;}
.myInfo_sns li > ul li:last-child{text-align:right;}
.myInfo_sns li > ul li.snscnt{font-weight:bold;color:#000;margin-top:14px;}
.myInfo_sns li > ul li.snscnt_on{font-weight:bold;color:#3f4b9e;margin-top:6px;}
.myInfo_sns li > ul li.snscnt_date{font-size:0.9em;color:#999;}
.sns_naver span.tit{color:#2db400;display:inline;padding:0;}
.sns_face span.tit{color:#004a9a;display:inline;padding:0;}
.sns_kakao span.tit{color:#ffbe00;display:inline;padding:0;}
.sns_payco span.tit{color:#fa1414;display:inline;padding:0;}

/*아이디찾기*/
.sch_id {background:#fff; padding:28px 14px; color:#9b9b9b; height:100%; box-sizing:border-box;}
.sch_id ul {width:100%; padding:0 25px 19px 25px;box-sizing:border-box }
.sch_id ul:after {content:""; display:block; clear:both;}
.sch_id li {float:left; width:49%; border:1px solid #cfcfcf; border-radius:3px; box-sizing:border-box; text-align:center; padding:12px 0 10px 0; line-height:20px;}
.sch_id li:last-child {float:right;}
.sch_id li.on {background:#475967; color:#fff; border:1px solid #475967}
.sch_form_id {padding:0 25px 10px 25px;}
.sch_form_id p {text-align:center; padding-bottom:9px}
.sch_form_id button {border-radius:3px; box-sizing:border-box;}
.sch_form_id div:nth-child(3) {border:1px solid #cfcfcf; border-radius:3px; padding:15px 16px 8px 16px; margin-bottom:10px;}
.sch_form_id div p:after {content:""; display:block; clear:both;}
.sch_form_id div p {width:100%; color:#000}
.sch_form_id input[type="text"], .sch_form_id input[type="email"]{border:0 none; border-radius:0; border-bottom:1px solid #cfcfcf; line-height:20px;}
.sch_form_id div span {float:left;}
.sch_form_id div span:last-child {float:right; padding-top:5px;}
.sch_form_id button {color:#62a6ed; text-align:center; width:100%; padding:16px 0 12px 0; border:1px solid #62a6ed; margin-top:12px}
.sch_form_id button span {color:#9c9c9c; font-size:12px; margin-left:5px;}
.sch_form_id .btn_blue {color:#fff; background:#62a6ed; }

/*마이페이지없음*/
.myp_no, .room_no, .list_no {background:#fff; font-weight:bold; text-align:center; font-size:15px; padding:45% 15px; }
.list_no {margin:8px;}

/*쿠폰없음*/
.coupon_no {background:#fff; margin:7px; padding:23px 11px;}
.coupon_no p {font-weight:bold; text-align:center; font-size:17px; padding:36px 0; border-bottom:1px solid #cfcfcf}
.coupon_no ul {padding:14px 15px; font-size:12px; color:#8f8f8f}
.coupon_no ul li {line-height:18px;}
.coupon_no ul li:first-child {font-weight:bold; font-size:13px; color:#222}
.coupon_no ul li:first-child span{font-size:17px;}

/*네티즌 평점*/
.netizen dt{color:color:#222; font-size:18px;}
.netizen dd:after {content:""; display:block; clear:both;}
.netizen dd {color:#9c9c9c; font-size:17px; text-align:center;}
.netizen dd em {color:#21b2f3; font-size:67px;}

/*남녀별*/
.gender_age {padding-bottom:34px}
.gender_age dt {color:#222; font-size:18px; }
.gender_age dd {padding-top:12px; width:267px; margin:0 auto;}
.gender_age:after {content:""; display:block; clear:both;}
.gender_age dd div {float:left;}
.man div:nth-child(1) {background:url("../images/bg_man.png") no-repeat center; background-size:auto 95px; width:60px; height:140px;}
.man div:nth-child(1) span{display:table-cell; width:60px; height:140px; vertical-align:bottom; text-align:center; color:#00aeef; font-size:17px;}
.man div:nth-child(2) {width:38px; height:139px; background:#cfcfd2; position:relative; margin-left:22px;}
.man div:nth-child(2) p {width:38px; height:72%; background:#8ac6ef; position:absolute; bottom:0; }
.man div:nth-child(2) span {color:#fff; text-align:center; display:block; padding-top:15px;}
.woman{margin-left:15px;}
.woman div:nth-child(1) {width:38px; height:139px; background:#cfcfd2; position:relative;}
.woman div:nth-child(1) p {width:38px; height:64%; background:#f08bd0; position:absolute; bottom:0; }
.woman div:nth-child(1) span {color:#fff; text-align:center; display:block; padding-top:15px;}
.woman div:nth-child(2) {background:url("../images/bg_woman.png") no-repeat center; background-size:auto 95px; width:60px; height:140px; margin-left:22px;}
.woman div:nth-child(2) span {display:table-cell; width:60px; height:140px; vertical-align:bottom; text-align:center; color:#f08bd0; font-size:17px;}

/*연령별*/
.age {width:100%;}
.age:after {content:""; display:block; clear:both;}
.age dt {float:left; width:70px; color:#616161; font-size:17px; padding:4px 22px 4px 0px !important; text-align:right;}
.age dd {margin:0px 0px 9px 95px;}
.age div {background:#cfcfd2; height:27px; }
.age p {background:#a0a0a0; width:25%;; height:27px;}
.age span { color:#fff; text-align:right; display:block; padding:5px 15px 0 0;}

/*고객센터*/
.cus {background:#fff; padding:9px 14px; height:100%; box-sizing:border-box;}
.cus li {width:100%; color:#545454; font-size:13px; padding:15px 9px; border-bottom:1px solid #cfcfcf; box-sizing:border-box;}
.cus li:after {content:""; display:block; clear:both;}
.cus li span:first-child {float:left; width:37%; padding-top:11px;}
.cus li a {display:block;}
.cus li div {float:left;}
.cus li div strong {display:block; font-size:21px; color:#000}
.cus li div a {display:block; text-align:center; padding:8px 0 8px 22px; color:#402524; font-weight:bold}

/*이벤트*/
.event section {padding:0 0 8px 0}
.event_txt {padding:8px 0; margin:8px; text-align:center; border:1px solid #999; border-radius:7px; background:#fff; }
.event_txt p:first-child {font-size:20px; color:#21b2f3}
.event_txt p:nth-child(2) {padding-top:3px;}
.img_cnt {margin:0 8px; }
.event h3 {height:40px; margin-top:12px; line-height:40px; font-size:17px; font-weight:normal; text-align:center; background:#fff;}
.hotel_list_content {width:100%;}
.hotel_list_content img {vertical-align:top;}
.hotel_list_content li {position:relative;margin:13px 0 0 0;padding:0 8px 0 8px;cursor:pointer;background:url("../images/list_right_bg.png") no-repeat right 110px;background-size:8px 33.5px;}
.hotel_list_content .hotel_list {overflow:hidden;position:relative;padding-bottom:7px;border-radius:0 0 7px 7px;background-color:#fff;border-bottom:1px solid #000;}
.hotel_list_content .left_cnt {position:absolute;left:8px;top:0;width:110px;padding:24px 0 0 0;}
.hotel_list_content .left_cnt .hotel_img {display:inline-block;position:relative;}
.hotel_list_content .left_cnt .hotel_img img {width:110px;height:85px;}
.hotel_list_content .left_cnt .hotel_img .percent {display:inline-block;position:absolute;left:0;top:0;width:30px;height:25px;padding-top:5px;text-align:center;font-size:14px;letter-spacing:-1px;background:url("../images/hote_flag.png") no-repeat 0 0;background-size:30px 30px;color:#fff;}
.hotel_list_content.big_type .left_cnt .hotel_img img {height:119px;}
.hotel_list_content .left_cnt .txt span.distance {color:#bebebe;letter-spacing:-1px;}
.hotel_list_content .left_cnt .txt span.distance span {color:#fff;}
.hotel_list_content .right_cnt {overflow:hidden;position:relative;height:119px;margin:24px 0 0 124px;}
.hotel_list_content .right_cnt .title {padding-left:11px;font-size:12px; line-height:12px; background:url("../images/btn_map_gray.png") no-repeat 0 2px;background-size:auto 10px;}
.hotel_list_content .right_cnt .name {display:block;overflow:hidden;height:38px;margin-top:8px;font-size:17px;font-weight:bold;line-height:19px;}
.hotel_list_content .right_cnt .desc {display:block;overflow:hidden;height:16px;margin-top:4px;padding-left:10px;font-size:12px;line-height:16px;color:#666;background:url("../images/list_middle_icon.png") no-repeat 0 3px;background-size:8.5px 8.5px;text-overflow:ellipsis;white-space:nowrap;}
.hotel_list_content .right_cnt .price {position:absolute;bottom:0;width:100%;height:30px;background-color:#eaeaea;}
.hotel_list_content .right_cnt .price .d_num {display:inline-block;float:left;width:70px;margin:0 0 0 5px;font-size:14px;color:#999;}
.hotel_list_content .right_cnt .price .d_num .w {display:inline-block;line-height:30px;letter-spacing:-1px;text-decoration:line-through;color:#999;}
.hotel_list_content .right_cnt .price .r_num {display:inline-block;float:right;width:100px;padding-right:5px;margin:0;font-size:15px;font-weight:bold;text-align:right;letter-spacing:-2px;color:#E41D1F/*#b01c1d;*/}
.hotel_list_content .right_cnt .price .r_num .w {display:inline-block;font-size:22px;line-height:30px;}
.hotel_list_content .right_cnt .distance {float:right;margin-right:5px;color:#0961c5;}

/*개인정보*/
.person_info {background:#fff;  padding:33px 14px; font-size:13px; color:#666666; line-height:18px;}
.person_info div {padding-bottom:17px;}
.person_info h3{color:#000;margin-bottom:30px;letter-spacing:-1px;font-size:15px;}
.person_info h3.per_tit1{font-size:20px;margin-top:15px;}
.person_info h3.per_tit2{margin-bottom:0;margin:30px 0 15px 0;}
.person_info p{}
.person_info > ol, .person_info > ol > li, .person_info > ul ol > li{list-style-type:decimal;}
.person_info li{margin-bottom:5px;}
.person_info ol{padding:0 14px;}
.person_info ol ul{padding-left:10px;}

/*공통팝업*/
.lay_pop {position: fixed; left: 0; top: 0; width: 100%; height:100%; z-index:9999; background-color: rgba(20,20,20,0.7); }

/*이용후기팝업*/
.pop_review {padding:21px 17px 52px 17px; box-sizing:border-box; width:100%; max-height:90%; height:auto; overflow:hidden; display:block; background:#fff; position:absolute; bottom:0; overflow-y:auto;}
.pop_review::-webkit-scrollbar{display:none;}

/*후기등록팝업*/
.pop_regist {padding:21px 17px 52px 17px; box-sizing:border-box; width:100%; max-height:90%; height:auto; overflow:hidden; display:block; background:#fff; position:absolute; bottom:0; overflow-y:auto;}
.pop_regist::-webkit-scrollbar{display:none;}
.pop_regist textarea{resize:none; border:1px solid #cfcfcf; box-shadow:0 0; margin:17px 0;}
.pop_regist .star_a {position:absolute; top:16px; left:50%; margin-left:-30px;}
.pop_regist .sch_con div {position:relative;}

/*검색필터팝업*/
.lay_filter_pop .btn_blue {opacity:1}
.pop_filter {padding:21px 17px 52px 17px; box-sizing:border-box; width:100%; max-height:90%; display:block; background:#fff; position:absolute; bottom:0; overflow:hidden; overflow-y:auto;}
.pop_filter::-webkit-scrollbar{display:none;}
.pop_filter dt {padding:6px 5px 4px 30px;}
.pop_filter dd {padding:12px 0 22px 0;}
.pop_filter ul {width:100%; text-align:center; box-sizing:border-box;}
.pop_filter ul:after{content:""; display:block; clear:both;}
.pop_filter li {float:left; width:20%; margin-left:11px;color:#9b9b9b; font-size:12px}
.pop_filter li button {width:100%; padding:44px 0 10px 0; border:1px solid #cfcfcf; border-radius:3px 3px; color:#9b9b9b; box-sizing:border-box;}
.pop_filter .on button {border:1px solid #62a6ed; color:#62a6ed}
.pop_filter .on p {color:#62a6ed}
.pop_filter .on .icon_all_gray{background:url("../images/icon_all.png") no-repeat center; background-size:auto 23px;}
.pop_filter .on .icon_hotel_gray{background:url("../images/icon_hotel.png") no-repeat center; background-size:auto 23px;}
.pop_filter .on .icon_condo_gray{background:url("../images/icon_condo.png") no-repeat center; background-size:auto 23px;}
.pop_filter .on .icon_pen_gray{background:url("../images/icon_pen.png") no-repeat center; background-size:auto 23px;}
.pop_filter li p{padding-top:5px;}
.pop_filter dt:nth-child(1) {background:url("../images/icon_room.png") no-repeat left center; background-size: auto 26px}
.pop_filter dt:nth-child(3) {background:url("../images/icon_resort.png") no-repeat left center; background-size: auto 26px}
.pop_filter dt:nth-child(5) {background:url("../images/icon_grade.png") no-repeat left center; background-size: auto 26px}
.pop_filter dt:nth-child(7) {background:url("../images/icon_money.png") no-repeat left center; background-size: auto 26px}
.pop_filter dd:nth-child(4) button{padding:7px 0 5px 0;} 
.pop_filter .filter_03 li {width:16%;}
.pop_filter .filter_03 li button {text-indent:-9999px; padding:14px 0; }
.pop_filter .filter_03 li:first-child button {background:url("../images/star_b05.png") no-repeat center; background-size: auto 26px}
.pop_filter .filter_03 li:nth-child(2) button {background:url("../images/star_b04.png") no-repeat center; background-size: auto 26px}
.pop_filter .filter_03 li:nth-child(3) button {background:url("../images/star_b03.png") no-repeat center; background-size: auto 12px}
.pop_filter .filter_03 li:nth-child(4) button {background:url("../images/star_b02.png") no-repeat center; background-size: auto 12px}
.pop_filter .filter_03 li:nth-child(5) button {background:url("../images/star_b01.png") no-repeat center; background-size: auto 12px}
.pop_filter .filter_03 li.on:first-child button {background:url("../images/star_b05_on.png") no-repeat center; background-size: auto 26px}
.pop_filter .filter_03 li.on:nth-child(2) button {background:url("../images/star_b04_on.png") no-repeat center; background-size: auto 26px}
.pop_filter .filter_03 li.on:nth-child(3) button {background:url("../images/star_b03_on.png") no-repeat center; background-size: auto 12px}
.pop_filter .filter_03 li.on:nth-child(4) button {background:url("../images/star_b02_on.png") no-repeat center; background-size: auto 12px}
.pop_filter .filter_03 li.on:nth-child(5) button {background:url("../images/star_b01_on.png") no-repeat center; background-size: auto 12px}

/*로그인팝업*/
.pop_login { box-sizing:border-box; width:100%; max-height:90%; padding:0 7px; height:auto; display:block; position:absolute;/* top:50%; margin-top:-270px; */overflow:hidden; overflow-y:auto;}
.pop_login::-webkit-scrollbar{display:none;}
.pop_login h1 {height:35px;margin:0;padding-top:15px; background-color:#62a6ed; font-size:18px;color:#fff;text-align:center;}
.pop_login section {padding:14px; background:#fff;}
.pop_login input {width:96%; color:#9c9c9c; border:0 none; border-bottom:1px solid #cfcfcf; border-radius:0}
.pop_login input[type="text"] {background:url("../images/icon_id.png") no-repeat 95% center; background-size:auto 16px;}
.pop_login input[type="password"] {background:url("../images/icon_pw.png") no-repeat 95% center; background-size:auto 16px;margin-top:10px;}
.pop_login .btn_number_1 button {width:100%;padding:15px 0; border:1px solid #62a6ed; color:#62a6ed; border-radius:3px; box-sizing:border-box;}
.pop_login .btn_number_1 button, .pop_login .btn_number_1 button:focus, .pop_login .btn_number_1 button:hover {background:#62a6ed; color:#fff; border:1px solid #62a6ed}
.pop_login .btn_number_1, .pop_login .btn_number_2 {padding-top:10px;}.pop_login .btn_number_2 {padding-top:10px;}
.pop_login .btn_number_2 button {width:48%; padding:15px 0; border:1px solid #62a6ed; color:#62a6ed; border-radius:3px; box-sizing:border-box;}
.pop_login .btn_number_2 button:last-child {float:right}
.pop_login .btn_number_2 button:first-child, .pop_login .btn_number_2 button:focus, .pop_login .btn_number_2 button:hover {background:#62a6ed; color:#fff; border:1px solid #62a6ed}
/*2016-04-11 추가
.pop_login .btn_number_3 button{width:100%;padding:15px 0; border-radius:5px; margin:10px 0 0 0;}
.pop_login .btn_number_3 button:first-child{background-color:#fff313;}
.pop_login .btn_number_3 button:first-child img{width:30px;float:left;margin-left:9%;}
.pop_login .btn_number_3 button:first-child span{position:relative;left:-7%;}
.pop_login .btn_number_3 button:last-child{background-color:#3c5a9a;color:#fff;}
.pop_login .btn_number_3 button:last-child img{width:30px;float:left;margin-left:9%;}
.pop_login .btn_number_3 button:last-child span{position:relative;left:-7%;}*/
/*2016-04-11 추가_ 2016-07-06수정*/
.pop_login .btn_number_3 a button{width:100%;padding:15px 0;margin:10px 0 0 0;border-radius:3px; box-sizing:border-box; border:1px solid #b7bfc8;}
.pop_login .btn_number_3 a button img{width:15%;/*height:100%;*/vertical-align:middle;}

/*엔조이포인트로그인팝업*/
.pointO {color:#ff580f;}
.pop_Nlogin { box-sizing:border-box; width:100%; max-height:90%; padding:0 7px; height:auto; display:block; position:absolute; top:50%; margin-top:-160px; overflow:hidden; overflow-y:auto;}
.pop_Nlogin h1 {height:35px;margin:0;padding-top:15px; background-color:#62a6ed; font-size:18px;color:#fff;text-align:center;}
.pop_Nlogin section {padding:38px 14px; background:#fff; text-align:center;}
.pop_Nlogin .tt {padding-bottom:35px; font-size:18px; color:#9b9b9b; letter-spacing:-1px; line-height:25px;}
.pop_Nlogin .btn_number_2 button {width:48%; padding:15px 0; border:1px solid #62a6ed; color:#62a6ed; border-radius:3px; box-sizing:border-box;}
.pop_Nlogin .btn_number_2 button:last-child {float:right}
.pop_Nlogin .btn_number_2 button:first-child, .pop_login .btn_number_2 button:focus, .pop_login .btn_number_2 button:hover {background:#62a6ed; color:#fff; border:1px solid #62a6ed}
.pop_Nlogin .btn_number .btn_blue {background-color:#62a6ed}
.pop_Nlogin .today_close {background-color:#313131; width:100%; box-sizing:border-box; padding:8px;}
.pop_Nlogin .today_close:after {content:""; display:block; clear:both}
.pop_Nlogin .today_close span {float:left; width:80%; font-weight:bold; color:#fff;}
.pop_Nlogin .today_close span img {width:20px; vertical-align:middle; margin-right:5px;}
.pop_Nlogin .today_close span:last-child {float:right; width:20%; text-align:right; padding-top:4px;}
.pop_Nlogin .today_close input[type=checkbox] {width:26px;height:26px;margin-right:5px;outline:none;vertical-align:middle;background:url('../images/pop_input_off.png') no-repeat center center;-webkit-background-size:25px;-webkit-box-sizing:border-box;-webkit-appearance:none;}
.pop_Nlogin .today_close input[type=checkbox]:checked, input[type=checkbox]:active  {background-image: url('../images/pop_input_on.png');}
.pop_Nlogin .today_close input[type=checkbox]:checked + label, input[type=checkbox]:active + label {color:#fff}

/*포함사항 팝업*/
.pop_include {box-sizing:border-box; width:96%; height:70%; position:absolute; top:50%; overflow:hidden; overflow-y:auto;margin:-160px 2% 0;}
.pop_include::-webkit-scrollbar {display:none;}
.pop_include dt {font-size:18px; font-weight:bold; background:#62a6ed; text-align:center; color:#fff; padding:14px 0;position:fixed;width:96%;}
.pop_include dd {color:#9c9c9c; font-size:13px; padding:61px 12px 27px 12px; background:#fff;  }
.pop_include button.close{top:3px;}

/*모바일특가팝업*/
.lay_mobile > div {position:absolute; top:50%; margin-top:-130px; width:100%; height:100%;}
.pop_mobile {box-sizing:border-box; width:100%; height:55%;padding:0 7px; }
.pop_mobile h2{font-size:18px; background:#62a6ed; text-align:center; color:#fff; padding:16px 0 12px 0}
.pop_mobile::-webkit-scrollbar {display:none;}
.pop_mobile ul {width:100%; background:#fff;}
.pop_mobile div {height:100%; overflow-y:auto; }
.pop_mobile ul:after {content:""; display:block; clear:both;}
.pop_mobile li {float:left; width:50%; text-align:center; padding:20px 0 18px 0; box-sizing:border-box;border-right:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf; background:#fff;}

/*지역선택*/
.pop_area1 {box-sizing:border-box; width:100%; height:auto; position:absolute; top:50%; overflow:hidden; overflow-y:auto; margin-top:-160px; padding:0 7px; }
.pop_area1 h2{font-size:18px; font-family:NanumBarunGothicBold; background:#62a6ed; text-align:center; color:#fff; padding:16px 0 12px 0}
.pop_area1 > div {background:#fff; padding:35px 10%}
.pop_area1 select {width:100%; margin-bottom:13px}

/*날짜변경 팝업*/
.pop_date {padding:21px 17px 52px 17px; box-sizing:border-box; width:100%; height:auto; max-height:100%; overflow:hidden; display:block; background:#fff; position:absolute; bottom:0; overflow-y:auto;}
.pop_date::-webkit-scrollbar {display:none;}
.pop_date h2 {padding:12px 0 9px 30px; font-size:17px; font-weight:normal;}
.pop_date .calendar_hd_wrap h2 {background:url("../images/icon_car.png") no-repeat 0 center; background-size:auto 26px; }
.pop_date .calendar_hd dl:nth-child(2) {float:right; width:49%}
.pop_date .sch_con h2 {background:url("../images/icon_room.png") no-repeat 0 center; background-size:auto 26px; }
.pop_date .range_sel_wrap h2 {background:url("../images/icon_money.png") no-repeat 0 center; background-size:auto 26px; }
.calendar_wrap {width:100%; position:absolute; top:110px; left:0; z-index:9; padding:17px; box-sizing:border-box; display:none;}

/*달력팝업*/
.pop_calendar {box-sizing:border-box; width:100%; height:auto; position:absolute; top:50%; overflow:hidden; overflow-y:auto; margin-top:-190px; padding:0 7px; }
.pop_calendar h2{font-size:18px; background:#62a6ed; text-align:center; color:#fff; padding:16px 0 12px 0}
.pop_calendar .calendar_bx {background:#fff; padding:13px 10px;}
.pop_calendar .calendar {margin:0}
.pop_calendar .close + div {background:#fff; text-align:center; padding:5px 0}

/*결제팝업*/
.pop_res {box-sizing:border-box; width:100%; max-height:90%; height:auto; display:block; background:#fff; position:absolute; bottom:0; overflow:hidden; overflow-y:auto;}
.pop_res::-webkit-scrollbar {display:none;}
.cancel {background:#fff; padding:20px 11px  17px 11px; margin-bottom:7px; }
.cancel .check em {border-bottom:1px solid #222; }
.cancel table {border:2px solid #cecece; border-radius:5px; margin:11px 0; border-collapse:inherit}
.cancel th {height:40px; border-left:1px solid #cfcfcf; }
.cancel th:first-child, .cancel td:first-child {border-left:0 none;}
.cancel td {color:#9b9b9b; height:40px; text-align:center; border-left:1px solid #cfcfcf; border-top:1px solid #cfcfcf; padding:5px;}
.cancel .fir td {text-align:left;}
.res_sel {background:#fff; padding:20px 11px; }
.res_sel p {padding:0 6px;}
.res_sel p:first-child {font-size:17px; font-weight:bold; border-bottom:1px solid #cfcfcf; padding:0 6px 5px 6px; margin-bottom:9px;}
.res_sel .radio {padding-bottom:14px;}
.res_sel dl:after {content:""; display:block; clear:both;}
.res_sel dl {width:100%;color:#000}
.res_sel dt {float:left; width:68px; padding:16px 0 11px 7px}
.res_sel dd {border-bottom:1px solid #cfcfcf; padding:16px 0 11px 75px;  text-align:right;}
.res_sel dd strong {color:#ff3e03}
.res_sel dd:nth-child(2) select {width:100%}
.res_sel dd select {width:46%;}
.res_sel form dd {text-align:left; border-bottom:0 none; padding:7px 0 0 75px}
.res_sel input[type="password"] {width:18%; margin-right:11px;}
.res_sel input[type="password"] ~ span {width:11px; height:11px; background:#9c9c9c; display:inline-block; border-radius:5px; margin-right:14px;}
.res_agree {border:2px solid #cecece; border-radius:5px; padding:11px; height:54px; overflow:hidden; overflow-y:auto; margin-top:11px; color:#9b9b9b; }
#cardpwd + input {margin-left:4%}
#expiry_mm, #expiry_yy {width:46%;}
#card ~ span, #CC ~ span {font-weight:bold; display:block; padding-top:5px;}

/*지역선택*/
.lay_area2 section {height:100%;overflow-y:auto;background:#fff;}
.lay_area2 section::-webkit-scrollbar {display:none;}
.area li {border-bottom:1px solid #cfcfcf; background:#fff;}
.area .city {padding:17px 18px 16px 18px;}
.area .on {background:#fff url("../images/area_arrow.gif") no-repeat  95% center; background-size:auto 12px;}
.area .on + .area_sel {display:block;}
.area .sel {background:#475967;}
.area .sel a{ color:#fff; }
.area_sel {display:none;}
.area_sel li {padding:17px 18px 16px 18px; color:#9b9b9b; background:#f6f6f6; font-size:14px;}
.area_sel li:last-child {border-bottom:0 none}



/* 등급제 */
.membership{}
.membership div{}
.Ggrade .now_grade{/*height:140px;*/padding:25px 0;}
.Ggrade .gradeicon{width:78px;height:70px;display:block;margin:0 auto;}
.Ggrade .m_vvip{background:url('../images/g_icon_vv.gif') no-repeat center;background-size:55px, 100%;}
.Ggrade .m_vip{background:url('../images/g_icon_v.gif') no-repeat center;background-size:55px, 100%;}
.Ggrade .m_hello{background:url('../images/g_icon_h.gif') no-repeat center;background-size:55px, 100%;}
.Ggrade p{text-align:center;}
.Ggrade .alert{display:block;font-size:12px; color:#999; padding:3px 0 8px 16px; letter-spacing:-1px;border-bottom:1px solid #d4d4d4;background:url('../images/icon_alert.gif') no-repeat left 5px;background-size:12px, 100%;}
.Ggrade .next_grade{display:block;font-weight:bold;padding:16px 0;color:#000;background:url('../images/btn_g_next.gif') no-repeat right center;background-size:6px, 100%;margin:0 auto; width:130px;}
.Ggrade{margin:8px;padding:0 10px;background-color:#fff;}
.Ggrade table{margin:5px auto; border-top:1px solid #d4d4d4;border-left:1px solid #d4d4d4;}
.Ggrade table tr{height:38px;}
.Ggrade table tr th{background:#f4f4f4;border-bottom:1px solid #d4d4d4;border-right:1px solid #d4d4d4;color:#777;}
.Ggrade table tr th b{color:#000;}
.Ggrade table tr td{padding:0 10px;font-size:12px;border-bottom:1px solid #d4d4d4;border-right:1px solid #d4d4d4;color:#777;}
.Ggrade table tr td span{float:right;color:#333;}
.Gcoupon{margin:8px;background-color:#fff;}
.Gcoupon h2{font-size:17px;text-align:center;padding:20px 0;}
.Gcoupon .coupon_zone{min-height:140px;margin:0 15px;background-color:#3e4059;}
.Gcoupon table{color:#fff;text-align:center;}
.Gcoupon table tr{}
.Gcoupon table tr td:first-child{border-right:1px dashed #676767}
.Gcoupon table tr td:last-child{background:url('../images/bg_coupon2.png') no-repeat right center;background-size:9px, 100%;}
.Gcoupon table tr td .bg_c1{width:60px;display:block;position:relative;top:10px;left:10px;float:left;}
.Gcoupon .c_date{font-size:13px;padding-top:40px;}
.Gcoupon .c_price{font-size:20px;font-weight:bold;padding:3px 0;}
.Gcoupon .c_txt{font-size:11px;padding:9px 0 28px 0;}
.Gcoupon .c_coupon{display:block;margin:0 auto; width:50%;max-width:65px;}
.Gcoupon ul{padding:15px 20px;}
.Gcoupon ul li{font-size:12px;margin-bottom:5px;line-height:20px;color:#999;background:url('../images/btn_ul_list_gray.gif') no-repeat left 8px;background-size:3px, 3px;padding-left:10px;}
.Gcoupon ul li:last-child{margin-bottom:0;}
.Gpoint{margin:8px;background-color:#fff;}
.Gpoint h2{font-size:17px;text-align:center;padding:15px 0;}
.Gpoint .point_zone{min-height:140px;margin:0 15px;background:#666888;}
.Gpoint table{color:#fff;text-align:center;}
.Gpoint table tr{}
.Gpoint table tr td:first-child{border-right:1px dashed #bdbdbd}
.Gpoint table tr td:last-child{background:url('../images/bg_coupon2.png') no-repeat right center;background-size:9px, 100%;}
.Gpoint table tr td .bg_p1{width:50px;display:block;position:relative;top:10px;left:10px;float:left;}
.Gpoint .p_date{font-size:13px;padding-top:40px;}
.Gpoint .p_price{font-size:20px;font-weight:bold;padding:3px 0;}
.Gpoint .p_txt{font-size:11px;padding:9px 0 28px 0;color:#cacce7;}
.Gpoint .p_coupon{display:block;margin:0 auto; width:50%;max-width:65px;}
.Gpoint ul{padding:20px;}
.Gpoint ul li{font-size:12px;margin-bottom:5px;line-height:20px;color:#999;background:url('../images/btn_ul_list_gray.gif') no-repeat left 8px;background-size:3px, 3px;padding-left:10px;}
.Gpoint ul li:last-child{margin-bottom:0;}
.Minfo{margin:8px;background-color:#fff;}
.Minfo h2{font-size:17px;text-align:center;padding:15px 0;}
.Minfo ul{padding:0 20px;}
.Minfo ul li{padding-bottom:20px;}
.meminfo{margin:0 8px;background-color:#fff;}
.meminfo span{display:block;font-weight:bold;padding:16px 0;color:#000;background:url('../images/btn_g_next.gif') no-repeat right center;background-size:6px, 100%;margin:0 auto; width:180px;}


/* 멤버십 안내 레이어 팝업 */
.lay_meminfo{position:fixed;top:0px;width:100%;height:100%;background-color:#fff;z-index:9999;overflow-y:auto;}
.lay_meminfo .m_head{text-align:center;line-height:47px;border-bottom:1px solid #d4d4d4;background-color:#62a6ed;color:#fff;}
.lay_meminfo span.tit{display:block;font-size:17px;font-weight:bold;background:url('../images/icon_aliert_big.gif') no-repeat left 0px;background-size:30px, 100%;height:30px;line-height:30px;width:120px;padding-left:35px;margin:36px auto 25px;}
.lay_meminfo dl{margin-bottom:40px;padding:0 20px;}
.lay_meminfo dl dt{font-weight:bold;font-size:17px;margin-bottom:10px;}
.lay_meminfo dl dd{font-size:14px;margin-bottom:8px;padding-left:10px;background:url('../images/btn_ul_list_gray.gif') no-repeat left 8px;background-size:2px, 100%;color:#999;}



@media screen and (min-width: 480px) {
.main_home .swiper-container {width:100%; height:350px;}
.intro .swiper-container {width:100%; height:425px; text-align:center}
}

/*노트1*/
@media screen and (max-width: 479px) {
.intro .swiper-container {width:100%; height:348px; text-align:center}
.sch_con dl input[type="text"] {width:76%;}
}

/*아이폰6*/
@media screen and (max-width: 399px) {
.intro .swiper-container {width:100%; height:313px;}
.sch_con dl input[type="text"] {width:76%;}
}

/*노트3, 노트4, 갤5, g2, g3*/
@media screen and (max-width: 374px) {
.intro .swiper-container {width:100%; height:295px;}
.sch_con dl input[type="text"] {width:66%;}
}

/*갤1,갤2~아이폰5*/
@media screen and (max-width: 359px) {
.all_menu .head, aside .head {position:relative; }
.scroll {padding:13px 14px 70px 14px;}
.intro .swiper-container {width:100%; height:264px;}
.icon_white {padding:5px 7px 3px 7px; font-size:11px;}
.icon_blue {padding:5px 7px 3px 7px; font-size:11px;}
.icon_gray {padding:5px 7px 3px 7px; font-size:11px;}
.filter_02 li:last-child button {height:30px; padding:0}
.sch_con dl input[type="text"] {width:66%;}
.mem div:nth-child(3) a, .mem div:nth-child(4) a, .mem div:nth-child(5) a, .mem div:nth-child(6) a{padding:10px 0 7px 0;}
.others2 span{font-size:15px;}
.login2{padding:10px 14px 0 14px;}
.login2 b{font-size:14px;}
.login2 p{letter-spacing:-1px;}
.not_njoyp{padding-top:10px;}
.myInfo_sns > li{font-size:12px;}

}

/*태블릿*/
@media screen and (min-width: 768px) {
.intro .swiper-container {width:100%; height:660px;}
}

.hide {display:none;}
.show {display:block;}
.btn_com2 {width:80%; background:#475967; color:#fff; padding:17px 0; font-size:17px; display:block; text-align:center;border-radius:3px; margin:0 auto;}

