/* Main Common */
.main-wrapper .tit,
.main-wrapper .sub {font-family: 'Noto Sans KR', sans-serif;}



/* 하단 콜센터 */
.foot-call-center {background: #0e9f26; text-align: center; padding: 15px 0;}
.foot-call-center * {color: #fff;}
.foot-call-center .title,
.foot-call-center .memo {
	display: inline-block;
	vertical-align: middle;
}
.foot-call-center .title {font-size: 1.5rem; font-weight: normal; line-height: 40px; margin-right: 30px;}
.foot-call-center .title::before {
	content: "";
	display: inline-block; vertical-align: middle;
	width: 40px; height: 40px;
	background: url(../../images/res/main/call.png) no-repeat center;
	background-size: 40px;
	margin-right: 5px;
	position: relative; top: -1px;
}
.foot-call-center .title::after {content: ">"; font-size: 1rem; margin-left: 10px;}
.foot-call-center .memo .inline {font-size: 1.125rem;}
.foot-call-center .memo .inline::after {
	content: "I";
	margin: 0 20px;
}
.foot-call-center .memo .inline:last-child::after {display: none;}
.foot-call-center .memo .inline strong {font-weight: normal;}
.foot-call-center .memo .inline .call {font-size: 1.5rem;}



/* 타보카 */
.main-tabocar .top {
	background: #008557;
	text-align: center;
	padding: 4.375rem;
}
.main-tabocar .t-title {font-size: 3.75rem; color: #fff;}
.main-tabocar .t-sub {font-size: 1.125rem; color: #3fbe92; margin-top: 5px; word-break: keep-all;}
.main-tabocar .cell-row {text-align: center;}
.main-tabocar .cell-row > div {position: relative;}
.main-tabocar .cell-row a {
	display: block;
	padding: 9rem 0;
	text-decoration: none;
}
.main-tabocar .cell-row a::before {
	content: "";
	display: block;
	position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1;
	background: url("../../images/res/main/tabocar-bg1.jpg") no-repeat center;
	background-size: cover;
}
.main-tabocar .cell-row .pat a::before {background-image: url("../../images/res/main/tabocar-bg2.jpg");}
.main-tabocar .title,
.main-tabocar .sub {color: #fff; position: relative; z-index: 2;}
.main-tabocar .title {font-size: 2rem; margin: 1.25rem;}
.main-tabocar .sub {font-size: 1.125rem; line-height: 1.875rem;}
.main-tabocar .icon {position: relative; z-index: 2;}



/* Top Banner */
.main-top-wrapper {position: relative;}
.main-banner .swiper-slide {
	background: url("../../images/res/main/top-banner-01.jpg") no-repeat center;
	background-size: cover;
	background-color: #ccc;
	text-align: center;
}
/*
.main-banner .swiper-slide,
.main-banner .swiper-slide .container {
	height: 100vh;
	height: calc(100vh - 85px);
}
*/
.main-banner .swiper-slide,
.main-banner .swiper-slide .container {
	height: 520px;
}


.main-banner .text-area {
	position: absolute; top: 50%; left: 100px; right: 0; z-index: 2;
	transform: translateY(-50%);
	width: 100%;
	box-sizing: border-box;
}
.main-banner .tit {font-size: 4.5rem; color: #fff;}
.main-banner .sub {font-size: 2.25rem; color: #fff; opacity: 50%;}



/* 렌터카 선택 */
.pop-rent-selected {
	position: absolute; left: 0; right: 0; z-index: 3;
	bottom: -58px;
	width: 1280px;
	height: 450px;
	margin: 0 auto;
}
.pop-rent-selected .box {
	width: 380px;
	height: 470px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	border-radius: 10px;
	overflow: hidden;
}
.pop-rent-selected .date-select {
	height: 135px;
	background: #0e9f26;
	padding: 28px 20px 35px;
	box-sizing: border-box;
	position: relative;
}
.pop-rent-selected .date-select .start {position: relative;}
.pop-rent-selected .date-select .start::after {
	content: "";
	display: block;
	position: absolute; top: 50%; right: -10px;
	transform: translateY(-50%);
	width: 28px; height: 28px;
	background: url("../../images/res/main/rent-arrow.png") no-repeat center;
	background-size: 28px;
}
.pop-rent-selected .date-select .end {padding-left: 25px;}
.pop-rent-selected .date-select .tit {
	font-size: 14px; color: #9fd0a4;
}
.pop-rent-selected .date-select .date-area {margin: 10px 0;}
.pop-rent-selected .date-select .date {
	font-size: 1.875rem; line-height: 1.875rem; color: #fff;
}
.pop-rent-selected .date-select .time {
	font-size: 1.125rem; color: #fff;
}
.pop-rent-selected .date-select .year,
.pop-rent-selected .date-select .day-text {
	font-size: 1rem; color: #a6d3aa;
}
.pop-rent-selected .date-select .day-text::before {
	content: "/";
	display: inline;
	font-size: 12px;
	margin-right: 4px;
	position: relative; top: -1px;
}
.pop-rent-selected .date-select .day-text em {font-style: normal;}
.pop-rent-selected .date-select .daterange {
	position: absolute; top: 0; left: 0; right: 0; bottom: 10px; z-index: 2;
    width: 100%;
    height: 100%;
    background: none;
    border: none !important;
    cursor: pointer;
    text-indent: -9999px;
}
.pop-rent-selected .car-select {
	padding: 15px;
}
.pop-rent-selected .option-area {height: 220px;}
.pop-rent-selected .option-area dt {font-size: 1.062rem; color: #292222; margin-bottom: 10px;}
.pop-rent-selected .option-area dd .lb-ch3 {
	width: 20%;
	width: calc(25% - 6px);
	margin: 0 1px 8px 0;
}
.pop-rent-selected .option-area dd .lb-ch3:nth-child(5n + 0) {margin-right: 0;}
.pop-rent-selected .option-area dd .lb-ch3 input[type="radio"] + label,
.pop-rent-selected .option-area dd .lb-ch3 input[type="checkbox"] + label {
    width: 100%; height: 40px; line-height: 38px;
    min-width: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: -1px;
}
.pop-rent-selected .option-area .tabo .lb-ch3 {width: 30%; width: calc(33% - 10px);}
.pop-rent-selected .option-area .tabo .lb-ch3:nth-child(4n + 0) {margin: 0 10px 10px 0;}
.pop-rent-selected .option-area .tabo .lb-ch3:nth-child(3n + 0) {margin-right: 0;}
.pop-rent-selected .option-area .tabo .lb-ch3.tip {width: 42%;}

.pop-rent-selected .btn-area {margin-top: 20px;}
.pop-rent-selected .btn-area .btn {
	width: 100%; line-height: 53px;
	background-color: #5a595a; border-color: #5a595a; color: #fff;
	font-size: 16px;
}
.pop-rent-selected .btn-area .btn:hover {background-color: #464646; border-color: #464646;}
.pop-rent-selected .btn-area .btn:active {background-color: #313131; border-color: #313131;}

.main-tabs nav {display: table; width: 100%; table-layout: fixed; margin-bottom: 15px;}
.main-tabs nav a {
	display: table-cell; vertical-align: middle; text-align: center;
	height: 45px;
	font-size: 1rem; color: #2c2b2b;
	background: #f4f4f4;
	border-radius: 5px;
	position: relative;
	text-decoration: none;
}
.main-tabs nav a.active {
	background: #0e9f26;
	color: #fff;
}
.main-tabs nav a.active::after {
	content: "";
	display: block;
	position: absolute; left: 50%; bottom: -15px;
	transform: translateX(-50%);
	border-top: 8px solid #0e9f26;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
}
.main-tabs .tabPanel {display: none;}



/* Special Offers */
.special-offers {
	padding: 100px 0;
	background: url("../../images/res/main/special-bg.jpg") no-repeat center;
}
.special-offers .top-area {text-align: center; position: relative;}
.special-offers .tit {font-size: 2.625rem; font-weight: 900; line-height: 2.5rem; color: #383a4a;}
.special-offers .sub {font-size: 1rem; color: #918f8f; margin-top: 10px;}
.special-offers .more-area {
	position: absolute; top: 50%; right: 0; z-index: 2;
	transform: translateY(-50%);
}
.special-offers .more {
	display: inline-block;
	font-size: 1.125rem; font-weight: bold; color: #1d201f;
	text-decoration: none;
	position: relative;
	padding-bottom: 2px;
}
.special-offers .more::after {
	content: "";
	display: block;
	position: absolute; left: 0; right: 0; bottom: 0;
	width: 100%; height: 2px;
	background: #1d201f;
}

.special-offers .event-slider .event-list li {border: 1px solid #e1e3e4; box-sizing: border-box;}

.special-offers .swiper-button-prev,
.special-offers .swiper-button-next {
	width: 75px;
	height: 75px;
	background-size: 75px;
}
.special-offers .event-slider .swiper-button-prev,
.special-offers .event-slider .swiper-container-rtl .swiper-button-next {
	background-image: url("../../images/res/swiper/prev-gray-circle.png");
}
.special-offers .event-slider .swiper-button-next,
.special-offers .event-slider .swiper-container-rtl .swiper-button-prev {
	background-image: url("../../images/res/swiper/next-gray-circle.png");
}
.special-offers .event-slider .swiper-button-prev,
.special-offers .event-slider .swiper-container-rtl .swiper-button-next {left: -45px;}
.special-offers .event-slider .swiper-button-next,
.special-offers .event-slider .swiper-container-rtl .swiper-button-prev {right: -45px;}



/* 내손안의 렌트카 */
.rent-app-link {
	background: url("../../images/res/main/app-link-bg.jpg") no-repeat center;
	background-size: cover;
	padding: 220px 0 90px;
}
.rent-app-link .tit {font-size: 3.75rem; line-height: 3.75rem; color: #2a2a4c;}
.rent-app-link .sub {font-size: 1.25rem; line-height: 2.25rem; color: #939090; margin-top: 30px;}
.rent-app-link .foot-img-area {
	position: absolute; left: 0; right: 0; bottom: -190px;
	width: 100%;
}
.rent-app-link .foot-img-area > div {display: inline-block; vertical-align: bottom;}
.rent-app-link .app-btn a {display: inline-block; vertical-align: middle;}
.rent-app-link .app-btn a:not(:last-child) {margin-right: 15px;}
.rent-app-link .jejurent {margin-left: 30px;}


.rent-app-link.new {padding: 30px 0;}
.rent-app-link.new .foot-img-area {position: static; margin-top: 25px;}
.rent-app-link.new .foot-img-area .app-btn {position: static;}
.rent-app-link.new .foot-img-area .app-btn img {border: 1px solid #2a2a4c; border-radius: 10px;}
.rent-app-link.new .foot-img-area .jejurent {display: none;}



/* follow-us */
.follow-us {background: #2a2a4c; padding: 240px 0 9.375rem;}
.follow-us .tit {font-size: 3.75rem; line-height: 3.75rem; color: #ffffff; text-align: center;}
.follow-us .sub {font-size: 1.125rem; color: #4e4e6a; margin-top: 10px; text-align: center;}

.follow-us.new {padding: 35px 0;}
.follow-us.new .sns {text-align: center; margin-top: 20px;}
.follow-us.new .sns a:not(:last-child) {margin-right: 5px;}
.follow-us.new .sns a:hover {text-decoration: none;}
.follow-us.new .sns img {height: 35px;}

.main-sns-list {margin-top: 3.125rem;}
.main-sns-list ul {overflow: hidden;}
.main-sns-list ul li {float: left; width: 25%; position: relative;}
.main-sns-list ul li a::before {
	content: "";
	display: block;
	position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2;
	background-color: rgba(0,0,0,.4);
}
.main-sns-list ul li::after {
	content: "";
	display: block;
	position: absolute; top: 20px; right: 20px; z-index: 3;
	width: 31px; height: 31px;
	background: url("../../images/res/main/insta.png") no-repeat center;
	background-size: 31px;
}
.main-sns-list ul li a {display: block;}
.main-sns-list ul li p {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main-sns-list ul li p::after {
	content: ""; display: block;
	padding-bottom: 100%;
}



/* Best Choice */
.best-choice {padding-top: 6.25rem; background: #f1f5f5;}
.best-choice .top-area {text-align: center; padding-bottom: 80px; position: relative;}
.best-choice .tit {font-size: 3.75rem; line-height: 3.75rem;}
.best-choice .sub {font-size: 1.125rem; margin-top: 15px;}
.best-choice .quick-menu-area {position: absolute; left: 0; right: 0; bottom: -80px; z-index: 6; text-align: center;}
.best-choice .quick-menu,
.best-choice .quick-menu a {
	display: inline-block;
	vertical-align: middle;
}
.best-choice .quick-menu a {
	font-size: 1.125rem; color: #000; text-align: center;
	font-weight: bold;
	font-family: 'Noto Sans KR', sans-serif;
	margin: 0 15px;
}
.best-choice .quick-menu a::before {
	content: "";
	display: inline-block;
	width: 84px; height: 84px;
	background: url("../../images/res/main/quick-location.png") no-repeat center;
	background-size: 84px;
}
.best-choice .quick-menu a.food::before {background-image: url("../../images/res/main/quick-food.png");}
.best-choice .quick-menu a.lodge::before {background-image: url("../../images/res/main/quick-lodge.png");}
.best-choice .quick-menu a.tour::before {background-image: url("../../images/res/main/quick-tour.png");}
.best-choice .quick-menu a strong {display: block; font-weight: normal; margin-top: 10px;}
.best-choice .map-wrap {
	height: 600px; position: relative;
	background: url("../../images/res/main/map.jpg") no-repeat center #f2f0e8;
	background-size: auto 600px;
}
/*
.best-choice .map-wrap::before {
	content: "";
	display: block;
	width: 100%; height: 100px;
	position: absolute; top: 0; right: 0; left: 0; z-index: 2;
	background-color: rgba(0,0,0,.2);
}
*/
.best-choice .map-area a {
	display: block;
	position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2;
	width: 100%; height: 100%;
}
.best-choice .map-area .root_daum_roughmap {border: none; padding: 0;}
.best-choice .info-box {
	position: absolute; left: 0; top: 100px; z-index: 5;
	width: 310px; height: 300px;
	background: #fff;
	border-radius: 0.937rem;
	padding: 40px 20px;
	box-sizing: border-box;
	box-shadow: 0 3px 10px #b9b9b9;
}
.best-choice .info-box h3 {font-size: 1.5rem; color: #272323; margin-bottom: 30px; padding-left: 10px;}
.best-choice .info-box p {font-size: 0.937rem; line-height: 20px; color: #272323; margin-bottom: 10px; padding-left: 10px;}
.best-choice .info-box p::before {
	content: "";
	display: inline-block; vertical-align: middle;
	width: 24px; height: 24px;
	background: url("../../images/res/main/icon-location.png") no-repeat center;
	background-size: 24px;
	margin-right: 8px;
	position: relative; top: -1px;
}
.best-choice .info-box p.call::before {background: url("../../images/res/main/icon-call.png");}
.best-choice .info-box .btn-area {margin-top: 25px; text-align: center;}
.best-choice .info-box .btn {
	width: 48%; width: calc(50% - 5px);
	background-color: #7baf4b; border-color: #7baf4b; color: #fff;
	padding-left: 0;
	padding-right: 0;
	font-size: 1rem; line-height: 50px;
}
.best-choice .info-box .btn:hover {background-color: #6d9b42; border-color: #6d9b42;}
.best-choice .info-box .btn:nth-child(2) {background-color: #3fb994; border-color: #3fb994; color: #fff;}
.best-choice .info-box .btn:nth-child(2):hover {background-color: #369f7f; border-color: #369f7f;}



/* 광고 배너 */
.md-banner,
.md-banner .swiper-slide,
.md-banner .swiper-slide .img {
	height: 500px;
}
.md-banner .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
}
.md-banner .swiper-slide .img {
	background-repeat: no-repeat;
	background-position: center top;
}
.md-banner .swiper-slide .img1 {background-image: url("../../images/res/main/md-banner-01.jpg");}
.md-banner .swiper-slide .img2 {background-image: url("../../images/res/main/md-banner-02.jpg");}
.md-banner .swiper-slide .img3 {background-image: url("../../images/res/main/md-banner-03.jpg");}
.md-banner .swiper-slide .img4 {background-image: url("../../images/res/main/md-banner-04.jpg");}
.md-banner .swiper-slide .img5 {background-image: url("../../images/res/main/md-banner-05.jpg");}
.md-banner .swiper-slide .img6 {background-image: url("../../images/res/main/md-banner-06.html");}
.md-banner .swiper-slide .img7 {background-image: url("../../images/res/main/md-banner-07.html");}
.md-banner .swiper-slide img.mw {display: none;}

















