@charset "utf-8";
@import "nanum-square-regular.css";
@import "nanum-saquare-round.css";

/* reset */ 
html,body{padding:0;margin:0;height:100%;width:100%;border:0;}
html{overflow-y:scroll;}
body{}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0;} 
body,input,textarea,select,button,table{font-family:'nsr';}
img,fieldset{border:0}
ul,ol{list-style:none}
em,address{font-style:normal}
a{text-decoration:none; color:inherit}
a:hover,a:active,a:focus{text-decoration:none}
input[type="button"],input[type="submit"],input[type="reset"] { cursor:pointer; }
table {  word-break:break-all; table-layout:fixed;border-collapse:collapse; }
textarea { resize:none; }
input[type="text"]{font-family:sans-serif,'nsr';}
img{max-width:100%;height:auto;}
input[type="checkbox"]{vertical-align:middle;}
/* reset */

/* 공통 css */
.ml10{margin-left:10px !important;}
.color_white{color:#fff !important;}
.width-fixed{width:1100px;margin:0 auto;position:relative;}
.bg_darkred{background:#fb7400 !important;}
.bg_gray{background:#757575 !important;}
.btn{vertical-align:middle;display:inline-block;text-align:center;}
.text-center{text-align:center !important;}
.mt20{margin-top:20px !important;}
.clear{clear: both}
.grid_100{width:100% !important;display:inline-block;box-sizing:border-box;float:none;clear:both;}
.text-right{text-align:right !important;}
.grid_40{width:40% !important;display:inline-block;float:left;box-sizing:border-box;}
.grid_20{width:20% !important;display:inline-block;float:left;box-sizing:border-box;}
.lh30{line-height:30px !important;}
/* 공통 css */

/* 준비중 페이지 */
#intro{text-align:center;padding:10px;width:100%;height:100%;padding-bottom:110px;box-sizing:border-box;display:table;}
#intro .con h1{margin-bottom:60px;}
#intro .con{display:table-cell;vertical-align:middle;}
#intro .con h3{font-size:24px;font-weight:600;color:#464646;margin-bottom:5px;}
#intro .con p{font-size:12px;color:#929292;}
#intro .footer{position:absolute;bottom:0;left:0;width:100%;height:100px;padding:20px 10px;box-sizing:border-box;font-size:12px;color:#929292;font-family:"Gulim";border-top:1px solid #d6d6d6;}
#intro .footer p{font-size:9px;margin-top:10px;}
@media all and (max-width: 400px){
	#intro{padding:20px 20px 120px 20px;}
	#intro .con h1{margin-bottom:30px;}
	#intro .con h3{font-size:16px;}
	#intro .con p{font-size:10px;}
	#intro .footer{font-size:9px;padding:20px;}
	#intro .footer p{font-size:7px;}
}
/* 준비중 페이지 */

/*서브*/
.con1{background: url(../img/section01_header_01.jpg);height: 406px}
.con2{background: url(../img/section01_header_02.jpg);height: 406px}
.con3{background: url(../img/section01_header_03.jpg);height: 406px}
.con4{background: url(../img/section01_header_04.jpg);height: 406px}
.con5{background: url(../img/section01_header_05.jpg);height: 406px}
.con6{background: url(../img/section01_header_06.jpg);height: 406px}
.con7{background: url(../img/section01_header_07.jpg);height: 406px}
.con8{background: url(../img/section01_header_08.jpg);height: 406px}

.sub_img{position: relative}
.sub_img .txt{width: 100%;position: absolute;text-align: center;color: #fff;top: 31%}
.sub_img .txt h2{font-size: 45px;padding: 15px 0}
.sub_img .txt p{font-size: 25px}
/*서브*/
/* 헤더 */
#header{width:100%;height:125px;z-index:1000;position:relative;}
#top_header{width:100%;height:35px;background:#ee3415;text-align:right;font-size: 12px}
#top_header p,#top_header ul,#top_header li{display:inline-block;}
#top_header p,#top_header li{padding:9px 0;}
#top_header p{position:relative;padding-left:15px;padding-right:13px;color:#000;font-weight: bold}
#top_header p span{width:16px;height:16px;display:inline-block;background-image:url("../img/top_head_icon.png");background-repeat:no-repeat;background-position:top left;position:absolute;left:-5px;top:50%;margin-top:-8px;}
#top_header li a{color:#fff;padding-right:3px;}
#top_header li a:after{content:"|";margin-left:6px;}
#top_header li.last a{padding-right:0;}
#top_header li.last a:after{content:"";margin-left:0;}
#main_header{height:90px;position:relative; background-color:#fff;box-shadow:0px 5px 0px 0px rgba(0,0,0,0.15);}
#main_header h1{position:absolute;left:0;top:15px;width:234px;height:60px;background-image:url("../img/logo2.png");background-repeat:no-repeat;background-position:top left;}
#main_header h1 a{display:block;width:100%;height:100%;}
#main_header div > ul{position:absolute;right:0;}
#main_header div > ul > li{display:inline-block;position:relative;}
#main_header div > ul > li > a{display:block;padding:35px 27px;font-weight:bold;font-size:18px;color:#3d3d3d;letter-spacing:-0.5px;}
#main_header div > ul > li.last a{padding-right:0; }
#main_header div > ul > li > a:hover{color:#fb7400;}
#main_header div > ul > li:hover > ul{display:block;}
#main_header div > ul > li > ul{display:none;position:absolute;border-top:5px solid #ff3c00;width:123px;background-color:#eaeaea;top:85px;left:50%;margin-left:-62px;padding:25px 35px 52px 35px;text-align:center;box-sizing:border-box;}
#main_header div > ul > li > ul li a{display:block;padding:9px 0;font-size:14px;color:#696969;}
#main_header div > ul > li > ul li a:hover{color:#fb7400;font-weight: bold}



.sub_header #main_header{background-color:#fff;box-shadow: 5px 5px 5px rgba(0,0,0,0.15);}
.sub_header #main_header h1{background-image:url("../img/logo2.png");}
.sub_header #main_header div > ul > li > a{color:#3d3d3d;}
.sub_header #main_header div > ul > li > a:hover{color:#fb7400;}
#mobile_header{display:none;}
#mobile_header h1 a{display:inline-block;width:100%;height:100%;box-sizing:border-box;}
#mobile_header h1 span{display:block;width:100%;height:100%;background-image:url("../img/mobile_logo_01.png");background-repeat:no-repeat;background-position:center;background-size:contain}
.mobile_menu_btn{display:block;height:100%;background-image:url("../img/mobile_menu_btn.png");background-repeat:no-repeat;background-position:center;background-size:100% 100%;position:absolute;right:0;top:0;}
.mobile_back_btn{display:none;cursor:pointer;height:100%;background-image:url("../img/mobile_back_btn.png");background-repeat:no-repeat;background-position:center;background-size:100% 100%;position:absolute;left:0;top:0;}
.sub_header .mobile_back_btn{display:block;}
.mobile_menu_btn a,.mobile_back_btn a{display:block;width:100%;height:100%;}
#mobile_header{height:100%;}
.mobile_menu{width:100%;height:100%;background-image:url("../img/mask.png");background-repeat:repeat;z-index:1500;position:fixed;top:0;left:0;display:none;}
.mobile_menu > span{width:40%;position:absolute;top:0;left:0;height:100%;cursor:pointer;}
.mobile_menu > div{width:60%;position:absolute;top:0;right:0;height:100%;background:#fff;font-size:24px;font-family:nsr;overflow-y:auto;transform: translateX(100%);transition: transform .5s ease-in-out;-moz-transition: transform .5s ease-in-out;-webkit-transition: transform .5s ease-in-out;}
.mobile_menu.active > div{transform: translateX(0);}
.user_box{width:100%;height:372px;background:#2d2d2d;padding-top:56px;box-sizing:border-box;text-align:center;}
.user_box > span{width:129px;height:129px;display:block;margin:0 auto;background-image:url("../img/user_box_icon.png");background-repeat:no-repeat;background-position:center;background-size:100% 100%;}
.user_box > p{color:#fff;margin:29px 0;}
.user_box > div a{color:#2d2d2d;width:167px;padding:13px 0;box-sizing:border-box;}
.mobile_menu ul li{border-bottom:1px solid #ddd;}
.mobile_menu ul li.last{border-bottom:0;}
.mobile_menu ul li a{display:block;padding:25px 40px;}
/* 헤더 */

/* 푸터 */
#footer{height:250px;padding:16px 0 30px 0 ;box-sizing:border-box; background-color:#222;}
#footer ul{margin-bottom:20px; border-bottom:1px solid #919191; text-align:center; width:100%; padding-bottom:16px; }
#footer ul li{display:inline-block;font-size:20px;letter-spacing:-0.05em;}
#footer ul li:after{content:"|";color:#919191;margin-left:23px;margin-right:21px;}
#footer ul li.last:after{content:"";display: none}
#footer ul li a{color:#616161;}
#footer ul li:first-child a{color:#f7f7f7; font-weight:bold;}
#footer ul li a:hover{color:#fff;}
#footer .footer_logo{margin:20px 0;}
#footer p{font-size:18px;color:#808080; text-align:center;}
#footer.sub_footer{background:#222;border-top:1px solid #ddd;margin-top:45px;}
/* 푸터 */

/* 메인 */
.container{width:100%;min-height:600px;box-sizing:border-box;/*padding-top:128px;margin-top:-128px*/;position:relative;/*margin-bottom:-135px;padding-bottom:300px;*/;}
/*.container.sub{margin-bottom:-180px;padding-bottom:180px;}*/
#main_event{position:relative;margin-bottom:40px;}
#main_event .owl-dots{text-align:center;width:100%;position:absolute;bottom:22px;}
#main_event .owl-dot{display:inline-block;margin:0 5px;}
#main_event .owl-dot.active span{background:#cf1616;}
#main_event .owl-dot span{display:block;width:12px;height:12px;background:#919690;border-radius:100%;}
#main_event .item {position:relative;background:url('../img/main_slide.jpg')center / cover no-repeat;height:700px;}
#main_event .item a span{color: #fff; font-size: 32px;font-weight: Bold;position: absolute;left: 0%;top: 60%;transform:translateY(-60%);/*background-color: rgba(255,255,255,0.8);/* padding: 2px 225px; */width: calc(100% - 20px);text-align: center;padding: 10px;}

/*#main_event .item div.width-fixed{height:100%;position:absolute;top:0;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
#main_event .item div.box{width:600px;top:32%;left:0;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);position:absolute;}
#main_event .item div.box img{width:100%;margin-top:20px;left:0;top:0;position:relative;}
#main_event .item div.box span{font-size:22px;color:#fff;}*/

#main_notice{margin-bottom:20px;border:1px solid #ddd;width:100%;height:47px;box-sizing:border-box;padding-left:77px;position:relative;font-size:14px;overflow:hidden;}

#main_notice h3{color:#ee3415;position:absolute;left:15px;top:15px;}
#main_notice ul li{padding:15px 56px 15px 15px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
#main_notice ul li a span{margin-right:10px;color:#a8a8a8;}
#main_notice > span{background-image:url("../img/main_notice_plus.png");width:16px;height:16px;display:block;position:absolute;right:15px;top:14px;}
#main_notice > span a{display:block;width:100%;height:100%;}

#board_event{margin-bottom:20px;border:1px solid #ddd;width:100%;height:47px;box-sizing:border-box;padding-left:77px;position:relative;font-size:14px;overflow:hidden;}
#board_event h3{color:#ee3415;position:absolute;left:15px;top:15px;}
#board_event ul li{padding:15px 56px 15px 15px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
#board_event ul li a span{margin-right:10px;color:#a8a8a8;}
#board_event > span{background-image:url("../img/main_notice_plus.png");width:16px;height:16px;display:block;position:absolute;right:15px;top:14px;}
#board_event > span a{display:block;width:100%;height:100%;}

#main_banner{display:table;width:100%;}
#main_banner .menu{width:752px;float:left;display:inline-block;}
#main_banner .menu > div{margin-left:-10px;}
#main_banner .menu > div > div{width:calc(50% - 20px);padding:10px;box-sizing:content-box;display:inline-block;float:left;}
#main_banner .menu > div > div > div{width:100%;height:180px;background:#fff;border-radius:10px;position:relative; border:2px solid #ccc;}
#main_banner .menu > div > div > div > a{display:block;width:100%;height:100%;}
#main_banner .menu > div > div > div span{display:block;position:absolute;}
#main_banner .call{width:338px;height:380px;background:#f0f0f0;border-radius:10px;float:left;display:inline-block;margin-left:9px;letter-spacing:-0.05em;font-family:nsr;text-align:center;position:relative;  border:0; margin-top:14px;}
#main_banner .menu1 .icon{width:129px;height:80px;background-image:url("../img/main_m1_icon.png");background-repeat:no-repeat;background-position:top left;background-size:100% 100%;top:48px;left:15px;}

#main_banner .menu1 .txt{width:171px;height:55px;background-image:url("../img/main_m1_txt.png");background-repeat:no-repeat;background-position:top right;background-size:100% 100%;top:61px;right:25px;}

#main_banner .menu2 .icon{width:129px;height:74px;background-image:url("../img/main_m2_icon.png");background-repeat:no-repeat;background-position:top left;background-size:100% 100%;top:51px;left:20px;}

#main_banner .menu2 .txt{width:169px;height:55px;background-image:url("../img/main_m2_txt.png");background-repeat:no-repeat;background-position:top right;background-size:100% 100%;top:61px;right:25px;}

#main_banner .menu3 .icon{width:77px;height:80px;background-image:url("../img/main_m3_icon.png");background-repeat:no-repeat;background-position:top left;background-size:100% 100%;top:48px;left:45px;}

#main_banner .menu3 .txt{width:169px;height:55px;background-image:url("../img/main_m3_txt.png");background-repeat:no-repeat;background-position:top right;background-size:100% 100%;top:61px;right:25px;}

#main_banner .menu4 .icon{width:70px;height:83px;background-image:url("../img/main_m4_icon.png");background-repeat:no-repeat;background-position:top left;background-size:100% 100%;top:48px;left:50px;}

#main_banner .menu4 .txt{width:176px;height:55px;background-image:url("../img/main_m4_txt.png");background-repeat:no-repeat;background-position:top right;background-size:100% 100%;top:61px;right:25px;}

#main_banner .call > a{display:block;width:100%;height:100%;box-sizing:border-box;padding:30px;}
#main_banner .call h3{font-size:25px;color:#3d3d3d;font-weight:Bold; letter-spacing:-0.15em;}
#main_banner .call h3 span{color:#ee3415; font-size:30px;font-weight:Bold;}
#main_banner .call h1{font-size:32px;background:#ee3415;color:#fff;padding:11px 21px;font-weight:Bold;border-radius:10px;}
#main_banner .call i{width:140px;height:128px;display:block;margin:43px auto;background-image:url("../img/main_call_icon.png");background-repeat:no-repeat;background-position:top left;background-size:100% 100%;}
#main_banner .call h4{font-size:16px;color:#6e6e6e;font-weight:normal;}
#main_way{display:none;background-color:#fff;margin-top:20px;text-align:right;font-family:nsr;letter-spacing:-0.05em;border-radius:10px;background-image:url("../img/main_way_bg.png");background-repeat:no-repeat;background-position:top right;overflow:hidden;position:relative;box-shadow: 5px 5px 30px -10px;-webkit-box-shadow: 5px 5px 30px -10px;-moz-box-shadow: 5px 5px 30px -10px}
#main_way a{padding:34px 55px 30px 55px;display:block;width:100%;height:100%;box-sizing:border-box;}
#main_way h3{font-size:24px;font-weight:normal;margin-bottom:1px;color:#6e6e6e;}
#main_way h1{font-size:51px;font-family:nsr;}
#main_way i{width:202px;height:209px;display:block;background-image:url("../img/main_way_icon.png");background-repeat:no-repeat;background-position:top left;background-size:100% 100%;position:absolute;top:-16px;left:-13px;}
#main_partner{margin-top:7px;position:relative;}
#main_partner .owl-nav div{display:block;width:23px;height:39px;position:absolute;top:58%;margin-top:-20px;background-repeat:no-repeat;background-position:top left;background-size:100% 100%;}
#main_partner .owl-prev{left:93px;background-image:url("../img/main_partner_prev.png");}
#main_partner .owl-next{right:93px;background-image:url("../img/main_partner_next.png");}
/* 메인 */

/* 차량 선택 페이지 */
.section01{width:100%;}
.section01_header{border-bottom:1px solid #ddd;padding-top:45px;padding-bottom:23px;margin-bottom:40px;}
.section01_header h1{display:none;}
.section01_header h3{margin-bottom:12px;}
.section01_header .rent_list_head{width:154px;height:43px;background-image:url("../img/rent_list_head.png");background-repeat:no-repeat;background-position:top left;}
.section01_header p{font-size:14px;letter-spacing:-0.03em;color:#999;}
.rent_select{position:relative;margin-bottom:20px;}
.rent_select label{background:#fff;display:block;width:100%;text-align:center;font-size:18px;color:#bebebe;height:58px;box-sizing:border-box;border:1px solid #fb7400;border-top: 2px solid #fb7400;border-radius:5px;padding:16px 0;cursor:pointer;}
.rent_select label:after{content:"▼";position:absolute;right:35px;top:18px;}
.rent_select select{position:absolute;top:0;left:0;width:100%;height:58px;opacity:0;filter: alpha(opacity=0);}
.rent_list{margin-top:-3px;}
.rent_list li{background:#fff;border:1px solid #ddd;box-sizing:border-box;height:165px;cursor:pointer;position:relative;padding-left:273px;padding-right:297px;margin-top:3px;}
.rent_list li > div{width:100%;height:100%;}
.rent_list li .img{padding:15px 25px 15px 13px;box-sizing:border-box;height:165px;width:240px;position:absolute;top:0;left:0;}
.rent_list li .img:after{content:"";width:1px;height:80px;background:#e5e5e5;position:absolute;right:0;top:50%;margin-top:-40px;}
.rent_list li .img div{display:block;width:100%;height:100%;overflow:hidden;}
.rent_list li .img div img{min-width:100%;min-height:100%;max-width:120%;max-height:120%;width:100%;}
.rent_list li .txt{padding:51px 0;letter-spacing:-0.05em;}
.rent_list li h3{font-weight:normal;font-family:nsr;color:#2d2d2d;font-size:18px;margin-bottom:5px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.rent_list li p{color:#a6a6a6;font-size:14px;margin-bottom:3px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.rent_list li h4{font-size:14px;color:#ce2027;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.rent_list li h4 span{margin-right:15px;font-weight:normal;color:#a6a6a6;}
.rent_list li > a{position:absolute;top:60px;right:75px;color:#fff;background:#424242;width:114px;box-sizing:border-box;font-size:17px;font-family:nsr;text-align:center;padding:15px 0 13px 0;box-shadow:3px 3px 0 #baafaf;}
.sub_call_pop{position:absolute;right:0;top: 0;box-sizing:border-box;font-family:nbgr;}

.sub_call_pop .top{width:100%;height:50px;box-sizing:border-box;}
.sub_call_pop .top i{width:64px;height:454px;float:right;background-image:url("../img/call_pop_icon.jpg");background-repeat:no-repeat;}
.sub_call_pop .top .customer{position: absolute;writing-mode:tb-rl;left: 1.26vw;top: 2vw}
.sub_call_pop .top .customer p{color: #fff;font-size: 20px;font-family: "nsr";margin: 5px 0}
.sub_call_pop .top .customer p:before{content: "";background: url(../img/top_img.png);width: 22px;height: 23px;display: block;position: absolute;top: -1.5vw;left: 0.05vw}
.sub_call_pop .top .sns{position: relative;width: 68px}
.sub_call_pop .top .sns a.insta img{float:right;position: absolute;right: 0;margin-top:360px;}
.sub_call_pop .top .sns a.face img{float:right;;position: absolute;right: 0; margin-top:285px;}
.sub_call_banner{display:none;background:#fff;margin-bottom:20px;height:205px;box-sizing:border-box;padding:53px 20px;font-family:nsr;letter-spacing:-0.05em;position:relative;background-image:url("../img/call_banner_bg.png");background-repeat:no-repeat;background-position:-20px;}
.sub_call_banner h3{font-size:24px;font-weight:normal;margin-bottom:4px;}
.sub_call_banner h3 span{font-family:nsr;}
.sub_call_banner h2{font-size:32px;font-weight:normal;margin-bottom:8px;}
.sub_call_banner h2 span{font-family:nsr;color:#fb7400;}
.sub_call_banner p{font-size:20px;color:#727272;}
.sub_call_banner a{position:absolute;right:45px;top:42px;background:#fb7400;color:#fff;font-size:27px;width:260px;height:120px;border:1px solid #ddd;box-shadow:5px 5px 0 #c4c4c4;border-radius:10px;padding:29px 29px 29px 105px;box-sizing:border-box;}
.sub_call_banner a i{width:45px;height:57px;display:inline-block;float:left;position:absolute;top:30px;left:30px;background-image:url("../img/call_banner_icon.png");background-repeat:no-repeat;background-position:top left;background-size:100% 100%;}
.sub_call_banner a div{padding-left:30px;font-size:2.5vw;position:relative;}
.sub_call_banner a div:before{content:"";width:1px;height:73px;background:#d84d52;position:absolute;box-shadow:1px 1px 0 #9d0000;margin-top:-36px;top:50%;left:0;}
/* 차량 선택 페이지 */

/* 회원가입 페이지 */
.section01_header .intro_head{width:155px;height:44px;background-image:url("../img/intro_head.png");background-repeat:no-repeat;background-position:top left;}
.section01_header .register_form_head{width:156px;height:44px;background-image:url("../img/register_form_head.png");background-repeat:no-repeat;background-position:top left;}
.section01_header .register_modify_head{width:156px;height:44px;background-image:url("../img/register_modify_head.png");background-repeat:no-repeat;background-position:top left;}
.section01_header .member_leave_head{width:252px;height:44px;background-image:url("../img/member_leave_head.png");background-repeat:no-repeat;background-position:top left;}
.btn_group01{text-align:center;}
.btn_group01 .btn{height:55px;font-size:16px;font-family:nsr;letter-spacing:-0.05em;padding:18px 0;border:1px solid #ddd;}
.btn{border:0;}
.input01{height:45px;box-sizing:border-box;border:1px solid #ddd;vertical-align:middle;padding:10px;line-height:25px;}
.grid_50{width:50% !important;display:inline-block;float:left;box-sizing:border-box;}
.bg_lightgray{background:#bcbcbc !important;}
.check01 {width:0px;height:0px;overflow:hidden;display:inline-block;}
.check01 + .check01_label{display: inline-block; box-sizing:border-box; cursor:pointer; position:relative; font-size: 13px; width:16px; height:17px;vertical-align:middle;margin-right:5px;}
.check01 + .check01_label:before {content: "";display: inline-block;width:16px; height:17px;position: absolute;left: 0;bottom:0;background-color: #fff;border-radius: 2px;border:1px solid #ddd;box-sizing:border-box;}
.check01:checked + .check01_label:before {content: "\2714";  /* 체크모양 */font-size: 13px;font-weight:bold; color: #d94f55;background:#fff;text-align: center;padding:0; box-sizing:border-box;box-sizing:border-box;line-height:17px;display:block;}
.form_list01 ul{width:100%;border-top:1px dashed #c4c4c4;}
.form_list01 li{width:100%;border-bottom:1px dashed #c4c4c4;display:table;}
.form_list01 li > div{width:50%;display:inline-block;float:left;box-sizing:border-box;display:table}
.form_list01 li > div.bdr{border-right:1px dashed #c4c4c4;}
.form_list01 li > div > label{width:160px;box-sizing:border-box;font-size:16px;font-family:nsr;letter-spacing:-0.01em;display:inline-block;float:left;padding:20px 24px;}
.form_list01 li > div > label span{color:#ff5960;margin-left:5px;}
.form_list01 li > div > div{width:1046px;display:table-cell;vertical-align:middle;padding:0;}
#register_form li > div input{width:270px;margin:9px 0;vertical-align:middle;}
.form_list01 p{float:right;}
.form_list01 p span{color:#ff5960;}
#register_form .btn_group01{margin-top:104px;}
#register_form p{margin-top:20px;font-size:13px;}
#register_form p a{color:#08a79e;text-decoration:underline;}
/* 회원가입 페이지 */

/* 회원가입 완료 페이지 */
.section01_header .register_result_head{width:252px;height:44px;background-image:url("../img/register_result_head.png");background-repeat:no-repeat;background-position:top left;}
#register_result{background:#fff;border:1px solid #ddd;box-sizing:border-box;text-align:center;padding:77px 20px;letter-spacing:-0.05em;}
#register_result i{display:block;width:93px;height:93px;margin:0 auto;background-image:url("../img/register_result_icon.png");background-repeat:no-repeat;background-position:center;background-size:100% 100%;}
#register_result h1{font-size:31px;font-family:nsr;margin:40px 0 20px 0;}
#register_result p{font-size:19px;letter-spacing:-0.08em;color:#585858;margin-bottom:40px;}
#register_result a{width:340px;color:#fff;font-family:nsr;letter-spacing:-0.03em;background:#fb7400;font-size:25px;padding:14px 0;box-sizing:border-box;box-shadow:2px 2px 0 #b9b9b9;}
/* 회원가입 완료 페이지 */

/* 로그인 페이지 */
.input02{height:50px;box-sizing:border-box;border:1px solid #ddd;line-height:30px;padding:10px;border-radius:3px;font-size:14px;}
.section01_header .login_head{width:252px;height:44px;background-image:url("../img/login_head.png");background-repeat:no-repeat;background-position:top left;margin-left:7px;}
.login_section{width:540px;border:1px solid #ddd;box-sizing:border-box;margin:75px auto 30px auto;background:#fff;padding:45px 58px 40px 58px;}
#login_form .login_id,#login_form .login_pw{margin-bottom:4px;position:relative;}
#login_form .login_id i,#login_form .login_pw i{display:block;top:50%;left:7px;background-repeat:no-repeat;background-position:top left;background-size:100% 100%;position:absolute;}
#login_form .login_id input,#login_form .login_pw input{padding-left:40px;font-family:sans-serif;}
#login_form .login_id i{width:12px;height:12px;margin-top:-6px;left:16px;background-image:url("../img/login_id_icon.png");}
#login_form .login_pw i{width:11px;height:15px;margin-top:-7px;left:16px;background-image:url("../img/login_pw_icon.png");}
#login_form .login_chk{background-image:url("../img/login_check_bg.png");background-repeat:repeat;display:inline-block;width:100%;height:47px;border-radius:3px;border:1px solid #ddd;box-sizing:border-box;}
#login_form .login_chk > div{width:50%;float:left;position:relative;padding:14px 0;text-align:center;}
#login_form .login_chk > div.bdr:after{content:"";position:absolute;top:50%;width:1px;height:30px;margin-top:-15px;background:#ddd;right:0;font-size:14px;}
#login_form form .btn{margin-top:33px;border:1px solid #f0b5b7;background:#fb7400;font-size:25px;color:#fff;font-family:nsr;letter-spacing:-0.03em;height:53px;width:100%;box-shadow:2px 2px 0 #b9b9b9;}
#login_form .login_link{margin-top:25px;}
#login_form .login_link li{height:57px;border-bottom:1px dashed #ddd;font-size:12px;vertical-align:middle;position:relative;padding:22px 14px;box-sizing:border-box;}
#login_form .login_link li.last{border:none;}
#login_form .login_link li a{position:absolute;right:0;top:50%;margin-top:-17px;vertical-align:middle;width:139px;border:1px solid #ddd;text-align:center;padding:11px 0;box-sizing:border-box;background:#fff;}
#login_form .login_link li:before{content:"";display:inline-block;width:10px;height:10px;position:absolute;left:0;top:50%;margin-top:-5px;background-image:url("../img/login_plus_icon.png");background-repeat:no-repeat;background-position:top left;background-size:100% 100%;}
/* 로그인 페이지 */

/* 아이디 비밀번호 찾기 페이지 */
.section01_header .password_lost_head{width:386px;height:45px;background-image:url("../img/password_lost_head.png");background-repeat:no-repeat;background-position:top left;}
#password_lost{display:table;width:100%;}
#password_lost > div{float:left;width:532px;box-sizing:border-box;background:#fff;border:1px solid #ddd;}
#password_lost > div.mr{margin-right:36px;}
#password_lost > div header{padding:26px 22px;border-bottom:2px solid #ce2027;letter-spacing:-0.07em;}
#password_lost > div header h2{font-size:24px;font-family:nsr;font-weight:normal;margin-bottom:5px;}
#password_lost > div header p{font-size:14px;color:#737373;}
#password_lost > div > div{padding:40px 18px;}
#password_lost > div > div .btn{margin-top:12px;font-size:20px;letter-spacing:-0.02em;font-family:nsr;height:50px;border:1px solid #f1bdbf;box-shadow:2px 2px 0 #b9b9b9;background:#ce2027;color:#fff;}
/* 아이디 비밀번호 찾기 페이지 */

/* 모달 */
.modal,.msg{background:url("../img/mask.png") repeat top left;position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1200;opacity:0;filter: alpha(opacity=0);transition: opacity .5s ease-in-out;-moz-transition: opacity .5s ease-in-out;-o-transition: opacity .5s ease-in;-webkit-transition: opacity .5s ease-in-out;}
.msg{background:url("../img/mask.png") repeat top left;position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1300;opacity:0;transition: opacity .5s ease-in-out;-moz-transition: opacity .5s ease-in-out;-o-transition: opacity .5s ease-in;-webkit-transition: opacity .5s ease-in-out;}
.msg > div { box-sizing:border-box; }
.msg.active,.modal.active{opacity:1;filter: -;height:100%;z-index:1200;}
.msg.active{z-index:1400;}
.modal.active{z-index:1200;}
.modal > div{width:525px;background:#fff;overflow:auto;position:fixed;left:50%;margin-left:-262.5px;transition: transform .5s ease-in-out;-moz-transition: transform .5s ease-in-out;-webkit-transition: transform .5s ease-in-out;}
.msg > div{width:440px;background:#fff;overflow:auto;position:fixed;left:50%;margin-left:-220px;transition: transform .5s ease-in-out;-moz-transition: transform .5s ease-in-out;-webkit-transition: transform .5s ease-in-out;}
.msg_head{height:116px;text-align:left;font-size:20px;font-family:nsr;border-bottom:1px solid #ce2027;height:56px;padding:20px;box-sizing:border-box;letter-spacing:-0.07em;}
.msg_con{padding:40px 20px;text-align:center;font-size:17px;color:#000;letter-spacing:-0.025em;}
.msg_btn_group{padding-top:20px;}
.msg_btn_group .btn{width:88px;height:40px;font-family:nsr;padding:12px 0;box-sizing:border-box;}
/* 모달 */

/* 공지사항 */
.section01_header .notice_head{width:162px;height:44px;background-image:url("../img/notice_head.png");background-repeat:no-repeat;background-position:top left;}
.section01_header .event_head{width:118px;height:43px;background-image:url("../img/event_head.png");background-repeat:no-repeat;background-position:top left;}
.section01_header .review_head{width:161px;height:44px;background-image:url("../img/review_head.png");background-repeat:no-repeat;background-position:top left;}
.section01_header .reserve_head{width:156px;height:44px;background-image:url("../img/reserve_head.png");background-repeat:no-repeat;background-position:top left;}
.list01 ul{letter-spacing:-0.05em;}
.list01 ul{border-top:3px solid #000;border-bottom:1px solid #000;}
.list01 li{position:relative;height:60px;font-size:15px;border-bottom:1px solid #ddd;}
.list01 li a{display:block;width:100%;height:100%;padding:22px 130px 22px 30px;box-sizing:border-box;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.list01 li .notice{color:#7c7c7c;}
.list01 li > span{position:absolute;top:50%;margin-top:-8px;right:30px;color:#7b7b7b;}
.list01 li > input{position:absolute;top:50%;margin-top:-6px;}
.search01{width:100%;margin-bottom:34px;display:table;position:relative;}
.search01 .select{width:11%;float:left;box-sizing:border-box;height:43px;position:relative;}
.search01 select{width:100%;box-sizing:border-box;height:100%;border:1px solid #ddd;font-size:14px;padding:10px 15px;border-radius:3px 0 0 3px;border-right:0;}
.search01 .select:after{content:"";display:block;position:absolute;width:1px;height:36px;top:50%;margin-top:-18px;right:0;background:#ddd;}
.search01 .input{width:89%;float:left;box-sizing:border-box;height:43px;border:1px solid #ddd;border-left:0;padding:10px 15px;border-radius:0 3px 3px 0;font-size:14px;}
.search01 .btn{position:absolute;top:50%;right:7px;height:33px;width:33px;margin-top:-17px;border:1px solid #ddd;background-image:url("../img/search01_btn.png");background-repeat:no-repeat;background-size:100% 100%;}
.bo_fx,.list01_num,.list01_btn_group{margin-top:20px;}
.list01_btn_group .btn{font-size:16px;background-image:url("../img/board_search_bg.png");background-position:bottom;border:1px solid #ddd;width:80px;font-family:nsr;padding:11px 0;box-sizing:border-box;}
.list01_num{text-align:center;}
.list01_num ul li{display:inline-block;width:42px;height:42px;vertical-align:middle;}
.list01_num ul li a{display:block;width:100%;height:100%;border:1px solid #e5e5e5;box-sizing:border-box;padding:11px 0;background:#fff;font-size:18px;font-family:nsr;position:relative;}
.list01_num ul li a.active{background:#ce2227;color:#fff;border:0;}
.list01_num ul li a.prev span,.list01_num ul li a.next span{background-repeat:no-repeat; background-position:top left; width:8px; height:15px; display:block; position:absolute; left:50%; margin-left:-4px; top:50%; margin-top:-7px; background-size:100% 100%;}
.list01_num ul li a.prev span{background-image:url("../img/list01_num_prev.png");}
.list01_num ul li a.next span{background-image:url("../img/list01_num_next.png");}
#wr_content{width:100%;height:180px;border:1px solid #ddd;box-sizing:border-box;}
.write_btn_group{text-align:center;margin-top:30px;}
.write_btn_group .btn{box-shadow:2px 2px 0 #b7b7b7;background:#fb7400;color:#fff;font-size:16px;font-family:nsr;width:456px;height:55px;}
.bg_black{background:#000 !important;}
.bg_white{background:#fff !important;}
.bd_gray{border:1px solid #ddd;}
.view01{width:100%;border-top:6px solid #000;}
.view01 header{border-bottom:1px solid #ddd;padding:25px 28px 28px 28px;letter-spacing:-0.05em;}
.view01 header h1{font-size:18px;font-family:nsr !important;margin-bottom:3px;}
.view01 header p{font-size:14px;color:#6f6f6f;}
.view01 .file li{border-bottom:1px solid #ddd;height:40px;font-size:14px;padding:10px 28px;box-sizing:border-box;color:#6f6f6f;}
.view01 .con{padding:28px;border-bottom:1px solid #ddd;}
.view01 .writer_btn{text-align:center;margin-top:50px;}
.view01 .writer_btn .btn{width:60px;font-size:14px;padding:8px 0;box-sizing:border-box;}
/* 공지사항 */

/* 고객리뷰 */
.list02{border-top:4px solid #000;}
.list02 li.nolist{height: auto;padding: 40px;text-align: center}
.list02 li{border-bottom:1px solid #ddd;height:106px;position:relative;letter-spacing:-0.05em;}
.list02 li:after{content:"";width:13px;height:25px;display:block;position:absolute;right:0;background-image:url("../img/list01_num_next.png");background-repeat:no-repeat; background-position:top left; top:50%; margin-top:-12px; background-size:100% 100%;right:42px;}
.list02 li > input{position:absolute;top:0;left:0;}
.list02 li a{display:block;width:100%;height:100%;padding:22px 60px 22px 205px;box-sizing:border-box;}
.list02 li .img{position:absolute;width:194px;height:82px;left:0;top:50%;margin-top:-41px;}
.list02 li .img img{width:100%;height:100%;}
.list02 li .con h3{font-size:18px;font-family:nsr;font-weight:600;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.list02 li .con p{font-size:15px;color:#6f6f6f;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
/* 고객리뷰 */

/* 이벤트 */
.file01 input{font-size:100px;position:absolute;top:-10px;left:-100px;opacity:0;filter: alpha(opacity=0);}
.file01 label{display:block;position:relative;overflow:hidden;background:#fff;}
.file01 label:after{background-image:url("../img/file01_btn.png");content:"";width:33px;height:33px;display:block;position:absolute;right:5px;top:50%;margin-top:-17px;}
#event_form li > div .input01{width:270px;margin:9px 0;vertical-align:middle;}
#event_form li > div .input01.wr_1{width:120px;}
/* 이벤트 */

/* 상세보기 */
#rent_view{width:100%;display:inline-block;}
#rent_view .top{width:100%;height:394px;border:1px solid #ddd;box-sizing:border-box;background:#fff;}
#rent_view .img{width:53%;padding:20px;box-sizing:border-box;height:100%;float:left;}
#rent_view .m_img{display:none;}
#rent_view .img div{display:block;width:100%;height:100%;overflow:hidden;}
#rent_view .img div img{width:100%;height:100%;max-width:120%;min-width:100%;max-height:120%;min-height:100%;}
#rent_view .info{padding:60px 90px;width:47%;box-sizing:border-box;height:100%;float:left;}
#rent_view .info h1{font-size:36px;color:#2d2d2d;letter-spacing:-0.05em;font-family:nsr;}
#rent_view .info h1 span{font-size:18px;color:#fff;vertical-align:middle;width:67px;background:#484848;display:inline-block;text-align:center;box-sizing:border-box;padding:5px 0;font-weight:normal;font-family:nsr;border-radius:3px;margin-left:5px;margin-top:-5px;}
#rent_view .info p{font-size:16px;color:#828282;letter-spacing:-0.07em;}
#rent_view .info .type{display:none;font-size:16px; color:#828282; letter-spacing:-0.07em; font-size:18px;color:#fff;vertical-align:middle;width:67px;height:29px;background:#484848;text-align:center;box-sizing:border-box;padding:5px 0;font-weight:normal;font-family:nsr;border-radius:3px;}
#rent_view .info .price{margin-top:30px;margin-bottom:20px;text-align:left;}
#rent_view .info h4{font-size:18px;color:#000;vertical-align:middle;font-family:nsr;font-weight:normal;height:50px;padding:15px 0;box-sizing:border-box;border-bottom:1px solid #ddd;}
#rent_view .info h4.last{border-bottom:0;}
#rent_view .info h4 span{font-size:24px;font-family:nsr;font-weight:bold;float:right;color:#424242;margin-top:-3px;}
#rent_view .info a{text-align:center;font-size:22px;font-family:nsr;color:#fff;display:block;width:100%;height:60px;padding:17px 0;box-sizing:border-box;box-shadow:2px 2px 0 #b7b7b7; background: linear-gradient(#fb7400, #ee3415);
}
#rent_view .bottom{margin-top:30px;display:table;}
#rent_view .detail{width:50%;float:left;padding-right:15px;letter-spacing:-0.05em;box-sizing:border-box;}
#rent_view .detail h2{font-size:20px;font-family:nsr;font-weight:normal;padding-left:35px;margin-bottom:5px;position:relative;}
#rent_view .detail h2:before{width:33px;height:24px;position:absolute;left:0;top:0;background-image:url("../img/rent_view_detail.png");background-position:0 0;background-repeat:no-repeat;display:block;content:"";w}
#rent_view .con{margin-top:28px;width:50%;float:left;box-sizing:border-box;padding-left:15px;height:201px;letter-spacing:-0.05em;}
#rent_view .con div{background:#fff;border:1px solid #ddd;height:100%;padding:30px;font-size:14px;box-sizing:border-box;}
.table02{width:100%;border-top:4px solid #000;}
.table02 table{width:100%;font-size:16px;}
.table02 table tr{border-bottom:1px solid #ddd;}
.table02 table tr th{text-align:left;font-family:nsr;font-weight:normal;padding:14px 15px;background:#f0f0f0;}
.table02 table tr td{text-align:left;padding:14px 15px;color:#666;position:relative;}
/* 상세보기 */

/* 예약폼 */
.date{display:inline-block;position:relative;}
.date:after{background-image:url("../img/reserve_date_icon.png");content:"";width:20px;height:19px;display:block;position:absolute;top:50%;margin-top:-10px;right:10px;}
#reserve_form{width:100%;display:table;}
#reserve_form .form_list01{width:60%;box-sizing:border-box;padding-right:55px;float:left;}
#reserve_form .input01{width:270px;}
#reserve_form .date input{width:133px;}
#reserve_form #start_hour,#reserve_form #end_hour{width:133px;}
#reserve_form .reserve_price{width:40%;float:left;}
#reserve_form .reserve_price > .wrap h4{font-size:14px;height:39px;background:#fff;border:1px solid #2d2d2d;margin-bottom:20px;}
#reserve_form .reserve_price > .wrap h4 span{background:#2d2d2d;height:100%;display:inline-block;width:130px;padding:12px 0 12px 37px;color:#fff;box-sizing:border-box;position:relative;}
#reserve_form .reserve_price > .wrap h4 span:before{position:absolute;top:50%;margin-top:-5px;width:11px;height:9px;display:block;content:"";background-image:url("../img/reserve_detail_icon.png");background-position:0 0;left:21px;}
#reserve_form .reserve_price > .wrap p{display:inline-block;padding:12px 0 12px 20px;}
#reserve_form .reserve_price > .price_box{border:6px solid #fb7400;}
#reserve_form .reserve_price > .price_box > h4{height:63px;font-size:16px;font-family:nsr;font-weight:normal;padding:22px 40px;box-sizing:border-box;background-image:url("../img/reserve_price_bg.png");background-repeat:repeat;background-position:0 0;}
#reserve_form .reserve_price > .price_box > h4 span{float:right;}
#reserve_form .reserve_price > .price_box > h4.bdb{border-bottom:1px solid #ebebeb;}
#reserve_form .reserve_price .btn{width:100%;font-size:25px;font-family:nsr;font-weight:normal;letter-spacing:-0.03em;padding:14px 0;box-sizing:border-box;margin-top:20px;box-shadow:2px 2px 0 #d2d2d2;}
#reserve_form .reserve_price .btn.call{display:none;}
#reserve_form .reserve_price .btn_group{display:table;width:100%;}
#reserve_form .addr{display:none}
/* 예약폼 */

/* 예약완료 */
#reserve_result{width:540px;margin:75px auto 0 auto;border:1px solid #ddd;}
#reserve_result header{border-bottom:1px solid #ddd;display:none;}
#reserve_result .top{background:#fff;width:100%;box-sizing:border-box;padding:40px 20px;text-align:center;}
#reserve_result .top i{display:block;width:42px;height:45px;margin:0 auto 15px auto;background-image:url("../img/reserve_result_icon.png");background-repeat:no-repeat;background-size:100% 100%;}
#reserve_result .top h3{width:235px;height:25px;display:block;margin:0 auto;background-image:url("../img/reserve_result_head.png");background-repeat:no-repeat;background-size:100% 100%;}
#reserve_result .top p{margin-top:12px;font-size:14px;letter-spacing:-0.05em;color:#666;}
#reserve_result .top p span{color:#000;}
#reserve_result .con{margin-top:10px;background:#fff;}
#reserve_result .con h2{height:56px;font-size:19px;font-family:nsr;font-weight:normal;box-sizing:border-box;padding:19px 30px;}
#reserve_result .con h1{height:77px;background:#fb7400;color:#fff;font-size:30px;font-family:nsr;font-weight:normal;}
#reserve_result .con h1 > span{padding:28px 30px;width:;display:inline-block;width:177px;box-sizing:border-box;font-size:18px;}
#reserve_result .con h1 p{float:right;padding:21px 30px;}
#reserve_result .con h1 p span{vertical-align:middle;font-size:14px;margin-left:5px;}
#reserve_result .con h3{text-align:center;font-size:17px;font-family:nsr;font-weight:normal;letter-spacing:-0.05em;width:100%;height:66px;box-sizing:border-box;padding:25px 0;}
#reserve_result .con h3 span{color:#cd2027;}
#reserve_result .con h3:before{content:"";background-image:url("../img/reserve_result_date.png");background-repeat:no-repeat;display:inline-block;width:15px;height:15px;vertical-align:middle;margin-right:5px;}
.table03{width:100%;}
.table03 table{width:100%;border-top:1px solid #ddd;font-size:14px;}
.table03 table tr{border-bottom:1px solid #ddd;}
.table03 table tr th{text-align:left;width:157px;background:#f5f5f5;padding:15px 30px;box-sizing:border-box;font-weight:normal;}
.table03 table tr td{text-align:left;padding:15px 20px;}
#reserve_result .banner{margin-top:10px;background:#fff;height:102px;box-sizing:border-box;padding:35px 35px 35px 230px;position:relative;letter-spacing:-0.05em;}
#reserve_result .banner .left{position:absolute;width:124px;height:50px;top:25px;left:35px;}
#reserve_result .banner .left i{display:block;width:100%;background-image:url("../img/reserve_result_banner.png");background-repeat:no-repeat;background-size:100% 100%;background-repeat:no-repeat;margin-bottom:5px;height:22px;}
#reserve_result .banner .left p{background:#2d2d2d;color:#fff;font-size:18px;letter-spacing:-0.05em;text-align:center;padding: 4px 0;box-sizing:border-box;}
#reserve_result .banner > p{font-size:14px;color:#585858;}
#reserve_result .btn_group{text-align:center;padding:25px 16px 35px 16px;}
#reserve_result .btn_group .btn{height:57px;width:100%;text-align:center;background:#fb7400;color:#fff;font-size:20px;letter-spacing:-0.03em;font-family:nsr;box-sizing:border-box;padding:18px 0;}
/* 예약완료 */

/* 예약확인 */
.section01_header .reserve_list_head{width:157px;height:44px;background-image:url("../img/reserve_list_head.png");background-repeat:no-repeat;background-position:top left;}
.reserve_list{margin-top:-3px;}
.reserve_list li{background:#fff;border:1px solid #ddd; box-sizing:border-box;height:137px; cursor:pointer; position:relative; padding-left:28px; padding-top:30px; padding-bottom:30px; padding-right:297px; margin-top:3px;}
.reserve_list li > div{width:100%;height:100%;}
.reserve_list li > div h1{font-size:24px;font-family:nsr;font-weight:normal;}
.reserve_list li > div h1 span{font-size:16px;color:#fff;vertical-align:middle;background:#8b8b8b;width:70px;margin-left:13px;display:inline-block;padding:6px 0;text-align:center;box-sizing:border-box;border-radius:3px;margin-top:-3px;}
.reserve_list li > div div{width:287px;display:inline-block;margin-top:5px;}
.reserve_list li > div div p{width:50%;float:left;font-size:14px;color:#4f4f4f;letter-spacing:-0.05em;margin-top:5px;}
.reserve_list li > div div p span{float:right;color:#000;}
.reserve_list li > a{position:absolute; top:50%; margin-top:-26px; right:75px; color:#fff; background:#fb7400; width:114px;  box-sizing:border-box; font-size:17px; font-family:nsr; text-align:center; padding:15px 0 13px 0; box-shadow:3px 3px 0 #baafaf;}
.section01_header .reserve_nomember_head{width:288px;height:44px;background-image:url("../img/reserve_nomember_head.png");background-repeat:no-repeat;background-position:top left;}
#reserve_nomember form .submit{margin-top:20px;}
.reserve_view{border:5px solid #ce2027;border-radius:3px;}
.reserve_view .btn_group{text-align:center;padding:30px 0;font-size:18px;font-family:nsr;font-weight:normal;}
.reserve_view .btn_group .btn{background:#ce2027;color:#fff;width:104px;height:48px;padding:14px 0;box-sizing:border-box;}
.reserve_view > div{width:100% !important;margin:0 !important;box-sizing:border-box;border:none !important;}
#reserve_result .con h1 > span{position:relative;}
#reserve_result .con h1 > span:after{content:"";width:1px;height:60px;background:#990000;position:absolute;right:0;top:50%;margin-top:-30px;border-right:1px solid #d64d52;}
/* 예약확인 */

/* 설정 */
#setting li{width:100%;border:1px solid #ddd;background:#fff;height:80px;font-size:20px;box-sizing:border-box;padding:30px 28px;font-weight:600;position:relative;}
#setting li a{width:108px;height:100%;position:absolute;right:0;top:0;}
#setting li a.on span{width:34px;height:18px;display:block;position:absolute;top:50%;left:50%;margin-top:-9px;margin-left:-17px;background-image:url("../img/setting_on.png");background-size:100% 100%;}
#setting li a.off span{width:46px;height:18px;display:block;position:absolute;top:50%;left:50%;margin-top:-9px;margin-left:-23px;background-image:url("../img/setting_off.png");background-size:100% 100%;}
/* 설정 */


/*guide*/
.privacy_head {
	width:316px;
	height:44px;
	background-image:url("../img/privacy_head.png");
	background-repeat:no-repeat;
	background-position:top left; 
	}

.agreement_head {
	width:159px;
	height:45px;
	background-image:url("../img/agreement_head.png");
	background-repeat:no-repeat;
	background-position:top left; 
	}
.guide_top_txt {
	margin-bottom:30px;
	color:#aa4a4d;
	font-size:14px;
	line-height:20px;
	font-family:'nsr';
}
.guide_common_wrap { padding:50px;background:#fff; }
.guide_common_wrap > div { font-size:13px; line-height:18px;padding:10px;color:#2d2d2d; }
.guide_common_wrap > div:hover { background:#f9f9f9; }
.guide_common_wrap > div ol { margin:5px 0 5px 13px; }
.list_title { font-size:14px;font-family:'nsr';font-weight:500;margin-bottom:5px;color:#000;  }
/*guide*/

/*장기대여*/
.section01_header .long_head{width:157px;height:44px;background-image:url("../img/long_head.png");background-repeat:no-repeat;background-position:top left;}
#long .top{background-image:url("../img/long_top_bg.png");background-position:center top;text-align:center;;background-size: contain;background-repeat: no-repeat}
#long .top > div{padding:67px 20px 130px 20px;position:relative;}
/*#long .top > div:after{content:"";width:501px;height:337px;display:block;background-image:url("../img/long_top_car.png");background-position:center bottom;position:absolute;left:50%;margin-left:-250px;bottom:-108px;z-index:0;background-size:100% 100%;}*/
#long .top h3{background-image:url("../img/long_top_h3.png");background-repeat:no-repeat;background-size:100% 100%;width:456px;height:33px;margin:0 auto;margin-bottom:15px;}
#long .top h1{background-image:url("../img/long_top_h1.png");background-repeat:no-repeat;background-size:contain;width:695px;height:48px;margin:0 auto;margin-bottom:20px;}
#long .top p{background-image:url("../img/long_top_p.png");background-repeat:no-repeat;background-size:contain;width:808px;height:36px;margin:0 auto;margin-bottom:45px;}
#long .top .btn_group .btn{width:348px;background: #fb7400;background-repeat:repeat;color:#fff;font-size:30px;font-family:nsr;padding:37px 0;box-sizing:border-box;border-radius:10px;z-index:2;position:relative;padding-left: 100px}
#long .top .btn_group .btn.tel{font-size:30px;padding:20px 0;margin-right:15px;background: #424242;padding-left: 100px}
#long .top .btn_group .btn:before{content: "";width: 72px;height: 72px;display: block;background: url(../img/long_com.png);background-size: contain;position: absolute;left: 30px;display: inline-block;top: 16%;background-repeat:no-repeat}
#long .top .btn_group .btn.tel:before{content: "";width: 72px;height: 72px;display: block;background: url(../img/long_call.png);background-size: contain;position: absolute;left: 30px;display: inline-block;top: 16%;background-repeat:no-repeat}
#long .top .btn_group .btn.tel span{font-size:25px;}
#long .tab_content{display:none;}
#long .tab{width:100%;z-index:2;position:relative;}
#long .tab .menu{width:100%;display:table;}
#long .tab .menu li{width:16.66%;float:left;font-size:30px;text-align:center;font-family:nsr;letter-spacing:-0.05em;color:#424242;background:#f0f0f0;border:1px solid #fff;box-sizing:border-box;padding:19px 0;cursor:pointer;border-bottom: 1px solid #fb7400}
#long .tab .menu li.active{background:#fff;color:#000;border: 1px solid #fb7400;border-bottom: 1px solid #fff;z-index: 999}
#long .tab .menu li.first{border-left: 0}
#long .tab .menu li.last{border-right: 0}
#long .tab > div{width:100%;margin:0 auto;background:#fff;}
#long .tab .tab_content{border:1px solid #fff;border-top:0;}
.table04{width:100%;letter-spacing:-0.05em;font-family:nsr;color:#555;}
.table04 table{width:100%;}
.table04 table tr{border-bottom:1px solid #ccc;font-weight:normal;}
.table04 table tr.bg{background:#f9f9f9;}
.table04 table tr.separate{font-size:25px; font-weight:bold; padding:19px;font-size:25px;border-bottom:1px solid #fb7400;}
.table04 table tr.separate th{font-weight:bold;}
.table04 table th{padding:19px;width:50%;box-sizing:border-box;border-right:1px solid #ccc;border-right-style: :dashed;font-size:24px;text-align:center;font-weight:normal;}
.table04 table th:last-child{border-right:0;}
.table04 table td{padding:19px;width:50%;box-sizing:border-box;font-size:24px;text-align:center;}
#long .event{width:963px;margin:32px auto 0 auto;}
#long .event h2{background-image:url("../img/long_event_head.png");background-repeat:no-repeat;background-size:100% 100%;width:106px;height:26px;margin-left:30px;}
#long .event > div{background:#fff;box-sizing:border-box;padding:28px;}
#long .event > div li{font-size:14px;letter-spacing:-0.05em;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;position:relative;height:55px;border-bottom:1px solid #ddd;}
#long .event > div li.last{border-bottom:0;}
#long .event > div li a{padding:20px 200px 20px 0;display:block;width:100%;height:100%;box-sizing:border-box;}
#long .event > div .range{position:absolute;right:0;color:#737373;}
#long .event > div .waiting{color:#737373;margin-right:3px;}
#long .event > div .ing{color:#2b8bcf;margin-right:3px;}
#long .event > div .end{color:#ce2227;margin-right:3px;}
/*장기대여*/

/*사고대차*/
.section01_header .accident_head{width:163px;height:43px;background-image:url("../img/accident_head.png");background-repeat:no-repeat;background-position:top left;}
#accident{width:100%;display:table;margin: 0 auto}
#accident > div{width:50%;float:left;box-sizing:border-box;/*height:394px*/;text-align:center;}
#accident > div > div{background:#fff;border:1px solid #ddd;height:100%;box-sizing:border-box;padding:14px 18px;background-position:center bottom;}
#accident > div > div > div{height:100%;background-size:100% 100%;padding:52px;box-sizing:border-box;letter-spacing:-0.05em;position:relative;}
#accident > div > div > div .btn{width:100%;height:65px;border-radius:10px;font-size:25px;box-sizing:border-box;padding:18px 0;background-repeat:repeat;}
#accident > div > div > div i,#accident > div > div > div .txt{background-size:100% 100%;}
#accident .join{padding-right:19px;}
#accident .call{padding-left:19px;}
#accident .join > div > div{background-image:url("../img/acccident_join_bg.png");cursor: pointer}
#accident .join > div > div.info{border: 1px solid #fb7400}
#accident .call > div > div.info{border: 1px solid #424242}
#accident .join > div > div.info, #accident .call > div > div.info{background: #fff;padding: 25px 0;height: 268px;cursor: default}
#accident .join > div > div.info p, #accident .call > div > div.info p {font-size: 25px; font-family: "nbr";padding: 15px 0;font-weight: lighter}
#accident .join > div > div.info p span, #accident .call > div > div.info p span{font-weight: bold;color: #fb7400}
#accident .join > div > div.info h2, #accident .call > div > div.info h2 {font-size: 40px; font-family: "nbr";}
#accident .join > div > div.info h2 span, #accident .call > div > div.info h2 span{font-weight: bold;color: #c4161c}
#accident .call > div > div{background-image:url("../img/acccident_call_bg.png");cursor: pointer}
#accident .call > div > div.info p.call{color:#424242;font-size:15px;font-family:nsr;font-weight:normal;line-height:18px;text-align:center;margin-top:15px;}
#accident .call > div > div.info p.call span{font-weight:bold;font-family:nsr;margin-right:3px;color: #424242}
#accident .join i{background: url(../img/acccident_join_com.png);display: block;width: 146px;height: 107px;background-repeat: no-repeat;position: relative;margin: 0 auto;margin-bottom: 20px;background-size:contain}
#accident .join .txt{display:block;width:226px;height:37px;background-image:url("../img/acccident_join_txt.png");position:relative;margin: 0 auto}
#accident .join .btn{background-image:url("../img/long_btn_bg.png");color:#fff;margin-top:143px;}
#accident .call i{background: url(../img/acccident_call_call.png);display: block;width: 106px;height: 107px;background-repeat: no-repeat;position: relative;margin: 0 auto;margin-bottom: 20px;background-size:contain}
#accident .call .txt{display:block;width:225px;height:37px;background-image:url("../img/acccident_call_txt.png");position:relative;margin: 0 auto}
#accident .call .btn{background-image:url("../img/acccident_call_btn.png");margin-top:140px;}
/*사고대차*/

/*제휴업체*/
#partner{width:100%;margin: 0 auto}
#partner > div > h3{width: calc(100% - 100px);font-size:23px;letter-spacing:-0.5px;color:#555;font-weight:bold;font-family:"nsr";border:1px solid #ccc;padding:30px 30px;box-sizing:border-box;background:linear-gradient(#fff, #f5f5f5);position:relative;cursor: pointer;margin: 0 auto}
#partner > div > h3:last-child{border-bottom:2px solid #ccc;}
#partner > div.active > h3:before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:#fb7400;} 
#partner > div > h3:after{content:"";position:absolute;right:60px;top:50%;margin-top:-7px;display:block;width:33px;height:19px;background-image:url("../img/partner_down_icon.png");}
#partner > div.active > h3:after{content:"";position:absolute;right:60px;top:50%;margin-top:-7px;display:block;width:33px;height:19px;background-image:url("../img/partner_down_icon.png");transform: rotate(-180deg)}
#partner > div > div{display:none;width: calc(100% - 100px);margin: 0 auto}
/*제휴업체*/

/* 메인 메뉴 부분 이벤트 아이콘 */
#main_banner div .event{display:block;position:absolute;width:60px;height:14px;background-image:url("../img/main_event_icon.png");background-size:100% 100%;top:28px;}
#main_banner div.menu2 .event{right:118px;}
#main_banner div.menu1 .event,#main_banner div.menu3 .event{left:40px;}
/* 메인 메뉴 부분 이벤트 아이콘 */

/* 오시는길 */
.direction_head {width:251px;height:43px;background-image:url("../img/direction_head.png");background-repeat:no-repeat;background-position:top left;}
.direction_select { height:44px;border:0; background:#fff; margin-bottom:30px;padding:0 15px;}
.direction_select select {width:100%;height:100%;border:0;-webkit-appearance:none;background-image:url("../../img/select.png");background-repeat:no-repeat;background-position:center right;background-size:13px 10px;background-color:#fff;}
.map_wrap { width:100%; height:550px; border:1px solid #ddd;  }
.map_txt { border:1px solid #ddd; margin-top:20px; padding:30px; }
.map_txt h4 {font-size:30px;font-family:'nsr';font-weight:normal;border-bottom:1px solid #ddd;padding-bottom:20px;margin-bottom:25px;}
.map_txt h4 div {width:19px;height:26px;background-image:url("../img/map_icon.png");background-repeat:no-repeat;background-position:center left;background-size:cover;display:inline-block;margin-right:7px;position:relative;top:2px;}
.map_txt h4 span { color:#ce2227; font-family:'Nanum Gothic'; font-size:26px; margin-left:5px;position:relative; bottom:2px; }
.map_txt address { margin-left:30px; display:inline-block; }
.contect { float:right; }
.contect div { display:inline-block; font-size:14px;}
.contect div span { background:#2d2d2d; color:#fff; font-family:arial; padding:2px 7px;  letter-spacing:-0.5px; margin-right:5px; }
.contect div + div { margin-left:30px; }
/* 오시는길 */

/* 베타 */
.beta{position:fixed;width:100%;height:100%;top:0;left:0;background-image:url("../img/mask.png");background-repeat:repeat;z-index:1600;display:table;}
.beta > div{display:table-cell;vertical-align:middle;}
.beta > div > div{width:480px;margin:0 auto;text-align:center;}
.beta a{width:300px;height:64px;background-image:url("../img/acccident_call_btn.png");background-repeat:repeat;text-align:center;font-size:30px;font-family:nsr;display:inline-block;box-sizing:border-box;padding:15px 0;border-radius:5px;margin-top:30px;}
/* 베타 */

/* 가격 */
#main_tab{width:100%;margin:50px 0 40px 0;background:#fff;}
#main_tab .tab_content{display:none;}
#main_tab .tab_content.active{display:block;}
#main_tab .menu ul{width:100%;display:table;}
#main_tab .menu li{width:16.66%;float:left;font-size:30px;text-align:center;font-family:nsr;color:#555;background:#f0f0f0;border-right:1px solid #fff;box-sizing:border-box;padding:19px 0;cursor:pointer;font-weight:bold;border-bottom: 1px solid #fb7400}
li:last-child{border-right:0;}
#main_tab .menu li.active{background:#fff; border:1px solid #fb7400; border-bottom:0;}
#main_tab .menu li.first{border-left: 0}
#main_tab .menu li.last{border-right: 0}
#main_tab .tab_content{}
#main_tab .table04 table{padding:19px;font-size:24px;}
#main_tab .table04 table th span{color:#c4161c;font-weight:bold;font-size: 24px}


/* 반응형 */
@media all and (max-width: 1480px){
	.sub_call_pop{position:fixed;right:10px;top:138px;height:140px;}
}

@media all and (min-width: 1120px){
	.login_header{padding-top:0;border-bottom:3px solid #fb7400;margin-bottom:36px;}
    
}

@media all and (max-width: 1120px){
    #main_banner .call h3 span{font-size: 6vw}
    #main_banner .call h3{font-size: 4vw}
    #main_event .item img{min-height: 200px}
    #main_event .item img.s_rentcar{min-height: 0}
    #accident .join > div > div.info p, #accident .call > div > div.info p{font-size: 5vw}
    #accident .join > div > div.info h2, #accident .call > div > div.info h2{font-size: 8vw}
    #long .top .btn_group .btn:before,#long .top .btn_group .btn.tel:before{display: none}

    .section01_content{width: 100%}    
    #partner > div.active > h3:after{display: none}
    .con1,.con2,.con3,.con4,.con5,.con6,.con7,.con8{height: 57vw;background-repeat: no-repeat;background-position: center bottom;background-size: cover}  
    .sub_img .txt{width: 100%;position: absolute;text-align: center;color: #fff;top: 14vw}
    .sub_img .txt h2{font-size: 7vw;padding: 15px 0}
    .sub_img .txt p{font-size: 4vw;padding: 0 10px}
	.width-fixed{width:95%;padding: 2.5%}
	#header{width:100%;height:107px;box-sizing:border-box;border-bottom:4px solid #b6b6b6;background-color:#222;background-image:url("../img/sub_header_bg.png");background-repeat:no-repeat;background-position:bottom right;background-size:100% 100%;}
	#top_header{display:none;}
	#main_header{display:none;}
	#mobile_header{display:block;}
	#mobile_header h1{width:245px;height:104px;margin:0 auto;}
	#mobile_header h1 a{padding:24px;}
	.mobile_menu_btn{width:104px;}
	.mobile_back_btn{width:83px;}
	#footer{height: auto}
    #footer ul li{font-size: 4vw}
    #footer ul li:after{margin:0 3vw; }
    #footer ul li.last:after{display: none}
    #footer p{font-size: 4vw;word-break: keep-all}
	.container{padding-top:107px;margin-top:-107px;margin-bottom:0;padding-bottom:0;}
	.container.sub{margin-bottom:0;padding-bottom:0;}
/*	.wrap{padding:0 20px 20px 20px;}*/
	#main_banner .menu{width:100%;float:none;}
	#main_banner .menu > div > div > div{height:18vw;}
	#main_banner .menu1 .txt{width:16vw;height:6vw;top:5.5vw;right:6vw;}
	#main_banner .menu1 .icon{width:12vw;height:7vw;top:5.5vw;left:5vw;}
	#main_banner .menu2 .txt{width:16vw;height:6vw;top:5.5vw;right:6vw;}
	#main_banner .menu2 .icon{width:12vw;height:7vw;top:5.5vw;left:5vw;}
	#main_banner .menu3 .txt{width:16vw;height:6vw;top:5.5vw;right:6vw;}
	#main_banner .menu3 .icon{width:7.5vw;height:7vw;top:5.5vw;left:7vw;}
	#main_banner .menu4 .txt{width:16vw;height:6vw;top:5.5vw;right:6vw;}
	#main_banner .menu4 .icon{width:7.5vw;height:7vw;top:5.5vw;left:7vw;}
	#main_banner .call{width:100%;height:auto;float:none;margin-left:0;margin-top:8px;text-align:left;}
	#main_banner .call > a{padding:70px 50px 60px 50px;}
	#main_banner .call h3{margin-bottom:8px;}
	#main_banner .call h1{font-size:30px;display:inline-block;margin-bottom:0;}
	#main_banner .call h4{font-size:28px;margin-left:10px;margin-bottom:0;display:inline-block;}
	#main_banner .call i{position:absolute;right:7vw;top:4vw;margin: 2vw 0}
	#main_way{display:block;}
	#main_way a{padding:30px 50px 28px 50px;}
	#main_partner{margin-top:-13px;}
	#main_partner .owl-prev{left:15px;}
	#main_partner .owl-next{right:15px;}
	#main_partner .owl-nav div{top:62.2%;margin-top:-20px;}
    
	.section01_header{padding:22px 0 20px 0;text-align:center;background:#fff;margin-bottom:20px;}
	.section01_header h1{display:block;font-size:36px;font-family:nsr;}
	.section01_header h3,.section01_header p{display:none;}
	.sub_call_banner{display:block;}
	.sub_call_pop{display:none;}
	.rent_list li{height:182px;padding-left:290px;padding-right:190px;}
	.rent_list li .img{padding:15px;height:182px;width:255px;}
	.rent_list li .txt{padding:60px 0;}
	.rent_list li > a{right:50px;}
	.form_list01 ul{border:0;}
	.form_list01 li{border:0;}
	.form_list01 li > div{width:100%;float:none;}
	.form_list01 li > div > label{padding:14px 0;}
	#register_form li > div input{margin:0;}
	.form_list01{border-bottom:1px dashed #c4c4c4;padding-bottom:50px;margin-bottom:50px;}
	.form_list01 li > div.bdr{border-right:0;}
	.form_list01 p{float:none;text-align:right;}
	#register_form .btn_group01{margin-top:50px;}
	#register_result{background:none;border:0;}
	.login_section{width:100%;margin:0;background:0;padding:0;border:0;}
	.login_section .section01_content{width:540px;margin:0 auto;}
	#password_lost{display:block;box-sizing:border-box;}
	#password_lost > div{float:none;width:100%;}
	#password_lost > div.mr{margin-right:0;margin-bottom:20px;}
	.write_btn_group{margin-top:0;}
	#rent_view{margin-top:-20px;}
	#rent_view .top{height:auto;border:0;}
	#rent_view .img{display:none;}
	#rent_view .m_img{display:block;width:100%;margin-top:20px;}
	#rent_view .m_img img{width:100%;}
	#rent_view .info{width:100%;float:none;text-align:center;padding:30px 0 0 0;}
	#rent_view .info h1 span{display:none;}
	#rent_view .info .type{display:inline-block;margin-top:10px;}
	#rent_view .info .price{margin:20px auto;width:360px;}
	#rent_view .info a{box-shadow:none;}
	#rent_view .bottom{margin-top:0;display:block;}
	#rent_view .detail{width:100%;float:none;padding-right:0;}
	#rent_view .detail h2{display:none;}
	.table02{border-top:0;}
	.table02 table{background:#fff;}
	.table02 table tr td.bdr:after{width:1px;content:"";height:29px;display:block;background:#ddd;position:absolute;top:50%;margin-top:-14px;right:0;}
	#rent_view .con{float:none;width:100%;margin-top:20px;padding-left:0;}
	#rent_view .con div{border:0;}
	#reserve_form{display:block;box-sizing:border-box;}
	#reserve_form .form_list01{width:100%;float:none;padding-right:10px;}
	#reserve_form .reserve_price{width:100%;float:none;}
	#reserve_form .reserve_price > .wrap{padding-bottom:50px;}
	#reserve_form .reserve_price > .wrap h4{margin-bottom:0;}
	#reserve_form .reserve_price .price_box{border-bottom:1px solid #fb7400;}
	#reserve_form .reserve_price .btn_group{display:table;}
	#reserve_form .reserve_price .btn.call{display:inline-block;}
	#reserve_form .reserve_price .btn.submit{float:right;}
	#reserve_form .reserve_price .btn{margin-top:0;width:33.33%;box-shadow:none;}
	#reserve_result{width:100%;margin:0;border:0;}
	#reserve_result header{padding:22px 0 20px 0;text-align:center;background:#fff;display:block;}
	#reserve_result header h1{font-size:36px;font-family:nsr;}
	.reserve_list li{height:100px;padding:20px 190px 20px 20px;}
	.reserve_list li > div h1{font-size:20px;}
	.reserve_list li > div h1 span{font-size:14px;width:60px;height:20px;padding:3px 0;margin-top:-2px;}
	.reserve_list li > a{right:50px;}
	.reserve_list li > div div{margin-top:0;}
	.reserve_list li > div div p{margin-top:3px;}
	/*guide*/
	.guide_top_txt { width:95%; margin:0 auto 20px auto; }
	.guide_common_wrap { width:95%; margin:0 auto 30px auto; padding:0;}
	.guide_common_wrap > div { padding:20px; }
	#long{margin-top:-20px;}
	#long .top{width:100%;}
	#long .wrap{padding-bottom:0;}
	#long .tab > div{width:100%;}
	#long .event{width:100%;}
	#long .event h2{margin-left:20px;}
	#long .top .btn_group .btn.tel,#long .top .btn_group .btn{font-size:47px;padding:37px 0;}
	#long .top .btn_group .btn.tel span{display:none;}
	#accident{margin-top:-20px;}
	#accident > div{width:100%;display:block;padding:0 !important;}
    #accident .join{margin-bottom: 20px}
	#accident > div > div{padding:0;border:0;}
	
	
	#partner{margin-top:-20px;}
	#partner > div > h3{border:0;border-bottom:1px solid #ddd;width: calc(100%)}
    #partner > div > div{width: calc(100%)}
	#main_banner div .event{top:40px;}
	#main_banner div.menu2 .event{right:163px;}
	#main_banner div.menu1 .event,#main_banner div.menu3 .event{left:50px;}
	.direction_select { height:98px; padding:0 5%; margin-bottom:15px;}
	.direction_select select {  font-size:30px; letter-spacing:-1px;background-size:23px 20px; }
	.map_wrap { border:0; height:630px; }
	.map_txt { border:0; padding:20px; font-size:30px; color:#2d2d2d; letter-spacing:-1px;}
	.map_txt h4 { font-size:36px; }
	.map_txt h4 div { width:26px; height:35px; top:5px; }
	.map_txt h4 span { font-size:30px; }
	.map_txt address { padding-bottom:30px; }
	.contect { float:none; }
	.contect div { font-size:30px; display:block; border-top:1px solid #ddd; padding:30px 0 30px 30px; }
	.contect div + div { margin-left:00px; }
	.contect div span { margin-right:15px;} 
	#main_tab{margin-top:20px;}

	#main_event .item {height:60vw;}
	#main_event .item div.box{left:50%;top:50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
	#main_event .item a span{}
}
@media all and (max-width: 900px){
	#header{height:86px;}
	#mobile_header h1{width:195px;height:84px;margin:0 auto;}
	#mobile_header h1 a{padding:20px;}
	.mobile_menu_btn{width:80px;}
	.mobile_back_btn{width:67px;}
	.mobile_menu > span{width:30%;}
	.mobile_menu > div{width:70%;font-size:18px;}
	.user_box{height:300px;padding-top:45px;}
	.user_box > span{width:104px;height:104px;}
	.user_box > p{color:#fff;margin:23px 0;}
	.user_box > div a{width:134px;padding:10px 0;}
	.mobile_menu ul li a{display:block;padding:24px 34px;}
	.container{padding-top:86px;margin-top:-86px;}
/*	#main_banner .menu > div > div > div{height:160px;}*/
/*
	#main_banner .menu1 .txt{width:154px;height:65px;top:45px;right:40px;}
	#main_banner .menu1 .icon{width:94px;height:57px;top:51px;left:40px;}
	#main_banner .menu2 .txt{width:143px;height:66px;top:45px;right:40px;}
	#main_banner .menu2 .icon{width:94px;height:57px;top:51px;left:40px;}
	#main_banner .menu3 .txt{width:148px;height:65px;top:45px;right:40px;}
	#main_banner .menu3 .icon{width:74px;height:57px;top:52px;left:41px;}
	#main_banner .menu4 .txt{width:143px;height:65px;top:45px;right:40px;}
	#main_banner .menu4 .icon{width:57px;height:58px;top:52px;left:43px;}
*/
	#main_banner .call > a{padding:57px 41px 49px 41px;}
	#main_banner .call h3{margin-bottom:5px;}
	
	#main_banner .call h4{font-size:22px;}
	#main_banner .call i{width:88px;height:87px;}
	#main_way a{padding:30px 41px 28px 41px;}
	#main_way h3{font-size:24px;}
	#main_way h1{font-size:43px;}
	#main_way i{width:160px;height:175px;top:-10px;}
	.section01_header{padding:16px 0 15px 0;}
	.section01_header h1{font-size:24px;}
	.sub_call_banner{height:140px;padding:30px 20px;}
	.sub_call_banner h3{font-size:20px;margin-bottom:0;}
	.sub_call_banner h2{font-size:28px;margin-bottom:3px;}
	.sub_call_banner p{font-size:18px;}
	.sub_call_banner a{right:20px;top:20px;height:100px;width:220px;padding:20px 20px 20px 75px;}
	.sub_call_banner a i{width:35px;height:44px;left:20px;top:28px;}
	.sub_call_banner a div{padding-left:20px;}
	.sub_call_banner a div:before{height:64px;margin-top:-32px;}
	.form_list01{padding-bottom:30px;margin-bottom:30px;}
	#register_form .btn_group01{margin-top:30px;}
	#register_result{padding:50px 0;}
	#register_result i{width:70px;height:70px;}
	#register_result h1{font-size:28px;margin:30px 0 20px 0;}
	#register_result p{font-size:16px;margin-bottom:20px;}
	#register_result a{width:250px;height:40px;font-size:20px;padding:10px 0;}
	.search01{margin-bottom:20px;}
	.search01 .select{width:15%;}
	.search01 .input{width:85%;}
	.write_btn_group .btn{width:400px;height:50px;}
	.list02 li{height:90px;}
	.list02 li:after{right:30px;}
	.list02 li a{padding:20px 60px 20px 176px;}
	.list02 li .img{width:166px;height:70px;margin-top:-35px;}
	.list02 li .con h3{font-size:16px;}
	.list02 li .con p{font-size:14px;}
	#reserve_result header{padding:16px 0 15px 0;}
	#reserve_result header h1{font-size:24px;}
	#reserve_result .con h2{height:50px;font-size:18px;padding:16px 30px;}
	#reserve_result .con h1{height:50px;font-size:24px;}
	#reserve_result .con h1 > span{padding:17px 30px;font-size:16px;}
	#reserve_result .con h1 p{padding:11px 30px;}
	#reserve_result .con h3{height:50px;padding:17px 0;}
	.table03 table{font-size:13px;}
	#reserve_result .con h1 > span:after{height:30px;margin-top:-15px;}
	#long .top{padding-bottom:100px;}
	#long .top > div{padding:50px 20px 100px 20px;}
	#long .top h3{width:365px;height:27px;margin-bottom:10px;}
	#long .top h1{width:601px;height:54px;margin-bottom:15px;}
	#long .top p{width:601px;height:29px;margin-bottom:30px;}
	#long .top .btn_group .btn.tel{margin-right:10px;font-size:38px;padding:31px 0;}
	#long .top .btn_group .btn{width:279px;font-size:38px;padding:31px 0;}
	#long .top > div:after{width:400px;margin-left:-200px;height:245px;bottom:-75px;}
	#long .tab{margin-top:-105px;}
	#long .tab .menu li{height:60px;font-size:24px;padding:17px 0;}
	.table04 table th{padding:10px;font-size:16px;}
	.table04 table td{padding:10px;}
	#long .event{margin-top:20px;}
	#long .event h2{width:84px;height:21px;}
	#long .event > div{padding:20px;}
	#partner > div > h3{height:60px;font-size:18px;padding:20px 20px;}
	#partner > div > h3:after{right:20px;}
	#main_banner div .event{top:27px;}
	#main_banner div.menu2 .event{right:121px;}
	#main_banner div.menu1 .event,#main_banner div.menu3 .event{left:41px;}
	#main_partner{margin-top:-15px;}
	.direction_select { height:80px; }
	.direction_select select { font-size:22px; font-weight:600;}
	.map_txt address { padding-bottom:24px; font-size:26px;}
	.contect div { font-size:26px; }
	.map_wrap { height:400px; }
}

@media all and (max-width: 768px){
    .owl-carousel .owl-item .s_rentcar{position:absolute;left:25%;top:21vw;}
    #main_tab .table04 table th span{font-size: 4vw}
	#header{height:54px;}
	#mobile_header h1{width:123px;height:52px;margin:0 auto;}
	#mobile_header h1 a{padding:12px;}
	.mobile_menu_btn{width:50px;}
	.mobile_back_btn{width:41px;}
	.mobile_menu > div{font-size:12px;}
	.user_box{height:186px;padding-top:28px;}
	.user_box > span{width:65px;height:65px;}
	.user_box > p{color:#fff;margin:14px 0;}
	.user_box > div a{width:84px;padding:6px 0;}
	.mobile_menu ul li a{display:block;padding:15px 20px;}
	.container{padding-top:54px;margin-top:-54px;}
	.modal > div{width:94%;margin-left:0;left:3%;box-sizing:border-box;}
	#main_notice{position:relative;left:0;bottom:0;font-size:12px;padding-left:60px;}
	#main_notice ul li{padding:16px 56px 16px 15px;}
    #board_event{position:relative;left:0;bottom:0;font-size:12px;padding-left:60px;}
	#board_event ul li{padding:16px 56px 16px 15px;}
/*	#main_banner .menu > div > div > div{height:100px;}*/
/*
	#main_banner .menu1 .txt{width:95px;height:40px;top:28px;right:25px;}
	#main_banner .menu1 .icon{width:57px;height:35px;top:32px;left:25px;}
	#main_banner .menu2 .txt{width:95px;height:40px;top:28px;right:25px;}
	#main_banner .menu2 .icon{width:57px;height:35px;top:32px;left:24px;}
	#main_banner .menu3 .txt{width:91px;height:40px;top:28px;right:25px;}
	#main_banner .menu3 .icon{width:45px;height:35px;top:32px;left:25px;}
	#main_banner .menu4 .txt{width:87px;height:40px;top:28px;right:25px;}
	#main_banner .menu4 .icon{width:35px;height:35px;top:31px;left:25px;}
*/
	#main_banner .call > a{padding:30px 25px 30px 25px;}
	
	#main_banner .call h1{font-size: 5vw;padding:3px 5px;letter-spacing: 1px}
	#main_banner .call h4{font-size:15px;margin-left:5px;}
	#main_banner .call i{width:65px;height:65px;margin: 1vw 0}
	#main_way a{padding:20px 25px 18px 25px;}
	#main_way h3{font-size:16px;}
	#main_way h1{font-size:24px;}
	#main_way i{width:100px;height:110px;top:-7px;}
	#main_partner .owl-nav div{width:15px;height:25px;margin-top:-16px;}
	.section01_header{padding:11px 0 10px 0;}
	.section01_header h1{font-size:18px;}
	.sub_call_banner{height:100px;padding:20px;}
	.sub_call_banner h3{font-size:16px;}
	.sub_call_banner h2{font-size:20px;margin-bottom:1px;}
	.sub_call_banner p{font-size:14px;}
	.sub_call_banner a{height:60px;box-shadow:3px 3px 0 #ccc;width:95px;padding:10px 10px 10px 30px;}
	.sub_call_banner a i{width:15px;height:19px;top:50%;margin-top:-10px;left:10px;}
	.sub_call_banner a div{padding-left:10px;font-size:12px;margin-top:6px;}
	.sub_call_banner a div:before{height:40px;margin-top:-20px;}
	.rent_select label{font-size:14px;padding:10px 0;height:40px;}
	.rent_select label:after{right:10px;top:10px;}
	.rent_select select{height:40px;width:100%;}
	.rent_list li{height:114px;padding-left:180px;padding-right:120px;}
	.rent_list li .img{padding:8px;height:114px;width:155px;}
	.rent_list li .txt{padding:25px 0;}
	.rent_list li > a{right:30px;width:78px;padding:9px 0 8px 0;font-size:12px;margin-top:-15px;top:50%;box-shadow:1px 1px 0 #baafaf;}
	.rent_list li h3{font-size:16px;}
	.rent_list li p{font-size:12px;}
	.rent_list li h4{font-size:12px;}
	.rent_list li h4 span{margin-right:5px;}
	.input01{height:38px;line-height:18px;}
	.form_list01{padding-bottom:20px;margin-bottom:20px;}
	#register_form .btn_group01{margin-top:20px;}
	.form_list01 li > div > label{width:100px;padding:10px 0;font-size:14px;}
	#register_form p{font-size:12px;}
	.btn_group01 .btn{height:40px;font-size:14px;padding:12px 0;}
	#register_result{padding:40px 0;}
	#register_result i{width:55px;height:55px;}
	#register_result h1{font-size:24px;margin:20px 0;}
	#register_result p{font-size:16px;}
	#register_result a{width:200px;font-size:18px;}
	.input02{height:40px;font-size:12px;}
	.login_section .section01_content{width:100%;box-sizing:border-box;margin:0;}
	#login_form .login_chk{height:35px;}
	#login_form .login_chk > div{padding:7px 0;}
	#login_form form .btn{margin-top:20px;height:40px;font-size:18px;}
	#login_form .login_link{margin-top:20px;}
	#login_form .login_link li{height:40px;padding:14px;}
	#login_form .login_link li a{margin-top:-15px;width:130px;height:30px;padding:5px 0;}
	#password_lost > div header{padding:20px 15px;}
	#password_lost > div header h2{font-size:18px;margin-bottom:3px;}
	#password_lost > div > div{padding:20px 15px;}
	#password_lost > div > div .btn{height:40px;font-size:16px;box-shadow:1px 1px 0 #b9b9b9;}
	.search01 .select{width:20%;height:35px;}
	.search01 .select:after{height:28px;margin-top:-14px;}
	.search01 select{padding:5px;}
	.search01 .input{width:80%;height:35px;padding:5px;}
	.search01 .btn{width:28px;height:28px;margin-top:-15px;right:5px;}
	.list01 li{height:40px;font-size:13px;}
	.list01 li a{padding:13px 100px 13px 15px;}
	.list01 li > span{right:15px;margin-top:-9px;}
	.list01_num ul li{width:35px;height:35px;}
	.list01_num ul li a{font-size:14px;padding:10px 0;}
	.list01_btn_group .btn{font-size:14px;width:70px;padding:10px 0;box-sizing:border-box;}
	.write_btn_group .btn{width:400px;height:40px;font-size:14px;}
	.list02 li{height:70px;}
	.list02 li:after{right:30px;}
	.list02 li a{padding:15px 50px 15px 125px;}
	.list02 li .img{width:119px;height:50px;margin-top:-25px;}
	.list02 li .con h3{font-size:14px;}
	.list02 li .con p{font-size:12px;}
	#rent_view{margin-top:-20px;}
	#rent_view .info{padding-top:20px;}
	#rent_view .info h1{font-size:28px;}
	#rent_view .info p{font-size:13px;}
	#rent_view .m_img{margin-top:10px;}
	#rent_view .info .type{font-size:12px;width:40px;height:20px;padding:3px 0;}
	#rent_view .info .price{padding:10px auto 20px auto;width:300px;}
	#rent_view .con{margin-top:10px;}
	#rent_view .info h4{font-size:16px;height:40px;padding:12px 0;}
	#rent_view .info h4 span{font-size:18px;}
	#reserve_form .reserve_price > .wrap{padding-bottom:20px;}
	#reserve_form .reserve_price > .wrap h4{font-size:12px;height:35px;}
	#reserve_form .reserve_price > .wrap h4 span{padding:10px 0 10px 25px;width:110px;}
	#reserve_form .reserve_price > .wrap h4 span:before{left:10px;}
	#reserve_form .reserve_price > .wrap p{padding:10px 0 10px 15px;}
	#reserve_form .reserve_price > .price_box{border:3px solid #fb7400;border-bottom:1px solid #fb7400;}
	#reserve_form .reserve_price > .price_box > h4{height:40px;font-size:14px;padding:13px 20px;}
	#reserve_form .reserve_price .btn{font-size:16px;height:40px;padding:10px 0;}
	#reserve_result header{padding:11px 0 10px 0;}
	#reserve_result header h1{font-size:18px;}
	#reserve_result .top{padding:20px;}
	#reserve_result .top h3{width:165px;height:17px;}
	#reserve_result .top i{margin-bottom:10px;width:33px;height:35px;}
	#reserve_result .top p{margin-top:7px;font-size:12px;}
	#reserve_result .con h2{height:40px;font-size:16px;padding:10px 20px;}
	#reserve_result .con h1{height:40px;font-size:20px;}
	#reserve_result .con h1 > span{font-size:14px;padding:13px 20px;}
	#reserve_result .con h1 p{padding:8px 20px;}
	#reserve_result .con h1 p span{font-size:12px;}
	#reserve_result .con h3{height:40px;font-size:16px;padding:10px 0;}
	.table03 table{font-size:12px;}
	.table03 table tr th{width:120px;padding:10px 20px;}
	.table03 table tr td{padding:10px 15px;}
	#reserve_result .banner{padding:25px 20px 25px 150px;height:80px;}
	#reserve_result .banner .left{width:100px;height:43px;top:20px;left:20px;}
	#reserve_result .banner .left i{width:100%;height:18px;}
	#reserve_result .banner .left p{font-size:14px;height:20px;padding:1px 0 2px 0;}
	#reserve_result .banner > p{font-size:12px;}
	#reserve_result .btn_group{padding:10px;}
	#reserve_result .btn_group .btn{height:40px;font-size:16px;padding:10px 0;}
	.reserve_list li{height:80px;padding:12px 120px 12px 12px;}
	.reserve_list li > div h1{font-size:16px;}
	.reserve_list li > div h1 span{font-size:12px;width:50px;height:18px;margin-left:3px;}
	.reserve_list li > a{right:30px;height:30px;width:78px;padding:9px 0 8px 0;font-size:12px;margin-top:-15px;top:50%;box-shadow:1px 1px 0 #baafaf;}
	.reserve_list li > div div{width:245px;}
	.reserve_list li > div div p{font-size:12px;}
	.reserve_view .btn_group{padding:20px 0;}
	.reserve_view .btn_group .btn{height:35px;width:80px;font-size:14px;padding:10px 0;}
	#long .top > div{padding:30px 20px 65px 20px;}
	#long .top h3{width:228px;height:17px;}
	#long .top h1{width:378px;height:33px;margin-bottom:10px;}
	#long .top p{width:376px;height:17px;margin-bottom:20px;}
	#long .top .btn_group .btn.tel{margin-right:10px;font-size:24px;padding:19px 0;}
	#long .top .btn_group .btn{width:174px;font-size:24px;padding:19px 0;}
	#long .top > div:after{width:250px;margin-left:-125px;height:168px;bottom:-55px;}
	#long .tab{margin-top:-100px;}
	#long .tab .menu li{height:60px;font-size:24px;padding:17px 0;}
	.table04 table th{padding:7px;font-size:14px;}
	.table04 table td{padding:7px;font-size:14px;}
	#long .event{margin-top:20px;}
	#long .event h2{width:53px;height:13px;}
	#long .tab .menu li{height:45px;font-size:16px;padding:12px 0;}
	#long .event > div li{height:40px;font-size:13px;}
	#long .event > div li a{padding:12px 150px 12px 0;}
	
	
	#accident .join .btn{margin-top:140px;height:62px;font-size:24px;padding:15px 0;}
	
	
	#accident .call .btn{margin-top:130px;}
	#accident .call p{margin-top:15px;}
	#setting li{height:50px;padding:15px 20px;font-size:16px;}
	#setting li a{width:70px;}
	#partner > div > h3{height:55px;font-size:16px;padding:18px 20px;}
	#main_banner div .event{width:46px;height:10px;top:15px;}
	#main_banner div.menu2 .event{right:72px;}
	#main_banner div.menu1 .event,#main_banner div.menu3 .event{left:26px;}
	#main_partner{margin-top:-15px;}
	.direction_select { height:60px; }
	.direction_select select { font-size:16px; background-size:13px 10px; }
	.map_wrap { height:300px; }
	.map_txt { margin-top:0px; }
	.map_txt h4 { font-size:20px; margin-bottom:1px; }
	.map_txt h4 div { width:15px; height:20px;}
	.map_txt h4 span { font-size:16px; }
	.map_txt address { padding-bottom:24px; font-size:14px; padding-bottom:20px;}
	.contect div { font-size:14px; padding:20px 0 20px 30px;}
	.beta > div > div{margin:0 auto;width:80%;}
	.beta a{margin-top:20px;}
	#main_tab .menu li{font-size:16px;height:40px;padding:10px 0;}
	#main_tab .table04 table th{padding:7px;font-size:14px;}
	#main_tab .table04 table td{padding:7px;font-size:14px;}

	#main_event .item div.box{width:100%;text-align: center;}
	#main_event .item div.box span{width:100%;display:block;font-size:15px;text-align: center;}
	#main_event .item div.box img{width:50%;}

	#main_event .item a span {margin-top: 20px;font-size: 18px;}
}

@media all and (max-width: 480px){
    #accident .join i{width:calc(50% - 20px);}
    #accident .call i{width:calc(44% - 20px);}
/*	.wrap{padding:0 10px 20px 10px;}*/
	#main_event{margin-bottom:0px;}
	#main_notice{margin-bottom:10px;}
	#main_banner .menu > div{margin:-5px;}
	#main_banner .menu > div > div{padding:5px;width: calc(50% - 12px)}
/*	#main_banner .menu > div > div > div{height:83px;}*/
/*
	#main_banner .menu1 .txt{width:79px;height:33px;top:23px;right:21px;}
	#main_banner .menu1 .icon{width:48px;height:29px;top:26px;left:17px;}
*/
/*
	#main_banner .menu2 .txt{width:73px;height:34px;top:23px;right:21px;}
	#main_banner .menu2 .icon{width:48px;height:29px;top:26px;left:21px;}
*/
/*
	#main_banner .menu3 .txt{width:76px;height:34px;top:23px;right:21px;}
	#main_banner .menu3 .icon{width:38px;height:29px;top:26px;left:20px;}
	#main_banner .menu4 .txt{width:73px;height:34px;top:23px;right:21px;}
	#main_banner .menu4 .icon{width:29px;height:29px;top:26px;left:32px;}
*/
	#main_banner .call{margin-top:2px;}
	#main_banner .call > a{padding:20px;}
	
	#main_banner .call h4{font-size:13px;margin-left:5px;}
	#main_banner .call i{width:45px;height:45px;}
	#main_way{margin-top:10px;}
	#main_way a{padding:20px 20px 18px 20px;}
	#main_way h3{font-size:14px;}
	#main_way h1{font-size:18px;}
	#main_way i{width:80px;height:89px;top:-3px;}
	.section01_header{margin-bottom:10px;}
	.sub_call_banner{padding:15px;height:70px;margin-bottom:10px;}
	..rent_select{margin-bottom:10px;}
	.sub_call_banner h3{font-size:12px;}
	.sub_call_banner h2{font-size:14px;}
	.sub_call_banner p{font-size:9px;}
	.sub_call_banner a{top:15px;right:15px;height:40px;padding:6px 5px;box-shadow:1px 1px 0 #ccc;text-align:center;width:60px;}
	.sub_call_banner a i{display:none;}
	.sub_call_banner a div{padding-left:0;margin-top:0;}
	.sub_call_banner a div:before{display:none;}
	.rent_select{margin-bottom:10px;}
	.rent_select label{font-size:12px;padding:7px 0;height:30px;}
	.rent_select label:after{right:10px;top:7px;}
	.rent_select select{height:30px;}
	.rent_list li{height:77px;padding-left:120px;padding-right:75px;}
	.rent_list li .img{padding:5px;height:77px;width:106px;}
	.rent_list li .img:after{height:57px;margin-top:-28px;}
	.rent_list li .txt{padding:17px 0;}
	.rent_list li > a{right:15px;width:53px;padding:5px 0;font-size:8px;margin-top:-11px;}
	.rent_list li h3{font-size:12px;}
	.rent_list li p{font-size:8px;}
	.rent_list li h4{font-size:8px;}
	.rent_list li h4 span{margin-right:3px;}
	.input01{height:30px;padding:5px;line-height:20px;}
	.form_list01{padding-bottom:10px;margin-bottom:10px;}
	#register_form .btn_group01{margin-top:10px;}
	.form_list01 li > div{float:none;clear:both;}
	.form_list01 li > div > label{width:77px;padding:10px 0;font-size:12px;display:block;}
	.form_list01 li > div > div{width:80%;padding:0;}
	#register_form li > div input{width:100%;float:left;display:inline-block;}
	#register_form p{font-size:11px;}
	.btn_group01 .btn{height:35px;font-size:13px;padding:10px 0;}
	#register_result{padding:30px 0;}
	#register_result i{width:40px;height:40px;}
	#register_result h1{font-size:16px;margin:10px 0 3px 0;}
	#register_result p{font-size:12px;margin-bottom:10px;}
	#register_result a{width:120px;height:30px;font-size:14px;padding:8px 0;}
	#login_form form .btn{margin-top:10px;}
	#login_form .login_link{margin-top:10px;}
	#login_form .login_link li{font-size:11px;height:30px;padding:10px 11px;}
	#login_form .login_link li a{width:100px;height:26px;margin-top:-13px;font-size:10px;padding:6px 0;}
	#password_lost > div.mr{margin-bottom:10px !important;}
	#password_lost > div header{padding:15px;}
	#password_lost > div header h2{font-size:16px;margin-bottom:0;}
	#password_lost > div header p{font-size:12px;}
	#password_lost > div > div{padding:15px;}
	#password_lost > div > div .btn{font-size:16px;box-shadow:1px 1px 0 #b9b9b9;margin-top:5px;}
	.search01{margin-bottom:10px;}
	.search01 .select{width:25%;}
	.search01 .input{width:75%;}
	.bo_fx,.list01_num,.list01_btn_group{margin-top:10px;}
	.write_btn_group .btn{width:100%;height:35px;font-size:14px;box-shadow:1px 1px 0 #ddd;}
	.list02 li{height:50px;}
	.list02 li a{padding:7px 30px 7px 125px;right:10px;}
	.list02 li:after{width:8px;height:15px;margin-top:-7px;right:10px;}
	.list02 li .con p{font-size:10px;}
	#event_form li > div .input01.wr_1{width:80px;}
	#rent_view{margin-top:-10px;}
	#rent_view .info h1{font-size:24px;}
	#rent_view .info p{font-size:12px;}
	#rent_view .info .price{width:100%;padding:0 20px;box-sizing:border-box;margin:10px auto;}
	.table02 table{font-size:13px;}
	.table02 table tr th{padding:10px;}
	.table02 table tr td{padding:10px;}
	#rent_view .con div{padding:10px;font-size:12px;}
	#reserve_form .input01{width:100%;}
	#reserve_form #start_hour,#reserve_form #end_hour{width:45%;}
	#reserve_form .date{width:45%;}
	#reserve_form .date input{width:100%;}
	#reserve_form .reserve_price > .wrap{padding-bottom:10px;}
	#reserve_form .reserve_price > .wrap h4 span{padding:11px 0 11px 20px;width:100px;font-size:11px;}
	#reserve_form .reserve_price > .wrap h4 span:before{left:5px;}
	#reserve_form .reserve_price > .wrap p{padding:11px 0 11px 10px;font-size:11px;}
	#reserve_form .reserve_price > .price_box > h4{height:30px;font-size:12px;padding:8px 10px;}
	#reserve_form .reserve_price .btn{font-size:14px;height:30px;padding:7px 0;}
	#reserve_result .con{margin-top:5px;}
	#reserve_result .con h2{font-size:14px;padding:8px 10px;height:30px;}
	#reserve_result .con h1{height:30px;font-size:14px;}
	#reserve_result .con h1 > span{padding:7px 10px;width:100px;}
	#reserve_result .con h1 p{padding:7px 10px;}
	#reserve_result .con h3{height:30px;font-size:12px;padding:8px 0;}
	.table03 table tr th{padding:7px 10px;}
	.table03 table tr td{padding:7px 10px;}
	#reserve_result .banner{margin-top:5px;height:60px;padding:15px 10px 15px 100px;}
	#reserve_result .banner .left{width:80px;top:10px;left:10px;}
	#reserve_result .banner .left p{font-size:12px;height:18px;padding:0 0 1px 0;}
	#reserve_result .banner .left i{height:14px;}
	#reserve_result .btn_group{padding-top:5px;}
	#reserve_result .btn_group .btn{height:30px;padding:7px 0;font-size:13px;}
	#reserve_nomember form .submit{margin-top:6px;}
	.reserve_list li{height:70px;padding:10px 75px 10px 10px;}
	.reserve_list li > div h1{font-size:14px;}
	.reserve_list li > div h1 span{font-size:11px;width:45px;height:17px;padding:3px 0;}
	.reserve_list li > a{box-shadow:none;right:12px;width:50px;margin-top:-13px;height:25px;right:10px;padding:7px 0;}
	.reserve_list li > div div{width:225px;}
	.reserve_list li > div div p{font-size:11px;}
	#reserve_result .con h1 > span:after{display:none;}
	.reserve_view .btn_group{padding:10px 0;}
	.reserve_view .btn_group .btn{height:30px;width:70px;font-size:13px;padding:7px 0;}
	#long{margin-top:-10px;}
	#long .top > div{padding:20px 10px 40px 10px;}
	#long .top h3{width:181px;height:14px;margin-bottom:3px;}
	#long .top h1{width:275px;height:24px;margin-bottom:3px;}
	#long .top p{width:275px;height:14px;margin-bottom:10px;}
	#long .top .btn_group .btn.tel{margin-right:10px;font-size:17px;padding:10px 0;margin-right:5px;}
	#long .top .btn_group .btn{width:100px;font-size:17px;padding:10px 0;}
	#long .top > div:after{width:185px;height:125px;margin-left:-84px;bottom:-42px;}
	#long .top{padding-bottom:60px;}
	#long .tab{margin-top:-60px;}
	#long .tab .menu li{height:35px;font-size:14px;padding:9px 0;}
	.table04 table th{padding:5px;font-size:12px;border-right:3px solid #fff;}
	.table04 table td{padding:5px;font-size:12px;border-left:3px solid #fff;}
	#long .event{margin-top:10px;}
	#long .event > div{padding:10px;}
	#long .event h2{margin-left:10px;}
	#long .event > div li{height:30px;font-size:12px;}
	#long .event > div li a{padding:7px 130px 7px 0;}
	#accident{margin-top:-10px;}
	
	#accident > div > div > div{padding:35px;}
    #accident > div > div > div.top{border-radius: 15px 15px 0 0}
    #accident > div > div > div.info{border-radius: 0 0 15px 15px}
	

	#accident .join .btn{margin-top:97px;height:42px;font-size:16px;padding:10px 0;}
	
	
	#accident .call .btn{margin-top:88px;height:42px;font-size:16px;padding:10px 0;margin-bottom:9px;}
	#accident .call p{font-size:11px;margin-top:0;}
	#setting li{font-size:14px;padding:16px 20px;}
	#partner{margin-top:-10px;}
	#partner > div > h3{height:40px;font-size:14px;padding:12px 10px;}
	#partner > div > h3:after{display:none;}
	#main_banner div .event{width:29px;height:7px;top:13px;}
	#main_banner div.menu2 .event{right:64px;}
	#main_banner div.menu1 .event,#main_banner div.menu3 .event{left:22px;}
	#main_partner{margin-top:-15px;}
	.beta a{width:200px;height:40px;font-size:16px;padding:10px 0;margin-top:10px;}
	#main_tab{margin-top:10px;}
	#main_tab .menu li{font-size:14px;height:35px;padding:8px 0;}
	#main_tab .table04 table th{padding:7px;font-size:12px;}
	#main_tab .table04 table td{padding:7px;font-size:12px;}
}
@media all and (max-width: 400px){
	#header{height:45px;}
	#mobile_header h1{width:102px;height:45px;margin:0 auto;}
	#mobile_header h1 a{padding:10px;}
	.mobile_menu_btn{width:42px;}
	.mobile_back_btn{width:34px;}
	.mobile_menu > span{width:20%;}
	.mobile_menu > div{width:80%;}
	.container{padding-top:45px;margin-top:-45px;}
/*	#main_banner .menu > div > div > div{height:66px;}*/
/*
	#main_banner .menu1 .txt{width:64px;height:26px;top:19px;right:16px;}
	#main_banner .menu1 .icon{width:38px;height:23px;top:21px;left:17px;}
	#main_banner .menu2 .txt{width:59px;height:26px;top:19px;right:16px;}
	#main_banner .menu2 .icon{width:38px;height:23px;top:21px;left:17px;}
	#main_banner .menu3 .txt{width:61px;height:26px;top:19px;right:16px;}
	#main_banner .menu3 .icon{width:30px;height:23px;top:21px;left:17px;}
	#main_banner .menu4 .txt{width:59px;height:26px;top:19px;right:16px;}
	#main_banner .menu4 .icon{width:23px;height:23px;top:21px;left:17px;}
*/
	#main_banner .call > a{padding:16px;}
	#main_banner .call h4{font-size:9px;margin-left:1px;}
	#main_banner .call i{width:40px;height:40px;}
	#main_way a{padding:16px;}
	#main_way h3{font-size:11px;}
	#main_way h1{font-size:16px;}
	#main_way i{width:65px;height:71px;top:-2px;left:-5px;}
	#main_partner .owl-nav div{width:9px;height:15px;margin-top:-10px;}
	.sub_call_banner h3{font-size:10px;}
	.sub_call_banner h2{font-size:12px;}
	.sub_call_banner p{font-size:8px;}
	#main_banner div .event{width:23px;height:5px;top:13px;}
	#main_banner div.menu2 .event{right:51px;}
	#main_banner div.menu1 .event,#main_banner div.menu3 .event{left:16px;}
}


/* ie8 hack */
@media \0screen {
	#main_banner .menu1 .txt{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/main_m1_txt.png', sizingMethod='scale');background:none;}
	#main_banner .menu1 .icon{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/main_m1_icon.png', sizingMethod='scale');background:none;}
	#main_banner .menu2 .txt{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/main_m2_txt.png', sizingMethod='scale');background:none;}
	#main_banner .menu2 .icon{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/main_m2_icon.png', sizingMethod='scale');background:none;}
	#main_banner .menu3 .txt{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/main_m3_txt.png', sizingMethod='scale');background:none;}
	#main_banner .menu3 .icon{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/main_m3_icon.png', sizingMethod='scale');background:none;}
	#main_banner .menu4 .txt{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/main_m4_txt.png', sizingMethod='scale');background:none;}
	#main_banner .menu4 .icon{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/main_m4_icon.png', sizingMethod='scale');background:none;}
	#register_result i{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/register_result_icon.png', sizingMethod='scale');background:none;}
	#login_form .login_id i{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/login_id_icon.png', sizingMethod='scale');background:none;}
	#login_form .login_pw i{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/login_pw_icon.png', sizingMethod='scale');background:none;}
	#login_form .login_link li:before{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/login_plus_icon.png', sizingMethod='scale');background:none;}
	#reserve_result .top i{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/reserve_result_icon.png', sizingMethod='scale');background:none;}
	#reserve_result .top h3{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/reserve_result_head.png', sizingMethod='scale');background:none;}
	#reserve_result .banner .left i{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/reserve_result_banner.png', sizingMethod='scale');background:none;}
	#long .top h3{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/long_top_h3.png', sizingMethod='scale');background:none;}
	#long .top h1{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/long_top_h1.png', sizingMethod='scale');background:none;}
	#long .top p{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/long_top_p.png', sizingMethod='scale');background:none;}
	#long .top > div:after{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/long_top_car.png', sizingMethod='scale');background:none;}
	#accident .join > div > div{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/acccident_join_bg.png', sizingMethod='scale');background:none;}
	#accident .call > div > div{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/acccident_call_bg.png', sizingMethod='scale');background:none;}
	#accident .join i{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/acccident_join_icon.png', sizingMethod='scale');background:none;}
	#accident .join .txt{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/acccident_join_txt.png', sizingMethod='scale');background:none;}
	#accident .call i{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/acccident_call_icon.png', sizingMethod='scale');background:none;}
	#accident .call .txt{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/acccident_call_txt.png', sizingMethod='scale');background:none;}
	#setting li a.on span{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/setting_on.png', sizingMethod='scale');background:none;}
	#setting li a.off span{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/setting_off.png', sizingMethod='scale');background:none;}
	#main_banner div .event{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/main_event_icon.png', sizingMethod='scale');background:none;}
	.direction_head{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/direction_head.png', sizingMethod='scale');background:none;}
	.map_txt H4 div{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/map_icon.png', sizingMethod='scale');background:none;}
}
