h2,h3,h4,h5,h6,p,a{letter-spacing: -0.02em; font-family: "Noto Sans KR"; font-weight: 400; padding: 0;margin: 0;}
ul{margin: 0; list-style-type: none; padding: 0;}
img{max-width: 100%;}

/* ----------------------------------------------------------------
 상단배너부분
-----------------------------------------------------------------*/
.parallax-window { height: 1000px; }
.daubet_bg {
	overflow: hidden;
}
.daubet_bg.fullscreen {
	height: 100vh;
	position:relative;
}
.box {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index:30;
}
.box_wrap {
	padding-top: 62px;
}
.top_txt {
	font-size: 25px;
    color: #000;
}
.image-bg .container {
	position: relative;
	z-index: 5;
}
.smalltxt {
	color: #000;
    font-size: 18px;
    padding: 20px 0 40px 0;
}
.kurubar_wrap {
	bottom: 0%;
    position: absolute;
    color: #fff;
    width: 100%;
    background-color: #f65a87;
    z-index: 1;
}
.kuru_bar { padding: 10px;}
.kuru_bar h5 {
	font-size: 24px;
    padding: 0 15px;
	display: inline-block;
    color: #fff;
}
.kuru_bar p {
	font-size: 16px;
	display: inline-block;
}

.specialBox {
	max-width: 900px;
    margin: 0 auto;
    border-radius: 20px;
}
.specialtit {
	background: #f65a87;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}
.topicon {
	background:#fff;
	padding:20px 0;
	width: 20%;
    float: left;
}
.topicon > p {
	font-size: 15px;
    padding-top: 10px;
}
.badgeImg {
    position: absolute;
    right: 160px;
    top: 130px;
}

@media only screen and ( max-width: 1200px ) {
	.badgeImg { right: 50px; }
}
@media only screen and ( max-width: 1100px ) {
    .box_wrap { padding: 50px 20px 0;}
    .top_txt { font-size: 18px;}
}
@media only screen and ( max-width: 992px ) {
	.badgeImg { width: 150px; right: 8px; }
}
@media only screen and ( max-width: 768px ) {
    .box_wrap h3 img { width: 13%;}
    .smalltxt { font-size:15px; }
	.specialBox {padding: 0 15px; }
	.badgeImg { width: 22%; top: 90px; }
}
@media only screen and ( max-width: 600px ) {
  .parallax-window { height: 900px; }
	.topicon:nth-child(2) {width:33.33333%;}
	.topicon:nth-child(3) {width:33.33333%;}
	.topicon:nth-child(4) {width:33.33333%;}
	.topicon:nth-child(5) {width:50%;padding-left: 30px;}
	.topicon:nth-child(6) {width:50%;padding-right: 30px;}
}
@media only screen and ( max-width: 450px ) {
	.daubet_bg.fullscreen {height:950px;}
	.topicon img { width: 50px; }

	.bar_icn img { width: 15%;}
	.kuru_bar h5 { font-size: 18px; padding: 10px 15px;}
	.kuru_bar p { font-size:14px; }
}



/* ----------------------------------------------------------------
 쿠루쿠루 렌터카,  왜 좋을까?
-----------------------------------------------------------------*/
.rent01 {background: #fff; }
.rent01_tit {
	font-size: 36px;
    color: #000;
    padding-top: 20px;
    line-height: 1.3;
}
.whyWrap { }
.whyWrap .whyiconBox {
	position: relative;
	background:#f5f5f5;
	padding: 30px 10px;
	cursor: pointer;
}
.whyWrap .whyiconBox:hover {
	background: #ffe9f1;
    box-shadow: 4px 4px 7px #b9b9b9;
}
.whyiconBox .whytext01 {
	font-size: 18px;
    color: #333;
    padding: 10px 0;
	font-weight: 500;
}
.whyiconBox .whytext02 {
	font-size: 14px;
    color: #666;
    margin-top: 15px;
}
.sbar {
	background: #9e9e9e;
    width: 35px;
    height: 2px;
    margin: 10px auto;
}
.rent01 .col-sm-3, .rent01 .col-xs-6 { padding-right: 5px;  padding-left: 5px; margin-bottom:10px; }

@media only screen and ( max-width: 1200px ) {
	.whyiconBox .whytext01 { font-size:16px; }
	.whyWrap .whyiconBox { height: 260px;}
}
@media only screen and ( max-width: 992px ) {
	.whyWrap .whyiconBox {  height: 280px;}
	.whyiconBox .whytext02 { font-size:13px; }
	.whyiconBox .whytext02 br { display:none; }
}
@media only screen and ( max-width: 768px ) {
	.whyWrap .whyiconBox {  height: 275px;}
	.rent01_tit { font-size:26px; }
}
@media only screen and ( max-width: 600px ) {
	.whyWrap .whyiconBox { height: 250px;}
}
@media only screen and ( max-width: 450px ) {
	.whyWrap > div { width:100%; }
	.whyWrap .whyiconBox { height: auto; padding: 20px 10px;}
	.whyiconBox img { width:15%; }
	.sbar { margin: 0 auto; }
}



/* ----------------------------------------------------------------
 또 다른 특전, 와이파이 무료 대여 서비스!
-----------------------------------------------------------------*/
.rent02 {
	background:#f7f7f7;
}
.rent02 > .container { position:relative; }
.circleBnr {
	background: #f85887;
    display: inline-block;
    padding: 41px 0;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    width: 130px;
    height: 130px;
    position: absolute;
    right: 200px;
    top: -59px;
}
.midTit {
	font-size: 28px;
    color: #000;
    line-height: 1.3em;
}
.midtit_text {
	font-size: 16px;
    padding-top: 10px;
}
span.pink { color:#f75987; }
.listBox{
	background: #fff;
    text-align: left;
    border: 1px solid #f75987;
    padding: 50px;
}
.listBox .listTit {
	color: #f75987;
    font-size: 20px;
    font-weight: 500;
}
.listBox .listText {
	font-size: 15px;
    padding-top: 10px;
	margin-bottom: 20px;
}
.listBox .listText:last-child {margin-bottom: 0px; }
.listBox .listText li {
	background: url(/event2018/img/kuruRentacar/dot.png) no-repeat left top 8px;
    padding-left: 20px;
	padding-bottom: 7px;
    line-height: 20px;
	font-weight: 400;
}
.listBox .listText li p {
	line-height: 24px;
	color:#666;
}
@media only screen and ( max-width: 1200px ) {
	.circleBnr { right:95px; }
}
@media only screen and ( max-width: 992px ) {
	.circleBnr { right: 0; font-size: 15px; width: 110px; height: 110px; padding: 33px 0; top: -35px;}
}
@media only screen and ( max-width: 768px ) {
	.circleBnr {display:none; }
	.midTit { font-size:23px; }
	.midtit_text { font-size: 15px;}
	.listBox { padding: 40px 30px;}
	.listBox .listTit {font-size: 17px;}
	.listBox .listText { font-size: 14px;}
}
@media only screen and ( max-width: 450px ) {
	.listBox { padding: 20px 20px;}
}




/*---------------------------------------------------------------
	 호텔온센닷컴이 직접 다녀온 오키나와 렌터카 여행!
-----------------------------------------------------------------*/
.withBus {
	height:235px;
	background: url(/event2018/img/kuruRentacar/rentacar_bg2.jpg) 50% 0 no-repeat;
	background-size:cover;
}
.withBus .withTit {
	font-size: 23px;
	color: #fff;
	font-weight: 300;
	letter-spacing: -0.04em;
	line-height: 1.3;
	text-align:center;
	padding-top:40px;
}
.withBus .widthText {
	text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 5px;
}
.withBus .whthbus_leftBtn, .withBus .whthbus_rightBtn {
	width: 300px;
	background: #fff;
	color: #000;
	font-size: 14px;
	padding: 13px 25px;
	border-radius: 30px;
	transition: all 0.17s cubic-bezier(.17,.67,.77,1.01); cursor: pointer;
}
.withBus .whthbus_leftBtn {
	float: left;
	margin-left: 250px;
	background:#fff url(/event2018/img/kuruRentacar/btn_arrow01.png) no-repeat right 30px center;
}
.withBus .whthbus_rightBtn {
	float: right;
	margin-right: 250px;
	background:#fff url(/event2018/img/kuruRentacar/btn_arrow01.png) no-repeat right 30px center;
}
.withBus .whthbus_leftBtn:hover a, .withBus .whthbus_rightBtn:hover a { color:#f65a87}
.withBus .whthbus_leftBtn:hover {
	box-shadow: 0px 10px 30px 0px rgba(35,37,74,0.1);
	background:#ffdde7 url(/event2018/img/kuruRentacar/btn_arrow02.png) no-repeat right 30px center;
}
.withBus .whthbus_rightBtn:hover {
	box-shadow: 0px 10px 30px 0px rgba(35,37,74,0.1);
	background:#ffdde7 url(/event2018/img/kuruRentacar/btn_arrow02.png) no-repeat right 30px center;
}


 @media only screen and ( max-width: 1200px ) {
	.withBus .whthbus_leftBtn { margin-left: 150px;}
	.withBus .whthbus_rightBtn { margin-right: 150px;}
 }
  @media only screen and ( max-width: 991px ) {
	.withBus .withTit {  font-size: 20px}
	.withBus .whthbus_leftBtn { margin-left: 0px;}
	.withBus .whthbus_rightBtn { margin-right: 0px;}
  }
  @media only screen and ( max-width: 768px ) {
    .withBus .whthbus_leftBtn { width:100%;}
	.withBus .whthbus_rightBtn { width:100%; margin-top: 10px;}
  }


/*---------------------------------------------------------------
	쿠루쿠루 렌터카 차량 소개 & 예약하기!
-----------------------------------------------------------------*/
.btnTit {
    color: #555;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300;
}
span.red { color:#e62335; }

.rent03.carList {
	margin: 0;
    padding: 0;
    background-color: rgba(255,255,255,.1);
    list-style-type: none;
}
.rent04 .carList {
	margin: 0;
    padding: 0;
    background-color: rgba(255,255,255,.1);
    list-style-type: none;
	overflow: hidden;
}
.rent03 .carList li {
	float:left;
	width:16.666666%;
	position: relative;
    border-top: 2px solid #f75987;
    border-bottom: 2px solid #f75987;
}
.rent03 .carList li:first-child{ border-left: 2px solid #f75987;}
.rent03 .carList li:last-child{ border-right: 2px solid #f75987;}
.carList li a {
	display: block;
    text-align: center;
    padding: 30px 0;
    color: #f75987;
    font-size: 18px;
	transition: all .3s ease;
}
.carList li:hover a{ background:#e0507a; color:#fff; transition: all .3s ease-in-out }
.carList li.active a{ background:#f75987; color:#fff; }
.check {
	position: absolute;
    top: -30px;
    right: -20px;
    z-index: 1;
}



.carWrap { display:none; }
.show { display:block; }
.carItem {
	clear: both;
    overflow: hidden;
	background:none;
    width: 100%;
}
.carItem .carleftWrap {
	float:left;
	width:47%;
}
.carItem .carleftWrap img { width:100%; }

.right_btn,.left_btn{position: absolute; top: 45%; z-index: 5; display: inline-block;}
.right_btn{right:10%;}
.left_btn{left:10%;}


.carItem .carleftWrap p {
	text-align: left;
    color: #333;
    font-size: 24px;
    font-weight: 500;
	margin-bottom: 20px;
}
.carItem .carleftWrap p span {
	font-size:13px;
	color:#666;
	font-weight: 400;
}
.carItem .carleftWrap .carmark {
	width: 85px;
    height: 85px;
    background: #f65987;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 50%;
    margin: 5px;
    display: table;
}
.carItem .carleftWrap .carmark p {
	font-size: 15px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
	color:#fff;
}

.carItem .carrightWrap {
	float:right;
	width:50%;
	margin-top: 40px;
}
.carItem .carrightWrap .baytable {
	width:100%;
}
.carItem .carrightWrap .baytable th,.carItem .carrightWrap .baytable td { text-align:center; font-weight: 400; font-size:15px; padding: 15px 0; color:#333;}
.through {
	text-decoration: line-through;
    display: block;
    font-size: 13px;
    color: #888;
}
#car_list_1 .baytable td, #car_list_3 .baytable td, #car_list_4 .baytable td {color:red;}
.carItem .carrightWrap p { text-align:left; font-size: 14px; color: #333; }
.carItem .carrightWrap p.red-color{color: red;}
.carItem .carrightWrap .carText01 {
    text-align: right;
    font-size: 13px;
}
.carItem .carrightWrap .carText02 {
	padding-top: 10px;
}
.carItem .carrightWrap .carText03 {
	color: #e62335;
	padding-top: 30px;
	padding-bottom: 30px;
}
.pinkBtn a{
	border: 2px solid #f85887;
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-block;
	min-width: 155px;
    float: left;
	transition: all .2s ease-in-out;
	background:#fff;
}
.pinkBtn a:hover { background:#f85887; color:#fff;  }
.backPink { background: #feeff5; }
.fc333 {color:#333 !important;}

.carousel-inner { border: 1px solid #ececec;}





@media only screen and ( max-width: 1200px ) {
	.carItem .carrightWrap .carText03 { padding-top: 10px; padding-bottom: 10px;}
}

@media only screen and ( max-width: 992px ) {
	.check { width: 80px; top: -20px; }
	.carItem .carleftWrap .carmark { width: 70px; height: 70px;}
	.carItem .carleftWrap .carmark p { font-size: 13px;}
}

@media only screen and ( max-width: 768px ) {
	.btnTit { font-size:28px; }
	.rent03 .carList li a { padding: 20px 0; font-size:15px;}
	.carItem .carleftWrap { width:100%; }
	.carItem .carrightWrap { width:100%; margin-top: 20px;}
	.carItem .carrightWrap .baytable th,.carItem .carrightWrap .baytable td  { font-size:14px; }
	.carItem .carrightWrap p { font-size:13px; }
	.check { width: 65px;}
}

@media only screen and ( max-width: 450px ) {
	.btnTit { font-size:21px; }
	.carItem .carleftWrap p { font-size: 20px; margin-bottom: 10px;}
	.pinkBtn a { width:100%; }
	.carList {border: 2px solid #f75987; overflow:hidden;}
	.rent03 .carList li { width:50%; border:none;}
	.rent03 .carList li:first-child{ border:none;}
	.rent03 .carList li:last-child{ border:none;}
	.rent03 .carList li a { padding:10px 0; }
	.check { display:none;}

}
@media only screen and ( max-width: 360px ) {


}

/*---------------------------------------------------------------
	쿠루쿠루 렌터카, 수령에서 반납까지!!
-----------------------------------------------------------------*/
.rent04 .carList li { width:50%; }
.orderWrap {display:none; }
.orderWrap ul { overflow:hidden; }
.orderWrap ul li {
    float: left;
    height: 250px;
    width: 26.9%;
    margin-bottom: 20px;
    display: table;
}

.orderWrap ul li.arrow {
	    width: 9.5%;
}
.orderWrap ul li.arrow div {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}
.orderWrap ul li:nth-child(6) {width:0;}
.orderWrap ul li:nth-child(6) div {display:none; }

.orderWrap .orderbox {
	overflow: hidden;
    background: #f7f7f7;
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    box-shadow: 5px 5px 0px #e2e2e2;
    border: 1px solid #e2e2e2;
}
.orderWrap .orderbox .bigtext {
	font-size: 17px;
    color: #333;
    font-weight: 500;
}
.orderWrap .orderbox  .smalltext {
	font-size: 15px;
    color: #666;
    font-weight: 500;
	padding-top: 10px;
}
.orderWrap .orderbox .pinkBtn a { float:none;  margin-top: 20px;}

@media only screen and ( max-width: 991px ) {
	.orderWrap ul li { width: 29.5%; height: 195px;}
	.orderWrap .orderbox .bigtext { font-size:15px;}
	.orderWrap .orderbox .bigtext br {display:none; }
	.orderWrap .orderbox .smalltext { font-size:13px; padding-top: 5px; }
	.orderWrap ul li.arrow { width: 5.5%;}
	.orderWrap ul li:nth-child(6) {width:0;}
}

@media only screen and ( max-width: 768px ) {
	.orderWrap ul li { float: none; width: 100%; height: 100px; margin-bottom: 10px;}
	.orderWrap ul li.arrow { width:100%; height: auto;}
	.orderWrap ul li.arrow div img { transform: rotate(90deg); }
	.orderWrap ul li:nth-child(6) div {display:block; }
}

/*---------------------------------------------------------------
	�˾�â
-----------------------------------------------------------------*/
.bgblack {
	background: rgba(0,0,0,0.5);
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
	display:none;
}
.popup {
    max-width: 860px;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -430px;
	display:none;
    z-index: 9999;
    position: fixed;
}
.popWrap {
	border: 2px solid #e23c6c;
    position: relative;
    background-color: #fff;
}
.popWrap p {
    background: #e23c6c;
    color: #fff;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 500;
}
.popWrap > div {
	width: 100%;
	text-align: center;
	background: #f5f5f5;
}
.popWrap .closeWrap {
	position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: #e23c6b;
	cursor: pointer;
}
.popWrap .closeWrap div {
	position: absolute;
    left: 35px;
    top: 23px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #fff;
}
.closebar01 { transform: rotate(45deg); }
.closebar02 { transform: rotate(-45deg); }

@media only screen and ( max-width: 1200px ) {
	.popup { margin-left: -410px;}
}
@media only screen and ( max-width: 992px ) {
	.popup{
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    left: 0;
    padding: 0 15px;}
}
@media only screen and ( max-width: 768px ) {
	.popWrap p { height: 60px; line-height: 60px; font-size: 20px;}
	.popWrap .closeWrap { width: 60px; height: 60px;}
	.popWrap .closeWrap div { top: 17px;}
}
@media only screen and ( max-width: 768px ) {
	.popup {top:60%; }
}
