
html {
    scroll-behavior: smooth;
}
html:focus-within {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
h4 {
    margin: 0;
    padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

button {
  outline: none;
}

main {
  display: block;
}

/* header */

.header {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  z-index: 15;
  height: 100vh;
  overflow: hidden;
  background-color: #dc5d34;
  width: 34%;
}

/* site-header */
.site-header {
  width: 80%;
  padding: 10px 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.site-home {
  display: flex;
}
.btn-menu {
  display: block;
  font: 300 13px 'Montserrat', sans-serif;
  color: #000;
  letter-spacing: 1px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.btn-menu:before,
.btn-menu:after {
  display: block;
  width: 38px;
  margin: 6px 0;
  border: 3px solid #397eb5;
  border-radius: 3px;
  background-color:#397eb5;
  content: '';
}
.logo {
  display: inline-block;
  margin-left: 20px;
  padding-top:5px;
}
.logo a {
  display: block;
  width: 180px;
  height: 48px;
  background-color: #fff;
  background: url(/images/logo-01.png) no-repeat 0 0;
  background-size: contain;
}

/* index logo */
.welcome .btn-menu{
  color: #fff;
}
.welcome .btn-menu:before,
.welcome .btn-menu:after {
  border: 3px solid #fff;
  background-color:#fff;
}
.welcome .logo a {
  background-image: url(/images/logo-04.png);
}

.cnt .site-header{
  width: 90%;
}
.cnt .btn-menu{
  color: #fff;
}
.cnt .btn-menu:before,
.cnt .btn-menu:after {
  border: 3px solid #fff;
  background-color:#fff;
}
.cnt .logo a {
  background-image: url(/images/jejuwang/220524_logo-white.png);
}

/* site-access */
.site-access {
  padding: 0px;
  height: 53px;
}
.site-access a,
.site-access span {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
div.header .site-access span {
  padding: 0px 4px;
}
.cnt .site-access{
  line-height: 53px;
}
.cnt .site-access a, .cnt .site-access span{
  color: #fff;
}


/* side-container */
.side-container {
  width: 100%;
  margin-top: 20px;
}

.side-content {
  text-align: center;
  padding: 20px 0;
}

.side-content span {
  padding: 12px 0;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.side-content h1 {
  margin-top: 80px;
  font-size: 70px;
  color: #fff;
  margin-bottom: 50px;
}

.menu-page {
  display: flex;
  justify-content: center;

}

.menu-page li {
  width: 90px;
  text-align: center;
}

.menu-page li a {
  font-size: 0.90rem;
  font-weight: bold;
  color: #fff;
  opacity: 0.5;
  transition: 0.5s;
  padding-bottom:14px;
}

.menu-page li a::after {
  display: block;
  height: 5px;
  margin-top: 9px;
  border-radius: 2px;
  background-color: #fff;
  content: '';
  opacity: 0.5;
  transition: 0.5s;
}
.header ul li.on a {
 opacity: 1;
}
.header ul li.on a::after {
  opacity: 1;
}

.menu-page li:nth-child(2) {
  margin: 0 0px 0px 8px;
}
.menu-page li:nth-child(3) {
  margin: 0 8px;
}
.menu-page li:nth-child(4) {
  margin: 0px 8px 0px 0px;
}

.image-area {
  display: flex;
  justify-content: center;
}

.image-area img {
  width: 50%;
  margin-top: 20px;
}

/* footer */fo
.footer {
  background-color: #f9f9f9;
  padding: 130px 0px;
  margin: 0px;
}

.terms-menu {
  display: flex;
  justify-content: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 4px 0px;
}
.terms-menu li {
  color: #000;
}
.terms-menu li a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.company-info {
  padding: 0px 10px 20px 0px;
  width: 566px;
  margin: 0 auto;
  text-align: left;

}

.company-info p {
  padding: 0;
  margin: 0;
}

.company-info p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin-top: 30px;
}

.company-info p span {
  display: block;
  text-align: center;
}

.cnt .c-footer{
  background: none;
  padding: 0;
  margin-top: 20px;
  display: block;
}
.cnt .terms-menu li {
  color: #fff;
}
.cnt .terms-menu li a {
  color: #fff;
}
.cnt .company-info p {
  color: #fff;
}
/* content */

.container {
  width: 100%;
  background-color: #f9f9f9;
  min-height: 100vh;
}

/* welcome */
.welcome {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(/images/welcome-img.jpg) no-repeat center center;
}
.welcome-nav {
  padding: 33px;
}
.welcome-text {
  width: 1050px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-inner {
  width: 100%;
}
.text-inner h2 {
  display: none;
}
.text-inner h1 span {
  font-weight: bold;
  display: block;
  line-height: 1.4em;
  color: #fff;
  font-size: 42px;
  text-shadow: 0 0 20px black;
}
.box-inner {
  width: 100%;
  padding: 22px 0px;
  z-index: 1;
  box-shadow: rgb(33 37 41 / 50%) 0px 4px 8px;
  background-color: #fff;
  border-bottom: 1px solid #999;
  transition: all 0.5s ease;
  position: relative;
}
.box-inner.fx{
  position: fixed;
  top: 0px;
  padding: 12px 0px;
}
.box-inner.main {
  padding: 0px;
  border-radius: 6px;
  position: unset;
}
.search-door {
  position: absolute;
  width: 84px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #999;
  border-top: none;
  bottom: -28px;
  left: 48%;
  background-color: #4890cb;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.search-door::after {
  content: '+';
  padding-left: 4px;
}
.search-door.act::after {
  content: '-';
  padding-left: 4px;
}
.text-inner p {
  color: #fff;
  font-size: 16px;
  margin-top: 60px;
  text-shadow: 0 0 20px black;
}

.text-inner p span {
  display: block
}

.down-btn {
  display: flex;
  margin-top: 30px;
}

.down-btn>div {
  border: 1px solid #fff;
  border-radius: 50px;
  height: 50px;
  width: 175px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}

.app-icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: center;

}

.app-icon img {
  width: 80%;
  height: 80%;
}

.down-btn>div span {
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 20px black;
}

.down-btn>div:hover {
  background-color: #397eb5;
  border: 1px solid #397eb5;
}

/* box-inner */
.reservation-box {
  background-color: #fff;
  border-radius: 10px;
  display:flex; 
  width:80%;
  height:42px;
  padding:0px;
  margin: 0 auto;
  position: relative;
}
.reservation-box .setting{
  margin:0px 10px 0px 0px;
  display:flex;
  flex:1;
  border:1px solid #e1e1e1;
  border-radius: 5px;
}
.reservation-box.list {
  width: 260px;
  padding: 0px;
}
.reservation-box.option {
  display: none;
}
.reservation-box.main {
  width: 100%;
  height: 74px;
  padding: 16px;
}
.setting h4 {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  margin-bottom: 15px;
}

.setting h4::before {
  background: url("/images/calendar.png") no-repeat;
  background-size: cover;
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}

.select-date {
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  height: 42px;
  width: 100%;
  margin:0 auto;
  min-width: 126px;
}

.select-date small {
  font-size: 12pt;
  font-weight: 500;
}

.select-date em {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('/images/calendar-icon.png') no-repeat center center;
  background-size: cover;
}

.select-time {
  justify-content: space-between;
  width: 100%;
  margin:0px; 
  height:42px;
  display: inline-block; 
}
.select-time.main{
  width: 160px;
}

.select-time>div {
  width: auto;
}

.time {
  position: relative;

}

.time::after {
  content: "\e942";
  position: absolute;
  font-family: xeicon;
  top: 10px;
  right: 6%;
  transition: 0.5s;
  font-size: 20px;
}

.time select {
  cursor: pointer;
  display: block;
  padding: 6px 12px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-weight: 500;
  background-color: #fff;
  height: 40px;
  width: 90%;
  font-size: 12pt;
  border:none;
}

.reservation-box button {
  width: 120px;
  background-color: #397eb5;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  transition: 0.2s;
  cursor: pointer;
  margin-top: 0;
  height: 42px;
  line-height: 42px;
}

.reservation-box button:hover {
  background-color: #1c7bc8;
}

.calendar_addview {
  margin-left: 10px;
  background-color: #444 !important;
}

.search-door{
  display: none;
}

/*.calendar  */
.calendar {
  background-color: #fff;
  left: 0%;
  width: 100%;
  border-radius: 10px;
  padding: 30px 30px;
  display: none;
  position: inherit;
  margin-top: 4px;
  position: absolute;
  z-index: 999;
  top: 70px;
  border: 1px solid #397eb5;
  
}
.calendar.main {
  top: -60%;
  left: -10%;
  min-width: 1250px;
}
.calendar .box{
  display:flex;
  justify-content: center;
}
.calendar.list{
  width: 500px;
  left: 316px;
  border: 1px solid #999;
}
.calendar button {
  display: none;
}
.month {
  width: 50%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: auto;
  margin-top: 20px;
}

.month i {
  font-size: 20px;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 20%;
  color: #333;
  padding: 5px;
  margin-top: -5px;
  transition: 0.2s;
  cursor: pointer;
}

.month i:hover {
  border: 1px solid #397eb5;
  background-color: #397eb5;
  color: #fff;
}

.month b {
  font-size: 18px;
  font-weight: 500;
}

.days {
  width: 100%;
  margin-top: 25px;
}

.days div {
  float: left;
  font-size: 14px;
  width: calc(100%/7);
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

.piev-date,
.next-data {
  color: #999;
}

.saturday {
  color: #0027ff;
}

.sunday {
  color: #ff0000;
}

.pickday {
  background-color: #397EB5;
  color: #eee;
}
.add-check {
  padding-left: 30px;
  border-left: 1px solid #dadada;
}

/* mouse */
.mouse {
  border: 2px solid #fff;
  width: 30px;
  height: 45px;
  border-radius: 20px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.wheel {
  position: absolute;
  width: 4px;
  height: 13px;
  border-radius: 4px;
  background-color: #fff;
  left: 11px;
  top: 5px;
  animation: wheel 1.5s infinite linear;
  
}
@keyframes wheel {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.btn_research {
  cursor: pointer;
}
.btn_research.active{
  background-color: #fff;
  color: #397eb5;
}
.itinerary {
  display: none;
}

/* cnt */ 
.cnt {
  width: 100%;
  position: relative;
  height: 100vh;
}
/* service-info-inner */
.service-info-inner {
  width: 66%;
  height: 937px;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.guide {
  position: absolute;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.guide a {
  font-size: 18px;
  color: #cbcbcb;
  font-weight: 700;
  transition: 0.2s;
  display: none;
  flex-direction: column;
  align-items: center;

}

.guide a i {
  font-size: 40px;
  width: 66px;
  text-align: center;
  line-height: 58px;
  color: #cbcbcb;
  border: 3px solid #cbcbcb;
  height: 66px;
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
  transition: 0.2s;
}

.guide:hover a,
.guide:hover i {
  color: #397eb5;
}

.guide:hover i {
  border: 3px solid #397eb5;
}

.page-up {
  top: -130px;
}

.page-down {
  bottom: -130px;
}

.service-info {
  width: 100%;
  display: flex;
  position: absolute;
  top: calc(100% - 532px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-info>li {
  width: 33.33%;
  min-width: 290px;
  text-align: center;
}

.main-text {
  font-size: 35px;
  line-height: 1.3em;
}

.info-items {
  margin: 80px 0;
  display: flex;
  justify-content: center;
}

.info-items>li {
  margin: 0 15px;
}

.info-items span {
  display: block;
  font-weight: 400;
}

.sub-text {
  font-size: 25px;
  line-height: 35px;
}

/* cs-info */
.cs-info-inner {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.cs-info-inner h2 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 55px;
  text-align: center;
  letter-spacing: -2px;
}

.cs-info {
  margin-top: 30px;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.number {
  font-size: 55px;
  color: #dc5d34;
  display: flex;
  justify-content: center;
  font-weight: 400;
  line-height: 1.0em;
}

.number div {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding-top: 3px;
}

.mail {
  font-size: 20px;
  color: #dc5d34;
  margin-top: 15px;
  margin-bottom: 5px;
}

.mail i {
  vertical-align: middle;
}

.mail a {
  font-size: 20px;
  color: #dc5d34;
  padding-bottom: -5px;
}

/* quick-customer */
.quick-customer {
  margin-top: 40px;
  height: 168px;
  display: flex;
  justify-content: center;
}
.quick-notice {
  display: flex;
}
.quick-notice li {
  padding: 15px 0 14px;
  border-bottom: 1px solid #e5e5e6;
  font-size: 20px;
  font-weight: 300;
  color: #303030;
  text-align: left;
  transition: 0.5s;
  cursor: pointer;
  width:550px;
}
.quick-notice li:hover {
 color: #397eb5;
}
.quick-notice a {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #c2c3c7;
  font-size: 30px;
  color: #fff;
  line-height: 31px;
  text-align: center;
  margin-top: 14px;
  transition: 0.2s;
}
.quick-notice a:hover {
  background-color: #397eb5;
}
.quick-link {
  display: flex;
  margin-left: 20px;
}
.quick-link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 168px;
  height: 168px;
  justify-content: center;
  transition: 0.2s;
}

.quick-link a:first-child {
  margin-right: 20px;
}
.quick-link a img {
  width: 80px;
}
.quick-link a span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.m-footer {
  display: none;
}
/* mega-menu */
.mega-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  min-width: 1200px;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  text-align: center;
  display: none;
}
.close-menu {
  display: block;
  color: #000;
  cursor: pointer;
  width: 46px;
  height: 46px;
  background: URl('/images/close.png');
  background-size:cover;
  position: absolute;
  top: 36px;
  left: 32px;
}
.mega-menu-inner {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mega-menu-title span{
  font-size: 40px;
}
.mega-menu-title h1{
  font-size: 100px;
  margin-top: 60px;
}
.menu-list {
  min-width: 1200px;
  margin: 130px 0 40px 0;
  display: flex;
  justify-content: center;
}
.menu-list li {
  width: 14%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  height: 150px;
  border-right: 1px solid #ececec;    
}
.menu-list li:hover a,
.menu-list li:hover i {
  color: #397eb5;
}
.menu-list li:hover i {
  animation: hover 6s infinite linear;
}
@keyframes hover{
  0%, 50%{
    transform: rotate(0deg);
	}
  5%, 15%, 25%, 35%, 45% {
    transform: rotate(13deg);
  }
  10%, 20%, 30%, 40% {
    transform: rotate(-13deg);
  }
}
.menu-list li:last-child {
  border:none
}
.menu-list li i {
  font-size: 63px;
  padding-bottom: 20px;
  color: #111;
  transition: 0.5s;
}
.menu-list li a {
  font-size: 20px;
  font-weight: 700;
  transition: 0.5s;
}

/* customer-info */
.customer-info {
  margin-top: 20px;
}
.customer-info span {
  padding: 5px 10px;
  font-size: 20px;
  color: #fff;
  background-color: #397eb5;
}
.customer-info strong {
  color: #397eb5;
  letter-spacing: 1px;
  font-size: 50px;
  display: block;
  margin-top: 30px;
}

/* 로그인page */
.sub-header {
  width: 346px;
  position: fixed;
  top: 0; 
  left: 0;
  height: 100vh;
  background-color: #397eb5;
}
.sub-header > .side-container  {
margin-top: 0;
}
.sub-header > .side-container > .side-content {
  margin-top: 30px;
}
.sub-header > .side-container > .side-content span {
font-size: 20px;
}
.sub-header > .side-container > .side-content h1 {
  font-size: 39px;
  margin-top: 30px;
  margin-bottom: 0;
}
.sub-header > .side-container > .image-area {
}
.sub-header > .side-container > .image-area img {
  width:250px;
}
.sub-header > .side-container > .footer {
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  opacity: 0.8;;
}
.sub-header > .side-container > .image-area {
  margin-top: 40px;
} 
.sub-header > .side-container > .footer > .company-info p {
  line-height: 1.5em;
}
.sub-header > .side-container > .footer > .company-info span {
  margin-top: 0;
}
.login-access {
  display: flex;
  justify-content: center;
}
.login-access > a{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
cursor: pointer;
}
.login-access img {
  width: 40px;
  height: 40px;
}
.login-access em {
  font-style: normal;
  display: block;
  font-size: 18px;
  margin: 0px;
}
.login-access span {
  display: inline-block;
  height: 20px;
  margin: 18px 14px 0px 14px;
  width: 1px;
  background-color: #000;
  opacity: 0.5;
}
/*login-content*/
.login-content {
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
}
.login-inner{
  width: 80%;
  margin: auto;
  padding: 60px 0px;
}
.login-inner h2 {
  padding-bottom: 30px;
  border-bottom: 2px solid #397eb5;
  font-weight: 700;
  font-size: 55px;
  letter-spacing: -2px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.login-items {
  display: flex;
}
.login-items > div {
  width: 50%;
}
.member-box {
  margin-top: 73px;
  padding: 0 50px 0 80px;
  border-right: 1px solid #dcdcdc;
  text-align: center;
}
.member-login h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}
.input-login {
  margin-left: -80px;
}
.form-inline {
  width: 100%;
  display: flex;
}
.form-label {
  width: 100px;
  padding-top: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 19px;
}
.placeholder {
  width: 100%;
  margin-bottom: 10px;
}

.form-control {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: 1px solid #e1e1e1;
  font-size: 18px;
}
.check-box {
  display: flex;
  margin: 5px 0 18px 0;
  cursor: pointer;
}
.check-box div {
  width: 24px;
  height: 24px;
  background-color: #eee;
  border-radius: 5px;
  margin-right: 10px;
}
.check-box div i {
  color: #898989;
  font-size: 20px;
  line-height: 24px;
}
.check-box span {
  font-size: 20px;
  text-align: left;
}
.check-box div.act {
  background-color: #397eb5;
}
.check-box span.act {
  color: #397eb5;
}
.check-box div i.act {
  color: #fff;
}
.login-btn {
  width: 100%;
  display: block;
  background-color: #397eb5;
  font-size: 22px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  outline: none;
  border: 1px solid #397eb5;
  cursor: pointer;
}
.forgot-info {
  color:#7f7f7f;
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-top: 18px;
}
.sns-login {
  margin-top: 65px;
  font-size: 20pt;
}
.sns-login h3 {
  margin-bottom: 25px;
  font-size: 25px;
}
.sns-login ul {
  display: flex;
  width: 100%;
  padding: 0 10px;
  justify-content: center;
 
}
.sns-login ul li {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 20px;
}
.sns-login ul li a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;

}
.sns-login ul li a img {
  width: 100%;
}
.finduserbox{
  display: flex;
}
.finduserbox .tab{
  flex: 1;
  padding: 24px;
  text-align: center;
  font-size: 15pt;
  background-color: #eee;
  border-bottom: 1px solid #397eb5;
  cursor: pointer;
}
.finduserbox .tab.act {
  background-color: #fff;
  border-top: 1px solid #397eb5;
  border-left: 1px solid #397eb5;
  border-right: 1px solid #397eb5;
  border-bottom: none;
}
.finduserinfo{
  padding: 20px;
  text-align: center;
}
/*guest-box*/
.guest-box {
  margin-top: 115px;
  padding-left: 50px;
}
.guest-box.login {
  margin-top: 73px;
  margin-left: 80px;

}
.guest-box.login .member-login h3 {
  text-align: center;
}
.guest-box.login .member-login .check-box{
  height: 26px;
}
.guest-reservation {
  font-size: 17px;
  margin-bottom: 28px;
  color: #606060;
  letter-spacing: -2px;
}
.guest-reservation p {
  margin-bottom: 28px;
}
.guest-reservation p span {
  color: #397eb5;
}
.btn-inner button {
  border: 1px solid #397eb5;
  display: block;
  width: 100%;
  background-color: #fff;
  font-size: 22px;
  height: 60px;
  line-height: 60px;
  color: #397eb5;
  transition: 0.2s;
  cursor: pointer;
}
.btn-inner button:hover {
  color: #fff;
  background-color: #397eb5;
}
/* list */
.list-header {
    width: 100%;
    height: 74px;
    z-index: 1;
    position: initial;
    background-color: #fff;
    border-bottom: 4px solid #397eb5;
}
.list-header .side-container {
  margin-top: 0;
}
.list-container {
  padding: 0 40px;
}
.schedule-check {
  margin: 40px 0;
}
.check-text  {
  display: none;
}
.check-text > div {
width: 19px;
height: 19px;
margin: 3px 5px 8px 0;
}
.check-text > div img {
  width: 100%;
}
.check-text span {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.schedule-check button {
  font-size: 17px;
  margin:15px 0;
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 3px 7px;
  color: #fff;
  background-color: transparent;
}
.search-filter {
  width: 100%;
  background-color: #fff;
  
}
.search-filter > div {
  padding: 20px;
}
.filter-title {
  height: 67px;
  width: 100%;
  background-color: #f1f1f1;
  display: flex;
  justify-content: space-between;
}
.filter-title h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  margin-top: 3px;
  
}
.filter-option {
  border-bottom: 1px solid #efefef;
}
.filter-option h3 {
  font-weight: 400;
  margin-bottom: 2px;
}
.filter-title img{
  width: 26px;
  vertical-align: bottom;
  height: 26px;
}

.filter-option > div span{
  font-size: 16px;
  color: #000;
  font-weight: 300;
}
.bar {
  position: relative;
  width: 100%;
  height: 20px;
}
.ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #397eb5;
  position: absolute;
  background-color: #fff;
}

.ui-slider .ui-slider-range {
  background-color: #397eb5;
  border-radius: 5px;
}

.search-bar > div {
  height: 50px;
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.search-bar > div i {
  position: absolute;
  right: 20px;
  font-size: 16px;
  line-height: 53px;
  color: #666;
}
.search-bar > div input {
  width: 100%;
  height: 50px;
  border: 1px solid #efefef;
  font-size: 16px;
  padding-left: 20px;
}
.filter-option-title {
  display: flex;
  justify-content: space-between;
}
.filter-option-title i {
  margin-top: 5px;
  font-size: 20px;
  padding-right:5px;
  cursor: pointer;
  transition: 0.2s;
}
.filter-option-title:hover i {
  color: #397eb5;;
}
.list-footer {
  margin:20px 0;
}
.list-footer.terms-menu {}
.list-footer .company-info {
  opacity: 0.8;
  line-height: 1.2em;
}
.list-footer .company-info span {
 margin-top: 0;
}
/* list-content */
.list-content {
  background-color: #f9f9f9;
  height: auto;
  min-height: 100vh;
  width: 100%;
  margin: 0px;
  padding: 40px 0px;
  
}
.list-content h1 {
  font-size: 36px;
  margin-bottom: 43px;
}
.list-item {
  display: flex;
  height: auto;
  width: 100%;
  border: 1px solid #e9e9e9;
  margin-bottom: 60px;
}
.list-item > div:first-child img {
  object-fit:cover;  
  transition: transform .5s; 
}
.list-item >div:last-child {
  width: 65%;
  padding: 16px 60px;
}
.list-item div img {
  width: 100%;
}
.list-item table .mview{
  display: none;
}
.list-car-left {
  background-color: #f1f1f1;
  flex: 1;
}

.list-car{
  width: 80%;
  margin: 0 auto;
}
.list-car-options{
  display: flex;
  margin: 10px 0px;
}
.list-car-options.years {
  margin: 0px 0px;
}
.list-car-options.text {
  min-height: 52px;
}
.list-car-options.text span.info{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.list-car-options.text font{
  padding: 2px 6px;
}
.list-car-options.text .import{
  font-weight: bold;
  background-color: #eee;
  border: 1px solid #999;
  margin-right: 10px;
  border-radius: 4px;
  height: 32px;
}
.list-car-title span {
  width: 100%;
  font-size: 12pt;
  color: #000;
}
.list-car-title span.optitle {
  width: 90px;
  border-right: 1px solid#000;
  margin-right: 10px;
}
.list-car-title.mview{
  display: none;
}
.list-car-imgbox{
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.list-car-imginfo{
  position: absolute;
  bottom: 0px;
  display: block;
  text-align: center;
  width: 100%;
  height: 20px;
  font-size: 10pt;
  color: #9d9d9d;
}
.list-car-img {
  width: 100%;
  height: auto;
  background-color: #f1f1f1;
  overflow: hidden;
  position: relative;
}
.list-car-img-info{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.list-car-img-info span.icon-car{
  background-image: url(/images/icons8-car-30.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 23px;
  margin-right: 6px;
}
.list-car-img-info span.icon-seat{
  background-image: url(/images/icons8-seat-24.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 28px;
  margin: 0px 6px;
}
.list-car-img-info span.icon-fuel{
  background-image: url(/images/icons8-fuel-24.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
  margin: 0px 6px;
}
.list-car-img .mview{
  display: none;
}
.list-car-text {
  display: flex;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
}
.list-car-productname {
  width: 100%;
  text-align: center;
  font-size: 20pt;
  font-weight: bold;
  margin-bottom: 10px;
}
.list-car-productname span{
  font-size: 8pt;
  font-family: 'sans-serif';
  margin-bottom: 6px;
  display: inline-block;
  color: #9d9d9d;
}
.list-car-insurinfo {
  padding-top: 2px;
}
.list-car-inner h2 {
  font-size: 35px;
  font-weight: normal;
  display: inline-block;
  line-height: 65px;
  height: 65px
}
.list-car-check-box {
  overflow: hidden;
  height: 240px;
  position: relative;
}
.list-car-check-box > div {
  display: flex;
  margin-top: 13px;
  color: #979797;
  cursor: pointer;
}
.list-car-check-box > div i {
  font-size: 25px;
  padding-top: 1px;
}
.list-car-check-box > div p {
  font-size: 20px;
  padding-left: 5px;
  font-weight: bold;
}
.list-car-check-box > div p span {
  font-size: 25px;
}
.list-car-check-box > div p span em{
  font-size: 16px;
  font-style: normal;
}
.list-car-check-box > div i.act{
 color: #397eb5;
}
.list-car-check-box > div p.act {
color: #000;
}
.list-car-check-box > div p span.act {
  color: #397eb5;
}
.list-car-check-box div.resrvbtn{
  background-color: #397eb5;
  width: 100%;
  padding: 2px;
  color: #fff;
}
.list-car-option{
  display: inline-block;
  zoom: 1;
  background-color: #fff;
  color: #192028;
  border: 1px solid;
  width: 72px;
  height: 22px;
  margin: 0 4px 0 0;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.list-car-option.act {
  color:#397eb5;
  border: 1px solid #397eb5;
}
.list-car-name{
  width: 100%;
  text-align: center;
  font-size: 23pt;
  height: 40px;
  font-weight: bold;
}
.list-car-titlebar {
  display: flex;
  position: relative;
  align-items: center;
}
.list-car-titleinfo {
  display: flex;
  position: absolute;
  right: 0;
}
.list-car-time{
  color: #397eb5;
  font-size: 16pt;
  margin-top: 4px;
  margin-right: 8px;
}
.list-car-price {
  font-size: 25pt;
  color: #444;
  font-weight: bold;
}
.car-badge{
  background-color: #ad3434;
  color: #fff;
  padding: 0px 8px;
  margin-left: 6px;
  text-align: center;
  display: inline-block;
}
.car-badge.info{
  background-color: #397eb5;
}
.list-btn {
  display: inline;
  float: right;
}
.list-btn button{
  font-size: 18px;
  background-color: #397eb5;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 20px 40px;
}
.car-list-company.show span.act{
  color: #397eb5;
}

.list-item table {
  width: 100%;
  font-family: sans-serif;
}
.list-item table.head{
  padding-right: 16px;
}
.list-item table th{
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  height: 40px;
}
.list-item table tr:hover{
  background-color: #eee;
  cursor: pointer;
}
.list-item table tr.act {
  color: #1771bb;
  font-weight: bold;
}
.list-item table tr.act td{
  background-color: #eee;
}
.list-item table td {
  padding: 6px 2px;
}
.list-item table td.tc {
  text-align: center;
}
.list-item table div.btn {
  width: 60px;
  padding: 0px 10px;
  border: 1px solid #999;
  margin: 0 auto;
  background-color: #397eb5;
  color: #fff;
}
.list-item .addview{
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  background-color: #fff;
  color: #000;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #999;
  margin: 0;
  padding: 0;
}
.list-item .addview.act {
  position: inherit;
}
.list-car-check-box.act {
  height: auto;
}
/*  pay-container */
.pay-container {
  background-color: #f9f9f9;
}
.pay-sidebar span {
  border:none;
  font-weight: normal;
}
.pay-sidebar h1 {
  font-size: 43px;
  margin-top: 20px;
  margin-bottom: 0;
}
.pay-content {
  height: 100vh;
}
 .pay-img {
   margin-bottom: 50px;
 }
 .pay-car {
   height: 320px;
   overflow: hidden;
 }
 .pay-car .list-item  {
   height: 100%;
   width: 100%;
 }
 .pay-car .list-item .list-car-img {
   height: 100%;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .pay-car .list-item .list-car-img img {
   width: 90%;
 }
 .rent-car-info-inner {
   margin-top: 40px;
   text-align: right;
   word-break: keep-all;
 }
 .rent-car-info-inner > div {
   width: 100%;
   display: flex;
   margin-bottom: 12px;
 }
 .rent-car-info-inner > div img {
   width: 20px;
   height: 20px;
   margin-right: 7px;
   margin-top: 1px;
 }
 .rent-car-info-inner > div > span {
   font-size: 20px;
   font-weight: 600;
 }
 /* insurance-inner */
 .insurance-inner {
   display: flex;
   justify-content: space-around;
   align-items: center;
   margin: 60px 0 50px 0;
 }
 .insurance-box {
   width: 33.333%;
   border:  1px solid #e9e9e9;
   padding:25px;
   background-color: #fff;
   color: #999;
   cursor: pointer;
 }
 .insurance-box:hover{
   border: 1px solid #397eb5;;
 }
 .insurance-box:nth-child(2) {
   margin: 0 30px;
 }
 .box-t {
   display: flex;
   justify-content: space-between;
   margin-bottom: 20px;
 }
 .box-t h2 {
   font-size: 28px;
 }
 .box-t p {
   font-size: 28px;  
    font-weight: bold;
 }
 .box-t p span {
   font-size: 18px;
   font-weight: bold;
 }
 .box-m {
   font-size: 17px;
   font-weight: bold;
   font-weight: 400;
 }
 .box-m li {
   margin-bottom: 12px;
 }
 .box-m li:last-child {
   margin-bottom: 0;
 }
 .box-b button {
   width: 100%;
   height: 60px;
   font-size: 26px;
   border:none;
   color:#989898;
   margin-top: 20px;
 }
 .insurance-box.act h2,
 .insurance-box.act li{
   color: #000;
 }
 .insurance-box.act p {
  color: #397eb5; 
 }
 .insurance-box.act button {
   background-color: #397eb5; 
   color: #fff;
 }
 
  /* reservation */
  .reservation-container {
    width:100%;
    background-color: #f9f9f9;
  }
  .reservation-content {
    width:80%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .reservation-header {
    position: fixed;
    width: 34%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #397eb5;
  }
  .reservation-summary {
    width: 100%;
    margin: 0 auto;
  }
  .reservation-summarybox {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .reservation-summaryboxinfo {
    width: 23%;
    height: 250px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 20px;
  }
  .reservation-summaryboxinfo ul{
    display: flex;
    justify-content: space-between;
  }
  .reservation-summaryboxinfo ul p{
    height: 32px;
    line-height: 32px;
  }
  .reservation-summaryboxinfo ul span{
    height: 32px;
    line-height: 32px;
  }
  .reservation-summaryboxinfo ul span.bluepay {
    color: #397eb5;
    font-size: 15pt;
    font-weight: bold;
  }
  .reservation-summaryboxinfo ul:first-child {
    border-top: 1px solid #999;
    padding-top: 10px;
  }
  .reservation-summaryboxinfo ul:last-child {
    border-bottom: 1px solid #999;
    padding-top: 10px;
  }
  .reservation-summary.fx {
    position: fixed;
    top: 68px;
    right: 0;
  }
  .reservation-summary.fx .reservation-summarybox {
    width: 80%;
    margin-top: 20px;
  }
  .accordion-tab{
    width:76%;
    margin-top: 10px;
  }
  .accordion-tab .row{
    margin: 0px;
    background-color: #fff;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
  }
  .accordion-tab .row.btnbox {
    justify-content: end;
    padding: 0px 20px 20px 0px;
    border-bottom: 1px solid #e9e9e9;
    text-align: right;
  }
  .accordion-tab .row.btnbox .btn-page{
    background-color: #b53939;
    color: #fff;
    padding: 10px 60px;
    display: inline;
    cursor: pointer;
    box-shadow: rgb(33 37 41 / 50%) 0px 4px 8px;
    margin-left: 20px;
  }
  .accordion-tab .row.btnbox .btn-close{
    background-color: #999;
    color: #fff;
    padding: 10px 40px;
    display: inline;
    cursor: pointer;
    box-shadow: rgb(33 37 41 / 50%) 0px 4px 8px;
    margin-left: 20px;
  }
  .accordion-tab .infobox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
  }
  .accordion-tab .info-left{
    flex: 1;
    padding: 10px;
  }
  .accordion-tab .info-left table {
    width: 100%;
  }
  .accordion-tab .info-left table th{
    width: 110px;
    text-align: left;
    padding: 8px 0px;
  }
  .accordion-tab .info-left table td{
    text-align: left;
    padding: 8px 0px;
  }
  .accordion-tab .info-right{
    flex: 1;
    padding: 10px;
    z-index: 0;
  }
  .accordion-tab .info-right #map2 {
    z-index: 0;
  }
  .accordion-tab .infobox span{
    padding: 8px;
    border: 1px solid #999;
    background-color: #e9e9e9;
    width: 100%;
    display: block;
  }
  .accordion-tab .editview{
    padding: 10px;
  }
  .accordion-tab form {
    width:100%;
    padding: 30px;
  }
  .accordion-header {
    height: 60px;
    line-height: 60px;
    background-color: #397eb5;
    color: #fff;
    padding: 0px 10px;
    font-size: 12pt;
    border: 1px solid #fff;
    cursor: pointer;
    background-image: url(/images/ico-arrow-up.svg);
    background-repeat: no-repeat;
    background-position: right 2rem center;
  }
  .accordion-header.close{
    background-image: url(/images/ico-arrow-down.svg);
    background-color: #fff;
    color: #000;
    border: 1px solid #397eb5;
  }
  .accordion-tab .bottominfo {
    padding: 20px; 
    border: 1px solid #e9e9e9; 
    background-color:#fff;
  }
  .accordion-tab .bottominfo ul{
    display: flex;
  }
  .accordion-tab .bottominfo li {
    padding: 0px 8px;
    border-left: 1px solid #999;
    font-size: 12pt;
    font-weight: bold;
    color: #c3372c;
  }
  .accordion-tab .bottominfo li:first-child {
    border-left: 0px;
    background-image: url(/images/calendar-icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 4px center;
    padding-left: 28px;
  }
  .accordion-tab .bottominfo li.diff {
    background-image: url(/images/time-icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 4px center;
    padding-left: 28px;
  }
  .accordion-tab .bottominfo li.insur {
    background-image: url(/images/car-insur.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 4px center;
    padding-left: 28px;
  }
  .accordion-tab.carinfo {
    padding: 0px;
  }
  .accordion-tab.carinfo .info-car-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    height: 350px;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 6px solid #eee;
  }
  .accordion-tab.carinfo .info-car-text {
    width: 100%;
    background-color: #fff;
    border-bottom: 6px solid #eee;
  }
  .accordion-tab .info-car-inner {
    text-align: center;
    margin-bottom: 10px;
  }
  .accordion-tab .info-car-inner h2 {
    width: 100%;
    line-height: 44px;
    height: 44px;
    text-align: center;
  }
  .accordion-tab .info-car-inner span{
    display: inline-block;
    font-size: 10pt;
    color: #999;
    margin: 0 auto;
  }

  .accordion-tab.carinfo .info-car-text .carinfo-text{
    display: flex;
    flex-wrap: wrap;
  }
  .accordion-tab.carinfo .info-car-text font{
    padding: 2px 6px;
    border: 1px solid #d1d1ed;
    margin: 4px 4px 4px 0px;
    width: 19%;
    border-radius: 8px;
    font-size: 10pt;
    text-align: center;
  }
  .accordion-tab.carinfo .info-car-text font.import{
    font-weight: bold;
    background-color: #eee;
    word-break: keep-all;
  }

  .accordion-tab.carinfo .info-car-text label{
    display: block;
    margin-bottom: 0.2rem;
    color: #767676;
    font-size: 0.9rem;
    line-height: 1.58;
  }
  .accordion-tab.carinfo .info-car-text .carinfo-box{
    padding: 10px;
  }
  .accordion-tab.carinfo .info-car-text .carinfo-box .carinfo-btn{
    background: white;
    color: #5d6778;
    border: 1px solid #bcc1cb;
    margin: 0px 6px;
    border-radius: 4px;
    padding: 0px 6px;
    cursor: pointer;
  }
  .accordion-tab.companyinfo .row {
    border:none;
  }
  .accordion-tab.companyinfo .carinfo-box {
    padding: 10px;
    width: 100%;
  }
  .accordion-tab.companyinfo label {
    display: block;
    margin-bottom: 0.2rem;
    color: #767676;
    font-size: 0.9rem;
    line-height: 1.58;
  }
  .accordion-tab.companyinfo .carinfo-text {
    display: flex;
    flex-wrap: wrap;
  }
  .side-car-info {
    justify-content: center;
    display: flex;
    width: 100%;
  }
  .info-car-img {
    border-bottom: 1px solid #fff;
  }
  .info-car-img img {
    width: 100%;
  }
  .info-car-inner{
    text-align: right;
  }
  .info-car-inner h2 {
    font-size: 35px;
    font-weight: normal;
    display: inline-block;
    line-height: 65px;
    height: 65px;
    text-align: right;
  }
  .info-car-text{
    width: 90%;
    padding: 10px 30px;
  }
  .info-car-title {
    text-align: center;
    font-size: 64px;
    font-weight: bold;
  }
  .side-car-info .info-car-text .rent-car-info-inner > div {
    font-size: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color:#000;
    word-break: break-all;
  }
  .side-info-text {
    display: flex;
    font-weight: bold;
    min-width: 130px;
  }
  .side-info-text > div {
    margin-right: 10px;
  }

  .reservation-footer {
    position: fixed;
    bottom: 20px;
    width: 33%;
    left: 0px;
  }
  .reservation-footer span {
    margin-top: 0;
  }
 
 
  .reservation-content h1{
    border-bottom: 2px solid #397eb5;
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 55px;
    line-height: 55px;
    letter-spacing:-2px;
    text-align: center;
    margin-bottom: 20px;
  }
  .reservation-content .complete{
    width: 80%;
    margin: 0 auto;
    display:none;
  }
  .reservation-content .complete .title{
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
    margin: 40px 0px;
    word-break: keep-all;
  }
  .reservation-content .complete .title.bank{
    display: none;
  }
  .reservation-content .complete .info {
    width: 100%;
  }
  .reservation-content .complete .info p{
    padding: 8px 0px;
  }
  .reservation-content .complete .info p::before{
    content: "- ";
  }
  .reservation-content .complete .info span{
    padding: 8px;
    border: 1px solid #999;
    background-color: #e9e9e9;
    width: 100%;
    display: block;
  }
  .reservation-content .complete .payinfo {
    width: 100%;
    margin: 50px auto;
    border: 1px solid #397eb5;
  }
  .reservation-content .complete .payinfo div {
    display: flex;
    justify-content: space-between;
  }
  .reservation-content .complete .payinfo div p {
    font-size: 14pt;
    padding: 10px;
  }
  .reservation-content .complete .payinfo div span {
    font-size: 20pt;
    font-weight: 900;
    padding: 10px;
  }
  .reservation-content .complete .payinfo div span.bepay {
    color: #397eb5;
  }

  /* mypage */
  .resrvlist-content {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 70px 0px 100px 0px;
  }
  .resrvlist-inner h1 {
    border-bottom: 2px solid #397eb5;
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 55px;
    letter-spacing: -2px;
    text-align: center;
  }
  .resrvlist-empty {
    height: 100vh;
    text-align: center;
    padding: 120px;
    font-weight: bold;
    font-size: 15pt;
  }

  .resrvlist-inner .resrvlist-item {
    display: flex;
    margin-top: 40px;
    border: 1px solid #397eb5;
  }
  .resrvlist-inner .resrvlist-item .car-img {
    flex: 2;
    max-width:400px;
    text-align: center;
    border-right: 1px solid #eee;
  }
  .resrvlist-inner .resrvlist-item .car-img img{
    width: 100%;
  }
  .resrvlist-inner .resrvlist-item .resrvlist-info{
    flex: 3;
    padding: 10px 0px;
  }
  .resrvlist-inner .resrvlist-item .resrvlist-info li{
    display: flex;
    padding: 4px 10px;
  }
  .resrvlist-inner .resrvlist-item .resrvlist-info li p{
    width: 150px;
  }
  .resrvlist-inner .resrvlist-item .action{
    flex: 1;
    padding: 40px;
  }
  .resrvlist-inner .resrvlist-item .action span{
    font-size: 15pt;
  }
  .resrvlist-inner .resrvlist-item .action button {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    color: #397eb5;
    margin-bottom: 10px;
  }
 .reservation-container .reservation-header .list-container {
   margin-top: 30px;
 }
 .reservation-container .side-container .side-car-info .info-car-text .rent-car-info-inner > div{
   margin-bottom: 16px;
 }
 .reservation-container .reservation-header .list-car-inner {
    text-align: center;
  }
 
 
 .insurance-box-fix {
   height: 430px;
   display: flex;
   flex-direction: column;
   background-color: #fff;
   justify-content: space-between;
 }
 .insurance-box-top {
   padding-top: 5px;
 }
 .total-pay > div {
  display: flex;
  justify-content: space-between;
 }
 .total-pay > div h3 {
  font-weight: 400;
  font-size: 19px;
  color: #999;
 }
 .insurance-box.act .total-pay > div h3 {
   color:#000;
 }
 .total-pay > div p {
   font-size: 25px;
   font-weight: bold;
 }
 .total-pay > div span {
  font-size: 19px;
  font-weight: 400;
 }
 .priceview .payview .item {
   display: flex;
   justify-content: space-between;
   padding: 10px 0px;
 }
 .priceview .payview div.left {
   color: #999;
 }
 .priceview .payview div.left span{
   width: 120px;
   display: inline-block;
 }
 .priceview .payview .iteminfo span{
   font-size: 10pt;
   color: #999;
  }

 .input-reservation-info {
   border-top: 1px solid #dcdcdc;
   padding: 45px 0;
 }
 .input-reservation-info h3 {
   font-size: 25px;
   font-weight: 700;
   margin-bottom: 20px;
 }
 .priceview{
  background-color: #fff;
  padding: 20px;
  border: 1px solid #dcdcdc;
 }
 .priceview .total-pay > div {
   margin-top: 24px;
 }
 .priceview .total-pay > div h3 {
   color: #000;
 }
 .priceview div.btn{
   display: inline-block;
   border-radius: 5px;
   background-color: #eee;
   color: #000;
   cursor: pointer;
   padding: 0px 10px;
   font-weight: normal;
 }
 .form-inner {
   width: 100%;
   display: flex;
 }
 .form-inner > div {
   width: 50%;
 }
 .form-left {
   padding-right: 22px;
   margin-top: 40px;
 }
 .form-info ul li {
   display: flex;
   margin-bottom: 12px;
 }
 .form-info ul li span{
   font-size: 20px;
   display: inline-block;
   width: 180px;
   padding-top: 19px;
   vertical-align: top;
 }
 .form-info ul li select {
   width: 100%;
   border: 1px solid #e1e1e1;
   height: 60px;
   background-color: #fff;
   font-weight: 500;
   padding: 18px;
  }
 .form-info ul li input {
   width: 100%;
   padding: 20px;
   border:1px solid #e1e1e1;
   height: 60px;
   background-color: #fff;
   padding-top: 26px;
   font-weight: 500;
 }
 .form-info ul li input::placeholder {
  font-size: 20px;
  font-family: 'NotoSans', sans-serif;
  color: #898989;
 }
 .form-info ul li input[type=text],
 .form-info ul li input[type=email],
 .form-info ul li input[type=tel],
 .form-info ul li select  {
   font-size: 20px;
   color: #000;
 }
 .form-info ul li textarea{
  width: 100%;
  padding: 20px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding-top: 26px;
  font-weight: 500;
 }
 .form-info ul li > div {
   width: 100%;
   display: flex;
   border:1px solid #e1e1e1;
 }
 .form-info ul li > div button {
  width: 50%;
  background-color: #f6f6f6;
  border:none;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  color: #898989;
  font-weight: 500;
  cursor: pointer;
 }
 .form-info ul li > div button.act {
   color: #fff;
   background-color: #397eb5;
 }
 .form-info ul li > div button:last-child {
   border-left: 1px solid #e1e1e1;
 }
  .form-info .emailbox{
    width: 30%;
  }
  .form-info .mview {
    display: none;
  }
 .form-right > .drive-check {
   height: 40px;
   margin: 0;
   text-align: right;
   display: flex;
   justify-content: right;
 }
 .drive-check > div i {
   padding-right: 2px;
 }
 .choose-pay {
   width: 50%;
   display: flex;
 }
 .choose-pay span {
  font-size: 20px;
  display: inline-block;
  width: 130px;
  padding-top: 19px;
  vertical-align: top;
 }
 .choose-pay button {
  width: 50%;
  height: 60px;
  color: #898989;
  border: 1px solid #e1e1e1;
  background-color: #f6f6f6;
  font-weight: 500;
  font-size: 17px;
  cursor: pointer;
 }
 .choose-pay button.act{
   color: #fff;
   background-color: #397eb5;
 }
 .choose-pay button img {
   height: 22px;
   vertical-align: middle;
   margin-top: -3px;
 }
 .choose-pay.saletype {
  justify-content: flex-end;
 }
 .choose-pay.saletype button{
  width: 30%;
 }
 .check-box.smsmail{
   border:none;
 }
 .check-box.smsmail span{
   width:100%;
   padding:0;
 }
 .check-box.smsmail.act div{
  background-color: #397eb5;
 }
 .check-box.smsmail.act i{
   color:#fff;
 }
 .agreement-inner {
   padding-top: 55px;
 }
 .agreement-box-top {
  padding: 15px;
  border: 1px solid #397eb5;
  background-color: #fff;
  padding-left: 27px;
  margin: 0;
 }
 .agreement-box {
   padding: 5px;
  padding-left: 27px;
  margin: 0;
 }
 .agreement-box> div,
 .agreement-box-top > div  {
   background-color: #eee;
   transition: 0.2s;
 }
 .agreement-box > div i,
 .agreement-box-top > div i {
   padding-left: 2px;
   color:#898989;
   transition: 0.2s;
 }
 
 .agreement-box span,
 .agreement-box-top span {
   font-size: 18px;
   /* font-weight:bold; */
   color: #898989;
   transition: 0.2s;
 }
 .agreement-box-top.act div{
   background-color: #397eb5;
 }
 .agreement-box-top.act i {
   color: #fff;
 }
 .agreement-box-top.act span{
   color: #000;
 }
 .agreement-box-inner {
  border-right: 1px solid #e1e1e1;
  border-bottom:  1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  padding:16px 0;
  margin-bottom: 50px;
 }
 .agreement-box span {
   display: inline-block;
  width: 300px;
 }
 .agreement-box button {
   background-color: #939598;
   display: inline-block;
   cursor: pointer;
   font-size: 14px;
   padding: 0 10px;
   border: 1px solid #939598;
   line-height: 2;
   vertical-align: middle;
   color: #fff;
   font-weight: bold;
 }

 .agreement-box-twin{
   width: 100%;
   display: flex;
   border: 1px solid #e9e9e9;
 }
 .agreement-box-twin .twin-box {
   flex: 1;
 }
 .agreement-box-twin .twin-box .agree{
    height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
 }
 .agreement-box-twin .twin-box .twin-check {
  padding: 15px;
  border-top: 1px solid #e9e9e9;
  background-color: #fff;
  padding-left: 27px;
  margin: 0;
 }
 .agreement-box-twin .twin-box .twin-check > div {
  background-color: #eee;
  transition: 0.2s;
 }
 .agreement-box-twin .twin-box .twin-check > div i {
  padding-left: 2px;
  color: #898989;
  transition: 0.2s;
 }
 .agreement-box-twin .twin-box .twin-check > span {
  font-size: 18px;
  color: #898989;
  transition: 0.2s;
 }
 .agreement-box-twin .twin-box .twin-check.act > div {
  background-color: #397eb5;
 }
 .agreement-box-twin .twin-box .twin-check.act > div i {
  color: #fff;
 }
 .agreement-box-twin .twin-box .twin-check.act > span {
  color: #000;
 }

.pay-btn-inner {
  margin: auto;
  text-align:center;
}
.pay-btn {
  padding: 0 177px;
  background-color: #397eb5;
  border: 1px solid #397eb5;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color:#fff;
  cursor: pointer;
}
.pay-btn:hover{
  background-color: #397db5e8;
}
.register-container {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 70px 0px 100px 0px;
}
.register-container h1{
  border-bottom: 2px solid #397eb5;
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 55px;
  letter-spacing:-2px;
  text-align: center;
}
.register-area {
  width: 100%;
  margin: 60px 0px;
  /*min-height: 100vh;*/
}
.register-area .button-area{
    display: flex;
    margin-top: 50px;
}
.register-area .button-area button {
    flex: 1;
    height: 60px;
    color: #e33535;
    border: 1px solid #e1e1e1;
    background-color: #f6f6f6;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
}
.register-area .button-area button.act {
    color: #fff;
    background-color: #397eb5;
}

.board-container {
  width:80%;
  margin: 0 auto;
  padding: 70px 0px 100px 0px;
}
.board-container h1{
  border-bottom: 2px solid #397eb5;
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 55px;
  letter-spacing:-2px;
  text-align: center;
}
.board-list {
  width: 100%;
  margin-top: 60px;
  border-top: 1px solid #d9d9d9;
}
.board-list ul{
  width: 100%;
  display: flex;
}
.board-list ul.active{
  color: #397EB5;
  border-bottom: 1px solid #397EB5;
}
.board-list ul li{
  padding:10px 6px;
  border-bottom: 1px solid #d9d9d9;
}
.board-list ul li:nth-child(1){
  width: 80px;
}
.board-list ul li:nth-child(2){
  flex: 3;
}
.board-list ul li span {
  color: #fff;
  border-radius: 10px;
  background-color: #397EB5;
  font-size: 10pt;
  padding: 0px 10px;
  margin: 0px 12px 0px 6px;
  height: 18px;
  line-height: 16px;
}
.board-list ul li span.qna {
  padding: 2px 8px;
  margin: 0px 10px 0px 0px;
}
.board-list ul li.title{
  cursor: pointer;
  display: flex;
  align-items: center;
}
.board-list ul li.title img {
  width: 26px;
  height: 26px;
  margin-left: 10px;
}
.board-list div.notice {
  display: none;
  padding: 40px 10px;
  background: #fff;
}
.board-list div.question{
  padding: 10px 0px 20px 0px;
}
.board-list div h3.answertitle {
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
}
.board-list div.answer{
  padding: 10px 0px 20px 0px;
}
.board-list.freeboard ul li span:after{
  content: '답변완료';
}
.board-list a.remove{
  background-color: #b53939;
  width: 100%;
  padding: 2px 10px;
  color: #fff;
}
.board-content{
  width: 100%;
  margin-top: 60px;
  border-top: 1px solid #d9d9d9;
}
.board-content ul{
  width: 100%;
  display: flex;
}
.board-content ul.head {
  height: 54px;
  line-height: 54px;
  background-color: #fff;
  padding: 0px 10px;
}
.board-content ul li{
  flex: 1;
  min-width: 100px;
}
.board-content ul li.title{
  flex: 4;
}
.board-content ul li.content{
  min-height: 550px;
  padding: 40px 10px;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.board-comment {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
}
.board-comment-box {
  background-color: #fff;
  padding: 10px;
  border-top: 1px solid #d9d9d9;
}
.board-comment-title {
  margin-top: 10px;
  font-size: 1.125rem;
  color: #252930;
  border-bottom: 1px solid #e7e9ed;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.board-comment-title span{
  font-size: .75rem;
  color: #828d9f;
  display: block;
  padding-left: 20px;
}
.board-comment-title b {
  background-image: url(/images/close-icon.png);
  background-size: 100% 100%;
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 0;
  display: none;
}

.board-coment-view{
  padding: 10px 0px;
  min-height: 60px;
}
.board-footer{
  border-top: 1px solid #d9d9d9;
  width: 100%;
  height: 90px;
  line-height: 90px;
  text-align: right;
}
.board-footer a{
  background-color: #444;
  color: white;
  padding: 15px 32px;
  text-align: center;
  font-size: 16px;
}
.board-footer a.qna{
  background-color: #397EB5;
}
.board-footer a.write{
  background-color: #397EB5;
}
.board-footer a.send{
  background-color: #397EB5;
}
.board-footer a.drop{
  background-color: #b53939;
}
.textr{
  text-align: right;
}

.pwdinput {
	display:none;
}
.pwdinput ul{
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
}
.pwdinput ul li{
	height: 50px;
	line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pwdinput input {
  height: 26px;
  line-height: 26px;
}
.pwdinput input:focus{
	outline:2px solid #397eb5;
  border: none;
}
.pwdinput ul li div.btn{
  width: 90px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e9e9e9;
  text-align: center;
  background-color: #e9e9e9;
  cursor: pointer;
}
.pwdinput ul li div.btn.submit {
  background-color: #397eb5;
  border: 1px solid #397eb5;
  color: #fff;
}
#qnainput {
	display:none;
}
#qnainput ul{
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
}
#qnainput ul li{
	padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#qnainput ul li span{
  flex: 1;
}
#qnainput input {
  height: 26px;
  line-height: 26px;
  width: 100%;
  flex: 3;
}
#qnainput input:focus{
	outline:2px solid #397eb5;
  border: none;
}
#qnainput textarea {
  width: 100%;
  height: 200px;
  flex: 3;
}
#qnainput ul li div.btn{
  width: 90px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e9e9e9;
  text-align: center;
  background-color: #e9e9e9;
  cursor: pointer;
}
#qnainput ul li b{
  font-size: 12px;
  color:#999;
} 
#qnainput ul li.foot {
  justify-content: flex-end;
}
#qnainput ul li input.file {
  cursor: pointer;
}
.app-pagination{
  margin-top: 30px;
}
.app-pagination .pagination {
  font-size: 0.875rem;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.app-pagination .pagination .page-link {
  color: #397EB5;
  padding: 0.25rem 0.8rem;
}
.app-pagination .pagination .page-item.active .page-link {
  background: #397EB5;
  color: #fff;
  border-color: #397EB5;
}

.mypage-tab{
    width:100%;
    padding:30px 0px;
    display: flex;
}
.mypage-tab .mypage-item {
    height: 50px;
    line-height: 50px;
    padding: 0px 40px;
    border-top: 1px solid #397eb5;
    border-bottom: 1px solid #397eb5;
    border-left: 1px solid #397eb5;
    cursor: pointer;
    background: #fff;
    color: #397eb5;
}
.mypage-tab .mypage-item:nth-child(4){
    border-right: 1px solid #397eb5;
}
.mypage-tab .mypage-item.act{
    color: #fff;
    background: #397eb5;
}

.board-table {
    border-collapse: collapse;
    width: 100%;
}  
.board-table th {
    padding: 10px;
    color: #168;
    border-bottom: 3px solid #168;
    text-align: center;
}
.board-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.board-table tr:hover td {
    color: #168;
}


.guidearea {
    margin-bottom: 60px;
}
.rentinfo{
    display: none;
}
.insurguide{
    display: none;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row.whitebox {
    width: 100%;
    background-color: #fff;
    padding: 40px 10px;
    margin: 20px 0px;
    border: 1px solid #999;
}
.row.whitebox ul{
    margin: 0px 30px;
}
.row.whitebox li {
    width: 100%;
    margin: 4px 0px;
    list-style: disc;
}
.row.whitebox .caption {
    background-color: #dddddd;
    padding: 10px;
}
.row.whitebox .caption table td {
    padding: 2px 8px;
}

.agreearea {
  margin-bottom: 60px;
}
.agreearea .agreebox {
  display: flex;
  justify-content: space-between;
}
.agreearea .row.whitebox {
  padding: 40px 20px;
}
.agreearea .row.whitebox li {
  list-style: none;
}
.media {
    width: 100%;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.services {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services .icon {
    line-height: 1.3;
    position: relative;
    z-index: 0;
}
.services .icon span {
    font-size: 30px;
    color: #397eb5;
}
.services .icon span img{
    width: 48px;
}
.services.services-2 .icon {
    border: 2px solid #397eb5;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.services.services-2 .icon.cancel{
  border: 2px solid #c33333;
}
.services.services-2 .icon.cancel span{
  color: #c33333;
}
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.text-center {
    text-align: center;
}
.pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem;
}


#couponlist {
	display:none;
}
#couponlist ul {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #e9e9e9;
	cursor:pointer;
}
#couponlist ul:first-child{
	font-weight:bold;
	text-align:center;
}
#couponlist ul li {
	justify-content: flex-start;
	flex:1;
}
#couponlist ul li:first-child{
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex:2;
}
#couponlist ul li:last-child{
  text-align: center;
}

#couponlist .inputform{
	margin-top: 20px;
}
#couponlist .inputform ul {
	border:none;
}
#couponlist .inputform li {
	padding: 4px;
}
#couponlist .inputform li:first-child {
	flex: 2;
}
#couponlist .inputform input {
	width: 96%;
}
#couponlist .inputform .addcoupon{
	color: #fff;
	padding: 0px 14px;
    background-color: #397eb5;
	text-align:center;
}
#pointlist {
	display:none;
}
#pointlist ul{
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
}
#pointlist ul li{
	height: 40px;
	line-height: 50px;
  display: flex;
  justify-content: space-between;
}
#pointlist input{
	border:none;
	text-align: right;
  width: 70px;
}
#pointlist input:disabled {
  background: #fff;
}
#pointlist ul li div.btn{
  width: 90px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e9e9e9;
  text-align: center;
  background-color: #e9e9e9;
  margin-top: 8px;
  cursor: pointer;
}
#pointlist ul li div.btn.submit {
  background-color: #397eb5;
  border: 1px solid #397eb5;
  color: #fff;
}
#pointlist span.title {
  min-width: 100px;
}
#pointlist span.info {
  font-size: 10pt;
  color: #999;
}


