@charset "UTF-8";
/**
 * Copyright (c) 2015 Spoqa, Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * "Software"), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  src: local("Spoqa Han Sans Neo Bold"), url("../fonts/spoqahansansneo/SpoqaHanSansNeo-Bold.woff2") format("woff2"), url("../fonts/spoqahansansneo/SpoqaHanSansNeo-Bold.woff") format("woff"), url("../fonts/spoqahansansneo/SpoqaHanSansNeo-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 500;
  src: local("Spoqa Han Sans Neo Medium"), url("../fonts/spoqahansansneo/SpoqaHanSansNeo-Medium.woff2") format("woff2"), url("../fonts/spoqahansansneo/SpoqaHanSansNeo-Medium.woff") format("woff"), url("../fonts/spoqahansansneo/SpoqaHanSansNeo-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  src: local("Spoqa Han Sans Neo Regular"), url("../fonts/spoqahansansneo/SpoqaHanSansNeo-Regular.woff2") format("woff2"), url("../fonts/spoqahansansneo/SpoqaHanSansNeo-Regular.woff") format("woff"), url("../fonts/spoqahansansneo/SpoqaHanSansNeo-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 300;
  src: local("Spoqa Han Sans Neo Light"), url("../fonts/spoqahansansneo/SpoqaHanSansNeo-Light.woff2") format("woff2"), url("../fonts/spoqahansansneo/SpoqaHanSansNeo-Light.woff") format("woff"), url("../fonts/spoqahansansneo/SpoqaHanSansNeo-Light.ttf") format("truetype");
}
/* reset css */
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Spoqa Han Sans Neo", "맑은 고딕", "MalgumGothic", sans-serif;
  font-size: 16px;
  color: #272727;
  font-weight: 400;
  letter-spacing: -0.075rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

@media all and (max-width: 640px) {
  html,
body {
    font-size: 13px;
  }
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

ul,
ol {
  list-style: none;
}

em,
address,
i {
  font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit;
}

a,
button {
  transition: 0.2s;
}
a:hover, a:active, a:focus,
button:hover,
button:active,
button:focus {
  opacity: 0.8;
}

button,
input[type=submit],
input[type=button] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

table {
  table-layout: auto;
  border-collapse: collapse;
}

.align-center {
  text-align: center;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}

.blind,
hr,
legend,
caption,
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

.hide {
  display: none !important;
}

/* skip navigation */
.skip-navi a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  width: 1px;
  height: 1px;
  line-height: 1px;
  text-align: center;
}
.skip-navi a:focus {
  width: 100%;
  height: 50px;
  background-color: #29b6f6;
  color: #ffffff;
  line-height: 50px;
}

/************************/
/*****COMMON LAYOUT*****/
/************************/
/* 왼쪽 슬라이드 글로벌 메뉴 */
.layerBg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 37, 43, 0.8);
  cursor: pointer;
  z-index: 9000;
}

.slide-gnb {
  display: none;
  position: fixed;
  right: -40%;
  top: 0;
  width: 40%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: all 0.5s ease;
}
.slide-gnb .slidenav-usermenu {
  position: relative;
  width: 100%;
  width: 100%;
  height: 96px;
  padding: 30px;
  border-bottom: 1px solid #d0d0d0;
  font-size: 16px;
}
.slide-gnb .slidenav-usermenu a.usermenu-item {
  display: inline-block;
  line-height: 36px;
}
.slide-gnb .slidenav-usermenu a.usermenu-item + a.usermenu-item::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  margin: 0 10px;
  vertical-align: middle;
  background: #d0d0d0;
}
.slide-gnb .slidenav-usermenu button.usermenu-item {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0px 20px;
  background: #29b6f6;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.slide-gnb ul.gnb-menu {
  padding: 20px 0;
}
.slide-gnb ul.gnb-menu li.menuitem > a {
  display: block;
  width: 100%;
  padding: 0 30px;
  line-height: 60px;
  font-size: 18px;
  color: #272727;
}
.slide-gnb ul.gnb-menu li.menuitem.active > a {
  font-weight: 700;
}
.slide-gnb ul.gnb-menu .depth2 {
  display: none;
  padding: 15px 0;
  background: #f1f1f8;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.07) inset;
}
.slide-gnb ul.gnb-menu .depth2 a {
  padding: 0 40px;
  line-height: 40px;
  font-size: 16px;
}
.slide-gnb.on {
  right: 0;
}

/* 페이지 래핑 */
#wrapper {
  position: relative;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
#wrapper.push {
  margin-left: -40%;
}
#wrapper.locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* 헤더 */
#header {
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent;
  transition: 0.3s;
  z-index: 1000;
}
#header .header-inner {
  width: 1200px;
  height: 140px;
  margin: 0 auto;
}
#header .header-inner .header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 114px;
  height: 56px;
  margin-left: -600px;
  margin-top: -24px;
  background: url("../img/common/logo.png") no-repeat;
  background-size: cover;
}

#header .header-inner .header-logo-jpkr {
  position: absolute;
  top: 50%;
  left: 23%;
  width: 180px;
  height: 100px;
  transform: translate(-50%, -50%);
  background: url("../img/jpkr/JCAR_logo_white.png") no-repeat;
  background-size: cover;
}

#header .header-quickmenu { 
  color:white; 
}

#header .header-inner .header-btn {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -22px;
}
#header .header-inner .header-btn.left {
  left: 40px;
  text-align: left;
}
#header .header-inner .header-btn.right {
  right: 40px;
  text-align: right;
}
#header .header-inner .header-btn button {
  display: inline-block;
  width: 40px;
  height: 40px;
}
#header .header-inner .header-btn button.btn-menu {
  background: url("../img/common/btn-menu.png") no-repeat;
  background-size: cover;
  z-index: 99999;
}



/* 헤더 - 글로벌메뉴 */
#gnb {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  transform: translate(-50%, -50%);
}
#gnb .gnb-menu:before, #gnb .gnb-menu:after {
  display: block;
  clear: both;
  content: "";
}
#gnb .gnb-menu .menuitem {
  position: relative;
  float: left;
}
#gnb .gnb-menu .menuitem > a {
  display: block;
  height: 100%;
  padding: 0 10px;
  line-height: 70px;
  font-size: 20px;
  color: #fff;
}
#gnb .gnb-menu .menuitem > a span {
  display: block;
}
#gnb .gnb-menu .menuitem > a span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10px;
  width: 0px;
  height: 2px;
  transition: 0.3s;
  background-color: #29b6f6;
}
#gnb .gnb-menu .menuitem .depth2 {
  display: none;
  position: absolute;
  top: 70px;
  left: 50%;
  width: 160px;
  margin-left: -80px;
  padding: 10px 0px;
  background: #fff;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.07);
}
#gnb .gnb-menu .menuitem .depth2 a {
  display: block;
  padding: 10px 20px;
  text-align: center;
}
#gnb .gnb-menu .menuitem .depth2 a:hover {
  font-weight: 700;
}
#gnb .gnb-menu .menuitem.active > a {
  font-weight: 700;
  opacity: 1;
}
#gnb .gnb-menu .menuitem.active > a span:after {
  width: 100%;
}
#gnb .gnb-menu .menuitem.active .depth2 {
  display: block;
}
#gnb .gnb-menu .menuitem:not(:first-of-type) {
  margin-left: 30px;
}

/* 헤더 - 유저메뉴 */
.header-usermenu {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 320px;
  height: 46px;
  margin-top: -22px;
  margin-right: -600px;
  line-height: 44px;
  font-size: 16px;
  text-align: right;
  color: #fff;
}
.header-usermenu a.usermenu-item {
  display: inline-block;
  color: #c5c5df;
}
.header-usermenu a.usermenu-item + a.usermenu-item::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 15px;
  margin: 0px 20px;
  vertical-align: middle;
  background: #c5c5df;
}
.header-usermenu button.usermenu-item {
  margin-left: 30px;
  padding: 0px 20px;
  border: 1px solid #fff;
  border-radius: 22px;
  transition: 0.3s;
}
.header-usermenu button.usermenu-item::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background: url("../img/common/ico-check.png") no-repeat;
}
.header-usermenu button.usermenu-item:hover {
  background: #29b6f6;
  border-color: #29b6f6;
}
.header-usermenu button.usermenu-item:active {
  background: #0096ff;
  border-color: #0096ff;
}

/* 스크롤시 헤더 스타일 변경 */
.scrolled #header {
  position: fixed;
  background: #fff;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.07);
}
.scrolled #header .header-inner {
  height: 100px;
}
.scrolled #header .header-inner .header-logo {
  background: url("../img/common/logo-dark.png") no-repeat;
  background-size: cover;
}
.scrolled #header .header-inner .header-logo-jpkr {
  background: url("../img/jpkr/JCAR_logo_black.png") no-repeat;
  background-size: cover;
}
.scrolled #header .header-inner .header-btn button.btn-menu {
  background: url("../img/common/btn-menu-black.png") no-repeat;
  background-size: cover;
}
.scrolled #header #gnb .gnb-menu a {
  color: #272727 !important;
}
.scrolled #header .header-usermenu a.usermenu-item {
  color: #4d4d4d;
}
.scrolled #header .header-usermenu button.usermenu-item {
  color: #272727;
  border-color: #272727;
}
.scrolled #header .header-usermenu button.usermenu-item::after {
  background: url("../img/common/ico-check-dark.png") no-repeat;
}
.scrolled #header .header-usermenu button.usermenu-item:hover {
  color: #fff;
  background: #29b6f6;
  border-color: #29b6f6;
}
.scrolled #header .header-usermenu button.usermenu-item:hover::after {
  background: url("../img/common/ico-check.png") no-repeat;
}
.scrolled #header .header-usermenu button.usermenu-item:active {
  color: #fff;
  background: #0096ff;
  border-color: #0096ff;
}
.scrolled #header .header-usermenu button.usermenu-item:active::after {
  background: url("../img/common/ico-check.png") no-repeat;
}

/* footer */
#footer {
  width: 100%;
  height: auto;
  background: #272727;
}
#footer .footer-inner {
  position: relative;
  max-width: 1200px;
  height: 100%;
  padding: 50px 160px 50px 200px;
  margin: 0 auto;
}
#footer .footer-inner .footer-logo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 114px;
  height: 56px;
  transform: translateY(-50%);
  background: url("../img/common/logo-footer.png") no-repeat;
}
#footer .footer-inner .footer-cont {
  position: relative;
  width: 100%;
  height: auto;
  color: #fff;
}
#footer .footer-inner .footer-cont .footer-util li {
  float: left;
}
#footer .footer-inner .footer-cont .footer-util li + li::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 15px;
  margin: 0 20px;
  vertical-align: middle;
  background: #c5c5df;
}
#footer .footer-inner .footer-cont .footer-util:before, #footer .footer-inner .footer-cont .footer-util:after {
  display: block;
  clear: both;
  content: "";
}
#footer .footer-inner .footer-cont .copyright {
  margin-top: 20px;
  color: #737373;
  font-weight: 300;
}
#footer .footer-inner .escrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 89px;
  height: 89px;
  transform: translateY(-50%);
}

/* 반응형 미디어쿼리 - 1300px 이하 */
@media all and (max-width: 1300px) {
  #header .header-inner {
    width: 100%;
  }
  #gnb {
    margin-left: -340px;
  }
  #gnb .gnb-menu .menuitem:not(:first-of-type) {
    margin-left: 10px;
  }
  .header-usermenu {
    right: 40px;
    margin-right: 0;
  }
  .header-usermenu a.usermenu-item + a.usermenu-item::before {
    margin: 0px 10px;
  }
  .header-usermenu button.usermenu-item {
    margin-left: 20px;
  }
  #footer .footer-inner .footer-logo {
    left: 40px;
  }
  #footer .footer-inner .escrow {
    right: 40px;
  }
}
/* 반응형 미디어쿼리 - 1140px 이하 */
@media all and (max-width: 1140px) {
  .slide-gnb {
    display: block;
  }
  #header .header-inner {
    height: 100px;
  }
  #header .header-inner .header-logo, #header .header-inner .header-logo-jpkr{
    left: 18%;
  }
  #header .header-inner .header-btn {
    display: block;
  }
  #gnb {
    display: none;
  }
  .header-usermenu {
    display: none;
  }
}
/* 반응형 미디어쿼리 - 768px 이하 */
@media all and (max-width: 768px) {
  .slide-gnb {
    right: -60%;
    width: 60%;
  }
  #wrapper.push {
    margin-left: -60%;
  }
  #header .header-inner {
    height: 80px;
  }
  #header .header-inner .header-logo, #header .header-inner .header-logo-jpkr {
    width: 120px;
    height: 60px;
  }
  #header .header-inner .header-btn {
    height: 30px;
    margin-top: -15px;
  }
  #header .header-inner .header-btn.left {
    left: 20px;
  }
  #header .header-inner .header-btn.right {
    right: 20px;
  }
  #header .header-inner .header-btn button {
    width: 30px;
    height: 30px;
  }
  .scrolled #header .header-inner {
    height: 80px;
  }
  .scrolled #header .header-quickmenu { 
color:#171717; 
}
  #footer .footer-inner {
    padding: 50px 160px 50px 40px;
  }
  #footer .footer-inner .footer-logo {
    display: none;
  }
}
/* 반응형 미디어쿼리 - 640px 이하 */
@media all and (max-width: 640px) {
  .slide-gnb {
    right: -80%;
    width: 80%;
  }
  .slide-gnb .slidenav-usermenu {
    font-size: 14px;
  }
  .slide-gnb ul.gnb-menu li.menuitem > a {
    font-size: 16px;
    line-height: 50px;
  }
  .slide-gnb ul.gnb-menu .depth2 a {
    font-size: 14px;
  }
  #wrapper.push {
    margin-left: -80%;
  }
  #footer {
    font-size: 13px;
  }
  #footer .footer-inner {
    padding: 40px 20px;
  }
  #footer .footer-inner .footer-logo {
    display: none;
  }
  #footer .footer-inner .footer-cont .footer-util li + li::before {
    margin: 0 10px;
  }
  #footer .footer-inner .escrow {
    display: none;
  }
}
/************************/
/*****SUB LAYOUT*****/
/************************/
/* 서브 페이지 공통 */
.page-header {
  position: relative;
  width: 100%;
  height: 350px;
}
.page-header .page-header-bg{
  position: fixed;
  top: 0px;
  width: 100%;
  height: 350px;
  background: #071033;
  z-index: -1;
}
.page-header .page-header-bg::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 353px;
  height: 250px;
  margin-left: -700px;
  background: url("../img/contents/bg-sub-01.png") center/cover;
}
.page-header .page-header-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 270px;
  height: 231px;
  margin-left: 425px;
  background: url("../img/contents/bg-sub-02.png") center/cover;
}

.page-header h2.title {
  width: 100%;
  position: absolute;
  bottom: 100px;
  font-size: 48px;
  text-align: center;
  color: #fff;
}
.page-header h2.title.notab {
  bottom: 40px;
}
.page-header .desc {
  position: absolute;
  bottom: 60px;
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  color: #c5c5df;
  text-align: center;
}
.page-header .page-header-tab {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
}
.page-header .page-header-tab::after:before, .page-header .page-header-tab::after:after {
  display: block;
  clear: both;
  content: "";
}
.page-header .page-header-tab li {
  display: inline-block;
  padding: 0 10px;
  line-height: 50px;
  color: #d0d0d0;
  font-size: 20px;
}
.page-header .page-header-tab li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.page-header .page-header-tab li a span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0px;
  height: 2px;
  transition: 0.3s;
  background-color: #d0d0d0;
}
.page-header .page-header-tab li.active span:after {
  width: 100%;
  background-color: #29b6f6;
}
.page-header .page-header-tab li:hover span:after {
  width: 100%;
}
.page-header.intro {
  height: 750px;
}
.page-header.intro .page-header-bg {
  width: 100%;
  height: 750px;
  background: url(../img/contents/intro-bg.jpg) center/cover;
}
.page-header.intro .page-header-bg::before, .page-header.intro .page-header-bg::after {
  display: none;
}
.page-header.intro .intro-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 200px;
  transform: translate(-50%, -50%);
  background: url(../img/contents/intro-logo.png) no-repeat center/cover;
  text-indent: -9999px;
}

.page-header.intro .intro-logo-jcar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 200px;
  transform: translate(-50%, -50%);
  background: url(../img/jpkr/JCAR_logo_white.png) no-repeat center/cover;
  text-indent: -9999px;
}

.page-header.intro h2.title {
  top: 50%;
  bottom: auto;
  margin-top: 125px;
  font-size: 28px;
  color: #c5c5df;
  transform: translateY(-50%);
}
.page-header.intro .desc {
  top: 50%;
  bottom: auto;
  padding: 0 40px;
  margin-top: 190px;
  line-height: 150%;
  font-size: 20px;
  color: #fff;
  transform: translateY(-50%);
  word-break: keep-all;
}

.page-cont {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  background: #fff;
}
.page-cont .page-process {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 20px;
}
.page-cont .page-process li {
  position: relative;
  float: left;
  width: 28%;
  height: 90px;
  margin-right: 8%;
  padding: 10px 40px;
  border: 8px solid #d0d0d0;
  border-radius: 50px;
  background: #fff;
  z-index: 1;
}
.page-cont .page-process li:last-of-type {
  margin-right: 0;
}
.page-cont .page-process li p.process-step {
  font-size: 14px;
  color: #d0d0d0;
  line-height: 24px;
}
.page-cont .page-process li p.process-position {
  font-size: 18px;
  color: #737373;
  line-height: 24px;
}
.page-cont .page-process li.active {
  border-color: #29b6f6;
}
.page-cont .page-process li.active p.process-step {
  color: #737373;
}
.page-cont .page-process li.active p.process-position {
  color: #272727;
}
.page-cont .page-process::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 45px;
  border-bottom: 3px dotted #d0d0d0;
  z-index: 0;
}
.page-cont .page-process:before, .page-cont .page-process:after {
  display: block;
  clear: both;
  content: "";
}

/* 서브 섹션 공통 */
.sub-section {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
}
.sub-section.bgsection {
  background: #f1f1f8;
}
.sub-section.bluesection {
  background: #1b68d6;
}
.sub-section .section-tit {
  position: relative;
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  border-bottom: 1px solid #272727;
}
.sub-section .section-tit.board {
  height: 60px;
  border-bottom: 0;
}
.sub-section .section-tit h3.title {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 28px;
  line-height: 80px;
}
.sub-section .section-tit span.desc {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 18px;
  line-height: 80px;
}
.sub-section .section-tit i.required-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #eb205a;
  border-radius: 100%;
}
.sub-section .section-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.sub-section .section-inner .imgbox {
  width: 100%;
  height: auto;
}
.sub-section .section-inner .imgbox img {
  width: 100%;
  height: auto;
}

/* 반응형 미디어쿼리 - 1300px 이하 */
@media all and (max-width: 1300px) {
  .page-cont {
    padding: 20px 20px 100px;
  }
  .sub-section.bgsection, .sub-section.bluesection {
    background: #fff;
  }
  .sub-section .section-tit {
    width: 100%;
  }
  .sub-section .section-inner {
    width: 100%;
  }
}
/* 반응형 미디어쿼리 - 1140px 이하 */
@media all and (max-width: 1140px) {
  .page-header {
    height: 300px;
  }
  .page-header .page-header-bg {
    height: 300px;
  }
  .page-header .page-header-bg::before {
    margin-left: -630px;
  }
  .page-header .page-header-bg::after {
    margin-left: 300px;
  }

}
/* 반응형 미디어쿼리 - 768px 이하 */
@media all and (max-width: 768px) {
  .page-header .page-header-bg::before {
    width: 280px;
    height: 198px;
    margin-left: -450px;
  }
  .page-header .page-header-bg::after {
    width: 200px;
    height: 171px;
    margin-left: 180px;
  }
  .page-header.intro {
    height: 600px;
  }
  .page-header.intro .page-header-bg {
    height: 600px;
  }
  .page-header.intro .intro-logo,  .page-header.intro .intro-logo-jcar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 150px;
    margin-top: -60px;
  }
  .page-header.intro h2.title {
    margin-top: 40px;
    font-size: 28px;
    padding: 0 40px;
  }
  .page-header.intro .desc {
    margin-top: 115px;
    font-size: 18px;
  }
  .page-cont .page-process {
    padding: 20px 0 10px;
  }
  .page-cont .page-process li {
    width: 30%;
    height: 80px;
    margin-right: 5%;
    padding: 10px 10px;
    border-width: 5px;
  }
  .page-cont .page-process li p.process-step {
    font-size: 14px;
    line-height: 22px;
  }
  .page-cont .page-process li p.process-position {
    font-size: 18px;
    line-height: 24px;
  }
  .page-cont .page-process::before {
    height: 35px;
  }
  .sub-section .section-tit {
    height: auto;
    padding: 20px;
  }
  .sub-section .section-tit h3.title {
    position: relative;
    top: auto;
    left: auto;
    line-height: 40px;
  }
  .sub-section .section-tit span.desc {
    position: relative;
    top: auto;
    right: auto;
    line-height: 30px;
  }
  .sub-section .section-inner {
    padding: 20px 0 0;
  }
}
/* 반응형 미디어쿼리 - 640px 이하 */
@media all and (max-width: 640px) {
  .page-header {
    height: 200px;
  }
  .page-header .page-header-bg {
    height: 200px;
  }
  .page-header .page-header-bg::before {
    width: 200px;
    height: 141px;
    margin-left: -320px;
  }
  .page-header .page-header-bg::after {
    width: 150px;
    height: 128px;
    margin-left: 100px;
  }
  .page-header h2.title {
    bottom: 70px;
    font-size: 26px;
  }
  .page-header .desc {
    bottom: 40px;
    font-size: 16px;
  }
  .page-header .page-header-tab {
    bottom: 10px;
    padding: 10px 0;
  }
  .page-header .page-header-tab li {
    padding: 0 5px;
    line-height: 40px;
    font-size: 16px;
  }
  .page-header .page-header-tab li a {
    padding: 0 10px;
  }
  .page-header .page-header-tab li a em {
    display: none;
  }
  .page-header .page-header-tab li.active span:after {
    width: 100%;
    background-color: #29b6f6;
  }
  .page-header.intro {
    height: 450px;
  }
  .page-header.intro .page-header-bg {
    height: 450px;
  }
  .page-header.intro .intro-logo,  .page-header.intro .intro-logo-jcar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 125px;
    margin-top: -40px;
  }
  .page-header.intro h2.title {
    margin-top: 45px;
    font-size: 22px;
    padding: 0 40px;
  }
  .page-header.intro .desc {
    margin-top: 100px;
    font-size: 14px;
  }
  .page-cont {
    padding: 10px 10px 60px;
  }
  .page-cont .page-process li {
    width: 32%;
    height: 70px;
    margin-right: 2%;
    padding: 10px 10px;
    border-width: 5px;
    text-align: center;
  }
  .page-cont .page-process li p.process-step {
    font-size: 12px;
    line-height: 18px;
  }
  .page-cont .page-process li p.process-position {
    font-size: 14px;
    line-height: 18px;
  }
  .page-cont .page-process::before {
    height: 35px;
  }
  .sub-section .section-tit {
    padding: 15px;
  }
  .sub-section .section-tit h3.title {
    font-size: 18px;
    line-height: 30px;
  }
  .sub-section .section-tit span.desc {
    font-size: 14px;
    line-height: 20px;
  }
}
/* 반응형 미디어쿼리 - 375px 이하 */
@media all and (max-width: 375px) {
  .page-header .desc {
    font-size: 14px;
  }
  .page-header.intro {
    height: 450px;
  }
  .page-header.intro .page-header-bg {
    height: 450px;
  }
  .page-header.intro .intro-logo,  .page-header.intro .intro-logo-jcar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 120px;
    margin-top: -50px;
  }
  .page-header.intro h2.title {
    margin-top: 40px;
    font-size: 20px;
    padding: 0 60px;
    line-height: 120%;
  }
  .page-header.intro .desc {
    margin-top: 120px;
    font-size: 14px;
  }
  .page-cont {
    padding: 10px 10px 40px;
  }
  .page-cont .page-process li {
    height: auto;
    padding: 10px 10px;
    border-width: 5px;
    text-align: center;
  }
  .page-cont .page-process li p.process-step {
    font-size: 12px;
  }
  .page-cont .page-process li p.process-position {
    font-size: 14px;
  }
  .page-cont .page-process::before {
    height: 40px;
  }
}
.primary-color {
  color: #29b6f6;
}