#confirmpopup{
  display: none;
}
#confirmpopup h2{
  font-size: 12pt;
  word-break: keep-all;
  text-align: center;
}
#confirmpopup table {
  width: 100%;
  border: 1px solid #999;
  border-top: 2px solid #397eb5;
  margin-top: 10px;
}
#confirmpopup table td{
  padding: 6px;
}
#confirmpopup table td:nth-child(2){
  text-align: right;
}
#confirmpopup .infotxt {
  margin-bottom: 10px;
}
#confirmpopup .infotxt p{
  font-size: 10pt;
  color: #999;
}
#confirmpopup button {
  width: 50%;
  height: 60px;
  color: #898989;
  border: 1px solid #e1e1e1;
  background-color: #f6f6f6;
  font-weight: 500;
  font-size: 17px;
  cursor: pointer;
}
#confirmpopup .btnbox {
  display: flex;
}
#confirmpopup button.act {
  color: #fff;
  background-color: #397eb5;
}

.ui-dialog {
  padding: 0px !important;
}
.ui-dialog-titlebar {
  background-color: #397eb5 !important;
  padding: 15px !important;
  margin: 0;
  border: none !important;
  border-radius: 0 !important;
  font-size: 14pt;
}
.ui-dialog .ui-dialog-title {
  color: #fff;
}
.ui-widget .ui-widget {
  background-color: transparent;
  border: none;
}
.ui-button .ui-icon {
  background-image: url(/images/close-w.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.ui-widget .ui-widget:hover{
  background-color: #397eb5;
}

#mask {
  position: absolute;
  height: 100%;
  width: 100%; 
  background-color: #000;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  opacity: 0.4;
  display: none;
}

div.banner {
  display: none;
  position: absolute;
  width: 450px;
  background-color: #fff;
  border: 1px solid #999;
}
div.banner .bannerimg {
  width: 100%;
  min-height: 400px;
}
div.banner .bannerimg img {
  width: 100%;
}
div.banner .bannertext {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
div.banner .bannerbutton {
  border-top: 1px solid #999;
  height: 28px;
  line-height: 28px;
  position: relative;
  background-color: #5a5a5a;
}
div.banner .bannerbutton input {
  margin: 8px 2px 0px 10px;
  cursor: pointer;
}
div.banner .bannerbutton label {
  vertical-align: top;
  color: #fff;
  cursor: pointer;
}
div.banner .bannerbutton span{
  position: absolute;
  right: 0;
  margin-right: 20px;
  color: #fff;
  cursor: pointer;
}

/* section calendar */
.calendar_container {
  display: flex;
}
.calendarinsurbox {
  position: relative;
  display:flex;
  display:none;
}
.datebox {
  flex: 1;
  margin-right: 20px;
}
.datebox.hide{
  display: none;
}
.sec_cal {
  width: 360px;
  margin: 0 auto;
}

.sec_cal .cal_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 78px;
}

.sec_cal .cal_nav .year-month {
  width: 300px;
  text-align: center;
  line-height: 1;
}

.sec_cal .cal_nav .nav {
  display: flex;
  border: 1px solid #333333;
  border-radius: 5px;
}

#prev_calendar,
#next_calendar {
  display: block;
  width: 50px;
  height: auto;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#prev_calendar::before,
#next_calendar::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #000;
  border-width: 3px 3px 0 0;
  transition: border 0.1s;
}