.light-color {
  color: #77e7f2;
}

.point-color {
  color: #eb205a;
}

/************************/
/*****MODAL POPUP*****/
/************************/
.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 37, 43, 0.8);
}
.popup .popup-layer {
  position: absolute;
  top: 50%;
  left: 50%;
}

/************************/
/*****COMMON INPUT*****/
/************************/
.select-wrap {
  position: relative;
  display: inline-block;
  line-height: 48px;
}
.select-wrap select {
  position: relative;
  height: 48px;
  padding: 0 0px 0 5px;
  background: #fff;
  border-radius: 0;
  outline: 0;
  border: 1px solid #d0d0d0;
  appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
  height: 46px;
  background: url(../img/common/ico-select.png) no-repeat center #fff;
  pointer-events: none;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
input[type=date] {
  height: 48px;
  padding: 0 5px;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus {
  border: 1px solid #29b6f6;
  outline: 0;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
}
input[type=radio] + label,
input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  text-align: center;
  border: 1px solid #c5c5df;
}
input[type=radio]:checked + label::before,
input[type=checkbox]:checked + label::before {
  border-color: #1b68d6;
}
input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 11px;
  height: 11px;
  margin-top: -5px;
}

input[type=radio] + label::before {
  border-radius: 100%;
}
input[type=radio]:checked + label::after {
  background: #1b68d6;
  border-radius: 100%;
}

input[type=checkbox] + label::before {
  border-radius: 5px;
}
input[type=checkbox]:checked + label::before {
  background: #1b68d6;
}
input[type=checkbox]:checked + label::after {
  background: url("../img/common/ico-check.png") no-repeat;
  background-size: cover;
}

textarea {
  width: 100%;
  height: auto;
  overflow: auto;
  border: 1px solid #d0d0d0;
}

.input-01 {
  width: 10%;
}

.input-02 {
  width: 20%;
}

.input-03 {
  width: 30%;
}

.input-04 {
  width: 40%;
}

.input-05 {
  width: 50%;
}

.input-06 {
  width: 60%;
}

.input-07 {
  width: 70%;
}

.input-08 {
  width: 80%;
}

.input-09 {
  width: 90%;
}

.input-10 {
  width: 100%;
}

/* 반응형 미디어쿼리 - 640px 이하 */
@media all and (max-width: 640px) {
  .select-wrap {
    line-height: 40px;
  }
  .select-wrap select {
    height: 40px;
  }
  .select-wrap::after {
    height: 38px;
  }
  input[type=text],
input[type=password],
input[type=date] {
    height: 40px;
  }
  .input-01 {
    width: 20%;
  }
  .input-02 {
    width: 30%;
  }
  .input-03 {
    width: 30%;
  }
  .input-04 {
    width: 100%;
  }
  .input-04.withbtn {
    width: 60%;
  }
}
/************************/
/*****SUB CONTENTS PAGE*****/
/************************/
/* 공통 약관 양식 */
.terms h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #272727;
}
.terms h4 {
  line-height: 30px;
  font-weight: 700;
  color: #4d4d4d;
}
.terms .terms-item {
  padding-bottom: 20px;
}
.terms .terms-item > ol {
  padding-left: 20px;
}
.terms .terms-item > ol li {
  list-style: decimal;
  list-style-position: outside;
  color: #4d4d4d;
}
.terms .terms-item > ol li ol {
  padding-left: 20px;
}
.terms .terms-item > ol li ol li {
  list-style: circle !important;
  list-style-position: outside;
  color: #737373;
}
.terms .terms-item > ol li.no-style {
  list-style: none;
  padding-left: -20px;
}
.terms table {
  width: 100%;
  background: #fff;
  text-align: center;
  border: 1px solid #d0d0d0;
}
.terms table th {
  background: #f1f1f8;
}
.terms table th,
.terms table td {
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 6px;
}

/* 반응형 미디어쿼리 - 640px 이하 */
@media all and (max-width: 640px) {
  .terms {
    font-size: 14px;
  }
  .terms h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .terms h4 {
    line-height: 24px;
  }
  .terms .terms-item > ol {
    padding-left: 15px;
  }
  .terms .terms-item > ol li ol {
    padding-left: 10px;
  }
}
/************************/
/*****COMMON FORM*****/
/************************/
/* 공통 작성 양식 */
.form-wrap .form-item {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px;
  border-bottom: 1px solid #d0d0d0;
}
.form-wrap .form-item:before, .form-wrap .form-item:after {
  display: block;
  clear: both;
  content: "";
}
.form-wrap .form-item .form-item-label {
  float: left;
  position: relative;
  width: 20%;
  font-weight: 700;
  line-height: 50px;
}
.form-wrap .form-item .form-item-label.required {
  padding-left: 15px;
}
.form-wrap .form-item .form-item-label.required::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -10px;
  background: #eb205a;
  border-radius: 100%;
}
.form-wrap .form-item .form-item-cont {
  float: left;
  width: 80%;
  height: auto;
}
.form-wrap .form-item .form-item-cont span {
  display: inline-block;
}
.form-wrap .form-item .form-item-cont span.text {
  line-height: 50px;
}
.form-wrap .form-item .form-item-cont span.idcheck {
  display: block;
  color: #eb205a;
}
.form-wrap .form-item .form-item-cont.price {
  line-height: 50px;
  letter-spacing: -0.02rem;
  font-size: 22px;
  text-align: right;
}
.form-wrap .form-item .form-item-cont.nolabel {
  width: 100%;
}
.form-wrap .form-item.withbtn {
  padding-right: 34%;
}
.form-wrap .form-item.withbtn button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* 박스형 리스트 */
.boxlist-wrap .boxlist-item {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #d0d0d0;
}
.boxlist-wrap .boxlist-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.boxlist-wrap .boxlist-item span {
  display: inline-block;
  margin-right: 10px;
}
.boxlist-wrap .boxlist-item span.normal {
  color: #272727;
}
.boxlist-wrap .boxlist-item span.pointnum {
  letter-spacing: normal;
  font-weight: 700;
  text-decoration: underline;
}
.boxlist-wrap .boxlist-item span.term {
  margin-right: 5px;
  letter-spacing: normal;
  color: #737373;
}
.boxlist-wrap .boxlist-item span.term-time {
  color: #272727;
  font-weight: 700;
}
.boxlist-wrap .boxlist-item span.term-time strong {
  letter-spacing: normal;
  color: #29b6f6;
}
.boxlist-wrap .boxlist-item span.point {
  font-weight: 700;
  color: #1b68d6;
}
.boxlist-wrap .boxlist-item span.date {
  color: #737373;
}
.boxlist-wrap .boxlist-item .item-title {
  position: relative;
  height: auto;
  padding: 20px 130px 20px 20px;
  background: #f1f1f8;
}
.boxlist-wrap .boxlist-item .item-cont {
  position: relative;
  height: auto;
  padding: 20px;
  border-top: 1px dashed #d0d0d0;
}
.boxlist-wrap .boxlist-item .btn-res-state {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -20px;
}
.boxlist-wrap .boxlist-item + .boxlist-item {
  margin-top: 15px;
}
.boxlist-wrap .boxlist-item:hover {
  border-color: #29b6f6;
}

/* 게시판 리스트 */
.boardlist-wrap {
  border-top: 1px solid #272727;
}
.boardlist-wrap .boardlist-item {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #d0d0d0;
}
.boardlist-wrap .boardlist-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
}
.boardlist-wrap .boardlist-item a:before, .boardlist-wrap .boardlist-item a:after {
  display: block;
  clear: both;
  content: "";
}
.boardlist-wrap .boardlist-item a .subject {
  float: left;
  color: #272727;
}
.boardlist-wrap .boardlist-item a .date {
  float: right;
  color: #737373;
}
.boardlist-wrap .boardlist-item a:hover, .boardlist-wrap .boardlist-item a:active {
  background: #f1f1f8;
  opacity: 1;
}
.boardlist-wrap .boardlist-item a:hover .subject, .boardlist-wrap .boardlist-item a:active .subject {
  font-weight: 700;
}

.boardview-wrap {
  width: 100%;
  height: auto;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
}
.boardview-wrap .boardview-item {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px;
  border-bottom: 1px solid #272727;
}
.boardview-wrap .boardview-item:before, .boardview-wrap .boardview-item:after {
  display: block;
  clear: both;
  content: "";
}
.boardview-wrap .boardview-item .subject {
  display: block;
  float: left;
  max-width: 70%;
  color: #272727;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}
.boardview-wrap .boardview-item .date {
  display: block;
  float: right;
  text-align: right;
  color: #737373;
}
.boardview-wrap .boardview-cont {
  padding: 40px 20px;
  border-bottom: 1px solid #d0d0d0;
}
.boardview-wrap .boardview-cont img {
  max-width: 100%;
}
.boardview-wrap .boardview-file {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #d0d0d0;
}

/* 이벤트형 리스트 */
.eventlist-wrap {
  display: block;
  width: 100%;
  padding: 0 20px;
}
.eventlist-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.eventlist-wrap .eventlist-item {
  float: left;
  display: block;
  width: 30%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 40px;
  border: 1px solid #d0d0d0;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.eventlist-wrap .eventlist-item:nth-child(3n+3) {
  margin-right: 0;
}
.eventlist-wrap .eventlist-item .item-info {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
}
.eventlist-wrap .eventlist-item .item-thumb {
  width: 100%;
  height: auto;
}
.eventlist-wrap .eventlist-item .item-thumb img {
  width: 100%;
}
.eventlist-wrap .eventlist-item:hover {
  border: 1px solid #29b6f6;
}
.eventlist-wrap .eventlist-item:hover .item-info {
  background: #f1f1f8;
  font-weight: 700;
}
.eventlist-wrap:before, .eventlist-wrap:after {
  display: block;
  clear: both;
  content: "";
}

.no-contents {
  float: none;
  display: block;
  width: 100%;
  height: auto;
  padding: 30px 0;
  margin: 10px 0;
  text-align: center;
  background: #f1f1f8;
}

/* 반응형 미디어쿼리 - 768px 이하 */
@media all and (max-width: 768px) {
  .form-wrap .form-item .form-item-label {
    width: 100%;
  }
  .form-wrap .form-item .form-item-cont {
    width: 100%;
  }
  .eventlist-wrap .eventlist-box {
    width: 49%;
    margin-right: 2% !important;
  }
  .eventlist-wrap .eventlist-box:nth-child(even) {
    margin-right: 0 !important;
  }
  .boardview-wrap .boardview-item .subject {
    float: none;
    max-width: 100%;
  }
  .boardview-wrap .boardview-item .date {
    float: none;
    text-align: left;
  }
  .boardview-wrap .boardview-cont {
    padding: 20px;
  }
}
/* 반응형 미디어쿼리 - 640px 이하 */
@media all and (max-width: 640px) {
  .form-wrap .form-item {
    min-height: 50px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .form-wrap .form-item .form-item-label {
    width: 100%;
    line-height: 40px;
  }
  .form-wrap .form-item .form-item-cont span {
    margin: 0;
  }
  .form-wrap .form-item .form-item-cont span.text {
    line-height: 170%;
  }
  .boxlist-wrap .boxlist-item {
    font-size: 14px;
  }
  .boxlist-wrap .boxlist-item .item-title {
    padding: 15px 100px 15px 15px;
  }
  .boxlist-wrap .boxlist-item .item-cont {
    padding: 15px;
  }
  .boxlist-wrap .boxlist-item .btn-res-state {
    margin-top: -15px;
  }
  .eventlist-wrap .eventlist-item {
    width: 100%;
    margin-right: 0 !important;
  }
}
/************************/
/*****COMMON BUTTON*****/
/************************/
/* 버튼 공통 */
.button-group {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0px;
}

.btn {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #d0d0d0;
  -webkit-touch-callout: none;
  -webkit-touch-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn + .btn {
  margin-left: 10px;
}
.btn.btn-primary {
  background-color: #29b6f6;
  border-color: #29b6f6;
  color: #fff;
}
.btn.btn-white {
  background-color: #fff;
  border-color: #272727;
  color: #272727;
}
.btn.btn-grey {
  background-color: #737373;
  border-color: #737373;
  color: #fff;
}
.btn.btn-black {
  background-color: #272727;
  border-color: #272727;
  color: #fff;
}
.btn.btn-big {
  min-width: 220px;
  line-height: 80px;
  border-radius: 40px;
  font-size: 20px;
}
.btn.btn-mid {
  min-width: 100px;
  line-height: 48px;
  border-radius: 30px;
  font-size: 18px;
}
.btn.btn-sml {
  min-width: 100px;
  line-height: 36px;
  border-radius: 18px;
  font-size: 16px;
}

/* 반응형 미디어쿼리 - 640px 이하 */
@media all and (max-width: 640px) {
  .btn.btn-big {
    min-width: 120px;
    line-height: 60px;
    font-size: 16px;
  }
  .btn.btn-mid {
    min-width: 80px;
    line-height: 40px;
    font-size: 14px;
  }
  .btn.btn-sml {
    min-width: 50px;
    line-height: 30px;
    font-size: 13px;
  }
}
/************************/
/*****COMMON PAGENATION*****/
/************************/
/* 페이지 공통 */
.pagination-wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0px 40px;
  text-align: center;
}
.pagination-wrap li.page-item {
  display: inline-block;
  border-radius: 20px;
  transition: 0.3s;
}
.pagination-wrap li.page-item a {
  display: block;
  min-width: 30px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  text-align: center;
}
.pagination-wrap li.page-item.active {
  background: #29b6f6;
  color: #fff;
}
.pagination-wrap li.page-item:hover {
  background: #d0d0d0;
}

/* 반응형 미디어쿼리 - 1200px 이하 */
@media all and (max-width: 1200px) {
  .pagination-wrap {
    width: 100%;
  }
}
/* 반응형 미디어쿼리 - 768px 이하 */
@media all and (max-width: 768px) {
  .pagination-wrap {
    font-size: 14px;
  }
  .pagination-wrap li.page-item a {
    min-width: 26px;
    height: 26px;
    line-height: 26px;
  }
}
.search-wrap {
  padding: 30px 0;
  background: #eee;
  text-align: center;
  margin-top: 30px;
  border: 1px solid #ccc;
}

/************************/
/*****MAIN POPUP*****/
/************************/
.mainpop {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 10000;
}
.mainpop .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 60px;
  transform: translateY(-50%);
  color: #fff;
  text-indent: -9999px;
}
.mainpop .slick-arrow.slick-prev {
  left: -12%;
  background: url("/img/main/btn-layer-prev.png") no-repeat center/cover;
}
.mainpop .slick-arrow.slick-next {
  right: -12%;
  background: url("/img/main/btn-layer-next.png") no-repeat center/cover;
}
.mainpop .mainpop-inner img {
  width: 100%;
  height: auto;
}
.mainpop .mainpop-bot {
  display: table;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #272727;
}
.mainpop .mainpop-bot > * {
  display: table-cell;
  width: 50%;
  text-align: center;
  font-size: 20px;
}
.mainpop .mainpop-bot label.close-today {
  cursor: pointer;
}
.mainpop .mainpop-bot .mainpop-close {
  position: relative;
  color: #fff;
  font-weight: 700;
  border-left: 1px solid #4d4d4d;
}

/* 레이어 노출시 배경 */
.popup-dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 37, 43, 0.8);
  z-index: 1000;
}

/************************/
/*****MAIN PAGE*****/
/************************/
/* 메인 대형 비주얼 배너 - slick */
.main-visual {
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.main-visual .slick-slide {
  position: relative;
}
.main-visual .slick-slide .slide-inner {
  height: 920px;
}
.main-visual .slick-slide .slide-inner img {
  position: absolute;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
  z-index: 0;
}
.main-visual .slick-slide .slide-inner::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: -1;
}
.main-visual .slick-slide .slide-inner a {
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 1200px;
  height: 820px;
  transform: translateX(-50%);
  z-index: 100;
}
.main-visual .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 120px;
  border: 0;
  opacity: 0.5;
  z-index: 10;
  text-indent: -9999px;
}
.main-visual .slick-arrow:hover, .main-visual .slick-arrow:active, .main-visual .slick-arrow:focus {
  opacity: 1;
}
.main-visual .slick-prev {
  background: url(../img/main/btn-script-left.png) no-repeat;
  left: 40px;
}
.main-visual .slick-next {
  background: url(../img/main/btn-script-right.png) no-repeat;
  right: 40px;
}

/* 메인 섹션 공통 */
.main-section {
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
  background: #fff;
}
.main-section h2.section-tit {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.main-section h2.section-tit p.title {
  display: block;
  width: 580px;
  height: 84px;
  margin: 0 auto;
}
.main-section h2.section-tit p.desc {
  display: block;
  width: 100%;
  padding-top: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #737373;
  text-align: center;
  font-weight: 400;
}
.main-section .section-inner {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

/* 메인 섹션 - 보유차량 리스트 */
.main-carlist {
  height: auto;
  background: #fff;
}
.main-carlist h2.section-tit p.title {
  background: url(../img/main/tit-main-car.png) no-repeat center/100%;
}
.main-carlist .section-inner {
  width: 100%;
}
.main-carlist .section-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  background: url("../img/main/fade-left.png") repeat-y;
  z-index: 100;
}
.main-carlist .section-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  background: url("../img/main/fade-right.png") repeat-y;
  z-index: 100;
}
.main-carlist .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border: 0;
  border-radius: 100%;
  opacity: 0.7;
  text-indent: -9999px;
  z-index: 200;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.main-carlist .slick-arrow:hover, .main-carlist .slick-arrow:active, .main-carlist .slick-arrow:focus {
  opacity: 1;
}
.main-carlist .slick-prev {
  background: url(../img/main/btn-script2-left.png) no-repeat center/70% #fff;
  left: 40px;
}
.main-carlist .slick-next {
  background: url(../img/main/btn-script2-right.png) no-repeat center/70% #fff;
  right: 40px;
}
.main-carlist .carlist-item {
  display: block;
  padding: 0 30px;
}
.main-carlist .carlist-item:hover, .main-carlist .carlist-item:active, .main-carlist .carlist-item:focus {
  opacity: 1;
}
.main-carlist .carlist-item:hover .carlist-thumb, .main-carlist .carlist-item:active .carlist-thumb, .main-carlist .carlist-item:focus .carlist-thumb {
  transform: scale(1.1);
}
.main-carlist .carlist-item .carlist-thumb {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: 0.3s;
}
.main-carlist .carlist-item .carlist-thumb img {
  width: 100%;
}
.main-carlist .carlist-item .carlist-cont {
  width: 100%;
  height: auto;
  text-align: center;
}
.main-carlist .carlist-item .carlist-cont p.carname {
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
}
.main-carlist .carlist-item .carlist-cont .carinfo {
  font-size: 18px;
  color: #737373;
}
.main-carlist .carlist-item .carlist-cont .carinfo p {
  letter-spacing: normal;
  line-height: 40px;
}
.main-carlist .carlist-item .carlist-cont .carinfo p strong {
  font-size: 36px;
  font-weight: 700;
  color: #29b6f6;
}
.main-carlist .book a {
  display: block;
  width: 120px;
  background: #0096ff;
  margin: 20px auto;
  line-height: 44px;
  color: #fff;
  text-align: center;
  border-radius: 22px;
}
.main-carlist .book a:hover {
  background: #1b68d6;
  opacity: 1;
}

/* 메인 섹션 - 진행중 이벤트 */
.main-event {
  height: auto;
  background: #f1f1f8;
}
.main-event h2.section-tit p.title {
  background: url(../img/main/tit-main-event.png) no-repeat center/100%;
}
.main-event .event-item {
  display: block;
  width: 360px;
  height: auto;
  margin: 20px;
}
.main-event .event-item img {
  width: 100%;
  height: 100%;
}
.main-event .event-viewmore {
  position: relative;
  width: 100%;
  height: 80px;
  margin-top: 80px;
}
.main-event .event-viewmore::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  border-bottom: 2px solid #29b6f6;
}
.main-event .event-viewmore a {
  position: relative;
  display: block;
  width: 360px;
  height: 80px;
  margin: 0 auto;
  border: 2px solid #29b6f6;
  border-radius: 40px;
  background: #f1f1f8;
  text-align: center;
  font-size: 20px;
  color: #29b6f6;
  line-height: 80px;
  z-index: 1;
}
.main-event .event-viewmore a:hover, .main-event .event-viewmore a:active, .main-event .event-viewmore a:focus {
  background: #29b6f6;
  color: #fff;
  opacity: 1;
}
.main-event .slick-dots {
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
.main-event .slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #d0d0d0;
  border-radius: 100%;
  text-indent: -9999px;
}
.main-event .slick-dots li + li {
  margin-left: 10px;
}
.main-event .slick-dots li.slick-active {
  background: #29b6f6;
}