#prev_calendar:hover::before,
#next_calendar:hover::before {
  border-color: #ed2a61;
}

#prev_calendar::before {
  transform: rotate(-135deg);
}

#next_calendar::before {
  transform: rotate(45deg);
}

.sec_cal .cal_wrap {
  position: relative;
  margin: 0 auto;
}

.sec_cal .cal_wrap .days {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.sec_cal .cal_wrap::after {
  top: 368px;
}

.sec_cal .cal_wrap .day {
  align-items: center;
  justify-content: center;
  width: calc(100% / 7);
  text-align: left;
  color: #424242;
  font-size: 20px;
  text-align: center;
  border-radius:5px
}
.current.today {background: rgb(242 242 242);}

.sec_cal .cal_wrap .dates {
  display: flex;
  flex-flow: wrap;
  height: 220px;
  z-index: 9999;
}

.sec_cal .cal_wrap .day:nth-child(7n) {
  color: #3c6ffa;
}

.sec_cal .cal_wrap .day:nth-child(7n-6) {
  color: #ed2a61;
}

.sec_cal .cal_wrap .day.disable {
  color: #ddd;
}
.sec_cal .cal_wrap .day.current{
  position: relative;
}
.sec_cal .cal_wrap .day.current.startdate{
  background-color: #397eb5;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
}
.sec_cal .cal_wrap .day.current.locdate{
  background-color: #397eb5;
  color: #fff;
  border-radius: 0px;
}
.sec_cal .cal_wrap .day.current.enddate{
  background-color: #397eb5;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
}
.sec_cal .cal_wrap .day.current.oneday{
  background-color: #397eb5;
  color: #fff;
}
.sec_cal .cal_wrap .day.current em{
  display: none;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 7pt;
  position: absolute;
  top: 20px;
}
.sec_cal .cal_wrap .day.current.startdate em.start{
  display: block;
}
.sec_cal .cal_wrap .day.current.enddate em.end{
  display: block;
}
.sec_cal .cal_wrap .day.current.oneday em.oneday{
  display: block;
}

.calendar_time {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 20pt;
  padding-top: 20px;
  border-top: 1px solid #999;
  align-items: center;
}
.calendar_time > div {
  padding: 6px 30px;
}
.calendar_time .btn {
  background-color: #397eb5;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  height: 40px;
}
.view_pickup_time, .view_drop_time {
  cursor: pointer;
  background-color: #e9e9e9;
  padding: 4px 6px;
  display: inline-block;
}
.timeview {
  width: 110px;
  height: 250px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  background-color: #fff;
  padding: 0px 6px;
  border: 1px solid #999;
  position: absolute;
  right: 12px;
  bottom: 0px;
  display: none;
}
.timeview > span {
  display: inline-block;
  padding: 4px 6px;
  cursor:pointer;
}
.list-car-tab{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid #000;
}
.list-car-tab > div {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  cursor: pointer;
}
.list-car-tab > div:last-child{
  border-right: 1px solid #999;
}
.list-car-tab div.act {
  background-color: #397eb5;
  color: #fff;
}

.wrapper.loading .list-item{
  height:486px;
}
.wrapper.loading .list-item .list-car-img{
  height:100%;
}
.wrapper.loading .list-item .list-car-text .list-car-loading{
  width:100%;
  height:150px;
  margin:0 auto;
  background-image: linear-gradient(#f1f3f5 150px, transparent 0);
}
.wrapper.loading .list-item .list-car-img .list-car-img-loading{
  width: 100%;
  height: 300px;
  margin:0 auto;
  background-image: linear-gradient(#e9e9e9 400px, transparent 0);
  display: none;
}
.accordion-tab .bottominfo.mview {
  display: none;
}

.anibox {
  position: relative;
  text-align: left;
  width: 230px;
}
.anibox input[type=checkbox]{
  width: 40px;
  height: 20px;
}
.anibox label{
  position: absolute;
  top: -2px;
  font-size: 12pt;
}
.anibox input[type=checkbox]:checked {
  color: #2980b9;
  animation: chkeffect 250ms ease-in;
}
@keyframes chkeffect {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}