/* 메인 섹션 - 커뮤니티 */
.main-community {
  height: 620px;
  padding: 100px 0px;
}
.main-community .notice-wrap {
  position: relative;
  width: 100%;
  height: 245px;
}
.main-community .notice-wrap .notice {
  float: left;
  width: 780px;
  height: 245px;
}
.main-community .notice-wrap .notice h2 {
  position: relative;
  width: 100%;
  height: 90px;
  padding: 0px 40px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d0d0d0;
  line-height: 90px;
  font-size: 28px;
}
.main-community .notice-wrap .notice h2 a.viewmore {
  position: absolute;
  display: block;
  top: 50%;
  right: 40px;
  width: 80px;
  margin-top: -16px;
  line-height: 32px;
  border: 1px solid #737373;
  border-radius: 15px;
  color: #737373;
  font-size: 16px;
  text-align: center;
}
.main-community .notice-wrap .notice ul.notice-list li {
  position: relative;
  width: 100%;
  height: 70px;
  padding-left: 40px;
  padding-right: 170px;
  border-bottom: 1px dotted #d0d0d0;
  font-size: 18px;
  line-height: 70px;
  transition: 0.3s;
}
.main-community .notice-wrap .notice ul.notice-list li:last-of-type {
  border-width: 0px;
}
.main-community .notice-wrap .notice ul.notice-list li:hover, .main-community .notice-wrap .notice ul.notice-list li:active, .main-community .notice-wrap .notice ul.notice-list li:focus {
  background: #f1f1f8;
}
.main-community .notice-wrap .notice ul.notice-list li:hover a, .main-community .notice-wrap .notice ul.notice-list li:active a, .main-community .notice-wrap .notice ul.notice-list li:focus a {
  font-weight: 700;
}
.main-community .notice-wrap .notice ul.notice-list li a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}
.main-community .notice-wrap .notice ul.notice-list li span {
  position: absolute;
  display: block;
  top: 0;
  right: 40px;
  width: 100px;
  height: 70px;
  text-align: right;
  color: #737373;
}
.main-community .notice-wrap .banner-wrap {
  float: left;
  width: 360px;
  height: 245px;
  margin-left: 60px;
}
.main-community .notice-wrap .banner-wrap .banner {
  position: relative;
  display: block;
  width: 100%;
  height: 115px;
  color: #fff;
}
.main-community .notice-wrap .banner-wrap .banner p {
  position: absolute;
  top: 30px;
  left: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
}
.main-community .notice-wrap .banner-wrap .banner span {
  position: absolute;
  top: 60px;
  left: 30px;
  line-heigth: 25px;
  opacity: 0.7;
}
.main-community .notice-wrap .banner-wrap .banner.ecar-info {
  background: #29b6f6;
}
.main-community .notice-wrap .banner-wrap .banner.ecar-info::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 55px;
  height: 55px;
  background: url("../img/main/ico-ecarinfo.png") no-repeat;
}
.main-community .notice-wrap .banner-wrap .banner.ecar-tok {
  background: #00ca4b;
}
.main-community .notice-wrap .banner-wrap .banner.ecar-tok::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 55px;
  height: 55px;
  background: url("../img/main/ico-toktok.png") no-repeat;
}
.main-community .notice-wrap .banner-wrap .banner + .banner {
  margin-top: 15px;
}
.main-community .notice-wrap:before, .main-community .notice-wrap:after {
  display: block;
  clear: both;
  content: "";
}
.main-community .cs-wrap {
  position: relative;
  width: 100%;
  height: 130px;
  margin-top: 40px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.main-community .cs-wrap .cs-tell {
  position: absolute;
  top: 50%;
  left: 30px;
  width: auto;
  height: 60px;
  margin-top: -30px;
  padding-left: 68px;
  font-size: 44px;
  font-weight: 700;
  color: #272727;
  letter-spacing: normal;
  line-height: 60px;
}
.main-community .cs-wrap .cs-tell::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: url(../img/main/ico-customer.png) no-repeat center/cover;
}
.main-community .cs-wrap .cs-info {
  position: absolute;
  top: 50%;
  left: 360px;
  width: 440px;
  height: 60px;
  margin-top: -30px;
  color: #4d4d4d;
  letter-spacing: normal;
}
.main-community .cs-wrap .cs-info .time {
  font-size: 20px;
}
.main-community .cs-wrap .cs-info .time a {
  font-weight: 700;
  color: #272727;
}
.main-community .cs-wrap .cs-info .time i.kakaoc {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/main/ico-kakaoc.png) no-repeat center/cover;
  vertical-align: middle;
}
.main-community .cs-wrap .cs-info dl {
  display: inline-block;
}
.main-community .cs-wrap .cs-info dl dt {
  font-weight: 700;
}
.main-community .cs-wrap .cs-info dl dd {
  margin-left: 8px;
}
.main-community .cs-wrap .cs-info dl dt, .main-community .cs-wrap .cs-info dl dd {
  display: inline-block;
  font-size: 18px;
}
.main-community .cs-wrap .cs-info dl + dl {
  margin-left: 15px;
}
.main-community .cs-sns {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 360px;
  height: auto;
  transform: translateY(-50%);
}
.main-community .cs-sns:before, .main-community .cs-sns:after {
  display: block;
  clear: both;
  content: "";
}
.main-community .cs-sns .btn-sns {
  float: left;
  width: 60px;
  height: 60px;
}
.main-community .cs-sns .btn-sns.kakaoc {
  background: url("../img/main/btn-sns-kakaoc.png") no-repeat center/cover;
}
.main-community .cs-sns .btn-sns.rentev {
  background: url("../img/main/btn-sns-rentev.png") no-repeat center/cover;
}
.main-community .cs-sns .btn-sns.blog {
  background: url("../img/main/btn-sns-blog.png") no-repeat center/cover;
}
.main-community .cs-sns .btn-sns.instagram {
  background: url("../img/main/btn-sns-insta.png") no-repeat center/cover;
}
.main-community .cs-sns .btn-sns.evinfra {
  background: url("../img/main/btn-sns-evinfra.png") no-repeat center/cover;
}
.main-community .cs-sns .btn-sns + .btn-sns {
  margin-left: 10px;
}

/* 메인 하단 배너 */
.bottom-banner {
  position: relative;
  width: 100%;
  height: 150px;
  padding-top: 30px;
}
.bottom-banner .banner-bg {
  position: absolute;
  width: 100%;
  height: 120px;
}
.bottom-banner .banner-inner {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 1200px;
  height: 150px;
  margin-left: -600px;
  z-index: 100;
}

/* 메인 플로팅 키프레임 배너 */
.floating {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #1b68d6;
  z-index: 1000;
  animation: floating 1.5s infinite;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-align: center;
  cursor: default;
}
.floating .floating-cs {
  letter-spacing: normal;
}
.floating .floating-cs::before {
  content: "";
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 25px auto 0;
  background: url("../img/main/ico-customer-wh.png") no-repeat;
}
.floating .floating-cs .cs-tell {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
}
.floating .floating-cs .cs-time {
  font-size: 20px;
  color: #fff;
  line-height: 22px;
}
.floating .floating-cs .cs-kakaoc {
  font-size: 20px;
  color: #c5c5df;
  line-height: 22px;
}
.floating .floating-cs .cs-kakaoc a {
  color: #fff;
  font-weight: 700;
}
.floating .floating-cs .cs-kakaoc i.kakaoc {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/main/ico-kakaoc-w.png) no-repeat center/cover;
  vertical-align: middle;
}
.floating .go-book {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #0096ff;
  box-shadow: 0px -3px 10px 0 rgba(0, 0, 0, 0.07);
}
.floating .go-book a {
  display: block;
  width: 140px;
  margin: 20px auto;
  border: 1px solid #fff;
  line-height: 44px;
  color: #fff;
  text-align: center;
  border-radius: 22px;
}
.floating .go-book a:hover, .floating .go-book a:active, .floating .go-book a:focus {
  background: #1b68d6;
  border-color: #1b68d6;
  opacity: 1;
}

@keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
/* 반응형 미디어쿼리 - 1500px 이하 */
@media all and (max-width: 1500px) {
  .main-visual .slick-slide .slide-inner {
    height: 700px;
  }
  .main-visual .slick-slide .slide-inner::before {
    height: 76px;
  }
  .main-visual .slick-slide .slide-inner a {
    height: 624px;
  }
  .main-visual .slick-prev {
    left: 20px;
  }
  .main-visual .slick-next {
    right: 20px;
  }
  .main-carlist .slick-prev {
    left: 20px;
  }
  .main-carlist .slick-next {
    right: 20px;
  }
}
/* 반응형 미디어쿼리 - 1400px 이하 */
@media all and (max-width: 1400px) {
  .main-section .section-inner {
    width: 100%;
  }
  .main-event .section-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-community {
    height: auto;
    padding: 50px 40px;
  }
  .main-community .notice-wrap .notice {
    width: 60%;
  }
  .main-community .notice-wrap .banner-wrap {
    width: 35%;
    margin-left: 5%;
  }
  .bottom-banner, .floating {
    display: none;
  }
}
/* 반응형 미디어쿼리 - 1140px 이하 */
@media all and (max-width: 1140px) {
  .main-visual .slick-slide .slide-inner {
    height: 650px;
  }
  .main-visual .slick-slide .slide-inner::before {
    display: none;
  }
  .main-visual .slick-slide .slide-inner a {
    width: 100%;
    height: 580px;
  }
  .main-visual .slick-arrow {
    display: none !important;
  }
  .main-section h2.section-tit p.title {
    width: 483px;
    height: 70px;
  }
  .main-community .notice-wrap {
    height: auto;
  }
  .main-community .notice-wrap .notice {
    width: 100%;
  }
  .main-community .notice-wrap .banner-wrap {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 30px;
  }
  .main-community .notice-wrap .banner-wrap .banner {
    float: left;
    width: 50%;
  }
  .main-community .notice-wrap .banner-wrap .banner + .banner {
    margin-top: 0;
  }
  .main-community .cs-wrap {
    height: auto;
    margin-top: 60px;
    padding: 40px 0 20px;
    border-bottom: 0;
  }
  .main-community .cs-wrap .cs-tell {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    text-align: center;
    vertical-align: middle;
  }
  .main-community .cs-wrap .cs-tell::before {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
  }
  .main-community .cs-wrap .cs-info {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 10px;
    text-align: center;
  }
  .main-community .cs-wrap .cs-sns {
    position: relative;
    top: auto;
    right: auto;
    margin: 20px auto 0;
    transform: none;
  }
}
/* 반응형 미디어쿼리 - 950px 이하 */
@media all and (max-width: 950px) {
  .main-visual .slick-slide .slide-inner {
    height: 520px;
  }
  .main-visual .slick-slide .slide-inner a {
    height: 465px;
  }
}
/* 반응형 미디어쿼리 - 768px 이하 */
@media all and (max-width: 768px) {
  .main-visual .slick-slide .slide-inner {
    height: 440px;
  }
  .main-visual .slick-slide .slide-inner a {
    height: 392px;
  }
  .main-visual .slick-slide .slide-inner::before {
    display: block;
  }
  .main-carlist .section-inner::before {
    display: none;
  }
  .main-carlist .section-inner::after {
    display: none;
  }
  .main-carlist .carlist-item {
    padding: 0;
  }
}
/* 반응형 미디어쿼리 - 640px 이하 */
@media all and (max-width: 640px) {
  .main-carlist .slick-arrow {
    display: none !important;
  }
  .mainpop {
    width: 90%;
  }
  .main-visual .slick-slide .slide-inner {
    height: auto;
  }
  .main-visual .slick-slide .slide-inner img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .main-visual .slick-slide .slide-inner a {
    height: 100%;
  }
  .main-section {
    padding: 60px 0;
  }
  .main-section h2.section-tit {
    margin-bottom: 40px;
  }
  .main-section h2.section-tit p.title {
    width: 310px;
    height: 45px;
  }
  .main-section h2.section-tit p.desc {
    padding-top: 10px;
    font-size: 16px;
  }
  .main-carlist .carlist-item .carlist-cont p.carname {
    font-size: 20px;
    line-height: 24px;
  }
  .main-carlist .carlist-item .carlist-cont .carinfo {
    font-size: 14px;
  }
  .main-carlist .carlist-item .carlist-cont .carinfo p {
    line-height: 24px;
  }
  .main-carlist .carlist-item .carlist-cont .carinfo p strong {
    font-size: 24px;
  }
  .main-event .event-viewmore {
    height: 60px;
    margin-top: 40px;
  }
  .main-event .event-viewmore::before {
    height: 25px;
  }
  .main-event .event-viewmore a {
    width: 200px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  .main-community {
    height: auto;
    padding: 30px 20px;
  }
  .main-community .notice-wrap {
    height: auto;
  }
  .main-community .notice-wrap .notice {
    width: 100%;
    height: 180px;
  }
  .main-community .notice-wrap .notice h2 {
    height: 50px;
    padding: 0 20px;
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 20px;
  }
  .main-community .notice-wrap .notice h2 a.viewmore {
    right: 20px;
    width: 60px;
    margin-top: -12px;
    line-height: 24px;
    font-size: 13px;
  }
  .main-community .notice-wrap .notice ul.notice-list li {
    height: 50px;
    padding-left: 20px;
    padding-right: 120px;
    font-size: 14px;
    line-height: 50px;
  }
  .main-community .notice-wrap .notice ul.notice-list li span {
    right: 20px;
  }
  .main-community .notice-wrap .banner-wrap {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 30px;
  }
  .main-community .notice-wrap .banner-wrap .banner {
    float: none;
    width: 100%;
    height: 90px;
  }
  .main-community .notice-wrap .banner-wrap .banner p {
    top: 22px;
    line-height: 16px;
    font-size: 16px;
  }
  .main-community .notice-wrap .banner-wrap .banner span {
    top: 48px;
    line-height: 20px;
    font-size: 14px;
  }
  .main-community .notice-wrap .banner-wrap .banner.ecar-info::after {
    top: 16px;
    right: 20px;
  }
  .main-community .notice-wrap .banner-wrap .banner.ecar-tok::after {
    top: 16px;
    right: 20px;
  }
  .main-community .notice-wrap .banner-wrap .banner + .banner {
    margin-top: 10px;
  }
  .main-community .cs-wrap .cs-tell {
    font-size: 34px;
  }
  .main-community .cs-wrap .cs-tell::before {
    width: 40px;
    height: 40px;
  }
  .main-community .cs-wrap .cs-info {
    margin-top: 0;
  }
  .main-community .cs-wrap .cs-info .time {
    font-size: 16px;
  }
  .main-community .cs-wrap .cs-info dl {
    display: block;
  }
  .main-community .cs-wrap .cs-info dl dt, .main-community .cs-wrap .cs-info dl dd {
    font-size: 14px;
  }
  .main-community .cs-wrap .cs-info dl + dl {
    margin-left: 0;
  }
  .main-community .cs-wrap .cs-sns {
    width: 290px;
    height: 50px;
  }
  .main-community .cs-wrap .cs-sns .btn-sns {
    width: 50px;
    height: 50px;
  }
  .main-community .cs-wrap .cs-sns .btn-sns + .btn-sns {
    margin-left: 10px;
  }
}
/* 반응형 미디어쿼리 - 360px 이하 */
@media all and (max-width: 360px) {
  .main-visual {
    height: 440px;
  }
  .main-visual .swiper-slide a {
    width: 100%;
    height: 580px;
  }
}
/************************/
/*****MEMBER*****/
/************************/
/* 로그인 & 예약확인 페이지 */
.checkin-wrap {
  position: relative;
  width: 480px;
  height: auto;
  margin: 0 auto;
}
.checkin-wrap .checkin-input-wrap {
  position: relative;
}
.checkin-wrap .checkin-input-wrap label {
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #737373;
  line-height: 60px;
}
.checkin-wrap .checkin-input-wrap input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 15px 0 100px;
  line-height: 59px;
  border: 2px solid #d0d0d0;
  border-width: 0 0 2px 0;
  transition: 0.3s;
}
.checkin-wrap .checkin-input-wrap input:focus {
  outline: 0;
  border: 2px solid #272727;
  border-width: 0 0 2px 0;
}
.checkin-wrap .checkin-input-wrap input:focus + label {
  color: #272727;
}
.checkin-wrap .checkin-input-wrap + .checkin-input-wrap {
  margin-top: 20px;
}
.checkin-wrap .checkin-input-wrap.tel {
  border-bottom: 2px solid #d0d0d0;
  padding-left: 100px;
}
.checkin-wrap .checkin-input-wrap.tel input {
  display: inline-block;
  padding: 0 15px;
  width: 100px;
  border: 0;
}
.checkin-wrap .checkin-input-wrap.tel .select-wrap {
  position: relative;
  display: inline-block;
}
.checkin-wrap .checkin-input-wrap.tel .select-wrap select {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 60px;
  line-height: 60px;
  border: 0;
  outline: 0;
}
.checkin-wrap .checkin-input-wrap.tel .select-wrap::after {
  height: 60px;
}
.checkin-wrap .checkin-btn-wrap {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.checkin-wrap .checkin-btn-wrap:before, .checkin-wrap .checkin-btn-wrap:after {
  display: block;
  clear: both;
  content: "";
}
.checkin-wrap .checkin-btn-wrap .btn-checkin {
  float: left;
  position: relative;
  display: block;
  height: auto;
  text-align: center;
  font-size: 16px;
  border-radius: 30px;
  line-height: 60px;
}
.checkin-wrap .checkin-btn-wrap .btn-checkin.checkin {
  width: 59%;
  background: #29b6f6;
  color: #fff;
  border: 1px solid #29b6f6;
}
.checkin-wrap .checkin-btn-wrap .btn-checkin.checkin.iosbtn {
  width: 100% !important;
}
.checkin-wrap .checkin-btn-wrap .btn-checkin.kakao {
  width: 39%;
  margin-left: 2%;
  background: #fee500;
  color: #272727;
  border: 1px solid #fee500;
}
.checkin-wrap .checkin-btn-wrap .btn-checkin.kakao::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 23px;
  margin-right: 8px;
  background: url("../img/contents/icon-talk.png") no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.checkin-wrap .checkin-btn-wrap .btn-checkin.res-confirm {
  width: 100%;
  background: #29b6f6;
  color: #fff;
  border: 1px solid #29b6f6;
}
.checkin-wrap .checkin-etc {
  width: 100%;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #d0d0d0;
  line-height: 35px;
}
.checkin-wrap .checkin-etc span {
  position: relative;
  display: block;
  color: #737373;
}
.checkin-wrap .checkin-etc a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #4d4d4d;
  text-decoration: underline;
}

/* 회원가입 */
.scroll-box {
  position: relative;
  width: 100%;
  height: 400px;
  padding: 20px;
  line-height: 170%;
  border: 1px solid #d0d0d0;
  overflow-y: scroll;
}

.agree-box {
  position: relative;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  text-align: center;
}

.marketing-text {
  display: inline-block;
  line-height: 50px;
  margin-right: 30px;
}

.marketing-check {
  display: inline-block;
  line-height: 50px;
}

.join-ok-tit {
  position: relative;
  text-align: center;
}
.join-ok-tit .join-ok-img {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  background-image: linear-gradient(#0096ff, #29b6f6, #77e7f2);
  border-radius: 100%;
}
.join-ok-tit .join-ok-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  margin-top: -33px;
  margin-left: -33px;
  background: url(../img/contents/img-joinok.png) no-repeat center/cover;
  animation: floating 1.5s infinite;
}
.join-ok-tit p.title {
  padding: 160px 0 20px;
  font-size: 40px;
  font-weight: 700;
}
.join-ok-tit span.text {
  display: block;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #d0d0d0;
  font-size: 20px;
}

.mypoint-box {
  width: 100%;
  height: auto;
  padding: 20px;
}
.mypoint-box span {
  display: inline-block;
}

/* 반응형 미디어쿼리 - 640px 이하 */
@media all and (max-width: 640px) {
  .checkin-wrap {
    width: 90%;
  }
  .checkin-wrap .checkin-input-wrap label {
    line-height: 50px;
  }
  .checkin-wrap .checkin-input-wrap input {
    height: 50px;
    padding: 0 15px 0 80px;
    line-height: 50px;
  }
  .checkin-wrap .checkin-input-wrap.tel {
    padding-left: 80px;
  }
  .checkin-wrap .checkin-input-wrap.tel input {
    width: 64px;
  }
  .checkin-wrap .checkin-input-wrap.tel .select-wrap select {
    width: 70px;
    height: 50px;
    line-height: 50px;
  }
  .checkin-wrap .checkin-input-wrap.tel .select-wrap::after {
    height: 50px;
  }
  .checkin-wrap .checkin-btn-wrap .btn-checkin {
    float: none;
    line-height: 50px;
    font-size: 14px;
  }
  .checkin-wrap .checkin-btn-wrap .btn-checkin.checkin {
    width: 100%;
  }
  .checkin-wrap .checkin-btn-wrap .btn-checkin.kakao {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .checkin-wrap .checkin-etc span {
    font-size: 14px;
  }
  .checkin-wrap .checkin-etc a {
    font-size: 14px;
  }
  .scroll-box {
    height: 300px;
    padding: 10px;
  }
  .agree-box {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .marketing-text {
    line-height: 170%;
    margin-right: 0;
  }
  .marketing-check {
    line-height: 40px;
  }
  .join-ok-tit {
    position: relative;
    text-align: center;
  }
  .join-ok-tit .join-ok-img {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    background-image: linear-gradient(#0096ff, #29b6f6, #77e7f2);
    border-radius: 100%;
  }
  .join-ok-tit .join-ok-img::after {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }
  .join-ok-tit p.title {
    padding: 100px 0 20px;
    font-size: 20px;
  }
  .join-ok-tit span.text {
    display: block;
    padding: 20px 40px;
    font-size: 16px;
  }
}
/************************/
/*****RESERVATION*****/
/************************/
/* 예약 - 달력 */
.calendar-wrap:before, .calendar-wrap:after {
  display: block;
  clear: both;
  content: "";
}
.calendar-wrap .calendar {
  float: left;
  width: 49%;
  height: auto;
  background: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.calendar-wrap .calendar .calendar-tit {
  position: relative;
  width: 100%;
  height: 60px;
  background: #1b68d6;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}
.calendar-wrap .calendar .calendar-tit p {
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 60px;
  font-weight: 700;
}
.calendar-wrap .calendar .calendar-tit span.time-detail {
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 60px;
  text-align: right;
  letter-spacing: normal;
}
.calendar-wrap .calendar .calendar-cont {
  width: 100%;
  height: auto;
}
.calendar-wrap .calendar .calendar-bottom {
  width: 100%;
  line-height: 60px;
  background: #f1f1f8;
  text-align: center;
}
.calendar-wrap .calendar .calendar-bottom strong {
  font-size: 14px;
  margin-right: 10px;
}
.calendar-wrap .calendar + .calendar {
  margin-left: 2%;
}

.dp-popup-inline {
  position: relative;
  width: 100%;
  height: auto;
}
.dp-popup-inline h2 {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
}
.dp-popup-inline .dp-nav-prev,
.dp-popup-inline .dp-nav-next {
  position: absolute;
  text-align: center;
  top: 0;
}
.dp-popup-inline .dp-nav-prev a,
.dp-popup-inline .dp-nav-next a {
  display: block;
  width: 60px;
  line-height: 60px;
  text-indent: -9999px;
}
.dp-popup-inline .dp-nav-prev {
  left: 50%;
  margin-left: -150px;
}
.dp-popup-inline .dp-nav-prev a {
  background: url("/img/contents/btn-cal-prev.png") no-repeat center/cover;
}
.dp-popup-inline .dp-nav-prev a.disabled {
  background: url("/img/contents/btn-cal-prev-disable.png") no-repeat center/cover;
}
.dp-popup-inline .dp-nav-prev a:hover {
  background: url("/img/contents/btn-cal-prev-disable.png") no-repeat center/cover;
}
.dp-popup-inline .dp-nav-next {
  right: 50%;
  margin-right: -150px;
}
.dp-popup-inline .dp-nav-next a {
  background: url("/img/contents/btn-cal-next.png") no-repeat center/cover;
}
.dp-popup-inline .dp-nav-next a.disabled {
  background: url("/img/contents/btn-cal-next-disable.png") no-repeat center/cover;
}
.dp-popup-inline .dp-nav-next a:hover {
  background: url("/img/contents/btn-cal-next-disable.png") no-repeat center/cover;
}
.dp-popup-inline .dp-calendar {
  width: 100%;
  height: auto;
  padding: 15px;
}
.dp-popup-inline .dp-calendar .jCalendar {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #4d4d4d;
}
.dp-popup-inline .dp-calendar .jCalendar th {
  width: 14%;
  font-size: 16px;
  font-weight: 700;
}
.dp-popup-inline .dp-calendar .jCalendar th.weekend {
  color: #1b68d6;
}
.dp-popup-inline .dp-calendar .jCalendar th.weekend:first-child {
  color: #eb205a;
}
.dp-popup-inline .dp-calendar .jCalendar td {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  cursor: pointer;
}
.dp-popup-inline .dp-calendar .jCalendar td span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dp-popup-inline .dp-calendar .jCalendar td::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  color: #fff;
  z-index: 0;
}
.dp-popup-inline .dp-calendar .jCalendar td.weekend {
  color: #1b68d6;
}
.dp-popup-inline .dp-calendar .jCalendar td.weekend:first-child {
  color: #eb205a;
}
.dp-popup-inline .dp-calendar .jCalendar td.other-month {
  color: #999 !important;
}
.dp-popup-inline .dp-calendar .jCalendar td.today span {
  color: #fff;
}
.dp-popup-inline .dp-calendar .jCalendar td.today::after {
  background: #737373 !important;
}
.dp-popup-inline .dp-calendar .jCalendar td.selected {
  color: #fff;
}
.dp-popup-inline .dp-calendar .jCalendar td.selected::after {
  background: #29b6f6 !important;
}
.dp-popup-inline .dp-calendar .jCalendar td.disabled {
  cursor: no-drop;
}
.dp-popup-inline .dp-calendar .jCalendar td.disabled span {
  color: #ccc;
}
.dp-popup-inline .dp-calendar .jCalendar td.disabled::after {
  background: none !important;
}
.dp-popup-inline .dp-calendar .jCalendar td.dp-hover::after {
  background: #f1f1f8;
}

/*차량선택*/
.res-car-option {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #d0d0d0;
  font-size: 18px;
}
.res-car-option p {
  display: inline-block;
}
.res-car-option p + p {
  margin-left: 10px;
}
.res-car-option .option-point {
  display: inline-block;
  padding: 0 14px;
  margin-right: 5px;
  line-height: 30px;
  border: 4px solid #29b6f6;
  border-radius: 20px;
  background: #fff;
  font-weight: 700;
}
.res-car-option .option-date {
  font-weight: 700;
  letter-spacing: normal;
}
.res-car-option .option-total {
  font-weight: 700;
  letter-spacing: normal;
  color: #eb205a;
}

.res-car-list {
  margin-top: 30px;
}
.res-car-list:before, .res-car-list:after {
  display: block;
  clear: both;
  content: "";
}
.res-car-list li {
  float: left;
  position: relative;
  width: 49%;
  height: auto;
  padding: 10px 0;
  margin-right: 2%;
  text-align: left;
}
.res-car-list li:nth-of-type(even) {
  margin-right: 0;
}
.res-car-list li input.car-select[type=radio] {
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 2;
}
.res-car-list li input.car-select[type=radio]:checked + .car-list-box {
  background: #f1f5f5;
  box-shadow: inset 0 0 0 3px #29b6f6;
  opacity: 1;
}
.res-car-list li input.car-select[type=radio]:checked + .car-list-box .car-insurance {
  display: block;
}
.res-car-list li input.car-select[type=radio]:disabled + .car-list-box {
  opacity: 0.3;
  box-shadow: none;
}
.res-car-list li .car-list-box {
  display: block;
  position: relative;
  width: 100%;
  height: 240px;
  padding: 20px 20px 20px 280px;
  background: #fff;
  border: 1px solid #d0d0d0;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
}
.res-car-list li .car-list-box .list-box-thumb {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 260px;
  height: auto;
  text-align: center;
}
.res-car-list li .car-list-box .list-box-thumb img {
  width: 100%;
  height: auto;
}
.res-car-list li .car-list-box .list-box-cont {
  position: relative;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.res-car-list li .car-list-box .list-box-cont .car-info p.carname {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
.res-car-list li .car-list-box .list-box-cont .car-info p.carinfo {
  font-size: 16px;
  color: #4d4d4d;
}
.res-car-list li .car-list-box .list-box-cont .car-info p.cardc {
  display: inline-block;
  padding: 0 5px;
  margin-right: 5px;
  background: #1b68d6;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.res-car-list li .car-list-box .list-box-cont .car-info p.cardc strong {
  font-weight: 700;
}
.res-car-list li .car-list-box .list-box-cont .car-info p.caroricost {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  text-decoration: line-through;
  color: #737373;
}
.res-car-list li .car-list-box .list-box-cont .car-info p.carcost {
  display: inline-block;
  font-size: 16px;
}
.res-car-list li .car-list-box .list-box-cont .car-info p.carcost strong {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.025rem;
}
.res-car-list li .car-list-box .list-box-cont .car-insurance {
  display: none;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #d0d0d0;
  text-align: center;
}
.res-car-list li .car-list-box .list-box-cont .car-insurance p.insurance-cost {
  height: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  text-align:right;
  margin-right:16px;
}
.res-car-list li .car-list-box .list-box-cont .car-insurance input.insurance-select[type=radio] {
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 2;
}
.res-car-list li .car-list-box .list-box-cont .car-insurance input.insurance-select[type=radio] + span.insurance-select {
  display: none;
  width: 60%;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #29b6f6;
  border-radius: 25px;
  color: #29b6f6;
  font-size: 14px;
  line-height: 45px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-touch-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.res-car-list li .car-list-box .list-box-cont .car-insurance input.insurance-select[type=radio] + span.insurance-select.alone {
  width: 60%;
}
.res-car-list li .car-list-box .list-box-cont .car-insurance input.insurance-select[type=radio]:checked + span.insurance-select {
  background: #29b6f6;
  color: #fff;
}
.res-car-list li .car-list-box .list-box-cont .car-insurance input.insurance-select[type=radio]:disabled + span.insurance-select {
  display: none;
}

/************************/
/*****INFOMATION*****/
/************************/
.textbox {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  font-size: 18px;
  background: #f1f1f8;
  word-break: keep-all;
}
.textbox.invert {
  background: none;
  color: #fff;
}
.textbox ul {
  padding-left: 20px;
  list-style: square;
  list-style-position: outside;
}
.textbox ul li {
  padding: 3px 0;
}

.info-carlist {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.info-carlist:before, .info-carlist:after {
  display: block;
  clear: both;
  content: "";
}
.info-carlist .carlist-item {
  flex: 0 33.333%;
  display: block;
  height: auto;
  margin-bottom: 40px;
}
.info-carlist .carlist-item:hover, .info-carlist .carlist-item:active, .info-carlist .carlist-item:focus {
  opacity: 1;
}
.info-carlist .carlist-item:hover .carlist-thumb, .info-carlist .carlist-item:active .carlist-thumb, .info-carlist .carlist-item:focus .carlist-thumb {
  transform: scale(1.1);
}
.info-carlist .carlist-item .carlist-thumb {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: 0.3s;
}
.info-carlist .carlist-item .carlist-thumb img {
  width: 100%;
}
.info-carlist .carlist-item .carlist-cont {
  width: 100%;
  height: auto;
  text-align: center;
}
.info-carlist .carlist-item .carlist-cont p.carname {
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
}
.info-carlist .carlist-item .carlist-cont .carinfo {
  font-size: 18px;
  color: #737373;
}
.info-carlist .carlist-item .carlist-cont .carinfo p {
  letter-spacing: normal;
  line-height: 40px;
}
.info-carlist .carlist-item .carlist-cont .carinfo p strong {
  font-size: 36px;
  font-weight: 700;
  color: #29b6f6;
}

.contbox.intro {
  width: 100%;
  height: auto;
  padding: 30px 0;
}
.contbox.intro:before, .contbox.intro:after {
  display: block;
  clear: both;
  content: "";
}
.contbox.intro li {
  float: left;
  display: block;
  position: relative;
  width: 320px;
  height: 320px;
  background: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.contbox.intro li + li {
  margin-left: 120px;
}

span[id^=reservable] font {
  display: block;
  padding: 30px 0px;
  font-size: 22px !important;
}

/* 차량가이드 */
.guide-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 20px 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d0d0d0;
}
.guide-box:before, .guide-box:after {
  display: block;
  clear: both;
  content: "";
}
.guide-box:last-of-type {
  border-bottom: none;
}
@media all and (max-width: 768px) {
  .guide-box {
    gap: 20px;
    padding: 0 0 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 640px) {
  .guide-box {
    gap: 10px;
  }
}
.guide-box h4.guide-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}
@media all and (max-width: 768px) {
  .guide-box h4.guide-title {
    font-size: 24px;
  }
}
@media all and (max-width: 640px) {
  .guide-box h4.guide-title {
    line-height: 30px;
    flex-direction: column;
    font-size: 18px;
  }
}
.guide-box h4.guide-title em {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 10px;
  background: #29b6f6;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .guide-box h4.guide-title em {
    height: 30px;
  }
}
@media all and (max-width: 640px) {
  .guide-box h4.guide-title em {
    height: 24px;
    font-size: 16px;
  }
}
.guide-box .guide-img {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media all and (max-width: 640px) {
  .guide-box .guide-img {
    gap: 16px;
    flex-wrap: wrap;
  }
}
.guide-box .guide-img img {
  width: calc(50% - 10px);
  height: auto;
}
@media all and (max-width: 640px) {
  .guide-box .guide-img img {
    width: 100%;
  }
}
.guide-box .guide-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  font-size: 20px;
}
@media all and (max-width: 768px) {
  .guide-box .guide-text {
    font-size: 18px;
  }
}
@media all and (max-width: 640px) {
  .guide-box .guide-text {
    font-size: 16px;
  }
}
.guide-box .guide-text.margin-bottom {
  margin-bottom: 60px;
}
@media all and (max-width: 768px) {
  .guide-box .guide-text.margin-bottom {
    margin-bottom: 40px;
  }
}
.guide-box .guide-text > p {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 30px;
}
@media all and (max-width: 640px) {
  .guide-box .guide-text > p {
    gap: 6px;
    line-height: 24px;
  }
}
.guide-box .guide-text > p em {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: #272727;
  color: #fff;
  font-weight: 700;
}
.guide-box .guide-text > p em.number {
  width: 30px;
  padding: 0;
}
@media all and (max-width: 640px) {
  .guide-box .guide-text > p em {
    height: 24px;
  }
  .guide-box .guide-text > p em.number {
    width: 24px;
  }
}

/* 반응형 미디어쿼리 - 1300px 이하 */
@media all and (max-width: 1300px) {
  .textbox.invert {
    color: #272727;
    background: #f1f1f8;
  }
  .textbox.invert .light-color {
    color: #29b6f6;
  }
}
/* 반응형 미디어쿼리 - 1200px 이하 */
@media all and (max-width: 1200px) {
  .textbox {
    width: 100%;
  }
  .textbox div.inner {
    padding: 10px;
  }
  .textbox ol {
    padding: 10px 10px 10px 30px;
  }
  .textbox ol li {
    font-size: 14px;
  }
}
/* 반응형 미디어쿼리 - 1140px 이하 */
@media all and (max-width: 1140px) {
  .res-car-list {
    margin-bottom: 0;
  }
  .res-car-list li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .res-car-list li .car-list-box {
    padding-left: 300px;
  }
  .res-car-list li .car-list-box .list-box-cont .car-insurance input.insurance-select[type=radio] + span.insurance-select {
    width: 40%;
  }
  .res-car-list li .car-list-box .list-box-cont .car-insurance input.insurance-select[type=radio] + span.insurance-select.alone {
    width: 40%;
  }
  .info-carlist .carlist-item .carlist-cont p.carname {
    font-size: 24px;
    line-height: 40px;
  }
  .info-carlist .carlist-item .carlist-cont .carinfo {
    font-size: 16px;
  }
  .info-carlist .carlist-item .carlist-cont .carinfo p {
    line-height: 38px;
  }
  .info-carlist .carlist-item .carlist-cont .carinfo p strong {
    font-size: 32px;
  }
}
/* 반응형 미디어쿼리 - 768px 이하 */
@media all and (max-width: 768px) {
  .calendar-wrap .calendar .calendar-tit {
    height: 80px;
  }
  .calendar-wrap .calendar .calendar-tit p {
    top: 10px;
    line-height: 30px;
  }
  .calendar-wrap .calendar .calendar-tit span.time-detail {
    top: 40px;
    left: 20px;
    right: auto;
    line-height: 30px;
    text-align: left;
  }
  .res-car-option p + p {
    margin-left: 0;
  }
  .textbox {
    font-size: 16px;
  }
  .info-carlist .carlist-item {
    flex: 0 50%;
  }
}
/* 반응형 미디어쿼리 - 640px 이하 */
@media all and (max-width: 640px) {
  .calendar-wrap .calendar {
    float: none;
    width: 100%;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
  }
  .calendar-wrap .calendar .calendar-tit {
    height: 74px;
    font-size: 16px;
  }
  .calendar-wrap .calendar .calendar-tit p {
    font-size: 16px;
  }
  .calendar-wrap .calendar .calendar-tit span.time-detail {
    top: 34px;
  }
  .calendar-wrap .calendar + .calendar {
    margin-top: 30px;
    margin-left: 0;
  }
  .res-car-option {
    padding-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    border-bottom: 0;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
  }
  .res-car-option p {
    display: block;
    text-align: center;
  }
  .res-car-option p + p {
    margin-top: 5px;
  }
  .res-car-option .option-point {
    line-height: 20px;
  }
  .res-car-list li .car-list-box {
    height: auto;
    padding: 180px 20px 20px;
  }
  .res-car-list li .car-list-box .list-box-thumb {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .res-car-list li .car-list-box .list-box-cont {
    top: auto;
    transform: none;
    text-align: center;
  }
  .res-car-list li .car-list-box .list-box-cont .car-info p.carname {
    font-size: 20px;
    line-height: 22px;
  }
  .res-car-list li .car-list-box .list-box-cont .car-info p.carinfo {
    font-size: 14px;
  }
  .res-car-list li .car-list-box .list-box-cont .car-info p.caroricost {
    font-size: 14px;
  }
  .res-car-list li .car-list-box .list-box-cont .car-info p.carcost {
    font-size: 14px;
  }
  .res-car-list li .car-list-box .list-box-cont .car-insurance p.insurance-cost {
    font-size: 14px;
    text-align:center;
    margin-right:0;
  }
  .res-car-list li .car-list-box .list-box-cont .car-insurance input.insurance-select[type=radio] + span.insurance-select {
    width: 60%;
  }
  .res-car-list li .car-list-box .list-box-cont .car-insurance input.insurance-select[type=radio] + span.insurance-select.alone {
    width: 60%;
  }
  .textbox {
    font-size: 14px;
  }
  .info-carlist .carlist-item .carlist-cont p.carname {
    font-size: 18px;
    line-height: 30px;
  }
  .info-carlist .carlist-item .carlist-cont .carinfo {
    font-size: 14px;
  }
  .info-carlist .carlist-item .carlist-cont .carinfo p {
    line-height: 30px;
  }
  .info-carlist .carlist-item .carlist-cont .carinfo p strong {
    font-size: 24px;
  }
}
/************************/
/*****MODAL POPUP*****/
/************************/
/* 팝업 - 차량제원 */
.popup-carinfo {
  width: 530px;
  height: auto;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
}
.popup-carinfo .close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 34px;
  height: 34px;
  background: url("../img/common/btn-pop-exit.png") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  text-indent: -9999px;
  z-index: 1;
}
.popup-carinfo .popup-carimg {
  position: relative;
  width: 100%;
  height: auto;
}
.popup-carinfo .popup-carimg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 65%;
  background: #29b6f6;
  z-index: 0;
}
.popup-carinfo .popup-carimg img {
  position: relative;
  width: 70%;
  height: auto;
  z-index: 1;
}
.popup-carinfo .popup-content .title {
  font-size: 28px;
  color: #272727;
  font-weight: 700;
  line-height: 40px;
}
.popup-carinfo .popup-content .title span {
  margin-left: 5px;
  font-size: 20px;
  color: #4d4d4d;
  font-weight: 400;
}
.popup-carinfo .popup-content .title a {
  display: inline-block;
  padding: 0 10px;
  margin-left: 5px;
  line-height: 30px;
  font-size: 16px;
  border: 2px solid #29b6f6;
  border-radius: 17px;
}
.popup-carinfo .popup-content .title a:hover {
  background: #29b6f6;
  color: #fff;
  opacity: 1;
}
.popup-carinfo .popup-content dl {
  display: inline-block;
  padding: 0 5px;
  font-size: 18px;
  color: #4d4d4d;
  line-height: 30px;
}
.popup-carinfo .popup-content dl dt,
.popup-carinfo .popup-content dl dd {
  display: inline-block;
}
.popup-carinfo .popup-content dl dt {
  font-weight: 700;
  margin-right: 3px;
}
.popup-carinfo .popup-content .caroption {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

/* 팝업 - 약관 */
.popup-help {
  position: relative;
  width: 730px;
  height: 600px;
  padding-top: 70px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.popup-help .close-button {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: url("../img/common/btn-pop-exit-dark.png") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  text-indent: -9999px;
  z-index: 1;
}
.popup-help .popup-tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  line-height: 70px;
  border-bottom: 1px solid #272727;
  font-size: 22px;
  font-weight: 700;
}
.popup-help .popup-content {
  height: 100%;
  padding: 20px;
  background: #f1f1f8;
}
.popup-help .popup-content .terms {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  word-break: keep-all;
}

/* 팝업 - 주소찾기 */
.popup-zip {
  position: relative;
  width: 730px;
  height: 600px;
  padding-top: 70px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.popup-zip .close-button {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: url("../img/common/btn-pop-exit-dark.png") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  text-indent: -9999px;
  z-index: 1;
}
.popup-zip .popup-tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  line-height: 70px;
  border-bottom: 1px solid #272727;
  font-size: 22px;
  font-weight: 700;
}
.popup-zip .popup-content {
  position: relative;
  height: 100%;
  padding: 90px 20px 60px;
  background: #f1f1f8;
}
.popup-zip .popup-content .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 15px 40px;
}
.popup-zip .popup-content .search:before, .popup-zip .popup-content .search:after {
  display: block;
  clear: both;
  content: "";
}
.popup-zip .popup-content .search .search-label {
  float: left;
  position: relative;
  width: 20%;
  font-weight: 700;
  line-height: 50px;
}
.popup-zip .popup-content .search .search-cont {
  float: left;
  width: 80%;
  height: auto;
}
.popup-zip .popup-content .search.withbtn {
  padding-right: 34%;
}
.popup-zip .popup-content .search.withbtn button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.popup-zip .popup-content .zip-list {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.popup-zip .popup-content .pagination-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 15px 0;
}

/* 반응형 미디어쿼리 - 768px 이하 */
@media all and (max-width: 768px) {
  .popup-help {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .popup-help .popup-content {
    padding: 0;
  }
  .popup-help .popup-content .terms {
    padding: 20px;
  }
  .popup-zip {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .popup-zip .popup-content {
    padding: 140px 20px 50px;
  }
  .popup-zip .popup-content .search {
    padding: 15px 20px;
  }
  .popup-zip .popup-content .search .search-label {
    width: 100%;
  }
  .popup-zip .popup-content .search .search-cont {
    width: 100%;
  }
}
/* 반응형 미디어쿼리 - 640px 이하 */
@media all and (max-width: 640px) {
  .popup-carinfo {
    width: 90%;
    height: auto;
  }
  .popup-carinfo .close-button {
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
  }
  .popup-carinfo .popup-content .title {
    font-size: 18px;
    line-height: 30px;
  }
  .popup-carinfo .popup-content .title span {
    font-size: 16px;
  }
  .popup-carinfo .popup-content .title a {
    line-height: 24px;
    font-size: 14px;
  }
  .popup-carinfo .popup-content dl {
    font-size: 14px;
    line-height: 20px;
    padding: 0 2px;
  }
  .popup-carinfo .popup-content .caroption img {
    width: 80%;
    height: auto;
  }
  .popup-help .close-button {
    right: 20px;
    width: 26px;
    height: 26px;
  }
  .popup-help .popup-tit {
    font-size: 20px;
  }
  .popup-zip .close-button {
    right: 20px;
    width: 26px;
    height: 26px;
  }
  .popup-zip .popup-tit {
    font-size: 20px;
  }
  .popup-zip .popup-content {
    padding: 100px 20px 50px;
  }
  .popup-zip .popup-content .search {
    min-height: 50px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .popup-zip .popup-content .search .search-label {
    width: 100%;
    line-height: 40px;
  }
  .popup-zip .popup-content .search .search-cont span {
    margin: 0;
  }
  .popup-zip .popup-content .search .search-cont span.text {
    line-height: 170%;
  }
}

/*# sourceMappingURL=style.css.map */
